arm
stringlengths
122
13.2M
x86
stringlengths
122
12.4M
filename
stringlengths
18
26
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _jugar ; -- Begin function jugar .p2align 2 _jugar: ; @jugar .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] str w8, [sp, #4] ldr w8, [sp, #4] mov w9, #2 add w8, w8, #2 sdiv w8, w8, w9 add w8, w8, #2 ldr w10, [sp, #4] mov w9, #3 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #4] ldr w8, [sp, #4] ldr x9, [sp, #8] str w8, [x9] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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] sub x0, x29, #8 mov w8, #10 stur w8, [x29, #-8] bl _jugar ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _jugar ## -- Begin function jugar .p2align 4, 0x90 _jugar: ## @jugar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax addl $2, %eax movl $2, %ecx cltd idivl %ecx addl $2, %eax imull $3, -12(%rbp), %ecx subl %ecx, %eax movl %eax, -12(%rbp) movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $10, -8(%rbp) leaq -8(%rbp), %rdi callq _jugar movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/126395.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x0, #10 bl _malloc str x0, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w8, [sp, #12] subs w8, w8, #51 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] subs w0, w8, #51 bl _abs mov w8, #3 mul w8, w0, w8 str w8, [sp, #8] b LBB0_3 LBB0_2: ldr w8, [sp, #12] subs w0, w8, #51 bl _abs str w0, [sp, #8] b LBB0_3 LBB0_3: ldr w9, [sp, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr w0, [sp, #8] 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 "Please enter a Number: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Number entered is : %d\n" l_.str.3: ; @.str.3 .asciz "result: %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $10, %edi callq _malloc movq %rax, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movl -20(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf cmpl $51, -20(%rbp) jle LBB0_2 ## %bb.1: movl -20(%rbp), %edi subl $51, %edi callq _abs imull $3, %eax, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_2: movl -20(%rbp), %edi subl $51, %edi callq _abs movl %eax, -24(%rbp) LBB0_3: movl -24(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -24(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Please enter a Number: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Number entered is : %d\n" L_.str.3: ## @.str.3 .asciz "result: %d\n" .subsections_via_symbols
the_stack_data/145453130.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, #10400 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #2208 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #88] 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] sub x0, x29, #124 mov w1, #100 bl _fgets str wzr, [sp, #84] str wzr, [sp, #80] str wzr, [sp, #76] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #76] sub x8, x29, #124 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #76] sub x8, x29, #124 ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #76] sub x8, x29, #124 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #76] sub x8, x29, #124 add x8, x8, x9 ldrb w8, [x8] ldrsw x9, [sp, #84] mov x10, #100 mul x10, x9, x10 add x9, sp, #292 add x9, x9, x10 ldrsw x10, [sp, #80] mov x11, x10 add w11, w11, #1 str w11, [sp, #80] add x9, x9, x10 strb w8, [x9] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #84] mov x9, #100 mul x9, x8, x9 add x8, sp, #292 add x8, x8, x9 ldrsw x9, [sp, #80] add x8, x8, x9 strb wzr, [x8] ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] str wzr, [sp, #80] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_1 LBB0_8: ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #72] add x0, sp, #192 add x1, sp, #292 str x1, [sp, #48] ; 8-byte Folded Spill mov x2, #100 str x2, [sp, #56] ; 8-byte Folded Spill bl ___strcpy_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #92 bl ___strcpy_chk str wzr, [sp, #76] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 add x0, sp, #192 bl _strlen str x0, [sp, #40] ; 8-byte Folded Spill ldrsw x8, [sp, #76] mov x9, #100 mul x9, x8, x9 add x8, sp, #292 add x0, x8, x9 bl _strlen mov x8, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload subs x8, x0, x8 cset w8, ls tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #76] mov x9, #100 mul x9, x8, x9 add x8, sp, #292 add x1, x8, x9 add x0, sp, #192 mov x2, #100 bl ___strcpy_chk b LBB0_12 LBB0_12: ; in Loop: Header=BB0_9 Depth=1 add x0, sp, #92 bl _strlen str x0, [sp, #32] ; 8-byte Folded Spill ldrsw x8, [sp, #76] mov x9, #100 mul x9, x8, x9 add x8, sp, #292 add x0, x8, x9 bl _strlen mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload subs x8, x0, x8 cset w8, hs tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #76] mov x9, #100 mul x9, x8, x9 add x8, sp, #292 add x1, x8, x9 add x0, sp, #92 mov x2, #100 bl ___strcpy_chk b LBB0_14 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_9 LBB0_16: add x0, sp, #92 str x0, [sp, #24] ; 8-byte Folded Spill bl _strlen mov x8, x0 str w8, [sp, #68] add x0, sp, #192 str x0, [sp, #8] ; 8-byte Folded Spill bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, x0 str w9, [sp, #64] mov x9, sp 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 _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldr w9, [sp, #64] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w9, [sp, #68] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur 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_18 b LBB0_17 LBB0_17: bl ___stack_chk_fail LBB0_18: mov w0, #0 add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #2208 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 "Digite uma frase: \n" l_.str.1: ; @.str.1 .asciz "Menor palavra: %s \n" l_.str.2: ; @.str.2 .asciz "Maior Palavra: %d \n" l_.str.3: ; @.str.3 .asciz "Maior comprimento: %d \n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $10384, %eax ## imm = 0x2890 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -10340(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -112(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $100, %esi callq _fgets movl $0, -10344(%rbp) movl $0, -10348(%rbp) movl $0, -10352(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -10352(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $0, %eax je LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -10352(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $32, %eax je LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movslq -10352(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $0, %eax je LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movslq -10352(%rbp), %rax movb -112(%rbp,%rax), %dl movslq -10344(%rbp), %rcx leaq -10112(%rbp), %rax imulq $100, %rcx, %rcx addq %rcx, %rax movl -10348(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -10348(%rbp) movslq %ecx, %rcx movb %dl, (%rax,%rcx) jmp LBB0_6 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movslq -10344(%rbp), %rcx leaq -10112(%rbp), %rax imulq $100, %rcx, %rcx addq %rcx, %rax movslq -10348(%rbp), %rcx movb $0, (%rax,%rcx) movl -10344(%rbp), %eax addl $1, %eax movl %eax, -10344(%rbp) movl $0, -10348(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -10352(%rbp), %eax addl $1, %eax movl %eax, -10352(%rbp) jmp LBB0_1 LBB0_8: movl -10344(%rbp), %eax addl $1, %eax movl %eax, -10356(%rbp) leaq -10224(%rbp), %rdi leaq -10112(%rbp), %rsi movl $100, %edx callq ___strcpy_chk leaq -10336(%rbp), %rdi leaq -10112(%rbp), %rsi movl $100, %edx callq ___strcpy_chk movl $0, -10352(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 movl -10352(%rbp), %eax cmpl -10356(%rbp), %eax jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 leaq -10224(%rbp), %rdi callq _strlen movq %rax, -10376(%rbp) ## 8-byte Spill movslq -10352(%rbp), %rax leaq -10112(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi callq _strlen movq %rax, %rcx movq -10376(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jbe LBB0_12 ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 leaq -10224(%rbp), %rdi movslq -10352(%rbp), %rax leaq -10112(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi movl $100, %edx callq ___strcpy_chk LBB0_12: ## in Loop: Header=BB0_9 Depth=1 leaq -10336(%rbp), %rdi callq _strlen movq %rax, -10384(%rbp) ## 8-byte Spill movslq -10352(%rbp), %rax leaq -10112(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi callq _strlen movq %rax, %rcx movq -10384(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_14 ## %bb.13: ## in Loop: Header=BB0_9 Depth=1 leaq -10336(%rbp), %rdi movslq -10352(%rbp), %rax leaq -10112(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi movl $100, %edx callq ___strcpy_chk LBB0_14: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_9 Depth=1 movl -10352(%rbp), %eax addl $1, %eax movl %eax, -10352(%rbp) jmp LBB0_9 LBB0_16: leaq -10336(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -10360(%rbp) leaq -10224(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -10364(%rbp) leaq -10224(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -10364(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -10336(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -10360(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_18 ## %bb.17: xorl %eax, %eax addq $10384, %rsp ## imm = 0x2890 popq %rbp retq LBB0_18: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Digite uma frase: \n" L_.str.1: ## @.str.1 .asciz "Menor palavra: %s \n" L_.str.2: ## @.str.2 .asciz "Maior Palavra: %d \n" L_.str.3: ## @.str.3 .asciz "Maior comprimento: %d \n" .subsections_via_symbols
the_stack_data/148578742.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/211080930.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 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 w0, [x29, #-12] stur w1, [x29, #-16] ldur w8, [x29, #-16] ; kill: def $x8 killed $w8 stur x8, [x29, #-48] ; 8-byte Folded Spill mov x9, sp stur x9, [x29, #-24] lsr x8, x8, #0 add x8, x8, #15 and x9, x8, #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 ldur x9, [x29, #-48] ; 8-byte Folded Reload mov x8, sp subs x8, x8, x10 mov sp, x8 stur x9, [x29, #-32] ldursw x9, [x29, #-12] add x9, x8, x9 mov w8, #49 strb w8, [x9] ldur x8, [x29, #-24] stur x8, [x29, #-40] ; 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_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: ldur x8, [x29, #-40] ; 8-byte Folded Reload mov sp, x8 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -12(%rbp) movl %esi, -16(%rbp) movl -16(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -24(%rbp) callq ____chkstk_darwin movq -40(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq %rsp, %rax movq %rcx, -32(%rbp) movslq -12(%rbp), %rcx movb $49, (%rax,%rcx) movq -24(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: movq %rbp, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/100140395.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _emit ; -- Begin function emit .p2align 2 _emit: ; @emit .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 sturb w0, [x29, #-1] ldursb w0, [x29, #-1] bl _putchar ldursb w8, [x29, #-1] subs w8, w8, #10 cset w8, eq and w8, w8, #0x1 adrp x9, _lastwasnl@PAGE strb w8, [x9, _lastwasnl@PAGEOFF] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _emit_nl ; -- Begin function emit_nl .p2align 2 _emit_nl: ; @emit_nl .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, #10 bl _putchar adrp x9, _lastwasnl@PAGE mov w8, #1 strb w8, [x9, _lastwasnl@PAGEOFF] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _read_entity ; -- Begin function read_entity .p2align 2 _read_entity: ; @read_entity .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] mov w8, #1 and w8, w0, w8 strb w8, [sp, #20] str wzr, [sp, #16] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 bl _getchar str w0, [sp, #12] adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB2_44 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #9 subs w8, w8, #4 cset w8, ls tbnz w8, #0, LBB2_5 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #59 cset w8, ne tbnz w8, #0, LBB2_40 b LBB2_5 LBB2_5: ldr w8, [sp, #16] subs w8, w8, #50 cset w8, lt tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_7: ldrsw x9, [sp, #16] add x8, sp, #22 add x8, x8, x9 strb wzr, [x8] ldrb w8, [sp, #20] tbz w8, #0, LBB2_39 b LBB2_8 LBB2_8: ldrsb w8, [sp, #22] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_10: add x0, sp, #22 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_12 b LBB2_11 LBB2_11: mov w0, #38 bl _emit b LBB2_37 LBB2_12: add x0, sp, #22 adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: mov w0, #39 bl _emit b LBB2_36 LBB2_14: add x0, sp, #22 adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_16 b LBB2_15 LBB2_15: mov w0, #62 bl _emit b LBB2_35 LBB2_16: add x0, sp, #22 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_18 b LBB2_17 LBB2_17: mov w0, #60 bl _emit b LBB2_34 LBB2_18: add x0, sp, #22 adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_19 LBB2_19: mov w0, #32 bl _emit b LBB2_33 LBB2_20: add x0, sp, #22 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_22 b LBB2_21 LBB2_21: mov w0, #34 bl _emit b LBB2_32 LBB2_22: ldrsb w8, [sp, #22] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB2_30 b LBB2_23 LBB2_23: ldrsb w8, [sp, #23] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_25 b LBB2_24 LBB2_24: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_25: ldrsb w8, [sp, #23] subs w8, w8, #120 cset w8, ne tbnz w8, #0, LBB2_27 b LBB2_26 LBB2_26: b LBB2_28 LBB2_27: add x8, sp, #22 add x0, x8, #1 bl _atoi sxtb w0, w0 bl _emit b LBB2_28 LBB2_28: b LBB2_29 LBB2_29: b LBB2_31 LBB2_30: b LBB2_31 LBB2_31: b LBB2_32 LBB2_32: b LBB2_33 LBB2_33: b LBB2_34 LBB2_34: b LBB2_35 LBB2_35: b LBB2_36 LBB2_36: b LBB2_37 LBB2_37: b LBB2_38 LBB2_38: b LBB2_39 LBB2_39: adrp x8, _mode@PAGE str wzr, [x8, _mode@PAGEOFF] mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_40: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] subs w8, w8, #50 cset w8, lt tbnz w8, #0, LBB2_42 b LBB2_41 LBB2_41: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_42: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] add x9, sp, #22 strb w8, [x9, x10] b LBB2_43 LBB2_43: ; in Loop: Header=BB2_1 Depth=1 b LBB2_1 LBB2_44: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #21] b LBB2_45 LBB2_45: ldrb w8, [sp, #21] str w8, [sp, #4] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_47 b LBB2_46 LBB2_46: bl ___stack_chk_fail LBB2_47: ldr w8, [sp, #4] ; 4-byte Folded Reload and w0, w8, #0x1 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _read_comment ; -- Begin function read_comment .p2align 2 _read_comment: ; @read_comment .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 LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 bl _getchar str w0, [sp, #8] adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB3_9 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 bl _getchar subs w8, w0, #45 cset w8, ne tbnz w8, #0, LBB3_7 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 bl _getchar subs w8, w0, #62 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: adrp x8, _mode@PAGE str wzr, [x8, _mode@PAGEOFF] mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_10 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_1 Depth=1 b LBB3_1 LBB3_9: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_10 LBB3_10: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _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, #64] str w0, [sp, #60] str x1, [sp, #48] str wzr, [sp, #40] str wzr, [sp, #36] strb wzr, [sp, #35] mov w8, #1 strb w8, [sp, #34] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_75 Depth 2 bl _getchar str w0, [sp, #44] adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB4_114 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 adrp x8, _mode@PAGE ldr w8, [x8, _mode@PAGEOFF] str w8, [sp, #24] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #24] ; 4-byte Folded Reload subs w8, w8, #1 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB4_28 b LBB4_113 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #9 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #51 cset w8, hi tbnz w8, #0, LBB4_24 ; %bb.5: ; in Loop: Header=BB4_1 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI4_0@PAGE add x10, x10, lJTI4_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB4_19 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #34] tbz w8, #0, LBB4_17 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #11 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_11 LBB4_11: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #13 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #40] subs w8, w8, #62 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_1 Depth=1 mov w0, #32 bl _emit b LBB4_16 LBB4_16: ; in Loop: Header=BB4_1 Depth=1 b LBB4_18 LBB4_17: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] sxtb w0, w8 bl _emit b LBB4_18 LBB4_18: ; in Loop: Header=BB4_1 Depth=1 b LBB4_19 LBB4_19: ; in Loop: Header=BB4_1 Depth=1 b LBB4_27 LBB4_20: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] and w0, w8, #0x1 bl _read_entity tbnz w0, #0, LBB4_22 b LBB4_21 LBB4_21: mov w8, #1 str w8, [sp, #64] b LBB4_117 LBB4_22: ; in Loop: Header=BB4_1 Depth=1 b LBB4_27 LBB4_23: ; in Loop: Header=BB4_1 Depth=1 mov w8, #1 adrp x9, _mode@PAGE str w8, [x9, _mode@PAGEOFF] b LBB4_27 LBB4_24: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB4_26 b LBB4_25 LBB4_25: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] sxtb w0, w8 bl _emit b LBB4_26 LBB4_26: ; in Loop: Header=BB4_1 Depth=1 b LBB4_27 LBB4_27: ; in Loop: Header=BB4_1 Depth=1 b LBB4_113 LBB4_28: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #62 cset w8, ne tbnz w8, #0, LBB4_87 b LBB4_29 LBB4_29: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #36] subs w8, w8, #50 cset w8, lt tbnz w8, #0, LBB4_31 b LBB4_30 LBB4_30: mov w8, #1 str w8, [sp, #64] b LBB4_117 LBB4_31: ; in Loop: Header=BB4_1 Depth=1 ldrsw x9, [sp, #36] sub x0, x29, #58 mov x8, x0 add x8, x8, x9 strb wzr, [x8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_33 b LBB4_32 LBB4_32: ; in Loop: Header=BB4_1 Depth=1 b LBB4_86 LBB4_33: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_35 b LBB4_34 LBB4_34: ; in Loop: Header=BB4_1 Depth=1 mov w8, #1 strb w8, [sp, #35] b LBB4_85 LBB4_35: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_37 b LBB4_36 LBB4_36: ; in Loop: Header=BB4_1 Depth=1 strb wzr, [sp, #35] b LBB4_84 LBB4_37: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_38 LBB4_38: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_39 LBB4_39: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_40 LBB4_40: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_41 LBB4_41: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_42 LBB4_42: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_43 LBB4_43: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_44 LBB4_44: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_45 LBB4_45: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_46 LBB4_46: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_47 LBB4_47: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_48 LBB4_48: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_49 LBB4_49: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_50 LBB4_50: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_51 LBB4_51: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_52 LBB4_52: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.24@PAGE add x1, x1, l_.str.24@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_54 b LBB4_53 LBB4_53: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_62 b LBB4_54 LBB4_54: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB4_61 b LBB4_55 LBB4_55: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_59 b LBB4_56 LBB4_56: ; in Loop: Header=BB4_1 Depth=1 ldursb w8, [x29, #-58] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB4_58 b LBB4_57 LBB4_57: ; in Loop: Header=BB4_1 Depth=1 adrp x8, _lastwasnl@PAGE ldrb w8, [x8, _lastwasnl@PAGEOFF] tbz w8, #0, LBB4_59 b LBB4_58 LBB4_58: ; in Loop: Header=BB4_1 Depth=1 ldursb w8, [x29, #-58] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB4_60 b LBB4_59 LBB4_59: ; in Loop: Header=BB4_1 Depth=1 bl _emit_nl b LBB4_60 LBB4_60: ; in Loop: Header=BB4_1 Depth=1 b LBB4_61 LBB4_61: ; in Loop: Header=BB4_1 Depth=1 b LBB4_83 LBB4_62: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_64 b LBB4_63 LBB4_63: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 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, LBB4_65 b LBB4_64 LBB4_64: ; in Loop: Header=BB4_1 Depth=1 strb wzr, [sp, #34] b LBB4_82 LBB4_65: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_67 b LBB4_66 LBB4_66: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 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, LBB4_70 b LBB4_67 LBB4_67: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB4_69 b LBB4_68 LBB4_68: ; in Loop: Header=BB4_1 Depth=1 bl _emit_nl b LBB4_69 LBB4_69: ; in Loop: Header=BB4_1 Depth=1 mov w8, #1 strb w8, [sp, #34] b LBB4_81 LBB4_70: ; in Loop: Header=BB4_1 Depth=1 sub x0, x29, #58 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, LBB4_80 b LBB4_71 LBB4_71: ; in Loop: Header=BB4_1 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB4_79 b LBB4_72 LBB4_72: ; in Loop: Header=BB4_1 Depth=1 adrp x8, _lastwasnl@PAGE ldrb w8, [x8, _lastwasnl@PAGEOFF] tbnz w8, #0, LBB4_74 b LBB4_73 LBB4_73: ; in Loop: Header=BB4_1 Depth=1 bl _emit_nl b LBB4_74 LBB4_74: ; in Loop: Header=BB4_1 Depth=1 str wzr, [sp, #28] b LBB4_75 LBB4_75: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] subs w8, w8, #25 cset w8, ge tbnz w8, #0, LBB4_78 b LBB4_76 LBB4_76: ; in Loop: Header=BB4_75 Depth=2 mov w0, #45 bl _emit b LBB4_77 LBB4_77: ; in Loop: Header=BB4_75 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB4_75 LBB4_78: ; in Loop: Header=BB4_1 Depth=1 bl _emit_nl b LBB4_79 LBB4_79: ; in Loop: Header=BB4_1 Depth=1 b LBB4_80 LBB4_80: ; in Loop: Header=BB4_1 Depth=1 b LBB4_81 LBB4_81: ; in Loop: Header=BB4_1 Depth=1 b LBB4_82 LBB4_82: ; in Loop: Header=BB4_1 Depth=1 b LBB4_83 LBB4_83: ; in Loop: Header=BB4_1 Depth=1 b LBB4_84 LBB4_84: ; in Loop: Header=BB4_1 Depth=1 b LBB4_85 LBB4_85: ; in Loop: Header=BB4_1 Depth=1 b LBB4_86 LBB4_86: ; in Loop: Header=BB4_1 Depth=1 str wzr, [sp, #36] adrp x8, _mode@PAGE str wzr, [x8, _mode@PAGEOFF] b LBB4_112 LBB4_87: ; in Loop: Header=BB4_1 Depth=1 adrp x8, _mode@PAGE ldr w8, [x8, _mode@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_111 b LBB4_88 LBB4_88: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #33 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_89 LBB4_89: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_90 LBB4_90: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #46 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_91 LBB4_91: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_92 LBB4_92: ; in Loop: Header=BB4_1 Depth=1 ldr w9, [sp, #44] mov w8, #48 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_94 b LBB4_93 LBB4_93: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #57 cset w8, le tbnz w8, #0, LBB4_101 b LBB4_94 LBB4_94: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_95 LBB4_95: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #63 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_96 LBB4_96: ; in Loop: Header=BB4_1 Depth=1 ldr w9, [sp, #44] mov w8, #65 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_98 b LBB4_97 LBB4_97: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #90 cset w8, le tbnz w8, #0, LBB4_101 b LBB4_98 LBB4_98: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #95 cset w8, eq tbnz w8, #0, LBB4_101 b LBB4_99 LBB4_99: ; in Loop: Header=BB4_1 Depth=1 ldr w9, [sp, #44] mov w8, #97 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_104 b LBB4_100 LBB4_100: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #122 cset w8, gt tbnz w8, #0, LBB4_104 b LBB4_101 LBB4_101: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #36] subs w8, w8, #50 cset w8, lt tbnz w8, #0, LBB4_103 b LBB4_102 LBB4_102: mov w8, #1 str w8, [sp, #64] b LBB4_117 LBB4_103: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] ldrsw x10, [sp, #36] mov x9, x10 add w9, w9, #1 str w9, [sp, #36] sub x9, x29, #58 strb w8, [x9, x10] b LBB4_110 LBB4_104: ; in Loop: Header=BB4_1 Depth=1 ldrsw x9, [sp, #36] sub x0, x29, #58 mov x8, x0 add x8, x8, x9 strb wzr, [x8] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_108 b LBB4_105 LBB4_105: ; in Loop: Header=BB4_1 Depth=1 bl _read_comment tbnz w0, #0, LBB4_107 b LBB4_106 LBB4_106: mov w8, #1 str w8, [sp, #64] b LBB4_117 LBB4_107: ; in Loop: Header=BB4_1 Depth=1 str wzr, [sp, #36] b LBB4_109 LBB4_108: ; in Loop: Header=BB4_1 Depth=1 mov w8, #2 adrp x9, _mode@PAGE str w8, [x9, _mode@PAGEOFF] b LBB4_109 LBB4_109: ; in Loop: Header=BB4_1 Depth=1 b LBB4_110 LBB4_110: ; in Loop: Header=BB4_1 Depth=1 b LBB4_111 LBB4_111: ; in Loop: Header=BB4_1 Depth=1 b LBB4_112 LBB4_112: ; in Loop: Header=BB4_1 Depth=1 b LBB4_113 LBB4_113: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #44] str w8, [sp, #40] b LBB4_1 LBB4_114: adrp x8, _lastwasnl@PAGE ldrb w8, [x8, _lastwasnl@PAGEOFF] tbnz w8, #0, LBB4_116 b LBB4_115 LBB4_115: bl _emit_nl b LBB4_116 LBB4_116: str wzr, [sp, #64] b LBB4_117 LBB4_117: ldr w8, [sp, #64] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB4_119 b LBB4_118 LBB4_118: bl ___stack_chk_fail LBB4_119: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc .p2align 2 lJTI4_0: .long LBB4_6-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_20-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_24-Ltmp0 .long LBB4_23-Ltmp0 ; -- End function .globl _mode ; @mode .zerofill __DATA,__common,_mode,4,2 .section __DATA,__data .globl _lastwasnl ; @lastwasnl _lastwasnl: .byte 1 ; 0x1 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "amp" l_.str.1: ; @.str.1 .asciz "apos" l_.str.2: ; @.str.2 .asciz "gt" l_.str.3: ; @.str.3 .asciz "lt" l_.str.4: ; @.str.4 .asciz "nbsp" l_.str.5: ; @.str.5 .asciz "quot" l_.str.6: ; @.str.6 .asciz "a" l_.str.7: ; @.str.7 .asciz "body" l_.str.8: ; @.str.8 .asciz "/body" l_.str.9: ; @.str.9 .asciz "br" l_.str.10: ; @.str.10 .asciz "h1" l_.str.11: ; @.str.11 .asciz "/h1" l_.str.12: ; @.str.12 .asciz "h2" l_.str.13: ; @.str.13 .asciz "/h2" l_.str.14: ; @.str.14 .asciz "h3" l_.str.15: ; @.str.15 .asciz "/h3" l_.str.16: ; @.str.16 .asciz "h4" l_.str.17: ; @.str.17 .asciz "/h4" l_.str.18: ; @.str.18 .asciz "h5" l_.str.19: ; @.str.19 .asciz "/h5" l_.str.20: ; @.str.20 .asciz "h6" l_.str.21: ; @.str.21 .asciz "/h6" l_.str.22: ; @.str.22 .asciz "li" l_.str.23: ; @.str.23 .asciz "/li" l_.str.24: ; @.str.24 .asciz "p" l_.str.25: ; @.str.25 .asciz "/p" l_.str.26: ; @.str.26 .asciz "code" l_.str.27: ; @.str.27 .asciz "pre" l_.str.28: ; @.str.28 .asciz "/code" l_.str.29: ; @.str.29 .asciz "/pre" l_.str.30: ; @.str.30 .asciz "hr" l_.str.31: ; @.str.31 .asciz "!--" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _emit ## -- Begin function emit .p2align 4, 0x90 _emit: ## @emit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb %dil, %al movb %al, -1(%rbp) movsbl -1(%rbp), %edi callq _putchar movsbl -1(%rbp), %eax cmpl $10, %eax sete %al andb $1, %al movb %al, _lastwasnl(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _emit_nl ## -- Begin function emit_nl .p2align 4, 0x90 _emit_nl: ## @emit_nl .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $10, %edi callq _putchar movb $1, _lastwasnl(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _read_entity ## -- Begin function read_entity .p2align 4, 0x90 _read_entity: ## @read_entity .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 movb %dil, %al movq ___stack_chk_guard@GOTPCREL(%rip), %rcx movq (%rcx), %rcx movq %rcx, -8(%rbp) andb $1, %al movb %al, -66(%rbp) movl $0, -72(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -76(%rbp) cmpl $-1, %eax je LBB2_42 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -76(%rbp), %eax movl %eax, -80(%rbp) ## 4-byte Spill addl $-9, %eax subl $5, %eax jb LBB2_3 jmp LBB2_46 LBB2_46: ## in Loop: Header=BB2_1 Depth=1 movl -80(%rbp), %eax ## 4-byte Reload subl $32, %eax je LBB2_3 jmp LBB2_47 LBB2_47: ## in Loop: Header=BB2_1 Depth=1 movl -80(%rbp), %eax ## 4-byte Reload subl $59, %eax jne LBB2_38 jmp LBB2_3 LBB2_3: cmpl $50, -72(%rbp) jl LBB2_5 ## %bb.4: movb $0, -65(%rbp) jmp LBB2_43 LBB2_5: movslq -72(%rbp), %rax movb $0, -64(%rbp,%rax) testb $1, -66(%rbp) je LBB2_37 ## %bb.6: movsbl -64(%rbp), %eax cmpl $0, %eax jne LBB2_8 ## %bb.7: movb $0, -65(%rbp) jmp LBB2_43 LBB2_8: leaq -64(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_10 ## %bb.9: movl $38, %edi callq _emit jmp LBB2_35 LBB2_10: leaq -64(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_12 ## %bb.11: movl $39, %edi callq _emit jmp LBB2_34 LBB2_12: leaq -64(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_14 ## %bb.13: movl $62, %edi callq _emit jmp LBB2_33 LBB2_14: leaq -64(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_16 ## %bb.15: movl $60, %edi callq _emit jmp LBB2_32 LBB2_16: leaq -64(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_18 ## %bb.17: movl $32, %edi callq _emit jmp LBB2_31 LBB2_18: leaq -64(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_20 ## %bb.19: movl $34, %edi callq _emit jmp LBB2_30 LBB2_20: movsbl -64(%rbp), %eax cmpl $35, %eax jne LBB2_28 ## %bb.21: movsbl -63(%rbp), %eax cmpl $0, %eax jne LBB2_23 ## %bb.22: movb $0, -65(%rbp) jmp LBB2_43 LBB2_23: movsbl -63(%rbp), %eax cmpl $120, %eax jne LBB2_25 ## %bb.24: jmp LBB2_26 LBB2_25: leaq -64(%rbp), %rdi addq $1, %rdi callq _atoi ## kill: def $al killed $al killed $eax movsbl %al, %edi callq _emit LBB2_26: jmp LBB2_27 LBB2_27: jmp LBB2_29 LBB2_28: jmp LBB2_29 LBB2_29: jmp LBB2_30 LBB2_30: jmp LBB2_31 LBB2_31: jmp LBB2_32 LBB2_32: jmp LBB2_33 LBB2_33: jmp LBB2_34 LBB2_34: jmp LBB2_35 LBB2_35: jmp LBB2_36 LBB2_36: jmp LBB2_37 LBB2_37: movl $0, _mode(%rip) movb $1, -65(%rbp) jmp LBB2_43 LBB2_38: ## in Loop: Header=BB2_1 Depth=1 cmpl $50, -72(%rbp) jl LBB2_40 ## %bb.39: movb $0, -65(%rbp) jmp LBB2_43 LBB2_40: ## in Loop: Header=BB2_1 Depth=1 movl -76(%rbp), %eax movb %al, %cl movl -72(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -72(%rbp) cltq movb %cl, -64(%rbp,%rax) ## %bb.41: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_1 LBB2_42: movb $0, -65(%rbp) LBB2_43: movb -65(%rbp), %al movb %al, -81(%rbp) ## 1-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_45 ## %bb.44: movb -81(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax addq $96, %rsp popq %rbp retq LBB2_45: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _read_comment ## -- Begin function read_comment .p2align 4, 0x90 _read_comment: ## @read_comment .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 LBB3_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -8(%rbp) cmpl $-1, %eax je LBB3_9 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 cmpl $45, -8(%rbp) jne LBB3_8 ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 callq _getchar cmpl $45, %eax jne LBB3_7 ## %bb.4: ## in Loop: Header=BB3_1 Depth=1 callq _getchar cmpl $62, %eax jne LBB3_6 ## %bb.5: movl $0, _mode(%rip) movb $1, -1(%rbp) jmp LBB3_10 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_7 LBB3_7: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_8 LBB3_8: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_1 LBB3_9: movb $0, -1(%rbp) LBB3_10: movb -1(%rbp), %al andb $1, %al movzbl %al, %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 $128, %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) movl $0, -88(%rbp) movl $0, -92(%rbp) movb $0, -93(%rbp) movb $1, -94(%rbp) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_73 Depth 2 callq _getchar movl %eax, -84(%rbp) cmpl $-1, %eax je LBB4_112 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl _mode(%rip), %eax movl %eax, -104(%rbp) ## 4-byte Spill testl %eax, %eax je LBB4_3 jmp LBB4_118 LBB4_118: ## in Loop: Header=BB4_1 Depth=1 movl -104(%rbp), %eax ## 4-byte Reload decl %eax subl $2, %eax jb LBB4_26 jmp LBB4_111 LBB4_3: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax addl $-9, %eax movl %eax, %ecx movq %rcx, -112(%rbp) ## 8-byte Spill subl $51, %eax ja LBB4_22 ## %bb.119: ## in Loop: Header=BB4_1 Depth=1 movq -112(%rbp), %rax ## 8-byte Reload leaq LJTI4_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB4_4: ## in Loop: Header=BB4_1 Depth=1 testb $1, -93(%rbp) je LBB4_17 ## %bb.5: ## in Loop: Header=BB4_1 Depth=1 testb $1, -94(%rbp) je LBB4_15 ## %bb.6: ## in Loop: Header=BB4_1 Depth=1 cmpl $9, -88(%rbp) je LBB4_14 ## %bb.7: ## in Loop: Header=BB4_1 Depth=1 cmpl $10, -88(%rbp) je LBB4_14 ## %bb.8: ## in Loop: Header=BB4_1 Depth=1 cmpl $11, -88(%rbp) je LBB4_14 ## %bb.9: ## in Loop: Header=BB4_1 Depth=1 cmpl $12, -88(%rbp) je LBB4_14 ## %bb.10: ## in Loop: Header=BB4_1 Depth=1 cmpl $13, -88(%rbp) je LBB4_14 ## %bb.11: ## in Loop: Header=BB4_1 Depth=1 cmpl $32, -88(%rbp) je LBB4_14 ## %bb.12: ## in Loop: Header=BB4_1 Depth=1 cmpl $62, -88(%rbp) je LBB4_14 ## %bb.13: ## in Loop: Header=BB4_1 Depth=1 movl $32, %edi callq _emit LBB4_14: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_16 LBB4_15: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax ## kill: def $al killed $al killed $eax movsbl %al, %edi callq _emit LBB4_16: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_17 LBB4_17: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_25 LBB4_18: ## in Loop: Header=BB4_1 Depth=1 movb -93(%rbp), %al andb $1, %al movzbl %al, %edi callq _read_entity testb $1, %al jne LBB4_20 ## %bb.19: movl $1, -68(%rbp) jmp LBB4_115 LBB4_20: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_25 LBB4_21: ## in Loop: Header=BB4_1 Depth=1 movl $1, _mode(%rip) jmp LBB4_25 LBB4_22: ## in Loop: Header=BB4_1 Depth=1 testb $1, -93(%rbp) je LBB4_24 ## %bb.23: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax ## kill: def $al killed $al killed $eax movsbl %al, %edi callq _emit LBB4_24: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_25 LBB4_25: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_111 LBB4_26: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax subl $62, %eax jne LBB4_85 jmp LBB4_27 LBB4_27: ## in Loop: Header=BB4_1 Depth=1 cmpl $50, -92(%rbp) jl LBB4_29 ## %bb.28: movl $1, -68(%rbp) jmp LBB4_115 LBB4_29: ## in Loop: Header=BB4_1 Depth=1 movslq -92(%rbp), %rax movb $0, -64(%rbp,%rax) leaq -64(%rbp), %rdi leaq L_.str.6(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_31 ## %bb.30: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_84 LBB4_31: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_33 ## %bb.32: ## in Loop: Header=BB4_1 Depth=1 movb $1, -93(%rbp) jmp LBB4_83 LBB4_33: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.8(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_35 ## %bb.34: ## in Loop: Header=BB4_1 Depth=1 movb $0, -93(%rbp) jmp LBB4_82 LBB4_35: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.36: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.10(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.37: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.11(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.38: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.12(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.39: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.13(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.40: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.14(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.41: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.15(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.42: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.16(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.43: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.17(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.44: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.18(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.45: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.19(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.46: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.20(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.47: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.21(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.48: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.22(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.49: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.23(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.50: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.24(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_52 ## %bb.51: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.25(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_60 LBB4_52: ## in Loop: Header=BB4_1 Depth=1 testb $1, -93(%rbp) je LBB4_59 ## %bb.53: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_57 ## %bb.54: ## in Loop: Header=BB4_1 Depth=1 movsbl -64(%rbp), %eax cmpl $47, %eax je LBB4_56 ## %bb.55: ## in Loop: Header=BB4_1 Depth=1 testb $1, _lastwasnl(%rip) je LBB4_57 LBB4_56: ## in Loop: Header=BB4_1 Depth=1 movsbl -64(%rbp), %eax cmpl $47, %eax jne LBB4_58 LBB4_57: ## in Loop: Header=BB4_1 Depth=1 callq _emit_nl LBB4_58: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_59 LBB4_59: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_81 LBB4_60: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.26(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_62 ## %bb.61: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.27(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_63 LBB4_62: ## in Loop: Header=BB4_1 Depth=1 movb $0, -94(%rbp) jmp LBB4_80 LBB4_63: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.28(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB4_65 ## %bb.64: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.29(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_68 LBB4_65: ## in Loop: Header=BB4_1 Depth=1 testb $1, -93(%rbp) je LBB4_67 ## %bb.66: ## in Loop: Header=BB4_1 Depth=1 callq _emit_nl LBB4_67: ## in Loop: Header=BB4_1 Depth=1 movb $1, -94(%rbp) jmp LBB4_79 LBB4_68: ## in Loop: Header=BB4_1 Depth=1 leaq -64(%rbp), %rdi leaq L_.str.30(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_78 ## %bb.69: ## in Loop: Header=BB4_1 Depth=1 testb $1, -93(%rbp) je LBB4_77 ## %bb.70: ## in Loop: Header=BB4_1 Depth=1 testb $1, _lastwasnl(%rip) jne LBB4_72 ## %bb.71: ## in Loop: Header=BB4_1 Depth=1 callq _emit_nl LBB4_72: ## in Loop: Header=BB4_1 Depth=1 movl $0, -100(%rbp) LBB4_73: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $25, -100(%rbp) jge LBB4_76 ## %bb.74: ## in Loop: Header=BB4_73 Depth=2 movl $45, %edi callq _emit ## %bb.75: ## in Loop: Header=BB4_73 Depth=2 movl -100(%rbp), %eax addl $1, %eax movl %eax, -100(%rbp) jmp LBB4_73 LBB4_76: ## in Loop: Header=BB4_1 Depth=1 callq _emit_nl LBB4_77: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_78 LBB4_78: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_79 LBB4_79: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_80 LBB4_80: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_81 LBB4_81: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_82 LBB4_82: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_83 LBB4_83: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_84 LBB4_84: ## in Loop: Header=BB4_1 Depth=1 movl $0, -92(%rbp) movl $0, _mode(%rip) jmp LBB4_110 LBB4_85: ## in Loop: Header=BB4_1 Depth=1 cmpl $1, _mode(%rip) jne LBB4_109 ## %bb.86: ## in Loop: Header=BB4_1 Depth=1 cmpl $33, -84(%rbp) je LBB4_99 ## %bb.87: ## in Loop: Header=BB4_1 Depth=1 cmpl $45, -84(%rbp) je LBB4_99 ## %bb.88: ## in Loop: Header=BB4_1 Depth=1 cmpl $46, -84(%rbp) je LBB4_99 ## %bb.89: ## in Loop: Header=BB4_1 Depth=1 cmpl $47, -84(%rbp) je LBB4_99 ## %bb.90: ## in Loop: Header=BB4_1 Depth=1 movl $48, %eax cmpl -84(%rbp), %eax jg LBB4_92 ## %bb.91: ## in Loop: Header=BB4_1 Depth=1 cmpl $57, -84(%rbp) jle LBB4_99 LBB4_92: ## in Loop: Header=BB4_1 Depth=1 cmpl $58, -84(%rbp) je LBB4_99 ## %bb.93: ## in Loop: Header=BB4_1 Depth=1 cmpl $63, -84(%rbp) je LBB4_99 ## %bb.94: ## in Loop: Header=BB4_1 Depth=1 movl $65, %eax cmpl -84(%rbp), %eax jg LBB4_96 ## %bb.95: ## in Loop: Header=BB4_1 Depth=1 cmpl $90, -84(%rbp) jle LBB4_99 LBB4_96: ## in Loop: Header=BB4_1 Depth=1 cmpl $95, -84(%rbp) je LBB4_99 ## %bb.97: ## in Loop: Header=BB4_1 Depth=1 movl $97, %eax cmpl -84(%rbp), %eax jg LBB4_102 ## %bb.98: ## in Loop: Header=BB4_1 Depth=1 cmpl $122, -84(%rbp) jg LBB4_102 LBB4_99: ## in Loop: Header=BB4_1 Depth=1 cmpl $50, -92(%rbp) jl LBB4_101 ## %bb.100: movl $1, -68(%rbp) jmp LBB4_115 LBB4_101: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax movb %al, %cl movl -92(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -92(%rbp) cltq movb %cl, -64(%rbp,%rax) jmp LBB4_108 LBB4_102: ## in Loop: Header=BB4_1 Depth=1 movslq -92(%rbp), %rax movb $0, -64(%rbp,%rax) leaq -64(%rbp), %rdi leaq L_.str.31(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB4_106 ## %bb.103: ## in Loop: Header=BB4_1 Depth=1 callq _read_comment testb $1, %al jne LBB4_105 ## %bb.104: movl $1, -68(%rbp) jmp LBB4_115 LBB4_105: ## in Loop: Header=BB4_1 Depth=1 movl $0, -92(%rbp) jmp LBB4_107 LBB4_106: ## in Loop: Header=BB4_1 Depth=1 movl $2, _mode(%rip) LBB4_107: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_108 LBB4_108: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_109 LBB4_109: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_110 LBB4_110: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_111 LBB4_111: ## in Loop: Header=BB4_1 Depth=1 movl -84(%rbp), %eax movl %eax, -88(%rbp) jmp LBB4_1 LBB4_112: testb $1, _lastwasnl(%rip) jne LBB4_114 ## %bb.113: callq _emit_nl LBB4_114: movl $0, -68(%rbp) LBB4_115: movl -68(%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 LBB4_117 ## %bb.116: movl -116(%rbp), %eax ## 4-byte Reload addq $128, %rsp popq %rbp retq LBB4_117: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L4_0_set_4, LBB4_4-LJTI4_0 .set L4_0_set_22, LBB4_22-LJTI4_0 .set L4_0_set_18, LBB4_18-LJTI4_0 .set L4_0_set_21, LBB4_21-LJTI4_0 LJTI4_0: .long L4_0_set_4 .long L4_0_set_4 .long L4_0_set_4 .long L4_0_set_4 .long L4_0_set_4 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_4 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_18 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_22 .long L4_0_set_21 .end_data_region ## -- End function .globl _mode ## @mode .zerofill __DATA,__common,_mode,4,2 .section __DATA,__data .globl _lastwasnl ## @lastwasnl _lastwasnl: .byte 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "amp" L_.str.1: ## @.str.1 .asciz "apos" L_.str.2: ## @.str.2 .asciz "gt" L_.str.3: ## @.str.3 .asciz "lt" L_.str.4: ## @.str.4 .asciz "nbsp" L_.str.5: ## @.str.5 .asciz "quot" L_.str.6: ## @.str.6 .asciz "a" L_.str.7: ## @.str.7 .asciz "body" L_.str.8: ## @.str.8 .asciz "/body" L_.str.9: ## @.str.9 .asciz "br" L_.str.10: ## @.str.10 .asciz "h1" L_.str.11: ## @.str.11 .asciz "/h1" L_.str.12: ## @.str.12 .asciz "h2" L_.str.13: ## @.str.13 .asciz "/h2" L_.str.14: ## @.str.14 .asciz "h3" L_.str.15: ## @.str.15 .asciz "/h3" L_.str.16: ## @.str.16 .asciz "h4" L_.str.17: ## @.str.17 .asciz "/h4" L_.str.18: ## @.str.18 .asciz "h5" L_.str.19: ## @.str.19 .asciz "/h5" L_.str.20: ## @.str.20 .asciz "h6" L_.str.21: ## @.str.21 .asciz "/h6" L_.str.22: ## @.str.22 .asciz "li" L_.str.23: ## @.str.23 .asciz "/li" L_.str.24: ## @.str.24 .asciz "p" L_.str.25: ## @.str.25 .asciz "/p" L_.str.26: ## @.str.26 .asciz "code" L_.str.27: ## @.str.27 .asciz "pre" L_.str.28: ## @.str.28 .asciz "/code" L_.str.29: ## @.str.29 .asciz "/pre" L_.str.30: ## @.str.30 .asciz "hr" L_.str.31: ## @.str.31 .asciz "!--" .subsections_via_symbols
the_stack_data/187643941.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #-1 stur w8, [x29, #-8] ldur w8, [x29, #-8] sturh w8, [x29, #-10] mov x9, sp mov x8, #32768 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #1 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 "p=%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $-1, -8(%rbp) movl -8(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -10(%rbp) leaq L_.str(%rip), %rdi movl $32768, %esi ## imm = 0x8000 movb $0, %al callq _printf movl $1, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "p=%d\n" .subsections_via_symbols
the_stack_data/706025.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, #352 .cfi_def_cfa_offset 352 stp x28, x27, [sp, #320] ; 16-byte Folded Spill stp x29, x30, [sp, #336] ; 16-byte Folded Spill add x29, sp, #336 .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, #52] str w0, [sp, #48] str x1, [sp, #40] sub x0, x29, #152 adrp x1, l___const.main.int_buf@PAGE add x1, x1, l___const.main.int_buf@PAGEOFF mov x2, #128 str x2, [sp, #24] ; 8-byte Folded Spill bl _memcpy ldr x2, [sp, #24] ; 8-byte Folded Reload add x0, sp, #56 adrp x1, l___const.main.int_buf2@PAGE add x1, x1, l___const.main.int_buf2@PAGEOFF bl _memcpy ldr w8, [sp, #48] subs w8, w8, #2 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_1 LBB0_1: mov w8, #2222 stur w8, [x29, #-24] str wzr, [sp, #36] b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #33 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #36] ; implicit-def: $x10 mov x10, x8 ldrsw x9, [sp, #36] sub x8, x29, #152 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_2 LBB0_5: b LBB0_11 LBB0_6: mov w8, #1111 stur w8, [x29, #-24] str wzr, [sp, #36] b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #33 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #36] ; implicit-def: $x10 mov x10, x8 ldrsw x9, [sp, #36] add x8, sp, #56 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_7 LBB0_10: b LBB0_11 LBB0_11: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: bl ___stack_chk_fail LBB0_13: mov w0, #0 ldp x29, x30, [sp, #336] ; 16-byte Folded Reload ldp x28, x27, [sp, #320] ; 16-byte Folded Reload add sp, sp, #352 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.int_buf l___const.main.int_buf: .long 0 ; 0x0 .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 .space 84 .p2align 2 ; @__const.main.int_buf2 l___const.main.int_buf2: .long 0 ; 0x0 .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 .space 84 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "buf[%d]=%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $304, %rsp ## imm = 0x130 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -276(%rbp) movl %edi, -280(%rbp) movq %rsi, -288(%rbp) leaq -144(%rbp), %rdi leaq l___const.main.int_buf(%rip), %rsi movl $128, %edx callq _memcpy leaq -272(%rbp), %rdi leaq l___const.main.int_buf2(%rip), %rsi movl $128, %edx callq _memcpy cmpl $2, -280(%rbp) jle LBB0_6 ## %bb.1: movl $2222, -16(%rbp) ## imm = 0x8AE movl $0, -292(%rbp) LBB0_2: ## =>This Inner Loop Header: Depth=1 cmpl $33, -292(%rbp) jge LBB0_5 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movl -292(%rbp), %esi movslq -292(%rbp), %rax movl -144(%rbp,%rax,4), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movl -292(%rbp), %eax addl $1, %eax movl %eax, -292(%rbp) jmp LBB0_2 LBB0_5: jmp LBB0_11 LBB0_6: movl $1111, -16(%rbp) ## imm = 0x457 movl $0, -292(%rbp) LBB0_7: ## =>This Inner Loop Header: Depth=1 cmpl $33, -292(%rbp) jge LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=1 movl -292(%rbp), %esi movslq -292(%rbp), %rax movl -272(%rbp,%rax,4), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movl -292(%rbp), %eax addl $1, %eax movl %eax, -292(%rbp) jmp LBB0_7 LBB0_10: jmp LBB0_11 LBB0_11: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_13 ## %bb.12: xorl %eax, %eax addq $304, %rsp ## imm = 0x130 popq %rbp retq LBB0_13: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.int_buf l___const.main.int_buf: .long 0 ## 0x0 .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 .space 84 .p2align 4 ## @__const.main.int_buf2 l___const.main.int_buf2: .long 0 ## 0x0 .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 .space 84 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "buf[%d]=%d\n" .subsections_via_symbols
the_stack_data/1051031.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _init ; -- Begin function init .p2align 2 _init: ; @init .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #8] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldrsw x9, [sp, #12] adrp x8, _brett@GOTPAGE ldr x8, [x8, _brett@GOTPAGEOFF] add x8, x8, x9, lsl #3 ldrsw x9, [sp, #8] add x9, x8, x9 mov w8, #79 strb w8, [x9] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_8: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _zeile ; -- Begin function zeile .p2align 2 _zeile: ; @zeile .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _fflush ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _spalte ; -- Begin function spalte .p2align 2 _spalte: ; @spalte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _fflush ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _erg ; -- Begin function erg .p2align 2 _erg: ; @erg .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #28] str wzr, [sp, #20] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: mov w8, #65 strb w8, [sp, #27] b LBB3_3 LBB3_2: mov w8, #66 strb w8, [sp, #27] b LBB3_3 LBB3_3: str wzr, [sp, #16] b LBB3_4 LBB3_4: ; =>This Loop Header: Depth=1 ; Child Loop BB3_8 Depth 2 ; Child Loop BB3_17 Depth 2 ; Child Loop BB3_21 Depth 3 ldr w8, [sp, #16] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_33 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=1 str wzr, [sp, #20] b LBB3_7 LBB3_7: ; in Loop: Header=BB3_4 Depth=1 str wzr, [sp, #12] b LBB3_8 LBB3_8: ; Parent Loop BB3_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_16 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_8 Depth=2 ldrsw x9, [sp, #16] adrp x8, _brett@GOTPAGE ldr x8, [x8, _brett@GOTPAGEOFF] add x8, x8, x9, lsl #3 ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] ldrsb w9, [sp, #27] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_8 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB3_14 LBB3_11: ; in Loop: Header=BB3_8 Depth=2 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ; in Loop: Header=BB3_8 Depth=2 str wzr, [sp, #20] b LBB3_13 LBB3_13: ; in Loop: Header=BB3_8 Depth=2 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_8 Depth=2 b LBB3_15 LBB3_15: ; in Loop: Header=BB3_8 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB3_8 LBB3_16: ; in Loop: Header=BB3_4 Depth=1 str wzr, [sp, #8] b LBB3_17 LBB3_17: ; Parent Loop BB3_4 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB3_21 Depth 3 ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_31 b LBB3_18 LBB3_18: ; in Loop: Header=BB3_17 Depth=2 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB3_20 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_17 Depth=2 str wzr, [sp, #20] b LBB3_20 LBB3_20: ; in Loop: Header=BB3_17 Depth=2 str wzr, [sp, #4] b LBB3_21 LBB3_21: ; Parent Loop BB3_4 Depth=1 ; Parent Loop BB3_17 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #4] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_29 b LBB3_22 LBB3_22: ; in Loop: Header=BB3_21 Depth=3 ldrsw x9, [sp, #4] adrp x8, _brett@GOTPAGE ldr x8, [x8, _brett@GOTPAGEOFF] add x8, x8, x9, lsl #3 ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] ldrsb w9, [sp, #27] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_21 Depth=3 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB3_27 LBB3_24: ; in Loop: Header=BB3_21 Depth=3 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB3_26 b LBB3_25 LBB3_25: ; in Loop: Header=BB3_21 Depth=3 str wzr, [sp, #20] b LBB3_26 LBB3_26: ; in Loop: Header=BB3_21 Depth=3 b LBB3_27 LBB3_27: ; in Loop: Header=BB3_21 Depth=3 b LBB3_28 LBB3_28: ; in Loop: Header=BB3_21 Depth=3 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB3_21 LBB3_29: ; in Loop: Header=BB3_17 Depth=2 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_17 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB3_17 LBB3_31: ; in Loop: Header=BB3_4 Depth=1 b LBB3_32 LBB3_32: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB3_4 LBB3_33: ldr w0, [sp, #20] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _ausgabe ; -- Begin function ausgabe .p2align 2 _ausgabe: ; @ausgabe .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, _brett@GOTPAGE ldr x8, [x8, _brett@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur w0, [x29, #-4] stur w1, [x29, #-8] stur w2, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #3 ldursw x9, [x29, #-8] add x9, x8, x9 mov w8, #65 strb w8, [x9] b LBB4_2 LBB4_2: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #3 ldursw x9, [x29, #-8] add x9, x8, x9 mov w8, #66 strb w8, [x9] b LBB4_4 LBB4_4: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf stur wzr, [x29, #-16] b LBB4_5 LBB4_5: ; =>This Loop Header: Depth=1 ; Child Loop BB4_7 Depth 2 ldur w8, [x29, #-16] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB4_12 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_5 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB4_7 LBB4_7: ; Parent Loop BB4_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-20] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB4_10 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_7 Depth=2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-16] add x8, x8, x9, lsl #3 ldursw x9, [x29, #-20] ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB4_9 LBB4_9: ; in Loop: Header=BB4_7 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_7 LBB4_10: ; in Loop: Header=BB4_5 Depth=1 b LBB4_11 LBB4_11: ; in Loop: Header=BB4_5 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB4_5 LBB4_12: 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 stur wzr, [x29, #-4] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] mov x1, #0 bl _setbuf mov w8, #64 stur w8, [x29, #-8] mov w8, #1 str w8, [sp, #12] bl _init b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr w0, [sp, #12] bl _erg subs w8, w0, #4 cset w8, lt str w8, [sp, #8] ; 4-byte Folded Spill b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_1 Depth=1 bl _zeile stur w0, [x29, #-12] bl _spalte str w0, [sp, #16] ldr w9, [sp, #12] mov w8, #0 subs w8, w8, w9 str w8, [sp, #12] ldur w0, [x29, #-12] ldr w1, [sp, #16] ldr w2, [sp, #12] bl _ausgabe adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-8] b LBB5_1 LBB5_5: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB5_8 LBB5_7: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB5_8 LBB5_8: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _brett,64,0 ; @brett .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Zeile: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Spalte: " l_.str.3: ; @.str.3 .asciz "\n" l_.str.4: ; @.str.4 .asciz " %c" l_.str.5: ; @.str.5 .asciz "Gewonnen!" l_.str.6: ; @.str.6 .asciz "Unentschieden!" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _init ## -- Begin function init .p2align 4, 0x90 _init: ## @init .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 cmpl $8, -4(%rbp) jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -8(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -8(%rbp) jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movslq -4(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -8(%rbp), %rcx movb $79, (%rax,%rcx) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB0_1 LBB0_8: popq %rbp retq .cfi_endproc ## -- End function .globl _zeile ## -- Begin function zeile .p2align 4, 0x90 _zeile: ## @zeile .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 movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _spalte ## -- Begin function spalte .p2align 4, 0x90 _spalte: ## @spalte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _erg ## -- Begin function erg .p2align 4, 0x90 _erg: ## @erg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl $0, -12(%rbp) cmpl $0, -4(%rbp) jge LBB3_2 ## %bb.1: movb $65, -5(%rbp) jmp LBB3_3 LBB3_2: movb $66, -5(%rbp) LBB3_3: movl $0, -16(%rbp) LBB3_4: ## =>This Loop Header: Depth=1 ## Child Loop BB3_8 Depth 2 ## Child Loop BB3_17 Depth 2 ## Child Loop BB3_21 Depth 3 cmpl $8, -16(%rbp) jge LBB3_33 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 cmpl $4, -12(%rbp) jge LBB3_7 ## %bb.6: ## in Loop: Header=BB3_4 Depth=1 movl $0, -12(%rbp) LBB3_7: ## in Loop: Header=BB3_4 Depth=1 movl $0, -20(%rbp) LBB3_8: ## Parent Loop BB3_4 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -20(%rbp) jge LBB3_16 ## %bb.9: ## in Loop: Header=BB3_8 Depth=2 movslq -16(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax movsbl -5(%rbp), %ecx cmpl %ecx, %eax jne LBB3_11 ## %bb.10: ## in Loop: Header=BB3_8 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB3_14 LBB3_11: ## in Loop: Header=BB3_8 Depth=2 cmpl $4, -12(%rbp) jge LBB3_13 ## %bb.12: ## in Loop: Header=BB3_8 Depth=2 movl $0, -12(%rbp) LBB3_13: ## in Loop: Header=BB3_8 Depth=2 jmp LBB3_14 LBB3_14: ## in Loop: Header=BB3_8 Depth=2 jmp LBB3_15 LBB3_15: ## in Loop: Header=BB3_8 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_8 LBB3_16: ## in Loop: Header=BB3_4 Depth=1 movl $0, -24(%rbp) LBB3_17: ## Parent Loop BB3_4 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB3_21 Depth 3 cmpl $8, -24(%rbp) jge LBB3_31 ## %bb.18: ## in Loop: Header=BB3_17 Depth=2 cmpl $4, -12(%rbp) jge LBB3_20 ## %bb.19: ## in Loop: Header=BB3_17 Depth=2 movl $0, -12(%rbp) LBB3_20: ## in Loop: Header=BB3_17 Depth=2 movl $0, -28(%rbp) LBB3_21: ## Parent Loop BB3_4 Depth=1 ## Parent Loop BB3_17 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $8, -28(%rbp) jge LBB3_29 ## %bb.22: ## in Loop: Header=BB3_21 Depth=3 movslq -28(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %eax movsbl -5(%rbp), %ecx cmpl %ecx, %eax jne LBB3_24 ## %bb.23: ## in Loop: Header=BB3_21 Depth=3 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB3_27 LBB3_24: ## in Loop: Header=BB3_21 Depth=3 cmpl $4, -12(%rbp) jge LBB3_26 ## %bb.25: ## in Loop: Header=BB3_21 Depth=3 movl $0, -12(%rbp) LBB3_26: ## in Loop: Header=BB3_21 Depth=3 jmp LBB3_27 LBB3_27: ## in Loop: Header=BB3_21 Depth=3 jmp LBB3_28 LBB3_28: ## in Loop: Header=BB3_21 Depth=3 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB3_21 LBB3_29: ## in Loop: Header=BB3_17 Depth=2 jmp LBB3_30 LBB3_30: ## in Loop: Header=BB3_17 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_17 LBB3_31: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_32 LBB3_32: ## in Loop: Header=BB3_4 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB3_4 LBB3_33: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _ausgabe ## -- Begin function ausgabe .p2align 4, 0x90 _ausgabe: ## @ausgabe .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) cmpl $0, -12(%rbp) jge LBB4_2 ## %bb.1: movslq -4(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -8(%rbp), %rcx movb $65, (%rax,%rcx) LBB4_2: cmpl $0, -12(%rbp) jle LBB4_4 ## %bb.3: movslq -4(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -8(%rbp), %rcx movb $66, (%rax,%rcx) LBB4_4: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -16(%rbp) LBB4_5: ## =>This Loop Header: Depth=1 ## Child Loop BB4_7 Depth 2 cmpl $8, -16(%rbp) jge LBB4_12 ## %bb.6: ## in Loop: Header=BB4_5 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB4_7: ## Parent Loop BB4_5 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -20(%rbp) jge LBB4_10 ## %bb.8: ## in Loop: Header=BB4_7 Depth=2 movslq -16(%rbp), %rcx movq _brett@GOTPCREL(%rip), %rax shlq $3, %rcx addq %rcx, %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.9: ## in Loop: Header=BB4_7 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_7 LBB4_10: ## in Loop: Header=BB4_5 Depth=1 jmp LBB4_11 LBB4_11: ## in Loop: Header=BB4_5 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_5 LBB4_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 $32, %rsp movl $0, -4(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi xorl %eax, %eax movl %eax, %esi callq _setbuf movl $64, -8(%rbp) movl $1, -20(%rbp) callq _init LBB5_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -8(%rbp) movb %al, -21(%rbp) ## 1-byte Spill jle LBB5_3 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movl -20(%rbp), %edi callq _erg cmpl $4, %eax setl %al movb %al, -21(%rbp) ## 1-byte Spill LBB5_3: ## in Loop: Header=BB5_1 Depth=1 movb -21(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB5_4 jmp LBB5_5 LBB5_4: ## in Loop: Header=BB5_1 Depth=1 callq _zeile movl %eax, -12(%rbp) callq _spalte movl %eax, -16(%rbp) imull $-1, -20(%rbp), %eax movl %eax, -20(%rbp) movl -12(%rbp), %edi movl -16(%rbp), %esi movl -20(%rbp), %edx callq _ausgabe leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %eax addl $-1, %eax movl %eax, -8(%rbp) jmp LBB5_1 LBB5_5: cmpl $0, -8(%rbp) jle LBB5_7 ## %bb.6: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB5_8 LBB5_7: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB5_8: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _brett,64,4 ## @brett .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Zeile: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Spalte: " L_.str.3: ## @.str.3 .asciz "\n" L_.str.4: ## @.str.4 .asciz " %c" L_.str.5: ## @.str.5 .asciz "Gewonnen!" L_.str.6: ## @.str.6 .asciz "Unentschieden!" .subsections_via_symbols
the_stack_data/107952207.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI0_0: .quad 0x4059000000000000 ; double 100 .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 stur wzr, [x29, #-4] stur wzr, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-16] mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf stur wzr, [x29, #-32] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-32] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp sub x8, x29, #28 str x8, [x9] sub x8, x29, #35 str x8, [sp, #48] ; 8-byte Folded Spill str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr x0, [sp, #48] ; 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, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-28] ldur w8, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-8] b LBB0_10 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 sub x0, x29, #35 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, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-28] ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB0_9 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 sub x0, x29, #35 adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-28] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB0_1 LBB0_12: ldur w8, [x29, #-8] ldur w9, [x29, #-12] add w8, w8, w9 ldur w9, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-20] ldur w8, [x29, #-20] ; implicit-def: $x12 mov x12, x8 ldur w8, [x29, #-8] ; implicit-def: $x11 mov x11, x8 ldur w8, [x29, #-12] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur s0, [x29, #-8] scvtf s0, s0 fcvt d0, s0 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] str d1, [sp, #40] ; 8-byte Folded Spill fmul d0, d0, d1 ldur s2, [x29, #-20] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr d1, [sp, #40] ; 8-byte Folded Reload ldur s0, [x29, #-12] scvtf s0, s0 fcvt d0, s0 fmul d0, d0, d1 ldur s2, [x29, #-20] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr d1, [sp, #40] ; 8-byte Folded Reload ldur s0, [x29, #-16] scvtf s0, s0 fcvt d0, s0 fmul d0, d0, d1 ldur s2, [x29, #-20] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@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 "%d" l_.str.1: ; @.str.1 .asciz "%d %s" l_.str.2: ; @.str.2 .asciz "C" l_.str.3: ; @.str.3 .asciz "R" l_.str.4: ; @.str.4 .asciz "S" l_.str.5: ; @.str.5 .asciz "Total: %d cobaias\nTotal de coelhos: %d\nTotal de ratos: %d\nTotal de sapos: %d\n" l_.str.6: ; @.str.6 .asciz "Percentual de coelhos: %.2f %\n" l_.str.7: ; @.str.7 .asciz "Percentual de ratos: %.2f %\n" l_.str.8: ; @.str.8 .asciz "Percentual de sapos: %.2f %\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI0_0: .quad 0x4059000000000000 ## double 100 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) leaq L_.str(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf movl $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_12 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq -35(%rbp), %rdx leaq L_.str.1(%rip), %rdi leaq -28(%rbp), %rsi movb $0, %al callq _scanf leaq -35(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl -8(%rbp), %eax movl %eax, -8(%rbp) jmp LBB0_10 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq -35(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) jmp LBB0_9 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 leaq -35(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_12: movl -8(%rbp), %eax addl -12(%rbp), %eax addl -16(%rbp), %eax movl %eax, -20(%rbp) movl -20(%rbp), %esi movl -8(%rbp), %edx movl -12(%rbp), %ecx movl -16(%rbp), %r8d leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf cvtsi2ssl -8(%rbp), %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -20(%rbp), %xmm1 divsd %xmm1, %xmm0 leaq L_.str.6(%rip), %rdi movb $1, %al callq _printf cvtsi2ssl -12(%rbp), %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -20(%rbp), %xmm1 divsd %xmm1, %xmm0 leaq L_.str.7(%rip), %rdi movb $1, %al callq _printf cvtsi2ssl -16(%rbp), %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -20(%rbp), %xmm1 divsd %xmm1, %xmm0 leaq L_.str.8(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d %s" L_.str.2: ## @.str.2 .asciz "C" L_.str.3: ## @.str.3 .asciz "R" L_.str.4: ## @.str.4 .asciz "S" L_.str.5: ## @.str.5 .asciz "Total: %d cobaias\nTotal de coelhos: %d\nTotal de ratos: %d\nTotal de sapos: %d\n" L_.str.6: ## @.str.6 .asciz "Percentual de coelhos: %.2f %\n" L_.str.7: ## @.str.7 .asciz "Percentual de ratos: %.2f %\n" L_.str.8: ## @.str.8 .asciz "Percentual de sapos: %.2f %\n" .subsections_via_symbols
the_stack_data/50137416.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createStack ; -- Begin function createStack .p2align 2 _createStack: ; @createStack .cfi_startproc ; %bb.0: sub sp, sp, #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, #4] ldr x9, [sp] mov w8, #-1 str w8, [x9] ldr x8, [sp] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 lsr x0, x8, #0 bl _malloc ldr x8, [sp] str x0, [x8, #8] ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _isFull ; -- Begin function isFull .p2align 2 _isFull: ; @isFull .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp, #8] ldr w9, [x9, #4] subs w9, w9, #1 subs w8, w8, w9 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _isEmpty ; -- Begin function isEmpty .p2align 2 _isEmpty: ; @isEmpty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] adds w8, w8, #1 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _push ; -- Begin function push .p2align 2 _push: ; @push .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] strb w1, [sp, #7] ldr x0, [sp, #8] bl _isFull subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: b LBB3_3 LBB3_2: ldrb w8, [sp, #7] ldr x9, [sp, #8] ldr x9, [x9, #8] ldr x11, [sp, #8] ldr w10, [x11] add w10, w10, #1 str w10, [x11] add x9, x9, w10, sxtw strb w8, [x9] b LBB3_3 LBB3_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pop ; -- Begin function pop .p2align 2 _pop: ; @pop .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp] ldr x0, [sp] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: sturb wzr, [x29, #-1] b LBB4_3 LBB4_2: ldr x8, [sp] ldr x8, [x8, #8] ldr x11, [sp] ldrsw x9, [x11] mov x10, x9 subs w10, w10, #1 str w10, [x11] add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-1] b LBB4_3 LBB4_3: ldursb w0, [x29, #-1] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _reverse ; -- Begin function reverse .p2align 2 _reverse: ; @reverse .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _strlen mov x8, x0 stur w8, [x29, #-12] ldur w0, [x29, #-12] bl _createStack str x0, [sp, #8] str wzr, [sp, #4] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] 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 ldr x0, [sp, #8] ldur x8, [x29, #-8] ldrsw x9, [sp, #4] ldrsb w1, [x8, x9] bl _push b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB5_1 LBB5_4: str wzr, [sp, #4] b LBB5_5 LBB5_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_8 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_5 Depth=1 ldr x0, [sp, #8] bl _pop ldur x8, [x29, #-8] ldrsw x9, [sp, #4] strb w0, [x8, x9] b LBB5_7 LBB5_7: ; in Loop: Header=BB5_5 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB5_5 LBB5_8: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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, #16] add x0, sp, #20 str x0, [sp, #8] ; 8-byte Folded Spill bl _gets ldr x0, [sp, #8] ; 8-byte Folded Reload bl _reverse ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: bl ___stack_chk_fail LBB6_2: mov w0, #0 ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Reversed string is %s" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createStack ## -- Begin function createStack .p2align 4, 0x90 _createStack: ## @createStack .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $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, 4(%rax) movq -16(%rbp), %rax movl $-1, (%rax) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, %edi shlq $0, %rdi callq _malloc movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _isFull ## -- Begin function isFull .p2align 4, 0x90 _isFull: ## @isFull .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movq -8(%rbp), %rcx movl 4(%rcx), %ecx subl $1, %ecx cmpl %ecx, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _isEmpty ## -- Begin function isEmpty .p2align 4, 0x90 _isEmpty: ## @isEmpty .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax cmpl $-1, (%rax) sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _push ## -- Begin function push .p2align 4, 0x90 _push: ## @push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb %sil, %al movq %rdi, -8(%rbp) movb %al, -9(%rbp) movq -8(%rbp), %rdi callq _isFull cmpl $0, %eax je LBB3_2 ## %bb.1: jmp LBB3_3 LBB3_2: movb -9(%rbp), %dl movq -8(%rbp), %rax movq 8(%rax), %rax movq -8(%rbp), %rsi movl (%rsi), %ecx addl $1, %ecx movl %ecx, (%rsi) movslq %ecx, %rcx movb %dl, (%rax,%rcx) LBB3_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _pop ## -- Begin function pop .p2align 4, 0x90 _pop: ## @pop .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB4_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB4_3 LBB4_2: movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rdx movl (%rdx), %ecx movl %ecx, %esi addl $-1, %esi movl %esi, (%rdx) movslq %ecx, %rcx movb (%rax,%rcx), %al movb %al, -1(%rbp) LBB4_3: movsbl -1(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _reverse ## -- Begin function reverse .p2align 4, 0x90 _reverse: ## @reverse .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -12(%rbp) movl -12(%rbp), %edi callq _createStack movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_4 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -24(%rbp), %rdi movq -8(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %esi callq _push ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB5_1 LBB5_4: movl $0, -28(%rbp) LBB5_5: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_8 ## %bb.6: ## in Loop: Header=BB5_5 Depth=1 movq -24(%rbp), %rdi callq _pop movb %al, %dl movq -8(%rbp), %rax movslq -28(%rbp), %rcx movb %dl, (%rax,%rcx) ## %bb.7: ## in Loop: Header=BB5_5 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB5_5 LBB5_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -116(%rbp) leaq -112(%rbp), %rdi callq _gets leaq -112(%rbp), %rdi callq _reverse leaq -112(%rbp), %rsi 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 LBB6_2 ## %bb.1: xorl %eax, %eax addq $128, %rsp popq %rbp retq LBB6_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Reversed string is %s" .subsections_via_symbols
the_stack_data/63738.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/232954863.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 w0, #0 stur wzr, [x29, #-4] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _setlocale stur wzr, [x29, #-8] mov w8, #1 str w8, [sp, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] mul w8, w8, w9 str w8, [sp, #16] ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_3: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf 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 "Portuguese" l_.str.1: ; @.str.1 .asciz "Informe o n\303\272mero: " l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "O fatorial desse n\303\272mero \303\251: %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) xorl %edi, %edi leaq L_.str(%rip), %rsi callq _setlocale movl $0, -8(%rbp) movl $1, -16(%rbp) leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -12(%rbp) jle LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax imull -12(%rbp), %eax movl %eax, -16(%rbp) movl -12(%rbp), %eax addl $-1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_3: movl -16(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Portuguese" L_.str.1: ## @.str.1 .asciz "Informe o n\303\272mero: " L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "O fatorial desse n\303\272mero \303\251: %d" .subsections_via_symbols
the_stack_data/3035.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _generate_sameline_sql ; -- Begin function generate_sameline_sql .p2align 2 _generate_sameline_sql: ; @generate_sameline_sql .cfi_startproc ; %bb.0: sub sp, sp, #288 .cfi_def_cfa_offset 288 stp x28, x27, [sp, #256] ; 16-byte Folded Spill stp x29, x30, [sp, #272] ; 16-byte Folded Spill add x29, sp, #272 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #76] sub x0, x29, #57 adrp x1, l___const.generate_sameline_sql.select@PAGE add x1, x1, l___const.generate_sameline_sql.select@PAGEOFF mov x2, #33 bl _memcpy sub x0, x29, #99 adrp x1, l___const.generate_sameline_sql.join_fmt@PAGE add x1, x1, l___const.generate_sameline_sql.join_fmt@PAGEOFF mov x2, #42 bl _memcpy adrp x9, l___const.generate_sameline_sql.where@PAGE add x9, x9, l___const.generate_sameline_sql.where@PAGEOFF ldr q0, [x9] sub x8, x29, #128 stur q0, [x29, #-128] ldur q0, [x9, #9] stur q0, [x8, #9] adrp x8, l___const.generate_sameline_sql.and_where_fmt@PAGE add x8, x8, l___const.generate_sameline_sql.and_where_fmt@PAGEOFF ldr q0, [x8] str q0, [sp, #112] ldr x8, [x8, #16] str x8, [sp, #128] adrp x8, l___const.generate_sameline_sql.group@PAGE add x8, x8, l___const.generate_sameline_sql.group@PAGEOFF ldr q0, [x8] add x9, sp, #80 str q0, [sp, #80] ldur w8, [x8, #15] stur w8, [x9, #15] mov x0, #1024 str x0, [sp, #32] ; 8-byte Folded Spill bl _malloc mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload str x8, [sp, #64] bl _malloc mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload str x8, [sp, #56] bl _malloc str x0, [sp, #48] ldr x9, [sp, #64] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldr x9, [sp, #56] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x9, [sp, #48] mov x8, #0 subs x8, x8, x9 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@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf b LBB0_13 LBB0_4: ldr x8, [sp, #64] strb wzr, [x8] ldr x8, [sp, #56] strb wzr, [x8] ldr x8, [sp, #48] strb wzr, [x8] ldr x0, [sp, #64] sub x1, x29, #57 mov x2, #-1 bl ___strcat_chk str x0, [sp, #64] mov w8, #2 str w8, [sp, #44] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr x0, [sp, #56] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov w1, #0 mov x2, #-1 str x2, [sp, #24] ; 8-byte Folded Spill sub x3, x29, #99 bl ___sprintf_chk ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #64] ldr x1, [sp, #56] bl ___strcat_chk str x0, [sp, #64] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_5 LBB0_8: ldr x0, [sp, #64] sub x1, x29, #128 mov x2, #-1 bl ___strcat_chk str x0, [sp, #64] mov w8, #2 str w8, [sp, #44] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr x0, [sp, #48] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov w1, #0 mov x2, #-1 str x2, [sp, #16] ; 8-byte Folded Spill add x3, sp, #112 bl ___sprintf_chk ldr x2, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #64] ldr x1, [sp, #48] bl ___strcat_chk str x0, [sp, #64] b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_9 LBB0_12: ldr x0, [sp, #64] add x1, sp, #80 mov x2, #-1 bl ___strcat_chk str x0, [sp, #64] ldr x0, [sp, #56] bl _free ldr x0, [sp, #48] bl _free b LBB0_13 LBB0_13: ldr x8, [sp, #64] 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, LBB0_15 b LBB0_14 LBB0_14: bl ___stack_chk_fail LBB0_15: ldr x0, [sp, #8] ; 8-byte Folded Reload ldp x29, x30, [sp, #272] ; 16-byte Folded Reload ldp x28, x27, [sp, #256] ; 16-byte Folded Reload add sp, sp, #288 ret .cfi_endproc ; -- End function .globl _generate_colloc_words_sql ; -- Begin function generate_colloc_words_sql .p2align 2 _generate_colloc_words_sql: ; @generate_colloc_words_sql .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, #32] add x0, sp, #39 adrp x1, l___const.generate_colloc_words_sql.insert@PAGE add x1, x1, l___const.generate_colloc_words_sql.insert@PAGEOFF mov x2, #65 bl _memcpy adrp x8, l___const.generate_colloc_words_sql.values@PAGE add x8, x8, l___const.generate_colloc_words_sql.values@PAGEOFF ldr w10, [x8] add x9, sp, #24 str w10, [sp, #24] ldur w8, [x8, #3] stur w8, [x9, #3] mov x0, #1024 bl _malloc str x0, [sp, #16] ldr x9, [sp, #16] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB1_9 LBB1_2: ldr x8, [sp, #16] strb wzr, [x8] ldr x0, [sp, #16] add x1, sp, #39 mov x2, #-1 bl ___strcat_chk str x0, [sp, #16] str wzr, [sp, #12] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #32] 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 x0, [sp, #16] add x1, sp, #24 mov x2, #-1 bl ___strcat_chk str x0, [sp, #16] ldr w8, [sp, #12] ldr w9, [sp, #32] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=1 ldr x0, [sp, #16] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcat_chk str x0, [sp, #16] b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_3 LBB1_8: ldr x0, [sp, #16] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF mov x2, #-1 bl ___strcat_chk str x0, [sp, #16] b LBB1_9 LBB1_9: ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: bl ___stack_chk_fail LBB1_11: ldr x0, [sp] ; 8-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _generate_colloc_lines_sql ; -- Begin function generate_colloc_lines_sql .p2align 2 _generate_colloc_lines_sql: ; @generate_colloc_lines_sql .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str w0, [sp, #68] str x1, [sp, #56] add x0, sp, #72 adrp x1, l___const.generate_colloc_lines_sql.insert@PAGE add x1, x1, l___const.generate_colloc_lines_sql.insert@PAGEOFF mov x2, #80 bl _memcpy mov x0, #1024 str x0, [sp, #32] ; 8-byte Folded Spill bl _malloc mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload str x8, [sp, #48] bl _malloc str x0, [sp, #40] ldr x9, [sp, #48] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldr x9, [sp, #40] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf b LBB2_4 LBB2_3: ldr x8, [sp, #48] strb wzr, [x8] ldr x8, [sp, #56] str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [sp, #56] bl _strlen mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload subs x1, x8, #1 bl _strndup str x0, [sp, #40] ldr x0, [sp, #48] add x1, sp, #72 mov x2, #-1 str x2, [sp, #24] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #24] ; 8-byte Folded Reload str x0, [sp, #48] ldr x0, [sp, #48] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl ___strcat_chk ldr x2, [sp, #24] ; 8-byte Folded Reload str x0, [sp, #48] ldr x0, [sp, #48] ldr x1, [sp, #40] bl ___strcat_chk ldr x2, [sp, #24] ; 8-byte Folded Reload str x0, [sp, #48] ldr x0, [sp, #48] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl ___strcat_chk str x0, [sp, #48] ldr x0, [sp, #40] bl _free b LBB2_4 LBB2_4: ldr x8, [sp, #48] 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, LBB2_6 b LBB2_5 LBB2_5: bl ___stack_chk_fail LBB2_6: ldr x0, [sp, #8] ; 8-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .globl _sameline ; -- Begin function sameline .p2align 2 _sameline: ; @sameline .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, _word_list_stmt@GOTPAGE ldr x8, [x8, _word_list_stmt@GOTPAGEOFF] str x8, [sp, #88] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill adrp x8, _db@GOTPAGE ldr x8, [x8, _db@GOTPAGEOFF] str x8, [sp, #104] ; 8-byte Folded Spill stur w0, [x29, #-4] stur w1, [x29, #-8] stur w2, [x29, #-12] mov w8, #1 stur w8, [x29, #-48] stur wzr, [x29, #-56] mov x0, #4096 bl _malloc stur x0, [x29, #-72] ldursw x9, [x29, #-4] mov x8, #4 mul x0, x8, x9 bl _malloc stur x0, [x29, #-80] ldur x9, [x29, #-72] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldur x9, [x29, #-80] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf b LBB3_69 LBB3_3: b LBB3_4 LBB3_4: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8] bl _sqlite3_step mov w8, #100 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8] mov w1, #0 bl _sqlite3_column_int ldur x8, [x29, #-72] ldursw x9, [x29, #-56] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-56] str w0, [x8, x9, lsl #2] b LBB3_4 LBB3_6: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8] bl _sqlite3_finalize ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _fprintf stur wzr, [x29, #-44] b LBB3_7 LBB3_7: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_10 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_7 Depth=1 ldur w8, [x29, #-44] ldur x9, [x29, #-80] ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] b LBB3_9 LBB3_9: ; in Loop: Header=BB3_7 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB3_7 LBB3_10: ldur w0, [x29, #-4] bl _generate_sameline_sql stur x0, [x29, #-24] ldur w0, [x29, #-4] bl _generate_colloc_words_sql stur x0, [x29, #-32] ldur w0, [x29, #-4] ldur x1, [x29, #-24] bl _generate_colloc_lines_sql stur x0, [x29, #-40] ldur x9, [x29, #-24] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_13 b LBB3_11 LBB3_11: ldur x9, [x29, #-32] mov x8, #0 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ldur x9, [x29, #-40] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: b LBB3_69 LBB3_14: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] ldur x11, [x29, #-24] ldur x10, [x29, #-32] ldur x8, [x29, #-40] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fprintf ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x0, [x8] ldur x1, [x29, #-24] mov w2, #-1 sub x3, x29, #88 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_15 LBB3_15: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF mov w2, #-1 sub x3, x29, #96 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_16 LBB3_16: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x0, [x8] ldur x1, [x29, #-32] mov w2, #-1 sub x3, x29, #104 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x0, [x8] ldur x1, [x29, #-40] mov w2, #-1 add x3, sp, #112 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_19 b LBB3_18 LBB3_18: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #80] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_errmsg mov x8, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf b LBB3_69 LBB3_19: ldur x0, [x29, #-96] ldur w2, [x29, #-12] mov w1, #1 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_21 b LBB3_20 LBB3_20: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fprintf b LBB3_69 LBB3_21: stur wzr, [x29, #-44] b LBB3_22 LBB3_22: ; =>This Loop Header: Depth=1 ; Child Loop BB3_24 Depth 2 ; Child Loop BB3_30 Depth 2 ; Child Loop BB3_43 Depth 2 ; Child Loop BB3_62 Depth 2 ldur x8, [x29, #-80] ldr w8, [x8] ldur w9, [x29, #-56] ldur w10, [x29, #-4] subs w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_68 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_22 Depth=1 stur wzr, [x29, #-52] b LBB3_24 LBB3_24: ; Parent Loop BB3_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-52] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_29 b LBB3_25 LBB3_25: ; in Loop: Header=BB3_24 Depth=2 ldur x0, [x29, #-88] ldur w8, [x29, #-52] add w1, w8, #1 ldur x8, [x29, #-72] ldur x9, [x29, #-80] ldursw x10, [x29, #-52] ldrsw x9, [x9, x10, lsl #2] ldr w2, [x8, x9, lsl #2] bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_27 b LBB3_26 LBB3_26: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] ldur w8, [x29, #-52] add w11, w8, #1 ldur x8, [x29, #-72] ldur x9, [x29, #-80] ldursw x10, [x29, #-52] ldrsw x9, [x9, x10, lsl #2] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x11 str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _fprintf ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #72] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_errmsg mov x8, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf b LBB3_69 LBB3_27: ; in Loop: Header=BB3_24 Depth=2 b LBB3_28 LBB3_28: ; in Loop: Header=BB3_24 Depth=2 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB3_24 LBB3_29: ; in Loop: Header=BB3_22 Depth=1 stur wzr, [x29, #-60] b LBB3_30 LBB3_30: ; Parent Loop BB3_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-88] bl _sqlite3_step mov w8, #100 subs w8, w8, w0 cset w8, ne mov w9, #0 str w9, [sp, #68] ; 4-byte Folded Spill tbnz w8, #0, LBB3_32 b LBB3_31 LBB3_31: ; in Loop: Header=BB3_30 Depth=2 ldur w8, [x29, #-60] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt str w8, [sp, #68] ; 4-byte Folded Spill b LBB3_32 LBB3_32: ; in Loop: Header=BB3_30 Depth=2 ldr w8, [sp, #68] ; 4-byte Folded Reload tbz w8, #0, LBB3_34 b LBB3_33 LBB3_33: ; in Loop: Header=BB3_30 Depth=2 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB3_30 LBB3_34: ; in Loop: Header=BB3_22 Depth=1 ldur x0, [x29, #-88] bl _sqlite3_reset mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_36 b LBB3_35 LBB3_35: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _fprintf ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #56] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_errmsg mov x8, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf b LBB3_69 LBB3_36: ; in Loop: Header=BB3_22 Depth=1 ldur w8, [x29, #-60] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB3_57 b LBB3_37 LBB3_37: ; in Loop: Header=BB3_22 Depth=1 ldur x0, [x29, #-96] bl _sqlite3_step mov w8, #101 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_39 b LBB3_38 LBB3_38: ; in Loop: Header=BB3_22 Depth=1 ldur x0, [x29, #-96] bl _sqlite3_reset mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_40 b LBB3_39 LBB3_39: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fprintf b LBB3_69 LBB3_40: ; in Loop: Header=BB3_22 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x0, [x8] bl _sqlite3_last_insert_rowid mov x8, x0 stur w8, [x29, #-64] ldr x0, [sp, #112] ldur w2, [x29, #-64] mov w1, #1 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_42 b LBB3_41 LBB3_41: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf b LBB3_69 LBB3_42: ; in Loop: Header=BB3_22 Depth=1 stur wzr, [x29, #-52] b LBB3_43 LBB3_43: ; Parent Loop BB3_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-52] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_50 b LBB3_44 LBB3_44: ; in Loop: Header=BB3_43 Depth=2 ldur x0, [x29, #-104] ldur w8, [x29, #-52] lsl w8, w8, #1 add w1, w8, #1 ldur w2, [x29, #-64] bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_47 b LBB3_45 LBB3_45: ; in Loop: Header=BB3_43 Depth=2 ldur x0, [x29, #-104] ldur w8, [x29, #-52] lsl w8, w8, #1 add w1, w8, #2 ldur x8, [x29, #-72] ldur x9, [x29, #-80] ldursw x10, [x29, #-52] ldrsw x9, [x9, x10, lsl #2] ldr w2, [x8, x9, lsl #2] bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_47 b LBB3_46 LBB3_46: ; in Loop: Header=BB3_43 Depth=2 ldr x0, [sp, #112] ldur w8, [x29, #-52] add w1, w8, #2 ldur x8, [x29, #-72] ldur x9, [x29, #-80] ldursw x10, [x29, #-52] ldrsw x9, [x9, x10, lsl #2] ldr w2, [x8, x9, lsl #2] bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_48 b LBB3_47 LBB3_47: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] ldur w8, [x29, #-52] lsl w8, w8, #1 add w13, w8, #1 ldur w8, [x29, #-52] lsl w8, w8, #1 add w12, w8, #2 ldur w8, [x29, #-64] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-72] ldur x9, [x29, #-80] ldursw x11, [x29, #-52] ldrsw x9, [x9, x11, lsl #2] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x11 mov x11, x13 str x11, [x9] ; implicit-def: $x11 mov x11, x12 str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf b LBB3_69 LBB3_48: ; in Loop: Header=BB3_43 Depth=2 b LBB3_49 LBB3_49: ; in Loop: Header=BB3_43 Depth=2 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB3_43 LBB3_50: ; in Loop: Header=BB3_22 Depth=1 ldur x0, [x29, #-104] bl _sqlite3_step mov w8, #101 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_52 b LBB3_51 LBB3_51: ; in Loop: Header=BB3_22 Depth=1 ldur x0, [x29, #-104] bl _sqlite3_reset mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_53 b LBB3_52 LBB3_52: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _fprintf ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #48] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_errmsg mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf b LBB3_69 LBB3_53: ; in Loop: Header=BB3_22 Depth=1 ldr x0, [sp, #112] bl _sqlite3_step mov w8, #101 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB3_55 b LBB3_54 LBB3_54: ; in Loop: Header=BB3_22 Depth=1 ldr x0, [sp, #112] bl _sqlite3_reset mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB3_56 b LBB3_55 LBB3_55: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _fprintf ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #40] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_errmsg mov x8, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf b LBB3_69 LBB3_56: ; in Loop: Header=BB3_22 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #32] ; 8-byte Folded Spill ldr x0, [x8] bl _sqlite3_changes mov x10, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _fprintf b LBB3_57 LBB3_57: ; in Loop: Header=BB3_22 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] ldur w8, [x29, #-44] mov w10, #100 sdiv w9, w8, w10 mul w9, w9, w10 subs w9, w8, w9 mov w8, #0 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_59 b LBB3_58 LBB3_58: ; in Loop: Header=BB3_22 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _fprintf b LBB3_59 LBB3_59: ; in Loop: Header=BB3_22 Depth=1 ldur x8, [x29, #-80] ldur w9, [x29, #-4] subs w9, w9, #1 add x9, x8, w9, sxtw #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur w9, [x29, #-56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_61 b LBB3_60 LBB3_60: ; in Loop: Header=BB3_22 Depth=1 b LBB3_22 LBB3_61: ; in Loop: Header=BB3_22 Depth=1 stur wzr, [x29, #-52] b LBB3_62 LBB3_62: ; Parent Loop BB3_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-52] ldur w9, [x29, #-4] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_67 b LBB3_63 LBB3_63: ; in Loop: Header=BB3_62 Depth=2 ldur x8, [x29, #-80] ldur w9, [x29, #-52] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] ldur w9, [x29, #-56] ldur w10, [x29, #-4] ldur w11, [x29, #-52] subs w10, w10, w11 subs w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_65 b LBB3_64 LBB3_64: ; in Loop: Header=BB3_62 Depth=2 ldur x8, [x29, #-80] ldursw x9, [x29, #-52] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur x8, [x29, #-80] ldursw x9, [x29, #-52] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-80] ldur w10, [x29, #-52] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB3_65 LBB3_65: ; in Loop: Header=BB3_62 Depth=2 b LBB3_66 LBB3_66: ; in Loop: Header=BB3_62 Depth=2 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB3_62 LBB3_67: ; in Loop: Header=BB3_22 Depth=1 ldur x8, [x29, #-80] ldur w9, [x29, #-4] subs w9, w9, #1 add x9, x8, w9, sxtw #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_22 LBB3_68: ldur x0, [x29, #-88] bl _sqlite3_finalize ldur x0, [x29, #-96] bl _sqlite3_finalize ldur x0, [x29, #-104] bl _sqlite3_finalize ldr x0, [sp, #112] bl _sqlite3_finalize ldur x0, [x29, #-24] bl _free ldur x0, [x29, #-32] bl _free ldur x0, [x29, #-40] bl _free ldur x0, [x29, #-72] bl _free ldur x0, [x29, #-80] bl _free stur wzr, [x29, #-48] b LBB3_69 LBB3_69: ldur w0, [x29, #-48] ldp x29, x30, [sp, #224] ; 16-byte Folded Reload add sp, sp, #240 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _db@GOTPAGE ldr x8, [x8, _db@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _word_list_stmt@GOTPAGE ldr x8, [x8, _word_list_stmt@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov w8, #1 stur w8, [x29, #-20] mov w9, #3 stur w9, [x29, #-24] stur w8, [x29, #-28] mov w8, #2 stur w8, [x29, #-32] stur wzr, [x29, #-40] ldur w8, [x29, #-8] subs w8, w8, #2 ; kill: def $x8 killed $w8 str x8, [sp, #48] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB4_15 ; %bb.1: ldr x11, [sp, #48] ; 8-byte Folded Reload adrp x10, lJTI4_0@PAGE add x10, x10, lJTI4_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB4_2: ldur x8, [x29, #-16] ldr x0, [x8, #40] bl _atoi stur w0, [x29, #-32] b LBB4_3 LBB4_3: ldur x8, [x29, #-16] ldr x0, [x8, #32] bl _atoi stur w0, [x29, #-24] b LBB4_4 LBB4_4: ldur x8, [x29, #-16] ldr x8, [x8, #24] ldrsb w8, [x8] str w8, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #108 cset w8, eq tbnz w8, #0, LBB4_9 b LBB4_5 LBB4_5: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #115 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #119 cset w8, eq tbnz w8, #0, LBB4_8 b LBB4_10 LBB4_7: mov w8, #1 stur w8, [x29, #-28] b LBB4_10 LBB4_8: mov w8, #2 stur w8, [x29, #-28] b LBB4_10 LBB4_9: mov w8, #3 stur w8, [x29, #-28] b LBB4_10 LBB4_10: b LBB4_11 LBB4_11: ldur x8, [x29, #-16] ldr x0, [x8, #16] bl _atoi stur w0, [x29, #-40] b LBB4_12 LBB4_12: ldr x1, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldr x0, [x8, #8] bl _sqlite3_open mov w8, #0 subs w8, w8, w0 cset w8, ne tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: b LBB4_16 LBB4_14: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur x8, [x29, #-16] ldr x8, [x8, #8] mov x9, sp str x8, [x9] adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _fprintf b LBB4_49 LBB4_15: ldur x8, [x29, #-16] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf b LBB4_49 LBB4_16: ldr x3, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF mov w2, #-1 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_18 b LBB4_17 LBB4_17: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.25@PAGE add x8, x8, l_.str.25@PAGEOFF str x8, [x9] adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _fprintf b LBB4_49 LBB4_18: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.27@PAGE add x1, x1, l_.str.27@PAGEOFF mov w2, #-1 sub x3, x29, #48 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_20 b LBB4_19 LBB4_19: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.27@PAGE add x8, x8, l_.str.27@PAGEOFF str x8, [x9] adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _fprintf b LBB4_49 LBB4_20: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF mov w2, #-1 add x3, sp, #56 mov x4, #0 bl _sqlite3_prepare_v2 mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_22 b LBB4_21 LBB4_21: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.28@PAGE add x8, x8, l_.str.28@PAGEOFF str x8, [x9] adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _fprintf b LBB4_49 LBB4_22: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] ldur w2, [x29, #-40] mov w1, #1 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_24 b LBB4_23 LBB4_23: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _fprintf b LBB4_49 LBB4_24: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] ldur w2, [x29, #-24] mov w1, #2 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_26 b LBB4_25 LBB4_25: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _fprintf b LBB4_49 LBB4_26: ldur x0, [x29, #-48] ldur w2, [x29, #-24] mov w1, #1 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_28 b LBB4_27 LBB4_27: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _fprintf b LBB4_49 LBB4_28: ldur x0, [x29, #-48] ldur w2, [x29, #-32] mov w1, #2 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_30 b LBB4_29 LBB4_29: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _fprintf b LBB4_49 LBB4_30: ldur x0, [x29, #-48] ldur w2, [x29, #-40] mov w1, #3 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_32 b LBB4_31 LBB4_31: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _fprintf b LBB4_49 LBB4_32: ldr x0, [sp, #56] ldur w2, [x29, #-24] mov w1, #1 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_34 b LBB4_33 LBB4_33: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _fprintf b LBB4_49 LBB4_34: ldr x0, [sp, #56] ldur w2, [x29, #-32] mov w1, #2 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_36 b LBB4_35 LBB4_35: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _fprintf b LBB4_49 LBB4_36: ldr x0, [sp, #56] ldur w2, [x29, #-40] mov w1, #3 bl _sqlite3_bind_int mov w8, #0 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_38 b LBB4_37 LBB4_37: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _fprintf b LBB4_49 LBB4_38: ldur x0, [x29, #-48] bl _sqlite3_step mov w8, #101 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_40 b LBB4_39 LBB4_39: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _fprintf b LBB4_49 LBB4_40: ldr x0, [sp, #56] bl _sqlite3_step mov w8, #100 subs w8, w8, w0 cset w8, eq tbnz w8, #0, LBB4_42 b LBB4_41 LBB4_41: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _fprintf b LBB4_49 LBB4_42: ldr x0, [sp, #56] mov w1, #0 bl _sqlite3_column_int stur w0, [x29, #-36] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.34@PAGE add x0, x0, l_.str.34@PAGEOFF bl _printf ldur x0, [x29, #-48] bl _sqlite3_finalize ldr x0, [sp, #56] bl _sqlite3_finalize ldur w8, [x29, #-28] str w8, [sp, #16] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB4_46 b LBB4_43 LBB4_43: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB4_45 b LBB4_44 LBB4_44: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB4_47 b LBB4_48 LBB4_45: b LBB4_48 LBB4_46: ldur w0, [x29, #-32] ldur w1, [x29, #-24] ldur w2, [x29, #-36] bl _sameline b LBB4_48 LBB4_47: b LBB4_48 LBB4_48: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] bl _sqlite3_close stur wzr, [x29, #-20] b LBB4_49 LBB4_49: ldur w0, [x29, #-20] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc .p2align 2 lJTI4_0: .long LBB4_12-Ltmp0 .long LBB4_11-Ltmp0 .long LBB4_4-Ltmp0 .long LBB4_3-Ltmp0 .long LBB4_2-Ltmp0 ; -- End function .section __TEXT,__cstring,cstring_literals l___const.generate_sameline_sql.select: ; @__const.generate_sameline_sql.select .asciz "SELECT line_id FROM words AS w1 " l___const.generate_sameline_sql.join_fmt: ; @__const.generate_sameline_sql.join_fmt .asciz " INNER JOIN words AS w%d USING (line_id) " l___const.generate_sameline_sql.where: ; @__const.generate_sameline_sql.where .asciz " WHERE w1.unique_id = ? " l___const.generate_sameline_sql.and_where_fmt: ; @__const.generate_sameline_sql.and_where_fmt .asciz " AND w%d.unique_id = ? " l___const.generate_sameline_sql.group: ; @__const.generate_sameline_sql.group .asciz " GROUP BY line_id;" l_.str: ; @.str .asciz "couldn't allocate memory for stmt\n" l___const.generate_colloc_words_sql.insert: ; @__const.generate_colloc_words_sql.insert .asciz "INSERT INTO collocation_words(collocation_id, unique_id) VALUES " l___const.generate_colloc_words_sql.values: ; @__const.generate_colloc_words_sql.values .asciz "(?, ?)" l_.str.1: ; @.str.1 .asciz "couldn't allocate memory for colloc words stmt\n" l_.str.2: ; @.str.2 .asciz ", " l_.str.3: ; @.str.3 .asciz " ;" l___const.generate_colloc_lines_sql.insert: ; @__const.generate_colloc_lines_sql.insert .asciz "INSERT INTO collocation_lines (collocation_id, line_id) SELECT ?, line_id FROM " l_.str.4: ; @.str.4 .asciz "couldn't allocate memory for colloc lines stmt\n" l_.str.5: ; @.str.5 .asciz " ( " l_.str.6: ; @.str.6 .asciz " );" l_.str.7: ; @.str.7 .asciz "couldn't allocate memory for word lists\n" .comm _word_list_stmt,8,3 ; @word_list_stmt l_.str.8: ; @.str.8 .asciz "have %d words\n" l_.str.9: ; @.str.9 .asciz "%s\n%s\n%s\n" .comm _db,8,3 ; @db l_.str.10: ; @.str.10 .asciz "INSERT INTO collocations (collocation_id, collocation_def_id) VALUES (NULL, ?);" l_.str.11: ; @.str.11 .asciz "error: %s\n" l_.str.12: ; @.str.12 .asciz "couldn't bind colloc def ID\n" l_.str.13: ; @.str.13 .asciz "couldn't bind perm %d (%d)\n" l_.str.14: ; @.str.14 .asciz "couldn't reset same_line_stmt\n" l_.str.15: ; @.str.15 .asciz "couldn't step/reset insert colloc stmt\n" l_.str.16: ; @.str.16 .asciz "couldn't bind colloc ID to colloc line stmt\n" l_.str.17: ; @.str.17 .asciz "error binding param %d, %d (%d, %d) of colloc stmt\n" l_.str.18: ; @.str.18 .asciz "couldn't step/reset colloc wordstmts\n" l_.str.19: ; @.str.19 .asciz "couldn't step/reset colloc line stmts\n" l_.str.20: ; @.str.20 .asciz "Rows inserted: %d\n" l_.str.21: ; @.str.21 .asciz "%d\n" l_.str.22: ; @.str.22 .asciz "Error opening %s\n" l_.str.23: ; @.str.23 .asciz "Usage: %s db_file corpus_id [adjacent [min_occurence [min_length]]]\n" l_.str.24: ; @.str.24 .asciz "\tadjacent is 's' for same line, 'w' for adjacent words, 'l' for adjacent lines, default s\n\tmin_occurence is a number, default 3\n\tmin_length is minimum length of collocation, default 2\n" l_.str.25: ; @.str.25 .asciz "SELECT unique_id FROM words INNER JOIN unique_words USING (unique_id) INNER JOIN lines USING (line_id) INNER JOIN texts USING (text_id) WHERE corpus_id = ? GROUP BY unique_id HAVING COUNT(*) >= ?;" l_.str.26: ; @.str.26 .asciz "couldn't prepare statement %s\n" l_.str.27: ; @.str.27 .asciz "INSERT OR IGNORE INTO collocation_definitions (collocation_def_id, min_occurrences, min_length, corpus_id) VALUES (NULL, ?, ?, ?);" l_.str.28: ; @.str.28 .asciz "SELECT collocation_def_id FROM collocation_definitions WHERE min_occurrences = ? AND min_length = ? and corpus_id = ?;" l_.str.29: ; @.str.29 .asciz "couldn't bind corpus_id %d\n" l_.str.30: ; @.str.30 .asciz "couldn't bind min_occurance %d\n" l_.str.31: ; @.str.31 .asciz "couldn't bind min_length %d\n" l_.str.32: ; @.str.32 .asciz "couldn't insert collocation definition\n" l_.str.33: ; @.str.33 .asciz "couldn't select collocation definition\n" l_.str.34: ; @.str.34 .asciz "Have collocation definition_id %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _generate_sameline_sql ## -- Begin function generate_sameline_sql .p2align 4, 0x90 _generate_sameline_sql: ## @generate_sameline_sql .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -196(%rbp) leaq -48(%rbp), %rdi leaq L___const.generate_sameline_sql.select(%rip), %rsi movl $33, %edx callq _memcpy leaq -96(%rbp), %rdi leaq L___const.generate_sameline_sql.join_fmt(%rip), %rsi movl $42, %edx callq _memcpy movq L___const.generate_sameline_sql.where(%rip), %rax movq %rax, -128(%rbp) movq L___const.generate_sameline_sql.where+8(%rip), %rax movq %rax, -120(%rbp) movq L___const.generate_sameline_sql.where+16(%rip), %rax movq %rax, -112(%rbp) movb L___const.generate_sameline_sql.where+24(%rip), %al movb %al, -104(%rbp) movq L___const.generate_sameline_sql.and_where_fmt(%rip), %rax movq %rax, -160(%rbp) movq L___const.generate_sameline_sql.and_where_fmt+8(%rip), %rax movq %rax, -152(%rbp) movq L___const.generate_sameline_sql.and_where_fmt+16(%rip), %rax movq %rax, -144(%rbp) movq L___const.generate_sameline_sql.group(%rip), %rax movq %rax, -192(%rbp) movq L___const.generate_sameline_sql.group+8(%rip), %rax movq %rax, -184(%rbp) movw L___const.generate_sameline_sql.group+16(%rip), %ax movw %ax, -176(%rbp) movb L___const.generate_sameline_sql.group+18(%rip), %al movb %al, -174(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -208(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -216(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -224(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -208(%rbp), %rax je LBB0_3 ## %bb.1: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -216(%rbp), %rax je LBB0_3 ## %bb.2: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -224(%rbp), %rax jne LBB0_4 LBB0_3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_13 LBB0_4: movq -208(%rbp), %rax movb $0, (%rax) movq -216(%rbp), %rax movb $0, (%rax) movq -224(%rbp), %rax movb $0, (%rax) movq -208(%rbp), %rdi leaq -48(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -208(%rbp) movl $2, -228(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -228(%rbp), %eax cmpl -196(%rbp), %eax jg LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq -216(%rbp), %rdi leaq -96(%rbp), %rcx movl -228(%rbp), %r8d xorl %esi, %esi movq $-1, %rdx movb $0, %al callq ___sprintf_chk movq -208(%rbp), %rdi movq -216(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -208(%rbp) ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -228(%rbp), %eax addl $1, %eax movl %eax, -228(%rbp) jmp LBB0_5 LBB0_8: movq -208(%rbp), %rdi leaq -128(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -208(%rbp) movl $2, -228(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 movl -228(%rbp), %eax cmpl -196(%rbp), %eax jg LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movq -224(%rbp), %rdi leaq -160(%rbp), %rcx movl -228(%rbp), %r8d xorl %esi, %esi movq $-1, %rdx movb $0, %al callq ___sprintf_chk movq -208(%rbp), %rdi movq -224(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -208(%rbp) ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -228(%rbp), %eax addl $1, %eax movl %eax, -228(%rbp) jmp LBB0_9 LBB0_12: movq -208(%rbp), %rdi leaq -192(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -208(%rbp) movq -216(%rbp), %rdi callq _free movq -224(%rbp), %rdi callq _free LBB0_13: movq -208(%rbp), %rax movq %rax, -240(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_15 ## %bb.14: movq -240(%rbp), %rax ## 8-byte Reload addq $240, %rsp popq %rbp retq LBB0_15: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _generate_colloc_words_sql ## -- Begin function generate_colloc_words_sql .p2align 4, 0x90 _generate_colloc_words_sql: ## @generate_colloc_words_sql .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) leaq -80(%rbp), %rdi leaq L___const.generate_colloc_words_sql.insert(%rip), %rsi movl $65, %edx callq _memcpy movl L___const.generate_colloc_words_sql.values(%rip), %eax movl %eax, -91(%rbp) movw L___const.generate_colloc_words_sql.values+4(%rip), %ax movw %ax, -87(%rbp) movb L___const.generate_colloc_words_sql.values+6(%rip), %al movb %al, -85(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -104(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -104(%rbp), %rax jne LBB1_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf jmp LBB1_9 LBB1_2: movq -104(%rbp), %rax movb $0, (%rax) movq -104(%rbp), %rdi leaq -80(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -104(%rbp) movl $0, -108(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movl -108(%rbp), %eax cmpl -84(%rbp), %eax jge LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movq -104(%rbp), %rdi leaq -91(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -104(%rbp) movl -108(%rbp), %eax movl -84(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=1 movq -104(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -104(%rbp) LBB1_6: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 movl -108(%rbp), %eax addl $1, %eax movl %eax, -108(%rbp) jmp LBB1_3 LBB1_8: movq -104(%rbp), %rdi leaq L_.str.3(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -104(%rbp) LBB1_9: movq -104(%rbp), %rax movq %rax, -120(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_11 ## %bb.10: movq -120(%rbp), %rax ## 8-byte Reload addq $128, %rsp popq %rbp retq LBB1_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _generate_colloc_lines_sql ## -- Begin function generate_colloc_lines_sql .p2align 4, 0x90 _generate_colloc_lines_sql: ## @generate_colloc_lines_sql .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 %edi, -100(%rbp) movq %rsi, -112(%rbp) leaq -96(%rbp), %rdi leaq L___const.generate_colloc_lines_sql.insert(%rip), %rsi movl $80, %edx callq _memcpy movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -120(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -128(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -120(%rbp), %rax je LBB2_2 ## %bb.1: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -128(%rbp), %rax jne LBB2_3 LBB2_2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf jmp LBB2_4 LBB2_3: movq -120(%rbp), %rax movb $0, (%rax) movq -112(%rbp), %rax movq %rax, -136(%rbp) ## 8-byte Spill movq -112(%rbp), %rdi callq _strlen movq -136(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi subq $1, %rsi callq _strndup movq %rax, -128(%rbp) movq -120(%rbp), %rdi leaq -96(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -120(%rbp) movq -120(%rbp), %rdi leaq L_.str.5(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -120(%rbp) movq -120(%rbp), %rdi movq -128(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -120(%rbp) movq -120(%rbp), %rdi leaq L_.str.6(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq %rax, -120(%rbp) movq -128(%rbp), %rdi callq _free LBB2_4: movq -120(%rbp), %rax movq %rax, -144(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_6 ## %bb.5: movq -144(%rbp), %rax ## 8-byte Reload addq $144, %rsp popq %rbp retq LBB2_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _sameline ## -- Begin function sameline .p2align 4, 0x90 _sameline: ## @sameline .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movl $1, -48(%rbp) movl $0, -56(%rbp) movl $4096, %edi ## imm = 0x1000 callq _malloc movq %rax, -72(%rbp) movslq -4(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -80(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -72(%rbp), %rax je LBB3_2 ## %bb.1: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -80(%rbp), %rax jne LBB3_3 LBB3_2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.7(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_3: jmp LBB3_4 LBB3_4: ## =>This Inner Loop Header: Depth=1 movq _word_list_stmt@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_step movl %eax, %ecx movl $100, %eax cmpl %ecx, %eax jne LBB3_6 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 movq _word_list_stmt@GOTPCREL(%rip), %rax movq (%rax), %rdi xorl %esi, %esi callq _sqlite3_column_int movl %eax, %edx movq -72(%rbp), %rax movl -56(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -56(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) jmp LBB3_4 LBB3_6: movq _word_list_stmt@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_finalize movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -56(%rbp), %edx leaq L_.str.8(%rip), %rsi movb $0, %al callq _fprintf movl $0, -44(%rbp) LBB3_7: ## =>This Inner Loop Header: Depth=1 movl -44(%rbp), %eax cmpl -4(%rbp), %eax jge LBB3_10 ## %bb.8: ## in Loop: Header=BB3_7 Depth=1 movl -44(%rbp), %edx movq -80(%rbp), %rax movslq -44(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.9: ## in Loop: Header=BB3_7 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB3_7 LBB3_10: movl -4(%rbp), %edi callq _generate_sameline_sql movq %rax, -24(%rbp) movl -4(%rbp), %edi callq _generate_colloc_words_sql movq %rax, -32(%rbp) movl -4(%rbp), %edi movq -24(%rbp), %rsi callq _generate_colloc_lines_sql movq %rax, -40(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -24(%rbp), %rax je LBB3_13 ## %bb.11: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -32(%rbp), %rax je LBB3_13 ## %bb.12: xorl %eax, %eax ## kill: def $rax killed $eax cmpq -40(%rbp), %rax jne LBB3_14 LBB3_13: jmp LBB3_69 LBB3_14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movq -40(%rbp), %r8 leaq L_.str.9(%rip), %rsi movb $0, %al callq _fprintf movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -24(%rbp), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -88(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB3_18 ## %bb.15: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.10(%rip), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -96(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB3_18 ## %bb.16: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -32(%rbp), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -104(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB3_18 ## %bb.17: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -40(%rbp), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -112(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_19 LBB3_18: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -120(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_errmsg movq -120(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_19: movq -96(%rbp), %rdi movl -12(%rbp), %edx movl $1, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_21 ## %bb.20: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.12(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_21: movl $0, -44(%rbp) LBB3_22: ## =>This Loop Header: Depth=1 ## Child Loop BB3_24 Depth 2 ## Child Loop BB3_30 Depth 2 ## Child Loop BB3_43 Depth 2 ## Child Loop BB3_62 Depth 2 movq -80(%rbp), %rax movl (%rax), %eax movl -56(%rbp), %ecx subl -4(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jge LBB3_68 ## %bb.23: ## in Loop: Header=BB3_22 Depth=1 movl $0, -52(%rbp) LBB3_24: ## Parent Loop BB3_22 Depth=1 ## => This Inner Loop Header: Depth=2 movl -52(%rbp), %eax cmpl -4(%rbp), %eax jge LBB3_29 ## %bb.25: ## in Loop: Header=BB3_24 Depth=2 movq -88(%rbp), %rdi movl -52(%rbp), %esi addl $1, %esi movq -72(%rbp), %rax movq -80(%rbp), %rcx movslq -52(%rbp), %rdx movslq (%rcx,%rdx,4), %rcx movl (%rax,%rcx,4), %edx callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_27 ## %bb.26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -52(%rbp), %edx addl $1, %edx movq -72(%rbp), %rax movq -80(%rbp), %rcx movslq -52(%rbp), %rsi movslq (%rcx,%rsi,4), %rcx movl (%rax,%rcx,4), %ecx leaq L_.str.13(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -128(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_errmsg movq -128(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_27: ## in Loop: Header=BB3_24 Depth=2 jmp LBB3_28 LBB3_28: ## in Loop: Header=BB3_24 Depth=2 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB3_24 LBB3_29: ## in Loop: Header=BB3_22 Depth=1 movl $0, -60(%rbp) LBB3_30: ## Parent Loop BB3_22 Depth=1 ## => This Inner Loop Header: Depth=2 movq -88(%rbp), %rdi callq _sqlite3_step movl %eax, %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $100, %ecx cmpl %edx, %ecx movb %al, -129(%rbp) ## 1-byte Spill jne LBB3_32 ## %bb.31: ## in Loop: Header=BB3_30 Depth=2 movl -60(%rbp), %eax cmpl -8(%rbp), %eax setl %al movb %al, -129(%rbp) ## 1-byte Spill LBB3_32: ## in Loop: Header=BB3_30 Depth=2 movb -129(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_33 jmp LBB3_34 LBB3_33: ## in Loop: Header=BB3_30 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB3_30 LBB3_34: ## in Loop: Header=BB3_22 Depth=1 movq -88(%rbp), %rdi callq _sqlite3_reset movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_36 ## %bb.35: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.14(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -144(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_errmsg movq -144(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_36: ## in Loop: Header=BB3_22 Depth=1 movl -60(%rbp), %eax cmpl -8(%rbp), %eax jl LBB3_57 ## %bb.37: ## in Loop: Header=BB3_22 Depth=1 movq -96(%rbp), %rdi callq _sqlite3_step movl %eax, %ecx movl $101, %eax cmpl %ecx, %eax jne LBB3_39 ## %bb.38: ## in Loop: Header=BB3_22 Depth=1 movq -96(%rbp), %rdi callq _sqlite3_reset movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_40 LBB3_39: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.15(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_40: ## in Loop: Header=BB3_22 Depth=1 movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_last_insert_rowid ## kill: def $eax killed $eax killed $rax movl %eax, -64(%rbp) movq -112(%rbp), %rdi movl -64(%rbp), %edx movl $1, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_42 ## %bb.41: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.16(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_42: ## in Loop: Header=BB3_22 Depth=1 movl $0, -52(%rbp) LBB3_43: ## Parent Loop BB3_22 Depth=1 ## => This Inner Loop Header: Depth=2 movl -52(%rbp), %eax cmpl -4(%rbp), %eax jge LBB3_50 ## %bb.44: ## in Loop: Header=BB3_43 Depth=2 movq -104(%rbp), %rdi movl -52(%rbp), %esi shll $1, %esi addl $1, %esi movl -64(%rbp), %edx callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB3_47 ## %bb.45: ## in Loop: Header=BB3_43 Depth=2 movq -104(%rbp), %rdi movl -52(%rbp), %esi shll $1, %esi addl $2, %esi movq -72(%rbp), %rax movq -80(%rbp), %rcx movslq -52(%rbp), %rdx movslq (%rcx,%rdx,4), %rcx movl (%rax,%rcx,4), %edx callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB3_47 ## %bb.46: ## in Loop: Header=BB3_43 Depth=2 movq -112(%rbp), %rdi movl -52(%rbp), %esi addl $2, %esi movq -72(%rbp), %rax movq -80(%rbp), %rcx movslq -52(%rbp), %rdx movslq (%rcx,%rdx,4), %rcx movl (%rax,%rcx,4), %edx callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_48 LBB3_47: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -52(%rbp), %edx shll $1, %edx addl $1, %edx movl -52(%rbp), %ecx shll $1, %ecx addl $2, %ecx movl -64(%rbp), %r8d movq -72(%rbp), %rax movq -80(%rbp), %rsi movslq -52(%rbp), %r9 movslq (%rsi,%r9,4), %rsi movl (%rax,%rsi,4), %r9d leaq L_.str.17(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_48: ## in Loop: Header=BB3_43 Depth=2 jmp LBB3_49 LBB3_49: ## in Loop: Header=BB3_43 Depth=2 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB3_43 LBB3_50: ## in Loop: Header=BB3_22 Depth=1 movq -104(%rbp), %rdi callq _sqlite3_step movl %eax, %ecx movl $101, %eax cmpl %ecx, %eax jne LBB3_52 ## %bb.51: ## in Loop: Header=BB3_22 Depth=1 movq -104(%rbp), %rdi callq _sqlite3_reset movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_53 LBB3_52: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.18(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_errmsg movq -152(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_53: ## in Loop: Header=BB3_22 Depth=1 movq -112(%rbp), %rdi callq _sqlite3_step movl %eax, %ecx movl $101, %eax cmpl %ecx, %eax jne LBB3_55 ## %bb.54: ## in Loop: Header=BB3_22 Depth=1 movq -112(%rbp), %rdi callq _sqlite3_reset movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB3_56 LBB3_55: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.19(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -160(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_errmsg movq -160(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_69 LBB3_56: ## in Loop: Header=BB3_22 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -168(%rbp) ## 8-byte Spill movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_changes movq -168(%rbp), %rdi ## 8-byte Reload movl %eax, %edx leaq L_.str.20(%rip), %rsi movb $0, %al callq _fprintf LBB3_57: ## in Loop: Header=BB3_22 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) movl -44(%rbp), %eax movl $100, %ecx cltd idivl %ecx xorl %eax, %eax cmpl %edx, %eax jne LBB3_59 ## %bb.58: ## in Loop: Header=BB3_22 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -44(%rbp), %edx leaq L_.str.21(%rip), %rsi movb $0, %al callq _fprintf LBB3_59: ## in Loop: Header=BB3_22 Depth=1 movq -80(%rbp), %rcx movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rdx movl (%rcx,%rdx,4), %eax addl $1, %eax movl %eax, (%rcx,%rdx,4) cmpl -56(%rbp), %eax jge LBB3_61 ## %bb.60: ## in Loop: Header=BB3_22 Depth=1 jmp LBB3_22 LBB3_61: ## in Loop: Header=BB3_22 Depth=1 movl $0, -52(%rbp) LBB3_62: ## Parent Loop BB3_22 Depth=1 ## => This Inner Loop Header: Depth=2 movl -52(%rbp), %eax movl -4(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB3_67 ## %bb.63: ## in Loop: Header=BB3_62 Depth=2 movq -80(%rbp), %rax movl -52(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl -56(%rbp), %ecx movl -4(%rbp), %edx subl -52(%rbp), %edx subl %edx, %ecx cmpl %ecx, %eax jle LBB3_65 ## %bb.64: ## in Loop: Header=BB3_62 Depth=2 movq -80(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movl %edx, (%rax,%rcx,4) movq -80(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -80(%rbp), %rax movl -52(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) LBB3_65: ## in Loop: Header=BB3_62 Depth=2 jmp LBB3_66 LBB3_66: ## in Loop: Header=BB3_62 Depth=2 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB3_62 LBB3_67: ## in Loop: Header=BB3_22 Depth=1 movq -80(%rbp), %rax movl -4(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movl %edx, (%rax,%rcx,4) jmp LBB3_22 LBB3_68: movq -88(%rbp), %rdi callq _sqlite3_finalize movq -96(%rbp), %rdi callq _sqlite3_finalize movq -104(%rbp), %rdi callq _sqlite3_finalize movq -112(%rbp), %rdi callq _sqlite3_finalize movq -24(%rbp), %rdi callq _free movq -32(%rbp), %rdi callq _free movq -40(%rbp), %rdi callq _free movq -72(%rbp), %rdi callq _free movq -80(%rbp), %rdi callq _free movl $0, -48(%rbp) LBB3_69: movl -48(%rbp), %eax addq $176, %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) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $1, -20(%rbp) movl $3, -24(%rbp) movl $1, -28(%rbp) movl $2, -32(%rbp) movl $0, -40(%rbp) movl -8(%rbp), %eax addl $-2, %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $4, %eax ja LBB4_12 ## %bb.45: movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI4_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB4_1: movq -16(%rbp), %rax movq 40(%rax), %rdi callq _atoi movl %eax, -32(%rbp) LBB4_2: movq -16(%rbp), %rax movq 32(%rax), %rdi callq _atoi movl %eax, -24(%rbp) LBB4_3: movq -16(%rbp), %rax movq 24(%rax), %rax movsbl (%rax), %eax movl %eax, -68(%rbp) ## 4-byte Spill subl $108, %eax je LBB4_6 jmp LBB4_46 LBB4_46: movl -68(%rbp), %eax ## 4-byte Reload subl $115, %eax je LBB4_4 jmp LBB4_47 LBB4_47: movl -68(%rbp), %eax ## 4-byte Reload subl $119, %eax je LBB4_5 jmp LBB4_7 LBB4_4: movl $1, -28(%rbp) jmp LBB4_7 LBB4_5: movl $2, -28(%rbp) jmp LBB4_7 LBB4_6: movl $3, -28(%rbp) LBB4_7: jmp LBB4_8 LBB4_8: movq -16(%rbp), %rax movq 16(%rax), %rdi callq _atoi movl %eax, -40(%rbp) LBB4_9: movq -16(%rbp), %rax movq 8(%rax), %rdi movq _db@GOTPCREL(%rip), %rsi callq _sqlite3_open movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax jne LBB4_11 ## %bb.10: jmp LBB4_13 LBB4_11: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rax movq 8(%rax), %rdx leaq L_.str.22(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_12: movq -16(%rbp), %rax movq (%rax), %rsi leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf jmp LBB4_44 LBB4_13: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.25(%rip), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF movq _word_list_stmt@GOTPCREL(%rip), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_15 ## %bb.14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.26(%rip), %rsi leaq L_.str.25(%rip), %rdx movb $0, %al callq _fprintf jmp LBB4_44 LBB4_15: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.27(%rip), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -48(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_17 ## %bb.16: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.26(%rip), %rsi leaq L_.str.27(%rip), %rdx movb $0, %al callq _fprintf jmp LBB4_44 LBB4_17: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.28(%rip), %rsi movl $4294967295, %edx ## imm = 0xFFFFFFFF leaq -56(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _sqlite3_prepare_v2 movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_19 ## %bb.18: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.26(%rip), %rsi leaq L_.str.28(%rip), %rdx movb $0, %al callq _fprintf jmp LBB4_44 LBB4_19: movq _word_list_stmt@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -40(%rbp), %edx movl $1, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_21 ## %bb.20: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -40(%rbp), %edx leaq L_.str.29(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_21: movq _word_list_stmt@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -24(%rbp), %edx movl $2, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_23 ## %bb.22: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -24(%rbp), %edx leaq L_.str.30(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_23: movq -48(%rbp), %rdi movl -24(%rbp), %edx movl $1, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_25 ## %bb.24: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -24(%rbp), %edx leaq L_.str.30(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_25: movq -48(%rbp), %rdi movl -32(%rbp), %edx movl $2, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_27 ## %bb.26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -32(%rbp), %edx leaq L_.str.31(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_27: movq -48(%rbp), %rdi movl -40(%rbp), %edx movl $3, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_29 ## %bb.28: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -40(%rbp), %edx leaq L_.str.29(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_29: movq -56(%rbp), %rdi movl -24(%rbp), %edx movl $1, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_31 ## %bb.30: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -24(%rbp), %edx leaq L_.str.30(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_31: movq -56(%rbp), %rdi movl -32(%rbp), %edx movl $2, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_33 ## %bb.32: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -32(%rbp), %edx leaq L_.str.31(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_33: movq -56(%rbp), %rdi movl -40(%rbp), %edx movl $3, %esi callq _sqlite3_bind_int movl %eax, %ecx xorl %eax, %eax cmpl %ecx, %eax je LBB4_35 ## %bb.34: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -40(%rbp), %edx leaq L_.str.29(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_35: movq -48(%rbp), %rdi callq _sqlite3_step movl %eax, %ecx movl $101, %eax cmpl %ecx, %eax je LBB4_37 ## %bb.36: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.32(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_37: movq -56(%rbp), %rdi callq _sqlite3_step movl %eax, %ecx movl $100, %eax cmpl %ecx, %eax je LBB4_39 ## %bb.38: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.33(%rip), %rsi movb $0, %al callq _fprintf jmp LBB4_44 LBB4_39: movq -56(%rbp), %rdi xorl %esi, %esi movl %esi, -76(%rbp) ## 4-byte Spill callq _sqlite3_column_int movl %eax, %ecx movl -76(%rbp), %eax ## 4-byte Reload movl %ecx, -36(%rbp) movl -36(%rbp), %esi leaq L_.str.34(%rip), %rdi ## kill: def $al killed $al killed $eax callq _printf movq -48(%rbp), %rdi callq _sqlite3_finalize movq -56(%rbp), %rdi callq _sqlite3_finalize movl -28(%rbp), %eax movl %eax, -72(%rbp) ## 4-byte Spill subl $1, %eax je LBB4_41 jmp LBB4_48 LBB4_48: movl -72(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB4_40 jmp LBB4_49 LBB4_49: movl -72(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB4_42 jmp LBB4_43 LBB4_40: jmp LBB4_43 LBB4_41: movl -32(%rbp), %edi movl -24(%rbp), %esi movl -36(%rbp), %edx callq _sameline jmp LBB4_43 LBB4_42: jmp LBB4_43 LBB4_43: movq _db@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _sqlite3_close movl $0, -20(%rbp) LBB4_44: movl -20(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L4_0_set_9, LBB4_9-LJTI4_0 .set L4_0_set_8, LBB4_8-LJTI4_0 .set L4_0_set_3, LBB4_3-LJTI4_0 .set L4_0_set_2, LBB4_2-LJTI4_0 .set L4_0_set_1, LBB4_1-LJTI4_0 LJTI4_0: .long L4_0_set_9 .long L4_0_set_8 .long L4_0_set_3 .long L4_0_set_2 .long L4_0_set_1 .end_data_region ## -- End function .section __TEXT,__cstring,cstring_literals .p2align 4 ## @__const.generate_sameline_sql.select L___const.generate_sameline_sql.select: .asciz "SELECT line_id FROM words AS w1 " .p2align 4 ## @__const.generate_sameline_sql.join_fmt L___const.generate_sameline_sql.join_fmt: .asciz " INNER JOIN words AS w%d USING (line_id) " .p2align 4 ## @__const.generate_sameline_sql.where L___const.generate_sameline_sql.where: .asciz " WHERE w1.unique_id = ? " .p2align 4 ## @__const.generate_sameline_sql.and_where_fmt L___const.generate_sameline_sql.and_where_fmt: .asciz " AND w%d.unique_id = ? " .p2align 4 ## @__const.generate_sameline_sql.group L___const.generate_sameline_sql.group: .asciz " GROUP BY line_id;" L_.str: ## @.str .asciz "couldn't allocate memory for stmt\n" .p2align 4 ## @__const.generate_colloc_words_sql.insert L___const.generate_colloc_words_sql.insert: .asciz "INSERT INTO collocation_words(collocation_id, unique_id) VALUES " L___const.generate_colloc_words_sql.values: ## @__const.generate_colloc_words_sql.values .asciz "(?, ?)" L_.str.1: ## @.str.1 .asciz "couldn't allocate memory for colloc words stmt\n" L_.str.2: ## @.str.2 .asciz ", " L_.str.3: ## @.str.3 .asciz " ;" .p2align 4 ## @__const.generate_colloc_lines_sql.insert L___const.generate_colloc_lines_sql.insert: .asciz "INSERT INTO collocation_lines (collocation_id, line_id) SELECT ?, line_id FROM " L_.str.4: ## @.str.4 .asciz "couldn't allocate memory for colloc lines stmt\n" L_.str.5: ## @.str.5 .asciz " ( " L_.str.6: ## @.str.6 .asciz " );" L_.str.7: ## @.str.7 .asciz "couldn't allocate memory for word lists\n" .comm _word_list_stmt,8,3 ## @word_list_stmt L_.str.8: ## @.str.8 .asciz "have %d words\n" L_.str.9: ## @.str.9 .asciz "%s\n%s\n%s\n" .comm _db,8,3 ## @db L_.str.10: ## @.str.10 .asciz "INSERT INTO collocations (collocation_id, collocation_def_id) VALUES (NULL, ?);" L_.str.11: ## @.str.11 .asciz "error: %s\n" L_.str.12: ## @.str.12 .asciz "couldn't bind colloc def ID\n" L_.str.13: ## @.str.13 .asciz "couldn't bind perm %d (%d)\n" L_.str.14: ## @.str.14 .asciz "couldn't reset same_line_stmt\n" L_.str.15: ## @.str.15 .asciz "couldn't step/reset insert colloc stmt\n" L_.str.16: ## @.str.16 .asciz "couldn't bind colloc ID to colloc line stmt\n" L_.str.17: ## @.str.17 .asciz "error binding param %d, %d (%d, %d) of colloc stmt\n" L_.str.18: ## @.str.18 .asciz "couldn't step/reset colloc wordstmts\n" L_.str.19: ## @.str.19 .asciz "couldn't step/reset colloc line stmts\n" L_.str.20: ## @.str.20 .asciz "Rows inserted: %d\n" L_.str.21: ## @.str.21 .asciz "%d\n" L_.str.22: ## @.str.22 .asciz "Error opening %s\n" L_.str.23: ## @.str.23 .asciz "Usage: %s db_file corpus_id [adjacent [min_occurence [min_length]]]\n" L_.str.24: ## @.str.24 .asciz "\tadjacent is 's' for same line, 'w' for adjacent words, 'l' for adjacent lines, default s\n\tmin_occurence is a number, default 3\n\tmin_length is minimum length of collocation, default 2\n" L_.str.25: ## @.str.25 .asciz "SELECT unique_id FROM words INNER JOIN unique_words USING (unique_id) INNER JOIN lines USING (line_id) INNER JOIN texts USING (text_id) WHERE corpus_id = ? GROUP BY unique_id HAVING COUNT(*) >= ?;" L_.str.26: ## @.str.26 .asciz "couldn't prepare statement %s\n" L_.str.27: ## @.str.27 .asciz "INSERT OR IGNORE INTO collocation_definitions (collocation_def_id, min_occurrences, min_length, corpus_id) VALUES (NULL, ?, ?, ?);" L_.str.28: ## @.str.28 .asciz "SELECT collocation_def_id FROM collocation_definitions WHERE min_occurrences = ? AND min_length = ? and corpus_id = ?;" L_.str.29: ## @.str.29 .asciz "couldn't bind corpus_id %d\n" L_.str.30: ## @.str.30 .asciz "couldn't bind min_occurance %d\n" L_.str.31: ## @.str.31 .asciz "couldn't bind min_length %d\n" L_.str.32: ## @.str.32 .asciz "couldn't insert collocation definition\n" L_.str.33: ## @.str.33 .asciz "couldn't select collocation definition\n" L_.str.34: ## @.str.34 .asciz "Have collocation definition_id %d\n" .subsections_via_symbols
the_stack_data/48573990.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _itoa ; -- Begin function itoa .p2align 2 _itoa: ; @itoa .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] ldr x8, [sp, #16] str x8, [sp] ldur w8, [x29, #-4] str w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w9, [x29, #-4] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-4] b LBB0_2 LBB0_2: b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] mov w10, #10 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 add w8, w8, #48 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] strb w8, [x9] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-4] mov w9, #10 sdiv w8, w8, w9 stur w8, [x29, #-4] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_3 b LBB0_5 LBB0_5: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x9, [sp, #16] add x8, x9, #1 str x8, [sp, #16] mov w8, #45 strb w8, [x9] b LBB0_7 LBB0_7: ldr x8, [sp, #16] strb wzr, [x8] ldr x0, [sp] bl _reverse 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 _itoa ## -- Begin function itoa .p2align 4, 0x90 _itoa: ## @itoa .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) movl -4(%rbp), %eax movl %eax, -20(%rbp) cmpl $0, %eax jge LBB0_2 ## %bb.1: xorl %eax, %eax subl -4(%rbp), %eax movl %eax, -4(%rbp) LBB0_2: jmp LBB0_3 LBB0_3: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx addl $48, %edx movb %dl, %cl movq -16(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -16(%rbp) movb %cl, (%rax) ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -4(%rbp) cmpl $0, %eax jg LBB0_3 ## %bb.5: cmpl $0, -20(%rbp) jge LBB0_7 ## %bb.6: movq -16(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -16(%rbp) movb $45, (%rax) LBB0_7: movq -16(%rbp), %rax movb $0, (%rax) movq -32(%rbp), %rdi callq _reverse addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/29824560.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sort ; -- Begin function sort .p2align 2 _sort: ; @sort .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] str w8, [sp, #12] ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #4] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldr w8, [sp, #4] str w8, [sp, #12] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_3 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #12] str w8, [x9, x10, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #16] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_13: 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 _sort ## -- Begin function sort .p2align 4, 0x90 _sort: ## @sort .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -16(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -16(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_13 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax movl %eax, -20(%rbp) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movl -16(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_8 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -8(%rbp), %rax movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -24(%rbp), %eax jge LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movq -8(%rbp), %rax movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movl -28(%rbp), %eax movl %eax, -20(%rbp) LBB0_6: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_3 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax je LBB0_11 ## %bb.9: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl $0, (%rax,%rcx,4) LBB0_11: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_12 LBB0_12: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_13: popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/475810.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function compute lCPI0_0: .quad 0x8000000000378863 ; double -1.7981000411464035E-317 lCPI0_1: .quad 0x7f4ab67d39e3db7f ; double 1.4655E+305 lCPI0_2: .quad 0x8000000000000000 ; double -0 lCPI0_3: .quad 0xff4b8012f89f5f5f ; double -1.5086999999999999E+305 lCPI0_4: .quad 0x803b9f1e3ac75d5d ; double -1.5365E-307 .section __TEXT,__text,regular,pure_instructions .globl _compute .p2align 2 _compute: ; @compute .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur d0, [x29, #-8] stur w0, [x29, #-12] stur w1, [x29, #-16] stur w2, [x29, #-20] stur d1, [x29, #-32] stur d2, [x29, #-40] stur d3, [x29, #-48] stur d4, [x29, #-56] str d5, [sp, #64] str d6, [sp, #56] str wzr, [sp, #52] 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, #52] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #48] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_5 Depth 3 ldr w8, [sp, #48] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 str wzr, [sp, #44] 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, #44] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=3 ldur d0, [x29, #-8] str d0, [sp, #24] ; 8-byte Folded Spill adrp x8, lCPI0_4@PAGE ldr d0, [x8, lCPI0_4@PAGEOFF] bl _cosh fmov d1, d0 ldr d0, [sp, #24] ; 8-byte Folded Reload fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=3 adrp x8, lCPI0_3@PAGE ldr d0, [x8, lCPI0_3@PAGEOFF] str d0, [sp, #32] ldr d0, [sp, #32] movi d1, #0000000000000000 fsub d1, d0, d1 ldur d0, [x29, #-8] fadd d0, d0, d1 stur d0, [x29, #-8] ldur d0, [x29, #-32] str d0, [sp, #16] ; 8-byte Folded Spill ldur d0, [x29, #-40] str d0, [sp, #8] ; 8-byte Folded Spill ldur d0, [x29, #-48] adrp x8, lCPI0_2@PAGE ldr d1, [x8, lCPI0_2@PAGEOFF] fdiv d0, d0, d1 ldur d1, [x29, #-56] fdiv d0, d0, d1 ldr d1, [sp, #64] adrp x8, lCPI0_1@PAGE ldr d2, [x8, lCPI0_1@PAGEOFF] fmul d1, d1, d2 ldr d2, [sp, #56] fdiv d1, d1, d2 adrp x8, lCPI0_0@PAGE ldr d2, [x8, lCPI0_0@PAGEOFF] fsub d1, d1, d2 fsqrt d1, d1 fadd d0, d0, d1 bl _atan ldr d1, [sp, #8] ; 8-byte Folded Reload fmov d2, d0 ldr d0, [sp, #16] ; 8-byte Folded Reload fdiv d1, d1, d2 fsub d0, d0, d1 stur d0, [x29, #-8] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=3 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_5 LBB0_10: ; in Loop: Header=BB0_3 Depth=2 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_3 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB0_1 LBB0_14: ldur d0, [x29, #-8] mov x8, sp str d0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .globl _initPointer ; -- Begin function initPointer .p2align 2 _initPointer: ; @initPointer .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 d0, [x29, #-8] mov x0, #80 bl _malloc str x0, [sp, #16] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur d0, [x29, #-8] ldr x8, [sp, #16] ldrsw x9, [sp, #12] str d0, [x8, x9, lsl #3] 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 _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #4] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-16] ldr x0, [x8, #8] bl _atof stur d0, [x29, #-24] ldur x8, [x29, #-16] ldr x0, [x8, #16] bl _atoi stur w0, [x29, #-28] ldur x8, [x29, #-16] ldr x0, [x8, #24] bl _atoi stur w0, [x29, #-32] ldur x8, [x29, #-16] ldr x0, [x8, #32] bl _atoi stur w0, [x29, #-36] ldur x8, [x29, #-16] ldr x0, [x8, #40] bl _atof str d0, [sp, #48] ldur x8, [x29, #-16] ldr x0, [x8, #48] bl _atof str d0, [sp, #40] ldur x8, [x29, #-16] ldr x0, [x8, #56] bl _atof str d0, [sp, #32] ldur x8, [x29, #-16] ldr x0, [x8, #64] bl _atof str d0, [sp, #24] ldur x8, [x29, #-16] ldr x0, [x8, #72] bl _atof str d0, [sp, #16] ldur x8, [x29, #-16] ldr x0, [x8, #80] bl _atof str d0, [sp, #8] ldur d0, [x29, #-24] ldur w0, [x29, #-28] ldur w1, [x29, #-32] ldur w2, [x29, #-36] ldr d1, [sp, #48] ldr d2, [sp, #40] ldr d3, [sp, #32] ldr d4, [sp, #24] ldr d5, [sp, #16] ldr d6, [sp, #8] bl _compute ldr w0, [sp, #4] ; 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 "%.17g\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 compute LCPI0_0: .quad 0x803b9f1e3ac75d5d ## double -1.5365E-307 LCPI0_1: .quad 0x8000000000378863 ## double -1.7981000411464035E-317 LCPI0_2: .quad 0x7f4ab67d39e3db7f ## double 1.4655E+305 LCPI0_3: .quad 0x8000000000000000 ## double -0 LCPI0_4: .quad 0xff4b8012f89f5f5f ## double -1.5086999999999999E+305 .section __TEXT,__text,regular,pure_instructions .globl _compute .p2align 4, 0x90 _compute: ## @compute .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movsd %xmm0, -8(%rbp) movl %edi, -12(%rbp) movl %esi, -16(%rbp) movl %edx, -20(%rbp) movsd %xmm1, -32(%rbp) movsd %xmm2, -40(%rbp) movsd %xmm3, -48(%rbp) movsd %xmm4, -56(%rbp) movsd %xmm5, -64(%rbp) movsd %xmm6, -72(%rbp) movl $0, -76(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_5 Depth 3 movl -76(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_14 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -80(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_5 Depth 3 movl -80(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_12 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl $0, -84(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_3 Depth=2 ## => This Inner Loop Header: Depth=3 movl -84(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_10 ## %bb.6: ## in Loop: Header=BB0_5 Depth=3 movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -104(%rbp) ## 8-byte Spill movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero callq _cosh movsd -104(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_8 ## %bb.7: ## in Loop: Header=BB0_5 Depth=3 movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -96(%rbp) movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 subsd %xmm1, %xmm0 addsd -8(%rbp), %xmm0 movsd %xmm0, -8(%rbp) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -112(%rbp) ## 8-byte Spill movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -120(%rbp) ## 8-byte Spill movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 divsd -56(%rbp), %xmm0 movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd -64(%rbp), %xmm1 divsd -72(%rbp), %xmm1 movsd LCPI0_1(%rip), %xmm2 ## xmm2 = mem[0],zero subsd %xmm2, %xmm1 sqrtsd %xmm1, %xmm1 addsd %xmm1, %xmm0 callq _atan movsd -120(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movaps %xmm0, %xmm2 movsd -112(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero divsd %xmm2, %xmm1 subsd %xmm1, %xmm0 movsd %xmm0, -8(%rbp) LBB0_8: ## in Loop: Header=BB0_5 Depth=3 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_5 Depth=3 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB0_5 LBB0_10: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_3 Depth=2 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp LBB0_3 LBB0_12: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_13 LBB0_13: ## in Loop: Header=BB0_1 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB0_1 LBB0_14: movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rdi movb $1, %al callq _printf addq $128, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _initPointer ## -- Begin function initPointer .p2align 4, 0x90 _initPointer: ## @initPointer .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 movsd %xmm0, -8(%rbp) movl $80, %edi callq _malloc movq %rax, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -20(%rbp) jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %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 _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atof movsd %xmm0, -24(%rbp) movq -16(%rbp), %rax movq 16(%rax), %rdi callq _atoi movl %eax, -28(%rbp) movq -16(%rbp), %rax movq 24(%rax), %rdi callq _atoi movl %eax, -32(%rbp) movq -16(%rbp), %rax movq 32(%rax), %rdi callq _atoi movl %eax, -36(%rbp) movq -16(%rbp), %rax movq 40(%rax), %rdi callq _atof movsd %xmm0, -48(%rbp) movq -16(%rbp), %rax movq 48(%rax), %rdi callq _atof movsd %xmm0, -56(%rbp) movq -16(%rbp), %rax movq 56(%rax), %rdi callq _atof movsd %xmm0, -64(%rbp) movq -16(%rbp), %rax movq 64(%rax), %rdi callq _atof movsd %xmm0, -72(%rbp) movq -16(%rbp), %rax movq 72(%rax), %rdi callq _atof movsd %xmm0, -80(%rbp) movq -16(%rbp), %rax movq 80(%rax), %rdi callq _atof movsd %xmm0, -88(%rbp) movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -28(%rbp), %edi movl -32(%rbp), %esi movl -36(%rbp), %edx movsd -48(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -56(%rbp), %xmm2 ## xmm2 = mem[0],zero movsd -64(%rbp), %xmm3 ## xmm3 = mem[0],zero movsd -72(%rbp), %xmm4 ## xmm4 = mem[0],zero movsd -80(%rbp), %xmm5 ## xmm5 = mem[0],zero movsd -88(%rbp), %xmm6 ## xmm6 = mem[0],zero callq _compute xorl %eax, %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%.17g\n" .subsections_via_symbols
the_stack_data/312559.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, #10160 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #1968 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 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp add x8, sp, #40 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #48] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldrsw x8, [sp, #48] mov x9, #100 mul x9, x8, x9 add x8, sp, #152 add x0, x8, x9 bl _gets b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_1 LBB0_4: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf str wzr, [sp, #48] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldr w9, [sp, #40] 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, #48] mov x9, #100 mul x9, x8, x9 add x8, sp, #152 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_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_5 LBB0_8: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf str wzr, [sp, #48] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #48] ldr w9, [sp, #40] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 str wzr, [sp, #44] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #44] ldr w9, [sp, #40] ldr w10, [sp, #48] subs w9, w9, w10 subs w9, w9, #1 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, #44] mov x9, #100 mul x9, x8, x9 add x10, sp, #152 mov x8, x10 add x0, x8, x9 ldr w8, [sp, #44] add w8, w8, #1 mov w9, #100 smaddl x1, w8, w9, x10 bl _strcmp subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldrsw x8, [sp, #44] mov x9, #100 str x9, [sp, #8] ; 8-byte Folded Spill mul x9, x8, x9 add x8, sp, #152 str x8, [sp, #16] ; 8-byte Folded Spill add x1, x8, x9 add x0, sp, #52 str x0, [sp, #24] ; 8-byte Folded Spill mov x2, #100 bl ___strcpy_chk ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [sp, #44] mul x9, x8, x9 mov x8, x10 add x0, x8, x9 ldr w8, [sp, #44] add w8, w8, #1 mov w9, #100 smaddl x1, w8, w9, x10 mov x2, #-1 str x2, [sp, #32] ; 8-byte Folded Spill bl ___strcpy_chk ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #32] ; 8-byte Folded Reload ldr w8, [sp, #44] add w8, w8, #1 mov w9, #100 smaddl x0, w8, w9, x10 bl ___strcpy_chk b LBB0_14 LBB0_14: ; in Loop: Header=BB0_11 Depth=2 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_11 LBB0_16: ; in Loop: Header=BB0_9 Depth=1 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_9 LBB0_18: str wzr, [sp, #48] b LBB0_19 LBB0_19: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_22 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=1 ldrsw x8, [sp, #48] mov x9, #100 mul x9, x8, x9 add x8, sp, #152 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_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_19 LBB0_22: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: bl ___stack_chk_fail LBB0_24: add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #1968 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 "\n\n Sorting An Array Strings \n\n" l_.str.1: ; @.str.1 .asciz " Enter Number Of Elements : " l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "\n\n Creating The Array \n\n" l_.str.4: ; @.str.4 .asciz "\n Enter A String : " l_.str.5: ; @.str.5 .asciz "\n\n The Entered Array Is \n\n" l_.str.6: ; @.str.6 .asciz "\n %s " l_.str.7: ; @.str.7 .asciz "\n\n Array After Sorting In Ascending Order \n\n" l_.str.8: ; @.str.8 .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 movl $10144, %eax ## imm = 0x27A0 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 movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -10140(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -10132(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -10132(%rbp), %eax cmpl -10140(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movslq -10132(%rbp), %rax leaq -10016(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi callq _gets ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -10132(%rbp), %eax addl $1, %eax movl %eax, -10132(%rbp) jmp LBB0_1 LBB0_4: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $0, -10132(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -10132(%rbp), %eax cmpl -10140(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -10132(%rbp), %rax leaq -10016(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -10132(%rbp), %eax addl $1, %eax movl %eax, -10132(%rbp) jmp LBB0_5 LBB0_8: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl $0, -10132(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -10132(%rbp), %eax movl -10140(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_18 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -10136(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -10136(%rbp), %eax movl -10140(%rbp), %ecx subl -10132(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_16 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movslq -10136(%rbp), %rax leaq -10016(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi movl -10136(%rbp), %eax addl $1, %eax cltq leaq -10016(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi callq _strcmp cmpl $0, %eax jle LBB0_14 ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 leaq -10128(%rbp), %rdi movslq -10136(%rbp), %rax leaq -10016(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi movl $100, %edx callq ___strcpy_chk movslq -10136(%rbp), %rax leaq -10016(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi movl -10136(%rbp), %eax addl $1, %eax cltq leaq -10016(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi movq $-1, %rdx callq ___strcpy_chk movl -10136(%rbp), %eax addl $1, %eax cltq leaq -10016(%rbp), %rdi imulq $100, %rax, %rax addq %rax, %rdi leaq -10128(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk LBB0_14: ## in Loop: Header=BB0_11 Depth=2 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_11 Depth=2 movl -10136(%rbp), %eax addl $1, %eax movl %eax, -10136(%rbp) jmp LBB0_11 LBB0_16: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_17 LBB0_17: ## in Loop: Header=BB0_9 Depth=1 movl -10132(%rbp), %eax addl $1, %eax movl %eax, -10132(%rbp) jmp LBB0_9 LBB0_18: movl $0, -10132(%rbp) LBB0_19: ## =>This Inner Loop Header: Depth=1 movl -10132(%rbp), %eax cmpl -10140(%rbp), %eax jge LBB0_22 ## %bb.20: ## in Loop: Header=BB0_19 Depth=1 movslq -10132(%rbp), %rax leaq -10016(%rbp), %rsi imulq $100, %rax, %rax addq %rax, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## %bb.21: ## in Loop: Header=BB0_19 Depth=1 movl -10132(%rbp), %eax addl $1, %eax movl %eax, -10132(%rbp) jmp LBB0_19 LBB0_22: leaq L_.str.8(%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_24 ## %bb.23: addq $10144, %rsp ## imm = 0x27A0 popq %rbp retq LBB0_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n\n Sorting An Array Strings \n\n" L_.str.1: ## @.str.1 .asciz " Enter Number Of Elements : " L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "\n\n Creating The Array \n\n" L_.str.4: ## @.str.4 .asciz "\n Enter A String : " L_.str.5: ## @.str.5 .asciz "\n\n The Entered Array Is \n\n" L_.str.6: ## @.str.6 .asciz "\n %s " L_.str.7: ## @.str.7 .asciz "\n\n Array After Sorting In Ascending Order \n\n" L_.str.8: ## @.str.8 .asciz "\n\n" .subsections_via_symbols
the_stack_data/57950292.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _lib3fun ; -- Begin function lib3fun .p2align 2 _lib3fun: ; @lib3fun .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 _lib3fun ## -- Begin function lib3fun .p2align 4, 0x90 _lib3fun: ## @lib3fun .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/32950661.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CRC16_CCIT ; -- Begin function CRC16_CCIT .p2align 2 _CRC16_CCIT: ; @CRC16_CCIT .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str w1, [sp, #36] ldr x8, [sp, #40] str x8, [sp, #24] ldr x8, [sp, #24] ldrsw x9, [sp, #36] add x8, x8, x9 str x8, [sp, #16] strh wzr, [sp, #14] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrh w8, [sp, #14] asr w8, w8, #8 ldrh w9, [sp, #14] bfi w8, w9, #8, #24 strh w8, [sp, #14] ldr x8, [sp, #24] add x9, x8, #1 str x9, [sp, #24] ldrb w9, [x8] ldrh w8, [sp, #14] eor w8, w8, w9 strh w8, [sp, #14] ldrb w9, [sp, #14] ldrh w8, [sp, #14] eor w8, w8, w9, asr #4 strh w8, [sp, #14] ldrh w9, [sp, #14] ldrh w8, [sp, #14] eor w8, w8, w9, lsl #12 strh w8, [sp, #14] ldrb w9, [sp, #14] ldrh w8, [sp, #14] eor w8, w8, w9, lsl #5 strh w8, [sp, #14] b LBB0_1 LBB0_3: ldrh w0, [sp, #14] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _Hash16_BGB ; -- Begin function Hash16_BGB .p2align 2 _Hash16_BGB: ; @Hash16_BGB .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str w1, [sp, #36] ldr x8, [sp, #40] str x8, [sp, #24] ldr x8, [sp, #24] ldrsw x9, [sp, #36] add x8, x8, x9 str x8, [sp, #16] strh wzr, [sp, #14] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrh w8, [sp, #14] mov w9, #31 mul w8, w8, w9 ldr x9, [sp, #24] add x10, x9, #1 str x10, [sp, #24] ldrb w9, [x9] add w8, w8, w9 strh w8, [sp, #14] b LBB1_1 LBB1_3: ldrh w0, [sp, #14] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _usage ; -- Begin function usage .p2align 2 _usage: ; @usage .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] str x1, [sp] 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, #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] stur wzr, [x29, #-20] stur w0, [x29, #-24] stur x1, [x29, #-32] ; kill: def $x8 killed $xzr stur xzr, [x29, #-40] stur xzr, [x29, #-48] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF stur x8, [x29, #-56] mov w8, #1 str w8, [sp, #68] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #68] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #68] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #68] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8, #1] subs w8, w8, #84 cset w8, ne tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 sub x0, x29, #16 str x0, [sp, #48] ; 8-byte Folded Spill adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov x2, #8 str x2, [sp, #40] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #48] ; 8-byte Folded Reload ldur x8, [x29, #-32] ldrsw x9, [sp, #68] ldr x8, [x8, x9, lsl #3] add x1, x8, #2 bl ___strcpy_chk ldr x8, [sp, #48] ; 8-byte Folded Reload stur x8, [x29, #-56] b LBB3_5 LBB3_5: ; in Loop: Header=BB3_1 Depth=1 b LBB3_11 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #68] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-48] b LBB3_11 LBB3_8: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #68] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-40] b LBB3_11 LBB3_10: ldur w0, [x29, #-24] ldur x1, [x29, #-32] bl _usage mov w8, #1 stur w8, [x29, #-20] b LBB3_16 LBB3_11: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #68] add w8, w8, #1 str w8, [sp, #68] b LBB3_1 LBB3_12: ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ldur w0, [x29, #-24] ldur x1, [x29, #-32] bl _usage mov w8, #1 stur w8, [x29, #-20] b LBB3_16 LBB3_15: ldur x0, [x29, #-40] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fopen stur x0, [x29, #-64] ldur x0, [x29, #-64] mov x1, #0 str x1, [sp, #16] ; 8-byte Folded Spill mov w2, #2 bl _fseek ldur x0, [x29, #-64] bl _ftell ldr x1, [sp, #16] ; 8-byte Folded Reload mov x8, x0 str w8, [sp, #60] ldur x0, [x29, #-64] mov w2, #0 str w2, [sp, #28] ; 4-byte Folded Spill bl _fseek ldr w8, [sp, #60] add w9, w8, #256 ; implicit-def: $x8 mov x8, x9 sxtw x0, w8 bl _malloc ldr w1, [sp, #28] ; 4-byte Folded Reload str x0, [sp, #80] ldr x0, [sp, #80] ldr w8, [sp, #60] add w9, w8, #256 ; implicit-def: $x8 mov x8, x9 sxtw x2, w8 mov x3, #-1 bl ___memset_chk ldr x8, [sp, #80] add x8, x8, #92 str x8, [sp, #72] ldr x0, [sp, #72] ldrsw x2, [sp, #60] ldur x3, [x29, #-64] mov x1, #1 str x1, [sp, #32] ; 8-byte Folded Spill bl _fread ldur x0, [x29, #-64] bl _fclose ldr x8, [sp, #80] add x8, x8, #60 str x8, [sp, #72] ldr x9, [sp, #72] mov w8, #137 strb w8, [x9] ldr x9, [sp, #72] mov w8, #10 strb w8, [x9, #1] ldr x9, [sp, #72] mov w8, #13 strb w8, [x9, #2] ldr x9, [sp, #72] mov w8, #26 strb w8, [x9, #3] ldr x9, [sp, #72] mov w8, #67 strb w8, [x9, #4] ldr x9, [sp, #72] mov w8, #72 strb w8, [x9, #5] ldr x9, [sp, #72] mov w8, #78 strb w8, [x9, #6] ldr x9, [sp, #72] mov w8, #75 strb w8, [x9, #7] ldur x8, [x29, #-56] ldrb w8, [x8] ldr x9, [sp, #72] strb w8, [x9, #8] ldur x8, [x29, #-56] ldrb w8, [x8, #1] ldr x9, [sp, #72] strb w8, [x9, #9] ldur x8, [x29, #-56] ldrb w8, [x8, #2] ldr x9, [sp, #72] strb w8, [x9, #10] ldur x8, [x29, #-56] ldrb w8, [x8, #3] ldr x9, [sp, #72] strb w8, [x9, #11] ldr x9, [sp, #72] mov w8, #32 strb w8, [x9, #12] ldr x8, [sp, #72] strb wzr, [x8, #13] ldr x8, [sp, #72] strb wzr, [x8, #14] ldr x8, [sp, #72] strb wzr, [x8, #15] ldr w8, [sp, #60] mov w1, #32 add w8, w8, #32 str w8, [sp, #68] str wzr, [sp, #64] ldrb w8, [sp, #68] ldr x9, [sp, #72] strb w8, [x9, #16] ldr w8, [sp, #68] asr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #17] ldr w8, [sp, #68] asr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #18] ldr w8, [sp, #68] asr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #19] ldrb w8, [sp, #64] ldr x9, [sp, #72] strb w8, [x9, #20] ldr w8, [sp, #64] asr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #21] ldr w8, [sp, #64] asr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #22] ldr w8, [sp, #64] asr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #23] ldr x0, [sp, #72] bl _CRC16_CCIT and w8, w0, #0xffff str w8, [sp, #68] ldrb w8, [sp, #68] ldr x9, [sp, #72] strb w8, [x9, #14] ldr w8, [sp, #68] asr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #15] ldr x8, [sp, #80] str x8, [sp, #72] ldr x9, [sp, #72] mov w8, #76 strb w8, [x9] ldr x9, [sp, #72] mov w8, #1 strb w8, [x9, #1] ldr x9, [sp, #72] strb w8, [x9, #2] ldr x8, [sp, #72] strb wzr, [x8, #3] ldr x8, [sp, #72] strb wzr, [x8, #4] ldr x8, [sp, #72] strb wzr, [x8, #5] ldr x8, [sp, #72] strb wzr, [x8, #6] ldr x8, [sp, #72] strb wzr, [x8, #7] ldr x8, [sp, #72] strb wzr, [x8, #8] ldr x8, [sp, #72] strb wzr, [x8, #9] ldr x8, [sp, #72] strb wzr, [x8, #10] ldr x8, [sp, #72] strb wzr, [x8, #11] ldr x8, [sp, #72] strb wzr, [x8, #12] ldr x8, [sp, #72] strb wzr, [x8, #13] ldr x8, [sp, #72] strb wzr, [x8, #14] ldr x8, [sp, #72] strb wzr, [x8, #15] ldr x8, [sp, #72] strb wzr, [x8, #16] ldr x8, [sp, #72] strb wzr, [x8, #17] ldr x8, [sp, #72] strb wzr, [x8, #18] ldr x8, [sp, #72] strb wzr, [x8, #19] ldr x9, [sp, #72] mov w8, #46 strb w8, [x9, #20] ldr x9, [sp, #72] mov w8, #99 strb w8, [x9, #21] ldr x9, [sp, #72] mov w8, #104 strb w8, [x9, #22] ldr x9, [sp, #72] mov w8, #117 strb w8, [x9, #23] ldr x9, [sp, #72] mov w8, #110 strb w8, [x9, #24] ldr x9, [sp, #72] mov w8, #107 strb w8, [x9, #25] ldr x9, [sp, #72] mov w8, #115 strb w8, [x9, #26] ldr x8, [sp, #72] strb wzr, [x8, #27] ldr x8, [sp, #72] strb wzr, [x8, #28] ldr x8, [sp, #72] strb wzr, [x8, #29] ldr x8, [sp, #72] strb wzr, [x8, #30] ldr x8, [sp, #72] strb wzr, [x8, #31] ldr x8, [sp, #72] strb wzr, [x8, #32] ldr x8, [sp, #72] strb wzr, [x8, #33] ldr x8, [sp, #72] strb wzr, [x8, #34] ldr x8, [sp, #72] strb wzr, [x8, #35] ldr w8, [sp, #60] add w8, w8, #32 str w8, [sp, #68] mov w8, #60 str w8, [sp, #64] ldrb w8, [sp, #68] ldr x9, [sp, #72] strb w8, [x9, #36] ldr w8, [sp, #68] asr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #37] ldr w8, [sp, #68] asr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #38] ldr w8, [sp, #68] asr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #39] ldrb w8, [sp, #64] ldr x9, [sp, #72] strb w8, [x9, #40] ldr w8, [sp, #64] asr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #41] ldr w8, [sp, #64] asr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #42] ldr w8, [sp, #64] asr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #72] strb w8, [x9, #43] ldr x8, [sp, #72] strb wzr, [x8, #44] ldr x8, [sp, #72] strb wzr, [x8, #45] ldr x8, [sp, #72] strb wzr, [x8, #46] ldr x8, [sp, #72] strb wzr, [x8, #47] ldr x8, [sp, #72] strb wzr, [x8, #48] ldr x8, [sp, #72] strb wzr, [x8, #49] ldr x8, [sp, #72] strb wzr, [x8, #50] ldr x8, [sp, #72] strb wzr, [x8, #51] ldr x8, [sp, #72] strb wzr, [x8, #52] ldr x8, [sp, #72] strb wzr, [x8, #53] ldr x8, [sp, #72] strb wzr, [x8, #54] ldr x8, [sp, #72] strb wzr, [x8, #55] ldr x9, [sp, #72] mov w8, #64 strb w8, [x9, #56] ldr x8, [sp, #72] strb wzr, [x8, #57] ldr x9, [sp, #72] mov w8, #80 strb w8, [x9, #58] ldr x9, [sp, #72] mov w8, #224 strb w8, [x9, #59] ldr w8, [sp, #60] add w8, w8, #92 str w8, [sp, #68] ldur x0, [x29, #-48] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fopen ldr x1, [sp, #32] ; 8-byte Folded Reload stur x0, [x29, #-72] ldr x0, [sp, #80] ldrsw x2, [sp, #68] ldur x3, [x29, #-72] bl _fwrite ldur x0, [x29, #-72] bl _fclose stur wzr, [x29, #-20] b LBB3_16 LBB3_16: ldur w8, [x29, #-20] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: bl ___stack_chk_fail LBB3_18: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "RAW " l_.str.1: ; @.str.1 .asciz " " l_.str.2: ; @.str.2 .asciz "rb" l_.str.3: ; @.str.3 .asciz "wb" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CRC16_CCIT ## -- Begin function CRC16_CCIT .p2align 4, 0x90 _CRC16_CCIT: ## @CRC16_CCIT .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movslq -12(%rbp), %rcx addq %rcx, %rax movq %rax, -32(%rbp) movw $0, -34(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -32(%rbp), %rax jae LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movzwl -34(%rbp), %eax sarl $8, %eax andl $255, %eax movzwl -34(%rbp), %ecx shll $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movzbl (%rax), %ecx movzwl -34(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movzwl -34(%rbp), %ecx andl $255, %ecx sarl $4, %ecx movzwl -34(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movzwl -34(%rbp), %ecx shll $12, %ecx movzwl -34(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movzwl -34(%rbp), %ecx andl $255, %ecx shll $5, %ecx movzwl -34(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) jmp LBB0_1 LBB0_3: movzwl -34(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _Hash16_BGB ## -- Begin function Hash16_BGB .p2align 4, 0x90 _Hash16_BGB: ## @Hash16_BGB .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movslq -12(%rbp), %rcx addq %rcx, %rax movq %rax, -32(%rbp) movw $0, -34(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -32(%rbp), %rax jae LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movzwl -34(%rbp), %eax imull $31, %eax, %eax movq -24(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -24(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) jmp LBB1_1 LBB1_3: movzwl -34(%rbp), %eax popq %rbp retq .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 movl %edi, -8(%rbp) movq %rsi, -16(%rbp) 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 $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -20(%rbp) movl %edi, -24(%rbp) movq %rsi, -32(%rbp) movq $0, -40(%rbp) movq $0, -48(%rbp) leaq L_.str(%rip), %rax movq %rax, -56(%rbp) movl $1, -92(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -24(%rbp), %eax jge LBB3_12 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -32(%rbp), %rax movslq -92(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB3_6 ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movq -32(%rbp), %rax movslq -92(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl 1(%rax), %eax cmpl $84, %eax jne LBB3_5 ## %bb.4: ## in Loop: Header=BB3_1 Depth=1 leaq -16(%rbp), %rdi leaq L_.str.1(%rip), %rsi movl $8, %edx callq ___strcpy_chk leaq -16(%rbp), %rdi movq -32(%rbp), %rax movslq -92(%rbp), %rcx movq (%rax,%rcx,8), %rsi addq $2, %rsi movl $8, %edx callq ___strcpy_chk leaq -16(%rbp), %rax movq %rax, -56(%rbp) LBB3_5: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_11 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 cmpq $0, -48(%rbp) jne LBB3_8 ## %bb.7: ## in Loop: Header=BB3_1 Depth=1 movq -32(%rbp), %rax movslq -92(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) jmp LBB3_11 LBB3_8: ## in Loop: Header=BB3_1 Depth=1 cmpq $0, -40(%rbp) jne LBB3_10 ## %bb.9: ## in Loop: Header=BB3_1 Depth=1 movq -32(%rbp), %rax movslq -92(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) jmp LBB3_11 LBB3_10: movl -24(%rbp), %edi movq -32(%rbp), %rsi callq _usage movl $1, -20(%rbp) jmp LBB3_16 LBB3_11: ## in Loop: Header=BB3_1 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB3_1 LBB3_12: cmpq $0, -40(%rbp) je LBB3_14 ## %bb.13: cmpq $0, -48(%rbp) jne LBB3_15 LBB3_14: movl -24(%rbp), %edi movq -32(%rbp), %rsi callq _usage movl $1, -20(%rbp) jmp LBB3_16 LBB3_15: movq -40(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _fopen movq %rax, -64(%rbp) movq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -64(%rbp), %rdi callq _ftell ## kill: def $eax killed $eax killed $rax movl %eax, -100(%rbp) movq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek movl -100(%rbp), %eax addl $256, %eax ## imm = 0x100 movslq %eax, %rdi callq _malloc movq %rax, -80(%rbp) movq -80(%rbp), %rdi movl -100(%rbp), %eax addl $256, %eax ## imm = 0x100 movslq %eax, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movq -80(%rbp), %rax addq $60, %rax addq $32, %rax movq %rax, -88(%rbp) movq -88(%rbp), %rdi movslq -100(%rbp), %rdx movq -64(%rbp), %rcx movl $1, %esi callq _fread movq -64(%rbp), %rdi callq _fclose movq -80(%rbp), %rax addq $60, %rax movq %rax, -88(%rbp) movq -88(%rbp), %rax movb $-119, (%rax) movq -88(%rbp), %rax movb $10, 1(%rax) movq -88(%rbp), %rax movb $13, 2(%rax) movq -88(%rbp), %rax movb $26, 3(%rax) movq -88(%rbp), %rax movb $67, 4(%rax) movq -88(%rbp), %rax movb $72, 5(%rax) movq -88(%rbp), %rax movb $78, 6(%rax) movq -88(%rbp), %rax movb $75, 7(%rax) movq -56(%rbp), %rax movb (%rax), %cl movq -88(%rbp), %rax movb %cl, 8(%rax) movq -56(%rbp), %rax movb 1(%rax), %cl movq -88(%rbp), %rax movb %cl, 9(%rax) movq -56(%rbp), %rax movb 2(%rax), %cl movq -88(%rbp), %rax movb %cl, 10(%rax) movq -56(%rbp), %rax movb 3(%rax), %cl movq -88(%rbp), %rax movb %cl, 11(%rax) movq -88(%rbp), %rax movb $32, 12(%rax) movq -88(%rbp), %rax movb $0, 13(%rax) movq -88(%rbp), %rax movb $0, 14(%rax) movq -88(%rbp), %rax movb $0, 15(%rax) movl -100(%rbp), %eax addl $32, %eax movl %eax, -92(%rbp) movl $0, -96(%rbp) movl -92(%rbp), %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 16(%rax) movl -92(%rbp), %eax sarl $8, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 17(%rax) movl -92(%rbp), %eax sarl $16, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 18(%rax) movl -92(%rbp), %eax sarl $24, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 19(%rax) movl -96(%rbp), %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 20(%rax) movl -96(%rbp), %eax sarl $8, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 21(%rax) movl -96(%rbp), %eax sarl $16, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 22(%rax) movl -96(%rbp), %eax sarl $24, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 23(%rax) movq -88(%rbp), %rdi movl $32, %esi callq _CRC16_CCIT movzwl %ax, %eax movl %eax, -92(%rbp) movl -92(%rbp), %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 14(%rax) movl -92(%rbp), %eax sarl $8, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 15(%rax) movq -80(%rbp), %rax movq %rax, -88(%rbp) movq -88(%rbp), %rax movb $76, (%rax) movq -88(%rbp), %rax movb $1, 1(%rax) movq -88(%rbp), %rax movb $1, 2(%rax) movq -88(%rbp), %rax movb $0, 3(%rax) movq -88(%rbp), %rax movb $0, 4(%rax) movq -88(%rbp), %rax movb $0, 5(%rax) movq -88(%rbp), %rax movb $0, 6(%rax) movq -88(%rbp), %rax movb $0, 7(%rax) movq -88(%rbp), %rax movb $0, 8(%rax) movq -88(%rbp), %rax movb $0, 9(%rax) movq -88(%rbp), %rax movb $0, 10(%rax) movq -88(%rbp), %rax movb $0, 11(%rax) movq -88(%rbp), %rax movb $0, 12(%rax) movq -88(%rbp), %rax movb $0, 13(%rax) movq -88(%rbp), %rax movb $0, 14(%rax) movq -88(%rbp), %rax movb $0, 15(%rax) movq -88(%rbp), %rax movb $0, 16(%rax) movq -88(%rbp), %rax movb $0, 17(%rax) movq -88(%rbp), %rax movb $0, 18(%rax) movq -88(%rbp), %rax movb $0, 19(%rax) movq -88(%rbp), %rax movb $46, 20(%rax) movq -88(%rbp), %rax movb $99, 21(%rax) movq -88(%rbp), %rax movb $104, 22(%rax) movq -88(%rbp), %rax movb $117, 23(%rax) movq -88(%rbp), %rax movb $110, 24(%rax) movq -88(%rbp), %rax movb $107, 25(%rax) movq -88(%rbp), %rax movb $115, 26(%rax) movq -88(%rbp), %rax movb $0, 27(%rax) movq -88(%rbp), %rax movb $0, 28(%rax) movq -88(%rbp), %rax movb $0, 29(%rax) movq -88(%rbp), %rax movb $0, 30(%rax) movq -88(%rbp), %rax movb $0, 31(%rax) movq -88(%rbp), %rax movb $0, 32(%rax) movq -88(%rbp), %rax movb $0, 33(%rax) movq -88(%rbp), %rax movb $0, 34(%rax) movq -88(%rbp), %rax movb $0, 35(%rax) movl -100(%rbp), %eax addl $32, %eax movl %eax, -92(%rbp) movl $60, -96(%rbp) movl -92(%rbp), %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 36(%rax) movl -92(%rbp), %eax sarl $8, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 37(%rax) movl -92(%rbp), %eax sarl $16, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 38(%rax) movl -92(%rbp), %eax sarl $24, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 39(%rax) movl -96(%rbp), %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 40(%rax) movl -96(%rbp), %eax sarl $8, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 41(%rax) movl -96(%rbp), %eax sarl $16, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 42(%rax) movl -96(%rbp), %eax sarl $24, %eax andl $255, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 43(%rax) movq -88(%rbp), %rax movb $0, 44(%rax) movq -88(%rbp), %rax movb $0, 45(%rax) movq -88(%rbp), %rax movb $0, 46(%rax) movq -88(%rbp), %rax movb $0, 47(%rax) movq -88(%rbp), %rax movb $0, 48(%rax) movq -88(%rbp), %rax movb $0, 49(%rax) movq -88(%rbp), %rax movb $0, 50(%rax) movq -88(%rbp), %rax movb $0, 51(%rax) movq -88(%rbp), %rax movb $0, 52(%rax) movq -88(%rbp), %rax movb $0, 53(%rax) movq -88(%rbp), %rax movb $0, 54(%rax) movq -88(%rbp), %rax movb $0, 55(%rax) movq -88(%rbp), %rax movb $64, 56(%rax) movq -88(%rbp), %rax movb $0, 57(%rax) movq -88(%rbp), %rax movb $80, 58(%rax) movq -88(%rbp), %rax movb $-32, 59(%rax) movl -100(%rbp), %eax addl $92, %eax movl %eax, -92(%rbp) movq -48(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _fopen movq %rax, -72(%rbp) movq -80(%rbp), %rdi movslq -92(%rbp), %rdx movq -72(%rbp), %rcx movl $1, %esi callq _fwrite movq -72(%rbp), %rdi callq _fclose movl $0, -20(%rbp) LBB3_16: movl -20(%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 LBB3_18 ## %bb.17: movl -104(%rbp), %eax ## 4-byte Reload addq $112, %rsp popq %rbp retq LBB3_18: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "RAW " L_.str.1: ## @.str.1 .asciz " " L_.str.2: ## @.str.2 .asciz "rb" L_.str.3: ## @.str.3 .asciz "wb" .subsections_via_symbols
the_stack_data/95451012.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _clacn2_ ; -- Begin function clacn2_ .p2align 2 _clacn2_: ; @clacn2_ .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] stur x3, [x29, #-40] stur x4, [x29, #-48] stur x5, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #4 stur x8, [x29, #-56] ldur x8, [x29, #-32] subs x8, x8, #8 stur x8, [x29, #-32] ldur x8, [x29, #-24] subs x8, x8, #8 stur x8, [x29, #-24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _slamch_ str s0, [sp, #72] ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-60] mov w8, #1 str w8, [sp, #84] b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #84] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldur x8, [x29, #-16] ldr s0, [x8] scvtf s1, s0 fmov s0, #1.00000000 fdiv s0, s0, s1 stur s0, [x29, #-72] ldur s0, [x29, #-72] stur s0, [x29, #-84] movi d0, #0000000000000000 stur s0, [x29, #-80] ldur s0, [x29, #-84] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 str s0, [x8, x9] ldur s0, [x29, #-80] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 str s0, [x8, #4] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB0_2 LBB0_5: ldur x9, [x29, #-48] mov w8, #1 str w8, [x9] ldur x9, [x29, #-56] str w8, [x9, #4] stur wzr, [x29, #-4] b LBB0_53 LBB0_6: ldur x8, [x29, #-56] ldr w8, [x8, #4] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_13 ; %bb.7: ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_8: b LBB0_14 LBB0_9: b LBB0_24 LBB0_10: b LBB0_30 LBB0_11: b LBB0_40 LBB0_12: b LBB0_49 LBB0_13: b LBB0_14 LBB0_14: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldur x8, [x29, #-32] ldr s0, [x8, #8] ldur x8, [x29, #-24] str s0, [x8, #8] ldur x8, [x29, #-32] ldr s0, [x8, #12] ldur x8, [x29, #-24] str s0, [x8, #12] ldur x8, [x29, #-24] add x0, x8, #8 bl _Cf str s0, [sp, #56] str s1, [sp, #60] ldr s0, [sp, #56] ldr s1, [sp, #60] bl _cabsf ldur x8, [x29, #-40] str s0, [x8] b LBB0_52 LBB0_16: ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 adrp x2, _c__1@PAGE add x2, x2, _c__1@PAGEOFF bl _scsum1_ ldur x8, [x29, #-40] str s0, [x8] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-60] mov w8, #1 str w8, [sp, #84] b LBB0_17 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #84] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_23 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #84] add x0, x8, x9, lsl #3 bl _Cf str s0, [sp, #48] str s1, [sp, #52] ldr s0, [sp, #48] ldr s1, [sp, #52] bl _cabsf str s0, [sp, #80] ldr s0, [sp, #80] ldr s1, [sp, #72] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldr w8, [sp, #84] stur w8, [x29, #-68] ldur x8, [x29, #-32] ldursw x9, [x29, #-68] lsl x9, x9, #3 ldr s0, [x8, x9] ldr s1, [sp, #80] fdiv s0, s0, s1 stur s0, [x29, #-72] ldur x8, [x29, #-32] ldrsw x9, [sp, #84] add x0, x8, x9, lsl #3 bl _Cf fcvt d0, s1 ldr s1, [sp, #80] fcvt d1, s1 fdiv d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-76] ldur s0, [x29, #-72] stur s0, [x29, #-84] ldur s0, [x29, #-76] stur s0, [x29, #-80] ldur s0, [x29, #-84] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 str s0, [x8, x9] ldur s0, [x29, #-80] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 str s0, [x8, #4] b LBB0_21 LBB0_20: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 fmov s0, #1.00000000 str s0, [x8, x9] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 movi d0, #0000000000000000 str s0, [x8, #4] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_17 Depth=1 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB0_17 LBB0_23: ldur x9, [x29, #-48] mov w8, #2 str w8, [x9] ldur x9, [x29, #-56] str w8, [x9, #4] stur wzr, [x29, #-4] b LBB0_53 LBB0_24: ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 adrp x2, _c__1@PAGE add x2, x2, _c__1@PAGEOFF bl _icmax1_ ldur x8, [x29, #-56] str w0, [x8, #8] ldur x9, [x29, #-56] mov w8, #2 str w8, [x9, #12] b LBB0_25 LBB0_25: ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-60] mov w8, #1 str w8, [sp, #84] b LBB0_26 LBB0_26: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #84] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_29 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_26 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 movi d0, #0000000000000000 str s0, [x8, x9] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 str s0, [x8, #4] b LBB0_28 LBB0_28: ; in Loop: Header=BB0_26 Depth=1 ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB0_26 LBB0_29: ldur x8, [x29, #-56] ldr w8, [x8, #8] stur w8, [x29, #-60] ldur x8, [x29, #-32] ldursw x9, [x29, #-60] lsl x9, x9, #3 fmov s0, #1.00000000 str s0, [x8, x9] ldur x8, [x29, #-32] ldursw x9, [x29, #-60] add x8, x8, x9, lsl #3 movi d0, #0000000000000000 str s0, [x8, #4] ldur x9, [x29, #-48] mov w8, #1 str w8, [x9] ldur x9, [x29, #-56] mov w8, #3 str w8, [x9, #4] stur wzr, [x29, #-4] b LBB0_53 LBB0_30: ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 ldur x8, [x29, #-24] add x3, x8, #8 adrp x4, _c__1@PAGE add x4, x4, _c__1@PAGEOFF str x4, [sp, #8] ; 8-byte Folded Spill mov x2, x4 bl _ccopy_ ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-40] ldr s0, [x8] str s0, [sp, #64] ldur x0, [x29, #-16] ldur x8, [x29, #-24] add x1, x8, #8 bl _scsum1_ ldur x8, [x29, #-40] str s0, [x8] ldur x8, [x29, #-40] ldr s0, [x8] ldr s1, [sp, #64] fcmp s0, s1 cset w8, hi tbnz w8, #0, LBB0_32 b LBB0_31 LBB0_31: b LBB0_44 LBB0_32: ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-60] mov w8, #1 str w8, [sp, #84] b LBB0_33 LBB0_33: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #84] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_39 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_33 Depth=1 ldur x8, [x29, #-32] ldrsw x9, [sp, #84] add x0, x8, x9, lsl #3 bl _Cf str s0, [sp, #40] str s1, [sp, #44] ldr s0, [sp, #40] ldr s1, [sp, #44] bl _cabsf str s0, [sp, #80] ldr s0, [sp, #80] ldr s1, [sp, #72] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: ; in Loop: Header=BB0_33 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldr w8, [sp, #84] stur w8, [x29, #-68] ldur x8, [x29, #-32] ldursw x9, [x29, #-68] lsl x9, x9, #3 ldr s0, [x8, x9] ldr s1, [sp, #80] fdiv s0, s0, s1 stur s0, [x29, #-72] ldur x8, [x29, #-32] ldrsw x9, [sp, #84] add x0, x8, x9, lsl #3 bl _Cf fcvt d0, s1 ldr s1, [sp, #80] fcvt d1, s1 fdiv d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-76] ldur s0, [x29, #-72] stur s0, [x29, #-84] ldur s0, [x29, #-76] stur s0, [x29, #-80] ldur s0, [x29, #-84] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 str s0, [x8, x9] ldur s0, [x29, #-80] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 str s0, [x8, #4] b LBB0_37 LBB0_36: ; in Loop: Header=BB0_33 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 fmov s0, #1.00000000 str s0, [x8, x9] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 movi d0, #0000000000000000 str s0, [x8, #4] b LBB0_37 LBB0_37: ; in Loop: Header=BB0_33 Depth=1 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_33 Depth=1 ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB0_33 LBB0_39: ldur x9, [x29, #-48] mov w8, #2 str w8, [x9] ldur x9, [x29, #-56] mov w8, #4 str w8, [x9, #4] stur wzr, [x29, #-4] b LBB0_53 LBB0_40: ldur x8, [x29, #-56] ldr w8, [x8, #8] str w8, [sp, #76] ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 adrp x2, _c__1@PAGE add x2, x2, _c__1@PAGEOFF bl _icmax1_ ldur x8, [x29, #-56] str w0, [x8, #8] ldur x8, [x29, #-32] ldrsw x9, [sp, #76] add x0, x8, x9, lsl #3 bl _Cf str s0, [sp, #32] str s1, [sp, #36] ldr s0, [sp, #32] ldr s1, [sp, #36] bl _cabsf str s0, [sp, #4] ; 4-byte Folded Spill ldur x8, [x29, #-32] ldur x9, [x29, #-56] ldrsw x9, [x9, #8] add x0, x8, x9, lsl #3 bl _Cf str s0, [sp, #24] str s1, [sp, #28] ldr s0, [sp, #24] ldr s1, [sp, #28] bl _cabsf fmov s1, s0 ldr s0, [sp, #4] ; 4-byte Folded Reload fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB0_43 b LBB0_41 LBB0_41: ldur x8, [x29, #-56] ldr w8, [x8, #12] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_43 b LBB0_42 LBB0_42: ldur x9, [x29, #-56] ldr w8, [x9, #12] add w8, w8, #1 str w8, [x9, #12] b LBB0_25 LBB0_43: b LBB0_44 LBB0_44: fmov s0, #1.00000000 str s0, [sp, #68] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-60] mov w8, #1 str w8, [sp, #84] b LBB0_45 LBB0_45: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #84] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_48 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_45 Depth=1 ldr w8, [sp, #84] stur w8, [x29, #-64] ldr s0, [sp, #68] ldr w8, [sp, #84] subs w8, w8, #1 scvtf s1, w8 ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 scvtf s2, w8 fdiv s1, s1, s2 fmov s2, #1.00000000 fadd s1, s1, s2 fmul s0, s0, s1 stur s0, [x29, #-72] ldur s0, [x29, #-72] stur s0, [x29, #-84] movi d0, #0000000000000000 stur s0, [x29, #-80] ldur s0, [x29, #-84] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] lsl x9, x9, #3 str s0, [x8, x9] ldur s0, [x29, #-80] ldur x8, [x29, #-32] ldursw x9, [x29, #-64] add x8, x8, x9, lsl #3 str s0, [x8, #4] ldr s0, [sp, #68] fneg s0, s0 str s0, [sp, #68] b LBB0_47 LBB0_47: ; in Loop: Header=BB0_45 Depth=1 ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB0_45 LBB0_48: ldur x9, [x29, #-48] mov w8, #1 str w8, [x9] ldur x9, [x29, #-56] mov w8, #5 str w8, [x9, #4] stur wzr, [x29, #-4] b LBB0_53 LBB0_49: ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 adrp x2, _c__1@PAGE add x2, x2, _c__1@PAGEOFF bl _scsum1_ ldur x8, [x29, #-16] ldr w8, [x8] mov w9, #3 mul w8, w8, w9 scvtf s1, w8 fdiv s0, s0, s1 fmov s1, #2.00000000 fmul s0, s0, s1 str s0, [sp, #88] ldr s0, [sp, #88] ldur x8, [x29, #-40] ldr s1, [x8] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_51 b LBB0_50 LBB0_50: ldur x0, [x29, #-16] ldur x8, [x29, #-32] add x1, x8, #8 ldur x8, [x29, #-24] add x3, x8, #8 adrp x4, _c__1@PAGE add x4, x4, _c__1@PAGEOFF mov x2, x4 bl _ccopy_ ldr s0, [sp, #88] ldur x8, [x29, #-40] str s0, [x8] b LBB0_51 LBB0_51: b LBB0_52 LBB0_52: ldur x8, [x29, #-48] str wzr, [x8] stur wzr, [x29, #-4] b LBB0_53 LBB0_53: ldur w0, [x29, #-4] ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_8-Ltmp0 .long LBB0_9-Ltmp0 .long LBB0_10-Ltmp0 .long LBB0_11-Ltmp0 .long LBB0_12-Ltmp0 ; -- End function .p2align 2 ; -- Begin function Cf _Cf: ; @Cf .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] ldr s1, [x8] ldr x8, [sp] ldr s0, [x8, #4] movi d2, #0000000000000000 fmul s2, s0, s2 fmov s3, #1.00000000 fmul s0, s0, s3 fadd s1, s1, s2 str s1, [sp, #8] str s0, [sp, #12] ldr s0, [sp, #8] ldr s1, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Safe minimum" .section __DATA,__data .p2align 2 ; @c__1 _c__1: .long 1 ; 0x1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function clacn2_ LCPI0_0: .long 0x40000000 ## float 2 LCPI0_1: .long 0x3f800000 ## float 1 .section __TEXT,__text,regular,pure_instructions .globl _clacn2_ .p2align 4, 0x90 _clacn2_: ## @clacn2_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq %r8, -48(%rbp) movq %r9, -56(%rbp) movq -56(%rbp), %rax addq $-4, %rax movq %rax, -56(%rbp) movq -32(%rbp), %rax addq $-8, %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax addq $-8, %rax movq %rax, -24(%rbp) leaq L_.str(%rip), %rdi callq _slamch_ movss %xmm0, -108(%rbp) movq -48(%rbp), %rax cmpl $0, (%rax) jne LBB0_6 ## %bb.1: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl $1, -96(%rbp) LBB0_2: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp), %eax cmpl -60(%rbp), %eax jg LBB0_5 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movq -16(%rbp), %rax cvtsi2ssl (%rax), %xmm1 movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -72(%rbp) movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -88(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -84(%rbp) movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, (%rax,%rcx,8) movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, 4(%rax,%rcx,8) ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_2 LBB0_5: movq -48(%rbp), %rax movl $1, (%rax) movq -56(%rbp), %rax movl $1, 4(%rax) movl $0, -4(%rbp) jmp LBB0_52 LBB0_6: movq -56(%rbp), %rax movl 4(%rax), %eax decl %eax movl %eax, %ecx movq %rcx, -224(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_12 ## %bb.53: movq -224(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_7: jmp LBB0_13 LBB0_8: jmp LBB0_23 LBB0_9: jmp LBB0_29 LBB0_10: jmp LBB0_39 LBB0_11: jmp LBB0_48 LBB0_12: jmp LBB0_13 LBB0_13: movq -16(%rbp), %rax cmpl $1, (%rax) jne LBB0_15 ## %bb.14: movq -32(%rbp), %rax movss 8(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -24(%rbp), %rax movss %xmm0, 8(%rax) movq -32(%rbp), %rax movss 12(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -24(%rbp), %rax movss %xmm0, 12(%rax) movq -24(%rbp), %rdi addq $8, %rdi callq _Cf movlpd %xmm0, -128(%rbp) movss -128(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -136(%rbp) movss %xmm0, -132(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cabsf movq -40(%rbp), %rax movss %xmm0, (%rax) jmp LBB0_51 LBB0_15: movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi leaq _c__1(%rip), %rdx callq _scsum1_ movq -40(%rbp), %rax movss %xmm0, (%rax) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl $1, -96(%rbp) LBB0_16: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp), %eax cmpl -60(%rbp), %eax jg LBB0_22 ## %bb.17: ## in Loop: Header=BB0_16 Depth=1 movq -32(%rbp), %rax movslq -96(%rbp), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -144(%rbp) movss -144(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -152(%rbp) movss %xmm0, -148(%rbp) movsd -152(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cabsf movss %xmm0, -100(%rbp) movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -108(%rbp), %xmm0 jbe LBB0_19 ## %bb.18: ## in Loop: Header=BB0_16 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movl -96(%rbp), %eax movl %eax, -68(%rbp) movq -32(%rbp), %rax movslq -68(%rbp), %rcx movss (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -72(%rbp) movq -32(%rbp), %rax movslq -96(%rbp), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -160(%rbp) movss -156(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -76(%rbp) movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -88(%rbp) movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -84(%rbp) movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, (%rax,%rcx,8) movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, 4(%rax,%rcx,8) jmp LBB0_20 LBB0_19: ## in Loop: Header=BB0_16 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, (%rax,%rcx,8) movq -32(%rbp), %rax movslq -64(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, 4(%rax,%rcx,8) LBB0_20: ## in Loop: Header=BB0_16 Depth=1 jmp LBB0_21 LBB0_21: ## in Loop: Header=BB0_16 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_16 LBB0_22: movq -48(%rbp), %rax movl $2, (%rax) movq -56(%rbp), %rax movl $2, 4(%rax) movl $0, -4(%rbp) jmp LBB0_52 LBB0_23: movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi leaq _c__1(%rip), %rdx callq _icmax1_ movl %eax, %ecx movq -56(%rbp), %rax movl %ecx, 8(%rax) movq -56(%rbp), %rax movl $2, 12(%rax) LBB0_24: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl $1, -96(%rbp) LBB0_25: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp), %eax cmpl -60(%rbp), %eax jg LBB0_28 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movq -32(%rbp), %rax movslq -64(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, (%rax,%rcx,8) movq -32(%rbp), %rax movslq -64(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, 4(%rax,%rcx,8) ## %bb.27: ## in Loop: Header=BB0_25 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_25 LBB0_28: movq -56(%rbp), %rax movl 8(%rax), %eax movl %eax, -60(%rbp) movq -32(%rbp), %rax movslq -60(%rbp), %rcx movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, (%rax,%rcx,8) movq -32(%rbp), %rax movslq -60(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, 4(%rax,%rcx,8) movq -48(%rbp), %rax movl $1, (%rax) movq -56(%rbp), %rax movl $3, 4(%rax) movl $0, -4(%rbp) jmp LBB0_52 LBB0_29: movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi movq -24(%rbp), %rcx addq $8, %rcx leaq _c__1(%rip), %r8 movq %r8, %rdx callq _ccopy_ movq -40(%rbp), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -116(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi addq $8, %rsi leaq _c__1(%rip), %rdx callq _scsum1_ movq -40(%rbp), %rax movss %xmm0, (%rax) movq -40(%rbp), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jb LBB0_31 ## %bb.30: jmp LBB0_43 LBB0_31: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl $1, -96(%rbp) LBB0_32: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp), %eax cmpl -60(%rbp), %eax jg LBB0_38 ## %bb.33: ## in Loop: Header=BB0_32 Depth=1 movq -32(%rbp), %rax movslq -96(%rbp), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -168(%rbp) movss -168(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -176(%rbp) movss %xmm0, -172(%rbp) movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cabsf movss %xmm0, -100(%rbp) movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -108(%rbp), %xmm0 jbe LBB0_35 ## %bb.34: ## in Loop: Header=BB0_32 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movl -96(%rbp), %eax movl %eax, -68(%rbp) movq -32(%rbp), %rax movslq -68(%rbp), %rcx movss (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -72(%rbp) movq -32(%rbp), %rax movslq -96(%rbp), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -184(%rbp) movss -180(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -76(%rbp) movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -88(%rbp) movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -84(%rbp) movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, (%rax,%rcx,8) movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, 4(%rax,%rcx,8) jmp LBB0_36 LBB0_35: ## in Loop: Header=BB0_32 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, (%rax,%rcx,8) movq -32(%rbp), %rax movslq -64(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, 4(%rax,%rcx,8) LBB0_36: ## in Loop: Header=BB0_32 Depth=1 jmp LBB0_37 LBB0_37: ## in Loop: Header=BB0_32 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_32 LBB0_38: movq -48(%rbp), %rax movl $2, (%rax) movq -56(%rbp), %rax movl $4, 4(%rax) movl $0, -4(%rbp) jmp LBB0_52 LBB0_39: movq -56(%rbp), %rax movl 8(%rax), %eax movl %eax, -104(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi leaq _c__1(%rip), %rdx callq _icmax1_ movl %eax, %ecx movq -56(%rbp), %rax movl %ecx, 8(%rax) movq -32(%rbp), %rax movslq -104(%rbp), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -192(%rbp) movss -192(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -188(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -200(%rbp) movss %xmm0, -196(%rbp) movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cabsf movss %xmm0, -228(%rbp) ## 4-byte Spill movq -32(%rbp), %rax movq -56(%rbp), %rcx movslq 8(%rcx), %rcx leaq (%rax,%rcx,8), %rdi callq _Cf movlpd %xmm0, -208(%rbp) movss -208(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -204(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -216(%rbp) movss %xmm0, -212(%rbp) movsd -216(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cabsf movaps %xmm0, %xmm1 movss -228(%rbp), %xmm0 ## 4-byte Reload ## xmm0 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jne LBB0_40 jp LBB0_40 jmp LBB0_42 LBB0_40: movq -56(%rbp), %rax cmpl $5, 12(%rax) jge LBB0_42 ## %bb.41: movq -56(%rbp), %rax movl 12(%rax), %ecx addl $1, %ecx movl %ecx, 12(%rax) jmp LBB0_24 LBB0_42: jmp LBB0_43 LBB0_43: movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -112(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl $1, -96(%rbp) LBB0_44: ## =>This Inner Loop Header: Depth=1 movl -96(%rbp), %eax cmpl -60(%rbp), %eax jg LBB0_47 ## %bb.45: ## in Loop: Header=BB0_44 Depth=1 movl -96(%rbp), %eax movl %eax, -64(%rbp) movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movl -96(%rbp), %eax subl $1, %eax cvtsi2ss %eax, %xmm1 movq -16(%rbp), %rax movl (%rax), %eax subl $1, %eax cvtsi2ss %eax, %xmm2 divss %xmm2, %xmm1 movss LCPI0_1(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero addss %xmm2, %xmm1 mulss %xmm1, %xmm0 movss %xmm0, -72(%rbp) movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -88(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -84(%rbp) movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, (%rax,%rcx,8) movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movss %xmm0, 4(%rax,%rcx,8) movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movd %xmm0, %eax xorl $2147483648, %eax ## imm = 0x80000000 movd %eax, %xmm0 movss %xmm0, -112(%rbp) ## %bb.46: ## in Loop: Header=BB0_44 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_44 LBB0_47: movq -48(%rbp), %rax movl $1, (%rax) movq -56(%rbp), %rax movl $5, 4(%rax) movl $0, -4(%rbp) jmp LBB0_52 LBB0_48: movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi leaq _c__1(%rip), %rdx callq _scsum1_ movq -16(%rbp), %rax imull $3, (%rax), %eax cvtsi2ss %eax, %xmm1 divss %xmm1, %xmm0 movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss %xmm1, %xmm0 movss %xmm0, -92(%rbp) movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -40(%rbp), %rax ucomiss (%rax), %xmm0 jbe LBB0_50 ## %bb.49: movq -16(%rbp), %rdi movq -32(%rbp), %rsi addq $8, %rsi movq -24(%rbp), %rcx addq $8, %rcx leaq _c__1(%rip), %r8 movq %r8, %rdx callq _ccopy_ movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -40(%rbp), %rax movss %xmm0, (%rax) LBB0_50: jmp LBB0_51 LBB0_51: movq -48(%rbp), %rax movl $0, (%rax) movl $0, -4(%rbp) LBB0_52: movl -4(%rbp), %eax addq $240, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_7, LBB0_7-LJTI0_0 .set L0_0_set_8, LBB0_8-LJTI0_0 .set L0_0_set_9, LBB0_9-LJTI0_0 .set L0_0_set_10, LBB0_10-LJTI0_0 .set L0_0_set_11, LBB0_11-LJTI0_0 LJTI0_0: .long L0_0_set_7 .long L0_0_set_8 .long L0_0_set_9 .long L0_0_set_10 .long L0_0_set_11 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function Cf _Cf: ## @Cf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss 4(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm3, %xmm3 movaps %xmm0, %xmm2 mulss %xmm3, %xmm2 addss %xmm2, %xmm1 movss %xmm1, -8(%rbp) movss %xmm0, -4(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Safe minimum" .section __DATA,__data .p2align 2 ## @c__1 _c__1: .long 1 ## 0x1 .subsections_via_symbols
the_stack_data/1266826.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _keep ; -- Begin function keep .p2align 2 _keep: ; @keep .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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 _keep ## -- Begin function keep .p2align 4, 0x90 _keep: ## @keep .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/16165.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, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur wzr, [x29, #-4] 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, #100 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 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] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldursw x10, [x29, #-8] mov x11, #400 mul x10, x10, x11 add x9, x9, x10 ldursw x10, [x29, #-12] str w8, [x9, x10, lsl #2] 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 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: stur wzr, [x29, #-8] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldur w8, [x29, #-8] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 stur wzr, [x29, #-12] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-12] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldursw x8, [x29, #-8] mov x11, #400 mul x10, x8, x11 mov x8, x9 add x8, x8, x10 ldursw x10, [x29, #-12] ldr w8, [x8, x10, lsl #2] add w8, w8, #1 ldursw x10, [x29, #-8] mul x10, x10, x11 add x9, x9, x10 ldursw x10, [x29, #-12] str w8, [x9, x10, lsl #2] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_9 LBB0_16: stur wzr, [x29, #-8] b LBB0_17 LBB0_17: ; =>This Loop Header: Depth=1 ; Child Loop BB0_19 Depth 2 ldur w8, [x29, #-8] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 stur wzr, [x29, #-12] b LBB0_19 LBB0_19: ; Parent Loop BB0_17 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-12] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_22 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldursw x9, [x29, #-8] mov x10, #400 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-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 LBB0_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=2 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_19 LBB0_22: ; in Loop: Header=BB0_17 Depth=1 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_17 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_17 LBB0_24: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _a,40000,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 Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 cmpl $100, -8(%rbp) jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -12(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $100, -12(%rbp) jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -8(%rbp), %edx movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %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 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_8: movl $0, -8(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 cmpl $100, -8(%rbp) jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -12(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $100, -12(%rbp) jge LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_9 LBB0_16: movl $0, -8(%rbp) LBB0_17: ## =>This Loop Header: Depth=1 ## Child Loop BB0_19 Depth 2 cmpl $100, -8(%rbp) jge LBB0_24 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movl $0, -12(%rbp) LBB0_19: ## Parent Loop BB0_17 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $100, -12(%rbp) jge LBB0_22 ## %bb.20: ## in Loop: Header=BB0_19 Depth=2 movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.21: ## in Loop: Header=BB0_19 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_19 LBB0_22: ## in Loop: Header=BB0_17 Depth=1 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_17 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_17 LBB0_24: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _a,40000,4 ## @a .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/31623.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _exibe ; -- Begin function exibe .p2align 2 _exibe: ; @exibe .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@PAGE add x0, x0, l_.str@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #20 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-12] mov x10, #120 str x10, [sp, #8] ; 8-byte Folded Spill mul x9, x9, x10 add x8, x8, x9 ldr w9, [x8, #80] ; 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 x10, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldursw x9, [x29, #-12] mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x10, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldursw x9, [x29, #-12] mul x9, x9, x10 add x8, x8, x9 ldr s0, [x8, #84] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x10, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldursw x9, [x29, #-12] mul x9, x9, x10 add x8, x8, x9 add x8, x8, #88 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_4: 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: 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, #2464 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #52] str wzr, [sp, #48] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] subs w8, w8, #20 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldrsw x8, [sp, #48] mov x9, #120 str x9, [sp, #24] ; 8-byte Folded Spill mul x9, x8, x9 add x8, sp, #56 str x8, [sp, #32] ; 8-byte Folded Spill add x8, x8, x9 add x8, x8, #80 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf bl _getchar adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x10, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload ldrsw x9, [sp, #48] mul x9, x9, x10 add x0, x8, x9 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill ldr x2, [x8] mov w1, #80 bl _fgets adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldr x10, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload ldrsw x9, [sp, #48] mul x9, x9, x10 add x8, x8, x9 add x8, x8, #84 mov x9, sp str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _scanf bl _getchar adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldr x11, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #40] ; 8-byte Folded Reload ldrsw x10, [sp, #48] mul x10, x10, x11 add x9, x9, x10 add x0, x9, #88 ldr x2, [x8] mov w1, #30 bl _fgets adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB1_1 LBB1_4: add x0, sp, #56 bl _exibe ldr w8, [sp, #52] 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, LBB1_6 b LBB1_5 LBB1_5: bl ___stack_chk_fail LBB1_6: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #2464 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n************************\nFuncionarios da empresa:\n************************\n" l_.str.1: ; @.str.1 .asciz "\nCodigo: %d\n" l_.str.2: ; @.str.2 .asciz "Nome: %s" l_.str.3: ; @.str.3 .asciz "Salario: %.1f\n" l_.str.4: ; @.str.4 .asciz "Cargo: %s" l_.str.5: ; @.str.5 .asciz "Digite o codigo do funcionario: " l_.str.6: ; @.str.6 .asciz "%d%*c" l_.str.7: ; @.str.7 .asciz "Digite o nome: " l_.str.8: ; @.str.8 .asciz "Digite o salario: " l_.str.9: ; @.str.9 .asciz "%f%*c" l_.str.10: ; @.str.10 .asciz "Digite o cargo: " l_.str.11: ; @.str.11 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _exibe ## -- Begin function exibe .p2align 4, 0x90 _exibe: ## @exibe .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(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $20, -12(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx imulq $120, %rcx, %rcx addq %rcx, %rax movl 80(%rax), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi movslq -12(%rbp), %rax imulq $120, %rax, %rax addq %rax, %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movslq -12(%rbp), %rcx imulq $120, %rcx, %rcx addq %rcx, %rax movss 84(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.3(%rip), %rdi movb $1, %al callq _printf movq -8(%rbp), %rsi movslq -12(%rbp), %rax imulq $120, %rax, %rax addq %rax, %rsi addq $88, %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_4: 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 $2432, %rsp ## imm = 0x980 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -2420(%rbp) movl $0, -2424(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $20, -2424(%rbp) jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movslq -2424(%rbp), %rax leaq -2416(%rbp), %rsi imulq $120, %rax, %rax addq %rax, %rsi addq $80, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf callq _getchar leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movslq -2424(%rbp), %rax leaq -2416(%rbp), %rdi imulq $120, %rax, %rax addq %rax, %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $80, %esi callq _fgets leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movslq -2424(%rbp), %rax leaq -2416(%rbp), %rsi imulq $120, %rax, %rax addq %rax, %rsi addq $84, %rsi leaq L_.str.9(%rip), %rdi movb $0, %al callq _scanf callq _getchar leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movslq -2424(%rbp), %rax leaq -2416(%rbp), %rdi imulq $120, %rax, %rax addq %rax, %rdi addq $88, %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $30, %esi callq _fgets leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -2424(%rbp), %eax addl $1, %eax movl %eax, -2424(%rbp) jmp LBB1_1 LBB1_4: leaq -2416(%rbp), %rdi callq _exibe movl -2420(%rbp), %eax movl %eax, -2428(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_6 ## %bb.5: movl -2428(%rbp), %eax ## 4-byte Reload addq $2432, %rsp ## imm = 0x980 popq %rbp retq LBB1_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n************************\nFuncionarios da empresa:\n************************\n" L_.str.1: ## @.str.1 .asciz "\nCodigo: %d\n" L_.str.2: ## @.str.2 .asciz "Nome: %s" L_.str.3: ## @.str.3 .asciz "Salario: %.1f\n" L_.str.4: ## @.str.4 .asciz "Cargo: %s" L_.str.5: ## @.str.5 .asciz "Digite o codigo do funcionario: " L_.str.6: ## @.str.6 .asciz "%d%*c" L_.str.7: ## @.str.7 .asciz "Digite o nome: " L_.str.8: ## @.str.8 .asciz "Digite o salario: " L_.str.9: ## @.str.9 .asciz "%f%*c" L_.str.10: ## @.str.10 .asciz "Digite o cargo: " L_.str.11: ## @.str.11 .asciz "\n" .subsections_via_symbols
the_stack_data/1180243.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _isplaceok ; -- Begin function isplaceok .p2align 2 _isplaceok: ; @isplaceok .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] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #8] ldr x8, [x8, x9, lsl #3] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldrsw x8, [sp, #4] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #4] ldr x9, [sp, #8] subs x8, x8, x9 ldr x9, [sp, #16] ldr x10, [sp, #24] subs x9, x9, x10 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #4] ldr x9, [sp, #8] add x8, x8, x9 ldr x9, [sp, #16] ldr x10, [sp, #24] add x9, x9, x10 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: str wzr, [sp, #44] b LBB0_9 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB0_1 LBB0_8: mov w8, #1 str w8, [sp, #44] b LBB0_9 LBB0_9: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printsolution ; -- Begin function printsolution .p2align 2 _printsolution: ; @printsolution .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 xzr, [sp, #8] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldr x8, [sp, #8] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_11 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 str xzr, [sp] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_9 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #16] ldr x9, [sp, #8] ldr x8, [x8, x9, lsl #3] ldr x9, [sp] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 mov w0, #88 bl _putchar b LBB1_7 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 mov w0, #45 bl _putchar b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=2 mov w0, #32 bl _putchar b LBB1_8 LBB1_8: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp] add x8, x8, #1 str x8, [sp] b LBB1_3 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 mov w0, #10 bl _putchar b LBB1_10 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB1_1 LBB1_11: mov w0, #10 bl _putchar ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _addqueen ; -- Begin function addqueen .p2align 2 _addqueen: ; @addqueen .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, #8] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _printsolution b LBB2_9 LBB2_2: str xzr, [sp] b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB2_8 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 ldr x0, [sp, #16] ldr x1, [sp, #8] ldr x2, [sp] bl _isplaceok subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=1 ldr x8, [sp] ldr x9, [sp, #16] ldr x10, [sp, #8] str x8, [x9, x10, lsl #3] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x8, [sp, #8] add x2, x8, #1 bl _addqueen b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=1 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=1 ldr x8, [sp] add x8, x8, #1 str x8, [sp] b LBB2_3 LBB2_8: b LBB2_9 LBB2_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _nqueens ; -- Begin function nqueens .p2align 2 _nqueens: ; @nqueens .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] lsl x0, x8, #3 bl _malloc str x0, [sp] ldr x0, [sp, #8] ldr x1, [sp] mov x2, #0 bl _addqueen ldr x0, [sp] bl _free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov x8, #13 str x8, [sp, #24] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB4_4 b LBB4_1 LBB4_1: ldur x8, [x29, #-16] ldr x0, [x8, #8] mov x9, sp add x8, sp, #24 str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _sscanf str w0, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: mov w8, #1 stur w8, [x29, #-4] b LBB4_5 LBB4_3: b LBB4_4 LBB4_4: mov x0, #13 bl _nqueens stur wzr, [x29, #-4] b LBB4_5 LBB4_5: 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 "%zu" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _isplaceok ## -- Begin function isplaceok .p2align 4, 0x90 _isplaceok: ## @isplaceok .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) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax cmpq -24(%rbp), %rax jae LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movq -40(%rbp), %rcx movq (%rax,%rcx,8), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movslq -44(%rbp), %rax cmpq -32(%rbp), %rax je LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movslq -44(%rbp), %rax subq -40(%rbp), %rax movq -32(%rbp), %rcx subq -24(%rbp), %rcx cmpq %rcx, %rax je LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movslq -44(%rbp), %rax addq -40(%rbp), %rax movq -32(%rbp), %rcx addq -24(%rbp), %rcx cmpq %rcx, %rax jne LBB0_6 LBB0_5: movl $0, -4(%rbp) jmp LBB0_9 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) jmp LBB0_1 LBB0_8: movl $1, -4(%rbp) LBB0_9: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _printsolution ## -- Begin function printsolution .p2align 4, 0x90 _printsolution: ## @printsolution .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 $0, -24(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movq -24(%rbp), %rax cmpq -8(%rbp), %rax jae LBB1_11 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq $0, -32(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax cmpq -8(%rbp), %rax jae LBB1_9 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rax movq -24(%rbp), %rcx movq (%rax,%rcx,8), %rax cmpq -32(%rbp), %rax jne LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl $88, %edi callq _putchar jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_3 Depth=2 movl $45, %edi callq _putchar LBB1_7: ## in Loop: Header=BB1_3 Depth=2 movl $32, %edi callq _putchar ## %bb.8: ## in Loop: Header=BB1_3 Depth=2 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB1_3 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 movl $10, %edi callq _putchar ## %bb.10: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB1_1 LBB1_11: movl $10, %edi callq _putchar addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _addqueen ## -- Begin function addqueen .p2align 4, 0x90 _addqueen: ## @addqueen .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 -24(%rbp), %rax cmpq -8(%rbp), %rax jb LBB2_2 ## %bb.1: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _printsolution jmp LBB2_9 LBB2_2: movq $0, -32(%rbp) LBB2_3: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq -8(%rbp), %rax jae LBB2_8 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx callq _isplaceok cmpl $0, %eax je LBB2_6 ## %bb.5: ## in Loop: Header=BB2_3 Depth=1 movq -32(%rbp), %rdx movq -16(%rbp), %rax movq -24(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx addq $1, %rdx callq _addqueen LBB2_6: ## in Loop: Header=BB2_3 Depth=1 jmp LBB2_7 LBB2_7: ## in Loop: Header=BB2_3 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB2_3 LBB2_8: jmp LBB2_9 LBB2_9: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _nqueens ## -- Begin function nqueens .p2align 4, 0x90 _nqueens: ## @nqueens .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _addqueen movq -16(%rbp), %rdi callq _free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq $13, -24(%rbp) cmpl $1, -8(%rbp) jle LBB4_4 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str(%rip), %rsi leaq -24(%rbp), %rdx movb $0, %al callq _sscanf movl %eax, -28(%rbp) cmpl $1, -28(%rbp) je LBB4_3 ## %bb.2: movl $1, -4(%rbp) jmp LBB4_5 LBB4_3: jmp LBB4_4 LBB4_4: movl $13, %edi callq _nqueens movl $0, -4(%rbp) LBB4_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%zu" .subsections_via_symbols
the_stack_data/139392.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] sub x8, x29, #8 str x8, [sp, #24] ; 8-byte Folded Spill stur wzr, [x29, #-8] sub x8, x29, #12 str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-12] stur wzr, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF stur x0, [x29, #-24] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload ldur x0, [x29, #-24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] bl _scanf ldur w8, [x29, #-8] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 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_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_2 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_2 LBB0_6: b LBB0_16 LBB0_7: ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_14 b LBB0_8 LBB0_8: b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_13 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 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_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-8] b LBB0_9 LBB0_13: b LBB0_15 LBB0_14: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_15 LBB0_15: b LBB0_16 LBB0_16: ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf 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 "\nPlease enter start number: " l_.str.1: ; @.str.1 .asciz " %d" l_.str.2: ; @.str.2 .asciz "\nPlease enter end number: " l_.str.3: ; @.str.3 .asciz "\nEven numbers in range from %d to %d:" l_.str.4: ; @.str.4 .asciz "\n %d" l_.str.5: ; @.str.5 .asciz "\nStart and End have same value! Please try again!" l_.str.6: ; @.str.6 .asciz "\nThere is %d even numbers printed!" .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 $0, -12(%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 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_7 ## %bb.1: jmp LBB0_2 LBB0_2: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_6 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_5 ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movl -8(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB0_5: ## in Loop: Header=BB0_2 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_2 LBB0_6: jmp LBB0_16 LBB0_7: movl -8(%rbp), %eax cmpl -12(%rbp), %eax jle LBB0_14 ## %bb.8: jmp LBB0_9 LBB0_9: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax cmpl -12(%rbp), %eax jl LBB0_13 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_12 ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB0_12: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %eax addl $-1, %eax movl %eax, -8(%rbp) jmp LBB0_9 LBB0_13: jmp LBB0_15 LBB0_14: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_15: jmp LBB0_16 LBB0_16: movl -16(%rbp), %esi leaq L_.str.6(%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 "\nPlease enter start number: " L_.str.1: ## @.str.1 .asciz " %d" L_.str.2: ## @.str.2 .asciz "\nPlease enter end number: " L_.str.3: ## @.str.3 .asciz "\nEven numbers in range from %d to %d:" L_.str.4: ## @.str.4 .asciz "\n %d" L_.str.5: ## @.str.5 .asciz "\nStart and End have same value! Please try again!" L_.str.6: ## @.str.6 .asciz "\nThere is %d even numbers printed!" .subsections_via_symbols
the_stack_data/247018714.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 w0, #0 stur wzr, [x29, #-4] mov x1, #128 mov w2, #896 bl _shmget str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-4] b LBB0_5 LBB0_2: ldr w0, [sp, #8] mov x1, #0 mov w2, #0 bl _shmat str x0, [sp] ldr x8, [sp] ; kill: def $w8 killed $w8 killed $x8 adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-4] b LBB0_5 LBB0_4: ldr x0, [sp] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk ldr x0, [sp] bl _shmdt stur wzr, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "shmget" l_.str.1: ; @.str.1 .asciz "shmat" l_.str.2: ; @.str.2 .asciz "HOGE" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) xorl %edi, %edi movl $128, %esi movl $896, %edx ## imm = 0x380 callq _shmget movl %eax, -8(%rbp) cmpl $0, -8(%rbp) jge LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi callq _perror movl $1, -4(%rbp) jmp LBB0_5 LBB0_2: movl -8(%rbp), %edi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _shmat movq %rax, -16(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax cmpl $-1, %eax jne LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi callq _perror movl $1, -4(%rbp) jmp LBB0_5 LBB0_4: movq -16(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -16(%rbp), %rdi callq _shmdt movl $0, -4(%rbp) LBB0_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "shmget" L_.str.1: ## @.str.1 .asciz "shmat" L_.str.2: ## @.str.2 .asciz "HOGE" .subsections_via_symbols
the_stack_data/154831937.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _RegionCN779GetPhyParam ; -- Begin function RegionCN779GetPhyParam .p2align 2 _RegionCN779GetPhyParam: ; @RegionCN779GetPhyParam .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur xzr, [x29, #-8] ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #55 cset w8, hi tbnz w8, #0, LBB0_37 ; %bb.1: ldr x11, [sp] ; 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: stur xzr, [x29, #-8] b LBB0_38 LBB0_3: stur xzr, [x29, #-8] b LBB0_38 LBB0_4: stur xzr, [x29, #-8] b LBB0_38 LBB0_5: ldur x8, [x29, #-16] ldrb w8, [x8, #4] add x0, sp, #8 strb w8, [sp, #8] mov w8, #7 strb w8, [sp, #9] strb wzr, [sp, #10] mov w8, #16 strb w8, [sp, #11] adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] add x9, x9, #2304 str x9, [sp, #16] ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] str x8, [sp, #24] bl _RegionCommonGetNextLowerTxDr ; implicit-def: $x8 mov x8, x0 sxtb x8, w8 stur x8, [x29, #-8] b LBB0_38 LBB0_6: stur xzr, [x29, #-8] b LBB0_38 LBB0_7: stur xzr, [x29, #-8] b LBB0_38 LBB0_8: mov x8, #64 stur x8, [x29, #-8] b LBB0_38 LBB0_9: mov x8, #32 stur x8, [x29, #-8] b LBB0_38 LBB0_10: ldur x8, [x29, #-16] ldrsb x9, [x8, #4] adrp x8, _MaxPayloadOfDatarateCN779@PAGE add x8, x8, _MaxPayloadOfDatarateCN779@PAGEOFF ldrb w8, [x8, x9] ; kill: def $x8 killed $w8 stur x8, [x29, #-8] b LBB0_38 LBB0_11: mov x8, #1 stur x8, [x29, #-8] b LBB0_38 LBB0_12: mov x8, #3000 stur x8, [x29, #-8] b LBB0_38 LBB0_13: mov x8, #1000 stur x8, [x29, #-8] b LBB0_38 LBB0_14: mov x8, #2000 stur x8, [x29, #-8] b LBB0_38 LBB0_15: mov x8, #5000 stur x8, [x29, #-8] b LBB0_38 LBB0_16: mov x8, #6000 stur x8, [x29, #-8] b LBB0_38 LBB0_17: mov x8, #16384 stur x8, [x29, #-8] b LBB0_38 LBB0_18: mov x0, #-1000 mov x1, #1000 bl _randr add x8, x0, #2000 stur x8, [x29, #-8] b LBB0_38 LBB0_19: stur xzr, [x29, #-8] b LBB0_38 LBB0_20: mov x8, #26752 movk x8, #11993, lsl #16 stur x8, [x29, #-8] b LBB0_38 LBB0_21: stur xzr, [x29, #-8] b LBB0_38 LBB0_22: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x8, x8, #2304 stur x8, [x29, #-8] b LBB0_38 LBB0_23: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x8, x8, #2316 stur x8, [x29, #-8] b LBB0_38 LBB0_24: mov x8, #16 stur x8, [x29, #-8] b LBB0_38 LBB0_25: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] stur x8, [x29, #-8] b LBB0_38 LBB0_26: stur xzr, [x29, #-8] b LBB0_38 LBB0_27: stur xzr, [x29, #-8] b LBB0_38 LBB0_28: mov w8, #26214 movk w8, #16706, lsl #16 fmov s0, w8 stur s0, [x29, #-8] b LBB0_38 LBB0_29: mov w8, #39322 movk w8, #16393, lsl #16 fmov s0, w8 stur s0, [x29, #-8] b LBB0_38 LBB0_30: mov x8, #9792 movk x8, #11978, lsl #16 stur x8, [x29, #-8] b LBB0_38 LBB0_31: mov w8, #17 sturb w8, [x29, #-8] mov w8, #2 sturb w8, [x29, #-7] sturb wzr, [x29, #-6] b LBB0_38 LBB0_32: mov x8, #3 stur x8, [x29, #-8] b LBB0_38 LBB0_33: mov x8, #9792 movk x8, #11978, lsl #16 stur x8, [x29, #-8] b LBB0_38 LBB0_34: mov x8, #3 stur x8, [x29, #-8] b LBB0_38 LBB0_35: ldur x8, [x29, #-16] ldrsb x9, [x8, #4] adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF ldrb w8, [x8, x9] ; kill: def $x8 killed $w8 stur x8, [x29, #-8] b LBB0_38 LBB0_36: ldur x8, [x29, #-16] ldrsb x0, [x8, #4] adrp x1, _BandwidthsCN779@PAGE add x1, x1, _BandwidthsCN779@PAGEOFF bl _RegionCommonGetBandwidth stur x0, [x29, #-8] b LBB0_38 LBB0_37: b LBB0_38 LBB0_38: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_2-Ltmp0 .long LBB0_3-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_4-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_6-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_7-Ltmp0 .long LBB0_8-Ltmp0 .long LBB0_9-Ltmp0 .long LBB0_10-Ltmp0 .long LBB0_11-Ltmp0 .long LBB0_12-Ltmp0 .long LBB0_13-Ltmp0 .long LBB0_14-Ltmp0 .long LBB0_15-Ltmp0 .long LBB0_16-Ltmp0 .long LBB0_17-Ltmp0 .long LBB0_18-Ltmp0 .long LBB0_19-Ltmp0 .long LBB0_20-Ltmp0 .long LBB0_21-Ltmp0 .long LBB0_22-Ltmp0 .long LBB0_23-Ltmp0 .long LBB0_24-Ltmp0 .long LBB0_25-Ltmp0 .long LBB0_26-Ltmp0 .long LBB0_27-Ltmp0 .long LBB0_28-Ltmp0 .long LBB0_29-Ltmp0 .long LBB0_5-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_30-Ltmp0 .long LBB0_31-Ltmp0 .long LBB0_32-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_33-Ltmp0 .long LBB0_34-Ltmp0 .long LBB0_37-Ltmp0 .long LBB0_35-Ltmp0 .long LBB0_36-Ltmp0 ; -- End function .globl _RegionCN779SetBandTxDone ; -- Begin function RegionCN779SetBandTxDone .p2align 2 _RegionCN779SetBandTxDone: ; @RegionCN779SetBandTxDone .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] adrp x8, _RegionNvmGroup1@PAGE ldr x9, [x8, _RegionNvmGroup1@PAGEOFF] adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldr x10, [sp, #8] ldrb w10, [x10] ; kill: def $x10 killed $w10 mov x11, #24 mul x10, x10, x11 add x8, x8, x10 ldrb w8, [x8, #17] ; kill: def $x8 killed $w8 mov x10, #48 mul x10, x8, x10 ldr x8, [sp, #8] ldr x1, [x8, #16] ldr x8, [sp, #8] ldrb w8, [x8, #1] ldr x11, [sp, #8] ldr x3, [x11, #24] ldr x4, [x11, #32] add x0, x9, x10 and w2, w8, #0x1 bl _RegionCommonSetBandTxDone ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _RegionCN779InitDefaults ; -- Begin function RegionCN779InitDefaults .p2align 2 _RegionCN779InitDefaults: ; @RegionCN779InitDefaults .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] stur x0, [x29, #-64] sub x0, x29, #56 mov w1, #0 mov x2, #48 bl _memset mov w8, #100 sturh w8, [x29, #-56] ldur x8, [x29, #-64] ldr w8, [x8, #16] str w8, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_1 LBB2_1: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_2 LBB2_2: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB2_8 b LBB2_9 LBB2_3: ldur x8, [x29, #-64] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ldur x8, [x29, #-64] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: b LBB2_10 LBB2_6: ldur x8, [x29, #-64] ldr x9, [x8] adrp x8, _RegionNvmGroup1@PAGE str x9, [x8, _RegionNvmGroup1@PAGEOFF] ldur x9, [x29, #-64] ldr x9, [x9, #8] adrp x10, _RegionNvmGroup2@PAGE str x10, [sp, #8] ; 8-byte Folded Spill str x9, [x10, _RegionNvmGroup2@PAGEOFF] ldr x0, [x8, _RegionNvmGroup1@PAGEOFF] sub x1, x29, #56 mov w2, #48 bl _memcpy1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x11, [x8, _RegionNvmGroup2@PAGEOFF] mov x9, #14816 movk x9, #11894, lsl #16 str x9, [sp, #72] str xzr, [sp, #80] mov w9, #80 strb w9, [sp, #88] strb wzr, [sp, #89] ldur q0, [sp, #72] str q0, [x11] ldr x10, [sp, #88] str x10, [x11, #16] ldr x11, [x8, _RegionNvmGroup2@PAGEOFF] mov x10, #18208 movk x10, #11897, lsl #16 str x10, [sp, #48] str xzr, [sp, #56] strb w9, [sp, #64] strb wzr, [sp, #65] ldr q0, [sp, #48] stur q0, [x11, #24] ldr x10, [sp, #64] str x10, [x11, #40] ldr x10, [x8, _RegionNvmGroup2@PAGEOFF] mov x11, #21600 movk x11, #11900, lsl #16 str x11, [sp, #24] str xzr, [sp, #32] strb w9, [sp, #40] strb wzr, [sp, #41] ldur q0, [sp, #24] str q0, [x10, #48] ldr x9, [sp, #40] str x9, [x10, #64] ldr x10, [x8, _RegionNvmGroup2@PAGEOFF] mov w9, #7 strh w9, [x10, #2316] ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x9, #2304 ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x1, x8, #2316 mov w2, #1 bl _RegionCommonChanMaskCopy b LBB2_10 LBB2_7: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] str xzr, [x9, #8] ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] str xzr, [x9, #32] ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] str xzr, [x9, #56] ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x9, #2304 ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x1, x8, #2316 mov w2, #1 bl _RegionCommonChanMaskCopy b LBB2_10 LBB2_8: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldrh w10, [x9, #2316] ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldrh w8, [x9, #2304] orr w8, w8, w10 strh w8, [x9, #2304] b LBB2_10 LBB2_9: b LBB2_10 LBB2_10: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_12 b LBB2_11 LBB2_11: bl ___stack_chk_fail LBB2_12: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .globl _RegionCN779Verify ; -- Begin function RegionCN779Verify .p2align 2 _RegionCN779Verify: ; @RegionCN779Verify .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 w8, [sp, #12] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #14 cset w8, hi tbnz w8, #0, LBB3_8 ; %bb.1: ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI3_0@PAGE add x10, x10, lJTI3_0@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB3_2: ldr x8, [sp, #16] ldr x0, [x8] bl _VerifyRfFreq and w8, w0, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_3: ldr x8, [sp, #16] ldrsb w0, [x8] mov w1, #0 mov w2, #7 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_4: ldr x8, [sp, #16] ldrsb w0, [x8] mov w1, #0 mov w2, #5 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_5: ldr x8, [sp, #16] ldrsb w0, [x8] mov w1, #0 mov w2, #7 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_6: ldr x8, [sp, #16] ldrsb w0, [x8] mov w1, #0 mov w2, #5 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_7: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_8: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_9 LBB3_9: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc .p2align 2 lJTI3_0: .long LBB3_2-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_3-Ltmp1 .long LBB3_4-Ltmp1 .long LBB3_5-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_6-Ltmp1 .long LBB3_6-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_8-Ltmp1 .long LBB3_7-Ltmp1 ; -- End function .p2align 2 ; -- Begin function VerifyRfFreq _VerifyRfFreq: ; @VerifyRfFreq .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x0, [sp] ldr x8, [x8, #64] ldr x0, [sp] blr x8 ands w8, w0, #0x1 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB4_6 LBB4_2: ldr x8, [sp] mov x9, #14816 movk x9, #11894, lsl #16 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ldr x8, [sp] mov x9, #2464 movk x9, #12001, lsl #16 subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB4_5 b LBB4_4 LBB4_4: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB4_6 LBB4_5: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB4_6 LBB4_6: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _RegionCN779ApplyCFList ; -- Begin function RegionCN779ApplyCFList .p2align 2 _RegionCN779ApplyCFList: ; @RegionCN779ApplyCFList .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] mov w8, #80 strb w8, [sp, #48] ldur x8, [x29, #-8] ldrb w8, [x8, #8] subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: b LBB5_14 LBB5_2: ldur x8, [x29, #-8] ldr x8, [x8] ldrb w8, [x8, #15] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: b LBB5_14 LBB5_4: strb wzr, [sp, #14] mov w8, #3 strb w8, [sp, #13] b LBB5_5 LBB5_5: ; =>This Inner Loop Header: Depth=1 ldrb w8, [sp, #13] subs w8, w8, #16 cset w8, ge tbnz w8, #0, LBB5_14 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_5 Depth=1 ldrb w8, [sp, #13] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB5_8 b LBB5_7 LBB5_7: ; in Loop: Header=BB5_5 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8] ldrb w9, [sp, #14] ; kill: def $x9 killed $w9 ldrb w8, [x8, x9] ; kill: def $x8 killed $w8 str x8, [sp, #32] ldur x8, [x29, #-8] ldr x8, [x8] ldrb w9, [sp, #14] add w9, w9, #1 ldrb w8, [x8, w9, sxtw] mov x9, x8 ldr x8, [sp, #32] orr x8, x8, x9, lsl #8 str x8, [sp, #32] ldur x8, [x29, #-8] ldr x8, [x8] ldrb w9, [sp, #14] add w9, w9, #2 ldrb w8, [x8, w9, sxtw] mov x9, x8 ldr x8, [sp, #32] orr x8, x8, x9, lsl #16 str x8, [sp, #32] ldr x8, [sp, #32] mov x9, #100 mul x8, x8, x9 str x8, [sp, #32] str xzr, [sp, #40] b LBB5_9 LBB5_8: ; in Loop: Header=BB5_5 Depth=1 str xzr, [sp, #32] strb wzr, [sp, #48] str xzr, [sp, #40] b LBB5_9 LBB5_9: ; in Loop: Header=BB5_5 Depth=1 ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_11 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_5 Depth=1 add x0, sp, #16 add x8, sp, #32 str x8, [sp, #16] ldrb w8, [sp, #13] strb w8, [sp, #24] bl _RegionCN779ChannelAdd b LBB5_12 LBB5_11: ; in Loop: Header=BB5_5 Depth=1 ldrb w8, [sp, #13] add x0, sp, #15 strb w8, [sp, #15] bl _RegionCN779ChannelsRemove b LBB5_12 LBB5_12: ; in Loop: Header=BB5_5 Depth=1 b LBB5_13 LBB5_13: ; in Loop: Header=BB5_5 Depth=1 ldrb w8, [sp, #14] add w8, w8, #3 strb w8, [sp, #14] ldrb w8, [sp, #13] add w8, w8, #1 strb w8, [sp, #13] b LBB5_5 LBB5_14: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _RegionCN779ChannelAdd ; -- Begin function RegionCN779ChannelAdd .p2align 2 _RegionCN779ChannelAdd: ; @RegionCN779ChannelAdd .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] sturb wzr, [x29, #-17] sturb wzr, [x29, #-18] ldur x8, [x29, #-16] ldrb w8, [x8, #8] sturb w8, [x29, #-19] ldurb w8, [x29, #-19] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: mov w8, #6 stur w8, [x29, #-4] b LBB6_22 LBB6_2: ldurb w8, [x29, #-19] subs w8, w8, #16 cset w8, lt tbnz w8, #0, LBB6_4 b LBB6_3 LBB6_3: mov w8, #3 stur w8, [x29, #-4] b LBB6_22 LBB6_4: ldur x8, [x29, #-16] ldr x8, [x8] ldrb w8, [x8, #16] lsl w8, w8, #4 sxtb w8, w8 asr w8, w8, #4 sxtb w0, w8 mov w1, #0 mov w2, #7 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: mov w8, #1 sturb w8, [x29, #-17] b LBB6_6 LBB6_6: ldur x8, [x29, #-16] ldr x8, [x8] ldrb w8, [x8, #16] sxtb w8, w8 asr w8, w8, #4 sxtb w0, w8 mov w1, #0 mov w2, #7 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB6_8 b LBB6_7 LBB6_7: mov w8, #1 sturb w8, [x29, #-17] b LBB6_8 LBB6_8: ldur x8, [x29, #-16] ldr x8, [x8] ldrb w8, [x8, #16] lsl w8, w8, #4 sxtb w8, w8 asr w8, w8, #4 sxtb w8, w8 ldur x9, [x29, #-16] ldr x9, [x9] ldrb w9, [x9, #16] sxtb w9, w9 asr w9, w9, #4 subs w8, w8, w9, sxtb cset w8, le tbnz w8, #0, LBB6_10 b LBB6_9 LBB6_9: mov w8, #1 sturb w8, [x29, #-17] b LBB6_10 LBB6_10: ldurb w8, [x29, #-18] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB6_14 b LBB6_11 LBB6_11: ldur x8, [x29, #-16] ldr x8, [x8] ldr x0, [x8] bl _VerifyRfFreq ands w8, w0, #0x1 cset w8, ne tbnz w8, #0, LBB6_13 b LBB6_12 LBB6_12: mov w8, #1 sturb w8, [x29, #-18] b LBB6_13 LBB6_13: b LBB6_14 LBB6_14: ldurb w8, [x29, #-17] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_17 b LBB6_15 LBB6_15: ldurb w8, [x29, #-18] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_17 b LBB6_16 LBB6_16: mov w8, #6 stur w8, [x29, #-4] b LBB6_22 LBB6_17: ldurb w8, [x29, #-17] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_19 b LBB6_18 LBB6_18: mov w8, #5 stur w8, [x29, #-4] b LBB6_22 LBB6_19: ldurb w8, [x29, #-18] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_21 b LBB6_20 LBB6_20: mov w8, #4 stur w8, [x29, #-4] b LBB6_22 LBB6_21: adrp x8, _RegionNvmGroup2@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldurb w9, [x29, #-19] ; kill: def $x9 killed $w9 mov x10, #24 str x10, [sp, #8] ; 8-byte Folded Spill mul x9, x9, x10 add x0, x8, x9 ldur x8, [x29, #-16] ldr x1, [x8] mov w2, #24 bl _memcpy1 ldr x11, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldurb w10, [x29, #-19] ; kill: def $x10 killed $w10 mul x10, x10, x11 add x9, x9, x10 strb wzr, [x9, #17] ldurb w10, [x29, #-19] mov w9, #1 lsl w10, w9, w10 ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldrh w8, [x9, #2304] orr w8, w8, w10 strh w8, [x9, #2304] stur wzr, [x29, #-4] b LBB6_22 LBB6_22: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _RegionCN779ChannelsRemove ; -- Begin function RegionCN779ChannelsRemove .p2align 2 _RegionCN779ChannelsRemove: ; @RegionCN779ChannelsRemove .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] ldrb w8, [x8] sturb w8, [x29, #-17] ldurb w8, [x29, #-17] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB7_3 LBB7_2: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldurb w10, [x29, #-17] ; kill: def $x10 killed $w10 mov x11, #24 mul x10, x10, x11 add x10, x9, x10 str xzr, [sp] str xzr, [sp, #8] str xzr, [sp, #16] ldr q0, [sp] str q0, [x10] ldr x9, [sp, #16] str x9, [x10, #16] ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x8, #2304 ldurb w1, [x29, #-17] mov w2, #16 bl _RegionCommonChanDisable and w8, w0, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB7_3 LBB7_3: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _RegionCN779ChanMaskSet ; -- Begin function RegionCN779ChanMaskSet .p2align 2 _RegionCN779ChanMaskSet: ; @RegionCN779ChanMaskSet .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] ldr w8, [x8, #8] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB8_3 b LBB8_4 LBB8_2: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x8, #2304 ldr x8, [sp, #16] ldr x1, [x8] mov w2, #1 bl _RegionCommonChanMaskCopy b LBB8_5 LBB8_3: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x8, #2316 ldr x8, [sp, #16] ldr x1, [x8] mov w2, #1 bl _RegionCommonChanMaskCopy b LBB8_5 LBB8_4: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB8_6 LBB8_5: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB8_6 LBB8_6: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _RegionCN779ComputeRxWindowParameters ; -- Begin function RegionCN779ComputeRxWindowParameters .p2align 2 _RegionCN779ComputeRxWindowParameters: ; @RegionCN779ComputeRxWindowParameters .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill sturb w0, [x29, #-1] sturb w1, [x29, #-2] stur x2, [x29, #-16] stur x3, [x29, #-24] stur xzr, [x29, #-32] ldursb w8, [x29, #-1] subs w8, w8, #7 cset w8, ge tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: ldursb w8, [x29, #-1] str w8, [sp, #36] ; 4-byte Folded Spill b LBB9_3 LBB9_2: mov w8, #7 str w8, [sp, #36] ; 4-byte Folded Spill b LBB9_3 LBB9_3: ldr w8, [sp, #36] ; 4-byte Folded Reload ldur x9, [x29, #-24] strb w8, [x9, #1] ldur x8, [x29, #-24] ldrsb x0, [x8, #1] adrp x1, _BandwidthsCN779@PAGE add x1, x1, _BandwidthsCN779@PAGEOFF bl _RegionCommonGetBandwidth ldur x9, [x29, #-24] mov x8, x0 strb w8, [x9, #2] ldur x8, [x29, #-24] ldrsb w8, [x8, #1] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: ldur x8, [x29, #-24] ldrsb x9, [x8, #1] adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF ldrb w0, [x8, x9] bl _RegionCommonComputeSymbolTimeFsk stur x0, [x29, #-32] b LBB9_6 LBB9_5: ldur x8, [x29, #-24] ldrsb x9, [x8, #1] adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF ldrb w0, [x8, x9] ldur x8, [x29, #-24] ldrsb x9, [x8, #1] adrp x8, _BandwidthsCN779@PAGE add x8, x8, _BandwidthsCN779@PAGEOFF ldr x1, [x8, x9, lsl #3] bl _RegionCommonComputeSymbolTimeLoRa stur x0, [x29, #-32] b LBB9_6 LBB9_6: ldr x8, [sp, #40] ; 8-byte Folded Reload ldur x9, [x29, #-32] str x9, [sp, #24] ; 8-byte Folded Spill ldurb w9, [x29, #-2] str w9, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-16] str x9, [sp, #16] ; 8-byte Folded Spill ldr x8, [x8, #184] blr x8 ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload mov x3, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-24] add x4, x8, #16 ldur x8, [x29, #-24] add x5, x8, #24 bl _RegionCommonComputeRxWindowParameters ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _RegionCN779RxConfig ; -- Begin function RegionCN779RxConfig .p2align 2 _RegionCN779RxConfig: ; @RegionCN779RxConfig .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] ldur x9, [x29, #-16] ldrb w9, [x9, #1] sturb w9, [x29, #-29] sturb wzr, [x29, #-30] ldur x9, [x29, #-16] ldr x9, [x9, #8] str x9, [sp, #24] ldr x8, [x8, #8] blr x8 subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB10_10 LBB10_2: ldur x8, [x29, #-16] ldr w8, [x8, #36] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_6 b LBB10_3 LBB10_3: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldur x10, [x29, #-16] ldrb w10, [x10] mov x11, x10 mov x10, #24 mul x11, x11, x10 ldr x9, [x9, x11] str x9, [sp, #24] ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldur x9, [x29, #-16] ldrb w9, [x9] ; kill: def $x9 killed $w9 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_5 b LBB10_4 LBB10_4: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldur x9, [x29, #-16] ldrb w9, [x9] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] str x8, [sp, #24] b LBB10_5 LBB10_5: b LBB10_6 LBB10_6: ldr x8, [sp, #16] ; 8-byte Folded Reload ldursb x10, [x29, #-29] adrp x9, _DataratesCN779@PAGE add x9, x9, _DataratesCN779@PAGEOFF add x9, x9, x10 ldrb w9, [x9] sturb w9, [x29, #-30] ldr x8, [x8, #24] ldr x0, [sp, #24] blr x8 ldursb w8, [x29, #-29] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB10_8 b LBB10_7 LBB10_7: ldr x8, [sp, #16] ; 8-byte Folded Reload stur wzr, [x29, #-28] ldr x8, [x8, #48] ldur w0, [x29, #-28] ldursb w9, [x29, #-30] mov w10, #1000 mul w10, w9, w10 ; implicit-def: $x9 mov x9, x10 sxtw x2, w9 ldur x9, [x29, #-16] ldr x10, [x9, #16] ldur x9, [x29, #-16] ldrb w9, [x9, #33] mov w12, #1 mov w11, #1 and w9, w9, w11 mov x11, sp strb wzr, [x11] strb w12, [x11, #1] strb wzr, [x11, #2] strb wzr, [x11, #3] strb wzr, [x11, #4] strb w9, [x11, #5] mov x1, #50000 mov w9, #0 mov x3, x9 mov x4, #17797 movk x4, #1, lsl #16 mov w5, #5 ; kill: def $w10 killed $w10 killed $x10 and w6, w10, #0xffff and w7, w9, #0x1 blr x8 b LBB10_9 LBB10_8: ldr x8, [sp, #16] ; 8-byte Folded Reload mov w9, #1 stur w9, [x29, #-28] ldr x8, [x8, #48] ldur w0, [x29, #-28] ldur x9, [x29, #-16] ldrb w9, [x9, #2] mov x1, x9 ldursb x2, [x29, #-30] ldur x9, [x29, #-16] ldr x9, [x9, #16] ldur x10, [x29, #-16] ldrb w10, [x10, #33] mov w12, #1 mov w3, #1 and w10, w10, w3 mov x11, sp strb wzr, [x11] strb wzr, [x11, #1] strb wzr, [x11, #2] strb wzr, [x11, #3] strb w12, [x11, #4] strb w10, [x11, #5] mov x4, #0 mov w5, #8 ; kill: def $w9 killed $w9 killed $x9 and w6, w9, #0xffff mov w9, #0 and w7, w9, #0x1 blr x8 b LBB10_9 LBB10_9: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8, #168] ldur w0, [x29, #-28] ldursb x10, [x29, #-29] adrp x9, _MaxPayloadOfDatarateCN779@PAGE add x9, x9, _MaxPayloadOfDatarateCN779@PAGEOFF ldrb w9, [x9, x10] add w9, w9, #13 and w1, w9, #0xff blr x8 ldurb w8, [x29, #-29] ldur x9, [x29, #-24] strb w8, [x9] mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB10_10 LBB10_10: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _RegionCN779TxConfig ; -- Begin function RegionCN779TxConfig .p2align 2 _RegionCN779TxConfig: ; @RegionCN779TxConfig .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] ldur x8, [x29, #-8] ldrsb x9, [x8, #1] adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-29] ldur x8, [x29, #-8] ldrsb w0, [x8, #2] adrp x8, _RegionNvmGroup1@PAGE ldr x8, [x8, _RegionNvmGroup1@PAGEOFF] adrp x9, _RegionNvmGroup2@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] ldur x10, [x29, #-8] ldrb w10, [x10] ; kill: def $x10 killed $w10 mov x11, #24 str x11, [sp, #40] ; 8-byte Folded Spill mul x10, x10, x11 add x9, x9, x10 ldrb w9, [x9, #17] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 add x8, x8, x9 ldrsb w1, [x8, #2] bl _RegionCommonLimitTxPower sturb w0, [x29, #-30] ldur x8, [x29, #-8] ldrsb x0, [x8, #1] adrp x1, _BandwidthsCN779@PAGE add x1, x1, _BandwidthsCN779@PAGEOFF bl _RegionCommonGetBandwidth stur x0, [x29, #-40] sturb wzr, [x29, #-41] ldursb w0, [x29, #-30] ldur x8, [x29, #-8] ldr s0, [x8, #4] ldur x8, [x29, #-8] ldr s1, [x8, #8] bl _RegionCommonComputeTxPower ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x11, [sp, #40] ; 8-byte Folded Reload sturb w0, [x29, #-41] ldr x8, [x8, #24] ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] ldur x10, [x29, #-8] ldrb w10, [x10] ; kill: def $x10 killed $w10 mul x10, x10, x11 ldr x0, [x9, x10] blr x8 ldur x8, [x29, #-8] ldrsb w8, [x8, #1] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB11_2 b LBB11_1 LBB11_1: ldr x8, [sp, #24] ; 8-byte Folded Reload stur wzr, [x29, #-28] ldr x8, [x8, #56] ldur w0, [x29, #-28] ldursb w1, [x29, #-41] ldur x3, [x29, #-40] ldursb w9, [x29, #-29] mov w10, #1000 mul w10, w9, w10 ; implicit-def: $x9 mov x9, x10 sxtw x4, w9 mov w9, #1 mov x10, sp strb w9, [x10] strb wzr, [x10, #1] strb wzr, [x10, #2] strb wzr, [x10, #3] mov x9, #4000 str x9, [x10, #8] mov x2, #25000 mov w9, #0 mov x5, x9 mov w6, #5 and w7, w9, #0x1 blr x8 b LBB11_3 LBB11_2: ldr x8, [sp, #24] ; 8-byte Folded Reload mov w9, #1 stur w9, [x29, #-28] ldr x8, [x8, #56] ldur w0, [x29, #-28] ldursb w1, [x29, #-41] ldur x3, [x29, #-40] ldursb x4, [x29, #-29] mov w9, #1 mov x10, sp strb w9, [x10] strb wzr, [x10, #1] strb wzr, [x10, #2] strb wzr, [x10, #3] mov x9, #4000 str x9, [x10, #8] mov x2, #0 mov w5, #1 mov w6, #8 mov w9, #0 and w7, w9, #0x1 blr x8 b LBB11_3 LBB11_3: ldur x8, [x29, #-8] ldrsb w0, [x8, #1] ldur x8, [x29, #-8] ldrh w1, [x8, #12] bl _GetTimeOnAir ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x9, [x29, #-24] str x0, [x9] ldr x8, [x8, #168] ldur w0, [x29, #-28] ldur x9, [x29, #-8] ldrh w9, [x9, #12] and w1, w9, #0xff blr x8 ldurb w8, [x29, #-30] ldur x9, [x29, #-16] strb w8, [x9] mov w8, #1 and w0, w8, #0x1 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function GetTimeOnAir _GetTimeOnAir: ; @GetTimeOnAir .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill sturb w0, [x29, #-1] sturh w1, [x29, #-4] ldursb x9, [x29, #-1] adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-5] ldursb x0, [x29, #-1] adrp x1, _BandwidthsCN779@PAGE add x1, x1, _BandwidthsCN779@PAGEOFF bl _RegionCommonGetBandwidth str x0, [sp, #16] str xzr, [sp, #8] ldursb w8, [x29, #-1] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8, #72] ldr x1, [sp, #16] ldursb w9, [x29, #-5] mov w10, #1000 mul w10, w9, w10 ; implicit-def: $x9 mov x9, x10 sxtw x2, w9 ldurh w10, [x29, #-4] mov w0, #0 mov w11, #0 mov x3, x11 mov w4, #5 mov w9, #1 and w5, w11, #0x1 and w6, w10, #0xff and w7, w9, #0x1 blr x8 str x0, [sp, #8] b LBB12_3 LBB12_2: ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8, #72] ldr x1, [sp, #16] ldursb x2, [x29, #-5] ldurh w10, [x29, #-4] mov w0, #1 mov w9, #1 mov x3, x9 mov w4, #8 mov w11, #0 and w5, w11, #0x1 and w6, w10, #0xff and w7, w9, #0x1 blr x8 str x0, [sp, #8] b LBB12_3 LBB12_3: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _RegionCN779LinkAdrReq ; -- Begin function RegionCN779LinkAdrReq .p2align 2 _RegionCN779LinkAdrReq: ; @RegionCN779LinkAdrReq .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 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] stur x4, [x29, #-40] mov w8, #7 sturb w8, [x29, #-41] stur wzr, [x29, #-48] sturh wzr, [x29, #-44] sturb wzr, [x29, #-49] sturb wzr, [x29, #-50] sturh wzr, [x29, #-52] b LBB13_1 LBB13_1: ; =>This Loop Header: Depth=1 ; Child Loop BB13_12 Depth 2 ldurb w8, [x29, #-50] ldur x9, [x29, #-8] ldrb w9, [x9, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB13_26 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] ldurb w9, [x29, #-50] ; kill: def $x9 killed $w9 add x0, x8, x9 sub x1, x29, #48 bl _RegionCommonParseLinkAdrReq sturb w0, [x29, #-49] ldurb w8, [x29, #-49] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_4 b LBB13_3 LBB13_3: b LBB13_26 LBB13_4: ; in Loop: Header=BB13_1 Depth=1 ldurb w9, [x29, #-49] ldurb w8, [x29, #-50] add w8, w8, w9 sturb w8, [x29, #-50] mov w8, #7 sturb w8, [x29, #-41] ldurh w8, [x29, #-44] sturh w8, [x29, #-52] ldurb w8, [x29, #-45] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_7 b LBB13_5 LBB13_5: ; in Loop: Header=BB13_1 Depth=1 ldurh w8, [x29, #-52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_7 b LBB13_6 LBB13_6: ; in Loop: Header=BB13_1 Depth=1 ldurb w8, [x29, #-41] and w8, w8, #0xfe sturb w8, [x29, #-41] b LBB13_25 LBB13_7: ; in Loop: Header=BB13_1 Depth=1 ldurb w8, [x29, #-45] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB13_9 b LBB13_8 LBB13_8: ; in Loop: Header=BB13_1 Depth=1 ldurb w8, [x29, #-45] subs w8, w8, #5 cset w8, le tbnz w8, #0, LBB13_10 b LBB13_9 LBB13_9: ; in Loop: Header=BB13_1 Depth=1 ldurb w8, [x29, #-45] subs w8, w8, #7 cset w8, lt tbnz w8, #0, LBB13_11 b LBB13_10 LBB13_10: ; in Loop: Header=BB13_1 Depth=1 ldurb w8, [x29, #-41] and w8, w8, #0xfe sturb w8, [x29, #-41] b LBB13_24 LBB13_11: ; in Loop: Header=BB13_1 Depth=1 strb wzr, [sp, #31] b LBB13_12 LBB13_12: ; Parent Loop BB13_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldrb w8, [sp, #31] subs w8, w8, #16 cset w8, ge tbnz w8, #0, LBB13_23 b LBB13_13 LBB13_13: ; in Loop: Header=BB13_12 Depth=2 ldurb w8, [x29, #-45] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB13_17 b LBB13_14 LBB13_14: ; in Loop: Header=BB13_12 Depth=2 adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldrb w9, [sp, #31] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_16 b LBB13_15 LBB13_15: ; in Loop: Header=BB13_12 Depth=2 ldrb w9, [sp, #31] mov w8, #1 lsl w9, w8, w9 ldurh w8, [x29, #-52] orr w8, w8, w9 sturh w8, [x29, #-52] b LBB13_16 LBB13_16: ; in Loop: Header=BB13_12 Depth=2 b LBB13_21 LBB13_17: ; in Loop: Header=BB13_12 Depth=2 ldurh w8, [x29, #-52] ldrb w10, [sp, #31] mov w9, #1 lsl w9, w9, w10 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_20 b LBB13_18 LBB13_18: ; in Loop: Header=BB13_12 Depth=2 adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldrb w9, [sp, #31] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB13_20 b LBB13_19 LBB13_19: ; in Loop: Header=BB13_12 Depth=2 ldurb w8, [x29, #-41] and w8, w8, #0xfe sturb w8, [x29, #-41] b LBB13_20 LBB13_20: ; in Loop: Header=BB13_12 Depth=2 b LBB13_21 LBB13_21: ; in Loop: Header=BB13_12 Depth=2 b LBB13_22 LBB13_22: ; in Loop: Header=BB13_12 Depth=2 ldrb w8, [sp, #31] add w8, w8, #1 strb w8, [sp, #31] b LBB13_12 LBB13_23: ; in Loop: Header=BB13_1 Depth=1 b LBB13_24 LBB13_24: ; in Loop: Header=BB13_1 Depth=1 b LBB13_25 LBB13_25: ; in Loop: Header=BB13_1 Depth=1 b LBB13_1 LBB13_26: sub x0, x29, #60 mov w8, #2 stur w8, [x29, #-60] ldur x8, [x29, #-8] ldrb w8, [x8, #17] sturb w8, [x29, #-55] bl _RegionCN779GetPhyParam str x0, [sp, #16] ldr x8, [sp, #16] stur x8, [x29, #-72] ldurb w8, [x29, #-41] add x0, sp, #32 strb w8, [sp, #40] ldur x8, [x29, #-8] ldrb w8, [x8, #18] mov w9, #1 and w8, w8, w9 strb w8, [sp, #41] sub x3, x29, #48 ldurb w8, [x29, #-47] strb w8, [sp, #42] ldurb w8, [x29, #-46] strb w8, [sp, #43] ldurb w8, [x29, #-48] strb w8, [sp, #44] ldur x8, [x29, #-8] ldrb w8, [x8, #19] strb w8, [sp, #45] ldur x8, [x29, #-8] ldrb w8, [x8, #20] strb w8, [sp, #46] ldur x8, [x29, #-8] ldrb w8, [x8, #21] strb w8, [sp, #47] mov w8, #16 strb w8, [sp, #48] sub x8, x29, #52 str x8, [sp, #56] ldur x8, [x29, #-72] ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #64] mov w8, #7 strb w8, [sp, #65] adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] str x8, [sp, #72] mov w8, #5 strb w8, [sp, #80] strb wzr, [sp, #81] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #32] add x1, x3, #1 add x2, x3, #2 bl _RegionCommonLinkAdrReqVerifyParams sturb w0, [x29, #-41] ldurb w8, [x29, #-41] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB13_28 b LBB13_27 LBB13_27: adrp x8, _RegionNvmGroup2@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x8, #2304 mov w1, #0 mov w2, #12 bl _memset1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldurh w8, [x29, #-52] ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] strh w8, [x9, #2304] b LBB13_28 LBB13_28: ldurb w8, [x29, #-47] ldur x9, [x29, #-16] strb w8, [x9] ldurb w8, [x29, #-46] ldur x9, [x29, #-24] strb w8, [x9] ldurb w8, [x29, #-48] ldur x9, [x29, #-32] strb w8, [x9] ldurb w8, [x29, #-50] ldur x9, [x29, #-40] strb w8, [x9] ldurb w0, [x29, #-41] ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .globl _RegionCN779RxParamSetupReq ; -- Begin function RegionCN779RxParamSetupReq .p2align 2 _RegionCN779RxParamSetupReq: ; @RegionCN779RxParamSetupReq .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] mov w8, #7 strb w8, [sp, #7] ldr x8, [sp, #8] ldr x0, [x8, #8] bl _VerifyRfFreq ands w8, w0, #0x1 cset w8, ne tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: ldrb w8, [sp, #7] and w8, w8, #0xfe strb w8, [sp, #7] b LBB14_2 LBB14_2: ldr x8, [sp, #8] ldrsb w0, [x8] mov w1, #0 mov w2, #7 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB14_4 b LBB14_3 LBB14_3: ldrb w8, [sp, #7] mov w9, #253 and w8, w8, w9 strb w8, [sp, #7] b LBB14_4 LBB14_4: ldr x8, [sp, #8] ldrsb w0, [x8, #1] mov w1, #0 mov w2, #5 bl _RegionCommonValueInRange ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB14_6 b LBB14_5 LBB14_5: ldrb w8, [sp, #7] mov w9, #251 and w8, w8, w9 strb w8, [sp, #7] b LBB14_6 LBB14_6: ldrb w0, [sp, #7] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _RegionCN779NewChannelReq ; -- Begin function RegionCN779NewChannelReq .p2align 2 _RegionCN779NewChannelReq: ; @RegionCN779NewChannelReq .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] mov w8, #3 sturb w8, [x29, #-9] ldur x8, [x29, #-8] ldr x8, [x8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB15_4 b LBB15_1 LBB15_1: ldur x8, [x29, #-8] ldrb w8, [x8, #8] add x0, sp, #15 strb w8, [sp, #15] bl _RegionCN779ChannelsRemove ands w8, w0, #0x1 cset w8, ne tbnz w8, #0, LBB15_3 b LBB15_2 LBB15_2: ldurb w8, [x29, #-9] and w8, w8, #0xfc sturb w8, [x29, #-9] b LBB15_3 LBB15_3: b LBB15_12 LBB15_4: ldur x8, [x29, #-8] ldr x8, [x8] add x0, sp, #16 str x8, [sp, #16] ldur x8, [x29, #-8] ldrb w8, [x8, #8] strb w8, [sp, #24] bl _RegionCN779ChannelAdd subs w8, w0, #0 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #6 cset w8, hi tbnz w8, #0, LBB15_10 ; %bb.5: ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI15_0@PAGE add x10, x10, lJTI15_0@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB15_6: b LBB15_11 LBB15_7: ldurb w8, [x29, #-9] and w8, w8, #0xfe sturb w8, [x29, #-9] b LBB15_11 LBB15_8: ldurb w8, [x29, #-9] mov w9, #253 and w8, w8, w9 sturb w8, [x29, #-9] b LBB15_11 LBB15_9: ldurb w8, [x29, #-9] and w8, w8, #0xfc sturb w8, [x29, #-9] b LBB15_11 LBB15_10: ldurb w8, [x29, #-9] and w8, w8, #0xfc sturb w8, [x29, #-9] b LBB15_11 LBB15_11: b LBB15_12 LBB15_12: ldursb w0, [x29, #-9] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI15_0: .long LBB15_6-Ltmp2 .long LBB15_10-Ltmp2 .long LBB15_10-Ltmp2 .long LBB15_10-Ltmp2 .long LBB15_7-Ltmp2 .long LBB15_8-Ltmp2 .long LBB15_9-Ltmp2 ; -- End function .globl _RegionCN779TxParamSetupReq ; -- Begin function RegionCN779TxParamSetupReq .p2align 2 _RegionCN779TxParamSetupReq: ; @RegionCN779TxParamSetupReq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] mov w0, #-1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _RegionCN779DlChannelReq ; -- Begin function RegionCN779DlChannelReq .p2align 2 _RegionCN779DlChannelReq: ; @RegionCN779DlChannelReq .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] mov w8, #3 strb w8, [sp, #7] ldr x8, [sp, #8] ldr x0, [x8, #8] bl _VerifyRfFreq ands w8, w0, #0x1 cset w8, ne tbnz w8, #0, LBB17_2 b LBB17_1 LBB17_1: ldrb w8, [sp, #7] and w8, w8, #0xfe strb w8, [sp, #7] b LBB17_2 LBB17_2: adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldr x9, [sp, #8] ldrb w9, [x9] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB17_4 b LBB17_3 LBB17_3: ldrb w8, [sp, #7] mov w9, #253 and w8, w8, w9 strb w8, [sp, #7] b LBB17_4 LBB17_4: ldrb w8, [sp, #7] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB17_6 b LBB17_5 LBB17_5: ldr x8, [sp, #8] ldr x8, [x8, #8] adrp x9, _RegionNvmGroup2@PAGE ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] ldr x10, [sp, #8] ldrb w10, [x10] ; kill: def $x10 killed $w10 mov x11, #24 mul x10, x10, x11 add x9, x9, x10 str x8, [x9, #8] b LBB17_6 LBB17_6: ldrsb w0, [sp, #7] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _RegionCN779AlternateDr ; -- Begin function RegionCN779AlternateDr .p2align 2 _RegionCN779AlternateDr: ; @RegionCN779AlternateDr .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, #15] str w1, [sp, #8] ldrsb w0, [sp, #15] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _RegionCN779NextChannel ; -- Begin function RegionCN779NextChannel .p2align 2 _RegionCN779NextChannel: ; @RegionCN779NextChannel .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 sub x8, x29, #48 str x8, [sp, #32] ; 8-byte Folded Spill adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-8] str x0, [x8, #16] str x1, [x8, #8] str x2, [x8] stur x3, [x29, #-56] sturb wzr, [x29, #-57] sturb wzr, [x29, #-58] str xzr, [x8, #24] str xzr, [x8, #32] mov w8, #12 str w8, [sp, #44] mov w8, #7 strh w8, [sp, #42] adrp x8, _RegionNvmGroup2@PAGE ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] add x0, x8, #2304 mov w1, #0 mov w2, #1 bl _RegionCommonCountChannels ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB19_2 b LBB19_1 LBB19_1: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldrh w8, [x9, #2304] orr w8, w8, #0x7 strh w8, [x9, #2304] b LBB19_2 LBB19_2: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [x8, #16] ldrb w9, [x9, #17] mov w10, #1 and w9, w9, w10 add x11, sp, #48 str x11, [sp, #16] ; 8-byte Folded Spill strb w9, [sp, #48] ldr x9, [x8, #16] ldrb w9, [x9, #16] strb w9, [sp, #49] adrp x9, _RegionNvmGroup2@PAGE ldr x11, [x9, _RegionNvmGroup2@PAGEOFF] add x11, x11, #2304 str x11, [sp, #56] ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] str x9, [sp, #64] adrp x9, _RegionNvmGroup1@PAGE ldr x9, [x9, _RegionNvmGroup1@PAGEOFF] str x9, [sp, #72] mov w9, #16 strh w9, [sp, #80] add x9, sp, #42 str x9, [sp, #88] ldr x9, [x8, #16] ldr x11, [x9] add x9, sp, #96 str x9, [sp, #24] ; 8-byte Folded Spill str x11, [sp, #96] ldr x11, [x8, #16] ldr x11, [x11, #8] str x11, [sp, #104] ldr x11, [x8, #16] ldrb w11, [x11, #18] and w11, w11, w10 strb w11, [sp, #112] mov w11, #1 strb w11, [sp, #113] ldr x11, [x8, #16] ldur q0, [x11, #24] stur q0, [x9, #24] ldr x9, [x8, #16] ldrb w9, [x9, #40] and w9, w9, w10 strb w9, [sp, #136] ldr x9, [x8, #16] ldrsb w0, [x9, #16] ldr x8, [x8, #16] ldrh w1, [x8, #42] bl _GetTimeOnAir ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload mov x10, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload str x10, [sp, #144] str x9, [sp, #152] ldur x1, [x29, #-56] ldr x5, [x8] sub x2, x29, #24 sub x3, x29, #57 sub x4, x29, #58 bl _RegionCommonIdentifyChannels str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB19_4 b LBB19_3 LBB19_3: ldurb w8, [x29, #-57] subs w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x1, w8 mov x0, #0 bl _randr ldr x9, [sp, #32] ; 8-byte Folded Reload sub x8, x29, #24 add x8, x8, x0 ldrb w8, [x8] ldr x9, [x9, #8] strb w8, [x9] b LBB19_7 LBB19_4: ldr w8, [sp, #44] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB19_6 b LBB19_5 LBB19_5: adrp x8, _RegionNvmGroup2@PAGE ldr x9, [x8, _RegionNvmGroup2@PAGEOFF] ldrh w8, [x9, #2304] orr w8, w8, #0x7 strh w8, [x9, #2304] b LBB19_6 LBB19_6: b LBB19_7 LBB19_7: ldr w8, [sp, #44] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB19_9 b LBB19_8 LBB19_8: bl ___stack_chk_fail LBB19_9: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #224] ; 16-byte Folded Reload add sp, sp, #240 ret .cfi_endproc ; -- End function .globl _RegionCN779SetContinuousWave ; -- Begin function RegionCN779SetContinuousWave .p2align 2 _RegionCN779SetContinuousWave: ; @RegionCN779SetContinuousWave .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, _Radio@GOTPAGE ldr x8, [x8, _Radio@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] ldrsb w0, [x8, #2] adrp x8, _RegionNvmGroup1@PAGE ldr x8, [x8, _RegionNvmGroup1@PAGEOFF] adrp x9, _RegionNvmGroup2@PAGE str x9, [sp] ; 8-byte Folded Spill ldr x9, [x9, _RegionNvmGroup2@PAGEOFF] ldur x10, [x29, #-8] ldrb w10, [x10] ; kill: def $x10 killed $w10 mov x11, #24 str x11, [sp, #8] ; 8-byte Folded Spill mul x10, x10, x11 add x9, x9, x10 ldrb w9, [x9, #17] ; kill: def $x9 killed $w9 mov x10, #48 mul x9, x9, x10 add x8, x8, x9 ldrsb w1, [x8, #2] bl _RegionCommonLimitTxPower ldr x8, [sp] ; 8-byte Folded Reload ldr x10, [sp, #8] ; 8-byte Folded Reload sturb w0, [x29, #-9] sturb wzr, [x29, #-10] ldr x8, [x8, _RegionNvmGroup2@PAGEOFF] ldur x9, [x29, #-8] ldrb w9, [x9] ; kill: def $x9 killed $w9 mul x9, x9, x10 ldr x8, [x8, x9] str x8, [sp, #24] ldursb w0, [x29, #-9] ldur x8, [x29, #-8] ldr s0, [x8, #4] ldur x8, [x29, #-8] ldr s1, [x8, #8] bl _RegionCommonComputeTxPower ldr x8, [sp, #16] ; 8-byte Folded Reload sturb w0, [x29, #-10] ldr x8, [x8, #120] ldr x0, [sp, #24] ldursb w1, [x29, #-10] ldur x9, [x29, #-8] ldrh w2, [x9, #12] blr x8 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _RegionCN779ApplyDrOffset ; -- Begin function RegionCN779ApplyDrOffset .p2align 2 _RegionCN779ApplyDrOffset: ; @RegionCN779ApplyDrOffset .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, #15] strb w1, [sp, #14] strb w2, [sp, #13] ldrsb w8, [sp, #14] ldrsb w9, [sp, #13] subs w8, w8, w9 strb w8, [sp, #12] ldrsb w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB21_2 b LBB21_1 LBB21_1: strb wzr, [sp, #12] b LBB21_2 LBB21_2: ldrb w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _RegionCN779RxBeaconSetup ; -- Begin function RegionCN779RxBeaconSetup .p2align 2 _RegionCN779RxBeaconSetup: ; @RegionCN779RxBeaconSetup .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] add x0, sp, #8 adrp x8, _DataratesCN779@PAGE add x8, x8, _DataratesCN779@PAGEOFF str x8, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8, #16] str x8, [sp, #16] mov w8, #17 strb w8, [sp, #24] mov w8, #3 str w8, [sp, #4] ; 4-byte Folded Spill strb w8, [sp, #25] strb wzr, [sp, #26] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #32] ldur x8, [x29, #-8] ldrh w8, [x8] strh w8, [sp, #40] bl _RegionCommonRxBeaconSetup ldr w8, [sp, #4] ; 4-byte Folded Reload ldur x9, [x29, #-16] strb w8, [x9] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .zerofill __DATA,__bss,_RegionNvmGroup2,8,3 ; @RegionNvmGroup2 .section __TEXT,__const _MaxPayloadOfDatarateCN779: ; @MaxPayloadOfDatarateCN779 .ascii "333s\362\362\362\362" _DataratesCN779: ; @DataratesCN779 .ascii "\f\013\n\t\b\007\0072" .p2align 3 ; @BandwidthsCN779 _BandwidthsCN779: .quad 125000 ; 0x1e848 .quad 125000 ; 0x1e848 .quad 125000 ; 0x1e848 .quad 125000 ; 0x1e848 .quad 125000 ; 0x1e848 .quad 125000 ; 0x1e848 .quad 250000 ; 0x3d090 .quad 0 ; 0x0 .zerofill __DATA,__bss,_RegionNvmGroup1,8,3 ; @RegionNvmGroup1 .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 RegionCN779GetPhyParam LCPI0_0: .long 0x4009999a ## float 2.1500001 LCPI0_1: .long 0x41426666 ## float 12.1499996 .section __TEXT,__text,regular,pure_instructions .globl _RegionCN779GetPhyParam .p2align 4, 0x90 _RegionCN779GetPhyParam: ## @RegionCN779GetPhyParam .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 $0, -8(%rbp) movq -16(%rbp), %rax movl (%rax), %eax decl %eax movl %eax, %ecx movq %rcx, -48(%rbp) ## 8-byte Spill subl $55, %eax ja LBB0_36 ## %bb.38: movq -48(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_1: movq $0, -8(%rbp) jmp LBB0_37 LBB0_2: movq $0, -8(%rbp) jmp LBB0_37 LBB0_3: movq $0, -8(%rbp) jmp LBB0_37 LBB0_4: movq -16(%rbp), %rax movb 4(%rax), %al movb %al, -40(%rbp) movb $7, -39(%rbp) movb $0, -38(%rbp) movb $16, -37(%rbp) movq _RegionNvmGroup2(%rip), %rax addq $2304, %rax ## imm = 0x900 movq %rax, -32(%rbp) movq _RegionNvmGroup2(%rip), %rax movq %rax, -24(%rbp) leaq -40(%rbp), %rdi callq _RegionCommonGetNextLowerTxDr movsbq %al, %rax movq %rax, -8(%rbp) jmp LBB0_37 LBB0_5: movq $0, -8(%rbp) jmp LBB0_37 LBB0_6: movq $0, -8(%rbp) jmp LBB0_37 LBB0_7: movq $64, -8(%rbp) jmp LBB0_37 LBB0_8: movq $32, -8(%rbp) jmp LBB0_37 LBB0_9: movq -16(%rbp), %rax movsbq 4(%rax), %rcx leaq _MaxPayloadOfDatarateCN779(%rip), %rax movzbl (%rax,%rcx), %eax ## kill: def $rax killed $eax movq %rax, -8(%rbp) jmp LBB0_37 LBB0_10: movq $1, -8(%rbp) jmp LBB0_37 LBB0_11: movq $3000, -8(%rbp) ## imm = 0xBB8 jmp LBB0_37 LBB0_12: movq $1000, -8(%rbp) ## imm = 0x3E8 jmp LBB0_37 LBB0_13: movq $2000, -8(%rbp) ## imm = 0x7D0 jmp LBB0_37 LBB0_14: movq $5000, -8(%rbp) ## imm = 0x1388 jmp LBB0_37 LBB0_15: movq $6000, -8(%rbp) ## imm = 0x1770 jmp LBB0_37 LBB0_16: movq $16384, -8(%rbp) ## imm = 0x4000 jmp LBB0_37 LBB0_17: movq $-1000, %rdi ## imm = 0xFC18 movl $1000, %esi ## imm = 0x3E8 callq _randr addq $2000, %rax ## imm = 0x7D0 movq %rax, -8(%rbp) jmp LBB0_37 LBB0_18: movq $0, -8(%rbp) jmp LBB0_37 LBB0_19: movq $786000000, -8(%rbp) ## imm = 0x2ED96880 jmp LBB0_37 LBB0_20: movq $0, -8(%rbp) jmp LBB0_37 LBB0_21: movq _RegionNvmGroup2(%rip), %rax addq $2304, %rax ## imm = 0x900 movq %rax, -8(%rbp) jmp LBB0_37 LBB0_22: movq _RegionNvmGroup2(%rip), %rax addq $2316, %rax ## imm = 0x90C movq %rax, -8(%rbp) jmp LBB0_37 LBB0_23: movq $16, -8(%rbp) jmp LBB0_37 LBB0_24: movq _RegionNvmGroup2(%rip), %rax movq %rax, -8(%rbp) jmp LBB0_37 LBB0_25: movq $0, -8(%rbp) jmp LBB0_37 LBB0_26: movq $0, -8(%rbp) jmp LBB0_37 LBB0_27: movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -8(%rbp) jmp LBB0_37 LBB0_28: movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -8(%rbp) jmp LBB0_37 LBB0_29: movq $785000000, -8(%rbp) ## imm = 0x2ECA2640 jmp LBB0_37 LBB0_30: movb $17, -8(%rbp) movb $2, -7(%rbp) movb $0, -6(%rbp) jmp LBB0_37 LBB0_31: movq $3, -8(%rbp) jmp LBB0_37 LBB0_32: movq $785000000, -8(%rbp) ## imm = 0x2ECA2640 jmp LBB0_37 LBB0_33: movq $3, -8(%rbp) jmp LBB0_37 LBB0_34: movq -16(%rbp), %rax movsbq 4(%rax), %rcx leaq _DataratesCN779(%rip), %rax movzbl (%rax,%rcx), %eax ## kill: def $rax killed $eax movq %rax, -8(%rbp) jmp LBB0_37 LBB0_35: movq -16(%rbp), %rax movsbq 4(%rax), %rdi leaq _BandwidthsCN779(%rip), %rsi callq _RegionCommonGetBandwidth movq %rax, -8(%rbp) jmp LBB0_37 LBB0_36: jmp LBB0_37 LBB0_37: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_1, LBB0_1-LJTI0_0 .set L0_0_set_2, LBB0_2-LJTI0_0 .set L0_0_set_36, LBB0_36-LJTI0_0 .set L0_0_set_3, LBB0_3-LJTI0_0 .set L0_0_set_5, LBB0_5-LJTI0_0 .set L0_0_set_6, LBB0_6-LJTI0_0 .set L0_0_set_7, LBB0_7-LJTI0_0 .set L0_0_set_8, LBB0_8-LJTI0_0 .set L0_0_set_9, LBB0_9-LJTI0_0 .set L0_0_set_10, LBB0_10-LJTI0_0 .set L0_0_set_11, LBB0_11-LJTI0_0 .set L0_0_set_12, LBB0_12-LJTI0_0 .set L0_0_set_13, LBB0_13-LJTI0_0 .set L0_0_set_14, LBB0_14-LJTI0_0 .set L0_0_set_15, LBB0_15-LJTI0_0 .set L0_0_set_16, LBB0_16-LJTI0_0 .set L0_0_set_17, LBB0_17-LJTI0_0 .set L0_0_set_18, LBB0_18-LJTI0_0 .set L0_0_set_19, LBB0_19-LJTI0_0 .set L0_0_set_20, LBB0_20-LJTI0_0 .set L0_0_set_21, LBB0_21-LJTI0_0 .set L0_0_set_22, LBB0_22-LJTI0_0 .set L0_0_set_23, LBB0_23-LJTI0_0 .set L0_0_set_24, LBB0_24-LJTI0_0 .set L0_0_set_25, LBB0_25-LJTI0_0 .set L0_0_set_26, LBB0_26-LJTI0_0 .set L0_0_set_27, LBB0_27-LJTI0_0 .set L0_0_set_28, LBB0_28-LJTI0_0 .set L0_0_set_4, LBB0_4-LJTI0_0 .set L0_0_set_29, LBB0_29-LJTI0_0 .set L0_0_set_30, LBB0_30-LJTI0_0 .set L0_0_set_31, LBB0_31-LJTI0_0 .set L0_0_set_32, LBB0_32-LJTI0_0 .set L0_0_set_33, LBB0_33-LJTI0_0 .set L0_0_set_34, LBB0_34-LJTI0_0 .set L0_0_set_35, LBB0_35-LJTI0_0 LJTI0_0: .long L0_0_set_1 .long L0_0_set_2 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_3 .long L0_0_set_36 .long L0_0_set_5 .long L0_0_set_36 .long L0_0_set_6 .long L0_0_set_7 .long L0_0_set_8 .long L0_0_set_9 .long L0_0_set_10 .long L0_0_set_11 .long L0_0_set_12 .long L0_0_set_13 .long L0_0_set_14 .long L0_0_set_15 .long L0_0_set_16 .long L0_0_set_17 .long L0_0_set_18 .long L0_0_set_19 .long L0_0_set_20 .long L0_0_set_21 .long L0_0_set_22 .long L0_0_set_23 .long L0_0_set_24 .long L0_0_set_25 .long L0_0_set_26 .long L0_0_set_27 .long L0_0_set_28 .long L0_0_set_4 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_29 .long L0_0_set_30 .long L0_0_set_31 .long L0_0_set_36 .long L0_0_set_36 .long L0_0_set_32 .long L0_0_set_33 .long L0_0_set_36 .long L0_0_set_34 .long L0_0_set_35 .end_data_region ## -- End function .globl _RegionCN779SetBandTxDone ## -- Begin function RegionCN779SetBandTxDone .p2align 4, 0x90 _RegionCN779SetBandTxDone: ## @RegionCN779SetBandTxDone .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 _RegionNvmGroup1(%rip), %rdi movq _RegionNvmGroup2(%rip), %rax movq -8(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movzbl 17(%rax), %eax ## kill: def $rax killed $eax imulq $48, %rax, %rax addq %rax, %rdi movq -8(%rbp), %rax movq 16(%rax), %rsi movq -8(%rbp), %rax movb 1(%rax), %dl movq -8(%rbp), %rax movq 24(%rax), %rcx andb $1, %dl movzbl %dl, %edx movzwl 32(%rax), %r8d callq _RegionCommonSetBandTxDone addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779InitDefaults ## -- Begin function RegionCN779InitDefaults .p2align 4, 0x90 _RegionCN779InitDefaults: ## @RegionCN779InitDefaults .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $160, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -72(%rbp) xorps %xmm0, %xmm0 movaps %xmm0, -32(%rbp) movaps %xmm0, -48(%rbp) movaps %xmm0, -64(%rbp) movw $100, -64(%rbp) movq -72(%rbp), %rax movl 16(%rax), %eax movl %eax, -148(%rbp) ## 4-byte Spill testl %eax, %eax je LBB2_1 jmp LBB2_11 LBB2_11: movl -148(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB2_5 jmp LBB2_12 LBB2_12: movl -148(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB2_6 jmp LBB2_7 LBB2_1: movq -72(%rbp), %rax cmpq $0, (%rax) je LBB2_3 ## %bb.2: movq -72(%rbp), %rax cmpq $0, 8(%rax) jne LBB2_4 LBB2_3: jmp LBB2_8 LBB2_4: movq -72(%rbp), %rax movq (%rax), %rax movq %rax, _RegionNvmGroup1(%rip) movq -72(%rbp), %rax movq 8(%rax), %rax movq %rax, _RegionNvmGroup2(%rip) movq _RegionNvmGroup1(%rip), %rdi leaq -64(%rbp), %rsi movl $48, %edx callq _memcpy1 movq _RegionNvmGroup2(%rip), %rax movq $779500000, -96(%rbp) ## imm = 0x2E7639E0 movq $0, -88(%rbp) movb $80, -80(%rbp) movb $0, -79(%rbp) movq -96(%rbp), %rcx movq %rcx, (%rax) movq -88(%rbp), %rcx movq %rcx, 8(%rax) movq -80(%rbp), %rcx movq %rcx, 16(%rax) movq _RegionNvmGroup2(%rip), %rax movq $779700000, -120(%rbp) ## imm = 0x2E794720 movq $0, -112(%rbp) movb $80, -104(%rbp) movb $0, -103(%rbp) movq -120(%rbp), %rcx movq %rcx, 24(%rax) movq -112(%rbp), %rcx movq %rcx, 32(%rax) movq -104(%rbp), %rcx movq %rcx, 40(%rax) movq _RegionNvmGroup2(%rip), %rax movq $779900000, -144(%rbp) ## imm = 0x2E7C5460 movq $0, -136(%rbp) movb $80, -128(%rbp) movb $0, -127(%rbp) movq -144(%rbp), %rcx movq %rcx, 48(%rax) movq -136(%rbp), %rcx movq %rcx, 56(%rax) movq -128(%rbp), %rcx movq %rcx, 64(%rax) movq _RegionNvmGroup2(%rip), %rax movw $7, 2316(%rax) movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 movq _RegionNvmGroup2(%rip), %rsi addq $2316, %rsi ## imm = 0x90C movl $1, %edx callq _RegionCommonChanMaskCopy jmp LBB2_8 LBB2_5: movq _RegionNvmGroup2(%rip), %rax movq $0, 8(%rax) movq _RegionNvmGroup2(%rip), %rax movq $0, 32(%rax) movq _RegionNvmGroup2(%rip), %rax movq $0, 56(%rax) movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 movq _RegionNvmGroup2(%rip), %rsi addq $2316, %rsi ## imm = 0x90C movl $1, %edx callq _RegionCommonChanMaskCopy jmp LBB2_8 LBB2_6: movq _RegionNvmGroup2(%rip), %rax movzwl 2316(%rax), %edx movq _RegionNvmGroup2(%rip), %rax movzwl 2304(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 2304(%rax) jmp LBB2_8 LBB2_7: jmp LBB2_8 LBB2_8: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_10 ## %bb.9: addq $160, %rsp popq %rbp retq LBB2_10: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _RegionCN779Verify ## -- Begin function RegionCN779Verify .p2align 4, 0x90 _RegionCN779Verify: ## @RegionCN779Verify .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 -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -32(%rbp) ## 8-byte Spill subq $14, %rax ja LBB3_7 ## %bb.9: movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI3_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB3_1: movq -16(%rbp), %rax movq (%rax), %rdi callq _VerifyRfFreq andb $1, %al movb %al, -1(%rbp) jmp LBB3_8 LBB3_2: movq -16(%rbp), %rax xorl %esi, %esi movl $7, %edx movsbl (%rax), %edi callq _RegionCommonValueInRange cmpb $0, %al setne %al andb $1, %al movb %al, -1(%rbp) jmp LBB3_8 LBB3_3: movq -16(%rbp), %rax xorl %esi, %esi movl $5, %edx movsbl (%rax), %edi callq _RegionCommonValueInRange cmpb $0, %al setne %al andb $1, %al movb %al, -1(%rbp) jmp LBB3_8 LBB3_4: movq -16(%rbp), %rax xorl %esi, %esi movl $7, %edx movsbl (%rax), %edi callq _RegionCommonValueInRange cmpb $0, %al setne %al andb $1, %al movb %al, -1(%rbp) jmp LBB3_8 LBB3_5: movq -16(%rbp), %rax xorl %esi, %esi movl $5, %edx movsbl (%rax), %edi callq _RegionCommonValueInRange cmpb $0, %al setne %al andb $1, %al movb %al, -1(%rbp) jmp LBB3_8 LBB3_6: movb $1, -1(%rbp) jmp LBB3_8 LBB3_7: movb $0, -1(%rbp) LBB3_8: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax addq $32, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L3_0_set_1, LBB3_1-LJTI3_0 .set L3_0_set_7, LBB3_7-LJTI3_0 .set L3_0_set_2, LBB3_2-LJTI3_0 .set L3_0_set_3, LBB3_3-LJTI3_0 .set L3_0_set_4, LBB3_4-LJTI3_0 .set L3_0_set_5, LBB3_5-LJTI3_0 .set L3_0_set_6, LBB3_6-LJTI3_0 LJTI3_0: .long L3_0_set_1 .long L3_0_set_7 .long L3_0_set_7 .long L3_0_set_7 .long L3_0_set_7 .long L3_0_set_2 .long L3_0_set_3 .long L3_0_set_4 .long L3_0_set_7 .long L3_0_set_5 .long L3_0_set_5 .long L3_0_set_7 .long L3_0_set_7 .long L3_0_set_7 .long L3_0_set_6 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function VerifyRfFreq _VerifyRfFreq: ## @VerifyRfFreq .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 _Radio@GOTPCREL(%rip), %rax movq 64(%rax), %rax movq -16(%rbp), %rdi callq *%rax andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB4_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB4_6 LBB4_2: cmpq $779500000, -16(%rbp) ## imm = 0x2E7639E0 jb LBB4_4 ## %bb.3: cmpq $786500000, -16(%rbp) ## imm = 0x2EE109A0 jbe LBB4_5 LBB4_4: movb $0, -1(%rbp) jmp LBB4_6 LBB4_5: movb $1, -1(%rbp) LBB4_6: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ApplyCFList ## -- Begin function RegionCN779ApplyCFList .p2align 4, 0x90 _RegionCN779ApplyCFList: ## @RegionCN779ApplyCFList .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) movb $80, -16(%rbp) movq -8(%rbp), %rax movzbl 8(%rax), %eax cmpl $16, %eax je LBB5_2 ## %bb.1: jmp LBB5_14 LBB5_2: movq -8(%rbp), %rax movq (%rax), %rax movzbl 15(%rax), %eax cmpl $0, %eax je LBB5_4 ## %bb.3: jmp LBB5_14 LBB5_4: movb $0, -57(%rbp) movb $3, -58(%rbp) LBB5_5: ## =>This Inner Loop Header: Depth=1 movzbl -58(%rbp), %eax cmpl $16, %eax jge LBB5_14 ## %bb.6: ## in Loop: Header=BB5_5 Depth=1 movzbl -58(%rbp), %eax cmpl $8, %eax jge LBB5_8 ## %bb.7: ## in Loop: Header=BB5_5 Depth=1 movq -8(%rbp), %rax movq (%rax), %rax movzbl -57(%rbp), %ecx ## kill: def $rcx killed $ecx movzbl (%rax,%rcx), %eax ## kill: def $rax killed $eax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movzbl -57(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax ## kill: def $rax killed $eax shlq $8, %rax orq -32(%rbp), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movzbl -57(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax ## kill: def $rax killed $eax shlq $16, %rax orq -32(%rbp), %rax movq %rax, -32(%rbp) imulq $100, -32(%rbp), %rax movq %rax, -32(%rbp) movq $0, -24(%rbp) jmp LBB5_9 LBB5_8: ## in Loop: Header=BB5_5 Depth=1 movq $0, -32(%rbp) movb $0, -16(%rbp) movq $0, -24(%rbp) LBB5_9: ## in Loop: Header=BB5_5 Depth=1 cmpq $0, -32(%rbp) je LBB5_11 ## %bb.10: ## in Loop: Header=BB5_5 Depth=1 leaq -32(%rbp), %rax movq %rax, -48(%rbp) movb -58(%rbp), %al movb %al, -40(%rbp) leaq -48(%rbp), %rdi callq _RegionCN779ChannelAdd jmp LBB5_12 LBB5_11: ## in Loop: Header=BB5_5 Depth=1 movb -58(%rbp), %al movb %al, -56(%rbp) leaq -56(%rbp), %rdi callq _RegionCN779ChannelsRemove LBB5_12: ## in Loop: Header=BB5_5 Depth=1 jmp LBB5_13 LBB5_13: ## in Loop: Header=BB5_5 Depth=1 movzbl -57(%rbp), %eax addl $3, %eax ## kill: def $al killed $al killed $eax movb %al, -57(%rbp) movb -58(%rbp), %al addb $1, %al movb %al, -58(%rbp) jmp LBB5_5 LBB5_14: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ChannelAdd ## -- Begin function RegionCN779ChannelAdd .p2align 4, 0x90 _RegionCN779ChannelAdd: ## @RegionCN779ChannelAdd .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) movb $0, -17(%rbp) movb $0, -18(%rbp) movq -16(%rbp), %rax movb 8(%rax), %al movb %al, -19(%rbp) movzbl -19(%rbp), %eax cmpl $3, %eax jge LBB6_2 ## %bb.1: movl $6, -4(%rbp) jmp LBB6_22 LBB6_2: movzbl -19(%rbp), %eax cmpl $16, %eax jl LBB6_4 ## %bb.3: movl $3, -4(%rbp) jmp LBB6_22 LBB6_4: movq -16(%rbp), %rax movq (%rax), %rax movb 16(%rax), %al shlb $4, %al sarb $4, %al xorl %esi, %esi movl $7, %edx movsbl %al, %edi callq _RegionCommonValueInRange movzbl %al, %eax cmpl $0, %eax jne LBB6_6 ## %bb.5: movb $1, -17(%rbp) LBB6_6: movq -16(%rbp), %rax movq (%rax), %rax movb 16(%rax), %al sarb $4, %al xorl %esi, %esi movl $7, %edx movsbl %al, %edi callq _RegionCommonValueInRange movzbl %al, %eax cmpl $0, %eax jne LBB6_8 ## %bb.7: movb $1, -17(%rbp) LBB6_8: movq -16(%rbp), %rax movq (%rax), %rax movb 16(%rax), %al shlb $4, %al sarb $4, %al movsbl %al, %eax movq -16(%rbp), %rcx movq (%rcx), %rcx movb 16(%rcx), %cl sarb $4, %cl movsbl %cl, %ecx cmpl %ecx, %eax jle LBB6_10 ## %bb.9: movb $1, -17(%rbp) LBB6_10: movb -18(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB6_14 ## %bb.11: movq -16(%rbp), %rax movq (%rax), %rax movq (%rax), %rdi callq _VerifyRfFreq andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB6_13 ## %bb.12: movb $1, -18(%rbp) LBB6_13: jmp LBB6_14 LBB6_14: movb -17(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB6_17 ## %bb.15: movb -18(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB6_17 ## %bb.16: movl $6, -4(%rbp) jmp LBB6_22 LBB6_17: movb -17(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB6_19 ## %bb.18: movl $5, -4(%rbp) jmp LBB6_22 LBB6_19: movb -18(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB6_21 ## %bb.20: movl $4, -4(%rbp) jmp LBB6_22 LBB6_21: movq _RegionNvmGroup2(%rip), %rdi movzbl -19(%rbp), %eax ## kill: def $rax killed $eax imulq $24, %rax, %rax addq %rax, %rdi movq -16(%rbp), %rax movq (%rax), %rsi movl $24, %edx callq _memcpy1 movq _RegionNvmGroup2(%rip), %rax movzbl -19(%rbp), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movb $0, 17(%rax) movzbl -19(%rbp), %ecx movl $1, %edx ## kill: def $cl killed $ecx shll %cl, %edx movq _RegionNvmGroup2(%rip), %rax movzwl 2304(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 2304(%rax) movl $0, -4(%rbp) LBB6_22: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ChannelsRemove ## -- Begin function RegionCN779ChannelsRemove .p2align 4, 0x90 _RegionCN779ChannelsRemove: ## @RegionCN779ChannelsRemove .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movb (%rax), %al movb %al, -17(%rbp) movzbl -17(%rbp), %eax cmpl $3, %eax jge LBB7_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB7_3 LBB7_2: movq _RegionNvmGroup2(%rip), %rax movzbl -17(%rbp), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq %rax, -56(%rbp) ## 8-byte Spill leaq -48(%rbp), %rdi xorl %esi, %esi movl $24, %edx callq _memset movq -56(%rbp), %rax ## 8-byte Reload movq -48(%rbp), %rcx movq %rcx, (%rax) movq -40(%rbp), %rcx movq %rcx, 8(%rax) movq -32(%rbp), %rcx movq %rcx, 16(%rax) movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 movl $16, %edx movzbl -17(%rbp), %esi callq _RegionCommonChanDisable andb $1, %al movb %al, -1(%rbp) LBB7_3: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ChanMaskSet ## -- Begin function RegionCN779ChanMaskSet .p2align 4, 0x90 _RegionCN779ChanMaskSet: ## @RegionCN779ChanMaskSet .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill testl %eax, %eax je LBB8_1 jmp LBB8_6 LBB8_6: movl -20(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB8_2 jmp LBB8_3 LBB8_1: movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 movq -16(%rbp), %rax movq (%rax), %rsi movl $1, %edx callq _RegionCommonChanMaskCopy jmp LBB8_4 LBB8_2: movq _RegionNvmGroup2(%rip), %rdi addq $2316, %rdi ## imm = 0x90C movq -16(%rbp), %rax movq (%rax), %rsi movl $1, %edx callq _RegionCommonChanMaskCopy jmp LBB8_4 LBB8_3: movb $0, -1(%rbp) jmp LBB8_5 LBB8_4: movb $1, -1(%rbp) LBB8_5: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ComputeRxWindowParameters ## -- Begin function RegionCN779ComputeRxWindowParameters .p2align 4, 0x90 _RegionCN779ComputeRxWindowParameters: ## @RegionCN779ComputeRxWindowParameters .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 movb %sil, %al movb %dil, %sil movb %sil, -1(%rbp) movb %al, -2(%rbp) movq %rdx, -16(%rbp) movq %rcx, -24(%rbp) movq $0, -32(%rbp) movsbl -1(%rbp), %eax cmpl $7, %eax jge LBB9_2 ## %bb.1: movsbl -1(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill jmp LBB9_3 LBB9_2: movl $7, %eax movl %eax, -36(%rbp) ## 4-byte Spill jmp LBB9_3 LBB9_3: movl -36(%rbp), %eax ## 4-byte Reload movb %al, %cl movq -24(%rbp), %rax movb %cl, 1(%rax) movq -24(%rbp), %rax movsbq 1(%rax), %rdi leaq _BandwidthsCN779(%rip), %rsi callq _RegionCommonGetBandwidth movb %al, %cl movq -24(%rbp), %rax movb %cl, 2(%rax) movq -24(%rbp), %rax movsbl 1(%rax), %eax cmpl $7, %eax jne LBB9_5 ## %bb.4: movq -24(%rbp), %rax movsbq 1(%rax), %rcx leaq _DataratesCN779(%rip), %rax movzbl (%rax,%rcx), %edi callq _RegionCommonComputeSymbolTimeFsk movq %rax, -32(%rbp) jmp LBB9_6 LBB9_5: movq -24(%rbp), %rax movsbq 1(%rax), %rcx leaq _DataratesCN779(%rip), %rax movb (%rax,%rcx), %al movq -24(%rbp), %rcx movsbq 1(%rcx), %rdx leaq _BandwidthsCN779(%rip), %rcx movq (%rcx,%rdx,8), %rsi movzbl %al, %edi callq _RegionCommonComputeSymbolTimeLoRa movq %rax, -32(%rbp) LBB9_6: movq -32(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill movb -2(%rbp), %al movb %al, -37(%rbp) ## 1-byte Spill movq -16(%rbp), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq _Radio@GOTPCREL(%rip), %rax callq *184(%rax) movq -56(%rbp), %rdi ## 8-byte Reload movq -48(%rbp), %rdx ## 8-byte Reload movq %rax, %rcx movb -37(%rbp), %al ## 1-byte Reload movq -24(%rbp), %r8 addq $16, %r8 movq -24(%rbp), %r9 addq $24, %r9 movzbl %al, %esi callq _RegionCommonComputeRxWindowParameters addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779RxConfig ## -- Begin function RegionCN779RxConfig .p2align 4, 0x90 _RegionCN779RxConfig: ## @RegionCN779RxConfig .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %rbx subq $104, %rsp .cfi_offset %rbx, -24 movq %rdi, -24(%rbp) movq %rsi, -32(%rbp) movq -24(%rbp), %rax movb 1(%rax), %al movb %al, -37(%rbp) movb $0, -38(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq _Radio@GOTPCREL(%rip), %rax callq *8(%rax) cmpl $0, %eax je LBB10_2 ## %bb.1: movb $0, -9(%rbp) jmp LBB10_10 LBB10_2: movq -24(%rbp), %rax cmpl $0, 36(%rax) jne LBB10_6 ## %bb.3: movq _RegionNvmGroup2(%rip), %rax movq -24(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rax movq %rax, -48(%rbp) movq _RegionNvmGroup2(%rip), %rax movq -24(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, 8(%rax) je LBB10_5 ## %bb.4: movq _RegionNvmGroup2(%rip), %rax movq -24(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movq %rax, -48(%rbp) LBB10_5: jmp LBB10_6 LBB10_6: movsbq -37(%rbp), %rcx leaq _DataratesCN779(%rip), %rax movb (%rax,%rcx), %al movb %al, -38(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 24(%rax), %rax movq -48(%rbp), %rdi callq *%rax movsbl -37(%rbp), %eax cmpl $7, %eax jne LBB10_8 ## %bb.7: movl $0, -36(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 48(%rax), %rax movl -36(%rbp), %edi movsbl -38(%rbp), %ecx imull $1000, %ecx, %ecx ## imm = 0x3E8 movslq %ecx, %rdx movq -24(%rbp), %rcx movq 16(%rcx), %rcx movw %cx, %r11w movq -24(%rbp), %rcx movb 33(%rcx), %r10b movl $50000, %esi ## imm = 0xC350 xorl %ecx, %ecx movl $83333, %r8d ## imm = 0x14585 movl $5, %r9d andb $1, %r10b movzwl %r11w, %r11d movl %r11d, (%rsp) movl $0, 8(%rsp) movl $0, 16(%rsp) movl $1, 24(%rsp) movl $0, 32(%rsp) movl $0, 40(%rsp) movl $0, 48(%rsp) movzbl %r10b, %r10d movl %r10d, 56(%rsp) callq *%rax jmp LBB10_9 LBB10_8: movl $1, -36(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 48(%rax), %rax movl -36(%rbp), %edi movq -24(%rbp), %rcx movzbl 2(%rcx), %ecx movl %ecx, %esi movsbq -38(%rbp), %rdx movq -24(%rbp), %rcx movq 16(%rcx), %rcx movw %cx, %r11w movq -24(%rbp), %rcx movb 33(%rcx), %r10b movl $1, %ecx xorl %r8d, %r8d ## kill: def $r8 killed $r8d movl $8, %r9d xorl %ebx, %ebx andb $1, %r10b movzwl %r11w, %r11d movl %r11d, (%rsp) movl $0, 8(%rsp) movl $0, 16(%rsp) movl $0, 24(%rsp) movl $0, 32(%rsp) movl $0, 40(%rsp) movl $1, 48(%rsp) movzbl %r10b, %r10d movl %r10d, 56(%rsp) callq *%rax LBB10_9: movq _Radio@GOTPCREL(%rip), %rax movq 168(%rax), %rax movl -36(%rbp), %edi movsbq -37(%rbp), %rdx leaq _MaxPayloadOfDatarateCN779(%rip), %rcx movzbl (%rcx,%rdx), %ecx addl $13, %ecx ## kill: def $cl killed $cl killed $ecx movzbl %cl, %esi callq *%rax movb -37(%rbp), %cl movq -32(%rbp), %rax movb %cl, (%rax) movb $1, -9(%rbp) LBB10_10: movb -9(%rbp), %al andb $1, %al movzbl %al, %eax addq $104, %rsp popq %rbx popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779TxConfig ## -- Begin function RegionCN779TxConfig .p2align 4, 0x90 _RegionCN779TxConfig: ## @RegionCN779TxConfig .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movsbq 1(%rax), %rcx leaq _DataratesCN779(%rip), %rax movb (%rax,%rcx), %al movb %al, -29(%rbp) movq -8(%rbp), %rax movb 2(%rax), %cl movq _RegionNvmGroup1(%rip), %rax movq _RegionNvmGroup2(%rip), %rdx movq -8(%rbp), %rsi movzbl (%rsi), %esi ## kill: def $rsi killed $esi imulq $24, %rsi, %rsi addq %rsi, %rdx movzbl 17(%rdx), %edx ## kill: def $rdx killed $edx imulq $48, %rdx, %rdx addq %rdx, %rax movsbl %cl, %edi movsbl 2(%rax), %esi callq _RegionCommonLimitTxPower movb %al, -30(%rbp) movq -8(%rbp), %rax movsbq 1(%rax), %rdi leaq _BandwidthsCN779(%rip), %rsi callq _RegionCommonGetBandwidth movq %rax, -40(%rbp) movb $0, -41(%rbp) movb -30(%rbp), %al movq -8(%rbp), %rcx movss 4(%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -8(%rbp), %rcx movss 8(%rcx), %xmm1 ## xmm1 = mem[0],zero,zero,zero movsbl %al, %edi callq _RegionCommonComputeTxPower movb %al, -41(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 24(%rax), %rax movq _RegionNvmGroup2(%rip), %rcx movq -8(%rbp), %rdx movzbl (%rdx), %edx ## kill: def $rdx killed $edx imulq $24, %rdx, %rdx addq %rdx, %rcx movq (%rcx), %rdi callq *%rax movq -8(%rbp), %rax movsbl 1(%rax), %eax cmpl $7, %eax jne LBB11_2 ## %bb.1: movl $0, -28(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 56(%rax), %rax movl -28(%rbp), %edi movb -41(%rbp), %sil movq -40(%rbp), %rcx movsbl -29(%rbp), %edx imull $1000, %edx, %edx ## imm = 0x3E8 movslq %edx, %r8 movl $25000, %edx ## imm = 0x61A8 xorl %r9d, %r9d movsbl %sil, %esi movl $5, (%rsp) movl $0, 8(%rsp) movl $1, 16(%rsp) movl $0, 24(%rsp) movl $0, 32(%rsp) movl $0, 40(%rsp) movq $4000, 48(%rsp) ## imm = 0xFA0 callq *%rax jmp LBB11_3 LBB11_2: movl $1, -28(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 56(%rax), %rax movl -28(%rbp), %edi movb -41(%rbp), %sil movq -40(%rbp), %rcx movsbq -29(%rbp), %r8 xorl %edx, %edx ## kill: def $rdx killed $edx movl $1, %r9d xorl %r10d, %r10d movsbl %sil, %esi movl $8, (%rsp) movl $0, 8(%rsp) movl $1, 16(%rsp) movl $0, 24(%rsp) movl $0, 32(%rsp) movl $0, 40(%rsp) movq $4000, 48(%rsp) ## imm = 0xFA0 callq *%rax LBB11_3: movq -8(%rbp), %rax movb 1(%rax), %cl movq -8(%rbp), %rax movsbl %cl, %edi movzwl 12(%rax), %esi callq _GetTimeOnAir movq %rax, %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movq _Radio@GOTPCREL(%rip), %rax movq 168(%rax), %rax movl -28(%rbp), %edi movq -8(%rbp), %rcx movw 12(%rcx), %cx ## kill: def $cl killed $cl killed $cx movzbl %cl, %esi callq *%rax movb -30(%rbp), %cl movq -16(%rbp), %rax movb %cl, (%rax) movb $1, %al andb $1, %al movzbl %al, %eax addq $112, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function GetTimeOnAir _GetTimeOnAir: ## @GetTimeOnAir .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 movw %si, %ax movb %dil, %cl movb %cl, -1(%rbp) movw %ax, -4(%rbp) movsbq -1(%rbp), %rcx leaq _DataratesCN779(%rip), %rax movb (%rax,%rcx), %al movb %al, -5(%rbp) movsbq -1(%rbp), %rdi leaq _BandwidthsCN779(%rip), %rsi callq _RegionCommonGetBandwidth movq %rax, -16(%rbp) movq $0, -24(%rbp) movsbl -1(%rbp), %eax cmpl $7, %eax jne LBB12_2 ## %bb.1: movq _Radio@GOTPCREL(%rip), %rax movq 72(%rax), %rax movq -16(%rbp), %rsi movsbl -5(%rbp), %ecx imull $1000, %ecx, %ecx ## imm = 0x3E8 movslq %ecx, %rdx movw -4(%rbp), %cx movb %cl, %r10b xorl %r9d, %r9d movl $5, %r8d movl %r9d, %edi movl %r9d, %ecx movzbl %r10b, %r10d movl %r10d, (%rsp) movl $1, 8(%rsp) callq *%rax movq %rax, -24(%rbp) jmp LBB12_3 LBB12_2: movq _Radio@GOTPCREL(%rip), %rax movq 72(%rax), %rax movq -16(%rbp), %rsi movsbq -5(%rbp), %rdx movw -4(%rbp), %cx movb %cl, %r10b movl $1, %ecx movl $8, %r8d xorl %r9d, %r9d movl %ecx, %edi movzbl %r10b, %r10d movl %r10d, (%rsp) movl $1, 8(%rsp) callq *%rax movq %rax, -24(%rbp) LBB12_3: movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779LinkAdrReq ## -- Begin function RegionCN779LinkAdrReq .p2align 4, 0x90 _RegionCN779LinkAdrReq: ## @RegionCN779LinkAdrReq .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movb $7, -41(%rbp) leaq -48(%rbp), %rdi xorl %esi, %esi movl $6, %edx callq _memset movb $0, -49(%rbp) movb $0, -50(%rbp) movw $0, -52(%rbp) LBB13_1: ## =>This Loop Header: Depth=1 ## Child Loop BB13_12 Depth 2 movzbl -50(%rbp), %eax movq -8(%rbp), %rcx movzbl 16(%rcx), %ecx cmpl %ecx, %eax jge LBB13_26 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movq -8(%rbp), %rax movq 8(%rax), %rdi movzbl -50(%rbp), %eax ## kill: def $rax killed $eax addq %rax, %rdi leaq -48(%rbp), %rsi callq _RegionCommonParseLinkAdrReq movb %al, -49(%rbp) movzbl -49(%rbp), %eax cmpl $0, %eax jne LBB13_4 ## %bb.3: jmp LBB13_26 LBB13_4: ## in Loop: Header=BB13_1 Depth=1 movzbl -49(%rbp), %ecx movzbl -50(%rbp), %eax addl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -50(%rbp) movb $7, -41(%rbp) movw -44(%rbp), %ax movw %ax, -52(%rbp) movzbl -45(%rbp), %eax cmpl $0, %eax jne LBB13_7 ## %bb.5: ## in Loop: Header=BB13_1 Depth=1 movzwl -52(%rbp), %eax cmpl $0, %eax jne LBB13_7 ## %bb.6: ## in Loop: Header=BB13_1 Depth=1 movzbl -41(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -41(%rbp) jmp LBB13_25 LBB13_7: ## in Loop: Header=BB13_1 Depth=1 movzbl -45(%rbp), %eax cmpl $1, %eax jl LBB13_9 ## %bb.8: ## in Loop: Header=BB13_1 Depth=1 movzbl -45(%rbp), %eax cmpl $5, %eax jle LBB13_10 LBB13_9: ## in Loop: Header=BB13_1 Depth=1 movzbl -45(%rbp), %eax cmpl $7, %eax jl LBB13_11 LBB13_10: ## in Loop: Header=BB13_1 Depth=1 movzbl -41(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -41(%rbp) jmp LBB13_24 LBB13_11: ## in Loop: Header=BB13_1 Depth=1 movb $0, -129(%rbp) LBB13_12: ## Parent Loop BB13_1 Depth=1 ## => This Inner Loop Header: Depth=2 movzbl -129(%rbp), %eax cmpl $16, %eax jge LBB13_23 ## %bb.13: ## in Loop: Header=BB13_12 Depth=2 movzbl -45(%rbp), %eax cmpl $6, %eax jne LBB13_17 ## %bb.14: ## in Loop: Header=BB13_12 Depth=2 movq _RegionNvmGroup2(%rip), %rax movzbl -129(%rbp), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, (%rax) je LBB13_16 ## %bb.15: ## in Loop: Header=BB13_12 Depth=2 movzbl -129(%rbp), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movzwl -52(%rbp), %eax orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -52(%rbp) LBB13_16: ## in Loop: Header=BB13_12 Depth=2 jmp LBB13_21 LBB13_17: ## in Loop: Header=BB13_12 Depth=2 movzwl -52(%rbp), %eax movzbl -129(%rbp), %ecx movl $1, %edx ## kill: def $cl killed $ecx shll %cl, %edx movl %edx, %ecx andl %ecx, %eax cmpl $0, %eax je LBB13_20 ## %bb.18: ## in Loop: Header=BB13_12 Depth=2 movq _RegionNvmGroup2(%rip), %rax movzbl -129(%rbp), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, (%rax) jne LBB13_20 ## %bb.19: ## in Loop: Header=BB13_12 Depth=2 movzbl -41(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -41(%rbp) LBB13_20: ## in Loop: Header=BB13_12 Depth=2 jmp LBB13_21 LBB13_21: ## in Loop: Header=BB13_12 Depth=2 jmp LBB13_22 LBB13_22: ## in Loop: Header=BB13_12 Depth=2 movb -129(%rbp), %al addb $1, %al movb %al, -129(%rbp) jmp LBB13_12 LBB13_23: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_24 LBB13_24: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_25 LBB13_25: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_1 LBB13_26: movl $2, -64(%rbp) movq -8(%rbp), %rax movb 17(%rax), %al movb %al, -59(%rbp) leaq -64(%rbp), %rdi callq _RegionCN779GetPhyParam movq %rax, -144(%rbp) movq -144(%rbp), %rax movq %rax, -72(%rbp) movb -41(%rbp), %al movb %al, -120(%rbp) movq -8(%rbp), %rax movb 18(%rax), %al andb $1, %al movb %al, -119(%rbp) movb -47(%rbp), %al movb %al, -118(%rbp) movb -46(%rbp), %al movb %al, -117(%rbp) movb -48(%rbp), %al movb %al, -116(%rbp) movq -8(%rbp), %rax movb 19(%rax), %al movb %al, -115(%rbp) movq -8(%rbp), %rax movb 20(%rax), %al movb %al, -114(%rbp) movq -8(%rbp), %rax movb 21(%rax), %al movb %al, -113(%rbp) movb $16, -112(%rbp) leaq -52(%rbp), %rax movq %rax, -104(%rbp) movq -72(%rbp), %rax ## kill: def $al killed $al killed $rax movb %al, -96(%rbp) movb $7, -95(%rbp) movq _RegionNvmGroup2(%rip), %rax movq %rax, -88(%rbp) movb $5, -80(%rbp) movb $0, -79(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -128(%rbp) leaq -48(%rbp), %rsi addq $1, %rsi leaq -48(%rbp), %rdx addq $2, %rdx leaq -48(%rbp), %rcx leaq -128(%rbp), %rdi callq _RegionCommonLinkAdrReqVerifyParams movb %al, -41(%rbp) movzbl -41(%rbp), %eax cmpl $7, %eax jne LBB13_28 ## %bb.27: movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 xorl %esi, %esi movl $12, %edx callq _memset1 movw -52(%rbp), %cx movq _RegionNvmGroup2(%rip), %rax movw %cx, 2304(%rax) LBB13_28: movb -47(%rbp), %cl movq -16(%rbp), %rax movb %cl, (%rax) movb -46(%rbp), %cl movq -24(%rbp), %rax movb %cl, (%rax) movb -48(%rbp), %cl movq -32(%rbp), %rax movb %cl, (%rax) movb -50(%rbp), %cl movq -40(%rbp), %rax movb %cl, (%rax) movzbl -41(%rbp), %eax addq $144, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779RxParamSetupReq ## -- Begin function RegionCN779RxParamSetupReq .p2align 4, 0x90 _RegionCN779RxParamSetupReq: ## @RegionCN779RxParamSetupReq .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movb $7, -9(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rdi callq _VerifyRfFreq andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB14_2 ## %bb.1: movzbl -9(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB14_2: movq -8(%rbp), %rax xorl %esi, %esi movl $7, %edx movsbl (%rax), %edi callq _RegionCommonValueInRange movzbl %al, %eax cmpl $0, %eax jne LBB14_4 ## %bb.3: movzbl -9(%rbp), %eax andl $253, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB14_4: movq -8(%rbp), %rax xorl %esi, %esi movl $5, %edx movsbl 1(%rax), %edi callq _RegionCommonValueInRange movzbl %al, %eax cmpl $0, %eax jne LBB14_6 ## %bb.5: movzbl -9(%rbp), %eax andl $251, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB14_6: movzbl -9(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779NewChannelReq ## -- Begin function RegionCN779NewChannelReq .p2align 4, 0x90 _RegionCN779NewChannelReq: ## @RegionCN779NewChannelReq .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) movb $3, -9(%rbp) movq -8(%rbp), %rax movq (%rax), %rax cmpq $0, (%rax) jne LBB15_4 ## %bb.1: movq -8(%rbp), %rax movb 8(%rax), %al movb %al, -40(%rbp) leaq -40(%rbp), %rdi callq _RegionCN779ChannelsRemove andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB15_3 ## %bb.2: movzbl -9(%rbp), %eax andl $252, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB15_3: jmp LBB15_11 LBB15_4: movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movb 8(%rax), %al movb %al, -24(%rbp) leaq -32(%rbp), %rdi callq _RegionCN779ChannelAdd movl %eax, %ecx ## kill: def $rcx killed $ecx movq %rcx, -48(%rbp) ## 8-byte Spill subl $6, %eax ja LBB15_9 ## %bb.12: movq -48(%rbp), %rax ## 8-byte Reload leaq LJTI15_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB15_5: jmp LBB15_10 LBB15_6: movzbl -9(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) jmp LBB15_10 LBB15_7: movzbl -9(%rbp), %eax andl $253, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) jmp LBB15_10 LBB15_8: movzbl -9(%rbp), %eax andl $252, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) jmp LBB15_10 LBB15_9: movzbl -9(%rbp), %eax andl $252, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB15_10: jmp LBB15_11 LBB15_11: movsbl -9(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L15_0_set_5, LBB15_5-LJTI15_0 .set L15_0_set_9, LBB15_9-LJTI15_0 .set L15_0_set_6, LBB15_6-LJTI15_0 .set L15_0_set_7, LBB15_7-LJTI15_0 .set L15_0_set_8, LBB15_8-LJTI15_0 LJTI15_0: .long L15_0_set_5 .long L15_0_set_9 .long L15_0_set_9 .long L15_0_set_9 .long L15_0_set_6 .long L15_0_set_7 .long L15_0_set_8 .end_data_region ## -- End function .globl _RegionCN779TxParamSetupReq ## -- Begin function RegionCN779TxParamSetupReq .p2align 4, 0x90 _RegionCN779TxParamSetupReq: ## @RegionCN779TxParamSetupReq .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) movb $255, %al movsbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779DlChannelReq ## -- Begin function RegionCN779DlChannelReq .p2align 4, 0x90 _RegionCN779DlChannelReq: ## @RegionCN779DlChannelReq .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movb $3, -9(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rdi callq _VerifyRfFreq andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB17_2 ## %bb.1: movzbl -9(%rbp), %eax andl $254, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB17_2: movq _RegionNvmGroup2(%rip), %rax movq -8(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, (%rax) jne LBB17_4 ## %bb.3: movzbl -9(%rbp), %eax andl $253, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) LBB17_4: movzbl -9(%rbp), %eax cmpl $3, %eax jne LBB17_6 ## %bb.5: movq -8(%rbp), %rax movq 8(%rax), %rcx movq _RegionNvmGroup2(%rip), %rax movq -8(%rbp), %rdx movzbl (%rdx), %edx ## kill: def $rdx killed $edx imulq $24, %rdx, %rdx addq %rdx, %rax movq %rcx, 8(%rax) LBB17_6: movsbl -9(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779AlternateDr ## -- Begin function RegionCN779AlternateDr .p2align 4, 0x90 _RegionCN779AlternateDr: ## @RegionCN779AlternateDr .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) movl %esi, -8(%rbp) movsbl -1(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779NextChannel ## -- Begin function RegionCN779NextChannel .p2align 4, 0x90 _RegionCN779NextChannel: ## @RegionCN779NextChannel .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $208, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movq %rsi, -48(%rbp) movq %rdx, -56(%rbp) movq %rcx, -64(%rbp) movb $0, -65(%rbp) movb $0, -66(%rbp) leaq -32(%rbp), %rdi xorl %esi, %esi movl $16, %edx callq _memset movl $12, -188(%rbp) movw $7, -190(%rbp) movq _RegionNvmGroup2(%rip), %rdi addq $2304, %rdi ## imm = 0x900 xorl %esi, %esi movl $1, %edx callq _RegionCommonCountChannels movzbl %al, %eax cmpl $0, %eax jne LBB19_2 ## %bb.1: movq _RegionNvmGroup2(%rip), %rax movzwl 2304(%rax), %ecx orl $7, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 2304(%rax) LBB19_2: movq -40(%rbp), %rax movb 17(%rax), %al andb $1, %al movb %al, -184(%rbp) movq -40(%rbp), %rax movb 16(%rax), %al movb %al, -183(%rbp) movq _RegionNvmGroup2(%rip), %rax addq $2304, %rax ## imm = 0x900 movq %rax, -176(%rbp) movq _RegionNvmGroup2(%rip), %rax movq %rax, -168(%rbp) movq _RegionNvmGroup1(%rip), %rax movq %rax, -160(%rbp) movw $16, -152(%rbp) leaq -190(%rbp), %rax movq %rax, -144(%rbp) movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -136(%rbp) movq -40(%rbp), %rax movq 8(%rax), %rax movq %rax, -128(%rbp) movq -40(%rbp), %rax movb 18(%rax), %al andb $1, %al movb %al, -120(%rbp) movb $1, -119(%rbp) movq -40(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -112(%rbp) movq 32(%rax), %rax movq %rax, -104(%rbp) movq -40(%rbp), %rax movb 40(%rax), %al andb $1, %al movb %al, -96(%rbp) movq -40(%rbp), %rax movb 16(%rax), %cl movq -40(%rbp), %rax movsbl %cl, %edi movzwl 42(%rax), %esi callq _GetTimeOnAir movq %rax, -88(%rbp) leaq -184(%rbp), %rax movq %rax, -80(%rbp) movq -64(%rbp), %rsi leaq -32(%rbp), %rdx movq -56(%rbp), %r9 leaq -136(%rbp), %rdi leaq -65(%rbp), %rcx leaq -66(%rbp), %r8 callq _RegionCommonIdentifyChannels movl %eax, -188(%rbp) cmpl $0, -188(%rbp) jne LBB19_4 ## %bb.3: movzbl -65(%rbp), %eax subl $1, %eax movslq %eax, %rsi xorl %eax, %eax movl %eax, %edi callq _randr movb -32(%rbp,%rax), %cl movq -48(%rbp), %rax movb %cl, (%rax) jmp LBB19_7 LBB19_4: cmpl $12, -188(%rbp) jne LBB19_6 ## %bb.5: movq _RegionNvmGroup2(%rip), %rax movzwl 2304(%rax), %ecx orl $7, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 2304(%rax) LBB19_6: jmp LBB19_7 LBB19_7: movl -188(%rbp), %eax movl %eax, -196(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB19_9 ## %bb.8: movl -196(%rbp), %eax ## 4-byte Reload addq $208, %rsp popq %rbp retq LBB19_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _RegionCN779SetContinuousWave ## -- Begin function RegionCN779SetContinuousWave .p2align 4, 0x90 _RegionCN779SetContinuousWave: ## @RegionCN779SetContinuousWave .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 movb 2(%rax), %cl movq _RegionNvmGroup1(%rip), %rax movq _RegionNvmGroup2(%rip), %rdx movq -8(%rbp), %rsi movzbl (%rsi), %esi ## kill: def $rsi killed $esi imulq $24, %rsi, %rsi addq %rsi, %rdx movzbl 17(%rdx), %edx ## kill: def $rdx killed $edx imulq $48, %rdx, %rdx addq %rdx, %rax movsbl %cl, %edi movsbl 2(%rax), %esi callq _RegionCommonLimitTxPower movb %al, -9(%rbp) movb $0, -10(%rbp) movq _RegionNvmGroup2(%rip), %rax movq -8(%rbp), %rcx movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rax movq %rax, -24(%rbp) movb -9(%rbp), %al movq -8(%rbp), %rcx movss 4(%rcx), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -8(%rbp), %rcx movss 8(%rcx), %xmm1 ## xmm1 = mem[0],zero,zero,zero movsbl %al, %edi callq _RegionCommonComputeTxPower movb %al, -10(%rbp) movq _Radio@GOTPCREL(%rip), %rax movq 120(%rax), %rax movq -24(%rbp), %rdi movb -10(%rbp), %dl movq -8(%rbp), %rcx movsbl %dl, %esi movzwl 12(%rcx), %edx callq *%rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779ApplyDrOffset ## -- Begin function RegionCN779ApplyDrOffset .p2align 4, 0x90 _RegionCN779ApplyDrOffset: ## @RegionCN779ApplyDrOffset .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 movb %sil, %cl movb %dil, %dl movb %dl, -1(%rbp) movb %cl, -2(%rbp) movb %al, -3(%rbp) movsbl -2(%rbp), %eax movsbl -3(%rbp), %ecx subl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -4(%rbp) movsbl -4(%rbp), %eax cmpl $0, %eax jge LBB21_2 ## %bb.1: movb $0, -4(%rbp) LBB21_2: movzbl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _RegionCN779RxBeaconSetup ## -- Begin function RegionCN779RxBeaconSetup .p2align 4, 0x90 _RegionCN779RxBeaconSetup: ## @RegionCN779RxBeaconSetup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq _DataratesCN779(%rip), %rax movq %rax, -56(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movq %rax, -48(%rbp) movb $17, -40(%rbp) movb $3, -39(%rbp) movb $0, -38(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movw (%rax), %ax movw %ax, -24(%rbp) leaq -56(%rbp), %rdi callq _RegionCommonRxBeaconSetup movq -16(%rbp), %rax movb $3, (%rax) addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .zerofill __DATA,__bss,_RegionNvmGroup2,8,3 ## @RegionNvmGroup2 .section __TEXT,__const _MaxPayloadOfDatarateCN779: ## @MaxPayloadOfDatarateCN779 .ascii "333s\362\362\362\362" _DataratesCN779: ## @DataratesCN779 .ascii "\f\013\n\t\b\007\0072" .p2align 4 ## @BandwidthsCN779 _BandwidthsCN779: .quad 125000 ## 0x1e848 .quad 125000 ## 0x1e848 .quad 125000 ## 0x1e848 .quad 125000 ## 0x1e848 .quad 125000 ## 0x1e848 .quad 125000 ## 0x1e848 .quad 250000 ## 0x3d090 .quad 0 ## 0x0 .zerofill __DATA,__bss,_RegionNvmGroup1,8,3 ## @RegionNvmGroup1 .subsections_via_symbols
the_stack_data/73576076.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #1 stur w8, [x29, #-8] stur w8, [x29, #-12] ldur w8, [x29, #-12] str w8, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #100 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 stur w8, [x29, #-8] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_4: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-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 "sum is %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $1, -8(%rbp) movl $1, -12(%rbp) movl -12(%rbp), %eax movl %eax, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $100, -16(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_4: movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "sum is %d\n" .subsections_via_symbols
the_stack_data/234517281.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _TTWAIN_LoadSourceManagerPD ; -- Begin function TTWAIN_LoadSourceManagerPD .p2align 2 _TTWAIN_LoadSourceManagerPD: ; @TTWAIN_LoadSourceManagerPD .cfi_startproc ; %bb.0: mov w0, #0 ret .cfi_endproc ; -- End function .globl _TTWAIN_UnloadSourceManagerPD ; -- Begin function TTWAIN_UnloadSourceManagerPD .p2align 2 _TTWAIN_UnloadSourceManagerPD: ; @TTWAIN_UnloadSourceManagerPD .cfi_startproc ; %bb.0: mov w0, #1 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _TTWAIN_LoadSourceManagerPD ## -- Begin function TTWAIN_LoadSourceManagerPD .p2align 4, 0x90 _TTWAIN_LoadSourceManagerPD: ## @TTWAIN_LoadSourceManagerPD .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 _TTWAIN_UnloadSourceManagerPD ## -- Begin function TTWAIN_UnloadSourceManagerPD .p2align 4, 0x90 _TTWAIN_UnloadSourceManagerPD: ## @TTWAIN_UnloadSourceManagerPD .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $1, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/127156.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, #150 stur w8, [x29, #-4] mov w8, #20 stur w8, [x29, #-8] ldur w9, [x29, #-8] ldur w8, [x29, #-4] eor w9, w8, w9 stur w9, [x29, #-4] ldur w8, [x29, #-8] eor w9, w8, w9 stur w9, [x29, #-8] ldur w8, [x29, #-4] eor w8, w8, w9 stur w8, [x29, #-4] ldur w8, [x29, #-4] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@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 "a%d,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 $16, %rsp movl $150, -4(%rbp) movl $20, -8(%rbp) movl -8(%rbp), %eax xorl -4(%rbp), %eax movl %eax, -4(%rbp) xorl -8(%rbp), %eax movl %eax, -8(%rbp) xorl -4(%rbp), %eax movl %eax, -4(%rbp) movl -4(%rbp), %esi movl -8(%rbp), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "a%d,b%d\n" .subsections_via_symbols
the_stack_data/100610.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _InitialMap ; -- Begin function InitialMap .p2align 2 _InitialMap: ; @InitialMap .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 x8, [sp, #16] subs x8, x8, #0 cset w8, ne 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_6 LBB0_2: str wzr, [sp, #8] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x9, [sp, #16] mov w8, #-1 str w8, [x9] ldr x8, [sp, #16] str wzr, [x8, #4] ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #16] add x8, x8, #16 str x8, [sp, #16] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_3 LBB0_5: stur wzr, [x29, #-4] b LBB0_6 LBB0_6: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _swap ; -- Begin function swap .p2align 2 _swap: ; @swap .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp] ldr w10, [x8] ldr x9, [sp, #8] ldr w8, [x9] eor w8, w8, w10 str w8, [x9] ldr x8, [sp, #8] ldr w10, [x8] ldr x9, [sp] ldr w8, [x9] eor w8, w8, w10 str w8, [x9] ldr x8, [sp] ldr w10, [x8] ldr x9, [sp, #8] ldr w8, [x9] eor w8, w8, w10 str w8, [x9] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _DisplayMap ; -- Begin function DisplayMap .p2align 2 _DisplayMap: ; @DisplayMap .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str wzr, [sp, #16] ; kill: def $x8 killed $xzr str xzr, [sp, #8] str wzr, [sp, #16] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_7 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] add x8, x8, x9, lsl #4 str x8, [sp, #8] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_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 LBB2_3 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB2_6 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_1 LBB2_7: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _CreateRandomMap ; -- Begin function CreateRandomMap .p2align 2 _CreateRandomMap: ; @CreateRandomMap .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, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] stur wzr, [x29, #-32] mov x0, #0 str xzr, [sp, #32] str xzr, [sp, #24] bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_5 Depth 2 ldur w8, [x29, #-32] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_20 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 bl _rand ldur w9, [x29, #-12] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 stur w8, [x29, #-28] bl _rand ldur w9, [x29, #-12] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 stur w8, [x29, #-36] ldur w8, [x29, #-28] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 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 ; kill: def $x8 killed $xzr stur xzr, [x29, #-24] mov x0, #16 bl _malloc stur x0, [x29, #-24] ldur x8, [x29, #-8] ldursw x9, [x29, #-28] lsl x9, x9, #4 ldr w8, [x8, x9] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-36] ldur x9, [x29, #-8] ldursw x10, [x29, #-28] lsl x10, x10, #4 str w8, [x9, x10] ldur x8, [x29, #-8] ldursw x9, [x29, #-28] add x8, x8, x9, lsl #4 ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB3_19 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-36] ldur x9, [x29, #-24] str w8, [x9] ldur x8, [x29, #-24] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldur x8, [x29, #-8] ldursw x9, [x29, #-28] add x8, x8, x9, lsl #4 str x8, [sp, #32] ldr x8, [sp, #32] str x8, [sp, #24] b LBB3_5 LBB3_5: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #32] ldr w8, [x8] ldur x9, [x29, #-24] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=2 ldur x8, [x29, #-24] ldr w9, [x8] ; 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 bl _rand ldur w9, [x29, #-12] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldur x9, [x29, #-24] str w8, [x9] ldur x8, [x29, #-24] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur x8, [x29, #-8] ldursw x9, [x29, #-28] add x8, x8, x9, lsl #4 str x8, [sp, #32] ldr x8, [sp, #32] str x8, [sp, #24] b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] ldr w8, [x8] ldur x9, [x29, #-24] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_10 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #8] ldur x9, [x29, #-24] str x8, [x9, #8] ldur x8, [x29, #-24] ldr x9, [sp, #32] str x8, [x9, #8] ldr x0, [sp, #32] ldur x1, [x29, #-24] bl _swap b LBB3_18 LBB3_10: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] ldr w8, [x8] ldur x9, [x29, #-24] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_13 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #32] ldur x9, [x29, #-24] str x8, [x9, #8] ldur x8, [x29, #-24] ldr x9, [sp, #24] str x8, [x9, #8] b LBB3_18 LBB3_13: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-24] ldr x9, [sp, #32] str x8, [x9, #8] b LBB3_18 LBB3_15: ; in Loop: Header=BB3_5 Depth=2 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_5 Depth=2 b LBB3_17 LBB3_17: ; in Loop: Header=BB3_5 Depth=2 ldr x8, [sp, #32] str x8, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8, #8] str x8, [sp, #32] b LBB3_5 LBB3_18: ; in Loop: Header=BB3_1 Depth=1 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB3_1 LBB3_20: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _InitialUnweightList ; -- Begin function InitialUnweightList .p2align 2 _InitialUnweightList: ; @InitialUnweightList .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str w1, [sp, #12] str w2, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB4_5 LBB4_2: ldrsw x9, [sp, #12] mov x8, #16 mul x0, x8, x9 bl _malloc ldr x8, [sp, #16] str x0, [x8] ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB4_5 LBB4_4: ldr x8, [sp, #16] ldr x0, [x8] ldr w1, [sp, #12] bl _InitialMap stur wzr, [x29, #-4] b LBB4_5 LBB4_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-28] ; 4-byte Folded Spill stur wzr, [x29, #-4] sub x8, x29, #16 str x8, [sp, #24] ; 8-byte Folded Spill ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #24 str x8, [x9] bl _scanf ldr x0, [sp, #24] ; 8-byte Folded Reload ldur w1, [x29, #-20] ldur w2, [x29, #-24] bl _InitialUnweightList ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldur w2, [x29, #-24] bl _CreateRandomMap ldur x0, [x29, #-16] ldur w1, [x29, #-20] bl _DisplayMap ldur w0, [x29, #-28] ; 4-byte Folded Reload ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "[Error] The map is error\n" l_.str.1: ; @.str.1 .asciz "(%d) ->" l_.str.2: ; @.str.2 .asciz "\n" l_.str.3: ; @.str.3 .asciz "Temp Node: %d, NextNode: %d\n" l_.str.4: ; @.str.4 .asciz "Exist %d" l_.str.5: ; @.str.5 .asciz " to %d\n" l_.str.6: ; @.str.6 .asciz "[Error] Already Create a address\n" l_.str.7: ; @.str.7 .asciz "[Error] Create Error\n" l_.str.8: ; @.str.8 .asciz "How many node on the map?" l_.str.9: ; @.str.9 .asciz "%d" l_.str.10: ; @.str.10 .asciz "How many edge on the map?" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _InitialMap ## -- Begin function InitialMap .p2align 4, 0x90 _InitialMap: ## @InitialMap .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) cmpq $0, -16(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB0_6 LBB0_2: movl $0, -24(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq -16(%rbp), %rax movl $-1, (%rax) movq -16(%rbp), %rax movl $0, 4(%rax) movq -16(%rbp), %rax movq $0, 8(%rax) movq -16(%rbp), %rax addq $16, %rax movq %rax, -16(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_5: movl $0, -4(%rbp) LBB0_6: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _swap ## -- Begin function swap .p2align 4, 0x90 _swap: ## @swap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax xorl (%rax), %ecx movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx movq -16(%rbp), %rax xorl (%rax), %ecx movl %ecx, (%rax) movq -16(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax xorl (%rax), %ecx movl %ecx, (%rax) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _DisplayMap ## -- Begin function DisplayMap .p2align 4, 0x90 _DisplayMap: ## @DisplayMap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -16(%rbp) movq $0, -24(%rbp) movl $0, -16(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB2_7 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -24(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -24(%rbp) je LBB2_5 ## %bb.4: ## in Loop: Header=BB2_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 LBB2_3 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.6: ## in Loop: Header=BB2_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB2_1 LBB2_7: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _CreateRandomMap ## -- Begin function CreateRandomMap .p2align 4, 0x90 _CreateRandomMap: ## @CreateRandomMap .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) movl %edx, -16(%rbp) movl $0, -32(%rbp) movq $0, -48(%rbp) movq $0, -56(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_5 Depth 2 movl -32(%rbp), %eax cmpl -16(%rbp), %eax jge LBB3_20 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 callq _rand cltd idivl -12(%rbp) movl %edx, -28(%rbp) callq _rand cltd idivl -12(%rbp) movl %edx, -36(%rbp) movl -28(%rbp), %esi movl -36(%rbp), %edx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq $0, -24(%rbp) movl $16, %edi callq _malloc movq %rax, -24(%rbp) movq -8(%rbp), %rax movslq -28(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax cmpl $-1, (%rax) jne LBB3_4 ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movl -36(%rbp), %ecx movq -8(%rbp), %rax movslq -28(%rbp), %rdx shlq $4, %rdx addq %rdx, %rax movl %ecx, (%rax) movq -8(%rbp), %rax movslq -28(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq $0, 8(%rax) jmp LBB3_19 LBB3_4: ## in Loop: Header=BB3_1 Depth=1 movl -36(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -24(%rbp), %rax movq $0, 8(%rax) movq -8(%rbp), %rax movslq -28(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movq %rax, -56(%rbp) LBB3_5: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jne LBB3_7 ## %bb.6: ## in Loop: Header=BB3_5 Depth=2 movq -24(%rbp), %rax movl (%rax), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf callq _rand cltd idivl -12(%rbp) movq -24(%rbp), %rax movl %edx, (%rax) movq -24(%rbp), %rax movl (%rax), %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movslq -28(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movq %rax, -56(%rbp) LBB3_7: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB3_10 ## %bb.8: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax cmpq -56(%rbp), %rax jne LBB3_10 ## %bb.9: ## in Loop: Header=BB3_1 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) movq -48(%rbp), %rdi movq -24(%rbp), %rsi callq _swap jmp LBB3_18 LBB3_10: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB3_13 ## %bb.11: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax cmpq -56(%rbp), %rax je LBB3_13 ## %bb.12: ## in Loop: Header=BB3_1 Depth=1 movq -48(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) jmp LBB3_18 LBB3_13: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax cmpq $0, 8(%rax) jne LBB3_15 ## %bb.14: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) jmp LBB3_18 LBB3_15: ## in Loop: Header=BB3_5 Depth=2 jmp LBB3_16 LBB3_16: ## in Loop: Header=BB3_5 Depth=2 jmp LBB3_17 LBB3_17: ## in Loop: Header=BB3_5 Depth=2 movq -48(%rbp), %rax movq %rax, -56(%rbp) movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB3_5 LBB3_18: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_19 LBB3_19: ## in Loop: Header=BB3_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB3_1 LBB3_20: xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _InitialUnweightList ## -- Begin function InitialUnweightList .p2align 4, 0x90 _InitialUnweightList: ## @InitialUnweightList .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl %edx, -24(%rbp) movq -16(%rbp), %rax cmpq $0, (%rax) je LBB4_2 ## %bb.1: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB4_5 LBB4_2: movslq -20(%rbp), %rdi shlq $4, %rdi callq _malloc movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax cmpq $0, (%rax) jne LBB4_4 ## %bb.3: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB4_5 LBB4_4: movq -16(%rbp), %rax movq (%rax), %rdi movl -20(%rbp), %esi callq _InitialMap movl $0, -4(%rbp) LBB4_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movq $0, -16(%rbp) leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf movl -20(%rbp), %esi movl -24(%rbp), %edx leaq -16(%rbp), %rdi callq _InitialUnweightList movq -16(%rbp), %rdi movl -20(%rbp), %esi movl -24(%rbp), %edx callq _CreateRandomMap movq -16(%rbp), %rdi movl -20(%rbp), %esi callq _DisplayMap xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "[Error] The map is error\n" L_.str.1: ## @.str.1 .asciz "(%d) ->" L_.str.2: ## @.str.2 .asciz "\n" L_.str.3: ## @.str.3 .asciz "Temp Node: %d, NextNode: %d\n" L_.str.4: ## @.str.4 .asciz "Exist %d" L_.str.5: ## @.str.5 .asciz " to %d\n" L_.str.6: ## @.str.6 .asciz "[Error] Already Create a address\n" L_.str.7: ## @.str.7 .asciz "[Error] Create Error\n" L_.str.8: ## @.str.8 .asciz "How many node on the map?" L_.str.9: ## @.str.9 .asciz "%d" L_.str.10: ## @.str.10 .asciz "How many edge on the map?" .subsections_via_symbols
the_stack_data/148578609.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _partition ; -- Begin function partition .p2align 2 _partition: ; @partition .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_10 Depth 2 ldr w8, [sp, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_17 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, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #20] str w8, [x9, x10, lsl #2] ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 b LBB0_10 LBB0_10: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, le str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_12 LBB0_12: ; in Loop: Header=BB0_10 Depth=2 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_10 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_10 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #16] str w8, [x9, x10, lsl #2] ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB0_16 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_17: ldr w8, [sp, #12] ldr x9, [sp, #24] ldrsw x10, [sp, #20] str w8, [x9, x10, lsl #2] ldr w0, [sp, #20] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _quicksort ; -- Begin function quicksort .p2align 2 _quicksort: ; @quicksort .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur w8, [x29, #-12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: b LBB1_3 LBB1_2: ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [sp, #16] bl _partition str w0, [sp, #12] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w8, [sp, #12] subs w2, w8, #1 bl _quicksort ldur x0, [x29, #-8] ldr w8, [sp, #12] add w1, w8, #1 ldr w2, [sp, #16] bl _quicksort b LBB1_3 LBB1_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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] mov w8, #0 str w8, [sp, #24] ; 4-byte Folded Spill str wzr, [sp, #36] add x0, sp, #40 str x0, [sp, #16] ; 8-byte Folded Spill adrp x1, l___const.main.array@PAGE add x1, x1, l___const.main.array@PAGEOFF mov x2, #64 bl _memcpy ldr x0, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #24] ; 4-byte Folded Reload mov w8, #16 str w8, [sp, #32] ldr w8, [sp, #32] subs w2, w8, #1 bl _quicksort str wzr, [sp, #28] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldrsw x9, [sp, #28] add x8, sp, #40 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf 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: ldr w8, [sp, #36] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: bl ___stack_chk_fail LBB2_6: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.array l___const.main.array: .long 12 ; 0xc .long 3 ; 0x3 .long 15 ; 0xf .long 23 ; 0x17 .long 45 ; 0x2d .long 12 ; 0xc .long 5 ; 0x5 .long 65 ; 0x41 .long 1 ; 0x1 .long 2 ; 0x2 .long 5 ; 0x5 .long 7 ; 0x7 .long 5 ; 0x5 .long 9 ; 0x9 .long 4 ; 0x4 .long 12 ; 0xc .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 _partition ## -- Begin function partition .p2align 4, 0x90 _partition: ## @partition .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -20(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_10 Depth 2 movl -12(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_17 ## %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 movl -12(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -16(%rbp), %ecx movb %al, -21(%rbp) ## 1-byte Spill jge LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -20(%rbp), %eax setge %al movb %al, -21(%rbp) ## 1-byte Spill LBB0_5: ## in Loop: Header=BB0_3 Depth=2 movb -21(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_6 jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_3 Depth=2 movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB0_3 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_9 ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB0_9: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_10 LBB0_10: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -12(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -16(%rbp), %ecx movb %al, -22(%rbp) ## 1-byte Spill jge LBB0_12 ## %bb.11: ## in Loop: Header=BB0_10 Depth=2 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -20(%rbp), %eax setle %al movb %al, -22(%rbp) ## 1-byte Spill LBB0_12: ## in Loop: Header=BB0_10 Depth=2 movb -22(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_13 jmp LBB0_14 LBB0_13: ## in Loop: Header=BB0_10 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_10 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_16 ## %bb.15: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) LBB0_16: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_17: movl -20(%rbp), %edx movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _quicksort ## -- Begin function quicksort .p2align 4, 0x90 _quicksort: ## @quicksort .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax jl LBB1_2 ## %bb.1: jmp LBB1_3 LBB1_2: movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx callq _partition movl %eax, -20(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -20(%rbp), %edx subl $1, %edx callq _quicksort movq -8(%rbp), %rdi movl -20(%rbp), %esi addl $1, %esi movl -16(%rbp), %edx callq _quicksort LBB1_3: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -84(%rbp) leaq -80(%rbp), %rdi leaq l___const.main.array(%rip), %rsi movl $64, %edx callq _memcpy movl $16, -88(%rbp) leaq -80(%rbp), %rdi movl -88(%rbp), %edx subl $1, %edx xorl %esi, %esi callq _quicksort movl $0, -92(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -88(%rbp), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movslq -92(%rbp), %rax movl -80(%rbp,%rax,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB2_1 LBB2_4: movl -84(%rbp), %eax movl %eax, -96(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_6 ## %bb.5: movl -96(%rbp), %eax ## 4-byte Reload addq $96, %rsp popq %rbp retq LBB2_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.array l___const.main.array: .long 12 ## 0xc .long 3 ## 0x3 .long 15 ## 0xf .long 23 ## 0x17 .long 45 ## 0x2d .long 12 ## 0xc .long 5 ## 0x5 .long 65 ## 0x41 .long 1 ## 0x1 .long 2 ## 0x2 .long 5 ## 0x5 .long 7 ## 0x7 .long 5 ## 0x5 .long 9 ## 0x9 .long 4 ## 0x4 .long 12 ## 0xc .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/101598.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _RandomFunc ; -- Begin function RandomFunc .p2align 2 _RandomFunc: ; @RandomFunc .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #24] ldrb w8, [x8] add w8, w8, #219 strb w8, [sp, #15] strb wzr, [sp, #14] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrb w8, [sp, #14] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #15] ldrb w9, [sp, #14] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #15] ldrb w9, [sp, #14] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 add x9, sp, #15 ldrb w8, [sp, #15] ldrb w10, [sp, #14] ; kill: def $x10 killed $w10 ldrb w10, [x9, x10] add w8, w8, w10 ldrb w10, [sp, #14] ; kill: def $x10 killed $w10 strb w8, [x9, x10] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #14] mov x9, x8 add x8, sp, #15 ldrb w8, [x8, x9] and w9, w8, #0x1f ldrb w8, [sp, #15] orr w8, w8, w9, lsl #4 strb w8, [sp, #15] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_8 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #14] mov x9, x8 add x8, sp, #15 ldrb w9, [x8, x9] and w10, w9, #0xf ldrb w9, [sp, #14] ; kill: def $x9 killed $w9 add x9, x8, x9 ldrb w8, [x9] orr w8, w8, w10, lsl #2 strb w8, [x9] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #14] add w8, w8, #1 strb w8, [sp, #14] b LBB0_1 LBB0_9: ldrb w8, [sp, #15] eor w8, w8, #0xc0 ldr x9, [sp, #16] strb w8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] bl _megaInit ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov x9, sp mov x8, #1 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB1_2: b LBB1_3 LBB1_3: str wzr, [sp, #24] b LBB1_4 LBB1_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_4 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #24] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] mov x1, #0 mov w2, #10 bl _strtoul mov x8, x0 strb w8, [sp, #23] ldrb w8, [sp, #23] ldrsw x10, [sp, #24] sub x9, x29, #17 add x9, x9, x10 strb w8, [x9] ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB1_4 LBB1_6: sub x0, x29, #17 sub x1, x29, #18 bl _RandomFunc ldurb w8, [x29, #-18] subs w8, w8, #212 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB1_9 LBB1_8: b LBB1_9 LBB1_9: str wzr, [sp, #16] b LBB1_10 LBB1_10: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_10 Depth=1 ldrsw x9, [sp, #16] sub x8, x29, #18 ldrb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_10 LBB1_12: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _megaInit ; -- Begin function megaInit .p2align 2 _megaInit: ; @megaInit .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Call this program with %i arguments\n" l_.str.1: ; @.str.1 .asciz "You win!\n" l_.str.2: ; @.str.2 .asciz "%u\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _RandomFunc ## -- Begin function RandomFunc .p2align 4, 0x90 _RandomFunc: ## @RandomFunc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax addl $219, %eax ## kill: def $al killed $al killed $eax movb %al, -17(%rbp) movb $0, -18(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movzbl -18(%rbp), %eax cmpl $0, %eax jge LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movzbl -17(%rbp), %eax movzbl -18(%rbp), %ecx cmpl %ecx, %eax jne LBB0_7 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movzbl -17(%rbp), %eax movzbl -18(%rbp), %ecx cmpl %ecx, %eax jge LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movzbl -17(%rbp), %eax movzbl -18(%rbp), %ecx ## kill: def $rcx killed $ecx movzbl -17(%rbp,%rcx), %ecx addl %ecx, %eax movb %al, %cl movzbl -18(%rbp), %eax ## kill: def $rax killed $eax movb %cl, -17(%rbp,%rax) jmp LBB0_6 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movzbl -18(%rbp), %eax ## kill: def $rax killed $eax movzbl -17(%rbp,%rax), %ecx andl $31, %ecx shll $4, %ecx movzbl -17(%rbp), %eax orl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -17(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_8 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movzbl -18(%rbp), %eax ## kill: def $rax killed $eax movzbl -17(%rbp,%rax), %edx andl $15, %edx shll $2, %edx movzbl -18(%rbp), %eax ## kill: def $rax killed $eax movzbl -17(%rbp,%rax), %ecx orl %edx, %ecx ## kill: def $cl killed $cl killed $ecx movb %cl, -17(%rbp,%rax) LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movb -18(%rbp), %al addb $1, %al movb %al, -18(%rbp) jmp LBB0_1 LBB0_9: movzbl -17(%rbp), %eax xorl $192, %eax movb %al, %cl movq -16(%rbp), %rax movb %cl, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) callq _megaInit cmpl $2, -8(%rbp) je LBB1_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %esi callq _printf movl $-1, %edi callq _exit LBB1_2: jmp LBB1_3 LBB1_3: movl $0, -24(%rbp) LBB1_4: ## =>This Inner Loop Header: Depth=1 cmpl $1, -24(%rbp) jge LBB1_6 ## %bb.5: ## in Loop: Header=BB1_4 Depth=1 movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi movl $10, %edx callq _strtoul ## kill: def $al killed $al killed $rax movb %al, -25(%rbp) movb -25(%rbp), %cl movslq -24(%rbp), %rax movb %cl, -17(%rbp,%rax) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_4 LBB1_6: leaq -17(%rbp), %rdi leaq -18(%rbp), %rsi callq _RandomFunc movzbl -18(%rbp), %eax cmpl $212, %eax jne LBB1_8 ## %bb.7: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB1_9 LBB1_8: jmp LBB1_9 LBB1_9: movl $0, -32(%rbp) LBB1_10: ## =>This Inner Loop Header: Depth=1 cmpl $1, -32(%rbp) jge LBB1_12 ## %bb.11: ## in Loop: Header=BB1_10 Depth=1 movslq -32(%rbp), %rax movzbl -18(%rbp,%rax), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB1_10 LBB1_12: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _megaInit ## -- Begin function megaInit .p2align 4, 0x90 _megaInit: ## @megaInit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Call this program with %i arguments\n" L_.str.1: ## @.str.1 .asciz "You win!\n" L_.str.2: ## @.str.2 .asciz "%u\n" .subsections_via_symbols
the_stack_data/92325134.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI0_0: .quad 0x3fb999999999999a ; double 0.10000000000000001 lCPI0_1: .quad 0x7ff8000000000000 ; double NaN .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x8, lCPI0_1@PAGE ldr d0, [x8, lCPI0_1@PAGEOFF] str d0, [sp, #24] ldr d0, [sp, #24] ldr d1, [sp, #24] fcmp d0, d1 cset w9, mi ; 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, #13 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_2: b LBB0_3 LBB0_3: ldr d0, [sp, #24] ldr d1, [sp, #24] fcmp d0, d1 cset w9, gt ; 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, #14 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB0_5: b LBB0_6 LBB0_6: ldr d0, [sp, #24] ldr d1, [sp, #24] fcmp d0, d1 cset w9, ge ; 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, #15 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___assert_rtn LBB0_8: b LBB0_9 LBB0_9: ldr d0, [sp, #24] ldr d1, [sp, #24] fcmp d0, d1 cset w9, ge ; 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, #16 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___assert_rtn LBB0_11: b LBB0_12 LBB0_12: mov w8, #52429 movk w8, #15820, lsl #16 fmov s0, w8 str s0, [sp, #20] adrp x8, lCPI0_0@PAGE ldr d0, [x8, lCPI0_0@PAGEOFF] str d0, [sp, #8] ldr s0, [sp, #20] fcvt d0, s0 ldr d1, [sp, #8] fcmp d0, d1 cset w9, le ; 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, #19 adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl ___assert_rtn LBB0_14: b LBB0_15 LBB0_15: 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___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "100141156.c" l_.str.1: ; @.str.1 .asciz "!(d < d)" l_.str.2: ; @.str.2 .asciz "!(d > d)" l_.str.3: ; @.str.3 .asciz "!(d >= d)" l_.str.4: ; @.str.4 .asciz "f > g" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI0_0: .quad 0x7ff8000000000000 ## double NaN LCPI0_1: .quad 0x3fb999999999999a ## double 0.10000000000000001 .section __TEXT,__literal4,4byte_literals .p2align 2 LCPI0_2: .long 0x3dcccccd ## float 0.100000001 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 seta %al xorb $-1, %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 $13, %edx callq ___assert_rtn LBB0_2: jmp LBB0_3 LBB0_3: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -24(%rbp), %xmm0 seta %al xorb $-1, %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 $14, %edx callq ___assert_rtn LBB0_5: jmp LBB0_6 LBB0_6: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -24(%rbp), %xmm0 setae %al xorb $-1, %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 $15, %edx callq ___assert_rtn LBB0_8: jmp LBB0_9 LBB0_9: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -24(%rbp), %xmm0 setae %al xorb $-1, %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.3(%rip), %rcx movl $16, %edx callq ___assert_rtn LBB0_11: jmp LBB0_12 LBB0_12: movss LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -28(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) movss -28(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 ucomisd -40(%rbp), %xmm0 seta %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.4(%rip), %rcx movl $19, %edx callq ___assert_rtn LBB0_14: jmp LBB0_15 LBB0_15: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "100141156.c" L_.str.1: ## @.str.1 .asciz "!(d < d)" L_.str.2: ## @.str.2 .asciz "!(d > d)" L_.str.3: ## @.str.3 .asciz "!(d >= d)" L_.str.4: ## @.str.4 .asciz "f > g" .subsections_via_symbols
the_stack_data/100141156.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 x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand bl _rand ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf 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 "%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 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand callq _rand cltq movl (%rax), %esi 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 "%d\n" .subsections_via_symbols
the_stack_data/232956530.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pass_char ; -- Begin function pass_char .p2align 2 _pass_char: ; @pass_char .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, #15] ldrsb w0, [sp, #15] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_short ; -- Begin function pass_short .p2align 2 _pass_short: ; @pass_short .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strh w0, [sp, #14] ldrsh w0, [sp, #14] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_int ; -- Begin function pass_int .p2align 2 _pass_int: ; @pass_int .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_long ; -- Begin function pass_long .p2align 2 _pass_long: ; @pass_long .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_longlong ; -- Begin function pass_longlong .p2align 2 _pass_longlong: ; @pass_longlong .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_int128 ; -- Begin function pass_int128 .p2align 2 _pass_int128: ; @pass_int128 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 ; implicit-def: $q0 mov.d v0[0], x0 mov.d v0[1], x1 str q0, [sp] ldr q0, [sp] fmov d1, d0 mov d0, v0[1] fmov x0, d1 fmov x1, d0 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_float ; -- Begin function pass_float .p2align 2 _pass_float: ; @pass_float .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, #12] ldr s0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_double ; -- Begin function pass_double .p2align 2 _pass_double: ; @pass_double .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_longdouble ; -- Begin function pass_longdouble .p2align 2 _pass_longdouble: ; @pass_longdouble .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_complex_char ; -- Begin function pass_complex_char .p2align 2 _pass_complex_char: ; @pass_complex_char .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldrh w8, [sp] strh w8, [sp, #12] ldrb w9, [sp, #12] ldrb w8, [sp, #13] strb w9, [sp, #14] strb w8, [sp, #15] ldrh w0, [sp, #14] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_complex_short ; -- Begin function pass_complex_short .p2align 2 _pass_complex_short: ; @pass_complex_short .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr w8, [sp] str w8, [sp, #8] ldrh w9, [sp, #8] ldrh w8, [sp, #10] strh w9, [sp, #12] strh w8, [sp, #14] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_complex_int ; -- Begin function pass_complex_int .p2align 2 _pass_complex_int: ; @pass_complex_int .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr w9, [sp] ldr w8, [sp, #4] str w9, [sp, #8] str w8, [sp, #12] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_complex_long ; -- Begin function pass_complex_long .p2align 2 _pass_complex_long: ; @pass_complex_long .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp] str x1, [sp, #8] ldr x9, [sp] ldr x8, [sp, #8] str x9, [sp, #16] str x8, [sp, #24] ldr x0, [sp, #16] ldr x1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_complex_longlong ; -- Begin function pass_complex_longlong .p2align 2 _pass_complex_longlong: ; @pass_complex_longlong .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp] str x1, [sp, #8] ldr x9, [sp] ldr x8, [sp, #8] str x9, [sp, #16] str x8, [sp, #24] ldr x0, [sp, #16] ldr x1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_complex_float ; -- Begin function pass_complex_float .p2align 2 _pass_complex_float: ; @pass_complex_float .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp] str s1, [sp, #4] ldr s1, [sp] ldr s0, [sp, #4] str s1, [sp, #8] str s0, [sp, #12] ldr s0, [sp, #8] ldr s1, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_complex_double ; -- Begin function pass_complex_double .p2align 2 _pass_complex_double: ; @pass_complex_double .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp] str d1, [sp, #8] ldr d1, [sp] ldr d0, [sp, #8] str d1, [sp, #16] str d0, [sp, #24] ldr d0, [sp, #16] ldr d1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_complex_longdouble ; -- Begin function pass_complex_longdouble .p2align 2 _pass_complex_longdouble: ; @pass_complex_longdouble .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp] str d1, [sp, #8] ldr d1, [sp] ldr d0, [sp, #8] str d1, [sp, #16] str d0, [sp, #24] ldr d0, [sp, #16] ldr d1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_agg_1byte ; -- Begin function pass_agg_1byte .p2align 2 _pass_agg_1byte: ; @pass_agg_1byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldrb w8, [sp] strb w8, [sp, #14] ldrb w8, [sp, #14] strb w8, [sp, #15] ldrb w0, [sp, #15] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_2byte ; -- Begin function pass_agg_2byte .p2align 2 _pass_agg_2byte: ; @pass_agg_2byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldrh w8, [sp] strh w8, [sp, #12] ldrh w8, [sp, #12] strh w8, [sp, #14] ldrh w0, [sp, #14] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_3byte ; -- Begin function pass_agg_3byte .p2align 2 _pass_agg_3byte: ; @pass_agg_3byte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] ldrh w8, [sp, #16] strh w8, [sp, #24] ldrb w8, [sp, #18] strb w8, [sp, #26] ldrh w8, [sp, #24] strh w8, [sp, #28] ldrb w8, [sp, #26] strb w8, [sp, #30] ldrh w8, [sp, #28] strh w8, [sp, #12] ldrb w8, [sp, #30] strb w8, [sp, #14] ldrh w8, [sp, #12] ldrb w9, [sp, #14] orr w0, w8, w9, lsl #16 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_agg_4byte ; -- Begin function pass_agg_4byte .p2align 2 _pass_agg_4byte: ; @pass_agg_4byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr w8, [sp] str w8, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_5byte ; -- Begin function pass_agg_5byte .p2align 2 _pass_agg_5byte: ; @pass_agg_5byte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #16] ldrb w8, [sp, #12] strb w8, [sp, #20] ldr w8, [sp, #16] str w8, [sp, #24] ldrb w8, [sp, #20] strb w8, [sp, #28] ldr w8, [sp, #24] str w8, [sp] ldrb w8, [sp, #28] strb w8, [sp, #4] ldr w8, [sp] ; kill: def $x8 killed $w8 ldrb w10, [sp, #4] ; implicit-def: $x9 mov x9, x10 orr x0, x8, x9, lsl #32 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_agg_6byte ; -- Begin function pass_agg_6byte .p2align 2 _pass_agg_6byte: ; @pass_agg_6byte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #16] ldrh w8, [sp, #12] strh w8, [sp, #20] ldr w8, [sp, #16] str w8, [sp, #24] ldrh w8, [sp, #20] strh w8, [sp, #28] ldr w8, [sp, #24] str w8, [sp] ldrh w8, [sp, #28] strh w8, [sp, #4] ldr w8, [sp] ; kill: def $x8 killed $w8 ldrh w10, [sp, #4] ; implicit-def: $x9 mov x9, x10 orr x0, x8, x9, lsl #32 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_agg_7byte ; -- Begin function pass_agg_7byte .p2align 2 _pass_agg_7byte: ; @pass_agg_7byte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 add x8, sp, #8 str x0, [sp, #8] ldr w10, [sp, #8] add x9, sp, #16 str w10, [sp, #16] ldur w8, [x8, #3] stur w8, [x9, #3] ldr w10, [sp, #16] add x8, sp, #24 str w10, [sp, #24] ldur w9, [x9, #3] stur w9, [x8, #3] ldr w10, [sp, #24] mov x9, sp str w10, [sp] ldur w8, [x8, #3] stur w8, [x9, #3] ldr w8, [sp] ; kill: def $x8 killed $w8 add x10, x9, #4 ldrh w9, [sp, #4] ; kill: def $x9 killed $w9 ldrb w11, [x10, #2] ; implicit-def: $x10 mov x10, x11 orr x9, x9, x10, lsl #16 orr x0, x8, x9, lsl #32 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pass_agg_8byte ; -- Begin function pass_agg_8byte .p2align 2 _pass_agg_8byte: ; @pass_agg_8byte .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, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp, #16] ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB24_2 b LBB24_1 LBB24_1: bl ___stack_chk_fail LBB24_2: 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 _pass_agg_16byte ; -- Begin function pass_agg_16byte .p2align 2 _pass_agg_16byte: ; @pass_agg_16byte .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 x0, [sp, #16] str x1, [sp, #24] ldr q0, [sp, #16] str q0, [sp, #32] ldr x8, [sp, #32] str x8, [sp] ; 8-byte Folded Spill ldr x8, [sp, #40] 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, LBB25_2 b LBB25_1 LBB25_1: bl ___stack_chk_fail LBB25_2: ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp] ; 8-byte Folded Reload ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _pass_agg_float ; -- Begin function pass_agg_float .p2align 2 _pass_agg_float: ; @pass_agg_float .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #12] ldr s0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_double ; -- Begin function pass_agg_double .p2align 2 _pass_agg_double: ; @pass_agg_double .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp] ldr x8, [sp] str x8, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_longdouble ; -- Begin function pass_agg_longdouble .p2align 2 _pass_agg_longdouble: ; @pass_agg_longdouble .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp] ldr x8, [sp] str x8, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_float_a8 ; -- Begin function pass_agg_float_a8 .p2align 2 _pass_agg_float_a8: ; @pass_agg_float_a8 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] str x8, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_float_a16 ; -- Begin function pass_agg_float_a16 .p2align 2 _pass_agg_float_a16: ; @pass_agg_float_a16 .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 ; implicit-def: $q0 mov.d v0[0], x0 mov.d v0[1], x1 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str q0, [sp, #16] ldr q0, [sp, #16] str q0, [sp, #32] ldr q0, [sp, #32] str q0, [sp] ; 16-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, LBB30_2 b LBB30_1 LBB30_1: bl ___stack_chk_fail LBB30_2: ldr q0, [sp] ; 16-byte Folded Reload fmov d1, d0 mov d0, v0[1] fmov x0, d1 fmov x1, d0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _pass_agg_nofloat1 ; -- Begin function pass_agg_nofloat1 .p2align 2 _pass_agg_nofloat1: ; @pass_agg_nofloat1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp] str s1, [sp, #4] ldr x8, [sp] str x8, [sp, #8] ldr s0, [sp, #8] ldr s1, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_nofloat2 ; -- Begin function pass_agg_nofloat2 .p2align 2 _pass_agg_nofloat2: ; @pass_agg_nofloat2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] str x8, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pass_agg_nofloat3 ; -- Begin function pass_agg_nofloat3 .p2align 2 _pass_agg_nofloat3: ; @pass_agg_nofloat3 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr w8, [sp] str w8, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_int ; -- Begin function va_int .p2align 2 _va_int: ; @va_int .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr w8, [x9] add x9, x9, #8 str x9, [sp, #8] str w8, [sp, #4] ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_long ; -- Begin function va_long .p2align 2 _va_long: ; @va_long .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #8] str x8, [sp] ldr x0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_longlong ; -- Begin function va_longlong .p2align 2 _va_longlong: ; @va_longlong .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #8] str x8, [sp] ldr x0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_double ; -- Begin function va_double .p2align 2 _va_double: ; @va_double .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #8] str x8, [sp] ldr d0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_longdouble ; -- Begin function va_longdouble .p2align 2 _va_longdouble: ; @va_longdouble .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #8] str x8, [sp] ldr d0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_complex_char ; -- Begin function va_complex_char .p2align 2 _va_complex_char: ; @va_complex_char .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldrb w9, [x8] ldrb w8, [x8, #1] strb w9, [sp, #14] strb w8, [sp, #15] ldrh w0, [sp, #14] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_1byte ; -- Begin function va_agg_1byte .p2align 2 _va_agg_1byte: ; @va_agg_1byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldrb w8, [x8] strb w8, [sp, #15] ldrb w0, [sp, #15] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_2byte ; -- Begin function va_agg_2byte .p2align 2 _va_agg_2byte: ; @va_agg_2byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldrh w8, [x8] strh w8, [sp, #14] ldrh w0, [sp, #14] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_3byte ; -- Begin function va_agg_3byte .p2align 2 _va_agg_3byte: ; @va_agg_3byte .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] ldr x8, [sp, #16] add x9, x8, #8 str x9, [sp, #16] ldrh w9, [x8] strh w9, [sp, #28] ldrb w8, [x8, #2] strb w8, [sp, #30] ldrh w8, [sp, #28] strh w8, [sp, #12] ldrb w8, [sp, #30] strb w8, [sp, #14] ldrh w8, [sp, #12] ldrb w9, [sp, #14] orr w0, w8, w9, lsl #16 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _va_agg_4byte ; -- Begin function va_agg_4byte .p2align 2 _va_agg_4byte: ; @va_agg_4byte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr w8, [x8] str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_8byte ; -- Begin function va_agg_8byte .p2align 2 _va_agg_8byte: ; @va_agg_8byte .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, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #8] ldr x8, [sp, #8] add x9, x8, #8 str x9, [sp, #8] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB44_2 b LBB44_1 LBB44_1: bl ___stack_chk_fail LBB44_2: 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 _va_agg_float ; -- Begin function va_agg_float .p2align 2 _va_agg_float: ; @va_agg_float .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr w8, [x8] str w8, [sp, #12] ldr s0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_double ; -- Begin function va_agg_double .p2align 2 _va_agg_double: ; @va_agg_double .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr x8, [x8] str x8, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_longdouble ; -- Begin function va_agg_longdouble .p2align 2 _va_agg_longdouble: ; @va_agg_longdouble .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr x8, [x8] str x8, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_float_a8 ; -- Begin function va_agg_float_a8 .p2align 2 _va_agg_float_a8: ; @va_agg_float_a8 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr x8, [x8] str x8, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_float_a16 ; -- Begin function va_agg_float_a16 .p2align 2 _va_agg_float_a16: ; @va_agg_float_a16 .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 x0, [sp, #24] ldr x8, [sp, #24] add x8, x8, #15 and x8, x8, #0xfffffffffffffff0 add x9, x8, #16 str x9, [sp, #24] ldr q0, [x8] str q0, [sp, #32] ldr q0, [sp, #32] str q0, [sp] ; 16-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, LBB49_2 b LBB49_1 LBB49_1: bl ___stack_chk_fail LBB49_2: ldr q0, [sp] ; 16-byte Folded Reload fmov d1, d0 mov d0, v0[1] fmov x0, d1 fmov x1, d0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _va_agg_nofloat1 ; -- Begin function va_agg_nofloat1 .p2align 2 _va_agg_nofloat1: ; @va_agg_nofloat1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr x8, [x8] str x8, [sp, #8] ldr s0, [sp, #8] ldr s1, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_nofloat2 ; -- Begin function va_agg_nofloat2 .p2align 2 _va_agg_nofloat2: ; @va_agg_nofloat2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr x8, [x8] str x8, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _va_agg_nofloat3 ; -- Begin function va_agg_nofloat3 .p2align 2 _va_agg_nofloat3: ; @va_agg_nofloat3 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] add x9, x8, #8 str x9, [sp] ldr w8, [x8] str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _pass_char ## -- Begin function pass_char .p2align 4, 0x90 _pass_char: ## @pass_char .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %dil, %al movb %al, -1(%rbp) movsbl -1(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_short ## -- Begin function pass_short .p2align 4, 0x90 _pass_short: ## @pass_short .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movw %di, %ax movw %ax, -2(%rbp) movswl -2(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_int ## -- Begin function pass_int .p2align 4, 0x90 _pass_int: ## @pass_int .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 popq %rbp retq .cfi_endproc ## -- End function .globl _pass_long ## -- Begin function pass_long .p2align 4, 0x90 _pass_long: ## @pass_long .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 popq %rbp retq .cfi_endproc ## -- End function .globl _pass_longlong ## -- Begin function pass_longlong .p2align 4, 0x90 _pass_longlong: ## @pass_longlong .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 popq %rbp retq .cfi_endproc ## -- End function .globl _pass_int128 ## -- Begin function pass_int128 .p2align 4, 0x90 _pass_int128: ## @pass_int128 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -32(%rbp) movq %rsi, -24(%rbp) movq -32(%rbp), %rax movq -24(%rbp), %rcx movq %rcx, -40(%rbp) movq %rax, -48(%rbp) movq -48(%rbp), %rax movq -40(%rbp), %rcx movq %rcx, -8(%rbp) movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rdx popq %rbp retq .cfi_endproc ## -- End function .globl _pass_float ## -- Begin function pass_float .p2align 4, 0x90 _pass_float: ## @pass_float .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movss %xmm0, -4(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_double ## -- Begin function pass_double .p2align 4, 0x90 _pass_double: ## @pass_double .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 popq %rbp retq .cfi_endproc ## -- End function .globl _pass_longdouble ## -- Begin function pass_longdouble .p2align 4, 0x90 _pass_longdouble: ## @pass_longdouble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp fldt 16(%rbp) fstpt -16(%rbp) fldt -16(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_char ## -- Begin function pass_complex_char .p2align 4, 0x90 _pass_complex_char: ## @pass_complex_char .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movw %di, %ax movw %ax, -16(%rbp) movb -16(%rbp), %cl movb -15(%rbp), %al movb %cl, -8(%rbp) movb %al, -7(%rbp) movw -8(%rbp), %ax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_short ## -- Begin function pass_complex_short .p2align 4, 0x90 _pass_complex_short: ## @pass_complex_short .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, -16(%rbp) movw -16(%rbp), %cx movw -14(%rbp), %ax movw %cx, -8(%rbp) movw %ax, -6(%rbp) movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_int ## -- Begin function pass_complex_int .p2align 4, 0x90 _pass_complex_int: ## @pass_complex_int .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl -16(%rbp), %ecx movl -12(%rbp), %eax movl %ecx, -8(%rbp) movl %eax, -4(%rbp) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_long ## -- Begin function pass_complex_long .p2align 4, 0x90 _pass_complex_long: ## @pass_complex_long .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -32(%rbp) movq %rsi, -24(%rbp) movq -32(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, -16(%rbp) movq %rax, -8(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rdx popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_longlong ## -- Begin function pass_complex_longlong .p2align 4, 0x90 _pass_complex_longlong: ## @pass_complex_longlong .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -32(%rbp) movq %rsi, -24(%rbp) movq -32(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, -16(%rbp) movq %rax, -8(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rdx popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_float ## -- Begin function pass_complex_float .p2align 4, 0x90 _pass_complex_float: ## @pass_complex_float .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movlpd %xmm0, -16(%rbp) movss -16(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm1, -8(%rbp) movss %xmm0, -4(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_double ## -- Begin function pass_complex_double .p2align 4, 0x90 _pass_complex_double: ## @pass_complex_double .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, -32(%rbp) movsd %xmm1, -24(%rbp) movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm1, -16(%rbp) movsd %xmm0, -8(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -8(%rbp), %xmm1 ## xmm1 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_complex_longdouble ## -- Begin function pass_complex_longdouble .p2align 4, 0x90 _pass_complex_longdouble: ## @pass_complex_longdouble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq 16(%rbp), %rax fldt (%rax) fldt 16(%rax) fxch %st(1) fstpt -32(%rbp) fstpt -16(%rbp) fldt -16(%rbp) fldt -32(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_1byte ## -- Begin function pass_agg_1byte .p2align 4, 0x90 _pass_agg_1byte: ## @pass_agg_1byte .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, -16(%rbp) movb -16(%rbp), %al movb %al, -8(%rbp) movb -8(%rbp), %al popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_2byte ## -- Begin function pass_agg_2byte .p2align 4, 0x90 _pass_agg_2byte: ## @pass_agg_2byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movw %di, %ax movw %ax, -16(%rbp) movw -16(%rbp), %ax movw %ax, -8(%rbp) movw -8(%rbp), %ax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_3byte ## -- Begin function pass_agg_3byte .p2align 4, 0x90 _pass_agg_3byte: ## @pass_agg_3byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movw %di, %ax movw %ax, -20(%rbp) shrl $16, %edi movb %dil, %al movb %al, -18(%rbp) movb -18(%rbp), %al movb %al, -14(%rbp) movw -20(%rbp), %ax movw %ax, -16(%rbp) movb -14(%rbp), %al movb %al, -6(%rbp) movw -16(%rbp), %ax movw %ax, -8(%rbp) movb -6(%rbp), %al movb %al, -22(%rbp) movw -8(%rbp), %ax movw %ax, -24(%rbp) movzbl -22(%rbp), %ecx shll $16, %ecx movzwl -24(%rbp), %eax orl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_4byte ## -- Begin function pass_agg_4byte .p2align 4, 0x90 _pass_agg_4byte: ## @pass_agg_4byte .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, -16(%rbp) movl -16(%rbp), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_5byte ## -- Begin function pass_agg_5byte .p2align 4, 0x90 _pass_agg_5byte: ## @pass_agg_5byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, %eax movl %eax, -24(%rbp) shrq $32, %rdi movb %dil, %al movb %al, -20(%rbp) movb -20(%rbp), %al movb %al, -12(%rbp) movl -24(%rbp), %eax movl %eax, -16(%rbp) movb -12(%rbp), %al movb %al, -4(%rbp) movl -16(%rbp), %eax movl %eax, -8(%rbp) movb -4(%rbp), %al movb %al, -28(%rbp) movl -8(%rbp), %eax movl %eax, -32(%rbp) movl -32(%rbp), %eax movl -28(%rbp), %ecx ## kill: def $rax killed $eax ## kill: def $rcx killed $ecx shlq $32, %rcx orq %rcx, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_6byte ## -- Begin function pass_agg_6byte .p2align 4, 0x90 _pass_agg_6byte: ## @pass_agg_6byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, %eax movl %eax, -24(%rbp) shrq $32, %rdi movw %di, %ax movw %ax, -20(%rbp) movw -20(%rbp), %ax movw %ax, -12(%rbp) movl -24(%rbp), %eax movl %eax, -16(%rbp) movw -12(%rbp), %ax movw %ax, -4(%rbp) movl -16(%rbp), %eax movl %eax, -8(%rbp) movw -4(%rbp), %ax movw %ax, -28(%rbp) movl -8(%rbp), %eax movl %eax, -32(%rbp) movl -32(%rbp), %eax movl -28(%rbp), %ecx ## kill: def $rax killed $eax ## kill: def $rcx killed $ecx shlq $32, %rcx orq %rcx, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_7byte ## -- Begin function pass_agg_7byte .p2align 4, 0x90 _pass_agg_7byte: ## @pass_agg_7byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, %rax shrq $48, %rax ## kill: def $al killed $al killed $rax movb %al, -18(%rbp) movq %rdi, %rax shrq $32, %rax ## kill: def $ax killed $ax killed $rax movw %ax, -20(%rbp) movl %edi, %eax movl %eax, -24(%rbp) movl -24(%rbp), %eax movl -21(%rbp), %ecx movl %ecx, -13(%rbp) movl %eax, -16(%rbp) movl -16(%rbp), %eax movl -13(%rbp), %ecx movl %ecx, -5(%rbp) movl %eax, -8(%rbp) movl -8(%rbp), %eax movl -5(%rbp), %ecx movl %ecx, -29(%rbp) movl %eax, -32(%rbp) movzbl -26(%rbp), %ecx shll $16, %ecx movzwl -28(%rbp), %eax orl %ecx, %eax ## implicit-def: $rcx movl %eax, %ecx shlq $32, %rcx movl -32(%rbp), %eax ## kill: def $rax killed $eax orq %rcx, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_8byte ## -- Begin function pass_agg_8byte .p2align 4, 0x90 _pass_agg_8byte: ## @pass_agg_8byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -24(%rbp) movq -24(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB24_2 ## %bb.1: movq -32(%rbp), %rax ## 8-byte Reload addq $32, %rsp popq %rbp retq LBB24_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _pass_agg_16byte ## -- Begin function pass_agg_16byte .p2align 4, 0x90 _pass_agg_16byte: ## @pass_agg_16byte .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) movq %rdi, -48(%rbp) movq %rsi, -40(%rbp) movups -48(%rbp), %xmm0 movaps %xmm0, -32(%rbp) movq -32(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill movq -24(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB25_2 ## %bb.1: movq -56(%rbp), %rdx ## 8-byte Reload movq -64(%rbp), %rax ## 8-byte Reload addq $64, %rsp popq %rbp retq LBB25_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _pass_agg_float ## -- Begin function pass_agg_float .p2align 4, 0x90 _pass_agg_float: ## @pass_agg_float .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movss %xmm0, -16(%rbp) movl -16(%rbp), %eax movl %eax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_double ## -- Begin function pass_agg_double .p2align 4, 0x90 _pass_agg_double: ## @pass_agg_double .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, -16(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_longdouble ## -- Begin function pass_agg_longdouble .p2align 4, 0x90 _pass_agg_longdouble: ## @pass_agg_longdouble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq 16(%rbp), %rax movaps (%rax), %xmm0 movaps %xmm0, -16(%rbp) fldt -16(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_float_a8 ## -- Begin function pass_agg_float_a8 .p2align 4, 0x90 _pass_agg_float_a8: ## @pass_agg_float_a8 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movss %xmm0, -16(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_float_a16 ## -- Begin function pass_agg_float_a16 .p2align 4, 0x90 _pass_agg_float_a16: ## @pass_agg_float_a16 .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) movss %xmm0, -48(%rbp) movq -48(%rbp), %rax movq %rax, -32(%rbp) movq -40(%rbp), %rax movq %rax, -24(%rbp) movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -52(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB30_2 ## %bb.1: movss -52(%rbp), %xmm0 ## 4-byte Reload ## xmm0 = mem[0],zero,zero,zero addq $64, %rsp popq %rbp retq LBB30_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _pass_agg_nofloat1 ## -- Begin function pass_agg_nofloat1 .p2align 4, 0x90 _pass_agg_nofloat1: ## @pass_agg_nofloat1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movlpd %xmm0, -16(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_nofloat2 ## -- Begin function pass_agg_nofloat2 .p2align 4, 0x90 _pass_agg_nofloat2: ## @pass_agg_nofloat2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _pass_agg_nofloat3 ## -- Begin function pass_agg_nofloat3 .p2align 4, 0x90 _pass_agg_nofloat3: ## @pass_agg_nofloat3 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movss %xmm0, -16(%rbp) movl -16(%rbp), %eax movl %eax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_int ## -- Begin function va_int .p2align 4, 0x90 _va_int: ## @va_int .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -12(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB34_2 ## %bb.1: movq -24(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -32(%rbp) ## 8-byte Spill jmp LBB34_3 LBB34_2: movq -24(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -32(%rbp) ## 8-byte Spill LBB34_3: movq -32(%rbp), %rax ## 8-byte Reload movl (%rax), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _va_long ## -- Begin function va_long .p2align 4, 0x90 _va_long: ## @va_long .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -12(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB35_2 ## %bb.1: movq -24(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -32(%rbp) ## 8-byte Spill jmp LBB35_3 LBB35_2: movq -24(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -32(%rbp) ## 8-byte Spill LBB35_3: movq -32(%rbp), %rax ## 8-byte Reload movq (%rax), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _va_longlong ## -- Begin function va_longlong .p2align 4, 0x90 _va_longlong: ## @va_longlong .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -12(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB36_2 ## %bb.1: movq -24(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -32(%rbp) ## 8-byte Spill jmp LBB36_3 LBB36_2: movq -24(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -32(%rbp) ## 8-byte Spill LBB36_3: movq -32(%rbp), %rax ## 8-byte Reload movq (%rax), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _va_double ## -- Begin function va_double .p2align 4, 0x90 _va_double: ## @va_double .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -24(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -12(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB37_2 ## %bb.1: movq -24(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %edx ## 4-byte Reload movq -32(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB37_3 LBB37_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB37_3: movq -40(%rbp), %rax ## 8-byte Reload movsd (%rax), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_longdouble ## -- Begin function va_longdouble .p2align 4, 0x90 _va_longdouble: ## @va_longdouble .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), %rcx movq 8(%rcx), %rax addq $15, %rax andq $-16, %rax movq %rax, %rdx addq $16, %rdx movq %rdx, 8(%rcx) fldt (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _va_complex_char ## -- Begin function va_complex_char .p2align 4, 0x90 _va_complex_char: ## @va_complex_char .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB39_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB39_3 LBB39_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB39_3: movq -40(%rbp), %rax ## 8-byte Reload movb (%rax), %cl movb 1(%rax), %al movb %cl, -8(%rbp) movb %al, -7(%rbp) movw -8(%rbp), %ax popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_1byte ## -- Begin function va_agg_1byte .p2align 4, 0x90 _va_agg_1byte: ## @va_agg_1byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB40_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB40_3 LBB40_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB40_3: movq -40(%rbp), %rax ## 8-byte Reload movb (%rax), %al movb %al, -8(%rbp) movb -8(%rbp), %al popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_2byte ## -- Begin function va_agg_2byte .p2align 4, 0x90 _va_agg_2byte: ## @va_agg_2byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB41_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB41_3 LBB41_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB41_3: movq -40(%rbp), %rax ## 8-byte Reload movw (%rax), %ax movw %ax, -8(%rbp) movw -8(%rbp), %ax popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_3byte ## -- Begin function va_agg_3byte .p2align 4, 0x90 _va_agg_3byte: ## @va_agg_3byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -24(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB42_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -24(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB42_3 LBB42_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB42_3: movq -40(%rbp), %rax ## 8-byte Reload movb 2(%rax), %cl movb %cl, -6(%rbp) movw (%rax), %ax movw %ax, -8(%rbp) movb -6(%rbp), %al movb %al, -18(%rbp) movw -8(%rbp), %ax movw %ax, -20(%rbp) movzbl -18(%rbp), %ecx shll $16, %ecx movzwl -20(%rbp), %eax orl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_4byte ## -- Begin function va_agg_4byte .p2align 4, 0x90 _va_agg_4byte: ## @va_agg_4byte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB43_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB43_3 LBB43_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB43_3: movq -40(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_8byte ## -- Begin function va_agg_8byte .p2align 4, 0x90 _va_agg_8byte: ## @va_agg_8byte .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) movq %rdi, -24(%rbp) movq -24(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -28(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB44_2 ## %bb.1: movq -40(%rbp), %rcx ## 8-byte Reload movl -28(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB44_3 LBB44_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB44_3: movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB44_5 ## %bb.4: movq -56(%rbp), %rax ## 8-byte Reload addq $64, %rsp popq %rbp retq LBB44_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _va_agg_float ## -- Begin function va_agg_float .p2align 4, 0x90 _va_agg_float: ## @va_agg_float .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB45_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movq -40(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB45_3 LBB45_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB45_3: movq -48(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl %eax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_double ## -- Begin function va_agg_double .p2align 4, 0x90 _va_agg_double: ## @va_agg_double .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB46_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movq -40(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB46_3 LBB46_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB46_3: movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_longdouble ## -- Begin function va_agg_longdouble .p2align 4, 0x90 _va_agg_longdouble: ## @va_agg_longdouble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -24(%rbp) movq -24(%rbp), %rcx movq 8(%rcx), %rax addq $15, %rax andq $-16, %rax movq %rax, %rdx addq $16, %rdx movq %rdx, 8(%rcx) movaps (%rax), %xmm0 movaps %xmm0, -16(%rbp) fldt -16(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_float_a8 ## -- Begin function va_agg_float_a8 .p2align 4, 0x90 _va_agg_float_a8: ## @va_agg_float_a8 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB48_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movq -40(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB48_3 LBB48_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB48_3: movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_float_a16 ## -- Begin function va_agg_float_a16 .p2align 4, 0x90 _va_agg_float_a16: ## @va_agg_float_a16 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movq -40(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -56(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -44(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB49_2 ## %bb.1: movq -56(%rbp), %rcx ## 8-byte Reload movl -44(%rbp), %edx ## 4-byte Reload movq -64(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -72(%rbp) ## 8-byte Spill jmp LBB49_3 LBB49_2: movq -64(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax addq $15, %rax andq $-16, %rax movq %rax, %rdx addq $16, %rdx movq %rdx, 8(%rcx) movq %rax, -72(%rbp) ## 8-byte Spill LBB49_3: movq -72(%rbp), %rax ## 8-byte Reload movq (%rax), %rcx movq %rcx, -32(%rbp) movq 8(%rax), %rax movq %rax, -24(%rbp) movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -76(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB49_5 ## %bb.4: movss -76(%rbp), %xmm0 ## 4-byte Reload ## xmm0 = mem[0],zero,zero,zero addq $80, %rsp popq %rbp retq LBB49_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _va_agg_nofloat1 ## -- Begin function va_agg_nofloat1 .p2align 4, 0x90 _va_agg_nofloat1: ## @va_agg_nofloat1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB50_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movq -40(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB50_3 LBB50_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB50_3: movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_nofloat2 ## -- Begin function va_agg_nofloat2 .p2align 4, 0x90 _va_agg_nofloat2: ## @va_agg_nofloat2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB51_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB51_3 LBB51_2: movq -32(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -40(%rbp) ## 8-byte Spill LBB51_3: movq -40(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _va_agg_nofloat3 ## -- Begin function va_agg_nofloat3 .p2align 4, 0x90 _va_agg_nofloat3: ## @va_agg_nofloat3 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) ## 8-byte Spill movl 4(%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB52_2 ## %bb.1: movq -32(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx ## 4-byte Reload movq -40(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB52_3 LBB52_2: movq -40(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -48(%rbp) ## 8-byte Spill LBB52_3: movq -48(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl %eax, -8(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/209925.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] adrp x8, _a@PAGE ldr w0, [x8, _a@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _a ; @a .p2align 2 _a: .long 0 ; 0x0 .long 1 ; 0x1 .long 2 ; 0x2 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) movl _a(%rip), %eax popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _a ## @a .p2align 2 _a: .long 0 ## 0x0 .long 1 ## 0x1 .long 2 ## 0x2 .subsections_via_symbols
the_stack_data/21779.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, #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, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #4] str wzr, [sp, #408] 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 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 ; -- 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 $432, %rsp ## imm = 0x1B0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -420(%rbp) movl $0, -16(%rbp) 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 $432, %rsp ## imm = 0x1B0 popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/601285.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/128140.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 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov x0, #2 bl _malloc stur x0, [x29, #-24] ldur x0, [x29, #-24] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov x2, #-1 bl ___strcpy_chk mov x0, #256 str x0, [sp, #56] ; 8-byte Folded Spill bl _malloc stur x0, [x29, #-32] mov x0, #8 bl _malloc mov x8, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload stur x8, [x29, #-40] bl _malloc mov x8, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload stur x8, [x29, #-48] bl _malloc stur x0, [x29, #-56] ldur w8, [x29, #-8] subs w8, w8, #4 cset w8, gt tbnz w8, #0, LBB0_20 b LBB0_1 LBB0_1: ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur x0, [x29, #-48] ldur x8, [x29, #-16] ldr x1, [x8, #8] mov x2, #-1 str x2, [sp, #48] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-40] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl ___strcpy_chk ldr x2, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl ___strcpy_chk b LBB0_19 LBB0_3: ldur w8, [x29, #-8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_4 LBB0_4: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur x0, [x29, #-40] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF mov x2, #-1 str x2, [sp, #40] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl ___strcpy_chk b LBB0_17 LBB0_7: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_8 LBB0_8: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_9 LBB0_9: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_10 LBB0_10: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_11 LBB0_11: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _cmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldur x0, [x29, #-40] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF mov x2, #-1 str x2, [sp, #32] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #32] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl ___strcpy_chk b LBB0_16 LBB0_15: ldur x0, [x29, #-40] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov x2, #-1 str x2, [sp, #24] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #24] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl ___strcpy_chk b LBB0_16 LBB0_16: b LBB0_17 LBB0_17: ldur x0, [x29, #-48] ldur x8, [x29, #-16] ldr x1, [x8, #16] mov x2, #-1 bl ___strcpy_chk b LBB0_18 LBB0_18: b LBB0_19 LBB0_19: b LBB0_20 LBB0_20: ldur x0, [x29, #-56] ldur x1, [x29, #-48] mov x2, #-1 bl ___strcpy_chk stur wzr, [x29, #-60] ldur x0, [x29, #-48] bl _strlen mov x8, x0 subs w8, w8, #1 stur w8, [x29, #-60] b LBB0_21 LBB0_21: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-60] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_31 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=1 ldur x8, [x29, #-48] ldursw x9, [x29, #-60] ldrsb w8, [x8, x9] ldur x9, [x29, #-24] ldrsb w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_29 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_21 Depth=1 ldur x0, [x29, #-48] bl _strlen ldursw x8, [x29, #-60] subs x8, x0, x8 subs x8, x8, #5 cset w8, hs tbnz w8, #0, LBB0_29 b LBB0_24 LBB0_24: ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_25 LBB0_25: ; =>This Inner Loop Header: Depth=1 ldursw x8, [x29, #-60] str x8, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-48] bl _strlen ldr x8, [sp, #16] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_28 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_25 Depth=1 ldur x8, [x29, #-56] ldursw x9, [x29, #-60] add x8, x8, x9 strb wzr, [x8] b LBB0_27 LBB0_27: ; in Loop: Header=BB0_25 Depth=1 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_25 LBB0_28: b LBB0_31 LBB0_29: ; in Loop: Header=BB0_21 Depth=1 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_21 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #1 stur w8, [x29, #-60] b LBB0_21 LBB0_31: ldur x0, [x29, #-56] ldur x1, [x29, #-40] mov x2, #-1 str x2, [sp, #8] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF str x1, [sp] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-56] bl ___strcat_chk ldr x1, [sp] ; 8-byte Folded Reload ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] bl ___strcat_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-48] bl ___strcat_chk ldur x0, [x29, #-32] bl _system mov w0, #0 ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .globl _cmp ; -- Begin function cmp .p2align 2 _cmp: ; @cmp .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur wzr, [x29, #-28] ldur x0, [x29, #-16] bl _strlen str x0, [sp, #24] ; 8-byte Folded Spill ldur x0, [x29, #-24] bl _strlen mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur w8, [x29, #-28] stur w8, [x29, #-4] b LBB1_12 LBB1_2: str wzr, [sp, #32] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #32] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq str w8, [sp, #20] ; 4-byte Folded Spill b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB1_11 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #32] ldrsb w8, [x8, x9] ldur x9, [x29, #-24] ldrsw x10, [sp, #32] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 b LBB1_9 LBB1_8: ; in Loop: Header=BB1_3 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB1_9 LBB1_9: ; in Loop: Header=BB1_3 Depth=1 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB1_3 LBB1_11: ldur w8, [x29, #-28] stur w8, [x29, #-4] b LBB1_12 LBB1_12: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "." l_.str.1: ; @.str.1 .asciz ".tar.gz" l_.str.2: ; @.str.2 .asciz "tar -zcvf " l_.str.3: ; @.str.3 .asciz "Zip" l_.str.4: ; @.str.4 .asciz "zip" l_.str.5: ; @.str.5 .asciz ".zip" l_.str.6: ; @.str.6 .asciz "zip -X " l_.str.7: ; @.str.7 .asciz "Bzip" l_.str.8: ; @.str.8 .asciz "Bzip2" l_.str.9: ; @.str.9 .asciz "bzip" l_.str.10: ; @.str.10 .asciz "bzip2" l_.str.11: ; @.str.11 .asciz "bz2" l_.str.12: ; @.str.12 .asciz "bz" l_.str.13: ; @.str.13 .asciz "tar.bz2" l_.str.14: ; @.str.14 .asciz ".tar.bz2" l_.str.15: ; @.str.15 .asciz "tar -jcvf " l_.str.16: ; @.str.16 .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 $80, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $2, %edi callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rdi leaq L_.str(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movl $256, %edi ## imm = 0x100 callq _malloc movq %rax, -32(%rbp) movl $8, %edi callq _malloc movq %rax, -40(%rbp) movl $256, %edi ## imm = 0x100 callq _malloc movq %rax, -48(%rbp) movl $256, %edi ## imm = 0x100 callq _malloc movq %rax, -56(%rbp) cmpl $4, -8(%rbp) jg LBB0_20 ## %bb.1: cmpl $2, -8(%rbp) jne LBB0_3 ## %bb.2: movq -48(%rbp), %rdi movq -16(%rbp), %rax movq 8(%rax), %rsi movq $-1, %rdx callq ___strcpy_chk movq -40(%rbp), %rdi leaq L_.str.1(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB0_19 LBB0_3: cmpl $3, -8(%rbp) jne LBB0_18 ## %bb.4: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.3(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_6 ## %bb.5: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.4(%rip), %rsi callq _cmp cmpl $0, %eax je LBB0_7 LBB0_6: movq -40(%rbp), %rdi leaq L_.str.5(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi leaq L_.str.6(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB0_17 LBB0_7: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.7(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.8: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.8(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.9: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.9(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.10: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.10(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.11: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.11(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.12: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.12(%rip), %rsi callq _cmp cmpl $0, %eax jne LBB0_14 ## %bb.13: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.13(%rip), %rsi callq _cmp cmpl $0, %eax je LBB0_15 LBB0_14: movq -40(%rbp), %rdi leaq L_.str.14(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi leaq L_.str.15(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB0_16 LBB0_15: movq -40(%rbp), %rdi leaq L_.str.1(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk LBB0_16: jmp LBB0_17 LBB0_17: movq -48(%rbp), %rdi movq -16(%rbp), %rax movq 16(%rax), %rsi movq $-1, %rdx callq ___strcpy_chk LBB0_18: jmp LBB0_19 LBB0_19: jmp LBB0_20 LBB0_20: movq -56(%rbp), %rdi movq -48(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movl $0, -60(%rbp) movq -48(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax subl $1, %eax movl %eax, -60(%rbp) LBB0_21: ## =>This Inner Loop Header: Depth=1 cmpl $0, -60(%rbp) jle LBB0_31 ## %bb.22: ## in Loop: Header=BB0_21 Depth=1 movq -48(%rbp), %rax movslq -60(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -24(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax jne LBB0_29 ## %bb.23: ## in Loop: Header=BB0_21 Depth=1 movq -48(%rbp), %rdi callq _strlen movslq -60(%rbp), %rcx subq %rcx, %rax cmpq $5, %rax jae LBB0_29 ## %bb.24: movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) LBB0_25: ## =>This Inner Loop Header: Depth=1 movslq -60(%rbp), %rax movq %rax, -72(%rbp) ## 8-byte Spill movq -48(%rbp), %rdi callq _strlen movq %rax, %rcx movq -72(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_28 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 movq -56(%rbp), %rax movslq -60(%rbp), %rcx movb $0, (%rax,%rcx) ## %bb.27: ## in Loop: Header=BB0_25 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB0_25 LBB0_28: jmp LBB0_31 LBB0_29: ## in Loop: Header=BB0_21 Depth=1 jmp LBB0_30 LBB0_30: ## in Loop: Header=BB0_21 Depth=1 movl -60(%rbp), %eax addl $-1, %eax movl %eax, -60(%rbp) jmp LBB0_21 LBB0_31: movq -56(%rbp), %rdi movq -40(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rdi leaq L_.str.16(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rdi movq -56(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rdi leaq L_.str.16(%rip), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rdi movq -48(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rdi callq _system xorl %eax, %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _cmp ## -- Begin function cmp .p2align 4, 0x90 _cmp: ## @cmp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl $0, -28(%rbp) movq -16(%rbp), %rdi callq _strlen movq %rax, -40(%rbp) ## 8-byte Spill movq -24(%rbp), %rdi callq _strlen movq %rax, %rcx movq -40(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax je LBB1_2 ## %bb.1: movl -28(%rbp), %eax movl %eax, -4(%rbp) jmp LBB1_12 LBB1_2: movl $0, -32(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movslq -32(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq -56(%rbp), %rcx ## 8-byte Reload movq %rax, %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq %rdx, %rcx movb %al, -41(%rbp) ## 1-byte Spill jae LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 cmpl $0, -28(%rbp) sete %al movb %al, -41(%rbp) ## 1-byte Spill LBB1_5: ## in Loop: Header=BB1_3 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_6 jmp LBB1_11 LBB1_6: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rax movslq -32(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -24(%rbp), %rcx movslq -32(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB1_8 ## %bb.7: ## in Loop: Header=BB1_3 Depth=1 movl -28(%rbp), %eax jmp LBB1_9 LBB1_8: ## in Loop: Header=BB1_3 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB1_9: ## in Loop: Header=BB1_3 Depth=1 ## %bb.10: ## in Loop: Header=BB1_3 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB1_3 LBB1_11: movl -28(%rbp), %eax movl %eax, -4(%rbp) LBB1_12: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "." L_.str.1: ## @.str.1 .asciz ".tar.gz" L_.str.2: ## @.str.2 .asciz "tar -zcvf " L_.str.3: ## @.str.3 .asciz "Zip" L_.str.4: ## @.str.4 .asciz "zip" L_.str.5: ## @.str.5 .asciz ".zip" L_.str.6: ## @.str.6 .asciz "zip -X " L_.str.7: ## @.str.7 .asciz "Bzip" L_.str.8: ## @.str.8 .asciz "Bzip2" L_.str.9: ## @.str.9 .asciz "bzip" L_.str.10: ## @.str.10 .asciz "bzip2" L_.str.11: ## @.str.11 .asciz "bz2" L_.str.12: ## @.str.12 .asciz "bz" L_.str.13: ## @.str.13 .asciz "tar.bz2" L_.str.14: ## @.str.14 .asciz ".tar.bz2" L_.str.15: ## @.str.15 .asciz "tar -jcvf " L_.str.16: ## @.str.16 .asciz " " .subsections_via_symbols
the_stack_data/234518297.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, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] stur x8, [x29, #-16] ; 8-byte Folded Spill adrp x8, _G@GOTPAGE ldr x8, [x8, _G@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _j@GOTPAGE ldr x8, [x8, _j@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x8, [x29, #-16] ; 8-byte Folded Reload str wzr, [x8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x10, [x29, #-16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #400 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_1 LBB0_8: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur x8, [x29, #-16] ; 8-byte Folded Reload str wzr, [x8] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x10, [x29, #-16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #400 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldur x9, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_9 LBB0_16: 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 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 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #8] ; 8-byte Folded Reload ldr w1, [x8] ldur w2, [x29, #-8] bl _dijkstra ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _dijkstra ; -- Begin function dijkstra .p2align 2 _dijkstra: ; @dijkstra .cfi_startproc ; %bb.0: stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w19, -24 .cfi_offset w20, -32 mov w9, #40160 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #9, lsl #12 ; =36864 sub sp, sp, #3296 mov x19, sp adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] str x8, [x19, #8] ; 8-byte Folded Spill adrp x9, _j@GOTPAGE ldr x9, [x9, _j@GOTPAGEOFF] str x9, [x19, #16] ; 8-byte Folded Spill adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-24] str x0, [x19, #144] str w1, [x19, #140] str w2, [x19, #136] ldr w9, [x19, #140] ; kill: def $x9 killed $w9 str x9, [x19, #32] ; 8-byte Folded Spill mov x10, sp str x10, [x19, #128] lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 str x9, [x19, #24] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x11, [x19, #24] ; 8-byte Folded Reload ldr x9, [x19, #32] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 str x10, [x19, #64] ; 8-byte Folded Spill str x9, [x19, #120] ldr w9, [x19, #140] ; kill: def $x9 killed $w9 str x9, [x19, #48] ; 8-byte Folded Spill lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 str x9, [x19, #40] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x11, [x19, #40] ; 8-byte Folded Reload ldr x9, [x19, #48] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 str x10, [x19, #72] ; 8-byte Folded Spill str x9, [x19, #112] ldr w9, [x19, #140] ; kill: def $x9 killed $w9 str x9, [x19, #56] ; 8-byte Folded Spill lsl x9, x9, #2 add x9, x9, #15 and x13, x9, #0xfffffffffffffff0 mov x9, x13 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x9, [x19, #56] ; 8-byte Folded Reload ldr x11, [x19, #64] ; 8-byte Folded Reload ldr x10, [x19, #72] ; 8-byte Folded Reload mov x12, sp subs x12, x12, x13 mov sp, x12 str x12, [x19, #80] ; 8-byte Folded Spill str x9, [x19, #104] ldr w9, [x19, #136] ldrsw x12, [x19, #136] str w9, [x11, x12, lsl #2] ldrsw x11, [x19, #136] mov w9, #0 str w9, [x10, x11, lsl #2] str wzr, [x8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] 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 x9, [x19, #80] ; 8-byte Folded Reload ldr x8, [x19, #8] ; 8-byte Folded Reload ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_1 LBB1_4: ldr x8, [x19, #8] ; 8-byte Folded Reload str wzr, [x8] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_10 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #136] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldr x9, [x19, #72] ; 8-byte Folded Reload ldr x8, [x19, #8] ; 8-byte Folded Reload ldr x11, [x19, #64] ; 8-byte Folded Reload ldrsw x12, [x8] mov w10, #-1 str w10, [x11, x12, lsl #2] ldrsw x10, [x8] mov w8, #999 str w8, [x9, x10, lsl #2] b LBB1_8 LBB1_8: ; in Loop: Header=BB1_5 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_5 Depth=1 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_5 LBB1_10: ldr x8, [x19, #8] ; 8-byte Folded Reload str wzr, [x8] b LBB1_11 LBB1_11: ; =>This Loop Header: Depth=1 ; Child Loop BB1_13 Depth 2 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_21 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=1 ldr x8, [x19, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB1_13 LBB1_13: ; Parent Loop BB1_11 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [x19, #16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_19 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=2 ldr x9, [x19, #16] ; 8-byte Folded Reload ldr x10, [x19, #8] ; 8-byte Folded Reload ldr x8, [x19, #144] ldrsw x10, [x10] mov x11, #400 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_16 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_13 Depth=2 ldr x8, [x19, #16] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload ldrsw x9, [x9] mov x10, #400 mul x10, x9, x10 add x9, x19, #152 add x9, x9, x10 ldrsw x10, [x8] mov w8, #999 str w8, [x9, x10, lsl #2] b LBB1_17 LBB1_16: ; in Loop: Header=BB1_13 Depth=2 ldr x10, [x19, #16] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload ldr x8, [x19, #144] ldrsw x12, [x9] mov x11, #400 mul x12, x12, x11 add x8, x8, x12 ldrsw x12, [x10] ldr w8, [x8, x12, lsl #2] ldrsw x9, [x9] mul x11, x9, x11 add x9, x19, #152 add x9, x9, x11 ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB1_17 LBB1_17: ; in Loop: Header=BB1_13 Depth=2 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_13 Depth=2 ldr x9, [x19, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_13 LBB1_19: ; in Loop: Header=BB1_11 Depth=1 b LBB1_20 LBB1_20: ; in Loop: Header=BB1_11 Depth=1 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_11 LBB1_21: str wzr, [x19, #100] b LBB1_22 LBB1_22: ; =>This Loop Header: Depth=1 ; Child Loop BB1_24 Depth 2 ; Child Loop BB1_31 Depth 2 ldr w8, [x19, #100] ldr w9, [x19, #140] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_39 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_22 Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload mov w9, #999 str w9, [x19, #92] str wzr, [x8] b LBB1_24 LBB1_24: ; Parent Loop BB1_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_30 b LBB1_25 LBB1_25: ; in Loop: Header=BB1_24 Depth=2 ldr x8, [x19, #72] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] ldr w9, [x19, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_28 b LBB1_26 LBB1_26: ; in Loop: Header=BB1_24 Depth=2 ldr x8, [x19, #80] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_28 b LBB1_27 LBB1_27: ; in Loop: Header=BB1_24 Depth=2 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr x9, [x19, #72] ; 8-byte Folded Reload ldrsw x10, [x8] ldr w9, [x9, x10, lsl #2] str w9, [x19, #92] ldr w8, [x8] str w8, [x19, #96] b LBB1_28 LBB1_28: ; in Loop: Header=BB1_24 Depth=2 b LBB1_29 LBB1_29: ; in Loop: Header=BB1_24 Depth=2 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_24 LBB1_30: ; in Loop: Header=BB1_22 Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr x10, [x19, #80] ; 8-byte Folded Reload ldr w9, [x8] ldrsw x11, [x19, #96] str w9, [x10, x11, lsl #2] str wzr, [x8] b LBB1_31 LBB1_31: ; Parent Loop BB1_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_38 b LBB1_32 LBB1_32: ; in Loop: Header=BB1_31 Depth=2 ldr x8, [x19, #80] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_36 b LBB1_33 LBB1_33: ; in Loop: Header=BB1_31 Depth=2 ldr x11, [x19, #8] ; 8-byte Folded Reload ldr x8, [x19, #72] ; 8-byte Folded Reload ldrsw x9, [x11] ldr w8, [x8, x9, lsl #2] ldr w9, [x19, #92] ldrsw x10, [x19, #136] mov x12, #400 mul x12, x10, x12 add x10, x19, #152 add x10, x10, x12 ldrsw x11, [x11] ldr w10, [x10, x11, lsl #2] add w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_35 b LBB1_34 LBB1_34: ; in Loop: Header=BB1_31 Depth=2 ldr x9, [x19, #64] ; 8-byte Folded Reload ldr x10, [x19, #8] ; 8-byte Folded Reload ldr x11, [x19, #72] ; 8-byte Folded Reload ldr w8, [x19, #92] ldrsw x12, [x19, #136] mov x13, #400 mul x13, x12, x13 add x12, x19, #152 add x12, x12, x13 ldrsw x13, [x10] ldr w12, [x12, x13, lsl #2] add w8, w8, w12 ldrsw x12, [x10] str w8, [x11, x12, lsl #2] ldr w8, [x19, #96] ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB1_35 LBB1_35: ; in Loop: Header=BB1_31 Depth=2 b LBB1_36 LBB1_36: ; in Loop: Header=BB1_31 Depth=2 b LBB1_37 LBB1_37: ; in Loop: Header=BB1_31 Depth=2 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_31 LBB1_38: ; in Loop: Header=BB1_22 Depth=1 ldr w8, [x19, #100] add w8, w8, #1 str w8, [x19, #100] b LBB1_22 LBB1_39: ldr x8, [x19, #8] ; 8-byte Folded Reload str wzr, [x8] b LBB1_40 LBB1_40: ; =>This Loop Header: Depth=1 ; Child Loop BB1_43 Depth 2 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_48 b LBB1_41 LBB1_41: ; in Loop: Header=BB1_40 Depth=1 ldr x8, [x19, #8] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #136] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_46 b LBB1_42 LBB1_42: ; in Loop: Header=BB1_40 Depth=1 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr x8, [x19, #72] ; 8-byte Folded Reload ldr w10, [x9] ; implicit-def: $x11 mov x11, x10 ldr w12, [x19, #136] ; implicit-def: $x10 mov x10, x12 ldrsw x9, [x9] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #32 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldr x8, [x19, #8] ; 8-byte Folded Reload add sp, sp, #32 ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf ldr x8, [x19, #8] ; 8-byte Folded Reload ldr x9, [x19, #16] ; 8-byte Folded Reload add sp, sp, #16 ldr w8, [x8] str w8, [x9] b LBB1_43 LBB1_43: ; Parent Loop BB1_40 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [x19, #16] ; 8-byte Folded Reload ldr x9, [x19, #64] ; 8-byte Folded Reload ldrsw x10, [x8] ldr w9, [x9, x10, lsl #2] str w9, [x8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf add sp, sp, #16 b LBB1_44 LBB1_44: ; in Loop: Header=BB1_43 Depth=2 ldr x8, [x19, #16] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x19, #136] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_43 b LBB1_45 LBB1_45: ; in Loop: Header=BB1_40 Depth=1 b LBB1_46 LBB1_46: ; in Loop: Header=BB1_40 Depth=1 b LBB1_47 LBB1_47: ; in Loop: Header=BB1_40 Depth=1 ldr x9, [x19, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_40 LBB1_48: ldr x8, [x19, #128] str x8, [x19] ; 8-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_50 b LBB1_49 LBB1_49: bl ___stack_chk_fail LBB1_50: ldr x8, [x19] ; 8-byte Folded Reload mov sp, x8 sub sp, x29, #16 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n Enter no of vertices : " l_.str.1: ; @.str.1 .asciz "%d" .comm _n,4,2 ; @n l_.str.2: ; @.str.2 .asciz "\n Enter the adjacency matrix : \n" .comm _i,4,2 ; @i .comm _j,4,2 ; @j .comm _G,40000,2 ; @G l_.str.3: ; @.str.3 .asciz "\n Entered adjacency matrix : \n" l_.str.4: ; @.str.4 .asciz "%d " l_.str.5: ; @.str.5 .asciz "\n" l_.str.6: ; @.str.6 .asciz "\n " l_.str.7: ; @.str.7 .asciz "Enter the starting node : " l_.str.8: ; @.str.8 .asciz "\n\n distance of %d from %d(startnode) is %d" l_.str.9: ; @.str.9 .asciz "\npath is %d" l_.str.10: ; @.str.10 .asciz "<- %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _n@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rax movq _G@GOTPCREL(%rip), %rsi imulq $400, %rax, %rax ## imm = 0x190 addq %rax, %rsi movq _j@GOTPCREL(%rip), %rax movslq (%rax), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_1 LBB0_8: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _G@GOTPCREL(%rip), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_9 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf ## %bb.15: ## in Loop: Header=BB0_9 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_9 LBB0_16: 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.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movq _n@GOTPCREL(%rip), %rax movl (%rax), %esi movl -8(%rbp), %edx movq _G@GOTPCREL(%rip), %rdi callq _dijkstra movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _dijkstra ## -- Begin function dijkstra .p2align 4, 0x90 _dijkstra: ## @dijkstra .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $40128, %eax ## imm = 0x9CC0 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40024(%rbp) movl %esi, -40028(%rbp) movl %edx, -40032(%rbp) movl -40028(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40128(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -40040(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -40128(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -40104(%rbp) ## 8-byte Spill movq %rax, -40048(%rbp) movl -40028(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40120(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -40120(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -40096(%rbp) ## 8-byte Spill movq %rax, -40056(%rbp) movl -40028(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40112(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin movq -40112(%rbp), %rdx ## 8-byte Reload movq -40104(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -40096(%rbp), %rax ## 8-byte Reload movq %rsp, %rsi movq %rsi, -40088(%rbp) ## 8-byte Spill movq %rdx, -40064(%rbp) movl -40032(%rbp), %esi movslq -40032(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -40032(%rbp), %rcx movl $0, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -40088(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_1 LBB1_4: movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_5: ## =>This Inner Loop Header: Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_10 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40032(%rbp), %eax je LBB1_8 ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movq -40096(%rbp), %rax ## 8-byte Reload movq -40104(%rbp), %rcx ## 8-byte Reload movq _i@GOTPCREL(%rip), %rdx movslq (%rdx), %rdx movl $-1, (%rcx,%rdx,4) movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $999, (%rax,%rcx,4) ## imm = 0x3E7 LBB1_8: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_5 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_5 LBB1_10: movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_11: ## =>This Loop Header: Depth=1 ## Child Loop BB1_13 Depth 2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_21 ## %bb.12: ## in Loop: Header=BB1_11 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_13: ## Parent Loop BB1_11 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_19 ## %bb.14: ## in Loop: Header=BB1_13 Depth=2 movq -40024(%rbp), %rax movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cmpl $0, (%rax,%rcx,4) jne LBB1_16 ## %bb.15: ## in Loop: Header=BB1_13 Depth=2 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx leaq -40016(%rbp), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $999, (%rax,%rcx,4) ## imm = 0x3E7 jmp LBB1_17 LBB1_16: ## in Loop: Header=BB1_13 Depth=2 movq -40024(%rbp), %rax movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx leaq -40016(%rbp), %rax imulq $400, %rcx, %rcx ## imm = 0x190 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) LBB1_17: ## in Loop: Header=BB1_13 Depth=2 jmp LBB1_18 LBB1_18: ## in Loop: Header=BB1_13 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_13 LBB1_19: ## in Loop: Header=BB1_11 Depth=1 jmp LBB1_20 LBB1_20: ## in Loop: Header=BB1_11 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_11 LBB1_21: movl $0, -40068(%rbp) LBB1_22: ## =>This Loop Header: Depth=1 ## Child Loop BB1_24 Depth 2 ## Child Loop BB1_31 Depth 2 movl -40068(%rbp), %eax movl -40028(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB1_39 ## %bb.23: ## in Loop: Header=BB1_22 Depth=1 movl $999, -40076(%rbp) ## imm = 0x3E7 movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_24: ## Parent Loop BB1_22 Depth=1 ## => This Inner Loop Header: Depth=2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_30 ## %bb.25: ## in Loop: Header=BB1_24 Depth=2 movq -40096(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax cmpl -40076(%rbp), %eax jge LBB1_28 ## %bb.26: ## in Loop: Header=BB1_24 Depth=2 movq -40088(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cmpl $0, (%rax,%rcx,4) jne LBB1_28 ## %bb.27: ## in Loop: Header=BB1_24 Depth=2 movq -40096(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movl %eax, -40076(%rbp) movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -40072(%rbp) LBB1_28: ## in Loop: Header=BB1_24 Depth=2 jmp LBB1_29 LBB1_29: ## in Loop: Header=BB1_24 Depth=2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_24 LBB1_30: ## in Loop: Header=BB1_22 Depth=1 movq -40088(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movl (%rcx), %edx movslq -40072(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_31: ## Parent Loop BB1_22 Depth=1 ## => This Inner Loop Header: Depth=2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_38 ## %bb.32: ## in Loop: Header=BB1_31 Depth=2 movq -40088(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cmpl $0, (%rax,%rcx,4) jne LBB1_36 ## %bb.33: ## in Loop: Header=BB1_31 Depth=2 movq -40096(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movl -40076(%rbp), %ecx movslq -40032(%rbp), %rsi leaq -40016(%rbp), %rdx imulq $400, %rsi, %rsi ## imm = 0x190 addq %rsi, %rdx movq _i@GOTPCREL(%rip), %rsi movslq (%rsi), %rsi addl (%rdx,%rsi,4), %ecx cmpl %ecx, %eax jle LBB1_35 ## %bb.34: ## in Loop: Header=BB1_31 Depth=2 movq -40104(%rbp), %rax ## 8-byte Reload movq -40096(%rbp), %rcx ## 8-byte Reload movl -40076(%rbp), %esi movslq -40032(%rbp), %rdi leaq -40016(%rbp), %rdx imulq $400, %rdi, %rdi ## imm = 0x190 addq %rdi, %rdx movq _i@GOTPCREL(%rip), %rdi movslq (%rdi), %rdi addl (%rdx,%rdi,4), %esi movq _i@GOTPCREL(%rip), %rdx movslq (%rdx), %rdx movl %esi, (%rcx,%rdx,4) movl -40072(%rbp), %edx movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) LBB1_35: ## in Loop: Header=BB1_31 Depth=2 jmp LBB1_36 LBB1_36: ## in Loop: Header=BB1_31 Depth=2 jmp LBB1_37 LBB1_37: ## in Loop: Header=BB1_31 Depth=2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_31 LBB1_38: ## in Loop: Header=BB1_22 Depth=1 movl -40068(%rbp), %eax addl $1, %eax movl %eax, -40068(%rbp) jmp LBB1_22 LBB1_39: movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_40: ## =>This Loop Header: Depth=1 ## Child Loop BB1_43 Depth 2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40028(%rbp), %eax jge LBB1_48 ## %bb.41: ## in Loop: Header=BB1_40 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40032(%rbp), %eax je LBB1_46 ## %bb.42: ## in Loop: Header=BB1_40 Depth=1 movq -40096(%rbp), %rax ## 8-byte Reload movq _i@GOTPCREL(%rip), %rcx movl (%rcx), %esi movl -40032(%rbp), %edx movq _i@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %ecx leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl (%rax), %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB1_43: ## Parent Loop BB1_40 Depth=1 ## => This Inner Loop Header: Depth=2 movq -40104(%rbp), %rax ## 8-byte Reload movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _j@GOTPCREL(%rip), %rax movl (%rax), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf ## %bb.44: ## in Loop: Header=BB1_43 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -40032(%rbp), %eax jne LBB1_43 ## %bb.45: ## in Loop: Header=BB1_40 Depth=1 jmp LBB1_46 LBB1_46: ## in Loop: Header=BB1_40 Depth=1 jmp LBB1_47 LBB1_47: ## in Loop: Header=BB1_40 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_40 LBB1_48: movq -40040(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_50 ## %bb.49: movq %rbp, %rsp popq %rbp retq LBB1_50: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n Enter no of vertices : " L_.str.1: ## @.str.1 .asciz "%d" .comm _n,4,2 ## @n L_.str.2: ## @.str.2 .asciz "\n Enter the adjacency matrix : \n" .comm _i,4,2 ## @i .comm _j,4,2 ## @j .comm _G,40000,4 ## @G L_.str.3: ## @.str.3 .asciz "\n Entered adjacency matrix : \n" L_.str.4: ## @.str.4 .asciz "%d " L_.str.5: ## @.str.5 .asciz "\n" L_.str.6: ## @.str.6 .asciz "\n " L_.str.7: ## @.str.7 .asciz "Enter the starting node : " L_.str.8: ## @.str.8 .asciz "\n\n distance of %d from %d(startnode) is %d" L_.str.9: ## @.str.9 .asciz "\npath is %d" L_.str.10: ## @.str.10 .asciz "<- %d" .subsections_via_symbols
the_stack_data/150144097.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str wzr, [sp, #28] mov w8, #5 str w8, [sp, #24] mov w8, #10 str w8, [sp, #20] str wzr, [sp, #16] str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #24] 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 w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] str wzr, [sp, #8] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #16] ldr w10, [sp, #8] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 b LBB0_7 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_3 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_9: mov w0, #0 add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) movl $5, -8(%rbp) movl $10, -12(%rbp) movl $0, -16(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -16(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) movl $0, -24(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $5, -24(%rbp) jge LBB0_8 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -16(%rbp), %eax cltd idivl -24(%rbp) cmpl $0, %edx jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $-1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_9: xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/136384.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, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w8, #1 str w8, [sp, #20] ldr w9, [sp, #20] sdiv w8, w8, w9 str w8, [sp, #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_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $1, -12(%rbp) movl $1, %eax cltd idivl -12(%rbp) movl %eax, -20(%rbp) 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 $32, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/19173.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello-World" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello-World" .subsections_via_symbols
the_stack_data/36075389.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/14200595.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, #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 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf sub x0, x29, #64 str x0, [sp, #8] ; 8-byte Folded Spill add x1, sp, #64 str x1, [sp, #16] ; 8-byte Folded Spill bl _read_cards ldr x0, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload sub x2, x29, #5 str x2, [sp, #24] ; 8-byte Folded Spill sub x3, x29, #6 str x3, [sp, #32] ; 8-byte Folded Spill sub x4, x29, #7 str x4, [sp, #40] ; 8-byte Folded Spill sub x5, x29, #8 str x5, [sp, #48] ; 8-byte Folded Spill sub x6, x29, #12 str x6, [sp, #56] ; 8-byte Folded Spill bl _analyze_hand ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x3, [sp, #48] ; 8-byte Folded Reload ldr x4, [sp, #56] ; 8-byte Folded Reload bl _print_result b LBB0_1 .cfi_endproc ; -- End function .globl _read_cards ; -- Begin function read_cards .p2align 2 _read_cards: ; @read_cards .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 x0, [sp, #56] str x1, [sp, #48] str wzr, [sp, #28] str wzr, [sp, #40] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldr w8, [sp, #40] subs w8, w8, #13 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x9, [sp, #56] ldrsw x10, [sp, #40] mov w8, #0 str w8, [x9, x10, lsl #2] str wzr, [sp, #36] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #36] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldrsw x9, [sp, #40] sub x8, x29, #60 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #36] add x8, x8, x9 strb wzr, [x8] b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB1_1 LBB1_8: str wzr, [sp, #36] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldr x9, [sp, #48] ldrsw x10, [sp, #36] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB1_11 LBB1_11: ; in Loop: Header=BB1_9 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB1_9 LBB1_12: b LBB1_13 LBB1_13: ; =>This Loop Header: Depth=1 ; Child Loop BB1_39 Depth 2 ldr w8, [sp, #28] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB1_50 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=1 strb wzr, [sp, #35] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf bl _getchar strb w0, [sp, #46] ldrsb w8, [sp, #46] subs w8, w8, #48 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #68 cset w8, hi tbnz w8, #0, LBB1_30 ; %bb.15: ; in Loop: Header=BB1_13 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI1_0@PAGE add x10, x10, lJTI1_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB1_16: mov w0, #0 bl _exit LBB1_17: ; in Loop: Header=BB1_13 Depth=1 str wzr, [sp, #40] b LBB1_31 LBB1_18: ; in Loop: Header=BB1_13 Depth=1 mov w8, #1 str w8, [sp, #40] b LBB1_31 LBB1_19: ; in Loop: Header=BB1_13 Depth=1 mov w8, #2 str w8, [sp, #40] b LBB1_31 LBB1_20: ; in Loop: Header=BB1_13 Depth=1 mov w8, #3 str w8, [sp, #40] b LBB1_31 LBB1_21: ; in Loop: Header=BB1_13 Depth=1 mov w8, #4 str w8, [sp, #40] b LBB1_31 LBB1_22: ; in Loop: Header=BB1_13 Depth=1 mov w8, #5 str w8, [sp, #40] b LBB1_31 LBB1_23: ; in Loop: Header=BB1_13 Depth=1 mov w8, #6 str w8, [sp, #40] b LBB1_31 LBB1_24: ; in Loop: Header=BB1_13 Depth=1 mov w8, #7 str w8, [sp, #40] b LBB1_31 LBB1_25: ; in Loop: Header=BB1_13 Depth=1 mov w8, #8 str w8, [sp, #40] b LBB1_31 LBB1_26: ; in Loop: Header=BB1_13 Depth=1 mov w8, #9 str w8, [sp, #40] b LBB1_31 LBB1_27: ; in Loop: Header=BB1_13 Depth=1 mov w8, #10 str w8, [sp, #40] b LBB1_31 LBB1_28: ; in Loop: Header=BB1_13 Depth=1 mov w8, #11 str w8, [sp, #40] b LBB1_31 LBB1_29: ; in Loop: Header=BB1_13 Depth=1 mov w8, #12 str w8, [sp, #40] b LBB1_31 LBB1_30: ; in Loop: Header=BB1_13 Depth=1 mov w8, #1 strb w8, [sp, #35] b LBB1_31 LBB1_31: ; in Loop: Header=BB1_13 Depth=1 bl _getchar strb w0, [sp, #45] ldrsb w8, [sp, #45] subs w8, w8, #67 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #48 cset w8, hi tbnz w8, #0, LBB1_37 ; %bb.32: ; in Loop: Header=BB1_13 Depth=1 ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI1_1@PAGE add x10, x10, lJTI1_1@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB1_33: ; in Loop: Header=BB1_13 Depth=1 str wzr, [sp, #36] b LBB1_38 LBB1_34: ; in Loop: Header=BB1_13 Depth=1 mov w8, #1 str w8, [sp, #36] b LBB1_38 LBB1_35: ; in Loop: Header=BB1_13 Depth=1 mov w8, #2 str w8, [sp, #36] b LBB1_38 LBB1_36: ; in Loop: Header=BB1_13 Depth=1 mov w8, #3 str w8, [sp, #36] b LBB1_38 LBB1_37: ; in Loop: Header=BB1_13 Depth=1 mov w8, #1 strb w8, [sp, #35] b LBB1_38 LBB1_38: ; in Loop: Header=BB1_13 Depth=1 b LBB1_39 LBB1_39: ; Parent Loop BB1_13 Depth=1 ; => This Inner Loop Header: Depth=2 bl _getchar strb w0, [sp, #47] sxtb w8, w0 subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB1_43 b LBB1_40 LBB1_40: ; in Loop: Header=BB1_39 Depth=2 ldrsb w8, [sp, #47] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB1_42 b LBB1_41 LBB1_41: ; in Loop: Header=BB1_39 Depth=2 mov w8, #1 strb w8, [sp, #35] b LBB1_42 LBB1_42: ; in Loop: Header=BB1_39 Depth=2 b LBB1_39 LBB1_43: ; in Loop: Header=BB1_13 Depth=1 ldrb w8, [sp, #35] tbz w8, #0, LBB1_45 b LBB1_44 LBB1_44: ; in Loop: Header=BB1_13 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB1_49 LBB1_45: ; in Loop: Header=BB1_13 Depth=1 ldrsw x9, [sp, #40] sub x8, x29, #60 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #36] add x8, x8, x9 ldrb w8, [x8] tbz w8, #0, LBB1_47 b LBB1_46 LBB1_46: ; in Loop: Header=BB1_13 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB1_48 LBB1_47: ; in Loop: Header=BB1_13 Depth=1 ldr x8, [sp, #56] ldrsw x9, [sp, #40] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldr x8, [sp, #48] ldrsw x9, [sp, #36] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldrsw x9, [sp, #40] sub x8, x29, #60 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #36] add x9, x8, x9 mov w8, #1 strb w8, [x9] ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB1_48 LBB1_48: ; in Loop: Header=BB1_13 Depth=1 b LBB1_49 LBB1_49: ; in Loop: Header=BB1_13 Depth=1 b LBB1_13 LBB1_50: 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_52 b LBB1_51 LBB1_51: bl ___stack_chk_fail LBB1_52: ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_16-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_17-Ltmp0 .long LBB1_18-Ltmp0 .long LBB1_19-Ltmp0 .long LBB1_20-Ltmp0 .long LBB1_21-Ltmp0 .long LBB1_22-Ltmp0 .long LBB1_23-Ltmp0 .long LBB1_24-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_29-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_26-Ltmp0 .long LBB1_28-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_25-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_29-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_26-Ltmp0 .long LBB1_28-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_25-Ltmp0 .p2align 2 lJTI1_1: .long LBB1_33-Ltmp1 .long LBB1_34-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_35-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_36-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_33-Ltmp1 .long LBB1_34-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_35-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_37-Ltmp1 .long LBB1_36-Ltmp1 ; -- End function .globl _analyze_hand ; -- Begin function analyze_hand .p2align 2 _analyze_hand: ; @analyze_hand .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 str x0, [sp, #72] str x1, [sp, #64] str x2, [sp, #56] str x3, [sp, #48] str x4, [sp, #40] str x5, [sp, #32] str x6, [sp, #24] str wzr, [sp, #20] ldr x8, [sp, #56] strb wzr, [x8] ldr x8, [sp, #48] strb wzr, [x8] ldr x8, [sp, #40] strb wzr, [x8] ldr x8, [sp, #32] strb wzr, [x8] ldr x8, [sp, #24] str wzr, [x8] str wzr, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #64] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr x9, [sp, #48] mov w8, #1 strb w8, [x9] b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_6: str wzr, [sp, #16] b LBB2_7 LBB2_7: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #72] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_7 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_7 LBB2_9: b LBB2_10 LBB2_10: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #13 cset w8, ge mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB2_12 b LBB2_11 LBB2_11: ; in Loop: Header=BB2_10 Depth=1 ldr x8, [sp, #72] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, gt str w8, [sp, #8] ; 4-byte Folded Spill b LBB2_12 LBB2_12: ; in Loop: Header=BB2_10 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB2_15 b LBB2_13 LBB2_13: ; in Loop: Header=BB2_10 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB2_14 LBB2_14: ; in Loop: Header=BB2_10 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_10 LBB2_15: ldr w8, [sp, #20] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB2_17 b LBB2_16 LBB2_16: ldr x9, [sp, #56] mov w8, #1 strb w8, [x9] b LBB2_27 LBB2_17: str wzr, [sp, #16] b LBB2_18 LBB2_18: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #13 cset w8, ge tbnz w8, #0, LBB2_27 b LBB2_19 LBB2_19: ; in Loop: Header=BB2_18 Depth=1 ldr x8, [sp, #72] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB2_21 b LBB2_20 LBB2_20: ; in Loop: Header=BB2_18 Depth=1 ldr x9, [sp, #40] mov w8, #1 strb w8, [x9] b LBB2_21 LBB2_21: ; in Loop: Header=BB2_18 Depth=1 ldr x8, [sp, #72] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB2_23 b LBB2_22 LBB2_22: ; in Loop: Header=BB2_18 Depth=1 ldr x9, [sp, #32] mov w8, #1 strb w8, [x9] b LBB2_23 LBB2_23: ; in Loop: Header=BB2_18 Depth=1 ldr x8, [sp, #72] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB2_25 b LBB2_24 LBB2_24: ; in Loop: Header=BB2_18 Depth=1 ldr x9, [sp, #24] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_25 LBB2_25: ; in Loop: Header=BB2_18 Depth=1 b LBB2_26 LBB2_26: ; in Loop: Header=BB2_18 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_18 LBB2_27: add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _print_result ; -- Begin function print_result .p2align 2 _print_result: ; @print_result .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] ldrb w8, [x8] tbz w8, #0, LBB3_3 b LBB3_1 LBB3_1: ldur x8, [x29, #-16] ldrb w8, [x8] tbz w8, #0, LBB3_3 b LBB3_2 LBB3_2: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB3_26 LBB3_3: ldr x8, [sp, #24] ldrb w8, [x8] tbz w8, #0, LBB3_5 b LBB3_4 LBB3_4: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB3_25 LBB3_5: ldr x8, [sp, #16] ldrb w8, [x8] tbz w8, #0, LBB3_8 b LBB3_6 LBB3_6: ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB3_24 LBB3_8: ldur x8, [x29, #-16] ldrb w8, [x8] tbz w8, #0, LBB3_10 b LBB3_9 LBB3_9: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf b LBB3_23 LBB3_10: ldur x8, [x29, #-8] ldrb w8, [x8] tbz w8, #0, LBB3_12 b LBB3_11 LBB3_11: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB3_22 LBB3_12: ldr x8, [sp, #16] ldrb w8, [x8] tbz w8, #0, LBB3_14 b LBB3_13 LBB3_13: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB3_21 LBB3_14: ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB3_16 b LBB3_15 LBB3_15: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB3_20 LBB3_16: ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB3_19 LBB3_18: adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf b LBB3_19 LBB3_19: b LBB3_20 LBB3_20: b LBB3_21 LBB3_21: b LBB3_22 LBB3_22: b LBB3_23 LBB3_23: b LBB3_24 LBB3_24: b LBB3_25 LBB3_25: b LBB3_26 LBB3_26: adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf 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 "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n" l_.str.1: ; @.str.1 .asciz "While entering card, enter 0c to exit game.\n" l_.str.2: ; @.str.2 .asciz "Enter a card: " l_.str.3: ; @.str.3 .asciz "Bad card; ignored.\n" l_.str.4: ; @.str.4 .asciz "Duplicate card; ignored.\n" l_.str.5: ; @.str.5 .asciz "Straight flush" l_.str.6: ; @.str.6 .asciz "Four of a kind" l_.str.7: ; @.str.7 .asciz "Full house" l_.str.8: ; @.str.8 .asciz "Flush" l_.str.9: ; @.str.9 .asciz "Straight" l_.str.10: ; @.str.10 .asciz "Three of a kind" l_.str.11: ; @.str.11 .asciz "Two pairs" l_.str.12: ; @.str.12 .asciz "Pair" l_.str.13: ; @.str.13 .asciz "High card" l_.str.14: ; @.str.14 .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 $96, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -64(%rbp), %rdi leaq -80(%rbp), %rsi callq _read_cards leaq -64(%rbp), %rdi leaq -80(%rbp), %rsi leaq -5(%rbp), %rdx leaq -6(%rbp), %rcx leaq -7(%rbp), %r8 leaq -8(%rbp), %r9 leaq -12(%rbp), %rax movq %rax, (%rsp) callq _analyze_hand leaq -5(%rbp), %rdi leaq -6(%rbp), %rsi leaq -7(%rbp), %rdx leaq -8(%rbp), %rcx leaq -12(%rbp), %r8 callq _print_result jmp LBB0_1 .cfi_endproc ## -- End function .globl _read_cards ## -- Begin function read_cards .p2align 4, 0x90 _read_cards: ## @read_cards .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, -72(%rbp) movq %rsi, -80(%rbp) movl $0, -100(%rbp) movl $0, -88(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 cmpl $13, -88(%rbp) jge LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -72(%rbp), %rax movslq -88(%rbp), %rcx movl $0, (%rax,%rcx,4) movl $0, -92(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -92(%rbp) jge LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movslq -88(%rbp), %rcx leaq -64(%rbp), %rax shlq $2, %rcx addq %rcx, %rax movslq -92(%rbp), %rcx movb $0, (%rax,%rcx) ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%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 -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB1_1 LBB1_8: movl $0, -92(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 cmpl $4, -92(%rbp) jge LBB1_12 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movq -80(%rbp), %rax movslq -92(%rbp), %rcx movl $0, (%rax,%rcx,4) ## %bb.11: ## in Loop: Header=BB1_9 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB1_9 LBB1_12: jmp LBB1_13 LBB1_13: ## =>This Loop Header: Depth=1 ## Child Loop BB1_37 Depth 2 cmpl $5, -100(%rbp) jge LBB1_48 ## %bb.14: ## in Loop: Header=BB1_13 Depth=1 movb $0, -93(%rbp) leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _getchar ## kill: def $al killed $al killed $eax movb %al, -82(%rbp) movsbl -82(%rbp), %eax addl $-48, %eax movl %eax, %ecx movq %rcx, -112(%rbp) ## 8-byte Spill subl $68, %eax ja LBB1_29 ## %bb.51: ## in Loop: Header=BB1_13 Depth=1 movq -112(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_15: xorl %edi, %edi callq _exit LBB1_16: ## in Loop: Header=BB1_13 Depth=1 movl $0, -88(%rbp) jmp LBB1_30 LBB1_17: ## in Loop: Header=BB1_13 Depth=1 movl $1, -88(%rbp) jmp LBB1_30 LBB1_18: ## in Loop: Header=BB1_13 Depth=1 movl $2, -88(%rbp) jmp LBB1_30 LBB1_19: ## in Loop: Header=BB1_13 Depth=1 movl $3, -88(%rbp) jmp LBB1_30 LBB1_20: ## in Loop: Header=BB1_13 Depth=1 movl $4, -88(%rbp) jmp LBB1_30 LBB1_21: ## in Loop: Header=BB1_13 Depth=1 movl $5, -88(%rbp) jmp LBB1_30 LBB1_22: ## in Loop: Header=BB1_13 Depth=1 movl $6, -88(%rbp) jmp LBB1_30 LBB1_23: ## in Loop: Header=BB1_13 Depth=1 movl $7, -88(%rbp) jmp LBB1_30 LBB1_24: ## in Loop: Header=BB1_13 Depth=1 movl $8, -88(%rbp) jmp LBB1_30 LBB1_25: ## in Loop: Header=BB1_13 Depth=1 movl $9, -88(%rbp) jmp LBB1_30 LBB1_26: ## in Loop: Header=BB1_13 Depth=1 movl $10, -88(%rbp) jmp LBB1_30 LBB1_27: ## in Loop: Header=BB1_13 Depth=1 movl $11, -88(%rbp) jmp LBB1_30 LBB1_28: ## in Loop: Header=BB1_13 Depth=1 movl $12, -88(%rbp) jmp LBB1_30 LBB1_29: ## in Loop: Header=BB1_13 Depth=1 movb $1, -93(%rbp) LBB1_30: ## in Loop: Header=BB1_13 Depth=1 callq _getchar ## kill: def $al killed $al killed $eax movb %al, -83(%rbp) movsbl -83(%rbp), %eax addl $-67, %eax movl %eax, %ecx movq %rcx, -120(%rbp) ## 8-byte Spill subl $48, %eax ja LBB1_35 ## %bb.52: ## in Loop: Header=BB1_13 Depth=1 movq -120(%rbp), %rax ## 8-byte Reload leaq LJTI1_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_31: ## in Loop: Header=BB1_13 Depth=1 movl $0, -92(%rbp) jmp LBB1_36 LBB1_32: ## in Loop: Header=BB1_13 Depth=1 movl $1, -92(%rbp) jmp LBB1_36 LBB1_33: ## in Loop: Header=BB1_13 Depth=1 movl $2, -92(%rbp) jmp LBB1_36 LBB1_34: ## in Loop: Header=BB1_13 Depth=1 movl $3, -92(%rbp) jmp LBB1_36 LBB1_35: ## in Loop: Header=BB1_13 Depth=1 movb $1, -93(%rbp) LBB1_36: ## in Loop: Header=BB1_13 Depth=1 jmp LBB1_37 LBB1_37: ## Parent Loop BB1_13 Depth=1 ## => This Inner Loop Header: Depth=2 callq _getchar ## kill: def $al killed $al killed $eax movb %al, -81(%rbp) movsbl %al, %eax cmpl $10, %eax je LBB1_41 ## %bb.38: ## in Loop: Header=BB1_37 Depth=2 movsbl -81(%rbp), %eax cmpl $32, %eax je LBB1_40 ## %bb.39: ## in Loop: Header=BB1_37 Depth=2 movb $1, -93(%rbp) LBB1_40: ## in Loop: Header=BB1_37 Depth=2 jmp LBB1_37 LBB1_41: ## in Loop: Header=BB1_13 Depth=1 testb $1, -93(%rbp) je LBB1_43 ## %bb.42: ## in Loop: Header=BB1_13 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB1_47 LBB1_43: ## in Loop: Header=BB1_13 Depth=1 movslq -88(%rbp), %rcx leaq -64(%rbp), %rax shlq $2, %rcx addq %rcx, %rax movslq -92(%rbp), %rcx testb $1, (%rax,%rcx) je LBB1_45 ## %bb.44: ## in Loop: Header=BB1_13 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB1_46 LBB1_45: ## in Loop: Header=BB1_13 Depth=1 movq -72(%rbp), %rax movslq -88(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movl %edx, (%rax,%rcx,4) movq -80(%rbp), %rax movslq -92(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movl %edx, (%rax,%rcx,4) movslq -88(%rbp), %rcx leaq -64(%rbp), %rax shlq $2, %rcx addq %rcx, %rax movslq -92(%rbp), %rcx movb $1, (%rax,%rcx) movl -100(%rbp), %eax addl $1, %eax movl %eax, -100(%rbp) LBB1_46: ## in Loop: Header=BB1_13 Depth=1 jmp LBB1_47 LBB1_47: ## in Loop: Header=BB1_13 Depth=1 jmp LBB1_13 LBB1_48: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_50 ## %bb.49: addq $128, %rsp popq %rbp retq LBB1_50: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_15, LBB1_15-LJTI1_0 .set L1_0_set_29, LBB1_29-LJTI1_0 .set L1_0_set_16, LBB1_16-LJTI1_0 .set L1_0_set_17, LBB1_17-LJTI1_0 .set L1_0_set_18, LBB1_18-LJTI1_0 .set L1_0_set_19, LBB1_19-LJTI1_0 .set L1_0_set_20, LBB1_20-LJTI1_0 .set L1_0_set_21, LBB1_21-LJTI1_0 .set L1_0_set_22, LBB1_22-LJTI1_0 .set L1_0_set_23, LBB1_23-LJTI1_0 .set L1_0_set_28, LBB1_28-LJTI1_0 .set L1_0_set_25, LBB1_25-LJTI1_0 .set L1_0_set_27, LBB1_27-LJTI1_0 .set L1_0_set_26, LBB1_26-LJTI1_0 .set L1_0_set_24, LBB1_24-LJTI1_0 LJTI1_0: .long L1_0_set_15 .long L1_0_set_29 .long L1_0_set_16 .long L1_0_set_17 .long L1_0_set_18 .long L1_0_set_19 .long L1_0_set_20 .long L1_0_set_21 .long L1_0_set_22 .long L1_0_set_23 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_28 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_25 .long L1_0_set_27 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_26 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_24 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_28 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_25 .long L1_0_set_27 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_26 .long L1_0_set_29 .long L1_0_set_29 .long L1_0_set_24 .set L1_1_set_31, LBB1_31-LJTI1_1 .set L1_1_set_32, LBB1_32-LJTI1_1 .set L1_1_set_35, LBB1_35-LJTI1_1 .set L1_1_set_33, LBB1_33-LJTI1_1 .set L1_1_set_34, LBB1_34-LJTI1_1 LJTI1_1: .long L1_1_set_31 .long L1_1_set_32 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_33 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_34 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_31 .long L1_1_set_32 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_33 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_35 .long L1_1_set_34 .end_data_region ## -- End function .globl _analyze_hand ## -- Begin function analyze_hand .p2align 4, 0x90 _analyze_hand: ## @analyze_hand .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq 16(%rbp), %rax movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movq %r9, -48(%rbp) movl $0, -52(%rbp) movq -24(%rbp), %rax movb $0, (%rax) movq -32(%rbp), %rax movb $0, (%rax) movq -40(%rbp), %rax movb $0, (%rax) movq -48(%rbp), %rax movb $0, (%rax) movq 16(%rbp), %rax movl $0, (%rax) movl $0, -60(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $4, -60(%rbp) jge LBB2_6 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -60(%rbp), %rcx cmpl $5, (%rax,%rcx,4) jne LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movq -32(%rbp), %rax movb $1, (%rax) LBB2_4: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_5 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB2_1 LBB2_6: movl $0, -56(%rbp) LBB2_7: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -56(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jne LBB2_9 ## %bb.8: ## in Loop: Header=BB2_7 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB2_7 LBB2_9: jmp LBB2_10 LBB2_10: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $13, -56(%rbp) movb %al, -61(%rbp) ## 1-byte Spill jge LBB2_12 ## %bb.11: ## in Loop: Header=BB2_10 Depth=1 movq -8(%rbp), %rax movslq -56(%rbp), %rcx cmpl $0, (%rax,%rcx,4) setg %al movb %al, -61(%rbp) ## 1-byte Spill LBB2_12: ## in Loop: Header=BB2_10 Depth=1 movb -61(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_13 jmp LBB2_15 LBB2_13: ## in Loop: Header=BB2_10 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) ## %bb.14: ## in Loop: Header=BB2_10 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB2_10 LBB2_15: cmpl $5, -52(%rbp) jne LBB2_17 ## %bb.16: movq -24(%rbp), %rax movb $1, (%rax) jmp LBB2_27 LBB2_17: movl $0, -56(%rbp) LBB2_18: ## =>This Inner Loop Header: Depth=1 cmpl $13, -56(%rbp) jge LBB2_27 ## %bb.19: ## in Loop: Header=BB2_18 Depth=1 movq -8(%rbp), %rax movslq -56(%rbp), %rcx cmpl $4, (%rax,%rcx,4) jne LBB2_21 ## %bb.20: ## in Loop: Header=BB2_18 Depth=1 movq -40(%rbp), %rax movb $1, (%rax) LBB2_21: ## in Loop: Header=BB2_18 Depth=1 movq -8(%rbp), %rax movslq -56(%rbp), %rcx cmpl $3, (%rax,%rcx,4) jne LBB2_23 ## %bb.22: ## in Loop: Header=BB2_18 Depth=1 movq -48(%rbp), %rax movb $1, (%rax) LBB2_23: ## in Loop: Header=BB2_18 Depth=1 movq -8(%rbp), %rax movslq -56(%rbp), %rcx cmpl $2, (%rax,%rcx,4) jne LBB2_25 ## %bb.24: ## in Loop: Header=BB2_18 Depth=1 movq 16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB2_25: ## in Loop: Header=BB2_18 Depth=1 jmp LBB2_26 LBB2_26: ## in Loop: Header=BB2_18 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB2_18 LBB2_27: popq %rbp retq .cfi_endproc ## -- End function .globl _print_result ## -- Begin function print_result .p2align 4, 0x90 _print_result: ## @print_result .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 testb $1, (%rax) je LBB3_3 ## %bb.1: movq -16(%rbp), %rax testb $1, (%rax) je LBB3_3 ## %bb.2: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB3_26 LBB3_3: movq -24(%rbp), %rax testb $1, (%rax) je LBB3_5 ## %bb.4: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf jmp LBB3_25 LBB3_5: movq -32(%rbp), %rax testb $1, (%rax) je LBB3_8 ## %bb.6: movq -40(%rbp), %rax cmpl $1, (%rax) jne LBB3_8 ## %bb.7: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB3_24 LBB3_8: movq -16(%rbp), %rax testb $1, (%rax) je LBB3_10 ## %bb.9: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf jmp LBB3_23 LBB3_10: movq -8(%rbp), %rax testb $1, (%rax) je LBB3_12 ## %bb.11: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB3_22 LBB3_12: movq -32(%rbp), %rax testb $1, (%rax) je LBB3_14 ## %bb.13: leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf jmp LBB3_21 LBB3_14: movq -40(%rbp), %rax cmpl $2, (%rax) jne LBB3_16 ## %bb.15: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf jmp LBB3_20 LBB3_16: movq -40(%rbp), %rax cmpl $1, (%rax) jne LBB3_18 ## %bb.17: leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf jmp LBB3_19 LBB3_18: leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf LBB3_19: jmp LBB3_20 LBB3_20: jmp LBB3_21 LBB3_21: jmp LBB3_22 LBB3_22: jmp LBB3_23 LBB3_23: jmp LBB3_24 LBB3_24: jmp LBB3_25 LBB3_25: jmp LBB3_26 LBB3_26: leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n" L_.str.1: ## @.str.1 .asciz "While entering card, enter 0c to exit game.\n" L_.str.2: ## @.str.2 .asciz "Enter a card: " L_.str.3: ## @.str.3 .asciz "Bad card; ignored.\n" L_.str.4: ## @.str.4 .asciz "Duplicate card; ignored.\n" L_.str.5: ## @.str.5 .asciz "Straight flush" L_.str.6: ## @.str.6 .asciz "Four of a kind" L_.str.7: ## @.str.7 .asciz "Full house" L_.str.8: ## @.str.8 .asciz "Flush" L_.str.9: ## @.str.9 .asciz "Straight" L_.str.10: ## @.str.10 .asciz "Three of a kind" L_.str.11: ## @.str.11 .asciz "Two pairs" L_.str.12: ## @.str.12 .asciz "Pair" L_.str.13: ## @.str.13 .asciz "High card" L_.str.14: ## @.str.14 .asciz "\n\n" .subsections_via_symbols
the_stack_data/212644090.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #384 .cfi_def_cfa_offset 384 stp x28, x27, [sp, #352] ; 16-byte Folded Spill stp x29, x30, [sp, #368] ; 16-byte Folded Spill add x29, sp, #368 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub x11, x29, #56 mov x8, x1 adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-24] mov w1, #0 str wzr, [sp, #52] str w0, [sp, #48] str x8, [sp, #40] adrp x8, l___const.main.tx_buf@PAGE add x8, x8, l___const.main.tx_buf@PAGEOFF ldr x10, [x8] sub x9, x29, #56 str x10, [x11] ldur x8, [x8, #7] stur x8, [x9, #7] add x0, sp, #56 mov x2, #256 bl _memset ldr w8, [sp, #48] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldr x8, [sp, #40] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #0 bl _exit LBB0_2: sub x8, x29, #40 mov w9, #2 sturb w9, [x29, #-39] ldr x9, [sp, #40] ldr x1, [x9, #8] add x2, x8, #4 mov w0, #2 bl _inet_pton subs w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _perror mov w0, #-1 bl _exit LBB0_4: ldr x8, [sp, #40] ldr x0, [x8, #16] bl _atoi and w0, w0, #0xffff bl __OSSwapInt16 and w8, w0, #0xffff sturh w8, [x29, #-38] mov w0, #2 mov w1, #1 mov w2, #0 bl _socket str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #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 _perror mov w0, #-1 bl _exit LBB0_6: ldr w0, [sp, #36] sub x1, x29, #40 mov w2, #16 bl _connect subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _perror ldr w0, [sp, #36] bl _close mov w0, #-1 bl _exit LBB0_8: ldr w8, [sp, #36] str w8, [sp, #24] ; 4-byte Folded Spill sub x0, x29, #56 str x0, [sp, #16] ; 8-byte Folded Spill bl _strlen ldr x1, [sp, #16] ; 8-byte Folded Reload mov x2, x0 ldr w0, [sp, #24] ; 4-byte Folded Reload bl _write mov x8, x0 str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _perror ldr w0, [sp, #36] bl _close mov w0, #-1 bl _exit LBB0_10: ldr w0, [sp, #36] add x1, sp, #56 mov x2, #255 bl _read mov x8, x0 str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _perror ldr w0, [sp, #36] bl _close mov w0, #-1 bl _exit LBB0_12: mov x9, sp add x8, sp, #56 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr w0, [sp, #36] bl _close ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: bl ___stack_chk_fail LBB0_14: mov w0, #0 ldp x29, x30, [sp, #368] ; 16-byte Folded Reload ldp x28, x27, [sp, #352] ; 16-byte Folded Reload add sp, sp, #384 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function _OSSwapInt16 __OSSwapInt16: ; @_OSSwapInt16 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strh w0, [sp, #14] ldrh w9, [sp, #14] ldrh w8, [sp, #14] asr w8, w8, #8 orr w8, w8, w9, lsl #8 and w0, w8, #0xffff add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.tx_buf: ; @__const.main.tx_buf .asciz "Test message!\n" l_.str: ; @.str .asciz "Usage: %s ip_addr port\n" l_.str.1: ; @.str.1 .asciz "Error converting IP address" l_.str.2: ; @.str.2 .asciz "Error getting socket" l_.str.3: ; @.str.3 .asciz "Error connecting to address" l_.str.4: ; @.str.4 .asciz "Error writing to address" l_.str.5: ; @.str.5 .asciz "Error reading from socket" l_.str.6: ; @.str.6 .asciz "Reply received: %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 $352, %rsp ## imm = 0x160 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) movq L___const.main.tx_buf(%rip), %rax movq %rax, -39(%rbp) movl L___const.main.tx_buf+8(%rip), %eax movl %eax, -31(%rbp) movw L___const.main.tx_buf+12(%rip), %ax movw %ax, -27(%rbp) movb L___const.main.tx_buf+14(%rip), %al movb %al, -25(%rbp) leaq -304(%rbp), %rdi xorl %esi, %esi movl $256, %edx ## imm = 0x100 callq _memset cmpl $3, -312(%rbp) jge LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -320(%rbp), %rax movq (%rax), %rdx leaq L_.str(%rip), %rsi xorl %eax, %eax movl %eax, -336(%rbp) ## 4-byte Spill callq _fprintf movl -336(%rbp), %edi ## 4-byte Reload callq _exit LBB0_2: movb $2, -23(%rbp) movq -320(%rbp), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdx addq $4, %rdx movl $2, %edi callq _inet_pton cmpl $1, %eax je LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi callq _perror movl $-1, %edi callq _exit LBB0_4: movq -320(%rbp), %rax movq 16(%rax), %rdi callq _atoi ## kill: def $ax killed $ax killed $eax movzwl %ax, %edi callq __OSSwapInt16 movzwl %ax, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -22(%rbp) movl $2, %edi movl $1, %esi xorl %edx, %edx callq _socket movl %eax, -324(%rbp) cmpl $0, -324(%rbp) jge LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rdi callq _perror movl $-1, %edi callq _exit LBB0_6: movl -324(%rbp), %edi leaq -24(%rbp), %rsi movl $16, %edx callq _connect cmpl $0, %eax jge LBB0_8 ## %bb.7: leaq L_.str.3(%rip), %rdi callq _perror movl -324(%rbp), %edi callq _close movl $-1, %edi callq _exit LBB0_8: movl -324(%rbp), %eax movl %eax, -348(%rbp) ## 4-byte Spill leaq -39(%rbp), %rax movq %rax, -344(%rbp) ## 8-byte Spill leaq -39(%rbp), %rdi callq _strlen movl -348(%rbp), %edi ## 4-byte Reload movq -344(%rbp), %rsi ## 8-byte Reload movq %rax, %rdx callq _write ## kill: def $eax killed $eax killed $rax movl %eax, -332(%rbp) cmpl $0, -332(%rbp) jge LBB0_10 ## %bb.9: leaq L_.str.4(%rip), %rdi callq _perror movl -324(%rbp), %edi callq _close movl $-1, %edi callq _exit LBB0_10: movl -324(%rbp), %edi leaq -304(%rbp), %rsi movl $255, %edx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -332(%rbp) cmpl $0, -332(%rbp) jge LBB0_12 ## %bb.11: leaq L_.str.5(%rip), %rdi callq _perror movl -324(%rbp), %edi callq _close movl $-1, %edi callq _exit LBB0_12: leaq -304(%rbp), %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl -324(%rbp), %edi callq _close 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 $352, %rsp ## imm = 0x160 popq %rbp retq LBB0_14: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function _OSSwapInt16 __OSSwapInt16: ## @_OSSwapInt16 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movw %di, %ax movw %ax, -2(%rbp) movzwl -2(%rbp), %eax shll $8, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movzwl %ax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.main.tx_buf: ## @__const.main.tx_buf .asciz "Test message!\n" L_.str: ## @.str .asciz "Usage: %s ip_addr port\n" L_.str.1: ## @.str.1 .asciz "Error converting IP address" L_.str.2: ## @.str.2 .asciz "Error getting socket" L_.str.3: ## @.str.3 .asciz "Error connecting to address" L_.str.4: ## @.str.4 .asciz "Error writing to address" L_.str.5: ## @.str.5 .asciz "Error reading from socket" L_.str.6: ## @.str.6 .asciz "Reply received: %s\n" .subsections_via_symbols
the_stack_data/247017702.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _print_array ; -- Begin function print_array .p2align 2 _print_array: ; @print_array .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur w8, [x29, #-12] str w8, [sp, #16] str wzr, [sp, #12] str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #16] 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, #-8] 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 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_1 LBB0_4: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d " l_.str.1: ; @.str.1 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _print_array ## -- Begin function print_array .p2align 4, 0x90 _print_array: ## @print_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl -12(%rbp), %eax movl %eax, -16(%rbp) movl $0, -20(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf 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 "\n" .subsections_via_symbols
the_stack_data/1201272.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 wzr, [sp, #20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #20] sub x8, x29, #20 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b 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: sub x0, x29, #20 bl _classification str w0, [sp, #16] ; 4-byte Folded Spill subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_5 LBB0_5: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_10 LBB0_7: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_11 LBB0_8: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_11 LBB0_9: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_11 LBB0_10: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_11: ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: bl ___stack_chk_fail LBB0_13: 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 .globl _classification ; -- Begin function classification .p2align 2 _classification: ; @classification .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] ldr w8, [x8] ldr x9, [sp] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_1 LBB1_1: ldr x8, [sp] ldr w8, [x8, #4] ldr x9, [sp] ldr w9, [x9, #8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: mov w8, #2 str w8, [sp, #12] b LBB1_8 LBB1_3: ldr x8, [sp] ldr w8, [x8] ldr x9, [sp] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ldr x8, [sp] ldr w8, [x8] ldr x9, [sp] ldr w9, [x9, #8] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ldr x8, [sp] ldr w8, [x8, #4] ldr x9, [sp] ldr w9, [x9, #8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: mov w8, #1 str w8, [sp, #12] b LBB1_8 LBB1_7: str wzr, [sp, #12] b LBB1_8 LBB1_8: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _clear ; -- Begin function clear .p2align 2 _clear: ; @clear .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.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _system ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "Scaleno" l_.str.2: ; @.str.2 .asciz "Isoscele" l_.str.3: ; @.str.3 .asciz "Equilatero" l_.str.4: ; @.str.4 .asciz "Errore" l_.str.5: ; @.str.5 .asciz "cls" .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 $0, -28(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -28(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -28(%rbp), %rax leaq -20(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_1 LBB0_4: leaq -20(%rbp), %rdi callq _classification movl %eax, %ecx movl %ecx, -32(%rbp) ## 4-byte Spill testl %eax, %eax je LBB0_5 jmp LBB0_12 LBB0_12: movl -32(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB0_6 jmp LBB0_13 LBB0_13: movl -32(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_7 jmp LBB0_8 LBB0_5: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_6: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_7: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_8: leaq L_.str.4(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_9: movl -24(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_11 ## %bb.10: movl -36(%rbp), %eax ## 4-byte Reload addq $48, %rsp popq %rbp retq LBB0_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _classification ## -- Begin function classification .p2align 4, 0x90 _classification: ## @classification .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx cmpl 4(%rcx), %eax jne LBB1_3 ## %bb.1: movq -16(%rbp), %rax movl 4(%rax), %eax movq -16(%rbp), %rcx cmpl 8(%rcx), %eax jne LBB1_3 ## %bb.2: movl $2, -4(%rbp) jmp LBB1_8 LBB1_3: movq -16(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx cmpl 4(%rcx), %eax je LBB1_6 ## %bb.4: movq -16(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx cmpl 8(%rcx), %eax je LBB1_6 ## %bb.5: movq -16(%rbp), %rax movl 4(%rax), %eax movq -16(%rbp), %rcx cmpl 8(%rcx), %eax jne LBB1_7 LBB1_6: movl $1, -4(%rbp) jmp LBB1_8 LBB1_7: movl $0, -4(%rbp) LBB1_8: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _clear ## -- Begin function clear .p2align 4, 0x90 _clear: ## @clear .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str.5(%rip), %rdi callq _system popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "Scaleno" L_.str.2: ## @.str.2 .asciz "Isoscele" L_.str.3: ## @.str.3 .asciz "Equilatero" L_.str.4: ## @.str.4 .asciz "Errore" L_.str.5: ## @.str.5 .asciz "cls" .subsections_via_symbols
the_stack_data/36074001.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test2 ; -- Begin function test2 .p2align 2 _test2: ; @test2 .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 sub x8, x29, #4 str x8, [sp, #32] ; 8-byte Folded Spill mov w8, #1 stur w8, [x29, #-4] sub x8, x29, #16 str x8, [sp, #24] ; 8-byte Folded Spill ldur x10, [x29, #-16] ldur x8, [x29, #-24] mov x9, sp mov x11, #1 str x11, [sp, #40] ; 8-byte Folded Spill str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF stur x0, [x29, #-32] ; 8-byte Folded Spill bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x11, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-32] ; 8-byte Folded Reload stur x8, [x29, #-24] ldur x10, [x29, #-16] ldur x8, [x29, #-24] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x11, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-32] ; 8-byte Folded Reload ldur x9, [x29, #-24] str x8, [x9] ldur x10, [x29, #-16] ldur x8, [x29, #-24] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _printf ldr x11, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-32] ; 8-byte Folded Reload ldur x9, [x29, #-16] mov w8, #2 str w8, [x9] ldur x10, [x29, #-16] ldur x8, [x29, #-24] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _printf ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-36] sub x9, x29, #40 str x9, [sp, #56] ; 8-byte Folded Spill mov w10, #2 stur w10, [x29, #-40] sub x8, x29, #44 str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-44] stur w10, [x29, #-44] mov x10, x8 stur x10, [x29, #-56] stur x9, [x29, #-64] ldur x9, [x29, #-56] ldur x10, [x29, #-64] subs x9, x9, x10 mov x10, #4 sdiv x9, x9, x10 ; kill: def $w9 killed $w9 killed $x9 stur w9, [x29, #-68] ldur w9, [x29, #-44] ; implicit-def: $x10 mov x10, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _printf ldr x8, [sp, #56] ; 8-byte Folded Reload mov x9, sp mov x10, #2 str x10, [sp, #48] ; 8-byte Folded Spill str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF str x0, [sp, #64] ; 8-byte Folded Spill bl _printf ldur w9, [x29, #-68] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #40] ; 8-byte Folded Reload ldur x10, [x29, #-56] mov w9, #3 str w9, [x10] ldur x10, [x29, #-64] mov w9, #5 str w9, [x10] ldur x10, [x29, #-56] ldursw x12, [x29, #-68] mov x11, #0 subs x11, x11, x12 str w9, [x10, x11, lsl #2] ldur w9, [x29, #-44] ; implicit-def: $x10 mov x10, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] bl _printf ldr x10, [sp, #48] ; 8-byte Folded Reload ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] bl _printf adrp x8, l___const.main.arr1@PAGE add x8, x8, l___const.main.arr1@PAGEOFF ldr q0, [x8] sub x12, x29, #32 stur q0, [x29, #-32] mov x8, x12 stur w8, [x29, #-72] mov x8, x12 str x8, [sp, #80] mov x8, x12 str x8, [sp, #72] ldur w8, [x29, #-72] ; implicit-def: $x11 mov x11, x8 ldr x10, [sp, #80] ldr x8, [sp, #72] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] 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 bl _test2 ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: bl ___stack_chk_fail LBB1_2: mov w0, #0 ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "i=%d, pi=%p, ppi=%p\n" l_.str.1: ; @.str.1 .asciz "i=%d, &i=%p\n" l_.str.2: ; @.str.2 .asciz "j=%d, &j=%p\n" l_.str.3: ; @.str.3 .asciz "dif=%d \n" .section __TEXT,__literal16,16byte_literals .p2align 2 ; @__const.main.arr1 l___const.main.arr1: .long 1 ; 0x1 .long 2 ; 0x2 .long 3 ; 0x3 .long 4 ; 0x4 .section __TEXT,__cstring,cstring_literals l_.str.4: ; @.str.4 .asciz "arr1=%p, arr2=%p, p1=%p, p2=%p\n" l_.str.5: ; @.str.5 .asciz "---------------------------\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test2 ## -- Begin function test2 .p2align 4, 0x90 _test2: ## @test2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $1, -4(%rbp) movq -16(%rbp), %rdx movq -24(%rbp), %rcx leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf leaq -16(%rbp), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rdx movq -24(%rbp), %rcx leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf movq -24(%rbp), %rax leaq -4(%rbp), %rcx movq %rcx, (%rax) movq -16(%rbp), %rdx movq -24(%rbp), %rcx leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf movq -16(%rbp), %rax movl $2, (%rax) movq -16(%rbp), %rdx movq -24(%rbp), %rcx leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf 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 $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movl $2, -40(%rbp) movl $0, -44(%rbp) movl $2, -44(%rbp) leaq -44(%rbp), %rax movq %rax, -56(%rbp) leaq -40(%rbp), %rax movq %rax, -64(%rbp) movq -56(%rbp), %rax movq -64(%rbp), %rcx subq %rcx, %rax sarq $2, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -68(%rbp) movl -44(%rbp), %esi leaq L_.str.1(%rip), %rdi leaq -44(%rbp), %rdx movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movl $2, %esi leaq -40(%rbp), %rdx movb $0, %al callq _printf movl -68(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -56(%rbp), %rax movl $3, (%rax) movq -64(%rbp), %rax movl $5, (%rax) movq -56(%rbp), %rax movslq -68(%rbp), %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx movl $5, (%rax,%rcx,4) movl -44(%rbp), %esi leaq L_.str.1(%rip), %rdi leaq -44(%rbp), %rdx movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movl $2, %esi leaq -40(%rbp), %rdx movb $0, %al callq _printf movq L___const.main.arr1(%rip), %rax movq %rax, -32(%rbp) movq L___const.main.arr1+8(%rip), %rax movq %rax, -24(%rbp) leaq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -72(%rbp) leaq -32(%rbp), %rax movq %rax, -80(%rbp) leaq -32(%rbp), %rax movq %rax, -88(%rbp) leaq -32(%rbp), %rsi movl -72(%rbp), %edx movq -80(%rbp), %rcx movq -88(%rbp), %r8 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf callq _test2 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_2 ## %bb.1: xorl %eax, %eax addq $96, %rsp popq %rbp retq LBB1_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "i=%d, pi=%p, ppi=%p\n" L_.str.1: ## @.str.1 .asciz "i=%d, &i=%p\n" L_.str.2: ## @.str.2 .asciz "j=%d, &j=%p\n" L_.str.3: ## @.str.3 .asciz "dif=%d \n" .section __TEXT,__literal16,16byte_literals .p2align 4 ## @__const.main.arr1 L___const.main.arr1: .long 1 ## 0x1 .long 2 ## 0x2 .long 3 ## 0x3 .long 4 ## 0x4 .section __TEXT,__cstring,cstring_literals L_.str.4: ## @.str.4 .asciz "arr1=%p, arr2=%p, p1=%p, p2=%p\n" L_.str.5: ## @.str.5 .asciz "---------------------------\n" .subsections_via_symbols
the_stack_data/98575676.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Init_empty ; -- Begin function Init_empty .p2align 2 _Init_empty: ; @Init_empty .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Init_empty ## -- Begin function Init_empty .p2align 4, 0x90 _Init_empty: ## @Init_empty .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/176706809.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ConvertToBase64 ; -- Begin function ConvertToBase64 .p2align 2 _ConvertToBase64: ; @ConvertToBase64 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str x1, [sp, #32] str w2, [sp, #28] ldr x8, [sp, #32] str x8, [sp, #16] ldr x8, [sp, #40] str x8, [sp, #8] str wzr, [sp, #4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldr w9, [sp, #4] subs w8, w8, w9 subs w8, w8, #3 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsb w8, [x8] asr w9, w8, #2 adrp x8, _g_ccB64Tbl@PAGE add x8, x8, _g_ccB64Tbl@PAGEOFF add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #8] add x11, x10, #1 str x11, [sp, #8] strb w9, [x10] ldr x9, [sp, #16] ldrsb w9, [x9] and w10, w9, #0x3 ldr x9, [sp, #16] ldrsb w9, [x9, #1] asr w9, w9, #4 orr w9, w9, w10, lsl #4 add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #8] add x11, x10, #1 str x11, [sp, #8] strb w9, [x10] ldr x9, [sp, #16] ldrsb w9, [x9, #1] and w10, w9, #0xf ldr x9, [sp, #16] ldrsb w9, [x9, #2] asr w9, w9, #6 orr w9, w9, w10, lsl #2 add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #8] add x11, x10, #1 str x11, [sp, #8] strb w9, [x10] ldr x9, [sp, #16] ldrsb w9, [x9, #2] and w9, w9, #0x3f add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #8] add x10, x9, #1 str x10, [sp, #8] strb w8, [x9] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #3 str w8, [sp, #4] ldr x8, [sp, #16] add x8, x8, #3 str x8, [sp, #16] b LBB0_1 LBB0_4: ldr w8, [sp, #4] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_5 LBB0_5: ldr x8, [sp, #16] ldrsb w8, [x8] asr w9, w8, #2 adrp x8, _g_ccB64Tbl@PAGE add x8, x8, _g_ccB64Tbl@PAGEOFF add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #8] add x10, x9, #1 str x10, [sp, #8] strb w8, [x9] ldr x8, [sp, #16] ldrsb w8, [x8] and w8, w8, #0x3 lsl w8, w8, #4 strb w8, [sp, #3] ldr w8, [sp, #28] ldr w9, [sp, #4] subs w8, w8, w9 subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x8, [sp, #16] ldrsb w9, [x8, #1] ldrb w8, [sp, #3] orr w8, w8, w9, asr #4 strb w8, [sp, #3] ldrb w8, [sp, #3] mov x10, x8 adrp x8, _g_ccB64Tbl@PAGE add x8, x8, _g_ccB64Tbl@PAGEOFF mov x9, x8 add x9, x9, x10 ldrb w9, [x9] ldr x10, [sp, #8] add x11, x10, #1 str x11, [sp, #8] strb w9, [x10] ldr x9, [sp, #16] ldrsb w9, [x9, #1] and w9, w9, #0xf lsl w9, w9, #2 add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #8] add x10, x9, #1 str x10, [sp, #8] strb w8, [x9] b LBB0_8 LBB0_7: ldrb w8, [sp, #3] mov x9, x8 adrp x8, _g_ccB64Tbl@PAGE add x8, x8, _g_ccB64Tbl@PAGEOFF add x8, x8, x9 ldrb w8, [x8] ldr x9, [sp, #8] add x10, x9, #1 str x10, [sp, #8] strb w8, [x9] ldr x9, [sp, #8] add x8, x9, #1 str x8, [sp, #8] mov w8, #61 strb w8, [x9] b LBB0_8 LBB0_8: ldr x9, [sp, #8] add x8, x9, #1 str x8, [sp, #8] mov w8, #61 strb w8, [x9] b LBB0_9 LBB0_9: ldr x8, [sp, #8] strb wzr, [x8] add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__const _g_ccB64Tbl: ; @g_ccB64Tbl .ascii "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ConvertToBase64 ## -- Begin function ConvertToBase64 .p2align 4, 0x90 _ConvertToBase64: ## @ConvertToBase64 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq %rax, -40(%rbp) movl $0, -44(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax subl -44(%rbp), %eax cmpl $3, %eax jl LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rax movsbl (%rax), %eax sarl $2, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movsbl (%rax), %eax andl $3, %eax shll $4, %eax movq -32(%rbp), %rcx movsbl 1(%rcx), %ecx sarl $4, %ecx orl %ecx, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movsbl 1(%rax), %eax andl $15, %eax shll $2, %eax movq -32(%rbp), %rcx movsbl 2(%rcx), %ecx sarl $6, %ecx orl %ecx, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movsbl 2(%rax), %eax andl $63, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax addl $3, %eax movl %eax, -44(%rbp) movq -32(%rbp), %rax addq $3, %rax movq %rax, -32(%rbp) jmp LBB0_1 LBB0_4: movl -44(%rbp), %eax cmpl -20(%rbp), %eax je LBB0_9 ## %bb.5: movq -32(%rbp), %rax movsbl (%rax), %eax sarl $2, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movsbl (%rax), %eax andl $3, %eax shll $4, %eax ## kill: def $al killed $al killed $eax movb %al, -45(%rbp) movl -20(%rbp), %eax subl -44(%rbp), %eax cmpl $1, %eax jle LBB0_7 ## %bb.6: movq -32(%rbp), %rax movsbl 1(%rax), %ecx sarl $4, %ecx movzbl -45(%rbp), %eax orl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -45(%rbp) movzbl -45(%rbp), %eax movl %eax, %ecx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movsbl 1(%rax), %eax andl $15, %eax shll $2, %eax movslq %eax, %rcx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) jmp LBB0_8 LBB0_7: movzbl -45(%rbp), %eax movl %eax, %ecx leaq _g_ccB64Tbl(%rip), %rax movb (%rax,%rcx), %cl movq -40(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %cl, (%rax) movq -40(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -40(%rbp) movb $61, (%rax) LBB0_8: movq -40(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -40(%rbp) movb $61, (%rax) LBB0_9: movq -40(%rbp), %rax movb $0, (%rax) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @g_ccB64Tbl _g_ccB64Tbl: .ascii "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" .subsections_via_symbols
the_stack_data/1105002.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _zgbbrd_ ; -- Begin function zgbbrd_ .p2align 2 _zgbbrd_: ; @zgbbrd_ .cfi_startproc ; %bb.0: stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w19, -24 .cfi_offset w20, -32 sub sp, sp, #752 mov x19, x0 ldr x0, [x29, #16] ldr x17, [x29, #24] ldr x16, [x29, #32] ldr x15, [x29, #40] ldr x14, [x29, #48] ldr x13, [x29, #56] ldr x12, [x29, #64] ldr x11, [x29, #72] ldr x10, [x29, #80] ldr x9, [x29, #88] ldr x8, [x29, #96] stur x19, [x29, #-32] stur x1, [x29, #-40] stur x2, [x29, #-48] stur x3, [x29, #-56] stur x4, [x29, #-64] stur x5, [x29, #-72] stur x6, [x29, #-80] stur x7, [x29, #-88] stur x0, [x29, #-96] stur x17, [x29, #-104] stur x16, [x29, #-112] stur x15, [x29, #-120] stur x14, [x29, #-128] stur x13, [x29, #-136] stur x12, [x29, #-144] stur x11, [x29, #-152] stur x10, [x29, #-160] stur x9, [x29, #-168] stur x8, [x29, #-176] ldur x8, [x29, #-88] ldr w8, [x8] stur w8, [x29, #-180] ldur w8, [x29, #-180] mov x9, #0 lsr w8, w8, #0 add w8, w8, #1 stur w8, [x29, #-184] ldursw x10, [x29, #-184] ldur x8, [x29, #-80] subs x10, x9, x10 add x8, x8, x10, lsl #4 stur x8, [x29, #-80] ldur x8, [x29, #-96] subs x8, x8, #8 stur x8, [x29, #-96] ldur x8, [x29, #-104] subs x8, x8, #8 stur x8, [x29, #-104] ldur x8, [x29, #-120] ldr w8, [x8] stur w8, [x29, #-204] ldur w8, [x29, #-204] lsr w8, w8, #0 add w8, w8, #1 stur w8, [x29, #-208] ldursw x10, [x29, #-208] ldur x8, [x29, #-112] subs x10, x9, x10 add x8, x8, x10, lsl #4 stur x8, [x29, #-112] ldur x8, [x29, #-136] ldr w8, [x8] stur w8, [x29, #-196] ldur w8, [x29, #-196] lsr w8, w8, #0 add w8, w8, #1 stur w8, [x29, #-200] ldursw x10, [x29, #-200] ldur x8, [x29, #-128] subs x10, x9, x10 add x8, x8, x10, lsl #4 stur x8, [x29, #-128] ldur x8, [x29, #-152] ldr w8, [x8] stur w8, [x29, #-188] ldur w8, [x29, #-188] lsr w8, w8, #0 add w8, w8, #1 stur w8, [x29, #-192] ldursw x10, [x29, #-192] ldur x8, [x29, #-144] subs x9, x9, x10 add x8, x8, x9, lsl #4 stur x8, [x29, #-144] ldur x8, [x29, #-160] subs x8, x8, #16 stur x8, [x29, #-160] ldur x8, [x29, #-168] subs x8, x8, #8 stur x8, [x29, #-168] ldur x0, [x29, #-32] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _lsame_ str w0, [sp, #428] ldur x0, [x29, #-32] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne mov w9, #1 str w9, [sp, #260] ; 4-byte Folded Spill tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #428] subs w8, w8, #0 cset w8, ne str w8, [sp, #260] ; 4-byte Folded Spill b LBB0_2 LBB0_2: ldr w8, [sp, #260] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #416] ldur x0, [x29, #-32] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne mov w9, #1 str w9, [sp, #256] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr w8, [sp, #428] subs w8, w8, #0 cset w8, ne str w8, [sp, #256] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ldr w8, [sp, #256] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #316] ldur x8, [x29, #-56] ldr w8, [x8] subs w8, w8, #0 cset w8, gt and w8, w8, #0x1 str w8, [sp, #424] ldur x8, [x29, #-64] ldr w8, [x8] ldur x9, [x29, #-72] ldr w9, [x9] add w8, w8, w9 add w8, w8, #1 str w8, [sp, #296] ldur x8, [x29, #-176] str wzr, [x8] ldr w8, [sp, #416] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_5 LBB0_5: ldr w8, [sp, #316] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ldur x0, [x29, #-32] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x9, [x29, #-176] mov w8, #-1 str w8, [x9] b LBB0_50 LBB0_8: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x9, [x29, #-176] mov w8, #-2 str w8, [x9] b LBB0_49 LBB0_10: ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur x9, [x29, #-176] mov w8, #-3 str w8, [x9] b LBB0_48 LBB0_12: ldur x8, [x29, #-56] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldur x9, [x29, #-176] mov w8, #-4 str w8, [x9] b LBB0_47 LBB0_14: ldur x8, [x29, #-64] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldur x9, [x29, #-176] mov w8, #-5 str w8, [x9] b LBB0_46 LBB0_16: ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: ldur x9, [x29, #-176] mov w8, #-6 str w8, [x9] b LBB0_45 LBB0_18: ldur x8, [x29, #-88] ldr w8, [x8] ldr w9, [sp, #296] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ldur x9, [x29, #-176] mov w8, #-8 str w8, [x9] b LBB0_44 LBB0_20: ldur x8, [x29, #-120] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_26 b LBB0_21 LBB0_21: ldr w8, [sp, #416] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_27 b LBB0_22 LBB0_22: ldur x8, [x29, #-120] ldr w8, [x8] str w8, [sp, #252] ; 4-byte Folded Spill ldur x8, [x29, #-40] ldr w9, [x8] mov w8, #1 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: mov w8, #1 str w8, [sp, #248] ; 4-byte Folded Spill b LBB0_25 LBB0_24: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #248] ; 4-byte Folded Spill b LBB0_25 LBB0_25: ldr w8, [sp, #252] ; 4-byte Folded Reload ldr w9, [sp, #248] ; 4-byte Folded Reload subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ldur x9, [x29, #-176] mov w8, #-12 str w8, [x9] b LBB0_43 LBB0_27: ldur x8, [x29, #-136] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_33 b LBB0_28 LBB0_28: ldr w8, [sp, #316] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_34 b LBB0_29 LBB0_29: ldur x8, [x29, #-136] ldr w8, [x8] str w8, [sp, #244] ; 4-byte Folded Spill ldur x8, [x29, #-48] ldr w9, [x8] mov w8, #1 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: mov w8, #1 str w8, [sp, #240] ; 4-byte Folded Spill b LBB0_32 LBB0_31: ldur x8, [x29, #-48] ldr w8, [x8] str w8, [sp, #240] ; 4-byte Folded Spill b LBB0_32 LBB0_32: ldr w8, [sp, #244] ; 4-byte Folded Reload ldr w9, [sp, #240] ; 4-byte Folded Reload subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ldur x9, [x29, #-176] mov w8, #-14 str w8, [x9] b LBB0_42 LBB0_34: ldur x8, [x29, #-152] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_40 b LBB0_35 LBB0_35: ldr w8, [sp, #424] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_41 b LBB0_36 LBB0_36: ldur x8, [x29, #-152] ldr w8, [x8] str w8, [sp, #236] ; 4-byte Folded Spill ldur x8, [x29, #-40] ldr w9, [x8] mov w8, #1 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_38 b LBB0_37 LBB0_37: mov w8, #1 str w8, [sp, #232] ; 4-byte Folded Spill b LBB0_39 LBB0_38: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #232] ; 4-byte Folded Spill b LBB0_39 LBB0_39: ldr w8, [sp, #236] ; 4-byte Folded Reload ldr w9, [sp, #232] ; 4-byte Folded Reload subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_41 b LBB0_40 LBB0_40: ldur x9, [x29, #-176] mov w8, #-16 str w8, [x9] b LBB0_41 LBB0_41: b LBB0_42 LBB0_42: b LBB0_43 LBB0_43: b LBB0_44 LBB0_44: b LBB0_45 LBB0_45: b LBB0_46 LBB0_46: b LBB0_47 LBB0_47: b LBB0_48 LBB0_48: b LBB0_49 LBB0_49: b LBB0_50 LBB0_50: ldur x8, [x29, #-176] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_52 b LBB0_51 LBB0_51: ldur x8, [x29, #-176] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 sub x1, x29, #212 stur w8, [x29, #-212] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF mov w2, #6 bl _xerbla_ stur wzr, [x29, #-20] b LBB0_222 LBB0_52: ldr w8, [sp, #416] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_54 b LBB0_53 LBB0_53: ldur x1, [x29, #-40] ldur x2, [x29, #-40] ldur x8, [x29, #-112] ldursw x9, [x29, #-208] add x5, x8, x9, lsl #4 ldur x6, [x29, #-120] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF adrp x3, _c_b1@PAGE add x3, x3, _c_b1@PAGEOFF adrp x4, _c_b2@PAGE add x4, x4, _c_b2@PAGEOFF bl _zlaset_ b LBB0_54 LBB0_54: ldr w8, [sp, #316] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_56 b LBB0_55 LBB0_55: ldur x1, [x29, #-48] ldur x2, [x29, #-48] ldur x8, [x29, #-128] ldursw x9, [x29, #-200] add x5, x8, x9, lsl #4 ldur x6, [x29, #-136] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF adrp x3, _c_b1@PAGE add x3, x3, _c_b1@PAGEOFF adrp x4, _c_b2@PAGE add x4, x4, _c_b2@PAGEOFF bl _zlaset_ b LBB0_56 LBB0_56: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_58 b LBB0_57 LBB0_57: ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_59 b LBB0_58 LBB0_58: stur wzr, [x29, #-20] b LBB0_222 LBB0_59: ldur x8, [x29, #-40] ldr w8, [x8] ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_61 b LBB0_60 LBB0_60: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #228] ; 4-byte Folded Spill b LBB0_62 LBB0_61: ldur x8, [x29, #-48] ldr w8, [x8] str w8, [sp, #228] ; 4-byte Folded Spill b LBB0_62 LBB0_62: ldr w8, [sp, #228] ; 4-byte Folded Reload str w8, [sp, #420] ldur x8, [x29, #-64] ldr w8, [x8] ldur x9, [x29, #-72] ldr w9, [x9] add w8, w8, w9 subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB0_168 b LBB0_63 LBB0_63: ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_65 b LBB0_64 LBB0_64: mov w8, #1 str w8, [sp, #320] mov w8, #2 str w8, [sp, #312] b LBB0_66 LBB0_65: mov w8, #2 str w8, [sp, #320] mov w8, #1 str w8, [sp, #312] b LBB0_66 LBB0_66: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #1 stur w8, [x29, #-212] ldur w8, [x29, #-212] ldur x9, [x29, #-64] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_68 b LBB0_67 LBB0_67: ldur w8, [x29, #-212] str w8, [sp, #224] ; 4-byte Folded Spill b LBB0_69 LBB0_68: ldur x8, [x29, #-64] ldr w8, [x8] str w8, [sp, #224] ; 4-byte Folded Spill b LBB0_69 LBB0_69: ldr w8, [sp, #224] ; 4-byte Folded Reload str w8, [sp, #308] ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #1 stur w8, [x29, #-212] ldur w8, [x29, #-212] ldur x9, [x29, #-72] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_71 b LBB0_70 LBB0_70: ldur w8, [x29, #-212] str w8, [sp, #220] ; 4-byte Folded Spill b LBB0_72 LBB0_71: ldur x8, [x29, #-72] ldr w8, [x8] str w8, [sp, #220] ; 4-byte Folded Spill b LBB0_72 LBB0_72: ldr w8, [sp, #220] ; 4-byte Folded Reload str w8, [sp, #304] ldr w8, [sp, #308] ldr w9, [sp, #304] add w8, w8, w9 str w8, [sp, #404] ldr w9, [sp, #404] mov w8, #1 add w9, w9, #1 str w9, [sp, #324] ldr w9, [sp, #324] ldur x10, [x29, #-88] ldr w10, [x10] mul w9, w9, w10 str w9, [sp, #476] str wzr, [sp, #348] ldr w9, [sp, #308] add w9, w9, #2 str w9, [sp, #412] ldr w9, [sp, #304] subs w9, w8, w9 str w9, [sp, #408] ldr w9, [sp, #420] stur w9, [x29, #-212] str w8, [sp, #460] b LBB0_73 LBB0_73: ; =>This Loop Header: Depth=1 ; Child Loop BB0_75 Depth 2 ; Child Loop BB0_79 Depth 3 ; Child Loop BB0_98 Depth 3 ; Child Loop BB0_107 Depth 3 ; Child Loop BB0_117 Depth 3 ; Child Loop BB0_126 Depth 3 ; Child Loop BB0_144 Depth 3 ; Child Loop BB0_154 Depth 3 ldr w8, [sp, #460] ldur w9, [x29, #-212] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_167 b LBB0_74 LBB0_74: ; in Loop: Header=BB0_73 Depth=1 ldr w9, [sp, #308] mov w8, #1 add w9, w9, #1 str w9, [sp, #352] ldr w9, [sp, #304] add w9, w9, #1 str w9, [sp, #344] ldr w9, [sp, #404] stur w9, [x29, #-216] str w8, [sp, #356] b LBB0_75 LBB0_75: ; Parent Loop BB0_73 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_79 Depth 3 ; Child Loop BB0_98 Depth 3 ; Child Loop BB0_107 Depth 3 ; Child Loop BB0_117 Depth 3 ; Child Loop BB0_126 Depth 3 ; Child Loop BB0_144 Depth 3 ; Child Loop BB0_154 Depth 3 ldr w8, [sp, #356] ldur w9, [x29, #-216] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_165 b LBB0_76 LBB0_76: ; in Loop: Header=BB0_75 Depth=2 ldr w9, [sp, #404] ldr w8, [sp, #412] add w8, w8, w9 str w8, [sp, #412] ldr w9, [sp, #404] ldr w8, [sp, #408] add w8, w8, w9 str w8, [sp, #408] ldr w8, [sp, #348] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_78 b LBB0_77 LBB0_77: ; in Loop: Header=BB0_75 Depth=2 ldur x8, [x29, #-80] ldr w9, [sp, #296] ldr w10, [sp, #412] ldr w11, [sp, #308] subs w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-160] ldrsw x9, [sp, #412] add x3, x8, x9, lsl #4 ldur x8, [x29, #-168] ldrsw x9, [sp, #412] add x5, x8, x9, lsl #3 add x0, sp, #348 add x2, sp, #476 add x6, sp, #324 mov x4, x6 bl _zlargv_ b LBB0_78 LBB0_78: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #404] stur w8, [x29, #-220] mov w8, #1 str w8, [sp, #452] b LBB0_79 LBB0_79: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #452] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_87 b LBB0_80 LBB0_80: ; in Loop: Header=BB0_79 Depth=3 ldr w8, [sp, #408] ldr w9, [sp, #308] subs w8, w8, w9 ldr w9, [sp, #452] add w8, w8, w9 subs w8, w8, #1 ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_82 b LBB0_81 LBB0_81: ; in Loop: Header=BB0_79 Depth=3 ldr w8, [sp, #348] subs w8, w8, #1 str w8, [sp, #300] b LBB0_83 LBB0_82: ; in Loop: Header=BB0_79 Depth=3 ldr w8, [sp, #348] str w8, [sp, #300] b LBB0_83 LBB0_83: ; in Loop: Header=BB0_79 Depth=3 ldr w8, [sp, #300] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_85 b LBB0_84 LBB0_84: ; in Loop: Header=BB0_79 Depth=3 ldur x8, [x29, #-80] ldr w9, [sp, #296] ldr w10, [sp, #452] subs w9, w9, w10 ldr w10, [sp, #412] ldr w11, [sp, #308] subs w10, w10, w11 ldr w11, [sp, #452] add w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldr w9, [sp, #296] ldr w10, [sp, #452] subs w9, w9, w10 add w9, w9, #1 ldr w10, [sp, #412] ldr w11, [sp, #308] subs w10, w10, w11 ldr w11, [sp, #452] add w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldrsw x9, [sp, #412] add x5, x8, x9, lsl #3 ldur x8, [x29, #-160] ldrsw x9, [sp, #412] add x6, x8, x9, lsl #4 add x0, sp, #300 add x4, sp, #476 mov x2, x4 add x7, sp, #324 bl _zlartv_ b LBB0_85 LBB0_85: ; in Loop: Header=BB0_79 Depth=3 b LBB0_86 LBB0_86: ; in Loop: Header=BB0_79 Depth=3 ldr w8, [sp, #452] add w8, w8, #1 str w8, [sp, #452] b LBB0_79 LBB0_87: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #352] ldr w9, [sp, #320] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_96 b LBB0_88 LBB0_88: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #352] ldur x9, [x29, #-40] ldr w9, [x9] ldr w10, [sp, #460] subs w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_95 b LBB0_89 LBB0_89: ; in Loop: Header=BB0_75 Depth=2 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 ldr w10, [sp, #460] ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x0, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #352] add w9, w9, w10 ldr w10, [sp, #460] ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #460] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 add x2, x8, w9, sxtw #3 ldur x8, [x29, #-160] ldr w9, [sp, #460] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 add x3, x8, w9, sxtw #4 add x4, sp, #384 bl _zlartg_ ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #352] add w8, w8, w9 subs w8, w8, #1 ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-220] ldr d0, [sp, #384] ldur x8, [x29, #-80] ldursw x9, [x29, #-220] lsl x9, x9, #4 str d0, [x8, x9] ldr d0, [sp, #392] ldur x8, [x29, #-80] ldursw x9, [x29, #-220] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #460] ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_94 b LBB0_90 LBB0_90: ; in Loop: Header=BB0_75 Depth=2 ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #352] add w8, w8, w9 subs w8, w8, #2 stur w8, [x29, #-224] ldur x8, [x29, #-48] ldr w8, [x8] ldr w9, [sp, #460] subs w8, w8, w9 stur w8, [x29, #-228] ldur w8, [x29, #-224] ldur w9, [x29, #-228] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_92 b LBB0_91 LBB0_91: ; in Loop: Header=BB0_75 Depth=2 ldur w8, [x29, #-224] str w8, [sp, #216] ; 4-byte Folded Spill b LBB0_93 LBB0_92: ; in Loop: Header=BB0_75 Depth=2 ldur w8, [x29, #-228] str w8, [sp, #216] ; 4-byte Folded Spill b LBB0_93 LBB0_93: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #216] ; 4-byte Folded Reload sub x0, x29, #220 stur w8, [x29, #-220] ldur x8, [x29, #-88] ldr w8, [x8] subs w8, w8, #1 sub x2, x29, #232 stur w8, [x29, #-232] ldur x8, [x29, #-88] ldr w8, [x8] subs w8, w8, #1 sub x4, x29, #236 stur w8, [x29, #-236] ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #2 ldr w10, [sp, #460] add w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 ldr w10, [sp, #460] add w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #460] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 add x5, x8, w9, sxtw #3 ldur x8, [x29, #-160] ldr w9, [sp, #460] ldr w10, [sp, #352] add w9, w9, w10 subs w9, w9, #1 add x6, x8, w9, sxtw #4 bl _zrot_ b LBB0_94 LBB0_94: ; in Loop: Header=BB0_75 Depth=2 b LBB0_95 LBB0_95: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #348] add w8, w8, #1 str w8, [sp, #348] ldr w9, [sp, #324] ldr w8, [sp, #412] subs w8, w8, w9 str w8, [sp, #412] b LBB0_96 LBB0_96: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #416] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_105 b LBB0_97 LBB0_97: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] stur w8, [x29, #-220] ldr w8, [sp, #324] stur w8, [x29, #-224] ldr w8, [sp, #412] str w8, [sp, #456] b LBB0_98 LBB0_98: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-224] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_100 b LBB0_99 LBB0_99: ; in Loop: Header=BB0_98 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 str w8, [sp, #212] ; 4-byte Folded Spill b LBB0_101 LBB0_100: ; in Loop: Header=BB0_98 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 str w8, [sp, #212] ; 4-byte Folded Spill b LBB0_101 LBB0_101: ; in Loop: Header=BB0_98 Depth=3 ldr w8, [sp, #212] ; 4-byte Folded Reload subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_104 b LBB0_102 LBB0_102: ; in Loop: Header=BB0_98 Depth=3 ldur x8, [x29, #-160] ldrsw x9, [sp, #456] add x0, x8, x9, lsl #4 bl _Cd str d0, [sp, #184] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #192] ; 8-byte Folded Spill sub x0, x29, #256 str x0, [sp, #200] ; 8-byte Folded Spill bl __pCd ldr d1, [sp, #184] ; 8-byte Folded Reload ldr d0, [sp, #192] ; 8-byte Folded Reload ldr x6, [sp, #200] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x0, [x29, #-40] ldur x8, [x29, #-112] ldr w9, [sp, #456] subs w9, w9, #1 ldur w10, [x29, #-204] mul w9, w9, w10 add w9, w9, #1 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-112] ldr w9, [sp, #456] ldur w10, [x29, #-204] mul w9, w9, w10 add w9, w9, #1 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldrsw x9, [sp, #456] add x5, x8, x9, lsl #3 adrp x4, _c__1@PAGE add x4, x4, _c__1@PAGEOFF mov x2, x4 bl _zrot_ b LBB0_103 LBB0_103: ; in Loop: Header=BB0_98 Depth=3 ldur w9, [x29, #-224] ldr w8, [sp, #456] add w8, w8, w9 str w8, [sp, #456] b LBB0_98 LBB0_104: ; in Loop: Header=BB0_75 Depth=2 b LBB0_105 LBB0_105: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #424] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_114 b LBB0_106 LBB0_106: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] stur w8, [x29, #-224] ldr w8, [sp, #324] stur w8, [x29, #-220] ldr w8, [sp, #412] str w8, [sp, #456] b LBB0_107 LBB0_107: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-220] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_109 b LBB0_108 LBB0_108: ; in Loop: Header=BB0_107 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-224] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 str w8, [sp, #180] ; 4-byte Folded Spill b LBB0_110 LBB0_109: ; in Loop: Header=BB0_107 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-224] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 str w8, [sp, #180] ; 4-byte Folded Spill b LBB0_110 LBB0_110: ; in Loop: Header=BB0_107 Depth=3 ldr w8, [sp, #180] ; 4-byte Folded Reload subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_113 b LBB0_111 LBB0_111: ; in Loop: Header=BB0_107 Depth=3 ldur x0, [x29, #-56] ldur x8, [x29, #-144] ldr w9, [sp, #456] subs w9, w9, #1 ldur w10, [x29, #-188] add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x2, [x29, #-152] ldur x8, [x29, #-144] ldr w9, [sp, #456] ldur w10, [x29, #-188] add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x4, [x29, #-152] ldur x8, [x29, #-168] ldrsw x9, [sp, #456] add x5, x8, x9, lsl #3 ldur x8, [x29, #-160] ldrsw x9, [sp, #456] add x6, x8, x9, lsl #4 bl _zrot_ b LBB0_112 LBB0_112: ; in Loop: Header=BB0_107 Depth=3 ldur w9, [x29, #-220] ldr w8, [sp, #456] add w8, w8, w9 str w8, [sp, #456] b LBB0_107 LBB0_113: ; in Loop: Header=BB0_75 Depth=2 b LBB0_114 LBB0_114: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] ldr w9, [sp, #304] add w8, w8, w9 ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_116 b LBB0_115 LBB0_115: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #348] subs w8, w8, #1 str w8, [sp, #348] ldr w9, [sp, #324] ldr w8, [sp, #408] subs w8, w8, w9 str w8, [sp, #408] b LBB0_116 LBB0_116: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] stur w8, [x29, #-220] ldr w8, [sp, #324] stur w8, [x29, #-224] ldr w8, [sp, #412] str w8, [sp, #456] b LBB0_117 LBB0_117: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-224] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_119 b LBB0_118 LBB0_118: ; in Loop: Header=BB0_117 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 str w8, [sp, #176] ; 4-byte Folded Spill b LBB0_120 LBB0_119: ; in Loop: Header=BB0_117 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 str w8, [sp, #176] ; 4-byte Folded Spill b LBB0_120 LBB0_120: ; in Loop: Header=BB0_117 Depth=3 ldr w8, [sp, #176] ; 4-byte Folded Reload subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_123 b LBB0_121 LBB0_121: ; in Loop: Header=BB0_117 Depth=3 ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 stur w8, [x29, #-228] ldr w8, [sp, #456] stur w8, [x29, #-232] ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-236] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] lsl x9, x9, #4 ldr d0, [x8, x9] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d1, [x8, x9] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d3, [x8, #8] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] lsl x9, x9, #4 ldr d0, [x8, x9] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d3, [x8, x9] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-160] ldursw x9, [x29, #-228] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-160] ldursw x9, [x29, #-228] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-228] ldr w8, [sp, #456] stur w8, [x29, #-232] ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-236] ldur x8, [x29, #-168] ldursw x9, [x29, #-232] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d1, [x8, x9] fmul d0, d0, d1 stur d0, [x29, #-256] ldur x8, [x29, #-168] ldursw x9, [x29, #-232] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] fmul d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-228] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-80] ldursw x9, [x29, #-228] add x8, x8, x9, lsl #4 str d0, [x8, #8] b LBB0_122 LBB0_122: ; in Loop: Header=BB0_117 Depth=3 ldur w9, [x29, #-224] ldr w8, [sp, #456] add w8, w8, w9 str w8, [sp, #456] b LBB0_117 LBB0_123: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #348] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_125 b LBB0_124 LBB0_124: ; in Loop: Header=BB0_75 Depth=2 ldur x8, [x29, #-80] ldr w9, [sp, #412] ldr w10, [sp, #304] add w9, w9, w10 subs w9, w9, #1 ldur w10, [x29, #-180] mul w9, w9, w10 add w9, w9, #1 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-160] ldr w9, [sp, #412] ldr w10, [sp, #304] add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #412] ldr w10, [sp, #304] add w9, w9, w10 add x5, x8, w9, sxtw #3 add x0, sp, #348 add x2, sp, #476 add x6, sp, #324 mov x4, x6 bl _zlargv_ b LBB0_125 LBB0_125: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #404] stur w8, [x29, #-224] mov w8, #1 str w8, [sp, #452] b LBB0_126 LBB0_126: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #452] ldur w9, [x29, #-224] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_134 b LBB0_127 LBB0_127: ; in Loop: Header=BB0_126 Depth=3 ldr w8, [sp, #408] ldr w9, [sp, #452] add w8, w8, w9 subs w8, w8, #1 ldur x9, [x29, #-40] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_129 b LBB0_128 LBB0_128: ; in Loop: Header=BB0_126 Depth=3 ldr w8, [sp, #348] subs w8, w8, #1 str w8, [sp, #300] b LBB0_130 LBB0_129: ; in Loop: Header=BB0_126 Depth=3 ldr w8, [sp, #348] str w8, [sp, #300] b LBB0_130 LBB0_130: ; in Loop: Header=BB0_126 Depth=3 ldr w8, [sp, #300] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_132 b LBB0_131 LBB0_131: ; in Loop: Header=BB0_126 Depth=3 ldur x8, [x29, #-80] ldr w9, [sp, #452] add w9, w9, #1 ldr w10, [sp, #412] ldr w11, [sp, #304] add w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldr w9, [sp, #452] ldr w10, [sp, #412] ldr w11, [sp, #304] add w10, w10, w11 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #412] ldr w10, [sp, #304] add w9, w9, w10 add x5, x8, w9, sxtw #3 ldur x8, [x29, #-160] ldr w9, [sp, #412] ldr w10, [sp, #304] add w9, w9, w10 add x6, x8, w9, sxtw #4 add x0, sp, #300 add x4, sp, #476 mov x2, x4 add x7, sp, #324 bl _zlartv_ b LBB0_132 LBB0_132: ; in Loop: Header=BB0_126 Depth=3 b LBB0_133 LBB0_133: ; in Loop: Header=BB0_126 Depth=3 ldr w8, [sp, #452] add w8, w8, #1 str w8, [sp, #452] b LBB0_126 LBB0_134: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #352] ldr w9, [sp, #320] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_142 b LBB0_135 LBB0_135: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #344] ldr w9, [sp, #312] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_142 b LBB0_136 LBB0_136: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #344] ldur x9, [x29, #-48] ldr w9, [x9] ldr w10, [sp, #460] subs w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_141 b LBB0_137 LBB0_137: ; in Loop: Header=BB0_75 Depth=2 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #344] subs w9, w9, w10 add w9, w9, #3 ldr w10, [sp, #460] ldr w11, [sp, #344] add w10, w10, w11 subs w10, w10, #2 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x0, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #344] subs w9, w9, w10 add w9, w9, #2 ldr w10, [sp, #460] ldr w11, [sp, #344] add w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #460] ldr w10, [sp, #344] add w9, w9, w10 subs w9, w9, #1 add x2, x8, w9, sxtw #3 ldur x8, [x29, #-160] ldr w9, [sp, #460] ldr w10, [sp, #344] add w9, w9, w10 subs w9, w9, #1 add x3, x8, w9, sxtw #4 add x4, sp, #384 bl _zlartg_ ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #344] subs w8, w8, w9 add w8, w8, #3 ldr w9, [sp, #460] ldr w10, [sp, #344] add w9, w9, w10 subs w9, w9, #2 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-224] ldr d0, [sp, #384] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] lsl x9, x9, #4 str d0, [x8, x9] ldr d0, [sp, #392] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldur x8, [x29, #-64] ldr w8, [x8] ldr w9, [sp, #344] add w8, w8, w9 subs w8, w8, #2 stur w8, [x29, #-220] ldur x8, [x29, #-40] ldr w8, [x8] ldr w9, [sp, #460] subs w8, w8, w9 stur w8, [x29, #-228] ldur w8, [x29, #-220] ldur w9, [x29, #-228] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_139 b LBB0_138 LBB0_138: ; in Loop: Header=BB0_75 Depth=2 ldur w8, [x29, #-220] str w8, [sp, #172] ; 4-byte Folded Spill b LBB0_140 LBB0_139: ; in Loop: Header=BB0_75 Depth=2 ldur w8, [x29, #-228] str w8, [sp, #172] ; 4-byte Folded Spill b LBB0_140 LBB0_140: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #172] ; 4-byte Folded Reload sub x0, x29, #224 stur w8, [x29, #-224] ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #344] subs w9, w9, w10 add w9, w9, #4 ldr w10, [sp, #460] ldr w11, [sp, #344] add w10, w10, w11 subs w10, w10, #2 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] ldr w10, [sp, #344] subs w9, w9, w10 add w9, w9, #3 ldr w10, [sp, #460] ldr w11, [sp, #344] add w10, w10, w11 subs w10, w10, #1 ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x8, [x29, #-168] ldr w9, [sp, #460] ldr w10, [sp, #344] add w9, w9, w10 subs w9, w9, #1 add x5, x8, w9, sxtw #3 ldur x8, [x29, #-160] ldr w9, [sp, #460] ldr w10, [sp, #344] add w9, w9, w10 subs w9, w9, #1 add x6, x8, w9, sxtw #4 adrp x4, _c__1@PAGE add x4, x4, _c__1@PAGEOFF mov x2, x4 bl _zrot_ b LBB0_141 LBB0_141: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #348] add w8, w8, #1 str w8, [sp, #348] ldr w9, [sp, #324] ldr w8, [sp, #412] subs w8, w8, w9 str w8, [sp, #412] b LBB0_142 LBB0_142: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #316] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_151 b LBB0_143 LBB0_143: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] stur w8, [x29, #-224] ldr w8, [sp, #324] stur w8, [x29, #-220] ldr w8, [sp, #412] str w8, [sp, #456] b LBB0_144 LBB0_144: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-220] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_146 b LBB0_145 LBB0_145: ; in Loop: Header=BB0_144 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-224] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 str w8, [sp, #168] ; 4-byte Folded Spill b LBB0_147 LBB0_146: ; in Loop: Header=BB0_144 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-224] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 str w8, [sp, #168] ; 4-byte Folded Spill b LBB0_147 LBB0_147: ; in Loop: Header=BB0_144 Depth=3 ldr w8, [sp, #168] ; 4-byte Folded Reload subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_150 b LBB0_148 LBB0_148: ; in Loop: Header=BB0_144 Depth=3 ldur x8, [x29, #-160] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 add x0, x8, w9, sxtw #4 bl _Cd str d0, [sp, #144] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #152] ; 8-byte Folded Spill sub x0, x29, #256 str x0, [sp, #160] ; 8-byte Folded Spill bl __pCd ldr d1, [sp, #144] ; 8-byte Folded Reload ldr d0, [sp, #152] ; 8-byte Folded Reload ldr x6, [sp, #160] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x0, [x29, #-48] ldur x8, [x29, #-128] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 subs w9, w9, #1 ldur w10, [x29, #-196] add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x2, [x29, #-136] ldur x8, [x29, #-128] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 ldur w10, [x29, #-196] add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x4, [x29, #-136] ldur x8, [x29, #-168] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 add x5, x8, w9, sxtw #3 bl _zrot_ b LBB0_149 LBB0_149: ; in Loop: Header=BB0_144 Depth=3 ldur w9, [x29, #-220] ldr w8, [sp, #456] add w8, w8, w9 str w8, [sp, #456] b LBB0_144 LBB0_150: ; in Loop: Header=BB0_75 Depth=2 b LBB0_151 LBB0_151: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] ldr w9, [sp, #404] add w8, w8, w9 ldur x9, [x29, #-40] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_153 b LBB0_152 LBB0_152: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #348] subs w8, w8, #1 str w8, [sp, #348] ldr w9, [sp, #324] ldr w8, [sp, #408] subs w8, w8, w9 str w8, [sp, #408] b LBB0_153 LBB0_153: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #408] stur w8, [x29, #-220] ldr w8, [sp, #324] stur w8, [x29, #-224] ldr w8, [sp, #412] str w8, [sp, #456] b LBB0_154 LBB0_154: ; Parent Loop BB0_73 Depth=1 ; Parent Loop BB0_75 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-224] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_156 b LBB0_155 LBB0_155: ; in Loop: Header=BB0_154 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 str w8, [sp, #140] ; 4-byte Folded Spill b LBB0_157 LBB0_156: ; in Loop: Header=BB0_154 Depth=3 ldr w8, [sp, #456] ldur w9, [x29, #-220] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 str w8, [sp, #140] ; 4-byte Folded Spill b LBB0_157 LBB0_157: ; in Loop: Header=BB0_154 Depth=3 ldr w8, [sp, #140] ; 4-byte Folded Reload subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_160 b LBB0_158 LBB0_158: ; in Loop: Header=BB0_154 Depth=3 ldr w8, [sp, #456] ldr w9, [sp, #404] add w8, w8, w9 stur w8, [x29, #-228] ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 stur w8, [x29, #-232] ldr w8, [sp, #296] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-236] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] lsl x9, x9, #4 ldr d0, [x8, x9] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d1, [x8, x9] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d3, [x8, #8] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] lsl x9, x9, #4 ldr d0, [x8, x9] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] ldur x8, [x29, #-160] ldursw x9, [x29, #-232] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d3, [x8, x9] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-160] ldursw x9, [x29, #-228] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-160] ldursw x9, [x29, #-228] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #296] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-228] ldr w8, [sp, #456] ldr w9, [sp, #304] add w8, w8, w9 stur w8, [x29, #-232] ldr w8, [sp, #296] ldr w9, [sp, #456] ldr w10, [sp, #304] add w9, w9, w10 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-236] ldur x8, [x29, #-168] ldursw x9, [x29, #-232] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] lsl x9, x9, #4 ldr d1, [x8, x9] fmul d0, d0, d1 stur d0, [x29, #-256] ldur x8, [x29, #-168] ldursw x9, [x29, #-232] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-80] ldursw x9, [x29, #-236] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] fmul d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-228] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-80] ldursw x9, [x29, #-228] add x8, x8, x9, lsl #4 str d0, [x8, #8] b LBB0_159 LBB0_159: ; in Loop: Header=BB0_154 Depth=3 ldur w9, [x29, #-224] ldr w8, [sp, #456] add w8, w8, w9 str w8, [sp, #456] b LBB0_154 LBB0_160: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #352] ldr w9, [sp, #320] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_162 b LBB0_161 LBB0_161: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #352] subs w8, w8, #1 str w8, [sp, #352] b LBB0_163 LBB0_162: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #344] subs w8, w8, #1 str w8, [sp, #344] b LBB0_163 LBB0_163: ; in Loop: Header=BB0_75 Depth=2 b LBB0_164 LBB0_164: ; in Loop: Header=BB0_75 Depth=2 ldr w8, [sp, #356] add w8, w8, #1 str w8, [sp, #356] b LBB0_75 LBB0_165: ; in Loop: Header=BB0_73 Depth=1 b LBB0_166 LBB0_166: ; in Loop: Header=BB0_73 Depth=1 ldr w8, [sp, #460] add w8, w8, #1 str w8, [sp, #460] b LBB0_73 LBB0_167: b LBB0_168 LBB0_168: ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_184 b LBB0_169 LBB0_169: ldur x8, [x29, #-64] ldr w8, [x8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_184 b LBB0_170 LBB0_170: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #1 stur w8, [x29, #-216] ldur w8, [x29, #-216] ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_172 b LBB0_171 LBB0_171: ldur w8, [x29, #-216] str w8, [sp, #136] ; 4-byte Folded Spill b LBB0_173 LBB0_172: ldur x8, [x29, #-48] ldr w8, [x8] str w8, [sp, #136] ; 4-byte Folded Spill b LBB0_173 LBB0_173: ldr w8, [sp, #136] ; 4-byte Folded Reload stur w8, [x29, #-212] mov w8, #1 str w8, [sp, #460] b LBB0_174 LBB0_174: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #460] ldur w9, [x29, #-212] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_183 b LBB0_175 LBB0_175: ; in Loop: Header=BB0_174 Depth=1 ldur x8, [x29, #-80] ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w9, w9, #1 add x0, x8, w9, sxtw #4 ldur x8, [x29, #-80] ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w9, w9, #2 add x1, x8, w9, sxtw #4 add x2, sp, #360 add x3, sp, #328 add x4, sp, #384 bl _zlartg_ ldr w8, [sp, #460] ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-216] ldr d0, [sp, #384] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 str d0, [x8, x9] ldr d0, [sp, #392] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #460] ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_177 b LBB0_176 LBB0_176: ; in Loop: Header=BB0_174 Depth=1 ldr w8, [sp, #460] ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #2 stur w8, [x29, #-216] ldr w8, [sp, #460] add w8, w8, #1 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-224] ldr d0, [sp, #328] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] lsl x9, x9, #4 ldr d1, [x8, x9] ldr d2, [sp, #336] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] add x8, x8, x9, lsl #4 ldr d3, [x8, #8] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldr d0, [sp, #328] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] ldr d2, [sp, #336] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] lsl x9, x9, #4 ldr d3, [x8, x9] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #460] add w8, w8, #1 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-216] ldr w8, [sp, #460] add w8, w8, #1 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-224] ldr d0, [sp, #360] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] lsl x9, x9, #4 ldr d1, [x8, x9] fmul d0, d0, d1 stur d0, [x29, #-256] ldr d0, [sp, #360] ldur x8, [x29, #-80] ldursw x9, [x29, #-224] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] fmul d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 str d0, [x8, #8] b LBB0_177 LBB0_177: ; in Loop: Header=BB0_174 Depth=1 ldr w8, [sp, #416] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_179 b LBB0_178 LBB0_178: ; in Loop: Header=BB0_174 Depth=1 add x0, sp, #328 bl _Cd str d0, [sp, #112] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #120] ; 8-byte Folded Spill sub x0, x29, #256 str x0, [sp, #128] ; 8-byte Folded Spill bl __pCd ldr d1, [sp, #112] ; 8-byte Folded Reload ldr d0, [sp, #120] ; 8-byte Folded Reload ldr x6, [sp, #128] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x0, [x29, #-40] ldur x8, [x29, #-112] ldr w9, [sp, #460] ldur w10, [x29, #-204] mul w9, w9, w10 add w9, w9, #1 add x1, x8, w9, sxtw #4 ldur x8, [x29, #-112] ldr w9, [sp, #460] add w9, w9, #1 ldur w10, [x29, #-204] mul w9, w9, w10 add w9, w9, #1 add x3, x8, w9, sxtw #4 adrp x4, _c__1@PAGE add x4, x4, _c__1@PAGEOFF mov x2, x4 add x5, sp, #360 bl _zrot_ b LBB0_179 LBB0_179: ; in Loop: Header=BB0_174 Depth=1 ldr w8, [sp, #424] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_181 b LBB0_180 LBB0_180: ; in Loop: Header=BB0_174 Depth=1 ldur x0, [x29, #-56] ldur x8, [x29, #-144] ldr w9, [sp, #460] ldur w10, [x29, #-188] add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x2, [x29, #-152] ldur x8, [x29, #-144] ldr w9, [sp, #460] add w9, w9, #1 ldur w10, [x29, #-188] add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x4, [x29, #-152] add x5, sp, #360 add x6, sp, #328 bl _zrot_ b LBB0_181 LBB0_181: ; in Loop: Header=BB0_174 Depth=1 b LBB0_182 LBB0_182: ; in Loop: Header=BB0_174 Depth=1 ldr w8, [sp, #460] add w8, w8, #1 str w8, [sp, #460] b LBB0_174 LBB0_183: b LBB0_196 LBB0_184: ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_195 b LBB0_185 LBB0_185: ldur x8, [x29, #-40] ldr w8, [x8] ldur x9, [x29, #-48] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_195 b LBB0_186 LBB0_186: ldur x8, [x29, #-72] ldr w8, [x8] ldur x9, [x29, #-40] ldr w9, [x9] add w9, w9, #1 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-212] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] lsl x9, x9, #4 ldr d0, [x8, x9] str d0, [sp, #368] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] add x8, x8, x9, lsl #4 ldr d0, [x8, #8] str d0, [sp, #376] ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #460] b LBB0_187 LBB0_187: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #460] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_194 b LBB0_188 LBB0_188: ; in Loop: Header=BB0_187 Depth=1 ldur x8, [x29, #-80] ldur x9, [x29, #-72] ldr w9, [x9] add w9, w9, #1 ldr w10, [sp, #460] ldur w11, [x29, #-180] mul w10, w10, w11 add w9, w9, w10 add x0, x8, w9, sxtw #4 add x1, sp, #368 add x2, sp, #360 add x3, sp, #328 add x4, sp, #384 bl _zlartg_ ldur x8, [x29, #-72] ldr w8, [x8] add w8, w8, #1 ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-212] ldr d0, [sp, #384] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] lsl x9, x9, #4 str d0, [x8, x9] ldr d0, [sp, #392] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] add x8, x8, x9, lsl #4 str d0, [x8, #8] ldr w8, [sp, #460] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB0_190 b LBB0_189 LBB0_189: ; in Loop: Header=BB0_187 Depth=1 add x0, sp, #328 bl _Cd str d0, [sp, #96] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #104] ; 8-byte Folded Spill add x0, sp, #480 bl __pCd ldr d1, [sp, #96] ; 8-byte Folded Reload ldr d0, [sp, #104] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldr d0, [sp, #480] fneg d0, d0 str d0, [sp, #496] ldr d0, [sp, #488] fneg d0, d0 str d0, [sp, #504] ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-212] ldr d0, [sp, #496] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] lsl x9, x9, #4 ldr d1, [x8, x9] ldr d2, [sp, #504] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] add x8, x8, x9, lsl #4 ldr d3, [x8, #8] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldr d0, [sp, #496] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] ldr d2, [sp, #504] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] lsl x9, x9, #4 ldr d3, [x8, x9] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #368] ldur d0, [x29, #-248] str d0, [sp, #376] ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-212] ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #460] ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-216] ldr d0, [sp, #360] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d1, [x8, x9] fmul d0, d0, d1 stur d0, [x29, #-256] ldr d0, [sp, #360] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d1, [x8, #8] fmul d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] lsl x9, x9, #4 str d0, [x8, x9] ldur d0, [x29, #-248] ldur x8, [x29, #-80] ldursw x9, [x29, #-212] add x8, x8, x9, lsl #4 str d0, [x8, #8] b LBB0_190 LBB0_190: ; in Loop: Header=BB0_187 Depth=1 ldr w8, [sp, #316] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_192 b LBB0_191 LBB0_191: ; in Loop: Header=BB0_187 Depth=1 add x0, sp, #328 bl _Cd str d0, [sp, #72] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #80] ; 8-byte Folded Spill sub x0, x29, #256 str x0, [sp, #88] ; 8-byte Folded Spill bl __pCd ldr d1, [sp, #72] ; 8-byte Folded Reload ldr d0, [sp, #80] ; 8-byte Folded Reload ldr x6, [sp, #88] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x0, [x29, #-48] ldur x8, [x29, #-128] ldr w9, [sp, #460] ldur w10, [x29, #-196] add w9, w9, w10 add x1, x8, w9, sxtw #4 ldur x2, [x29, #-136] ldur x8, [x29, #-128] ldur x9, [x29, #-40] ldr w9, [x9] add w9, w9, #1 ldur w10, [x29, #-196] add w9, w9, w10 add x3, x8, w9, sxtw #4 ldur x4, [x29, #-136] add x5, sp, #360 bl _zrot_ b LBB0_192 LBB0_192: ; in Loop: Header=BB0_187 Depth=1 b LBB0_193 LBB0_193: ; in Loop: Header=BB0_187 Depth=1 ldr w8, [sp, #460] subs w8, w8, #1 str w8, [sp, #460] b LBB0_187 LBB0_194: b LBB0_195 LBB0_195: b LBB0_196 LBB0_196: ldur x8, [x29, #-72] ldr w9, [x8] mov w8, #1 add w9, w9, #1 ldur w10, [x29, #-180] add w9, w9, w10 stur w9, [x29, #-212] ldur x9, [x29, #-80] ldursw x10, [x29, #-212] lsl x10, x10, #4 ldr d0, [x9, x10] str d0, [sp, #432] ldur x9, [x29, #-80] ldursw x10, [x29, #-212] add x9, x9, x10, lsl #4 ldr d0, [x9, #8] str d0, [sp, #440] ldr w9, [sp, #420] stur w9, [x29, #-212] str w8, [sp, #460] b LBB0_197 LBB0_197: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #460] ldur w9, [x29, #-212] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_221 b LBB0_198 LBB0_198: ; in Loop: Header=BB0_197 Depth=1 add x0, sp, #432 bl _Cd str d0, [sp, #280] str d1, [sp, #288] ldr d0, [sp, #280] ldr d1, [sp, #288] bl _cabs str d0, [sp, #464] ldr d0, [sp, #464] ldur x8, [x29, #-96] ldrsw x9, [sp, #460] str d0, [x8, x9, lsl #3] ldr d0, [sp, #464] fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB0_200 b LBB0_199 LBB0_199: ; in Loop: Header=BB0_197 Depth=1 ldr d0, [sp, #432] ldr d1, [sp, #464] fdiv d0, d0, d1 stur d0, [x29, #-256] ldr d0, [sp, #440] ldr d1, [sp, #464] fdiv d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #432] ldur d0, [x29, #-248] str d0, [sp, #440] b LBB0_201 LBB0_200: ; in Loop: Header=BB0_197 Depth=1 fmov d0, #1.00000000 str d0, [sp, #432] movi d0, #0000000000000000 str d0, [sp, #440] b LBB0_201 LBB0_201: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #416] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_203 b LBB0_202 LBB0_202: ; in Loop: Header=BB0_197 Depth=1 ldur x0, [x29, #-40] ldur x8, [x29, #-112] ldr w9, [sp, #460] ldur w10, [x29, #-204] mul w9, w9, w10 add w9, w9, #1 add x2, x8, w9, sxtw #4 add x1, sp, #432 adrp x3, _c__1@PAGE add x3, x3, _c__1@PAGEOFF bl _zscal_ b LBB0_203 LBB0_203: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #424] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_205 b LBB0_204 LBB0_204: ; in Loop: Header=BB0_197 Depth=1 add x0, sp, #432 bl _Cd str d0, [sp, #48] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #56] ; 8-byte Folded Spill sub x0, x29, #256 str x0, [sp, #64] ; 8-byte Folded Spill bl __pCd ldr d1, [sp, #48] ; 8-byte Folded Reload ldr d0, [sp, #56] ; 8-byte Folded Reload ldr x1, [sp, #64] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x0, [x29, #-56] ldur x8, [x29, #-144] ldr w9, [sp, #460] ldur w10, [x29, #-188] add w9, w9, w10 add x2, x8, w9, sxtw #4 ldur x3, [x29, #-152] bl _zscal_ b LBB0_205 LBB0_205: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #460] ldr w9, [sp, #420] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_219 b LBB0_206 LBB0_206: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_209 b LBB0_207 LBB0_207: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-64] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_209 b LBB0_208 LBB0_208: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-104] ldrsw x9, [sp, #460] movi d0, #0000000000000000 str d0, [x8, x9, lsl #3] ldr w8, [sp, #460] add w8, w8, #1 ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-216] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] str d0, [sp, #432] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d0, [x8, #8] str d0, [sp, #440] b LBB0_218 LBB0_209: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_211 b LBB0_210 LBB0_210: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #460] ldur w9, [x29, #-180] mul w8, w8, w9 add w8, w8, #2 stur w8, [x29, #-216] add x0, sp, #432 bl _Cd str d0, [sp, #32] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #40] ; 8-byte Folded Spill add x0, sp, #496 bl __pCd ldr d1, [sp, #32] ; 8-byte Folded Reload ldr d0, [sp, #40] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #496] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #504] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #504] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #496] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #432] ldur d0, [x29, #-248] str d0, [sp, #440] b LBB0_212 LBB0_211: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-72] ldr w8, [x8] ldr w9, [sp, #460] add w9, w9, #1 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-216] add x0, sp, #432 bl _Cd str d0, [sp, #16] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #24] ; 8-byte Folded Spill add x0, sp, #496 bl __pCd ldr d1, [sp, #16] ; 8-byte Folded Reload ldr d0, [sp, #24] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #496] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #504] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #504] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #496] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #432] ldur d0, [x29, #-248] str d0, [sp, #440] b LBB0_212 LBB0_212: ; in Loop: Header=BB0_197 Depth=1 add x0, sp, #432 bl _Cd str d0, [sp, #264] str d1, [sp, #272] ldr d0, [sp, #264] ldr d1, [sp, #272] bl _cabs str d0, [sp, #464] ldr d0, [sp, #464] ldur x8, [x29, #-104] ldrsw x9, [sp, #460] str d0, [x8, x9, lsl #3] ldr d0, [sp, #464] fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB0_214 b LBB0_213 LBB0_213: ; in Loop: Header=BB0_197 Depth=1 ldr d0, [sp, #432] ldr d1, [sp, #464] fdiv d0, d0, d1 stur d0, [x29, #-256] ldr d0, [sp, #440] ldr d1, [sp, #464] fdiv d0, d0, d1 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #432] ldur d0, [x29, #-248] str d0, [sp, #440] b LBB0_215 LBB0_214: ; in Loop: Header=BB0_197 Depth=1 fmov d0, #1.00000000 str d0, [sp, #432] movi d0, #0000000000000000 str d0, [sp, #440] b LBB0_215 LBB0_215: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #316] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_217 b LBB0_216 LBB0_216: ; in Loop: Header=BB0_197 Depth=1 ldur x0, [x29, #-48] ldur x8, [x29, #-128] ldr w9, [sp, #460] add w9, w9, #1 ldur w10, [x29, #-196] add w9, w9, w10 add x2, x8, w9, sxtw #4 ldur x3, [x29, #-136] add x1, sp, #432 bl _zscal_ b LBB0_217 LBB0_217: ; in Loop: Header=BB0_197 Depth=1 ldur x8, [x29, #-72] ldr w8, [x8] add w8, w8, #1 ldr w9, [sp, #460] add w9, w9, #1 ldur w10, [x29, #-180] mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-216] add x0, sp, #432 bl _Cd str d0, [sp] ; 8-byte Folded Spill fneg d0, d1 str d0, [sp, #8] ; 8-byte Folded Spill add x0, sp, #496 bl __pCd ldr d1, [sp] ; 8-byte Folded Reload ldr d0, [sp, #8] ; 8-byte Folded Reload str d1, [x0] str d0, [x0, #8] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #496] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #504] fmul d2, d2, d3 fnmsub d0, d0, d1, d2 stur d0, [x29, #-256] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] lsl x9, x9, #4 ldr d0, [x8, x9] ldr d1, [sp, #504] ldur x8, [x29, #-80] ldursw x9, [x29, #-216] add x8, x8, x9, lsl #4 ldr d2, [x8, #8] ldr d3, [sp, #496] fmul d2, d2, d3 fmadd d0, d0, d1, d2 stur d0, [x29, #-248] ldur d0, [x29, #-256] str d0, [sp, #432] ldur d0, [x29, #-248] str d0, [sp, #440] b LBB0_218 LBB0_218: ; in Loop: Header=BB0_197 Depth=1 b LBB0_219 LBB0_219: ; in Loop: Header=BB0_197 Depth=1 b LBB0_220 LBB0_220: ; in Loop: Header=BB0_197 Depth=1 ldr w8, [sp, #460] add w8, w8, #1 str w8, [sp, #460] b LBB0_197 LBB0_221: stur wzr, [x29, #-20] b LBB0_222 LBB0_222: ldur w0, [x29, #-20] add sp, sp, #752 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function Cd _Cd: ; @Cd .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #8] ldr x8, [sp, #8] ldr d1, [x8] ldr x8, [sp, #8] ldr d0, [x8, #8] movi d2, #0000000000000000 fmul d2, d0, d2 fmov d3, #1.00000000 fmul d0, d0, d3 fadd d1, d1, d2 str d1, [sp, #16] str d0, [sp, #24] ldr d0, [sp, #16] ldr d1, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function _pCd __pCd: ; @_pCd .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "B" l_.str.1: ; @.str.1 .asciz "Q" l_.str.2: ; @.str.2 .asciz "P" l_.str.3: ; @.str.3 .asciz "N" l_.str.4: ; @.str.4 .asciz "ZGBBRD" l_.str.5: ; @.str.5 .asciz "Full" .zerofill __DATA,__bss,_c_b1,16,3 ; @c_b1 .section __DATA,__data .p2align 3 ; @c_b2 _c_b2: .quad 0x3ff0000000000000 ; double 1 .quad 0x0000000000000000 ; double 0 .p2align 2 ; @c__1 _c__1: .long 1 ; 0x1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function zgbbrd_ LCPI0_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _zgbbrd_ .p2align 4, 0x90 _zgbbrd_: ## @zgbbrd_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $624, %rsp ## imm = 0x270 movq 112(%rbp), %rax movq 104(%rbp), %rax movq 96(%rbp), %rax movq 88(%rbp), %rax movq 80(%rbp), %rax movq 72(%rbp), %rax movq 64(%rbp), %rax movq 56(%rbp), %rax movq 48(%rbp), %rax movq 40(%rbp), %rax movq 32(%rbp), %rax movq 24(%rbp), %rax movq 16(%rbp), %rax movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq %r8, -48(%rbp) movq %r9, -56(%rbp) movq 24(%rbp), %rax movl (%rax), %eax movl %eax, -60(%rbp) movl -60(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -64(%rbp) movl -64(%rbp), %ecx movq 16(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, 16(%rbp) movq 32(%rbp), %rax addq $-8, %rax movq %rax, 32(%rbp) movq 40(%rbp), %rax addq $-8, %rax movq %rax, 40(%rbp) movq 56(%rbp), %rax movl (%rax), %eax movl %eax, -84(%rbp) movl -84(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -88(%rbp) movl -88(%rbp), %ecx movq 48(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, 48(%rbp) movq 72(%rbp), %rax movl (%rax), %eax movl %eax, -76(%rbp) movl -76(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -80(%rbp) movl -80(%rbp), %ecx movq 64(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, 64(%rbp) movq 88(%rbp), %rax movl (%rax), %eax movl %eax, -68(%rbp) movl -68(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -72(%rbp) movl -72(%rbp), %ecx movq 80(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, 80(%rbp) movq 96(%rbp), %rax addq $-16, %rax movq %rax, 96(%rbp) movq 104(%rbp), %rax addq $-8, %rax movq %rax, 104(%rbp) movq -16(%rbp), %rdi leaq L_.str(%rip), %rsi callq _lsame_ movl %eax, -220(%rbp) movq -16(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _lsame_ movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -385(%rbp) ## 1-byte Spill jne LBB0_2 ## %bb.1: cmpl $0, -220(%rbp) setne %al movb %al, -385(%rbp) ## 1-byte Spill LBB0_2: movb -385(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -232(%rbp) movq -16(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _lsame_ movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -386(%rbp) ## 1-byte Spill jne LBB0_4 ## %bb.3: cmpl $0, -220(%rbp) setne %al movb %al, -386(%rbp) ## 1-byte Spill LBB0_4: movb -386(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -332(%rbp) movq -40(%rbp), %rax cmpl $0, (%rax) setg %al andb $1, %al movzbl %al, %eax movl %eax, -224(%rbp) movq -48(%rbp), %rax movl (%rax), %eax movq -56(%rbp), %rcx addl (%rcx), %eax addl $1, %eax movl %eax, -352(%rbp) movq 112(%rbp), %rax movl $0, (%rax) cmpl $0, -232(%rbp) jne LBB0_8 ## %bb.5: cmpl $0, -332(%rbp) jne LBB0_8 ## %bb.6: movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _lsame_ cmpl $0, %eax jne LBB0_8 ## %bb.7: movq 112(%rbp), %rax movl $-1, (%rax) jmp LBB0_50 LBB0_8: movq -24(%rbp), %rax cmpl $0, (%rax) jge LBB0_10 ## %bb.9: movq 112(%rbp), %rax movl $-2, (%rax) jmp LBB0_49 LBB0_10: movq -32(%rbp), %rax cmpl $0, (%rax) jge LBB0_12 ## %bb.11: movq 112(%rbp), %rax movl $-3, (%rax) jmp LBB0_48 LBB0_12: movq -40(%rbp), %rax cmpl $0, (%rax) jge LBB0_14 ## %bb.13: movq 112(%rbp), %rax movl $-4, (%rax) jmp LBB0_47 LBB0_14: movq -48(%rbp), %rax cmpl $0, (%rax) jge LBB0_16 ## %bb.15: movq 112(%rbp), %rax movl $-5, (%rax) jmp LBB0_46 LBB0_16: movq -56(%rbp), %rax cmpl $0, (%rax) jge LBB0_18 ## %bb.17: movq 112(%rbp), %rax movl $-6, (%rax) jmp LBB0_45 LBB0_18: movq 24(%rbp), %rax movl (%rax), %eax cmpl -352(%rbp), %eax jge LBB0_20 ## %bb.19: movq 112(%rbp), %rax movl $-8, (%rax) jmp LBB0_44 LBB0_20: movq 56(%rbp), %rax cmpl $1, (%rax) jl LBB0_26 ## %bb.21: cmpl $0, -232(%rbp) je LBB0_27 ## %bb.22: movq 56(%rbp), %rax movl (%rax), %eax movl %eax, -392(%rbp) ## 4-byte Spill movq -24(%rbp), %rcx movl $1, %eax cmpl (%rcx), %eax jl LBB0_24 ## %bb.23: movl $1, %eax movl %eax, -396(%rbp) ## 4-byte Spill jmp LBB0_25 LBB0_24: movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -396(%rbp) ## 4-byte Spill LBB0_25: movl -392(%rbp), %eax ## 4-byte Reload movl -396(%rbp), %ecx ## 4-byte Reload cmpl %ecx, %eax jge LBB0_27 LBB0_26: movq 112(%rbp), %rax movl $-12, (%rax) jmp LBB0_43 LBB0_27: movq 72(%rbp), %rax cmpl $1, (%rax) jl LBB0_33 ## %bb.28: cmpl $0, -332(%rbp) je LBB0_34 ## %bb.29: movq 72(%rbp), %rax movl (%rax), %eax movl %eax, -400(%rbp) ## 4-byte Spill movq -32(%rbp), %rcx movl $1, %eax cmpl (%rcx), %eax jl LBB0_31 ## %bb.30: movl $1, %eax movl %eax, -404(%rbp) ## 4-byte Spill jmp LBB0_32 LBB0_31: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -404(%rbp) ## 4-byte Spill LBB0_32: movl -400(%rbp), %eax ## 4-byte Reload movl -404(%rbp), %ecx ## 4-byte Reload cmpl %ecx, %eax jge LBB0_34 LBB0_33: movq 112(%rbp), %rax movl $-14, (%rax) jmp LBB0_42 LBB0_34: movq 88(%rbp), %rax cmpl $1, (%rax) jl LBB0_40 ## %bb.35: cmpl $0, -224(%rbp) je LBB0_41 ## %bb.36: movq 88(%rbp), %rax movl (%rax), %eax movl %eax, -408(%rbp) ## 4-byte Spill movq -24(%rbp), %rcx movl $1, %eax cmpl (%rcx), %eax jl LBB0_38 ## %bb.37: movl $1, %eax movl %eax, -412(%rbp) ## 4-byte Spill jmp LBB0_39 LBB0_38: movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -412(%rbp) ## 4-byte Spill LBB0_39: movl -408(%rbp), %eax ## 4-byte Reload movl -412(%rbp), %ecx ## 4-byte Reload cmpl %ecx, %eax jge LBB0_41 LBB0_40: movq 112(%rbp), %rax movl $-16, (%rax) LBB0_41: jmp LBB0_42 LBB0_42: jmp LBB0_43 LBB0_43: jmp LBB0_44 LBB0_44: jmp LBB0_45 LBB0_45: jmp LBB0_46 LBB0_46: jmp LBB0_47 LBB0_47: jmp LBB0_48 LBB0_48: jmp LBB0_49 LBB0_49: jmp LBB0_50 LBB0_50: movq 112(%rbp), %rax cmpl $0, (%rax) je LBB0_52 ## %bb.51: movq 112(%rbp), %rcx xorl %eax, %eax subl (%rcx), %eax movl %eax, -92(%rbp) leaq L_.str.4(%rip), %rdi leaq -92(%rbp), %rsi movl $6, %edx callq _xerbla_ movl $0, -4(%rbp) jmp LBB0_222 LBB0_52: cmpl $0, -232(%rbp) je LBB0_54 ## %bb.53: movq -24(%rbp), %rsi movq -24(%rbp), %rdx movq 48(%rbp), %r9 movslq -88(%rbp), %rax shlq $4, %rax addq %rax, %r9 movq 56(%rbp), %rax leaq L_.str.5(%rip), %rdi leaq _c_b1(%rip), %rcx leaq _c_b2(%rip), %r8 movq %rax, (%rsp) callq _zlaset_ LBB0_54: cmpl $0, -332(%rbp) je LBB0_56 ## %bb.55: movq -32(%rbp), %rsi movq -32(%rbp), %rdx movq 64(%rbp), %r9 movslq -80(%rbp), %rax shlq $4, %rax addq %rax, %r9 movq 72(%rbp), %rax leaq L_.str.5(%rip), %rdi leaq _c_b1(%rip), %rcx leaq _c_b2(%rip), %r8 movq %rax, (%rsp) callq _zlaset_ LBB0_56: movq -24(%rbp), %rax cmpl $0, (%rax) je LBB0_58 ## %bb.57: movq -32(%rbp), %rax cmpl $0, (%rax) jne LBB0_59 LBB0_58: movl $0, -4(%rbp) jmp LBB0_222 LBB0_59: movq -24(%rbp), %rax movl (%rax), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jg LBB0_61 ## %bb.60: movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -416(%rbp) ## 4-byte Spill jmp LBB0_62 LBB0_61: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -416(%rbp) ## 4-byte Spill LBB0_62: movl -416(%rbp), %eax ## 4-byte Reload movl %eax, -228(%rbp) movq -48(%rbp), %rax movl (%rax), %eax movq -56(%rbp), %rcx addl (%rcx), %eax cmpl $1, %eax jle LBB0_168 ## %bb.63: movq -56(%rbp), %rax cmpl $0, (%rax) jle LBB0_65 ## %bb.64: movl $1, -328(%rbp) movl $2, -336(%rbp) jmp LBB0_66 LBB0_65: movl $2, -328(%rbp) movl $1, -336(%rbp) LBB0_66: movq -24(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -92(%rbp) movl -92(%rbp), %eax movq -48(%rbp), %rcx cmpl (%rcx), %eax jg LBB0_68 ## %bb.67: movl -92(%rbp), %eax movl %eax, -420(%rbp) ## 4-byte Spill jmp LBB0_69 LBB0_68: movq -48(%rbp), %rax movl (%rax), %eax movl %eax, -420(%rbp) ## 4-byte Spill LBB0_69: movl -420(%rbp), %eax ## 4-byte Reload movl %eax, -340(%rbp) movq -32(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -92(%rbp) movl -92(%rbp), %eax movq -56(%rbp), %rcx cmpl (%rcx), %eax jg LBB0_71 ## %bb.70: movl -92(%rbp), %eax movl %eax, -424(%rbp) ## 4-byte Spill jmp LBB0_72 LBB0_71: movq -56(%rbp), %rax movl (%rax), %eax movl %eax, -424(%rbp) ## 4-byte Spill LBB0_72: movl -424(%rbp), %eax ## 4-byte Reload movl %eax, -344(%rbp) movl -340(%rbp), %eax addl -344(%rbp), %eax movl %eax, -244(%rbp) movl -244(%rbp), %eax addl $1, %eax movl %eax, -324(%rbp) movl -324(%rbp), %eax movq 24(%rbp), %rcx imull (%rcx), %eax movl %eax, -172(%rbp) movl $0, -300(%rbp) movl -340(%rbp), %eax addl $2, %eax movl %eax, -236(%rbp) movl $1, %eax subl -344(%rbp), %eax movl %eax, -240(%rbp) movl -228(%rbp), %eax movl %eax, -92(%rbp) movl $1, -188(%rbp) LBB0_73: ## =>This Loop Header: Depth=1 ## Child Loop BB0_75 Depth 2 ## Child Loop BB0_79 Depth 3 ## Child Loop BB0_98 Depth 3 ## Child Loop BB0_107 Depth 3 ## Child Loop BB0_117 Depth 3 ## Child Loop BB0_126 Depth 3 ## Child Loop BB0_144 Depth 3 ## Child Loop BB0_154 Depth 3 movl -188(%rbp), %eax cmpl -92(%rbp), %eax jg LBB0_167 ## %bb.74: ## in Loop: Header=BB0_73 Depth=1 movl -340(%rbp), %eax addl $1, %eax movl %eax, -296(%rbp) movl -344(%rbp), %eax addl $1, %eax movl %eax, -304(%rbp) movl -244(%rbp), %eax movl %eax, -96(%rbp) movl $1, -292(%rbp) LBB0_75: ## Parent Loop BB0_73 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_79 Depth 3 ## Child Loop BB0_98 Depth 3 ## Child Loop BB0_107 Depth 3 ## Child Loop BB0_117 Depth 3 ## Child Loop BB0_126 Depth 3 ## Child Loop BB0_144 Depth 3 ## Child Loop BB0_154 Depth 3 movl -292(%rbp), %eax cmpl -96(%rbp), %eax jg LBB0_165 ## %bb.76: ## in Loop: Header=BB0_75 Depth=2 movl -244(%rbp), %eax addl -236(%rbp), %eax movl %eax, -236(%rbp) movl -244(%rbp), %eax addl -240(%rbp), %eax movl %eax, -240(%rbp) cmpl $0, -300(%rbp) jle LBB0_78 ## %bb.77: ## in Loop: Header=BB0_75 Depth=2 movq 16(%rbp), %rsi movl -352(%rbp), %eax movl -236(%rbp), %ecx subl -340(%rbp), %ecx subl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 96(%rbp), %rcx movslq -236(%rbp), %rax shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movslq -236(%rbp), %rax shlq $3, %rax addq %rax, %r9 leaq -300(%rbp), %rdi leaq -172(%rbp), %rdx leaq -324(%rbp), %rax movq %rax, %r8 movq %rax, (%rsp) callq _zlargv_ LBB0_78: ## in Loop: Header=BB0_75 Depth=2 movl -244(%rbp), %eax movl %eax, -100(%rbp) movl $1, -196(%rbp) LBB0_79: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 movl -196(%rbp), %eax cmpl -100(%rbp), %eax jg LBB0_87 ## %bb.80: ## in Loop: Header=BB0_79 Depth=3 movl -240(%rbp), %eax subl -340(%rbp), %eax addl -196(%rbp), %eax subl $1, %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_82 ## %bb.81: ## in Loop: Header=BB0_79 Depth=3 movl -300(%rbp), %eax subl $1, %eax movl %eax, -348(%rbp) jmp LBB0_83 LBB0_82: ## in Loop: Header=BB0_79 Depth=3 movl -300(%rbp), %eax movl %eax, -348(%rbp) LBB0_83: ## in Loop: Header=BB0_79 Depth=3 cmpl $0, -348(%rbp) jle LBB0_85 ## %bb.84: ## in Loop: Header=BB0_79 Depth=3 movq 16(%rbp), %rsi movl -352(%rbp), %eax subl -196(%rbp), %eax movl -236(%rbp), %ecx subl -340(%rbp), %ecx addl -196(%rbp), %ecx subl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 16(%rbp), %rcx movl -352(%rbp), %eax subl -196(%rbp), %eax addl $1, %eax movl -236(%rbp), %edx subl -340(%rbp), %edx addl -196(%rbp), %edx subl $1, %edx imull -60(%rbp), %edx addl %edx, %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movslq -236(%rbp), %rax shlq $3, %rax addq %rax, %r9 movq 96(%rbp), %r10 movslq -236(%rbp), %rax shlq $4, %rax addq %rax, %r10 leaq -348(%rbp), %rdi leaq -172(%rbp), %r8 leaq -324(%rbp), %rax movq %r8, %rdx movq %r10, (%rsp) movq %rax, 8(%rsp) callq _zlartv_ LBB0_85: ## in Loop: Header=BB0_79 Depth=3 jmp LBB0_86 LBB0_86: ## in Loop: Header=BB0_79 Depth=3 movl -196(%rbp), %eax addl $1, %eax movl %eax, -196(%rbp) jmp LBB0_79 LBB0_87: ## in Loop: Header=BB0_75 Depth=2 movl -296(%rbp), %eax cmpl -328(%rbp), %eax jle LBB0_96 ## %bb.88: ## in Loop: Header=BB0_75 Depth=2 movl -296(%rbp), %eax movq -24(%rbp), %rcx movl (%rcx), %ecx subl -188(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_95 ## %bb.89: ## in Loop: Header=BB0_75 Depth=2 movq 16(%rbp), %rdi movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax subl $1, %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rdi movq 16(%rbp), %rsi movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 104(%rbp), %rdx movl -188(%rbp), %eax addl -296(%rbp), %eax subl $1, %eax cltq shlq $3, %rax addq %rax, %rdx movq 96(%rbp), %rcx movl -188(%rbp), %eax addl -296(%rbp), %eax subl $1, %eax cltq shlq $4, %rax addq %rax, %rcx leaq -264(%rbp), %r8 callq _zlartg_ movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax subl $1, %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -100(%rbp) movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -100(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -256(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -100(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movl -188(%rbp), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jge LBB0_94 ## %bb.90: ## in Loop: Header=BB0_75 Depth=2 movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax subl $2, %eax movl %eax, -104(%rbp) movq -32(%rbp), %rax movl (%rax), %eax subl -188(%rbp), %eax movl %eax, -108(%rbp) movl -104(%rbp), %eax cmpl -108(%rbp), %eax jg LBB0_92 ## %bb.91: ## in Loop: Header=BB0_75 Depth=2 movl -104(%rbp), %eax movl %eax, -428(%rbp) ## 4-byte Spill jmp LBB0_93 LBB0_92: ## in Loop: Header=BB0_75 Depth=2 movl -108(%rbp), %eax movl %eax, -428(%rbp) ## 4-byte Spill LBB0_93: ## in Loop: Header=BB0_75 Depth=2 movl -428(%rbp), %eax ## 4-byte Reload movl %eax, -100(%rbp) movq 24(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -112(%rbp) movq 24(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -116(%rbp) movq 16(%rbp), %rsi movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax subl $2, %eax movl -188(%rbp), %ecx addl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 16(%rbp), %rcx movq -56(%rbp), %rax movl (%rax), %eax addl -296(%rbp), %eax subl $1, %eax movl -188(%rbp), %edx addl $1, %edx imull -60(%rbp), %edx addl %edx, %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movl -188(%rbp), %eax addl -296(%rbp), %eax subl $1, %eax cltq shlq $3, %rax addq %rax, %r9 movq 96(%rbp), %rax movl -188(%rbp), %edx addl -296(%rbp), %edx subl $1, %edx movslq %edx, %rdx shlq $4, %rdx addq %rdx, %rax leaq -100(%rbp), %rdi leaq -112(%rbp), %rdx leaq -116(%rbp), %r8 movq %rax, (%rsp) callq _zrot_ LBB0_94: ## in Loop: Header=BB0_75 Depth=2 jmp LBB0_95 LBB0_95: ## in Loop: Header=BB0_75 Depth=2 movl -300(%rbp), %eax addl $1, %eax movl %eax, -300(%rbp) movl -324(%rbp), %ecx movl -236(%rbp), %eax subl %ecx, %eax movl %eax, -236(%rbp) LBB0_96: ## in Loop: Header=BB0_75 Depth=2 cmpl $0, -232(%rbp) je LBB0_105 ## %bb.97: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax movl %eax, -100(%rbp) movl -324(%rbp), %eax movl %eax, -104(%rbp) movl -236(%rbp), %eax movl %eax, -192(%rbp) LBB0_98: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -104(%rbp) jge LBB0_100 ## %bb.99: ## in Loop: Header=BB0_98 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setge %al andb $1, %al movzbl %al, %eax movl %eax, -432(%rbp) ## 4-byte Spill jmp LBB0_101 LBB0_100: ## in Loop: Header=BB0_98 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setle %al andb $1, %al movzbl %al, %eax movl %eax, -432(%rbp) ## 4-byte Spill LBB0_101: ## in Loop: Header=BB0_98 Depth=3 movl -432(%rbp), %eax ## 4-byte Reload cmpl $0, %eax je LBB0_104 ## %bb.102: ## in Loop: Header=BB0_98 Depth=3 movq 96(%rbp), %rdi movslq -192(%rbp), %rax shlq $4, %rax addq %rax, %rdi callq _Cd movsd %xmm0, -448(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -440(%rbp) ## 8-byte Spill leaq -136(%rbp), %rdi callq __pCd movsd -448(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -440(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq -24(%rbp), %rdi movq 48(%rbp), %rsi movl -192(%rbp), %eax subl $1, %eax imull -84(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rsi movq 48(%rbp), %rcx movl -192(%rbp), %eax imull -84(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movslq -192(%rbp), %rax shlq $3, %rax addq %rax, %r9 leaq _c__1(%rip), %r8 leaq -136(%rbp), %rax movq %r8, %rdx movq %rax, (%rsp) callq _zrot_ ## %bb.103: ## in Loop: Header=BB0_98 Depth=3 movl -104(%rbp), %eax addl -192(%rbp), %eax movl %eax, -192(%rbp) jmp LBB0_98 LBB0_104: ## in Loop: Header=BB0_75 Depth=2 jmp LBB0_105 LBB0_105: ## in Loop: Header=BB0_75 Depth=2 cmpl $0, -224(%rbp) je LBB0_114 ## %bb.106: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax movl %eax, -104(%rbp) movl -324(%rbp), %eax movl %eax, -100(%rbp) movl -236(%rbp), %eax movl %eax, -192(%rbp) LBB0_107: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -100(%rbp) jge LBB0_109 ## %bb.108: ## in Loop: Header=BB0_107 Depth=3 movl -192(%rbp), %eax cmpl -104(%rbp), %eax setge %al andb $1, %al movzbl %al, %eax movl %eax, -452(%rbp) ## 4-byte Spill jmp LBB0_110 LBB0_109: ## in Loop: Header=BB0_107 Depth=3 movl -192(%rbp), %eax cmpl -104(%rbp), %eax setle %al andb $1, %al movzbl %al, %eax movl %eax, -452(%rbp) ## 4-byte Spill LBB0_110: ## in Loop: Header=BB0_107 Depth=3 movl -452(%rbp), %eax ## 4-byte Reload cmpl $0, %eax je LBB0_113 ## %bb.111: ## in Loop: Header=BB0_107 Depth=3 movq -40(%rbp), %rdi movq 80(%rbp), %rsi movl -192(%rbp), %eax subl $1, %eax addl -68(%rbp), %eax cltq shlq $4, %rax addq %rax, %rsi movq 88(%rbp), %rdx movq 80(%rbp), %rcx movl -192(%rbp), %eax addl -68(%rbp), %eax cltq shlq $4, %rax addq %rax, %rcx movq 88(%rbp), %r8 movq 104(%rbp), %r9 movslq -192(%rbp), %rax shlq $3, %rax addq %rax, %r9 movq 96(%rbp), %rax movslq -192(%rbp), %r10 shlq $4, %r10 addq %r10, %rax movq %rax, (%rsp) callq _zrot_ ## %bb.112: ## in Loop: Header=BB0_107 Depth=3 movl -100(%rbp), %eax addl -192(%rbp), %eax movl %eax, -192(%rbp) jmp LBB0_107 LBB0_113: ## in Loop: Header=BB0_75 Depth=2 jmp LBB0_114 LBB0_114: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax addl -344(%rbp), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_116 ## %bb.115: ## in Loop: Header=BB0_75 Depth=2 movl -300(%rbp), %eax addl $-1, %eax movl %eax, -300(%rbp) movl -324(%rbp), %ecx movl -240(%rbp), %eax subl %ecx, %eax movl %eax, -240(%rbp) LBB0_116: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax movl %eax, -100(%rbp) movl -324(%rbp), %eax movl %eax, -104(%rbp) movl -236(%rbp), %eax movl %eax, -192(%rbp) LBB0_117: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -104(%rbp) jge LBB0_119 ## %bb.118: ## in Loop: Header=BB0_117 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setge %al andb $1, %al movzbl %al, %eax movl %eax, -456(%rbp) ## 4-byte Spill jmp LBB0_120 LBB0_119: ## in Loop: Header=BB0_117 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setle %al andb $1, %al movzbl %al, %eax movl %eax, -456(%rbp) ## 4-byte Spill LBB0_120: ## in Loop: Header=BB0_117 Depth=3 movl -456(%rbp), %eax ## 4-byte Reload cmpl $0, %eax je LBB0_123 ## %bb.121: ## in Loop: Header=BB0_117 Depth=3 movl -192(%rbp), %eax addl -344(%rbp), %eax movl %eax, -108(%rbp) movl -192(%rbp), %eax movl %eax, -112(%rbp) movl -192(%rbp), %eax addl -344(%rbp), %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm2 ## xmm2 = mem[0],zero movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm2 ## xmm2 = mem[0],zero movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 96(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 96(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movl -192(%rbp), %eax addl -344(%rbp), %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -108(%rbp) movl -192(%rbp), %eax movl %eax, -112(%rbp) movl -192(%rbp), %eax addl -344(%rbp), %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) movq 104(%rbp), %rax movslq -112(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm0 movsd %xmm0, -136(%rbp) movq 104(%rbp), %rax movslq -112(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) ## %bb.122: ## in Loop: Header=BB0_117 Depth=3 movl -104(%rbp), %eax addl -192(%rbp), %eax movl %eax, -192(%rbp) jmp LBB0_117 LBB0_123: ## in Loop: Header=BB0_75 Depth=2 cmpl $0, -300(%rbp) jle LBB0_125 ## %bb.124: ## in Loop: Header=BB0_75 Depth=2 movq 16(%rbp), %rsi movl -236(%rbp), %eax addl -344(%rbp), %eax subl $1, %eax imull -60(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rsi movq 96(%rbp), %rcx movl -236(%rbp), %eax addl -344(%rbp), %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movl -236(%rbp), %eax addl -344(%rbp), %eax cltq shlq $3, %rax addq %rax, %r9 leaq -300(%rbp), %rdi leaq -172(%rbp), %rdx leaq -324(%rbp), %rax movq %rax, %r8 movq %rax, (%rsp) callq _zlargv_ LBB0_125: ## in Loop: Header=BB0_75 Depth=2 movl -244(%rbp), %eax movl %eax, -104(%rbp) movl $1, -196(%rbp) LBB0_126: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 movl -196(%rbp), %eax cmpl -104(%rbp), %eax jg LBB0_134 ## %bb.127: ## in Loop: Header=BB0_126 Depth=3 movl -240(%rbp), %eax addl -196(%rbp), %eax subl $1, %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_129 ## %bb.128: ## in Loop: Header=BB0_126 Depth=3 movl -300(%rbp), %eax subl $1, %eax movl %eax, -348(%rbp) jmp LBB0_130 LBB0_129: ## in Loop: Header=BB0_126 Depth=3 movl -300(%rbp), %eax movl %eax, -348(%rbp) LBB0_130: ## in Loop: Header=BB0_126 Depth=3 cmpl $0, -348(%rbp) jle LBB0_132 ## %bb.131: ## in Loop: Header=BB0_126 Depth=3 movq 16(%rbp), %rsi movl -196(%rbp), %eax addl $1, %eax movl -236(%rbp), %ecx addl -344(%rbp), %ecx subl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 16(%rbp), %rcx movl -196(%rbp), %eax movl -236(%rbp), %edx addl -344(%rbp), %edx imull -60(%rbp), %edx addl %edx, %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movl -236(%rbp), %eax addl -344(%rbp), %eax cltq shlq $3, %rax addq %rax, %r9 movq 96(%rbp), %r10 movl -236(%rbp), %eax addl -344(%rbp), %eax cltq shlq $4, %rax addq %rax, %r10 leaq -348(%rbp), %rdi leaq -172(%rbp), %r8 leaq -324(%rbp), %rax movq %r8, %rdx movq %r10, (%rsp) movq %rax, 8(%rsp) callq _zlartv_ LBB0_132: ## in Loop: Header=BB0_126 Depth=3 jmp LBB0_133 LBB0_133: ## in Loop: Header=BB0_126 Depth=3 movl -196(%rbp), %eax addl $1, %eax movl %eax, -196(%rbp) jmp LBB0_126 LBB0_134: ## in Loop: Header=BB0_75 Depth=2 movl -296(%rbp), %eax cmpl -328(%rbp), %eax jne LBB0_142 ## %bb.135: ## in Loop: Header=BB0_75 Depth=2 movl -304(%rbp), %eax cmpl -336(%rbp), %eax jle LBB0_142 ## %bb.136: ## in Loop: Header=BB0_75 Depth=2 movl -304(%rbp), %eax movq -32(%rbp), %rcx movl (%rcx), %ecx subl -188(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_141 ## %bb.137: ## in Loop: Header=BB0_75 Depth=2 movq 16(%rbp), %rdi movq -56(%rbp), %rax movl (%rax), %eax subl -304(%rbp), %eax addl $3, %eax movl -188(%rbp), %ecx addl -304(%rbp), %ecx subl $2, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rdi movq 16(%rbp), %rsi movq -56(%rbp), %rax movl (%rax), %eax subl -304(%rbp), %eax addl $2, %eax movl -188(%rbp), %ecx addl -304(%rbp), %ecx subl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 104(%rbp), %rdx movl -188(%rbp), %eax addl -304(%rbp), %eax subl $1, %eax cltq shlq $3, %rax addq %rax, %rdx movq 96(%rbp), %rcx movl -188(%rbp), %eax addl -304(%rbp), %eax subl $1, %eax cltq shlq $4, %rax addq %rax, %rcx leaq -264(%rbp), %r8 callq _zlartg_ movq -56(%rbp), %rax movl (%rax), %eax subl -304(%rbp), %eax addl $3, %eax movl -188(%rbp), %ecx addl -304(%rbp), %ecx subl $2, %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -104(%rbp) movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -256(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movq -48(%rbp), %rax movl (%rax), %eax addl -304(%rbp), %eax subl $2, %eax movl %eax, -100(%rbp) movq -24(%rbp), %rax movl (%rax), %eax subl -188(%rbp), %eax movl %eax, -108(%rbp) movl -100(%rbp), %eax cmpl -108(%rbp), %eax jg LBB0_139 ## %bb.138: ## in Loop: Header=BB0_75 Depth=2 movl -100(%rbp), %eax movl %eax, -460(%rbp) ## 4-byte Spill jmp LBB0_140 LBB0_139: ## in Loop: Header=BB0_75 Depth=2 movl -108(%rbp), %eax movl %eax, -460(%rbp) ## 4-byte Spill LBB0_140: ## in Loop: Header=BB0_75 Depth=2 movl -460(%rbp), %eax ## 4-byte Reload movl %eax, -104(%rbp) movq 16(%rbp), %rsi movq -56(%rbp), %rax movl (%rax), %eax subl -304(%rbp), %eax addl $4, %eax movl -188(%rbp), %ecx addl -304(%rbp), %ecx subl $2, %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rsi movq 16(%rbp), %rcx movq -56(%rbp), %rax movl (%rax), %eax subl -304(%rbp), %eax addl $3, %eax movl -188(%rbp), %edx addl -304(%rbp), %edx subl $1, %edx imull -60(%rbp), %edx addl %edx, %eax cltq shlq $4, %rax addq %rax, %rcx movq 104(%rbp), %r9 movl -188(%rbp), %eax addl -304(%rbp), %eax subl $1, %eax cltq shlq $3, %rax addq %rax, %r9 movq 96(%rbp), %rax movl -188(%rbp), %edx addl -304(%rbp), %edx subl $1, %edx movslq %edx, %rdx shlq $4, %rdx addq %rdx, %rax leaq -104(%rbp), %rdi leaq _c__1(%rip), %r8 movq %r8, %rdx movq %rax, (%rsp) callq _zrot_ LBB0_141: ## in Loop: Header=BB0_75 Depth=2 movl -300(%rbp), %eax addl $1, %eax movl %eax, -300(%rbp) movl -324(%rbp), %ecx movl -236(%rbp), %eax subl %ecx, %eax movl %eax, -236(%rbp) LBB0_142: ## in Loop: Header=BB0_75 Depth=2 cmpl $0, -332(%rbp) je LBB0_151 ## %bb.143: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax movl %eax, -104(%rbp) movl -324(%rbp), %eax movl %eax, -100(%rbp) movl -236(%rbp), %eax movl %eax, -192(%rbp) LBB0_144: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -100(%rbp) jge LBB0_146 ## %bb.145: ## in Loop: Header=BB0_144 Depth=3 movl -192(%rbp), %eax cmpl -104(%rbp), %eax setge %al andb $1, %al movzbl %al, %eax movl %eax, -464(%rbp) ## 4-byte Spill jmp LBB0_147 LBB0_146: ## in Loop: Header=BB0_144 Depth=3 movl -192(%rbp), %eax cmpl -104(%rbp), %eax setle %al andb $1, %al movzbl %al, %eax movl %eax, -464(%rbp) ## 4-byte Spill LBB0_147: ## in Loop: Header=BB0_144 Depth=3 movl -464(%rbp), %eax ## 4-byte Reload cmpl $0, %eax je LBB0_150 ## %bb.148: ## in Loop: Header=BB0_144 Depth=3 movq 96(%rbp), %rdi movl -192(%rbp), %eax addl -344(%rbp), %eax cltq shlq $4, %rax addq %rax, %rdi callq _Cd movsd %xmm0, -480(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -472(%rbp) ## 8-byte Spill leaq -136(%rbp), %rdi callq __pCd movsd -480(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -472(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq -32(%rbp), %rdi movq 64(%rbp), %rsi movl -192(%rbp), %eax addl -344(%rbp), %eax subl $1, %eax addl -76(%rbp), %eax cltq shlq $4, %rax addq %rax, %rsi movq 72(%rbp), %rdx movq 64(%rbp), %rcx movl -192(%rbp), %eax addl -344(%rbp), %eax addl -76(%rbp), %eax cltq shlq $4, %rax addq %rax, %rcx movq 72(%rbp), %r8 movq 104(%rbp), %r9 movl -192(%rbp), %eax addl -344(%rbp), %eax cltq shlq $3, %rax addq %rax, %r9 leaq -136(%rbp), %rax movq %rax, (%rsp) callq _zrot_ ## %bb.149: ## in Loop: Header=BB0_144 Depth=3 movl -100(%rbp), %eax addl -192(%rbp), %eax movl %eax, -192(%rbp) jmp LBB0_144 LBB0_150: ## in Loop: Header=BB0_75 Depth=2 jmp LBB0_151 LBB0_151: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax addl -244(%rbp), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_153 ## %bb.152: ## in Loop: Header=BB0_75 Depth=2 movl -300(%rbp), %eax addl $-1, %eax movl %eax, -300(%rbp) movl -324(%rbp), %ecx movl -240(%rbp), %eax subl %ecx, %eax movl %eax, -240(%rbp) LBB0_153: ## in Loop: Header=BB0_75 Depth=2 movl -240(%rbp), %eax movl %eax, -100(%rbp) movl -324(%rbp), %eax movl %eax, -104(%rbp) movl -236(%rbp), %eax movl %eax, -192(%rbp) LBB0_154: ## Parent Loop BB0_73 Depth=1 ## Parent Loop BB0_75 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -104(%rbp) jge LBB0_156 ## %bb.155: ## in Loop: Header=BB0_154 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setge %al andb $1, %al movzbl %al, %eax movl %eax, -484(%rbp) ## 4-byte Spill jmp LBB0_157 LBB0_156: ## in Loop: Header=BB0_154 Depth=3 movl -192(%rbp), %eax cmpl -100(%rbp), %eax setle %al andb $1, %al movzbl %al, %eax movl %eax, -484(%rbp) ## 4-byte Spill LBB0_157: ## in Loop: Header=BB0_154 Depth=3 movl -484(%rbp), %eax ## 4-byte Reload cmpl $0, %eax je LBB0_160 ## %bb.158: ## in Loop: Header=BB0_154 Depth=3 movl -192(%rbp), %eax addl -244(%rbp), %eax movl %eax, -108(%rbp) movl -192(%rbp), %eax addl -344(%rbp), %eax movl %eax, -112(%rbp) movl -352(%rbp), %eax movl -192(%rbp), %ecx addl -344(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -116(%rbp) movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm2 ## xmm2 = mem[0],zero movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm2 ## xmm2 = mem[0],zero movq 96(%rbp), %rax movslq -112(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 96(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 96(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movl -352(%rbp), %eax movl -192(%rbp), %ecx addl -344(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -108(%rbp) movl -192(%rbp), %eax addl -344(%rbp), %eax movl %eax, -112(%rbp) movl -352(%rbp), %eax movl -192(%rbp), %ecx addl -344(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -116(%rbp) movq 104(%rbp), %rax movslq -112(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm0 movsd %xmm0, -136(%rbp) movq 104(%rbp), %rax movslq -112(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -116(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -108(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) ## %bb.159: ## in Loop: Header=BB0_154 Depth=3 movl -104(%rbp), %eax addl -192(%rbp), %eax movl %eax, -192(%rbp) jmp LBB0_154 LBB0_160: ## in Loop: Header=BB0_75 Depth=2 movl -296(%rbp), %eax cmpl -328(%rbp), %eax jle LBB0_162 ## %bb.161: ## in Loop: Header=BB0_75 Depth=2 movl -296(%rbp), %eax addl $-1, %eax movl %eax, -296(%rbp) jmp LBB0_163 LBB0_162: ## in Loop: Header=BB0_75 Depth=2 movl -304(%rbp), %eax addl $-1, %eax movl %eax, -304(%rbp) LBB0_163: ## in Loop: Header=BB0_75 Depth=2 jmp LBB0_164 LBB0_164: ## in Loop: Header=BB0_75 Depth=2 movl -292(%rbp), %eax addl $1, %eax movl %eax, -292(%rbp) jmp LBB0_75 LBB0_165: ## in Loop: Header=BB0_73 Depth=1 jmp LBB0_166 LBB0_166: ## in Loop: Header=BB0_73 Depth=1 movl -188(%rbp), %eax addl $1, %eax movl %eax, -188(%rbp) jmp LBB0_73 LBB0_167: jmp LBB0_168 LBB0_168: movq -56(%rbp), %rax cmpl $0, (%rax) jne LBB0_184 ## %bb.169: movq -48(%rbp), %rax cmpl $0, (%rax) jle LBB0_184 ## %bb.170: movq -24(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -96(%rbp) movl -96(%rbp), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jg LBB0_172 ## %bb.171: movl -96(%rbp), %eax movl %eax, -488(%rbp) ## 4-byte Spill jmp LBB0_173 LBB0_172: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -488(%rbp) ## 4-byte Spill LBB0_173: movl -488(%rbp), %eax ## 4-byte Reload movl %eax, -92(%rbp) movl $1, -188(%rbp) LBB0_174: ## =>This Inner Loop Header: Depth=1 movl -188(%rbp), %eax cmpl -92(%rbp), %eax jg LBB0_183 ## %bb.175: ## in Loop: Header=BB0_174 Depth=1 movq 16(%rbp), %rdi movl -188(%rbp), %eax imull -60(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rdi movq 16(%rbp), %rsi movl -188(%rbp), %eax imull -60(%rbp), %eax addl $2, %eax cltq shlq $4, %rax addq %rax, %rsi leaq -288(%rbp), %rdx leaq -320(%rbp), %rcx leaq -264(%rbp), %r8 callq _zlartg_ movl -188(%rbp), %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -256(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movl -188(%rbp), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jge LBB0_177 ## %bb.176: ## in Loop: Header=BB0_174 Depth=1 movl -188(%rbp), %eax imull -60(%rbp), %eax addl $2, %eax movl %eax, -96(%rbp) movl -188(%rbp), %eax addl $1, %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -104(%rbp) movsd -320(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm2 ## xmm2 = mem[0],zero movsd -312(%rbp), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movsd -320(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm2 ## xmm2 = mem[0],zero movsd -312(%rbp), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) movl -188(%rbp), %eax addl $1, %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) movl -188(%rbp), %eax addl $1, %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -104(%rbp) movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm0 movsd %xmm0, -136(%rbp) movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -104(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) LBB0_177: ## in Loop: Header=BB0_174 Depth=1 cmpl $0, -232(%rbp) je LBB0_179 ## %bb.178: ## in Loop: Header=BB0_174 Depth=1 leaq -320(%rbp), %rdi callq _Cd movsd %xmm0, -504(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -496(%rbp) ## 8-byte Spill leaq -136(%rbp), %rdi callq __pCd movsd -504(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -496(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq -24(%rbp), %rdi movq 48(%rbp), %rsi movl -188(%rbp), %eax imull -84(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rsi movq 48(%rbp), %rcx movl -188(%rbp), %eax addl $1, %eax imull -84(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rcx leaq _c__1(%rip), %r8 leaq -288(%rbp), %r9 leaq -136(%rbp), %rax movq %r8, %rdx movq %rax, (%rsp) callq _zrot_ LBB0_179: ## in Loop: Header=BB0_174 Depth=1 cmpl $0, -224(%rbp) je LBB0_181 ## %bb.180: ## in Loop: Header=BB0_174 Depth=1 movq -40(%rbp), %rdi movq 80(%rbp), %rsi movl -188(%rbp), %eax addl -68(%rbp), %eax cltq shlq $4, %rax addq %rax, %rsi movq 88(%rbp), %rdx movq 80(%rbp), %rcx movl -188(%rbp), %eax addl $1, %eax addl -68(%rbp), %eax cltq shlq $4, %rax addq %rax, %rcx movq 88(%rbp), %r8 leaq -288(%rbp), %r9 leaq -320(%rbp), %rax movq %rax, (%rsp) callq _zrot_ LBB0_181: ## in Loop: Header=BB0_174 Depth=1 jmp LBB0_182 LBB0_182: ## in Loop: Header=BB0_174 Depth=1 movl -188(%rbp), %eax addl $1, %eax movl %eax, -188(%rbp) jmp LBB0_174 LBB0_183: jmp LBB0_196 LBB0_184: movq -56(%rbp), %rax cmpl $0, (%rax) jle LBB0_195 ## %bb.185: movq -24(%rbp), %rax movl (%rax), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jge LBB0_195 ## %bb.186: movq -56(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx movl (%rcx), %ecx addl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -92(%rbp) movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -280(%rbp) movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -272(%rbp) movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -188(%rbp) LBB0_187: ## =>This Inner Loop Header: Depth=1 cmpl $1, -188(%rbp) jl LBB0_194 ## %bb.188: ## in Loop: Header=BB0_187 Depth=1 movq 16(%rbp), %rdi movq -56(%rbp), %rax movl (%rax), %eax addl $1, %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax cltq shlq $4, %rax addq %rax, %rdi leaq -280(%rbp), %rsi leaq -288(%rbp), %rdx leaq -320(%rbp), %rcx leaq -264(%rbp), %r8 callq _zlartg_ movq -56(%rbp), %rax movl (%rax), %eax addl $1, %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -92(%rbp) movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -256(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) cmpl $1, -188(%rbp) jle LBB0_190 ## %bb.189: ## in Loop: Header=BB0_187 Depth=1 leaq -320(%rbp), %rdi callq _Cd movsd %xmm0, -520(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -512(%rbp) ## 8-byte Spill leaq -168(%rbp), %rdi callq __pCd movsd -520(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -512(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero movq %xmm0, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -152(%rbp) movsd -160(%rbp), %xmm0 ## xmm0 = mem[0],zero movq %xmm0, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -144(%rbp) movq -56(%rbp), %rax movl (%rax), %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -92(%rbp) movsd -152(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm2 ## xmm2 = mem[0],zero movsd -144(%rbp), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movsd -152(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm2 ## xmm2 = mem[0],zero movsd -144(%rbp), %xmm1 ## xmm1 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -280(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -272(%rbp) movq -56(%rbp), %rax movl (%rax), %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -92(%rbp) movq -56(%rbp), %rax movl (%rax), %eax movl -188(%rbp), %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -96(%rbp) movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd (%rax), %xmm0 movsd %xmm0, -136(%rbp) movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax mulsd 8(%rax), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, (%rax) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd %xmm0, 8(%rax) LBB0_190: ## in Loop: Header=BB0_187 Depth=1 cmpl $0, -332(%rbp) je LBB0_192 ## %bb.191: ## in Loop: Header=BB0_187 Depth=1 leaq -320(%rbp), %rdi callq _Cd movsd %xmm0, -536(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -528(%rbp) ## 8-byte Spill leaq -136(%rbp), %rdi callq __pCd movsd -536(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -528(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq -32(%rbp), %rdi movq 64(%rbp), %rsi movl -188(%rbp), %eax addl -76(%rbp), %eax cltq shlq $4, %rax addq %rax, %rsi movq 72(%rbp), %rdx movq 64(%rbp), %rcx movq -24(%rbp), %rax movl (%rax), %eax addl $1, %eax addl -76(%rbp), %eax cltq shlq $4, %rax addq %rax, %rcx movq 72(%rbp), %r8 leaq -288(%rbp), %r9 leaq -136(%rbp), %rax movq %rax, (%rsp) callq _zrot_ LBB0_192: ## in Loop: Header=BB0_187 Depth=1 jmp LBB0_193 LBB0_193: ## in Loop: Header=BB0_187 Depth=1 movl -188(%rbp), %eax addl $-1, %eax movl %eax, -188(%rbp) jmp LBB0_187 LBB0_194: jmp LBB0_195 LBB0_195: jmp LBB0_196 LBB0_196: movq -56(%rbp), %rax movl (%rax), %eax addl $1, %eax addl -60(%rbp), %eax movl %eax, -92(%rbp) movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movq 16(%rbp), %rax movslq -92(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) movl -228(%rbp), %eax movl %eax, -92(%rbp) movl $1, -188(%rbp) LBB0_197: ## =>This Inner Loop Header: Depth=1 movl -188(%rbp), %eax cmpl -92(%rbp), %eax jg LBB0_221 ## %bb.198: ## in Loop: Header=BB0_197 Depth=1 leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -368(%rbp) movsd %xmm1, -360(%rbp) movsd -368(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -360(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cabs movsd %xmm0, -184(%rbp) movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 32(%rbp), %rax movslq -188(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB0_199 jp LBB0_199 jmp LBB0_200 LBB0_199: ## in Loop: Header=BB0_197 Depth=1 movsd -216(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -184(%rbp), %xmm0 movsd %xmm0, -136(%rbp) movsd -208(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -184(%rbp), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) jmp LBB0_201 LBB0_200: ## in Loop: Header=BB0_197 Depth=1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -208(%rbp) LBB0_201: ## in Loop: Header=BB0_197 Depth=1 cmpl $0, -232(%rbp) je LBB0_203 ## %bb.202: ## in Loop: Header=BB0_197 Depth=1 movq -24(%rbp), %rdi movq 48(%rbp), %rdx movl -188(%rbp), %eax imull -84(%rbp), %eax addl $1, %eax cltq shlq $4, %rax addq %rax, %rdx leaq -216(%rbp), %rsi leaq _c__1(%rip), %rcx callq _zscal_ LBB0_203: ## in Loop: Header=BB0_197 Depth=1 cmpl $0, -224(%rbp) je LBB0_205 ## %bb.204: ## in Loop: Header=BB0_197 Depth=1 leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -552(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -544(%rbp) ## 8-byte Spill leaq -136(%rbp), %rdi callq __pCd movsd -552(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -544(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq -40(%rbp), %rdi movq 80(%rbp), %rdx movl -188(%rbp), %eax addl -68(%rbp), %eax cltq shlq $4, %rax addq %rax, %rdx movq 88(%rbp), %rcx leaq -136(%rbp), %rsi callq _zscal_ LBB0_205: ## in Loop: Header=BB0_197 Depth=1 movl -188(%rbp), %eax cmpl -228(%rbp), %eax jge LBB0_219 ## %bb.206: ## in Loop: Header=BB0_197 Depth=1 movq -56(%rbp), %rax cmpl $0, (%rax) jne LBB0_209 ## %bb.207: ## in Loop: Header=BB0_197 Depth=1 movq -48(%rbp), %rax cmpl $0, (%rax) jne LBB0_209 ## %bb.208: ## in Loop: Header=BB0_197 Depth=1 movq 40(%rbp), %rax movslq -188(%rbp), %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) movl -188(%rbp), %eax addl $1, %eax imull -60(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) jmp LBB0_218 LBB0_209: ## in Loop: Header=BB0_197 Depth=1 movq -56(%rbp), %rax cmpl $0, (%rax) jne LBB0_211 ## %bb.210: ## in Loop: Header=BB0_197 Depth=1 movl -188(%rbp), %eax imull -60(%rbp), %eax addl $2, %eax movl %eax, -96(%rbp) leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -568(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -560(%rbp) ## 8-byte Spill leaq -152(%rbp), %rdi callq __pCd movsd -568(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -560(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -152(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -144(%rbp), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -144(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -152(%rbp), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) jmp LBB0_212 LBB0_211: ## in Loop: Header=BB0_197 Depth=1 movq -56(%rbp), %rax movl (%rax), %eax movl -188(%rbp), %ecx addl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -96(%rbp) leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -584(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -576(%rbp) ## 8-byte Spill leaq -152(%rbp), %rdi callq __pCd movsd -584(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -576(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -152(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -144(%rbp), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -144(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -152(%rbp), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) LBB0_212: ## in Loop: Header=BB0_197 Depth=1 leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -384(%rbp) movsd %xmm1, -376(%rbp) movsd -384(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -376(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cabs movsd %xmm0, -184(%rbp) movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero movq 40(%rbp), %rax movslq -188(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB0_213 jp LBB0_213 jmp LBB0_214 LBB0_213: ## in Loop: Header=BB0_197 Depth=1 movsd -216(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -184(%rbp), %xmm0 movsd %xmm0, -136(%rbp) movsd -208(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -184(%rbp), %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) jmp LBB0_215 LBB0_214: ## in Loop: Header=BB0_197 Depth=1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -208(%rbp) LBB0_215: ## in Loop: Header=BB0_197 Depth=1 cmpl $0, -332(%rbp) je LBB0_217 ## %bb.216: ## in Loop: Header=BB0_197 Depth=1 movq -32(%rbp), %rdi movq 64(%rbp), %rdx movl -188(%rbp), %eax addl $1, %eax addl -76(%rbp), %eax cltq shlq $4, %rax addq %rax, %rdx movq 72(%rbp), %rcx leaq -216(%rbp), %rsi callq _zscal_ LBB0_217: ## in Loop: Header=BB0_197 Depth=1 movq -56(%rbp), %rax movl (%rax), %eax addl $1, %eax movl -188(%rbp), %ecx addl $1, %ecx imull -60(%rbp), %ecx addl %ecx, %eax movl %eax, -96(%rbp) leaq -216(%rbp), %rdi callq _Cd movsd %xmm0, -600(%rbp) ## 8-byte Spill movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm0 movsd %xmm0, -592(%rbp) ## 8-byte Spill leaq -152(%rbp), %rdi callq __pCd movsd -600(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -592(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm1, (%rax) movsd %xmm0, 8(%rax) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -152(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -144(%rbp), %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd -144(%rbp), %xmm2 ## xmm2 = mem[0],zero movq 16(%rbp), %rax movslq -96(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd 8(%rax), %xmm1 ## xmm1 = mem[0],zero mulsd -152(%rbp), %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) LBB0_218: ## in Loop: Header=BB0_197 Depth=1 jmp LBB0_219 LBB0_219: ## in Loop: Header=BB0_197 Depth=1 jmp LBB0_220 LBB0_220: ## in Loop: Header=BB0_197 Depth=1 movl -188(%rbp), %eax addl $1, %eax movl %eax, -188(%rbp) jmp LBB0_197 LBB0_221: movl $0, -4(%rbp) LBB0_222: movl -4(%rbp), %eax addq $624, %rsp ## imm = 0x270 popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function Cd _Cd: ## @Cd .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -24(%rbp) movq -24(%rbp), %rax movsd (%rax), %xmm1 ## xmm1 = mem[0],zero movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero xorps %xmm3, %xmm3 movaps %xmm0, %xmm2 mulsd %xmm3, %xmm2 addsd %xmm2, %xmm1 movsd %xmm1, -16(%rbp) movsd %xmm0, -8(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -8(%rbp), %xmm1 ## xmm1 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function _pCd __pCd: ## @_pCd .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 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "B" L_.str.1: ## @.str.1 .asciz "Q" L_.str.2: ## @.str.2 .asciz "P" L_.str.3: ## @.str.3 .asciz "N" L_.str.4: ## @.str.4 .asciz "ZGBBRD" L_.str.5: ## @.str.5 .asciz "Full" .zerofill __DATA,__bss,_c_b1,16,3 ## @c_b1 .section __DATA,__data .p2align 3 ## @c_b2 _c_b2: .quad 0x3ff0000000000000 ## double 1 .quad 0x0000000000000000 ## double 0 .p2align 2 ## @c__1 _c__1: .long 1 ## 0x1 .subsections_via_symbols
the_stack_data/215767908.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 w0, [x29, #-8] stur x1, [x29, #-16] mov x8, #3 stur x8, [x29, #-24] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x0, [x29, #-24] str x0, [sp, #24] ; 8-byte Folded Spill b LBB0_3 LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] mov x1, #0 mov w2, #10 bl _strtoul str x0, [sp, #24] ; 8-byte Folded Spill b LBB0_3 LBB0_3: ldr x8, [sp, #24] ; 8-byte Folded Reload stur x8, [x29, #-32] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x8, [x29, #-32] subs x8, x8, #6 cset w8, hs tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_6 LBB0_5: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_6 LBB0_6: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf adrp x8, l___const._main.s1@PAGE add x8, x8, l___const._main.s1@PAGEOFF ldrh w8, [x8] sub x9, x29, #34 str x9, [sp, #8] ; 8-byte Folded Spill sturh w8, [x29, #-34] ldur x8, [x29, #-32] lsr x0, x8, #0 bl _malloc ldr x1, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #32] ldr x0, [sp, #32] mov x2, #6 mov x3, #-1 bl ___strncpy_chk ldr x8, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload bl _printf ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n\n" l_.str.1: ; @.str.1 .asciz "Still compiles and runs without any errors even when the length of dest is less than the `n` passed to strncpy.\nIf the compiler can determine the length at compile time, then it will fail.\nI think this is a bug in gcc 4.8.4. There is no such stackTrace using the newest version of gcc 7.2.0.\n" l_.str.2: ; @.str.2 .asciz "Works as normal when the lengths > `n` passed to strncpy.\n" l___const._main.s1: ; @__const._main.s1 .asciz "H" l_.str.3: ; @.str.3 .asciz "%s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl __main ## -- Begin function _main .p2align 4, 0x90 __main: ## @_main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq $3, -24(%rbp) cmpl $1, -8(%rbp) jg LBB0_2 ## %bb.1: movq -24(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill jmp LBB0_3 LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi xorl %eax, %eax movl %eax, %esi movl $10, %edx callq _strtoul movq %rax, -56(%rbp) ## 8-byte Spill LBB0_3: movq -56(%rbp), %rax ## 8-byte Reload movq %rax, -32(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf cmpq $6, -32(%rbp) jae LBB0_5 ## %bb.4: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_6 LBB0_5: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB0_6: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movw L___const._main.s1(%rip), %ax movw %ax, -34(%rbp) movq -32(%rbp), %rdi shlq $0, %rdi callq _malloc movq %rax, -48(%rbp) movq -48(%rbp), %rdi leaq -34(%rbp), %rsi movl $6, %edx movq $-1, %rcx callq ___strncpy_chk movq -48(%rbp), %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n\n" L_.str.1: ## @.str.1 .asciz "Still compiles and runs without any errors even when the length of dest is less than the `n` passed to strncpy.\nIf the compiler can determine the length at compile time, then it will fail.\nI think this is a bug in gcc 4.8.4. There is no such stackTrace using the newest version of gcc 7.2.0.\n" L_.str.2: ## @.str.2 .asciz "Works as normal when the lengths > `n` passed to strncpy.\n" L___const._main.s1: ## @__const._main.s1 .asciz "H" L_.str.3: ## @.str.3 .asciz "%s\n" .subsections_via_symbols
the_stack_data/478555.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #12 str x8, [x9] bl _scanf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload mov x9, sp add x8, sp, #16 str x8, [x9] bl _scanf ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldur w8, [x29, #-8] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_4 LBB0_3: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_4 LBB0_4: b LBB0_9 LBB0_5: ldur w8, [x29, #-12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_8 LBB0_7: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_8 LBB0_8: b LBB0_9 LBB0_9: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 \320\260 = " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 b = " l_.str.3: ; @.str.3 .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 c = " l_.str.4: ; @.str.4 .asciz "a = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" l_.str.5: ; @.str.5 .asciz "c = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" l_.str.6: ; @.str.6 .asciz "b = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %eax cmpl -12(%rbp), %eax jle LBB0_5 ## %bb.1: movl -8(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_3 ## %bb.2: movl -8(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB0_4 LBB0_3: movl -16(%rbp), %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_4: jmp LBB0_9 LBB0_5: movl -12(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_7 ## %bb.6: movl -12(%rbp), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf jmp LBB0_8 LBB0_7: movl -16(%rbp), %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_8: jmp LBB0_9 LBB0_9: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 \320\260 = " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 b = " L_.str.3: ## @.str.3 .asciz "\320\222\321\212\320\262\320\265\320\264\320\265\321\202\320\265 c = " L_.str.4: ## @.str.4 .asciz "a = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" L_.str.5: ## @.str.5 .asciz "c = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" L_.str.6: ## @.str.6 .asciz "b = %d - \320\275\320\260\320\271-\320\263\320\276\320\273\321\217\320\274\320\276" .subsections_via_symbols
the_stack_data/93324.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add ; -- Begin function add .p2align 2 _add: ; @add .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 str x8, [sp, #8] ; 8-byte Folded Spill mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #16] ; 8-byte Folded Spill str x1, [sp, #24] ; 8-byte Folded Spill str wzr, [x0, #4008] mov x1, #4008 bl _bzero stur wzr, [x29, #-4] stur wzr, [x29, #-8] stur wzr, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9, #4008] subs w8, w8, w9 cset w8, lt mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9, #4008] subs w8, w8, w9 cset w8, lt str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x11, [x29, #-12] ldr w8, [x8, x11, lsl #2] ldursw x11, [x29, #-12] ldr w9, [x9, x11, lsl #2] add w8, w8, w9 ldur w9, [x29, #-4] add w8, w8, w9 stur w8, [x29, #-8] ldur w8, [x29, #-8] mov w9, #10 sdiv w11, w8, w9 mul w11, w11, w9 subs w8, w8, w11 ldrsw x11, [x10, #4008] mov x12, x11 add w12, w12, #1 str w12, [x10, #4008] str w8, [x10, x11, lsl #2] ldur w8, [x29, #-8] sdiv w8, w8, w9 stur w8, [x29, #-4] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_6: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldrsw x10, [x9, #4008] mov x11, x10 add w11, w11, #1 str w11, [x9, #4008] str w8, [x9, x10, lsl #2] b LBB0_8 LBB0_8: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _change ; -- Begin function change .p2align 2 _change: ; @change .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 x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _strlen mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload ; kill: def $w8 killed $w8 killed $x8 str w8, [x0, #4008] mov x1, #4008 bl _bzero stur wzr, [x29, #-12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9, #4008] 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 x9, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr w10, [x9, #4008] ldur w11, [x29, #-12] subs w10, w10, w11 subs w10, w10, #1 ldrsb w8, [x8, w10, sxtw] subs w8, w8, #48 ldursw x10, [x29, #-12] str w8, [x9, x10, lsl #2] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _print ; -- Begin function print .p2align 2 _print: ; @print .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ; 8-byte Folded Spill ldr w8, [x0, #4008] subs w8, w8, #1 stur w8, [x29, #-4] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #1 stur w8, [x29, #-4] b LBB2_1 LBB2_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #30192 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #7, lsl #12 ; =28672 sub sp, sp, #1520 add x8, sp, #6, lsl #12 ; =24576 add x8, x8, #3600 adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-24] str wzr, [x8] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 mov x9, sp add x8, sp, #7, lsl #12 ; =28672 add x8, x8, #510 str x8, [x9] add x8, sp, #6, lsl #12 ; =24576 add x8, x8, #3604 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 add x8, sp, #3, lsl #12 ; =12288 add x8, x8, #3852 str x8, [sp, #24] ; 8-byte Folded Spill add x0, sp, #7, lsl #12 ; =28672 add x0, x0, #510 bl _change ldr x1, [sp, #24] ; 8-byte Folded Reload add x0, sp, #5, lsl #12 ; =20480 add x0, x0, #3684 str x0, [sp, #40] ; 8-byte Folded Spill mov x2, #4012 str x2, [sp, #56] ; 8-byte Folded Spill bl _memcpy add x8, sp, #2, lsl #12 ; =8192 add x8, x8, #3936 str x8, [sp, #32] ; 8-byte Folded Spill add x0, sp, #6, lsl #12 ; =24576 add x0, x0, #3604 bl _change ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #4, lsl #12 ; =16384 add x0, x0, #3768 str x0, [sp, #48] ; 8-byte Folded Spill bl _memcpy ldr x1, [sp, #40] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #8 str x0, [sp, #64] ; 8-byte Folded Spill bl _memcpy ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #92 str x0, [sp, #72] ; 8-byte Folded Spill bl _memcpy ldr x0, [sp, #64] ; 8-byte Folded Reload ldr x1, [sp, #72] ; 8-byte Folded Reload add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #4020 str x8, [sp, #80] ; 8-byte Folded Spill bl _add ldr x0, [sp, #80] ; 8-byte Folded Reload bl _print adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB3_1 LBB3_3: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: bl ___stack_chk_fail LBB3_5: mov w0, #0 add sp, sp, #7, lsl #12 ; =28672 add sp, sp, #1520 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 "%s %s" 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 _add ## -- Begin function add .p2align 4, 0x90 _add: ## @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 $64, %rsp movq %rdi, -48(%rbp) ## 8-byte Spill movq %rdi, %rax movq %rax, -40(%rbp) ## 8-byte Spill leaq 4032(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill leaq 16(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movl $0, 4008(%rdi) xorl %esi, %esi movl $4008, %edx ## imm = 0xFA8 callq _memset movl $0, -4(%rbp) movl $0, -8(%rbp) movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rdx ## 8-byte Reload movl -12(%rbp), %ecx movb $1, %al cmpl 4008(%rdx), %ecx movb %al, -49(%rbp) ## 1-byte Spill jl LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %eax cmpl 4008(%rcx), %eax setl %al movb %al, -49(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_6 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rcx ## 8-byte Reload movq -24(%rbp), %rax ## 8-byte Reload movslq -12(%rbp), %rdx movl (%rax,%rdx,4), %eax movslq -12(%rbp), %rdx addl (%rcx,%rdx,4), %eax addl -4(%rbp), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax movl $10, %ecx cltd idivl %ecx movq -48(%rbp), %rax ## 8-byte Reload movl 4008(%rax), %ecx movl %ecx, %esi addl $1, %esi movl %esi, 4008(%rax) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movl -8(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -4(%rbp) ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_6: cmpl $0, -4(%rbp) je LBB0_8 ## %bb.7: movq -48(%rbp), %rax ## 8-byte Reload movl -4(%rbp), %edx movl 4008(%rax), %ecx movl %ecx, %esi addl $1, %esi movl %esi, 4008(%rax) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) LBB0_8: movq -40(%rbp), %rax ## 8-byte Reload addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _change ## -- Begin function change .p2align 4, 0x90 _change: ## @change .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, -24(%rbp) ## 8-byte Spill movq %rdi, -32(%rbp) ## 8-byte Spill movq %rsi, -8(%rbp) movq -8(%rbp), %rdi callq _strlen movq -24(%rbp), %rdi ## 8-byte Reload ## kill: def $eax killed $eax killed $rax movl %eax, 4008(%rdi) xorl %esi, %esi movl $4008, %edx ## imm = 0xFA8 callq _memset movl $0, -12(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rcx ## 8-byte Reload movl -12(%rbp), %eax cmpl 4008(%rcx), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rax ## 8-byte Reload movq -8(%rbp), %rcx movl 4008(%rax), %edx subl -12(%rbp), %edx subl $1, %edx movslq %edx, %rdx movsbl (%rcx,%rdx), %edx subl $48, %edx movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_4: movq -32(%rbp), %rax ## 8-byte Reload addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print ## -- Begin function print .p2align 4, 0x90 _print: ## @print .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq 16(%rbp), %rax movq %rax, -16(%rbp) ## 8-byte Spill movl 4008(%rax), %eax subl $1, %eax movl %eax, -4(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) jl LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax ## 8-byte Reload movslq -4(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB2_1 LBB2_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $30160, %eax ## imm = 0x75D0 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -2036(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 leaq -1024(%rbp), %rsi leaq -2032(%rbp), %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf cmpl $-1, %eax je LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 leaq -1024(%rbp), %rsi leaq -14080(%rbp), %rdi callq _change leaq -6048(%rbp), %rdi leaq -14080(%rbp), %rsi movl $4012, %edx ## imm = 0xFAC callq _memcpy leaq -2032(%rbp), %rsi leaq -18096(%rbp), %rdi callq _change leaq -10064(%rbp), %rdi leaq -18096(%rbp), %rsi movl $4012, %edx ## imm = 0xFAC callq _memcpy movq %rsp, %rax movl $501, %ecx ## imm = 0x1F5 movq %rcx, -22120(%rbp) ## 8-byte Spill leaq -6048(%rbp), %rsi movq %rax, %rdi rep;movsq (%rsi), %es:(%rdi) movq -22120(%rbp), %rcx ## 8-byte Reload movq %rax, %rdi addq $4016, %rdi ## imm = 0xFB0 leaq -10064(%rbp), %rsi rep;movsq (%rsi), %es:(%rdi) movl -2040(%rbp), %ecx movl %ecx, 4008(%rax) movl -6056(%rbp), %ecx movl %ecx, 8024(%rax) leaq -22112(%rbp), %rdi callq _add movq %rsp, %rax movl $501, %ecx ## imm = 0x1F5 leaq -22112(%rbp), %rsi movq %rax, %rdi rep;movsq (%rsi), %es:(%rdi) movl -18104(%rbp), %ecx movl %ecx, 4008(%rax) callq _print leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB3_1 LBB3_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB3_5 ## %bb.4: xorl %eax, %eax addq $30160, %rsp ## imm = 0x75D0 popq %rbp retq LBB3_5: 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 %s" L_.str.2: ## @.str.2 .asciz "\n" .subsections_via_symbols
the_stack_data/113991.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _find_divisor ; -- Begin function find_divisor .p2align 2 _find_divisor: ; @find_divisor .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #24] str w1, [sp, #20] ldr w8, [sp, #24] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #24] str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_3 LBB0_2: ldr w8, [sp, #20] str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #16] ldr w8, [sp, #16] str w8, [sp, #12] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_10 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #24] ldr w10, [sp, #12] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #20] ldr w10, [sp, #12] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr w8, [sp, #12] str w8, [sp, #28] b LBB0_11 LBB0_8: ; in Loop: Header=BB0_4 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_10: mov w8, #1 str w8, [sp, #28] b LBB0_11 LBB0_11: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _hits ; -- Begin function hits .p2align 2 _hits: ; @hits .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 x1, [x29, #-12] stur x2, [x29, #-20] stur x0, [x29, #-32] ldur w8, [x29, #-12] stur w8, [x29, #-36] ldur w8, [x29, #-8] stur w8, [x29, #-40] ldur w8, [x29, #-20] stur w8, [x29, #-44] ldur w8, [x29, #-16] str w8, [sp, #48] ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_7 b LBB1_1 LBB1_1: ldur w8, [x29, #-40] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, lt and w9, w8, #0x1 mov w8, #-1 ands w9, w9, #0x1 csinc w8, w8, wzr, eq str w8, [sp, #44] ldr w9, [sp, #44] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldur w0, [x29, #-40] bl _abs str w0, [sp, #12] ; 4-byte Folded Spill ldr w0, [sp, #48] bl _abs mov x8, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload subs w8, w0, w8 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-40] add x8, x8, x9, lsl #7 ldursw x9, [x29, #-36] ldrsb w8, [x8, x9] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: stur wzr, [x29, #-4] b LBB1_37 LBB1_5: ; in Loop: Header=BB1_2 Depth=1 ldr w9, [sp, #44] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] b LBB1_2 LBB1_6: b LBB1_36 LBB1_7: ldur w8, [x29, #-40] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_14 b LBB1_8 LBB1_8: ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, lt and w9, w8, #0x1 mov w8, #-1 ands w9, w9, #0x1 csinc w8, w8, wzr, eq str w8, [sp, #40] ldr w9, [sp, #40] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldur w0, [x29, #-36] bl _abs str w0, [sp, #8] ; 4-byte Folded Spill ldur w0, [x29, #-44] bl _abs mov x8, x0 ldr w0, [sp, #8] ; 4-byte Folded Reload subs w8, w0, w8 cset w8, eq tbnz w8, #0, LBB1_13 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-40] add x8, x8, x9, lsl #7 ldursw x9, [x29, #-36] ldrsb w8, [x8, x9] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: stur wzr, [x29, #-4] b LBB1_37 LBB1_12: ; in Loop: Header=BB1_9 Depth=1 ldr w9, [sp, #40] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] b LBB1_9 LBB1_13: b LBB1_35 LBB1_14: ldur w8, [x29, #-12] ldur w9, [x29, #-20] subs w0, w8, w9 bl _abs str w0, [sp, #36] ldur w8, [x29, #-8] ldur w9, [x29, #-16] subs w0, w8, w9 bl _abs str w0, [sp, #32] ldr w0, [sp, #36] ldr w1, [sp, #32] bl _find_divisor str w0, [sp, #28] ldr w8, [sp, #36] ldr w9, [sp, #28] sdiv w8, w8, w9 str w8, [sp, #24] ldr w8, [sp, #32] ldr w9, [sp, #28] sdiv w8, w8, w9 str w8, [sp, #20] ldur w8, [x29, #-12] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, lt and w9, w8, #0x1 mov w8, #-1 ands w9, w9, #0x1 csinc w10, w8, wzr, eq ldr w9, [sp, #24] mul w9, w9, w10 str w9, [sp, #24] ldur w9, [x29, #-8] ldur w10, [x29, #-16] subs w9, w9, w10 cset w9, lt and w9, w9, #0x1 ands w9, w9, #0x1 csinc w9, w8, wzr, eq ldr w8, [sp, #20] mul w8, w8, w9 str w8, [sp, #20] str wzr, [sp, #16] ldr w9, [sp, #24] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] ldr w9, [sp, #20] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] b LBB1_15 LBB1_15: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_18 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_15 Depth=1 ldur w8, [x29, #-40] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-4] b LBB1_37 LBB1_18: ; in Loop: Header=BB1_15 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_21 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_15 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_21 b LBB1_20 LBB1_20: stur wzr, [x29, #-4] b LBB1_37 LBB1_21: ; in Loop: Header=BB1_15 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB1_24 b LBB1_22 LBB1_22: ; in Loop: Header=BB1_15 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_24 b LBB1_23 LBB1_23: stur wzr, [x29, #-4] b LBB1_37 LBB1_24: ; in Loop: Header=BB1_15 Depth=1 b LBB1_25 LBB1_25: ; in Loop: Header=BB1_15 Depth=1 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_28 b LBB1_26 LBB1_26: ; in Loop: Header=BB1_15 Depth=1 ldur w8, [x29, #-40] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_28 b LBB1_27 LBB1_27: stur wzr, [x29, #-4] b LBB1_37 LBB1_28: ; in Loop: Header=BB1_15 Depth=1 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB1_31 b LBB1_29 LBB1_29: ; in Loop: Header=BB1_15 Depth=1 ldur w8, [x29, #-40] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_31 b LBB1_30 LBB1_30: stur wzr, [x29, #-4] b LBB1_37 LBB1_31: ; in Loop: Header=BB1_15 Depth=1 b LBB1_32 LBB1_32: ; in Loop: Header=BB1_15 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-40] add x8, x8, x9, lsl #7 ldursw x9, [x29, #-36] ldrsb w8, [x8, x9] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB1_34 b LBB1_33 LBB1_33: ; in Loop: Header=BB1_15 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB1_34 LBB1_34: ; in Loop: Header=BB1_15 Depth=1 ldr w9, [sp, #24] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] ldr w9, [sp, #20] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] b LBB1_15 LBB1_35: b LBB1_36 LBB1_36: mov w8, #1 stur w8, [x29, #-4] b LBB1_37 LBB1_37: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _calc_num_seen ; -- Begin function calc_num_seen .p2align 2 _calc_num_seen: ; @calc_num_seen .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 x1, [x29, #-8] stur x0, [x29, #-16] stur wzr, [x29, #-20] str wzr, [sp, #24] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldr w8, [sp, #24] ldur x9, [x29, #-16] mov x10, #16388 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_15 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 str wzr, [sp, #20] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldur x9, [x29, #-16] mov x10, #16384 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_13 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_7 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #20] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=2 b LBB2_12 LBB2_7: ; in Loop: Header=BB2_3 Depth=2 ldur x8, [x29, #-16] ldrsw x9, [sp, #24] add x8, x8, x9, lsl #7 ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_3 Depth=2 b LBB2_12 LBB2_9: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #20] str w8, [sp, #12] ldr w8, [sp, #24] str w8, [sp, #16] ldur x0, [x29, #-16] ldur x1, [x29, #-8] ldur x2, [sp, #12] bl _hits subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_3 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_11 LBB2_11: ; in Loop: Header=BB2_3 Depth=2 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB2_3 LBB2_13: ; in Loop: Header=BB2_1 Depth=1 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB2_1 LBB2_15: ldur w0, [x29, #-20] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _calc_most_seen ; -- Begin function calc_most_seen .p2align 2 _calc_most_seen: ; @calc_most_seen .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-16] stur wzr, [x29, #-20] str wzr, [sp, #24] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldr w8, [sp, #24] ldur x9, [x29, #-8] mov x10, #16388 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 str wzr, [sp, #20] b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldur x9, [x29, #-8] mov x10, #16384 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_10 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #24] add x8, x8, x9, lsl #7 ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=2 b LBB3_9 LBB3_6: ; in Loop: Header=BB3_3 Depth=2 ldr w8, [sp, #20] str w8, [sp, #12] ldr w8, [sp, #24] str w8, [sp, #16] ldur x0, [x29, #-8] ldur x1, [sp, #12] bl _calc_num_seen str w0, [sp, #8] ldr w8, [sp, #8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_3 Depth=2 ldr w8, [sp, #8] stur w8, [x29, #-12] ldr w8, [sp, #20] stur w8, [x29, #-16] ldr w8, [sp, #24] stur w8, [x29, #-20] b LBB3_8 LBB3_8: ; in Loop: Header=BB3_3 Depth=2 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_3 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB3_3 LBB3_10: ; in Loop: Header=BB3_1 Depth=1 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB3_1 LBB3_12: ldur w0, [x29, #-12] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _read_asteroid_map ; -- Begin function read_asteroid_map .p2align 2 _read_asteroid_map: ; @read_asteroid_map .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] ldr x0, [sp, #48] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fopen str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #1 bl _exit LBB4_2: mov x0, #16392 bl _malloc str x0, [sp, #32] str wzr, [sp, #28] str wzr, [sp, #24] b LBB4_3 LBB4_3: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #40] add x0, sp, #56 mov w1, #128 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=1 add x0, sp, #56 bl _strlen subs x8, x0, #1 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #24] b LBB4_6 LBB4_6: ; in Loop: Header=BB4_3 Depth=1 ldrsw x9, [sp, #24] add x1, sp, #56 mov x8, x1 add x8, x8, x9 strb wzr, [x8] ldr x8, [sp, #32] ldrsw x9, [sp, #28] add x0, x8, x9, lsl #7 mov x2, #128 mov x3, #-1 bl ___memcpy_chk ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB4_3 LBB4_7: ldr x0, [sp, #40] bl _fclose ldr w8, [sp, #24] ldr x9, [sp, #32] mov x10, #16384 str w8, [x9, x10] ldr w8, [sp, #28] ldr x9, [sp, #32] mov x10, #16388 str w8, [x9, x10] ldr x8, [sp, #32] 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, LBB4_9 b LBB4_8 LBB4_8: bl ___stack_chk_fail LBB4_9: ldr x0, [sp, #16] ; 8-byte Folded Reload ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .globl _run_test ; -- Begin function run_test .p2align 2 _run_test: ; @run_test .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] bl _read_asteroid_map str x0, [sp, #24] ldr x0, [sp, #24] bl _calc_most_seen str w0, [sp, #20] ldur x10, [x29, #-16] ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #24] bl _free ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 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 _run_test adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _run_test adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _run_test adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _run_test adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _run_test adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _run_test 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 "r" l_.str.1: ; @.str.1 .asciz "Error: could not open file %s\n" l_.str.2: ; @.str.2 .asciz "TC: %s == %d\n" l_.str.3: ; @.str.3 .asciz "test1.txt" l_.str.4: ; @.str.4 .asciz "(3, 4) => 8" l_.str.5: ; @.str.5 .asciz "test2.txt" l_.str.6: ; @.str.6 .asciz "(5, 8) => 33" l_.str.7: ; @.str.7 .asciz "test3.txt" l_.str.8: ; @.str.8 .asciz "(1, 2) => 35" l_.str.9: ; @.str.9 .asciz "test4.txt" l_.str.10: ; @.str.10 .asciz "(6, 3) => 41" l_.str.11: ; @.str.11 .asciz "test5.txt" l_.str.12: ; @.str.12 .asciz "(11, 13) => 210" l_.str.13: ; @.str.13 .asciz "input.txt" l_.str.14: ; @.str.14 .space 1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _find_divisor ## -- Begin function find_divisor .p2align 4, 0x90 _find_divisor: ## @find_divisor .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 jge LBB0_2 ## %bb.1: movl -8(%rbp), %eax movl %eax, -24(%rbp) ## 4-byte Spill jmp LBB0_3 LBB0_2: movl -12(%rbp), %eax movl %eax, -24(%rbp) ## 4-byte Spill LBB0_3: movl -24(%rbp), %eax ## 4-byte Reload movl %eax, -16(%rbp) movl -16(%rbp), %eax movl %eax, -20(%rbp) LBB0_4: ## =>This Inner Loop Header: Depth=1 cmpl $0, -20(%rbp) jle LBB0_10 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movl -8(%rbp), %eax cltd idivl -20(%rbp) cmpl $0, %edx jne LBB0_8 ## %bb.6: ## in Loop: Header=BB0_4 Depth=1 movl -12(%rbp), %eax cltd idivl -20(%rbp) cmpl $0, %edx jne LBB0_8 ## %bb.7: movl -20(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_11 LBB0_8: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_4 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB0_4 LBB0_10: movl $1, -4(%rbp) LBB0_11: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _hits ## -- Begin function hits .p2align 4, 0x90 _hits: ## @hits .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 %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rdi, -32(%rbp) movl -16(%rbp), %eax movl %eax, -36(%rbp) movl -12(%rbp), %eax movl %eax, -40(%rbp) movl -24(%rbp), %eax movl %eax, -44(%rbp) movl -20(%rbp), %eax movl %eax, -48(%rbp) movl -36(%rbp), %eax cmpl -44(%rbp), %eax jne LBB1_7 ## %bb.1: movl -40(%rbp), %edx movl -48(%rbp), %esi movl $4294967295, %eax ## imm = 0xFFFFFFFF movl $1, %ecx cmpl %esi, %edx cmovll %ecx, %eax movl %eax, -52(%rbp) movl -52(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) LBB1_2: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %edi callq _abs movl %eax, -84(%rbp) ## 4-byte Spill movl -48(%rbp), %edi callq _abs movl %eax, %ecx movl -84(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax je LBB1_6 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movq -32(%rbp), %rax movslq -40(%rbp), %rcx shlq $7, %rcx addq %rcx, %rax movslq -36(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $35, %eax jne LBB1_5 ## %bb.4: movl $0, -4(%rbp) jmp LBB1_37 LBB1_5: ## in Loop: Header=BB1_2 Depth=1 movl -52(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) jmp LBB1_2 LBB1_6: jmp LBB1_36 LBB1_7: movl -40(%rbp), %eax cmpl -48(%rbp), %eax jne LBB1_14 ## %bb.8: movl -36(%rbp), %edx movl -44(%rbp), %esi movl $4294967295, %eax ## imm = 0xFFFFFFFF movl $1, %ecx cmpl %esi, %edx cmovll %ecx, %eax movl %eax, -56(%rbp) movl -56(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %edi callq _abs movl %eax, -88(%rbp) ## 4-byte Spill movl -44(%rbp), %edi callq _abs movl %eax, %ecx movl -88(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax je LBB1_13 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movq -32(%rbp), %rax movslq -40(%rbp), %rcx shlq $7, %rcx addq %rcx, %rax movslq -36(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $35, %eax jne LBB1_12 ## %bb.11: movl $0, -4(%rbp) jmp LBB1_37 LBB1_12: ## in Loop: Header=BB1_9 Depth=1 movl -56(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) jmp LBB1_9 LBB1_13: jmp LBB1_35 LBB1_14: movl -16(%rbp), %edi subl -24(%rbp), %edi callq _abs movl %eax, -60(%rbp) movl -12(%rbp), %edi subl -20(%rbp), %edi callq _abs movl %eax, -64(%rbp) movl -60(%rbp), %edi movl -64(%rbp), %esi callq _find_divisor movl %eax, -68(%rbp) movl -60(%rbp), %eax cltd idivl -68(%rbp) movl %eax, -72(%rbp) movl -64(%rbp), %eax cltd idivl -68(%rbp) movl %eax, -76(%rbp) movl -16(%rbp), %edx movl -24(%rbp), %esi movl $4294967295, %eax ## imm = 0xFFFFFFFF movl $1, %ecx cmpl %esi, %edx cmovll %ecx, %eax imull -72(%rbp), %eax movl %eax, -72(%rbp) movl -12(%rbp), %edx movl -20(%rbp), %esi movl $4294967295, %eax ## imm = 0xFFFFFFFF movl $1, %ecx cmpl %esi, %edx cmovll %ecx, %eax imull -76(%rbp), %eax movl %eax, -76(%rbp) movl $0, -80(%rbp) movl -72(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) movl -76(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) LBB1_15: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -44(%rbp), %eax jne LBB1_18 ## %bb.16: ## in Loop: Header=BB1_15 Depth=1 movl -40(%rbp), %eax cmpl -48(%rbp), %eax jne LBB1_18 ## %bb.17: cmpl $0, -80(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) jmp LBB1_37 LBB1_18: ## in Loop: Header=BB1_15 Depth=1 cmpl $0, -72(%rbp) jge LBB1_21 ## %bb.19: ## in Loop: Header=BB1_15 Depth=1 movl -36(%rbp), %eax cmpl -44(%rbp), %eax jge LBB1_21 ## %bb.20: movl $0, -4(%rbp) jmp LBB1_37 LBB1_21: ## in Loop: Header=BB1_15 Depth=1 cmpl $0, -72(%rbp) jle LBB1_24 ## %bb.22: ## in Loop: Header=BB1_15 Depth=1 movl -36(%rbp), %eax cmpl -44(%rbp), %eax jle LBB1_24 ## %bb.23: movl $0, -4(%rbp) jmp LBB1_37 LBB1_24: ## in Loop: Header=BB1_15 Depth=1 jmp LBB1_25 LBB1_25: ## in Loop: Header=BB1_15 Depth=1 cmpl $0, -76(%rbp) jge LBB1_28 ## %bb.26: ## in Loop: Header=BB1_15 Depth=1 movl -40(%rbp), %eax cmpl -48(%rbp), %eax jge LBB1_28 ## %bb.27: movl $0, -4(%rbp) jmp LBB1_37 LBB1_28: ## in Loop: Header=BB1_15 Depth=1 cmpl $0, -76(%rbp) jle LBB1_31 ## %bb.29: ## in Loop: Header=BB1_15 Depth=1 movl -40(%rbp), %eax cmpl -48(%rbp), %eax jle LBB1_31 ## %bb.30: movl $0, -4(%rbp) jmp LBB1_37 LBB1_31: ## in Loop: Header=BB1_15 Depth=1 jmp LBB1_32 LBB1_32: ## in Loop: Header=BB1_15 Depth=1 movq -32(%rbp), %rax movslq -40(%rbp), %rcx shlq $7, %rcx addq %rcx, %rax movslq -36(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $35, %eax jne LBB1_34 ## %bb.33: ## in Loop: Header=BB1_15 Depth=1 movl $1, -80(%rbp) LBB1_34: ## in Loop: Header=BB1_15 Depth=1 movl -72(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) movl -76(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) jmp LBB1_15 LBB1_35: jmp LBB1_36 LBB1_36: movl $1, -4(%rbp) LBB1_37: movl -4(%rbp), %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _calc_num_seen ## -- Begin function calc_num_seen .p2align 4, 0x90 _calc_num_seen: ## @calc_num_seen .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 %rsi, -8(%rbp) movq %rdi, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 movl -24(%rbp), %eax movq -16(%rbp), %rcx cmpl 16388(%rcx), %eax jge LBB2_15 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl $0, -28(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -28(%rbp), %eax movq -16(%rbp), %rcx cmpl 16384(%rcx), %eax jge LBB2_13 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movl -24(%rbp), %eax cmpl -4(%rbp), %eax jne LBB2_7 ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 movl -28(%rbp), %eax cmpl -8(%rbp), %eax jne LBB2_7 ## %bb.6: ## in Loop: Header=BB2_3 Depth=2 jmp LBB2_12 LBB2_7: ## in Loop: Header=BB2_3 Depth=2 movq -16(%rbp), %rax movslq -24(%rbp), %rcx shlq $7, %rcx addq %rcx, %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $46, %eax jne LBB2_9 ## %bb.8: ## in Loop: Header=BB2_3 Depth=2 jmp LBB2_12 LBB2_9: ## in Loop: Header=BB2_3 Depth=2 movl -28(%rbp), %eax movl %eax, -40(%rbp) movl -24(%rbp), %eax movl %eax, -36(%rbp) movq -16(%rbp), %rdi movq -8(%rbp), %rsi movq -40(%rbp), %rdx callq _hits cmpl $0, %eax je LBB2_11 ## %bb.10: ## in Loop: Header=BB2_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) LBB2_11: ## in Loop: Header=BB2_3 Depth=2 jmp LBB2_12 LBB2_12: ## in Loop: Header=BB2_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB2_3 LBB2_13: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_14 LBB2_14: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB2_1 LBB2_15: movl -20(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _calc_most_seen ## -- Begin function calc_most_seen .p2align 4, 0x90 _calc_most_seen: ## @calc_most_seen .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -24(%rbp), %eax movq -8(%rbp), %rcx cmpl 16388(%rcx), %eax jge LBB3_12 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl $0, -28(%rbp) LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -28(%rbp), %eax movq -8(%rbp), %rcx cmpl 16384(%rcx), %eax jge LBB3_10 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx shlq $7, %rcx addq %rcx, %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $46, %eax jne LBB3_6 ## %bb.5: ## in Loop: Header=BB3_3 Depth=2 jmp LBB3_9 LBB3_6: ## in Loop: Header=BB3_3 Depth=2 movl -28(%rbp), %eax movl %eax, -40(%rbp) movl -24(%rbp), %eax movl %eax, -36(%rbp) movq -8(%rbp), %rdi movq -40(%rbp), %rsi callq _calc_num_seen movl %eax, -44(%rbp) movl -44(%rbp), %eax cmpl -12(%rbp), %eax jle LBB3_8 ## %bb.7: ## in Loop: Header=BB3_3 Depth=2 movl -44(%rbp), %eax movl %eax, -12(%rbp) movl -28(%rbp), %eax movl %eax, -16(%rbp) movl -24(%rbp), %eax movl %eax, -20(%rbp) LBB3_8: ## in Loop: Header=BB3_3 Depth=2 jmp LBB3_9 LBB3_9: ## in Loop: Header=BB3_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB3_3 LBB3_10: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_11 LBB3_11: ## in Loop: Header=BB3_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_1 LBB3_12: movl -12(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_asteroid_map ## -- Begin function read_asteroid_map .p2align 4, 0x90 _read_asteroid_map: ## @read_asteroid_map .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $192, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -152(%rbp) movq -152(%rbp), %rdi leaq L_.str(%rip), %rsi callq _fopen movq %rax, -160(%rbp) cmpq $0, -160(%rbp) jne LBB4_2 ## %bb.1: movq -152(%rbp), %rsi leaq L_.str.1(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB4_2: movl $16392, %edi ## imm = 0x4008 callq _malloc movq %rax, -168(%rbp) movl $0, -172(%rbp) movl $0, -176(%rbp) LBB4_3: ## =>This Inner Loop Header: Depth=1 leaq -144(%rbp), %rdi movq -160(%rbp), %rdx movl $128, %esi callq _fgets cmpq $0, %rax je LBB4_7 ## %bb.4: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -176(%rbp) jne LBB4_6 ## %bb.5: ## in Loop: Header=BB4_3 Depth=1 leaq -144(%rbp), %rdi callq _strlen subq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -176(%rbp) LBB4_6: ## in Loop: Header=BB4_3 Depth=1 movslq -176(%rbp), %rax movb $0, -144(%rbp,%rax) movq -168(%rbp), %rdi movslq -172(%rbp), %rax shlq $7, %rax addq %rax, %rdi leaq -144(%rbp), %rsi movl $128, %edx movq $-1, %rcx callq ___memcpy_chk movl -172(%rbp), %eax addl $1, %eax movl %eax, -172(%rbp) jmp LBB4_3 LBB4_7: movq -160(%rbp), %rdi callq _fclose movl -176(%rbp), %ecx movq -168(%rbp), %rax movl %ecx, 16384(%rax) movl -172(%rbp), %ecx movq -168(%rbp), %rax movl %ecx, 16388(%rax) movq -168(%rbp), %rax movq %rax, -184(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB4_9 ## %bb.8: movq -184(%rbp), %rax ## 8-byte Reload addq $192, %rsp popq %rbp retq LBB4_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _run_test ## -- Begin function run_test .p2align 4, 0x90 _run_test: ## @run_test .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi callq _read_asteroid_map movq %rax, -24(%rbp) movq -24(%rbp), %rdi callq _calc_most_seen movl %eax, -28(%rbp) movq -16(%rbp), %rsi movl -28(%rbp), %edx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rdi callq _free 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 leaq L_.str.3(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _run_test leaq L_.str.5(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _run_test leaq L_.str.7(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _run_test leaq L_.str.9(%rip), %rdi leaq L_.str.10(%rip), %rsi callq _run_test leaq L_.str.11(%rip), %rdi leaq L_.str.12(%rip), %rsi callq _run_test leaq L_.str.13(%rip), %rdi leaq L_.str.14(%rip), %rsi callq _run_test xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "r" L_.str.1: ## @.str.1 .asciz "Error: could not open file %s\n" L_.str.2: ## @.str.2 .asciz "TC: %s == %d\n" L_.str.3: ## @.str.3 .asciz "test1.txt" L_.str.4: ## @.str.4 .asciz "(3, 4) => 8" L_.str.5: ## @.str.5 .asciz "test2.txt" L_.str.6: ## @.str.6 .asciz "(5, 8) => 33" L_.str.7: ## @.str.7 .asciz "test3.txt" L_.str.8: ## @.str.8 .asciz "(1, 2) => 35" L_.str.9: ## @.str.9 .asciz "test4.txt" L_.str.10: ## @.str.10 .asciz "(6, 3) => 41" L_.str.11: ## @.str.11 .asciz "test5.txt" L_.str.12: ## @.str.12 .asciz "(11, 13) => 210" L_.str.13: ## @.str.13 .asciz "input.txt" L_.str.14: ## @.str.14 .space 1 .subsections_via_symbols
the_stack_data/12636614.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #288 .cfi_def_cfa_offset 288 stp x28, x27, [sp, #256] ; 16-byte Folded Spill stp x29, x30, [sp, #272] ; 16-byte Folded Spill add x29, sp, #272 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] mov w1, #0 str w1, [sp, #12] ; 4-byte Folded Spill str wzr, [sp, #64] add x0, sp, #128 mov x2, #120 bl _memset ldr w1, [sp, #12] ; 4-byte Folded Reload add x0, sp, #68 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #60 bl _memset ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str wzr, [sp, #60] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #60] add x8, sp, #68 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #60] add x8, sp, #68 ldrsb w8, [x8, x9] subs w9, w8, #65 add x8, sp, #128 add x9, x8, w9, sxtw #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #60] add w8, w8, #1 str w8, [sp, #60] b LBB0_1 LBB0_4: str wzr, [sp, #56] str wzr, [sp, #52] str wzr, [sp, #48] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] subs w8, w8, #26 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldrsw x9, [sp, #48] add x8, sp, #128 ldr w8, [x8, x9, lsl #2] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #56] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #64] b LBB0_34 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 mov w8, #1 str w8, [sp, #56] ldr w8, [sp, #48] str w8, [sp, #52] ldrsw x9, [sp, #48] add x8, sp, #128 add x9, x8, x9, lsl #2 ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_5 LBB0_13: str wzr, [sp, #44] b LBB0_14 LBB0_14: ; =>This Loop Header: Depth=1 ; Child Loop BB0_16 Depth 2 ldr w8, [sp, #44] subs w8, w8, #26 cset w8, ge tbnz w8, #0, LBB0_21 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_14 Depth=1 str wzr, [sp, #40] b LBB0_16 LBB0_16: ; Parent Loop BB0_14 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #40] ldrsw x10, [sp, #44] add x9, sp, #128 ldr w9, [x9, x10, lsl #2] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_16 Depth=2 ldr w8, [sp, #44] add w10, w8, #65 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_18 LBB0_18: ; in Loop: Header=BB0_16 Depth=2 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB0_16 LBB0_19: ; in Loop: Header=BB0_14 Depth=1 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_14 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_14 LBB0_21: str wzr, [sp, #36] b LBB0_22 LBB0_22: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_25 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_22 Depth=1 ldr w8, [sp, #52] add w10, w8, #65 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_24 LBB0_24: ; in Loop: Header=BB0_22 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_22 LBB0_25: mov w8, #25 str w8, [sp, #32] b LBB0_26 LBB0_26: ; =>This Loop Header: Depth=1 ; Child Loop BB0_28 Depth 2 ldr w8, [sp, #32] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB0_33 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_26 Depth=1 str wzr, [sp, #28] b LBB0_28 LBB0_28: ; Parent Loop BB0_26 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldrsw x10, [sp, #32] add x9, sp, #128 ldr w9, [x9, x10, lsl #2] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_31 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_28 Depth=2 ldr w8, [sp, #32] add w10, w8, #65 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_30 LBB0_30: ; in Loop: Header=BB0_28 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_28 LBB0_31: ; in Loop: Header=BB0_26 Depth=1 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_26 Depth=1 ldr w8, [sp, #32] subs w8, w8, #1 str w8, [sp, #32] b LBB0_26 LBB0_33: str wzr, [sp, #64] b LBB0_34 LBB0_34: ldr w8, [sp, #64] str w8, [sp, #8] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: bl ___stack_chk_fail LBB0_36: ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #272] ; 16-byte Folded Reload ldp x28, x27, [sp, #256] ; 16-byte Folded Reload add sp, sp, #288 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s" l_.str.1: ; @.str.1 .asciz "I'm Sorry Hansoo" l_.str.2: ; @.str.2 .asciz "%c" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $256, %rsp ## imm = 0x100 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -196(%rbp) leaq -128(%rbp), %rdi xorl %esi, %esi movl $120, %edx callq _memset leaq -192(%rbp), %rdi xorl %esi, %esi movl $60, %edx callq _memset leaq -192(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf movl $0, -200(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -200(%rbp), %rax movsbl -192(%rbp,%rax), %eax cmpl $0, %eax je LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -200(%rbp), %rax movsbl -192(%rbp,%rax), %eax subl $65, %eax cltq movl -128(%rbp,%rax,4), %ecx addl $1, %ecx movl %ecx, -128(%rbp,%rax,4) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -200(%rbp), %eax addl $1, %eax movl %eax, -200(%rbp) jmp LBB0_1 LBB0_4: movl $0, -204(%rbp) movl $0, -208(%rbp) movl $0, -212(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $26, -212(%rbp) jge LBB0_13 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -212(%rbp), %rax movl -128(%rbp,%rax,4), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx je LBB0_11 ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 cmpl $0, -204(%rbp) je LBB0_9 ## %bb.8: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -196(%rbp) jmp LBB0_34 LBB0_9: ## in Loop: Header=BB0_5 Depth=1 movl $1, -204(%rbp) movl -212(%rbp), %eax movl %eax, -208(%rbp) movslq -212(%rbp), %rax movl -128(%rbp,%rax,4), %ecx addl $-1, %ecx movl %ecx, -128(%rbp,%rax,4) ## %bb.10: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_12 LBB0_12: ## in Loop: Header=BB0_5 Depth=1 movl -212(%rbp), %eax addl $1, %eax movl %eax, -212(%rbp) jmp LBB0_5 LBB0_13: movl $0, -216(%rbp) LBB0_14: ## =>This Loop Header: Depth=1 ## Child Loop BB0_16 Depth 2 cmpl $26, -216(%rbp) jge LBB0_21 ## %bb.15: ## in Loop: Header=BB0_14 Depth=1 movl $0, -220(%rbp) LBB0_16: ## Parent Loop BB0_14 Depth=1 ## => This Inner Loop Header: Depth=2 movl -220(%rbp), %eax movl %eax, -236(%rbp) ## 4-byte Spill movslq -216(%rbp), %rax movl -128(%rbp,%rax,4), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -236(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jge LBB0_19 ## %bb.17: ## in Loop: Header=BB0_16 Depth=2 movl -216(%rbp), %esi addl $65, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.18: ## in Loop: Header=BB0_16 Depth=2 movl -220(%rbp), %eax addl $1, %eax movl %eax, -220(%rbp) jmp LBB0_16 LBB0_19: ## in Loop: Header=BB0_14 Depth=1 jmp LBB0_20 LBB0_20: ## in Loop: Header=BB0_14 Depth=1 movl -216(%rbp), %eax addl $1, %eax movl %eax, -216(%rbp) jmp LBB0_14 LBB0_21: movl $0, -224(%rbp) LBB0_22: ## =>This Inner Loop Header: Depth=1 movl -224(%rbp), %eax cmpl -204(%rbp), %eax jge LBB0_25 ## %bb.23: ## in Loop: Header=BB0_22 Depth=1 movl -208(%rbp), %esi addl $65, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.24: ## in Loop: Header=BB0_22 Depth=1 movl -224(%rbp), %eax addl $1, %eax movl %eax, -224(%rbp) jmp LBB0_22 LBB0_25: movl $25, -228(%rbp) LBB0_26: ## =>This Loop Header: Depth=1 ## Child Loop BB0_28 Depth 2 cmpl $0, -228(%rbp) jl LBB0_33 ## %bb.27: ## in Loop: Header=BB0_26 Depth=1 movl $0, -232(%rbp) LBB0_28: ## Parent Loop BB0_26 Depth=1 ## => This Inner Loop Header: Depth=2 movl -232(%rbp), %eax movl %eax, -240(%rbp) ## 4-byte Spill movslq -228(%rbp), %rax movl -128(%rbp,%rax,4), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -240(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jge LBB0_31 ## %bb.29: ## in Loop: Header=BB0_28 Depth=2 movl -228(%rbp), %esi addl $65, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.30: ## in Loop: Header=BB0_28 Depth=2 movl -232(%rbp), %eax addl $1, %eax movl %eax, -232(%rbp) jmp LBB0_28 LBB0_31: ## in Loop: Header=BB0_26 Depth=1 jmp LBB0_32 LBB0_32: ## in Loop: Header=BB0_26 Depth=1 movl -228(%rbp), %eax addl $-1, %eax movl %eax, -228(%rbp) jmp LBB0_26 LBB0_33: movl $0, -196(%rbp) LBB0_34: movl -196(%rbp), %eax movl %eax, -244(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_36 ## %bb.35: movl -244(%rbp), %eax ## 4-byte Reload addq $256, %rsp ## imm = 0x100 popq %rbp retq LBB0_36: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s" L_.str.1: ## @.str.1 .asciz "I'm Sorry Hansoo" L_.str.2: ## @.str.2 .asciz "%c" .subsections_via_symbols
the_stack_data/54124.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "skipped\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "skipped\n" .subsections_via_symbols
the_stack_data/142651.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-20] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf 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 str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #12 str x8, [x9] bl _scanf ldur s0, [x29, #-8] ldur s1, [x29, #-12] fadd s0, s0, s1 fmov s1, #2.00000000 fdiv s0, s0, s1 stur s0, [x29, #-16] ldur s0, [x29, #-16] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur w0, [x29, #-20] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n" l_.str.1: ; @.str.1 .asciz "Enter the first number : " l_.str.2: ; @.str.2 .asciz "%f" l_.str.3: ; @.str.3 .asciz "Enter the second number : " l_.str.4: ; @.str.4 .asciz "Average is : %.2f \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 0x40000000 ## float 2 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -12(%rbp), %xmm0 movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -16(%rbp) movss -16(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.4(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n" L_.str.1: ## @.str.1 .asciz "Enter the first number : " L_.str.2: ## @.str.2 .asciz "%f" L_.str.3: ## @.str.3 .asciz "Enter the second number : " L_.str.4: ## @.str.4 .asciz "Average is : %.2f \n " .subsections_via_symbols
the_stack_data/225143167.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, #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 mov w8, #0 stur w8, [x29, #-124] ; 4-byte Folded Spill stur wzr, [x29, #-20] mov x9, sp str x9, [sp, #120] ; 8-byte Folded Spill sub x8, x29, #24 str x8, [x9] sub x8, x29, #28 str x8, [x9, #8] sub x8, x29, #32 str x8, [x9, #16] sub x8, x29, #36 str x8, [x9, #24] sub x8, x29, #40 str x8, [x9, #32] sub x8, x29, #44 str x8, [x9, #40] sub x8, x29, #48 str x8, [x9, #48] sub x8, x29, #52 str x8, [x9, #56] sub x8, x29, #56 str x8, [x9, #64] sub x8, x29, #60 str x8, [x9, #72] sub x8, x29, #64 str x8, [x9, #80] sub x8, x29, #68 str x8, [x9, #88] sub x8, x29, #72 str x8, [x9, #96] sub x8, x29, #76 str x8, [x9, #104] sub x8, x29, #80 str x8, [x9, #112] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur w8, [x29, #-124] ; 4-byte Folded Reload ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-60] add w0, w9, w10 ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-72] add w1, w9, w10 ldur w9, [x29, #-36] subs w9, w8, w9 ldur w10, [x29, #-24] add w2, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-64] add w3, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-76] add w4, w9, w10 ldur w9, [x29, #-40] subs w9, w8, w9 ldur w10, [x29, #-28] add w5, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-68] add w6, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-80] add w7, w9, w10 ldur w9, [x29, #-44] subs w8, w8, w9 ldur w9, [x29, #-32] add w8, w8, w9 mov x9, sp str w8, [x9] bl _det ldur w8, [x29, #-124] ; 4-byte Folded Reload stur w0, [x29, #-84] ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-24] add w0, w9, w10 ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-72] add w1, w9, w10 ldur w9, [x29, #-36] subs w9, w8, w9 ldur w10, [x29, #-24] add w2, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-28] add w3, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-76] add w4, w9, w10 ldur w9, [x29, #-40] subs w9, w8, w9 ldur w10, [x29, #-28] add w5, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-32] add w6, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-80] add w7, w9, w10 ldur w9, [x29, #-44] subs w8, w8, w9 ldur w9, [x29, #-32] add w8, w8, w9 mov x9, sp str w8, [x9] bl _det ldur w8, [x29, #-124] ; 4-byte Folded Reload stur w0, [x29, #-88] ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-60] add w0, w9, w10 ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-24] add w1, w9, w10 ldur w9, [x29, #-36] subs w9, w8, w9 ldur w10, [x29, #-24] add w2, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-64] add w3, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-28] add w4, w9, w10 ldur w9, [x29, #-40] subs w9, w8, w9 ldur w10, [x29, #-28] add w5, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-68] add w6, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-32] add w7, w9, w10 ldur w9, [x29, #-44] subs w8, w8, w9 ldur w9, [x29, #-32] add w8, w8, w9 mov x9, sp str w8, [x9] bl _det ldur w8, [x29, #-124] ; 4-byte Folded Reload stur w0, [x29, #-92] ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-60] add w0, w9, w10 ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-72] add w1, w9, w10 ldur w9, [x29, #-48] subs w9, w8, w9 ldur w10, [x29, #-24] add w2, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-64] add w3, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-76] add w4, w9, w10 ldur w9, [x29, #-52] subs w9, w8, w9 ldur w10, [x29, #-28] add w5, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-68] add w6, w9, w10 ldur w9, [x29, #-56] subs w9, w8, w9 ldur w10, [x29, #-80] add w7, w9, w10 ldur w9, [x29, #-56] subs w8, w8, w9 ldur w9, [x29, #-32] add w8, w8, w9 mov x9, sp str w8, [x9] bl _det stur w0, [x29, #-96] ldur s1, [x29, #-88] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #1.00000000 fmul d1, d0, d1 ldur s3, [x29, #-84] ; implicit-def: $d2 fmov s2, s3 sshll.2d v2, v2, #0 ; kill: def $d2 killed $d2 killed $q2 scvtf d2, d2 fdiv d1, d1, d2 stur d1, [x29, #-104] ldur s2, [x29, #-92] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fmul d1, d0, d1 ldur s3, [x29, #-84] ; implicit-def: $d2 fmov s2, s3 sshll.2d v2, v2, #0 ; kill: def $d2 killed $d2 killed $q2 scvtf d2, d2 fdiv d1, d1, d2 stur d1, [x29, #-112] ldur s2, [x29, #-96] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fmul d0, d0, d1 ldur s2, [x29, #-84] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 stur d0, [x29, #-120] ldur d0, [x29, #-120] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_1 LBB0_1: ldur d0, [x29, #-120] fmov d1, #1.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ldur d0, [x29, #-104] fcmp d0, #0.0 cset w8, lt tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ldur d0, [x29, #-112] fcmp d0, #0.0 cset w8, lt tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldur d0, [x29, #-104] ldur d1, [x29, #-112] fadd d0, d0, d1 fmov d1, #1.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_7 LBB0_6: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_7 LBB0_7: mov w0, #0 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 _det ; -- Begin function det .p2align 2 _det: ; @det .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 ldr w8, [sp, #48] str w0, [sp, #44] str w1, [sp, #40] str w2, [sp, #36] str w3, [sp, #32] str w4, [sp, #28] str w5, [sp, #24] str w6, [sp, #20] str w7, [sp, #16] str w8, [sp, #12] ldr w8, [sp, #44] ldr w9, [sp, #28] mul w8, w8, w9 ldr w9, [sp, #12] mul w8, w8, w9 ldr w9, [sp, #40] ldr w10, [sp, #24] mul w9, w9, w10 ldr w10, [sp, #20] mul w9, w9, w10 add w8, w8, w9 ldr w9, [sp, #36] ldr w10, [sp, #32] mul w9, w9, w10 ldr w10, [sp, #16] mul w9, w9, w10 add w8, w8, w9 ldr w9, [sp, #44] ldr w10, [sp, #24] mul w9, w9, w10 ldr w10, [sp, #16] mul w9, w9, w10 subs w8, w8, w9 ldr w9, [sp, #40] ldr w10, [sp, #32] mul w9, w9, w10 ldr w10, [sp, #12] mul w9, w9, w10 subs w8, w8, w9 ldr w9, [sp, #36] ldr w10, [sp, #28] mul w9, w9, w10 ldr w10, [sp, #20] mul w9, w9, w10 subs w0, w8, w9 add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d %d %d\n%d %d %d\n%d %d %d\n%d %d %d\n%d %d %d\n" l_.str.1: ; @.str.1 .asciz "MISS\n" l_.str.2: ; @.str.2 .asciz "HIT\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI0_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $216, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movl $0, -44(%rbp) leaq L_.str(%rip), %rdi leaq -48(%rbp), %rsi leaq -52(%rbp), %rdx leaq -56(%rbp), %rcx leaq -60(%rbp), %r8 leaq -64(%rbp), %r9 leaq -68(%rbp), %rax movq %rax, -168(%rbp) ## 8-byte Spill leaq -72(%rbp), %rax movq %rax, -160(%rbp) ## 8-byte Spill leaq -76(%rbp), %r13 leaq -80(%rbp), %r12 leaq -84(%rbp), %r15 leaq -88(%rbp), %r14 leaq -92(%rbp), %rbx leaq -96(%rbp), %r11 leaq -100(%rbp), %r10 leaq -104(%rbp), %rax movq %rax, -152(%rbp) ## 8-byte Spill movq -168(%rbp), %rax ## 8-byte Reload movq %rax, (%rsp) movq -160(%rbp), %rax ## 8-byte Reload movq %rax, 8(%rsp) movq -152(%rbp), %rax ## 8-byte Reload movq %r13, 16(%rsp) movq %r12, 24(%rsp) movq %r15, 32(%rsp) movq %r14, 40(%rsp) movq %rbx, 48(%rsp) movq %r11, 56(%rsp) movq %r10, 64(%rsp) movq %rax, 72(%rsp) movb $0, %al callq _scanf xorl %edi, %edi subl -72(%rbp), %edi addl -84(%rbp), %edi xorl %esi, %esi subl -72(%rbp), %esi addl -96(%rbp), %esi xorl %edx, %edx subl -60(%rbp), %edx addl -48(%rbp), %edx xorl %ecx, %ecx subl -76(%rbp), %ecx addl -88(%rbp), %ecx xorl %r8d, %r8d subl -76(%rbp), %r8d addl -100(%rbp), %r8d xorl %r9d, %r9d subl -64(%rbp), %r9d addl -52(%rbp), %r9d xorl %r11d, %r11d subl -80(%rbp), %r11d addl -92(%rbp), %r11d xorl %r10d, %r10d subl -80(%rbp), %r10d addl -104(%rbp), %r10d xorl %eax, %eax subl -68(%rbp), %eax addl -56(%rbp), %eax movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) callq _det movl %eax, -108(%rbp) xorl %edi, %edi subl -72(%rbp), %edi addl -48(%rbp), %edi xorl %esi, %esi subl -72(%rbp), %esi addl -96(%rbp), %esi xorl %edx, %edx subl -60(%rbp), %edx addl -48(%rbp), %edx xorl %ecx, %ecx subl -76(%rbp), %ecx addl -52(%rbp), %ecx xorl %r8d, %r8d subl -76(%rbp), %r8d addl -100(%rbp), %r8d xorl %r9d, %r9d subl -64(%rbp), %r9d addl -52(%rbp), %r9d xorl %r11d, %r11d subl -80(%rbp), %r11d addl -56(%rbp), %r11d xorl %r10d, %r10d subl -80(%rbp), %r10d addl -104(%rbp), %r10d xorl %eax, %eax subl -68(%rbp), %eax addl -56(%rbp), %eax movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) callq _det movl %eax, -112(%rbp) xorl %edi, %edi subl -72(%rbp), %edi addl -84(%rbp), %edi xorl %esi, %esi subl -72(%rbp), %esi addl -48(%rbp), %esi xorl %edx, %edx subl -60(%rbp), %edx addl -48(%rbp), %edx xorl %ecx, %ecx subl -76(%rbp), %ecx addl -88(%rbp), %ecx xorl %r8d, %r8d subl -76(%rbp), %r8d addl -52(%rbp), %r8d xorl %r9d, %r9d subl -64(%rbp), %r9d addl -52(%rbp), %r9d xorl %r11d, %r11d subl -80(%rbp), %r11d addl -92(%rbp), %r11d xorl %r10d, %r10d subl -80(%rbp), %r10d addl -56(%rbp), %r10d xorl %eax, %eax subl -68(%rbp), %eax addl -56(%rbp), %eax movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) callq _det movl %eax, -116(%rbp) xorl %edi, %edi subl -72(%rbp), %edi addl -84(%rbp), %edi xorl %esi, %esi subl -72(%rbp), %esi addl -96(%rbp), %esi xorl %edx, %edx subl -72(%rbp), %edx addl -48(%rbp), %edx xorl %ecx, %ecx subl -76(%rbp), %ecx addl -88(%rbp), %ecx xorl %r8d, %r8d subl -76(%rbp), %r8d addl -100(%rbp), %r8d xorl %r9d, %r9d subl -76(%rbp), %r9d addl -52(%rbp), %r9d xorl %r11d, %r11d subl -80(%rbp), %r11d addl -92(%rbp), %r11d xorl %r10d, %r10d subl -80(%rbp), %r10d addl -104(%rbp), %r10d xorl %eax, %eax subl -80(%rbp), %eax addl -56(%rbp), %eax movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) callq _det movl %eax, -120(%rbp) cvtsi2sdl -112(%rbp), %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -108(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -128(%rbp) cvtsi2sdl -116(%rbp), %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -108(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) cvtsi2sdl -120(%rbp), %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 cvtsi2sdl -108(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -144(%rbp) movsd -144(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_6 ## %bb.1: movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -144(%rbp), %xmm0 jb LBB0_6 ## %bb.2: movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jb LBB0_6 ## %bb.3: movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jb LBB0_6 ## %bb.4: movsd -128(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd -136(%rbp), %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_6 ## %bb.5: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_7 LBB0_6: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB0_7: xorl %eax, %eax addq $216, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .globl _det ## -- Begin function det .p2align 4, 0x90 _det: ## @det .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl 32(%rbp), %eax movl 24(%rbp), %eax movl 16(%rbp), %eax movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movl %ecx, -16(%rbp) movl %r8d, -20(%rbp) movl %r9d, -24(%rbp) movl -4(%rbp), %eax imull -20(%rbp), %eax imull 32(%rbp), %eax movl -8(%rbp), %ecx imull -24(%rbp), %ecx imull 16(%rbp), %ecx addl %ecx, %eax movl -12(%rbp), %ecx imull -16(%rbp), %ecx imull 24(%rbp), %ecx addl %ecx, %eax movl -4(%rbp), %ecx imull -24(%rbp), %ecx imull 24(%rbp), %ecx subl %ecx, %eax movl -8(%rbp), %ecx imull -16(%rbp), %ecx imull 32(%rbp), %ecx subl %ecx, %eax movl -12(%rbp), %ecx imull -20(%rbp), %ecx imull 16(%rbp), %ecx subl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d %d %d\n%d %d %d\n%d %d %d\n%d %d %d\n%d %d %d\n" L_.str.1: ## @.str.1 .asciz "MISS\n" L_.str.2: ## @.str.2 .asciz "HIT\n" .subsections_via_symbols
the_stack_data/218892476.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] bl _fork stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf bl _getppid 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 ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload bl _printf b LBB0_3 LBB0_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf mov w0, #10 bl _sleep b LBB0_3 LBB0_3: 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 "\n" l_.str.1: ; @.str.1 .asciz "I'm a child\n" l_.str.2: ; @.str.2 .asciz "My getpid() = %d\n" l_.str.3: ; @.str.3 .asciz "My getppid = %d\n" l_.str.4: ; @.str.4 .asciz "My int pid = %d\n" l_.str.5: ; @.str.5 .asciz "I'm a parent\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) callq _fork movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf callq _getpid movl %eax, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf callq _getppid movl %eax, %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf callq _getpid movl %eax, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $10, %edi callq _sleep LBB0_3: xorl %eax, %eax 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 "I'm a child\n" L_.str.2: ## @.str.2 .asciz "My getpid() = %d\n" L_.str.3: ## @.str.3 .asciz "My getppid = %d\n" L_.str.4: ## @.str.4 .asciz "My int pid = %d\n" L_.str.5: ## @.str.5 .asciz "I'm a parent\n" .subsections_via_symbols
the_stack_data/1224867.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF stur x8, [x29, #-16] ldur x0, [x29, #-16] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #16] subs x8, x0, #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 _printf mov w0, #-1 bl _exit LBB0_2: ldr x0, [sp, #16] mov x1, #10 mov w2, #1 bl _fseek ldr x0, [sp, #16] bl _ftell str x0, [sp, #24] ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #16] bl _rewind ldr x0, [sp, #16] bl _ftell str x0, [sp, #24] ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@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 "test.txt" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "File Open Error\n" l_.str.3: ; @.str.3 .asciz "Current position = %ld\n" l_.str.4: ; @.str.4 .asciz "After rewind() position = %ld\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), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -32(%rbp) cmpq $0, %rax jne LBB0_2 ## %bb.1: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $-1, %edi callq _exit LBB0_2: movq -32(%rbp), %rdi movl $10, %esi movl $1, %edx callq _fseek movq -32(%rbp), %rdi callq _ftell movq %rax, -24(%rbp) movq -24(%rbp), %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rdi callq _rewind movq -32(%rbp), %rdi callq _ftell movq %rax, -24(%rbp) movq -24(%rbp), %rsi leaq L_.str.4(%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 "test.txt" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "File Open Error\n" L_.str.3: ## @.str.3 .asciz "Current position = %ld\n" L_.str.4: ## @.str.4 .asciz "After rewind() position = %ld\n" .subsections_via_symbols
the_stack_data/73662.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 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_5 Depth 3 ldur w8, [x29, #-8] subs w9, w8, #1 stur w9, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-20] mov x9, sp sub x8, x29, #12 str x8, [x9] sub x8, x29, #16 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 stur wzr, [x29, #-24] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_5 Depth 3 ldur w8, [x29, #-24] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_15 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 stur wzr, [x29, #-28] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_3 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=3 ldur w8, [x29, #-20] ldr w9, [sp, #32] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-28] add w11, w8, #1 ldur w8, [x29, #-24] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x11 str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #-1 stur w8, [x29, #-20] b LBB0_11 LBB0_8: ; in Loop: Header=BB0_5 Depth=3 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=3 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=3 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB0_5 LBB0_11: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-20] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 b LBB0_15 LBB0_13: ; in Loop: Header=BB0_3 Depth=2 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB0_3 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_16: 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" l_.str.2: ; @.str.2 .asciz "%d%02d\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 LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_5 Depth 3 movl -8(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -8(%rbp) cmpl $0, %eax je LBB0_16 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -20(%rbp) leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi leaq -16(%rbp), %rdx leaq -32(%rbp), %rcx movb $0, %al callq _scanf movl $0, -24(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_5 Depth 3 movl -24(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_15 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl $0, -28(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_3 Depth=2 ## => This Inner Loop Header: Depth=3 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_11 ## %bb.6: ## in Loop: Header=BB0_5 Depth=3 movl -20(%rbp), %eax movl -32(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_3 Depth=2 movl -28(%rbp), %esi addl $1, %esi movl -24(%rbp), %edx addl $1, %edx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $-1, -20(%rbp) jmp LBB0_11 LBB0_8: ## in Loop: Header=BB0_5 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) ## %bb.9: ## in Loop: Header=BB0_5 Depth=3 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_5 Depth=3 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_5 LBB0_11: ## in Loop: Header=BB0_3 Depth=2 cmpl $-1, -20(%rbp) jne LBB0_13 ## %bb.12: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_15 LBB0_13: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_14 LBB0_14: ## in Loop: Header=BB0_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_15: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_16: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d %d %d" L_.str.2: ## @.str.2 .asciz "%d%02d\n" .subsections_via_symbols
the_stack_data/37637973.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w8, #0 str w8, [sp, #28] ; 4-byte Folded Spill str wzr, [sp, #68] str w0, [sp, #64] str x1, [sp, #56] adrp x8, _PATH_NAME@PAGE ldr x0, [x8, _PATH_NAME@PAGEOFF] mov w1, #109 bl _ftok str w0, [sp, #52] ldr w0, [sp, #52] mov x1, #4096 mov w2, #950 bl _shmget ldr w2, [sp, #28] ; 4-byte Folded Reload str w0, [sp, #48] ldr w0, [sp, #48] mov x1, #0 bl _shmat str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, hs 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.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: ldr x8, [sp, #40] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _system bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] add x0, sp, #72 str x0, [sp, #16] ; 8-byte Folded Spill mov w1, #0 mov x2, #128 adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #16] ; 8-byte Folded Reload bl _system ldr x8, [sp, #56] ldr x8, [x8, #8] str x8, [sp, #32] ldr x0, [sp, #40] ldr x1, [sp, #32] mov x2, #-1 bl ___strcpy_chk ldr x0, [sp, #40] bl _shmdt subs w8, w0, #0 cset w8, ge 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.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf mov w0, #2 bl _exit LBB0_4: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _system 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: mov w0, #0 ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "." .section __DATA,__data .globl _PATH_NAME ; @PATH_NAME .p2align 3 _PATH_NAME: .quad l_.str .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "Error with shmat\n" l_.str.2: ; @.str.2 .asciz "Attached to share momery at: %p\n" l_.str.3: ; @.str.3 .asciz "ipcs -m" l_.str.4: ; @.str.4 .asciz "cat /proc/%d/maps" l_.str.5: ; @.str.5 .asciz "Error with shmdt\n" l_.str.6: ; @.str.6 .asciz "Detached to share momery\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 %edi, -152(%rbp) movq %rsi, -160(%rbp) movq _PATH_NAME(%rip), %rdi movl $109, %esi callq _ftok movl %eax, -164(%rbp) movl -164(%rbp), %edi movl $4096, %esi ## imm = 0x1000 movl $950, %edx ## imm = 0x3B6 callq _shmget movl %eax, -168(%rbp) movl -168(%rbp), %edi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _shmat movq %rax, -176(%rbp) cmpq $0, -176(%rbp) jae LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_2: movq -176(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi callq _system leaq -144(%rbp), %rax movq %rax, -192(%rbp) ## 8-byte Spill callq _getpid movq -192(%rbp), %rdi ## 8-byte Reload movl %eax, %r8d xorl %esi, %esi movl $128, %edx leaq L_.str.4(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -144(%rbp), %rdi callq _system movq -160(%rbp), %rax movq 8(%rax), %rax movq %rax, -184(%rbp) movq -176(%rbp), %rdi movq -184(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movq -176(%rbp), %rdi callq _shmdt cmpl $0, %eax jge LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.5(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $2, %edi callq _exit LBB0_4: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi callq _system 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 $192, %rsp popq %rbp retq LBB0_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "." .section __DATA,__data .globl _PATH_NAME ## @PATH_NAME .p2align 3 _PATH_NAME: .quad L_.str .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "Error with shmat\n" L_.str.2: ## @.str.2 .asciz "Attached to share momery at: %p\n" L_.str.3: ## @.str.3 .asciz "ipcs -m" L_.str.4: ## @.str.4 .asciz "cat /proc/%d/maps" L_.str.5: ## @.str.5 .asciz "Error with shmdt\n" L_.str.6: ## @.str.6 .asciz "Detached to share momery\n" .subsections_via_symbols
the_stack_data/15762482.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initLogger ; -- Begin function initLogger .p2align 2 _initLogger: ; @initLogger .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x0, [sp, #16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _infof adrp x9, _logging@PAGE mov w8, #1 str w8, [x9, _logging@PAGEOFF] stur wzr, [x29, #-4] b LBB0_7 LBB0_2: ldr x0, [sp, #16] 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: ldr x0, [sp, #16] 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, LBB0_5 b LBB0_4 LBB0_4: adrp x8, _logging@PAGE str wzr, [x8, _logging@PAGEOFF] stur wzr, [x29, #-4] b LBB0_7 LBB0_5: b LBB0_6 LBB0_6: mov w8, #1 stur w8, [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 .globl _infof ; -- Begin function infof .p2align 2 _infof: ; @infof .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] add x9, sp, #16 add x8, x29, #16 str x8, [x9] adrp x8, _logging@PAGE ldr w8, [x8, _logging@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov w0, #1 mov w1, #7 str w1, [sp, #8] ; 4-byte Folded Spill mov w2, #8 str w2, [sp, #12] ; 4-byte Folded Spill bl _textcolor adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr w1, [sp, #8] ; 4-byte Folded Reload ldr w2, [sp, #12] ; 4-byte Folded Reload mov w0, #0 bl _textcolor b LBB1_2 LBB1_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] mov w2, #0 bl _print ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _textcolor ; -- Begin function textcolor .p2align 2 _textcolor: ; @textcolor .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] stur w0, [x29, #-28] stur w1, [x29, #-32] stur w2, [x29, #-36] ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-32] add w11, w9, #30 ldur w9, [x29, #-36] add w10, w9, #40 mov x9, sp mov x12, #27 str x12, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x11 str x8, [x9, #16] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #24] sub x0, x29, #21 str x0, [sp, #32] ; 8-byte Folded Spill mov w1, #0 mov x2, #13 adrp x3, l_.str.8@PAGE add x3, x3, l_.str.8@PAGEOFF bl ___sprintf_chk ldr x8, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@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_2 b LBB2_1 LBB2_1: bl ___stack_chk_fail LBB2_2: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _print ; -- Begin function print .p2align 2 _print: ; @print .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, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] mov w8, #1 stur w8, [x29, #-24] adrp x8, _logging@PAGE ldr w8, [x8, _logging@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_8 b LBB3_1 LBB3_1: ldur x0, [x29, #-8] bl _strlen add x0, x0, #9 mov x1, #1 bl _calloc stur x0, [x29, #-32] ldur x8, [x29, #-32] str x8, [sp, #32] ; 8-byte Folded Spill ldur x0, [x29, #-8] bl _strlen ldr x8, [sp, #32] ; 8-byte Folded Reload add x9, x0, #9 add x8, x8, x9 strb wzr, [x8] ldur w8, [x29, #-20] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB3_7 ; %bb.2: ldr x11, [sp, #40] ; 8-byte Folded Reload adrp x10, lJTI3_0@PAGE add x10, x10, lJTI3_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB3_3: ldur x0, [x29, #-32] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF mov x2, #-1 str x2, [sp, #24] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #24] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-8] bl ___strcat_chk ldur x1, [x29, #-32] ldur x2, [x29, #-16] mov w0, #14 bl _vsyslog b LBB3_7 LBB3_4: ldur x0, [x29, #-32] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF mov x2, #-1 str x2, [sp, #16] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-8] bl ___strcat_chk ldur x1, [x29, #-32] ldur x2, [x29, #-16] mov w0, #12 bl _vsyslog b LBB3_7 LBB3_5: ldur x0, [x29, #-32] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF mov x2, #-1 str x2, [sp, #8] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-8] bl ___strcat_chk ldur x1, [x29, #-32] ldur x2, [x29, #-16] mov w0, #11 bl _vsyslog b LBB3_7 LBB3_6: ldur x0, [x29, #-32] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF mov x2, #-1 str x2, [sp] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldur x1, [x29, #-8] bl ___strcat_chk ldur x1, [x29, #-32] ldur x2, [x29, #-16] mov w0, #8 bl _vsyslog b LBB3_7 LBB3_7: stur wzr, [x29, #-24] b LBB3_9 LBB3_8: ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _vprintf stur wzr, [x29, #-24] b LBB3_9 LBB3_9: ldur w0, [x29, #-24] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc .p2align 2 lJTI3_0: .long LBB3_3-Ltmp0 .long LBB3_4-Ltmp0 .long LBB3_5-Ltmp0 .long LBB3_6-Ltmp0 ; -- End function .globl _warnf ; -- Begin function warnf .p2align 2 _warnf: ; @warnf .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] add x9, sp, #16 add x8, x29, #16 str x8, [x9] adrp x8, _logging@PAGE ldr w8, [x8, _logging@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: mov w0, #1 mov w1, #3 mov w2, #8 str w2, [sp, #12] ; 4-byte Folded Spill bl _textcolor adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr w2, [sp, #12] ; 4-byte Folded Reload mov w0, #0 mov w1, #7 bl _textcolor b LBB4_2 LBB4_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] mov w2, #1 bl _print ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _errorf ; -- Begin function errorf .p2align 2 _errorf: ; @errorf .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] add x9, sp, #16 add x8, x29, #16 str x8, [x9] adrp x8, _logging@PAGE ldr w8, [x8, _logging@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: mov w1, #1 mov x0, x1 mov w2, #8 str w2, [sp, #12] ; 4-byte Folded Spill bl _textcolor adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr w2, [sp, #12] ; 4-byte Folded Reload mov w0, #0 mov w1, #7 bl _textcolor b LBB5_2 LBB5_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] mov w2, #2 bl _print ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _panicf ; -- Begin function panicf .p2align 2 _panicf: ; @panicf .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] add x9, sp, #16 add x8, x29, #16 str x8, [x9] adrp x8, _logging@PAGE ldr w8, [x8, _logging@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: mov w0, #1 mov w1, #5 mov w2, #8 str w2, [sp, #12] ; 4-byte Folded Spill bl _textcolor adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr w2, [sp, #12] ; 4-byte Folded Reload mov w0, #0 mov w1, #7 bl _textcolor b LBB6_2 LBB6_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] mov w2, #3 bl _print ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _logging ; @logging .zerofill __DATA,__common,_logging,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "syslog" l_.str.1: ; @.str.1 .asciz "Check your %s at /var/log/syslog for syslogs\n" l_.str.2: ; @.str.2 .asciz "stdout" l_.str.3: ; @.str.3 .space 1 l_.str.4: ; @.str.4 .asciz "INFO: " l_.str.5: ; @.str.5 .asciz "WARNING: " l_.str.6: ; @.str.6 .asciz "ERROR: " l_.str.7: ; @.str.7 .asciz "PANIC: " l_.str.8: ; @.str.8 .asciz "%c[%d;%d;%dm" l_.str.9: ; @.str.9 .asciz "%s" l_.str.10: ; @.str.10 .asciz "<info> " l_.str.11: ; @.str.11 .asciz "<warn> " l_.str.12: ; @.str.12 .asciz "<error> " l_.str.13: ; @.str.13 .asciz "<panic> " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initLogger ## -- Begin function initLogger .p2align 4, 0x90 _initLogger: ## @initLogger .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_2 ## %bb.1: movq -16(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _infof movl $1, _logging(%rip) movl $0, -4(%rbp) jmp LBB0_7 LBB0_2: movq -16(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_4 ## %bb.3: movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_5 LBB0_4: movl $0, _logging(%rip) movl $0, -4(%rbp) jmp LBB0_7 LBB0_5: jmp LBB0_6 LBB0_6: movl $1, -4(%rbp) LBB0_7: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _infof ## -- Begin function infof .p2align 4, 0x90 _infof: ## @infof .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB1_6 ## %bb.5: 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) LBB1_6: 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) 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) cmpl $0, _logging(%rip) jne LBB1_2 ## %bb.1: movl $1, %edi movl $7, %esi movl $8, %edx callq _textcolor leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf xorl %edi, %edi movl $7, %esi movl $8, %edx callq _textcolor LBB1_2: movq -40(%rbp), %rdi leaq -32(%rbp), %rsi xorl %edx, %edx callq _print movl %eax, -228(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_4 ## %bb.3: movl -228(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB1_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _textcolor ## -- Begin function textcolor .p2align 4, 0x90 _textcolor: ## @textcolor .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 %edi, -28(%rbp) movl %esi, -32(%rbp) movl %edx, -36(%rbp) leaq -21(%rbp), %rdi movl -28(%rbp), %r9d movl -32(%rbp), %r10d addl $30, %r10d movl -36(%rbp), %eax addl $40, %eax xorl %esi, %esi movl $13, %edx leaq L_.str.8(%rip), %rcx movl $27, %r8d movl %r10d, (%rsp) movl %eax, 8(%rsp) movb $0, %al callq ___sprintf_chk leaq -21(%rbp), %rsi leaq L_.str.9(%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_2 ## %bb.1: addq $64, %rsp popq %rbp retq LBB2_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _print ## -- Begin function print .p2align 4, 0x90 _print: ## @print .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl $1, -24(%rbp) cmpl $0, _logging(%rip) je LBB3_7 ## %bb.1: movq -8(%rbp), %rdi callq _strlen movq %rax, %rdi addq $9, %rdi movl $1, %esi callq _calloc movq %rax, -32(%rbp) movq -32(%rbp), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq -8(%rbp), %rdi callq _strlen movq -48(%rbp), %rcx ## 8-byte Reload movb $0, 9(%rax,%rcx) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40(%rbp) ## 8-byte Spill subq $3, %rax ja LBB3_6 ## %bb.9: movq -40(%rbp), %rax ## 8-byte Reload leaq LJTI3_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB3_2: movq -32(%rbp), %rdi leaq L_.str.10(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi movq -8(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rsi movq -16(%rbp), %rdx movl $14, %edi callq _vsyslog jmp LBB3_6 LBB3_3: movq -32(%rbp), %rdi leaq L_.str.11(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi movq -8(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rsi movq -16(%rbp), %rdx movl $12, %edi callq _vsyslog jmp LBB3_6 LBB3_4: movq -32(%rbp), %rdi leaq L_.str.12(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi movq -8(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rsi movq -16(%rbp), %rdx movl $11, %edi callq _vsyslog jmp LBB3_6 LBB3_5: movq -32(%rbp), %rdi leaq L_.str.13(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rdi movq -8(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -32(%rbp), %rsi movq -16(%rbp), %rdx movl $8, %edi callq _vsyslog LBB3_6: movl $0, -24(%rbp) jmp LBB3_8 LBB3_7: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _vprintf movl $0, -24(%rbp) LBB3_8: movq -16(%rbp), %rax movl -24(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L3_0_set_2, LBB3_2-LJTI3_0 .set L3_0_set_3, LBB3_3-LJTI3_0 .set L3_0_set_4, LBB3_4-LJTI3_0 .set L3_0_set_5, LBB3_5-LJTI3_0 LJTI3_0: .long L3_0_set_2 .long L3_0_set_3 .long L3_0_set_4 .long L3_0_set_5 .end_data_region ## -- End function .globl _warnf ## -- Begin function warnf .p2align 4, 0x90 _warnf: ## @warnf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB4_6 ## %bb.5: 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) LBB4_6: 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) 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) cmpl $0, _logging(%rip) jne LBB4_2 ## %bb.1: movl $1, %edi movl $3, %esi movl $8, %edx callq _textcolor leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf xorl %edi, %edi movl $7, %esi movl $8, %edx callq _textcolor LBB4_2: movq -40(%rbp), %rdi leaq -32(%rbp), %rsi movl $1, %edx callq _print movl %eax, -228(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB4_4 ## %bb.3: movl -228(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB4_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _errorf ## -- Begin function errorf .p2align 4, 0x90 _errorf: ## @errorf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB5_6 ## %bb.5: 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) LBB5_6: 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) 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) cmpl $0, _logging(%rip) jne LBB5_2 ## %bb.1: movl $1, %esi movl $8, %edx movl %esi, %edi callq _textcolor leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf xorl %edi, %edi movl $7, %esi movl $8, %edx callq _textcolor LBB5_2: movq -40(%rbp), %rdi leaq -32(%rbp), %rsi movl $2, %edx callq _print movl %eax, -228(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB5_4 ## %bb.3: movl -228(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB5_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _panicf ## -- Begin function panicf .p2align 4, 0x90 _panicf: ## @panicf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB6_6 ## %bb.5: 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) LBB6_6: 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) 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) cmpl $0, _logging(%rip) jne LBB6_2 ## %bb.1: movl $1, %edi movl $5, %esi movl $8, %edx callq _textcolor leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf xorl %edi, %edi movl $7, %esi movl $8, %edx callq _textcolor LBB6_2: movq -40(%rbp), %rdi leaq -32(%rbp), %rsi movl $3, %edx callq _print movl %eax, -228(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB6_4 ## %bb.3: movl -228(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB6_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _logging ## @logging .zerofill __DATA,__common,_logging,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "syslog" L_.str.1: ## @.str.1 .asciz "Check your %s at /var/log/syslog for syslogs\n" L_.str.2: ## @.str.2 .asciz "stdout" L_.str.3: ## @.str.3 .space 1 L_.str.4: ## @.str.4 .asciz "INFO: " L_.str.5: ## @.str.5 .asciz "WARNING: " L_.str.6: ## @.str.6 .asciz "ERROR: " L_.str.7: ## @.str.7 .asciz "PANIC: " L_.str.8: ## @.str.8 .asciz "%c[%d;%d;%dm" L_.str.9: ## @.str.9 .asciz "%s" L_.str.10: ## @.str.10 .asciz "<info> " L_.str.11: ## @.str.11 .asciz "<warn> " L_.str.12: ## @.str.12 .asciz "<error> " L_.str.13: ## @.str.13 .asciz "<panic> " .subsections_via_symbols
the_stack_data/50138400.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/118590.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, #608 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #68] str w0, [sp, #64] str x1, [sp, #56] ldr w8, [sp, #64] subs w8, w8, #2 cset w8, eq 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 str w8, [sp, #68] b LBB0_28 LBB0_2: ldr x8, [sp, #56] ldr x0, [x8, #8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF 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: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldr x8, [sp, #56] ldr x8, [x8, #8] mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w8, #2 str w8, [sp, #68] b LBB0_28 LBB0_4: str wzr, [sp, #44] str wzr, [sp, #40] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x3, [sp, #48] add x0, sp, #88 mov x1, #1 mov x2, #512 bl _fread subs x8, x0, #512 cset w8, ne tbnz w8, #0, LBB0_27 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #44] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #88] subs w8, w8, #255 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #89] subs w8, w8, #216 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #90] subs w8, w8, #255 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #91] and w8, w8, #0xf0 subs w8, w8, #224 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 ldr x0, [sp, #32] bl _fclose ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] ldr w9, [sp, #40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x0, sp, #80 str x0, [sp, #24] ; 8-byte Folded Spill mov w1, #0 mov x2, #8 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #24] ; 8-byte Folded Reload adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 ldr x3, [sp, #32] add x0, sp, #88 mov x1, #512 mov x2, #1 bl _fwrite b LBB0_13 LBB0_13: ; in Loop: Header=BB0_5 Depth=1 b LBB0_15 LBB0_14: ; in Loop: Header=BB0_5 Depth=1 ldr x3, [sp, #32] add x0, sp, #88 mov x1, #512 mov x2, #1 bl _fwrite b LBB0_15 LBB0_15: ; in Loop: Header=BB0_5 Depth=1 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_26 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #88] subs w8, w8, #255 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #89] subs w8, w8, #216 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #90] subs w8, w8, #255 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_5 Depth=1 ldrb w8, [sp, #91] and w8, w8, #0xf0 subs w8, w8, #224 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_5 Depth=1 mov w8, #1 str w8, [sp, #44] ldr w9, [sp, #40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x0, sp, #72 str x0, [sp, #16] ; 8-byte Folded Spill mov w1, #0 mov x2, #8 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #16] ; 8-byte Folded Reload adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_5 Depth=1 ldr x3, [sp, #32] add x0, sp, #88 mov x1, #512 mov x2, #1 bl _fwrite b LBB0_23 LBB0_23: ; in Loop: Header=BB0_5 Depth=1 b LBB0_25 LBB0_24: ; in Loop: Header=BB0_5 Depth=1 b LBB0_5 LBB0_25: ; in Loop: Header=BB0_5 Depth=1 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_5 Depth=1 b LBB0_5 LBB0_27: ldr x0, [sp, #48] bl _fclose ldr x0, [sp, #32] bl _fclose str wzr, [sp, #68] b LBB0_28 LBB0_28: ldr w8, [sp, #68] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: bl ___stack_chk_fail LBB0_30: ldr w0, [sp, #12] ; 4-byte Folded Reload add sp, sp, #608 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 "incorrect usage\n" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "Could not open %s.\n" l_.str.3: ; @.str.3 .asciz "%03i.jpg" l_.str.4: ; @.str.4 .asciz "w" .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 $592, %rsp ## imm = 0x250 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -548(%rbp) movl %edi, -552(%rbp) movq %rsi, -560(%rbp) cmpl $2, -552(%rbp) je LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $1, -548(%rbp) jmp LBB0_28 LBB0_2: movq -560(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -568(%rbp) cmpq $0, -568(%rbp) jne LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -560(%rbp), %rax movq 8(%rax), %rdx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movl $2, -548(%rbp) jmp LBB0_28 LBB0_4: movl $0, -572(%rbp) movl $0, -576(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 leaq -528(%rbp), %rdi movq -568(%rbp), %rcx movl $1, %esi movl $512, %edx ## imm = 0x200 callq _fread cmpq $512, %rax ## imm = 0x200 jne LBB0_27 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 cmpl $1, -572(%rbp) jne LBB0_16 ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movzbl -528(%rbp), %eax cmpl $255, %eax jne LBB0_14 ## %bb.8: ## in Loop: Header=BB0_5 Depth=1 movzbl -527(%rbp), %eax cmpl $216, %eax jne LBB0_14 ## %bb.9: ## in Loop: Header=BB0_5 Depth=1 movzbl -526(%rbp), %eax cmpl $255, %eax jne LBB0_14 ## %bb.10: ## in Loop: Header=BB0_5 Depth=1 movzbl -525(%rbp), %eax andl $240, %eax cmpl $224, %eax jne LBB0_14 ## %bb.11: ## in Loop: Header=BB0_5 Depth=1 movq -584(%rbp), %rdi callq _fclose movl -576(%rbp), %eax addl $1, %eax movl %eax, -576(%rbp) leaq -536(%rbp), %rdi movl -576(%rbp), %r8d xorl %esi, %esi movl $8, %edx leaq L_.str.3(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -536(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -584(%rbp) cmpq $0, -584(%rbp) je LBB0_13 ## %bb.12: ## in Loop: Header=BB0_5 Depth=1 leaq -528(%rbp), %rdi movq -584(%rbp), %rcx movl $512, %esi ## imm = 0x200 movl $1, %edx callq _fwrite LBB0_13: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_15 LBB0_14: ## in Loop: Header=BB0_5 Depth=1 leaq -528(%rbp), %rdi movq -584(%rbp), %rcx movl $512, %esi ## imm = 0x200 movl $1, %edx callq _fwrite LBB0_15: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_16 LBB0_16: ## in Loop: Header=BB0_5 Depth=1 cmpl $0, -572(%rbp) jne LBB0_26 ## %bb.17: ## in Loop: Header=BB0_5 Depth=1 movzbl -528(%rbp), %eax cmpl $255, %eax jne LBB0_24 ## %bb.18: ## in Loop: Header=BB0_5 Depth=1 movzbl -527(%rbp), %eax cmpl $216, %eax jne LBB0_24 ## %bb.19: ## in Loop: Header=BB0_5 Depth=1 movzbl -526(%rbp), %eax cmpl $255, %eax jne LBB0_24 ## %bb.20: ## in Loop: Header=BB0_5 Depth=1 movzbl -525(%rbp), %eax andl $240, %eax cmpl $224, %eax jne LBB0_24 ## %bb.21: ## in Loop: Header=BB0_5 Depth=1 movl $1, -572(%rbp) leaq -544(%rbp), %rdi movl -576(%rbp), %r8d xorl %esi, %esi movl $8, %edx leaq L_.str.3(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -544(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -584(%rbp) cmpq $0, -584(%rbp) je LBB0_23 ## %bb.22: ## in Loop: Header=BB0_5 Depth=1 leaq -528(%rbp), %rdi movq -584(%rbp), %rcx movl $512, %esi ## imm = 0x200 movl $1, %edx callq _fwrite LBB0_23: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_25 LBB0_24: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_5 LBB0_25: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_26 LBB0_26: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_5 LBB0_27: movq -568(%rbp), %rdi callq _fclose movq -584(%rbp), %rdi callq _fclose movl $0, -548(%rbp) LBB0_28: movl -548(%rbp), %eax movl %eax, -588(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_30 ## %bb.29: movl -588(%rbp), %eax ## 4-byte Reload addq $592, %rsp ## imm = 0x250 popq %rbp retq LBB0_30: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "incorrect usage\n" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "Could not open %s.\n" L_.str.3: ## @.str.3 .asciz "%03i.jpg" L_.str.4: ## @.str.4 .asciz "w" .subsections_via_symbols
the_stack_data/11074265.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _alternatingCharacters ; -- Begin function alternatingCharacters .p2align 2 _alternatingCharacters: ; @alternatingCharacters .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] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #16] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-8] bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldrsb w8, [x8, x9] ldur x9, [x29, #-8] ldr w10, [sp, #16] add w10, w10, #1 ldrsb w9, [x9, w10, sxtw] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_6: ldur w0, [x29, #-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, #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 _getenv adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen stur x0, [x29, #-16] bl _readline str x0, [sp, #32] ldr x0, [sp, #32] sub x1, x29, #24 mov w2, #10 bl _strtol mov x8, x0 str w8, [sp, #28] ldur x8, [x29, #-24] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur x8, [x29, #-24] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: mov w0, #1 bl _exit LBB1_3: str wzr, [sp, #24] b LBB1_4 LBB1_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_7 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_4 Depth=1 bl _readline str x0, [sp, #16] ldr x0, [sp, #16] bl _alternatingCharacters str w0, [sp, #12] ldur x0, [x29, #-16] ldr w9, [sp, #12] ; 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 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_4 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB1_4 LBB1_7: ldur x0, [x29, #-16] bl _fclose mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- 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 mov x8, #1024 stur x8, [x29, #-8] stur xzr, [x29, #-16] ldur x0, [x29, #-8] bl _malloc str x0, [sp, #24] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] add x8, x8, x9 str x8, [sp, #16] ldr x0, [sp, #16] ldur x8, [x29, #-8] ldur x9, [x29, #-16] subs x8, x8, x9 mov x1, x8 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] bl _fgets str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: b LBB2_9 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr x0, [sp, #16] bl _strlen ldur x8, [x29, #-16] add x8, x8, x0 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldur x9, [x29, #-8] subs x9, x9, #1 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: b LBB2_9 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-8] lsl x8, x8, #1 str x8, [sp] ldr x0, [sp, #24] ldr x1, [sp] bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: b LBB2_9 LBB2_8: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp] stur x8, [x29, #-8] b LBB2_1 LBB2_9: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 add x8, x8, x9 strb wzr, [x8] b LBB2_11 LBB2_11: ldr x0, [sp, #24] ldur x1, [x29, #-16] bl _realloc str x0, [sp, #24] ldr x0, [sp, #24] 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 "OUTPUT_PATH" l_.str.1: ; @.str.1 .asciz "w" 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 _alternatingCharacters ## -- Begin function alternatingCharacters .p2align 4, 0x90 _alternatingCharacters: ## @alternatingCharacters .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) movl $0, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -16(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movq -8(%rbp), %rdi callq _strlen movq %rax, %rcx movq -24(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -8(%rbp), %rcx movl -16(%rbp), %edx addl $1, %edx movslq %edx, %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_6: movl -12(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi callq _getenv movq %rax, %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -16(%rbp) callq _readline movq %rax, -32(%rbp) movq -32(%rbp), %rdi leaq -24(%rbp), %rsi movl $10, %edx callq _strtol ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movq -24(%rbp), %rax cmpq -32(%rbp), %rax je LBB1_2 ## %bb.1: movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_3 LBB1_2: movl $1, %edi callq _exit LBB1_3: movl $0, -40(%rbp) LBB1_4: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB1_7 ## %bb.5: ## in Loop: Header=BB1_4 Depth=1 callq _readline movq %rax, -48(%rbp) movq -48(%rbp), %rdi callq _alternatingCharacters movl %eax, -52(%rbp) movq -16(%rbp), %rdi movl -52(%rbp), %edx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf ## %bb.6: ## in Loop: Header=BB1_4 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB1_4 LBB1_7: movq -16(%rbp), %rdi callq _fclose xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- 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 $48, %rsp movq $1024, -8(%rbp) ## imm = 0x400 movq $0, -16(%rbp) movq -8(%rbp), %rdi callq _malloc movq %rax, -24(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax addq -16(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi movq -8(%rbp), %rax subq -16(%rbp), %rax movl %eax, %esi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx callq _fgets movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB2_3 ## %bb.2: jmp LBB2_9 LBB2_3: ## in Loop: Header=BB2_1 Depth=1 movq -32(%rbp), %rdi callq _strlen addq -16(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rcx subq $1, %rcx cmpq %rcx, %rax jb LBB2_5 ## %bb.4: ## in Loop: Header=BB2_1 Depth=1 movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB2_6 LBB2_5: jmp LBB2_9 LBB2_6: ## in Loop: Header=BB2_1 Depth=1 movq -8(%rbp), %rax shlq $1, %rax movq %rax, -48(%rbp) movq -24(%rbp), %rdi movq -48(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB2_8 ## %bb.7: jmp LBB2_9 LBB2_8: ## in Loop: Header=BB2_1 Depth=1 movq -48(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_1 LBB2_9: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB2_11 ## %bb.10: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movb $0, (%rax,%rcx) LBB2_11: movq -24(%rbp), %rdi movq -16(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "OUTPUT_PATH" L_.str.1: ## @.str.1 .asciz "w" L_.str.2: ## @.str.2 .asciz "%d\n" .subsections_via_symbols
the_stack_data/140764565.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _sg_ztemplate__users_json ; @sg_ztemplate__users_json _sg_ztemplate__users_json: .asciz "// Copyright 2010-2012 SourceGear, LLC\n// \n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n// \n// http://www.apache.org/licenses/LICENSE-2.0\n// \n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// JSON does not allow comments, but this file sort-of does.\n// Any line where the first two non-whitespace characters\n// are '//' will be discarded before it is passed to the\n// JSON parser. Note that these are not end-of-line comments.\n// These are WHOLE LINE comments.\n\n{\n \"version\" : 1,\n \"rectypes\" :\n {\n \"user\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" : \n {\n \"name\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"required\" : true,\n\n // maxlength: see RFC 3696 amended and RFC 5321\n \"maxlength\" : 256,\n \"unique\" : true,\n \"index\": true,\n \"full_text_search\": true\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"which\" : \"least_impact\",\n \"op\" : \"append_random_unique\",\n \"num_digits\" : 2,\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\"\n // I, O, and Q are intentionally omitted\n }\n }\n },\n \"key\" :\n {\n \"datatype\" : \"attachment\",\n \"constraints\" :\n {\n \"required\" : false\n }\n },\n \"prefix\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"required\" : true,\n \"minlength\" : 1,\n \"maxlength\" : 5,\n // 23^5 is over six million\n \"defaultfunc\" : \"gen_random_unique\",\n // I, O, and Q are intentionally omitted\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\",\n \"unique\" : true,\n \"bad\" :\n [\n // TODO put in a list of banned words here\n \"BAD\"\n ]\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"op\" : \"redo_defaultfunc\",\n \"which\" : \"least_impact\"\n }\n }\n },\n\t\t\"inactive\" :\n\t\t{\n\t\t \"datatype\" : \"bool\"\n\t\t}\n }\n },\n\n \"group\" : \n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"name\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"unique\" : true,\n \"required\" : true,\n \"maxlength\" : 64\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"which\" : \"least_impact\",\n \"op\" : \"append_random_unique\",\n \"num_digits\" : 2,\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\"\n // I, O, and Q are intentionally omitted\n }\n }\n }\n }\n },\n\n \"member_user\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"parent\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n },\n \"child\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"user\"\n }\n }\n }\n },\n\n \"member_group\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"parent\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n },\n \"child\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n }\n }\n }\n }\n}\n\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _sg_ztemplate__users_json ## @sg_ztemplate__users_json .p2align 4 _sg_ztemplate__users_json: .asciz "// Copyright 2010-2012 SourceGear, LLC\n// \n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n// \n// http://www.apache.org/licenses/LICENSE-2.0\n// \n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// JSON does not allow comments, but this file sort-of does.\n// Any line where the first two non-whitespace characters\n// are '//' will be discarded before it is passed to the\n// JSON parser. Note that these are not end-of-line comments.\n// These are WHOLE LINE comments.\n\n{\n \"version\" : 1,\n \"rectypes\" :\n {\n \"user\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" : \n {\n \"name\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"required\" : true,\n\n // maxlength: see RFC 3696 amended and RFC 5321\n \"maxlength\" : 256,\n \"unique\" : true,\n \"index\": true,\n \"full_text_search\": true\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"which\" : \"least_impact\",\n \"op\" : \"append_random_unique\",\n \"num_digits\" : 2,\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\"\n // I, O, and Q are intentionally omitted\n }\n }\n },\n \"key\" :\n {\n \"datatype\" : \"attachment\",\n \"constraints\" :\n {\n \"required\" : false\n }\n },\n \"prefix\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"required\" : true,\n \"minlength\" : 1,\n \"maxlength\" : 5,\n // 23^5 is over six million\n \"defaultfunc\" : \"gen_random_unique\",\n // I, O, and Q are intentionally omitted\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\",\n \"unique\" : true,\n \"bad\" :\n [\n // TODO put in a list of banned words here\n \"BAD\"\n ]\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"op\" : \"redo_defaultfunc\",\n \"which\" : \"least_impact\"\n }\n }\n },\n\t\t\"inactive\" :\n\t\t{\n\t\t \"datatype\" : \"bool\"\n\t\t}\n }\n },\n\n \"group\" : \n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"name\" :\n {\n \"datatype\" : \"string\",\n \"constraints\" :\n {\n \"unique\" : true,\n \"required\" : true,\n \"maxlength\" : 64\n },\n \"merge\" :\n {\n \"uniqify\" : \n {\n \"which\" : \"least_impact\",\n \"op\" : \"append_random_unique\",\n \"num_digits\" : 2,\n \"genchars\" : \"ABCDEFGHJKLMNPRSTUVWXYZ\"\n // I, O, and Q are intentionally omitted\n }\n }\n }\n }\n },\n\n \"member_user\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"parent\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n },\n \"child\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"user\"\n }\n }\n }\n },\n\n \"member_group\" :\n {\n \"merge\" :\n {\n \"merge_type\" : \"field\",\n \"auto\" : \n [\n {\n \"op\" : \"most_recent\"\n }\n ]\n },\n \"fields\" :\n {\n \"parent\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n },\n \"child\" :\n {\n \"datatype\" : \"reference\",\n \"constraints\" :\n {\n \"required\" : true,\n \"rectype\" : \"group\"\n }\n }\n }\n }\n }\n}\n\n" .subsections_via_symbols
the_stack_data/10021.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _accData ; @accData .p2align 2 _accData: .long 0x3e9374bc ; float 0.287999988 .long 0x3e85a1cb ; float 0.261000007 .long 0x411d3b64 ; float 9.82699966 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e6e978d ; float 0.232999995 .long 0x411dd70a ; float 9.86499977 .long 0x3e624dd3 ; float 0.221000001 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411f126f ; float 9.94200038 .long 0x3e50e560 ; float 0.203999996 .long 0x3e947ae1 ; float 0.289999992 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e9374bc ; float 0.287999988 .long 0x3e624dd3 ; float 0.221000001 .long 0x411eb021 ; float 9.91800022 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e6e978d ; float 0.232999995 .long 0x411ec083 ; float 9.92199993 .long 0x3e72b021 ; float 0.237000003 .long 0x3e9374bc ; float 0.287999988 .long 0x411e72b0 ; float 9.90299987 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e645a1d ; float 0.223000005 .long 0x411dd70a ; float 9.86499977 .long 0x3e883127 ; float 0.266000003 .long 0x3e46a7f0 ; float 0.194000006 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e9374bc ; float 0.287999988 .long 0x3e849ba6 ; float 0.259000003 .long 0x411e72b0 ; float 9.90299987 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3e947ae1 ; float 0.289999992 .long 0x411dfbe7 ; float 9.87399959 .long 0x3e72b021 ; float 0.237000003 .long 0x3e820c4a ; float 0.254000008 .long 0x411c3127 ; float 9.76200008 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e73b646 ; float 0.238000005 .long 0x411f7cee ; float 9.96800041 .long 0x3e6978d5 ; float 0.228 .long 0x3e99999a ; float 0.300000012 .long 0x411da5e3 ; float 9.85299968 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e90e560 ; float 0.282999992 .long 0x411ec083 ; float 9.92199993 .long 0x3e3126e9 ; float 0.172999993 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411da5e3 ; float 9.85299968 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3e9374bc ; float 0.287999988 .long 0x411ecccd ; float 9.92500019 .long 0x3e645a1d ; float 0.223000005 .long 0x3e810625 ; float 0.252000004 .long 0x411dae14 ; float 9.85499954 .long 0x3e6978d5 ; float 0.228 .long 0x3e85a1cb ; float 0.261000007 .long 0x411eb852 ; float 9.92000007 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e960419 ; float 0.293000013 .long 0x411dd70a ; float 9.86499977 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3e981062 ; float 0.296999991 .long 0x411e2d0e ; float 9.88599967 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e624dd3 ; float 0.221000001 .long 0x411d3b64 ; float 9.82699966 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e581062 ; float 0.210999995 .long 0x411e6a7f ; float 9.90100002 .long 0x3e6b851f ; float 0.230000004 .long 0x3e883127 ; float 0.266000003 .long 0x411e4dd3 ; float 9.89400005 .long 0x3e9374bc ; float 0.287999988 .long 0x3eba5e35 ; float 0.363999993 .long 0x411f6042 ; float 9.96100044 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e872b02 ; float 0.263999999 .long 0x411d5810 ; float 9.83399963 .long 0x3e6978d5 ; float 0.228 .long 0x3e9e353f ; float 0.308999985 .long 0x411e4189 ; float 9.89099979 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e820c4a ; float 0.254000008 .long 0x411ddf3b ; float 9.86699962 .long 0x3e970a3d ; float 0.294999987 .long 0x3e7ae148 ; float 0.245000005 .long 0x411d7cee ; float 9.84300041 .long 0x3e872b02 ; float 0.263999999 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411ea3d7 ; float 9.91499996 .long 0x3e6e978d ; float 0.232999995 .long 0x3e9e353f ; float 0.308999985 .long 0x411f70a4 ; float 9.96500015 .long 0x3e77ced9 ; float 0.241999999 .long 0x3ea0c49c ; float 0.31400001 .long 0x411cfdf4 ; float 9.81200027 .long 0x3e810625 ; float 0.252000004 .long 0x3e800000 ; float 0.25 .long 0x411cf5c3 ; float 9.81000041 .long 0x3e26e979 ; float 0.163000003 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411e872b ; float 9.90799999 .long 0x3e883127 ; float 0.266000003 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411ec083 ; float 9.92199993 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3e91eb85 ; float 0.284999996 .long 0x411c872b ; float 9.78299999 .long 0x3e6b851f ; float 0.230000004 .long 0x3e947ae1 ; float 0.289999992 .long 0x411dba5e ; float 9.8579998 .long 0x3e72b021 ; float 0.237000003 .long 0x3e970a3d ; float 0.294999987 .long 0x411e1cac ; float 9.88199996 .long 0x3e85a1cb ; float 0.261000007 .long 0x3e9374bc ; float 0.287999988 .long 0x411e1062 ; float 9.87899971 .long 0x3e839581 ; float 0.256999999 .long 0x3ea353f8 ; float 0.319000006 .long 0x411ec083 ; float 9.92199993 .long 0x3e839581 ; float 0.256999999 .long 0x3e981062 ; float 0.296999991 .long 0x411f4bc7 ; float 9.95600032 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e4ed917 ; float 0.202000007 .long 0x411d74bc ; float 9.8409996 .long 0x3e581062 ; float 0.210999995 .long 0x3e9e353f ; float 0.308999985 .long 0x411e4189 ; float 9.89099979 .long 0x3e77ced9 ; float 0.241999999 .long 0x3ea6e979 ; float 0.326000005 .long 0x411dc28f ; float 9.85999965 .long 0x3e820c4a ; float 0.254000008 .long 0x3e810625 ; float 0.252000004 .long 0x411e1cac ; float 9.88199996 .long 0x3e645a1d ; float 0.223000005 .long 0x3e75c28f ; float 0.239999995 .long 0x411f2f1b ; float 9.94900035 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3ebf7cee ; float 0.374000013 .long 0x411e5e35 ; float 9.89799976 .long 0x3e9ba5e3 ; float 0.30399999 .long 0x3e9374bc ; float 0.287999988 .long 0x411e4189 ; float 9.89099979 .long 0x3e6b851f ; float 0.230000004 .long 0x3e9374bc ; float 0.287999988 .long 0x411d0a3d ; float 9.81499958 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411e0831 ; float 9.87699985 .long 0x3e72b021 ; float 0.237000003 .long 0x3e7ae148 ; float 0.245000005 .long 0x411f851f ; float 9.97000026 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e981062 ; float 0.296999991 .long 0x411ba5e3 ; float 9.72799968 .long 0x3e8ac083 ; float 0.270999998 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411e7efa ; float 9.90600013 .long 0x3e1a9fbe ; float 0.150999993 .long 0x3e0e5604 ; float 0.138999999 .long 0x411e0831 ; float 9.87699985 .long 0x3e849ba6 ; float 0.259000003 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411e5e35 ; float 9.89799976 .long 0x3e50e560 ; float 0.203999996 .long 0x3e9374bc ; float 0.287999988 .long 0x411ef1aa ; float 9.93400001 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411dc28f ; float 9.85999965 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3e89ba5e ; float 0.268999994 .long 0x411ee979 ; float 9.93200016 .long 0x3e839581 ; float 0.256999999 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411ce148 ; float 9.8050003 .long 0x3e99999a ; float 0.300000012 .long 0x3e8ac083 ; float 0.270999998 .long 0x411eb021 ; float 9.91800022 .long 0x3e645a1d ; float 0.223000005 .long 0x3ea45a1d ; float 0.32100001 .long 0x411e24dd ; float 9.88399982 .long 0x3e85a1cb ; float 0.261000007 .long 0x3e6e978d ; float 0.232999995 .long 0x411e3958 ; float 9.88899993 .long 0x3e5a1cac ; float 0.213 .long 0x3e9e353f ; float 0.308999985 .long 0x411e5e35 ; float 9.89799976 .long 0x3e872b02 ; float 0.263999999 .long 0x3e883127 ; float 0.266000003 .long 0x411ec083 ; float 9.92199993 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e6b851f ; float 0.230000004 .long 0x411e3958 ; float 9.88899993 .long 0x3e6978d5 ; float 0.228 .long 0x3e872b02 ; float 0.263999999 .long 0x411e2d0e ; float 9.88599967 .long 0x3e9db22d ; float 0.307999998 .long 0x3e73b646 ; float 0.238000005 .long 0x411f6873 ; float 9.96300029 .long 0x3e8ac083 ; float 0.270999998 .long 0x3e89ba5e ; float 0.268999994 .long 0x411d7cee ; float 9.84300041 .long 0x3e883127 ; float 0.266000003 .long 0x3e3126e9 ; float 0.172999993 .long 0x411ce979 ; float 9.80700016 .long 0x3e645a1d ; float 0.223000005 .long 0x3e8e5604 ; float 0.277999997 .long 0x411d2f1b ; float 9.82400035 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411e3958 ; float 9.88899993 .long 0x3e3f7cee ; float 0.187000006 .long 0x3ead0e56 ; float 0.338 .long 0x411df3b6 ; float 9.87199974 .long 0x3e883127 ; float 0.266000003 .long 0x3e8ac083 ; float 0.270999998 .long 0x411eb852 ; float 9.92000007 .long 0x3e020c4a ; float 0.127000004 .long 0x3e624dd3 ; float 0.221000001 .long 0x411d9168 ; float 9.84799957 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e91eb85 ; float 0.284999996 .long 0x411d74bc ; float 9.8409996 .long 0x3e6e978d ; float 0.232999995 .long 0x3ea5e354 ; float 0.324000001 .long 0x411d126f ; float 9.81700038 .long 0x3e820c4a ; float 0.254000008 .long 0x3e9374bc ; float 0.287999988 .long 0x411dc28f ; float 9.85999965 .long 0x3e6b851f ; float 0.230000004 .long 0x3ea45a1d ; float 0.32100001 .long 0x411d7cee ; float 9.84300041 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411e7efa ; float 9.90600013 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e77ced9 ; float 0.241999999 .long 0x411d4bc7 ; float 9.83100032 .long 0x3e849ba6 ; float 0.259000003 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411e72b0 ; float 9.90299987 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e85a1cb ; float 0.261000007 .long 0x411d7cee ; float 9.84300041 .long 0x3e849ba6 ; float 0.259000003 .long 0x3e85a1cb ; float 0.261000007 .long 0x411ccccd ; float 9.80000019 .long 0x3e6978d5 ; float 0.228 .long 0x3ea5e354 ; float 0.324000001 .long 0x411ef1aa ; float 9.93400001 .long 0x3e85a1cb ; float 0.261000007 .long 0x3eb43958 ; float 0.351999998 .long 0x411ef1aa ; float 9.93400001 .long 0x3e8e5604 ; float 0.277999997 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411e8f5c ; float 9.90999984 .long 0x3e6b851f ; float 0.230000004 .long 0x3ea0c49c ; float 0.31400001 .long 0x411ecccd ; float 9.92500019 .long 0x3e560419 ; float 0.209000006 .long 0x3e6b851f ; float 0.230000004 .long 0x411f2f1b ; float 9.94900035 .long 0x3e6b851f ; float 0.230000004 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411d4396 ; float 9.82900047 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411f3f7d ; float 9.95300006 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411d0a3d ; float 9.81499958 .long 0x3e6b851f ; float 0.230000004 .long 0x3eaa7efa ; float 0.333000004 .long 0x411e1cac ; float 9.88199996 .long 0xbf604189 ; float -0.875999987 .long 0xbe19999a ; float -0.150000006 .long 0x411dcac1 ; float 9.86200046 .long 0x3ea3d70a ; float 0.319999993 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411d999a ; float 9.85000038 .long 0x3f158106 ; float 0.583999991 .long 0x3e883127 ; float 0.266000003 .long 0x411e1062 ; float 9.87899971 .long 0x3ef4bc6a ; float 0.477999985 .long 0x3e981062 ; float 0.296999991 .long 0x411e4189 ; float 9.89099979 .long 0x3e9374bc ; float 0.287999988 .long 0x3ea0c49c ; float 0.31400001 .long 0x411dd70a ; float 9.86499977 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3e9374bc ; float 0.287999988 .long 0x411d2f1b ; float 9.82400035 .long 0xbcc49ba6 ; float -0.0240000002 .long 0x3e645a1d ; float 0.223000005 .long 0x411e8f5c ; float 9.90999984 .long 0xbcd4fdf4 ; float -0.0260000005 .long 0x3e3a5e35 ; float 0.181999996 .long 0x411e1062 ; float 9.87899971 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3e960419 ; float 0.293000013 .long 0x411c7efa ; float 9.78100013 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e7ae148 ; float 0.245000005 .long 0x411cfdf4 ; float 9.81200027 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3e872b02 ; float 0.263999999 .long 0x411d126f ; float 9.81700038 .long 0x3e50e560 ; float 0.203999996 .long 0x3e581062 ; float 0.210999995 .long 0x411df3b6 ; float 9.87199974 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e1fbe77 ; float 0.156000003 .long 0x411f374c ; float 9.95100021 .long 0x3eb9db23 ; float 0.363000005 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411efdf4 ; float 9.93700027 .long 0x3e000000 ; float 0.125 .long 0x3e49ba5e ; float 0.196999997 .long 0x411e1062 ; float 9.87899971 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e6e978d ; float 0.232999995 .long 0x411d999a ; float 9.85000038 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e800000 ; float 0.25 .long 0x411d0a3d ; float 9.81499958 .long 0x3ebb645a ; float 0.365999997 .long 0x3e90e560 ; float 0.282999992 .long 0x411cd917 ; float 9.80300045 .long 0x3ee04189 ; float 0.437999994 .long 0x3ea872b0 ; float 0.328999996 .long 0x411e72b0 ; float 9.90299987 .long 0x3e3645a2 ; float 0.178000003 .long 0x3ea978d5 ; float 0.331 .long 0x411dcac1 ; float 9.86200046 .long 0x3db645a2 ; float 0.0890000015 .long 0x3e1374bc ; float 0.143999994 .long 0x411f0625 ; float 9.93900012 .long 0x3e49ba5e ; float 0.196999997 .long 0x3e8ac083 ; float 0.270999998 .long 0x411e1062 ; float 9.87899971 .long 0x3e000000 ; float 0.125 .long 0x3e50e560 ; float 0.203999996 .long 0x411e0831 ; float 9.87699985 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3e7ced91 ; float 0.246999994 .long 0x411dae14 ; float 9.85499954 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3eac0831 ; float 0.335999995 .long 0x411e872b ; float 9.90799999 .long 0x3df5c28f ; float 0.119999997 .long 0x3e9a9fbe ; float 0.301999986 .long 0x411f22d1 ; float 9.94600009 .long 0x3da1cac1 ; float 0.0790000036 .long 0x3e810625 ; float 0.252000004 .long 0x411e872b ; float 9.90799999 .long 0x3ec41893 ; float 0.382999986 .long 0x3e820c4a ; float 0.254000008 .long 0x411e5e35 ; float 9.89799976 .long 0x3ea3d70a ; float 0.319999993 .long 0x3e90e560 ; float 0.282999992 .long 0x411ce148 ; float 9.8050003 .long 0x3da1cac1 ; float 0.0790000036 .long 0x3e21cac1 ; float 0.158000007 .long 0x411c9375 ; float 9.78600025 .long 0x3f045a1d ; float 0.51700002 .long 0x3e981062 ; float 0.296999991 .long 0x411e3958 ; float 9.88899993 .long 0x3d810625 ; float 0.063000001 .long 0x3e051eb8 ; float 0.129999995 .long 0x411d5810 ; float 9.83399963 .long 0x3e5a1cac ; float 0.213 .long 0x3e6b851f ; float 0.230000004 .long 0x411c624e ; float 9.77400016 .long 0x3f13b646 ; float 0.577000022 .long 0x3ed1eb85 ; float 0.409999996 .long 0x411e8f5c ; float 9.90999984 .long 0x3ed16873 ; float 0.409000009 .long 0x3e90e560 ; float 0.282999992 .long 0x411d74bc ; float 9.8409996 .long 0xbd23d70a ; float -0.0399999991 .long 0x3e3645a2 ; float 0.178000003 .long 0x411d4bc7 ; float 9.83100032 .long 0x3e970a3d ; float 0.294999987 .long 0x3e90e560 ; float 0.282999992 .long 0x411beb85 ; float 9.74499988 .long 0x3f076c8b ; float 0.528999984 .long 0x3ea353f8 ; float 0.319000006 .long 0x411e0831 ; float 9.87699985 .long 0x3eb020c5 ; float 0.344000012 .long 0x3eba5e35 ; float 0.363999993 .long 0x411e8f5c ; float 9.90999984 .long 0x3e77ced9 ; float 0.241999999 .long 0x3e99999a ; float 0.300000012 .long 0x411e7efa ; float 9.90600013 .long 0x3e072b02 ; float 0.131999999 .long 0x3e581062 ; float 0.210999995 .long 0x411e1062 ; float 9.87899971 .long 0x3e90e560 ; float 0.282999992 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411ee979 ; float 9.93200016 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3e70a3d7 ; float 0.234999999 .long 0x41204189 ; float 10.0159998 .long 0x3e560419 ; float 0.209000006 .long 0x3eb0a3d7 ; float 0.344999999 .long 0x411f374c ; float 9.95100021 .long 0x3ea3d70a ; float 0.319999993 .long 0x3e981062 ; float 0.296999991 .long 0x411f851f ; float 9.97000026 .long 0x3ec28f5c ; float 0.379999995 .long 0x3e970a3d ; float 0.294999987 .long 0x411f53f8 ; float 9.95800018 .long 0x3ed78d50 ; float 0.421000004 .long 0x3eb22d0e ; float 0.34799999 .long 0x411deb85 ; float 9.86999988 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e9e353f ; float 0.308999985 .long 0x411dc28f ; float 9.85999965 .long 0xbd072b02 ; float -0.0329999998 .long 0x3e6b851f ; float 0.230000004 .long 0x411c4dd3 ; float 9.76900005 .long 0x3e428f5c ; float 0.189999998 .long 0x3e3126e9 ; float 0.172999993 .long 0x411ce148 ; float 9.8050003 .long 0x3ed89375 ; float 0.423000008 .long 0x3e3f7cee ; float 0.187000006 .long 0x411ef1aa ; float 9.93400001 .long 0x3d3c6a7f ; float 0.0460000001 .long 0x3e676c8b ; float 0.225999996 .long 0x411f0625 ; float 9.93900012 .long 0x3e581062 ; float 0.210999995 .long 0x3e6e978d ; float 0.232999995 .long 0x411dfbe7 ; float 9.87399959 .long 0x3d449ba6 ; float 0.0480000004 .long 0x3e9374bc ; float 0.287999988 .long 0x411d0a3d ; float 9.81499958 .long 0x3e9374bc ; float 0.287999988 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411e872b ; float 9.90799999 .long 0xbc9ba5e3 ; float -0.0189999994 .long 0x3e1db22d ; float 0.153999999 .long 0x411f999a ; float 9.97500038 .long 0x3efe76c9 ; float 0.497000009 .long 0x3ecac083 ; float 0.395999998 .long 0x411d8937 ; float 9.84599971 .long 0x3e960419 ; float 0.293000013 .long 0x3e960419 ; float 0.293000013 .long 0x411ed4fe ; float 9.92700004 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e981062 ; float 0.296999991 .long 0x41204189 ; float 10.0159998 .long 0x3ee3d70a ; float 0.444999993 .long 0x3ebf7cee ; float 0.374000013 .long 0x411e1062 ; float 9.87899971 .long 0x3eb8d4fe ; float 0.361000001 .long 0x3eb22d0e ; float 0.34799999 .long 0x411d5810 ; float 9.83399963 .long 0x3eb53f7d ; float 0.354000002 .long 0x3eae978d ; float 0.340999991 .long 0x411e872b ; float 9.90799999 .long 0x3f07ef9e ; float 0.531000018 .long 0x3ec08312 ; float 0.375999987 .long 0x411f0625 ; float 9.93900012 .long 0x3f056042 ; float 0.521000028 .long 0x3ecccccd ; float 0.400000006 .long 0x411e2d0e ; float 9.88599967 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3eae978d ; float 0.340999991 .long 0x411ee148 ; float 9.9300003 .long 0xbe54fdf4 ; float -0.208000004 .long 0x3e449ba6 ; float 0.192000002 .long 0x411dc28f ; float 9.85999965 .long 0x3d3c6a7f ; float 0.0460000001 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x41200419 ; float 10.0010004 .long 0x3e333333 ; float 0.174999997 .long 0x3e6b851f ; float 0.230000004 .long 0x411d5810 ; float 9.83399963 .long 0x3ee147ae ; float 0.439999998 .long 0x3eb851ec ; float 0.360000014 .long 0x411e3958 ; float 9.88899993 .long 0x3f1eb852 ; float 0.620000005 .long 0x3e46a7f0 ; float 0.194000006 .long 0x411ecccd ; float 9.92500019 .long 0x3ebef9db ; float 0.372999996 .long 0x3e1374bc ; float 0.143999994 .long 0x411ce148 ; float 9.8050003 .long 0x3f208312 ; float 0.626999974 .long 0x3ebbe76d ; float 0.367000014 .long 0x41201062 ; float 10.0039997 .long 0x3e883127 ; float 0.266000003 .long 0x3eba5e35 ; float 0.363999993 .long 0x411f4bc7 ; float 9.95600032 .long 0x3ed60419 ; float 0.418000013 .long 0x3eb33333 ; float 0.349999994 .long 0x411f1aa0 ; float 9.94400024 .long 0x3e8ac083 ; float 0.270999998 .long 0x3e5d2f1b ; float 0.216000006 .long 0x411d7cee ; float 9.84300041 .long 0x3ed16873 ; float 0.409000009 .long 0x3eb851ec ; float 0.360000014 .long 0x411eb852 ; float 9.92000007 .long 0x3dd2f1aa ; float 0.103 .long 0x3e3f7cee ; float 0.187000006 .long 0x411f0625 ; float 9.93900012 .long 0x3e3f7cee ; float 0.187000006 .long 0x3ea0c49c ; float 0.31400001 .long 0x411ed4fe ; float 9.92700004 .long 0x3ed60419 ; float 0.418000013 .long 0x3e90e560 ; float 0.282999992 .long 0x411e7efa ; float 9.90600013 .long 0x3ec41893 ; float 0.382999986 .long 0x3e872b02 ; float 0.263999999 .long 0x4120353f ; float 10.0129995 .long 0x3e91eb85 ; float 0.284999996 .long 0x3e624dd3 ; float 0.221000001 .long 0x411ce148 ; float 9.8050003 .long 0x3ea76c8b ; float 0.326999992 .long 0x3e77ced9 ; float 0.241999999 .long 0x411ea3d7 ; float 9.91499996 .long 0x3ef9db23 ; float 0.488000005 .long 0x3ebf7cee ; float 0.374000013 .long 0x411f1aa0 ; float 9.94400024 .long 0x3ea3d70a ; float 0.319999993 .long 0x3eb5c28f ; float 0.354999989 .long 0x411dfbe7 ; float 9.87399959 .long 0x3ee04189 ; float 0.437999994 .long 0x3ea45a1d ; float 0.32100001 .long 0x411c4dd3 ; float 9.76900005 .long 0x3ed89375 ; float 0.423000008 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411e5e35 ; float 9.89799976 .long 0x3ec624dd ; float 0.386999995 .long 0x3e810625 ; float 0.252000004 .long 0x411c7efa ; float 9.78100013 .long 0xbd449ba6 ; float -0.0480000004 .long 0x3e5f3b64 ; float 0.217999995 .long 0x411da5e3 ; float 9.85299968 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3e5d2f1b ; float 0.216000006 .long 0x411f4bc7 ; float 9.95600032 .long 0x3e000000 ; float 0.125 .long 0x3e000000 ; float 0.125 .long 0x411e872b ; float 9.90799999 .long 0x3eca3d71 ; float 0.395000011 .long 0x3e85a1cb ; float 0.261000007 .long 0x411beb85 ; float 9.74499988 .long 0x3f25e354 ; float 0.648000002 .long 0x3ebe76c9 ; float 0.372000009 .long 0x411d4396 ; float 9.82900047 .long 0x3ea56042 ; float 0.323000014 .long 0x3ea5e354 ; float 0.324000001 .long 0x411ccccd ; float 9.80000019 .long 0x3efae148 ; float 0.49000001 .long 0x3e99999a ; float 0.300000012 .long 0x411c3127 ; float 9.76200008 .long 0x3ef020c5 ; float 0.469000012 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411f22d1 ; float 9.94600009 .long 0x3e9db22d ; float 0.307999998 .long 0x3eaa7efa ; float 0.333000004 .long 0x411e5604 ; float 9.8959999 .long 0x3ea56042 ; float 0.323000014 .long 0x3e99999a ; float 0.300000012 .long 0x411cb852 ; float 9.79500007 .long 0x3f1df3b6 ; float 0.616999984 .long 0x3edd2f1b ; float 0.432000011 .long 0x411ccccd ; float 9.80000019 .long 0x3eb645a2 ; float 0.356000006 .long 0x3ea6e979 ; float 0.326000005 .long 0x411ddf3b ; float 9.86699962 .long 0x3e839581 ; float 0.256999999 .long 0x3e981062 ; float 0.296999991 .long 0x411c3127 ; float 9.76200008 .long 0x3e9374bc ; float 0.287999988 .long 0x3e75c28f ; float 0.239999995 .long 0x411f2f1b ; float 9.94900035 .long 0x3eb8d4fe ; float 0.361000001 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411e2d0e ; float 9.88599967 .long 0x3eb020c5 ; float 0.344000012 .long 0x3ec20c4a ; float 0.379000008 .long 0x411f999a ; float 9.97500038 .long 0x3ead9168 ; float 0.338999987 .long 0x3e449ba6 ; float 0.192000002 .long 0x411e1062 ; float 9.87899971 .long 0x3f045a1d ; float 0.51700002 .long 0x3ebe76c9 ; float 0.372000009 .long 0x411e4dd3 ; float 9.89400005 .long 0x3f0c49ba ; float 0.547999978 .long 0x3ee7ef9e ; float 0.453000009 .long 0x411f6873 ; float 9.96300029 .long 0x3f11a9fc ; float 0.569000006 .long 0x3ee56042 ; float 0.448000014 .long 0x411e7efa ; float 9.90600013 .long 0x3eca3d71 ; float 0.395000011 .long 0x3eae978d ; float 0.340999991 .long 0x411ee979 ; float 9.93200016 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411da5e3 ; float 9.85299968 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411e0831 ; float 9.87699985 .long 0x3f224dd3 ; float 0.634000003 .long 0x3ec9374c ; float 0.393000007 .long 0x411e72b0 ; float 9.90299987 .long 0x3f2b851f ; float 0.670000016 .long 0x3ec6a7f0 ; float 0.388000011 .long 0x411eb852 ; float 9.92000007 .long 0x3ecc49ba ; float 0.398999989 .long 0x3eb5c28f ; float 0.354999989 .long 0x411f4bc7 ; float 9.95600032 .long 0x3e49ba5e ; float 0.196999997 .long 0x3e624dd3 ; float 0.221000001 .long 0x411d74bc ; float 9.8409996 .long 0xbc83126f ; float -0.0160000008 .long 0x3e1db22d ; float 0.153999999 .long 0x411ec083 ; float 9.92199993 .long 0x3ecb4396 ; float 0.397000015 .long 0x3e839581 ; float 0.256999999 .long 0x411e4189 ; float 9.89099979 .long 0x3efe76c9 ; float 0.497000009 .long 0x3ea6e979 ; float 0.326000005 .long 0x411d2f1b ; float 9.82400035 .long 0x3e960419 ; float 0.293000013 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411e1062 ; float 9.87899971 .long 0x3e9f3b64 ; float 0.31099999 .long 0x3e872b02 ; float 0.263999999 .long 0x411c5604 ; float 9.7709999 .long 0x3f1ae148 ; float 0.605000019 .long 0x3ec49ba6 ; float 0.384000003 .long 0x411eb852 ; float 9.92000007 .long 0x3f0b851f ; float 0.545000017 .long 0x3ea872b0 ; float 0.328999996 .long 0x411dcac1 ; float 9.86200046 .long 0x3f07ef9e ; float 0.531000018 .long 0x3eb851ec ; float 0.360000014 .long 0x411f22d1 ; float 9.94600009 .long 0x3ec51eb8 ; float 0.38499999 .long 0x3ead0e56 ; float 0.338 .long 0x411ddf3b ; float 9.86699962 .long 0x3ed4fdf4 ; float 0.416000009 .long 0x3e981062 ; float 0.296999991 .long 0x411cb021 ; float 9.79300022 .long 0x3ea3d70a ; float 0.319999993 .long 0x3eb5c28f ; float 0.354999989 .long 0x411f374c ; float 9.95100021 .long 0x3eb020c5 ; float 0.344000012 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411f1aa0 ; float 9.94400024 .long 0x3eac8b44 ; float 0.337000012 .long 0x3e883127 ; float 0.266000003 .long 0x411f126f ; float 9.94200038 .long 0x3ed16873 ; float 0.409000009 .long 0x3ea0c49c ; float 0.31400001 .long 0x411efdf4 ; float 9.93700027 .long 0x3ea76c8b ; float 0.326999992 .long 0x3ebe76c9 ; float 0.372000009 .long 0x411e2d0e ; float 9.88599967 .long 0x3ed89375 ; float 0.423000008 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411e9ba6 ; float 9.9130001 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3eb43958 ; float 0.351999998 .long 0x411e1062 ; float 9.87899971 .long 0x3ed89375 ; float 0.423000008 .long 0x3e7ced91 ; float 0.246999994 .long 0x411fa1cb ; float 9.97700023 .long 0x3eb9db23 ; float 0.363000005 .long 0x3ea45a1d ; float 0.32100001 .long 0x411d7cee ; float 9.84300041 .long 0x3ebef9db ; float 0.372999996 .long 0x3e6e978d ; float 0.232999995 .long 0x411d999a ; float 9.85000038 .long 0x3eaf1aa0 ; float 0.342000008 .long 0x3e6e978d ; float 0.232999995 .long 0x411e4dd3 ; float 9.89400005 .long 0x3ec18937 ; float 0.377999991 .long 0x3e90e560 ; float 0.282999992 .long 0x411e2d0e ; float 9.88599967 .long 0x3ec624dd ; float 0.386999995 .long 0x3e849ba6 ; float 0.259000003 .long 0x411d0a3d ; float 9.81499958 .long 0x3eb3b646 ; float 0.351000011 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411e1cac ; float 9.88199996 .long 0x3eaf1aa0 ; float 0.342000008 .long 0x3e883127 ; float 0.266000003 .long 0x411cc49c ; float 9.79800033 .long 0x3ebef9db ; float 0.372999996 .long 0x3e8ac083 ; float 0.270999998 .long 0x411d4396 ; float 9.82900047 .long 0x3eaf1aa0 ; float 0.342000008 .long 0x3ea6e979 ; float 0.326000005 .long 0x411d5810 ; float 9.83399963 .long 0x3ea76c8b ; float 0.326999992 .long 0x3eb22d0e ; float 0.34799999 .long 0x411d8937 ; float 9.84599971 .long 0x3e970a3d ; float 0.294999987 .long 0x3e5f3b64 ; float 0.217999995 .long 0x411d7cee ; float 9.84300041 .long 0x3ecdd2f2 ; float 0.40200001 .long 0x3ea5e354 ; float 0.324000001 .long 0x411ed4fe ; float 9.92700004 .long 0x3ec28f5c ; float 0.379999995 .long 0x3e970a3d ; float 0.294999987 .long 0x411df3b6 ; float 9.87199974 .long 0x3eb3b646 ; float 0.351000011 .long 0x3e970a3d ; float 0.294999987 .long 0x411e4189 ; float 9.89099979 .long 0x3ea76c8b ; float 0.326999992 .long 0x3ea353f8 ; float 0.319000006 .long 0x411cc49c ; float 9.79800033 .long 0x3ed16873 ; float 0.409000009 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411dcac1 ; float 9.86200046 .long 0x3ebb645a ; float 0.365999997 .long 0x3eac0831 ; float 0.335999995 .long 0x411f7cee ; float 9.96800041 .long 0x3ecb4396 ; float 0.397000015 .long 0x3ea45a1d ; float 0.32100001 .long 0x411d4396 ; float 9.82900047 .long 0x3ed3f7cf ; float 0.414000005 .long 0x3e8ac083 ; float 0.270999998 .long 0x411fa1cb ; float 9.97700023 .long 0x3eac8b44 ; float 0.337000012 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411e5e35 ; float 9.89799976 .long 0x3ec41893 ; float 0.382999986 .long 0x3e981062 ; float 0.296999991 .long 0x411dcac1 ; float 9.86200046 .long 0x3ea56042 ; float 0.323000014 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411da5e3 ; float 9.85299968 .long 0x3e9db22d ; float 0.307999998 .long 0x3ebf7cee ; float 0.374000013 .long 0x411e5e35 ; float 9.89799976 .long 0x3e9374bc ; float 0.287999988 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411d74bc ; float 9.8409996 .long 0x3e99999a ; float 0.300000012 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411e5e35 ; float 9.89799976 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3eb22d0e ; float 0.34799999 .long 0x411f2f1b ; float 9.94900035 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3ea45a1d ; float 0.32100001 .long 0x411f374c ; float 9.95100021 .long 0x3ea56042 ; float 0.323000014 .long 0x3eb22d0e ; float 0.34799999 .long 0x411d7cee ; float 9.84300041 .long 0x3ee147ae ; float 0.439999998 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411e2d0e ; float 9.88599967 .long 0x3ec7ae14 ; float 0.389999986 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411bc6a8 ; float 9.73600006 .long 0x3e970a3d ; float 0.294999987 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411d26e9 ; float 9.82199954 .long 0x3eddb22d ; float 0.432999998 .long 0x3ea45a1d ; float 0.32100001 .long 0x411e2d0e ; float 9.88599967 .long 0x3ec00000 ; float 0.375 .long 0x3eb33333 ; float 0.349999994 .long 0x411e1cac ; float 9.88199996 .long 0x3ec41893 ; float 0.382999986 .long 0x3ea978d5 ; float 0.331 .long 0x411e7efa ; float 9.90600013 .long 0x3edeb852 ; float 0.435000002 .long 0x3ea0c49c ; float 0.31400001 .long 0x411d999a ; float 9.85000038 .long 0x3ed60419 ; float 0.418000013 .long 0x3ea978d5 ; float 0.331 .long 0x411e2d0e ; float 9.88599967 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3ecf5c29 ; float 0.405000001 .long 0x411dd70a ; float 9.86499977 .long 0x3eb1a9fc ; float 0.347000003 .long 0x3ea872b0 ; float 0.328999996 .long 0x411c9375 ; float 9.78600025 .long 0x3ea9fbe7 ; float 0.331999987 .long 0x3e960419 ; float 0.293000013 .long 0x411e1062 ; float 9.87899971 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3e90e560 ; float 0.282999992 .long 0x411d6042 ; float 9.83600044 .long 0x3e72b021 ; float 0.237000003 .long 0x3e99999a ; float 0.300000012 .long 0x411eb021 ; float 9.91800022 .long 0x3eca3d71 ; float 0.395000011 .long 0x3e960419 ; float 0.293000013 .long 0x411deb85 ; float 9.86999988 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3eaa7efa ; float 0.333000004 .long 0x411f6042 ; float 9.96100044 .long 0x3ea147ae ; float 0.314999998 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411d4396 ; float 9.82900047 .long 0x3ebdf3b6 ; float 0.370999992 .long 0x3e839581 ; float 0.256999999 .long 0x411e2d0e ; float 9.88599967 .long 0x3eced917 ; float 0.404000014 .long 0x3ea5e354 ; float 0.324000001 .long 0x411d4396 ; float 9.82900047 .long 0x3ed60419 ; float 0.418000013 .long 0x3e8e5604 ; float 0.277999997 .long 0x411e5e35 ; float 9.89799976 .long 0x3ea9fbe7 ; float 0.331999987 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411ec083 ; float 9.92199993 .long 0x3ea56042 ; float 0.323000014 .long 0x3e981062 ; float 0.296999991 .long 0x411ee979 ; float 9.93200016 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3ed1eb85 ; float 0.409999996 .long 0x411df3b6 ; float 9.87199974 .long 0x3e9db22d ; float 0.307999998 .long 0x3e99999a ; float 0.300000012 .long 0x411eb021 ; float 9.91800022 .long 0x3ee872b0 ; float 0.453999996 .long 0x3e9374bc ; float 0.287999988 .long 0x411ec083 ; float 9.92199993 .long 0x3ead9168 ; float 0.338999987 .long 0x3e70a3d7 ; float 0.234999999 .long 0x411e4189 ; float 9.89099979 .long 0x3eb8d4fe ; float 0.361000001 .long 0x3e99999a ; float 0.300000012 .long 0x411ce148 ; float 9.8050003 .long 0x3ed4fdf4 ; float 0.416000009 .long 0x3e676c8b ; float 0.225999996 .long 0x411f126f ; float 9.94200038 .long 0x3ec28f5c ; float 0.379999995 .long 0x3ebced91 ; float 0.368999988 .long 0x411e3958 ; float 9.88899993 .long 0x3ea147ae ; float 0.314999998 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411f6042 ; float 9.96100044 .long 0x3ea56042 ; float 0.323000014 .long 0x3ea0c49c ; float 0.31400001 .long 0x411e4dd3 ; float 9.89400005 .long 0x3ec51eb8 ; float 0.38499999 .long 0x3e9e353f ; float 0.308999985 .long 0x411ecccd ; float 9.92500019 .long 0x3ea56042 ; float 0.323000014 .long 0x3ea978d5 ; float 0.331 .long 0x411ec083 ; float 9.92199993 .long 0x3ebc6a7f ; float 0.368000001 .long 0x3e9374bc ; float 0.287999988 .long 0x411e5604 ; float 9.8959999 .long 0x3ea56042 ; float 0.323000014 .long 0x3ebbe76d ; float 0.367000014 .long 0x411e1cac ; float 9.88199996 .long 0x3eb9db23 ; float 0.363000005 .long 0x3e90e560 ; float 0.282999992 .long 0x411d6042 ; float 9.83600044 .long 0x3eda1cac ; float 0.425999999 .long 0x3ecbc6a8 ; float 0.398000002 .long 0x411c24dd ; float 9.75899982 .long 0x3ea04189 ; float 0.312999994 .long 0x3e7ae148 ; float 0.245000005 .long 0x411d999a ; float 9.85000038 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3e947ae1 ; float 0.289999992 .long 0x411e72b0 ; float 9.90299987 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3e581062 ; float 0.210999995 .long 0x411c872b ; float 9.78299999 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3eb33333 ; float 0.349999994 .long 0x411d26e9 ; float 9.82199954 .long 0x3ecb4396 ; float 0.397000015 .long 0x3e960419 ; float 0.293000013 .long 0x411c9ba6 ; float 9.7880001 .long 0x3e9db22d ; float 0.307999998 .long 0x3eb33333 ; float 0.349999994 .long 0x411ea3d7 ; float 9.91499996 .long 0x3e981062 ; float 0.296999991 .long 0x3e947ae1 ; float 0.289999992 .long 0x411e7efa ; float 9.90600013 .long 0x3ecdd2f2 ; float 0.40200001 .long 0x3ec6a7f0 ; float 0.388000011 .long 0x411c24dd ; float 9.75899982 .long 0x3ec18937 ; float 0.377999991 .long 0x3e90e560 ; float 0.282999992 .long 0x411df3b6 ; float 9.87199974 .long 0x3ec00000 ; float 0.375 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411d4bc7 ; float 9.83100032 .long 0x3ea04189 ; float 0.312999994 .long 0x3e91eb85 ; float 0.284999996 .long 0x411d6c8b ; float 9.83899974 .long 0x3ed26e98 ; float 0.411000013 .long 0x3e981062 ; float 0.296999991 .long 0x411e9ba6 ; float 9.9130001 .long 0x3ec18937 ; float 0.377999991 .long 0x3e9374bc ; float 0.287999988 .long 0x41215c29 ; float 10.085 .long 0x3ecb4396 ; float 0.397000015 .long 0x3e849ba6 ; float 0.259000003 .long 0x411ef1aa ; float 9.93400001 .long 0x3eddb22d ; float 0.432999998 .long 0x3eac0831 ; float 0.335999995 .long 0x411ddf3b ; float 9.86699962 .long 0x3ed60419 ; float 0.418000013 .long 0x3ea978d5 ; float 0.331 .long 0x411e5604 ; float 9.8959999 .long 0x3eb8d4fe ; float 0.361000001 .long 0x3ebbe76d ; float 0.367000014 .long 0x411da5e3 ; float 9.85299968 .long 0x3eb3b646 ; float 0.351000011 .long 0x3e960419 ; float 0.293000013 .long 0x411ee148 ; float 9.9300003 .long 0x3ea76c8b ; float 0.326999992 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411e3958 ; float 9.88899993 .long 0x3ee04189 ; float 0.437999994 .long 0x3ea5e354 ; float 0.324000001 .long 0x411ee979 ; float 9.93200016 .long 0x3ea3d70a ; float 0.319999993 .long 0x3ec49ba6 ; float 0.384000003 .long 0x411dfbe7 ; float 9.87399959 .long 0x3e9374bc ; float 0.287999988 .long 0x3e9e353f ; float 0.308999985 .long 0x411f126f ; float 9.94200038 .long 0x3eb020c5 ; float 0.344000012 .long 0x3ead0e56 ; float 0.338 .long 0x411deb85 ; float 9.86999988 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3ea978d5 ; float 0.331 .long 0x411e4dd3 ; float 9.89400005 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411e0831 ; float 9.87699985 .long 0x3eca3d71 ; float 0.395000011 .long 0x3e8ac083 ; float 0.270999998 .long 0x411e8f5c ; float 9.90999984 .long 0x3e9cac08 ; float 0.305999994 .long 0x3eb33333 ; float 0.349999994 .long 0x411e5e35 ; float 9.89799976 .long 0x3ea56042 ; float 0.323000014 .long 0x3e8ac083 ; float 0.270999998 .long 0x411deb85 ; float 9.86999988 .long 0x3ec624dd ; float 0.386999995 .long 0x3e981062 ; float 0.296999991 .long 0x411deb85 ; float 9.86999988 .long 0x3eb020c5 ; float 0.344000012 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411e72b0 ; float 9.90299987 .long 0x3eb2b021 ; float 0.349000007 .long 0x3eae978d ; float 0.340999991 .long 0x411ecccd ; float 9.92500019 .long 0x3eb020c5 ; float 0.344000012 .long 0x3ea6e979 ; float 0.326000005 .long 0x411e8f5c ; float 9.90999984 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3e8ac083 ; float 0.270999998 .long 0x411eb021 ; float 9.91800022 .long 0x3ea76c8b ; float 0.326999992 .long 0x3e883127 ; float 0.266000003 .long 0x411da5e3 ; float 9.85299968 .long 0x3ea147ae ; float 0.314999998 .long 0x3e6e978d ; float 0.232999995 .long 0x411e1062 ; float 9.87899971 .long 0x3eced917 ; float 0.404000014 .long 0x3ea5e354 ; float 0.324000001 .long 0x411fdf3b ; float 9.99199962 .long 0x3eac8b44 ; float 0.337000012 .long 0x3eb33333 ; float 0.349999994 .long 0x411d6c8b ; float 9.83899974 .long 0x3eb020c5 ; float 0.344000012 .long 0x3eae978d ; float 0.340999991 .long 0x411cc49c ; float 9.79800033 .long 0x3ebef9db ; float 0.372999996 .long 0x3ea0c49c ; float 0.31400001 .long 0x411ecccd ; float 9.92500019 .long 0x3eb53f7d ; float 0.354000002 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411ee979 ; float 9.93200016 .long 0x3e9f3b64 ; float 0.31099999 .long 0x3e8ac083 ; float 0.270999998 .long 0x411deb85 ; float 9.86999988 .long 0x3ec7ae14 ; float 0.389999986 .long 0x3ec49ba6 ; float 0.384000003 .long 0x411d5810 ; float 9.83399963 .long 0x3ea66666 ; float 0.324999988 .long 0x3ead0e56 ; float 0.338 .long 0x411d7cee ; float 9.84300041 .long 0x3ea56042 ; float 0.323000014 .long 0x3ebe76c9 ; float 0.372000009 .long 0x411ea3d7 ; float 9.91499996 .long 0x3ed26e98 ; float 0.411000013 .long 0x3eb22d0e ; float 0.34799999 .long 0x411fb646 ; float 9.98200035 .long 0x3ec41893 ; float 0.382999986 .long 0x3ec49ba6 ; float 0.384000003 .long 0x411e1062 ; float 9.87899971 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3eb6c8b4 ; float 0.356999993 .long 0x411ee148 ; float 9.9300003 .long 0x3ea56042 ; float 0.323000014 .long 0x3ea978d5 ; float 0.331 .long 0x411ee148 ; float 9.9300003 .long 0x3f06a7f0 ; float 0.526000023 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411ddf3b ; float 9.86699962 .long 0x3eeb020c ; float 0.458999991 .long 0x3ebf7cee ; float 0.374000013 .long 0x411d0a3d ; float 9.81499958 .long 0x3e6e978d ; float 0.232999995 .long 0x3ea353f8 ; float 0.319000006 .long 0x411d6c8b ; float 9.83899974 .long 0x3f2fdf3b ; float 0.686999976 .long 0x3ed47ae1 ; float 0.414999992 .long 0x411ddf3b ; float 9.86699962 .long 0x3edc28f6 ; float 0.430000007 .long 0x3eba5e35 ; float 0.363999993 .long 0x411e0831 ; float 9.87699985 .long 0x3ecc49ba ; float 0.398999989 .long 0x3e77ced9 ; float 0.241999999 .long 0x411f4bc7 ; float 9.95600032 .long 0x3f000000 ; float 0.5 .long 0x3edba5e3 ; float 0.42899999 .long 0x4120353f ; float 10.0129995 .long 0x3ef4bc6a ; float 0.477999985 .long 0x3ea45a1d ; float 0.32100001 .long 0x411e1062 ; float 9.87899971 .long 0x3e947ae1 ; float 0.289999992 .long 0x3e839581 ; float 0.256999999 .long 0x411e24dd ; float 9.88399982 .long 0x3ebdf3b6 ; float 0.370999992 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411e7efa ; float 9.90600013 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3ebbe76d ; float 0.367000014 .long 0x411f7cee ; float 9.96800041 .long 0x3f13b646 ; float 0.577000022 .long 0x3ec9374c ; float 0.393000007 .long 0x411e4dd3 ; float 9.89400005 .long 0x3ed89375 ; float 0.423000008 .long 0x3ebf7cee ; float 0.374000013 .long 0x411f0625 ; float 9.93900012 .long 0x3f004189 ; float 0.500999987 .long 0x3eaa7efa ; float 0.333000004 .long 0x411dcac1 ; float 9.86200046 .long 0x3eda1cac ; float 0.425999999 .long 0x3ec83127 ; float 0.391000003 .long 0x411d7cee ; float 9.84300041 .long 0x3eddb22d ; float 0.432999998 .long 0x3e90e560 ; float 0.282999992 .long 0x411e5e35 ; float 9.89799976 .long 0x3f04dd2f ; float 0.518999994 .long 0x3ea45a1d ; float 0.32100001 .long 0x411d9168 ; float 9.84799957 .long 0x3ecdd2f2 ; float 0.40200001 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411dba5e ; float 9.8579998 .long 0x3ec51eb8 ; float 0.38499999 .long 0x3ebbe76d ; float 0.367000014 .long 0x411e8f5c ; float 9.90999984 .long 0x3ed4fdf4 ; float 0.416000009 .long 0x3eb33333 ; float 0.349999994 .long 0x411ed4fe ; float 9.92700004 .long 0x3eac8b44 ; float 0.337000012 .long 0x3e820c4a ; float 0.254000008 .long 0x411e4189 ; float 9.89099979 .long 0x3ee872b0 ; float 0.453999996 .long 0x3ebf7cee ; float 0.374000013 .long 0x411f126f ; float 9.94200038 .long 0x3e1fbe77 ; float 0.156000003 .long 0x3e4ed917 ; float 0.202000007 .long 0x411ffbe7 ; float 9.99899959 .long 0x3f174bc7 ; float 0.591000021 .long 0x3ead0e56 ; float 0.338 .long 0x411eb852 ; float 9.92000007 .long 0x3eca3d71 ; float 0.395000011 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411f9168 ; float 9.97299957 .long 0x3e9db22d ; float 0.307999998 .long 0x3e3d70a4 ; float 0.185000002 .long 0x411ee148 ; float 9.9300003 .long 0x3e8d4fdf ; float 0.275999993 .long 0x3e9374bc ; float 0.287999988 .long 0x411fcac1 ; float 9.98700046 .long 0x3e9374bc ; float 0.287999988 .long 0x3ec49ba6 ; float 0.384000003 .long 0x411e24dd ; float 9.88399982 .long 0x3e960419 ; float 0.293000013 .long 0x3ef1a9fc ; float 0.472000003 .long 0x411b74bc ; float 9.7159996 .long 0x3ed3f7cf ; float 0.414000005 .long 0x3eb95810 ; float 0.361999989 .long 0x411f2f1b ; float 9.94900035 .long 0x3edc28f6 ; float 0.430000007 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411e872b ; float 9.90799999 .long 0x3e883127 ; float 0.266000003 .long 0x3ea6e979 ; float 0.326000005 .long 0x411ca7f0 ; float 9.79100036 .long 0x3e981062 ; float 0.296999991 .long 0x3ecac083 ; float 0.395999998 .long 0x41210625 ; float 10.0640001 .long 0x3eb9db23 ; float 0.363000005 .long 0x3e90e560 ; float 0.282999992 .long 0x411e3958 ; float 9.88899993 .long 0x3ecc49ba ; float 0.398999989 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411d999a ; float 9.85000038 .long 0x3db22d0e ; float 0.0869999975 .long 0x3e91eb85 ; float 0.284999996 .long 0x4120353f ; float 10.0129995 .long 0x3eee978d ; float 0.465999991 .long 0x3ebf7cee ; float 0.374000013 .long 0x411e9ba6 ; float 9.9130001 .long 0x3f189375 ; float 0.596000016 .long 0x3eaa7efa ; float 0.333000004 .long 0x411fcac1 ; float 9.98700046 .long 0x3d449ba6 ; float 0.0480000004 .long 0x3e3f7cee ; float 0.187000006 .long 0x41200419 ; float 10.0010004 .long 0x3df5c28f ; float 0.119999997 .long 0x3eb851ec ; float 0.360000014 .long 0x411c4dd3 ; float 9.76900005 .long 0x3de353f8 ; float 0.111000001 .long 0x3e820c4a ; float 0.254000008 .long 0x411eb021 ; float 9.91800022 .long 0x3ebb645a ; float 0.365999997 .long 0x3e676c8b ; float 0.225999996 .long 0x411ee979 ; float 9.93200016 .long 0x3eb1a9fc ; float 0.347000003 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411ed4fe ; float 9.92700004 .long 0x3eb7ced9 ; float 0.358999997 .long 0x3e645a1d ; float 0.223000005 .long 0x411c5604 ; float 9.7709999 .long 0x3ea147ae ; float 0.314999998 .long 0x3e7ced91 ; float 0.246999994 .long 0x411cb021 ; float 9.79300022 .long 0x3f004189 ; float 0.500999987 .long 0x3efa5e35 ; float 0.488999993 .long 0x411d3b64 ; float 9.82699966 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3eb5c28f ; float 0.354999989 .long 0x411f851f ; float 9.97000026 .long 0x3e6b851f ; float 0.230000004 .long 0x3e970a3d ; float 0.294999987 .long 0x411ce979 ; float 9.80700016 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e73b646 ; float 0.238000005 .long 0x411e4189 ; float 9.89099979 .long 0x3e7ef9db ; float 0.248999998 .long 0x3e99999a ; float 0.300000012 .long 0x411d7cee ; float 9.84300041 .long 0x3e50e560 ; float 0.203999996 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411f851f ; float 9.97000026 .long 0x3e99999a ; float 0.300000012 .long 0x3e883127 ; float 0.266000003 .long 0x411ddf3b ; float 9.86699962 .long 0x3eb2b021 ; float 0.349000007 .long 0x3e85a1cb ; float 0.261000007 .long 0x411ff3b6 ; float 9.99699974 .long 0x3eb53f7d ; float 0.354000002 .long 0x3ea6e979 ; float 0.326000005 .long 0x411fdf3b ; float 9.99199962 .long 0x3eda1cac ; float 0.425999999 .long 0x3eac0831 ; float 0.335999995 .long 0x411fe76d ; float 9.99400043 .long 0x3f34bc6a ; float 0.70599997 .long 0x3ecbc6a8 ; float 0.398000002 .long 0x411fa1cb ; float 9.97700023 .long 0x3f0624dd ; float 0.523999989 .long 0x3ebe76c9 ; float 0.372000009 .long 0x411f70a4 ; float 9.96500015 .long 0x3ec28f5c ; float 0.379999995 .long 0x3ecac083 ; float 0.395999998 .long 0x411d3b64 ; float 9.82699966 .long 0x3e09374c ; float 0.134000003 .long 0x3e872b02 ; float 0.263999999 .long 0x411b9581 ; float 9.72399997 .long 0xbcfdf3b6 ; float -0.0309999995 .long 0x3e333333 ; float 0.174999997 .long 0x411aed91 ; float 9.68299961 .long 0x3c8b4396 ; float 0.0170000009 .long 0x3e91eb85 ; float 0.284999996 .long 0x411e872b ; float 9.90799999 .long 0x3e5a1cac ; float 0.213 .long 0x3e947ae1 ; float 0.289999992 .long 0x411deb85 ; float 9.86999988 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e849ba6 ; float 0.259000003 .long 0x411ee148 ; float 9.9300003 .long 0x3ebdf3b6 ; float 0.370999992 .long 0x3e947ae1 ; float 0.289999992 .long 0x41201893 ; float 10.0059996 .long 0x3ecdd2f2 ; float 0.40200001 .long 0x3ecf5c29 ; float 0.405000001 .long 0x411d6042 ; float 9.83600044 .long 0x3f0e147b ; float 0.555000007 .long 0x3ea872b0 ; float 0.328999996 .long 0x411e24dd ; float 9.88399982 .long 0x3f09374c ; float 0.536000013 .long 0x3eaf9db2 ; float 0.342999995 .long 0x412122d1 ; float 10.0710001 .long 0x3e970a3d ; float 0.294999987 .long 0x3e77ced9 ; float 0.241999999 .long 0x411eb852 ; float 9.92000007 .long 0x3e26e979 ; float 0.163000003 .long 0x3dced917 ; float 0.101000004 .long 0x411c76c9 ; float 9.77900028 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3eb33333 ; float 0.349999994 .long 0x411e2d0e ; float 9.88599967 .long 0x3f0147ae ; float 0.504999995 .long 0x3ede353f ; float 0.433999985 .long 0x411c1cac ; float 9.75699996 .long 0x3eb8d4fe ; float 0.361000001 .long 0x3e8e5604 ; float 0.277999997 .long 0x411bba5e ; float 9.7329998 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3e90e560 ; float 0.282999992 .long 0x411fa1cb ; float 9.97700023 .long 0x3ea2d0e5 ; float 0.317999989 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411e7efa ; float 9.90600013 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3e883127 ; float 0.266000003 .long 0x411ea3d7 ; float 9.91499996 .long 0x3c9ba5e3 ; float 0.0189999994 .long 0x3e072b02 ; float 0.131999999 .long 0x412153f8 ; float 10.0830002 .long 0x3de76c8b ; float 0.112999998 .long 0x3e189375 ; float 0.149000004 .long 0x411f999a ; float 9.97500038 .long 0x3df1a9fc ; float 0.118000001 .long 0x3e29fbe7 ; float 0.165999994 .long 0x411d8937 ; float 9.84599971 .long 0x3e645a1d ; float 0.223000005 .long 0x3e449ba6 ; float 0.192000002 .long 0x411d4bc7 ; float 9.83100032 .long 0x3e72b021 ; float 0.237000003 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411d74bc ; float 9.8409996 .long 0x3eb53f7d ; float 0.354000002 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411d26e9 ; float 9.82199954 .long 0x3e90e560 ; float 0.282999992 .long 0x3e1a9fbe ; float 0.150999993 .long 0x411eb852 ; float 9.92000007 .long 0x3e9374bc ; float 0.287999988 .long 0x3e8fdf3b ; float 0.280999988 .long 0x412153f8 ; float 10.0830002 .long 0x3e9ba5e3 ; float 0.30399999 .long 0x3e810625 ; float 0.252000004 .long 0x411dfbe7 ; float 9.87399959 .long 0x3ebdf3b6 ; float 0.370999992 .long 0x3e9c28f6 ; float 0.305000007 .long 0x41196c8b ; float 9.58899974 .long 0xbd8d4fdf ; float -0.0689999983 .long 0x3d50e560 ; float 0.050999999 .long 0x411c872b ; float 9.78299999 .long 0x3d1fbe77 ; float 0.0390000008 .long 0x3e21cac1 ; float 0.158000007 .long 0x411d26e9 ; float 9.82199954 .long 0x3ee872b0 ; float 0.453999996 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411f2f1b ; float 9.94900035 .long 0x3e5a1cac ; float 0.213 .long 0x3e645a1d ; float 0.223000005 .long 0x411a8312 ; float 9.65699958 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3e6978d5 ; float 0.228 .long 0x411f374c ; float 9.95100021 .long 0x3df5c28f ; float 0.119999997 .long 0x3e5b22d1 ; float 0.214000002 .long 0x41212b02 ; float 10.073 .long 0x3e24dd2f ; float 0.160999998 .long 0x3e73b646 ; float 0.238000005 .long 0x411d7cee ; float 9.84300041 .long 0x3e116873 ; float 0.142000005 .long 0x3e3851ec ; float 0.180000007 .long 0x411e7efa ; float 9.90600013 .long 0x3da1cac1 ; float 0.0790000036 .long 0x3e624dd3 ; float 0.221000001 .long 0x411d126f ; float 9.81700038 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e0e5604 ; float 0.138999999 .long 0x411f6042 ; float 9.96100044 .long 0x3e6b851f ; float 0.230000004 .long 0x3e7ae148 ; float 0.245000005 .long 0x411d2f1b ; float 9.82400035 .long 0x3eed9168 ; float 0.463999987 .long 0x3e49ba5e ; float 0.196999997 .long 0x41204189 ; float 10.0159998 .long 0x3e000000 ; float 0.125 .long 0x3e5d2f1b ; float 0.216000006 .long 0x411e3958 ; float 9.88899993 .long 0x3e116873 ; float 0.142000005 .long 0x3e4ed917 ; float 0.202000007 .long 0x411e1cac ; float 9.88199996 .long 0x3e1374bc ; float 0.143999994 .long 0x3de353f8 ; float 0.111000001 .long 0x411f22d1 ; float 9.94600009 .long 0x3e8ac083 ; float 0.270999998 .long 0x3e970a3d ; float 0.294999987 .long 0x411d7cee ; float 9.84300041 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e5f3b64 ; float 0.217999995 .long 0x411e0831 ; float 9.87699985 .long 0xbd8d4fdf ; float -0.0689999983 .long 0x3d89374c ; float 0.0670000016 .long 0x411bba5e ; float 9.7329998 .long 0xbe570a3d ; float -0.209999993 .long 0x3d9db22d ; float 0.0769999996 .long 0x411d6042 ; float 9.83600044 .long 0xbd3851ec ; float -0.0450000018 .long 0x3e0c49ba ; float 0.136999995 .long 0x411f374c ; float 9.95100021 .long 0x3e820c4a ; float 0.254000008 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411dcac1 ; float 9.86200046 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e90e560 ; float 0.282999992 .long 0x411d999a ; float 9.85000038 .long 0x3e72b021 ; float 0.237000003 .long 0x3e883127 ; float 0.266000003 .long 0x411d26e9 ; float 9.82199954 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411c4dd3 ; float 9.76900005 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e849ba6 ; float 0.259000003 .long 0x411ee979 ; float 9.93200016 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e50e560 ; float 0.203999996 .long 0x411df3b6 ; float 9.87199974 .long 0x3e449ba6 ; float 0.192000002 .long 0x3ea0c49c ; float 0.31400001 .long 0x411ec083 ; float 9.92199993 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3ea0c49c ; float 0.31400001 .long 0x411ee979 ; float 9.93200016 .long 0x3e90e560 ; float 0.282999992 .long 0x3e800000 ; float 0.25 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e810625 ; float 0.252000004 .long 0x3e960419 ; float 0.293000013 .long 0x411d74bc ; float 9.8409996 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3e73b646 ; float 0.238000005 .long 0x411e1cac ; float 9.88199996 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e645a1d ; float 0.223000005 .long 0x411e6a7f ; float 9.90100002 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3e90e560 ; float 0.282999992 .long 0x411ca7f0 ; float 9.79100036 .long 0x3e872b02 ; float 0.263999999 .long 0x3e645a1d ; float 0.223000005 .long 0x411dcac1 ; float 9.86200046 .long 0x3e9f3b64 ; float 0.31099999 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411dfbe7 ; float 9.87399959 .long 0x3e581062 ; float 0.210999995 .long 0x3e883127 ; float 0.266000003 .long 0x411e6a7f ; float 9.90100002 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3e75c28f ; float 0.239999995 .long 0x411da5e3 ; float 9.85299968 .long 0x3e99999a ; float 0.300000012 .long 0x3ea45a1d ; float 0.32100001 .long 0x411ee148 ; float 9.9300003 .long 0x3e72b021 ; float 0.237000003 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411efdf4 ; float 9.93700027 .long 0x3e9374bc ; float 0.287999988 .long 0x3e624dd3 ; float 0.221000001 .long 0x411df3b6 ; float 9.87199974 .long 0x3e449ba6 ; float 0.192000002 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411e4189 ; float 9.89099979 .long 0x3e883127 ; float 0.266000003 .long 0x3e449ba6 ; float 0.192000002 .long 0x411fcac1 ; float 9.98700046 .long 0x3e72b021 ; float 0.237000003 .long 0x3e981062 ; float 0.296999991 .long 0x411d6c8b ; float 9.83899974 .long 0x3e820c4a ; float 0.254000008 .long 0x3e449ba6 ; float 0.192000002 .long 0x411f9168 ; float 9.97299957 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e73b646 ; float 0.238000005 .long 0x411e5604 ; float 9.8959999 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e645a1d ; float 0.223000005 .long 0x411e2d0e ; float 9.88599967 .long 0x3e3d70a4 ; float 0.185000002 .long 0x3e9e353f ; float 0.308999985 .long 0x411e1cac ; float 9.88199996 .long 0x3ebb645a ; float 0.365999997 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411ddf3b ; float 9.86699962 .long 0x3e883127 ; float 0.266000003 .long 0x3e8fdf3b ; float 0.280999988 .long 0x411ef1aa ; float 9.93400001 .long 0x3e645a1d ; float 0.223000005 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411eb852 ; float 9.92000007 .long 0x3e90e560 ; float 0.282999992 .long 0x3e9374bc ; float 0.287999988 .long 0x411dba5e ; float 9.8579998 .long 0x3e5a1cac ; float 0.213 .long 0x3e85a1cb ; float 0.261000007 .long 0x411cc49c ; float 9.79800033 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e960419 ; float 0.293000013 .long 0x411e6a7f ; float 9.90100002 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e970a3d ; float 0.294999987 .long 0x411d0a3d ; float 9.81499958 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e8e5604 ; float 0.277999997 .long 0x411d0a3d ; float 9.81499958 .long 0x3e3851ec ; float 0.180000007 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411fa1cb ; float 9.97700023 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411ddf3b ; float 9.86699962 .long 0x3e624dd3 ; float 0.221000001 .long 0x3ead0e56 ; float 0.338 .long 0x411ddf3b ; float 9.86699962 .long 0x3e7ef9db ; float 0.248999998 .long 0x3e810625 ; float 0.252000004 .long 0x411ec083 ; float 9.92199993 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3ea872b0 ; float 0.328999996 .long 0x411ee148 ; float 9.9300003 .long 0x3e7ced91 ; float 0.246999994 .long 0x3e800000 ; float 0.25 .long 0x411e7efa ; float 9.90600013 .long 0x3e6e978d ; float 0.232999995 .long 0x3e6e978d ; float 0.232999995 .long 0x411e3958 ; float 9.88899993 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3e90e560 ; float 0.282999992 .long 0x411c45a2 ; float 9.76700019 .long 0x3e645a1d ; float 0.223000005 .long 0x3e970a3d ; float 0.294999987 .long 0x411efdf4 ; float 9.93700027 .long 0x3ea147ae ; float 0.314999998 .long 0x3e624dd3 ; float 0.221000001 .long 0x411e0831 ; float 9.87699985 .long 0x3e872b02 ; float 0.263999999 .long 0x3ec08312 ; float 0.375999987 .long 0x411dc28f ; float 9.85999965 .long 0x3db645a2 ; float 0.0890000015 .long 0x3e883127 ; float 0.266000003 .long 0x411e1062 ; float 9.87899971 .long 0x3e6978d5 ; float 0.228 .long 0x3e5d2f1b ; float 0.216000006 .long 0x411d5810 ; float 9.83399963 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3e839581 ; float 0.256999999 .long 0x411ddf3b ; float 9.86699962 .long 0x3e3d70a4 ; float 0.185000002 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411e2d0e ; float 9.88599967 .long 0x3e1db22d ; float 0.153999999 .long 0x3e849ba6 ; float 0.259000003 .long 0x411e24dd ; float 9.88399982 .long 0x3e7ced91 ; float 0.246999994 .long 0x3ea5e354 ; float 0.324000001 .long 0x411d26e9 ; float 9.82199954 .long 0x3dcac083 ; float 0.0989999994 .long 0x3e52f1aa ; float 0.206 .long 0x411e6a7f ; float 9.90100002 .long 0x3e872b02 ; float 0.263999999 .long 0x3e981062 ; float 0.296999991 .long 0x411dd70a ; float 9.86499977 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3e676c8b ; float 0.225999996 .long 0x411d8937 ; float 9.84599971 .long 0x3e810625 ; float 0.252000004 .long 0x3e883127 ; float 0.266000003 .long 0x411f3f7d ; float 9.95300006 .long 0x3e666666 ; float 0.224999994 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411da5e3 ; float 9.85299968 .long 0x3e883127 ; float 0.266000003 .long 0x3e3645a2 ; float 0.178000003 .long 0x411e8f5c ; float 9.90999984 .long 0x3e77ced9 ; float 0.241999999 .long 0x3e947ae1 ; float 0.289999992 .long 0x411d999a ; float 9.85000038 .long 0x3e839581 ; float 0.256999999 .long 0x3ead0e56 ; float 0.338 .long 0x411ecccd ; float 9.92500019 .long 0x3e6978d5 ; float 0.228 .long 0x3e676c8b ; float 0.225999996 .long 0x411e1062 ; float 9.87899971 .long 0x3e49ba5e ; float 0.196999997 .long 0x3e970a3d ; float 0.294999987 .long 0x411eb852 ; float 9.92000007 .long 0x3e645a1d ; float 0.223000005 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411d3b64 ; float 9.82699966 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3e947ae1 ; float 0.289999992 .long 0x411c0831 ; float 9.75199985 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3e051eb8 ; float 0.129999995 .long 0x411da5e3 ; float 9.85299968 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e99999a ; float 0.300000012 .long 0x411d999a ; float 9.85000038 .long 0x3e7ae148 ; float 0.245000005 .long 0x3ea978d5 ; float 0.331 .long 0x411ed4fe ; float 9.92700004 .long 0x3e820c4a ; float 0.254000008 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411e1cac ; float 9.88199996 .long 0x3e1a9fbe ; float 0.150999993 .long 0x3e820c4a ; float 0.254000008 .long 0x411f1aa0 ; float 9.94400024 .long 0xbea8f5c3 ; float -0.330000013 .long 0xbd3020c5 ; float -0.0430000015 .long 0x411e8f5c ; float 9.90999984 .long 0x3ebb645a ; float 0.365999997 .long 0x3ea5e354 ; float 0.324000001 .long 0x411c76c9 ; float 9.77900028 .long 0x3ef645a2 ; float 0.481000006 .long 0x3ec6a7f0 ; float 0.388000011 .long 0x411f6873 ; float 9.96300029 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e810625 ; float 0.252000004 .long 0x411d7cee ; float 9.84300041 .long 0x3e0c49ba ; float 0.136999995 .long 0x3e70a3d7 ; float 0.234999999 .long 0x411f53f8 ; float 9.95800018 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x3e9e353f ; float 0.308999985 .long 0x411c76c9 ; float 9.77900028 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e981062 ; float 0.296999991 .long 0x411d999a ; float 9.85000038 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411cb021 ; float 9.79300022 .long 0x3d3c6a7f ; float 0.0460000001 .long 0x3df5c28f ; float 0.119999997 .long 0x412049ba ; float 10.0179996 .long 0x3ebdf3b6 ; float 0.370999992 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411eb852 ; float 9.92000007 .long 0x3e9db22d ; float 0.307999998 .long 0x3e9374bc ; float 0.287999988 .long 0x411ee979 ; float 9.93200016 .long 0x3e8e5604 ; float 0.277999997 .long 0x3e000000 ; float 0.125 .long 0x411c872b ; float 9.78299999 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3e981062 ; float 0.296999991 .long 0x411ddf3b ; float 9.86699962 .long 0x3e970a3d ; float 0.294999987 .long 0x3e947ae1 ; float 0.289999992 .long 0x411dc28f ; float 9.85999965 .long 0x3e99999a ; float 0.300000012 .long 0x3e99999a ; float 0.300000012 .long 0x411eb021 ; float 9.91800022 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e90e560 ; float 0.282999992 .long 0x411e1062 ; float 9.87899971 .long 0x3e6b851f ; float 0.230000004 .long 0x3e8e5604 ; float 0.277999997 .long 0x411dae14 ; float 9.85499954 .long 0x3e8d4fdf ; float 0.275999993 .long 0x3e947ae1 ; float 0.289999992 .long 0x411c7efa ; float 9.78100013 .long 0x3e333333 ; float 0.174999997 .long 0x3ea0c49c ; float 0.31400001 .long 0x411b3333 ; float 9.6999998 .long 0x3e947ae1 ; float 0.289999992 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411f1aa0 ; float 9.94400024 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e5a1cac ; float 0.213 .long 0x3eb5c28f ; float 0.354999989 .long 0x411d5810 ; float 9.83399963 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e6e978d ; float 0.232999995 .long 0x411deb85 ; float 9.86999988 .long 0x3e6978d5 ; float 0.228 .long 0x3ea353f8 ; float 0.319000006 .long 0x411d8937 ; float 9.84599971 .long 0x3e849ba6 ; float 0.259000003 .long 0x3ea0c49c ; float 0.31400001 .long 0x411d2f1b ; float 9.82400035 .long 0x3e5a1cac ; float 0.213 .long 0x3e9374bc ; float 0.287999988 .long 0x411c3958 ; float 9.76399993 .long 0x3e560419 ; float 0.209000006 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411ea3d7 ; float 9.91499996 .long 0x3e52f1aa ; float 0.206 .long 0x3e75c28f ; float 0.239999995 .long 0x411d8937 ; float 9.84599971 .long 0x3e6978d5 ; float 0.228 .long 0x3e839581 ; float 0.256999999 .long 0x411df3b6 ; float 9.87199974 .long 0x3e90e560 ; float 0.282999992 .long 0x3e839581 ; float 0.256999999 .long 0x411cb852 ; float 9.79500007 .long 0x3e970a3d ; float 0.294999987 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411d6c8b ; float 9.83899974 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411d7cee ; float 9.84300041 .long 0x3e581062 ; float 0.210999995 .long 0x3e947ae1 ; float 0.289999992 .long 0x411f126f ; float 9.94200038 .long 0x3e50e560 ; float 0.203999996 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411f6042 ; float 9.96100044 .long 0x3e883127 ; float 0.266000003 .long 0x3e8ac083 ; float 0.270999998 .long 0x411e72b0 ; float 9.90299987 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411d7cee ; float 9.84300041 .long 0x3ddd2f1b ; float 0.108000003 .long 0x3e9e353f ; float 0.308999985 .long 0x411ce979 ; float 9.80700016 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e9d2f1b ; float 0.307000011 .long 0x411eb852 ; float 9.92000007 .long 0x3e5f3b64 ; float 0.217999995 .long 0x3ea6e979 ; float 0.326000005 .long 0x411e8f5c ; float 9.90999984 .long 0x3eab851f ; float 0.335000008 .long 0x3e849ba6 ; float 0.259000003 .long 0x411ec083 ; float 9.92199993 .long 0x3e333333 ; float 0.174999997 .long 0x3e9c28f6 ; float 0.305000007 .long 0x411e5e35 ; float 9.89799976 .long 0x3e9f3b64 ; float 0.31099999 .long 0x3e800000 ; float 0.25 .long 0x411eb021 ; float 9.91800022 .long 0x3e872b02 ; float 0.263999999 .long 0x3ea353f8 ; float 0.319000006 .long 0x411e24dd ; float 9.88399982 .long 0x3e6978d5 ; float 0.228 .long 0x3e820c4a ; float 0.254000008 .long 0x411deb85 ; float 9.86999988 .long 0x3e8fdf3b ; float 0.280999988 .long 0x3e6e978d ; float 0.232999995 .long 0x411ec083 ; float 9.92199993 .long 0x3e051eb8 ; float 0.129999995 .long 0x3eb33333 ; float 0.349999994 .long 0x411d1aa0 ; float 9.81900024 .long 0x3e3d70a4 ; float 0.185000002 .long 0x3eaf9db2 ; float 0.342999995 .long 0x411d74bc ; float 9.8409996 .long 0x3e85a1cb ; float 0.261000007 .long 0x3e8e5604 ; float 0.277999997 .long 0x411e0831 ; float 9.87699985 .long 0x3ead9168 ; float 0.338999987 .long 0x3e5d2f1b ; float 0.216000006 .long 0x411d1aa0 ; float 9.81900024 .long 0x3e72b021 ; float 0.237000003 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411ee148 ; float 9.9300003 .long 0x3e560419 ; float 0.209000006 .long 0x3e7ced91 ; float 0.246999994 .long 0x411fb646 ; float 9.98200035 .long 0x3e666666 ; float 0.224999994 .long 0x3e9fbe77 ; float 0.312000006 .long 0x411e24dd ; float 9.88399982 .long 0x3e7ef9db ; float 0.248999998 .long 0x3ea872b0 ; float 0.328999996 .long 0x411d4396 ; float 9.82900047 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411fe76d ; float 9.99400043 .long 0x3e24dd2f ; float 0.160999998 .long 0x3e3f7cee ; float 0.187000006 .long 0x411e3958 ; float 9.88899993 .long 0x3e46a7f0 ; float 0.194000006 .long 0x3ea353f8 ; float 0.319000006 .long 0x411e2d0e ; float 9.88599967 .long 0x3e77ced9 ; float 0.241999999 .long 0x3e7ae148 ; float 0.245000005 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e960419 ; float 0.293000013 .long 0x411e1cac ; float 9.88199996 .long 0x3e72b021 ; float 0.237000003 .long 0x3e75c28f ; float 0.239999995 .long 0x411e2d0e ; float 9.88599967 .long 0x3e820c4a ; float 0.254000008 .long 0x3e6b851f ; float 0.230000004 .long 0x411ce148 ; float 9.8050003 .long 0x3e7ced91 ; float 0.246999994 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411dae14 ; float 9.85499954 .long 0x3e947ae1 ; float 0.289999992 .long 0x3e9d2f1b ; float 0.307000011 .long 0x41204189 ; float 10.0159998 .long 0x3e4bc6a8 ; float 0.199000001 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411d8937 ; float 9.84599971 .long 0x3e970a3d ; float 0.294999987 .long 0x3e800000 ; float 0.25 .long 0x411d1aa0 ; float 9.81900024 .long 0x3e810625 ; float 0.252000004 .long 0x3ea24dd3 ; float 0.317000002 .long 0x411deb85 ; float 9.86999988 .long 0x3e333333 ; float 0.174999997 .long 0x3e883127 ; float 0.266000003 .long 0x411d2f1b ; float 9.82400035 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3e77ced9 ; float 0.241999999 .long 0x411e1cac ; float 9.88199996 .long 0x3e560419 ; float 0.209000006 .long 0x3e800000 ; float 0.25 .long 0x411dcac1 ; float 9.86200046 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e85a1cb ; float 0.261000007 .long 0x411e6a7f ; float 9.90100002 .long 0x3e90e560 ; float 0.282999992 .long 0x3e8d4fdf ; float 0.275999993 .long 0x411cd917 ; float 9.80300045 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3ea45a1d ; float 0.32100001 .long 0x411dc28f ; float 9.85999965 .long 0x3e89ba5e ; float 0.268999994 .long 0x3e2e147b ; float 0.170000002 .long 0x411df3b6 ; float 9.87199974 .long 0x3e872b02 ; float 0.263999999 .long 0x3e800000 ; float 0.25 .long 0x411d4396 ; float 9.82900047 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e5b22d1 ; float 0.214000002 .long 0x411ddf3b ; float 9.86699962 .long 0x3ea8f5c3 ; float 0.330000013 .long 0x3e820c4a ; float 0.254000008 .long 0x411f374c ; float 9.95100021 .long 0x3e9374bc ; float 0.287999988 .long 0x3e839581 ; float 0.256999999 .long 0x411e6a7f ; float 9.90100002 .long 0x3e72b021 ; float 0.237000003 .long 0x3e29fbe7 ; float 0.165999994 .long 0x411dfbe7 ; float 9.87399959 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e883127 ; float 0.266000003 .long 0x411dd70a ; float 9.86499977 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e70a3d7 ; float 0.234999999 .long 0x411c9ba6 ; float 9.7880001 .long 0x3e90e560 ; float 0.282999992 .long 0x3e849ba6 ; float 0.259000003 .long 0x411e5e35 ; float 9.89799976 .long 0x3e883127 ; float 0.266000003 .long 0x3e7ae148 ; float 0.245000005 .long 0x411dc28f ; float 9.85999965 .long 0x3e75c28f ; float 0.239999995 .long 0x3e947ae1 ; float 0.289999992 .long 0x411f126f ; float 9.94200038 .long 0x3e333333 ; float 0.174999997 .long 0x3e8ac083 ; float 0.270999998 .long 0x411ce979 ; float 9.80700016 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e839581 ; float 0.256999999 .long 0x411e9ba6 ; float 9.9130001 .long 0x3e9374bc ; float 0.287999988 .long 0x3e800000 ; float 0.25 .long 0x411ddf3b ; float 9.86699962 .long 0x3e3f7cee ; float 0.187000006 .long 0x3e7ced91 ; float 0.246999994 .long 0x411e5e35 ; float 9.89799976 .long 0x3e75c28f ; float 0.239999995 .long 0x3e99999a ; float 0.300000012 .long 0x411e1062 ; float 9.87899971 .long 0x3e3a5e35 ; float 0.181999996 .long 0x3e7ced91 ; float 0.246999994 .long 0x411e4189 ; float 9.89099979 .long 0x3e9a9fbe ; float 0.301999986 .long 0x3ecbc6a8 ; float 0.398000002 .long 0x411ddf3b ; float 9.86699962 .long 0x3e810625 ; float 0.252000004 .long 0x3e90e560 ; float 0.282999992 .long 0x411e4dd3 ; float 9.89400005 .long 0x3e839581 ; float 0.256999999 .long 0x3ea978d5 ; float 0.331 .long 0x411ee148 ; float 9.9300003 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e6e978d ; float 0.232999995 .long 0x411d7cee ; float 9.84300041 .long 0x3e77ced9 ; float 0.241999999 .long 0x3e70a3d7 ; float 0.234999999 .long 0x411f374c ; float 9.95100021 .long 0x3e810625 ; float 0.252000004 .long 0x3e8e5604 ; float 0.277999997 .long 0x411e1062 ; float 9.87899971 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e820c4a ; float 0.254000008 .long 0x411f1aa0 ; float 9.94400024 .long 0x3e883127 ; float 0.266000003 .long 0x3ea353f8 ; float 0.319000006 .long 0x411d26e9 ; float 9.82199954 .long 0x3e2c0831 ; float 0.167999998 .long 0x3e947ae1 ; float 0.289999992 .long 0x411e3958 ; float 9.88899993 .long 0x3e2e147b ; float 0.170000002 .long 0x3e981062 ; float 0.296999991 .long 0x411ec083 ; float 9.92199993 .long 0x3e947ae1 ; float 0.289999992 .long 0x3e6e978d ; float 0.232999995 .long 0x411f0625 ; float 9.93900012 .long 0x3e624dd3 ; float 0.221000001 .long 0x3ea353f8 ; float 0.319000006 .long 0x411eb852 ; float 9.92000007 .long 0x3e581062 ; float 0.210999995 .long 0x3e7ae148 ; float 0.245000005 .long 0x411e24dd ; float 9.88399982 .long 0x3e624dd3 ; float 0.221000001 .long 0x3e24dd2f ; float 0.160999998 .long 0x411ee148 ; float 9.9300003 .long 0x3e7ef9db ; float 0.248999998 .long 0x3e77ced9 ; float 0.241999999 .long 0x411e24dd ; float 9.88399982 .long 0x3e428f5c ; float 0.189999998 .long 0x3e800000 ; float 0.25 .long 0x411ddf3b ; float 9.86699962 .long 0x3e5d2f1b ; float 0.216000006 .long 0x3e89ba5e ; float 0.268999994 .long 0x411d7cee ; float 9.84300041 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e960419 ; float 0.293000013 .long 0x411ecccd ; float 9.92500019 .long 0x3e3645a2 ; float 0.178000003 .long 0x3e883127 ; float 0.266000003 .long 0x411d2f1b ; float 9.82400035 .long 0x3e3a5e35 ; float 0.181999996 .long 0x3eb22d0e ; float 0.34799999 .long 0x411d0a3d ; float 9.81499958 .long 0x3e7ae148 ; float 0.245000005 .long 0x3ea0c49c ; float 0.31400001 .long 0x411c3958 ; float 9.76399993 .long 0x3e7ae148 ; float 0.245000005 .long 0x3e75c28f ; float 0.239999995 .long 0x411f7cee ; float 9.96800041 .long 0x3e883127 ; float 0.266000003 .long 0x3e676c8b ; float 0.225999996 .long 0x411e6a7f ; float 9.90100002 .long 0x3e449ba6 ; float 0.192000002 .long 0x3e8bc6a8 ; float 0.273000002 .long 0x411d2f1b ; float 9.82400035 .long 0x3e4ed917 ; float 0.202000007 .long 0x3e7ced91 ; float 0.246999994 .long 0x411e5604 ; float 9.8959999 .long 0x3e70a3d7 ; float 0.234999999 .long 0x3e8e5604 ; float 0.277999997 .long 0x411fcac1 ; float 9.98700046 .long 0x3ea56042 ; float 0.323000014 .long 0x3e8e5604 ; float 0.277999997 .long 0x411dae14 ; float 9.85499954 .globl _gyroData ; @gyroData .p2align 2 _gyroData: .long 0x3966afcd ; float 2.20000002E-4 .long 0x3b4c89b1 ; float 0.00312100002 .long 0x3adbad3a ; float 0.00167599996 .long 0x3a9fe868 ; float 0.00121999998 .long 0x3a92ee85 ; float 0.00112100004 .long 0x3a313598 ; float 6.76000025E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3b0b007a ; float 0.00212100009 .long 0xbaad8a11 ; float -0.00132399995 .long 0x3a9fe868 ; float 0.00121999998 .long 0x3a92ee85 ; float 0.00112100004 .long 0x3a313598 ; float 6.76000025E-4 .long 0x3a9fe868 ; float 0.00121999998 .long 0xbaf648c7 ; float -0.00187899999 .long 0x3adbad3a ; float 0.00167599996 .long 0xbae94ee4 ; float -0.00178000005 .long 0xba666cb1 ; float -8.78999999E-4 .long 0x3adbad3a ; float 0.00167599996 .long 0x3b5306a3 ; float 0.00322000007 .long 0xbaf648c7 ; float -0.00187899999 .long 0x3adbad3a ; float 0.00167599996 .long 0x3966afcd ; float 2.20000002E-4 .long 0xba666cb1 ; float -8.78999999E-4 .long 0x3adbad3a ; float 0.00167599996 .long 0xbae94ee4 ; float -0.00178000005 .long 0xbaf648c7 ; float -0.00187899999 .long 0xbaad8a11 ; float -0.00132399995 .long 0xba4c78ea ; float -7.80000002E-4 .long 0x3b0b007a ; float 0.00212100009 .long 0xbb59d777 ; float -0.00332399993 .long 0x3966afcd ; float 2.20000002E-4 .long 0xba666cb1 ; float -8.78999999E-4 .long 0x3b993922 ; float 0.00467600022 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xbb7e36d2 ; float -0.00387899997 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xbaf648c7 ; float -0.00187899999 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xbaf648c7 ; float -0.00187899999 .long 0x3adbad3a ; float 0.00167599996 .long 0x3966afcd ; float 2.20000002E-4 .long 0xba666cb1 ; float -8.78999999E-4 .long 0xbaad8a11 ; float -0.00132399995 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3a92ee85 ; float 0.00112100004 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x3a93b7d8 ; float 0.00112699997 .long 0xb9abf76a ; float -3.27999995E-4 .long 0x39638a7e ; float 2.16999993E-4 .long 0xbaf57f73 ; float -0.00187299994 .long 0xbb18915c ; float -0.00232800003 .long 0xba4cff22 ; float -7.82000017E-4 .long 0xba64da0a ; float -8.73000011E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x39052b4e ; float 1.27000007E-4 .long 0x3a302928 ; float 6.71999995E-4 .long 0x3b114b16 ; float 0.00221699988 .long 0xba64da0a ; float -8.73000011E-4 .long 0x3a302928 ; float 6.71999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x39052b4e ; float 1.27000007E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x3a93b7d8 ; float 0.00112699997 .long 0x3a302928 ; float 6.71999995E-4 .long 0x39638a7e ; float 2.16999993E-4 .long 0xba64da0a ; float -8.73000011E-4 .long 0xbaae1049 ; float -0.00132799998 .long 0xbae9b38d ; float -0.00178299996 .long 0x3a93b7d8 ; float 0.00112699997 .long 0x3a302928 ; float 6.71999995E-4 .long 0x39638a7e ; float 2.16999993E-4 .long 0x39052b4e ; float 1.27000007E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0x3b114b16 ; float 0.00221699988 .long 0x3b0b6523 ; float 0.0021269999 .long 0x3a302928 ; float 6.71999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0xbb9fadb0 ; float -0.00487300009 .long 0x3b70a5f0 ; float 0.00367200002 .long 0x39638a7e ; float 2.16999993E-4 .long 0x39052b4e ; float 1.27000007E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0xba64da0a ; float -8.73000011E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x3b0b6523 ; float 0.0021269999 .long 0x3a302928 ; float 6.71999995E-4 .long 0x39638a7e ; float 2.16999993E-4 .long 0xba64da0a ; float -8.73000011E-4 .long 0xb9abf76a ; float -3.27999995E-4 .long 0x39638a7e ; float 2.16999993E-4 .long 0xbaf57f73 ; float -0.00187299994 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x39052b4e ; float 1.27000007E-4 .long 0x3a302928 ; float 6.71999995E-4 .long 0x3b114b16 ; float 0.00221699988 .long 0x39052b4e ; float 1.27000007E-4 .long 0x3adb2703 ; float 0.00167200004 .long 0xbb3662fe ; float -0.002783 .long 0x39052b4e ; float 1.27000007E-4 .long 0x3adb2703 ; float 0.00167200004 .long 0xba4cff22 ; float -7.82000017E-4 .long 0x3a93b7d8 ; float 0.00112699997 .long 0x3adb2703 ; float 0.00167200004 .long 0x3a9f83be ; float 0.00121699995 .long 0x3b4cee5b ; float 0.00312700006 .long 0x3adb2703 ; float 0.00167200004 .long 0x39638a7e ; float 2.16999993E-4 .long 0x3a93b7d8 ; float 0.00112699997 .long 0xbb18915c ; float -0.00232800003 .long 0x3a9f83be ; float 0.00121699995 .long 0x3a93b7d8 ; float 0.00112699997 .long 0xb9abf76a ; float -3.27999995E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xba666cb1 ; float -8.78999999E-4 .long 0xbb184e40 ; float -0.002324 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xbaf648c7 ; float -0.00187899999 .long 0x3a313598 ; float 6.76000025E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3ba7ce10 ; float 0.00512100011 .long 0xbaad8a11 ; float -0.00132399995 .long 0x3a9fe868 ; float 0.00121999998 .long 0xba666cb1 ; float -8.78999999E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xbb3630a9 ; float -0.00277999998 .long 0x3a92ee85 ; float 0.00112100004 .long 0x3b2f5fd4 ; float 0.00267599989 .long 0x3966afcd ; float 2.20000002E-4 .long 0xbaf648c7 ; float -0.00187899999 .long 0xbb184e40 ; float -0.002324 .long 0x3a9fe868 ; float 0.00121999998 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xbaad8a11 ; float -0.00132399995 .long 0xbb3630a9 ; float -0.00277999998 .long 0xba666cb1 ; float -8.78999999E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0x3a9fe868 ; float 0.00121999998 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xbaad8a11 ; float -0.00132399995 .long 0xba4c78ea ; float -7.80000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0x3b2f5fd4 ; float 0.00267599989 .long 0xba4c78ea ; float -7.80000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0x3b993922 ; float 0.00467600022 .long 0xbae94ee4 ; float -0.00178000005 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0xba666cb1 ; float -8.78999999E-4 .long 0xbb184e40 ; float -0.002324 .long 0x3a9fe868 ; float 0.00121999998 .long 0xbaf648c7 ; float -0.00187899999 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xba4c78ea ; float -7.80000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xbb184e40 ; float -0.002324 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3b0b007a ; float 0.00212100009 .long 0xbb184e40 ; float -0.002324 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3b0b007a ; float 0.00212100009 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3a92ee85 ; float 0.00112100004 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0xbae94ee4 ; float -0.00178000005 .long 0x38fdc161 ; float 1.20999997E-4 .long 0x3a313598 ; float 6.76000025E-4 .long 0x3a9fe868 ; float 0.00121999998 .long 0x3a92ee85 ; float 0.00112100004 .long 0xbaad8a11 ; float -0.00132399995 .long 0xbae94ee4 ; float -0.00178000005 .long 0xba666cb1 ; float -8.78999999E-4 .long 0x3a313598 ; float 6.76000025E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x38fdc161 ; float 1.20999997E-4 .long 0xb9a9de8b ; float -3.23999993E-4 .long 0x3966afcd ; float 2.20000002E-4 .long 0x3a92ee85 ; float 0.00112100004 .long 0x3adbad3a ; float 0.00167599996 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b4d423e ; float 0.0031320001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xbaf4d7ae ; float -0.00186800002 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xba634763 ; float -8.67000024E-4 .long 0xbb5a5daf ; float -0.00333199999 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xbb3bf50e ; float -0.00286799995 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a945f9e ; float 0.001132 .long 0x3adaa0cb ; float 0.00166800001 .long 0xbb36848c ; float -0.00278500002 .long 0x3b0bb906 ; float 0.00213199994 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b0bb906 ; float 0.00213199994 .long 0xbaae9681 ; float -0.00133200001 .long 0xbae9f6a9 ; float -0.00178499997 .long 0xba634763 ; float -8.67000024E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0xbaf4d7ae ; float -0.00186800002 .long 0x3adaa0cb ; float 0.00166800001 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a945f9e ; float 0.001132 .long 0xbaae9681 ; float -0.00133200001 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3b0bb906 ; float 0.00213199994 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xbaf4d7ae ; float -0.00186800002 .long 0xbaae9681 ; float -0.00133200001 .long 0xba4dc875 ; float -7.84999982E-4 .long 0x390a697b ; float 1.32000001E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3b112989 ; float 0.0022150001 .long 0xba634763 ; float -8.67000024E-4 .long 0x3b2ed99d ; float 0.00266800006 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0xbb18d478 ; float -0.00233200006 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0x3b2ed99d ; float 0.00266800006 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b0bb906 ; float 0.00213199994 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a945f9e ; float 0.001132 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x390a697b ; float 1.32000001E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x390a697b ; float 1.32000001E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0xba4dc875 ; float -7.84999982E-4 .long 0x3b0bb906 ; float 0.00213199994 .long 0x3b2ed99d ; float 0.00266800006 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xbb3bf50e ; float -0.00286799995 .long 0x3b98f606 ; float 0.00466800015 .long 0x3961719f ; float 2.14999993E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0xbb18d478 ; float -0.00233200006 .long 0xba4cff22 ; float -7.82000017E-4 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3b2f2d80 ; float 0.0026730001 .long 0x3a9fa54c ; float 0.00121799996 .long 0x3b0b4396 ; float 0.00212500012 .long 0x3b991ff7 ; float 0.00467299996 .long 0xba4cff22 ; float -7.82000017E-4 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3e0aeddd ; float 0.135673001 .long 0xbae991ff ; float -0.00178199995 .long 0xbc010625 ; float -0.00787500013 .long 0x3f089ecb ; float 0.533672988 .long 0xbb77db6e ; float -0.00378199993 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3ee9d10b ; float 0.456672996 .long 0xbb9cb253 ; float -0.00478200009 .long 0xba656042 ; float -8.75000027E-4 .long 0x3e97e586 ; float 0.296673 .long 0xbb365237 ; float -0.002782 .long 0x3a9374bc ; float 0.00112499995 .long 0x3e7b91b4 ; float 0.245673001 .long 0x396496ee ; float 2.18000001E-4 .long 0x3a9374bc ; float 0.00112499995 .long 0x3e57baaa ; float 0.210673004 .long 0xbb77db6e ; float -0.00378199993 .long 0x3b0b4396 ; float 0.00212500012 .long 0x3e85fa01 ; float 0.261673003 .long 0xbae991ff ; float -0.00178199995 .long 0x3903126f ; float 1.25000006E-4 .long 0x3ed349e0 ; float 0.412672997 .long 0xbb77db6e ; float -0.00378199993 .long 0xbb9fbe77 ; float -0.0048750001 .long 0x3f01f6dc ; float 0.507673025 .long 0xbb9cb253 ; float -0.00478200009 .long 0x3903126f ; float 1.25000006E-4 .long 0x3f069281 ; float 0.525672972 .long 0xbb77db6e ; float -0.00378199993 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3ef9b047 ; float 0.487673014 .long 0xbb9cb253 ; float -0.00478200009 .long 0xbb3c6a7f ; float -0.00287500001 .long 0x3efc3fa3 ; float 0.49267301 .long 0xbbbd76ee ; float -0.00578199979 .long 0x3903126f ; float 1.25000006E-4 .long 0x3f054ad3 ; float 0.520672977 .long 0xbb365237 ; float -0.002782 .long 0xba656042 ; float -8.75000027E-4 .long 0x3f096367 ; float 0.536673009 .long 0xbb9cb253 ; float -0.00478200009 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3f033e8a ; float 0.51267302 .long 0xbbde3b8a ; float -0.00678199995 .long 0xbb9fbe77 ; float -0.0048750001 .long 0x3f1a8a50 ; float 0.603672981 .long 0xbb9cb253 ; float -0.00478200009 .long 0xbb7df3b6 ; float -0.00387499994 .long 0x3f240325 ; float 0.640672981 .long 0xbb9cb253 ; float -0.00478200009 .long 0xbbe147ae ; float -0.00687499996 .long 0x3f26d40b ; float 0.651673018 .long 0xbb77db6e ; float -0.00378199993 .long 0xba656042 ; float -8.75000027E-4 .long 0x3f125929 ; float 0.571672976 .long 0xbb9cb253 ; float -0.00478200009 .long 0xbaf5c28f ; float -0.00187499996 .long 0x3f0cf8e8 ; float 0.550673008 .long 0xbb77db6e ; float -0.00378199993 .long 0x3a9374bc ; float 0.00112499995 .long 0x3f12dc3c ; float 0.57367301 .long 0xbbbd76ee ; float -0.00578199979 .long 0xbbc08312 ; float -0.0058749998 .long 0x3f11d617 ; float 0.569673002 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbc114f48 ; float -0.00886899978 .long 0x3f16717a ; float 0.587669015 .long 0xbbff10ed ; float -0.00778400013 .long 0xbbc050be ; float -0.00586900022 .long 0x3f1b9032 ; float 0.607668996 .long 0xbae9d51b ; float -0.00178399996 .long 0x3b0ba83f ; float 0.00213099993 .long 0x3f14a6b9 ; float 0.580668986 .long 0xbb77fcfc ; float -0.00378399994 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3f15ee67 ; float 0.585668981 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f2bf280 ; float 0.671669006 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbb7d8f0c ; float -0.00386899989 .long 0x3f2cb71c ; float 0.674669027 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f258c19 ; float 0.64666897 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3f3152c1 ; float 0.692668974 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbbe11559 ; float -0.00686899992 .long 0x3f31d5d4 ; float 0.694669008 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f24446b ; float 0.641668975 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbb7d8f0c ; float -0.00386899989 .long 0x3f46923e ; float 0.775668978 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3f3983e8 ; float 0.724668979 .long 0xbbbd9019 ; float -0.00578500004 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3f2279ab ; float 0.634669005 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3f2bf280 ; float 0.671669006 .long 0xbb77fcfc ; float -0.00378399994 .long 0x3b0ba83f ; float 0.00213099993 .long 0x3f3fa8c6 ; float 0.748669028 .long 0xbb9cc31a ; float -0.00478400011 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3f3e6117 ; float 0.743668973 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbc21b196 ; float -0.00986899994 .long 0x3f2cb71c ; float 0.674669027 .long 0xbbff10ed ; float -0.00778400013 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3f1cd7e0 ; float 0.612668991 .long 0xbb9cc31a ; float -0.00478400011 .long 0x3b4d3177 ; float 0.00313100009 .long 0x3f25cda3 ; float 0.647669017 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbc21b196 ; float -0.00986899994 .long 0x3f2c3409 ; float 0.672668993 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbbc050be ; float -0.00586900022 .long 0x3f311138 ; float 0.691668987 .long 0xbae9d51b ; float -0.00178399996 .long 0xbc3213e4 ; float -0.0108690001 .long 0x3f3e6117 ; float 0.743668973 .long 0xbbff10ed ; float -0.00778400013 .long 0x3a943e10 ; float 0.001131 .long 0x3f3ee42a ; float 0.745669007 .long 0xbb77fcfc ; float -0.00378399994 .long 0x39095d0b ; float 1.30999993E-4 .long 0x3f2f4678 ; float 0.684669017 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbc00ecfa ; float -0.00786899961 .long 0x3f233e47 ; float 0.637669026 .long 0xbb36848c ; float -0.00278500002 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f1f25b3 ; float 0.621668994 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbc00ecfa ; float -0.00786899961 .long 0x3f296324 ; float 0.661669016 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbc00ecfa ; float -0.00786899961 .long 0x3f4bb0f7 ; float 0.795669019 .long 0xbb77fcfc ; float -0.00378399994 .long 0x3a943e10 ; float 0.001131 .long 0x3f556b55 ; float 0.833669006 .long 0xbbbd9019 ; float -0.00578500004 .long 0x3b4d3177 ; float 0.00313100009 .long 0x3f59c572 ; float 0.850669026 .long 0xbbde54b5 ; float -0.00678500021 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f5e6117 ; float 0.868668973 .long 0xbbde54b5 ; float -0.00678500021 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3f700b13 ; float 0.937668979 .long 0xbbde54b5 ; float -0.00678500021 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f72dbf9 ; float 0.948669016 .long 0xbbbd9019 ; float -0.00578500004 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3f80b9c3 ; float 1.005669 .long 0xbbde54b5 ; float -0.00678500021 .long 0xbbc050be ; float -0.00586900022 .long 0x3f85d87b ; float 1.04566896 .long 0xbbde54b5 ; float -0.00678500021 .long 0x3ba821f3 ; float 0.00513100019 .long 0x3f7bd1bb ; float 0.983668982 .long 0xbc30b392 ; float -0.0107850004 .long 0xbbc050be ; float -0.00586900022 .long 0x3f76717a ; float 0.962669014 .long 0xbb9cc31a ; float -0.00478400011 .long 0x3a943e10 ; float 0.001131 .long 0x3f7c54ce ; float 0.985669016 .long 0xbc0feac4 ; float -0.00878399983 .long 0xbc633acd ; float -0.0138689997 .long 0x3f71944b ; float 0.943669021 .long 0xbc0feac4 ; float -0.00878399983 .long 0xbc739d1b ; float -0.0148689998 .long 0x3f746530 ; float 0.954668998 .long 0xbbde54b5 ; float -0.00678500021 .long 0xbb7d8f0c ; float -0.00386899989 .long 0x3f5e6117 ; float 0.868668973 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbaf4f93c ; float -0.00186900003 .long 0x3f37b928 ; float 0.71766901 .long 0xbb36848c ; float -0.00278500002 .long 0xbbc050be ; float -0.00586900022 .long 0x3f1d1969 ; float 0.613668978 .long 0xbb77fcfc ; float -0.00378399994 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3f36717a ; float 0.712669015 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbc21b196 ; float -0.00986899994 .long 0x3f5d9c7c ; float 0.865669012 .long 0xbb9cc31a ; float -0.00478400011 .long 0x39095d0b ; float 1.30999993E-4 .long 0x3f671551 ; float 0.902669012 .long 0xbb9cc31a ; float -0.00478400011 .long 0xbb7d8f0c ; float -0.00386899989 .long 0x3f685cff ; float 0.907669007 .long 0xbbde54b5 ; float -0.00678500021 .long 0x39095d0b ; float 1.30999993E-4 .long 0x3f658c19 ; float 0.89666897 .long 0xbb77fcfc ; float -0.00378399994 .long 0x3c159a31 ; float 0.00913100038 .long 0x3f58bf4d ; float 0.846669018 .long 0xbc0fc936 ; float -0.00877599976 .long 0xbbc0df59 ; float -0.00588600012 .long 0x3f5cd899 ; float 0.862680017 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x38ef1349 ; float 1.14000002E-4 .long 0x3f4963dc ; float 0.786679983 .long 0xbbbd4cfd ; float -0.00577699998 .long 0xbba01abd ; float -0.00488599995 .long 0x3f4509c0 ; float 0.769680023 .long 0xbbde0935 ; float -0.00677599991 .long 0xba684274 ; float -8.85999994E-4 .long 0x3f4d7c70 ; float 0.802680015 .long 0xbbbd4cfd ; float -0.00577699998 .long 0xba684274 ; float -8.85999994E-4 .long 0x3f577857 ; float 0.84167999 .long 0xbbde0935 ; float -0.00677599991 .long 0x3b4c0379 ; float 0.00311299996 .long 0x3f54e8fb ; float 0.831679999 .long 0xbbfecdd1 ; float -0.00777600007 .long 0xbb7eac43 ; float -0.00388600002 .long 0x3f72dcb1 ; float 0.948679983 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x38ef1349 ; float 1.14000002E-4 .long 0x3f71d68c ; float 0.944679975 .long 0xbae8ea3a ; float -0.00177700003 .long 0xbbe1a3f4 ; float -0.00688599981 .long 0x3f6a6a01 ; float 0.915679991 .long 0xbbbd4cfd ; float -0.00577699998 .long 0xba684274 ; float -8.85999994E-4 .long 0x3f60afa3 ; float 0.877680003 .long 0xbbde0935 ; float -0.00677599991 .long 0xbaf733a9 ; float -0.00188600004 .long 0x3f5e61d0 ; float 0.86868 .long 0xbbde0935 ; float -0.00677599991 .long 0xbbc0df59 ; float -0.00588600012 .long 0x3f60afa3 ; float 0.877680003 .long 0xbbde0935 ; float -0.00677599991 .long 0xbbe1a3f4 ; float -0.00688599981 .long 0x3f4f4730 ; float 0.809679985 .long 0xbbbd4cfd ; float -0.00577699998 .long 0xbaf733a9 ; float -0.00188600004 .long 0x3f4692f7 ; float 0.775680005 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f39018e ; float 0.722679973 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f3736ce ; float 0.715680003 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f39018e ; float 0.722679973 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x3a91e215 ; float 0.00111299998 .long 0x3f57fb6a ; float 0.843680024 .long 0xbbfecdd1 ; float -0.00777600007 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f63c212 ; float 0.889680027 .long 0xbc308dd2 ; float -0.0107760001 .long 0x38ef1349 ; float 1.14000002E-4 .long 0x3f79018e ; float 0.972679972 .long 0xbbbd4cfd ; float -0.00577699998 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f6aed14 ; float 0.917680025 .long 0xbbde0935 ; float -0.00677599991 .long 0x3bc84f90 ; float 0.00611300021 .long 0x3f3feb07 ; float 0.749679982 .long 0xbb7776c5 ; float -0.00377600011 .long 0x3b0a7a42 ; float 0.00211300002 .long 0x3f3cd899 ; float 0.737680017 .long 0xbb7776c5 ; float -0.00377600011 .long 0x3bc84f90 ; float 0.00611300021 .long 0x3f20afa3 ; float 0.627680003 .long 0xbb35ed8d ; float -0.00277599995 .long 0xbc325b31 ; float -0.0108859995 .long 0x3f1fa97e ; float 0.623679996 .long 0xbb784018 ; float -0.00378799997 .long 0xba61b4bb ; float -8.60999979E-4 .long 0x3f2508b3 ; float 0.644663989 .long 0xbbbda943 ; float -0.00578799983 .long 0x3b4db7ae ; float 0.00313899992 .long 0x3f09e5e2 ; float 0.538663983 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b0c2e77 ; float 0.00213899999 .long 0x3ee53437 ; float 0.447663993 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbb3b7f9d ; float -0.0028609999 .long 0x3efa322b ; float 0.488664001 .long 0xbb36b6e1 ; float -0.00278800004 .long 0xbaf3eccc ; float -0.00186099997 .long 0x3f05cd4f ; float 0.522664011 .long 0xbb784018 ; float -0.00378799997 .long 0xbb7d08d5 ; float -0.00386100006 .long 0x3f081b22 ; float 0.531664014 .long 0xbb784018 ; float -0.00378799997 .long 0xbb3b7f9d ; float -0.0028609999 .long 0x3f15ee13 ; float 0.585663974 .long 0xbb36b6e1 ; float -0.00278800004 .long 0x3a954a80 ; float 0.00113900006 .long 0x3f1c12f1 ; float 0.609664022 .long 0xbb9ce4a8 ; float -0.00478800014 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3f17fa5d ; float 0.59366399 .long 0xbb784018 ; float -0.00378799997 .long 0xbb9f4906 ; float -0.00486099999 .long 0x3f07980f ; float 0.52966398 .long 0xbb784018 ; float -0.00378799997 .long 0xbb3b7f9d ; float -0.0028609999 .long 0x3ec8882f ; float 0.391663998 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3bc929aa ; float 0.00613899995 .long 0x3e96de33 ; float 0.294663996 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a954a80 ; float 0.00113900006 .long 0x3e8b9a9e ; float 0.272664011 .long 0xbb784018 ; float -0.00378799997 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3ea9cfdd ; float 0.331663996 .long 0xbaea5b53 ; float -0.00178799999 .long 0xba61b4bb ; float -8.60999979E-4 .long 0x3ea09891 ; float 0.313663989 .long 0xbb36b6e1 ; float -0.00278800004 .long 0x3b0c2e77 ; float 0.00213899999 .long 0x3e1d5a18 ; float 0.153663993 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a954a80 ; float 0.00113900006 .long 0x3d98e970 ; float 0.0746639967 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b4db7ae ; float 0.00313899992 .long 0x3db3892f ; float 0.0876640006 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0x3e81e03f ; float 0.253663987 .long 0xbb36b6e1 ; float -0.00278800004 .long 0x3b0c2e77 ; float 0.00213899999 .long 0x3ebf50e3 ; float 0.373663992 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b87a073 ; float 0.00413900008 .long 0x3e944ed7 ; float 0.289664 .long 0xbb36b6e1 ; float -0.00278800004 .long 0xba61b4bb ; float -8.60999979E-4 .long 0x3e6b2d0a ; float 0.229663998 .long 0xbb784018 ; float -0.00378799997 .long 0x3a954a80 ; float 0.00113900006 .long 0x3e85f8d3 ; float 0.261664003 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b0c2e77 ; float 0.00213899999 .long 0x3e787ce9 ; float 0.242663994 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b87a073 ; float 0.00413900008 .long 0x3e0cf7cb ; float 0.137664005 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a943e10 ; float 0.001131 .long 0x3d8889c2 ; float 0.0666690022 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3adac259 ; float 0.00166900002 .long 0xba4d8559 ; float -7.83999974E-4 .long 0x39095d0b ; float 1.30999993E-4 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x39095d0b ; float 1.30999993E-4 .long 0xbaae74f3 ; float -0.00133100001 .long 0xbae9d51b ; float -0.00178399996 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0xbb3c05d5 ; float -0.00286899996 .long 0xbaae74f3 ; float -0.00133100001 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xbb7d8f0c ; float -0.00386899989 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3b875d57 ; float 0.00413100002 .long 0xbaae74f3 ; float -0.00133100001 .long 0x3961719f ; float 2.14999993E-4 .long 0xbc739d1b ; float -0.0148689998 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a943e10 ; float 0.001131 .long 0xbaae74f3 ; float -0.00133100001 .long 0x3961719f ; float 2.14999993E-4 .long 0xbb3c05d5 ; float -0.00286899996 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3a943e10 ; float 0.001131 .long 0x3adac259 ; float 0.00166900002 .long 0x3b112989 ; float 0.0022150001 .long 0x3a943e10 ; float 0.001131 .long 0xbaae74f3 ; float -0.00133100001 .long 0x3b52b2c0 ; float 0.00321500003 .long 0xba63cd9a ; float -8.68999981E-4 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3b0ba83f ; float 0.00213099993 .long 0x3adac259 ; float 0.00166900002 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x39095d0b ; float 1.30999993E-4 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a943e10 ; float 0.001131 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0xba4d8559 ; float -7.83999974E-4 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3adac259 ; float 0.00166900002 .long 0x3961719f ; float 2.14999993E-4 .long 0xba63cd9a ; float -8.68999981E-4 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3b0ba83f ; float 0.00213099993 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b0ba83f ; float 0.00213099993 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0xbb36848c ; float -0.00278500002 .long 0x3a943e10 ; float 0.001131 .long 0x3a2f5fd4 ; float 6.68999972E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x39095d0b ; float 1.30999993E-4 .long 0x3adac259 ; float 0.00166900002 .long 0xba4d8559 ; float -7.83999974E-4 .long 0xbb3c05d5 ; float -0.00286899996 .long 0xb9ad8a11 ; float -3.30999988E-4 .long 0xbaea1837 ; float -0.00178599998 .long 0x3a94a2ba ; float 0.00113400002 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbb3bd380 ; float -0.00286599994 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0x3b1118c2 ; float 0.00221400009 .long 0x3b0bda94 ; float 0.00213399995 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x39606530 ; float 2.14E-4 .long 0x3a94a2ba ; float 0.00113400002 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x3b52a1f9 ; float 0.00321400003 .long 0x3b0bda94 ; float 0.00213399995 .long 0xbaae9681 ; float -0.00133200001 .long 0x3a9f1f15 ; float 0.00121400005 .long 0xbb3bd380 ; float -0.00286599994 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0xbb5a6e76 ; float -0.003333 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbb3bd380 ; float -0.00286599994 .long 0xbb18d478 ; float -0.00233200006 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0x3a94a2ba ; float 0.00113400002 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xba630447 ; float -8.66000017E-4 .long 0xbaae9681 ; float -0.00133200001 .long 0xbaea1837 ; float -0.00178599998 .long 0x3b0bda94 ; float 0.00213399995 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbaf49492 ; float -0.00186600001 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0x3ada7f3d ; float 0.001667 .long 0x3a9f1f15 ; float 0.00121400005 .long 0x3a94a2ba ; float 0.00113400002 .long 0xbaae9681 ; float -0.00133200001 .long 0x39606530 ; float 2.14E-4 .long 0xbaf49492 ; float -0.00186600001 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0x3b4d63cc ; float 0.00313400012 .long 0xbb18d478 ; float -0.00233200006 .long 0xbaea1837 ; float -0.00178599998 .long 0xbaf49492 ; float -0.00186600001 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0xbaea1837 ; float -0.00178599998 .long 0x390c825a ; float 1.34000002E-4 .long 0x3ada7f3d ; float 0.001667 .long 0xbaea1837 ; float -0.00178599998 .long 0x3b0bda94 ; float 0.00213399995 .long 0xbb18d478 ; float -0.00233200006 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xba630447 ; float -8.66000017E-4 .long 0x3a2ed99d ; float 6.67000015E-4 .long 0x39606530 ; float 2.14E-4 .long 0x390c825a ; float 1.34000002E-4 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x3b1118c2 ; float 0.00221400009 .long 0xbaf49492 ; float -0.00186600001 .long 0xb9ae9681 ; float -3.33000004E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3b4dc875 ; float 0.00313999993 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xbaea5b53 ; float -0.00178799999 .long 0xbaf3cb3e ; float -0.00185999996 .long 0xbb191794 ; float -0.00233600009 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbaf3cb3e ; float -0.00185999996 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3a956c0d ; float 0.00113999995 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3912ccf7 ; float 1.40000004E-4 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbaf3cb3e ; float -0.00185999996 .long 0x3b2e9681 ; float 0.00266400003 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xba61719f ; float -8.59999971E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x3b10e66d ; float 0.00221100007 .long 0xba61719f ; float -8.59999971E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3a9eba6b ; float 0.00121100002 .long 0xbaf3cb3e ; float -0.00185999996 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0x3b526fa4 ; float 0.003211 .long 0xba61719f ; float -8.59999971E-4 .long 0xbb191794 ; float -0.00233600009 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3912ccf7 ; float 1.40000004E-4 .long 0x3b2e9681 ; float 0.00266400003 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbb3b6ed6 ; float -0.00285999989 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbaf3cb3e ; float -0.00185999996 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3a9eba6b ; float 0.00121100002 .long 0x3ba86d72 ; float 0.00514000002 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbb7cf80e ; float -0.00386000006 .long 0x3ada1a93 ; float 0.00166399998 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b0c3f3e ; float 0.00214 .long 0x3b2e9681 ; float 0.00266400003 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b4dc875 ; float 0.00313999993 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3912ccf7 ; float 1.40000004E-4 .long 0xbb191794 ; float -0.00233600009 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b4dc875 ; float 0.00313999993 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xbaf3cb3e ; float -0.00185999996 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a956c0d ; float 0.00113999995 .long 0xbb191794 ; float -0.00233600009 .long 0xbb36c7a8 ; float -0.00278900005 .long 0xbb3b6ed6 ; float -0.00285999989 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3a956c0d ; float 0.00113999995 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3912ccf7 ; float 1.40000004E-4 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xba61719f ; float -8.59999971E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3a9efd87 ; float 0.00121300004 .long 0x3b0bfc22 ; float 0.00213599997 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0x3a9efd87 ; float 0.00121300004 .long 0xba627e0f ; float -8.64000001E-4 .long 0xbaaed99d ; float -0.00133400003 .long 0xbaea39c5 ; float -0.00178699999 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3b2eb80f ; float 0.00266600004 .long 0xba4e4ead ; float -7.86999997E-4 .long 0xbaf45176 ; float -0.00186399999 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0x3b0bfc22 ; float 0.00213599997 .long 0xb9af1cb9 ; float -3.34000011E-4 .long 0x395f58c1 ; float 2.13000007E-4 .long 0x3b0bfc22 ; float 0.00213599997 .long 0xbaaed99d ; float -0.00133400003 .long 0x395f58c1 ; float 2.13000007E-4 .long 0x390e9b39 ; float 1.36000002E-4 .long 0xbaaed99d ; float -0.00133400003 .long 0x3a9efd87 ; float 0.00121300004 .long 0xba627e0f ; float -8.64000001E-4 .long 0xb9af1cb9 ; float -3.34000011E-4 .long 0x3b1107fb ; float 0.00221300009 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3ada5daf ; float 0.001666 .long 0xbaea39c5 ; float -0.00178699999 .long 0x3b0bfc22 ; float 0.00213599997 .long 0xb9af1cb9 ; float -3.34000011E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0x395f58c1 ; float 2.13000007E-4 .long 0x3a94e5d6 ; float 0.00113600004 .long 0x3b2eb80f ; float 0.00266600004 .long 0xbaea39c5 ; float -0.00178699999 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3ada5daf ; float 0.001666 .long 0x395f58c1 ; float 2.13000007E-4 .long 0x3a94e5d6 ; float 0.00113600004 .long 0xbaaed99d ; float -0.00133400003 .long 0x395f58c1 ; float 2.13000007E-4 .long 0x3b0bfc22 ; float 0.00213599997 .long 0xbaaed99d ; float -0.00133400003 .long 0x3a9efd87 ; float 0.00121300004 .long 0x3ba84be4 ; float 0.00513599999 .long 0xbb18f606 ; float -0.00233400008 .long 0x3b1107fb ; float 0.00221300009 .long 0xbaf45176 ; float -0.00186399999 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0x395f58c1 ; float 2.13000007E-4 .long 0xba627e0f ; float -8.64000001E-4 .long 0xb9af1cb9 ; float -3.34000011E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0x3a94e5d6 ; float 0.00113600004 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0xbaf45176 ; float -0.00186399999 .long 0x3a2e9681 ; float 6.66000007E-4 .long 0xba4e4ead ; float -7.86999997E-4 .long 0x3a94e5d6 ; float 0.00113600004 .long 0xbaaed99d ; float -0.00133400003 .long 0xbaea39c5 ; float -0.00178699999 .long 0x3a94e5d6 ; float 0.00113600004 .long 0x3ada5daf ; float 0.001666 .long 0xbaea39c5 ; float -0.00178699999 .long 0xba627e0f ; float -8.64000001E-4 .long 0x3ada5daf ; float 0.001666 .long 0xbaea1837 ; float -0.00178599998 .long 0x390b75ea ; float 1.32999994E-4 .long 0xbaae9681 ; float -0.00133200001 .long 0x39606530 ; float 2.14E-4 .long 0x3b0bc9cd ; float 0.00213299994 .long 0xbaae9681 ; float -0.00133200001 .long 0xbaea1837 ; float -0.00178599998 .long 0xba634763 ; float -8.67000024E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0x39606530 ; float 2.14E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0xbb369553 ; float -0.00278600003 .long 0x3ba832ba ; float 0.0051330002 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x39606530 ; float 2.14E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x39606530 ; float 2.14E-4 .long 0xbb3bd380 ; float -0.00286599994 .long 0x3b2ed99d ; float 0.00266800006 .long 0x39606530 ; float 2.14E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3adaa0cb ; float 0.00166800001 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0x3a94812c ; float 0.00113300001 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3a9f1f15 ; float 0.00121400005 .long 0xba634763 ; float -8.67000024E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0xbaea1837 ; float -0.00178599998 .long 0x3b876e1e ; float 0.00413300004 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbb7d6d7f ; float -0.00386700011 .long 0x3adaa0cb ; float 0.00166800001 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0x3a94812c ; float 0.00113300001 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x39606530 ; float 2.14E-4 .long 0x3b0bc9cd ; float 0.00213299994 .long 0xbaae9681 ; float -0.00133200001 .long 0x3a9f1f15 ; float 0.00121400005 .long 0x390b75ea ; float 1.32999994E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3a9f1f15 ; float 0.00121400005 .long 0x3a94812c ; float 0.00113300001 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xbaea1837 ; float -0.00178599998 .long 0xbaf4b620 ; float -0.00186700001 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x39606530 ; float 2.14E-4 .long 0xbaf4b620 ; float -0.00186700001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f1f15 ; float 0.00121400005 .long 0xbaf4b620 ; float -0.00186700001 .long 0xbb18d478 ; float -0.00233200006 .long 0x3a9f1f15 ; float 0.00121400005 .long 0x3b0bc9cd ; float 0.00213299994 .long 0xbaae9681 ; float -0.00133200001 .long 0xbb369553 ; float -0.00278600003 .long 0x3b4d5305 ; float 0.00313300011 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x39606530 ; float 2.14E-4 .long 0x3a94812c ; float 0.00113300001 .long 0xbaae9681 ; float -0.00133200001 .long 0x39606530 ; float 2.14E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x39606530 ; float 2.14E-4 .long 0xbb7d6d7f ; float -0.00386700011 .long 0xbaae9681 ; float -0.00133200001 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbb3bd380 ; float -0.00286599994 .long 0xbb5a5daf ; float -0.00333199999 .long 0xbaea1837 ; float -0.00178599998 .long 0x3b4d7492 ; float 0.00313499989 .long 0xbb8dfbd7 ; float -0.00433300016 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0x3b0beb5b ; float 0.00213499996 .long 0xbe85cd70 ; float -0.261332989 .long 0x3b1107fb ; float 0.00221300009 .long 0x3a94c448 ; float 0.00113500003 .long 0xbe62a51e ; float -0.221332997 .long 0x3a9efd87 ; float 0.00121300004 .long 0x3b877ee5 ; float 0.00413500005 .long 0xbe931d50 ; float -0.287333012 .long 0x3baad1d0 ; float 0.00521299988 .long 0xba62c12b ; float -8.65000009E-4 .long 0xbecf04de ; float -0.404334009 .long 0x3b529132 ; float 0.00321300002 .long 0xbb3bc2b9 ; float -0.00286499993 .long 0xbecd7ba6 ; float -0.401333988 .long 0xba4e0b91 ; float -7.8599999E-4 .long 0xbb3bc2b9 ; float -0.00286499993 .long 0xbedcd7ae ; float -0.431333005 .long 0x395f58c1 ; float 2.13000007E-4 .long 0xbbe0f3cb ; float -0.00686499989 .long 0xbef6f45a ; float -0.482333004 .long 0x3b529132 ; float 0.00321300002 .long 0xbaf47304 ; float -0.001865 .long 0xbf0015d3 ; float -0.500333011 .long 0x3b529132 ; float 0.00321300002 .long 0x3b0beb5b ; float 0.00213499996 .long 0xbef2dbc6 ; float -0.474332988 .long 0x3bcb966c ; float 0.00621300004 .long 0xbaf47304 ; float -0.001865 .long 0xbef7faa0 ; float -0.484333992 .long 0x3b8a0d35 ; float 0.00421300018 .long 0xba62c12b ; float -8.65000009E-4 .long 0xbf03ab54 ; float -0.51433301 .long 0x3baad1d0 ; float 0.00521299988 .long 0x3b0beb5b ; float 0.00213499996 .long 0xbf0de8c4 ; float -0.554332972 .long 0x3b529132 ; float 0.00321300002 .long 0xba62c12b ; float -8.65000009E-4 .long 0xbf18ead1 ; float -0.597333014 .long 0x3baad1d0 ; float 0.00521299988 .long 0x3a94c448 ; float 0.00113500003 .long 0xbf1d44ed ; float -0.614332973 .long 0x3b8a0d35 ; float 0.00421300018 .long 0xbb3bc2b9 ; float -0.00286499993 .long 0xbf2263a6 ; float -0.634333014 .long 0x3c068fd2 ; float 0.00821300037 .long 0xbaf47304 ; float -0.001865 .long 0xbf2846fa ; float -0.657333016 .long 0x3bcb966c ; float 0.00621300004 .long 0xbb7d4bf1 ; float -0.00386500009 .long 0xbf382635 ; float -0.719332993 .long 0x3bcb966c ; float 0.00621300004 .long 0x3b4d7492 ; float 0.00313499989 .long 0xbf3d0364 ; float -0.738332987 .long 0x3bec5b08 ; float 0.00721300021 .long 0x3c15aaf8 ; float 0.00913500041 .long 0xbf47825e ; float -0.779332995 .long 0x3baad1d0 ; float 0.00521299988 .long 0xbc00dc33 ; float -0.00786499958 .long 0xbf42a540 ; float -0.760334014 .long 0x3b529132 ; float 0.00321300002 .long 0x3c0548aa ; float 0.00813500024 .long 0xbf5242e1 ; float -0.821332991 .long 0x3b529132 ; float 0.00321300002 .long 0x3c0548aa ; float 0.00813500024 .long 0xbf50b9aa ; float -0.815333008 .long 0x3b8a0d35 ; float 0.00421300018 .long 0x3a94c448 ; float 0.00113500003 .long 0xbf3f5137 ; float -0.74733299 .long 0x3baaf35e ; float 0.00521699991 .long 0xba6453d2 ; float -8.70999996E-4 .long 0xbf463a6d ; float -0.774329006 .long 0x3c1702e6 ; float 0.00921699963 .long 0x3b4d0fe9 ; float 0.00312900008 .long 0xbf55d81f ; float -0.835328996 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3b4d0fe9 ; float 0.00312900008 .long 0xbf4b5925 ; float -0.794328987 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0xbaf53c58 ; float -0.00187100004 .long 0xbf419ec7 ; float -0.756328999 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3bc8d5c7 ; float 0.00612899987 .long 0xbf3a323c ; float -0.727329016 .long 0x3baaf35e ; float 0.00521699991 .long 0xbb9f9ce9 ; float -0.00487100007 .long 0xbf4846b7 ; float -0.782329022 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0xba6453d2 ; float -8.70999996E-4 .long 0xbf5d44aa ; float -0.86432898 .long 0x3bec7432 ; float 0.007216 .long 0x3c365669 ; float 0.0111290002 .long 0xbf68052d ; float -0.906328976 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x390637bd ; float 1.28E-4 .long 0xbf6327fe ; float -0.887328982 .long 0x3bec7432 ; float 0.007216 .long 0x3b4d0fe9 ; float 0.00312900008 .long 0xbf5fd406 ; float -0.87432897 .long 0x3bcbaf96 ; float 0.00621599983 .long 0xbb3c2763 ; float -0.00287099998 .long 0xbf65b75a ; float -0.897328972 .long 0x3bec7432 ; float 0.007216 .long 0x3a93d966 ; float 0.00112799997 .long 0xbf6b5925 ; float -0.919328987 .long 0x3baaf35e ; float 0.00521699991 .long 0xbb3c2763 ; float -0.00287099998 .long 0xbf66ff09 ; float -0.902329027 .long 0x3bcbaf96 ; float 0.00621599983 .long 0x3b0b86b1 ; float 0.00212899991 .long 0xbf7bbb73 ; float -0.983328998 .long 0x3c1702e6 ; float 0.00921699963 .long 0xba6453d2 ; float -8.70999996E-4 .long 0xbf81b4c4 ; float -1.01332903 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3c158d9b ; float 0.00912799966 .long 0xbf5d8634 ; float -0.865329027 .long 0x3bcbaf96 ; float 0.00621599983 .long 0x390637bd ; float 1.28E-4 .long 0xbf37a2e0 ; float -0.717329025 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0xba6453d2 ; float -8.70999996E-4 .long 0xbf298e65 ; float -0.662329018 .long 0x3baaf35e ; float 0.00521699991 .long 0x3b87442c ; float 0.00412799977 .long 0xbf33cbd5 ; float -0.702328979 .long 0x3b52c387 ; float 0.00321600004 .long 0x3b4d0fe9 ; float 0.00312900008 .long 0xbf365b31 ; float -0.71232897 .long 0x3b52c387 ; float 0.00321600004 .long 0x3b87442c ; float 0.00412799977 .long 0xbf4221d9 ; float -0.758328974 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3ba808c8 ; float 0.00512799993 .long 0xbf4c1dc1 ; float -0.797329008 .long 0x39638a7e ; float 2.16999993E-4 .long 0x390637bd ; float 1.28E-4 .long 0xbf52c5b0 ; float -0.823328971 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3c052b4e ; float 0.00812800042 .long 0xbf3c3e85 ; float -0.735328972 .long 0x3b8a2ec3 ; float 0.00421700021 .long 0x3bc8d5c7 ; float 0.00612899987 .long 0xbf2a1177 ; float -0.664328992 .long 0x3b89f40a ; float 0.00420999993 .long 0x3b87c201 ; float 0.00414300011 .long 0xbf3036eb ; float -0.688337981 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3915f245 ; float 1.42999997E-4 .long 0xbf2da78f ; float -0.678337991 .long 0x3b525edd ; float 0.00321 .long 0x3c056a38 ; float 0.0081430003 .long 0xbf2c1e58 ; float -0.672338008 .long 0x3b89f40a ; float 0.00420999993 .long 0x3bc942d5 ; float 0.0061420002 .long 0xbf34d291 ; float -0.706337988 .long 0x3bec41dd ; float 0.00720999995 .long 0x3b4dfaca ; float 0.00314299995 .long 0xbf3f1002 ; float -0.74633801 .long 0x3b525edd ; float 0.00321 .long 0x3b87c201 ; float 0.00414300011 .long 0xbf4805c4 ; float -0.781337976 .long 0x3bec41dd ; float 0.00720999995 .long 0x3c15cc85 ; float 0.00914299954 .long 0xbf6c5fe1 ; float -0.923337996 .long 0x3bcb7d41 ; float 0.00620999979 .long 0x3bc942d5 ; float 0.0061420002 .long 0xbf8c7592 ; float -1.09733796 .long 0x3c16e58a ; float 0.00920999981 .long 0x3b4dfaca ; float 0.00314299995 .long 0xbf9a27bf ; float -1.20433795 .long 0x3c37aa26 ; float 0.0112100001 .long 0x3bea0fd4 ; float 0.00714300014 .long 0xbf958c19 ; float -1.16833794 .long 0x3c06833c ; float 0.00820999965 .long 0x3c15cc85 ; float 0.00914299954 .long 0xbf7f9314 ; float -0.998337984 .long 0x3b89f40a ; float 0.00420999993 .long 0xbbe0b0af ; float -0.00685699983 .long 0xbf572064 ; float -0.840337992 .long 0x3b525edd ; float 0.00321 .long 0x3b4dfaca ; float 0.00314299995 .long 0xbf401627 ; float -0.750338017 .long 0x3b89f40a ; float 0.00420999993 .long 0x3b0c60cc ; float 0.00214200001 .long 0xbf33495a ; float -0.700338006 .long 0x3bcb7d41 ; float 0.00620999979 .long 0x3b0c60cc ; float 0.00214200001 .long 0xbf2e6c2b ; float -0.681338012 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3c056a38 ; float 0.0081430003 .long 0xbf3b38f8 ; float -0.731338024 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3915f245 ; float 1.42999997E-4 .long 0xbf4ce2f3 ; float -0.80033797 .long 0x3bcb7d41 ; float 0.00620999979 .long 0x3915f245 ; float 1.42999997E-4 .long 0xbf66be16 ; float -0.901337981 .long 0x3c06833c ; float 0.00820999965 .long 0x3c056a38 ; float 0.0081430003 .long 0xbf6bdccf ; float -0.921338021 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3bc942d5 ; float 0.0061420002 .long 0xbf622270 ; float -0.883337974 .long 0x3bcb7d41 ; float 0.00620999979 .long 0x3b0c60cc ; float 0.00214200001 .long 0xbf5d4541 ; float -0.86433798 .long 0x3bcb7d41 ; float 0.00620999979 .long 0x3915f245 ; float 1.42999997E-4 .long 0xbf61e0e7 ; float -0.882337987 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3ba8869c ; float 0.00514299981 .long 0xbf7ab5e5 ; float -0.97933799 .long 0x3c06833c ; float 0.00820999965 .long 0x3ba8869c ; float 0.00514299981 .long 0xbf80f074 ; float -1.00733805 .long 0x3baab8a6 ; float 0.00521000009 .long 0x3b4dfaca ; float 0.00314299995 .long 0xbf8258e6 ; float -1.01833797 .long 0x3c069403 ; float 0.00821399968 .long 0x3bc8ffb9 ; float 0.00613400014 .long 0xbf87776c ; float -1.05833197 .long 0x3c16f651 ; float 0.00921399985 .long 0x3b4d63cc ; float 0.00313400012 .long 0xbf8a485a ; float -1.08033299 .long 0x3bec636b ; float 0.00721399998 .long 0x3b4d63cc ; float 0.00313400012 .long 0xbf802ba6 ; float -1.00133204 .long 0x3bec636b ; float 0.00721399998 .long 0xbb9f72f7 ; float -0.0048659998 .long 0xbf79af5c ; float -0.975332021 .long 0x3bec636b ; float 0.00721399998 .long 0x3b877681 ; float 0.00413399981 .long 0xbf75d862 ; float -0.960332989 .long 0x3bec636b ; float 0.00721399998 .long 0xba630447 ; float -8.66000017E-4 .long 0xbf7596d9 ; float -0.959333002 .long 0x3b52a1f9 ; float 0.00321400003 .long 0x3b877681 ; float 0.00413399981 .long 0xbf734906 ; float -0.950332999 .long 0x3bcb9ecf ; float 0.00621399982 .long 0x3b4d63cc ; float 0.00313400012 .long 0xbf7fd44a ; float -0.999333024 .long 0x3bcb9ecf ; float 0.00621399982 .long 0xbaf49492 ; float -0.00186600001 .long 0xbf858bf0 ; float -1.04333305 .long 0x3baada34 ; float 0.00521400012 .long 0x390c825a ; float 1.34000002E-4 .long 0xbf862fc7 ; float -1.04833305 .long 0x3c069403 ; float 0.00821399968 .long 0x3cad2136 ; float 0.0211340003 .long 0xbf8d9c52 ; float -1.10633302 .long 0x3c16f651 ; float 0.00921399985 .long 0x3c46cdaf ; float 0.0121339997 .long 0xbf8f04bc ; float -1.11733198 .long 0x3c481d3b ; float 0.0122140003 .long 0x3c572ffd ; float 0.0131339999 .long 0xbf82dbc6 ; float -1.02233195 .long 0x3bcb9ecf ; float 0.00621399982 .long 0x3c054478 ; float 0.008134 .long 0xbf7bbbb6 ; float -0.983332991 .long 0x3c27589f ; float 0.010214 .long 0x3c054478 ; float 0.008134 .long 0xbf83c127 ; float -1.02933204 .long 0x3c069403 ; float 0.00821399968 .long 0x3a94a2ba ; float 0.00113400002 .long 0xbf827981 ; float -1.019333 .long 0x3c27589f ; float 0.010214 .long 0x3c67924b ; float 0.0141340001 .long 0xbf707821 ; float -0.939333021 .long 0x3bcb9ecf ; float 0.00621399982 .long 0xbbc03793 ; float -0.00586599996 .long 0xbf5a7408 ; float -0.853332996 .long 0x3baada34 ; float 0.00521400012 .long 0x390c825a ; float 1.34000002E-4 .long 0xbf467c39 ; float -0.775332987 .long 0x3b1118c2 ; float 0.00221400009 .long 0xba630447 ; float -8.66000017E-4 .long 0xbf3ece25 ; float -0.745333015 .long 0x3b52a1f9 ; float 0.00321400003 .long 0xbb3bd380 ; float -0.00286599994 .long 0xbf303697 ; float -0.688332974 .long 0x3bcb9ecf ; float 0.00621399982 .long 0x3c054478 ; float 0.008134 .long 0xbf2a94cd ; float -0.666333019 .long 0x3b8a1598 ; float 0.00421399996 .long 0x3b0bda94 ; float 0.00213399995 .long 0xbf2c5f8d ; float -0.673332989 .long 0x3b8a1598 ; float 0.00421399996 .long 0x3ba83b1d ; float 0.00513399998 .long 0xbf3a7408 ; float -0.728332996 .long 0x3baac96d ; float 0.00521200011 .long 0x3a954a80 ; float 0.00113900006 .long 0xbf338ac2 ; float -0.701336026 .long 0x3b8a04d1 ; float 0.00421199994 .long 0x3911c087 ; float 1.38999996E-4 .long 0xbf1ece57 ; float -0.620335996 .long 0x3baac96d ; float 0.00521200011 .long 0x3a954a80 ; float 0.00113900006 .long 0xbf165ba7 ; float -0.587336004 .long 0x3baac96d ; float 0.00521200011 .long 0x3c055971 ; float 0.00813900027 .long 0xbf1d4520 ; float -0.614336014 .long 0x3b8a04d1 ; float 0.00421199994 .long 0x3c15bbbf ; float 0.00913900044 .long 0xbf0ff541 ; float -0.562336028 .long 0x3b52806b ; float 0.00321200001 .long 0xbb7d08d5 ; float -0.00386100006 .long 0xbeaf46aa ; float -0.342335999 .long 0x3b10f734 ; float 0.00221200008 .long 0x3911c087 ; float 1.38999996E-4 .long 0xbe14d2f6 ; float -0.145336002 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xba61b4bb ; float -8.60999979E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0x3b4db7ae ; float 0.00313899992 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xbb3b7f9d ; float -0.0028609999 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xba61b4bb ; float -8.60999979E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xbb3b7f9d ; float -0.0028609999 .long 0x3ada1a93 ; float 0.00166399998 .long 0xbaea5b53 ; float -0.00178799999 .long 0xba61b4bb ; float -8.60999979E-4 .long 0x3ada1a93 ; float 0.00166399998 .long 0xbb36b6e1 ; float -0.00278800004 .long 0xbb3b7f9d ; float -0.0028609999 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3ada1a93 ; float 0.00166399998 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0x3b2e9681 ; float 0.00266400003 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b0c2e77 ; float 0.00213899999 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b0c2e77 ; float 0.00213899999 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a954a80 ; float 0.00113900006 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xbb7d08d5 ; float -0.00386100006 .long 0x3b2e9681 ; float 0.00266400003 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xbaf3eccc ; float -0.00186099997 .long 0xbb191794 ; float -0.00233600009 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0xbb191794 ; float -0.00233600009 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3911c087 ; float 1.38999996E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0x3a954a80 ; float 0.00113900006 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a954a80 ; float 0.00113900006 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b0c2e77 ; float 0.00213899999 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbb3b7f9d ; float -0.0028609999 .long 0xb9b02928 ; float -3.35999997E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0xbb784018 ; float -0.00378799997 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b0c2e77 ; float 0.00213899999 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3ada1a93 ; float 0.00166399998 .long 0x3b10f734 ; float 0.00221200008 .long 0x3911c087 ; float 1.38999996E-4 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xba61b4bb ; float -8.60999979E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3a2e1049 ; float 6.63999992E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3911c087 ; float 1.38999996E-4 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xbaea5b53 ; float -0.00178799999 .long 0xbaf3eccc ; float -0.00186099997 .long 0x3ada1a93 ; float 0.00166399998 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3911c087 ; float 1.38999996E-4 .long 0x3ada1a93 ; float 0.00166399998 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a954a80 ; float 0.00113900006 .long 0xb9b02928 ; float -3.35999997E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b0c2e77 ; float 0.00213899999 .long 0xbaaf1cb9 ; float -0.00133600004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b4db7ae ; float 0.00313899992 .long 0x3ada1a93 ; float 0.00166399998 .long 0xbaea7ce1 ; float -0.001789 .long 0x3b87b13a ; float 0.0041410001 .long 0xbb19285b ; float -0.0023370001 .long 0x3a9eba6b ; float 0.00121100002 .long 0x3a958d9b ; float 0.00114099996 .long 0xbaaf3e47 ; float -0.00133700005 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3b0c5005 ; float 0.002141 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3913d966 ; float 1.40999997E-4 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3913d966 ; float 1.40999997E-4 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3b0c5005 ; float 0.002141 .long 0x3b700ef1 ; float 0.00366299995 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3a958d9b ; float 0.00114099996 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xba612e84 ; float -8.59000021E-4 .long 0xbaaf3e47 ; float -0.00133700005 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3b4dd93c ; float 0.00314099994 .long 0x3ad9f905 ; float 0.00166299997 .long 0x3b10e66d ; float 0.00221100007 .long 0x3ba875d5 ; float 0.0051409998 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0x3a9eba6b ; float 0.00121100002 .long 0x3913d966 ; float 1.40999997E-4 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xba612e84 ; float -8.59000021E-4 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xbb36c7a8 ; float -0.00278900005 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3913d966 ; float 1.40999997E-4 .long 0xbaaf3e47 ; float -0.00133700005 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3a958d9b ; float 0.00114099996 .long 0xbaaf3e47 ; float -0.00133700005 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3ba875d5 ; float 0.0051409998 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xba612e84 ; float -8.59000021E-4 .long 0xbb19285b ; float -0.0023370001 .long 0xbaea7ce1 ; float -0.001789 .long 0x3a958d9b ; float 0.00114099996 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xba612e84 ; float -8.59000021E-4 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0x3a9eba6b ; float 0.00121100002 .long 0x3a958d9b ; float 0.00114099996 .long 0x3ad9f905 ; float 0.00166299997 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3913d966 ; float 1.40999997E-4 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xbaea7ce1 ; float -0.001789 .long 0xba612e84 ; float -8.59000021E-4 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3a958d9b ; float 0.00114099996 .long 0xbaaf3e47 ; float -0.00133700005 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3a958d9b ; float 0.00114099996 .long 0x3ad9f905 ; float 0.00166299997 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3913d966 ; float 1.40999997E-4 .long 0x3ad9f905 ; float 0.00166299997 .long 0x3b10e66d ; float 0.00221100007 .long 0xbb3b5e0f ; float -0.00285899988 .long 0x3b700ef1 ; float 0.00366299995 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xbb7ce747 ; float -0.00385900005 .long 0x3d9f0dc7 ; float 0.0776629969 .long 0xbb7850df ; float -0.00378899998 .long 0xbb3b5e0f ; float -0.00285899988 .long 0x3e8da6c6 ; float 0.276663005 .long 0xbb9ced0b ; float -0.00478899991 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3dfd4307 ; float 0.123663001 .long 0xbaea7ce1 ; float -0.001789 .long 0x3913d966 ; float 1.40999997E-4 .long 0x3cda6c5d ; float 0.0266629998 .long 0xbaea7ce1 ; float -0.001789 .long 0x3a958d9b ; float 0.00114099996 .long 0x3d3f21b4 ; float 0.0466630012 .long 0x3a9eba6b ; float 0.00121100002 .long 0xba612e84 ; float -8.59000021E-4 .long 0x3d96dca0 ; float 0.0736629962 .long 0xbaea7ce1 ; float -0.001789 .long 0x3b4dd93c ; float 0.00314099994 .long 0x3d746131 ; float 0.0596630014 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xba612e84 ; float -8.59000021E-4 .long 0x3d6c300a ; float 0.0576630011 .long 0x3a9eba6b ; float 0.00121100002 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3dce2867 ; float 0.100662999 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xbb7ce747 ; float -0.00385900005 .long 0x3e1c53b1 ; float 0.152663007 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xbb3b5e0f ; float -0.00285899988 .long 0x3df511e0 ; float 0.119663 .long 0xbaea7ce1 ; float -0.001789 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3dd240fb ; float 0.102663003 .long 0x3a9eba6b ; float 0.00121100002 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3dd865d8 ; float 0.105663002 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xbb9f383f ; float -0.00485899998 .long 0x3db9ad86 ; float 0.0906630009 .long 0x3a9eba6b ; float 0.00121100002 .long 0xba612e84 ; float -8.59000021E-4 .long 0x3d5bcdbc ; float 0.0536630005 .long 0xbb9ced0b ; float -0.00478899991 .long 0xbb7ce747 ; float -0.00385900005 .long 0x3d8261bf ; float 0.0636629984 .long 0xbb36c7a8 ; float -0.00278900005 .long 0xbb9f383f ; float -0.00485899998 .long 0x3da94b38 ; float 0.0826629996 .long 0xbb7850df ; float -0.00378899998 .long 0xbc00c309 ; float -0.007859 .long 0x3d96dca0 ; float 0.0736629962 .long 0x3a9eba6b ; float 0.00121100002 .long 0x3c0561d4 ; float 0.00814099982 .long 0x3d9d017e ; float 0.0766630024 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0x3a958d9b ; float 0.00114099996 .long 0x3d32d7f9 ; float 0.0436629988 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3b2e85ba ; float 0.00266300002 .long 0xba4ed4e5 ; float -7.89000012E-4 .long 0xbaf3a9b0 ; float -0.00185899995 .long 0x3a2dcd2d ; float 6.62999984E-4 .long 0x395d3fe2 ; float 2.11000006E-4 .long 0x3b0c5005 ; float 0.002141 .long 0xb9b0af60 ; float -3.37000005E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xbb3b9064 ; float -0.00286199991 .long 0x3a2e5365 ; float 6.65E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b0c1db0 ; float 0.00213799998 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0xbaaefb2b ; float -0.00133500004 .long 0x3b8a04d1 ; float 0.00421199994 .long 0x3910b418 ; float 1.38000003E-4 .long 0xbb1906cd ; float -0.00233500008 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a9528f2 ; float 0.00113800005 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3b4da6e7 ; float 0.00313799991 .long 0x3a2e5365 ; float 6.65E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0xbb1906cd ; float -0.00233500008 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3910b418 ; float 1.38000003E-4 .long 0xbaaefb2b ; float -0.00133500004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x3b10f734 ; float 0.00221200008 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0xbaaefb2b ; float -0.00133500004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b87980f ; float 0.00413799984 .long 0xbaaefb2b ; float -0.00133500004 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3c05553f ; float 0.00813800003 .long 0x3ada3c21 ; float 0.00166499999 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0x3a9edbf9 ; float 0.00121200003 .long 0xbaf40e5a ; float -0.00186199998 .long 0x3a2e5365 ; float 6.65E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3910b418 ; float 1.38000003E-4 .long 0xbaaefb2b ; float -0.00133500004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0xbb1906cd ; float -0.00233500008 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xbaf40e5a ; float -0.00186199998 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3b4da6e7 ; float 0.00313799991 .long 0x3ada3c21 ; float 0.00166499999 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3a9528f2 ; float 0.00113800005 .long 0x3a2e5365 ; float 6.65E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0xbb36b6e1 ; float -0.00278800004 .long 0x3b0c1db0 ; float 0.00213799998 .long 0x3ada3c21 ; float 0.00166499999 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b4da6e7 ; float 0.00313799991 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3b0c1db0 ; float 0.00213799998 .long 0x3b2ea748 ; float 0.00266500004 .long 0xbaea5b53 ; float -0.00178799999 .long 0x3a9528f2 ; float 0.00113800005 .long 0x3a2e5365 ; float 6.65E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0x3ada3c21 ; float 0.00166499999 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0x3ada3c21 ; float 0.00166499999 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xbaf40e5a ; float -0.00186199998 .long 0x3a2e5365 ; float 6.65E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3910b418 ; float 1.38000003E-4 .long 0x3ada3c21 ; float 0.00166499999 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b4da6e7 ; float 0.00313799991 .long 0x3a2e5365 ; float 6.65E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3a9528f2 ; float 0.00113800005 .long 0xbaaefb2b ; float -0.00133500004 .long 0xbaea5b53 ; float -0.00178799999 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0x3ada3c21 ; float 0.00166499999 .long 0x395e4c51 ; float 2.11999999E-4 .long 0xbaf40e5a ; float -0.00186199998 .long 0xbb1906cd ; float -0.00233500008 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3b87980f ; float 0.00413799984 .long 0x3a2e5365 ; float 6.65E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0x3a9edbf9 ; float 0.00121200003 .long 0x3910b418 ; float 1.38000003E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0xbb36b6e1 ; float -0.00278800004 .long 0xbaf40e5a ; float -0.00186199998 .long 0xbb1906cd ; float -0.00233500008 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0xb9afa2f0 ; float -3.3499999E-4 .long 0xba4e91c9 ; float -7.88000005E-4 .long 0xba61f7d7 ; float -8.61999986E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0x395e4c51 ; float 2.11999999E-4 .long 0x3910b418 ; float 1.38000003E-4 .long 0x3a2e5365 ; float 6.65E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0x3b0bc9cd ; float 0.00213299994 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3b8a1dfc ; float 0.0042150002 .long 0xba634763 ; float -8.67000024E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x3b0bc9cd ; float 0.00213299994 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0xbaf4b620 ; float -0.00186700001 .long 0x3adaa0cb ; float 0.00166800001 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x390b75ea ; float 1.32999994E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0xbb36848c ; float -0.00278500002 .long 0xba634763 ; float -8.67000024E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0xba4dc875 ; float -7.84999982E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0xbaae9681 ; float -0.00133200001 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b0bc9cd ; float 0.00213299994 .long 0x3b2ed99d ; float 0.00266800006 .long 0x3a9f40a3 ; float 0.00121500005 .long 0x390b75ea ; float 1.32999994E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0xbae9f6a9 ; float -0.00178499997 .long 0x390b75ea ; float 1.32999994E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xbb780dc3 ; float -0.00378499995 .long 0xba634763 ; float -8.67000024E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0x3a94812c ; float 0.00113300001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0xbae9f6a9 ; float -0.00178499997 .long 0x3b0bc9cd ; float 0.00213299994 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xba634763 ; float -8.67000024E-4 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xbb3be447 ; float -0.00286699994 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xba4dc875 ; float -7.84999982E-4 .long 0xba634763 ; float -8.67000024E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0x3961719f ; float 2.14999993E-4 .long 0xbaf4b620 ; float -0.00186700001 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3961719f ; float 2.14999993E-4 .long 0x390b75ea ; float 1.32999994E-4 .long 0x3a2f1cb9 ; float 6.68000022E-4 .long 0x3a9f40a3 ; float 0.00121500005 .long 0xba634763 ; float -8.67000024E-4 .long 0x3adaa0cb ; float 0.00166800001 .long 0xbb36848c ; float -0.00278500002 .long 0x3a94812c ; float 0.00113300001 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0xbae9f6a9 ; float -0.00178499997 .long 0xba634763 ; float -8.67000024E-4 .long 0xbb18d478 ; float -0.00233200006 .long 0x3961719f ; float 2.14999993E-4 .long 0x3b0bc9cd ; float 0.00213299994 .long 0xb9ae1049 ; float -3.31999996E-4 .long 0x3b1081c3 ; float 0.00220500003 .long 0x3b8815e4 ; float 0.00415300019 .long 0x3a2bb44e ; float 6.54999981E-4 .long 0x3956f545 ; float 2.05000004E-4 .long 0x3b0d1959 ; float 0.0021530001 .long 0x3ad8ec96 ; float 0.00165500003 .long 0x3956f545 ; float 2.05000004E-4 .long 0xbb3a94bc ; float -0.00284700003 .long 0xbab02928 ; float -0.00134399999 .long 0x3956f545 ; float 2.05000004E-4 .long 0xbaf21709 ; float -0.00184699998 .long 0xbab02928 ; float -0.00134399999 .long 0xba50678c ; float -7.94999999E-4 .long 0x39206ea0 ; float 1.53000001E-4 .long 0xbb199dcb ; float -0.00234399992 .long 0x3956f545 ; float 2.05000004E-4 .long 0xbb3a94bc ; float -0.00284700003 .long 0x3a2bb44e ; float 6.54999981E-4 .long 0x3956f545 ; float 2.05000004E-4 .long 0x3b4ea290 ; float 0.00315300003 .long 0xb9b45ae6 ; float -3.44E-4 .long 0xbaeb24a7 ; float -0.00179400004 .long 0x39206ea0 ; float 1.53000001E-4 .long 0xb9b45ae6 ; float -3.44E-4 .long 0x3956f545 ; float 2.05000004E-4 .long 0xba5e0935 ; float -8.46999988E-4 .long 0xb9b45ae6 ; float -3.44E-4 .long 0x3956f545 ; float 2.05000004E-4 .long 0x39206ea0 ; float 1.53000001E-4 .long 0x3a2bb44e ; float 6.54999981E-4 .long 0x3956f545 ; float 2.05000004E-4 .long 0x3a972043 ; float 0.00115300005 .long 0xb9b45ae6 ; float -3.44E-4 .long 0xbaeb24a7 ; float -0.00179400004 .long 0x3a972043 ; float 0.00115300005 .long 0xbb199dcb ; float -0.00234399992 .long 0x3956f545 ; float 2.05000004E-4 .long 0x3a972043 ; float 0.00115300005 .long 0xbab02928 ; float -0.00134399999 .long 0x3b1081c3 ; float 0.00220500003 .long 0xbb7c1df3 ; float -0.00384699996 .long 0xb9b45ae6 ; float -3.44E-4 .long 0x3a9df117 ; float 0.00120499998 .long 0x39206ea0 ; float 1.53000001E-4 .long 0xb9b45ae6 ; float -3.44E-4 .long 0xba50678c ; float -7.94999999E-4 .long 0x39206ea0 ; float 1.53000001E-4 .long 0xbb199dcb ; float -0.00234399992 .long 0x3956f545 ; float 2.05000004E-4 .long 0x39206ea0 ; float 1.53000001E-4 .long 0x3ad8ec96 ; float 0.00165500003 .long 0x3956f545 ; float 2.05000004E-4 .long 0x3a972043 ; float 0.00115300005 .long 0xbb199dcb ; float -0.00234399992 .globl _magData ; @magData .p2align 2 _magData: .long 0xc19d70a4 ; float -19.6800003 .long 0xc1a3999a ; float -20.4500008 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc19f5c29 ; float -19.9200001 .long 0xc1a2b852 ; float -20.3400002 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc19ecccd ; float -19.8500004 .long 0xc1a2b852 ; float -20.3400002 .long 0xc20cd70a ; float -35.2099991 .long 0xc1a0cccd ; float -20.1000004 .long 0xc1a147ae ; float -20.1599998 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19ecccd ; float -19.8500004 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a228f6 ; float -20.2700005 .long 0xc1a03d71 ; float -20.0300007 .long 0xc20e147b ; float -35.5200005 .long 0xc1a228f6 ; float -20.2700005 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc19ecccd ; float -19.8500004 .long 0xc20f0000 ; float -35.75 .long 0xc1a5999a ; float -20.7000008 .long 0xc19af5c3 ; float -19.3700008 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19828f6 ; float -19.0200005 .long 0xc20fb852 ; float -35.9300003 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19828f6 ; float -19.0200005 .long 0xc2103333 ; float -36.0499992 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc197999a ; float -18.9500008 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a33333 ; float -20.3999996 .long 0xc19a147b ; float -19.2600002 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a33333 ; float -20.3999996 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2103333 ; float -36.0499992 .long 0xc1a428f6 ; float -20.5200005 .long 0xc197999a ; float -18.9500008 .long 0xc2113333 ; float -36.2999992 .long 0xc1a33333 ; float -20.3999996 .long 0xc19a147b ; float -19.2600002 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19deb85 ; float -19.7399998 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19ecccd ; float -19.8500004 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19d70a4 ; float -19.6800003 .long 0xc2100000 ; float -36 .long 0xc1a33333 ; float -20.3999996 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20f47ae ; float -35.8199997 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc2100000 ; float -36 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc2103333 ; float -36.0499992 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19b70a4 ; float -19.4300003 .long 0xc2100000 ; float -36 .long 0xc1a33333 ; float -20.3999996 .long 0xc19a8f5c ; float -19.3199997 .long 0xc2103333 ; float -36.0499992 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc19a147b ; float -19.2600002 .long 0xc20fb852 ; float -35.9300003 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19a8f5c ; float -19.3199997 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a147ae ; float -20.1599998 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19ce148 ; float -19.6100006 .long 0xc20f0000 ; float -35.75 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19ce148 ; float -19.6100006 .long 0xc20f0000 ; float -35.75 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20f0000 ; float -35.75 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20f47ae ; float -35.8199997 .long 0xc1a147ae ; float -20.1599998 .long 0xc198a3d7 ; float -19.0799999 .long 0xc20f47ae ; float -35.8199997 .long 0xc19fd70a ; float -19.9799995 .long 0xc1991eb8 ; float -19.1399994 .long 0xc20f0000 ; float -35.75 .long 0xc19fd70a ; float -19.9799995 .long 0xc19828f6 ; float -19.0200005 .long 0xc20fb852 ; float -35.9300003 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc197999a ; float -18.9500008 .long 0xc2100000 ; float -36 .long 0xc19fd70a ; float -19.9799995 .long 0xc19828f6 ; float -19.0200005 .long 0xc2100000 ; float -36 .long 0xc19e51ec ; float -19.7900009 .long 0xc19828f6 ; float -19.0200005 .long 0xc2100000 ; float -36 .long 0xc19d70a4 ; float -19.6800003 .long 0xc198a3d7 ; float -19.0799999 .long 0xc20ecccd ; float -35.7000008 .long 0xc19ce148 ; float -19.6100006 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20e147b ; float -35.5200005 .long 0xc19ce148 ; float -19.6100006 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20e147b ; float -35.5200005 .long 0xc19ce148 ; float -19.6100006 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc20e147b ; float -35.5200005 .long 0xc19e51ec ; float -19.7900009 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20e147b ; float -35.5200005 .long 0xc19e51ec ; float -19.7900009 .long 0xc19ecccd ; float -19.8500004 .long 0xc20cd70a ; float -35.2099991 .long 0xc19ecccd ; float -19.8500004 .long 0xc19deb85 ; float -19.7399998 .long 0xc20cd70a ; float -35.2099991 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19f5c29 ; float -19.9200001 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1a3999a ; float -20.4500008 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a33333 ; float -20.3999996 .long 0xc19af5c3 ; float -19.3700008 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a428f6 ; float -20.5200005 .long 0xc19af5c3 ; float -19.3700008 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a147ae ; float -20.1599998 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc20ecccd ; float -35.7000008 .long 0xc19fd70a ; float -19.9799995 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20fb852 ; float -35.9300003 .long 0xc19fd70a ; float -19.9799995 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc2100000 ; float -36 .long 0xc19e51ec ; float -19.7900009 .long 0xc19af5c3 ; float -19.3700008 .long 0xc2103333 ; float -36.0499992 .long 0xc19d70a4 ; float -19.6800003 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc2103333 ; float -36.0499992 .long 0xc19e51ec ; float -19.7900009 .long 0xc19ecccd ; float -19.8500004 .long 0xc20f0000 ; float -35.75 .long 0xc19ecccd ; float -19.8500004 .long 0xc19f5c29 ; float -19.9200001 .long 0xc20ecccd ; float -35.7000008 .long 0xc19d70a4 ; float -19.6800003 .long 0xc19fd70a ; float -19.9799995 .long 0xc20e8f5c ; float -35.6399994 .long 0xc19ecccd ; float -19.8500004 .long 0xc19ecccd ; float -19.8500004 .long 0xc20e8f5c ; float -35.6399994 .long 0xc19fd70a ; float -19.9799995 .long 0xc19ecccd ; float -19.8500004 .long 0xc20e147b ; float -35.5200005 .long 0xc19fd70a ; float -19.9799995 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20e147b ; float -35.5200005 .long 0xc1a33333 ; float -20.3999996 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a147ae ; float -20.1599998 .long 0xc19ecccd ; float -19.8500004 .long 0xc20e147b ; float -35.5200005 .long 0xc1a147ae ; float -20.1599998 .long 0xc19f5c29 ; float -19.9200001 .long 0xc20e147b ; float -35.5200005 .long 0xc19fd70a ; float -19.9799995 .long 0xc19f5c29 ; float -19.9200001 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a0cccd ; float -20.1000004 .long 0xc1a1ae14 ; float -20.2099991 .long 0xc20cd70a ; float -35.2099991 .long 0xc19fd70a ; float -19.9799995 .long 0xc1a2b852 ; float -20.3400002 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1a33333 ; float -20.3999996 .long 0xc1a147ae ; float -20.1599998 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1a0cccd ; float -20.1000004 .long 0xc1a03d71 ; float -20.0300007 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1a147ae ; float -20.1599998 .long 0xc1a03d71 ; float -20.0300007 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1a33333 ; float -20.3999996 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20d8f5c ; float -35.3899994 .long 0xc1a3999a ; float -20.4500008 .long 0xc19deb85 ; float -19.7399998 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1a33333 ; float -20.3999996 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19af5c3 ; float -19.3700008 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20ecccd ; float -35.7000008 .long 0xc19d70a4 ; float -19.6800003 .long 0xc19ce148 ; float -19.6100006 .long 0xc20ecccd ; float -35.7000008 .long 0xc19e51ec ; float -19.7900009 .long 0xc19ecccd ; float -19.8500004 .long 0xc20ecccd ; float -35.7000008 .long 0xc19f5c29 ; float -19.9200001 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20f0000 ; float -35.75 .long 0xc19ecccd ; float -19.8500004 .long 0xc19fd70a ; float -19.9799995 .long 0xc20e8f5c ; float -35.6399994 .long 0xc19d70a4 ; float -19.6800003 .long 0xc19ecccd ; float -19.8500004 .long 0xc20dd70a ; float -35.4599991 .long 0xc19d70a4 ; float -19.6800003 .long 0xc19f5c29 ; float -19.9200001 .long 0xc20d5c29 ; float -35.3400002 .long 0xc19ecccd ; float -19.8500004 .long 0xc19deb85 ; float -19.7399998 .long 0xc20d8f5c ; float -35.3899994 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1a228f6 ; float -20.2700005 .long 0xc19ecccd ; float -19.8500004 .long 0xc20cd70a ; float -35.2099991 .long 0xc1a147ae ; float -20.1599998 .long 0xc19deb85 ; float -19.7399998 .long 0xc20e147b ; float -35.5200005 .long 0xc1a0cccd ; float -20.1000004 .long 0xc19deb85 ; float -19.7399998 .long 0xc20e8f5c ; float -35.6399994 .long 0xc19ecccd ; float -19.8500004 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20e8f5c ; float -35.6399994 .long 0xc19fd70a ; float -19.9799995 .long 0xc19deb85 ; float -19.7399998 .long 0xc20f47ae ; float -35.8199997 .long 0xc1a147ae ; float -20.1599998 .long 0xc19d70a4 ; float -19.6800003 .long 0xc2100000 ; float -36 .long 0xc19f5c29 ; float -19.9200001 .long 0xc19ecccd ; float -19.8500004 .long 0xc20fb852 ; float -35.9300003 .long 0xc19ecccd ; float -19.8500004 .long 0xc19ce148 ; float -19.6100006 .long 0xc20fb852 ; float -35.9300003 .long 0xc19e51ec ; float -19.7900009 .long 0xc1991eb8 ; float -19.1399994 .long 0xc2100000 ; float -36 .long 0xc1a147ae ; float -20.1599998 .long 0xc197999a ; float -18.9500008 .long 0xc20f47ae ; float -35.8199997 .long 0xc19fd70a ; float -19.9799995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc20fb852 ; float -35.9300003 .long 0xc1a228f6 ; float -20.2700005 .long 0xc197999a ; float -18.9500008 .long 0xc20f47ae ; float -35.8199997 .long 0xc1a228f6 ; float -20.2700005 .long 0xc197999a ; float -18.9500008 .long 0xc20f47ae ; float -35.8199997 .long 0xc1a3999a ; float -20.4500008 .long 0xc198a3d7 ; float -19.0799999 .long 0xc20f0000 ; float -35.75 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc19628f6 ; float -18.7700005 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1a6147b ; float -20.7600002 .long 0xc19828f6 ; float -19.0200005 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a68f5c ; float -20.8199997 .long 0xc19a147b ; float -19.2600002 .long 0xc20ecccd ; float -35.7000008 .long 0xc1a68f5c ; float -20.8199997 .long 0xc1991eb8 ; float -19.1399994 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1a87ae1 ; float -21.0599995 .long 0xc19547ae ; float -18.6599998 .long 0xc20dd70a ; float -35.4599991 .long 0xc1a8f5c3 ; float -21.1200008 .long 0xc191eb85 ; float -18.2399998 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1aa6666 ; float -21.2999992 .long 0xc18f851f ; float -17.9400005 .long 0xc20ecccd ; float -35.7000008 .long 0xc1aa6666 ; float -21.2999992 .long 0xc1907ae1 ; float -18.0599995 .long 0xc20f0000 ; float -35.75 .long 0xc1accccd ; float -21.6000004 .long 0xc18ef5c3 ; float -17.8700008 .long 0xc2100000 ; float -36 .long 0xc1accccd ; float -21.6000004 .long 0xc18d1eb8 ; float -17.6399994 .long 0xc20f0000 ; float -35.75 .long 0xc1af3333 ; float -21.8999996 .long 0xc189ae14 ; float -17.2099991 .long 0xc20f0000 ; float -35.75 .long 0xc1b2147b ; float -22.2600002 .long 0xc1883d71 ; float -17.0300007 .long 0xc2103333 ; float -36.0499992 .long 0xc1b47ae1 ; float -22.5599995 .long 0xc1875c29 ; float -16.9200001 .long 0xc20f47ae ; float -35.8199997 .long 0xc1b6cccd ; float -22.8500004 .long 0xc1875c29 ; float -16.9200001 .long 0xc20f0000 ; float -35.75 .long 0xc1b75c29 ; float -22.9200001 .long 0xc184e148 ; float -16.6100006 .long 0xc20f0000 ; float -35.75 .long 0xc1b9c28f ; float -23.2199993 .long 0xc182147b ; float -16.2600002 .long 0xc20e147b ; float -35.5200005 .long 0xc1bbae14 ; float -23.4599991 .long 0xc17d47ae ; float -15.8299999 .long 0xc20dd70a ; float -35.4599991 .long 0xc1bf0a3d ; float -23.8799992 .long 0xc17b5c29 ; float -15.71 .long 0xc20e8f5c ; float -35.6399994 .long 0xc1c0f5c3 ; float -24.1200008 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc20e147b ; float -35.5200005 .long 0xc1c0f5c3 ; float -24.1200008 .long 0xc177ae14 ; float -15.4799995 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1c2cccd ; float -24.3500004 .long 0xc175c28f ; float -15.3599997 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1c2cccd ; float -24.3500004 .long 0xc171eb85 ; float -15.1199999 .long 0xc20ca3d7 ; float -35.1599998 .long 0xc1c5c28f ; float -24.7199993 .long 0xc16d1eb8 ; float -14.8199997 .long 0xc20cd70a ; float -35.2099991 .long 0xc1c8147b ; float -25.0100002 .long 0xc16570a4 ; float -14.3400002 .long 0xc20dd70a ; float -35.4599991 .long 0xc1c8a3d7 ; float -25.0799999 .long 0xc1635c29 ; float -14.21 .long 0xc20dd70a ; float -35.4599991 .long 0xc1ca147b ; float -25.2600002 .long 0xc158f5c3 ; float -13.5600004 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1ca147b ; float -25.2600002 .long 0xc15051ec ; float -13.0200005 .long 0xc20cd70a ; float -35.2099991 .long 0xc1cc0000 ; float -25.5 .long 0xc14b5c29 ; float -12.71 .long 0xc20dd70a ; float -35.4599991 .long 0xc1cd70a4 ; float -25.6800003 .long 0xc146b852 ; float -12.4200001 .long 0xc20e147b ; float -35.5200005 .long 0xc1d1c28f ; float -26.2199993 .long 0xc13f0a3d ; float -11.9399996 .long 0xc20ecccd ; float -35.7000008 .long 0xc1d3ae14 ; float -26.4599991 .long 0xc13a3d71 ; float -11.6400003 .long 0xc20dd70a ; float -35.4599991 .long 0xc1d33333 ; float -26.3999996 .long 0xc1375c29 ; float -11.46 .long 0xc20cd70a ; float -35.2099991 .long 0xc1d68f5c ; float -26.8199997 .long 0xc12eb852 ; float -10.9200001 .long 0xc20d8f5c ; float -35.3899994 .long 0xc1d70a3d ; float -26.8799992 .long 0xc129eb85 ; float -10.6199999 .long 0xc20f47ae ; float -35.8199997 .long 0xc1da6666 ; float -27.2999992 .long 0xc122147b ; float -10.1300001 .long 0xc2100000 ; float -36 .long 0xc1db5c29 ; float -27.4200001 .long 0xc11c7ae1 ; float -9.77999973 .long 0xc20f47ae ; float -35.8199997 .long 0xc1dbd70a ; float -27.4799995 .long 0xc113d70a ; float -9.23999977 .long 0xc20fb852 ; float -35.9300003 .long 0xc1db5c29 ; float -27.4200001 .long 0xc110cccd ; float -9.05000019 .long 0xc2100000 ; float -36 .long 0xc1dcb852 ; float -27.5900002 .long 0xc10947ae ; float -8.57999992 .long 0xc2100000 ; float -36 .long 0xc1df3333 ; float -27.8999996 .long 0xc0ff5c29 ; float -7.98000002 .long 0xc2103333 ; float -36.0499992 .long 0xc1de3d71 ; float -27.7800007 .long 0xc0fb3333 ; float -7.8499999 .long 0xc20f47ae ; float -35.8199997 .long 0xc1dfae14 ; float -27.9599991 .long 0xc0ee147b ; float -7.44000006 .long 0xc20ecccd ; float -35.7000008 .long 0xc1dfae14 ; float -27.9599991 .long 0xc0deb852 ; float -6.96000003 .long 0xc20ecccd ; float -35.7000008 .long 0xc1dfae14 ; float -27.9599991 .long 0xc0d147ae ; float -6.53999996 .long 0xc20f0000 ; float -35.75 .long 0xc1e1999a ; float -28.2000008 .long 0xc0c5c28f ; float -6.17999983 .long 0xc20f0000 ; float -35.75 .long 0xc1e30a3d ; float -28.3799992 .long 0xc0b47ae1 ; float -5.63999987 .long 0xc20ecccd ; float -35.7000008 .long 0xc1e40000 ; float -28.5 .long 0xc0aa8f5c ; float -5.32999992 .long 0xc20f0000 ; float -35.75 .long 0xc1e4f5c3 ; float -28.6200008 .long 0xc0a147ae ; float -5.03999996 .long 0xc20ecccd ; float -35.7000008 .long 0xc1e6cccd ; float -28.8500004 .long 0xc091eb85 ; float -4.55999994 .long 0xc20f0000 ; float -35.75 .long 0xc1e66666 ; float -28.7999992 .long 0xc089eb85 ; float -4.30999994 .long 0xc20dd70a ; float -35.4599991 .long 0xc1e7d70a ; float -28.9799995 .long 0xc0847ae1 ; float -4.13999987 .long 0xc20d8f5c ; float -35.3899994 .long 0xc1e7d70a ; float -28.9799995 .long 0xc071eb85 ; float -3.77999997 .long 0xc20d5c29 ; float -35.3400002 .long 0xc1e8b852 ; float -29.0900002 .long 0xc0570a3d ; float -3.3599999 .long 0xc20cd70a ; float -35.2099991 .long 0xc1e9c28f ; float -29.2199993 .long 0xc030a3d7 ; float -2.75999999 .long 0xc20cd70a ; float -35.2099991 .long 0xc1e9c28f ; float -29.2199993 .long 0xc009999a ; float -2.1500001 .long 0xc20cd70a ; float -35.2099991 .long 0xc1eb3333 ; float -29.3999996 .long 0xbfc7ae14 ; float -1.55999994 .long 0xc20cd70a ; float -35.2099991 .long 0xc1e9c28f ; float -29.2199993 .long 0xbf828f5c ; float -1.01999998 .long 0xc20d8f5c ; float -35.3899994 .long 0xc1ebae14 ; float -29.4599991 .long 0xbdf5c28f ; float -0.119999997 .long 0xc20fb852 ; float -35.9300003 .long 0xc1ebae14 ; float -29.4599991 .long 0x3f3851ec ; float 0.720000029 .long 0xc2103333 ; float -36.0499992 .long 0xc1eca3d7 ; float -29.5799999 .long 0x3fb0a3d7 ; float 1.38 .long 0xc2113333 ; float -36.2999992 .long 0xc1eca3d7 ; float -29.5799999 .long 0x3fee147b ; float 1.86000001 .long 0xc210eb85 ; float -36.2299995 .long 0xc1e947ae ; float -29.1599998 .long 0x401d70a4 ; float 2.46000004 .long 0xc2113333 ; float -36.2999992 .long 0xc1e8b852 ; float -29.0900002 .long 0x403b851f ; float 2.93000007 .long 0xc2113333 ; float -36.2999992 .long 0xc1e570a4 ; float -28.6800003 .long 0x404f5c29 ; float 3.24000001 .long 0xc21228f6 ; float -36.5400009 .long 0xc1e570a4 ; float -28.6800003 .long 0x406e147b ; float 3.72000003 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1e66666 ; float -28.7999992 .long 0x4075c28f ; float 3.83999991 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1e47ae1 ; float -28.5599995 .long 0x4080a3d7 ; float 4.01999998 .long 0xc2103333 ; float -36.0499992 .long 0xc1e47ae1 ; float -28.5599995 .long 0x4093d70a ; float 4.61999989 .long 0xc210eb85 ; float -36.2299995 .long 0xc1e2147b ; float -28.2600002 .long 0x409d70a4 ; float 4.92000008 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1e30a3d ; float -28.3799992 .long 0x40a147ae ; float 5.03999996 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1e30a3d ; float -28.3799992 .long 0x40b0a3d7 ; float 5.51999998 .long 0xc21228f6 ; float -36.5400009 .long 0xc1e47ae1 ; float -28.5599995 .long 0x40c1eb85 ; float 6.05999994 .long 0xc2125c29 ; float -36.5900002 .long 0xc1e40000 ; float -28.5 .long 0x40d147ae ; float 6.53999996 .long 0xc212d70a ; float -36.7099991 .long 0xc1e40000 ; float -28.5 .long 0x40e47ae1 ; float 7.13999987 .long 0xc213d70a ; float -36.9599991 .long 0xc1e47ae1 ; float -28.5599995 .long 0x40f7ae14 ; float 7.73999977 .long 0xc2138f5c ; float -36.8899994 .long 0xc1e47ae1 ; float -28.5599995 .long 0x4100a3d7 ; float 8.03999996 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1e40000 ; float -28.5 .long 0x410d1eb8 ; float 8.81999969 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1e40000 ; float -28.5 .long 0x4116b852 ; float 9.42000007 .long 0xc2125c29 ; float -36.5900002 .long 0xc1e30a3d ; float -28.3799992 .long 0x411d70a4 ; float 9.84000015 .long 0xc21228f6 ; float -36.5400009 .long 0xc1e28f5c ; float -28.3199997 .long 0x4126147b ; float 10.3800001 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1e2147b ; float -28.2600002 .long 0x412ab852 ; float 10.6700001 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1dd47ae ; float -27.6599998 .long 0x4130a3d7 ; float 11.04 .long 0xc21170a4 ; float -36.3600006 .long 0xc1d970a4 ; float -27.1800003 .long 0x413570a4 ; float 11.3400002 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1d70a3d ; float -26.8799992 .long 0x413c0000 ; float 11.75 .long 0xc2135c29 ; float -36.8400002 .long 0xc1d4a3d7 ; float -26.5799999 .long 0x4140f5c3 ; float 12.0600004 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1d1c28f ; float -26.2199993 .long 0x4145c28f ; float 12.3599997 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1cd70a4 ; float -25.6800003 .long 0x4148a3d7 ; float 12.54 .long 0xc212d70a ; float -36.7099991 .long 0xc1cb0a3d ; float -25.3799992 .long 0x414a8f5c ; float 12.6599998 .long 0xc21170a4 ; float -36.3600006 .long 0xc1c9999a ; float -25.2000008 .long 0x415051ec ; float 13.0200005 .long 0xc210eb85 ; float -36.2299995 .long 0xc1c8a3d7 ; float -25.0799999 .long 0x41540000 ; float 13.25 .long 0xc21170a4 ; float -36.3600006 .long 0xc1c9999a ; float -25.2000008 .long 0x415ab852 ; float 13.6700001 .long 0xc2113333 ; float -36.2999992 .long 0xc1c5c28f ; float -24.7199993 .long 0x415bd70a ; float 13.7399998 .long 0xc2113333 ; float -36.2999992 .long 0xc1c5c28f ; float -24.7199993 .long 0x415bd70a ; float 13.7399998 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1c5c28f ; float -24.7199993 .long 0x415fae14 ; float 13.9799995 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1c5c28f ; float -24.7199993 .long 0x4160a3d7 ; float 14.04 .long 0xc210eb85 ; float -36.2299995 .long 0xc1c2cccd ; float -24.3500004 .long 0x416570a4 ; float 14.3400002 .long 0xc2113333 ; float -36.2999992 .long 0xc1c0f5c3 ; float -24.1200008 .long 0x416f0a3d ; float 14.9399996 .long 0xc2125c29 ; float -36.5900002 .long 0xc1c07ae1 ; float -24.0599995 .long 0x4176b852 ; float 15.4200001 .long 0xc2113333 ; float -36.2999992 .long 0xc1bd999a ; float -23.7000008 .long 0x417a8f5c ; float 15.6599998 .long 0xc210eb85 ; float -36.2299995 .long 0xc1bca3d7 ; float -23.5799999 .long 0x417d47ae ; float 15.8299999 .long 0xc210eb85 ; float -36.2299995 .long 0xc1bc147b ; float -23.5100002 .long 0x41828f5c ; float 16.3199997 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1b9c28f ; float -23.2199993 .long 0x4182147b ; float 16.2600002 .long 0xc210eb85 ; float -36.2299995 .long 0xc1b75c29 ; float -22.9200001 .long 0x4185eb85 ; float 16.7399998 .long 0xc21228f6 ; float -36.5400009 .long 0xc1b6cccd ; float -22.8500004 .long 0x4189ae14 ; float 17.2099991 .long 0xc2125c29 ; float -36.5900002 .long 0xc1b570a4 ; float -22.6800003 .long 0x4189ae14 ; float 17.2099991 .long 0xc2113333 ; float -36.2999992 .long 0xc1b28f5c ; float -22.3199997 .long 0x41875c29 ; float 16.9200001 .long 0xc21228f6 ; float -36.5400009 .long 0xc1b028f6 ; float -22.0200005 .long 0x4187d70a ; float 16.9799995 .long 0xc2125c29 ; float -36.5900002 .long 0xc1b0a3d7 ; float -22.0799999 .long 0x418ab852 ; float 17.3400002 .long 0xc2125c29 ; float -36.5900002 .long 0xc1adc28f ; float -21.7199993 .long 0x418c28f6 ; float 17.5200005 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1ab5c29 ; float -21.4200001 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1aacccd ; float -21.3500004 .long 0x418e8f5c ; float 17.8199997 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1aacccd ; float -21.3500004 .long 0x418e147b ; float 17.7600002 .long 0xc21170a4 ; float -36.3600006 .long 0xc1ab5c29 ; float -21.4200001 .long 0x418e147b ; float 17.7600002 .long 0xc21170a4 ; float -36.3600006 .long 0xc1ab5c29 ; float -21.4200001 .long 0x418ef5c3 ; float 17.8700008 .long 0xc21228f6 ; float -36.5400009 .long 0xc1accccd ; float -21.6000004 .long 0x4190e148 ; float 18.1100006 .long 0xc21228f6 ; float -36.5400009 .long 0xc1aa6666 ; float -21.2999992 .long 0x418f851f ; float 17.9400005 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a970a4 ; float -21.1800003 .long 0x418ef5c3 ; float 17.8700008 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1aacccd ; float -21.3500004 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1aacccd ; float -21.3500004 .long 0x418e147b ; float 17.7600002 .long 0xc212d70a ; float -36.7099991 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418e147b ; float 17.7600002 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc212d70a ; float -36.7099991 .long 0xc1a68f5c ; float -20.8199997 .long 0x41907ae1 ; float 18.0599995 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1a68f5c ; float -20.8199997 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418e8f5c ; float 17.8199997 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418d1eb8 ; float 17.6399994 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a970a4 ; float -21.1800003 .long 0x41907ae1 ; float 18.0599995 .long 0xc2125c29 ; float -36.5900002 .long 0xc1aa6666 ; float -21.2999992 .long 0x418f851f ; float 17.9400005 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a70a3d ; float -20.8799992 .long 0x418c28f6 ; float 17.5200005 .long 0xc2113333 ; float -36.2999992 .long 0xc1a70a3d ; float -20.8799992 .long 0x418d1eb8 ; float 17.6399994 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a6147b ; float -20.7600002 .long 0x418d1eb8 ; float 17.6399994 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a80000 ; float -21 .long 0x418e147b ; float 17.7600002 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a5999a ; float -20.7000008 .long 0x418e8f5c ; float 17.8199997 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a5999a ; float -20.7000008 .long 0x4190e148 ; float 18.1100006 .long 0xc2113333 ; float -36.2999992 .long 0xc1a68f5c ; float -20.8199997 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a5999a ; float -20.7000008 .long 0x418ef5c3 ; float 17.8700008 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a80000 ; float -21 .long 0x4190e148 ; float 18.1100006 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a87ae1 ; float -21.0599995 .long 0x418f851f ; float 17.9400005 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a970a4 ; float -21.1800003 .long 0x41907ae1 ; float 18.0599995 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a70a3d ; float -20.8799992 .long 0x418e147b ; float 17.7600002 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a6147b ; float -20.7600002 .long 0x418d1eb8 ; float 17.6399994 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a5999a ; float -20.7000008 .long 0x418d1eb8 ; float 17.6399994 .long 0xc2113333 ; float -36.2999992 .long 0xc1a80000 ; float -21 .long 0x418e8f5c ; float 17.8199997 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2100000 ; float -36 .long 0xc1a70a3d ; float -20.8799992 .long 0x418e8f5c ; float 17.8199997 .long 0xc2113333 ; float -36.2999992 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418ef5c3 ; float 17.8700008 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x4192cccd ; float 18.3500004 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a87ae1 ; float -21.0599995 .long 0x4192cccd ; float 18.3500004 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a80000 ; float -21 .long 0x41935c29 ; float 18.4200001 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a6147b ; float -20.7600002 .long 0x41943d71 ; float 18.5300007 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a5999a ; float -20.7000008 .long 0x4192cccd ; float 18.3500004 .long 0xc2113333 ; float -36.2999992 .long 0xc1a6147b ; float -20.7600002 .long 0x41943d71 ; float 18.5300007 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a6147b ; float -20.7600002 .long 0x41943d71 ; float 18.5300007 .long 0xc2113333 ; float -36.2999992 .long 0xc1a5999a ; float -20.7000008 .long 0x419547ae ; float 18.6599998 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x4191eb85 ; float 18.2399998 .long 0xc2113333 ; float -36.2999992 .long 0xc1a68f5c ; float -20.8199997 .long 0x4191eb85 ; float 18.2399998 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a68f5c ; float -20.8199997 .long 0x41907ae1 ; float 18.0599995 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a80000 ; float -21 .long 0x41907ae1 ; float 18.0599995 .long 0xc212d70a ; float -36.7099991 .long 0xc1a970a4 ; float -21.1800003 .long 0x4190e148 ; float 18.1100006 .long 0xc2148f5c ; float -37.1399994 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418e8f5c ; float 17.8199997 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a80000 ; float -21 .long 0x418e8f5c ; float 17.8199997 .long 0xc214147b ; float -37.0200005 .long 0xc1a6147b ; float -20.7600002 .long 0x418e8f5c ; float 17.8199997 .long 0xc213d70a ; float -36.9599991 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41907ae1 ; float 18.0599995 .long 0xc2150000 ; float -37.25 .long 0xc1a70a3d ; float -20.8799992 .long 0x41907ae1 ; float 18.0599995 .long 0xc2150000 ; float -37.25 .long 0xc1a6147b ; float -20.7600002 .long 0x4192cccd ; float 18.3500004 .long 0xc2150000 ; float -37.25 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x419170a4 ; float 18.1800003 .long 0xc2148f5c ; float -37.1399994 .long 0xc1a3999a ; float -20.4500008 .long 0x4190e148 ; float 18.1100006 .long 0xc214147b ; float -37.0200005 .long 0xc1a428f6 ; float -20.5200005 .long 0x4190e148 ; float 18.1100006 .long 0xc2148f5c ; float -37.1399994 .long 0xc1a33333 ; float -20.3999996 .long 0x4192cccd ; float 18.3500004 .long 0xc2138f5c ; float -36.8899994 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x4193d70a ; float 18.4799995 .long 0xc2138f5c ; float -36.8899994 .long 0xc1a428f6 ; float -20.5200005 .long 0x4191eb85 ; float 18.2399998 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x419170a4 ; float 18.1800003 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x418f851f ; float 17.9400005 .long 0xc2113333 ; float -36.2999992 .long 0xc1a6147b ; float -20.7600002 .long 0x41907ae1 ; float 18.0599995 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a6147b ; float -20.7600002 .long 0x419170a4 ; float 18.1800003 .long 0xc2103333 ; float -36.0499992 .long 0xc1a428f6 ; float -20.5200005 .long 0x4192cccd ; float 18.3500004 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a68f5c ; float -20.8199997 .long 0x41907ae1 ; float 18.0599995 .long 0xc2113333 ; float -36.2999992 .long 0xc1a6147b ; float -20.7600002 .long 0x418e147b ; float 17.7600002 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a70a3d ; float -20.8799992 .long 0x418ef5c3 ; float 17.8700008 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a80000 ; float -21 .long 0x418e147b ; float 17.7600002 .long 0xc2100000 ; float -36 .long 0xc1a87ae1 ; float -21.0599995 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2103333 ; float -36.0499992 .long 0xc1a87ae1 ; float -21.0599995 .long 0x418f851f ; float 17.9400005 .long 0xc2103333 ; float -36.0499992 .long 0xc1aa6666 ; float -21.2999992 .long 0x41907ae1 ; float 18.0599995 .long 0xc210eb85 ; float -36.2299995 .long 0xc1abd70a ; float -21.4799995 .long 0x41907ae1 ; float 18.0599995 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1aa6666 ; float -21.2999992 .long 0x418f851f ; float 17.9400005 .long 0xc2103333 ; float -36.0499992 .long 0xc1aa6666 ; float -21.2999992 .long 0x4191eb85 ; float 18.2399998 .long 0xc2103333 ; float -36.0499992 .long 0xc1a970a4 ; float -21.1800003 .long 0x4191eb85 ; float 18.2399998 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41943d71 ; float 18.5300007 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a80000 ; float -21 .long 0x4193d70a ; float 18.4799995 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a80000 ; float -21 .long 0x4191eb85 ; float 18.2399998 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a80000 ; float -21 .long 0x4190e148 ; float 18.1100006 .long 0xc2113333 ; float -36.2999992 .long 0xc1a80000 ; float -21 .long 0x418f851f ; float 17.9400005 .long 0xc21170a4 ; float -36.3600006 .long 0xc1aa6666 ; float -21.2999992 .long 0x418f851f ; float 17.9400005 .long 0xc2125c29 ; float -36.5900002 .long 0xc1abd70a ; float -21.4799995 .long 0x418ef5c3 ; float 17.8700008 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1abd70a ; float -21.4799995 .long 0x418f851f ; float 17.9400005 .long 0xc2125c29 ; float -36.5900002 .long 0xc1abd70a ; float -21.4799995 .long 0x418e8f5c ; float 17.8199997 .long 0xc21228f6 ; float -36.5400009 .long 0xc1accccd ; float -21.6000004 .long 0x418e8f5c ; float 17.8199997 .long 0xc2125c29 ; float -36.5900002 .long 0xc1accccd ; float -21.6000004 .long 0x418e8f5c ; float 17.8199997 .long 0xc21228f6 ; float -36.5400009 .long 0xc1abd70a ; float -21.4799995 .long 0x418ef5c3 ; float 17.8700008 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1ab5c29 ; float -21.4200001 .long 0x418f851f ; float 17.9400005 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1a70a3d ; float -20.8799992 .long 0x4190e148 ; float 18.1100006 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a6147b ; float -20.7600002 .long 0x4190e148 ; float 18.1100006 .long 0xc2138f5c ; float -36.8899994 .long 0xc1a5999a ; float -20.7000008 .long 0x418ef5c3 ; float 17.8700008 .long 0xc212d70a ; float -36.7099991 .long 0xc1a6147b ; float -20.7600002 .long 0x418f851f ; float 17.9400005 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a6147b ; float -20.7600002 .long 0x4190e148 ; float 18.1100006 .long 0xc2138f5c ; float -36.8899994 .long 0xc1a5999a ; float -20.7000008 .long 0x4190e148 ; float 18.1100006 .long 0xc214147b ; float -37.0200005 .long 0xc1a3999a ; float -20.4500008 .long 0x418f851f ; float 17.9400005 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a33333 ; float -20.3999996 .long 0x418e8f5c ; float 17.8199997 .long 0xc2138f5c ; float -36.8899994 .long 0xc1a68f5c ; float -20.8199997 .long 0x418ca3d7 ; float 17.5799999 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a6147b ; float -20.7600002 .long 0x418ca3d7 ; float 17.5799999 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a5999a ; float -20.7000008 .long 0x418b999a ; float 17.4500008 .long 0xc2125c29 ; float -36.5900002 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x418c28f6 ; float 17.5200005 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x418d1eb8 ; float 17.6399994 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a5999a ; float -20.7000008 .long 0x418e147b ; float 17.7600002 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a5999a ; float -20.7000008 .long 0x418ef5c3 ; float 17.8700008 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a70a3d ; float -20.8799992 .long 0x41935c29 ; float 18.4200001 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a68f5c ; float -20.8199997 .long 0x419628f6 ; float 18.7700005 .long 0xc213d70a ; float -36.9599991 .long 0xc1a5999a ; float -20.7000008 .long 0x419628f6 ; float 18.7700005 .long 0xc213d70a ; float -36.9599991 .long 0xc1a5999a ; float -20.7000008 .long 0x4197999a ; float 18.9500008 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a4a3d7 ; float -20.5799999 .long 0x4196b852 ; float 18.8400002 .long 0xc213d70a ; float -36.9599991 .long 0xc1a3999a ; float -20.4500008 .long 0x419547ae ; float 18.6599998 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a3999a ; float -20.4500008 .long 0x41943d71 ; float 18.5300007 .long 0xc212d70a ; float -36.7099991 .long 0xc1a428f6 ; float -20.5200005 .long 0x41935c29 ; float 18.4200001 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1a3999a ; float -20.4500008 .long 0x419170a4 ; float 18.1800003 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a428f6 ; float -20.5200005 .long 0x418f851f ; float 17.9400005 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a5999a ; float -20.7000008 .long 0x41907ae1 ; float 18.0599995 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a70a3d ; float -20.8799992 .long 0x4191eb85 ; float 18.2399998 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a87ae1 ; float -21.0599995 .long 0x4191eb85 ; float 18.2399998 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a970a4 ; float -21.1800003 .long 0x41935c29 ; float 18.4200001 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x41935c29 ; float 18.4200001 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x41943d71 ; float 18.5300007 .long 0xc2113333 ; float -36.2999992 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x4191eb85 ; float 18.2399998 .long 0xc2103333 ; float -36.0499992 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41935c29 ; float 18.4200001 .long 0xc2103333 ; float -36.0499992 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41935c29 ; float 18.4200001 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a70a3d ; float -20.8799992 .long 0x41935c29 ; float 18.4200001 .long 0xc2113333 ; float -36.2999992 .long 0xc1a80000 ; float -21 .long 0x419170a4 ; float 18.1800003 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a80000 ; float -21 .long 0x4190e148 ; float 18.1100006 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41907ae1 ; float 18.0599995 .long 0xc21170a4 ; float -36.3600006 .long 0xc1a8f5c3 ; float -21.1200008 .long 0x418ef5c3 ; float 17.8700008 .long 0xc211a3d7 ; float -36.4099998 .long 0xc1a70a3d ; float -20.8799992 .long 0x4190e148 ; float 18.1100006 .long 0xc212a3d7 ; float -36.6599998 .long 0xc1a6147b ; float -20.7600002 .long 0x418ef5c3 ; float 17.8700008 .long 0xc2135c29 ; float -36.8400002 .long 0xc1a70a3d ; float -20.8799992 .long 0x418f851f ; float 17.9400005 .long 0xc21228f6 ; float -36.5400009 .long 0xc1a80000 ; float -21 .long 0x418f851f ; float 17.9400005 .long 0xc2113333 ; float -36.2999992 .long 0xc1a68f5c ; float -20.8199997 .long 0x4190e148 ; float 18.1100006 .long 0xc2113333 ; float -36.2999992 .long 0xc1a68f5c ; float -20.8199997 .long 0x4190e148 ; float 18.1100006 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a70a3d ; float -20.8799992 .long 0x419170a4 ; float 18.1800003 .long 0xc2103333 ; float -36.0499992 .long 0xc1a87ae1 ; float -21.0599995 .long 0x41935c29 ; float 18.4200001 .long 0xc210eb85 ; float -36.2299995 .long 0xc1a970a4 ; float -21.1800003 .long 0x4190e148 ; float 18.1100006 .long 0xc2100000 ; float -36 .long 0xc1accccd ; float -21.6000004 .long 0x4190e148 ; float 18.1100006 .long 0xc2103333 ; float -36.0499992 .long 0xc1adc28f ; float -21.7199993 .long 0x418e8f5c ; float 17.8199997 .long 0xc2113333 ; float -36.2999992 .long 0xc1adc28f ; float -21.7199993 .long 0x418ca3d7 ; float 17.5799999 .long 0xc21170a4 ; float -36.3600006 .long 0xc1ae3d71 ; float -21.7800007 .long 0x418ab852 ; float 17.3400002 .long 0xc2113333 ; float -36.2999992 .long 0xc1b028f6 ; float -22.0200005 .long 0x41883d71 ; float 17.0300007 .long 0xc21170a4 ; float -36.3600006 .long 0xc1b028f6 ; float -22.0200005 .long 0x4185eb85 ; float 16.7399998 .long 0xc2113333 ; float -36.2999992 .long 0xc1b2147b ; float -22.2600002 .long 0x4182f5c3 ; float 16.3700008 .long 0xc210eb85 ; float -36.2299995 .long 0xc1b30a3d ; float -22.3799992 .long 0x418570a4 ; float 16.6800003 .long 0xc2113333 ; float -36.2999992 .long 0xc1b47ae1 ; float -22.5599995 .long 0x41875c29 ; float 16.9200001 .long 0xc210eb85 ; float -36.2299995 .long 0xc1b47ae1 ; float -22.5599995 .long 0x4186cccd ; float 16.8500004 .long 0xc210eb85 ; float -36.2299995 .long 0xc1b66666 ; float -22.7999992 .long 0x418570a4 ; float 16.6800003 .long 0xc20fb852 ; float -35.9300003 .long 0xc1b9c28f ; float -23.2199993 .long 0x41847ae1 ; float 16.5599995 .long 0xc2103333 ; float -36.0499992 .long 0xc1bc147b ; float -23.5100002 .long 0x41847ae1 ; float 16.5599995 .long 0xc2103333 ; float -36.0499992 .long 0xc1be8f5c ; float -23.8199997 .long 0x4184e148 ; float 16.6100006 .long 0xc21170a4 ; float -36.3600006 .long 0xc1c00000 ; float -24 .long 0x418570a4 ; float 16.6800003 .long 0xc21170a4 ; float -36.3600006 .long 0xc1c170a4 ; float -24.1800003 .long 0x4180a3d7 ; float 16.0799999 .long 0xc210eb85 ; float -36.2299995 .long 0xc1c35c29 ; float -24.4200001 .long 0x417a8f5c ; float 15.6599998 .long 0xc2103333 ; float -36.0499992 .long 0xc1c3d70a ; float -24.4799995 .long 0x4172b852 ; float 15.1700001 .long 0xc20fb852 ; float -35.9300003 .long 0xc1c73333 ; float -24.8999996 .long 0x4170f5c3 ; float 15.0600004 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1c7ae14 ; float -24.9599991 .long 0x416e147b ; float 14.8800001 .long 0xc2103333 ; float -36.0499992 .long 0xc1c63d71 ; float -24.7800007 .long 0x41635c29 ; float 14.21 .long 0xc2107ae1 ; float -36.1199989 .long 0xc1a9eb85 ; float -21.2399998 .long 0x41907ae1 ; float 18.0599995 .long 0xc2078f5c ; float -33.8899994 .long 0xc1a970a4 ; float -21.1800003 .long 0x418d851f ; float 17.6900005 .long 0xc2078f5c ; float -33.8899994 .long 0xc1ad47ae ; float -21.6599998 .long 0x418ab852 ; float 17.3400002 .long 0xc208147b ; float -34.0200005 .long 0xc1ae3d71 ; float -21.7800007 .long 0x4187d70a ; float 16.9799995 .long 0xc20847ae ; float -34.0699997 .long 0xc1afae14 ; float -21.9599991 .long 0x418651ec ; float 16.7900009 .long 0xc2090000 ; float -34.25 .long 0xc1b1999a ; float -22.2000008 .long 0x41847ae1 ; float 16.5599995 .long 0xc209851f ; float -34.3800011 .long 0xc1b30a3d ; float -22.3799992 .long 0x4182f5c3 ; float 16.3700008 .long 0xc20a7ae1 ; float -34.6199989 .long 0xc1b6cccd ; float -22.8500004 .long 0x4182f5c3 ; float 16.3700008 .long 0xc20a0000 ; float -34.5 .long 0xc1b947ae ; float -23.1599998 .long 0x417c7ae1 ; float 15.7799997 .long 0xc2090000 ; float -34.25 .long 0xc1bd1eb8 ; float -23.6399994 .long 0x4174a3d7 ; float 15.29 .long 0xc209851f ; float -34.3800011 .long 0xc1bbae14 ; float -23.4599991 .long 0x41700000 ; float 15 .long 0xc209851f ; float -34.3800011 .long 0xc1bbae14 ; float -23.4599991 .long 0x416947ae ; float 14.5799999 .long 0xc209851f ; float -34.3800011 .long 0xc1be147b ; float -23.7600002 .long 0x416570a4 ; float 14.3400002 .long 0xc209851f ; float -34.3800011 .long 0xc1bd999a ; float -23.7000008 .long 0x415dc28f ; float 13.8599997 .long 0xc209851f ; float -34.3800011 .long 0xc1c170a4 ; float -24.1800003 .long 0x41580000 ; float 13.5 .long 0xc208147b ; float -34.0200005 .long 0xc1c07ae1 ; float -24.0599995 .long 0x414d70a4 ; float 12.8400002 .long 0xc208cccd ; float -34.2000008 .long 0xc1c3d70a ; float -24.4799995 .long 0x413947ae ; float 11.5799999 .long 0xc20947ae ; float -34.3199997 .long 0xc1c4cccd ; float -24.6000004 .long 0x41335c29 ; float 11.21 .long 0xc20847ae ; float -34.0699997 .long 0xc1c63d71 ; float -24.7800007 .long 0x41335c29 ; float 11.21 .long 0xc2088f5c ; float -34.1399994 .long 0xc1ca147b ; float -25.2600002 .long 0x412ab852 ; float 10.6700001 .long 0xc2088f5c ; float -34.1399994 .long 0xc1cb0a3d ; float -25.3799992 .long 0x411d70a4 ; float 9.84000015 .long 0xc208147b ; float -34.0200005 .long 0xc1cd70a4 ; float -25.6800003 .long 0x4116b852 ; float 9.42000007 .long 0xc208147b ; float -34.0200005 .long 0xc1ccf5c3 ; float -25.6200008 .long 0x410e147b ; float 8.88000011 .long 0xc207d70a ; float -33.9599991 .long 0xc1cf5c29 ; float -25.9200001 .long 0x410d1eb8 ; float 8.81999969 .long 0xc207d70a ; float -33.9599991 .long 0xc1d0b852 ; float -26.0900002 .long 0x410570a4 ; float 8.34000015 .long 0xc207d70a ; float -33.9599991 .long 0xc1d1c28f ; float -26.2199993 .long 0x40fd1eb8 ; float 7.90999985 .long 0xc207d70a ; float -33.9599991 .long 0xc1d4147b ; float -26.5100002 .long 0x40f00000 ; float 7.5 .long 0xc207d70a ; float -33.9599991 .long 0xc1d3ae14 ; float -26.4599991 .long 0x40ea3d71 ; float 7.32000017 .long 0xc206d70a ; float -33.7099991 .long 0xc1d5999a ; float -26.7000008 .long 0x40e47ae1 ; float 7.13999987 .long 0xc206a3d7 ; float -33.6599998 .long 0xc1d3ae14 ; float -26.4599991 .long 0x40d147ae ; float 6.53999996 .long 0xc205eb85 ; float -33.4799995 .long 0xc1d33333 ; float -26.3999996 .long 0x40c5c28f ; float 6.17999983 .long 0xc205eb85 ; float -33.4799995 .long 0xc1d3ae14 ; float -26.4599991 .long 0x40b28f5c ; float 5.57999992 .long 0xc204eb85 ; float -33.2299995 .long 0xc1d5999a ; float -26.7000008 .long 0x40a147ae ; float 5.03999996 .long 0xc204b852 ; float -33.1800003 .long 0xc1d4a3d7 ; float -26.5799999 .long 0x40900000 ; float 4.5 .long 0xc2047ae1 ; float -33.1199989 .long 0xc1d147ae ; float -26.1599998 .long 0x4071eb85 ; float 3.77999997 .long 0xc2047ae1 ; float -33.1199989 .long 0xc1d23d71 ; float -26.2800007 .long 0x404f5c29 ; float 3.24000001 .long 0xc204b852 ; float -33.1800003 .long 0xc1d051ec ; float -26.0400009 .long 0x403851ec ; float 2.88000011 .long 0xc2047ae1 ; float -33.1199989 .long 0xc1d2b852 ; float -26.3400002 .long 0x4028f5c3 ; float 2.6400001 .long 0xc2043333 ; float -33.0499992 .long 0xc1d147ae ; float -26.1599998 .long 0x400e147b ; float 2.22000003 .long 0xc2047ae1 ; float -33.1199989 .long 0xc1d0b852 ; float -26.0900002 .long 0x3fcf5c29 ; float 1.62 .long 0xc204eb85 ; float -33.2299995 .long 0xc1d0b852 ; float -26.0900002 .long 0x3f666666 ; float 0.899999976 .long 0xc20570a4 ; float -33.3600006 .long 0xc1d147ae ; float -26.1599998 .long 0x3ef5c28f ; float 0.479999989 .long 0xc205eb85 ; float -33.4799995 .long 0xc1d147ae ; float -26.1599998 .long 0x00000000 ; float 0 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1d147ae ; float -26.1599998 .long 0xbe947ae1 ; float -0.289999992 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1d0b852 ; float -26.0900002 .long 0xbf3851ec ; float -0.720000029 .long 0xc2071eb8 ; float -33.7799988 .long 0xc1cecccd ; float -25.8500004 .long 0xbfa8f5c3 ; float -1.32000005 .long 0xc2075c29 ; float -33.8400002 .long 0xc1cecccd ; float -25.8500004 .long 0xbfee147b ; float -1.86000001 .long 0xc207d70a ; float -33.9599991 .long 0xc1cd70a4 ; float -25.6800003 .long 0xc009999a ; float -2.1500001 .long 0xc208147b ; float -34.0200005 .long 0xc1cd70a4 ; float -25.6800003 .long 0xc0570a3d ; float -3.3599999 .long 0xc2078f5c ; float -33.8899994 .long 0xc1cc7ae1 ; float -25.5599995 .long 0xc06a3d71 ; float -3.66000009 .long 0xc2075c29 ; float -33.8400002 .long 0xc1ccf5c3 ; float -25.6200008 .long 0xc07ccccd ; float -3.95000005 .long 0xc20847ae ; float -34.0699997 .long 0xc1ca147b ; float -25.2600002 .long 0xc09b3333 ; float -4.8499999 .long 0xc20847ae ; float -34.0699997 .long 0xc1c91eb8 ; float -25.1399994 .long 0xc0b28f5c ; float -5.57999992 .long 0xc2078f5c ; float -33.8899994 .long 0xc1c8147b ; float -25.0100002 .long 0xc0be147b ; float -5.94000006 .long 0xc20847ae ; float -34.0699997 .long 0xc1c7ae14 ; float -24.9599991 .long 0xc0d51eb8 ; float -6.65999985 .long 0xc20847ae ; float -34.0699997 .long 0xc1c6b852 ; float -24.8400002 .long 0xc0e47ae1 ; float -7.13999987 .long 0xc20947ae ; float -34.3199997 .long 0xc1c451ec ; float -24.5400009 .long 0xc0f7ae14 ; float -7.73999977 .long 0xc20a0000 ; float -34.5 .long 0xc1c170a4 ; float -24.1800003 .long 0xc1075c29 ; float -8.46000003 .long 0xc20a0000 ; float -34.5 .long 0xc1bca3d7 ; float -23.5799999 .long 0xc113d70a ; float -9.23999977 .long 0xc20947ae ; float -34.3199997 .long 0xc1bab852 ; float -23.3400002 .long 0xc11d70a4 ; float -9.84000015 .long 0xc2088f5c ; float -34.1399994 .long 0xc1b75c29 ; float -22.9200001 .long 0xc1270a3d ; float -10.4399996 .long 0xc20847ae ; float -34.0699997 .long 0xc1b30a3d ; float -22.3799992 .long 0xc140f5c3 ; float -12.0600004 .long 0xc207d70a ; float -33.9599991 .long 0xc1afae14 ; float -21.9599991 .long 0xc14c7ae1 ; float -12.7799997 .long 0xc206a3d7 ; float -33.6599998 .long 0xc1aacccd ; float -21.3500004 .long 0xc1580000 ; float -13.5 .long 0xc20570a4 ; float -33.3600006 .long 0xc1a87ae1 ; float -21.0599995 .long 0xc161999a ; float -14.1000004 .long 0xc2043333 ; float -33.0499992 .long 0xc1a51eb8 ; float -20.6399994 .long 0xc16c0000 ; float -14.75 .long 0xc20347ae ; float -32.8199997 .long 0xc1a428f6 ; float -20.5200005 .long 0xc172b852 ; float -15.1700001 .long 0xc203b852 ; float -32.9300003 .long 0xc1a147ae ; float -20.1599998 .long 0xc175c28f ; float -15.3599997 .long 0xc2047ae1 ; float -33.1199989 .long 0xc19d70a4 ; float -19.6800003 .long 0xc17a8f5c ; float -15.6599998 .long 0xc2043333 ; float -33.0499992 .long 0xc19af5c3 ; float -19.3700008 .long 0xc183851f ; float -16.4400005 .long 0xc2043333 ; float -33.0499992 .long 0xc19828f6 ; float -19.0200005 .long 0xc18651ec ; float -16.7900009 .long 0xc2053333 ; float -33.2999992 .long 0xc1943d71 ; float -18.5300007 .long 0xc1883d71 ; float -17.0300007 .long 0xc2043333 ; float -33.0499992 .long 0xc191eb85 ; float -18.2399998 .long 0xc18ab852 ; float -17.3400002 .long 0xc2053333 ; float -33.2999992 .long 0xc191eb85 ; float -18.2399998 .long 0xc18e147b ; float -17.7600002 .long 0xc2053333 ; float -33.2999992 .long 0xc1907ae1 ; float -18.0599995 .long 0xc18f851f ; float -17.9400005 .long 0xc204eb85 ; float -33.2299995 .long 0xc18e8f5c ; float -17.8199997 .long 0xc191eb85 ; float -18.2399998 .long 0xc2043333 ; float -33.0499992 .long 0xc18d1eb8 ; float -17.6399994 .long 0xc19547ae ; float -18.6599998 .long 0xc2043333 ; float -33.0499992 .long 0xc18ab852 ; float -17.3400002 .long 0xc197999a ; float -18.9500008 .long 0xc2047ae1 ; float -33.1199989 .long 0xc189ae14 ; float -17.2099991 .long 0xc198a3d7 ; float -19.0799999 .long 0xc204eb85 ; float -33.2299995 .long 0xc187d70a ; float -16.9799995 .long 0xc19c0000 ; float -19.5 .long 0xc20570a4 ; float -33.3600006 .long 0xc18570a4 ; float -16.6800003 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20570a4 ; float -33.3600006 .long 0xc182147b ; float -16.2600002 .long 0xc19c0000 ; float -19.5 .long 0xc20628f6 ; float -33.5400009 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19deb85 ; float -19.7399998 .long 0xc20628f6 ; float -33.5400009 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19d70a4 ; float -19.6800003 .long 0xc206d70a ; float -33.7099991 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc206a3d7 ; float -33.6599998 .long 0xc178a3d7 ; float -15.54 .long 0xc19d70a4 ; float -19.6800003 .long 0xc206d70a ; float -33.7099991 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19d70a4 ; float -19.6800003 .long 0xc206d70a ; float -33.7099991 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19b70a4 ; float -19.4300003 .long 0xc2075c29 ; float -33.8400002 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19b70a4 ; float -19.4300003 .long 0xc206d70a ; float -33.7099991 .long 0xc17b5c29 ; float -15.71 .long 0xc19c0000 ; float -19.5 .long 0xc2065c29 ; float -33.5900002 .long 0xc17f5c29 ; float -15.96 .long 0xc19d70a4 ; float -19.6800003 .long 0xc2053333 ; float -33.2999992 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19deb85 ; float -19.7399998 .long 0xc20570a4 ; float -33.3600006 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19e51ec ; float -19.7900009 .long 0xc20628f6 ; float -33.5400009 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc205a3d7 ; float -33.4099998 .long 0xc178a3d7 ; float -15.54 .long 0xc19deb85 ; float -19.7399998 .long 0xc2053333 ; float -33.2999992 .long 0xc175c28f ; float -15.3599997 .long 0xc19d70a4 ; float -19.6800003 .long 0xc20570a4 ; float -33.3600006 .long 0xc176b852 ; float -15.4200001 .long 0xc19d70a4 ; float -19.6800003 .long 0xc204eb85 ; float -33.2299995 .long 0xc173d70a ; float -15.2399998 .long 0xc19deb85 ; float -19.7399998 .long 0xc20570a4 ; float -33.3600006 .long 0xc173d70a ; float -15.2399998 .long 0xc19e51ec ; float -19.7900009 .long 0xc2065c29 ; float -33.5900002 .long 0xc172b852 ; float -15.1700001 .long 0xc1a03d71 ; float -20.0300007 .long 0xc205a3d7 ; float -33.4099998 .long 0xc170f5c3 ; float -15.0600004 .long 0xc1a0cccd ; float -20.1000004 .long 0xc20628f6 ; float -33.5400009 .long 0xc173d70a ; float -15.2399998 .long 0xc1a03d71 ; float -20.0300007 .long 0xc206a3d7 ; float -33.6599998 .long 0xc176b852 ; float -15.4200001 .long 0xc1a0cccd ; float -20.1000004 .long 0xc205a3d7 ; float -33.4099998 .long 0xc17a8f5c ; float -15.6599998 .long 0xc1a0cccd ; float -20.1000004 .long 0xc205a3d7 ; float -33.4099998 .long 0xc17a8f5c ; float -15.6599998 .long 0xc1a33333 ; float -20.3999996 .long 0xc205a3d7 ; float -33.4099998 .long 0xc17a8f5c ; float -15.6599998 .long 0xc1a2b852 ; float -20.3400002 .long 0xc205a3d7 ; float -33.4099998 .long 0xc178a3d7 ; float -15.54 .long 0xc19fd70a ; float -19.9799995 .long 0xc2075c29 ; float -33.8400002 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19d70a4 ; float -19.6800003 .long 0xc207d70a ; float -33.9599991 .long 0xc17f5c29 ; float -15.96 .long 0xc19b70a4 ; float -19.4300003 .long 0xc2078f5c ; float -33.8899994 .long 0xc17b5c29 ; float -15.71 .long 0xc1991eb8 ; float -19.1399994 .long 0xc207d70a ; float -33.9599991 .long 0xc178a3d7 ; float -15.54 .long 0xc197999a ; float -18.9500008 .long 0xc2088f5c ; float -34.1399994 .long 0xc17a8f5c ; float -15.6599998 .long 0xc199851f ; float -19.1900005 .long 0xc2078f5c ; float -33.8899994 .long 0xc178a3d7 ; float -15.54 .long 0xc1973333 ; float -18.8999996 .long 0xc208cccd ; float -34.2000008 .long 0xc177ae14 ; float -15.4799995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2090000 ; float -34.25 .long 0xc177ae14 ; float -15.4799995 .long 0xc19b70a4 ; float -19.4300003 .long 0xc2078f5c ; float -33.8899994 .long 0xc172b852 ; float -15.1700001 .long 0xc19c0000 ; float -19.5 .long 0xc2075c29 ; float -33.8400002 .long 0xc16f0a3d ; float -14.9399996 .long 0xc19e51ec ; float -19.7900009 .long 0xc206a3d7 ; float -33.6599998 .long 0xc16d1eb8 ; float -14.8199997 .long 0xc1a33333 ; float -20.3999996 .long 0xc205a3d7 ; float -33.4099998 .long 0xc16f0a3d ; float -14.9399996 .long 0xc1a4a3d7 ; float -20.5799999 .long 0xc205a3d7 ; float -33.4099998 .long 0xc16a3d71 ; float -14.6400003 .long 0xc1a3999a ; float -20.4500008 .long 0xc2065c29 ; float -33.5900002 .long 0xc1675c29 ; float -14.46 .long 0xc1a33333 ; float -20.3999996 .long 0xc205a3d7 ; float -33.4099998 .long 0xc16a3d71 ; float -14.6400003 .long 0xc1a147ae ; float -20.1599998 .long 0xc205a3d7 ; float -33.4099998 .long 0xc16c0000 ; float -14.75 .long 0xc1a228f6 ; float -20.2700005 .long 0xc2053333 ; float -33.2999992 .long 0xc16f0a3d ; float -14.9399996 .long 0xc1a33333 ; float -20.3999996 .long 0xc20570a4 ; float -33.3600006 .long 0xc172b852 ; float -15.1700001 .long 0xc1a228f6 ; float -20.2700005 .long 0xc2065c29 ; float -33.5900002 .long 0xc176b852 ; float -15.4200001 .long 0xc19ecccd ; float -19.8500004 .long 0xc20628f6 ; float -33.5400009 .long 0xc172b852 ; float -15.1700001 .long 0xc19e51ec ; float -19.7900009 .long 0xc2065c29 ; float -33.5900002 .long 0xc172b852 ; float -15.1700001 .long 0xc19e51ec ; float -19.7900009 .long 0xc2065c29 ; float -33.5900002 .long 0xc177ae14 ; float -15.4799995 .long 0xc19fd70a ; float -19.9799995 .long 0xc205a3d7 ; float -33.4099998 .long 0xc176b852 ; float -15.4200001 .long 0xc19ecccd ; float -19.8500004 .long 0xc2053333 ; float -33.2999992 .long 0xc175c28f ; float -15.3599997 .long 0xc19ecccd ; float -19.8500004 .long 0xc20628f6 ; float -33.5400009 .long 0xc173d70a ; float -15.2399998 .long 0xc19ecccd ; float -19.8500004 .long 0xc2053333 ; float -33.2999992 .long 0xc171eb85 ; float -15.1199999 .long 0xc19ecccd ; float -19.8500004 .long 0xc20570a4 ; float -33.3600006 .long 0xc173d70a ; float -15.2399998 .long 0xc19ecccd ; float -19.8500004 .long 0xc205a3d7 ; float -33.4099998 .long 0xc176b852 ; float -15.4200001 .long 0xc19ecccd ; float -19.8500004 .long 0xc2065c29 ; float -33.5900002 .long 0xc176b852 ; float -15.4200001 .long 0xc19deb85 ; float -19.7399998 .long 0xc2065c29 ; float -33.5900002 .long 0xc176b852 ; float -15.4200001 .long 0xc19deb85 ; float -19.7399998 .long 0xc20628f6 ; float -33.5400009 .long 0xc176b852 ; float -15.4200001 .long 0xc19fd70a ; float -19.9799995 .long 0xc20570a4 ; float -33.3600006 .long 0xc175c28f ; float -15.3599997 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc204eb85 ; float -33.2299995 .long 0xc177ae14 ; float -15.4799995 .long 0xc19c0000 ; float -19.5 .long 0xc2040000 ; float -33 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19c0000 ; float -19.5 .long 0xc2030000 ; float -32.75 .long 0xc178a3d7 ; float -15.54 .long 0xc19e51ec ; float -19.7900009 .long 0xc2028f5c ; float -32.6399994 .long 0xc178a3d7 ; float -15.54 .long 0xc19deb85 ; float -19.7399998 .long 0xc2015c29 ; float -32.3400002 .long 0xc17d47ae ; float -15.8299999 .long 0xc19ecccd ; float -19.8500004 .long 0xc200d70a ; float -32.2099991 .long 0xc17f5c29 ; float -15.96 .long 0xc1a03d71 ; float -20.0300007 .long 0xc201d70a ; float -32.4599991 .long 0xc18028f6 ; float -16.0200005 .long 0xc1a03d71 ; float -20.0300007 .long 0xc201d70a ; float -32.4599991 .long 0xc180a3d7 ; float -16.0799999 .long 0xc1a3999a ; float -20.4500008 .long 0xc2028f5c ; float -32.6399994 .long 0xc180a3d7 ; float -16.0799999 .long 0xc1a33333 ; float -20.3999996 .long 0xc2030000 ; float -32.75 .long 0xc180a3d7 ; float -16.0799999 .long 0xc1a228f6 ; float -20.2700005 .long 0xc202cccd ; float -32.7000008 .long 0xc17d47ae ; float -15.8299999 .long 0xc1a0cccd ; float -20.1000004 .long 0xc2030000 ; float -32.75 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19ecccd ; float -19.8500004 .long 0xc2047ae1 ; float -33.1199989 .long 0xc17b5c29 ; float -15.71 .long 0xc19ecccd ; float -19.8500004 .long 0xc204eb85 ; float -33.2299995 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19deb85 ; float -19.7399998 .long 0xc20570a4 ; float -33.3600006 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19deb85 ; float -19.7399998 .long 0xc206a3d7 ; float -33.6599998 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19c0000 ; float -19.5 .long 0xc20628f6 ; float -33.5400009 .long 0xc17b5c29 ; float -15.71 .long 0xc19d70a4 ; float -19.6800003 .long 0xc2065c29 ; float -33.5900002 .long 0xc17a8f5c ; float -15.6599998 .long 0xc19e51ec ; float -19.7900009 .long 0xc206a3d7 ; float -33.6599998 .long 0xc17d47ae ; float -15.8299999 .long 0xc19d70a4 ; float -19.6800003 .long 0xc206d70a ; float -33.7099991 .long 0xc18028f6 ; float -16.0200005 .long 0xc19e51ec ; float -19.7900009 .long 0xc205a3d7 ; float -33.4099998 .long 0xc18028f6 ; float -16.0200005 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc2053333 ; float -33.2999992 .long 0xc17d47ae ; float -15.8299999 .long 0xc19af5c3 ; float -19.3700008 .long 0xc2040000 ; float -33 .long 0xc17c7ae1 ; float -15.7799997 .long 0xc19a147b ; float -19.2600002 .long 0xc2047ae1 ; float -33.1199989 .long 0xc17d47ae ; float -15.8299999 .long 0xc19a147b ; float -19.2600002 .long 0xc205a3d7 ; float -33.4099998 .long 0xc18028f6 ; float -16.0200005 .long 0xc199851f ; float -19.1900005 .long 0xc20628f6 ; float -33.5400009 .long 0xc18028f6 ; float -16.0200005 .long 0xc198a3d7 ; float -19.0799999 .long 0xc206d70a ; float -33.7099991 .long 0xc18028f6 ; float -16.0200005 .long 0xc19b70a4 ; float -19.4300003 .long 0xc2065c29 ; float -33.5900002 .long 0xc180a3d7 ; float -16.0799999 .long 0xc19af5c3 ; float -19.3700008 .long 0xc206d70a ; float -33.7099991 .long 0xc1811eb8 ; float -16.1399994 .long 0xc19c0000 ; float -19.5 .long 0xc206a3d7 ; float -33.6599998 .long 0xc182f5c3 ; float -16.3700008 .long 0xc19deb85 ; float -19.7399998 .long 0xc206a3d7 ; float -33.6599998 .long 0xc184e148 ; float -16.6100006 .long 0xc19c7ae1 ; float -19.5599995 .long 0xc205a3d7 ; float -33.4099998 .long 0xc185eb85 ; float -16.7399998 .long 0xc19af5c3 ; float -19.3700008 .long 0xc205a3d7 ; float -33.4099998 .long 0xc183851f ; float -16.4400005 .long 0xc198a3d7 ; float -19.0799999 .long 0xc20628f6 ; float -33.5400009 .long 0xc184e148 ; float -16.6100006 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2053333 ; float -33.2999992 .long 0xc184e148 ; float -16.6100006 .long 0xc196b852 ; float -18.8400002 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1847ae1 ; float -16.5599995 .long 0xc19628f6 ; float -18.7700005 .long 0xc204eb85 ; float -33.2299995 .long 0xc18570a4 ; float -16.6800003 .long 0xc1943d71 ; float -18.5300007 .long 0xc205a3d7 ; float -33.4099998 .long 0xc185eb85 ; float -16.7399998 .long 0xc19251ec ; float -18.2900009 .long 0xc206a3d7 ; float -33.6599998 .long 0xc184e148 ; float -16.6100006 .long 0xc19547ae ; float -18.6599998 .long 0xc2065c29 ; float -33.5900002 .long 0xc1828f5c ; float -16.3199997 .long 0xc196b852 ; float -18.8400002 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1828f5c ; float -16.3199997 .long 0xc198a3d7 ; float -19.0799999 .long 0xc204eb85 ; float -33.2299995 .long 0xc182f5c3 ; float -16.3700008 .long 0xc1973333 ; float -18.8999996 .long 0xc2053333 ; float -33.2999992 .long 0xc182f5c3 ; float -16.3700008 .long 0xc19628f6 ; float -18.7700005 .long 0xc20628f6 ; float -33.5400009 .long 0xc182f5c3 ; float -16.3700008 .long 0xc196b852 ; float -18.8400002 .long 0xc2065c29 ; float -33.5900002 .long 0xc182147b ; float -16.2600002 .long 0xc1973333 ; float -18.8999996 .long 0xc20628f6 ; float -33.5400009 .long 0xc1828f5c ; float -16.3199997 .long 0xc197999a ; float -18.9500008 .long 0xc2053333 ; float -33.2999992 .long 0xc1828f5c ; float -16.3199997 .long 0xc19628f6 ; float -18.7700005 .long 0xc205a3d7 ; float -33.4099998 .long 0xc182f5c3 ; float -16.3700008 .long 0xc194cccd ; float -18.6000004 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1847ae1 ; float -16.5599995 .long 0xc194cccd ; float -18.6000004 .long 0xc2065c29 ; float -33.5900002 .long 0xc184e148 ; float -16.6100006 .long 0xc194cccd ; float -18.6000004 .long 0xc206a3d7 ; float -33.6599998 .long 0xc185eb85 ; float -16.7399998 .long 0xc196b852 ; float -18.8400002 .long 0xc20570a4 ; float -33.3600006 .long 0xc1875c29 ; float -16.9200001 .long 0xc196b852 ; float -18.8400002 .long 0xc20570a4 ; float -33.3600006 .long 0xc187d70a ; float -16.9799995 .long 0xc196b852 ; float -18.8400002 .long 0xc20628f6 ; float -33.5400009 .long 0xc187d70a ; float -16.9799995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc206a3d7 ; float -33.6599998 .long 0xc1875c29 ; float -16.9200001 .long 0xc199851f ; float -19.1900005 .long 0xc206a3d7 ; float -33.6599998 .long 0xc18947ae ; float -17.1599998 .long 0xc19af5c3 ; float -19.3700008 .long 0xc206d70a ; float -33.7099991 .long 0xc189ae14 ; float -17.2099991 .long 0xc199851f ; float -19.1900005 .long 0xc2075c29 ; float -33.8400002 .long 0xc187d70a ; float -16.9799995 .long 0xc19b70a4 ; float -19.4300003 .long 0xc205a3d7 ; float -33.4099998 .long 0xc1875c29 ; float -16.9200001 .long 0xc19af5c3 ; float -19.3700008 .long 0xc2065c29 ; float -33.5900002 .long 0xc185eb85 ; float -16.7399998 .long 0xc19b70a4 ; float -19.4300003 .long 0xc206d70a ; float -33.7099991 .long 0xc1875c29 ; float -16.9200001 .long 0xc19b70a4 ; float -19.4300003 .long 0xc206a3d7 ; float -33.6599998 .long 0xc185eb85 ; float -16.7399998 .long 0xc1991eb8 ; float -19.1399994 .long 0xc206d70a ; float -33.7099991 .long 0xc1875c29 ; float -16.9200001 .long 0xc19628f6 ; float -18.7700005 .long 0xc2075c29 ; float -33.8400002 .long 0xc18570a4 ; float -16.6800003 .long 0xc19547ae ; float -18.6599998 .long 0xc2075c29 ; float -33.8400002 .long 0xc183851f ; float -16.4400005 .long 0xc196b852 ; float -18.8400002 .long 0xc206a3d7 ; float -33.6599998 .long 0xc184e148 ; float -16.6100006 .long 0xc194cccd ; float -18.6000004 .long 0xc207d70a ; float -33.9599991 .long 0xc18570a4 ; float -16.6800003 .long 0xc192cccd ; float -18.3500004 .long 0xc2078f5c ; float -33.8899994 .long 0xc18570a4 ; float -16.6800003 .long 0xc1943d71 ; float -18.5300007 .long 0xc2078f5c ; float -33.8899994 .long 0xc184e148 ; float -16.6100006 .long 0xc194cccd ; float -18.6000004 .long 0xc2078f5c ; float -33.8899994 .long 0xc184e148 ; float -16.6100006 .long 0xc1943d71 ; float -18.5300007 .long 0xc2075c29 ; float -33.8400002 .long 0xc18570a4 ; float -16.6800003 .long 0xc196b852 ; float -18.8400002 .long 0xc2065c29 ; float -33.5900002 .long 0xc1875c29 ; float -16.9200001 .long 0xc194cccd ; float -18.6000004 .long 0xc206d70a ; float -33.7099991 .long 0xc187d70a ; float -16.9799995 .long 0xc196b852 ; float -18.8400002 .long 0xc206d70a ; float -33.7099991 .long 0xc1875c29 ; float -16.9200001 .long 0xc197999a ; float -18.9500008 .long 0xc2065c29 ; float -33.5900002 .long 0xc1875c29 ; float -16.9200001 .long 0xc198a3d7 ; float -19.0799999 .long 0xc206a3d7 ; float -33.6599998 .long 0xc185eb85 ; float -16.7399998 .long 0xc19547ae ; float -18.6599998 .long 0xc206d70a ; float -33.7099991 .long 0xc186cccd ; float -16.8500004 .long 0xc194cccd ; float -18.6000004 .long 0xc206d70a ; float -33.7099991 .long 0xc1875c29 ; float -16.9200001 .long 0xc196b852 ; float -18.8400002 .long 0xc206a3d7 ; float -33.6599998 .long 0xc186cccd ; float -16.8500004 .long 0xc196b852 ; float -18.8400002 .long 0xc2075c29 ; float -33.8400002 .long 0xc185eb85 ; float -16.7399998 .long 0xc199851f ; float -19.1900005 .long 0xc2065c29 ; float -33.5900002 .long 0xc186cccd ; float -16.8500004 .long 0xc1991eb8 ; float -19.1399994 .long 0xc2065c29 ; float -33.5900002 .long 0xc1847ae1 ; float -16.5599995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2075c29 ; float -33.8400002 .long 0xc182147b ; float -16.2600002 .long 0xc1991eb8 ; float -19.1399994 .long 0xc206d70a ; float -33.7099991 .long 0xc182f5c3 ; float -16.3700008 .long 0xc19a147b ; float -19.2600002 .long 0xc205a3d7 ; float -33.4099998 .long 0xc180a3d7 ; float -16.0799999 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20628f6 ; float -33.5400009 .long 0xc180a3d7 ; float -16.0799999 .long 0xc19b70a4 ; float -19.4300003 .long 0xc20570a4 ; float -33.3600006 .long 0xc17f5c29 ; float -15.96 .long 0xc19b70a4 ; float -19.4300003 .long 0xc204eb85 ; float -33.2299995 .long 0xc17d47ae ; float -15.8299999 .long 0xc19af5c3 ; float -19.3700008 .long 0xc20570a4 ; float -33.3600006 .long 0xc17f5c29 ; float -15.96 .long 0xc1991eb8 ; float -19.1399994 .long 0xc205a3d7 ; float -33.4099998 .long 0xc18028f6 ; float -16.0200005 .long 0xc198a3d7 ; float -19.0799999 .long 0xc204eb85 ; float -33.2299995 .long 0xc182f5c3 ; float -16.3700008 .long 0xc199851f ; float -19.1900005 .long 0xc2047ae1 ; float -33.1199989 .long 0xc182f5c3 ; float -16.3700008 .long 0xc199851f ; float -19.1900005 .long 0xc205a3d7 ; float -33.4099998 .long 0xc183851f ; float -16.4400005 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2053333 ; float -33.2999992 .long 0xc183851f ; float -16.4400005 .long 0xc1973333 ; float -18.8999996 .long 0xc205a3d7 ; float -33.4099998 .long 0xc18570a4 ; float -16.6800003 .long 0xc19547ae ; float -18.6599998 .long 0xc206a3d7 ; float -33.6599998 .long 0xc184e148 ; float -16.6100006 .long 0xc19628f6 ; float -18.7700005 .long 0xc2065c29 ; float -33.5900002 .long 0xc184e148 ; float -16.6100006 .long 0xc194cccd ; float -18.6000004 .long 0xc20628f6 ; float -33.5400009 .long 0xc1875c29 ; float -16.9200001 .long 0xc196b852 ; float -18.8400002 .long 0xc206d70a ; float -33.7099991 .long 0xc183851f ; float -16.4400005 .long 0xc19547ae ; float -18.6599998 .long 0xc2075c29 ; float -33.8400002 .long 0xc183851f ; float -16.4400005 .long 0xc196b852 ; float -18.8400002 .long 0xc2065c29 ; float -33.5900002 .long 0xc18570a4 ; float -16.6800003 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2075c29 ; float -33.8400002 .long 0xc1847ae1 ; float -16.5599995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2078f5c ; float -33.8899994 .long 0xc182f5c3 ; float -16.3700008 .long 0xc199851f ; float -19.1900005 .long 0xc207d70a ; float -33.9599991 .long 0xc1847ae1 ; float -16.5599995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2078f5c ; float -33.8899994 .long 0xc183851f ; float -16.4400005 .long 0xc199851f ; float -19.1900005 .long 0xc2078f5c ; float -33.8899994 .long 0xc183851f ; float -16.4400005 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2075c29 ; float -33.8400002 .long 0xc186cccd ; float -16.8500004 .long 0xc198a3d7 ; float -19.0799999 .long 0xc207d70a ; float -33.9599991 .long 0xc185eb85 ; float -16.7399998 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2088f5c ; float -34.1399994 .long 0xc18570a4 ; float -16.6800003 .long 0xc196b852 ; float -18.8400002 .long 0xc2075c29 ; float -33.8400002 .long 0xc18570a4 ; float -16.6800003 .long 0xc197999a ; float -18.9500008 .long 0xc206a3d7 ; float -33.6599998 .long 0xc186cccd ; float -16.8500004 .long 0xc1973333 ; float -18.8999996 .long 0xc20628f6 ; float -33.5400009 .long 0xc186cccd ; float -16.8500004 .long 0xc1991eb8 ; float -19.1399994 .long 0xc2065c29 ; float -33.5900002 .long 0xc185eb85 ; float -16.7399998 .long 0xc198a3d7 ; float -19.0799999 .long 0xc206d70a ; float -33.7099991 .long 0xc18570a4 ; float -16.6800003 .long 0xc198a3d7 ; float -19.0799999 .long 0xc206d70a ; float -33.7099991 .long 0xc183851f ; float -16.4400005 .long 0xc199851f ; float -19.1900005 .long 0xc20570a4 ; float -33.3600006 .long 0xc1847ae1 ; float -16.5599995 .long 0xc198a3d7 ; float -19.0799999 .long 0xc2053333 ; float -33.2999992 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _accData ## @accData .p2align 4 _accData: .long 0x3e9374bc ## float 0.287999988 .long 0x3e85a1cb ## float 0.261000007 .long 0x411d3b64 ## float 9.82699966 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e6e978d ## float 0.232999995 .long 0x411dd70a ## float 9.86499977 .long 0x3e624dd3 ## float 0.221000001 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411f126f ## float 9.94200038 .long 0x3e50e560 ## float 0.203999996 .long 0x3e947ae1 ## float 0.289999992 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e9374bc ## float 0.287999988 .long 0x3e624dd3 ## float 0.221000001 .long 0x411eb021 ## float 9.91800022 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e6e978d ## float 0.232999995 .long 0x411ec083 ## float 9.92199993 .long 0x3e72b021 ## float 0.237000003 .long 0x3e9374bc ## float 0.287999988 .long 0x411e72b0 ## float 9.90299987 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e645a1d ## float 0.223000005 .long 0x411dd70a ## float 9.86499977 .long 0x3e883127 ## float 0.266000003 .long 0x3e46a7f0 ## float 0.194000006 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e9374bc ## float 0.287999988 .long 0x3e849ba6 ## float 0.259000003 .long 0x411e72b0 ## float 9.90299987 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3e947ae1 ## float 0.289999992 .long 0x411dfbe7 ## float 9.87399959 .long 0x3e72b021 ## float 0.237000003 .long 0x3e820c4a ## float 0.254000008 .long 0x411c3127 ## float 9.76200008 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e73b646 ## float 0.238000005 .long 0x411f7cee ## float 9.96800041 .long 0x3e6978d5 ## float 0.228 .long 0x3e99999a ## float 0.300000012 .long 0x411da5e3 ## float 9.85299968 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e90e560 ## float 0.282999992 .long 0x411ec083 ## float 9.92199993 .long 0x3e3126e9 ## float 0.172999993 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411da5e3 ## float 9.85299968 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3e9374bc ## float 0.287999988 .long 0x411ecccd ## float 9.92500019 .long 0x3e645a1d ## float 0.223000005 .long 0x3e810625 ## float 0.252000004 .long 0x411dae14 ## float 9.85499954 .long 0x3e6978d5 ## float 0.228 .long 0x3e85a1cb ## float 0.261000007 .long 0x411eb852 ## float 9.92000007 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e960419 ## float 0.293000013 .long 0x411dd70a ## float 9.86499977 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3e981062 ## float 0.296999991 .long 0x411e2d0e ## float 9.88599967 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e624dd3 ## float 0.221000001 .long 0x411d3b64 ## float 9.82699966 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e581062 ## float 0.210999995 .long 0x411e6a7f ## float 9.90100002 .long 0x3e6b851f ## float 0.230000004 .long 0x3e883127 ## float 0.266000003 .long 0x411e4dd3 ## float 9.89400005 .long 0x3e9374bc ## float 0.287999988 .long 0x3eba5e35 ## float 0.363999993 .long 0x411f6042 ## float 9.96100044 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e872b02 ## float 0.263999999 .long 0x411d5810 ## float 9.83399963 .long 0x3e6978d5 ## float 0.228 .long 0x3e9e353f ## float 0.308999985 .long 0x411e4189 ## float 9.89099979 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e820c4a ## float 0.254000008 .long 0x411ddf3b ## float 9.86699962 .long 0x3e970a3d ## float 0.294999987 .long 0x3e7ae148 ## float 0.245000005 .long 0x411d7cee ## float 9.84300041 .long 0x3e872b02 ## float 0.263999999 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411ea3d7 ## float 9.91499996 .long 0x3e6e978d ## float 0.232999995 .long 0x3e9e353f ## float 0.308999985 .long 0x411f70a4 ## float 9.96500015 .long 0x3e77ced9 ## float 0.241999999 .long 0x3ea0c49c ## float 0.31400001 .long 0x411cfdf4 ## float 9.81200027 .long 0x3e810625 ## float 0.252000004 .long 0x3e800000 ## float 0.25 .long 0x411cf5c3 ## float 9.81000041 .long 0x3e26e979 ## float 0.163000003 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411e872b ## float 9.90799999 .long 0x3e883127 ## float 0.266000003 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411ec083 ## float 9.92199993 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3e91eb85 ## float 0.284999996 .long 0x411c872b ## float 9.78299999 .long 0x3e6b851f ## float 0.230000004 .long 0x3e947ae1 ## float 0.289999992 .long 0x411dba5e ## float 9.8579998 .long 0x3e72b021 ## float 0.237000003 .long 0x3e970a3d ## float 0.294999987 .long 0x411e1cac ## float 9.88199996 .long 0x3e85a1cb ## float 0.261000007 .long 0x3e9374bc ## float 0.287999988 .long 0x411e1062 ## float 9.87899971 .long 0x3e839581 ## float 0.256999999 .long 0x3ea353f8 ## float 0.319000006 .long 0x411ec083 ## float 9.92199993 .long 0x3e839581 ## float 0.256999999 .long 0x3e981062 ## float 0.296999991 .long 0x411f4bc7 ## float 9.95600032 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e4ed917 ## float 0.202000007 .long 0x411d74bc ## float 9.8409996 .long 0x3e581062 ## float 0.210999995 .long 0x3e9e353f ## float 0.308999985 .long 0x411e4189 ## float 9.89099979 .long 0x3e77ced9 ## float 0.241999999 .long 0x3ea6e979 ## float 0.326000005 .long 0x411dc28f ## float 9.85999965 .long 0x3e820c4a ## float 0.254000008 .long 0x3e810625 ## float 0.252000004 .long 0x411e1cac ## float 9.88199996 .long 0x3e645a1d ## float 0.223000005 .long 0x3e75c28f ## float 0.239999995 .long 0x411f2f1b ## float 9.94900035 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3ebf7cee ## float 0.374000013 .long 0x411e5e35 ## float 9.89799976 .long 0x3e9ba5e3 ## float 0.30399999 .long 0x3e9374bc ## float 0.287999988 .long 0x411e4189 ## float 9.89099979 .long 0x3e6b851f ## float 0.230000004 .long 0x3e9374bc ## float 0.287999988 .long 0x411d0a3d ## float 9.81499958 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411e0831 ## float 9.87699985 .long 0x3e72b021 ## float 0.237000003 .long 0x3e7ae148 ## float 0.245000005 .long 0x411f851f ## float 9.97000026 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e981062 ## float 0.296999991 .long 0x411ba5e3 ## float 9.72799968 .long 0x3e8ac083 ## float 0.270999998 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411e7efa ## float 9.90600013 .long 0x3e1a9fbe ## float 0.150999993 .long 0x3e0e5604 ## float 0.138999999 .long 0x411e0831 ## float 9.87699985 .long 0x3e849ba6 ## float 0.259000003 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411e5e35 ## float 9.89799976 .long 0x3e50e560 ## float 0.203999996 .long 0x3e9374bc ## float 0.287999988 .long 0x411ef1aa ## float 9.93400001 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411dc28f ## float 9.85999965 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3e89ba5e ## float 0.268999994 .long 0x411ee979 ## float 9.93200016 .long 0x3e839581 ## float 0.256999999 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411ce148 ## float 9.8050003 .long 0x3e99999a ## float 0.300000012 .long 0x3e8ac083 ## float 0.270999998 .long 0x411eb021 ## float 9.91800022 .long 0x3e645a1d ## float 0.223000005 .long 0x3ea45a1d ## float 0.32100001 .long 0x411e24dd ## float 9.88399982 .long 0x3e85a1cb ## float 0.261000007 .long 0x3e6e978d ## float 0.232999995 .long 0x411e3958 ## float 9.88899993 .long 0x3e5a1cac ## float 0.213 .long 0x3e9e353f ## float 0.308999985 .long 0x411e5e35 ## float 9.89799976 .long 0x3e872b02 ## float 0.263999999 .long 0x3e883127 ## float 0.266000003 .long 0x411ec083 ## float 9.92199993 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e6b851f ## float 0.230000004 .long 0x411e3958 ## float 9.88899993 .long 0x3e6978d5 ## float 0.228 .long 0x3e872b02 ## float 0.263999999 .long 0x411e2d0e ## float 9.88599967 .long 0x3e9db22d ## float 0.307999998 .long 0x3e73b646 ## float 0.238000005 .long 0x411f6873 ## float 9.96300029 .long 0x3e8ac083 ## float 0.270999998 .long 0x3e89ba5e ## float 0.268999994 .long 0x411d7cee ## float 9.84300041 .long 0x3e883127 ## float 0.266000003 .long 0x3e3126e9 ## float 0.172999993 .long 0x411ce979 ## float 9.80700016 .long 0x3e645a1d ## float 0.223000005 .long 0x3e8e5604 ## float 0.277999997 .long 0x411d2f1b ## float 9.82400035 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411e3958 ## float 9.88899993 .long 0x3e3f7cee ## float 0.187000006 .long 0x3ead0e56 ## float 0.338 .long 0x411df3b6 ## float 9.87199974 .long 0x3e883127 ## float 0.266000003 .long 0x3e8ac083 ## float 0.270999998 .long 0x411eb852 ## float 9.92000007 .long 0x3e020c4a ## float 0.127000004 .long 0x3e624dd3 ## float 0.221000001 .long 0x411d9168 ## float 9.84799957 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e91eb85 ## float 0.284999996 .long 0x411d74bc ## float 9.8409996 .long 0x3e6e978d ## float 0.232999995 .long 0x3ea5e354 ## float 0.324000001 .long 0x411d126f ## float 9.81700038 .long 0x3e820c4a ## float 0.254000008 .long 0x3e9374bc ## float 0.287999988 .long 0x411dc28f ## float 9.85999965 .long 0x3e6b851f ## float 0.230000004 .long 0x3ea45a1d ## float 0.32100001 .long 0x411d7cee ## float 9.84300041 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411e7efa ## float 9.90600013 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e77ced9 ## float 0.241999999 .long 0x411d4bc7 ## float 9.83100032 .long 0x3e849ba6 ## float 0.259000003 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411e72b0 ## float 9.90299987 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e85a1cb ## float 0.261000007 .long 0x411d7cee ## float 9.84300041 .long 0x3e849ba6 ## float 0.259000003 .long 0x3e85a1cb ## float 0.261000007 .long 0x411ccccd ## float 9.80000019 .long 0x3e6978d5 ## float 0.228 .long 0x3ea5e354 ## float 0.324000001 .long 0x411ef1aa ## float 9.93400001 .long 0x3e85a1cb ## float 0.261000007 .long 0x3eb43958 ## float 0.351999998 .long 0x411ef1aa ## float 9.93400001 .long 0x3e8e5604 ## float 0.277999997 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411e8f5c ## float 9.90999984 .long 0x3e6b851f ## float 0.230000004 .long 0x3ea0c49c ## float 0.31400001 .long 0x411ecccd ## float 9.92500019 .long 0x3e560419 ## float 0.209000006 .long 0x3e6b851f ## float 0.230000004 .long 0x411f2f1b ## float 9.94900035 .long 0x3e6b851f ## float 0.230000004 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411d4396 ## float 9.82900047 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411f3f7d ## float 9.95300006 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411d0a3d ## float 9.81499958 .long 0x3e6b851f ## float 0.230000004 .long 0x3eaa7efa ## float 0.333000004 .long 0x411e1cac ## float 9.88199996 .long 0xbf604189 ## float -0.875999987 .long 0xbe19999a ## float -0.150000006 .long 0x411dcac1 ## float 9.86200046 .long 0x3ea3d70a ## float 0.319999993 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411d999a ## float 9.85000038 .long 0x3f158106 ## float 0.583999991 .long 0x3e883127 ## float 0.266000003 .long 0x411e1062 ## float 9.87899971 .long 0x3ef4bc6a ## float 0.477999985 .long 0x3e981062 ## float 0.296999991 .long 0x411e4189 ## float 9.89099979 .long 0x3e9374bc ## float 0.287999988 .long 0x3ea0c49c ## float 0.31400001 .long 0x411dd70a ## float 9.86499977 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3e9374bc ## float 0.287999988 .long 0x411d2f1b ## float 9.82400035 .long 0xbcc49ba6 ## float -0.0240000002 .long 0x3e645a1d ## float 0.223000005 .long 0x411e8f5c ## float 9.90999984 .long 0xbcd4fdf4 ## float -0.0260000005 .long 0x3e3a5e35 ## float 0.181999996 .long 0x411e1062 ## float 9.87899971 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3e960419 ## float 0.293000013 .long 0x411c7efa ## float 9.78100013 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e7ae148 ## float 0.245000005 .long 0x411cfdf4 ## float 9.81200027 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3e872b02 ## float 0.263999999 .long 0x411d126f ## float 9.81700038 .long 0x3e50e560 ## float 0.203999996 .long 0x3e581062 ## float 0.210999995 .long 0x411df3b6 ## float 9.87199974 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e1fbe77 ## float 0.156000003 .long 0x411f374c ## float 9.95100021 .long 0x3eb9db23 ## float 0.363000005 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411efdf4 ## float 9.93700027 .long 0x3e000000 ## float 0.125 .long 0x3e49ba5e ## float 0.196999997 .long 0x411e1062 ## float 9.87899971 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e6e978d ## float 0.232999995 .long 0x411d999a ## float 9.85000038 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e800000 ## float 0.25 .long 0x411d0a3d ## float 9.81499958 .long 0x3ebb645a ## float 0.365999997 .long 0x3e90e560 ## float 0.282999992 .long 0x411cd917 ## float 9.80300045 .long 0x3ee04189 ## float 0.437999994 .long 0x3ea872b0 ## float 0.328999996 .long 0x411e72b0 ## float 9.90299987 .long 0x3e3645a2 ## float 0.178000003 .long 0x3ea978d5 ## float 0.331 .long 0x411dcac1 ## float 9.86200046 .long 0x3db645a2 ## float 0.0890000015 .long 0x3e1374bc ## float 0.143999994 .long 0x411f0625 ## float 9.93900012 .long 0x3e49ba5e ## float 0.196999997 .long 0x3e8ac083 ## float 0.270999998 .long 0x411e1062 ## float 9.87899971 .long 0x3e000000 ## float 0.125 .long 0x3e50e560 ## float 0.203999996 .long 0x411e0831 ## float 9.87699985 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3e7ced91 ## float 0.246999994 .long 0x411dae14 ## float 9.85499954 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3eac0831 ## float 0.335999995 .long 0x411e872b ## float 9.90799999 .long 0x3df5c28f ## float 0.119999997 .long 0x3e9a9fbe ## float 0.301999986 .long 0x411f22d1 ## float 9.94600009 .long 0x3da1cac1 ## float 0.0790000036 .long 0x3e810625 ## float 0.252000004 .long 0x411e872b ## float 9.90799999 .long 0x3ec41893 ## float 0.382999986 .long 0x3e820c4a ## float 0.254000008 .long 0x411e5e35 ## float 9.89799976 .long 0x3ea3d70a ## float 0.319999993 .long 0x3e90e560 ## float 0.282999992 .long 0x411ce148 ## float 9.8050003 .long 0x3da1cac1 ## float 0.0790000036 .long 0x3e21cac1 ## float 0.158000007 .long 0x411c9375 ## float 9.78600025 .long 0x3f045a1d ## float 0.51700002 .long 0x3e981062 ## float 0.296999991 .long 0x411e3958 ## float 9.88899993 .long 0x3d810625 ## float 0.063000001 .long 0x3e051eb8 ## float 0.129999995 .long 0x411d5810 ## float 9.83399963 .long 0x3e5a1cac ## float 0.213 .long 0x3e6b851f ## float 0.230000004 .long 0x411c624e ## float 9.77400016 .long 0x3f13b646 ## float 0.577000022 .long 0x3ed1eb85 ## float 0.409999996 .long 0x411e8f5c ## float 9.90999984 .long 0x3ed16873 ## float 0.409000009 .long 0x3e90e560 ## float 0.282999992 .long 0x411d74bc ## float 9.8409996 .long 0xbd23d70a ## float -0.0399999991 .long 0x3e3645a2 ## float 0.178000003 .long 0x411d4bc7 ## float 9.83100032 .long 0x3e970a3d ## float 0.294999987 .long 0x3e90e560 ## float 0.282999992 .long 0x411beb85 ## float 9.74499988 .long 0x3f076c8b ## float 0.528999984 .long 0x3ea353f8 ## float 0.319000006 .long 0x411e0831 ## float 9.87699985 .long 0x3eb020c5 ## float 0.344000012 .long 0x3eba5e35 ## float 0.363999993 .long 0x411e8f5c ## float 9.90999984 .long 0x3e77ced9 ## float 0.241999999 .long 0x3e99999a ## float 0.300000012 .long 0x411e7efa ## float 9.90600013 .long 0x3e072b02 ## float 0.131999999 .long 0x3e581062 ## float 0.210999995 .long 0x411e1062 ## float 9.87899971 .long 0x3e90e560 ## float 0.282999992 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411ee979 ## float 9.93200016 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3e70a3d7 ## float 0.234999999 .long 0x41204189 ## float 10.0159998 .long 0x3e560419 ## float 0.209000006 .long 0x3eb0a3d7 ## float 0.344999999 .long 0x411f374c ## float 9.95100021 .long 0x3ea3d70a ## float 0.319999993 .long 0x3e981062 ## float 0.296999991 .long 0x411f851f ## float 9.97000026 .long 0x3ec28f5c ## float 0.379999995 .long 0x3e970a3d ## float 0.294999987 .long 0x411f53f8 ## float 9.95800018 .long 0x3ed78d50 ## float 0.421000004 .long 0x3eb22d0e ## float 0.34799999 .long 0x411deb85 ## float 9.86999988 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e9e353f ## float 0.308999985 .long 0x411dc28f ## float 9.85999965 .long 0xbd072b02 ## float -0.0329999998 .long 0x3e6b851f ## float 0.230000004 .long 0x411c4dd3 ## float 9.76900005 .long 0x3e428f5c ## float 0.189999998 .long 0x3e3126e9 ## float 0.172999993 .long 0x411ce148 ## float 9.8050003 .long 0x3ed89375 ## float 0.423000008 .long 0x3e3f7cee ## float 0.187000006 .long 0x411ef1aa ## float 9.93400001 .long 0x3d3c6a7f ## float 0.0460000001 .long 0x3e676c8b ## float 0.225999996 .long 0x411f0625 ## float 9.93900012 .long 0x3e581062 ## float 0.210999995 .long 0x3e6e978d ## float 0.232999995 .long 0x411dfbe7 ## float 9.87399959 .long 0x3d449ba6 ## float 0.0480000004 .long 0x3e9374bc ## float 0.287999988 .long 0x411d0a3d ## float 9.81499958 .long 0x3e9374bc ## float 0.287999988 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411e872b ## float 9.90799999 .long 0xbc9ba5e3 ## float -0.0189999994 .long 0x3e1db22d ## float 0.153999999 .long 0x411f999a ## float 9.97500038 .long 0x3efe76c9 ## float 0.497000009 .long 0x3ecac083 ## float 0.395999998 .long 0x411d8937 ## float 9.84599971 .long 0x3e960419 ## float 0.293000013 .long 0x3e960419 ## float 0.293000013 .long 0x411ed4fe ## float 9.92700004 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e981062 ## float 0.296999991 .long 0x41204189 ## float 10.0159998 .long 0x3ee3d70a ## float 0.444999993 .long 0x3ebf7cee ## float 0.374000013 .long 0x411e1062 ## float 9.87899971 .long 0x3eb8d4fe ## float 0.361000001 .long 0x3eb22d0e ## float 0.34799999 .long 0x411d5810 ## float 9.83399963 .long 0x3eb53f7d ## float 0.354000002 .long 0x3eae978d ## float 0.340999991 .long 0x411e872b ## float 9.90799999 .long 0x3f07ef9e ## float 0.531000018 .long 0x3ec08312 ## float 0.375999987 .long 0x411f0625 ## float 9.93900012 .long 0x3f056042 ## float 0.521000028 .long 0x3ecccccd ## float 0.400000006 .long 0x411e2d0e ## float 9.88599967 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3eae978d ## float 0.340999991 .long 0x411ee148 ## float 9.9300003 .long 0xbe54fdf4 ## float -0.208000004 .long 0x3e449ba6 ## float 0.192000002 .long 0x411dc28f ## float 9.85999965 .long 0x3d3c6a7f ## float 0.0460000001 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x41200419 ## float 10.0010004 .long 0x3e333333 ## float 0.174999997 .long 0x3e6b851f ## float 0.230000004 .long 0x411d5810 ## float 9.83399963 .long 0x3ee147ae ## float 0.439999998 .long 0x3eb851ec ## float 0.360000014 .long 0x411e3958 ## float 9.88899993 .long 0x3f1eb852 ## float 0.620000005 .long 0x3e46a7f0 ## float 0.194000006 .long 0x411ecccd ## float 9.92500019 .long 0x3ebef9db ## float 0.372999996 .long 0x3e1374bc ## float 0.143999994 .long 0x411ce148 ## float 9.8050003 .long 0x3f208312 ## float 0.626999974 .long 0x3ebbe76d ## float 0.367000014 .long 0x41201062 ## float 10.0039997 .long 0x3e883127 ## float 0.266000003 .long 0x3eba5e35 ## float 0.363999993 .long 0x411f4bc7 ## float 9.95600032 .long 0x3ed60419 ## float 0.418000013 .long 0x3eb33333 ## float 0.349999994 .long 0x411f1aa0 ## float 9.94400024 .long 0x3e8ac083 ## float 0.270999998 .long 0x3e5d2f1b ## float 0.216000006 .long 0x411d7cee ## float 9.84300041 .long 0x3ed16873 ## float 0.409000009 .long 0x3eb851ec ## float 0.360000014 .long 0x411eb852 ## float 9.92000007 .long 0x3dd2f1aa ## float 0.103 .long 0x3e3f7cee ## float 0.187000006 .long 0x411f0625 ## float 9.93900012 .long 0x3e3f7cee ## float 0.187000006 .long 0x3ea0c49c ## float 0.31400001 .long 0x411ed4fe ## float 9.92700004 .long 0x3ed60419 ## float 0.418000013 .long 0x3e90e560 ## float 0.282999992 .long 0x411e7efa ## float 9.90600013 .long 0x3ec41893 ## float 0.382999986 .long 0x3e872b02 ## float 0.263999999 .long 0x4120353f ## float 10.0129995 .long 0x3e91eb85 ## float 0.284999996 .long 0x3e624dd3 ## float 0.221000001 .long 0x411ce148 ## float 9.8050003 .long 0x3ea76c8b ## float 0.326999992 .long 0x3e77ced9 ## float 0.241999999 .long 0x411ea3d7 ## float 9.91499996 .long 0x3ef9db23 ## float 0.488000005 .long 0x3ebf7cee ## float 0.374000013 .long 0x411f1aa0 ## float 9.94400024 .long 0x3ea3d70a ## float 0.319999993 .long 0x3eb5c28f ## float 0.354999989 .long 0x411dfbe7 ## float 9.87399959 .long 0x3ee04189 ## float 0.437999994 .long 0x3ea45a1d ## float 0.32100001 .long 0x411c4dd3 ## float 9.76900005 .long 0x3ed89375 ## float 0.423000008 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411e5e35 ## float 9.89799976 .long 0x3ec624dd ## float 0.386999995 .long 0x3e810625 ## float 0.252000004 .long 0x411c7efa ## float 9.78100013 .long 0xbd449ba6 ## float -0.0480000004 .long 0x3e5f3b64 ## float 0.217999995 .long 0x411da5e3 ## float 9.85299968 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3e5d2f1b ## float 0.216000006 .long 0x411f4bc7 ## float 9.95600032 .long 0x3e000000 ## float 0.125 .long 0x3e000000 ## float 0.125 .long 0x411e872b ## float 9.90799999 .long 0x3eca3d71 ## float 0.395000011 .long 0x3e85a1cb ## float 0.261000007 .long 0x411beb85 ## float 9.74499988 .long 0x3f25e354 ## float 0.648000002 .long 0x3ebe76c9 ## float 0.372000009 .long 0x411d4396 ## float 9.82900047 .long 0x3ea56042 ## float 0.323000014 .long 0x3ea5e354 ## float 0.324000001 .long 0x411ccccd ## float 9.80000019 .long 0x3efae148 ## float 0.49000001 .long 0x3e99999a ## float 0.300000012 .long 0x411c3127 ## float 9.76200008 .long 0x3ef020c5 ## float 0.469000012 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411f22d1 ## float 9.94600009 .long 0x3e9db22d ## float 0.307999998 .long 0x3eaa7efa ## float 0.333000004 .long 0x411e5604 ## float 9.8959999 .long 0x3ea56042 ## float 0.323000014 .long 0x3e99999a ## float 0.300000012 .long 0x411cb852 ## float 9.79500007 .long 0x3f1df3b6 ## float 0.616999984 .long 0x3edd2f1b ## float 0.432000011 .long 0x411ccccd ## float 9.80000019 .long 0x3eb645a2 ## float 0.356000006 .long 0x3ea6e979 ## float 0.326000005 .long 0x411ddf3b ## float 9.86699962 .long 0x3e839581 ## float 0.256999999 .long 0x3e981062 ## float 0.296999991 .long 0x411c3127 ## float 9.76200008 .long 0x3e9374bc ## float 0.287999988 .long 0x3e75c28f ## float 0.239999995 .long 0x411f2f1b ## float 9.94900035 .long 0x3eb8d4fe ## float 0.361000001 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411e2d0e ## float 9.88599967 .long 0x3eb020c5 ## float 0.344000012 .long 0x3ec20c4a ## float 0.379000008 .long 0x411f999a ## float 9.97500038 .long 0x3ead9168 ## float 0.338999987 .long 0x3e449ba6 ## float 0.192000002 .long 0x411e1062 ## float 9.87899971 .long 0x3f045a1d ## float 0.51700002 .long 0x3ebe76c9 ## float 0.372000009 .long 0x411e4dd3 ## float 9.89400005 .long 0x3f0c49ba ## float 0.547999978 .long 0x3ee7ef9e ## float 0.453000009 .long 0x411f6873 ## float 9.96300029 .long 0x3f11a9fc ## float 0.569000006 .long 0x3ee56042 ## float 0.448000014 .long 0x411e7efa ## float 9.90600013 .long 0x3eca3d71 ## float 0.395000011 .long 0x3eae978d ## float 0.340999991 .long 0x411ee979 ## float 9.93200016 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411da5e3 ## float 9.85299968 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411e0831 ## float 9.87699985 .long 0x3f224dd3 ## float 0.634000003 .long 0x3ec9374c ## float 0.393000007 .long 0x411e72b0 ## float 9.90299987 .long 0x3f2b851f ## float 0.670000016 .long 0x3ec6a7f0 ## float 0.388000011 .long 0x411eb852 ## float 9.92000007 .long 0x3ecc49ba ## float 0.398999989 .long 0x3eb5c28f ## float 0.354999989 .long 0x411f4bc7 ## float 9.95600032 .long 0x3e49ba5e ## float 0.196999997 .long 0x3e624dd3 ## float 0.221000001 .long 0x411d74bc ## float 9.8409996 .long 0xbc83126f ## float -0.0160000008 .long 0x3e1db22d ## float 0.153999999 .long 0x411ec083 ## float 9.92199993 .long 0x3ecb4396 ## float 0.397000015 .long 0x3e839581 ## float 0.256999999 .long 0x411e4189 ## float 9.89099979 .long 0x3efe76c9 ## float 0.497000009 .long 0x3ea6e979 ## float 0.326000005 .long 0x411d2f1b ## float 9.82400035 .long 0x3e960419 ## float 0.293000013 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411e1062 ## float 9.87899971 .long 0x3e9f3b64 ## float 0.31099999 .long 0x3e872b02 ## float 0.263999999 .long 0x411c5604 ## float 9.7709999 .long 0x3f1ae148 ## float 0.605000019 .long 0x3ec49ba6 ## float 0.384000003 .long 0x411eb852 ## float 9.92000007 .long 0x3f0b851f ## float 0.545000017 .long 0x3ea872b0 ## float 0.328999996 .long 0x411dcac1 ## float 9.86200046 .long 0x3f07ef9e ## float 0.531000018 .long 0x3eb851ec ## float 0.360000014 .long 0x411f22d1 ## float 9.94600009 .long 0x3ec51eb8 ## float 0.38499999 .long 0x3ead0e56 ## float 0.338 .long 0x411ddf3b ## float 9.86699962 .long 0x3ed4fdf4 ## float 0.416000009 .long 0x3e981062 ## float 0.296999991 .long 0x411cb021 ## float 9.79300022 .long 0x3ea3d70a ## float 0.319999993 .long 0x3eb5c28f ## float 0.354999989 .long 0x411f374c ## float 9.95100021 .long 0x3eb020c5 ## float 0.344000012 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411f1aa0 ## float 9.94400024 .long 0x3eac8b44 ## float 0.337000012 .long 0x3e883127 ## float 0.266000003 .long 0x411f126f ## float 9.94200038 .long 0x3ed16873 ## float 0.409000009 .long 0x3ea0c49c ## float 0.31400001 .long 0x411efdf4 ## float 9.93700027 .long 0x3ea76c8b ## float 0.326999992 .long 0x3ebe76c9 ## float 0.372000009 .long 0x411e2d0e ## float 9.88599967 .long 0x3ed89375 ## float 0.423000008 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411e9ba6 ## float 9.9130001 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3eb43958 ## float 0.351999998 .long 0x411e1062 ## float 9.87899971 .long 0x3ed89375 ## float 0.423000008 .long 0x3e7ced91 ## float 0.246999994 .long 0x411fa1cb ## float 9.97700023 .long 0x3eb9db23 ## float 0.363000005 .long 0x3ea45a1d ## float 0.32100001 .long 0x411d7cee ## float 9.84300041 .long 0x3ebef9db ## float 0.372999996 .long 0x3e6e978d ## float 0.232999995 .long 0x411d999a ## float 9.85000038 .long 0x3eaf1aa0 ## float 0.342000008 .long 0x3e6e978d ## float 0.232999995 .long 0x411e4dd3 ## float 9.89400005 .long 0x3ec18937 ## float 0.377999991 .long 0x3e90e560 ## float 0.282999992 .long 0x411e2d0e ## float 9.88599967 .long 0x3ec624dd ## float 0.386999995 .long 0x3e849ba6 ## float 0.259000003 .long 0x411d0a3d ## float 9.81499958 .long 0x3eb3b646 ## float 0.351000011 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411e1cac ## float 9.88199996 .long 0x3eaf1aa0 ## float 0.342000008 .long 0x3e883127 ## float 0.266000003 .long 0x411cc49c ## float 9.79800033 .long 0x3ebef9db ## float 0.372999996 .long 0x3e8ac083 ## float 0.270999998 .long 0x411d4396 ## float 9.82900047 .long 0x3eaf1aa0 ## float 0.342000008 .long 0x3ea6e979 ## float 0.326000005 .long 0x411d5810 ## float 9.83399963 .long 0x3ea76c8b ## float 0.326999992 .long 0x3eb22d0e ## float 0.34799999 .long 0x411d8937 ## float 9.84599971 .long 0x3e970a3d ## float 0.294999987 .long 0x3e5f3b64 ## float 0.217999995 .long 0x411d7cee ## float 9.84300041 .long 0x3ecdd2f2 ## float 0.40200001 .long 0x3ea5e354 ## float 0.324000001 .long 0x411ed4fe ## float 9.92700004 .long 0x3ec28f5c ## float 0.379999995 .long 0x3e970a3d ## float 0.294999987 .long 0x411df3b6 ## float 9.87199974 .long 0x3eb3b646 ## float 0.351000011 .long 0x3e970a3d ## float 0.294999987 .long 0x411e4189 ## float 9.89099979 .long 0x3ea76c8b ## float 0.326999992 .long 0x3ea353f8 ## float 0.319000006 .long 0x411cc49c ## float 9.79800033 .long 0x3ed16873 ## float 0.409000009 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411dcac1 ## float 9.86200046 .long 0x3ebb645a ## float 0.365999997 .long 0x3eac0831 ## float 0.335999995 .long 0x411f7cee ## float 9.96800041 .long 0x3ecb4396 ## float 0.397000015 .long 0x3ea45a1d ## float 0.32100001 .long 0x411d4396 ## float 9.82900047 .long 0x3ed3f7cf ## float 0.414000005 .long 0x3e8ac083 ## float 0.270999998 .long 0x411fa1cb ## float 9.97700023 .long 0x3eac8b44 ## float 0.337000012 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411e5e35 ## float 9.89799976 .long 0x3ec41893 ## float 0.382999986 .long 0x3e981062 ## float 0.296999991 .long 0x411dcac1 ## float 9.86200046 .long 0x3ea56042 ## float 0.323000014 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411da5e3 ## float 9.85299968 .long 0x3e9db22d ## float 0.307999998 .long 0x3ebf7cee ## float 0.374000013 .long 0x411e5e35 ## float 9.89799976 .long 0x3e9374bc ## float 0.287999988 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411d74bc ## float 9.8409996 .long 0x3e99999a ## float 0.300000012 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411e5e35 ## float 9.89799976 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3eb22d0e ## float 0.34799999 .long 0x411f2f1b ## float 9.94900035 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3ea45a1d ## float 0.32100001 .long 0x411f374c ## float 9.95100021 .long 0x3ea56042 ## float 0.323000014 .long 0x3eb22d0e ## float 0.34799999 .long 0x411d7cee ## float 9.84300041 .long 0x3ee147ae ## float 0.439999998 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411e2d0e ## float 9.88599967 .long 0x3ec7ae14 ## float 0.389999986 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411bc6a8 ## float 9.73600006 .long 0x3e970a3d ## float 0.294999987 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411d26e9 ## float 9.82199954 .long 0x3eddb22d ## float 0.432999998 .long 0x3ea45a1d ## float 0.32100001 .long 0x411e2d0e ## float 9.88599967 .long 0x3ec00000 ## float 0.375 .long 0x3eb33333 ## float 0.349999994 .long 0x411e1cac ## float 9.88199996 .long 0x3ec41893 ## float 0.382999986 .long 0x3ea978d5 ## float 0.331 .long 0x411e7efa ## float 9.90600013 .long 0x3edeb852 ## float 0.435000002 .long 0x3ea0c49c ## float 0.31400001 .long 0x411d999a ## float 9.85000038 .long 0x3ed60419 ## float 0.418000013 .long 0x3ea978d5 ## float 0.331 .long 0x411e2d0e ## float 9.88599967 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3ecf5c29 ## float 0.405000001 .long 0x411dd70a ## float 9.86499977 .long 0x3eb1a9fc ## float 0.347000003 .long 0x3ea872b0 ## float 0.328999996 .long 0x411c9375 ## float 9.78600025 .long 0x3ea9fbe7 ## float 0.331999987 .long 0x3e960419 ## float 0.293000013 .long 0x411e1062 ## float 9.87899971 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3e90e560 ## float 0.282999992 .long 0x411d6042 ## float 9.83600044 .long 0x3e72b021 ## float 0.237000003 .long 0x3e99999a ## float 0.300000012 .long 0x411eb021 ## float 9.91800022 .long 0x3eca3d71 ## float 0.395000011 .long 0x3e960419 ## float 0.293000013 .long 0x411deb85 ## float 9.86999988 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3eaa7efa ## float 0.333000004 .long 0x411f6042 ## float 9.96100044 .long 0x3ea147ae ## float 0.314999998 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411d4396 ## float 9.82900047 .long 0x3ebdf3b6 ## float 0.370999992 .long 0x3e839581 ## float 0.256999999 .long 0x411e2d0e ## float 9.88599967 .long 0x3eced917 ## float 0.404000014 .long 0x3ea5e354 ## float 0.324000001 .long 0x411d4396 ## float 9.82900047 .long 0x3ed60419 ## float 0.418000013 .long 0x3e8e5604 ## float 0.277999997 .long 0x411e5e35 ## float 9.89799976 .long 0x3ea9fbe7 ## float 0.331999987 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411ec083 ## float 9.92199993 .long 0x3ea56042 ## float 0.323000014 .long 0x3e981062 ## float 0.296999991 .long 0x411ee979 ## float 9.93200016 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3ed1eb85 ## float 0.409999996 .long 0x411df3b6 ## float 9.87199974 .long 0x3e9db22d ## float 0.307999998 .long 0x3e99999a ## float 0.300000012 .long 0x411eb021 ## float 9.91800022 .long 0x3ee872b0 ## float 0.453999996 .long 0x3e9374bc ## float 0.287999988 .long 0x411ec083 ## float 9.92199993 .long 0x3ead9168 ## float 0.338999987 .long 0x3e70a3d7 ## float 0.234999999 .long 0x411e4189 ## float 9.89099979 .long 0x3eb8d4fe ## float 0.361000001 .long 0x3e99999a ## float 0.300000012 .long 0x411ce148 ## float 9.8050003 .long 0x3ed4fdf4 ## float 0.416000009 .long 0x3e676c8b ## float 0.225999996 .long 0x411f126f ## float 9.94200038 .long 0x3ec28f5c ## float 0.379999995 .long 0x3ebced91 ## float 0.368999988 .long 0x411e3958 ## float 9.88899993 .long 0x3ea147ae ## float 0.314999998 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411f6042 ## float 9.96100044 .long 0x3ea56042 ## float 0.323000014 .long 0x3ea0c49c ## float 0.31400001 .long 0x411e4dd3 ## float 9.89400005 .long 0x3ec51eb8 ## float 0.38499999 .long 0x3e9e353f ## float 0.308999985 .long 0x411ecccd ## float 9.92500019 .long 0x3ea56042 ## float 0.323000014 .long 0x3ea978d5 ## float 0.331 .long 0x411ec083 ## float 9.92199993 .long 0x3ebc6a7f ## float 0.368000001 .long 0x3e9374bc ## float 0.287999988 .long 0x411e5604 ## float 9.8959999 .long 0x3ea56042 ## float 0.323000014 .long 0x3ebbe76d ## float 0.367000014 .long 0x411e1cac ## float 9.88199996 .long 0x3eb9db23 ## float 0.363000005 .long 0x3e90e560 ## float 0.282999992 .long 0x411d6042 ## float 9.83600044 .long 0x3eda1cac ## float 0.425999999 .long 0x3ecbc6a8 ## float 0.398000002 .long 0x411c24dd ## float 9.75899982 .long 0x3ea04189 ## float 0.312999994 .long 0x3e7ae148 ## float 0.245000005 .long 0x411d999a ## float 9.85000038 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3e947ae1 ## float 0.289999992 .long 0x411e72b0 ## float 9.90299987 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3e581062 ## float 0.210999995 .long 0x411c872b ## float 9.78299999 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3eb33333 ## float 0.349999994 .long 0x411d26e9 ## float 9.82199954 .long 0x3ecb4396 ## float 0.397000015 .long 0x3e960419 ## float 0.293000013 .long 0x411c9ba6 ## float 9.7880001 .long 0x3e9db22d ## float 0.307999998 .long 0x3eb33333 ## float 0.349999994 .long 0x411ea3d7 ## float 9.91499996 .long 0x3e981062 ## float 0.296999991 .long 0x3e947ae1 ## float 0.289999992 .long 0x411e7efa ## float 9.90600013 .long 0x3ecdd2f2 ## float 0.40200001 .long 0x3ec6a7f0 ## float 0.388000011 .long 0x411c24dd ## float 9.75899982 .long 0x3ec18937 ## float 0.377999991 .long 0x3e90e560 ## float 0.282999992 .long 0x411df3b6 ## float 9.87199974 .long 0x3ec00000 ## float 0.375 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411d4bc7 ## float 9.83100032 .long 0x3ea04189 ## float 0.312999994 .long 0x3e91eb85 ## float 0.284999996 .long 0x411d6c8b ## float 9.83899974 .long 0x3ed26e98 ## float 0.411000013 .long 0x3e981062 ## float 0.296999991 .long 0x411e9ba6 ## float 9.9130001 .long 0x3ec18937 ## float 0.377999991 .long 0x3e9374bc ## float 0.287999988 .long 0x41215c29 ## float 10.085 .long 0x3ecb4396 ## float 0.397000015 .long 0x3e849ba6 ## float 0.259000003 .long 0x411ef1aa ## float 9.93400001 .long 0x3eddb22d ## float 0.432999998 .long 0x3eac0831 ## float 0.335999995 .long 0x411ddf3b ## float 9.86699962 .long 0x3ed60419 ## float 0.418000013 .long 0x3ea978d5 ## float 0.331 .long 0x411e5604 ## float 9.8959999 .long 0x3eb8d4fe ## float 0.361000001 .long 0x3ebbe76d ## float 0.367000014 .long 0x411da5e3 ## float 9.85299968 .long 0x3eb3b646 ## float 0.351000011 .long 0x3e960419 ## float 0.293000013 .long 0x411ee148 ## float 9.9300003 .long 0x3ea76c8b ## float 0.326999992 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411e3958 ## float 9.88899993 .long 0x3ee04189 ## float 0.437999994 .long 0x3ea5e354 ## float 0.324000001 .long 0x411ee979 ## float 9.93200016 .long 0x3ea3d70a ## float 0.319999993 .long 0x3ec49ba6 ## float 0.384000003 .long 0x411dfbe7 ## float 9.87399959 .long 0x3e9374bc ## float 0.287999988 .long 0x3e9e353f ## float 0.308999985 .long 0x411f126f ## float 9.94200038 .long 0x3eb020c5 ## float 0.344000012 .long 0x3ead0e56 ## float 0.338 .long 0x411deb85 ## float 9.86999988 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3ea978d5 ## float 0.331 .long 0x411e4dd3 ## float 9.89400005 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411e0831 ## float 9.87699985 .long 0x3eca3d71 ## float 0.395000011 .long 0x3e8ac083 ## float 0.270999998 .long 0x411e8f5c ## float 9.90999984 .long 0x3e9cac08 ## float 0.305999994 .long 0x3eb33333 ## float 0.349999994 .long 0x411e5e35 ## float 9.89799976 .long 0x3ea56042 ## float 0.323000014 .long 0x3e8ac083 ## float 0.270999998 .long 0x411deb85 ## float 9.86999988 .long 0x3ec624dd ## float 0.386999995 .long 0x3e981062 ## float 0.296999991 .long 0x411deb85 ## float 9.86999988 .long 0x3eb020c5 ## float 0.344000012 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411e72b0 ## float 9.90299987 .long 0x3eb2b021 ## float 0.349000007 .long 0x3eae978d ## float 0.340999991 .long 0x411ecccd ## float 9.92500019 .long 0x3eb020c5 ## float 0.344000012 .long 0x3ea6e979 ## float 0.326000005 .long 0x411e8f5c ## float 9.90999984 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3e8ac083 ## float 0.270999998 .long 0x411eb021 ## float 9.91800022 .long 0x3ea76c8b ## float 0.326999992 .long 0x3e883127 ## float 0.266000003 .long 0x411da5e3 ## float 9.85299968 .long 0x3ea147ae ## float 0.314999998 .long 0x3e6e978d ## float 0.232999995 .long 0x411e1062 ## float 9.87899971 .long 0x3eced917 ## float 0.404000014 .long 0x3ea5e354 ## float 0.324000001 .long 0x411fdf3b ## float 9.99199962 .long 0x3eac8b44 ## float 0.337000012 .long 0x3eb33333 ## float 0.349999994 .long 0x411d6c8b ## float 9.83899974 .long 0x3eb020c5 ## float 0.344000012 .long 0x3eae978d ## float 0.340999991 .long 0x411cc49c ## float 9.79800033 .long 0x3ebef9db ## float 0.372999996 .long 0x3ea0c49c ## float 0.31400001 .long 0x411ecccd ## float 9.92500019 .long 0x3eb53f7d ## float 0.354000002 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411ee979 ## float 9.93200016 .long 0x3e9f3b64 ## float 0.31099999 .long 0x3e8ac083 ## float 0.270999998 .long 0x411deb85 ## float 9.86999988 .long 0x3ec7ae14 ## float 0.389999986 .long 0x3ec49ba6 ## float 0.384000003 .long 0x411d5810 ## float 9.83399963 .long 0x3ea66666 ## float 0.324999988 .long 0x3ead0e56 ## float 0.338 .long 0x411d7cee ## float 9.84300041 .long 0x3ea56042 ## float 0.323000014 .long 0x3ebe76c9 ## float 0.372000009 .long 0x411ea3d7 ## float 9.91499996 .long 0x3ed26e98 ## float 0.411000013 .long 0x3eb22d0e ## float 0.34799999 .long 0x411fb646 ## float 9.98200035 .long 0x3ec41893 ## float 0.382999986 .long 0x3ec49ba6 ## float 0.384000003 .long 0x411e1062 ## float 9.87899971 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3eb6c8b4 ## float 0.356999993 .long 0x411ee148 ## float 9.9300003 .long 0x3ea56042 ## float 0.323000014 .long 0x3ea978d5 ## float 0.331 .long 0x411ee148 ## float 9.9300003 .long 0x3f06a7f0 ## float 0.526000023 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411ddf3b ## float 9.86699962 .long 0x3eeb020c ## float 0.458999991 .long 0x3ebf7cee ## float 0.374000013 .long 0x411d0a3d ## float 9.81499958 .long 0x3e6e978d ## float 0.232999995 .long 0x3ea353f8 ## float 0.319000006 .long 0x411d6c8b ## float 9.83899974 .long 0x3f2fdf3b ## float 0.686999976 .long 0x3ed47ae1 ## float 0.414999992 .long 0x411ddf3b ## float 9.86699962 .long 0x3edc28f6 ## float 0.430000007 .long 0x3eba5e35 ## float 0.363999993 .long 0x411e0831 ## float 9.87699985 .long 0x3ecc49ba ## float 0.398999989 .long 0x3e77ced9 ## float 0.241999999 .long 0x411f4bc7 ## float 9.95600032 .long 0x3f000000 ## float 0.5 .long 0x3edba5e3 ## float 0.42899999 .long 0x4120353f ## float 10.0129995 .long 0x3ef4bc6a ## float 0.477999985 .long 0x3ea45a1d ## float 0.32100001 .long 0x411e1062 ## float 9.87899971 .long 0x3e947ae1 ## float 0.289999992 .long 0x3e839581 ## float 0.256999999 .long 0x411e24dd ## float 9.88399982 .long 0x3ebdf3b6 ## float 0.370999992 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411e7efa ## float 9.90600013 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3ebbe76d ## float 0.367000014 .long 0x411f7cee ## float 9.96800041 .long 0x3f13b646 ## float 0.577000022 .long 0x3ec9374c ## float 0.393000007 .long 0x411e4dd3 ## float 9.89400005 .long 0x3ed89375 ## float 0.423000008 .long 0x3ebf7cee ## float 0.374000013 .long 0x411f0625 ## float 9.93900012 .long 0x3f004189 ## float 0.500999987 .long 0x3eaa7efa ## float 0.333000004 .long 0x411dcac1 ## float 9.86200046 .long 0x3eda1cac ## float 0.425999999 .long 0x3ec83127 ## float 0.391000003 .long 0x411d7cee ## float 9.84300041 .long 0x3eddb22d ## float 0.432999998 .long 0x3e90e560 ## float 0.282999992 .long 0x411e5e35 ## float 9.89799976 .long 0x3f04dd2f ## float 0.518999994 .long 0x3ea45a1d ## float 0.32100001 .long 0x411d9168 ## float 9.84799957 .long 0x3ecdd2f2 ## float 0.40200001 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411dba5e ## float 9.8579998 .long 0x3ec51eb8 ## float 0.38499999 .long 0x3ebbe76d ## float 0.367000014 .long 0x411e8f5c ## float 9.90999984 .long 0x3ed4fdf4 ## float 0.416000009 .long 0x3eb33333 ## float 0.349999994 .long 0x411ed4fe ## float 9.92700004 .long 0x3eac8b44 ## float 0.337000012 .long 0x3e820c4a ## float 0.254000008 .long 0x411e4189 ## float 9.89099979 .long 0x3ee872b0 ## float 0.453999996 .long 0x3ebf7cee ## float 0.374000013 .long 0x411f126f ## float 9.94200038 .long 0x3e1fbe77 ## float 0.156000003 .long 0x3e4ed917 ## float 0.202000007 .long 0x411ffbe7 ## float 9.99899959 .long 0x3f174bc7 ## float 0.591000021 .long 0x3ead0e56 ## float 0.338 .long 0x411eb852 ## float 9.92000007 .long 0x3eca3d71 ## float 0.395000011 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411f9168 ## float 9.97299957 .long 0x3e9db22d ## float 0.307999998 .long 0x3e3d70a4 ## float 0.185000002 .long 0x411ee148 ## float 9.9300003 .long 0x3e8d4fdf ## float 0.275999993 .long 0x3e9374bc ## float 0.287999988 .long 0x411fcac1 ## float 9.98700046 .long 0x3e9374bc ## float 0.287999988 .long 0x3ec49ba6 ## float 0.384000003 .long 0x411e24dd ## float 9.88399982 .long 0x3e960419 ## float 0.293000013 .long 0x3ef1a9fc ## float 0.472000003 .long 0x411b74bc ## float 9.7159996 .long 0x3ed3f7cf ## float 0.414000005 .long 0x3eb95810 ## float 0.361999989 .long 0x411f2f1b ## float 9.94900035 .long 0x3edc28f6 ## float 0.430000007 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411e872b ## float 9.90799999 .long 0x3e883127 ## float 0.266000003 .long 0x3ea6e979 ## float 0.326000005 .long 0x411ca7f0 ## float 9.79100036 .long 0x3e981062 ## float 0.296999991 .long 0x3ecac083 ## float 0.395999998 .long 0x41210625 ## float 10.0640001 .long 0x3eb9db23 ## float 0.363000005 .long 0x3e90e560 ## float 0.282999992 .long 0x411e3958 ## float 9.88899993 .long 0x3ecc49ba ## float 0.398999989 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411d999a ## float 9.85000038 .long 0x3db22d0e ## float 0.0869999975 .long 0x3e91eb85 ## float 0.284999996 .long 0x4120353f ## float 10.0129995 .long 0x3eee978d ## float 0.465999991 .long 0x3ebf7cee ## float 0.374000013 .long 0x411e9ba6 ## float 9.9130001 .long 0x3f189375 ## float 0.596000016 .long 0x3eaa7efa ## float 0.333000004 .long 0x411fcac1 ## float 9.98700046 .long 0x3d449ba6 ## float 0.0480000004 .long 0x3e3f7cee ## float 0.187000006 .long 0x41200419 ## float 10.0010004 .long 0x3df5c28f ## float 0.119999997 .long 0x3eb851ec ## float 0.360000014 .long 0x411c4dd3 ## float 9.76900005 .long 0x3de353f8 ## float 0.111000001 .long 0x3e820c4a ## float 0.254000008 .long 0x411eb021 ## float 9.91800022 .long 0x3ebb645a ## float 0.365999997 .long 0x3e676c8b ## float 0.225999996 .long 0x411ee979 ## float 9.93200016 .long 0x3eb1a9fc ## float 0.347000003 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411ed4fe ## float 9.92700004 .long 0x3eb7ced9 ## float 0.358999997 .long 0x3e645a1d ## float 0.223000005 .long 0x411c5604 ## float 9.7709999 .long 0x3ea147ae ## float 0.314999998 .long 0x3e7ced91 ## float 0.246999994 .long 0x411cb021 ## float 9.79300022 .long 0x3f004189 ## float 0.500999987 .long 0x3efa5e35 ## float 0.488999993 .long 0x411d3b64 ## float 9.82699966 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3eb5c28f ## float 0.354999989 .long 0x411f851f ## float 9.97000026 .long 0x3e6b851f ## float 0.230000004 .long 0x3e970a3d ## float 0.294999987 .long 0x411ce979 ## float 9.80700016 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e73b646 ## float 0.238000005 .long 0x411e4189 ## float 9.89099979 .long 0x3e7ef9db ## float 0.248999998 .long 0x3e99999a ## float 0.300000012 .long 0x411d7cee ## float 9.84300041 .long 0x3e50e560 ## float 0.203999996 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411f851f ## float 9.97000026 .long 0x3e99999a ## float 0.300000012 .long 0x3e883127 ## float 0.266000003 .long 0x411ddf3b ## float 9.86699962 .long 0x3eb2b021 ## float 0.349000007 .long 0x3e85a1cb ## float 0.261000007 .long 0x411ff3b6 ## float 9.99699974 .long 0x3eb53f7d ## float 0.354000002 .long 0x3ea6e979 ## float 0.326000005 .long 0x411fdf3b ## float 9.99199962 .long 0x3eda1cac ## float 0.425999999 .long 0x3eac0831 ## float 0.335999995 .long 0x411fe76d ## float 9.99400043 .long 0x3f34bc6a ## float 0.70599997 .long 0x3ecbc6a8 ## float 0.398000002 .long 0x411fa1cb ## float 9.97700023 .long 0x3f0624dd ## float 0.523999989 .long 0x3ebe76c9 ## float 0.372000009 .long 0x411f70a4 ## float 9.96500015 .long 0x3ec28f5c ## float 0.379999995 .long 0x3ecac083 ## float 0.395999998 .long 0x411d3b64 ## float 9.82699966 .long 0x3e09374c ## float 0.134000003 .long 0x3e872b02 ## float 0.263999999 .long 0x411b9581 ## float 9.72399997 .long 0xbcfdf3b6 ## float -0.0309999995 .long 0x3e333333 ## float 0.174999997 .long 0x411aed91 ## float 9.68299961 .long 0x3c8b4396 ## float 0.0170000009 .long 0x3e91eb85 ## float 0.284999996 .long 0x411e872b ## float 9.90799999 .long 0x3e5a1cac ## float 0.213 .long 0x3e947ae1 ## float 0.289999992 .long 0x411deb85 ## float 9.86999988 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e849ba6 ## float 0.259000003 .long 0x411ee148 ## float 9.9300003 .long 0x3ebdf3b6 ## float 0.370999992 .long 0x3e947ae1 ## float 0.289999992 .long 0x41201893 ## float 10.0059996 .long 0x3ecdd2f2 ## float 0.40200001 .long 0x3ecf5c29 ## float 0.405000001 .long 0x411d6042 ## float 9.83600044 .long 0x3f0e147b ## float 0.555000007 .long 0x3ea872b0 ## float 0.328999996 .long 0x411e24dd ## float 9.88399982 .long 0x3f09374c ## float 0.536000013 .long 0x3eaf9db2 ## float 0.342999995 .long 0x412122d1 ## float 10.0710001 .long 0x3e970a3d ## float 0.294999987 .long 0x3e77ced9 ## float 0.241999999 .long 0x411eb852 ## float 9.92000007 .long 0x3e26e979 ## float 0.163000003 .long 0x3dced917 ## float 0.101000004 .long 0x411c76c9 ## float 9.77900028 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3eb33333 ## float 0.349999994 .long 0x411e2d0e ## float 9.88599967 .long 0x3f0147ae ## float 0.504999995 .long 0x3ede353f ## float 0.433999985 .long 0x411c1cac ## float 9.75699996 .long 0x3eb8d4fe ## float 0.361000001 .long 0x3e8e5604 ## float 0.277999997 .long 0x411bba5e ## float 9.7329998 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3e90e560 ## float 0.282999992 .long 0x411fa1cb ## float 9.97700023 .long 0x3ea2d0e5 ## float 0.317999989 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411e7efa ## float 9.90600013 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3e883127 ## float 0.266000003 .long 0x411ea3d7 ## float 9.91499996 .long 0x3c9ba5e3 ## float 0.0189999994 .long 0x3e072b02 ## float 0.131999999 .long 0x412153f8 ## float 10.0830002 .long 0x3de76c8b ## float 0.112999998 .long 0x3e189375 ## float 0.149000004 .long 0x411f999a ## float 9.97500038 .long 0x3df1a9fc ## float 0.118000001 .long 0x3e29fbe7 ## float 0.165999994 .long 0x411d8937 ## float 9.84599971 .long 0x3e645a1d ## float 0.223000005 .long 0x3e449ba6 ## float 0.192000002 .long 0x411d4bc7 ## float 9.83100032 .long 0x3e72b021 ## float 0.237000003 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411d74bc ## float 9.8409996 .long 0x3eb53f7d ## float 0.354000002 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411d26e9 ## float 9.82199954 .long 0x3e90e560 ## float 0.282999992 .long 0x3e1a9fbe ## float 0.150999993 .long 0x411eb852 ## float 9.92000007 .long 0x3e9374bc ## float 0.287999988 .long 0x3e8fdf3b ## float 0.280999988 .long 0x412153f8 ## float 10.0830002 .long 0x3e9ba5e3 ## float 0.30399999 .long 0x3e810625 ## float 0.252000004 .long 0x411dfbe7 ## float 9.87399959 .long 0x3ebdf3b6 ## float 0.370999992 .long 0x3e9c28f6 ## float 0.305000007 .long 0x41196c8b ## float 9.58899974 .long 0xbd8d4fdf ## float -0.0689999983 .long 0x3d50e560 ## float 0.050999999 .long 0x411c872b ## float 9.78299999 .long 0x3d1fbe77 ## float 0.0390000008 .long 0x3e21cac1 ## float 0.158000007 .long 0x411d26e9 ## float 9.82199954 .long 0x3ee872b0 ## float 0.453999996 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411f2f1b ## float 9.94900035 .long 0x3e5a1cac ## float 0.213 .long 0x3e645a1d ## float 0.223000005 .long 0x411a8312 ## float 9.65699958 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3e6978d5 ## float 0.228 .long 0x411f374c ## float 9.95100021 .long 0x3df5c28f ## float 0.119999997 .long 0x3e5b22d1 ## float 0.214000002 .long 0x41212b02 ## float 10.073 .long 0x3e24dd2f ## float 0.160999998 .long 0x3e73b646 ## float 0.238000005 .long 0x411d7cee ## float 9.84300041 .long 0x3e116873 ## float 0.142000005 .long 0x3e3851ec ## float 0.180000007 .long 0x411e7efa ## float 9.90600013 .long 0x3da1cac1 ## float 0.0790000036 .long 0x3e624dd3 ## float 0.221000001 .long 0x411d126f ## float 9.81700038 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e0e5604 ## float 0.138999999 .long 0x411f6042 ## float 9.96100044 .long 0x3e6b851f ## float 0.230000004 .long 0x3e7ae148 ## float 0.245000005 .long 0x411d2f1b ## float 9.82400035 .long 0x3eed9168 ## float 0.463999987 .long 0x3e49ba5e ## float 0.196999997 .long 0x41204189 ## float 10.0159998 .long 0x3e000000 ## float 0.125 .long 0x3e5d2f1b ## float 0.216000006 .long 0x411e3958 ## float 9.88899993 .long 0x3e116873 ## float 0.142000005 .long 0x3e4ed917 ## float 0.202000007 .long 0x411e1cac ## float 9.88199996 .long 0x3e1374bc ## float 0.143999994 .long 0x3de353f8 ## float 0.111000001 .long 0x411f22d1 ## float 9.94600009 .long 0x3e8ac083 ## float 0.270999998 .long 0x3e970a3d ## float 0.294999987 .long 0x411d7cee ## float 9.84300041 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e5f3b64 ## float 0.217999995 .long 0x411e0831 ## float 9.87699985 .long 0xbd8d4fdf ## float -0.0689999983 .long 0x3d89374c ## float 0.0670000016 .long 0x411bba5e ## float 9.7329998 .long 0xbe570a3d ## float -0.209999993 .long 0x3d9db22d ## float 0.0769999996 .long 0x411d6042 ## float 9.83600044 .long 0xbd3851ec ## float -0.0450000018 .long 0x3e0c49ba ## float 0.136999995 .long 0x411f374c ## float 9.95100021 .long 0x3e820c4a ## float 0.254000008 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411dcac1 ## float 9.86200046 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e90e560 ## float 0.282999992 .long 0x411d999a ## float 9.85000038 .long 0x3e72b021 ## float 0.237000003 .long 0x3e883127 ## float 0.266000003 .long 0x411d26e9 ## float 9.82199954 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411c4dd3 ## float 9.76900005 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e849ba6 ## float 0.259000003 .long 0x411ee979 ## float 9.93200016 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e50e560 ## float 0.203999996 .long 0x411df3b6 ## float 9.87199974 .long 0x3e449ba6 ## float 0.192000002 .long 0x3ea0c49c ## float 0.31400001 .long 0x411ec083 ## float 9.92199993 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3ea0c49c ## float 0.31400001 .long 0x411ee979 ## float 9.93200016 .long 0x3e90e560 ## float 0.282999992 .long 0x3e800000 ## float 0.25 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e810625 ## float 0.252000004 .long 0x3e960419 ## float 0.293000013 .long 0x411d74bc ## float 9.8409996 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3e73b646 ## float 0.238000005 .long 0x411e1cac ## float 9.88199996 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e645a1d ## float 0.223000005 .long 0x411e6a7f ## float 9.90100002 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3e90e560 ## float 0.282999992 .long 0x411ca7f0 ## float 9.79100036 .long 0x3e872b02 ## float 0.263999999 .long 0x3e645a1d ## float 0.223000005 .long 0x411dcac1 ## float 9.86200046 .long 0x3e9f3b64 ## float 0.31099999 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411dfbe7 ## float 9.87399959 .long 0x3e581062 ## float 0.210999995 .long 0x3e883127 ## float 0.266000003 .long 0x411e6a7f ## float 9.90100002 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3e75c28f ## float 0.239999995 .long 0x411da5e3 ## float 9.85299968 .long 0x3e99999a ## float 0.300000012 .long 0x3ea45a1d ## float 0.32100001 .long 0x411ee148 ## float 9.9300003 .long 0x3e72b021 ## float 0.237000003 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411efdf4 ## float 9.93700027 .long 0x3e9374bc ## float 0.287999988 .long 0x3e624dd3 ## float 0.221000001 .long 0x411df3b6 ## float 9.87199974 .long 0x3e449ba6 ## float 0.192000002 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411e4189 ## float 9.89099979 .long 0x3e883127 ## float 0.266000003 .long 0x3e449ba6 ## float 0.192000002 .long 0x411fcac1 ## float 9.98700046 .long 0x3e72b021 ## float 0.237000003 .long 0x3e981062 ## float 0.296999991 .long 0x411d6c8b ## float 9.83899974 .long 0x3e820c4a ## float 0.254000008 .long 0x3e449ba6 ## float 0.192000002 .long 0x411f9168 ## float 9.97299957 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e73b646 ## float 0.238000005 .long 0x411e5604 ## float 9.8959999 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e645a1d ## float 0.223000005 .long 0x411e2d0e ## float 9.88599967 .long 0x3e3d70a4 ## float 0.185000002 .long 0x3e9e353f ## float 0.308999985 .long 0x411e1cac ## float 9.88199996 .long 0x3ebb645a ## float 0.365999997 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411ddf3b ## float 9.86699962 .long 0x3e883127 ## float 0.266000003 .long 0x3e8fdf3b ## float 0.280999988 .long 0x411ef1aa ## float 9.93400001 .long 0x3e645a1d ## float 0.223000005 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411eb852 ## float 9.92000007 .long 0x3e90e560 ## float 0.282999992 .long 0x3e9374bc ## float 0.287999988 .long 0x411dba5e ## float 9.8579998 .long 0x3e5a1cac ## float 0.213 .long 0x3e85a1cb ## float 0.261000007 .long 0x411cc49c ## float 9.79800033 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e960419 ## float 0.293000013 .long 0x411e6a7f ## float 9.90100002 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e970a3d ## float 0.294999987 .long 0x411d0a3d ## float 9.81499958 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e8e5604 ## float 0.277999997 .long 0x411d0a3d ## float 9.81499958 .long 0x3e3851ec ## float 0.180000007 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411fa1cb ## float 9.97700023 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411ddf3b ## float 9.86699962 .long 0x3e624dd3 ## float 0.221000001 .long 0x3ead0e56 ## float 0.338 .long 0x411ddf3b ## float 9.86699962 .long 0x3e7ef9db ## float 0.248999998 .long 0x3e810625 ## float 0.252000004 .long 0x411ec083 ## float 9.92199993 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3ea872b0 ## float 0.328999996 .long 0x411ee148 ## float 9.9300003 .long 0x3e7ced91 ## float 0.246999994 .long 0x3e800000 ## float 0.25 .long 0x411e7efa ## float 9.90600013 .long 0x3e6e978d ## float 0.232999995 .long 0x3e6e978d ## float 0.232999995 .long 0x411e3958 ## float 9.88899993 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3e90e560 ## float 0.282999992 .long 0x411c45a2 ## float 9.76700019 .long 0x3e645a1d ## float 0.223000005 .long 0x3e970a3d ## float 0.294999987 .long 0x411efdf4 ## float 9.93700027 .long 0x3ea147ae ## float 0.314999998 .long 0x3e624dd3 ## float 0.221000001 .long 0x411e0831 ## float 9.87699985 .long 0x3e872b02 ## float 0.263999999 .long 0x3ec08312 ## float 0.375999987 .long 0x411dc28f ## float 9.85999965 .long 0x3db645a2 ## float 0.0890000015 .long 0x3e883127 ## float 0.266000003 .long 0x411e1062 ## float 9.87899971 .long 0x3e6978d5 ## float 0.228 .long 0x3e5d2f1b ## float 0.216000006 .long 0x411d5810 ## float 9.83399963 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3e839581 ## float 0.256999999 .long 0x411ddf3b ## float 9.86699962 .long 0x3e3d70a4 ## float 0.185000002 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411e2d0e ## float 9.88599967 .long 0x3e1db22d ## float 0.153999999 .long 0x3e849ba6 ## float 0.259000003 .long 0x411e24dd ## float 9.88399982 .long 0x3e7ced91 ## float 0.246999994 .long 0x3ea5e354 ## float 0.324000001 .long 0x411d26e9 ## float 9.82199954 .long 0x3dcac083 ## float 0.0989999994 .long 0x3e52f1aa ## float 0.206 .long 0x411e6a7f ## float 9.90100002 .long 0x3e872b02 ## float 0.263999999 .long 0x3e981062 ## float 0.296999991 .long 0x411dd70a ## float 9.86499977 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3e676c8b ## float 0.225999996 .long 0x411d8937 ## float 9.84599971 .long 0x3e810625 ## float 0.252000004 .long 0x3e883127 ## float 0.266000003 .long 0x411f3f7d ## float 9.95300006 .long 0x3e666666 ## float 0.224999994 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411da5e3 ## float 9.85299968 .long 0x3e883127 ## float 0.266000003 .long 0x3e3645a2 ## float 0.178000003 .long 0x411e8f5c ## float 9.90999984 .long 0x3e77ced9 ## float 0.241999999 .long 0x3e947ae1 ## float 0.289999992 .long 0x411d999a ## float 9.85000038 .long 0x3e839581 ## float 0.256999999 .long 0x3ead0e56 ## float 0.338 .long 0x411ecccd ## float 9.92500019 .long 0x3e6978d5 ## float 0.228 .long 0x3e676c8b ## float 0.225999996 .long 0x411e1062 ## float 9.87899971 .long 0x3e49ba5e ## float 0.196999997 .long 0x3e970a3d ## float 0.294999987 .long 0x411eb852 ## float 9.92000007 .long 0x3e645a1d ## float 0.223000005 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411d3b64 ## float 9.82699966 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3e947ae1 ## float 0.289999992 .long 0x411c0831 ## float 9.75199985 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3e051eb8 ## float 0.129999995 .long 0x411da5e3 ## float 9.85299968 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e99999a ## float 0.300000012 .long 0x411d999a ## float 9.85000038 .long 0x3e7ae148 ## float 0.245000005 .long 0x3ea978d5 ## float 0.331 .long 0x411ed4fe ## float 9.92700004 .long 0x3e820c4a ## float 0.254000008 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411e1cac ## float 9.88199996 .long 0x3e1a9fbe ## float 0.150999993 .long 0x3e820c4a ## float 0.254000008 .long 0x411f1aa0 ## float 9.94400024 .long 0xbea8f5c3 ## float -0.330000013 .long 0xbd3020c5 ## float -0.0430000015 .long 0x411e8f5c ## float 9.90999984 .long 0x3ebb645a ## float 0.365999997 .long 0x3ea5e354 ## float 0.324000001 .long 0x411c76c9 ## float 9.77900028 .long 0x3ef645a2 ## float 0.481000006 .long 0x3ec6a7f0 ## float 0.388000011 .long 0x411f6873 ## float 9.96300029 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e810625 ## float 0.252000004 .long 0x411d7cee ## float 9.84300041 .long 0x3e0c49ba ## float 0.136999995 .long 0x3e70a3d7 ## float 0.234999999 .long 0x411f53f8 ## float 9.95800018 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x3e9e353f ## float 0.308999985 .long 0x411c76c9 ## float 9.77900028 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e981062 ## float 0.296999991 .long 0x411d999a ## float 9.85000038 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411cb021 ## float 9.79300022 .long 0x3d3c6a7f ## float 0.0460000001 .long 0x3df5c28f ## float 0.119999997 .long 0x412049ba ## float 10.0179996 .long 0x3ebdf3b6 ## float 0.370999992 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411eb852 ## float 9.92000007 .long 0x3e9db22d ## float 0.307999998 .long 0x3e9374bc ## float 0.287999988 .long 0x411ee979 ## float 9.93200016 .long 0x3e8e5604 ## float 0.277999997 .long 0x3e000000 ## float 0.125 .long 0x411c872b ## float 9.78299999 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3e981062 ## float 0.296999991 .long 0x411ddf3b ## float 9.86699962 .long 0x3e970a3d ## float 0.294999987 .long 0x3e947ae1 ## float 0.289999992 .long 0x411dc28f ## float 9.85999965 .long 0x3e99999a ## float 0.300000012 .long 0x3e99999a ## float 0.300000012 .long 0x411eb021 ## float 9.91800022 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e90e560 ## float 0.282999992 .long 0x411e1062 ## float 9.87899971 .long 0x3e6b851f ## float 0.230000004 .long 0x3e8e5604 ## float 0.277999997 .long 0x411dae14 ## float 9.85499954 .long 0x3e8d4fdf ## float 0.275999993 .long 0x3e947ae1 ## float 0.289999992 .long 0x411c7efa ## float 9.78100013 .long 0x3e333333 ## float 0.174999997 .long 0x3ea0c49c ## float 0.31400001 .long 0x411b3333 ## float 9.6999998 .long 0x3e947ae1 ## float 0.289999992 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411f1aa0 ## float 9.94400024 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e5a1cac ## float 0.213 .long 0x3eb5c28f ## float 0.354999989 .long 0x411d5810 ## float 9.83399963 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e6e978d ## float 0.232999995 .long 0x411deb85 ## float 9.86999988 .long 0x3e6978d5 ## float 0.228 .long 0x3ea353f8 ## float 0.319000006 .long 0x411d8937 ## float 9.84599971 .long 0x3e849ba6 ## float 0.259000003 .long 0x3ea0c49c ## float 0.31400001 .long 0x411d2f1b ## float 9.82400035 .long 0x3e5a1cac ## float 0.213 .long 0x3e9374bc ## float 0.287999988 .long 0x411c3958 ## float 9.76399993 .long 0x3e560419 ## float 0.209000006 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411ea3d7 ## float 9.91499996 .long 0x3e52f1aa ## float 0.206 .long 0x3e75c28f ## float 0.239999995 .long 0x411d8937 ## float 9.84599971 .long 0x3e6978d5 ## float 0.228 .long 0x3e839581 ## float 0.256999999 .long 0x411df3b6 ## float 9.87199974 .long 0x3e90e560 ## float 0.282999992 .long 0x3e839581 ## float 0.256999999 .long 0x411cb852 ## float 9.79500007 .long 0x3e970a3d ## float 0.294999987 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411d6c8b ## float 9.83899974 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411d7cee ## float 9.84300041 .long 0x3e581062 ## float 0.210999995 .long 0x3e947ae1 ## float 0.289999992 .long 0x411f126f ## float 9.94200038 .long 0x3e50e560 ## float 0.203999996 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411f6042 ## float 9.96100044 .long 0x3e883127 ## float 0.266000003 .long 0x3e8ac083 ## float 0.270999998 .long 0x411e72b0 ## float 9.90299987 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411d7cee ## float 9.84300041 .long 0x3ddd2f1b ## float 0.108000003 .long 0x3e9e353f ## float 0.308999985 .long 0x411ce979 ## float 9.80700016 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e9d2f1b ## float 0.307000011 .long 0x411eb852 ## float 9.92000007 .long 0x3e5f3b64 ## float 0.217999995 .long 0x3ea6e979 ## float 0.326000005 .long 0x411e8f5c ## float 9.90999984 .long 0x3eab851f ## float 0.335000008 .long 0x3e849ba6 ## float 0.259000003 .long 0x411ec083 ## float 9.92199993 .long 0x3e333333 ## float 0.174999997 .long 0x3e9c28f6 ## float 0.305000007 .long 0x411e5e35 ## float 9.89799976 .long 0x3e9f3b64 ## float 0.31099999 .long 0x3e800000 ## float 0.25 .long 0x411eb021 ## float 9.91800022 .long 0x3e872b02 ## float 0.263999999 .long 0x3ea353f8 ## float 0.319000006 .long 0x411e24dd ## float 9.88399982 .long 0x3e6978d5 ## float 0.228 .long 0x3e820c4a ## float 0.254000008 .long 0x411deb85 ## float 9.86999988 .long 0x3e8fdf3b ## float 0.280999988 .long 0x3e6e978d ## float 0.232999995 .long 0x411ec083 ## float 9.92199993 .long 0x3e051eb8 ## float 0.129999995 .long 0x3eb33333 ## float 0.349999994 .long 0x411d1aa0 ## float 9.81900024 .long 0x3e3d70a4 ## float 0.185000002 .long 0x3eaf9db2 ## float 0.342999995 .long 0x411d74bc ## float 9.8409996 .long 0x3e85a1cb ## float 0.261000007 .long 0x3e8e5604 ## float 0.277999997 .long 0x411e0831 ## float 9.87699985 .long 0x3ead9168 ## float 0.338999987 .long 0x3e5d2f1b ## float 0.216000006 .long 0x411d1aa0 ## float 9.81900024 .long 0x3e72b021 ## float 0.237000003 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411ee148 ## float 9.9300003 .long 0x3e560419 ## float 0.209000006 .long 0x3e7ced91 ## float 0.246999994 .long 0x411fb646 ## float 9.98200035 .long 0x3e666666 ## float 0.224999994 .long 0x3e9fbe77 ## float 0.312000006 .long 0x411e24dd ## float 9.88399982 .long 0x3e7ef9db ## float 0.248999998 .long 0x3ea872b0 ## float 0.328999996 .long 0x411d4396 ## float 9.82900047 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411fe76d ## float 9.99400043 .long 0x3e24dd2f ## float 0.160999998 .long 0x3e3f7cee ## float 0.187000006 .long 0x411e3958 ## float 9.88899993 .long 0x3e46a7f0 ## float 0.194000006 .long 0x3ea353f8 ## float 0.319000006 .long 0x411e2d0e ## float 9.88599967 .long 0x3e77ced9 ## float 0.241999999 .long 0x3e7ae148 ## float 0.245000005 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e960419 ## float 0.293000013 .long 0x411e1cac ## float 9.88199996 .long 0x3e72b021 ## float 0.237000003 .long 0x3e75c28f ## float 0.239999995 .long 0x411e2d0e ## float 9.88599967 .long 0x3e820c4a ## float 0.254000008 .long 0x3e6b851f ## float 0.230000004 .long 0x411ce148 ## float 9.8050003 .long 0x3e7ced91 ## float 0.246999994 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411dae14 ## float 9.85499954 .long 0x3e947ae1 ## float 0.289999992 .long 0x3e9d2f1b ## float 0.307000011 .long 0x41204189 ## float 10.0159998 .long 0x3e4bc6a8 ## float 0.199000001 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411d8937 ## float 9.84599971 .long 0x3e970a3d ## float 0.294999987 .long 0x3e800000 ## float 0.25 .long 0x411d1aa0 ## float 9.81900024 .long 0x3e810625 ## float 0.252000004 .long 0x3ea24dd3 ## float 0.317000002 .long 0x411deb85 ## float 9.86999988 .long 0x3e333333 ## float 0.174999997 .long 0x3e883127 ## float 0.266000003 .long 0x411d2f1b ## float 9.82400035 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3e77ced9 ## float 0.241999999 .long 0x411e1cac ## float 9.88199996 .long 0x3e560419 ## float 0.209000006 .long 0x3e800000 ## float 0.25 .long 0x411dcac1 ## float 9.86200046 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e85a1cb ## float 0.261000007 .long 0x411e6a7f ## float 9.90100002 .long 0x3e90e560 ## float 0.282999992 .long 0x3e8d4fdf ## float 0.275999993 .long 0x411cd917 ## float 9.80300045 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3ea45a1d ## float 0.32100001 .long 0x411dc28f ## float 9.85999965 .long 0x3e89ba5e ## float 0.268999994 .long 0x3e2e147b ## float 0.170000002 .long 0x411df3b6 ## float 9.87199974 .long 0x3e872b02 ## float 0.263999999 .long 0x3e800000 ## float 0.25 .long 0x411d4396 ## float 9.82900047 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e5b22d1 ## float 0.214000002 .long 0x411ddf3b ## float 9.86699962 .long 0x3ea8f5c3 ## float 0.330000013 .long 0x3e820c4a ## float 0.254000008 .long 0x411f374c ## float 9.95100021 .long 0x3e9374bc ## float 0.287999988 .long 0x3e839581 ## float 0.256999999 .long 0x411e6a7f ## float 9.90100002 .long 0x3e72b021 ## float 0.237000003 .long 0x3e29fbe7 ## float 0.165999994 .long 0x411dfbe7 ## float 9.87399959 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e883127 ## float 0.266000003 .long 0x411dd70a ## float 9.86499977 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e70a3d7 ## float 0.234999999 .long 0x411c9ba6 ## float 9.7880001 .long 0x3e90e560 ## float 0.282999992 .long 0x3e849ba6 ## float 0.259000003 .long 0x411e5e35 ## float 9.89799976 .long 0x3e883127 ## float 0.266000003 .long 0x3e7ae148 ## float 0.245000005 .long 0x411dc28f ## float 9.85999965 .long 0x3e75c28f ## float 0.239999995 .long 0x3e947ae1 ## float 0.289999992 .long 0x411f126f ## float 9.94200038 .long 0x3e333333 ## float 0.174999997 .long 0x3e8ac083 ## float 0.270999998 .long 0x411ce979 ## float 9.80700016 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e839581 ## float 0.256999999 .long 0x411e9ba6 ## float 9.9130001 .long 0x3e9374bc ## float 0.287999988 .long 0x3e800000 ## float 0.25 .long 0x411ddf3b ## float 9.86699962 .long 0x3e3f7cee ## float 0.187000006 .long 0x3e7ced91 ## float 0.246999994 .long 0x411e5e35 ## float 9.89799976 .long 0x3e75c28f ## float 0.239999995 .long 0x3e99999a ## float 0.300000012 .long 0x411e1062 ## float 9.87899971 .long 0x3e3a5e35 ## float 0.181999996 .long 0x3e7ced91 ## float 0.246999994 .long 0x411e4189 ## float 9.89099979 .long 0x3e9a9fbe ## float 0.301999986 .long 0x3ecbc6a8 ## float 0.398000002 .long 0x411ddf3b ## float 9.86699962 .long 0x3e810625 ## float 0.252000004 .long 0x3e90e560 ## float 0.282999992 .long 0x411e4dd3 ## float 9.89400005 .long 0x3e839581 ## float 0.256999999 .long 0x3ea978d5 ## float 0.331 .long 0x411ee148 ## float 9.9300003 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e6e978d ## float 0.232999995 .long 0x411d7cee ## float 9.84300041 .long 0x3e77ced9 ## float 0.241999999 .long 0x3e70a3d7 ## float 0.234999999 .long 0x411f374c ## float 9.95100021 .long 0x3e810625 ## float 0.252000004 .long 0x3e8e5604 ## float 0.277999997 .long 0x411e1062 ## float 9.87899971 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e820c4a ## float 0.254000008 .long 0x411f1aa0 ## float 9.94400024 .long 0x3e883127 ## float 0.266000003 .long 0x3ea353f8 ## float 0.319000006 .long 0x411d26e9 ## float 9.82199954 .long 0x3e2c0831 ## float 0.167999998 .long 0x3e947ae1 ## float 0.289999992 .long 0x411e3958 ## float 9.88899993 .long 0x3e2e147b ## float 0.170000002 .long 0x3e981062 ## float 0.296999991 .long 0x411ec083 ## float 9.92199993 .long 0x3e947ae1 ## float 0.289999992 .long 0x3e6e978d ## float 0.232999995 .long 0x411f0625 ## float 9.93900012 .long 0x3e624dd3 ## float 0.221000001 .long 0x3ea353f8 ## float 0.319000006 .long 0x411eb852 ## float 9.92000007 .long 0x3e581062 ## float 0.210999995 .long 0x3e7ae148 ## float 0.245000005 .long 0x411e24dd ## float 9.88399982 .long 0x3e624dd3 ## float 0.221000001 .long 0x3e24dd2f ## float 0.160999998 .long 0x411ee148 ## float 9.9300003 .long 0x3e7ef9db ## float 0.248999998 .long 0x3e77ced9 ## float 0.241999999 .long 0x411e24dd ## float 9.88399982 .long 0x3e428f5c ## float 0.189999998 .long 0x3e800000 ## float 0.25 .long 0x411ddf3b ## float 9.86699962 .long 0x3e5d2f1b ## float 0.216000006 .long 0x3e89ba5e ## float 0.268999994 .long 0x411d7cee ## float 9.84300041 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e960419 ## float 0.293000013 .long 0x411ecccd ## float 9.92500019 .long 0x3e3645a2 ## float 0.178000003 .long 0x3e883127 ## float 0.266000003 .long 0x411d2f1b ## float 9.82400035 .long 0x3e3a5e35 ## float 0.181999996 .long 0x3eb22d0e ## float 0.34799999 .long 0x411d0a3d ## float 9.81499958 .long 0x3e7ae148 ## float 0.245000005 .long 0x3ea0c49c ## float 0.31400001 .long 0x411c3958 ## float 9.76399993 .long 0x3e7ae148 ## float 0.245000005 .long 0x3e75c28f ## float 0.239999995 .long 0x411f7cee ## float 9.96800041 .long 0x3e883127 ## float 0.266000003 .long 0x3e676c8b ## float 0.225999996 .long 0x411e6a7f ## float 9.90100002 .long 0x3e449ba6 ## float 0.192000002 .long 0x3e8bc6a8 ## float 0.273000002 .long 0x411d2f1b ## float 9.82400035 .long 0x3e4ed917 ## float 0.202000007 .long 0x3e7ced91 ## float 0.246999994 .long 0x411e5604 ## float 9.8959999 .long 0x3e70a3d7 ## float 0.234999999 .long 0x3e8e5604 ## float 0.277999997 .long 0x411fcac1 ## float 9.98700046 .long 0x3ea56042 ## float 0.323000014 .long 0x3e8e5604 ## float 0.277999997 .long 0x411dae14 ## float 9.85499954 .globl _gyroData ## @gyroData .p2align 4 _gyroData: .long 0x3966afcd ## float 2.20000002E-4 .long 0x3b4c89b1 ## float 0.00312100002 .long 0x3adbad3a ## float 0.00167599996 .long 0x3a9fe868 ## float 0.00121999998 .long 0x3a92ee85 ## float 0.00112100004 .long 0x3a313598 ## float 6.76000025E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3b0b007a ## float 0.00212100009 .long 0xbaad8a11 ## float -0.00132399995 .long 0x3a9fe868 ## float 0.00121999998 .long 0x3a92ee85 ## float 0.00112100004 .long 0x3a313598 ## float 6.76000025E-4 .long 0x3a9fe868 ## float 0.00121999998 .long 0xbaf648c7 ## float -0.00187899999 .long 0x3adbad3a ## float 0.00167599996 .long 0xbae94ee4 ## float -0.00178000005 .long 0xba666cb1 ## float -8.78999999E-4 .long 0x3adbad3a ## float 0.00167599996 .long 0x3b5306a3 ## float 0.00322000007 .long 0xbaf648c7 ## float -0.00187899999 .long 0x3adbad3a ## float 0.00167599996 .long 0x3966afcd ## float 2.20000002E-4 .long 0xba666cb1 ## float -8.78999999E-4 .long 0x3adbad3a ## float 0.00167599996 .long 0xbae94ee4 ## float -0.00178000005 .long 0xbaf648c7 ## float -0.00187899999 .long 0xbaad8a11 ## float -0.00132399995 .long 0xba4c78ea ## float -7.80000002E-4 .long 0x3b0b007a ## float 0.00212100009 .long 0xbb59d777 ## float -0.00332399993 .long 0x3966afcd ## float 2.20000002E-4 .long 0xba666cb1 ## float -8.78999999E-4 .long 0x3b993922 ## float 0.00467600022 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xbb7e36d2 ## float -0.00387899997 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xbaf648c7 ## float -0.00187899999 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xbaf648c7 ## float -0.00187899999 .long 0x3adbad3a ## float 0.00167599996 .long 0x3966afcd ## float 2.20000002E-4 .long 0xba666cb1 ## float -8.78999999E-4 .long 0xbaad8a11 ## float -0.00132399995 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3a92ee85 ## float 0.00112100004 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x3a93b7d8 ## float 0.00112699997 .long 0xb9abf76a ## float -3.27999995E-4 .long 0x39638a7e ## float 2.16999993E-4 .long 0xbaf57f73 ## float -0.00187299994 .long 0xbb18915c ## float -0.00232800003 .long 0xba4cff22 ## float -7.82000017E-4 .long 0xba64da0a ## float -8.73000011E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x39052b4e ## float 1.27000007E-4 .long 0x3a302928 ## float 6.71999995E-4 .long 0x3b114b16 ## float 0.00221699988 .long 0xba64da0a ## float -8.73000011E-4 .long 0x3a302928 ## float 6.71999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x39052b4e ## float 1.27000007E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x3a93b7d8 ## float 0.00112699997 .long 0x3a302928 ## float 6.71999995E-4 .long 0x39638a7e ## float 2.16999993E-4 .long 0xba64da0a ## float -8.73000011E-4 .long 0xbaae1049 ## float -0.00132799998 .long 0xbae9b38d ## float -0.00178299996 .long 0x3a93b7d8 ## float 0.00112699997 .long 0x3a302928 ## float 6.71999995E-4 .long 0x39638a7e ## float 2.16999993E-4 .long 0x39052b4e ## float 1.27000007E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0x3b114b16 ## float 0.00221699988 .long 0x3b0b6523 ## float 0.0021269999 .long 0x3a302928 ## float 6.71999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0xbb9fadb0 ## float -0.00487300009 .long 0x3b70a5f0 ## float 0.00367200002 .long 0x39638a7e ## float 2.16999993E-4 .long 0x39052b4e ## float 1.27000007E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0xba64da0a ## float -8.73000011E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x3b0b6523 ## float 0.0021269999 .long 0x3a302928 ## float 6.71999995E-4 .long 0x39638a7e ## float 2.16999993E-4 .long 0xba64da0a ## float -8.73000011E-4 .long 0xb9abf76a ## float -3.27999995E-4 .long 0x39638a7e ## float 2.16999993E-4 .long 0xbaf57f73 ## float -0.00187299994 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x39052b4e ## float 1.27000007E-4 .long 0x3a302928 ## float 6.71999995E-4 .long 0x3b114b16 ## float 0.00221699988 .long 0x39052b4e ## float 1.27000007E-4 .long 0x3adb2703 ## float 0.00167200004 .long 0xbb3662fe ## float -0.002783 .long 0x39052b4e ## float 1.27000007E-4 .long 0x3adb2703 ## float 0.00167200004 .long 0xba4cff22 ## float -7.82000017E-4 .long 0x3a93b7d8 ## float 0.00112699997 .long 0x3adb2703 ## float 0.00167200004 .long 0x3a9f83be ## float 0.00121699995 .long 0x3b4cee5b ## float 0.00312700006 .long 0x3adb2703 ## float 0.00167200004 .long 0x39638a7e ## float 2.16999993E-4 .long 0x3a93b7d8 ## float 0.00112699997 .long 0xbb18915c ## float -0.00232800003 .long 0x3a9f83be ## float 0.00121699995 .long 0x3a93b7d8 ## float 0.00112699997 .long 0xb9abf76a ## float -3.27999995E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xba666cb1 ## float -8.78999999E-4 .long 0xbb184e40 ## float -0.002324 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xbaf648c7 ## float -0.00187899999 .long 0x3a313598 ## float 6.76000025E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3ba7ce10 ## float 0.00512100011 .long 0xbaad8a11 ## float -0.00132399995 .long 0x3a9fe868 ## float 0.00121999998 .long 0xba666cb1 ## float -8.78999999E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xbb3630a9 ## float -0.00277999998 .long 0x3a92ee85 ## float 0.00112100004 .long 0x3b2f5fd4 ## float 0.00267599989 .long 0x3966afcd ## float 2.20000002E-4 .long 0xbaf648c7 ## float -0.00187899999 .long 0xbb184e40 ## float -0.002324 .long 0x3a9fe868 ## float 0.00121999998 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xbaad8a11 ## float -0.00132399995 .long 0xbb3630a9 ## float -0.00277999998 .long 0xba666cb1 ## float -8.78999999E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0x3a9fe868 ## float 0.00121999998 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xbaad8a11 ## float -0.00132399995 .long 0xba4c78ea ## float -7.80000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0x3b2f5fd4 ## float 0.00267599989 .long 0xba4c78ea ## float -7.80000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0x3b993922 ## float 0.00467600022 .long 0xbae94ee4 ## float -0.00178000005 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0xba666cb1 ## float -8.78999999E-4 .long 0xbb184e40 ## float -0.002324 .long 0x3a9fe868 ## float 0.00121999998 .long 0xbaf648c7 ## float -0.00187899999 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xba4c78ea ## float -7.80000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xbb184e40 ## float -0.002324 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3b0b007a ## float 0.00212100009 .long 0xbb184e40 ## float -0.002324 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3b0b007a ## float 0.00212100009 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3a92ee85 ## float 0.00112100004 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0xbae94ee4 ## float -0.00178000005 .long 0x38fdc161 ## float 1.20999997E-4 .long 0x3a313598 ## float 6.76000025E-4 .long 0x3a9fe868 ## float 0.00121999998 .long 0x3a92ee85 ## float 0.00112100004 .long 0xbaad8a11 ## float -0.00132399995 .long 0xbae94ee4 ## float -0.00178000005 .long 0xba666cb1 ## float -8.78999999E-4 .long 0x3a313598 ## float 6.76000025E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x38fdc161 ## float 1.20999997E-4 .long 0xb9a9de8b ## float -3.23999993E-4 .long 0x3966afcd ## float 2.20000002E-4 .long 0x3a92ee85 ## float 0.00112100004 .long 0x3adbad3a ## float 0.00167599996 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b4d423e ## float 0.0031320001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xbaf4d7ae ## float -0.00186800002 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xba634763 ## float -8.67000024E-4 .long 0xbb5a5daf ## float -0.00333199999 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xbb3bf50e ## float -0.00286799995 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a945f9e ## float 0.001132 .long 0x3adaa0cb ## float 0.00166800001 .long 0xbb36848c ## float -0.00278500002 .long 0x3b0bb906 ## float 0.00213199994 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b0bb906 ## float 0.00213199994 .long 0xbaae9681 ## float -0.00133200001 .long 0xbae9f6a9 ## float -0.00178499997 .long 0xba634763 ## float -8.67000024E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0xbaf4d7ae ## float -0.00186800002 .long 0x3adaa0cb ## float 0.00166800001 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a945f9e ## float 0.001132 .long 0xbaae9681 ## float -0.00133200001 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3b0bb906 ## float 0.00213199994 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xbaf4d7ae ## float -0.00186800002 .long 0xbaae9681 ## float -0.00133200001 .long 0xba4dc875 ## float -7.84999982E-4 .long 0x390a697b ## float 1.32000001E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3b112989 ## float 0.0022150001 .long 0xba634763 ## float -8.67000024E-4 .long 0x3b2ed99d ## float 0.00266800006 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0xbb18d478 ## float -0.00233200006 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0x3b2ed99d ## float 0.00266800006 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b0bb906 ## float 0.00213199994 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a945f9e ## float 0.001132 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x390a697b ## float 1.32000001E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x390a697b ## float 1.32000001E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0xba4dc875 ## float -7.84999982E-4 .long 0x3b0bb906 ## float 0.00213199994 .long 0x3b2ed99d ## float 0.00266800006 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xbb3bf50e ## float -0.00286799995 .long 0x3b98f606 ## float 0.00466800015 .long 0x3961719f ## float 2.14999993E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0xbb18d478 ## float -0.00233200006 .long 0xba4cff22 ## float -7.82000017E-4 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3b2f2d80 ## float 0.0026730001 .long 0x3a9fa54c ## float 0.00121799996 .long 0x3b0b4396 ## float 0.00212500012 .long 0x3b991ff7 ## float 0.00467299996 .long 0xba4cff22 ## float -7.82000017E-4 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3e0aeddd ## float 0.135673001 .long 0xbae991ff ## float -0.00178199995 .long 0xbc010625 ## float -0.00787500013 .long 0x3f089ecb ## float 0.533672988 .long 0xbb77db6e ## float -0.00378199993 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3ee9d10b ## float 0.456672996 .long 0xbb9cb253 ## float -0.00478200009 .long 0xba656042 ## float -8.75000027E-4 .long 0x3e97e586 ## float 0.296673 .long 0xbb365237 ## float -0.002782 .long 0x3a9374bc ## float 0.00112499995 .long 0x3e7b91b4 ## float 0.245673001 .long 0x396496ee ## float 2.18000001E-4 .long 0x3a9374bc ## float 0.00112499995 .long 0x3e57baaa ## float 0.210673004 .long 0xbb77db6e ## float -0.00378199993 .long 0x3b0b4396 ## float 0.00212500012 .long 0x3e85fa01 ## float 0.261673003 .long 0xbae991ff ## float -0.00178199995 .long 0x3903126f ## float 1.25000006E-4 .long 0x3ed349e0 ## float 0.412672997 .long 0xbb77db6e ## float -0.00378199993 .long 0xbb9fbe77 ## float -0.0048750001 .long 0x3f01f6dc ## float 0.507673025 .long 0xbb9cb253 ## float -0.00478200009 .long 0x3903126f ## float 1.25000006E-4 .long 0x3f069281 ## float 0.525672972 .long 0xbb77db6e ## float -0.00378199993 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3ef9b047 ## float 0.487673014 .long 0xbb9cb253 ## float -0.00478200009 .long 0xbb3c6a7f ## float -0.00287500001 .long 0x3efc3fa3 ## float 0.49267301 .long 0xbbbd76ee ## float -0.00578199979 .long 0x3903126f ## float 1.25000006E-4 .long 0x3f054ad3 ## float 0.520672977 .long 0xbb365237 ## float -0.002782 .long 0xba656042 ## float -8.75000027E-4 .long 0x3f096367 ## float 0.536673009 .long 0xbb9cb253 ## float -0.00478200009 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3f033e8a ## float 0.51267302 .long 0xbbde3b8a ## float -0.00678199995 .long 0xbb9fbe77 ## float -0.0048750001 .long 0x3f1a8a50 ## float 0.603672981 .long 0xbb9cb253 ## float -0.00478200009 .long 0xbb7df3b6 ## float -0.00387499994 .long 0x3f240325 ## float 0.640672981 .long 0xbb9cb253 ## float -0.00478200009 .long 0xbbe147ae ## float -0.00687499996 .long 0x3f26d40b ## float 0.651673018 .long 0xbb77db6e ## float -0.00378199993 .long 0xba656042 ## float -8.75000027E-4 .long 0x3f125929 ## float 0.571672976 .long 0xbb9cb253 ## float -0.00478200009 .long 0xbaf5c28f ## float -0.00187499996 .long 0x3f0cf8e8 ## float 0.550673008 .long 0xbb77db6e ## float -0.00378199993 .long 0x3a9374bc ## float 0.00112499995 .long 0x3f12dc3c ## float 0.57367301 .long 0xbbbd76ee ## float -0.00578199979 .long 0xbbc08312 ## float -0.0058749998 .long 0x3f11d617 ## float 0.569673002 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbc114f48 ## float -0.00886899978 .long 0x3f16717a ## float 0.587669015 .long 0xbbff10ed ## float -0.00778400013 .long 0xbbc050be ## float -0.00586900022 .long 0x3f1b9032 ## float 0.607668996 .long 0xbae9d51b ## float -0.00178399996 .long 0x3b0ba83f ## float 0.00213099993 .long 0x3f14a6b9 ## float 0.580668986 .long 0xbb77fcfc ## float -0.00378399994 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3f15ee67 ## float 0.585668981 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f2bf280 ## float 0.671669006 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbb7d8f0c ## float -0.00386899989 .long 0x3f2cb71c ## float 0.674669027 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f258c19 ## float 0.64666897 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3f3152c1 ## float 0.692668974 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbbe11559 ## float -0.00686899992 .long 0x3f31d5d4 ## float 0.694669008 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f24446b ## float 0.641668975 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbb7d8f0c ## float -0.00386899989 .long 0x3f46923e ## float 0.775668978 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3f3983e8 ## float 0.724668979 .long 0xbbbd9019 ## float -0.00578500004 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3f2279ab ## float 0.634669005 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3f2bf280 ## float 0.671669006 .long 0xbb77fcfc ## float -0.00378399994 .long 0x3b0ba83f ## float 0.00213099993 .long 0x3f3fa8c6 ## float 0.748669028 .long 0xbb9cc31a ## float -0.00478400011 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3f3e6117 ## float 0.743668973 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbc21b196 ## float -0.00986899994 .long 0x3f2cb71c ## float 0.674669027 .long 0xbbff10ed ## float -0.00778400013 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3f1cd7e0 ## float 0.612668991 .long 0xbb9cc31a ## float -0.00478400011 .long 0x3b4d3177 ## float 0.00313100009 .long 0x3f25cda3 ## float 0.647669017 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbc21b196 ## float -0.00986899994 .long 0x3f2c3409 ## float 0.672668993 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbbc050be ## float -0.00586900022 .long 0x3f311138 ## float 0.691668987 .long 0xbae9d51b ## float -0.00178399996 .long 0xbc3213e4 ## float -0.0108690001 .long 0x3f3e6117 ## float 0.743668973 .long 0xbbff10ed ## float -0.00778400013 .long 0x3a943e10 ## float 0.001131 .long 0x3f3ee42a ## float 0.745669007 .long 0xbb77fcfc ## float -0.00378399994 .long 0x39095d0b ## float 1.30999993E-4 .long 0x3f2f4678 ## float 0.684669017 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbc00ecfa ## float -0.00786899961 .long 0x3f233e47 ## float 0.637669026 .long 0xbb36848c ## float -0.00278500002 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f1f25b3 ## float 0.621668994 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbc00ecfa ## float -0.00786899961 .long 0x3f296324 ## float 0.661669016 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbc00ecfa ## float -0.00786899961 .long 0x3f4bb0f7 ## float 0.795669019 .long 0xbb77fcfc ## float -0.00378399994 .long 0x3a943e10 ## float 0.001131 .long 0x3f556b55 ## float 0.833669006 .long 0xbbbd9019 ## float -0.00578500004 .long 0x3b4d3177 ## float 0.00313100009 .long 0x3f59c572 ## float 0.850669026 .long 0xbbde54b5 ## float -0.00678500021 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f5e6117 ## float 0.868668973 .long 0xbbde54b5 ## float -0.00678500021 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3f700b13 ## float 0.937668979 .long 0xbbde54b5 ## float -0.00678500021 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f72dbf9 ## float 0.948669016 .long 0xbbbd9019 ## float -0.00578500004 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3f80b9c3 ## float 1.005669 .long 0xbbde54b5 ## float -0.00678500021 .long 0xbbc050be ## float -0.00586900022 .long 0x3f85d87b ## float 1.04566896 .long 0xbbde54b5 ## float -0.00678500021 .long 0x3ba821f3 ## float 0.00513100019 .long 0x3f7bd1bb ## float 0.983668982 .long 0xbc30b392 ## float -0.0107850004 .long 0xbbc050be ## float -0.00586900022 .long 0x3f76717a ## float 0.962669014 .long 0xbb9cc31a ## float -0.00478400011 .long 0x3a943e10 ## float 0.001131 .long 0x3f7c54ce ## float 0.985669016 .long 0xbc0feac4 ## float -0.00878399983 .long 0xbc633acd ## float -0.0138689997 .long 0x3f71944b ## float 0.943669021 .long 0xbc0feac4 ## float -0.00878399983 .long 0xbc739d1b ## float -0.0148689998 .long 0x3f746530 ## float 0.954668998 .long 0xbbde54b5 ## float -0.00678500021 .long 0xbb7d8f0c ## float -0.00386899989 .long 0x3f5e6117 ## float 0.868668973 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbaf4f93c ## float -0.00186900003 .long 0x3f37b928 ## float 0.71766901 .long 0xbb36848c ## float -0.00278500002 .long 0xbbc050be ## float -0.00586900022 .long 0x3f1d1969 ## float 0.613668978 .long 0xbb77fcfc ## float -0.00378399994 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3f36717a ## float 0.712669015 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbc21b196 ## float -0.00986899994 .long 0x3f5d9c7c ## float 0.865669012 .long 0xbb9cc31a ## float -0.00478400011 .long 0x39095d0b ## float 1.30999993E-4 .long 0x3f671551 ## float 0.902669012 .long 0xbb9cc31a ## float -0.00478400011 .long 0xbb7d8f0c ## float -0.00386899989 .long 0x3f685cff ## float 0.907669007 .long 0xbbde54b5 ## float -0.00678500021 .long 0x39095d0b ## float 1.30999993E-4 .long 0x3f658c19 ## float 0.89666897 .long 0xbb77fcfc ## float -0.00378399994 .long 0x3c159a31 ## float 0.00913100038 .long 0x3f58bf4d ## float 0.846669018 .long 0xbc0fc936 ## float -0.00877599976 .long 0xbbc0df59 ## float -0.00588600012 .long 0x3f5cd899 ## float 0.862680017 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x38ef1349 ## float 1.14000002E-4 .long 0x3f4963dc ## float 0.786679983 .long 0xbbbd4cfd ## float -0.00577699998 .long 0xbba01abd ## float -0.00488599995 .long 0x3f4509c0 ## float 0.769680023 .long 0xbbde0935 ## float -0.00677599991 .long 0xba684274 ## float -8.85999994E-4 .long 0x3f4d7c70 ## float 0.802680015 .long 0xbbbd4cfd ## float -0.00577699998 .long 0xba684274 ## float -8.85999994E-4 .long 0x3f577857 ## float 0.84167999 .long 0xbbde0935 ## float -0.00677599991 .long 0x3b4c0379 ## float 0.00311299996 .long 0x3f54e8fb ## float 0.831679999 .long 0xbbfecdd1 ## float -0.00777600007 .long 0xbb7eac43 ## float -0.00388600002 .long 0x3f72dcb1 ## float 0.948679983 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x38ef1349 ## float 1.14000002E-4 .long 0x3f71d68c ## float 0.944679975 .long 0xbae8ea3a ## float -0.00177700003 .long 0xbbe1a3f4 ## float -0.00688599981 .long 0x3f6a6a01 ## float 0.915679991 .long 0xbbbd4cfd ## float -0.00577699998 .long 0xba684274 ## float -8.85999994E-4 .long 0x3f60afa3 ## float 0.877680003 .long 0xbbde0935 ## float -0.00677599991 .long 0xbaf733a9 ## float -0.00188600004 .long 0x3f5e61d0 ## float 0.86868 .long 0xbbde0935 ## float -0.00677599991 .long 0xbbc0df59 ## float -0.00588600012 .long 0x3f60afa3 ## float 0.877680003 .long 0xbbde0935 ## float -0.00677599991 .long 0xbbe1a3f4 ## float -0.00688599981 .long 0x3f4f4730 ## float 0.809679985 .long 0xbbbd4cfd ## float -0.00577699998 .long 0xbaf733a9 ## float -0.00188600004 .long 0x3f4692f7 ## float 0.775680005 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f39018e ## float 0.722679973 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f3736ce ## float 0.715680003 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f39018e ## float 0.722679973 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x3a91e215 ## float 0.00111299998 .long 0x3f57fb6a ## float 0.843680024 .long 0xbbfecdd1 ## float -0.00777600007 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f63c212 ## float 0.889680027 .long 0xbc308dd2 ## float -0.0107760001 .long 0x38ef1349 ## float 1.14000002E-4 .long 0x3f79018e ## float 0.972679972 .long 0xbbbd4cfd ## float -0.00577699998 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f6aed14 ## float 0.917680025 .long 0xbbde0935 ## float -0.00677599991 .long 0x3bc84f90 ## float 0.00611300021 .long 0x3f3feb07 ## float 0.749679982 .long 0xbb7776c5 ## float -0.00377600011 .long 0x3b0a7a42 ## float 0.00211300002 .long 0x3f3cd899 ## float 0.737680017 .long 0xbb7776c5 ## float -0.00377600011 .long 0x3bc84f90 ## float 0.00611300021 .long 0x3f20afa3 ## float 0.627680003 .long 0xbb35ed8d ## float -0.00277599995 .long 0xbc325b31 ## float -0.0108859995 .long 0x3f1fa97e ## float 0.623679996 .long 0xbb784018 ## float -0.00378799997 .long 0xba61b4bb ## float -8.60999979E-4 .long 0x3f2508b3 ## float 0.644663989 .long 0xbbbda943 ## float -0.00578799983 .long 0x3b4db7ae ## float 0.00313899992 .long 0x3f09e5e2 ## float 0.538663983 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b0c2e77 ## float 0.00213899999 .long 0x3ee53437 ## float 0.447663993 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbb3b7f9d ## float -0.0028609999 .long 0x3efa322b ## float 0.488664001 .long 0xbb36b6e1 ## float -0.00278800004 .long 0xbaf3eccc ## float -0.00186099997 .long 0x3f05cd4f ## float 0.522664011 .long 0xbb784018 ## float -0.00378799997 .long 0xbb7d08d5 ## float -0.00386100006 .long 0x3f081b22 ## float 0.531664014 .long 0xbb784018 ## float -0.00378799997 .long 0xbb3b7f9d ## float -0.0028609999 .long 0x3f15ee13 ## float 0.585663974 .long 0xbb36b6e1 ## float -0.00278800004 .long 0x3a954a80 ## float 0.00113900006 .long 0x3f1c12f1 ## float 0.609664022 .long 0xbb9ce4a8 ## float -0.00478800014 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3f17fa5d ## float 0.59366399 .long 0xbb784018 ## float -0.00378799997 .long 0xbb9f4906 ## float -0.00486099999 .long 0x3f07980f ## float 0.52966398 .long 0xbb784018 ## float -0.00378799997 .long 0xbb3b7f9d ## float -0.0028609999 .long 0x3ec8882f ## float 0.391663998 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3bc929aa ## float 0.00613899995 .long 0x3e96de33 ## float 0.294663996 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a954a80 ## float 0.00113900006 .long 0x3e8b9a9e ## float 0.272664011 .long 0xbb784018 ## float -0.00378799997 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3ea9cfdd ## float 0.331663996 .long 0xbaea5b53 ## float -0.00178799999 .long 0xba61b4bb ## float -8.60999979E-4 .long 0x3ea09891 ## float 0.313663989 .long 0xbb36b6e1 ## float -0.00278800004 .long 0x3b0c2e77 ## float 0.00213899999 .long 0x3e1d5a18 ## float 0.153663993 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a954a80 ## float 0.00113900006 .long 0x3d98e970 ## float 0.0746639967 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b4db7ae ## float 0.00313899992 .long 0x3db3892f ## float 0.0876640006 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0x3e81e03f ## float 0.253663987 .long 0xbb36b6e1 ## float -0.00278800004 .long 0x3b0c2e77 ## float 0.00213899999 .long 0x3ebf50e3 ## float 0.373663992 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b87a073 ## float 0.00413900008 .long 0x3e944ed7 ## float 0.289664 .long 0xbb36b6e1 ## float -0.00278800004 .long 0xba61b4bb ## float -8.60999979E-4 .long 0x3e6b2d0a ## float 0.229663998 .long 0xbb784018 ## float -0.00378799997 .long 0x3a954a80 ## float 0.00113900006 .long 0x3e85f8d3 ## float 0.261664003 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b0c2e77 ## float 0.00213899999 .long 0x3e787ce9 ## float 0.242663994 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b87a073 ## float 0.00413900008 .long 0x3e0cf7cb ## float 0.137664005 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a943e10 ## float 0.001131 .long 0x3d8889c2 ## float 0.0666690022 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3adac259 ## float 0.00166900002 .long 0xba4d8559 ## float -7.83999974E-4 .long 0x39095d0b ## float 1.30999993E-4 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x39095d0b ## float 1.30999993E-4 .long 0xbaae74f3 ## float -0.00133100001 .long 0xbae9d51b ## float -0.00178399996 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0xbb3c05d5 ## float -0.00286899996 .long 0xbaae74f3 ## float -0.00133100001 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xbb7d8f0c ## float -0.00386899989 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3b875d57 ## float 0.00413100002 .long 0xbaae74f3 ## float -0.00133100001 .long 0x3961719f ## float 2.14999993E-4 .long 0xbc739d1b ## float -0.0148689998 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a943e10 ## float 0.001131 .long 0xbaae74f3 ## float -0.00133100001 .long 0x3961719f ## float 2.14999993E-4 .long 0xbb3c05d5 ## float -0.00286899996 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3a943e10 ## float 0.001131 .long 0x3adac259 ## float 0.00166900002 .long 0x3b112989 ## float 0.0022150001 .long 0x3a943e10 ## float 0.001131 .long 0xbaae74f3 ## float -0.00133100001 .long 0x3b52b2c0 ## float 0.00321500003 .long 0xba63cd9a ## float -8.68999981E-4 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3b0ba83f ## float 0.00213099993 .long 0x3adac259 ## float 0.00166900002 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x39095d0b ## float 1.30999993E-4 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a943e10 ## float 0.001131 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0xba4d8559 ## float -7.83999974E-4 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3adac259 ## float 0.00166900002 .long 0x3961719f ## float 2.14999993E-4 .long 0xba63cd9a ## float -8.68999981E-4 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3b0ba83f ## float 0.00213099993 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b0ba83f ## float 0.00213099993 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0xbb36848c ## float -0.00278500002 .long 0x3a943e10 ## float 0.001131 .long 0x3a2f5fd4 ## float 6.68999972E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x39095d0b ## float 1.30999993E-4 .long 0x3adac259 ## float 0.00166900002 .long 0xba4d8559 ## float -7.83999974E-4 .long 0xbb3c05d5 ## float -0.00286899996 .long 0xb9ad8a11 ## float -3.30999988E-4 .long 0xbaea1837 ## float -0.00178599998 .long 0x3a94a2ba ## float 0.00113400002 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbb3bd380 ## float -0.00286599994 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0x3b1118c2 ## float 0.00221400009 .long 0x3b0bda94 ## float 0.00213399995 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x39606530 ## float 2.14E-4 .long 0x3a94a2ba ## float 0.00113400002 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x3b52a1f9 ## float 0.00321400003 .long 0x3b0bda94 ## float 0.00213399995 .long 0xbaae9681 ## float -0.00133200001 .long 0x3a9f1f15 ## float 0.00121400005 .long 0xbb3bd380 ## float -0.00286599994 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0xbb5a6e76 ## float -0.003333 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbb3bd380 ## float -0.00286599994 .long 0xbb18d478 ## float -0.00233200006 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0x3a94a2ba ## float 0.00113400002 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xba630447 ## float -8.66000017E-4 .long 0xbaae9681 ## float -0.00133200001 .long 0xbaea1837 ## float -0.00178599998 .long 0x3b0bda94 ## float 0.00213399995 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbaf49492 ## float -0.00186600001 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0x3ada7f3d ## float 0.001667 .long 0x3a9f1f15 ## float 0.00121400005 .long 0x3a94a2ba ## float 0.00113400002 .long 0xbaae9681 ## float -0.00133200001 .long 0x39606530 ## float 2.14E-4 .long 0xbaf49492 ## float -0.00186600001 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0x3b4d63cc ## float 0.00313400012 .long 0xbb18d478 ## float -0.00233200006 .long 0xbaea1837 ## float -0.00178599998 .long 0xbaf49492 ## float -0.00186600001 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0xbaea1837 ## float -0.00178599998 .long 0x390c825a ## float 1.34000002E-4 .long 0x3ada7f3d ## float 0.001667 .long 0xbaea1837 ## float -0.00178599998 .long 0x3b0bda94 ## float 0.00213399995 .long 0xbb18d478 ## float -0.00233200006 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xba630447 ## float -8.66000017E-4 .long 0x3a2ed99d ## float 6.67000015E-4 .long 0x39606530 ## float 2.14E-4 .long 0x390c825a ## float 1.34000002E-4 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x3b1118c2 ## float 0.00221400009 .long 0xbaf49492 ## float -0.00186600001 .long 0xb9ae9681 ## float -3.33000004E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3b4dc875 ## float 0.00313999993 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xbaea5b53 ## float -0.00178799999 .long 0xbaf3cb3e ## float -0.00185999996 .long 0xbb191794 ## float -0.00233600009 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbaf3cb3e ## float -0.00185999996 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3a956c0d ## float 0.00113999995 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3912ccf7 ## float 1.40000004E-4 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbaf3cb3e ## float -0.00185999996 .long 0x3b2e9681 ## float 0.00266400003 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xba61719f ## float -8.59999971E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x3b10e66d ## float 0.00221100007 .long 0xba61719f ## float -8.59999971E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3a9eba6b ## float 0.00121100002 .long 0xbaf3cb3e ## float -0.00185999996 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0x3b526fa4 ## float 0.003211 .long 0xba61719f ## float -8.59999971E-4 .long 0xbb191794 ## float -0.00233600009 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3912ccf7 ## float 1.40000004E-4 .long 0x3b2e9681 ## float 0.00266400003 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbb3b6ed6 ## float -0.00285999989 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbaf3cb3e ## float -0.00185999996 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3a9eba6b ## float 0.00121100002 .long 0x3ba86d72 ## float 0.00514000002 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbb7cf80e ## float -0.00386000006 .long 0x3ada1a93 ## float 0.00166399998 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b0c3f3e ## float 0.00214 .long 0x3b2e9681 ## float 0.00266400003 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b4dc875 ## float 0.00313999993 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3912ccf7 ## float 1.40000004E-4 .long 0xbb191794 ## float -0.00233600009 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b4dc875 ## float 0.00313999993 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xbaf3cb3e ## float -0.00185999996 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a956c0d ## float 0.00113999995 .long 0xbb191794 ## float -0.00233600009 .long 0xbb36c7a8 ## float -0.00278900005 .long 0xbb3b6ed6 ## float -0.00285999989 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3a956c0d ## float 0.00113999995 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3912ccf7 ## float 1.40000004E-4 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xba61719f ## float -8.59999971E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3a9efd87 ## float 0.00121300004 .long 0x3b0bfc22 ## float 0.00213599997 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0x3a9efd87 ## float 0.00121300004 .long 0xba627e0f ## float -8.64000001E-4 .long 0xbaaed99d ## float -0.00133400003 .long 0xbaea39c5 ## float -0.00178699999 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3b2eb80f ## float 0.00266600004 .long 0xba4e4ead ## float -7.86999997E-4 .long 0xbaf45176 ## float -0.00186399999 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0x3b0bfc22 ## float 0.00213599997 .long 0xb9af1cb9 ## float -3.34000011E-4 .long 0x395f58c1 ## float 2.13000007E-4 .long 0x3b0bfc22 ## float 0.00213599997 .long 0xbaaed99d ## float -0.00133400003 .long 0x395f58c1 ## float 2.13000007E-4 .long 0x390e9b39 ## float 1.36000002E-4 .long 0xbaaed99d ## float -0.00133400003 .long 0x3a9efd87 ## float 0.00121300004 .long 0xba627e0f ## float -8.64000001E-4 .long 0xb9af1cb9 ## float -3.34000011E-4 .long 0x3b1107fb ## float 0.00221300009 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3ada5daf ## float 0.001666 .long 0xbaea39c5 ## float -0.00178699999 .long 0x3b0bfc22 ## float 0.00213599997 .long 0xb9af1cb9 ## float -3.34000011E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0x395f58c1 ## float 2.13000007E-4 .long 0x3a94e5d6 ## float 0.00113600004 .long 0x3b2eb80f ## float 0.00266600004 .long 0xbaea39c5 ## float -0.00178699999 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3ada5daf ## float 0.001666 .long 0x395f58c1 ## float 2.13000007E-4 .long 0x3a94e5d6 ## float 0.00113600004 .long 0xbaaed99d ## float -0.00133400003 .long 0x395f58c1 ## float 2.13000007E-4 .long 0x3b0bfc22 ## float 0.00213599997 .long 0xbaaed99d ## float -0.00133400003 .long 0x3a9efd87 ## float 0.00121300004 .long 0x3ba84be4 ## float 0.00513599999 .long 0xbb18f606 ## float -0.00233400008 .long 0x3b1107fb ## float 0.00221300009 .long 0xbaf45176 ## float -0.00186399999 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0x395f58c1 ## float 2.13000007E-4 .long 0xba627e0f ## float -8.64000001E-4 .long 0xb9af1cb9 ## float -3.34000011E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0x3a94e5d6 ## float 0.00113600004 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0xbaf45176 ## float -0.00186399999 .long 0x3a2e9681 ## float 6.66000007E-4 .long 0xba4e4ead ## float -7.86999997E-4 .long 0x3a94e5d6 ## float 0.00113600004 .long 0xbaaed99d ## float -0.00133400003 .long 0xbaea39c5 ## float -0.00178699999 .long 0x3a94e5d6 ## float 0.00113600004 .long 0x3ada5daf ## float 0.001666 .long 0xbaea39c5 ## float -0.00178699999 .long 0xba627e0f ## float -8.64000001E-4 .long 0x3ada5daf ## float 0.001666 .long 0xbaea1837 ## float -0.00178599998 .long 0x390b75ea ## float 1.32999994E-4 .long 0xbaae9681 ## float -0.00133200001 .long 0x39606530 ## float 2.14E-4 .long 0x3b0bc9cd ## float 0.00213299994 .long 0xbaae9681 ## float -0.00133200001 .long 0xbaea1837 ## float -0.00178599998 .long 0xba634763 ## float -8.67000024E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0x39606530 ## float 2.14E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0xbb369553 ## float -0.00278600003 .long 0x3ba832ba ## float 0.0051330002 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x39606530 ## float 2.14E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x39606530 ## float 2.14E-4 .long 0xbb3bd380 ## float -0.00286599994 .long 0x3b2ed99d ## float 0.00266800006 .long 0x39606530 ## float 2.14E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3adaa0cb ## float 0.00166800001 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0x3a94812c ## float 0.00113300001 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3a9f1f15 ## float 0.00121400005 .long 0xba634763 ## float -8.67000024E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0xbaea1837 ## float -0.00178599998 .long 0x3b876e1e ## float 0.00413300004 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbb7d6d7f ## float -0.00386700011 .long 0x3adaa0cb ## float 0.00166800001 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0x3a94812c ## float 0.00113300001 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x39606530 ## float 2.14E-4 .long 0x3b0bc9cd ## float 0.00213299994 .long 0xbaae9681 ## float -0.00133200001 .long 0x3a9f1f15 ## float 0.00121400005 .long 0x390b75ea ## float 1.32999994E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3a9f1f15 ## float 0.00121400005 .long 0x3a94812c ## float 0.00113300001 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xbaea1837 ## float -0.00178599998 .long 0xbaf4b620 ## float -0.00186700001 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x39606530 ## float 2.14E-4 .long 0xbaf4b620 ## float -0.00186700001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f1f15 ## float 0.00121400005 .long 0xbaf4b620 ## float -0.00186700001 .long 0xbb18d478 ## float -0.00233200006 .long 0x3a9f1f15 ## float 0.00121400005 .long 0x3b0bc9cd ## float 0.00213299994 .long 0xbaae9681 ## float -0.00133200001 .long 0xbb369553 ## float -0.00278600003 .long 0x3b4d5305 ## float 0.00313300011 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x39606530 ## float 2.14E-4 .long 0x3a94812c ## float 0.00113300001 .long 0xbaae9681 ## float -0.00133200001 .long 0x39606530 ## float 2.14E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x39606530 ## float 2.14E-4 .long 0xbb7d6d7f ## float -0.00386700011 .long 0xbaae9681 ## float -0.00133200001 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbb3bd380 ## float -0.00286599994 .long 0xbb5a5daf ## float -0.00333199999 .long 0xbaea1837 ## float -0.00178599998 .long 0x3b4d7492 ## float 0.00313499989 .long 0xbb8dfbd7 ## float -0.00433300016 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0x3b0beb5b ## float 0.00213499996 .long 0xbe85cd70 ## float -0.261332989 .long 0x3b1107fb ## float 0.00221300009 .long 0x3a94c448 ## float 0.00113500003 .long 0xbe62a51e ## float -0.221332997 .long 0x3a9efd87 ## float 0.00121300004 .long 0x3b877ee5 ## float 0.00413500005 .long 0xbe931d50 ## float -0.287333012 .long 0x3baad1d0 ## float 0.00521299988 .long 0xba62c12b ## float -8.65000009E-4 .long 0xbecf04de ## float -0.404334009 .long 0x3b529132 ## float 0.00321300002 .long 0xbb3bc2b9 ## float -0.00286499993 .long 0xbecd7ba6 ## float -0.401333988 .long 0xba4e0b91 ## float -7.8599999E-4 .long 0xbb3bc2b9 ## float -0.00286499993 .long 0xbedcd7ae ## float -0.431333005 .long 0x395f58c1 ## float 2.13000007E-4 .long 0xbbe0f3cb ## float -0.00686499989 .long 0xbef6f45a ## float -0.482333004 .long 0x3b529132 ## float 0.00321300002 .long 0xbaf47304 ## float -0.001865 .long 0xbf0015d3 ## float -0.500333011 .long 0x3b529132 ## float 0.00321300002 .long 0x3b0beb5b ## float 0.00213499996 .long 0xbef2dbc6 ## float -0.474332988 .long 0x3bcb966c ## float 0.00621300004 .long 0xbaf47304 ## float -0.001865 .long 0xbef7faa0 ## float -0.484333992 .long 0x3b8a0d35 ## float 0.00421300018 .long 0xba62c12b ## float -8.65000009E-4 .long 0xbf03ab54 ## float -0.51433301 .long 0x3baad1d0 ## float 0.00521299988 .long 0x3b0beb5b ## float 0.00213499996 .long 0xbf0de8c4 ## float -0.554332972 .long 0x3b529132 ## float 0.00321300002 .long 0xba62c12b ## float -8.65000009E-4 .long 0xbf18ead1 ## float -0.597333014 .long 0x3baad1d0 ## float 0.00521299988 .long 0x3a94c448 ## float 0.00113500003 .long 0xbf1d44ed ## float -0.614332973 .long 0x3b8a0d35 ## float 0.00421300018 .long 0xbb3bc2b9 ## float -0.00286499993 .long 0xbf2263a6 ## float -0.634333014 .long 0x3c068fd2 ## float 0.00821300037 .long 0xbaf47304 ## float -0.001865 .long 0xbf2846fa ## float -0.657333016 .long 0x3bcb966c ## float 0.00621300004 .long 0xbb7d4bf1 ## float -0.00386500009 .long 0xbf382635 ## float -0.719332993 .long 0x3bcb966c ## float 0.00621300004 .long 0x3b4d7492 ## float 0.00313499989 .long 0xbf3d0364 ## float -0.738332987 .long 0x3bec5b08 ## float 0.00721300021 .long 0x3c15aaf8 ## float 0.00913500041 .long 0xbf47825e ## float -0.779332995 .long 0x3baad1d0 ## float 0.00521299988 .long 0xbc00dc33 ## float -0.00786499958 .long 0xbf42a540 ## float -0.760334014 .long 0x3b529132 ## float 0.00321300002 .long 0x3c0548aa ## float 0.00813500024 .long 0xbf5242e1 ## float -0.821332991 .long 0x3b529132 ## float 0.00321300002 .long 0x3c0548aa ## float 0.00813500024 .long 0xbf50b9aa ## float -0.815333008 .long 0x3b8a0d35 ## float 0.00421300018 .long 0x3a94c448 ## float 0.00113500003 .long 0xbf3f5137 ## float -0.74733299 .long 0x3baaf35e ## float 0.00521699991 .long 0xba6453d2 ## float -8.70999996E-4 .long 0xbf463a6d ## float -0.774329006 .long 0x3c1702e6 ## float 0.00921699963 .long 0x3b4d0fe9 ## float 0.00312900008 .long 0xbf55d81f ## float -0.835328996 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3b4d0fe9 ## float 0.00312900008 .long 0xbf4b5925 ## float -0.794328987 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0xbaf53c58 ## float -0.00187100004 .long 0xbf419ec7 ## float -0.756328999 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3bc8d5c7 ## float 0.00612899987 .long 0xbf3a323c ## float -0.727329016 .long 0x3baaf35e ## float 0.00521699991 .long 0xbb9f9ce9 ## float -0.00487100007 .long 0xbf4846b7 ## float -0.782329022 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0xba6453d2 ## float -8.70999996E-4 .long 0xbf5d44aa ## float -0.86432898 .long 0x3bec7432 ## float 0.007216 .long 0x3c365669 ## float 0.0111290002 .long 0xbf68052d ## float -0.906328976 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x390637bd ## float 1.28E-4 .long 0xbf6327fe ## float -0.887328982 .long 0x3bec7432 ## float 0.007216 .long 0x3b4d0fe9 ## float 0.00312900008 .long 0xbf5fd406 ## float -0.87432897 .long 0x3bcbaf96 ## float 0.00621599983 .long 0xbb3c2763 ## float -0.00287099998 .long 0xbf65b75a ## float -0.897328972 .long 0x3bec7432 ## float 0.007216 .long 0x3a93d966 ## float 0.00112799997 .long 0xbf6b5925 ## float -0.919328987 .long 0x3baaf35e ## float 0.00521699991 .long 0xbb3c2763 ## float -0.00287099998 .long 0xbf66ff09 ## float -0.902329027 .long 0x3bcbaf96 ## float 0.00621599983 .long 0x3b0b86b1 ## float 0.00212899991 .long 0xbf7bbb73 ## float -0.983328998 .long 0x3c1702e6 ## float 0.00921699963 .long 0xba6453d2 ## float -8.70999996E-4 .long 0xbf81b4c4 ## float -1.01332903 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3c158d9b ## float 0.00912799966 .long 0xbf5d8634 ## float -0.865329027 .long 0x3bcbaf96 ## float 0.00621599983 .long 0x390637bd ## float 1.28E-4 .long 0xbf37a2e0 ## float -0.717329025 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0xba6453d2 ## float -8.70999996E-4 .long 0xbf298e65 ## float -0.662329018 .long 0x3baaf35e ## float 0.00521699991 .long 0x3b87442c ## float 0.00412799977 .long 0xbf33cbd5 ## float -0.702328979 .long 0x3b52c387 ## float 0.00321600004 .long 0x3b4d0fe9 ## float 0.00312900008 .long 0xbf365b31 ## float -0.71232897 .long 0x3b52c387 ## float 0.00321600004 .long 0x3b87442c ## float 0.00412799977 .long 0xbf4221d9 ## float -0.758328974 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3ba808c8 ## float 0.00512799993 .long 0xbf4c1dc1 ## float -0.797329008 .long 0x39638a7e ## float 2.16999993E-4 .long 0x390637bd ## float 1.28E-4 .long 0xbf52c5b0 ## float -0.823328971 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3c052b4e ## float 0.00812800042 .long 0xbf3c3e85 ## float -0.735328972 .long 0x3b8a2ec3 ## float 0.00421700021 .long 0x3bc8d5c7 ## float 0.00612899987 .long 0xbf2a1177 ## float -0.664328992 .long 0x3b89f40a ## float 0.00420999993 .long 0x3b87c201 ## float 0.00414300011 .long 0xbf3036eb ## float -0.688337981 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3915f245 ## float 1.42999997E-4 .long 0xbf2da78f ## float -0.678337991 .long 0x3b525edd ## float 0.00321 .long 0x3c056a38 ## float 0.0081430003 .long 0xbf2c1e58 ## float -0.672338008 .long 0x3b89f40a ## float 0.00420999993 .long 0x3bc942d5 ## float 0.0061420002 .long 0xbf34d291 ## float -0.706337988 .long 0x3bec41dd ## float 0.00720999995 .long 0x3b4dfaca ## float 0.00314299995 .long 0xbf3f1002 ## float -0.74633801 .long 0x3b525edd ## float 0.00321 .long 0x3b87c201 ## float 0.00414300011 .long 0xbf4805c4 ## float -0.781337976 .long 0x3bec41dd ## float 0.00720999995 .long 0x3c15cc85 ## float 0.00914299954 .long 0xbf6c5fe1 ## float -0.923337996 .long 0x3bcb7d41 ## float 0.00620999979 .long 0x3bc942d5 ## float 0.0061420002 .long 0xbf8c7592 ## float -1.09733796 .long 0x3c16e58a ## float 0.00920999981 .long 0x3b4dfaca ## float 0.00314299995 .long 0xbf9a27bf ## float -1.20433795 .long 0x3c37aa26 ## float 0.0112100001 .long 0x3bea0fd4 ## float 0.00714300014 .long 0xbf958c19 ## float -1.16833794 .long 0x3c06833c ## float 0.00820999965 .long 0x3c15cc85 ## float 0.00914299954 .long 0xbf7f9314 ## float -0.998337984 .long 0x3b89f40a ## float 0.00420999993 .long 0xbbe0b0af ## float -0.00685699983 .long 0xbf572064 ## float -0.840337992 .long 0x3b525edd ## float 0.00321 .long 0x3b4dfaca ## float 0.00314299995 .long 0xbf401627 ## float -0.750338017 .long 0x3b89f40a ## float 0.00420999993 .long 0x3b0c60cc ## float 0.00214200001 .long 0xbf33495a ## float -0.700338006 .long 0x3bcb7d41 ## float 0.00620999979 .long 0x3b0c60cc ## float 0.00214200001 .long 0xbf2e6c2b ## float -0.681338012 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3c056a38 ## float 0.0081430003 .long 0xbf3b38f8 ## float -0.731338024 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3915f245 ## float 1.42999997E-4 .long 0xbf4ce2f3 ## float -0.80033797 .long 0x3bcb7d41 ## float 0.00620999979 .long 0x3915f245 ## float 1.42999997E-4 .long 0xbf66be16 ## float -0.901337981 .long 0x3c06833c ## float 0.00820999965 .long 0x3c056a38 ## float 0.0081430003 .long 0xbf6bdccf ## float -0.921338021 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3bc942d5 ## float 0.0061420002 .long 0xbf622270 ## float -0.883337974 .long 0x3bcb7d41 ## float 0.00620999979 .long 0x3b0c60cc ## float 0.00214200001 .long 0xbf5d4541 ## float -0.86433798 .long 0x3bcb7d41 ## float 0.00620999979 .long 0x3915f245 ## float 1.42999997E-4 .long 0xbf61e0e7 ## float -0.882337987 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3ba8869c ## float 0.00514299981 .long 0xbf7ab5e5 ## float -0.97933799 .long 0x3c06833c ## float 0.00820999965 .long 0x3ba8869c ## float 0.00514299981 .long 0xbf80f074 ## float -1.00733805 .long 0x3baab8a6 ## float 0.00521000009 .long 0x3b4dfaca ## float 0.00314299995 .long 0xbf8258e6 ## float -1.01833797 .long 0x3c069403 ## float 0.00821399968 .long 0x3bc8ffb9 ## float 0.00613400014 .long 0xbf87776c ## float -1.05833197 .long 0x3c16f651 ## float 0.00921399985 .long 0x3b4d63cc ## float 0.00313400012 .long 0xbf8a485a ## float -1.08033299 .long 0x3bec636b ## float 0.00721399998 .long 0x3b4d63cc ## float 0.00313400012 .long 0xbf802ba6 ## float -1.00133204 .long 0x3bec636b ## float 0.00721399998 .long 0xbb9f72f7 ## float -0.0048659998 .long 0xbf79af5c ## float -0.975332021 .long 0x3bec636b ## float 0.00721399998 .long 0x3b877681 ## float 0.00413399981 .long 0xbf75d862 ## float -0.960332989 .long 0x3bec636b ## float 0.00721399998 .long 0xba630447 ## float -8.66000017E-4 .long 0xbf7596d9 ## float -0.959333002 .long 0x3b52a1f9 ## float 0.00321400003 .long 0x3b877681 ## float 0.00413399981 .long 0xbf734906 ## float -0.950332999 .long 0x3bcb9ecf ## float 0.00621399982 .long 0x3b4d63cc ## float 0.00313400012 .long 0xbf7fd44a ## float -0.999333024 .long 0x3bcb9ecf ## float 0.00621399982 .long 0xbaf49492 ## float -0.00186600001 .long 0xbf858bf0 ## float -1.04333305 .long 0x3baada34 ## float 0.00521400012 .long 0x390c825a ## float 1.34000002E-4 .long 0xbf862fc7 ## float -1.04833305 .long 0x3c069403 ## float 0.00821399968 .long 0x3cad2136 ## float 0.0211340003 .long 0xbf8d9c52 ## float -1.10633302 .long 0x3c16f651 ## float 0.00921399985 .long 0x3c46cdaf ## float 0.0121339997 .long 0xbf8f04bc ## float -1.11733198 .long 0x3c481d3b ## float 0.0122140003 .long 0x3c572ffd ## float 0.0131339999 .long 0xbf82dbc6 ## float -1.02233195 .long 0x3bcb9ecf ## float 0.00621399982 .long 0x3c054478 ## float 0.008134 .long 0xbf7bbbb6 ## float -0.983332991 .long 0x3c27589f ## float 0.010214 .long 0x3c054478 ## float 0.008134 .long 0xbf83c127 ## float -1.02933204 .long 0x3c069403 ## float 0.00821399968 .long 0x3a94a2ba ## float 0.00113400002 .long 0xbf827981 ## float -1.019333 .long 0x3c27589f ## float 0.010214 .long 0x3c67924b ## float 0.0141340001 .long 0xbf707821 ## float -0.939333021 .long 0x3bcb9ecf ## float 0.00621399982 .long 0xbbc03793 ## float -0.00586599996 .long 0xbf5a7408 ## float -0.853332996 .long 0x3baada34 ## float 0.00521400012 .long 0x390c825a ## float 1.34000002E-4 .long 0xbf467c39 ## float -0.775332987 .long 0x3b1118c2 ## float 0.00221400009 .long 0xba630447 ## float -8.66000017E-4 .long 0xbf3ece25 ## float -0.745333015 .long 0x3b52a1f9 ## float 0.00321400003 .long 0xbb3bd380 ## float -0.00286599994 .long 0xbf303697 ## float -0.688332974 .long 0x3bcb9ecf ## float 0.00621399982 .long 0x3c054478 ## float 0.008134 .long 0xbf2a94cd ## float -0.666333019 .long 0x3b8a1598 ## float 0.00421399996 .long 0x3b0bda94 ## float 0.00213399995 .long 0xbf2c5f8d ## float -0.673332989 .long 0x3b8a1598 ## float 0.00421399996 .long 0x3ba83b1d ## float 0.00513399998 .long 0xbf3a7408 ## float -0.728332996 .long 0x3baac96d ## float 0.00521200011 .long 0x3a954a80 ## float 0.00113900006 .long 0xbf338ac2 ## float -0.701336026 .long 0x3b8a04d1 ## float 0.00421199994 .long 0x3911c087 ## float 1.38999996E-4 .long 0xbf1ece57 ## float -0.620335996 .long 0x3baac96d ## float 0.00521200011 .long 0x3a954a80 ## float 0.00113900006 .long 0xbf165ba7 ## float -0.587336004 .long 0x3baac96d ## float 0.00521200011 .long 0x3c055971 ## float 0.00813900027 .long 0xbf1d4520 ## float -0.614336014 .long 0x3b8a04d1 ## float 0.00421199994 .long 0x3c15bbbf ## float 0.00913900044 .long 0xbf0ff541 ## float -0.562336028 .long 0x3b52806b ## float 0.00321200001 .long 0xbb7d08d5 ## float -0.00386100006 .long 0xbeaf46aa ## float -0.342335999 .long 0x3b10f734 ## float 0.00221200008 .long 0x3911c087 ## float 1.38999996E-4 .long 0xbe14d2f6 ## float -0.145336002 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xba61b4bb ## float -8.60999979E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0x3b4db7ae ## float 0.00313899992 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xbb3b7f9d ## float -0.0028609999 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xba61b4bb ## float -8.60999979E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xbb3b7f9d ## float -0.0028609999 .long 0x3ada1a93 ## float 0.00166399998 .long 0xbaea5b53 ## float -0.00178799999 .long 0xba61b4bb ## float -8.60999979E-4 .long 0x3ada1a93 ## float 0.00166399998 .long 0xbb36b6e1 ## float -0.00278800004 .long 0xbb3b7f9d ## float -0.0028609999 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3ada1a93 ## float 0.00166399998 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0x3b2e9681 ## float 0.00266400003 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b0c2e77 ## float 0.00213899999 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b0c2e77 ## float 0.00213899999 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a954a80 ## float 0.00113900006 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xbb7d08d5 ## float -0.00386100006 .long 0x3b2e9681 ## float 0.00266400003 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xbaf3eccc ## float -0.00186099997 .long 0xbb191794 ## float -0.00233600009 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0xbb191794 ## float -0.00233600009 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3911c087 ## float 1.38999996E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0x3a954a80 ## float 0.00113900006 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a954a80 ## float 0.00113900006 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b0c2e77 ## float 0.00213899999 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbb3b7f9d ## float -0.0028609999 .long 0xb9b02928 ## float -3.35999997E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0xbb784018 ## float -0.00378799997 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b0c2e77 ## float 0.00213899999 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3ada1a93 ## float 0.00166399998 .long 0x3b10f734 ## float 0.00221200008 .long 0x3911c087 ## float 1.38999996E-4 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xba61b4bb ## float -8.60999979E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3a2e1049 ## float 6.63999992E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3911c087 ## float 1.38999996E-4 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xbaea5b53 ## float -0.00178799999 .long 0xbaf3eccc ## float -0.00186099997 .long 0x3ada1a93 ## float 0.00166399998 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3911c087 ## float 1.38999996E-4 .long 0x3ada1a93 ## float 0.00166399998 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a954a80 ## float 0.00113900006 .long 0xb9b02928 ## float -3.35999997E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b0c2e77 ## float 0.00213899999 .long 0xbaaf1cb9 ## float -0.00133600004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b4db7ae ## float 0.00313899992 .long 0x3ada1a93 ## float 0.00166399998 .long 0xbaea7ce1 ## float -0.001789 .long 0x3b87b13a ## float 0.0041410001 .long 0xbb19285b ## float -0.0023370001 .long 0x3a9eba6b ## float 0.00121100002 .long 0x3a958d9b ## float 0.00114099996 .long 0xbaaf3e47 ## float -0.00133700005 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3b0c5005 ## float 0.002141 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3913d966 ## float 1.40999997E-4 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3913d966 ## float 1.40999997E-4 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3b0c5005 ## float 0.002141 .long 0x3b700ef1 ## float 0.00366299995 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3a958d9b ## float 0.00114099996 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xba612e84 ## float -8.59000021E-4 .long 0xbaaf3e47 ## float -0.00133700005 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3b4dd93c ## float 0.00314099994 .long 0x3ad9f905 ## float 0.00166299997 .long 0x3b10e66d ## float 0.00221100007 .long 0x3ba875d5 ## float 0.0051409998 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0x3a9eba6b ## float 0.00121100002 .long 0x3913d966 ## float 1.40999997E-4 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xba612e84 ## float -8.59000021E-4 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xbb36c7a8 ## float -0.00278900005 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3913d966 ## float 1.40999997E-4 .long 0xbaaf3e47 ## float -0.00133700005 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3a958d9b ## float 0.00114099996 .long 0xbaaf3e47 ## float -0.00133700005 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3ba875d5 ## float 0.0051409998 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xba612e84 ## float -8.59000021E-4 .long 0xbb19285b ## float -0.0023370001 .long 0xbaea7ce1 ## float -0.001789 .long 0x3a958d9b ## float 0.00114099996 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xba612e84 ## float -8.59000021E-4 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0x3a9eba6b ## float 0.00121100002 .long 0x3a958d9b ## float 0.00114099996 .long 0x3ad9f905 ## float 0.00166299997 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3913d966 ## float 1.40999997E-4 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xbaea7ce1 ## float -0.001789 .long 0xba612e84 ## float -8.59000021E-4 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3a958d9b ## float 0.00114099996 .long 0xbaaf3e47 ## float -0.00133700005 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3a958d9b ## float 0.00114099996 .long 0x3ad9f905 ## float 0.00166299997 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3913d966 ## float 1.40999997E-4 .long 0x3ad9f905 ## float 0.00166299997 .long 0x3b10e66d ## float 0.00221100007 .long 0xbb3b5e0f ## float -0.00285899988 .long 0x3b700ef1 ## float 0.00366299995 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xbb7ce747 ## float -0.00385900005 .long 0x3d9f0dc7 ## float 0.0776629969 .long 0xbb7850df ## float -0.00378899998 .long 0xbb3b5e0f ## float -0.00285899988 .long 0x3e8da6c6 ## float 0.276663005 .long 0xbb9ced0b ## float -0.00478899991 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3dfd4307 ## float 0.123663001 .long 0xbaea7ce1 ## float -0.001789 .long 0x3913d966 ## float 1.40999997E-4 .long 0x3cda6c5d ## float 0.0266629998 .long 0xbaea7ce1 ## float -0.001789 .long 0x3a958d9b ## float 0.00114099996 .long 0x3d3f21b4 ## float 0.0466630012 .long 0x3a9eba6b ## float 0.00121100002 .long 0xba612e84 ## float -8.59000021E-4 .long 0x3d96dca0 ## float 0.0736629962 .long 0xbaea7ce1 ## float -0.001789 .long 0x3b4dd93c ## float 0.00314099994 .long 0x3d746131 ## float 0.0596630014 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xba612e84 ## float -8.59000021E-4 .long 0x3d6c300a ## float 0.0576630011 .long 0x3a9eba6b ## float 0.00121100002 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3dce2867 ## float 0.100662999 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xbb7ce747 ## float -0.00385900005 .long 0x3e1c53b1 ## float 0.152663007 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xbb3b5e0f ## float -0.00285899988 .long 0x3df511e0 ## float 0.119663 .long 0xbaea7ce1 ## float -0.001789 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3dd240fb ## float 0.102663003 .long 0x3a9eba6b ## float 0.00121100002 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3dd865d8 ## float 0.105663002 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xbb9f383f ## float -0.00485899998 .long 0x3db9ad86 ## float 0.0906630009 .long 0x3a9eba6b ## float 0.00121100002 .long 0xba612e84 ## float -8.59000021E-4 .long 0x3d5bcdbc ## float 0.0536630005 .long 0xbb9ced0b ## float -0.00478899991 .long 0xbb7ce747 ## float -0.00385900005 .long 0x3d8261bf ## float 0.0636629984 .long 0xbb36c7a8 ## float -0.00278900005 .long 0xbb9f383f ## float -0.00485899998 .long 0x3da94b38 ## float 0.0826629996 .long 0xbb7850df ## float -0.00378899998 .long 0xbc00c309 ## float -0.007859 .long 0x3d96dca0 ## float 0.0736629962 .long 0x3a9eba6b ## float 0.00121100002 .long 0x3c0561d4 ## float 0.00814099982 .long 0x3d9d017e ## float 0.0766630024 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0x3a958d9b ## float 0.00114099996 .long 0x3d32d7f9 ## float 0.0436629988 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3b2e85ba ## float 0.00266300002 .long 0xba4ed4e5 ## float -7.89000012E-4 .long 0xbaf3a9b0 ## float -0.00185899995 .long 0x3a2dcd2d ## float 6.62999984E-4 .long 0x395d3fe2 ## float 2.11000006E-4 .long 0x3b0c5005 ## float 0.002141 .long 0xb9b0af60 ## float -3.37000005E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xbb3b9064 ## float -0.00286199991 .long 0x3a2e5365 ## float 6.65E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b0c1db0 ## float 0.00213799998 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0xbaaefb2b ## float -0.00133500004 .long 0x3b8a04d1 ## float 0.00421199994 .long 0x3910b418 ## float 1.38000003E-4 .long 0xbb1906cd ## float -0.00233500008 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a9528f2 ## float 0.00113800005 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3b4da6e7 ## float 0.00313799991 .long 0x3a2e5365 ## float 6.65E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0xbb1906cd ## float -0.00233500008 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3910b418 ## float 1.38000003E-4 .long 0xbaaefb2b ## float -0.00133500004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x3b10f734 ## float 0.00221200008 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0xbaaefb2b ## float -0.00133500004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b87980f ## float 0.00413799984 .long 0xbaaefb2b ## float -0.00133500004 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3c05553f ## float 0.00813800003 .long 0x3ada3c21 ## float 0.00166499999 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0x3a9edbf9 ## float 0.00121200003 .long 0xbaf40e5a ## float -0.00186199998 .long 0x3a2e5365 ## float 6.65E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3910b418 ## float 1.38000003E-4 .long 0xbaaefb2b ## float -0.00133500004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0xbb1906cd ## float -0.00233500008 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xbaf40e5a ## float -0.00186199998 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3b4da6e7 ## float 0.00313799991 .long 0x3ada3c21 ## float 0.00166499999 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3a9528f2 ## float 0.00113800005 .long 0x3a2e5365 ## float 6.65E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0xbb36b6e1 ## float -0.00278800004 .long 0x3b0c1db0 ## float 0.00213799998 .long 0x3ada3c21 ## float 0.00166499999 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b4da6e7 ## float 0.00313799991 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3b0c1db0 ## float 0.00213799998 .long 0x3b2ea748 ## float 0.00266500004 .long 0xbaea5b53 ## float -0.00178799999 .long 0x3a9528f2 ## float 0.00113800005 .long 0x3a2e5365 ## float 6.65E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0x3ada3c21 ## float 0.00166499999 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0x3ada3c21 ## float 0.00166499999 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xbaf40e5a ## float -0.00186199998 .long 0x3a2e5365 ## float 6.65E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3910b418 ## float 1.38000003E-4 .long 0x3ada3c21 ## float 0.00166499999 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b4da6e7 ## float 0.00313799991 .long 0x3a2e5365 ## float 6.65E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3a9528f2 ## float 0.00113800005 .long 0xbaaefb2b ## float -0.00133500004 .long 0xbaea5b53 ## float -0.00178799999 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0x3ada3c21 ## float 0.00166499999 .long 0x395e4c51 ## float 2.11999999E-4 .long 0xbaf40e5a ## float -0.00186199998 .long 0xbb1906cd ## float -0.00233500008 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3b87980f ## float 0.00413799984 .long 0x3a2e5365 ## float 6.65E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0x3a9edbf9 ## float 0.00121200003 .long 0x3910b418 ## float 1.38000003E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0xbb36b6e1 ## float -0.00278800004 .long 0xbaf40e5a ## float -0.00186199998 .long 0xbb1906cd ## float -0.00233500008 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0xb9afa2f0 ## float -3.3499999E-4 .long 0xba4e91c9 ## float -7.88000005E-4 .long 0xba61f7d7 ## float -8.61999986E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0x395e4c51 ## float 2.11999999E-4 .long 0x3910b418 ## float 1.38000003E-4 .long 0x3a2e5365 ## float 6.65E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0x3b0bc9cd ## float 0.00213299994 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3b8a1dfc ## float 0.0042150002 .long 0xba634763 ## float -8.67000024E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x3b0bc9cd ## float 0.00213299994 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0xbaf4b620 ## float -0.00186700001 .long 0x3adaa0cb ## float 0.00166800001 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x390b75ea ## float 1.32999994E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0xbb36848c ## float -0.00278500002 .long 0xba634763 ## float -8.67000024E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0xba4dc875 ## float -7.84999982E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0xbaae9681 ## float -0.00133200001 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b0bc9cd ## float 0.00213299994 .long 0x3b2ed99d ## float 0.00266800006 .long 0x3a9f40a3 ## float 0.00121500005 .long 0x390b75ea ## float 1.32999994E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0xbae9f6a9 ## float -0.00178499997 .long 0x390b75ea ## float 1.32999994E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xbb780dc3 ## float -0.00378499995 .long 0xba634763 ## float -8.67000024E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0x3a94812c ## float 0.00113300001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0xbae9f6a9 ## float -0.00178499997 .long 0x3b0bc9cd ## float 0.00213299994 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xba634763 ## float -8.67000024E-4 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xbb3be447 ## float -0.00286699994 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xba4dc875 ## float -7.84999982E-4 .long 0xba634763 ## float -8.67000024E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0x3961719f ## float 2.14999993E-4 .long 0xbaf4b620 ## float -0.00186700001 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3961719f ## float 2.14999993E-4 .long 0x390b75ea ## float 1.32999994E-4 .long 0x3a2f1cb9 ## float 6.68000022E-4 .long 0x3a9f40a3 ## float 0.00121500005 .long 0xba634763 ## float -8.67000024E-4 .long 0x3adaa0cb ## float 0.00166800001 .long 0xbb36848c ## float -0.00278500002 .long 0x3a94812c ## float 0.00113300001 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0xbae9f6a9 ## float -0.00178499997 .long 0xba634763 ## float -8.67000024E-4 .long 0xbb18d478 ## float -0.00233200006 .long 0x3961719f ## float 2.14999993E-4 .long 0x3b0bc9cd ## float 0.00213299994 .long 0xb9ae1049 ## float -3.31999996E-4 .long 0x3b1081c3 ## float 0.00220500003 .long 0x3b8815e4 ## float 0.00415300019 .long 0x3a2bb44e ## float 6.54999981E-4 .long 0x3956f545 ## float 2.05000004E-4 .long 0x3b0d1959 ## float 0.0021530001 .long 0x3ad8ec96 ## float 0.00165500003 .long 0x3956f545 ## float 2.05000004E-4 .long 0xbb3a94bc ## float -0.00284700003 .long 0xbab02928 ## float -0.00134399999 .long 0x3956f545 ## float 2.05000004E-4 .long 0xbaf21709 ## float -0.00184699998 .long 0xbab02928 ## float -0.00134399999 .long 0xba50678c ## float -7.94999999E-4 .long 0x39206ea0 ## float 1.53000001E-4 .long 0xbb199dcb ## float -0.00234399992 .long 0x3956f545 ## float 2.05000004E-4 .long 0xbb3a94bc ## float -0.00284700003 .long 0x3a2bb44e ## float 6.54999981E-4 .long 0x3956f545 ## float 2.05000004E-4 .long 0x3b4ea290 ## float 0.00315300003 .long 0xb9b45ae6 ## float -3.44E-4 .long 0xbaeb24a7 ## float -0.00179400004 .long 0x39206ea0 ## float 1.53000001E-4 .long 0xb9b45ae6 ## float -3.44E-4 .long 0x3956f545 ## float 2.05000004E-4 .long 0xba5e0935 ## float -8.46999988E-4 .long 0xb9b45ae6 ## float -3.44E-4 .long 0x3956f545 ## float 2.05000004E-4 .long 0x39206ea0 ## float 1.53000001E-4 .long 0x3a2bb44e ## float 6.54999981E-4 .long 0x3956f545 ## float 2.05000004E-4 .long 0x3a972043 ## float 0.00115300005 .long 0xb9b45ae6 ## float -3.44E-4 .long 0xbaeb24a7 ## float -0.00179400004 .long 0x3a972043 ## float 0.00115300005 .long 0xbb199dcb ## float -0.00234399992 .long 0x3956f545 ## float 2.05000004E-4 .long 0x3a972043 ## float 0.00115300005 .long 0xbab02928 ## float -0.00134399999 .long 0x3b1081c3 ## float 0.00220500003 .long 0xbb7c1df3 ## float -0.00384699996 .long 0xb9b45ae6 ## float -3.44E-4 .long 0x3a9df117 ## float 0.00120499998 .long 0x39206ea0 ## float 1.53000001E-4 .long 0xb9b45ae6 ## float -3.44E-4 .long 0xba50678c ## float -7.94999999E-4 .long 0x39206ea0 ## float 1.53000001E-4 .long 0xbb199dcb ## float -0.00234399992 .long 0x3956f545 ## float 2.05000004E-4 .long 0x39206ea0 ## float 1.53000001E-4 .long 0x3ad8ec96 ## float 0.00165500003 .long 0x3956f545 ## float 2.05000004E-4 .long 0x3a972043 ## float 0.00115300005 .long 0xbb199dcb ## float -0.00234399992 .globl _magData ## @magData .p2align 4 _magData: .long 0xc19d70a4 ## float -19.6800003 .long 0xc1a3999a ## float -20.4500008 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc19f5c29 ## float -19.9200001 .long 0xc1a2b852 ## float -20.3400002 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc19ecccd ## float -19.8500004 .long 0xc1a2b852 ## float -20.3400002 .long 0xc20cd70a ## float -35.2099991 .long 0xc1a0cccd ## float -20.1000004 .long 0xc1a147ae ## float -20.1599998 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19ecccd ## float -19.8500004 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a228f6 ## float -20.2700005 .long 0xc1a03d71 ## float -20.0300007 .long 0xc20e147b ## float -35.5200005 .long 0xc1a228f6 ## float -20.2700005 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc19ecccd ## float -19.8500004 .long 0xc20f0000 ## float -35.75 .long 0xc1a5999a ## float -20.7000008 .long 0xc19af5c3 ## float -19.3700008 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19828f6 ## float -19.0200005 .long 0xc20fb852 ## float -35.9300003 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19828f6 ## float -19.0200005 .long 0xc2103333 ## float -36.0499992 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc197999a ## float -18.9500008 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a33333 ## float -20.3999996 .long 0xc19a147b ## float -19.2600002 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a33333 ## float -20.3999996 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2103333 ## float -36.0499992 .long 0xc1a428f6 ## float -20.5200005 .long 0xc197999a ## float -18.9500008 .long 0xc2113333 ## float -36.2999992 .long 0xc1a33333 ## float -20.3999996 .long 0xc19a147b ## float -19.2600002 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19deb85 ## float -19.7399998 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19ecccd ## float -19.8500004 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19d70a4 ## float -19.6800003 .long 0xc2100000 ## float -36 .long 0xc1a33333 ## float -20.3999996 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20f47ae ## float -35.8199997 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc2100000 ## float -36 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc2103333 ## float -36.0499992 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19b70a4 ## float -19.4300003 .long 0xc2100000 ## float -36 .long 0xc1a33333 ## float -20.3999996 .long 0xc19a8f5c ## float -19.3199997 .long 0xc2103333 ## float -36.0499992 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc19a147b ## float -19.2600002 .long 0xc20fb852 ## float -35.9300003 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19a8f5c ## float -19.3199997 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a147ae ## float -20.1599998 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19ce148 ## float -19.6100006 .long 0xc20f0000 ## float -35.75 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19ce148 ## float -19.6100006 .long 0xc20f0000 ## float -35.75 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20f0000 ## float -35.75 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20f47ae ## float -35.8199997 .long 0xc1a147ae ## float -20.1599998 .long 0xc198a3d7 ## float -19.0799999 .long 0xc20f47ae ## float -35.8199997 .long 0xc19fd70a ## float -19.9799995 .long 0xc1991eb8 ## float -19.1399994 .long 0xc20f0000 ## float -35.75 .long 0xc19fd70a ## float -19.9799995 .long 0xc19828f6 ## float -19.0200005 .long 0xc20fb852 ## float -35.9300003 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc197999a ## float -18.9500008 .long 0xc2100000 ## float -36 .long 0xc19fd70a ## float -19.9799995 .long 0xc19828f6 ## float -19.0200005 .long 0xc2100000 ## float -36 .long 0xc19e51ec ## float -19.7900009 .long 0xc19828f6 ## float -19.0200005 .long 0xc2100000 ## float -36 .long 0xc19d70a4 ## float -19.6800003 .long 0xc198a3d7 ## float -19.0799999 .long 0xc20ecccd ## float -35.7000008 .long 0xc19ce148 ## float -19.6100006 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20e147b ## float -35.5200005 .long 0xc19ce148 ## float -19.6100006 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20e147b ## float -35.5200005 .long 0xc19ce148 ## float -19.6100006 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc20e147b ## float -35.5200005 .long 0xc19e51ec ## float -19.7900009 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20e147b ## float -35.5200005 .long 0xc19e51ec ## float -19.7900009 .long 0xc19ecccd ## float -19.8500004 .long 0xc20cd70a ## float -35.2099991 .long 0xc19ecccd ## float -19.8500004 .long 0xc19deb85 ## float -19.7399998 .long 0xc20cd70a ## float -35.2099991 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19f5c29 ## float -19.9200001 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1a3999a ## float -20.4500008 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a33333 ## float -20.3999996 .long 0xc19af5c3 ## float -19.3700008 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a428f6 ## float -20.5200005 .long 0xc19af5c3 ## float -19.3700008 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a147ae ## float -20.1599998 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc20ecccd ## float -35.7000008 .long 0xc19fd70a ## float -19.9799995 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20fb852 ## float -35.9300003 .long 0xc19fd70a ## float -19.9799995 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc2100000 ## float -36 .long 0xc19e51ec ## float -19.7900009 .long 0xc19af5c3 ## float -19.3700008 .long 0xc2103333 ## float -36.0499992 .long 0xc19d70a4 ## float -19.6800003 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc2103333 ## float -36.0499992 .long 0xc19e51ec ## float -19.7900009 .long 0xc19ecccd ## float -19.8500004 .long 0xc20f0000 ## float -35.75 .long 0xc19ecccd ## float -19.8500004 .long 0xc19f5c29 ## float -19.9200001 .long 0xc20ecccd ## float -35.7000008 .long 0xc19d70a4 ## float -19.6800003 .long 0xc19fd70a ## float -19.9799995 .long 0xc20e8f5c ## float -35.6399994 .long 0xc19ecccd ## float -19.8500004 .long 0xc19ecccd ## float -19.8500004 .long 0xc20e8f5c ## float -35.6399994 .long 0xc19fd70a ## float -19.9799995 .long 0xc19ecccd ## float -19.8500004 .long 0xc20e147b ## float -35.5200005 .long 0xc19fd70a ## float -19.9799995 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20e147b ## float -35.5200005 .long 0xc1a33333 ## float -20.3999996 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a147ae ## float -20.1599998 .long 0xc19ecccd ## float -19.8500004 .long 0xc20e147b ## float -35.5200005 .long 0xc1a147ae ## float -20.1599998 .long 0xc19f5c29 ## float -19.9200001 .long 0xc20e147b ## float -35.5200005 .long 0xc19fd70a ## float -19.9799995 .long 0xc19f5c29 ## float -19.9200001 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a0cccd ## float -20.1000004 .long 0xc1a1ae14 ## float -20.2099991 .long 0xc20cd70a ## float -35.2099991 .long 0xc19fd70a ## float -19.9799995 .long 0xc1a2b852 ## float -20.3400002 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1a33333 ## float -20.3999996 .long 0xc1a147ae ## float -20.1599998 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1a0cccd ## float -20.1000004 .long 0xc1a03d71 ## float -20.0300007 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1a147ae ## float -20.1599998 .long 0xc1a03d71 ## float -20.0300007 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1a33333 ## float -20.3999996 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20d8f5c ## float -35.3899994 .long 0xc1a3999a ## float -20.4500008 .long 0xc19deb85 ## float -19.7399998 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1a33333 ## float -20.3999996 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19af5c3 ## float -19.3700008 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20ecccd ## float -35.7000008 .long 0xc19d70a4 ## float -19.6800003 .long 0xc19ce148 ## float -19.6100006 .long 0xc20ecccd ## float -35.7000008 .long 0xc19e51ec ## float -19.7900009 .long 0xc19ecccd ## float -19.8500004 .long 0xc20ecccd ## float -35.7000008 .long 0xc19f5c29 ## float -19.9200001 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20f0000 ## float -35.75 .long 0xc19ecccd ## float -19.8500004 .long 0xc19fd70a ## float -19.9799995 .long 0xc20e8f5c ## float -35.6399994 .long 0xc19d70a4 ## float -19.6800003 .long 0xc19ecccd ## float -19.8500004 .long 0xc20dd70a ## float -35.4599991 .long 0xc19d70a4 ## float -19.6800003 .long 0xc19f5c29 ## float -19.9200001 .long 0xc20d5c29 ## float -35.3400002 .long 0xc19ecccd ## float -19.8500004 .long 0xc19deb85 ## float -19.7399998 .long 0xc20d8f5c ## float -35.3899994 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1a228f6 ## float -20.2700005 .long 0xc19ecccd ## float -19.8500004 .long 0xc20cd70a ## float -35.2099991 .long 0xc1a147ae ## float -20.1599998 .long 0xc19deb85 ## float -19.7399998 .long 0xc20e147b ## float -35.5200005 .long 0xc1a0cccd ## float -20.1000004 .long 0xc19deb85 ## float -19.7399998 .long 0xc20e8f5c ## float -35.6399994 .long 0xc19ecccd ## float -19.8500004 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20e8f5c ## float -35.6399994 .long 0xc19fd70a ## float -19.9799995 .long 0xc19deb85 ## float -19.7399998 .long 0xc20f47ae ## float -35.8199997 .long 0xc1a147ae ## float -20.1599998 .long 0xc19d70a4 ## float -19.6800003 .long 0xc2100000 ## float -36 .long 0xc19f5c29 ## float -19.9200001 .long 0xc19ecccd ## float -19.8500004 .long 0xc20fb852 ## float -35.9300003 .long 0xc19ecccd ## float -19.8500004 .long 0xc19ce148 ## float -19.6100006 .long 0xc20fb852 ## float -35.9300003 .long 0xc19e51ec ## float -19.7900009 .long 0xc1991eb8 ## float -19.1399994 .long 0xc2100000 ## float -36 .long 0xc1a147ae ## float -20.1599998 .long 0xc197999a ## float -18.9500008 .long 0xc20f47ae ## float -35.8199997 .long 0xc19fd70a ## float -19.9799995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc20fb852 ## float -35.9300003 .long 0xc1a228f6 ## float -20.2700005 .long 0xc197999a ## float -18.9500008 .long 0xc20f47ae ## float -35.8199997 .long 0xc1a228f6 ## float -20.2700005 .long 0xc197999a ## float -18.9500008 .long 0xc20f47ae ## float -35.8199997 .long 0xc1a3999a ## float -20.4500008 .long 0xc198a3d7 ## float -19.0799999 .long 0xc20f0000 ## float -35.75 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc19628f6 ## float -18.7700005 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1a6147b ## float -20.7600002 .long 0xc19828f6 ## float -19.0200005 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a68f5c ## float -20.8199997 .long 0xc19a147b ## float -19.2600002 .long 0xc20ecccd ## float -35.7000008 .long 0xc1a68f5c ## float -20.8199997 .long 0xc1991eb8 ## float -19.1399994 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1a87ae1 ## float -21.0599995 .long 0xc19547ae ## float -18.6599998 .long 0xc20dd70a ## float -35.4599991 .long 0xc1a8f5c3 ## float -21.1200008 .long 0xc191eb85 ## float -18.2399998 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1aa6666 ## float -21.2999992 .long 0xc18f851f ## float -17.9400005 .long 0xc20ecccd ## float -35.7000008 .long 0xc1aa6666 ## float -21.2999992 .long 0xc1907ae1 ## float -18.0599995 .long 0xc20f0000 ## float -35.75 .long 0xc1accccd ## float -21.6000004 .long 0xc18ef5c3 ## float -17.8700008 .long 0xc2100000 ## float -36 .long 0xc1accccd ## float -21.6000004 .long 0xc18d1eb8 ## float -17.6399994 .long 0xc20f0000 ## float -35.75 .long 0xc1af3333 ## float -21.8999996 .long 0xc189ae14 ## float -17.2099991 .long 0xc20f0000 ## float -35.75 .long 0xc1b2147b ## float -22.2600002 .long 0xc1883d71 ## float -17.0300007 .long 0xc2103333 ## float -36.0499992 .long 0xc1b47ae1 ## float -22.5599995 .long 0xc1875c29 ## float -16.9200001 .long 0xc20f47ae ## float -35.8199997 .long 0xc1b6cccd ## float -22.8500004 .long 0xc1875c29 ## float -16.9200001 .long 0xc20f0000 ## float -35.75 .long 0xc1b75c29 ## float -22.9200001 .long 0xc184e148 ## float -16.6100006 .long 0xc20f0000 ## float -35.75 .long 0xc1b9c28f ## float -23.2199993 .long 0xc182147b ## float -16.2600002 .long 0xc20e147b ## float -35.5200005 .long 0xc1bbae14 ## float -23.4599991 .long 0xc17d47ae ## float -15.8299999 .long 0xc20dd70a ## float -35.4599991 .long 0xc1bf0a3d ## float -23.8799992 .long 0xc17b5c29 ## float -15.71 .long 0xc20e8f5c ## float -35.6399994 .long 0xc1c0f5c3 ## float -24.1200008 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc20e147b ## float -35.5200005 .long 0xc1c0f5c3 ## float -24.1200008 .long 0xc177ae14 ## float -15.4799995 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1c2cccd ## float -24.3500004 .long 0xc175c28f ## float -15.3599997 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1c2cccd ## float -24.3500004 .long 0xc171eb85 ## float -15.1199999 .long 0xc20ca3d7 ## float -35.1599998 .long 0xc1c5c28f ## float -24.7199993 .long 0xc16d1eb8 ## float -14.8199997 .long 0xc20cd70a ## float -35.2099991 .long 0xc1c8147b ## float -25.0100002 .long 0xc16570a4 ## float -14.3400002 .long 0xc20dd70a ## float -35.4599991 .long 0xc1c8a3d7 ## float -25.0799999 .long 0xc1635c29 ## float -14.21 .long 0xc20dd70a ## float -35.4599991 .long 0xc1ca147b ## float -25.2600002 .long 0xc158f5c3 ## float -13.5600004 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1ca147b ## float -25.2600002 .long 0xc15051ec ## float -13.0200005 .long 0xc20cd70a ## float -35.2099991 .long 0xc1cc0000 ## float -25.5 .long 0xc14b5c29 ## float -12.71 .long 0xc20dd70a ## float -35.4599991 .long 0xc1cd70a4 ## float -25.6800003 .long 0xc146b852 ## float -12.4200001 .long 0xc20e147b ## float -35.5200005 .long 0xc1d1c28f ## float -26.2199993 .long 0xc13f0a3d ## float -11.9399996 .long 0xc20ecccd ## float -35.7000008 .long 0xc1d3ae14 ## float -26.4599991 .long 0xc13a3d71 ## float -11.6400003 .long 0xc20dd70a ## float -35.4599991 .long 0xc1d33333 ## float -26.3999996 .long 0xc1375c29 ## float -11.46 .long 0xc20cd70a ## float -35.2099991 .long 0xc1d68f5c ## float -26.8199997 .long 0xc12eb852 ## float -10.9200001 .long 0xc20d8f5c ## float -35.3899994 .long 0xc1d70a3d ## float -26.8799992 .long 0xc129eb85 ## float -10.6199999 .long 0xc20f47ae ## float -35.8199997 .long 0xc1da6666 ## float -27.2999992 .long 0xc122147b ## float -10.1300001 .long 0xc2100000 ## float -36 .long 0xc1db5c29 ## float -27.4200001 .long 0xc11c7ae1 ## float -9.77999973 .long 0xc20f47ae ## float -35.8199997 .long 0xc1dbd70a ## float -27.4799995 .long 0xc113d70a ## float -9.23999977 .long 0xc20fb852 ## float -35.9300003 .long 0xc1db5c29 ## float -27.4200001 .long 0xc110cccd ## float -9.05000019 .long 0xc2100000 ## float -36 .long 0xc1dcb852 ## float -27.5900002 .long 0xc10947ae ## float -8.57999992 .long 0xc2100000 ## float -36 .long 0xc1df3333 ## float -27.8999996 .long 0xc0ff5c29 ## float -7.98000002 .long 0xc2103333 ## float -36.0499992 .long 0xc1de3d71 ## float -27.7800007 .long 0xc0fb3333 ## float -7.8499999 .long 0xc20f47ae ## float -35.8199997 .long 0xc1dfae14 ## float -27.9599991 .long 0xc0ee147b ## float -7.44000006 .long 0xc20ecccd ## float -35.7000008 .long 0xc1dfae14 ## float -27.9599991 .long 0xc0deb852 ## float -6.96000003 .long 0xc20ecccd ## float -35.7000008 .long 0xc1dfae14 ## float -27.9599991 .long 0xc0d147ae ## float -6.53999996 .long 0xc20f0000 ## float -35.75 .long 0xc1e1999a ## float -28.2000008 .long 0xc0c5c28f ## float -6.17999983 .long 0xc20f0000 ## float -35.75 .long 0xc1e30a3d ## float -28.3799992 .long 0xc0b47ae1 ## float -5.63999987 .long 0xc20ecccd ## float -35.7000008 .long 0xc1e40000 ## float -28.5 .long 0xc0aa8f5c ## float -5.32999992 .long 0xc20f0000 ## float -35.75 .long 0xc1e4f5c3 ## float -28.6200008 .long 0xc0a147ae ## float -5.03999996 .long 0xc20ecccd ## float -35.7000008 .long 0xc1e6cccd ## float -28.8500004 .long 0xc091eb85 ## float -4.55999994 .long 0xc20f0000 ## float -35.75 .long 0xc1e66666 ## float -28.7999992 .long 0xc089eb85 ## float -4.30999994 .long 0xc20dd70a ## float -35.4599991 .long 0xc1e7d70a ## float -28.9799995 .long 0xc0847ae1 ## float -4.13999987 .long 0xc20d8f5c ## float -35.3899994 .long 0xc1e7d70a ## float -28.9799995 .long 0xc071eb85 ## float -3.77999997 .long 0xc20d5c29 ## float -35.3400002 .long 0xc1e8b852 ## float -29.0900002 .long 0xc0570a3d ## float -3.3599999 .long 0xc20cd70a ## float -35.2099991 .long 0xc1e9c28f ## float -29.2199993 .long 0xc030a3d7 ## float -2.75999999 .long 0xc20cd70a ## float -35.2099991 .long 0xc1e9c28f ## float -29.2199993 .long 0xc009999a ## float -2.1500001 .long 0xc20cd70a ## float -35.2099991 .long 0xc1eb3333 ## float -29.3999996 .long 0xbfc7ae14 ## float -1.55999994 .long 0xc20cd70a ## float -35.2099991 .long 0xc1e9c28f ## float -29.2199993 .long 0xbf828f5c ## float -1.01999998 .long 0xc20d8f5c ## float -35.3899994 .long 0xc1ebae14 ## float -29.4599991 .long 0xbdf5c28f ## float -0.119999997 .long 0xc20fb852 ## float -35.9300003 .long 0xc1ebae14 ## float -29.4599991 .long 0x3f3851ec ## float 0.720000029 .long 0xc2103333 ## float -36.0499992 .long 0xc1eca3d7 ## float -29.5799999 .long 0x3fb0a3d7 ## float 1.38 .long 0xc2113333 ## float -36.2999992 .long 0xc1eca3d7 ## float -29.5799999 .long 0x3fee147b ## float 1.86000001 .long 0xc210eb85 ## float -36.2299995 .long 0xc1e947ae ## float -29.1599998 .long 0x401d70a4 ## float 2.46000004 .long 0xc2113333 ## float -36.2999992 .long 0xc1e8b852 ## float -29.0900002 .long 0x403b851f ## float 2.93000007 .long 0xc2113333 ## float -36.2999992 .long 0xc1e570a4 ## float -28.6800003 .long 0x404f5c29 ## float 3.24000001 .long 0xc21228f6 ## float -36.5400009 .long 0xc1e570a4 ## float -28.6800003 .long 0x406e147b ## float 3.72000003 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1e66666 ## float -28.7999992 .long 0x4075c28f ## float 3.83999991 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1e47ae1 ## float -28.5599995 .long 0x4080a3d7 ## float 4.01999998 .long 0xc2103333 ## float -36.0499992 .long 0xc1e47ae1 ## float -28.5599995 .long 0x4093d70a ## float 4.61999989 .long 0xc210eb85 ## float -36.2299995 .long 0xc1e2147b ## float -28.2600002 .long 0x409d70a4 ## float 4.92000008 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1e30a3d ## float -28.3799992 .long 0x40a147ae ## float 5.03999996 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1e30a3d ## float -28.3799992 .long 0x40b0a3d7 ## float 5.51999998 .long 0xc21228f6 ## float -36.5400009 .long 0xc1e47ae1 ## float -28.5599995 .long 0x40c1eb85 ## float 6.05999994 .long 0xc2125c29 ## float -36.5900002 .long 0xc1e40000 ## float -28.5 .long 0x40d147ae ## float 6.53999996 .long 0xc212d70a ## float -36.7099991 .long 0xc1e40000 ## float -28.5 .long 0x40e47ae1 ## float 7.13999987 .long 0xc213d70a ## float -36.9599991 .long 0xc1e47ae1 ## float -28.5599995 .long 0x40f7ae14 ## float 7.73999977 .long 0xc2138f5c ## float -36.8899994 .long 0xc1e47ae1 ## float -28.5599995 .long 0x4100a3d7 ## float 8.03999996 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1e40000 ## float -28.5 .long 0x410d1eb8 ## float 8.81999969 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1e40000 ## float -28.5 .long 0x4116b852 ## float 9.42000007 .long 0xc2125c29 ## float -36.5900002 .long 0xc1e30a3d ## float -28.3799992 .long 0x411d70a4 ## float 9.84000015 .long 0xc21228f6 ## float -36.5400009 .long 0xc1e28f5c ## float -28.3199997 .long 0x4126147b ## float 10.3800001 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1e2147b ## float -28.2600002 .long 0x412ab852 ## float 10.6700001 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1dd47ae ## float -27.6599998 .long 0x4130a3d7 ## float 11.04 .long 0xc21170a4 ## float -36.3600006 .long 0xc1d970a4 ## float -27.1800003 .long 0x413570a4 ## float 11.3400002 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1d70a3d ## float -26.8799992 .long 0x413c0000 ## float 11.75 .long 0xc2135c29 ## float -36.8400002 .long 0xc1d4a3d7 ## float -26.5799999 .long 0x4140f5c3 ## float 12.0600004 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1d1c28f ## float -26.2199993 .long 0x4145c28f ## float 12.3599997 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1cd70a4 ## float -25.6800003 .long 0x4148a3d7 ## float 12.54 .long 0xc212d70a ## float -36.7099991 .long 0xc1cb0a3d ## float -25.3799992 .long 0x414a8f5c ## float 12.6599998 .long 0xc21170a4 ## float -36.3600006 .long 0xc1c9999a ## float -25.2000008 .long 0x415051ec ## float 13.0200005 .long 0xc210eb85 ## float -36.2299995 .long 0xc1c8a3d7 ## float -25.0799999 .long 0x41540000 ## float 13.25 .long 0xc21170a4 ## float -36.3600006 .long 0xc1c9999a ## float -25.2000008 .long 0x415ab852 ## float 13.6700001 .long 0xc2113333 ## float -36.2999992 .long 0xc1c5c28f ## float -24.7199993 .long 0x415bd70a ## float 13.7399998 .long 0xc2113333 ## float -36.2999992 .long 0xc1c5c28f ## float -24.7199993 .long 0x415bd70a ## float 13.7399998 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1c5c28f ## float -24.7199993 .long 0x415fae14 ## float 13.9799995 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1c5c28f ## float -24.7199993 .long 0x4160a3d7 ## float 14.04 .long 0xc210eb85 ## float -36.2299995 .long 0xc1c2cccd ## float -24.3500004 .long 0x416570a4 ## float 14.3400002 .long 0xc2113333 ## float -36.2999992 .long 0xc1c0f5c3 ## float -24.1200008 .long 0x416f0a3d ## float 14.9399996 .long 0xc2125c29 ## float -36.5900002 .long 0xc1c07ae1 ## float -24.0599995 .long 0x4176b852 ## float 15.4200001 .long 0xc2113333 ## float -36.2999992 .long 0xc1bd999a ## float -23.7000008 .long 0x417a8f5c ## float 15.6599998 .long 0xc210eb85 ## float -36.2299995 .long 0xc1bca3d7 ## float -23.5799999 .long 0x417d47ae ## float 15.8299999 .long 0xc210eb85 ## float -36.2299995 .long 0xc1bc147b ## float -23.5100002 .long 0x41828f5c ## float 16.3199997 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1b9c28f ## float -23.2199993 .long 0x4182147b ## float 16.2600002 .long 0xc210eb85 ## float -36.2299995 .long 0xc1b75c29 ## float -22.9200001 .long 0x4185eb85 ## float 16.7399998 .long 0xc21228f6 ## float -36.5400009 .long 0xc1b6cccd ## float -22.8500004 .long 0x4189ae14 ## float 17.2099991 .long 0xc2125c29 ## float -36.5900002 .long 0xc1b570a4 ## float -22.6800003 .long 0x4189ae14 ## float 17.2099991 .long 0xc2113333 ## float -36.2999992 .long 0xc1b28f5c ## float -22.3199997 .long 0x41875c29 ## float 16.9200001 .long 0xc21228f6 ## float -36.5400009 .long 0xc1b028f6 ## float -22.0200005 .long 0x4187d70a ## float 16.9799995 .long 0xc2125c29 ## float -36.5900002 .long 0xc1b0a3d7 ## float -22.0799999 .long 0x418ab852 ## float 17.3400002 .long 0xc2125c29 ## float -36.5900002 .long 0xc1adc28f ## float -21.7199993 .long 0x418c28f6 ## float 17.5200005 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1ab5c29 ## float -21.4200001 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1aacccd ## float -21.3500004 .long 0x418e8f5c ## float 17.8199997 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1aacccd ## float -21.3500004 .long 0x418e147b ## float 17.7600002 .long 0xc21170a4 ## float -36.3600006 .long 0xc1ab5c29 ## float -21.4200001 .long 0x418e147b ## float 17.7600002 .long 0xc21170a4 ## float -36.3600006 .long 0xc1ab5c29 ## float -21.4200001 .long 0x418ef5c3 ## float 17.8700008 .long 0xc21228f6 ## float -36.5400009 .long 0xc1accccd ## float -21.6000004 .long 0x4190e148 ## float 18.1100006 .long 0xc21228f6 ## float -36.5400009 .long 0xc1aa6666 ## float -21.2999992 .long 0x418f851f ## float 17.9400005 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a970a4 ## float -21.1800003 .long 0x418ef5c3 ## float 17.8700008 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1aacccd ## float -21.3500004 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1aacccd ## float -21.3500004 .long 0x418e147b ## float 17.7600002 .long 0xc212d70a ## float -36.7099991 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418e147b ## float 17.7600002 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc212d70a ## float -36.7099991 .long 0xc1a68f5c ## float -20.8199997 .long 0x41907ae1 ## float 18.0599995 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1a68f5c ## float -20.8199997 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418e8f5c ## float 17.8199997 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418d1eb8 ## float 17.6399994 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a970a4 ## float -21.1800003 .long 0x41907ae1 ## float 18.0599995 .long 0xc2125c29 ## float -36.5900002 .long 0xc1aa6666 ## float -21.2999992 .long 0x418f851f ## float 17.9400005 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a70a3d ## float -20.8799992 .long 0x418c28f6 ## float 17.5200005 .long 0xc2113333 ## float -36.2999992 .long 0xc1a70a3d ## float -20.8799992 .long 0x418d1eb8 ## float 17.6399994 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a6147b ## float -20.7600002 .long 0x418d1eb8 ## float 17.6399994 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a80000 ## float -21 .long 0x418e147b ## float 17.7600002 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a5999a ## float -20.7000008 .long 0x418e8f5c ## float 17.8199997 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a5999a ## float -20.7000008 .long 0x4190e148 ## float 18.1100006 .long 0xc2113333 ## float -36.2999992 .long 0xc1a68f5c ## float -20.8199997 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a5999a ## float -20.7000008 .long 0x418ef5c3 ## float 17.8700008 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a80000 ## float -21 .long 0x4190e148 ## float 18.1100006 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a87ae1 ## float -21.0599995 .long 0x418f851f ## float 17.9400005 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a970a4 ## float -21.1800003 .long 0x41907ae1 ## float 18.0599995 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a70a3d ## float -20.8799992 .long 0x418e147b ## float 17.7600002 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a6147b ## float -20.7600002 .long 0x418d1eb8 ## float 17.6399994 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a5999a ## float -20.7000008 .long 0x418d1eb8 ## float 17.6399994 .long 0xc2113333 ## float -36.2999992 .long 0xc1a80000 ## float -21 .long 0x418e8f5c ## float 17.8199997 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2100000 ## float -36 .long 0xc1a70a3d ## float -20.8799992 .long 0x418e8f5c ## float 17.8199997 .long 0xc2113333 ## float -36.2999992 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418ef5c3 ## float 17.8700008 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x4192cccd ## float 18.3500004 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a87ae1 ## float -21.0599995 .long 0x4192cccd ## float 18.3500004 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a80000 ## float -21 .long 0x41935c29 ## float 18.4200001 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a6147b ## float -20.7600002 .long 0x41943d71 ## float 18.5300007 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a5999a ## float -20.7000008 .long 0x4192cccd ## float 18.3500004 .long 0xc2113333 ## float -36.2999992 .long 0xc1a6147b ## float -20.7600002 .long 0x41943d71 ## float 18.5300007 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a6147b ## float -20.7600002 .long 0x41943d71 ## float 18.5300007 .long 0xc2113333 ## float -36.2999992 .long 0xc1a5999a ## float -20.7000008 .long 0x419547ae ## float 18.6599998 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x4191eb85 ## float 18.2399998 .long 0xc2113333 ## float -36.2999992 .long 0xc1a68f5c ## float -20.8199997 .long 0x4191eb85 ## float 18.2399998 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a68f5c ## float -20.8199997 .long 0x41907ae1 ## float 18.0599995 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a80000 ## float -21 .long 0x41907ae1 ## float 18.0599995 .long 0xc212d70a ## float -36.7099991 .long 0xc1a970a4 ## float -21.1800003 .long 0x4190e148 ## float 18.1100006 .long 0xc2148f5c ## float -37.1399994 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418e8f5c ## float 17.8199997 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a80000 ## float -21 .long 0x418e8f5c ## float 17.8199997 .long 0xc214147b ## float -37.0200005 .long 0xc1a6147b ## float -20.7600002 .long 0x418e8f5c ## float 17.8199997 .long 0xc213d70a ## float -36.9599991 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41907ae1 ## float 18.0599995 .long 0xc2150000 ## float -37.25 .long 0xc1a70a3d ## float -20.8799992 .long 0x41907ae1 ## float 18.0599995 .long 0xc2150000 ## float -37.25 .long 0xc1a6147b ## float -20.7600002 .long 0x4192cccd ## float 18.3500004 .long 0xc2150000 ## float -37.25 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x419170a4 ## float 18.1800003 .long 0xc2148f5c ## float -37.1399994 .long 0xc1a3999a ## float -20.4500008 .long 0x4190e148 ## float 18.1100006 .long 0xc214147b ## float -37.0200005 .long 0xc1a428f6 ## float -20.5200005 .long 0x4190e148 ## float 18.1100006 .long 0xc2148f5c ## float -37.1399994 .long 0xc1a33333 ## float -20.3999996 .long 0x4192cccd ## float 18.3500004 .long 0xc2138f5c ## float -36.8899994 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x4193d70a ## float 18.4799995 .long 0xc2138f5c ## float -36.8899994 .long 0xc1a428f6 ## float -20.5200005 .long 0x4191eb85 ## float 18.2399998 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x419170a4 ## float 18.1800003 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x418f851f ## float 17.9400005 .long 0xc2113333 ## float -36.2999992 .long 0xc1a6147b ## float -20.7600002 .long 0x41907ae1 ## float 18.0599995 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a6147b ## float -20.7600002 .long 0x419170a4 ## float 18.1800003 .long 0xc2103333 ## float -36.0499992 .long 0xc1a428f6 ## float -20.5200005 .long 0x4192cccd ## float 18.3500004 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a68f5c ## float -20.8199997 .long 0x41907ae1 ## float 18.0599995 .long 0xc2113333 ## float -36.2999992 .long 0xc1a6147b ## float -20.7600002 .long 0x418e147b ## float 17.7600002 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a70a3d ## float -20.8799992 .long 0x418ef5c3 ## float 17.8700008 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a80000 ## float -21 .long 0x418e147b ## float 17.7600002 .long 0xc2100000 ## float -36 .long 0xc1a87ae1 ## float -21.0599995 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2103333 ## float -36.0499992 .long 0xc1a87ae1 ## float -21.0599995 .long 0x418f851f ## float 17.9400005 .long 0xc2103333 ## float -36.0499992 .long 0xc1aa6666 ## float -21.2999992 .long 0x41907ae1 ## float 18.0599995 .long 0xc210eb85 ## float -36.2299995 .long 0xc1abd70a ## float -21.4799995 .long 0x41907ae1 ## float 18.0599995 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1aa6666 ## float -21.2999992 .long 0x418f851f ## float 17.9400005 .long 0xc2103333 ## float -36.0499992 .long 0xc1aa6666 ## float -21.2999992 .long 0x4191eb85 ## float 18.2399998 .long 0xc2103333 ## float -36.0499992 .long 0xc1a970a4 ## float -21.1800003 .long 0x4191eb85 ## float 18.2399998 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41943d71 ## float 18.5300007 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a80000 ## float -21 .long 0x4193d70a ## float 18.4799995 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a80000 ## float -21 .long 0x4191eb85 ## float 18.2399998 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a80000 ## float -21 .long 0x4190e148 ## float 18.1100006 .long 0xc2113333 ## float -36.2999992 .long 0xc1a80000 ## float -21 .long 0x418f851f ## float 17.9400005 .long 0xc21170a4 ## float -36.3600006 .long 0xc1aa6666 ## float -21.2999992 .long 0x418f851f ## float 17.9400005 .long 0xc2125c29 ## float -36.5900002 .long 0xc1abd70a ## float -21.4799995 .long 0x418ef5c3 ## float 17.8700008 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1abd70a ## float -21.4799995 .long 0x418f851f ## float 17.9400005 .long 0xc2125c29 ## float -36.5900002 .long 0xc1abd70a ## float -21.4799995 .long 0x418e8f5c ## float 17.8199997 .long 0xc21228f6 ## float -36.5400009 .long 0xc1accccd ## float -21.6000004 .long 0x418e8f5c ## float 17.8199997 .long 0xc2125c29 ## float -36.5900002 .long 0xc1accccd ## float -21.6000004 .long 0x418e8f5c ## float 17.8199997 .long 0xc21228f6 ## float -36.5400009 .long 0xc1abd70a ## float -21.4799995 .long 0x418ef5c3 ## float 17.8700008 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1ab5c29 ## float -21.4200001 .long 0x418f851f ## float 17.9400005 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1a70a3d ## float -20.8799992 .long 0x4190e148 ## float 18.1100006 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a6147b ## float -20.7600002 .long 0x4190e148 ## float 18.1100006 .long 0xc2138f5c ## float -36.8899994 .long 0xc1a5999a ## float -20.7000008 .long 0x418ef5c3 ## float 17.8700008 .long 0xc212d70a ## float -36.7099991 .long 0xc1a6147b ## float -20.7600002 .long 0x418f851f ## float 17.9400005 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a6147b ## float -20.7600002 .long 0x4190e148 ## float 18.1100006 .long 0xc2138f5c ## float -36.8899994 .long 0xc1a5999a ## float -20.7000008 .long 0x4190e148 ## float 18.1100006 .long 0xc214147b ## float -37.0200005 .long 0xc1a3999a ## float -20.4500008 .long 0x418f851f ## float 17.9400005 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a33333 ## float -20.3999996 .long 0x418e8f5c ## float 17.8199997 .long 0xc2138f5c ## float -36.8899994 .long 0xc1a68f5c ## float -20.8199997 .long 0x418ca3d7 ## float 17.5799999 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a6147b ## float -20.7600002 .long 0x418ca3d7 ## float 17.5799999 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a5999a ## float -20.7000008 .long 0x418b999a ## float 17.4500008 .long 0xc2125c29 ## float -36.5900002 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x418c28f6 ## float 17.5200005 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x418d1eb8 ## float 17.6399994 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a5999a ## float -20.7000008 .long 0x418e147b ## float 17.7600002 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a5999a ## float -20.7000008 .long 0x418ef5c3 ## float 17.8700008 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a70a3d ## float -20.8799992 .long 0x41935c29 ## float 18.4200001 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a68f5c ## float -20.8199997 .long 0x419628f6 ## float 18.7700005 .long 0xc213d70a ## float -36.9599991 .long 0xc1a5999a ## float -20.7000008 .long 0x419628f6 ## float 18.7700005 .long 0xc213d70a ## float -36.9599991 .long 0xc1a5999a ## float -20.7000008 .long 0x4197999a ## float 18.9500008 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a4a3d7 ## float -20.5799999 .long 0x4196b852 ## float 18.8400002 .long 0xc213d70a ## float -36.9599991 .long 0xc1a3999a ## float -20.4500008 .long 0x419547ae ## float 18.6599998 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a3999a ## float -20.4500008 .long 0x41943d71 ## float 18.5300007 .long 0xc212d70a ## float -36.7099991 .long 0xc1a428f6 ## float -20.5200005 .long 0x41935c29 ## float 18.4200001 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1a3999a ## float -20.4500008 .long 0x419170a4 ## float 18.1800003 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a428f6 ## float -20.5200005 .long 0x418f851f ## float 17.9400005 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a5999a ## float -20.7000008 .long 0x41907ae1 ## float 18.0599995 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a70a3d ## float -20.8799992 .long 0x4191eb85 ## float 18.2399998 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a87ae1 ## float -21.0599995 .long 0x4191eb85 ## float 18.2399998 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a970a4 ## float -21.1800003 .long 0x41935c29 ## float 18.4200001 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x41935c29 ## float 18.4200001 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x41943d71 ## float 18.5300007 .long 0xc2113333 ## float -36.2999992 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x4191eb85 ## float 18.2399998 .long 0xc2103333 ## float -36.0499992 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41935c29 ## float 18.4200001 .long 0xc2103333 ## float -36.0499992 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41935c29 ## float 18.4200001 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a70a3d ## float -20.8799992 .long 0x41935c29 ## float 18.4200001 .long 0xc2113333 ## float -36.2999992 .long 0xc1a80000 ## float -21 .long 0x419170a4 ## float 18.1800003 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a80000 ## float -21 .long 0x4190e148 ## float 18.1100006 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41907ae1 ## float 18.0599995 .long 0xc21170a4 ## float -36.3600006 .long 0xc1a8f5c3 ## float -21.1200008 .long 0x418ef5c3 ## float 17.8700008 .long 0xc211a3d7 ## float -36.4099998 .long 0xc1a70a3d ## float -20.8799992 .long 0x4190e148 ## float 18.1100006 .long 0xc212a3d7 ## float -36.6599998 .long 0xc1a6147b ## float -20.7600002 .long 0x418ef5c3 ## float 17.8700008 .long 0xc2135c29 ## float -36.8400002 .long 0xc1a70a3d ## float -20.8799992 .long 0x418f851f ## float 17.9400005 .long 0xc21228f6 ## float -36.5400009 .long 0xc1a80000 ## float -21 .long 0x418f851f ## float 17.9400005 .long 0xc2113333 ## float -36.2999992 .long 0xc1a68f5c ## float -20.8199997 .long 0x4190e148 ## float 18.1100006 .long 0xc2113333 ## float -36.2999992 .long 0xc1a68f5c ## float -20.8199997 .long 0x4190e148 ## float 18.1100006 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a70a3d ## float -20.8799992 .long 0x419170a4 ## float 18.1800003 .long 0xc2103333 ## float -36.0499992 .long 0xc1a87ae1 ## float -21.0599995 .long 0x41935c29 ## float 18.4200001 .long 0xc210eb85 ## float -36.2299995 .long 0xc1a970a4 ## float -21.1800003 .long 0x4190e148 ## float 18.1100006 .long 0xc2100000 ## float -36 .long 0xc1accccd ## float -21.6000004 .long 0x4190e148 ## float 18.1100006 .long 0xc2103333 ## float -36.0499992 .long 0xc1adc28f ## float -21.7199993 .long 0x418e8f5c ## float 17.8199997 .long 0xc2113333 ## float -36.2999992 .long 0xc1adc28f ## float -21.7199993 .long 0x418ca3d7 ## float 17.5799999 .long 0xc21170a4 ## float -36.3600006 .long 0xc1ae3d71 ## float -21.7800007 .long 0x418ab852 ## float 17.3400002 .long 0xc2113333 ## float -36.2999992 .long 0xc1b028f6 ## float -22.0200005 .long 0x41883d71 ## float 17.0300007 .long 0xc21170a4 ## float -36.3600006 .long 0xc1b028f6 ## float -22.0200005 .long 0x4185eb85 ## float 16.7399998 .long 0xc2113333 ## float -36.2999992 .long 0xc1b2147b ## float -22.2600002 .long 0x4182f5c3 ## float 16.3700008 .long 0xc210eb85 ## float -36.2299995 .long 0xc1b30a3d ## float -22.3799992 .long 0x418570a4 ## float 16.6800003 .long 0xc2113333 ## float -36.2999992 .long 0xc1b47ae1 ## float -22.5599995 .long 0x41875c29 ## float 16.9200001 .long 0xc210eb85 ## float -36.2299995 .long 0xc1b47ae1 ## float -22.5599995 .long 0x4186cccd ## float 16.8500004 .long 0xc210eb85 ## float -36.2299995 .long 0xc1b66666 ## float -22.7999992 .long 0x418570a4 ## float 16.6800003 .long 0xc20fb852 ## float -35.9300003 .long 0xc1b9c28f ## float -23.2199993 .long 0x41847ae1 ## float 16.5599995 .long 0xc2103333 ## float -36.0499992 .long 0xc1bc147b ## float -23.5100002 .long 0x41847ae1 ## float 16.5599995 .long 0xc2103333 ## float -36.0499992 .long 0xc1be8f5c ## float -23.8199997 .long 0x4184e148 ## float 16.6100006 .long 0xc21170a4 ## float -36.3600006 .long 0xc1c00000 ## float -24 .long 0x418570a4 ## float 16.6800003 .long 0xc21170a4 ## float -36.3600006 .long 0xc1c170a4 ## float -24.1800003 .long 0x4180a3d7 ## float 16.0799999 .long 0xc210eb85 ## float -36.2299995 .long 0xc1c35c29 ## float -24.4200001 .long 0x417a8f5c ## float 15.6599998 .long 0xc2103333 ## float -36.0499992 .long 0xc1c3d70a ## float -24.4799995 .long 0x4172b852 ## float 15.1700001 .long 0xc20fb852 ## float -35.9300003 .long 0xc1c73333 ## float -24.8999996 .long 0x4170f5c3 ## float 15.0600004 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1c7ae14 ## float -24.9599991 .long 0x416e147b ## float 14.8800001 .long 0xc2103333 ## float -36.0499992 .long 0xc1c63d71 ## float -24.7800007 .long 0x41635c29 ## float 14.21 .long 0xc2107ae1 ## float -36.1199989 .long 0xc1a9eb85 ## float -21.2399998 .long 0x41907ae1 ## float 18.0599995 .long 0xc2078f5c ## float -33.8899994 .long 0xc1a970a4 ## float -21.1800003 .long 0x418d851f ## float 17.6900005 .long 0xc2078f5c ## float -33.8899994 .long 0xc1ad47ae ## float -21.6599998 .long 0x418ab852 ## float 17.3400002 .long 0xc208147b ## float -34.0200005 .long 0xc1ae3d71 ## float -21.7800007 .long 0x4187d70a ## float 16.9799995 .long 0xc20847ae ## float -34.0699997 .long 0xc1afae14 ## float -21.9599991 .long 0x418651ec ## float 16.7900009 .long 0xc2090000 ## float -34.25 .long 0xc1b1999a ## float -22.2000008 .long 0x41847ae1 ## float 16.5599995 .long 0xc209851f ## float -34.3800011 .long 0xc1b30a3d ## float -22.3799992 .long 0x4182f5c3 ## float 16.3700008 .long 0xc20a7ae1 ## float -34.6199989 .long 0xc1b6cccd ## float -22.8500004 .long 0x4182f5c3 ## float 16.3700008 .long 0xc20a0000 ## float -34.5 .long 0xc1b947ae ## float -23.1599998 .long 0x417c7ae1 ## float 15.7799997 .long 0xc2090000 ## float -34.25 .long 0xc1bd1eb8 ## float -23.6399994 .long 0x4174a3d7 ## float 15.29 .long 0xc209851f ## float -34.3800011 .long 0xc1bbae14 ## float -23.4599991 .long 0x41700000 ## float 15 .long 0xc209851f ## float -34.3800011 .long 0xc1bbae14 ## float -23.4599991 .long 0x416947ae ## float 14.5799999 .long 0xc209851f ## float -34.3800011 .long 0xc1be147b ## float -23.7600002 .long 0x416570a4 ## float 14.3400002 .long 0xc209851f ## float -34.3800011 .long 0xc1bd999a ## float -23.7000008 .long 0x415dc28f ## float 13.8599997 .long 0xc209851f ## float -34.3800011 .long 0xc1c170a4 ## float -24.1800003 .long 0x41580000 ## float 13.5 .long 0xc208147b ## float -34.0200005 .long 0xc1c07ae1 ## float -24.0599995 .long 0x414d70a4 ## float 12.8400002 .long 0xc208cccd ## float -34.2000008 .long 0xc1c3d70a ## float -24.4799995 .long 0x413947ae ## float 11.5799999 .long 0xc20947ae ## float -34.3199997 .long 0xc1c4cccd ## float -24.6000004 .long 0x41335c29 ## float 11.21 .long 0xc20847ae ## float -34.0699997 .long 0xc1c63d71 ## float -24.7800007 .long 0x41335c29 ## float 11.21 .long 0xc2088f5c ## float -34.1399994 .long 0xc1ca147b ## float -25.2600002 .long 0x412ab852 ## float 10.6700001 .long 0xc2088f5c ## float -34.1399994 .long 0xc1cb0a3d ## float -25.3799992 .long 0x411d70a4 ## float 9.84000015 .long 0xc208147b ## float -34.0200005 .long 0xc1cd70a4 ## float -25.6800003 .long 0x4116b852 ## float 9.42000007 .long 0xc208147b ## float -34.0200005 .long 0xc1ccf5c3 ## float -25.6200008 .long 0x410e147b ## float 8.88000011 .long 0xc207d70a ## float -33.9599991 .long 0xc1cf5c29 ## float -25.9200001 .long 0x410d1eb8 ## float 8.81999969 .long 0xc207d70a ## float -33.9599991 .long 0xc1d0b852 ## float -26.0900002 .long 0x410570a4 ## float 8.34000015 .long 0xc207d70a ## float -33.9599991 .long 0xc1d1c28f ## float -26.2199993 .long 0x40fd1eb8 ## float 7.90999985 .long 0xc207d70a ## float -33.9599991 .long 0xc1d4147b ## float -26.5100002 .long 0x40f00000 ## float 7.5 .long 0xc207d70a ## float -33.9599991 .long 0xc1d3ae14 ## float -26.4599991 .long 0x40ea3d71 ## float 7.32000017 .long 0xc206d70a ## float -33.7099991 .long 0xc1d5999a ## float -26.7000008 .long 0x40e47ae1 ## float 7.13999987 .long 0xc206a3d7 ## float -33.6599998 .long 0xc1d3ae14 ## float -26.4599991 .long 0x40d147ae ## float 6.53999996 .long 0xc205eb85 ## float -33.4799995 .long 0xc1d33333 ## float -26.3999996 .long 0x40c5c28f ## float 6.17999983 .long 0xc205eb85 ## float -33.4799995 .long 0xc1d3ae14 ## float -26.4599991 .long 0x40b28f5c ## float 5.57999992 .long 0xc204eb85 ## float -33.2299995 .long 0xc1d5999a ## float -26.7000008 .long 0x40a147ae ## float 5.03999996 .long 0xc204b852 ## float -33.1800003 .long 0xc1d4a3d7 ## float -26.5799999 .long 0x40900000 ## float 4.5 .long 0xc2047ae1 ## float -33.1199989 .long 0xc1d147ae ## float -26.1599998 .long 0x4071eb85 ## float 3.77999997 .long 0xc2047ae1 ## float -33.1199989 .long 0xc1d23d71 ## float -26.2800007 .long 0x404f5c29 ## float 3.24000001 .long 0xc204b852 ## float -33.1800003 .long 0xc1d051ec ## float -26.0400009 .long 0x403851ec ## float 2.88000011 .long 0xc2047ae1 ## float -33.1199989 .long 0xc1d2b852 ## float -26.3400002 .long 0x4028f5c3 ## float 2.6400001 .long 0xc2043333 ## float -33.0499992 .long 0xc1d147ae ## float -26.1599998 .long 0x400e147b ## float 2.22000003 .long 0xc2047ae1 ## float -33.1199989 .long 0xc1d0b852 ## float -26.0900002 .long 0x3fcf5c29 ## float 1.62 .long 0xc204eb85 ## float -33.2299995 .long 0xc1d0b852 ## float -26.0900002 .long 0x3f666666 ## float 0.899999976 .long 0xc20570a4 ## float -33.3600006 .long 0xc1d147ae ## float -26.1599998 .long 0x3ef5c28f ## float 0.479999989 .long 0xc205eb85 ## float -33.4799995 .long 0xc1d147ae ## float -26.1599998 .long 0x00000000 ## float 0 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1d147ae ## float -26.1599998 .long 0xbe947ae1 ## float -0.289999992 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1d0b852 ## float -26.0900002 .long 0xbf3851ec ## float -0.720000029 .long 0xc2071eb8 ## float -33.7799988 .long 0xc1cecccd ## float -25.8500004 .long 0xbfa8f5c3 ## float -1.32000005 .long 0xc2075c29 ## float -33.8400002 .long 0xc1cecccd ## float -25.8500004 .long 0xbfee147b ## float -1.86000001 .long 0xc207d70a ## float -33.9599991 .long 0xc1cd70a4 ## float -25.6800003 .long 0xc009999a ## float -2.1500001 .long 0xc208147b ## float -34.0200005 .long 0xc1cd70a4 ## float -25.6800003 .long 0xc0570a3d ## float -3.3599999 .long 0xc2078f5c ## float -33.8899994 .long 0xc1cc7ae1 ## float -25.5599995 .long 0xc06a3d71 ## float -3.66000009 .long 0xc2075c29 ## float -33.8400002 .long 0xc1ccf5c3 ## float -25.6200008 .long 0xc07ccccd ## float -3.95000005 .long 0xc20847ae ## float -34.0699997 .long 0xc1ca147b ## float -25.2600002 .long 0xc09b3333 ## float -4.8499999 .long 0xc20847ae ## float -34.0699997 .long 0xc1c91eb8 ## float -25.1399994 .long 0xc0b28f5c ## float -5.57999992 .long 0xc2078f5c ## float -33.8899994 .long 0xc1c8147b ## float -25.0100002 .long 0xc0be147b ## float -5.94000006 .long 0xc20847ae ## float -34.0699997 .long 0xc1c7ae14 ## float -24.9599991 .long 0xc0d51eb8 ## float -6.65999985 .long 0xc20847ae ## float -34.0699997 .long 0xc1c6b852 ## float -24.8400002 .long 0xc0e47ae1 ## float -7.13999987 .long 0xc20947ae ## float -34.3199997 .long 0xc1c451ec ## float -24.5400009 .long 0xc0f7ae14 ## float -7.73999977 .long 0xc20a0000 ## float -34.5 .long 0xc1c170a4 ## float -24.1800003 .long 0xc1075c29 ## float -8.46000003 .long 0xc20a0000 ## float -34.5 .long 0xc1bca3d7 ## float -23.5799999 .long 0xc113d70a ## float -9.23999977 .long 0xc20947ae ## float -34.3199997 .long 0xc1bab852 ## float -23.3400002 .long 0xc11d70a4 ## float -9.84000015 .long 0xc2088f5c ## float -34.1399994 .long 0xc1b75c29 ## float -22.9200001 .long 0xc1270a3d ## float -10.4399996 .long 0xc20847ae ## float -34.0699997 .long 0xc1b30a3d ## float -22.3799992 .long 0xc140f5c3 ## float -12.0600004 .long 0xc207d70a ## float -33.9599991 .long 0xc1afae14 ## float -21.9599991 .long 0xc14c7ae1 ## float -12.7799997 .long 0xc206a3d7 ## float -33.6599998 .long 0xc1aacccd ## float -21.3500004 .long 0xc1580000 ## float -13.5 .long 0xc20570a4 ## float -33.3600006 .long 0xc1a87ae1 ## float -21.0599995 .long 0xc161999a ## float -14.1000004 .long 0xc2043333 ## float -33.0499992 .long 0xc1a51eb8 ## float -20.6399994 .long 0xc16c0000 ## float -14.75 .long 0xc20347ae ## float -32.8199997 .long 0xc1a428f6 ## float -20.5200005 .long 0xc172b852 ## float -15.1700001 .long 0xc203b852 ## float -32.9300003 .long 0xc1a147ae ## float -20.1599998 .long 0xc175c28f ## float -15.3599997 .long 0xc2047ae1 ## float -33.1199989 .long 0xc19d70a4 ## float -19.6800003 .long 0xc17a8f5c ## float -15.6599998 .long 0xc2043333 ## float -33.0499992 .long 0xc19af5c3 ## float -19.3700008 .long 0xc183851f ## float -16.4400005 .long 0xc2043333 ## float -33.0499992 .long 0xc19828f6 ## float -19.0200005 .long 0xc18651ec ## float -16.7900009 .long 0xc2053333 ## float -33.2999992 .long 0xc1943d71 ## float -18.5300007 .long 0xc1883d71 ## float -17.0300007 .long 0xc2043333 ## float -33.0499992 .long 0xc191eb85 ## float -18.2399998 .long 0xc18ab852 ## float -17.3400002 .long 0xc2053333 ## float -33.2999992 .long 0xc191eb85 ## float -18.2399998 .long 0xc18e147b ## float -17.7600002 .long 0xc2053333 ## float -33.2999992 .long 0xc1907ae1 ## float -18.0599995 .long 0xc18f851f ## float -17.9400005 .long 0xc204eb85 ## float -33.2299995 .long 0xc18e8f5c ## float -17.8199997 .long 0xc191eb85 ## float -18.2399998 .long 0xc2043333 ## float -33.0499992 .long 0xc18d1eb8 ## float -17.6399994 .long 0xc19547ae ## float -18.6599998 .long 0xc2043333 ## float -33.0499992 .long 0xc18ab852 ## float -17.3400002 .long 0xc197999a ## float -18.9500008 .long 0xc2047ae1 ## float -33.1199989 .long 0xc189ae14 ## float -17.2099991 .long 0xc198a3d7 ## float -19.0799999 .long 0xc204eb85 ## float -33.2299995 .long 0xc187d70a ## float -16.9799995 .long 0xc19c0000 ## float -19.5 .long 0xc20570a4 ## float -33.3600006 .long 0xc18570a4 ## float -16.6800003 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20570a4 ## float -33.3600006 .long 0xc182147b ## float -16.2600002 .long 0xc19c0000 ## float -19.5 .long 0xc20628f6 ## float -33.5400009 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19deb85 ## float -19.7399998 .long 0xc20628f6 ## float -33.5400009 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19d70a4 ## float -19.6800003 .long 0xc206d70a ## float -33.7099991 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc206a3d7 ## float -33.6599998 .long 0xc178a3d7 ## float -15.54 .long 0xc19d70a4 ## float -19.6800003 .long 0xc206d70a ## float -33.7099991 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19d70a4 ## float -19.6800003 .long 0xc206d70a ## float -33.7099991 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19b70a4 ## float -19.4300003 .long 0xc2075c29 ## float -33.8400002 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19b70a4 ## float -19.4300003 .long 0xc206d70a ## float -33.7099991 .long 0xc17b5c29 ## float -15.71 .long 0xc19c0000 ## float -19.5 .long 0xc2065c29 ## float -33.5900002 .long 0xc17f5c29 ## float -15.96 .long 0xc19d70a4 ## float -19.6800003 .long 0xc2053333 ## float -33.2999992 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19deb85 ## float -19.7399998 .long 0xc20570a4 ## float -33.3600006 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19e51ec ## float -19.7900009 .long 0xc20628f6 ## float -33.5400009 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc205a3d7 ## float -33.4099998 .long 0xc178a3d7 ## float -15.54 .long 0xc19deb85 ## float -19.7399998 .long 0xc2053333 ## float -33.2999992 .long 0xc175c28f ## float -15.3599997 .long 0xc19d70a4 ## float -19.6800003 .long 0xc20570a4 ## float -33.3600006 .long 0xc176b852 ## float -15.4200001 .long 0xc19d70a4 ## float -19.6800003 .long 0xc204eb85 ## float -33.2299995 .long 0xc173d70a ## float -15.2399998 .long 0xc19deb85 ## float -19.7399998 .long 0xc20570a4 ## float -33.3600006 .long 0xc173d70a ## float -15.2399998 .long 0xc19e51ec ## float -19.7900009 .long 0xc2065c29 ## float -33.5900002 .long 0xc172b852 ## float -15.1700001 .long 0xc1a03d71 ## float -20.0300007 .long 0xc205a3d7 ## float -33.4099998 .long 0xc170f5c3 ## float -15.0600004 .long 0xc1a0cccd ## float -20.1000004 .long 0xc20628f6 ## float -33.5400009 .long 0xc173d70a ## float -15.2399998 .long 0xc1a03d71 ## float -20.0300007 .long 0xc206a3d7 ## float -33.6599998 .long 0xc176b852 ## float -15.4200001 .long 0xc1a0cccd ## float -20.1000004 .long 0xc205a3d7 ## float -33.4099998 .long 0xc17a8f5c ## float -15.6599998 .long 0xc1a0cccd ## float -20.1000004 .long 0xc205a3d7 ## float -33.4099998 .long 0xc17a8f5c ## float -15.6599998 .long 0xc1a33333 ## float -20.3999996 .long 0xc205a3d7 ## float -33.4099998 .long 0xc17a8f5c ## float -15.6599998 .long 0xc1a2b852 ## float -20.3400002 .long 0xc205a3d7 ## float -33.4099998 .long 0xc178a3d7 ## float -15.54 .long 0xc19fd70a ## float -19.9799995 .long 0xc2075c29 ## float -33.8400002 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19d70a4 ## float -19.6800003 .long 0xc207d70a ## float -33.9599991 .long 0xc17f5c29 ## float -15.96 .long 0xc19b70a4 ## float -19.4300003 .long 0xc2078f5c ## float -33.8899994 .long 0xc17b5c29 ## float -15.71 .long 0xc1991eb8 ## float -19.1399994 .long 0xc207d70a ## float -33.9599991 .long 0xc178a3d7 ## float -15.54 .long 0xc197999a ## float -18.9500008 .long 0xc2088f5c ## float -34.1399994 .long 0xc17a8f5c ## float -15.6599998 .long 0xc199851f ## float -19.1900005 .long 0xc2078f5c ## float -33.8899994 .long 0xc178a3d7 ## float -15.54 .long 0xc1973333 ## float -18.8999996 .long 0xc208cccd ## float -34.2000008 .long 0xc177ae14 ## float -15.4799995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2090000 ## float -34.25 .long 0xc177ae14 ## float -15.4799995 .long 0xc19b70a4 ## float -19.4300003 .long 0xc2078f5c ## float -33.8899994 .long 0xc172b852 ## float -15.1700001 .long 0xc19c0000 ## float -19.5 .long 0xc2075c29 ## float -33.8400002 .long 0xc16f0a3d ## float -14.9399996 .long 0xc19e51ec ## float -19.7900009 .long 0xc206a3d7 ## float -33.6599998 .long 0xc16d1eb8 ## float -14.8199997 .long 0xc1a33333 ## float -20.3999996 .long 0xc205a3d7 ## float -33.4099998 .long 0xc16f0a3d ## float -14.9399996 .long 0xc1a4a3d7 ## float -20.5799999 .long 0xc205a3d7 ## float -33.4099998 .long 0xc16a3d71 ## float -14.6400003 .long 0xc1a3999a ## float -20.4500008 .long 0xc2065c29 ## float -33.5900002 .long 0xc1675c29 ## float -14.46 .long 0xc1a33333 ## float -20.3999996 .long 0xc205a3d7 ## float -33.4099998 .long 0xc16a3d71 ## float -14.6400003 .long 0xc1a147ae ## float -20.1599998 .long 0xc205a3d7 ## float -33.4099998 .long 0xc16c0000 ## float -14.75 .long 0xc1a228f6 ## float -20.2700005 .long 0xc2053333 ## float -33.2999992 .long 0xc16f0a3d ## float -14.9399996 .long 0xc1a33333 ## float -20.3999996 .long 0xc20570a4 ## float -33.3600006 .long 0xc172b852 ## float -15.1700001 .long 0xc1a228f6 ## float -20.2700005 .long 0xc2065c29 ## float -33.5900002 .long 0xc176b852 ## float -15.4200001 .long 0xc19ecccd ## float -19.8500004 .long 0xc20628f6 ## float -33.5400009 .long 0xc172b852 ## float -15.1700001 .long 0xc19e51ec ## float -19.7900009 .long 0xc2065c29 ## float -33.5900002 .long 0xc172b852 ## float -15.1700001 .long 0xc19e51ec ## float -19.7900009 .long 0xc2065c29 ## float -33.5900002 .long 0xc177ae14 ## float -15.4799995 .long 0xc19fd70a ## float -19.9799995 .long 0xc205a3d7 ## float -33.4099998 .long 0xc176b852 ## float -15.4200001 .long 0xc19ecccd ## float -19.8500004 .long 0xc2053333 ## float -33.2999992 .long 0xc175c28f ## float -15.3599997 .long 0xc19ecccd ## float -19.8500004 .long 0xc20628f6 ## float -33.5400009 .long 0xc173d70a ## float -15.2399998 .long 0xc19ecccd ## float -19.8500004 .long 0xc2053333 ## float -33.2999992 .long 0xc171eb85 ## float -15.1199999 .long 0xc19ecccd ## float -19.8500004 .long 0xc20570a4 ## float -33.3600006 .long 0xc173d70a ## float -15.2399998 .long 0xc19ecccd ## float -19.8500004 .long 0xc205a3d7 ## float -33.4099998 .long 0xc176b852 ## float -15.4200001 .long 0xc19ecccd ## float -19.8500004 .long 0xc2065c29 ## float -33.5900002 .long 0xc176b852 ## float -15.4200001 .long 0xc19deb85 ## float -19.7399998 .long 0xc2065c29 ## float -33.5900002 .long 0xc176b852 ## float -15.4200001 .long 0xc19deb85 ## float -19.7399998 .long 0xc20628f6 ## float -33.5400009 .long 0xc176b852 ## float -15.4200001 .long 0xc19fd70a ## float -19.9799995 .long 0xc20570a4 ## float -33.3600006 .long 0xc175c28f ## float -15.3599997 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc204eb85 ## float -33.2299995 .long 0xc177ae14 ## float -15.4799995 .long 0xc19c0000 ## float -19.5 .long 0xc2040000 ## float -33 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19c0000 ## float -19.5 .long 0xc2030000 ## float -32.75 .long 0xc178a3d7 ## float -15.54 .long 0xc19e51ec ## float -19.7900009 .long 0xc2028f5c ## float -32.6399994 .long 0xc178a3d7 ## float -15.54 .long 0xc19deb85 ## float -19.7399998 .long 0xc2015c29 ## float -32.3400002 .long 0xc17d47ae ## float -15.8299999 .long 0xc19ecccd ## float -19.8500004 .long 0xc200d70a ## float -32.2099991 .long 0xc17f5c29 ## float -15.96 .long 0xc1a03d71 ## float -20.0300007 .long 0xc201d70a ## float -32.4599991 .long 0xc18028f6 ## float -16.0200005 .long 0xc1a03d71 ## float -20.0300007 .long 0xc201d70a ## float -32.4599991 .long 0xc180a3d7 ## float -16.0799999 .long 0xc1a3999a ## float -20.4500008 .long 0xc2028f5c ## float -32.6399994 .long 0xc180a3d7 ## float -16.0799999 .long 0xc1a33333 ## float -20.3999996 .long 0xc2030000 ## float -32.75 .long 0xc180a3d7 ## float -16.0799999 .long 0xc1a228f6 ## float -20.2700005 .long 0xc202cccd ## float -32.7000008 .long 0xc17d47ae ## float -15.8299999 .long 0xc1a0cccd ## float -20.1000004 .long 0xc2030000 ## float -32.75 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19ecccd ## float -19.8500004 .long 0xc2047ae1 ## float -33.1199989 .long 0xc17b5c29 ## float -15.71 .long 0xc19ecccd ## float -19.8500004 .long 0xc204eb85 ## float -33.2299995 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19deb85 ## float -19.7399998 .long 0xc20570a4 ## float -33.3600006 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19deb85 ## float -19.7399998 .long 0xc206a3d7 ## float -33.6599998 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19c0000 ## float -19.5 .long 0xc20628f6 ## float -33.5400009 .long 0xc17b5c29 ## float -15.71 .long 0xc19d70a4 ## float -19.6800003 .long 0xc2065c29 ## float -33.5900002 .long 0xc17a8f5c ## float -15.6599998 .long 0xc19e51ec ## float -19.7900009 .long 0xc206a3d7 ## float -33.6599998 .long 0xc17d47ae ## float -15.8299999 .long 0xc19d70a4 ## float -19.6800003 .long 0xc206d70a ## float -33.7099991 .long 0xc18028f6 ## float -16.0200005 .long 0xc19e51ec ## float -19.7900009 .long 0xc205a3d7 ## float -33.4099998 .long 0xc18028f6 ## float -16.0200005 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc2053333 ## float -33.2999992 .long 0xc17d47ae ## float -15.8299999 .long 0xc19af5c3 ## float -19.3700008 .long 0xc2040000 ## float -33 .long 0xc17c7ae1 ## float -15.7799997 .long 0xc19a147b ## float -19.2600002 .long 0xc2047ae1 ## float -33.1199989 .long 0xc17d47ae ## float -15.8299999 .long 0xc19a147b ## float -19.2600002 .long 0xc205a3d7 ## float -33.4099998 .long 0xc18028f6 ## float -16.0200005 .long 0xc199851f ## float -19.1900005 .long 0xc20628f6 ## float -33.5400009 .long 0xc18028f6 ## float -16.0200005 .long 0xc198a3d7 ## float -19.0799999 .long 0xc206d70a ## float -33.7099991 .long 0xc18028f6 ## float -16.0200005 .long 0xc19b70a4 ## float -19.4300003 .long 0xc2065c29 ## float -33.5900002 .long 0xc180a3d7 ## float -16.0799999 .long 0xc19af5c3 ## float -19.3700008 .long 0xc206d70a ## float -33.7099991 .long 0xc1811eb8 ## float -16.1399994 .long 0xc19c0000 ## float -19.5 .long 0xc206a3d7 ## float -33.6599998 .long 0xc182f5c3 ## float -16.3700008 .long 0xc19deb85 ## float -19.7399998 .long 0xc206a3d7 ## float -33.6599998 .long 0xc184e148 ## float -16.6100006 .long 0xc19c7ae1 ## float -19.5599995 .long 0xc205a3d7 ## float -33.4099998 .long 0xc185eb85 ## float -16.7399998 .long 0xc19af5c3 ## float -19.3700008 .long 0xc205a3d7 ## float -33.4099998 .long 0xc183851f ## float -16.4400005 .long 0xc198a3d7 ## float -19.0799999 .long 0xc20628f6 ## float -33.5400009 .long 0xc184e148 ## float -16.6100006 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2053333 ## float -33.2999992 .long 0xc184e148 ## float -16.6100006 .long 0xc196b852 ## float -18.8400002 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1847ae1 ## float -16.5599995 .long 0xc19628f6 ## float -18.7700005 .long 0xc204eb85 ## float -33.2299995 .long 0xc18570a4 ## float -16.6800003 .long 0xc1943d71 ## float -18.5300007 .long 0xc205a3d7 ## float -33.4099998 .long 0xc185eb85 ## float -16.7399998 .long 0xc19251ec ## float -18.2900009 .long 0xc206a3d7 ## float -33.6599998 .long 0xc184e148 ## float -16.6100006 .long 0xc19547ae ## float -18.6599998 .long 0xc2065c29 ## float -33.5900002 .long 0xc1828f5c ## float -16.3199997 .long 0xc196b852 ## float -18.8400002 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1828f5c ## float -16.3199997 .long 0xc198a3d7 ## float -19.0799999 .long 0xc204eb85 ## float -33.2299995 .long 0xc182f5c3 ## float -16.3700008 .long 0xc1973333 ## float -18.8999996 .long 0xc2053333 ## float -33.2999992 .long 0xc182f5c3 ## float -16.3700008 .long 0xc19628f6 ## float -18.7700005 .long 0xc20628f6 ## float -33.5400009 .long 0xc182f5c3 ## float -16.3700008 .long 0xc196b852 ## float -18.8400002 .long 0xc2065c29 ## float -33.5900002 .long 0xc182147b ## float -16.2600002 .long 0xc1973333 ## float -18.8999996 .long 0xc20628f6 ## float -33.5400009 .long 0xc1828f5c ## float -16.3199997 .long 0xc197999a ## float -18.9500008 .long 0xc2053333 ## float -33.2999992 .long 0xc1828f5c ## float -16.3199997 .long 0xc19628f6 ## float -18.7700005 .long 0xc205a3d7 ## float -33.4099998 .long 0xc182f5c3 ## float -16.3700008 .long 0xc194cccd ## float -18.6000004 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1847ae1 ## float -16.5599995 .long 0xc194cccd ## float -18.6000004 .long 0xc2065c29 ## float -33.5900002 .long 0xc184e148 ## float -16.6100006 .long 0xc194cccd ## float -18.6000004 .long 0xc206a3d7 ## float -33.6599998 .long 0xc185eb85 ## float -16.7399998 .long 0xc196b852 ## float -18.8400002 .long 0xc20570a4 ## float -33.3600006 .long 0xc1875c29 ## float -16.9200001 .long 0xc196b852 ## float -18.8400002 .long 0xc20570a4 ## float -33.3600006 .long 0xc187d70a ## float -16.9799995 .long 0xc196b852 ## float -18.8400002 .long 0xc20628f6 ## float -33.5400009 .long 0xc187d70a ## float -16.9799995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc206a3d7 ## float -33.6599998 .long 0xc1875c29 ## float -16.9200001 .long 0xc199851f ## float -19.1900005 .long 0xc206a3d7 ## float -33.6599998 .long 0xc18947ae ## float -17.1599998 .long 0xc19af5c3 ## float -19.3700008 .long 0xc206d70a ## float -33.7099991 .long 0xc189ae14 ## float -17.2099991 .long 0xc199851f ## float -19.1900005 .long 0xc2075c29 ## float -33.8400002 .long 0xc187d70a ## float -16.9799995 .long 0xc19b70a4 ## float -19.4300003 .long 0xc205a3d7 ## float -33.4099998 .long 0xc1875c29 ## float -16.9200001 .long 0xc19af5c3 ## float -19.3700008 .long 0xc2065c29 ## float -33.5900002 .long 0xc185eb85 ## float -16.7399998 .long 0xc19b70a4 ## float -19.4300003 .long 0xc206d70a ## float -33.7099991 .long 0xc1875c29 ## float -16.9200001 .long 0xc19b70a4 ## float -19.4300003 .long 0xc206a3d7 ## float -33.6599998 .long 0xc185eb85 ## float -16.7399998 .long 0xc1991eb8 ## float -19.1399994 .long 0xc206d70a ## float -33.7099991 .long 0xc1875c29 ## float -16.9200001 .long 0xc19628f6 ## float -18.7700005 .long 0xc2075c29 ## float -33.8400002 .long 0xc18570a4 ## float -16.6800003 .long 0xc19547ae ## float -18.6599998 .long 0xc2075c29 ## float -33.8400002 .long 0xc183851f ## float -16.4400005 .long 0xc196b852 ## float -18.8400002 .long 0xc206a3d7 ## float -33.6599998 .long 0xc184e148 ## float -16.6100006 .long 0xc194cccd ## float -18.6000004 .long 0xc207d70a ## float -33.9599991 .long 0xc18570a4 ## float -16.6800003 .long 0xc192cccd ## float -18.3500004 .long 0xc2078f5c ## float -33.8899994 .long 0xc18570a4 ## float -16.6800003 .long 0xc1943d71 ## float -18.5300007 .long 0xc2078f5c ## float -33.8899994 .long 0xc184e148 ## float -16.6100006 .long 0xc194cccd ## float -18.6000004 .long 0xc2078f5c ## float -33.8899994 .long 0xc184e148 ## float -16.6100006 .long 0xc1943d71 ## float -18.5300007 .long 0xc2075c29 ## float -33.8400002 .long 0xc18570a4 ## float -16.6800003 .long 0xc196b852 ## float -18.8400002 .long 0xc2065c29 ## float -33.5900002 .long 0xc1875c29 ## float -16.9200001 .long 0xc194cccd ## float -18.6000004 .long 0xc206d70a ## float -33.7099991 .long 0xc187d70a ## float -16.9799995 .long 0xc196b852 ## float -18.8400002 .long 0xc206d70a ## float -33.7099991 .long 0xc1875c29 ## float -16.9200001 .long 0xc197999a ## float -18.9500008 .long 0xc2065c29 ## float -33.5900002 .long 0xc1875c29 ## float -16.9200001 .long 0xc198a3d7 ## float -19.0799999 .long 0xc206a3d7 ## float -33.6599998 .long 0xc185eb85 ## float -16.7399998 .long 0xc19547ae ## float -18.6599998 .long 0xc206d70a ## float -33.7099991 .long 0xc186cccd ## float -16.8500004 .long 0xc194cccd ## float -18.6000004 .long 0xc206d70a ## float -33.7099991 .long 0xc1875c29 ## float -16.9200001 .long 0xc196b852 ## float -18.8400002 .long 0xc206a3d7 ## float -33.6599998 .long 0xc186cccd ## float -16.8500004 .long 0xc196b852 ## float -18.8400002 .long 0xc2075c29 ## float -33.8400002 .long 0xc185eb85 ## float -16.7399998 .long 0xc199851f ## float -19.1900005 .long 0xc2065c29 ## float -33.5900002 .long 0xc186cccd ## float -16.8500004 .long 0xc1991eb8 ## float -19.1399994 .long 0xc2065c29 ## float -33.5900002 .long 0xc1847ae1 ## float -16.5599995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2075c29 ## float -33.8400002 .long 0xc182147b ## float -16.2600002 .long 0xc1991eb8 ## float -19.1399994 .long 0xc206d70a ## float -33.7099991 .long 0xc182f5c3 ## float -16.3700008 .long 0xc19a147b ## float -19.2600002 .long 0xc205a3d7 ## float -33.4099998 .long 0xc180a3d7 ## float -16.0799999 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20628f6 ## float -33.5400009 .long 0xc180a3d7 ## float -16.0799999 .long 0xc19b70a4 ## float -19.4300003 .long 0xc20570a4 ## float -33.3600006 .long 0xc17f5c29 ## float -15.96 .long 0xc19b70a4 ## float -19.4300003 .long 0xc204eb85 ## float -33.2299995 .long 0xc17d47ae ## float -15.8299999 .long 0xc19af5c3 ## float -19.3700008 .long 0xc20570a4 ## float -33.3600006 .long 0xc17f5c29 ## float -15.96 .long 0xc1991eb8 ## float -19.1399994 .long 0xc205a3d7 ## float -33.4099998 .long 0xc18028f6 ## float -16.0200005 .long 0xc198a3d7 ## float -19.0799999 .long 0xc204eb85 ## float -33.2299995 .long 0xc182f5c3 ## float -16.3700008 .long 0xc199851f ## float -19.1900005 .long 0xc2047ae1 ## float -33.1199989 .long 0xc182f5c3 ## float -16.3700008 .long 0xc199851f ## float -19.1900005 .long 0xc205a3d7 ## float -33.4099998 .long 0xc183851f ## float -16.4400005 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2053333 ## float -33.2999992 .long 0xc183851f ## float -16.4400005 .long 0xc1973333 ## float -18.8999996 .long 0xc205a3d7 ## float -33.4099998 .long 0xc18570a4 ## float -16.6800003 .long 0xc19547ae ## float -18.6599998 .long 0xc206a3d7 ## float -33.6599998 .long 0xc184e148 ## float -16.6100006 .long 0xc19628f6 ## float -18.7700005 .long 0xc2065c29 ## float -33.5900002 .long 0xc184e148 ## float -16.6100006 .long 0xc194cccd ## float -18.6000004 .long 0xc20628f6 ## float -33.5400009 .long 0xc1875c29 ## float -16.9200001 .long 0xc196b852 ## float -18.8400002 .long 0xc206d70a ## float -33.7099991 .long 0xc183851f ## float -16.4400005 .long 0xc19547ae ## float -18.6599998 .long 0xc2075c29 ## float -33.8400002 .long 0xc183851f ## float -16.4400005 .long 0xc196b852 ## float -18.8400002 .long 0xc2065c29 ## float -33.5900002 .long 0xc18570a4 ## float -16.6800003 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2075c29 ## float -33.8400002 .long 0xc1847ae1 ## float -16.5599995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2078f5c ## float -33.8899994 .long 0xc182f5c3 ## float -16.3700008 .long 0xc199851f ## float -19.1900005 .long 0xc207d70a ## float -33.9599991 .long 0xc1847ae1 ## float -16.5599995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2078f5c ## float -33.8899994 .long 0xc183851f ## float -16.4400005 .long 0xc199851f ## float -19.1900005 .long 0xc2078f5c ## float -33.8899994 .long 0xc183851f ## float -16.4400005 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2075c29 ## float -33.8400002 .long 0xc186cccd ## float -16.8500004 .long 0xc198a3d7 ## float -19.0799999 .long 0xc207d70a ## float -33.9599991 .long 0xc185eb85 ## float -16.7399998 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2088f5c ## float -34.1399994 .long 0xc18570a4 ## float -16.6800003 .long 0xc196b852 ## float -18.8400002 .long 0xc2075c29 ## float -33.8400002 .long 0xc18570a4 ## float -16.6800003 .long 0xc197999a ## float -18.9500008 .long 0xc206a3d7 ## float -33.6599998 .long 0xc186cccd ## float -16.8500004 .long 0xc1973333 ## float -18.8999996 .long 0xc20628f6 ## float -33.5400009 .long 0xc186cccd ## float -16.8500004 .long 0xc1991eb8 ## float -19.1399994 .long 0xc2065c29 ## float -33.5900002 .long 0xc185eb85 ## float -16.7399998 .long 0xc198a3d7 ## float -19.0799999 .long 0xc206d70a ## float -33.7099991 .long 0xc18570a4 ## float -16.6800003 .long 0xc198a3d7 ## float -19.0799999 .long 0xc206d70a ## float -33.7099991 .long 0xc183851f ## float -16.4400005 .long 0xc199851f ## float -19.1900005 .long 0xc20570a4 ## float -33.3600006 .long 0xc1847ae1 ## float -16.5599995 .long 0xc198a3d7 ## float -19.0799999 .long 0xc2053333 ## float -33.2999992 .subsections_via_symbols
the_stack_data/242330346.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .tbss _a$tlv$init, 4, 2 ; @a .section __DATA,__thread_vars,thread_local_variables .globl _a _a: .quad __tlv_bootstrap .quad 0 .quad _a$tlv$init .comm _wibble,4,2 ; @wibble .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .tbss _a$tlv$init, 4, 2 ## @a .section __DATA,__thread_vars,thread_local_variables .globl _a _a: .quad __tlv_bootstrap .quad 0 .quad _a$tlv$init .comm _wibble,4,2 ## @wibble .subsections_via_symbols
the_stack_data/119618.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/578472.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _val ; -- Begin function val .p2align 2 _val: ; @val .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 s0, [x29, #-4] stur x0, [x29, #-16] stur w1, [x29, #-20] movi d0, #0000000000000000 str s0, [sp, #24] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #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 ldr s0, [sp, #16] scvtf s0, s0 str s0, [sp, #20] ldr s0, [sp, #24] fcvt d0, s0 str d0, [sp] ; 8-byte Folded Spill ldur x8, [x29, #-16] ldrsw x9, [sp, #16] ldr s0, [x8, x9, lsl #2] fcvt d0, s0 str d0, [sp, #8] ; 8-byte Folded Spill ldur s0, [x29, #-4] fcvt d0, s0 ldr s1, [sp, #20] fcvt d1, s1 bl _pow ldr d2, [sp] ; 8-byte Folded Reload fmov d1, d0 ldr d0, [sp, #8] ; 8-byte Folded Reload fmadd d0, d0, d1, d2 fcvt s0, d0 str s0, [sp, #24] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_4: ldr s0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] ldur w8, [x29, #-12] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-24] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-88] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-88] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-80] ; 8-byte Folded Spill stur x8, [x29, #-32] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-36] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur w9, [x29, #-36] ; 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 ldur x8, [x29, #-80] ; 8-byte Folded Reload add sp, sp, #16 ldursw x9, [x29, #-36] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf add sp, sp, #16 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #1 stur w8, [x29, #-36] b LBB1_1 LBB1_4: ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-44] ldur w8, [x29, #-44] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-104] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-104] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-96] ; 8-byte Folded Spill stur x8, [x29, #-56] ldur w8, [x29, #-44] subs w8, w8, #1 stur w8, [x29, #-40] ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-36] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-96] ; 8-byte Folded Reload ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur s0, [x29, #-36] scvtf s0, s0 ldursw x10, [x29, #-36] ldr s1, [x9, x10, lsl #2] fmul s0, s0, s1 ldursw x9, [x29, #-40] str s0, [x8, x9, lsl #2] ldur w8, [x29, #-40] subs w8, w8, #1 stur w8, [x29, #-40] b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #1 stur w8, [x29, #-36] b LBB1_5 LBB1_8: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #60 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf add sp, sp, #16 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #72 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf add sp, sp, #16 stur wzr, [x29, #-36] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldur x0, [x29, #-80] ; 8-byte Folded Reload ldur s0, [x29, #-60] ldur w1, [x29, #-12] bl _val ldur x0, [x29, #-96] ; 8-byte Folded Reload stur s0, [x29, #-64] ldur s0, [x29, #-60] ldur w1, [x29, #-44] bl _val stur s0, [x29, #-68] ldur s0, [x29, #-60] ldur s1, [x29, #-64] ldur s2, [x29, #-68] fdiv s1, s1, s2 fsub s0, s0, s1 stur s0, [x29, #-60] b LBB1_11 LBB1_11: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_9 LBB1_12: ldur s0, [x29, #-60] fcvt d0, s0 sub sp, sp, #16 mov x8, sp str d0, [x8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf add sp, sp, #16 ldur x8, [x29, #-24] stur x8, [x29, #-112] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: bl ___stack_chk_fail LBB1_14: ldur x8, [x29, #-112] ; 8-byte Folded Reload mov sp, x8 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "enter the degree of equation : " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Enter the equation...................................." l_.str.3: ; @.str.3 .asciz "\nEnter the coefficients of x power %d : " l_.str.4: ; @.str.4 .asciz "%f" l_.str.5: ; @.str.5 .asciz "\nEnter the initial value of x : " l_.str.6: ; @.str.6 .asciz "\nEnter the number of iterations : " l_.str.7: ; @.str.7 .asciz "\nThe root of equation is %.3f" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _val ## -- Begin function val .p2align 4, 0x90 _val: ## @val .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 movss %xmm0, -4(%rbp) movq %rdi, -16(%rbp) movl %esi, -20(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -24(%rbp) movl $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cvtsi2ssl -32(%rbp), %xmm0 movss %xmm0, -28(%rbp) movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -48(%rbp) ## 8-byte Spill movq -16(%rbp), %rax movslq -32(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -40(%rbp) ## 8-byte Spill movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -28(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 callq _pow movsd -48(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movaps %xmm0, %xmm2 movsd -40(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -24(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_4: movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero 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 $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -89(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -89(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi callq _scanf movl -12(%rbp), %eax incl %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -88(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -24(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -88(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -80(%rbp) ## 8-byte Spill movq %rax, -32(%rbp) leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %eax subl $1, %eax movl %eax, -36(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -36(%rbp) jl LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -80(%rbp), %rsi ## 8-byte Reload movslq -36(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %eax addl $-1, %eax movl %eax, -36(%rbp) jmp LBB1_1 LBB1_4: movl -12(%rbp), %eax decl %eax movl %eax, -44(%rbp) movl -44(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -112(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -112(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -104(%rbp) ## 8-byte Spill movq %rax, -56(%rbp) movl -44(%rbp), %eax subl $1, %eax movl %eax, -40(%rbp) movl -12(%rbp), %eax subl $1, %eax movl %eax, -36(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 cmpl $0, -36(%rbp) jle LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -104(%rbp), %rax ## 8-byte Reload movq -80(%rbp), %rcx ## 8-byte Reload cvtsi2ssl -36(%rbp), %xmm0 movslq -36(%rbp), %rdx mulss (%rcx,%rdx,4), %xmm0 movslq -40(%rbp), %rcx movss %xmm0, (%rax,%rcx,4) movl -40(%rbp), %eax addl $-1, %eax movl %eax, -40(%rbp) ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movl -36(%rbp), %eax addl $-1, %eax movl %eax, -36(%rbp) jmp LBB1_5 LBB1_8: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -60(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -72(%rbp), %rsi movb $0, %al callq _scanf movl $0, -36(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -72(%rbp), %eax jge LBB1_12 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movq -80(%rbp), %rdi ## 8-byte Reload movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movl -12(%rbp), %esi callq _val movq -104(%rbp), %rdi ## 8-byte Reload movss %xmm0, -64(%rbp) movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movl -44(%rbp), %esi callq _val movss %xmm0, -68(%rbp) movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -64(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss -68(%rbp), %xmm1 subss %xmm1, %xmm0 movss %xmm0, -60(%rbp) ## %bb.11: ## in Loop: Header=BB1_9 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB1_9 LBB1_12: movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.7(%rip), %rdi movb $1, %al callq _printf movq -24(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_14 ## %bb.13: movq %rbp, %rsp popq %rbp retq LBB1_14: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "enter the degree of equation : " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Enter the equation...................................." L_.str.3: ## @.str.3 .asciz "\nEnter the coefficients of x power %d : " L_.str.4: ## @.str.4 .asciz "%f" L_.str.5: ## @.str.5 .asciz "\nEnter the initial value of x : " L_.str.6: ## @.str.6 .asciz "\nEnter the number of iterations : " L_.str.7: ## @.str.7 .asciz "\nThe root of equation is %.3f" .subsections_via_symbols
the_stack_data/243893811.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl ___sincosl_table ; @__sincosl_table .p2align 3 ___sincosl_table: .quad 0x3fefa5ea641c36f2 ; double 0.98900336792732291 .quad 0x38bcaaa7b873aff1 ; double 2.156636920292657E-35 .quad 0x3fc2ee285e4ab88f ; double 0.14789299587340962 .quad 0x38a9eb2b3dc17f6f ; double 9.7495044646423323E-36 .quad 0x3fef9c340a7cc428 ; double 0.98781778381647189 .quad 0x38cf854ee38d50b8 ; double 4.7427130783670591E-35 .quad 0x3fc3eb312c5d66cb ; double 0.15561499277355603 .quad 0xb8a4d78e75d7a895 ; double -7.8398956341928796E-36 .quad 0x3fef91ff40374d01 ; double 0.98657190839949759 .quad 0xb8c070112799d9fc ; double -2.4732794993698536E-35 .quad 0x3fc4e7ea4dc5f27b ; double 0.16332749173661285 .quad 0x388349a48361ee88 ; double 1.8138034430115548E-36 .quad 0x3fef874c2e1eecf6 ; double 0.98526581771821387 .quad 0x38be1db5e59d3ef1 ; double 2.2656802950581806E-35 .quad 0x3fc5e44fcfa126f3 ; double 0.17103002203139503 .quad 0x38a2a573f5eac918 ; double 7.0139587518748756E-36 .quad 0x3fef7c1afeffde24 ; double 0.98389959148966399 .quad 0x38c22be7510647a0 ; double 2.7341431894806622E-35 .quad 0x3fc6e05dc05a4d4c ; double 0.17872211353515366 .quad 0xb8804285c0969185 ; double -1.529069265172651E-36 .quad 0x3fef706bdf9ece1c ; double 0.98247331310125529 .quad 0xb8b5ec15ca779816 ; double -1.6492435889155758E-35 .quad 0x3fc7dc102fbaf2b5 ; double 0.18640329676226988 .quad 0x3882c3b4d79cb701 ; double 1.7646030480682679E-36 .quad 0x3fef643efeb82acd ; double 0.98098706960566917 .quad 0xb8844cc5ab6a5904 ; double -1.9089925941009642E-36 .quad 0x3fc8d7632efaa944 ; double 0.1940731028929098 .quad 0xb8a9b7228b30ccd0 ; double -9.6730474105199833E-36 .quad 0x3fef57948cff6797 ; double 0.97944095171554834 .quad 0x38cd6f2dfeb414b7 ; double 4.4287805659156074E-35 .quad 0x3fc9d252d0cec312 ; double 0.2017310638016388 .quad 0xb896bb02e718c5b2 ; double -4.2751343475496698E-36 .quad 0x3fef4a6cbd1e3a79 ; double 0.97783505379795976 .quad 0xb8c933e145c7adaa ; double -3.7920742290518039E-35 .quad 0x3fcaccdb297a0765 ; double 0.20937671208599365 .quad 0xb880f531b3958d5d ; double -1.5947028734432944E-36 .quad 0x3fef3cc7c3b3d16e ; double 0.97616947386863528 .quad 0xb8c31f701402e80f ; double -2.8772797424948156E-35 .quad 0x3fcbc6f84edc6199 ; double 0.21700958109501015 .quad 0x38ac8a4dd466d8ed ; double 1.0735648879421683E-35 .quad 0x3fef2ea5d753ffed ; double 0.97444431358598893 .quad 0x38c4997d87c6adc4 ; double 3.0994790595505344E-35 .quad 0x3fccc0a6588289a3 ; double 0.2246292049577053 .quad 0x3889bd8a8610d33b ; double 2.4206151084929748E-36 .quad 0x3fef20073086649f ; double 0.97265967824491272 .quad 0xb8ca09701c661346 ; double -3.9175923181931489E-35 .quad 0x3fcdb9e15fb5a5d0 ; double 0.23223511861151147 .quad 0xb89a6bde03a2b016 ; double -4.9693048336419099E-36 .quad 0x3fef10ec09c5873b ; double 0.97081567677034941 .quad 0x38c3c4ffe4ad93ad ; double 2.9745882097239384E-35 .quad 0x3fceb2a57f8ae5a3 ; double 0.23982685783066157 .quad 0x388981cd45203133 ; double 2.3986703656989629E-36 .quad 0x3fef01549f7deea1 ; double 0.96891242171064473 .quad 0xb89d6faf64906185 ; double -5.5363470611346202E-36 .quad 0x3fcfaaeed4f31577 ; double 0.24740395925452294 .quad 0xb8a39445531336e5 ; double -7.3648700110859953E-36 .quad 0x3feef141300d2f26 ; double 0.96695002923067785 .quad 0xb8cd2cb9a72a3eeb ; double -4.3897221443279244E-35 .quad 0x3fd0515cbf65155c ; double 0.25496596041587849 .quad 0x38bd47c0ba050cdb ; double 2.2028037791853471E-35 .quad 0x3feee0b1fbc0f11c ; double 0.96492861910477101 .quad 0xb8c85ed60e1d7a81 ; double -3.6668583267082079E-35 .quad 0x3fd0cd00cef36436 ; double 0.2625123997691533 .quad 0x389146a1c5410e0a ; double 3.2492367707203108E-36 .quad 0x3feecfa744d5efa1 ; double 0.9628483147093797 .quad 0x3899ffbee5b56d1b ; double 4.8898696638334345E-36 .quad 0x3fd14861aa94ddeb ; double 0.27004281671858504 .quad 0xb8bf956960b8e995 ; double -2.376088924406113E-35 .quad 0x3feebe214f76efa8 ; double 0.96070924301556193 .quad 0xb89f35fcbf8c70fc ; double -5.8701155823158395E-36 .quad 0x3fd1c37d64c6b876 ; double 0.27755675164633631 .quad 0xb87ce44d1219e714 ; double -1.3584859546899812E-36 .quad 0x3feeac2061bbaf4f ; double 0.95851153458122861 .quad 0x38c0aaa4cab33fab ; double 2.507707793716365E-35 .quad 0x3fd23e52111aaf36 ; double 0.28505374594054744 .quad 0x38bb26eccad880b1 ; double 2.0426932588590292E-35 .quad 0x3fee99a4c3a7cd83 ; double 0.95625532354317533 .quad 0x38c56005bd671529 ; double 3.21616572190866E-35 .quad 0x3fd2b8ddc43eb49f ; double 0.29253334202332754 .quad 0x38b9b9ce07dc08a1 ; double 1.9353940866870444E-35 .quad 0x3fee86aebf29a9ed ; double 0.95394074760889469 .quad 0x38c3255a96f8f747 ; double 2.8807568905247861E-35 .quad 0x3fd3331e94049f87 ; double 0.29999508337868303 .quad 0x38b1f7bded4f9e77 ; double 1.3517426553569785E-35 .quad 0x3fee733ea0193d40 ; double 0.95156794804817224 .quad 0x38a0ee2057d6ad3e ; double 6.3684262859811564E-36 .quad 0x3fd3ad129769d3d8 ; double 0.30743851458038085 .quad 0x38ac510c07ff5b68 ; double 1.0651517242320465E-35 .quad 0x3fee5f54b436e9d0 ; double 0.94913706968446299 .quad 0x386d1cd36f62b529 ; double 6.8443396599163717E-37 .quad 0x3fd426b7e69ee697 ; double 0.31486318131974528 .quad 0x38b99418859f18b3 ; double 1.9243124021243292E-35 .quad 0x3fee4af14b2a449c ; double 0.94664826088605336 .quad 0xb8ccc5850ac85c31 ; double -4.3290633966300091E-35 .quad 0x3fd4a00c9b0f3d20 ; double 0.3222686304333866 .quad 0xb8b3df6c0d431c3b ; double -1.4950589780475926E-35 .quad 0x3fee3614b680d6a5 ; double 0.94410167355700436 .quad 0x38ab991d735c558e ; double 1.0381253524012023E-35 .quad 0x3fd5190ecf68a77a ; double 0.32965440993086015 .quad 0xb8b04c19937c40b2 ; double -1.2260699678474321E-35 .quad 0x3fee20bf49acd6c1 ; double 0.94149746312788107 .quad 0x38910d450ab22b55 ; double 3.2070936660316559E-36 .quad 0x3fd591bc9fa2f597 ; double 0.33702006902225307 .quad 0xb8bd6f117d92698b ; double -2.2143575614883946E-35 .quad 0x3fee0af15a03dbce ; double 0.93883578854626548 .quad 0xb8ca808458611b98 ; double -3.9875806877397406E-35 .quad 0x3fd60a1429078775 ; double 0.3443651581456984 .quad 0xb89100c815c339d9 ; double -3.1979188500548092E-36 .quad 0x3fedf4ab3ebd875e ; double 0.93611681226705534 .quad 0x38c6a0fe7c8c4a31 ; double 3.4048159123671065E-35 .quad 0x3fd682138a38d7f7 ; double 0.35168922899481408 .quad 0x38b74ced2b5d17c1 ; double 1.7529343341827022E-35 .quad 0x3feddded50f228d6 ; double 0.93334070024254845 .quad 0xb8cf960e8d940f51 ; double -4.7525570725167982E-35 .quad 0x3fd6f9b8e33a0255 ; double 0.35899183454606504 .quad 0xb8bb7c198cb4354d ; double -2.0677238926272336E-35 .quad 0x3fedc6b7eb995912 ; double 0.93050762191231429 .quad 0x38c23f13171db04f ; double 2.7454108855173299E-35 .quad 0x3fd7710255764214 ; double 0.36627252908604757 .quad 0xb8ba27aecdf00aad ; double -1.9676843353493658E-35 .quad 0x3fedaf0b6b888e83 ; double 0.92761775019285186 .quad 0x38a42a38ded70bb2 ; double 7.5852037191634576E-36 .quad 0x3fd7e7ee03c86d4e ; double 0.37353086823869297 .quad 0xb8b3acfa800bd51f ; double -1.4802349477898656E-35 .quad 0x3fed96e82f71a9dc ; double 0.92467126146703604 .quad 0xb8cb87075cccffc8 ; double -4.1418712486003182E-35 .quad 0x3fd85e7a12826949 ; double 0.38076640899239017 .quad 0xb8bada074a8ac330 ; double -2.0200954117520864E-35 .quad 0x3fed7e4e97e17b4a ; double 0.92166833557335193 .quad 0xb8b8672cfec4a6bd ; double -1.8358799543395761E-35 .quad 0x3fd8d4a4a774992f ; double 0.38797870972702503 .quad 0x38a5517b2d2bf91c ; double 8.0190478387093509E-36 .quad 0x3fed653f073e4040 ; double 0.9186091557949183 .quad 0x38c3c78ae4291852 ; double 2.9760828277827441E-35 .quad 0x3fd94a6be9f546c5 ; double 0.39516733024093426 .quad 0x38a423afb8a6d161 ; double 7.5756003138831251E-36 .quad 0x3fed4bb9e1c619e0 ; double 0.91549390884830117 .quad 0xb8c75022dc63e3d5 ; double -3.5077551795530695E-35 .quad 0x3fd9bfce02e80510 ; double 0.4023318317777731 .quad 0xb8ba029a15fa7a43 ; double -1.9567872288284817E-35 .quad 0x3fed31bf8d8d7c06 ; double 0.91232278487211782 .quad 0x38a4eb63ed6583d3 ; double 7.8690388655637367E-36 .quad 0x3fda34c91cc50cca ; double 0.40947177705329507 .quad 0x38bdc47630d75585 ; double 2.239452414684576E-35 .quad 0x3fed1750727d94f0 ; double 0.90909597741543102 .quad 0x38b01189b3b101c3 ; double 1.2088601402844414E-35 .quad 0x3fdaa95b63a09277 ; double 0.41658673028204113 .quad 0xb8baa641ba9461ed ; double -2.0048810683199882E-35 .quad 0x3fecfc6cfa52ad9f ; double 0.90581368342593638 .quad 0xb8c7fd4051f66ace ; double -3.6095030760594118E-35 .quad 0x3fdb1d8305321617 ; double 0.42367625720393803 .quad 0x38b2ac7036a0b409 ; double 1.4048445638865448E-35 .quad 0x3fece115909a82e5 ; double 0.90247610323794147 .quad 0x38be14021074d7e7 ; double 2.2628289950134442E-35 .quad 0x3fdb913e30dbac43 ; double 0.43073992511080322 .quad 0x38b47ba446ac4c21 ; double 1.5409678000162939E-35 .quad 0x3fecc54aa2b2972e ; double 0.89908344056013845 .quad 0xb8bb7c1b8535aaff ; double -2.0677261549090437E-35 .quad 0x3fdc048b17b140a3 ; double 0.43777730287275513 .quad 0x38a998705c0706f3 ; double 9.6279436450344256E-36 .quad 0x3feca90c9fc67d0b ; double 0.89563590246317071 .quad 0x38c8d45e3e06afb1 ; double 3.735937416598669E-35 .quad 0x3fdc7767ec7fd19e ; double 0.44478796096452722 .quad 0xb8b6391c553db84e ; double -1.6718793651149367E-35 .quad 0x3fec8c5bf8ce1a84 ; double 0.89213369936699438 .quad 0xb8ad72bf571fddc0 ; double -1.1077193760256732E-35 .quad 0x3fdce9d2e3d4a51f ; double 0.45177147149168378 .quad 0xb8afbd12c81710c9 ; double -1.193872230164723E-35 .quad 0x3fec6f39208be53b ; double 0.88857704502803558 .quad 0x3895ecacf44279db ; double 4.1235427895466473E-36 .quad 0x3fdd5bca34047661 ; double 0.45872740821673658 .quad 0xb8990a32c4c8129f ; double -4.7094699419418289E-36 .quad 0x3fec51a48b8b175e ; double 0.8849661565261433 .quad 0x38ce21b3566cf5a8 ; double 4.5337057028832564E-35 .quad 0x3fddcd4c15329c9a ; double 0.46565534658516017 .quad 0xb8b4c60571e121a1 ; double -1.5628259897897187E-35 .quad 0x3fec339eb01ddd81 ; double 0.88130125425134065 .quad 0xb8b3104d5e6ee36b ; double -1.4341919231211669E-35 .quad 0x3fde3e56c1582a69 ; double 0.47255486375130445 .quad 0x38a8c2449a117841 ; double 9.3132477495776804E-36 .quad 0x3fec1528065b7d50 ; double 0.87758256189037276 .quad 0xb8c33d54d4ca62bb ; double -2.8948496018136392E-35 .quad 0x3fdeaee8744b05f0 ; double 0.47942553860420301 .quad 0xb8b2666d0ba4b035 ; double -1.3842697761671832E-35 .quad 0x3febf641081e7536 ; double 0.87381030641305446 .quad 0x38b0b5ec583b8367 ; double 1.2571686449784931E-35 .quad 0x3fdf1eff6bc4f97b ; double 0.48626695179327556 .quad 0xb8add8a8b27f17c9 ; double -1.1226939325091475E-35 .quad 0x3febd6ea310294f5 ; double 0.86998471805841737 .quad 0xb8cf1d7a03a25b87 ; double -4.6816863830057563E-35 .quad 0x3fdf8e99e76abc97 ; double 0.49307868575392305 .quad 0x38a2c82e52c39243 ; double 7.0649869311253505E-36 .quad 0x3febb723fe630f32 ; double 0.86610603032065669 .quad 0x38bf5169c64a0095 ; double 2.356105975883225E-35 .quad 0x3fdffdb628d2f57a ; double 0.49986032473301345 .quad 0x38b9df1f24e80384 ; double 1.9463605231223529E-35 .quad 0x3feb96eeef58840e ; double 0.8621744799348805 .quad 0xb8c8b1b6309a92cf ; double -3.715568183175336E-35 .quad 0x3fe0362939c69955 ; double 0.5066114548142574 .quad 0xb8c4aac5efc9e69b ; double -3.1096369982427417E-35 .quad 0x3feb764b84b704c2 ; double 0.8581903068626604 .quad 0x38bb70c65335198b ; double 2.064395746011908E-35 .quad 0x3fe06d3686946e5b ; double 0.51333166394347118 .quad 0xb8be1f4d4b6c090a ; double -2.2661479646667197E-35 .quad 0x3feb553a410c104e ; double 0.85415375427738538 .quad 0xb8b66cd1e4e8ebc2 ; double -1.6870753401309516E-35 .quad 0x3fe0a4021e9e1001 ; double 0.52002054195372704 .quad 0xb8c617bf9e8b0fc4 ; double -3.3241502133088491E-35 .quad 0x3feb33bba89c8948 ; double 0.85006506854942021 .quad 0xb8cf7c81559438ba ; double -4.7375391707878599E-35 .quad 0x3fe0da8b26b5672e ; double 0.52667768059038678 .quad 0xb8c8654e901880ab ; double -3.6706614819551523E-35 .quad 0x3feb11d04162a4c6 ; double 0.84592449923106794 .quad 0x38ba5375eb26f65d ; double 1.9805494714198987E-35 .quad 0x3fe110d0c4b69c3b ; double 0.53330267353602012 .quad 0xb8c6c6ff9f5e2d1a ; double -3.4271529131955159E-35 .quad 0x3feaef78930bd275 ; double 0.84173229904133839 .quad 0xb8cca20e2fded3bf ; double -4.3082193675041001E-35 .quad 0x3fe146d21f8b7f82 ; double 0.53989511643520438 .quad 0x38b2f448a4125151 ; double 1.4259580352162671E-35 .quad 0x3feaccb526f69de5 ; double 0.83748872385052364 .quad 0x38c220ce0eb828fd ; double 2.7276199787208451E-35 .quad 0x3fe17c8e5f2eedb0 ; double 0.54645460691920356 .quad 0xb8bc29920311148c ; double -2.1187023073016031E-35 .quad 0x3feaa98688308913 ; double 0.83319403266458136 .quad 0x38cd34af5d4fdfec ; double 4.3944005005204551E-35 .quad 0x3fe1b204acb02fdd ; double 0.55298074463052738 .quad 0x38719492cd36d42e ; double 8.2662479041734297E-37 .quad 0x3fea85ed4373e02d ; double 0.82884848760932572 .quad 0x38b304d86f8d34cb ; double 1.4308250810049658E-35 .quad 0x3fe1e7343236574c ; double 0.55947313124736686 .quad 0xb845ef5f415c8733 ; double -1.2892262052416392E-37 .quad 0x3fea61e9e72586af ; double 0.82445235391442917 .quad 0x38c93313c237f791 ; double 3.7916023922508005E-35 .quad 0x3fe21c1c1b0394cf ; double 0.56593137050790598 .quad 0x3875bc72ca78abe5 ; double 1.0220277596805397E-36 .quad 0x3fea3d7d0352bdcf ; double 0.82000589989723405 .quad 0xb8b6dd2814bb4753 ; double -1.7200881195523083E-35 .quad 0x3fe250bb93788bbb ; double 0.57235506823450721 .quad 0x38bc4175aab6ff79 ; double 2.1257227347993312E-35 .quad 0x3fea18a729aee445 ; double 0.81550939694637548 .quad 0xb8cc7c10fa871ae6 ; double -4.2858913841071296E-35 .quad 0x3fe28511c917a067 ; double 0.57874383235777038 .quad 0x38b7a8f5d1d8185d ; double 1.7799806343255129E-35 .quad 0x3fe9f368ed912f85 ; double 0.81096311950521793 .quad 0x38ad5ef7983da003 ; double 1.1048129285679444E-35 .quad 0x3fe2b91dea88421e ; double 0.58509727294046221 .quad 0xb8b7aea059e5ea91 ; double -1.7816457627805619E-35 .quad 0x3fe9cdc2e3f25e5c ; double 0.80636734505510387 .quad 0x38abb5df5c490828 ; double 1.0423508814313363E-35 .quad 0x3fe2ecdf279a3082 ; double 0.59141500220131626 .quad 0x38a576d02f7f299c ; double 8.0739023806356002E-36 .quad 0x3fe9a7b5a36a6514 ; double 0.80172235409841841 .quad 0x38a033f599789dd7 ; double 6.0948785130523305E-36 .quad 0x3fe32054b148bc4f ; double 0.59769663453870148 .quad 0xb8c0957e0559759c ; double -2.4952760894087372E-35 .quad 0x3fe98141c42e1310 ; double 0.79702843014146829 .quad 0xb871c42815d4fb1f ; double -8.3536443283181252E-37 .quad 0x3fe3537db9be0367 ; double 0.60394178655415665 .quad 0xb8c0eb6fe60a9462 ; double -2.5457899232894717E-35 .quad 0x3fe95a67e00cb1fd ; double 0.79228585967717857 .quad 0x38c07353b9fc3cc4 ; double 2.4751955822847318E-35 .quad 0x3fe386597456282b ; double 0.61015007707579139 .quad 0x38b1ca6a547cd7cf ; double 1.3384223792993897E-35 .quad 0x3fe93328926d9e92 ; double 0.78749493216760613 .quad 0xb8c12433f0df5a13 ; double -2.5791538561807066E-35 .quad 0x3fe3b8e715a2840a ; double 0.61632112718155097 .quad 0x38c32c87f7671a44 ; double 2.884975300501977E-35 .quad 0x3fe90b84784ddaf7 ; double 0.78265594002627281 .quad 0x38b682122876bfbf ; double 1.6933204567923792E-35 .quad 0x3fe3eb25d36cd53a ; double 0.62245456022234369 .quad 0x38b9849040c45ec4 ; double 1.9197478692114707E-35 .quad 0x3fe8e37c303d9ad1 ; double 0.77776917860031791 .quad 0xb8caefc13291a310 ; double -4.0529603342463284E-35 .quad 0x3fe41d14e4ba6790 ; double 0.62855000184502963 .quad 0x38b5ffecfad43f3e ; double 1.6550742118402809E-35 .quad 0x3fe8bb105a5dc900 ; double 0.7728349461524715 .quad 0x38ca4027c176a67d ; double 3.9497522934121169E-35 .quad 0x3fe44eb381cf386b ; double 0.63460708001526933 .quad 0x3897060b1985832c ; double 4.3302591693996834E-36 .quad 0x3fe89241985d871f ; double 0.76785354384285032 .quad 0x3893f198dc6b1308 ; double 3.7510003526732559E-36 .quad 0x3fe48000e431159f ; double 0.64062542504023046 .quad 0x388a37882f0980d8 ; double 2.4654274729466405E-36 .quad 0x3fe869108d77a6c6 ; double 0.76282527571057623 .quad 0x38cc0d1ada74e063 ; double 4.2206741188860153E-35 .quad 0x3fe4b0fc46aab761 ; double 0.64660466959115237 .quad 0xb8c6b6749e0b217c ; double -3.4174298181621944E-35 .quad 0x3fe83f7dde701ca0 ; double 0.75775044865521934 .quad 0xb8bbc0017eb13dcc ; double -2.0876796831122266E-35 .quad 0x3fe4e1a4e54ed51b ; double 0.652544448725766 .quad 0xb8a6e8d24a80ee7a ; double -8.6175806028437967E-36 .quad 0x3fe8158a31916d5d ; double 0.75262937241806649 .quad 0x38c8ad75e5c5f6a2 ; double 3.7130695865766321E-35 .quad 0x3fe511f9fd7b351c ; double 0.65844439991056758 .quad 0xb8ce336f840c020c ; double -4.5441294408430031E-35 .quad 0x3fe7eb362eaa1488 ; double 0.74746235956321616 .quad 0xb8a8389636f9f3cf ; double -9.1109434092622001E-36 .quad 0x3fe541facddbb724 ; double 0.66430416304294626 .quad 0x38cc5018c9da3f8c ; double 4.260048438953782E-35 .quad 0x3fe7c0827f09e54f ; double 0.74224972545850132 .quad 0xb8c92f1452d54fee ; double -3.7892527004980092E-35 .quad 0x3fe571a6966d59b3 ; double 0.67012338047316289 .quad 0xb87c523d18ef6032 ; double -1.3316585295274373E-36 .quad 0x3fe7956fcd7f6543 ; double 0.73699178825624079 .quad 0x38cf64c558a40463 ; double 4.7235893863797484E-35 .quad 0x3fe5a0fc98813a12 ; double 0.67590169702617886 .quad 0x38c25c31b73a73b8 ; double 2.762525866163649E-35 .quad 0x3fe769fec655211f ; double 0.7316888688738209 .quad 0x38b3b4e0bfb8f20e ; double 1.4825563754893168E-35 .quad 0x3fe5cffc16bf8f0d ; double 0.68163876002333412 .quad 0x38c24423b3a3e132 ; double 2.7483877593502754E-35 .quad 0x3fe73e30174efba1 ; double 0.7263412909741086 .quad 0x38c4c80911878a5f ; double 3.126835793383511E-35 .quad 0x3fe5fea4552a9e57 ; double 0.68733421930387351 .quad 0x38cfaf4d2efead36 ; double 4.7673945445541074E-35 .quad 0x3fe712046fa77678 ; double 0.72094938094569638 .quad 0x38cfd0829b985df0 ; double 4.7869128573367339E-35 .quad 0x3fe62cf49921ac79 ; double 0.69298772724631796 .quad 0x38cde9e1e0912f04 ; double 4.5008987107766357E-35 .quad 0x3fe6e57c800cf55e ; double 0.71551346788298154 .quad 0xb8c41586fe04a608 ; double -3.0219181558144534E-35 .quad 0x3fe65aec2963e755 ; double 0.69859893878968171 .quad 0x38bca3e6d838c03e ; double 2.1546522680925629E-35 .quad 0x3fe6b898fa9efb5d ; double 0.71003388356607966 .quad 0xb8cb3960c6248d0c ; double -4.0962322476369242E-35 .quad 0x3fe6888a4e134b2f ; double 0.70416751145453371 .quad 0xb8c3177707de60a7 ; double -2.8725937274039337E-35 .quad 0x3fe68b5a92eb6253 ; double 0.70451096244057465 .quad 0x38c1534668a58bac ; double 2.6068203735704265E-35 .quad 0x3fe6b5ce50b7821a ; double 0.70969310536389973 .quad 0xb8973c7d69fc9b59 ; double -4.3702601697412297E-36 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl ___sincosl_table ## @__sincosl_table .p2align 4 ___sincosl_table: .quad 0xfd2f5320e1b79021 ## x86_fp80 0.989003367927322909038 .short 0x3ffe .space 6 .quad 0xe5553dc39d7f880a ## x86_fp80 2.15663692029265697778E-35 .short 0x3f8b .space 6 .quad 0x977142f255c47436 ## x86_fp80 0.147892995873409608575 .short 0x3ffc .space 6 .quad 0xcf5959ee0bfb7a1e ## x86_fp80 9.74950446464233268277E-36 .short 0x3f8a .space 6 .quad 0xfce1a053e621438b ## x86_fp80 0.987817783816471944077 .short 0x3ffe .space 6 .quad 0xfc2a771c6a85be49 ## x86_fp80 4.74271307836705897901E-35 .short 0x3f8c .space 6 .quad 0x9f598962eb365a90 ## x86_fp80 0.155614992773556041214 .short 0x3ffc .space 6 .quad 0xa6bc73aebd44a95b ## x86_fp80 -7.83989563419287980091E-36 .short 0xbf8a .space 6 .quad 0xfc8ffa01ba680741 ## x86_fp80 0.98657190839949758873 .short 0x3ffe .space 6 .quad 0x8380893ccecfe0b7 ## x86_fp80 -2.47327949936985362469E-35 .short 0xbf8c .space 6 .quad 0xa73f526e2f93d995 ## x86_fp80 0.163327491736612850852 .short 0x3ffc .space 6 .quad 0x9a4d241b0f744152 ## x86_fp80 1.81380344301155485774E-36 .short 0x3f88 .space 6 .quad 0xfc3a6170f767ac73 ## x86_fp80 0.985265817718213816184 .short 0x3ffe .space 6 .quad 0xf0edaf2ce9f78a9d ## x86_fp80 2.2656802950581806614E-35 .short 0x3f8b .space 6 .quad 0xaf227e7d09379521 ## x86_fp80 0.171030022031395019275 .short 0x3ffc .space 6 .quad 0x952b9faf5648c324 ## x86_fp80 7.01395875187487608856E-36 .short 0x3f8a .space 6 .quad 0xfbe0d7f7fef11e71 ## x86_fp80 0.983899591489663972196 .short 0x3ffe .space 6 .quad 0x915f3a88323cfd9e ## x86_fp80 2.73414318948066207819E-35 .short 0x3f8c .space 6 .quad 0xb702ee02d26a5fff ## x86_fp80 0.178722113535153659378 .short 0x3ffc .space 6 .quad 0x82142e04b48c29d4 ## x86_fp80 -1.52906926517265103207E-36 .short 0xbf88 .space 6 .quad 0xfb835efcf670dd2d ## x86_fp80 0.982473313101255257492 .short 0x3ffe .space 6 .quad 0xaf60ae53bcc0b192 ## x86_fp80 -1.6492435889155758462E-35 .short 0xbf8b .space 6 .quad 0xbee0817dd795a8ad ## x86_fp80 0.186403296762269884548 .short 0x3ffc .space 6 .quad 0x961da6bce5b80628 ## x86_fp80 1.76460304806826780015E-36 .short 0x3f88 .space 6 .quad 0xfb21f7f5c156696b ## x86_fp80 0.980987069605669190469 .short 0x3ffe .space 6 .quad 0xa2662d5b52c81fca ## x86_fp80 -1.90899259410096419894E-36 .short 0xbf88 .space 6 .quad 0xc6bb1977d54a1dbe ## x86_fp80 0.194073102892909791155 .short 0x3ffc .space 6 .quad 0xcdb9145986667c29 ## x86_fp80 -9.67304741051998267209E-36 .short 0xbf8a .space 6 .quad 0xfabca467fb3cb8f2 ## x86_fp80 0.979440951715548360008 .short 0x3ffe .space 6 .quad 0xeb796ff5a0a5bb34 ## x86_fp80 4.42878056591560757055E-35 .short 0x3f8c .space 6 .quad 0xce9296867618919c ## x86_fp80 0.201731063801638804721 .short 0x3ffc .space 6 .quad 0xb5d81738c62d8f71 ## x86_fp80 -4.27513434754966978434E-36 .short 0xbf89 .space 6 .quad 0xfa5365e8f1d3ca28 ## x86_fp80 0.977835053797959793345 .short 0x3ffe .space 6 .quad 0xc99f0a2e3d6d53c3 ## x86_fp80 -3.79207422905180416942E-35 .short 0xbf8c .space 6 .quad 0xd666d94bd03b2667 ## x86_fp80 0.209376712085993643705 .short 0x3ffc .space 6 .quad 0x87a98d9cac6aeaa9 ## x86_fp80 -1.59470287344329449973E-36 .short 0xbf88 .space 6 .quad 0xf9e63e1d9e8b6f6f ## x86_fp80 0.976169473868635276714 .short 0x3ffe .space 6 .quad 0x98fb80a017407b88 ## x86_fp80 -2.87727974249481583052E-35 .short 0xbf8c .space 6 .quad 0xde37c276e30ccb38 ## x86_fp80 0.217009581095010156758 .short 0x3ffc .space 6 .quad 0xe4526ea336c768f7 ## x86_fp80 1.07356488794216831816E-35 .short 0x3f8a .space 6 .quad 0xf9752eba9fff6b99 ## x86_fp80 0.974444313585988980375 .short 0x3ffe .space 6 .quad 0xa4cbec3e356e1d6c ## x86_fp80 3.09947905955053419315E-35 .short 0x3f8c .space 6 .quad 0xe60532c4144d14f3 ## x86_fp80 0.224629204957705292352 .short 0x3ffc .space 6 .quad 0xcdec54308699d6ae ## x86_fp80 2.42061510849297469843E-36 .short 0x3f88 .space 6 .quad 0xf90039843324f9b9 ## x86_fp80 0.972659678244912752657 .short 0x3ffe .space 6 .quad 0xd04b80e3309a32ad ## x86_fp80 -3.91759231819314904974E-35 .short 0xbf8c .space 6 .quad 0xedcf0afdad2e7d9a ## x86_fp80 0.232235118611511462411 .short 0x3ffc .space 6 .quad 0xd35ef01d1580b36a ## x86_fp80 -4.96930483364191020077E-36 .short 0xbf89 .space 6 .quad 0xf887604e2c39dbb2 ## x86_fp80 0.970815676770349462944 .short 0x3ffe .space 6 .quad 0x9e27ff256c9d6b66 ## x86_fp80 2.97458820972393859117E-35 .short 0x3f8c .space 6 .quad 0xf5952bfc572d15e8 ## x86_fp80 0.239826857830661564438 .short 0x3ffc .space 6 .quad 0xcc0e6a2901899825 ## x86_fp80 2.39867036569896287249E-36 .short 0x3f88 .space 6 .quad 0xf80aa4fbef750ba8 ## x86_fp80 0.96891242171064478417 .short 0x3ffe .space 6 .quad 0xeb7d7b24830c2477 ## x86_fp80 -5.53634706113461989407E-36 .short 0xbf89 .space 6 .quad 0xfd5776a798abb5d4 ## x86_fp80 0.247403959254522929593 .short 0x3ffc .space 6 .quad 0x9ca22a9899b72825 ## x86_fp80 -7.36487001108599532964E-36 .short 0xbf8a .space 6 .quad 0xf78a098069792dab ## x86_fp80 0.966950029230677822022 .short 0x3ffe .space 6 .quad 0xe965cd3951f75453 ## x86_fp80 -4.38972214432792412064E-35 .short 0xbf8c .space 6 .quad 0x828ae5fb28aadcc9 ## x86_fp80 0.25496596041587846749 .short 0x3ffd .space 6 .quad 0xea3e05d02866da94 ## x86_fp80 2.20280377918534721012E-35 .short 0x3f8b .space 6 .quad 0xf7058fde0788dfc8 ## x86_fp80 0.964928619104771009579 .short 0x3ffe .space 6 .quad 0xc2f6b070ebd405d3 ## x86_fp80 -3.66685832670820774991E-35 .short 0xbf8c .space 6 .quad 0x866806779b21acc1 ## x86_fp80 0.262512399769153281461 .short 0x3ffd .space 6 .quad 0x8a350e2a08704eb7 ## x86_fp80 3.24923677072031064675E-36 .short 0x3f89 .space 6 .quad 0xf67d3a26af7d07aa ## x86_fp80 0.962848314709379699883 .short 0x3ffe .space 6 .quad 0xcffdf72dab68d806 ## x86_fp80 4.88986966383343450792E-36 .short 0x3f89 .space 6 .quad 0x8a430d54a6ef5641 ## x86_fp80 0.27004281671858503154 .short 0x3ffd .space 6 .quad 0xfcab4b05c74caa3c ## x86_fp80 -2.37608892440611310326E-35 .short 0xbf8b .space 6 .quad 0xf5f10a7bb77d3dfa ## x86_fp80 0.960709243015561903064 .short 0x3ffe .space 6 .quad 0xf9afe5fc6387e0fb ## x86_fp80 -5.87011558231583960727E-36 .short 0xbf89 .space 6 .quad 0x8e1beb2635c3b28c ## x86_fp80 0.27755675164633632592 .short 0x3ffd .space 6 .quad 0xe7226890cf38a1d0 ## x86_fp80 -1.35848595468998128216E-36 .short 0xbf87 .space 6 .quad 0xf561030ddd7a7896 ## x86_fp80 0.958511534581228627298 .short 0x3ffe .space 6 .quad 0x8555265599fd551f ## x86_fp80 2.50770779371636481148E-35 .short 0x3f8c .space 6 .quad 0x91f29088d579ad62 ## x86_fp80 0.285053745940547424589 .short 0x3ffd .space 6 .quad 0xd9376656c4058692 ## x86_fp80 2.04269325885902918798E-35 .short 0x3f8b .space 6 .quad 0xf4cd261d3e6c15bb ## x86_fp80 0.956255323543175296964 .short 0x3ffe .space 6 .quad 0xab002deb38a94702 ## x86_fp80 3.21616572190865997063E-35 .short 0x3f8c .space 6 .quad 0x95c6ee21f5a4f915 ## x86_fp80 0.292533342023327543616 .short 0x3ffd .space 6 .quad 0xcdce703ee0450a39 ## x86_fp80 1.93539408668704450311E-35 .short 0x3f8b .space 6 .quad 0xf43575f94d4f6b27 ## x86_fp80 0.953940747608894733971 .short 0x3ffe .space 6 .quad 0x992ad4b7c7ba377e ## x86_fp80 2.8807568905247860201E-35 .short 0x3f8c .space 6 .quad 0x9998f4a024fc3bc2 ## x86_fp80 0.299995083378683051174 .short 0x3ffd .space 6 .quad 0x8fbdef6a7cf3b816 ## x86_fp80 1.35174265535697850146E-35 .short 0x3f8b .space 6 .quad 0xf399f500c9e9fd38 ## x86_fp80 0.951567948048172202162 .short 0x3ffe .space 6 .quad 0x877102beb569f102 ## x86_fp80 6.36842628598115658313E-36 .short 0x3f8a .space 6 .quad 0x9d6894bb4e9ec004 ## x86_fp80 0.307438514580380850669 .short 0x3ffd .space 6 .quad 0xe288603ffadb3eb2 ## x86_fp80 1.06515172423204645837E-35 .short 0x3f8a .space 6 .quad 0xf2faa5a1b74e82fd ## x86_fp80 0.949137069684463027645 .short 0x3ffe .space 6 .quad 0xe8e69b7b15a945e9 ## x86_fp80 6.84433965991637152254E-37 .short 0x3f86 .space 6 .quad 0xa135bf34f734b41f ## x86_fp80 0.314863181319745250871 .short 0x3ffd .space 6 .quad 0xcca0c42cf8c59b8b ## x86_fp80 1.92431240212432926989E-35 .short 0x3f8b .space 6 .quad 0xf2578a595224dd2e ## x86_fp80 0.946648260886053321823 .short 0x3ffe .space 6 .quad 0xe62c285642e18547 ## x86_fp80 -4.32906339663000890934E-35 .short 0xbf8c .space 6 .quad 0xa50064d879e90304 ## x86_fp80 0.322268630433386625675 .short 0x3ffd .space 6 .quad 0x9efb606a18e1d8a6 ## x86_fp80 -1.4950589780475926349E-35 .short 0xbf8b .space 6 .quad 0xf1b0a5b406b526d9 ## x86_fp80 0.944101673557004345655 .short 0x3ffe .space 6 .quad 0xdcc8eb9ae2ac7070 ## x86_fp80 1.03812535240120229608E-35 .short 0x3f8a .space 6 .quad 0xa8c8767b453bd367 ## x86_fp80 0.329654409930860171923 .short 0x3ffd .space 6 .quad 0x8260cc9be2059111 ## x86_fp80 -1.2260699678474321497E-35 .short 0xbf8b .space 6 .quad 0xf105fa4d66b607a6 ## x86_fp80 0.941497463127881068617 .short 0x3ffe .space 6 .quad 0x886a2855915aa9bf ## x86_fp80 3.20709366603165602059E-36 .short 0x3f89 .space 6 .quad 0xac8de4fd17acb97c ## x86_fp80 0.337020069022253076249 .short 0x3ffd .space 6 .quad 0xeb788bec934c5b00 ## x86_fp80 -2.21435756148839473679E-35 .short 0xbf8b .space 6 .quad 0xf0578ad01ede7080 ## x86_fp80 0.938835788546265488652 .short 0x3ffe .space 6 .quad 0xd40422c308dcbc41 ## x86_fp80 -3.98758068773974031342E-35 .short 0xbf8c .space 6 .quad 0xb050a1483c3ba8d9 ## x86_fp80 0.344365158145698408207 .short 0x3ffd .space 6 .quad 0x880640ae19cec831 ## x86_fp80 -3.19791885005480924943E-36 .short 0xbf89 .space 6 .quad 0xefa559f5ec3aec3a ## x86_fp80 0.936116812267055290277 .short 0x3ffe .space 6 .quad 0xb507f3e462518898 ## x86_fp80 3.40481591236710658428E-35 .short 0x3f8c .space 6 .quad 0xb4109c51c6bfb44f ## x86_fp80 0.351689228994814059225 .short 0x3ffd .space 6 .quad 0xba67695ae8be058d ## x86_fp80 1.75293433418270210561E-35 .short 0x3f8b .space 6 .quad 0xeeef6a879146af0c ## x86_fp80 0.933340700242548435657 .short 0x3ffe .space 6 .quad 0xfcb0746ca07a89b0 ## x86_fp80 -4.7525570725167983112E-35 .short 0xbf8c .space 6 .quad 0xb7cdc719d012aa85 ## x86_fp80 0.358991834546065053665 .short 0x3ffd .space 6 .quad 0xdbe0cc65a1aa68fc ## x86_fp80 -2.06772389262723368135E-35 .short 0xbf8b .space 6 .quad 0xee35bf5ccac89053 ## x86_fp80 0.93050762191231429116 .short 0x3ffe .space 6 .quad 0x91f898b8ed8276d8 ## x86_fp80 2.74541088551732982571E-35 .short 0x3f8c .space 6 .quad 0xbb8812abb2109e91 ## x86_fp80 0.366272529086047561364 .short 0x3ffd .space 6 .quad 0xd13d766f80556bad ## x86_fp80 -1.9676843353493659268E-35 .short 0xbf8b .space 6 .quad 0xed785b5c44741b45 ## x86_fp80 0.92761775019285190965 .short 0x3ffe .space 6 .quad 0xa151c6f6b85d8f8b ## x86_fp80 7.58520371916345756294E-36 .short 0x3f8a .space 6 .quad 0xbf3f701e436a6c94 ## x86_fp80 0.37353086823869294643 .short 0x3ffd .space 6 .quad 0x9d67d4005ea8f810 ## x86_fp80 -1.48023494778986556043E-35 .short 0xbf8b .space 6 .quad 0xecb7417b8d4ee3ff ## x86_fp80 0.924671261467036098514 .short 0x3ffe .space 6 .quad 0xdc383ae667fe412f ## x86_fp80 -4.14187124860031825103E-35 .short 0xbf8c .space 6 .quad 0xc2f3d094134a4b15 ## x86_fp80 0.380766408992390192071 .short 0x3ffd .space 6 .quad 0xd6d03a5456197f7d ## x86_fp80 -2.02009541175208636336E-35 .short 0xbf8b .space 6 .quad 0xebf274bf0bda4f62 ## x86_fp80 0.92166833557335191816 .short 0x3ffe .space 6 .quad 0xc33967f62535ea73 ## x86_fp80 -1.83587995433957622954E-35 .short 0xbf8b .space 6 .quad 0xc6a5253ba4c97a89 ## x86_fp80 0.387978709727025046044 .short 0x3ffd .space 6 .quad 0xaa8bd9695fc8def4 ## x86_fp80 8.01904783870935075858E-36 .short 0x3f8a .space 6 .quad 0xeb29f839f201fd14 ## x86_fp80 0.918609155794918267853 .short 0x3ffe .space 6 .quad 0x9e3c572148c293a4 ## x86_fp80 2.97608282778274433469E-35 .short 0x3f8c .space 6 .quad 0xca535f4faa36252c ## x86_fp80 0.395167330240934236234 .short 0x3ffd .space 6 .quad 0xa11d7dc5368b0a48 ## x86_fp80 7.57560031388312550967E-36 .short 0x3f8a .space 6 .quad 0xea5dcf0e30cf03e7 ## x86_fp80 0.915493908848301228586 .short 0x3ffe .space 6 .quad 0xba8116e31f1ea8f1 ## x86_fp80 -3.5077551795530695481E-35 .short 0xbf8c .space 6 .quad 0xcdfe701740288214 ## x86_fp80 0.402331831777773111223 .short 0x3ffd .space 6 .quad 0xd014d0afd3d21a03 ## x86_fp80 -1.95678722882848174722E-35 .short 0xbf8b .space 6 .quad 0xe98dfc6c6be031e6 ## x86_fp80 0.912322784872117846489 .short 0x3ffe .space 6 .quad 0xa75b1f6b2c1e97f8 ## x86_fp80 7.86903886556373674295E-36 .short 0x3f8a .space 6 .quad 0xd1a648e628664f2e ## x86_fp80 0.40947177705329506611 .short 0x3ffd .space 6 .quad 0xee23b186baac2860 ## x86_fp80 2.23945241468457597919E-35 .short 0x3f8b .space 6 .quad 0xe8ba8393eca7821b ## x86_fp80 0.909095977415431051669 .short 0x3ffe .space 6 .quad 0x808c4d9d880e1b3c ## x86_fp80 1.20886014028444155734E-35 .short 0x3f8b .space 6 .quad 0xd54adb1d0493b69d ## x86_fp80 0.416586730282041119248 .short 0x3ffd .space 6 .quad 0xd5320dd4a30f665b ## x86_fp80 -2.00488106831998813674E-35 .short 0xbf8b .space 6 .quad 0xe7e367d2956cfb17 ## x86_fp80 0.90581368342593642076 .short 0x3ffe .space 6 .quad 0xbfea028fb3566ea9 ## x86_fp80 -3.60950307605941169775E-35 .short 0xbf8c .space 6 .quad 0xd8ec182990b0b4a4 ## x86_fp80 0.423676257203938010369 .short 0x3ffd .space 6 .quad 0x956381b505a0443d ## x86_fp80 1.40484456388654470329E-35 .short 0x3f8b .space 6 .quad 0xe708ac84d4172a3e ## x86_fp80 0.902476103237941504916 .short 0x3ffe .space 6 .quad 0xf0a01083a6bf3817 ## x86_fp80 2.26282899501344419015E-35 .short 0x3f8b .space 6 .quad 0xdc89f186dd621439 ## x86_fp80 0.430739925110803197219 .short 0x3ffd .space 6 .quad 0xa3dd223562610ae9 ## x86_fp80 1.54096780001629398848E-35 .short 0x3f8b .space 6 .quad 0xe62a551594b970a7 ## x86_fp80 0.899083440560138456192 .short 0x3ffe .space 6 .quad 0xdbe0dc29ad57f771 ## x86_fp80 -2.06772615490904370666E-35 .short 0xbf8b .space 6 .quad 0xe02458bd8a05191a ## x86_fp80 0.437777302872755132862 .short 0x3ffd .space 6 .quad 0xccc382e038379b0a ## x86_fp80 9.62794364503442612489E-36 .short 0x3f8a .space 6 .quad 0xe54864fe33e8575d ## x86_fp80 0.895635902463170698918 .short 0x3ffe .space 6 .quad 0xc6a2f1f0357d85c1 ## x86_fp80 3.735937416598668831E-35 .short 0x3f8c .space 6 .quad 0xe3bb3f63fe8cef0a ## x86_fp80 0.444787960964527211421 .short 0x3ffd .space 6 .quad 0xb1c8e2a9edc271d4 ## x86_fp80 -1.67187936511493678006E-35 .short 0xbf8b .space 6 .quad 0xe462dfc670d421ab ## x86_fp80 0.89213369936699440471 .short 0x3ffe .space 6 .quad 0xeb95fab8feedfd41 ## x86_fp80 -1.10771937602567314735E-35 .short 0xbf8a .space 6 .quad 0xe74e971ea528f6d0 ## x86_fp80 0.451771471491683776576 .short 0x3ffd .space 6 .quad 0xfde89640b886452f ## x86_fp80 -1.19387223016472295893E-35 .short 0xbf8a .space 6 .quad 0xe379c9045f29d518 ## x86_fp80 0.88857704502803554333 .short 0x3ffe .space 6 .quad 0xaf6567a213ced81c ## x86_fp80 4.12354278954664731459E-36 .short 0x3f89 .space 6 .quad 0xeade51a023b30a51 ## x86_fp80 0.45872740821673659237 .short 0x3ffd .space 6 .quad 0xc85196264094fa05 ## x86_fp80 -4.70946994194182908943E-36 .short 0xbf89 .space 6 .quad 0xe28d245c58baef72 ## x86_fp80 0.88496615652614329169 .short 0x3ffe .space 6 .quad 0xf10d9ab367ad3f0a ## x86_fp80 4.53370570288325630442E-35 .short 0x3f8c .space 6 .quad 0xee6a60a994e4d21b ## x86_fp80 0.465655346585160182692 .short 0x3ffd .space 6 .quad 0xa6302b8f090d07d7 ## x86_fp80 -1.56282598978971872485E-35 .short 0xbf8b .space 6 .quad 0xe19cf580eeec046b ## x86_fp80 0.88130125425134059916 .short 0x3ffe .space 6 .quad 0x98826af3771b58c2 ## x86_fp80 -1.4341919231211668778E-35 .short 0xbf8b .space 6 .quad 0xf1f2b60ac153477b ## x86_fp80 0.47255486375130445115 .short 0x3ffd .space 6 .quad 0xc61224d08bc20632 ## x86_fp80 9.31324774957768018855E-36 .short 0x3f8a .space 6 .quad 0xe0a94032dbea7cee ## x86_fp80 0.87758256189037271613 .short 0x3ffe .space 6 .quad 0x99eaa6a65315d82f ## x86_fp80 -2.89484960181363924855E-35 .short 0xbf8c .space 6 .quad 0xf57743a2582f7f44 ## x86_fp80 0.479425538604203000282 .short 0x3ffd .space 6 .quad 0x9333685d2581a876 ## x86_fp80 -1.38426977616718318949E-35 .short 0xbf8b .space 6 .quad 0xdfb20840f3a9b36f ## x86_fp80 0.873810306413054508256 .short 0x3ffe .space 6 .quad 0x85af62c1dc1b3661 ## x86_fp80 1.25716864497849302233E-35 .short 0x3f8b .space 6 .quad 0xf8f7fb5e27cbda2e ## x86_fp80 0.486266951793275574304 .short 0x3ffd .space 6 .quad 0xeec54593f8be4aca ## x86_fp80 -1.12269393250914752645E-35 .short 0xbf8a .space 6 .quad 0xdeb7518814a7a932 ## x86_fp80 0.869984718058417388843 .short 0x3ffe .space 6 .quad 0xf8ebd01d12dc37d4 ## x86_fp80 -4.68168638300575626773E-35 .short 0xbf8c .space 6 .quad 0xfc74cf3b55e4b8cf ## x86_fp80 0.493078685753923057271 .short 0x3ffd .space 6 .quad 0x964172961c921824 ## x86_fp80 7.06498693112535056376E-36 .short 0x3f8a .space 6 .quad 0xddb91ff318799173 ## x86_fp80 0.86610603032065671471 .short 0x3ffe .space 6 .quad 0xfa8b4e325004a5e8 ## x86_fp80 2.35610597588322493126E-35 .short 0x3f8b .space 6 .quad 0xffedb14697abd1f5 ## x86_fp80 0.499860324733013463829 .short 0x3ffd .space 6 .quad 0xcef8f927401c20ce ## x86_fp80 1.94636052312235297538E-35 .short 0x3f8b .space 6 .quad 0xdcb7777ac4207051 ## x86_fp80 0.862174479934880504344 .short 0x3ffe .space 6 .quad 0xc58db184d49675ef ## x86_fp80 -3.71556818317533582233E-35 .short 0xbf8c .space 6 .quad 0x81b149ce34caa5a5 ## x86_fp80 0.506611454814257367648 .short 0x3ffe .space 6 .quad 0xa5562f7e4f34d5ac ## x86_fp80 -3.10963699824274155714E-35 .short 0xbf8c .space 6 .quad 0xdbb25c25b8260c15 ## x86_fp80 0.858190306862660347048 .short 0x3ffe .space 6 .quad 0xdb863299a8cc5856 ## x86_fp80 2.0643957460119079816E-35 .short 0x3f8b .space 6 .quad 0x8369b434a372da7f ## x86_fp80 0.513331663943471218305 .short 0x3ffe .space 6 .quad 0xf0fa6a5b604851a7 ## x86_fp80 -2.26614796466671970778E-35 .short 0xbf8b .space 6 .quad 0xdaa9d20860827064 ## x86_fp80 0.854153754277385385144 .short 0x3ffe .space 6 .quad 0xb3668f27475e0c6e ## x86_fp80 -1.68707534013095152875E-35 .short 0xbf8b .space 6 .quad 0x852010f4f0800521 ## x86_fp80 0.520020541953727004748 .short 0x3ffe .space 6 .quad 0xb0bdfcf4587e2280 ## x86_fp80 -3.32415021330884924832E-35 .short 0xbf8c .space 6 .quad 0xd99ddd44e44a43d5 ## x86_fp80 0.850065068549420263966 .short 0x3ffe .space 6 .quad 0xfbe40aaca1c5ce26 ## x86_fp80 -4.73753917078785974358E-35 .short 0xbf8c .space 6 .quad 0x86d45935ab396cb5 ## x86_fp80 0.526677680590386730717 .short 0x3ffe .space 6 .quad 0xc32a7480c405561f ## x86_fp80 -3.67066148195515214065E-35 .short 0xbf8c .space 6 .quad 0xd88e820b1526311e ## x86_fp80 0.845924499231067954468 .short 0x3ffe .space 6 .quad 0xd29baf5937b2e923 ## x86_fp80 1.98054947141989878174E-35 .short 0x3f8b .space 6 .quad 0x88868625b4e1dbb2 ## x86_fp80 0.533302673536020173319 .short 0x3ffe .space 6 .quad 0xb637fcfaf168d3a6 ## x86_fp80 -3.42715291319551615985E-35 .short 0xbf8c .space 6 .quad 0xd77bc4985e93a608 ## x86_fp80 0.841732299041338366974 .short 0x3ffe .space 6 .quad 0xe510717ef69dfad5 ## x86_fp80 -4.3082193675041002601E-35 .short 0xbf8c .space 6 .quad 0x8a3690fc5bfc11c0 ## x86_fp80 0.539895116435204405064 .short 0x3ffe .space 6 .quad 0x97a24520928a8a5e ## x86_fp80 1.42595803521626714478E-35 .short 0x3f8b .space 6 .quad 0xd665a937b4ef2b1f ## x86_fp80 0.837488723850523685292 .short 0x3ffe .space 6 .quad 0x91067075c147ebcc ## x86_fp80 2.72761997872084533035E-35 .short 0x3f8c .space 6 .quad 0x8be472f9776d809b ## x86_fp80 0.546454606919203564406 .short 0x3ffe .space 6 .quad 0xe14c901888a4631a ## x86_fp80 -2.11870230730160315424E-35 .short 0xbf8b .space 6 .quad 0xd54c3441844897fd ## x86_fp80 0.833194032664581363094 .short 0x3ffe .space 6 .quad 0xe9a57aea7eff5d0e ## x86_fp80 4.39440050052045486556E-35 .short 0x3f8c .space 6 .quad 0x8d902565817ee784 ## x86_fp80 0.552980744630527369871 .short 0x3ffe .space 6 .quad 0x8ca49669b6a16c15 ## x86_fp80 8.26624790417342895862E-37 .short 0x3f87 .space 6 .quad 0xd42f6a1b9f0168ce ## x86_fp80 0.828848487609325734813 .short 0x3ffe .space 6 .quad 0x9826c37c69a658eb ## x86_fp80 1.43082508100496581719E-35 .short 0x3f8b .space 6 .quad 0x8f39a191b2ba6123 ## x86_fp80 0.559473131247366877404 .short 0x3ffe .space 6 .quad 0xaf7afa0ae4399777 ## x86_fp80 -1.28922620524163922302E-37 .short 0xbf84 .space 6 .quad 0xd30f4f392c357ab0 ## x86_fp80 0.824452353914429207464 .short 0x3ffe .space 6 .quad 0xc9989e11bfbc852c ## x86_fp80 3.79160239225080026975E-35 .short 0x3f8c .space 6 .quad 0x90e0e0d81ca67879 ## x86_fp80 0.56593137050790599075 .short 0x3ffe .space 6 .quad 0xade39653c55f2b8e ## x86_fp80 1.02202775968053982311E-36 .short 0x3f87 .space 6 .quad 0xd1ebe81a95ee752e ## x86_fp80 0.82000589989723400824 .short 0x3ffe .space 6 .quad 0xb6e940a5da3a96ee ## x86_fp80 -1.72008811955230823411E-35 .short 0xbf8b .space 6 .quad 0x9285dc9bc45dd9ea ## x86_fp80 0.572355068234507240372 .short 0x3ffe .space 6 .quad 0xe20bad55b7fbc94d ## x86_fp80 2.12572273479933123941E-35 .short 0x3f8b .space 6 .quad 0xd0c5394d77222819 ## x86_fp80 0.815509396946375476856 .short 0x3ffe .space 6 .quad 0xe3e087d438d72ed4 ## x86_fp80 -4.2858913841071295406E-35 .short 0xbf8c .space 6 .quad 0x94288e48bd0335fc ## x86_fp80 0.578743832357770354507 .short 0x3ffe .space 6 .quad 0xbd47ae8ec0c2e4d0 ## x86_fp80 1.77998063432551282612E-35 .short 0x3f8b .space 6 .quad 0xcf9b476c897c25c6 ## x86_fp80 0.810963119505217902203 .short 0x3ffe .space 6 .quad 0xeaf7bcc1ed00179a ## x86_fp80 1.10481292856794436425E-35 .short 0x3f8a .space 6 .quad 0x95c8ef544210ec0c ## x86_fp80 0.585097272940462154829 .short 0x3ffe .space 6 .quad 0xbd7502cf2f548a27 ## x86_fp80 -1.7816457627805619513E-35 .short 0xbf8b .space 6 .quad 0xce6e171f92f2e27f ## x86_fp80 0.806367345055103913688 .short 0x3ffe .space 6 .quad 0xddaefae248413efc ## x86_fp80 1.04235088143133625464E-35 .short 0x3f8a .space 6 .quad 0x9766f93cd18413a7 ## x86_fp80 0.591415002201316315105 .short 0x3ffe .space 6 .quad 0xabb6817bf94ce34a ## x86_fp80 8.07390238063560077384E-36 .short 0x3f8a .space 6 .quad 0xcd3dad1b5328a2e4 ## x86_fp80 0.801722354098418450588 .short 0x3ffe .space 6 .quad 0x819faccbc4eeba96 ## x86_fp80 6.09487851305233089324E-36 .short 0x3f8a .space 6 .quad 0x9902a58a45e27bed ## x86_fp80 0.597696634538701531217 .short 0x3ffe .space 6 .quad 0x84abf02acbacdfa3 ## x86_fp80 -2.4952760894087371452E-35 .short 0xbf8c .space 6 .quad 0xcc0a0e21709883a4 ## x86_fp80 0.797028430141468342005 .short 0x3ffe .space 6 .quad 0x8e2140aea7d8fbf2 ## x86_fp80 -8.35364432831812599724E-37 .short 0xbf87 .space 6 .quad 0x9a9bedcdf01b38da ## x86_fp80 0.60394178655415665729 .short 0x3ffe .space 6 .quad 0x875b7f3054a311d8 ## x86_fp80 -2.54578992328947177758E-35 .short 0xbf8c .space 6 .quad 0xcad33f00658fe5e8 ## x86_fp80 0.792285859677178543134 .short 0x3ffe .space 6 .quad 0x839a9dcfe1e61e9e ## x86_fp80 2.47519558228473167879E-35 .short 0x3f8c .space 6 .quad 0x9c32cba2b14156ef ## x86_fp80 0.610150077075791371273 .short 0x3ffe .space 6 .quad 0x8e5352a3e6be758d ## x86_fp80 1.33842237929938963776E-35 .short 0x3f8b .space 6 .quad 0xc99944936cf48c89 ## x86_fp80 0.787494932167606083927 .short 0x3ffe .space 6 .quad 0x89219f86fad09425 ## x86_fp80 -2.57915385618070637148E-35 .short 0xbf8c .space 6 .quad 0x9dc738ad14204e69 ## x86_fp80 0.616321127181550943027 .short 0x3ffe .space 6 .quad 0x99643fbb38d221b4 ## x86_fp80 2.88497530050197716298E-35 .short 0x3f8c .space 6 .quad 0xc85c23c26ed7b6f0 ## x86_fp80 0.782655940026272796926 .short 0x3ffe .space 6 .quad 0xb4109143b5fdf8ac ## x86_fp80 1.69332045679237919429E-35 .short 0x3f8b .space 6 .quad 0x9f592e9b66a9cf90 ## x86_fp80 0.622454560222343683019 .short 0x3ffe .space 6 .quad 0xcc24820622f61f85 ## x86_fp80 1.91974786921147072715E-35 .short 0x3f8b .space 6 .quad 0xc71be181ecd6875d ## x86_fp80 0.777769178600317903128 .short 0x3ffe .space 6 .quad 0xd77e09948d18813d ## x86_fp80 -4.05296033424632846919E-35 .short 0xbf8c .space 6 .quad 0xa0e8a725d33c828c ## x86_fp80 0.628550001845029662024 .short 0x3ffe .space 6 .quad 0xafff67d6a1f9f29a ## x86_fp80 1.65507421184028099671E-35 .short 0x3f8b .space 6 .quad 0xc5d882d2ee48030c ## x86_fp80 0.772834946152471544785 .short 0x3ffe .space 6 .quad 0xd2013e0bb533e4d9 ## x86_fp80 3.94975229341211664228E-35 .short 0x3f8c .space 6 .quad 0xa2759c0e79c35582 ## x86_fp80 0.634607080015269296833 .short 0x3ffe .space 6 .quad 0xb83058cc2c1963b4 ## x86_fp80 4.33025916939968369331E-36 .short 0x3f89 .space 6 .quad 0xc4920cc2ec38fb89 ## x86_fp80 0.767853543842850365874 .short 0x3ffe .space 6 .quad 0x9f8cc6e3589840a6 ## x86_fp80 3.75100035267325597171E-36 .short 0x3f89 .space 6 .quad 0xa400072188acf49d ## x86_fp80 0.640625425040230409197 .short 0x3ffe .space 6 .quad 0xd1bc41784c06bf99 ## x86_fp80 2.46542747294664049615E-36 .short 0x3f88 .space 6 .quad 0xc348846bbd363134 ## x86_fp80 0.762825275710576250531 .short 0x3ffe .space 6 .quad 0xe068d6d3a703146d ## x86_fp80 4.22067411888601505E-35 .short 0x3f8c .space 6 .quad 0xa587e23555bb0808 ## x86_fp80 0.6466046695911523705 .short 0x3ffe .space 6 .quad 0xb5b3a4f0590bdc9b ## x86_fp80 -3.41742981816219412412E-35 .short 0xbf8c .space 6 .quad 0xc1fbeef380e4ffdd ## x86_fp80 0.757750448655219342221 .short 0x3ffe .space 6 .quad 0xde000bf589ee5e0d ## x86_fp80 -2.08767968311222650578E-35 .short 0xbf8b .space 6 .quad 0xa70d272a76a8d4b7 ## x86_fp80 0.652544448725765956416 .short 0x3ffe .space 6 .quad 0xb74692540773cf87 ## x86_fp80 -8.61758060284379660706E-36 .short 0xbf8a .space 6 .quad 0xc0ac518c8b6ae711 ## x86_fp80 0.752629372418066476069 .short 0x3ffe .space 6 .quad 0xc56baf2e2fb50d5c ## x86_fp80 3.71306958657663189667E-35 .short 0x3f8c .space 6 .quad 0xa88fcfebd9a8dd48 ## x86_fp80 0.658444399910567541595 .short 0x3ffe .space 6 .quad 0xf19b7c2060106328 ## x86_fp80 -4.54412944084300330521E-35 .short 0xbf8c .space 6 .quad 0xbf59b17550a44068 ## x86_fp80 0.747462359563216166644 .short 0x3ffe .space 6 .quad 0xc1c4b1b7cf9e7884 ## x86_fp80 -9.11094340926220027289E-36 .short 0xbf8a .space 6 .quad 0xaa0fd66eddb92123 ## x86_fp80 0.664304163042946276506 .short 0x3ffe .space 6 .quad 0xe280c64ed1fc61fc ## x86_fp80 4.26004843895378210148E-35 .short 0x3f8c .space 6 .quad 0xbe0413f84f2a771c ## x86_fp80 0.742249725458501306971 .short 0x3ffe .space 6 .quad 0xc978a296aa7f6f08 ## x86_fp80 -3.78925270049800913531E-35 .short 0xbf8c .space 6 .quad 0xab8d34b36acd9872 ## x86_fp80 0.670123380473162894651 .short 0x3ffe .space 6 .quad 0xe291e8c77b018de1 ## x86_fp80 -1.33165852952743729895E-36 .short 0xbf87 .space 6 .quad 0xbcab7e6bfb2a14aa ## x86_fp80 0.736991788256240741074 .short 0x3ffe .space 6 .quad 0xfb262ac520231929 ## x86_fp80 4.72358938637974850568E-35 .short 0x3f8c .space 6 .quad 0xad07e4c409d08c50 ## x86_fp80 0.675901697026178809209 .short 0x3ffe .space 6 .quad 0x92e18db9d39dbd48 ## x86_fp80 2.76252586616364878815E-35 .short 0x3f8c .space 6 .quad 0xbb4ff632a908f73f ## x86_fp80 0.731688868873820886325 .short 0x3ffe .space 6 .quad 0x9da705fdc79073f2 ## x86_fp80 1.48255637548931697183E-35 .short 0x3f8b .space 6 .quad 0xae7fe0b5fc786b2e ## x86_fp80 0.681638760023334166756 .short 0x3ffe .space 6 .quad 0x92211d9d1f099191 ## x86_fp80 2.74838775935027549035E-35 .short 0x3f8c .space 6 .quad 0xb9f180ba77dd0751 ## x86_fp80 0.726341290974108590389 .short 0x3ffe .space 6 .quad 0xa640488c3c52fb2b ## x86_fp80 3.1268357933835112354E-35 .short 0x3f8c .space 6 .quad 0xaff522a954f2ba17 ## x86_fp80 0.687334219303873534959 .short 0x3ffe .space 6 .quad 0xfd7a6977f569b08a ## x86_fp80 4.76739454455410744991E-35 .short 0x3f8c .space 6 .quad 0xb890237d3bb3c285 ## x86_fp80 0.720949380945696418059 .short 0x3ffe .space 6 .quad 0xfe8414dcc2ef7e50 ## x86_fp80 4.78691285733673379493E-35 .short 0x3f8c .space 6 .quad 0xb167a4c90d63c424 ## x86_fp80 0.692987727246317910266 .short 0x3ffe .space 6 .quad 0xef4f0f0489781e2f ## x86_fp80 4.5008987107766355719E-35 .short 0x3f8c .space 6 .quad 0xb72be40067aaf2c0 ## x86_fp80 0.715513467882981573503 .short 0x3ffe .space 6 .quad 0xa0ac37f025303f77 ## x86_fp80 -3.02191815581445336514E-35 .short 0xbf8c .space 6 .quad 0xb2d7614b1f3aaa25 ## x86_fp80 0.698598938789681741308 .short 0x3ffe .space 6 .quad 0xe51f36c1c601f14e ## x86_fp80 2.15465226809256290914E-35 .short 0x3f8b .space 6 .quad 0xb5c4c7d4f7dae916 ## x86_fp80 0.710033883566079674992 .short 0x3ffe .space 6 .quad 0xd9cb0631246862c0 ## x86_fp80 -4.09623224763692443211E-35 .short 0xbf8c .space 6 .quad 0xb44452709a597529 ## x86_fp80 0.704167511454533672778 .short 0x3ffe .space 6 .quad 0x98bbb83ef305353b ## x86_fp80 -2.87259372740393348672E-35 .short 0xbf8c .space 6 .quad 0xb45ad4975b1294cb ## x86_fp80 0.704510962440574606171 .short 0x3ffe .space 6 .quad 0x8a9a33452c5d60d5 ## x86_fp80 2.60682037357042658407E-35 .short 0x3f8c .space 6 .quad 0xb5ae7285bc10cf51 ## x86_fp80 0.709693105363899724941 .short 0x3ffe .space 6 .quad 0xb9e3eb4fe4dac512 ## x86_fp80 -4.37026016974122945369E-36 .short 0xbf89 .space 6 .subsections_via_symbols
the_stack_data/842848.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _my_perror ; -- Begin function my_perror .p2align 2 _my_perror: ; @my_perror .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr x0, [sp, #8] bl _perror ldr w0, [sp, #4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _my_error ; -- Begin function my_error .p2align 2 _my_error: ; @my_error .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf ldur w0, [x29, #-12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Error: %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _my_perror ## -- Begin function my_perror .p2align 4, 0x90 _my_perror: ## @my_perror .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi callq _perror movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _my_error ## -- Begin function my_error .p2align 4, 0x90 _my_error: ## @my_error .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -8(%rbp), %rdx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Error: %s\n" .subsections_via_symbols
the_stack_data/3263932.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello world!" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello world!" .subsections_via_symbols
the_stack_data/95449392.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-20] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w8, #10 stur w8, [x29, #-8] mov w8, #8 stur w8, [x29, #-12] ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _caculate stur w0, [x29, #-16] ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf mov w8, #7 stur w8, [x29, #-8] mov w8, #12 stur w8, [x29, #-12] ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _caculate mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload stur w8, [x29, #-16] ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] bl _printf ldur w0, [x29, #-20] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _caculate ; -- Begin function caculate .p2align 2 _caculate: ; @caculate .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 str w8, [sp, #4] b LBB1_3 LBB1_2: ldr w8, [sp, #12] ldr w9, [sp, #8] mul w8, w8, w9 str w8, [sp, #4] b LBB1_3 LBB1_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "c=%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) movl $8, -12(%rbp) movl -8(%rbp), %edi movl -12(%rbp), %esi callq _caculate movl %eax, -16(%rbp) movl -16(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $7, -8(%rbp) movl $12, -12(%rbp) movl -8(%rbp), %edi movl -12(%rbp), %esi callq _caculate movl %eax, -16(%rbp) movl -16(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _caculate ## -- Begin function caculate .p2align 4, 0x90 _caculate: ## @caculate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax cmpl -8(%rbp), %eax jle LBB1_2 ## %bb.1: movl -4(%rbp), %eax subl -8(%rbp), %eax movl %eax, -12(%rbp) jmp LBB1_3 LBB1_2: movl -4(%rbp), %eax imull -8(%rbp), %eax movl %eax, -12(%rbp) LBB1_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "c=%d\n" .subsections_via_symbols
the_stack_data/82950155.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _factorial ; -- Begin function factorial .p2align 2 _factorial: ; @factorial .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] mov x8, #1 str x8, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #8] mov x8, x9 subs w8, w8, #1 str w8, [sp, #8] ldr x8, [sp] mul x8, x8, x9 str x8, [sp] b LBB0_1 LBB0_3: ldr x0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 movl %edi, -4(%rbp) movl -4(%rbp), %eax movl %eax, -8(%rbp) movq $1, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $2, -8(%rbp) jl LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -8(%rbp) cltq imulq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB0_1 LBB0_3: movq -16(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/32949669.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 add x0, sp, #16 str x0, [sp, #8] ; 8-byte Folded Spill bl _initQueue adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _queueInput adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _rotate adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _resetQueue adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _queueInput adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _cutAndReplace adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _resetQueue adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _queueInput ldr x0, [sp] ; 8-byte Folded Reload bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _sort adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printQueue ldr x0, [sp, #8] ; 8-byte Folded Reload bl _resetQueue ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _initQueue ; -- Begin function initQueue .p2align 2 _initQueue: ; @initQueue .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] str xzr, [x8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _queueInput ; -- Begin function queueInput .p2align 2 _queueInput: ; @queueInput .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.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf mov x9, sp add x8, sp, #16 str x8, [x9] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _scanf str wzr, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _scanf ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _enqueue b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_4: adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printQueue ; -- Begin function printQueue .p2align 2 _printQueue: ; @printQueue .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 x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB3_8 LBB3_2: add x0, sp, #24 bl _initQueue b LBB3_3 LBB3_3: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=1 ldur x0, [x29, #-8] bl _dequeue str w0, [sp, #20] ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldr w1, [sp, #20] add x0, sp, #24 bl _enqueue b LBB3_3 LBB3_5: b LBB3_6 LBB3_6: ; =>This Inner Loop Header: Depth=1 add x0, sp, #24 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_6 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill add x0, sp, #24 bl _dequeue mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _enqueue b LBB3_6 LBB3_8: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _rotate ; -- Begin function rotate .p2align 2 _rotate: ; @rotate .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB4_8 LBB4_2: ldur x0, [x29, #-8] bl _sizeQueue stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB4_8 LBB4_4: str wzr, [sp, #16] b LBB4_5 LBB4_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_5 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-8] bl _dequeue mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _enqueue b LBB4_7 LBB4_7: ; in Loop: Header=BB4_5 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB4_5 LBB4_8: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _resetQueue ; -- Begin function resetQueue .p2align 2 _resetQueue: ; @resetQueue .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] bl _sizeQueue str w0, [sp, #4] str wzr, [sp] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_4 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr x0, [sp, #8] bl _dequeue b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB5_1 LBB5_4: ldr x0, [sp, #8] bl _initQueue ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _cutAndReplace ; -- Begin function cutAndReplace .p2align 2 _cutAndReplace: ; @cutAndReplace .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-16] ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB6_24 LBB6_2: sub x0, x29, #32 bl _initQueue sub x0, x29, #48 bl _initQueue ldur x0, [x29, #-8] bl _sizeQueue stur w0, [x29, #-12] ldur w8, [x29, #-12] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_8 b LBB6_3 LBB6_3: stur wzr, [x29, #-52] b LBB6_4 LBB6_4: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_7 b LBB6_5 LBB6_5: ; in Loop: Header=BB6_4 Depth=1 ldur x0, [x29, #-8] bl _dequeue str w0, [sp, #56] ldr w9, [sp, #56] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] ldur x0, [x29, #-8] ldr w1, [sp, #56] bl _enqueue b LBB6_6 LBB6_6: ; in Loop: Header=BB6_4 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB6_4 LBB6_7: ldur w9, [x29, #-12] ldur w8, [x29, #-16] udiv w8, w8, w9 stur w8, [x29, #-16] ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] ldur x0, [x29, #-8] ldur w1, [x29, #-16] bl _enqueue b LBB6_8 LBB6_8: ldur w8, [x29, #-12] mov w9, #2 sdiv w8, w8, w9 stur w8, [x29, #-12] str wzr, [sp, #52] b LBB6_9 LBB6_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #52] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_12 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_9 Depth=1 ldur x0, [x29, #-8] bl _dequeue mov x1, x0 sub x0, x29, #32 bl _enqueue b LBB6_11 LBB6_11: ; in Loop: Header=BB6_9 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB6_9 LBB6_12: str wzr, [sp, #48] b LBB6_13 LBB6_13: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_16 b LBB6_14 LBB6_14: ; in Loop: Header=BB6_13 Depth=1 ldur x0, [x29, #-8] bl _dequeue mov x1, x0 sub x0, x29, #48 bl _enqueue b LBB6_15 LBB6_15: ; in Loop: Header=BB6_13 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB6_13 LBB6_16: str wzr, [sp, #44] b LBB6_17 LBB6_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldur w9, [x29, #-12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_20 b LBB6_18 LBB6_18: ; in Loop: Header=BB6_17 Depth=1 sub x0, x29, #48 str x0, [sp, #24] ; 8-byte Folded Spill bl _rotate ldr x0, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] str x8, [sp, #32] ; 8-byte Folded Spill bl _dequeue mov x1, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload bl _enqueue b LBB6_19 LBB6_19: ; in Loop: Header=BB6_17 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB6_17 LBB6_20: ldur x8, [x29, #-8] str x8, [sp, #16] ; 8-byte Folded Spill sub x0, x29, #48 bl _dequeue mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _enqueue str wzr, [sp, #40] b LBB6_21 LBB6_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #40] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_24 b LBB6_22 LBB6_22: ; in Loop: Header=BB6_21 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill sub x0, x29, #32 bl _dequeue mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _enqueue b LBB6_23 LBB6_23: ; in Loop: Header=BB6_21 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB6_21 LBB6_24: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _sort ; -- Begin function sort .p2align 2 _sort: ; @sort .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB7_20 LBB7_2: ldur x0, [x29, #-8] bl _sizeQueue str w0, [sp, #28] sub x0, x29, #24 bl _initQueue b LBB7_3 LBB7_3: ; =>This Loop Header: Depth=1 ; Child Loop BB7_5 Depth 2 ; Child Loop BB7_11 Depth 2 ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_17 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=1 ldur x0, [x29, #-8] bl _dequeue str w0, [sp, #32] stur w0, [x29, #-28] ldur x0, [x29, #-8] ldr w1, [sp, #32] bl _enqueue str wzr, [sp, #24] b LBB7_5 LBB7_5: ; Parent Loop BB7_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #28] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_10 b LBB7_6 LBB7_6: ; in Loop: Header=BB7_5 Depth=2 ldur x0, [x29, #-8] bl _dequeue stur w0, [x29, #-28] ldur w8, [x29, #-28] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ; in Loop: Header=BB7_5 Depth=2 ldur w8, [x29, #-28] str w8, [sp, #32] b LBB7_8 LBB7_8: ; in Loop: Header=BB7_5 Depth=2 ldur x0, [x29, #-8] ldur w1, [x29, #-28] bl _enqueue b LBB7_9 LBB7_9: ; in Loop: Header=BB7_5 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB7_5 LBB7_10: ; in Loop: Header=BB7_3 Depth=1 str wzr, [sp, #20] b LBB7_11 LBB7_11: ; Parent Loop BB7_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_16 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_11 Depth=2 ldur x0, [x29, #-8] bl _dequeue stur w0, [x29, #-28] ldur w8, [x29, #-28] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_14 b LBB7_13 LBB7_13: ; in Loop: Header=BB7_3 Depth=1 ldur w1, [x29, #-28] sub x0, x29, #24 bl _enqueue b LBB7_16 LBB7_14: ; in Loop: Header=BB7_11 Depth=2 ldur x0, [x29, #-8] ldur w1, [x29, #-28] bl _enqueue b LBB7_15 LBB7_15: ; in Loop: Header=BB7_11 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB7_11 LBB7_16: ; in Loop: Header=BB7_3 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_3 LBB7_17: b LBB7_18 LBB7_18: ; =>This Inner Loop Header: Depth=1 sub x0, x29, #24 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_20 b LBB7_19 LBB7_19: ; in Loop: Header=BB7_18 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill sub x0, x29, #24 bl _dequeue mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _enqueue b LBB7_18 LBB7_20: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _isEmpty ; -- Begin function isEmpty .p2align 2 _isEmpty: ; @isEmpty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_3 b LBB8_1 LBB8_1: ldr x8, [sp] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_3 b LBB8_2 LBB8_2: mov w8, #1 str w8, [sp, #12] b LBB8_4 LBB8_3: str wzr, [sp, #12] b LBB8_4 LBB8_4: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _dequeue ; -- Begin function dequeue .p2align 2 _dequeue: ; @dequeue .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] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] str w8, [sp, #4] ldr x0, [sp, #16] bl _isEmpty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB9_5 LBB9_2: ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8, #8] ldr x9, [sp, #16] str x8, [x9] ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB9_4 b LBB9_3 LBB9_3: ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB9_4 LBB9_4: ldr x0, [sp, #8] bl _free ldr w8, [sp, #4] stur w8, [x29, #-4] b LBB9_5 LBB9_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _enqueue ; -- Begin function enqueue .p2align 2 _enqueue: ; @enqueue .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] mov x0, #1 mov x1, #16 bl _calloc str x0, [sp, #8] ldur w8, [x29, #-12] ldr x9, [sp, #8] str w8, [x9] ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #8] str x8, [x9, #8] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #8] b LBB10_3 LBB10_2: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #8] ldur x9, [x29, #-8] str x8, [x9] b LBB10_3 LBB10_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _sizeQueue ; -- Begin function sizeQueue .p2align 2 _sizeQueue: ; @sizeQueue .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] add x0, sp, #16 bl _initQueue b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB11_3 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 ldur x0, [x29, #-8] bl _dequeue mov x1, x0 add x0, sp, #16 bl _enqueue ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB11_1 LBB11_3: b LBB11_4 LBB11_4: ; =>This Inner Loop Header: Depth=1 add x0, sp, #16 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB11_6 b LBB11_5 LBB11_5: ; in Loop: Header=BB11_4 Depth=1 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill add x0, sp, #16 bl _dequeue mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _enqueue b LBB11_4 LBB11_6: ldur w0, [x29, #-12] 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 "Q1: Rotate- This function rotates the queue until the last node will be the first one\n" l_.str.1: ; @.str.1 .asciz "The queue before: " l_.str.2: ; @.str.2 .asciz "\nAfter the rotate: " l_.str.3: ; @.str.3 .asciz "\nQ2: Cut And Replace- This function cuts the queue in half, flips the second half, and replaces the halfs:\n" l_.str.4: ; @.str.4 .asciz "The Queue before: " l_.str.5: ; @.str.5 .asciz "\nAfter: " l_.str.6: ; @.str.6 .asciz "\nQ3: Sort-This function sorts the integers from the smallest to the biggest\n" l_.str.7: ; @.str.7 .asciz "\nThe queue after: " l_.str.8: ; @.str.8 .asciz "empty!" l_.str.9: ; @.str.9 .asciz "The queue is empty!\n" l_.str.10: ; @.str.10 .asciz "The size of queue is 1, there is nothing to rotate\n" l_.str.11: ; @.str.11 .asciz "The queue is empty!" l_.str.12: ; @.str.12 .asciz "%u\t" l_.str.13: ; @.str.13 .asciz "Enter how many elements you want to add: " l_.str.14: ; @.str.14 .asciz "%d" l_.str.15: ; @.str.15 .asciz "Please enter unsigned integer: " l_.str.16: ; @.str.16 .asciz "%u" l_.str.17: ; @.str.17 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq -16(%rbp), %rdi callq _initQueue leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _queueInput leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _rotate leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _resetQueue leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _queueInput leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _cutAndReplace leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _resetQueue leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _queueInput leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _sort leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq -16(%rbp), %rdi callq _printQueue leaq -16(%rbp), %rdi callq _resetQueue addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _initQueue ## -- Begin function initQueue .p2align 4, 0x90 _initQueue: ## @initQueue .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 $0, 8(%rax) movq -8(%rbp), %rax movq $0, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _queueInput ## -- Begin function queueInput .p2align 4, 0x90 _queueInput: ## @queueInput .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) leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf leaq L_.str.14(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl $0, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf leaq L_.str.16(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _enqueue ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_4: leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printQueue ## -- Begin function printQueue .p2align 4, 0x90 _printQueue: ## @printQueue .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 -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB3_2 ## %bb.1: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf jmp LBB3_8 LBB3_2: leaq -24(%rbp), %rdi callq _initQueue LBB3_3: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB3_4 jmp LBB3_5 LBB3_4: ## in Loop: Header=BB3_3 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, -28(%rbp) movl -28(%rbp), %esi leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl -28(%rbp), %esi leaq -24(%rbp), %rdi callq _enqueue jmp LBB3_3 LBB3_5: jmp LBB3_6 LBB3_6: ## =>This Inner Loop Header: Depth=1 leaq -24(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB3_7 jmp LBB3_8 LBB3_7: ## in Loop: Header=BB3_6 Depth=1 movq -8(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill leaq -24(%rbp), %rdi callq _dequeue movq -40(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue jmp LBB3_6 LBB3_8: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _rotate ## -- Begin function rotate .p2align 4, 0x90 _rotate: ## @rotate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB4_2 ## %bb.1: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB4_8 LBB4_2: movq -8(%rbp), %rdi callq _sizeQueue movl %eax, -12(%rbp) cmpl $1, -12(%rbp) jne LBB4_4 ## %bb.3: leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf jmp LBB4_8 LBB4_4: movl $0, -16(%rbp) LBB4_5: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB4_8 ## %bb.6: ## in Loop: Header=BB4_5 Depth=1 movq -8(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill movq -8(%rbp), %rdi callq _dequeue movq -24(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue ## %bb.7: ## in Loop: Header=BB4_5 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_5 LBB4_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _resetQueue ## -- Begin function resetQueue .p2align 4, 0x90 _resetQueue: ## @resetQueue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _sizeQueue movl %eax, -12(%rbp) movl $0, -16(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_4 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -8(%rbp), %rdi callq _dequeue ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB5_1 LBB5_4: movq -8(%rbp), %rdi callq _initQueue addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _cutAndReplace ## -- Begin function cutAndReplace .p2align 4, 0x90 _cutAndReplace: ## @cutAndReplace .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movl $0, -16(%rbp) movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB6_2 ## %bb.1: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB6_24 LBB6_2: leaq -32(%rbp), %rdi callq _initQueue leaq -48(%rbp), %rdi callq _initQueue movq -8(%rbp), %rdi callq _sizeQueue movl %eax, -12(%rbp) movl -12(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx je LBB6_8 ## %bb.3: movl $0, -52(%rbp) LBB6_4: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_7 ## %bb.5: ## in Loop: Header=BB6_4 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, -56(%rbp) movl -56(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) movq -8(%rbp), %rdi movl -56(%rbp), %esi callq _enqueue ## %bb.6: ## in Loop: Header=BB6_4 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB6_4 LBB6_7: movl -12(%rbp), %ecx movl -16(%rbp), %eax xorl %edx, %edx divl %ecx movl %eax, -16(%rbp) movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movq -8(%rbp), %rdi movl -16(%rbp), %esi callq _enqueue LBB6_8: movl -12(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -12(%rbp) movl $0, -60(%rbp) LBB6_9: ## =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_12 ## %bb.10: ## in Loop: Header=BB6_9 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, %esi leaq -32(%rbp), %rdi callq _enqueue ## %bb.11: ## in Loop: Header=BB6_9 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB6_9 LBB6_12: movl $0, -64(%rbp) LBB6_13: ## =>This Inner Loop Header: Depth=1 movl -64(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_16 ## %bb.14: ## in Loop: Header=BB6_13 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, %esi leaq -48(%rbp), %rdi callq _enqueue ## %bb.15: ## in Loop: Header=BB6_13 Depth=1 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB6_13 LBB6_16: movl $0, -68(%rbp) LBB6_17: ## =>This Inner Loop Header: Depth=1 movl -68(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB6_20 ## %bb.18: ## in Loop: Header=BB6_17 Depth=1 leaq -48(%rbp), %rdi callq _rotate movq -8(%rbp), %rax movq %rax, -80(%rbp) ## 8-byte Spill leaq -48(%rbp), %rdi callq _dequeue movq -80(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue ## %bb.19: ## in Loop: Header=BB6_17 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB6_17 LBB6_20: movq -8(%rbp), %rax movq %rax, -88(%rbp) ## 8-byte Spill leaq -48(%rbp), %rdi callq _dequeue movq -88(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue movl $0, -72(%rbp) LBB6_21: ## =>This Inner Loop Header: Depth=1 movl -72(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_24 ## %bb.22: ## in Loop: Header=BB6_21 Depth=1 movq -8(%rbp), %rax movq %rax, -96(%rbp) ## 8-byte Spill leaq -32(%rbp), %rdi callq _dequeue movq -96(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue ## %bb.23: ## in Loop: Header=BB6_21 Depth=1 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB6_21 LBB6_24: addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sort ## -- Begin function sort .p2align 4, 0x90 _sort: ## @sort .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB7_2 ## %bb.1: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB7_20 LBB7_2: movq -8(%rbp), %rdi callq _sizeQueue movl %eax, -36(%rbp) leaq -24(%rbp), %rdi callq _initQueue LBB7_3: ## =>This Loop Header: Depth=1 ## Child Loop BB7_5 Depth 2 ## Child Loop BB7_11 Depth 2 movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB7_4 jmp LBB7_17 LBB7_4: ## in Loop: Header=BB7_3 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, -32(%rbp) movl %eax, -28(%rbp) movq -8(%rbp), %rdi movl -32(%rbp), %esi callq _enqueue movl $0, -40(%rbp) LBB7_5: ## Parent Loop BB7_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax movl -36(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB7_10 ## %bb.6: ## in Loop: Header=BB7_5 Depth=2 movq -8(%rbp), %rdi callq _dequeue movl %eax, -28(%rbp) movl -28(%rbp), %eax cmpl -32(%rbp), %eax jae LBB7_8 ## %bb.7: ## in Loop: Header=BB7_5 Depth=2 movl -28(%rbp), %eax movl %eax, -32(%rbp) LBB7_8: ## in Loop: Header=BB7_5 Depth=2 movq -8(%rbp), %rdi movl -28(%rbp), %esi callq _enqueue ## %bb.9: ## in Loop: Header=BB7_5 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB7_5 LBB7_10: ## in Loop: Header=BB7_3 Depth=1 movl $0, -44(%rbp) LBB7_11: ## Parent Loop BB7_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -44(%rbp), %eax cmpl -36(%rbp), %eax jge LBB7_16 ## %bb.12: ## in Loop: Header=BB7_11 Depth=2 movq -8(%rbp), %rdi callq _dequeue movl %eax, -28(%rbp) movl -28(%rbp), %eax cmpl -32(%rbp), %eax jne LBB7_14 ## %bb.13: ## in Loop: Header=BB7_3 Depth=1 movl -28(%rbp), %esi leaq -24(%rbp), %rdi callq _enqueue jmp LBB7_16 LBB7_14: ## in Loop: Header=BB7_11 Depth=2 movq -8(%rbp), %rdi movl -28(%rbp), %esi callq _enqueue ## %bb.15: ## in Loop: Header=BB7_11 Depth=2 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB7_11 LBB7_16: ## in Loop: Header=BB7_3 Depth=1 movl -36(%rbp), %eax addl $-1, %eax movl %eax, -36(%rbp) jmp LBB7_3 LBB7_17: jmp LBB7_18 LBB7_18: ## =>This Inner Loop Header: Depth=1 leaq -24(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB7_19 jmp LBB7_20 LBB7_19: ## in Loop: Header=BB7_18 Depth=1 movq -8(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill leaq -24(%rbp), %rdi callq _dequeue movq -56(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue jmp LBB7_18 LBB7_20: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _isEmpty ## -- Begin function isEmpty .p2align 4, 0x90 _isEmpty: ## @isEmpty .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax cmpq $0, (%rax) jne LBB8_3 ## %bb.1: movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB8_3 ## %bb.2: movl $1, -4(%rbp) jmp LBB8_4 LBB8_3: movl $0, -4(%rbp) LBB8_4: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _dequeue ## -- Begin function dequeue .p2align 4, 0x90 _dequeue: ## @dequeue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -28(%rbp) movq -16(%rbp), %rdi callq _isEmpty cmpl $0, %eax je LBB9_2 ## %bb.1: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) jmp LBB9_5 LBB9_2: movq -16(%rbp), %rax movq (%rax), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax cmpq $0, (%rax) jne LBB9_4 ## %bb.3: movq -16(%rbp), %rax movq $0, 8(%rax) LBB9_4: movq -24(%rbp), %rdi callq _free movl -28(%rbp), %eax movl %eax, -4(%rbp) LBB9_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _enqueue ## -- Begin function enqueue .p2align 4, 0x90 _enqueue: ## @enqueue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $1, %edi movl $16, %esi callq _calloc movq %rax, -24(%rbp) movl -12(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB10_2 ## %bb.1: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq 8(%rax), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) jmp LBB10_3 LBB10_2: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -8(%rbp), %rax movq %rcx, (%rax) LBB10_3: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sizeQueue ## -- Begin function sizeQueue .p2align 4, 0x90 _sizeQueue: ## @sizeQueue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) leaq -32(%rbp), %rdi callq _initQueue LBB11_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB11_2 jmp LBB11_3 LBB11_2: ## in Loop: Header=BB11_1 Depth=1 movq -8(%rbp), %rdi callq _dequeue movl %eax, %esi leaq -32(%rbp), %rdi callq _enqueue movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB11_1 LBB11_3: jmp LBB11_4 LBB11_4: ## =>This Inner Loop Header: Depth=1 leaq -32(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB11_5 jmp LBB11_6 LBB11_5: ## in Loop: Header=BB11_4 Depth=1 movq -8(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill leaq -32(%rbp), %rdi callq _dequeue movq -40(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _enqueue jmp LBB11_4 LBB11_6: movl -12(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Q1: Rotate- This function rotates the queue until the last node will be the first one\n" L_.str.1: ## @.str.1 .asciz "The queue before: " L_.str.2: ## @.str.2 .asciz "\nAfter the rotate: " L_.str.3: ## @.str.3 .asciz "\nQ2: Cut And Replace- This function cuts the queue in half, flips the second half, and replaces the halfs:\n" L_.str.4: ## @.str.4 .asciz "The Queue before: " L_.str.5: ## @.str.5 .asciz "\nAfter: " L_.str.6: ## @.str.6 .asciz "\nQ3: Sort-This function sorts the integers from the smallest to the biggest\n" L_.str.7: ## @.str.7 .asciz "\nThe queue after: " L_.str.8: ## @.str.8 .asciz "empty!" L_.str.9: ## @.str.9 .asciz "The queue is empty!\n" L_.str.10: ## @.str.10 .asciz "The size of queue is 1, there is nothing to rotate\n" L_.str.11: ## @.str.11 .asciz "The queue is empty!" L_.str.12: ## @.str.12 .asciz "%u\t" L_.str.13: ## @.str.13 .asciz "Enter how many elements you want to add: " L_.str.14: ## @.str.14 .asciz "%d" L_.str.15: ## @.str.15 .asciz "Please enter unsigned integer: " L_.str.16: ## @.str.16 .asciz "%u" L_.str.17: ## @.str.17 .asciz "\n" .subsections_via_symbols
the_stack_data/954971.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] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 stur w8, [x29, #-4] b LBB0_18 LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] mov w1, #1 bl _dlopen stur x0, [x29, #-24] ldur x8, [x29, #-24] subs x8, x8, #0 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, #11 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_4: b LBB0_5 LBB0_5: ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _dlsym stur x0, [x29, #-32] ldur x0, [x29, #-24] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _dlsym stur x0, [x29, #-40] ldur x8, [x29, #-16] ldr x0, [x8] mov w1, #47 bl _strrchr ldur x8, [x29, #-16] ldr x8, [x8] subs x8, x0, x8 add x8, x8, #1 str x8, [sp, #48] ldr x8, [sp, #48] mov x9, #7 str x9, [sp, #8] ; 8-byte Folded Spill add x0, x8, #7 bl _malloc str x0, [sp, #40] ldr x0, [sp, #40] ldur x8, [x29, #-16] ldr x1, [x8] ldr x2, [sp, #48] mov x3, #-1 str x3, [sp, #16] ; 8-byte Folded Spill bl ___memcpy_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldr x3, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #40] ldr x9, [sp, #48] add x0, x8, x9 adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl ___memcpy_chk ldur x8, [x29, #-32] ldr x0, [sp, #40] blr x8 str x0, [sp, #32] ldr x0, [sp, #40] bl _free ldr x8, [sp, #32] subs x8, x8, #0 cset w9, eq ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: 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, #23 adrp x3, l_.str.5@PAGE add x3, x3, l_.str.5@PAGEOFF bl ___assert_rtn LBB0_7: b LBB0_8 LBB0_8: ldr x0, [sp, #32] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _dlsym str x0, [sp, #24] ldr x8, [sp, #24] blr x8 subs w8, w0, #0 cset w9, eq ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #26 adrp x3, l_.str.7@PAGE add x3, x3, l_.str.7@PAGEOFF bl ___assert_rtn LBB0_10: b LBB0_11 LBB0_11: ldur x8, [x29, #-40] ldr x0, [sp, #32] blr x8 subs w8, w0, #0 cset w9, eq ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #27 adrp x3, l_.str.8@PAGE add x3, x3, l_.str.8@PAGEOFF bl ___assert_rtn LBB0_13: b LBB0_14 LBB0_14: ldur x0, [x29, #-24] bl _dlclose subs w8, w0, #0 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: 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, #29 adrp x3, l_.str.9@PAGE add x3, x3, l_.str.9@PAGEOFF bl ___assert_rtn LBB0_16: b LBB0_17 LBB0_17: stur wzr, [x29, #-4] b LBB0_18 LBB0_18: 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___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "173578070.c" l_.str.1: ; @.str.1 .asciz "h != NULL" l_.str.2: ; @.str.2 .asciz "rt_loadLibrary" l_.str.3: ; @.str.3 .asciz "rt_unloadLibrary" l_.str.4: ; @.str.4 .asciz "lib.so" l_.str.5: ; @.str.5 .asciz "dlib" l_.str.6: ; @.str.6 .asciz "runTests" l_.str.7: ; @.str.7 .asciz "runTests()" l_.str.8: ; @.str.8 .asciz "rt_unloadLibrary(dlib)" l_.str.9: ; @.str.9 .asciz "dlclose(h) == 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 $80, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $2, -8(%rbp) je LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_18 LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi movl $1, %esi callq _dlopen movq %rax, -24(%rbp) cmpq $0, -24(%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 $11, %edx callq ___assert_rtn LBB0_4: jmp LBB0_5 LBB0_5: movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _dlsym movq %rax, -32(%rbp) movq -24(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _dlsym movq %rax, -40(%rbp) movq -16(%rbp), %rax movq (%rax), %rdi movl $47, %esi callq _strrchr movq -16(%rbp), %rcx movq (%rcx), %rcx subq %rcx, %rax addq $1, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rdi addq $7, %rdi callq _malloc movq %rax, -56(%rbp) movq -56(%rbp), %rdi movq -16(%rbp), %rax movq (%rax), %rsi movq -48(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk movq -56(%rbp), %rdi addq -48(%rbp), %rdi leaq L_.str.4(%rip), %rsi movl $7, %edx movq $-1, %rcx callq ___memcpy_chk movq -32(%rbp), %rax movq -56(%rbp), %rdi callq *%rax movq %rax, -64(%rbp) movq -56(%rbp), %rdi callq _free cmpq $0, -64(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_7 ## %bb.6: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $23, %edx callq ___assert_rtn LBB0_7: jmp LBB0_8 LBB0_8: movq -64(%rbp), %rdi leaq L_.str.6(%rip), %rsi callq _dlsym movq %rax, -72(%rbp) callq *-72(%rbp) cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_10 ## %bb.9: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.7(%rip), %rcx movl $26, %edx callq ___assert_rtn LBB0_10: jmp LBB0_11 LBB0_11: movq -40(%rbp), %rax movq -64(%rbp), %rdi callq *%rax cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_13 ## %bb.12: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.8(%rip), %rcx movl $27, %edx callq ___assert_rtn LBB0_13: jmp LBB0_14 LBB0_14: movq -24(%rbp), %rdi callq _dlclose cmpl $0, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_16 ## %bb.15: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.9(%rip), %rcx movl $29, %edx callq ___assert_rtn LBB0_16: jmp LBB0_17 LBB0_17: movl $0, -4(%rbp) LBB0_18: movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "173578070.c" L_.str.1: ## @.str.1 .asciz "h != NULL" L_.str.2: ## @.str.2 .asciz "rt_loadLibrary" L_.str.3: ## @.str.3 .asciz "rt_unloadLibrary" L_.str.4: ## @.str.4 .asciz "lib.so" L_.str.5: ## @.str.5 .asciz "dlib" L_.str.6: ## @.str.6 .asciz "runTests" L_.str.7: ## @.str.7 .asciz "runTests()" L_.str.8: ## @.str.8 .asciz "rt_unloadLibrary(dlib)" L_.str.9: ## @.str.9 .asciz "dlclose(h) == 0" .subsections_via_symbols
the_stack_data/173578070.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gcd ; -- Begin function gcd .p2align 2 _gcd: ; @gcd .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str w0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldr w0, [sp, #4] ldr w8, [sp, #8] ldr w10, [sp, #4] sdiv w9, w8, w10 mul w9, w9, w10 subs w1, w8, w9 bl _gcd stur w0, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _prime_num ; -- Begin function prime_num .p2align 2 _prime_num: ; @prime_num .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] ldr w8, [sp, #8] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_1 LBB1_1: mov w8, #5 str w8, [sp, #4] b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr w9, [sp, #4] mul w8, w8, w9 ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_7 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldr w8, [sp, #8] ldr w10, [sp, #4] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_2 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #4] add w10, w9, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #15] b LBB1_9 LBB1_6: ; in Loop: Header=BB1_2 Depth=1 ldr w8, [sp, #4] add w8, w8, #6 str w8, [sp, #4] b LBB1_2 LBB1_7: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #15] b LBB1_9 LBB1_8: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #15] b LBB1_9 LBB1_9: ldrb w8, [sp, #15] and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _powerful ; -- Begin function powerful .p2align 2 _powerful: ; @powerful .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #24] str wzr, [sp, #20] str wzr, [sp, #16] ldr w8, [sp, #24] str w8, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #24] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB2_8 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #24] 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, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] ldr w8, [sp, #24] mov w9, #2 sdiv w8, w8, w9 str w8, [sp, #24] b LBB2_7 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #24] mov w9, #3 sdiv w8, w8, w9 str w8, [sp, #24] b LBB2_7 LBB2_7: ; in Loop: Header=BB2_1 Depth=1 b LBB2_1 LBB2_8: ldr w8, [sp, #20] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB2_31 LBB2_11: mov w8, #5 str w8, [sp, #8] b LBB2_12 LBB2_12: ; =>This Loop Header: Depth=1 ; Child Loop BB2_16 Depth 2 ; Child Loop BB2_19 Depth 2 ldr w8, [sp, #8] ldr w9, [sp, #8] mul w8, w8, w9 ldr w9, [sp, #12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_28 b LBB2_13 LBB2_13: ; in Loop: Header=BB2_12 Depth=1 str wzr, [sp, #20] str wzr, [sp, #16] ldr w8, [sp, #24] ldr w10, [sp, #8] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_15 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #24] ldr w9, [sp, #8] add w10, w9, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_22 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_12 Depth=1 b LBB2_16 LBB2_16: ; Parent Loop BB2_12 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w10, [sp, #8] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_18 b LBB2_17 LBB2_17: ; in Loop: Header=BB2_16 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] ldr w9, [sp, #8] ldr w8, [sp, #24] sdiv w8, w8, w9 str w8, [sp, #24] b LBB2_16 LBB2_18: ; in Loop: Header=BB2_12 Depth=1 b LBB2_19 LBB2_19: ; Parent Loop BB2_12 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #8] add w10, w9, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_21 b LBB2_20 LBB2_20: ; in Loop: Header=BB2_19 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #8] add w9, w8, #2 ldr w8, [sp, #24] sdiv w8, w8, w9 str w8, [sp, #24] b LBB2_19 LBB2_21: ; in Loop: Header=BB2_12 Depth=1 b LBB2_23 LBB2_22: ; in Loop: Header=BB2_12 Depth=1 b LBB2_27 LBB2_23: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #20] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_25 b LBB2_24 LBB2_24: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_26 b LBB2_25 LBB2_25: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB2_31 LBB2_26: ; in Loop: Header=BB2_12 Depth=1 b LBB2_27 LBB2_27: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #8] add w8, w8, #6 str w8, [sp, #8] b LBB2_12 LBB2_28: ldr w8, [sp, #24] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB2_30 b LBB2_29 LBB2_29: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB2_31 LBB2_30: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB2_31 LBB2_31: ldrb w8, [sp, #31] and w0, w8, #0x1 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _achilles ; -- Begin function achilles .p2align 2 _achilles: ; @achilles .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-8] mov w8, #-1 stur w8, [x29, #-12] str wzr, [sp, #16] str wzr, [sp, #12] ldur w8, [x29, #-8] str w8, [sp, #8] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 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, eq mov w9, #1 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-8] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq str w8, [sp] ; 4-byte Folded Spill b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp] ; 4-byte Folded Reload tbz w8, #0, LBB3_8 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 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, LBB3_6 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldur w8, [x29, #-8] mov w9, #2 sdiv w8, w8, w9 stur w8, [x29, #-8] b LBB3_7 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldur w8, [x29, #-8] mov w9, #3 sdiv w8, w8, w9 stur w8, [x29, #-8] b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 b LBB3_1 LBB3_8: ldr w8, [sp, #16] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_11 b LBB3_9 LBB3_9: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: ldr w0, [sp, #16] ldr w1, [sp, #12] bl _gcd stur w0, [x29, #-12] b LBB3_11 LBB3_11: ldr w8, [sp, #16] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_14 b LBB3_12 LBB3_12: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: ldr w8, [sp, #16] stur w8, [x29, #-12] b LBB3_14 LBB3_14: ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB3_17 b LBB3_15 LBB3_15: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_17 b LBB3_16 LBB3_16: ldr w8, [sp, #12] stur w8, [x29, #-12] b LBB3_17 LBB3_17: mov w8, #5 str w8, [sp, #4] b LBB3_18 LBB3_18: ; =>This Loop Header: Depth=1 ; Child Loop BB3_22 Depth 2 ; Child Loop BB3_25 Depth 2 ldr w8, [sp, #4] ldr w9, [sp, #4] mul w8, w8, w9 ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_49 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_18 Depth=1 str wzr, [sp, #16] str wzr, [sp, #12] ldur w8, [x29, #-8] ldr w10, [sp, #4] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_21 b LBB3_20 LBB3_20: ; in Loop: Header=BB3_18 Depth=1 ldur w8, [x29, #-8] ldr w9, [sp, #4] add w10, w9, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_28 b LBB3_21 LBB3_21: ; in Loop: Header=BB3_18 Depth=1 b LBB3_22 LBB3_22: ; Parent Loop BB3_18 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-8] ldr w10, [sp, #4] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_22 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldr w9, [sp, #4] ldur w8, [x29, #-8] sdiv w8, w8, w9 stur w8, [x29, #-8] b LBB3_22 LBB3_24: ; in Loop: Header=BB3_18 Depth=1 b LBB3_25 LBB3_25: ; Parent Loop BB3_18 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-8] ldr w9, [sp, #4] add w10, w9, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_27 b LBB3_26 LBB3_26: ; in Loop: Header=BB3_25 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #4] add w9, w8, #2 ldur w8, [x29, #-8] sdiv w8, w8, w9 stur w8, [x29, #-8] b LBB3_25 LBB3_27: ; in Loop: Header=BB3_18 Depth=1 b LBB3_29 LBB3_28: ; in Loop: Header=BB3_18 Depth=1 b LBB3_48 LBB3_29: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #16] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_35 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_35 b LBB3_31 LBB3_31: ; in Loop: Header=BB3_18 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_33 b LBB3_32 LBB3_32: ; in Loop: Header=BB3_18 Depth=1 ldr w0, [sp, #16] ldr w1, [sp, #12] bl _gcd stur w0, [x29, #-12] b LBB3_34 LBB3_33: ; in Loop: Header=BB3_18 Depth=1 ldur w0, [x29, #-12] ldr w1, [sp, #16] bl _gcd stur w0, [x29, #-12] ldur w0, [x29, #-12] ldr w1, [sp, #12] bl _gcd stur w0, [x29, #-12] b LBB3_34 LBB3_34: ; in Loop: Header=BB3_18 Depth=1 b LBB3_35 LBB3_35: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #16] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_41 b LBB3_36 LBB3_36: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB3_41 b LBB3_37 LBB3_37: ; in Loop: Header=BB3_18 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_39 b LBB3_38 LBB3_38: ; in Loop: Header=BB3_18 Depth=1 ldur w0, [x29, #-12] ldr w1, [sp, #16] bl _gcd stur w0, [x29, #-12] b LBB3_40 LBB3_39: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #16] stur w8, [x29, #-12] b LBB3_40 LBB3_40: ; in Loop: Header=BB3_18 Depth=1 b LBB3_41 LBB3_41: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB3_47 b LBB3_42 LBB3_42: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_47 b LBB3_43 LBB3_43: ; in Loop: Header=BB3_18 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_45 b LBB3_44 LBB3_44: ; in Loop: Header=BB3_18 Depth=1 ldur w0, [x29, #-12] ldr w1, [sp, #12] bl _gcd stur w0, [x29, #-12] b LBB3_46 LBB3_45: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #12] stur w8, [x29, #-12] b LBB3_46 LBB3_46: ; in Loop: Header=BB3_18 Depth=1 b LBB3_47 LBB3_47: ; in Loop: Header=BB3_18 Depth=1 b LBB3_48 LBB3_48: ; in Loop: Header=BB3_18 Depth=1 ldr w8, [sp, #4] add w8, w8, #6 str w8, [sp, #4] b LBB3_18 LBB3_49: ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB3_51 b LBB3_50 LBB3_50: ldur w8, [x29, #-12] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_52 b LBB3_51 LBB3_51: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_53 LBB3_52: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB3_53 LBB3_53: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-8] mov x0, #0 bl _time stur x0, [x29, #-16] ldur x8, [x29, #-16] mov x0, x8 bl _srand mov w8, #1 stur w8, [x29, #-20] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] mov w9, #38528 movk w9, #152, lsl #16 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_9 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 bl _rand stur w0, [x29, #-24] bl _rand stur w0, [x29, #-28] ldur w8, [x29, #-24] mov w11, #32768 udiv w9, w8, w11 mul w9, w9, w11 subs w8, w8, w9 add w8, w8, #1 ldur w9, [x29, #-28] udiv w10, w9, w11 mul w10, w10, w11 subs w9, w9, w10 add w9, w9, #1 mul w8, w8, w9 add w8, w8, #1 str w8, [sp, #32] ldr w8, [sp, #32] str w8, [sp, #28] mov w8, #-1 str w8, [sp, #24] ldr w0, [sp, #32] bl _powerful tbz w0, #0, LBB4_7 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr w0, [sp, #32] bl _achilles tbz w0, #0, LBB4_7 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr w0, [sp, #32] bl _prime_num tbz w0, #0, LBB4_6 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #32] mov w10, #2 udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_1 LBB4_9: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov x8, #38528 movk x8, #152, lsl #16 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d is Achilles number\n" l_.str.1: ; @.str.1 .asciz "Found %d Achilles out of %d tested numbers\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gcd ## -- Begin function gcd .p2align 4, 0x90 _gcd: ## @gcd .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -8(%rbp) movl %esi, -12(%rbp) cmpl $0, -12(%rbp) jne LBB0_2 ## %bb.1: movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_3 LBB0_2: movl -12(%rbp), %edi movl -8(%rbp), %eax cltd idivl -12(%rbp) movl %edx, %esi callq _gcd movl %eax, -4(%rbp) LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _prime_num ## -- Begin function prime_num .p2align 4, 0x90 _prime_num: ## @prime_num .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 -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx je LBB1_8 ## %bb.1: movl $5, -12(%rbp) LBB1_2: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax imull -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_7 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movl -8(%rbp), %eax cltd idivl -12(%rbp) cmpl $0, %edx je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_2 Depth=1 movl -8(%rbp), %eax movl -12(%rbp), %ecx addl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB1_6 LBB1_5: movb $0, -1(%rbp) jmp LBB1_9 LBB1_6: ## in Loop: Header=BB1_2 Depth=1 movl -12(%rbp), %eax addl $6, %eax movl %eax, -12(%rbp) jmp LBB1_2 LBB1_7: movb $1, -1(%rbp) jmp LBB1_9 LBB1_8: movb $0, -1(%rbp) LBB1_9: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _powerful ## -- Begin function powerful .p2align 4, 0x90 _powerful: ## @powerful .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 $0, -12(%rbp) movl $0, -16(%rbp) movl -8(%rbp), %eax movl %eax, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -25(%rbp) ## 1-byte Spill je LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx sete %al movb %al, -25(%rbp) ## 1-byte Spill LBB2_3: ## in Loop: Header=BB2_1 Depth=1 movb -25(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_4 jmp LBB2_8 LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB2_6 ## %bb.5: ## in Loop: Header=BB2_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB2_7 LBB2_6: ## in Loop: Header=BB2_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx movl %eax, -8(%rbp) LBB2_7: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_1 LBB2_8: cmpl $1, -12(%rbp) je LBB2_10 ## %bb.9: cmpl $1, -16(%rbp) jne LBB2_11 LBB2_10: movb $0, -1(%rbp) jmp LBB2_31 LBB2_11: movl $5, -24(%rbp) LBB2_12: ## =>This Loop Header: Depth=1 ## Child Loop BB2_16 Depth 2 ## Child Loop BB2_19 Depth 2 movl -24(%rbp), %eax imull -24(%rbp), %eax cmpl -20(%rbp), %eax jg LBB2_28 ## %bb.13: ## in Loop: Header=BB2_12 Depth=1 movl $0, -12(%rbp) movl $0, -16(%rbp) movl -8(%rbp), %eax cltd idivl -24(%rbp) cmpl $0, %edx je LBB2_15 ## %bb.14: ## in Loop: Header=BB2_12 Depth=1 movl -8(%rbp), %eax movl -24(%rbp), %ecx addl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB2_22 LBB2_15: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_16 LBB2_16: ## Parent Loop BB2_12 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax cltd idivl -24(%rbp) cmpl $0, %edx jne LBB2_18 ## %bb.17: ## in Loop: Header=BB2_16 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movl -24(%rbp), %ecx movl -8(%rbp), %eax cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB2_16 LBB2_18: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_19 LBB2_19: ## Parent Loop BB2_12 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax movl -24(%rbp), %ecx addl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB2_21 ## %bb.20: ## in Loop: Header=BB2_19 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) movl -24(%rbp), %ecx addl $2, %ecx movl -8(%rbp), %eax cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB2_19 LBB2_21: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_23 LBB2_22: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_27 LBB2_23: ## in Loop: Header=BB2_12 Depth=1 cmpl $1, -12(%rbp) je LBB2_25 ## %bb.24: ## in Loop: Header=BB2_12 Depth=1 cmpl $1, -16(%rbp) jne LBB2_26 LBB2_25: movb $0, -1(%rbp) jmp LBB2_31 LBB2_26: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_27 LBB2_27: ## in Loop: Header=BB2_12 Depth=1 movl -24(%rbp), %eax addl $6, %eax movl %eax, -24(%rbp) jmp LBB2_12 LBB2_28: cmpl $1, -8(%rbp) jle LBB2_30 ## %bb.29: movb $0, -1(%rbp) jmp LBB2_31 LBB2_30: movb $1, -1(%rbp) LBB2_31: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _achilles ## -- Begin function achilles .p2align 4, 0x90 _achilles: ## @achilles .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, -8(%rbp) movl $-1, -12(%rbp) movl $0, -16(%rbp) movl $0, -20(%rbp) movl -8(%rbp), %eax movl %eax, -24(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -29(%rbp) ## 1-byte Spill je LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx sete %al movb %al, -29(%rbp) ## 1-byte Spill LBB3_3: ## in Loop: Header=BB3_1 Depth=1 movb -29(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_4 jmp LBB3_8 LBB3_4: ## in Loop: Header=BB3_1 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB3_6 ## %bb.5: ## in Loop: Header=BB3_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB3_7 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx movl %eax, -8(%rbp) LBB3_7: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_1 LBB3_8: cmpl $1, -16(%rbp) jle LBB3_11 ## %bb.9: cmpl $1, -20(%rbp) jle LBB3_11 ## %bb.10: movl -16(%rbp), %edi movl -20(%rbp), %esi callq _gcd movl %eax, -12(%rbp) LBB3_11: cmpl $1, -16(%rbp) jle LBB3_14 ## %bb.12: cmpl $1, -20(%rbp) jge LBB3_14 ## %bb.13: movl -16(%rbp), %eax movl %eax, -12(%rbp) LBB3_14: cmpl $1, -16(%rbp) jge LBB3_17 ## %bb.15: cmpl $1, -20(%rbp) jle LBB3_17 ## %bb.16: movl -20(%rbp), %eax movl %eax, -12(%rbp) LBB3_17: movl $5, -28(%rbp) LBB3_18: ## =>This Loop Header: Depth=1 ## Child Loop BB3_22 Depth 2 ## Child Loop BB3_25 Depth 2 movl -28(%rbp), %eax imull -28(%rbp), %eax cmpl -24(%rbp), %eax jg LBB3_49 ## %bb.19: ## in Loop: Header=BB3_18 Depth=1 movl $0, -16(%rbp) movl $0, -20(%rbp) movl -8(%rbp), %eax cltd idivl -28(%rbp) cmpl $0, %edx je LBB3_21 ## %bb.20: ## in Loop: Header=BB3_18 Depth=1 movl -8(%rbp), %eax movl -28(%rbp), %ecx addl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB3_28 LBB3_21: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_22 LBB3_22: ## Parent Loop BB3_18 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax cltd idivl -28(%rbp) cmpl $0, %edx jne LBB3_24 ## %bb.23: ## in Loop: Header=BB3_22 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) movl -28(%rbp), %ecx movl -8(%rbp), %eax cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB3_22 LBB3_24: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_25 LBB3_25: ## Parent Loop BB3_18 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax movl -28(%rbp), %ecx addl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB3_27 ## %bb.26: ## in Loop: Header=BB3_25 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movl -28(%rbp), %ecx addl $2, %ecx movl -8(%rbp), %eax cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB3_25 LBB3_27: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_29 LBB3_28: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_48 LBB3_29: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -16(%rbp) jle LBB3_35 ## %bb.30: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -20(%rbp) jle LBB3_35 ## %bb.31: ## in Loop: Header=BB3_18 Depth=1 cmpl $-1, -12(%rbp) jne LBB3_33 ## %bb.32: ## in Loop: Header=BB3_18 Depth=1 movl -16(%rbp), %edi movl -20(%rbp), %esi callq _gcd movl %eax, -12(%rbp) jmp LBB3_34 LBB3_33: ## in Loop: Header=BB3_18 Depth=1 movl -12(%rbp), %edi movl -16(%rbp), %esi callq _gcd movl %eax, -12(%rbp) movl -12(%rbp), %edi movl -20(%rbp), %esi callq _gcd movl %eax, -12(%rbp) LBB3_34: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_35 LBB3_35: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -16(%rbp) jle LBB3_41 ## %bb.36: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -20(%rbp) jge LBB3_41 ## %bb.37: ## in Loop: Header=BB3_18 Depth=1 cmpl $-1, -12(%rbp) je LBB3_39 ## %bb.38: ## in Loop: Header=BB3_18 Depth=1 movl -12(%rbp), %edi movl -16(%rbp), %esi callq _gcd movl %eax, -12(%rbp) jmp LBB3_40 LBB3_39: ## in Loop: Header=BB3_18 Depth=1 movl -16(%rbp), %eax movl %eax, -12(%rbp) LBB3_40: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_41 LBB3_41: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -16(%rbp) jge LBB3_47 ## %bb.42: ## in Loop: Header=BB3_18 Depth=1 cmpl $1, -20(%rbp) jle LBB3_47 ## %bb.43: ## in Loop: Header=BB3_18 Depth=1 cmpl $-1, -12(%rbp) je LBB3_45 ## %bb.44: ## in Loop: Header=BB3_18 Depth=1 movl -12(%rbp), %edi movl -20(%rbp), %esi callq _gcd movl %eax, -12(%rbp) jmp LBB3_46 LBB3_45: ## in Loop: Header=BB3_18 Depth=1 movl -20(%rbp), %eax movl %eax, -12(%rbp) LBB3_46: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_47 LBB3_47: ## in Loop: Header=BB3_18 Depth=1 jmp LBB3_48 LBB3_48: ## in Loop: Header=BB3_18 Depth=1 movl -28(%rbp), %eax addl $6, %eax movl %eax, -28(%rbp) jmp LBB3_18 LBB3_49: cmpl $1, -8(%rbp) jg LBB3_51 ## %bb.50: cmpl $1, -12(%rbp) je LBB3_52 LBB3_51: movb $0, -1(%rbp) jmp LBB3_53 LBB3_52: movb $1, -1(%rbp) LBB3_53: movb -1(%rbp), %al andb $1, %al movzbl %al, %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 $48, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movq %rax, -16(%rbp) movq -16(%rbp), %rax movl %eax, %edi callq _srand movl $1, -20(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 cmpl $10000000, -20(%rbp) ## imm = 0x989680 jg LBB4_9 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 callq _rand movl %eax, -24(%rbp) callq _rand movl %eax, -28(%rbp) movl -24(%rbp), %eax andl $32767, %eax ## imm = 0x7FFF addl $1, %eax movl -28(%rbp), %ecx andl $32767, %ecx ## imm = 0x7FFF addl $1, %ecx imull %ecx, %eax addl $1, %eax movl %eax, -32(%rbp) movl -32(%rbp), %eax movl %eax, -36(%rbp) movl $-1, -40(%rbp) movl -32(%rbp), %edi callq _powerful testb $1, %al jne LBB4_3 jmp LBB4_7 LBB4_3: ## in Loop: Header=BB4_1 Depth=1 movl -32(%rbp), %edi callq _achilles testb $1, %al jne LBB4_4 jmp LBB4_7 LBB4_4: ## in Loop: Header=BB4_1 Depth=1 movl -32(%rbp), %edi callq _prime_num testb $1, %al jne LBB4_5 jmp LBB4_6 LBB4_5: ## in Loop: Header=BB4_1 Depth=1 movl -32(%rbp), %eax andl $1, %eax cmpl $0, %eax jne LBB4_7 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 movl -36(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) LBB4_7: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_8 LBB4_8: ## in Loop: Header=BB4_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_1 LBB4_9: movl -8(%rbp), %esi leaq L_.str.1(%rip), %rdi movl $10000000, %edx ## imm = 0x989680 movb $0, %al callq _printf xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d is Achilles number\n" L_.str.1: ## @.str.1 .asciz "Found %d Achilles out of %d tested numbers\n" .subsections_via_symbols
the_stack_data/9512955.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _liste_ajouter ; -- Begin function liste_ajouter .p2align 2 _liste_ajouter: ; @liste_ajouter .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str w1, [sp, #12] str w2, [sp, #8] ; kill: def $x8 killed $xzr str xzr, [sp] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: mov x0, #16 bl _malloc str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_5 LBB0_3: ldr w8, [sp, #8] ldr x9, [sp] str w8, [x9] ldr x8, [sp, #16] ldr x9, [sp] str x8, [x9, #8] ldr x8, [sp] stur x8, [x29, #-8] b LBB0_5 LBB0_4: ldr x8, [sp, #16] ldr x0, [x8, #8] ldr w8, [sp, #12] subs w1, w8, #1 ldr w2, [sp, #8] bl _liste_ajouter ldr x8, [sp, #16] str x0, [x8, #8] ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB0_5 LBB0_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _liste_detruire ; -- Begin function liste_detruire .p2align 2 _liste_detruire: ; @liste_detruire .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 x8, [sp, #8] ldr x0, [x8, #8] bl _liste_detruire 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 _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 w1, #0 str w1, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov x0, #0 mov w2, #5 str w2, [sp, #8] ; 4-byte Folded Spill bl _liste_ajouter ldr w2, [sp, #8] ; 4-byte Folded Reload stur x0, [x29, #-16] ldur x0, [x29, #-16] mov w1, #2 bl _liste_ajouter ldr w2, [sp, #8] ; 4-byte Folded Reload str x0, [sp, #24] ldr x0, [sp, #24] mov w1, #1 bl _liste_ajouter str x0, [sp, #16] ldr x0, [sp, #16] bl _liste_detruire 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 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _liste_ajouter ## -- Begin function liste_ajouter .p2align 4, 0x90 _liste_ajouter: ## @liste_ajouter .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl %edx, -24(%rbp) movq $0, -32(%rbp) cmpl $0, -20(%rbp) jne LBB0_4 ## %bb.1: movl $16, %edi callq _malloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB0_3 ## %bb.2: movq $0, -8(%rbp) jmp LBB0_5 LBB0_3: movl -24(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB0_5 LBB0_4: movq -16(%rbp), %rax movq 8(%rax), %rdi movl -20(%rbp), %esi subl $1, %esi movl -24(%rbp), %edx callq _liste_ajouter movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB0_5: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _liste_detruire ## -- Begin function liste_detruire .p2align 4, 0x90 _liste_detruire: ## @liste_detruire .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), %rax movq 8(%rax), %rdi callq _liste_detruire movq -8(%rbp), %rdi callq _free 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 $32, %rsp movl $0, -4(%rbp) xorl %eax, %eax movl %eax, %edi xorl %esi, %esi movl $5, %edx callq _liste_ajouter movq %rax, -16(%rbp) movq -16(%rbp), %rdi movl $2, %esi movl $5, %edx callq _liste_ajouter movq %rax, -24(%rbp) movq -24(%rbp), %rdi movl $1, %esi movl $5, %edx callq _liste_ajouter movq %rax, -32(%rbp) movq -32(%rbp), %rdi callq _liste_detruire xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/106754.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _calculate_sum ; -- Begin function calculate_sum .p2align 2 _calculate_sum: ; @calculate_sum .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x10, _part@PAGE ldr w8, [x10, _part@PAGEOFF] add w9, w8, #1 str w9, [x10, _part@PAGEOFF] str w8, [sp, #4] ldr w8, [sp, #4] lsl w8, w8, #3 str w8, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #4] add w9, w9, #1 subs w8, w8, w9, lsl #3 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp] adrp x8, _arr@PAGE add x8, x8, _arr@PAGEOFF ldr w10, [x8, x9, lsl #2] ldrsw x9, [sp, #4] adrp x8, _sum@PAGE add x8, x8, _sum@PAGEOFF add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, w10 str w8, [x9] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB0_1 LBB0_4: ldr x0, [sp, #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, #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, #36] str wzr, [sp, #32] str wzr, [sp, #28] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrsw x9, [sp, #28] add x8, sp, #40 add x0, x8, x9, lsl #3 mov x3, #0 mov x1, x3 adrp x2, _calculate_sum@PAGE add x2, x2, _calculate_sum@PAGEOFF bl _pthread_create str w0, [sp, #24] ldr w8, [sp, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #0 bl _exit LBB1_4: ; in Loop: Header=BB1_1 Depth=1 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB1_1 LBB1_6: str wzr, [sp, #20] b LBB1_7 LBB1_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_7 Depth=1 ldrsw x9, [sp, #20] add x8, sp, #40 ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _pthread_join str w0, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 bl _exit LBB1_10: ; in Loop: Header=BB1_7 Depth=1 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_7 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_7 LBB1_12: str wzr, [sp, #12] b LBB1_13 LBB1_13: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_16 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=1 ldrsw x9, [sp, #12] adrp x8, _sum@PAGE add x8, x8, _sum@PAGEOFF ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #32] add w8, w8, w9 str w8, [sp, #32] b LBB1_15 LBB1_15: ; in Loop: Header=BB1_13 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_13 LBB1_16: ldr w9, [sp, #32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: bl ___stack_chk_fail LBB1_18: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _arr ; @arr .p2align 2 _arr: .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 .globl _sum ; @sum .zerofill __DATA,__common,_sum,16,2 .globl _part ; @part .zerofill __DATA,__common,_part,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Failed to create threads.\n" l_.str.1: ; @.str.1 .asciz "Failed to join threads.\n" l_.str.2: ; @.str.2 .asciz "total sum: %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _calculate_sum ## -- Begin function calculate_sum .p2align 4, 0x90 _calculate_sum: ## @calculate_sum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl _part(%rip), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, _part(%rip) movl %eax, -12(%rbp) movl -12(%rbp), %eax shll $3, %eax movl %eax, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax movl -12(%rbp), %ecx addl $1, %ecx shll $3, %ecx cmpl %ecx, %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -16(%rbp), %rcx leaq _arr(%rip), %rax movl (%rax,%rcx,4), %edx movslq -12(%rbp), %rcx leaq _sum(%rip), %rax addl (%rax,%rcx,4), %edx leaq _sum(%rip), %rax movl %edx, (%rax,%rcx,4) ## %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: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) movl $0, -56(%rbp) movl $0, -60(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $4, -60(%rbp) jge LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movslq -60(%rbp), %rax leaq -48(%rbp), %rdi shlq $3, %rax addq %rax, %rdi xorl %eax, %eax movl %eax, %ecx leaq _calculate_sum(%rip), %rdx movq %rcx, %rsi callq _pthread_create movl %eax, -64(%rbp) cmpl $0, -64(%rbp) je LBB1_4 ## %bb.3: leaq L_.str(%rip), %rdi xorl %eax, %eax movl %eax, -80(%rbp) ## 4-byte Spill callq _printf movl -80(%rbp), %edi ## 4-byte Reload callq _exit LBB1_4: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_5 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB1_1 LBB1_6: movl $0, -68(%rbp) LBB1_7: ## =>This Inner Loop Header: Depth=1 cmpl $4, -68(%rbp) jge LBB1_12 ## %bb.8: ## in Loop: Header=BB1_7 Depth=1 movslq -68(%rbp), %rax movq -48(%rbp,%rax,8), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join movl %eax, -72(%rbp) cmpl $0, -72(%rbp) je LBB1_10 ## %bb.9: leaq L_.str.1(%rip), %rdi xorl %eax, %eax movl %eax, -84(%rbp) ## 4-byte Spill callq _printf movl -84(%rbp), %edi ## 4-byte Reload callq _exit LBB1_10: ## in Loop: Header=BB1_7 Depth=1 jmp LBB1_11 LBB1_11: ## in Loop: Header=BB1_7 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB1_7 LBB1_12: movl $0, -76(%rbp) LBB1_13: ## =>This Inner Loop Header: Depth=1 cmpl $4, -76(%rbp) jge LBB1_16 ## %bb.14: ## in Loop: Header=BB1_13 Depth=1 movslq -76(%rbp), %rcx leaq _sum(%rip), %rax movl (%rax,%rcx,4), %eax addl -56(%rbp), %eax movl %eax, -56(%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 -56(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_18 ## %bb.17: xorl %eax, %eax addq $96, %rsp popq %rbp retq LBB1_18: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __DATA,__data .globl _arr ## @arr .p2align 4 _arr: .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 .globl _sum ## @sum .zerofill __DATA,__common,_sum,16,4 .globl _part ## @part .zerofill __DATA,__common,_part,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Failed to create threads.\n" L_.str.1: ## @.str.1 .asciz "Failed to join threads.\n" L_.str.2: ## @.str.2 .asciz "total sum: %d\n" .subsections_via_symbols
the_stack_data/31388759.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _findPoint ; -- Begin function findPoint .p2align 2 _findPoint: ; @findPoint .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] stur w2, [x29, #-12] stur w3, [x29, #-16] str x4, [sp, #24] ldr x9, [sp, #24] mov w8, #2 str w8, [sp, #12] ; 4-byte Folded Spill str w8, [x9] ldr x8, [sp, #24] ldrsw x8, [x8] lsl x0, x8, #2 bl _malloc ldr w8, [sp, #12] ; 4-byte Folded Reload str x0, [sp, #16] ldur w9, [x29, #-12] mul w9, w8, w9 ldur w10, [x29, #-4] subs w9, w9, w10 ldr x10, [sp, #16] str w9, [x10] ldur w9, [x29, #-16] mul w8, w8, w9 ldur w9, [x29, #-8] subs w8, w8, w9 ldr x9, [sp, #16] str w8, [x9, #4] ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _getenv adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen stur x0, [x29, #-16] bl _readline bl _rtrim bl _ltrim bl _parse_int stur w0, [x29, #-20] stur wzr, [x29, #-24] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_10 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 bl _readline bl _rtrim bl _split_string stur x0, [x29, #-32] ldur x8, [x29, #-32] ldr x0, [x8] bl _parse_int stur w0, [x29, #-36] ldur x8, [x29, #-32] ldr x0, [x8, #8] bl _parse_int str w0, [sp, #40] ldur x8, [x29, #-32] ldr x0, [x8, #16] bl _parse_int str w0, [sp, #36] ldur x8, [x29, #-32] ldr x0, [x8, #24] bl _parse_int str w0, [sp, #32] ldur w0, [x29, #-36] ldr w1, [sp, #40] ldr w2, [sp, #36] ldr w3, [sp, #32] add x4, sp, #28 bl _findPoint str x0, [sp, #16] str wzr, [sp, #12] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldur x0, [x29, #-16] 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 x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf ldr w8, [sp, #12] ldr w9, [sp, #28] subs w9, w9, #1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldur x0, [x29, #-16] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_3 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 ldur x0, [x29, #-16] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf b LBB1_9 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_1 LBB1_10: ldur x0, [x29, #-16] bl _fclose mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _parse_int ; -- Begin function parse_int .p2align 2 _parse_int: ; @parse_int .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] add x1, sp, #16 mov w2, #10 bl _strtol mov x8, x0 str w8, [sp, #12] ldr x8, [sp, #16] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: mov w0, #1 bl _exit LBB2_3: ldr w0, [sp, #12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _ltrim ; -- Begin function ltrim .p2align 2 _ltrim: ; @ltrim .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB3_10 LBB3_2: ldr x8, [sp, #16] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB3_10 LBB3_4: b LBB3_5 LBB3_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=1 ldr x8, [sp, #16] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB3_9 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_5 Depth=1 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB3_5 LBB3_9: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB3_10 LBB3_10: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _rtrim ; -- Begin function rtrim .p2align 2 _rtrim: ; @rtrim .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, LBB4_2 b LBB4_1 LBB4_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB4_10 LBB4_2: ldur x8, [x29, #-16] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB4_10 LBB4_4: ldur x8, [x29, #-16] str x8, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen ldr x8, [sp, #16] ; 8-byte Folded Reload add x8, x8, x0 subs x8, x8, #1 str x8, [sp, #24] b LBB4_5 LBB4_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, lo mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_5 Depth=1 ldr x8, [sp, #24] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB4_7 LBB4_7: ; in Loop: Header=BB4_5 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB4_9 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_5 Depth=1 ldr x8, [sp, #24] subs x8, x8, #1 str x8, [sp, #24] b LBB4_5 LBB4_9: ldr x8, [sp, #24] strb wzr, [x8, #1] ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB4_10 LBB4_10: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _split_string ; -- Begin function split_string .p2align 2 _split_string: ; @split_string .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] ; kill: def $x8 killed $xzr str xzr, [sp, #24] ldur x0, [x29, #-16] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strtok str x0, [sp, #16] str wzr, [sp, #12] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_5 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr x0, [sp, #24] ldr w8, [sp, #12] add w9, w8, #1 str w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 sxtw x9, w8 mov x8, #8 mul x1, x8, x9 bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB5_6 LBB5_4: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #24] ldr w10, [sp, #12] subs w10, w10, #1 str x8, [x9, w10, sxtw #3] mov x0, #0 adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strtok str x0, [sp, #16] b LBB5_1 LBB5_5: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB5_6 LBB5_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .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 mov x8, #1024 stur x8, [x29, #-8] stur xzr, [x29, #-16] ldur x0, [x29, #-8] bl _malloc str x0, [sp, #24] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] add x8, x8, x9 str x8, [sp, #16] ldr x0, [sp, #16] ldur x8, [x29, #-8] ldur x9, [x29, #-16] subs x8, x8, x9 mov x1, x8 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] bl _fgets str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_3 b LBB6_2 LBB6_2: b LBB6_9 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr x0, [sp, #16] bl _strlen ldur x8, [x29, #-16] add x8, x8, x0 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldur x9, [x29, #-8] subs x9, x9, #1 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: b LBB6_9 LBB6_6: ; in Loop: Header=BB6_1 Depth=1 ldur x8, [x29, #-8] lsl x8, x8, #1 stur x8, [x29, #-8] ldr x0, [sp, #24] ldur x1, [x29, #-8] bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_8 b LBB6_7 LBB6_7: ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB6_9 LBB6_8: ; in Loop: Header=BB6_1 Depth=1 b LBB6_1 LBB6_9: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB6_13 b LBB6_10 LBB6_10: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 add x8, x8, x9 strb wzr, [x8] ldr x0, [sp, #24] ldur x1, [x29, #-16] bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_12 b LBB6_11 LBB6_11: ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB6_12 LBB6_12: b LBB6_17 LBB6_13: ldr x0, [sp, #24] ldur x8, [x29, #-16] add x1, x8, #1 bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_15 b LBB6_14 LBB6_14: ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB6_16 LBB6_15: ldr x8, [sp, #24] ldur x9, [x29, #-16] add x8, x8, x9 strb wzr, [x8] b LBB6_16 LBB6_16: b LBB6_17 LBB6_17: ldr x0, [sp, #24] 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 "OUTPUT_PATH" l_.str.1: ; @.str.1 .asciz "w" l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz " " l_.str.4: ; @.str.4 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _findPoint ## -- Begin function findPoint .p2align 4, 0x90 _findPoint: ## @findPoint .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movl %ecx, -16(%rbp) movq %r8, -24(%rbp) movq -24(%rbp), %rax movl $2, (%rax) movq -24(%rbp), %rax movslq (%rax), %rdi shlq $2, %rdi callq _malloc movq %rax, -32(%rbp) movl -12(%rbp), %ecx shll $1, %ecx subl -4(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movl -16(%rbp), %ecx shll $1, %ecx subl -8(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 4(%rax) movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi callq _getenv movq %rax, %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -16(%rbp) callq _readline movq %rax, %rdi callq _rtrim movq %rax, %rdi callq _ltrim movq %rax, %rdi callq _parse_int movl %eax, -20(%rbp) movl $0, -24(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_10 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 callq _readline movq %rax, %rdi callq _rtrim movq %rax, %rdi callq _split_string movq %rax, -32(%rbp) movq -32(%rbp), %rax movq (%rax), %rdi callq _parse_int movl %eax, -36(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rdi callq _parse_int movl %eax, -40(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rdi callq _parse_int movl %eax, -44(%rbp) movq -32(%rbp), %rax movq 24(%rax), %rdi callq _parse_int movl %eax, -48(%rbp) movl -36(%rbp), %edi movl -40(%rbp), %esi movl -44(%rbp), %edx movl -48(%rbp), %ecx leaq -52(%rbp), %r8 callq _findPoint movq %rax, -64(%rbp) movl $0, -68(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -68(%rbp), %eax cmpl -52(%rbp), %eax jge LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rdi movq -64(%rbp), %rax movslq -68(%rbp), %rcx movl (%rax,%rcx,4), %edx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movl -68(%rbp), %eax movl -52(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax je LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf LBB1_6: ## in Loop: Header=BB1_3 Depth=2 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_3 Depth=2 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB1_3 LBB1_8: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rdi leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf ## %bb.9: ## in Loop: Header=BB1_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_1 LBB1_10: movq -16(%rbp), %rdi callq _fclose xorl %eax, %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _parse_int ## -- Begin function parse_int .p2align 4, 0x90 _parse_int: ## @parse_int .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq -16(%rbp), %rsi movl $10, %edx callq _strtol ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) movq -16(%rbp), %rax cmpq -8(%rbp), %rax je LBB2_2 ## %bb.1: movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB2_3 LBB2_2: movl $1, %edi callq _exit LBB2_3: movl -20(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ltrim ## -- Begin function ltrim .p2align 4, 0x90 _ltrim: ## @ltrim .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) jne LBB3_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB3_10 LBB3_2: movq -16(%rbp), %rax cmpb $0, (%rax) jne LBB3_4 ## %bb.3: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB3_10 LBB3_4: jmp LBB3_5 LBB3_5: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -17(%rbp) ## 1-byte Spill je LBB3_7 ## %bb.6: ## in Loop: Header=BB3_5 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al movb %al, -17(%rbp) ## 1-byte Spill LBB3_7: ## in Loop: Header=BB3_5 Depth=1 movb -17(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_8 jmp LBB3_9 LBB3_8: ## in Loop: Header=BB3_5 Depth=1 movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB3_5 LBB3_9: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB3_10: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _rtrim ## -- Begin function rtrim .p2align 4, 0x90 _rtrim: ## @rtrim .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 LBB4_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB4_10 LBB4_2: movq -16(%rbp), %rax cmpb $0, (%rax) jne LBB4_4 ## %bb.3: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB4_10 LBB4_4: movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq %rax, %rcx movq -32(%rbp), %rax ## 8-byte Reload addq %rcx, %rax addq $-1, %rax movq %rax, -24(%rbp) LBB4_5: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq -16(%rbp), %rcx movb %al, -33(%rbp) ## 1-byte Spill jb LBB4_7 ## %bb.6: ## in Loop: Header=BB4_5 Depth=1 movq -24(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al movb %al, -33(%rbp) ## 1-byte Spill LBB4_7: ## in Loop: Header=BB4_5 Depth=1 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_8 jmp LBB4_9 LBB4_8: ## in Loop: Header=BB4_5 Depth=1 movq -24(%rbp), %rax addq $-1, %rax movq %rax, -24(%rbp) jmp LBB4_5 LBB4_9: movq -24(%rbp), %rax movb $0, 1(%rax) movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB4_10: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _split_string ## -- Begin function split_string .p2align 4, 0x90 _split_string: ## @split_string .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq $0, -24(%rbp) movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strtok movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB5_5 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -24(%rbp), %rdi movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) movslq %eax, %rsi shlq $3, %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB5_4 ## %bb.3: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB5_6 LBB5_4: ## in Loop: Header=BB5_1 Depth=1 movq -32(%rbp), %rdx movq -24(%rbp), %rax movl -36(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq %rdx, (%rax,%rcx,8) xorl %eax, %eax movl %eax, %edi leaq L_.str.3(%rip), %rsi callq _strtok movq %rax, -32(%rbp) jmp LBB5_1 LBB5_5: movq -24(%rbp), %rax movq %rax, -8(%rbp) LBB5_6: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- 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 $48, %rsp movq $1024, -8(%rbp) ## imm = 0x400 movq $0, -16(%rbp) movq -8(%rbp), %rdi callq _malloc movq %rax, -24(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax addq -16(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi movq -8(%rbp), %rax subq -16(%rbp), %rax movl %eax, %esi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx callq _fgets movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB6_3 ## %bb.2: jmp LBB6_9 LBB6_3: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rdi callq _strlen addq -16(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rcx subq $1, %rcx cmpq %rcx, %rax jb LBB6_5 ## %bb.4: ## in Loop: Header=BB6_1 Depth=1 movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB6_6 LBB6_5: jmp LBB6_9 LBB6_6: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax shlq $1, %rax movq %rax, -8(%rbp) movq -24(%rbp), %rdi movq -8(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB6_8 ## %bb.7: movq $0, -24(%rbp) jmp LBB6_9 LBB6_8: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_1 LBB6_9: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB6_13 ## %bb.10: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movb $0, (%rax,%rcx) movq -24(%rbp), %rdi movq -16(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB6_12 ## %bb.11: movq $0, -24(%rbp) LBB6_12: jmp LBB6_17 LBB6_13: movq -24(%rbp), %rdi movq -16(%rbp), %rsi addq $1, %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB6_15 ## %bb.14: movq $0, -24(%rbp) jmp LBB6_16 LBB6_15: movq -24(%rbp), %rax movq -16(%rbp), %rcx movb $0, (%rax,%rcx) LBB6_16: jmp LBB6_17 LBB6_17: movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "OUTPUT_PATH" L_.str.1: ## @.str.1 .asciz "w" L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz " " L_.str.4: ## @.str.4 .asciz "\n" .subsections_via_symbols
the_stack_data/879099.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello World!\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello World!\n" .subsections_via_symbols
the_stack_data/150139410.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _arithmeticPointers ; -- Begin function arithmeticPointers .p2align 2 _arithmeticPointers: ; @arithmeticPointers .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _puts adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _puts adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _puts str wzr, [sp, #44] adrp x9, l___const.arithmeticPointers.arr@PAGE add x9, x9, l___const.arithmeticPointers.arr@PAGEOFF ldr q0, [x9] sub x8, x29, #32 stur q0, [x29, #-32] ldr w9, [x9, #16] stur w9, [x29, #-16] str x8, [sp, #32] ldr x8, [sp, #32] add x8, x8, #20 str x8, [sp, #24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #32] ldr w9, [x8] ldr w8, [sp, #44] add w8, w8, w9 str w8, [sp, #44] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #32] add x8, x8, #4 str x8, [sp, #32] b LBB0_1 LBB0_4: ldr w9, [sp, #44] ; 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 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _puts adrp x8, l___const.arithmeticPointers.str@PAGE add x8, x8, l___const.arithmeticPointers.str@PAGEOFF ldr x9, [x8] add x0, sp, #48 str x9, [sp, #48] ldrh w8, [x8, #8] strh w8, [sp, #56] bl _strLen str w0, [sp, #20] ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf 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: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 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 LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB1_1 LBB1_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Since pointers point to a memory address we can inc or dec as such:" l_.str.1: ; @.str.1 .asciz "ptr++ or ptr--" l_.str.2: ; @.str.2 .asciz "\nWith this in mind we can loop through an array" .section __TEXT,__const .p2align 2 ; @__const.arithmeticPointers.arr l___const.arithmeticPointers.arr: .long 10 ; 0xa .long 41 ; 0x29 .long 72 ; 0x48 .long 8 ; 0x8 .long 69 ; 0x45 .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "\nSum of array: %d\n" l_.str.4: ; @.str.4 .asciz "Refer to ArithmeticPointers.c for the code" l___const.arithmeticPointers.str: ; @__const.arithmeticPointers.str .asciz "12345abcd" l_.str.5: ; @.str.5 .asciz "\nCalculate the length of a string: \"12345abcd\" => %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _arithmeticPointers ## -- Begin function arithmeticPointers .p2align 4, 0x90 _arithmeticPointers: ## @arithmeticPointers .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) leaq L_.str(%rip), %rdi callq _puts leaq L_.str.1(%rip), %rdi callq _puts leaq L_.str.2(%rip), %rdi callq _puts movl $0, -48(%rbp) movq l___const.arithmeticPointers.arr(%rip), %rax movq %rax, -32(%rbp) movq l___const.arithmeticPointers.arr+8(%rip), %rax movq %rax, -24(%rbp) movl l___const.arithmeticPointers.arr+16(%rip), %eax movl %eax, -16(%rbp) leaq -32(%rbp), %rax movq %rax, -56(%rbp) movq -56(%rbp), %rax addq $20, %rax movq %rax, -64(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -56(%rbp), %rax cmpq -64(%rbp), %rax jae LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -56(%rbp), %rax movl (%rax), %eax addl -48(%rbp), %eax movl %eax, -48(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -56(%rbp), %rax addq $4, %rax movq %rax, -56(%rbp) jmp LBB0_1 LBB0_4: movl -48(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi callq _puts movq L___const.arithmeticPointers.str(%rip), %rax movq %rax, -42(%rbp) movw L___const.arithmeticPointers.str+8(%rip), %ax movw %ax, -34(%rbp) leaq -42(%rbp), %rdi callq _strLen movl %eax, -68(%rbp) movl -68(%rbp), %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_6 ## %bb.5: addq $80, %rsp popq %rbp retq LBB0_6: callq ___stack_chk_fail ud2 .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) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpb $0, (%rax) je LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB1_1 LBB1_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Since pointers point to a memory address we can inc or dec as such:" L_.str.1: ## @.str.1 .asciz "ptr++ or ptr--" L_.str.2: ## @.str.2 .asciz "\nWith this in mind we can loop through an array" .section __TEXT,__const .p2align 4 ## @__const.arithmeticPointers.arr l___const.arithmeticPointers.arr: .long 10 ## 0xa .long 41 ## 0x29 .long 72 ## 0x48 .long 8 ## 0x8 .long 69 ## 0x45 .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "\nSum of array: %d\n" L_.str.4: ## @.str.4 .asciz "Refer to ArithmeticPointers.c for the code" L___const.arithmeticPointers.str: ## @__const.arithmeticPointers.str .asciz "12345abcd" L_.str.5: ## @.str.5 .asciz "\nCalculate the length of a string: \"12345abcd\" => %d" .subsections_via_symbols
the_stack_data/107954343.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, #36] str wzr, [sp, #28] str wzr, [sp, #24] str wzr, [sp, #20] str wzr, [sp, #16] movi d0, #0000000000000000 str s0, [sp, #12] str wzr, [sp, #32] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] subs w8, w8, #7 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #32] 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 ldrsw x9, [sp, #32] add x8, sp, #40 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB0_1 LBB0_4: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #32] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] subs w8, w8, #7 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #40 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB0_5 LBB0_8: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #32] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] subs w8, w8, #7 cset w8, gt tbnz w8, #0, LBB0_19 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr s0, [sp, #12] ldrsw x9, [sp, #32] add x8, sp, #40 ldr s1, [x8, x9, lsl #2] scvtf s1, s1 fadd s0, s0, s1 str s0, [sp, #12] ldrsw x9, [sp, #32] ldr w8, [x8, x9, lsl #2] mov w10, #5 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_9 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #40 ldr w8, [x8, x9, lsl #2] subs w8, w8, #10 cset w8, le tbnz w8, #0, LBB0_15 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #40 ldr w8, [x8, x9, lsl #2] subs w8, w8, #30 cset w8, ge tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #40 ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_9 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #40 ldr w8, [x8, x9, lsl #2] str w8, [sp, #16] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_9 Depth=1 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB0_9 LBB0_19: ldr s0, [sp, #12] fmov s1, #8.00000000 fdiv s0, s0, s1 fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _system ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: bl ___stack_chk_fail LBB0_21: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Informe um numero %d: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "\n" l_.str.3: ; @.str.3 .asciz "\n\n" l_.str.4: ; @.str.4 .asciz "\t%d" l_.str.5: ; @.str.5 .asciz "\n| A media do vetor e: %3.2f |" l_.str.6: ; @.str.6 .asciz "\n| Multiplos de 5: %d |" l_.str.7: ; @.str.7 .asciz "\n| Entre 10 e 30: %d |" l_.str.8: ; @.str.8 .asciz "\n| Maior numero: %d |" l_.str.9: ; @.str.9 .asciz "pause" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function main LCPI0_0: .long 0x41000000 ## float 8 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) movl $0, -60(%rbp) movl $0, -64(%rbp) movl $0, -68(%rbp) movl $0, -72(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -76(%rbp) movl $0, -56(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $7, -56(%rbp) jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -56(%rbp), %esi addl $1, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movslq -56(%rbp), %rax leaq -48(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %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.3(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $7, -56(%rbp) jg LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -56(%rbp), %rax movl -48(%rbp,%rax,4), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_5 LBB0_8: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 cmpl $7, -56(%rbp) jg LBB0_19 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movslq -56(%rbp), %rax cvtsi2ssl -48(%rbp,%rax,4), %xmm1 addss %xmm1, %xmm0 movss %xmm0, -76(%rbp) movslq -56(%rbp), %rax movl -48(%rbp,%rax,4), %eax movl $5, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_12 ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) LBB0_12: ## in Loop: Header=BB0_9 Depth=1 movslq -56(%rbp), %rax cmpl $10, -48(%rbp,%rax,4) jle LBB0_15 ## %bb.13: ## in Loop: Header=BB0_9 Depth=1 movslq -56(%rbp), %rax cmpl $30, -48(%rbp,%rax,4) jge LBB0_15 ## %bb.14: ## in Loop: Header=BB0_9 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) LBB0_15: ## in Loop: Header=BB0_9 Depth=1 movslq -56(%rbp), %rax movl -48(%rbp,%rax,4), %eax cmpl -72(%rbp), %eax jle LBB0_17 ## %bb.16: ## in Loop: Header=BB0_9 Depth=1 movslq -56(%rbp), %rax movl -48(%rbp,%rax,4), %eax movl %eax, -72(%rbp) LBB0_17: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_18 LBB0_18: ## in Loop: Header=BB0_9 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_9 LBB0_19: movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 leaq L_.str.5(%rip), %rdi movb $1, %al callq _printf movl -64(%rbp), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl -68(%rbp), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl -72(%rbp), %esi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi callq _system movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_21 ## %bb.20: xorl %eax, %eax addq $80, %rsp popq %rbp retq LBB0_21: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Informe um numero %d: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "\n" L_.str.3: ## @.str.3 .asciz "\n\n" L_.str.4: ## @.str.4 .asciz "\t%d" L_.str.5: ## @.str.5 .asciz "\n| A media do vetor e: %3.2f |" L_.str.6: ## @.str.6 .asciz "\n| Multiplos de 5: %d |" L_.str.7: ## @.str.7 .asciz "\n| Entre 10 e 30: %d |" L_.str.8: ## @.str.8 .asciz "\n| Maior numero: %d |" L_.str.9: ## @.str.9 .asciz "pause" .subsections_via_symbols
the_stack_data/231393817.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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-8] str wzr, [sp, #32] ldr x0, [x8] mov x9, sp sub x8, x29, #28 str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF str x1, [sp, #24] ; 8-byte Folded Spill bl _fprintf ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] bl _fprintf 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, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "addr=%p\n" l_.str.1: ; @.str.1 .asciz "arr is present\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -32(%rbp), %rdx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf 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 $48, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "addr=%p\n" L_.str.1: ## @.str.1 .asciz "arr is present\n" .subsections_via_symbols
the_stack_data/117327266.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reach_error ; -- Begin function reach_error .p2align 2 _reach_error: ; @reach_error .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .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, LBB1_3 b LBB1_1 LBB1_1: b LBB1_2 LBB1_2: bl _reach_error bl _abort LBB1_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, #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 LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] mov w9, #268435455 subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #2 str w8, [sp, #8] b LBB2_1 LBB2_3: ldr w8, [sp, #8] mov w10, #2 udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assert ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reach_error ## -- Begin function reach_error .p2align 4, 0x90 _reach_error: ## @reach_error .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 ___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 LBB1_3 ## %bb.1: jmp LBB1_2 LBB1_2: callq _reach_error callq _abort LBB1_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 $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $268435455, -8(%rbp) ## imm = 0xFFFFFFF jae LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -8(%rbp), %eax addl $2, %eax movl %eax, -8(%rbp) jmp LBB2_1 LBB2_3: movl -8(%rbp), %eax andl $1, %eax cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/72012025.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, #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] stur wzr, [x29, #-40] mov x9, sp str x9, [sp, #112] ; 8-byte Folded Spill sub x8, x29, #45 str x8, [sp, #120] ; 8-byte Folded Spill str x8, [x9] sub x8, x29, #48 str x8, [sp, #128] ; 8-byte Folded Spill str x8, [x9, #8] sub x8, x29, #49 str x8, [x9, #16] sub x8, x29, #56 str x8, [x9, #24] sub x8, x29, #60 str x8, [x9, #32] sub x8, x29, #64 str x8, [x9, #40] sub x8, x29, #34 stur x8, [x29, #-120] ; 8-byte Folded Spill str x8, [x9, #48] sub x8, x29, #68 str x8, [x9, #56] sub x8, x29, #72 str x8, [x9, #64] sub x8, x29, #76 str x8, [x9, #72] sub x8, x29, #100 str x8, [x9, #80] sub x8, x29, #88 str x8, [x9, #88] sub x8, x29, #96 str x8, [x9, #96] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldr x1, [sp, #120] ; 8-byte Folded Reload ldr x17, [sp, #128] ; 8-byte Folded Reload ldur x13, [x29, #-120] ; 8-byte Folded Reload ldursb w0, [x29, #-49] ldur w8, [x29, #-60] ; implicit-def: $x16 mov x16, x8 ldur w8, [x29, #-64] ; implicit-def: $x15 mov x15, x8 ldur w8, [x29, #-56] ; implicit-def: $x14 mov x14, x8 ldur w8, [x29, #-68] ; implicit-def: $x12 mov x12, x8 ldur w8, [x29, #-72] ; implicit-def: $x11 mov x11, x8 ldur w8, [x29, #-76] ; implicit-def: $x10 mov x10, x8 ldur d1, [x29, #-88] ldur d0, [x29, #-96] ldur w9, [x29, #-100] ; implicit-def: $x8 mov x8, x9 mov x9, sp stur x9, [x29, #-112] ; 8-byte Folded Spill str x1, [x9] str x17, [x9, #8] ; implicit-def: $x17 mov x17, x0 str x17, [x9, #16] str x16, [x9, #24] str x15, [x9, #32] str x14, [x9, #40] str x13, [x9, #48] str x12, [x9, #56] str x11, [x9, #64] str x10, [x9, #72] str d1, [x9, #80] str d0, [x9, #88] str x8, [x9, #96] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #0 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,__cstring,cstring_literals l_.str: ; @.str .asciz "%4s %2s %c %d-%d-%d %9s %d %d %d %d %% %lf %lf" l_.str.1: ; @.str.1 .asciz "%s %s \t %c \n%.2d-%d-%d, %.3s.\nC = %d \t Music = %d \t Medicine = %d\nMean = %.1f \t SD = %.2f \t Top = %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 pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $152, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) movl $0, -64(%rbp) leaq -69(%rbp), %rsi leaq -72(%rbp), %rdx leaq -58(%rbp), %r12 leaq L_.str(%rip), %rdi leaq -73(%rbp), %rcx leaq -80(%rbp), %r8 leaq -84(%rbp), %r9 leaq -88(%rbp), %r13 leaq -92(%rbp), %r15 leaq -96(%rbp), %r14 leaq -100(%rbp), %rbx leaq -124(%rbp), %r11 leaq -112(%rbp), %r10 leaq -120(%rbp), %rax movq %r13, (%rsp) movq %r12, 8(%rsp) movq %r15, 16(%rsp) movq %r14, 24(%rsp) movq %rbx, 32(%rsp) movq %r11, 40(%rsp) movq %r10, 48(%rsp) movq %rax, 56(%rsp) movb $0, %al callq _scanf leaq -69(%rbp), %rsi leaq -72(%rbp), %rdx movsbl -73(%rbp), %ecx movl -84(%rbp), %r8d movl -88(%rbp), %r9d movl -80(%rbp), %r15d leaq -58(%rbp), %r14 movl -92(%rbp), %ebx movl -96(%rbp), %r11d movl -100(%rbp), %r10d movsd -112(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -120(%rbp), %xmm1 ## xmm1 = mem[0],zero movl -124(%rbp), %eax leaq L_.str.1(%rip), %rdi movl %r15d, (%rsp) movq %r14, 8(%rsp) movl %ebx, 16(%rsp) movl %r11d, 24(%rsp) movl %r10d, 32(%rsp) movl %eax, 40(%rsp) movb $2, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -48(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: xorl %eax, %eax addq $152, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%4s %2s %c %d-%d-%d %9s %d %d %d %d %% %lf %lf" L_.str.1: ## @.str.1 .asciz "%s %s \t %c \n%.2d-%d-%d, %.3s.\nC = %d \t Music = %d \t Medicine = %d\nMean = %.1f \t SD = %.2f \t Top = %d%%\n" .subsections_via_symbols
the_stack_data/165767751.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, #10080 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #1888 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #48] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ; Child Loop BB0_9 Depth 2 ; Child Loop BB0_11 Depth 3 add x0, sp, #1055 bl _gets subs x8, x0, #0 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 add x0, sp, #54 bl _gets subs x8, x0, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB0_27 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 mov w8, #1 str w8, [sp, #28] str wzr, [sp, #24] str wzr, [sp, #44] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #44] subs w8, w8, #1001 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldrsw x10, [sp, #44] add x9, sp, #2056 mov w8, #0 str w8, [x9, x10, lsl #2] add x9, x9, #4008 ldrsw x10, [sp, #44] str w8, [x9, x10, lsl #2] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 add x0, sp, #1055 bl _strlen mov x8, x0 str w8, [sp, #36] add x0, sp, #54 bl _strlen mov x8, x0 str w8, [sp, #32] str wzr, [sp, #44] b LBB0_9 LBB0_9: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_11 Depth 3 ldr w8, [sp, #44] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_26 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=2 str wzr, [sp, #40] b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_9 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #40] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_24 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=3 ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=3 ldr w8, [sp, #40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_11 Depth=3 b LBB0_22 LBB0_15: ; in Loop: Header=BB0_11 Depth=3 ldr w8, [sp, #40] subs w9, w8, #1 add x8, sp, #1055 ldrsb w8, [x8, w9, sxtw] ldr w9, [sp, #44] subs w10, w9, #1 add x9, sp, #54 ldrsb w9, [x9, w10, sxtw] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_11 Depth=3 ldrsw x8, [sp, #24] mov x11, #4008 mul x10, x8, x11 add x9, sp, #2056 mov x8, x9 add x8, x8, x10 ldr w10, [sp, #40] subs w10, w10, #1 ldr w8, [x8, w10, sxtw #2] add w8, w8, #1 ldrsw x10, [sp, #28] mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [sp, #40] str w8, [x9, x10, lsl #2] b LBB0_21 LBB0_17: ; in Loop: Header=BB0_11 Depth=3 ldrsw x8, [sp, #28] mov x11, #4008 mul x10, x8, x11 add x9, sp, #2056 mov x8, x9 add x8, x8, x10 ldr w10, [sp, #40] subs w10, w10, #1 ldr w8, [x8, w10, sxtw #2] ldrsw x10, [sp, #24] mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [sp, #40] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_11 Depth=3 ldrsw x8, [sp, #28] mov x9, #4008 mul x9, x8, x9 add x8, sp, #2056 add x8, x8, x9 ldr w9, [sp, #40] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_20 LBB0_19: ; in Loop: Header=BB0_11 Depth=3 ldrsw x8, [sp, #24] mov x9, #4008 mul x9, x8, x9 add x8, sp, #2056 add x8, x8, x9 ldrsw x9, [sp, #40] ldr w8, [x8, x9, lsl #2] str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_20 LBB0_20: ; in Loop: Header=BB0_11 Depth=3 ldr w8, [sp, #16] ; 4-byte Folded Reload ldrsw x9, [sp, #28] mov x10, #4008 mul x10, x9, x10 add x9, sp, #2056 add x9, x9, x10 ldrsw x10, [sp, #40] str w8, [x9, x10, lsl #2] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_11 Depth=3 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_11 Depth=3 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_11 Depth=3 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB0_11 LBB0_24: ; in Loop: Header=BB0_9 Depth=2 ldr w8, [sp, #28] subs w8, w8, #1 cset w8, eq and w9, w8, #0x1 mov w8, #0 ands w9, w9, #0x1 csinc w8, w8, wzr, eq str w8, [sp, #24] ldr w8, [sp, #24] subs w8, w8, #1 cset w8, eq and w8, w8, #0x1 ands w8, w8, #0x1 cset w8, eq str w8, [sp, #28] b LBB0_25 LBB0_25: ; in Loop: Header=BB0_9 Depth=2 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_9 LBB0_26: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #24] mov x9, #4008 mul x9, x8, x9 add x8, sp, #2056 add x8, x8, x9 ldrsw x9, [sp, #36] 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_1 LBB0_27: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_29 b LBB0_28 LBB0_28: bl ___stack_chk_fail LBB0_29: mov w0, #0 add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #1888 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\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 $10096, %eax ## imm = 0x2770 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -10052(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 ## Child Loop BB0_9 Depth 2 ## Child Loop BB0_11 Depth 3 leaq -9040(%rbp), %rdi callq _gets movq %rax, %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq $0, %rcx movb %al, -10077(%rbp) ## 1-byte Spill je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq -10048(%rbp), %rdi callq _gets cmpq $0, %rax setne %al movb %al, -10077(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -10077(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_27 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl $1, -10072(%rbp) movl $0, -10076(%rbp) movl $0, -10056(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $1001, -10056(%rbp) ## imm = 0x3E9 jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 movslq -10056(%rbp), %rax movl $0, -8032(%rbp,%rax,4) movslq -10056(%rbp), %rax movl $0, -4024(%rbp,%rax,4) ## %bb.7: ## in Loop: Header=BB0_5 Depth=2 movl -10056(%rbp), %eax addl $1, %eax movl %eax, -10056(%rbp) jmp LBB0_5 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 leaq -9040(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -10064(%rbp) leaq -10048(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -10068(%rbp) movl $0, -10056(%rbp) LBB0_9: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_11 Depth 3 movl -10056(%rbp), %eax cmpl -10068(%rbp), %eax jg LBB0_26 ## %bb.10: ## in Loop: Header=BB0_9 Depth=2 movl $0, -10060(%rbp) LBB0_11: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_9 Depth=2 ## => This Inner Loop Header: Depth=3 movl -10060(%rbp), %eax cmpl -10064(%rbp), %eax jg LBB0_24 ## %bb.12: ## in Loop: Header=BB0_11 Depth=3 cmpl $0, -10056(%rbp) je LBB0_14 ## %bb.13: ## in Loop: Header=BB0_11 Depth=3 cmpl $0, -10060(%rbp) jne LBB0_15 LBB0_14: ## in Loop: Header=BB0_11 Depth=3 jmp LBB0_22 LBB0_15: ## in Loop: Header=BB0_11 Depth=3 movl -10060(%rbp), %eax subl $1, %eax cltq movsbl -9040(%rbp,%rax), %eax movl -10056(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl -10048(%rbp,%rcx), %ecx cmpl %ecx, %eax jne LBB0_17 ## %bb.16: ## in Loop: Header=BB0_11 Depth=3 movslq -10076(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movl -10060(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movslq -10072(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movslq -10060(%rbp), %rcx movl %edx, (%rax,%rcx,4) jmp LBB0_21 LBB0_17: ## in Loop: Header=BB0_11 Depth=3 movslq -10072(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movl -10060(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movslq -10076(%rbp), %rdx leaq -8032(%rbp), %rcx imulq $4008, %rdx, %rdx ## imm = 0xFA8 addq %rdx, %rcx movslq -10060(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jle LBB0_19 ## %bb.18: ## in Loop: Header=BB0_11 Depth=3 movslq -10072(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movl -10060(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -10084(%rbp) ## 4-byte Spill jmp LBB0_20 LBB0_19: ## in Loop: Header=BB0_11 Depth=3 movslq -10076(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movslq -10060(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -10084(%rbp) ## 4-byte Spill LBB0_20: ## in Loop: Header=BB0_11 Depth=3 movl -10084(%rbp), %edx ## 4-byte Reload movslq -10072(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movslq -10060(%rbp), %rcx movl %edx, (%rax,%rcx,4) LBB0_21: ## in Loop: Header=BB0_11 Depth=3 jmp LBB0_22 LBB0_22: ## in Loop: Header=BB0_11 Depth=3 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_11 Depth=3 movl -10060(%rbp), %eax addl $1, %eax movl %eax, -10060(%rbp) jmp LBB0_11 LBB0_24: ## in Loop: Header=BB0_9 Depth=2 movl -10072(%rbp), %edx xorl %eax, %eax movl $1, %ecx cmpl $1, %edx cmovel %ecx, %eax movl %eax, -10076(%rbp) movl -10076(%rbp), %edx movl $1, %eax xorl %ecx, %ecx cmpl $1, %edx cmovel %ecx, %eax movl %eax, -10072(%rbp) ## %bb.25: ## in Loop: Header=BB0_9 Depth=2 movl -10056(%rbp), %eax addl $1, %eax movl %eax, -10056(%rbp) jmp LBB0_9 LBB0_26: ## in Loop: Header=BB0_1 Depth=1 movslq -10076(%rbp), %rcx leaq -8032(%rbp), %rax imulq $4008, %rcx, %rcx ## imm = 0xFA8 addq %rcx, %rax movslq -10064(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1 LBB0_27: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_29 ## %bb.28: xorl %eax, %eax addq $10096, %rsp ## imm = 0x2770 popq %rbp retq LBB0_29: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/68887772.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 _readline str x0, [sp, #8] ldr x0, [sp, #8] add x1, sp, #16 mov w2, #10 bl _strtol mov x8, x0 str w8, [sp, #4] ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: mov w0, #1 bl _exit LBB0_3: ldr w8, [sp, #4] subs w8, w8, #9 cset w8, gt tbnz w8, #0, LBB0_29 b LBB0_4 LBB0_4: ldr w8, [sp, #4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_28 LBB0_6: ldr w8, [sp, #4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_27 LBB0_8: ldr w8, [sp, #4] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_26 LBB0_10: ldr w8, [sp, #4] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_25 LBB0_12: ldr w8, [sp, #4] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_24 LBB0_14: ldr w8, [sp, #4] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_23 LBB0_16: ldr w8, [sp, #4] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_22 LBB0_18: ldr w8, [sp, #4] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_21 LBB0_20: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf b LBB0_21 LBB0_21: b LBB0_22 LBB0_22: b LBB0_23 LBB0_23: b LBB0_24 LBB0_24: b LBB0_25 LBB0_25: b LBB0_26 LBB0_26: b LBB0_27 LBB0_27: b LBB0_28 LBB0_28: b LBB0_30 LBB0_29: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB0_30 LBB0_30: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- 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 mov x8, #1024 stur x8, [x29, #-8] stur xzr, [x29, #-16] ldur x0, [x29, #-8] bl _malloc str x0, [sp, #24] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] add x8, x8, x9 str x8, [sp, #16] ldr x0, [sp, #16] ldur x8, [x29, #-8] ldur x9, [x29, #-16] subs x8, x8, x9 mov x1, x8 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] bl _fgets str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: b LBB1_9 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr x0, [sp, #16] bl _strlen ldur x8, [x29, #-16] add x8, x8, x0 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldur x9, [x29, #-8] subs x9, x9, #1 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: b LBB1_9 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-8] lsl x8, x8, #1 str x8, [sp] ldr x0, [sp, #24] ldr x1, [sp] bl _realloc str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: b LBB1_9 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp] stur x8, [x29, #-8] b LBB1_1 LBB1_9: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x9, x9, #1 add x8, x8, x9 strb wzr, [x8] b LBB1_11 LBB1_11: ldr x0, [sp, #24] ldur x1, [x29, #-16] bl _realloc str x0, [sp, #24] ldr x0, [sp, #24] 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 "one" l_.str.1: ; @.str.1 .asciz "two" l_.str.2: ; @.str.2 .asciz "three" l_.str.3: ; @.str.3 .asciz "four" l_.str.4: ; @.str.4 .asciz "five" l_.str.5: ; @.str.5 .asciz "six" l_.str.6: ; @.str.6 .asciz "seven" l_.str.7: ; @.str.7 .asciz "eight" l_.str.8: ; @.str.8 .asciz "nine" l_.str.9: ; @.str.9 .asciz "Greater than 9" .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) callq _readline movq %rax, -24(%rbp) movq -24(%rbp), %rdi leaq -16(%rbp), %rsi movl $10, %edx callq _strtol ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movq -16(%rbp), %rax cmpq -24(%rbp), %rax je LBB0_2 ## %bb.1: movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB0_3 LBB0_2: movl $1, %edi callq _exit LBB0_3: cmpl $9, -28(%rbp) jg LBB0_29 ## %bb.4: cmpl $1, -28(%rbp) jne LBB0_6 ## %bb.5: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_28 LBB0_6: cmpl $2, -28(%rbp) jne LBB0_8 ## %bb.7: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_27 LBB0_8: cmpl $3, -28(%rbp) jne LBB0_10 ## %bb.9: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_26 LBB0_10: cmpl $4, -28(%rbp) jne LBB0_12 ## %bb.11: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_25 LBB0_12: cmpl $5, -28(%rbp) jne LBB0_14 ## %bb.13: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB0_24 LBB0_14: cmpl $6, -28(%rbp) jne LBB0_16 ## %bb.15: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_23 LBB0_16: cmpl $7, -28(%rbp) jne LBB0_18 ## %bb.17: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf jmp LBB0_22 LBB0_18: cmpl $8, -28(%rbp) jne LBB0_20 ## %bb.19: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB0_21 LBB0_20: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf LBB0_21: jmp LBB0_22 LBB0_22: jmp LBB0_23 LBB0_23: jmp LBB0_24 LBB0_24: jmp LBB0_25 LBB0_25: jmp LBB0_26 LBB0_26: jmp LBB0_27 LBB0_27: jmp LBB0_28 LBB0_28: jmp LBB0_30 LBB0_29: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf LBB0_30: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- 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 $48, %rsp movq $1024, -8(%rbp) ## imm = 0x400 movq $0, -16(%rbp) movq -8(%rbp), %rdi callq _malloc movq %rax, -24(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax addq -16(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi movq -8(%rbp), %rax subq -16(%rbp), %rax movl %eax, %esi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx callq _fgets movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB1_3 ## %bb.2: jmp LBB1_9 LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movq -32(%rbp), %rdi callq _strlen addq -16(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -8(%rbp), %rcx subq $1, %rcx cmpq %rcx, %rax jb LBB1_5 ## %bb.4: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB1_6 LBB1_5: jmp LBB1_9 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rax shlq $1, %rax movq %rax, -48(%rbp) movq -24(%rbp), %rdi movq -48(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB1_8 ## %bb.7: jmp LBB1_9 LBB1_8: ## in Loop: Header=BB1_1 Depth=1 movq -48(%rbp), %rax movq %rax, -8(%rbp) jmp LBB1_1 LBB1_9: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movsbl (%rax,%rcx), %eax cmpl $10, %eax jne LBB1_11 ## %bb.10: movq -24(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx movb $0, (%rax,%rcx) LBB1_11: movq -24(%rbp), %rdi movq -16(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "one" L_.str.1: ## @.str.1 .asciz "two" L_.str.2: ## @.str.2 .asciz "three" L_.str.3: ## @.str.3 .asciz "four" L_.str.4: ## @.str.4 .asciz "five" L_.str.5: ## @.str.5 .asciz "six" L_.str.6: ## @.str.6 .asciz "seven" L_.str.7: ## @.str.7 .asciz "eight" L_.str.8: ## @.str.8 .asciz "nine" L_.str.9: ## @.str.9 .asciz "Greater than 9" .subsections_via_symbols
the_stack_data/5171.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _http_base64_encode ; -- Begin function http_base64_encode .p2align 2 _http_base64_encode: ; @http_base64_encode .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] ; kill: def $x8 killed $xzr stur xzr, [x29, #-24] str xzr, [sp, #32] str wzr, [sp, #28] str wzr, [sp, #24] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_19 LBB0_2: ldur x0, [x29, #-16] bl _strlen mov x8, x0 str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov x0, #1 bl _malloc stur x0, [x29, #-24] ldur x8, [x29, #-24] strb wzr, [x8] ldur x8, [x29, #-24] stur x8, [x29, #-8] b LBB0_19 LBB0_4: ldr w8, [sp, #28] lsl w8, w8, #2 mov w10, #3 sdiv w8, w8, w10 str w8, [sp, #24] ldr w8, [sp, #28] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr w8, [sp, #28] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w9, w8, w9 mov w8, #4 subs w9, w8, w9 ldr w8, [sp, #24] add w8, w8, w9 str w8, [sp, #24] b LBB0_6 LBB0_6: ldr w8, [sp, #24] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x0, w8 bl _malloc stur x0, [x29, #-24] ldur x0, [x29, #-24] ldr w8, [sp, #24] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x2, w8 mov w1, #0 mov x3, #-1 bl ___memset_chk ldur x8, [x29, #-24] str x8, [sp, #32] b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #3 cset w8, lt tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] asr w9, w8, #2 adrp x8, _b64_alphabet@PAGE add x8, x8, _b64_alphabet@PAGEOFF add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #32] add x11, x10, #1 str x11, [sp, #32] strb w9, [x10] ldur x9, [x29, #-16] ldrsb w9, [x9] lsl w9, w9, #4 and w9, w9, #0x30 ldur x10, [x29, #-16] ldrsb w10, [x10, #1] orr w9, w9, w10, asr #4 add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #32] add x11, x10, #1 str x11, [sp, #32] strb w9, [x10] ldur x9, [x29, #-16] ldrsb w9, [x9, #1] lsl w9, w9, #2 and w9, w9, #0x3c ldur x10, [x29, #-16] ldrsb w10, [x10, #2] orr w9, w9, w10, asr #6 add x9, x8, w9, sxtw ldrb w9, [x9] ldr x10, [sp, #32] add x11, x10, #1 str x11, [sp, #32] strb w9, [x10] ldur x9, [x29, #-16] ldrsb w9, [x9, #2] and w9, w9, #0x3f add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #32] add x10, x9, #1 str x10, [sp, #32] strb w8, [x9] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #28] subs w8, w8, #3 str w8, [sp, #28] ldur x8, [x29, #-16] add x8, x8, #3 stur x8, [x29, #-16] b LBB0_7 LBB0_10: ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_18 b LBB0_11 LBB0_11: ldur x8, [x29, #-16] ldrsb w8, [x8] asr w9, w8, #2 adrp x8, _b64_alphabet@PAGE add x8, x8, _b64_alphabet@PAGEOFF add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #32] add x10, x9, #1 str x10, [sp, #32] strb w8, [x9] ldur x8, [x29, #-16] ldrsb w8, [x8] lsl w8, w8, #4 and w8, w8, #0x30 str w8, [sp, #20] ; 4-byte Folded Spill ldr w8, [sp, #28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldur x8, [x29, #-16] ldrsb w8, [x8, #1] asr w8, w8, #4 str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_14 LBB0_13: mov w8, #0 str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_14 LBB0_14: ldr w8, [sp, #20] ; 4-byte Folded Reload ldr w9, [sp, #16] ; 4-byte Folded Reload orr w9, w8, w9 adrp x8, _b64_alphabet@PAGE add x8, x8, _b64_alphabet@PAGEOFF add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #32] add x10, x9, #1 str x10, [sp, #32] strb w8, [x9] ldr w8, [sp, #28] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: mov w8, #61 str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_17 LBB0_16: ldur x8, [x29, #-16] ldrsb w8, [x8, #1] lsl w8, w8, #2 and w9, w8, #0x3c adrp x8, _b64_alphabet@PAGE add x8, x8, _b64_alphabet@PAGEOFF ldrsb w8, [x8, w9, sxtw] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_17 LBB0_17: ldr w8, [sp, #12] ; 4-byte Folded Reload ldr x9, [sp, #32] add x10, x9, #1 str x10, [sp, #32] strb w8, [x9] ldr x9, [sp, #32] add x8, x9, #1 str x8, [sp, #32] mov w8, #61 strb w8, [x9] b LBB0_18 LBB0_18: ldr x8, [sp, #32] strb wzr, [x8] ldur x8, [x29, #-24] stur x8, [x29, #-8] b LBB0_19 LBB0_19: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _b64_alphabet ; @b64_alphabet _b64_alphabet: .ascii "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _http_base64_encode ## -- Begin function http_base64_encode .p2align 4, 0x90 _http_base64_encode: ## @http_base64_encode .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq $0, -24(%rbp) movq $0, -32(%rbp) movl $0, -36(%rbp) movl $0, -40(%rbp) cmpq $0, -16(%rbp) jne LBB0_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB0_19 LBB0_2: movq -16(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jne LBB0_4 ## %bb.3: movl $1, %edi callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rax movb $0, (%rax) movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB0_19 LBB0_4: movl -36(%rbp), %eax shll $2, %eax movl $3, %ecx cltd idivl %ecx movl %eax, -40(%rbp) movl -36(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx jle LBB0_6 ## %bb.5: movl -36(%rbp), %eax movl $3, %ecx cltd idivl %ecx movl $4, %eax subl %edx, %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) LBB0_6: movl -40(%rbp), %eax addl $1, %eax movslq %eax, %rdi callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rdi movl -40(%rbp), %eax addl $1, %eax movslq %eax, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movq -24(%rbp), %rax movq %rax, -32(%rbp) LBB0_7: ## =>This Inner Loop Header: Depth=1 cmpl $3, -36(%rbp) jl LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax sarl $2, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) movq -16(%rbp), %rax movsbl (%rax), %eax shll $4, %eax andl $48, %eax movq -16(%rbp), %rcx movsbl 1(%rcx), %ecx sarl $4, %ecx orl %ecx, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) movq -16(%rbp), %rax movsbl 1(%rax), %eax shll $2, %eax andl $60, %eax movq -16(%rbp), %rcx movsbl 2(%rcx), %ecx sarl $6, %ecx orl %ecx, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) movq -16(%rbp), %rax movsbl 2(%rax), %eax andl $63, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movl -36(%rbp), %eax subl $3, %eax movl %eax, -36(%rbp) movq -16(%rbp), %rax addq $3, %rax movq %rax, -16(%rbp) jmp LBB0_7 LBB0_10: cmpl $0, -36(%rbp) je LBB0_18 ## %bb.11: movq -16(%rbp), %rax movsbl (%rax), %eax sarl $2, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) movq -16(%rbp), %rax movsbl (%rax), %eax shll $4, %eax andl $48, %eax movl %eax, -44(%rbp) ## 4-byte Spill cmpl $2, -36(%rbp) jne LBB0_13 ## %bb.12: movq -16(%rbp), %rax movsbl 1(%rax), %eax sarl $4, %eax movl %eax, -48(%rbp) ## 4-byte Spill jmp LBB0_14 LBB0_13: xorl %eax, %eax movl %eax, -48(%rbp) ## 4-byte Spill jmp LBB0_14 LBB0_14: movl -44(%rbp), %eax ## 4-byte Reload movl -48(%rbp), %ecx ## 4-byte Reload orl %ecx, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movb (%rax,%rcx), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) cmpl $1, -36(%rbp) jne LBB0_16 ## %bb.15: movl $61, %eax movl %eax, -52(%rbp) ## 4-byte Spill jmp LBB0_17 LBB0_16: movq -16(%rbp), %rax movsbl 1(%rax), %eax shll $2, %eax andl $60, %eax movslq %eax, %rcx leaq _b64_alphabet(%rip), %rax movsbl (%rax,%rcx), %eax movl %eax, -52(%rbp) ## 4-byte Spill LBB0_17: movl -52(%rbp), %eax ## 4-byte Reload movb %al, %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) movq -32(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -32(%rbp) movb $61, (%rax) LBB0_18: movq -32(%rbp), %rax movb $0, (%rax) movq -24(%rbp), %rax movq %rax, -8(%rbp) LBB0_19: movq -8(%rbp), %rax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .globl _b64_alphabet ## @b64_alphabet .p2align 4 _b64_alphabet: .ascii "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" .subsections_via_symbols
the_stack_data/43887749.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cmp ; -- Begin function cmp .p2align 2 _cmp: ; @cmp .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] ldr w8, [x8, #16] str w8, [sp, #12] ldr x8, [sp, #16] ldr w8, [x8, #16] str w8, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] ldr w9, [sp, #8] subs w9, w8, w9 mov w8, #0 subs w0, w8, w9 str w0, [sp, #4] ; 4-byte Folded Spill b LBB0_3 LBB0_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _strcmp str w0, [sp, #4] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldr w0, [sp, #4] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _testees@GOTPAGE ldr x8, [x8, _testees@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur wzr, [x29, #-8] mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf bl _getchar mov w8, #1 stur w8, [x29, #-16] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ; Child Loop BB1_6 Depth 2 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_14 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf bl _getchar ldur w9, [x29, #-20] ldur w8, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-8] ldur w8, [x29, #-20] stur w8, [x29, #-24] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-24] subs w9, w8, #1 stur w9, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 adrp x8, _testees_top@PAGE str x8, [sp, #40] ; 8-byte Folded Spill ldr x10, [x8, _testees_top@PAGEOFF] ldr x8, [x8, _testees_top@PAGEOFF] add x8, x8, #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 _scanf bl _getchar ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-16] ldr x10, [x9, _testees_top@PAGEOFF] str w8, [x10, #24] ldr x8, [x9, _testees_top@PAGEOFF] add x8, x8, #32 str x8, [x9, _testees_top@PAGEOFF] b LBB1_3 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 adrp x9, _testees_base@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x0, [x9, _testees_base@PAGEOFF] adrp x8, _testees_top@PAGE ldr x8, [x8, _testees_top@PAGEOFF] ldr x9, [x9, _testees_base@PAGEOFF] subs x8, x8, x9 mov x2, #32 sdiv x1, x8, x2 adrp x3, _cmp@PAGE add x3, x3, _cmp@PAGEOFF bl _qsort ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _testees_base@PAGEOFF] stur x8, [x29, #-32] stur wzr, [x29, #-36] mov w8, #1 stur w8, [x29, #-40] b LBB1_6 LBB1_6: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-32] adrp x9, _testees_top@PAGE ldr x9, [x9, _testees_top@PAGEOFF] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_6 Depth=2 ldur x8, [x29, #-32] adrp x9, _testees_base@PAGE ldr x9, [x9, _testees_base@PAGEOFF] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_6 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8, #16] ldur x9, [x29, #-32] ldur w9, [x9, #-16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_6 Depth=2 ldur w9, [x29, #-40] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] mov w8, #1 stur w8, [x29, #-40] ldur w8, [x29, #-36] ldur x9, [x29, #-32] str w8, [x9, #28] b LBB1_11 LBB1_10: ; in Loop: Header=BB1_6 Depth=2 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] ldur w8, [x29, #-36] ldur x9, [x29, #-32] str w8, [x9, #28] b LBB1_11 LBB1_11: ; in Loop: Header=BB1_6 Depth=2 ldur x8, [x29, #-32] add x8, x8, #32 stur x8, [x29, #-32] b LBB1_6 LBB1_12: ; in Loop: Header=BB1_1 Depth=1 adrp x8, _testees_top@PAGE ldr x8, [x8, _testees_top@PAGEOFF] adrp x9, _testees_base@PAGE str x8, [x9, _testees_base@PAGEOFF] b LBB1_13 LBB1_13: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_1 LBB1_14: ldr x0, [sp, #48] ; 8-byte Folded Reload ldursw x1, [x29, #-8] mov x2, #32 adrp x3, _cmp@PAGE add x3, x3, _cmp@PAGEOFF bl _qsort ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #10 bl _putchar ldr x8, [sp, #48] ; 8-byte Folded Reload stur x8, [x29, #-48] stur wzr, [x29, #-52] mov w8, #1 str w8, [sp, #56] b LBB1_15 LBB1_15: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-48] adrp x9, _testees_top@PAGE ldr x9, [x9, _testees_top@PAGEOFF] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_15 Depth=1 ldr x9, [sp, #48] ; 8-byte Folded Reload ldur x8, [x29, #-48] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ; in Loop: Header=BB1_15 Depth=1 ldur x8, [x29, #-48] ldr w8, [x8, #16] ldur x9, [x29, #-48] ldur w9, [x9, #-16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_15 Depth=1 ldr w9, [sp, #56] ldur w8, [x29, #-52] add w8, w8, w9 stur w8, [x29, #-52] mov w8, #1 str w8, [sp, #56] ldur w8, [x29, #-52] ldur x9, [x29, #-48] str w8, [x9, #20] b LBB1_20 LBB1_19: ; in Loop: Header=BB1_15 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] ldur w8, [x29, #-52] ldur x9, [x29, #-48] str w8, [x9, #20] b LBB1_20 LBB1_20: ; in Loop: Header=BB1_15 Depth=1 ldur x12, [x29, #-48] ldur x8, [x29, #-48] ldr w8, [x8, #20] ; implicit-def: $x11 mov x11, x8 ldur x8, [x29, #-48] ldr w8, [x8, #24] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-48] ldr w9, [x8, #28] ; 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.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x8, [x29, #-48] add x8, x8, #32 stur x8, [x29, #-48] b LBB1_15 LBB1_21: ldur w0, [x29, #-4] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .comm _testees,960000,2 ; @testees .section __DATA,__data .globl _testees_base ; @testees_base .p2align 3 _testees_base: .quad _testees .globl _testees_top ; @testees_top .p2align 3 _testees_top: .quad _testees .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%s%d" l_.str.2: ; @.str.2 .asciz "%s %d %d %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cmp ## -- Begin function cmp .p2align 4, 0x90 _cmp: ## @cmp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl 16(%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl 16(%rax), %eax movl %eax, -24(%rbp) movl -20(%rbp), %eax cmpl -24(%rbp), %eax je LBB0_2 ## %bb.1: movl -20(%rbp), %ecx subl -24(%rbp), %ecx xorl %eax, %eax subl %ecx, %eax movl %eax, -28(%rbp) ## 4-byte Spill jmp LBB0_3 LBB0_2: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _strcmp movl %eax, -28(%rbp) ## 4-byte Spill LBB0_3: movl -28(%rbp), %eax ## 4-byte Reload 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 $64, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) leaq L_.str(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf callq _getchar movl $1, -16(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 ## Child Loop BB1_6 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB1_14 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf callq _getchar movl -20(%rbp), %eax addl -8(%rbp), %eax movl %eax, -8(%rbp) movl -20(%rbp), %eax movl %eax, -24(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -24(%rbp) cmpl $0, %eax je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq _testees_top(%rip), %rsi movq _testees_top(%rip), %rdx addq $16, %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf callq _getchar movl -16(%rbp), %ecx movq _testees_top(%rip), %rax movl %ecx, 24(%rax) movq _testees_top(%rip), %rax addq $32, %rax movq %rax, _testees_top(%rip) jmp LBB1_3 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movq _testees_base(%rip), %rdi movq _testees_top(%rip), %rsi movq _testees_base(%rip), %rax subq %rax, %rsi sarq $5, %rsi movl $32, %edx leaq _cmp(%rip), %rcx callq _qsort movq _testees_base(%rip), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) movl $1, -40(%rbp) LBB1_6: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax cmpq _testees_top(%rip), %rax je LBB1_12 ## %bb.7: ## in Loop: Header=BB1_6 Depth=2 movq -32(%rbp), %rax cmpq _testees_base(%rip), %rax je LBB1_9 ## %bb.8: ## in Loop: Header=BB1_6 Depth=2 movq -32(%rbp), %rax movl 16(%rax), %eax movq -32(%rbp), %rcx cmpl -16(%rcx), %eax je LBB1_10 LBB1_9: ## in Loop: Header=BB1_6 Depth=2 movl -40(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) movl $1, -40(%rbp) movl -36(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 28(%rax) jmp LBB1_11 LBB1_10: ## in Loop: Header=BB1_6 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) movl -36(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 28(%rax) LBB1_11: ## in Loop: Header=BB1_6 Depth=2 movq -32(%rbp), %rax addq $32, %rax movq %rax, -32(%rbp) jmp LBB1_6 LBB1_12: ## in Loop: Header=BB1_1 Depth=1 movq _testees_top(%rip), %rax movq %rax, _testees_base(%rip) ## %bb.13: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_1 LBB1_14: movslq -8(%rbp), %rsi movq _testees@GOTPCREL(%rip), %rdi movl $32, %edx leaq _cmp(%rip), %rcx callq _qsort movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $10, %edi callq _putchar movq _testees@GOTPCREL(%rip), %rax movq %rax, -48(%rbp) movl $0, -52(%rbp) movl $1, -56(%rbp) LBB1_15: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax cmpq _testees_top(%rip), %rax je LBB1_21 ## %bb.16: ## in Loop: Header=BB1_15 Depth=1 movq _testees@GOTPCREL(%rip), %rax cmpq %rax, -48(%rbp) je LBB1_18 ## %bb.17: ## in Loop: Header=BB1_15 Depth=1 movq -48(%rbp), %rax movl 16(%rax), %eax movq -48(%rbp), %rcx cmpl -16(%rcx), %eax je LBB1_19 LBB1_18: ## in Loop: Header=BB1_15 Depth=1 movl -56(%rbp), %eax addl -52(%rbp), %eax movl %eax, -52(%rbp) movl $1, -56(%rbp) movl -52(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, 20(%rax) jmp LBB1_20 LBB1_19: ## in Loop: Header=BB1_15 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) movl -52(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, 20(%rax) LBB1_20: ## in Loop: Header=BB1_15 Depth=1 movq -48(%rbp), %rsi movq -48(%rbp), %rax movl 20(%rax), %edx movq -48(%rbp), %rax movl 24(%rax), %ecx movq -48(%rbp), %rax movl 28(%rax), %r8d leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rax addq $32, %rax movq %rax, -48(%rbp) jmp LBB1_15 LBB1_21: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _testees,960000,4 ## @testees .section __DATA,__data .globl _testees_base ## @testees_base .p2align 3 _testees_base: .quad _testees .globl _testees_top ## @testees_top .p2align 3 _testees_top: .quad _testees .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%s%d" L_.str.2: ## @.str.2 .asciz "%s %d %d %d\n" .subsections_via_symbols
the_stack_data/140766836.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 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n\n Recompile BLASFEO with BLASFEO_REF_API=1 in Makefile.rule to run this test.\n" l_.str.1: ; @.str.1 .asciz "On CMake use -DBLASFEO_REF_API=ON .\n\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n\n Recompile BLASFEO with BLASFEO_REF_API=1 in Makefile.rule to run this test.\n" L_.str.1: ## @.str.1 .asciz "On CMake use -DBLASFEO_REF_API=ON .\n\n" .subsections_via_symbols
the_stack_data/3261461.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _usage ; -- Begin function usage .p2align 2 _usage: ; @usage .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-76] stur w0, [x29, #-80] stur x1, [x29, #-88] ldur w8, [x29, #-80] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: bl _usage stur wzr, [x29, #-76] b LBB1_39 LBB1_2: ldur x8, [x29, #-88] ldr x8, [x8, #8] stur x8, [x29, #-96] ldur x0, [x29, #-96] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #104] str xzr, [sp, #96] ldr x3, [sp, #104] sub x0, x29, #72 mov x1, #1 mov x2, #64 bl _fread str x0, [sp, #96] ldr x8, [sp, #96] subs x8, x8, #64 cset w8, hs tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-76] b LBB1_39 LBB1_4: sub x8, x29, #72 add x8, x8, #32 mov x9, sp mov x10, #20 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #80] mov w8, #50 str w8, [sp, #76] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldr x3, [sp, #104] add x0, sp, #84 mov x1, #1 mov x2, #12 bl _fread str x0, [sp, #96] b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldr w0, [sp, #84] bl __OSSwapInt32 str w0, [sp, #72] ; 4-byte Folded Spill b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #72] ; 4-byte Folded Reload str w8, [sp, #84] ldrb w8, [sp, #84] and w8, w8, #0x3f and w8, w8, #0xff subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp, #64] ; 8-byte Folded Spill subs x8, x8, #63 cset w8, hi tbnz w8, #0, LBB1_33 ; %bb.8: ; in Loop: Header=BB1_5 Depth=1 ldr x11, [sp, #64] ; 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_9: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #92] and w8, w8, #0x3f and w9, w8, #0xff str w9, [sp, #60] ; 4-byte Folded Spill ands w8, w8, #0xff cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #60] ; 4-byte Folded Reload subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB1_13 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #60] ; 4-byte Folded Reload subs w8, w8, #60 cset w8, eq tbnz w8, #0, LBB1_14 b LBB1_15 LBB1_12: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #89] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #90] and w11, w8, w9 ldrb w8, [sp, #91] and w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9, #16] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB1_16 LBB1_13: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrb w8, [sp, #90] and w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9, #16] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB1_16 LBB1_14: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #89] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #90] and w11, w8, w9 ldrb w8, [sp, #91] and w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9, #16] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB1_16 LBB1_15: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #84] mov w9, #63 and w15, w8, #0x3f ldrb w8, [sp, #88] mov w10, #31 and w14, w8, #0x1f ldrb w8, [sp, #89] and w13, w8, w10 ldrb w8, [sp, #90] and w12, w8, w10 ldrb w8, [sp, #91] and w11, w8, w10 ldrb w8, [sp, #92] and w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x15 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x14 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x13 and x8, x8, #0xff str x8, [x9, #16] ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9, #24] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #32] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9, #40] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB1_16 LBB1_16: ; in Loop: Header=BB1_5 Depth=1 b LBB1_34 LBB1_17: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #88] and w10, w8, #0x3ffffff 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 b LBB1_34 LBB1_18: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #88] and w10, w8, #0x3ffffff 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 b LBB1_34 LBB1_19: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w11, w8, #0x1f ldrb w8, [sp, #89] and w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9, #8] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB1_34 LBB1_20: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB1_34 LBB1_21: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB1_34 LBB1_22: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf b LBB1_34 LBB1_23: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf b LBB1_34 LBB1_24: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf b LBB1_34 LBB1_25: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf b LBB1_34 LBB1_26: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf b LBB1_34 LBB1_27: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf b LBB1_34 LBB1_28: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf b LBB1_34 LBB1_29: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf b LBB1_34 LBB1_30: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf b LBB1_34 LBB1_31: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf b LBB1_34 LBB1_32: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #88] mov w9, #31 and w12, w8, #0x1f ldrb w8, [sp, #89] and w11, w8, w9 ldrh w10, [sp, #90] mov x9, sp ; implicit-def: $x8 mov x8, x12 and x8, x8, #0xff str x8, [x9] ; implicit-def: $x8 mov x8, x11 and x8, x8, #0xff str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf b LBB1_34 LBB1_33: ; in Loop: Header=BB1_5 Depth=1 ldrb w8, [sp, #84] and w10, w8, #0x3f mov x9, sp ; implicit-def: $x8 mov x8, x10 and x8, x8, #0xff str x8, [x9] adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf b LBB1_34 LBB1_34: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #80] add w8, w8, #1 str w8, [sp, #80] ldr w8, [sp, #80] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_36 b LBB1_35 LBB1_35: b LBB1_38 LBB1_36: ; in Loop: Header=BB1_5 Depth=1 b LBB1_37 LBB1_37: ; in Loop: Header=BB1_5 Depth=1 ldr x8, [sp, #96] subs x8, x8, #12 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_38 LBB1_38: ldr x0, [sp, #104] bl _fclose stur wzr, [x29, #-76] b LBB1_39 LBB1_39: ldur w8, [x29, #-76] str w8, [sp, #56] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_40 LBB1_40: bl ___stack_chk_fail LBB1_41: ldr w0, [sp, #56] ; 4-byte Folded Reload ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_9-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_17-Ltmp0 .long LBB1_18-Ltmp0 .long LBB1_19-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_20-Ltmp0 .long LBB1_21-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_22-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_23-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_24-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_25-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_26-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_28-Ltmp0 .long LBB1_30-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_29-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_31-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_33-Ltmp0 .long LBB1_32-Ltmp0 ; -- End function .p2align 2 ; -- Begin function _OSSwapInt32 __OSSwapInt32: ; @_OSSwapInt32 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] rev w8, w8 str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "usage: romdump FILENAME\n\n" l_.str.1: ; @.str.1 .asciz "rb" l_.str.2: ; @.str.2 .asciz "failed to read z64 header\n" l_.str.3: ; @.str.3 .asciz "Dumping %.*s\n" l_.str.4: ; @.str.4 .asciz "sll\trt=%d\trd=%d\tsa=%d\n" l_.str.5: ; @.str.5 .asciz "dsubu\trs=%d\trt=%d\trd=%d\n" l_.str.6: ; @.str.6 .asciz "dsll32\trt=%d\trd=%d\tsa=%d\n" l_.str.7: ; @.str.7 .asciz "special\t%d %d %d %d %d %d\n" l_.str.8: ; @.str.8 .asciz "j\ttarget=%d\n" l_.str.9: ; @.str.9 .asciz "jal\ttarget=%d\n" l_.str.10: ; @.str.10 .asciz "beq\trs=%d\trt=%d\n" l_.str.11: ; @.str.11 .asciz "addi\trs=%d\trt=%d\timmediate=%d\n" l_.str.12: ; @.str.12 .asciz "addiu\trs=%d\trt=%d\timmediate=%d\n" l_.str.13: ; @.str.13 .asciz "andi\trs=%d\trt=%d\timmediate=%d\n" l_.str.14: ; @.str.14 .asciz "xori\trs=%d\trt=%d\timmediate=%d\n" l_.str.15: ; @.str.15 .asciz "bnel\trs=%d\trt=%d\timmediate=%d\n" l_.str.16: ; @.str.16 .asciz "lwl\tbase=%d\trt=%d\toffset=%d\n" l_.str.17: ; @.str.17 .asciz "lhu\tbase=%d\trt=%d\toffset=%d\n" l_.str.18: ; @.str.18 .asciz "sdr\tbase=%d\trt=%d\toffset=%d\n" l_.str.19: ; @.str.19 .asciz "cache\tbase=%d\trt=%d\toffset=%d\n" l_.str.20: ; @.str.20 .asciz "lld\tbase=%d\trt=%d\toffset=%d\n" l_.str.21: ; @.str.21 .asciz "ll\tbase=%d\trt=%d\toffset=%d\n" l_.str.22: ; @.str.22 .asciz "scd\tbase=%d\trt=%d\toffset=%d\n" l_.str.23: ; @.str.23 .asciz "sd\tbase=%d\trt=%d\toffset=%d\n" l_.str.24: ; @.str.24 .asciz "unhandled %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _usage ## -- Begin function usage .p2align 4, 0x90 _usage: ## @usage .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -84(%rbp) movl %edi, -88(%rbp) movq %rsi, -96(%rbp) cmpl $1, -88(%rbp) jne LBB1_2 ## %bb.1: callq _usage movl $0, -84(%rbp) jmp LBB1_36 LBB1_2: movq -96(%rbp), %rax movq 8(%rax), %rax movq %rax, -104(%rbp) movq -104(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -112(%rbp) movq $0, -120(%rbp) leaq -80(%rbp), %rdi movq -112(%rbp), %rcx movl $1, %esi movl $64, %edx callq _fread movq %rax, -120(%rbp) cmpq $64, -120(%rbp) jae LBB1_4 ## %bb.3: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $1, -84(%rbp) jmp LBB1_36 LBB1_4: leaq -80(%rbp), %rdx addq $32, %rdx leaq L_.str.3(%rip), %rdi movl $20, %esi movb $0, %al callq _printf movl $0, -140(%rbp) movl $50, -144(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 leaq -136(%rbp), %rdi movq -112(%rbp), %rcx movl $1, %esi movl $12, %edx callq _fread movq %rax, -120(%rbp) ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movl -136(%rbp), %edi callq __OSSwapInt32 movl %eax, -148(%rbp) ## 4-byte Spill ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movl -148(%rbp), %eax ## 4-byte Reload movl %eax, -136(%rbp) movzbl -136(%rbp), %eax ## kill: def $rax killed $eax ## kill: def $eax killed $eax killed $rax andl $63, %eax ## kill: def $rax killed $eax movq %rax, -160(%rbp) ## 8-byte Spill subb $63, %al ja LBB1_30 ## %bb.39: ## in Loop: Header=BB1_5 Depth=1 movq -160(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_8: ## in Loop: Header=BB1_5 Depth=1 movzbl -128(%rbp), %eax andl $63, %eax movl %eax, -164(%rbp) ## 4-byte Spill je LBB1_9 jmp LBB1_40 LBB1_40: ## in Loop: Header=BB1_5 Depth=1 movl -164(%rbp), %eax ## 4-byte Reload subl $47, %eax je LBB1_10 jmp LBB1_41 LBB1_41: ## in Loop: Header=BB1_5 Depth=1 movl -164(%rbp), %eax ## 4-byte Reload subl $60, %eax je LBB1_11 jmp LBB1_12 LBB1_9: ## in Loop: Header=BB1_5 Depth=1 movb -131(%rbp), %al andb $31, %al movzbl %al, %esi movb -130(%rbp), %al andb $31, %al movzbl %al, %edx movb -129(%rbp), %al andb $31, %al movzbl %al, %ecx leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB1_13 LBB1_10: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movb -130(%rbp), %al andb $31, %al movzbl %al, %ecx leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB1_13 LBB1_11: ## in Loop: Header=BB1_5 Depth=1 movb -131(%rbp), %al andb $31, %al movzbl %al, %esi movb -130(%rbp), %al andb $31, %al movzbl %al, %edx movb -129(%rbp), %al andb $31, %al movzbl %al, %ecx leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf jmp LBB1_13 LBB1_12: ## in Loop: Header=BB1_5 Depth=1 movb -136(%rbp), %al andb $63, %al movzbl %al, %esi movb -132(%rbp), %al andb $31, %al movzbl %al, %edx movb -131(%rbp), %al andb $31, %al movzbl %al, %ecx movb -130(%rbp), %al andb $31, %al movzbl %al, %r8d movb -129(%rbp), %al andb $31, %al movzbl %al, %r9d movb -128(%rbp), %al andb $63, %al movzbl %al, %eax leaq L_.str.7(%rip), %rdi movl %eax, (%rsp) movb $0, %al callq _printf LBB1_13: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_31 LBB1_14: ## in Loop: Header=BB1_5 Depth=1 movl -132(%rbp), %esi andl $67108863, %esi ## imm = 0x3FFFFFF leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_15: ## in Loop: Header=BB1_5 Depth=1 movl -132(%rbp), %esi andl $67108863, %esi ## imm = 0x3FFFFFF leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_16: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_17: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_18: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_19: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_20: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_21: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_22: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_23: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_24: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_25: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_26: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_27: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_28: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_29: ## in Loop: Header=BB1_5 Depth=1 movb -132(%rbp), %al andb $31, %al movzbl %al, %esi movb -131(%rbp), %al andb $31, %al movzbl %al, %edx movzwl -130(%rbp), %ecx leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf jmp LBB1_31 LBB1_30: ## in Loop: Header=BB1_5 Depth=1 movb -136(%rbp), %al andb $63, %al movzbl %al, %esi leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf LBB1_31: ## in Loop: Header=BB1_5 Depth=1 movl -140(%rbp), %eax addl $1, %eax movl %eax, -140(%rbp) movl -140(%rbp), %eax cmpl -144(%rbp), %eax jl LBB1_33 ## %bb.32: jmp LBB1_35 LBB1_33: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_34 LBB1_34: ## in Loop: Header=BB1_5 Depth=1 cmpq $12, -120(%rbp) je LBB1_5 LBB1_35: movq -112(%rbp), %rdi callq _fclose movl $0, -84(%rbp) LBB1_36: movl -84(%rbp), %eax movl %eax, -168(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_38 ## %bb.37: movl -168(%rbp), %eax ## 4-byte Reload addq $176, %rsp popq %rbp retq LBB1_38: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_8, LBB1_8-LJTI1_0 .set L1_0_set_30, LBB1_30-LJTI1_0 .set L1_0_set_14, LBB1_14-LJTI1_0 .set L1_0_set_15, LBB1_15-LJTI1_0 .set L1_0_set_16, LBB1_16-LJTI1_0 .set L1_0_set_17, LBB1_17-LJTI1_0 .set L1_0_set_18, LBB1_18-LJTI1_0 .set L1_0_set_19, LBB1_19-LJTI1_0 .set L1_0_set_20, LBB1_20-LJTI1_0 .set L1_0_set_21, LBB1_21-LJTI1_0 .set L1_0_set_22, LBB1_22-LJTI1_0 .set L1_0_set_23, LBB1_23-LJTI1_0 .set L1_0_set_24, LBB1_24-LJTI1_0 .set L1_0_set_25, LBB1_25-LJTI1_0 .set L1_0_set_27, LBB1_27-LJTI1_0 .set L1_0_set_26, LBB1_26-LJTI1_0 .set L1_0_set_28, LBB1_28-LJTI1_0 .set L1_0_set_29, LBB1_29-LJTI1_0 LJTI1_0: .long L1_0_set_8 .long L1_0_set_30 .long L1_0_set_14 .long L1_0_set_15 .long L1_0_set_16 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_17 .long L1_0_set_18 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_19 .long L1_0_set_30 .long L1_0_set_20 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_21 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_22 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_23 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_24 .long L1_0_set_30 .long L1_0_set_25 .long L1_0_set_27 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_26 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_28 .long L1_0_set_30 .long L1_0_set_30 .long L1_0_set_29 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function _OSSwapInt32 __OSSwapInt32: ## @_OSSwapInt32 .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 bswapl %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "usage: romdump FILENAME\n\n" L_.str.1: ## @.str.1 .asciz "rb" L_.str.2: ## @.str.2 .asciz "failed to read z64 header\n" L_.str.3: ## @.str.3 .asciz "Dumping %.*s\n" L_.str.4: ## @.str.4 .asciz "sll\trt=%d\trd=%d\tsa=%d\n" L_.str.5: ## @.str.5 .asciz "dsubu\trs=%d\trt=%d\trd=%d\n" L_.str.6: ## @.str.6 .asciz "dsll32\trt=%d\trd=%d\tsa=%d\n" L_.str.7: ## @.str.7 .asciz "special\t%d %d %d %d %d %d\n" L_.str.8: ## @.str.8 .asciz "j\ttarget=%d\n" L_.str.9: ## @.str.9 .asciz "jal\ttarget=%d\n" L_.str.10: ## @.str.10 .asciz "beq\trs=%d\trt=%d\n" L_.str.11: ## @.str.11 .asciz "addi\trs=%d\trt=%d\timmediate=%d\n" L_.str.12: ## @.str.12 .asciz "addiu\trs=%d\trt=%d\timmediate=%d\n" L_.str.13: ## @.str.13 .asciz "andi\trs=%d\trt=%d\timmediate=%d\n" L_.str.14: ## @.str.14 .asciz "xori\trs=%d\trt=%d\timmediate=%d\n" L_.str.15: ## @.str.15 .asciz "bnel\trs=%d\trt=%d\timmediate=%d\n" L_.str.16: ## @.str.16 .asciz "lwl\tbase=%d\trt=%d\toffset=%d\n" L_.str.17: ## @.str.17 .asciz "lhu\tbase=%d\trt=%d\toffset=%d\n" L_.str.18: ## @.str.18 .asciz "sdr\tbase=%d\trt=%d\toffset=%d\n" L_.str.19: ## @.str.19 .asciz "cache\tbase=%d\trt=%d\toffset=%d\n" L_.str.20: ## @.str.20 .asciz "lld\tbase=%d\trt=%d\toffset=%d\n" L_.str.21: ## @.str.21 .asciz "ll\tbase=%d\trt=%d\toffset=%d\n" L_.str.22: ## @.str.22 .asciz "scd\tbase=%d\trt=%d\toffset=%d\n" L_.str.23: ## @.str.23 .asciz "sd\tbase=%d\trt=%d\toffset=%d\n" L_.str.24: ## @.str.24 .asciz "unhandled %d\n" .subsections_via_symbols
the_stack_data/159515917.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f0 ; -- Begin function f0 .p2align 2 _f0: ; @f0 .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 x0, #2 bl _f0_0 and w0, w0, #0x1 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function f0_0 _f0_0: ; @f0_0 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _f1 ; -- Begin function f1 .p2align 2 _f1: ; @f1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 ; kill: def $x8 killed $xzr str xzr, [sp, #8] str xzr, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f0 ## -- Begin function f0 .p2align 4, 0x90 _f0: ## @f0 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $2, %edi callq _f0_0 andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function f0_0 _f0_0: ## @f0_0 .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) cmpq $0, -8(%rbp) setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _f1 ## -- Begin function f1 .p2align 4, 0x90 _f1: ## @f1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq $0, -8(%rbp) movq $0, -16(%rbp) cmpq $0, -16(%rbp) setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/52060.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov x9, sp mov x8, #95 str x8, [x9] mov x8, #215 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-8] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%c%c\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movl $95, %esi movl $215, %edx 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 "%c%c\n" .subsections_via_symbols
the_stack_data/170451785.c