arm
stringlengths
122
20M
x86
stringlengths
122
20M
filename
stringlengths
18
26
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-12] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w8, #5 stur w8, [x29, #-8] bl _fork bl _fork bl _fork ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl _getpid stur w0, [x29, #-16] ; 4-byte Folded Spill bl _getppid ldr x8, [sp, #24] ; 8-byte Folded Reload ldur w10, [x29, #-16] ; 4-byte Folded Reload mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] ; implicit-def: $x8 mov x8, x0 str x8, [x9, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-12] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "var = %d PID =%d PPID = %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 $5, -8(%rbp) callq _fork callq _fork callq _fork movl -8(%rbp), %eax movl %eax, -16(%rbp) ## 4-byte Spill callq _getpid movl %eax, -12(%rbp) ## 4-byte Spill callq _getppid movl -16(%rbp), %esi ## 4-byte Reload movl -12(%rbp), %edx ## 4-byte Reload movl %eax, %ecx 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 "var = %d PID =%d PPID = %d\n" .subsections_via_symbols
the_stack_data/26700317.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 w0, [x29, #-4] ; 4-byte Folded Spill adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _setlocale adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _system ldur w0, [x29, #-4] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .space 1 l_.str.1: ; @.str.1 .asciz "pause" .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 %edi, %edi leaq L_.str(%rip), %rsi callq _setlocale leaq L_.str.1(%rip), %rdi callq _system xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .space 1 L_.str.1: ## @.str.1 .asciz "pause" .subsections_via_symbols
the_stack_data/211553.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _toBigEndian ; -- Begin function toBigEndian .p2align 2 _toBigEndian: ; @toBigEndian .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str xzr, [sp] ldrb w8, [sp, #8] mov x9, x8 ldr x8, [sp] orr x8, x8, x9, lsl #24 str x8, [sp] ldr x8, [sp, #8] and x9, x8, #0xff00 ldr x8, [sp] orr x8, x8, x9, lsl #8 str x8, [sp] ldr x8, [sp, #8] and x9, x8, #0xff0000 ldr x8, [sp] orr x8, x8, x9, asr #8 str x8, [sp] ldr x8, [sp, #8] and x9, x8, #0xff000000 ldr x8, [sp] orr x8, x8, x9, asr #24 str x8, [sp] ldr x0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _toBigEndian_test ; -- Begin function toBigEndian_test .p2align 2 _toBigEndian_test: ; @toBigEndian_test .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, #22136 movk x0, #4660, lsl #16 bl _toBigEndian str x0, [sp, #8] ldr x8, [sp, #8] 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 "result = 0x%x" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _toBigEndian ## -- Begin function toBigEndian .p2align 4, 0x90 _toBigEndian: ## @toBigEndian .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 $0, -16(%rbp) movq -8(%rbp), %rax andq $255, %rax shlq $24, %rax orq -16(%rbp), %rax movq %rax, -16(%rbp) movq -8(%rbp), %rax andq $65280, %rax ## imm = 0xFF00 shlq $8, %rax orq -16(%rbp), %rax movq %rax, -16(%rbp) movq -8(%rbp), %rax andq $16711680, %rax ## imm = 0xFF0000 sarq $8, %rax orq -16(%rbp), %rax movq %rax, -16(%rbp) movabsq $4278190080, %rax ## imm = 0xFF000000 andq -8(%rbp), %rax sarq $24, %rax orq -16(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _toBigEndian_test ## -- Begin function toBigEndian_test .p2align 4, 0x90 _toBigEndian_test: ## @toBigEndian_test .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $305419896, %edi ## imm = 0x12345678 callq _toBigEndian movq %rax, -8(%rbp) movq -8(%rbp), %rsi 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 "result = 0x%x" .subsections_via_symbols
the_stack_data/917723.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #384 .cfi_def_cfa_offset 384 stp x28, x27, [sp, #352] ; 16-byte Folded Spill stp x29, x30, [sp, #368] ; 16-byte Folded Spill add x29, sp, #368 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov w0, #0 stur wzr, [x29, #-20] str wzr, [sp, #16] sub x1, x29, #168 bl _getrusage str w0, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #45 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_2: b LBB0_3 LBB0_3: ldur x8, [x29, #-168] str x8, [sp, #48] ldursw x8, [x29, #-160] str x8, [sp, #40] str wzr, [sp, #12] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] mov w9, #10000 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_17 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 mov w0, #0 add x1, sp, #56 bl _getrusage str w0, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w9, ne ; 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, #51 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_7: ; in Loop: Header=BB0_4 Depth=1 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #56] str x8, [sp, #32] ldrsw x8, [sp, #64] str x8, [sp, #24] ldr x8, [sp, #48] ldr x9, [sp, #32] subs x8, x8, x9 cset w9, gt ; 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, #54 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB0_10: ; in Loop: Header=BB0_4 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #48] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #48] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #40] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: mov w8, #1 str w8, [sp, #16] b LBB0_17 LBB0_15: ; in Loop: Header=BB0_4 Depth=1 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_17: ldr w8, [sp, #16] subs w8, w8, #1 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: 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, #63 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___assert_rtn LBB0_19: b LBB0_20 LBB0_20: ldur w0, [x29, #-20] 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 .section __TEXT,__cstring,cstring_literals l___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "108533.c" l_.str.1: ; @.str.1 .asciz "r == 0" l_.str.2: ; @.str.2 .asciz "s1 <= s2" l_.str.3: ; @.str.3 .asciz "success == 1" .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 movl $0, -4(%rbp) movl $0, -336(%rbp) xorl %edi, %edi leaq -152(%rbp), %rsi callq _getrusage movl %eax, -332(%rbp) cmpl $0, -332(%rbp) sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_2 ## %bb.1: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.1(%rip), %rcx movl $45, %edx callq ___assert_rtn LBB0_2: jmp LBB0_3 LBB0_3: movq -152(%rbp), %rax movq %rax, -304(%rbp) movslq -144(%rbp), %rax movq %rax, -312(%rbp) movl $0, -340(%rbp) LBB0_4: ## =>This Inner Loop Header: Depth=1 cmpl $10000, -340(%rbp) ## imm = 0x2710 jge LBB0_17 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 xorl %edi, %edi leaq -296(%rbp), %rsi callq _getrusage movl %eax, -332(%rbp) cmpl $0, -332(%rbp) sete %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.1(%rip), %rcx movl $51, %edx callq ___assert_rtn LBB0_7: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_4 Depth=1 movq -296(%rbp), %rax movq %rax, -320(%rbp) movslq -288(%rbp), %rax movq %rax, -328(%rbp) movq -304(%rbp), %rax cmpq -320(%rbp), %rax setle %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.2(%rip), %rcx movl $54, %edx callq ___assert_rtn LBB0_10: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_4 Depth=1 movq -320(%rbp), %rax cmpq -304(%rbp), %rax jg LBB0_14 ## %bb.12: ## in Loop: Header=BB0_4 Depth=1 movq -320(%rbp), %rax cmpq -304(%rbp), %rax jne LBB0_15 ## %bb.13: ## in Loop: Header=BB0_4 Depth=1 movq -328(%rbp), %rax cmpq -312(%rbp), %rax jle LBB0_15 LBB0_14: movl $1, -336(%rbp) jmp LBB0_17 LBB0_15: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_16 LBB0_16: ## in Loop: Header=BB0_4 Depth=1 movl -340(%rbp), %eax addl $1, %eax movl %eax, -340(%rbp) jmp LBB0_4 LBB0_17: cmpl $1, -336(%rbp) sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_19 ## %bb.18: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.3(%rip), %rcx movl $63, %edx callq ___assert_rtn LBB0_19: jmp LBB0_20 LBB0_20: movl -4(%rbp), %eax addq $352, %rsp ## imm = 0x160 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "108533.c" L_.str.1: ## @.str.1 .asciz "r == 0" L_.str.2: ## @.str.2 .asciz "s1 <= s2" L_.str.3: ## @.str.3 .asciz "success == 1" .subsections_via_symbols
the_stack_data/108533.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _addStuff ; -- Begin function addStuff .p2align 2 _addStuff: ; @addStuff .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8] 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 x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w8, [x29, #-4] ldur w9, [x29, #-8] add w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur w8, [x29, #-4] ldur w9, [x29, #-8] add w0, w8, w9 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, #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] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] mov x9, sp adrp x8, l___func__.main@PAGE add x8, x8, l___func__.main@PAGEOFF str x8, [x9] mov x8, #33 str x8, [x9, #8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w0, #5 mov w1, #6 bl _addStuff mov x8, x0 ldur w0, [x29, #-12] ; 4-byte Folded Reload stur w8, [x29, #-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 "a is %d b is %d\n" l_.str.1: ; @.str.1 .asciz "a + b is %d\n" l_.str.2: ; @.str.2 .asciz "error in function: %s() on line: %d\n" l___func__.main: ; @__func__.main .asciz "main" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _addStuff ## -- Begin function addStuff .p2align 4, 0x90 _addStuff: ## @addStuff .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -4(%rbp), %edx movl -8(%rbp), %ecx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -4(%rbp), %edx addl -8(%rbp), %edx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf movl -4(%rbp), %eax addl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.2(%rip), %rsi leaq L___func__.main(%rip), %rdx movl $33, %ecx movb $0, %al callq _fprintf movl $5, %edi movl $6, %esi callq _addStuff movl %eax, -8(%rbp) xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "a is %d b is %d\n" L_.str.1: ## @.str.1 .asciz "a + b is %d\n" L_.str.2: ## @.str.2 .asciz "error in function: %s() on line: %d\n" L___func__.main: ## @__func__.main .asciz "main" .subsections_via_symbols
the_stack_data/28069.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] mov w8, #0 str w8, [sp, #36] ; 4-byte Folded Spill stur wzr, [x29, #-24] bl _getpid ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w1, [sp, #36] ; 4-byte Folded Reload adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _open ldr w1, [sp, #36] ; 4-byte Folded Reload mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload stur w8, [x29, #-28] bl _open ldr w1, [sp, #36] ; 4-byte Folded Reload stur w0, [x29, #-32] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _open stur w0, [x29, #-36] mov w8, #-3 stur w8, [x29, #-28] ldur w0, [x29, #-28] mov w1, #-19 bl _dup2 str w0, [sp, #40] ldr w8, [sp, #40] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-24] b LBB0_3 LBB0_2: ldr w9, [sp, #40] ; 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 stur wzr, [x29, #-24] b LBB0_3 LBB0_3: ldur w8, [x29, #-24] str w8, [sp, #20] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: bl ___stack_chk_fail LBB0_5: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "PID=%ld\n" l_.str.1: ; @.str.1 .asciz "read.c" l_.str.2: ; @.str.2 .asciz "select.c" l_.str.3: ; @.str.3 .asciz "dup2 error" l_.str.4: ; @.str.4 .asciz "Dup2 return=%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -24(%rbp) callq _getpid movslq %eax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi xorl %esi, %esi movb $0, %al callq _open movl %eax, -28(%rbp) leaq L_.str.1(%rip), %rdi xorl %esi, %esi movb $0, %al callq _open movl %eax, -32(%rbp) leaq L_.str.2(%rip), %rdi xorl %esi, %esi movb $0, %al callq _open movl %eax, -36(%rbp) movl $-3, -28(%rbp) movl -28(%rbp), %edi movl $4294967277, %esi ## imm = 0xFFFFFFED callq _dup2 movl %eax, -40(%rbp) cmpl $-1, -40(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str.3(%rip), %rdi callq _perror movl $1, -24(%rbp) jmp LBB0_3 LBB0_2: movl -40(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $0, -24(%rbp) LBB0_3: movl -24(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_5 ## %bb.4: movl -44(%rbp), %eax ## 4-byte Reload addq $48, %rsp popq %rbp retq LBB0_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "PID=%ld\n" L_.str.1: ## @.str.1 .asciz "read.c" L_.str.2: ## @.str.2 .asciz "select.c" L_.str.3: ## @.str.3 .asciz "dup2 error" L_.str.4: ## @.str.4 .asciz "Dup2 return=%d\n" .subsections_via_symbols
the_stack_data/225143174.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 0x400921f9f01b866e ; double 3.1415899999999999 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp 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] mov w8, #5 stur w8, [x29, #-8] mov w8, #72 sturb w8, [x29, #-9] fmov s0, #1.00000000 stur s0, [x29, #-16] adrp x8, lCPI0_0@PAGE ldr d0, [x8, lCPI0_0@PAGEOFF] stur d0, [x29, #-24] mov x9, sp mov x8, #4 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp mov x8, #1 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp mov x8, #8 str x8, [sp, #24] ; 8-byte Folded Spill 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 ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf 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 "x v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" l_.str.1: ; @.str.1 .asciz "c v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" l_.str.2: ; @.str.2 .asciz "f v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" l_.str.3: ; @.str.3 .asciz "pi v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" l_.str.4: ; @.str.4 .space 1 l_.str.5: ; @.str.5 .asciz "int t\303\255pus m\303\251rete byte-ban: %d\n" l_.str.6: ; @.str.6 .asciz "char t\303\255pus byte-ban: %d\n" l_.str.7: ; @.str.7 .asciz "float t\303\255pus m\303\251rete byte-ban: %d\n" l_.str.8: ; @.str.8 .asciz "double t\303\255pus m\303\251rete byte-ban: %d\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 0x400921f9f01b866e ## double 3.1415899999999999 .section __TEXT,__literal4,4byte_literals .p2align 2 LCPI0_1: .long 0x3f800000 ## float 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 subq $32, %rsp movl $0, -4(%rbp) movl $5, -8(%rbp) movb $72, -9(%rbp) movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -16(%rbp) movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) leaq L_.str(%rip), %rdi movl $4, %esi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movl $1, %esi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movl $4, %esi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movl $8, %esi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi callq _puts leaq L_.str.5(%rip), %rdi movl $4, %esi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi movl $1, %esi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi movl $4, %esi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi movl $8, %esi 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 "x v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" L_.str.1: ## @.str.1 .asciz "c v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" L_.str.2: ## @.str.2 .asciz "f v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" L_.str.3: ## @.str.3 .asciz "pi v\303\241ltoz\303\263 m\303\251rete byte-ban: %d\n" L_.str.4: ## @.str.4 .space 1 L_.str.5: ## @.str.5 .asciz "int t\303\255pus m\303\251rete byte-ban: %d\n" L_.str.6: ## @.str.6 .asciz "char t\303\255pus byte-ban: %d\n" L_.str.7: ## @.str.7 .asciz "float t\303\255pus m\303\251rete byte-ban: %d\n" L_.str.8: ## @.str.8 .asciz "double t\303\255pus m\303\251rete byte-ban: %d\n" .subsections_via_symbols
the_stack_data/161080741.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _AudioWaveformSine ; @AudioWaveformSine .p2align 1 _AudioWaveformSine: .short 0 ; 0x0 .short 804 ; 0x324 .short 1608 ; 0x648 .short 2410 ; 0x96a .short 3212 ; 0xc8c .short 4011 ; 0xfab .short 4808 ; 0x12c8 .short 5602 ; 0x15e2 .short 6393 ; 0x18f9 .short 7179 ; 0x1c0b .short 7962 ; 0x1f1a .short 8739 ; 0x2223 .short 9512 ; 0x2528 .short 10278 ; 0x2826 .short 11039 ; 0x2b1f .short 11793 ; 0x2e11 .short 12539 ; 0x30fb .short 13279 ; 0x33df .short 14010 ; 0x36ba .short 14732 ; 0x398c .short 15446 ; 0x3c56 .short 16151 ; 0x3f17 .short 16846 ; 0x41ce .short 17530 ; 0x447a .short 18204 ; 0x471c .short 18868 ; 0x49b4 .short 19519 ; 0x4c3f .short 20159 ; 0x4ebf .short 20787 ; 0x5133 .short 21403 ; 0x539b .short 22005 ; 0x55f5 .short 22594 ; 0x5842 .short 23170 ; 0x5a82 .short 23731 ; 0x5cb3 .short 24279 ; 0x5ed7 .short 24811 ; 0x60eb .short 25329 ; 0x62f1 .short 25832 ; 0x64e8 .short 26319 ; 0x66cf .short 26790 ; 0x68a6 .short 27245 ; 0x6a6d .short 27683 ; 0x6c23 .short 28105 ; 0x6dc9 .short 28510 ; 0x6f5e .short 28898 ; 0x70e2 .short 29268 ; 0x7254 .short 29621 ; 0x73b5 .short 29956 ; 0x7504 .short 30273 ; 0x7641 .short 30571 ; 0x776b .short 30852 ; 0x7884 .short 31113 ; 0x7989 .short 31356 ; 0x7a7c .short 31580 ; 0x7b5c .short 31785 ; 0x7c29 .short 31971 ; 0x7ce3 .short 32137 ; 0x7d89 .short 32285 ; 0x7e1d .short 32412 ; 0x7e9c .short 32521 ; 0x7f09 .short 32609 ; 0x7f61 .short 32678 ; 0x7fa6 .short 32728 ; 0x7fd8 .short 32757 ; 0x7ff5 .short 32767 ; 0x7fff .short 32757 ; 0x7ff5 .short 32728 ; 0x7fd8 .short 32678 ; 0x7fa6 .short 32609 ; 0x7f61 .short 32521 ; 0x7f09 .short 32412 ; 0x7e9c .short 32285 ; 0x7e1d .short 32137 ; 0x7d89 .short 31971 ; 0x7ce3 .short 31785 ; 0x7c29 .short 31580 ; 0x7b5c .short 31356 ; 0x7a7c .short 31113 ; 0x7989 .short 30852 ; 0x7884 .short 30571 ; 0x776b .short 30273 ; 0x7641 .short 29956 ; 0x7504 .short 29621 ; 0x73b5 .short 29268 ; 0x7254 .short 28898 ; 0x70e2 .short 28510 ; 0x6f5e .short 28105 ; 0x6dc9 .short 27683 ; 0x6c23 .short 27245 ; 0x6a6d .short 26790 ; 0x68a6 .short 26319 ; 0x66cf .short 25832 ; 0x64e8 .short 25329 ; 0x62f1 .short 24811 ; 0x60eb .short 24279 ; 0x5ed7 .short 23731 ; 0x5cb3 .short 23170 ; 0x5a82 .short 22594 ; 0x5842 .short 22005 ; 0x55f5 .short 21403 ; 0x539b .short 20787 ; 0x5133 .short 20159 ; 0x4ebf .short 19519 ; 0x4c3f .short 18868 ; 0x49b4 .short 18204 ; 0x471c .short 17530 ; 0x447a .short 16846 ; 0x41ce .short 16151 ; 0x3f17 .short 15446 ; 0x3c56 .short 14732 ; 0x398c .short 14010 ; 0x36ba .short 13279 ; 0x33df .short 12539 ; 0x30fb .short 11793 ; 0x2e11 .short 11039 ; 0x2b1f .short 10278 ; 0x2826 .short 9512 ; 0x2528 .short 8739 ; 0x2223 .short 7962 ; 0x1f1a .short 7179 ; 0x1c0b .short 6393 ; 0x18f9 .short 5602 ; 0x15e2 .short 4808 ; 0x12c8 .short 4011 ; 0xfab .short 3212 ; 0xc8c .short 2410 ; 0x96a .short 1608 ; 0x648 .short 804 ; 0x324 .short 0 ; 0x0 .short 64732 ; 0xfcdc .short 63928 ; 0xf9b8 .short 63126 ; 0xf696 .short 62324 ; 0xf374 .short 61525 ; 0xf055 .short 60728 ; 0xed38 .short 59934 ; 0xea1e .short 59143 ; 0xe707 .short 58357 ; 0xe3f5 .short 57574 ; 0xe0e6 .short 56797 ; 0xdddd .short 56024 ; 0xdad8 .short 55258 ; 0xd7da .short 54497 ; 0xd4e1 .short 53743 ; 0xd1ef .short 52997 ; 0xcf05 .short 52257 ; 0xcc21 .short 51526 ; 0xc946 .short 50804 ; 0xc674 .short 50090 ; 0xc3aa .short 49385 ; 0xc0e9 .short 48690 ; 0xbe32 .short 48006 ; 0xbb86 .short 47332 ; 0xb8e4 .short 46668 ; 0xb64c .short 46017 ; 0xb3c1 .short 45377 ; 0xb141 .short 44749 ; 0xaecd .short 44133 ; 0xac65 .short 43531 ; 0xaa0b .short 42942 ; 0xa7be .short 42366 ; 0xa57e .short 41805 ; 0xa34d .short 41257 ; 0xa129 .short 40725 ; 0x9f15 .short 40207 ; 0x9d0f .short 39704 ; 0x9b18 .short 39217 ; 0x9931 .short 38746 ; 0x975a .short 38291 ; 0x9593 .short 37853 ; 0x93dd .short 37431 ; 0x9237 .short 37026 ; 0x90a2 .short 36638 ; 0x8f1e .short 36268 ; 0x8dac .short 35915 ; 0x8c4b .short 35580 ; 0x8afc .short 35263 ; 0x89bf .short 34965 ; 0x8895 .short 34684 ; 0x877c .short 34423 ; 0x8677 .short 34180 ; 0x8584 .short 33956 ; 0x84a4 .short 33751 ; 0x83d7 .short 33565 ; 0x831d .short 33399 ; 0x8277 .short 33251 ; 0x81e3 .short 33124 ; 0x8164 .short 33015 ; 0x80f7 .short 32927 ; 0x809f .short 32858 ; 0x805a .short 32808 ; 0x8028 .short 32779 ; 0x800b .short 32769 ; 0x8001 .short 32779 ; 0x800b .short 32808 ; 0x8028 .short 32858 ; 0x805a .short 32927 ; 0x809f .short 33015 ; 0x80f7 .short 33124 ; 0x8164 .short 33251 ; 0x81e3 .short 33399 ; 0x8277 .short 33565 ; 0x831d .short 33751 ; 0x83d7 .short 33956 ; 0x84a4 .short 34180 ; 0x8584 .short 34423 ; 0x8677 .short 34684 ; 0x877c .short 34965 ; 0x8895 .short 35263 ; 0x89bf .short 35580 ; 0x8afc .short 35915 ; 0x8c4b .short 36268 ; 0x8dac .short 36638 ; 0x8f1e .short 37026 ; 0x90a2 .short 37431 ; 0x9237 .short 37853 ; 0x93dd .short 38291 ; 0x9593 .short 38746 ; 0x975a .short 39217 ; 0x9931 .short 39704 ; 0x9b18 .short 40207 ; 0x9d0f .short 40725 ; 0x9f15 .short 41257 ; 0xa129 .short 41805 ; 0xa34d .short 42366 ; 0xa57e .short 42942 ; 0xa7be .short 43531 ; 0xaa0b .short 44133 ; 0xac65 .short 44749 ; 0xaecd .short 45377 ; 0xb141 .short 46017 ; 0xb3c1 .short 46668 ; 0xb64c .short 47332 ; 0xb8e4 .short 48006 ; 0xbb86 .short 48690 ; 0xbe32 .short 49385 ; 0xc0e9 .short 50090 ; 0xc3aa .short 50804 ; 0xc674 .short 51526 ; 0xc946 .short 52257 ; 0xcc21 .short 52997 ; 0xcf05 .short 53743 ; 0xd1ef .short 54497 ; 0xd4e1 .short 55258 ; 0xd7da .short 56024 ; 0xdad8 .short 56797 ; 0xdddd .short 57574 ; 0xe0e6 .short 58357 ; 0xe3f5 .short 59143 ; 0xe707 .short 59934 ; 0xea1e .short 60728 ; 0xed38 .short 61525 ; 0xf055 .short 62324 ; 0xf374 .short 63126 ; 0xf696 .short 63928 ; 0xf9b8 .short 64732 ; 0xfcdc .short 0 ; 0x0 .globl _fader_table ; @fader_table .p2align 1 _fader_table: .short 0 ; 0x0 .short 1 ; 0x1 .short 4 ; 0x4 .short 11 ; 0xb .short 19 ; 0x13 .short 30 ; 0x1e .short 44 ; 0x2c .short 60 ; 0x3c .short 78 ; 0x4e .short 99 ; 0x63 .short 123 ; 0x7b .short 149 ; 0x95 .short 177 ; 0xb1 .short 208 ; 0xd0 .short 241 ; 0xf1 .short 276 ; 0x114 .short 314 ; 0x13a .short 355 ; 0x163 .short 398 ; 0x18e .short 443 ; 0x1bb .short 490 ; 0x1ea .short 541 ; 0x21d .short 593 ; 0x251 .short 648 ; 0x288 .short 705 ; 0x2c1 .short 764 ; 0x2fc .short 826 ; 0x33a .short 891 ; 0x37b .short 957 ; 0x3bd .short 1026 ; 0x402 .short 1097 ; 0x449 .short 1171 ; 0x493 .short 1247 ; 0x4df .short 1325 ; 0x52d .short 1405 ; 0x57d .short 1488 ; 0x5d0 .short 1572 ; 0x624 .short 1660 ; 0x67c .short 1749 ; 0x6d5 .short 1840 ; 0x730 .short 1934 ; 0x78e .short 2030 ; 0x7ee .short 2128 ; 0x850 .short 2228 ; 0x8b4 .short 2330 ; 0x91a .short 2435 ; 0x983 .short 2541 ; 0x9ed .short 2650 ; 0xa5a .short 2761 ; 0xac9 .short 2873 ; 0xb39 .short 2988 ; 0xbac .short 3105 ; 0xc21 .short 3224 ; 0xc98 .short 3344 ; 0xd10 .short 3467 ; 0xd8b .short 3592 ; 0xe08 .short 3718 ; 0xe86 .short 3847 ; 0xf07 .short 3977 ; 0xf89 .short 4109 ; 0x100d .short 4243 ; 0x1093 .short 4379 ; 0x111b .short 4517 ; 0x11a5 .short 4657 ; 0x1231 .short 4798 ; 0x12be .short 4941 ; 0x134d .short 5086 ; 0x13de .short 5232 ; 0x1470 .short 5380 ; 0x1504 .short 5530 ; 0x159a .short 5682 ; 0x1632 .short 5835 ; 0x16cb .short 5989 ; 0x1765 .short 6145 ; 0x1801 .short 6303 ; 0x189f .short 6462 ; 0x193e .short 6623 ; 0x19df .short 6785 ; 0x1a81 .short 6949 ; 0x1b25 .short 7114 ; 0x1bca .short 7281 ; 0x1c71 .short 7448 ; 0x1d18 .short 7618 ; 0x1dc2 .short 7788 ; 0x1e6c .short 7960 ; 0x1f18 .short 8133 ; 0x1fc5 .short 8307 ; 0x2073 .short 8483 ; 0x2123 .short 8660 ; 0x21d4 .short 8838 ; 0x2286 .short 9017 ; 0x2339 .short 9197 ; 0x23ed .short 9378 ; 0x24a2 .short 9560 ; 0x2558 .short 9743 ; 0x260f .short 9928 ; 0x26c8 .short 10113 ; 0x2781 .short 10299 ; 0x283b .short 10486 ; 0x28f6 .short 10674 ; 0x29b2 .short 10863 ; 0x2a6f .short 11053 ; 0x2b2d .short 11244 ; 0x2bec .short 11435 ; 0x2cab .short 11627 ; 0x2d6b .short 11820 ; 0x2e2c .short 12013 ; 0x2eed .short 12207 ; 0x2faf .short 12402 ; 0x3072 .short 12597 ; 0x3135 .short 12793 ; 0x31f9 .short 12989 ; 0x32bd .short 13186 ; 0x3382 .short 13384 ; 0x3448 .short 13582 ; 0x350e .short 13780 ; 0x35d4 .short 13979 ; 0x369b .short 14178 ; 0x3762 .short 14377 ; 0x3829 .short 14577 ; 0x38f1 .short 14777 ; 0x39b9 .short 14977 ; 0x3a81 .short 15177 ; 0x3b49 .short 15378 ; 0x3c12 .short 15579 ; 0x3cdb .short 15780 ; 0x3da4 .short 15981 ; 0x3e6d .short 16182 ; 0x3f36 .short 16383 ; 0x3fff .short 16584 ; 0x40c8 .short 16785 ; 0x4191 .short 16986 ; 0x425a .short 17187 ; 0x4323 .short 17387 ; 0x43eb .short 17588 ; 0x44b4 .short 17788 ; 0x457c .short 17989 ; 0x4645 .short 18188 ; 0x470c .short 18388 ; 0x47d4 .short 18588 ; 0x489c .short 18787 ; 0x4963 .short 18985 ; 0x4a29 .short 19184 ; 0x4af0 .short 19382 ; 0x4bb6 .short 19579 ; 0x4c7b .short 19776 ; 0x4d40 .short 19972 ; 0x4e04 .short 20168 ; 0x4ec8 .short 20364 ; 0x4f8c .short 20558 ; 0x504e .short 20752 ; 0x5110 .short 20946 ; 0x51d2 .short 21139 ; 0x5293 .short 21331 ; 0x5353 .short 21522 ; 0x5412 .short 21712 ; 0x54d0 .short 21902 ; 0x558e .short 22091 ; 0x564b .short 22279 ; 0x5707 .short 22466 ; 0x57c2 .short 22652 ; 0x587c .short 22838 ; 0x5936 .short 23022 ; 0x59ee .short 23205 ; 0x5aa5 .short 23388 ; 0x5b5c .short 23569 ; 0x5c11 .short 23749 ; 0x5cc5 .short 23928 ; 0x5d78 .short 24106 ; 0x5e2a .short 24283 ; 0x5edb .short 24458 ; 0x5f8a .short 24633 ; 0x6039 .short 24806 ; 0x60e6 .short 24977 ; 0x6191 .short 25148 ; 0x623c .short 25317 ; 0x62e5 .short 25485 ; 0x638d .short 25651 ; 0x6433 .short 25817 ; 0x64d9 .short 25980 ; 0x657c .short 26142 ; 0x661e .short 26303 ; 0x66bf .short 26463 ; 0x675f .short 26620 ; 0x67fc .short 26776 ; 0x6898 .short 26931 ; 0x6933 .short 27084 ; 0x69cc .short 27236 ; 0x6a64 .short 27385 ; 0x6af9 .short 27534 ; 0x6b8e .short 27680 ; 0x6c20 .short 27825 ; 0x6cb1 .short 27968 ; 0x6d40 .short 28109 ; 0x6dcd .short 28249 ; 0x6e59 .short 28386 ; 0x6ee2 .short 28522 ; 0x6f6a .short 28656 ; 0x6ff0 .short 28789 ; 0x7075 .short 28919 ; 0x70f7 .short 29048 ; 0x7178 .short 29174 ; 0x71f6 .short 29299 ; 0x7273 .short 29422 ; 0x72ee .short 29542 ; 0x7366 .short 29661 ; 0x73dd .short 29778 ; 0x7452 .short 29893 ; 0x74c5 .short 30006 ; 0x7536 .short 30116 ; 0x75a4 .short 30225 ; 0x7611 .short 30331 ; 0x767b .short 30436 ; 0x76e4 .short 30538 ; 0x774a .short 30638 ; 0x77ae .short 30736 ; 0x7810 .short 30832 ; 0x7870 .short 30926 ; 0x78ce .short 31017 ; 0x7929 .short 31107 ; 0x7983 .short 31194 ; 0x79da .short 31279 ; 0x7a2f .short 31361 ; 0x7a81 .short 31442 ; 0x7ad2 .short 31520 ; 0x7b20 .short 31596 ; 0x7b6c .short 31669 ; 0x7bb5 .short 31740 ; 0x7bfc .short 31809 ; 0x7c41 .short 31876 ; 0x7c84 .short 31940 ; 0x7cc4 .short 32002 ; 0x7d02 .short 32062 ; 0x7d3e .short 32119 ; 0x7d77 .short 32174 ; 0x7dae .short 32226 ; 0x7de2 .short 32276 ; 0x7e14 .short 32324 ; 0x7e44 .short 32369 ; 0x7e71 .short 32412 ; 0x7e9c .short 32452 ; 0x7ec4 .short 32490 ; 0x7eea .short 32526 ; 0x7f0e .short 32559 ; 0x7f2f .short 32590 ; 0x7f4e .short 32618 ; 0x7f6a .short 32644 ; 0x7f84 .short 32667 ; 0x7f9b .short 32688 ; 0x7fb0 .short 32707 ; 0x7fc3 .short 32723 ; 0x7fd3 .short 32737 ; 0x7fe1 .short 32748 ; 0x7fec .short 32756 ; 0x7ff4 .short 32763 ; 0x7ffb .short 32766 ; 0x7ffe .short 32767 ; 0x7fff .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _AudioWaveformSine ## @AudioWaveformSine .p2align 4 _AudioWaveformSine: .short 0 ## 0x0 .short 804 ## 0x324 .short 1608 ## 0x648 .short 2410 ## 0x96a .short 3212 ## 0xc8c .short 4011 ## 0xfab .short 4808 ## 0x12c8 .short 5602 ## 0x15e2 .short 6393 ## 0x18f9 .short 7179 ## 0x1c0b .short 7962 ## 0x1f1a .short 8739 ## 0x2223 .short 9512 ## 0x2528 .short 10278 ## 0x2826 .short 11039 ## 0x2b1f .short 11793 ## 0x2e11 .short 12539 ## 0x30fb .short 13279 ## 0x33df .short 14010 ## 0x36ba .short 14732 ## 0x398c .short 15446 ## 0x3c56 .short 16151 ## 0x3f17 .short 16846 ## 0x41ce .short 17530 ## 0x447a .short 18204 ## 0x471c .short 18868 ## 0x49b4 .short 19519 ## 0x4c3f .short 20159 ## 0x4ebf .short 20787 ## 0x5133 .short 21403 ## 0x539b .short 22005 ## 0x55f5 .short 22594 ## 0x5842 .short 23170 ## 0x5a82 .short 23731 ## 0x5cb3 .short 24279 ## 0x5ed7 .short 24811 ## 0x60eb .short 25329 ## 0x62f1 .short 25832 ## 0x64e8 .short 26319 ## 0x66cf .short 26790 ## 0x68a6 .short 27245 ## 0x6a6d .short 27683 ## 0x6c23 .short 28105 ## 0x6dc9 .short 28510 ## 0x6f5e .short 28898 ## 0x70e2 .short 29268 ## 0x7254 .short 29621 ## 0x73b5 .short 29956 ## 0x7504 .short 30273 ## 0x7641 .short 30571 ## 0x776b .short 30852 ## 0x7884 .short 31113 ## 0x7989 .short 31356 ## 0x7a7c .short 31580 ## 0x7b5c .short 31785 ## 0x7c29 .short 31971 ## 0x7ce3 .short 32137 ## 0x7d89 .short 32285 ## 0x7e1d .short 32412 ## 0x7e9c .short 32521 ## 0x7f09 .short 32609 ## 0x7f61 .short 32678 ## 0x7fa6 .short 32728 ## 0x7fd8 .short 32757 ## 0x7ff5 .short 32767 ## 0x7fff .short 32757 ## 0x7ff5 .short 32728 ## 0x7fd8 .short 32678 ## 0x7fa6 .short 32609 ## 0x7f61 .short 32521 ## 0x7f09 .short 32412 ## 0x7e9c .short 32285 ## 0x7e1d .short 32137 ## 0x7d89 .short 31971 ## 0x7ce3 .short 31785 ## 0x7c29 .short 31580 ## 0x7b5c .short 31356 ## 0x7a7c .short 31113 ## 0x7989 .short 30852 ## 0x7884 .short 30571 ## 0x776b .short 30273 ## 0x7641 .short 29956 ## 0x7504 .short 29621 ## 0x73b5 .short 29268 ## 0x7254 .short 28898 ## 0x70e2 .short 28510 ## 0x6f5e .short 28105 ## 0x6dc9 .short 27683 ## 0x6c23 .short 27245 ## 0x6a6d .short 26790 ## 0x68a6 .short 26319 ## 0x66cf .short 25832 ## 0x64e8 .short 25329 ## 0x62f1 .short 24811 ## 0x60eb .short 24279 ## 0x5ed7 .short 23731 ## 0x5cb3 .short 23170 ## 0x5a82 .short 22594 ## 0x5842 .short 22005 ## 0x55f5 .short 21403 ## 0x539b .short 20787 ## 0x5133 .short 20159 ## 0x4ebf .short 19519 ## 0x4c3f .short 18868 ## 0x49b4 .short 18204 ## 0x471c .short 17530 ## 0x447a .short 16846 ## 0x41ce .short 16151 ## 0x3f17 .short 15446 ## 0x3c56 .short 14732 ## 0x398c .short 14010 ## 0x36ba .short 13279 ## 0x33df .short 12539 ## 0x30fb .short 11793 ## 0x2e11 .short 11039 ## 0x2b1f .short 10278 ## 0x2826 .short 9512 ## 0x2528 .short 8739 ## 0x2223 .short 7962 ## 0x1f1a .short 7179 ## 0x1c0b .short 6393 ## 0x18f9 .short 5602 ## 0x15e2 .short 4808 ## 0x12c8 .short 4011 ## 0xfab .short 3212 ## 0xc8c .short 2410 ## 0x96a .short 1608 ## 0x648 .short 804 ## 0x324 .short 0 ## 0x0 .short 64732 ## 0xfcdc .short 63928 ## 0xf9b8 .short 63126 ## 0xf696 .short 62324 ## 0xf374 .short 61525 ## 0xf055 .short 60728 ## 0xed38 .short 59934 ## 0xea1e .short 59143 ## 0xe707 .short 58357 ## 0xe3f5 .short 57574 ## 0xe0e6 .short 56797 ## 0xdddd .short 56024 ## 0xdad8 .short 55258 ## 0xd7da .short 54497 ## 0xd4e1 .short 53743 ## 0xd1ef .short 52997 ## 0xcf05 .short 52257 ## 0xcc21 .short 51526 ## 0xc946 .short 50804 ## 0xc674 .short 50090 ## 0xc3aa .short 49385 ## 0xc0e9 .short 48690 ## 0xbe32 .short 48006 ## 0xbb86 .short 47332 ## 0xb8e4 .short 46668 ## 0xb64c .short 46017 ## 0xb3c1 .short 45377 ## 0xb141 .short 44749 ## 0xaecd .short 44133 ## 0xac65 .short 43531 ## 0xaa0b .short 42942 ## 0xa7be .short 42366 ## 0xa57e .short 41805 ## 0xa34d .short 41257 ## 0xa129 .short 40725 ## 0x9f15 .short 40207 ## 0x9d0f .short 39704 ## 0x9b18 .short 39217 ## 0x9931 .short 38746 ## 0x975a .short 38291 ## 0x9593 .short 37853 ## 0x93dd .short 37431 ## 0x9237 .short 37026 ## 0x90a2 .short 36638 ## 0x8f1e .short 36268 ## 0x8dac .short 35915 ## 0x8c4b .short 35580 ## 0x8afc .short 35263 ## 0x89bf .short 34965 ## 0x8895 .short 34684 ## 0x877c .short 34423 ## 0x8677 .short 34180 ## 0x8584 .short 33956 ## 0x84a4 .short 33751 ## 0x83d7 .short 33565 ## 0x831d .short 33399 ## 0x8277 .short 33251 ## 0x81e3 .short 33124 ## 0x8164 .short 33015 ## 0x80f7 .short 32927 ## 0x809f .short 32858 ## 0x805a .short 32808 ## 0x8028 .short 32779 ## 0x800b .short 32769 ## 0x8001 .short 32779 ## 0x800b .short 32808 ## 0x8028 .short 32858 ## 0x805a .short 32927 ## 0x809f .short 33015 ## 0x80f7 .short 33124 ## 0x8164 .short 33251 ## 0x81e3 .short 33399 ## 0x8277 .short 33565 ## 0x831d .short 33751 ## 0x83d7 .short 33956 ## 0x84a4 .short 34180 ## 0x8584 .short 34423 ## 0x8677 .short 34684 ## 0x877c .short 34965 ## 0x8895 .short 35263 ## 0x89bf .short 35580 ## 0x8afc .short 35915 ## 0x8c4b .short 36268 ## 0x8dac .short 36638 ## 0x8f1e .short 37026 ## 0x90a2 .short 37431 ## 0x9237 .short 37853 ## 0x93dd .short 38291 ## 0x9593 .short 38746 ## 0x975a .short 39217 ## 0x9931 .short 39704 ## 0x9b18 .short 40207 ## 0x9d0f .short 40725 ## 0x9f15 .short 41257 ## 0xa129 .short 41805 ## 0xa34d .short 42366 ## 0xa57e .short 42942 ## 0xa7be .short 43531 ## 0xaa0b .short 44133 ## 0xac65 .short 44749 ## 0xaecd .short 45377 ## 0xb141 .short 46017 ## 0xb3c1 .short 46668 ## 0xb64c .short 47332 ## 0xb8e4 .short 48006 ## 0xbb86 .short 48690 ## 0xbe32 .short 49385 ## 0xc0e9 .short 50090 ## 0xc3aa .short 50804 ## 0xc674 .short 51526 ## 0xc946 .short 52257 ## 0xcc21 .short 52997 ## 0xcf05 .short 53743 ## 0xd1ef .short 54497 ## 0xd4e1 .short 55258 ## 0xd7da .short 56024 ## 0xdad8 .short 56797 ## 0xdddd .short 57574 ## 0xe0e6 .short 58357 ## 0xe3f5 .short 59143 ## 0xe707 .short 59934 ## 0xea1e .short 60728 ## 0xed38 .short 61525 ## 0xf055 .short 62324 ## 0xf374 .short 63126 ## 0xf696 .short 63928 ## 0xf9b8 .short 64732 ## 0xfcdc .short 0 ## 0x0 .globl _fader_table ## @fader_table .p2align 4 _fader_table: .short 0 ## 0x0 .short 1 ## 0x1 .short 4 ## 0x4 .short 11 ## 0xb .short 19 ## 0x13 .short 30 ## 0x1e .short 44 ## 0x2c .short 60 ## 0x3c .short 78 ## 0x4e .short 99 ## 0x63 .short 123 ## 0x7b .short 149 ## 0x95 .short 177 ## 0xb1 .short 208 ## 0xd0 .short 241 ## 0xf1 .short 276 ## 0x114 .short 314 ## 0x13a .short 355 ## 0x163 .short 398 ## 0x18e .short 443 ## 0x1bb .short 490 ## 0x1ea .short 541 ## 0x21d .short 593 ## 0x251 .short 648 ## 0x288 .short 705 ## 0x2c1 .short 764 ## 0x2fc .short 826 ## 0x33a .short 891 ## 0x37b .short 957 ## 0x3bd .short 1026 ## 0x402 .short 1097 ## 0x449 .short 1171 ## 0x493 .short 1247 ## 0x4df .short 1325 ## 0x52d .short 1405 ## 0x57d .short 1488 ## 0x5d0 .short 1572 ## 0x624 .short 1660 ## 0x67c .short 1749 ## 0x6d5 .short 1840 ## 0x730 .short 1934 ## 0x78e .short 2030 ## 0x7ee .short 2128 ## 0x850 .short 2228 ## 0x8b4 .short 2330 ## 0x91a .short 2435 ## 0x983 .short 2541 ## 0x9ed .short 2650 ## 0xa5a .short 2761 ## 0xac9 .short 2873 ## 0xb39 .short 2988 ## 0xbac .short 3105 ## 0xc21 .short 3224 ## 0xc98 .short 3344 ## 0xd10 .short 3467 ## 0xd8b .short 3592 ## 0xe08 .short 3718 ## 0xe86 .short 3847 ## 0xf07 .short 3977 ## 0xf89 .short 4109 ## 0x100d .short 4243 ## 0x1093 .short 4379 ## 0x111b .short 4517 ## 0x11a5 .short 4657 ## 0x1231 .short 4798 ## 0x12be .short 4941 ## 0x134d .short 5086 ## 0x13de .short 5232 ## 0x1470 .short 5380 ## 0x1504 .short 5530 ## 0x159a .short 5682 ## 0x1632 .short 5835 ## 0x16cb .short 5989 ## 0x1765 .short 6145 ## 0x1801 .short 6303 ## 0x189f .short 6462 ## 0x193e .short 6623 ## 0x19df .short 6785 ## 0x1a81 .short 6949 ## 0x1b25 .short 7114 ## 0x1bca .short 7281 ## 0x1c71 .short 7448 ## 0x1d18 .short 7618 ## 0x1dc2 .short 7788 ## 0x1e6c .short 7960 ## 0x1f18 .short 8133 ## 0x1fc5 .short 8307 ## 0x2073 .short 8483 ## 0x2123 .short 8660 ## 0x21d4 .short 8838 ## 0x2286 .short 9017 ## 0x2339 .short 9197 ## 0x23ed .short 9378 ## 0x24a2 .short 9560 ## 0x2558 .short 9743 ## 0x260f .short 9928 ## 0x26c8 .short 10113 ## 0x2781 .short 10299 ## 0x283b .short 10486 ## 0x28f6 .short 10674 ## 0x29b2 .short 10863 ## 0x2a6f .short 11053 ## 0x2b2d .short 11244 ## 0x2bec .short 11435 ## 0x2cab .short 11627 ## 0x2d6b .short 11820 ## 0x2e2c .short 12013 ## 0x2eed .short 12207 ## 0x2faf .short 12402 ## 0x3072 .short 12597 ## 0x3135 .short 12793 ## 0x31f9 .short 12989 ## 0x32bd .short 13186 ## 0x3382 .short 13384 ## 0x3448 .short 13582 ## 0x350e .short 13780 ## 0x35d4 .short 13979 ## 0x369b .short 14178 ## 0x3762 .short 14377 ## 0x3829 .short 14577 ## 0x38f1 .short 14777 ## 0x39b9 .short 14977 ## 0x3a81 .short 15177 ## 0x3b49 .short 15378 ## 0x3c12 .short 15579 ## 0x3cdb .short 15780 ## 0x3da4 .short 15981 ## 0x3e6d .short 16182 ## 0x3f36 .short 16383 ## 0x3fff .short 16584 ## 0x40c8 .short 16785 ## 0x4191 .short 16986 ## 0x425a .short 17187 ## 0x4323 .short 17387 ## 0x43eb .short 17588 ## 0x44b4 .short 17788 ## 0x457c .short 17989 ## 0x4645 .short 18188 ## 0x470c .short 18388 ## 0x47d4 .short 18588 ## 0x489c .short 18787 ## 0x4963 .short 18985 ## 0x4a29 .short 19184 ## 0x4af0 .short 19382 ## 0x4bb6 .short 19579 ## 0x4c7b .short 19776 ## 0x4d40 .short 19972 ## 0x4e04 .short 20168 ## 0x4ec8 .short 20364 ## 0x4f8c .short 20558 ## 0x504e .short 20752 ## 0x5110 .short 20946 ## 0x51d2 .short 21139 ## 0x5293 .short 21331 ## 0x5353 .short 21522 ## 0x5412 .short 21712 ## 0x54d0 .short 21902 ## 0x558e .short 22091 ## 0x564b .short 22279 ## 0x5707 .short 22466 ## 0x57c2 .short 22652 ## 0x587c .short 22838 ## 0x5936 .short 23022 ## 0x59ee .short 23205 ## 0x5aa5 .short 23388 ## 0x5b5c .short 23569 ## 0x5c11 .short 23749 ## 0x5cc5 .short 23928 ## 0x5d78 .short 24106 ## 0x5e2a .short 24283 ## 0x5edb .short 24458 ## 0x5f8a .short 24633 ## 0x6039 .short 24806 ## 0x60e6 .short 24977 ## 0x6191 .short 25148 ## 0x623c .short 25317 ## 0x62e5 .short 25485 ## 0x638d .short 25651 ## 0x6433 .short 25817 ## 0x64d9 .short 25980 ## 0x657c .short 26142 ## 0x661e .short 26303 ## 0x66bf .short 26463 ## 0x675f .short 26620 ## 0x67fc .short 26776 ## 0x6898 .short 26931 ## 0x6933 .short 27084 ## 0x69cc .short 27236 ## 0x6a64 .short 27385 ## 0x6af9 .short 27534 ## 0x6b8e .short 27680 ## 0x6c20 .short 27825 ## 0x6cb1 .short 27968 ## 0x6d40 .short 28109 ## 0x6dcd .short 28249 ## 0x6e59 .short 28386 ## 0x6ee2 .short 28522 ## 0x6f6a .short 28656 ## 0x6ff0 .short 28789 ## 0x7075 .short 28919 ## 0x70f7 .short 29048 ## 0x7178 .short 29174 ## 0x71f6 .short 29299 ## 0x7273 .short 29422 ## 0x72ee .short 29542 ## 0x7366 .short 29661 ## 0x73dd .short 29778 ## 0x7452 .short 29893 ## 0x74c5 .short 30006 ## 0x7536 .short 30116 ## 0x75a4 .short 30225 ## 0x7611 .short 30331 ## 0x767b .short 30436 ## 0x76e4 .short 30538 ## 0x774a .short 30638 ## 0x77ae .short 30736 ## 0x7810 .short 30832 ## 0x7870 .short 30926 ## 0x78ce .short 31017 ## 0x7929 .short 31107 ## 0x7983 .short 31194 ## 0x79da .short 31279 ## 0x7a2f .short 31361 ## 0x7a81 .short 31442 ## 0x7ad2 .short 31520 ## 0x7b20 .short 31596 ## 0x7b6c .short 31669 ## 0x7bb5 .short 31740 ## 0x7bfc .short 31809 ## 0x7c41 .short 31876 ## 0x7c84 .short 31940 ## 0x7cc4 .short 32002 ## 0x7d02 .short 32062 ## 0x7d3e .short 32119 ## 0x7d77 .short 32174 ## 0x7dae .short 32226 ## 0x7de2 .short 32276 ## 0x7e14 .short 32324 ## 0x7e44 .short 32369 ## 0x7e71 .short 32412 ## 0x7e9c .short 32452 ## 0x7ec4 .short 32490 ## 0x7eea .short 32526 ## 0x7f0e .short 32559 ## 0x7f2f .short 32590 ## 0x7f4e .short 32618 ## 0x7f6a .short 32644 ## 0x7f84 .short 32667 ## 0x7f9b .short 32688 ## 0x7fb0 .short 32707 ## 0x7fc3 .short 32723 ## 0x7fd3 .short 32737 ## 0x7fe1 .short 32748 ## 0x7fec .short 32756 ## 0x7ff4 .short 32763 ## 0x7ffb .short 32766 ## 0x7ffe .short 32767 ## 0x7fff .subsections_via_symbols
the_stack_data/161079515.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_xdel_i2_ ; -- Begin function scilab_rt_xdel_i2_ .p2align 2 _scilab_rt_xdel_i2_: ; @scilab_rt_xdel_i2_ .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] stur x2, [x29, #-16] ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill str wzr, [sp, #20] stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-20] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #24] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-20] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #24] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #20] add w8, w8, w9 str w8, [sp, #20] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_8: ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_xdel_i2_ ## -- Begin function scilab_rt_xdel_i2_ .p2align 4, 0x90 _scilab_rt_xdel_i2_: ## @scilab_rt_xdel_i2_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -40(%rbp) ## 8-byte Spill movl $0, -28(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -20(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -24(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -40(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -20(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -28(%rbp), %eax movl %eax, -28(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_8: movl -28(%rbp), %esi leaq L_.str(%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 "%d" .subsections_via_symbols
the_stack_data/498581.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f ; -- Begin function f .p2align 2 _f: ; @f .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_3 LBB0_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_3 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #6 bl _f 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 "ding" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f ## -- Begin function f .p2align 4, 0x90 _f: ## @f .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) cmpl $5, -4(%rbp) jle LBB0_2 ## %bb.1: jmp LBB0_3 LBB0_2: leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $6, %edi callq _f xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "ding" .subsections_via_symbols
the_stack_data/23574112.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "argv[%d] = %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %esi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "argv[%d] = %s\n" .subsections_via_symbols
the_stack_data/824912.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _intrflush ; -- Begin function intrflush .p2align 2 _intrflush: ; @intrflush .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] and w8, w1, #0x1 strb w8, [sp, #7] mov w0, #-1 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 _intrflush ## -- Begin function intrflush .p2align 4, 0x90 _intrflush: ## @intrflush .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %sil, %al movq %rdi, -8(%rbp) andb $1, %al movb %al, -9(%rbp) movl $4294967295, %eax ## imm = 0xFFFFFFFF popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/148677.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] stur x8, [x29, #-40] ; 8-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf bl _show_jobs adrp x0, _job_queue_mutex@PAGE add x0, x0, _job_queue_mutex@PAGEOFF mov x1, #0 bl _pthread_mutex_init stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-48] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 stur x8, [x29, #-56] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldur x10, [x29, #-56] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-48] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #172 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: adrp x0, _job_queue_sema@PAGE add x0, x0, _job_queue_sema@PAGEOFF mov w2, #0 mov x1, x2 bl _sem_init stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.6@PAGE add x8, x8, l_.str.6@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-64] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 stur x8, [x29, #-72] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldur x10, [x29, #-72] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-64] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #175 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_4: sub x0, x29, #16 mov x3, #0 mov x1, x3 adrp x2, _producer_callback@PAGE add x2, x2, _producer_callback@PAGEOFF bl _pthread_create stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.7@PAGE add x8, x8, l_.str.7@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #80] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #72] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #72] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #178 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_6: sub x0, x29, #24 mov x3, #0 mov x1, x3 adrp x2, _consumer_callback@PAGE add x2, x2, _consumer_callback@PAGEOFF bl _pthread_create stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.7@PAGE add x8, x8, l_.str.7@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #64] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #56] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #56] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #181 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_8: ldur x0, [x29, #-16] mov x1, #0 bl _pthread_join stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #40] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #184 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_10: ldur x0, [x29, #-24] mov x1, #0 bl _pthread_join stur w0, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #187 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_12: mov w0, #0 ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function producer_callback _producer_callback: ; @producer_callback .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] stur x8, [x29, #-24] ; 8-byte Folded Spill stur x0, [x29, #-8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 sub x0, x29, #16 mov x1, #0 bl _pop_job subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 adrp x0, _job_queue_sema@PAGE add x0, x0, _job_queue_sema@PAGEOFF bl _sem_wait stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.12@PAGE add x8, x8, l_.str.12@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #128 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_5: ; in Loop: Header=BB1_1 Depth=1 b LBB1_1 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function consumer_callback _consumer_callback: ; @consumer_callback .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] stur x8, [x29, #-24] ; 8-byte Folded Spill stur x0, [x29, #-8] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 mov x0, #0 bl _push_job stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_5 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 adrp x0, _job_queue_sema@PAGE add x0, x0, _job_queue_sema@PAGEOFF bl _sem_post stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.15@PAGE add x8, x8, l_.str.15@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #145 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB2_4: ; in Loop: Header=BB2_1 Depth=1 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf b LBB2_6 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf b LBB2_6 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 mov w0, #1 bl _sleep b LBB2_1 .cfi_endproc ; -- End function .p2align 2 ; -- Begin function show_jobs _show_jobs: ; @show_jobs .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _get_job_count mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf adrp x8, _job_queue@PAGE ldr x8, [x8, _job_queue@PAGEOFF] str x8, [sp, #8] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #8] ldr w9, [x8, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldr x8, [sp, #8] ldr x8, [x8, #16] str x8, [sp, #8] b LBB3_1 LBB3_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_job_count _get_job_count: ; @get_job_count .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _job_queue@PAGE ldr x8, [x8, _job_queue@PAGEOFF] str x8, [sp, #8] str wzr, [sp, #4] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] ldr x8, [sp, #8] ldr x8, [x8, #16] str x8, [sp, #8] b LBB4_1 LBB4_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pop_job _pop_job: ; @pop_job .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] adrp x8, _job_queue@PAGE ldr x8, [x8, _job_queue@PAGEOFF] stur x8, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_10 b LBB5_1 LBB5_1: adrp x0, _job_queue_mutex@PAGE add x0, x0, _job_queue_mutex@PAGEOFF bl _pthread_mutex_lock stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.13@PAGE add x8, x8, l_.str.13@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #32] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #32] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #98 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_3: adrp x9, _job_queue@PAGE ldr x8, [x9, _job_queue@PAGEOFF] ldr x8, [x8, #16] str x8, [x9, _job_queue@PAGEOFF] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ldur x8, [x29, #-32] ldr w8, [x8, #8] ldur x9, [x29, #-16] str w8, [x9] b LBB5_5 LBB5_5: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: ldur x8, [x29, #-32] ldr x8, [x8] ldur x9, [x29, #-24] str x8, [x9] b LBB5_7 LBB5_7: adrp x0, _job_queue_mutex@PAGE add x0, x0, _job_queue_mutex@PAGEOFF bl _pthread_mutex_unlock stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_9 b LBB5_8 LBB5_8: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.14@PAGE add x8, x8, l_.str.14@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #16] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #16] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #105 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_9: ldur x0, [x29, #-32] bl _free stur wzr, [x29, #-4] b LBB5_11 LBB5_10: mov w8, #-1 stur w8, [x29, #-4] b LBB5_11 LBB5_11: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function push_job _push_job: ; @push_job .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] stur x8, [x29, #-40] ; 8-byte Folded Spill stur x0, [x29, #-16] mov x0, #24 bl _malloc stur x0, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: mov w8, #-1 stur w8, [x29, #-4] b LBB6_10 LBB6_2: adrp x0, _job_queue_mutex@PAGE add x0, x0, _job_queue_mutex@PAGEOFF bl _pthread_mutex_lock stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_4 b LBB6_3 LBB6_3: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.13@PAGE add x8, x8, l_.str.13@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #40] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #69 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_4: bl _get_job_count add w8, w0, #1 ldur x9, [x29, #-32] str w8, [x9, #8] ldur x8, [x29, #-16] ldur x9, [x29, #-32] str x8, [x9] adrp x8, _job_queue@PAGE ldr x8, [x8, _job_queue@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: adrp x8, _job_queue@PAGE ldr x8, [x8, _job_queue@PAGEOFF] ldur x9, [x29, #-32] str x8, [x9, #16] b LBB6_7 LBB6_6: ldur x8, [x29, #-32] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB6_7 LBB6_7: ldur x8, [x29, #-32] adrp x9, _job_queue@PAGE str x8, [x9, _job_queue@PAGEOFF] adrp x0, _job_queue_mutex@PAGE add x0, x0, _job_queue_mutex@PAGEOFF bl _pthread_mutex_unlock stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_9 b LBB6_8 LBB6_8: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp adrp x8, l_.str.14@PAGE add x8, x8, l_.str.14@PAGEOFF str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp mov x8, #84 str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_9: stur wzr, [x29, #-4] b LBB6_10 LBB6_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Show available jobs: \n" .zerofill __DATA,__bss,_job_queue_mutex,64,3 ; @job_queue_mutex l_.str.1: ; @.str.1 .asciz "%s\n" l_.str.2: ; @.str.2 .asciz "Fail to create a mutex" l_.str.3: ; @.str.3 .asciz " - errno # %d (%s)\n" l_.str.4: ; @.str.4 .asciz " - line # %d (file # %s)\n" l_.str.5: ; @.str.5 .asciz "the_stack_data/1084275.c" .zerofill __DATA,__bss,_job_queue_sema,4,2 ; @job_queue_sema l_.str.6: ; @.str.6 .asciz "Fail to create a sema" l_.str.7: ; @.str.7 .asciz "Fail to create a pthread" l_.str.8: ; @.str.8 .asciz "Fail to join a pthread" l_.str.9: ; @.str.9 .asciz "Job Count # %d\n" .zerofill __DATA,__bss,_job_queue,8,3 ; @job_queue l_.str.10: ; @.str.10 .asciz "Job Id # %d\n" l_.str.11: ; @.str.11 .asciz "Got Job # %d\n" l_.str.12: ; @.str.12 .asciz "Fail to wait on a sema" l_.str.13: ; @.str.13 .asciz "Fail to lock a mutex" l_.str.14: ; @.str.14 .asciz "Fail to unlock a mutex" l_.str.15: ; @.str.15 .asciz "Fail to post a sema" l_.str.16: ; @.str.16 .asciz "Job is pushed\n" l_.str.17: ; @.str.17 .asciz "Error! can not push a job\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _show_jobs leaq _job_queue_mutex(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_mutex_init movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.2(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -29(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -40(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -44(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -56(%rbp), %rdi ## 8-byte Reload movl -44(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -29(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -40(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -29(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $172, %edx callq _fprintf movl $1, %edi callq _exit LBB0_2: leaq _job_queue_sema(%rip), %rdi xorl %edx, %edx movl %edx, %esi callq _sem_init movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -72(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.6(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -57(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -72(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -88(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -76(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -88(%rbp), %rdi ## 8-byte Reload movl -76(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -57(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -72(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -57(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $175, %edx callq _fprintf movl $1, %edi callq _exit LBB0_4: leaq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx leaq _producer_callback(%rip), %rdx movq %rcx, %rsi callq _pthread_create movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -104(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.7(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -89(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -104(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -120(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -108(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -120(%rbp), %rdi ## 8-byte Reload movl -108(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -89(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -104(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -89(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $178, %edx callq _fprintf movl $1, %edi callq _exit LBB0_6: leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx leaq _consumer_callback(%rip), %rdx movq %rcx, %rsi callq _pthread_create movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -136(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.7(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -121(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -136(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -140(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -152(%rbp), %rdi ## 8-byte Reload movl -140(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -121(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -136(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -121(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $181, %edx callq _fprintf movl $1, %edi callq _exit LBB0_8: movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -168(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.8(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -153(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -168(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -184(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -172(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -184(%rbp), %rdi ## 8-byte Reload movl -172(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -153(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -168(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -153(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $184, %edx callq _fprintf movl $1, %edi callq _exit LBB0_10: movq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join movl %eax, -28(%rbp) cmpl $0, -28(%rbp) je LBB0_12 ## %bb.11: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -200(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.8(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -185(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -200(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -204(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -216(%rbp), %rdi ## 8-byte Reload movl -204(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -185(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -200(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -185(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $187, %edx callq _fprintf movl $1, %edi callq _exit LBB0_12: xorl %eax, %eax addq $224, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function producer_callback _producer_callback: ## @producer_callback .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) LBB1_1: ## =>This Inner Loop Header: Depth=1 leaq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pop_job cmpl $0, %eax jne LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %esi leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB1_3: ## in Loop: Header=BB1_1 Depth=1 leaq _job_queue_sema(%rip), %rdi callq _sem_wait movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB1_5 ## %bb.4: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.12(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -17(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -32(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -48(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -36(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -48(%rbp), %rdi ## 8-byte Reload movl -36(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -17(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -32(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -17(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $128, %edx callq _fprintf movl $1, %edi callq _exit LBB1_5: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_1 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function consumer_callback _consumer_callback: ## @consumer_callback .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) LBB2_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax movl %eax, %edi callq _push_job movl %eax, -12(%rbp) cmpl $0, -12(%rbp) jne LBB2_5 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 leaq _job_queue_sema(%rip), %rdi callq _sem_post movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB2_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -24(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.15(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -13(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -24(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -40(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -28(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -40(%rbp), %rdi ## 8-byte Reload movl -28(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -13(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -24(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -13(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $145, %edx callq _fprintf movl $1, %edi callq _exit LBB2_4: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf jmp LBB2_6 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf LBB2_6: ## in Loop: Header=BB2_1 Depth=1 movl $1, %edi callq _sleep jmp LBB2_1 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function show_jobs _show_jobs: ## @show_jobs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp callq _get_job_count movl %eax, %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movq _job_queue(%rip), %rax movq %rax, -8(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -8(%rbp), %rax movl 8(%rax), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movq 16(%rax), %rax movq %rax, -8(%rbp) jmp LBB3_1 LBB3_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_job_count _get_job_count: ## @get_job_count .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _job_queue(%rip), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB4_3 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movq %rax, -8(%rbp) jmp LBB4_1 LBB4_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pop_job _pop_job: ## @pop_job .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq _job_queue(%rip), %rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je LBB5_10 ## %bb.1: leaq _job_queue_mutex(%rip), %rdi callq _pthread_mutex_lock movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB5_3 ## %bb.2: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.13(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -37(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -52(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -64(%rbp), %rdi ## 8-byte Reload movl -52(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -48(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -37(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $98, %edx callq _fprintf movl $1, %edi callq _exit LBB5_3: movq _job_queue(%rip), %rax movq 16(%rax), %rax movq %rax, _job_queue(%rip) cmpq $0, -16(%rbp) je LBB5_5 ## %bb.4: movq -32(%rbp), %rax movl 8(%rax), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) LBB5_5: cmpq $0, -24(%rbp) je LBB5_7 ## %bb.6: movq -32(%rbp), %rax movq (%rax), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) LBB5_7: leaq _job_queue_mutex(%rip), %rdi callq _pthread_mutex_unlock movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB5_9 ## %bb.8: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -80(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.14(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -65(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -80(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -96(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -84(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -96(%rbp), %rdi ## 8-byte Reload movl -84(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -65(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -80(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -65(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $105, %edx callq _fprintf movl $1, %edi callq _exit LBB5_9: movq -32(%rbp), %rdi callq _free movl $0, -4(%rbp) jmp LBB5_11 LBB5_10: movl $-1, -4(%rbp) LBB5_11: movl -4(%rbp), %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function push_job _push_job: ## @push_job .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movl $24, %edi callq _malloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB6_2 ## %bb.1: movl $-1, -4(%rbp) jmp LBB6_10 LBB6_2: leaq _job_queue_mutex(%rip), %rdi callq _pthread_mutex_lock movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je LBB6_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.13(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -33(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -48(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -52(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -64(%rbp), %rdi ## 8-byte Reload movl -52(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -48(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -33(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $69, %edx callq _fprintf movl $1, %edi callq _exit LBB6_4: callq _get_job_count movl %eax, %ecx addl $1, %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) cmpq $0, _job_queue(%rip) je LBB6_6 ## %bb.5: movq _job_queue(%rip), %rcx movq -32(%rbp), %rax movq %rcx, 16(%rax) jmp LBB6_7 LBB6_6: movq -32(%rbp), %rax movq $0, 16(%rax) LBB6_7: movq -32(%rbp), %rax movq %rax, _job_queue(%rip) leaq _job_queue_mutex(%rip), %rdi callq _pthread_mutex_unlock movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je LBB6_9 ## %bb.8: movq ___stderrp@GOTPCREL(%rip), %rax movq %rax, -80(%rbp) ## 8-byte Spill movq (%rax), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.14(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -65(%rbp) ## 1-byte Spill callq _fprintf ## kill: def $ecx killed $eax movq -80(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq %rax, -96(%rbp) ## 8-byte Spill callq ___error movl (%rax), %eax movl %eax, -84(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -96(%rbp), %rdi ## 8-byte Reload movl -84(%rbp), %edx ## 4-byte Reload movq %rax, %rcx movb -65(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rsi callq _fprintf movq -80(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movb -65(%rbp), %al ## 1-byte Reload movq (%rcx), %rdi leaq L_.str.4(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $84, %edx callq _fprintf movl $1, %edi callq _exit LBB6_9: movl $0, -4(%rbp) LBB6_10: movl -4(%rbp), %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Show available jobs: \n" .zerofill __DATA,__bss,_job_queue_mutex,64,3 ## @job_queue_mutex L_.str.1: ## @.str.1 .asciz "%s\n" L_.str.2: ## @.str.2 .asciz "Fail to create a mutex" L_.str.3: ## @.str.3 .asciz " - errno # %d (%s)\n" L_.str.4: ## @.str.4 .asciz " - line # %d (file # %s)\n" L_.str.5: ## @.str.5 .asciz "the_stack_data/1084275.c" .zerofill __DATA,__bss,_job_queue_sema,4,2 ## @job_queue_sema L_.str.6: ## @.str.6 .asciz "Fail to create a sema" L_.str.7: ## @.str.7 .asciz "Fail to create a pthread" L_.str.8: ## @.str.8 .asciz "Fail to join a pthread" L_.str.9: ## @.str.9 .asciz "Job Count # %d\n" .zerofill __DATA,__bss,_job_queue,8,3 ## @job_queue L_.str.10: ## @.str.10 .asciz "Job Id # %d\n" L_.str.11: ## @.str.11 .asciz "Got Job # %d\n" L_.str.12: ## @.str.12 .asciz "Fail to wait on a sema" L_.str.13: ## @.str.13 .asciz "Fail to lock a mutex" L_.str.14: ## @.str.14 .asciz "Fail to unlock a mutex" L_.str.15: ## @.str.15 .asciz "Fail to post a sema" L_.str.16: ## @.str.16 .asciz "Job is pushed\n" L_.str.17: ## @.str.17 .asciz "Error! can not push a job\n" .subsections_via_symbols
the_stack_data/1084275.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 ldr w8, [sp, #8] str w8, [sp, #4] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_4 LBB0_2: mov w8, #1 str w8, [sp, #12] b LBB0_5 LBB0_3: mov w8, #-5 str w8, [sp, #12] b LBB0_5 LBB0_4: str wzr, [sp, #12] b LBB0_5 LBB0_5: 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, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-12] ; 4-byte Folded Spill stur wzr, [x29, #-4] bl _foo stur w0, [x29, #-8] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-12] ; 4-byte Folded Reload stur wzr, [x29, #-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 "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_1 jmp LBB0_5 LBB0_5: movl -12(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_2 jmp LBB0_3 LBB0_1: movl $1, -4(%rbp) jmp LBB0_4 LBB0_2: movl $-5, -4(%rbp) jmp LBB0_4 LBB0_3: movl $0, -4(%rbp) LBB0_4: 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 $16, %rsp movl $0, -4(%rbp) callq _foo movl %eax, -8(%rbp) movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -8(%rbp) xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" .subsections_via_symbols
the_stack_data/148578424.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #32] str wzr, [sp, #28] str wzr, [sp, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] add x0, sp, #38 mov w1, #50 bl _fgets b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #24] add x8, sp, #38 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #24] add x8, sp, #38 ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #24] add w9, w8, #1 add x8, sp, #38 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_1 LBB0_6: ldr w9, [sp, #28] ; 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 w8, [sp, #32] str w8, [sp, #20] ; 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_8 b LBB0_7 LBB0_7: bl ___stack_chk_fail LBB0_8: ldr w0, [sp, #20] ; 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 "Enter the string\n" l_.str.1: ; @.str.1 .asciz "Number of words are %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 $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -68(%rbp) movl $0, -72(%rbp) movl $0, -76(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -64(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $50, %esi callq _fgets LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -76(%rbp), %rax movsbl -64(%rbp,%rax), %eax cmpl $0, %eax je LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -76(%rbp), %rax movsbl -64(%rbp,%rax), %eax cmpl $32, %eax je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -76(%rbp), %eax addl $1, %eax cltq movsbl -64(%rbp,%rax), %eax cmpl $0, %eax jne LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB0_1 LBB0_6: movl -72(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -68(%rbp), %eax movl %eax, -80(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_8 ## %bb.7: movl -80(%rbp), %eax ## 4-byte Reload addq $80, %rsp popq %rbp retq LBB0_8: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter the string\n" L_.str.1: ## @.str.1 .asciz "Number of words are %d" .subsections_via_symbols
the_stack_data/211080568.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CercaColore ; -- Begin function CercaColore .p2align 2 _CercaColore: ; @CercaColore .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] str wzr, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne mov w9, #0 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 w8, [sp, #12] ldr w9, [sp, #20] 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_7 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 mov w8, #1 str w8, [sp, #8] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_7: ldr w0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldursw x8, [x29, #-8] mov x9, #12 mul x0, x8, x9 bl _malloc stur x0, [x29, #-24] ldursw x8, [x29, #-12] lsl x0, x8, #4 bl _malloc stur x0, [x29, #-32] stur wzr, [x29, #-36] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-24] ldursw x9, [x29, #-36] mov x12, #12 mul x9, x9, x12 add x11, x8, x9 ldur x8, [x29, #-24] ldursw x9, [x29, #-36] mul x9, x9, x12 add x8, x8, x9 add x10, x8, #4 ldur x8, [x29, #-24] ldursw x9, [x29, #-36] mul x9, x9, x12 add x8, x8, x9 add x8, x8, #8 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_1 LBB1_4: stur wzr, [x29, #-36] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] add x12, x8, x9, lsl #4 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] add x8, x8, x9, lsl #4 add x11, x8, #4 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] add x8, x8, x9, lsl #4 add x10, x8, #8 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] add x8, x8, x9, lsl #4 add x8, x8, #12 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 _scanf b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_5 LBB1_8: stur wzr, [x29, #-40] b LBB1_9 LBB1_9: ; =>This Loop Header: Depth=1 ; Child Loop BB1_11 Depth 2 ldur w8, [x29, #-40] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_23 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 stur wzr, [x29, #-44] ldursw x8, [x29, #-8] lsl x0, x8, #2 bl _malloc str x0, [sp, #40] str wzr, [sp, #36] b LBB1_11 LBB1_11: ; Parent Loop BB1_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_21 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 ldr w8, [x8, x9] ldur x9, [x29, #-32] ldursw x10, [x29, #-40] lsl x10, x10, #4 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_19 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 ldr w8, [x8, x9] ldur x9, [x29, #-32] ldursw x10, [x29, #-40] add x9, x9, x10, lsl #4 ldr w9, [x9, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_19 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #4] ldur x9, [x29, #-32] ldursw x10, [x29, #-40] add x9, x9, x10, lsl #4 ldr w9, [x9, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_19 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #4] ldur x9, [x29, #-32] ldursw x10, [x29, #-40] add x9, x9, x10, lsl #4 ldr w9, [x9, #12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_19 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_11 Depth=2 ldr x0, [sp, #40] ldur w1, [x29, #-44] ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 add x8, x8, x9 ldr w2, [x8, #8] bl _CercaColore subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-24] ldrsw x9, [sp, #36] mov x10, #12 mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #8] ldr x9, [sp, #40] ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB1_18 LBB1_18: ; in Loop: Header=BB1_11 Depth=2 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_11 Depth=2 b LBB1_20 LBB1_20: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB1_11 LBB1_21: ; in Loop: Header=BB1_9 Depth=1 ldur w9, [x29, #-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 ldr x0, [sp, #40] bl _free b LBB1_22 LBB1_22: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB1_9 LBB1_23: 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 %d" l_.str.1: ; @.str.1 .asciz "%d %d %d" l_.str.2: ; @.str.2 .asciz "%d %d %d %d" l_.str.3: ; @.str.3 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CercaColore ## -- Begin function CercaColore .p2align 4, 0x90 _CercaColore: ## @CercaColore .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -24(%rbp) movb %al, -25(%rbp) ## 1-byte Spill jne LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax setl %al movb %al, -25(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -25(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_7 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -16(%rbp), %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl $1, -24(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_7: movl -24(%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 $64, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx movb $0, %al callq _scanf movslq -8(%rbp), %rax imulq $12, %rax, %rdi callq _malloc movq %rax, -24(%rbp) movslq -12(%rbp), %rdi shlq $4, %rdi callq _malloc movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rsi movslq -36(%rbp), %rax imulq $12, %rax, %rax addq %rax, %rsi movq -24(%rbp), %rdx movslq -36(%rbp), %rax imulq $12, %rax, %rax addq %rax, %rdx addq $4, %rdx movq -24(%rbp), %rcx movslq -36(%rbp), %rax imulq $12, %rax, %rax addq %rax, %rcx addq $8, %rcx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB1_1 LBB1_4: movl $0, -36(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -32(%rbp), %rsi movslq -36(%rbp), %rax shlq $4, %rax addq %rax, %rsi movq -32(%rbp), %rdx movslq -36(%rbp), %rax shlq $4, %rax addq %rax, %rdx addq $4, %rdx movq -32(%rbp), %rcx movslq -36(%rbp), %rax shlq $4, %rax addq %rax, %rcx addq $8, %rcx movq -32(%rbp), %r8 movslq -36(%rbp), %rax shlq $4, %rax addq %rax, %r8 addq $12, %r8 leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf ## %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: movl $0, -40(%rbp) LBB1_9: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 movl -40(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_23 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movl $0, -44(%rbp) movslq -8(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -56(%rbp) movl $0, -60(%rbp) LBB1_11: ## Parent Loop BB1_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -60(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_21 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax movq -32(%rbp), %rcx movslq -40(%rbp), %rdx shlq $4, %rdx addq %rdx, %rcx cmpl (%rcx), %eax jl LBB1_19 ## %bb.13: ## in Loop: Header=BB1_11 Depth=2 movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax movq -32(%rbp), %rcx movslq -40(%rbp), %rdx shlq $4, %rdx addq %rdx, %rcx cmpl 8(%rcx), %eax jg LBB1_19 ## %bb.14: ## in Loop: Header=BB1_11 Depth=2 movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl 4(%rax), %eax movq -32(%rbp), %rcx movslq -40(%rbp), %rdx shlq $4, %rdx addq %rdx, %rcx cmpl 4(%rcx), %eax jl LBB1_19 ## %bb.15: ## in Loop: Header=BB1_11 Depth=2 movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl 4(%rax), %eax movq -32(%rbp), %rcx movslq -40(%rbp), %rdx shlq $4, %rdx addq %rdx, %rcx cmpl 12(%rcx), %eax jg LBB1_19 ## %bb.16: ## in Loop: Header=BB1_11 Depth=2 movq -56(%rbp), %rdi movl -44(%rbp), %esi movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl 8(%rax), %edx callq _CercaColore cmpl $0, %eax jne LBB1_18 ## %bb.17: ## in Loop: Header=BB1_11 Depth=2 movq -24(%rbp), %rax movslq -60(%rbp), %rcx imulq $12, %rcx, %rcx addq %rcx, %rax movl 8(%rax), %edx movq -56(%rbp), %rax movslq -44(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) LBB1_18: ## in Loop: Header=BB1_11 Depth=2 jmp LBB1_19 LBB1_19: ## in Loop: Header=BB1_11 Depth=2 jmp LBB1_20 LBB1_20: ## in Loop: Header=BB1_11 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB1_11 LBB1_21: ## in Loop: Header=BB1_9 Depth=1 movl -44(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -56(%rbp), %rdi callq _free ## %bb.22: ## in Loop: Header=BB1_9 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB1_9 LBB1_23: xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d %d" L_.str.1: ## @.str.1 .asciz "%d %d %d" L_.str.2: ## @.str.2 .asciz "%d %d %d %d" L_.str.3: ## @.str.3 .asciz "%d\n" .subsections_via_symbols
the_stack_data/145452139.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test1 ; -- Begin function test1 .p2align 2 _test1: ; @test1 .cfi_startproc ; %bb.0: 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] eor w8, w8, w9 subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _test2 ; -- Begin function test2 .p2align 2 _test2: ; @test2 .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] eor w8, w8, w9 subs w8, w8, #0 cset w8, ne and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _test3 ; -- Begin function test3 .p2align 2 _test3: ; @test3 .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] eor w8, w8, w9 subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _test4 ; -- Begin function test4 .p2align 2 _test4: ; @test4 .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] eor w8, w8, w9 subs w8, w8, #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 _test1 ## -- Begin function test1 .p2align 4, 0x90 _test1: ## @test1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax xorl -8(%rbp), %eax cmpl $0, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _test2 ## -- Begin function test2 .p2align 4, 0x90 _test2: ## @test2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax xorl -8(%rbp), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _test3 ## -- Begin function test3 .p2align 4, 0x90 _test3: ## @test3 .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 xorl -8(%rbp), %eax cmpl $0, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _test4 ## -- Begin function test4 .p2align 4, 0x90 _test4: ## @test4 .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 xorl -8(%rbp), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/546389.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/182954124.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, #8080 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #1, lsl #12 ; =4096 sub sp, sp, #3984 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #68] add x8, sp, #60 ldr w9, [sp, #60] lsl w9, w9, #1 str w9, [sp, #48] mov x9, sp add x10, sp, #64 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str wzr, [sp, #36] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #36] ldrsw x10, [sp, #36] add x9, sp, #4072 str w8, [x9, x10, lsl #2] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_1 LBB0_4: str wzr, [sp, #56] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #56] ldr w9, [sp, #48] 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 x10, [sp, #56] add x8, sp, #72 mov x9, x8 add x10, x9, x10, lsl #2 ldr w9, [sp, #56] add w9, w9, #1 add x8, x8, w9, sxtw #2 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #56] add w8, w8, #2 str w8, [sp, #56] b LBB0_5 LBB0_8: str wzr, [sp, #32] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #32] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldrsw x9, [sp, #32] add x8, sp, #72 ldr w9, [x8, x9, lsl #2] str w9, [sp, #44] ldr w9, [sp, #32] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #40] ldr w8, [sp, #44] str w8, [sp, #52] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #52] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldrsw x10, [sp, #52] add x9, sp, #4072 mov w8, #-1 str w8, [x9, x10, lsl #2] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #32] add w8, w8, #2 str w8, [sp, #32] b LBB0_9 LBB0_16: str wzr, [sp, #28] str wzr, [sp, #56] b LBB0_17 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #56] ldr w9, [sp, #64] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_22 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 ldrsw x9, [sp, #56] add x8, sp, #4072 ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_20 LBB0_20: ; in Loop: Header=BB0_17 Depth=1 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] b LBB0_17 LBB0_22: ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: bl ___stack_chk_fail LBB0_24: mov w0, #0 add sp, sp, #1, lsl #12 ; =4096 add sp, sp, #3984 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d%d" l_.str.1: ; @.str.1 .asciz "%d" .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 $8064, %eax ## imm = 0x1F80 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -8020(%rbp) movl -8028(%rbp), %eax shll $1, %eax movl %eax, -8040(%rbp) leaq L_.str(%rip), %rdi leaq -8024(%rbp), %rsi leaq -8028(%rbp), %rdx movb $0, %al callq _scanf movl $0, -8052(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -8052(%rbp), %eax cmpl -8024(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8052(%rbp), %ecx movslq -8052(%rbp), %rax movl %ecx, -4016(%rbp,%rax,4) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8052(%rbp), %eax addl $1, %eax movl %eax, -8052(%rbp) jmp LBB0_1 LBB0_4: movl $0, -8032(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -8032(%rbp), %eax cmpl -8040(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -8032(%rbp), %rax leaq -8016(%rbp), %rsi shlq $2, %rax addq %rax, %rsi movl -8032(%rbp), %eax addl $1, %eax cltq leaq -8016(%rbp), %rdx shlq $2, %rax addq %rax, %rdx leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -8032(%rbp), %eax addl $2, %eax movl %eax, -8032(%rbp) jmp LBB0_5 LBB0_8: movl $0, -8056(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -8056(%rbp), %eax cmpl -8040(%rbp), %eax jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movslq -8056(%rbp), %rax movl -8016(%rbp,%rax,4), %eax movl %eax, -8044(%rbp) movl -8056(%rbp), %eax addl $1, %eax cltq movl -8016(%rbp,%rax,4), %eax movl %eax, -8048(%rbp) movl -8044(%rbp), %eax movl %eax, -8036(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8036(%rbp), %eax cmpl -8048(%rbp), %eax jg LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movslq -8036(%rbp), %rax movl $-1, -4016(%rbp,%rax,4) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -8036(%rbp), %eax addl $1, %eax movl %eax, -8036(%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 -8056(%rbp), %eax addl $2, %eax movl %eax, -8056(%rbp) jmp LBB0_9 LBB0_16: movl $0, -8060(%rbp) movl $0, -8032(%rbp) LBB0_17: ## =>This Inner Loop Header: Depth=1 movl -8032(%rbp), %eax cmpl -8024(%rbp), %eax jg LBB0_22 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movslq -8032(%rbp), %rax cmpl $-1, -4016(%rbp,%rax,4) je LBB0_20 ## %bb.19: ## in Loop: Header=BB0_17 Depth=1 movl -8060(%rbp), %eax addl $1, %eax movl %eax, -8060(%rbp) LBB0_20: ## in Loop: Header=BB0_17 Depth=1 jmp LBB0_21 LBB0_21: ## in Loop: Header=BB0_17 Depth=1 movl -8032(%rbp), %eax addl $1, %eax movl %eax, -8032(%rbp) jmp LBB0_17 LBB0_22: movl -8060(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_24 ## %bb.23: xorl %eax, %eax addq $8064, %rsp ## imm = 0x1F80 popq %rbp retq LBB0_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d%d" L_.str.1: ## @.str.1 .asciz "%d" .subsections_via_symbols
the_stack_data/128798.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] movi d0, #0000000000000000 stur s0, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #12 str x8, [x9] bl _scanf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf mov w8, #1 str w8, [sp, #24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur s2, [x29, #-8] ldur s0, [x29, #-8] ldur s1, [x29, #-12] mov w8, #1120403456 fmov s3, w8 fdiv s1, s1, s3 fmadd s0, s0, s1, s2 stur s0, [x29, #-8] ldr w8, [sp, #24] ; implicit-def: $x9 mov x9, x8 ldur s0, [x29, #-8] fcvt d0, s0 mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Valor de entrada: " l_.str.1: ; @.str.1 .asciz "%f" l_.str.2: ; @.str.2 .asciz "porecentagem ao mes: " l_.str.3: ; @.str.3 .asciz "quantos meses ser\303\241 simulado? " l_.str.4: ; @.str.4 .asciz "%d" l_.str.5: ; @.str.5 .asciz "\nGanho do mes %d = %.2f\n\n " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function main LCPI0_0: .long 0x42c80000 ## float 100 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -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 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movl $1, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -12(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm3 ## xmm3 = mem[0],zero,zero,zero divss %xmm3, %xmm2 mulss %xmm2, %xmm0 addss %xmm1, %xmm0 movss %xmm0, -8(%rbp) movl -24(%rbp), %esi movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.5(%rip), %rdi movb $1, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Valor de entrada: " L_.str.1: ## @.str.1 .asciz "%f" L_.str.2: ## @.str.2 .asciz "porecentagem ao mes: " L_.str.3: ## @.str.3 .asciz "quantos meses ser\303\241 simulado? " L_.str.4: ## @.str.4 .asciz "%d" L_.str.5: ## @.str.5 .asciz "\nGanho do mes %d = %.2f\n\n " .subsections_via_symbols
the_stack_data/179830619.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___default_hash ; -- Begin function __default_hash .p2align 2 ___default_hash: ; @__default_hash .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str x1, [sp, #32] str wzr, [sp, #28] ldr x8, [sp, #40] str x8, [sp, #16] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ls tbnz w8, #0, LBB0_15 b LBB0_1 LBB0_1: ldr x8, [sp, #32] add x8, x8, #8 subs x8, x8, #1 lsr x8, x8, #3 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #24] ldr x8, [sp, #32] and x8, x8, #0x7 subs x8, x8, #0 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB0_14 ; %bb.2: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_3: b LBB0_4 LBB0_4: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_5 LBB0_5: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_6 LBB0_6: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_7 LBB0_7: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_8 LBB0_8: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_9 LBB0_9: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_10 LBB0_10: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_11 LBB0_11: ldr w9, [sp, #28] ldr w8, [sp, #28] add w8, w8, w9, lsl #5 ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #28] b LBB0_12 LBB0_12: ldr w8, [sp, #24] subs w8, w8, #1 str w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_13 LBB0_13: b LBB0_14 LBB0_14: b LBB0_15 LBB0_15: ldr w0, [sp, #28] add sp, sp, #48 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_3-Ltmp1 .long LBB0_11-Ltmp1 .long LBB0_10-Ltmp1 .long LBB0_9-Ltmp1 .long LBB0_8-Ltmp1 .long LBB0_7-Ltmp1 .long LBB0_6-Ltmp1 .long LBB0_5-Ltmp1 ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___default_hash ## -- Begin function __default_hash .p2align 4, 0x90 ___default_hash: ## @__default_hash .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) movq -8(%rbp), %rax movq %rax, -32(%rbp) cmpq $0, -16(%rbp) jbe LBB0_14 ## %bb.1: movq -16(%rbp), %rax addq $7, %rax shrq $3, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -24(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax andl $7, %eax ## kill: def $rax killed $eax movq %rax, -40(%rbp) ## 8-byte Spill subq $7, %rax ja LBB0_13 ## %bb.15: movq -40(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_2: jmp LBB0_3 LBB0_3: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_4: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_5: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_6: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_7: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_8: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_9: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) LBB0_10: movl -20(%rbp), %eax shll $5, %eax addl -20(%rbp), %eax movq -32(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -20(%rbp) ## %bb.11: movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) cmpl $0, %eax jne LBB0_3 ## %bb.12: jmp LBB0_13 LBB0_13: jmp LBB0_14 LBB0_14: movl -20(%rbp), %eax popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_2, LBB0_2-LJTI0_0 .set L0_0_set_10, LBB0_10-LJTI0_0 .set L0_0_set_9, LBB0_9-LJTI0_0 .set L0_0_set_8, LBB0_8-LJTI0_0 .set L0_0_set_7, LBB0_7-LJTI0_0 .set L0_0_set_6, LBB0_6-LJTI0_0 .set L0_0_set_5, LBB0_5-LJTI0_0 .set L0_0_set_4, LBB0_4-LJTI0_0 LJTI0_0: .long L0_0_set_2 .long L0_0_set_10 .long L0_0_set_9 .long L0_0_set_8 .long L0_0_set_7 .long L0_0_set_6 .long L0_0_set_5 .long L0_0_set_4 .end_data_region ## -- End function .subsections_via_symbols
the_stack_data/14199402.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _show_array ; -- Begin function show_array .p2align 2 _show_array: ; @show_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] subs w8, w8, #16, lsl #12 ; =65536 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_9 LBB0_2: str wzr, [sp, #16] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] 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 ldr w8, [sp, #16] mov w10, #10 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_8: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_9 LBB0_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _create_random_array ; -- Begin function create_random_array .p2align 2 _create_random_array: ; @create_random_array .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand str wzr, [sp] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 bl _rand ldr w8, [sp, #4] mov w9, #10 mul w9, w8, w9 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldr x9, [sp, #8] ldrsw x10, [sp] str w8, [x9, x10, lsl #2] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB1_1 LBB1_4: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #8] ldr w1, [sp, #4] bl _show_array ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _direct_insert_sort ; -- Begin function direct_insert_sort .p2align 2 _direct_insert_sort: ; @direct_insert_sort .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 w8, [sp, #20] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldr w8, [sp, #12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_10 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #8] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, lt mov w9, #0 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, gt str w8, [sp] ; 4-byte Folded Spill b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp] ; 4-byte Folded Reload tbz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldr w10, [sp, #8] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB2_3 LBB2_8: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #24] ldr w10, [sp, #8] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB2_9 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_10: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _binary_find_pos ; -- Begin function binary_find_pos .p2align 2 _binary_find_pos: ; @binary_find_pos .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str w1, [sp, #28] str w2, [sp, #24] str w3, [sp, #20] ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #28] str w8, [sp, #12] ldr w8, [sp, #24] str w8, [sp, #8] ldr w8, [sp, #28] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr w8, [sp, #16] str w8, [sp, #44] b LBB3_17 LBB3_2: ldr w8, [sp, #20] ldr x9, [sp, #32] ldrsw x10, [sp, #24] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ldr w8, [sp, #16] str w8, [sp, #44] b LBB3_17 LBB3_4: ldr w8, [sp, #12] ldr w9, [sp, #8] ldr w10, [sp, #12] subs w9, w9, w10 mov w10, #2 sdiv w9, w9, w10 add w8, w8, w9 str w8, [sp, #16] b LBB3_5 LBB3_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_13 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=1 ldr x8, [sp, #32] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_11 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=1 ldr w8, [sp, #20] ldr x9, [sp, #32] ldr w10, [sp, #16] add w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_9 b LBB3_8 LBB3_8: ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #44] b LBB3_17 LBB3_9: ; in Loop: Header=BB3_5 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #12] ldr w9, [sp, #8] ldr w10, [sp, #12] subs w9, w9, w10 mov w10, #2 sdiv w9, w9, w10 add w8, w8, w9 str w8, [sp, #16] b LBB3_10 LBB3_10: ; in Loop: Header=BB3_5 Depth=1 b LBB3_12 LBB3_11: ; in Loop: Header=BB3_5 Depth=1 ldr w8, [sp, #16] str w8, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] ldr w10, [sp, #12] subs w9, w9, w10 mov w10, #2 sdiv w9, w9, w10 add w8, w8, w9 str w8, [sp, #16] b LBB3_12 LBB3_12: ; in Loop: Header=BB3_5 Depth=1 b LBB3_5 LBB3_13: ldr x8, [sp, #32] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ldr w8, [sp, #12] str w8, [sp, #4] ; 4-byte Folded Spill b LBB3_16 LBB3_15: ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #4] ; 4-byte Folded Spill b LBB3_16 LBB3_16: ldr w8, [sp, #4] ; 4-byte Folded Reload str w8, [sp, #44] b LBB3_17 LBB3_17: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _binary_insert_sort ; -- Begin function binary_insert_sort .p2align 2 _binary_insert_sort: ; @binary_insert_sort .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 w8, #1 str w8, [sp, #16] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_3 Depth 2 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldur x0, [x29, #-8] ldr w8, [sp, #16] subs w2, w8, #1 ldr w3, [sp, #8] mov w1, #0 bl _binary_find_pos str w0, [sp, #4] ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #12] b LBB4_3 LBB4_3: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-8] ldr w10, [sp, #12] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=2 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB4_3 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #8] ldur x9, [x29, #-8] ldrsw x10, [sp, #4] str w8, [x9, x10, lsl #2] b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB4_1 LBB4_8: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI5_0: .quad 0x412e848000000000 ; double 1.0E+6 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov w9, #2416 movk w9, #61, lsl #16 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #976, lsl #12 ; =3997696 sub sp, sp, #2416 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #100] add x0, sp, #104 mov x1, #2304 movk x1, #61, lsl #16 bl _bzero add x8, sp, #96 str x8, [sp, #40] ; 8-byte Folded Spill mov w8, #16960 movk w8, #15, lsl #16 str w8, [sp, #52] ; 4-byte Folded Spill str w8, [sp, #96] mov x9, sp mov x8, #16960 movk x8, #15, lsl #16 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldr w9, [sp, #52] ; 4-byte Folded Reload ldr w8, [sp, #96] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldr w8, [sp, #96] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf str wzr, [sp, #100] b LBB5_4 LBB5_3: ldr w1, [sp, #96] add x0, sp, #104 str x0, [sp, #32] ; 8-byte Folded Spill bl _create_random_array add x0, sp, #80 mov x1, #0 str x1, [sp, #24] ; 8-byte Folded Spill bl _gettimeofday ldr x0, [sp, #32] ; 8-byte Folded Reload ldr w8, [sp, #96] subs w2, w8, #1 mov w1, #0 bl _direct_insert_sort adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr x1, [sp, #24] ; 8-byte Folded Reload add x0, sp, #64 bl _gettimeofday ldr x0, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #64] ldr x9, [sp, #80] subs x8, x8, x9 scvtf d0, x8 ldr w8, [sp, #72] ldr w9, [sp, #88] subs w8, w8, w9 scvtf d1, w8 adrp x8, lCPI5_0@PAGE ldr d2, [x8, lCPI5_0@PAGEOFF] fdiv d1, d1, d2 fadd d0, d0, d1 str d0, [sp, #56] ldr w1, [sp, #96] bl _show_array ldr d0, [sp, #56] mov x8, sp str d0, [x8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf str wzr, [sp, #100] b LBB5_4 LBB5_4: ldr w8, [sp, #100] str w8, [sp, #20] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB5_6 b LBB5_5 LBB5_5: bl ___stack_chk_fail LBB5_6: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #976, lsl #12 ; =3997696 add sp, sp, #2416 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 "%-7d" l_.str.1: ; @.str.1 .asciz "\n" l_.str.2: ; @.str.2 .asciz "\347\224\237\346\210\220\347\232\204\346\225\260\347\273\204\345\246\202\344\270\213\357\274\232\n" l_.str.3: ; @.str.3 .asciz "Input the length(not more than %d) of array:" l_.str.4: ; @.str.4 .asciz "%d" l_.str.5: ; @.str.5 .asciz "Input para error!\n" l_.str.6: ; @.str.6 .asciz "\n\347\233\264\346\216\245\346\217\222\345\205\245\346\216\222\345\272\217\345\220\216:\n" l_.str.7: ; @.str.7 .asciz "\346\216\222\345\272\217\350\200\227\346\227\266\357\274\232 %.6f seconds\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _show_array ## -- Begin function show_array .p2align 4, 0x90 _show_array: ## @show_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) cmpl $65535, -12(%rbp) ## imm = 0xFFFF jle LBB0_2 ## %bb.1: jmp LBB0_9 LBB0_2: movl $0, -16(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_8 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %eax movl $10, %ecx cltd idivl %ecx cmpl $9, %edx jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_6: ## in Loop: Header=BB0_3 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_3 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_3 LBB0_8: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _create_random_array ## -- Begin function create_random_array .p2align 4, 0x90 _create_random_array: ## @create_random_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 callq _rand imull $10, -12(%rbp), %ecx cltd idivl %ecx movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_1 LBB1_4: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _show_array addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _direct_insert_sort ## -- Begin function direct_insert_sort .p2align 4, 0x90 _direct_insert_sort: ## @direct_insert_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 %edx, -16(%rbp) movl -12(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jg LBB2_10 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -28(%rbp) movl -20(%rbp), %eax subl $1, %eax movl %eax, -24(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -12(%rbp), %ecx movb %al, -29(%rbp) ## 1-byte Spill jl LBB2_5 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -28(%rbp), %eax setg %al movb %al, -29(%rbp) ## 1-byte Spill LBB2_5: ## in Loop: Header=BB2_3 Depth=2 movb -29(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_6 jmp LBB2_8 LBB2_6: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB2_3 Depth=2 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) jmp LBB2_3 LBB2_8: ## in Loop: Header=BB2_1 Depth=1 movl -28(%rbp), %edx movq -8(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.9: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_10: popq %rbp retq .cfi_endproc ## -- End function .globl _binary_find_pos ## -- Begin function binary_find_pos .p2align 4, 0x90 _binary_find_pos: ## @binary_find_pos .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl %edx, -24(%rbp) movl %ecx, -28(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) movl -20(%rbp), %eax movl %eax, -36(%rbp) movl -24(%rbp), %eax movl %eax, -40(%rbp) movl -20(%rbp), %eax cmpl -24(%rbp), %eax jle LBB3_2 ## %bb.1: movl -32(%rbp), %eax movl %eax, -4(%rbp) jmp LBB3_17 LBB3_2: movl -28(%rbp), %eax movq -16(%rbp), %rcx movslq -24(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jl LBB3_4 ## %bb.3: movl -32(%rbp), %eax movl %eax, -4(%rbp) jmp LBB3_17 LBB3_4: movl -36(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill movl -40(%rbp), %eax subl -36(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -44(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -32(%rbp) LBB3_5: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -36(%rbp), %eax jle LBB3_13 ## %bb.6: ## in Loop: Header=BB3_5 Depth=1 movq -16(%rbp), %rax movslq -32(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -28(%rbp), %eax jg LBB3_11 ## %bb.7: ## in Loop: Header=BB3_5 Depth=1 movl -28(%rbp), %eax movq -16(%rbp), %rcx movl -32(%rbp), %edx addl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jg LBB3_9 ## %bb.8: movl -32(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB3_17 LBB3_9: ## in Loop: Header=BB3_5 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) movl -36(%rbp), %eax movl %eax, -48(%rbp) ## 4-byte Spill movl -40(%rbp), %eax subl -36(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -48(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -32(%rbp) ## %bb.10: ## in Loop: Header=BB3_5 Depth=1 jmp LBB3_12 LBB3_11: ## in Loop: Header=BB3_5 Depth=1 movl -32(%rbp), %eax movl %eax, -40(%rbp) movl -36(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill movl -40(%rbp), %eax subl -36(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -52(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -32(%rbp) LBB3_12: ## in Loop: Header=BB3_5 Depth=1 jmp LBB3_5 LBB3_13: movq -16(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -28(%rbp), %eax jle LBB3_15 ## %bb.14: movl -36(%rbp), %eax movl %eax, -56(%rbp) ## 4-byte Spill jmp LBB3_16 LBB3_15: movl -36(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) ## 4-byte Spill LBB3_16: movl -56(%rbp), %eax ## 4-byte Reload movl %eax, -4(%rbp) LBB3_17: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _binary_insert_sort ## -- Begin function binary_insert_sort .p2align 4, 0x90 _binary_insert_sort: ## @binary_insert_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 $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $1, -16(%rbp) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_3 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_8 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movq -8(%rbp), %rdi movl -16(%rbp), %edx subl $1, %edx movl -24(%rbp), %ecx xorl %esi, %esi callq _binary_find_pos movl %eax, -28(%rbp) movl -16(%rbp), %eax subl $1, %eax movl %eax, -20(%rbp) LBB4_3: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -28(%rbp), %eax jl LBB4_6 ## %bb.4: ## in Loop: Header=BB4_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.5: ## in Loop: Header=BB4_3 Depth=2 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB4_3 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 movl -24(%rbp), %edx movq -8(%rbp), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB4_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_1 LBB4_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI5_0: .quad 0x412e848000000000 ## double 1.0E+6 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $4000080, %eax ## imm = 0x3D0950 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -4000020(%rbp) leaq -4000016(%rbp), %rdi xorl %esi, %esi movl $4000000, %edx ## imm = 0x3D0900 callq _memset movl $1000000, -4000024(%rbp) ## imm = 0xF4240 leaq L_.str.3(%rip), %rdi movl $1000000, %esi ## imm = 0xF4240 movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -4000024(%rbp), %rsi movb $0, %al callq _scanf cmpl $1000000, -4000024(%rbp) ## imm = 0xF4240 jg LBB5_2 ## %bb.1: cmpl $1, -4000024(%rbp) jge LBB5_3 LBB5_2: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $0, -4000020(%rbp) jmp LBB5_4 LBB5_3: leaq -4000016(%rbp), %rdi movl -4000024(%rbp), %esi callq _create_random_array leaq -4000040(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _gettimeofday leaq -4000016(%rbp), %rdi movl -4000024(%rbp), %edx subl $1, %edx xorl %esi, %esi callq _direct_insert_sort leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq -4000056(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _gettimeofday movq -4000056(%rbp), %rax subq -4000040(%rbp), %rax cvtsi2sd %rax, %xmm0 movl -4000048(%rbp), %eax subl -4000032(%rbp), %eax cvtsi2sd %eax, %xmm1 movsd LCPI5_0(%rip), %xmm2 ## xmm2 = mem[0],zero divsd %xmm2, %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -4000064(%rbp) leaq -4000016(%rbp), %rdi movl -4000024(%rbp), %esi callq _show_array movsd -4000064(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.7(%rip), %rdi movb $1, %al callq _printf movl $0, -4000020(%rbp) LBB5_4: movl -4000020(%rbp), %eax movl %eax, -4000068(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB5_6 ## %bb.5: movl -4000068(%rbp), %eax ## 4-byte Reload addq $4000080, %rsp ## imm = 0x3D0950 popq %rbp retq LBB5_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%-7d" L_.str.1: ## @.str.1 .asciz "\n" L_.str.2: ## @.str.2 .asciz "\347\224\237\346\210\220\347\232\204\346\225\260\347\273\204\345\246\202\344\270\213\357\274\232\n" L_.str.3: ## @.str.3 .asciz "Input the length(not more than %d) of array:" L_.str.4: ## @.str.4 .asciz "%d" L_.str.5: ## @.str.5 .asciz "Input para error!\n" L_.str.6: ## @.str.6 .asciz "\n\347\233\264\346\216\245\346\217\222\345\205\245\346\216\222\345\272\217\345\220\216:\n" L_.str.7: ## @.str.7 .asciz "\346\216\222\345\272\217\350\200\227\346\227\266\357\274\232 %.6f seconds\n" .subsections_via_symbols
the_stack_data/1167042.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create ; -- Begin function create .p2align 2 _create: ; @create .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, #16 bl _malloc adrp x8, _first@PAGE str x0, [x8, _first@PAGEOFF] ldur x9, [x29, #-8] ldr w9, [x9] ldr x10, [x8, _first@PAGEOFF] str w9, [x10] ldr x9, [x8, _first@PAGEOFF] ; kill: def $x10 killed $xzr str xzr, [x9, #8] ldr x8, [x8, _first@PAGEOFF] str x8, [sp] mov w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x0, #16 bl _malloc str x0, [sp, #8] ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9, #8] ldr x8, [sp, #8] str x8, [sp] 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: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _Search ; -- Begin function Search .p2align 2 _Search: ; @Search .cfi_startproc ; %bb.0: sub sp, sp, #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] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] ldr x9, [sp, #16] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB1_6 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB1_1 LBB1_5: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB1_6 LBB1_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #44] adrp x8, l___const.main.A@PAGE add x8, x8, l___const.main.A@PAGEOFF ldr q0, [x8] add x0, sp, #48 str q0, [sp, #48] ldr q0, [x8, #16] str q0, [sp, #64] mov w1, #8 str w1, [sp, #12] ; 4-byte Folded Spill bl _create adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp add x8, sp, #28 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf ldr w1, [sp, #12] ; 4-byte Folded Reload adrp x8, _first@PAGE ldr x0, [x8, _first@PAGEOFF] bl _Search mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload str x8, [sp, #32] ldr x8, [sp, #32] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] 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: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _first ; @first .zerofill __DATA,__common,_first,8,3 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\nFound " l_.str.1: ; @.str.1 .asciz "\nNot Found" .section __TEXT,__const .p2align 2 ; @__const.main.A l___const.main.A: .long 3 ; 0x3 .long 5 ; 0x5 .long 7 ; 0x7 .long 10 ; 0xa .long 25 ; 0x19 .long 8 ; 0x8 .long 32 ; 0x20 .long 2 ; 0x2 .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "Enter the element you want to search:\t" l_.str.3: ; @.str.3 .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create ## -- Begin function create .p2align 4, 0x90 _create: ## @create .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $16, %edi callq _malloc movq %rax, _first(%rip) movq -8(%rbp), %rax movl (%rax), %ecx movq _first(%rip), %rax movl %ecx, (%rax) movq _first(%rip), %rax movq $0, 8(%rax) movq _first(%rip), %rax movq %rax, -32(%rbp) movl $1, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $16, %edi callq _malloc movq %rax, -24(%rbp) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -24(%rbp), %rax movq $0, 8(%rax) movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rax movq %rax, -32(%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: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Search ## -- Begin function Search .p2align 4, 0x90 _Search: ## @Search .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB1_5 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax movq -16(%rbp), %rcx cmpl (%rcx), %eax jne LBB1_4 ## %bb.3: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB1_6 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) jmp LBB1_1 LBB1_5: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq $0, -8(%rbp) LBB1_6: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) movq l___const.main.A(%rip), %rax movq %rax, -48(%rbp) movq l___const.main.A+8(%rip), %rax movq %rax, -40(%rbp) movq l___const.main.A+16(%rip), %rax movq %rax, -32(%rbp) movq l___const.main.A+24(%rip), %rax movq %rax, -24(%rbp) leaq -48(%rbp), %rdi movl $8, %esi callq _create leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -68(%rbp), %rsi movb $0, %al callq _scanf movq _first(%rip), %rdi movl $8, %esi callq _Search movq %rax, -64(%rbp) movq -64(%rbp), %rax movl (%rax), %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 LBB2_2 ## %bb.1: xorl %eax, %eax addq $80, %rsp popq %rbp retq LBB2_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _first ## @first .zerofill __DATA,__common,_first,8,3 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\nFound " L_.str.1: ## @.str.1 .asciz "\nNot Found" .section __TEXT,__const .p2align 4 ## @__const.main.A l___const.main.A: .long 3 ## 0x3 .long 5 ## 0x5 .long 7 ## 0x7 .long 10 ## 0xa .long 25 ## 0x19 .long 8 ## 0x8 .long 32 ## 0x20 .long 2 ## 0x2 .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "Enter the element you want to search:\t" L_.str.3: ## @.str.3 .asciz "%d" .subsections_via_symbols
the_stack_data/176706629.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getSum ; -- Begin function getSum .p2align 2 _getSum: ; @getSum .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str wzr, [sp, #8] mov w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr s1, [sp, #4] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr s2, [sp, #12] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fsqrt d1, d1 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ldr w10, [sp, #4] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #4] sdiv w8, w8, w9 ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #4] add w8, w8, w9 str w8, [sp, #8] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #4] add w8, w8, w9 str w8, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #12] ldr w10, [sp, #4] sdiv w9, w9, w10 add w8, w8, w9 str w8, [sp, #8] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_9: ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 str w8, [sp, #8] ldr w0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _checkAbundant ; -- Begin function checkAbundant .p2align 2 _checkAbundant: ; @checkAbundant .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w0, [x29, #-4] bl _getSum ldur w8, [x29, #-4] subs w8, w0, w8 cset w8, gt 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, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr w0, [sp, #8] bl _checkAbundant tbz w0, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB2_3 LBB2_2: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB2_3 LBB2_3: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz " Input an integer number: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz " The number is Abundant.\n" l_.str.3: ; @.str.3 .asciz " The number is not Abundant.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getSum ## -- Begin function getSum .p2align 4, 0x90 _getSum: ## @getSum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl $0, -8(%rbp) movl $1, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cvtsi2sdl -12(%rbp), %xmm1 cvtsi2sdl -4(%rbp), %xmm0 sqrtsd %xmm0, %xmm0 ucomisd %xmm1, %xmm0 jb LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax cltd idivl -12(%rbp) cmpl $0, %edx jne LBB0_7 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax cltd idivl -12(%rbp) cmpl -12(%rbp), %eax jne LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl -12(%rbp), %eax movl %eax, -8(%rbp) jmp LBB0_6 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl -12(%rbp), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax movl %eax, -16(%rbp) ## 4-byte Spill movl -4(%rbp), %eax cltd idivl -12(%rbp) movl %eax, %ecx movl -16(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -8(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_9: movl -8(%rbp), %eax subl -4(%rbp), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _checkAbundant ## -- Begin function checkAbundant .p2align 4, 0x90 _checkAbundant: ## @checkAbundant .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl -4(%rbp), %edi callq _getSum cmpl -4(%rbp), %eax setg %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 $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %edi callq _checkAbundant testb $1, %al jne LBB2_1 jmp LBB2_2 LBB2_1: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB2_3 LBB2_2: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB2_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz " Input an integer number: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz " The number is Abundant.\n" L_.str.3: ## @.str.3 .asciz " The number is not Abundant.\n" .subsections_via_symbols
the_stack_data/142968.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/89200892.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #36] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x8, l___const.main.initial@PAGE add x8, x8, l___const.main.initial@PAGEOFF ldr x8, [x8] stur x8, [x29, #-16] ldur x0, [x29, #-16] bl _get_shifts_ffi str d0, [sp, #40] str d1, [sp, #48] str d2, [sp, #56] ldr d2, [sp, #40] ldr d1, [sp, #48] ldr d0, [sp, #56] mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #36] ; 4-byte Folded Reload ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 2 ; @__const.main.initial l___const.main.initial: .long 651 ; 0x28b .long 313 ; 0x139 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "(%f, %f, %f)\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movq L___const.main.initial(%rip), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rsi leaq -40(%rbp), %rdi callq _get_shifts_ffi movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm2 ## xmm2 = mem[0],zero leaq L_.str(%rip), %rdi movb $3, %al callq _printf xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 2 ## @__const.main.initial L___const.main.initial: .long 651 ## 0x28b .long 313 ## 0x139 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "(%f, %f, %f)\n" .subsections_via_symbols
the_stack_data/61206.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] add x1, sp, #24 mov w2, #10 bl _strtol str x0, [sp, #16] ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #0 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 _printf mov w0, #1 bl _exit LBB0_4: ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Please provide one argument\n" l_.str.1: ; @.str.1 .asciz "The argument has to be an integer\n" l_.str.2: ; @.str.2 .asciz "The argument is %ld, right? Ha~Ha~Ha~\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) cmpl $2, -8(%rbp) je LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq -24(%rbp), %rsi movl $10, %edx callq _strtol movq %rax, -32(%rbp) movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_4: movq -32(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Please provide one argument\n" L_.str.1: ## @.str.1 .asciz "The argument has to be an integer\n" L_.str.2: ## @.str.2 .asciz "The argument is %ld, right? Ha~Ha~Ha~\n" .subsections_via_symbols
the_stack_data/36076523.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, #1120 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] mov w8, #0 str w8, [sp, #36] ; 4-byte Folded Spill str wzr, [sp, #68] str w0, [sp, #64] str x1, [sp, #56] str wzr, [sp, #52] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF str x8, [sp, #40] add x0, sp, #72 mov x1, #1024 bl _bzero ldr w2, [sp, #36] ; 4-byte Folded Reload mov w0, #2 mov w1, #1 bl _socket str w0, [sp, #52] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #68] b LBB0_9 LBB0_2: mov x9, #3472328296227680304 sub x8, x29, #40 stur x9, [x29, #-40] stur x9, [x29, #-32] mov w9, #2 sturb w9, [x29, #-39] mov w9, #36895 sturh w9, [x29, #-38] add x2, x8, #4 mov w0, #2 adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _inet_pton subs w8, w0, #0 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #68] b LBB0_9 LBB0_4: ldr w0, [sp, #52] sub x1, x29, #40 mov w2, #16 bl _connect subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #68] b LBB0_9 LBB0_6: ldr w8, [sp, #52] str w8, [sp, #32] ; 4-byte Folded Spill ldr x8, [sp, #40] str x8, [sp, #24] ; 8-byte Folded Spill ldr x0, [sp, #40] bl _strlen ldr x1, [sp, #24] ; 8-byte Folded Reload mov x2, x0 ldr w0, [sp, #32] ; 4-byte Folded Reload mov w3, #0 bl _send adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr w0, [sp, #52] add x1, sp, #72 mov x2, #1024 bl _read mov x8, x0 str w8, [sp, #48] ldr w8, [sp, #48] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _perror mov w8, #-1 str w8, [sp, #68] b LBB0_9 LBB0_8: mov x9, sp add x8, sp, #72 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf str wzr, [sp, #68] b LBB0_9 LBB0_9: ldr w8, [sp, #68] str w8, [sp, #20] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: bl ___stack_chk_fail LBB0_11: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #1120 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello from client" l_.str.1: ; @.str.1 .asciz "\n Socket creation error \n" l_.str.2: ; @.str.2 .asciz "127.0.0.1" l_.str.3: ; @.str.3 .asciz "\nInvalid address/ Address not supported \n" l_.str.4: ; @.str.4 .asciz "\nConnection Failed \n" l_.str.5: ; @.str.5 .asciz "Hello message sent\n" l_.str.6: ; @.str.6 .asciz "read" l_.str.7: ; @.str.7 .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 $1104, %rsp ## imm = 0x450 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -1060(%rbp) movl %edi, -1064(%rbp) movq %rsi, -1072(%rbp) movl $0, -1076(%rbp) leaq L_.str(%rip), %rax movq %rax, -1088(%rbp) leaq -1056(%rbp), %rdi xorl %esi, %esi movl $1024, %edx ## imm = 0x400 callq _memset movl $2, %edi movl $1, %esi xorl %edx, %edx callq _socket movl %eax, -1076(%rbp) cmpl $0, %eax jge LBB0_2 ## %bb.1: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $-1, -1060(%rbp) jmp LBB0_9 LBB0_2: leaq -24(%rbp), %rdi movl $48, %esi movl $16, %edx callq _memset movb $2, -23(%rbp) movw $-28641, -22(%rbp) ## imm = 0x901F leaq -24(%rbp), %rdx addq $4, %rdx movl $2, %edi leaq L_.str.2(%rip), %rsi callq _inet_pton cmpl $0, %eax jg LBB0_4 ## %bb.3: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $-1, -1060(%rbp) jmp LBB0_9 LBB0_4: movl -1076(%rbp), %edi leaq -24(%rbp), %rsi movl $16, %edx callq _connect cmpl $0, %eax jge LBB0_6 ## %bb.5: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $-1, -1060(%rbp) jmp LBB0_9 LBB0_6: movl -1076(%rbp), %eax movl %eax, -1100(%rbp) ## 4-byte Spill movq -1088(%rbp), %rax movq %rax, -1096(%rbp) ## 8-byte Spill movq -1088(%rbp), %rdi callq _strlen movl -1100(%rbp), %edi ## 4-byte Reload movq -1096(%rbp), %rsi ## 8-byte Reload movq %rax, %rdx xorl %ecx, %ecx callq _send leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl -1076(%rbp), %edi leaq -1056(%rbp), %rsi movl $1024, %edx ## imm = 0x400 callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -1080(%rbp) cmpl $0, -1080(%rbp) jge LBB0_8 ## %bb.7: leaq L_.str.6(%rip), %rdi callq _perror movl $-1, -1060(%rbp) jmp LBB0_9 LBB0_8: leaq -1056(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl $0, -1060(%rbp) LBB0_9: movl -1060(%rbp), %eax movl %eax, -1104(%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 -1104(%rbp), %eax ## 4-byte Reload addq $1104, %rsp ## imm = 0x450 popq %rbp retq LBB0_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello from client" L_.str.1: ## @.str.1 .asciz "\n Socket creation error \n" L_.str.2: ## @.str.2 .asciz "127.0.0.1" L_.str.3: ## @.str.3 .asciz "\nInvalid address/ Address not supported \n" L_.str.4: ## @.str.4 .asciz "\nConnection Failed \n" L_.str.5: ## @.str.5 .asciz "Hello message sent\n" L_.str.6: ## @.str.6 .asciz "read" L_.str.7: ## @.str.7 .asciz "%s\n" .subsections_via_symbols
the_stack_data/115766381.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] mov w8, #10 str w8, [sp, #8] mov w8, #20 str w8, [sp, #4] mov w8, #30 str w8, [sp] ldr w8, [sp, #8] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldr w8, [sp, #8] ldr w9, [sp] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr w8, [sp, #8] str w8, [sp, #12] b LBB0_7 LBB0_3: ldr w8, [sp, #4] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldr w8, [sp, #4] ldr w9, [sp] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr w8, [sp, #4] str w8, [sp, #12] b LBB0_7 LBB0_6: ldr w8, [sp] str w8, [sp, #12] b LBB0_7 LBB0_7: 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 _main ## -- Begin function main .p2align 4, 0x90 _main: ## @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 $10, -8(%rbp) movl $20, -12(%rbp) movl $30, -16(%rbp) movl -8(%rbp), %eax cmpl -12(%rbp), %eax jl LBB0_3 ## %bb.1: movl -8(%rbp), %eax cmpl -16(%rbp), %eax jl LBB0_3 ## %bb.2: movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_7 LBB0_3: movl -12(%rbp), %eax cmpl -8(%rbp), %eax jl LBB0_6 ## %bb.4: movl -12(%rbp), %eax cmpl -16(%rbp), %eax jl LBB0_6 ## %bb.5: movl -12(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_7 LBB0_6: movl -16(%rbp), %eax movl %eax, -4(%rbp) LBB0_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/125141701.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 0x3ffb0624dd2f1aa0 ; double 1.6890000000000001 lCPI0_1: .quad 0x400199999999999a ; double 2.2000000000000002 lCPI0_2: .quad 0x4042800000000000 ; double 37 lCPI0_3: .quad 0x4059000000000000 ; double 100 lCPI0_4: .quad 0x405b800000000000 ; double 110 lCPI0_5: .quad 0x40e86a0000000000 ; double 5.0E+4 lCPI0_6: .quad 0x40af400000000000 ; double 4000 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov w9, #7200 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #1, lsl #12 ; =4096 sub sp, sp, #3104 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] str x8, [sp, #984] ; 8-byte Folded Spill adrp x8, _inventory@PAGE add x8, x8, _inventory@PAGEOFF str x8, [sp, #992] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #2092] str w0, [sp, #2088] str x1, [sp, #2080] str wzr, [sp, #2040] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2584 str x8, [sp, #2032] str wzr, [sp, #2028] str wzr, [sp, #2024] str wzr, [sp, #2016] str wzr, [sp, #2012] str xzr, [sp, #6656] str xzr, [sp, #6664] str wzr, [sp, #6672] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #1000] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x8, [sp, #1000] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_1001 Depth 2 ; Child Loop BB0_997 Depth 2 ; Child Loop BB0_973 Depth 2 ; Child Loop BB0_982 Depth 3 ; Child Loop BB0_924 Depth 2 ; Child Loop BB0_926 Depth 3 ; Child Loop BB0_940 Depth 3 ; Child Loop BB0_944 Depth 3 ; Child Loop BB0_946 Depth 4 ; Child Loop BB0_953 Depth 3 ; Child Loop BB0_957 Depth 3 ; Child Loop BB0_959 Depth 4 ; Child Loop BB0_920 Depth 2 ; Child Loop BB0_916 Depth 2 ; Child Loop BB0_912 Depth 2 ; Child Loop BB0_908 Depth 2 ; Child Loop BB0_894 Depth 2 ; Child Loop BB0_896 Depth 3 ; Child Loop BB0_812 Depth 2 ; Child Loop BB0_816 Depth 3 ; Child Loop BB0_823 Depth 4 ; Child Loop BB0_838 Depth 4 ; Child Loop BB0_850 Depth 4 ; Child Loop BB0_865 Depth 3 ; Child Loop BB0_888 Depth 3 ; Child Loop BB0_762 Depth 2 ; Child Loop BB0_764 Depth 3 ; Child Loop BB0_775 Depth 3 ; Child Loop BB0_779 Depth 4 ; Child Loop BB0_680 Depth 2 ; Child Loop BB0_713 Depth 3 ; Child Loop BB0_699 Depth 3 ; Child Loop BB0_658 Depth 2 ; Child Loop BB0_664 Depth 3 ; Child Loop BB0_645 Depth 2 ; Child Loop BB0_647 Depth 3 ; Child Loop BB0_635 Depth 2 ; Child Loop BB0_618 Depth 2 ; Child Loop BB0_604 Depth 2 ; Child Loop BB0_540 Depth 2 ; Child Loop BB0_548 Depth 3 ; Child Loop BB0_462 Depth 2 ; Child Loop BB0_501 Depth 3 ; Child Loop BB0_492 Depth 3 ; Child Loop BB0_485 Depth 3 ; Child Loop BB0_473 Depth 3 ; Child Loop BB0_478 Depth 3 ; Child Loop BB0_443 Depth 2 ; Child Loop BB0_439 Depth 2 ; Child Loop BB0_435 Depth 2 ; Child Loop BB0_412 Depth 2 ; Child Loop BB0_422 Depth 2 ; Child Loop BB0_379 Depth 2 ; Child Loop BB0_385 Depth 3 ; Child Loop BB0_388 Depth 3 ; Child Loop BB0_370 Depth 2 ; Child Loop BB0_372 Depth 3 ; Child Loop BB0_366 Depth 2 ; Child Loop BB0_355 Depth 2 ; Child Loop BB0_344 Depth 2 ; Child Loop BB0_346 Depth 3 ; Child Loop BB0_199 Depth 2 ; Child Loop BB0_201 Depth 3 ; Child Loop BB0_204 Depth 3 ; Child Loop BB0_254 Depth 3 ; Child Loop BB0_297 Depth 3 ; Child Loop BB0_183 Depth 2 ; Child Loop BB0_192 Depth 3 ; Child Loop BB0_139 Depth 2 ; Child Loop BB0_168 Depth 3 ; Child Loop BB0_171 Depth 3 ; Child Loop BB0_143 Depth 3 ; Child Loop BB0_161 Depth 3 ; Child Loop BB0_131 Depth 2 ; Child Loop BB0_133 Depth 3 ; Child Loop BB0_123 Depth 2 ; Child Loop BB0_119 Depth 2 ; Child Loop BB0_79 Depth 2 ; Child Loop BB0_83 Depth 3 ; Child Loop BB0_102 Depth 3 ; Child Loop BB0_109 Depth 3 ; Child Loop BB0_68 Depth 2 ; Child Loop BB0_5 Depth 2 ; Child Loop BB0_58 Depth 2 ; Child Loop BB0_60 Depth 3 ; Child Loop BB0_49 Depth 2 ; Child Loop BB0_51 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbz w8, #0, LBB0_2 b LBB0_1014 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _puts adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _puts adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _puts adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #976] ; 8-byte Folded Spill subs x8, x8, #39 cset w8, hi tbz w8, #0, LBB0_3 b LBB0_1013 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x11, [sp, #976] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #1992] str wzr, [sp, #1988] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2520 adrp x1, l___const.main.value@PAGE add x1, x1, l___const.main.value@PAGEOFF mov x2, #40 bl _memcpy add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2420 mov w1, #0 mov x2, #100 bl _memset str wzr, [sp, #1980] str wzr, [sp, #1976] str wzr, [sp, #1972] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fopen str x0, [sp, #1952] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #1960] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_47 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _puts adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _fprintf adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _puts adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _puts adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _puts adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _puts adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _puts adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_26 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #2 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] adrp x0, l_.str.29@PAGE add x0, x0, l_.str.29@PAGEOFF bl _puts adrp x0, l_.str.30@PAGE add x0, x0, l_.str.30@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #972] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #972] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #972] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_25 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] adrp x0, l_.str.33@PAGE add x0, x0, l_.str.33@PAGEOFF bl _puts adrp x0, l_.str.34@PAGE add x0, x0, l_.str.34@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.35@PAGE add x0, x0, l_.str.35@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #4 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 b LBB0_25 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl _fprintf ldr w8, [sp, #1980] subs w8, w8, #1 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_25 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #2040] ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_22 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] adrp x0, l_.str.33@PAGE add x0, x0, l_.str.33@PAGEOFF bl _puts adrp x0, l_.str.34@PAGE add x0, x0, l_.str.34@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.35@PAGE add x0, x0, l_.str.35@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #4 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_25 LBB0_19: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_25 LBB0_21: ; in Loop: Header=BB0_1 Depth=1 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl _fprintf ldr w8, [sp, #1980] subs w8, w8, #1 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_24 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_1 Depth=1 b LBB0_47 LBB0_26: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_41 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.43@PAGE add x0, x0, l_.str.43@PAGEOFF bl _puts adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _puts adrp x0, l_.str.45@PAGE add x0, x0, l_.str.45@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #1 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] adrp x0, l_.str.47@PAGE add x0, x0, l_.str.47@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_34 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.48@PAGE add x0, x0, l_.str.48@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] adrp x0, l_.str.33@PAGE add x0, x0, l_.str.33@PAGEOFF bl _puts adrp x0, l_.str.34@PAGE add x0, x0, l_.str.34@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.35@PAGE add x0, x0, l_.str.35@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #4 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_33 LBB0_30: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_32 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _printf ldr x0, [sp, #1952] adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #3 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_32 LBB0_32: ; in Loop: Header=BB0_1 Depth=1 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_34: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.51@PAGE add x0, x0, l_.str.51@PAGEOFF bl _puts adrp x0, l_.str.52@PAGE add x0, x0, l_.str.52@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF bl _fprintf mov x9, sp add x8, sp, #2068 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldrsw x9, [sp, #2068] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2520 ldr w8, [x8, x9, lsl #2] str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_39 LBB0_36: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_38 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.54@PAGE add x0, x0, l_.str.54@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _fprintf ldr w8, [sp, #1980] subs w8, w8, #1 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_38 LBB0_38: ; in Loop: Header=BB0_1 Depth=1 b LBB0_39 LBB0_39: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_40: ; in Loop: Header=BB0_1 Depth=1 b LBB0_47 LBB0_41: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_43 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.56@PAGE add x0, x0, l_.str.56@PAGEOFF bl _puts ldr x0, [sp, #1952] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl _fprintf ldr w8, [sp, #1980] add w8, w8, #1 str w8, [sp, #1980] ldr w8, [sp, #1976] add w8, w8, #1 str w8, [sp, #1976] b LBB0_47 LBB0_43: ; in Loop: Header=BB0_5 Depth=2 adrp x0, l_.str.58@PAGE add x0, x0, l_.str.58@PAGEOFF bl _puts b LBB0_44 LBB0_44: ; in Loop: Header=BB0_5 Depth=2 b LBB0_45 LBB0_45: ; in Loop: Header=BB0_5 Depth=2 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_5 Depth=2 b LBB0_5 LBB0_47: ; in Loop: Header=BB0_1 Depth=1 ldr w0, [sp, #1980] ldr w1, [sp, #1976] bl _averageMk str w0, [sp, #1972] ldr w8, [sp, #1980] ; implicit-def: $x11 mov x11, x8 ldr w8, [sp, #1976] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #1972] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.59@PAGE add x0, x0, l_.str.59@PAGEOFF bl _printf ldr w0, [sp, #1972] bl _ggPromtMk adrp x0, l_.str.60@PAGE add x0, x0, l_.str.60@PAGEOFF bl _printf mov x9, sp add x8, sp, #2072 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2072] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_56 b LBB0_48 LBB0_48: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #1952] bl _rewind b LBB0_49 LBB0_49: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_51 Depth 3 ldr x0, [sp, #1952] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fscanf adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_55 b LBB0_50 LBB0_50: ; in Loop: Header=BB0_49 Depth=2 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2420 bl _strlen mov x8, x0 str w8, [sp, #1988] str wzr, [sp, #1992] b LBB0_51 LBB0_51: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_49 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1992] ldr w9, [sp, #1988] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_54 b LBB0_52 LBB0_52: ; in Loop: Header=BB0_51 Depth=3 ldrsw x9, [sp, #1992] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [sp, #960] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #960] ; 8-byte Folded Reload ldrsw x9, [sp, #1992] strb w0, [x8, x9] b LBB0_53 LBB0_53: ; in Loop: Header=BB0_51 Depth=3 ldr w8, [sp, #1992] add w8, w8, #1 str w8, [sp, #1992] b LBB0_51 LBB0_54: ; in Loop: Header=BB0_49 Depth=2 ldr x0, [sp, #1960] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [x9] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF bl _fprintf b LBB0_49 LBB0_55: ; in Loop: Header=BB0_1 Depth=1 b LBB0_66 LBB0_56: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2072] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_65 b LBB0_57 LBB0_57: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #1952] bl _rewind b LBB0_58 LBB0_58: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_60 Depth 3 ldr x0, [sp, #1952] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fscanf adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_64 b LBB0_59 LBB0_59: ; in Loop: Header=BB0_58 Depth=2 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2420 bl _strlen mov x8, x0 str w8, [sp, #1988] str wzr, [sp, #1992] b LBB0_60 LBB0_60: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_58 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1992] ldr w9, [sp, #1988] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_63 b LBB0_61 LBB0_61: ; in Loop: Header=BB0_60 Depth=3 ldrsw x9, [sp, #1992] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [sp, #952] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #952] ; 8-byte Folded Reload ldrsw x9, [sp, #1992] strb w0, [x8, x9] b LBB0_62 LBB0_62: ; in Loop: Header=BB0_60 Depth=3 ldr w8, [sp, #1992] add w8, w8, #1 str w8, [sp, #1992] b LBB0_60 LBB0_63: ; in Loop: Header=BB0_58 Depth=2 ldr x0, [sp, #1960] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2420 str x8, [x9] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF bl _fprintf b LBB0_58 LBB0_64: ; in Loop: Header=BB0_1 Depth=1 b LBB0_65 LBB0_65: ; in Loop: Header=BB0_1 Depth=1 b LBB0_66 LBB0_66: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #1952] bl _fclose ldr x0, [sp, #1960] bl _fclose b LBB0_1013 LBB0_67: ; in Loop: Header=BB0_1 Depth=1 b LBB0_68 LBB0_68: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_77 b LBB0_69 LBB0_69: ; in Loop: Header=BB0_68 Depth=2 adrp x0, l_.str.62@PAGE add x0, x0, l_.str.62@PAGEOFF bl _puts adrp x0, l_.str.63@PAGE add x0, x0, l_.str.63@PAGEOFF bl _puts adrp x0, l_.str.64@PAGE add x0, x0, l_.str.64@PAGEOFF bl _puts adrp x0, l_.str.65@PAGE add x0, x0, l_.str.65@PAGEOFF bl _puts adrp x0, l_.str.66@PAGE add x0, x0, l_.str.66@PAGEOFF bl _puts adrp x0, l_.str.67@PAGE add x0, x0, l_.str.67@PAGEOFF bl _puts adrp x0, l_.str.68@PAGE add x0, x0, l_.str.68@PAGEOFF bl _puts adrp x0, l_.str.69@PAGE add x0, x0, l_.str.69@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_71 b LBB0_70 LBB0_70: adrp x0, l_.str.70@PAGE add x0, x0, l_.str.70@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.71@PAGE add x0, x0, l_.str.71@PAGEOFF bl _printf adrp x0, l_.str.72@PAGE add x0, x0, l_.str.72@PAGEOFF bl _puts bl _flurbos str wzr, [sp, #2092] b LBB0_1015 LBB0_71: ; in Loop: Header=BB0_68 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_73 b LBB0_72 LBB0_72: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.73@PAGE add x0, x0, l_.str.73@PAGEOFF bl _printf bl _stars adrp x0, l_.str.74@PAGE add x0, x0, l_.str.74@PAGEOFF bl _puts bl _planets b LBB0_77 LBB0_73: ; in Loop: Header=BB0_68 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_75 b LBB0_74 LBB0_74: adrp x0, l_.str.75@PAGE add x0, x0, l_.str.75@PAGEOFF bl _puts bl _goodBye str wzr, [sp, #2092] b LBB0_1015 LBB0_75: ; in Loop: Header=BB0_68 Depth=2 adrp x0, l_.str.76@PAGE add x0, x0, l_.str.76@PAGEOFF bl _puts b LBB0_76 LBB0_76: ; in Loop: Header=BB0_68 Depth=2 b LBB0_68 LBB0_77: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_78: ; in Loop: Header=BB0_1 Depth=1 b LBB0_79 LBB0_79: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_83 Depth 3 ; Child Loop BB0_102 Depth 3 ; Child Loop BB0_109 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_117 b LBB0_80 LBB0_80: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.77@PAGE add x0, x0, l_.str.77@PAGEOFF bl _puts adrp x0, l_.str.78@PAGE add x0, x0, l_.str.78@PAGEOFF bl _puts adrp x0, l_.str.79@PAGE add x0, x0, l_.str.79@PAGEOFF bl _puts adrp x0, l_.str.80@PAGE add x0, x0, l_.str.80@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_100 b LBB0_81 LBB0_81: ; in Loop: Header=BB0_79 Depth=2 str wzr, [sp, #1948] str wzr, [sp, #1940] str wzr, [sp, #1936] movi d0, #0000000000000000 str d0, [sp, #1928] ldr d0, [sp, #1928] mov x8, sp str d0, [x8] adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf adrp x0, l_.str.82@PAGE add x0, x0, l_.str.82@PAGEOFF bl _puts adrp x0, l_.str.83@PAGE add x0, x0, l_.str.83@PAGEOFF bl _puts adrp x0, l_.str.84@PAGE add x0, x0, l_.str.84@PAGEOFF bl _puts adrp x0, l_.str.85@PAGE add x0, x0, l_.str.85@PAGEOFF bl _puts mov x9, sp add x8, sp, #2072 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2072] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_98 b LBB0_82 LBB0_82: ; in Loop: Header=BB0_79 Depth=2 str wzr, [sp, #2060] b LBB0_83 LBB0_83: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_79 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2060] subs w8, w8, #6 cset w8, ge tbnz w8, #0, LBB0_86 b LBB0_84 LBB0_84: ; in Loop: Header=BB0_83 Depth=3 add x0, sp, #1948 str x0, [sp, #944] ; 8-byte Folded Spill bl _RollArray mov x8, x0 ldr x0, [sp, #944] ; 8-byte Folded Reload str w8, [sp, #1944] ldr w8, [sp, #1940] ldr w9, [sp, #1944] add w8, w8, w9 str w8, [sp, #1940] bl _Prt b LBB0_85 LBB0_85: ; in Loop: Header=BB0_83 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_83 LBB0_86: ; in Loop: Header=BB0_79 Depth=2 ldr s0, [sp, #1940] scvtf s0, s0 fmov s1, #6.00000000 fdiv s0, s0, s1 fcvt d0, s0 str d0, [sp, #1928] ldr d0, [sp, #1928] mov x8, sp str d0, [x8] adrp x0, l_.str.86@PAGE add x0, x0, l_.str.86@PAGEOFF bl _printf ldr d0, [sp, #1928] fmov d1, #3.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_88 b LBB0_87 LBB0_87: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.87@PAGE add x0, x0, l_.str.87@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #2040] b LBB0_97 LBB0_88: ; in Loop: Header=BB0_79 Depth=2 ldr d0, [sp, #1928] fmov d1, #4.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_90 b LBB0_89 LBB0_89: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.88@PAGE add x0, x0, l_.str.88@PAGEOFF bl _puts add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 bl _nV b LBB0_96 LBB0_90: ; in Loop: Header=BB0_79 Depth=2 ldr d0, [sp, #1928] fmov d1, #5.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_92 b LBB0_91 LBB0_91: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.89@PAGE add x0, x0, l_.str.89@PAGEOFF bl _puts b LBB0_95 LBB0_92: ; in Loop: Header=BB0_79 Depth=2 ldr d0, [sp, #1928] fmov d1, #6.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_94 b LBB0_93 LBB0_93: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.90@PAGE add x0, x0, l_.str.90@PAGEOFF bl _puts b LBB0_117 LBB0_94: ; in Loop: Header=BB0_79 Depth=2 b LBB0_95 LBB0_95: ; in Loop: Header=BB0_79 Depth=2 b LBB0_96 LBB0_96: ; in Loop: Header=BB0_79 Depth=2 b LBB0_97 LBB0_97: ; in Loop: Header=BB0_79 Depth=2 b LBB0_99 LBB0_98: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.91@PAGE add x0, x0, l_.str.91@PAGEOFF bl _puts b LBB0_99 LBB0_99: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.92@PAGE add x0, x0, l_.str.92@PAGEOFF bl _puts adrp x0, l_.str.93@PAGE add x0, x0, l_.str.93@PAGEOFF bl _puts b LBB0_100 LBB0_100: ; in Loop: Header=BB0_79 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_107 b LBB0_101 LBB0_101: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.94@PAGE add x0, x0, l_.str.94@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #1920] adrp x0, l_.str.95@PAGE add x0, x0, l_.str.95@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1912] adrp x0, l_.str.97@PAGE add x0, x0, l_.str.97@PAGEOFF bl _puts b LBB0_102 LBB0_102: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_79 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x0, [sp, #1912] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_106 b LBB0_103 LBB0_103: ; in Loop: Header=BB0_102 Depth=3 ldr x8, [sp, #1912] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_105 b LBB0_104 LBB0_104: ; in Loop: Header=BB0_102 Depth=3 ldr x0, [sp, #1912] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2378 str x8, [sp, #928] ; 8-byte Folded Spill str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fscanf ldr x8, [sp, #928] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.98@PAGE add x0, x0, l_.str.98@PAGEOFF str x0, [sp, #936] ; 8-byte Folded Spill bl _printf ldr x8, [sp, #928] ; 8-byte Folded Reload ldr x1, [sp, #936] ; 8-byte Folded Reload ldr x0, [sp, #1920] mov x9, sp str x8, [x9] bl _fprintf b LBB0_105 LBB0_105: ; in Loop: Header=BB0_102 Depth=3 b LBB0_102 LBB0_106: ; in Loop: Header=BB0_79 Depth=2 ldr x0, [sp, #1920] bl _fclose ldr x0, [sp, #1912] bl _fclose adrp x0, l_.str.92@PAGE add x0, x0, l_.str.92@PAGEOFF bl _puts adrp x0, l_.str.93@PAGE add x0, x0, l_.str.93@PAGEOFF bl _puts b LBB0_107 LBB0_107: ; in Loop: Header=BB0_79 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_116 b LBB0_108 LBB0_108: ; in Loop: Header=BB0_79 Depth=2 str wzr, [sp, #2060] b LBB0_109 LBB0_109: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_79 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2060] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_112 b LBB0_110 LBB0_110: ; in Loop: Header=BB0_109 Depth=3 ldrsw x10, [sp, #2060] add x9, sp, #1, lsl #12 ; =4096 add x9, x9, #2364 mov w8, #0 str w8, [x9, x10, lsl #2] b LBB0_111 LBB0_111: ; in Loop: Header=BB0_109 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_109 LBB0_112: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.99@PAGE add x0, x0, l_.str.99@PAGEOFF bl _puts adrp x0, l_.str.100@PAGE add x0, x0, l_.str.100@PAGEOFF bl _puts adrp x0, l_.str.85@PAGE add x0, x0, l_.str.85@PAGEOFF bl _puts mov x9, sp add x8, sp, #2072 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2072] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_114 b LBB0_113 LBB0_113: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.101@PAGE add x0, x0, l_.str.101@PAGEOFF bl _puts bl _BBGprnt add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2364 str x0, [sp, #920] ; 8-byte Folded Spill bl _TossBag ldr x0, [sp, #920] ; 8-byte Folded Reload bl _BagTossed adrp x0, l_.str.102@PAGE add x0, x0, l_.str.102@PAGEOFF bl _puts adrp x0, l_.str.103@PAGE add x0, x0, l_.str.103@PAGEOFF bl _puts b LBB0_115 LBB0_114: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.91@PAGE add x0, x0, l_.str.91@PAGEOFF bl _puts b LBB0_115 LBB0_115: ; in Loop: Header=BB0_79 Depth=2 adrp x0, l_.str.92@PAGE add x0, x0, l_.str.92@PAGEOFF bl _puts adrp x0, l_.str.93@PAGE add x0, x0, l_.str.93@PAGEOFF bl _puts b LBB0_116 LBB0_116: ; in Loop: Header=BB0_79 Depth=2 b LBB0_79 LBB0_117: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_118: ; in Loop: Header=BB0_1 Depth=1 b LBB0_119 LBB0_119: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_121 b LBB0_120 LBB0_120: ; in Loop: Header=BB0_119 Depth=2 adrp x0, l_.str.104@PAGE add x0, x0, l_.str.104@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_119 LBB0_121: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_122: ; in Loop: Header=BB0_1 Depth=1 b LBB0_123 LBB0_123: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_129 b LBB0_124 LBB0_124: ; in Loop: Header=BB0_123 Depth=2 adrp x0, l_.str.105@PAGE add x0, x0, l_.str.105@PAGEOFF bl _puts adrp x0, l_.str.106@PAGE add x0, x0, l_.str.106@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #916] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_126 b LBB0_125 LBB0_125: ; in Loop: Header=BB0_123 Depth=2 ldr w8, [sp, #916] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_127 b LBB0_128 LBB0_126: ; in Loop: Header=BB0_123 Depth=2 adrp x0, l_.str.107@PAGE add x0, x0, l_.str.107@PAGEOFF bl _puts b LBB0_128 LBB0_127: ; in Loop: Header=BB0_123 Depth=2 adrp x0, l_.str.108@PAGE add x0, x0, l_.str.108@PAGEOFF bl _puts b LBB0_128 LBB0_128: ; in Loop: Header=BB0_123 Depth=2 b LBB0_123 LBB0_129: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_130: ; in Loop: Header=BB0_1 Depth=1 b LBB0_131 LBB0_131: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_133 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_137 b LBB0_132 LBB0_132: ; in Loop: Header=BB0_131 Depth=2 ldr x8, [sp, #2080] ldr x0, [x8, #16] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #1904] add x9, sp, #1900 str wzr, [sp, #1900] add x8, sp, #1896 str wzr, [sp, #1896] str x9, [sp, #1888] str x8, [sp, #1880] adrp x9, l___const.main.alphabet@PAGE add x9, x9, l___const.main.alphabet@PAGEOFF ldr q0, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2336 str x8, [sp, #888] ; 8-byte Folded Spill str q0, [sp, #6432] ldur q0, [x9, #11] stur q0, [x8, #11] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2296 str x0, [sp, #896] ; 8-byte Folded Spill adrp x1, l___const.main.codedMessage@PAGE add x1, x1, l___const.main.codedMessage@PAGEOFF mov x2, #40 bl _memcpy adrp x8, l___const.main.message@PAGE add x8, x8, l___const.main.message@PAGEOFF ldr x9, [x8] add x10, sp, #1, lsl #12 ; =4096 add x10, x10, #2280 str x10, [sp, #904] ; 8-byte Folded Spill str x9, [sp, #6376] ldr w8, [x8, #8] str w8, [sp, #6384] adrp x0, l_.str.109@PAGE add x0, x0, l_.str.109@PAGEOFF bl _puts adrp x0, l_.str.110@PAGE add x0, x0, l_.str.110@PAGEOFF bl _puts ldr x0, [sp, #896] ; 8-byte Folded Reload bl _printMessage ldr x0, [sp, #888] ; 8-byte Folded Reload ldr x1, [sp, #896] ; 8-byte Folded Reload ldr x2, [sp, #1888] ldr x3, [sp, #1880] bl _decodeMessage ldr x8, [sp, #904] ; 8-byte Folded Reload ldr x0, [sp, #1904] ldr w9, [sp, #1900] ; implicit-def: $x11 mov x11, x9 ldr w9, [sp, #1896] ; implicit-def: $x10 mov x10, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.111@PAGE add x1, x1, l_.str.111@PAGEOFF bl _fprintf bl _rand mov w9, #3 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #2072] ldr w0, [sp, #2072] bl _userFate str wzr, [sp, #2060] b LBB0_133 LBB0_133: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_131 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x9, [sp, #2060] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_136 b LBB0_134 LBB0_134: ; in Loop: Header=BB0_133 Depth=3 ldrsw x9, [sp, #2060] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #880] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #880] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] strb w0, [x8, x9] b LBB0_135 LBB0_135: ; in Loop: Header=BB0_133 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_133 LBB0_136: ; in Loop: Header=BB0_131 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.112@PAGE add x0, x0, l_.str.112@PAGEOFF bl _printf ldr x0, [sp, #1904] bl _fclose adrp x0, l_.str.113@PAGE add x0, x0, l_.str.113@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_131 LBB0_137: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_138: ; in Loop: Header=BB0_1 Depth=1 b LBB0_139 LBB0_139: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_168 Depth 3 ; Child Loop BB0_171 Depth 3 ; Child Loop BB0_143 Depth 3 ; Child Loop BB0_161 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_181 b LBB0_140 LBB0_140: ; in Loop: Header=BB0_139 Depth=2 movi d0, #0000000000000000 str s0, [sp, #1860] bl _rand mov w9, #9 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1872] adrp x0, l_.str.114@PAGE add x0, x0, l_.str.114@PAGEOFF bl _puts adrp x0, l_.str.115@PAGE add x0, x0, l_.str.115@PAGEOFF bl _puts adrp x0, l_.str.116@PAGE add x0, x0, l_.str.116@PAGEOFF str x0, [sp, #864] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.117@PAGE add x0, x0, l_.str.117@PAGEOFF str x0, [sp, #856] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.118@PAGE add x0, x0, l_.str.118@PAGEOFF bl _puts ldr x0, [sp, #856] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #864] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.119@PAGE add x0, x0, l_.str.119@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #872] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_180 ; %bb.141: ; in Loop: Header=BB0_139 Depth=2 ldr x11, [sp, #872] ; 8-byte Folded Reload adrp x10, lJTI0_7@PAGE add x10, x10, lJTI0_7@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_142: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.120@PAGE add x0, x0, l_.str.120@PAGEOFF bl _puts adrp x0, l_.str.121@PAGE add x0, x0, l_.str.121@PAGEOFF bl _puts adrp x0, l_.str.122@PAGE add x0, x0, l_.str.122@PAGEOFF bl _puts adrp x0, l_.str.123@PAGE add x0, x0, l_.str.123@PAGEOFF bl _puts adrp x0, l_.str.124@PAGE add x0, x0, l_.str.124@PAGEOFF bl _puts adrp x0, l_.str.125@PAGE add x0, x0, l_.str.125@PAGEOFF bl _printf str wzr, [sp, #2060] b LBB0_143 LBB0_143: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_139 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2060] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_146 b LBB0_144 LBB0_144: ; in Loop: Header=BB0_143 Depth=3 ldr w8, [sp, #2060] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.126@PAGE add x0, x0, l_.str.126@PAGEOFF bl _printf ldrsw x9, [sp, #2060] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2080 str x8, [sp, #848] ; 8-byte Folded Spill add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.127@PAGE add x0, x0, l_.str.127@PAGEOFF bl _scanf ldr x8, [sp, #848] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] ldr s1, [x8, x9, lsl #2] ldr s0, [sp, #1860] fadd s0, s0, s1 str s0, [sp, #1860] b LBB0_145 LBB0_145: ; in Loop: Header=BB0_143 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_143 LBB0_146: ; in Loop: Header=BB0_139 Depth=2 ldr s0, [sp, #1860] fmov s1, #5.00000000 fdiv s0, s0, s1 str s0, [sp, #1864] ldr s0, [sp, #1864] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.128@PAGE add x0, x0, l_.str.128@PAGEOFF bl _printf ldr s0, [sp, #1864] fmov s1, #10.00000000 fcmp s0, s1 cset w8, pl tbnz w8, #0, LBB0_148 b LBB0_147 LBB0_147: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.129@PAGE add x0, x0, l_.str.129@PAGEOFF bl _printf adrp x0, l_.str.130@PAGE add x0, x0, l_.str.130@PAGEOFF bl _printf b LBB0_180 LBB0_148: ; in Loop: Header=BB0_139 Depth=2 ldr s0, [sp, #1864] fmov s1, #10.00000000 fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_150 b LBB0_149 LBB0_149: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.131@PAGE add x0, x0, l_.str.131@PAGEOFF bl _printf adrp x0, l_.str.132@PAGE add x0, x0, l_.str.132@PAGEOFF bl _printf b LBB0_180 LBB0_150: ; in Loop: Header=BB0_139 Depth=2 b LBB0_151 LBB0_151: ; in Loop: Header=BB0_139 Depth=2 b LBB0_152 LBB0_152: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.133@PAGE add x0, x0, l_.str.133@PAGEOFF bl _puts adrp x0, l_.str.134@PAGE add x0, x0, l_.str.134@PAGEOFF bl _puts adrp x0, l_.str.135@PAGE add x0, x0, l_.str.135@PAGEOFF bl _puts adrp x0, l_.str.136@PAGE add x0, x0, l_.str.136@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_156 b LBB0_153 LBB0_153: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.137@PAGE add x0, x0, l_.str.137@PAGEOFF bl _puts adrp x0, l_.str.138@PAGE add x0, x0, l_.str.138@PAGEOFF bl _printf ldr w9, [sp, #1872] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF str x0, [sp, #840] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #840] ; 8-byte Folded Reload mov x9, sp add x8, sp, #2040 str x8, [x9] bl _scanf ldr w8, [sp, #2040] ldr w9, [sp, #1872] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_155 b LBB0_154 LBB0_154: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.139@PAGE add x0, x0, l_.str.139@PAGEOFF bl _puts bl _mbchoice b LBB0_180 LBB0_155: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.140@PAGE add x0, x0, l_.str.140@PAGEOFF bl _puts adrp x0, l_.str.141@PAGE add x0, x0, l_.str.141@PAGEOFF bl _puts b LBB0_180 LBB0_156: ; in Loop: Header=BB0_139 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_158 b LBB0_157 LBB0_157: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.142@PAGE add x0, x0, l_.str.142@PAGEOFF bl _printf bl _mbchoice b LBB0_180 LBB0_158: ; in Loop: Header=BB0_139 Depth=2 b LBB0_159 LBB0_159: ; in Loop: Header=BB0_139 Depth=2 b LBB0_160 LBB0_160: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.143@PAGE add x0, x0, l_.str.143@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1848] adrp x0, l_.str.144@PAGE add x0, x0, l_.str.144@PAGEOFF bl _printf b LBB0_161 LBB0_161: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_139 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x0, [sp, #1848] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_165 b LBB0_162 LBB0_162: ; in Loop: Header=BB0_161 Depth=3 ldr x8, [sp, #1848] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_164 b LBB0_163 LBB0_163: ; in Loop: Header=BB0_161 Depth=3 ldr x0, [sp, #1848] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1880 str x8, [sp, #832] ; 8-byte Folded Spill str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fscanf ldr x8, [sp, #832] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.98@PAGE add x0, x0, l_.str.98@PAGEOFF bl _printf b LBB0_164 LBB0_164: ; in Loop: Header=BB0_161 Depth=3 b LBB0_161 LBB0_165: ; in Loop: Header=BB0_139 Depth=2 ldr x0, [sp, #1848] bl _fclose adrp x0, l_.str.145@PAGE add x0, x0, l_.str.145@PAGEOFF bl _printf b LBB0_180 LBB0_166: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.146@PAGE add x0, x0, l_.str.146@PAGEOFF bl _puts adrp x0, l_.str.147@PAGE add x0, x0, l_.str.147@PAGEOFF bl _puts adrp x0, l_.str.148@PAGE add x0, x0, l_.str.148@PAGEOFF bl _puts adrp x0, l_.str.149@PAGE add x0, x0, l_.str.149@PAGEOFF bl _puts bl _mbchoice2 b LBB0_180 LBB0_167: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.150@PAGE add x0, x0, l_.str.150@PAGEOFF bl _puts adrp x0, l_.str.151@PAGE add x0, x0, l_.str.151@PAGEOFF bl _puts str wzr, [sp, #1844] str wzr, [sp, #1840] adrp x0, l_.str.152@PAGE add x0, x0, l_.str.152@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1780 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_168 LBB0_168: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_139 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x9, [sp, #1844] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1780 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_170 b LBB0_169 LBB0_169: ; in Loop: Header=BB0_168 Depth=3 ldr w8, [sp, #1844] add w8, w8, #1 str w8, [sp, #1844] b LBB0_168 LBB0_170: ; in Loop: Header=BB0_139 Depth=2 str wzr, [sp, #1832] b LBB0_171 LBB0_171: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_139 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x8, [sp, #1832] str x8, [sp, #824] ; 8-byte Folded Spill add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1780 bl _strlen ldr x8, [sp, #824] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_174 b LBB0_172 LBB0_172: ; in Loop: Header=BB0_171 Depth=3 b LBB0_173 LBB0_173: ; in Loop: Header=BB0_171 Depth=3 ldr w8, [sp, #1832] add w8, w8, #1 str w8, [sp, #1832] b LBB0_171 LBB0_174: ; in Loop: Header=BB0_139 Depth=2 ldrsw x9, [sp, #1844] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1780 ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB0_176 b LBB0_175 LBB0_175: ; in Loop: Header=BB0_139 Depth=2 ldr w8, [sp, #1840] add w8, w8, #1 str w8, [sp, #1840] b LBB0_176 LBB0_176: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.153@PAGE add x0, x0, l_.str.153@PAGEOFF bl _printf mov x9, sp add x8, sp, #1836 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1844] ldr w9, [sp, #1836] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_178 b LBB0_177 LBB0_177: adrp x0, l_.str.154@PAGE add x0, x0, l_.str.154@PAGEOFF bl _printf adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _printf b LBB0_179 LBB0_178: ; in Loop: Header=BB0_139 Depth=2 adrp x0, l_.str.156@PAGE add x0, x0, l_.str.156@PAGEOFF bl _printf adrp x0, l_.str.157@PAGE add x0, x0, l_.str.157@PAGEOFF bl _printf b LBB0_180 LBB0_179: str wzr, [sp, #2092] b LBB0_1015 LBB0_180: ; in Loop: Header=BB0_139 Depth=2 b LBB0_139 LBB0_181: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_182: ; in Loop: Header=BB0_1 Depth=1 adrp x8, l___const.main.uYes@PAGE add x8, x8, l___const.main.uYes@PAGEOFF ldr w9, [x8] str w9, [sp, #1824] ldrb w8, [x8, #4] strb w8, [sp, #1828] adrp x8, l___const.main.uNo@PAGE add x8, x8, l___const.main.uNo@PAGEOFF ldr w8, [x8] str w8, [sp, #1820] adrp x8, _clearParser@PAGE add x8, x8, _clearParser@PAGEOFF str x8, [sp, #1808] adrp x0, l_.str.158@PAGE add x0, x0, l_.str.158@PAGEOFF str x0, [sp, #816] ; 8-byte Folded Spill adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen mov x8, x0 ldr x0, [sp, #816] ; 8-byte Folded Reload str x8, [sp, #1800] adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1792] b LBB0_183 LBB0_183: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_192 Depth 3 ldr x8, [sp, #992] ; 8-byte Folded Reload ldrb w8, [x8, #6] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_197 b LBB0_184 LBB0_184: ; in Loop: Header=BB0_183 Depth=2 adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system adrp x0, l_.str.160@PAGE add x0, x0, l_.str.160@PAGEOFF bl _puts adrp x0, l_.str.161@PAGE add x0, x0, l_.str.161@PAGEOFF bl _puts adrp x0, l_.str.162@PAGE add x0, x0, l_.str.162@PAGEOFF bl _puts adrp x0, l_.str.163@PAGE add x0, x0, l_.str.163@PAGEOFF bl _puts adrp x0, l_.str.164@PAGE add x0, x0, l_.str.164@PAGEOFF bl _puts adrp x0, l_.str.165@PAGE add x0, x0, l_.str.165@PAGEOFF bl _printf mov x9, sp add x8, sp, #1831 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1831] str w8, [sp, #812] ; 4-byte Folded Spill subs w8, w8, #109 cset w8, eq tbnz w8, #0, LBB0_189 b LBB0_185 LBB0_185: ; in Loop: Header=BB0_183 Depth=2 ldr w8, [sp, #812] ; 4-byte Folded Reload subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB0_188 b LBB0_186 LBB0_186: ; in Loop: Header=BB0_183 Depth=2 ldr w8, [sp, #812] ; 4-byte Folded Reload subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB0_190 b LBB0_187 LBB0_187: ; in Loop: Header=BB0_183 Depth=2 adrp x0, l_.str.167@PAGE add x0, x0, l_.str.167@PAGEOFF bl _puts adrp x0, l_.str.168@PAGE add x0, x0, l_.str.168@PAGEOFF bl _puts b LBB0_191 LBB0_188: ; in Loop: Header=BB0_183 Depth=2 adrp x0, l_.str.169@PAGE add x0, x0, l_.str.169@PAGEOFF bl _puts adrp x0, l_.str.170@PAGE add x0, x0, l_.str.170@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.171@PAGE add x0, x0, l_.str.171@PAGEOFF bl _printf adrp x0, l_.str.172@PAGE add x0, x0, l_.str.172@PAGEOFF bl _puts adrp x0, l_.str.173@PAGE add x0, x0, l_.str.173@PAGEOFF bl _puts adrp x0, l_.str.174@PAGE add x0, x0, l_.str.174@PAGEOFF bl _puts b LBB0_191 LBB0_189: ; in Loop: Header=BB0_183 Depth=2 adrp x0, l_.str.175@PAGE add x0, x0, l_.str.175@PAGEOFF bl _puts b LBB0_191 LBB0_190: ; in Loop: Header=BB0_183 Depth=2 adrp x0, l_.str.176@PAGE add x0, x0, l_.str.176@PAGEOFF bl _puts b LBB0_191 LBB0_191: ; in Loop: Header=BB0_183 Depth=2 bl _mQcontinue adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system adrp x0, l_.str.177@PAGE add x0, x0, l_.str.177@PAGEOFF bl _puts adrp x0, l_.str.178@PAGE add x0, x0, l_.str.178@PAGEOFF bl _puts bl _mQhelpMenu adrp x0, l_.str.179@PAGE add x0, x0, l_.str.179@PAGEOFF bl _puts bl _mQcontinue adrp x0, l_.str.180@PAGE add x0, x0, l_.str.180@PAGEOFF bl _puts adrp x0, l_.str.181@PAGE add x0, x0, l_.str.181@PAGEOFF bl _puts adrp x0, l_.str.182@PAGE add x0, x0, l_.str.182@PAGEOFF bl _puts adrp x0, l_.str.183@PAGE add x0, x0, l_.str.183@PAGEOFF bl _puts b LBB0_192 LBB0_192: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_183 Depth=2 ; => This Inner Loop Header: Depth=3 bl _mQuserInput subs w8, w0, #0 cset w8, eq mov w9, #0 str w9, [sp, #808] ; 4-byte Folded Spill tbnz w8, #0, LBB0_194 b LBB0_193 LBB0_193: ; in Loop: Header=BB0_192 Depth=3 ldr x0, [sp, #1800] ldr x1, [sp, #1792] ldr x2, [sp, #1808] bl _mQparser1 subs w8, w0, #0 cset w8, ne str w8, [sp, #808] ; 4-byte Folded Spill b LBB0_194 LBB0_194: ; in Loop: Header=BB0_192 Depth=3 ldr w8, [sp, #808] ; 4-byte Folded Reload tbz w8, #0, LBB0_196 b LBB0_195 LBB0_195: ; in Loop: Header=BB0_192 Depth=3 b LBB0_192 LBB0_196: ; in Loop: Header=BB0_183 Depth=2 b LBB0_183 LBB0_197: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #1800] bl _fclose b LBB0_1013 LBB0_198: ; in Loop: Header=BB0_1 Depth=1 adrp x8, lCPI0_3@PAGE ldr d0, [x8, lCPI0_3@PAGEOFF] str d0, [sp, #1776] movi d0, #0000000000000000 str d0, [sp, #1768] str wzr, [sp, #1764] str wzr, [sp, #1756] str wzr, [sp, #1752] str d0, [sp, #1744] str d0, [sp, #1736] str wzr, [sp, #1732] str wzr, [sp, #1728] str wzr, [sp, #1724] str wzr, [sp, #1720] str wzr, [sp, #1696] str wzr, [sp, #1692] str wzr, [sp, #1688] str wzr, [sp, #1684] str wzr, [sp, #1680] b LBB0_199 LBB0_199: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_201 Depth 3 ; Child Loop BB0_204 Depth 3 ; Child Loop BB0_254 Depth 3 ; Child Loop BB0_297 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_342 b LBB0_200 LBB0_200: ; in Loop: Header=BB0_199 Depth=2 adrp x0, l_.str.184@PAGE add x0, x0, l_.str.184@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1664] ldr x0, [sp, #1664] bl _fgetc strb w0, [sp, #1763] b LBB0_201 LBB0_201: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_199 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsb w8, [sp, #1763] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_203 b LBB0_202 LBB0_202: ; in Loop: Header=BB0_201 Depth=3 ldrsb w10, [sp, #1763] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x0, [sp, #1664] bl _fgetc strb w0, [sp, #1763] b LBB0_201 LBB0_203: ; in Loop: Header=BB0_199 Depth=2 ldr x0, [sp, #1664] bl _fclose adrp x0, l_.str.186@PAGE add x0, x0, l_.str.186@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf b LBB0_204 LBB0_204: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_199 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_253 b LBB0_205 LBB0_205: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.188@PAGE add x0, x0, l_.str.188@PAGEOFF bl _puts adrp x0, l_.str.189@PAGE add x0, x0, l_.str.189@PAGEOFF bl _puts mov x9, sp add x8, sp, #1688 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1688] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_229 b LBB0_206 LBB0_206: ; in Loop: Header=BB0_204 Depth=3 ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf mov x9, sp add x8, sp, #1768 str x8, [x9] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _scanf ldr d0, [sp, #1768] ldr d1, [sp, #1776] bl _cLopezValidBet mov w8, #1 and w8, w0, w8 strb w8, [sp, #1719] ldrb w8, [sp, #1719] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_225 b LBB0_207 LBB0_207: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.192@PAGE add x0, x0, l_.str.192@PAGEOFF bl _puts mov x9, sp add x8, sp, #1703 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1703] str w8, [sp, #804] ; 4-byte Folded Spill subs w8, w8, #72 cset w8, eq tbnz w8, #0, LBB0_211 b LBB0_208 LBB0_208: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #804] ; 4-byte Folded Reload subs w8, w8, #84 cset w8, eq tbnz w8, #0, LBB0_212 b LBB0_209 LBB0_209: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #804] ; 4-byte Folded Reload subs w8, w8, #104 cset w8, eq tbnz w8, #0, LBB0_211 b LBB0_210 LBB0_210: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #804] ; 4-byte Folded Reload subs w8, w8, #116 cset w8, eq tbnz w8, #0, LBB0_212 b LBB0_213 LBB0_211: ; in Loop: Header=BB0_204 Depth=3 mov w8, #1 str w8, [sp, #1696] b LBB0_214 LBB0_212: ; in Loop: Header=BB0_204 Depth=3 str wzr, [sp, #1696] b LBB0_214 LBB0_213: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.193@PAGE add x0, x0, l_.str.193@PAGEOFF bl _puts b LBB0_214 LBB0_214: ; in Loop: Header=BB0_204 Depth=3 bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1692] ldr w8, [sp, #1692] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_216 b LBB0_215 LBB0_215: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.194@PAGE add x0, x0, l_.str.194@PAGEOFF bl _puts b LBB0_219 LBB0_216: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #1692] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_218 b LBB0_217 LBB0_217: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.195@PAGE add x0, x0, l_.str.195@PAGEOFF bl _puts b LBB0_218 LBB0_218: ; in Loop: Header=BB0_204 Depth=3 b LBB0_219 LBB0_219: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #1696] ldr w9, [sp, #1692] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_221 b LBB0_220 LBB0_220: ; in Loop: Header=BB0_204 Depth=3 ldr d0, [sp, #1768] fmov d1, #2.00000000 str d1, [sp, #792] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #792] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #792] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_224 LBB0_221: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #1696] ldr w9, [sp, #1692] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_223 b LBB0_222 LBB0_222: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.198@PAGE add x0, x0, l_.str.198@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_223 LBB0_223: ; in Loop: Header=BB0_204 Depth=3 b LBB0_224 LBB0_224: ; in Loop: Header=BB0_204 Depth=3 b LBB0_228 LBB0_225: ; in Loop: Header=BB0_204 Depth=3 ldrb w8, [sp, #1719] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_227 b LBB0_226 LBB0_226: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _printf b LBB0_227 LBB0_227: ; in Loop: Header=BB0_204 Depth=3 b LBB0_228 LBB0_228: ; in Loop: Header=BB0_204 Depth=3 b LBB0_249 LBB0_229: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #1688] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_248 b LBB0_230 LBB0_230: ; in Loop: Header=BB0_204 Depth=3 add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1768 str xzr, [sp, #5864] str wzr, [sp, #5872] str x8, [sp, #1648] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf mov x9, sp add x8, sp, #1768 str x8, [x9] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _scanf ldr d0, [sp, #1768] ldr d1, [sp, #1776] bl _cLopezValidBet mov w8, #1 and w8, w0, w8 strb w8, [sp, #1719] ldrb w8, [sp, #1719] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_244 b LBB0_231 LBB0_231: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.192@PAGE add x0, x0, l_.str.192@PAGEOFF bl _puts mov x9, sp add x8, sp, #1703 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1703] str w8, [sp, #788] ; 4-byte Folded Spill subs w8, w8, #72 cset w8, eq tbnz w8, #0, LBB0_235 b LBB0_232 LBB0_232: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #788] ; 4-byte Folded Reload subs w8, w8, #84 cset w8, eq tbnz w8, #0, LBB0_236 b LBB0_233 LBB0_233: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #788] ; 4-byte Folded Reload subs w8, w8, #104 cset w8, eq tbnz w8, #0, LBB0_235 b LBB0_234 LBB0_234: ; in Loop: Header=BB0_204 Depth=3 ldr w8, [sp, #788] ; 4-byte Folded Reload subs w8, w8, #116 cset w8, eq tbnz w8, #0, LBB0_236 b LBB0_237 LBB0_235: ; in Loop: Header=BB0_204 Depth=3 mov w8, #1 str w8, [sp, #1696] b LBB0_238 LBB0_236: ; in Loop: Header=BB0_204 Depth=3 str wzr, [sp, #1696] b LBB0_238 LBB0_237: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.193@PAGE add x0, x0, l_.str.193@PAGEOFF bl _puts b LBB0_238 LBB0_238: ; in Loop: Header=BB0_204 Depth=3 ldr x0, [sp, #1648] bl _cLopezFillFlipArray ldr x0, [sp, #1648] ldr w1, [sp, #1696] bl _cLopezScanFlipArray mov w8, #1 and w8, w0, w8 strb w8, [sp, #1663] ldrb w8, [sp, #1663] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_240 b LBB0_239 LBB0_239: ; in Loop: Header=BB0_204 Depth=3 ldr d0, [sp, #1768] fmov d1, #2.00000000 str d1, [sp, #776] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #776] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #776] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_243 LBB0_240: ; in Loop: Header=BB0_204 Depth=3 ldrb w8, [sp, #1663] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_242 b LBB0_241 LBB0_241: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.198@PAGE add x0, x0, l_.str.198@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_242 LBB0_242: ; in Loop: Header=BB0_204 Depth=3 b LBB0_243 LBB0_243: ; in Loop: Header=BB0_204 Depth=3 b LBB0_247 LBB0_244: ; in Loop: Header=BB0_204 Depth=3 ldrb w8, [sp, #1719] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_246 b LBB0_245 LBB0_245: ; in Loop: Header=BB0_204 Depth=3 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _printf b LBB0_246 LBB0_246: ; in Loop: Header=BB0_204 Depth=3 b LBB0_247 LBB0_247: ; in Loop: Header=BB0_204 Depth=3 b LBB0_248 LBB0_248: ; in Loop: Header=BB0_204 Depth=3 b LBB0_249 LBB0_249: ; in Loop: Header=BB0_204 Depth=3 ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.200@PAGE add x0, x0, l_.str.200@PAGEOFF bl _printf ldr w9, [sp, #1756] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.201@PAGE add x0, x0, l_.str.201@PAGEOFF bl _printf ldr w9, [sp, #1752] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.202@PAGE add x0, x0, l_.str.202@PAGEOFF bl _printf ldr d0, [sp, #1736] mov x8, sp str d0, [x8] adrp x0, l_.str.203@PAGE add x0, x0, l_.str.203@PAGEOFF bl _printf ldr d0, [sp, #1736] ldr d1, [sp, #1744] fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _printf adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _puts mov x9, sp add x8, sp, #1791 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1791] subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB0_251 b LBB0_250 LBB0_250: ; in Loop: Header=BB0_204 Depth=3 ldrsb w8, [sp, #1791] subs w8, w8, #78 cset w8, ne tbnz w8, #0, LBB0_252 b LBB0_251 LBB0_251: ; in Loop: Header=BB0_199 Depth=2 b LBB0_253 LBB0_252: ; in Loop: Header=BB0_204 Depth=3 b LBB0_204 LBB0_253: ; in Loop: Header=BB0_199 Depth=2 b LBB0_254 LBB0_254: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_199 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_296 b LBB0_255 LBB0_255: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _puts adrp x0, l_.str.207@PAGE add x0, x0, l_.str.207@PAGEOFF bl _puts adrp x0, l_.str.208@PAGE add x0, x0, l_.str.208@PAGEOFF bl _puts adrp x0, l_.str.209@PAGE add x0, x0, l_.str.209@PAGEOFF bl _puts adrp x0, l_.str.210@PAGE add x0, x0, l_.str.210@PAGEOFF bl _puts adrp x0, l_.str.211@PAGE add x0, x0, l_.str.211@PAGEOFF bl _puts adrp x0, l_.str.212@PAGE add x0, x0, l_.str.212@PAGEOFF bl _printf mov x9, sp add x8, sp, #1732 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1732] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_257 b LBB0_256 LBB0_256: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.213@PAGE add x0, x0, l_.str.213@PAGEOFF bl _printf mov x9, sp add x8, sp, #1720 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf b LBB0_257 LBB0_257: ; in Loop: Header=BB0_254 Depth=3 ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf mov x9, sp add x8, sp, #1768 str x8, [x9] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _scanf ldr d0, [sp, #1768] ldr d1, [sp, #1776] bl _cLopezValidBet mov w8, #1 and w8, w0, w8 strb w8, [sp, #1719] ldrb w8, [sp, #1719] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_289 b LBB0_258 LBB0_258: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.214@PAGE add x0, x0, l_.str.214@PAGEOFF bl _printf bl _rand mov w9, #36 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1728] ldr w9, [sp, #1728] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.215@PAGE add x0, x0, l_.str.215@PAGEOFF bl _printf ldr w8, [sp, #1728] 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_260 b LBB0_259 LBB0_259: ; in Loop: Header=BB0_254 Depth=3 mov w8, #2 str w8, [sp, #1724] b LBB0_263 LBB0_260: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1728] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_262 b LBB0_261 LBB0_261: ; in Loop: Header=BB0_254 Depth=3 mov w8, #3 str w8, [sp, #1724] b LBB0_262 LBB0_262: ; in Loop: Header=BB0_254 Depth=3 b LBB0_263 LBB0_263: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1732] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_266 b LBB0_264 LBB0_264: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_266 b LBB0_265 LBB0_265: ; in Loop: Header=BB0_254 Depth=3 ldr d0, [sp, #1768] fmov d1, #2.00000000 str d1, [sp, #768] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #768] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #768] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_288 LBB0_266: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1732] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_269 b LBB0_267 LBB0_267: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_269 b LBB0_268 LBB0_268: ; in Loop: Header=BB0_254 Depth=3 ldr d0, [sp, #1768] fmov d1, #2.00000000 str d1, [sp, #760] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #760] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #760] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_287 LBB0_269: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1720] ldr w9, [sp, #1728] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_271 b LBB0_270 LBB0_270: ; in Loop: Header=BB0_254 Depth=3 ldr d0, [sp, #1768] adrp x8, lCPI0_2@PAGE ldr d1, [x8, lCPI0_2@PAGEOFF] str d1, [sp, #752] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #752] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmov d1, #2.00000000 fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_286 LBB0_271: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1732] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_275 b LBB0_272 LBB0_272: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_274 b LBB0_273 LBB0_273: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_275 b LBB0_274 LBB0_274: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_285 LBB0_275: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1732] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_279 b LBB0_276 LBB0_276: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_278 b LBB0_277 LBB0_277: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_279 b LBB0_278 LBB0_278: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_284 LBB0_279: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1732] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_283 b LBB0_280 LBB0_280: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_282 b LBB0_281 LBB0_281: ; in Loop: Header=BB0_254 Depth=3 ldr w8, [sp, #1724] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_283 b LBB0_282 LBB0_282: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_283 LBB0_283: ; in Loop: Header=BB0_254 Depth=3 b LBB0_284 LBB0_284: ; in Loop: Header=BB0_254 Depth=3 b LBB0_285 LBB0_285: ; in Loop: Header=BB0_254 Depth=3 b LBB0_286 LBB0_286: ; in Loop: Header=BB0_254 Depth=3 b LBB0_287 LBB0_287: ; in Loop: Header=BB0_254 Depth=3 b LBB0_288 LBB0_288: ; in Loop: Header=BB0_254 Depth=3 b LBB0_292 LBB0_289: ; in Loop: Header=BB0_254 Depth=3 ldrb w8, [sp, #1719] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_291 b LBB0_290 LBB0_290: ; in Loop: Header=BB0_254 Depth=3 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _printf b LBB0_291 LBB0_291: ; in Loop: Header=BB0_254 Depth=3 b LBB0_292 LBB0_292: ; in Loop: Header=BB0_254 Depth=3 ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.200@PAGE add x0, x0, l_.str.200@PAGEOFF bl _printf ldr w9, [sp, #1756] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.201@PAGE add x0, x0, l_.str.201@PAGEOFF bl _printf ldr w9, [sp, #1752] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.202@PAGE add x0, x0, l_.str.202@PAGEOFF bl _printf ldr d0, [sp, #1736] mov x8, sp str d0, [x8] adrp x0, l_.str.203@PAGE add x0, x0, l_.str.203@PAGEOFF bl _printf ldr d0, [sp, #1736] ldr d1, [sp, #1744] fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _printf adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _puts mov x9, sp add x8, sp, #1791 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1791] subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB0_294 b LBB0_293 LBB0_293: ; in Loop: Header=BB0_254 Depth=3 ldrsb w8, [sp, #1791] subs w8, w8, #78 cset w8, ne tbnz w8, #0, LBB0_295 b LBB0_294 LBB0_294: ; in Loop: Header=BB0_199 Depth=2 b LBB0_296 LBB0_295: ; in Loop: Header=BB0_254 Depth=3 b LBB0_254 LBB0_296: ; in Loop: Header=BB0_199 Depth=2 b LBB0_297 LBB0_297: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_199 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_341 b LBB0_298 LBB0_298: ; in Loop: Header=BB0_297 Depth=3 adrp x8, l___const.main.win@PAGE add x8, x8, l___const.main.win@PAGEOFF ldrh w9, [x8] strh w9, [sp, #1644] ldrb w8, [x8, #2] strb w8, [sp, #1646] adrp x8, l___const.main.lose@PAGE add x8, x8, l___const.main.lose@PAGEOFF ldr w8, [x8] str w8, [sp, #1640] str wzr, [sp, #1636] str wzr, [sp, #1632] adrp x0, l_.str.217@PAGE add x0, x0, l_.str.217@PAGEOFF bl _puts adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _puts adrp x0, l_.str.219@PAGE add x0, x0, l_.str.219@PAGEOFF bl _printf mov x9, sp add x8, sp, #1628 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1628] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_317 b LBB0_299 LBB0_299: ; in Loop: Header=BB0_297 Depth=3 adrp x9, l___const.main.userTeam@PAGE add x9, x9, l___const.main.userTeam@PAGEOFF ldr q0, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1680 str q0, [sp, #5776] ldur q0, [x9, #9] stur q0, [x8, #9] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf mov x9, sp add x8, sp, #1768 str x8, [x9] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _scanf ldr d0, [sp, #1768] ldr d1, [sp, #1776] bl _cLopezValidBet mov w8, #1 and w8, w0, w8 strb w8, [sp, #1719] ldrb w8, [sp, #1719] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_313 b LBB0_300 LBB0_300: ; in Loop: Header=BB0_297 Depth=3 bl _rand mov w9, #13 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1636] bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1632] ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_302 b LBB0_301 LBB0_301: ; in Loop: Header=BB0_297 Depth=3 bl _rand mov w9, #10 str w9, [sp, #748] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1636] bl _rand ldr w9, [sp, #748] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1632] b LBB0_302 LBB0_302: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.220@PAGE add x0, x0, l_.str.220@PAGEOFF bl _puts ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_304 b LBB0_303 LBB0_303: ; in Loop: Header=BB0_297 Depth=3 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1680 str x0, [sp, #736] ; 8-byte Folded Spill add x1, sp, #1644 mov x2, #3 mov x3, #25 bl ___strncat_chk ldr x8, [sp, #736] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_307 LBB0_304: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_306 b LBB0_305 LBB0_305: ; in Loop: Header=BB0_297 Depth=3 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1680 str x0, [sp, #728] ; 8-byte Folded Spill add x1, sp, #1640 mov x2, #4 mov x3, #25 bl ___strncat_chk ldr x8, [sp, #728] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_306 LBB0_306: ; in Loop: Header=BB0_297 Depth=3 b LBB0_307 LBB0_307: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1636] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #1632] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.221@PAGE add x0, x0, l_.str.221@PAGEOFF bl _printf ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_309 b LBB0_308 LBB0_308: ; in Loop: Header=BB0_297 Depth=3 ldr d0, [sp, #1768] adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] str d1, [sp, #720] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #720] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #720] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_312 LBB0_309: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1632] ldr w9, [sp, #1636] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_311 b LBB0_310 LBB0_310: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_311 LBB0_311: ; in Loop: Header=BB0_297 Depth=3 b LBB0_312 LBB0_312: ; in Loop: Header=BB0_297 Depth=3 b LBB0_316 LBB0_313: ; in Loop: Header=BB0_297 Depth=3 ldrb w8, [sp, #1719] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_315 b LBB0_314 LBB0_314: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _printf b LBB0_315 LBB0_315: ; in Loop: Header=BB0_297 Depth=3 b LBB0_316 LBB0_316: ; in Loop: Header=BB0_297 Depth=3 b LBB0_337 LBB0_317: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1628] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_336 b LBB0_318 LBB0_318: ; in Loop: Header=BB0_297 Depth=3 adrp x9, l___const.main.userTeam.222@PAGE add x9, x9, l___const.main.userTeam.222@PAGEOFF ldr q0, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1648 str q0, [sp, #5744] ldur q0, [x9, #9] stur q0, [x8, #9] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf mov x9, sp add x8, sp, #1768 str x8, [x9] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _scanf ldr d0, [sp, #1768] ldr d1, [sp, #1776] bl _cLopezValidBet mov w8, #1 and w8, w0, w8 strb w8, [sp, #1719] ldrb w8, [sp, #1719] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_332 b LBB0_319 LBB0_319: ; in Loop: Header=BB0_297 Depth=3 bl _rand mov w9, #13 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1636] bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1632] ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_321 b LBB0_320 LBB0_320: ; in Loop: Header=BB0_297 Depth=3 bl _rand mov w9, #10 str w9, [sp, #716] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1636] bl _rand ldr w9, [sp, #716] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #1632] b LBB0_321 LBB0_321: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.220@PAGE add x0, x0, l_.str.220@PAGEOFF bl _puts ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_323 b LBB0_322 LBB0_322: ; in Loop: Header=BB0_297 Depth=3 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1648 str x0, [sp, #704] ; 8-byte Folded Spill add x1, sp, #1644 mov x2, #3 mov x3, #25 bl ___strncat_chk ldr x8, [sp, #704] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_326 LBB0_323: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_325 b LBB0_324 LBB0_324: ; in Loop: Header=BB0_297 Depth=3 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1648 str x0, [sp, #696] ; 8-byte Folded Spill add x1, sp, #1640 mov x2, #4 mov x3, #25 bl ___strncat_chk ldr x8, [sp, #696] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_325 LBB0_325: ; in Loop: Header=BB0_297 Depth=3 b LBB0_326 LBB0_326: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1636] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #1632] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.221@PAGE add x0, x0, l_.str.221@PAGEOFF bl _printf ldr w8, [sp, #1636] ldr w9, [sp, #1632] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_328 b LBB0_327 LBB0_327: ; in Loop: Header=BB0_297 Depth=3 ldr d0, [sp, #1768] adrp x8, lCPI0_1@PAGE ldr d1, [x8, lCPI0_1@PAGEOFF] str d1, [sp, #688] ; 8-byte Folded Spill fmul d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _printf ldr d1, [sp, #688] ; 8-byte Folded Reload ldr d0, [sp, #1768] ldr d2, [sp, #1776] fmadd d0, d0, d1, d2 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr d1, [sp, #688] ; 8-byte Folded Reload ldr w8, [sp, #1756] add w8, w8, #1 str w8, [sp, #1756] ldr d0, [sp, #1744] fmov d2, #1.00000000 fadd d0, d0, d2 str d0, [sp, #1744] ldr d0, [sp, #1768] ldr d2, [sp, #1736] fmadd d0, d0, d1, d2 str d0, [sp, #1736] b LBB0_331 LBB0_328: ; in Loop: Header=BB0_297 Depth=3 ldr w8, [sp, #1632] ldr w9, [sp, #1636] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_330 b LBB0_329 LBB0_329: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _printf ldr d1, [sp, #1768] ldr d0, [sp, #1776] fsub d0, d0, d1 str d0, [sp, #1776] ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _printf ldr w8, [sp, #1752] add w8, w8, #1 str w8, [sp, #1752] ldr d0, [sp, #1744] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1744] ldr d1, [sp, #1768] ldr d0, [sp, #1736] fsub d0, d0, d1 str d0, [sp, #1736] b LBB0_330 LBB0_330: ; in Loop: Header=BB0_297 Depth=3 b LBB0_331 LBB0_331: ; in Loop: Header=BB0_297 Depth=3 b LBB0_335 LBB0_332: ; in Loop: Header=BB0_297 Depth=3 ldrb w8, [sp, #1719] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_334 b LBB0_333 LBB0_333: ; in Loop: Header=BB0_297 Depth=3 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _printf b LBB0_334 LBB0_334: ; in Loop: Header=BB0_297 Depth=3 b LBB0_335 LBB0_335: ; in Loop: Header=BB0_297 Depth=3 b LBB0_336 LBB0_336: ; in Loop: Header=BB0_297 Depth=3 b LBB0_337 LBB0_337: ; in Loop: Header=BB0_297 Depth=3 ldr d0, [sp, #1776] mov x8, sp str d0, [x8] adrp x0, l_.str.200@PAGE add x0, x0, l_.str.200@PAGEOFF bl _printf ldr w9, [sp, #1756] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.201@PAGE add x0, x0, l_.str.201@PAGEOFF bl _printf ldr w9, [sp, #1752] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.202@PAGE add x0, x0, l_.str.202@PAGEOFF bl _printf ldr d0, [sp, #1736] mov x8, sp str d0, [x8] adrp x0, l_.str.203@PAGE add x0, x0, l_.str.203@PAGEOFF bl _printf ldr d0, [sp, #1736] ldr d1, [sp, #1744] fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _printf adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _puts mov x9, sp add x8, sp, #1791 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1791] subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB0_339 b LBB0_338 LBB0_338: ; in Loop: Header=BB0_297 Depth=3 ldrsb w8, [sp, #1791] subs w8, w8, #78 cset w8, ne tbnz w8, #0, LBB0_340 b LBB0_339 LBB0_339: ; in Loop: Header=BB0_199 Depth=2 b LBB0_341 LBB0_340: ; in Loop: Header=BB0_297 Depth=3 b LBB0_297 LBB0_341: ; in Loop: Header=BB0_199 Depth=2 b LBB0_199 LBB0_342: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_343: ; in Loop: Header=BB0_1 Depth=1 b LBB0_344 LBB0_344: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_346 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_353 b LBB0_345 LBB0_345: ; in Loop: Header=BB0_344 Depth=2 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand str wzr, [sp, #1612] b LBB0_346 LBB0_346: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_344 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1612] subs w8, w8, #28 cset w8, ge tbnz w8, #0, LBB0_349 b LBB0_347 LBB0_347: ; in Loop: Header=BB0_346 Depth=3 ldrsw x9, [sp, #1612] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 ldrsb w0, [x8, x9] bl _toupper ldrsw x9, [sp, #1612] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1620 strb w0, [x8, x9] b LBB0_348 LBB0_348: ; in Loop: Header=BB0_346 Depth=3 ldr w8, [sp, #1612] add w8, w8, #1 str w8, [sp, #1612] b LBB0_346 LBB0_349: ; in Loop: Header=BB0_344 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1620 str x8, [x9] adrp x0, l_.str.223@PAGE add x0, x0, l_.str.223@PAGEOFF bl _printf adrp x0, l_.str.224@PAGE add x0, x0, l_.str.224@PAGEOFF bl _puts adrp x0, l_.str.225@PAGE add x0, x0, l_.str.225@PAGEOFF bl _puts adrp x0, l_.str.226@PAGE add x0, x0, l_.str.226@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.227@PAGE add x0, x0, l_.str.227@PAGEOFF bl _printf mov x9, sp add x8, sp, #1596 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf bl _rand mov w9, #400 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #600 str w8, [sp, #1600] ldr w8, [sp, #1600] ldr w9, [sp, #1596] subs w8, w8, w9 subs w8, w8, #200 cset w8, gt tbnz w8, #0, LBB0_351 b LBB0_350 LBB0_350: ; in Loop: Header=BB0_344 Depth=2 ldr w9, [sp, #1600] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9, #8] adrp x0, l_.str.228@PAGE add x0, x0, l_.str.228@PAGEOFF bl _printf b LBB0_352 LBB0_351: ; in Loop: Header=BB0_344 Depth=2 ldr w9, [sp, #1600] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9, #8] adrp x0, l_.str.229@PAGE add x0, x0, l_.str.229@PAGEOFF bl _printf b LBB0_352 LBB0_352: ; in Loop: Header=BB0_344 Depth=2 b LBB0_344 LBB0_353: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_354: ; in Loop: Header=BB0_1 Depth=1 b LBB0_355 LBB0_355: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_364 b LBB0_356 LBB0_356: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.230@PAGE add x0, x0, l_.str.230@PAGEOFF bl _puts adrp x0, l_.str.231@PAGE add x0, x0, l_.str.231@PAGEOFF bl _puts adrp x0, l_.str.232@PAGE add x0, x0, l_.str.232@PAGEOFF bl _printf adrp x0, l_.str.233@PAGE add x0, x0, l_.str.233@PAGEOFF bl _printf adrp x0, l_.str.234@PAGE add x0, x0, l_.str.234@PAGEOFF bl _printf adrp x0, l_.str.235@PAGE add x0, x0, l_.str.235@PAGEOFF bl _printf adrp x0, l_.str.236@PAGE add x0, x0, l_.str.236@PAGEOFF bl _printf adrp x0, l_.str.237@PAGE add x0, x0, l_.str.237@PAGEOFF bl _printf adrp x0, l_.str.238@PAGE add x0, x0, l_.str.238@PAGEOFF bl _printf mov x9, sp add x8, sp, #1588 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1588] str w8, [sp, #684] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_359 b LBB0_357 LBB0_357: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #684] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_360 b LBB0_358 LBB0_358: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #684] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_361 b LBB0_362 LBB0_359: ; in Loop: Header=BB0_355 Depth=2 bl _demondoor b LBB0_363 LBB0_360: ; in Loop: Header=BB0_355 Depth=2 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 bl _angeldoor b LBB0_363 LBB0_361: ; in Loop: Header=BB0_355 Depth=2 bl _broomcloset b LBB0_363 LBB0_362: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.239@PAGE add x0, x0, l_.str.239@PAGEOFF bl _printf b LBB0_363 LBB0_363: ; in Loop: Header=BB0_355 Depth=2 b LBB0_355 LBB0_364: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_365: ; in Loop: Header=BB0_1 Depth=1 b LBB0_366 LBB0_366: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_368 b LBB0_367 LBB0_367: ; in Loop: Header=BB0_366 Depth=2 b LBB0_366 LBB0_368: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_369: ; in Loop: Header=BB0_1 Depth=1 b LBB0_370 LBB0_370: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_372 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_377 b LBB0_371 LBB0_371: ; in Loop: Header=BB0_370 Depth=2 mov w8, #5 str w8, [sp, #1584] adrp x0, l_.str.240@PAGE add x0, x0, l_.str.240@PAGEOFF bl _puts adrp x0, l_.str.241@PAGE add x0, x0, l_.str.241@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1600 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_372 LBB0_372: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_370 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1584] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_376 b LBB0_373 LBB0_373: ; in Loop: Header=BB0_372 Depth=3 adrp x0, l_.str.242@PAGE add x0, x0, l_.str.242@PAGEOFF bl _puts adrp x0, l_.str.243@PAGE add x0, x0, l_.str.243@PAGEOFF bl _puts adrp x0, l_.str.244@PAGE add x0, x0, l_.str.244@PAGEOFF bl _puts adrp x0, l_.str.245@PAGE add x0, x0, l_.str.245@PAGEOFF bl _puts adrp x0, l_.str.246@PAGE add x0, x0, l_.str.246@PAGEOFF bl _puts adrp x0, l_.str.247@PAGE add x0, x0, l_.str.247@PAGEOFF bl _puts mov x9, sp add x8, sp, #1584 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1584] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_375 b LBB0_374 LBB0_374: ; in Loop: Header=BB0_372 Depth=3 adrp x0, l_.str.248@PAGE add x0, x0, l_.str.248@PAGEOFF bl _puts adrp x0, l_.str.249@PAGE add x0, x0, l_.str.249@PAGEOFF bl _puts adrp x0, l_.str.250@PAGE add x0, x0, l_.str.250@PAGEOFF bl _puts adrp x0, l_.str.251@PAGE add x0, x0, l_.str.251@PAGEOFF bl _puts adrp x0, l_.str.252@PAGE add x0, x0, l_.str.252@PAGEOFF bl _puts adrp x0, l_.str.253@PAGE add x0, x0, l_.str.253@PAGEOFF bl _puts adrp x0, l_.str.254@PAGE add x0, x0, l_.str.254@PAGEOFF bl _puts adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _puts adrp x0, l_.str.256@PAGE add x0, x0, l_.str.256@PAGEOFF bl _puts b LBB0_375 LBB0_375: ; in Loop: Header=BB0_372 Depth=3 b LBB0_372 LBB0_376: ; in Loop: Header=BB0_370 Depth=2 adrp x0, l_.str.257@PAGE add x0, x0, l_.str.257@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_370 LBB0_377: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_378: ; in Loop: Header=BB0_1 Depth=1 b LBB0_379 LBB0_379: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_385 Depth 3 ; Child Loop BB0_388 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_410 b LBB0_380 LBB0_380: ; in Loop: Header=BB0_379 Depth=2 str wzr, [sp, #1564] mov w8, #10000 str w8, [sp, #1560] movi d0, #0000000000000000 str d0, [sp, #1544] str d0, [sp, #1536] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1560 mov w1, #0 mov x2, #40 bl _memset adrp x8, lCPI0_5@PAGE ldr d0, [x8, lCPI0_5@PAGEOFF] str d0, [sp, #5656] adrp x8, lCPI0_6@PAGE ldr d0, [x8, lCPI0_6@PAGEOFF] str d0, [sp, #5664] adrp x8, lCPI0_4@PAGE ldr d0, [x8, lCPI0_4@PAGEOFF] str d0, [sp, #5672] fmov d0, #0.50000000 str d0, [sp, #5680] adrp x0, l_.str.258@PAGE add x0, x0, l_.str.258@PAGEOFF bl _puts adrp x0, l_.str.259@PAGE add x0, x0, l_.str.259@PAGEOFF bl _puts adrp x0, l_.str.260@PAGE add x0, x0, l_.str.260@PAGEOFF bl _puts adrp x0, l_.str.261@PAGE add x0, x0, l_.str.261@PAGEOFF bl _puts mov x9, sp add x8, sp, #1534 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1534] str w8, [sp, #680] ; 4-byte Folded Spill subs w8, w8, #49 cset w8, eq tbnz w8, #0, LBB0_382 b LBB0_381 LBB0_381: ldr w8, [sp, #680] ; 4-byte Folded Reload subs w8, w8, #50 cset w8, eq tbnz w8, #0, LBB0_407 b LBB0_408 LBB0_382: ; in Loop: Header=BB0_379 Depth=2 adrp x0, l_.str.262@PAGE add x0, x0, l_.str.262@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1460 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf adrp x0, l_.str.263@PAGE add x0, x0, l_.str.263@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1520] ldr x8, [sp, #1520] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_384 b LBB0_383 LBB0_383: adrp x0, l_.str.264@PAGE add x0, x0, l_.str.264@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_384: ; in Loop: Header=BB0_379 Depth=2 ldr x0, [sp, #1520] bl _fgetc strb w0, [sp, #1535] b LBB0_385 LBB0_385: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_379 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsb w8, [sp, #1535] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_387 b LBB0_386 LBB0_386: ; in Loop: Header=BB0_385 Depth=3 ldrsb w10, [sp, #1535] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x0, [sp, #1520] bl _fgetc strb w0, [sp, #1535] b LBB0_385 LBB0_387: ; in Loop: Header=BB0_379 Depth=2 mov x9, sp add x8, sp, #1560 str x8, [x9] adrp x0, l_.str.265@PAGE add x0, x0, l_.str.265@PAGEOFF bl _printf ldrsb w10, [sp, #1533] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf b LBB0_388 LBB0_388: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_379 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #81 cset w8, ne mov w9, #1 str w9, [sp, #676] ; 4-byte Folded Spill tbnz w8, #0, LBB0_390 b LBB0_389 LBB0_389: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #113 cset w8, ne str w8, [sp, #676] ; 4-byte Folded Spill b LBB0_390 LBB0_390: ; in Loop: Header=BB0_388 Depth=3 ldr w8, [sp, #676] ; 4-byte Folded Reload tbz w8, #0, LBB0_406 b LBB0_391 LBB0_391: ; in Loop: Header=BB0_388 Depth=3 mov x9, sp add x8, sp, #1560 str x8, [x9] adrp x0, l_.str.266@PAGE add x0, x0, l_.str.266@PAGEOFF bl _printf adrp x0, l_.str.267@PAGE add x0, x0, l_.str.267@PAGEOFF bl _printf adrp x0, l_.str.268@PAGE add x0, x0, l_.str.268@PAGEOFF bl _printf adrp x0, l_.str.269@PAGE add x0, x0, l_.str.269@PAGEOFF bl _printf adrp x0, l_.str.270@PAGE add x0, x0, l_.str.270@PAGEOFF bl _printf mov x9, sp add x8, sp, #1533 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #1533] subs w8, w8, #97 cset w8, eq tbnz w8, #0, LBB0_393 b LBB0_392 LBB0_392: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #65 cset w8, ne tbnz w8, #0, LBB0_394 b LBB0_393 LBB0_393: ; in Loop: Header=BB0_388 Depth=3 ldr d0, [sp, #1536] adrp x8, lCPI0_5@PAGE ldr d1, [x8, lCPI0_5@PAGEOFF] fadd d0, d0, d1 str d0, [sp, #1536] ldr d1, [sp, #1536] ldr s2, [sp, #1560] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fsub d0, d0, d1 fcvtzs w8, d0 str w8, [sp, #1560] ldr w8, [sp, #1564] add w8, w8, #1 str w8, [sp, #1564] b LBB0_398 LBB0_394: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #98 cset w8, eq tbnz w8, #0, LBB0_396 b LBB0_395 LBB0_395: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #67 cset w8, ne tbnz w8, #0, LBB0_397 b LBB0_396 LBB0_396: ; in Loop: Header=BB0_388 Depth=3 ldr d0, [sp, #1536] adrp x8, lCPI0_6@PAGE ldr d1, [x8, lCPI0_6@PAGEOFF] fadd d0, d0, d1 str d0, [sp, #1536] ldr d1, [sp, #1536] ldr s2, [sp, #1560] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fsub d0, d0, d1 fcvtzs w8, d0 str w8, [sp, #1560] ldr w8, [sp, #1564] add w8, w8, #1 str w8, [sp, #1564] b LBB0_397 LBB0_397: ; in Loop: Header=BB0_388 Depth=3 b LBB0_398 LBB0_398: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_400 b LBB0_399 LBB0_399: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #67 cset w8, ne tbnz w8, #0, LBB0_401 b LBB0_400 LBB0_400: ; in Loop: Header=BB0_388 Depth=3 ldr d0, [sp, #1536] adrp x8, lCPI0_4@PAGE ldr d1, [x8, lCPI0_4@PAGEOFF] fadd d0, d0, d1 str d0, [sp, #1536] ldr d1, [sp, #1536] ldr s2, [sp, #1560] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fsub d0, d0, d1 fcvtzs w8, d0 str w8, [sp, #1560] ldr w8, [sp, #1564] add w8, w8, #1 str w8, [sp, #1564] b LBB0_401 LBB0_401: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #100 cset w8, eq tbnz w8, #0, LBB0_403 b LBB0_402 LBB0_402: ; in Loop: Header=BB0_388 Depth=3 ldrsb w8, [sp, #1533] subs w8, w8, #68 cset w8, ne tbnz w8, #0, LBB0_404 b LBB0_403 LBB0_403: ; in Loop: Header=BB0_388 Depth=3 ldr d0, [sp, #1536] fmov d1, #0.50000000 fadd d0, d0, d1 str d0, [sp, #1536] ldr d1, [sp, #1536] ldr s2, [sp, #1560] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fsub d0, d0, d1 fcvtzs w8, d0 str w8, [sp, #1560] ldr w8, [sp, #1564] add w8, w8, #1 str w8, [sp, #1564] b LBB0_405 LBB0_404: ; in Loop: Header=BB0_388 Depth=3 adrp x0, l_.str.271@PAGE add x0, x0, l_.str.271@PAGEOFF bl _printf b LBB0_405 LBB0_405: ; in Loop: Header=BB0_388 Depth=3 b LBB0_388 LBB0_406: ; in Loop: Header=BB0_379 Depth=2 add x8, sp, #1536 ldr d0, [sp, #1536] ldr s2, [sp, #1564] ; 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 add x9, sp, #1552 str x9, [sp, #664] ; 8-byte Folded Spill str d0, [sp, #1552] mov x9, sp str x8, [x9] adrp x0, l_.str.272@PAGE add x0, x0, l_.str.272@PAGEOFF bl _printf mov x9, sp add x8, sp, #1560 str x8, [x9] adrp x0, l_.str.273@PAGE add x0, x0, l_.str.273@PAGEOFF bl _printf ldr x8, [sp, #664] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.274@PAGE add x0, x0, l_.str.274@PAGEOFF bl _printf ldr x0, [sp, #1520] bl _fclose b LBB0_409 LBB0_407: b LBB0_408 LBB0_408: adrp x0, l_.str.275@PAGE add x0, x0, l_.str.275@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_409: ; in Loop: Header=BB0_379 Depth=2 b LBB0_379 LBB0_410: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_411: ; in Loop: Header=BB0_1 Depth=1 b LBB0_412 LBB0_412: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_420 b LBB0_413 LBB0_413: ; in Loop: Header=BB0_412 Depth=2 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 bl _monikawelcome adrp x0, l_.str.276@PAGE add x0, x0, l_.str.276@PAGEOFF bl _puts adrp x0, l_.str.277@PAGE add x0, x0, l_.str.277@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #660] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_416 b LBB0_414 LBB0_414: ; in Loop: Header=BB0_412 Depth=2 ldr w8, [sp, #660] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_417 b LBB0_415 LBB0_415: ; in Loop: Header=BB0_412 Depth=2 ldr w8, [sp, #660] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_418 b LBB0_419 LBB0_416: ; in Loop: Header=BB0_412 Depth=2 add x0, sp, #1518 bl _monikacase1 b LBB0_419 LBB0_417: ; in Loop: Header=BB0_412 Depth=2 add x0, sp, #1516 bl _monikacase2 b LBB0_419 LBB0_418: ; in Loop: Header=BB0_412 Depth=2 add x0, sp, #1514 bl _monikacase3 b LBB0_419 LBB0_419: ; in Loop: Header=BB0_412 Depth=2 b LBB0_412 LBB0_420: ; in Loop: Header=BB0_1 Depth=1 b LBB0_421 LBB0_421: ; in Loop: Header=BB0_1 Depth=1 b LBB0_422 LBB0_422: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_433 b LBB0_423 LBB0_423: ; in Loop: Header=BB0_422 Depth=2 adrp x0, l_.str.278@PAGE add x0, x0, l_.str.278@PAGEOFF bl _puts adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _puts adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _puts adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _puts adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _puts adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _puts adrp x0, l_.str.284@PAGE add x0, x0, l_.str.284@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_425 b LBB0_424 LBB0_424: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.285@PAGE add x0, x0, l_.str.285@PAGEOFF bl _puts adrp x0, l_.str.286@PAGE add x0, x0, l_.str.286@PAGEOFF bl _puts b LBB0_433 LBB0_425: ; in Loop: Header=BB0_422 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_427 b LBB0_426 LBB0_426: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.287@PAGE add x0, x0, l_.str.287@PAGEOFF bl _puts b LBB0_433 LBB0_427: ; in Loop: Header=BB0_422 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_429 b LBB0_428 LBB0_428: ; in Loop: Header=BB0_422 Depth=2 adrp x0, l_.str.288@PAGE add x0, x0, l_.str.288@PAGEOFF bl _puts b LBB0_430 LBB0_429: ; in Loop: Header=BB0_422 Depth=2 adrp x0, l_.str.289@PAGE add x0, x0, l_.str.289@PAGEOFF bl _puts b LBB0_430 LBB0_430: ; in Loop: Header=BB0_422 Depth=2 b LBB0_431 LBB0_431: ; in Loop: Header=BB0_422 Depth=2 b LBB0_432 LBB0_432: ; in Loop: Header=BB0_422 Depth=2 b LBB0_422 LBB0_433: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_434: ; in Loop: Header=BB0_1 Depth=1 b LBB0_435 LBB0_435: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_437 b LBB0_436 LBB0_436: ; in Loop: Header=BB0_435 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_435 LBB0_437: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_438: ; in Loop: Header=BB0_1 Depth=1 b LBB0_439 LBB0_439: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_441 b LBB0_440 LBB0_440: ; in Loop: Header=BB0_439 Depth=2 adrp x0, l_.str.291@PAGE add x0, x0, l_.str.291@PAGEOFF bl _puts adrp x0, l_.str.292@PAGE add x0, x0, l_.str.292@PAGEOFF bl _puts adrp x0, l_.str.293@PAGE add x0, x0, l_.str.293@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_439 LBB0_441: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_442: ; in Loop: Header=BB0_1 Depth=1 b LBB0_443 LBB0_443: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_460 b LBB0_444 LBB0_444: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.294@PAGE add x0, x0, l_.str.294@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1504] adrp x0, l_.str.295@PAGE add x0, x0, l_.str.295@PAGEOFF bl _printf ldr x0, [sp, #1504] bl _room19_readFile mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.296@PAGE add x0, x0, l_.str.296@PAGEOFF bl _printf bl _room19_doorDecision str w0, [sp, #2040] ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_458 b LBB0_445 LBB0_445: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.297@PAGE add x0, x0, l_.str.297@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF str x1, [sp, #648] ; 8-byte Folded Spill bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile adrp x0, l_.str.298@PAGE add x0, x0, l_.str.298@PAGEOFF bl _puts mov w0, #4 bl _sleep ldr x1, [sp, #648] ; 8-byte Folded Reload adrp x0, l_.str.299@PAGE add x0, x0, l_.str.299@PAGEOFF bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile adrp x0, l_.str.300@PAGE add x0, x0, l_.str.300@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.301@PAGE add x0, x0, l_.str.301@PAGEOFF bl _printf bl _room19_heroChoice str w0, [sp, #2040] ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_456 b LBB0_446 LBB0_446: ; in Loop: Header=BB0_443 Depth=2 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1420 str x0, [sp, #632] ; 8-byte Folded Spill mov w1, #0 str w1, [sp, #620] ; 4-byte Folded Spill mov x2, #40 str x2, [sp, #624] ; 8-byte Folded Spill bl _memset ldr w1, [sp, #620] ; 4-byte Folded Reload ldr x2, [sp, #624] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1380 str x0, [sp, #640] ; 8-byte Folded Spill bl _memset ldr x8, [sp, #632] ; 8-byte Folded Reload str x8, [sp, #1496] ldr x0, [sp, #1496] bl _room19_criteriaBomb ldr x0, [sp, #1496] bl _room19_getAvg ldr x8, [sp, #640] ; 8-byte Folded Reload str s0, [sp, #1492] str x8, [sp, #1496] ldr x0, [sp, #1496] bl _room19_criteriaBomb ldr x0, [sp, #1496] bl _room19_getAvg str s0, [sp, #1488] ldr s0, [sp, #1488] fcvt d0, s0 fmov d1, #0.75000000 fadd d0, d0, d1 fcvt s0, d0 str s0, [sp, #1488] ldr s0, [sp, #1492] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.302@PAGE add x0, x0, l_.str.302@PAGEOFF bl _printf ldr s0, [sp, #1488] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.303@PAGE add x0, x0, l_.str.303@PAGEOFF bl _printf mov w0, #3 bl _sleep ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_451 b LBB0_447 LBB0_447: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.304@PAGE add x0, x0, l_.str.304@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile mov w0, #6 bl _sleep ldr s0, [sp, #1492] ldr s1, [sp, #1488] fcmp s0, s1 cset w8, lt tbnz w8, #0, LBB0_449 b LBB0_448 LBB0_448: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.305@PAGE add x0, x0, l_.str.305@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile adrp x0, l_.str.306@PAGE add x0, x0, l_.str.306@PAGEOFF bl _printf adrp x8, l___const.main.stringCriteria@PAGE add x8, x8, l___const.main.stringCriteria@PAGEOFF ldr x9, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1360 str x9, [sp, #5456] ldur x8, [x8, #6] stur x8, [x1, #6] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 mov x2, #256 bl ___strcat_chk mov w0, #4 bl _sleep b LBB0_450 LBB0_449: ; in Loop: Header=BB0_443 Depth=2 ldr x0, [sp, #1504] bl _room19_dragonRAWRS adrp x0, l_.str.307@PAGE add x0, x0, l_.str.307@PAGEOFF bl _printf mov w0, #4 str w0, [sp, #616] ; 4-byte Folded Spill bl _sleep ldr x0, [sp, #1504] bl _room19_heroToast adrp x0, l_.str.308@PAGE add x0, x0, l_.str.308@PAGEOFF bl _printf ldr w0, [sp, #616] ; 4-byte Folded Reload bl _sleep ldr x0, [sp, #1504] bl _room19_ending3 adrp x8, l___const.main.stringCriteria.309@PAGE add x8, x8, l___const.main.stringCriteria.309@PAGEOFF ldr x9, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1344 str x9, [sp, #5440] ldur x8, [x8, #7] stur x8, [x1, #7] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 mov x2, #256 bl ___strcat_chk adrp x0, l_.str.310@PAGE add x0, x0, l_.str.310@PAGEOFF bl _printf ldr w0, [sp, #616] ; 4-byte Folded Reload bl _sleep b LBB0_450 LBB0_450: ; in Loop: Header=BB0_443 Depth=2 b LBB0_455 LBB0_451: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.311@PAGE add x0, x0, l_.str.311@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile adrp x0, l_.str.312@PAGE add x0, x0, l_.str.312@PAGEOFF bl _printf mov w0, #4 bl _sleep ldr s0, [sp, #1492] ldr s1, [sp, #1488] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_453 b LBB0_452 LBB0_452: ; in Loop: Header=BB0_443 Depth=2 adrp x0, l_.str.313@PAGE add x0, x0, l_.str.313@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1504] ldr x0, [sp, #1504] bl _room19_readFile adrp x8, l___const.main.stringCriteria.314@PAGE add x8, x8, l___const.main.stringCriteria.314@PAGEOFF ldr q0, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1312 str q0, [sp, #5408] ldrh w8, [x8, #16] strh w8, [sp, #5424] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 mov x2, #256 bl ___strcat_chk adrp x0, l_.str.315@PAGE add x0, x0, l_.str.315@PAGEOFF bl _printf mov w0, #4 bl _sleep b LBB0_454 LBB0_453: ; in Loop: Header=BB0_443 Depth=2 ldr x0, [sp, #1504] bl _room19_dragonRAWRS adrp x0, l_.str.316@PAGE add x0, x0, l_.str.316@PAGEOFF bl _printf mov w0, #4 str w0, [sp, #612] ; 4-byte Folded Spill bl _sleep ldr x0, [sp, #1504] bl _room19_heroToast adrp x0, l_.str.317@PAGE add x0, x0, l_.str.317@PAGEOFF bl _printf ldr w0, [sp, #612] ; 4-byte Folded Reload bl _sleep ldr x0, [sp, #1504] bl _room19_ending3 adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _printf adrp x8, l___const.main.stringCriteria.319@PAGE add x8, x8, l___const.main.stringCriteria.319@PAGEOFF ldr x9, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1296 str x9, [sp, #5392] ldur x8, [x8, #5] stur x8, [x1, #5] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 mov x2, #256 bl ___strcat_chk ldr w0, [sp, #612] ; 4-byte Folded Reload bl _sleep b LBB0_454 LBB0_454: ; in Loop: Header=BB0_443 Depth=2 b LBB0_455 LBB0_455: ; in Loop: Header=BB0_443 Depth=2 mov w8, #99 str w8, [sp, #2040] b LBB0_457 LBB0_456: ; in Loop: Header=BB0_443 Depth=2 ldr x0, [sp, #1504] bl _room19_dragonRAWRS mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #600] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.320@PAGE add x0, x0, l_.str.320@PAGEOFF bl _printf mov w0, #4 str w0, [sp, #596] ; 4-byte Folded Spill bl _sleep ldr x0, [sp, #1504] bl _room19_heroToast adrp x0, l_.str.321@PAGE add x0, x0, l_.str.321@PAGEOFF bl _puts ldr w0, [sp, #596] ; 4-byte Folded Reload bl _sleep ldr x0, [sp, #1504] bl _room19_ending3 ldr x8, [sp, #600] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.322@PAGE add x0, x0, l_.str.322@PAGEOFF bl _printf ldr w0, [sp, #596] ; 4-byte Folded Reload bl _sleep ldr x0, [sp, #600] ; 8-byte Folded Reload adrp x8, l___const.main.stringCriteria.323@PAGE add x8, x8, l___const.main.stringCriteria.323@PAGEOFF ldr q0, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1264 str q0, [sp, #5360] ldrh w8, [x8, #16] strh w8, [sp, #5376] mov x2, #256 bl ___strcat_chk b LBB0_457 LBB0_457: ; in Loop: Header=BB0_443 Depth=2 b LBB0_459 LBB0_458: ; in Loop: Header=BB0_443 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #584] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.324@PAGE add x0, x0, l_.str.324@PAGEOFF bl _printf ldr x0, [sp, #584] ; 8-byte Folded Reload adrp x8, l___const.main.stringCriteria.325@PAGE add x8, x8, l___const.main.stringCriteria.325@PAGEOFF ldr q0, [x8] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1232 str q0, [sp, #5328] ldrh w8, [x8, #16] strh w8, [sp, #5344] mov x2, #256 bl ___strcat_chk b LBB0_459 LBB0_459: ; in Loop: Header=BB0_443 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.326@PAGE add x0, x0, l_.str.326@PAGEOFF bl _printf ldr x0, [sp, #1504] bl _fclose b LBB0_443 LBB0_460: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_461: ; in Loop: Header=BB0_1 Depth=1 b LBB0_462 LBB0_462: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_501 Depth 3 ; Child Loop BB0_492 Depth 3 ; Child Loop BB0_485 Depth 3 ; Child Loop BB0_473 Depth 3 ; Child Loop BB0_478 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_538 b LBB0_463 LBB0_463: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.327@PAGE add x0, x0, l_.str.327@PAGEOFF bl _puts bl _patrickInitialPrompt mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_469 b LBB0_464 LBB0_464: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _puts adrp x0, l_.str.329@PAGE add x0, x0, l_.str.329@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #580] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_466 b LBB0_465 LBB0_465: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #580] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_467 b LBB0_468 LBB0_466: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.330@PAGE add x0, x0, l_.str.330@PAGEOFF bl _puts b LBB0_468 LBB0_467: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.331@PAGE add x0, x0, l_.str.331@PAGEOFF bl _puts b LBB0_468 LBB0_468: ; in Loop: Header=BB0_462 Depth=2 b LBB0_537 LBB0_469: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_471 b LBB0_470 LBB0_470: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.332@PAGE add x0, x0, l_.str.332@PAGEOFF bl _puts b LBB0_536 LBB0_471: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_482 b LBB0_472 LBB0_472: ; in Loop: Header=BB0_462 Depth=2 movi d0, #0000000000000000 str s0, [sp, #1476] adrp x0, l_.str.333@PAGE add x0, x0, l_.str.333@PAGEOFF bl _puts adrp x0, l_.str.334@PAGE add x0, x0, l_.str.334@PAGEOFF bl _puts adrp x0, l_.str.335@PAGE add x0, x0, l_.str.335@PAGEOFF bl _printf mov x9, sp add x8, sp, #1480 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_473 LBB0_473: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_462 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1480] subs w8, w8, #10 cset w8, gt mov w9, #1 str w9, [sp, #576] ; 4-byte Folded Spill tbnz w8, #0, LBB0_475 b LBB0_474 LBB0_474: ; in Loop: Header=BB0_473 Depth=3 ldr w8, [sp, #1480] subs w8, w8, #1 cset w8, lt str w8, [sp, #576] ; 4-byte Folded Spill b LBB0_475 LBB0_475: ; in Loop: Header=BB0_473 Depth=3 ldr w8, [sp, #576] ; 4-byte Folded Reload tbz w8, #0, LBB0_477 b LBB0_476 LBB0_476: ; in Loop: Header=BB0_473 Depth=3 adrp x0, l_.str.336@PAGE add x0, x0, l_.str.336@PAGEOFF bl _printf adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf mov x9, sp add x8, sp, #1480 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_473 LBB0_477: ; in Loop: Header=BB0_462 Depth=2 str wzr, [sp, #1484] b LBB0_478 LBB0_478: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_462 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1484] ldr w9, [sp, #1480] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_481 b LBB0_479 LBB0_479: ; in Loop: Header=BB0_478 Depth=3 ldr w8, [sp, #1484] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.338@PAGE add x0, x0, l_.str.338@PAGEOFF bl _printf ldrsw x9, [sp, #1484] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1192 str x8, [sp, #568] ; 8-byte Folded Spill add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.127@PAGE add x0, x0, l_.str.127@PAGEOFF bl _scanf ldr x8, [sp, #568] ; 8-byte Folded Reload ldrsw x9, [sp, #1484] ldr s1, [x8, x9, lsl #2] ldr s0, [sp, #1476] fadd s0, s0, s1 str s0, [sp, #1476] b LBB0_480 LBB0_480: ; in Loop: Header=BB0_478 Depth=3 ldr w8, [sp, #1484] add w8, w8, #1 str w8, [sp, #1484] b LBB0_478 LBB0_481: ; in Loop: Header=BB0_462 Depth=2 ldr s0, [sp, #1476] ldr s1, [sp, #1480] scvtf s1, s1 fdiv s0, s0, s1 str s0, [sp, #1472] ldr s0, [sp, #1472] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.339@PAGE add x0, x0, l_.str.339@PAGEOFF bl _printf b LBB0_535 LBB0_482: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_512 b LBB0_483 LBB0_483: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.340@PAGE add x0, x0, l_.str.340@PAGEOFF bl _puts adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _puts adrp x0, l_.str.342@PAGE add x0, x0, l_.str.342@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_489 b LBB0_484 LBB0_484: ; in Loop: Header=BB0_462 Depth=2 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand str wzr, [sp, #1468] b LBB0_485 LBB0_485: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_462 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1468] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB0_488 b LBB0_486 LBB0_486: ; in Loop: Header=BB0_485 Depth=3 bl _rand mov w9, #101 sdiv w8, w0, w9 mul w8, w8, w9 subs w10, w0, w8 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.343@PAGE add x0, x0, l_.str.343@PAGEOFF bl _printf adrp x0, l_.str.344@PAGE add x0, x0, l_.str.344@PAGEOFF bl _printf b LBB0_487 LBB0_487: ; in Loop: Header=BB0_485 Depth=3 ldr w8, [sp, #1468] add w8, w8, #1 str w8, [sp, #1468] b LBB0_485 LBB0_488: ; in Loop: Header=BB0_462 Depth=2 b LBB0_511 LBB0_489: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_510 b LBB0_490 LBB0_490: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.345@PAGE add x0, x0, l_.str.345@PAGEOFF bl _printf adrp x0, l_.str.346@PAGE add x0, x0, l_.str.346@PAGEOFF bl _puts adrp x0, l_.str.347@PAGE add x0, x0, l_.str.347@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_499 b LBB0_491 LBB0_491: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.348@PAGE add x0, x0, l_.str.348@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1167 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #1464] b LBB0_492 LBB0_492: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_462 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x9, [sp, #1464] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1167 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_498 b LBB0_493 LBB0_493: ; in Loop: Header=BB0_492 Depth=3 ldrsw x9, [sp, #1464] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1167 ldrsb w8, [x8, x9] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB0_496 b LBB0_494 LBB0_494: ; in Loop: Header=BB0_492 Depth=3 ldrsw x9, [sp, #1464] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1167 ldrsb w8, [x8, x9] subs w8, w8, #90 cset w8, gt tbnz w8, #0, LBB0_496 b LBB0_495 LBB0_495: ; in Loop: Header=BB0_492 Depth=3 ldrsw x8, [sp, #1464] add x9, sp, #1, lsl #12 ; =4096 add x9, x9, #1167 ldrsb w8, [x9, x8] add w8, w8, #32 ldrsw x10, [sp, #1464] strb w8, [x9, x10] b LBB0_496 LBB0_496: ; in Loop: Header=BB0_492 Depth=3 b LBB0_497 LBB0_497: ; in Loop: Header=BB0_492 Depth=3 ldr w8, [sp, #1464] add w8, w8, #1 str w8, [sp, #1464] b LBB0_492 LBB0_498: ; in Loop: Header=BB0_462 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1167 str x8, [x9] adrp x0, l_.str.349@PAGE add x0, x0, l_.str.349@PAGEOFF bl _printf adrp x0, l_.str.350@PAGE add x0, x0, l_.str.350@PAGEOFF bl _puts b LBB0_509 LBB0_499: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_508 b LBB0_500 LBB0_500: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.351@PAGE add x0, x0, l_.str.351@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1142 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #1460] b LBB0_501 LBB0_501: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_462 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x9, [sp, #1460] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1142 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_507 b LBB0_502 LBB0_502: ; in Loop: Header=BB0_501 Depth=3 ldrsw x9, [sp, #1460] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1142 ldrsb w8, [x8, x9] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB0_505 b LBB0_503 LBB0_503: ; in Loop: Header=BB0_501 Depth=3 ldrsw x9, [sp, #1460] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1142 ldrsb w8, [x8, x9] subs w8, w8, #122 cset w8, gt tbnz w8, #0, LBB0_505 b LBB0_504 LBB0_504: ; in Loop: Header=BB0_501 Depth=3 ldrsw x8, [sp, #1460] add x9, sp, #1, lsl #12 ; =4096 add x9, x9, #1142 ldrsb w8, [x9, x8] subs w8, w8, #32 ldrsw x10, [sp, #1460] strb w8, [x9, x10] b LBB0_505 LBB0_505: ; in Loop: Header=BB0_501 Depth=3 b LBB0_506 LBB0_506: ; in Loop: Header=BB0_501 Depth=3 ldr w8, [sp, #1460] add w8, w8, #1 str w8, [sp, #1460] b LBB0_501 LBB0_507: ; in Loop: Header=BB0_462 Depth=2 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #1142 str x8, [x9] adrp x0, l_.str.352@PAGE add x0, x0, l_.str.352@PAGEOFF bl _printf adrp x0, l_.str.353@PAGE add x0, x0, l_.str.353@PAGEOFF bl _puts b LBB0_508 LBB0_508: ; in Loop: Header=BB0_462 Depth=2 b LBB0_509 LBB0_509: ; in Loop: Header=BB0_462 Depth=2 b LBB0_510 LBB0_510: ; in Loop: Header=BB0_462 Depth=2 b LBB0_511 LBB0_511: ; in Loop: Header=BB0_462 Depth=2 b LBB0_534 LBB0_512: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_533 b LBB0_513 LBB0_513: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.354@PAGE add x0, x0, l_.str.354@PAGEOFF bl _printf adrp x0, l_.str.355@PAGE add x0, x0, l_.str.355@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_517 b LBB0_514 LBB0_514: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.356@PAGE add x0, x0, l_.str.356@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #1448] ldr x8, [sp, #1448] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_516 b LBB0_515 LBB0_515: adrp x0, l_.str.357@PAGE add x0, x0, l_.str.357@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_516: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.358@PAGE add x0, x0, l_.str.358@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #892 str x8, [sp, #560] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _scanf ldr x8, [sp, #984] ; 8-byte Folded Reload ldr x0, [sp, #560] ; 8-byte Folded Reload ldr x2, [x8] mov w1, #250 bl _fgets ldr x8, [sp, #560] ; 8-byte Folded Reload ldr x0, [sp, #1448] mov x9, sp str x8, [x9] adrp x1, l_.str.359@PAGE add x1, x1, l_.str.359@PAGEOFF bl _fprintf ldr x0, [sp, #1448] bl _fclose b LBB0_532 LBB0_517: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_521 b LBB0_518 LBB0_518: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.356@PAGE add x0, x0, l_.str.356@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #1448] ldr x8, [sp, #1448] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_520 b LBB0_519 LBB0_519: adrp x0, l_.str.361@PAGE add x0, x0, l_.str.361@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_520: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.362@PAGE add x0, x0, l_.str.362@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #892 str x8, [sp, #552] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _scanf ldr x8, [sp, #984] ; 8-byte Folded Reload ldr x0, [sp, #552] ; 8-byte Folded Reload ldr x2, [x8] mov w1, #250 bl _fgets ldr x8, [sp, #552] ; 8-byte Folded Reload ldr x0, [sp, #1448] mov x9, sp str x8, [x9] adrp x1, l_.str.363@PAGE add x1, x1, l_.str.363@PAGEOFF bl _fprintf ldr x0, [sp, #1448] bl _fclose b LBB0_531 LBB0_521: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_525 b LBB0_522 LBB0_522: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.356@PAGE add x0, x0, l_.str.356@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #1448] ldr x8, [sp, #1448] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_524 b LBB0_523 LBB0_523: adrp x0, l_.str.357@PAGE add x0, x0, l_.str.357@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_524: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.364@PAGE add x0, x0, l_.str.364@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #892 str x8, [sp, #544] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _scanf ldr x8, [sp, #984] ; 8-byte Folded Reload ldr x0, [sp, #544] ; 8-byte Folded Reload ldr x2, [x8] mov w1, #250 bl _fgets ldr x8, [sp, #544] ; 8-byte Folded Reload ldr x0, [sp, #1448] mov x9, sp str x8, [x9] adrp x1, l_.str.363@PAGE add x1, x1, l_.str.363@PAGEOFF bl _fprintf ldr x0, [sp, #1448] bl _fclose b LBB0_530 LBB0_525: ; in Loop: Header=BB0_462 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_529 b LBB0_526 LBB0_526: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.356@PAGE add x0, x0, l_.str.356@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #1448] ldr x8, [sp, #1448] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_528 b LBB0_527 LBB0_527: adrp x0, l_.str.357@PAGE add x0, x0, l_.str.357@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_528: ; in Loop: Header=BB0_462 Depth=2 adrp x0, l_.str.365@PAGE add x0, x0, l_.str.365@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #892 str x8, [sp, #536] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _scanf ldr x8, [sp, #984] ; 8-byte Folded Reload ldr x0, [sp, #536] ; 8-byte Folded Reload ldr x2, [x8] mov w1, #250 bl _fgets ldr x8, [sp, #536] ; 8-byte Folded Reload ldr x0, [sp, #1448] mov x9, sp str x8, [x9] adrp x1, l_.str.363@PAGE add x1, x1, l_.str.363@PAGEOFF bl _fprintf ldr x0, [sp, #1448] bl _fclose b LBB0_529 LBB0_529: ; in Loop: Header=BB0_462 Depth=2 b LBB0_530 LBB0_530: ; in Loop: Header=BB0_462 Depth=2 b LBB0_531 LBB0_531: ; in Loop: Header=BB0_462 Depth=2 b LBB0_532 LBB0_532: ; in Loop: Header=BB0_462 Depth=2 b LBB0_533 LBB0_533: ; in Loop: Header=BB0_462 Depth=2 b LBB0_534 LBB0_534: ; in Loop: Header=BB0_462 Depth=2 b LBB0_535 LBB0_535: ; in Loop: Header=BB0_462 Depth=2 b LBB0_536 LBB0_536: ; in Loop: Header=BB0_462 Depth=2 b LBB0_537 LBB0_537: ; in Loop: Header=BB0_462 Depth=2 b LBB0_462 LBB0_538: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_539: ; in Loop: Header=BB0_1 Depth=1 b LBB0_540 LBB0_540: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_548 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_602 b LBB0_541 LBB0_541: ; in Loop: Header=BB0_540 Depth=2 str wzr, [sp, #1444] mov w8, #1 str w8, [sp, #1440] str wzr, [sp, #1436] str wzr, [sp, #1432] str wzr, [sp, #1428] str wzr, [sp, #1424] str wzr, [sp, #1420] str wzr, [sp, #1416] movi d0, #0000000000000000 str d0, [sp, #1408] fmov d1, #21.00000000 str d1, [sp, #1400] fmov d1, #10.00000000 str d1, [sp, #1392] fmov d1, #15.00000000 str d1, [sp, #1384] fmov d1, #25.00000000 str d1, [sp, #1376] str d0, [sp, #1368] mov w8, #120 strb w8, [sp, #1359] adrp x8, l___const.main.string@PAGE add x8, x8, l___const.main.string@PAGEOFF ldr x9, [x8] str x9, [sp, #4968] ldrh w8, [x8, #8] strh w8, [sp, #4976] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #882 str x8, [sp, #1344] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.366@PAGE add x0, x0, l_.str.366@PAGEOFF bl _puts adrp x0, l_.str.367@PAGE add x0, x0, l_.str.367@PAGEOFF bl _puts adrp x0, l_.str.368@PAGE add x0, x0, l_.str.368@PAGEOFF bl _puts adrp x0, l_.str.369@PAGE add x0, x0, l_.str.369@PAGEOFF bl _puts adrp x0, l_.str.370@PAGE add x0, x0, l_.str.370@PAGEOFF bl _puts ldr w0, [sp, #1444] ldr w1, [sp, #1436] bl _Coinflip21 str w0, [sp, #1432] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.371@PAGE add x0, x0, l_.str.371@PAGEOFF bl _printf adrp x0, l_.str.372@PAGE add x0, x0, l_.str.372@PAGEOFF bl _puts adrp x0, l_.str.373@PAGE add x0, x0, l_.str.373@PAGEOFF bl _puts adrp x0, l_.str.374@PAGE add x0, x0, l_.str.374@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #532] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_543 b LBB0_542 LBB0_542: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #532] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_586 b LBB0_600 LBB0_543: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #1432] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_584 b LBB0_544 LBB0_544: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.375@PAGE add x0, x0, l_.str.375@PAGEOFF bl _printf bl _codeH adrp x0, l_.str.376@PAGE add x0, x0, l_.str.376@PAGEOFF bl _puts adrp x0, l_.str.377@PAGE add x0, x0, l_.str.377@PAGEOFF bl _puts adrp x0, l_.str.378@PAGE add x0, x0, l_.str.378@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #528] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_547 b LBB0_545 LBB0_545: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #528] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_580 b LBB0_546 LBB0_546: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #528] ; 4-byte Folded Reload subs w8, w8, #21 cset w8, eq tbnz w8, #0, LBB0_581 b LBB0_582 LBB0_547: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.379@PAGE add x0, x0, l_.str.379@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.380@PAGE add x0, x0, l_.str.380@PAGEOFF bl _printf adrp x0, l_.str.381@PAGE add x0, x0, l_.str.381@PAGEOFF bl _puts adrp x0, l_.str.382@PAGE add x0, x0, l_.str.382@PAGEOFF bl _puts adrp x0, l_.str.383@PAGE add x0, x0, l_.str.383@PAGEOFF bl _puts adrp x0, l_.str.384@PAGE add x0, x0, l_.str.384@PAGEOFF bl _puts adrp x0, l_.str.385@PAGE add x0, x0, l_.str.385@PAGEOFF bl _puts str wzr, [sp, #2060] b LBB0_548 LBB0_548: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_540 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2060] ldr w9, [sp, #1440] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_579 b LBB0_549 LBB0_549: ; in Loop: Header=BB0_548 Depth=3 mov x9, sp add x8, sp, #1359 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldrsb w8, [sp, #1359] subs w8, w8, #65 ; kill: def $x8 killed $w8 str x8, [sp, #520] ; 8-byte Folded Spill subs x8, x8, #50 cset w8, hi tbnz w8, #0, LBB0_576 ; %bb.550: ; in Loop: Header=BB0_548 Depth=3 ldr x11, [sp, #520] ; 8-byte Folded Reload adrp x10, lJTI0_6@PAGE add x10, x10, lJTI0_6@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_551: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1424] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_553 b LBB0_552 LBB0_552: ; in Loop: Header=BB0_548 Depth=3 fmov d0, #21.00000000 str d0, [sp, #1400] ldr d0, [sp, #1400] mov x8, sp str d0, [x8] adrp x0, l_.str.386@PAGE add x0, x0, l_.str.386@PAGEOFF bl _printf ldr d0, [sp, #1400] ldr d1, [sp, #1408] fadd d0, d0, d1 str d0, [sp, #1408] ldr d0, [sp, #1368] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1368] ldr w8, [sp, #1424] add w8, w8, #1 str w8, [sp, #1424] ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_553: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1424] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_555 b LBB0_554 LBB0_554: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1400] mov x8, sp str d0, [x8] adrp x0, l_.str.387@PAGE add x0, x0, l_.str.387@PAGEOFF bl _printf ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_555: ; in Loop: Header=BB0_548 Depth=3 b LBB0_556 LBB0_556: ; in Loop: Header=BB0_548 Depth=3 b LBB0_557 LBB0_557: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1420] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_559 b LBB0_558 LBB0_558: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1392] mov x8, sp str d0, [x8] adrp x0, l_.str.388@PAGE add x0, x0, l_.str.388@PAGEOFF bl _printf ldr d0, [sp, #1392] ldr d1, [sp, #1408] fadd d0, d0, d1 str d0, [sp, #1408] ldr w8, [sp, #1420] add w8, w8, #1 str w8, [sp, #1420] ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] ldr d0, [sp, #1368] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1368] b LBB0_577 LBB0_559: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1420] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_561 b LBB0_560 LBB0_560: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1392] mov x8, sp str d0, [x8] adrp x0, l_.str.389@PAGE add x0, x0, l_.str.389@PAGEOFF bl _printf ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_561: ; in Loop: Header=BB0_548 Depth=3 b LBB0_562 LBB0_562: ; in Loop: Header=BB0_548 Depth=3 b LBB0_563 LBB0_563: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1428] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_565 b LBB0_564 LBB0_564: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1376] mov x8, sp str d0, [x8] adrp x0, l_.str.390@PAGE add x0, x0, l_.str.390@PAGEOFF bl _printf ldr d0, [sp, #1376] ldr d1, [sp, #1408] fadd d0, d0, d1 str d0, [sp, #1408] ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] ldr w8, [sp, #1428] add w8, w8, #1 str w8, [sp, #1428] ldr d0, [sp, #1368] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1368] b LBB0_577 LBB0_565: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1428] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_567 b LBB0_566 LBB0_566: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1376] mov x8, sp str d0, [x8] adrp x0, l_.str.391@PAGE add x0, x0, l_.str.391@PAGEOFF bl _printf ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_567: ; in Loop: Header=BB0_548 Depth=3 b LBB0_568 LBB0_568: ; in Loop: Header=BB0_548 Depth=3 b LBB0_569 LBB0_569: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1416] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_571 b LBB0_570 LBB0_570: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1384] mov x8, sp str d0, [x8] adrp x0, l_.str.390@PAGE add x0, x0, l_.str.390@PAGEOFF bl _printf ldr d0, [sp, #1384] ldr d1, [sp, #1408] fadd d0, d0, d1 str d0, [sp, #1408] ldr w8, [sp, #1416] add w8, w8, #1 str w8, [sp, #1416] ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] ldr d0, [sp, #1368] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #1368] b LBB0_577 LBB0_571: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1416] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_573 b LBB0_572 LBB0_572: ; in Loop: Header=BB0_548 Depth=3 ldr d0, [sp, #1384] mov x8, sp str d0, [x8] adrp x0, l_.str.392@PAGE add x0, x0, l_.str.392@PAGEOFF bl _printf ldr w8, [sp, #1440] add w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_573: ; in Loop: Header=BB0_548 Depth=3 b LBB0_574 LBB0_574: ; in Loop: Header=BB0_548 Depth=3 b LBB0_575 LBB0_575: ; in Loop: Header=BB0_548 Depth=3 adrp x0, l_.str.393@PAGE add x0, x0, l_.str.393@PAGEOFF bl _puts ldr d0, [sp, #1408] ldr d1, [sp, #1368] fdiv d0, d0, d1 str d0, [sp, #1360] ldr d0, [sp, #1360] mov x9, sp str d0, [x9] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9, #8] adrp x0, l_.str.394@PAGE add x0, x0, l_.str.394@PAGEOFF bl _printf adrp x0, l_.str.395@PAGE add x0, x0, l_.str.395@PAGEOFF bl _puts adrp x0, l_.str.396@PAGE add x0, x0, l_.str.396@PAGEOFF bl _puts adrp x0, l_.str.397@PAGE add x0, x0, l_.str.397@PAGEOFF bl _puts adrp x0, l_.str.398@PAGE add x0, x0, l_.str.398@PAGEOFF bl _puts adrp x0, l_.str.399@PAGE add x0, x0, l_.str.399@PAGEOFF bl _puts b LBB0_577 LBB0_576: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #1440] subs w8, w8, #1 str w8, [sp, #1440] b LBB0_577 LBB0_577: ; in Loop: Header=BB0_548 Depth=3 b LBB0_578 LBB0_578: ; in Loop: Header=BB0_548 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_548 LBB0_579: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.400@PAGE add x0, x0, l_.str.400@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_580 LBB0_580: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.401@PAGE add x0, x0, l_.str.401@PAGEOFF bl _puts adrp x0, l_.str.402@PAGE add x0, x0, l_.str.402@PAGEOFF bl _puts adrp x0, l_.str.403@PAGE add x0, x0, l_.str.403@PAGEOFF bl _puts b LBB0_583 LBB0_581: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.404@PAGE add x0, x0, l_.str.404@PAGEOFF bl _puts adrp x0, l_.str.405@PAGE add x0, x0, l_.str.405@PAGEOFF bl _puts adrp x0, l_.str.406@PAGE add x0, x0, l_.str.406@PAGEOFF bl _puts b LBB0_583 LBB0_582: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.407@PAGE add x0, x0, l_.str.407@PAGEOFF bl _puts adrp x0, l_.str.408@PAGE add x0, x0, l_.str.408@PAGEOFF bl _puts adrp x0, l_.str.409@PAGE add x0, x0, l_.str.409@PAGEOFF bl _puts adrp x0, l_.str.410@PAGE add x0, x0, l_.str.410@PAGEOFF bl _puts adrp x0, l_.str.411@PAGE add x0, x0, l_.str.411@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_583 LBB0_583: ; in Loop: Header=BB0_540 Depth=2 b LBB0_585 LBB0_584: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.412@PAGE add x0, x0, l_.str.412@PAGEOFF bl _puts adrp x0, l_.str.413@PAGE add x0, x0, l_.str.413@PAGEOFF bl _puts adrp x0, l_.str.414@PAGE add x0, x0, l_.str.414@PAGEOFF bl _puts adrp x0, l_.str.415@PAGE add x0, x0, l_.str.415@PAGEOFF bl _puts b LBB0_585 LBB0_585: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.416@PAGE add x0, x0, l_.str.416@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_601 LBB0_586: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #1432] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_598 b LBB0_587 LBB0_587: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.417@PAGE add x0, x0, l_.str.417@PAGEOFF bl _printf bl _codeT adrp x0, l_.str.418@PAGE add x0, x0, l_.str.418@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #882 str x8, [sp, #512] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.419@PAGE add x0, x0, l_.str.419@PAGEOFF bl _scanf ldr x1, [sp, #512] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #872 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_596 b LBB0_588 LBB0_588: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.420@PAGE add x0, x0, l_.str.420@PAGEOFF bl _printf adrp x0, l_.str.421@PAGE add x0, x0, l_.str.421@PAGEOFF bl _printf adrp x0, l_.str.422@PAGE add x0, x0, l_.str.422@PAGEOFF bl _puts adrp x0, l_.str.423@PAGE add x0, x0, l_.str.423@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #508] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_591 b LBB0_589 LBB0_589: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #508] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_592 b LBB0_590 LBB0_590: ; in Loop: Header=BB0_540 Depth=2 ldr w8, [sp, #508] ; 4-byte Folded Reload subs w8, w8, #25 cset w8, eq tbnz w8, #0, LBB0_593 b LBB0_594 LBB0_591: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.424@PAGE add x0, x0, l_.str.424@PAGEOFF bl _puts adrp x0, l_.str.425@PAGE add x0, x0, l_.str.425@PAGEOFF bl _puts adrp x0, l_.str.426@PAGE add x0, x0, l_.str.426@PAGEOFF bl _puts b LBB0_595 LBB0_592: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _puts adrp x0, l_.str.428@PAGE add x0, x0, l_.str.428@PAGEOFF bl _puts b LBB0_595 LBB0_593: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.429@PAGE add x0, x0, l_.str.429@PAGEOFF bl _puts adrp x0, l_.str.430@PAGE add x0, x0, l_.str.430@PAGEOFF bl _puts adrp x0, l_.str.431@PAGE add x0, x0, l_.str.431@PAGEOFF bl _puts adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _puts b LBB0_595 LBB0_594: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.433@PAGE add x0, x0, l_.str.433@PAGEOFF bl _puts b LBB0_595 LBB0_595: ; in Loop: Header=BB0_540 Depth=2 b LBB0_597 LBB0_596: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf b LBB0_597 LBB0_597: ; in Loop: Header=BB0_540 Depth=2 b LBB0_599 LBB0_598: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _puts adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _puts adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _puts adrp x0, l_.str.440@PAGE add x0, x0, l_.str.440@PAGEOFF bl _puts adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _puts adrp x0, l_.str.442@PAGE add x0, x0, l_.str.442@PAGEOFF bl _puts adrp x0, l_.str.425@PAGE add x0, x0, l_.str.425@PAGEOFF bl _puts adrp x0, l_.str.443@PAGE add x0, x0, l_.str.443@PAGEOFF bl _puts b LBB0_599 LBB0_599: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.444@PAGE add x0, x0, l_.str.444@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_601 LBB0_600: ; in Loop: Header=BB0_540 Depth=2 adrp x0, l_.str.445@PAGE add x0, x0, l_.str.445@PAGEOFF bl _printf adrp x0, l_.str.446@PAGE add x0, x0, l_.str.446@PAGEOFF bl _puts adrp x0, l_.str.425@PAGE add x0, x0, l_.str.425@PAGEOFF bl _puts adrp x0, l_.str.447@PAGE add x0, x0, l_.str.447@PAGEOFF bl _puts adrp x0, l_.str.448@PAGE add x0, x0, l_.str.448@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_601 LBB0_601: ; in Loop: Header=BB0_540 Depth=2 b LBB0_540 LBB0_602: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_603: ; in Loop: Header=BB0_1 Depth=1 b LBB0_604 LBB0_604: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_606 b LBB0_605 LBB0_605: ; in Loop: Header=BB0_604 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_604 LBB0_606: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_607: ; in Loop: Header=BB0_1 Depth=1 b LBB0_608 LBB0_608: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_616 b LBB0_609 LBB0_609: adrp x0, l_.str.449@PAGE add x0, x0, l_.str.449@PAGEOFF bl _puts adrp x0, l_.str.450@PAGE add x0, x0, l_.str.450@PAGEOFF bl _puts adrp x0, l_.str.451@PAGE add x0, x0, l_.str.451@PAGEOFF bl _puts adrp x0, l_.str.452@PAGE add x0, x0, l_.str.452@PAGEOFF bl _puts adrp x0, l_.str.453@PAGE add x0, x0, l_.str.453@PAGEOFF bl _puts adrp x0, l_.str.454@PAGE add x0, x0, l_.str.454@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #504] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_612 b LBB0_610 LBB0_610: ldr w8, [sp, #504] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_613 b LBB0_611 LBB0_611: ldr w8, [sp, #504] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_614 b LBB0_615 LBB0_612: adrp x0, l_.str.455@PAGE add x0, x0, l_.str.455@PAGEOFF bl _puts adrp x0, l_.str.456@PAGE add x0, x0, l_.str.456@PAGEOFF bl _puts mov w8, #100 str w8, [sp, #2072] str w8, [sp, #2068] mov w8, #1 str w8, [sp, #2076] ldr w0, [sp, #2072] ldr w1, [sp, #2068] ldr w2, [sp, #2076] bl _dpsCalc str w0, [sp, #2064] ldr w0, [sp, #2064] ldr w1, [sp, #2076] bl _printResults b LBB0_615 LBB0_613: adrp x0, l_.str.457@PAGE add x0, x0, l_.str.457@PAGEOFF bl _puts adrp x0, l_.str.458@PAGE add x0, x0, l_.str.458@PAGEOFF bl _puts mov w8, #100 str w8, [sp, #2072] str w8, [sp, #2068] mov w8, #2 str w8, [sp, #2076] ldr w0, [sp, #2072] ldr w1, [sp, #2068] ldr w2, [sp, #2076] bl _dpsCalc str w0, [sp, #2064] ldr w0, [sp, #2064] ldr w1, [sp, #2076] bl _printResults b LBB0_615 LBB0_614: adrp x0, l_.str.459@PAGE add x0, x0, l_.str.459@PAGEOFF bl _printf adrp x0, l_.str.460@PAGE add x0, x0, l_.str.460@PAGEOFF bl _printf adrp x0, l_.str.461@PAGE add x0, x0, l_.str.461@PAGEOFF bl _printf ldr x8, [sp, #984] ; 8-byte Folded Reload ldr x2, [x8] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2584 str x0, [sp, #496] ; 8-byte Folded Spill mov w1, #256 str w1, [sp, #492] ; 4-byte Folded Spill bl _fgets ldr x8, [sp, #984] ; 8-byte Folded Reload ldr w1, [sp, #492] ; 4-byte Folded Reload ldr x0, [sp, #496] ; 8-byte Folded Reload ldr x2, [x8] bl _fgets ldr x0, [sp, #2032] bl _wordGame b LBB0_615 LBB0_615: adrp x0, l_.str.462@PAGE add x0, x0, l_.str.462@PAGEOFF bl _puts mov w0, #0 bl _exit LBB0_616: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_617: ; in Loop: Header=BB0_1 Depth=1 b LBB0_618 LBB0_618: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_633 b LBB0_619 LBB0_619: ; in Loop: Header=BB0_618 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts adrp x0, l_.str.463@PAGE add x0, x0, l_.str.463@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf add x8, sp, #1340 str x8, [sp, #480] ; 8-byte Folded Spill str wzr, [sp, #1340] bl _urGuess mov x8, x0 ldr x0, [sp, #480] ; 8-byte Folded Reload str w8, [sp, #1336] ldr w1, [sp, #1336] bl _Anumber str w0, [sp, #1332] ldr w8, [sp, #1332] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_622 b LBB0_620 LBB0_620: ; in Loop: Header=BB0_618 Depth=2 ldr w8, [sp, #1332] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_622 b LBB0_621 LBB0_621: ; in Loop: Header=BB0_618 Depth=2 adrp x0, l_.str.464@PAGE add x0, x0, l_.str.464@PAGEOFF bl _puts b LBB0_632 LBB0_622: ; in Loop: Header=BB0_618 Depth=2 ldr w8, [sp, #1332] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_624 b LBB0_623 LBB0_623: ; in Loop: Header=BB0_618 Depth=2 adrp x0, l_.str.465@PAGE add x0, x0, l_.str.465@PAGEOFF bl _puts b LBB0_631 LBB0_624: ; in Loop: Header=BB0_618 Depth=2 ldr w8, [sp, #1332] subs w8, w8, #11 cset w8, lt tbnz w8, #0, LBB0_627 b LBB0_625 LBB0_625: ; in Loop: Header=BB0_618 Depth=2 ldr w8, [sp, #1332] subs w8, w8, #98 cset w8, gt tbnz w8, #0, LBB0_627 b LBB0_626 LBB0_626: ; in Loop: Header=BB0_618 Depth=2 adrp x0, l_.str.466@PAGE add x0, x0, l_.str.466@PAGEOFF bl _puts b LBB0_630 LBB0_627: ; in Loop: Header=BB0_618 Depth=2 ldr w8, [sp, #1332] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_629 b LBB0_628 LBB0_628: ; in Loop: Header=BB0_1 Depth=1 b LBB0_633 LBB0_629: ; in Loop: Header=BB0_618 Depth=2 b LBB0_630 LBB0_630: ; in Loop: Header=BB0_618 Depth=2 b LBB0_631 LBB0_631: ; in Loop: Header=BB0_618 Depth=2 b LBB0_632 LBB0_632: ; in Loop: Header=BB0_618 Depth=2 b LBB0_618 LBB0_633: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_634: ; in Loop: Header=BB0_1 Depth=1 b LBB0_635 LBB0_635: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_641 b LBB0_636 LBB0_636: ; in Loop: Header=BB0_635 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts adrp x0, l_.str.467@PAGE add x0, x0, l_.str.467@PAGEOFF bl _puts adrp x0, l_.str.468@PAGE add x0, x0, l_.str.468@PAGEOFF bl _puts adrp x0, l_.str.469@PAGE add x0, x0, l_.str.469@PAGEOFF bl _puts adrp x0, l_.str.470@PAGE add x0, x0, l_.str.470@PAGEOFF bl _puts adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _puts adrp x0, l_.str.472@PAGE add x0, x0, l_.str.472@PAGEOFF bl _puts adrp x0, l_.str.473@PAGE add x0, x0, l_.str.473@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_638 b LBB0_637 LBB0_637: ; in Loop: Header=BB0_635 Depth=2 adrp x0, l_.str.474@PAGE add x0, x0, l_.str.474@PAGEOFF bl _puts adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _puts adrp x0, l_.str.476@PAGE add x0, x0, l_.str.476@PAGEOFF bl _puts adrp x0, l_.str.477@PAGE add x0, x0, l_.str.477@PAGEOFF bl _puts adrp x0, l_.str.478@PAGE add x0, x0, l_.str.478@PAGEOFF bl _puts b LBB0_638 LBB0_638: ; in Loop: Header=BB0_635 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_640 b LBB0_639 LBB0_639: ; in Loop: Header=BB0_635 Depth=2 adrp x0, l_.str.479@PAGE add x0, x0, l_.str.479@PAGEOFF bl _puts adrp x0, l_.str.480@PAGE add x0, x0, l_.str.480@PAGEOFF bl _puts b LBB0_640 LBB0_640: ; in Loop: Header=BB0_635 Depth=2 adrp x0, l_.str.481@PAGE add x0, x0, l_.str.481@PAGEOFF bl _puts adrp x0, l_.str.482@PAGE add x0, x0, l_.str.482@PAGEOFF bl _puts adrp x0, l_.str.483@PAGE add x0, x0, l_.str.483@PAGEOFF bl _puts adrp x0, l_.str.484@PAGE add x0, x0, l_.str.484@PAGEOFF bl _puts adrp x0, l_.str.485@PAGE add x0, x0, l_.str.485@PAGEOFF bl _puts adrp x0, l_.str.486@PAGE add x0, x0, l_.str.486@PAGEOFF bl _puts adrp x0, l_.str.487@PAGE add x0, x0, l_.str.487@PAGEOFF bl _puts b LBB0_635 LBB0_641: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_643 b LBB0_642 LBB0_642: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.488@PAGE add x0, x0, l_.str.488@PAGEOFF bl _puts adrp x0, l_.str.489@PAGE add x0, x0, l_.str.489@PAGEOFF bl _puts adrp x0, l_.str.490@PAGE add x0, x0, l_.str.490@PAGEOFF bl _puts adrp x0, l_.str.491@PAGE add x0, x0, l_.str.491@PAGEOFF bl _puts adrp x0, l_.str.492@PAGE add x0, x0, l_.str.492@PAGEOFF bl _puts b LBB0_643 LBB0_643: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_644: ; in Loop: Header=BB0_1 Depth=1 b LBB0_645 LBB0_645: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_647 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_656 b LBB0_646 LBB0_646: ; in Loop: Header=BB0_645 Depth=2 str wzr, [sp, #1328] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #836 str x0, [sp, #472] ; 8-byte Folded Spill adrp x1, l___const.main.arrInt26@PAGE add x1, x1, l___const.main.arrInt26@PAGEOFF mov x2, #36 bl _memcpy ldr x8, [sp, #472] ; 8-byte Folded Reload str wzr, [sp, #1300] str wzr, [sp, #1296] str wzr, [sp, #1292] str wzr, [sp, #1288] str x8, [sp, #1304] bl _rand mov w9, #3000 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1000 str w8, [sp, #1320] bl _rand ldr w9, [sp, #1320] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1316] adrp x0, l_.str.493@PAGE add x0, x0, l_.str.493@PAGEOFF bl _printf adrp x0, l_.str.494@PAGE add x0, x0, l_.str.494@PAGEOFF bl _printf adrp x0, l_.str.495@PAGE add x0, x0, l_.str.495@PAGEOFF bl _printf ldr w9, [sp, #1320] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.496@PAGE add x0, x0, l_.str.496@PAGEOFF bl _printf ldr w9, [sp, #1316] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.497@PAGE add x0, x0, l_.str.497@PAGEOFF bl _printf adrp x0, l_.str.498@PAGE add x0, x0, l_.str.498@PAGEOFF bl _printf adrp x0, l_.str.499@PAGE add x0, x0, l_.str.499@PAGEOFF bl _printf adrp x0, l_.str.500@PAGE add x0, x0, l_.str.500@PAGEOFF bl _printf adrp x0, l_.str.501@PAGE add x0, x0, l_.str.501@PAGEOFF bl _printf b LBB0_647 LBB0_647: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_645 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.502@PAGE add x0, x0, l_.str.502@PAGEOFF bl _printf adrp x0, l_.str.503@PAGE add x0, x0, l_.str.503@PAGEOFF bl _printf adrp x0, l_.str.504@PAGE add x0, x0, l_.str.504@PAGEOFF bl _printf adrp x0, l_.str.505@PAGE add x0, x0, l_.str.505@PAGEOFF bl _printf adrp x0, l_.str.506@PAGE add x0, x0, l_.str.506@PAGEOFF bl _printf adrp x0, l_.str.507@PAGE add x0, x0, l_.str.507@PAGEOFF bl _printf mov x9, sp add x8, sp, #1328 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1328] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #464] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_653 ; %bb.648: ; in Loop: Header=BB0_647 Depth=3 ldr x11, [sp, #464] ; 8-byte Folded Reload adrp x10, lJTI0_5@PAGE add x10, x10, lJTI0_5@PAGEOFF Ltmp3: adr x8, Ltmp3 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_649: ; in Loop: Header=BB0_647 Depth=3 ldr x0, [sp, #1304] bl _greenUSB26 str w0, [sp, #1296] b LBB0_653 LBB0_650: ; in Loop: Header=BB0_647 Depth=3 ldr x0, [sp, #1304] bl _blueUSB26 str w0, [sp, #1292] b LBB0_653 LBB0_651: ; in Loop: Header=BB0_647 Depth=3 bl _redUSB26 str w0, [sp, #1300] b LBB0_653 LBB0_652: ; in Loop: Header=BB0_647 Depth=3 ldr w0, [sp, #1300] ldr w1, [sp, #1296] ldr w2, [sp, #1292] bl _lockedDoor26 b LBB0_653 LBB0_653: ; in Loop: Header=BB0_647 Depth=3 b LBB0_654 LBB0_654: ; in Loop: Header=BB0_647 Depth=3 ldr w8, [sp, #1328] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_647 b LBB0_655 LBB0_655: ; in Loop: Header=BB0_645 Depth=2 adrp x0, l_.str.508@PAGE add x0, x0, l_.str.508@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_645 LBB0_656: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_657: ; in Loop: Header=BB0_1 Depth=1 b LBB0_658 LBB0_658: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_664 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_678 b LBB0_659 LBB0_659: ; in Loop: Header=BB0_658 Depth=2 str wzr, [sp, #2072] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2560 str x8, [sp, #2000] adrp x0, l_.str.509@PAGE add x0, x0, l_.str.509@PAGEOFF bl _puts adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.510@PAGE add x0, x0, l_.str.510@PAGEOFF bl _printf adrp x0, l_.str.511@PAGE add x0, x0, l_.str.511@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_661 b LBB0_660 LBB0_660: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #456] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.512@PAGE add x0, x0, l_.str.512@PAGEOFF bl _printf adrp x0, l_.str.513@PAGE add x0, x0, l_.str.513@PAGEOFF bl _puts bl _pause27 ldr x8, [sp, #456] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.514@PAGE add x0, x0, l_.str.514@PAGEOFF bl _printf adrp x0, l_.str.515@PAGE add x0, x0, l_.str.515@PAGEOFF bl _puts adrp x0, l_.str.516@PAGE add x0, x0, l_.str.516@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.517@PAGE add x0, x0, l_.str.517@PAGEOFF bl _puts b LBB0_678 LBB0_661: ; in Loop: Header=BB0_658 Depth=2 adrp x0, l_.str.518@PAGE add x0, x0, l_.str.518@PAGEOFF bl _puts adrp x0, l_.str.519@PAGE add x0, x0, l_.str.519@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_663 b LBB0_662 LBB0_662: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.520@PAGE add x0, x0, l_.str.520@PAGEOFF bl _printf adrp x0, l_.str.521@PAGE add x0, x0, l_.str.521@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.522@PAGE add x0, x0, l_.str.522@PAGEOFF bl _puts adrp x0, l_.str.523@PAGE add x0, x0, l_.str.523@PAGEOFF bl _puts b LBB0_678 LBB0_663: ; in Loop: Header=BB0_658 Depth=2 adrp x0, l_.str.524@PAGE add x0, x0, l_.str.524@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.525@PAGE add x0, x0, l_.str.525@PAGEOFF bl _puts adrp x0, l_.str.526@PAGE add x0, x0, l_.str.526@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_664 LBB0_664: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_658 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq mov w9, #0 str w9, [sp, #452] ; 4-byte Folded Spill tbnz w8, #0, LBB0_666 b LBB0_665 LBB0_665: ; in Loop: Header=BB0_664 Depth=3 ldr w8, [sp, #2072] subs w8, w8, #0 cset w8, eq str w8, [sp, #452] ; 4-byte Folded Spill b LBB0_666 LBB0_666: ; in Loop: Header=BB0_664 Depth=3 ldr w8, [sp, #452] ; 4-byte Folded Reload tbz w8, #0, LBB0_677 b LBB0_667 LBB0_667: ; in Loop: Header=BB0_664 Depth=3 ldr w8, [sp, #2040] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #440] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_674 ; %bb.668: ; in Loop: Header=BB0_664 Depth=3 ldr x11, [sp, #440] ; 8-byte Folded Reload adrp x10, lJTI0_4@PAGE add x10, x10, lJTI0_4@PAGEOFF Ltmp4: adr x8, Ltmp4 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_669: ; in Loop: Header=BB0_664 Depth=3 ldr x0, [sp, #2000] add x1, sp, #2012 add x2, sp, #1, lsl #12 ; =4096 add x2, x2, #2560 bl _mining b LBB0_674 LBB0_670: ; in Loop: Header=BB0_664 Depth=3 ldr x0, [sp, #2000] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2560 bl _shop b LBB0_674 LBB0_671: ; in Loop: Header=BB0_664 Depth=3 ldr x0, [sp, #2000] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2840 bl _gamble b LBB0_674 LBB0_672: ; in Loop: Header=BB0_664 Depth=3 ldr x0, [sp, #2000] ldr w1, [sp, #2012] add x2, sp, #1, lsl #12 ; =4096 add x2, x2, #2560 bl _status b LBB0_674 LBB0_673: ; in Loop: Header=BB0_664 Depth=3 ldr x0, [sp, #2000] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2840 bl _fairy str w0, [sp, #2072] mov w8, #99 str w8, [sp, #2040] b LBB0_674 LBB0_674: ; in Loop: Header=BB0_664 Depth=3 ldr w8, [sp, #2072] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_676 b LBB0_675 LBB0_675: ; in Loop: Header=BB0_664 Depth=3 adrp x0, l_.str.527@PAGE add x0, x0, l_.str.527@PAGEOFF bl _puts adrp x0, l_.str.526@PAGE add x0, x0, l_.str.526@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_676 LBB0_676: ; in Loop: Header=BB0_664 Depth=3 b LBB0_664 LBB0_677: ; in Loop: Header=BB0_658 Depth=2 b LBB0_658 LBB0_678: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_679: ; in Loop: Header=BB0_1 Depth=1 b LBB0_680 LBB0_680: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_713 Depth 3 ; Child Loop BB0_699 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_725 b LBB0_681 LBB0_681: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts adrp x0, l_.str.528@PAGE add x0, x0, l_.str.528@PAGEOFF bl _puts adrp x0, l_.str.529@PAGE add x0, x0, l_.str.529@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_711 b LBB0_682 LBB0_682: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.530@PAGE add x0, x0, l_.str.530@PAGEOFF bl _puts adrp x0, l_.str.531@PAGE add x0, x0, l_.str.531@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #432] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_710 ; %bb.683: ; in Loop: Header=BB0_680 Depth=2 ldr x11, [sp, #432] ; 8-byte Folded Reload adrp x10, lJTI0_3@PAGE add x10, x10, lJTI0_3@PAGEOFF Ltmp5: adr x8, Ltmp5 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_684: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.532@PAGE add x0, x0, l_.str.532@PAGEOFF bl _puts b LBB0_710 LBB0_685: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.533@PAGE add x0, x0, l_.str.533@PAGEOFF bl _puts adrp x8, l___const.main.a@PAGE add x8, x8, l___const.main.a@PAGEOFF ldr w9, [x8] add x10, sp, #1280 str x10, [sp, #424] ; 8-byte Folded Spill str w9, [sp, #1280] ldrb w8, [x8, #4] strb w8, [sp, #1284] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #636 str x8, [sp, #416] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x1, [sp, #416] ; 8-byte Folded Reload ldr x0, [sp, #424] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_687 b LBB0_686 LBB0_686: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.534@PAGE add x0, x0, l_.str.534@PAGEOFF bl _puts adrp x0, l_.str.535@PAGE add x0, x0, l_.str.535@PAGEOFF bl _puts b LBB0_687 LBB0_687: ; in Loop: Header=BB0_680 Depth=2 b LBB0_710 LBB0_688: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.536@PAGE add x0, x0, l_.str.536@PAGEOFF bl _puts adrp x0, l_.str.537@PAGE add x0, x0, l_.str.537@PAGEOFF bl _puts adrp x8, l___const.main.b@PAGE add x8, x8, l___const.main.b@PAGEOFF ldr w8, [x8] add x9, sp, #1276 str x9, [sp, #408] ; 8-byte Folded Spill str w8, [sp, #1276] adrp x8, l___const.main.d@PAGE add x8, x8, l___const.main.d@PAGEOFF ldrh w9, [x8] strh w9, [sp, #1272] ldrb w8, [x8, #2] strb w8, [sp, #1274] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #636 str x8, [sp, #400] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x1, [sp, #400] ; 8-byte Folded Reload ldr x0, [sp, #408] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_690 b LBB0_689 LBB0_689: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.538@PAGE add x0, x0, l_.str.538@PAGEOFF bl _puts adrp x0, l_.str.539@PAGE add x0, x0, l_.str.539@PAGEOFF bl _puts b LBB0_693 LBB0_690: ; in Loop: Header=BB0_680 Depth=2 add x0, sp, #1272 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #636 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_692 b LBB0_691 LBB0_691: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.540@PAGE add x0, x0, l_.str.540@PAGEOFF bl _puts b LBB0_692 LBB0_692: ; in Loop: Header=BB0_680 Depth=2 b LBB0_693 LBB0_693: ; in Loop: Header=BB0_680 Depth=2 b LBB0_710 LBB0_694: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.541@PAGE add x0, x0, l_.str.541@PAGEOFF bl _puts adrp x0, l_.str.542@PAGE add x0, x0, l_.str.542@PAGEOFF bl _puts adrp x8, l___const.main.e@PAGE add x8, x8, l___const.main.e@PAGEOFF ldr w8, [x8] add x9, sp, #1268 str x9, [sp, #392] ; 8-byte Folded Spill str w8, [sp, #1268] adrp x8, l___const.main.f@PAGE add x8, x8, l___const.main.f@PAGEOFF ldrh w9, [x8] strh w9, [sp, #1264] ldrb w8, [x8, #2] strb w8, [sp, #1266] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #636 str x8, [sp, #384] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x1, [sp, #384] ; 8-byte Folded Reload ldr x0, [sp, #392] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_705 b LBB0_695 LBB0_695: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.543@PAGE add x0, x0, l_.str.543@PAGEOFF bl _puts adrp x0, l_.str.544@PAGE add x0, x0, l_.str.544@PAGEOFF bl _puts adrp x0, l_.str.545@PAGE add x0, x0, l_.str.545@PAGEOFF bl _puts adrp x0, l_.str.546@PAGE add x0, x0, l_.str.546@PAGEOFF bl _puts adrp x0, l_.str.547@PAGE add x0, x0, l_.str.547@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_697 b LBB0_696 LBB0_696: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.548@PAGE add x0, x0, l_.str.548@PAGEOFF bl _puts b LBB0_704 LBB0_697: ; in Loop: Header=BB0_680 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_703 b LBB0_698 LBB0_698: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.549@PAGE add x0, x0, l_.str.549@PAGEOFF bl _puts str wzr, [sp, #1260] b LBB0_699 LBB0_699: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_680 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1260] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_702 b LBB0_700 LBB0_700: ; in Loop: Header=BB0_699 Depth=3 b LBB0_701 LBB0_701: ; in Loop: Header=BB0_699 Depth=3 ldr w8, [sp, #1260] add w8, w8, #1 str w8, [sp, #1260] b LBB0_699 LBB0_702: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.550@PAGE add x0, x0, l_.str.550@PAGEOFF bl _printf ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_703 LBB0_703: ; in Loop: Header=BB0_680 Depth=2 b LBB0_704 LBB0_704: ; in Loop: Header=BB0_680 Depth=2 b LBB0_708 LBB0_705: ; in Loop: Header=BB0_680 Depth=2 add x0, sp, #1264 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #636 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_707 b LBB0_706 LBB0_706: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.551@PAGE add x0, x0, l_.str.551@PAGEOFF bl _puts b LBB0_707 LBB0_707: ; in Loop: Header=BB0_680 Depth=2 b LBB0_708 LBB0_708: ; in Loop: Header=BB0_680 Depth=2 b LBB0_710 LBB0_709: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.552@PAGE add x0, x0, l_.str.552@PAGEOFF bl _puts b LBB0_710 LBB0_710: ; in Loop: Header=BB0_680 Depth=2 b LBB0_724 LBB0_711: ; in Loop: Header=BB0_680 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_723 b LBB0_712 LBB0_712: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.553@PAGE add x0, x0, l_.str.553@PAGEOFF bl _puts adrp x0, l_.str.554@PAGE add x0, x0, l_.str.554@PAGEOFF bl _puts adrp x0, l_.str.555@PAGE add x0, x0, l_.str.555@PAGEOFF bl _puts adrp x0, l_.str.556@PAGE add x0, x0, l_.str.556@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_713 LBB0_713: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_680 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_715 b LBB0_714 LBB0_714: ; in Loop: Header=BB0_713 Depth=3 adrp x0, l_.str.557@PAGE add x0, x0, l_.str.557@PAGEOFF bl _puts adrp x0, l_.str.558@PAGE add x0, x0, l_.str.558@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_713 LBB0_715: ; in Loop: Header=BB0_680 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_722 b LBB0_716 LBB0_716: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.559@PAGE add x0, x0, l_.str.559@PAGEOFF bl _puts adrp x0, l_.str.560@PAGE add x0, x0, l_.str.560@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_718 b LBB0_717 LBB0_717: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.561@PAGE add x0, x0, l_.str.561@PAGEOFF bl _puts b LBB0_721 LBB0_718: ; in Loop: Header=BB0_680 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_720 b LBB0_719 LBB0_719: ; in Loop: Header=BB0_680 Depth=2 adrp x0, l_.str.562@PAGE add x0, x0, l_.str.562@PAGEOFF bl _puts b LBB0_720 LBB0_720: ; in Loop: Header=BB0_680 Depth=2 b LBB0_721 LBB0_721: ; in Loop: Header=BB0_680 Depth=2 b LBB0_722 LBB0_722: ; in Loop: Header=BB0_680 Depth=2 b LBB0_723 LBB0_723: ; in Loop: Header=BB0_680 Depth=2 b LBB0_724 LBB0_724: ; in Loop: Header=BB0_680 Depth=2 b LBB0_680 LBB0_725: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_726: ; in Loop: Header=BB0_1 Depth=1 b LBB0_727 LBB0_727: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_760 b LBB0_728 LBB0_728: add x8, sp, #1256 str x8, [sp, #376] ; 8-byte Folded Spill mov w8, #5 str w8, [sp, #1256] str wzr, [sp, #1252] str wzr, [sp, #1248] str wzr, [sp, #1244] str wzr, [sp, #1240] str wzr, [sp, #1236] str wzr, [sp, #1232] str wzr, [sp, #1228] str wzr, [sp, #1224] str wzr, [sp, #1220] movi d0, #0000000000000000 str s0, [sp, #1204] adrp x0, l_.str.563@PAGE add x0, x0, l_.str.563@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #1192] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.564@PAGE add x0, x0, l_.str.564@PAGEOFF bl _puts adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts adrp x0, l_.str.565@PAGE add x0, x0, l_.str.565@PAGEOFF bl _puts adrp x0, l_.str.566@PAGE add x0, x0, l_.str.566@PAGEOFF bl _puts adrp x0, l_.str.567@PAGE add x0, x0, l_.str.567@PAGEOFF bl _puts ldr x8, [sp, #376] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1256] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_730 b LBB0_729 LBB0_729: adrp x0, l_.str.568@PAGE add x0, x0, l_.str.568@PAGEOFF bl _puts adrp x0, l_.str.569@PAGE add x0, x0, l_.str.569@PAGEOFF bl _puts adrp x0, l_.str.570@PAGE add x0, x0, l_.str.570@PAGEOFF bl _puts b LBB0_730 LBB0_730: ldr w8, [sp, #1256] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_740 b LBB0_731 LBB0_731: adrp x0, l_.str.571@PAGE add x0, x0, l_.str.571@PAGEOFF bl _puts adrp x0, l_.str.572@PAGE add x0, x0, l_.str.572@PAGEOFF bl _puts adrp x0, l_.str.573@PAGE add x0, x0, l_.str.573@PAGEOFF bl _puts adrp x0, l_.str.574@PAGE add x0, x0, l_.str.574@PAGEOFF bl _puts adrp x0, l_.str.575@PAGE add x0, x0, l_.str.575@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts adrp x0, l_.str.577@PAGE add x0, x0, l_.str.577@PAGEOFF bl _puts mov x9, sp add x8, sp, #1252 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1252] str w8, [sp, #372] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_733 b LBB0_732 LBB0_732: ldr w8, [sp, #372] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_738 b LBB0_739 LBB0_733: adrp x0, l_.str.578@PAGE add x0, x0, l_.str.578@PAGEOFF bl _puts adrp x0, l_.str.579@PAGE add x0, x0, l_.str.579@PAGEOFF bl _puts adrp x0, l_.str.580@PAGE add x0, x0, l_.str.580@PAGEOFF bl _puts adrp x0, l_.str.581@PAGE add x0, x0, l_.str.581@PAGEOFF bl _puts adrp x0, l_.str.582@PAGE add x0, x0, l_.str.582@PAGEOFF bl _puts adrp x0, l_.str.583@PAGE add x0, x0, l_.str.583@PAGEOFF bl _puts adrp x0, l_.str.584@PAGE add x0, x0, l_.str.584@PAGEOFF bl _puts adrp x0, l_.str.585@PAGE add x0, x0, l_.str.585@PAGEOFF bl _puts bl _rand mov w9, #6 str w9, [sp, #368] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1248] bl _rand ldr w9, [sp, #368] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1244] bl _rand ldr w9, [sp, #368] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1240] ldr w8, [sp, #1248] ldr w9, [sp, #1244] add w8, w8, w9 ldr w9, [sp, #1240] add w8, w8, w9 str w8, [sp, #1236] adrp x0, l_.str.586@PAGE add x0, x0, l_.str.586@PAGEOFF bl _printf mov x9, sp add x8, sp, #1232 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1236] ldr w9, [sp, #1232] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_735 b LBB0_734 LBB0_734: adrp x0, l_.str.587@PAGE add x0, x0, l_.str.587@PAGEOFF bl _puts adrp x0, l_.str.588@PAGE add x0, x0, l_.str.588@PAGEOFF bl _puts adrp x0, l_.str.589@PAGE add x0, x0, l_.str.589@PAGEOFF bl _puts adrp x0, l_.str.590@PAGE add x0, x0, l_.str.590@PAGEOFF bl _puts b LBB0_739 LBB0_735: ldr w8, [sp, #1236] ldr w9, [sp, #1232] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_737 b LBB0_736 LBB0_736: adrp x0, l_.str.591@PAGE add x0, x0, l_.str.591@PAGEOFF bl _puts ldr w9, [sp, #1236] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.592@PAGE add x0, x0, l_.str.592@PAGEOFF bl _printf adrp x0, l_.str.593@PAGE add x0, x0, l_.str.593@PAGEOFF bl _puts b LBB0_739 LBB0_737: b LBB0_739 LBB0_738: adrp x0, l_.str.594@PAGE add x0, x0, l_.str.594@PAGEOFF bl _puts adrp x0, l_.str.595@PAGE add x0, x0, l_.str.595@PAGEOFF bl _printf adrp x0, l_.str.596@PAGE add x0, x0, l_.str.596@PAGEOFF bl _puts adrp x0, l_.str.597@PAGE add x0, x0, l_.str.597@PAGEOFF bl _puts adrp x0, l_.str.598@PAGE add x0, x0, l_.str.598@PAGEOFF bl _puts b LBB0_739 LBB0_739: b LBB0_740 LBB0_740: ldr w8, [sp, #1256] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_751 b LBB0_741 LBB0_741: adrp x0, l_.str.599@PAGE add x0, x0, l_.str.599@PAGEOFF bl _puts adrp x0, l_.str.600@PAGE add x0, x0, l_.str.600@PAGEOFF bl _puts adrp x0, l_.str.601@PAGE add x0, x0, l_.str.601@PAGEOFF bl _puts adrp x0, l_.str.602@PAGE add x0, x0, l_.str.602@PAGEOFF bl _printf mov x9, sp add x8, sp, #1212 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_742 LBB0_742: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #1212] subs w8, w8, #20 cset w8, gt mov w9, #1 str w9, [sp, #364] ; 4-byte Folded Spill tbnz w8, #0, LBB0_744 b LBB0_743 LBB0_743: ; in Loop: Header=BB0_742 Depth=1 ldr w8, [sp, #1212] subs w8, w8, #1 cset w8, lt str w8, [sp, #364] ; 4-byte Folded Spill b LBB0_744 LBB0_744: ; in Loop: Header=BB0_742 Depth=1 ldr w8, [sp, #364] ; 4-byte Folded Reload tbz w8, #0, LBB0_746 b LBB0_745 LBB0_745: ; in Loop: Header=BB0_742 Depth=1 adrp x0, l_.str.603@PAGE add x0, x0, l_.str.603@PAGEOFF bl _puts adrp x0, l_.str.604@PAGE add x0, x0, l_.str.604@PAGEOFF bl _printf b LBB0_742 LBB0_746: str wzr, [sp, #1216] b LBB0_747 LBB0_747: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #1216] ldr w9, [sp, #1212] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_750 b LBB0_748 LBB0_748: ; in Loop: Header=BB0_747 Depth=1 ldr w8, [sp, #1216] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.605@PAGE add x0, x0, l_.str.605@PAGEOFF bl _printf ldrsw x9, [sp, #1216] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #556 str x8, [sp, #352] ; 8-byte Folded Spill add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.127@PAGE add x0, x0, l_.str.127@PAGEOFF bl _scanf ldr x8, [sp, #352] ; 8-byte Folded Reload ldrsw x9, [sp, #1216] ldr s1, [x8, x9, lsl #2] ldr s0, [sp, #1204] fadd s0, s0, s1 str s0, [sp, #1204] b LBB0_749 LBB0_749: ; in Loop: Header=BB0_747 Depth=1 ldr w8, [sp, #1216] add w8, w8, #1 str w8, [sp, #1216] b LBB0_747 LBB0_750: ldr s0, [sp, #1204] ldr s1, [sp, #1212] scvtf s1, s1 fdiv s0, s0, s1 str s0, [sp, #1208] ldr s0, [sp, #1208] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.606@PAGE add x0, x0, l_.str.606@PAGEOFF bl _printf b LBB0_751 LBB0_751: ldr w8, [sp, #1256] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_753 b LBB0_752 LBB0_752: adrp x0, l_.str.607@PAGE add x0, x0, l_.str.607@PAGEOFF bl _puts b LBB0_753 LBB0_753: ldr w8, [sp, #1256] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_759 b LBB0_754 LBB0_754: adrp x0, l_.str.608@PAGE add x0, x0, l_.str.608@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _printf mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #456 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.610@PAGE add x0, x0, l_.str.610@PAGEOFF bl _puts str wzr, [sp, #1188] b LBB0_755 LBB0_755: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #1188] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_758 b LBB0_756 LBB0_756: ; in Loop: Header=BB0_755 Depth=1 ldrsw x9, [sp, #1188] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #456 str x8, [sp, #344] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #344] ; 8-byte Folded Reload ldrsw x9, [sp, #1188] strb w0, [x8, x9] b LBB0_757 LBB0_757: ; in Loop: Header=BB0_755 Depth=1 ldr w8, [sp, #1188] add w8, w8, #1 str w8, [sp, #1188] b LBB0_755 LBB0_758: mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #456 str x8, [x9] adrp x0, l_.str.98@PAGE add x0, x0, l_.str.98@PAGEOFF bl _printf adrp x0, l_.str.611@PAGE add x0, x0, l_.str.611@PAGEOFF bl _puts adrp x0, l_.str.612@PAGE add x0, x0, l_.str.612@PAGEOFF bl _puts b LBB0_759 LBB0_759: str wzr, [sp, #2092] b LBB0_1015 LBB0_760: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_761: ; in Loop: Header=BB0_1 Depth=1 b LBB0_762 LBB0_762: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_764 Depth 3 ; Child Loop BB0_775 Depth 3 ; Child Loop BB0_779 Depth 4 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_810 b LBB0_763 LBB0_763: ; in Loop: Header=BB0_762 Depth=2 str wzr, [sp, #1184] adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts adrp x0, l_.str.613@PAGE add x0, x0, l_.str.613@PAGEOFF bl _puts adrp x0, l_.str.614@PAGE add x0, x0, l_.str.614@PAGEOFF bl _puts adrp x0, l_.str.615@PAGE add x0, x0, l_.str.615@PAGEOFF bl _puts b LBB0_764 LBB0_764: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_762 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne mov w9, #1 str w9, [sp, #340] ; 4-byte Folded Spill tbnz w8, #0, LBB0_766 b LBB0_765 LBB0_765: ; in Loop: Header=BB0_764 Depth=3 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne str w8, [sp, #340] ; 4-byte Folded Spill b LBB0_766 LBB0_766: ; in Loop: Header=BB0_764 Depth=3 ldr w8, [sp, #340] ; 4-byte Folded Reload tbz w8, #0, LBB0_774 b LBB0_767 LBB0_767: ; in Loop: Header=BB0_764 Depth=3 adrp x0, l_.str.616@PAGE add x0, x0, l_.str.616@PAGEOFF bl _printf adrp x0, l_.str.617@PAGE add x0, x0, l_.str.617@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_769 b LBB0_768 LBB0_768: ; in Loop: Header=BB0_762 Depth=2 adrp x0, l_.str.618@PAGE add x0, x0, l_.str.618@PAGEOFF bl _printf adrp x0, l_.str.619@PAGE add x0, x0, l_.str.619@PAGEOFF bl _printf b LBB0_774 LBB0_769: ; in Loop: Header=BB0_764 Depth=3 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_771 b LBB0_770 LBB0_770: ; in Loop: Header=BB0_762 Depth=2 adrp x0, l_.str.620@PAGE add x0, x0, l_.str.620@PAGEOFF bl _printf adrp x0, l_.str.621@PAGE add x0, x0, l_.str.621@PAGEOFF bl _printf b LBB0_774 LBB0_771: ; in Loop: Header=BB0_764 Depth=3 adrp x0, l_.str.622@PAGE add x0, x0, l_.str.622@PAGEOFF bl _printf b LBB0_772 LBB0_772: ; in Loop: Header=BB0_764 Depth=3 b LBB0_773 LBB0_773: ; in Loop: Header=BB0_764 Depth=3 b LBB0_764 LBB0_774: ; in Loop: Header=BB0_762 Depth=2 adrp x0, l_.str.623@PAGE add x0, x0, l_.str.623@PAGEOFF bl _puts str wzr, [sp, #2060] b LBB0_775 LBB0_775: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_762 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_779 Depth 4 ldr w8, [sp, #2060] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB0_809 b LBB0_776 LBB0_776: ; in Loop: Header=BB0_775 Depth=3 adrp x0, l_.str.624@PAGE add x0, x0, l_.str.624@PAGEOFF bl _printf adrp x0, l_.str.625@PAGE add x0, x0, l_.str.625@PAGEOFF bl _puts adrp x0, l_.str.626@PAGE add x0, x0, l_.str.626@PAGEOFF bl _printf mov x9, sp add x8, sp, #1184 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1184] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #328] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_806 ; %bb.777: ; in Loop: Header=BB0_775 Depth=3 ldr x11, [sp, #328] ; 8-byte Folded Reload adrp x10, lJTI0_2@PAGE add x10, x10, lJTI0_2@PAGEOFF Ltmp6: adr x8, Ltmp6 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_778: ; in Loop: Header=BB0_775 Depth=3 adrp x0, l_.str.627@PAGE add x0, x0, l_.str.627@PAGEOFF bl _puts adrp x0, l_.str.628@PAGE add x0, x0, l_.str.628@PAGEOFF bl _puts adrp x0, l_.str.629@PAGE add x0, x0, l_.str.629@PAGEOFF bl _puts adrp x0, l_.str.630@PAGE add x0, x0, l_.str.630@PAGEOFF bl _puts adrp x0, l_.str.631@PAGE add x0, x0, l_.str.631@PAGEOFF bl _puts adrp x0, l_.str.632@PAGE add x0, x0, l_.str.632@PAGEOFF bl _puts mov x9, sp add x8, sp, #2072 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf b LBB0_779 LBB0_779: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_762 Depth=2 ; Parent Loop BB0_775 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #2072] ldr w9, [sp, #2068] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_802 b LBB0_780 LBB0_780: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_783 b LBB0_781 LBB0_781: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_783 b LBB0_782 LBB0_782: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.633@PAGE add x0, x0, l_.str.633@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_783 LBB0_783: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_786 b LBB0_784 LBB0_784: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_786 b LBB0_785 LBB0_785: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.634@PAGE add x0, x0, l_.str.634@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_786 LBB0_786: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_789 b LBB0_787 LBB0_787: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_789 b LBB0_788 LBB0_788: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.635@PAGE add x0, x0, l_.str.635@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_789 LBB0_789: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_792 b LBB0_790 LBB0_790: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_792 b LBB0_791 LBB0_791: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.636@PAGE add x0, x0, l_.str.636@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_792 LBB0_792: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_795 b LBB0_793 LBB0_793: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_795 b LBB0_794 LBB0_794: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.637@PAGE add x0, x0, l_.str.637@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_795 LBB0_795: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_798 b LBB0_796 LBB0_796: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2068] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_798 b LBB0_797 LBB0_797: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.636@PAGE add x0, x0, l_.str.636@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_798 LBB0_798: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_800 b LBB0_799 LBB0_799: ; in Loop: Header=BB0_779 Depth=4 ldr w8, [sp, #2072] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB0_801 b LBB0_800 LBB0_800: ; in Loop: Header=BB0_779 Depth=4 adrp x0, l_.str.638@PAGE add x0, x0, l_.str.638@PAGEOFF bl _puts bl _coolGuysInteract b LBB0_801 LBB0_801: ; in Loop: Header=BB0_779 Depth=4 b LBB0_779 LBB0_802: ; in Loop: Header=BB0_775 Depth=3 b LBB0_807 LBB0_803: ; in Loop: Header=BB0_775 Depth=3 b LBB0_807 LBB0_804: ; in Loop: Header=BB0_775 Depth=3 b LBB0_807 LBB0_805: ; in Loop: Header=BB0_775 Depth=3 b LBB0_807 LBB0_806: ; in Loop: Header=BB0_775 Depth=3 b LBB0_807 LBB0_807: ; in Loop: Header=BB0_775 Depth=3 b LBB0_808 LBB0_808: ; in Loop: Header=BB0_775 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_775 LBB0_809: ; in Loop: Header=BB0_762 Depth=2 adrp x0, l_.str.639@PAGE add x0, x0, l_.str.639@PAGEOFF bl _printf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf b LBB0_762 LBB0_810: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_811: ; in Loop: Header=BB0_1 Depth=1 b LBB0_812 LBB0_812: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_816 Depth 3 ; Child Loop BB0_823 Depth 4 ; Child Loop BB0_838 Depth 4 ; Child Loop BB0_850 Depth 4 ; Child Loop BB0_865 Depth 3 ; Child Loop BB0_888 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_892 b LBB0_813 LBB0_813: ; in Loop: Header=BB0_812 Depth=2 mov w8, #30 str w8, [sp, #1172] mov w9, #3 str w9, [sp, #1168] str w8, [sp, #1164] mov w8, #10 str w8, [sp, #1160] adrp x0, l_.str.640@PAGE add x0, x0, l_.str.640@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #1152] bl _printIntroduction add x8, sp, #1148 str x8, [sp, #320] ; 8-byte Folded Spill mov w8, #2 str w8, [sp, #1148] adrp x0, l_.str.641@PAGE add x0, x0, l_.str.641@PAGEOFF bl _printf ldr x8, [sp, #320] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1148] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_815 b LBB0_814 LBB0_814: ; in Loop: Header=BB0_812 Depth=2 ldr w0, [sp, #1168] ldr w1, [sp, #1164] bl _printRules b LBB0_815 LBB0_815: ; in Loop: Header=BB0_812 Depth=2 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #216 str x0, [sp, #296] ; 8-byte Folded Spill mov w1, #0 str w1, [sp, #284] ; 4-byte Folded Spill mov x2, #240 str x2, [sp, #288] ; 8-byte Folded Spill bl _memset ldr w1, [sp, #284] ; 4-byte Folded Reload ldr x2, [sp, #288] ; 8-byte Folded Reload add x0, sp, #4072 str x0, [sp, #304] ; 8-byte Folded Spill bl _memset ldr w1, [sp, #284] ; 4-byte Folded Reload ldr x2, [sp, #288] ; 8-byte Folded Reload add x0, sp, #3832 str x0, [sp, #312] ; 8-byte Folded Spill bl _memset ldr x10, [sp, #296] ; 8-byte Folded Reload ldr x9, [sp, #304] ; 8-byte Folded Reload ldr x8, [sp, #312] ; 8-byte Folded Reload str x10, [sp, #1136] str x9, [sp, #1128] str x8, [sp, #1120] mov w8, #1 str w8, [sp, #1116] str w8, [sp, #1112] str w8, [sp, #1108] str wzr, [sp, #1104] b LBB0_816 LBB0_816: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_823 Depth 4 ; Child Loop BB0_838 Depth 4 ; Child Loop BB0_850 Depth 4 ldr w8, [sp, #1116] subs w8, w8, #1 cset w8, eq mov w9, #1 str w9, [sp, #280] ; 4-byte Folded Spill tbnz w8, #0, LBB0_819 b LBB0_817 LBB0_817: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1112] subs w8, w8, #1 cset w8, eq mov w9, #1 str w9, [sp, #280] ; 4-byte Folded Spill tbnz w8, #0, LBB0_819 b LBB0_818 LBB0_818: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, eq str w8, [sp, #280] ; 4-byte Folded Spill b LBB0_819 LBB0_819: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #280] ; 4-byte Folded Reload tbz w8, #0, LBB0_858 b LBB0_820 LBB0_820: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1104] add w8, w8, #1 str w8, [sp, #1104] ldr w8, [sp, #1104] mov w9, #10 mul w8, w8, w9 str w8, [sp, #1088] adrp x0, l_.str.642@PAGE add x0, x0, l_.str.642@PAGEOFF bl _puts ldr w8, [sp, #1104] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #1088] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] mov x10, #1 str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.643@PAGE add x0, x0, l_.str.643@PAGEOFF bl _printf ldr w8, [sp, #1116] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_833 b LBB0_821 LBB0_821: ; in Loop: Header=BB0_816 Depth=3 adrp x0, l_.str.644@PAGE add x0, x0, l_.str.644@PAGEOFF bl _puts adrp x0, l_.str.645@PAGE add x0, x0, l_.str.645@PAGEOFF bl _printf mov x9, sp add x8, sp, #1096 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1096] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_829 b LBB0_822 LBB0_822: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1100] b LBB0_823 LBB0_823: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; Parent Loop BB0_816 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1100] ldr w9, [sp, #1168] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_826 b LBB0_824 LBB0_824: ; in Loop: Header=BB0_823 Depth=4 bl _rand ldr w9, [sp, #1088] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 ldrsw x10, [sp, #1100] add x9, sp, #3796 str w8, [x9, x10, lsl #2] b LBB0_825 LBB0_825: ; in Loop: Header=BB0_823 Depth=4 ldr w8, [sp, #1100] add w8, w8, #1 str w8, [sp, #1100] b LBB0_823 LBB0_826: ; in Loop: Header=BB0_816 Depth=3 ldr w1, [sp, #1168] add x0, sp, #3796 str x0, [sp, #272] ; 8-byte Folded Spill bl _averageM ldr x0, [sp, #272] ; 8-byte Folded Reload ldr x8, [sp, #1136] str d0, [x8] ldr w1, [sp, #1168] mov w2, #1 bl _printRollResults ldr x8, [sp, #1136] ldr d0, [x8] mov x8, sp str d0, [x8] adrp x0, l_.str.646@PAGE add x0, x0, l_.str.646@PAGEOFF bl _printf ldr x8, [sp, #1136] add x8, x8, #8 str x8, [sp, #1136] ldr w1, [sp, #1172] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #216 bl _sumM str d0, [sp, #3808] ldr d0, [sp, #3808] mov x8, sp str d0, [x8] adrp x0, l_.str.647@PAGE add x0, x0, l_.str.647@PAGEOFF bl _printf ldr d0, [sp, #3808] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_828 b LBB0_827 LBB0_827: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1116] ldr d0, [sp, #3808] ldr w9, [sp, #1164] ; implicit-def: $x8 mov x8, x9 mov x9, sp str d0, [x9] str x8, [x9, #8] adrp x0, l_.str.648@PAGE add x0, x0, l_.str.648@PAGEOFF bl _printf b LBB0_828 LBB0_828: ; in Loop: Header=BB0_816 Depth=3 b LBB0_832 LBB0_829: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1096] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_831 b LBB0_830 LBB0_830: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1116] b LBB0_831 LBB0_831: ; in Loop: Header=BB0_816 Depth=3 b LBB0_832 LBB0_832: ; in Loop: Header=BB0_816 Depth=3 b LBB0_833 LBB0_833: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1112] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_845 b LBB0_834 LBB0_834: ; in Loop: Header=BB0_816 Depth=3 adrp x0, l_.str.649@PAGE add x0, x0, l_.str.649@PAGEOFF bl _puts mov w8, #1 str w8, [sp, #1084] ldr s1, [sp, #1164] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 str d0, [sp, #264] ; 8-byte Folded Spill ldr w1, [sp, #1172] add x0, sp, #4072 bl _sumM fmov d1, d0 ldr d0, [sp, #264] ; 8-byte Folded Reload fsub d0, d0, d1 ldr s2, [sp, #1160] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_836 b LBB0_835 LBB0_835: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1084] str wzr, [sp, #1112] adrp x0, l_.str.650@PAGE add x0, x0, l_.str.650@PAGEOFF bl _puts b LBB0_836 LBB0_836: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1084] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_844 b LBB0_837 LBB0_837: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1100] b LBB0_838 LBB0_838: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; Parent Loop BB0_816 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1100] ldr w9, [sp, #1168] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_841 b LBB0_839 LBB0_839: ; in Loop: Header=BB0_838 Depth=4 bl _rand ldr w9, [sp, #1088] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 ldrsw x10, [sp, #1100] add x9, sp, #3796 str w8, [x9, x10, lsl #2] b LBB0_840 LBB0_840: ; in Loop: Header=BB0_838 Depth=4 ldr w8, [sp, #1100] add w8, w8, #1 str w8, [sp, #1100] b LBB0_838 LBB0_841: ; in Loop: Header=BB0_816 Depth=3 ldr w1, [sp, #1168] add x0, sp, #3796 str x0, [sp, #256] ; 8-byte Folded Spill bl _averageM ldr x0, [sp, #256] ; 8-byte Folded Reload ldr x8, [sp, #1128] str d0, [x8] ldr w1, [sp, #1168] mov w2, #0 bl _printRollResults ldr x8, [sp, #1128] ldr d0, [x8] mov x8, sp str d0, [x8] adrp x0, l_.str.651@PAGE add x0, x0, l_.str.651@PAGEOFF bl _printf ldr x8, [sp, #1128] add x8, x8, #8 str x8, [sp, #1128] ldr w1, [sp, #1172] add x0, sp, #4072 bl _sumM str d0, [sp, #3816] ldr d0, [sp, #3816] mov x8, sp str d0, [x8] adrp x0, l_.str.652@PAGE add x0, x0, l_.str.652@PAGEOFF bl _printf ldr d0, [sp, #3816] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_843 b LBB0_842 LBB0_842: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1112] ldr d0, [sp, #3816] ldr w9, [sp, #1164] ; implicit-def: $x8 mov x8, x9 mov x9, sp str d0, [x9] str x8, [x9, #8] adrp x0, l_.str.653@PAGE add x0, x0, l_.str.653@PAGEOFF bl _printf b LBB0_843 LBB0_843: ; in Loop: Header=BB0_816 Depth=3 b LBB0_844 LBB0_844: ; in Loop: Header=BB0_816 Depth=3 b LBB0_845 LBB0_845: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_857 b LBB0_846 LBB0_846: ; in Loop: Header=BB0_816 Depth=3 adrp x0, l_.str.654@PAGE add x0, x0, l_.str.654@PAGEOFF bl _puts mov w8, #1 str w8, [sp, #1084] ldr s1, [sp, #1164] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 str d0, [sp, #248] ; 8-byte Folded Spill ldr w1, [sp, #1172] add x0, sp, #3832 bl _sumM fmov d1, d0 ldr d0, [sp, #248] ; 8-byte Folded Reload fsub d0, d0, d1 ldr s2, [sp, #1160] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_848 b LBB0_847 LBB0_847: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1084] str wzr, [sp, #1108] adrp x0, l_.str.655@PAGE add x0, x0, l_.str.655@PAGEOFF bl _puts b LBB0_848 LBB0_848: ; in Loop: Header=BB0_816 Depth=3 ldr w8, [sp, #1084] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_856 b LBB0_849 LBB0_849: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1100] b LBB0_850 LBB0_850: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; Parent Loop BB0_816 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1100] ldr w9, [sp, #1168] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_853 b LBB0_851 LBB0_851: ; in Loop: Header=BB0_850 Depth=4 bl _rand ldr w9, [sp, #1088] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 ldrsw x10, [sp, #1100] add x9, sp, #3796 str w8, [x9, x10, lsl #2] b LBB0_852 LBB0_852: ; in Loop: Header=BB0_850 Depth=4 ldr w8, [sp, #1100] add w8, w8, #1 str w8, [sp, #1100] b LBB0_850 LBB0_853: ; in Loop: Header=BB0_816 Depth=3 ldr w1, [sp, #1168] add x0, sp, #3796 str x0, [sp, #240] ; 8-byte Folded Spill bl _averageM ldr x0, [sp, #240] ; 8-byte Folded Reload ldr x8, [sp, #1120] str d0, [x8] ldr w1, [sp, #1168] mov w2, #0 bl _printRollResults ldr x8, [sp, #1120] ldr d0, [x8] mov x8, sp str d0, [x8] adrp x0, l_.str.656@PAGE add x0, x0, l_.str.656@PAGEOFF bl _printf ldr x8, [sp, #1120] add x8, x8, #8 str x8, [sp, #1120] ldr w1, [sp, #1172] add x0, sp, #3832 bl _sumM str d0, [sp, #3824] ldr d0, [sp, #3824] mov x8, sp str d0, [x8] adrp x0, l_.str.657@PAGE add x0, x0, l_.str.657@PAGEOFF bl _printf ldr d0, [sp, #3824] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_855 b LBB0_854 LBB0_854: ; in Loop: Header=BB0_816 Depth=3 str wzr, [sp, #1108] ldr d0, [sp, #3824] ldr w9, [sp, #1164] ; implicit-def: $x8 mov x8, x9 mov x9, sp str d0, [x9] str x8, [x9, #8] adrp x0, l_.str.658@PAGE add x0, x0, l_.str.658@PAGEOFF bl _printf b LBB0_855 LBB0_855: ; in Loop: Header=BB0_816 Depth=3 b LBB0_856 LBB0_856: ; in Loop: Header=BB0_816 Depth=3 b LBB0_857 LBB0_857: ; in Loop: Header=BB0_816 Depth=3 b LBB0_816 LBB0_858: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3808] mov x8, sp str d0, [x8] adrp x0, l_.str.659@PAGE add x0, x0, l_.str.659@PAGEOFF bl _printf ldr d0, [sp, #3816] mov x8, sp str d0, [x8] adrp x0, l_.str.660@PAGE add x0, x0, l_.str.660@PAGEOFF bl _printf ldr d0, [sp, #3824] mov x8, sp str d0, [x8] adrp x0, l_.str.661@PAGE add x0, x0, l_.str.661@PAGEOFF bl _printf ldr d0, [sp, #3808] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_860 b LBB0_859 LBB0_859: ; in Loop: Header=BB0_812 Depth=2 fmov d0, #-1.00000000 str d0, [sp, #3808] b LBB0_860 LBB0_860: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3816] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_862 b LBB0_861 LBB0_861: ; in Loop: Header=BB0_812 Depth=2 fmov d0, #-1.00000000 str d0, [sp, #3816] b LBB0_862 LBB0_862: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3824] ldr s2, [sp, #1164] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_864 b LBB0_863 LBB0_863: ; in Loop: Header=BB0_812 Depth=2 fmov d0, #-1.00000000 str d0, [sp, #3824] b LBB0_864 LBB0_864: ; in Loop: Header=BB0_812 Depth=2 str wzr, [sp, #1100] b LBB0_865 LBB0_865: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x8, [sp, #1100] str x8, [sp, #232] ; 8-byte Folded Spill add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 bl _strlen ldr x8, [sp, #232] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_871 b LBB0_866 LBB0_866: ; in Loop: Header=BB0_865 Depth=3 ldr w8, [sp, #1100] 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_868 b LBB0_867 LBB0_867: ; in Loop: Header=BB0_865 Depth=3 ldrsw x9, [sp, #1100] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #224] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsw x9, [sp, #1100] strb w0, [x8, x9] b LBB0_869 LBB0_868: ; in Loop: Header=BB0_865 Depth=3 ldrsw x9, [sp, #1100] add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [sp, #216] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #216] ; 8-byte Folded Reload ldrsw x9, [sp, #1100] strb w0, [x8, x9] b LBB0_869 LBB0_869: ; in Loop: Header=BB0_865 Depth=3 b LBB0_870 LBB0_870: ; in Loop: Header=BB0_865 Depth=3 ldr w8, [sp, #1100] add w8, w8, #1 str w8, [sp, #1100] b LBB0_865 LBB0_871: ; in Loop: Header=BB0_812 Depth=2 add x0, sp, #3540 adrp x1, l___const.main.nameToReplace@PAGE add x1, x1, l___const.main.nameToReplace@PAGEOFF mov x2, #256 str x2, [sp, #200] ; 8-byte Folded Spill bl _memcpy ldr x2, [sp, #200] ; 8-byte Folded Reload add x0, sp, #3284 str x0, [sp, #208] ; 8-byte Folded Spill mov w1, #0 bl _memset ldr x0, [sp, #208] ; 8-byte Folded Reload mov w8, #77 strb w8, [sp, #3284] mov w8, #97 strb w8, [sp, #3285] mov w8, #78 strb w8, [sp, #3286] mov w8, #110 strb w8, [sp, #3287] mov w8, #89 strb w8, [sp, #3288] add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2840 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_873 b LBB0_872 LBB0_872: ; in Loop: Header=BB0_812 Depth=2 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2840 add x1, sp, #3540 mov x2, #256 bl ___strcpy_chk b LBB0_873 LBB0_873: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3808] fmov d1, #-1.00000000 fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB0_877 b LBB0_874 LBB0_874: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3816] fmov d1, #-1.00000000 fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB0_877 b LBB0_875 LBB0_875: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3824] fmov d1, #-1.00000000 fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB0_877 b LBB0_876 LBB0_876: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.662@PAGE add x0, x0, l_.str.662@PAGEOFF bl _puts ldr x0, [sp, #1152] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x1, l_.str.663@PAGE add x1, x1, l_.str.663@PAGEOFF bl _fprintf b LBB0_886 LBB0_877: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3808] ldr d1, [sp, #3816] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_880 b LBB0_878 LBB0_878: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3808] ldr d1, [sp, #3824] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_880 b LBB0_879 LBB0_879: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.664@PAGE add x0, x0, l_.str.664@PAGEOFF bl _printf ldr x0, [sp, #1152] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x1, l_.str.665@PAGE add x1, x1, l_.str.665@PAGEOFF bl _fprintf b LBB0_885 LBB0_880: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3816] ldr d1, [sp, #3824] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_883 b LBB0_881 LBB0_881: ; in Loop: Header=BB0_812 Depth=2 ldr d0, [sp, #3816] ldr d1, [sp, #3808] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_883 b LBB0_882 LBB0_882: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.666@PAGE add x0, x0, l_.str.666@PAGEOFF bl _printf ldr x0, [sp, #1152] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x1, l_.str.667@PAGE add x1, x1, l_.str.667@PAGEOFF bl _fprintf b LBB0_884 LBB0_883: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.668@PAGE add x0, x0, l_.str.668@PAGEOFF bl _printf ldr x0, [sp, #1152] mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x1, l_.str.669@PAGE add x1, x1, l_.str.669@PAGEOFF bl _fprintf b LBB0_884 LBB0_884: ; in Loop: Header=BB0_812 Depth=2 b LBB0_885 LBB0_885: ; in Loop: Header=BB0_812 Depth=2 b LBB0_886 LBB0_886: ; in Loop: Header=BB0_812 Depth=2 ldr x0, [sp, #1152] bl _fclose add x8, sp, #1080 str x8, [sp, #192] ; 8-byte Folded Spill mov w8, #2 str w8, [sp, #1080] adrp x0, l_.str.670@PAGE add x0, x0, l_.str.670@PAGEOFF bl _printf ldr x8, [sp, #192] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldr w8, [sp, #1080] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_891 b LBB0_887 LBB0_887: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.640@PAGE add x0, x0, l_.str.640@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #1072] ldr x0, [sp, #1072] bl _fgetc strb w0, [sp, #1071] b LBB0_888 LBB0_888: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_812 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsb w8, [sp, #1071] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_890 b LBB0_889 LBB0_889: ; in Loop: Header=BB0_888 Depth=3 ldrsb w10, [sp, #1071] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x0, [sp, #1072] bl _fgetc strb w0, [sp, #1071] b LBB0_888 LBB0_890: ; in Loop: Header=BB0_812 Depth=2 ldr x0, [sp, #1072] bl _fclose b LBB0_891 LBB0_891: ; in Loop: Header=BB0_812 Depth=2 adrp x0, l_.str.671@PAGE add x0, x0, l_.str.671@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_812 LBB0_892: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_893: ; in Loop: Header=BB0_1 Depth=1 b LBB0_894 LBB0_894: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_896 Depth 3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_906 b LBB0_895 LBB0_895: ; in Loop: Header=BB0_894 Depth=2 adrp x0, l_.str.672@PAGE add x0, x0, l_.str.672@PAGEOFF bl _puts b LBB0_896 LBB0_896: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_894 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_905 b LBB0_897 LBB0_897: ; in Loop: Header=BB0_896 Depth=3 add x8, sp, #3216 str xzr, [sp, #3216] stur wzr, [x8, #7] adrp x0, l_.str.673@PAGE add x0, x0, l_.str.673@PAGEOFF bl _puts adrp x0, l_.str.674@PAGE add x0, x0, l_.str.674@PAGEOFF bl _puts adrp x0, l_.str.675@PAGE add x0, x0, l_.str.675@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] str w8, [sp, #188] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_900 b LBB0_898 LBB0_898: ; in Loop: Header=BB0_896 Depth=3 ldr w8, [sp, #188] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_901 b LBB0_899 LBB0_899: ; in Loop: Header=BB0_896 Depth=3 ldr w8, [sp, #188] ; 4-byte Folded Reload subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_902 b LBB0_903 LBB0_900: ; in Loop: Header=BB0_896 Depth=3 add x0, sp, #3216 bl _randomString str x0, [sp, #1056] ldr x8, [sp, #1056] mov x9, sp str x8, [x9] adrp x0, l_.str.676@PAGE add x0, x0, l_.str.676@PAGEOFF bl _printf ldr x8, [sp, #1056] mov x9, sp str x8, [x9] adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf b LBB0_904 LBB0_901: ; in Loop: Header=BB0_896 Depth=3 b LBB0_904 LBB0_902: ; in Loop: Header=BB0_896 Depth=3 b LBB0_904 LBB0_903: ; in Loop: Header=BB0_896 Depth=3 adrp x0, l_.str.678@PAGE add x0, x0, l_.str.678@PAGEOFF bl _puts b LBB0_904 LBB0_904: ; in Loop: Header=BB0_896 Depth=3 b LBB0_896 LBB0_905: ; in Loop: Header=BB0_894 Depth=2 b LBB0_894 LBB0_906: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_907: ; in Loop: Header=BB0_1 Depth=1 b LBB0_908 LBB0_908: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_910 b LBB0_909 LBB0_909: ; in Loop: Header=BB0_908 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_908 LBB0_910: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_911: ; in Loop: Header=BB0_1 Depth=1 b LBB0_912 LBB0_912: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_914 b LBB0_913 LBB0_913: ; in Loop: Header=BB0_912 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_912 LBB0_914: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_915: ; in Loop: Header=BB0_1 Depth=1 b LBB0_916 LBB0_916: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_918 b LBB0_917 LBB0_917: ; in Loop: Header=BB0_916 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_916 LBB0_918: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_919: ; in Loop: Header=BB0_1 Depth=1 b LBB0_920 LBB0_920: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_922 b LBB0_921 LBB0_921: ; in Loop: Header=BB0_920 Depth=2 adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_920 LBB0_922: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_923: ; in Loop: Header=BB0_1 Depth=1 b LBB0_924 LBB0_924: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_926 Depth 3 ; Child Loop BB0_940 Depth 3 ; Child Loop BB0_944 Depth 3 ; Child Loop BB0_946 Depth 4 ; Child Loop BB0_953 Depth 3 ; Child Loop BB0_957 Depth 3 ; Child Loop BB0_959 Depth 4 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_971 b LBB0_925 LBB0_925: ; in Loop: Header=BB0_924 Depth=2 str xzr, [sp, #3192] str xzr, [sp, #3200] str wzr, [sp, #3208] bl _room_37_read_instructions_from_file mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_926 LBB0_926: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, lt mov w9, #0 str w9, [sp, #184] ; 4-byte Folded Spill tbnz w8, #0, LBB0_928 b LBB0_927 LBB0_927: ; in Loop: Header=BB0_926 Depth=3 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, le str w8, [sp, #184] ; 4-byte Folded Spill b LBB0_928 LBB0_928: ; in Loop: Header=BB0_926 Depth=3 ldr w8, [sp, #184] ; 4-byte Folded Reload tbnz w8, #0, LBB0_930 b LBB0_929 LBB0_929: ; in Loop: Header=BB0_926 Depth=3 adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_926 LBB0_930: ; in Loop: Header=BB0_924 Depth=2 ldr w8, [sp, #2040] str w8, [sp, #180] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_933 b LBB0_931 LBB0_931: ; in Loop: Header=BB0_924 Depth=2 ldr w8, [sp, #180] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_934 b LBB0_932 LBB0_932: ; in Loop: Header=BB0_924 Depth=2 ldr w8, [sp, #180] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_935 b LBB0_936 LBB0_933: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.680@PAGE add x0, x0, l_.str.680@PAGEOFF bl _puts adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _puts adrp x0, l_.str.682@PAGE add x0, x0, l_.str.682@PAGEOFF bl _puts adrp x0, l_.str.683@PAGE add x0, x0, l_.str.683@PAGEOFF bl _puts adrp x0, l_.str.684@PAGE add x0, x0, l_.str.684@PAGEOFF bl _puts add x0, sp, #3192 adrp x1, l_.str.685@PAGE add x1, x1, l_.str.685@PAGEOFF mov x2, #20 bl ___strcpy_chk b LBB0_937 LBB0_934: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.686@PAGE add x0, x0, l_.str.686@PAGEOFF bl _puts adrp x0, l_.str.687@PAGE add x0, x0, l_.str.687@PAGEOFF bl _puts adrp x0, l_.str.688@PAGE add x0, x0, l_.str.688@PAGEOFF bl _puts adrp x0, l_.str.689@PAGE add x0, x0, l_.str.689@PAGEOFF bl _puts add x0, sp, #3192 adrp x1, l_.str.690@PAGE add x1, x1, l_.str.690@PAGEOFF mov x2, #20 bl ___strcpy_chk b LBB0_937 LBB0_935: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.691@PAGE add x0, x0, l_.str.691@PAGEOFF bl _puts adrp x0, l_.str.692@PAGE add x0, x0, l_.str.692@PAGEOFF bl _puts adrp x0, l_.str.693@PAGE add x0, x0, l_.str.693@PAGEOFF bl _puts add x0, sp, #3192 adrp x1, l_.str.694@PAGE add x1, x1, l_.str.694@PAGEOFF mov x2, #20 bl ___strcpy_chk b LBB0_937 LBB0_936: ; in Loop: Header=BB0_924 Depth=2 b LBB0_937 LBB0_937: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.695@PAGE add x0, x0, l_.str.695@PAGEOFF bl _puts adrp x0, l_.str.696@PAGE add x0, x0, l_.str.696@PAGEOFF bl _puts adrp x0, l_.str.697@PAGE add x0, x0, l_.str.697@PAGEOFF bl _puts bl _rand mov w9, #30 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #2020] ldr w0, [sp, #2020] bl _room_37_guess_number str w0, [sp, #1052] ldr w8, [sp, #1052] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_939 b LBB0_938 LBB0_938: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.698@PAGE add x0, x0, l_.str.698@PAGEOFF bl _puts b LBB0_951 LBB0_939: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.699@PAGE add x0, x0, l_.str.699@PAGEOFF bl _puts adrp x0, l_.str.700@PAGE add x0, x0, l_.str.700@PAGEOFF bl _puts mov x9, sp add x8, sp, #2192 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #2060] b LBB0_940 LBB0_940: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x8, [sp, #2060] str x8, [sp, #168] ; 8-byte Folded Spill add x0, sp, #2192 bl _strlen ldr x8, [sp, #168] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_943 b LBB0_941 LBB0_941: ; in Loop: Header=BB0_940 Depth=3 ldrsw x9, [sp, #2060] add x8, sp, #2192 str x8, [sp, #160] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] strb w0, [x8, x9] b LBB0_942 LBB0_942: ; in Loop: Header=BB0_940 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_940 LBB0_943: ; in Loop: Header=BB0_924 Depth=2 b LBB0_944 LBB0_944: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_946 Depth 4 add x0, sp, #2192 adrp x1, l_.str.701@PAGE add x1, x1, l_.str.701@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_950 b LBB0_945 LBB0_945: ; in Loop: Header=BB0_944 Depth=3 adrp x0, l_.str.702@PAGE add x0, x0, l_.str.702@PAGEOFF bl _puts mov x9, sp add x8, sp, #2192 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #2060] b LBB0_946 LBB0_946: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; Parent Loop BB0_944 Depth=3 ; => This Inner Loop Header: Depth=4 ldrsw x8, [sp, #2060] str x8, [sp, #152] ; 8-byte Folded Spill add x0, sp, #2192 bl _strlen ldr x8, [sp, #152] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_949 b LBB0_947 LBB0_947: ; in Loop: Header=BB0_946 Depth=4 ldrsw x9, [sp, #2060] add x8, sp, #2192 str x8, [sp, #144] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] strb w0, [x8, x9] b LBB0_948 LBB0_948: ; in Loop: Header=BB0_946 Depth=4 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_946 LBB0_949: ; in Loop: Header=BB0_944 Depth=3 b LBB0_944 LBB0_950: ; in Loop: Header=BB0_924 Depth=2 mov x9, sp add x8, sp, #3192 str x8, [x9] adrp x0, l_.str.703@PAGE add x0, x0, l_.str.703@PAGEOFF bl _printf b LBB0_951 LBB0_951: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.704@PAGE add x0, x0, l_.str.704@PAGEOFF bl _puts bl _room_37_average str w0, [sp, #1048] ldr w8, [sp, #1048] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_964 b LBB0_952 LBB0_952: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.700@PAGE add x0, x0, l_.str.700@PAGEOFF bl _puts mov x9, sp add x8, sp, #2192 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #2060] b LBB0_953 LBB0_953: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; => This Inner Loop Header: Depth=3 ldrsw x8, [sp, #2060] str x8, [sp, #136] ; 8-byte Folded Spill add x0, sp, #2192 bl _strlen ldr x8, [sp, #136] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_956 b LBB0_954 LBB0_954: ; in Loop: Header=BB0_953 Depth=3 ldrsw x9, [sp, #2060] add x8, sp, #2192 str x8, [sp, #128] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #128] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] strb w0, [x8, x9] b LBB0_955 LBB0_955: ; in Loop: Header=BB0_953 Depth=3 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_953 LBB0_956: ; in Loop: Header=BB0_924 Depth=2 b LBB0_957 LBB0_957: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_959 Depth 4 add x0, sp, #2192 adrp x1, l_.str.701@PAGE add x1, x1, l_.str.701@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_963 b LBB0_958 LBB0_958: ; in Loop: Header=BB0_957 Depth=3 adrp x0, l_.str.702@PAGE add x0, x0, l_.str.702@PAGEOFF bl _puts mov x9, sp add x8, sp, #2192 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #2060] b LBB0_959 LBB0_959: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_924 Depth=2 ; Parent Loop BB0_957 Depth=3 ; => This Inner Loop Header: Depth=4 ldrsw x8, [sp, #2060] str x8, [sp, #120] ; 8-byte Folded Spill add x0, sp, #2192 bl _strlen ldr x8, [sp, #120] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_962 b LBB0_960 LBB0_960: ; in Loop: Header=BB0_959 Depth=4 ldrsw x9, [sp, #2060] add x8, sp, #2192 str x8, [sp, #112] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #112] ; 8-byte Folded Reload ldrsw x9, [sp, #2060] strb w0, [x8, x9] b LBB0_961 LBB0_961: ; in Loop: Header=BB0_959 Depth=4 ldr w8, [sp, #2060] add w8, w8, #1 str w8, [sp, #2060] b LBB0_959 LBB0_962: ; in Loop: Header=BB0_957 Depth=3 b LBB0_957 LBB0_963: ; in Loop: Header=BB0_924 Depth=2 mov x9, sp add x8, sp, #3192 str x8, [x9] adrp x0, l_.str.703@PAGE add x0, x0, l_.str.703@PAGEOFF bl _printf b LBB0_964 LBB0_964: ; in Loop: Header=BB0_924 Depth=2 ldr w8, [sp, #1052] ldr w9, [sp, #1048] add w8, w8, w9 subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_966 b LBB0_965 LBB0_965: ; in Loop: Header=BB0_924 Depth=2 mov x9, sp add x8, sp, #3192 str x8, [sp, #104] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.705@PAGE add x0, x0, l_.str.705@PAGEOFF bl _printf ldr x8, [sp, #104] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.706@PAGE add x0, x0, l_.str.706@PAGEOFF bl _printf b LBB0_970 LBB0_966: ; in Loop: Header=BB0_924 Depth=2 ldr w8, [sp, #1052] ldr w9, [sp, #1048] add w8, w8, w9 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_968 b LBB0_967 LBB0_967: ; in Loop: Header=BB0_924 Depth=2 mov x9, sp add x8, sp, #3192 str x8, [x9] adrp x0, l_.str.707@PAGE add x0, x0, l_.str.707@PAGEOFF bl _printf adrp x0, l_.str.708@PAGE add x0, x0, l_.str.708@PAGEOFF bl _printf b LBB0_969 LBB0_968: ; in Loop: Header=BB0_924 Depth=2 mov x9, sp add x8, sp, #3192 str x8, [x9] adrp x0, l_.str.709@PAGE add x0, x0, l_.str.709@PAGEOFF bl _printf adrp x0, l_.str.710@PAGE add x0, x0, l_.str.710@PAGEOFF bl _printf b LBB0_969 LBB0_969: ; in Loop: Header=BB0_924 Depth=2 b LBB0_970 LBB0_970: ; in Loop: Header=BB0_924 Depth=2 adrp x0, l_.str.711@PAGE add x0, x0, l_.str.711@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_924 LBB0_971: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_972: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp adrp x8, l_.str.712@PAGE add x8, x8, l_.str.712@PAGEOFF str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp add x8, sp, #2044 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_973 LBB0_973: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_982 Depth 3 ldr w8, [sp, #2044] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB0_995 b LBB0_974 LBB0_974: ; in Loop: Header=BB0_973 Depth=2 add x0, sp, #2148 mov w1, #0 mov x2, #44 bl _memset str wzr, [sp, #1024] str wzr, [sp, #1028] ldr w8, [sp, #2044] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #96] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_994 ; %bb.975: ; in Loop: Header=BB0_973 Depth=2 ldr x11, [sp, #96] ; 8-byte Folded Reload adrp x10, lJTI0_1@PAGE add x10, x10, lJTI0_1@PAGEOFF Ltmp7: adr x8, Ltmp7 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_976: ; in Loop: Header=BB0_973 Depth=2 adrp x0, l_.str.713@PAGE add x0, x0, l_.str.713@PAGEOFF bl _printf bl _total str w0, [sp, #1024] ldr w8, [sp, #1024] subs w8, w8, #2 cset w8, le tbnz w8, #0, LBB0_978 b LBB0_977 LBB0_977: ; in Loop: Header=BB0_973 Depth=2 adrp x0, l_.str.714@PAGE add x0, x0, l_.str.714@PAGEOFF bl _printf b LBB0_979 LBB0_978: ; in Loop: Header=BB0_973 Depth=2 adrp x0, l_.str.715@PAGE add x0, x0, l_.str.715@PAGEOFF bl _printf b LBB0_979 LBB0_979: ; in Loop: Header=BB0_973 Depth=2 b LBB0_994 LBB0_980: ; in Loop: Header=BB0_973 Depth=2 bl _prompt str w0, [sp, #1044] ldr w1, [sp, #1044] add x0, sp, #2148 str x0, [sp, #88] ; 8-byte Folded Spill bl _modArray ldr x0, [sp, #88] ; 8-byte Folded Reload ldr w1, [sp, #1044] bl _printArray b LBB0_994 LBB0_981: ; in Loop: Header=BB0_973 Depth=2 b LBB0_982 LBB0_982: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_973 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1028] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_992 b LBB0_983 LBB0_983: ; in Loop: Header=BB0_982 Depth=3 adrp x0, l_.str.716@PAGE add x0, x0, l_.str.716@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #1008] mov x9, sp adrp x8, l_.str.717@PAGE add x8, x8, l_.str.717@PAGEOFF str x8, [sp, #64] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF str x0, [sp, #72] ; 8-byte Folded Spill bl _printf ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x1, [sp, #72] ; 8-byte Folded Reload ldr x0, [sp, #1008] mov x9, sp str x8, [x9] bl _fprintf adrp x0, l_.str.718@PAGE add x0, x0, l_.str.718@PAGEOFF bl _printf mov x9, sp add x8, sp, #1032 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf adrp x0, l_.str.719@PAGE add x0, x0, l_.str.719@PAGEOFF bl _printf mov x9, sp add x8, sp, #2118 str x8, [sp, #80] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.419@PAGE add x0, x0, l_.str.419@PAGEOFF bl _scanf adrp x0, l_.str.720@PAGE add x0, x0, l_.str.720@PAGEOFF bl _printf mov x9, sp add x8, sp, #1016 str x8, [x9] adrp x0, l_.str.721@PAGE add x0, x0, l_.str.721@PAGEOFF bl _scanf ldr x9, [sp, #80] ; 8-byte Folded Reload ldr x0, [sp, #1008] ldr w8, [sp, #1032] ; implicit-def: $x10 mov x10, x8 ldr d0, [sp, #1016] mov x8, sp str x10, [x8] str x9, [x8, #8] str d0, [x8, #16] adrp x1, l_.str.722@PAGE add x1, x1, l_.str.722@PAGEOFF bl _fprintf ldr d0, [sp, #1016] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB0_985 b LBB0_984 LBB0_984: ; in Loop: Header=BB0_982 Depth=3 adrp x0, l_.str.723@PAGE add x0, x0, l_.str.723@PAGEOFF str x0, [sp, #56] ; 8-byte Folded Spill bl _printf ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #1008] bl _fprintf b LBB0_991 LBB0_985: ; in Loop: Header=BB0_982 Depth=3 ldr d0, [sp, #1016] fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB0_987 b LBB0_986 LBB0_986: ; in Loop: Header=BB0_982 Depth=3 adrp x0, l_.str.724@PAGE add x0, x0, l_.str.724@PAGEOFF str x0, [sp, #48] ; 8-byte Folded Spill bl _printf ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x0, [sp, #1008] bl _fprintf b LBB0_990 LBB0_987: ; in Loop: Header=BB0_982 Depth=3 ldr d0, [sp, #1016] fcmp d0, #0.0 cset w8, pl tbnz w8, #0, LBB0_989 b LBB0_988 LBB0_988: ; in Loop: Header=BB0_982 Depth=3 adrp x0, l_.str.725@PAGE add x0, x0, l_.str.725@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _printf ldr x1, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #1008] bl _fprintf b LBB0_989 LBB0_989: ; in Loop: Header=BB0_982 Depth=3 b LBB0_990 LBB0_990: ; in Loop: Header=BB0_982 Depth=3 b LBB0_991 LBB0_991: ; in Loop: Header=BB0_982 Depth=3 adrp x0, l_.str.726@PAGE add x0, x0, l_.str.726@PAGEOFF bl _printf mov x9, sp add x8, sp, #1028 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_982 LBB0_992: ; in Loop: Header=BB0_973 Depth=2 b LBB0_994 LBB0_993: ; in Loop: Header=BB0_973 Depth=2 adrp x0, l_.str.727@PAGE add x0, x0, l_.str.727@PAGEOFF bl _printf mov x9, sp add x8, sp, #2098 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _scanf ldr x0, [sp, #32] ; 8-byte Folded Reload bl _eflores b LBB0_994 LBB0_994: ; in Loop: Header=BB0_973 Depth=2 adrp x0, l_.str.728@PAGE add x0, x0, l_.str.728@PAGEOFF bl _printf mov x9, sp add x8, sp, #2044 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_973 LBB0_995: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_996: ; in Loop: Header=BB0_1 Depth=1 b LBB0_997 LBB0_997: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_999 b LBB0_998 LBB0_998: ; in Loop: Header=BB0_997 Depth=2 bl _story bl _elf mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB0_997 LBB0_999: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_1000: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1001 LBB0_1001: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #2040] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1012 b LBB0_1002 LBB0_1002: ; in Loop: Header=BB0_1001 Depth=2 adrp x0, l_.str.729@PAGE add x0, x0, l_.str.729@PAGEOFF bl _puts adrp x0, l_.str.730@PAGE add x0, x0, l_.str.730@PAGEOFF bl _puts adrp x0, l_.str.731@PAGE add x0, x0, l_.str.731@PAGEOFF bl _puts adrp x0, l_.str.732@PAGE add x0, x0, l_.str.732@PAGEOFF bl _puts adrp x0, l_.str.733@PAGE add x0, x0, l_.str.733@PAGEOFF bl _puts adrp x0, l_.str.734@PAGE add x0, x0, l_.str.734@PAGEOFF bl _puts adrp x0, l_.str.735@PAGE add x0, x0, l_.str.735@PAGEOFF bl _puts mov x9, sp add x8, sp, #2040 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #2040] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1004 b LBB0_1003 LBB0_1003: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.736@PAGE add x0, x0, l_.str.736@PAGEOFF bl _puts adrp x0, l_.str.737@PAGE add x0, x0, l_.str.737@PAGEOFF bl _puts b LBB0_1012 LBB0_1004: ; in Loop: Header=BB0_1001 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1006 b LBB0_1005 LBB0_1005: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.738@PAGE add x0, x0, l_.str.738@PAGEOFF bl _puts adrp x0, l_.str.739@PAGE add x0, x0, l_.str.739@PAGEOFF bl _puts b LBB0_1012 LBB0_1006: ; in Loop: Header=BB0_1001 Depth=2 ldr w8, [sp, #2040] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_1008 b LBB0_1007 LBB0_1007: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.740@PAGE add x0, x0, l_.str.740@PAGEOFF bl _puts mov x9, sp add x8, sp, #1, lsl #12 ; =4096 add x8, x8, #2840 str x8, [x9] adrp x0, l_.str.741@PAGE add x0, x0, l_.str.741@PAGEOFF bl _printf adrp x0, l_.str.739@PAGE add x0, x0, l_.str.739@PAGEOFF bl _puts b LBB0_1012 LBB0_1008: ; in Loop: Header=BB0_1001 Depth=2 adrp x0, l_.str.742@PAGE add x0, x0, l_.str.742@PAGEOFF bl _puts b LBB0_1009 LBB0_1009: ; in Loop: Header=BB0_1001 Depth=2 b LBB0_1010 LBB0_1010: ; in Loop: Header=BB0_1001 Depth=2 b LBB0_1011 LBB0_1011: ; in Loop: Header=BB0_1001 Depth=2 b LBB0_1001 LBB0_1012: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1013 LBB0_1013: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_1014: str wzr, [sp, #2092] b LBB0_1015 LBB0_1015: ldr w8, [sp, #2092] str w8, [sp, #28] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_1017 b LBB0_1016 LBB0_1016: bl ___stack_chk_fail LBB0_1017: ldr w0, [sp, #28] ; 4-byte Folded Reload add sp, sp, #1, lsl #12 ; =4096 add sp, sp, #3104 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_4-Ltmp0 .long LBB0_67-Ltmp0 .long LBB0_78-Ltmp0 .long LBB0_118-Ltmp0 .long LBB0_122-Ltmp0 .long LBB0_130-Ltmp0 .long LBB0_138-Ltmp0 .long LBB0_182-Ltmp0 .long LBB0_198-Ltmp0 .long LBB0_343-Ltmp0 .long LBB0_354-Ltmp0 .long LBB0_365-Ltmp0 .long LBB0_369-Ltmp0 .long LBB0_378-Ltmp0 .long LBB0_411-Ltmp0 .long LBB0_421-Ltmp0 .long LBB0_434-Ltmp0 .long LBB0_438-Ltmp0 .long LBB0_442-Ltmp0 .long LBB0_461-Ltmp0 .long LBB0_539-Ltmp0 .long LBB0_603-Ltmp0 .long LBB0_607-Ltmp0 .long LBB0_617-Ltmp0 .long LBB0_634-Ltmp0 .long LBB0_644-Ltmp0 .long LBB0_657-Ltmp0 .long LBB0_679-Ltmp0 .long LBB0_726-Ltmp0 .long LBB0_761-Ltmp0 .long LBB0_811-Ltmp0 .long LBB0_893-Ltmp0 .long LBB0_907-Ltmp0 .long LBB0_911-Ltmp0 .long LBB0_915-Ltmp0 .long LBB0_919-Ltmp0 .long LBB0_923-Ltmp0 .long LBB0_972-Ltmp0 .long LBB0_996-Ltmp0 .long LBB0_1000-Ltmp0 .p2align 2 lJTI0_1: .long LBB0_976-Ltmp7 .long LBB0_980-Ltmp7 .long LBB0_981-Ltmp7 .long LBB0_993-Ltmp7 .p2align 2 lJTI0_2: .long LBB0_778-Ltmp6 .long LBB0_803-Ltmp6 .long LBB0_804-Ltmp6 .long LBB0_805-Ltmp6 .p2align 2 lJTI0_3: .long LBB0_684-Ltmp5 .long LBB0_685-Ltmp5 .long LBB0_688-Ltmp5 .long LBB0_694-Ltmp5 .long LBB0_709-Ltmp5 .p2align 2 lJTI0_4: .long LBB0_669-Ltmp4 .long LBB0_670-Ltmp4 .long LBB0_671-Ltmp4 .long LBB0_672-Ltmp4 .long LBB0_673-Ltmp4 .p2align 2 lJTI0_5: .long LBB0_649-Ltmp3 .long LBB0_650-Ltmp3 .long LBB0_651-Ltmp3 .long LBB0_652-Ltmp3 .p2align 2 lJTI0_6: .long LBB0_551-Ltmp2 .long LBB0_557-Ltmp2 .long LBB0_563-Ltmp2 .long LBB0_569-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_551-Ltmp2 .long LBB0_557-Ltmp2 .long LBB0_563-Ltmp2 .long LBB0_569-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_576-Ltmp2 .long LBB0_575-Ltmp2 .p2align 2 lJTI0_7: .long LBB0_142-Ltmp1 .long LBB0_152-Ltmp1 .long LBB0_160-Ltmp1 .long LBB0_166-Ltmp1 .long LBB0_167-Ltmp1 ; -- End function .globl _averageMk ; -- Begin function averageMk .p2align 2 _averageMk: ; @averageMk .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] str wzr, [sp, #4] ldr w8, [sp, #12] ldr w9, [sp, #8] sdiv w8, w8, w9 str w8, [sp, #4] ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _ggPromtMk ; -- Begin function ggPromtMk .p2align 2 _ggPromtMk: ; @ggPromtMk .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, #1 cset w8, le tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str.1384@PAGE add x0, x0, l_.str.1384@PAGEOFF bl _puts b LBB2_3 LBB2_2: adrp x0, l_.str.1385@PAGE add x0, x0, l_.str.1385@PAGEOFF bl _puts b LBB2_3 LBB2_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _flurbos ; -- Begin function flurbos .p2align 2 _flurbos: ; @flurbos .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.1232@PAGE add x0, x0, l_.str.1232@PAGEOFF bl _puts mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf adrp x0, l_.str.1233@PAGE add x0, x0, l_.str.1233@PAGEOFF bl _puts str wzr, [sp, #8] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_4 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-4] ldur w9, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-4] b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB3_1 LBB3_4: ldur w8, [x29, #-4] ldr w9, [sp, #8] sdiv w8, w8, w9 scvtf s0, w8 str s0, [sp, #16] ldr s0, [sp, #16] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.1234@PAGE add x0, x0, l_.str.1234@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _stars ; -- Begin function stars .p2align 2 _stars: ; @stars .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 bl _rand mov w9, #50 sdiv w8, w0, w9 mul w8, w8, w9 subs w9, w0, w8 mov w8, #1 add w9, w9, #1 str w9, [sp, #8] ldr w9, [sp, #8] stur w9, [x29, #-8] stur w8, [x29, #-12] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_3 Depth 2 ; Child Loop BB4_7 Depth 2 ldur w8, [x29, #-12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_12 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 mov w8, #1 str w8, [sp, #12] b LBB4_3 LBB4_3: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] ldur w9, [x29, #-8] subs w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=2 adrp x0, l_.str.1229@PAGE add x0, x0, l_.str.1229@PAGEOFF bl _printf b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB4_3 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB4_7 LBB4_7: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w10, [x29, #-12] mov w9, #2 mul w9, w9, w10 subs w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB4_10 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_7 Depth=2 adrp x0, l_.str.1230@PAGE add x0, x0, l_.str.1230@PAGEOFF bl _printf b LBB4_9 LBB4_9: ; in Loop: Header=BB4_7 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB4_7 LBB4_10: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-8] adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf b LBB4_11 LBB4_11: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_1 LBB4_12: adrp x0, l_.str.1231@PAGE add x0, x0, l_.str.1231@PAGEOFF bl _puts ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _planets ; -- Begin function planets .p2align 2 _planets: ; @planets .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] sub x8, x29, #32 str x8, [sp, #56] ; 8-byte Folded Spill stur wzr, [x29, #-32] adrp x8, l___const.planets.keyword@PAGE add x8, x8, l___const.planets.keyword@PAGEOFF ldr w8, [x8] stur w8, [x29, #-36] adrp x8, l___const.planets.pharase@PAGE add x8, x8, l___const.planets.pharase@PAGEOFF ldr w8, [x8] stur w8, [x29, #-44] adrp x0, l_.str.1235@PAGE add x0, x0, l_.str.1235@PAGEOFF bl _puts ldr x8, [sp, #56] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _puts ldur w8, [x29, #-32] stur w8, [x29, #-48] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB5_3 b LBB5_1 LBB5_1: ldur w8, [x29, #-48] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB5_10 b LBB5_2 LBB5_2: ldur w8, [x29, #-48] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB5_11 b LBB5_18 LBB5_3: adrp x0, l_.str.1236@PAGE add x0, x0, l_.str.1236@PAGEOFF bl _puts adrp x0, l_.str.1237@PAGE add x0, x0, l_.str.1237@PAGEOFF bl _puts adrp x0, l_.str.1238@PAGE add x0, x0, l_.str.1238@PAGEOFF bl _puts adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF str x0, [sp, #48] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.1239@PAGE add x0, x0, l_.str.1239@PAGEOFF bl _puts ldr x0, [sp, #48] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1240@PAGE add x0, x0, l_.str.1240@PAGEOFF bl _puts adrp x0, l_.str.1241@PAGE add x0, x0, l_.str.1241@PAGEOFF bl _puts b LBB5_4 LBB5_4: ; =>This Inner Loop Header: Depth=1 sub x0, x29, #39 adrp x1, l_.str.1242@PAGE add x1, x1, l_.str.1242@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB5_9 b LBB5_5 LBB5_5: ; in Loop: Header=BB5_4 Depth=1 mov x9, sp sub x8, x29, #39 str x8, [sp, #40] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x0, [sp, #40] ; 8-byte Folded Reload adrp x1, l_.str.1242@PAGE add x1, x1, l_.str.1242@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf adrp x0, l_.str.1243@PAGE add x0, x0, l_.str.1243@PAGEOFF bl _printf adrp x0, l_.str.1244@PAGE add x0, x0, l_.str.1244@PAGEOFF bl _printf adrp x0, l_.str.1245@PAGE add x0, x0, l_.str.1245@PAGEOFF bl _printf b LBB5_9 LBB5_7: ; in Loop: Header=BB5_4 Depth=1 adrp x0, l_.str.1246@PAGE add x0, x0, l_.str.1246@PAGEOFF bl _printf b LBB5_8 LBB5_8: ; in Loop: Header=BB5_4 Depth=1 b LBB5_4 LBB5_9: b LBB5_18 LBB5_10: adrp x0, l_.str.1236@PAGE add x0, x0, l_.str.1236@PAGEOFF bl _puts adrp x0, l_.str.1247@PAGE add x0, x0, l_.str.1247@PAGEOFF bl _puts adrp x0, l_.str.1248@PAGE add x0, x0, l_.str.1248@PAGEOFF bl _puts adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.1249@PAGE add x0, x0, l_.str.1249@PAGEOFF bl _puts ldr x0, [sp, #32] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1250@PAGE add x0, x0, l_.str.1250@PAGEOFF bl _puts adrp x0, l_.str.1251@PAGE add x0, x0, l_.str.1251@PAGEOFF bl _puts bl _noteFromRick b LBB5_18 LBB5_11: adrp x0, l_.str.1236@PAGE add x0, x0, l_.str.1236@PAGEOFF bl _puts adrp x0, l_.str.1252@PAGE add x0, x0, l_.str.1252@PAGEOFF bl _puts adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1253@PAGE add x0, x0, l_.str.1253@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1254@PAGE add x0, x0, l_.str.1254@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1255@PAGE add x0, x0, l_.str.1255@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1256@PAGE add x0, x0, l_.str.1256@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1257@PAGE add x0, x0, l_.str.1257@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1258@PAGE add x0, x0, l_.str.1258@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1259@PAGE add x0, x0, l_.str.1259@PAGEOFF bl _puts b LBB5_12 LBB5_12: ; =>This Inner Loop Header: Depth=1 sub x0, x29, #27 adrp x1, l_.str.1260@PAGE add x1, x1, l_.str.1260@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB5_17 b LBB5_13 LBB5_13: ; in Loop: Header=BB5_12 Depth=1 mov x9, sp sub x8, x29, #27 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x0, [sp, #16] ; 8-byte Folded Reload adrp x1, l_.str.1260@PAGE add x1, x1, l_.str.1260@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB5_15 b LBB5_14 LBB5_14: adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1261@PAGE add x0, x0, l_.str.1261@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1244@PAGE add x0, x0, l_.str.1244@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.1245@PAGE add x0, x0, l_.str.1245@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts b LBB5_17 LBB5_15: ; in Loop: Header=BB5_12 Depth=1 adrp x0, l_.str.1262@PAGE add x0, x0, l_.str.1262@PAGEOFF bl _printf b LBB5_16 LBB5_16: ; in Loop: Header=BB5_12 Depth=1 b LBB5_12 LBB5_17: b LBB5_18 LBB5_18: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB5_20 b LBB5_19 LBB5_19: bl ___stack_chk_fail LBB5_20: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _goodBye ; -- Begin function goodBye .p2align 2 _goodBye: ; @goodBye .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] adrp x9, l___const.goodBye.message@PAGE add x9, x9, l___const.goodBye.message@PAGEOFF ldr x10, [x9] add x8, sp, #24 str x10, [sp, #24] ldrb w9, [x9, #8] strb w9, [sp, #32] str x8, [sp, #8] str wzr, [sp, #20] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #20] subs x8, x8, #9 cset w8, hs tbnz w8, #0, LBB6_4 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #8] ldrsb w10, [x8] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB6_1 LBB6_4: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: bl ___stack_chk_fail LBB6_6: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _RollArray ; -- Begin function RollArray .p2align 2 _RollArray: ; @RollArray .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] bl _rand mov w9, #6 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #4] ldr w8, [sp, #4] ldr x9, [sp, #8] str w8, [x9, #4] ldr w0, [sp, #4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Prt ; -- Begin function Prt .p2align 2 _Prt: ; @Prt .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.760@PAGE add x0, x0, l_.str.760@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _nV ; -- Begin function nV .p2align 2 _nV: ; @nV .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 wzr, [sp, #16] stur wzr, [x29, #-12] b LBB9_1 LBB9_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #21 cset w8, ge tbnz w8, #0, LBB9_18 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-12] ldrsb w8, [x8, x9] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #65 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_3 LBB9_3: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #69 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_4 LBB9_4: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #73 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_5 LBB9_5: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #79 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_6 LBB9_6: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #85 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_7 LBB9_7: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #89 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_8 LBB9_8: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #97 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_9 LBB9_9: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #101 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_10 LBB9_10: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #105 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_11 LBB9_11: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #111 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_12 LBB9_12: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #117 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_13 LBB9_13: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB9_15 b LBB9_14 LBB9_14: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB9_16 LBB9_15: ; in Loop: Header=BB9_1 Depth=1 b LBB9_16 LBB9_16: ; in Loop: Header=BB9_1 Depth=1 b LBB9_17 LBB9_17: ; in Loop: Header=BB9_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB9_1 LBB9_18: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.761@PAGE add x0, x0, l_.str.761@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _TossBag ; -- Begin function TossBag .p2align 2 _TossBag: ; @TossBag .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #8] stur wzr, [x29, #-12] b LBB10_1 LBB10_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB10_4 b LBB10_2 LBB10_2: ; in Loop: Header=BB10_1 Depth=1 bl _rand mov w9, #3 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #16] ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] add w8, w8, #1 ldur x9, [x29, #-8] ldrsw x10, [sp, #16] str w8, [x9, x10, lsl #2] ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB10_3 LBB10_3: ; in Loop: Header=BB10_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB10_1 LBB10_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _BagTossed ; -- Begin function BagTossed .p2align 2 _BagTossed: ; @BagTossed .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB11_4 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 ldur w8, [x29, #-12] add w11, w8, #1 ldur x8, [x29, #-8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x11 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.763@PAGE add x0, x0, l_.str.763@PAGEOFF bl _printf ldur x8, [x29, #-8] add x8, x8, #4 stur x8, [x29, #-8] b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB11_1 LBB11_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printMessage ; -- Begin function printMessage .p2align 2 _printMessage: ; @printMessage .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] adrp x0, l_.str.1022@PAGE add x0, x0, l_.str.1022@PAGEOFF bl _printf b LBB12_1 LBB12_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB12_3 b LBB12_2 LBB12_2: ; in Loop: Header=BB12_1 Depth=1 ldur x8, [x29, #-8] 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.1023@PAGE add x0, x0, l_.str.1023@PAGEOFF bl _printf ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB12_1 LBB12_3: adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _decodeMessage ; -- Begin function decodeMessage .p2align 2 _decodeMessage: ; @decodeMessage .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] str x3, [sp, #32] adrp x0, l_.str.1024@PAGE add x0, x0, l_.str.1024@PAGEOFF bl _puts str wzr, [sp, #28] b LBB13_1 LBB13_1: ; =>This Loop Header: Depth=1 ; Child Loop BB13_5 Depth 2 ldr w8, [sp, #28] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB13_9 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #28] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1025@PAGE add x0, x0, l_.str.1025@PAGEOFF bl _printf mov x9, sp add x8, sp, #23 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldur x8, [x29, #-16] ldrsw x9, [sp, #28] ldr w8, [x8, x9, lsl #2] subs w8, w8, #1 str w8, [sp, #24] ldur x8, [x29, #-8] ldrsw x9, [sp, #24] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #22] ldrsb w8, [sp, #23] ldrsb w9, [sp, #22] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB13_4 b LBB13_3 LBB13_3: ; in Loop: Header=BB13_1 Depth=1 ldur x9, [x29, #-24] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB13_4 LBB13_4: ; in Loop: Header=BB13_1 Depth=1 b LBB13_5 LBB13_5: ; Parent Loop BB13_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldrsb w8, [sp, #23] ldrsb w9, [sp, #22] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_7 b LBB13_6 LBB13_6: ; in Loop: Header=BB13_5 Depth=2 ldur x8, [x29, #-16] ldrsw x9, [sp, #28] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1026@PAGE add x0, x0, l_.str.1026@PAGEOFF bl _printf mov x9, sp add x8, sp, #23 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldur x9, [x29, #-24] ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldr x9, [sp, #32] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB13_5 LBB13_7: ; in Loop: Header=BB13_1 Depth=1 b LBB13_8 LBB13_8: ; in Loop: Header=BB13_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB13_1 LBB13_9: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _userFate ; -- Begin function userFate .p2align 2 _userFate: ; @userFate .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] movi d0, #0000000000000000 str d0, [sp, #24] str d0, [sp, #16] ldur w8, [x29, #-4] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB14_3 b LBB14_4 LBB14_2: adrp x0, l_.str.1027@PAGE add x0, x0, l_.str.1027@PAGEOFF bl _puts b LBB14_4 LBB14_3: adrp x0, l_.str.1028@PAGE add x0, x0, l_.str.1028@PAGEOFF bl _puts b LBB14_4 LBB14_4: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB14_10 b LBB14_5 LBB14_5: stur wzr, [x29, #-8] b LBB14_6 LBB14_6: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB14_9 b LBB14_7 LBB14_7: ; in Loop: Header=BB14_6 Depth=1 adrp x0, l_.str.1029@PAGE add x0, x0, l_.str.1029@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur s1, [x29, #-12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldr d0, [sp, #16] fadd d0, d0, d1 str d0, [sp, #16] b LBB14_8 LBB14_8: ; in Loop: Header=BB14_6 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB14_6 LBB14_9: ldr d0, [sp, #16] fmov d1, #3.00000000 fdiv d0, d0, d1 str d0, [sp, #24] ldr d0, [sp, #24] mov x8, sp str d0, [x8] adrp x0, l_.str.1030@PAGE add x0, x0, l_.str.1030@PAGEOFF bl _printf b LBB14_10 LBB14_10: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _mbchoice ; -- Begin function mbchoice .p2align 2 _mbchoice: ; @mbchoice .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, #65 stur w8, [x29, #-4] mov w8, #10 str w8, [sp, #16] adrp x0, l_.str.1265@PAGE add x0, x0, l_.str.1265@PAGEOFF bl _puts adrp x0, l_.str.1266@PAGE add x0, x0, l_.str.1266@PAGEOFF bl _puts adrp x0, l_.str.1267@PAGE add x0, x0, l_.str.1267@PAGEOFF bl _puts b LBB15_1 LBB15_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB15_9 b LBB15_2 LBB15_2: ; in Loop: Header=BB15_1 Depth=1 adrp x0, l_.str.1268@PAGE add x0, x0, l_.str.1268@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB15_4 b LBB15_3 LBB15_3: ; in Loop: Header=BB15_1 Depth=1 adrp x0, l_.str.1269@PAGE add x0, x0, l_.str.1269@PAGEOFF bl _printf ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB15_1 LBB15_4: ; in Loop: Header=BB15_1 Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB15_6 b LBB15_5 LBB15_5: ; in Loop: Header=BB15_1 Depth=1 adrp x0, l_.str.1270@PAGE add x0, x0, l_.str.1270@PAGEOFF bl _printf ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB15_1 LBB15_6: b LBB15_7 LBB15_7: b LBB15_8 LBB15_8: adrp x0, l_.str.1271@PAGE add x0, x0, l_.str.1271@PAGEOFF bl _printf adrp x0, l_.str.1272@PAGE add x0, x0, l_.str.1272@PAGEOFF bl _printf b LBB15_9 LBB15_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _mbchoice2 ; -- Begin function mbchoice2 .p2align 2 _mbchoice2: ; @mbchoice2 .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] adrp x9, l___const.mbchoice2.mbstring@PAGE add x9, x9, l___const.mbchoice2.mbstring@PAGEOFF ldr q0, [x9] sub x8, x29, #48 str x8, [sp, #24] ; 8-byte Folded Spill stur q0, [x29, #-48] ldur q0, [x9, #14] stur q0, [x8, #14] adrp x0, l_.str.1273@PAGE add x0, x0, l_.str.1273@PAGEOFF bl _printf adrp x0, l_.str.1274@PAGE add x0, x0, l_.str.1274@PAGEOFF bl _printf adrp x0, l_.str.1275@PAGE add x0, x0, l_.str.1275@PAGEOFF bl _printf mov x9, sp add x8, sp, #34 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB16_2 b LBB16_1 LBB16_1: adrp x0, l_.str.1276@PAGE add x0, x0, l_.str.1276@PAGEOFF bl _printf adrp x0, l_.str.1277@PAGE add x0, x0, l_.str.1277@PAGEOFF bl _printf adrp x0, l_.str.1278@PAGE add x0, x0, l_.str.1278@PAGEOFF bl _printf b LBB16_3 LBB16_2: adrp x0, l_.str.1279@PAGE add x0, x0, l_.str.1279@PAGEOFF bl _printf adrp x0, l_.str.1280@PAGE add x0, x0, l_.str.1280@PAGEOFF bl _printf b LBB16_3 LBB16_3: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB16_5 b LBB16_4 LBB16_4: bl ___stack_chk_fail LBB16_5: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _mQcontinue ; -- Begin function mQcontinue .p2align 2 _mQcontinue: ; @mQcontinue .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.832@PAGE add x0, x0, l_.str.832@PAGEOFF bl _printf adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] bl _fflush b LBB17_1 LBB17_1: ; =>This Inner Loop Header: Depth=1 bl _getchar subs w8, w0, #48 cset w8, eq tbnz w8, #0, LBB17_3 b LBB17_2 LBB17_2: ; in Loop: Header=BB17_1 Depth=1 b LBB17_1 LBB17_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _mQhelpMenu ; -- Begin function mQhelpMenu .p2align 2 _mQhelpMenu: ; @mQhelpMenu .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.179@PAGE add x0, x0, l_.str.179@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.819@PAGE add x0, x0, l_.str.819@PAGEOFF bl _puts adrp x0, l_.str.820@PAGE add x0, x0, l_.str.820@PAGEOFF bl _puts ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _mQuserInput ; -- Begin function mQuserInput .p2align 2 _mQuserInput: ; @mQuserInput .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.833@PAGE add x0, x0, l_.str.833@PAGEOFF bl _printf adrp x0, l_.str.834@PAGE add x0, x0, l_.str.834@PAGEOFF bl _printf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] adrp x0, _uInput@GOTPAGE ldr x0, [x0, _uInput@GOTPAGEOFF] mov w1, #20 bl _fgets subs x8, x0, #0 cset w8, ne and w0, w8, #0x1 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _mQparser1 ; -- Begin function mQparser1 .p2align 2 _mQparser1: ; @mQparser1 .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, _inventory@PAGE add x8, x8, _inventory@PAGEOFF str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-40] stur x1, [x29, #-48] str x2, [sp, #56] adrp x0, _uInput@GOTPAGE ldr x0, [x0, _uInput@GOTPAGEOFF] adrp x1, l_.str.835@PAGE add x1, x1, l_.str.835@PAGEOFF bl _strtok str x0, [sp, #48] mov x0, #0 adrp x1, l_.str.804@PAGE add x1, x1, l_.str.804@PAGEOFF bl _strtok str x0, [sp, #40] str wzr, [sp, #36] ldur x0, [x29, #-48] bl _rewind ldr x8, [sp, #24] ; 8-byte Folded Reload ldrb w8, [x8, #6] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB20_2 b LBB20_1 LBB20_1: stur wzr, [x29, #-32] b LBB20_124 LBB20_2: ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB20_123 b LBB20_3 LBB20_3: ldr x0, [sp, #48] adrp x1, l_.str.836@PAGE add x1, x1, l_.str.836@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_5 b LBB20_4 LBB20_4: stur wzr, [x29, #-32] b LBB20_124 LBB20_5: ldr x0, [sp, #48] adrp x1, l_.str.837@PAGE add x1, x1, l_.str.837@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_12 b LBB20_6 LBB20_6: adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system adrp x0, l_.str.838@PAGE add x0, x0, l_.str.838@PAGEOFF bl _puts adrp x0, l_.str.160@PAGE add x0, x0, l_.str.160@PAGEOFF bl _puts adrp x0, l_.str.839@PAGE add x0, x0, l_.str.839@PAGEOFF bl _puts b LBB20_7 LBB20_7: ; =>This Inner Loop Header: Depth=1 bl _mQuserInput subs w8, w0, #0 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB20_9 b LBB20_8 LBB20_8: ; in Loop: Header=BB20_7 Depth=1 ldur x0, [x29, #-40] ldur x1, [x29, #-48] adrp x2, _inventory@PAGE add x2, x2, _inventory@PAGEOFF bl _mQparser2 subs w8, w0, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB20_9 LBB20_9: ; in Loop: Header=BB20_7 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB20_11 b LBB20_10 LBB20_10: ; in Loop: Header=BB20_7 Depth=1 b LBB20_7 LBB20_11: b LBB20_113 LBB20_12: ldr x0, [sp, #48] adrp x1, l_.str.840@PAGE add x1, x1, l_.str.840@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_14 b LBB20_13 LBB20_13: bl _mQhelpMenu b LBB20_112 LBB20_14: ldr x0, [sp, #48] adrp x1, l_.str.841@PAGE add x1, x1, l_.str.841@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_16 b LBB20_15 LBB20_15: ldr w0, [sp, #36] adrp x1, _locations@PAGE add x1, x1, _locations@PAGEOFF bl _mQprintLocations b LBB20_111 LBB20_16: ldr x0, [sp, #48] adrp x1, l_.str.842@PAGE add x1, x1, l_.str.842@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_18 b LBB20_17 LBB20_17: adrp x0, l_.str.843@PAGE add x0, x0, l_.str.843@PAGEOFF bl _puts b LBB20_110 LBB20_18: ldr x0, [sp, #48] adrp x1, l_.str.844@PAGE add x1, x1, l_.str.844@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_63 b LBB20_19 LBB20_19: ldr x0, [sp, #40] adrp x1, l_.str.845@PAGE add x1, x1, l_.str.845@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_21 b LBB20_20 LBB20_20: ldr x0, [sp, #40] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_22 b LBB20_21 LBB20_21: adrp x0, l_.str.846@PAGE add x0, x0, l_.str.846@PAGEOFF bl _puts b LBB20_62 LBB20_22: ldr x0, [sp, #40] adrp x1, l_.str.847@PAGE add x1, x1, l_.str.847@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_24 b LBB20_23 LBB20_23: ldr x0, [sp, #40] 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, LBB20_25 b LBB20_24 LBB20_24: adrp x0, l_.str.848@PAGE add x0, x0, l_.str.848@PAGEOFF bl _puts adrp x0, l_.str.849@PAGE add x0, x0, l_.str.849@PAGEOFF bl _puts adrp x0, l_.str.850@PAGE add x0, x0, l_.str.850@PAGEOFF bl _puts adrp x0, l_.str.851@PAGE add x0, x0, l_.str.851@PAGEOFF bl _puts adrp x0, l_.str.852@PAGE add x0, x0, l_.str.852@PAGEOFF bl _puts b LBB20_61 LBB20_25: ldr x0, [sp, #40] adrp x1, l_.str.853@PAGE add x1, x1, l_.str.853@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_27 b LBB20_26 LBB20_26: ldr x0, [sp, #40] adrp x1, l_.str.854@PAGE add x1, x1, l_.str.854@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_28 b LBB20_27 LBB20_27: adrp x0, l_.str.855@PAGE add x0, x0, l_.str.855@PAGEOFF bl _puts b LBB20_60 LBB20_28: ldr x0, [sp, #40] adrp x1, l_.str.856@PAGE add x1, x1, l_.str.856@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_30 b LBB20_29 LBB20_29: ldr x0, [sp, #40] adrp x1, l_.str.857@PAGE add x1, x1, l_.str.857@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_31 b LBB20_30 LBB20_30: adrp x0, l_.str.858@PAGE add x0, x0, l_.str.858@PAGEOFF bl _puts b LBB20_59 LBB20_31: ldr x0, [sp, #40] adrp x1, l_.str.859@PAGE add x1, x1, l_.str.859@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_33 b LBB20_32 LBB20_32: ldr x0, [sp, #40] adrp x1, l_.str.860@PAGE add x1, x1, l_.str.860@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_34 b LBB20_33 LBB20_33: adrp x0, l_.str.861@PAGE add x0, x0, l_.str.861@PAGEOFF bl _puts b LBB20_58 LBB20_34: ldr x0, [sp, #40] adrp x1, l_.str.862@PAGE add x1, x1, l_.str.862@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_36 b LBB20_35 LBB20_35: ldr x0, [sp, #40] 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, LBB20_37 b LBB20_36 LBB20_36: adrp x0, l_.str.863@PAGE add x0, x0, l_.str.863@PAGEOFF bl _puts adrp x0, l_.str.864@PAGE add x0, x0, l_.str.864@PAGEOFF bl _puts adrp x0, l_.str.865@PAGE add x0, x0, l_.str.865@PAGEOFF bl _puts adrp x0, l_.str.866@PAGE add x0, x0, l_.str.866@PAGEOFF bl _puts adrp x0, l_.str.867@PAGE add x0, x0, l_.str.867@PAGEOFF bl _puts b LBB20_57 LBB20_37: ldr x0, [sp, #40] adrp x1, l_.str.868@PAGE add x1, x1, l_.str.868@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_39 b LBB20_38 LBB20_38: ldr x0, [sp, #40] adrp x1, l_.str.869@PAGE add x1, x1, l_.str.869@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_40 b LBB20_39 LBB20_39: adrp x0, l_.str.870@PAGE add x0, x0, l_.str.870@PAGEOFF bl _puts b LBB20_56 LBB20_40: ldr x0, [sp, #40] adrp x1, l_.str.871@PAGE add x1, x1, l_.str.871@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_44 b LBB20_41 LBB20_41: ldr x0, [sp, #40] adrp x1, l_.str.872@PAGE add x1, x1, l_.str.872@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_44 b LBB20_42 LBB20_42: ldr x0, [sp, #40] adrp x1, l_.str.873@PAGE add x1, x1, l_.str.873@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_44 b LBB20_43 LBB20_43: ldr x0, [sp, #40] adrp x1, l_.str.874@PAGE add x1, x1, l_.str.874@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_45 b LBB20_44 LBB20_44: adrp x0, l_.str.875@PAGE add x0, x0, l_.str.875@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.877@PAGE add x1, x1, l_.str.877@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB20_55 LBB20_45: ldr x0, [sp, #40] adrp x1, l_.str.878@PAGE add x1, x1, l_.str.878@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_49 b LBB20_46 LBB20_46: ldr x0, [sp, #40] adrp x1, l_.str.879@PAGE add x1, x1, l_.str.879@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_49 b LBB20_47 LBB20_47: ldr x0, [sp, #40] adrp x1, l_.str.880@PAGE add x1, x1, l_.str.880@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_49 b LBB20_48 LBB20_48: ldr x0, [sp, #40] adrp x1, l_.str.881@PAGE add x1, x1, l_.str.881@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_50 b LBB20_49 LBB20_49: adrp x0, l_.str.882@PAGE add x0, x0, l_.str.882@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.883@PAGE add x1, x1, l_.str.883@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush b LBB20_54 LBB20_50: ldr x0, [sp, #40] adrp x1, l_.str.884@PAGE add x1, x1, l_.str.884@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_52 b LBB20_51 LBB20_51: ldr x0, [sp, #40] adrp x1, l_.str.885@PAGE add x1, x1, l_.str.885@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_53 b LBB20_52 LBB20_52: adrp x0, l_.str.886@PAGE add x0, x0, l_.str.886@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.887@PAGE add x1, x1, l_.str.887@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush b LBB20_53 LBB20_53: b LBB20_54 LBB20_54: b LBB20_55 LBB20_55: b LBB20_56 LBB20_56: b LBB20_57 LBB20_57: b LBB20_58 LBB20_58: b LBB20_59 LBB20_59: b LBB20_60 LBB20_60: b LBB20_61 LBB20_61: b LBB20_62 LBB20_62: b LBB20_109 LBB20_63: ldr x0, [sp, #48] adrp x1, l_.str.888@PAGE add x1, x1, l_.str.888@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_107 b LBB20_64 LBB20_64: ldr x0, [sp, #40] adrp x1, l_.str.845@PAGE add x1, x1, l_.str.845@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_66 b LBB20_65 LBB20_65: ldr x0, [sp, #40] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_67 b LBB20_66 LBB20_66: adrp x0, l_.str.889@PAGE add x0, x0, l_.str.889@PAGEOFF bl _puts b LBB20_106 LBB20_67: ldr x0, [sp, #40] adrp x1, l_.str.847@PAGE add x1, x1, l_.str.847@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_69 b LBB20_68 LBB20_68: ldr x0, [sp, #40] 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, LBB20_70 b LBB20_69 LBB20_69: adrp x0, l_.str.890@PAGE add x0, x0, l_.str.890@PAGEOFF bl _puts adrp x0, l_.str.891@PAGE add x0, x0, l_.str.891@PAGEOFF bl _puts b LBB20_105 LBB20_70: ldr x0, [sp, #40] adrp x1, l_.str.853@PAGE add x1, x1, l_.str.853@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_72 b LBB20_71 LBB20_71: ldr x0, [sp, #40] adrp x1, l_.str.854@PAGE add x1, x1, l_.str.854@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_73 b LBB20_72 LBB20_72: adrp x0, l_.str.892@PAGE add x0, x0, l_.str.892@PAGEOFF bl _puts b LBB20_104 LBB20_73: ldr x0, [sp, #40] adrp x1, l_.str.856@PAGE add x1, x1, l_.str.856@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_75 b LBB20_74 LBB20_74: ldr x0, [sp, #40] adrp x1, l_.str.857@PAGE add x1, x1, l_.str.857@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_76 b LBB20_75 LBB20_75: adrp x0, l_.str.893@PAGE add x0, x0, l_.str.893@PAGEOFF bl _puts b LBB20_103 LBB20_76: ldr x0, [sp, #40] adrp x1, l_.str.859@PAGE add x1, x1, l_.str.859@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_78 b LBB20_77 LBB20_77: ldr x0, [sp, #40] adrp x1, l_.str.860@PAGE add x1, x1, l_.str.860@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_79 b LBB20_78 LBB20_78: adrp x0, l_.str.894@PAGE add x0, x0, l_.str.894@PAGEOFF bl _puts b LBB20_102 LBB20_79: ldr x0, [sp, #40] adrp x1, l_.str.862@PAGE add x1, x1, l_.str.862@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_81 b LBB20_80 LBB20_80: ldr x0, [sp, #40] 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, LBB20_82 b LBB20_81 LBB20_81: adrp x0, l_.str.895@PAGE add x0, x0, l_.str.895@PAGEOFF bl _puts adrp x0, l_.str.896@PAGE add x0, x0, l_.str.896@PAGEOFF bl _puts adrp x0, l_.str.897@PAGE add x0, x0, l_.str.897@PAGEOFF bl _puts adrp x0, l_.str.898@PAGE add x0, x0, l_.str.898@PAGEOFF bl _puts adrp x0, l_.str.899@PAGE add x0, x0, l_.str.899@PAGEOFF bl _puts b LBB20_101 LBB20_82: ldr x0, [sp, #40] adrp x1, l_.str.871@PAGE add x1, x1, l_.str.871@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_86 b LBB20_83 LBB20_83: ldr x0, [sp, #40] adrp x1, l_.str.872@PAGE add x1, x1, l_.str.872@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_86 b LBB20_84 LBB20_84: ldr x0, [sp, #40] adrp x1, l_.str.873@PAGE add x1, x1, l_.str.873@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_86 b LBB20_85 LBB20_85: ldr x0, [sp, #40] adrp x1, l_.str.874@PAGE add x1, x1, l_.str.874@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_87 b LBB20_86 LBB20_86: adrp x0, l_.str.875@PAGE add x0, x0, l_.str.875@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.877@PAGE add x1, x1, l_.str.877@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB20_100 LBB20_87: ldr x0, [sp, #40] adrp x1, l_.str.878@PAGE add x1, x1, l_.str.878@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_91 b LBB20_88 LBB20_88: ldr x0, [sp, #40] adrp x1, l_.str.879@PAGE add x1, x1, l_.str.879@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_91 b LBB20_89 LBB20_89: ldr x0, [sp, #40] adrp x1, l_.str.880@PAGE add x1, x1, l_.str.880@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_91 b LBB20_90 LBB20_90: ldr x0, [sp, #40] adrp x1, l_.str.881@PAGE add x1, x1, l_.str.881@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_92 b LBB20_91 LBB20_91: adrp x0, l_.str.882@PAGE add x0, x0, l_.str.882@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.883@PAGE add x1, x1, l_.str.883@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush b LBB20_99 LBB20_92: ldr x0, [sp, #40] adrp x1, l_.str.884@PAGE add x1, x1, l_.str.884@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB20_94 b LBB20_93 LBB20_93: ldr x0, [sp, #40] adrp x1, l_.str.885@PAGE add x1, x1, l_.str.885@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_95 b LBB20_94 LBB20_94: adrp x0, l_.str.886@PAGE add x0, x0, l_.str.886@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-40] adrp x1, l_.str.887@PAGE add x1, x1, l_.str.887@PAGEOFF bl _fprintf ldur x0, [x29, #-40] bl _fflush b LBB20_98 LBB20_95: ldr x0, [sp, #40] adrp x1, l_.str.900@PAGE add x1, x1, l_.str.900@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB20_97 b LBB20_96 LBB20_96: adrp x0, l_.str.901@PAGE add x0, x0, l_.str.901@PAGEOFF bl _puts adrp x0, l_.str.902@PAGE add x0, x0, l_.str.902@PAGEOFF bl _puts b LBB20_97 LBB20_97: b LBB20_98 LBB20_98: b LBB20_99 LBB20_99: b LBB20_100 LBB20_100: b LBB20_101 LBB20_101: b LBB20_102 LBB20_102: b LBB20_103 LBB20_103: b LBB20_104 LBB20_104: b LBB20_105 LBB20_105: b LBB20_106 LBB20_106: b LBB20_108 LBB20_107: ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.903@PAGE add x0, x0, l_.str.903@PAGEOFF bl _printf b LBB20_108 LBB20_108: b LBB20_109 LBB20_109: b LBB20_110 LBB20_110: b LBB20_111 LBB20_111: b LBB20_112 LBB20_112: b LBB20_113 LBB20_113: b LBB20_114 LBB20_114: ; =>This Inner Loop Header: Depth=1 ldur x2, [x29, #-48] sub x0, x29, #28 mov w1, #20 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB20_118 b LBB20_115 LBB20_115: ; in Loop: Header=BB20_114 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #3 cset w8, le tbnz w8, #0, LBB20_117 b LBB20_116 LBB20_116: adrp x0, l_.str.904@PAGE add x0, x0, l_.str.904@PAGEOFF bl _puts adrp x0, l_.str.905@PAGE add x0, x0, l_.str.905@PAGEOFF bl _puts adrp x0, l_.str.906@PAGE add x0, x0, l_.str.906@PAGEOFF bl _puts adrp x0, l_.str.907@PAGE add x0, x0, l_.str.907@PAGEOFF bl _puts adrp x0, l_.str.908@PAGE add x0, x0, l_.str.908@PAGEOFF bl _puts b LBB20_118 LBB20_117: ; in Loop: Header=BB20_114 Depth=1 b LBB20_114 LBB20_118: ldr x8, [sp, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB20_120 b LBB20_119 LBB20_119: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF str x8, [sp, #40] b LBB20_120 LBB20_120: ldr x8, [sp, #48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB20_122 b LBB20_121 LBB20_121: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF str x8, [sp, #48] b LBB20_122 LBB20_122: b LBB20_123 LBB20_123: mov w8, #1 stur w8, [x29, #-32] b LBB20_124 LBB20_124: ldur w8, [x29, #-32] str w8, [sp, #16] ; 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, LBB20_126 b LBB20_125 LBB20_125: bl ___stack_chk_fail LBB20_126: ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _cLopezValidBet ; -- Begin function cLopezValidBet .p2align 2 _cLopezValidBet: ; @cLopezValidBet .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, #16] str d1, [sp, #8] ldr d0, [sp, #16] ldr d1, [sp, #8] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB21_2 b LBB21_1 LBB21_1: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB21_5 LBB21_2: ldr d0, [sp, #16] ldr d1, [sp, #8] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB21_4 b LBB21_3 LBB21_3: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB21_5 LBB21_4: b LBB21_5 LBB21_5: ldrb w8, [sp, #31] and w0, w8, #0x1 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _cLopezFillFlipArray ; -- Begin function cLopezFillFlipArray .p2align 2 _cLopezFillFlipArray: ; @cLopezFillFlipArray .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str wzr, [sp, #4] b LBB22_1 LBB22_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB22_4 b LBB22_2 LBB22_2: ; in Loop: Header=BB22_1 Depth=1 bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] add x8, x8, #4 str x8, [sp, #8] b LBB22_3 LBB22_3: ; in Loop: Header=BB22_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB22_1 LBB22_4: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _cLopezScanFlipArray ; -- Begin function cLopezScanFlipArray .p2align 2 _cLopezScanFlipArray: ; @cLopezScanFlipArray .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str w1, [sp, #12] str wzr, [sp, #8] b LBB23_1 LBB23_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB23_14 b LBB23_2 LBB23_2: ; in Loop: Header=BB23_1 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB23_4 b LBB23_3 LBB23_3: ; in Loop: Header=BB23_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB23_7 LBB23_4: ; in Loop: Header=BB23_1 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB23_6 b LBB23_5 LBB23_5: ; in Loop: Header=BB23_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB23_6 LBB23_6: ; in Loop: Header=BB23_1 Depth=1 b LBB23_7 LBB23_7: ; in Loop: Header=BB23_1 Depth=1 ldr w8, [sp, #4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB23_9 b LBB23_8 LBB23_8: mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB23_14 LBB23_9: ; in Loop: Header=BB23_1 Depth=1 ldr w8, [sp] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB23_11 b LBB23_10 LBB23_10: mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 strb w8, [sp, #31] b LBB23_14 LBB23_11: ; in Loop: Header=BB23_1 Depth=1 b LBB23_12 LBB23_12: ; in Loop: Header=BB23_1 Depth=1 b LBB23_13 LBB23_13: ; in Loop: Header=BB23_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB23_1 LBB23_14: ldrb w8, [sp, #31] and w0, w8, #0x1 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _demondoor ; -- Begin function demondoor .p2align 2 _demondoor: ; @demondoor .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] adrp x0, l_.str.1100@PAGE add x0, x0, l_.str.1100@PAGEOFF bl _printf adrp x0, l_.str.1101@PAGE add x0, x0, l_.str.1101@PAGEOFF bl _printf adrp x0, l_.str.1102@PAGE add x0, x0, l_.str.1102@PAGEOFF bl _printf adrp x0, l_.str.1103@PAGE add x0, x0, l_.str.1103@PAGEOFF bl _printf mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB24_1 LBB24_1: ldur w8, [x29, #-24] subs w8, w8, #777 cset w8, eq tbnz w8, #0, LBB24_11 b LBB24_2 LBB24_2: adrp x0, l_.str.1104@PAGE add x0, x0, l_.str.1104@PAGEOFF bl _printf adrp x0, l_.str.1105@PAGE add x0, x0, l_.str.1105@PAGEOFF bl _printf adrp x0, l_.str.1106@PAGE add x0, x0, l_.str.1106@PAGEOFF bl _printf adrp x0, l_.str.1107@PAGE add x0, x0, l_.str.1107@PAGEOFF bl _printf mov x9, sp sub x8, x29, #18 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.1108@PAGE add x0, x0, l_.str.1108@PAGEOFF bl _printf stur wzr, [x29, #-28] b LBB24_3 LBB24_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB24_6 b LBB24_4 LBB24_4: ; in Loop: Header=BB24_3 Depth=1 ldursw x9, [x29, #-28] sub x8, x29, #18 str x8, [sp, #40] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #40] ; 8-byte Folded Reload ldursw x9, [x29, #-28] strb w0, [x8, x9] b LBB24_5 LBB24_5: ; in Loop: Header=BB24_3 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB24_3 LBB24_6: mov x9, sp sub x8, x29, #18 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf adrp x0, l_.str.1109@PAGE add x0, x0, l_.str.1109@PAGEOFF bl _printf adrp x0, l_.str.1107@PAGE add x0, x0, l_.str.1107@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x8, [x9] bl _scanf adrp x0, l_.str.1108@PAGE add x0, x0, l_.str.1108@PAGEOFF bl _printf stur wzr, [x29, #-32] b LBB24_7 LBB24_7: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-32] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB24_10 b LBB24_8 LBB24_8: ; in Loop: Header=BB24_7 Depth=1 ldursw x9, [x29, #-32] sub x8, x29, #18 str x8, [sp, #16] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-32] strb w0, [x8, x9] b LBB24_9 LBB24_9: ; in Loop: Header=BB24_7 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB24_7 LBB24_10: mov x9, sp sub x8, x29, #18 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf adrp x0, l_.str.1110@PAGE add x0, x0, l_.str.1110@PAGEOFF bl _printf adrp x0, l_.str.1111@PAGE add x0, x0, l_.str.1111@PAGEOFF bl _printf adrp x0, l_.str.1112@PAGE add x0, x0, l_.str.1112@PAGEOFF bl _printf adrp x0, l_.str.1113@PAGE add x0, x0, l_.str.1113@PAGEOFF bl _printf adrp x0, l_.str.1114@PAGE add x0, x0, l_.str.1114@PAGEOFF bl _printf adrp x0, l_.str.1115@PAGE add x0, x0, l_.str.1115@PAGEOFF bl _printf mov w0, #0 bl _exit LBB24_11: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB24_13 b LBB24_12 LBB24_12: bl ___stack_chk_fail LBB24_13: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _angeldoor ; -- Begin function angeldoor .p2align 2 _angeldoor: ; @angeldoor .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] sub x8, x29, #12 str x8, [sp, #40] ; 8-byte Folded Spill stur wzr, [x29, #-12] stur wzr, [x29, #-28] adrp x0, l_.str.1116@PAGE add x0, x0, l_.str.1116@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #48] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.1117@PAGE add x0, x0, l_.str.1117@PAGEOFF bl _printf adrp x0, l_.str.1118@PAGE add x0, x0, l_.str.1118@PAGEOFF bl _printf adrp x0, l_.str.1119@PAGE add x0, x0, l_.str.1119@PAGEOFF bl _printf adrp x0, l_.str.1120@PAGE add x0, x0, l_.str.1120@PAGEOFF bl _printf ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1121@PAGE add x0, x0, l_.str.1121@PAGEOFF bl _printf ldur x0, [x29, #-8] bl _strlen mov x8, sp str x0, [x8] adrp x0, l_.str.1122@PAGE add x0, x0, l_.str.1122@PAGEOFF bl _printf adrp x0, l_.str.1123@PAGE add x0, x0, l_.str.1123@PAGEOFF bl _printf adrp x0, l_.str.1124@PAGE add x0, x0, l_.str.1124@PAGEOFF bl _printf adrp x0, l_.str.1125@PAGE add x0, x0, l_.str.1125@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-12] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB25_23 b LBB25_1 LBB25_1: adrp x0, l_.str.1126@PAGE add x0, x0, l_.str.1126@PAGEOFF bl _printf stur wzr, [x29, #-16] b LBB25_2 LBB25_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB25_5 b LBB25_3 LBB25_3: ; in Loop: Header=BB25_2 Depth=1 bl _rand mov w9, #6 str w9, [sp, #36] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 stur w8, [x29, #-24] bl _rand ldr w9, [sp, #36] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 stur w8, [x29, #-20] b LBB25_4 LBB25_4: ; in Loop: Header=BB25_2 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB25_2 LBB25_5: ldur w8, [x29, #-20] ldur w9, [x29, #-24] add w8, w8, w9 stur w8, [x29, #-28] ldur w8, [x29, #-20] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1127@PAGE add x0, x0, l_.str.1127@PAGEOFF bl _printf ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1128@PAGE add x0, x0, l_.str.1128@PAGEOFF bl _printf ldur w8, [x29, #-20] ldur w9, [x29, #-24] add w8, w8, w9 scvtf s0, w8 fmov s1, #2.00000000 fdiv s0, s0, s1 stur s0, [x29, #-36] ldur s0, [x29, #-36] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.1129@PAGE add x0, x0, l_.str.1129@PAGEOFF bl _printf ldur w8, [x29, #-28] str w8, [sp, #32] ; 4-byte Folded Spill subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_6 LBB25_6: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB25_16 b LBB25_7 LBB25_7: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_8 LBB25_8: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB25_16 b LBB25_9 LBB25_9: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_10 LBB25_10: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB25_17 b LBB25_11 LBB25_11: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_12 LBB25_12: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB25_16 b LBB25_13 LBB25_13: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_14 LBB25_14: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #11 cset w8, eq tbnz w8, #0, LBB25_16 b LBB25_15 LBB25_15: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB25_18 b LBB25_22 LBB25_16: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1130@PAGE add x0, x0, l_.str.1130@PAGEOFF bl _printf adrp x0, l_.str.1131@PAGE add x0, x0, l_.str.1131@PAGEOFF bl _printf mov w0, #0 bl _exit LBB25_17: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1132@PAGE add x0, x0, l_.str.1132@PAGEOFF bl _printf adrp x0, l_.str.1131@PAGE add x0, x0, l_.str.1131@PAGEOFF bl _printf mov w0, #0 bl _exit LBB25_18: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1133@PAGE add x0, x0, l_.str.1133@PAGEOFF bl _printf adrp x0, l_.str.1134@PAGE add x0, x0, l_.str.1134@PAGEOFF bl _printf adrp x0, l_.str.1135@PAGE add x0, x0, l_.str.1135@PAGEOFF bl _printf adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #24] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.1136@PAGE add x0, x0, l_.str.1136@PAGEOFF bl _printf ldr x0, [sp, #48] bl _fgetc sturb w0, [x29, #-29] b LBB25_19 LBB25_19: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #48] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB25_21 b LBB25_20 LBB25_20: ; in Loop: Header=BB25_19 Depth=1 ldursb w10, [x29, #-29] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x0, [sp, #48] bl _fgetc sturb w0, [x29, #-29] b LBB25_19 LBB25_21: ldr x0, [sp, #48] bl _fclose b LBB25_22 LBB25_22: b LBB25_24 LBB25_23: adrp x0, l_.str.1137@PAGE add x0, x0, l_.str.1137@PAGEOFF bl _printf b LBB25_24 LBB25_24: mov w0, #0 bl _exit .cfi_endproc ; -- End function .globl _broomcloset ; -- Begin function broomcloset .p2align 2 _broomcloset: ; @broomcloset .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] adrp x0, l_.str.1138@PAGE add x0, x0, l_.str.1138@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #24] adrp x0, l_.str.1139@PAGE add x0, x0, l_.str.1139@PAGEOFF bl _printf adrp x0, l_.str.1140@PAGE add x0, x0, l_.str.1140@PAGEOFF bl _printf adrp x0, l_.str.1141@PAGE add x0, x0, l_.str.1141@PAGEOFF bl _printf adrp x0, l_.str.1142@PAGE add x0, x0, l_.str.1142@PAGEOFF bl _printf adrp x0, l_.str.1143@PAGE add x0, x0, l_.str.1143@PAGEOFF bl _printf adrp x0, l_.str.1144@PAGE add x0, x0, l_.str.1144@PAGEOFF bl _printf mov x9, sp add x8, sp, #36 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] mov x9, sp str x8, [x9] bl _fprintf adrp x0, l_.str.1145@PAGE add x0, x0, l_.str.1145@PAGEOFF bl _puts ldr x0, [sp, #24] bl _fclose adrp x0, l_.str.1146@PAGE add x0, x0, l_.str.1146@PAGEOFF bl _printf adrp x0, l_.str.1147@PAGE add x0, x0, l_.str.1147@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, LBB26_2 b LBB26_1 LBB26_1: bl ___stack_chk_fail LBB26_2: ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _monikawelcome ; -- Begin function monikawelcome .p2align 2 _monikawelcome: ; @monikawelcome .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 x0, [sp, #48] mov w1, #0 str wzr, [sp, #44] add x0, sp, #56 str x0, [sp, #24] ; 8-byte Folded Spill mov x2, #256 str x2, [sp, #32] ; 8-byte Folded Spill bl _memset ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #48] bl ___strcpy_chk str wzr, [sp, #44] b LBB27_1 LBB27_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB27_8 b LBB27_2 LBB27_2: ; in Loop: Header=BB27_1 Depth=1 ldrsw x9, [sp, #44] add x8, sp, #56 ldrsb w0, [x8, x9] bl _islower subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB27_4 b LBB27_3 LBB27_3: ; in Loop: Header=BB27_1 Depth=1 ldrsw x9, [sp, #44] add x8, sp, #56 str x8, [sp, #16] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #16] ; 8-byte Folded Reload ldrsw x9, [sp, #44] strb w0, [x8, x9] b LBB27_4 LBB27_4: ; in Loop: Header=BB27_1 Depth=1 ldrsw x9, [sp, #44] add x8, sp, #56 ldrsb w0, [x8, x9] bl _isupper subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB27_6 b LBB27_5 LBB27_5: ; in Loop: Header=BB27_1 Depth=1 b LBB27_6 LBB27_6: ; in Loop: Header=BB27_1 Depth=1 b LBB27_7 LBB27_7: ; in Loop: Header=BB27_1 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB27_1 LBB27_8: mov x9, sp add x8, sp, #56 str x8, [x9] adrp x0, l_.str.764@PAGE add x0, x0, l_.str.764@PAGEOFF bl _printf adrp x0, l_.str.765@PAGE add x0, x0, l_.str.765@PAGEOFF bl _puts 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, LBB27_10 b LBB27_9 LBB27_9: bl ___stack_chk_fail LBB27_10: 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 .globl _monikacase1 ; -- Begin function monikacase1 .p2align 2 _monikacase1: ; @monikacase1 .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #72] adrp x0, l_.str.766@PAGE add x0, x0, l_.str.766@PAGEOFF bl _puts adrp x0, l_.str.767@PAGE add x0, x0, l_.str.767@PAGEOFF bl _puts adrp x0, l_.str.768@PAGE add x0, x0, l_.str.768@PAGEOFF bl _puts adrp x0, l_.str.769@PAGE add x0, x0, l_.str.769@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.770@PAGE add x0, x0, l_.str.770@PAGEOFF bl _puts adrp x0, l_.str.771@PAGE add x0, x0, l_.str.771@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.772@PAGE add x0, x0, l_.str.772@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.773@PAGE add x0, x0, l_.str.773@PAGEOFF bl _puts ldr x0, [sp, #32] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.774@PAGE add x0, x0, l_.str.774@PAGEOFF bl _puts adrp x0, l_.str.775@PAGE add x0, x0, l_.str.775@PAGEOFF bl _puts adrp x0, l_.str.776@PAGE add x0, x0, l_.str.776@PAGEOFF bl _puts adrp x0, l_.str.777@PAGE add x0, x0, l_.str.777@PAGEOFF bl _puts adrp x0, l_.str.778@PAGE add x0, x0, l_.str.778@PAGEOFF bl _puts ldr x8, [sp, #72] mov x9, sp str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf ldr x0, [sp, #72] adrp x1, l_.str.780@PAGE add x1, x1, l_.str.780@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB28_17 b LBB28_1 LBB28_1: str wzr, [sp, #68] str wzr, [sp, #64] str wzr, [sp, #56] b LBB28_2 LBB28_2: ldr w8, [sp, #68] subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB28_16 b LBB28_3 LBB28_3: ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] str wzr, [sp, #64] str wzr, [sp, #64] b LBB28_4 LBB28_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #64] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB28_13 b LBB28_5 LBB28_5: ; in Loop: Header=BB28_4 Depth=1 adrp x0, l_.str.781@PAGE add x0, x0, l_.str.781@PAGEOFF bl _puts mov x9, sp add x8, sp, #62 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf ldr x0, [sp, #16] ; 8-byte Folded Reload adrp x1, l_.str.780@PAGE add x1, x1, l_.str.780@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB28_10 b LBB28_6 LBB28_6: ; in Loop: Header=BB28_4 Depth=1 bl _rand mov w9, #6 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #68] ldr w8, [sp, #68] subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB28_8 b LBB28_7 LBB28_7: ; in Loop: Header=BB28_4 Depth=1 ldr w9, [sp, #68] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.782@PAGE add x0, x0, l_.str.782@PAGEOFF bl _printf b LBB28_9 LBB28_8: ldr w9, [sp, #68] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.783@PAGE add x0, x0, l_.str.783@PAGEOFF bl _printf b LBB28_13 LBB28_9: ; in Loop: Header=BB28_4 Depth=1 b LBB28_11 LBB28_10: adrp x0, l_.str.784@PAGE add x0, x0, l_.str.784@PAGEOFF bl _puts mov w0, #1 bl _exit LBB28_11: ; in Loop: Header=BB28_4 Depth=1 b LBB28_12 LBB28_12: ; in Loop: Header=BB28_4 Depth=1 ldr w8, [sp, #64] add w8, w8, #1 str w8, [sp, #64] b LBB28_4 LBB28_13: ldr w8, [sp, #68] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB28_15 b LBB28_14 LBB28_14: b LBB28_16 LBB28_15: adrp x0, l_.str.785@PAGE add x0, x0, l_.str.785@PAGEOFF bl _puts b LBB28_16 LBB28_16: b LBB28_25 LBB28_17: ldr x0, [sp, #72] adrp x1, l_.str.786@PAGE add x1, x1, l_.str.786@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB28_24 b LBB28_18 LBB28_18: add x0, sp, #80 str x0, [sp, #8] ; 8-byte Folded Spill adrp x1, l___const.monikacase1.filesponge@PAGE add x1, x1, l___const.monikacase1.filesponge@PAGEOFF mov x2, #200 bl _memcpy ldr x0, [sp, #8] ; 8-byte Folded Reload adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #48] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB28_20 b LBB28_19 LBB28_19: adrp x0, l_.str.787@PAGE add x0, x0, l_.str.787@PAGEOFF bl _printf mov w0, #0 bl _exit LBB28_20: ldr x0, [sp, #48] bl _fgetc strb w0, [sp, #47] b LBB28_21 LBB28_21: ; =>This Inner Loop Header: Depth=1 ldrsb w8, [sp, #47] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB28_23 b LBB28_22 LBB28_22: ; in Loop: Header=BB28_21 Depth=1 ldrsb w10, [sp, #47] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf ldr x0, [sp, #48] bl _fgetc strb w0, [sp, #47] b LBB28_21 LBB28_23: adrp x0, l_.str.788@PAGE add x0, x0, l_.str.788@PAGEOFF bl _puts adrp x0, l_.str.789@PAGE add x0, x0, l_.str.789@PAGEOFF bl _puts ldr x0, [sp, #48] bl _fclose mov w0, #1 bl _exit LBB28_24: b LBB28_25 LBB28_25: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB28_27 b LBB28_26 LBB28_26: bl ___stack_chk_fail LBB28_27: ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .globl _monikacase2 ; -- Begin function monikacase2 .p2align 2 _monikacase2: ; @monikacase2 .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] stur x0, [x29, #-56] adrp x0, l_.str.790@PAGE add x0, x0, l_.str.790@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fopen str x0, [sp, #56] adrp x0, l_.str.791@PAGE add x0, x0, l_.str.791@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #48] adrp x0, l_.str.792@PAGE add x0, x0, l_.str.792@PAGEOFF bl _puts ldur x8, [x29, #-56] mov x9, sp str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf mov w8, #1 str w8, [sp, #44] b LBB29_1 LBB29_1: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-56] adrp x1, l_.str.780@PAGE add x1, x1, l_.str.780@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne mov w9, #0 str w9, [sp, #40] ; 4-byte Folded Spill tbnz w8, #0, LBB29_3 b LBB29_2 LBB29_2: ; in Loop: Header=BB29_1 Depth=1 ldr w8, [sp, #44] subs w8, w8, #1 cset w8, eq str w8, [sp, #40] ; 4-byte Folded Spill b LBB29_3 LBB29_3: ; in Loop: Header=BB29_1 Depth=1 ldr w8, [sp, #40] ; 4-byte Folded Reload tbz w8, #0, LBB29_10 b LBB29_4 LBB29_4: ; in Loop: Header=BB29_1 Depth=1 adrp x0, l_.str.793@PAGE add x0, x0, l_.str.793@PAGEOFF bl _printf adrp x0, l_.str.794@PAGE add x0, x0, l_.str.794@PAGEOFF bl _puts adrp x0, l_.str.795@PAGE add x0, x0, l_.str.795@PAGEOFF bl _puts mov x9, sp sub x8, x29, #48 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #48] mov x9, sp sub x8, x29, #28 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] bl _fscanf ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB29_8 b LBB29_5 LBB29_5: ; in Loop: Header=BB29_1 Depth=1 adrp x0, l_.str.796@PAGE add x0, x0, l_.str.796@PAGEOFF bl _puts adrp x0, l_.str.797@PAGE add x0, x0, l_.str.797@PAGEOFF bl _puts sub x0, x29, #48 sub x1, x29, #28 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB29_7 b LBB29_6 LBB29_6: adrp x0, l_.str.798@PAGE add x0, x0, l_.str.798@PAGEOFF bl _puts adrp x0, l_.str.799@PAGE add x0, x0, l_.str.799@PAGEOFF bl _puts adrp x0, l_.str.800@PAGE add x0, x0, l_.str.800@PAGEOFF bl _puts adrp x0, l_.str.801@PAGE add x0, x0, l_.str.801@PAGEOFF bl _puts adrp x0, l_.str.802@PAGE add x0, x0, l_.str.802@PAGEOFF bl _puts mov w0, #1 bl _exit LBB29_7: ; in Loop: Header=BB29_1 Depth=1 str wzr, [sp, #44] b LBB29_9 LBB29_8: ; in Loop: Header=BB29_1 Depth=1 ldr x0, [sp, #56] mov x9, sp sub x8, x29, #48 str x8, [x9] adrp x1, l_.str.803@PAGE add x1, x1, l_.str.803@PAGEOFF bl _fprintf b LBB29_9 LBB29_9: ; in Loop: Header=BB29_1 Depth=1 ldr x0, [sp, #56] adrp x1, l_.str.804@PAGE add x1, x1, l_.str.804@PAGEOFF bl _fprintf b LBB29_1 LBB29_10: ldr x0, [sp, #56] bl _rewind ldr x0, [sp, #56] bl _fclose ldur x0, [x29, #-56] adrp x1, l_.str.786@PAGE add x1, x1, l_.str.786@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB29_14 b LBB29_11 LBB29_11: adrp x0, l_.str.805@PAGE add x0, x0, l_.str.805@PAGEOFF bl _puts adrp x0, l_.str.806@PAGE add x0, x0, l_.str.806@PAGEOFF bl _puts mov x9, sp sub x8, x29, #58 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldr x0, [sp, #8] ; 8-byte Folded Reload adrp x1, l_.str.807@PAGE add x1, x1, l_.str.807@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB29_13 b LBB29_12 LBB29_12: mov w0, #1 bl _exit LBB29_13: adrp x0, l_.str.808@PAGE add x0, x0, l_.str.808@PAGEOFF bl _puts mov w0, #1 bl _exit LBB29_14: 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, LBB29_16 b LBB29_15 LBB29_15: bl ___stack_chk_fail LBB29_16: ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .globl _monikacase3 ; -- Begin function monikacase3 .p2align 2 _monikacase3: ; @monikacase3 .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, #304 mov x19, sp adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [x19, #88] adrp x0, l_.str.809@PAGE add x0, x0, l_.str.809@PAGEOFF bl _puts ldr x8, [x19, #88] sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf add sp, sp, #16 ldr x0, [x19, #88] adrp x1, l_.str.780@PAGE add x1, x1, l_.str.780@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB30_7 b LBB30_1 LBB30_1: add x0, x19, #96 str x0, [x19, #24] ; 8-byte Folded Spill adrp x1, l___const.monikacase3.filenothing@PAGE add x1, x1, l___const.monikacase3.filenothing@PAGEOFF mov x2, #200 bl _memcpy ldr x0, [x19, #24] ; 8-byte Folded Reload adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [x19, #80] ldr x8, [x19, #80] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB30_3 b LBB30_2 LBB30_2: adrp x0, l_.str.787@PAGE add x0, x0, l_.str.787@PAGEOFF bl _printf mov w0, #0 bl _exit LBB30_3: ldr x0, [x19, #80] bl _fgetc strb w0, [x19, #79] b LBB30_4 LBB30_4: ; =>This Inner Loop Header: Depth=1 ldrsb w8, [x19, #79] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB30_6 b LBB30_5 LBB30_5: ; in Loop: Header=BB30_4 Depth=1 ldrsb w10, [x19, #79] sub sp, sp, #16 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf add sp, sp, #16 ldr x0, [x19, #80] bl _fgetc strb w0, [x19, #79] b LBB30_4 LBB30_6: adrp x0, l_.str.810@PAGE add x0, x0, l_.str.810@PAGEOFF bl _puts ldr x0, [x19, #80] bl _fclose mov w0, #1 bl _exit LBB30_7: ldr x0, [x19, #88] adrp x1, l_.str.786@PAGE add x1, x1, l_.str.786@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB30_21 b LBB30_8 LBB30_8: str wzr, [x19, #72] mov w8, #5 str w8, [x19, #68] str wzr, [x19, #64] ldr w8, [x19, #68] ; kill: def $x8 killed $w8 str x8, [x19, #8] ; 8-byte Folded Spill mov x9, sp str x9, [x19, #56] lsl x8, x8, #2 add x8, x8, #15 and x9, x8, #0xfffffffffffffff0 str x9, [x19] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x10, [x19] ; 8-byte Folded Reload ldr x9, [x19, #8] ; 8-byte Folded Reload mov x8, sp subs x8, x8, x10 mov sp, x8 str x8, [x19, #16] ; 8-byte Folded Spill str x9, [x19, #48] str x8, [x19, #40] adrp x0, l_.str.811@PAGE add x0, x0, l_.str.811@PAGEOFF bl _printf str wzr, [x19, #72] b LBB30_9 LBB30_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19, #72] ldr w9, [x19, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB30_12 b LBB30_10 LBB30_10: ; in Loop: Header=BB30_9 Depth=1 ldr x8, [x19, #16] ; 8-byte Folded Reload ldrsw x9, [x19, #72] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf add sp, sp, #16 b LBB30_11 LBB30_11: ; in Loop: Header=BB30_9 Depth=1 ldr w8, [x19, #72] add w8, w8, #1 str w8, [x19, #72] b LBB30_9 LBB30_12: adrp x0, l_.str.812@PAGE add x0, x0, l_.str.812@PAGEOFF bl _printf mov w8, #5 str w8, [x19, #68] str wzr, [x19, #72] b LBB30_13 LBB30_13: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19, #72] ldr w9, [x19, #68] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB30_16 b LBB30_14 LBB30_14: ; in Loop: Header=BB30_13 Depth=1 ldr x8, [x19, #40] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.813@PAGE add x0, x0, l_.str.813@PAGEOFF bl _printf add sp, sp, #16 ldr x8, [x19, #40] add x8, x8, #4 str x8, [x19, #40] b LBB30_15 LBB30_15: ; in Loop: Header=BB30_13 Depth=1 ldr w8, [x19, #72] add w8, w8, #1 str w8, [x19, #72] b LBB30_13 LBB30_16: mov w8, #1 str w8, [x19, #68] ldr x8, [x19, #40] ldr w9, [x19, #68] subs w9, w9, #1 ldr w9, [x8, w9, sxtw #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.814@PAGE add x0, x0, l_.str.814@PAGEOFF bl _printf add sp, sp, #16 str wzr, [x19, #64] mov w8, #5 str w8, [x19, #68] str wzr, [x19, #72] b LBB30_17 LBB30_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19, #72] ldr w9, [x19, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB30_20 b LBB30_18 LBB30_18: ; in Loop: Header=BB30_17 Depth=1 ldr x8, [x19, #16] ; 8-byte Folded Reload ldrsw x9, [x19, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [x19, #64] add w8, w8, w9 str w8, [x19, #64] b LBB30_19 LBB30_19: ; in Loop: Header=BB30_17 Depth=1 ldr w8, [x19, #72] add w8, w8, #1 str w8, [x19, #72] b LBB30_17 LBB30_20: ldr w9, [x19, #64] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.815@PAGE add x0, x0, l_.str.815@PAGEOFF bl _printf add sp, sp, #16 str wzr, [x19, #36] ldr s1, [x19, #64] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr s2, [x19, #68] ; 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 fcvtzs w8, d0 str w8, [x19, #36] ldr s1, [x19, #36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 sub sp, sp, #16 mov x8, sp str d0, [x8] adrp x0, l_.str.816@PAGE add x0, x0, l_.str.816@PAGEOFF bl _printf add sp, sp, #16 mov w0, #1 bl _exit LBB30_21: b LBB30_22 LBB30_22: 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, LBB30_24 b LBB30_23 LBB30_23: bl ___stack_chk_fail LBB30_24: 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 .globl _room19_readFile ; -- Begin function room19_readFile .p2align 2 _room19_readFile: ; @room19_readFile .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #16] adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system b LBB31_1 LBB31_1: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #16] add x0, sp, #24 mov w1, #256 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB31_3 b LBB31_2 LBB31_2: ; in Loop: Header=BB31_1 Depth=1 mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB31_1 LBB31_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, LBB31_5 b LBB31_4 LBB31_4: bl ___stack_chk_fail LBB31_5: ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .globl _room19_doorDecision ; -- Begin function room19_doorDecision .p2align 2 _room19_doorDecision: ; @room19_doorDecision .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.1214@PAGE add x0, x0, l_.str.1214@PAGEOFF bl _printf mov x9, sp sub x8, x29, #5 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldursb w0, [x29, #-5] bl _tolower subs w8, w0, #110 cset w8, ne tbnz w8, #0, LBB32_2 b LBB32_1 LBB32_1: mov w8, #99 stur w8, [x29, #-4] b LBB32_3 LBB32_2: mov w8, #1 stur w8, [x29, #-4] b LBB32_3 LBB32_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _room19_heroChoice ; -- Begin function room19_heroChoice .p2align 2 _room19_heroChoice: ; @room19_heroChoice .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.1215@PAGE add x0, x0, l_.str.1215@PAGEOFF bl _puts adrp x0, l_.str.1216@PAGE add x0, x0, l_.str.1216@PAGEOFF bl _puts adrp x0, l_.str.1217@PAGE add x0, x0, l_.str.1217@PAGEOFF bl _puts adrp x0, l_.str.1218@PAGE add x0, x0, l_.str.1218@PAGEOFF bl _printf mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _scanf ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB33_2 b LBB33_1 LBB33_1: mov w8, #99 stur w8, [x29, #-4] b LBB33_2 LBB33_2: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _room19_criteriaBomb ; -- Begin function room19_criteriaBomb .p2align 2 _room19_criteriaBomb: ; @room19_criteriaBomb .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str wzr, [sp, #4] b LBB34_1 LBB34_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB34_4 b LBB34_2 LBB34_2: ; in Loop: Header=BB34_1 Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] add x8, x8, #4 str x8, [sp, #8] b LBB34_3 LBB34_3: ; in Loop: Header=BB34_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB34_1 LBB34_4: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _room19_getAvg ; -- Begin function room19_getAvg .p2align 2 _room19_getAvg: ; @room19_getAvg .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp] str wzr, [sp, #4] b LBB35_1 LBB35_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB35_4 b LBB35_2 LBB35_2: ; in Loop: Header=BB35_1 Depth=1 ldr x8, [sp, #8] ldr w9, [x8] ldr w8, [sp] add w8, w8, w9 str w8, [sp] ldr x8, [sp, #8] add x8, x8, #4 str x8, [sp, #8] b LBB35_3 LBB35_3: ; in Loop: Header=BB35_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB35_1 LBB35_4: ldr s1, [sp] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fmov d1, #10.00000000 fdiv d0, d0, d1 fcvt s0, d0 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _room19_dragonRAWRS ; -- Begin function room19_dragonRAWRS .p2align 2 _room19_dragonRAWRS: ; @room19_dragonRAWRS .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #16] adrp x0, l_.str.1220@PAGE add x0, x0, l_.str.1220@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #16] adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system b LBB36_1 LBB36_1: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #16] add x0, sp, #24 mov w1, #256 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB36_3 b LBB36_2 LBB36_2: ; in Loop: Header=BB36_1 Depth=1 mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB36_1 LBB36_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, LBB36_5 b LBB36_4 LBB36_4: bl ___stack_chk_fail LBB36_5: ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .globl _room19_heroToast ; -- Begin function room19_heroToast .p2align 2 _room19_heroToast: ; @room19_heroToast .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #16] adrp x0, l_.str.1219@PAGE add x0, x0, l_.str.1219@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #16] adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system b LBB37_1 LBB37_1: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #16] add x0, sp, #24 mov w1, #256 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB37_3 b LBB37_2 LBB37_2: ; in Loop: Header=BB37_1 Depth=1 mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB37_1 LBB37_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, LBB37_5 b LBB37_4 LBB37_4: bl ___stack_chk_fail LBB37_5: ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .globl _room19_ending3 ; -- Begin function room19_ending3 .p2align 2 _room19_ending3: ; @room19_ending3 .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #16] adrp x0, l_.str.1221@PAGE add x0, x0, l_.str.1221@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #16] adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system b LBB38_1 LBB38_1: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #16] add x0, sp, #24 mov w1, #256 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB38_3 b LBB38_2 LBB38_2: ; in Loop: Header=BB38_1 Depth=1 mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB38_1 LBB38_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, LBB38_5 b LBB38_4 LBB38_4: bl ___stack_chk_fail LBB38_5: ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .globl _patrickInitialPrompt ; -- Begin function patrickInitialPrompt .p2align 2 _patrickInitialPrompt: ; @patrickInitialPrompt .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.1222@PAGE add x0, x0, l_.str.1222@PAGEOFF bl _puts adrp x0, l_.str.1223@PAGE add x0, x0, l_.str.1223@PAGEOFF bl _puts adrp x0, l_.str.1224@PAGE add x0, x0, l_.str.1224@PAGEOFF bl _puts adrp x0, l_.str.1225@PAGE add x0, x0, l_.str.1225@PAGEOFF bl _puts adrp x0, l_.str.1226@PAGE add x0, x0, l_.str.1226@PAGEOFF bl _puts adrp x0, l_.str.1227@PAGE add x0, x0, l_.str.1227@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _Coinflip21 ; -- Begin function Coinflip21 .p2align 2 _Coinflip21: ; @Coinflip21 .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] stur w1, [x29, #-12] str wzr, [sp, #12] b LBB40_1 LBB40_1: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB40_5 b LBB40_2 LBB40_2: bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB40_4 b LBB40_3 LBB40_3: mov w8, #1 stur w8, [x29, #-8] adrp x0, l_.str.1386@PAGE add x0, x0, l_.str.1386@PAGEOFF bl _puts adrp x0, l_.str.1387@PAGE add x0, x0, l_.str.1387@PAGEOFF bl _puts ldur w8, [x29, #-8] stur w8, [x29, #-4] b LBB40_5 LBB40_4: mov w8, #2 stur w8, [x29, #-12] adrp x0, l_.str.1388@PAGE add x0, x0, l_.str.1388@PAGEOFF bl _puts adrp x0, l_.str.1389@PAGE add x0, x0, l_.str.1389@PAGEOFF bl _puts ldur w8, [x29, #-12] stur w8, [x29, #-4] b LBB40_5 LBB40_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _codeH ; -- Begin function codeH .p2align 2 _codeH: ; @codeH .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 x0, l_.str.1390@PAGE add x0, x0, l_.str.1390@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen stur x0, [x29, #-8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB41_2 b LBB41_1 LBB41_1: adrp x0, l_.str.1391@PAGE add x0, x0, l_.str.1391@PAGEOFF bl _printf mov w0, #1 bl _exit LBB41_2: b LBB41_3 LBB41_3: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-8] bl _fgetc sturb w0, [x29, #-9] mov w8, #-1 subs w8, w8, w0, sxtb cset w8, eq tbnz w8, #0, LBB41_5 b LBB41_4 LBB41_4: ; in Loop: Header=BB41_3 Depth=1 ldursb w10, [x29, #-9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf b LBB41_3 LBB41_5: b LBB41_6 LBB41_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _codeT ; -- Begin function codeT .p2align 2 _codeT: ; @codeT .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 x0, l_.str.1392@PAGE add x0, x0, l_.str.1392@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen stur x0, [x29, #-8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB42_2 b LBB42_1 LBB42_1: adrp x0, l_.str.1393@PAGE add x0, x0, l_.str.1393@PAGEOFF bl _printf mov w0, #1 bl _exit LBB42_2: b LBB42_3 LBB42_3: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-8] bl _fgetc sturb w0, [x29, #-9] mov w8, #-1 subs w8, w8, w0, sxtb cset w8, eq tbnz w8, #0, LBB42_5 b LBB42_4 LBB42_4: ; in Loop: Header=BB42_3 Depth=1 ldursb w10, [x29, #-9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf b LBB42_3 LBB42_5: b LBB42_6 LBB42_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _dpsCalc ; -- Begin function dpsCalc .p2align 2 _dpsCalc: ; @dpsCalc .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] movi d0, #0000000000000000 stur d0, [x29, #-24] stur wzr, [x29, #-28] stur wzr, [x29, #-32] stur wzr, [x29, #-36] stur wzr, [x29, #-40] ldur w8, [x29, #-16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB43_14 b LBB43_1 LBB43_1: b LBB43_2 LBB43_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le mov w9, #0 stur w9, [x29, #-44] ; 4-byte Folded Spill tbnz w8, #0, LBB43_4 b LBB43_3 LBB43_3: ; in Loop: Header=BB43_2 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, gt stur w8, [x29, #-44] ; 4-byte Folded Spill b LBB43_4 LBB43_4: ; in Loop: Header=BB43_2 Depth=1 ldur w8, [x29, #-44] ; 4-byte Folded Reload tbz w8, #0, LBB43_13 b LBB43_5 LBB43_5: ; in Loop: Header=BB43_2 Depth=1 adrp x0, l_.str.1071@PAGE add x0, x0, l_.str.1071@PAGEOFF bl _puts adrp x0, l_.str.1072@PAGE add x0, x0, l_.str.1072@PAGEOFF bl _puts adrp x0, l_.str.1073@PAGE add x0, x0, l_.str.1073@PAGEOFF bl _puts adrp x0, l_.str.1074@PAGE add x0, x0, l_.str.1074@PAGEOFF bl _puts adrp x0, l_.str.1075@PAGE add x0, x0, l_.str.1075@PAGEOFF bl _puts mov x9, sp sub x8, x29, #32 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-32] str w8, [sp, #48] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB43_8 b LBB43_6 LBB43_6: ; in Loop: Header=BB43_2 Depth=1 ldr w8, [sp, #48] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB43_9 b LBB43_7 LBB43_7: ; in Loop: Header=BB43_2 Depth=1 ldr w8, [sp, #48] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB43_10 b LBB43_11 LBB43_8: ; in Loop: Header=BB43_2 Depth=1 bl _rand mov w9, #20 str w9, [sp, #44] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #15 stur w8, [x29, #-36] bl _rand ldr w9, [sp, #44] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #9 stur w8, [x29, #-40] ldur w8, [x29, #-12] ldur w9, [x29, #-36] subs w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-8] ldur s1, [x29, #-36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldur d0, [x29, #-24] fadd d0, d0, d1 stur d0, [x29, #-24] ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] adrp x0, l_.str.1076@PAGE add x0, x0, l_.str.1076@PAGEOFF bl _puts ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1077@PAGE add x0, x0, l_.str.1077@PAGEOFF bl _printf ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1078@PAGE add x0, x0, l_.str.1078@PAGEOFF bl _printf 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.1079@PAGE add x0, x0, l_.str.1079@PAGEOFF bl _printf b LBB43_12 LBB43_9: ; in Loop: Header=BB43_2 Depth=1 bl _rand mov w9, #20 str w9, [sp, #40] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #10 stur w8, [x29, #-36] bl _rand ldr w9, [sp, #40] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #5 stur w8, [x29, #-40] ldur w8, [x29, #-12] ldur w9, [x29, #-36] subs w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-8] ldur s1, [x29, #-36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldur d0, [x29, #-24] fadd d0, d0, d1 stur d0, [x29, #-24] ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] adrp x0, l_.str.1080@PAGE add x0, x0, l_.str.1080@PAGEOFF bl _puts ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1077@PAGE add x0, x0, l_.str.1077@PAGEOFF bl _printf ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1078@PAGE add x0, x0, l_.str.1078@PAGEOFF bl _printf 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.1079@PAGE add x0, x0, l_.str.1079@PAGEOFF bl _printf b LBB43_12 LBB43_10: ; in Loop: Header=BB43_2 Depth=1 bl _rand mov w9, #20 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #80 stur w8, [x29, #-40] ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1081@PAGE add x0, x0, l_.str.1081@PAGEOFF bl _printf adrp x0, l_.str.1082@PAGE add x0, x0, l_.str.1082@PAGEOFF bl _puts adrp x0, l_.str.1083@PAGE add x0, x0, l_.str.1083@PAGEOFF bl _puts b LBB43_12 LBB43_11: ; in Loop: Header=BB43_2 Depth=1 adrp x0, l_.str.1084@PAGE add x0, x0, l_.str.1084@PAGEOFF bl _puts b LBB43_12 LBB43_12: ; in Loop: Header=BB43_2 Depth=1 b LBB43_2 LBB43_13: b LBB43_14 LBB43_14: ldur w8, [x29, #-16] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB43_28 b LBB43_15 LBB43_15: b LBB43_16 LBB43_16: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB43_18 b LBB43_17 LBB43_17: ; in Loop: Header=BB43_16 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, gt str w8, [sp, #36] ; 4-byte Folded Spill b LBB43_18 LBB43_18: ; in Loop: Header=BB43_16 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload tbz w8, #0, LBB43_27 b LBB43_19 LBB43_19: ; in Loop: Header=BB43_16 Depth=1 adrp x0, l_.str.1085@PAGE add x0, x0, l_.str.1085@PAGEOFF bl _puts adrp x0, l_.str.1086@PAGE add x0, x0, l_.str.1086@PAGEOFF bl _puts adrp x0, l_.str.1087@PAGE add x0, x0, l_.str.1087@PAGEOFF bl _puts adrp x0, l_.str.1088@PAGE add x0, x0, l_.str.1088@PAGEOFF bl _puts mov x9, sp sub x8, x29, #32 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-32] str w8, [sp, #32] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB43_22 b LBB43_20 LBB43_20: ; in Loop: Header=BB43_16 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB43_23 b LBB43_21 LBB43_21: ; in Loop: Header=BB43_16 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB43_24 b LBB43_25 LBB43_22: ; in Loop: Header=BB43_16 Depth=1 bl _rand mov w9, #20 str w9, [sp, #28] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #15 stur w8, [x29, #-36] bl _rand ldr w9, [sp, #28] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #9 stur w8, [x29, #-40] ldur w8, [x29, #-12] ldur w9, [x29, #-36] subs w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-8] ldur s1, [x29, #-36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldur d0, [x29, #-24] fadd d0, d0, d1 stur d0, [x29, #-24] ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] adrp x0, l_.str.1089@PAGE add x0, x0, l_.str.1089@PAGEOFF bl _puts ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1077@PAGE add x0, x0, l_.str.1077@PAGEOFF bl _printf ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1078@PAGE add x0, x0, l_.str.1078@PAGEOFF bl _printf 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.1079@PAGE add x0, x0, l_.str.1079@PAGEOFF bl _printf b LBB43_26 LBB43_23: ; in Loop: Header=BB43_16 Depth=1 bl _rand mov w9, #20 str w9, [sp, #24] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #10 stur w8, [x29, #-36] bl _rand ldr w9, [sp, #24] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #5 stur w8, [x29, #-40] ldur w8, [x29, #-12] ldur w9, [x29, #-36] subs w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-8] ldur s1, [x29, #-36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldur d0, [x29, #-24] fadd d0, d0, d1 stur d0, [x29, #-24] ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] adrp x0, l_.str.1090@PAGE add x0, x0, l_.str.1090@PAGEOFF bl _puts ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1077@PAGE add x0, x0, l_.str.1077@PAGEOFF bl _printf ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1078@PAGE add x0, x0, l_.str.1078@PAGEOFF bl _printf 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.1079@PAGE add x0, x0, l_.str.1079@PAGEOFF bl _printf b LBB43_26 LBB43_24: ; in Loop: Header=BB43_16 Depth=1 bl _rand mov w9, #20 str w9, [sp, #20] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #20 stur w8, [x29, #-36] bl _rand ldr w9, [sp, #20] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #11 stur w8, [x29, #-40] ldur w8, [x29, #-12] ldur w9, [x29, #-36] subs w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-8] ldur s1, [x29, #-36] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldur d0, [x29, #-24] fadd d0, d0, d1 stur d0, [x29, #-24] ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] adrp x0, l_.str.1091@PAGE add x0, x0, l_.str.1091@PAGEOFF bl _puts ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1092@PAGE add x0, x0, l_.str.1092@PAGEOFF bl _printf adrp x0, l_.str.1093@PAGE add x0, x0, l_.str.1093@PAGEOFF bl _puts ldur w9, [x29, #-40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1078@PAGE add x0, x0, l_.str.1078@PAGEOFF bl _printf 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.1079@PAGE add x0, x0, l_.str.1079@PAGEOFF bl _printf b LBB43_26 LBB43_25: ; in Loop: Header=BB43_16 Depth=1 adrp x0, l_.str.1084@PAGE add x0, x0, l_.str.1084@PAGEOFF bl _puts b LBB43_26 LBB43_26: ; in Loop: Header=BB43_16 Depth=1 b LBB43_16 LBB43_27: b LBB43_28 LBB43_28: ldur d0, [x29, #-24] ldur s2, [x29, #-28] ; 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, #-24] ldur d0, [x29, #-24] mov x8, sp str d0, [x8] adrp x0, l_.str.1094@PAGE add x0, x0, l_.str.1094@PAGEOFF bl _printf ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB43_31 b LBB43_29 LBB43_29: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB43_31 b LBB43_30 LBB43_30: mov w8, #1 stur w8, [x29, #-4] b LBB43_37 LBB43_31: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB43_34 b LBB43_32 LBB43_32: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB43_34 b LBB43_33 LBB43_33: stur wzr, [x29, #-4] b LBB43_37 LBB43_34: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB43_37 b LBB43_35 LBB43_35: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB43_37 b LBB43_36 LBB43_36: adrp x0, l_.str.1095@PAGE add x0, x0, l_.str.1095@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB43_37 LBB43_37: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _printResults ; -- Begin function printResults .p2align 2 _printResults: ; @printResults .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] adrp x0, l_.str.1057@PAGE add x0, x0, l_.str.1057@PAGEOFF adrp x1, l_.str.360@PAGE add x1, x1, l_.str.360@PAGEOFF bl _fopen str x0, [sp, #8] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB44_14 b LBB44_1 LBB44_1: ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB44_7 b LBB44_2 LBB44_2: adrp x0, l_.str.1058@PAGE add x0, x0, l_.str.1058@PAGEOFF bl _puts adrp x0, l_.str.1059@PAGE add x0, x0, l_.str.1059@PAGEOFF bl _puts adrp x0, l_.str.1060@PAGE add x0, x0, l_.str.1060@PAGEOFF bl _puts adrp x0, l_.str.1061@PAGE add x0, x0, l_.str.1061@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB44_3 LBB44_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #99 cset w8, gt tbnz w8, #0, LBB44_6 b LBB44_4 LBB44_4: ; in Loop: Header=BB44_3 Depth=1 ldr x0, [sp, #8] adrp x1, l_.str.1062@PAGE add x1, x1, l_.str.1062@PAGEOFF bl _fprintf b LBB44_5 LBB44_5: ; in Loop: Header=BB44_3 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB44_3 LBB44_6: b LBB44_7 LBB44_7: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB44_13 b LBB44_8 LBB44_8: adrp x0, l_.str.1063@PAGE add x0, x0, l_.str.1063@PAGEOFF bl _printf adrp x0, l_.str.1064@PAGE add x0, x0, l_.str.1064@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB44_9 LBB44_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #99 cset w8, gt tbnz w8, #0, LBB44_12 b LBB44_10 LBB44_10: ; in Loop: Header=BB44_9 Depth=1 ldr x0, [sp, #8] adrp x1, l_.str.1065@PAGE add x1, x1, l_.str.1065@PAGEOFF bl _fprintf b LBB44_11 LBB44_11: ; in Loop: Header=BB44_9 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB44_9 LBB44_12: b LBB44_13 LBB44_13: b LBB44_14 LBB44_14: ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB44_28 b LBB44_15 LBB44_15: ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB44_21 b LBB44_16 LBB44_16: adrp x0, l_.str.1066@PAGE add x0, x0, l_.str.1066@PAGEOFF bl _puts adrp x0, l_.str.1067@PAGE add x0, x0, l_.str.1067@PAGEOFF bl _puts adrp x0, l_.str.1068@PAGE add x0, x0, l_.str.1068@PAGEOFF bl _puts adrp x0, l_.str.1061@PAGE add x0, x0, l_.str.1061@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB44_17 LBB44_17: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #99 cset w8, gt tbnz w8, #0, LBB44_20 b LBB44_18 LBB44_18: ; in Loop: Header=BB44_17 Depth=1 ldr x0, [sp, #8] adrp x1, l_.str.1069@PAGE add x1, x1, l_.str.1069@PAGEOFF bl _fprintf b LBB44_19 LBB44_19: ; in Loop: Header=BB44_17 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB44_17 LBB44_20: b LBB44_21 LBB44_21: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB44_27 b LBB44_22 LBB44_22: adrp x0, l_.str.1070@PAGE add x0, x0, l_.str.1070@PAGEOFF bl _printf adrp x0, l_.str.1064@PAGE add x0, x0, l_.str.1064@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB44_23 LBB44_23: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #99 cset w8, gt tbnz w8, #0, LBB44_26 b LBB44_24 LBB44_24: ; in Loop: Header=BB44_23 Depth=1 ldr x0, [sp, #8] adrp x1, l_.str.1065@PAGE add x1, x1, l_.str.1065@PAGEOFF bl _fprintf b LBB44_25 LBB44_25: ; in Loop: Header=BB44_23 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB44_23 LBB44_26: b LBB44_27 LBB44_27: b LBB44_28 LBB44_28: ldr x0, [sp, #8] bl _fclose ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _wordGame ; -- Begin function wordGame .p2align 2 _wordGame: ; @wordGame .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, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x0, [x29, #-8] adrp x1, l_.str.1394@PAGE add x1, x1, l_.str.1394@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB45_2 b LBB45_1 LBB45_1: adrp x0, l_.str.1395@PAGE add x0, x0, l_.str.1395@PAGEOFF bl _puts adrp x0, l_.str.1396@PAGE add x0, x0, l_.str.1396@PAGEOFF bl _puts adrp x0, l_.str.1397@PAGE add x0, x0, l_.str.1397@PAGEOFF bl _printf b LBB45_3 LBB45_2: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1398@PAGE add x0, x0, l_.str.1398@PAGEOFF bl _printf mov w0, #0 bl _exit LBB45_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-8] ldr x2, [x8] mov w1, #10 bl _fgets ldur x0, [x29, #-8] adrp x1, l_.str.1399@PAGE add x1, x1, l_.str.1399@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB45_5 b LBB45_4 LBB45_4: adrp x0, l_.str.1400@PAGE add x0, x0, l_.str.1400@PAGEOFF bl _puts adrp x0, l_.str.1401@PAGE add x0, x0, l_.str.1401@PAGEOFF bl _printf b LBB45_6 LBB45_5: adrp x0, l_.str.1402@PAGE add x0, x0, l_.str.1402@PAGEOFF bl _puts mov w0, #0 bl _exit LBB45_6: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-8] ldr x2, [x8] mov w1, #20 bl _fgets ldur x0, [x29, #-8] adrp x1, l_.str.1403@PAGE add x1, x1, l_.str.1403@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB45_8 b LBB45_7 LBB45_7: adrp x0, l_.str.1404@PAGE add x0, x0, l_.str.1404@PAGEOFF bl _puts adrp x0, l_.str.1405@PAGE add x0, x0, l_.str.1405@PAGEOFF bl _puts adrp x0, l_.str.1406@PAGE add x0, x0, l_.str.1406@PAGEOFF bl _puts adrp x0, l_.str.1407@PAGE add x0, x0, l_.str.1407@PAGEOFF bl _puts adrp x0, l_.str.1408@PAGE add x0, x0, l_.str.1408@PAGEOFF bl _puts adrp x0, l_.str.1409@PAGE add x0, x0, l_.str.1409@PAGEOFF bl _puts adrp x0, l_.str.1410@PAGE add x0, x0, l_.str.1410@PAGEOFF bl _puts adrp x0, l_.str.1411@PAGE add x0, x0, l_.str.1411@PAGEOFF bl _printf b LBB45_9 LBB45_8: adrp x0, l_.str.1412@PAGE add x0, x0, l_.str.1412@PAGEOFF bl _puts mov w0, #0 bl _exit LBB45_9: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-8] ldr x2, [x8] mov w1, #30 bl _fgets ldur x0, [x29, #-8] adrp x1, l_.str.1413@PAGE add x1, x1, l_.str.1413@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB45_11 b LBB45_10 LBB45_10: adrp x0, l_.str.1414@PAGE add x0, x0, l_.str.1414@PAGEOFF bl _puts adrp x0, l_.str.1415@PAGE add x0, x0, l_.str.1415@PAGEOFF bl _puts adrp x0, l_.str.1416@PAGE add x0, x0, l_.str.1416@PAGEOFF bl _puts adrp x0, l_.str.1417@PAGE add x0, x0, l_.str.1417@PAGEOFF bl _puts b LBB45_12 LBB45_11: adrp x0, l_.str.1418@PAGE add x0, x0, l_.str.1418@PAGEOFF bl _puts mov w0, #0 bl _exit LBB45_12: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _urGuess ; -- Begin function urGuess .p2align 2 _urGuess: ; @urGuess .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.1228@PAGE add x0, x0, l_.str.1228@PAGEOFF bl _puts mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Anumber ; -- Begin function Anumber .p2align 2 _Anumber: ; @Anumber .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str w1, [sp, #12] str wzr, [sp, #8] b LBB47_1 LBB47_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB47_4 b LBB47_2 LBB47_2: ; in Loop: Header=BB47_1 Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #4] ldr w8, [sp, #4] ldr x9, [sp, #16] ldrsw x10, [sp, #8] str w8, [x9, x10, lsl #2] b LBB47_3 LBB47_3: ; in Loop: Header=BB47_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB47_1 LBB47_4: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB47_6 b LBB47_5 LBB47_5: ldr w8, [sp, #12] subs w8, w8, #10 cset w8, le tbnz w8, #0, LBB47_7 b LBB47_6 LBB47_6: stur wzr, [x29, #-4] b LBB47_10 LBB47_7: ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB47_9 b LBB47_8 LBB47_8: ldr w8, [sp, #8] stur w8, [x29, #-4] b LBB47_10 LBB47_9: mov w8, #-1 stur w8, [x29, #-4] b LBB47_10 LBB47_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _greenUSB26 ; -- Begin function greenUSB26 .p2align 2 _greenUSB26: ; @greenUSB26 .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] sub x8, x29, #20 str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-20] str wzr, [sp, #40] adrp x0, l_.str.1148@PAGE add x0, x0, l_.str.1148@PAGEOFF bl _printf adrp x0, l_.str.1149@PAGE add x0, x0, l_.str.1149@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1150@PAGE add x0, x0, l_.str.1150@PAGEOFF bl _printf ldr x0, [sp, #24] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.1151@PAGE add x0, x0, l_.str.1151@PAGEOFF bl _printf adrp x0, l_.str.1152@PAGE add x0, x0, l_.str.1152@PAGEOFF bl _printf adrp x0, l_.str.1153@PAGE add x0, x0, l_.str.1153@PAGEOFF bl _printf adrp x0, l_.str.1154@PAGE add x0, x0, l_.str.1154@PAGEOFF bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB48_34 b LBB48_1 LBB48_1: adrp x0, l_.str.1155@PAGE add x0, x0, l_.str.1155@PAGEOFF bl _printf bl _rand mov w9, #3 str w9, [sp, #20] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 stur w8, [x29, #-24] bl _rand ldr w9, [sp, #20] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 stur w8, [x29, #-28] ldur w8, [x29, #-24] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB48_9 b LBB48_2 LBB48_2: ldur w8, [x29, #-28] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB48_4 b LBB48_3 LBB48_3: mov w8, #7 str w8, [sp, #40] b LBB48_8 LBB48_4: ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB48_6 b LBB48_5 LBB48_5: mov w8, #6 str w8, [sp, #40] b LBB48_7 LBB48_6: mov w8, #3 str w8, [sp, #40] b LBB48_7 LBB48_7: b LBB48_8 LBB48_8: b LBB48_25 LBB48_9: ldur w8, [x29, #-24] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB48_17 b LBB48_10 LBB48_10: ldur w8, [x29, #-28] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB48_12 b LBB48_11 LBB48_11: mov w8, #3 str w8, [sp, #40] b LBB48_16 LBB48_12: ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB48_14 b LBB48_13 LBB48_13: mov w8, #9 str w8, [sp, #40] b LBB48_15 LBB48_14: mov w8, #2 str w8, [sp, #40] b LBB48_15 LBB48_15: b LBB48_16 LBB48_16: b LBB48_24 LBB48_17: ldur w8, [x29, #-28] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB48_19 b LBB48_18 LBB48_18: mov w8, #5 str w8, [sp, #40] b LBB48_23 LBB48_19: ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB48_21 b LBB48_20 LBB48_20: mov w8, #1 str w8, [sp, #40] b LBB48_22 LBB48_21: mov w8, #6 str w8, [sp, #40] b LBB48_22 LBB48_22: b LBB48_23 LBB48_23: b LBB48_24 LBB48_24: b LBB48_25 LBB48_25: ldur w8, [x29, #-24] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1156@PAGE add x0, x0, l_.str.1156@PAGEOFF bl _printf adrp x0, l_.str.1157@PAGE add x0, x0, l_.str.1157@PAGEOFF bl _printf stur wzr, [x29, #-32] b LBB48_26 LBB48_26: ; =>This Loop Header: Depth=1 ; Child Loop BB48_28 Depth 2 ldur w8, [x29, #-32] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB48_33 b LBB48_27 LBB48_27: ; in Loop: Header=BB48_26 Depth=1 adrp x0, l_.str.1158@PAGE add x0, x0, l_.str.1158@PAGEOFF bl _printf stur wzr, [x29, #-36] b LBB48_28 LBB48_28: ; Parent Loop BB48_26 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-36] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB48_31 b LBB48_29 LBB48_29: ; in Loop: Header=BB48_28 Depth=2 ldur x8, [x29, #-16] add x9, x8, #4 stur x9, [x29, #-16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1023@PAGE add x0, x0, l_.str.1023@PAGEOFF bl _printf b LBB48_30 LBB48_30: ; in Loop: Header=BB48_28 Depth=2 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB48_28 LBB48_31: ; in Loop: Header=BB48_26 Depth=1 adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf b LBB48_32 LBB48_32: ; in Loop: Header=BB48_26 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB48_26 LBB48_33: adrp x0, l_.str.1157@PAGE add x0, x0, l_.str.1157@PAGEOFF bl _printf adrp x0, l_.str.1159@PAGE add x0, x0, l_.str.1159@PAGEOFF bl _printf ldr w8, [sp, #40] stur w8, [x29, #-4] b LBB48_35 LBB48_34: adrp x0, l_.str.1160@PAGE add x0, x0, l_.str.1160@PAGEOFF bl _printf ldr w8, [sp, #40] stur w8, [x29, #-4] b LBB48_35 LBB48_35: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _blueUSB26 ; -- Begin function blueUSB26 .p2align 2 _blueUSB26: ; @blueUSB26 .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] mov w8, #6 stur w8, [x29, #-24] str wzr, [sp, #32] movi d0, #0000000000000000 str d0, [sp, #24] adrp x0, l_.str.1161@PAGE add x0, x0, l_.str.1161@PAGEOFF bl _printf adrp x0, l_.str.1149@PAGE add x0, x0, l_.str.1149@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1162@PAGE add x0, x0, l_.str.1162@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.1151@PAGE add x0, x0, l_.str.1151@PAGEOFF bl _printf adrp x0, l_.str.1163@PAGE add x0, x0, l_.str.1163@PAGEOFF bl _printf adrp x0, l_.str.1153@PAGE add x0, x0, l_.str.1153@PAGEOFF bl _printf adrp x0, l_.str.1154@PAGE add x0, x0, l_.str.1154@PAGEOFF bl _printf mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB49_6 b LBB49_1 LBB49_1: stur wzr, [x29, #-28] b LBB49_2 LBB49_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB49_5 b LBB49_3 LBB49_3: ; in Loop: Header=BB49_2 Depth=1 ldur x8, [x29, #-16] ldr w9, [x8] ldr w8, [sp, #32] add w8, w8, w9 str w8, [sp, #32] ldur x8, [x29, #-16] add x8, x8, #4 stur x8, [x29, #-16] b LBB49_4 LBB49_4: ; in Loop: Header=BB49_2 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB49_2 LBB49_5: ldr s1, [sp, #32] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fmov d1, #9.00000000 fdiv d0, d0, d1 str d0, [sp, #24] adrp x0, l_.str.1164@PAGE add x0, x0, l_.str.1164@PAGEOFF bl _printf adrp x0, l_.str.1165@PAGE add x0, x0, l_.str.1165@PAGEOFF bl _printf adrp x0, l_.str.1166@PAGE add x0, x0, l_.str.1166@PAGEOFF bl _printf adrp x0, l_.str.1167@PAGE add x0, x0, l_.str.1167@PAGEOFF bl _printf adrp x0, l_.str.1168@PAGE add x0, x0, l_.str.1168@PAGEOFF bl _printf ldr w9, [sp, #32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1169@PAGE add x0, x0, l_.str.1169@PAGEOFF bl _printf adrp x0, l_.str.1170@PAGE add x0, x0, l_.str.1170@PAGEOFF bl _printf adrp x0, l_.str.1171@PAGE add x0, x0, l_.str.1171@PAGEOFF bl _printf adrp x0, l_.str.1172@PAGE add x0, x0, l_.str.1172@PAGEOFF bl _printf adrp x0, l_.str.1173@PAGE add x0, x0, l_.str.1173@PAGEOFF bl _printf ldr d0, [sp, #24] mov x8, sp str d0, [x8] adrp x0, l_.str.1174@PAGE add x0, x0, l_.str.1174@PAGEOFF bl _printf adrp x0, l_.str.1175@PAGE add x0, x0, l_.str.1175@PAGEOFF bl _printf adrp x0, l_.str.1159@PAGE add x0, x0, l_.str.1159@PAGEOFF bl _printf ldur w8, [x29, #-24] stur w8, [x29, #-4] b LBB49_7 LBB49_6: adrp x0, l_.str.1176@PAGE add x0, x0, l_.str.1176@PAGEOFF bl _printf ldur w8, [x29, #-24] stur w8, [x29, #-4] b LBB49_7 LBB49_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _lockedDoor26 ; -- Begin function lockedDoor26 .p2align 2 _lockedDoor26: ; @lockedDoor26 .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] ldur w8, [x29, #-4] mov w9, #100 mul w8, w8, w9 ldur w9, [x29, #-8] mov w10, #10 mul w9, w9, w10 add w8, w8, w9 ldur w9, [x29, #-12] add w8, w8, w9 str w8, [sp, #24] adrp x0, l_.str.1192@PAGE add x0, x0, l_.str.1192@PAGEOFF bl _printf adrp x0, l_.str.1193@PAGE add x0, x0, l_.str.1193@PAGEOFF bl _printf adrp x0, l_.str.1194@PAGE add x0, x0, l_.str.1194@PAGEOFF bl _printf adrp x0, l_.str.1195@PAGE add x0, x0, l_.str.1195@PAGEOFF bl _printf adrp x0, l_.str.1196@PAGE add x0, x0, l_.str.1196@PAGEOFF bl _printf adrp x0, l_.str.1197@PAGE add x0, x0, l_.str.1197@PAGEOFF bl _printf adrp x0, l_.str.1151@PAGE add x0, x0, l_.str.1151@PAGEOFF bl _printf adrp x0, l_.str.1198@PAGE add x0, x0, l_.str.1198@PAGEOFF bl _printf adrp x0, l_.str.1153@PAGE add x0, x0, l_.str.1153@PAGEOFF bl _printf adrp x0, l_.str.1154@PAGE add x0, x0, l_.str.1154@PAGEOFF bl _printf mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB50_5 b LBB50_1 LBB50_1: ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1199@PAGE add x0, x0, l_.str.1199@PAGEOFF bl _printf adrp x0, l_.str.1200@PAGE add x0, x0, l_.str.1200@PAGEOFF bl _printf adrp x0, l_.str.1201@PAGE add x0, x0, l_.str.1201@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1202@PAGE add x0, x0, l_.str.1202@PAGEOFF bl _printf adrp x0, l_.str.1203@PAGE add x0, x0, l_.str.1203@PAGEOFF bl _printf adrp x0, l_.str.1204@PAGE add x0, x0, l_.str.1204@PAGEOFF bl _printf adrp x0, l_.str.1205@PAGE add x0, x0, l_.str.1205@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.1206@PAGE add x0, x0, l_.str.1206@PAGEOFF bl _printf mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-20] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB50_3 b LBB50_2 LBB50_2: adrp x0, l_.str.1207@PAGE add x0, x0, l_.str.1207@PAGEOFF bl _printf adrp x0, l_.str.1208@PAGE add x0, x0, l_.str.1208@PAGEOFF bl _printf adrp x0, l_.str.1209@PAGE add x0, x0, l_.str.1209@PAGEOFF bl _printf adrp x0, l_.str.1210@PAGE add x0, x0, l_.str.1210@PAGEOFF bl _printf adrp x0, l_.str.1211@PAGE add x0, x0, l_.str.1211@PAGEOFF bl _printf b LBB50_4 LBB50_3: adrp x0, l_.str.1212@PAGE add x0, x0, l_.str.1212@PAGEOFF bl _printf adrp x0, l_.str.1213@PAGE add x0, x0, l_.str.1213@PAGEOFF bl _printf b LBB50_4 LBB50_4: b LBB50_6 LBB50_5: adrp x0, l_.str.1160@PAGE add x0, x0, l_.str.1160@PAGEOFF bl _printf b LBB50_6 LBB50_6: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _mining ; -- Begin function mining .p2align 2 _mining: ; @mining .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] mov w8, #-1 str w8, [sp, #20] adrp x0, l_.str.1281@PAGE add x0, x0, l_.str.1281@PAGEOFF bl _puts adrp x0, l_.str.1282@PAGE add x0, x0, l_.str.1282@PAGEOFF bl _puts b LBB51_1 LBB51_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB51_18 b LBB51_2 LBB51_2: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1283@PAGE add x0, x0, l_.str.1283@PAGEOFF bl _puts mov x9, sp add x8, sp, #20 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB51_4 b LBB51_3 LBB51_3: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1284@PAGE add x0, x0, l_.str.1284@PAGEOFF bl _puts str wzr, [sp, #20] b LBB51_17 LBB51_4: ; in Loop: Header=BB51_1 Depth=1 ldr w8, [sp, #20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB51_15 b LBB51_5 LBB51_5: ; in Loop: Header=BB51_1 Depth=1 ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB51_8 b LBB51_6 LBB51_6: ; in Loop: Header=BB51_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB51_8 b LBB51_7 LBB51_7: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1285@PAGE add x0, x0, l_.str.1285@PAGEOFF bl _puts adrp x0, l_.str.1286@PAGE add x0, x0, l_.str.1286@PAGEOFF bl _puts ldr x9, [sp, #24] ldr w8, [x9, #8] add w8, w8, #1 str w8, [x9, #8] b LBB51_14 LBB51_8: ; in Loop: Header=BB51_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB51_12 b LBB51_9 LBB51_9: ; in Loop: Header=BB51_1 Depth=1 bl _rand mov w9, #6 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #16] ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1287@PAGE add x0, x0, l_.str.1287@PAGEOFF bl _printf ldr w10, [sp, #16] ldur x9, [x29, #-8] ldr w8, [x9] add w8, w8, w10 str w8, [x9] ldr w10, [sp, #16] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, w10 str w8, [x9] ldr x9, [sp, #24] ldr w8, [x9, #4] add w8, w8, #1 str w8, [x9, #4] bl _rand mov w9, #4 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB51_11 b LBB51_10 LBB51_10: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1288@PAGE add x0, x0, l_.str.1288@PAGEOFF bl _puts ldr x9, [sp, #24] ldr w8, [x9, #8] subs w8, w8, #1 str w8, [x9, #8] b LBB51_11 LBB51_11: ; in Loop: Header=BB51_1 Depth=1 b LBB51_13 LBB51_12: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1289@PAGE add x0, x0, l_.str.1289@PAGEOFF bl _puts b LBB51_13 LBB51_13: ; in Loop: Header=BB51_1 Depth=1 b LBB51_14 LBB51_14: ; in Loop: Header=BB51_1 Depth=1 b LBB51_16 LBB51_15: ; in Loop: Header=BB51_1 Depth=1 adrp x0, l_.str.1290@PAGE add x0, x0, l_.str.1290@PAGEOFF bl _puts b LBB51_16 LBB51_16: ; in Loop: Header=BB51_1 Depth=1 b LBB51_17 LBB51_17: ; in Loop: Header=BB51_1 Depth=1 b LBB51_1 LBB51_18: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _shop ; -- Begin function shop .p2align 2 _shop: ; @shop .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #48] str x1, [sp, #40] sub x8, x29, #24 str x8, [sp, #24] ; 8-byte Folded Spill stur xzr, [x29, #-24] sturh wzr, [x29, #-16] adrp x8, l___const.shop.shopItem@PAGE add x8, x8, l___const.shop.shopItem@PAGEOFF ldr x9, [x8] stur x9, [x29, #-40] ldrh w8, [x8, #8] sturh w8, [x29, #-32] adrp x0, l_.str.1306@PAGE add x0, x0, l_.str.1306@PAGEOFF bl _puts adrp x0, l_.str.1307@PAGE add x0, x0, l_.str.1307@PAGEOFF bl _puts adrp x0, l_.str.1308@PAGE add x0, x0, l_.str.1308@PAGEOFF bl _puts ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #32] b LBB52_1 LBB52_1: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #32] str x8, [sp, #16] ; 8-byte Folded Spill sub x0, x29, #24 bl _strlen ldr x8, [sp, #16] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB52_9 b LBB52_2 LBB52_2: ; in Loop: Header=BB52_1 Depth=1 ldrsw x9, [sp, #32] sub x8, x29, #24 ldrsb w0, [x8, x9] bl _isalpha subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB52_6 b LBB52_3 LBB52_3: ; in Loop: Header=BB52_1 Depth=1 ldrsw x9, [sp, #32] sub x8, x29, #24 ldrsb w8, [x8, x9] ldrsw x10, [sp, #32] sub x9, x29, #40 ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB52_5 b LBB52_4 LBB52_4: adrp x0, l_.str.1309@PAGE add x0, x0, l_.str.1309@PAGEOFF bl _puts b LBB52_22 LBB52_5: ; in Loop: Header=BB52_1 Depth=1 b LBB52_7 LBB52_6: adrp x0, l_.str.1310@PAGE add x0, x0, l_.str.1310@PAGEOFF bl _puts b LBB52_22 LBB52_7: ; in Loop: Header=BB52_1 Depth=1 b LBB52_8 LBB52_8: ; in Loop: Header=BB52_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB52_1 LBB52_9: adrp x0, l_.str.1311@PAGE add x0, x0, l_.str.1311@PAGEOFF bl _printf str wzr, [sp, #32] b LBB52_10 LBB52_10: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #32] str x8, [sp, #8] ; 8-byte Folded Spill sub x0, x29, #24 bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB52_13 b LBB52_11 LBB52_11: ; in Loop: Header=BB52_10 Depth=1 ldrsw x9, [sp, #32] sub x8, x29, #24 ldrsb w0, [x8, x9] bl _toupper mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf b LBB52_12 LBB52_12: ; in Loop: Header=BB52_10 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB52_10 LBB52_13: adrp x0, l_.str.1312@PAGE add x0, x0, l_.str.1312@PAGEOFF bl _puts mov x9, sp add x8, sp, #39 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #39] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB52_18 b LBB52_14 LBB52_14: ldr x8, [sp, #48] ldr w8, [x8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB52_16 b LBB52_15 LBB52_15: adrp x0, l_.str.1313@PAGE add x0, x0, l_.str.1313@PAGEOFF bl _puts b LBB52_17 LBB52_16: adrp x0, l_.str.1314@PAGE add x0, x0, l_.str.1314@PAGEOFF bl _puts ldr x9, [sp, #40] ldr w8, [x9, #8] add w8, w8, #1 str w8, [x9, #8] ldr x9, [sp, #48] ldr w8, [x9] subs w8, w8, #3 str w8, [x9] b LBB52_17 LBB52_17: b LBB52_22 LBB52_18: ldrsb w8, [sp, #39] subs w8, w8, #110 cset w8, ne tbnz w8, #0, LBB52_20 b LBB52_19 LBB52_19: adrp x0, l_.str.1315@PAGE add x0, x0, l_.str.1315@PAGEOFF bl _puts b LBB52_21 LBB52_20: adrp x0, l_.str.1316@PAGE add x0, x0, l_.str.1316@PAGEOFF bl _puts b LBB52_21 LBB52_21: b LBB52_22 LBB52_22: 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, LBB52_24 b LBB52_23 LBB52_23: bl ___stack_chk_fail LBB52_24: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _gamble ; -- Begin function gamble .p2align 2 _gamble: ; @gamble .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] mov w8, #-1 str w8, [sp, #12] str wzr, [sp, #8] adrp x0, l_.str.1294@PAGE add x0, x0, l_.str.1294@PAGEOFF bl _puts b LBB53_1 LBB53_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB53_12 b LBB53_2 LBB53_2: ; in Loop: Header=BB53_1 Depth=1 adrp x0, l_.str.1295@PAGE add x0, x0, l_.str.1295@PAGEOFF bl _puts mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB53_4 b LBB53_3 LBB53_3: ; in Loop: Header=BB53_1 Depth=1 adrp x0, l_.str.1296@PAGE add x0, x0, l_.str.1296@PAGEOFF bl _puts str wzr, [sp, #12] b LBB53_11 LBB53_4: ; in Loop: Header=BB53_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB53_6 b LBB53_5 LBB53_5: ; in Loop: Header=BB53_1 Depth=1 ldur x0, [x29, #-8] bl _flipCoin b LBB53_10 LBB53_6: ; in Loop: Header=BB53_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB53_8 b LBB53_7 LBB53_7: ; in Loop: Header=BB53_1 Depth=1 ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _VIProom b LBB53_9 LBB53_8: ; in Loop: Header=BB53_1 Depth=1 adrp x0, l_.str.1290@PAGE add x0, x0, l_.str.1290@PAGEOFF bl _puts b LBB53_9 LBB53_9: ; in Loop: Header=BB53_1 Depth=1 b LBB53_10 LBB53_10: ; in Loop: Header=BB53_1 Depth=1 b LBB53_11 LBB53_11: ; in Loop: Header=BB53_1 Depth=1 b LBB53_1 LBB53_12: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _status ; -- Begin function status .p2align 2 _status: ; @status .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str x2, [sp, #24] ldur s1, [x29, #-12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [sp, #24] ldr s2, [x8, #4] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 str d0, [sp, #16] adrp x0, l_.str.1291@PAGE add x0, x0, l_.str.1291@PAGEOFF bl _puts ldur x8, [x29, #-8] ldr w8, [x8] ; implicit-def: $x9 mov x9, x8 ldr d0, [sp, #16] mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str.1292@PAGE add x0, x0, l_.str.1292@PAGEOFF bl _printf ldr x8, [sp, #24] ldr w9, [x8, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1293@PAGE add x0, x0, l_.str.1293@PAGEOFF bl _printf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _fairy ; -- Begin function fairy .p2align 2 _fairy: ; @fairy .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] adrp x0, l_.str.1343@PAGE add x0, x0, l_.str.1343@PAGEOFF bl _puts mov x9, sp add x8, sp, #23 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #23] subs w8, w8, #121 cset w8, eq tbnz w8, #0, LBB55_2 b LBB55_1 LBB55_1: ldrsb w8, [sp, #23] subs w8, w8, #89 cset w8, ne tbnz w8, #0, LBB55_9 b LBB55_2 LBB55_2: ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1344@PAGE add x0, x0, l_.str.1344@PAGEOFF bl _printf adrp x0, l_.str.1345@PAGE add x0, x0, l_.str.1345@PAGEOFF bl _puts adrp x0, l_.str.1346@PAGE add x0, x0, l_.str.1346@PAGEOFF bl _puts adrp x0, l_.str.1347@PAGE add x0, x0, l_.str.1347@PAGEOFF bl _printf mov x9, sp add x8, sp, #16 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur x8, [x29, #-16] ldr w8, [x8] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB55_4 b LBB55_3 LBB55_3: adrp x0, l_.str.1348@PAGE add x0, x0, l_.str.1348@PAGEOFF bl _puts b LBB55_8 LBB55_4: ldr w8, [sp, #16] subs w8, w8, #27 cset w8, ne tbnz w8, #0, LBB55_6 b LBB55_5 LBB55_5: adrp x0, l_.str.1349@PAGE add x0, x0, l_.str.1349@PAGEOFF bl _puts ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1350@PAGE add x0, x0, l_.str.1350@PAGEOFF bl _printf adrp x0, l_.str.1351@PAGE add x0, x0, l_.str.1351@PAGEOFF bl _puts bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1352@PAGE add x0, x0, l_.str.1352@PAGEOFF bl _printf adrp x0, l_.str.1353@PAGE add x0, x0, l_.str.1353@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.1354@PAGE add x0, x0, l_.str.1354@PAGEOFF bl _puts bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1355@PAGE add x0, x0, l_.str.1355@PAGEOFF bl _printf adrp x0, l_.str.1356@PAGE add x0, x0, l_.str.1356@PAGEOFF bl _puts adrp x0, l_.str.1357@PAGE add x0, x0, l_.str.1357@PAGEOFF bl _puts bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1358@PAGE add x0, x0, l_.str.1358@PAGEOFF bl _printf bl _pause27 adrp x0, l_.str.1359@PAGE add x0, x0, l_.str.1359@PAGEOFF bl _puts ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1360@PAGE add x0, x0, l_.str.1360@PAGEOFF bl _printf bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1361@PAGE add x0, x0, l_.str.1361@PAGEOFF bl _printf bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1362@PAGE add x0, x0, l_.str.1362@PAGEOFF bl _printf bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1363@PAGE add x0, x0, l_.str.1363@PAGEOFF bl _printf bl _pause27 ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1364@PAGE add x0, x0, l_.str.1364@PAGEOFF bl _printf bl _pause27 adrp x0, l_.str.1365@PAGE add x0, x0, l_.str.1365@PAGEOFF bl _puts adrp x0, l_.str.1366@PAGE add x0, x0, l_.str.1366@PAGEOFF bl _puts adrp x0, l_.str.1367@PAGE add x0, x0, l_.str.1367@PAGEOFF bl _puts bl _pause27 mov w8, #1 stur w8, [x29, #-4] b LBB55_11 LBB55_6: adrp x0, l_.str.1368@PAGE add x0, x0, l_.str.1368@PAGEOFF bl _puts adrp x0, l_.str.1369@PAGE add x0, x0, l_.str.1369@PAGEOFF bl _puts bl _pause27 b LBB55_7 LBB55_7: b LBB55_8 LBB55_8: b LBB55_10 LBB55_9: adrp x0, l_.str.1370@PAGE add x0, x0, l_.str.1370@PAGEOFF bl _puts b LBB55_10 LBB55_10: stur wzr, [x29, #-4] b LBB55_11 LBB55_11: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _coolGuysInteract ; -- Begin function coolGuysInteract .p2align 2 _coolGuysInteract: ; @coolGuysInteract .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 movi d0, #0000000000000000 str d0, [sp] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _printIntroduction ; -- Begin function printIntroduction .p2align 2 _printIntroduction: ; @printIntroduction .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.1034@PAGE add x0, x0, l_.str.1034@PAGEOFF bl _puts adrp x0, l_.str.1035@PAGE add x0, x0, l_.str.1035@PAGEOFF bl _puts adrp x0, l_.str.1036@PAGE add x0, x0, l_.str.1036@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _printRules ; -- Begin function printRules .p2align 2 _printRules: ; @printRules .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] adrp x0, l_.str.1037@PAGE add x0, x0, l_.str.1037@PAGEOFF bl _puts ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1038@PAGE add x0, x0, l_.str.1038@PAGEOFF bl _printf ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1039@PAGE add x0, x0, l_.str.1039@PAGEOFF bl _printf ldur w8, [x29, #-8] ; 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.1040@PAGE add x0, x0, l_.str.1040@PAGEOFF bl _printf adrp x0, l_.str.1041@PAGE add x0, x0, l_.str.1041@PAGEOFF bl _puts adrp x0, l_.str.1042@PAGE add x0, x0, l_.str.1042@PAGEOFF bl _puts adrp x0, l_.str.1043@PAGE add x0, x0, l_.str.1043@PAGEOFF bl _puts ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _averageM ; -- Begin function averageM .p2align 2 _averageM: ; @averageM .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str wzr, [sp, #12] str wzr, [sp, #16] b LBB59_1 LBB59_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB59_4 b LBB59_2 LBB59_2: ; in Loop: Header=BB59_1 Depth=1 ldr w8, [sp, #12] ldr x9, [sp, #24] ldrsw x10, [sp, #16] ldr w9, [x9, x10, lsl #2] add w8, w8, w9 str w8, [sp, #12] b LBB59_3 LBB59_3: ; in Loop: Header=BB59_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB59_1 LBB59_4: ldr s1, [sp, #12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr s2, [sp, #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 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _printRollResults ; -- Begin function printRollResults .p2align 2 _printRollResults: ; @printRollResults .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB60_2 b LBB60_1 LBB60_1: adrp x0, l_.str.1031@PAGE add x0, x0, l_.str.1031@PAGEOFF bl _printf b LBB60_3 LBB60_2: adrp x0, l_.str.1032@PAGE add x0, x0, l_.str.1032@PAGEOFF bl _printf b LBB60_3 LBB60_3: str wzr, [sp, #12] b LBB60_4 LBB60_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB60_7 b LBB60_5 LBB60_5: ; in Loop: Header=BB60_4 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.1033@PAGE add x0, x0, l_.str.1033@PAGEOFF bl _printf b LBB60_6 LBB60_6: ; in Loop: Header=BB60_4 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB60_4 LBB60_7: adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _sumM ; -- Begin function sumM .p2align 2 _sumM: ; @sumM .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] movi d0, #0000000000000000 str d0, [sp, #8] str wzr, [sp, #16] b LBB61_1 LBB61_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB61_6 b LBB61_2 LBB61_2: ; in Loop: Header=BB61_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr d0, [x8, x9, lsl #3] fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB61_4 b LBB61_3 LBB61_3: b LBB61_6 LBB61_4: ; in Loop: Header=BB61_1 Depth=1 ldr d0, [sp, #8] ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr d1, [x8, x9, lsl #3] fadd d0, d0, d1 str d0, [sp, #8] b LBB61_5 LBB61_5: ; in Loop: Header=BB61_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB61_1 LBB61_6: ldr d0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _randomString ; -- Begin function randomString .p2align 2 _randomString: ; @randomString .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] bl _rand mov w9, #100 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #12] str wzr, [sp, #8] adrp x0, l_.str.817@PAGE add x0, x0, l_.str.817@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen mov x8, x0 str x8, [sp] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB62_2 b LBB62_1 LBB62_1: adrp x0, l_.str.818@PAGE add x0, x0, l_.str.818@PAGEOFF bl _puts b LBB62_9 LBB62_2: b LBB62_3 LBB62_3: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #16] ldr x2, [sp] mov w1, #11 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB62_8 b LBB62_4 LBB62_4: ; in Loop: Header=BB62_3 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB62_6 b LBB62_5 LBB62_5: ldr x0, [sp] bl _fclose ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB62_10 LBB62_6: ; in Loop: Header=BB62_3 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB62_7 LBB62_7: ; in Loop: Header=BB62_3 Depth=1 b LBB62_3 LBB62_8: ldr x0, [sp] bl _fclose b LBB62_9 LBB62_9: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB62_10 LBB62_10: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _room_37_guess_number ; -- Begin function room_37_guess_number .p2align 2 _room_37_guess_number: ; @room_37_guess_number .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] mov w8, #10 str w8, [sp] b LBB63_1 LBB63_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB63_9 b LBB63_2 LBB63_2: ; in Loop: Header=BB63_1 Depth=1 mov w0, #1 mov w1, #30 bl _room_37_prompt_guess str w0, [sp, #4] ldr w8, [sp, #4] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB63_4 b LBB63_3 LBB63_3: adrp x0, l_.str.1053@PAGE add x0, x0, l_.str.1053@PAGEOFF bl _puts b LBB63_9 LBB63_4: ; in Loop: Header=BB63_1 Depth=1 ldr w8, [sp, #4] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB63_6 b LBB63_5 LBB63_5: ; in Loop: Header=BB63_1 Depth=1 adrp x0, l_.str.1054@PAGE add x0, x0, l_.str.1054@PAGEOFF bl _puts b LBB63_7 LBB63_6: ; in Loop: Header=BB63_1 Depth=1 adrp x0, l_.str.1055@PAGE add x0, x0, l_.str.1055@PAGEOFF bl _puts b LBB63_7 LBB63_7: ; in Loop: Header=BB63_1 Depth=1 b LBB63_8 LBB63_8: ; in Loop: Header=BB63_1 Depth=1 ldr w8, [sp] subs w8, w8, #1 str w8, [sp] b LBB63_1 LBB63_9: ldr w8, [sp] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB63_11 b LBB63_10 LBB63_10: mov w8, #1 stur w8, [x29, #-4] b LBB63_12 LBB63_11: stur wzr, [x29, #-4] b LBB63_12 LBB63_12: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _prompt ; -- Begin function prompt .p2align 2 _prompt: ; @prompt .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.1380@PAGE add x0, x0, l_.str.1380@PAGEOFF bl _printf mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _modArray ; -- Begin function modArray .p2align 2 _modArray: ; @modArray .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] b LBB65_1 LBB65_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB65_4 b LBB65_2 LBB65_2: ; in Loop: Header=BB65_1 Depth=1 bl _rand mov w9, #11 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #12] ldur x8, [x29, #-8] ldrsw x9, [sp, #12] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB65_3 LBB65_3: ; in Loop: Header=BB65_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB65_1 LBB65_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printArray ; -- Begin function printArray .p2align 2 _printArray: ; @printArray .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 w1, [x29, #-12] ldur x8, [x29, #-8] ldr w8, [x8] ; implicit-def: $x1 mov x1, x8 ldur x8, [x29, #-8] ldr w8, [x8, #4] ; implicit-def: $x0 mov x0, x8 ldur x8, [x29, #-8] ldr w8, [x8, #8] ; implicit-def: $x17 mov x17, x8 ldur x8, [x29, #-8] ldr w8, [x8, #12] ; implicit-def: $x16 mov x16, x8 ldur x8, [x29, #-8] ldr w8, [x8, #16] ; implicit-def: $x15 mov x15, x8 ldur x8, [x29, #-8] ldr w8, [x8, #20] ; implicit-def: $x14 mov x14, x8 ldur x8, [x29, #-8] ldr w8, [x8, #24] ; implicit-def: $x13 mov x13, x8 ldur x8, [x29, #-8] ldr w8, [x8, #28] ; implicit-def: $x12 mov x12, x8 ldur x8, [x29, #-8] ldr w8, [x8, #32] ; implicit-def: $x11 mov x11, x8 ldur x8, [x29, #-8] ldr w8, [x8, #36] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-8] ldr w9, [x8, #40] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x1, [x9] str x0, [x9, #8] 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 x8, [x9, #80] adrp x0, l_.str.1381@PAGE add x0, x0, l_.str.1381@PAGEOFF bl _printf ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _eflores ; -- Begin function eflores .p2align 2 _eflores: ; @eflores .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] str wzr, [sp, #16] adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] sub x0, x29, #27 mov w1, #19 bl _fgets str wzr, [sp, #16] b LBB67_1 LBB67_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #18 cset w8, ge tbnz w8, #0, LBB67_7 b LBB67_2 LBB67_2: ; in Loop: Header=BB67_1 Depth=1 ldrsw x9, [sp, #16] sub x8, x29, #27 ldrsb w0, [x8, x9] bl _islower subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB67_4 b LBB67_3 LBB67_3: ; in Loop: Header=BB67_1 Depth=1 ldrsw x9, [sp, #16] sub x8, x29, #27 str x8, [sp, #8] ; 8-byte Folded Spill ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.1382@PAGE add x0, x0, l_.str.1382@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload ldrsw x9, [sp, #16] ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #8] ; 8-byte Folded Reload ldrsw x9, [sp, #16] strb w0, [x8, x9] b LBB67_5 LBB67_4: ; in Loop: Header=BB67_1 Depth=1 ldrsw x9, [sp, #16] sub x8, x29, #27 ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.1383@PAGE add x0, x0, l_.str.1383@PAGEOFF bl _printf b LBB67_5 LBB67_5: ; in Loop: Header=BB67_1 Depth=1 b LBB67_6 LBB67_6: ; in Loop: Header=BB67_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB67_1 LBB67_7: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB67_9 b LBB67_8 LBB67_8: bl ___stack_chk_fail LBB67_9: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _story ; -- Begin function story .p2align 2 _story: ; @story .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.744@PAGE add x0, x0, l_.str.744@PAGEOFF bl _puts adrp x0, l_.str.745@PAGE add x0, x0, l_.str.745@PAGEOFF bl _puts adrp x0, l_.str.746@PAGE add x0, x0, l_.str.746@PAGEOFF bl _puts adrp x0, l_.str.747@PAGE add x0, x0, l_.str.747@PAGEOFF bl _puts adrp x0, l_.str.748@PAGE add x0, x0, l_.str.748@PAGEOFF bl _puts adrp x0, l_.str.749@PAGE add x0, x0, l_.str.749@PAGEOFF bl _puts adrp x0, l_.str.750@PAGE add x0, x0, l_.str.750@PAGEOFF bl _puts adrp x0, l_.str.751@PAGE add x0, x0, l_.str.751@PAGEOFF bl _puts adrp x0, l_.str.752@PAGE add x0, x0, l_.str.752@PAGEOFF bl _puts adrp x0, l_.str.753@PAGE add x0, x0, l_.str.753@PAGEOFF bl _puts adrp x0, l_.str.754@PAGE add x0, x0, l_.str.754@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _elf ; -- Begin function elf .p2align 2 _elf: ; @elf .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.755@PAGE add x0, x0, l_.str.755@PAGEOFF bl _puts adrp x0, l_.str.756@PAGE add x0, x0, l_.str.756@PAGEOFF bl _puts adrp x0, l_.str.757@PAGE add x0, x0, l_.str.757@PAGEOFF bl _puts adrp x0, l_.str.758@PAGE add x0, x0, l_.str.758@PAGEOFF bl _puts adrp x0, l_.str.759@PAGE add x0, x0, l_.str.759@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _play ; -- Begin function play .p2align 2 _play: ; @play .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, #16] str xzr, [sp, #24] str xzr, [sp, #32] str wzr, [sp, #20] b LBB70_1 LBB70_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB70_4 b LBB70_2 LBB70_2: ; in Loop: Header=BB70_1 Depth=1 bl _rand mov w9, #100 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldrsw x10, [sp, #20] add x9, sp, #24 str w8, [x9, x10, lsl #2] ldr w8, [sp, #16] ldrsw x10, [sp, #20] ldr w9, [x9, x10, lsl #2] add w8, w8, w9 str w8, [sp, #16] b LBB70_3 LBB70_3: ; in Loop: Header=BB70_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB70_1 LBB70_4: ldr w8, [sp, #16] mov w9, #5 sdiv w8, w8, w9 str w8, [sp, #12] ldr w8, [sp, #12] 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, LBB70_6 b LBB70_5 LBB70_5: adrp x0, l_.str.743@PAGE add x0, x0, l_.str.743@PAGEOFF bl _printf b LBB70_7 LBB70_6: adrp x0, l_.str.140@PAGE add x0, x0, l_.str.140@PAGEOFF bl _printf b LBB70_7 LBB70_7: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB70_9 b LBB70_8 LBB70_8: bl ___stack_chk_fail LBB70_9: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _BBGprnt ; -- Begin function BBGprnt .p2align 2 _BBGprnt: ; @BBGprnt .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.762@PAGE add x0, x0, l_.str.762@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _mQprintInventory ; -- Begin function mQprintInventory .p2align 2 _mQprintInventory: ; @mQprintInventory .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 x0, l_.str.821@PAGE add x0, x0, l_.str.821@PAGEOFF bl _puts ldr x8, [sp, #8] ldrb w8, [x8] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_2 b LBB72_1 LBB72_1: adrp x0, l_.str.822@PAGE add x0, x0, l_.str.822@PAGEOFF bl _puts b LBB72_2 LBB72_2: ldr x8, [sp, #8] ldrb w8, [x8, #1] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_4 b LBB72_3 LBB72_3: adrp x0, l_.str.823@PAGE add x0, x0, l_.str.823@PAGEOFF bl _puts b LBB72_4 LBB72_4: ldr x8, [sp, #8] ldrb w8, [x8, #2] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_6 b LBB72_5 LBB72_5: adrp x0, l_.str.824@PAGE add x0, x0, l_.str.824@PAGEOFF bl _puts b LBB72_6 LBB72_6: ldr x8, [sp, #8] ldrb w8, [x8, #3] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_8 b LBB72_7 LBB72_7: adrp x0, l_.str.825@PAGE add x0, x0, l_.str.825@PAGEOFF bl _puts b LBB72_8 LBB72_8: ldr x8, [sp, #8] ldrb w8, [x8, #4] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_10 b LBB72_9 LBB72_9: adrp x0, l_.str.826@PAGE add x0, x0, l_.str.826@PAGEOFF bl _puts b LBB72_10 LBB72_10: ldr x8, [sp, #8] ldrb w8, [x8, #5] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_12 b LBB72_11 LBB72_11: adrp x0, l_.str.827@PAGE add x0, x0, l_.str.827@PAGEOFF bl _puts b LBB72_12 LBB72_12: ldr x8, [sp, #8] ldrb w8, [x8, #6] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_14 b LBB72_13 LBB72_13: adrp x0, l_.str.828@PAGE add x0, x0, l_.str.828@PAGEOFF bl _puts b LBB72_14 LBB72_14: ldr x8, [sp, #8] ldrb w8, [x8, #7] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_16 b LBB72_15 LBB72_15: adrp x0, l_.str.829@PAGE add x0, x0, l_.str.829@PAGEOFF bl _puts b LBB72_16 LBB72_16: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _mQprintLocations ; -- Begin function mQprintLocations .p2align 2 _mQprintLocations: ; @mQprintLocations .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] str wzr, [sp, #12] adrp x0, l_.str.830@PAGE add x0, x0, l_.str.830@PAGEOFF bl _puts ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB73_6 b LBB73_1 LBB73_1: str wzr, [sp, #12] b LBB73_2 LBB73_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB73_5 b LBB73_3 LBB73_3: ; in Loop: Header=BB73_2 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x0, l_.str.831@PAGE add x0, x0, l_.str.831@PAGEOFF bl _printf b LBB73_4 LBB73_4: ; in Loop: Header=BB73_2 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB73_2 LBB73_5: b LBB73_11 LBB73_6: str wzr, [sp, #12] b LBB73_7 LBB73_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #6 cset w8, ge tbnz w8, #0, LBB73_10 b LBB73_8 LBB73_8: ; in Loop: Header=BB73_7 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x0, l_.str.831@PAGE add x0, x0, l_.str.831@PAGEOFF bl _printf b LBB73_9 LBB73_9: ; in Loop: Header=BB73_7 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB73_7 LBB73_10: b LBB73_11 LBB73_11: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _changeboolean ; -- Begin function changeboolean .p2align 2 _changeboolean: ; @changeboolean .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] mov w8, #1 strb w8, [x9] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _mQparser2 ; -- Begin function mQparser2 .p2align 2 _mQparser2: ; @mQparser2 .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] stur x0, [x29, #-64] stur x1, [x29, #-72] stur x2, [x29, #-80] adrp x0, _uInput@GOTPAGE ldr x0, [x0, _uInput@GOTPAGEOFF] adrp x1, l_.str.835@PAGE add x1, x1, l_.str.835@PAGEOFF bl _strtok stur x0, [x29, #-88] mov x0, #0 adrp x1, l_.str.804@PAGE add x1, x1, l_.str.804@PAGEOFF bl _strtok str x0, [sp, #96] mov w8, #3 str w8, [sp, #92] str wzr, [sp, #88] ldur x0, [x29, #-72] bl _rewind str wzr, [sp, #80] movi d0, #0000000000000000 str d0, [sp, #72] ldr x8, [sp, #96] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB75_2 b LBB75_1 LBB75_1: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF str x8, [sp, #96] b LBB75_2 LBB75_2: ldur x8, [x29, #-88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB75_4 b LBB75_3 LBB75_3: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF stur x8, [x29, #-88] b LBB75_4 LBB75_4: ldur x8, [x29, #-88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB75_224 b LBB75_5 LBB75_5: ldur x0, [x29, #-88] adrp x1, l_.str.836@PAGE add x1, x1, l_.str.836@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_7 b LBB75_6 LBB75_6: stur wzr, [x29, #-52] b LBB75_225 LBB75_7: ldur x0, [x29, #-88] adrp x1, l_.str.840@PAGE add x1, x1, l_.str.840@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_9 b LBB75_8 LBB75_8: bl _mQhelpMenu b LBB75_210 LBB75_9: ldur x0, [x29, #-88] adrp x1, l_.str.841@PAGE add x1, x1, l_.str.841@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_11 b LBB75_10 LBB75_10: ldr w0, [sp, #92] adrp x1, _locations@PAGE add x1, x1, _locations@PAGEOFF bl _mQprintLocations b LBB75_209 LBB75_11: ldur x0, [x29, #-88] adrp x1, l_.str.842@PAGE add x1, x1, l_.str.842@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_13 b LBB75_12 LBB75_12: ldur x0, [x29, #-80] bl _mQprintInventory adrp x0, l_.str.904@PAGE add x0, x0, l_.str.904@PAGEOFF bl _puts b LBB75_208 LBB75_13: ldur x0, [x29, #-88] adrp x1, l_.str.844@PAGE add x1, x1, l_.str.844@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_46 b LBB75_14 LBB75_14: ldr x0, [sp, #96] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_16 b LBB75_15 LBB75_15: ldr x0, [sp, #96] adrp x1, l_.str.910@PAGE add x1, x1, l_.str.910@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_17 b LBB75_16 LBB75_16: adrp x0, l_.str.911@PAGE add x0, x0, l_.str.911@PAGEOFF bl _puts b LBB75_45 LBB75_17: ldr x0, [sp, #96] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_19 b LBB75_18 LBB75_18: ldr x0, [sp, #96] adrp x1, l_.str.912@PAGE add x1, x1, l_.str.912@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_20 b LBB75_19 LBB75_19: adrp x0, l_.str.913@PAGE add x0, x0, l_.str.913@PAGEOFF bl _puts b LBB75_44 LBB75_20: ldr x0, [sp, #96] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_22 b LBB75_21 LBB75_21: ldr x0, [sp, #96] adrp x1, l_.str.845@PAGE add x1, x1, l_.str.845@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_23 b LBB75_22 LBB75_22: adrp x0, l_.str.914@PAGE add x0, x0, l_.str.914@PAGEOFF bl _puts b LBB75_43 LBB75_23: ldr x0, [sp, #96] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_25 b LBB75_24 LBB75_24: ldr x0, [sp, #96] adrp x1, l_.str.847@PAGE add x1, x1, l_.str.847@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_26 b LBB75_25 LBB75_25: adrp x0, l_.str.915@PAGE add x0, x0, l_.str.915@PAGEOFF bl _puts b LBB75_42 LBB75_26: ldr x0, [sp, #96] 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, LBB75_28 b LBB75_27 LBB75_27: ldr x0, [sp, #96] adrp x1, l_.str.862@PAGE add x1, x1, l_.str.862@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_29 b LBB75_28 LBB75_28: adrp x0, l_.str.916@PAGE add x0, x0, l_.str.916@PAGEOFF bl _puts b LBB75_41 LBB75_29: ldr x0, [sp, #96] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_31 b LBB75_30 LBB75_30: ldr x0, [sp, #96] adrp x1, l_.str.917@PAGE add x1, x1, l_.str.917@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_32 b LBB75_31 LBB75_31: adrp x0, l_.str.918@PAGE add x0, x0, l_.str.918@PAGEOFF bl _puts b LBB75_40 LBB75_32: ldr x0, [sp, #96] adrp x1, l_.str.919@PAGE add x1, x1, l_.str.919@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_34 b LBB75_33 LBB75_33: ldr x0, [sp, #96] adrp x1, l_.str.920@PAGE add x1, x1, l_.str.920@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_35 b LBB75_34 LBB75_34: adrp x0, l_.str.921@PAGE add x0, x0, l_.str.921@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-64] adrp x1, l_.str.922@PAGE add x1, x1, l_.str.922@PAGEOFF bl _fprintf ldur x0, [x29, #-64] bl _fflush ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB75_39 LBB75_35: ldr x0, [sp, #96] adrp x1, l_.str.923@PAGE add x1, x1, l_.str.923@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_37 b LBB75_36 LBB75_36: ldr x0, [sp, #96] adrp x1, l_.str.924@PAGE add x1, x1, l_.str.924@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_38 b LBB75_37 LBB75_37: adrp x0, l_.str.925@PAGE add x0, x0, l_.str.925@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-64] adrp x1, l_.str.926@PAGE add x1, x1, l_.str.926@PAGEOFF bl _fprintf ldur x0, [x29, #-64] bl _fflush ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB75_38 LBB75_38: b LBB75_39 LBB75_39: b LBB75_40 LBB75_40: b LBB75_41 LBB75_41: b LBB75_42 LBB75_42: b LBB75_43 LBB75_43: b LBB75_44 LBB75_44: b LBB75_45 LBB75_45: b LBB75_207 LBB75_46: ldur x0, [x29, #-88] adrp x1, l_.str.888@PAGE add x1, x1, l_.str.888@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_90 b LBB75_47 LBB75_47: ldr x0, [sp, #96] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_49 b LBB75_48 LBB75_48: ldr x0, [sp, #96] adrp x1, l_.str.910@PAGE add x1, x1, l_.str.910@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_50 b LBB75_49 LBB75_49: adrp x0, l_.str.927@PAGE add x0, x0, l_.str.927@PAGEOFF bl _puts b LBB75_89 LBB75_50: ldr x0, [sp, #96] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_52 b LBB75_51 LBB75_51: ldr x0, [sp, #96] adrp x1, l_.str.912@PAGE add x1, x1, l_.str.912@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_53 b LBB75_52 LBB75_52: adrp x0, l_.str.928@PAGE add x0, x0, l_.str.928@PAGEOFF bl _puts b LBB75_88 LBB75_53: ldr x0, [sp, #96] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_55 b LBB75_54 LBB75_54: ldr x0, [sp, #96] adrp x1, l_.str.845@PAGE add x1, x1, l_.str.845@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_56 b LBB75_55 LBB75_55: adrp x0, l_.str.929@PAGE add x0, x0, l_.str.929@PAGEOFF bl _puts b LBB75_87 LBB75_56: ldr x0, [sp, #96] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_58 b LBB75_57 LBB75_57: ldr x0, [sp, #96] adrp x1, l_.str.847@PAGE add x1, x1, l_.str.847@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_59 b LBB75_58 LBB75_58: adrp x0, l_.str.930@PAGE add x0, x0, l_.str.930@PAGEOFF bl _puts b LBB75_86 LBB75_59: ldr x0, [sp, #96] 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, LBB75_61 b LBB75_60 LBB75_60: ldr x0, [sp, #96] adrp x1, l_.str.862@PAGE add x1, x1, l_.str.862@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_62 b LBB75_61 LBB75_61: adrp x0, l_.str.931@PAGE add x0, x0, l_.str.931@PAGEOFF bl _puts b LBB75_85 LBB75_62: ldr x0, [sp, #96] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_64 b LBB75_63 LBB75_63: ldr x0, [sp, #96] adrp x1, l_.str.917@PAGE add x1, x1, l_.str.917@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_65 b LBB75_64 LBB75_64: adrp x0, l_.str.932@PAGE add x0, x0, l_.str.932@PAGEOFF bl _puts b LBB75_84 LBB75_65: ldr x0, [sp, #96] adrp x1, l_.str.933@PAGE add x1, x1, l_.str.933@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_67 b LBB75_66 LBB75_66: ldr x0, [sp, #96] adrp x1, l_.str.920@PAGE add x1, x1, l_.str.920@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_68 b LBB75_67 LBB75_67: adrp x0, l_.str.934@PAGE add x0, x0, l_.str.934@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-64] adrp x1, l_.str.922@PAGE add x1, x1, l_.str.922@PAGEOFF bl _fprintf ldur x0, [x29, #-64] bl _fflush ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB75_83 LBB75_68: ldr x0, [sp, #96] adrp x1, l_.str.923@PAGE add x1, x1, l_.str.923@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_70 b LBB75_69 LBB75_69: ldr x0, [sp, #96] adrp x1, l_.str.924@PAGE add x1, x1, l_.str.924@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_71 b LBB75_70 LBB75_70: adrp x0, l_.str.935@PAGE add x0, x0, l_.str.935@PAGEOFF bl _puts adrp x0, l_.str.876@PAGE add x0, x0, l_.str.876@PAGEOFF bl _puts ldur x0, [x29, #-64] adrp x1, l_.str.926@PAGE add x1, x1, l_.str.926@PAGEOFF bl _fprintf ldur x0, [x29, #-64] bl _fflush ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB75_82 LBB75_71: ldr x0, [sp, #96] adrp x1, l_.str.936@PAGE add x1, x1, l_.str.936@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_73 b LBB75_72 LBB75_72: ldr x0, [sp, #96] adrp x1, l_.str.937@PAGE add x1, x1, l_.str.937@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_77 b LBB75_73 LBB75_73: ldur x8, [x29, #-80] ldrb w8, [x8, #8] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB75_75 b LBB75_74 LBB75_74: adrp x0, l_.str.938@PAGE add x0, x0, l_.str.938@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #7] adrp x0, l_.str.939@PAGE add x0, x0, l_.str.939@PAGEOFF bl _puts adrp x0, l_.str.940@PAGE add x0, x0, l_.str.940@PAGEOFF bl _puts b LBB75_76 LBB75_75: adrp x0, l_.str.941@PAGE add x0, x0, l_.str.941@PAGEOFF bl _puts b LBB75_76 LBB75_76: b LBB75_81 LBB75_77: ldr x0, [sp, #96] adrp x1, l_.str.942@PAGE add x1, x1, l_.str.942@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_79 b LBB75_78 LBB75_78: ldr x0, [sp, #96] adrp x1, l_.str.943@PAGE add x1, x1, l_.str.943@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_80 b LBB75_79 LBB75_79: adrp x0, l_.str.944@PAGE add x0, x0, l_.str.944@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #5] adrp x0, l_.str.945@PAGE add x0, x0, l_.str.945@PAGEOFF bl _puts ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB75_80 LBB75_80: b LBB75_81 LBB75_81: b LBB75_82 LBB75_82: b LBB75_83 LBB75_83: b LBB75_84 LBB75_84: b LBB75_85 LBB75_85: b LBB75_86 LBB75_86: b LBB75_87 LBB75_87: b LBB75_88 LBB75_88: b LBB75_89 LBB75_89: b LBB75_206 LBB75_90: ldur x0, [x29, #-88] adrp x1, l_.str.946@PAGE add x1, x1, l_.str.946@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_92 b LBB75_91 LBB75_91: ldur x0, [x29, #-88] adrp x1, l_.str.947@PAGE add x1, x1, l_.str.947@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_96 b LBB75_92 LBB75_92: ldr x0, [sp, #96] adrp x1, l_.str.948@PAGE add x1, x1, l_.str.948@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_94 b LBB75_93 LBB75_93: ldr x0, [sp, #96] adrp x1, l_.str.949@PAGE add x1, x1, l_.str.949@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_95 b LBB75_94 LBB75_94: adrp x0, l_.str.950@PAGE add x0, x0, l_.str.950@PAGEOFF bl _puts b LBB75_95 LBB75_95: b LBB75_205 LBB75_96: ldur x0, [x29, #-88] adrp x1, l_.str.951@PAGE add x1, x1, l_.str.951@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_98 b LBB75_97 LBB75_97: ldur x0, [x29, #-88] adrp x1, l_.str.952@PAGE add x1, x1, l_.str.952@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_102 b LBB75_98 LBB75_98: ldr x0, [sp, #96] adrp x1, l_.str.953@PAGE add x1, x1, l_.str.953@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_100 b LBB75_99 LBB75_99: ldr x0, [sp, #96] adrp x1, l_.str.954@PAGE add x1, x1, l_.str.954@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_101 b LBB75_100 LBB75_100: adrp x0, l_.str.955@PAGE add x0, x0, l_.str.955@PAGEOFF bl _puts b LBB75_101 LBB75_101: b LBB75_204 LBB75_102: ldur x0, [x29, #-88] adrp x1, l_.str.936@PAGE add x1, x1, l_.str.936@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_104 b LBB75_103 LBB75_103: ldur x0, [x29, #-88] adrp x1, l_.str.937@PAGE add x1, x1, l_.str.937@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_116 b LBB75_104 LBB75_104: ldur x8, [x29, #-80] ldrb w8, [x8, #7] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_115 b LBB75_105 LBB75_105: ldr x0, [sp, #96] adrp x1, l_.str.854@PAGE add x1, x1, l_.str.854@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_107 b LBB75_106 LBB75_106: ldr x0, [sp, #96] adrp x1, l_.str.853@PAGE add x1, x1, l_.str.853@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_114 b LBB75_107 LBB75_107: adrp x0, l_.str.956@PAGE add x0, x0, l_.str.956@PAGEOFF bl _puts bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #68] ldr w8, [sp, #68] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB75_109 b LBB75_108 LBB75_108: adrp x0, l_.str.957@PAGE add x0, x0, l_.str.957@PAGEOFF bl _puts ldur x8, [x29, #-80] strb wzr, [x8, #7] ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #8] b LBB75_113 LBB75_109: ldr w8, [sp, #68] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_111 b LBB75_110 LBB75_110: adrp x0, l_.str.958@PAGE add x0, x0, l_.str.958@PAGEOFF bl _puts ldur x8, [x29, #-80] strb wzr, [x8, #7] ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #8] ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB75_112 LBB75_111: adrp x0, l_.str.959@PAGE add x0, x0, l_.str.959@PAGEOFF bl _puts b LBB75_112 LBB75_112: b LBB75_113 LBB75_113: b LBB75_114 LBB75_114: b LBB75_115 LBB75_115: b LBB75_203 LBB75_116: ldur x0, [x29, #-88] adrp x1, l_.str.960@PAGE add x1, x1, l_.str.960@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_118 b LBB75_117 LBB75_117: ldur x0, [x29, #-88] adrp x1, l_.str.961@PAGE add x1, x1, l_.str.961@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_122 b LBB75_118 LBB75_118: ldr x0, [sp, #96] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_120 b LBB75_119 LBB75_119: ldr x0, [sp, #96] adrp x1, l_.str.917@PAGE add x1, x1, l_.str.917@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_121 b LBB75_120 LBB75_120: adrp x0, l_.str.962@PAGE add x0, x0, l_.str.962@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9] b LBB75_121 LBB75_121: b LBB75_202 LBB75_122: ldur x0, [x29, #-88] adrp x1, l_.str.963@PAGE add x1, x1, l_.str.963@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_124 b LBB75_123 LBB75_123: ldur x0, [x29, #-88] adrp x1, l_.str.964@PAGE add x1, x1, l_.str.964@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_128 b LBB75_124 LBB75_124: ldr x0, [sp, #96] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_126 b LBB75_125 LBB75_125: ldr x0, [sp, #96] adrp x1, l_.str.912@PAGE add x1, x1, l_.str.912@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_127 b LBB75_126 LBB75_126: adrp x0, l_.str.965@PAGE add x0, x0, l_.str.965@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #3] b LBB75_127 LBB75_127: b LBB75_201 LBB75_128: ldur x0, [x29, #-88] adrp x1, l_.str.966@PAGE add x1, x1, l_.str.966@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_130 b LBB75_129 LBB75_129: ldur x0, [x29, #-88] adrp x1, l_.str.967@PAGE add x1, x1, l_.str.967@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_134 b LBB75_130 LBB75_130: ldr x0, [sp, #96] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_132 b LBB75_131 LBB75_131: ldr x0, [sp, #96] adrp x1, l_.str.910@PAGE add x1, x1, l_.str.910@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_133 b LBB75_132 LBB75_132: adrp x0, l_.str.968@PAGE add x0, x0, l_.str.968@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #1] b LBB75_133 LBB75_133: b LBB75_200 LBB75_134: ldur x0, [x29, #-88] adrp x1, l_.str.969@PAGE add x1, x1, l_.str.969@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_136 b LBB75_135 LBB75_135: ldur x0, [x29, #-88] adrp x1, l_.str.970@PAGE add x1, x1, l_.str.970@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_140 b LBB75_136 LBB75_136: ldr x0, [sp, #96] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_138 b LBB75_137 LBB75_137: ldr x0, [sp, #96] adrp x1, l_.str.845@PAGE add x1, x1, l_.str.845@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_139 b LBB75_138 LBB75_138: adrp x0, l_.str.971@PAGE add x0, x0, l_.str.971@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #4] b LBB75_139 LBB75_139: b LBB75_199 LBB75_140: ldur x0, [x29, #-88] adrp x1, l_.str.972@PAGE add x1, x1, l_.str.972@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_142 b LBB75_141 LBB75_141: ldur x0, [x29, #-88] adrp x1, l_.str.973@PAGE add x1, x1, l_.str.973@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_146 b LBB75_142 LBB75_142: ldr x0, [sp, #96] 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, LBB75_144 b LBB75_143 LBB75_143: ldr x0, [sp, #96] adrp x1, l_.str.862@PAGE add x1, x1, l_.str.862@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_145 b LBB75_144 LBB75_144: adrp x0, l_.str.974@PAGE add x0, x0, l_.str.974@PAGEOFF bl _puts ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #2] b LBB75_145 LBB75_145: b LBB75_198 LBB75_146: ldur x0, [x29, #-88] adrp x1, l_.str.975@PAGE add x1, x1, l_.str.975@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_148 b LBB75_147 LBB75_147: ldur x0, [x29, #-88] adrp x1, l_.str.976@PAGE add x1, x1, l_.str.976@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_186 b LBB75_148 LBB75_148: ldr x0, [sp, #96] adrp x1, l_.str.977@PAGE add x1, x1, l_.str.977@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_150 b LBB75_149 LBB75_149: ldr x0, [sp, #96] adrp x1, l_.str.978@PAGE add x1, x1, l_.str.978@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_185 b LBB75_150 LBB75_150: ldur x8, [x29, #-80] ldrb w8, [x8] tbz w8, #0, LBB75_183 b LBB75_151 LBB75_151: ldur x8, [x29, #-80] ldrb w8, [x8, #1] tbz w8, #0, LBB75_183 b LBB75_152 LBB75_152: ldur x8, [x29, #-80] ldrb w8, [x8, #2] tbz w8, #0, LBB75_183 b LBB75_153 LBB75_153: ldur x8, [x29, #-80] ldrb w8, [x8, #3] tbz w8, #0, LBB75_183 b LBB75_154 LBB75_154: ldur x8, [x29, #-80] ldrb w8, [x8, #4] tbz w8, #0, LBB75_183 b LBB75_155 LBB75_155: adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system adrp x0, l_.str.979@PAGE add x0, x0, l_.str.979@PAGEOFF bl _puts adrp x0, l_.str.980@PAGE add x0, x0, l_.str.980@PAGEOFF bl _printf mov x9, sp sub x8, x29, #48 str x8, [sp, #56] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf ldr x0, [sp, #56] ; 8-byte Folded Reload adrp x1, l_.str.981@PAGE add x1, x1, l_.str.981@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_158 b LBB75_156 LBB75_156: sub x0, x29, #48 adrp x1, l_.str.982@PAGE add x1, x1, l_.str.982@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_158 b LBB75_157 LBB75_157: sub x0, x29, #48 adrp x1, l_.str.981@PAGE add x1, x1, l_.str.981@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_159 b LBB75_158 LBB75_158: adrp x0, l_.str.983@PAGE add x0, x0, l_.str.983@PAGEOFF bl _puts ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB75_160 LBB75_159: adrp x0, l_.str.984@PAGE add x0, x0, l_.str.984@PAGEOFF bl _puts b LBB75_160 LBB75_160: adrp x0, l_.str.985@PAGE add x0, x0, l_.str.985@PAGEOFF bl _printf mov x9, sp sub x8, x29, #48 str x8, [sp, #48] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf ldr x0, [sp, #48] ; 8-byte Folded Reload adrp x1, l_.str.986@PAGE add x1, x1, l_.str.986@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_163 b LBB75_161 LBB75_161: sub x0, x29, #48 adrp x1, l_.str.987@PAGE add x1, x1, l_.str.987@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_163 b LBB75_162 LBB75_162: sub x0, x29, #48 adrp x1, l_.str.988@PAGE add x1, x1, l_.str.988@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_164 b LBB75_163 LBB75_163: adrp x0, l_.str.989@PAGE add x0, x0, l_.str.989@PAGEOFF bl _puts ldr w8, [sp, #84] add w8, w8, #3 str w8, [sp, #84] b LBB75_165 LBB75_164: adrp x0, l_.str.990@PAGE add x0, x0, l_.str.990@PAGEOFF bl _puts b LBB75_165 LBB75_165: adrp x0, l_.str.991@PAGE add x0, x0, l_.str.991@PAGEOFF bl _printf mov x9, sp sub x8, x29, #48 str x8, [sp, #40] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _scanf ldr x0, [sp, #40] ; 8-byte Folded Reload adrp x1, l_.str.992@PAGE add x1, x1, l_.str.992@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_168 b LBB75_166 LBB75_166: sub x0, x29, #48 adrp x1, l_.str.993@PAGE add x1, x1, l_.str.993@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB75_168 b LBB75_167 LBB75_167: sub x0, x29, #48 adrp x1, l_.str.994@PAGE add x1, x1, l_.str.994@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_169 b LBB75_168 LBB75_168: adrp x0, l_.str.995@PAGE add x0, x0, l_.str.995@PAGEOFF bl _puts ldr w8, [sp, #84] add w8, w8, #1 str w8, [sp, #84] b LBB75_170 LBB75_169: adrp x0, l_.str.996@PAGE add x0, x0, l_.str.996@PAGEOFF bl _puts b LBB75_170 LBB75_170: bl _mQcontinue adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _system adrp x0, l_.str.997@PAGE add x0, x0, l_.str.997@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.998@PAGE add x0, x0, l_.str.998@PAGEOFF bl _puts ldr x0, [sp, #24] ; 8-byte Folded Reload bl _puts bl _rand mov w9, #10 str w9, [sp, #36] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #80] ldr d0, [sp, #72] ldr s2, [sp, #80] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fadd d0, d0, d1 str d0, [sp, #72] ldr w9, [sp, #80] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.999@PAGE add x0, x0, l_.str.999@PAGEOFF bl _printf bl _rand ldr w9, [sp, #36] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #80] ldr d0, [sp, #72] ldr s2, [sp, #80] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fadd d0, d0, d1 str d0, [sp, #72] ldr w9, [sp, #80] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1000@PAGE add x0, x0, l_.str.1000@PAGEOFF bl _printf bl _rand ldr w9, [sp, #36] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #80] ldr d0, [sp, #72] ldr s2, [sp, #80] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fadd d0, d0, d1 str d0, [sp, #72] ldr w9, [sp, #80] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1001@PAGE add x0, x0, l_.str.1001@PAGEOFF bl _printf bl _rand ldr w9, [sp, #36] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #80] ldr d0, [sp, #72] ldr s2, [sp, #80] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fadd d0, d0, d1 str d0, [sp, #72] ldr w9, [sp, #80] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1002@PAGE add x0, x0, l_.str.1002@PAGEOFF bl _printf bl _rand ldr w9, [sp, #36] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #80] ldr d0, [sp, #72] ldr s2, [sp, #80] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fadd d0, d0, d1 str d0, [sp, #72] ldr w9, [sp, #80] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1003@PAGE add x0, x0, l_.str.1003@PAGEOFF bl _printf ldur x8, [x29, #-80] ldrb w8, [x8, #5] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_172 b LBB75_171 LBB75_171: adrp x0, l_.str.1004@PAGE add x0, x0, l_.str.1004@PAGEOFF bl _puts b LBB75_172 LBB75_172: ldur x8, [x29, #-80] ldrb w8, [x8, #8] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_174 b LBB75_173 LBB75_173: adrp x0, l_.str.1005@PAGE add x0, x0, l_.str.1005@PAGEOFF bl _puts b LBB75_174 LBB75_174: adrp x0, l_.str.1006@PAGE add x0, x0, l_.str.1006@PAGEOFF bl _puts ldr d0, [sp, #72] mov x8, sp str d0, [x8] adrp x0, l_.str.1007@PAGE add x0, x0, l_.str.1007@PAGEOFF bl _printf ldr d0, [sp, #72] fmov d1, #5.00000000 fdiv d0, d0, d1 fcvtzs w8, d0 str w8, [sp, #88] ldr w9, [sp, #88] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1008@PAGE add x0, x0, l_.str.1008@PAGEOFF bl _printf ldr w8, [sp, #88] ldr w9, [sp, #84] add w8, w8, w9 str w8, [sp, #88] ldr w9, [sp, #88] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1009@PAGE add x0, x0, l_.str.1009@PAGEOFF bl _printf ldr w8, [sp, #84] subs w8, w8, #2 cset w8, gt tbnz w8, #0, LBB75_176 b LBB75_175 LBB75_175: adrp x0, l_.str.1006@PAGE add x0, x0, l_.str.1006@PAGEOFF bl _puts adrp x0, l_.str.1010@PAGE add x0, x0, l_.str.1010@PAGEOFF bl _puts bl _mQcontinue ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #6] stur wzr, [x29, #-52] b LBB75_225 LBB75_176: ldr w8, [sp, #84] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB75_178 b LBB75_177 LBB75_177: adrp x0, l_.str.1006@PAGE add x0, x0, l_.str.1006@PAGEOFF bl _puts adrp x0, l_.str.1011@PAGE add x0, x0, l_.str.1011@PAGEOFF bl _puts adrp x0, l_.str.1012@PAGE add x0, x0, l_.str.1012@PAGEOFF bl _puts bl _mQcontinue ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #6] stur wzr, [x29, #-52] b LBB75_225 LBB75_178: ldr w8, [sp, #84] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB75_180 b LBB75_179 LBB75_179: adrp x0, l_.str.1006@PAGE add x0, x0, l_.str.1006@PAGEOFF bl _puts adrp x0, l_.str.1013@PAGE add x0, x0, l_.str.1013@PAGEOFF bl _puts adrp x0, l_.str.1014@PAGE add x0, x0, l_.str.1014@PAGEOFF bl _puts bl _mQcontinue ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #6] stur wzr, [x29, #-52] b LBB75_225 LBB75_180: b LBB75_181 LBB75_181: b LBB75_182 LBB75_182: b LBB75_184 LBB75_183: adrp x0, l_.str.1015@PAGE add x0, x0, l_.str.1015@PAGEOFF bl _puts b LBB75_184 LBB75_184: b LBB75_185 LBB75_185: b LBB75_197 LBB75_186: ldur x0, [x29, #-88] adrp x1, l_.str.1016@PAGE add x1, x1, l_.str.1016@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_188 b LBB75_187 LBB75_187: ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #9] adrp x0, l_.str.1017@PAGE add x0, x0, l_.str.1017@PAGEOFF bl _puts b LBB75_196 LBB75_188: ldur x0, [x29, #-88] adrp x1, l_.str.1018@PAGE add x1, x1, l_.str.1018@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB75_194 b LBB75_189 LBB75_189: str wzr, [sp, #64] b LBB75_190 LBB75_190: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #64] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB75_193 b LBB75_191 LBB75_191: ; in Loop: Header=BB75_190 Depth=1 ldur x8, [x29, #-80] ldrsw x9, [sp, #64] add x9, x8, x9 mov w8, #1 strb w8, [x9] b LBB75_192 LBB75_192: ; in Loop: Header=BB75_190 Depth=1 ldr w8, [sp, #64] add w8, w8, #1 str w8, [sp, #64] b LBB75_190 LBB75_193: adrp x0, l_.str.1019@PAGE add x0, x0, l_.str.1019@PAGEOFF bl _puts b LBB75_195 LBB75_194: ldur x8, [x29, #-88] mov x9, sp str x8, [x9] adrp x0, l_.str.903@PAGE add x0, x0, l_.str.903@PAGEOFF bl _printf b LBB75_195 LBB75_195: b LBB75_196 LBB75_196: b LBB75_197 LBB75_197: b LBB75_198 LBB75_198: b LBB75_199 LBB75_199: b LBB75_200 LBB75_200: b LBB75_201 LBB75_201: b LBB75_202 LBB75_202: b LBB75_203 LBB75_203: b LBB75_204 LBB75_204: b LBB75_205 LBB75_205: b LBB75_206 LBB75_206: b LBB75_207 LBB75_207: b LBB75_208 LBB75_208: b LBB75_209 LBB75_209: b LBB75_210 LBB75_210: b LBB75_211 LBB75_211: ldur x8, [x29, #-80] ldrb w8, [x8] tbz w8, #0, LBB75_217 b LBB75_212 LBB75_212: ldur x8, [x29, #-80] ldrb w8, [x8, #1] tbz w8, #0, LBB75_217 b LBB75_213 LBB75_213: ldur x8, [x29, #-80] ldrb w8, [x8, #2] tbz w8, #0, LBB75_217 b LBB75_214 LBB75_214: ldur x8, [x29, #-80] ldrb w8, [x8, #3] tbz w8, #0, LBB75_217 b LBB75_215 LBB75_215: ldur x8, [x29, #-80] ldrb w8, [x8, #4] tbz w8, #0, LBB75_217 b LBB75_216 LBB75_216: ldur x9, [x29, #-80] mov w8, #1 strb w8, [x9, #9] b LBB75_217 LBB75_217: ldur x8, [x29, #-80] ldrb w8, [x8, #9] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_219 b LBB75_218 LBB75_218: ldur x0, [x29, #-64] bl _rewind ldur x0, [x29, #-64] adrp x1, l_.str.1020@PAGE add x1, x1, l_.str.1020@PAGEOFF bl _fprintf ldur x0, [x29, #-64] bl _fflush adrp x0, l_.str.1021@PAGE add x0, x0, l_.str.1021@PAGEOFF bl _puts ldur x8, [x29, #-80] strb wzr, [x8, #9] b LBB75_219 LBB75_219: ldr x8, [sp, #96] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB75_221 b LBB75_220 LBB75_220: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF str x8, [sp, #96] b LBB75_221 LBB75_221: ldur x8, [x29, #-88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB75_223 b LBB75_222 LBB75_222: adrp x8, l_.str.909@PAGE add x8, x8, l_.str.909@PAGEOFF stur x8, [x29, #-88] b LBB75_223 LBB75_223: b LBB75_224 LBB75_224: mov w8, #1 stur w8, [x29, #-52] b LBB75_225 LBB75_225: ldur w8, [x29, #-52] str w8, [sp, #20] ; 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, LBB75_227 b LBB75_226 LBB75_226: bl ___stack_chk_fail LBB75_227: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .globl _room_37_read_instructions_from_file ; -- Begin function room_37_read_instructions_from_file .p2align 2 _room_37_read_instructions_from_file: ; @room_37_read_instructions_from_file .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] mov w8, #255 stur w8, [x29, #-12] ldur w8, [x29, #-12] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-24] lsr x9, x8, #0 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-56] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-56] ; 8-byte Folded Reload mov x9, sp subs x0, x9, x10 stur x0, [x29, #-48] ; 8-byte Folded Spill mov sp, x0 stur x8, [x29, #-32] adrp x0, l_.str.1044@PAGE add x0, x0, l_.str.1044@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB76_2 b LBB76_1 LBB76_1: adrp x0, l_.str.1045@PAGE add x0, x0, l_.str.1045@PAGEOFF bl _puts adrp x0, l_.str.1046@PAGE add x0, x0, l_.str.1046@PAGEOFF bl _puts adrp x0, l_.str.1047@PAGE add x0, x0, l_.str.1047@PAGEOFF bl _puts adrp x0, l_.str.1048@PAGE add x0, x0, l_.str.1048@PAGEOFF bl _puts adrp x0, l_.str.1049@PAGE add x0, x0, l_.str.1049@PAGEOFF bl _puts adrp x0, l_.str.1050@PAGE add x0, x0, l_.str.1050@PAGEOFF bl _puts adrp x0, l_.str.1051@PAGE add x0, x0, l_.str.1051@PAGEOFF bl _puts adrp x0, l_.str.1052@PAGE add x0, x0, l_.str.1052@PAGEOFF bl _puts b LBB76_6 LBB76_2: b LBB76_3 LBB76_3: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-48] ; 8-byte Folded Reload ldur w1, [x29, #-12] ldur x2, [x29, #-40] bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB76_5 b LBB76_4 LBB76_4: ; in Loop: Header=BB76_3 Depth=1 ldur x8, [x29, #-48] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf add sp, sp, #16 b LBB76_3 LBB76_5: b LBB76_6 LBB76_6: ldur x8, [x29, #-24] stur x8, [x29, #-64] ; 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, LBB76_8 b LBB76_7 LBB76_7: bl ___stack_chk_fail LBB76_8: ldur x8, [x29, #-64] ; 8-byte Folded Reload mov sp, x8 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _room_37_prompt_guess ; -- Begin function room_37_prompt_guess .p2align 2 _room_37_prompt_guess: ; @room_37_prompt_guess .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] 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.1056@PAGE add x0, x0, l_.str.1056@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB77_1 LBB77_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, lt mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB77_3 b LBB77_2 LBB77_2: ; in Loop: Header=BB77_1 Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, le str w8, [sp, #16] ; 4-byte Folded Spill b LBB77_3 LBB77_3: ; in Loop: Header=BB77_1 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbnz w8, #0, LBB77_5 b LBB77_4 LBB77_4: ; in Loop: Header=BB77_1 Depth=1 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.1056@PAGE add x0, x0, l_.str.1056@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf b LBB77_1 LBB77_5: ldur w0, [x29, #-12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _room_37_average ; -- Begin function room_37_average .p2align 2 _room_37_average: ; @room_37_average .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, #10 str w8, [sp, #52] movi d0, #0000000000000000 str d0, [sp, #40] ldr w1, [sp, #52] sub x0, x29, #48 bl _room_37_fill_array str wzr, [sp, #56] b LBB78_1 LBB78_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #56] ldr w9, [sp, #52] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB78_4 b LBB78_2 LBB78_2: ; in Loop: Header=BB78_1 Depth=1 ldrsw x9, [sp, #56] sub x8, x29, #48 str x8, [sp, #24] ; 8-byte Folded Spill ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1023@PAGE add x0, x0, l_.str.1023@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldrsw x9, [sp, #56] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldr d0, [sp, #40] fadd d0, d0, d1 str d0, [sp, #40] b LBB78_3 LBB78_3: ; in Loop: Header=BB78_1 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] b LBB78_1 LBB78_4: ldr s1, [sp, #52] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldr d0, [sp, #40] fdiv d0, d0, d1 str d0, [sp, #40] adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _puts adrp x0, l_.str.1096@PAGE add x0, x0, l_.str.1096@PAGEOFF bl _puts mov x9, sp add x8, sp, #32 str x8, [x9] adrp x0, l_.str.1097@PAGE add x0, x0, l_.str.1097@PAGEOFF bl _scanf ldr d0, [sp, #32] ldr d1, [sp, #40] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB78_6 b LBB78_5 LBB78_5: adrp x0, l_.str.1098@PAGE add x0, x0, l_.str.1098@PAGEOFF bl _puts mov w8, #1 stur w8, [x29, #-52] b LBB78_7 LBB78_6: ldr d0, [sp, #40] mov x8, sp str d0, [x8] adrp x0, l_.str.1099@PAGE add x0, x0, l_.str.1099@PAGEOFF bl _printf stur wzr, [x29, #-52] b LBB78_7 LBB78_7: ldur w8, [x29, #-52] str w8, [sp, #20] ; 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, LBB78_9 b LBB78_8 LBB78_8: bl ___stack_chk_fail LBB78_9: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _room_37_fill_array ; -- Begin function room_37_fill_array .p2align 2 _room_37_fill_array: ; @room_37_fill_array .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] str wzr, [sp] b LBB79_1 LBB79_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB79_4 b LBB79_2 LBB79_2: ; in Loop: Header=BB79_1 Depth=1 bl _rand mov w9, #20 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] add x8, x8, #4 str x8, [sp, #8] b LBB79_3 LBB79_3: ; in Loop: Header=BB79_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB79_1 LBB79_4: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _redUSB26 ; -- Begin function redUSB26 .p2align 2 _redUSB26: ; @redUSB26 .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] adrp x8, l___const.redUSB26.prompt@PAGE add x8, x8, l___const.redUSB26.prompt@PAGEOFF ldr x10, [x8] sub x9, x29, #24 stur x10, [x29, #-24] ldur x8, [x8, #7] stur x8, [x9, #7] add x0, sp, #87 adrp x1, l___const.redUSB26.message@PAGE add x1, x1, l___const.redUSB26.message@PAGEOFF mov x2, #65 bl _memcpy str wzr, [sp, #52] adrp x0, l_.str.1177@PAGE add x0, x0, l_.str.1177@PAGEOFF bl _printf adrp x0, l_.str.1149@PAGE add x0, x0, l_.str.1149@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1178@PAGE add x0, x0, l_.str.1178@PAGEOFF bl _printf ldr x0, [sp, #40] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.1151@PAGE add x0, x0, l_.str.1151@PAGEOFF bl _printf adrp x0, l_.str.1179@PAGE add x0, x0, l_.str.1179@PAGEOFF bl _printf adrp x0, l_.str.1180@PAGE add x0, x0, l_.str.1180@PAGEOFF bl _printf adrp x0, l_.str.1154@PAGE add x0, x0, l_.str.1154@PAGEOFF bl _printf mov x9, sp add x8, sp, #64 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #64] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB80_9 b LBB80_1 LBB80_1: adrp x0, l_.str.1181@PAGE add x0, x0, l_.str.1181@PAGEOFF bl _printf adrp x0, l_.str.1182@PAGE add x0, x0, l_.str.1182@PAGEOFF bl _printf adrp x0, l_.str.1183@PAGE add x0, x0, l_.str.1183@PAGEOFF bl _printf adrp x0, l_.str.1184@PAGE add x0, x0, l_.str.1184@PAGEOFF bl _printf mov x9, sp sub x8, x29, #24 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.1185@PAGE add x0, x0, l_.str.1185@PAGEOFF bl _printf adrp x0, l_.str.1186@PAGE add x0, x0, l_.str.1186@PAGEOFF bl _printf adrp x0, l_.str.1187@PAGE add x0, x0, l_.str.1187@PAGEOFF bl _printf mov x9, sp add x8, sp, #72 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB80_8 b LBB80_2 LBB80_2: adrp x0, l_.str.1188@PAGE add x0, x0, l_.str.1188@PAGEOFF bl _printf adrp x0, l_.str.1189@PAGE add x0, x0, l_.str.1189@PAGEOFF bl _printf adrp x0, l_.str.1190@PAGE add x0, x0, l_.str.1190@PAGEOFF bl _printf mov x9, sp add x8, sp, #87 str x8, [x9] adrp x0, l_.str.1185@PAGE add x0, x0, l_.str.1185@PAGEOFF bl _printf str wzr, [sp, #60] b LBB80_3 LBB80_3: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #60] add x8, sp, #87 add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB80_7 b LBB80_4 LBB80_4: ; in Loop: Header=BB80_3 Depth=1 ldrsw x9, [sp, #60] add x8, sp, #87 ldrsb w0, [x8, x9] bl _isdigit subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB80_6 b LBB80_5 LBB80_5: ; in Loop: Header=BB80_3 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB80_6 LBB80_6: ; in Loop: Header=BB80_3 Depth=1 ldr w8, [sp, #60] add w8, w8, #1 str w8, [sp, #60] b LBB80_3 LBB80_7: adrp x0, l_.str.1159@PAGE add x0, x0, l_.str.1159@PAGEOFF bl _printf ldr w8, [sp, #52] str w8, [sp, #68] b LBB80_10 LBB80_8: adrp x0, l_.str.1191@PAGE add x0, x0, l_.str.1191@PAGEOFF bl _printf ldr w8, [sp, #52] str w8, [sp, #68] b LBB80_10 LBB80_9: adrp x0, l_.str.1160@PAGE add x0, x0, l_.str.1160@PAGEOFF bl _printf ldr w8, [sp, #52] str w8, [sp, #68] b LBB80_10 LBB80_10: ldr w8, [sp, #68] str w8, [sp, #20] ; 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, LBB80_12 b LBB80_11 LBB80_11: bl ___stack_chk_fail LBB80_12: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _noteFromRick ; -- Begin function noteFromRick .p2align 2 _noteFromRick: ; @noteFromRick .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] adrp x0, l_.str.1263@PAGE add x0, x0, l_.str.1263@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB81_2 b LBB81_1 LBB81_1: adrp x0, l_.str.1264@PAGE add x0, x0, l_.str.1264@PAGEOFF bl _printf mov w0, #1 bl _exit LBB81_2: b LBB81_3 LBB81_3: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #24] bl _fgetc strb w0, [sp, #23] mov w8, #-1 subs w8, w8, w0, sxtb cset w8, eq tbnz w8, #0, LBB81_5 b LBB81_4 LBB81_4: ; in Loop: Header=BB81_3 Depth=1 ldrsb w10, [sp, #23] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf b LBB81_3 LBB81_5: ldr x0, [sp, #24] bl _fclose ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB81_7 b LBB81_6 LBB81_6: bl ___stack_chk_fail LBB81_7: ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _flipCoin ; -- Begin function flipCoin .p2align 2 _flipCoin: ; @flipCoin .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.1297@PAGE add x0, x0, l_.str.1297@PAGEOFF bl _puts ldur x8, [x29, #-8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1298@PAGE add x0, x0, l_.str.1298@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB82_2 b LBB82_1 LBB82_1: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB82_3 b LBB82_2 LBB82_2: adrp x0, l_.str.1299@PAGE add x0, x0, l_.str.1299@PAGEOFF bl _puts b LBB82_11 LBB82_3: ldur w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB82_5 b LBB82_4 LBB82_4: ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB82_6 b LBB82_5 LBB82_5: adrp x0, l_.str.1300@PAGE add x0, x0, l_.str.1300@PAGEOFF bl _puts b LBB82_10 LBB82_6: bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #16] adrp x0, l_.str.1301@PAGE add x0, x0, l_.str.1301@PAGEOFF bl _puts adrp x0, l_.str.1302@PAGE add x0, x0, l_.str.1302@PAGEOFF bl _puts mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB82_8 b LBB82_7 LBB82_7: adrp x0, l_.str.1303@PAGE add x0, x0, l_.str.1303@PAGEOFF bl _puts adrp x0, l_.str.1304@PAGE add x0, x0, l_.str.1304@PAGEOFF bl _puts ldur w10, [x29, #-12] ldur x9, [x29, #-8] ldr w8, [x9] add w8, w8, w10 str w8, [x9] b LBB82_9 LBB82_8: adrp x0, l_.str.1305@PAGE add x0, x0, l_.str.1305@PAGEOFF bl _puts adrp x0, l_.str.1304@PAGE add x0, x0, l_.str.1304@PAGEOFF bl _puts ldur x8, [x29, #-8] ldr w8, [x8] ldur w9, [x29, #-12] subs w8, w8, w9 ldur x9, [x29, #-8] str w8, [x9] b LBB82_9 LBB82_9: b LBB82_10 LBB82_10: b LBB82_11 LBB82_11: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _VIProom ; -- Begin function VIProom .p2align 2 _VIProom: ; @VIProom .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___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] adrp x0, l_.str.1317@PAGE add x0, x0, l_.str.1317@PAGEOFF bl _puts adrp x0, l_.str.1318@PAGE add x0, x0, l_.str.1318@PAGEOFF bl _puts mov x9, sp add x8, sp, #47 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldrsb w8, [sp, #47] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB83_3 b LBB83_1 LBB83_1: ldr x8, [sp, #56] ldr w8, [x8] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB83_3 b LBB83_2 LBB83_2: adrp x0, l_.str.1319@PAGE add x0, x0, l_.str.1319@PAGEOFF bl _puts b LBB83_27 LBB83_3: ldrsb w8, [sp, #47] subs w8, w8, #110 cset w8, ne tbnz w8, #0, LBB83_5 b LBB83_4 LBB83_4: adrp x0, l_.str.1320@PAGE add x0, x0, l_.str.1320@PAGEOFF bl _puts b LBB83_26 LBB83_5: ldrsb w8, [sp, #47] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB83_24 b LBB83_6 LBB83_6: adrp x0, l_.str.1321@PAGE add x0, x0, l_.str.1321@PAGEOFF bl _puts ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1322@PAGE add x0, x0, l_.str.1322@PAGEOFF bl _printf adrp x0, l_.str.1323@PAGE add x0, x0, l_.str.1323@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.1324@PAGE add x0, x0, l_.str.1324@PAGEOFF bl _puts adrp x0, l_.str.1325@PAGE add x0, x0, l_.str.1325@PAGEOFF bl _puts adrp x0, l_.str.1326@PAGE add x0, x0, l_.str.1326@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.1327@PAGE add x0, x0, l_.str.1327@PAGEOFF bl _puts ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1328@PAGE add x0, x0, l_.str.1328@PAGEOFF bl _printf adrp x0, l_.str.1329@PAGE add x0, x0, l_.str.1329@PAGEOFF bl _puts bl _pause27 adrp x0, l_.str.1330@PAGE add x0, x0, l_.str.1330@PAGEOFF adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fopen str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB83_8 b LBB83_7 LBB83_7: adrp x0, l_.str.1331@PAGE add x0, x0, l_.str.1331@PAGEOFF bl _printf b LBB83_23 LBB83_8: b LBB83_9 LBB83_9: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #32] add x0, sp, #68 mov w1, #100 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB83_11 b LBB83_10 LBB83_10: ; in Loop: Header=BB83_9 Depth=1 mov x9, sp add x8, sp, #68 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB83_9 LBB83_11: ldr x0, [sp, #32] bl _rewind bl _pause27 ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1332@PAGE add x0, x0, l_.str.1332@PAGEOFF bl _printf adrp x0, l_.str.1333@PAGE add x0, x0, l_.str.1333@PAGEOFF bl _puts ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1334@PAGE add x0, x0, l_.str.1334@PAGEOFF bl _printf adrp x0, l_.str.1335@PAGE add x0, x0, l_.str.1335@PAGEOFF bl _puts adrp x0, l_.str.1336@PAGE add x0, x0, l_.str.1336@PAGEOFF bl _puts adrp x0, l_.str.1337@PAGE add x0, x0, l_.str.1337@PAGEOFF bl _puts bl _pause27 b LBB83_12 LBB83_12: ; =>This Loop Header: Depth=1 ; Child Loop BB83_14 Depth 2 ldr x2, [sp, #32] add x0, sp, #68 mov w1, #100 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB83_22 b LBB83_13 LBB83_13: ; in Loop: Header=BB83_12 Depth=1 add x0, sp, #68 bl _strlen mov x8, x0 str w8, [sp, #24] str wzr, [sp, #20] b LBB83_14 LBB83_14: ; Parent Loop BB83_12 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB83_21 b LBB83_15 LBB83_15: ; in Loop: Header=BB83_14 Depth=2 ldrsw x9, [sp, #20] add x8, sp, #68 ldrsb w8, [x8, x9] subs w8, w8, #112 cset w8, eq tbnz w8, #0, LBB83_17 b LBB83_16 LBB83_16: ; in Loop: Header=BB83_14 Depth=2 ldrsw x9, [sp, #20] add x8, sp, #68 ldrsb w8, [x8, x9] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB83_18 b LBB83_17 LBB83_17: ; in Loop: Header=BB83_14 Depth=2 b LBB83_19 LBB83_18: ; in Loop: Header=BB83_14 Depth=2 ldrsw x9, [sp, #20] add x8, sp, #68 ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _printf b LBB83_19 LBB83_19: ; in Loop: Header=BB83_14 Depth=2 b LBB83_20 LBB83_20: ; in Loop: Header=BB83_14 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB83_14 LBB83_21: ; in Loop: Header=BB83_12 Depth=1 b LBB83_12 LBB83_22: bl _pause27 ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.1338@PAGE add x0, x0, l_.str.1338@PAGEOFF bl _printf adrp x0, l_.str.1339@PAGE add x0, x0, l_.str.1339@PAGEOFF bl _puts adrp x0, l_.str.1340@PAGE add x0, x0, l_.str.1340@PAGEOFF bl _puts b LBB83_23 LBB83_23: ldr x0, [sp, #32] bl _fclose b LBB83_25 LBB83_24: adrp x0, l_.str.1341@PAGE add x0, x0, l_.str.1341@PAGEOFF bl _puts b LBB83_25 LBB83_25: b LBB83_26 LBB83_26: b LBB83_27 LBB83_27: 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, LBB83_29 b LBB83_28 LBB83_28: bl ___stack_chk_fail LBB83_29: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _pause27 ; -- Begin function pause27 .p2align 2 _pause27: ; @pause27 .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.1342@PAGE add x0, x0, l_.str.1342@PAGEOFF bl _puts mov x9, sp sub x8, x29, #1 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _total ; -- Begin function total .p2align 2 _total: ; @total .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 movi d0, #0000000000000000 stur d0, [x29, #-16] str wzr, [sp, #32] str wzr, [sp, #28] str wzr, [sp, #24] str wzr, [sp, #20] str wzr, [sp, #16] str wzr, [sp, #12] adrp x0, l_.str.1371@PAGE add x0, x0, l_.str.1371@PAGEOFF bl _printf mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf b LBB85_1 LBB85_1: ; =>This Inner Loop Header: Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #113 cset w8, eq tbnz w8, #0, LBB85_22 b LBB85_2 LBB85_2: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #65 cset w8, eq tbnz w8, #0, LBB85_4 b LBB85_3 LBB85_3: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #97 cset w8, ne tbnz w8, #0, LBB85_5 b LBB85_4 LBB85_4: ; in Loop: Header=BB85_1 Depth=1 fmov d0, #4.00000000 str d0, [sp, #40] ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB85_21 LBB85_5: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #66 cset w8, eq tbnz w8, #0, LBB85_7 b LBB85_6 LBB85_6: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #98 cset w8, ne tbnz w8, #0, LBB85_8 b LBB85_7 LBB85_7: ; in Loop: Header=BB85_1 Depth=1 fmov d0, #3.00000000 str d0, [sp, #40] ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB85_20 LBB85_8: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #67 cset w8, eq tbnz w8, #0, LBB85_10 b LBB85_9 LBB85_9: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB85_11 b LBB85_10 LBB85_10: ; in Loop: Header=BB85_1 Depth=1 fmov d0, #2.00000000 str d0, [sp, #40] ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB85_19 LBB85_11: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #68 cset w8, eq tbnz w8, #0, LBB85_13 b LBB85_12 LBB85_12: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #100 cset w8, ne tbnz w8, #0, LBB85_14 b LBB85_13 LBB85_13: ; in Loop: Header=BB85_1 Depth=1 fmov d0, #1.00000000 str d0, [sp, #40] ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB85_18 LBB85_14: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #70 cset w8, eq tbnz w8, #0, LBB85_16 b LBB85_15 LBB85_15: ; in Loop: Header=BB85_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #102 cset w8, ne tbnz w8, #0, LBB85_17 b LBB85_16 LBB85_16: ; in Loop: Header=BB85_1 Depth=1 movi d0, #0000000000000000 str d0, [sp, #40] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB85_17 LBB85_17: ; in Loop: Header=BB85_1 Depth=1 b LBB85_18 LBB85_18: ; in Loop: Header=BB85_1 Depth=1 b LBB85_19 LBB85_19: ; in Loop: Header=BB85_1 Depth=1 b LBB85_20 LBB85_20: ; in Loop: Header=BB85_1 Depth=1 b LBB85_21 LBB85_21: ; in Loop: Header=BB85_1 Depth=1 adrp x0, l_.str.1371@PAGE add x0, x0, l_.str.1371@PAGEOFF bl _printf mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _scanf ldur d0, [x29, #-16] ldr d1, [sp, #40] fadd d0, d0, d1 stur d0, [x29, #-16] ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB85_1 LBB85_22: adrp x0, l_.str.1372@PAGE add x0, x0, l_.str.1372@PAGEOFF bl _printf ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1373@PAGE add x0, x0, l_.str.1373@PAGEOFF bl _printf ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1374@PAGE add x0, x0, l_.str.1374@PAGEOFF bl _printf ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1375@PAGE add x0, x0, l_.str.1375@PAGEOFF bl _printf ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1376@PAGE add x0, x0, l_.str.1376@PAGEOFF bl _printf ldr w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1377@PAGE add x0, x0, l_.str.1377@PAGEOFF bl _printf adrp x0, l_.str.1378@PAGE add x0, x0, l_.str.1378@PAGEOFF bl _printf ldur d0, [x29, #-16] ldr s2, [sp, #32] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 fcvt s0, d0 str s0, [sp, #36] ldr s0, [sp, #36] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.1379@PAGE add x0, x0, l_.str.1379@PAGEOFF bl _printf ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "stove" l_.str.1: ; @.str.1 .asciz "fridge" l_.str.2: ; @.str.2 .asciz "freezer" l_.str.3: ; @.str.3 .asciz "sink" l_.str.4: ; @.str.4 .asciz "cabinets" l_.str.5: ; @.str.5 .asciz "microwave" .section __DATA,__const .globl _locations ; @locations .p2align 3 _locations: .quad l_.str .quad l_.str.1 .quad l_.str.2 .quad l_.str.3 .quad l_.str.4 .quad l_.str.5 .quad 0 .quad 0 .quad 0 .quad 0 .globl _inventory ; @inventory .zerofill __DATA,__common,_inventory,10,0 .globl _clearParser ; @clearParser .zerofill __DATA,__common,_clearParser,1,0 .section __TEXT,__cstring,cstring_literals l_.str.6: ; @.str.6 .asciz "Please enter your name: " l_.str.7: ; @.str.7 .asciz "%s" l_.str.8: ; @.str.8 .asciz "Hello %s welcome to the rpgGame!\n" l_.str.9: ; @.str.9 .asciz "You find yourself in a dark room and you are not sure how you got here." l_.str.10: ; @.str.10 .asciz "As you look around you see the room has 40 doors, each labeled with a number. You are not sure how such a small room can have 40 doors, sooo magic..." l_.str.11: ; @.str.11 .asciz "The room starts filling with water and you must choose a door to open or you will likely drown. you may quit anytime by selecting option 99" l_.str.12: ; @.str.12 .asciz "What door do you choose?" l_.str.13: ; @.str.13 .asciz "%d" .section __TEXT,__const .p2align 2 ; @__const.main.value l___const.main.value: .long 2 ; 0x2 .long 4 ; 0x4 .long 6 ; 0x6 .long 1 ; 0x1 .long 8 ; 0x8 .long 20 ; 0x14 .long 9 ; 0x9 .long 0 ; 0x0 .long 7 ; 0x7 .long 35 ; 0x23 .section __TEXT,__cstring,cstring_literals l_.str.14: ; @.str.14 .asciz "stravo.txt" l_.str.15: ; @.str.15 .asciz "w+" l_.str.16: ; @.str.16 .asciz "newStravo.txt" l_.str.17: ; @.str.17 .asciz "w" l_.str.18: ; @.str.18 .asciz "You open the door and find a lot of people jumping around" l_.str.19: ; @.str.19 .asciz "You are almost certain that you have found a hidden civilization" l_.str.20: ; @.str.20 .asciz "You open the door and find a lot of people jumping around..\nYou are almost certain that you have found a hidden civilization.\nEvery option you choose has a hidden value related to it..\nChoose wisely to earn enough points to win this game!!\n" l_.str.21: ; @.str.21 .asciz "At this point it seems like you have three options" l_.str.22: ; @.str.22 .asciz "Every option you choose has a hidden value related to it.." l_.str.23: ; @.str.23 .asciz "Choose wisely to earn enough points to win this game!!" l_.str.24: ; @.str.24 .asciz "1. Talk to the poeple and figure out why is everyone jumping!!" l_.str.25: ; @.str.25 .asciz "2. Walk further down and explore the place" l_.str.26: ; @.str.26 .asciz "3. Go back into the door you came from and drown" l_.str.27: ; @.str.27 .asciz "You talk to one of the elders and find out that a monster has threatened the city and everyone is panicking" l_.str.28: ; @.str.28 .asciz "You talk to one of the elders and find out that a monster has threatened the city and everyone is panicking.\nThe monster is a big red dragon that came upon the city to burn its lands and steal its princess.\n" l_.str.29: ; @.str.29 .asciz "The monster is a big red dragon that came upon the city to burn its lands and steal its princess" l_.str.30: ; @.str.30 .asciz "Once again.. You have 3 options.\n1. You can fight with them\n2. You can run away\n3. You can have a random option be chosen for you.\n" l_.str.31: ; @.str.31 .asciz "GREAT!! You chose to fight!" l_.str.32: ; @.str.32 .asciz "GREAT!! You chose to fight!\n" l_.str.33: ; @.str.33 .asciz "1. Meet the princess and tell her not to worry.... You will protect her" l_.str.34: ; @.str.34 .asciz "2. Pick up a weapon and go straight to the battlefield." l_.str.35: ; @.str.35 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city\nEveryone lives happily ever after\n\nThank you for playing. GG\n" l_.str.36: ; @.str.36 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city.\nEveryone lives happily ever after.\n\nThank you for playing. GG..\n" l_.str.37: ; @.str.37 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG\n" l_.str.38: ; @.str.38 .asciz "You pick up your weapon and go straight to the battlefield..\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry.\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" l_.str.39: ; @.str.39 .asciz "WOAH! You chose to be a coward! You do not deserve to play anymore.. GG" l_.str.40: ; @.str.40 .asciz "WOAH! You chose to be a coward! You do not deserve to play anymore.. GG\n" l_.str.41: ; @.str.41 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city.\nEveryone lives happily ever after\n\nThank you for playing. GG..\n" l_.str.42: ; @.str.42 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry.\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" l_.str.43: ; @.str.43 .asciz "You walk further down the street and you get amazed by how beautiful the city is" l_.str.44: ; @.str.44 .asciz "However, you notice that people are panicking!!" l_.str.45: ; @.str.45 .asciz "It seems like a big scary dragon is coming to attack the city and take the princess away!" l_.str.46: ; @.str.46 .asciz "You walk further down the street and you get amazed by how beautiful the city is.\nHowever, you notice that people are panicking!!\nIt seems like a big scary dragon is coming to attack the city and take the princess away!\n" l_.str.47: ; @.str.47 .asciz "Once again.. You have 3 options.\n1. You can offer any help\n2. You can pick a number (0-9) that has a hidden value (The value will determine if you win or lose the game) Try your luck?\n3. You can flee the city and never come back.\n" l_.str.48: ; @.str.48 .asciz "You ask the citizens if they need any help.\nPeople tell you that they need a fearless fighter to get rid of this monster that is threatening their beautiful city \n" l_.str.49: ; @.str.49 .asciz "You ask the citizens if they need any help.\nPeople tell you that they need a fearless fighter to get rid of this monster that is threatening their beautiful city. \n" l_.str.50: ; @.str.50 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" l_.str.51: ; @.str.51 .asciz "You chose to pick a number (0-9)" l_.str.52: ; @.str.52 .asciz "I hope you are lucky enough to win. GG" l_.str.53: ; @.str.53 .asciz "You chose to pick a number (0-9)\nI hope you are lucky enough to win. GG\n" l_.str.54: ; @.str.54 .asciz "You chose to flee the city.. You are a coward.. GG" l_.str.55: ; @.str.55 .asciz "You chose to flee the city.. You are a coward.. GG..\n" l_.str.56: ; @.str.56 .asciz "You opened the door and the water killed you.. GG" l_.str.57: ; @.str.57 .asciz "You opened the door and the water killed you.. GG..\n" l_.str.58: ; @.str.58 .asciz "Wrong choice!!!" l_.str.59: ; @.str.59 .asciz "Average = %d / %d = %d. \n \n" l_.str.60: ; @.str.60 .asciz "\n\nYour whole progress in the story has been saved to a file called (stravo.txt)\nYou can modify this file into a new file called (newStravo.txt)\n\n1. Change the whole story to uppercase letters.\n2. Change the whole story to lowercase letters.\n" l_.str.61: ; @.str.61 .asciz "%s " l_.str.62: ; @.str.62 .asciz "you open the door and find ........ \n" l_.str.63: ; @.str.63 .asciz "Watch out, look behind you, A Meeseeks is coming towarsds you.\n" l_.str.64: ; @.str.64 .asciz "Hi I'm Mr.Meeseeks look at me, waving hands around.\n" l_.str.65: ; @.str.65 .asciz "Ask him for a request and he will complete it and disapear.\n" l_.str.66: ; @.str.66 .asciz "What type of request would you want to make?\n" l_.str.67: ; @.str.67 .asciz "1st choice is Meeseeks can take you to Blips\n" l_.str.68: ; @.str.68 .asciz "2nd choice is you can join Morty and go on an Adventure\n" l_.str.69: ; @.str.69 .asciz "3rd choice is go back through the door you came from\n" l_.str.70: ; @.str.70 .asciz "Hi I'm Mr Meeseeks look at me.\n" l_.str.71: ; @.str.71 .asciz "Okay %s are you ready to go to Blips?\n" l_.str.72: ; @.str.72 .asciz "First you need Flurbos.\n" l_.str.73: ; @.str.73 .asciz "Hey %s its Morty, hurry get in, Rick isn't watching, let go on a adventure\n" l_.str.74: ; @.str.74 .asciz "I will let you choose what plannet we go to \n" l_.str.75: ; @.str.75 .asciz "You selected to exit.\n" l_.str.76: ; @.str.76 .asciz "Incorrect input, please selecte from the following choices, 1, 2, or 3.\n" l_.str.77: ; @.str.77 .asciz "You open the door and find a mysterious man saying: \n'Wendy, darling, Light of my Life! I'm not gonna hurt ya \n" l_.str.78: ; @.str.78 .asciz "He looks at you menancingly and starts to run to you with a knife, there are multiple doors behind you and the door you came from.\n " l_.str.79: ; @.str.79 .asciz "QUICK! which door do you pick?" l_.str.80: ; @.str.80 .asciz "you may quit anytime by selecting option:99" l_.str.81: ; @.str.81 .asciz "your average is %f \n" l_.str.82: ; @.str.82 .asciz "You stumble into a room, and a skeleton behind a counter and holds a 6 sided die" l_.str.83: ; @.str.83 .asciz "He asks you with a hollow voice, Hi would you like to roll the dice? you cannot leave the room without rolling 6 times." l_.str.84: ; @.str.84 .asciz "Depending on ur average you will get a prize or punishment" l_.str.85: ; @.str.85 .asciz "[1] for Yes or [2] for No" l_.str.86: ; @.str.86 .asciz "your average is %lf \n" l_.str.87: ; @.str.87 .asciz "you will fall into the abyss once you exit this room" l_.str.88: ; @.str.88 .asciz "I have looked at your name" l_.str.89: ; @.str.89 .asciz "Good job" l_.str.90: ; @.str.90 .asciz "you will now exit the room" l_.str.91: ; @.str.91 .asciz "Alright good bye" l_.str.92: ; @.str.92 .asciz "You turn around and go back outside" l_.str.93: ; @.str.93 .asciz "ONCE AGAIN" l_.str.94: ; @.str.94 .asciz "squirrel.txt" l_.str.95: ; @.str.95 .asciz "pic.txt" l_.str.96: ; @.str.96 .asciz "r" l_.str.97: ; @.str.97 .asciz "Enjoy a picture of a Camel" l_.str.98: ; @.str.98 .asciz "%s \n" l_.str.99: ; @.str.99 .asciz "you are suddenly teleported outside and there you see an angled plank with 3 holes and 3 bags beside it\n" l_.str.100: ; @.str.100 .asciz "a voice above asked if you want to play bean bag toss" l_.str.101: ; @.str.101 .asciz "The voice above says: 'for you to win, you must put at least 2 bags into 2 of the 3 holes'" l_.str.102: ; @.str.102 .asciz "now wasnt that fun?" l_.str.103: ; @.str.103 .asciz "you can come back here whenever you want\n" l_.str.104: ; @.str.104 .asciz "My room no 4. you open the door and find ........" l_.str.105: ; @.str.105 .asciz "you open the door slowly, you hear a click in the distance:" l_.str.106: ; @.str.106 .asciz "Do you close the door or open it fast? Type 1 for open and 2 for close." l_.str.107: ; @.str.107 .asciz "you get hit with an arrow in the knee!" l_.str.108: ; @.str.108 .asciz "you hear an arrow hit the door" l___const.main.alphabet: ; @__const.main.alphabet .asciz "abcdefghijklmnopqrstuvwzyz" .section __TEXT,__const .p2align 2 ; @__const.main.codedMessage l___const.main.codedMessage: .long 8 ; 0x8 .long 5 ; 0x5 .long 12 ; 0xc .long 12 ; 0xc .long 15 ; 0xf .long 23 ; 0x17 .long 15 ; 0xf .long 18 ; 0x12 .long 12 ; 0xc .long 4 ; 0x4 .section __TEXT,__cstring,cstring_literals l___const.main.message: ; @__const.main.message .asciz "Hello World" l_.str.109: ; @.str.109 .asciz "You open the door and walk inside the room." l_.str.110: ; @.str.110 .asciz "The door locks, and the only way out is to decode a message." l_.str.111: ; @.str.111 .asciz "Total Guesses: %d \nWrong Guesses: %d \nDecoded Message: %s \n" l_.str.112: ; @.str.112 .asciz "That's all, %s \n" l_.str.113: ; @.str.113 .asciz "Enter 1-40 to go to another room or 99 to quit. \n" l_.str.114: ; @.str.114 .asciz "\nYou open the door and all the water drains" l_.str.115: ; @.str.115 .asciz "In front of you are five doors" l_.str.116: ; @.str.116 .asciz " ----- ----- ----- ----- ----- " l_.str.117: ; @.str.117 .asciz "| | | | | | | | | | " l_.str.118: ; @.str.118 .asciz "| 1 | | 2 | | 3 | | 4 | | 5 | " l_.str.119: ; @.str.119 .asciz "Which door will you choose? (99 will exit the program)" l_.str.120: ; @.str.120 .asciz "\nYou picked the first door" l_.str.121: ; @.str.121 .asciz "You look and see a small figure in the distance" l_.str.122: ; @.str.122 .asciz "As you walk closer you see that it's a skeleton running straight towards you!" l_.str.123: ; @.str.123 .asciz "There is another door to your right and written on the door says: " l_.str.124: ; @.str.124 .asciz "In order to move escape the skeleton you need to add up 5 numbers averaging at least 10" l_.str.125: ; @.str.125 .asciz "\nEnter 5 numbers\n" l_.str.126: ; @.str.126 .asciz "Number %d : " l_.str.127: ; @.str.127 .asciz "%f" l_.str.128: ; @.str.128 .asciz "Your average is = %.2f \n" l_.str.129: ; @.str.129 .asciz "\n\nPlease try again \n" l_.str.130: ; @.str.130 .asciz "Retutning to the main menu\n\n" l_.str.131: ; @.str.131 .asciz "\n\nCongrats! You escaped the skeleton!\n" l_.str.132: ; @.str.132 .asciz "Returning to the main menu\n\n" l_.str.133: ; @.str.133 .asciz "\nYou enter door number 2 and find a man rolling dice" l_.str.134: ; @.str.134 .asciz "You approach the man" l_.str.135: ; @.str.135 .asciz "The man says to you, if you roll the correct number I will give you this gold ingot but if you lose then you'll be stuck down here forever" l_.str.136: ; @.str.136 .asciz "\nWould you like to roll? [1] = yes, [2] = no\n" l_.str.137: ; @.str.137 .asciz "\nThe man says to pick a number 1 - 10" l_.str.138: ; @.str.138 .asciz "Enter a number: " l_.str.139: ; @.str.139 .asciz "Congrats you won the gold ingot!" l_.str.140: ; @.str.140 .asciz "You lose" l_.str.141: ; @.str.141 .asciz "Returning back to the main menu" l_.str.142: ; @.str.142 .asciz "\nYou choose 2\n" l_.str.143: ; @.str.143 .asciz "mwrongdoor.txt" l_.str.144: ; @.str.144 .asciz "WRONG DOOR YOU CHOOSE WRONG \n" l_.str.145: ; @.str.145 .asciz "Returning to the Main Menu \n" l_.str.146: ; @.str.146 .asciz "\nYou have chosen the 4th door, this door leads you to riches" l_.str.147: ; @.str.147 .asciz "Walking down the hallway you see a paper on the ground" l_.str.148: ; @.str.148 .asciz "You pick up the paper and on it says PASSWORD: Lakers" l_.str.149: ; @.str.149 .asciz "You continue on and make a sharp left down the hallway and find yourself staring at a sophisticated keypad" l_.str.150: ; @.str.150 .asciz "This door will test your ability to count" l_.str.151: ; @.str.151 .asciz "Enter a word and after will ask you how many letters are in the word" l_.str.152: ; @.str.152 .asciz "Please enter a word: " l_.str.153: ; @.str.153 .asciz "Enter the amount of letters: " l_.str.154: ; @.str.154 .asciz "You have guessed correctly\n" l_.str.155: ; @.str.155 .asciz "Exiting the game\n" l_.str.156: ; @.str.156 .asciz "Does not equal\n" l_.str.157: ; @.str.157 .asciz "You cant count sending you back to the main menu\n\n" .section __TEXT,__const l___const.main.uYes: ; @__const.main.uYes .asciz "yes\000" .section __TEXT,__literal4,4byte_literals l___const.main.uNo: ; @__const.main.uNo .asciz "no\000" .section __TEXT,__cstring,cstring_literals l_.str.158: ; @.str.158 .asciz "recipe.txt" l_.str.159: ; @.str.159 .asciz "clear" l_.str.160: ; @.str.160 .asciz "--------------------------------------------------------------------------------------------" l_.str.161: ; @.str.161 .asciz "\nTwisting the knob and bracing your shoulder, you push against the heavy door with a strained grunt.\n" l_.str.162: ; @.str.162 .asciz "It slams shut just as you weave your way through. The door is now sealed tightly behind you.\n" l_.str.163: ; @.str.163 .asciz "A familiar grumble roils from deep within your gut." l_.str.164: ; @.str.164 .asciz "Before you conquer that hefty door again, you'll have to vanquish the hunger beast.\n" l_.str.165: ; @.str.165 .asciz "Do you want to take a look around? (Type y for yes or n for no) :" l_.str.166: ; @.str.166 .asciz " %c" l_.str.167: ; @.str.167 .asciz "\nPatting your stomach in agreement, you decide that going on incredible adventures through other mysterious doors can wait.\n" l_.str.168: ; @.str.168 .asciz "For now, you have to look around for some food. Eat first, think later.\n" l_.str.169: ; @.str.169 .asciz "\n...no?" l_.str.170: ; @.str.170 .asciz "\nNO?????" l_.str.171: ; @.str.171 .asciz "\noOOOooo OOO oo lookit me, I'm a silly little adventurer named %s! I dOnT nEeD To eAt!! i'M sO StROnG aN d ClEvEr AnD I'm nEvEr HuNgRYyyyYYH haAHAa heeHEEhoO\n\n" l_.str.172: ; @.str.172 .asciz "You're about as dumb as a bowl of oats. Do you think you can open a heavily sealed door like this?\n" l_.str.173: ; @.str.173 .asciz "When you're so hungry, you couldn't push a door back open?!\n" l_.str.174: ; @.str.174 .asciz "Well, too bad - that door isn't budging, and you're looking around for some sustenance, whether you like it or not! Your stomach isn't giving you any other options here!\n" l_.str.175: ; @.str.175 .asciz "\n...what do you mean by 'm'? Maybe??\n\nListen, you gotta be more decisive in life. Don't 'maybe' your way through things anymore. Today's the day you're gonna seize destiny, and you're gonna seize it right here in this kitchen!\n" l_.str.176: ; @.str.176 .asciz "\nWell, whatever you chose, the universe pretended not to hear it. Your fate is dictated by your stomach, so you're being thrown headfirst into this adventure whether you like it or not!\n" l_.str.177: ; @.str.177 .asciz "---------------------------------------------------------------------------------" l_.str.178: ; @.str.178 .asciz "LOST IN THE SAUCE\n\nYOUR GOALS : \nFind the 5 Notes, Complete the Recipe \nCook and eat the food to escape the Kitchen" l_.str.179: ; @.str.179 .asciz "--------------------------------------------------------------------------------" l_.str.180: ; @.str.180 .asciz "\nYou were so preoccupied with the door and your appetite that you hadn't noticed the room is completely dark.\n" l_.str.181: ; @.str.181 .asciz "Fishing your phone out of your pocket, you swipe a few times to activate its flashlight.\n" l_.str.182: ; @.str.182 .asciz "Sweeping the room, you notice the stainless steel glint of a FRIDGE and FREEZER wedged into the right corner.\n" l_.str.183: ; @.str.183 .asciz "You can make out the red glow of a STOVE clock, blinking 00:00 steadily against the darkness.\n" l_.str.184: ; @.str.184 .asciz "clopezWelcome.txt" l_.str.185: ; @.str.185 .asciz "%c" l_.str.186: ; @.str.186 .asciz "\n\nWhat would you like to play? (1 for Coin Flip, 2 for Roulette, 3 for Sports Betting, 99 to exit)" l_.str.187: ; @.str.187 .asciz " %d" l_.str.188: ; @.str.188 .asciz "\n\n*-*-*- COIN FLIP -*-*-*" l_.str.189: ; @.str.189 .asciz "Choose: (1) Best of 1 -- (3) Best of 3" l_.str.190: ; @.str.190 .asciz "Please enter your desired bet amount (Balance: $%.2lf): $" l_.str.191: ; @.str.191 .asciz " %lf" l_.str.192: ; @.str.192 .asciz "Heads or Tails? (h/t)" l_.str.193: ; @.str.193 .asciz "Invalid input." l_.str.194: ; @.str.194 .asciz "\nThe coin landed on TAILS!" l_.str.195: ; @.str.195 .asciz "\nThe coin landed on HEADS!" l_.str.196: ; @.str.196 .asciz "\nCongrats! You win $%.2lf " l_.str.197: ; @.str.197 .asciz "Your new balance is $%.2lf" l_.str.198: ; @.str.198 .asciz "I'm sorry, you lose. " l_.str.199: ; @.str.199 .asciz "You do not have enough funds to place this bet." l_.str.200: ; @.str.200 .asciz "\n\nBalance: $%.2lf\n" l_.str.201: ; @.str.201 .asciz "Bets Won: %d\n" l_.str.202: ; @.str.202 .asciz "Bets Lost: %d\n" l_.str.203: ; @.str.203 .asciz "Net: $%.2lf\n" l_.str.204: ; @.str.204 .asciz "Profit/loss per bet: $%.2lf" l_.str.205: ; @.str.205 .asciz "\nPlay again? (y/n)" l_.str.206: ; @.str.206 .asciz "\n\nWelcome to the roulette table!" l_.str.207: ; @.str.207 .asciz "\n---RULES---" l_.str.208: ; @.str.208 .asciz "The roulette wheel consists of 36 pockets, numbered 1, 2, ..., 36. " l_.str.209: ; @.str.209 .asciz "Dealer spins a ball on the table, and players place bets on which pocket they believe the ball will land on." l_.str.210: ; @.str.210 .asciz "Bets can be placed on even numbers, odd numbers, or on an individual number." l_.str.211: ; @.str.211 .asciz "Successful bet on ODD or EVEN number pays out 1.5x your bet. Successful bet on an individual number pays out 37x your bet" l_.str.212: ; @.str.212 .asciz "Would you like to bet on (1) Evens, (2) Odds, or (3) Individual number. Enter 1, 2, or 3: " l_.str.213: ; @.str.213 .asciz "What individual number would you like to bet on? (0-36)" l_.str.214: ; @.str.214 .asciz "\nOkay! Here we go!! Rolling... rolling... rolling... \n" l_.str.215: ; @.str.215 .asciz "THE BALL LANDED ON: %d\n" l_.str.216: ; @.str.216 .asciz "\nI'm sorry, you lose. " .section __TEXT,__const l___const.main.win: ; @__const.main.win .ascii "WIN" .section __TEXT,__literal4,4byte_literals l___const.main.lose: ; @__const.main.lose .ascii "LOSE" .section __TEXT,__cstring,cstring_literals l_.str.217: ; @.str.217 .asciz "\n\nHi! I'm the casino's bookie. Currently there is only one MLB game going on." l_.str.218: ; @.str.218 .asciz "The available bets is -- Dodgers(-145) vs Padres(+120) --\n" l_.str.219: ; @.str.219 .asciz "Which team would you like to bet on? (1) Dodgers, (2) Padres\n" .section __TEXT,__const l___const.main.userTeam: ; @__const.main.userTeam .ascii "DODGERS " .space 17 .section __TEXT,__cstring,cstring_literals l_.str.220: ; @.str.220 .asciz "\nThe results are in..." l_.str.221: ; @.str.221 .asciz " %d - %d!\n" .section __TEXT,__const l___const.main.userTeam.222: ; @__const.main.userTeam.222 .byte 80 ; 0x50 .byte 65 ; 0x41 .byte 68 ; 0x44 .byte 82 ; 0x52 .byte 69 ; 0x45 .byte 83 ; 0x53 .byte 32 ; 0x20 .space 18 .section __TEXT,__cstring,cstring_literals l_.str.223: ; @.str.223 .asciz "\n$$$$$$ %s COME ON DOWN!! YOU'RE ON THE PRICE IS RIGHT!! $$$$$$\n" l_.str.224: ; @.str.224 .asciz " : : doo dooo dooooOoOoOo, doo dooooo DoooOooooooo : :\n" l_.str.225: ; @.str.225 .asciz "\nBob Barker: Welcome contestants, let me show you the first item up for bid on the Price Is Right...\n" l_.str.226: ; @.str.226 .asciz "\nJohnny Olsen: It's a new stove! A gas stove designed for your pleasure by LG Electronics. It is 6.3 cu. ft., has a Smart Wi-Fi enabled fan, and a convection electric oven range with AirFry and EasyClean in Stainless Steel.\n" l_.str.227: ; @.str.227 .asciz "\nBob Barker: Contestants please bid on it in dollars because we round off our retail prices to the nearest dollar.. %s what do you bid? " l_.str.228: ; @.str.228 .asciz "\nBob Barker; The actual retail price is $%d, that means %s, you are the winner!\n" l_.str.229: ; @.str.229 .asciz "\nBob Barker: The actual retail price is $%d, that means %s, you are not the winner, let's try again...\n" l_.str.230: ; @.str.230 .asciz "you open the door and find ........\n" l_.str.231: ; @.str.231 .asciz "3 closed doors\n" l_.str.232: ; @.str.232 .asciz "The first door is made of rock with cracks that seem to have orange lava flowing from them and fire comming out from the edges\n" l_.str.233: ; @.str.233 .asciz "The second door seems to be an ornage rock door with vines covering it and light bleeding from the edges with mist flowing from underneath\n" l_.str.234: ; @.str.234 .asciz "The final door seems to be an ordinary old wooden door of a broom closet\n" l_.str.235: ; @.str.235 .asciz "Which door will you choose?\n" l_.str.236: ; @.str.236 .asciz "1 for the fire door\n" l_.str.237: ; @.str.237 .asciz "2 for the mysterious glowing door\n" l_.str.238: ; @.str.238 .asciz "3 for the broom closet\n" l_.str.239: ; @.str.239 .asciz "That isn't a valid door\n" l_.str.240: ; @.str.240 .asciz "\nCHARACTER CREATION" l_.str.241: ; @.str.241 .asciz "Enter your name:" l_.str.242: ; @.str.242 .asciz "\nChoose your race" l_.str.243: ; @.str.243 .asciz "1 - human" l_.str.244: ; @.str.244 .asciz "2 - elf" l_.str.245: ; @.str.245 .asciz "3 - ilvyr" l_.str.246: ; @.str.246 .asciz "4 - ferren" l_.str.247: ; @.str.247 .asciz "5 - race information" l_.str.248: ; @.str.248 .asciz "\nTHE RACES OF HABREN" l_.str.249: ; @.str.249 .asciz "HUMANS" l_.str.250: ; @.str.250 .asciz "Known as Goddess's favorite. The most prosperous of all the races." l_.str.251: ; @.str.251 .asciz "ELVES" l_.str.252: ; @.str.252 .asciz "The racial offpsring of ilvyrs and humans. They often live underground, opposite of their ilvyr ancestors." l_.str.253: ; @.str.253 .asciz "ILVYRS" l_.str.254: ; @.str.254 .asciz "A race of fallen angels who have succumbed to the sin of pride. Identified by their pointed ears and white bird-like wings." l_.str.255: ; @.str.255 .asciz "FERRENS" l_.str.256: ; @.str.256 .asciz "Often mistaken as humans. They are identified by their towering heights, especially those of their women." l_.str.257: ; @.str.257 .asciz "\nType 99 to quit" l_.str.258: ; @.str.258 .asciz "\n-----------------------------------------------------------------------------------------" l_.str.259: ; @.str.259 .asciz "HELLO FELLOW SHOPPERS! WELCOME TO MARKET 14, WHERE YOU COULD BUY ANYTHING YOU WANT!!" l_.str.260: ; @.str.260 .asciz "MARKET 14 HAS ALL THE LATEST STOCKS AND CRYPTOS YOU CAN FIND." l_.str.261: ; @.str.261 .asciz "*TO LOOK AT THE ITEM MENU PLEASE PRESS 1 (ANY OTHER KEY TO CANCEL SHOP): *" l_.str.262: ; @.str.262 .asciz "type ROOM14_MENU.txt: " l_.str.263: ; @.str.263 .asciz "ROOM14_MENU.txt" l_.str.264: ; @.str.264 .asciz "EMPTY FILE\n" l_.str.265: ; @.str.265 .asciz "You have a budget of $%d. What would you like to buy? (type Q to quit):\n" l_.str.266: ; @.str.266 .asciz "You have a budget of $%d left. What would you like to buy? (type Q to quit):\n" l_.str.267: ; @.str.267 .asciz "A - BTC($50000)\n" l_.str.268: ; @.str.268 .asciz "B - ETH($4000)\n" l_.str.269: ; @.str.269 .asciz "C - ETC($110)\n" l_.str.270: ; @.str.270 .asciz "D - DOGE($0.50)\n" l_.str.271: ; @.str.271 .asciz "Invalid Option" l_.str.272: ; @.str.272 .asciz "You spent $%d amount.\n" l_.str.273: ; @.str.273 .asciz "You have $%d left.\n" l_.str.274: ; @.str.274 .asciz "You averaged $%d per crypto. Congrats!" l_.str.275: ; @.str.275 .asciz "Thank you! Come again" l_.str.276: ; @.str.276 .asciz "You enter door 15 but you end up outside and see three colored paths\n" l_.str.277: ; @.str.277 .asciz "Choose a path:\n 1 (yellow)\n 2 (red)\n 3 (green)\n" l_.str.278: ; @.str.278 .asciz "The room is dark and cold" l_.str.279: ; @.str.279 .asciz "You look at the empty room with empty Shelves.." l_.str.280: ; @.str.280 .asciz "You think to yourself, there's nothing of value in here.." l_.str.281: ; @.str.281 .asciz "What should you do?" l_.str.282: ; @.str.282 .asciz "1. Move and advance to the next room" l_.str.283: ; @.str.283 .asciz "2. Examine the room a little more carefully" l_.str.284: ; @.str.284 .asciz "3. Go back to the last room" l_.str.285: ; @.str.285 .asciz "You go towards the door, but the handle is locked.." l_.str.286: ; @.str.286 .asciz "*Maybe you should examine the room.." l_.str.287: ; @.str.287 .asciz "You look at the very top of the shelf and find a old brass key" l_.str.288: ; @.str.288 .asciz "You back out slowly towards the previous room... but it's locked!" l_.str.289: ; @.str.289 .asciz "Try again" l_.str.290: ; @.str.290 .asciz "you open the door and find ........" l_.str.291: ; @.str.291 .asciz "Welcome to Door 18\n" l_.str.292: ; @.str.292 .asciz "'Have a seat...if you dare', beckons an old Wizened Man siting in the center of the cavern at a small card table.\n" l_.str.293: ; @.str.293 .asciz "\n You can either (sit) down, (look) around, or (leave) back to where you came..like a coward. " l_.str.294: ; @.str.294 .asciz "./room19/room19_Door.txt" l_.str.295: ; @.str.295 .asciz "\n\n" l_.str.296: ; @.str.296 .asciz "\n\nOur brave hero %s approaches the fabled door to Room 19\n\n" l_.str.297: ; @.str.297 .asciz "./room19/room19_openDoor.txt" l_.str.298: ; @.str.298 .asciz "\nYou open the door and enter........\n" l_.str.299: ; @.str.299 .asciz "./room19/room19_Dragon.txt" l_.str.300: ; @.str.300 .asciz "\n\n.......to find A dragon!\n" l_.str.301: ; @.str.301 .asciz "%s, what do you choose to do?\n" l_.str.302: ; @.str.302 .asciz "Hero Avg D10 Roll: %.2f\n" l_.str.303: ; @.str.303 .asciz "Dragon Avg D10 Roll: %.2f\n" l_.str.304: ; @.str.304 .asciz "./room19/room19_Charm.txt" l_.str.305: ; @.str.305 .asciz "./room19/room19_Ending2.txt" l_.str.306: ; @.str.306 .asciz "\nMuch wow! You must be a bard, for you have successfully wooed the dragon!\n" l___const.main.stringCriteria: ; @__const.main.stringCriteria .asciz " the Charming" l_.str.307: ; @.str.307 .asciz "\nThe dragon finds your face repulsing\n" l_.str.308: ; @.str.308 .asciz "\nSo he responds to your advances with FIRE\n" l___const.main.stringCriteria.309: ; @__const.main.stringCriteria.309 .asciz " the Repulsive" l_.str.310: ; @.str.310 .asciz "\nBetter luck next time\n" l_.str.311: ; @.str.311 .asciz "./room19/room19_toBattle.txt" l_.str.312: ; @.str.312 .asciz "\nYou gotta ask yourself a question, 'Do I feel lucky?'. Well, do you punk?\n" l_.str.313: ; @.str.313 .asciz "./room19/room19_Ending1.txt" l___const.main.stringCriteria.314: ; @__const.main.stringCriteria.314 .asciz " the Dragonslayer" l_.str.315: ; @.str.315 .asciz "\nLike the stud you are, you slayed the dragon!\n" l_.str.316: ; @.str.316 .asciz "\nto which the dragon responds,'I do feel lucky'\n" l_.str.317: ; @.str.317 .asciz "\nThe dragon releases a massive fireball, hitting you right on the face!\n" l_.str.318: ; @.str.318 .asciz "\nMaybe, next time, you don't taunt the dragon." l___const.main.stringCriteria.319: ; @__const.main.stringCriteria.319 .asciz " the unlucky" l_.str.320: ; @.str.320 .asciz "\nAs %s attempts to flee, the dragon attacks!\n" l_.str.321: ; @.str.321 .asciz "\ncaught unprepared, you burst into flames" l_.str.322: ; @.str.322 .asciz "\nThus, a fitting end for %s, for turning ye back on a dragon\n\n" .section __TEXT,__const l___const.main.stringCriteria.323: ; @__const.main.stringCriteria.323 .asciz " the Stupid\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.324: ; @.str.324 .asciz "\nOur, not-so, brave hero %s slowly backs away from the door to room 19 and decides to pick another door\n" .section __TEXT,__const l___const.main.stringCriteria.325: ; @__const.main.stringCriteria.325 .asciz " the Coward\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.326: ; @.str.326 .asciz "\nYou are bestowed the title : %s\n" l_.str.327: ; @.str.327 .asciz "There is a noise in the distance but you can't quite make out what it is" l_.str.328: ; @.str.328 .asciz "You open the door and actually find out the noise is just Naked in the Rain by the Red Hot Chili Peppers playing on a radio" l_.str.329: ; @.str.329 .asciz "You actually see a guitar next to the radio. Do you pick it up? 1 for yes, 2 for no" l_.str.330: ; @.str.330 .asciz "You pick up the guitar and suddenly feel a change in your body. Maybe its the 5G everyone jokes about" l_.str.331: ; @.str.331 .asciz "Someone comes out of the shadows and hits you over the head with it. You died." l_.str.332: ; @.str.332 .asciz "The floor fails and you through it into the void" l_.str.333: ; @.str.333 .asciz "The gentleman welcomes you into the corner with the light and he asks you to give him some numbers" l_.str.334: ; @.str.334 .asciz "However you find out that the old man cannot keep track of more than 10 values" l_.str.335: ; @.str.335 .asciz "Enter the amount of numbers you want to make an average out of \n" l_.str.336: ; @.str.336 .asciz "Error! Keep it between 1 and 10 values. \n" l_.str.337: ; @.str.337 .asciz "Enter the amoount of numbers you want to average: " l_.str.338: ; @.str.338 .asciz "%d. Enter number: " l_.str.339: ; @.str.339 .asciz "Average = %.2f \n" l_.str.340: ; @.str.340 .asciz "Why does this person say they're your 4th grade English teacher? You don't even remember them." l_.str.341: ; @.str.341 .asciz "They say their catchphrase and you realize this person is the real deal" l_.str.342: ; @.str.342 .asciz "The teacher asks if you want to see the grade for the test that he never gave back to you. 1 to see, 2 to not see" l_.str.343: ; @.str.343 .asciz "Ok, your score was %d \n" l_.str.344: ; @.str.344 .asciz "Are you satisfied with that? You better be cause that's your final score \n" l_.str.345: ; @.str.345 .asciz "Well it's ok you don't want to see. You probably failed anyway \n" l_.str.346: ; @.str.346 .asciz "There is one thing you can try to do so you can redeem yourself though. A simple test that is \n" l_.str.347: ; @.str.347 .asciz "Press 1 to try one test, 2 to do the other" l_.str.348: ; @.str.348 .asciz "\n Enter one really long word in all uppercase letters please, no spaces: " l_.str.349: ; @.str.349 .asciz "\n The really long word you entered is now in lowercase = %s \n" l_.str.350: ; @.str.350 .asciz "The only reason I had you do this was because I wanted to make sure you were paying attention." l_.str.351: ; @.str.351 .asciz "\n Enter one really long word in all lowercase letters please, no spaces" l_.str.352: ; @.str.352 .asciz "\n The really long word you entered is now in uppercase = %s \n" l_.str.353: ; @.str.353 .asciz "The only reason I had you do this was because I wanted to make sure that you were paying attention" l_.str.354: ; @.str.354 .asciz "Enter a #1-4 and you will be given a question to answer. Your answer will be located in a seperate file you can check \n" l_.str.355: ; @.str.355 .asciz "For best results, do questions 1-4 in order but it is not necessary to do so" l_.str.356: ; @.str.356 .asciz "goodfeel.txt" l_.str.357: ; @.str.357 .asciz "There is an error. Cannot open file" l_.str.358: ; @.str.358 .asciz "How is your day going so far?" l_.str.359: ; @.str.359 .asciz "%10s" l_.str.360: ; @.str.360 .asciz "a" l_.str.361: ; @.str.361 .asciz "There is an error. Cannot find file" l_.str.362: ; @.str.362 .asciz "What is your favorite ice cream flavor?" l_.str.363: ; @.str.363 .asciz "\n%10s" l_.str.364: ; @.str.364 .asciz "What is your favorite car? \n" l_.str.365: ; @.str.365 .asciz "Who is your favorite celebrity? \n" .section __TEXT,__const l___const.main.string: ; @__const.main.string .asciz "Atem\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.366: ; @.str.366 .asciz "You have entered a chamber resembling the ruins of an Ancient Egyptian Temple " l_.str.367: ; @.str.367 .asciz "The door to your left shows signs of innocence" l_.str.368: ; @.str.368 .asciz "while the door to your right emits a dark and powerful energy" l_.str.369: ; @.str.369 .asciz "You see a dark figure in the distance resembling a clock" l_.str.370: ; @.str.370 .asciz "He tosses a coin" l_.str.371: ; @.str.371 .asciz "???: %s would you ignore fate \n" l_.str.372: ; @.str.372 .asciz "???: Pick a door?!" l_.str.373: ; @.str.373 .asciz "1. Innocent door" l_.str.374: ; @.str.374 .asciz "2.Door towards a powerful Energy" l_.str.375: ; @.str.375 .asciz "reveal code HEADS\n" l_.str.376: ; @.str.376 .asciz "A child appears he asks you to choose a door" l_.str.377: ; @.str.377 .asciz "1. The Room is filled with toys" l_.str.378: ; @.str.378 .asciz "2. The Room is filled with Books" l_.str.379: ; @.str.379 .asciz "???: My names Yugi can you help me count my toys" l_.str.380: ; @.str.380 .asciz "%s : Sure \n" l_.str.381: ; @.str.381 .asciz "A: Check bin" l_.str.382: ; @.str.382 .asciz "B: Check under bed" l_.str.383: ; @.str.383 .asciz "C: Check under the sofa" l_.str.384: ; @.str.384 .asciz "D: Check the desk" l_.str.385: ; @.str.385 .asciz "s: to take average" l_.str.386: ; @.str.386 .asciz "You find %lf toys \n" l_.str.387: ; @.str.387 .asciz "bin: already checked: it had %d\n" l_.str.388: ; @.str.388 .asciz "you find %lf toys\n" l_.str.389: ; @.str.389 .asciz "bed: already checked: it had %lf \n" l_.str.390: ; @.str.390 .asciz "you find %lf toys \n" l_.str.391: ; @.str.391 .asciz "Sofa: already checked: it had %lf \n" l_.str.392: ; @.str.392 .asciz "desk: already checked: it had %lf\n" l_.str.393: ; @.str.393 .asciz "Yugi: Lets find the Average" l_.str.394: ; @.str.394 .asciz "%s: THe average is %lf" l_.str.395: ; @.str.395 .asciz "Yugi thanks you for your time and shows you the exit" l_.str.396: ; @.str.396 .asciz "You leave a better person" l_.str.397: ; @.str.397 .asciz "karma++" l_.str.398: ; @.str.398 .asciz "yugi finds You worthy" l_.str.399: ; @.str.399 .asciz "99 to continue" l_.str.400: ; @.str.400 .asciz "Intresting choice" l_.str.401: ; @.str.401 .asciz "You are given the keyblade" l_.str.402: ; @.str.402 .asciz "You study for 10 years and can now weild the keyblade as a master" l_.str.403: ; @.str.403 .asciz "Congradulations(Exit 99)" l_.str.404: ; @.str.404 .asciz "You have enter the land of Pokemon" l_.str.405: ; @.str.405 .asciz "A Charazard appears" l_.str.406: ; @.str.406 .asciz "He burns you alive for not having a pure soul (Exit: 99)" l_.str.407: ; @.str.407 .asciz "???: You dare ignore Yugi!" l_.str.408: ; @.str.408 .asciz "The pharaoh Turns you into a skull servant" l_.str.409: ; @.str.409 .asciz "as you are being turned into bones the young boy asks the Pharaoh to leave you alone and give you mercy" l_.str.410: ; @.str.410 .asciz "You have been spared and leave the dungeon" l_.str.411: ; @.str.411 .asciz "Mercy(99 to Quit)" l_.str.412: ; @.str.412 .asciz "The pharaoh: I did not allow you to meet Yugi." l_.str.413: ; @.str.413 .asciz "You fall into a cavern where you meet Eli Shane" l_.str.414: ; @.str.414 .asciz "You join the Shane gang and help fight crime across slug terra" l_.str.415: ; @.str.415 .asciz "Exit: 99" l_.str.416: ; @.str.416 .asciz "Intersting choice" l_.str.417: ; @.str.417 .asciz "The code will be revealed:\n" l_.str.418: ; @.str.418 .asciz "what is the name of the man who owns the temple?(Enter Exactly as written)\n" l_.str.419: ; @.str.419 .asciz "%29s" l_.str.420: ; @.str.420 .asciz "you have met the king of games \n" l_.str.421: ; @.str.421 .asciz "He gives you 999,999,999 doge coin \n" l_.str.422: ; @.str.422 .asciz "1. Enter the code to the next door" l_.str.423: ; @.str.423 .asciz "2. You leave the dungeon with a fortune " l_.str.424: ; @.str.424 .asciz "???: Red eyes black Dragon , Inferno Fire Blast" l_.str.425: ; @.str.425 .asciz "Fatality" l_.str.426: ; @.str.426 .asciz "Joey Wheeler Wins" l_.str.427: ; @.str.427 .asciz "You sell your doge coin" l_.str.428: ; @.str.428 .asciz "You regret it immediatly since over night Elon Musk makes it the currency of space" l_.str.429: ; @.str.429 .asciz "You have gained power beyond comprehenshion" l_.str.430: ; @.str.430 .asciz "You have become a servent of the Pharaoh" l_.str.431: ; @.str.431 .asciz "You are know as Palladium Orcle Mahad" l_.str.432: ; @.str.432 .asciz "You live a happy life" l_.str.433: ; @.str.433 .asciz "you fell down a Hole" l_.str.434: ; @.str.434 .asciz "???: Blue Eyes White dragon \n White lightning!" l_.str.435: ; @.str.435 .asciz "Fatality \n" l_.str.436: ; @.str.436 .asciz "Seto Kaiba wins (99 to Quit) \n" l_.str.437: ; @.str.437 .asciz "???: Time magic" l_.str.438: ; @.str.438 .asciz "The Door was locked and the temple starts to crumble" l_.str.439: ; @.str.439 .asciz "Debree falls on your head and you fall unconscious" l_.str.440: ; @.str.440 .asciz "A young boy helps you. you find your self in the innocent door" l_.str.441: ; @.str.441 .asciz "I should have believed in the heart of the cards" l_.str.442: ; @.str.442 .asciz "your wounds were to severe you die of head trauma in the boys arms" l_.str.443: ; @.str.443 .asciz "Time wizard Wins" l_.str.444: ; @.str.444 .asciz "\n Intersting choice(99 to quit)" l_.str.445: ; @.str.445 .asciz "That wasn't an option \n" l_.str.446: ; @.str.446 .asciz "???: Dark Magician, Dark Magic Attack " l_.str.447: ; @.str.447 .asciz "Yugi Muto Wins" l_.str.448: ; @.str.448 .asciz "99 to quit" l_.str.449: ; @.str.449 .asciz "\nYou open the door and find ........" l_.str.450: ; @.str.450 .asciz "Yourself inside of JoJos Bizarre Dungeon. \n" l_.str.451: ; @.str.451 .asciz "Select your path" l_.str.452: ; @.str.452 .asciz "1. Star Platinum" l_.str.453: ; @.str.453 .asciz "2. Golden Experience." l_.str.454: ; @.str.454 .asciz "3. Joesph Joestar " l_.str.455: ; @.str.455 .asciz "\nDIO, the arch nemesis of the Joestar family bloodline, has successfully killed your grandpa and drank his blood achieving an incredible power buff." l_.str.456: ; @.str.456 .asciz "You must defeat DIO to revive your uncle and save humanity." l_.str.457: ; @.str.457 .asciz "\nDiavolo, the head of an italian mafia that sells drugs to kids, is about to acquire a requiem arrow that will allow him to upgrade his stand and become the strongest stand user in existance." l_.str.458: ; @.str.458 .asciz "You must get to the arrow before him in order to upgrade your stand and become head of the mafia and stop the flow of drugs to the kids." l_.str.459: ; @.str.459 .asciz "\nKars, a 100,000 year old vampire, has attained the Red Stone Aja allowing him to conquer the sun and achieve immense power." l_.str.460: ; @.str.460 .asciz "\nTo defeat him you will have to play the last ace up your sleeve, the Joestar family secret technique ..." l_.str.461: ; @.str.461 .asciz "\nEnter the name of the technique: " l_.str.462: ; @.str.462 .asciz "\nThank you for playing." l_.str.463: ; @.str.463 .asciz "press 1 to start" l_.str.464: ; @.str.464 .asciz "yes" l_.str.465: ; @.str.465 .asciz "sorry" l_.str.466: ; @.str.466 .asciz "not valid" l_.str.467: ; @.str.467 .asciz "You are in a small dark room" l_.str.468: ; @.str.468 .asciz "You turn the lights on and see 3 doors" l_.str.469: ; @.str.469 .asciz "You have to choose what door to go through" l_.str.470: ; @.str.470 .asciz "1.Go through the red door" l_.str.471: ; @.str.471 .asciz "2.Go through the blue door" l_.str.472: ; @.str.472 .asciz "3.Go through the green door" l_.str.473: ; @.str.473 .asciz "Please enter a number 1-3 or press 99 to exit the program:" l_.str.474: ; @.str.474 .asciz "\nWoah! Wow! You really chose the red door" l_.str.475: ; @.str.475 .asciz "Very brave of you, but what a stupid choice to make" l_.str.476: ; @.str.476 .asciz "Really?! Who choses a red door over a green and blue door" l_.str.477: ; @.str.477 .asciz "Anyways! Prepare to meet your doom! HAHA!" l_.str.478: ; @.str.478 .asciz "You died!\n" l_.str.479: ; @.str.479 .asciz "\nYou enter the room and close the door" l_.str.480: ; @.str.480 .asciz "You realize you have seen this room before" l_.str.481: ; @.str.481 .asciz "You are confused" l_.str.482: ; @.str.482 .asciz "You see a mirror and go to it" l_.str.483: ; @.str.483 .asciz "You see yourself in the mirro and see a 10 year old kid" l_.str.484: ; @.str.484 .asciz "THAT'S YOU!" l_.str.485: ; @.str.485 .asciz "You are confused and scared" l_.str.486: ; @.str.486 .asciz "You realize this room is your room" l_.str.487: ; @.str.487 .asciz "You see your bed and decide to take a nap\n" l_.str.488: ; @.str.488 .asciz "\nYou go through the green door and the door slams behind you!" l_.str.489: ; @.str.489 .asciz "You cannot see what is happening" l_.str.490: ; @.str.490 .asciz "You start walking foward, but fall off a cliff!" l_.str.491: ; @.str.491 .asciz "SPLAT!" l_.str.492: ; @.str.492 .asciz "You fell to your death\n" .section __TEXT,__const .p2align 2 ; @__const.main.arrInt26 l___const.main.arrInt26: .long 7 ; 0x7 .long 3 ; 0x3 .long 5 ; 0x5 .long 6 ; 0x6 .long 9 ; 0x9 .long 1 ; 0x1 .long 3 ; 0x3 .long 2 ; 0x2 .long 6 ; 0x6 .section __TEXT,__cstring,cstring_literals l_.str.493: ; @.str.493 .asciz "\nYou open the door and find a small room with a door on the other side and a desk with a laptop and three USB drives equally spread apart, one green, one blue, one red.\n" l_.str.494: ; @.str.494 .asciz "\nThe door behind you slams shut...\n" l_.str.495: ; @.str.495 .asciz "\nYou hear static coming from a speaker in the room, then suddenly a deep voice comes through the speaker...\n" l_.str.496: ; @.str.496 .asciz "\n\t'Welcome to the game...you are player number %d'\n " l_.str.497: ; @.str.497 .asciz "\t'Unfortunately for you...only %d players have survived the game...'\n" l_.str.498: ; @.str.498 .asciz "\t'But don't worry...oh wait you should worry because there is no way out now...GOOD LUCK!!'\n" l_.str.499: ; @.str.499 .asciz "\nYou open the door you came in from again to see a bottomless pit.\n" l_.str.500: ; @.str.500 .asciz "You are now realizing there is no immediate way out, so you decide to play the game and find your own way out...\n" l_.str.501: ; @.str.501 .asciz "You walk over to the desk and see a message above each USB...\n\n" l_.str.502: ; @.str.502 .asciz "1) Inspect the Green USB.\n" l_.str.503: ; @.str.503 .asciz "2) Inspect the Blue USB.\n" l_.str.504: ; @.str.504 .asciz "3) Inspect the Red USB.\n" l_.str.505: ; @.str.505 .asciz "4) Walk up to the door on the other side of the room.\n" l_.str.506: ; @.str.506 .asciz "5) Leave the room and fall into the bottomless pit.\n" l_.str.507: ; @.str.507 .asciz "Enter choice 1-5: " l_.str.508: ; @.str.508 .asciz "\nEnter 99 to exit the program.\n" l_.str.509: ; @.str.509 .asciz "In late in night, you were working on project, fell sleep, and found a door." l_.str.510: ; @.str.510 .asciz "Fantasy world with flying dragons, mystery mythic, magic and rescuing princess... Your dream adventure world! \nOh look [%s]! The little fairy flew and welcomes you." l_.str.511: ; @.str.511 .asciz "Would you like to talk to it (yes=1 no=0)?" l_.str.512: ; @.str.512 .asciz "%s: Hey! How are you? This world seems pretty nic...\n" l_.str.513: ; @.str.513 .asciz "Fairy: Shut up and give me ALL you've got!!" l_.str.514: ; @.str.514 .asciz "%s: Wait wha..?\n" l_.str.515: ; @.str.515 .asciz "Fairy: I need a MONEY!(pulls out of a knife)." l_.str.516: ; @.str.516 .asciz "\nLooks like that wasn't clever choice." l_.str.517: ; @.str.517 .asciz "\t\t...YOU DIED...." l_.str.518: ; @.str.518 .asciz "Are you really going to ignore this cute fairy? Come on~ at least saying hi wouldn't hurt anybody." l_.str.519: ; @.str.519 .asciz "Talk to the fairy(yes=1 no=0)." l_.str.520: ; @.str.520 .asciz "%s: Hi,I was wonder what were you doing he...\n" l_.str.521: ; @.str.521 .asciz "Fairy: Were you trying to ignore me huh? (stabs with a knife)" l_.str.522: ; @.str.522 .asciz "Well... seems like that fairy would hurt anybody here haha." l_.str.523: ; @.str.523 .asciz "\t\t...You DIED..." l_.str.524: ; @.str.524 .asciz "You have safely ranway from that cold blood fairy." l_.str.525: ; @.str.525 .asciz "Now you are at Village. Please select the places to go." l_.str.526: ; @.str.526 .asciz "1.Mining Mountain 2.Shop 3.Casino Dungeon 4.Status 5. Go back to the fairy" l_.str.527: ; @.str.527 .asciz "\nNow you are at Village. Please select the places to go." l_.str.528: ; @.str.528 .asciz "another set of doors" l_.str.529: ; @.str.529 .asciz "\n1:BLUE\n2:RED" l_.str.530: ; @.str.530 .asciz "you open the blue door to find five envelopes on the floor" l_.str.531: ; @.str.531 .asciz "Choose one of the envelopes 1-5" l_.str.532: ; @.str.532 .asciz "You can never leave" l_.str.533: ; @.str.533 .asciz "If you want to see something amazing say polo" l___const.main.a: ; @__const.main.a .asciz "polo" l_.str.534: ; @.str.534 .asciz "Suddenly above a spaceship comes by and an aliwn waves ay you" l_.str.535: ; @.str.535 .asciz "Zaps you and erases your memory" l_.str.536: ; @.str.536 .asciz "Don't step in the green tile" l_.str.537: ; @.str.537 .asciz "Type yes to step or no to not step" l___const.main.b: ; @__const.main.b .asciz "yes" l___const.main.d: ; @__const.main.d .asciz "no" l_.str.538: ; @.str.538 .asciz "The tile falls below and you go down a hole" l_.str.539: ; @.str.539 .asciz "Never to be seen again" l_.str.540: ; @.str.540 .asciz "Nothing happens" l_.str.541: ; @.str.541 .asciz "Do you want to play a game?" l_.str.542: ; @.str.542 .asciz "yes or no" l___const.main.e: ; @__const.main.e .asciz "yes" l___const.main.f: ; @__const.main.f .asciz "no" l_.str.543: ; @.str.543 .asciz "The lights turn off and you are chained by your leg to the wall" l_.str.544: ; @.str.544 .asciz "The walls have spikes and they are coming closer" l_.str.545: ; @.str.545 .asciz "There is an axe next to you" l_.str.546: ; @.str.546 .asciz "Make a choice" l_.str.547: ; @.str.547 .asciz "1: cut off leg with axe\n2: do nothing" l_.str.548: ; @.str.548 .asciz "You make it to the door and escape" l_.str.549: ; @.str.549 .asciz "Your screams can be heard" l_.str.550: ; @.str.550 .asciz "Aaaa" l_.str.551: ; @.str.551 .asciz "You leave" l_.str.552: ; @.str.552 .asciz "You are going on a trip back to the begining" l_.str.553: ; @.str.553 .asciz "You have entered the doom room" l_.str.554: ; @.str.554 .asciz "Be prepared" l_.str.555: ; @.str.555 .asciz "A giant cookie come up to you" l_.str.556: ; @.str.556 .asciz "1:run\n2:talk to it" l_.str.557: ; @.str.557 .asciz "You keep running forever with the cookie following you" l_.str.558: ; @.str.558 .asciz "1:keep running\n2:Talk" l_.str.559: ; @.str.559 .asciz "The cookie asks you if you eat cookies" l_.str.560: ; @.str.560 .asciz "1:yes\n2:no" l_.str.561: ; @.str.561 .asciz "The cookie eats you" l_.str.562: ; @.str.562 .asciz "The cookie becomes your best friend" l_.str.563: ; @.str.563 .asciz "saidLast.txt" l_.str.564: ; @.str.564 .asciz "There were 28 doors before this, and you actually chose this one? Well alright then." l_.str.565: ; @.str.565 .asciz "Four portals right next to each other. A voice tells you to enter one." l_.str.566: ; @.str.566 .asciz "The first portal is blue, second is red, third is yellow, fourth is black." l_.str.567: ; @.str.567 .asciz "1 = First Portal | 2nd = Second Portal | 3rd = Third Portal | 4th = Fourth Portal" l_.str.568: ; @.str.568 .asciz "Seriously?! That wasn't any of the options!" l_.str.569: ; @.str.569 .asciz "Since you cannot follow the directions, you have died." l_.str.570: ; @.str.570 .asciz "GAME OVER." l_.str.571: ; @.str.571 .asciz "You have entered portal number 1. A man walks up to you and says: " l_.str.572: ; @.str.572 .asciz "Greetings! I see you are a new arrival to this land. My job is to welcome all new visitors." l_.str.573: ; @.str.573 .asciz "You think to yourself. You've read that before somewhere. A long time ago but you're not 100% sure where you have." l_.str.574: ; @.str.574 .asciz "As the man continues talking you look around your surroundings and realize you're in Gielinor, from the MMORPG RuneScape." l_.str.575: ; @.str.575 .asciz "You interrupt the man, yelling you don't belong here and that you belong on Earth! The man continues without skipping a beat." l_.str.576: ; @.str.576 .asciz "You're not sure whether or not to just run away or hit the guy. You choose to: " l_.str.577: ; @.str.577 .asciz "1 to run away | 2 to hit the guide" l_.str.578: ; @.str.578 .asciz "You run out of the building and see a woman training people how to cut logs off trees and fish for shrimp." l_.str.579: ; @.str.579 .asciz "You deduce that you're already super freaked out and decide to go through all of tutorial island except you just ignore everyone you see." l_.str.580: ; @.str.580 .asciz "After running for how long you see the endtrance to the wizards building." l_.str.581: ; @.str.581 .asciz "When you finally reach the wizard to teleport you to the mainland he is shocked to see you." l_.str.582: ; @.str.582 .asciz "He says: You're not supposed to be here, but I'm sure you know that already. There must have been an issue somehow." l_.str.583: ; @.str.583 .asciz "I would like to send you back but unfortunately to do that you must win a contest. Not my laws, it's the God's laws." l_.str.584: ; @.str.584 .asciz "If you win you can go back, if you lose then your stay here will be inevitable. Ready to play?" l_.str.585: ; @.str.585 .asciz "I have 3 six-sided die. I roll them, and you must guess the total I rolled. You have 1 chance to get it. Let's start!" l_.str.586: ; @.str.586 .asciz "I rolled them. What total do you think I got? Remember, I can get 3 to 18. \n" l_.str.587: ; @.str.587 .asciz "You actually got the correct answer" l_.str.588: ; @.str.588 .asciz "With that, you can go home now!" l_.str.589: ; @.str.589 .asciz "After reciting some gibberish, he sends you home and you wake up on your bed." l_.str.590: ; @.str.590 .asciz "You're not sure what to think of that, but hope that if that ever happens again, you choose a different door not marked 29." l_.str.591: ; @.str.591 .asciz "Oh too bad, you're wrong." l_.str.592: ; @.str.592 .asciz "The number was actually %d \n" l_.str.593: ; @.str.593 .asciz "You instantly get teleported to Lumbridge to live out your life as a RuneScape player." l_.str.594: ; @.str.594 .asciz "You hit the guide. He replies with: " l_.str.595: ; @.str.595 .asciz "You can't do that here. And now, you have to pay. \n" l_.str.596: ; @.str.596 .asciz "Suddenly an explosion rocks your nonsensical world and you die instantly." l_.str.597: ; @.str.597 .asciz "Seriously though, why on Earth did you hit him?" l_.str.598: ; @.str.598 .asciz "Game Over." l_.str.599: ; @.str.599 .asciz "You end up in a college room, with a whiteboard and a couple markers on it." l_.str.600: ; @.str.600 .asciz "The whiteboard says: Enter some numbers for calculation. C to calculate." l_.str.601: ; @.str.601 .asciz "You think to yourself, what is this? Some sort of calculator whiteboard?" l_.str.602: ; @.str.602 .asciz "Enter how many numbers you'd like to put on: \n" l_.str.603: ; @.str.603 .asciz "Alright, the whiteboard only do a max of 20." l_.str.604: ; @.str.604 .asciz "Enter the amount: " l_.str.605: ; @.str.605 .asciz "Number order: %d " l_.str.606: ; @.str.606 .asciz "The average is: %f \n" l_.str.607: ; @.str.607 .asciz "This portal is under construction, please choose another one." l_.str.608: ; @.str.608 .asciz "You have entered portal number 4. You're suddendly teleported onto a stage with a microphone. There is no audience." l_.str.609: ; @.str.609 .asciz "You walk up to the microphone in curiosity and say: " l_.str.610: ; @.str.610 .asciz "You hear as the speakers replay your voice: " l_.str.611: ; @.str.611 .asciz "Congrats, those were your last words you've said!" l_.str.612: ; @.str.612 .asciz "You die instantly as your last words are forever recorded." l_.str.613: ; @.str.613 .asciz "Some guy screaming that he is the coolest in the universe!" l_.str.614: ; @.str.614 .asciz "You stand in shock as it is said in your precense." l_.str.615: ; @.str.615 .asciz "You contemplate your current options" l_.str.616: ; @.str.616 .asciz "Which do you choose? 1: Acknowledge that You are truly the coolest \n" l_.str.617: ; @.str.617 .asciz "2:Acknowledge he is the coolest \n" l_.str.618: ; @.str.618 .asciz "Your claim has been ignored.\n" l_.str.619: ; @.str.619 .asciz "You challenge him to a cool contest. \n" l_.str.620: ; @.str.620 .asciz "Your claim has been taken as sarcasim. \n" l_.str.621: ; @.str.621 .asciz "He challenges you to a cool contest. \n" l_.str.622: ; @.str.622 .asciz "You can't think thay fast\n" l_.str.623: ; @.str.623 .asciz "The contest consist of 4 games. The games will be played a total of 9 times. After the tenth round the person with the higher score will be declared the winner." l_.str.624: ; @.str.624 .asciz "current score: P1: P2: " l_.str.625: ; @.str.625 .asciz "Game one is rock, paper, scissors" l_.str.626: ; @.str.626 .asciz "Which do you choose? 0- and 5+ will pick a game from random.\n" l_.str.627: ; @.str.627 .asciz "Rules for rock paper scissors: " l_.str.628: ; @.str.628 .asciz "You and your opponent will pick either rock paper or scissors." l_.str.629: ; @.str.629 .asciz "Rock is #1! It can beat scissors but loses to paper. " l_.str.630: ; @.str.630 .asciz "Paper is #2! It can beat rock but loses to scissors. " l_.str.631: ; @.str.631 .asciz "Scissors are #3! It can beat paper but loses to rock." l_.str.632: ; @.str.632 .asciz "Which do you choose? Keep in mind anything number not listed will count as cheating!." l_.str.633: ; @.str.633 .asciz "paper beats rock!" l_.str.634: ; @.str.634 .asciz "Rock beats scissor!" l_.str.635: ; @.str.635 .asciz "Paper beats rock!" l_.str.636: ; @.str.636 .asciz "Scissor beats paper!" l_.str.637: ; @.str.637 .asciz "rock beats scissors!" l_.str.638: ; @.str.638 .asciz "cheating isn't cool" l_.str.639: ; @.str.639 .asciz "Play again? Enter 99 to quit\n" l_.str.640: ; @.str.640 .asciz "Casino.txt" l_.str.641: ; @.str.641 .asciz "Would you like to read the rules? (1: yes | 2: no) " l_.str.642: ; @.str.642 .asciz "\n- - - - - - -\n" l_.str.643: ; @.str.643 .asciz "\nRound %d, Dice size is %d to %d" l_.str.644: ; @.str.644 .asciz "\n\nYour Turn:" l_.str.645: ; @.str.645 .asciz "Would you like to roll your three dice? (1: yes | 2: no) " l_.str.646: ; @.str.646 .asciz "Average of your rolls: %.1lf\n" l_.str.647: ; @.str.647 .asciz "Your current score: %.1lf" l_.str.648: ; @.str.648 .asciz "\nYou lost. %.1lf is larger than %d..." l_.str.649: ; @.str.649 .asciz "\n\nPlayer 2 Turn:" l_.str.650: ; @.str.650 .asciz "Player 2 chose not to roll anymore." l_.str.651: ; @.str.651 .asciz "Player 2 rolls average: %.1lf\n" l_.str.652: ; @.str.652 .asciz "Player 2 score: %.1lf" l_.str.653: ; @.str.653 .asciz "\nPlayer 2 is out. %.1lf is larger than %d..." l_.str.654: ; @.str.654 .asciz "\n\nPlayer 3 Turn:" l_.str.655: ; @.str.655 .asciz "Player 3 is choosing not to roll anymore." l_.str.656: ; @.str.656 .asciz "Player 3 average rolls is %.1lf\n" l_.str.657: ; @.str.657 .asciz "Player 3 score: %.1lf" l_.str.658: ; @.str.658 .asciz "\nPlayer 3 is out. %.1lf is larger than %d..." l_.str.659: ; @.str.659 .asciz "\n\nUser score: %.1lf\n" l_.str.660: ; @.str.660 .asciz "Player 2 score: %.1lf\n" l_.str.661: ; @.str.661 .asciz "Player 3 score: %.1lf\n" .section __TEXT,__const l___const.main.nameToReplace: ; @__const.main.nameToReplace .asciz "CTO OF HOT POCKETS\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.662: ; @.str.662 .asciz "\nEveryone lost..." l_.str.663: ; @.str.663 .asciz "%s lost with everyone\n" l_.str.664: ; @.str.664 .asciz "\nYou won!" l_.str.665: ; @.str.665 .asciz "%s beat player 1 and 2\n" l_.str.666: ; @.str.666 .asciz "\nPlayer 2 won!" l_.str.667: ; @.str.667 .asciz "%s lost to player 2\n" l_.str.668: ; @.str.668 .asciz "\nPlayer 3 won!" l_.str.669: ; @.str.669 .asciz "%s lost to player 3\n" l_.str.670: ; @.str.670 .asciz "\nGood game. Would you like to see the records of previous games? (1: yes | 2: no) " l_.str.671: ; @.str.671 .asciz "\nRemember to enter 99 to exit!" l_.str.672: ; @.str.672 .asciz "You are safe from the water, but strange random strings start to attack. What do you do?" l_.str.673: ; @.str.673 .asciz "1. Smack the string in the leftmost bit" l_.str.674: ; @.str.674 .asciz "2. Kick the string in the rightmost bit" l_.str.675: ; @.str.675 .asciz "99. Exit Room" l_.str.676: ; @.str.676 .asciz "String %s approaches you and you smack it!\n" l_.str.677: ; @.str.677 .asciz "The string is confused and altered to %s \n" l_.str.678: ; @.str.678 .asciz "You can't do that." l_.str.679: ; @.str.679 .asciz "You have selected an incorrect choice Please choose again.\n" l_.str.680: ; @.str.680 .asciz "You have selected to fight Godzilla.\n" l_.str.681: ; @.str.681 .asciz "Godzilla's signature weapon is his distinctive atomic breath. Godzilla's dorsal spines glow ominously, and then he lets loose with a concentrated blast of radiation from his mouth\n" l_.str.682: ; @.str.682 .asciz "In addition to his deadly atomic breath, Godzilla can also emit atomic energy in all directions from every inch of his body in a short-range pulse called the nuclear pulse\n" l_.str.683: ; @.str.683 .asciz "Godzilla displays an uncanny ability to resist injury. Not even the pressure and cold of deep sea trenches can kill him.\n" l_.str.684: ; @.str.684 .asciz "Godzilla is vulnerable to electricity\n" l_.str.685: ; @.str.685 .asciz "Godzilla" l_.str.686: ; @.str.686 .asciz "You have selected to fight King Ghidorah\n" l_.str.687: ; @.str.687 .asciz "When Ghidorah becomes the alpha, he lets out an extremely loud and powerful call that could be heard by the other Titans all around the world\n" l_.str.688: ; @.str.688 .asciz "Ghidorah has an electro-receptor molecular biology, and his skin is covered with traces of gold that acts as a conductor that carries bioelectrical currents throughout his body.\n" l_.str.689: ; @.str.689 .asciz "Ghidorah can drain energy and electricity directly into himself by biting down on power sources.\n" l_.str.690: ; @.str.690 .asciz "King Ghidorah" l_.str.691: ; @.str.691 .asciz "You have selected to fight King Kong\n" l_.str.692: ; @.str.692 .asciz "Kong is also remarkably intelligent. He makes use of environmental objects like trees or rocks when fighting, and even when overwhelmed by more powerful or more numerous opponents he can think on his feet and find a way to win.\n" l_.str.693: ; @.str.693 .asciz "Kong also demonstrates durability when he is able to continue fighting against airplanes and even destroy some of them after being riddled with bullets.\n" l_.str.694: ; @.str.694 .asciz "King Kong" l_.str.695: ; @.str.695 .asciz "Good Luck Hero. The fate of earth depends on you.\n" l_.str.696: ; @.str.696 .asciz "For hitting the target you have to guess a number between 1 and 30 inclusive\n" l_.str.697: ; @.str.697 .asciz "You will have 10 chances to guess it\n" l_.str.698: ; @.str.698 .asciz "Sorry :( You guess is incorrect. But don't worry as you have a second round too.\n" l_.str.699: ; @.str.699 .asciz "Congrats :) You guess is correct, now you need to win the second round as well.\n" l_.str.700: ; @.str.700 .asciz "Now the plasma beam is fully charged up. Type fire\n" l_.str.701: ; @.str.701 .asciz "fire" l_.str.702: ; @.str.702 .asciz "Type fire to fire the plasma beam\n" l_.str.703: ; @.str.703 .asciz "%s has suffered a fatal blow from plasma beam\n" l_.str.704: ; @.str.704 .asciz "A list of numbers would be displayed on the screen and you have to write the average of all numbers.\n" l_.str.705: ; @.str.705 .asciz "Congrats you were able to fire two plasma beams on %s\n" l_.str.706: ; @.str.706 .asciz "%s is now down and you have earned the respect of rest of two monsters\n" l_.str.707: ; @.str.707 .asciz "You were able to fire only one plasma beams on %s\n" l_.str.708: ; @.str.708 .asciz "Its a draw and you haven't earned any respect from the monsters\n" l_.str.709: ; @.str.709 .asciz "You weren't able to fire any plasma beams on %s\n" l_.str.710: ; @.str.710 .asciz "You have run away and monsters have emerged victorious\n" l_.str.711: ; @.str.711 .asciz "Enter 99 to exit this room or enter any other number to repeat this room\n" l_.str.712: ; @.str.712 .asciz "You have opened the door to school education \n Select an option below \n 1. Calculate your GPA \n 2. Take a chance at rolling an 11 sided dices and get random number generations \n 3. Create an output file with the data you are entering \n 4. Enter a string to determine if you have entered lower cases \n 5 - To Quit\nOption #: " l_.str.713: ; @.str.713 .asciz "This section will allow you to calculate your GPA!!\n" l_.str.714: ; @.str.714 .asciz "Congratulations you have passed the course and you don't have to repeat!\n" l_.str.715: ; @.str.715 .asciz "Unfortunately you will have to repeat this course!!\n" l_.str.716: ; @.str.716 .asciz "Eflores.txt" l_.str.717: ; @.str.717 .asciz "In this section you will be asked to enter an account number,\nname under the account, and the balance for the account \n" l_.str.718: ; @.str.718 .asciz "What is the account number? \n" l_.str.719: ; @.str.719 .asciz "What is the account name? \n" l_.str.720: ; @.str.720 .asciz "What is the account balance? \n" l_.str.721: ; @.str.721 .asciz "%lf" l_.str.722: ; @.str.722 .asciz "%d %s %.2lf \n" l_.str.723: ; @.str.723 .asciz "Awesome you have some money in the bank!\n" l_.str.724: ; @.str.724 .asciz "You have no debts!\n" l_.str.725: ; @.str.725 .asciz "You are so BROKE!! " l_.str.726: ; @.str.726 .asciz "\n Hit -1 to quit or 1 to continue. " l_.str.727: ; @.str.727 .asciz "This section you will need to enter a string to \ndetermine is the letter is a lower case letter.\nPlease a string no longer than 19 characters.\n" l_.str.728: ; @.str.728 .asciz "Option #: " l_.str.729: ; @.str.729 .asciz "You open the door and close it behind you." l_.str.730: ; @.str.730 .asciz "After you overcome the panic from almost drowning, you look around and You find yourself in a cave, the air is damp and you smell mold." l_.str.731: ; @.str.731 .asciz "You notice a skeleton at your feet with it's right hand clenched around something. The cave ahead leads to a tunnel and you see a door to your right." l_.str.732: ; @.str.732 .asciz "At this point you have 3 choices:" l_.str.733: ; @.str.733 .asciz "1. Examine the skeleton." l_.str.734: ; @.str.734 .asciz "2. Proceed further ahead in the cave." l_.str.735: ; @.str.735 .asciz "3. Enter the door to your right." l_.str.736: ; @.str.736 .asciz "You reach down and pry open the skeleton's hand, a finger breaks loose and you place it in your pocket. Once you pry the opject free you look at it closely in the light and see it is a live grenade and the pin springs free. You drop the grenade and dash through the cave. You can hear the grenade explode, collapsing the tunnel behind you." l_.str.737: ; @.str.737 .asciz "To be continued..." l_.str.738: ; @.str.738 .asciz "You find yourself further ahead in the cave." l_.str.739: ; @.str.739 .asciz "To be continued...." l_.str.740: ; @.str.740 .asciz "You enter the and close the door behind you." l_.str.741: ; @.str.741 .asciz "You hear an loud voice \" %s why do you disturb me? \" \n" l_.str.742: ; @.str.742 .asciz "wrong choice" l_.str.743: ; @.str.743 .asciz "The number is even you win!!" l_.str.744: ; @.str.744 .asciz "You find yourself on the outskirts of an unknown city." l_.str.745: ; @.str.745 .asciz "You look back and there is a barrier that prevents anyone from leaving or entering this place" l_.str.746: ; @.str.746 .asciz "Having no other choice, you begin to enter the city, and from a distance, you see a huge tower at the center of this city." l_.str.747: ; @.str.747 .asciz "As you walk towards this tower, the city seems to be getting brighter with lights. You begin to see the residents of this city playing games against each other." l_.str.748: ; @.str.748 .asciz "Seeing people around, you begin to ask people, 'Where is this place?'" l_.str.749: ; @.str.749 .asciz "You ask many people, yet no one knows" l_.str.750: ; @.str.750 .asciz "Everyone seems to have the same experience, they opened a door, and you found yourself at the outskirts of this city, no way out." l_.str.751: ; @.str.751 .asciz "Yet everyone explains that playing games is the most important thing in this city." l_.str.752: ; @.str.752 .asciz "Not knowing what to do, you begin to wander around, and then find yourself in front of something familiar, a SunBucks." l_.str.753: ; @.str.753 .asciz "You enter and notice a person with pointy ears sitting near the corner of the store." l_.str.754: ; @.str.754 .asciz "You give in into your curiosity and decide to sit next to this person." l_.str.755: ; @.str.755 .asciz "As you are sit next to this person, she says: 'What do you want?'" l_.str.756: ; @.str.756 .asciz "You say, 'I was just curious, never seen a person with pointy ears'" l_.str.757: ; @.str.757 .asciz "She says, 'Are you new here'" l_.str.758: ; @.str.758 .asciz "You say, 'yes, just got here couple of hours ago'" l_.str.759: ; @.str.759 .asciz "She says, 'Ah ok, I am an elf that has lived in this city for many years. My name is Lia.'" l_.str.760: ; @.str.760 .asciz "roll = %d\n" l_.str.761: ; @.str.761 .asciz "\nNumber of Vowels in your name: %d \n" l_.str.762: ; @.str.762 .asciz " [you] / 1 / 2 / 3 /" l_.str.763: ; @.str.763 .asciz "hole #%d, has %d bag(s) in it\n" l_.str.764: ; @.str.764 .asciz "\n~Welcome %s to this minigame~\n\n" l_.str.765: ; @.str.765 .asciz "MAKE SURE THE TERMINAL IS IN FULL SCREEN WHEN RUNNING CASE 15\n" l_.str.766: ; @.str.766 .asciz "You chose the yellow path, as you walk you see a hop scotch drawn on the floor\n" l_.str.767: ; @.str.767 .asciz " ______ " l_.str.768: ; @.str.768 .asciz " | 1 | " l_.str.769: ; @.str.769 .asciz " _____|______|_____ " l_.str.770: ; @.str.770 .asciz "| 2 | 3 | 4 |" l_.str.771: ; @.str.771 .asciz "|_____|______|_____|" l_.str.772: ; @.str.772 .asciz " | 5 | " l_.str.773: ; @.str.773 .asciz "| 6 | 7 | 8 |" l_.str.774: ; @.str.774 .asciz " | 9 | " l_.str.775: ; @.str.775 .asciz " |______| " l_.str.776: ; @.str.776 .asciz " | 10 | " l_.str.777: ; @.str.777 .asciz " |______| \n" l_.str.778: ; @.str.778 .asciz "do you want to play with it?\ny or n\n" l_.str.779: ; @.str.779 .asciz " %s" l_.str.780: ; @.str.780 .asciz "y" l_.str.781: ; @.str.781 .asciz "You stand infront of the first box, and you find a 6 sided die,\nnext to the die theres a note that says to roll the die in order to jump.\nDo you want to roll? (y or n)\n" l_.str.782: ; @.str.782 .asciz "You got %d from the die, it wasnt enough to go to the other side, re-roll.\n" l_.str.783: ; @.str.783 .asciz "You got %d, you can pass\n" l_.str.784: ; @.str.784 .asciz "ok, bye\n" l_.str.785: ; @.str.785 .asciz "\nYou ran out of attempts, good bye\n" l_.str.786: ; @.str.786 .asciz "n" .section __TEXT,__const l___const.monikacase1.filesponge: ; @__const.monikacase1.filesponge .asciz "sponge.txt\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.787: ; @.str.787 .asciz "Wrong file name, retry \n" l_.str.788: ; @.str.788 .asciz "I dOnT wAnT tO pResS yEs\n" l_.str.789: ; @.str.789 .asciz "\nbye\n" l_.str.790: ; @.str.790 .asciz "monikaoutput.txt" l_.str.791: ; @.str.791 .asciz "Deciphered.txt" l_.str.792: ; @.str.792 .asciz "Youve chosen the red road, and you see a blue tunnel. You enter and you\nsee a wall with a code pad on it, its asking if you\nwant to see the prompt to move forward. Do you say yes or no? (y or n)\n" l_.str.793: ; @.str.793 .asciz "\nDecipher the following text: \nOnce you have an answer, input it below\n" l_.str.794: ; @.str.794 .asciz "\n71 97 114 114 101 116 116 66 108 117 80 111 112 112 101\n" l_.str.795: ; @.str.795 .asciz "Need a hint? Ask the key\n" l_.str.796: ; @.str.796 .asciz "\nPIN UNLOCKED\n" l_.str.797: ; @.str.797 .asciz "You can see your previous attempts in the monikaoutput.txt file" l_.str.798: ; @.str.798 .asciz "\nYour sight is filled with darkness and the glistening of the water as it shines from the light behind you." l_.str.799: ; @.str.799 .asciz "You begin to move forward and get into the water but it feels weird. You think maybe its because its cold so you just dismiss it." l_.str.800: ; @.str.800 .asciz "You continue but you begin to feel a burning sensation on your body and you begin panicking,\n'what's in this water'" l_.str.801: ; @.str.801 .asciz "As you look for something to grab to get out of the water\nyour eyes lock on to a warning label on the side of the river, reading: 'WARNING: SULFURIC ACID REMAINS IN THE WATER\nIF IN CONTACT, PERISHABLE'\n" l_.str.802: ; @.str.802 .asciz "YOU DIED\n" l_.str.803: ; @.str.803 .asciz "Failed Attempt: %s\n" l_.str.804: ; @.str.804 .asciz "\n" l_.str.805: ; @.str.805 .asciz "You said no\n" l_.str.806: ; @.str.806 .asciz "You tried going back to the entrance and fell through a dirt hole and died, press f to pay respects\n" l_.str.807: ; @.str.807 .asciz "f" l_.str.808: ; @.str.808 .asciz "fine then, dont pay respects\n" l_.str.809: ; @.str.809 .asciz "Do you want to continue green path? (y or n)\n" .section __TEXT,__const l___const.monikacase3.filenothing: ; @__const.monikacase3.filenothing .asciz "nothing.txt\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.810: ; @.str.810 .asciz "\nyoure welcome\n" l_.str.811: ; @.str.811 .asciz "Fine since you dont want to go the path you can play this boring calculator game\nInsert five numbers you want to add and find the sum of\n" l_.str.812: ; @.str.812 .asciz "Things inputted are: \n" l_.str.813: ; @.str.813 .asciz " %d\n" l_.str.814: ; @.str.814 .asciz " + %d \n---------\n" l_.str.815: ; @.str.815 .asciz "sum : %d\n" l_.str.816: ; @.str.816 .asciz "Average: %.1lf\n" l_.str.817: ; @.str.817 .asciz "randomStrings.txt" l_.str.818: ; @.str.818 .asciz "File could not be opened." l_.str.819: ; @.str.819 .asciz "COMMANDS:\n look, use\n locations, inv, help, exit\n\nType 'look' or 'use' followed by the OBJECT you want to interact with (objects with CAPITAL letters can be interacted with)\nExample: use KEY, look TABLE\n\nType 'help' to view a list of commands.\nType 'locations' to view the places you can go\nType 'inv' to see your inventory\nYou can also type 'use' to put some items in your inventory." l_.str.820: ; @.str.820 .asciz "\nType 'exit' to leave the parser" l_.str.821: ; @.str.821 .asciz "You have the following items in your inventory: \n" l_.str.822: ; @.str.822 .asciz "Tomato\n" l_.str.823: ; @.str.823 .asciz "Onions\n" l_.str.824: ; @.str.824 .asciz "Meat\n" l_.str.825: ; @.str.825 .asciz "Beans\n" l_.str.826: ; @.str.826 .asciz "Spices\n" l_.str.827: ; @.str.827 .asciz "Tortillas\n" l_.str.828: ; @.str.828 .asciz "Beer\n" l_.str.829: ; @.str.829 .asciz "Can Opener" l_.str.830: ; @.str.830 .asciz "You can go to the following locations: \n" l_.str.831: ; @.str.831 .asciz "%s\n" l_.str.832: ; @.str.832 .asciz "(Press 0 and Enter to continue)" l_.str.833: ; @.str.833 .space 1 l_.str.834: ; @.str.834 .asciz "\n------> " .comm _uInput,20,0 ; @uInput l_.str.835: ; @.str.835 .asciz " \n" l_.str.836: ; @.str.836 .asciz "exit" l_.str.837: ; @.str.837 .asciz "exit1" l_.str.838: ; @.str.838 .asciz "A flash of light cuts across your vision - shielding your eyes with your arm, you squint against the brightness until your eyes adjust.\n\nThe power is back on! Now, you can take a clearer look at your surroundings.\n" l_.str.839: ; @.str.839 .asciz "Not only have more locations opened up to you, but you're now able to add ingredients to your inventory with the 'use' command!\n\nReference 'recipe.txt' in your files, using the clues you collect, to find 5 ingredients." l_.str.840: ; @.str.840 .asciz "help" l_.str.841: ; @.str.841 .asciz "locations" l_.str.842: ; @.str.842 .asciz "inv" l_.str.843: ; @.str.843 .asciz "The user only has 'updog' in their inventory.\n" l_.str.844: ; @.str.844 .asciz "look" l_.str.845: ; @.str.845 .asciz "STOVE" l_.str.846: ; @.str.846 .asciz "\nThe oven light is blinking 00:00 in red letters against the darkness, suggesting that the power went out recently, the appliance is broken, or both." l_.str.847: ; @.str.847 .asciz "FRIDGE" l_.str.848: ; @.str.848 .asciz "\nThe fridge's stainless steel surface is littered with post it notes. You pick one up and angle your cell phone to read it." l_.str.849: ; @.str.849 .asciz "\n'If one more person eats my leftovers without permission, I will *commit a felony*. I mean it!!!!!'" l_.str.850: ; @.str.850 .asciz "\nFrowning, you turn it over to discover there's more written on the back." l_.str.851: ; @.str.851 .asciz "\n'Actually, you know what? Eat them. Go on. I dare you. Eat all of it. I hope you choke on it and die in agony right here on my kitchen floor. You should have never been born!! - J'" l_.str.852: ; @.str.852 .asciz "\nYou find yourself wondering who the hell this 'J' is, and what made them upset enough to cover their refridgerator with passive aggressive post-its." l_.str.853: ; @.str.853 .asciz "BEER" l_.str.854: ; @.str.854 .asciz "beer" l_.str.855: ; @.str.855 .asciz "There's a post-it note curving around the can. You turn the can to read the note: \n\n'Good luck getting this Natty Lite open - I found it in the basement and I'm pretty sure it's been in there since the 90's. Why would you want to drink this anyway? You might as well drink your own piss. -J" l_.str.856: ; @.str.856 .asciz "LEFTOVERS" l_.str.857: ; @.str.857 .asciz "leftovers" l_.str.858: ; @.str.858 .asciz "A post-it note sitting on the top reads : 'J's Leftovers - Please, help yourself.' You wonder why this person bothered to personally label their leftovers only to follow up with 'help yourself'..." l_.str.859: ; @.str.859 .asciz "SAUCE" l_.str.860: ; @.str.860 .asciz "sauce" l_.str.861: ; @.str.861 .asciz "Picking up the bottle and turning it in your hand, you notice it's nearly empty; a post-it note on the side hangs by a corner. It reads: 'Stop hitting the sauce'. You turn it over to read: 'Get it?? Because booze is also called 'sauce' but it's also bbq sauce! heh...'-J\n\nAnother post-it note tacked onto the end says: 'Jim, did you seriously just write 'heh' on a post it note? Explaining your own joke?! *Stop* wasting my office supplies!! - H.'\n\nYou find some irony in the fact that 'H' decided to reply with an equally pointless post-it note." l_.str.862: ; @.str.862 .asciz "FREEZER" l_.str.863: ; @.str.863 .asciz "\nThe freezer's stainless steel surface is littered with post it notes. You pick one up and angle your cell phone to read it." l_.str.864: ; @.str.864 .asciz "\n'Jim, I swear to God, if you move the eggs again to put more post-it notes inside, I will buy the dollar store brand of BBQ sauce from now on. Do not try me, young man. - H'" l_.str.865: ; @.str.865 .asciz "\nAnother post-it note is attached to the end of this one. It reads: " l_.str.866: ; @.str.866 .asciz "\n'I do not fear death or dry chicken nuggets, woman! I will *not* be manipulated by the sauce! \nI have an emergency stash of Sweet Baby Rays for just this occasion, anyway. -J'" l_.str.867: ; @.str.867 .asciz "\nYou are baffled by just how much writing can fit on a post-it note. Your eyes are starting to hurt from squinting at all the tiny writing.\n" l_.str.868: ; @.str.868 .asciz "DOOR" l_.str.869: ; @.str.869 .asciz "door" l_.str.870: ; @.str.870 .asciz "The door is tightly sealed behind you. In order to open it, you're going to need something to eat first." l_.str.871: ; @.str.871 .asciz "NOTE#1" l_.str.872: ; @.str.872 .asciz "note#1" l_.str.873: ; @.str.873 .asciz "note1" l_.str.874: ; @.str.874 .asciz "NOTE1" l_.str.875: ; @.str.875 .asciz "You pluck the freezer NOTE from its spot and hold it gingerly between your thumb and forefinger; it must have been here for some time, because it's quite cold. It reads:\n\n'TOMATO - MICROWAVE'\n\nYou're not sure what that means at all, but you place the note in your pocket anyway." l_.str.876: ; @.str.876 .asciz "**RECIPE HAS BEEN UPDATED**" l_.str.877: ; @.str.877 .asciz "TOMATO : MICROWAVE @" l_.str.878: ; @.str.878 .asciz "NOTE#TWO" l_.str.879: ; @.str.879 .asciz "note#two" l_.str.880: ; @.str.880 .asciz "note # two" l_.str.881: ; @.str.881 .asciz "NOTE # TWO" l_.str.882: ; @.str.882 .asciz "Doing your best not to get more sauce underneath your nails, you unfold the saucy note and find it reads: \n\nBEANS - SINK\n\nNot wanting to ruin your pants pocket, you throw the gross note into the nearby trash can, glad to be done away with it." l_.str.883: ; @.str.883 .asciz "BEANS : SINK @" l_.str.884: ; @.str.884 .asciz "NOTE3" l_.str.885: ; @.str.885 .asciz "note3" l_.str.886: ; @.str.886 .asciz "Grabbing for the note, you accidentally kick up a little dust; coughing, you wave a hand in front of your face. You brush off the note and read: \n\nONION - CABINETS\n\nYou're not excited to prep onions for a meal, but you're also hungry enough not to care at this point, and press on." l_.str.887: ; @.str.887 .asciz "ONION : CABINET @" l_.str.888: ; @.str.888 .asciz "use" l_.str.889: ; @.str.889 .asciz "\nYou turn a burner knob tentatively, but hear a 'click click click' of a burner failing to light. You smell a faint tinge of gas. Crouching on your heels and sweeping your cell phone light, you can't find anything else wrong with the oven. Looks like you might need matches to get a burner working.\n\nNOTE3, covered in a fine layer of dust and a few hairs, catches the light." l_.str.890: ; @.str.890 .asciz "\nYou pull gently on the fridge handle, and are greeted with its soft inner glow and a faint whiff of eggs and...old onions?? Ugh." l_.str.891: ; @.str.891 .asciz "\nYou spot a container of LEFTOVERS, a bottle of bbq SAUCE, and a can of BEER. There are post-it notes on each." l_.str.892: ; @.str.892 .asciz "You go to pull the metal tab of the BEER to find that it's been removed. Undeterred, you press your thumb into the aluminum divot instead, willing to go the extra mile for the bastion of alcohol.\n\nUnfortunately, the aluminum won't budge. Leveraging the can against your leg, you push in with your thumb with all the force you can muster, but it doesn't yeild.\n\nDefeated, your thumb smarting, you shove the can back into the fridge. You'll have to find a tool later to try to open it." l_.str.893: ; @.str.893 .asciz "Holding the container still with one hand, you hook your fingers on the lip of the tupperware and pull eagerly. The lid pries open easily to reveal the contents inside.\n\nWhatever is inside is concealed by a piece of paper towel. Lifting it to get a better look, you find it's suprisingly heavy, and you struggle to steady it. Peeling away the paper towel layer and poking the contents underneath, you find that you're looking at a brick.\n\nThat's...that's definitely a *brick* in a tupperware container.\n\nYou're now absolutely convinced this 'J' person is a definitely psycho for putting a brick in the fridge to bait anyone taking their leftovers. Who does that!?" l_.str.894: ; @.str.894 .asciz "You pick up the bottle of bbq SAUCE. You've decided to 'use' it, but what does that mean exactly? Are you just gonna squeeze this thing? Right here??\n\nNot one to question your own motives, you twist off the cap, aim the bottle at the floor, and squeeze with reckless abandon.\n\nYour chaotic choice is rewarded, however, when something not-liquid slips out of the bottle partway, coated in a thick layer of sauce. Undaunted, and with a few more squeezes, you manage to get it out and into the palm of your hand.\n\nYou're now covered in the scent of Sweet Baby Ray's bbq SAUCE, but don't seem to mind as you prod at the item in your hand, letters beneath the smudge of sauce reading NOTE#TWO. (To read it, type 'use note#two') " l_.str.895: ; @.str.895 .asciz "\nThe user pulls swiftly against the hermetic seal of the freezer, and is met with a small puff of chilled air." l_.str.896: ; @.str.896 .asciz "\n...followed closely by a much stronger, more decidedly *pungent* whiff of egg." l_.str.897: ; @.str.897 .asciz "\nBlinking rapidly to ensure they aren't seeing things, the user realizes the entire fridge is full of decorated frozen easter eggs. A small post-it note on eye-level with the user reads: 'Little Jimmy's Easter Eggs, 1987. Do ***not*** throw away!!!'" l_.str.898: ; @.str.898 .asciz "\nHorrified, the user sincerely wishes they had found a dead body instead." l_.str.899: ; @.str.899 .asciz "\nThere is an additional post it labelled NOTE#1 wedged in between the freezer wall and the awful, awful Egg Pile." l_.str.900: ; @.str.900 .asciz "updog" l_.str.901: ; @.str.901 .asciz "\nNothin, what's up with you, dude?\n" l_.str.902: ; @.str.902 .asciz " ( \315\241\302\260 \315\234\312\226 \315\241\302\260) " l_.str.903: ; @.str.903 .asciz "\nI have no idea how to %s, but knock yourself out.\n" l_.str.904: ; @.str.904 .asciz "------------------------------------------------------------------------" l_.str.905: ; @.str.905 .asciz "\nYou've found 3 notes! Check recipe.txt to see if you have 3 entries." l_.str.906: ; @.str.906 .asciz "If you don't, something probably went wrong. But don't worry : it's a feature, not a bug." l_.str.907: ; @.str.907 .asciz "\nYou'll be able to solve the next set of puzzles if you've found 3 notes so far." l_.str.908: ; @.str.908 .asciz "If you'd like to advance, type 'exit1'. If not, feel free to continue using this parser until you find all three." l_.str.909: ; @.str.909 .asciz "(empty)" l_.str.910: ; @.str.910 .asciz "CABINETS" l_.str.911: ; @.str.911 .asciz "Sweet jesus, finally - finally!. The place were snacks are kept! You're absolutely convinced there's something edible in there, but knowing these two knobs J and H, there's also a high possibility you'll find something bizarre and unpleasant, too.\n\n" l_.str.912: ; @.str.912 .asciz "SINK" l_.str.913: ; @.str.913 .asciz "A post-it hanging off the lip of the sink catches your eye - the letters are big enough to read from afar:\n\nTAKEOUT TRASH\n\nYou step a bit closer to read the post-it note attached below it: 'Helen, for christ's sake, We are out of trash bags, and I'm not going near the neighbor's fence again! You know their goat *hates* me!! -J\n\nYou wonder who's weirder : the 2 post-it goofs living in this house, or the neighbor who has an (allegedly) rabid goat." l_.str.914: ; @.str.914 .asciz "Perhaps the burners will work, now that the lights are on?" l_.str.915: ; @.str.915 .asciz "\nYou look longingly at the fridge. The distance...it's...still too much. You must get closer...\n\nYou press your cheek against the fridge, straining to wrap your arms around as far as they can reach.\n\nThe fridge does not hug you back, but you somehow feel a brief reprieve from your loneliness, nonetheless." l_.str.916: ; @.str.916 .asciz "\nYou look over the freezer. You think of a few cold-related puns, but you quickly banish them from your mind. Puns are the lowest form of comedy, of course, and you'd be a shameless wreck before you'd ever entertain one, even in your head.\n\n\n...If thought to yourself just now, 'Now, that's just cold...', you, in fact, did not. You didn't think anything at all. You don't think. Your head is empty.\n\nGo shove your idiot head full of idiot puns in the freezer for idiots." l_.str.917: ; @.str.917 .asciz "MICROWAVE" l_.str.918: ; @.str.918 .asciz "The microwave has seen better days, but anything that will heat up food for you right now is an appliance from heaven as far as you're concerned." l_.str.919: ; @.str.919 .asciz "noteFORE" l_.str.920: ; @.str.920 .asciz "notefore" l_.str.921: ; @.str.921 .asciz "The note is soaked with water, suds, and bits of mushy food, but miraculously, the blurred writing is still somewhat legible.\nIt reads:\n\n'SPICES - STOVE'\n\nYou drop the drenched post-it into the sink disposal, and run it for good measure. You wash your hands several times, but the icky feeling lingers, and you're not sure it'll go away anytime soon.\n\n" l_.str.922: ; @.str.922 .asciz "SPICES - STOVE @" l_.str.923: ; @.str.923 .asciz "n5" l_.str.924: ; @.str.924 .asciz "N5" l_.str.925: ; @.str.925 .asciz "The note reads:\n\n'MEAT - FREEZER'\n\nYou came up empty in the cupboards, but at least you gained another portion of this recipe." l_.str.926: ; @.str.926 .asciz "MEAT - FREEZER @" l_.str.927: ; @.str.927 .asciz "Salivating, you nudge open the cupbaoard doors, praying that you find something. Your body slowly deflates from hope to quiet despair when you're met with the rustiest CANOPENER you've ever seen, and - of course - a post it note.\n\nSighing loudly, you pluck it to read the contents : 'In case of BeerMergencies'\n\nYou're not sure you know what a BeerMergency is, but if it's anything like your current crisis, you're probably pretty close to one right now.\n\nExpecting something snarky, you prod at the post-it note to see that it's actually another portion of the recipe, N5." l_.str.928: ; @.str.928 .asciz "Before you can even approach, you can tell by looking that the stench is going to be awful. The nauseating wave that hits you as you step closer to the sink confirms your suspicions.\n\nYou really REALLY don't want to put your hands anywhere near the filthy pile (especially if it does any favors for this 'J' idiot), but notice a sponge and some detergent on the counter. Perhaps if the DISHES were WASHED, you could at least get yourself a glass of water or something?" l_.str.929: ; @.str.929 .asciz "You try the burner knob again, but get a sad repetitive 'click click click', signaling the stove is still not working." l_.str.930: ; @.str.930 .asciz "You open the fridge to spot a lone BEER on the middle tray. You won't be able to get it open by yourself." l_.str.931: ; @.str.931 .asciz "You carefully tug on the handle of the freezer, but nothing you can do prepares you from the queasy wave of stench from the Awful Egg Pile.\n\nIt's subtle enough to stay contained in the freezer and fridge, but not so subtle that your eyes don't water every time you encounter it. Good Lord that's bad." l_.str.932: ; @.str.932 .asciz "You prod at the buttons on the microwave, but nothing happens. Angling your body to look behind it, you find that someone has snipped the cord clean in half.\nThe worst part is they just left the cord plugged into the wall, so it still *looks* like it's plugged in." l_.str.933: ; @.str.933 .asciz "NOTEFORE" l_.str.934: ; @.str.934 .asciz "The note is soaked with water, suds, and bits of mushy food, but miraculously, the blurred writing is still somewhat legible.\nIt reads:\n\n'Spices - Stove'\n\nYou drop the drenched post-it into the sink disposal, and run it for good measure. You wash your hands several times, but the icky feeling lingers, and you're not sure it'll go away anytime soon.\n\n" l_.str.935: ; @.str.935 .asciz "The note reads:\n\n'Meat - Freezer'\n\nYou came up empty in the cupboards, but at least you gained another portion of this recipe." l_.str.936: ; @.str.936 .asciz "canopener" l_.str.937: ; @.str.937 .asciz "CANOPENER" l_.str.938: ; @.str.938 .asciz "If you can't find a good use for this, it'll at least make a terrible souvenir for the time you *didn't* go on an adventure, and picked the worst door in this entire game.\n\n" l_.str.939: ; @.str.939 .asciz "***CAN OPENER - added to inventory***" l_.str.940: ; @.str.940 .asciz "\n\nNOTE: To use the can opener, type CANOPENER followed by the item you want to use it on. If nothing happens...it simply wasn't meant to be." l_.str.941: ; @.str.941 .asciz "The can opener was absolutely obliterated in your crazy attempt to skewer and shotgun a beer.\n\nIt had a good life, and died in glory." l_.str.942: ; @.str.942 .asciz "tortillas" l_.str.943: ; @.str.943 .asciz "TORTILLAS" l_.str.944: ; @.str.944 .asciz "You consider cracking open the tortillas and eating them here and now, but know that it wouldn't do the trick to cure your adventurer's appetite by itself.\n\nYou decide to put it into your inventory, and wait until you assemble the full recipe to eat it.\n\n" l_.str.945: ; @.str.945 .asciz "***TORTILLAS - added to inventory***" l_.str.946: ; @.str.946 .asciz "wash" l_.str.947: ; @.str.947 .asciz "WASH" l_.str.948: ; @.str.948 .asciz "dishes" l_.str.949: ; @.str.949 .asciz "DISHES" l_.str.950: ; @.str.950 .asciz "Rolling up your sleeves and grabbing the moist little blob of sponge from the faucet, you get to work on the mound of dishes in the sink. Hot water on blast, you squeeze a healthy dollop of dish detergent onto the dishes to start; it smells like old oranges on vacation in Florida.\n\nMinutes pass; after dealing with the pungent of whatever food was left on the plates, you sincerely wish you'd looked for gloves first.\n\nYou go to wash the last cup left in the sink when you notice there's a familiar little crumpled note in it: NOTEFORE" l_.str.951: ; @.str.951 .asciz "takeout" l_.str.952: ; @.str.952 .asciz "TAKEOUT" l_.str.953: ; @.str.953 .asciz "trash" l_.str.954: ; @.str.954 .asciz "TRASH" l_.str.955: ; @.str.955 .asciz "Out of the goodness of your heart - and, perhaps, the sensitivity of your nose - you tug on the edges of the wastebin to pull the trashbag around the stinking contents. Before you tie the top knot, however, you notice a perfectly good package of TORTILLAS sitting on top; you check the expiration date, and in a stroke of luck, they're fresh!.\n\nSetting the tortillas aside, you finish tying the trash and toss it into a corner.\n\nYou haven't quite 'taken it out', but at least you've covered up the smell for now." l_.str.956: ; @.str.956 .asciz "With all the grace and dexterity of a starving animal, you harpoon the side of the beer can with the can opener and steady the can against your mouth, as the most foul stream of alcohol you've ever tasted slams down your gullet.\n\nIt's still beer, though, so you shotgun it down expertly, determined to put the calories and buzz to good use.\n\nExhaling triumphantly, you indulge the urge to crush the can against your adventurous skull and lob it in an upwards arc towards the trash can:\n\n" l_.str.957: ; @.str.957 .asciz "The crushed can hits the wall and unceremoniously bounces off the lip of the trash can. There were no stakes and no one watching, but you feel disappointed in yourself regardless. This kills your buzz off before it could even take hold, and the shotgunned beer now sits souring in your stomach, offering no solace from your hunger.\n" l_.str.958: ; @.str.958 .asciz "As if in slow motion, the can travels in a perfect parabola into the trash can, landing gently into the pile as if being carried by angels.\n\nThere were no stakes and no one watching, but you can hear ecstatic cheers ringing through your ears.\n\nThat, or the buzz is already starting to take effect from all that shotgunned beer. Either way, you're definitely not complaining about the boost in your mood.\n\nYou get the feeling that this event has affected more than just your self-esteem." l_.str.959: ; @.str.959 .asciz "Something broke in the RNG machine \302\257|_(\343\203\204)_/\302\257 Try again?" l_.str.960: ; @.str.960 .asciz "tomato" l_.str.961: ; @.str.961 .asciz "TOMATO" l_.str.962: ; @.str.962 .asciz "Tomato was added to your inventory!" l_.str.963: ; @.str.963 .asciz "beans" l_.str.964: ; @.str.964 .asciz "BEANS" l_.str.965: ; @.str.965 .asciz "Beans were added to your inventory! They got jalapenos in em. mmmmm" l_.str.966: ; @.str.966 .asciz "onion" l_.str.967: ; @.str.967 .asciz "ONION" l_.str.968: ; @.str.968 .asciz "Onions were added to your inventory!" l_.str.969: ; @.str.969 .asciz "spices" l_.str.970: ; @.str.970 .asciz "SPICES" l_.str.971: ; @.str.971 .asciz "Spices were added to your inventory! What kind?? The best kind!! All your favorites are here!" l_.str.972: ; @.str.972 .asciz "meat" l_.str.973: ; @.str.973 .asciz "MEAT" l_.str.974: ; @.str.974 .asciz "Meat was added to your inventory - unless you're a vegetarian/vegan, then it's plant-based protein, I promise." l_.str.975: ; @.str.975 .asciz "IM" l_.str.976: ; @.str.976 .asciz "im" l_.str.977: ; @.str.977 .asciz "READY" l_.str.978: ; @.str.978 .asciz "ready" l_.str.979: ; @.str.979 .asciz "It's time. You are more than eager to eat this thing, even if the recipe admittedly doesn't look like a very good one.\n\nYou're about to enter an RNG cooking event, so here's a chance at some extra points:\n\n" l_.str.980: ; @.str.980 .asciz "QUESTION 1: What is 'J's actual name?\n" l_.str.981: ; @.str.981 .asciz "Jim" l_.str.982: ; @.str.982 .asciz "Him" l_.str.983: ; @.str.983 .asciz "CORRECT\n\nThe fact that you remembered means that you read nearly every post-it note, or you have an amazing memory. 1 point added!" l_.str.984: ; @.str.984 .asciz "INCORRECT\n\nHis name is 'Jim', but that's ok. I wouldn't want to read any more of his post-it notes than I have to, either." l_.str.985: ; @.str.985 .asciz "QUESTION 2: What is 'H's actual name?\n" l_.str.986: ; @.str.986 .asciz "HELEN" l_.str.987: ; @.str.987 .asciz "Helen" l_.str.988: ; @.str.988 .asciz "helen" l_.str.989: ; @.str.989 .asciz "CORRECT\n\nThat was on *1* post-it in the entire game! Excellent work! You're a true sleuther, aren't ya? 3 points added!" l_.str.990: ; @.str.990 .asciz "INCORRECT - This one was a toughie. Her name is 'Helen', and it was only on one post-it in the entire game. No worries." l_.str.991: ; @.str.991 .asciz "QUESTION 3: What's the FIRST NAME of the student who wrote this door's code?\n" l_.str.992: ; @.str.992 .asciz "MEREDITH" l_.str.993: ; @.str.993 .asciz "meredith" l_.str.994: ; @.str.994 .asciz "Meredith" l_.str.995: ; @.str.995 .asciz "CORRECT\n\nYou cheated and looked this up, huh? ( \315\241\302\260 \315\234\312\226 \315\241\302\260) That's ok...you won't forget my name again, right? (\342\211\226\342\200\277\342\211\226)\n\nUnless you're my significant other playtesting this game. Hey Barry. Can you take out the trash please? Thanks <3" l_.str.996: ; @.str.996 .asciz "INCORRECT - Did you mispell my name? That's alright, you won't mispell it again, will you? (\342\211\226\342\200\277\342\211\226)\n\nIt's M-E-R-E-D-I, not M-E-R-I-D-E. And my last name is a BIRD, dude! Cmon." l_.str.997: ; @.str.997 .asciz "----------------------------------------------" l_.str.998: ; @.str.998 .asciz "In a fit of Deus Ex Machina, you find some matches in your pocket. You can light the burners on the stove now!\n\nAlright, no more fooling around. Time to cook!\nThe RNG will add a number from 1-10 of your ingredients, then take the average. After that, it will add your extra credit points to your total score." l_.str.999: ; @.str.999 .asciz "You take %d tomato(s) and put them in a bowl with oil." l_.str.1000: ; @.str.1000 .asciz "Next, you dice %d onion(s), strong and tasty. You throw the mixture into a pot and boil on the stove." l_.str.1001: ; @.str.1001 .asciz "Whatever kind of meat this is, it doesn't matter - you add %d to the mixture." l_.str.1002: ; @.str.1002 .asciz "The beans have jalapeno peppers in 'em - mmmm - very necessary for this recipe. You add %d to the pot" l_.str.1003: ; @.str.1003 .asciz "Lastly, can't forget the spice!! It's the heart of the art of the cooking, after all. You add %d to the mixture and stir vigorously." l_.str.1004: ; @.str.1004 .asciz "\n\nYou warm the tortillas to a crisp on the burner next to the pot, then transfer to a clean plate you procured from the dish rack. They sound really nice when they break." l_.str.1005: ; @.str.1005 .asciz "You wish you had one, or two, or three, or four, or seven beers to wash this down with, but you're realizing now it's probably a godsend you got to shotgun 1 beer, given your circumstances." l_.str.1006: ; @.str.1006 .asciz "--------------------------------------------------------------------" l_.str.1007: ; @.str.1007 .asciz "Your RNG score : %lf\n" l_.str.1008: ; @.str.1008 .asciz "Your RNG score average : %d\n\n" l_.str.1009: ; @.str.1009 .asciz "FINAL SCORE : %d\n\n" l_.str.1010: ; @.str.1010 .asciz "You eat the chili con carne with reckless abandon, not even bothering to fish a utensil out of the clean dishes. Your appetite is quickly sated, but you keep eating, feeling a keen sense of spite replacing the space your hunger occupied.\n\nAs you scoop the remnants of the Chili Con Carne out of the pan with your hands, you feel a stomachache set in. This is not a hindrance to your adventurous spirit, however, as you're absolutely determined to pick a better door this time.\n\nYou always hated cooking anyway.\n\n\nLOST IN THE SAUCE : ENDING 1" l_.str.1011: ; @.str.1011 .asciz "You fish a spoon out of the clean dishes pile, and get to work on the Chili Con Carne fresh out of the pan. It's not exactly what you expected, but given these crazy circumstances, you'd say you ended up cooking a pretty decent meal for yourself. Your mom would be so proud.\nWell, she might not be proud that you chose a really lousy door for your adventure, but at least you can get back to it after this.\nYou avoid a stomachache, but feel as if your recipe was lacking somehow...couldn't be the spices, you definitely didn't forget those.\n\nMaybe you'll add more salt next time, you think, as you push through the door you came through with a renewed vigor and 1 less appetite." l_.str.1012: ; @.str.1012 .asciz "\n\n\nLOST IN THE SAUCE : ENDING 2" l_.str.1013: ; @.str.1013 .asciz "Your palette having been refined by this stressful experience, you take a moment to set the mood. You tuck a napkin into your shirt collar, and procure a bowl, spoon, and tablemat from the clean dish rack. You light the solitary candle on the nearby table with your Deus-Ex-Machina machtes.\n\nNo need to rush this exquisite experience. You're a post-it reading, clue-sleuthing machine in your prime, and so is this Chili Con Carne you're about to eat - and you know you deserve it. Using your crisp tortillas and spoon in tandem, you relish eat bite, taking moments here and there to kiss your fingers like an Italian chef to your cooking expertise.\n\nYou may not be able to get an adventurer buff from this food, but in your heart, you get a buff to your intelligence and charisma.\nThat's right. You're the greatest adventurer there ever was. You can conquer any door, now. You'd conquer ALL of them if you wanted to.\n\nHaving conquered this Chili Con Carne, you're certainly ready for it. Striding through the exit with perfect poise, you're ready to tackle the next door." l_.str.1014: ; @.str.1014 .asciz "\n\n\nLOST IN THE SAUCE : ENDING 3" l_.str.1015: ; @.str.1015 .asciz "No, you're not. {\340\262\240 \312\226 \340\262\240}\n\nGo find the 5 ingredients first!" l_.str.1016: ; @.str.1016 .asciz "debug" l_.str.1017: ; @.str.1017 .asciz "inventory[9] has been set to true." l_.str.1018: ; @.str.1018 .asciz "debug1" l_.str.1019: ; @.str.1019 .asciz "All items added to inventory." l_.str.1020: ; @.str.1020 .asciz "CHILI CON CARNE\n\nType 'IM READY' when you're ready to cook\n\n" l_.str.1021: ; @.str.1021 .asciz "You found all 5 notes, completing the recipe!! Great job!\n\nIf you haven't already - start collecting your ingredients.\nOnce you've collected all 5 ingredients, type:\n\nIM READY\n\nto complete your final challenge!" l_.str.1022: ; @.str.1022 .asciz "Message: " l_.str.1023: ; @.str.1023 .asciz "%d " l_.str.1024: ; @.str.1024 .asciz "Decode the message: " l_.str.1025: ; @.str.1025 .asciz "Enter lowercase guess for %d: " l_.str.1026: ; @.str.1026 .asciz "Try again. Enter lowercase guess for %d: " l_.str.1027: ; @.str.1027 .asciz "You are free." l_.str.1028: ; @.str.1028 .asciz "You decoded the message, but now you must enter 3 test scores: " l_.str.1029: ; @.str.1029 .asciz "Enter score: " l_.str.1030: ; @.str.1030 .asciz "Your test score average is: %.2lf \n" l_.str.1031: ; @.str.1031 .asciz "You rolled: " l_.str.1032: ; @.str.1032 .asciz "they rolled: " l_.str.1033: ; @.str.1033 .asciz "%d " l_.str.1034: ; @.str.1034 .asciz "\n\nYou walked into a secret casino." l_.str.1035: ; @.str.1035 .asciz "The door closes behind you." l_.str.1036: ; @.str.1036 .asciz "The only way to leave is to play a game Dice Average." l_.str.1037: ; @.str.1037 .asciz "\nRules:" l_.str.1038: ; @.str.1038 .asciz "- Each turn, you and two other players will choose if you wish to roll %d dice.\n" l_.str.1039: ; @.str.1039 .asciz "- The average number of the %d dice are added to your score.\n" l_.str.1040: ; @.str.1040 .asciz "- Who ever can get their score closest to %d wins. If your score goes above %d then you loose.\n" l_.str.1041: ; @.str.1041 .asciz "- Before each turn, the dice values increase." l_.str.1042: ; @.str.1042 .asciz "- After each turn, you will get an opportunity to roll again or stop rolling." l_.str.1043: ; @.str.1043 .asciz "- If you choose to stop rolling, you can no longer roll for the rest of the game." l_.str.1044: ; @.str.1044 .asciz "instructions_room_37" l_.str.1045: ; @.str.1045 .asciz "You open a door and you find 3 monsters standing right in front of you.\n\n" l_.str.1046: ; @.str.1046 .asciz "You must take on one monster to prove your authority over them.\n" l_.str.1047: ; @.str.1047 .asciz "You can\n" l_.str.1048: ; @.str.1048 .asciz "-> Press 1 to tackle Godzilla\n" l_.str.1049: ; @.str.1049 .asciz "-> Press 2 to tackle King Ghidorah\n" l_.str.1050: ; @.str.1050 .asciz "-> Press 3 to tackle King Kong\n\n" l_.str.1051: ; @.str.1051 .asciz "Unlike the movies just defeating one of them will show your courage to others and they will back out.\n\n" l_.str.1052: ; @.str.1052 .asciz "What is your choice Hero?\n" l_.str.1053: ; @.str.1053 .asciz "You guessed right. Congrats\n" l_.str.1054: ; @.str.1054 .asciz "Your guess is greater than the number" l_.str.1055: ; @.str.1055 .asciz "Your guess is less than the number" l_.str.1056: ; @.str.1056 .asciz "Enter your guess between %d and %d inclusive\n" l_.str.1057: ; @.str.1057 .asciz "output.txt" l_.str.1058: ; @.str.1058 .asciz "\nYou reverse the time stop on DIO for 9 seconds." l_.str.1059: ; @.str.1059 .asciz "You find a road roller, crush him with it, and throw a flurry of punches at it." l_.str.1060: ; @.str.1060 .asciz "After the 9 seconds pass the road roller explodes killing DIO, you win." l_.str.1061: ; @.str.1061 .asciz "Check your ouput file for your win screen\n" l_.str.1062: ; @.str.1062 .asciz "ORA ORA ORA\n" l_.str.1063: ; @.str.1063 .asciz "\nYour health drops below zero and DIO crushes you with a road roller, you are dead\n" l_.str.1064: ; @.str.1064 .asciz "Check your ouput file for your lose screen\n" l_.str.1065: ; @.str.1065 .asciz "GAME OVER GAME OVER GAME OVER\n" l_.str.1066: ; @.str.1066 .asciz "\nYou acquire the requiem arrow and undergo a transformation making you the strongest on earth." l_.str.1067: ; @.str.1067 .asciz "Diavolo attempts to use epitaph to attack, but has his attack is automatically deflected by Golden Experience Requiem." l_.str.1068: ; @.str.1068 .asciz "You place him in an infinite death loop and become the ultimate gang star." l_.str.1069: ; @.str.1069 .asciz "MUDA MUDA MUDA\n" l_.str.1070: ; @.str.1070 .asciz "\nYour health drops below zero and King Crimson punches you straight through the chest, you are dead\n" l_.str.1071: ; @.str.1071 .asciz "\nAttacks: " l_.str.1072: ; @.str.1072 .asciz "1. ORA Rush" l_.str.1073: ; @.str.1073 .asciz "2. Star Finger" l_.str.1074: ; @.str.1074 .asciz "3. Block" l_.str.1075: ; @.str.1075 .asciz "Choose a move" l_.str.1076: ; @.str.1076 .asciz "You and DIO trade close range consecutive blows\n" l_.str.1077: ; @.str.1077 .asciz "You deal %d points of damage\n" l_.str.1078: ; @.str.1078 .asciz "You take %d points of damage\n" l_.str.1079: ; @.str.1079 .asciz "Your health %d, DIO health %d\n" l_.str.1080: ; @.str.1080 .asciz "You extend your forefinger to attack DIO, and he counters with a knife throw\n" l_.str.1081: ; @.str.1081 .asciz "DIO stops time for 3 seconds and throws enough knives to surround you from all sides, this is equivalent to %d points of damage. \n" l_.str.1082: ; @.str.1082 .asciz "Luckily you and DIO have the same type of stand and you are able to deflect all the knives at the last second" l_.str.1083: ; @.str.1083 .asciz "You take no points of damage" l_.str.1084: ; @.str.1084 .asciz "invalid input, try again." l_.str.1085: ; @.str.1085 .asciz "\nAttacks:" l_.str.1086: ; @.str.1086 .asciz "1. MUDA Rush" l_.str.1087: ; @.str.1087 .asciz "2. Create life" l_.str.1088: ; @.str.1088 .asciz "3. Life shot" l_.str.1089: ; @.str.1089 .asciz "You and Diavola trade close range consecutive blows\n" l_.str.1090: ; @.str.1090 .asciz "You create a piranha out of some rocks next to you and they seek out Diavolo, he counters with a time erase followed by a devastating punch\n" l_.str.1091: ; @.str.1091 .asciz "You punch Diavolo and imbue him with life energy, this puts him into an out of body mindstate making him vulnerable to taking more damage. \n" l_.str.1092: ; @.str.1092 .asciz "The attack lands and deals %d points of damage\n" l_.str.1093: ; @.str.1093 .asciz "Upon exiting this state, Diavolo responds with Epitaph allowing him to move into the future and land a devasting blow of his own. " l_.str.1094: ; @.str.1094 .asciz "\nYour average damage was %.2f\n" l_.str.1095: ; @.str.1095 .asciz "You both kill eachother" l_.str.1096: ; @.str.1096 .asciz "What is the average of above numbers?\n" l_.str.1097: ; @.str.1097 .asciz "%le" l_.str.1098: ; @.str.1098 .asciz "Congrats you guessed the average correctly\n" l_.str.1099: ; @.str.1099 .asciz "Sorry the average is %lf\n" l_.str.1100: ; @.str.1100 .asciz "You chose the demonic looking door\n" l_.str.1101: ; @.str.1101 .asciz "The stone door budges open slowly to reveal a sinsiter cave with what looks like lava cracks lining the walls dimly lighing up the cave" l_.str.1102: ; @.str.1102 .asciz "The cave is very sketchy so you decide that if you feel threatened you will simply run back out the door and you can start over.\n" l_.str.1103: ; @.str.1103 .asciz "If you wish to leave now press 777, otherwise enter any other number\n" l_.str.1104: ; @.str.1104 .asciz "After walking for a while you stumble upon a weird reflective crystal wall. Every time you touch it, the area that was touched glowed like a weird finger painting wall.\n" l_.str.1105: ; @.str.1105 .asciz "You start drawing and after writing words realize it inverses the capitalization of letters.\n" l_.str.1106: ; @.str.1106 .asciz "You decide to write a lowercase word and see what happens\n" l_.str.1107: ; @.str.1107 .asciz "Insert text:\n" l_.str.1108: ; @.str.1108 .asciz "The wall repeats back: " l_.str.1109: ; @.str.1109 .asciz "You then decide to try writing an uppercase word\n" l_.str.1110: ; @.str.1110 .asciz "It's a neat novelty but it gets old quickly so you continue on.\n" l_.str.1111: ; @.str.1111 .asciz "You keep going into a cave when suddently around a corner you see a deep gorge with a lava river at the bottom.\n" l_.str.1112: ; @.str.1112 .asciz "You find a bridge and decide to cross it despite how unstable it is, like the one they cross over the lava moat in shrek\n" l_.str.1113: ; @.str.1113 .asciz "You cross it and immidetly it colaspes into the lava, and you find that foreward is only a dead end, oh no.\n" l_.str.1114: ; @.str.1114 .asciz "You look around and realize up ahead is just a dead end without a way out. You turn back to see theres no way to get off of this small cave in front of the" l_.str.1115: ; @.str.1115 .asciz "Just as panic begins to set in, you suddently wake up and find yourself at home in bed. You realize everything was just a dream. Or was it really?\n" l_.str.1116: ; @.str.1116 .asciz "idolnote.txt" l_.str.1117: ; @.str.1117 .asciz "You chose the ancient angelic door\n" l_.str.1118: ; @.str.1118 .asciz "You walk in and all of a sudden find yourself in a peaceful rainforest next to a waterfall.\n" l_.str.1119: ; @.str.1119 .asciz "You walk forward into the forest and find a temple, in the middle of which is an altar with a pair of golden die on the altar.\n" l_.str.1120: ; @.str.1120 .asciz "A loud and deep disembodied voice begins to speak and says:\n" l_.str.1121: ; @.str.1121 .asciz "Welcome, %s, to the temple of Shangri-La.\n" l_.str.1122: ; @.str.1122 .asciz "I noticed your name is %ld letters long, very well.\n" l_.str.1123: ; @.str.1123 .asciz "This temple contains a pair of ancient die used to decide the fates of people each year in the ancient civilization that used to be here, but since the civilization died out centuries ago, the die have sat here waiting for another person to use them.\n" l_.str.1124: ; @.str.1124 .asciz "Roll the die, if you get an even tally, you get good fortune, however, roll an odd tally, you will die instantly.\n" l_.str.1125: ; @.str.1125 .asciz "press 1 to roll die\n" l_.str.1126: ; @.str.1126 .asciz "*rolls die*\n" l_.str.1127: ; @.str.1127 .asciz "First dice was %d and the second one was %d\n" l_.str.1128: ; @.str.1128 .asciz "Your total number is %d\n" l_.str.1129: ; @.str.1129 .asciz "The average of that roll was %.2f\n" l_.str.1130: ; @.str.1130 .asciz "%s, unfortunately you have recieved an odd total.\n" l_.str.1131: ; @.str.1131 .asciz "You Died\n" l_.str.1132: ; @.str.1132 .asciz "%s, you got a 7, but unfortunately in this case it is not a lucky number\n" l_.str.1133: ; @.str.1133 .asciz "Congratulation, %s, you have been chosen by the ancient gods to recieve a gift from the heavens.\n" l_.str.1134: ; @.str.1134 .asciz "That gift is being able to go home alive. You probably don't want to stay here for the rest of your life despite it's beauty, and you would have a hard time making it home seeing that the door disapeared right as you stepped through it.\n" l_.str.1135: ; @.str.1135 .asciz "Even if you expected to get some great super power or riches, the true blessing is being able to go home after taking such a risk as rolling those dice, so i shall send you back home. Goodbye.\n" l_.str.1136: ; @.str.1136 .asciz "You suddently collapse on the ground unconscious. After an unknown amount of time, you awake in your bed at home and find a golden idol similar to the one from Indiana Jones on your nightstand next to you. There is a note that reads:\n" l_.str.1137: ; @.str.1137 .asciz "You did not choose 1\n" l_.str.1138: ; @.str.1138 .asciz "leatherjournal.txt" l_.str.1139: ; @.str.1139 .asciz "You chose the broom closet. Great.\n" l_.str.1140: ; @.str.1140 .asciz "You walk in and see it is a dim and dank medium sized room full of old wooden barrels and cleaning supplies\n" l_.str.1141: ; @.str.1141 .asciz "On one of the barrels you find an old leather journal\n" l_.str.1142: ; @.str.1142 .asciz "'It's blank' you think to yourself\n" l_.str.1143: ; @.str.1143 .asciz "Inside the cover is a pen, you decide to write in it to see if the pen still works\n" l_.str.1144: ; @.str.1144 .asciz "Enter a word:\n" l_.str.1145: ; @.str.1145 .asciz "Check leatherjournal.txt to see what you've written" l_.str.1146: ; @.str.1146 .asciz "Theres literally nothing but boring barrels and old janitorial supplies in here. I should go see what the other doors do.\n" l_.str.1147: ; @.str.1147 .asciz "You decide to go back to the closet door and prepare to reopen it,\n" l_.str.1148: ; @.str.1148 .asciz "\n\nAs you walk closer to the green USB, you read the message above, it states...\n" l_.str.1149: ; @.str.1149 .asciz "*******************************************************************************\n" l_.str.1150: ; @.str.1150 .asciz "* # 2 *\n" l_.str.1151: ; @.str.1151 .asciz "\nThere are two options you consider\n" l_.str.1152: ; @.str.1152 .asciz "1) Plug the green USB into the laptop.\n" l_.str.1153: ; @.str.1153 .asciz "2) Step back and view the room again.\n" l_.str.1154: ; @.str.1154 .asciz "Enter choice 1-2: " l_.str.1155: ; @.str.1155 .asciz "\nYou plug the green USB into the laptop and a window pops up...\n" l_.str.1156: ; @.str.1156 .asciz "\n\nYou are looking for the number in Column #%d and Row #%d\n\n" l_.str.1157: ; @.str.1157 .asciz "\t*******\n" l_.str.1158: ; @.str.1158 .asciz "\t " l_.str.1159: ; @.str.1159 .asciz "\n\n 'I suggest that you keep that number in mind'\n\n" l_.str.1160: ; @.str.1160 .asciz "\nYou step back and view the room again.\n" l_.str.1161: ; @.str.1161 .asciz "\n\nAs you walk closer to the blue USB, you read the message above, it states...\n" l_.str.1162: ; @.str.1162 .asciz "* # 3 *\n" l_.str.1163: ; @.str.1163 .asciz "1) Plug the blue USB into the laptop.\n" l_.str.1164: ; @.str.1164 .asciz "\nYou plug in the blue USB and a calculator application pops up along with a set of numbers...\n" l_.str.1165: ; @.str.1165 .asciz "\nOver the loud speaker you hear, 'it looks like youre an AVERAGE person HAHAHAHA'\n" l_.str.1166: ; @.str.1166 .asciz "\nThe word AVERAGE sticks in your head as it was the emphasized word \n" l_.str.1167: ; @.str.1167 .asciz "\nThe set of numbers is...\n" l_.str.1168: ; @.str.1168 .asciz "\n7 3 5 6 9 1 3 2 6\n" l_.str.1169: ; @.str.1169 .asciz "\nYou add all of those number up in the calculator to get %d" l_.str.1170: ; @.str.1170 .asciz "\nYou then divide by 9 in order to calculate the average\n" l_.str.1171: ; @.str.1171 .asciz "\nYou are looking for the number that appears the most in the solution\n" l_.str.1172: ; @.str.1172 .asciz "\nThe calculator reads...\n" l_.str.1173: ; @.str.1173 .asciz "\t*********\n" l_.str.1174: ; @.str.1174 .asciz "\t%f\n" l_.str.1175: ; @.str.1175 .asciz "\t*********\n\n" l_.str.1176: ; @.str.1176 .asciz "\nYou step back and view the room again" l___const.redUSB26.prompt: ; @__const.redUSB26.prompt .asciz "Room26Password" l___const.redUSB26.message: ; @__const.redUSB26.message .asciz "All You have 2 Do 1s C0unt the Number 0f digits in Th1s Sentence" l_.str.1177: ; @.str.1177 .asciz "\n\nAs you walk closer to the red USB, you read the message above, it states...\n" l_.str.1178: ; @.str.1178 .asciz "* # 1 *\n" l_.str.1179: ; @.str.1179 .asciz "1) Plug the red USB into the laptop.\n" l_.str.1180: ; @.str.1180 .asciz "2) Step back and look at the room again.\n" l_.str.1181: ; @.str.1181 .asciz "\nYou plug in the red USB and two screens side by side pop up..." l_.str.1182: ; @.str.1182 .asciz "\nThe screen looks identical, except for one thing missing..." l_.str.1183: ; @.str.1183 .asciz "\nThere is a paragraph missing on the second page" l_.str.1184: ; @.str.1184 .asciz "\nOn the left side it reads...\n" l_.str.1185: ; @.str.1185 .asciz "\n\t%s\n\n" l_.str.1186: ; @.str.1186 .asciz "\nNow you do what any person would...you copy the missing paragraph into the screen on the right\n" l_.str.1187: ; @.str.1187 .asciz "Enter the string: " l_.str.1188: ; @.str.1188 .asciz "\nA new window pops up and over the speaker you hear...\n" l_.str.1189: ; @.str.1189 .asciz "\t'Congratulations you can copy me, but can you count correctly? HAHAHA'\n" l_.str.1190: ; @.str.1190 .asciz "\nA brand new window pops up on the laptop with one sentence...\n" l_.str.1191: ; @.str.1191 .asciz "\nOh im sorry you cant follow my instructions...I guess you will have to try again to get the answer...\n\n" l_.str.1192: ; @.str.1192 .asciz "\nAs you walk closer to the door on the other side you see a high-tech keypad lock...\n" l_.str.1193: ; @.str.1193 .asciz "\nAgain you hear the scary deep voice...\n" l_.str.1194: ; @.str.1194 .asciz "\t'This could be your great escape...but wait...do you know the password...MUAHAHAHAHAHA'\n" l_.str.1195: ; @.str.1195 .asciz "\nYou view the keypad lock again..." l_.str.1196: ; @.str.1196 .asciz "\nThe numbers range from 0-9...\n" l_.str.1197: ; @.str.1197 .asciz "\nYou see slots for only three numbers so suddenly you realize the importance of the messages above each USB drive\n" l_.str.1198: ; @.str.1198 .asciz "1) Enter the three digit passcode.\n" l_.str.1199: ; @.str.1199 .asciz "\n\n%d\n\n" l_.str.1200: ; @.str.1200 .asciz "\nYou are nervous as you walk closer to the keypad...\n\n" l_.str.1201: ; @.str.1201 .asciz "*************\n" l_.str.1202: ; @.str.1202 .asciz "* 1 | 2 | 3 *\n" l_.str.1203: ; @.str.1203 .asciz "* 4 | 5 | 6 *\n" l_.str.1204: ; @.str.1204 .asciz "* 7 | 8 | 9 *\n" l_.str.1205: ; @.str.1205 .asciz "* | 0 | *\n" l_.str.1206: ; @.str.1206 .asciz "Enter your three digits (Format: 000)\n" l_.str.1207: ; @.str.1207 .asciz "\nYou hear the door unlock and it creeps open...\n" l_.str.1208: ; @.str.1208 .asciz "\nThe sunlight floods the room, and you realize that you have won..." l_.str.1209: ; @.str.1209 .asciz "\n 'Congratulations you live to see another day out in the world'\n" l_.str.1210: ; @.str.1210 .asciz "\nFreedom at last!\n" l_.str.1211: ; @.str.1211 .asciz "\n\n\nYOU HAVE WON THE GAME AND ARE NOW FREE TO GO THROUGH THE DOOR AS A SHEET OF GLASS NOW COVERS THE BOTTOMLESS PIT.\n\n\n" l_.str.1212: ; @.str.1212 .asciz "\nYou hear a siren go off and the room starts to light up red indicating that you have not given the correct password...\n" l_.str.1213: ; @.str.1213 .asciz "\nThe deep voice comes back... 'It looks like you have not won the game yet, why don't you go back and study more...or else...'\n\n" l_.str.1214: ; @.str.1214 .asciz "Do you open the door? [Y]es [N]o : " l_.str.1215: ; @.str.1215 .asciz "1. You attempt to charm the dragon" l_.str.1216: ; @.str.1216 .asciz "2. You prepare your weapon for battle" l_.str.1217: ; @.str.1217 .asciz "3. You turn around and flee for dear life" l_.str.1218: ; @.str.1218 .asciz "\nChoice : " l_.str.1219: ; @.str.1219 .asciz "./room19/room19_Toasty.txt" l_.str.1220: ; @.str.1220 .asciz "./room19/room19_Flames.txt" l_.str.1221: ; @.str.1221 .asciz "./room19/room19_Ending3.txt" l_.str.1222: ; @.str.1222 .asciz "1. Do you open the door that is 50 feet in fron of you?" l_.str.1223: ; @.str.1223 .asciz "2. Do you simplay stand there and wait for the noise to get clearer on it's own?" l_.str.1224: ; @.str.1224 .asciz "3. There is an old, oriental gentleman in the corner which is lit up by a torch. Do you approach him?" l_.str.1225: ; @.str.1225 .asciz "4. Your 4th grade English teacher says they can help you with something. Select this option to see what they're talking about" l_.str.1226: ; @.str.1226 .asciz "5. Answer some basic questions" l_.str.1227: ; @.str.1227 .asciz "You can also enter 99 to exit!" l_.str.1228: ; @.str.1228 .asciz "Pick a number between 1 and 10" l_.str.1229: ; @.str.1229 .asciz " " l_.str.1230: ; @.str.1230 .asciz "*" l_.str.1231: ; @.str.1231 .asciz "Woooaaahhh get ready for Hyper Drive \n" l_.str.1232: ; @.str.1232 .asciz "Please enter how many games you want to play.\n" l_.str.1233: ; @.str.1233 .asciz "Enter the amount of Flurbos that you will need for that game, one by one\n" l_.str.1234: ; @.str.1234 .asciz "You will need an average of %.2f Flurbos, for your first time at Blips\n" l___const.planets.keyword: ; @__const.planets.keyword .asciz "Red" l___const.planets.pharase: ; @__const.planets.pharase .asciz "How" l_.str.1235: ; @.str.1235 .asciz "your choices are 1.Alphabetrum, 2.Bird World, or 3.Unity's Planet" l_.str.1236: ; @.str.1236 .asciz "Morty Narrating.... \n" l_.str.1237: ; @.str.1237 .asciz "Cool, we are heading to Alphabetrum \n" l_.str.1238: ; @.str.1238 .asciz "This planet is inhabited by an ancient race who resemble giant letters of various alphabets. It's ruled by a council, which consists of Helium-Q, Magnesium-J, and Hydrogen-F" l_.str.1239: ; @.str.1239 .asciz "It's the homeworld of Ice-T, an exiled native of Alphabetrium who became a well known rapper on Earth. After Ice-T saved Earth from being destroyed by the Cromulons, the elders of Alphabetrium received word from across the galaxy of Ice-T's heroism and relieved him of his exile, granting him of his true form Water-T.\n" l_.str.1240: ; @.str.1240 .asciz "Wait what is that noise? Oh wait I think there is something wrong with the space cruiser \n" l_.str.1241: ; @.str.1241 .asciz "Quick we need to fix these warnings, please type Red to cancel all the warning buttons that are going off \n" l_.str.1242: ; @.str.1242 .asciz "Red" l_.str.1243: ; @.str.1243 .asciz "Great you fix all the warnings !! \n" l_.str.1244: ; @.str.1244 .asciz "We can continue our jouney \n" l_.str.1245: ; @.str.1245 .asciz "Lets hope Rick does not find out about this\n" l_.str.1246: ; @.str.1246 .asciz "Hurry, please type Red to cancel all the warining buttons that are going off \n" l_.str.1247: ; @.str.1247 .asciz "Cool, we are heading to Bird World \n" l_.str.1248: ; @.str.1248 .asciz "Bird World is the planet where Birdperson lives. TV-signals from Earth take 20 years to reach this planet, meaning it's 20 light-years away from Earth, Rick claims that Bird world is over 6,000 light years away. \n" l_.str.1249: ; @.str.1249 .asciz "Bird People live in wooden structures often incorporated into trees, but do possess technology like TV. They primarily eats worms and have worm ranches around on the planet. When sending messages they may tend to use robotic eggs with hologram messages. In Bird culture, mate-melding is the equivalent of marriage on Earth." l_.str.1250: ; @.str.1250 .asciz "Seems like we are having some engine problems we are going to have to stay here untill we can get it fix. \n" l_.str.1251: ; @.str.1251 .asciz "Whats this, looks like rick left us a note lets sees what it says\n" l_.str.1252: ; @.str.1252 .asciz "Cool, we are heading to Unity's Planet \n" l_.str.1253: ; @.str.1253 .asciz "The planet Unity was entirely assimilated, and plans to use to assimilate the Galactic Federation. However, Unity left the planet with its people following certain events with Rick. \n" l_.str.1254: ; @.str.1254 .asciz "Oh wait something is off...\n" l_.str.1255: ; @.str.1255 .asciz "Morty starts being worried, freaking out, Oh noooo....\n" l_.str.1256: ; @.str.1256 .asciz "Game Host Speaking. Hello and welcome to How Did I Get Here? \n" l_.str.1257: ; @.str.1257 .asciz "Welcome guest, now I know you were traveling to a different destination..\n" l_.str.1258: ; @.str.1258 .asciz "Now you can find your self on top of a random streetlight.\n" l_.str.1259: ; @.str.1259 .asciz "Host hurry please type the key phrase to return back to your destination before your ship falls from the top of the street light" l_.str.1260: ; @.str.1260 .asciz "How" l_.str.1261: ; @.str.1261 .asciz "Great we are out of that Alien Game show !! \n" l_.str.1262: ; @.str.1262 .asciz "Hurry I think the phrase is How. \n" l___const.goodBye.message: ; @__const.goodBye.message .asciz "Good Bye" l_.str.1263: ; @.str.1263 .asciz "note.txt" l_.str.1264: ; @.str.1264 .asciz "Oh never mind, it wasn't a note\n" l_.str.1265: ; @.str.1265 .asciz "You are walking down a hallway and at the end you see a light" l_.str.1266: ; @.str.1266 .asciz "you walk toward the light and see one final door" l_.str.1267: ; @.str.1267 .asciz "in order to unlock the door you need to guess a number 1-100" l_.str.1268: ; @.str.1268 .asciz "Enter a guess: " l_.str.1269: ; @.str.1269 .asciz "Lower \n" l_.str.1270: ; @.str.1270 .asciz "Higher \n" l_.str.1271: ; @.str.1271 .asciz "Congrats you have escaped! \n" l_.str.1272: ; @.str.1272 .asciz "Returning to the main menu \n" .section __TEXT,__const l___const.mbchoice2.mbstring: ; @__const.mbchoice2.mbstring .asciz "Lakers\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.1273: ; @.str.1273 .asciz "In order to exit enter the password given to you correctly \n" l_.str.1274: ; @.str.1274 .asciz "Hint: Password was given earlier in the game\n" l_.str.1275: ; @.str.1275 .asciz "Enter the password: " l_.str.1276: ; @.str.1276 .asciz "Password Accepted! \n" l_.str.1277: ; @.str.1277 .asciz "You have escaped! \n" l_.str.1278: ; @.str.1278 .asciz "\nReturning to the main menu\n" l_.str.1279: ; @.str.1279 .asciz "Password not accepted \n" l_.str.1280: ; @.str.1280 .asciz "\nYou are trapped down here FOREVER\n" l_.str.1281: ; @.str.1281 .asciz "Entering Mining Mountain...\n" l_.str.1282: ; @.str.1282 .asciz "Miner: Welcome to Pitcoin mining! You can mining your Pitcoin as many as you want. But the amount will be random. So GL!" l_.str.1283: ; @.str.1283 .asciz "Please select.\n1. Mining Pitcoin\n0. Exit" l_.str.1284: ; @.str.1284 .asciz "Exiting Mining Mountain..." l_.str.1285: ; @.str.1285 .asciz "Miner: You seems like you need some help. Here, take this new Pickaxe." l_.str.1286: ; @.str.1286 .asciz "*Got new Pickaxe!*" l_.str.1287: ; @.str.1287 .asciz "You earned [%d] Pitcoin!\n" l_.str.1288: ; @.str.1288 .asciz "[!Your pickaxe has been broke!]" l_.str.1289: ; @.str.1289 .asciz "Miner: You don't have any pickaxe left, go to the shop and get one to continue mining." l_.str.1290: ; @.str.1290 .asciz "Please select again." l_.str.1291: ; @.str.1291 .asciz "----------You Status----------" l_.str.1292: ; @.str.1292 .asciz "Pitcoin(s): %d\nAverage total Pitcoin earned from mining: %.2lf\n" l_.str.1293: ; @.str.1293 .asciz "Number of Pickaxes: %d\n" l_.str.1294: ; @.str.1294 .asciz "\nMystery Four Elements Dragon: Hey you! Stop stare like a noob and come here and play the game or something" l_.str.1295: ; @.str.1295 .asciz "Here choose your room to go.\n0. Exit 1. Flip a Coin 3. VIP room" l_.str.1296: ; @.str.1296 .asciz "Exiting Casino Dungeon..." l_.str.1297: ; @.str.1297 .asciz "Mystery Four Elements Dragon: Good! The rule is simple, if you win, you get double of amounts you bet. But if you lose, you lose your bet.\nHow much Pitcoin are you going to bet?" l_.str.1298: ; @.str.1298 .asciz "Pitcoin(s) you have right now: %d\nAmount to bet: " l_.str.1299: ; @.str.1299 .asciz "Mystery Four Elements Dragon: You can't bet negative or zero amount..." l_.str.1300: ; @.str.1300 .asciz "Mystery Four Elements Dragon: You don't have enough Pitcoins to do that... Go lower or I will blow you off with my wind breath." l_.str.1301: ; @.str.1301 .asciz "Mystery Four Elements Dragon: Now, pick 1. Head OR 2. Tail" l_.str.1302: ; @.str.1302 .asciz "The crowd: LESSSS GOOOOOO!!!" l_.str.1303: ; @.str.1303 .asciz "Mystery Four Elements Dragon: I hate to say this but... \nYou just doubled your bets. Congrats!" l_.str.1304: ; @.str.1304 .asciz "The crowd: Play one more!!!" l_.str.1305: ; @.str.1305 .asciz "Mystery Four Elements Dragon: Sorry, you guessed it wrong. I'm melting all those Pitcoins with my fire breath (HooWoo~)" .section __TEXT,__const l___const.shop.shopItem: ; @__const.shop.shopItem .asciz "Pickaxe\000\000" .section __TEXT,__cstring,cstring_literals l_.str.1306: ; @.str.1306 .asciz "The Big Golem: Welcome to the GolShop, please look around and buy good ones." l_.str.1307: ; @.str.1307 .asciz "Type the item's name to buy it" l_.str.1308: ; @.str.1308 .asciz "Pickaxe - 3 Pitcoins" l_.str.1309: ; @.str.1309 .asciz "Incorrect item name. There must be a typo." l_.str.1310: ; @.str.1310 .asciz "No digits are needed." l_.str.1311: ; @.str.1311 .asciz "The Big Golem: To confirm your order, you are going to purchase " l_.str.1312: ; @.str.1312 .asciz "? [y/n] " l_.str.1313: ; @.str.1313 .asciz "Not enough Pitcoin to purchase." l_.str.1314: ; @.str.1314 .asciz "You got 1 Pickaxe." l_.str.1315: ; @.str.1315 .asciz "Cancel the order. Exiting the shop..." l_.str.1316: ; @.str.1316 .asciz "Didn't recognize the command. Exiting the shop..." l_.str.1317: ; @.str.1317 .asciz "Loyal Knight: Stop there, from here you need to pay [100] Pitcoin to enter VIP room for ONE time only." l_.str.1318: ; @.str.1318 .asciz "Do you want to pay to enter the room? ( y or n )" l_.str.1319: ; @.str.1319 .asciz "Loyal Knight: Sorry you don't have enough Pitcoin to enter. Please come back after earn enough Pitcoin," l_.str.1320: ; @.str.1320 .asciz "Loyal Knight: Hope to see you later with 100 Pitcoin..." l_.str.1321: ; @.str.1321 .asciz "Loyal Knight: Are those real Pitcoins? Let me count it. 1... 2... 3... and 100!" l_.str.1322: ; @.str.1322 .asciz "%s: Yes it is real Pitcoins... Now can I go in?\n" l_.str.1323: ; @.str.1323 .asciz "Loyal Knight: Yes of course. (Opens the door)" l_.str.1324: ; @.str.1324 .asciz "As soon as I entered, quite a few people were filling the room." l_.str.1325: ; @.str.1325 .asciz "Among them, there were elves, human, orcs, and even undeads talking with each other while drinking alcohol in suits." l_.str.1326: ; @.str.1326 .asciz "As soon as I was surprised by the fact that there is such a place in this world, an elf came to me and spoke." l_.str.1327: ; @.str.1327 .asciz "Ice Elf: You seems like you are not from here. Do you need help to get out of here my little human?" l_.str.1328: ; @.str.1328 .asciz "%s: Yes!... I need to get where I came from. Can you help me out?\n" l_.str.1329: ; @.str.1329 .asciz "Ice Elf: Mhm, this letter will show what you need to do next.\n" l_.str.1330: ; @.str.1330 .asciz "letter27.txt" l_.str.1331: ; @.str.1331 .asciz "File could not open and read.\n" l_.str.1332: ; @.str.1332 .asciz "%s: Wait... What is it saying?? I can't read this.\n" l_.str.1333: ; @.str.1333 .asciz "Ice Elf: Oh I see, I guess someone spilled their drinks here. But I can dry it up for you with my fire element." l_.str.1334: ; @.str.1334 .asciz "%s: But aren't you ice elf that uses ice element?\n" l_.str.1335: ; @.str.1335 .asciz "Ice Elf: Yeah but I can use some basic ones for all elements like how CS major people need to take general English classes lol." l_.str.1336: ; @.str.1336 .asciz "(Drys up with fire)" l_.str.1337: ; @.str.1337 .asciz "Ice Elf: Anyhow, it should be all dryed up for now. Here read it again." l_.str.1338: ; @.str.1338 .asciz "%s: Okay thank you. that letter helped me a lot :)\n" l_.str.1339: ; @.str.1339 .asciz "Ice Elf: No problem my guy. Good luck and see you if we can later." l_.str.1340: ; @.str.1340 .asciz "Exiting VIP Room..." l_.str.1341: ; @.str.1341 .asciz "Loyal Knight: I don't unterstand what you mean so I'm going to get you out here." l_.str.1342: ; @.str.1342 .asciz "(Enter any one character to Continue)" l_.str.1343: ; @.str.1343 .asciz "Are you sure you want to go back to the fairy? [y/n]" l_.str.1344: ; @.str.1344 .asciz "%s: Hey... it's me again fairy.\n" l_.str.1345: ; @.str.1345 .asciz "Fairy: What's up? You know what I want right?" l_.str.1346: ; @.str.1346 .asciz "How much Pitcoin(s) are you going to hand it to him?" l_.str.1347: ; @.str.1347 .asciz "Pitcoin(s): " l_.str.1348: ; @.str.1348 .asciz "Fairy: You don't have that much of Pitcoin. Please come with enough Pitcoins to offer." l_.str.1349: ; @.str.1349 .asciz "Fairy: This... this amount is the exact number that I was looking for!" l_.str.1350: ; @.str.1350 .asciz "%s: That's great then. So you are not going to stab this time?\n" l_.str.1351: ; @.str.1351 .asciz "Fairy: No, why would I? If you give me what I want, at that point we are BFF." l_.str.1352: ; @.str.1352 .asciz "%s: Ehhhh yeah I guess... But hurry I need to go back to my place to finish my CSC-251 project. That's due soon!\n" l_.str.1353: ; @.str.1353 .asciz "Fairy: Okay okay. I will sent you where you belong right..." l_.str.1354: ; @.str.1354 .asciz "..." l_.str.1355: ; @.str.1355 .asciz "%s: Umm... are you okay fair..?\n" l_.str.1356: ; @.str.1356 .asciz "Fairy: NOW!!!" l_.str.1357: ; @.str.1357 .asciz "(Time traveling sound)" l_.str.1358: ; @.str.1358 .asciz "%s: Whooooaahhhh~~~\n" l_.str.1359: ; @.str.1359 .asciz "The next thing I saw was me sleeping on my desk with my laptop turned on to work on a project from CSC251 all night long." l_.str.1360: ; @.str.1360 .asciz "%s: What the... Looks like I had weird dream just now.\n" l_.str.1361: ; @.str.1361 .asciz "%s: But\n" l_.str.1362: ; @.str.1362 .asciz "%s: But...\n" l_.str.1363: ; @.str.1363 .asciz "%s: But that was pretty awesome dream!! I'm going to make that to my project. (typing keyboard sounds)\n" l_.str.1364: ; @.str.1364 .asciz "Therefore, our brave CS student %s safely came to his world and had to stay all night long to code but he was happy because he knew his project will be charming and couldn't wait to turn it in...\n" l_.str.1365: ; @.str.1365 .asciz "Thank you for playing room 27 game!" l_.str.1366: ; @.str.1366 .asciz "And yes this is the good ending that everyone wanted :)" l_.str.1367: ; @.str.1367 .asciz "\t\t-fin-" l_.str.1368: ; @.str.1368 .asciz "Fairy: That's it? You shouldn't come to me then." l_.str.1369: ; @.str.1369 .asciz "(Ran away before Fairy gets his knife out...)" l_.str.1370: ; @.str.1370 .asciz "Going back to the villiage..." l_.str.1371: ; @.str.1371 .asciz "Enter a letter grade (press q to quit): " l_.str.1372: ; @.str.1372 .asciz "\nThere are " l_.str.1373: ; @.str.1373 .asciz "%u" l_.str.1374: ; @.str.1374 .asciz " A's, %u" l_.str.1375: ; @.str.1375 .asciz " B's, %u" l_.str.1376: ; @.str.1376 .asciz " C's, %u" l_.str.1377: ; @.str.1377 .asciz " D's, %u" l_.str.1378: ; @.str.1378 .asciz " F's" l_.str.1379: ; @.str.1379 .asciz "\nClass average is %.1f\n" l_.str.1380: ; @.str.1380 .asciz "How many times would you like to roll the 11 sided dice? " l_.str.1381: ; @.str.1381 .asciz "You had : \n %d ones \n %d twos \n %d threes \n %d fours \n %d fives \n %d sixes \n %d sevens \n %d eights \n %d nines \n %d tens \n %d elevens \n" l_.str.1382: ; @.str.1382 .asciz "%c is lower case \n" l_.str.1383: ; @.str.1383 .asciz "%c is not lower case \n" l_.str.1384: ; @.str.1384 .asciz "Congrats!!! You won the game!! You are a brave fighter!!" l_.str.1385: ; @.str.1385 .asciz "Ooof!! You lost the game!! Better luck next time" l_.str.1386: ; @.str.1386 .asciz "The coin lands on heads" l_.str.1387: ; @.str.1387 .asciz "Fate has decided for you to choose the door to your left" l_.str.1388: ; @.str.1388 .asciz "the coin lands on tails" l_.str.1389: ; @.str.1389 .asciz "???: Fate has decide for you to walk through the door to your right " l_.str.1390: ; @.str.1390 .asciz "codeH.txt" l_.str.1391: ; @.str.1391 .asciz "An ancient pharaoh destroyed the code \n" l_.str.1392: ; @.str.1392 .asciz "codeT.txt" l_.str.1393: ; @.str.1393 .asciz "An ancient pharaoh destroyed the code.\n" l_.str.1394: ; @.str.1394 .asciz "run away\n" l_.str.1395: ; @.str.1395 .asciz "\nYou use the Joestar Family secret technique successfully and run away from kars toward the ocean." l_.str.1396: ; @.str.1396 .asciz "Kars transforms his arms into those of a bird and chases after you." l_.str.1397: ; @.str.1397 .asciz "\nIn the distance you see an airplane or a gun, which do you choose: " l_.str.1398: ; @.str.1398 .asciz "\nYou choose to %s, but to no avail Kars kills you instantly" l_.str.1399: ; @.str.1399 .asciz "airplane\n" l_.str.1400: ; @.str.1400 .asciz "\nYou jump into the airplane and take off, this catches Kars by suprise and allows you to get a head start on your next move." l_.str.1401: ; @.str.1401 .asciz "\nYou need to come up with a plan to defeat Kars, will you fly to the nearby military base or volcano: " l_.str.1402: ; @.str.1402 .asciz "\nYou head toward the gun and choose to fire at Kars, however the bullets have no affect on the ultimate life form and he kills you instantly" l_.str.1403: ; @.str.1403 .asciz "volcano\n" l_.str.1404: ; @.str.1404 .asciz "\nYou fly toward the volcano in a last ditch effort to kill kars" l_.str.1405: ; @.str.1405 .asciz "However he launches an attack, piranhas rain down into the cabin and a squid rips apart the plane propellors." l_.str.1406: ; @.str.1406 .asciz "You are forced to crash land into the volcano." l_.str.1407: ; @.str.1407 .asciz "In that very moment, a hand pins Kars to the nose of the plane. It is your parnter Rudol Von Stroheim who was hiding in the plane.." l_.str.1408: ; @.str.1408 .asciz "You are both successfully able to crash land Kars into the lava, it seems as though you have won but this is not enough to stop Kars." l_.str.1409: ; @.str.1409 .asciz "He is able to harden his skin enough to survive being in the lava, and launches a suprise attack of his own." l_.str.1410: ; @.str.1410 .asciz "He cuts off one of your arms" l_.str.1411: ; @.str.1411 .asciz "\nYou are running out of options as you lie on the ground awaiting your death, will you try to launch an attack with hamon or the red stone of aja: " l_.str.1412: ; @.str.1412 .asciz "\nYou fly to the nearby military base hoping to be able to defeat him but Kars is able to quickly murder everyone including yourself." l_.str.1413: ; @.str.1413 .asciz "the red stone of aja\n" l_.str.1414: ; @.str.1414 .asciz "\nKars confident that he is about to finally kill you with one last hamon strike is suprised to see you use the red stone of aja to counter his attack." l_.str.1415: ; @.str.1415 .asciz "The red stone of aja amplifies the amount of hamon Kars used to attack you with and causes the volcano to erupt with a force equal to the escape velocity of earth." l_.str.1416: ; @.str.1416 .asciz "The force is enough to launch him into space where he freezes over and turns to stone. " l_.str.1417: ; @.str.1417 .asciz "You have successfully defeated Kars and saved the Earth." l_.str.1418: ; @.str.1418 .asciz "\nYou try and attack with hamon but fail miserably, Kars' hamon is hundred of times stronger than yours and so he melts you with a flurry of attacks." .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 0xbff0000000000000 ## double -1 LCPI0_1: .quad 0x3ff0000000000000 ## double 1 LCPI0_2: .quad 0x4035000000000000 ## double 21 LCPI0_3: .quad 0x3fe8000000000000 ## double 0.75 LCPI0_4: .quad 0x40af400000000000 ## double 4000 LCPI0_5: .quad 0x40e86a0000000000 ## double 5.0E+4 LCPI0_6: .quad 0x405b800000000000 ## double 110 LCPI0_7: .quad 0x3fe0000000000000 ## double 0.5 LCPI0_8: .quad 0x4059000000000000 ## double 100 LCPI0_9: .quad 0x4000000000000000 ## double 2 LCPI0_10: .quad 0x4042800000000000 ## double 37 LCPI0_11: .quad 0x400199999999999a ## double 2.2000000000000002 LCPI0_12: .quad 0x3ffb0624dd2f1aa0 ## double 1.6890000000000001 LCPI0_15: .quad 0x4008000000000000 ## double 3 LCPI0_17: .quad 0x4010000000000000 ## double 4 LCPI0_18: .quad 0x4014000000000000 ## double 5 LCPI0_19: .quad 0x4018000000000000 ## double 6 .section __TEXT,__literal4,4byte_literals .p2align 2 LCPI0_13: .long 0x41200000 ## float 10 LCPI0_14: .long 0x40a00000 ## float 5 LCPI0_16: .long 0x40c00000 ## float 6 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $6720, %eax ## imm = 0x1A40 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -5332(%rbp) movl %edi, -5336(%rbp) movq %rsi, -5344(%rbp) movl $0, -5384(%rbp) leaq -528(%rbp), %rax movq %rax, -5392(%rbp) movl $0, -5396(%rbp) movl $0, -5400(%rbp) movl $0, -5408(%rbp) movl $0, -5412(%rbp) leaq -560(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq -272(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq -272(%rbp), %rsi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_964 Depth 2 ## Child Loop BB0_960 Depth 2 ## Child Loop BB0_937 Depth 2 ## Child Loop BB0_945 Depth 3 ## Child Loop BB0_890 Depth 2 ## Child Loop BB0_892 Depth 3 ## Child Loop BB0_904 Depth 3 ## Child Loop BB0_908 Depth 3 ## Child Loop BB0_910 Depth 4 ## Child Loop BB0_917 Depth 3 ## Child Loop BB0_921 Depth 3 ## Child Loop BB0_923 Depth 4 ## Child Loop BB0_886 Depth 2 ## Child Loop BB0_882 Depth 2 ## Child Loop BB0_878 Depth 2 ## Child Loop BB0_874 Depth 2 ## Child Loop BB0_862 Depth 2 ## Child Loop BB0_864 Depth 3 ## Child Loop BB0_780 Depth 2 ## Child Loop BB0_784 Depth 3 ## Child Loop BB0_791 Depth 4 ## Child Loop BB0_806 Depth 4 ## Child Loop BB0_818 Depth 4 ## Child Loop BB0_833 Depth 3 ## Child Loop BB0_856 Depth 3 ## Child Loop BB0_731 Depth 2 ## Child Loop BB0_733 Depth 3 ## Child Loop BB0_744 Depth 3 ## Child Loop BB0_747 Depth 4 ## Child Loop BB0_651 Depth 2 ## Child Loop BB0_669 Depth 3 ## Child Loop BB0_683 Depth 3 ## Child Loop BB0_630 Depth 2 ## Child Loop BB0_636 Depth 3 ## Child Loop BB0_618 Depth 2 ## Child Loop BB0_620 Depth 3 ## Child Loop BB0_608 Depth 2 ## Child Loop BB0_591 Depth 2 ## Child Loop BB0_579 Depth 2 ## Child Loop BB0_521 Depth 2 ## Child Loop BB0_526 Depth 3 ## Child Loop BB0_444 Depth 2 ## Child Loop BB0_454 Depth 3 ## Child Loop BB0_459 Depth 3 ## Child Loop BB0_466 Depth 3 ## Child Loop BB0_473 Depth 3 ## Child Loop BB0_482 Depth 3 ## Child Loop BB0_425 Depth 2 ## Child Loop BB0_421 Depth 2 ## Child Loop BB0_417 Depth 2 ## Child Loop BB0_396 Depth 2 ## Child Loop BB0_404 Depth 2 ## Child Loop BB0_364 Depth 2 ## Child Loop BB0_369 Depth 3 ## Child Loop BB0_372 Depth 3 ## Child Loop BB0_355 Depth 2 ## Child Loop BB0_357 Depth 3 ## Child Loop BB0_351 Depth 2 ## Child Loop BB0_342 Depth 2 ## Child Loop BB0_331 Depth 2 ## Child Loop BB0_333 Depth 3 ## Child Loop BB0_192 Depth 2 ## Child Loop BB0_194 Depth 3 ## Child Loop BB0_197 Depth 3 ## Child Loop BB0_241 Depth 3 ## Child Loop BB0_284 Depth 3 ## Child Loop BB0_178 Depth 2 ## Child Loop BB0_185 Depth 3 ## Child Loop BB0_135 Depth 2 ## Child Loop BB0_163 Depth 3 ## Child Loop BB0_166 Depth 3 ## Child Loop BB0_138 Depth 3 ## Child Loop BB0_156 Depth 3 ## Child Loop BB0_127 Depth 2 ## Child Loop BB0_129 Depth 3 ## Child Loop BB0_120 Depth 2 ## Child Loop BB0_116 Depth 2 ## Child Loop BB0_76 Depth 2 ## Child Loop BB0_80 Depth 3 ## Child Loop BB0_99 Depth 3 ## Child Loop BB0_106 Depth 3 ## Child Loop BB0_65 Depth 2 ## Child Loop BB0_4 Depth 2 ## Child Loop BB0_46 Depth 2 ## Child Loop BB0_48 Depth 3 ## Child Loop BB0_55 Depth 2 ## Child Loop BB0_57 Depth 3 cmpl $99, -5384(%rbp) je LBB0_977 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.9(%rip), %rdi callq _puts leaq L_.str.10(%rip), %rdi callq _puts leaq L_.str.11(%rip), %rdi callq _puts leaq L_.str.12(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6416(%rbp) ## 8-byte Spill subl $39, %eax ja LBB0_976 ## %bb.981: ## in Loop: Header=BB0_1 Depth=1 movq -6416(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movl $0, -5432(%rbp) movl $0, -5436(%rbp) leaq -608(%rbp), %rdi leaq l___const.main.value(%rip), %rsi movl $40, %edx callq _memcpy leaq -720(%rbp), %rdi xorl %esi, %esi movl $100, %edx callq _memset movl $0, -5444(%rbp) movl $0, -5448(%rbp) movl $0, -5452(%rbp) leaq L_.str.14(%rip), %rdi leaq L_.str.15(%rip), %rsi callq _fopen movq %rax, -5472(%rbp) leaq L_.str.16(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -5464(%rbp) LBB0_4: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_44 ## %bb.5: ## in Loop: Header=BB0_4 Depth=2 leaq L_.str.18(%rip), %rdi callq _puts leaq L_.str.19(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.20(%rip), %rsi movb $0, %al callq _fprintf leaq L_.str.21(%rip), %rdi callq _puts leaq L_.str.22(%rip), %rdi callq _puts leaq L_.str.23(%rip), %rdi callq _puts leaq L_.str.24(%rip), %rdi callq _puts leaq L_.str.25(%rip), %rdi callq _puts leaq L_.str.26(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_23 ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.27(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.28(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6421(%rbp) ## 1-byte Spill callq _fprintf movl -5444(%rbp), %eax addl $2, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax incl %eax movl %eax, -5448(%rbp) leaq L_.str.29(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -6421(%rbp), %al ## 1-byte Reload leaq L_.str.30(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6421(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6420(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_7 jmp LBB0_1016 LBB0_1016: ## in Loop: Header=BB0_1 Depth=1 movl -6420(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_12 jmp LBB0_1017 LBB0_1017: ## in Loop: Header=BB0_1 Depth=1 movl -6420(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_13 jmp LBB0_22 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.31(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.32(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) leaq L_.str.33(%rip), %rdi callq _puts leaq L_.str.34(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_9 ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.35(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.36(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $4, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) LBB0_9: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5384(%rbp) jne LBB0_11 ## %bb.10: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.37(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.38(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) LBB0_11: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_22 LBB0_12: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.39(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.40(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $-1, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_22 LBB0_13: ## in Loop: Header=BB0_1 Depth=1 callq _rand movl $2, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -5384(%rbp) cmpl $1, -5384(%rbp) jne LBB0_19 ## %bb.14: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.31(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.32(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) leaq L_.str.33(%rip), %rdi callq _puts leaq L_.str.34(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_16 ## %bb.15: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.35(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.41(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $4, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_22 LBB0_16: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5384(%rbp) jne LBB0_18 ## %bb.17: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.37(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.42(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_22 LBB0_18: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_19 LBB0_19: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5384(%rbp) jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.39(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.40(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $-1, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) LBB0_21: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_22 LBB0_22: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_44 LBB0_23: ## in Loop: Header=BB0_4 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_38 ## %bb.24: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.43(%rip), %rdi callq _puts leaq L_.str.44(%rip), %rdi callq _puts leaq L_.str.45(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.46(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $1, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) leaq L_.str.47(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_31 ## %bb.25: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.48(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.49(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) leaq L_.str.33(%rip), %rdi callq _puts leaq L_.str.34(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_27 ## %bb.26: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.35(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.41(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $4, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_30 LBB0_27: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5384(%rbp) jne LBB0_29 ## %bb.28: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.37(%rip), %rdi movb $0, %al callq _printf movq -5472(%rbp), %rdi leaq L_.str.50(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $3, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) LBB0_29: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_30 LBB0_30: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_37 LBB0_31: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5384(%rbp) jne LBB0_33 ## %bb.32: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.51(%rip), %rdi callq _puts leaq L_.str.52(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.53(%rip), %rsi movb $0, %al callq _fprintf leaq L_.str.13(%rip), %rdi leaq -5356(%rbp), %rsi movb $0, %al callq _scanf movslq -5356(%rbp), %rax movl -608(%rbp,%rax,4), %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_36 LBB0_33: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -5384(%rbp) jne LBB0_35 ## %bb.34: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.54(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.55(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $-1, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) LBB0_35: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_36 LBB0_36: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_37 LBB0_37: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_44 LBB0_38: ## in Loop: Header=BB0_4 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_40 ## %bb.39: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.56(%rip), %rdi callq _puts movq -5472(%rbp), %rdi leaq L_.str.57(%rip), %rsi movb $0, %al callq _fprintf movl -5444(%rbp), %eax addl $1, %eax movl %eax, -5444(%rbp) movl -5448(%rbp), %eax addl $1, %eax movl %eax, -5448(%rbp) jmp LBB0_44 LBB0_40: ## in Loop: Header=BB0_4 Depth=2 leaq L_.str.58(%rip), %rdi callq _puts ## %bb.41: ## in Loop: Header=BB0_4 Depth=2 jmp LBB0_42 LBB0_42: ## in Loop: Header=BB0_4 Depth=2 jmp LBB0_43 LBB0_43: ## in Loop: Header=BB0_4 Depth=2 jmp LBB0_4 LBB0_44: ## in Loop: Header=BB0_1 Depth=1 movl -5444(%rbp), %edi movl -5448(%rbp), %esi callq _averageMk movl %eax, -5452(%rbp) movl -5444(%rbp), %esi movl -5448(%rbp), %edx movl -5452(%rbp), %ecx leaq L_.str.59(%rip), %rdi movb $0, %al callq _printf movl -5452(%rbp), %edi callq _ggPromtMk leaq L_.str.60(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5352(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5352(%rbp) jne LBB0_53 ## %bb.45: ## in Loop: Header=BB0_1 Depth=1 movq -5472(%rbp), %rdi callq _rewind LBB0_46: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_48 Depth 3 movq -5472(%rbp), %rdi leaq L_.str.7(%rip), %rsi leaq -720(%rbp), %rdx movb $0, %al callq _fscanf cmpl $-1, %eax je LBB0_52 ## %bb.47: ## in Loop: Header=BB0_46 Depth=2 leaq -720(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -5436(%rbp) movl $0, -5432(%rbp) LBB0_48: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_46 Depth=2 ## => This Inner Loop Header: Depth=3 movl -5432(%rbp), %eax cmpl -5436(%rbp), %eax jge LBB0_51 ## %bb.49: ## in Loop: Header=BB0_48 Depth=3 movslq -5432(%rbp), %rax movsbl -720(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -5432(%rbp), %rax movb %cl, -720(%rbp,%rax) ## %bb.50: ## in Loop: Header=BB0_48 Depth=3 movl -5432(%rbp), %eax addl $1, %eax movl %eax, -5432(%rbp) jmp LBB0_48 LBB0_51: ## in Loop: Header=BB0_46 Depth=2 movq -5464(%rbp), %rdi leaq -720(%rbp), %rdx leaq L_.str.61(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_46 LBB0_52: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_63 LBB0_53: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -5352(%rbp) jne LBB0_62 ## %bb.54: ## in Loop: Header=BB0_1 Depth=1 movq -5472(%rbp), %rdi callq _rewind LBB0_55: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_57 Depth 3 movq -5472(%rbp), %rdi leaq L_.str.7(%rip), %rsi leaq -720(%rbp), %rdx movb $0, %al callq _fscanf cmpl $-1, %eax je LBB0_61 ## %bb.56: ## in Loop: Header=BB0_55 Depth=2 leaq -720(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -5436(%rbp) movl $0, -5432(%rbp) LBB0_57: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_55 Depth=2 ## => This Inner Loop Header: Depth=3 movl -5432(%rbp), %eax cmpl -5436(%rbp), %eax jge LBB0_60 ## %bb.58: ## in Loop: Header=BB0_57 Depth=3 movslq -5432(%rbp), %rax movsbl -720(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -5432(%rbp), %rax movb %cl, -720(%rbp,%rax) ## %bb.59: ## in Loop: Header=BB0_57 Depth=3 movl -5432(%rbp), %eax addl $1, %eax movl %eax, -5432(%rbp) jmp LBB0_57 LBB0_60: ## in Loop: Header=BB0_55 Depth=2 movq -5464(%rbp), %rdi leaq -720(%rbp), %rdx leaq L_.str.61(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_55 LBB0_61: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_62 LBB0_62: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_63 LBB0_63: ## in Loop: Header=BB0_1 Depth=1 movq -5472(%rbp), %rdi callq _fclose movq -5464(%rbp), %rdi callq _fclose jmp LBB0_976 LBB0_64: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_65 LBB0_65: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_74 ## %bb.66: ## in Loop: Header=BB0_65 Depth=2 leaq L_.str.62(%rip), %rdi callq _puts leaq L_.str.63(%rip), %rdi callq _puts leaq L_.str.64(%rip), %rdi callq _puts leaq L_.str.65(%rip), %rdi callq _puts leaq L_.str.66(%rip), %rdi callq _puts leaq L_.str.67(%rip), %rdi callq _puts leaq L_.str.68(%rip), %rdi callq _puts leaq L_.str.69(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_68 ## %bb.67: leaq L_.str.70(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.71(%rip), %rdi movb $0, %al callq _printf leaq L_.str.72(%rip), %rdi callq _puts callq _flurbos movl $0, -5332(%rbp) jmp LBB0_978 LBB0_68: ## in Loop: Header=BB0_65 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_70 ## %bb.69: ## in Loop: Header=BB0_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.73(%rip), %rdi movb $0, %al callq _printf callq _stars leaq L_.str.74(%rip), %rdi callq _puts callq _planets jmp LBB0_74 LBB0_70: ## in Loop: Header=BB0_65 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_72 ## %bb.71: leaq L_.str.75(%rip), %rdi callq _puts callq _goodBye movl $0, -5332(%rbp) jmp LBB0_978 LBB0_72: ## in Loop: Header=BB0_65 Depth=2 leaq L_.str.76(%rip), %rdi callq _puts ## %bb.73: ## in Loop: Header=BB0_65 Depth=2 jmp LBB0_65 LBB0_74: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_75: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_76 LBB0_76: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_80 Depth 3 ## Child Loop BB0_99 Depth 3 ## Child Loop BB0_106 Depth 3 cmpl $99, -5384(%rbp) je LBB0_114 ## %bb.77: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.77(%rip), %rdi callq _puts leaq L_.str.78(%rip), %rdi callq _puts leaq L_.str.79(%rip), %rdi callq _puts leaq L_.str.80(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_97 ## %bb.78: ## in Loop: Header=BB0_76 Depth=2 leaq -5476(%rbp), %rdi xorl %esi, %esi movl $4, %edx callq _memset movl $0, -5484(%rbp) movl $0, -5488(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -5496(%rbp) movsd -5496(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.81(%rip), %rdi movb $1, %al callq _printf leaq L_.str.82(%rip), %rdi callq _puts leaq L_.str.83(%rip), %rdi callq _puts leaq L_.str.84(%rip), %rdi callq _puts leaq L_.str.85(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5352(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5352(%rbp) jne LBB0_95 ## %bb.79: ## in Loop: Header=BB0_76 Depth=2 movl $0, -5364(%rbp) LBB0_80: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_76 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $6, -5364(%rbp) jge LBB0_83 ## %bb.81: ## in Loop: Header=BB0_80 Depth=3 leaq -5476(%rbp), %rdi callq _RollArray movl %eax, -5480(%rbp) movl -5484(%rbp), %eax addl -5480(%rbp), %eax movl %eax, -5484(%rbp) leaq -5476(%rbp), %rdi callq _Prt ## %bb.82: ## in Loop: Header=BB0_80 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_80 LBB0_83: ## in Loop: Header=BB0_76 Depth=2 cvtsi2ssl -5484(%rbp), %xmm0 movss LCPI0_16(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 movsd %xmm0, -5496(%rbp) movsd -5496(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.86(%rip), %rdi movb $1, %al callq _printf movsd LCPI0_15(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -5496(%rbp), %xmm0 jbe LBB0_85 ## %bb.84: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.87(%rip), %rdi callq _puts movl $99, -5384(%rbp) jmp LBB0_94 LBB0_85: ## in Loop: Header=BB0_76 Depth=2 movsd LCPI0_17(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -5496(%rbp), %xmm0 jbe LBB0_87 ## %bb.86: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.88(%rip), %rdi callq _puts leaq -272(%rbp), %rdi callq _nV jmp LBB0_93 LBB0_87: ## in Loop: Header=BB0_76 Depth=2 movsd LCPI0_18(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -5496(%rbp), %xmm0 jbe LBB0_89 ## %bb.88: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.89(%rip), %rdi callq _puts jmp LBB0_92 LBB0_89: ## in Loop: Header=BB0_76 Depth=2 movsd LCPI0_19(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -5496(%rbp), %xmm0 jbe LBB0_91 ## %bb.90: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.90(%rip), %rdi callq _puts jmp LBB0_114 LBB0_91: ## in Loop: Header=BB0_76 Depth=2 jmp LBB0_92 LBB0_92: ## in Loop: Header=BB0_76 Depth=2 jmp LBB0_93 LBB0_93: ## in Loop: Header=BB0_76 Depth=2 jmp LBB0_94 LBB0_94: ## in Loop: Header=BB0_76 Depth=2 jmp LBB0_96 LBB0_95: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.91(%rip), %rdi callq _puts LBB0_96: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.92(%rip), %rdi callq _puts leaq L_.str.93(%rip), %rdi callq _puts LBB0_97: ## in Loop: Header=BB0_76 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_104 ## %bb.98: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.94(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -5504(%rbp) leaq L_.str.95(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5512(%rbp) leaq L_.str.97(%rip), %rdi callq _puts LBB0_99: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_76 Depth=2 ## => This Inner Loop Header: Depth=3 movq -5512(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB0_100 jmp LBB0_103 LBB0_100: ## in Loop: Header=BB0_99 Depth=3 cmpq $0, -5512(%rbp) je LBB0_102 ## %bb.101: ## in Loop: Header=BB0_99 Depth=3 movq -5512(%rbp), %rdi leaq -768(%rbp), %rdx leaq L_.str.7(%rip), %rsi movb $0, %al callq _fscanf leaq -768(%rbp), %rsi leaq L_.str.98(%rip), %rdi movb $0, %al callq _printf movq -5504(%rbp), %rdi leaq -768(%rbp), %rdx leaq L_.str.98(%rip), %rsi movb $0, %al callq _fprintf LBB0_102: ## in Loop: Header=BB0_99 Depth=3 jmp LBB0_99 LBB0_103: ## in Loop: Header=BB0_76 Depth=2 movq -5504(%rbp), %rdi callq _fclose movq -5512(%rbp), %rdi callq _fclose leaq L_.str.92(%rip), %rdi callq _puts leaq L_.str.93(%rip), %rdi callq _puts LBB0_104: ## in Loop: Header=BB0_76 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_113 ## %bb.105: ## in Loop: Header=BB0_76 Depth=2 movl $0, -5364(%rbp) LBB0_106: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_76 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $3, -5364(%rbp) jge LBB0_109 ## %bb.107: ## in Loop: Header=BB0_106 Depth=3 movslq -5364(%rbp), %rax movl $0, -780(%rbp,%rax,4) ## %bb.108: ## in Loop: Header=BB0_106 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_106 LBB0_109: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.99(%rip), %rdi callq _puts leaq L_.str.100(%rip), %rdi callq _puts leaq L_.str.85(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5352(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5352(%rbp) jne LBB0_111 ## %bb.110: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.101(%rip), %rdi callq _puts callq _BBGprnt leaq -780(%rbp), %rdi callq _TossBag leaq -780(%rbp), %rdi callq _BagTossed leaq L_.str.102(%rip), %rdi callq _puts leaq L_.str.103(%rip), %rdi callq _puts jmp LBB0_112 LBB0_111: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.91(%rip), %rdi callq _puts LBB0_112: ## in Loop: Header=BB0_76 Depth=2 leaq L_.str.92(%rip), %rdi callq _puts leaq L_.str.93(%rip), %rdi callq _puts LBB0_113: ## in Loop: Header=BB0_76 Depth=2 jmp LBB0_76 LBB0_114: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_115: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_116 LBB0_116: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_118 ## %bb.117: ## in Loop: Header=BB0_116 Depth=2 leaq L_.str.104(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_116 LBB0_118: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_119: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_120 LBB0_120: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_125 ## %bb.121: ## in Loop: Header=BB0_120 Depth=2 leaq L_.str.105(%rip), %rdi callq _puts leaq L_.str.106(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6428(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_122 jmp LBB0_1015 LBB0_1015: ## in Loop: Header=BB0_120 Depth=2 movl -6428(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_123 jmp LBB0_124 LBB0_122: ## in Loop: Header=BB0_120 Depth=2 leaq L_.str.107(%rip), %rdi callq _puts jmp LBB0_124 LBB0_123: ## in Loop: Header=BB0_120 Depth=2 leaq L_.str.108(%rip), %rdi callq _puts LBB0_124: ## in Loop: Header=BB0_120 Depth=2 jmp LBB0_120 LBB0_125: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_126: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_127 LBB0_127: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_129 Depth 3 cmpl $99, -5384(%rbp) je LBB0_133 ## %bb.128: ## in Loop: Header=BB0_127 Depth=2 movq -5344(%rbp), %rax movq 16(%rax), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -5520(%rbp) movl $0, -5524(%rbp) movl $0, -5528(%rbp) leaq -5524(%rbp), %rax movq %rax, -5536(%rbp) leaq -5528(%rbp), %rax movq %rax, -5544(%rbp) movq L___const.main.alphabet(%rip), %rax movq %rax, -816(%rbp) movq L___const.main.alphabet+8(%rip), %rax movq %rax, -808(%rbp) movq L___const.main.alphabet+16(%rip), %rax movq %rax, -800(%rbp) movw L___const.main.alphabet+24(%rip), %ax movw %ax, -792(%rbp) movb L___const.main.alphabet+26(%rip), %al movb %al, -790(%rbp) leaq -864(%rbp), %rdi leaq l___const.main.codedMessage(%rip), %rsi movl $40, %edx callq _memcpy movq L___const.main.message(%rip), %rax movq %rax, -876(%rbp) movl L___const.main.message+8(%rip), %eax movl %eax, -868(%rbp) leaq L_.str.109(%rip), %rdi callq _puts leaq L_.str.110(%rip), %rdi callq _puts leaq -864(%rbp), %rdi callq _printMessage leaq -816(%rbp), %rdi leaq -864(%rbp), %rsi movq -5536(%rbp), %rdx movq -5544(%rbp), %rcx callq _decodeMessage movq -5520(%rbp), %rdi movl -5524(%rbp), %edx movl -5528(%rbp), %ecx leaq -876(%rbp), %r8 leaq L_.str.111(%rip), %rsi movb $0, %al callq _fprintf callq _rand movl $3, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -5352(%rbp) movl -5352(%rbp), %edi callq _userFate movl $0, -5364(%rbp) LBB0_129: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_127 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5364(%rbp), %rax movsbl -272(%rbp,%rax), %eax cmpl $0, %eax je LBB0_132 ## %bb.130: ## in Loop: Header=BB0_129 Depth=3 movslq -5364(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -5364(%rbp), %rax movb %cl, -272(%rbp,%rax) ## %bb.131: ## in Loop: Header=BB0_129 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_129 LBB0_132: ## in Loop: Header=BB0_127 Depth=2 leaq -272(%rbp), %rsi leaq L_.str.112(%rip), %rdi movb $0, %al callq _printf movq -5520(%rbp), %rdi callq _fclose leaq L_.str.113(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_127 LBB0_133: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_134: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_135 LBB0_135: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_163 Depth 3 ## Child Loop BB0_166 Depth 3 ## Child Loop BB0_138 Depth 3 ## Child Loop BB0_156 Depth 3 cmpl $99, -5384(%rbp) je LBB0_176 ## %bb.136: ## in Loop: Header=BB0_135 Depth=2 movl $0, -5564(%rbp) callq _rand movslq %eax, %rcx imulq $954437177, %rcx, %rdx ## imm = 0x38E38E39 movq %rdx, %rcx shrq $63, %rcx ## kill: def $ecx killed $ecx killed $rcx sarq $33, %rdx ## kill: def $edx killed $edx killed $rdx addl %ecx, %edx ## implicit-def: $rcx movl %edx, %ecx leal (%rcx,%rcx,8), %ecx subl %ecx, %eax movl %eax, -5552(%rbp) leaq L_.str.114(%rip), %rdi callq _puts leaq L_.str.115(%rip), %rdi callq _puts leaq L_.str.116(%rip), %rdi movq %rdi, -6448(%rbp) ## 8-byte Spill callq _puts leaq L_.str.117(%rip), %rdi movq %rdi, -6456(%rbp) ## 8-byte Spill callq _puts leaq L_.str.118(%rip), %rdi callq _puts movq -6456(%rbp), %rdi ## 8-byte Reload callq _puts movq -6448(%rbp), %rdi ## 8-byte Reload callq _puts leaq L_.str.119(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6440(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_175 ## %bb.1014: ## in Loop: Header=BB0_135 Depth=2 movq -6440(%rbp), %rax ## 8-byte Reload leaq LJTI0_7(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_137: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.120(%rip), %rdi callq _puts leaq L_.str.121(%rip), %rdi callq _puts leaq L_.str.122(%rip), %rdi callq _puts leaq L_.str.123(%rip), %rdi callq _puts leaq L_.str.124(%rip), %rdi callq _puts leaq L_.str.125(%rip), %rdi movb $0, %al callq _printf movl $0, -5364(%rbp) LBB0_138: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_135 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $5, -5364(%rbp) jge LBB0_141 ## %bb.139: ## in Loop: Header=BB0_138 Depth=3 movl -5364(%rbp), %esi addl $1, %esi leaq L_.str.126(%rip), %rdi movb $0, %al callq _printf movslq -5364(%rbp), %rax leaq -1088(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.127(%rip), %rdi movb $0, %al callq _scanf movslq -5364(%rbp), %rax movss -1088(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -5564(%rbp), %xmm0 movss %xmm0, -5564(%rbp) ## %bb.140: ## in Loop: Header=BB0_138 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_138 LBB0_141: ## in Loop: Header=BB0_135 Depth=2 movss -5564(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_14(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -5560(%rbp) movss -5560(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.128(%rip), %rdi movb $1, %al callq _printf movss LCPI0_13(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -5560(%rbp), %xmm0 jbe LBB0_143 ## %bb.142: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.129(%rip), %rdi movb $0, %al callq _printf leaq L_.str.130(%rip), %rdi movb $0, %al callq _printf jmp LBB0_175 LBB0_143: ## in Loop: Header=BB0_135 Depth=2 movss -5560(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_13(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jbe LBB0_145 ## %bb.144: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.131(%rip), %rdi movb $0, %al callq _printf leaq L_.str.132(%rip), %rdi movb $0, %al callq _printf jmp LBB0_175 LBB0_145: ## in Loop: Header=BB0_135 Depth=2 jmp LBB0_146 LBB0_146: ## in Loop: Header=BB0_135 Depth=2 jmp LBB0_147 LBB0_147: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.133(%rip), %rdi callq _puts leaq L_.str.134(%rip), %rdi callq _puts leaq L_.str.135(%rip), %rdi callq _puts leaq L_.str.136(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_151 ## %bb.148: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.137(%rip), %rdi callq _puts leaq L_.str.138(%rip), %rdi movb $0, %al callq _printf movl -5552(%rbp), %esi leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf movl -5384(%rbp), %eax cmpl -5552(%rbp), %eax jne LBB0_150 ## %bb.149: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.139(%rip), %rdi callq _puts callq _mbchoice jmp LBB0_175 LBB0_150: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.140(%rip), %rdi callq _puts leaq L_.str.141(%rip), %rdi callq _puts jmp LBB0_175 LBB0_151: ## in Loop: Header=BB0_135 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_153 ## %bb.152: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.142(%rip), %rdi movb $0, %al callq _printf callq _mbchoice jmp LBB0_175 LBB0_153: ## in Loop: Header=BB0_135 Depth=2 jmp LBB0_154 LBB0_154: ## in Loop: Header=BB0_135 Depth=2 jmp LBB0_155 LBB0_155: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.143(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5576(%rbp) leaq L_.str.144(%rip), %rdi movb $0, %al callq _printf LBB0_156: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_135 Depth=2 ## => This Inner Loop Header: Depth=3 movq -5576(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB0_157 jmp LBB0_160 LBB0_157: ## in Loop: Header=BB0_156 Depth=3 cmpq $0, -5576(%rbp) je LBB0_159 ## %bb.158: ## in Loop: Header=BB0_156 Depth=3 movq -5576(%rbp), %rdi leaq -1296(%rbp), %rdx leaq L_.str.7(%rip), %rsi movb $0, %al callq _fscanf leaq -1296(%rbp), %rsi leaq L_.str.98(%rip), %rdi movb $0, %al callq _printf LBB0_159: ## in Loop: Header=BB0_156 Depth=3 jmp LBB0_156 LBB0_160: ## in Loop: Header=BB0_135 Depth=2 movq -5576(%rbp), %rdi callq _fclose leaq L_.str.145(%rip), %rdi movb $0, %al callq _printf jmp LBB0_175 LBB0_161: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.146(%rip), %rdi callq _puts leaq L_.str.147(%rip), %rdi callq _puts leaq L_.str.148(%rip), %rdi callq _puts leaq L_.str.149(%rip), %rdi callq _puts callq _mbchoice2 jmp LBB0_175 LBB0_162: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.150(%rip), %rdi callq _puts leaq L_.str.151(%rip), %rdi callq _puts movl $0, -5580(%rbp) movl $0, -5584(%rbp) leaq L_.str.152(%rip), %rdi movb $0, %al callq _printf leaq -1408(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf LBB0_163: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_135 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5580(%rbp), %rax movsbl -1408(%rbp,%rax), %eax cmpl $0, %eax je LBB0_165 ## %bb.164: ## in Loop: Header=BB0_163 Depth=3 movl -5580(%rbp), %eax addl $1, %eax movl %eax, -5580(%rbp) jmp LBB0_163 LBB0_165: ## in Loop: Header=BB0_135 Depth=2 movl $0, -5592(%rbp) LBB0_166: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_135 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5592(%rbp), %rax movq %rax, -6464(%rbp) ## 8-byte Spill leaq -1408(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6464(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_169 ## %bb.167: ## in Loop: Header=BB0_166 Depth=3 jmp LBB0_168 LBB0_168: ## in Loop: Header=BB0_166 Depth=3 movl -5592(%rbp), %eax addl $1, %eax movl %eax, -5592(%rbp) jmp LBB0_166 LBB0_169: ## in Loop: Header=BB0_135 Depth=2 movslq -5580(%rbp), %rax movsbl -1408(%rbp,%rax), %eax cmpl $32, %eax je LBB0_171 ## %bb.170: ## in Loop: Header=BB0_135 Depth=2 movl -5584(%rbp), %eax addl $1, %eax movl %eax, -5584(%rbp) LBB0_171: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.153(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5588(%rbp), %rsi movb $0, %al callq _scanf movl -5580(%rbp), %eax cmpl -5588(%rbp), %eax jne LBB0_173 ## %bb.172: leaq L_.str.154(%rip), %rdi movb $0, %al callq _printf leaq L_.str.155(%rip), %rdi movb $0, %al callq _printf jmp LBB0_174 LBB0_173: ## in Loop: Header=BB0_135 Depth=2 leaq L_.str.156(%rip), %rdi movb $0, %al callq _printf leaq L_.str.157(%rip), %rdi movb $0, %al callq _printf jmp LBB0_175 LBB0_174: movl $0, -5332(%rbp) jmp LBB0_978 LBB0_175: ## in Loop: Header=BB0_135 Depth=2 jmp LBB0_135 LBB0_176: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_177: ## in Loop: Header=BB0_1 Depth=1 movl l___const.main.uYes(%rip), %eax movl %eax, -5598(%rbp) movb l___const.main.uYes+4(%rip), %al movb %al, -5594(%rbp) movl L___const.main.uNo(%rip), %eax movl %eax, -5602(%rbp) leaq _clearParser(%rip), %rax movq %rax, -5616(%rbp) leaq L_.str.158(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -5624(%rbp) leaq L_.str.158(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5632(%rbp) LBB0_178: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_185 Depth 3 movb _inventory+6(%rip), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_190 ## %bb.179: ## in Loop: Header=BB0_178 Depth=2 leaq L_.str.159(%rip), %rdi callq _system leaq L_.str.160(%rip), %rdi callq _puts leaq L_.str.161(%rip), %rdi callq _puts leaq L_.str.162(%rip), %rdi callq _puts leaq L_.str.163(%rip), %rdi callq _puts leaq L_.str.164(%rip), %rdi callq _puts leaq L_.str.165(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6469(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -6469(%rbp), %al ## 1-byte Reload leaq L_.str.166(%rip), %rdi leaq -5593(%rbp), %rsi callq _scanf movsbl -5593(%rbp), %eax movl %eax, -6468(%rbp) ## 4-byte Spill subl $109, %eax je LBB0_182 jmp LBB0_1012 LBB0_1012: ## in Loop: Header=BB0_178 Depth=2 movl -6468(%rbp), %eax ## 4-byte Reload subl $110, %eax je LBB0_181 jmp LBB0_1013 LBB0_1013: ## in Loop: Header=BB0_178 Depth=2 movl -6468(%rbp), %eax ## 4-byte Reload subl $121, %eax jne LBB0_183 jmp LBB0_180 LBB0_180: ## in Loop: Header=BB0_178 Depth=2 leaq L_.str.167(%rip), %rdi callq _puts leaq L_.str.168(%rip), %rdi callq _puts jmp LBB0_184 LBB0_181: ## in Loop: Header=BB0_178 Depth=2 leaq L_.str.169(%rip), %rdi callq _puts leaq L_.str.170(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.171(%rip), %rdi movb $0, %al callq _printf leaq L_.str.172(%rip), %rdi callq _puts leaq L_.str.173(%rip), %rdi callq _puts leaq L_.str.174(%rip), %rdi callq _puts jmp LBB0_184 LBB0_182: ## in Loop: Header=BB0_178 Depth=2 leaq L_.str.175(%rip), %rdi callq _puts jmp LBB0_184 LBB0_183: ## in Loop: Header=BB0_178 Depth=2 leaq L_.str.176(%rip), %rdi callq _puts LBB0_184: ## in Loop: Header=BB0_178 Depth=2 callq _mQcontinue leaq L_.str.159(%rip), %rdi callq _system leaq L_.str.177(%rip), %rdi callq _puts leaq L_.str.178(%rip), %rdi callq _puts callq _mQhelpMenu leaq L_.str.179(%rip), %rdi callq _puts callq _mQcontinue leaq L_.str.180(%rip), %rdi callq _puts leaq L_.str.181(%rip), %rdi callq _puts leaq L_.str.182(%rip), %rdi callq _puts leaq L_.str.183(%rip), %rdi callq _puts LBB0_185: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_178 Depth=2 ## => This Inner Loop Header: Depth=3 callq _mQuserInput movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -6470(%rbp) ## 1-byte Spill je LBB0_187 ## %bb.186: ## in Loop: Header=BB0_185 Depth=3 movq -5624(%rbp), %rdi movq -5632(%rbp), %rsi movq -5616(%rbp), %rdx callq _mQparser1 cmpl $0, %eax setne %al movb %al, -6470(%rbp) ## 1-byte Spill LBB0_187: ## in Loop: Header=BB0_185 Depth=3 movb -6470(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_188 jmp LBB0_189 LBB0_188: ## in Loop: Header=BB0_185 Depth=3 jmp LBB0_185 LBB0_189: ## in Loop: Header=BB0_178 Depth=2 jmp LBB0_178 LBB0_190: ## in Loop: Header=BB0_1 Depth=1 movq -5624(%rbp), %rdi callq _fclose jmp LBB0_976 LBB0_191: ## in Loop: Header=BB0_1 Depth=1 movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -5648(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -5656(%rbp) movl $0, -5660(%rbp) movl $0, -5668(%rbp) movl $0, -5672(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -5680(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -5688(%rbp) movl $0, -5692(%rbp) movl $0, -5696(%rbp) movl $0, -5700(%rbp) movl $0, -5704(%rbp) movl $0, -5728(%rbp) movl $0, -5732(%rbp) movl $0, -5736(%rbp) movl $0, -5740(%rbp) movl $0, -5744(%rbp) LBB0_192: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_194 Depth 3 ## Child Loop BB0_197 Depth 3 ## Child Loop BB0_241 Depth 3 ## Child Loop BB0_284 Depth 3 cmpl $99, -5384(%rbp) je LBB0_329 ## %bb.193: ## in Loop: Header=BB0_192 Depth=2 leaq L_.str.184(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5760(%rbp) movq -5760(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -5661(%rbp) LBB0_194: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_192 Depth=2 ## => This Inner Loop Header: Depth=3 movsbl -5661(%rbp), %eax cmpl $-1, %eax je LBB0_196 ## %bb.195: ## in Loop: Header=BB0_194 Depth=3 movsbl -5661(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -5760(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -5661(%rbp) jmp LBB0_194 LBB0_196: ## in Loop: Header=BB0_192 Depth=2 movq -5760(%rbp), %rdi callq _fclose leaq L_.str.186(%rip), %rdi callq _puts leaq L_.str.187(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_197: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_192 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $1, -5384(%rbp) jne LBB0_240 ## %bb.198: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.188(%rip), %rdi callq _puts leaq L_.str.189(%rip), %rdi callq _puts leaq L_.str.187(%rip), %rdi leaq -5736(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5736(%rbp) jne LBB0_219 ## %bb.199: ## in Loop: Header=BB0_197 Depth=3 movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.190(%rip), %rdi movb $1, %al callq _printf leaq L_.str.191(%rip), %rdi leaq -5656(%rbp), %rsi movb $0, %al callq _scanf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cLopezValidBet andb $1, %al movb %al, -5705(%rbp) movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_215 ## %bb.200: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.192(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5721(%rbp), %rsi callq _scanf movsbl -5721(%rbp), %eax movl %eax, -6476(%rbp) ## 4-byte Spill subl $72, %eax je LBB0_201 jmp LBB0_1009 LBB0_1009: ## in Loop: Header=BB0_197 Depth=3 movl -6476(%rbp), %eax ## 4-byte Reload subl $84, %eax je LBB0_202 jmp LBB0_1010 LBB0_1010: ## in Loop: Header=BB0_197 Depth=3 movl -6476(%rbp), %eax ## 4-byte Reload subl $104, %eax je LBB0_201 jmp LBB0_1011 LBB0_1011: ## in Loop: Header=BB0_197 Depth=3 movl -6476(%rbp), %eax ## 4-byte Reload subl $116, %eax je LBB0_202 jmp LBB0_203 LBB0_201: ## in Loop: Header=BB0_197 Depth=3 movl $1, -5728(%rbp) jmp LBB0_204 LBB0_202: ## in Loop: Header=BB0_197 Depth=3 movl $0, -5728(%rbp) jmp LBB0_204 LBB0_203: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.193(%rip), %rdi callq _puts LBB0_204: ## in Loop: Header=BB0_197 Depth=3 callq _rand movl $2, %ecx cltd idivl %ecx movl %edx, -5732(%rbp) cmpl $0, -5732(%rbp) jne LBB0_206 ## %bb.205: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.194(%rip), %rdi callq _puts jmp LBB0_209 LBB0_206: ## in Loop: Header=BB0_197 Depth=3 cmpl $1, -5732(%rbp) jne LBB0_208 ## %bb.207: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.195(%rip), %rdi callq _puts LBB0_208: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_209 LBB0_209: ## in Loop: Header=BB0_197 Depth=3 movl -5728(%rbp), %eax cmpl -5732(%rbp), %eax jne LBB0_211 ## %bb.210: ## in Loop: Header=BB0_197 Depth=3 movsd LCPI0_9(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_214 LBB0_211: ## in Loop: Header=BB0_197 Depth=3 movl -5728(%rbp), %eax cmpl -5732(%rbp), %eax je LBB0_213 ## %bb.212: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.198(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) LBB0_213: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_214 LBB0_214: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_218 LBB0_215: ## in Loop: Header=BB0_197 Depth=3 movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_217 ## %bb.216: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.199(%rip), %rdi movb $0, %al callq _printf LBB0_217: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_218 LBB0_218: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_236 LBB0_219: ## in Loop: Header=BB0_197 Depth=3 cmpl $3, -5736(%rbp) jne LBB0_235 ## %bb.220: ## in Loop: Header=BB0_197 Depth=3 leaq -1420(%rbp), %rdi xorl %esi, %esi movl $12, %edx callq _memset leaq -1420(%rbp), %rax movq %rax, -5776(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.190(%rip), %rdi movb $1, %al callq _printf leaq L_.str.191(%rip), %rdi leaq -5656(%rbp), %rsi movb $0, %al callq _scanf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cLopezValidBet andb $1, %al movb %al, -5705(%rbp) movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_231 ## %bb.221: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.192(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5721(%rbp), %rsi callq _scanf movsbl -5721(%rbp), %eax movl %eax, -6480(%rbp) ## 4-byte Spill subl $72, %eax je LBB0_222 jmp LBB0_1006 LBB0_1006: ## in Loop: Header=BB0_197 Depth=3 movl -6480(%rbp), %eax ## 4-byte Reload subl $84, %eax je LBB0_223 jmp LBB0_1007 LBB0_1007: ## in Loop: Header=BB0_197 Depth=3 movl -6480(%rbp), %eax ## 4-byte Reload subl $104, %eax je LBB0_222 jmp LBB0_1008 LBB0_1008: ## in Loop: Header=BB0_197 Depth=3 movl -6480(%rbp), %eax ## 4-byte Reload subl $116, %eax je LBB0_223 jmp LBB0_224 LBB0_222: ## in Loop: Header=BB0_197 Depth=3 movl $1, -5728(%rbp) jmp LBB0_225 LBB0_223: ## in Loop: Header=BB0_197 Depth=3 movl $0, -5728(%rbp) jmp LBB0_225 LBB0_224: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.193(%rip), %rdi callq _puts LBB0_225: ## in Loop: Header=BB0_197 Depth=3 movq -5776(%rbp), %rdi callq _cLopezFillFlipArray movq -5776(%rbp), %rdi movl -5728(%rbp), %esi callq _cLopezScanFlipArray andb $1, %al movb %al, -5761(%rbp) movb -5761(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_227 ## %bb.226: ## in Loop: Header=BB0_197 Depth=3 movsd LCPI0_9(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_230 LBB0_227: ## in Loop: Header=BB0_197 Depth=3 movb -5761(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_229 ## %bb.228: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.198(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) LBB0_229: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_230 LBB0_230: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_234 LBB0_231: ## in Loop: Header=BB0_197 Depth=3 movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_233 ## %bb.232: ## in Loop: Header=BB0_197 Depth=3 leaq L_.str.199(%rip), %rdi movb $0, %al callq _printf LBB0_233: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_234 LBB0_234: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_235 LBB0_235: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_236 LBB0_236: ## in Loop: Header=BB0_197 Depth=3 movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.200(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %esi leaq L_.str.201(%rip), %rdi movb $0, %al callq _printf movl -5672(%rbp), %esi leaq L_.str.202(%rip), %rdi movb $0, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.203(%rip), %rdi movb $1, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -5680(%rbp), %xmm0 leaq L_.str.204(%rip), %rdi movb $1, %al callq _printf leaq L_.str.205(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -5633(%rbp), %rsi movb $0, %al callq _scanf movsbl -5633(%rbp), %eax cmpl $110, %eax je LBB0_238 ## %bb.237: ## in Loop: Header=BB0_197 Depth=3 movsbl -5633(%rbp), %eax cmpl $78, %eax jne LBB0_239 LBB0_238: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_240 LBB0_239: ## in Loop: Header=BB0_197 Depth=3 jmp LBB0_197 LBB0_240: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_241 LBB0_241: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_192 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $2, -5384(%rbp) jne LBB0_283 ## %bb.242: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.206(%rip), %rdi callq _puts leaq L_.str.207(%rip), %rdi callq _puts leaq L_.str.208(%rip), %rdi callq _puts leaq L_.str.209(%rip), %rdi callq _puts leaq L_.str.210(%rip), %rdi callq _puts leaq L_.str.211(%rip), %rdi callq _puts leaq L_.str.212(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -5692(%rbp), %rsi movb $0, %al callq _scanf cmpl $3, -5692(%rbp) jne LBB0_244 ## %bb.243: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.213(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -5704(%rbp), %rsi movb $0, %al callq _scanf LBB0_244: ## in Loop: Header=BB0_241 Depth=3 movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.190(%rip), %rdi movb $1, %al callq _printf leaq L_.str.191(%rip), %rdi leaq -5656(%rbp), %rsi movb $0, %al callq _scanf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cLopezValidBet andb $1, %al movb %al, -5705(%rbp) movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_276 ## %bb.245: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.214(%rip), %rdi movb $0, %al callq _printf callq _rand movl $36, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -5696(%rbp) movl -5696(%rbp), %esi leaq L_.str.215(%rip), %rdi movb $0, %al callq _printf movl -5696(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_247 ## %bb.246: ## in Loop: Header=BB0_241 Depth=3 movl $2, -5700(%rbp) jmp LBB0_250 LBB0_247: ## in Loop: Header=BB0_241 Depth=3 movl -5696(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $1, %edx jne LBB0_249 ## %bb.248: ## in Loop: Header=BB0_241 Depth=3 movl $3, -5700(%rbp) LBB0_249: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_250 LBB0_250: ## in Loop: Header=BB0_241 Depth=3 cmpl $1, -5692(%rbp) jne LBB0_253 ## %bb.251: ## in Loop: Header=BB0_241 Depth=3 cmpl $2, -5700(%rbp) jne LBB0_253 ## %bb.252: ## in Loop: Header=BB0_241 Depth=3 movsd LCPI0_9(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_275 LBB0_253: ## in Loop: Header=BB0_241 Depth=3 cmpl $2, -5692(%rbp) jne LBB0_256 ## %bb.254: ## in Loop: Header=BB0_241 Depth=3 cmpl $3, -5700(%rbp) jne LBB0_256 ## %bb.255: ## in Loop: Header=BB0_241 Depth=3 movsd LCPI0_9(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_274 LBB0_256: ## in Loop: Header=BB0_241 Depth=3 movl -5704(%rbp), %eax cmpl -5696(%rbp), %eax jne LBB0_258 ## %bb.257: ## in Loop: Header=BB0_241 Depth=3 movsd LCPI0_10(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd LCPI0_10(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd %xmm0, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_273 LBB0_258: ## in Loop: Header=BB0_241 Depth=3 cmpl $1, -5692(%rbp) jne LBB0_262 ## %bb.259: ## in Loop: Header=BB0_241 Depth=3 cmpl $3, -5700(%rbp) je LBB0_261 ## %bb.260: ## in Loop: Header=BB0_241 Depth=3 cmpl $1, -5700(%rbp) jne LBB0_262 LBB0_261: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.216(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_272 LBB0_262: ## in Loop: Header=BB0_241 Depth=3 cmpl $2, -5692(%rbp) jne LBB0_266 ## %bb.263: ## in Loop: Header=BB0_241 Depth=3 cmpl $2, -5700(%rbp) je LBB0_265 ## %bb.264: ## in Loop: Header=BB0_241 Depth=3 cmpl $1, -5700(%rbp) jne LBB0_266 LBB0_265: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.216(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_271 LBB0_266: ## in Loop: Header=BB0_241 Depth=3 cmpl $3, -5692(%rbp) jne LBB0_270 ## %bb.267: ## in Loop: Header=BB0_241 Depth=3 cmpl $2, -5700(%rbp) je LBB0_269 ## %bb.268: ## in Loop: Header=BB0_241 Depth=3 cmpl $3, -5700(%rbp) jne LBB0_270 LBB0_269: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.216(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) LBB0_270: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_271 LBB0_271: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_272 LBB0_272: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_273 LBB0_273: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_274 LBB0_274: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_275 LBB0_275: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_279 LBB0_276: ## in Loop: Header=BB0_241 Depth=3 movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_278 ## %bb.277: ## in Loop: Header=BB0_241 Depth=3 leaq L_.str.199(%rip), %rdi movb $0, %al callq _printf LBB0_278: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_279 LBB0_279: ## in Loop: Header=BB0_241 Depth=3 movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.200(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %esi leaq L_.str.201(%rip), %rdi movb $0, %al callq _printf movl -5672(%rbp), %esi leaq L_.str.202(%rip), %rdi movb $0, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.203(%rip), %rdi movb $1, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -5680(%rbp), %xmm0 leaq L_.str.204(%rip), %rdi movb $1, %al callq _printf leaq L_.str.205(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -5633(%rbp), %rsi movb $0, %al callq _scanf movsbl -5633(%rbp), %eax cmpl $110, %eax je LBB0_281 ## %bb.280: ## in Loop: Header=BB0_241 Depth=3 movsbl -5633(%rbp), %eax cmpl $78, %eax jne LBB0_282 LBB0_281: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_283 LBB0_282: ## in Loop: Header=BB0_241 Depth=3 jmp LBB0_241 LBB0_283: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_284 LBB0_284: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_192 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $3, -5384(%rbp) jne LBB0_328 ## %bb.285: ## in Loop: Header=BB0_284 Depth=3 movw l___const.main.win(%rip), %ax movw %ax, -5779(%rbp) movb l___const.main.win+2(%rip), %al movb %al, -5777(%rbp) movl L___const.main.lose(%rip), %eax movl %eax, -5783(%rbp) movl $0, -5788(%rbp) movl $0, -5792(%rbp) leaq L_.str.217(%rip), %rdi callq _puts leaq L_.str.218(%rip), %rdi callq _puts leaq L_.str.219(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -5796(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5796(%rbp) jne LBB0_304 ## %bb.286: ## in Loop: Header=BB0_284 Depth=3 movq l___const.main.userTeam(%rip), %rax movq %rax, -1520(%rbp) movq l___const.main.userTeam+8(%rip), %rax movq %rax, -1512(%rbp) movq l___const.main.userTeam+16(%rip), %rax movq %rax, -1504(%rbp) movb l___const.main.userTeam+24(%rip), %al movb %al, -1496(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.190(%rip), %rdi movb $1, %al callq _printf leaq L_.str.191(%rip), %rdi leaq -5656(%rbp), %rsi movb $0, %al callq _scanf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cLopezValidBet andb $1, %al movb %al, -5705(%rbp) movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_300 ## %bb.287: ## in Loop: Header=BB0_284 Depth=3 callq _rand movl $13, %ecx cltd idivl %ecx movl %edx, -5788(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5792(%rbp) movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jne LBB0_289 ## %bb.288: ## in Loop: Header=BB0_284 Depth=3 callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5788(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5792(%rbp) LBB0_289: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.220(%rip), %rdi callq _puts movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jle LBB0_291 ## %bb.290: ## in Loop: Header=BB0_284 Depth=3 leaq -1520(%rbp), %rdi leaq -5779(%rbp), %rsi movl $3, %edx movl $25, %ecx callq ___strncat_chk leaq -1520(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB0_294 LBB0_291: ## in Loop: Header=BB0_284 Depth=3 movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jge LBB0_293 ## %bb.292: ## in Loop: Header=BB0_284 Depth=3 leaq -1520(%rbp), %rdi leaq -5783(%rbp), %rsi movl $4, %edx movl $25, %ecx callq ___strncat_chk leaq -1520(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf LBB0_293: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_294 LBB0_294: ## in Loop: Header=BB0_284 Depth=3 movl -5788(%rbp), %esi movl -5792(%rbp), %edx leaq L_.str.221(%rip), %rdi movb $0, %al callq _printf movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jle LBB0_296 ## %bb.295: ## in Loop: Header=BB0_284 Depth=3 movsd LCPI0_12(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd LCPI0_12(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd LCPI0_12(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_299 LBB0_296: ## in Loop: Header=BB0_284 Depth=3 movl -5792(%rbp), %eax cmpl -5788(%rbp), %eax jle LBB0_298 ## %bb.297: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.216(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) LBB0_298: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_299 LBB0_299: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_303 LBB0_300: ## in Loop: Header=BB0_284 Depth=3 movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_302 ## %bb.301: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.199(%rip), %rdi movb $0, %al callq _printf LBB0_302: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_303 LBB0_303: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_324 LBB0_304: ## in Loop: Header=BB0_284 Depth=3 cmpl $2, -5796(%rbp) jne LBB0_323 ## %bb.305: ## in Loop: Header=BB0_284 Depth=3 movq l___const.main.userTeam.222(%rip), %rax movq %rax, -1552(%rbp) movq l___const.main.userTeam.222+8(%rip), %rax movq %rax, -1544(%rbp) movq l___const.main.userTeam.222+16(%rip), %rax movq %rax, -1536(%rbp) movb l___const.main.userTeam.222+24(%rip), %al movb %al, -1528(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.190(%rip), %rdi movb $1, %al callq _printf leaq L_.str.191(%rip), %rdi leaq -5656(%rbp), %rsi movb $0, %al callq _scanf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _cLopezValidBet andb $1, %al movb %al, -5705(%rbp) movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_319 ## %bb.306: ## in Loop: Header=BB0_284 Depth=3 callq _rand movl $13, %ecx cltd idivl %ecx movl %edx, -5788(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5792(%rbp) movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jne LBB0_308 ## %bb.307: ## in Loop: Header=BB0_284 Depth=3 callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5788(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -5792(%rbp) LBB0_308: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.220(%rip), %rdi callq _puts movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jle LBB0_310 ## %bb.309: ## in Loop: Header=BB0_284 Depth=3 leaq -1552(%rbp), %rdi leaq -5779(%rbp), %rsi movl $3, %edx movl $25, %ecx callq ___strncat_chk leaq -1552(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB0_313 LBB0_310: ## in Loop: Header=BB0_284 Depth=3 movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jge LBB0_312 ## %bb.311: ## in Loop: Header=BB0_284 Depth=3 leaq -1552(%rbp), %rdi leaq -5783(%rbp), %rsi movl $4, %edx movl $25, %ecx callq ___strncat_chk leaq -1552(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf LBB0_312: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_313 LBB0_313: ## in Loop: Header=BB0_284 Depth=3 movl -5788(%rbp), %esi movl -5792(%rbp), %edx leaq L_.str.221(%rip), %rdi movb $0, %al callq _printf movl -5788(%rbp), %eax cmpl -5792(%rbp), %eax jle LBB0_315 ## %bb.314: ## in Loop: Header=BB0_284 Depth=3 movsd LCPI0_11(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -5656(%rbp), %xmm0 leaq L_.str.196(%rip), %rdi movb $1, %al callq _printf movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5648(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd LCPI0_11(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %eax addl $1, %eax movl %eax, -5668(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -5688(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd LCPI0_11(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) jmp LBB0_318 LBB0_315: ## in Loop: Header=BB0_284 Depth=3 movl -5792(%rbp), %eax cmpl -5788(%rbp), %eax jle LBB0_317 ## %bb.316: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.216(%rip), %rdi movb $0, %al callq _printf movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5648(%rbp) movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.197(%rip), %rdi movb $1, %al callq _printf movl -5672(%rbp), %eax addl $1, %eax movl %eax, -5672(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5680(%rbp), %xmm0 movsd %xmm0, -5680(%rbp) movsd -5656(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, -5688(%rbp) LBB0_317: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_318 LBB0_318: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_322 LBB0_319: ## in Loop: Header=BB0_284 Depth=3 movb -5705(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_321 ## %bb.320: ## in Loop: Header=BB0_284 Depth=3 leaq L_.str.199(%rip), %rdi movb $0, %al callq _printf LBB0_321: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_322 LBB0_322: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_323 LBB0_323: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_324 LBB0_324: ## in Loop: Header=BB0_284 Depth=3 movsd -5648(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.200(%rip), %rdi movb $1, %al callq _printf movl -5668(%rbp), %esi leaq L_.str.201(%rip), %rdi movb $0, %al callq _printf movl -5672(%rbp), %esi leaq L_.str.202(%rip), %rdi movb $0, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.203(%rip), %rdi movb $1, %al callq _printf movsd -5688(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -5680(%rbp), %xmm0 leaq L_.str.204(%rip), %rdi movb $1, %al callq _printf leaq L_.str.205(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -5633(%rbp), %rsi movb $0, %al callq _scanf movsbl -5633(%rbp), %eax cmpl $110, %eax je LBB0_326 ## %bb.325: ## in Loop: Header=BB0_284 Depth=3 movsbl -5633(%rbp), %eax cmpl $78, %eax jne LBB0_327 LBB0_326: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_328 LBB0_327: ## in Loop: Header=BB0_284 Depth=3 jmp LBB0_284 LBB0_328: ## in Loop: Header=BB0_192 Depth=2 jmp LBB0_192 LBB0_329: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_330: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_331 LBB0_331: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_333 Depth 3 cmpl $99, -5384(%rbp) je LBB0_340 ## %bb.332: ## in Loop: Header=BB0_331 Depth=2 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -5812(%rbp) LBB0_333: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_331 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $28, -5812(%rbp) jge LBB0_336 ## %bb.334: ## in Loop: Header=BB0_333 Depth=3 movslq -5812(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -5812(%rbp), %rax movb %cl, -1584(%rbp,%rax) ## %bb.335: ## in Loop: Header=BB0_333 Depth=3 movl -5812(%rbp), %eax addl $1, %eax movl %eax, -5812(%rbp) jmp LBB0_333 LBB0_336: ## in Loop: Header=BB0_331 Depth=2 leaq -1584(%rbp), %rsi leaq L_.str.223(%rip), %rdi movb $0, %al callq _printf leaq L_.str.224(%rip), %rdi callq _puts leaq L_.str.225(%rip), %rdi callq _puts leaq L_.str.226(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.227(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5828(%rbp), %rsi movb $0, %al callq _scanf callq _rand movl $400, %ecx ## imm = 0x190 cltd idivl %ecx addl $600, %edx ## imm = 0x258 movl %edx, -5824(%rbp) movl -5824(%rbp), %eax subl -5828(%rbp), %eax cmpl $200, %eax jg LBB0_338 ## %bb.337: ## in Loop: Header=BB0_331 Depth=2 movl -5824(%rbp), %esi leaq -272(%rbp), %rdx leaq L_.str.228(%rip), %rdi movb $0, %al callq _printf jmp LBB0_339 LBB0_338: ## in Loop: Header=BB0_331 Depth=2 movl -5824(%rbp), %esi leaq -272(%rbp), %rdx leaq L_.str.229(%rip), %rdi movb $0, %al callq _printf LBB0_339: ## in Loop: Header=BB0_331 Depth=2 jmp LBB0_331 LBB0_340: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_341: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_342 LBB0_342: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_349 ## %bb.343: ## in Loop: Header=BB0_342 Depth=2 leaq L_.str.230(%rip), %rdi callq _puts leaq L_.str.231(%rip), %rdi callq _puts leaq L_.str.232(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6485(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.233(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.234(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.235(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.236(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.237(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.238(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6485(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -5836(%rbp), %rsi callq _scanf movl -5836(%rbp), %eax movl %eax, -6484(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_344 jmp LBB0_1004 LBB0_1004: ## in Loop: Header=BB0_342 Depth=2 movl -6484(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_345 jmp LBB0_1005 LBB0_1005: ## in Loop: Header=BB0_342 Depth=2 movl -6484(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_346 jmp LBB0_347 LBB0_344: ## in Loop: Header=BB0_342 Depth=2 callq _demondoor jmp LBB0_348 LBB0_345: ## in Loop: Header=BB0_342 Depth=2 leaq -272(%rbp), %rdi callq _angeldoor jmp LBB0_348 LBB0_346: ## in Loop: Header=BB0_342 Depth=2 callq _broomcloset jmp LBB0_348 LBB0_347: ## in Loop: Header=BB0_342 Depth=2 leaq L_.str.239(%rip), %rdi movb $0, %al callq _printf LBB0_348: ## in Loop: Header=BB0_342 Depth=2 jmp LBB0_342 LBB0_349: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_350: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_351 LBB0_351: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_353 ## %bb.352: ## in Loop: Header=BB0_351 Depth=2 jmp LBB0_351 LBB0_353: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_354: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_355 LBB0_355: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_357 Depth 3 cmpl $99, -5384(%rbp) je LBB0_362 ## %bb.356: ## in Loop: Header=BB0_355 Depth=2 movl $5, -5840(%rbp) leaq L_.str.240(%rip), %rdi callq _puts leaq L_.str.241(%rip), %rdi callq _puts leaq -1616(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf LBB0_357: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_355 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $5, -5840(%rbp) jne LBB0_361 ## %bb.358: ## in Loop: Header=BB0_357 Depth=3 leaq L_.str.242(%rip), %rdi callq _puts leaq L_.str.243(%rip), %rdi callq _puts leaq L_.str.244(%rip), %rdi callq _puts leaq L_.str.245(%rip), %rdi callq _puts leaq L_.str.246(%rip), %rdi callq _puts leaq L_.str.247(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5840(%rbp), %rsi movb $0, %al callq _scanf cmpl $5, -5840(%rbp) jne LBB0_360 ## %bb.359: ## in Loop: Header=BB0_357 Depth=3 leaq L_.str.248(%rip), %rdi callq _puts leaq L_.str.249(%rip), %rdi callq _puts leaq L_.str.250(%rip), %rdi callq _puts leaq L_.str.251(%rip), %rdi callq _puts leaq L_.str.252(%rip), %rdi callq _puts leaq L_.str.253(%rip), %rdi callq _puts leaq L_.str.254(%rip), %rdi callq _puts leaq L_.str.255(%rip), %rdi callq _puts leaq L_.str.256(%rip), %rdi callq _puts LBB0_360: ## in Loop: Header=BB0_357 Depth=3 jmp LBB0_357 LBB0_361: ## in Loop: Header=BB0_355 Depth=2 leaq L_.str.257(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_355 LBB0_362: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_363: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_364 LBB0_364: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_369 Depth 3 ## Child Loop BB0_372 Depth 3 cmpl $99, -5384(%rbp) je LBB0_394 ## %bb.365: ## in Loop: Header=BB0_364 Depth=2 movl $0, -5860(%rbp) movl $10000, -5864(%rbp) ## imm = 0x2710 movq $0, -5880(%rbp) movq $0, -5888(%rbp) xorps %xmm0, %xmm0 movaps %xmm0, -1648(%rbp) movaps %xmm0, -1664(%rbp) movq $0, -1632(%rbp) movabsq $4677104761256804352, %rax ## imm = 0x40E86A0000000000 movq %rax, -1664(%rbp) movabsq $4661014508095930368, %rax ## imm = 0x40AF400000000000 movq %rax, -1656(%rbp) movabsq $4637440978796412928, %rax ## imm = 0x405B800000000000 movq %rax, -1648(%rbp) movabsq $4602678819172646912, %rax ## imm = 0x3FE0000000000000 movq %rax, -1640(%rbp) leaq L_.str.258(%rip), %rdi callq _puts leaq L_.str.259(%rip), %rdi callq _puts leaq L_.str.260(%rip), %rdi callq _puts leaq L_.str.261(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5890(%rbp), %rsi callq _scanf movsbl -5890(%rbp), %eax movl %eax, -6492(%rbp) ## 4-byte Spill subl $49, %eax je LBB0_366 jmp LBB0_1003 LBB0_1003: movl -6492(%rbp), %eax ## 4-byte Reload subl $50, %eax je LBB0_391 jmp LBB0_392 LBB0_366: ## in Loop: Header=BB0_364 Depth=2 leaq L_.str.262(%rip), %rdi movb $0, %al callq _printf leaq -1776(%rbp), %rsi leaq L_.str.166(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.263(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5904(%rbp) cmpq $0, -5904(%rbp) jne LBB0_368 ## %bb.367: leaq L_.str.264(%rip), %rdi xorl %eax, %eax movl %eax, -6496(%rbp) ## 4-byte Spill callq _printf movl -6496(%rbp), %edi ## 4-byte Reload callq _exit LBB0_368: ## in Loop: Header=BB0_364 Depth=2 movq -5904(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -5889(%rbp) LBB0_369: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_364 Depth=2 ## => This Inner Loop Header: Depth=3 movsbl -5889(%rbp), %eax cmpl $-1, %eax je LBB0_371 ## %bb.370: ## in Loop: Header=BB0_369 Depth=3 movsbl -5889(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -5904(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -5889(%rbp) jmp LBB0_369 LBB0_371: ## in Loop: Header=BB0_364 Depth=2 leaq L_.str.265(%rip), %rdi leaq -5864(%rbp), %rsi movb $0, %al callq _printf movsbl -5891(%rbp), %esi leaq L_.str.166(%rip), %rdi movb $0, %al callq _scanf LBB0_372: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_364 Depth=2 ## => This Inner Loop Header: Depth=3 movsbl -5891(%rbp), %ecx movb $1, %al cmpl $81, %ecx movb %al, -6497(%rbp) ## 1-byte Spill jne LBB0_374 ## %bb.373: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $113, %eax setne %al movb %al, -6497(%rbp) ## 1-byte Spill LBB0_374: ## in Loop: Header=BB0_372 Depth=3 movb -6497(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_375 jmp LBB0_390 LBB0_375: ## in Loop: Header=BB0_372 Depth=3 leaq L_.str.266(%rip), %rdi leaq -5864(%rbp), %rsi movb $0, %al callq _printf leaq L_.str.267(%rip), %rdi movb $0, %al callq _printf leaq L_.str.268(%rip), %rdi movb $0, %al callq _printf leaq L_.str.269(%rip), %rdi movb $0, %al callq _printf leaq L_.str.270(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -5891(%rbp), %rsi movb $0, %al callq _scanf movsbl -5891(%rbp), %eax cmpl $97, %eax je LBB0_377 ## %bb.376: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $65, %eax jne LBB0_378 LBB0_377: ## in Loop: Header=BB0_372 Depth=3 movsd LCPI0_5(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5888(%rbp), %xmm0 movsd %xmm0, -5888(%rbp) movsd -5888(%rbp), %xmm1 ## xmm1 = mem[0],zero cvtsi2sdl -5864(%rbp), %xmm0 subsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -5864(%rbp) movl -5860(%rbp), %eax addl $1, %eax movl %eax, -5860(%rbp) jmp LBB0_382 LBB0_378: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $98, %eax je LBB0_380 ## %bb.379: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $67, %eax jne LBB0_381 LBB0_380: ## in Loop: Header=BB0_372 Depth=3 movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5888(%rbp), %xmm0 movsd %xmm0, -5888(%rbp) movsd -5888(%rbp), %xmm1 ## xmm1 = mem[0],zero cvtsi2sdl -5864(%rbp), %xmm0 subsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -5864(%rbp) movl -5860(%rbp), %eax addl $1, %eax movl %eax, -5860(%rbp) LBB0_381: ## in Loop: Header=BB0_372 Depth=3 jmp LBB0_382 LBB0_382: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $99, %eax je LBB0_384 ## %bb.383: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $67, %eax jne LBB0_385 LBB0_384: ## in Loop: Header=BB0_372 Depth=3 movsd LCPI0_6(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5888(%rbp), %xmm0 movsd %xmm0, -5888(%rbp) movsd -5888(%rbp), %xmm1 ## xmm1 = mem[0],zero cvtsi2sdl -5864(%rbp), %xmm0 subsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -5864(%rbp) movl -5860(%rbp), %eax addl $1, %eax movl %eax, -5860(%rbp) LBB0_385: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $100, %eax je LBB0_387 ## %bb.386: ## in Loop: Header=BB0_372 Depth=3 movsbl -5891(%rbp), %eax cmpl $68, %eax jne LBB0_388 LBB0_387: ## in Loop: Header=BB0_372 Depth=3 movsd LCPI0_7(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -5888(%rbp), %xmm0 movsd %xmm0, -5888(%rbp) movsd -5888(%rbp), %xmm1 ## xmm1 = mem[0],zero cvtsi2sdl -5864(%rbp), %xmm0 subsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -5864(%rbp) movl -5860(%rbp), %eax addl $1, %eax movl %eax, -5860(%rbp) jmp LBB0_389 LBB0_388: ## in Loop: Header=BB0_372 Depth=3 leaq L_.str.271(%rip), %rdi movb $0, %al callq _printf LBB0_389: ## in Loop: Header=BB0_372 Depth=3 jmp LBB0_372 LBB0_390: ## in Loop: Header=BB0_364 Depth=2 movsd -5888(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -5860(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -5872(%rbp) leaq L_.str.272(%rip), %rdi leaq -5888(%rbp), %rsi movb $0, %al callq _printf leaq L_.str.273(%rip), %rdi leaq -5864(%rbp), %rsi movb $0, %al callq _printf leaq L_.str.274(%rip), %rdi leaq -5872(%rbp), %rsi movb $0, %al callq _printf movq -5904(%rbp), %rdi callq _fclose jmp LBB0_393 LBB0_391: jmp LBB0_392 LBB0_392: leaq L_.str.275(%rip), %rdi xorl %eax, %eax movl %eax, -6504(%rbp) ## 4-byte Spill callq _printf movl -6504(%rbp), %edi ## 4-byte Reload callq _exit LBB0_393: ## in Loop: Header=BB0_364 Depth=2 jmp LBB0_364 LBB0_394: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_395: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_396 LBB0_396: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_402 ## %bb.397: ## in Loop: Header=BB0_396 Depth=2 xorl %eax, %eax movl %eax, -6512(%rbp) ## 4-byte Spill movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq -272(%rbp), %rdi callq _monikawelcome leaq L_.str.276(%rip), %rdi callq _puts leaq L_.str.277(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movl -6512(%rbp), %eax ## 4-byte Reload leaq L_.str.13(%rip), %rdi ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6508(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_398 jmp LBB0_1001 LBB0_1001: ## in Loop: Header=BB0_396 Depth=2 movl -6508(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_399 jmp LBB0_1002 LBB0_1002: ## in Loop: Header=BB0_396 Depth=2 movl -6508(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_400 jmp LBB0_401 LBB0_398: ## in Loop: Header=BB0_396 Depth=2 leaq -5906(%rbp), %rdi callq _monikacase1 jmp LBB0_401 LBB0_399: ## in Loop: Header=BB0_396 Depth=2 leaq -5908(%rbp), %rdi callq _monikacase2 jmp LBB0_401 LBB0_400: ## in Loop: Header=BB0_396 Depth=2 leaq -5910(%rbp), %rdi callq _monikacase3 LBB0_401: ## in Loop: Header=BB0_396 Depth=2 jmp LBB0_396 LBB0_402: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_403 LBB0_403: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_404 LBB0_404: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_415 ## %bb.405: ## in Loop: Header=BB0_404 Depth=2 leaq L_.str.278(%rip), %rdi callq _puts leaq L_.str.279(%rip), %rdi callq _puts leaq L_.str.280(%rip), %rdi callq _puts leaq L_.str.281(%rip), %rdi callq _puts leaq L_.str.282(%rip), %rdi callq _puts leaq L_.str.283(%rip), %rdi callq _puts leaq L_.str.284(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_407 ## %bb.406: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.285(%rip), %rdi callq _puts leaq L_.str.286(%rip), %rdi callq _puts jmp LBB0_415 LBB0_407: ## in Loop: Header=BB0_404 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_409 ## %bb.408: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.287(%rip), %rdi callq _puts jmp LBB0_415 LBB0_409: ## in Loop: Header=BB0_404 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_411 ## %bb.410: ## in Loop: Header=BB0_404 Depth=2 leaq L_.str.288(%rip), %rdi callq _puts jmp LBB0_412 LBB0_411: ## in Loop: Header=BB0_404 Depth=2 leaq L_.str.289(%rip), %rdi callq _puts LBB0_412: ## in Loop: Header=BB0_404 Depth=2 jmp LBB0_413 LBB0_413: ## in Loop: Header=BB0_404 Depth=2 jmp LBB0_414 LBB0_414: ## in Loop: Header=BB0_404 Depth=2 jmp LBB0_404 LBB0_415: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_416: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_417 LBB0_417: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_419 ## %bb.418: ## in Loop: Header=BB0_417 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_417 LBB0_419: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_420: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_421 LBB0_421: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_423 ## %bb.422: ## in Loop: Header=BB0_421 Depth=2 leaq L_.str.291(%rip), %rdi callq _puts leaq L_.str.292(%rip), %rdi callq _puts leaq L_.str.293(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_421 LBB0_423: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_424: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_425 LBB0_425: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_442 ## %bb.426: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.294(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) leaq L_.str.295(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6513(%rbp) ## 1-byte Spill callq _printf movq -5920(%rbp), %rdi callq _room19_readFile movb -6513(%rbp), %al ## 1-byte Reload leaq L_.str.296(%rip), %rdi leaq -272(%rbp), %rsi callq _printf callq _room19_doorDecision movl %eax, -5384(%rbp) movl -5384(%rbp), %eax subl $1, %eax jne LBB0_440 jmp LBB0_427 LBB0_427: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.297(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile leaq L_.str.298(%rip), %rdi callq _puts movl $4, %edi callq _sleep leaq L_.str.299(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile leaq L_.str.300(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.301(%rip), %rdi movb $0, %al callq _printf callq _room19_heroChoice movl %eax, -5384(%rbp) cmpl $99, -5384(%rbp) je LBB0_438 ## %bb.428: ## in Loop: Header=BB0_425 Depth=2 leaq -1824(%rbp), %rdi xorl %esi, %esi movl $40, %edx callq _memset leaq -1872(%rbp), %rdi xorl %esi, %esi movl $40, %edx callq _memset leaq -1824(%rbp), %rax movq %rax, -5928(%rbp) movq -5928(%rbp), %rdi callq _room19_criteriaBomb movq -5928(%rbp), %rdi callq _room19_getAvg movss %xmm0, -5932(%rbp) leaq -1872(%rbp), %rax movq %rax, -5928(%rbp) movq -5928(%rbp), %rdi callq _room19_criteriaBomb movq -5928(%rbp), %rdi callq _room19_getAvg movss %xmm0, -5936(%rbp) movss -5936(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -5936(%rbp) movss -5932(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.302(%rip), %rdi movb $1, %al callq _printf movss -5936(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.303(%rip), %rdi movb $1, %al callq _printf movl $3, %edi callq _sleep cmpl $1, -5384(%rbp) jne LBB0_433 ## %bb.429: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.304(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile movl $6, %edi callq _sleep movss -5932(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -5936(%rbp), %xmm0 jb LBB0_431 ## %bb.430: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.305(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile leaq L_.str.306(%rip), %rdi movb $0, %al callq _printf movq L___const.main.stringCriteria(%rip), %rax movq %rax, -1886(%rbp) movl L___const.main.stringCriteria+8(%rip), %eax movl %eax, -1878(%rbp) movw L___const.main.stringCriteria+12(%rip), %ax movw %ax, -1874(%rbp) leaq -272(%rbp), %rdi leaq -1886(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk movl $4, %edi callq _sleep jmp LBB0_432 LBB0_431: ## in Loop: Header=BB0_425 Depth=2 movq -5920(%rbp), %rdi callq _room19_dragonRAWRS leaq L_.str.307(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_heroToast leaq L_.str.308(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_ending3 movq L___const.main.stringCriteria.309(%rip), %rax movq %rax, -1901(%rbp) movl L___const.main.stringCriteria.309+8(%rip), %eax movl %eax, -1893(%rbp) movw L___const.main.stringCriteria.309+12(%rip), %ax movw %ax, -1889(%rbp) movb L___const.main.stringCriteria.309+14(%rip), %al movb %al, -1887(%rbp) leaq -272(%rbp), %rdi leaq -1901(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk leaq L_.str.310(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep LBB0_432: ## in Loop: Header=BB0_425 Depth=2 jmp LBB0_437 LBB0_433: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.311(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile leaq L_.str.312(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movss -5932(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -5936(%rbp), %xmm0 jbe LBB0_435 ## %bb.434: ## in Loop: Header=BB0_425 Depth=2 leaq L_.str.313(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -5920(%rbp) movq -5920(%rbp), %rdi callq _room19_readFile movq L___const.main.stringCriteria.314(%rip), %rax movq %rax, -1920(%rbp) movq L___const.main.stringCriteria.314+8(%rip), %rax movq %rax, -1912(%rbp) movw L___const.main.stringCriteria.314+16(%rip), %ax movw %ax, -1904(%rbp) leaq -272(%rbp), %rdi leaq -1920(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk leaq L_.str.315(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep jmp LBB0_436 LBB0_435: ## in Loop: Header=BB0_425 Depth=2 movq -5920(%rbp), %rdi callq _room19_dragonRAWRS leaq L_.str.316(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_heroToast leaq L_.str.317(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_ending3 leaq L_.str.318(%rip), %rdi movb $0, %al callq _printf movq L___const.main.stringCriteria.319(%rip), %rax movq %rax, -1933(%rbp) movl L___const.main.stringCriteria.319+8(%rip), %eax movl %eax, -1925(%rbp) movb L___const.main.stringCriteria.319+12(%rip), %al movb %al, -1921(%rbp) leaq -272(%rbp), %rdi leaq -1933(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk movl $4, %edi callq _sleep LBB0_436: ## in Loop: Header=BB0_425 Depth=2 jmp LBB0_437 LBB0_437: ## in Loop: Header=BB0_425 Depth=2 movl $99, -5384(%rbp) jmp LBB0_439 LBB0_438: ## in Loop: Header=BB0_425 Depth=2 movq -5920(%rbp), %rdi callq _room19_dragonRAWRS leaq -272(%rbp), %rsi leaq L_.str.320(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_heroToast leaq L_.str.321(%rip), %rdi callq _puts movl $4, %edi callq _sleep movq -5920(%rbp), %rdi callq _room19_ending3 leaq -272(%rbp), %rsi leaq L_.str.322(%rip), %rdi movb $0, %al callq _printf movl $4, %edi callq _sleep movq l___const.main.stringCriteria.323(%rip), %rax movq %rax, -1952(%rbp) movq l___const.main.stringCriteria.323+8(%rip), %rax movq %rax, -1944(%rbp) movw l___const.main.stringCriteria.323+16(%rip), %ax movw %ax, -1936(%rbp) leaq -272(%rbp), %rdi leaq -1952(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk LBB0_439: ## in Loop: Header=BB0_425 Depth=2 jmp LBB0_441 LBB0_440: ## in Loop: Header=BB0_425 Depth=2 leaq -272(%rbp), %rsi leaq L_.str.324(%rip), %rdi movb $0, %al callq _printf movq l___const.main.stringCriteria.325(%rip), %rax movq %rax, -1984(%rbp) movq l___const.main.stringCriteria.325+8(%rip), %rax movq %rax, -1976(%rbp) movw l___const.main.stringCriteria.325+16(%rip), %ax movw %ax, -1968(%rbp) leaq -272(%rbp), %rdi leaq -1984(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcat_chk LBB0_441: ## in Loop: Header=BB0_425 Depth=2 leaq -272(%rbp), %rsi leaq L_.str.326(%rip), %rdi movb $0, %al callq _printf movq -5920(%rbp), %rdi callq _fclose jmp LBB0_425 LBB0_442: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_443: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_444 LBB0_444: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_454 Depth 3 ## Child Loop BB0_459 Depth 3 ## Child Loop BB0_466 Depth 3 ## Child Loop BB0_473 Depth 3 ## Child Loop BB0_482 Depth 3 cmpl $99, -5384(%rbp) je LBB0_519 ## %bb.445: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.327(%rip), %rdi callq _puts callq _patrickInitialPrompt leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_450 ## %bb.446: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.328(%rip), %rdi callq _puts leaq L_.str.329(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6520(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_447 jmp LBB0_1000 LBB0_1000: ## in Loop: Header=BB0_444 Depth=2 movl -6520(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_448 jmp LBB0_449 LBB0_447: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.330(%rip), %rdi callq _puts jmp LBB0_449 LBB0_448: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.331(%rip), %rdi callq _puts LBB0_449: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_518 LBB0_450: ## in Loop: Header=BB0_444 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_452 ## %bb.451: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.332(%rip), %rdi callq _puts jmp LBB0_517 LBB0_452: ## in Loop: Header=BB0_444 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_463 ## %bb.453: ## in Loop: Header=BB0_444 Depth=2 xorps %xmm0, %xmm0 movss %xmm0, -5948(%rbp) leaq L_.str.333(%rip), %rdi callq _puts leaq L_.str.334(%rip), %rdi callq _puts leaq L_.str.335(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5944(%rbp), %rsi movb $0, %al callq _scanf LBB0_454: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_444 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $10, -5944(%rbp) movb %al, -6521(%rbp) ## 1-byte Spill jg LBB0_456 ## %bb.455: ## in Loop: Header=BB0_454 Depth=3 cmpl $1, -5944(%rbp) setl %al movb %al, -6521(%rbp) ## 1-byte Spill LBB0_456: ## in Loop: Header=BB0_454 Depth=3 movb -6521(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_457 jmp LBB0_458 LBB0_457: ## in Loop: Header=BB0_454 Depth=3 leaq L_.str.336(%rip), %rdi movb $0, %al callq _printf leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5944(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_454 LBB0_458: ## in Loop: Header=BB0_444 Depth=2 movl $0, -5940(%rbp) LBB0_459: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_444 Depth=2 ## => This Inner Loop Header: Depth=3 movl -5940(%rbp), %eax cmpl -5944(%rbp), %eax jge LBB0_462 ## %bb.460: ## in Loop: Header=BB0_459 Depth=3 movl -5940(%rbp), %esi addl $1, %esi leaq L_.str.338(%rip), %rdi movb $0, %al callq _printf movslq -5940(%rbp), %rax leaq -2032(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.127(%rip), %rdi movb $0, %al callq _scanf movslq -5940(%rbp), %rax movss -2032(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -5948(%rbp), %xmm0 movss %xmm0, -5948(%rbp) ## %bb.461: ## in Loop: Header=BB0_459 Depth=3 movl -5940(%rbp), %eax addl $1, %eax movl %eax, -5940(%rbp) jmp LBB0_459 LBB0_462: ## in Loop: Header=BB0_444 Depth=2 movss -5948(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtsi2ssl -5944(%rbp), %xmm1 divss %xmm1, %xmm0 movss %xmm0, -5952(%rbp) movss -5952(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.339(%rip), %rdi movb $1, %al callq _printf jmp LBB0_516 LBB0_463: ## in Loop: Header=BB0_444 Depth=2 cmpl $4, -5384(%rbp) jne LBB0_493 ## %bb.464: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.340(%rip), %rdi callq _puts leaq L_.str.341(%rip), %rdi callq _puts leaq L_.str.342(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_470 ## %bb.465: ## in Loop: Header=BB0_444 Depth=2 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -5956(%rbp) LBB0_466: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_444 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $1, -5956(%rbp) jge LBB0_469 ## %bb.467: ## in Loop: Header=BB0_466 Depth=3 callq _rand movl $101, %ecx cltd idivl %ecx movl %edx, %esi leaq L_.str.343(%rip), %rdi movb $0, %al callq _printf leaq L_.str.344(%rip), %rdi movb $0, %al callq _printf ## %bb.468: ## in Loop: Header=BB0_466 Depth=3 movl -5956(%rbp), %eax addl $1, %eax movl %eax, -5956(%rbp) jmp LBB0_466 LBB0_469: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_492 LBB0_470: ## in Loop: Header=BB0_444 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_491 ## %bb.471: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.345(%rip), %rdi movb $0, %al callq _printf leaq L_.str.346(%rip), %rdi callq _puts leaq L_.str.347(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_480 ## %bb.472: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.348(%rip), %rdi movb $0, %al callq _printf leaq -2064(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5960(%rbp) LBB0_473: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_444 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5960(%rbp), %rax movsbl -2064(%rbp,%rax), %eax cmpl $0, %eax je LBB0_479 ## %bb.474: ## in Loop: Header=BB0_473 Depth=3 movslq -5960(%rbp), %rax movsbl -2064(%rbp,%rax), %eax cmpl $65, %eax jl LBB0_477 ## %bb.475: ## in Loop: Header=BB0_473 Depth=3 movslq -5960(%rbp), %rax movsbl -2064(%rbp,%rax), %eax cmpl $90, %eax jg LBB0_477 ## %bb.476: ## in Loop: Header=BB0_473 Depth=3 movslq -5960(%rbp), %rax movsbl -2064(%rbp,%rax), %eax addl $32, %eax movb %al, %cl movslq -5960(%rbp), %rax movb %cl, -2064(%rbp,%rax) LBB0_477: ## in Loop: Header=BB0_473 Depth=3 jmp LBB0_478 LBB0_478: ## in Loop: Header=BB0_473 Depth=3 movl -5960(%rbp), %eax addl $1, %eax movl %eax, -5960(%rbp) jmp LBB0_473 LBB0_479: ## in Loop: Header=BB0_444 Depth=2 leaq -2064(%rbp), %rsi leaq L_.str.349(%rip), %rdi movb $0, %al callq _printf leaq L_.str.350(%rip), %rdi callq _puts jmp LBB0_490 LBB0_480: ## in Loop: Header=BB0_444 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_489 ## %bb.481: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.351(%rip), %rdi movb $0, %al callq _printf leaq -2096(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5964(%rbp) LBB0_482: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_444 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5964(%rbp), %rax movsbl -2096(%rbp,%rax), %eax cmpl $0, %eax je LBB0_488 ## %bb.483: ## in Loop: Header=BB0_482 Depth=3 movslq -5964(%rbp), %rax movsbl -2096(%rbp,%rax), %eax cmpl $97, %eax jl LBB0_486 ## %bb.484: ## in Loop: Header=BB0_482 Depth=3 movslq -5964(%rbp), %rax movsbl -2096(%rbp,%rax), %eax cmpl $122, %eax jg LBB0_486 ## %bb.485: ## in Loop: Header=BB0_482 Depth=3 movslq -5964(%rbp), %rax movsbl -2096(%rbp,%rax), %eax subl $32, %eax movb %al, %cl movslq -5964(%rbp), %rax movb %cl, -2096(%rbp,%rax) LBB0_486: ## in Loop: Header=BB0_482 Depth=3 jmp LBB0_487 LBB0_487: ## in Loop: Header=BB0_482 Depth=3 movl -5964(%rbp), %eax addl $1, %eax movl %eax, -5964(%rbp) jmp LBB0_482 LBB0_488: ## in Loop: Header=BB0_444 Depth=2 leaq -2096(%rbp), %rsi leaq L_.str.352(%rip), %rdi movb $0, %al callq _printf leaq L_.str.353(%rip), %rdi callq _puts LBB0_489: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_490 LBB0_490: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_491 LBB0_491: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_492 LBB0_492: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_515 LBB0_493: ## in Loop: Header=BB0_444 Depth=2 cmpl $5, -5384(%rbp) jne LBB0_514 ## %bb.494: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.354(%rip), %rdi movb $0, %al callq _printf leaq L_.str.355(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_498 ## %bb.495: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.356(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -5976(%rbp) cmpq $0, -5976(%rbp) jne LBB0_497 ## %bb.496: leaq L_.str.357(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_497: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.358(%rip), %rdi movb $0, %al callq _printf leaq -2352(%rbp), %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _scanf leaq -2352(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $250, %esi callq _fgets movq -5976(%rbp), %rdi leaq -2352(%rbp), %rdx leaq L_.str.359(%rip), %rsi movb $0, %al callq _fprintf movq -5976(%rbp), %rdi callq _fclose jmp LBB0_513 LBB0_498: ## in Loop: Header=BB0_444 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_502 ## %bb.499: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.356(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -5976(%rbp) cmpq $0, -5976(%rbp) jne LBB0_501 ## %bb.500: leaq L_.str.361(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_501: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.362(%rip), %rdi movb $0, %al callq _printf leaq -2352(%rbp), %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _scanf leaq -2352(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $250, %esi callq _fgets movq -5976(%rbp), %rdi leaq -2352(%rbp), %rdx leaq L_.str.363(%rip), %rsi movb $0, %al callq _fprintf movq -5976(%rbp), %rdi callq _fclose jmp LBB0_512 LBB0_502: ## in Loop: Header=BB0_444 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_506 ## %bb.503: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.356(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -5976(%rbp) cmpq $0, -5976(%rbp) jne LBB0_505 ## %bb.504: leaq L_.str.357(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_505: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.364(%rip), %rdi movb $0, %al callq _printf leaq -2352(%rbp), %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _scanf leaq -2352(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $250, %esi callq _fgets movq -5976(%rbp), %rdi leaq -2352(%rbp), %rdx leaq L_.str.363(%rip), %rsi movb $0, %al callq _fprintf movq -5976(%rbp), %rdi callq _fclose jmp LBB0_511 LBB0_506: ## in Loop: Header=BB0_444 Depth=2 cmpl $4, -5384(%rbp) jne LBB0_510 ## %bb.507: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.356(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -5976(%rbp) cmpq $0, -5976(%rbp) jne LBB0_509 ## %bb.508: leaq L_.str.357(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_509: ## in Loop: Header=BB0_444 Depth=2 leaq L_.str.365(%rip), %rdi movb $0, %al callq _printf leaq -2352(%rbp), %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _scanf leaq -2352(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $250, %esi callq _fgets movq -5976(%rbp), %rdi leaq -2352(%rbp), %rdx leaq L_.str.363(%rip), %rsi movb $0, %al callq _fprintf movq -5976(%rbp), %rdi callq _fclose LBB0_510: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_511 LBB0_511: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_512 LBB0_512: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_513 LBB0_513: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_514 LBB0_514: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_515 LBB0_515: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_516 LBB0_516: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_517 LBB0_517: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_518 LBB0_518: ## in Loop: Header=BB0_444 Depth=2 jmp LBB0_444 LBB0_519: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_520: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_521 LBB0_521: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_526 Depth 3 cmpl $99, -5384(%rbp) je LBB0_577 ## %bb.522: ## in Loop: Header=BB0_521 Depth=2 movl $0, -5980(%rbp) movl $1, -5984(%rbp) movl $0, -5988(%rbp) movl $0, -5992(%rbp) movl $0, -5996(%rbp) movl $0, -6000(%rbp) movl $0, -6004(%rbp) movl $0, -6008(%rbp) movq $0, -6016(%rbp) movabsq $4626604192193052672, %rax ## imm = 0x4035000000000000 movq %rax, -6024(%rbp) movabsq $4621819117588971520, %rax ## imm = 0x4024000000000000 movq %rax, -6032(%rbp) movabsq $4624633867356078080, %rax ## imm = 0x402E000000000000 movq %rax, -6040(%rbp) movabsq $4627730092099895296, %rax ## imm = 0x4039000000000000 movq %rax, -6048(%rbp) movq $0, -6056(%rbp) movb $120, -6065(%rbp) movw $0, -2368(%rbp) movq $1835365441, -2376(%rbp) ## imm = 0x6D657441 leaq -2362(%rbp), %rax movq %rax, -6080(%rbp) xorl %eax, %eax movl %eax, -6536(%rbp) ## 4-byte Spill movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.366(%rip), %rdi callq _puts leaq L_.str.367(%rip), %rdi callq _puts leaq L_.str.368(%rip), %rdi callq _puts leaq L_.str.369(%rip), %rdi callq _puts leaq L_.str.370(%rip), %rdi callq _puts movl -5980(%rbp), %edi movl -5988(%rbp), %esi callq _Coinflip21 movl %eax, %ecx movl -6536(%rbp), %eax ## 4-byte Reload movl %ecx, -5992(%rbp) leaq L_.str.371(%rip), %rdi ## kill: def $al killed $al killed $eax movb %al, -6529(%rbp) ## 1-byte Spill leaq -272(%rbp), %rsi callq _printf leaq L_.str.372(%rip), %rdi callq _puts leaq L_.str.373(%rip), %rdi callq _puts leaq L_.str.374(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -6529(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6528(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_523 jmp LBB0_994 LBB0_994: ## in Loop: Header=BB0_521 Depth=2 movl -6528(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_563 jmp LBB0_575 LBB0_523: ## in Loop: Header=BB0_521 Depth=2 cmpl $1, -5992(%rbp) jne LBB0_561 ## %bb.524: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.375(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6541(%rbp) ## 1-byte Spill callq _printf callq _codeH leaq L_.str.376(%rip), %rdi callq _puts leaq L_.str.377(%rip), %rdi callq _puts leaq L_.str.378(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -6541(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6540(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_525 jmp LBB0_997 LBB0_997: ## in Loop: Header=BB0_521 Depth=2 movl -6540(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_557 jmp LBB0_998 LBB0_998: ## in Loop: Header=BB0_521 Depth=2 movl -6540(%rbp), %eax ## 4-byte Reload subl $21, %eax je LBB0_558 jmp LBB0_559 LBB0_525: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.379(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.380(%rip), %rdi movb $0, %al callq _printf leaq L_.str.381(%rip), %rdi callq _puts leaq L_.str.382(%rip), %rdi callq _puts leaq L_.str.383(%rip), %rdi callq _puts leaq L_.str.384(%rip), %rdi callq _puts leaq L_.str.385(%rip), %rdi callq _puts movl $0, -5364(%rbp) LBB0_526: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_521 Depth=2 ## => This Inner Loop Header: Depth=3 movl -5364(%rbp), %eax cmpl -5984(%rbp), %eax jge LBB0_556 ## %bb.527: ## in Loop: Header=BB0_526 Depth=3 leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -6065(%rbp), %rsi callq _scanf movsbl -6065(%rbp), %eax addl $-65, %eax movl %eax, %ecx movq %rcx, -6552(%rbp) ## 8-byte Spill subl $50, %eax ja LBB0_553 ## %bb.999: ## in Loop: Header=BB0_526 Depth=3 movq -6552(%rbp), %rax ## 8-byte Reload leaq LJTI0_6(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_528: ## in Loop: Header=BB0_526 Depth=3 cmpl $0, -6000(%rbp) jne LBB0_530 ## %bb.529: ## in Loop: Header=BB0_526 Depth=3 movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -6024(%rbp) movsd -6024(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.386(%rip), %rdi movb $1, %al callq _printf movsd -6024(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -6016(%rbp), %xmm0 movsd %xmm0, -6016(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -6056(%rbp), %xmm0 movsd %xmm0, -6056(%rbp) movl -6000(%rbp), %eax addl $1, %eax movl %eax, -6000(%rbp) movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) jmp LBB0_554 LBB0_530: ## in Loop: Header=BB0_526 Depth=3 cmpl $1, -6000(%rbp) jne LBB0_532 ## %bb.531: ## in Loop: Header=BB0_526 Depth=3 movsd -6024(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.387(%rip), %rdi movb $1, %al callq _printf movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) jmp LBB0_554 LBB0_532: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_533 LBB0_533: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_534 LBB0_534: ## in Loop: Header=BB0_526 Depth=3 cmpl $0, -6004(%rbp) jne LBB0_536 ## %bb.535: ## in Loop: Header=BB0_526 Depth=3 movsd -6032(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.388(%rip), %rdi movb $1, %al callq _printf movsd -6032(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -6016(%rbp), %xmm0 movsd %xmm0, -6016(%rbp) movl -6004(%rbp), %eax addl $1, %eax movl %eax, -6004(%rbp) movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -6056(%rbp), %xmm0 movsd %xmm0, -6056(%rbp) jmp LBB0_554 LBB0_536: ## in Loop: Header=BB0_526 Depth=3 cmpl $1, -6004(%rbp) jne LBB0_538 ## %bb.537: ## in Loop: Header=BB0_526 Depth=3 movsd -6032(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.389(%rip), %rdi movb $1, %al callq _printf movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) jmp LBB0_554 LBB0_538: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_539 LBB0_539: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_540 LBB0_540: ## in Loop: Header=BB0_526 Depth=3 cmpl $0, -5996(%rbp) jne LBB0_542 ## %bb.541: ## in Loop: Header=BB0_526 Depth=3 movsd -6048(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.390(%rip), %rdi movb $1, %al callq _printf movsd -6048(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -6016(%rbp), %xmm0 movsd %xmm0, -6016(%rbp) movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) movl -5996(%rbp), %eax addl $1, %eax movl %eax, -5996(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -6056(%rbp), %xmm0 movsd %xmm0, -6056(%rbp) jmp LBB0_554 LBB0_542: ## in Loop: Header=BB0_526 Depth=3 cmpl $1, -5996(%rbp) jne LBB0_544 ## %bb.543: ## in Loop: Header=BB0_526 Depth=3 movsd -6048(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.391(%rip), %rdi movb $1, %al callq _printf movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) jmp LBB0_554 LBB0_544: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_545 LBB0_545: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_546 LBB0_546: ## in Loop: Header=BB0_526 Depth=3 cmpl $0, -6008(%rbp) jne LBB0_548 ## %bb.547: ## in Loop: Header=BB0_526 Depth=3 movsd -6040(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.390(%rip), %rdi movb $1, %al callq _printf movsd -6040(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -6016(%rbp), %xmm0 movsd %xmm0, -6016(%rbp) movl -6008(%rbp), %eax addl $1, %eax movl %eax, -6008(%rbp) movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -6056(%rbp), %xmm0 movsd %xmm0, -6056(%rbp) jmp LBB0_554 LBB0_548: ## in Loop: Header=BB0_526 Depth=3 cmpl $1, -6008(%rbp) jne LBB0_550 ## %bb.549: ## in Loop: Header=BB0_526 Depth=3 movsd -6040(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.392(%rip), %rdi movb $1, %al callq _printf movl -5984(%rbp), %eax addl $1, %eax movl %eax, -5984(%rbp) jmp LBB0_554 LBB0_550: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_551 LBB0_551: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_552 LBB0_552: ## in Loop: Header=BB0_526 Depth=3 leaq L_.str.393(%rip), %rdi callq _puts movsd -6016(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -6056(%rbp), %xmm0 movsd %xmm0, -6064(%rbp) movsd -6064(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq -272(%rbp), %rsi leaq L_.str.394(%rip), %rdi movb $1, %al callq _printf leaq L_.str.395(%rip), %rdi callq _puts leaq L_.str.396(%rip), %rdi callq _puts leaq L_.str.397(%rip), %rdi callq _puts leaq L_.str.398(%rip), %rdi callq _puts leaq L_.str.399(%rip), %rdi callq _puts jmp LBB0_554 LBB0_553: ## in Loop: Header=BB0_526 Depth=3 movl -5984(%rbp), %eax addl $-1, %eax movl %eax, -5984(%rbp) LBB0_554: ## in Loop: Header=BB0_526 Depth=3 jmp LBB0_555 LBB0_555: ## in Loop: Header=BB0_526 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_526 LBB0_556: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.400(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_557: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.401(%rip), %rdi callq _puts leaq L_.str.402(%rip), %rdi callq _puts leaq L_.str.403(%rip), %rdi callq _puts jmp LBB0_560 LBB0_558: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.404(%rip), %rdi callq _puts leaq L_.str.405(%rip), %rdi callq _puts leaq L_.str.406(%rip), %rdi callq _puts jmp LBB0_560 LBB0_559: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.407(%rip), %rdi callq _puts leaq L_.str.408(%rip), %rdi callq _puts leaq L_.str.409(%rip), %rdi callq _puts leaq L_.str.410(%rip), %rdi callq _puts leaq L_.str.411(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_560: ## in Loop: Header=BB0_521 Depth=2 jmp LBB0_562 LBB0_561: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.412(%rip), %rdi callq _puts leaq L_.str.413(%rip), %rdi callq _puts leaq L_.str.414(%rip), %rdi callq _puts leaq L_.str.415(%rip), %rdi callq _puts LBB0_562: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.416(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_576 LBB0_563: ## in Loop: Header=BB0_521 Depth=2 cmpl $2, -5992(%rbp) jne LBB0_573 ## %bb.564: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.417(%rip), %rdi movb $0, %al callq _printf callq _codeT leaq L_.str.418(%rip), %rdi movb $0, %al callq _printf leaq -2362(%rbp), %rsi leaq L_.str.419(%rip), %rdi movb $0, %al callq _scanf leaq -2376(%rbp), %rdi leaq -2362(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_571 ## %bb.565: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.420(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6557(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -6557(%rbp), %al ## 1-byte Reload leaq L_.str.421(%rip), %rdi callq _printf leaq L_.str.422(%rip), %rdi callq _puts leaq L_.str.423(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -6557(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6556(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_566 jmp LBB0_995 LBB0_995: ## in Loop: Header=BB0_521 Depth=2 movl -6556(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_567 jmp LBB0_996 LBB0_996: ## in Loop: Header=BB0_521 Depth=2 movl -6556(%rbp), %eax ## 4-byte Reload subl $25, %eax je LBB0_568 jmp LBB0_569 LBB0_566: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.424(%rip), %rdi callq _puts leaq L_.str.425(%rip), %rdi callq _puts leaq L_.str.426(%rip), %rdi callq _puts jmp LBB0_570 LBB0_567: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.427(%rip), %rdi callq _puts leaq L_.str.428(%rip), %rdi callq _puts jmp LBB0_570 LBB0_568: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.429(%rip), %rdi callq _puts leaq L_.str.430(%rip), %rdi callq _puts leaq L_.str.431(%rip), %rdi callq _puts leaq L_.str.432(%rip), %rdi callq _puts jmp LBB0_570 LBB0_569: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.433(%rip), %rdi callq _puts LBB0_570: ## in Loop: Header=BB0_521 Depth=2 jmp LBB0_572 LBB0_571: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf LBB0_572: ## in Loop: Header=BB0_521 Depth=2 jmp LBB0_574 LBB0_573: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.437(%rip), %rdi callq _puts leaq L_.str.438(%rip), %rdi callq _puts leaq L_.str.439(%rip), %rdi callq _puts leaq L_.str.440(%rip), %rdi callq _puts leaq L_.str.441(%rip), %rdi callq _puts leaq L_.str.442(%rip), %rdi callq _puts leaq L_.str.425(%rip), %rdi callq _puts leaq L_.str.443(%rip), %rdi callq _puts LBB0_574: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.444(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_576 LBB0_575: ## in Loop: Header=BB0_521 Depth=2 leaq L_.str.445(%rip), %rdi movb $0, %al callq _printf leaq L_.str.446(%rip), %rdi callq _puts leaq L_.str.425(%rip), %rdi callq _puts leaq L_.str.447(%rip), %rdi callq _puts leaq L_.str.448(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_576: ## in Loop: Header=BB0_521 Depth=2 jmp LBB0_521 LBB0_577: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_578: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_579 LBB0_579: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_581 ## %bb.580: ## in Loop: Header=BB0_579 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_579 LBB0_581: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_582: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_583 LBB0_583: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -5384(%rbp) je LBB0_589 ## %bb.584: leaq L_.str.449(%rip), %rdi callq _puts leaq L_.str.450(%rip), %rdi callq _puts leaq L_.str.451(%rip), %rdi callq _puts leaq L_.str.452(%rip), %rdi callq _puts leaq L_.str.453(%rip), %rdi callq _puts leaq L_.str.454(%rip), %rdi callq _puts leaq L_.str.187(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6564(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_585 jmp LBB0_992 LBB0_992: movl -6564(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_586 jmp LBB0_993 LBB0_993: movl -6564(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_587 jmp LBB0_588 LBB0_585: leaq L_.str.455(%rip), %rdi callq _puts leaq L_.str.456(%rip), %rdi callq _puts movl $100, -5352(%rbp) movl $100, -5356(%rbp) movl $1, -5348(%rbp) movl -5352(%rbp), %edi movl -5356(%rbp), %esi movl -5348(%rbp), %edx callq _dpsCalc movl %eax, -5360(%rbp) movl -5360(%rbp), %edi movl -5348(%rbp), %esi callq _printResults jmp LBB0_588 LBB0_586: leaq L_.str.457(%rip), %rdi callq _puts leaq L_.str.458(%rip), %rdi callq _puts movl $100, -5352(%rbp) movl $100, -5356(%rbp) movl $2, -5348(%rbp) movl -5352(%rbp), %edi movl -5356(%rbp), %esi movl -5348(%rbp), %edx callq _dpsCalc movl %eax, -5360(%rbp) movl -5360(%rbp), %edi movl -5348(%rbp), %esi callq _printResults jmp LBB0_588 LBB0_587: leaq L_.str.459(%rip), %rdi movb $0, %al callq _printf leaq L_.str.460(%rip), %rdi movb $0, %al callq _printf leaq L_.str.461(%rip), %rdi movb $0, %al callq _printf leaq -528(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $256, %esi ## imm = 0x100 callq _fgets leaq -528(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $256, %esi ## imm = 0x100 callq _fgets movq -5392(%rbp), %rdi callq _wordGame LBB0_588: leaq L_.str.462(%rip), %rdi callq _puts xorl %edi, %edi callq _exit LBB0_589: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_590: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_591 LBB0_591: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_606 ## %bb.592: ## in Loop: Header=BB0_591 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.463(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf leaq -6084(%rbp), %rdi xorl %esi, %esi movl $4, %edx callq _memset callq _urGuess movl %eax, -6088(%rbp) leaq -6084(%rbp), %rdi movl -6088(%rbp), %esi callq _Anumber movl %eax, -6092(%rbp) cmpl $0, -6092(%rbp) je LBB0_595 ## %bb.593: ## in Loop: Header=BB0_591 Depth=2 cmpl $-1, -6092(%rbp) je LBB0_595 ## %bb.594: ## in Loop: Header=BB0_591 Depth=2 leaq L_.str.464(%rip), %rdi callq _puts jmp LBB0_605 LBB0_595: ## in Loop: Header=BB0_591 Depth=2 cmpl $-1, -6092(%rbp) jne LBB0_597 ## %bb.596: ## in Loop: Header=BB0_591 Depth=2 leaq L_.str.465(%rip), %rdi callq _puts jmp LBB0_604 LBB0_597: ## in Loop: Header=BB0_591 Depth=2 cmpl $11, -6092(%rbp) jl LBB0_600 ## %bb.598: ## in Loop: Header=BB0_591 Depth=2 cmpl $98, -6092(%rbp) jg LBB0_600 ## %bb.599: ## in Loop: Header=BB0_591 Depth=2 leaq L_.str.466(%rip), %rdi callq _puts jmp LBB0_603 LBB0_600: ## in Loop: Header=BB0_591 Depth=2 cmpl $99, -6092(%rbp) jne LBB0_602 ## %bb.601: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_606 LBB0_602: ## in Loop: Header=BB0_591 Depth=2 jmp LBB0_603 LBB0_603: ## in Loop: Header=BB0_591 Depth=2 jmp LBB0_604 LBB0_604: ## in Loop: Header=BB0_591 Depth=2 jmp LBB0_605 LBB0_605: ## in Loop: Header=BB0_591 Depth=2 jmp LBB0_591 LBB0_606: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_607: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_608 LBB0_608: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_614 ## %bb.609: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.467(%rip), %rdi callq _puts leaq L_.str.468(%rip), %rdi callq _puts leaq L_.str.469(%rip), %rdi callq _puts leaq L_.str.470(%rip), %rdi callq _puts leaq L_.str.471(%rip), %rdi callq _puts leaq L_.str.472(%rip), %rdi callq _puts leaq L_.str.473(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_611 ## %bb.610: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.474(%rip), %rdi callq _puts leaq L_.str.475(%rip), %rdi callq _puts leaq L_.str.476(%rip), %rdi callq _puts leaq L_.str.477(%rip), %rdi callq _puts leaq L_.str.478(%rip), %rdi callq _puts LBB0_611: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_613 ## %bb.612: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.479(%rip), %rdi callq _puts leaq L_.str.480(%rip), %rdi callq _puts LBB0_613: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.481(%rip), %rdi callq _puts leaq L_.str.482(%rip), %rdi callq _puts leaq L_.str.483(%rip), %rdi callq _puts leaq L_.str.484(%rip), %rdi callq _puts leaq L_.str.485(%rip), %rdi callq _puts leaq L_.str.486(%rip), %rdi callq _puts leaq L_.str.487(%rip), %rdi callq _puts jmp LBB0_608 LBB0_614: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -5384(%rbp) jne LBB0_616 ## %bb.615: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.488(%rip), %rdi callq _puts leaq L_.str.489(%rip), %rdi callq _puts leaq L_.str.490(%rip), %rdi callq _puts leaq L_.str.491(%rip), %rdi callq _puts leaq L_.str.492(%rip), %rdi callq _puts LBB0_616: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_617: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_618 LBB0_618: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_620 Depth 3 cmpl $99, -5384(%rbp) je LBB0_628 ## %bb.619: ## in Loop: Header=BB0_618 Depth=2 movl $0, -6096(%rbp) leaq -2416(%rbp), %rdi leaq l___const.main.arrInt26(%rip), %rsi movl $36, %edx callq _memcpy movl $0, -6124(%rbp) movl $0, -6128(%rbp) movl $0, -6132(%rbp) movl $0, -6136(%rbp) leaq -2416(%rbp), %rax movq %rax, -6120(%rbp) callq _rand movl $3000, %ecx ## imm = 0xBB8 cltd idivl %ecx addl $1000, %edx ## imm = 0x3E8 movl %edx, -6104(%rbp) callq _rand cltd idivl -6104(%rbp) addl $1, %edx movl %edx, -6108(%rbp) leaq L_.str.493(%rip), %rdi movb $0, %al callq _printf leaq L_.str.494(%rip), %rdi movb $0, %al callq _printf leaq L_.str.495(%rip), %rdi movb $0, %al callq _printf movl -6104(%rbp), %esi leaq L_.str.496(%rip), %rdi movb $0, %al callq _printf movl -6108(%rbp), %esi leaq L_.str.497(%rip), %rdi movb $0, %al callq _printf leaq L_.str.498(%rip), %rdi movb $0, %al callq _printf leaq L_.str.499(%rip), %rdi movb $0, %al callq _printf leaq L_.str.500(%rip), %rdi movb $0, %al callq _printf leaq L_.str.501(%rip), %rdi movb $0, %al callq _printf LBB0_620: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_618 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.502(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6577(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.503(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.504(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.505(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.506(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.507(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6577(%rbp), %al ## 1-byte Reload leaq L_.str.13(%rip), %rdi leaq -6096(%rbp), %rsi callq _scanf movl -6096(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6576(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_625 ## %bb.991: ## in Loop: Header=BB0_620 Depth=3 movq -6576(%rbp), %rax ## 8-byte Reload leaq LJTI0_5(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_621: ## in Loop: Header=BB0_620 Depth=3 movq -6120(%rbp), %rdi callq _greenUSB26 movl %eax, -6128(%rbp) jmp LBB0_625 LBB0_622: ## in Loop: Header=BB0_620 Depth=3 movq -6120(%rbp), %rdi callq _blueUSB26 movl %eax, -6132(%rbp) jmp LBB0_625 LBB0_623: ## in Loop: Header=BB0_620 Depth=3 callq _redUSB26 movl %eax, -6124(%rbp) jmp LBB0_625 LBB0_624: ## in Loop: Header=BB0_620 Depth=3 movl -6124(%rbp), %edi movl -6128(%rbp), %esi movl -6132(%rbp), %edx callq _lockedDoor26 LBB0_625: ## in Loop: Header=BB0_620 Depth=3 jmp LBB0_626 LBB0_626: ## in Loop: Header=BB0_620 Depth=3 cmpl $5, -6096(%rbp) jne LBB0_620 ## %bb.627: ## in Loop: Header=BB0_618 Depth=2 leaq L_.str.508(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_618 LBB0_628: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_629: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_630 LBB0_630: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_636 Depth 3 cmpl $99, -5384(%rbp) je LBB0_649 ## %bb.631: ## in Loop: Header=BB0_630 Depth=2 movl $0, -5352(%rbp) leaq -560(%rbp), %rax movq %rax, -5424(%rbp) leaq L_.str.509(%rip), %rdi callq _puts leaq L_.str.290(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.510(%rip), %rdi movb $0, %al callq _printf leaq L_.str.511(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_633 ## %bb.632: ## in Loop: Header=BB0_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.512(%rip), %rdi movb $0, %al callq _printf leaq L_.str.513(%rip), %rdi callq _puts callq _pause27 leaq -272(%rbp), %rsi leaq L_.str.514(%rip), %rdi movb $0, %al callq _printf leaq L_.str.515(%rip), %rdi callq _puts leaq L_.str.516(%rip), %rdi callq _puts callq _pause27 leaq L_.str.517(%rip), %rdi callq _puts jmp LBB0_649 LBB0_633: ## in Loop: Header=BB0_630 Depth=2 leaq L_.str.518(%rip), %rdi callq _puts leaq L_.str.519(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_635 ## %bb.634: ## in Loop: Header=BB0_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.520(%rip), %rdi movb $0, %al callq _printf leaq L_.str.521(%rip), %rdi callq _puts callq _pause27 leaq L_.str.522(%rip), %rdi callq _puts leaq L_.str.523(%rip), %rdi callq _puts jmp LBB0_649 LBB0_635: ## in Loop: Header=BB0_630 Depth=2 leaq L_.str.524(%rip), %rdi callq _puts callq _pause27 leaq L_.str.525(%rip), %rdi callq _puts leaq L_.str.526(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_636: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_630 Depth=2 ## => This Inner Loop Header: Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $99, -5384(%rbp) movb %al, -6578(%rbp) ## 1-byte Spill je LBB0_638 ## %bb.637: ## in Loop: Header=BB0_636 Depth=3 cmpl $0, -5352(%rbp) sete %al movb %al, -6578(%rbp) ## 1-byte Spill LBB0_638: ## in Loop: Header=BB0_636 Depth=3 movb -6578(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_639 jmp LBB0_648 LBB0_639: ## in Loop: Header=BB0_636 Depth=3 movl -5384(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6592(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_645 ## %bb.990: ## in Loop: Header=BB0_636 Depth=3 movq -6592(%rbp), %rax ## 8-byte Reload leaq LJTI0_4(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_640: ## in Loop: Header=BB0_636 Depth=3 movq -5424(%rbp), %rdi leaq -560(%rbp), %rdx leaq -5412(%rbp), %rsi callq _mining jmp LBB0_645 LBB0_641: ## in Loop: Header=BB0_636 Depth=3 movq -5424(%rbp), %rdi leaq -560(%rbp), %rsi callq _shop jmp LBB0_645 LBB0_642: ## in Loop: Header=BB0_636 Depth=3 movq -5424(%rbp), %rdi leaq -272(%rbp), %rsi callq _gamble jmp LBB0_645 LBB0_643: ## in Loop: Header=BB0_636 Depth=3 movq -5424(%rbp), %rdi movl -5412(%rbp), %esi leaq -560(%rbp), %rdx callq _status jmp LBB0_645 LBB0_644: ## in Loop: Header=BB0_636 Depth=3 movq -5424(%rbp), %rdi leaq -272(%rbp), %rsi callq _fairy movl %eax, -5352(%rbp) movl $99, -5384(%rbp) LBB0_645: ## in Loop: Header=BB0_636 Depth=3 cmpl $0, -5352(%rbp) jne LBB0_647 ## %bb.646: ## in Loop: Header=BB0_636 Depth=3 leaq L_.str.527(%rip), %rdi callq _puts leaq L_.str.526(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_647: ## in Loop: Header=BB0_636 Depth=3 jmp LBB0_636 LBB0_648: ## in Loop: Header=BB0_630 Depth=2 jmp LBB0_630 LBB0_649: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_650: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_651 LBB0_651: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_669 Depth 3 ## Child Loop BB0_683 Depth 3 cmpl $99, -5384(%rbp) je LBB0_695 ## %bb.652: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.528(%rip), %rdi callq _puts leaq L_.str.529(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_681 ## %bb.653: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.530(%rip), %rdi callq _puts leaq L_.str.531(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6600(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_680 ## %bb.989: ## in Loop: Header=BB0_651 Depth=2 movq -6600(%rbp), %rax ## 8-byte Reload leaq LJTI0_3(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_654: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.532(%rip), %rdi callq _puts jmp LBB0_680 LBB0_655: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.533(%rip), %rdi callq _puts movl L___const.main.a(%rip), %eax movl %eax, -6142(%rbp) movb L___const.main.a+4(%rip), %al movb %al, -6138(%rbp) leaq L_.str.7(%rip), %rdi leaq -2624(%rbp), %rsi movb $0, %al callq _scanf leaq -6142(%rbp), %rdi leaq -2624(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_657 ## %bb.656: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.534(%rip), %rdi callq _puts leaq L_.str.535(%rip), %rdi callq _puts LBB0_657: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_680 LBB0_658: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.536(%rip), %rdi callq _puts leaq L_.str.537(%rip), %rdi callq _puts movl L___const.main.b(%rip), %eax movl %eax, -6146(%rbp) movw L___const.main.d(%rip), %ax movw %ax, -6149(%rbp) movb L___const.main.d+2(%rip), %al movb %al, -6147(%rbp) leaq L_.str.7(%rip), %rdi leaq -2624(%rbp), %rsi movb $0, %al callq _scanf leaq -6146(%rbp), %rdi leaq -2624(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_660 ## %bb.659: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.538(%rip), %rdi callq _puts leaq L_.str.539(%rip), %rdi callq _puts jmp LBB0_663 LBB0_660: ## in Loop: Header=BB0_651 Depth=2 leaq -6149(%rbp), %rdi leaq -2624(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_662 ## %bb.661: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.540(%rip), %rdi callq _puts LBB0_662: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_663 LBB0_663: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_680 LBB0_664: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.541(%rip), %rdi callq _puts leaq L_.str.542(%rip), %rdi callq _puts movl L___const.main.e(%rip), %eax movl %eax, -6153(%rbp) movw L___const.main.f(%rip), %ax movw %ax, -6156(%rbp) movb L___const.main.f+2(%rip), %al movb %al, -6154(%rbp) leaq L_.str.7(%rip), %rdi leaq -2624(%rbp), %rsi movb $0, %al callq _scanf leaq -6153(%rbp), %rdi leaq -2624(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_675 ## %bb.665: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.543(%rip), %rdi callq _puts leaq L_.str.544(%rip), %rdi callq _puts leaq L_.str.545(%rip), %rdi callq _puts leaq L_.str.546(%rip), %rdi callq _puts leaq L_.str.547(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_667 ## %bb.666: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.548(%rip), %rdi callq _puts jmp LBB0_674 LBB0_667: ## in Loop: Header=BB0_651 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_673 ## %bb.668: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.549(%rip), %rdi callq _puts movl $0, -6160(%rbp) LBB0_669: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_651 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $10, -6160(%rbp) jge LBB0_672 ## %bb.670: ## in Loop: Header=BB0_669 Depth=3 jmp LBB0_671 LBB0_671: ## in Loop: Header=BB0_669 Depth=3 movl -6160(%rbp), %eax addl $1, %eax movl %eax, -6160(%rbp) jmp LBB0_669 LBB0_672: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.550(%rip), %rdi movb $0, %al callq _printf movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) LBB0_673: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_674 LBB0_674: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_678 LBB0_675: ## in Loop: Header=BB0_651 Depth=2 leaq -6156(%rbp), %rdi leaq -2624(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_677 ## %bb.676: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.551(%rip), %rdi callq _puts LBB0_677: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_678 LBB0_678: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_680 LBB0_679: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.552(%rip), %rdi callq _puts LBB0_680: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_694 LBB0_681: ## in Loop: Header=BB0_651 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_693 ## %bb.682: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.553(%rip), %rdi callq _puts leaq L_.str.554(%rip), %rdi callq _puts leaq L_.str.555(%rip), %rdi callq _puts leaq L_.str.556(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_683: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_651 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $1, -5384(%rbp) jne LBB0_685 ## %bb.684: ## in Loop: Header=BB0_683 Depth=3 leaq L_.str.557(%rip), %rdi callq _puts leaq L_.str.558(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_683 LBB0_685: ## in Loop: Header=BB0_651 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_692 ## %bb.686: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.559(%rip), %rdi callq _puts leaq L_.str.560(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_688 ## %bb.687: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.561(%rip), %rdi callq _puts jmp LBB0_691 LBB0_688: ## in Loop: Header=BB0_651 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_690 ## %bb.689: ## in Loop: Header=BB0_651 Depth=2 leaq L_.str.562(%rip), %rdi callq _puts LBB0_690: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_691 LBB0_691: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_692 LBB0_692: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_693 LBB0_693: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_694 LBB0_694: ## in Loop: Header=BB0_651 Depth=2 jmp LBB0_651 LBB0_695: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_696: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_697 LBB0_697: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -5384(%rbp) je LBB0_729 ## %bb.698: movl $5, -6164(%rbp) movl $0, -6168(%rbp) movl $0, -6172(%rbp) movl $0, -6176(%rbp) movl $0, -6180(%rbp) movl $0, -6184(%rbp) movl $0, -6188(%rbp) movl $0, -6192(%rbp) movl $0, -6196(%rbp) movl $0, -6200(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -6216(%rbp) leaq L_.str.563(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -6224(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.564(%rip), %rdi callq _puts leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.565(%rip), %rdi callq _puts leaq L_.str.566(%rip), %rdi callq _puts leaq L_.str.567(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -6164(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -6164(%rbp) jne LBB0_700 ## %bb.699: leaq L_.str.568(%rip), %rdi callq _puts leaq L_.str.569(%rip), %rdi callq _puts leaq L_.str.570(%rip), %rdi callq _puts LBB0_700: cmpl $1, -6164(%rbp) jne LBB0_709 ## %bb.701: leaq L_.str.571(%rip), %rdi callq _puts leaq L_.str.572(%rip), %rdi callq _puts leaq L_.str.573(%rip), %rdi callq _puts leaq L_.str.574(%rip), %rdi callq _puts leaq L_.str.575(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts leaq L_.str.577(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -6168(%rbp), %rsi callq _scanf movl -6168(%rbp), %eax movl %eax, -6604(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_702 jmp LBB0_988 LBB0_988: movl -6604(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_707 jmp LBB0_708 LBB0_702: leaq L_.str.578(%rip), %rdi callq _puts leaq L_.str.579(%rip), %rdi callq _puts leaq L_.str.580(%rip), %rdi callq _puts leaq L_.str.581(%rip), %rdi callq _puts leaq L_.str.582(%rip), %rdi callq _puts leaq L_.str.583(%rip), %rdi callq _puts leaq L_.str.584(%rip), %rdi callq _puts leaq L_.str.585(%rip), %rdi callq _puts callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -6172(%rbp) callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -6176(%rbp) callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -6180(%rbp) movl -6172(%rbp), %eax addl -6176(%rbp), %eax addl -6180(%rbp), %eax movl %eax, -6184(%rbp) leaq L_.str.586(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -6188(%rbp), %rsi movb $0, %al callq _scanf movl -6184(%rbp), %eax cmpl -6188(%rbp), %eax jne LBB0_704 ## %bb.703: leaq L_.str.587(%rip), %rdi callq _puts leaq L_.str.588(%rip), %rdi callq _puts leaq L_.str.589(%rip), %rdi callq _puts leaq L_.str.590(%rip), %rdi callq _puts jmp LBB0_708 LBB0_704: movl -6184(%rbp), %eax cmpl -6188(%rbp), %eax je LBB0_706 ## %bb.705: leaq L_.str.591(%rip), %rdi callq _puts movl -6184(%rbp), %esi leaq L_.str.592(%rip), %rdi movb $0, %al callq _printf leaq L_.str.593(%rip), %rdi callq _puts jmp LBB0_708 LBB0_706: jmp LBB0_708 LBB0_707: leaq L_.str.594(%rip), %rdi callq _puts leaq L_.str.595(%rip), %rdi movb $0, %al callq _printf leaq L_.str.596(%rip), %rdi callq _puts leaq L_.str.597(%rip), %rdi callq _puts leaq L_.str.598(%rip), %rdi callq _puts LBB0_708: jmp LBB0_709 LBB0_709: cmpl $2, -6164(%rbp) jne LBB0_720 ## %bb.710: leaq L_.str.599(%rip), %rdi callq _puts leaq L_.str.600(%rip), %rdi callq _puts leaq L_.str.601(%rip), %rdi callq _puts leaq L_.str.602(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -6208(%rbp), %rsi movb $0, %al callq _scanf LBB0_711: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $20, -6208(%rbp) movb %al, -6605(%rbp) ## 1-byte Spill jg LBB0_713 ## %bb.712: ## in Loop: Header=BB0_711 Depth=1 cmpl $1, -6208(%rbp) setl %al movb %al, -6605(%rbp) ## 1-byte Spill LBB0_713: ## in Loop: Header=BB0_711 Depth=1 movb -6605(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_714 jmp LBB0_715 LBB0_714: ## in Loop: Header=BB0_711 Depth=1 leaq L_.str.603(%rip), %rdi callq _puts leaq L_.str.604(%rip), %rdi movb $0, %al callq _printf jmp LBB0_711 LBB0_715: movl $0, -6204(%rbp) LBB0_716: ## =>This Inner Loop Header: Depth=1 movl -6204(%rbp), %eax cmpl -6208(%rbp), %eax jge LBB0_719 ## %bb.717: ## in Loop: Header=BB0_716 Depth=1 movl -6204(%rbp), %esi addl $1, %esi leaq L_.str.605(%rip), %rdi movb $0, %al callq _printf movslq -6204(%rbp), %rax leaq -2704(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.127(%rip), %rdi movb $0, %al callq _scanf movslq -6204(%rbp), %rax movss -2704(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -6216(%rbp), %xmm0 movss %xmm0, -6216(%rbp) ## %bb.718: ## in Loop: Header=BB0_716 Depth=1 movl -6204(%rbp), %eax addl $1, %eax movl %eax, -6204(%rbp) jmp LBB0_716 LBB0_719: movss -6216(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtsi2ssl -6208(%rbp), %xmm1 divss %xmm1, %xmm0 movss %xmm0, -6212(%rbp) movss -6212(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.606(%rip), %rdi movb $1, %al callq _printf LBB0_720: cmpl $3, -6164(%rbp) jne LBB0_722 ## %bb.721: leaq L_.str.607(%rip), %rdi callq _puts LBB0_722: cmpl $4, -6164(%rbp) jne LBB0_728 ## %bb.723: leaq L_.str.608(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi movb $0, %al callq _printf leaq -2816(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.610(%rip), %rdi callq _puts movl $0, -6228(%rbp) LBB0_724: ## =>This Inner Loop Header: Depth=1 cmpl $100, -6228(%rbp) jge LBB0_727 ## %bb.725: ## in Loop: Header=BB0_724 Depth=1 movslq -6228(%rbp), %rax movsbl -2816(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -6228(%rbp), %rax movb %cl, -2816(%rbp,%rax) ## %bb.726: ## in Loop: Header=BB0_724 Depth=1 movl -6228(%rbp), %eax addl $1, %eax movl %eax, -6228(%rbp) jmp LBB0_724 LBB0_727: leaq -2816(%rbp), %rsi leaq L_.str.98(%rip), %rdi movb $0, %al callq _printf leaq L_.str.611(%rip), %rdi callq _puts leaq L_.str.612(%rip), %rdi callq _puts LBB0_728: movl $0, -5332(%rbp) jmp LBB0_978 LBB0_729: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_730: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_731 LBB0_731: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_733 Depth 3 ## Child Loop BB0_744 Depth 3 ## Child Loop BB0_747 Depth 4 cmpl $99, -5384(%rbp) je LBB0_778 ## %bb.732: ## in Loop: Header=BB0_731 Depth=2 movl $0, -6232(%rbp) leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.613(%rip), %rdi callq _puts leaq L_.str.614(%rip), %rdi callq _puts leaq L_.str.615(%rip), %rdi callq _puts LBB0_733: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_731 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $1, -5384(%rbp) movb %al, -6606(%rbp) ## 1-byte Spill jne LBB0_735 ## %bb.734: ## in Loop: Header=BB0_733 Depth=3 cmpl $2, -5384(%rbp) setne %al movb %al, -6606(%rbp) ## 1-byte Spill LBB0_735: ## in Loop: Header=BB0_733 Depth=3 movb -6606(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_736 jmp LBB0_743 LBB0_736: ## in Loop: Header=BB0_733 Depth=3 leaq L_.str.616(%rip), %rdi movb $0, %al callq _printf leaq L_.str.617(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_738 ## %bb.737: ## in Loop: Header=BB0_731 Depth=2 leaq L_.str.618(%rip), %rdi movb $0, %al callq _printf leaq L_.str.619(%rip), %rdi movb $0, %al callq _printf jmp LBB0_743 LBB0_738: ## in Loop: Header=BB0_733 Depth=3 cmpl $2, -5384(%rbp) jne LBB0_740 ## %bb.739: ## in Loop: Header=BB0_731 Depth=2 leaq L_.str.620(%rip), %rdi movb $0, %al callq _printf leaq L_.str.621(%rip), %rdi movb $0, %al callq _printf jmp LBB0_743 LBB0_740: ## in Loop: Header=BB0_733 Depth=3 leaq L_.str.622(%rip), %rdi movb $0, %al callq _printf ## %bb.741: ## in Loop: Header=BB0_733 Depth=3 jmp LBB0_742 LBB0_742: ## in Loop: Header=BB0_733 Depth=3 jmp LBB0_733 LBB0_743: ## in Loop: Header=BB0_731 Depth=2 leaq L_.str.623(%rip), %rdi callq _puts movl $0, -5364(%rbp) LBB0_744: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_731 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_747 Depth 4 cmpl $9, -5364(%rbp) jge LBB0_777 ## %bb.745: ## in Loop: Header=BB0_744 Depth=3 leaq L_.str.624(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6617(%rbp) ## 1-byte Spill callq _printf leaq L_.str.625(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -6617(%rbp), %al ## 1-byte Reload leaq L_.str.626(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -6617(%rbp), %al ## 1-byte Reload leaq L_.str.187(%rip), %rdi leaq -6232(%rbp), %rsi callq _scanf movl -6232(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6616(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_774 ## %bb.987: ## in Loop: Header=BB0_744 Depth=3 movq -6616(%rbp), %rax ## 8-byte Reload leaq LJTI0_2(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_746: ## in Loop: Header=BB0_744 Depth=3 leaq L_.str.627(%rip), %rdi callq _puts leaq L_.str.628(%rip), %rdi callq _puts leaq L_.str.629(%rip), %rdi callq _puts leaq L_.str.630(%rip), %rdi callq _puts leaq L_.str.631(%rip), %rdi callq _puts leaq L_.str.632(%rip), %rdi callq _puts leaq L_.str.187(%rip), %rdi leaq -5352(%rbp), %rsi movb $0, %al callq _scanf LBB0_747: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_731 Depth=2 ## Parent Loop BB0_744 Depth=3 ## => This Inner Loop Header: Depth=4 movl -5352(%rbp), %eax cmpl -5356(%rbp), %eax je LBB0_770 ## %bb.748: ## in Loop: Header=BB0_747 Depth=4 cmpl $1, -5352(%rbp) jne LBB0_751 ## %bb.749: ## in Loop: Header=BB0_747 Depth=4 cmpl $2, -5356(%rbp) jne LBB0_751 ## %bb.750: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.633(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_751: ## in Loop: Header=BB0_747 Depth=4 cmpl $1, -5352(%rbp) jne LBB0_754 ## %bb.752: ## in Loop: Header=BB0_747 Depth=4 cmpl $3, -5356(%rbp) jne LBB0_754 ## %bb.753: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.634(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_754: ## in Loop: Header=BB0_747 Depth=4 cmpl $2, -5352(%rbp) jne LBB0_757 ## %bb.755: ## in Loop: Header=BB0_747 Depth=4 cmpl $1, -5356(%rbp) jne LBB0_757 ## %bb.756: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.635(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_757: ## in Loop: Header=BB0_747 Depth=4 cmpl $2, -5352(%rbp) jne LBB0_760 ## %bb.758: ## in Loop: Header=BB0_747 Depth=4 cmpl $3, -5356(%rbp) jne LBB0_760 ## %bb.759: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.636(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_760: ## in Loop: Header=BB0_747 Depth=4 cmpl $3, -5352(%rbp) jne LBB0_763 ## %bb.761: ## in Loop: Header=BB0_747 Depth=4 cmpl $1, -5356(%rbp) jne LBB0_763 ## %bb.762: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.637(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_763: ## in Loop: Header=BB0_747 Depth=4 cmpl $3, -5352(%rbp) jne LBB0_766 ## %bb.764: ## in Loop: Header=BB0_747 Depth=4 cmpl $2, -5356(%rbp) jne LBB0_766 ## %bb.765: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.636(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_766: ## in Loop: Header=BB0_747 Depth=4 cmpl $0, -5352(%rbp) jle LBB0_768 ## %bb.767: ## in Loop: Header=BB0_747 Depth=4 cmpl $4, -5352(%rbp) jl LBB0_769 LBB0_768: ## in Loop: Header=BB0_747 Depth=4 leaq L_.str.638(%rip), %rdi callq _puts callq _coolGuysInteract LBB0_769: ## in Loop: Header=BB0_747 Depth=4 jmp LBB0_747 LBB0_770: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_775 LBB0_771: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_775 LBB0_772: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_775 LBB0_773: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_775 LBB0_774: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_775 LBB0_775: ## in Loop: Header=BB0_744 Depth=3 jmp LBB0_776 LBB0_776: ## in Loop: Header=BB0_744 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_744 LBB0_777: ## in Loop: Header=BB0_731 Depth=2 leaq L_.str.639(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_731 LBB0_778: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_779: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_780 LBB0_780: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_784 Depth 3 ## Child Loop BB0_791 Depth 4 ## Child Loop BB0_806 Depth 4 ## Child Loop BB0_818 Depth 4 ## Child Loop BB0_833 Depth 3 ## Child Loop BB0_856 Depth 3 cmpl $99, -5384(%rbp) je LBB0_860 ## %bb.781: ## in Loop: Header=BB0_780 Depth=2 movl $30, -6244(%rbp) movl $3, -6248(%rbp) movl $30, -6252(%rbp) movl $10, -6256(%rbp) leaq L_.str.640(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -6264(%rbp) callq _printIntroduction movl $2, -6268(%rbp) leaq L_.str.641(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -6618(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -6618(%rbp), %al ## 1-byte Reload leaq L_.str.187(%rip), %rdi leaq -6268(%rbp), %rsi callq _scanf movl -6268(%rbp), %eax subl $1, %eax jne LBB0_783 jmp LBB0_782 LBB0_782: ## in Loop: Header=BB0_780 Depth=2 movl -6248(%rbp), %edi movl -6252(%rbp), %esi callq _printRules LBB0_783: ## in Loop: Header=BB0_780 Depth=2 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq -3056(%rbp), %rdi xorl %esi, %esi movl $240, %edx callq _memset leaq -3296(%rbp), %rdi xorl %esi, %esi movl $240, %edx callq _memset leaq -3536(%rbp), %rdi xorl %esi, %esi movl $240, %edx callq _memset leaq -3056(%rbp), %rax movq %rax, -6280(%rbp) leaq -3296(%rbp), %rax movq %rax, -6288(%rbp) leaq -3536(%rbp), %rax movq %rax, -6296(%rbp) movl $1, -6300(%rbp) movl $1, -6304(%rbp) movl $1, -6308(%rbp) movl $0, -6312(%rbp) LBB0_784: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_791 Depth 4 ## Child Loop BB0_806 Depth 4 ## Child Loop BB0_818 Depth 4 movb $1, %al cmpl $1, -6300(%rbp) movb %al, -6619(%rbp) ## 1-byte Spill je LBB0_787 ## %bb.785: ## in Loop: Header=BB0_784 Depth=3 movb $1, %al cmpl $1, -6304(%rbp) movb %al, -6619(%rbp) ## 1-byte Spill je LBB0_787 ## %bb.786: ## in Loop: Header=BB0_784 Depth=3 cmpl $1, -6308(%rbp) sete %al movb %al, -6619(%rbp) ## 1-byte Spill LBB0_787: ## in Loop: Header=BB0_784 Depth=3 movb -6619(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_788 jmp LBB0_826 LBB0_788: ## in Loop: Header=BB0_784 Depth=3 movl -6312(%rbp), %eax addl $1, %eax movl %eax, -6312(%rbp) imull $10, -6312(%rbp), %eax movl %eax, -6328(%rbp) leaq L_.str.642(%rip), %rdi callq _puts movl -6312(%rbp), %esi movl -6328(%rbp), %ecx leaq L_.str.643(%rip), %rdi movl $1, %edx movb $0, %al callq _printf cmpl $0, -6300(%rbp) je LBB0_801 ## %bb.789: ## in Loop: Header=BB0_784 Depth=3 leaq L_.str.644(%rip), %rdi callq _puts leaq L_.str.645(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -6320(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -6320(%rbp) jne LBB0_797 ## %bb.790: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6316(%rbp) LBB0_791: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## Parent Loop BB0_784 Depth=3 ## => This Inner Loop Header: Depth=4 movl -6316(%rbp), %eax cmpl -6248(%rbp), %eax jge LBB0_794 ## %bb.792: ## in Loop: Header=BB0_791 Depth=4 callq _rand cltd idivl -6328(%rbp) addl $1, %edx movslq -6316(%rbp), %rax movl %edx, -3580(%rbp,%rax,4) ## %bb.793: ## in Loop: Header=BB0_791 Depth=4 movl -6316(%rbp), %eax addl $1, %eax movl %eax, -6316(%rbp) jmp LBB0_791 LBB0_794: ## in Loop: Header=BB0_784 Depth=3 leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi callq _averageM movq -6280(%rbp), %rax movsd %xmm0, (%rax) leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi movl $1, %edx callq _printRollResults movq -6280(%rbp), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.646(%rip), %rdi movb $1, %al callq _printf movq -6280(%rbp), %rax addq $8, %rax movq %rax, -6280(%rbp) leaq -3056(%rbp), %rdi movl -6244(%rbp), %esi callq _sumM movsd %xmm0, -3568(%rbp) movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.647(%rip), %rdi movb $1, %al callq _printf movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_796 ## %bb.795: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6300(%rbp) movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -6252(%rbp), %esi leaq L_.str.648(%rip), %rdi movb $1, %al callq _printf LBB0_796: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_800 LBB0_797: ## in Loop: Header=BB0_784 Depth=3 cmpl $2, -6320(%rbp) jne LBB0_799 ## %bb.798: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6300(%rbp) LBB0_799: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_800 LBB0_800: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_801 LBB0_801: ## in Loop: Header=BB0_784 Depth=3 cmpl $0, -6304(%rbp) je LBB0_813 ## %bb.802: ## in Loop: Header=BB0_784 Depth=3 leaq L_.str.649(%rip), %rdi callq _puts movl $1, -6332(%rbp) cvtsi2sdl -6252(%rbp), %xmm0 movsd %xmm0, -6632(%rbp) ## 8-byte Spill leaq -3296(%rbp), %rdi movl -6244(%rbp), %esi callq _sumM movsd -6632(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero subsd %xmm0, %xmm1 cvtsi2sdl -6256(%rbp), %xmm0 ucomisd %xmm1, %xmm0 jbe LBB0_804 ## %bb.803: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6332(%rbp) movl $0, -6304(%rbp) leaq L_.str.650(%rip), %rdi callq _puts LBB0_804: ## in Loop: Header=BB0_784 Depth=3 cmpl $1, -6332(%rbp) jne LBB0_812 ## %bb.805: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6316(%rbp) LBB0_806: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## Parent Loop BB0_784 Depth=3 ## => This Inner Loop Header: Depth=4 movl -6316(%rbp), %eax cmpl -6248(%rbp), %eax jge LBB0_809 ## %bb.807: ## in Loop: Header=BB0_806 Depth=4 callq _rand cltd idivl -6328(%rbp) addl $1, %edx movslq -6316(%rbp), %rax movl %edx, -3580(%rbp,%rax,4) ## %bb.808: ## in Loop: Header=BB0_806 Depth=4 movl -6316(%rbp), %eax addl $1, %eax movl %eax, -6316(%rbp) jmp LBB0_806 LBB0_809: ## in Loop: Header=BB0_784 Depth=3 leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi callq _averageM movq -6288(%rbp), %rax movsd %xmm0, (%rax) leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi xorl %edx, %edx callq _printRollResults movq -6288(%rbp), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.651(%rip), %rdi movb $1, %al callq _printf movq -6288(%rbp), %rax addq $8, %rax movq %rax, -6288(%rbp) leaq -3296(%rbp), %rdi movl -6244(%rbp), %esi callq _sumM movsd %xmm0, -3560(%rbp) movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.652(%rip), %rdi movb $1, %al callq _printf movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_811 ## %bb.810: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6304(%rbp) movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -6252(%rbp), %esi leaq L_.str.653(%rip), %rdi movb $1, %al callq _printf LBB0_811: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_812 LBB0_812: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_813 LBB0_813: ## in Loop: Header=BB0_784 Depth=3 cmpl $0, -6308(%rbp) je LBB0_825 ## %bb.814: ## in Loop: Header=BB0_784 Depth=3 leaq L_.str.654(%rip), %rdi callq _puts movl $1, -6332(%rbp) cvtsi2sdl -6252(%rbp), %xmm0 movsd %xmm0, -6640(%rbp) ## 8-byte Spill leaq -3536(%rbp), %rdi movl -6244(%rbp), %esi callq _sumM movsd -6640(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero subsd %xmm0, %xmm1 cvtsi2sdl -6256(%rbp), %xmm0 ucomisd %xmm1, %xmm0 jbe LBB0_816 ## %bb.815: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6332(%rbp) movl $0, -6308(%rbp) leaq L_.str.655(%rip), %rdi callq _puts LBB0_816: ## in Loop: Header=BB0_784 Depth=3 cmpl $1, -6332(%rbp) jne LBB0_824 ## %bb.817: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6316(%rbp) LBB0_818: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## Parent Loop BB0_784 Depth=3 ## => This Inner Loop Header: Depth=4 movl -6316(%rbp), %eax cmpl -6248(%rbp), %eax jge LBB0_821 ## %bb.819: ## in Loop: Header=BB0_818 Depth=4 callq _rand cltd idivl -6328(%rbp) addl $1, %edx movslq -6316(%rbp), %rax movl %edx, -3580(%rbp,%rax,4) ## %bb.820: ## in Loop: Header=BB0_818 Depth=4 movl -6316(%rbp), %eax addl $1, %eax movl %eax, -6316(%rbp) jmp LBB0_818 LBB0_821: ## in Loop: Header=BB0_784 Depth=3 leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi callq _averageM movq -6296(%rbp), %rax movsd %xmm0, (%rax) leaq -3580(%rbp), %rdi movl -6248(%rbp), %esi xorl %edx, %edx callq _printRollResults movq -6296(%rbp), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.656(%rip), %rdi movb $1, %al callq _printf movq -6296(%rbp), %rax addq $8, %rax movq %rax, -6296(%rbp) leaq -3536(%rbp), %rdi movl -6244(%rbp), %esi callq _sumM movsd %xmm0, -3552(%rbp) movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.657(%rip), %rdi movb $1, %al callq _printf movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_823 ## %bb.822: ## in Loop: Header=BB0_784 Depth=3 movl $0, -6308(%rbp) movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -6252(%rbp), %esi leaq L_.str.658(%rip), %rdi movb $1, %al callq _printf LBB0_823: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_824 LBB0_824: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_825 LBB0_825: ## in Loop: Header=BB0_784 Depth=3 jmp LBB0_784 LBB0_826: ## in Loop: Header=BB0_780 Depth=2 movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.659(%rip), %rdi movb $1, %al callq _printf movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.660(%rip), %rdi movb $1, %al callq _printf movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.661(%rip), %rdi movb $1, %al callq _printf movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_828 ## %bb.827: ## in Loop: Header=BB0_780 Depth=2 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -3568(%rbp) LBB0_828: ## in Loop: Header=BB0_780 Depth=2 movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_830 ## %bb.829: ## in Loop: Header=BB0_780 Depth=2 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -3560(%rbp) LBB0_830: ## in Loop: Header=BB0_780 Depth=2 movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -6252(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_832 ## %bb.831: ## in Loop: Header=BB0_780 Depth=2 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -3552(%rbp) LBB0_832: ## in Loop: Header=BB0_780 Depth=2 movl $0, -6316(%rbp) LBB0_833: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -6316(%rbp), %rax movq %rax, -6648(%rbp) ## 8-byte Spill leaq -272(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6648(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_839 ## %bb.834: ## in Loop: Header=BB0_833 Depth=3 movl -6316(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_836 ## %bb.835: ## in Loop: Header=BB0_833 Depth=3 movslq -6316(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -6316(%rbp), %rax movb %cl, -272(%rbp,%rax) jmp LBB0_837 LBB0_836: ## in Loop: Header=BB0_833 Depth=3 movslq -6316(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -6316(%rbp), %rax movb %cl, -272(%rbp,%rax) LBB0_837: ## in Loop: Header=BB0_833 Depth=3 jmp LBB0_838 LBB0_838: ## in Loop: Header=BB0_833 Depth=3 movl -6316(%rbp), %eax addl $1, %eax movl %eax, -6316(%rbp) jmp LBB0_833 LBB0_839: ## in Loop: Header=BB0_780 Depth=2 leaq -3840(%rbp), %rdi leaq l___const.main.nameToReplace(%rip), %rsi movl $256, %edx ## imm = 0x100 callq _memcpy leaq -4096(%rbp), %rdi xorl %esi, %esi movl $256, %edx ## imm = 0x100 callq _memset movb $77, -4096(%rbp) movb $97, -4095(%rbp) movb $78, -4094(%rbp) movb $110, -4093(%rbp) movb $89, -4092(%rbp) leaq -4096(%rbp), %rdi leaq -272(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_841 ## %bb.840: ## in Loop: Header=BB0_780 Depth=2 leaq -272(%rbp), %rdi leaq -3840(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcpy_chk LBB0_841: ## in Loop: Header=BB0_780 Depth=2 movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jne LBB0_845 jp LBB0_845 ## %bb.842: ## in Loop: Header=BB0_780 Depth=2 movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jne LBB0_845 jp LBB0_845 ## %bb.843: ## in Loop: Header=BB0_780 Depth=2 movsd -3552(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jne LBB0_845 jp LBB0_845 ## %bb.844: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.662(%rip), %rdi callq _puts movq -6264(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.663(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_854 LBB0_845: ## in Loop: Header=BB0_780 Depth=2 movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -3560(%rbp), %xmm0 jbe LBB0_848 ## %bb.846: ## in Loop: Header=BB0_780 Depth=2 movsd -3568(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -3552(%rbp), %xmm0 jbe LBB0_848 ## %bb.847: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.664(%rip), %rdi movb $0, %al callq _printf movq -6264(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.665(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_853 LBB0_848: ## in Loop: Header=BB0_780 Depth=2 movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -3552(%rbp), %xmm0 jbe LBB0_851 ## %bb.849: ## in Loop: Header=BB0_780 Depth=2 movsd -3560(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -3568(%rbp), %xmm0 jbe LBB0_851 ## %bb.850: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.666(%rip), %rdi movb $0, %al callq _printf movq -6264(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.667(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_852 LBB0_851: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.668(%rip), %rdi movb $0, %al callq _printf movq -6264(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.669(%rip), %rsi movb $0, %al callq _fprintf LBB0_852: ## in Loop: Header=BB0_780 Depth=2 jmp LBB0_853 LBB0_853: ## in Loop: Header=BB0_780 Depth=2 jmp LBB0_854 LBB0_854: ## in Loop: Header=BB0_780 Depth=2 movq -6264(%rbp), %rdi callq _fclose movl $2, -6336(%rbp) leaq L_.str.670(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -6336(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -6336(%rbp) jne LBB0_859 ## %bb.855: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.640(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -6344(%rbp) movq -6344(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -6345(%rbp) LBB0_856: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_780 Depth=2 ## => This Inner Loop Header: Depth=3 movsbl -6345(%rbp), %eax cmpl $-1, %eax je LBB0_858 ## %bb.857: ## in Loop: Header=BB0_856 Depth=3 movsbl -6345(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -6344(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -6345(%rbp) jmp LBB0_856 LBB0_858: ## in Loop: Header=BB0_780 Depth=2 movq -6344(%rbp), %rdi callq _fclose LBB0_859: ## in Loop: Header=BB0_780 Depth=2 leaq L_.str.671(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_780 LBB0_860: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_861: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_862 LBB0_862: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_864 Depth 3 cmpl $99, -5384(%rbp) je LBB0_872 ## %bb.863: ## in Loop: Header=BB0_862 Depth=2 leaq L_.str.672(%rip), %rdi callq _puts LBB0_864: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_862 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $99, -5384(%rbp) je LBB0_871 ## %bb.865: ## in Loop: Header=BB0_864 Depth=3 movl $0, -4169(%rbp) movq $0, -4176(%rbp) leaq L_.str.673(%rip), %rdi callq _puts leaq L_.str.674(%rip), %rdi callq _puts leaq L_.str.675(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -5384(%rbp), %rsi callq _scanf movl -5384(%rbp), %eax movl %eax, -6652(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_866 jmp LBB0_985 LBB0_985: ## in Loop: Header=BB0_864 Depth=3 movl -6652(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_867 jmp LBB0_986 LBB0_986: ## in Loop: Header=BB0_864 Depth=3 movl -6652(%rbp), %eax ## 4-byte Reload subl $99, %eax je LBB0_868 jmp LBB0_869 LBB0_866: ## in Loop: Header=BB0_864 Depth=3 leaq -4176(%rbp), %rdi callq _randomString movq %rax, -6360(%rbp) movq -6360(%rbp), %rsi leaq L_.str.676(%rip), %rdi movb $0, %al callq _printf movq -6360(%rbp), %rsi leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf jmp LBB0_870 LBB0_867: ## in Loop: Header=BB0_864 Depth=3 jmp LBB0_870 LBB0_868: ## in Loop: Header=BB0_864 Depth=3 jmp LBB0_870 LBB0_869: ## in Loop: Header=BB0_864 Depth=3 leaq L_.str.678(%rip), %rdi callq _puts LBB0_870: ## in Loop: Header=BB0_864 Depth=3 jmp LBB0_864 LBB0_871: ## in Loop: Header=BB0_862 Depth=2 jmp LBB0_862 LBB0_872: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_873: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_874 LBB0_874: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_876 ## %bb.875: ## in Loop: Header=BB0_874 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_874 LBB0_876: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_877: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_878 LBB0_878: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_880 ## %bb.879: ## in Loop: Header=BB0_878 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_878 LBB0_880: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_881: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_882 LBB0_882: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_884 ## %bb.883: ## in Loop: Header=BB0_882 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_882 LBB0_884: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_885: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_886 LBB0_886: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_888 ## %bb.887: ## in Loop: Header=BB0_886 Depth=2 leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_886 LBB0_888: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_889: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_890 LBB0_890: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_892 Depth 3 ## Child Loop BB0_904 Depth 3 ## Child Loop BB0_908 Depth 3 ## Child Loop BB0_910 Depth 4 ## Child Loop BB0_917 Depth 3 ## Child Loop BB0_921 Depth 3 ## Child Loop BB0_923 Depth 4 cmpl $99, -5384(%rbp) je LBB0_935 ## %bb.891: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset callq _room_37_read_instructions_from_file leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf LBB0_892: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## => This Inner Loop Header: Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -5384(%rbp) movb %al, -6653(%rbp) ## 1-byte Spill jl LBB0_894 ## %bb.893: ## in Loop: Header=BB0_892 Depth=3 cmpl $3, -5384(%rbp) setle %al movb %al, -6653(%rbp) ## 1-byte Spill LBB0_894: ## in Loop: Header=BB0_892 Depth=3 movb -6653(%rbp), %al ## 1-byte Reload xorb $-1, %al testb $1, %al jne LBB0_895 jmp LBB0_896 LBB0_895: ## in Loop: Header=BB0_892 Depth=3 leaq L_.str.679(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_892 LBB0_896: ## in Loop: Header=BB0_890 Depth=2 movl -5384(%rbp), %eax movl %eax, -6660(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_897 jmp LBB0_983 LBB0_983: ## in Loop: Header=BB0_890 Depth=2 movl -6660(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_898 jmp LBB0_984 LBB0_984: ## in Loop: Header=BB0_890 Depth=2 movl -6660(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_899 jmp LBB0_900 LBB0_897: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.680(%rip), %rdi callq _puts leaq L_.str.681(%rip), %rdi callq _puts leaq L_.str.682(%rip), %rdi callq _puts leaq L_.str.683(%rip), %rdi callq _puts leaq L_.str.684(%rip), %rdi callq _puts leaq -4208(%rbp), %rdi leaq L_.str.685(%rip), %rsi movl $20, %edx callq ___strcpy_chk jmp LBB0_901 LBB0_898: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.686(%rip), %rdi callq _puts leaq L_.str.687(%rip), %rdi callq _puts leaq L_.str.688(%rip), %rdi callq _puts leaq L_.str.689(%rip), %rdi callq _puts leaq -4208(%rbp), %rdi leaq L_.str.690(%rip), %rsi movl $20, %edx callq ___strcpy_chk jmp LBB0_901 LBB0_899: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.691(%rip), %rdi callq _puts leaq L_.str.692(%rip), %rdi callq _puts leaq L_.str.693(%rip), %rdi callq _puts leaq -4208(%rbp), %rdi leaq L_.str.694(%rip), %rsi movl $20, %edx callq ___strcpy_chk jmp LBB0_901 LBB0_900: ## in Loop: Header=BB0_890 Depth=2 jmp LBB0_901 LBB0_901: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.695(%rip), %rdi callq _puts leaq L_.str.696(%rip), %rdi callq _puts leaq L_.str.697(%rip), %rdi callq _puts callq _rand movl $30, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -5404(%rbp) movl -5404(%rbp), %edi callq _room_37_guess_number movl %eax, -6364(%rbp) cmpl $0, -6364(%rbp) jne LBB0_903 ## %bb.902: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.698(%rip), %rdi callq _puts jmp LBB0_915 LBB0_903: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.699(%rip), %rdi callq _puts leaq L_.str.700(%rip), %rdi callq _puts leaq -5216(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5364(%rbp) LBB0_904: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5364(%rbp), %rax movq %rax, -6672(%rbp) ## 8-byte Spill leaq -5216(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6672(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_907 ## %bb.905: ## in Loop: Header=BB0_904 Depth=3 movslq -5364(%rbp), %rax movsbl -5216(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -5364(%rbp), %rax movb %cl, -5216(%rbp,%rax) ## %bb.906: ## in Loop: Header=BB0_904 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_904 LBB0_907: ## in Loop: Header=BB0_890 Depth=2 jmp LBB0_908 LBB0_908: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_910 Depth 4 leaq -5216(%rbp), %rdi leaq L_.str.701(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_914 ## %bb.909: ## in Loop: Header=BB0_908 Depth=3 leaq L_.str.702(%rip), %rdi callq _puts leaq -5216(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5364(%rbp) LBB0_910: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## Parent Loop BB0_908 Depth=3 ## => This Inner Loop Header: Depth=4 movslq -5364(%rbp), %rax movq %rax, -6680(%rbp) ## 8-byte Spill leaq -5216(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6680(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_913 ## %bb.911: ## in Loop: Header=BB0_910 Depth=4 movslq -5364(%rbp), %rax movsbl -5216(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -5364(%rbp), %rax movb %cl, -5216(%rbp,%rax) ## %bb.912: ## in Loop: Header=BB0_910 Depth=4 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_910 LBB0_913: ## in Loop: Header=BB0_908 Depth=3 jmp LBB0_908 LBB0_914: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rsi leaq L_.str.703(%rip), %rdi movb $0, %al callq _printf LBB0_915: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.704(%rip), %rdi callq _puts callq _room_37_average movl %eax, -6368(%rbp) cmpl $1, -6368(%rbp) jne LBB0_928 ## %bb.916: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.700(%rip), %rdi callq _puts leaq -5216(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5364(%rbp) LBB0_917: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -5364(%rbp), %rax movq %rax, -6688(%rbp) ## 8-byte Spill leaq -5216(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6688(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_920 ## %bb.918: ## in Loop: Header=BB0_917 Depth=3 movslq -5364(%rbp), %rax movsbl -5216(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -5364(%rbp), %rax movb %cl, -5216(%rbp,%rax) ## %bb.919: ## in Loop: Header=BB0_917 Depth=3 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_917 LBB0_920: ## in Loop: Header=BB0_890 Depth=2 jmp LBB0_921 LBB0_921: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_923 Depth 4 leaq -5216(%rbp), %rdi leaq L_.str.701(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_927 ## %bb.922: ## in Loop: Header=BB0_921 Depth=3 leaq L_.str.702(%rip), %rdi callq _puts leaq -5216(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -5364(%rbp) LBB0_923: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_890 Depth=2 ## Parent Loop BB0_921 Depth=3 ## => This Inner Loop Header: Depth=4 movslq -5364(%rbp), %rax movq %rax, -6696(%rbp) ## 8-byte Spill leaq -5216(%rbp), %rdi callq _strlen movq %rax, %rcx movq -6696(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_926 ## %bb.924: ## in Loop: Header=BB0_923 Depth=4 movslq -5364(%rbp), %rax movsbl -5216(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -5364(%rbp), %rax movb %cl, -5216(%rbp,%rax) ## %bb.925: ## in Loop: Header=BB0_923 Depth=4 movl -5364(%rbp), %eax addl $1, %eax movl %eax, -5364(%rbp) jmp LBB0_923 LBB0_926: ## in Loop: Header=BB0_921 Depth=3 jmp LBB0_921 LBB0_927: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rsi leaq L_.str.703(%rip), %rdi movb $0, %al callq _printf LBB0_928: ## in Loop: Header=BB0_890 Depth=2 movl -6364(%rbp), %eax addl -6368(%rbp), %eax cmpl $2, %eax jne LBB0_930 ## %bb.929: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rsi leaq L_.str.705(%rip), %rdi movb $0, %al callq _printf leaq -4208(%rbp), %rsi leaq L_.str.706(%rip), %rdi movb $0, %al callq _printf jmp LBB0_934 LBB0_930: ## in Loop: Header=BB0_890 Depth=2 movl -6364(%rbp), %eax addl -6368(%rbp), %eax cmpl $1, %eax jne LBB0_932 ## %bb.931: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rsi leaq L_.str.707(%rip), %rdi movb $0, %al callq _printf leaq L_.str.708(%rip), %rdi movb $0, %al callq _printf jmp LBB0_933 LBB0_932: ## in Loop: Header=BB0_890 Depth=2 leaq -4208(%rbp), %rsi leaq L_.str.709(%rip), %rdi movb $0, %al callq _printf leaq L_.str.710(%rip), %rdi movb $0, %al callq _printf LBB0_933: ## in Loop: Header=BB0_890 Depth=2 jmp LBB0_934 LBB0_934: ## in Loop: Header=BB0_890 Depth=2 leaq L_.str.711(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_890 LBB0_935: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_936: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.7(%rip), %rdi leaq L_.str.712(%rip), %rsi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5380(%rbp), %rsi movb $0, %al callq _scanf LBB0_937: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_945 Depth 3 cmpl $5, -5380(%rbp) je LBB0_958 ## %bb.938: ## in Loop: Header=BB0_937 Depth=2 xorps %xmm0, %xmm0 movups %xmm0, -5236(%rbp) movaps %xmm0, -5248(%rbp) movaps %xmm0, -5264(%rbp) movl $0, -6392(%rbp) movl $0, -6388(%rbp) movl -5380(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -6704(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_957 ## %bb.982: ## in Loop: Header=BB0_937 Depth=2 movq -6704(%rbp), %rax ## 8-byte Reload leaq LJTI0_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_939: ## in Loop: Header=BB0_937 Depth=2 leaq L_.str.713(%rip), %rdi movb $0, %al callq _printf callq _total movl %eax, -6392(%rbp) cmpl $2, -6392(%rbp) jle LBB0_941 ## %bb.940: ## in Loop: Header=BB0_937 Depth=2 leaq L_.str.714(%rip), %rdi movb $0, %al callq _printf jmp LBB0_942 LBB0_941: ## in Loop: Header=BB0_937 Depth=2 leaq L_.str.715(%rip), %rdi movb $0, %al callq _printf LBB0_942: ## in Loop: Header=BB0_937 Depth=2 jmp LBB0_957 LBB0_943: ## in Loop: Header=BB0_937 Depth=2 callq _prompt movl %eax, -6372(%rbp) leaq -5264(%rbp), %rdi movl -6372(%rbp), %esi callq _modArray leaq -5264(%rbp), %rdi movl -6372(%rbp), %esi callq _printArray jmp LBB0_957 LBB0_944: ## in Loop: Header=BB0_937 Depth=2 jmp LBB0_945 LBB0_945: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_937 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $-1, -6388(%rbp) je LBB0_955 ## %bb.946: ## in Loop: Header=BB0_945 Depth=3 leaq L_.str.716(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -6408(%rbp) leaq L_.str.7(%rip), %rdi leaq L_.str.717(%rip), %rsi movb $0, %al callq _printf movq -6408(%rbp), %rdi leaq L_.str.7(%rip), %rsi leaq L_.str.717(%rip), %rdx movb $0, %al callq _fprintf leaq L_.str.718(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -6384(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.719(%rip), %rdi movb $0, %al callq _printf leaq -5296(%rbp), %rsi leaq L_.str.419(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.720(%rip), %rdi movb $0, %al callq _printf leaq L_.str.721(%rip), %rdi leaq -6400(%rbp), %rsi movb $0, %al callq _scanf movq -6408(%rbp), %rdi movl -6384(%rbp), %edx leaq -5296(%rbp), %rcx movsd -6400(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.722(%rip), %rsi movb $1, %al callq _fprintf movsd -6400(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB0_948 ## %bb.947: ## in Loop: Header=BB0_945 Depth=3 leaq L_.str.723(%rip), %rdi movb $0, %al callq _printf movq -6408(%rbp), %rdi leaq L_.str.723(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_954 LBB0_948: ## in Loop: Header=BB0_945 Depth=3 movsd -6400(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB0_950 jp LBB0_950 ## %bb.949: ## in Loop: Header=BB0_945 Depth=3 leaq L_.str.724(%rip), %rdi movb $0, %al callq _printf movq -6408(%rbp), %rdi leaq L_.str.724(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_953 LBB0_950: ## in Loop: Header=BB0_945 Depth=3 xorps %xmm0, %xmm0 ucomisd -6400(%rbp), %xmm0 jbe LBB0_952 ## %bb.951: ## in Loop: Header=BB0_945 Depth=3 leaq L_.str.725(%rip), %rdi movb $0, %al callq _printf movq -6408(%rbp), %rdi leaq L_.str.725(%rip), %rsi movb $0, %al callq _fprintf LBB0_952: ## in Loop: Header=BB0_945 Depth=3 jmp LBB0_953 LBB0_953: ## in Loop: Header=BB0_945 Depth=3 jmp LBB0_954 LBB0_954: ## in Loop: Header=BB0_945 Depth=3 leaq L_.str.726(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -6388(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_945 LBB0_955: ## in Loop: Header=BB0_937 Depth=2 jmp LBB0_957 LBB0_956: ## in Loop: Header=BB0_937 Depth=2 leaq L_.str.727(%rip), %rdi movb $0, %al callq _printf leaq -5328(%rbp), %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _scanf leaq -5328(%rbp), %rdi callq _eflores LBB0_957: ## in Loop: Header=BB0_937 Depth=2 leaq L_.str.728(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -5380(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_937 LBB0_958: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_959: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_960 LBB0_960: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_962 ## %bb.961: ## in Loop: Header=BB0_960 Depth=2 callq _story callq _elf leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_960 LBB0_962: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_963: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_964 LBB0_964: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -5384(%rbp) je LBB0_975 ## %bb.965: ## in Loop: Header=BB0_964 Depth=2 leaq L_.str.729(%rip), %rdi callq _puts leaq L_.str.730(%rip), %rdi callq _puts leaq L_.str.731(%rip), %rdi callq _puts leaq L_.str.732(%rip), %rdi callq _puts leaq L_.str.733(%rip), %rdi callq _puts leaq L_.str.734(%rip), %rdi callq _puts leaq L_.str.735(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -5384(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -5384(%rbp) jne LBB0_967 ## %bb.966: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.736(%rip), %rdi callq _puts leaq L_.str.737(%rip), %rdi callq _puts jmp LBB0_975 LBB0_967: ## in Loop: Header=BB0_964 Depth=2 cmpl $2, -5384(%rbp) jne LBB0_969 ## %bb.968: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.738(%rip), %rdi callq _puts leaq L_.str.739(%rip), %rdi callq _puts jmp LBB0_975 LBB0_969: ## in Loop: Header=BB0_964 Depth=2 cmpl $3, -5384(%rbp) jne LBB0_971 ## %bb.970: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.740(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.741(%rip), %rdi movb $0, %al callq _printf leaq L_.str.739(%rip), %rdi callq _puts jmp LBB0_975 LBB0_971: ## in Loop: Header=BB0_964 Depth=2 leaq L_.str.742(%rip), %rdi callq _puts ## %bb.972: ## in Loop: Header=BB0_964 Depth=2 jmp LBB0_973 LBB0_973: ## in Loop: Header=BB0_964 Depth=2 jmp LBB0_974 LBB0_974: ## in Loop: Header=BB0_964 Depth=2 jmp LBB0_964 LBB0_975: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_976 LBB0_976: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_977: movl $0, -5332(%rbp) LBB0_978: movl -5332(%rbp), %eax movl %eax, -6708(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_980 ## %bb.979: movl -6708(%rbp), %eax ## 4-byte Reload addq $6720, %rsp ## imm = 0x1A40 popq %rbp retq LBB0_980: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_3, LBB0_3-LJTI0_0 .set L0_0_set_64, LBB0_64-LJTI0_0 .set L0_0_set_75, LBB0_75-LJTI0_0 .set L0_0_set_115, LBB0_115-LJTI0_0 .set L0_0_set_119, LBB0_119-LJTI0_0 .set L0_0_set_126, LBB0_126-LJTI0_0 .set L0_0_set_134, LBB0_134-LJTI0_0 .set L0_0_set_177, LBB0_177-LJTI0_0 .set L0_0_set_191, LBB0_191-LJTI0_0 .set L0_0_set_330, LBB0_330-LJTI0_0 .set L0_0_set_341, LBB0_341-LJTI0_0 .set L0_0_set_350, LBB0_350-LJTI0_0 .set L0_0_set_354, LBB0_354-LJTI0_0 .set L0_0_set_363, LBB0_363-LJTI0_0 .set L0_0_set_395, LBB0_395-LJTI0_0 .set L0_0_set_403, LBB0_403-LJTI0_0 .set L0_0_set_416, LBB0_416-LJTI0_0 .set L0_0_set_420, LBB0_420-LJTI0_0 .set L0_0_set_424, LBB0_424-LJTI0_0 .set L0_0_set_443, LBB0_443-LJTI0_0 .set L0_0_set_520, LBB0_520-LJTI0_0 .set L0_0_set_578, LBB0_578-LJTI0_0 .set L0_0_set_582, LBB0_582-LJTI0_0 .set L0_0_set_590, LBB0_590-LJTI0_0 .set L0_0_set_607, LBB0_607-LJTI0_0 .set L0_0_set_617, LBB0_617-LJTI0_0 .set L0_0_set_629, LBB0_629-LJTI0_0 .set L0_0_set_650, LBB0_650-LJTI0_0 .set L0_0_set_696, LBB0_696-LJTI0_0 .set L0_0_set_730, LBB0_730-LJTI0_0 .set L0_0_set_779, LBB0_779-LJTI0_0 .set L0_0_set_861, LBB0_861-LJTI0_0 .set L0_0_set_873, LBB0_873-LJTI0_0 .set L0_0_set_877, LBB0_877-LJTI0_0 .set L0_0_set_881, LBB0_881-LJTI0_0 .set L0_0_set_885, LBB0_885-LJTI0_0 .set L0_0_set_889, LBB0_889-LJTI0_0 .set L0_0_set_936, LBB0_936-LJTI0_0 .set L0_0_set_959, LBB0_959-LJTI0_0 .set L0_0_set_963, LBB0_963-LJTI0_0 LJTI0_0: .long L0_0_set_3 .long L0_0_set_64 .long L0_0_set_75 .long L0_0_set_115 .long L0_0_set_119 .long L0_0_set_126 .long L0_0_set_134 .long L0_0_set_177 .long L0_0_set_191 .long L0_0_set_330 .long L0_0_set_341 .long L0_0_set_350 .long L0_0_set_354 .long L0_0_set_363 .long L0_0_set_395 .long L0_0_set_403 .long L0_0_set_416 .long L0_0_set_420 .long L0_0_set_424 .long L0_0_set_443 .long L0_0_set_520 .long L0_0_set_578 .long L0_0_set_582 .long L0_0_set_590 .long L0_0_set_607 .long L0_0_set_617 .long L0_0_set_629 .long L0_0_set_650 .long L0_0_set_696 .long L0_0_set_730 .long L0_0_set_779 .long L0_0_set_861 .long L0_0_set_873 .long L0_0_set_877 .long L0_0_set_881 .long L0_0_set_885 .long L0_0_set_889 .long L0_0_set_936 .long L0_0_set_959 .long L0_0_set_963 .set L0_1_set_939, LBB0_939-LJTI0_1 .set L0_1_set_943, LBB0_943-LJTI0_1 .set L0_1_set_944, LBB0_944-LJTI0_1 .set L0_1_set_956, LBB0_956-LJTI0_1 LJTI0_1: .long L0_1_set_939 .long L0_1_set_943 .long L0_1_set_944 .long L0_1_set_956 .set L0_2_set_746, LBB0_746-LJTI0_2 .set L0_2_set_771, LBB0_771-LJTI0_2 .set L0_2_set_772, LBB0_772-LJTI0_2 .set L0_2_set_773, LBB0_773-LJTI0_2 LJTI0_2: .long L0_2_set_746 .long L0_2_set_771 .long L0_2_set_772 .long L0_2_set_773 .set L0_3_set_654, LBB0_654-LJTI0_3 .set L0_3_set_655, LBB0_655-LJTI0_3 .set L0_3_set_658, LBB0_658-LJTI0_3 .set L0_3_set_664, LBB0_664-LJTI0_3 .set L0_3_set_679, LBB0_679-LJTI0_3 LJTI0_3: .long L0_3_set_654 .long L0_3_set_655 .long L0_3_set_658 .long L0_3_set_664 .long L0_3_set_679 .set L0_4_set_640, LBB0_640-LJTI0_4 .set L0_4_set_641, LBB0_641-LJTI0_4 .set L0_4_set_642, LBB0_642-LJTI0_4 .set L0_4_set_643, LBB0_643-LJTI0_4 .set L0_4_set_644, LBB0_644-LJTI0_4 LJTI0_4: .long L0_4_set_640 .long L0_4_set_641 .long L0_4_set_642 .long L0_4_set_643 .long L0_4_set_644 .set L0_5_set_621, LBB0_621-LJTI0_5 .set L0_5_set_622, LBB0_622-LJTI0_5 .set L0_5_set_623, LBB0_623-LJTI0_5 .set L0_5_set_624, LBB0_624-LJTI0_5 LJTI0_5: .long L0_5_set_621 .long L0_5_set_622 .long L0_5_set_623 .long L0_5_set_624 .set L0_6_set_528, LBB0_528-LJTI0_6 .set L0_6_set_534, LBB0_534-LJTI0_6 .set L0_6_set_540, LBB0_540-LJTI0_6 .set L0_6_set_546, LBB0_546-LJTI0_6 .set L0_6_set_553, LBB0_553-LJTI0_6 .set L0_6_set_552, LBB0_552-LJTI0_6 LJTI0_6: .long L0_6_set_528 .long L0_6_set_534 .long L0_6_set_540 .long L0_6_set_546 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_528 .long L0_6_set_534 .long L0_6_set_540 .long L0_6_set_546 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_553 .long L0_6_set_552 .set L0_7_set_137, LBB0_137-LJTI0_7 .set L0_7_set_147, LBB0_147-LJTI0_7 .set L0_7_set_155, LBB0_155-LJTI0_7 .set L0_7_set_161, LBB0_161-LJTI0_7 .set L0_7_set_162, LBB0_162-LJTI0_7 LJTI0_7: .long L0_7_set_137 .long L0_7_set_147 .long L0_7_set_155 .long L0_7_set_161 .long L0_7_set_162 .end_data_region ## -- End function .globl _averageMk ## -- Begin function averageMk .p2align 4, 0x90 _averageMk: ## @averageMk .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 $0, -12(%rbp) movl -4(%rbp), %eax cltd idivl -8(%rbp) movl %eax, -12(%rbp) movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _ggPromtMk ## -- Begin function ggPromtMk .p2align 4, 0x90 _ggPromtMk: ## @ggPromtMk .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 $1, -4(%rbp) jle LBB2_2 ## %bb.1: leaq L_.str.1384(%rip), %rdi callq _puts jmp LBB2_3 LBB2_2: leaq L_.str.1385(%rip), %rdi callq _puts LBB2_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _flurbos ## -- Begin function flurbos .p2align 4, 0x90 _flurbos: ## @flurbos .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.1232(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.1233(%rip), %rdi callq _puts movl $0, -24(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB3_4 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 leaq L_.str.13(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -4(%rbp), %eax addl -8(%rbp), %eax movl %eax, -4(%rbp) ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_1 LBB3_4: movl -4(%rbp), %eax cltd idivl -24(%rbp) cvtsi2ss %eax, %xmm0 movss %xmm0, -16(%rbp) movss -16(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.1234(%rip), %rdi movb $1, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _stars ## -- Begin function stars .p2align 4, 0x90 _stars: ## @stars .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 callq _rand movl $50, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -24(%rbp) movl -24(%rbp), %eax movl %eax, -8(%rbp) movl $1, -12(%rbp) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_3 Depth 2 ## Child Loop BB4_7 Depth 2 movl -12(%rbp), %eax cmpl -24(%rbp), %eax jg LBB4_12 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl $1, -20(%rbp) LBB4_3: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax movl -8(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jg LBB4_6 ## %bb.4: ## in Loop: Header=BB4_3 Depth=2 leaq L_.str.1229(%rip), %rdi movb $0, %al callq _printf ## %bb.5: ## in Loop: Header=BB4_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_3 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 movl $1, -16(%rbp) LBB4_7: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax movl -12(%rbp), %ecx shll $1, %ecx subl $1, %ecx cmpl %ecx, %eax jg LBB4_10 ## %bb.8: ## in Loop: Header=BB4_7 Depth=2 leaq L_.str.1230(%rip), %rdi movb $0, %al callq _printf ## %bb.9: ## in Loop: Header=BB4_7 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_7 LBB4_10: ## in Loop: Header=BB4_1 Depth=1 movl -8(%rbp), %eax addl $-1, %eax movl %eax, -8(%rbp) leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB4_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_1 LBB4_12: leaq L_.str.1231(%rip), %rdi callq _puts addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _planets ## -- Begin function planets .p2align 4, 0x90 _planets: ## @planets .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movl $6579538, -40(%rbp) ## imm = 0x646552 movl $7827272, -48(%rbp) ## imm = 0x776F48 leaq L_.str.1235(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -36(%rbp), %rsi callq _scanf leaq L_.str.804(%rip), %rdi callq _puts movl -36(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill subl $1, %eax je LBB5_1 jmp LBB5_19 LBB5_19: movl -52(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB5_8 jmp LBB5_20 LBB5_20: movl -52(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB5_9 jmp LBB5_16 LBB5_1: leaq L_.str.1236(%rip), %rdi callq _puts leaq L_.str.1237(%rip), %rdi callq _puts leaq L_.str.1238(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1239(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1240(%rip), %rdi callq _puts leaq L_.str.1241(%rip), %rdi callq _puts LBB5_2: ## =>This Inner Loop Header: Depth=1 leaq -43(%rbp), %rdi leaq L_.str.1242(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB5_7 ## %bb.3: ## in Loop: Header=BB5_2 Depth=1 leaq -43(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq -43(%rbp), %rdi leaq L_.str.1242(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB5_5 ## %bb.4: leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1243(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1244(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1245(%rip), %rdi movb $0, %al callq _printf jmp LBB5_7 LBB5_5: ## in Loop: Header=BB5_2 Depth=1 leaq L_.str.1246(%rip), %rdi movb $0, %al callq _printf ## %bb.6: ## in Loop: Header=BB5_2 Depth=1 jmp LBB5_2 LBB5_7: jmp LBB5_16 LBB5_8: leaq L_.str.1236(%rip), %rdi callq _puts leaq L_.str.1247(%rip), %rdi callq _puts leaq L_.str.1248(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1249(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1250(%rip), %rdi callq _puts leaq L_.str.1251(%rip), %rdi callq _puts callq _noteFromRick jmp LBB5_16 LBB5_9: leaq L_.str.1236(%rip), %rdi callq _puts leaq L_.str.1252(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1253(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1254(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1255(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1256(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1257(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1258(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1259(%rip), %rdi callq _puts LBB5_10: ## =>This Inner Loop Header: Depth=1 leaq -32(%rbp), %rdi leaq L_.str.1260(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB5_15 ## %bb.11: ## in Loop: Header=BB5_10 Depth=1 leaq -32(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq -32(%rbp), %rdi leaq L_.str.1260(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB5_13 ## %bb.12: leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1261(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1244(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1245(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi callq _puts jmp LBB5_15 LBB5_13: ## in Loop: Header=BB5_10 Depth=1 leaq L_.str.1262(%rip), %rdi movb $0, %al callq _printf ## %bb.14: ## in Loop: Header=BB5_10 Depth=1 jmp LBB5_10 LBB5_15: jmp LBB5_16 LBB5_16: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB5_18 ## %bb.17: addq $64, %rsp popq %rbp retq LBB5_18: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _goodBye ## -- Begin function goodBye .p2align 4, 0x90 _goodBye: ## @goodBye .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 L___const.goodBye.message(%rip), %rax movq %rax, -17(%rbp) movb L___const.goodBye.message+8(%rip), %al movb %al, -9(%rbp) leaq -17(%rbp), %rax movq %rax, -32(%rbp) movl $0, -24(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movslq -24(%rbp), %rax cmpq $9, %rax jae LBB6_4 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax movsbl (%rax), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB6_1 LBB6_4: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB6_6 ## %bb.5: addq $32, %rsp popq %rbp retq LBB6_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _RollArray ## -- Begin function RollArray .p2align 4, 0x90 _RollArray: ## @RollArray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -12(%rbp) movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 4(%rax) movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Prt ## -- Begin function Prt .p2align 4, 0x90 _Prt: ## @Prt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 4(%rax), %esi leaq L_.str.760(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _nV ## -- Begin function nV .p2align 4, 0x90 _nV: ## @nV .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, -16(%rbp) movl $0, -12(%rbp) LBB9_1: ## =>This Inner Loop Header: Depth=1 cmpl $21, -12(%rbp) jge LBB9_7 ## %bb.2: ## in Loop: Header=BB9_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax movl %eax, -20(%rbp) ## 4-byte Spill subl $65, %eax je LBB9_3 jmp LBB9_8 LBB9_8: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $69, %eax je LBB9_3 jmp LBB9_9 LBB9_9: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $73, %eax je LBB9_3 jmp LBB9_10 LBB9_10: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $79, %eax je LBB9_3 jmp LBB9_11 LBB9_11: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $85, %eax je LBB9_3 jmp LBB9_12 LBB9_12: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $89, %eax je LBB9_3 jmp LBB9_13 LBB9_13: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $97, %eax je LBB9_3 jmp LBB9_14 LBB9_14: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $101, %eax je LBB9_3 jmp LBB9_15 LBB9_15: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $105, %eax je LBB9_3 jmp LBB9_16 LBB9_16: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $111, %eax je LBB9_3 jmp LBB9_17 LBB9_17: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $117, %eax je LBB9_3 jmp LBB9_18 LBB9_18: ## in Loop: Header=BB9_1 Depth=1 movl -20(%rbp), %eax ## 4-byte Reload subl $121, %eax jne LBB9_4 jmp LBB9_3 LBB9_3: ## in Loop: Header=BB9_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB9_5 LBB9_4: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_5 LBB9_5: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_6 LBB9_6: ## in Loop: Header=BB9_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB9_1 LBB9_7: movl -16(%rbp), %esi leaq L_.str.761(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _TossBag ## -- Begin function TossBag .p2align 4, 0x90 _TossBag: ## @TossBag .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movl $0, -12(%rbp) LBB10_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -12(%rbp) jge LBB10_4 ## %bb.2: ## in Loop: Header=BB10_1 Depth=1 callq _rand movl $3, %ecx cltd idivl %ecx movl %edx, -16(%rbp) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -24(%rbp), %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB10_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB10_1 LBB10_4: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _BagTossed ## -- Begin function BagTossed .p2align 4, 0x90 _BagTossed: ## @BagTossed .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB11_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -12(%rbp) jge LBB11_4 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 movl -12(%rbp), %esi addl $1, %esi movq -8(%rbp), %rax movl (%rax), %edx leaq L_.str.763(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax addq $4, %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB11_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB11_1 LBB11_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printMessage ## -- Begin function printMessage .p2align 4, 0x90 _printMessage: ## @printMessage .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) leaq L_.str.1022(%rip), %rdi movb $0, %al callq _printf LBB12_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -12(%rbp) jge LBB12_3 ## %bb.2: ## in Loop: Header=BB12_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1023(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB12_1 LBB12_3: leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _decodeMessage ## -- Begin function decodeMessage .p2align 4, 0x90 _decodeMessage: ## @decodeMessage .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) leaq L_.str.1024(%rip), %rdi callq _puts movl $0, -36(%rbp) LBB13_1: ## =>This Loop Header: Depth=1 ## Child Loop BB13_5 Depth 2 cmpl $10, -36(%rbp) jge LBB13_9 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movq -16(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1025(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -41(%rbp), %rsi movb $0, %al callq _scanf movq -16(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %eax subl $1, %eax movl %eax, -40(%rbp) movq -8(%rbp), %rax movslq -40(%rbp), %rcx movb (%rax,%rcx), %al movb %al, -42(%rbp) movsbl -41(%rbp), %eax movsbl -42(%rbp), %ecx cmpl %ecx, %eax jne LBB13_4 ## %bb.3: ## in Loop: Header=BB13_1 Depth=1 movq -24(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB13_4: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_5 LBB13_5: ## Parent Loop BB13_1 Depth=1 ## => This Inner Loop Header: Depth=2 movsbl -41(%rbp), %eax movsbl -42(%rbp), %ecx cmpl %ecx, %eax je LBB13_7 ## %bb.6: ## in Loop: Header=BB13_5 Depth=2 movq -16(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1026(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -41(%rbp), %rsi movb $0, %al callq _scanf movq -24(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movq -32(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) jmp LBB13_5 LBB13_7: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_8 LBB13_8: ## in Loop: Header=BB13_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB13_1 LBB13_9: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function userFate LCPI14_0: .quad 0x4008000000000000 ## double 3 .section __TEXT,__text,regular,pure_instructions .globl _userFate .p2align 4, 0x90 _userFate: ## @userFate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movq $0, -24(%rbp) movq $0, -32(%rbp) movl -4(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill subl $1, %eax je LBB14_1 jmp LBB14_10 LBB14_10: movl -36(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB14_2 jmp LBB14_3 LBB14_1: leaq L_.str.1027(%rip), %rdi callq _puts jmp LBB14_3 LBB14_2: leaq L_.str.1028(%rip), %rdi callq _puts LBB14_3: cmpl $2, -4(%rbp) jne LBB14_9 ## %bb.4: movl $0, -8(%rbp) LBB14_5: ## =>This Inner Loop Header: Depth=1 cmpl $3, -8(%rbp) jge LBB14_8 ## %bb.6: ## in Loop: Header=BB14_5 Depth=1 leaq L_.str.1029(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf cvtsi2sdl -12(%rbp), %xmm0 addsd -32(%rbp), %xmm0 movsd %xmm0, -32(%rbp) ## %bb.7: ## in Loop: Header=BB14_5 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB14_5 LBB14_8: movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI14_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -24(%rbp) movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1030(%rip), %rdi movb $1, %al callq _printf LBB14_9: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mbchoice ## -- Begin function mbchoice .p2align 4, 0x90 _mbchoice: ## @mbchoice .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 $65, -4(%rbp) movl $10, -16(%rbp) leaq L_.str.1265(%rip), %rdi callq _puts leaq L_.str.1266(%rip), %rdi callq _puts leaq L_.str.1267(%rip), %rdi callq _puts LBB15_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -16(%rbp) je LBB15_9 ## %bb.2: ## in Loop: Header=BB15_1 Depth=1 leaq L_.str.1268(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -12(%rbp), %eax cmpl -4(%rbp), %eax jle LBB15_4 ## %bb.3: ## in Loop: Header=BB15_1 Depth=1 leaq L_.str.1269(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB15_1 LBB15_4: ## in Loop: Header=BB15_1 Depth=1 movl -12(%rbp), %eax cmpl -4(%rbp), %eax jge LBB15_6 ## %bb.5: ## in Loop: Header=BB15_1 Depth=1 leaq L_.str.1270(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB15_1 LBB15_6: ## %bb.7: jmp LBB15_8 LBB15_8: leaq L_.str.1271(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1272(%rip), %rdi movb $0, %al callq _printf LBB15_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mbchoice2 ## -- Begin function mbchoice2 .p2align 4, 0x90 _mbchoice2: ## @mbchoice2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq l___const.mbchoice2.mbstring(%rip), %rax movq %rax, -48(%rbp) movq l___const.mbchoice2.mbstring+8(%rip), %rax movq %rax, -40(%rbp) movq l___const.mbchoice2.mbstring+16(%rip), %rax movq %rax, -32(%rbp) movl l___const.mbchoice2.mbstring+24(%rip), %eax movl %eax, -24(%rbp) movw l___const.mbchoice2.mbstring+28(%rip), %ax movw %ax, -20(%rbp) leaq L_.str.1273(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1274(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1275(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -80(%rbp), %rsi movb $0, %al callq _scanf leaq -48(%rbp), %rdi leaq -80(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB16_2 ## %bb.1: leaq L_.str.1276(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1277(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1278(%rip), %rdi movb $0, %al callq _printf jmp LBB16_3 LBB16_2: leaq L_.str.1279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1280(%rip), %rdi movb $0, %al callq _printf LBB16_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB16_5 ## %bb.4: addq $80, %rsp popq %rbp retq LBB16_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _mQcontinue ## -- Begin function mQcontinue .p2align 4, 0x90 _mQcontinue: ## @mQcontinue .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.832(%rip), %rdi movb $0, %al callq _printf movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB17_1: ## =>This Inner Loop Header: Depth=1 callq _getchar cmpl $48, %eax je LBB17_3 ## %bb.2: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_1 LBB17_3: popq %rbp retq .cfi_endproc ## -- End function .globl _mQhelpMenu ## -- Begin function mQhelpMenu .p2align 4, 0x90 _mQhelpMenu: ## @mQhelpMenu .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.179(%rip), %rdi callq _puts leaq L_.str.819(%rip), %rdi callq _puts leaq L_.str.820(%rip), %rdi callq _puts leaq L_.str.179(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _mQuserInput ## -- Begin function mQuserInput .p2align 4, 0x90 _mQuserInput: ## @mQuserInput .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.833(%rip), %rdi movb $0, %al callq _printf leaq L_.str.834(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _uInput@GOTPCREL(%rip), %rdi movl $20, %esi callq _fgets cmpq $0, %rax setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _mQparser1 ## -- Begin function mQparser1 .p2align 4, 0x90 _mQparser1: ## @mQparser1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -48(%rbp) movq %rsi, -56(%rbp) movq %rdx, -64(%rbp) movq _uInput@GOTPCREL(%rip), %rdi leaq L_.str.835(%rip), %rsi callq _strtok movq %rax, -72(%rbp) xorl %eax, %eax movl %eax, %edi leaq L_.str.804(%rip), %rsi callq _strtok movq %rax, -80(%rbp) movl $0, -84(%rbp) movq -56(%rbp), %rdi callq _rewind movb _inventory+6(%rip), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB20_2 ## %bb.1: movl $0, -36(%rbp) jmp LBB20_124 LBB20_2: cmpq $0, -72(%rbp) je LBB20_123 ## %bb.3: movq -72(%rbp), %rdi leaq L_.str.836(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_5 ## %bb.4: movl $0, -36(%rbp) jmp LBB20_124 LBB20_5: movq -72(%rbp), %rdi leaq L_.str.837(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_12 ## %bb.6: leaq L_.str.159(%rip), %rdi callq _system leaq L_.str.838(%rip), %rdi callq _puts leaq L_.str.160(%rip), %rdi callq _puts leaq L_.str.839(%rip), %rdi callq _puts LBB20_7: ## =>This Inner Loop Header: Depth=1 callq _mQuserInput movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -85(%rbp) ## 1-byte Spill je LBB20_9 ## %bb.8: ## in Loop: Header=BB20_7 Depth=1 movq -48(%rbp), %rdi movq -56(%rbp), %rsi leaq _inventory(%rip), %rdx callq _mQparser2 cmpl $0, %eax setne %al movb %al, -85(%rbp) ## 1-byte Spill LBB20_9: ## in Loop: Header=BB20_7 Depth=1 movb -85(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB20_10 jmp LBB20_11 LBB20_10: ## in Loop: Header=BB20_7 Depth=1 jmp LBB20_7 LBB20_11: jmp LBB20_113 LBB20_12: movq -72(%rbp), %rdi leaq L_.str.840(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_14 ## %bb.13: callq _mQhelpMenu jmp LBB20_112 LBB20_14: movq -72(%rbp), %rdi leaq L_.str.841(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_16 ## %bb.15: movl -84(%rbp), %edi leaq _locations(%rip), %rsi callq _mQprintLocations jmp LBB20_111 LBB20_16: movq -72(%rbp), %rdi leaq L_.str.842(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_18 ## %bb.17: leaq L_.str.843(%rip), %rdi callq _puts jmp LBB20_110 LBB20_18: movq -72(%rbp), %rdi leaq L_.str.844(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_63 ## %bb.19: movq -80(%rbp), %rdi leaq L_.str.845(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_21 ## %bb.20: movq -80(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_22 LBB20_21: leaq L_.str.846(%rip), %rdi callq _puts jmp LBB20_62 LBB20_22: movq -80(%rbp), %rdi leaq L_.str.847(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_24 ## %bb.23: movq -80(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_25 LBB20_24: leaq L_.str.848(%rip), %rdi callq _puts leaq L_.str.849(%rip), %rdi callq _puts leaq L_.str.850(%rip), %rdi callq _puts leaq L_.str.851(%rip), %rdi callq _puts leaq L_.str.852(%rip), %rdi callq _puts jmp LBB20_61 LBB20_25: movq -80(%rbp), %rdi leaq L_.str.853(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_27 ## %bb.26: movq -80(%rbp), %rdi leaq L_.str.854(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_28 LBB20_27: leaq L_.str.855(%rip), %rdi callq _puts jmp LBB20_60 LBB20_28: movq -80(%rbp), %rdi leaq L_.str.856(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_30 ## %bb.29: movq -80(%rbp), %rdi leaq L_.str.857(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_31 LBB20_30: leaq L_.str.858(%rip), %rdi callq _puts jmp LBB20_59 LBB20_31: movq -80(%rbp), %rdi leaq L_.str.859(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_33 ## %bb.32: movq -80(%rbp), %rdi leaq L_.str.860(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_34 LBB20_33: leaq L_.str.861(%rip), %rdi callq _puts jmp LBB20_58 LBB20_34: movq -80(%rbp), %rdi leaq L_.str.862(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_36 ## %bb.35: movq -80(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_37 LBB20_36: leaq L_.str.863(%rip), %rdi callq _puts leaq L_.str.864(%rip), %rdi callq _puts leaq L_.str.865(%rip), %rdi callq _puts leaq L_.str.866(%rip), %rdi callq _puts leaq L_.str.867(%rip), %rdi callq _puts jmp LBB20_57 LBB20_37: movq -80(%rbp), %rdi leaq L_.str.868(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_39 ## %bb.38: movq -80(%rbp), %rdi leaq L_.str.869(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_40 LBB20_39: leaq L_.str.870(%rip), %rdi callq _puts jmp LBB20_56 LBB20_40: movq -80(%rbp), %rdi leaq L_.str.871(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_44 ## %bb.41: movq -80(%rbp), %rdi leaq L_.str.872(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_44 ## %bb.42: movq -80(%rbp), %rdi leaq L_.str.873(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_44 ## %bb.43: movq -80(%rbp), %rdi leaq L_.str.874(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_45 LBB20_44: leaq L_.str.875(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.877(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB20_55 LBB20_45: movq -80(%rbp), %rdi leaq L_.str.878(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_49 ## %bb.46: movq -80(%rbp), %rdi leaq L_.str.879(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_49 ## %bb.47: movq -80(%rbp), %rdi leaq L_.str.880(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_49 ## %bb.48: movq -80(%rbp), %rdi leaq L_.str.881(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_50 LBB20_49: leaq L_.str.882(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.883(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush jmp LBB20_54 LBB20_50: movq -80(%rbp), %rdi leaq L_.str.884(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_52 ## %bb.51: movq -80(%rbp), %rdi leaq L_.str.885(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_53 LBB20_52: leaq L_.str.886(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.887(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush LBB20_53: jmp LBB20_54 LBB20_54: jmp LBB20_55 LBB20_55: jmp LBB20_56 LBB20_56: jmp LBB20_57 LBB20_57: jmp LBB20_58 LBB20_58: jmp LBB20_59 LBB20_59: jmp LBB20_60 LBB20_60: jmp LBB20_61 LBB20_61: jmp LBB20_62 LBB20_62: jmp LBB20_109 LBB20_63: movq -72(%rbp), %rdi leaq L_.str.888(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_107 ## %bb.64: movq -80(%rbp), %rdi leaq L_.str.845(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_66 ## %bb.65: movq -80(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_67 LBB20_66: leaq L_.str.889(%rip), %rdi callq _puts jmp LBB20_106 LBB20_67: movq -80(%rbp), %rdi leaq L_.str.847(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_69 ## %bb.68: movq -80(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_70 LBB20_69: leaq L_.str.890(%rip), %rdi callq _puts leaq L_.str.891(%rip), %rdi callq _puts jmp LBB20_105 LBB20_70: movq -80(%rbp), %rdi leaq L_.str.853(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_72 ## %bb.71: movq -80(%rbp), %rdi leaq L_.str.854(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_73 LBB20_72: leaq L_.str.892(%rip), %rdi callq _puts jmp LBB20_104 LBB20_73: movq -80(%rbp), %rdi leaq L_.str.856(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_75 ## %bb.74: movq -80(%rbp), %rdi leaq L_.str.857(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_76 LBB20_75: leaq L_.str.893(%rip), %rdi callq _puts jmp LBB20_103 LBB20_76: movq -80(%rbp), %rdi leaq L_.str.859(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_78 ## %bb.77: movq -80(%rbp), %rdi leaq L_.str.860(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_79 LBB20_78: leaq L_.str.894(%rip), %rdi callq _puts jmp LBB20_102 LBB20_79: movq -80(%rbp), %rdi leaq L_.str.862(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_81 ## %bb.80: movq -80(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_82 LBB20_81: leaq L_.str.895(%rip), %rdi callq _puts leaq L_.str.896(%rip), %rdi callq _puts leaq L_.str.897(%rip), %rdi callq _puts leaq L_.str.898(%rip), %rdi callq _puts leaq L_.str.899(%rip), %rdi callq _puts jmp LBB20_101 LBB20_82: movq -80(%rbp), %rdi leaq L_.str.871(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_86 ## %bb.83: movq -80(%rbp), %rdi leaq L_.str.872(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_86 ## %bb.84: movq -80(%rbp), %rdi leaq L_.str.873(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_86 ## %bb.85: movq -80(%rbp), %rdi leaq L_.str.874(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_87 LBB20_86: leaq L_.str.875(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.877(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB20_100 LBB20_87: movq -80(%rbp), %rdi leaq L_.str.878(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_91 ## %bb.88: movq -80(%rbp), %rdi leaq L_.str.879(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_91 ## %bb.89: movq -80(%rbp), %rdi leaq L_.str.880(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_91 ## %bb.90: movq -80(%rbp), %rdi leaq L_.str.881(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_92 LBB20_91: leaq L_.str.882(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.883(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush jmp LBB20_99 LBB20_92: movq -80(%rbp), %rdi leaq L_.str.884(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB20_94 ## %bb.93: movq -80(%rbp), %rdi leaq L_.str.885(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_95 LBB20_94: leaq L_.str.886(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -48(%rbp), %rdi leaq L_.str.887(%rip), %rsi movb $0, %al callq _fprintf movq -48(%rbp), %rdi callq _fflush jmp LBB20_98 LBB20_95: movq -80(%rbp), %rdi leaq L_.str.900(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB20_97 ## %bb.96: leaq L_.str.901(%rip), %rdi callq _puts leaq L_.str.902(%rip), %rdi callq _puts LBB20_97: jmp LBB20_98 LBB20_98: jmp LBB20_99 LBB20_99: jmp LBB20_100 LBB20_100: jmp LBB20_101 LBB20_101: jmp LBB20_102 LBB20_102: jmp LBB20_103 LBB20_103: jmp LBB20_104 LBB20_104: jmp LBB20_105 LBB20_105: jmp LBB20_106 LBB20_106: jmp LBB20_108 LBB20_107: movq -72(%rbp), %rsi leaq L_.str.903(%rip), %rdi movb $0, %al callq _printf LBB20_108: jmp LBB20_109 LBB20_109: jmp LBB20_110 LBB20_110: jmp LBB20_111 LBB20_111: jmp LBB20_112 LBB20_112: jmp LBB20_113 LBB20_113: jmp LBB20_114 LBB20_114: ## =>This Inner Loop Header: Depth=1 leaq -32(%rbp), %rdi movq -56(%rbp), %rdx movl $20, %esi callq _fgets cmpq $0, %rax je LBB20_118 ## %bb.115: ## in Loop: Header=BB20_114 Depth=1 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) cmpl $3, -84(%rbp) jle LBB20_117 ## %bb.116: leaq L_.str.904(%rip), %rdi callq _puts leaq L_.str.905(%rip), %rdi callq _puts leaq L_.str.906(%rip), %rdi callq _puts leaq L_.str.907(%rip), %rdi callq _puts leaq L_.str.908(%rip), %rdi callq _puts jmp LBB20_118 LBB20_117: ## in Loop: Header=BB20_114 Depth=1 jmp LBB20_114 LBB20_118: cmpq $0, -80(%rbp) jne LBB20_120 ## %bb.119: leaq L_.str.909(%rip), %rax movq %rax, -80(%rbp) LBB20_120: cmpq $0, -72(%rbp) jne LBB20_122 ## %bb.121: leaq L_.str.909(%rip), %rax movq %rax, -72(%rbp) LBB20_122: jmp LBB20_123 LBB20_123: movl $1, -36(%rbp) LBB20_124: movl -36(%rbp), %eax movl %eax, -92(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB20_126 ## %bb.125: movl -92(%rbp), %eax ## 4-byte Reload addq $96, %rsp popq %rbp retq LBB20_126: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _cLopezValidBet ## -- Begin function cLopezValidBet .p2align 4, 0x90 _cLopezValidBet: ## @cLopezValidBet .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) movsd %xmm1, -24(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -24(%rbp), %xmm0 jbe LBB21_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB21_5 LBB21_2: movsd -16(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB21_4 ## %bb.3: movb $1, -1(%rbp) jmp LBB21_5 LBB21_4: jmp LBB21_5 LBB21_5: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _cLopezFillFlipArray ## -- Begin function cLopezFillFlipArray .p2align 4, 0x90 _cLopezFillFlipArray: ## @cLopezFillFlipArray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB22_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -12(%rbp) jge LBB22_4 ## %bb.2: ## in Loop: Header=BB22_1 Depth=1 callq _rand movl $2, %ecx cltd idivl %ecx movq -8(%rbp), %rax movl %edx, (%rax) movq -8(%rbp), %rax addq $4, %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB22_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB22_1 LBB22_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _cLopezScanFlipArray ## -- Begin function cLopezScanFlipArray .p2align 4, 0x90 _cLopezScanFlipArray: ## @cLopezScanFlipArray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl $0, -24(%rbp) LBB23_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -24(%rbp) jge LBB23_14 ## %bb.2: ## in Loop: Header=BB23_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB23_4 ## %bb.3: ## in Loop: Header=BB23_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB23_7 LBB23_4: ## in Loop: Header=BB23_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB23_6 ## %bb.5: ## in Loop: Header=BB23_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) LBB23_6: ## in Loop: Header=BB23_1 Depth=1 jmp LBB23_7 LBB23_7: ## in Loop: Header=BB23_1 Depth=1 cmpl $2, -28(%rbp) jne LBB23_9 ## %bb.8: movb $1, -1(%rbp) jmp LBB23_14 LBB23_9: ## in Loop: Header=BB23_1 Depth=1 cmpl $2, -32(%rbp) jne LBB23_11 ## %bb.10: movb $0, -1(%rbp) jmp LBB23_14 LBB23_11: ## in Loop: Header=BB23_1 Depth=1 jmp LBB23_12 LBB23_12: ## in Loop: Header=BB23_1 Depth=1 jmp LBB23_13 LBB23_13: ## in Loop: Header=BB23_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB23_1 LBB23_14: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _demondoor ## -- Begin function demondoor .p2align 4, 0x90 _demondoor: ## @demondoor .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) leaq L_.str.1100(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1101(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1102(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1103(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf ## %bb.1: cmpl $777, -24(%rbp) ## imm = 0x309 je LBB24_11 ## %bb.2: leaq L_.str.1104(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1105(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1106(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1107(%rip), %rdi movb $0, %al callq _printf leaq -18(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.1108(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB24_3: ## =>This Inner Loop Header: Depth=1 cmpl $10, -28(%rbp) jge LBB24_6 ## %bb.4: ## in Loop: Header=BB24_3 Depth=1 movslq -28(%rbp), %rax movsbl -18(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -28(%rbp), %rax movb %cl, -18(%rbp,%rax) ## %bb.5: ## in Loop: Header=BB24_3 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB24_3 LBB24_6: leaq -18(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1109(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1107(%rip), %rdi movb $0, %al callq _printf leaq -18(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.1108(%rip), %rdi movb $0, %al callq _printf movl $0, -32(%rbp) LBB24_7: ## =>This Inner Loop Header: Depth=1 cmpl $10, -32(%rbp) jge LBB24_10 ## %bb.8: ## in Loop: Header=BB24_7 Depth=1 movslq -32(%rbp), %rax movsbl -18(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -32(%rbp), %rax movb %cl, -18(%rbp,%rax) ## %bb.9: ## in Loop: Header=BB24_7 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB24_7 LBB24_10: leaq L_.str.7(%rip), %rdi xorl %eax, %eax movl %eax, -36(%rbp) ## 4-byte Spill movb %al, -37(%rbp) ## 1-byte Spill leaq -18(%rbp), %rsi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.804(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1110(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1111(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1112(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1113(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1114(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -37(%rbp), %al ## 1-byte Reload leaq L_.str.1115(%rip), %rdi callq _printf movl -36(%rbp), %edi ## 4-byte Reload callq _exit LBB24_11: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB24_13 ## %bb.12: addq $48, %rsp popq %rbp retq LBB24_13: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function angeldoor LCPI25_0: .long 0x40000000 ## float 2 .section __TEXT,__text,regular,pure_instructions .globl _angeldoor .p2align 4, 0x90 _angeldoor: ## @angeldoor .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) movl $0, -28(%rbp) leaq L_.str.1116(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -48(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.1117(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1118(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1119(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1120(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi leaq L_.str.1121(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rdi callq _strlen movq %rax, %rsi leaq L_.str.1122(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1123(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1124(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1125(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -12(%rbp) jne LBB25_13 ## %bb.1: leaq L_.str.1126(%rip), %rdi movb $0, %al callq _printf movl $0, -16(%rbp) LBB25_2: ## =>This Inner Loop Header: Depth=1 cmpl $2, -16(%rbp) jge LBB25_5 ## %bb.3: ## in Loop: Header=BB25_2 Depth=1 callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -24(%rbp) callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -20(%rbp) ## %bb.4: ## in Loop: Header=BB25_2 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB25_2 LBB25_5: movl -20(%rbp), %eax movl -24(%rbp), %ecx addl %ecx, %eax movl %eax, -28(%rbp) movl -20(%rbp), %esi movl -24(%rbp), %edx leaq L_.str.1127(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -53(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -53(%rbp), %al ## 1-byte Reload movl -28(%rbp), %esi leaq L_.str.1128(%rip), %rdi callq _printf movl -20(%rbp), %eax movl -24(%rbp), %ecx addl %ecx, %eax cvtsi2ss %eax, %xmm0 movss LCPI25_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -36(%rbp) movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.1129(%rip), %rdi movb $1, %al callq _printf movl -28(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill subl $2, %eax je LBB25_8 jmp LBB25_15 LBB25_15: movl -52(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB25_6 jmp LBB25_16 LBB25_16: movl -52(%rbp), %eax ## 4-byte Reload subl $4, %eax je LBB25_8 jmp LBB25_17 LBB25_17: movl -52(%rbp), %eax ## 4-byte Reload subl $5, %eax je LBB25_6 jmp LBB25_18 LBB25_18: movl -52(%rbp), %eax ## 4-byte Reload subl $6, %eax je LBB25_8 jmp LBB25_19 LBB25_19: movl -52(%rbp), %eax ## 4-byte Reload subl $7, %eax je LBB25_7 jmp LBB25_20 LBB25_20: movl -52(%rbp), %eax ## 4-byte Reload subl $8, %eax je LBB25_8 jmp LBB25_21 LBB25_21: movl -52(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB25_6 jmp LBB25_22 LBB25_22: movl -52(%rbp), %eax ## 4-byte Reload subl $10, %eax je LBB25_8 jmp LBB25_23 LBB25_23: movl -52(%rbp), %eax ## 4-byte Reload subl $11, %eax je LBB25_6 jmp LBB25_24 LBB25_24: movl -52(%rbp), %eax ## 4-byte Reload subl $12, %eax je LBB25_8 jmp LBB25_12 LBB25_6: movq -8(%rbp), %rsi leaq L_.str.1130(%rip), %rdi xorl %eax, %eax movl %eax, -60(%rbp) ## 4-byte Spill movb %al, -61(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -61(%rbp), %al ## 1-byte Reload leaq L_.str.1131(%rip), %rdi callq _printf movl -60(%rbp), %edi ## 4-byte Reload callq _exit LBB25_7: movq -8(%rbp), %rsi leaq L_.str.1132(%rip), %rdi xorl %eax, %eax movl %eax, -68(%rbp) ## 4-byte Spill movb %al, -69(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -69(%rbp), %al ## 1-byte Reload leaq L_.str.1131(%rip), %rdi callq _printf movl -68(%rbp), %edi ## 4-byte Reload callq _exit LBB25_8: movq -8(%rbp), %rsi leaq L_.str.1133(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1134(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1135(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1136(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -29(%rbp) LBB25_9: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB25_10 jmp LBB25_11 LBB25_10: ## in Loop: Header=BB25_9 Depth=1 movsbl -29(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -29(%rbp) jmp LBB25_9 LBB25_11: movq -48(%rbp), %rdi callq _fclose LBB25_12: jmp LBB25_14 LBB25_13: leaq L_.str.1137(%rip), %rdi movb $0, %al callq _printf LBB25_14: xorl %edi, %edi callq _exit .cfi_endproc ## -- End function .globl _broomcloset ## -- Begin function broomcloset .p2align 4, 0x90 _broomcloset: ## @broomcloset .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) leaq L_.str.1138(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -120(%rbp) leaq L_.str.1139(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1140(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1141(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1142(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1143(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1144(%rip), %rdi movb $0, %al callq _printf leaq -112(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movq -120(%rbp), %rdi leaq -112(%rbp), %rdx leaq L_.str.7(%rip), %rsi movb $0, %al callq _fprintf leaq L_.str.1145(%rip), %rdi callq _puts movq -120(%rbp), %rdi callq _fclose leaq L_.str.1146(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1147(%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 LBB26_2 ## %bb.1: addq $128, %rsp popq %rbp retq LBB26_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _monikawelcome ## -- Begin function monikawelcome .p2align 4, 0x90 _monikawelcome: ## @monikawelcome .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movl $0, -284(%rbp) leaq -272(%rbp), %rdi xorl %esi, %esi movl $256, %edx ## imm = 0x100 callq _memset leaq -272(%rbp), %rdi movq -280(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq ___strcpy_chk movl $0, -284(%rbp) LBB27_1: ## =>This Inner Loop Header: Depth=1 cmpl $256, -284(%rbp) ## imm = 0x100 jge LBB27_8 ## %bb.2: ## in Loop: Header=BB27_1 Depth=1 movslq -284(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _islower cmpl $0, %eax je LBB27_4 ## %bb.3: ## in Loop: Header=BB27_1 Depth=1 movslq -284(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -284(%rbp), %rax movb %cl, -272(%rbp,%rax) LBB27_4: ## in Loop: Header=BB27_1 Depth=1 movslq -284(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _isupper cmpl $0, %eax je LBB27_6 ## %bb.5: ## in Loop: Header=BB27_1 Depth=1 jmp LBB27_6 LBB27_6: ## in Loop: Header=BB27_1 Depth=1 jmp LBB27_7 LBB27_7: ## in Loop: Header=BB27_1 Depth=1 movl -284(%rbp), %eax addl $1, %eax movl %eax, -284(%rbp) jmp LBB27_1 LBB27_8: leaq -272(%rbp), %rsi leaq L_.str.764(%rip), %rdi movb $0, %al callq _printf leaq L_.str.765(%rip), %rdi callq _puts movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB27_10 ## %bb.9: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB27_10: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _monikacase1 ## -- Begin function monikacase1 .p2align 4, 0x90 _monikacase1: ## @monikacase1 .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) movq %rdi, -216(%rbp) leaq L_.str.766(%rip), %rdi callq _puts leaq L_.str.767(%rip), %rdi callq _puts leaq L_.str.768(%rip), %rdi callq _puts leaq L_.str.769(%rip), %rdi callq _puts leaq L_.str.770(%rip), %rdi callq _puts leaq L_.str.771(%rip), %rdi callq _puts leaq L_.str.772(%rip), %rdi callq _puts leaq L_.str.769(%rip), %rdi callq _puts leaq L_.str.773(%rip), %rdi callq _puts leaq L_.str.771(%rip), %rdi callq _puts leaq L_.str.774(%rip), %rdi callq _puts leaq L_.str.775(%rip), %rdi callq _puts leaq L_.str.776(%rip), %rdi callq _puts leaq L_.str.777(%rip), %rdi callq _puts leaq L_.str.778(%rip), %rdi callq _puts movq -216(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf movq -216(%rbp), %rdi leaq L_.str.780(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB28_17 ## %bb.1: movl $0, -220(%rbp) movl $0, -224(%rbp) movl $0, -232(%rbp) ## %bb.2: cmpl $6, -220(%rbp) je LBB28_16 ## %bb.3: movl -232(%rbp), %eax addl $1, %eax movl %eax, -232(%rbp) movl $0, -224(%rbp) movl $0, -224(%rbp) LBB28_4: ## =>This Inner Loop Header: Depth=1 cmpl $2, -224(%rbp) jge LBB28_13 ## %bb.5: ## in Loop: Header=BB28_4 Depth=1 leaq L_.str.781(%rip), %rdi callq _puts leaq -226(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf leaq -226(%rbp), %rdi leaq L_.str.780(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB28_10 ## %bb.6: ## in Loop: Header=BB28_4 Depth=1 callq _rand movl $6, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -220(%rbp) cmpl $6, -220(%rbp) je LBB28_8 ## %bb.7: ## in Loop: Header=BB28_4 Depth=1 movl -220(%rbp), %esi leaq L_.str.782(%rip), %rdi movb $0, %al callq _printf jmp LBB28_9 LBB28_8: movl -220(%rbp), %esi leaq L_.str.783(%rip), %rdi movb $0, %al callq _printf jmp LBB28_13 LBB28_9: ## in Loop: Header=BB28_4 Depth=1 jmp LBB28_11 LBB28_10: leaq L_.str.784(%rip), %rdi callq _puts movl $1, %edi callq _exit LBB28_11: ## in Loop: Header=BB28_4 Depth=1 jmp LBB28_12 LBB28_12: ## in Loop: Header=BB28_4 Depth=1 movl -224(%rbp), %eax addl $1, %eax movl %eax, -224(%rbp) jmp LBB28_4 LBB28_13: cmpl $6, -220(%rbp) jne LBB28_15 ## %bb.14: jmp LBB28_16 LBB28_15: leaq L_.str.785(%rip), %rdi callq _puts LBB28_16: jmp LBB28_25 LBB28_17: movq -216(%rbp), %rdi leaq L_.str.786(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB28_24 ## %bb.18: leaq -208(%rbp), %rdi leaq l___const.monikacase1.filesponge(%rip), %rsi movl $200, %edx callq _memcpy leaq -208(%rbp), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -240(%rbp) cmpq $0, -240(%rbp) jne LBB28_20 ## %bb.19: leaq L_.str.787(%rip), %rdi xorl %eax, %eax movl %eax, -248(%rbp) ## 4-byte Spill callq _printf movl -248(%rbp), %edi ## 4-byte Reload callq _exit LBB28_20: movq -240(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -241(%rbp) LBB28_21: ## =>This Inner Loop Header: Depth=1 movsbl -241(%rbp), %eax cmpl $-1, %eax je LBB28_23 ## %bb.22: ## in Loop: Header=BB28_21 Depth=1 movsbl -241(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -240(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -241(%rbp) jmp LBB28_21 LBB28_23: leaq L_.str.788(%rip), %rdi callq _puts leaq L_.str.789(%rip), %rdi callq _puts movq -240(%rbp), %rdi callq _fclose movl $1, %edi callq _exit LBB28_24: jmp LBB28_25 LBB28_25: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB28_27 ## %bb.26: addq $256, %rsp ## imm = 0x100 popq %rbp retq LBB28_27: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _monikacase2 ## -- Begin function monikacase2 .p2align 4, 0x90 _monikacase2: ## @monikacase2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -72(%rbp) leaq L_.str.790(%rip), %rdi leaq L_.str.17(%rip), %rsi callq _fopen movq %rax, -88(%rbp) leaq L_.str.791(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -96(%rbp) leaq L_.str.792(%rip), %rdi callq _puts movq -72(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf movl $1, -100(%rbp) LBB29_1: ## =>This Inner Loop Header: Depth=1 movq -72(%rbp), %rdi leaq L_.str.780(%rip), %rsi callq _strcmp movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -101(%rbp) ## 1-byte Spill jne LBB29_3 ## %bb.2: ## in Loop: Header=BB29_1 Depth=1 cmpl $1, -100(%rbp) sete %al movb %al, -101(%rbp) ## 1-byte Spill LBB29_3: ## in Loop: Header=BB29_1 Depth=1 movb -101(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB29_4 jmp LBB29_10 LBB29_4: ## in Loop: Header=BB29_1 Depth=1 leaq L_.str.793(%rip), %rdi movb $0, %al callq _printf leaq L_.str.794(%rip), %rdi callq _puts leaq L_.str.795(%rip), %rdi callq _puts leaq -64(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf movq -96(%rbp), %rdi leaq -32(%rbp), %rdx leaq L_.str.779(%rip), %rsi movb $0, %al callq _fscanf leaq -64(%rbp), %rdi leaq -32(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB29_8 ## %bb.5: ## in Loop: Header=BB29_1 Depth=1 leaq L_.str.796(%rip), %rdi callq _puts leaq L_.str.797(%rip), %rdi callq _puts leaq -64(%rbp), %rdi leaq -32(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB29_7 ## %bb.6: leaq L_.str.798(%rip), %rdi callq _puts leaq L_.str.799(%rip), %rdi callq _puts leaq L_.str.800(%rip), %rdi callq _puts leaq L_.str.801(%rip), %rdi callq _puts leaq L_.str.802(%rip), %rdi callq _puts movl $1, %edi callq _exit LBB29_7: ## in Loop: Header=BB29_1 Depth=1 movl $0, -100(%rbp) jmp LBB29_9 LBB29_8: ## in Loop: Header=BB29_1 Depth=1 movq -88(%rbp), %rdi leaq -64(%rbp), %rdx leaq L_.str.803(%rip), %rsi movb $0, %al callq _fprintf LBB29_9: ## in Loop: Header=BB29_1 Depth=1 movq -88(%rbp), %rdi leaq L_.str.804(%rip), %rsi movb $0, %al callq _fprintf jmp LBB29_1 LBB29_10: movq -88(%rbp), %rdi callq _rewind movq -88(%rbp), %rdi callq _fclose movq -72(%rbp), %rdi leaq L_.str.786(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB29_14 ## %bb.11: leaq L_.str.805(%rip), %rdi callq _puts leaq L_.str.806(%rip), %rdi callq _puts leaq -74(%rbp), %rsi leaq L_.str.166(%rip), %rdi movb $0, %al callq _scanf leaq -74(%rbp), %rdi leaq L_.str.807(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB29_13 ## %bb.12: movl $1, %edi callq _exit LBB29_13: leaq L_.str.808(%rip), %rdi callq _puts movl $1, %edi callq _exit LBB29_14: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB29_16 ## %bb.15: addq $112, %rsp popq %rbp retq LBB29_16: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _monikacase3 ## -- Begin function monikacase3 .p2align 4, 0x90 _monikacase3: ## @monikacase3 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -216(%rbp) leaq L_.str.809(%rip), %rdi callq _puts movq -216(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf movq -216(%rbp), %rdi leaq L_.str.780(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB30_7 ## %bb.1: leaq -208(%rbp), %rdi leaq l___const.monikacase3.filenothing(%rip), %rsi movl $200, %edx callq _memcpy leaq -208(%rbp), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -224(%rbp) cmpq $0, -224(%rbp) jne LBB30_3 ## %bb.2: leaq L_.str.787(%rip), %rdi xorl %eax, %eax movl %eax, -272(%rbp) ## 4-byte Spill callq _printf movl -272(%rbp), %edi ## 4-byte Reload callq _exit LBB30_3: movq -224(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -225(%rbp) LBB30_4: ## =>This Inner Loop Header: Depth=1 movsbl -225(%rbp), %eax cmpl $-1, %eax je LBB30_6 ## %bb.5: ## in Loop: Header=BB30_4 Depth=1 movsbl -225(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf movq -224(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -225(%rbp) jmp LBB30_4 LBB30_6: leaq L_.str.810(%rip), %rdi callq _puts movq -224(%rbp), %rdi callq _fclose movl $1, %edi callq _exit LBB30_7: movq -216(%rbp), %rdi leaq L_.str.786(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB30_21 ## %bb.8: movl $0, -232(%rbp) movl $5, -236(%rbp) movl $0, -240(%rbp) movl -236(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -288(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -248(%rbp) shlq $2, %rax callq ____chkstk_darwin movq -288(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq %rsp, %rax movq %rax, -280(%rbp) ## 8-byte Spill movq %rcx, -256(%rbp) movq %rax, -264(%rbp) leaq L_.str.811(%rip), %rdi movb $0, %al callq _printf movl $0, -232(%rbp) LBB30_9: ## =>This Inner Loop Header: Depth=1 movl -232(%rbp), %eax cmpl -236(%rbp), %eax jge LBB30_12 ## %bb.10: ## in Loop: Header=BB30_9 Depth=1 movq -280(%rbp), %rsi ## 8-byte Reload movslq -232(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.187(%rip), %rdi movb $0, %al callq _scanf ## %bb.11: ## in Loop: Header=BB30_9 Depth=1 movl -232(%rbp), %eax addl $1, %eax movl %eax, -232(%rbp) jmp LBB30_9 LBB30_12: leaq L_.str.812(%rip), %rdi movb $0, %al callq _printf movl $5, -236(%rbp) movl $0, -232(%rbp) LBB30_13: ## =>This Inner Loop Header: Depth=1 movl -232(%rbp), %eax movl -236(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB30_16 ## %bb.14: ## in Loop: Header=BB30_13 Depth=1 movq -264(%rbp), %rax movl (%rax), %esi leaq L_.str.813(%rip), %rdi movb $0, %al callq _printf movq -264(%rbp), %rax addq $4, %rax movq %rax, -264(%rbp) ## %bb.15: ## in Loop: Header=BB30_13 Depth=1 movl -232(%rbp), %eax addl $1, %eax movl %eax, -232(%rbp) jmp LBB30_13 LBB30_16: movl $1, -236(%rbp) movq -264(%rbp), %rax movl -236(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %esi leaq L_.str.814(%rip), %rdi movb $0, %al callq _printf movl $0, -240(%rbp) movl $5, -236(%rbp) movl $0, -232(%rbp) LBB30_17: ## =>This Inner Loop Header: Depth=1 movl -232(%rbp), %eax cmpl -236(%rbp), %eax jge LBB30_20 ## %bb.18: ## in Loop: Header=BB30_17 Depth=1 movq -280(%rbp), %rax ## 8-byte Reload movslq -232(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -240(%rbp), %eax movl %eax, -240(%rbp) ## %bb.19: ## in Loop: Header=BB30_17 Depth=1 movl -232(%rbp), %eax addl $1, %eax movl %eax, -232(%rbp) jmp LBB30_17 LBB30_20: movl -240(%rbp), %esi leaq L_.str.815(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $0, -268(%rbp) cvtsi2sdl -240(%rbp), %xmm0 cvtsi2sdl -236(%rbp), %xmm1 divsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -268(%rbp) cvtsi2sdl -268(%rbp), %xmm0 leaq L_.str.816(%rip), %rdi movb $1, %al callq _printf movl $1, %edi callq _exit LBB30_21: jmp LBB30_22 LBB30_22: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB30_24 ## %bb.23: movq %rbp, %rsp popq %rbp retq LBB30_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room19_readFile ## -- Begin function room19_readFile .p2align 4, 0x90 _room19_readFile: ## @room19_readFile .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) leaq L_.str.159(%rip), %rdi callq _system LBB31_1: ## =>This Inner Loop Header: Depth=1 leaq -272(%rbp), %rdi movq -280(%rbp), %rdx movl $256, %esi ## imm = 0x100 callq _fgets cmpq $0, %rax je LBB31_3 ## %bb.2: ## in Loop: Header=BB31_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB31_1 LBB31_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB31_5 ## %bb.4: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB31_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room19_doorDecision ## -- Begin function room19_doorDecision .p2align 4, 0x90 _room19_doorDecision: ## @room19_doorDecision .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.1214(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -5(%rbp), %rsi movb $0, %al callq _scanf movsbl -5(%rbp), %edi callq _tolower cmpl $110, %eax jne LBB32_2 ## %bb.1: movl $99, -4(%rbp) jmp LBB32_3 LBB32_2: movl $1, -4(%rbp) LBB32_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _room19_heroChoice ## -- Begin function room19_heroChoice .p2align 4, 0x90 _room19_heroChoice: ## @room19_heroChoice .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.1215(%rip), %rdi callq _puts leaq L_.str.1216(%rip), %rdi callq _puts leaq L_.str.1217(%rip), %rdi callq _puts leaq L_.str.1218(%rip), %rdi movb $0, %al callq _printf leaq L_.str.187(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf cmpl $3, -4(%rbp) jne LBB33_2 ## %bb.1: movl $99, -4(%rbp) LBB33_2: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _room19_criteriaBomb ## -- Begin function room19_criteriaBomb .p2align 4, 0x90 _room19_criteriaBomb: ## @room19_criteriaBomb .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB34_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -12(%rbp) jge LBB34_4 ## %bb.2: ## in Loop: Header=BB34_1 Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx movq -8(%rbp), %rax movl %edx, (%rax) movq -8(%rbp), %rax addq $4, %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB34_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB34_1 LBB34_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function room19_getAvg LCPI35_0: .quad 0x4024000000000000 ## double 10 .section __TEXT,__text,regular,pure_instructions .globl _room19_getAvg .p2align 4, 0x90 _room19_getAvg: ## @room19_getAvg .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, -16(%rbp) movl $0, -12(%rbp) LBB35_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -12(%rbp) jge LBB35_4 ## %bb.2: ## in Loop: Header=BB35_1 Depth=1 movq -8(%rbp), %rax movl (%rax), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax addq $4, %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB35_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB35_1 LBB35_4: cvtsi2sdl -16(%rbp), %xmm0 movsd LCPI35_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .globl _room19_dragonRAWRS ## -- Begin function room19_dragonRAWRS .p2align 4, 0x90 _room19_dragonRAWRS: ## @room19_dragonRAWRS .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) leaq L_.str.1220(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -280(%rbp) leaq L_.str.159(%rip), %rdi callq _system LBB36_1: ## =>This Inner Loop Header: Depth=1 leaq -272(%rbp), %rdi movq -280(%rbp), %rdx movl $256, %esi ## imm = 0x100 callq _fgets cmpq $0, %rax je LBB36_3 ## %bb.2: ## in Loop: Header=BB36_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB36_1 LBB36_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB36_5 ## %bb.4: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB36_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room19_heroToast ## -- Begin function room19_heroToast .p2align 4, 0x90 _room19_heroToast: ## @room19_heroToast .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) leaq L_.str.1219(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -280(%rbp) leaq L_.str.159(%rip), %rdi callq _system LBB37_1: ## =>This Inner Loop Header: Depth=1 leaq -272(%rbp), %rdi movq -280(%rbp), %rdx movl $256, %esi ## imm = 0x100 callq _fgets cmpq $0, %rax je LBB37_3 ## %bb.2: ## in Loop: Header=BB37_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB37_1 LBB37_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB37_5 ## %bb.4: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB37_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room19_ending3 ## -- Begin function room19_ending3 .p2align 4, 0x90 _room19_ending3: ## @room19_ending3 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) leaq L_.str.1221(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -280(%rbp) leaq L_.str.159(%rip), %rdi callq _system LBB38_1: ## =>This Inner Loop Header: Depth=1 leaq -272(%rbp), %rdi movq -280(%rbp), %rdx movl $256, %esi ## imm = 0x100 callq _fgets cmpq $0, %rax je LBB38_3 ## %bb.2: ## in Loop: Header=BB38_1 Depth=1 leaq -272(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB38_1 LBB38_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB38_5 ## %bb.4: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB38_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _patrickInitialPrompt ## -- Begin function patrickInitialPrompt .p2align 4, 0x90 _patrickInitialPrompt: ## @patrickInitialPrompt .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.1222(%rip), %rdi callq _puts leaq L_.str.1223(%rip), %rdi callq _puts leaq L_.str.1224(%rip), %rdi callq _puts leaq L_.str.1225(%rip), %rdi callq _puts leaq L_.str.1226(%rip), %rdi callq _puts leaq L_.str.1227(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _Coinflip21 ## -- Begin function Coinflip21 .p2align 4, 0x90 _Coinflip21: ## @Coinflip21 .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 %esi, -12(%rbp) movl $0, -20(%rbp) ## %bb.1: cmpl $1, -20(%rbp) jge LBB40_5 ## %bb.2: callq _rand movl $2, %ecx cltd idivl %ecx movl %edx, -16(%rbp) cmpl $1, -16(%rbp) jne LBB40_4 ## %bb.3: movl $1, -8(%rbp) leaq L_.str.1386(%rip), %rdi callq _puts leaq L_.str.1387(%rip), %rdi callq _puts movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB40_5 LBB40_4: movl $2, -12(%rbp) leaq L_.str.1388(%rip), %rdi callq _puts leaq L_.str.1389(%rip), %rdi callq _puts movl -12(%rbp), %eax movl %eax, -4(%rbp) LBB40_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _codeH ## -- Begin function codeH .p2align 4, 0x90 _codeH: ## @codeH .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.1390(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -8(%rbp) cmpq $0, -8(%rbp) jne LBB41_2 ## %bb.1: leaq L_.str.1391(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB41_2: jmp LBB41_3 LBB41_3: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) movsbl %al, %eax cmpl $-1, %eax je LBB41_5 ## %bb.4: ## in Loop: Header=BB41_3 Depth=1 movsbl -9(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf jmp LBB41_3 LBB41_5: jmp LBB41_6 LBB41_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _codeT ## -- Begin function codeT .p2align 4, 0x90 _codeT: ## @codeT .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.1392(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -8(%rbp) cmpq $0, -8(%rbp) jne LBB42_2 ## %bb.1: leaq L_.str.1393(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB42_2: jmp LBB42_3 LBB42_3: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) movsbl %al, %eax cmpl $-1, %eax je LBB42_5 ## %bb.4: ## in Loop: Header=BB42_3 Depth=1 movsbl -9(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf jmp LBB42_3 LBB42_5: jmp LBB42_6 LBB42_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _dpsCalc ## -- Begin function dpsCalc .p2align 4, 0x90 _dpsCalc: ## @dpsCalc .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) movl %esi, -12(%rbp) movl %edx, -16(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -24(%rbp) movl $0, -28(%rbp) movl $0, -32(%rbp) movl $0, -36(%rbp) movl $0, -40(%rbp) cmpl $1, -16(%rbp) jne LBB43_12 ## %bb.1: jmp LBB43_2 LBB43_2: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -12(%rbp) movb %al, -41(%rbp) ## 1-byte Spill jle LBB43_4 ## %bb.3: ## in Loop: Header=BB43_2 Depth=1 cmpl $0, -8(%rbp) setg %al movb %al, -41(%rbp) ## 1-byte Spill LBB43_4: ## in Loop: Header=BB43_2 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB43_5 jmp LBB43_11 LBB43_5: ## in Loop: Header=BB43_2 Depth=1 leaq L_.str.1071(%rip), %rdi callq _puts leaq L_.str.1072(%rip), %rdi callq _puts leaq L_.str.1073(%rip), %rdi callq _puts leaq L_.str.1074(%rip), %rdi callq _puts leaq L_.str.1075(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -32(%rbp), %rsi callq _scanf movl -32(%rbp), %eax movl %eax, -48(%rbp) ## 4-byte Spill subl $1, %eax je LBB43_6 jmp LBB43_36 LBB43_36: ## in Loop: Header=BB43_2 Depth=1 movl -48(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB43_7 jmp LBB43_37 LBB43_37: ## in Loop: Header=BB43_2 Depth=1 movl -48(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB43_8 jmp LBB43_9 LBB43_6: ## in Loop: Header=BB43_2 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $15, %edx movl %edx, -36(%rbp) callq _rand movl $20, %ecx cltd idivl %ecx addl $9, %edx movl %edx, -40(%rbp) movl -12(%rbp), %eax subl -36(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl -40(%rbp), %eax movl %eax, -8(%rbp) cvtsi2sdl -36(%rbp), %xmm0 addsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) leaq L_.str.1076(%rip), %rdi callq _puts movl -36(%rbp), %esi leaq L_.str.1077(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %esi leaq L_.str.1078(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.1079(%rip), %rdi movb $0, %al callq _printf jmp LBB43_10 LBB43_7: ## in Loop: Header=BB43_2 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $10, %edx movl %edx, -36(%rbp) callq _rand movl $20, %ecx cltd idivl %ecx addl $5, %edx movl %edx, -40(%rbp) movl -12(%rbp), %eax subl -36(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl -40(%rbp), %eax movl %eax, -8(%rbp) cvtsi2sdl -36(%rbp), %xmm0 addsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) leaq L_.str.1080(%rip), %rdi callq _puts movl -36(%rbp), %esi leaq L_.str.1077(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %esi leaq L_.str.1078(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.1079(%rip), %rdi movb $0, %al callq _printf jmp LBB43_10 LBB43_8: ## in Loop: Header=BB43_2 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $80, %edx movl %edx, -40(%rbp) movl -40(%rbp), %esi leaq L_.str.1081(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1082(%rip), %rdi callq _puts leaq L_.str.1083(%rip), %rdi callq _puts jmp LBB43_10 LBB43_9: ## in Loop: Header=BB43_2 Depth=1 leaq L_.str.1084(%rip), %rdi callq _puts LBB43_10: ## in Loop: Header=BB43_2 Depth=1 jmp LBB43_2 LBB43_11: jmp LBB43_12 LBB43_12: cmpl $2, -16(%rbp) jne LBB43_24 ## %bb.13: jmp LBB43_14 LBB43_14: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -12(%rbp) movb %al, -49(%rbp) ## 1-byte Spill jle LBB43_16 ## %bb.15: ## in Loop: Header=BB43_14 Depth=1 cmpl $0, -8(%rbp) setg %al movb %al, -49(%rbp) ## 1-byte Spill LBB43_16: ## in Loop: Header=BB43_14 Depth=1 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB43_17 jmp LBB43_23 LBB43_17: ## in Loop: Header=BB43_14 Depth=1 leaq L_.str.1085(%rip), %rdi callq _puts leaq L_.str.1086(%rip), %rdi callq _puts leaq L_.str.1087(%rip), %rdi callq _puts leaq L_.str.1088(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -32(%rbp), %rsi callq _scanf movl -32(%rbp), %eax movl %eax, -56(%rbp) ## 4-byte Spill subl $1, %eax je LBB43_18 jmp LBB43_34 LBB43_34: ## in Loop: Header=BB43_14 Depth=1 movl -56(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB43_19 jmp LBB43_35 LBB43_35: ## in Loop: Header=BB43_14 Depth=1 movl -56(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB43_20 jmp LBB43_21 LBB43_18: ## in Loop: Header=BB43_14 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $15, %edx movl %edx, -36(%rbp) callq _rand movl $20, %ecx cltd idivl %ecx addl $9, %edx movl %edx, -40(%rbp) movl -12(%rbp), %eax subl -36(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl -40(%rbp), %eax movl %eax, -8(%rbp) cvtsi2sdl -36(%rbp), %xmm0 addsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) leaq L_.str.1089(%rip), %rdi callq _puts movl -36(%rbp), %esi leaq L_.str.1077(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %esi leaq L_.str.1078(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.1079(%rip), %rdi movb $0, %al callq _printf jmp LBB43_22 LBB43_19: ## in Loop: Header=BB43_14 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $10, %edx movl %edx, -36(%rbp) callq _rand movl $20, %ecx cltd idivl %ecx addl $5, %edx movl %edx, -40(%rbp) movl -12(%rbp), %eax subl -36(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl -40(%rbp), %eax movl %eax, -8(%rbp) cvtsi2sdl -36(%rbp), %xmm0 addsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) leaq L_.str.1090(%rip), %rdi callq _puts movl -36(%rbp), %esi leaq L_.str.1077(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %esi leaq L_.str.1078(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.1079(%rip), %rdi movb $0, %al callq _printf jmp LBB43_22 LBB43_20: ## in Loop: Header=BB43_14 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $20, %edx movl %edx, -36(%rbp) callq _rand movl $20, %ecx cltd idivl %ecx addl $11, %edx movl %edx, -40(%rbp) movl -12(%rbp), %eax subl -36(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl -40(%rbp), %eax movl %eax, -8(%rbp) cvtsi2sdl -36(%rbp), %xmm0 addsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) leaq L_.str.1091(%rip), %rdi callq _puts movl -36(%rbp), %esi leaq L_.str.1092(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1093(%rip), %rdi callq _puts movl -40(%rbp), %esi leaq L_.str.1078(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str.1079(%rip), %rdi movb $0, %al callq _printf jmp LBB43_22 LBB43_21: ## in Loop: Header=BB43_14 Depth=1 leaq L_.str.1084(%rip), %rdi callq _puts LBB43_22: ## in Loop: Header=BB43_14 Depth=1 jmp LBB43_14 LBB43_23: jmp LBB43_24 LBB43_24: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -28(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -24(%rbp) movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1094(%rip), %rdi movb $1, %al callq _printf cmpl $0, -8(%rbp) jle LBB43_27 ## %bb.25: cmpl $0, -12(%rbp) jg LBB43_27 ## %bb.26: movl $1, -4(%rbp) jmp LBB43_33 LBB43_27: cmpl $0, -8(%rbp) jg LBB43_30 ## %bb.28: cmpl $0, -12(%rbp) jle LBB43_30 ## %bb.29: movl $0, -4(%rbp) jmp LBB43_33 LBB43_30: cmpl $0, -8(%rbp) jg LBB43_33 ## %bb.31: cmpl $0, -12(%rbp) jg LBB43_33 ## %bb.32: leaq L_.str.1095(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) LBB43_33: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printResults ## -- Begin function printResults .p2align 4, 0x90 _printResults: ## @printResults .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) leaq L_.str.1057(%rip), %rdi leaq L_.str.360(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpl $1, -8(%rbp) jne LBB44_14 ## %bb.1: cmpl $1, -4(%rbp) jne LBB44_7 ## %bb.2: leaq L_.str.1058(%rip), %rdi callq _puts leaq L_.str.1059(%rip), %rdi callq _puts leaq L_.str.1060(%rip), %rdi callq _puts leaq L_.str.1061(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB44_3: ## =>This Inner Loop Header: Depth=1 cmpl $99, -12(%rbp) jg LBB44_6 ## %bb.4: ## in Loop: Header=BB44_3 Depth=1 movq -24(%rbp), %rdi leaq L_.str.1062(%rip), %rsi movb $0, %al callq _fprintf ## %bb.5: ## in Loop: Header=BB44_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB44_3 LBB44_6: jmp LBB44_7 LBB44_7: cmpl $0, -4(%rbp) jne LBB44_13 ## %bb.8: leaq L_.str.1063(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1064(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB44_9: ## =>This Inner Loop Header: Depth=1 cmpl $99, -12(%rbp) jg LBB44_12 ## %bb.10: ## in Loop: Header=BB44_9 Depth=1 movq -24(%rbp), %rdi leaq L_.str.1065(%rip), %rsi movb $0, %al callq _fprintf ## %bb.11: ## in Loop: Header=BB44_9 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB44_9 LBB44_12: jmp LBB44_13 LBB44_13: jmp LBB44_14 LBB44_14: cmpl $2, -8(%rbp) jne LBB44_28 ## %bb.15: cmpl $1, -4(%rbp) jne LBB44_21 ## %bb.16: leaq L_.str.1066(%rip), %rdi callq _puts leaq L_.str.1067(%rip), %rdi callq _puts leaq L_.str.1068(%rip), %rdi callq _puts leaq L_.str.1061(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB44_17: ## =>This Inner Loop Header: Depth=1 cmpl $99, -12(%rbp) jg LBB44_20 ## %bb.18: ## in Loop: Header=BB44_17 Depth=1 movq -24(%rbp), %rdi leaq L_.str.1069(%rip), %rsi movb $0, %al callq _fprintf ## %bb.19: ## in Loop: Header=BB44_17 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB44_17 LBB44_20: jmp LBB44_21 LBB44_21: cmpl $0, -4(%rbp) jne LBB44_27 ## %bb.22: leaq L_.str.1070(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1064(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB44_23: ## =>This Inner Loop Header: Depth=1 cmpl $99, -12(%rbp) jg LBB44_26 ## %bb.24: ## in Loop: Header=BB44_23 Depth=1 movq -24(%rbp), %rdi leaq L_.str.1065(%rip), %rsi movb $0, %al callq _fprintf ## %bb.25: ## in Loop: Header=BB44_23 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB44_23 LBB44_26: jmp LBB44_27 LBB44_27: jmp LBB44_28 LBB44_28: movq -24(%rbp), %rdi callq _fclose addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _wordGame ## -- Begin function wordGame .p2align 4, 0x90 _wordGame: ## @wordGame .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq L_.str.1394(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB45_2 ## %bb.1: leaq L_.str.1395(%rip), %rdi callq _puts leaq L_.str.1396(%rip), %rdi callq _puts leaq L_.str.1397(%rip), %rdi movb $0, %al callq _printf jmp LBB45_3 LBB45_2: movq -8(%rbp), %rsi leaq L_.str.1398(%rip), %rdi xorl %eax, %eax movl %eax, -12(%rbp) ## 4-byte Spill callq _printf movl -12(%rbp), %edi ## 4-byte Reload callq _exit LBB45_3: movq -8(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $10, %esi callq _fgets movq -8(%rbp), %rdi leaq L_.str.1399(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB45_5 ## %bb.4: leaq L_.str.1400(%rip), %rdi callq _puts leaq L_.str.1401(%rip), %rdi movb $0, %al callq _printf jmp LBB45_6 LBB45_5: leaq L_.str.1402(%rip), %rdi callq _puts xorl %edi, %edi callq _exit LBB45_6: movq -8(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $20, %esi callq _fgets movq -8(%rbp), %rdi leaq L_.str.1403(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB45_8 ## %bb.7: leaq L_.str.1404(%rip), %rdi callq _puts leaq L_.str.1405(%rip), %rdi callq _puts leaq L_.str.1406(%rip), %rdi callq _puts leaq L_.str.1407(%rip), %rdi callq _puts leaq L_.str.1408(%rip), %rdi callq _puts leaq L_.str.1409(%rip), %rdi callq _puts leaq L_.str.1410(%rip), %rdi callq _puts leaq L_.str.1411(%rip), %rdi movb $0, %al callq _printf jmp LBB45_9 LBB45_8: leaq L_.str.1412(%rip), %rdi callq _puts xorl %edi, %edi callq _exit LBB45_9: movq -8(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $30, %esi callq _fgets movq -8(%rbp), %rdi leaq L_.str.1413(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB45_11 ## %bb.10: leaq L_.str.1414(%rip), %rdi callq _puts leaq L_.str.1415(%rip), %rdi callq _puts leaq L_.str.1416(%rip), %rdi callq _puts leaq L_.str.1417(%rip), %rdi callq _puts jmp LBB45_12 LBB45_11: leaq L_.str.1418(%rip), %rdi callq _puts xorl %edi, %edi callq _exit LBB45_12: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _urGuess ## -- Begin function urGuess .p2align 4, 0x90 _urGuess: ## @urGuess .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.1228(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Anumber ## -- Begin function Anumber .p2align 4, 0x90 _Anumber: ## @Anumber .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl $0, -24(%rbp) LBB47_1: ## =>This Inner Loop Header: Depth=1 cmpl $2, -24(%rbp) jge LBB47_4 ## %bb.2: ## in Loop: Header=BB47_1 Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -28(%rbp) movl -28(%rbp), %edx movq -16(%rbp), %rax movslq -24(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB47_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB47_1 LBB47_4: cmpl $1, -20(%rbp) jl LBB47_6 ## %bb.5: cmpl $10, -20(%rbp) jle LBB47_7 LBB47_6: movl $0, -4(%rbp) jmp LBB47_10 LBB47_7: movq -16(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -20(%rbp), %eax jne LBB47_9 ## %bb.8: movl -24(%rbp), %eax movl %eax, -4(%rbp) jmp LBB47_10 LBB47_9: movl $-1, -4(%rbp) LBB47_10: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _greenUSB26 ## -- Begin function greenUSB26 .p2align 4, 0x90 _greenUSB26: ## @greenUSB26 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl $0, -20(%rbp) movl $0, -40(%rbp) leaq L_.str.1148(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1150(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1151(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1152(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1153(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1154(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -20(%rbp) jne LBB48_34 ## %bb.1: leaq L_.str.1155(%rip), %rdi movb $0, %al callq _printf callq _rand movl $3, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -24(%rbp) callq _rand movl $3, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -28(%rbp) cmpl $1, -24(%rbp) jne LBB48_9 ## %bb.2: cmpl $1, -28(%rbp) jne LBB48_4 ## %bb.3: movl $7, -40(%rbp) jmp LBB48_8 LBB48_4: cmpl $2, -28(%rbp) jne LBB48_6 ## %bb.5: movl $6, -40(%rbp) jmp LBB48_7 LBB48_6: movl $3, -40(%rbp) LBB48_7: jmp LBB48_8 LBB48_8: jmp LBB48_25 LBB48_9: cmpl $2, -24(%rbp) jne LBB48_17 ## %bb.10: cmpl $1, -28(%rbp) jne LBB48_12 ## %bb.11: movl $3, -40(%rbp) jmp LBB48_16 LBB48_12: cmpl $2, -28(%rbp) jne LBB48_14 ## %bb.13: movl $9, -40(%rbp) jmp LBB48_15 LBB48_14: movl $2, -40(%rbp) LBB48_15: jmp LBB48_16 LBB48_16: jmp LBB48_24 LBB48_17: cmpl $1, -28(%rbp) jne LBB48_19 ## %bb.18: movl $5, -40(%rbp) jmp LBB48_23 LBB48_19: cmpl $2, -28(%rbp) jne LBB48_21 ## %bb.20: movl $1, -40(%rbp) jmp LBB48_22 LBB48_21: movl $6, -40(%rbp) LBB48_22: jmp LBB48_23 LBB48_23: jmp LBB48_24 LBB48_24: jmp LBB48_25 LBB48_25: movl -24(%rbp), %esi movl -28(%rbp), %edx leaq L_.str.1156(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1157(%rip), %rdi movb $0, %al callq _printf movl $0, -32(%rbp) LBB48_26: ## =>This Loop Header: Depth=1 ## Child Loop BB48_28 Depth 2 cmpl $3, -32(%rbp) jge LBB48_33 ## %bb.27: ## in Loop: Header=BB48_26 Depth=1 leaq L_.str.1158(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB48_28: ## Parent Loop BB48_26 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $3, -36(%rbp) jge LBB48_31 ## %bb.29: ## in Loop: Header=BB48_28 Depth=2 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %esi leaq L_.str.1023(%rip), %rdi movb $0, %al callq _printf ## %bb.30: ## in Loop: Header=BB48_28 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB48_28 LBB48_31: ## in Loop: Header=BB48_26 Depth=1 leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf ## %bb.32: ## in Loop: Header=BB48_26 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB48_26 LBB48_33: leaq L_.str.1157(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1159(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %eax movl %eax, -4(%rbp) jmp LBB48_35 LBB48_34: leaq L_.str.1160(%rip), %rdi movb $0, %al callq _printf movl -40(%rbp), %eax movl %eax, -4(%rbp) LBB48_35: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function blueUSB26 LCPI49_0: .quad 0x4022000000000000 ## double 9 .section __TEXT,__text,regular,pure_instructions .globl _blueUSB26 .p2align 4, 0x90 _blueUSB26: ## @blueUSB26 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl $6, -24(%rbp) movl $0, -32(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) leaq L_.str.1161(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1162(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1151(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1163(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1153(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1154(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -20(%rbp) jne LBB49_6 ## %bb.1: movl $0, -28(%rbp) LBB49_2: ## =>This Inner Loop Header: Depth=1 cmpl $9, -28(%rbp) jge LBB49_5 ## %bb.3: ## in Loop: Header=BB49_2 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax addl -32(%rbp), %eax movl %eax, -32(%rbp) movq -16(%rbp), %rax addq $4, %rax movq %rax, -16(%rbp) ## %bb.4: ## in Loop: Header=BB49_2 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB49_2 LBB49_5: cvtsi2sdl -32(%rbp), %xmm0 movsd LCPI49_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) leaq L_.str.1164(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1165(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1166(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1167(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1168(%rip), %rdi movb $0, %al callq _printf movl -32(%rbp), %esi leaq L_.str.1169(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1170(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1171(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1172(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1173(%rip), %rdi movb $0, %al callq _printf movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1174(%rip), %rdi movb $1, %al callq _printf leaq L_.str.1175(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1159(%rip), %rdi movb $0, %al callq _printf movl -24(%rbp), %eax movl %eax, -4(%rbp) jmp LBB49_7 LBB49_6: leaq L_.str.1176(%rip), %rdi movb $0, %al callq _printf movl -24(%rbp), %eax movl %eax, -4(%rbp) LBB49_7: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _lockedDoor26 ## -- Begin function lockedDoor26 .p2align 4, 0x90 _lockedDoor26: ## @lockedDoor26 .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) imull $100, -4(%rbp), %eax imull $10, -8(%rbp), %ecx addl %ecx, %eax addl -12(%rbp), %eax movl %eax, -24(%rbp) leaq L_.str.1192(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1193(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1194(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1195(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1196(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1197(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1151(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1198(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1153(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1154(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -16(%rbp) jne LBB50_5 ## %bb.1: movl -24(%rbp), %esi leaq L_.str.1199(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1200(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1201(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1202(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1203(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1204(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1205(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1201(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1206(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movl -20(%rbp), %eax cmpl -24(%rbp), %eax jne LBB50_3 ## %bb.2: leaq L_.str.1207(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1208(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1209(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1210(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1211(%rip), %rdi movb $0, %al callq _printf jmp LBB50_4 LBB50_3: leaq L_.str.1212(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1213(%rip), %rdi movb $0, %al callq _printf LBB50_4: jmp LBB50_6 LBB50_5: leaq L_.str.1160(%rip), %rdi movb $0, %al callq _printf LBB50_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mining ## -- Begin function mining .p2align 4, 0x90 _mining: ## @mining .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl $-1, -28(%rbp) leaq L_.str.1281(%rip), %rdi callq _puts leaq L_.str.1282(%rip), %rdi callq _puts LBB51_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -28(%rbp) je LBB51_18 ## %bb.2: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1283(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -28(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -28(%rbp) jne LBB51_4 ## %bb.3: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1284(%rip), %rdi callq _puts movl $0, -28(%rbp) jmp LBB51_17 LBB51_4: ## in Loop: Header=BB51_1 Depth=1 cmpl $1, -28(%rbp) jne LBB51_15 ## %bb.5: ## in Loop: Header=BB51_1 Depth=1 movq -8(%rbp), %rax cmpl $3, (%rax) jge LBB51_8 ## %bb.6: ## in Loop: Header=BB51_1 Depth=1 movq -24(%rbp), %rax cmpl $0, 8(%rax) jne LBB51_8 ## %bb.7: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1285(%rip), %rdi callq _puts leaq L_.str.1286(%rip), %rdi callq _puts movq -24(%rbp), %rax movl 8(%rax), %ecx addl $1, %ecx movl %ecx, 8(%rax) jmp LBB51_14 LBB51_8: ## in Loop: Header=BB51_1 Depth=1 movq -24(%rbp), %rax cmpl $0, 8(%rax) je LBB51_12 ## %bb.9: ## in Loop: Header=BB51_1 Depth=1 callq _rand movl $6, %ecx cltd idivl %ecx movl %edx, -32(%rbp) movl -32(%rbp), %esi leaq L_.str.1287(%rip), %rdi movb $0, %al callq _printf movl -32(%rbp), %ecx movq -8(%rbp), %rax addl (%rax), %ecx movl %ecx, (%rax) movl -32(%rbp), %ecx movq -16(%rbp), %rax addl (%rax), %ecx movl %ecx, (%rax) movq -24(%rbp), %rax movl 4(%rax), %ecx addl $1, %ecx movl %ecx, 4(%rax) callq _rand movl $4, %ecx cltd idivl %ecx movl %edx, -36(%rbp) cmpl $0, -36(%rbp) jne LBB51_11 ## %bb.10: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1288(%rip), %rdi callq _puts movq -24(%rbp), %rax movl 8(%rax), %ecx subl $1, %ecx movl %ecx, 8(%rax) LBB51_11: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_13 LBB51_12: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1289(%rip), %rdi callq _puts LBB51_13: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_14 LBB51_14: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_16 LBB51_15: ## in Loop: Header=BB51_1 Depth=1 leaq L_.str.1290(%rip), %rdi callq _puts LBB51_16: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_17 LBB51_17: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_1 LBB51_18: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _shop ## -- Begin function shop .p2align 4, 0x90 _shop: ## @shop .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 %rsi, -48(%rbp) leaq -18(%rbp), %rdi xorl %esi, %esi movl $10, %edx callq _memset movq l___const.shop.shopItem(%rip), %rax movq %rax, -28(%rbp) movw l___const.shop.shopItem+8(%rip), %ax movw %ax, -20(%rbp) leaq L_.str.1306(%rip), %rdi callq _puts leaq L_.str.1307(%rip), %rdi callq _puts leaq L_.str.1308(%rip), %rdi callq _puts leaq -18(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movl $0, -56(%rbp) LBB52_1: ## =>This Inner Loop Header: Depth=1 movslq -56(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill leaq -18(%rbp), %rdi callq _strlen movq %rax, %rcx movq -64(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB52_9 ## %bb.2: ## in Loop: Header=BB52_1 Depth=1 movslq -56(%rbp), %rax movsbl -18(%rbp,%rax), %edi callq _isalpha cmpl $0, %eax je LBB52_6 ## %bb.3: ## in Loop: Header=BB52_1 Depth=1 movslq -56(%rbp), %rax movsbl -18(%rbp,%rax), %eax movslq -56(%rbp), %rcx movsbl -28(%rbp,%rcx), %ecx cmpl %ecx, %eax je LBB52_5 ## %bb.4: leaq L_.str.1309(%rip), %rdi callq _puts jmp LBB52_22 LBB52_5: ## in Loop: Header=BB52_1 Depth=1 jmp LBB52_7 LBB52_6: leaq L_.str.1310(%rip), %rdi callq _puts jmp LBB52_22 LBB52_7: ## in Loop: Header=BB52_1 Depth=1 jmp LBB52_8 LBB52_8: ## in Loop: Header=BB52_1 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB52_1 LBB52_9: leaq L_.str.1311(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB52_10: ## =>This Inner Loop Header: Depth=1 movslq -56(%rbp), %rax movq %rax, -72(%rbp) ## 8-byte Spill leaq -18(%rbp), %rdi callq _strlen movq %rax, %rcx movq -72(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB52_13 ## %bb.11: ## in Loop: Header=BB52_10 Depth=1 movslq -56(%rbp), %rax movsbl -18(%rbp,%rax), %edi callq _toupper movl %eax, %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf ## %bb.12: ## in Loop: Header=BB52_10 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB52_10 LBB52_13: leaq L_.str.1312(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -49(%rbp), %rsi movb $0, %al callq _scanf movsbl -49(%rbp), %eax cmpl $121, %eax jne LBB52_18 ## %bb.14: movq -40(%rbp), %rax cmpl $3, (%rax) jge LBB52_16 ## %bb.15: leaq L_.str.1313(%rip), %rdi callq _puts jmp LBB52_17 LBB52_16: leaq L_.str.1314(%rip), %rdi callq _puts movq -48(%rbp), %rax movl 8(%rax), %ecx addl $1, %ecx movl %ecx, 8(%rax) movq -40(%rbp), %rax movl (%rax), %ecx subl $3, %ecx movl %ecx, (%rax) LBB52_17: jmp LBB52_22 LBB52_18: movsbl -49(%rbp), %eax cmpl $110, %eax jne LBB52_20 ## %bb.19: leaq L_.str.1315(%rip), %rdi callq _puts jmp LBB52_21 LBB52_20: leaq L_.str.1316(%rip), %rdi callq _puts LBB52_21: jmp LBB52_22 LBB52_22: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB52_24 ## %bb.23: addq $80, %rsp popq %rbp retq LBB52_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gamble ## -- Begin function gamble .p2align 4, 0x90 _gamble: ## @gamble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl $-1, -20(%rbp) movl $0, -24(%rbp) leaq L_.str.1294(%rip), %rdi callq _puts LBB53_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -20(%rbp) je LBB53_12 ## %bb.2: ## in Loop: Header=BB53_1 Depth=1 leaq L_.str.1295(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -20(%rbp) jne LBB53_4 ## %bb.3: ## in Loop: Header=BB53_1 Depth=1 leaq L_.str.1296(%rip), %rdi callq _puts movl $0, -20(%rbp) jmp LBB53_11 LBB53_4: ## in Loop: Header=BB53_1 Depth=1 cmpl $1, -20(%rbp) jne LBB53_6 ## %bb.5: ## in Loop: Header=BB53_1 Depth=1 movq -8(%rbp), %rdi callq _flipCoin jmp LBB53_10 LBB53_6: ## in Loop: Header=BB53_1 Depth=1 cmpl $3, -20(%rbp) jne LBB53_8 ## %bb.7: ## in Loop: Header=BB53_1 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _VIProom jmp LBB53_9 LBB53_8: ## in Loop: Header=BB53_1 Depth=1 leaq L_.str.1290(%rip), %rdi callq _puts LBB53_9: ## in Loop: Header=BB53_1 Depth=1 jmp LBB53_10 LBB53_10: ## in Loop: Header=BB53_1 Depth=1 jmp LBB53_11 LBB53_11: ## in Loop: Header=BB53_1 Depth=1 jmp LBB53_1 LBB53_12: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _status ## -- Begin function status .p2align 4, 0x90 _status: ## @status .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) cvtsi2sdl -12(%rbp), %xmm0 movq -24(%rbp), %rax cvtsi2sdl 4(%rax), %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -32(%rbp) leaq L_.str.1291(%rip), %rdi callq _puts movq -8(%rbp), %rax movl (%rax), %esi movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1292(%rip), %rdi movb $1, %al callq _printf movq -24(%rbp), %rax movl 8(%rax), %esi leaq L_.str.1293(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fairy ## -- Begin function fairy .p2align 4, 0x90 _fairy: ## @fairy .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) leaq L_.str.1343(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf movsbl -25(%rbp), %eax cmpl $121, %eax je LBB55_2 ## %bb.1: movsbl -25(%rbp), %eax cmpl $89, %eax jne LBB55_9 LBB55_2: movq -24(%rbp), %rsi leaq L_.str.1344(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1345(%rip), %rdi callq _puts leaq L_.str.1346(%rip), %rdi callq _puts leaq L_.str.1347(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -32(%rbp), %rsi movb $0, %al callq _scanf movq -16(%rbp), %rax movl (%rax), %eax cmpl -32(%rbp), %eax jge LBB55_4 ## %bb.3: leaq L_.str.1348(%rip), %rdi callq _puts jmp LBB55_8 LBB55_4: cmpl $27, -32(%rbp) jne LBB55_6 ## %bb.5: leaq L_.str.1349(%rip), %rdi callq _puts movq -24(%rbp), %rsi leaq L_.str.1350(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1351(%rip), %rdi callq _puts callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1352(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1353(%rip), %rdi callq _puts callq _pause27 leaq L_.str.1354(%rip), %rdi callq _puts callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1355(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1356(%rip), %rdi callq _puts leaq L_.str.1357(%rip), %rdi callq _puts callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1358(%rip), %rdi movb $0, %al callq _printf callq _pause27 leaq L_.str.1359(%rip), %rdi callq _puts movq -24(%rbp), %rsi leaq L_.str.1360(%rip), %rdi movb $0, %al callq _printf callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1361(%rip), %rdi movb $0, %al callq _printf callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1362(%rip), %rdi movb $0, %al callq _printf callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1363(%rip), %rdi movb $0, %al callq _printf callq _pause27 movq -24(%rbp), %rsi leaq L_.str.1364(%rip), %rdi movb $0, %al callq _printf callq _pause27 leaq L_.str.1365(%rip), %rdi callq _puts leaq L_.str.1366(%rip), %rdi callq _puts leaq L_.str.1367(%rip), %rdi callq _puts callq _pause27 movl $1, -4(%rbp) jmp LBB55_11 LBB55_6: leaq L_.str.1368(%rip), %rdi callq _puts leaq L_.str.1369(%rip), %rdi callq _puts callq _pause27 ## %bb.7: jmp LBB55_8 LBB55_8: jmp LBB55_10 LBB55_9: leaq L_.str.1370(%rip), %rdi callq _puts LBB55_10: movl $0, -4(%rbp) LBB55_11: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _coolGuysInteract ## -- Begin function coolGuysInteract .p2align 4, 0x90 _coolGuysInteract: ## @coolGuysInteract .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _printIntroduction ## -- Begin function printIntroduction .p2align 4, 0x90 _printIntroduction: ## @printIntroduction .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.1034(%rip), %rdi callq _puts leaq L_.str.1035(%rip), %rdi callq _puts leaq L_.str.1036(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _printRules ## -- Begin function printRules .p2align 4, 0x90 _printRules: ## @printRules .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) leaq L_.str.1037(%rip), %rdi callq _puts movl -4(%rbp), %esi leaq L_.str.1038(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %esi leaq L_.str.1039(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi movl -8(%rbp), %edx leaq L_.str.1040(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1041(%rip), %rdi callq _puts leaq L_.str.1042(%rip), %rdi callq _puts leaq L_.str.1043(%rip), %rdi callq _puts addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _averageM ## -- Begin function averageM .p2align 4, 0x90 _averageM: ## @averageM .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -20(%rbp) movl $0, -16(%rbp) LBB59_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB59_4 ## %bb.2: ## in Loop: Header=BB59_1 Depth=1 movl -20(%rbp), %eax movq -8(%rbp), %rcx movslq -16(%rbp), %rdx addl (%rcx,%rdx,4), %eax movl %eax, -20(%rbp) ## %bb.3: ## in Loop: Header=BB59_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB59_1 LBB59_4: cvtsi2sdl -20(%rbp), %xmm0 cvtsi2sdl -12(%rbp), %xmm1 divsd %xmm1, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .globl _printRollResults ## -- Begin function printRollResults .p2align 4, 0x90 _printRollResults: ## @printRollResults .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) cmpl $0, -16(%rbp) je LBB60_2 ## %bb.1: leaq L_.str.1031(%rip), %rdi movb $0, %al callq _printf jmp LBB60_3 LBB60_2: leaq L_.str.1032(%rip), %rdi movb $0, %al callq _printf LBB60_3: movl $0, -20(%rbp) LBB60_4: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB60_7 ## %bb.5: ## in Loop: Header=BB60_4 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1033(%rip), %rdi movb $0, %al callq _printf ## %bb.6: ## in Loop: Header=BB60_4 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB60_4 LBB60_7: leaq L_.str.804(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sumM ## -- Begin function sumM .p2align 4, 0x90 _sumM: ## @sumM .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) xorps %xmm0, %xmm0 movsd %xmm0, -24(%rbp) movl $0, -16(%rbp) LBB61_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB61_6 ## %bb.2: ## in Loop: Header=BB61_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB61_4 jp LBB61_4 ## %bb.3: jmp LBB61_6 LBB61_4: ## in Loop: Header=BB61_1 Depth=1 movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movslq -16(%rbp), %rcx addsd (%rax,%rcx,8), %xmm0 movsd %xmm0, -24(%rbp) ## %bb.5: ## in Loop: Header=BB61_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB61_1 LBB61_6: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .globl _randomString ## -- Begin function randomString .p2align 4, 0x90 _randomString: ## @randomString .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) callq _rand movl $100, %ecx cltd idivl %ecx movl %edx, -20(%rbp) movl $0, -24(%rbp) leaq L_.str.817(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -32(%rbp) cmpq $0, %rax jne LBB62_2 ## %bb.1: leaq L_.str.818(%rip), %rdi callq _puts jmp LBB62_9 LBB62_2: jmp LBB62_3 LBB62_3: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rdx movl $11, %esi callq _fgets cmpq $0, %rax je LBB62_8 ## %bb.4: ## in Loop: Header=BB62_3 Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jne LBB62_6 ## %bb.5: movq -32(%rbp), %rdi callq _fclose movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB62_10 LBB62_6: ## in Loop: Header=BB62_3 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) ## %bb.7: ## in Loop: Header=BB62_3 Depth=1 jmp LBB62_3 LBB62_8: movq -32(%rbp), %rdi callq _fclose LBB62_9: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB62_10: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _room_37_guess_number ## -- Begin function room_37_guess_number .p2align 4, 0x90 _room_37_guess_number: ## @room_37_guess_number .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 $10, -16(%rbp) LBB63_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -16(%rbp) je LBB63_9 ## %bb.2: ## in Loop: Header=BB63_1 Depth=1 movl $1, %edi movl $30, %esi callq _room_37_prompt_guess movl %eax, -12(%rbp) movl -12(%rbp), %eax cmpl -8(%rbp), %eax jne LBB63_4 ## %bb.3: leaq L_.str.1053(%rip), %rdi callq _puts jmp LBB63_9 LBB63_4: ## in Loop: Header=BB63_1 Depth=1 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jle LBB63_6 ## %bb.5: ## in Loop: Header=BB63_1 Depth=1 leaq L_.str.1054(%rip), %rdi callq _puts jmp LBB63_7 LBB63_6: ## in Loop: Header=BB63_1 Depth=1 leaq L_.str.1055(%rip), %rdi callq _puts LBB63_7: ## in Loop: Header=BB63_1 Depth=1 jmp LBB63_8 LBB63_8: ## in Loop: Header=BB63_1 Depth=1 movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB63_1 LBB63_9: cmpl $0, -16(%rbp) je LBB63_11 ## %bb.10: movl $1, -4(%rbp) jmp LBB63_12 LBB63_11: movl $0, -4(%rbp) LBB63_12: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _prompt ## -- Begin function prompt .p2align 4, 0x90 _prompt: ## @prompt .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.1380(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _modArray ## -- Begin function modArray .p2align 4, 0x90 _modArray: ## @modArray .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) LBB65_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB65_4 ## %bb.2: ## in Loop: Header=BB65_1 Depth=1 callq _rand movl $11, %ecx cltd idivl %ecx movl %edx, -20(%rbp) movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB65_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB65_1 LBB65_4: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printArray ## -- Begin function printArray .p2align 4, 0x90 _printArray: ## @printArray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %r15 pushq %r14 pushq %rbx subq $72, %rsp .cfi_offset %rbx, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq %rdi, -32(%rbp) movl %esi, -36(%rbp) movq -32(%rbp), %rax movl (%rax), %esi movq -32(%rbp), %rax movl 4(%rax), %edx movq -32(%rbp), %rax movl 8(%rax), %ecx movq -32(%rbp), %rax movl 12(%rax), %r8d movq -32(%rbp), %rax movl 16(%rax), %r9d movq -32(%rbp), %rax movl 20(%rax), %r15d movq -32(%rbp), %rax movl 24(%rax), %r14d movq -32(%rbp), %rax movl 28(%rax), %ebx movq -32(%rbp), %rax movl 32(%rax), %r11d movq -32(%rbp), %rax movl 36(%rax), %r10d movq -32(%rbp), %rax movl 40(%rax), %eax leaq L_.str.1381(%rip), %rdi movl %r15d, (%rsp) movl %r14d, 8(%rsp) movl %ebx, 16(%rsp) movl %r11d, 24(%rsp) movl %r10d, 32(%rsp) movl %eax, 40(%rsp) movb $0, %al callq _printf addq $72, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .globl _eflores ## -- Begin function eflores .p2align 4, 0x90 _eflores: ## @eflores .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) movq %rdi, -40(%rbp) movl $0, -48(%rbp) leaq -32(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $19, %esi callq _fgets movl $0, -48(%rbp) LBB67_1: ## =>This Inner Loop Header: Depth=1 cmpl $18, -48(%rbp) jge LBB67_7 ## %bb.2: ## in Loop: Header=BB67_1 Depth=1 movslq -48(%rbp), %rax movsbl -32(%rbp,%rax), %edi callq _islower cmpl $0, %eax je LBB67_4 ## %bb.3: ## in Loop: Header=BB67_1 Depth=1 movslq -48(%rbp), %rax movsbl -32(%rbp,%rax), %esi leaq L_.str.1382(%rip), %rdi movb $0, %al callq _printf movslq -48(%rbp), %rax movsbl -32(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -48(%rbp), %rax movb %cl, -32(%rbp,%rax) jmp LBB67_5 LBB67_4: ## in Loop: Header=BB67_1 Depth=1 movslq -48(%rbp), %rax movsbl -32(%rbp,%rax), %esi leaq L_.str.1383(%rip), %rdi movb $0, %al callq _printf LBB67_5: ## in Loop: Header=BB67_1 Depth=1 jmp LBB67_6 LBB67_6: ## in Loop: Header=BB67_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB67_1 LBB67_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB67_9 ## %bb.8: addq $48, %rsp popq %rbp retq LBB67_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _story ## -- Begin function story .p2align 4, 0x90 _story: ## @story .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.744(%rip), %rdi callq _puts leaq L_.str.745(%rip), %rdi callq _puts leaq L_.str.746(%rip), %rdi callq _puts leaq L_.str.747(%rip), %rdi callq _puts leaq L_.str.748(%rip), %rdi callq _puts leaq L_.str.749(%rip), %rdi callq _puts leaq L_.str.750(%rip), %rdi callq _puts leaq L_.str.751(%rip), %rdi callq _puts leaq L_.str.752(%rip), %rdi callq _puts leaq L_.str.753(%rip), %rdi callq _puts leaq L_.str.754(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _elf ## -- Begin function elf .p2align 4, 0x90 _elf: ## @elf .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.755(%rip), %rdi callq _puts leaq L_.str.756(%rip), %rdi callq _puts leaq L_.str.757(%rip), %rdi callq _puts leaq L_.str.758(%rip), %rdi callq _puts leaq L_.str.759(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _play ## -- Begin function play .p2align 4, 0x90 _play: ## @play .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, -40(%rbp) leaq -32(%rbp), %rdi xorl %esi, %esi movl $16, %edx callq _memset movl $0, -36(%rbp) LBB70_1: ## =>This Inner Loop Header: Depth=1 cmpl $4, -36(%rbp) jge LBB70_4 ## %bb.2: ## in Loop: Header=BB70_1 Depth=1 callq _rand movl $100, %ecx cltd idivl %ecx movslq -36(%rbp), %rax movl %edx, -32(%rbp,%rax,4) movl -40(%rbp), %eax movslq -36(%rbp), %rcx addl -32(%rbp,%rcx,4), %eax movl %eax, -40(%rbp) ## %bb.3: ## in Loop: Header=BB70_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB70_1 LBB70_4: movl -40(%rbp), %eax movl $5, %ecx cltd idivl %ecx movl %eax, -44(%rbp) movl -44(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB70_6 ## %bb.5: leaq L_.str.743(%rip), %rdi movb $0, %al callq _printf jmp LBB70_7 LBB70_6: leaq L_.str.140(%rip), %rdi movb $0, %al callq _printf LBB70_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB70_9 ## %bb.8: addq $48, %rsp popq %rbp retq LBB70_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _BBGprnt ## -- Begin function BBGprnt .p2align 4, 0x90 _BBGprnt: ## @BBGprnt .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.762(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _mQprintInventory ## -- Begin function mQprintInventory .p2align 4, 0x90 _mQprintInventory: ## @mQprintInventory .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.821(%rip), %rdi callq _puts movq -8(%rbp), %rax movb (%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_2 ## %bb.1: leaq L_.str.822(%rip), %rdi callq _puts LBB72_2: movq -8(%rbp), %rax movb 1(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_4 ## %bb.3: leaq L_.str.823(%rip), %rdi callq _puts LBB72_4: movq -8(%rbp), %rax movb 2(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_6 ## %bb.5: leaq L_.str.824(%rip), %rdi callq _puts LBB72_6: movq -8(%rbp), %rax movb 3(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_8 ## %bb.7: leaq L_.str.825(%rip), %rdi callq _puts LBB72_8: movq -8(%rbp), %rax movb 4(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_10 ## %bb.9: leaq L_.str.826(%rip), %rdi callq _puts LBB72_10: movq -8(%rbp), %rax movb 5(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_12 ## %bb.11: leaq L_.str.827(%rip), %rdi callq _puts LBB72_12: movq -8(%rbp), %rax movb 6(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_14 ## %bb.13: leaq L_.str.828(%rip), %rdi callq _puts LBB72_14: movq -8(%rbp), %rax movb 7(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB72_16 ## %bb.15: leaq L_.str.829(%rip), %rdi callq _puts LBB72_16: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mQprintLocations ## -- Begin function mQprintLocations .p2align 4, 0x90 _mQprintLocations: ## @mQprintLocations .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) leaq L_.str.830(%rip), %rdi callq _puts cmpl $3, -4(%rbp) jge LBB73_6 ## %bb.1: movl $0, -20(%rbp) LBB73_2: ## =>This Inner Loop Header: Depth=1 cmpl $3, -20(%rbp) jge LBB73_5 ## %bb.3: ## in Loop: Header=BB73_2 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str.831(%rip), %rdi movb $0, %al callq _printf ## %bb.4: ## in Loop: Header=BB73_2 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB73_2 LBB73_5: jmp LBB73_11 LBB73_6: movl $0, -20(%rbp) LBB73_7: ## =>This Inner Loop Header: Depth=1 cmpl $6, -20(%rbp) jge LBB73_10 ## %bb.8: ## in Loop: Header=BB73_7 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str.831(%rip), %rdi movb $0, %al callq _printf ## %bb.9: ## in Loop: Header=BB73_7 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB73_7 LBB73_10: jmp LBB73_11 LBB73_11: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _changeboolean ## -- Begin function changeboolean .p2align 4, 0x90 _changeboolean: ## @changeboolean .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movb $1, (%rax) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function mQparser2 LCPI75_0: .quad 0x4014000000000000 ## double 5 .section __TEXT,__text,regular,pure_instructions .globl _mQparser2 .p2align 4, 0x90 _mQparser2: ## @mQparser2 .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, -80(%rbp) movq %rsi, -88(%rbp) movq %rdx, -96(%rbp) movq _uInput@GOTPCREL(%rip), %rdi leaq L_.str.835(%rip), %rsi callq _strtok movq %rax, -104(%rbp) xorl %eax, %eax movl %eax, %edi leaq L_.str.804(%rip), %rsi callq _strtok movq %rax, -112(%rbp) movl $3, -116(%rbp) movl $0, -120(%rbp) movq -88(%rbp), %rdi callq _rewind movl $0, -128(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -136(%rbp) cmpq $0, -112(%rbp) jne LBB75_2 ## %bb.1: leaq L_.str.909(%rip), %rax movq %rax, -112(%rbp) LBB75_2: cmpq $0, -104(%rbp) jne LBB75_4 ## %bb.3: leaq L_.str.909(%rip), %rax movq %rax, -104(%rbp) LBB75_4: cmpq $0, -104(%rbp) je LBB75_224 ## %bb.5: movq -104(%rbp), %rdi leaq L_.str.836(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_7 ## %bb.6: movl $0, -68(%rbp) jmp LBB75_225 LBB75_7: movq -104(%rbp), %rdi leaq L_.str.840(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_9 ## %bb.8: callq _mQhelpMenu jmp LBB75_210 LBB75_9: movq -104(%rbp), %rdi leaq L_.str.841(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_11 ## %bb.10: movl -116(%rbp), %edi leaq _locations(%rip), %rsi callq _mQprintLocations jmp LBB75_209 LBB75_11: movq -104(%rbp), %rdi leaq L_.str.842(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_13 ## %bb.12: movq -96(%rbp), %rdi callq _mQprintInventory leaq L_.str.904(%rip), %rdi callq _puts jmp LBB75_208 LBB75_13: movq -104(%rbp), %rdi leaq L_.str.844(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_46 ## %bb.14: movq -112(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_16 ## %bb.15: movq -112(%rbp), %rdi leaq L_.str.910(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_17 LBB75_16: leaq L_.str.911(%rip), %rdi callq _puts jmp LBB75_45 LBB75_17: movq -112(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_19 ## %bb.18: movq -112(%rbp), %rdi leaq L_.str.912(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_20 LBB75_19: leaq L_.str.913(%rip), %rdi callq _puts jmp LBB75_44 LBB75_20: movq -112(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_22 ## %bb.21: movq -112(%rbp), %rdi leaq L_.str.845(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_23 LBB75_22: leaq L_.str.914(%rip), %rdi callq _puts jmp LBB75_43 LBB75_23: movq -112(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_25 ## %bb.24: movq -112(%rbp), %rdi leaq L_.str.847(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_26 LBB75_25: leaq L_.str.915(%rip), %rdi callq _puts jmp LBB75_42 LBB75_26: movq -112(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_28 ## %bb.27: movq -112(%rbp), %rdi leaq L_.str.862(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_29 LBB75_28: leaq L_.str.916(%rip), %rdi callq _puts jmp LBB75_41 LBB75_29: movq -112(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_31 ## %bb.30: movq -112(%rbp), %rdi leaq L_.str.917(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_32 LBB75_31: leaq L_.str.918(%rip), %rdi callq _puts jmp LBB75_40 LBB75_32: movq -112(%rbp), %rdi leaq L_.str.919(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_34 ## %bb.33: movq -112(%rbp), %rdi leaq L_.str.920(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_35 LBB75_34: leaq L_.str.921(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -80(%rbp), %rdi leaq L_.str.922(%rip), %rsi movb $0, %al callq _fprintf movq -80(%rbp), %rdi callq _fflush movl -116(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) jmp LBB75_39 LBB75_35: movq -112(%rbp), %rdi leaq L_.str.923(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_37 ## %bb.36: movq -112(%rbp), %rdi leaq L_.str.924(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_38 LBB75_37: leaq L_.str.925(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -80(%rbp), %rdi leaq L_.str.926(%rip), %rsi movb $0, %al callq _fprintf movq -80(%rbp), %rdi callq _fflush movl -116(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) LBB75_38: jmp LBB75_39 LBB75_39: jmp LBB75_40 LBB75_40: jmp LBB75_41 LBB75_41: jmp LBB75_42 LBB75_42: jmp LBB75_43 LBB75_43: jmp LBB75_44 LBB75_44: jmp LBB75_45 LBB75_45: jmp LBB75_207 LBB75_46: movq -104(%rbp), %rdi leaq L_.str.888(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_90 ## %bb.47: movq -112(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_49 ## %bb.48: movq -112(%rbp), %rdi leaq L_.str.910(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_50 LBB75_49: leaq L_.str.927(%rip), %rdi callq _puts jmp LBB75_89 LBB75_50: movq -112(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_52 ## %bb.51: movq -112(%rbp), %rdi leaq L_.str.912(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_53 LBB75_52: leaq L_.str.928(%rip), %rdi callq _puts jmp LBB75_88 LBB75_53: movq -112(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_55 ## %bb.54: movq -112(%rbp), %rdi leaq L_.str.845(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_56 LBB75_55: leaq L_.str.929(%rip), %rdi callq _puts jmp LBB75_87 LBB75_56: movq -112(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_58 ## %bb.57: movq -112(%rbp), %rdi leaq L_.str.847(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_59 LBB75_58: leaq L_.str.930(%rip), %rdi callq _puts jmp LBB75_86 LBB75_59: movq -112(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_61 ## %bb.60: movq -112(%rbp), %rdi leaq L_.str.862(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_62 LBB75_61: leaq L_.str.931(%rip), %rdi callq _puts jmp LBB75_85 LBB75_62: movq -112(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_64 ## %bb.63: movq -112(%rbp), %rdi leaq L_.str.917(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_65 LBB75_64: leaq L_.str.932(%rip), %rdi callq _puts jmp LBB75_84 LBB75_65: movq -112(%rbp), %rdi leaq L_.str.933(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_67 ## %bb.66: movq -112(%rbp), %rdi leaq L_.str.920(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_68 LBB75_67: leaq L_.str.934(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -80(%rbp), %rdi leaq L_.str.922(%rip), %rsi movb $0, %al callq _fprintf movq -80(%rbp), %rdi callq _fflush movl -116(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) jmp LBB75_83 LBB75_68: movq -112(%rbp), %rdi leaq L_.str.923(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_70 ## %bb.69: movq -112(%rbp), %rdi leaq L_.str.924(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_71 LBB75_70: leaq L_.str.935(%rip), %rdi callq _puts leaq L_.str.876(%rip), %rdi callq _puts movq -80(%rbp), %rdi leaq L_.str.926(%rip), %rsi movb $0, %al callq _fprintf movq -80(%rbp), %rdi callq _fflush movl -116(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) jmp LBB75_82 LBB75_71: movq -112(%rbp), %rdi leaq L_.str.936(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_73 ## %bb.72: movq -112(%rbp), %rdi leaq L_.str.937(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_77 LBB75_73: movq -96(%rbp), %rax movb 8(%rax), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB75_75 ## %bb.74: leaq L_.str.938(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 7(%rax) leaq L_.str.939(%rip), %rdi callq _puts leaq L_.str.940(%rip), %rdi callq _puts jmp LBB75_76 LBB75_75: leaq L_.str.941(%rip), %rdi callq _puts LBB75_76: jmp LBB75_81 LBB75_77: movq -112(%rbp), %rdi leaq L_.str.942(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_79 ## %bb.78: movq -112(%rbp), %rdi leaq L_.str.943(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_80 LBB75_79: leaq L_.str.944(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 5(%rax) leaq L_.str.945(%rip), %rdi callq _puts movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) LBB75_80: jmp LBB75_81 LBB75_81: jmp LBB75_82 LBB75_82: jmp LBB75_83 LBB75_83: jmp LBB75_84 LBB75_84: jmp LBB75_85 LBB75_85: jmp LBB75_86 LBB75_86: jmp LBB75_87 LBB75_87: jmp LBB75_88 LBB75_88: jmp LBB75_89 LBB75_89: jmp LBB75_206 LBB75_90: movq -104(%rbp), %rdi leaq L_.str.946(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_92 ## %bb.91: movq -104(%rbp), %rdi leaq L_.str.947(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_96 LBB75_92: movq -112(%rbp), %rdi leaq L_.str.948(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_94 ## %bb.93: movq -112(%rbp), %rdi leaq L_.str.949(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_95 LBB75_94: leaq L_.str.950(%rip), %rdi callq _puts LBB75_95: jmp LBB75_205 LBB75_96: movq -104(%rbp), %rdi leaq L_.str.951(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_98 ## %bb.97: movq -104(%rbp), %rdi leaq L_.str.952(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_102 LBB75_98: movq -112(%rbp), %rdi leaq L_.str.953(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_100 ## %bb.99: movq -112(%rbp), %rdi leaq L_.str.954(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_101 LBB75_100: leaq L_.str.955(%rip), %rdi callq _puts LBB75_101: jmp LBB75_204 LBB75_102: movq -104(%rbp), %rdi leaq L_.str.936(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_104 ## %bb.103: movq -104(%rbp), %rdi leaq L_.str.937(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_116 LBB75_104: movq -96(%rbp), %rax movb 7(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB75_115 ## %bb.105: movq -112(%rbp), %rdi leaq L_.str.854(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_107 ## %bb.106: movq -112(%rbp), %rdi leaq L_.str.853(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_114 LBB75_107: leaq L_.str.956(%rip), %rdi callq _puts callq _rand movl $2, %ecx cltd idivl %ecx movl %edx, -140(%rbp) cmpl $0, -140(%rbp) jne LBB75_109 ## %bb.108: leaq L_.str.957(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $0, 7(%rax) movq -96(%rbp), %rax movb $1, 8(%rax) jmp LBB75_113 LBB75_109: cmpl $1, -140(%rbp) jne LBB75_111 ## %bb.110: leaq L_.str.958(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $0, 7(%rax) movq -96(%rbp), %rax movb $1, 8(%rax) movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB75_112 LBB75_111: leaq L_.str.959(%rip), %rdi callq _puts LBB75_112: jmp LBB75_113 LBB75_113: jmp LBB75_114 LBB75_114: jmp LBB75_115 LBB75_115: jmp LBB75_203 LBB75_116: movq -104(%rbp), %rdi leaq L_.str.960(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_118 ## %bb.117: movq -104(%rbp), %rdi leaq L_.str.961(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_122 LBB75_118: movq -112(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_120 ## %bb.119: movq -112(%rbp), %rdi leaq L_.str.917(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_121 LBB75_120: leaq L_.str.962(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, (%rax) LBB75_121: jmp LBB75_202 LBB75_122: movq -104(%rbp), %rdi leaq L_.str.963(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_124 ## %bb.123: movq -104(%rbp), %rdi leaq L_.str.964(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_128 LBB75_124: movq -112(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_126 ## %bb.125: movq -112(%rbp), %rdi leaq L_.str.912(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_127 LBB75_126: leaq L_.str.965(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 3(%rax) LBB75_127: jmp LBB75_201 LBB75_128: movq -104(%rbp), %rdi leaq L_.str.966(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_130 ## %bb.129: movq -104(%rbp), %rdi leaq L_.str.967(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_134 LBB75_130: movq -112(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_132 ## %bb.131: movq -112(%rbp), %rdi leaq L_.str.910(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_133 LBB75_132: leaq L_.str.968(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 1(%rax) LBB75_133: jmp LBB75_200 LBB75_134: movq -104(%rbp), %rdi leaq L_.str.969(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_136 ## %bb.135: movq -104(%rbp), %rdi leaq L_.str.970(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_140 LBB75_136: movq -112(%rbp), %rdi leaq L_.str(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_138 ## %bb.137: movq -112(%rbp), %rdi leaq L_.str.845(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_139 LBB75_138: leaq L_.str.971(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 4(%rax) LBB75_139: jmp LBB75_199 LBB75_140: movq -104(%rbp), %rdi leaq L_.str.972(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_142 ## %bb.141: movq -104(%rbp), %rdi leaq L_.str.973(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_146 LBB75_142: movq -112(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_144 ## %bb.143: movq -112(%rbp), %rdi leaq L_.str.862(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_145 LBB75_144: leaq L_.str.974(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $1, 2(%rax) LBB75_145: jmp LBB75_198 LBB75_146: movq -104(%rbp), %rdi leaq L_.str.975(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_148 ## %bb.147: movq -104(%rbp), %rdi leaq L_.str.976(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_186 LBB75_148: movq -112(%rbp), %rdi leaq L_.str.977(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_150 ## %bb.149: movq -112(%rbp), %rdi leaq L_.str.978(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_185 LBB75_150: movq -96(%rbp), %rax testb $1, (%rax) je LBB75_183 ## %bb.151: movq -96(%rbp), %rax testb $1, 1(%rax) je LBB75_183 ## %bb.152: movq -96(%rbp), %rax testb $1, 2(%rax) je LBB75_183 ## %bb.153: movq -96(%rbp), %rax testb $1, 3(%rax) je LBB75_183 ## %bb.154: movq -96(%rbp), %rax testb $1, 4(%rax) je LBB75_183 ## %bb.155: leaq L_.str.159(%rip), %rdi callq _system leaq L_.str.979(%rip), %rdi callq _puts leaq L_.str.980(%rip), %rdi movb $0, %al callq _printf leaq -64(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf leaq -64(%rbp), %rdi leaq L_.str.981(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_158 ## %bb.156: leaq -64(%rbp), %rdi leaq L_.str.982(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_158 ## %bb.157: leaq -64(%rbp), %rdi leaq L_.str.981(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_159 LBB75_158: leaq L_.str.983(%rip), %rdi callq _puts movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB75_160 LBB75_159: leaq L_.str.984(%rip), %rdi callq _puts LBB75_160: leaq L_.str.985(%rip), %rdi movb $0, %al callq _printf leaq -64(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf leaq -64(%rbp), %rdi leaq L_.str.986(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_163 ## %bb.161: leaq -64(%rbp), %rdi leaq L_.str.987(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_163 ## %bb.162: leaq -64(%rbp), %rdi leaq L_.str.988(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_164 LBB75_163: leaq L_.str.989(%rip), %rdi callq _puts movl -124(%rbp), %eax addl $3, %eax movl %eax, -124(%rbp) jmp LBB75_165 LBB75_164: leaq L_.str.990(%rip), %rdi callq _puts LBB75_165: leaq L_.str.991(%rip), %rdi movb $0, %al callq _printf leaq -64(%rbp), %rsi leaq L_.str.779(%rip), %rdi movb $0, %al callq _scanf leaq -64(%rbp), %rdi leaq L_.str.992(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_168 ## %bb.166: leaq -64(%rbp), %rdi leaq L_.str.993(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB75_168 ## %bb.167: leaq -64(%rbp), %rdi leaq L_.str.994(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_169 LBB75_168: leaq L_.str.995(%rip), %rdi callq _puts movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB75_170 LBB75_169: leaq L_.str.996(%rip), %rdi callq _puts LBB75_170: callq _mQcontinue leaq L_.str.159(%rip), %rdi callq _system leaq L_.str.997(%rip), %rdi callq _puts leaq L_.str.998(%rip), %rdi callq _puts leaq L_.str.997(%rip), %rdi callq _puts callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -128(%rbp), %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movl -128(%rbp), %esi leaq L_.str.999(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -128(%rbp), %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movl -128(%rbp), %esi leaq L_.str.1000(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -128(%rbp), %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movl -128(%rbp), %esi leaq L_.str.1001(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -128(%rbp), %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movl -128(%rbp), %esi leaq L_.str.1002(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -128(%rbp) movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -128(%rbp), %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -136(%rbp) movl -128(%rbp), %esi leaq L_.str.1003(%rip), %rdi movb $0, %al callq _printf movq -96(%rbp), %rax movb 5(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB75_172 ## %bb.171: leaq L_.str.1004(%rip), %rdi callq _puts LBB75_172: movq -96(%rbp), %rax movb 8(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB75_174 ## %bb.173: leaq L_.str.1005(%rip), %rdi callq _puts LBB75_174: leaq L_.str.1006(%rip), %rdi callq _puts movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1007(%rip), %rdi movb $1, %al callq _printf movsd -136(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI75_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -120(%rbp) movl -120(%rbp), %esi leaq L_.str.1008(%rip), %rdi movb $0, %al callq _printf movl -120(%rbp), %eax addl -124(%rbp), %eax movl %eax, -120(%rbp) movl -120(%rbp), %esi leaq L_.str.1009(%rip), %rdi movb $0, %al callq _printf cmpl $2, -124(%rbp) jg LBB75_176 ## %bb.175: leaq L_.str.1006(%rip), %rdi callq _puts leaq L_.str.1010(%rip), %rdi callq _puts callq _mQcontinue movq -96(%rbp), %rax movb $1, 6(%rax) movl $0, -68(%rbp) jmp LBB75_225 LBB75_176: cmpl $3, -124(%rbp) jne LBB75_178 ## %bb.177: leaq L_.str.1006(%rip), %rdi callq _puts leaq L_.str.1011(%rip), %rdi callq _puts leaq L_.str.1012(%rip), %rdi callq _puts callq _mQcontinue movq -96(%rbp), %rax movb $1, 6(%rax) movl $0, -68(%rbp) jmp LBB75_225 LBB75_178: cmpl $4, -124(%rbp) jl LBB75_180 ## %bb.179: leaq L_.str.1006(%rip), %rdi callq _puts leaq L_.str.1013(%rip), %rdi callq _puts leaq L_.str.1014(%rip), %rdi callq _puts callq _mQcontinue movq -96(%rbp), %rax movb $1, 6(%rax) movl $0, -68(%rbp) jmp LBB75_225 LBB75_180: jmp LBB75_181 LBB75_181: jmp LBB75_182 LBB75_182: jmp LBB75_184 LBB75_183: leaq L_.str.1015(%rip), %rdi callq _puts LBB75_184: jmp LBB75_185 LBB75_185: jmp LBB75_197 LBB75_186: movq -104(%rbp), %rdi leaq L_.str.1016(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_188 ## %bb.187: movq -96(%rbp), %rax movb $1, 9(%rax) leaq L_.str.1017(%rip), %rdi callq _puts jmp LBB75_196 LBB75_188: movq -104(%rbp), %rdi leaq L_.str.1018(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB75_194 ## %bb.189: movl $0, -144(%rbp) LBB75_190: ## =>This Inner Loop Header: Depth=1 cmpl $5, -144(%rbp) jge LBB75_193 ## %bb.191: ## in Loop: Header=BB75_190 Depth=1 movq -96(%rbp), %rax movslq -144(%rbp), %rcx movb $1, (%rax,%rcx) ## %bb.192: ## in Loop: Header=BB75_190 Depth=1 movl -144(%rbp), %eax addl $1, %eax movl %eax, -144(%rbp) jmp LBB75_190 LBB75_193: leaq L_.str.1019(%rip), %rdi callq _puts jmp LBB75_195 LBB75_194: movq -104(%rbp), %rsi leaq L_.str.903(%rip), %rdi movb $0, %al callq _printf LBB75_195: jmp LBB75_196 LBB75_196: jmp LBB75_197 LBB75_197: jmp LBB75_198 LBB75_198: jmp LBB75_199 LBB75_199: jmp LBB75_200 LBB75_200: jmp LBB75_201 LBB75_201: jmp LBB75_202 LBB75_202: jmp LBB75_203 LBB75_203: jmp LBB75_204 LBB75_204: jmp LBB75_205 LBB75_205: jmp LBB75_206 LBB75_206: jmp LBB75_207 LBB75_207: jmp LBB75_208 LBB75_208: jmp LBB75_209 LBB75_209: jmp LBB75_210 LBB75_210: jmp LBB75_211 LBB75_211: movq -96(%rbp), %rax testb $1, (%rax) je LBB75_217 ## %bb.212: movq -96(%rbp), %rax testb $1, 1(%rax) je LBB75_217 ## %bb.213: movq -96(%rbp), %rax testb $1, 2(%rax) je LBB75_217 ## %bb.214: movq -96(%rbp), %rax testb $1, 3(%rax) je LBB75_217 ## %bb.215: movq -96(%rbp), %rax testb $1, 4(%rax) je LBB75_217 ## %bb.216: movq -96(%rbp), %rax movb $1, 9(%rax) LBB75_217: movq -96(%rbp), %rax movb 9(%rax), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB75_219 ## %bb.218: movq -80(%rbp), %rdi callq _rewind movq -80(%rbp), %rdi leaq L_.str.1020(%rip), %rsi movb $0, %al callq _fprintf movq -80(%rbp), %rdi callq _fflush leaq L_.str.1021(%rip), %rdi callq _puts movq -96(%rbp), %rax movb $0, 9(%rax) LBB75_219: cmpq $0, -112(%rbp) jne LBB75_221 ## %bb.220: leaq L_.str.909(%rip), %rax movq %rax, -112(%rbp) LBB75_221: cmpq $0, -104(%rbp) jne LBB75_223 ## %bb.222: leaq L_.str.909(%rip), %rax movq %rax, -104(%rbp) LBB75_223: jmp LBB75_224 LBB75_224: movl $1, -68(%rbp) LBB75_225: movl -68(%rbp), %eax movl %eax, -148(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB75_227 ## %bb.226: movl -148(%rbp), %eax ## 4-byte Reload addq $160, %rsp popq %rbp retq LBB75_227: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room_37_read_instructions_from_file ## -- Begin function room_37_read_instructions_from_file .p2align 4, 0x90 _room_37_read_instructions_from_file: ## @room_37_read_instructions_from_file .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $255, -12(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -56(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -24(%rbp) callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -56(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -48(%rbp) ## 8-byte Spill movq %rax, -32(%rbp) leaq L_.str.1044(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB76_2 ## %bb.1: leaq L_.str.1045(%rip), %rdi callq _puts leaq L_.str.1046(%rip), %rdi callq _puts leaq L_.str.1047(%rip), %rdi callq _puts leaq L_.str.1048(%rip), %rdi callq _puts leaq L_.str.1049(%rip), %rdi callq _puts leaq L_.str.1050(%rip), %rdi callq _puts leaq L_.str.1051(%rip), %rdi callq _puts leaq L_.str.1052(%rip), %rdi callq _puts jmp LBB76_6 LBB76_2: jmp LBB76_3 LBB76_3: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rdi ## 8-byte Reload movl -12(%rbp), %esi movq -40(%rbp), %rdx callq _fgets cmpq $0, %rax je LBB76_5 ## %bb.4: ## in Loop: Header=BB76_3 Depth=1 movq -48(%rbp), %rsi ## 8-byte Reload leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB76_3 LBB76_5: jmp LBB76_6 LBB76_6: 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 LBB76_8 ## %bb.7: movq %rbp, %rsp popq %rbp retq LBB76_8: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room_37_prompt_guess ## -- Begin function room_37_prompt_guess .p2align 4, 0x90 _room_37_prompt_guess: ## @room_37_prompt_guess .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %esi movl -8(%rbp), %edx leaq L_.str.1056(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf LBB77_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -4(%rbp), %ecx movb %al, -13(%rbp) ## 1-byte Spill jl LBB77_3 ## %bb.2: ## in Loop: Header=BB77_1 Depth=1 movl -12(%rbp), %eax cmpl -8(%rbp), %eax setle %al movb %al, -13(%rbp) ## 1-byte Spill LBB77_3: ## in Loop: Header=BB77_1 Depth=1 movb -13(%rbp), %al ## 1-byte Reload xorb $-1, %al testb $1, %al jne LBB77_4 jmp LBB77_5 LBB77_4: ## in Loop: Header=BB77_1 Depth=1 movl -4(%rbp), %esi movl -8(%rbp), %edx leaq L_.str.1056(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf jmp LBB77_1 LBB77_5: movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _room_37_average ## -- Begin function room_37_average .p2align 4, 0x90 _room_37_average: ## @room_37_average .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 $10, -60(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -72(%rbp) leaq -48(%rbp), %rdi movl -60(%rbp), %esi callq _room_37_fill_array movl $0, -56(%rbp) LBB78_1: ## =>This Inner Loop Header: Depth=1 movl -56(%rbp), %eax cmpl -60(%rbp), %eax jge LBB78_4 ## %bb.2: ## in Loop: Header=BB78_1 Depth=1 movslq -56(%rbp), %rax movl -48(%rbp,%rax,4), %esi leaq L_.str.1023(%rip), %rdi movb $0, %al callq _printf movslq -56(%rbp), %rax cvtsi2sdl -48(%rbp,%rax,4), %xmm0 addsd -72(%rbp), %xmm0 movsd %xmm0, -72(%rbp) ## %bb.3: ## in Loop: Header=BB78_1 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB78_1 LBB78_4: cvtsi2sdl -60(%rbp), %xmm1 movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -72(%rbp) leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.1096(%rip), %rdi callq _puts leaq L_.str.1097(%rip), %rdi leaq -80(%rbp), %rsi movb $0, %al callq _scanf movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -72(%rbp), %xmm0 jne LBB78_6 jp LBB78_6 ## %bb.5: leaq L_.str.1098(%rip), %rdi callq _puts movl $1, -52(%rbp) jmp LBB78_7 LBB78_6: movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.1099(%rip), %rdi movb $1, %al callq _printf movl $0, -52(%rbp) LBB78_7: movl -52(%rbp), %eax movl %eax, -84(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB78_9 ## %bb.8: movl -84(%rbp), %eax ## 4-byte Reload addq $96, %rsp popq %rbp retq LBB78_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _room_37_fill_array ## -- Begin function room_37_fill_array .p2align 4, 0x90 _room_37_fill_array: ## @room_37_fill_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -16(%rbp) LBB79_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB79_4 ## %bb.2: ## in Loop: Header=BB79_1 Depth=1 callq _rand movl $20, %ecx cltd idivl %ecx addl $1, %edx movq -8(%rbp), %rax movl %edx, (%rax) movq -8(%rbp), %rax addq $4, %rax movq %rax, -8(%rbp) ## %bb.3: ## in Loop: Header=BB79_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB79_1 LBB79_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _redUSB26 ## -- Begin function redUSB26 .p2align 4, 0x90 _redUSB26: ## @redUSB26 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq L___const.redUSB26.prompt(%rip), %rax movq %rax, -23(%rbp) movl L___const.redUSB26.prompt+8(%rip), %eax movl %eax, -15(%rbp) movw L___const.redUSB26.prompt+12(%rip), %ax movw %ax, -11(%rbp) movb L___const.redUSB26.prompt+14(%rip), %al movb %al, -9(%rbp) leaq -96(%rbp), %rdi leaq L___const.redUSB26.message(%rip), %rsi movl $65, %edx callq _memcpy movl $0, -132(%rbp) leaq L_.str.1177(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1178(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1149(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1151(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1179(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1180(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1154(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -120(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -120(%rbp) jne LBB80_9 ## %bb.1: leaq L_.str.1181(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1182(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1183(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1184(%rip), %rdi movb $0, %al callq _printf leaq -23(%rbp), %rsi leaq L_.str.1185(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1186(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1187(%rip), %rdi movb $0, %al callq _printf leaq -111(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq -23(%rbp), %rdi leaq -111(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB80_8 ## %bb.2: leaq L_.str.1188(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1189(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1190(%rip), %rdi movb $0, %al callq _printf leaq -96(%rbp), %rsi leaq L_.str.1185(%rip), %rdi movb $0, %al callq _printf movl $0, -124(%rbp) LBB80_3: ## =>This Inner Loop Header: Depth=1 movslq -124(%rbp), %rax cmpb $0, -96(%rbp,%rax) je LBB80_7 ## %bb.4: ## in Loop: Header=BB80_3 Depth=1 movslq -124(%rbp), %rax movsbl -96(%rbp,%rax), %edi callq _isdigit cmpl $0, %eax je LBB80_6 ## %bb.5: ## in Loop: Header=BB80_3 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) LBB80_6: ## in Loop: Header=BB80_3 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB80_3 LBB80_7: leaq L_.str.1159(%rip), %rdi movb $0, %al callq _printf movl -132(%rbp), %eax movl %eax, -116(%rbp) jmp LBB80_10 LBB80_8: leaq L_.str.1191(%rip), %rdi movb $0, %al callq _printf movl -132(%rbp), %eax movl %eax, -116(%rbp) jmp LBB80_10 LBB80_9: leaq L_.str.1160(%rip), %rdi movb $0, %al callq _printf movl -132(%rbp), %eax movl %eax, -116(%rbp) LBB80_10: movl -116(%rbp), %eax movl %eax, -136(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB80_12 ## %bb.11: movl -136(%rbp), %eax ## 4-byte Reload addq $144, %rsp popq %rbp retq LBB80_12: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _noteFromRick ## -- Begin function noteFromRick .p2align 4, 0x90 _noteFromRick: ## @noteFromRick .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) leaq L_.str.1263(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -120(%rbp) cmpq $0, -120(%rbp) jne LBB81_2 ## %bb.1: leaq L_.str.1264(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB81_2: jmp LBB81_3 LBB81_3: ## =>This Inner Loop Header: Depth=1 movq -120(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -121(%rbp) movsbl %al, %eax cmpl $-1, %eax je LBB81_5 ## %bb.4: ## in Loop: Header=BB81_3 Depth=1 movsbl -121(%rbp), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf jmp LBB81_3 LBB81_5: movq -120(%rbp), %rdi callq _fclose movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB81_7 ## %bb.6: addq $128, %rsp popq %rbp retq LBB81_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _flipCoin ## -- Begin function flipCoin .p2align 4, 0x90 _flipCoin: ## @flipCoin .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.1297(%rip), %rdi callq _puts movq -8(%rbp), %rax movl (%rax), %esi leaq L_.str.1298(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -12(%rbp) jl LBB82_2 ## %bb.1: cmpl $0, -12(%rbp) jne LBB82_3 LBB82_2: leaq L_.str.1299(%rip), %rdi callq _puts jmp LBB82_11 LBB82_3: movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jg LBB82_5 ## %bb.4: movq -8(%rbp), %rax cmpl $0, (%rax) jne LBB82_6 LBB82_5: leaq L_.str.1300(%rip), %rdi callq _puts jmp LBB82_10 LBB82_6: callq _rand movl $2, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -16(%rbp) leaq L_.str.1301(%rip), %rdi callq _puts leaq L_.str.1302(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movl -16(%rbp), %eax cmpl -20(%rbp), %eax jne LBB82_8 ## %bb.7: leaq L_.str.1303(%rip), %rdi callq _puts leaq L_.str.1304(%rip), %rdi callq _puts movl -12(%rbp), %ecx movq -8(%rbp), %rax addl (%rax), %ecx movl %ecx, (%rax) jmp LBB82_9 LBB82_8: leaq L_.str.1305(%rip), %rdi callq _puts leaq L_.str.1304(%rip), %rdi callq _puts movq -8(%rbp), %rax movl (%rax), %ecx subl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) LBB82_9: jmp LBB82_10 LBB82_10: jmp LBB82_11 LBB82_11: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _VIProom ## -- Begin function VIProom .p2align 4, 0x90 _VIProom: ## @VIProom .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $160, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -120(%rbp) movq %rsi, -128(%rbp) leaq L_.str.1317(%rip), %rdi callq _puts leaq L_.str.1318(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -129(%rbp), %rsi movb $0, %al callq _scanf movsbl -129(%rbp), %eax cmpl $121, %eax jne LBB83_3 ## %bb.1: movq -120(%rbp), %rax cmpl $100, (%rax) jge LBB83_3 ## %bb.2: leaq L_.str.1319(%rip), %rdi callq _puts jmp LBB83_27 LBB83_3: movsbl -129(%rbp), %eax cmpl $110, %eax jne LBB83_5 ## %bb.4: leaq L_.str.1320(%rip), %rdi callq _puts jmp LBB83_26 LBB83_5: movsbl -129(%rbp), %eax cmpl $121, %eax jne LBB83_24 ## %bb.6: leaq L_.str.1321(%rip), %rdi callq _puts movq -128(%rbp), %rsi leaq L_.str.1322(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1323(%rip), %rdi callq _puts callq _pause27 leaq L_.str.1324(%rip), %rdi callq _puts leaq L_.str.1325(%rip), %rdi callq _puts leaq L_.str.1326(%rip), %rdi callq _puts callq _pause27 leaq L_.str.1327(%rip), %rdi callq _puts movq -128(%rbp), %rsi leaq L_.str.1328(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1329(%rip), %rdi callq _puts callq _pause27 leaq L_.str.1330(%rip), %rdi leaq L_.str.96(%rip), %rsi callq _fopen movq %rax, -144(%rbp) cmpq $0, -144(%rbp) jne LBB83_8 ## %bb.7: leaq L_.str.1331(%rip), %rdi movb $0, %al callq _printf jmp LBB83_23 LBB83_8: jmp LBB83_9 LBB83_9: ## =>This Inner Loop Header: Depth=1 leaq -112(%rbp), %rdi movq -144(%rbp), %rdx movl $100, %esi callq _fgets cmpq $0, %rax je LBB83_11 ## %bb.10: ## in Loop: Header=BB83_9 Depth=1 leaq -112(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB83_9 LBB83_11: movq -144(%rbp), %rdi callq _rewind callq _pause27 movq -128(%rbp), %rsi leaq L_.str.1332(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1333(%rip), %rdi callq _puts movq -128(%rbp), %rsi leaq L_.str.1334(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1335(%rip), %rdi callq _puts leaq L_.str.1336(%rip), %rdi callq _puts leaq L_.str.1337(%rip), %rdi callq _puts callq _pause27 LBB83_12: ## =>This Loop Header: Depth=1 ## Child Loop BB83_14 Depth 2 leaq -112(%rbp), %rdi movq -144(%rbp), %rdx movl $100, %esi callq _fgets cmpq $0, %rax je LBB83_22 ## %bb.13: ## in Loop: Header=BB83_12 Depth=1 leaq -112(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -152(%rbp) movl $0, -156(%rbp) LBB83_14: ## Parent Loop BB83_12 Depth=1 ## => This Inner Loop Header: Depth=2 movl -156(%rbp), %eax cmpl -152(%rbp), %eax jge LBB83_21 ## %bb.15: ## in Loop: Header=BB83_14 Depth=2 movslq -156(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $112, %eax je LBB83_17 ## %bb.16: ## in Loop: Header=BB83_14 Depth=2 movslq -156(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $37, %eax jne LBB83_18 LBB83_17: ## in Loop: Header=BB83_14 Depth=2 jmp LBB83_19 LBB83_18: ## in Loop: Header=BB83_14 Depth=2 movslq -156(%rbp), %rax movsbl -112(%rbp,%rax), %esi leaq L_.str.185(%rip), %rdi movb $0, %al callq _printf LBB83_19: ## in Loop: Header=BB83_14 Depth=2 jmp LBB83_20 LBB83_20: ## in Loop: Header=BB83_14 Depth=2 movl -156(%rbp), %eax addl $1, %eax movl %eax, -156(%rbp) jmp LBB83_14 LBB83_21: ## in Loop: Header=BB83_12 Depth=1 jmp LBB83_12 LBB83_22: callq _pause27 movq -128(%rbp), %rsi leaq L_.str.1338(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1339(%rip), %rdi callq _puts leaq L_.str.1340(%rip), %rdi callq _puts LBB83_23: movq -144(%rbp), %rdi callq _fclose jmp LBB83_25 LBB83_24: leaq L_.str.1341(%rip), %rdi callq _puts LBB83_25: jmp LBB83_26 LBB83_26: jmp LBB83_27 LBB83_27: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB83_29 ## %bb.28: addq $160, %rsp popq %rbp retq LBB83_29: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _pause27 ## -- Begin function pause27 .p2align 4, 0x90 _pause27: ## @pause27 .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.1342(%rip), %rdi callq _puts leaq L_.str.166(%rip), %rdi leaq -1(%rbp), %rsi movb $0, %al callq _scanf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function total LCPI85_0: .quad 0x3ff0000000000000 ## double 1 LCPI85_1: .quad 0x4000000000000000 ## double 2 LCPI85_2: .quad 0x4008000000000000 ## double 3 LCPI85_3: .quad 0x4010000000000000 ## double 4 .section __TEXT,__text,regular,pure_instructions .globl _total .p2align 4, 0x90 _total: ## @total .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl $0, -48(%rbp) movl $0, -52(%rbp) movl $0, -56(%rbp) movl $0, -60(%rbp) movl $0, -64(%rbp) movl $0, -68(%rbp) leaq L_.str.1371(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf LBB85_1: ## =>This Inner Loop Header: Depth=1 movsbl -25(%rbp), %eax cmpl $113, %eax je LBB85_22 ## %bb.2: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $65, %eax je LBB85_4 ## %bb.3: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $97, %eax jne LBB85_5 LBB85_4: ## in Loop: Header=BB85_1 Depth=1 movsd LCPI85_3(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB85_21 LBB85_5: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $66, %eax je LBB85_7 ## %bb.6: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $98, %eax jne LBB85_8 LBB85_7: ## in Loop: Header=BB85_1 Depth=1 movsd LCPI85_2(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB85_20 LBB85_8: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $67, %eax je LBB85_10 ## %bb.9: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $99, %eax jne LBB85_11 LBB85_10: ## in Loop: Header=BB85_1 Depth=1 movsd LCPI85_1(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB85_19 LBB85_11: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $68, %eax je LBB85_13 ## %bb.12: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $100, %eax jne LBB85_14 LBB85_13: ## in Loop: Header=BB85_1 Depth=1 movsd LCPI85_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB85_18 LBB85_14: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $70, %eax je LBB85_16 ## %bb.15: ## in Loop: Header=BB85_1 Depth=1 movsbl -25(%rbp), %eax cmpl $102, %eax jne LBB85_17 LBB85_16: ## in Loop: Header=BB85_1 Depth=1 xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) LBB85_17: ## in Loop: Header=BB85_1 Depth=1 jmp LBB85_18 LBB85_18: ## in Loop: Header=BB85_1 Depth=1 jmp LBB85_19 LBB85_19: ## in Loop: Header=BB85_1 Depth=1 jmp LBB85_20 LBB85_20: ## in Loop: Header=BB85_1 Depth=1 jmp LBB85_21 LBB85_21: ## in Loop: Header=BB85_1 Depth=1 leaq L_.str.1371(%rip), %rdi movb $0, %al callq _printf leaq L_.str.166(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -40(%rbp), %xmm0 movsd %xmm0, -16(%rbp) movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB85_1 LBB85_22: leaq L_.str.1372(%rip), %rdi movb $0, %al callq _printf movl -52(%rbp), %esi leaq L_.str.1373(%rip), %rdi movb $0, %al callq _printf movl -56(%rbp), %esi leaq L_.str.1374(%rip), %rdi movb $0, %al callq _printf movl -60(%rbp), %esi leaq L_.str.1375(%rip), %rdi movb $0, %al callq _printf movl -64(%rbp), %esi leaq L_.str.1376(%rip), %rdi movb $0, %al callq _printf movl -68(%rbp), %esi leaq L_.str.1377(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1378(%rip), %rdi movb $0, %al callq _printf movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl -48(%rbp), %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -44(%rbp) movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.1379(%rip), %rdi movb $1, %al callq _printf movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "stove" L_.str.1: ## @.str.1 .asciz "fridge" L_.str.2: ## @.str.2 .asciz "freezer" L_.str.3: ## @.str.3 .asciz "sink" L_.str.4: ## @.str.4 .asciz "cabinets" L_.str.5: ## @.str.5 .asciz "microwave" .section __DATA,__const .globl _locations ## @locations .p2align 4 _locations: .quad L_.str .quad L_.str.1 .quad L_.str.2 .quad L_.str.3 .quad L_.str.4 .quad L_.str.5 .quad 0 .quad 0 .quad 0 .quad 0 .globl _inventory ## @inventory .zerofill __DATA,__common,_inventory,10,0 .globl _clearParser ## @clearParser .zerofill __DATA,__common,_clearParser,1,0 .section __TEXT,__cstring,cstring_literals L_.str.6: ## @.str.6 .asciz "Please enter your name: " L_.str.7: ## @.str.7 .asciz "%s" L_.str.8: ## @.str.8 .asciz "Hello %s welcome to the rpgGame!\n" L_.str.9: ## @.str.9 .asciz "You find yourself in a dark room and you are not sure how you got here." L_.str.10: ## @.str.10 .asciz "As you look around you see the room has 40 doors, each labeled with a number. You are not sure how such a small room can have 40 doors, sooo magic..." L_.str.11: ## @.str.11 .asciz "The room starts filling with water and you must choose a door to open or you will likely drown. you may quit anytime by selecting option 99" L_.str.12: ## @.str.12 .asciz "What door do you choose?" L_.str.13: ## @.str.13 .asciz "%d" .section __TEXT,__const .p2align 4 ## @__const.main.value l___const.main.value: .long 2 ## 0x2 .long 4 ## 0x4 .long 6 ## 0x6 .long 1 ## 0x1 .long 8 ## 0x8 .long 20 ## 0x14 .long 9 ## 0x9 .long 0 ## 0x0 .long 7 ## 0x7 .long 35 ## 0x23 .section __TEXT,__cstring,cstring_literals L_.str.14: ## @.str.14 .asciz "stravo.txt" L_.str.15: ## @.str.15 .asciz "w+" L_.str.16: ## @.str.16 .asciz "newStravo.txt" L_.str.17: ## @.str.17 .asciz "w" L_.str.18: ## @.str.18 .asciz "You open the door and find a lot of people jumping around" L_.str.19: ## @.str.19 .asciz "You are almost certain that you have found a hidden civilization" L_.str.20: ## @.str.20 .asciz "You open the door and find a lot of people jumping around..\nYou are almost certain that you have found a hidden civilization.\nEvery option you choose has a hidden value related to it..\nChoose wisely to earn enough points to win this game!!\n" L_.str.21: ## @.str.21 .asciz "At this point it seems like you have three options" L_.str.22: ## @.str.22 .asciz "Every option you choose has a hidden value related to it.." L_.str.23: ## @.str.23 .asciz "Choose wisely to earn enough points to win this game!!" L_.str.24: ## @.str.24 .asciz "1. Talk to the poeple and figure out why is everyone jumping!!" L_.str.25: ## @.str.25 .asciz "2. Walk further down and explore the place" L_.str.26: ## @.str.26 .asciz "3. Go back into the door you came from and drown" L_.str.27: ## @.str.27 .asciz "You talk to one of the elders and find out that a monster has threatened the city and everyone is panicking" L_.str.28: ## @.str.28 .asciz "You talk to one of the elders and find out that a monster has threatened the city and everyone is panicking.\nThe monster is a big red dragon that came upon the city to burn its lands and steal its princess.\n" L_.str.29: ## @.str.29 .asciz "The monster is a big red dragon that came upon the city to burn its lands and steal its princess" L_.str.30: ## @.str.30 .asciz "Once again.. You have 3 options.\n1. You can fight with them\n2. You can run away\n3. You can have a random option be chosen for you.\n" L_.str.31: ## @.str.31 .asciz "GREAT!! You chose to fight!" L_.str.32: ## @.str.32 .asciz "GREAT!! You chose to fight!\n" L_.str.33: ## @.str.33 .asciz "1. Meet the princess and tell her not to worry.... You will protect her" L_.str.34: ## @.str.34 .asciz "2. Pick up a weapon and go straight to the battlefield." L_.str.35: ## @.str.35 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city\nEveryone lives happily ever after\n\nThank you for playing. GG\n" L_.str.36: ## @.str.36 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city.\nEveryone lives happily ever after.\n\nThank you for playing. GG..\n" L_.str.37: ## @.str.37 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG\n" L_.str.38: ## @.str.38 .asciz "You pick up your weapon and go straight to the battlefield..\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry.\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" L_.str.39: ## @.str.39 .asciz "WOAH! You chose to be a coward! You do not deserve to play anymore.. GG" L_.str.40: ## @.str.40 .asciz "WOAH! You chose to be a coward! You do not deserve to play anymore.. GG\n" L_.str.41: ## @.str.41 .asciz "You meet the princess and promise her that you will protect her\nShe tells you that she would marry you if you save the city.\nYou pick up your sword and fight the dragon.\nThe fight gets intense as the dragon breathes fire everywhere.\nHe flies at you and you swing your sword and cut his neck.\nThe city starts sheering your name!!\nThe princess comes up to you and gives you a kiss\nFinally, you get married with the princess and become the prince of the city.\nEveryone lives happily ever after\n\nThank you for playing. GG..\n" L_.str.42: ## @.str.42 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry.\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" L_.str.43: ## @.str.43 .asciz "You walk further down the street and you get amazed by how beautiful the city is" L_.str.44: ## @.str.44 .asciz "However, you notice that people are panicking!!" L_.str.45: ## @.str.45 .asciz "It seems like a big scary dragon is coming to attack the city and take the princess away!" L_.str.46: ## @.str.46 .asciz "You walk further down the street and you get amazed by how beautiful the city is.\nHowever, you notice that people are panicking!!\nIt seems like a big scary dragon is coming to attack the city and take the princess away!\n" L_.str.47: ## @.str.47 .asciz "Once again.. You have 3 options.\n1. You can offer any help\n2. You can pick a number (0-9) that has a hidden value (The value will determine if you win or lose the game) Try your luck?\n3. You can flee the city and never come back.\n" L_.str.48: ## @.str.48 .asciz "You ask the citizens if they need any help.\nPeople tell you that they need a fearless fighter to get rid of this monster that is threatening their beautiful city \n" L_.str.49: ## @.str.49 .asciz "You ask the citizens if they need any help.\nPeople tell you that they need a fearless fighter to get rid of this monster that is threatening their beautiful city. \n" L_.str.50: ## @.str.50 .asciz "You pick up your weapon and go straight to the battlefield\nThe dragon is breathing fire everywhere! He is killing a lot of people!!\nYou start swinging your sword at the dragon and that gets him angry\nHe flies at you and you find a chance to cut his neck with your sword.\nThe city sheers your name! You are now the hero of the city.\nThe princess comes up to you and gives you a kiss.\nEver since then, you became the protector of the city and everyone respects you!\n\nThank you for playing. GG..\n" L_.str.51: ## @.str.51 .asciz "You chose to pick a number (0-9)" L_.str.52: ## @.str.52 .asciz "I hope you are lucky enough to win. GG" L_.str.53: ## @.str.53 .asciz "You chose to pick a number (0-9)\nI hope you are lucky enough to win. GG\n" L_.str.54: ## @.str.54 .asciz "You chose to flee the city.. You are a coward.. GG" L_.str.55: ## @.str.55 .asciz "You chose to flee the city.. You are a coward.. GG..\n" L_.str.56: ## @.str.56 .asciz "You opened the door and the water killed you.. GG" L_.str.57: ## @.str.57 .asciz "You opened the door and the water killed you.. GG..\n" L_.str.58: ## @.str.58 .asciz "Wrong choice!!!" L_.str.59: ## @.str.59 .asciz "Average = %d / %d = %d. \n \n" L_.str.60: ## @.str.60 .asciz "\n\nYour whole progress in the story has been saved to a file called (stravo.txt)\nYou can modify this file into a new file called (newStravo.txt)\n\n1. Change the whole story to uppercase letters.\n2. Change the whole story to lowercase letters.\n" L_.str.61: ## @.str.61 .asciz "%s " L_.str.62: ## @.str.62 .asciz "you open the door and find ........ \n" L_.str.63: ## @.str.63 .asciz "Watch out, look behind you, A Meeseeks is coming towarsds you.\n" L_.str.64: ## @.str.64 .asciz "Hi I'm Mr.Meeseeks look at me, waving hands around.\n" L_.str.65: ## @.str.65 .asciz "Ask him for a request and he will complete it and disapear.\n" L_.str.66: ## @.str.66 .asciz "What type of request would you want to make?\n" L_.str.67: ## @.str.67 .asciz "1st choice is Meeseeks can take you to Blips\n" L_.str.68: ## @.str.68 .asciz "2nd choice is you can join Morty and go on an Adventure\n" L_.str.69: ## @.str.69 .asciz "3rd choice is go back through the door you came from\n" L_.str.70: ## @.str.70 .asciz "Hi I'm Mr Meeseeks look at me.\n" L_.str.71: ## @.str.71 .asciz "Okay %s are you ready to go to Blips?\n" L_.str.72: ## @.str.72 .asciz "First you need Flurbos.\n" L_.str.73: ## @.str.73 .asciz "Hey %s its Morty, hurry get in, Rick isn't watching, let go on a adventure\n" L_.str.74: ## @.str.74 .asciz "I will let you choose what plannet we go to \n" L_.str.75: ## @.str.75 .asciz "You selected to exit.\n" L_.str.76: ## @.str.76 .asciz "Incorrect input, please selecte from the following choices, 1, 2, or 3.\n" L_.str.77: ## @.str.77 .asciz "You open the door and find a mysterious man saying: \n'Wendy, darling, Light of my Life! I'm not gonna hurt ya \n" L_.str.78: ## @.str.78 .asciz "He looks at you menancingly and starts to run to you with a knife, there are multiple doors behind you and the door you came from.\n " L_.str.79: ## @.str.79 .asciz "QUICK! which door do you pick?" L_.str.80: ## @.str.80 .asciz "you may quit anytime by selecting option:99" L_.str.81: ## @.str.81 .asciz "your average is %f \n" L_.str.82: ## @.str.82 .asciz "You stumble into a room, and a skeleton behind a counter and holds a 6 sided die" L_.str.83: ## @.str.83 .asciz "He asks you with a hollow voice, Hi would you like to roll the dice? you cannot leave the room without rolling 6 times." L_.str.84: ## @.str.84 .asciz "Depending on ur average you will get a prize or punishment" L_.str.85: ## @.str.85 .asciz "[1] for Yes or [2] for No" L_.str.86: ## @.str.86 .asciz "your average is %lf \n" L_.str.87: ## @.str.87 .asciz "you will fall into the abyss once you exit this room" L_.str.88: ## @.str.88 .asciz "I have looked at your name" L_.str.89: ## @.str.89 .asciz "Good job" L_.str.90: ## @.str.90 .asciz "you will now exit the room" L_.str.91: ## @.str.91 .asciz "Alright good bye" L_.str.92: ## @.str.92 .asciz "You turn around and go back outside" L_.str.93: ## @.str.93 .asciz "ONCE AGAIN" L_.str.94: ## @.str.94 .asciz "squirrel.txt" L_.str.95: ## @.str.95 .asciz "pic.txt" L_.str.96: ## @.str.96 .asciz "r" L_.str.97: ## @.str.97 .asciz "Enjoy a picture of a Camel" L_.str.98: ## @.str.98 .asciz "%s \n" L_.str.99: ## @.str.99 .asciz "you are suddenly teleported outside and there you see an angled plank with 3 holes and 3 bags beside it\n" L_.str.100: ## @.str.100 .asciz "a voice above asked if you want to play bean bag toss" L_.str.101: ## @.str.101 .asciz "The voice above says: 'for you to win, you must put at least 2 bags into 2 of the 3 holes'" L_.str.102: ## @.str.102 .asciz "now wasnt that fun?" L_.str.103: ## @.str.103 .asciz "you can come back here whenever you want\n" L_.str.104: ## @.str.104 .asciz "My room no 4. you open the door and find ........" L_.str.105: ## @.str.105 .asciz "you open the door slowly, you hear a click in the distance:" L_.str.106: ## @.str.106 .asciz "Do you close the door or open it fast? Type 1 for open and 2 for close." L_.str.107: ## @.str.107 .asciz "you get hit with an arrow in the knee!" L_.str.108: ## @.str.108 .asciz "you hear an arrow hit the door" .p2align 4 ## @__const.main.alphabet L___const.main.alphabet: .asciz "abcdefghijklmnopqrstuvwzyz" .section __TEXT,__const .p2align 4 ## @__const.main.codedMessage l___const.main.codedMessage: .long 8 ## 0x8 .long 5 ## 0x5 .long 12 ## 0xc .long 12 ## 0xc .long 15 ## 0xf .long 23 ## 0x17 .long 15 ## 0xf .long 18 ## 0x12 .long 12 ## 0xc .long 4 ## 0x4 .section __TEXT,__cstring,cstring_literals L___const.main.message: ## @__const.main.message .asciz "Hello World" L_.str.109: ## @.str.109 .asciz "You open the door and walk inside the room." L_.str.110: ## @.str.110 .asciz "The door locks, and the only way out is to decode a message." L_.str.111: ## @.str.111 .asciz "Total Guesses: %d \nWrong Guesses: %d \nDecoded Message: %s \n" L_.str.112: ## @.str.112 .asciz "That's all, %s \n" L_.str.113: ## @.str.113 .asciz "Enter 1-40 to go to another room or 99 to quit. \n" L_.str.114: ## @.str.114 .asciz "\nYou open the door and all the water drains" L_.str.115: ## @.str.115 .asciz "In front of you are five doors" L_.str.116: ## @.str.116 .asciz " ----- ----- ----- ----- ----- " L_.str.117: ## @.str.117 .asciz "| | | | | | | | | | " L_.str.118: ## @.str.118 .asciz "| 1 | | 2 | | 3 | | 4 | | 5 | " L_.str.119: ## @.str.119 .asciz "Which door will you choose? (99 will exit the program)" L_.str.120: ## @.str.120 .asciz "\nYou picked the first door" L_.str.121: ## @.str.121 .asciz "You look and see a small figure in the distance" L_.str.122: ## @.str.122 .asciz "As you walk closer you see that it's a skeleton running straight towards you!" L_.str.123: ## @.str.123 .asciz "There is another door to your right and written on the door says: " L_.str.124: ## @.str.124 .asciz "In order to move escape the skeleton you need to add up 5 numbers averaging at least 10" L_.str.125: ## @.str.125 .asciz "\nEnter 5 numbers\n" L_.str.126: ## @.str.126 .asciz "Number %d : " L_.str.127: ## @.str.127 .asciz "%f" L_.str.128: ## @.str.128 .asciz "Your average is = %.2f \n" L_.str.129: ## @.str.129 .asciz "\n\nPlease try again \n" L_.str.130: ## @.str.130 .asciz "Retutning to the main menu\n\n" L_.str.131: ## @.str.131 .asciz "\n\nCongrats! You escaped the skeleton!\n" L_.str.132: ## @.str.132 .asciz "Returning to the main menu\n\n" L_.str.133: ## @.str.133 .asciz "\nYou enter door number 2 and find a man rolling dice" L_.str.134: ## @.str.134 .asciz "You approach the man" L_.str.135: ## @.str.135 .asciz "The man says to you, if you roll the correct number I will give you this gold ingot but if you lose then you'll be stuck down here forever" L_.str.136: ## @.str.136 .asciz "\nWould you like to roll? [1] = yes, [2] = no\n" L_.str.137: ## @.str.137 .asciz "\nThe man says to pick a number 1 - 10" L_.str.138: ## @.str.138 .asciz "Enter a number: " L_.str.139: ## @.str.139 .asciz "Congrats you won the gold ingot!" L_.str.140: ## @.str.140 .asciz "You lose" L_.str.141: ## @.str.141 .asciz "Returning back to the main menu" L_.str.142: ## @.str.142 .asciz "\nYou choose 2\n" L_.str.143: ## @.str.143 .asciz "mwrongdoor.txt" L_.str.144: ## @.str.144 .asciz "WRONG DOOR YOU CHOOSE WRONG \n" L_.str.145: ## @.str.145 .asciz "Returning to the Main Menu \n" L_.str.146: ## @.str.146 .asciz "\nYou have chosen the 4th door, this door leads you to riches" L_.str.147: ## @.str.147 .asciz "Walking down the hallway you see a paper on the ground" L_.str.148: ## @.str.148 .asciz "You pick up the paper and on it says PASSWORD: Lakers" L_.str.149: ## @.str.149 .asciz "You continue on and make a sharp left down the hallway and find yourself staring at a sophisticated keypad" L_.str.150: ## @.str.150 .asciz "This door will test your ability to count" L_.str.151: ## @.str.151 .asciz "Enter a word and after will ask you how many letters are in the word" L_.str.152: ## @.str.152 .asciz "Please enter a word: " L_.str.153: ## @.str.153 .asciz "Enter the amount of letters: " L_.str.154: ## @.str.154 .asciz "You have guessed correctly\n" L_.str.155: ## @.str.155 .asciz "Exiting the game\n" L_.str.156: ## @.str.156 .asciz "Does not equal\n" L_.str.157: ## @.str.157 .asciz "You cant count sending you back to the main menu\n\n" .section __TEXT,__const l___const.main.uYes: ## @__const.main.uYes .asciz "yes\000" .section __TEXT,__literal4,4byte_literals L___const.main.uNo: ## @__const.main.uNo .asciz "no\000" .section __TEXT,__cstring,cstring_literals L_.str.158: ## @.str.158 .asciz "recipe.txt" L_.str.159: ## @.str.159 .asciz "clear" L_.str.160: ## @.str.160 .asciz "--------------------------------------------------------------------------------------------" L_.str.161: ## @.str.161 .asciz "\nTwisting the knob and bracing your shoulder, you push against the heavy door with a strained grunt.\n" L_.str.162: ## @.str.162 .asciz "It slams shut just as you weave your way through. The door is now sealed tightly behind you.\n" L_.str.163: ## @.str.163 .asciz "A familiar grumble roils from deep within your gut." L_.str.164: ## @.str.164 .asciz "Before you conquer that hefty door again, you'll have to vanquish the hunger beast.\n" L_.str.165: ## @.str.165 .asciz "Do you want to take a look around? (Type y for yes or n for no) :" L_.str.166: ## @.str.166 .asciz " %c" L_.str.167: ## @.str.167 .asciz "\nPatting your stomach in agreement, you decide that going on incredible adventures through other mysterious doors can wait.\n" L_.str.168: ## @.str.168 .asciz "For now, you have to look around for some food. Eat first, think later.\n" L_.str.169: ## @.str.169 .asciz "\n...no?" L_.str.170: ## @.str.170 .asciz "\nNO?????" L_.str.171: ## @.str.171 .asciz "\noOOOooo OOO oo lookit me, I'm a silly little adventurer named %s! I dOnT nEeD To eAt!! i'M sO StROnG aN d ClEvEr AnD I'm nEvEr HuNgRYyyyYYH haAHAa heeHEEhoO\n\n" L_.str.172: ## @.str.172 .asciz "You're about as dumb as a bowl of oats. Do you think you can open a heavily sealed door like this?\n" L_.str.173: ## @.str.173 .asciz "When you're so hungry, you couldn't push a door back open?!\n" L_.str.174: ## @.str.174 .asciz "Well, too bad - that door isn't budging, and you're looking around for some sustenance, whether you like it or not! Your stomach isn't giving you any other options here!\n" L_.str.175: ## @.str.175 .asciz "\n...what do you mean by 'm'? Maybe??\n\nListen, you gotta be more decisive in life. Don't 'maybe' your way through things anymore. Today's the day you're gonna seize destiny, and you're gonna seize it right here in this kitchen!\n" L_.str.176: ## @.str.176 .asciz "\nWell, whatever you chose, the universe pretended not to hear it. Your fate is dictated by your stomach, so you're being thrown headfirst into this adventure whether you like it or not!\n" L_.str.177: ## @.str.177 .asciz "---------------------------------------------------------------------------------" L_.str.178: ## @.str.178 .asciz "LOST IN THE SAUCE\n\nYOUR GOALS : \nFind the 5 Notes, Complete the Recipe \nCook and eat the food to escape the Kitchen" L_.str.179: ## @.str.179 .asciz "--------------------------------------------------------------------------------" L_.str.180: ## @.str.180 .asciz "\nYou were so preoccupied with the door and your appetite that you hadn't noticed the room is completely dark.\n" L_.str.181: ## @.str.181 .asciz "Fishing your phone out of your pocket, you swipe a few times to activate its flashlight.\n" L_.str.182: ## @.str.182 .asciz "Sweeping the room, you notice the stainless steel glint of a FRIDGE and FREEZER wedged into the right corner.\n" L_.str.183: ## @.str.183 .asciz "You can make out the red glow of a STOVE clock, blinking 00:00 steadily against the darkness.\n" L_.str.184: ## @.str.184 .asciz "clopezWelcome.txt" L_.str.185: ## @.str.185 .asciz "%c" L_.str.186: ## @.str.186 .asciz "\n\nWhat would you like to play? (1 for Coin Flip, 2 for Roulette, 3 for Sports Betting, 99 to exit)" L_.str.187: ## @.str.187 .asciz " %d" L_.str.188: ## @.str.188 .asciz "\n\n*-*-*- COIN FLIP -*-*-*" L_.str.189: ## @.str.189 .asciz "Choose: (1) Best of 1 -- (3) Best of 3" L_.str.190: ## @.str.190 .asciz "Please enter your desired bet amount (Balance: $%.2lf): $" L_.str.191: ## @.str.191 .asciz " %lf" L_.str.192: ## @.str.192 .asciz "Heads or Tails? (h/t)" L_.str.193: ## @.str.193 .asciz "Invalid input." L_.str.194: ## @.str.194 .asciz "\nThe coin landed on TAILS!" L_.str.195: ## @.str.195 .asciz "\nThe coin landed on HEADS!" L_.str.196: ## @.str.196 .asciz "\nCongrats! You win $%.2lf " L_.str.197: ## @.str.197 .asciz "Your new balance is $%.2lf" L_.str.198: ## @.str.198 .asciz "I'm sorry, you lose. " L_.str.199: ## @.str.199 .asciz "You do not have enough funds to place this bet." L_.str.200: ## @.str.200 .asciz "\n\nBalance: $%.2lf\n" L_.str.201: ## @.str.201 .asciz "Bets Won: %d\n" L_.str.202: ## @.str.202 .asciz "Bets Lost: %d\n" L_.str.203: ## @.str.203 .asciz "Net: $%.2lf\n" L_.str.204: ## @.str.204 .asciz "Profit/loss per bet: $%.2lf" L_.str.205: ## @.str.205 .asciz "\nPlay again? (y/n)" L_.str.206: ## @.str.206 .asciz "\n\nWelcome to the roulette table!" L_.str.207: ## @.str.207 .asciz "\n---RULES---" L_.str.208: ## @.str.208 .asciz "The roulette wheel consists of 36 pockets, numbered 1, 2, ..., 36. " L_.str.209: ## @.str.209 .asciz "Dealer spins a ball on the table, and players place bets on which pocket they believe the ball will land on." L_.str.210: ## @.str.210 .asciz "Bets can be placed on even numbers, odd numbers, or on an individual number." L_.str.211: ## @.str.211 .asciz "Successful bet on ODD or EVEN number pays out 1.5x your bet. Successful bet on an individual number pays out 37x your bet" L_.str.212: ## @.str.212 .asciz "Would you like to bet on (1) Evens, (2) Odds, or (3) Individual number. Enter 1, 2, or 3: " L_.str.213: ## @.str.213 .asciz "What individual number would you like to bet on? (0-36)" L_.str.214: ## @.str.214 .asciz "\nOkay! Here we go!! Rolling... rolling... rolling... \n" L_.str.215: ## @.str.215 .asciz "THE BALL LANDED ON: %d\n" L_.str.216: ## @.str.216 .asciz "\nI'm sorry, you lose. " .section __TEXT,__const l___const.main.win: ## @__const.main.win .ascii "WIN" .section __TEXT,__literal4,4byte_literals L___const.main.lose: ## @__const.main.lose .ascii "LOSE" .section __TEXT,__cstring,cstring_literals L_.str.217: ## @.str.217 .asciz "\n\nHi! I'm the casino's bookie. Currently there is only one MLB game going on." L_.str.218: ## @.str.218 .asciz "The available bets is -- Dodgers(-145) vs Padres(+120) --\n" L_.str.219: ## @.str.219 .asciz "Which team would you like to bet on? (1) Dodgers, (2) Padres\n" .section __TEXT,__const .p2align 4 ## @__const.main.userTeam l___const.main.userTeam: .ascii "DODGERS " .space 17 .section __TEXT,__cstring,cstring_literals L_.str.220: ## @.str.220 .asciz "\nThe results are in..." L_.str.221: ## @.str.221 .asciz " %d - %d!\n" .section __TEXT,__const .p2align 4 ## @__const.main.userTeam.222 l___const.main.userTeam.222: .byte 80 ## 0x50 .byte 65 ## 0x41 .byte 68 ## 0x44 .byte 82 ## 0x52 .byte 69 ## 0x45 .byte 83 ## 0x53 .byte 32 ## 0x20 .space 18 .section __TEXT,__cstring,cstring_literals L_.str.223: ## @.str.223 .asciz "\n$$$$$$ %s COME ON DOWN!! YOU'RE ON THE PRICE IS RIGHT!! $$$$$$\n" L_.str.224: ## @.str.224 .asciz " : : doo dooo dooooOoOoOo, doo dooooo DoooOooooooo : :\n" L_.str.225: ## @.str.225 .asciz "\nBob Barker: Welcome contestants, let me show you the first item up for bid on the Price Is Right...\n" L_.str.226: ## @.str.226 .asciz "\nJohnny Olsen: It's a new stove! A gas stove designed for your pleasure by LG Electronics. It is 6.3 cu. ft., has a Smart Wi-Fi enabled fan, and a convection electric oven range with AirFry and EasyClean in Stainless Steel.\n" L_.str.227: ## @.str.227 .asciz "\nBob Barker: Contestants please bid on it in dollars because we round off our retail prices to the nearest dollar.. %s what do you bid? " L_.str.228: ## @.str.228 .asciz "\nBob Barker; The actual retail price is $%d, that means %s, you are the winner!\n" L_.str.229: ## @.str.229 .asciz "\nBob Barker: The actual retail price is $%d, that means %s, you are not the winner, let's try again...\n" L_.str.230: ## @.str.230 .asciz "you open the door and find ........\n" L_.str.231: ## @.str.231 .asciz "3 closed doors\n" L_.str.232: ## @.str.232 .asciz "The first door is made of rock with cracks that seem to have orange lava flowing from them and fire comming out from the edges\n" L_.str.233: ## @.str.233 .asciz "The second door seems to be an ornage rock door with vines covering it and light bleeding from the edges with mist flowing from underneath\n" L_.str.234: ## @.str.234 .asciz "The final door seems to be an ordinary old wooden door of a broom closet\n" L_.str.235: ## @.str.235 .asciz "Which door will you choose?\n" L_.str.236: ## @.str.236 .asciz "1 for the fire door\n" L_.str.237: ## @.str.237 .asciz "2 for the mysterious glowing door\n" L_.str.238: ## @.str.238 .asciz "3 for the broom closet\n" L_.str.239: ## @.str.239 .asciz "That isn't a valid door\n" L_.str.240: ## @.str.240 .asciz "\nCHARACTER CREATION" L_.str.241: ## @.str.241 .asciz "Enter your name:" L_.str.242: ## @.str.242 .asciz "\nChoose your race" L_.str.243: ## @.str.243 .asciz "1 - human" L_.str.244: ## @.str.244 .asciz "2 - elf" L_.str.245: ## @.str.245 .asciz "3 - ilvyr" L_.str.246: ## @.str.246 .asciz "4 - ferren" L_.str.247: ## @.str.247 .asciz "5 - race information" L_.str.248: ## @.str.248 .asciz "\nTHE RACES OF HABREN" L_.str.249: ## @.str.249 .asciz "HUMANS" L_.str.250: ## @.str.250 .asciz "Known as Goddess's favorite. The most prosperous of all the races." L_.str.251: ## @.str.251 .asciz "ELVES" L_.str.252: ## @.str.252 .asciz "The racial offpsring of ilvyrs and humans. They often live underground, opposite of their ilvyr ancestors." L_.str.253: ## @.str.253 .asciz "ILVYRS" L_.str.254: ## @.str.254 .asciz "A race of fallen angels who have succumbed to the sin of pride. Identified by their pointed ears and white bird-like wings." L_.str.255: ## @.str.255 .asciz "FERRENS" L_.str.256: ## @.str.256 .asciz "Often mistaken as humans. They are identified by their towering heights, especially those of their women." L_.str.257: ## @.str.257 .asciz "\nType 99 to quit" L_.str.258: ## @.str.258 .asciz "\n-----------------------------------------------------------------------------------------" L_.str.259: ## @.str.259 .asciz "HELLO FELLOW SHOPPERS! WELCOME TO MARKET 14, WHERE YOU COULD BUY ANYTHING YOU WANT!!" L_.str.260: ## @.str.260 .asciz "MARKET 14 HAS ALL THE LATEST STOCKS AND CRYPTOS YOU CAN FIND." L_.str.261: ## @.str.261 .asciz "*TO LOOK AT THE ITEM MENU PLEASE PRESS 1 (ANY OTHER KEY TO CANCEL SHOP): *" L_.str.262: ## @.str.262 .asciz "type ROOM14_MENU.txt: " L_.str.263: ## @.str.263 .asciz "ROOM14_MENU.txt" L_.str.264: ## @.str.264 .asciz "EMPTY FILE\n" L_.str.265: ## @.str.265 .asciz "You have a budget of $%d. What would you like to buy? (type Q to quit):\n" L_.str.266: ## @.str.266 .asciz "You have a budget of $%d left. What would you like to buy? (type Q to quit):\n" L_.str.267: ## @.str.267 .asciz "A - BTC($50000)\n" L_.str.268: ## @.str.268 .asciz "B - ETH($4000)\n" L_.str.269: ## @.str.269 .asciz "C - ETC($110)\n" L_.str.270: ## @.str.270 .asciz "D - DOGE($0.50)\n" L_.str.271: ## @.str.271 .asciz "Invalid Option" L_.str.272: ## @.str.272 .asciz "You spent $%d amount.\n" L_.str.273: ## @.str.273 .asciz "You have $%d left.\n" L_.str.274: ## @.str.274 .asciz "You averaged $%d per crypto. Congrats!" L_.str.275: ## @.str.275 .asciz "Thank you! Come again" L_.str.276: ## @.str.276 .asciz "You enter door 15 but you end up outside and see three colored paths\n" L_.str.277: ## @.str.277 .asciz "Choose a path:\n 1 (yellow)\n 2 (red)\n 3 (green)\n" L_.str.278: ## @.str.278 .asciz "The room is dark and cold" L_.str.279: ## @.str.279 .asciz "You look at the empty room with empty Shelves.." L_.str.280: ## @.str.280 .asciz "You think to yourself, there's nothing of value in here.." L_.str.281: ## @.str.281 .asciz "What should you do?" L_.str.282: ## @.str.282 .asciz "1. Move and advance to the next room" L_.str.283: ## @.str.283 .asciz "2. Examine the room a little more carefully" L_.str.284: ## @.str.284 .asciz "3. Go back to the last room" L_.str.285: ## @.str.285 .asciz "You go towards the door, but the handle is locked.." L_.str.286: ## @.str.286 .asciz "*Maybe you should examine the room.." L_.str.287: ## @.str.287 .asciz "You look at the very top of the shelf and find a old brass key" L_.str.288: ## @.str.288 .asciz "You back out slowly towards the previous room... but it's locked!" L_.str.289: ## @.str.289 .asciz "Try again" L_.str.290: ## @.str.290 .asciz "you open the door and find ........" L_.str.291: ## @.str.291 .asciz "Welcome to Door 18\n" L_.str.292: ## @.str.292 .asciz "'Have a seat...if you dare', beckons an old Wizened Man siting in the center of the cavern at a small card table.\n" L_.str.293: ## @.str.293 .asciz "\n You can either (sit) down, (look) around, or (leave) back to where you came..like a coward. " L_.str.294: ## @.str.294 .asciz "./room19/room19_Door.txt" L_.str.295: ## @.str.295 .asciz "\n\n" L_.str.296: ## @.str.296 .asciz "\n\nOur brave hero %s approaches the fabled door to Room 19\n\n" L_.str.297: ## @.str.297 .asciz "./room19/room19_openDoor.txt" L_.str.298: ## @.str.298 .asciz "\nYou open the door and enter........\n" L_.str.299: ## @.str.299 .asciz "./room19/room19_Dragon.txt" L_.str.300: ## @.str.300 .asciz "\n\n.......to find A dragon!\n" L_.str.301: ## @.str.301 .asciz "%s, what do you choose to do?\n" L_.str.302: ## @.str.302 .asciz "Hero Avg D10 Roll: %.2f\n" L_.str.303: ## @.str.303 .asciz "Dragon Avg D10 Roll: %.2f\n" L_.str.304: ## @.str.304 .asciz "./room19/room19_Charm.txt" L_.str.305: ## @.str.305 .asciz "./room19/room19_Ending2.txt" L_.str.306: ## @.str.306 .asciz "\nMuch wow! You must be a bard, for you have successfully wooed the dragon!\n" L___const.main.stringCriteria: ## @__const.main.stringCriteria .asciz " the Charming" L_.str.307: ## @.str.307 .asciz "\nThe dragon finds your face repulsing\n" L_.str.308: ## @.str.308 .asciz "\nSo he responds to your advances with FIRE\n" L___const.main.stringCriteria.309: ## @__const.main.stringCriteria.309 .asciz " the Repulsive" L_.str.310: ## @.str.310 .asciz "\nBetter luck next time\n" L_.str.311: ## @.str.311 .asciz "./room19/room19_toBattle.txt" L_.str.312: ## @.str.312 .asciz "\nYou gotta ask yourself a question, 'Do I feel lucky?'. Well, do you punk?\n" L_.str.313: ## @.str.313 .asciz "./room19/room19_Ending1.txt" .p2align 4 ## @__const.main.stringCriteria.314 L___const.main.stringCriteria.314: .asciz " the Dragonslayer" L_.str.315: ## @.str.315 .asciz "\nLike the stud you are, you slayed the dragon!\n" L_.str.316: ## @.str.316 .asciz "\nto which the dragon responds,'I do feel lucky'\n" L_.str.317: ## @.str.317 .asciz "\nThe dragon releases a massive fireball, hitting you right on the face!\n" L_.str.318: ## @.str.318 .asciz "\nMaybe, next time, you don't taunt the dragon." L___const.main.stringCriteria.319: ## @__const.main.stringCriteria.319 .asciz " the unlucky" L_.str.320: ## @.str.320 .asciz "\nAs %s attempts to flee, the dragon attacks!\n" L_.str.321: ## @.str.321 .asciz "\ncaught unprepared, you burst into flames" L_.str.322: ## @.str.322 .asciz "\nThus, a fitting end for %s, for turning ye back on a dragon\n\n" .section __TEXT,__const .p2align 4 ## @__const.main.stringCriteria.323 l___const.main.stringCriteria.323: .asciz " the Stupid\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.324: ## @.str.324 .asciz "\nOur, not-so, brave hero %s slowly backs away from the door to room 19 and decides to pick another door\n" .section __TEXT,__const .p2align 4 ## @__const.main.stringCriteria.325 l___const.main.stringCriteria.325: .asciz " the Coward\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.326: ## @.str.326 .asciz "\nYou are bestowed the title : %s\n" L_.str.327: ## @.str.327 .asciz "There is a noise in the distance but you can't quite make out what it is" L_.str.328: ## @.str.328 .asciz "You open the door and actually find out the noise is just Naked in the Rain by the Red Hot Chili Peppers playing on a radio" L_.str.329: ## @.str.329 .asciz "You actually see a guitar next to the radio. Do you pick it up? 1 for yes, 2 for no" L_.str.330: ## @.str.330 .asciz "You pick up the guitar and suddenly feel a change in your body. Maybe its the 5G everyone jokes about" L_.str.331: ## @.str.331 .asciz "Someone comes out of the shadows and hits you over the head with it. You died." L_.str.332: ## @.str.332 .asciz "The floor fails and you through it into the void" L_.str.333: ## @.str.333 .asciz "The gentleman welcomes you into the corner with the light and he asks you to give him some numbers" L_.str.334: ## @.str.334 .asciz "However you find out that the old man cannot keep track of more than 10 values" L_.str.335: ## @.str.335 .asciz "Enter the amount of numbers you want to make an average out of \n" L_.str.336: ## @.str.336 .asciz "Error! Keep it between 1 and 10 values. \n" L_.str.337: ## @.str.337 .asciz "Enter the amoount of numbers you want to average: " L_.str.338: ## @.str.338 .asciz "%d. Enter number: " L_.str.339: ## @.str.339 .asciz "Average = %.2f \n" L_.str.340: ## @.str.340 .asciz "Why does this person say they're your 4th grade English teacher? You don't even remember them." L_.str.341: ## @.str.341 .asciz "They say their catchphrase and you realize this person is the real deal" L_.str.342: ## @.str.342 .asciz "The teacher asks if you want to see the grade for the test that he never gave back to you. 1 to see, 2 to not see" L_.str.343: ## @.str.343 .asciz "Ok, your score was %d \n" L_.str.344: ## @.str.344 .asciz "Are you satisfied with that? You better be cause that's your final score \n" L_.str.345: ## @.str.345 .asciz "Well it's ok you don't want to see. You probably failed anyway \n" L_.str.346: ## @.str.346 .asciz "There is one thing you can try to do so you can redeem yourself though. A simple test that is \n" L_.str.347: ## @.str.347 .asciz "Press 1 to try one test, 2 to do the other" L_.str.348: ## @.str.348 .asciz "\n Enter one really long word in all uppercase letters please, no spaces: " L_.str.349: ## @.str.349 .asciz "\n The really long word you entered is now in lowercase = %s \n" L_.str.350: ## @.str.350 .asciz "The only reason I had you do this was because I wanted to make sure you were paying attention." L_.str.351: ## @.str.351 .asciz "\n Enter one really long word in all lowercase letters please, no spaces" L_.str.352: ## @.str.352 .asciz "\n The really long word you entered is now in uppercase = %s \n" L_.str.353: ## @.str.353 .asciz "The only reason I had you do this was because I wanted to make sure that you were paying attention" L_.str.354: ## @.str.354 .asciz "Enter a #1-4 and you will be given a question to answer. Your answer will be located in a seperate file you can check \n" L_.str.355: ## @.str.355 .asciz "For best results, do questions 1-4 in order but it is not necessary to do so" L_.str.356: ## @.str.356 .asciz "goodfeel.txt" L_.str.357: ## @.str.357 .asciz "There is an error. Cannot open file" L_.str.358: ## @.str.358 .asciz "How is your day going so far?" L_.str.359: ## @.str.359 .asciz "%10s" L_.str.360: ## @.str.360 .asciz "a" L_.str.361: ## @.str.361 .asciz "There is an error. Cannot find file" L_.str.362: ## @.str.362 .asciz "What is your favorite ice cream flavor?" L_.str.363: ## @.str.363 .asciz "\n%10s" L_.str.364: ## @.str.364 .asciz "What is your favorite car? \n" L_.str.365: ## @.str.365 .asciz "Who is your favorite celebrity? \n" .section __TEXT,__const l___const.main.string: ## @__const.main.string .asciz "Atem\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.366: ## @.str.366 .asciz "You have entered a chamber resembling the ruins of an Ancient Egyptian Temple " L_.str.367: ## @.str.367 .asciz "The door to your left shows signs of innocence" L_.str.368: ## @.str.368 .asciz "while the door to your right emits a dark and powerful energy" L_.str.369: ## @.str.369 .asciz "You see a dark figure in the distance resembling a clock" L_.str.370: ## @.str.370 .asciz "He tosses a coin" L_.str.371: ## @.str.371 .asciz "???: %s would you ignore fate \n" L_.str.372: ## @.str.372 .asciz "???: Pick a door?!" L_.str.373: ## @.str.373 .asciz "1. Innocent door" L_.str.374: ## @.str.374 .asciz "2.Door towards a powerful Energy" L_.str.375: ## @.str.375 .asciz "reveal code HEADS\n" L_.str.376: ## @.str.376 .asciz "A child appears he asks you to choose a door" L_.str.377: ## @.str.377 .asciz "1. The Room is filled with toys" L_.str.378: ## @.str.378 .asciz "2. The Room is filled with Books" L_.str.379: ## @.str.379 .asciz "???: My names Yugi can you help me count my toys" L_.str.380: ## @.str.380 .asciz "%s : Sure \n" L_.str.381: ## @.str.381 .asciz "A: Check bin" L_.str.382: ## @.str.382 .asciz "B: Check under bed" L_.str.383: ## @.str.383 .asciz "C: Check under the sofa" L_.str.384: ## @.str.384 .asciz "D: Check the desk" L_.str.385: ## @.str.385 .asciz "s: to take average" L_.str.386: ## @.str.386 .asciz "You find %lf toys \n" L_.str.387: ## @.str.387 .asciz "bin: already checked: it had %d\n" L_.str.388: ## @.str.388 .asciz "you find %lf toys\n" L_.str.389: ## @.str.389 .asciz "bed: already checked: it had %lf \n" L_.str.390: ## @.str.390 .asciz "you find %lf toys \n" L_.str.391: ## @.str.391 .asciz "Sofa: already checked: it had %lf \n" L_.str.392: ## @.str.392 .asciz "desk: already checked: it had %lf\n" L_.str.393: ## @.str.393 .asciz "Yugi: Lets find the Average" L_.str.394: ## @.str.394 .asciz "%s: THe average is %lf" L_.str.395: ## @.str.395 .asciz "Yugi thanks you for your time and shows you the exit" L_.str.396: ## @.str.396 .asciz "You leave a better person" L_.str.397: ## @.str.397 .asciz "karma++" L_.str.398: ## @.str.398 .asciz "yugi finds You worthy" L_.str.399: ## @.str.399 .asciz "99 to continue" L_.str.400: ## @.str.400 .asciz "Intresting choice" L_.str.401: ## @.str.401 .asciz "You are given the keyblade" L_.str.402: ## @.str.402 .asciz "You study for 10 years and can now weild the keyblade as a master" L_.str.403: ## @.str.403 .asciz "Congradulations(Exit 99)" L_.str.404: ## @.str.404 .asciz "You have enter the land of Pokemon" L_.str.405: ## @.str.405 .asciz "A Charazard appears" L_.str.406: ## @.str.406 .asciz "He burns you alive for not having a pure soul (Exit: 99)" L_.str.407: ## @.str.407 .asciz "???: You dare ignore Yugi!" L_.str.408: ## @.str.408 .asciz "The pharaoh Turns you into a skull servant" L_.str.409: ## @.str.409 .asciz "as you are being turned into bones the young boy asks the Pharaoh to leave you alone and give you mercy" L_.str.410: ## @.str.410 .asciz "You have been spared and leave the dungeon" L_.str.411: ## @.str.411 .asciz "Mercy(99 to Quit)" L_.str.412: ## @.str.412 .asciz "The pharaoh: I did not allow you to meet Yugi." L_.str.413: ## @.str.413 .asciz "You fall into a cavern where you meet Eli Shane" L_.str.414: ## @.str.414 .asciz "You join the Shane gang and help fight crime across slug terra" L_.str.415: ## @.str.415 .asciz "Exit: 99" L_.str.416: ## @.str.416 .asciz "Intersting choice" L_.str.417: ## @.str.417 .asciz "The code will be revealed:\n" L_.str.418: ## @.str.418 .asciz "what is the name of the man who owns the temple?(Enter Exactly as written)\n" L_.str.419: ## @.str.419 .asciz "%29s" L_.str.420: ## @.str.420 .asciz "you have met the king of games \n" L_.str.421: ## @.str.421 .asciz "He gives you 999,999,999 doge coin \n" L_.str.422: ## @.str.422 .asciz "1. Enter the code to the next door" L_.str.423: ## @.str.423 .asciz "2. You leave the dungeon with a fortune " L_.str.424: ## @.str.424 .asciz "???: Red eyes black Dragon , Inferno Fire Blast" L_.str.425: ## @.str.425 .asciz "Fatality" L_.str.426: ## @.str.426 .asciz "Joey Wheeler Wins" L_.str.427: ## @.str.427 .asciz "You sell your doge coin" L_.str.428: ## @.str.428 .asciz "You regret it immediatly since over night Elon Musk makes it the currency of space" L_.str.429: ## @.str.429 .asciz "You have gained power beyond comprehenshion" L_.str.430: ## @.str.430 .asciz "You have become a servent of the Pharaoh" L_.str.431: ## @.str.431 .asciz "You are know as Palladium Orcle Mahad" L_.str.432: ## @.str.432 .asciz "You live a happy life" L_.str.433: ## @.str.433 .asciz "you fell down a Hole" L_.str.434: ## @.str.434 .asciz "???: Blue Eyes White dragon \n White lightning!" L_.str.435: ## @.str.435 .asciz "Fatality \n" L_.str.436: ## @.str.436 .asciz "Seto Kaiba wins (99 to Quit) \n" L_.str.437: ## @.str.437 .asciz "???: Time magic" L_.str.438: ## @.str.438 .asciz "The Door was locked and the temple starts to crumble" L_.str.439: ## @.str.439 .asciz "Debree falls on your head and you fall unconscious" L_.str.440: ## @.str.440 .asciz "A young boy helps you. you find your self in the innocent door" L_.str.441: ## @.str.441 .asciz "I should have believed in the heart of the cards" L_.str.442: ## @.str.442 .asciz "your wounds were to severe you die of head trauma in the boys arms" L_.str.443: ## @.str.443 .asciz "Time wizard Wins" L_.str.444: ## @.str.444 .asciz "\n Intersting choice(99 to quit)" L_.str.445: ## @.str.445 .asciz "That wasn't an option \n" L_.str.446: ## @.str.446 .asciz "???: Dark Magician, Dark Magic Attack " L_.str.447: ## @.str.447 .asciz "Yugi Muto Wins" L_.str.448: ## @.str.448 .asciz "99 to quit" L_.str.449: ## @.str.449 .asciz "\nYou open the door and find ........" L_.str.450: ## @.str.450 .asciz "Yourself inside of JoJos Bizarre Dungeon. \n" L_.str.451: ## @.str.451 .asciz "Select your path" L_.str.452: ## @.str.452 .asciz "1. Star Platinum" L_.str.453: ## @.str.453 .asciz "2. Golden Experience." L_.str.454: ## @.str.454 .asciz "3. Joesph Joestar " L_.str.455: ## @.str.455 .asciz "\nDIO, the arch nemesis of the Joestar family bloodline, has successfully killed your grandpa and drank his blood achieving an incredible power buff." L_.str.456: ## @.str.456 .asciz "You must defeat DIO to revive your uncle and save humanity." L_.str.457: ## @.str.457 .asciz "\nDiavolo, the head of an italian mafia that sells drugs to kids, is about to acquire a requiem arrow that will allow him to upgrade his stand and become the strongest stand user in existance." L_.str.458: ## @.str.458 .asciz "You must get to the arrow before him in order to upgrade your stand and become head of the mafia and stop the flow of drugs to the kids." L_.str.459: ## @.str.459 .asciz "\nKars, a 100,000 year old vampire, has attained the Red Stone Aja allowing him to conquer the sun and achieve immense power." L_.str.460: ## @.str.460 .asciz "\nTo defeat him you will have to play the last ace up your sleeve, the Joestar family secret technique ..." L_.str.461: ## @.str.461 .asciz "\nEnter the name of the technique: " L_.str.462: ## @.str.462 .asciz "\nThank you for playing." L_.str.463: ## @.str.463 .asciz "press 1 to start" L_.str.464: ## @.str.464 .asciz "yes" L_.str.465: ## @.str.465 .asciz "sorry" L_.str.466: ## @.str.466 .asciz "not valid" L_.str.467: ## @.str.467 .asciz "You are in a small dark room" L_.str.468: ## @.str.468 .asciz "You turn the lights on and see 3 doors" L_.str.469: ## @.str.469 .asciz "You have to choose what door to go through" L_.str.470: ## @.str.470 .asciz "1.Go through the red door" L_.str.471: ## @.str.471 .asciz "2.Go through the blue door" L_.str.472: ## @.str.472 .asciz "3.Go through the green door" L_.str.473: ## @.str.473 .asciz "Please enter a number 1-3 or press 99 to exit the program:" L_.str.474: ## @.str.474 .asciz "\nWoah! Wow! You really chose the red door" L_.str.475: ## @.str.475 .asciz "Very brave of you, but what a stupid choice to make" L_.str.476: ## @.str.476 .asciz "Really?! Who choses a red door over a green and blue door" L_.str.477: ## @.str.477 .asciz "Anyways! Prepare to meet your doom! HAHA!" L_.str.478: ## @.str.478 .asciz "You died!\n" L_.str.479: ## @.str.479 .asciz "\nYou enter the room and close the door" L_.str.480: ## @.str.480 .asciz "You realize you have seen this room before" L_.str.481: ## @.str.481 .asciz "You are confused" L_.str.482: ## @.str.482 .asciz "You see a mirror and go to it" L_.str.483: ## @.str.483 .asciz "You see yourself in the mirro and see a 10 year old kid" L_.str.484: ## @.str.484 .asciz "THAT'S YOU!" L_.str.485: ## @.str.485 .asciz "You are confused and scared" L_.str.486: ## @.str.486 .asciz "You realize this room is your room" L_.str.487: ## @.str.487 .asciz "You see your bed and decide to take a nap\n" L_.str.488: ## @.str.488 .asciz "\nYou go through the green door and the door slams behind you!" L_.str.489: ## @.str.489 .asciz "You cannot see what is happening" L_.str.490: ## @.str.490 .asciz "You start walking foward, but fall off a cliff!" L_.str.491: ## @.str.491 .asciz "SPLAT!" L_.str.492: ## @.str.492 .asciz "You fell to your death\n" .section __TEXT,__const .p2align 4 ## @__const.main.arrInt26 l___const.main.arrInt26: .long 7 ## 0x7 .long 3 ## 0x3 .long 5 ## 0x5 .long 6 ## 0x6 .long 9 ## 0x9 .long 1 ## 0x1 .long 3 ## 0x3 .long 2 ## 0x2 .long 6 ## 0x6 .section __TEXT,__cstring,cstring_literals L_.str.493: ## @.str.493 .asciz "\nYou open the door and find a small room with a door on the other side and a desk with a laptop and three USB drives equally spread apart, one green, one blue, one red.\n" L_.str.494: ## @.str.494 .asciz "\nThe door behind you slams shut...\n" L_.str.495: ## @.str.495 .asciz "\nYou hear static coming from a speaker in the room, then suddenly a deep voice comes through the speaker...\n" L_.str.496: ## @.str.496 .asciz "\n\t'Welcome to the game...you are player number %d'\n " L_.str.497: ## @.str.497 .asciz "\t'Unfortunately for you...only %d players have survived the game...'\n" L_.str.498: ## @.str.498 .asciz "\t'But don't worry...oh wait you should worry because there is no way out now...GOOD LUCK!!'\n" L_.str.499: ## @.str.499 .asciz "\nYou open the door you came in from again to see a bottomless pit.\n" L_.str.500: ## @.str.500 .asciz "You are now realizing there is no immediate way out, so you decide to play the game and find your own way out...\n" L_.str.501: ## @.str.501 .asciz "You walk over to the desk and see a message above each USB...\n\n" L_.str.502: ## @.str.502 .asciz "1) Inspect the Green USB.\n" L_.str.503: ## @.str.503 .asciz "2) Inspect the Blue USB.\n" L_.str.504: ## @.str.504 .asciz "3) Inspect the Red USB.\n" L_.str.505: ## @.str.505 .asciz "4) Walk up to the door on the other side of the room.\n" L_.str.506: ## @.str.506 .asciz "5) Leave the room and fall into the bottomless pit.\n" L_.str.507: ## @.str.507 .asciz "Enter choice 1-5: " L_.str.508: ## @.str.508 .asciz "\nEnter 99 to exit the program.\n" L_.str.509: ## @.str.509 .asciz "In late in night, you were working on project, fell sleep, and found a door." L_.str.510: ## @.str.510 .asciz "Fantasy world with flying dragons, mystery mythic, magic and rescuing princess... Your dream adventure world! \nOh look [%s]! The little fairy flew and welcomes you." L_.str.511: ## @.str.511 .asciz "Would you like to talk to it (yes=1 no=0)?" L_.str.512: ## @.str.512 .asciz "%s: Hey! How are you? This world seems pretty nic...\n" L_.str.513: ## @.str.513 .asciz "Fairy: Shut up and give me ALL you've got!!" L_.str.514: ## @.str.514 .asciz "%s: Wait wha..?\n" L_.str.515: ## @.str.515 .asciz "Fairy: I need a MONEY!(pulls out of a knife)." L_.str.516: ## @.str.516 .asciz "\nLooks like that wasn't clever choice." L_.str.517: ## @.str.517 .asciz "\t\t...YOU DIED...." L_.str.518: ## @.str.518 .asciz "Are you really going to ignore this cute fairy? Come on~ at least saying hi wouldn't hurt anybody." L_.str.519: ## @.str.519 .asciz "Talk to the fairy(yes=1 no=0)." L_.str.520: ## @.str.520 .asciz "%s: Hi,I was wonder what were you doing he...\n" L_.str.521: ## @.str.521 .asciz "Fairy: Were you trying to ignore me huh? (stabs with a knife)" L_.str.522: ## @.str.522 .asciz "Well... seems like that fairy would hurt anybody here haha." L_.str.523: ## @.str.523 .asciz "\t\t...You DIED..." L_.str.524: ## @.str.524 .asciz "You have safely ranway from that cold blood fairy." L_.str.525: ## @.str.525 .asciz "Now you are at Village. Please select the places to go." L_.str.526: ## @.str.526 .asciz "1.Mining Mountain 2.Shop 3.Casino Dungeon 4.Status 5. Go back to the fairy" L_.str.527: ## @.str.527 .asciz "\nNow you are at Village. Please select the places to go." L_.str.528: ## @.str.528 .asciz "another set of doors" L_.str.529: ## @.str.529 .asciz "\n1:BLUE\n2:RED" L_.str.530: ## @.str.530 .asciz "you open the blue door to find five envelopes on the floor" L_.str.531: ## @.str.531 .asciz "Choose one of the envelopes 1-5" L_.str.532: ## @.str.532 .asciz "You can never leave" L_.str.533: ## @.str.533 .asciz "If you want to see something amazing say polo" L___const.main.a: ## @__const.main.a .asciz "polo" L_.str.534: ## @.str.534 .asciz "Suddenly above a spaceship comes by and an aliwn waves ay you" L_.str.535: ## @.str.535 .asciz "Zaps you and erases your memory" L_.str.536: ## @.str.536 .asciz "Don't step in the green tile" L_.str.537: ## @.str.537 .asciz "Type yes to step or no to not step" L___const.main.b: ## @__const.main.b .asciz "yes" L___const.main.d: ## @__const.main.d .asciz "no" L_.str.538: ## @.str.538 .asciz "The tile falls below and you go down a hole" L_.str.539: ## @.str.539 .asciz "Never to be seen again" L_.str.540: ## @.str.540 .asciz "Nothing happens" L_.str.541: ## @.str.541 .asciz "Do you want to play a game?" L_.str.542: ## @.str.542 .asciz "yes or no" L___const.main.e: ## @__const.main.e .asciz "yes" L___const.main.f: ## @__const.main.f .asciz "no" L_.str.543: ## @.str.543 .asciz "The lights turn off and you are chained by your leg to the wall" L_.str.544: ## @.str.544 .asciz "The walls have spikes and they are coming closer" L_.str.545: ## @.str.545 .asciz "There is an axe next to you" L_.str.546: ## @.str.546 .asciz "Make a choice" L_.str.547: ## @.str.547 .asciz "1: cut off leg with axe\n2: do nothing" L_.str.548: ## @.str.548 .asciz "You make it to the door and escape" L_.str.549: ## @.str.549 .asciz "Your screams can be heard" L_.str.550: ## @.str.550 .asciz "Aaaa" L_.str.551: ## @.str.551 .asciz "You leave" L_.str.552: ## @.str.552 .asciz "You are going on a trip back to the begining" L_.str.553: ## @.str.553 .asciz "You have entered the doom room" L_.str.554: ## @.str.554 .asciz "Be prepared" L_.str.555: ## @.str.555 .asciz "A giant cookie come up to you" L_.str.556: ## @.str.556 .asciz "1:run\n2:talk to it" L_.str.557: ## @.str.557 .asciz "You keep running forever with the cookie following you" L_.str.558: ## @.str.558 .asciz "1:keep running\n2:Talk" L_.str.559: ## @.str.559 .asciz "The cookie asks you if you eat cookies" L_.str.560: ## @.str.560 .asciz "1:yes\n2:no" L_.str.561: ## @.str.561 .asciz "The cookie eats you" L_.str.562: ## @.str.562 .asciz "The cookie becomes your best friend" L_.str.563: ## @.str.563 .asciz "saidLast.txt" L_.str.564: ## @.str.564 .asciz "There were 28 doors before this, and you actually chose this one? Well alright then." L_.str.565: ## @.str.565 .asciz "Four portals right next to each other. A voice tells you to enter one." L_.str.566: ## @.str.566 .asciz "The first portal is blue, second is red, third is yellow, fourth is black." L_.str.567: ## @.str.567 .asciz "1 = First Portal | 2nd = Second Portal | 3rd = Third Portal | 4th = Fourth Portal" L_.str.568: ## @.str.568 .asciz "Seriously?! That wasn't any of the options!" L_.str.569: ## @.str.569 .asciz "Since you cannot follow the directions, you have died." L_.str.570: ## @.str.570 .asciz "GAME OVER." L_.str.571: ## @.str.571 .asciz "You have entered portal number 1. A man walks up to you and says: " L_.str.572: ## @.str.572 .asciz "Greetings! I see you are a new arrival to this land. My job is to welcome all new visitors." L_.str.573: ## @.str.573 .asciz "You think to yourself. You've read that before somewhere. A long time ago but you're not 100% sure where you have." L_.str.574: ## @.str.574 .asciz "As the man continues talking you look around your surroundings and realize you're in Gielinor, from the MMORPG RuneScape." L_.str.575: ## @.str.575 .asciz "You interrupt the man, yelling you don't belong here and that you belong on Earth! The man continues without skipping a beat." L_.str.576: ## @.str.576 .asciz "You're not sure whether or not to just run away or hit the guy. You choose to: " L_.str.577: ## @.str.577 .asciz "1 to run away | 2 to hit the guide" L_.str.578: ## @.str.578 .asciz "You run out of the building and see a woman training people how to cut logs off trees and fish for shrimp." L_.str.579: ## @.str.579 .asciz "You deduce that you're already super freaked out and decide to go through all of tutorial island except you just ignore everyone you see." L_.str.580: ## @.str.580 .asciz "After running for how long you see the endtrance to the wizards building." L_.str.581: ## @.str.581 .asciz "When you finally reach the wizard to teleport you to the mainland he is shocked to see you." L_.str.582: ## @.str.582 .asciz "He says: You're not supposed to be here, but I'm sure you know that already. There must have been an issue somehow." L_.str.583: ## @.str.583 .asciz "I would like to send you back but unfortunately to do that you must win a contest. Not my laws, it's the God's laws." L_.str.584: ## @.str.584 .asciz "If you win you can go back, if you lose then your stay here will be inevitable. Ready to play?" L_.str.585: ## @.str.585 .asciz "I have 3 six-sided die. I roll them, and you must guess the total I rolled. You have 1 chance to get it. Let's start!" L_.str.586: ## @.str.586 .asciz "I rolled them. What total do you think I got? Remember, I can get 3 to 18. \n" L_.str.587: ## @.str.587 .asciz "You actually got the correct answer" L_.str.588: ## @.str.588 .asciz "With that, you can go home now!" L_.str.589: ## @.str.589 .asciz "After reciting some gibberish, he sends you home and you wake up on your bed." L_.str.590: ## @.str.590 .asciz "You're not sure what to think of that, but hope that if that ever happens again, you choose a different door not marked 29." L_.str.591: ## @.str.591 .asciz "Oh too bad, you're wrong." L_.str.592: ## @.str.592 .asciz "The number was actually %d \n" L_.str.593: ## @.str.593 .asciz "You instantly get teleported to Lumbridge to live out your life as a RuneScape player." L_.str.594: ## @.str.594 .asciz "You hit the guide. He replies with: " L_.str.595: ## @.str.595 .asciz "You can't do that here. And now, you have to pay. \n" L_.str.596: ## @.str.596 .asciz "Suddenly an explosion rocks your nonsensical world and you die instantly." L_.str.597: ## @.str.597 .asciz "Seriously though, why on Earth did you hit him?" L_.str.598: ## @.str.598 .asciz "Game Over." L_.str.599: ## @.str.599 .asciz "You end up in a college room, with a whiteboard and a couple markers on it." L_.str.600: ## @.str.600 .asciz "The whiteboard says: Enter some numbers for calculation. C to calculate." L_.str.601: ## @.str.601 .asciz "You think to yourself, what is this? Some sort of calculator whiteboard?" L_.str.602: ## @.str.602 .asciz "Enter how many numbers you'd like to put on: \n" L_.str.603: ## @.str.603 .asciz "Alright, the whiteboard only do a max of 20." L_.str.604: ## @.str.604 .asciz "Enter the amount: " L_.str.605: ## @.str.605 .asciz "Number order: %d " L_.str.606: ## @.str.606 .asciz "The average is: %f \n" L_.str.607: ## @.str.607 .asciz "This portal is under construction, please choose another one." L_.str.608: ## @.str.608 .asciz "You have entered portal number 4. You're suddendly teleported onto a stage with a microphone. There is no audience." L_.str.609: ## @.str.609 .asciz "You walk up to the microphone in curiosity and say: " L_.str.610: ## @.str.610 .asciz "You hear as the speakers replay your voice: " L_.str.611: ## @.str.611 .asciz "Congrats, those were your last words you've said!" L_.str.612: ## @.str.612 .asciz "You die instantly as your last words are forever recorded." L_.str.613: ## @.str.613 .asciz "Some guy screaming that he is the coolest in the universe!" L_.str.614: ## @.str.614 .asciz "You stand in shock as it is said in your precense." L_.str.615: ## @.str.615 .asciz "You contemplate your current options" L_.str.616: ## @.str.616 .asciz "Which do you choose? 1: Acknowledge that You are truly the coolest \n" L_.str.617: ## @.str.617 .asciz "2:Acknowledge he is the coolest \n" L_.str.618: ## @.str.618 .asciz "Your claim has been ignored.\n" L_.str.619: ## @.str.619 .asciz "You challenge him to a cool contest. \n" L_.str.620: ## @.str.620 .asciz "Your claim has been taken as sarcasim. \n" L_.str.621: ## @.str.621 .asciz "He challenges you to a cool contest. \n" L_.str.622: ## @.str.622 .asciz "You can't think thay fast\n" L_.str.623: ## @.str.623 .asciz "The contest consist of 4 games. The games will be played a total of 9 times. After the tenth round the person with the higher score will be declared the winner." L_.str.624: ## @.str.624 .asciz "current score: P1: P2: " L_.str.625: ## @.str.625 .asciz "Game one is rock, paper, scissors" L_.str.626: ## @.str.626 .asciz "Which do you choose? 0- and 5+ will pick a game from random.\n" L_.str.627: ## @.str.627 .asciz "Rules for rock paper scissors: " L_.str.628: ## @.str.628 .asciz "You and your opponent will pick either rock paper or scissors." L_.str.629: ## @.str.629 .asciz "Rock is #1! It can beat scissors but loses to paper. " L_.str.630: ## @.str.630 .asciz "Paper is #2! It can beat rock but loses to scissors. " L_.str.631: ## @.str.631 .asciz "Scissors are #3! It can beat paper but loses to rock." L_.str.632: ## @.str.632 .asciz "Which do you choose? Keep in mind anything number not listed will count as cheating!." L_.str.633: ## @.str.633 .asciz "paper beats rock!" L_.str.634: ## @.str.634 .asciz "Rock beats scissor!" L_.str.635: ## @.str.635 .asciz "Paper beats rock!" L_.str.636: ## @.str.636 .asciz "Scissor beats paper!" L_.str.637: ## @.str.637 .asciz "rock beats scissors!" L_.str.638: ## @.str.638 .asciz "cheating isn't cool" L_.str.639: ## @.str.639 .asciz "Play again? Enter 99 to quit\n" L_.str.640: ## @.str.640 .asciz "Casino.txt" L_.str.641: ## @.str.641 .asciz "Would you like to read the rules? (1: yes | 2: no) " L_.str.642: ## @.str.642 .asciz "\n- - - - - - -\n" L_.str.643: ## @.str.643 .asciz "\nRound %d, Dice size is %d to %d" L_.str.644: ## @.str.644 .asciz "\n\nYour Turn:" L_.str.645: ## @.str.645 .asciz "Would you like to roll your three dice? (1: yes | 2: no) " L_.str.646: ## @.str.646 .asciz "Average of your rolls: %.1lf\n" L_.str.647: ## @.str.647 .asciz "Your current score: %.1lf" L_.str.648: ## @.str.648 .asciz "\nYou lost. %.1lf is larger than %d..." L_.str.649: ## @.str.649 .asciz "\n\nPlayer 2 Turn:" L_.str.650: ## @.str.650 .asciz "Player 2 chose not to roll anymore." L_.str.651: ## @.str.651 .asciz "Player 2 rolls average: %.1lf\n" L_.str.652: ## @.str.652 .asciz "Player 2 score: %.1lf" L_.str.653: ## @.str.653 .asciz "\nPlayer 2 is out. %.1lf is larger than %d..." L_.str.654: ## @.str.654 .asciz "\n\nPlayer 3 Turn:" L_.str.655: ## @.str.655 .asciz "Player 3 is choosing not to roll anymore." L_.str.656: ## @.str.656 .asciz "Player 3 average rolls is %.1lf\n" L_.str.657: ## @.str.657 .asciz "Player 3 score: %.1lf" L_.str.658: ## @.str.658 .asciz "\nPlayer 3 is out. %.1lf is larger than %d..." L_.str.659: ## @.str.659 .asciz "\n\nUser score: %.1lf\n" L_.str.660: ## @.str.660 .asciz "Player 2 score: %.1lf\n" L_.str.661: ## @.str.661 .asciz "Player 3 score: %.1lf\n" .section __TEXT,__const .p2align 4 ## @__const.main.nameToReplace l___const.main.nameToReplace: .asciz "CTO OF HOT POCKETS\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.662: ## @.str.662 .asciz "\nEveryone lost..." L_.str.663: ## @.str.663 .asciz "%s lost with everyone\n" L_.str.664: ## @.str.664 .asciz "\nYou won!" L_.str.665: ## @.str.665 .asciz "%s beat player 1 and 2\n" L_.str.666: ## @.str.666 .asciz "\nPlayer 2 won!" L_.str.667: ## @.str.667 .asciz "%s lost to player 2\n" L_.str.668: ## @.str.668 .asciz "\nPlayer 3 won!" L_.str.669: ## @.str.669 .asciz "%s lost to player 3\n" L_.str.670: ## @.str.670 .asciz "\nGood game. Would you like to see the records of previous games? (1: yes | 2: no) " L_.str.671: ## @.str.671 .asciz "\nRemember to enter 99 to exit!" L_.str.672: ## @.str.672 .asciz "You are safe from the water, but strange random strings start to attack. What do you do?" L_.str.673: ## @.str.673 .asciz "1. Smack the string in the leftmost bit" L_.str.674: ## @.str.674 .asciz "2. Kick the string in the rightmost bit" L_.str.675: ## @.str.675 .asciz "99. Exit Room" L_.str.676: ## @.str.676 .asciz "String %s approaches you and you smack it!\n" L_.str.677: ## @.str.677 .asciz "The string is confused and altered to %s \n" L_.str.678: ## @.str.678 .asciz "You can't do that." L_.str.679: ## @.str.679 .asciz "You have selected an incorrect choice Please choose again.\n" L_.str.680: ## @.str.680 .asciz "You have selected to fight Godzilla.\n" L_.str.681: ## @.str.681 .asciz "Godzilla's signature weapon is his distinctive atomic breath. Godzilla's dorsal spines glow ominously, and then he lets loose with a concentrated blast of radiation from his mouth\n" L_.str.682: ## @.str.682 .asciz "In addition to his deadly atomic breath, Godzilla can also emit atomic energy in all directions from every inch of his body in a short-range pulse called the nuclear pulse\n" L_.str.683: ## @.str.683 .asciz "Godzilla displays an uncanny ability to resist injury. Not even the pressure and cold of deep sea trenches can kill him.\n" L_.str.684: ## @.str.684 .asciz "Godzilla is vulnerable to electricity\n" L_.str.685: ## @.str.685 .asciz "Godzilla" L_.str.686: ## @.str.686 .asciz "You have selected to fight King Ghidorah\n" L_.str.687: ## @.str.687 .asciz "When Ghidorah becomes the alpha, he lets out an extremely loud and powerful call that could be heard by the other Titans all around the world\n" L_.str.688: ## @.str.688 .asciz "Ghidorah has an electro-receptor molecular biology, and his skin is covered with traces of gold that acts as a conductor that carries bioelectrical currents throughout his body.\n" L_.str.689: ## @.str.689 .asciz "Ghidorah can drain energy and electricity directly into himself by biting down on power sources.\n" L_.str.690: ## @.str.690 .asciz "King Ghidorah" L_.str.691: ## @.str.691 .asciz "You have selected to fight King Kong\n" L_.str.692: ## @.str.692 .asciz "Kong is also remarkably intelligent. He makes use of environmental objects like trees or rocks when fighting, and even when overwhelmed by more powerful or more numerous opponents he can think on his feet and find a way to win.\n" L_.str.693: ## @.str.693 .asciz "Kong also demonstrates durability when he is able to continue fighting against airplanes and even destroy some of them after being riddled with bullets.\n" L_.str.694: ## @.str.694 .asciz "King Kong" L_.str.695: ## @.str.695 .asciz "Good Luck Hero. The fate of earth depends on you.\n" L_.str.696: ## @.str.696 .asciz "For hitting the target you have to guess a number between 1 and 30 inclusive\n" L_.str.697: ## @.str.697 .asciz "You will have 10 chances to guess it\n" L_.str.698: ## @.str.698 .asciz "Sorry :( You guess is incorrect. But don't worry as you have a second round too.\n" L_.str.699: ## @.str.699 .asciz "Congrats :) You guess is correct, now you need to win the second round as well.\n" L_.str.700: ## @.str.700 .asciz "Now the plasma beam is fully charged up. Type fire\n" L_.str.701: ## @.str.701 .asciz "fire" L_.str.702: ## @.str.702 .asciz "Type fire to fire the plasma beam\n" L_.str.703: ## @.str.703 .asciz "%s has suffered a fatal blow from plasma beam\n" L_.str.704: ## @.str.704 .asciz "A list of numbers would be displayed on the screen and you have to write the average of all numbers.\n" L_.str.705: ## @.str.705 .asciz "Congrats you were able to fire two plasma beams on %s\n" L_.str.706: ## @.str.706 .asciz "%s is now down and you have earned the respect of rest of two monsters\n" L_.str.707: ## @.str.707 .asciz "You were able to fire only one plasma beams on %s\n" L_.str.708: ## @.str.708 .asciz "Its a draw and you haven't earned any respect from the monsters\n" L_.str.709: ## @.str.709 .asciz "You weren't able to fire any plasma beams on %s\n" L_.str.710: ## @.str.710 .asciz "You have run away and monsters have emerged victorious\n" L_.str.711: ## @.str.711 .asciz "Enter 99 to exit this room or enter any other number to repeat this room\n" L_.str.712: ## @.str.712 .asciz "You have opened the door to school education \n Select an option below \n 1. Calculate your GPA \n 2. Take a chance at rolling an 11 sided dices and get random number generations \n 3. Create an output file with the data you are entering \n 4. Enter a string to determine if you have entered lower cases \n 5 - To Quit\nOption #: " L_.str.713: ## @.str.713 .asciz "This section will allow you to calculate your GPA!!\n" L_.str.714: ## @.str.714 .asciz "Congratulations you have passed the course and you don't have to repeat!\n" L_.str.715: ## @.str.715 .asciz "Unfortunately you will have to repeat this course!!\n" L_.str.716: ## @.str.716 .asciz "Eflores.txt" L_.str.717: ## @.str.717 .asciz "In this section you will be asked to enter an account number,\nname under the account, and the balance for the account \n" L_.str.718: ## @.str.718 .asciz "What is the account number? \n" L_.str.719: ## @.str.719 .asciz "What is the account name? \n" L_.str.720: ## @.str.720 .asciz "What is the account balance? \n" L_.str.721: ## @.str.721 .asciz "%lf" L_.str.722: ## @.str.722 .asciz "%d %s %.2lf \n" L_.str.723: ## @.str.723 .asciz "Awesome you have some money in the bank!\n" L_.str.724: ## @.str.724 .asciz "You have no debts!\n" L_.str.725: ## @.str.725 .asciz "You are so BROKE!! " L_.str.726: ## @.str.726 .asciz "\n Hit -1 to quit or 1 to continue. " L_.str.727: ## @.str.727 .asciz "This section you will need to enter a string to \ndetermine is the letter is a lower case letter.\nPlease a string no longer than 19 characters.\n" L_.str.728: ## @.str.728 .asciz "Option #: " L_.str.729: ## @.str.729 .asciz "You open the door and close it behind you." L_.str.730: ## @.str.730 .asciz "After you overcome the panic from almost drowning, you look around and You find yourself in a cave, the air is damp and you smell mold." L_.str.731: ## @.str.731 .asciz "You notice a skeleton at your feet with it's right hand clenched around something. The cave ahead leads to a tunnel and you see a door to your right." L_.str.732: ## @.str.732 .asciz "At this point you have 3 choices:" L_.str.733: ## @.str.733 .asciz "1. Examine the skeleton." L_.str.734: ## @.str.734 .asciz "2. Proceed further ahead in the cave." L_.str.735: ## @.str.735 .asciz "3. Enter the door to your right." L_.str.736: ## @.str.736 .asciz "You reach down and pry open the skeleton's hand, a finger breaks loose and you place it in your pocket. Once you pry the opject free you look at it closely in the light and see it is a live grenade and the pin springs free. You drop the grenade and dash through the cave. You can hear the grenade explode, collapsing the tunnel behind you." L_.str.737: ## @.str.737 .asciz "To be continued..." L_.str.738: ## @.str.738 .asciz "You find yourself further ahead in the cave." L_.str.739: ## @.str.739 .asciz "To be continued...." L_.str.740: ## @.str.740 .asciz "You enter the and close the door behind you." L_.str.741: ## @.str.741 .asciz "You hear an loud voice \" %s why do you disturb me? \" \n" L_.str.742: ## @.str.742 .asciz "wrong choice" L_.str.743: ## @.str.743 .asciz "The number is even you win!!" L_.str.744: ## @.str.744 .asciz "You find yourself on the outskirts of an unknown city." L_.str.745: ## @.str.745 .asciz "You look back and there is a barrier that prevents anyone from leaving or entering this place" L_.str.746: ## @.str.746 .asciz "Having no other choice, you begin to enter the city, and from a distance, you see a huge tower at the center of this city." L_.str.747: ## @.str.747 .asciz "As you walk towards this tower, the city seems to be getting brighter with lights. You begin to see the residents of this city playing games against each other." L_.str.748: ## @.str.748 .asciz "Seeing people around, you begin to ask people, 'Where is this place?'" L_.str.749: ## @.str.749 .asciz "You ask many people, yet no one knows" L_.str.750: ## @.str.750 .asciz "Everyone seems to have the same experience, they opened a door, and you found yourself at the outskirts of this city, no way out." L_.str.751: ## @.str.751 .asciz "Yet everyone explains that playing games is the most important thing in this city." L_.str.752: ## @.str.752 .asciz "Not knowing what to do, you begin to wander around, and then find yourself in front of something familiar, a SunBucks." L_.str.753: ## @.str.753 .asciz "You enter and notice a person with pointy ears sitting near the corner of the store." L_.str.754: ## @.str.754 .asciz "You give in into your curiosity and decide to sit next to this person." L_.str.755: ## @.str.755 .asciz "As you are sit next to this person, she says: 'What do you want?'" L_.str.756: ## @.str.756 .asciz "You say, 'I was just curious, never seen a person with pointy ears'" L_.str.757: ## @.str.757 .asciz "She says, 'Are you new here'" L_.str.758: ## @.str.758 .asciz "You say, 'yes, just got here couple of hours ago'" L_.str.759: ## @.str.759 .asciz "She says, 'Ah ok, I am an elf that has lived in this city for many years. My name is Lia.'" L_.str.760: ## @.str.760 .asciz "roll = %d\n" L_.str.761: ## @.str.761 .asciz "\nNumber of Vowels in your name: %d \n" L_.str.762: ## @.str.762 .asciz " [you] / 1 / 2 / 3 /" L_.str.763: ## @.str.763 .asciz "hole #%d, has %d bag(s) in it\n" L_.str.764: ## @.str.764 .asciz "\n~Welcome %s to this minigame~\n\n" L_.str.765: ## @.str.765 .asciz "MAKE SURE THE TERMINAL IS IN FULL SCREEN WHEN RUNNING CASE 15\n" L_.str.766: ## @.str.766 .asciz "You chose the yellow path, as you walk you see a hop scotch drawn on the floor\n" L_.str.767: ## @.str.767 .asciz " ______ " L_.str.768: ## @.str.768 .asciz " | 1 | " L_.str.769: ## @.str.769 .asciz " _____|______|_____ " L_.str.770: ## @.str.770 .asciz "| 2 | 3 | 4 |" L_.str.771: ## @.str.771 .asciz "|_____|______|_____|" L_.str.772: ## @.str.772 .asciz " | 5 | " L_.str.773: ## @.str.773 .asciz "| 6 | 7 | 8 |" L_.str.774: ## @.str.774 .asciz " | 9 | " L_.str.775: ## @.str.775 .asciz " |______| " L_.str.776: ## @.str.776 .asciz " | 10 | " L_.str.777: ## @.str.777 .asciz " |______| \n" L_.str.778: ## @.str.778 .asciz "do you want to play with it?\ny or n\n" L_.str.779: ## @.str.779 .asciz " %s" L_.str.780: ## @.str.780 .asciz "y" L_.str.781: ## @.str.781 .asciz "You stand infront of the first box, and you find a 6 sided die,\nnext to the die theres a note that says to roll the die in order to jump.\nDo you want to roll? (y or n)\n" L_.str.782: ## @.str.782 .asciz "You got %d from the die, it wasnt enough to go to the other side, re-roll.\n" L_.str.783: ## @.str.783 .asciz "You got %d, you can pass\n" L_.str.784: ## @.str.784 .asciz "ok, bye\n" L_.str.785: ## @.str.785 .asciz "\nYou ran out of attempts, good bye\n" L_.str.786: ## @.str.786 .asciz "n" .section __TEXT,__const .p2align 4 ## @__const.monikacase1.filesponge l___const.monikacase1.filesponge: .asciz "sponge.txt\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.787: ## @.str.787 .asciz "Wrong file name, retry \n" L_.str.788: ## @.str.788 .asciz "I dOnT wAnT tO pResS yEs\n" L_.str.789: ## @.str.789 .asciz "\nbye\n" L_.str.790: ## @.str.790 .asciz "monikaoutput.txt" L_.str.791: ## @.str.791 .asciz "Deciphered.txt" L_.str.792: ## @.str.792 .asciz "Youve chosen the red road, and you see a blue tunnel. You enter and you\nsee a wall with a code pad on it, its asking if you\nwant to see the prompt to move forward. Do you say yes or no? (y or n)\n" L_.str.793: ## @.str.793 .asciz "\nDecipher the following text: \nOnce you have an answer, input it below\n" L_.str.794: ## @.str.794 .asciz "\n71 97 114 114 101 116 116 66 108 117 80 111 112 112 101\n" L_.str.795: ## @.str.795 .asciz "Need a hint? Ask the key\n" L_.str.796: ## @.str.796 .asciz "\nPIN UNLOCKED\n" L_.str.797: ## @.str.797 .asciz "You can see your previous attempts in the monikaoutput.txt file" L_.str.798: ## @.str.798 .asciz "\nYour sight is filled with darkness and the glistening of the water as it shines from the light behind you." L_.str.799: ## @.str.799 .asciz "You begin to move forward and get into the water but it feels weird. You think maybe its because its cold so you just dismiss it." L_.str.800: ## @.str.800 .asciz "You continue but you begin to feel a burning sensation on your body and you begin panicking,\n'what's in this water'" L_.str.801: ## @.str.801 .asciz "As you look for something to grab to get out of the water\nyour eyes lock on to a warning label on the side of the river, reading: 'WARNING: SULFURIC ACID REMAINS IN THE WATER\nIF IN CONTACT, PERISHABLE'\n" L_.str.802: ## @.str.802 .asciz "YOU DIED\n" L_.str.803: ## @.str.803 .asciz "Failed Attempt: %s\n" L_.str.804: ## @.str.804 .asciz "\n" L_.str.805: ## @.str.805 .asciz "You said no\n" L_.str.806: ## @.str.806 .asciz "You tried going back to the entrance and fell through a dirt hole and died, press f to pay respects\n" L_.str.807: ## @.str.807 .asciz "f" L_.str.808: ## @.str.808 .asciz "fine then, dont pay respects\n" L_.str.809: ## @.str.809 .asciz "Do you want to continue green path? (y or n)\n" .section __TEXT,__const .p2align 4 ## @__const.monikacase3.filenothing l___const.monikacase3.filenothing: .asciz "nothing.txt\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.810: ## @.str.810 .asciz "\nyoure welcome\n" L_.str.811: ## @.str.811 .asciz "Fine since you dont want to go the path you can play this boring calculator game\nInsert five numbers you want to add and find the sum of\n" L_.str.812: ## @.str.812 .asciz "Things inputted are: \n" L_.str.813: ## @.str.813 .asciz " %d\n" L_.str.814: ## @.str.814 .asciz " + %d \n---------\n" L_.str.815: ## @.str.815 .asciz "sum : %d\n" L_.str.816: ## @.str.816 .asciz "Average: %.1lf\n" L_.str.817: ## @.str.817 .asciz "randomStrings.txt" L_.str.818: ## @.str.818 .asciz "File could not be opened." L_.str.819: ## @.str.819 .asciz "COMMANDS:\n look, use\n locations, inv, help, exit\n\nType 'look' or 'use' followed by the OBJECT you want to interact with (objects with CAPITAL letters can be interacted with)\nExample: use KEY, look TABLE\n\nType 'help' to view a list of commands.\nType 'locations' to view the places you can go\nType 'inv' to see your inventory\nYou can also type 'use' to put some items in your inventory." L_.str.820: ## @.str.820 .asciz "\nType 'exit' to leave the parser" L_.str.821: ## @.str.821 .asciz "You have the following items in your inventory: \n" L_.str.822: ## @.str.822 .asciz "Tomato\n" L_.str.823: ## @.str.823 .asciz "Onions\n" L_.str.824: ## @.str.824 .asciz "Meat\n" L_.str.825: ## @.str.825 .asciz "Beans\n" L_.str.826: ## @.str.826 .asciz "Spices\n" L_.str.827: ## @.str.827 .asciz "Tortillas\n" L_.str.828: ## @.str.828 .asciz "Beer\n" L_.str.829: ## @.str.829 .asciz "Can Opener" L_.str.830: ## @.str.830 .asciz "You can go to the following locations: \n" L_.str.831: ## @.str.831 .asciz "%s\n" L_.str.832: ## @.str.832 .asciz "(Press 0 and Enter to continue)" L_.str.833: ## @.str.833 .space 1 L_.str.834: ## @.str.834 .asciz "\n------> " .comm _uInput,20,4 ## @uInput L_.str.835: ## @.str.835 .asciz " \n" L_.str.836: ## @.str.836 .asciz "exit" L_.str.837: ## @.str.837 .asciz "exit1" L_.str.838: ## @.str.838 .asciz "A flash of light cuts across your vision - shielding your eyes with your arm, you squint against the brightness until your eyes adjust.\n\nThe power is back on! Now, you can take a clearer look at your surroundings.\n" L_.str.839: ## @.str.839 .asciz "Not only have more locations opened up to you, but you're now able to add ingredients to your inventory with the 'use' command!\n\nReference 'recipe.txt' in your files, using the clues you collect, to find 5 ingredients." L_.str.840: ## @.str.840 .asciz "help" L_.str.841: ## @.str.841 .asciz "locations" L_.str.842: ## @.str.842 .asciz "inv" L_.str.843: ## @.str.843 .asciz "The user only has 'updog' in their inventory.\n" L_.str.844: ## @.str.844 .asciz "look" L_.str.845: ## @.str.845 .asciz "STOVE" L_.str.846: ## @.str.846 .asciz "\nThe oven light is blinking 00:00 in red letters against the darkness, suggesting that the power went out recently, the appliance is broken, or both." L_.str.847: ## @.str.847 .asciz "FRIDGE" L_.str.848: ## @.str.848 .asciz "\nThe fridge's stainless steel surface is littered with post it notes. You pick one up and angle your cell phone to read it." L_.str.849: ## @.str.849 .asciz "\n'If one more person eats my leftovers without permission, I will *commit a felony*. I mean it!!!!!'" L_.str.850: ## @.str.850 .asciz "\nFrowning, you turn it over to discover there's more written on the back." L_.str.851: ## @.str.851 .asciz "\n'Actually, you know what? Eat them. Go on. I dare you. Eat all of it. I hope you choke on it and die in agony right here on my kitchen floor. You should have never been born!! - J'" L_.str.852: ## @.str.852 .asciz "\nYou find yourself wondering who the hell this 'J' is, and what made them upset enough to cover their refridgerator with passive aggressive post-its." L_.str.853: ## @.str.853 .asciz "BEER" L_.str.854: ## @.str.854 .asciz "beer" L_.str.855: ## @.str.855 .asciz "There's a post-it note curving around the can. You turn the can to read the note: \n\n'Good luck getting this Natty Lite open - I found it in the basement and I'm pretty sure it's been in there since the 90's. Why would you want to drink this anyway? You might as well drink your own piss. -J" L_.str.856: ## @.str.856 .asciz "LEFTOVERS" L_.str.857: ## @.str.857 .asciz "leftovers" L_.str.858: ## @.str.858 .asciz "A post-it note sitting on the top reads : 'J's Leftovers - Please, help yourself.' You wonder why this person bothered to personally label their leftovers only to follow up with 'help yourself'..." L_.str.859: ## @.str.859 .asciz "SAUCE" L_.str.860: ## @.str.860 .asciz "sauce" L_.str.861: ## @.str.861 .asciz "Picking up the bottle and turning it in your hand, you notice it's nearly empty; a post-it note on the side hangs by a corner. It reads: 'Stop hitting the sauce'. You turn it over to read: 'Get it?? Because booze is also called 'sauce' but it's also bbq sauce! heh...'-J\n\nAnother post-it note tacked onto the end says: 'Jim, did you seriously just write 'heh' on a post it note? Explaining your own joke?! *Stop* wasting my office supplies!! - H.'\n\nYou find some irony in the fact that 'H' decided to reply with an equally pointless post-it note." L_.str.862: ## @.str.862 .asciz "FREEZER" L_.str.863: ## @.str.863 .asciz "\nThe freezer's stainless steel surface is littered with post it notes. You pick one up and angle your cell phone to read it." L_.str.864: ## @.str.864 .asciz "\n'Jim, I swear to God, if you move the eggs again to put more post-it notes inside, I will buy the dollar store brand of BBQ sauce from now on. Do not try me, young man. - H'" L_.str.865: ## @.str.865 .asciz "\nAnother post-it note is attached to the end of this one. It reads: " L_.str.866: ## @.str.866 .asciz "\n'I do not fear death or dry chicken nuggets, woman! I will *not* be manipulated by the sauce! \nI have an emergency stash of Sweet Baby Rays for just this occasion, anyway. -J'" L_.str.867: ## @.str.867 .asciz "\nYou are baffled by just how much writing can fit on a post-it note. Your eyes are starting to hurt from squinting at all the tiny writing.\n" L_.str.868: ## @.str.868 .asciz "DOOR" L_.str.869: ## @.str.869 .asciz "door" L_.str.870: ## @.str.870 .asciz "The door is tightly sealed behind you. In order to open it, you're going to need something to eat first." L_.str.871: ## @.str.871 .asciz "NOTE#1" L_.str.872: ## @.str.872 .asciz "note#1" L_.str.873: ## @.str.873 .asciz "note1" L_.str.874: ## @.str.874 .asciz "NOTE1" L_.str.875: ## @.str.875 .asciz "You pluck the freezer NOTE from its spot and hold it gingerly between your thumb and forefinger; it must have been here for some time, because it's quite cold. It reads:\n\n'TOMATO - MICROWAVE'\n\nYou're not sure what that means at all, but you place the note in your pocket anyway." L_.str.876: ## @.str.876 .asciz "**RECIPE HAS BEEN UPDATED**" L_.str.877: ## @.str.877 .asciz "TOMATO : MICROWAVE @" L_.str.878: ## @.str.878 .asciz "NOTE#TWO" L_.str.879: ## @.str.879 .asciz "note#two" L_.str.880: ## @.str.880 .asciz "note # two" L_.str.881: ## @.str.881 .asciz "NOTE # TWO" L_.str.882: ## @.str.882 .asciz "Doing your best not to get more sauce underneath your nails, you unfold the saucy note and find it reads: \n\nBEANS - SINK\n\nNot wanting to ruin your pants pocket, you throw the gross note into the nearby trash can, glad to be done away with it." L_.str.883: ## @.str.883 .asciz "BEANS : SINK @" L_.str.884: ## @.str.884 .asciz "NOTE3" L_.str.885: ## @.str.885 .asciz "note3" L_.str.886: ## @.str.886 .asciz "Grabbing for the note, you accidentally kick up a little dust; coughing, you wave a hand in front of your face. You brush off the note and read: \n\nONION - CABINETS\n\nYou're not excited to prep onions for a meal, but you're also hungry enough not to care at this point, and press on." L_.str.887: ## @.str.887 .asciz "ONION : CABINET @" L_.str.888: ## @.str.888 .asciz "use" L_.str.889: ## @.str.889 .asciz "\nYou turn a burner knob tentatively, but hear a 'click click click' of a burner failing to light. You smell a faint tinge of gas. Crouching on your heels and sweeping your cell phone light, you can't find anything else wrong with the oven. Looks like you might need matches to get a burner working.\n\nNOTE3, covered in a fine layer of dust and a few hairs, catches the light." L_.str.890: ## @.str.890 .asciz "\nYou pull gently on the fridge handle, and are greeted with its soft inner glow and a faint whiff of eggs and...old onions?? Ugh." L_.str.891: ## @.str.891 .asciz "\nYou spot a container of LEFTOVERS, a bottle of bbq SAUCE, and a can of BEER. There are post-it notes on each." L_.str.892: ## @.str.892 .asciz "You go to pull the metal tab of the BEER to find that it's been removed. Undeterred, you press your thumb into the aluminum divot instead, willing to go the extra mile for the bastion of alcohol.\n\nUnfortunately, the aluminum won't budge. Leveraging the can against your leg, you push in with your thumb with all the force you can muster, but it doesn't yeild.\n\nDefeated, your thumb smarting, you shove the can back into the fridge. You'll have to find a tool later to try to open it." L_.str.893: ## @.str.893 .asciz "Holding the container still with one hand, you hook your fingers on the lip of the tupperware and pull eagerly. The lid pries open easily to reveal the contents inside.\n\nWhatever is inside is concealed by a piece of paper towel. Lifting it to get a better look, you find it's suprisingly heavy, and you struggle to steady it. Peeling away the paper towel layer and poking the contents underneath, you find that you're looking at a brick.\n\nThat's...that's definitely a *brick* in a tupperware container.\n\nYou're now absolutely convinced this 'J' person is a definitely psycho for putting a brick in the fridge to bait anyone taking their leftovers. Who does that!?" L_.str.894: ## @.str.894 .asciz "You pick up the bottle of bbq SAUCE. You've decided to 'use' it, but what does that mean exactly? Are you just gonna squeeze this thing? Right here??\n\nNot one to question your own motives, you twist off the cap, aim the bottle at the floor, and squeeze with reckless abandon.\n\nYour chaotic choice is rewarded, however, when something not-liquid slips out of the bottle partway, coated in a thick layer of sauce. Undaunted, and with a few more squeezes, you manage to get it out and into the palm of your hand.\n\nYou're now covered in the scent of Sweet Baby Ray's bbq SAUCE, but don't seem to mind as you prod at the item in your hand, letters beneath the smudge of sauce reading NOTE#TWO. (To read it, type 'use note#two') " L_.str.895: ## @.str.895 .asciz "\nThe user pulls swiftly against the hermetic seal of the freezer, and is met with a small puff of chilled air." L_.str.896: ## @.str.896 .asciz "\n...followed closely by a much stronger, more decidedly *pungent* whiff of egg." L_.str.897: ## @.str.897 .asciz "\nBlinking rapidly to ensure they aren't seeing things, the user realizes the entire fridge is full of decorated frozen easter eggs. A small post-it note on eye-level with the user reads: 'Little Jimmy's Easter Eggs, 1987. Do ***not*** throw away!!!'" L_.str.898: ## @.str.898 .asciz "\nHorrified, the user sincerely wishes they had found a dead body instead." L_.str.899: ## @.str.899 .asciz "\nThere is an additional post it labelled NOTE#1 wedged in between the freezer wall and the awful, awful Egg Pile." L_.str.900: ## @.str.900 .asciz "updog" L_.str.901: ## @.str.901 .asciz "\nNothin, what's up with you, dude?\n" L_.str.902: ## @.str.902 .asciz " ( \315\241\302\260 \315\234\312\226 \315\241\302\260) " L_.str.903: ## @.str.903 .asciz "\nI have no idea how to %s, but knock yourself out.\n" L_.str.904: ## @.str.904 .asciz "------------------------------------------------------------------------" L_.str.905: ## @.str.905 .asciz "\nYou've found 3 notes! Check recipe.txt to see if you have 3 entries." L_.str.906: ## @.str.906 .asciz "If you don't, something probably went wrong. But don't worry : it's a feature, not a bug." L_.str.907: ## @.str.907 .asciz "\nYou'll be able to solve the next set of puzzles if you've found 3 notes so far." L_.str.908: ## @.str.908 .asciz "If you'd like to advance, type 'exit1'. If not, feel free to continue using this parser until you find all three." L_.str.909: ## @.str.909 .asciz "(empty)" L_.str.910: ## @.str.910 .asciz "CABINETS" L_.str.911: ## @.str.911 .asciz "Sweet jesus, finally - finally!. The place were snacks are kept! You're absolutely convinced there's something edible in there, but knowing these two knobs J and H, there's also a high possibility you'll find something bizarre and unpleasant, too.\n\n" L_.str.912: ## @.str.912 .asciz "SINK" L_.str.913: ## @.str.913 .asciz "A post-it hanging off the lip of the sink catches your eye - the letters are big enough to read from afar:\n\nTAKEOUT TRASH\n\nYou step a bit closer to read the post-it note attached below it: 'Helen, for christ's sake, We are out of trash bags, and I'm not going near the neighbor's fence again! You know their goat *hates* me!! -J\n\nYou wonder who's weirder : the 2 post-it goofs living in this house, or the neighbor who has an (allegedly) rabid goat." L_.str.914: ## @.str.914 .asciz "Perhaps the burners will work, now that the lights are on?" L_.str.915: ## @.str.915 .asciz "\nYou look longingly at the fridge. The distance...it's...still too much. You must get closer...\n\nYou press your cheek against the fridge, straining to wrap your arms around as far as they can reach.\n\nThe fridge does not hug you back, but you somehow feel a brief reprieve from your loneliness, nonetheless." L_.str.916: ## @.str.916 .asciz "\nYou look over the freezer. You think of a few cold-related puns, but you quickly banish them from your mind. Puns are the lowest form of comedy, of course, and you'd be a shameless wreck before you'd ever entertain one, even in your head.\n\n\n...If thought to yourself just now, 'Now, that's just cold...', you, in fact, did not. You didn't think anything at all. You don't think. Your head is empty.\n\nGo shove your idiot head full of idiot puns in the freezer for idiots." L_.str.917: ## @.str.917 .asciz "MICROWAVE" L_.str.918: ## @.str.918 .asciz "The microwave has seen better days, but anything that will heat up food for you right now is an appliance from heaven as far as you're concerned." L_.str.919: ## @.str.919 .asciz "noteFORE" L_.str.920: ## @.str.920 .asciz "notefore" L_.str.921: ## @.str.921 .asciz "The note is soaked with water, suds, and bits of mushy food, but miraculously, the blurred writing is still somewhat legible.\nIt reads:\n\n'SPICES - STOVE'\n\nYou drop the drenched post-it into the sink disposal, and run it for good measure. You wash your hands several times, but the icky feeling lingers, and you're not sure it'll go away anytime soon.\n\n" L_.str.922: ## @.str.922 .asciz "SPICES - STOVE @" L_.str.923: ## @.str.923 .asciz "n5" L_.str.924: ## @.str.924 .asciz "N5" L_.str.925: ## @.str.925 .asciz "The note reads:\n\n'MEAT - FREEZER'\n\nYou came up empty in the cupboards, but at least you gained another portion of this recipe." L_.str.926: ## @.str.926 .asciz "MEAT - FREEZER @" L_.str.927: ## @.str.927 .asciz "Salivating, you nudge open the cupbaoard doors, praying that you find something. Your body slowly deflates from hope to quiet despair when you're met with the rustiest CANOPENER you've ever seen, and - of course - a post it note.\n\nSighing loudly, you pluck it to read the contents : 'In case of BeerMergencies'\n\nYou're not sure you know what a BeerMergency is, but if it's anything like your current crisis, you're probably pretty close to one right now.\n\nExpecting something snarky, you prod at the post-it note to see that it's actually another portion of the recipe, N5." L_.str.928: ## @.str.928 .asciz "Before you can even approach, you can tell by looking that the stench is going to be awful. The nauseating wave that hits you as you step closer to the sink confirms your suspicions.\n\nYou really REALLY don't want to put your hands anywhere near the filthy pile (especially if it does any favors for this 'J' idiot), but notice a sponge and some detergent on the counter. Perhaps if the DISHES were WASHED, you could at least get yourself a glass of water or something?" L_.str.929: ## @.str.929 .asciz "You try the burner knob again, but get a sad repetitive 'click click click', signaling the stove is still not working." L_.str.930: ## @.str.930 .asciz "You open the fridge to spot a lone BEER on the middle tray. You won't be able to get it open by yourself." L_.str.931: ## @.str.931 .asciz "You carefully tug on the handle of the freezer, but nothing you can do prepares you from the queasy wave of stench from the Awful Egg Pile.\n\nIt's subtle enough to stay contained in the freezer and fridge, but not so subtle that your eyes don't water every time you encounter it. Good Lord that's bad." L_.str.932: ## @.str.932 .asciz "You prod at the buttons on the microwave, but nothing happens. Angling your body to look behind it, you find that someone has snipped the cord clean in half.\nThe worst part is they just left the cord plugged into the wall, so it still *looks* like it's plugged in." L_.str.933: ## @.str.933 .asciz "NOTEFORE" L_.str.934: ## @.str.934 .asciz "The note is soaked with water, suds, and bits of mushy food, but miraculously, the blurred writing is still somewhat legible.\nIt reads:\n\n'Spices - Stove'\n\nYou drop the drenched post-it into the sink disposal, and run it for good measure. You wash your hands several times, but the icky feeling lingers, and you're not sure it'll go away anytime soon.\n\n" L_.str.935: ## @.str.935 .asciz "The note reads:\n\n'Meat - Freezer'\n\nYou came up empty in the cupboards, but at least you gained another portion of this recipe." L_.str.936: ## @.str.936 .asciz "canopener" L_.str.937: ## @.str.937 .asciz "CANOPENER" L_.str.938: ## @.str.938 .asciz "If you can't find a good use for this, it'll at least make a terrible souvenir for the time you *didn't* go on an adventure, and picked the worst door in this entire game.\n\n" L_.str.939: ## @.str.939 .asciz "***CAN OPENER - added to inventory***" L_.str.940: ## @.str.940 .asciz "\n\nNOTE: To use the can opener, type CANOPENER followed by the item you want to use it on. If nothing happens...it simply wasn't meant to be." L_.str.941: ## @.str.941 .asciz "The can opener was absolutely obliterated in your crazy attempt to skewer and shotgun a beer.\n\nIt had a good life, and died in glory." L_.str.942: ## @.str.942 .asciz "tortillas" L_.str.943: ## @.str.943 .asciz "TORTILLAS" L_.str.944: ## @.str.944 .asciz "You consider cracking open the tortillas and eating them here and now, but know that it wouldn't do the trick to cure your adventurer's appetite by itself.\n\nYou decide to put it into your inventory, and wait until you assemble the full recipe to eat it.\n\n" L_.str.945: ## @.str.945 .asciz "***TORTILLAS - added to inventory***" L_.str.946: ## @.str.946 .asciz "wash" L_.str.947: ## @.str.947 .asciz "WASH" L_.str.948: ## @.str.948 .asciz "dishes" L_.str.949: ## @.str.949 .asciz "DISHES" L_.str.950: ## @.str.950 .asciz "Rolling up your sleeves and grabbing the moist little blob of sponge from the faucet, you get to work on the mound of dishes in the sink. Hot water on blast, you squeeze a healthy dollop of dish detergent onto the dishes to start; it smells like old oranges on vacation in Florida.\n\nMinutes pass; after dealing with the pungent of whatever food was left on the plates, you sincerely wish you'd looked for gloves first.\n\nYou go to wash the last cup left in the sink when you notice there's a familiar little crumpled note in it: NOTEFORE" L_.str.951: ## @.str.951 .asciz "takeout" L_.str.952: ## @.str.952 .asciz "TAKEOUT" L_.str.953: ## @.str.953 .asciz "trash" L_.str.954: ## @.str.954 .asciz "TRASH" L_.str.955: ## @.str.955 .asciz "Out of the goodness of your heart - and, perhaps, the sensitivity of your nose - you tug on the edges of the wastebin to pull the trashbag around the stinking contents. Before you tie the top knot, however, you notice a perfectly good package of TORTILLAS sitting on top; you check the expiration date, and in a stroke of luck, they're fresh!.\n\nSetting the tortillas aside, you finish tying the trash and toss it into a corner.\n\nYou haven't quite 'taken it out', but at least you've covered up the smell for now." L_.str.956: ## @.str.956 .asciz "With all the grace and dexterity of a starving animal, you harpoon the side of the beer can with the can opener and steady the can against your mouth, as the most foul stream of alcohol you've ever tasted slams down your gullet.\n\nIt's still beer, though, so you shotgun it down expertly, determined to put the calories and buzz to good use.\n\nExhaling triumphantly, you indulge the urge to crush the can against your adventurous skull and lob it in an upwards arc towards the trash can:\n\n" L_.str.957: ## @.str.957 .asciz "The crushed can hits the wall and unceremoniously bounces off the lip of the trash can. There were no stakes and no one watching, but you feel disappointed in yourself regardless. This kills your buzz off before it could even take hold, and the shotgunned beer now sits souring in your stomach, offering no solace from your hunger.\n" L_.str.958: ## @.str.958 .asciz "As if in slow motion, the can travels in a perfect parabola into the trash can, landing gently into the pile as if being carried by angels.\n\nThere were no stakes and no one watching, but you can hear ecstatic cheers ringing through your ears.\n\nThat, or the buzz is already starting to take effect from all that shotgunned beer. Either way, you're definitely not complaining about the boost in your mood.\n\nYou get the feeling that this event has affected more than just your self-esteem." L_.str.959: ## @.str.959 .asciz "Something broke in the RNG machine \302\257|_(\343\203\204)_/\302\257 Try again?" L_.str.960: ## @.str.960 .asciz "tomato" L_.str.961: ## @.str.961 .asciz "TOMATO" L_.str.962: ## @.str.962 .asciz "Tomato was added to your inventory!" L_.str.963: ## @.str.963 .asciz "beans" L_.str.964: ## @.str.964 .asciz "BEANS" L_.str.965: ## @.str.965 .asciz "Beans were added to your inventory! They got jalapenos in em. mmmmm" L_.str.966: ## @.str.966 .asciz "onion" L_.str.967: ## @.str.967 .asciz "ONION" L_.str.968: ## @.str.968 .asciz "Onions were added to your inventory!" L_.str.969: ## @.str.969 .asciz "spices" L_.str.970: ## @.str.970 .asciz "SPICES" L_.str.971: ## @.str.971 .asciz "Spices were added to your inventory! What kind?? The best kind!! All your favorites are here!" L_.str.972: ## @.str.972 .asciz "meat" L_.str.973: ## @.str.973 .asciz "MEAT" L_.str.974: ## @.str.974 .asciz "Meat was added to your inventory - unless you're a vegetarian/vegan, then it's plant-based protein, I promise." L_.str.975: ## @.str.975 .asciz "IM" L_.str.976: ## @.str.976 .asciz "im" L_.str.977: ## @.str.977 .asciz "READY" L_.str.978: ## @.str.978 .asciz "ready" L_.str.979: ## @.str.979 .asciz "It's time. You are more than eager to eat this thing, even if the recipe admittedly doesn't look like a very good one.\n\nYou're about to enter an RNG cooking event, so here's a chance at some extra points:\n\n" L_.str.980: ## @.str.980 .asciz "QUESTION 1: What is 'J's actual name?\n" L_.str.981: ## @.str.981 .asciz "Jim" L_.str.982: ## @.str.982 .asciz "Him" L_.str.983: ## @.str.983 .asciz "CORRECT\n\nThe fact that you remembered means that you read nearly every post-it note, or you have an amazing memory. 1 point added!" L_.str.984: ## @.str.984 .asciz "INCORRECT\n\nHis name is 'Jim', but that's ok. I wouldn't want to read any more of his post-it notes than I have to, either." L_.str.985: ## @.str.985 .asciz "QUESTION 2: What is 'H's actual name?\n" L_.str.986: ## @.str.986 .asciz "HELEN" L_.str.987: ## @.str.987 .asciz "Helen" L_.str.988: ## @.str.988 .asciz "helen" L_.str.989: ## @.str.989 .asciz "CORRECT\n\nThat was on *1* post-it in the entire game! Excellent work! You're a true sleuther, aren't ya? 3 points added!" L_.str.990: ## @.str.990 .asciz "INCORRECT - This one was a toughie. Her name is 'Helen', and it was only on one post-it in the entire game. No worries." L_.str.991: ## @.str.991 .asciz "QUESTION 3: What's the FIRST NAME of the student who wrote this door's code?\n" L_.str.992: ## @.str.992 .asciz "MEREDITH" L_.str.993: ## @.str.993 .asciz "meredith" L_.str.994: ## @.str.994 .asciz "Meredith" L_.str.995: ## @.str.995 .asciz "CORRECT\n\nYou cheated and looked this up, huh? ( \315\241\302\260 \315\234\312\226 \315\241\302\260) That's ok...you won't forget my name again, right? (\342\211\226\342\200\277\342\211\226)\n\nUnless you're my significant other playtesting this game. Hey Barry. Can you take out the trash please? Thanks <3" L_.str.996: ## @.str.996 .asciz "INCORRECT - Did you mispell my name? That's alright, you won't mispell it again, will you? (\342\211\226\342\200\277\342\211\226)\n\nIt's M-E-R-E-D-I, not M-E-R-I-D-E. And my last name is a BIRD, dude! Cmon." L_.str.997: ## @.str.997 .asciz "----------------------------------------------" L_.str.998: ## @.str.998 .asciz "In a fit of Deus Ex Machina, you find some matches in your pocket. You can light the burners on the stove now!\n\nAlright, no more fooling around. Time to cook!\nThe RNG will add a number from 1-10 of your ingredients, then take the average. After that, it will add your extra credit points to your total score." L_.str.999: ## @.str.999 .asciz "You take %d tomato(s) and put them in a bowl with oil." L_.str.1000: ## @.str.1000 .asciz "Next, you dice %d onion(s), strong and tasty. You throw the mixture into a pot and boil on the stove." L_.str.1001: ## @.str.1001 .asciz "Whatever kind of meat this is, it doesn't matter - you add %d to the mixture." L_.str.1002: ## @.str.1002 .asciz "The beans have jalapeno peppers in 'em - mmmm - very necessary for this recipe. You add %d to the pot" L_.str.1003: ## @.str.1003 .asciz "Lastly, can't forget the spice!! It's the heart of the art of the cooking, after all. You add %d to the mixture and stir vigorously." L_.str.1004: ## @.str.1004 .asciz "\n\nYou warm the tortillas to a crisp on the burner next to the pot, then transfer to a clean plate you procured from the dish rack. They sound really nice when they break." L_.str.1005: ## @.str.1005 .asciz "You wish you had one, or two, or three, or four, or seven beers to wash this down with, but you're realizing now it's probably a godsend you got to shotgun 1 beer, given your circumstances." L_.str.1006: ## @.str.1006 .asciz "--------------------------------------------------------------------" L_.str.1007: ## @.str.1007 .asciz "Your RNG score : %lf\n" L_.str.1008: ## @.str.1008 .asciz "Your RNG score average : %d\n\n" L_.str.1009: ## @.str.1009 .asciz "FINAL SCORE : %d\n\n" L_.str.1010: ## @.str.1010 .asciz "You eat the chili con carne with reckless abandon, not even bothering to fish a utensil out of the clean dishes. Your appetite is quickly sated, but you keep eating, feeling a keen sense of spite replacing the space your hunger occupied.\n\nAs you scoop the remnants of the Chili Con Carne out of the pan with your hands, you feel a stomachache set in. This is not a hindrance to your adventurous spirit, however, as you're absolutely determined to pick a better door this time.\n\nYou always hated cooking anyway.\n\n\nLOST IN THE SAUCE : ENDING 1" L_.str.1011: ## @.str.1011 .asciz "You fish a spoon out of the clean dishes pile, and get to work on the Chili Con Carne fresh out of the pan. It's not exactly what you expected, but given these crazy circumstances, you'd say you ended up cooking a pretty decent meal for yourself. Your mom would be so proud.\nWell, she might not be proud that you chose a really lousy door for your adventure, but at least you can get back to it after this.\nYou avoid a stomachache, but feel as if your recipe was lacking somehow...couldn't be the spices, you definitely didn't forget those.\n\nMaybe you'll add more salt next time, you think, as you push through the door you came through with a renewed vigor and 1 less appetite." L_.str.1012: ## @.str.1012 .asciz "\n\n\nLOST IN THE SAUCE : ENDING 2" L_.str.1013: ## @.str.1013 .asciz "Your palette having been refined by this stressful experience, you take a moment to set the mood. You tuck a napkin into your shirt collar, and procure a bowl, spoon, and tablemat from the clean dish rack. You light the solitary candle on the nearby table with your Deus-Ex-Machina machtes.\n\nNo need to rush this exquisite experience. You're a post-it reading, clue-sleuthing machine in your prime, and so is this Chili Con Carne you're about to eat - and you know you deserve it. Using your crisp tortillas and spoon in tandem, you relish eat bite, taking moments here and there to kiss your fingers like an Italian chef to your cooking expertise.\n\nYou may not be able to get an adventurer buff from this food, but in your heart, you get a buff to your intelligence and charisma.\nThat's right. You're the greatest adventurer there ever was. You can conquer any door, now. You'd conquer ALL of them if you wanted to.\n\nHaving conquered this Chili Con Carne, you're certainly ready for it. Striding through the exit with perfect poise, you're ready to tackle the next door." L_.str.1014: ## @.str.1014 .asciz "\n\n\nLOST IN THE SAUCE : ENDING 3" L_.str.1015: ## @.str.1015 .asciz "No, you're not. {\340\262\240 \312\226 \340\262\240}\n\nGo find the 5 ingredients first!" L_.str.1016: ## @.str.1016 .asciz "debug" L_.str.1017: ## @.str.1017 .asciz "inventory[9] has been set to true." L_.str.1018: ## @.str.1018 .asciz "debug1" L_.str.1019: ## @.str.1019 .asciz "All items added to inventory." L_.str.1020: ## @.str.1020 .asciz "CHILI CON CARNE\n\nType 'IM READY' when you're ready to cook\n\n" L_.str.1021: ## @.str.1021 .asciz "You found all 5 notes, completing the recipe!! Great job!\n\nIf you haven't already - start collecting your ingredients.\nOnce you've collected all 5 ingredients, type:\n\nIM READY\n\nto complete your final challenge!" L_.str.1022: ## @.str.1022 .asciz "Message: " L_.str.1023: ## @.str.1023 .asciz "%d " L_.str.1024: ## @.str.1024 .asciz "Decode the message: " L_.str.1025: ## @.str.1025 .asciz "Enter lowercase guess for %d: " L_.str.1026: ## @.str.1026 .asciz "Try again. Enter lowercase guess for %d: " L_.str.1027: ## @.str.1027 .asciz "You are free." L_.str.1028: ## @.str.1028 .asciz "You decoded the message, but now you must enter 3 test scores: " L_.str.1029: ## @.str.1029 .asciz "Enter score: " L_.str.1030: ## @.str.1030 .asciz "Your test score average is: %.2lf \n" L_.str.1031: ## @.str.1031 .asciz "You rolled: " L_.str.1032: ## @.str.1032 .asciz "they rolled: " L_.str.1033: ## @.str.1033 .asciz "%d " L_.str.1034: ## @.str.1034 .asciz "\n\nYou walked into a secret casino." L_.str.1035: ## @.str.1035 .asciz "The door closes behind you." L_.str.1036: ## @.str.1036 .asciz "The only way to leave is to play a game Dice Average." L_.str.1037: ## @.str.1037 .asciz "\nRules:" L_.str.1038: ## @.str.1038 .asciz "- Each turn, you and two other players will choose if you wish to roll %d dice.\n" L_.str.1039: ## @.str.1039 .asciz "- The average number of the %d dice are added to your score.\n" L_.str.1040: ## @.str.1040 .asciz "- Who ever can get their score closest to %d wins. If your score goes above %d then you loose.\n" L_.str.1041: ## @.str.1041 .asciz "- Before each turn, the dice values increase." L_.str.1042: ## @.str.1042 .asciz "- After each turn, you will get an opportunity to roll again or stop rolling." L_.str.1043: ## @.str.1043 .asciz "- If you choose to stop rolling, you can no longer roll for the rest of the game." L_.str.1044: ## @.str.1044 .asciz "instructions_room_37" L_.str.1045: ## @.str.1045 .asciz "You open a door and you find 3 monsters standing right in front of you.\n\n" L_.str.1046: ## @.str.1046 .asciz "You must take on one monster to prove your authority over them.\n" L_.str.1047: ## @.str.1047 .asciz "You can\n" L_.str.1048: ## @.str.1048 .asciz "-> Press 1 to tackle Godzilla\n" L_.str.1049: ## @.str.1049 .asciz "-> Press 2 to tackle King Ghidorah\n" L_.str.1050: ## @.str.1050 .asciz "-> Press 3 to tackle King Kong\n\n" L_.str.1051: ## @.str.1051 .asciz "Unlike the movies just defeating one of them will show your courage to others and they will back out.\n\n" L_.str.1052: ## @.str.1052 .asciz "What is your choice Hero?\n" L_.str.1053: ## @.str.1053 .asciz "You guessed right. Congrats\n" L_.str.1054: ## @.str.1054 .asciz "Your guess is greater than the number" L_.str.1055: ## @.str.1055 .asciz "Your guess is less than the number" L_.str.1056: ## @.str.1056 .asciz "Enter your guess between %d and %d inclusive\n" L_.str.1057: ## @.str.1057 .asciz "output.txt" L_.str.1058: ## @.str.1058 .asciz "\nYou reverse the time stop on DIO for 9 seconds." L_.str.1059: ## @.str.1059 .asciz "You find a road roller, crush him with it, and throw a flurry of punches at it." L_.str.1060: ## @.str.1060 .asciz "After the 9 seconds pass the road roller explodes killing DIO, you win." L_.str.1061: ## @.str.1061 .asciz "Check your ouput file for your win screen\n" L_.str.1062: ## @.str.1062 .asciz "ORA ORA ORA\n" L_.str.1063: ## @.str.1063 .asciz "\nYour health drops below zero and DIO crushes you with a road roller, you are dead\n" L_.str.1064: ## @.str.1064 .asciz "Check your ouput file for your lose screen\n" L_.str.1065: ## @.str.1065 .asciz "GAME OVER GAME OVER GAME OVER\n" L_.str.1066: ## @.str.1066 .asciz "\nYou acquire the requiem arrow and undergo a transformation making you the strongest on earth." L_.str.1067: ## @.str.1067 .asciz "Diavolo attempts to use epitaph to attack, but has his attack is automatically deflected by Golden Experience Requiem." L_.str.1068: ## @.str.1068 .asciz "You place him in an infinite death loop and become the ultimate gang star." L_.str.1069: ## @.str.1069 .asciz "MUDA MUDA MUDA\n" L_.str.1070: ## @.str.1070 .asciz "\nYour health drops below zero and King Crimson punches you straight through the chest, you are dead\n" L_.str.1071: ## @.str.1071 .asciz "\nAttacks: " L_.str.1072: ## @.str.1072 .asciz "1. ORA Rush" L_.str.1073: ## @.str.1073 .asciz "2. Star Finger" L_.str.1074: ## @.str.1074 .asciz "3. Block" L_.str.1075: ## @.str.1075 .asciz "Choose a move" L_.str.1076: ## @.str.1076 .asciz "You and DIO trade close range consecutive blows\n" L_.str.1077: ## @.str.1077 .asciz "You deal %d points of damage\n" L_.str.1078: ## @.str.1078 .asciz "You take %d points of damage\n" L_.str.1079: ## @.str.1079 .asciz "Your health %d, DIO health %d\n" L_.str.1080: ## @.str.1080 .asciz "You extend your forefinger to attack DIO, and he counters with a knife throw\n" L_.str.1081: ## @.str.1081 .asciz "DIO stops time for 3 seconds and throws enough knives to surround you from all sides, this is equivalent to %d points of damage. \n" L_.str.1082: ## @.str.1082 .asciz "Luckily you and DIO have the same type of stand and you are able to deflect all the knives at the last second" L_.str.1083: ## @.str.1083 .asciz "You take no points of damage" L_.str.1084: ## @.str.1084 .asciz "invalid input, try again." L_.str.1085: ## @.str.1085 .asciz "\nAttacks:" L_.str.1086: ## @.str.1086 .asciz "1. MUDA Rush" L_.str.1087: ## @.str.1087 .asciz "2. Create life" L_.str.1088: ## @.str.1088 .asciz "3. Life shot" L_.str.1089: ## @.str.1089 .asciz "You and Diavola trade close range consecutive blows\n" L_.str.1090: ## @.str.1090 .asciz "You create a piranha out of some rocks next to you and they seek out Diavolo, he counters with a time erase followed by a devastating punch\n" L_.str.1091: ## @.str.1091 .asciz "You punch Diavolo and imbue him with life energy, this puts him into an out of body mindstate making him vulnerable to taking more damage. \n" L_.str.1092: ## @.str.1092 .asciz "The attack lands and deals %d points of damage\n" L_.str.1093: ## @.str.1093 .asciz "Upon exiting this state, Diavolo responds with Epitaph allowing him to move into the future and land a devasting blow of his own. " L_.str.1094: ## @.str.1094 .asciz "\nYour average damage was %.2f\n" L_.str.1095: ## @.str.1095 .asciz "You both kill eachother" L_.str.1096: ## @.str.1096 .asciz "What is the average of above numbers?\n" L_.str.1097: ## @.str.1097 .asciz "%le" L_.str.1098: ## @.str.1098 .asciz "Congrats you guessed the average correctly\n" L_.str.1099: ## @.str.1099 .asciz "Sorry the average is %lf\n" L_.str.1100: ## @.str.1100 .asciz "You chose the demonic looking door\n" L_.str.1101: ## @.str.1101 .asciz "The stone door budges open slowly to reveal a sinsiter cave with what looks like lava cracks lining the walls dimly lighing up the cave" L_.str.1102: ## @.str.1102 .asciz "The cave is very sketchy so you decide that if you feel threatened you will simply run back out the door and you can start over.\n" L_.str.1103: ## @.str.1103 .asciz "If you wish to leave now press 777, otherwise enter any other number\n" L_.str.1104: ## @.str.1104 .asciz "After walking for a while you stumble upon a weird reflective crystal wall. Every time you touch it, the area that was touched glowed like a weird finger painting wall.\n" L_.str.1105: ## @.str.1105 .asciz "You start drawing and after writing words realize it inverses the capitalization of letters.\n" L_.str.1106: ## @.str.1106 .asciz "You decide to write a lowercase word and see what happens\n" L_.str.1107: ## @.str.1107 .asciz "Insert text:\n" L_.str.1108: ## @.str.1108 .asciz "The wall repeats back: " L_.str.1109: ## @.str.1109 .asciz "You then decide to try writing an uppercase word\n" L_.str.1110: ## @.str.1110 .asciz "It's a neat novelty but it gets old quickly so you continue on.\n" L_.str.1111: ## @.str.1111 .asciz "You keep going into a cave when suddently around a corner you see a deep gorge with a lava river at the bottom.\n" L_.str.1112: ## @.str.1112 .asciz "You find a bridge and decide to cross it despite how unstable it is, like the one they cross over the lava moat in shrek\n" L_.str.1113: ## @.str.1113 .asciz "You cross it and immidetly it colaspes into the lava, and you find that foreward is only a dead end, oh no.\n" L_.str.1114: ## @.str.1114 .asciz "You look around and realize up ahead is just a dead end without a way out. You turn back to see theres no way to get off of this small cave in front of the" L_.str.1115: ## @.str.1115 .asciz "Just as panic begins to set in, you suddently wake up and find yourself at home in bed. You realize everything was just a dream. Or was it really?\n" L_.str.1116: ## @.str.1116 .asciz "idolnote.txt" L_.str.1117: ## @.str.1117 .asciz "You chose the ancient angelic door\n" L_.str.1118: ## @.str.1118 .asciz "You walk in and all of a sudden find yourself in a peaceful rainforest next to a waterfall.\n" L_.str.1119: ## @.str.1119 .asciz "You walk forward into the forest and find a temple, in the middle of which is an altar with a pair of golden die on the altar.\n" L_.str.1120: ## @.str.1120 .asciz "A loud and deep disembodied voice begins to speak and says:\n" L_.str.1121: ## @.str.1121 .asciz "Welcome, %s, to the temple of Shangri-La.\n" L_.str.1122: ## @.str.1122 .asciz "I noticed your name is %ld letters long, very well.\n" L_.str.1123: ## @.str.1123 .asciz "This temple contains a pair of ancient die used to decide the fates of people each year in the ancient civilization that used to be here, but since the civilization died out centuries ago, the die have sat here waiting for another person to use them.\n" L_.str.1124: ## @.str.1124 .asciz "Roll the die, if you get an even tally, you get good fortune, however, roll an odd tally, you will die instantly.\n" L_.str.1125: ## @.str.1125 .asciz "press 1 to roll die\n" L_.str.1126: ## @.str.1126 .asciz "*rolls die*\n" L_.str.1127: ## @.str.1127 .asciz "First dice was %d and the second one was %d\n" L_.str.1128: ## @.str.1128 .asciz "Your total number is %d\n" L_.str.1129: ## @.str.1129 .asciz "The average of that roll was %.2f\n" L_.str.1130: ## @.str.1130 .asciz "%s, unfortunately you have recieved an odd total.\n" L_.str.1131: ## @.str.1131 .asciz "You Died\n" L_.str.1132: ## @.str.1132 .asciz "%s, you got a 7, but unfortunately in this case it is not a lucky number\n" L_.str.1133: ## @.str.1133 .asciz "Congratulation, %s, you have been chosen by the ancient gods to recieve a gift from the heavens.\n" L_.str.1134: ## @.str.1134 .asciz "That gift is being able to go home alive. You probably don't want to stay here for the rest of your life despite it's beauty, and you would have a hard time making it home seeing that the door disapeared right as you stepped through it.\n" L_.str.1135: ## @.str.1135 .asciz "Even if you expected to get some great super power or riches, the true blessing is being able to go home after taking such a risk as rolling those dice, so i shall send you back home. Goodbye.\n" L_.str.1136: ## @.str.1136 .asciz "You suddently collapse on the ground unconscious. After an unknown amount of time, you awake in your bed at home and find a golden idol similar to the one from Indiana Jones on your nightstand next to you. There is a note that reads:\n" L_.str.1137: ## @.str.1137 .asciz "You did not choose 1\n" L_.str.1138: ## @.str.1138 .asciz "leatherjournal.txt" L_.str.1139: ## @.str.1139 .asciz "You chose the broom closet. Great.\n" L_.str.1140: ## @.str.1140 .asciz "You walk in and see it is a dim and dank medium sized room full of old wooden barrels and cleaning supplies\n" L_.str.1141: ## @.str.1141 .asciz "On one of the barrels you find an old leather journal\n" L_.str.1142: ## @.str.1142 .asciz "'It's blank' you think to yourself\n" L_.str.1143: ## @.str.1143 .asciz "Inside the cover is a pen, you decide to write in it to see if the pen still works\n" L_.str.1144: ## @.str.1144 .asciz "Enter a word:\n" L_.str.1145: ## @.str.1145 .asciz "Check leatherjournal.txt to see what you've written" L_.str.1146: ## @.str.1146 .asciz "Theres literally nothing but boring barrels and old janitorial supplies in here. I should go see what the other doors do.\n" L_.str.1147: ## @.str.1147 .asciz "You decide to go back to the closet door and prepare to reopen it,\n" L_.str.1148: ## @.str.1148 .asciz "\n\nAs you walk closer to the green USB, you read the message above, it states...\n" L_.str.1149: ## @.str.1149 .asciz "*******************************************************************************\n" L_.str.1150: ## @.str.1150 .asciz "* # 2 *\n" L_.str.1151: ## @.str.1151 .asciz "\nThere are two options you consider\n" L_.str.1152: ## @.str.1152 .asciz "1) Plug the green USB into the laptop.\n" L_.str.1153: ## @.str.1153 .asciz "2) Step back and view the room again.\n" L_.str.1154: ## @.str.1154 .asciz "Enter choice 1-2: " L_.str.1155: ## @.str.1155 .asciz "\nYou plug the green USB into the laptop and a window pops up...\n" L_.str.1156: ## @.str.1156 .asciz "\n\nYou are looking for the number in Column #%d and Row #%d\n\n" L_.str.1157: ## @.str.1157 .asciz "\t*******\n" L_.str.1158: ## @.str.1158 .asciz "\t " L_.str.1159: ## @.str.1159 .asciz "\n\n 'I suggest that you keep that number in mind'\n\n" L_.str.1160: ## @.str.1160 .asciz "\nYou step back and view the room again.\n" L_.str.1161: ## @.str.1161 .asciz "\n\nAs you walk closer to the blue USB, you read the message above, it states...\n" L_.str.1162: ## @.str.1162 .asciz "* # 3 *\n" L_.str.1163: ## @.str.1163 .asciz "1) Plug the blue USB into the laptop.\n" L_.str.1164: ## @.str.1164 .asciz "\nYou plug in the blue USB and a calculator application pops up along with a set of numbers...\n" L_.str.1165: ## @.str.1165 .asciz "\nOver the loud speaker you hear, 'it looks like youre an AVERAGE person HAHAHAHA'\n" L_.str.1166: ## @.str.1166 .asciz "\nThe word AVERAGE sticks in your head as it was the emphasized word \n" L_.str.1167: ## @.str.1167 .asciz "\nThe set of numbers is...\n" L_.str.1168: ## @.str.1168 .asciz "\n7 3 5 6 9 1 3 2 6\n" L_.str.1169: ## @.str.1169 .asciz "\nYou add all of those number up in the calculator to get %d" L_.str.1170: ## @.str.1170 .asciz "\nYou then divide by 9 in order to calculate the average\n" L_.str.1171: ## @.str.1171 .asciz "\nYou are looking for the number that appears the most in the solution\n" L_.str.1172: ## @.str.1172 .asciz "\nThe calculator reads...\n" L_.str.1173: ## @.str.1173 .asciz "\t*********\n" L_.str.1174: ## @.str.1174 .asciz "\t%f\n" L_.str.1175: ## @.str.1175 .asciz "\t*********\n\n" L_.str.1176: ## @.str.1176 .asciz "\nYou step back and view the room again" L___const.redUSB26.prompt: ## @__const.redUSB26.prompt .asciz "Room26Password" .p2align 4 ## @__const.redUSB26.message L___const.redUSB26.message: .asciz "All You have 2 Do 1s C0unt the Number 0f digits in Th1s Sentence" L_.str.1177: ## @.str.1177 .asciz "\n\nAs you walk closer to the red USB, you read the message above, it states...\n" L_.str.1178: ## @.str.1178 .asciz "* # 1 *\n" L_.str.1179: ## @.str.1179 .asciz "1) Plug the red USB into the laptop.\n" L_.str.1180: ## @.str.1180 .asciz "2) Step back and look at the room again.\n" L_.str.1181: ## @.str.1181 .asciz "\nYou plug in the red USB and two screens side by side pop up..." L_.str.1182: ## @.str.1182 .asciz "\nThe screen looks identical, except for one thing missing..." L_.str.1183: ## @.str.1183 .asciz "\nThere is a paragraph missing on the second page" L_.str.1184: ## @.str.1184 .asciz "\nOn the left side it reads...\n" L_.str.1185: ## @.str.1185 .asciz "\n\t%s\n\n" L_.str.1186: ## @.str.1186 .asciz "\nNow you do what any person would...you copy the missing paragraph into the screen on the right\n" L_.str.1187: ## @.str.1187 .asciz "Enter the string: " L_.str.1188: ## @.str.1188 .asciz "\nA new window pops up and over the speaker you hear...\n" L_.str.1189: ## @.str.1189 .asciz "\t'Congratulations you can copy me, but can you count correctly? HAHAHA'\n" L_.str.1190: ## @.str.1190 .asciz "\nA brand new window pops up on the laptop with one sentence...\n" L_.str.1191: ## @.str.1191 .asciz "\nOh im sorry you cant follow my instructions...I guess you will have to try again to get the answer...\n\n" L_.str.1192: ## @.str.1192 .asciz "\nAs you walk closer to the door on the other side you see a high-tech keypad lock...\n" L_.str.1193: ## @.str.1193 .asciz "\nAgain you hear the scary deep voice...\n" L_.str.1194: ## @.str.1194 .asciz "\t'This could be your great escape...but wait...do you know the password...MUAHAHAHAHAHA'\n" L_.str.1195: ## @.str.1195 .asciz "\nYou view the keypad lock again..." L_.str.1196: ## @.str.1196 .asciz "\nThe numbers range from 0-9...\n" L_.str.1197: ## @.str.1197 .asciz "\nYou see slots for only three numbers so suddenly you realize the importance of the messages above each USB drive\n" L_.str.1198: ## @.str.1198 .asciz "1) Enter the three digit passcode.\n" L_.str.1199: ## @.str.1199 .asciz "\n\n%d\n\n" L_.str.1200: ## @.str.1200 .asciz "\nYou are nervous as you walk closer to the keypad...\n\n" L_.str.1201: ## @.str.1201 .asciz "*************\n" L_.str.1202: ## @.str.1202 .asciz "* 1 | 2 | 3 *\n" L_.str.1203: ## @.str.1203 .asciz "* 4 | 5 | 6 *\n" L_.str.1204: ## @.str.1204 .asciz "* 7 | 8 | 9 *\n" L_.str.1205: ## @.str.1205 .asciz "* | 0 | *\n" L_.str.1206: ## @.str.1206 .asciz "Enter your three digits (Format: 000)\n" L_.str.1207: ## @.str.1207 .asciz "\nYou hear the door unlock and it creeps open...\n" L_.str.1208: ## @.str.1208 .asciz "\nThe sunlight floods the room, and you realize that you have won..." L_.str.1209: ## @.str.1209 .asciz "\n 'Congratulations you live to see another day out in the world'\n" L_.str.1210: ## @.str.1210 .asciz "\nFreedom at last!\n" L_.str.1211: ## @.str.1211 .asciz "\n\n\nYOU HAVE WON THE GAME AND ARE NOW FREE TO GO THROUGH THE DOOR AS A SHEET OF GLASS NOW COVERS THE BOTTOMLESS PIT.\n\n\n" L_.str.1212: ## @.str.1212 .asciz "\nYou hear a siren go off and the room starts to light up red indicating that you have not given the correct password...\n" L_.str.1213: ## @.str.1213 .asciz "\nThe deep voice comes back... 'It looks like you have not won the game yet, why don't you go back and study more...or else...'\n\n" L_.str.1214: ## @.str.1214 .asciz "Do you open the door? [Y]es [N]o : " L_.str.1215: ## @.str.1215 .asciz "1. You attempt to charm the dragon" L_.str.1216: ## @.str.1216 .asciz "2. You prepare your weapon for battle" L_.str.1217: ## @.str.1217 .asciz "3. You turn around and flee for dear life" L_.str.1218: ## @.str.1218 .asciz "\nChoice : " L_.str.1219: ## @.str.1219 .asciz "./room19/room19_Toasty.txt" L_.str.1220: ## @.str.1220 .asciz "./room19/room19_Flames.txt" L_.str.1221: ## @.str.1221 .asciz "./room19/room19_Ending3.txt" L_.str.1222: ## @.str.1222 .asciz "1. Do you open the door that is 50 feet in fron of you?" L_.str.1223: ## @.str.1223 .asciz "2. Do you simplay stand there and wait for the noise to get clearer on it's own?" L_.str.1224: ## @.str.1224 .asciz "3. There is an old, oriental gentleman in the corner which is lit up by a torch. Do you approach him?" L_.str.1225: ## @.str.1225 .asciz "4. Your 4th grade English teacher says they can help you with something. Select this option to see what they're talking about" L_.str.1226: ## @.str.1226 .asciz "5. Answer some basic questions" L_.str.1227: ## @.str.1227 .asciz "You can also enter 99 to exit!" L_.str.1228: ## @.str.1228 .asciz "Pick a number between 1 and 10" L_.str.1229: ## @.str.1229 .asciz " " L_.str.1230: ## @.str.1230 .asciz "*" L_.str.1231: ## @.str.1231 .asciz "Woooaaahhh get ready for Hyper Drive \n" L_.str.1232: ## @.str.1232 .asciz "Please enter how many games you want to play.\n" L_.str.1233: ## @.str.1233 .asciz "Enter the amount of Flurbos that you will need for that game, one by one\n" L_.str.1234: ## @.str.1234 .asciz "You will need an average of %.2f Flurbos, for your first time at Blips\n" L___const.planets.keyword: ## @__const.planets.keyword .asciz "Red" L___const.planets.pharase: ## @__const.planets.pharase .asciz "How" L_.str.1235: ## @.str.1235 .asciz "your choices are 1.Alphabetrum, 2.Bird World, or 3.Unity's Planet" L_.str.1236: ## @.str.1236 .asciz "Morty Narrating.... \n" L_.str.1237: ## @.str.1237 .asciz "Cool, we are heading to Alphabetrum \n" L_.str.1238: ## @.str.1238 .asciz "This planet is inhabited by an ancient race who resemble giant letters of various alphabets. It's ruled by a council, which consists of Helium-Q, Magnesium-J, and Hydrogen-F" L_.str.1239: ## @.str.1239 .asciz "It's the homeworld of Ice-T, an exiled native of Alphabetrium who became a well known rapper on Earth. After Ice-T saved Earth from being destroyed by the Cromulons, the elders of Alphabetrium received word from across the galaxy of Ice-T's heroism and relieved him of his exile, granting him of his true form Water-T.\n" L_.str.1240: ## @.str.1240 .asciz "Wait what is that noise? Oh wait I think there is something wrong with the space cruiser \n" L_.str.1241: ## @.str.1241 .asciz "Quick we need to fix these warnings, please type Red to cancel all the warning buttons that are going off \n" L_.str.1242: ## @.str.1242 .asciz "Red" L_.str.1243: ## @.str.1243 .asciz "Great you fix all the warnings !! \n" L_.str.1244: ## @.str.1244 .asciz "We can continue our jouney \n" L_.str.1245: ## @.str.1245 .asciz "Lets hope Rick does not find out about this\n" L_.str.1246: ## @.str.1246 .asciz "Hurry, please type Red to cancel all the warining buttons that are going off \n" L_.str.1247: ## @.str.1247 .asciz "Cool, we are heading to Bird World \n" L_.str.1248: ## @.str.1248 .asciz "Bird World is the planet where Birdperson lives. TV-signals from Earth take 20 years to reach this planet, meaning it's 20 light-years away from Earth, Rick claims that Bird world is over 6,000 light years away. \n" L_.str.1249: ## @.str.1249 .asciz "Bird People live in wooden structures often incorporated into trees, but do possess technology like TV. They primarily eats worms and have worm ranches around on the planet. When sending messages they may tend to use robotic eggs with hologram messages. In Bird culture, mate-melding is the equivalent of marriage on Earth." L_.str.1250: ## @.str.1250 .asciz "Seems like we are having some engine problems we are going to have to stay here untill we can get it fix. \n" L_.str.1251: ## @.str.1251 .asciz "Whats this, looks like rick left us a note lets sees what it says\n" L_.str.1252: ## @.str.1252 .asciz "Cool, we are heading to Unity's Planet \n" L_.str.1253: ## @.str.1253 .asciz "The planet Unity was entirely assimilated, and plans to use to assimilate the Galactic Federation. However, Unity left the planet with its people following certain events with Rick. \n" L_.str.1254: ## @.str.1254 .asciz "Oh wait something is off...\n" L_.str.1255: ## @.str.1255 .asciz "Morty starts being worried, freaking out, Oh noooo....\n" L_.str.1256: ## @.str.1256 .asciz "Game Host Speaking. Hello and welcome to How Did I Get Here? \n" L_.str.1257: ## @.str.1257 .asciz "Welcome guest, now I know you were traveling to a different destination..\n" L_.str.1258: ## @.str.1258 .asciz "Now you can find your self on top of a random streetlight.\n" L_.str.1259: ## @.str.1259 .asciz "Host hurry please type the key phrase to return back to your destination before your ship falls from the top of the street light" L_.str.1260: ## @.str.1260 .asciz "How" L_.str.1261: ## @.str.1261 .asciz "Great we are out of that Alien Game show !! \n" L_.str.1262: ## @.str.1262 .asciz "Hurry I think the phrase is How. \n" L___const.goodBye.message: ## @__const.goodBye.message .asciz "Good Bye" L_.str.1263: ## @.str.1263 .asciz "note.txt" L_.str.1264: ## @.str.1264 .asciz "Oh never mind, it wasn't a note\n" L_.str.1265: ## @.str.1265 .asciz "You are walking down a hallway and at the end you see a light" L_.str.1266: ## @.str.1266 .asciz "you walk toward the light and see one final door" L_.str.1267: ## @.str.1267 .asciz "in order to unlock the door you need to guess a number 1-100" L_.str.1268: ## @.str.1268 .asciz "Enter a guess: " L_.str.1269: ## @.str.1269 .asciz "Lower \n" L_.str.1270: ## @.str.1270 .asciz "Higher \n" L_.str.1271: ## @.str.1271 .asciz "Congrats you have escaped! \n" L_.str.1272: ## @.str.1272 .asciz "Returning to the main menu \n" .section __TEXT,__const .p2align 4 ## @__const.mbchoice2.mbstring l___const.mbchoice2.mbstring: .asciz "Lakers\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.1273: ## @.str.1273 .asciz "In order to exit enter the password given to you correctly \n" L_.str.1274: ## @.str.1274 .asciz "Hint: Password was given earlier in the game\n" L_.str.1275: ## @.str.1275 .asciz "Enter the password: " L_.str.1276: ## @.str.1276 .asciz "Password Accepted! \n" L_.str.1277: ## @.str.1277 .asciz "You have escaped! \n" L_.str.1278: ## @.str.1278 .asciz "\nReturning to the main menu\n" L_.str.1279: ## @.str.1279 .asciz "Password not accepted \n" L_.str.1280: ## @.str.1280 .asciz "\nYou are trapped down here FOREVER\n" L_.str.1281: ## @.str.1281 .asciz "Entering Mining Mountain...\n" L_.str.1282: ## @.str.1282 .asciz "Miner: Welcome to Pitcoin mining! You can mining your Pitcoin as many as you want. But the amount will be random. So GL!" L_.str.1283: ## @.str.1283 .asciz "Please select.\n1. Mining Pitcoin\n0. Exit" L_.str.1284: ## @.str.1284 .asciz "Exiting Mining Mountain..." L_.str.1285: ## @.str.1285 .asciz "Miner: You seems like you need some help. Here, take this new Pickaxe." L_.str.1286: ## @.str.1286 .asciz "*Got new Pickaxe!*" L_.str.1287: ## @.str.1287 .asciz "You earned [%d] Pitcoin!\n" L_.str.1288: ## @.str.1288 .asciz "[!Your pickaxe has been broke!]" L_.str.1289: ## @.str.1289 .asciz "Miner: You don't have any pickaxe left, go to the shop and get one to continue mining." L_.str.1290: ## @.str.1290 .asciz "Please select again." L_.str.1291: ## @.str.1291 .asciz "----------You Status----------" L_.str.1292: ## @.str.1292 .asciz "Pitcoin(s): %d\nAverage total Pitcoin earned from mining: %.2lf\n" L_.str.1293: ## @.str.1293 .asciz "Number of Pickaxes: %d\n" L_.str.1294: ## @.str.1294 .asciz "\nMystery Four Elements Dragon: Hey you! Stop stare like a noob and come here and play the game or something" L_.str.1295: ## @.str.1295 .asciz "Here choose your room to go.\n0. Exit 1. Flip a Coin 3. VIP room" L_.str.1296: ## @.str.1296 .asciz "Exiting Casino Dungeon..." L_.str.1297: ## @.str.1297 .asciz "Mystery Four Elements Dragon: Good! The rule is simple, if you win, you get double of amounts you bet. But if you lose, you lose your bet.\nHow much Pitcoin are you going to bet?" L_.str.1298: ## @.str.1298 .asciz "Pitcoin(s) you have right now: %d\nAmount to bet: " L_.str.1299: ## @.str.1299 .asciz "Mystery Four Elements Dragon: You can't bet negative or zero amount..." L_.str.1300: ## @.str.1300 .asciz "Mystery Four Elements Dragon: You don't have enough Pitcoins to do that... Go lower or I will blow you off with my wind breath." L_.str.1301: ## @.str.1301 .asciz "Mystery Four Elements Dragon: Now, pick 1. Head OR 2. Tail" L_.str.1302: ## @.str.1302 .asciz "The crowd: LESSSS GOOOOOO!!!" L_.str.1303: ## @.str.1303 .asciz "Mystery Four Elements Dragon: I hate to say this but... \nYou just doubled your bets. Congrats!" L_.str.1304: ## @.str.1304 .asciz "The crowd: Play one more!!!" L_.str.1305: ## @.str.1305 .asciz "Mystery Four Elements Dragon: Sorry, you guessed it wrong. I'm melting all those Pitcoins with my fire breath (HooWoo~)" .section __TEXT,__const l___const.shop.shopItem: ## @__const.shop.shopItem .asciz "Pickaxe\000\000" .section __TEXT,__cstring,cstring_literals L_.str.1306: ## @.str.1306 .asciz "The Big Golem: Welcome to the GolShop, please look around and buy good ones." L_.str.1307: ## @.str.1307 .asciz "Type the item's name to buy it" L_.str.1308: ## @.str.1308 .asciz "Pickaxe - 3 Pitcoins" L_.str.1309: ## @.str.1309 .asciz "Incorrect item name. There must be a typo." L_.str.1310: ## @.str.1310 .asciz "No digits are needed." L_.str.1311: ## @.str.1311 .asciz "The Big Golem: To confirm your order, you are going to purchase " L_.str.1312: ## @.str.1312 .asciz "? [y/n] " L_.str.1313: ## @.str.1313 .asciz "Not enough Pitcoin to purchase." L_.str.1314: ## @.str.1314 .asciz "You got 1 Pickaxe." L_.str.1315: ## @.str.1315 .asciz "Cancel the order. Exiting the shop..." L_.str.1316: ## @.str.1316 .asciz "Didn't recognize the command. Exiting the shop..." L_.str.1317: ## @.str.1317 .asciz "Loyal Knight: Stop there, from here you need to pay [100] Pitcoin to enter VIP room for ONE time only." L_.str.1318: ## @.str.1318 .asciz "Do you want to pay to enter the room? ( y or n )" L_.str.1319: ## @.str.1319 .asciz "Loyal Knight: Sorry you don't have enough Pitcoin to enter. Please come back after earn enough Pitcoin," L_.str.1320: ## @.str.1320 .asciz "Loyal Knight: Hope to see you later with 100 Pitcoin..." L_.str.1321: ## @.str.1321 .asciz "Loyal Knight: Are those real Pitcoins? Let me count it. 1... 2... 3... and 100!" L_.str.1322: ## @.str.1322 .asciz "%s: Yes it is real Pitcoins... Now can I go in?\n" L_.str.1323: ## @.str.1323 .asciz "Loyal Knight: Yes of course. (Opens the door)" L_.str.1324: ## @.str.1324 .asciz "As soon as I entered, quite a few people were filling the room." L_.str.1325: ## @.str.1325 .asciz "Among them, there were elves, human, orcs, and even undeads talking with each other while drinking alcohol in suits." L_.str.1326: ## @.str.1326 .asciz "As soon as I was surprised by the fact that there is such a place in this world, an elf came to me and spoke." L_.str.1327: ## @.str.1327 .asciz "Ice Elf: You seems like you are not from here. Do you need help to get out of here my little human?" L_.str.1328: ## @.str.1328 .asciz "%s: Yes!... I need to get where I came from. Can you help me out?\n" L_.str.1329: ## @.str.1329 .asciz "Ice Elf: Mhm, this letter will show what you need to do next.\n" L_.str.1330: ## @.str.1330 .asciz "letter27.txt" L_.str.1331: ## @.str.1331 .asciz "File could not open and read.\n" L_.str.1332: ## @.str.1332 .asciz "%s: Wait... What is it saying?? I can't read this.\n" L_.str.1333: ## @.str.1333 .asciz "Ice Elf: Oh I see, I guess someone spilled their drinks here. But I can dry it up for you with my fire element." L_.str.1334: ## @.str.1334 .asciz "%s: But aren't you ice elf that uses ice element?\n" L_.str.1335: ## @.str.1335 .asciz "Ice Elf: Yeah but I can use some basic ones for all elements like how CS major people need to take general English classes lol." L_.str.1336: ## @.str.1336 .asciz "(Drys up with fire)" L_.str.1337: ## @.str.1337 .asciz "Ice Elf: Anyhow, it should be all dryed up for now. Here read it again." L_.str.1338: ## @.str.1338 .asciz "%s: Okay thank you. that letter helped me a lot :)\n" L_.str.1339: ## @.str.1339 .asciz "Ice Elf: No problem my guy. Good luck and see you if we can later." L_.str.1340: ## @.str.1340 .asciz "Exiting VIP Room..." L_.str.1341: ## @.str.1341 .asciz "Loyal Knight: I don't unterstand what you mean so I'm going to get you out here." L_.str.1342: ## @.str.1342 .asciz "(Enter any one character to Continue)" L_.str.1343: ## @.str.1343 .asciz "Are you sure you want to go back to the fairy? [y/n]" L_.str.1344: ## @.str.1344 .asciz "%s: Hey... it's me again fairy.\n" L_.str.1345: ## @.str.1345 .asciz "Fairy: What's up? You know what I want right?" L_.str.1346: ## @.str.1346 .asciz "How much Pitcoin(s) are you going to hand it to him?" L_.str.1347: ## @.str.1347 .asciz "Pitcoin(s): " L_.str.1348: ## @.str.1348 .asciz "Fairy: You don't have that much of Pitcoin. Please come with enough Pitcoins to offer." L_.str.1349: ## @.str.1349 .asciz "Fairy: This... this amount is the exact number that I was looking for!" L_.str.1350: ## @.str.1350 .asciz "%s: That's great then. So you are not going to stab this time?\n" L_.str.1351: ## @.str.1351 .asciz "Fairy: No, why would I? If you give me what I want, at that point we are BFF." L_.str.1352: ## @.str.1352 .asciz "%s: Ehhhh yeah I guess... But hurry I need to go back to my place to finish my CSC-251 project. That's due soon!\n" L_.str.1353: ## @.str.1353 .asciz "Fairy: Okay okay. I will sent you where you belong right..." L_.str.1354: ## @.str.1354 .asciz "..." L_.str.1355: ## @.str.1355 .asciz "%s: Umm... are you okay fair..?\n" L_.str.1356: ## @.str.1356 .asciz "Fairy: NOW!!!" L_.str.1357: ## @.str.1357 .asciz "(Time traveling sound)" L_.str.1358: ## @.str.1358 .asciz "%s: Whooooaahhhh~~~\n" L_.str.1359: ## @.str.1359 .asciz "The next thing I saw was me sleeping on my desk with my laptop turned on to work on a project from CSC251 all night long." L_.str.1360: ## @.str.1360 .asciz "%s: What the... Looks like I had weird dream just now.\n" L_.str.1361: ## @.str.1361 .asciz "%s: But\n" L_.str.1362: ## @.str.1362 .asciz "%s: But...\n" L_.str.1363: ## @.str.1363 .asciz "%s: But that was pretty awesome dream!! I'm going to make that to my project. (typing keyboard sounds)\n" L_.str.1364: ## @.str.1364 .asciz "Therefore, our brave CS student %s safely came to his world and had to stay all night long to code but he was happy because he knew his project will be charming and couldn't wait to turn it in...\n" L_.str.1365: ## @.str.1365 .asciz "Thank you for playing room 27 game!" L_.str.1366: ## @.str.1366 .asciz "And yes this is the good ending that everyone wanted :)" L_.str.1367: ## @.str.1367 .asciz "\t\t-fin-" L_.str.1368: ## @.str.1368 .asciz "Fairy: That's it? You shouldn't come to me then." L_.str.1369: ## @.str.1369 .asciz "(Ran away before Fairy gets his knife out...)" L_.str.1370: ## @.str.1370 .asciz "Going back to the villiage..." L_.str.1371: ## @.str.1371 .asciz "Enter a letter grade (press q to quit): " L_.str.1372: ## @.str.1372 .asciz "\nThere are " L_.str.1373: ## @.str.1373 .asciz "%u" L_.str.1374: ## @.str.1374 .asciz " A's, %u" L_.str.1375: ## @.str.1375 .asciz " B's, %u" L_.str.1376: ## @.str.1376 .asciz " C's, %u" L_.str.1377: ## @.str.1377 .asciz " D's, %u" L_.str.1378: ## @.str.1378 .asciz " F's" L_.str.1379: ## @.str.1379 .asciz "\nClass average is %.1f\n" L_.str.1380: ## @.str.1380 .asciz "How many times would you like to roll the 11 sided dice? " L_.str.1381: ## @.str.1381 .asciz "You had : \n %d ones \n %d twos \n %d threes \n %d fours \n %d fives \n %d sixes \n %d sevens \n %d eights \n %d nines \n %d tens \n %d elevens \n" L_.str.1382: ## @.str.1382 .asciz "%c is lower case \n" L_.str.1383: ## @.str.1383 .asciz "%c is not lower case \n" L_.str.1384: ## @.str.1384 .asciz "Congrats!!! You won the game!! You are a brave fighter!!" L_.str.1385: ## @.str.1385 .asciz "Ooof!! You lost the game!! Better luck next time" L_.str.1386: ## @.str.1386 .asciz "The coin lands on heads" L_.str.1387: ## @.str.1387 .asciz "Fate has decided for you to choose the door to your left" L_.str.1388: ## @.str.1388 .asciz "the coin lands on tails" L_.str.1389: ## @.str.1389 .asciz "???: Fate has decide for you to walk through the door to your right " L_.str.1390: ## @.str.1390 .asciz "codeH.txt" L_.str.1391: ## @.str.1391 .asciz "An ancient pharaoh destroyed the code \n" L_.str.1392: ## @.str.1392 .asciz "codeT.txt" L_.str.1393: ## @.str.1393 .asciz "An ancient pharaoh destroyed the code.\n" L_.str.1394: ## @.str.1394 .asciz "run away\n" L_.str.1395: ## @.str.1395 .asciz "\nYou use the Joestar Family secret technique successfully and run away from kars toward the ocean." L_.str.1396: ## @.str.1396 .asciz "Kars transforms his arms into those of a bird and chases after you." L_.str.1397: ## @.str.1397 .asciz "\nIn the distance you see an airplane or a gun, which do you choose: " L_.str.1398: ## @.str.1398 .asciz "\nYou choose to %s, but to no avail Kars kills you instantly" L_.str.1399: ## @.str.1399 .asciz "airplane\n" L_.str.1400: ## @.str.1400 .asciz "\nYou jump into the airplane and take off, this catches Kars by suprise and allows you to get a head start on your next move." L_.str.1401: ## @.str.1401 .asciz "\nYou need to come up with a plan to defeat Kars, will you fly to the nearby military base or volcano: " L_.str.1402: ## @.str.1402 .asciz "\nYou head toward the gun and choose to fire at Kars, however the bullets have no affect on the ultimate life form and he kills you instantly" L_.str.1403: ## @.str.1403 .asciz "volcano\n" L_.str.1404: ## @.str.1404 .asciz "\nYou fly toward the volcano in a last ditch effort to kill kars" L_.str.1405: ## @.str.1405 .asciz "However he launches an attack, piranhas rain down into the cabin and a squid rips apart the plane propellors." L_.str.1406: ## @.str.1406 .asciz "You are forced to crash land into the volcano." L_.str.1407: ## @.str.1407 .asciz "In that very moment, a hand pins Kars to the nose of the plane. It is your parnter Rudol Von Stroheim who was hiding in the plane.." L_.str.1408: ## @.str.1408 .asciz "You are both successfully able to crash land Kars into the lava, it seems as though you have won but this is not enough to stop Kars." L_.str.1409: ## @.str.1409 .asciz "He is able to harden his skin enough to survive being in the lava, and launches a suprise attack of his own." L_.str.1410: ## @.str.1410 .asciz "He cuts off one of your arms" L_.str.1411: ## @.str.1411 .asciz "\nYou are running out of options as you lie on the ground awaiting your death, will you try to launch an attack with hamon or the red stone of aja: " L_.str.1412: ## @.str.1412 .asciz "\nYou fly to the nearby military base hoping to be able to defeat him but Kars is able to quickly murder everyone including yourself." L_.str.1413: ## @.str.1413 .asciz "the red stone of aja\n" L_.str.1414: ## @.str.1414 .asciz "\nKars confident that he is about to finally kill you with one last hamon strike is suprised to see you use the red stone of aja to counter his attack." L_.str.1415: ## @.str.1415 .asciz "The red stone of aja amplifies the amount of hamon Kars used to attack you with and causes the volcano to erupt with a force equal to the escape velocity of earth." L_.str.1416: ## @.str.1416 .asciz "The force is enough to launch him into space where he freezes over and turns to stone. " L_.str.1417: ## @.str.1417 .asciz "You have successfully defeated Kars and saved the Earth." L_.str.1418: ## @.str.1418 .asciz "\nYou try and attack with hamon but fail miserably, Kars' hamon is hundred of times stronger than yours and so he melts you with a flurry of attacks." .subsections_via_symbols
the_stack_data/34513133.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, #10 stur w8, [x29, #-8] mov w8, #1 stur w8, [x29, #-12] stur w8, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 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 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_4: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #2 stur w8, [x29, #-8] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 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 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-8] add w8, w8, #2 stur w8, [x29, #-8] b LBB0_5 LBB0_8: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #10 stur w8, [x29, #-8] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; 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@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #2 stur w8, [x29, #-8] b LBB0_9 LBB0_12: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_13 LBB0_13: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_16 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_13 Depth=1 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 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_13 Depth=1 ldur w8, [x29, #-8] add w8, w8, #2 stur w8, [x29, #-8] b LBB0_13 LBB0_16: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #9 stur w8, [x29, #-8] b LBB0_17 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_20 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 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 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #2 stur w8, [x29, #-8] b LBB0_17 LBB0_20: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_21 LBB0_21: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_24 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-8] mul w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_23 LBB0_23: ; in Loop: Header=BB0_21 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_21 LBB0_24: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov w8, #10 stur w8, [x29, #-8] b LBB0_25 LBB0_25: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_28 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_25 Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-8] mul w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_27 LBB0_27: ; in Loop: Header=BB0_25 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-8] b LBB0_25 LBB0_28: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_29 LBB0_29: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #9 cset w8, gt tbnz w8, #0, LBB0_32 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_29 Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-8] add w9, w9, #1 mul w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_31 LBB0_31: ; in Loop: Header=BB0_29 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_29 LBB0_32: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_33 LBB0_33: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_39 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_33 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_36 b LBB0_35 LBB0_35: ; in Loop: Header=BB0_33 Depth=1 mov x9, sp mov x8, #1 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_37 LBB0_36: ; in Loop: Header=BB0_33 Depth=1 mov x9, sp mov x8, #-1 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_37 LBB0_37: ; in Loop: Header=BB0_33 Depth=1 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_33 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_33 LBB0_39: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_40 LBB0_40: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_46 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_40 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_43 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_40 Depth=1 mov x9, sp mov x8, #-1 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_44 LBB0_43: ; in Loop: Header=BB0_40 Depth=1 mov x9, sp mov x8, #1 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_44 LBB0_44: ; in Loop: Header=BB0_40 Depth=1 b LBB0_45 LBB0_45: ; in Loop: Header=BB0_40 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_40 LBB0_46: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-8] b LBB0_47 LBB0_47: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, gt tbnz w8, #0, LBB0_53 b LBB0_48 LBB0_48: ; in Loop: Header=BB0_47 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_50 b LBB0_49 LBB0_49: ; in Loop: Header=BB0_47 Depth=1 ldur w9, [x29, #-8] mov w8, #0 subs w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_51 LBB0_50: ; in Loop: Header=BB0_47 Depth=1 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 b LBB0_51 LBB0_51: ; in Loop: Header=BB0_47 Depth=1 b LBB0_52 LBB0_52: ; in Loop: Header=BB0_47 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_47 LBB0_53: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d," l_.str.1: ; @.str.1 .asciz "\nEven numbers=" l_.str.2: ; @.str.2 .asciz "\nReverse=" l_.str.3: ; @.str.3 .asciz "\nOdd numbers=" l_.str.4: ; @.str.4 .asciz "\n" l_.str.5: ; @.str.5 .asciz "\nReverse" .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 $1, -12(%rbp) movl $1, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $2, -8(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -8(%rbp), %eax addl $2, %eax movl %eax, -8(%rbp) jmp LBB0_5 LBB0_8: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $10, -8(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 cmpl $1, -8(%rbp) jl LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %eax subl $2, %eax movl %eax, -8(%rbp) jmp LBB0_9 LBB0_12: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_13: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_16 ## %bb.14: ## in Loop: Header=BB0_13 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.15: ## in Loop: Header=BB0_13 Depth=1 movl -8(%rbp), %eax addl $2, %eax movl %eax, -8(%rbp) jmp LBB0_13 LBB0_16: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $9, -8(%rbp) LBB0_17: ## =>This Inner Loop Header: Depth=1 cmpl $1, -8(%rbp) jl LBB0_20 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.19: ## in Loop: Header=BB0_17 Depth=1 movl -8(%rbp), %eax subl $2, %eax movl %eax, -8(%rbp) jmp LBB0_17 LBB0_20: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_21: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_24 ## %bb.22: ## in Loop: Header=BB0_21 Depth=1 movl -8(%rbp), %esi imull -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.23: ## in Loop: Header=BB0_21 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_21 LBB0_24: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $10, -8(%rbp) LBB0_25: ## =>This Inner Loop Header: Depth=1 cmpl $1, -8(%rbp) jl LBB0_28 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 movl -8(%rbp), %esi imull -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.27: ## in Loop: Header=BB0_25 Depth=1 movl -8(%rbp), %eax addl $-1, %eax movl %eax, -8(%rbp) jmp LBB0_25 LBB0_28: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_29: ## =>This Inner Loop Header: Depth=1 cmpl $9, -8(%rbp) jg LBB0_32 ## %bb.30: ## in Loop: Header=BB0_29 Depth=1 movl -8(%rbp), %esi movl -8(%rbp), %eax addl $1, %eax imull %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.31: ## in Loop: Header=BB0_29 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_29 LBB0_32: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_33: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_39 ## %bb.34: ## in Loop: Header=BB0_33 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_36 ## %bb.35: ## in Loop: Header=BB0_33 Depth=1 leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf jmp LBB0_37 LBB0_36: ## in Loop: Header=BB0_33 Depth=1 leaq L_.str(%rip), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF movb $0, %al callq _printf LBB0_37: ## in Loop: Header=BB0_33 Depth=1 jmp LBB0_38 LBB0_38: ## in Loop: Header=BB0_33 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_33 LBB0_39: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_40: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_46 ## %bb.41: ## in Loop: Header=BB0_40 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_43 ## %bb.42: ## in Loop: Header=BB0_40 Depth=1 leaq L_.str(%rip), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF movb $0, %al callq _printf jmp LBB0_44 LBB0_43: ## in Loop: Header=BB0_40 Depth=1 leaq L_.str(%rip), %rdi movl $1, %esi movb $0, %al callq _printf LBB0_44: ## in Loop: Header=BB0_40 Depth=1 jmp LBB0_45 LBB0_45: ## in Loop: Header=BB0_40 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_40 LBB0_46: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $1, -8(%rbp) LBB0_47: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jg LBB0_53 ## %bb.48: ## in Loop: Header=BB0_47 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_50 ## %bb.49: ## in Loop: Header=BB0_47 Depth=1 xorl %esi, %esi subl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_51 LBB0_50: ## in Loop: Header=BB0_47 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_51: ## in Loop: Header=BB0_47 Depth=1 jmp LBB0_52 LBB0_52: ## in Loop: Header=BB0_47 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_47 LBB0_53: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d," L_.str.1: ## @.str.1 .asciz "\nEven numbers=" L_.str.2: ## @.str.2 .asciz "\nReverse=" L_.str.3: ## @.str.3 .asciz "\nOdd numbers=" L_.str.4: ## @.str.4 .asciz "\n" L_.str.5: ## @.str.5 .asciz "\nReverse" .subsections_via_symbols
the_stack_data/115764864.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] add w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax addl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/154831767.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 tofixed lCPI0_0: .quad 0x42d0000000000000 ; double 70368744177664 .section __TEXT,__text,regular,pure_instructions .globl _tofixed .p2align 2 _tofixed: ; @tofixed .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] ldr d0, [sp, #8] adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fmul d0, d0, d1 str d0, [sp, #8] ldr d0, [sp, #8] fcvtau x0, d0 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function gen lCPI1_0: .quad 0x407f300000000000 ; double 499 lCPI1_1: .quad 0x407f400000000000 ; double 500 lCPI1_2: .quad 0x401921fb54442d18 ; double 6.2831853071795862 .section __TEXT,__text,regular,pure_instructions .globl _gen .p2align 2 _gen: ; @gen .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] ldur x0, [x29, #-8] mov x9, sp mov x8, #511 str x8, [x9] mov w1, #513 bl _open stur w0, [x29, #-20] ldur w8, [x29, #-20] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _perror mov w0, #1 bl _exit LBB1_2: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf movi d0, #0000000000000000 str d0, [sp, #32] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr d0, [sp, #32] adrp x8, lCPI1_1@PAGE ldr d1, [x8, lCPI1_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB1_10 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr d1, [sp, #32] adrp x8, lCPI1_2@PAGE ldr d0, [x8, lCPI1_2@PAGEOFF] fmul d0, d0, d1 adrp x8, lCPI1_1@PAGE ldr d1, [x8, lCPI1_1@PAGEOFF] fdiv d0, d0, d1 str d0, [sp, #24] ldur x8, [x29, #-16] ldr d0, [sp, #24] blr x8 bl _tofixed str x0, [sp, #16] ldur w0, [x29, #-20] ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _dprintf adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _perror mov w0, #1 bl _exit LBB1_6: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr d0, [sp, #32] adrp x8, lCPI1_0@PAGE ldr d1, [x8, lCPI1_0@PAGEOFF] fcmp d0, d1 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB1_8 LBB1_8: ; in Loop: Header=BB1_3 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_3 Depth=1 ldr d0, [sp, #32] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #32] b LBB1_3 LBB1_10: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur w0, [x29, #-20] bl _close ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w2, #0 str w2, [sp, #28] ; 4-byte Folded Spill stur wzr, [x29, #-44] mov x9, sp mov x8, #500 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] sub x0, x29, #40 str x0, [sp, #40] ; 8-byte Folded Spill mov x3, #32 str x3, [sp, #32] ; 8-byte Folded Spill mov x1, x3 adrp x4, l_.str.7@PAGE add x4, x4, l_.str.7@PAGEOFF bl ___snprintf_chk ldr x0, [sp, #40] ; 8-byte Folded Reload adrp x1, _sin@GOTPAGE ldr x1, [x1, _sin@GOTPAGEOFF] bl _gen ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w2, [sp, #28] ; 4-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x8, [x9] mov x1, x3 adrp x4, l_.str.8@PAGE add x4, x4, l_.str.8@PAGEOFF bl ___snprintf_chk ldr x0, [sp, #40] ; 8-byte Folded Reload adrp x1, _cos@GOTPAGE ldr x1, [x1, _cos@GOTPAGEOFF] bl _gen 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: 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 "open" l_.str.1: ; @.str.1 .asciz "%s = {" l_.str.2: ; @.str.2 .asciz "%012llX\n" l_.str.3: ; @.str.3 .asciz "write" l_.str.4: ; @.str.4 .asciz "\n\t32'h%012llX" l_.str.5: ; @.str.5 .asciz ", " l_.str.6: ; @.str.6 .asciz "\n}\n\n" l_.str.7: ; @.str.7 .asciz "sin%d.hex" l_.str.8: ; @.str.8 .asciz "cos%d.hex" .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 tofixed LCPI0_0: .quad 0x42d0000000000000 ## double 70368744177664 LCPI0_3: .quad 0x43e0000000000000 ## double 9.2233720368547758E+18 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_1: .quad 0x8000000000000000 ## double -0 .quad 0x8000000000000000 ## double -0 LCPI0_2: .quad 0x3fdfffffffffffff ## double 0.49999999999999994 .quad 0x3fdfffffffffffff ## double 0.49999999999999994 .section __TEXT,__text,regular,pure_instructions .globl _tofixed .p2align 4, 0x90 _tofixed: ## @tofixed .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 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movaps %xmm0, %xmm1 movaps LCPI0_1(%rip), %xmm2 ## xmm2 = [-0.0E+0,-0.0E+0] pand %xmm2, %xmm1 movaps LCPI0_2(%rip), %xmm2 ## xmm2 = [4.9999999999999994E-1,4.9999999999999994E-1] por %xmm2, %xmm1 addsd %xmm1, %xmm0 roundsd $11, %xmm0, %xmm0 movaps %xmm0, %xmm1 cvttsd2si %xmm1, %rax movq %rax, %rdx sarq $63, %rdx movsd LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero subsd %xmm1, %xmm0 cvttsd2si %xmm0, %rcx andq %rdx, %rcx orq %rcx, %rax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function gen LCPI1_0: .quad 0x407f400000000000 ## double 500 LCPI1_1: .quad 0x401921fb54442d18 ## double 6.2831853071795862 LCPI1_2: .quad 0x407f300000000000 ## double 499 LCPI1_3: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _gen .p2align 4, 0x90 _gen: ## @gen .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 -8(%rbp), %rdi movl $513, %esi ## imm = 0x201 movl $511, %edx ## imm = 0x1FF movb $0, %al callq _open movl %eax, -20(%rbp) cmpl $-1, -20(%rbp) jne LBB1_2 ## %bb.1: leaq L_.str(%rip), %rdi callq _perror movl $1, %edi callq _exit LBB1_2: movq -8(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -32(%rbp), %xmm0 jbe LBB1_10 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -32(%rbp), %xmm0 movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) movq -16(%rbp), %rax movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero callq *%rax callq _tofixed movq %rax, -48(%rbp) movl -20(%rbp), %edi movq -48(%rbp), %rdx leaq L_.str.2(%rip), %rsi movb $0, %al callq _dprintf cmpl $-1, %eax jne LBB1_6 ## %bb.5: leaq L_.str.3(%rip), %rdi callq _perror movl $1, %edi callq _exit LBB1_6: ## in Loop: Header=BB1_3 Depth=1 movq -48(%rbp), %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jne LBB1_7 jp LBB1_7 jmp LBB1_8 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB1_8: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_3 Depth=1 movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -32(%rbp), %xmm0 movsd %xmm0, -32(%rbp) jmp LBB1_3 LBB1_10: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %edi callq _close addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) leaq -48(%rbp), %rdi movl $32, %ecx xorl %edx, %edx leaq L_.str.7(%rip), %r8 movl $500, %r9d ## imm = 0x1F4 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -48(%rbp), %rdi movq _sin@GOTPCREL(%rip), %rsi callq _gen leaq -48(%rbp), %rdi movl $32, %ecx xorl %edx, %edx leaq L_.str.8(%rip), %r8 movl $500, %r9d ## imm = 0x1F4 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -48(%rbp), %rdi movq _cos@GOTPCREL(%rip), %rsi callq _gen movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_2 ## %bb.1: xorl %eax, %eax addq $64, %rsp popq %rbp retq LBB2_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "open" L_.str.1: ## @.str.1 .asciz "%s = {" L_.str.2: ## @.str.2 .asciz "%012llX\n" L_.str.3: ## @.str.3 .asciz "write" L_.str.4: ## @.str.4 .asciz "\n\t32'h%012llX" L_.str.5: ## @.str.5 .asciz ", " L_.str.6: ## @.str.6 .asciz "\n}\n\n" L_.str.7: ## @.str.7 .asciz "sin%d.hex" L_.str.8: ## @.str.8 .asciz "cos%d.hex" .subsections_via_symbols
the_stack_data/104858.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/146256.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _encode ; -- Begin function encode .p2align 2 _encode: ; @encode .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] strb wzr, [sp, #7] str wzr, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr s0, [x8, x9, lsl #2] fmov s1, #10.00000000 fcmp s0, s1 cset w8, pl tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #7] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #8] movi d0, #0000000000000000 str s0, [x8, x9, lsl #2] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] ldr x8, [sp, #16] ldrsw x9, [sp, #8] str s0, [x8, x9, lsl #2] mov w8, #1 strb w8, [sp, #7] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #8] add x8, x8, x9, lsl #2 ldr s0, [x8] fmov s1, #1.00000000 fadd s0, s0, s1 str s0, [x8] b LBB0_9 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldrb w8, [sp, #7] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 strb wzr, [sp, #7] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr s0, [x8, x9, lsl #2] ldr x8, [sp, #16] ldrsw x9, [sp, #8] str s0, [x8, x9, lsl #2] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] 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 w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_11: ldr w0, [sp, #8] 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 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function encode LCPI0_0: .long 0x41200000 ## float 10 LCPI0_1: .long 0x3f800000 ## float 1 .section __TEXT,__text,regular,pure_instructions .globl _encode .p2align 4, 0x90 _encode: ## @encode .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) movb $0, -25(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $256, -24(%rbp) ## imm = 0x100 jge LBB0_11 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss (%rax,%rcx,4), %xmm0 jbe LBB0_6 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 cmpb $0, -25(%rbp) jne LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -24(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, (%rax,%rcx,4) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) movq -16(%rbp), %rax movslq -24(%rbp), %rcx xorps %xmm0, %xmm0 movss %xmm0, (%rax,%rcx,4) movb $1, -25(%rbp) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -24(%rbp), %rcx movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss (%rax,%rcx,4), %xmm0 movss %xmm0, (%rax,%rcx,4) jmp LBB0_9 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 cmpb $0, -25(%rbp) je LBB0_8 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movb $0, -25(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -16(%rbp), %rax movslq -24(%rbp), %rcx movss %xmm0, (%rax,%rcx,4) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) LBB0_9: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_11: movl -24(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/951.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/101554.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_start_end_print ; -- Begin function ft_start_end_print .p2align 2 _ft_start_end_print: ; @ft_start_end_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] ldrh w8, [sp, #16] sturh w8, [x29, #-4] ldrb w8, [sp, #18] sturb w8, [x29, #-2] str w1, [sp, #12] str w2, [sp, #8] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldursb w0, [x29, #-4] bl _ft_putchar b LBB0_6 LBB0_2: ldr w8, [sp, #12] ldr w9, [sp, #8] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldursb w0, [x29, #-2] bl _ft_putchar b LBB0_5 LBB0_4: ldursb w0, [x29, #-3] bl _ft_putchar b LBB0_5 LBB0_5: b LBB0_6 LBB0_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _ft_print_row ; -- Begin function ft_print_row .p2align 2 _ft_print_row: ; @ft_print_row .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] ldrh w8, [sp, #16] sturh w8, [x29, #-4] ldrb w8, [sp, #18] sturb w8, [x29, #-2] str w1, [sp, #12] mov w8, #-1 str w8, [sp, #8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w1, [sp, #8] ldr w2, [sp, #12] ldurh w8, [x29, #-4] strh w8, [sp] ldurb w8, [x29, #-2] strb w8, [sp, #2] ldr x0, [sp] bl _ft_start_end_print b LBB1_1 LBB1_3: mov w0, #10 bl _ft_putchar ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _ft_init_struct ; -- Begin function ft_init_struct .p2align 2 _ft_init_struct: ; @ft_init_struct .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] strb w1, [sp, #7] strb w2, [sp, #6] strb w3, [sp, #5] ldrb w8, [sp, #7] ldr x9, [sp, #8] strb w8, [x9] ldrb w8, [sp, #6] ldr x9, [sp, #8] strb w8, [x9, #1] ldrb w8, [sp, #5] ldr x9, [sp, #8] strb w8, [x9, #2] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _rush ; -- Begin function rush .p2align 2 _rush: ; @rush .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] sub x0, x29, #15 mov w3, #65 mov x1, x3 mov w2, #66 str w2, [sp, #12] ; 4-byte Folded Spill bl _ft_init_struct ldr w3, [sp, #12] ; 4-byte Folded Reload sub x0, x29, #18 mov x1, x3 mov w2, #32 bl _ft_init_struct ldr w2, [sp, #12] ; 4-byte Folded Reload sub x0, x29, #21 mov w3, #67 mov x1, x3 bl _ft_init_struct ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldur w1, [x29, #-4] ldurh w8, [x29, #-15] strh w8, [sp, #32] ldurb w8, [x29, #-13] strb w8, [sp, #34] ldr x0, [sp, #32] bl _ft_print_row b LBB3_2 LBB3_2: mov w8, #-1 stur w8, [x29, #-12] b LBB3_3 LBB3_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] ldur w9, [x29, #-8] subs w9, w9, #2 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=1 ldur w1, [x29, #-4] ldurh w8, [x29, #-18] strh w8, [sp, #24] ldurb w8, [x29, #-16] strb w8, [sp, #26] ldr x0, [sp, #24] bl _ft_print_row b LBB3_3 LBB3_5: ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ldur w1, [x29, #-4] ldurh w8, [x29, #-21] strh w8, [sp, #16] ldurb w8, [x29, #-19] strb w8, [sp, #18] ldr x0, [sp, #16] bl _ft_print_row b LBB3_7 LBB3_7: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_start_end_print ## -- Begin function ft_start_end_print .p2align 4, 0x90 _ft_start_end_print: ## @ft_start_end_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 $32, %rsp movw %di, %ax movw %ax, -12(%rbp) shrl $16, %edi movb %dil, %al movb %al, -10(%rbp) movw -12(%rbp), %ax movw %ax, -8(%rbp) movb -10(%rbp), %al movb %al, -6(%rbp) movl %esi, -16(%rbp) movl %edx, -20(%rbp) cmpl $0, -16(%rbp) jne LBB0_2 ## %bb.1: movsbl -8(%rbp), %edi callq _ft_putchar jmp LBB0_6 LBB0_2: movl -16(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB0_4 ## %bb.3: movsbl -6(%rbp), %edi callq _ft_putchar jmp LBB0_5 LBB0_4: movsbl -7(%rbp), %edi callq _ft_putchar LBB0_5: jmp LBB0_6 LBB0_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ft_print_row ## -- Begin function ft_print_row .p2align 4, 0x90 _ft_print_row: ## @ft_print_row .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 movw %di, %ax movw %ax, -12(%rbp) shrl $16, %edi movb %dil, %al movb %al, -10(%rbp) movw -12(%rbp), %ax movw %ax, -8(%rbp) movb -10(%rbp), %al movb %al, -6(%rbp) movl %esi, -16(%rbp) movl $-1, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) cmpl -16(%rbp), %eax jge LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %esi movl -16(%rbp), %edx movb -6(%rbp), %al movb %al, -22(%rbp) movw -8(%rbp), %ax movw %ax, -24(%rbp) movzbl -22(%rbp), %eax shll $16, %eax movzwl -24(%rbp), %edi orl %eax, %edi callq _ft_start_end_print jmp LBB1_1 LBB1_3: movl $10, %edi callq _ft_putchar addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ft_init_struct ## -- Begin function ft_init_struct .p2align 4, 0x90 _ft_init_struct: ## @ft_init_struct .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %cl, %al movb %dl, %cl movb %sil, %dl movq %rdi, -8(%rbp) movb %dl, -9(%rbp) movb %cl, -10(%rbp) movb %al, -11(%rbp) movb -9(%rbp), %cl movq -8(%rbp), %rax movb %cl, (%rax) movb -10(%rbp), %cl movq -8(%rbp), %rax movb %cl, 1(%rax) movb -11(%rbp), %cl movq -8(%rbp), %rax movb %cl, 2(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _rush ## -- Begin function rush .p2align 4, 0x90 _rush: ## @rush .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) leaq -16(%rbp), %rdi movl $65, %ecx movl $66, %edx movl %ecx, %esi callq _ft_init_struct leaq -24(%rbp), %rdi movl $66, %ecx movl $32, %edx movl %ecx, %esi callq _ft_init_struct leaq -32(%rbp), %rdi movl $67, %ecx movl $66, %edx movl %ecx, %esi callq _ft_init_struct cmpl $0, -8(%rbp) jle LBB3_2 ## %bb.1: movl -4(%rbp), %esi movb -14(%rbp), %al movb %al, -34(%rbp) movw -16(%rbp), %ax movw %ax, -36(%rbp) movzbl -34(%rbp), %eax shll $16, %eax movzwl -36(%rbp), %edi orl %eax, %edi callq _ft_print_row LBB3_2: movl $-1, -12(%rbp) LBB3_3: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) movl -8(%rbp), %ecx subl $2, %ecx cmpl %ecx, %eax jge LBB3_5 ## %bb.4: ## in Loop: Header=BB3_3 Depth=1 movl -4(%rbp), %esi movb -22(%rbp), %al movb %al, -38(%rbp) movw -24(%rbp), %ax movw %ax, -40(%rbp) movzbl -38(%rbp), %eax shll $16, %eax movzwl -40(%rbp), %edi orl %eax, %edi callq _ft_print_row jmp LBB3_3 LBB3_5: cmpl $1, -8(%rbp) jle LBB3_7 ## %bb.6: movl -4(%rbp), %esi movb -30(%rbp), %al movb %al, -42(%rbp) movw -32(%rbp), %ax movw %ax, -44(%rbp) movzbl -42(%rbp), %eax shll $16, %eax movzwl -44(%rbp), %edi orl %eax, %edi callq _ft_print_row LBB3_7: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/64855.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _strcmp ; -- Begin function strcmp .p2align 2 _strcmp: ; @strcmp .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsb w8, [x8] ldr x9, [sp, #16] ldrsb w9, [x9] subs w8, w8, w9 cset w8, eq str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB0_1 LBB0_5: ldr x8, [sp, #24] ldrb w8, [x8] ldr x9, [sp, #16] ldrb w9, [x9] subs w0, w8, w9 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 _strcmp ## -- Begin function strcmp .p2align 4, 0x90 _strcmp: ## @strcmp .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) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%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 LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax movq -16(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax sete %al movb %al, -17(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -17(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB0_1 LBB0_5: movq -8(%rbp), %rax movzbl (%rax), %eax movq -16(%rbp), %rcx movzbl (%rcx), %ecx subl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/68889228.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] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-8] subs w8, w8, #5 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_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: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d " l_.str.1: ; @.str.1 .asciz "\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) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 cmpl $5, -8(%rbp) jg LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $1, -16(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_8: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d " L_.str.1: ## @.str.1 .asciz "\n" .subsections_via_symbols
the_stack_data/150144012.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .comm _i,4,2 ; @i .comm _j,4,2 ; @j .comm _k,4,2 ; @k .comm _ii,4,2 ; @ii .comm _jj,4,2 ; @jj .comm _kk,4,2 ; @kk .comm _it,4,2 ; @it .comm _jt,4,2 ; @jt .comm _kt,4,2 ; @kt .comm _iii,4,2 ; @iii .comm _jjj,4,2 ; @jjj .comm _kkk,4,2 ; @kkk .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .comm _i,4,2 ## @i .comm _j,4,2 ## @j .comm _k,4,2 ## @k .comm _ii,4,2 ## @ii .comm _jj,4,2 ## @jj .comm _kk,4,2 ## @kk .comm _it,4,2 ## @it .comm _jt,4,2 ## @jt .comm _kt,4,2 ## @kt .comm _iii,4,2 ## @iii .comm _jjj,4,2 ## @jjj .comm _kkk,4,2 ## @kkk .subsections_via_symbols
the_stack_data/242331718.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF str x8, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] add x9, x8, #1 str x9, [sp, #16] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsb w10, [x8] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_1 LBB0_3: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "aaalaalla" l_.str.1: ; @.str.1 .asciz "%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), %rax movq %rax, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -16(%rbp) cmpb $0, (%rax) je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1 LBB0_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "aaalaalla" L_.str.1: ## @.str.1 .asciz "%c\n" .subsections_via_symbols
the_stack_data/87718.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _toLowerCase ; -- Begin function toLowerCase .p2align 2 _toLowerCase: ; @toLowerCase .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #90 cset w8, gt tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] add x9, x8, x9 ldrsb w8, [x9] add w8, w8, #32 strb w8, [x9] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_7: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _toLowerCase ## -- Begin function toLowerCase .p2align 4, 0x90 _toLowerCase: ## @toLowerCase .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx cmpb $0, (%rax,%rcx) je LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $65, %eax jl LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $90, %eax jg LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %edx addl $32, %edx ## kill: def $dl killed $dl killed $edx movb %dl, (%rax,%rcx) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_7: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/45450508.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _read ; -- Begin function read .p2align 2 _read: ; @read .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, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _j@GOTPAGE ldr x8, [x8, _j@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _current@GOTPAGE ldr x8, [x8, _current@GOTPAGEOFF] stur x8, [x29, #-16] ; 8-byte Folded Spill adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen mov x8, x0 stur x8, [x29, #-8] 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 x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB0_3 LBB0_3: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #280 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload str wzr, [x8] b LBB0_5 LBB0_5: ; Parent Loop BB0_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #420 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldur x0, [x29, #-8] bl _fgetc ldr x10, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 str x11, [sp, #8] ; 8-byte Folded Spill mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] str w0, [x8, x9, lsl #2] ldur x0, [x29, #-8] bl _fgetc ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #1 str w0, [x8, w9, sxtw #2] ldur x0, [x29, #-8] bl _fgetc ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #2 str w0, [x8, w9, sxtw #2] ldur x0, [x29, #-8] bl _fgetc ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #3 str w0, [x8, w9, sxtw #2] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_3 LBB0_10: ldur x0, [x29, #-8] bl _fclose ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _write ; -- Begin function write .p2align 2 _write: ; @write .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] stur x8, [x29, #-16] ; 8-byte Folded Spill adrp x8, _j@GOTPAGE ldr x8, [x8, _j@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _Edges@GOTPAGE ldr x8, [x8, _Edges@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen ldur x8, [x29, #-16] ; 8-byte Folded Reload stur x0, [x29, #-8] str wzr, [x8] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur x8, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #280 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #420 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x10, [x29, #-16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 str x11, [sp, #8] ; 8-byte Folded Spill mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr w0, [x8, x9, lsl #2] ldur x1, [x29, #-8] bl _fputc ldur x10, [x29, #-16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #1 ldr w0, [x8, w9, sxtw #2] ldur x1, [x29, #-8] bl _fputc ldur x10, [x29, #-16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #2 ldr w0, [x8, w9, sxtw #2] ldur x1, [x29, #-8] bl _fputc ldur x10, [x29, #-16] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #3 ldr w0, [x8, w9, sxtw #2] ldur x1, [x29, #-8] bl _fputc b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur x9, [x29, #-16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_1 LBB1_8: ldur x0, [x29, #-8] bl _fclose ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _gaussian_blur ; -- Begin function gaussian_blur .p2align 2 _gaussian_blur: ; @gaussian_blur .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x10, _gaussianMask@GOTPAGE ldr x10, [x10, _gaussianMask@GOTPAGEOFF] str x10, [sp, #16] ; 8-byte Folded Spill adrp x9, _row@GOTPAGE ldr x9, [x9, _row@GOTPAGEOFF] str x9, [sp, #24] ; 8-byte Folded Spill adrp x9, _k@GOTPAGE ldr x9, [x9, _k@GOTPAGEOFF] str x9, [sp, #32] ; 8-byte Folded Spill adrp x9, _buffer2@GOTPAGE ldr x9, [x9, _buffer2@GOTPAGEOFF] str x9, [sp, #40] ; 8-byte Folded Spill adrp x9, _buffer1@GOTPAGE ldr x9, [x9, _buffer1@GOTPAGEOFF] str x9, [sp, #48] ; 8-byte Folded Spill adrp x9, _buffer3@GOTPAGE ldr x9, [x9, _buffer3@GOTPAGEOFF] str x9, [sp, #56] ; 8-byte Folded Spill adrp x9, _temp@GOTPAGE ldr x9, [x9, _temp@GOTPAGEOFF] str x9, [sp, #64] ; 8-byte Folded Spill adrp x11, _col@GOTPAGE ldr x11, [x11, _col@GOTPAGEOFF] str x11, [sp, #72] ; 8-byte Folded Spill adrp x11, _newPixel@GOTPAGE ldr x11, [x11, _newPixel@GOTPAGEOFF] str x11, [sp, #80] ; 8-byte Folded Spill adrp x11, _newPixel2@GOTPAGE ldr x11, [x11, _newPixel2@GOTPAGEOFF] str x11, [sp, #88] ; 8-byte Folded Spill adrp x11, _newPixel3@GOTPAGE ldr x11, [x11, _newPixel3@GOTPAGEOFF] str x11, [sp, #96] ; 8-byte Folded Spill adrp x11, _newPixel4@GOTPAGE ldr x11, [x11, _newPixel4@GOTPAGEOFF] str x11, [sp, #104] ; 8-byte Folded Spill adrp x11, _kernelCol@GOTPAGE ldr x11, [x11, _kernelCol@GOTPAGEOFF] str x11, [sp, #112] ; 8-byte Folded Spill adrp x11, _output_gaussian@GOTPAGE ldr x11, [x11, _output_gaussian@GOTPAGEOFF] str x11, [sp, #120] ; 8-byte Folded Spill add x11, x10, #12 str x11, [sp, #128] ; 8-byte Folded Spill add x10, x10, #24 str x10, [sp, #136] ; 8-byte Folded Spill add x10, x9, #1688 str x10, [sp, #144] ; 8-byte Folded Spill add x9, x9, #3376 str x9, [sp, #152] ; 8-byte Folded Spill adrp x9, _j@GOTPAGE ldr x9, [x9, _j@GOTPAGEOFF] str x9, [sp, #160] ; 8-byte Folded Spill adrp x9, _current@GOTPAGE ldr x9, [x9, _current@GOTPAGEOFF] str x9, [sp, #168] ; 8-byte Folded Spill str wzr, [x8] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #282 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload str wzr, [x8] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #160] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #422 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #64] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldrsw x8, [x11] mov x12, #1688 mul x13, x8, x12 mov x8, x9 add x13, x8, x13 ldrsw x14, [x10] mov w8, #0 str w8, [x13, x14, lsl #2] ldrsw x13, [x11] mul x14, x13, x12 mov x13, x9 add x13, x13, x14 ldr w14, [x10] add w14, w14, #1 str w8, [x13, w14, sxtw #2] ldrsw x13, [x11] mul x14, x13, x12 mov x13, x9 add x13, x13, x14 ldr w14, [x10] add w14, w14, #2 str w8, [x13, w14, sxtw #2] ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] add w10, w10, #3 str w8, [x9, w10, sxtw #2] b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr x9, [sp, #160] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB2_3 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_1 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_1 LBB2_8: ldr x9, [sp, #8] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB2_9 LBB2_9: ; =>This Loop Header: Depth=1 ; Child Loop BB2_11 Depth 2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #281 cset w8, ge tbnz w8, #0, LBB2_16 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_9 Depth=1 ldr x9, [sp, #160] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB2_11 LBB2_11: ; Parent Loop BB2_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #160] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #421 cset w8, ge tbnz w8, #0, LBB2_14 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_11 Depth=2 ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #64] ; 8-byte Folded Reload ldr x11, [sp, #8] ; 8-byte Folded Reload ldr x14, [sp, #168] ; 8-byte Folded Reload ldr w8, [x11] subs w8, w8, #1 mov x13, x14 mov w12, #1680 smaddl x8, w8, w12, x13 ldr w12, [x10] subs w12, w12, #1 ldr w8, [x8, w12, sxtw #2] ldrsw x13, [x11] mov x12, #1688 mul x15, x13, x12 mov x13, x9 add x13, x13, x15 ldrsw x15, [x10] str w8, [x13, x15, lsl #2] ldr w8, [x11] subs w8, w8, #1 mov x15, x14 mov w13, #1680 smaddl x8, w8, w13, x15 ldrsw x13, [x10] ldr w8, [x8, x13, lsl #2] ldrsw x13, [x11] mul x15, x13, x12 mov x13, x9 add x13, x13, x15 ldr w15, [x10] add w15, w15, #1 str w8, [x13, w15, sxtw #2] ldr w8, [x11] subs w8, w8, #1 mov x15, x14 mov w13, #1680 smaddl x8, w8, w13, x15 ldr w13, [x10] add w13, w13, #1 ldr w8, [x8, w13, sxtw #2] ldrsw x13, [x11] mul x15, x13, x12 mov x13, x9 add x13, x13, x15 ldr w15, [x10] add w15, w15, #2 str w8, [x13, w15, sxtw #2] ldr w8, [x11] subs w8, w8, #1 mov w13, #1680 smaddl x8, w8, w13, x14 ldr w13, [x10] add w13, w13, #2 ldr w8, [x8, w13, sxtw #2] ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] add w10, w10, #3 str w8, [x9, w10, sxtw #2] b LBB2_13 LBB2_13: ; in Loop: Header=BB2_11 Depth=2 ldr x9, [sp, #160] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB2_11 LBB2_14: ; in Loop: Header=BB2_9 Depth=1 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_9 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_9 LBB2_16: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload mov w8, #1 str w8, [x10] mov w11, #2 str w11, [x10, #4] str w8, [x10, #8] str w11, [x10, #12] mov w12, #4 str w12, [x10, #16] str w11, [x10, #20] str w8, [x10, #24] str w11, [x10, #28] str w8, [x10, #32] adrp x8, _limit_gauss@PAGE ldr w8, [x8, _limit_gauss@PAGEOFF] str w8, [x9] b LBB2_17 LBB2_17: ; =>This Loop Header: Depth=1 ; Child Loop BB2_25 Depth 2 ; Child Loop BB2_20 Depth 2 ; Child Loop BB2_30 Depth 2 ; Child Loop BB2_32 Depth 3 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit_gauss@PAGE ldr w9, [x9, _limit_gauss@PAGEOFF] add w9, w9, #280 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_39 b LBB2_18 LBB2_18: ; in Loop: Header=BB2_17 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_19 LBB2_19: ; in Loop: Header=BB2_17 Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload str wzr, [x8] b LBB2_20 LBB2_20: ; Parent Loop BB2_17 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #422 cset w8, ge tbnz w8, #0, LBB2_23 b LBB2_21 LBB2_21: ; in Loop: Header=BB2_20 Depth=2 ldr x9, [sp, #56] ; 8-byte Folded Reload ldr x10, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x12, [sp, #40] ; 8-byte Folded Reload ldr x11, [sp, #144] ; 8-byte Folded Reload ldr x14, [sp, #48] ; 8-byte Folded Reload ldr x13, [sp, #64] ; 8-byte Folded Reload ldrsw x15, [x10] ldr w13, [x13, x15, lsl #2] ldrsw x15, [x10] str w13, [x14, x15, lsl #2] ldrsw x13, [x10] ldr w11, [x11, x13, lsl #2] ldrsw x13, [x10] str w11, [x12, x13, lsl #2] ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB2_22 LBB2_22: ; in Loop: Header=BB2_20 Depth=2 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_20 LBB2_23: ; in Loop: Header=BB2_17 Depth=1 b LBB2_29 LBB2_24: ; in Loop: Header=BB2_17 Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload str wzr, [x8] b LBB2_25 LBB2_25: ; Parent Loop BB2_17 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #422 cset w8, ge tbnz w8, #0, LBB2_28 b LBB2_26 LBB2_26: ; in Loop: Header=BB2_25 Depth=2 ldr x9, [sp, #56] ; 8-byte Folded Reload ldr x10, [sp, #32] ; 8-byte Folded Reload ldr x12, [sp, #64] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x13, [sp, #40] ; 8-byte Folded Reload ldr x14, [sp, #48] ; 8-byte Folded Reload ldrsw x11, [x10] ldr w11, [x13, x11, lsl #2] ldrsw x15, [x10] str w11, [x14, x15, lsl #2] ldrsw x11, [x10] ldr w11, [x9, x11, lsl #2] ldrsw x14, [x10] str w11, [x13, x14, lsl #2] ldr w8, [x8] add w8, w8, #1 mov w11, #1688 smaddl x8, w8, w11, x12 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB2_27 LBB2_27: ; in Loop: Header=BB2_25 Depth=2 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_25 LBB2_28: ; in Loop: Header=BB2_17 Depth=1 b LBB2_29 LBB2_29: ; in Loop: Header=BB2_17 Depth=1 ldr x9, [sp, #72] ; 8-byte Folded Reload adrp x8, _limit_gauss@PAGE ldr w8, [x8, _limit_gauss@PAGEOFF] str w8, [x9] b LBB2_30 LBB2_30: ; Parent Loop BB2_17 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB2_32 Depth 3 ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit_gauss@PAGE ldr w9, [x9, _limit_gauss@PAGEOFF] add w9, w9, #420 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_37 b LBB2_31 LBB2_31: ; in Loop: Header=BB2_30 Depth=2 ldr x9, [sp, #112] ; 8-byte Folded Reload ldr x10, [sp, #104] ; 8-byte Folded Reload ldr x11, [sp, #96] ; 8-byte Folded Reload ldr x12, [sp, #88] ; 8-byte Folded Reload ldr x13, [sp, #80] ; 8-byte Folded Reload mov w8, #0 str wzr, [x13] str wzr, [x12] str wzr, [x11] str wzr, [x10] adrp x10, _limit_gauss@PAGE ldr w10, [x10, _limit_gauss@PAGEOFF] subs w8, w8, w10 str w8, [x9] b LBB2_32 LBB2_32: ; Parent Loop BB2_17 Depth=1 ; Parent Loop BB2_30 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit_gauss@PAGE ldr w9, [x9, _limit_gauss@PAGEOFF] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_35 b LBB2_33 LBB2_33: ; in Loop: Header=BB2_32 Depth=3 ldr x9, [sp, #104] ; 8-byte Folded Reload ldr x11, [sp, #136] ; 8-byte Folded Reload ldr x13, [sp, #112] ; 8-byte Folded Reload ldr x10, [sp, #56] ; 8-byte Folded Reload ldr x14, [sp, #72] ; 8-byte Folded Reload ldr x16, [sp, #128] ; 8-byte Folded Reload ldr x15, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x17, [sp, #48] ; 8-byte Folded Reload ldr x1, [sp, #96] ; 8-byte Folded Reload ldr x2, [sp, #88] ; 8-byte Folded Reload ldr x3, [sp, #80] ; 8-byte Folded Reload ldr w8, [x3] ldr w12, [x14] ldr w4, [x13] add w12, w12, w4 ldr w4, [x17, w12, sxtw #2] adrp x12, _limit_gauss@PAGE str x12, [sp] ; 8-byte Folded Spill ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x0, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x3] ldr w4, [x14] ldr w5, [x13] add w4, w4, w5 ldr w4, [x15, w4, sxtw #2] ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x16, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x3] ldr w4, [x14] ldr w5, [x13] add w4, w4, w5 ldr w4, [x10, w4, sxtw #2] ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x11, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x17, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x0, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x15, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x16, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x10, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x11, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x17, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x0, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x15, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x16, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x10, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x11, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x9] ldr w1, [x14] add w1, w1, #3 ldr w2, [x13] add w1, w1, w2 ldr w17, [x17, w1, sxtw #2] ldr w1, [x12, _limit_gauss@PAGEOFF] ldr w2, [x13] add w1, w1, w2 ldr w0, [x0, w1, sxtw #2] mul w17, w17, w0 add w8, w8, w17 str w8, [x9] ldr w8, [x9] ldr w17, [x14] add w17, w17, #3 ldr w0, [x13] add w17, w17, w0 ldr w15, [x15, w17, sxtw #2] ldr w17, [x12, _limit_gauss@PAGEOFF] ldr w0, [x13] add w17, w17, w0 ldr w16, [x16, w17, sxtw #2] mul w15, w15, w16 add w8, w8, w15 str w8, [x9] ldr w8, [x9] ldr w14, [x14] add w14, w14, #3 ldr w15, [x13] add w14, w14, w15 ldr w10, [x10, w14, sxtw #2] ldr w12, [x12, _limit_gauss@PAGEOFF] ldr w13, [x13] add w12, w12, w13 ldr w11, [x11, w12, sxtw #2] mul w10, w10, w11 add w8, w8, w10 str w8, [x9] b LBB2_34 LBB2_34: ; in Loop: Header=BB2_32 Depth=3 ldr x9, [sp, #112] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_32 LBB2_35: ; in Loop: Header=BB2_30 Depth=2 ldr x10, [sp, #72] ; 8-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload ldr x11, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x13, [sp, #96] ; 8-byte Folded Reload ldr x14, [sp, #88] ; 8-byte Folded Reload ldr x12, [sp, #80] ; 8-byte Folded Reload ldr s1, [x12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 frintm d0, d0 fmov d1, #16.00000000 fdiv d0, d0, d1 fcvtzs w15, d0 ldrsw x16, [x11] mov x12, #1688 mul x17, x16, x12 mov x16, x9 add x16, x16, x17 ldrsw x17, [x10] str w15, [x16, x17, lsl #2] ldr s2, [x14] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 frintm d0, d0 fdiv d0, d0, d1 fcvtzs w14, d0 ldrsw x15, [x11] mul x16, x15, x12 mov x15, x9 add x15, x15, x16 ldr w16, [x10] add w16, w16, #1 str w14, [x15, w16, sxtw #2] ldr s2, [x13] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 frintm d0, d0 fdiv d0, d0, d1 fcvtzs w13, d0 ldrsw x14, [x11] mul x15, x14, x12 mov x14, x9 add x14, x14, x15 ldr w15, [x10] add w15, w15, #2 str w13, [x14, w15, sxtw #2] ldr s2, [x8] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 frintm d0, d0 fdiv d0, d0, d1 fcvtzs w8, d0 ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] add w10, w10, #3 str w8, [x9, w10, sxtw #2] b LBB2_36 LBB2_36: ; in Loop: Header=BB2_30 Depth=2 ldr x9, [sp, #72] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB2_30 LBB2_37: ; in Loop: Header=BB2_17 Depth=1 b LBB2_38 LBB2_38: ; in Loop: Header=BB2_17 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB2_17 LBB2_39: add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function sobel lCPI3_0: .quad 0x4066800000000000 ; double 180 lCPI3_1: .quad 0x400921f9f01b866e ; double 3.1415899999999999 .section __TEXT,__text,regular,pure_instructions .globl _sobel .p2align 2 _sobel: ; @sobel .cfi_startproc ; %bb.0: sub sp, sp, #368 .cfi_def_cfa_offset 368 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x24, x23, [sp, #304] ; 16-byte Folded Spill stp x22, x21, [sp, #320] ; 16-byte Folded Spill stp x20, x19, [sp, #336] ; 16-byte Folded Spill stp x29, x30, [sp, #352] ; 16-byte Folded Spill add x29, sp, #352 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w19, -24 .cfi_offset w20, -32 .cfi_offset w21, -40 .cfi_offset w22, -48 .cfi_offset w23, -56 .cfi_offset w24, -64 .cfi_offset w27, -72 .cfi_offset w28, -80 adrp x14, _GxMask@GOTPAGE ldr x14, [x14, _GxMask@GOTPAGEOFF] str x14, [sp, #72] ; 8-byte Folded Spill adrp x10, _GyMask@GOTPAGE ldr x10, [x10, _GyMask@GOTPAGEOFF] str x10, [sp, #80] ; 8-byte Folded Spill adrp x9, _row@GOTPAGE ldr x9, [x9, _row@GOTPAGEOFF] str x9, [sp, #88] ; 8-byte Folded Spill adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill adrp x8, _k@GOTPAGE ldr x8, [x8, _k@GOTPAGEOFF] str x8, [sp, #104] ; 8-byte Folded Spill adrp x8, _buffer2@GOTPAGE ldr x8, [x8, _buffer2@GOTPAGEOFF] str x8, [sp, #112] ; 8-byte Folded Spill adrp x8, _buffer1@GOTPAGE ldr x8, [x8, _buffer1@GOTPAGEOFF] str x8, [sp, #120] ; 8-byte Folded Spill adrp x8, _buffer3@GOTPAGE ldr x8, [x8, _buffer3@GOTPAGEOFF] str x8, [sp, #128] ; 8-byte Folded Spill adrp x8, _output_gaussian@GOTPAGE ldr x8, [x8, _output_gaussian@GOTPAGEOFF] str x8, [sp, #136] ; 8-byte Folded Spill adrp x11, _col@GOTPAGE ldr x11, [x11, _col@GOTPAGEOFF] str x11, [sp, #144] ; 8-byte Folded Spill adrp x11, _newPixel@GOTPAGE ldr x11, [x11, _newPixel@GOTPAGEOFF] str x11, [sp, #152] ; 8-byte Folded Spill adrp x11, _newPixel2@GOTPAGE ldr x11, [x11, _newPixel2@GOTPAGEOFF] str x11, [sp, #160] ; 8-byte Folded Spill adrp x11, _newPixel3@GOTPAGE ldr x11, [x11, _newPixel3@GOTPAGEOFF] str x11, [sp, #168] ; 8-byte Folded Spill adrp x11, _newPixel4@GOTPAGE ldr x11, [x11, _newPixel4@GOTPAGEOFF] str x11, [sp, #176] ; 8-byte Folded Spill adrp x11, _newPixely@GOTPAGE ldr x11, [x11, _newPixely@GOTPAGEOFF] stur x11, [x29, #-168] ; 8-byte Folded Spill adrp x11, _newPixel2y@GOTPAGE ldr x11, [x11, _newPixel2y@GOTPAGEOFF] stur x11, [x29, #-160] ; 8-byte Folded Spill adrp x11, _newPixel3y@GOTPAGE ldr x11, [x11, _newPixel3y@GOTPAGEOFF] stur x11, [x29, #-152] ; 8-byte Folded Spill adrp x11, _newPixel4y@GOTPAGE ldr x11, [x11, _newPixel4y@GOTPAGEOFF] stur x11, [x29, #-144] ; 8-byte Folded Spill adrp x11, _kernelCol@GOTPAGE ldr x11, [x11, _kernelCol@GOTPAGEOFF] stur x11, [x29, #-136] ; 8-byte Folded Spill adrp x11, _Igx@GOTPAGE ldr x11, [x11, _Igx@GOTPAGEOFF] stur x11, [x29, #-128] ; 8-byte Folded Spill adrp x11, _Igy@GOTPAGE ldr x11, [x11, _Igy@GOTPAGEOFF] stur x11, [x29, #-120] ; 8-byte Folded Spill add x11, x14, #12 stur x11, [x29, #-112] ; 8-byte Folded Spill add x11, x14, #24 stur x11, [x29, #-104] ; 8-byte Folded Spill add x11, x10, #12 stur x11, [x29, #-96] ; 8-byte Folded Spill add x11, x10, #24 stur x11, [x29, #-88] ; 8-byte Folded Spill add x11, x8, #1688 stur x11, [x29, #-80] ; 8-byte Folded Spill add x8, x8, #3376 stur x8, [x29, #-72] ; 8-byte Folded Spill mov w8, #-1 str w8, [x14] str wzr, [x14, #4] mov w12, #1 str w12, [x14, #8] mov w11, #-2 str w11, [x14, #12] str wzr, [x14, #16] mov w13, #2 str w13, [x14, #20] str w8, [x14, #24] str wzr, [x14, #28] str w12, [x14, #32] str w12, [x10] str w13, [x10, #4] str w12, [x10, #8] str wzr, [x10, #12] str wzr, [x10, #16] str wzr, [x10, #20] str w8, [x10, #24] str w11, [x10, #28] str w8, [x10, #32] adrp x8, _limit@PAGE ldr w8, [x8, _limit@PAGEOFF] str w8, [x9] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_9 Depth 2 ; Child Loop BB3_4 Depth 2 ; Child Loop BB3_14 Depth 2 ; Child Loop BB3_16 Depth 3 ldr x8, [sp, #88] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit@PAGE ldr w9, [x9, _limit@PAGEOFF] add w9, w9, #280 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_23 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload str wzr, [x8] b LBB3_4 LBB3_4: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #104] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #422 cset w8, ge tbnz w8, #0, LBB3_7 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=2 ldr x9, [sp, #128] ; 8-byte Folded Reload ldr x10, [sp, #104] ; 8-byte Folded Reload ldur x8, [x29, #-72] ; 8-byte Folded Reload ldr x12, [sp, #112] ; 8-byte Folded Reload ldur x11, [x29, #-80] ; 8-byte Folded Reload ldr x14, [sp, #120] ; 8-byte Folded Reload ldr x13, [sp, #136] ; 8-byte Folded Reload ldrsw x15, [x10] ldr w13, [x13, x15, lsl #2] ldrsw x15, [x10] str w13, [x14, x15, lsl #2] ldrsw x13, [x10] ldr w11, [x11, x13, lsl #2] ldrsw x13, [x10] str w11, [x12, x13, lsl #2] ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=2 ldr x9, [sp, #104] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_4 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 b LBB3_13 LBB3_8: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload str wzr, [x8] b LBB3_9 LBB3_9: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #104] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #422 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_9 Depth=2 ldr x9, [sp, #128] ; 8-byte Folded Reload ldr x10, [sp, #104] ; 8-byte Folded Reload ldr x12, [sp, #136] ; 8-byte Folded Reload ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x13, [sp, #112] ; 8-byte Folded Reload ldr x14, [sp, #120] ; 8-byte Folded Reload ldrsw x11, [x10] ldr w11, [x13, x11, lsl #2] ldrsw x15, [x10] str w11, [x14, x15, lsl #2] ldrsw x11, [x10] ldr w11, [x9, x11, lsl #2] ldrsw x14, [x10] str w11, [x13, x14, lsl #2] ldr w8, [x8] add w8, w8, #1 mov w11, #1688 smaddl x8, w8, w11, x12 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB3_11 LBB3_11: ; in Loop: Header=BB3_9 Depth=2 ldr x9, [sp, #104] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_9 LBB3_12: ; in Loop: Header=BB3_1 Depth=1 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_1 Depth=1 ldr x9, [sp, #144] ; 8-byte Folded Reload adrp x8, _limit@PAGE ldr w8, [x8, _limit@PAGEOFF] str w8, [x9] b LBB3_14 LBB3_14: ; Parent Loop BB3_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB3_16 Depth 3 ldr x8, [sp, #144] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit@PAGE ldr w9, [x9, _limit@PAGEOFF] add w9, w9, #420 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_21 b LBB3_15 LBB3_15: ; in Loop: Header=BB3_14 Depth=2 ldur x9, [x29, #-136] ; 8-byte Folded Reload ldur x10, [x29, #-144] ; 8-byte Folded Reload ldur x11, [x29, #-152] ; 8-byte Folded Reload ldur x12, [x29, #-160] ; 8-byte Folded Reload ldur x13, [x29, #-168] ; 8-byte Folded Reload ldr x14, [sp, #176] ; 8-byte Folded Reload ldr x15, [sp, #168] ; 8-byte Folded Reload ldr x16, [sp, #160] ; 8-byte Folded Reload ldr x17, [sp, #152] ; 8-byte Folded Reload mov w8, #0 str wzr, [x17] str wzr, [x16] str wzr, [x15] str wzr, [x14] str wzr, [x13] str wzr, [x12] str wzr, [x11] str wzr, [x10] adrp x10, _limit@PAGE ldr w10, [x10, _limit@PAGEOFF] subs w8, w8, w10 str w8, [x9] b LBB3_16 LBB3_16: ; Parent Loop BB3_1 Depth=1 ; Parent Loop BB3_14 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _limit@PAGE ldr w9, [x9, _limit@PAGEOFF] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_19 b LBB3_17 LBB3_17: ; in Loop: Header=BB3_16 Depth=3 ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x11, [x29, #-88] ; 8-byte Folded Reload ldur x13, [x29, #-136] ; 8-byte Folded Reload ldr x10, [sp, #128] ; 8-byte Folded Reload ldr x14, [sp, #144] ; 8-byte Folded Reload ldur x16, [x29, #-96] ; 8-byte Folded Reload ldr x15, [sp, #112] ; 8-byte Folded Reload ldr x0, [sp, #80] ; 8-byte Folded Reload ldr x17, [sp, #120] ; 8-byte Folded Reload ldur x1, [x29, #-152] ; 8-byte Folded Reload ldur x2, [x29, #-160] ; 8-byte Folded Reload ldur x3, [x29, #-168] ; 8-byte Folded Reload ldr x4, [sp, #176] ; 8-byte Folded Reload ldur x6, [x29, #-104] ; 8-byte Folded Reload ldur x7, [x29, #-112] ; 8-byte Folded Reload ldr x19, [sp, #72] ; 8-byte Folded Reload ldr x5, [sp, #168] ; 8-byte Folded Reload ldr x20, [sp, #160] ; 8-byte Folded Reload ldr x21, [sp, #152] ; 8-byte Folded Reload ldr w8, [x21] ldr w12, [x14] ldr w22, [x13] add w12, w12, w22 ldr w22, [x17, w12, sxtw #2] adrp x12, _limit_gauss@PAGE str x12, [sp, #64] ; 8-byte Folded Spill ldr w23, [x12, _limit_gauss@PAGEOFF] ldr w24, [x13] add w23, w23, w24 ldr w23, [x19, w23, sxtw #2] mul w22, w22, w23 add w8, w8, w22 str w8, [x21] ldr w8, [x21] ldr w22, [x14] ldr w23, [x13] add w22, w22, w23 ldr w22, [x15, w22, sxtw #2] ldr w23, [x12, _limit_gauss@PAGEOFF] ldr w24, [x13] add w23, w23, w24 ldr w23, [x7, w23, sxtw #2] mul w22, w22, w23 add w8, w8, w22 str w8, [x21] ldr w8, [x21] ldr w22, [x14] ldr w23, [x13] add w22, w22, w23 ldr w22, [x10, w22, sxtw #2] ldr w23, [x12, _limit_gauss@PAGEOFF] ldr w24, [x13] add w23, w23, w24 ldr w23, [x6, w23, sxtw #2] mul w22, w22, w23 add w8, w8, w22 str w8, [x21] ldr w8, [x20] ldr w21, [x14] add w21, w21, #1 ldr w22, [x13] add w21, w21, w22 ldr w21, [x17, w21, sxtw #2] ldr w22, [x12, _limit_gauss@PAGEOFF] ldr w23, [x13] add w22, w22, w23 ldr w22, [x19, w22, sxtw #2] mul w21, w21, w22 add w8, w8, w21 str w8, [x20] ldr w8, [x20] ldr w21, [x14] add w21, w21, #1 ldr w22, [x13] add w21, w21, w22 ldr w21, [x15, w21, sxtw #2] ldr w22, [x12, _limit_gauss@PAGEOFF] ldr w23, [x13] add w22, w22, w23 ldr w22, [x7, w22, sxtw #2] mul w21, w21, w22 add w8, w8, w21 str w8, [x20] ldr w8, [x20] ldr w21, [x14] add w21, w21, #1 ldr w22, [x13] add w21, w21, w22 ldr w21, [x10, w21, sxtw #2] ldr w22, [x12, _limit_gauss@PAGEOFF] ldr w23, [x13] add w22, w22, w23 ldr w22, [x6, w22, sxtw #2] mul w21, w21, w22 add w8, w8, w21 str w8, [x20] ldr w8, [x5] ldr w20, [x14] add w20, w20, #2 ldr w21, [x13] add w20, w20, w21 ldr w20, [x17, w20, sxtw #2] ldr w21, [x12, _limit_gauss@PAGEOFF] ldr w22, [x13] add w21, w21, w22 ldr w21, [x19, w21, sxtw #2] mul w20, w20, w21 add w8, w8, w20 str w8, [x5] ldr w8, [x5] ldr w20, [x14] add w20, w20, #2 ldr w21, [x13] add w20, w20, w21 ldr w20, [x15, w20, sxtw #2] ldr w21, [x12, _limit_gauss@PAGEOFF] ldr w22, [x13] add w21, w21, w22 ldr w21, [x7, w21, sxtw #2] mul w20, w20, w21 add w8, w8, w20 str w8, [x5] ldr w8, [x5] ldr w20, [x14] add w20, w20, #2 ldr w21, [x13] add w20, w20, w21 ldr w20, [x10, w20, sxtw #2] ldr w21, [x12, _limit_gauss@PAGEOFF] ldr w22, [x13] add w21, w21, w22 ldr w21, [x6, w21, sxtw #2] mul w20, w20, w21 add w8, w8, w20 str w8, [x5] ldr w8, [x4] ldr w5, [x14] add w5, w5, #3 ldr w20, [x13] add w5, w5, w20 ldr w5, [x17, w5, sxtw #2] ldr w20, [x12, _limit_gauss@PAGEOFF] ldr w21, [x13] add w20, w20, w21 ldr w19, [x19, w20, sxtw #2] mul w5, w5, w19 add w8, w8, w5 str w8, [x4] ldr w8, [x4] ldr w5, [x14] add w5, w5, #3 ldr w19, [x13] add w5, w5, w19 ldr w5, [x15, w5, sxtw #2] ldr w19, [x12, _limit_gauss@PAGEOFF] ldr w20, [x13] add w19, w19, w20 ldr w7, [x7, w19, sxtw #2] mul w5, w5, w7 add w8, w8, w5 str w8, [x4] ldr w8, [x4] ldr w5, [x14] add w5, w5, #3 ldr w7, [x13] add w5, w5, w7 ldr w5, [x10, w5, sxtw #2] ldr w7, [x12, _limit_gauss@PAGEOFF] ldr w19, [x13] add w7, w7, w19 ldr w6, [x6, w7, sxtw #2] mul w5, w5, w6 add w8, w8, w5 str w8, [x4] ldr w8, [x3] ldr w4, [x14] ldr w5, [x13] add w4, w4, w5 ldr w4, [x17, w4, sxtw #2] ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x0, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x3] ldr w4, [x14] ldr w5, [x13] add w4, w4, w5 ldr w4, [x15, w4, sxtw #2] ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x16, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x3] ldr w4, [x14] ldr w5, [x13] add w4, w4, w5 ldr w4, [x10, w4, sxtw #2] ldr w5, [x12, _limit_gauss@PAGEOFF] ldr w6, [x13] add w5, w5, w6 ldr w5, [x11, w5, sxtw #2] mul w4, w4, w5 add w8, w8, w4 str w8, [x3] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x17, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x0, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x15, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x16, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x2] ldr w3, [x14] add w3, w3, #1 ldr w4, [x13] add w3, w3, w4 ldr w3, [x10, w3, sxtw #2] ldr w4, [x12, _limit_gauss@PAGEOFF] ldr w5, [x13] add w4, w4, w5 ldr w4, [x11, w4, sxtw #2] mul w3, w3, w4 add w8, w8, w3 str w8, [x2] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x17, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x0, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x15, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x16, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x1] ldr w2, [x14] add w2, w2, #2 ldr w3, [x13] add w2, w2, w3 ldr w2, [x10, w2, sxtw #2] ldr w3, [x12, _limit_gauss@PAGEOFF] ldr w4, [x13] add w3, w3, w4 ldr w3, [x11, w3, sxtw #2] mul w2, w2, w3 add w8, w8, w2 str w8, [x1] ldr w8, [x9] ldr w1, [x14] add w1, w1, #3 ldr w2, [x13] add w1, w1, w2 ldr w17, [x17, w1, sxtw #2] ldr w1, [x12, _limit_gauss@PAGEOFF] ldr w2, [x13] add w1, w1, w2 ldr w0, [x0, w1, sxtw #2] mul w17, w17, w0 add w8, w8, w17 str w8, [x9] ldr w8, [x9] ldr w17, [x14] add w17, w17, #3 ldr w0, [x13] add w17, w17, w0 ldr w15, [x15, w17, sxtw #2] ldr w17, [x12, _limit_gauss@PAGEOFF] ldr w0, [x13] add w17, w17, w0 ldr w16, [x16, w17, sxtw #2] mul w15, w15, w16 add w8, w8, w15 str w8, [x9] ldr w8, [x9] ldr w14, [x14] add w14, w14, #3 ldr w15, [x13] add w14, w14, w15 ldr w10, [x10, w14, sxtw #2] ldr w12, [x12, _limit_gauss@PAGEOFF] ldr w13, [x13] add w12, w12, w13 ldr w11, [x11, w12, sxtw #2] mul w10, w10, w11 add w8, w8, w10 str w8, [x9] b LBB3_18 LBB3_18: ; in Loop: Header=BB3_16 Depth=3 ldur x9, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_16 LBB3_19: ; in Loop: Header=BB3_14 Depth=2 ldr x10, [sp, #144] ; 8-byte Folded Reload ldur x9, [x29, #-120] ; 8-byte Folded Reload ldr x11, [sp, #88] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldur x13, [x29, #-152] ; 8-byte Folded Reload ldur x14, [x29, #-160] ; 8-byte Folded Reload ldur x15, [x29, #-168] ; 8-byte Folded Reload ldur x17, [x29, #-128] ; 8-byte Folded Reload ldr x16, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #168] ; 8-byte Folded Reload ldr x1, [sp, #160] ; 8-byte Folded Reload ldr x12, [sp, #152] ; 8-byte Folded Reload ldr s1, [x12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w2, d0 ldrsw x3, [x11] mov x12, #1688 str x12, [sp, #56] ; 8-byte Folded Spill mul x4, x3, x12 mov x3, x17 add x3, x3, x4 ldrsw x4, [x10] str w2, [x3, x4, lsl #2] ldr s1, [x1] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w1, d0 ldrsw x2, [x11] mul x3, x2, x12 mov x2, x17 add x2, x2, x3 ldr w3, [x10] add w3, w3, #1 str w1, [x2, w3, sxtw #2] ldr s1, [x0] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w0, d0 ldrsw x1, [x11] mul x2, x1, x12 mov x1, x17 add x1, x1, x2 ldr w2, [x10] add w2, w2, #2 str w0, [x1, w2, sxtw #2] ldr s1, [x16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w16, d0 ldrsw x0, [x11] mul x0, x0, x12 add x17, x17, x0 ldr w0, [x10] add w0, w0, #3 str w16, [x17, w0, sxtw #2] ldr s1, [x15] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w15, d0 ldrsw x16, [x11] mul x17, x16, x12 mov x16, x9 add x16, x16, x17 ldrsw x17, [x10] str w15, [x16, x17, lsl #2] ldr s1, [x14] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w14, d0 ldrsw x15, [x11] mul x16, x15, x12 mov x15, x9 add x15, x15, x16 ldr w16, [x10] add w16, w16, #1 str w14, [x15, w16, sxtw #2] ldr s1, [x13] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w13, d0 ldrsw x14, [x11] mul x15, x14, x12 mov x14, x9 add x14, x14, x15 ldr w15, [x10] add w15, w15, #2 str w13, [x14, w15, sxtw #2] ldr s1, [x8] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fcvtms w8, d0 ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] add w10, w10, #3 str w8, [x9, w10, sxtw #2] b LBB3_20 LBB3_20: ; in Loop: Header=BB3_14 Depth=2 ldr x9, [sp, #144] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB3_14 LBB3_21: ; in Loop: Header=BB3_1 Depth=1 b LBB3_22 LBB3_22: ; in Loop: Header=BB3_1 Depth=1 ldr x9, [sp, #88] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_1 LBB3_23: ldr x8, [sp, #96] ; 8-byte Folded Reload str wzr, [x8] b LBB3_24 LBB3_24: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldr w8, [x8] mov w9, #52064 movk w9, #1, lsl #16 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_35 b LBB3_25 LBB3_25: ; in Loop: Header=BB3_24 Depth=1 adrp x9, _igx@PAGE ldr x8, [x9, _igx@PAGEOFF] ldr w8, [x8] ldr x10, [x9, _igx@PAGEOFF] ldr w10, [x10] mul w10, w8, w10 adrp x8, _igy@PAGE ldr x11, [x8, _igy@PAGEOFF] ldr w11, [x11] ldr x12, [x8, _igy@PAGEOFF] ldr w12, [x12] mul w11, w11, w12 add w10, w10, w11 scvtf d0, w10 fsqrt d0, d0 fcvtzs w10, d0 adrp x11, _s@PAGE str x11, [sp, #48] ; 8-byte Folded Spill ldr x11, [x11, _s@PAGEOFF] str w10, [x11] ldr x9, [x9, _igx@PAGEOFF] ldr s1, [x9] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _igy@PAGEOFF] ldr s2, [x8] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 bl _atan2 ldr x8, [sp, #48] ; 8-byte Folded Reload adrp x9, lCPI3_1@PAGE ldr d1, [x9, lCPI3_1@PAGEOFF] fdiv d0, d0, d1 adrp x9, lCPI3_0@PAGE ldr d1, [x9, lCPI3_0@PAGEOFF] fmul d0, d0, d1 fcvtzs w9, d0 adrp x10, _o@PAGE ldr x10, [x10, _o@PAGEOFF] str w9, [x10] ldr x8, [x8, _s@PAGEOFF] ldr w8, [x8] subs w8, w8, #255 cset w8, lt tbnz w8, #0, LBB3_27 b LBB3_26 LBB3_26: ; in Loop: Header=BB3_24 Depth=1 adrp x8, _s@PAGE ldr x9, [x8, _s@PAGEOFF] mov w8, #255 str w8, [x9] b LBB3_27 LBB3_27: ; in Loop: Header=BB3_24 Depth=1 adrp x11, _s@PAGE str x11, [sp, #40] ; 8-byte Folded Spill ldr x8, [x11, _s@PAGEOFF] add x8, x8, #4 str x8, [x11, _s@PAGEOFF] adrp x9, _o@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x8, [x9, _o@PAGEOFF] add x8, x8, #4 str x8, [x9, _o@PAGEOFF] adrp x9, _igx@PAGE ldr x8, [x9, _igx@PAGEOFF] add x8, x8, #4 str x8, [x9, _igx@PAGEOFF] adrp x8, _igy@PAGE ldr x10, [x8, _igy@PAGEOFF] add x10, x10, #4 str x10, [x8, _igy@PAGEOFF] ldr x10, [x9, _igx@PAGEOFF] ldr w10, [x10] ldr x12, [x9, _igx@PAGEOFF] ldr w12, [x12] mul w10, w10, w12 ldr x12, [x8, _igy@PAGEOFF] ldr w12, [x12] ldr x13, [x8, _igy@PAGEOFF] ldr w13, [x13] mul w12, w12, w13 add w10, w10, w12 scvtf d0, w10 fsqrt d0, d0 fcvtzs w10, d0 ldr x11, [x11, _s@PAGEOFF] str w10, [x11] ldr x9, [x9, _igx@PAGEOFF] ldr s1, [x9] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _igy@PAGEOFF] ldr s2, [x8] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 bl _atan2 ldr x10, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #40] ; 8-byte Folded Reload adrp x9, lCPI3_1@PAGE ldr d1, [x9, lCPI3_1@PAGEOFF] fdiv d0, d0, d1 adrp x9, lCPI3_0@PAGE ldr d1, [x9, lCPI3_0@PAGEOFF] fmul d0, d0, d1 fcvtzs w9, d0 ldr x10, [x10, _o@PAGEOFF] str w9, [x10] ldr x8, [x8, _s@PAGEOFF] ldr w8, [x8] subs w8, w8, #255 cset w8, lt tbnz w8, #0, LBB3_29 b LBB3_28 LBB3_28: ; in Loop: Header=BB3_24 Depth=1 adrp x8, _s@PAGE ldr x9, [x8, _s@PAGEOFF] mov w8, #255 str w8, [x9] b LBB3_29 LBB3_29: ; in Loop: Header=BB3_24 Depth=1 adrp x11, _s@PAGE str x11, [sp, #24] ; 8-byte Folded Spill ldr x8, [x11, _s@PAGEOFF] add x8, x8, #4 str x8, [x11, _s@PAGEOFF] adrp x9, _o@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x8, [x9, _o@PAGEOFF] add x8, x8, #4 str x8, [x9, _o@PAGEOFF] adrp x9, _igx@PAGE ldr x8, [x9, _igx@PAGEOFF] add x8, x8, #4 str x8, [x9, _igx@PAGEOFF] adrp x8, _igy@PAGE ldr x10, [x8, _igy@PAGEOFF] add x10, x10, #4 str x10, [x8, _igy@PAGEOFF] ldr x10, [x9, _igx@PAGEOFF] ldr w10, [x10] ldr x12, [x9, _igx@PAGEOFF] ldr w12, [x12] mul w10, w10, w12 ldr x12, [x8, _igy@PAGEOFF] ldr w12, [x12] ldr x13, [x8, _igy@PAGEOFF] ldr w13, [x13] mul w12, w12, w13 add w10, w10, w12 scvtf d0, w10 fsqrt d0, d0 fcvtzs w10, d0 ldr x11, [x11, _s@PAGEOFF] str w10, [x11] ldr x9, [x9, _igx@PAGEOFF] ldr s1, [x9] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _igy@PAGEOFF] ldr s2, [x8] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 bl _atan2 ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload adrp x9, lCPI3_1@PAGE ldr d1, [x9, lCPI3_1@PAGEOFF] fdiv d0, d0, d1 adrp x9, lCPI3_0@PAGE ldr d1, [x9, lCPI3_0@PAGEOFF] fmul d0, d0, d1 fcvtzs w9, d0 ldr x10, [x10, _o@PAGEOFF] str w9, [x10] ldr x8, [x8, _s@PAGEOFF] ldr w8, [x8] subs w8, w8, #255 cset w8, lt tbnz w8, #0, LBB3_31 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_24 Depth=1 adrp x8, _s@PAGE ldr x9, [x8, _s@PAGEOFF] mov w8, #255 str w8, [x9] b LBB3_31 LBB3_31: ; in Loop: Header=BB3_24 Depth=1 adrp x11, _s@PAGE str x11, [sp, #8] ; 8-byte Folded Spill ldr x8, [x11, _s@PAGEOFF] add x8, x8, #4 str x8, [x11, _s@PAGEOFF] adrp x9, _o@PAGE str x9, [sp] ; 8-byte Folded Spill ldr x8, [x9, _o@PAGEOFF] add x8, x8, #4 str x8, [x9, _o@PAGEOFF] adrp x9, _igx@PAGE ldr x8, [x9, _igx@PAGEOFF] add x8, x8, #4 str x8, [x9, _igx@PAGEOFF] adrp x8, _igy@PAGE ldr x10, [x8, _igy@PAGEOFF] add x10, x10, #4 str x10, [x8, _igy@PAGEOFF] ldr x10, [x9, _igx@PAGEOFF] ldr w10, [x10] ldr x12, [x9, _igx@PAGEOFF] ldr w12, [x12] mul w10, w10, w12 ldr x12, [x8, _igy@PAGEOFF] ldr w12, [x12] ldr x13, [x8, _igy@PAGEOFF] ldr w13, [x13] mul w12, w12, w13 add w10, w10, w12 scvtf d0, w10 fsqrt d0, d0 fcvtzs w10, d0 ldr x11, [x11, _s@PAGEOFF] str w10, [x11] ldr x9, [x9, _igx@PAGEOFF] ldr s1, [x9] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _igy@PAGEOFF] ldr s2, [x8] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 bl _atan2 ldr x10, [sp] ; 8-byte Folded Reload ldr x8, [sp, #8] ; 8-byte Folded Reload adrp x9, lCPI3_1@PAGE ldr d1, [x9, lCPI3_1@PAGEOFF] fdiv d0, d0, d1 adrp x9, lCPI3_0@PAGE ldr d1, [x9, lCPI3_0@PAGEOFF] fmul d0, d0, d1 fcvtzs w9, d0 ldr x10, [x10, _o@PAGEOFF] str w9, [x10] ldr x8, [x8, _s@PAGEOFF] ldr w8, [x8] subs w8, w8, #255 cset w8, lt tbnz w8, #0, LBB3_33 b LBB3_32 LBB3_32: ; in Loop: Header=BB3_24 Depth=1 adrp x8, _s@PAGE ldr x9, [x8, _s@PAGEOFF] mov w8, #255 str w8, [x9] b LBB3_33 LBB3_33: ; in Loop: Header=BB3_24 Depth=1 adrp x9, _s@PAGE ldr x8, [x9, _s@PAGEOFF] add x8, x8, #4 str x8, [x9, _s@PAGEOFF] adrp x9, _o@PAGE ldr x8, [x9, _o@PAGEOFF] add x8, x8, #4 str x8, [x9, _o@PAGEOFF] adrp x9, _igx@PAGE ldr x8, [x9, _igx@PAGEOFF] add x8, x8, #4 str x8, [x9, _igx@PAGEOFF] adrp x9, _igy@PAGE ldr x8, [x9, _igy@PAGEOFF] add x8, x8, #4 str x8, [x9, _igy@PAGEOFF] b LBB3_34 LBB3_34: ; in Loop: Header=BB3_24 Depth=1 ldr x9, [sp, #96] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB3_24 LBB3_35: ldp x29, x30, [sp, #352] ; 16-byte Folded Reload ldp x20, x19, [sp, #336] ; 16-byte Folded Reload ldp x22, x21, [sp, #320] ; 16-byte Folded Reload ldp x24, x23, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #368 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function nonSup lCPI4_0: .quad 0x4036800000000000 ; double 22.5 lCPI4_1: .quad 0x4050e00000000000 ; double 67.5 lCPI4_2: .quad 0xc05c200000000000 ; double -112.5 lCPI4_3: .quad 0xc063b00000000000 ; double -157.5 lCPI4_4: .quad 0x4063b00000000000 ; double 157.5 lCPI4_5: .quad 0x405c200000000000 ; double 112.5 lCPI4_6: .quad 0xc036800000000000 ; double -22.5 lCPI4_7: .quad 0xc050e00000000000 ; double -67.5 .section __TEXT,__text,regular,pure_instructions .globl _nonSup .p2align 2 _nonSup: ; @nonSup .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 adrp x8, _col@GOTPAGE ldr x8, [x8, _col@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x9, _row@GOTPAGE ldr x9, [x9, _row@GOTPAGEOFF] str x9, [sp, #16] ; 8-byte Folded Spill adrp x9, _Eo@GOTPAGE ldr x9, [x9, _Eo@GOTPAGEOFF] str x9, [sp, #24] ; 8-byte Folded Spill adrp x9, _Es@GOTPAGE ldr x9, [x9, _Es@GOTPAGEOFF] str x9, [sp, #32] ; 8-byte Folded Spill adrp x9, _NonMax@GOTPAGE ldr x9, [x9, _NonMax@GOTPAGEOFF] str x9, [sp, #40] ; 8-byte Folded Spill str wzr, [x8] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_3 Depth 2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #420 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB4_3 LBB4_3: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #280 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #40] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x13, [sp, #32] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x13 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldrsw x11, [x9] mov x14, #1680 mul x14, x11, x14 mov x11, x12 add x11, x11, x14 ldrsw x14, [x10] str w8, [x11, x14, lsl #2] ldr w8, [x9] add w8, w8, #1 mov x14, x13 mov w11, #1688 smaddl x8, w8, w11, x14 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w11, [x9] add w11, w11, #1 mov x15, x12 mov w14, #1680 smaddl x11, w11, w14, x15 ldrsw x14, [x10] str w8, [x11, x14, lsl #2] ldr w8, [x9] add w8, w8, #2 mov x14, x13 mov w11, #1688 smaddl x8, w8, w11, x14 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w11, [x9] add w11, w11, #2 mov x15, x12 mov w14, #1680 smaddl x11, w11, w14, x15 ldrsw x14, [x10] str w8, [x11, x14, lsl #2] ldr w8, [x9] add w8, w8, #3 mov w11, #1688 smaddl x8, w8, w11, x13 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] add w9, w9, #3 mov w11, #1680 smaddl x9, w9, w11, x12 ldrsw x10, [x10] str w8, [x9, x10, lsl #2] b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB4_3 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB4_1 LBB4_8: ldr x8, [sp, #16] ; 8-byte Folded Reload str wzr, [x8] b LBB4_9 LBB4_9: ; =>This Loop Header: Depth=1 ; Child Loop BB4_11 Depth 2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #280 cset w8, ge tbnz w8, #0, LBB4_48 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_9 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload str wzr, [x8] b LBB4_11 LBB4_11: ; Parent Loop BB4_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #420 cset w8, ge tbnz w8, #0, LBB4_46 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_6@PAGE ldr d0, [x8, lCPI4_6@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_0@PAGE ldr d1, [x8, lCPI4_0@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB4_16 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_4@PAGE ldr d0, [x8, lCPI4_4@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_20 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_3@PAGE ldr d1, [x8, lCPI4_3@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB4_20 b LBB4_16 LBB4_16: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x11, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x11] mov x12, #1688 mul x13, x8, x12 mov x8, x9 add x8, x8, x13 ldrsw x13, [x10] ldr w8, [x8, x13, lsl #2] ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] add w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB4_18 b LBB4_17 LBB4_17: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x11, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x11] mov x12, #1688 mul x13, x8, x12 mov x8, x9 add x8, x8, x13 ldrsw x13, [x10] ldr w8, [x8, x13, lsl #2] ldrsw x11, [x11] mul x11, x11, x12 add x9, x9, x11 ldr w10, [x10] subs w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_19 b LBB4_18 LBB4_18: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB4_19 LBB4_19: ; in Loop: Header=BB4_11 Depth=2 b LBB4_20 LBB4_20: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_2@PAGE ldr d0, [x8, lCPI4_2@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_22 b LBB4_21 LBB4_21: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_7@PAGE ldr d1, [x8, lCPI4_7@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB4_24 b LBB4_22 LBB4_22: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_1@PAGE ldr d0, [x8, lCPI4_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_28 b LBB4_23 LBB4_23: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_5@PAGE ldr d1, [x8, lCPI4_5@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB4_28 b LBB4_24 LBB4_24: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] add w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldrsw x10, [x10] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB4_26 b LBB4_25 LBB4_25: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] subs w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldrsw x10, [x10] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_27 b LBB4_26 LBB4_26: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB4_27 LBB4_27: ; in Loop: Header=BB4_11 Depth=2 b LBB4_28 LBB4_28: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_7@PAGE ldr d0, [x8, lCPI4_7@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_30 b LBB4_29 LBB4_29: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_6@PAGE ldr d1, [x8, lCPI4_6@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB4_32 b LBB4_30 LBB4_30: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_5@PAGE ldr d0, [x8, lCPI4_5@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_36 b LBB4_31 LBB4_31: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_4@PAGE ldr d1, [x8, lCPI4_4@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB4_36 b LBB4_32 LBB4_32: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] add w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldr w10, [x10] add w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB4_34 b LBB4_33 LBB4_33: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] subs w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldr w10, [x10] add w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_35 b LBB4_34 LBB4_34: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB4_35 LBB4_35: ; in Loop: Header=BB4_11 Depth=2 b LBB4_36 LBB4_36: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_3@PAGE ldr d0, [x8, lCPI4_3@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_38 b LBB4_37 LBB4_37: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_2@PAGE ldr d1, [x8, lCPI4_2@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB4_40 b LBB4_38 LBB4_38: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI4_1@PAGE ldr d0, [x8, lCPI4_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB4_44 b LBB4_39 LBB4_39: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI4_0@PAGE ldr d1, [x8, lCPI4_0@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB4_44 b LBB4_40 LBB4_40: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] add w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldr w10, [x10] add w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB4_42 b LBB4_41 LBB4_41: ; in Loop: Header=BB4_11 Depth=2 ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x12, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldrsw x8, [x9] mov x11, #1688 mul x11, x8, x11 mov x8, x12 add x8, x8, x11 ldrsw x11, [x10] ldr w8, [x8, x11, lsl #2] ldr w9, [x9] subs w9, w9, #1 mov w11, #1688 smaddl x9, w9, w11, x12 ldr w10, [x10] subs w10, w10, #1 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_43 b LBB4_42 LBB4_42: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB4_43 LBB4_43: ; in Loop: Header=BB4_11 Depth=2 b LBB4_44 LBB4_44: ; in Loop: Header=BB4_11 Depth=2 b LBB4_45 LBB4_45: ; in Loop: Header=BB4_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB4_11 LBB4_46: ; in Loop: Header=BB4_9 Depth=1 b LBB4_47 LBB4_47: ; in Loop: Header=BB4_9 Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB4_9 LBB4_48: add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function neighbor_loop lCPI5_0: .quad 0x4036800000000000 ; double 22.5 lCPI5_1: .quad 0x4050e00000000000 ; double 67.5 lCPI5_2: .quad 0xc05c200000000000 ; double -112.5 lCPI5_3: .quad 0xc063b00000000000 ; double -157.5 lCPI5_4: .quad 0x4063b00000000000 ; double 157.5 lCPI5_5: .quad 0x405c200000000000 ; double 112.5 lCPI5_6: .quad 0xc036800000000000 ; double -22.5 lCPI5_7: .quad 0xc050e00000000000 ; double -67.5 .section __TEXT,__text,regular,pure_instructions .globl _neighbor_loop .p2align 2 _neighbor_loop: ; @neighbor_loop .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, _Eo@GOTPAGE ldr x8, [x8, _Eo@GOTPAGEOFF] stur x8, [x29, #-32] ; 8-byte Folded Spill adrp x9, _NonMax@GOTPAGE ldr x9, [x9, _NonMax@GOTPAGEOFF] stur x9, [x29, #-24] ; 8-byte Folded Spill adrp x9, _Edges@GOTPAGE ldr x9, [x9, _Edges@GOTPAGEOFF] stur x9, [x29, #-16] ; 8-byte Folded Spill stur w0, [x29, #-4] stur w1, [x29, #-8] ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_6@PAGE ldr d0, [x8, lCPI5_6@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_0@PAGE ldr d1, [x8, lCPI5_0@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB5_4 b LBB5_2 LBB5_2: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_4@PAGE ldr d0, [x8, lCPI5_4@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_12 b LBB5_3 LBB5_3: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_3@PAGE ldr d1, [x8, lCPI5_3@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB5_12 b LBB5_4 LBB5_4: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1680 mul x9, x9, x10 add x8, x8, x9 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_7 b LBB5_5 LBB5_5: ldursw x8, [x29, #-4] mov x9, #1688 mul x9, x8, x9 adrp x8, _searched@PAGE add x8, x8, _searched@PAGEOFF add x8, x8, x9 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: ldur x8, [x29, #-16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 str x10, [sp, #48] ; 8-byte Folded Spill mul x9, x9, x10 add x9, x8, x9 ldur w8, [x29, #-8] mov w10, #1 stur w10, [x29, #-36] ; 4-byte Folded Spill add w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w0, [x29, #-4] ldur w8, [x29, #-8] add w1, w8, #1 bl _neighbor_loop ldr x10, [sp, #48] ; 8-byte Folded Reload ldur w8, [x29, #-36] ; 4-byte Folded Reload ldursw x9, [x29, #-4] mul x10, x9, x10 adrp x9, _searched@PAGE add x9, x9, _searched@PAGEOFF add x9, x9, x10 ldur w10, [x29, #-8] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_11 LBB5_7: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1680 mul x9, x9, x10 add x8, x8, x9 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_10 b LBB5_8 LBB5_8: ldursw x8, [x29, #-4] mov x9, #1688 mul x9, x8, x9 adrp x8, _searched@PAGE add x8, x8, _searched@PAGEOFF add x8, x8, x9 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_10 b LBB5_9 LBB5_9: ldur x8, [x29, #-16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 str x10, [sp, #32] ; 8-byte Folded Spill mul x9, x9, x10 add x9, x8, x9 ldur w8, [x29, #-8] mov w10, #1 str w10, [sp, #44] ; 4-byte Folded Spill subs w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w0, [x29, #-4] ldur w8, [x29, #-8] subs w1, w8, #1 bl _neighbor_loop ldr x10, [sp, #32] ; 8-byte Folded Reload ldr w8, [sp, #44] ; 4-byte Folded Reload ldursw x9, [x29, #-4] mul x10, x9, x10 adrp x9, _searched@PAGE add x9, x9, _searched@PAGEOFF add x9, x9, x10 ldur w10, [x29, #-8] subs w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_10 LBB5_10: b LBB5_11 LBB5_11: b LBB5_51 LBB5_12: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_2@PAGE ldr d0, [x8, lCPI5_2@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_14 b LBB5_13 LBB5_13: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_7@PAGE ldr d1, [x8, lCPI5_7@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB5_16 b LBB5_14 LBB5_14: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_1@PAGE ldr d0, [x8, lCPI5_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_24 b LBB5_15 LBB5_15: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_5@PAGE ldr d1, [x8, lCPI5_5@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB5_24 b LBB5_16 LBB5_16: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] add w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldursw x9, [x29, #-8] ldr w8, [x8, x9, lsl #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_19 b LBB5_17 LBB5_17: ldur w8, [x29, #-4] add w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldursw x9, [x29, #-8] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_19 b LBB5_18 LBB5_18: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #28] ; 4-byte Folded Spill add w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldursw x10, [x29, #-8] mov w8, #255 str w8, [x9, x10, lsl #2] ldur w8, [x29, #-4] add w0, w8, #1 ldur w1, [x29, #-8] bl _neighbor_loop ldr w8, [sp, #28] ; 4-byte Folded Reload ldur w9, [x29, #-4] add w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldursw x10, [x29, #-8] str w8, [x9, x10, lsl #2] b LBB5_23 LBB5_19: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] subs w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldursw x9, [x29, #-8] ldr w8, [x8, x9, lsl #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_22 b LBB5_20 LBB5_20: ldur w8, [x29, #-4] subs w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldursw x9, [x29, #-8] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_22 b LBB5_21 LBB5_21: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #24] ; 4-byte Folded Spill subs w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldursw x10, [x29, #-8] mov w8, #255 str w8, [x9, x10, lsl #2] ldur w8, [x29, #-4] subs w0, w8, #1 ldur w1, [x29, #-8] bl _neighbor_loop ldr w8, [sp, #24] ; 4-byte Folded Reload ldur w9, [x29, #-4] subs w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldursw x10, [x29, #-8] str w8, [x9, x10, lsl #2] b LBB5_22 LBB5_22: b LBB5_23 LBB5_23: b LBB5_50 LBB5_24: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_7@PAGE ldr d0, [x8, lCPI5_7@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_26 b LBB5_25 LBB5_25: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_6@PAGE ldr d1, [x8, lCPI5_6@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB5_28 b LBB5_26 LBB5_26: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_5@PAGE ldr d0, [x8, lCPI5_5@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_36 b LBB5_27 LBB5_27: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_4@PAGE ldr d1, [x8, lCPI5_4@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB5_36 b LBB5_28 LBB5_28: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] subs w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_31 b LBB5_29 LBB5_29: ldur w8, [x29, #-4] subs w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_31 b LBB5_30 LBB5_30: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldur w8, [x29, #-8] add w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w8, [x29, #-4] subs w0, w8, #1 ldur w8, [x29, #-8] add w1, w8, #1 bl _neighbor_loop ldr w8, [sp, #20] ; 4-byte Folded Reload ldur w9, [x29, #-4] subs w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldur w10, [x29, #-8] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_35 LBB5_31: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] add w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_34 b LBB5_32 LBB5_32: ldur w8, [x29, #-4] add w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_34 b LBB5_33 LBB5_33: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #16] ; 4-byte Folded Spill add w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldur w8, [x29, #-8] subs w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w8, [x29, #-4] add w0, w8, #1 ldur w8, [x29, #-8] subs w1, w8, #1 bl _neighbor_loop ldr w8, [sp, #16] ; 4-byte Folded Reload ldur w9, [x29, #-4] add w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldur w10, [x29, #-8] subs w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_34 LBB5_34: b LBB5_35 LBB5_35: b LBB5_49 LBB5_36: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_3@PAGE ldr d0, [x8, lCPI5_3@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_38 b LBB5_37 LBB5_37: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_2@PAGE ldr d1, [x8, lCPI5_2@PAGEOFF] fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB5_40 b LBB5_38 LBB5_38: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x8, lCPI5_1@PAGE ldr d0, [x8, lCPI5_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB5_48 b LBB5_39 LBB5_39: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] mov x10, #1688 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-8] ldr s1, [x8, x9, lsl #2] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 adrp x8, lCPI5_0@PAGE ldr d1, [x8, lCPI5_0@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB5_48 b LBB5_40 LBB5_40: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] add w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_43 b LBB5_41 LBB5_41: ldur w8, [x29, #-4] add w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_43 b LBB5_42 LBB5_42: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill add w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldur w8, [x29, #-8] add w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w8, [x29, #-4] add w0, w8, #1 ldur w8, [x29, #-8] add w1, w8, #1 bl _neighbor_loop ldr w8, [sp, #12] ; 4-byte Folded Reload ldur w9, [x29, #-4] add w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldur w10, [x29, #-8] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_47 LBB5_43: ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur w8, [x29, #-4] subs w8, w8, #1 mov w9, #1680 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB5_46 b LBB5_44 LBB5_44: ldur w8, [x29, #-4] subs w8, w8, #1 adrp x10, _searched@PAGE add x10, x10, _searched@PAGEOFF mov w9, #1688 smaddl x8, w8, w9, x10 ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_46 b LBB5_45 LBB5_45: ldur x10, [x29, #-16] ; 8-byte Folded Reload ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #1 mov w9, #1688 smaddl x9, w8, w9, x10 ldur w8, [x29, #-8] subs w10, w8, #1 mov w8, #255 str w8, [x9, w10, sxtw #2] ldur w8, [x29, #-4] subs w0, w8, #1 ldur w8, [x29, #-8] subs w1, w8, #1 bl _neighbor_loop ldr w8, [sp, #8] ; 4-byte Folded Reload ldur w9, [x29, #-4] subs w9, w9, #1 adrp x11, _searched@PAGE add x11, x11, _searched@PAGEOFF mov w10, #1688 smaddl x9, w9, w10, x11 ldur w10, [x29, #-8] subs w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB5_46 LBB5_46: b LBB5_47 LBB5_47: b LBB5_48 LBB5_48: b LBB5_49 LBB5_49: b LBB5_50 LBB5_50: b LBB5_51 LBB5_51: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _hysteresis ; -- Begin function hysteresis .p2align 2 _hysteresis: ; @hysteresis .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, _row@GOTPAGE ldr x8, [x8, _row@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x9, _col@GOTPAGE ldr x9, [x9, _col@GOTPAGEOFF] str x9, [sp, #8] ; 8-byte Folded Spill adrp x9, _NonMax@GOTPAGE ldr x9, [x9, _NonMax@GOTPAGEOFF] str x9, [sp, #16] ; 8-byte Folded Spill adrp x9, _Edges@GOTPAGE ldr x9, [x9, _Edges@GOTPAGEOFF] stur x9, [x29, #-8] ; 8-byte Folded Spill str wzr, [x8] b LBB6_1 LBB6_1: ; =>This Loop Header: Depth=1 ; Child Loop BB6_3 Depth 2 ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #280 cset w8, ge tbnz w8, #0, LBB6_28 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload str wzr, [x8] b LBB6_3 LBB6_3: ; Parent Loop BB6_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #420 cset w8, ge tbnz w8, #0, LBB6_26 b LBB6_4 LBB6_4: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x9, x9, x10 ldrsw x10, [x8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB6_9 LBB6_6: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] adrp x9, _T2@PAGE ldr w9, [x9, _T2@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB6_8 b LBB6_7 LBB6_7: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp] ; 8-byte Folded Reload ldur x10, [x29, #-8] ; 8-byte Folded Reload ldrsw x11, [x9] mov x12, #1688 mul x11, x11, x12 add x11, x10, x11 ldrsw x12, [x8] mov w10, #255 str w10, [x11, x12, lsl #2] ldr w0, [x9] ldr w1, [x8] bl _neighbor_loop b LBB6_8 LBB6_8: ; in Loop: Header=BB6_3 Depth=2 b LBB6_9 LBB6_9: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_11 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x9, x9, x10 ldr w8, [x8] add w10, w8, #1 mov w8, #0 str w8, [x9, w10, sxtw #2] b LBB6_14 LBB6_11: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #1 ldr w8, [x8, w9, sxtw #2] adrp x9, _T2@PAGE ldr w9, [x9, _T2@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB6_13 b LBB6_12 LBB6_12: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp] ; 8-byte Folded Reload ldur x10, [x29, #-8] ; 8-byte Folded Reload ldrsw x11, [x9] mov x12, #1688 mul x11, x11, x12 add x11, x10, x11 ldr w10, [x8] add w12, w10, #1 mov w10, #255 str w10, [x11, w12, sxtw #2] ldr w0, [x9] ldr w8, [x8] add w1, w8, #1 bl _neighbor_loop b LBB6_13 LBB6_13: ; in Loop: Header=BB6_3 Depth=2 b LBB6_14 LBB6_14: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #2 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_16 b LBB6_15 LBB6_15: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x9, x9, x10 ldr w8, [x8] add w10, w8, #2 mov w8, #0 str w8, [x9, w10, sxtw #2] b LBB6_19 LBB6_16: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #2 ldr w8, [x8, w9, sxtw #2] adrp x9, _T2@PAGE ldr w9, [x9, _T2@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB6_18 b LBB6_17 LBB6_17: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp] ; 8-byte Folded Reload ldur x10, [x29, #-8] ; 8-byte Folded Reload ldrsw x11, [x9] mov x12, #1688 mul x11, x11, x12 add x11, x10, x11 ldr w10, [x8] add w12, w10, #2 mov w10, #255 str w10, [x11, w12, sxtw #2] ldr w0, [x9] ldr w8, [x8] add w1, w8, #2 bl _neighbor_loop b LBB6_18 LBB6_18: ; in Loop: Header=BB6_3 Depth=2 b LBB6_19 LBB6_19: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #3 ldr w8, [x8, w9, sxtw #2] adrp x9, _T1@PAGE ldr w9, [x9, _T1@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_21 b LBB6_20 LBB6_20: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1688 mul x10, x10, x11 add x9, x9, x10 ldr w8, [x8] add w10, w8, #3 mov w8, #0 str w8, [x9, w10, sxtw #2] b LBB6_24 LBB6_21: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldrsw x10, [x10] mov x11, #1680 mul x10, x10, x11 add x8, x8, x10 ldr w9, [x9] add w9, w9, #3 ldr w8, [x8, w9, sxtw #2] adrp x9, _T2@PAGE ldr w9, [x9, _T2@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB6_23 b LBB6_22 LBB6_22: ; in Loop: Header=BB6_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp] ; 8-byte Folded Reload ldur x10, [x29, #-8] ; 8-byte Folded Reload ldrsw x11, [x9] mov x12, #1688 mul x11, x11, x12 add x11, x10, x11 ldr w10, [x8] add w12, w10, #3 mov w10, #255 str w10, [x11, w12, sxtw #2] ldr w0, [x9] ldr w8, [x8] add w1, w8, #3 bl _neighbor_loop b LBB6_23 LBB6_23: ; in Loop: Header=BB6_3 Depth=2 b LBB6_24 LBB6_24: ; in Loop: Header=BB6_3 Depth=2 b LBB6_25 LBB6_25: ; in Loop: Header=BB6_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #4 str w8, [x9] b LBB6_3 LBB6_26: ; in Loop: Header=BB6_1 Depth=1 b LBB6_27 LBB6_27: ; in Loop: Header=BB6_1 Depth=1 ldr x9, [sp] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB6_1 LBB6_28: 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 x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _read bl _gaussian_blur bl _sobel bl _nonSup bl _hysteresis bl _write adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __DATA,__data .globl _limit ; @limit .p2align 2 _limit: .long 1 ; 0x1 .globl _limit_gauss ; @limit_gauss .p2align 2 _limit_gauss: .long 1 ; 0x1 .comm _Es,476016,2 ; @Es .globl _s ; @s .p2align 3 _s: .quad _Es .comm _Eo,476016,2 ; @Eo .globl _o ; @o .p2align 3 _o: .quad _Eo .comm _Igx,476016,2 ; @Igx .globl _igx ; @igx .p2align 3 _igx: .quad _Igx .comm _Igy,476016,2 ; @Igy .globl _igy ; @igy .p2align 3 _igy: .quad _Igy .globl _searched ; @searched .zerofill __DATA,__common,_searched,476016,2 .globl _T1 ; @T1 .p2align 2 _T1: .long 230 ; 0xe6 .globl _T2 ; @T2 .p2align 2 _T2: .long 245 ; 0xf5 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "bus_420x280.yuv" l_.str.1: ; @.str.1 .asciz "rb" l_.str.2: ; @.str.2 .asciz "current frame doesn't exist\n" .comm _i,4,2 ; @i .comm _j,4,2 ; @j .comm _current,470400,2 ; @current l_.str.3: ; @.str.3 .asciz "result.yuv" l_.str.4: ; @.str.4 .asciz "wb" .comm _Edges,476016,2 ; @Edges .comm _temp,476016,2 ; @temp .comm _gaussianMask,36,2 ; @gaussianMask .comm _row,4,2 ; @row .comm _k,4,2 ; @k .comm _buffer1,1688,2 ; @buffer1 .comm _buffer2,1688,2 ; @buffer2 .comm _buffer3,1688,2 ; @buffer3 .comm _col,4,2 ; @col .comm _newPixel,4,2 ; @newPixel .comm _newPixel2,4,2 ; @newPixel2 .comm _newPixel3,4,2 ; @newPixel3 .comm _newPixel4,4,2 ; @newPixel4 .comm _kernelCol,4,2 ; @kernelCol .comm _output_gaussian,476016,2 ; @output_gaussian .comm _GxMask,36,2 ; @GxMask .comm _GyMask,36,2 ; @GyMask .comm _newPixely,4,2 ; @newPixely .comm _newPixel2y,4,2 ; @newPixel2y .comm _newPixel3y,4,2 ; @newPixel3y .comm _newPixel4y,4,2 ; @newPixel4y .comm _NonMax,470400,2 ; @NonMax l_.str.5: ; @.str.5 .asciz "ok" .comm _kernelRow,4,2 ; @kernelRow .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _read ## -- Begin function read .p2align 4, 0x90 _read: ## @read .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -8(%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 _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_3: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 movq _i@GOTPCREL(%rip), %rax cmpl $280, (%rax) ## imm = 0x118 jge LBB0_10 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_5: ## Parent Loop BB0_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax cmpl $420, (%rax) ## imm = 0x1A4 jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 movq -8(%rbp), %rdi callq _fgetc movl %eax, %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq -8(%rbp), %rdi callq _fgetc movl %eax, %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -8(%rbp), %rdi callq _fgetc movl %eax, %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -8(%rbp), %rdi callq _fgetc movl %eax, %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB0_5 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_5 LBB0_8: ## in Loop: Header=BB0_3 Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_3 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_3 LBB0_10: movq -8(%rbp), %rdi callq _fclose addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _write ## -- Begin function write .p2align 4, 0x90 _write: ## @write .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str.3(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -8(%rbp) movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movq _i@GOTPCREL(%rip), %rax cmpl $280, (%rax) ## imm = 0x118 jge LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax cmpl $420, (%rax) ## imm = 0x1A4 jge LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edi movq -8(%rbp), %rsi callq _fputc movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edi movq -8(%rbp), %rsi callq _fputc movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edi movq -8(%rbp), %rsi callq _fputc movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edi movq -8(%rbp), %rsi callq _fputc ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_3 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## 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_8: movq -8(%rbp), %rdi callq _fclose addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function gaussian_blur LCPI2_0: .quad 0x4030000000000000 ## double 16 .section __TEXT,__text,regular,pure_instructions .globl _gaussian_blur .p2align 4, 0x90 _gaussian_blur: ## @gaussian_blur .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 movq _i@GOTPCREL(%rip), %rax cmpl $282, (%rax) ## imm = 0x11A jge LBB2_8 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $0, (%rax) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax cmpl $422, (%rax) ## imm = 0x1A6 jge LBB2_6 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_3 LBB2_6: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_7 LBB2_7: ## in Loop: Header=BB2_1 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_1 LBB2_8: movq _i@GOTPCREL(%rip), %rax movl $1, (%rax) LBB2_9: ## =>This Loop Header: Depth=1 ## Child Loop BB2_11 Depth 2 movq _i@GOTPCREL(%rip), %rax cmpl $281, (%rax) ## imm = 0x119 jge LBB2_16 ## %bb.10: ## in Loop: Header=BB2_9 Depth=1 movq _j@GOTPCREL(%rip), %rax movl $1, (%rax) LBB2_11: ## Parent Loop BB2_9 Depth=1 ## => This Inner Loop Header: Depth=2 movq _j@GOTPCREL(%rip), %rax cmpl $421, (%rax) ## imm = 0x1A5 jge LBB2_14 ## %bb.12: ## in Loop: Header=BB2_11 Depth=2 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax subl $1, %eax movslq %eax, %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax subl $1, %eax movslq %eax, %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax subl $1, %eax movslq %eax, %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax subl $1, %eax movslq %eax, %rcx movq _current@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _j@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.13: ## in Loop: Header=BB2_11 Depth=2 movq _j@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _j@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_11 LBB2_14: ## in Loop: Header=BB2_9 Depth=1 jmp LBB2_15 LBB2_15: ## in Loop: Header=BB2_9 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_9 LBB2_16: movq _gaussianMask@GOTPCREL(%rip), %rax movl $1, (%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $2, 4(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $1, 8(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $2, 12(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $4, 16(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $2, 20(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $1, 24(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $2, 28(%rax) movq _gaussianMask@GOTPCREL(%rip), %rax movl $1, 32(%rax) movl _limit_gauss(%rip), %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB2_17: ## =>This Loop Header: Depth=1 ## Child Loop BB2_20 Depth 2 ## Child Loop BB2_25 Depth 2 ## Child Loop BB2_30 Depth 2 ## Child Loop BB2_32 Depth 3 movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax movl _limit_gauss(%rip), %ecx addl $280, %ecx ## imm = 0x118 cmpl %ecx, %eax jg LBB2_39 ## %bb.18: ## in Loop: Header=BB2_17 Depth=1 movq _row@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB2_24 ## %bb.19: ## in Loop: Header=BB2_17 Depth=1 movq _k@GOTPCREL(%rip), %rax movl $0, (%rax) LBB2_20: ## Parent Loop BB2_17 Depth=1 ## => This Inner Loop Header: Depth=2 movq _k@GOTPCREL(%rip), %rax cmpl $422, (%rax) ## imm = 0x1A6 jge LBB2_23 ## %bb.21: ## in Loop: Header=BB2_20 Depth=2 movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer1@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax movl 1688(%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _temp@GOTPCREL(%rip), %rax movl 3376(%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.22: ## in Loop: Header=BB2_20 Depth=2 movq _k@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _k@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_20 LBB2_23: ## in Loop: Header=BB2_17 Depth=1 jmp LBB2_29 LBB2_24: ## in Loop: Header=BB2_17 Depth=1 movq _k@GOTPCREL(%rip), %rax movl $0, (%rax) LBB2_25: ## Parent Loop BB2_17 Depth=1 ## => This Inner Loop Header: Depth=2 movq _k@GOTPCREL(%rip), %rax cmpl $422, (%rax) ## imm = 0x1A6 jge LBB2_28 ## %bb.26: ## in Loop: Header=BB2_25 Depth=2 movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer1@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rcx movq _temp@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _k@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.27: ## in Loop: Header=BB2_25 Depth=2 movq _k@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _k@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_25 LBB2_28: ## in Loop: Header=BB2_17 Depth=1 jmp LBB2_29 LBB2_29: ## in Loop: Header=BB2_17 Depth=1 movl _limit_gauss(%rip), %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB2_30: ## Parent Loop BB2_17 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB2_32 Depth 3 movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movl _limit_gauss(%rip), %ecx addl $420, %ecx ## imm = 0x1A4 cmpl %ecx, %eax jg LBB2_37 ## %bb.31: ## in Loop: Header=BB2_30 Depth=2 movq _newPixel@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl $0, (%rax) xorl %ecx, %ecx subl _limit_gauss(%rip), %ecx movq _kernelCol@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB2_32: ## Parent Loop BB2_17 Depth=1 ## Parent Loop BB2_30 Depth=2 ## => This Inner Loop Header: Depth=3 movq _kernelCol@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl _limit_gauss(%rip), %eax jg LBB2_35 ## %bb.33: ## in Loop: Header=BB2_32 Depth=3 movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _gaussianMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.34: ## in Loop: Header=BB2_32 Depth=3 movq _kernelCol@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _kernelCol@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_32 LBB2_35: ## in Loop: Header=BB2_30 Depth=2 movq _newPixel@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _newPixel2@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel3@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel4@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.36: ## in Loop: Header=BB2_30 Depth=2 movq _col@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_30 LBB2_37: ## in Loop: Header=BB2_17 Depth=1 jmp LBB2_38 LBB2_38: ## in Loop: Header=BB2_17 Depth=1 movq _row@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_17 LBB2_39: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function sobel LCPI3_0: .quad 0x4066800000000000 ## double 180 LCPI3_1: .quad 0x400921f9f01b866e ## double 3.1415899999999999 .section __TEXT,__text,regular,pure_instructions .globl _sobel .p2align 4, 0x90 _sobel: ## @sobel .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _GxMask@GOTPCREL(%rip), %rax movl $-1, (%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $0, 4(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $1, 8(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $-2, 12(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $0, 16(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $2, 20(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $-1, 24(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $0, 28(%rax) movq _GxMask@GOTPCREL(%rip), %rax movl $1, 32(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $1, (%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $2, 4(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $1, 8(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $0, 12(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $0, 16(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $0, 20(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $-1, 24(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $-2, 28(%rax) movq _GyMask@GOTPCREL(%rip), %rax movl $-1, 32(%rax) movl _limit(%rip), %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_4 Depth 2 ## Child Loop BB3_9 Depth 2 ## Child Loop BB3_14 Depth 2 ## Child Loop BB3_16 Depth 3 movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax movl _limit(%rip), %ecx addl $280, %ecx ## imm = 0x118 cmpl %ecx, %eax jg LBB3_23 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq _row@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB3_8 ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movq _k@GOTPCREL(%rip), %rax movl $0, (%rax) LBB3_4: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _k@GOTPCREL(%rip), %rax cmpl $422, (%rax) ## imm = 0x1A6 jge LBB3_7 ## %bb.5: ## in Loop: Header=BB3_4 Depth=2 movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer1@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax movl 1688(%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _output_gaussian@GOTPCREL(%rip), %rax movl 3376(%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.6: ## in Loop: Header=BB3_4 Depth=2 movq _k@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _k@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_4 LBB3_7: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_13 LBB3_8: ## in Loop: Header=BB3_1 Depth=1 movq _k@GOTPCREL(%rip), %rax movl $0, (%rax) LBB3_9: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _k@GOTPCREL(%rip), %rax cmpl $422, (%rax) ## imm = 0x1A6 jge LBB3_12 ## %bb.10: ## in Loop: Header=BB3_9 Depth=2 movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer1@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer2@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rcx movq _output_gaussian@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _k@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _k@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _buffer3@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.11: ## in Loop: Header=BB3_9 Depth=2 movq _k@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _k@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_9 LBB3_12: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_13 LBB3_13: ## in Loop: Header=BB3_1 Depth=1 movl _limit(%rip), %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB3_14: ## Parent Loop BB3_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB3_16 Depth 3 movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movl _limit(%rip), %ecx addl $420, %ecx ## imm = 0x1A4 cmpl %ecx, %eax jg LBB3_21 ## %bb.15: ## in Loop: Header=BB3_14 Depth=2 movq _newPixel@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixely@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel2y@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel3y@GOTPCREL(%rip), %rax movl $0, (%rax) movq _newPixel4y@GOTPCREL(%rip), %rax movl $0, (%rax) xorl %ecx, %ecx subl _limit(%rip), %ecx movq _kernelCol@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB3_16: ## Parent Loop BB3_1 Depth=1 ## Parent Loop BB3_14 Depth=2 ## => This Inner Loop Header: Depth=3 movq _kernelCol@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl _limit(%rip), %eax jg LBB3_19 ## %bb.17: ## in Loop: Header=BB3_16 Depth=3 movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GxMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixely@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixely@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixely@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixely@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixely@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixely@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel2y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel2y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel3y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel3y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer1@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull (%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer2@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 12(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4y@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _newPixel4y@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _col@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movq _kernelCol@GOTPCREL(%rip), %rdx addl (%rdx), %eax movslq %eax, %rdx movq _buffer3@GOTPCREL(%rip), %rax movl (%rax,%rdx,4), %eax movl _limit_gauss(%rip), %edx movq _kernelCol@GOTPCREL(%rip), %rsi addl (%rsi), %edx movslq %edx, %rsi movq _GyMask@GOTPCREL(%rip), %rdx imull 24(%rdx,%rsi,4), %eax addl %eax, %ecx movq _newPixel4y@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.18: ## in Loop: Header=BB3_16 Depth=3 movq _kernelCol@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _kernelCol@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_16 LBB3_19: ## in Loop: Header=BB3_14 Depth=2 movq _newPixel@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igx@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _newPixel2@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igx@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel3@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igx@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel4@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igx@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixely@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igy@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _newPixel2y@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igy@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel3y@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igy@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq _newPixel4y@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Igy@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.20: ## in Loop: Header=BB3_14 Depth=2 movq _col@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_14 LBB3_21: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_22 LBB3_22: ## in Loop: Header=BB3_1 Depth=1 movq _row@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_1 LBB3_23: movq _i@GOTPCREL(%rip), %rax movl $0, (%rax) LBB3_24: ## =>This Inner Loop Header: Depth=1 movq _i@GOTPCREL(%rip), %rax cmpl $117600, (%rax) ## imm = 0x1CB60 jg LBB3_35 ## %bb.25: ## in Loop: Header=BB3_24 Depth=1 movq _igx(%rip), %rax movl (%rax), %eax movq _igx(%rip), %rcx imull (%rcx), %eax movq _igy(%rip), %rcx movl (%rcx), %ecx movq _igy(%rip), %rdx imull (%rdx), %ecx addl %ecx, %eax cvtsi2sd %eax, %xmm0 sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %ecx movq _s(%rip), %rax movl %ecx, (%rax) movq _igx(%rip), %rax cvtsi2sdl (%rax), %xmm0 movq _igy(%rip), %rax cvtsi2sdl (%rax), %xmm1 callq _atan2 movsd LCPI3_1(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvttsd2si %xmm0, %ecx movq _o(%rip), %rax movl %ecx, (%rax) movq _s(%rip), %rax cmpl $255, (%rax) jl LBB3_27 ## %bb.26: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax movl $255, (%rax) LBB3_27: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax addq $4, %rax movq %rax, _s(%rip) movq _o(%rip), %rax addq $4, %rax movq %rax, _o(%rip) movq _igx(%rip), %rax addq $4, %rax movq %rax, _igx(%rip) movq _igy(%rip), %rax addq $4, %rax movq %rax, _igy(%rip) movq _igx(%rip), %rax movl (%rax), %eax movq _igx(%rip), %rcx imull (%rcx), %eax movq _igy(%rip), %rcx movl (%rcx), %ecx movq _igy(%rip), %rdx imull (%rdx), %ecx addl %ecx, %eax cvtsi2sd %eax, %xmm0 sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %ecx movq _s(%rip), %rax movl %ecx, (%rax) movq _igx(%rip), %rax cvtsi2sdl (%rax), %xmm0 movq _igy(%rip), %rax cvtsi2sdl (%rax), %xmm1 callq _atan2 movsd LCPI3_1(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvttsd2si %xmm0, %ecx movq _o(%rip), %rax movl %ecx, (%rax) movq _s(%rip), %rax cmpl $255, (%rax) jl LBB3_29 ## %bb.28: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax movl $255, (%rax) LBB3_29: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax addq $4, %rax movq %rax, _s(%rip) movq _o(%rip), %rax addq $4, %rax movq %rax, _o(%rip) movq _igx(%rip), %rax addq $4, %rax movq %rax, _igx(%rip) movq _igy(%rip), %rax addq $4, %rax movq %rax, _igy(%rip) movq _igx(%rip), %rax movl (%rax), %eax movq _igx(%rip), %rcx imull (%rcx), %eax movq _igy(%rip), %rcx movl (%rcx), %ecx movq _igy(%rip), %rdx imull (%rdx), %ecx addl %ecx, %eax cvtsi2sd %eax, %xmm0 sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %ecx movq _s(%rip), %rax movl %ecx, (%rax) movq _igx(%rip), %rax cvtsi2sdl (%rax), %xmm0 movq _igy(%rip), %rax cvtsi2sdl (%rax), %xmm1 callq _atan2 movsd LCPI3_1(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvttsd2si %xmm0, %ecx movq _o(%rip), %rax movl %ecx, (%rax) movq _s(%rip), %rax cmpl $255, (%rax) jl LBB3_31 ## %bb.30: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax movl $255, (%rax) LBB3_31: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax addq $4, %rax movq %rax, _s(%rip) movq _o(%rip), %rax addq $4, %rax movq %rax, _o(%rip) movq _igx(%rip), %rax addq $4, %rax movq %rax, _igx(%rip) movq _igy(%rip), %rax addq $4, %rax movq %rax, _igy(%rip) movq _igx(%rip), %rax movl (%rax), %eax movq _igx(%rip), %rcx imull (%rcx), %eax movq _igy(%rip), %rcx movl (%rcx), %ecx movq _igy(%rip), %rdx imull (%rdx), %ecx addl %ecx, %eax cvtsi2sd %eax, %xmm0 sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %ecx movq _s(%rip), %rax movl %ecx, (%rax) movq _igx(%rip), %rax cvtsi2sdl (%rax), %xmm0 movq _igy(%rip), %rax cvtsi2sdl (%rax), %xmm1 callq _atan2 movsd LCPI3_1(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvttsd2si %xmm0, %ecx movq _o(%rip), %rax movl %ecx, (%rax) movq _s(%rip), %rax cmpl $255, (%rax) jl LBB3_33 ## %bb.32: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax movl $255, (%rax) LBB3_33: ## in Loop: Header=BB3_24 Depth=1 movq _s(%rip), %rax addq $4, %rax movq %rax, _s(%rip) movq _o(%rip), %rax addq $4, %rax movq %rax, _o(%rip) movq _igx(%rip), %rax addq $4, %rax movq %rax, _igx(%rip) movq _igy(%rip), %rax addq $4, %rax movq %rax, _igy(%rip) ## %bb.34: ## in Loop: Header=BB3_24 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_24 LBB3_35: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function nonSup LCPI4_0: .quad 0xc036800000000000 ## double -22.5 LCPI4_1: .quad 0x4036800000000000 ## double 22.5 LCPI4_2: .quad 0x4063b00000000000 ## double 157.5 LCPI4_3: .quad 0xc063b00000000000 ## double -157.5 LCPI4_4: .quad 0xc05c200000000000 ## double -112.5 LCPI4_5: .quad 0xc050e00000000000 ## double -67.5 LCPI4_6: .quad 0x4050e00000000000 ## double 67.5 LCPI4_7: .quad 0x405c200000000000 ## double 112.5 .section __TEXT,__text,regular,pure_instructions .globl _nonSup .p2align 4, 0x90 _nonSup: ## @nonSup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _col@GOTPCREL(%rip), %rax movl $0, (%rax) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_3 Depth 2 movq _col@GOTPCREL(%rip), %rax cmpl $420, (%rax) ## imm = 0x1A4 jge LBB4_8 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq _row@GOTPCREL(%rip), %rax movl $0, (%rax) LBB4_3: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _row@GOTPCREL(%rip), %rax cmpl $280, (%rax) ## imm = 0x118 jge LBB4_6 ## %bb.4: ## in Loop: Header=BB4_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movslq %eax, %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $2, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movslq %eax, %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %edx movq _row@GOTPCREL(%rip), %rax movl (%rax), %eax addl $3, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl %edx, (%rax,%rcx,4) ## %bb.5: ## in Loop: Header=BB4_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB4_3 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_7 LBB4_7: ## in Loop: Header=BB4_1 Depth=1 movq _col@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB4_1 LBB4_8: movq _row@GOTPCREL(%rip), %rax movl $0, (%rax) LBB4_9: ## =>This Loop Header: Depth=1 ## Child Loop BB4_11 Depth 2 movq _row@GOTPCREL(%rip), %rax cmpl $280, (%rax) ## imm = 0x118 jge LBB4_48 ## %bb.10: ## in Loop: Header=BB4_9 Depth=1 movq _col@GOTPCREL(%rip), %rax movl $0, (%rax) LBB4_11: ## Parent Loop BB4_9 Depth=1 ## => This Inner Loop Header: Depth=2 movq _col@GOTPCREL(%rip), %rax cmpl $420, (%rax) ## imm = 0x1A4 jge LBB4_46 ## %bb.12: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_14 ## %bb.13: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB4_16 LBB4_14: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_2(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_20 ## %bb.15: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_3(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB4_20 LBB4_16: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movslq (%rcx), %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx addl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jl LBB4_18 ## %bb.17: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movslq (%rcx), %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx subl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jge LBB4_19 LBB4_18: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) LBB4_19: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_20 LBB4_20: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_4(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_22 ## %bb.21: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_5(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB4_24 LBB4_22: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_6(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_28 ## %bb.23: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_7(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB4_28 LBB4_24: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movslq (%rdx), %rdx cmpl (%rcx,%rdx,4), %eax jl LBB4_26 ## %bb.25: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx subl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movslq (%rdx), %rdx cmpl (%rcx,%rdx,4), %eax jge LBB4_27 LBB4_26: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) LBB4_27: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_28 LBB4_28: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_5(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_30 ## %bb.29: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB4_32 LBB4_30: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_7(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_36 ## %bb.31: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB4_36 LBB4_32: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx addl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jl LBB4_34 ## %bb.33: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx subl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx addl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jge LBB4_35 LBB4_34: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) LBB4_35: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_36 LBB4_36: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_3(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_38 ## %bb.37: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_4(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB4_40 LBB4_38: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI4_6(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB4_44 ## %bb.39: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI4_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB4_44 LBB4_40: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx addl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jl LBB4_42 ## %bb.41: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Es@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax movq _row@GOTPCREL(%rip), %rcx movl (%rcx), %ecx subl $1, %ecx movslq %ecx, %rdx movq _Es@GOTPCREL(%rip), %rcx imulq $1688, %rdx, %rdx ## imm = 0x698 addq %rdx, %rcx movq _col@GOTPCREL(%rip), %rdx movl (%rdx), %edx subl $1, %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jge LBB4_43 LBB4_42: ## in Loop: Header=BB4_11 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) LBB4_43: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_44 LBB4_44: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_45 LBB4_45: ## in Loop: Header=BB4_11 Depth=2 movq _col@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB4_11 LBB4_46: ## in Loop: Header=BB4_9 Depth=1 jmp LBB4_47 LBB4_47: ## in Loop: Header=BB4_9 Depth=1 movq _row@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB4_9 LBB4_48: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function neighbor_loop LCPI5_0: .quad 0xc036800000000000 ## double -22.5 LCPI5_1: .quad 0x4036800000000000 ## double 22.5 LCPI5_2: .quad 0x4063b00000000000 ## double 157.5 LCPI5_3: .quad 0xc063b00000000000 ## double -157.5 LCPI5_4: .quad 0xc05c200000000000 ## double -112.5 LCPI5_5: .quad 0xc050e00000000000 ## double -67.5 LCPI5_6: .quad 0x4050e00000000000 ## double 67.5 LCPI5_7: .quad 0x405c200000000000 ## double 112.5 .section __TEXT,__text,regular,pure_instructions .globl _neighbor_loop .p2align 4, 0x90 _neighbor_loop: ## @neighbor_loop .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_2 ## %bb.1: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB5_4 LBB5_2: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_2(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_12 ## %bb.3: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_3(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB5_12 LBB5_4: movslq -4(%rbp), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_7 ## %bb.5: movslq -4(%rbp), %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_7 ## %bb.6: movslq -4(%rbp), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi movl -8(%rbp), %esi addl $1, %esi callq _neighbor_loop movslq -4(%rbp), %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) jmp LBB5_11 LBB5_7: movslq -4(%rbp), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_10 ## %bb.8: movslq -4(%rbp), %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_10 ## %bb.9: movslq -4(%rbp), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi movl -8(%rbp), %esi subl $1, %esi callq _neighbor_loop movslq -4(%rbp), %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) LBB5_10: jmp LBB5_11 LBB5_11: jmp LBB5_51 LBB5_12: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_4(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_14 ## %bb.13: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_5(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB5_16 LBB5_14: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_6(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_24 ## %bb.15: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_7(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB5_24 LBB5_16: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movslq -8(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_19 ## %bb.17: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cmpl $0, (%rax,%rcx,4) je LBB5_19 ## %bb.18: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi addl $1, %edi movl -8(%rbp), %esi callq _neighbor_loop movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx movl $1, (%rax,%rcx,4) jmp LBB5_23 LBB5_19: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movslq -8(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_22 ## %bb.20: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cmpl $0, (%rax,%rcx,4) je LBB5_22 ## %bb.21: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi subl $1, %edi movl -8(%rbp), %esi callq _neighbor_loop movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx movl $1, (%rax,%rcx,4) LBB5_22: jmp LBB5_23 LBB5_23: jmp LBB5_50 LBB5_24: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_5(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_26 ## %bb.25: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB5_28 LBB5_26: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_7(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_36 ## %bb.27: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB5_36 LBB5_28: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_31 ## %bb.29: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_31 ## %bb.30: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi subl $1, %edi movl -8(%rbp), %esi addl $1, %esi callq _neighbor_loop movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) jmp LBB5_35 LBB5_31: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_34 ## %bb.32: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_34 ## %bb.33: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi addl $1, %edi movl -8(%rbp), %esi subl $1, %esi callq _neighbor_loop movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) LBB5_34: jmp LBB5_35 LBB5_35: jmp LBB5_49 LBB5_36: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_3(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_38 ## %bb.37: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_4(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB5_40 LBB5_38: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm0 movsd LCPI5_6(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB5_48 ## %bb.39: movslq -4(%rbp), %rcx movq _Eo@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movslq -8(%rbp), %rcx cvtsi2sdl (%rax,%rcx,4), %xmm1 movsd LCPI5_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB5_48 LBB5_40: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_43 ## %bb.41: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_43 ## %bb.42: movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi addl $1, %edi movl -8(%rbp), %esi addl $1, %esi callq _neighbor_loop movl -4(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) jmp LBB5_47 LBB5_43: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jle LBB5_46 ## %bb.44: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) je LBB5_46 ## %bb.45: movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movl -4(%rbp), %edi subl $1, %edi movl -8(%rbp), %esi subl $1, %esi callq _neighbor_loop movl -4(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _searched(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx,4) LBB5_46: jmp LBB5_47 LBB5_47: jmp LBB5_48 LBB5_48: jmp LBB5_49 LBB5_49: jmp LBB5_50 LBB5_50: jmp LBB5_51 LBB5_51: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _hysteresis ## -- Begin function hysteresis .p2align 4, 0x90 _hysteresis: ## @hysteresis .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _row@GOTPCREL(%rip), %rax movl $0, (%rax) LBB6_1: ## =>This Loop Header: Depth=1 ## Child Loop BB6_3 Depth 2 movq _row@GOTPCREL(%rip), %rax cmpl $280, (%rax) ## imm = 0x118 jge LBB6_28 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq _col@GOTPCREL(%rip), %rax movl $0, (%rax) LBB6_3: ## Parent Loop BB6_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _col@GOTPCREL(%rip), %rax cmpl $420, (%rax) ## imm = 0x1A4 jge LBB6_26 ## %bb.4: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jge LBB6_6 ## %bb.5: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $0, (%rax,%rcx,4) jmp LBB6_9 LBB6_6: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax cmpl _T2(%rip), %eax jle LBB6_8 ## %bb.7: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movslq (%rcx), %rcx movl $255, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %edi movq _col@GOTPCREL(%rip), %rax movl (%rax), %esi callq _neighbor_loop LBB6_8: ## in Loop: Header=BB6_3 Depth=2 jmp LBB6_9 LBB6_9: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jge LBB6_11 ## %bb.10: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) jmp LBB6_14 LBB6_11: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T2(%rip), %eax jle LBB6_13 ## %bb.12: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %edi movq _col@GOTPCREL(%rip), %rax movl (%rax), %esi addl $1, %esi callq _neighbor_loop LBB6_13: ## in Loop: Header=BB6_3 Depth=2 jmp LBB6_14 LBB6_14: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jge LBB6_16 ## %bb.15: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) jmp LBB6_19 LBB6_16: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T2(%rip), %eax jle LBB6_18 ## %bb.17: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $2, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %edi movq _col@GOTPCREL(%rip), %rax movl (%rax), %esi addl $2, %esi callq _neighbor_loop LBB6_18: ## in Loop: Header=BB6_3 Depth=2 jmp LBB6_19 LBB6_19: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T1(%rip), %eax jge LBB6_21 ## %bb.20: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl $0, (%rax,%rcx,4) jmp LBB6_24 LBB6_21: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _NonMax@GOTPCREL(%rip), %rax imulq $1680, %rcx, %rcx ## imm = 0x690 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax cmpl _T2(%rip), %eax jle LBB6_23 ## %bb.22: ## in Loop: Header=BB6_3 Depth=2 movq _row@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _Edges@GOTPCREL(%rip), %rax imulq $1688, %rcx, %rcx ## imm = 0x698 addq %rcx, %rax movq _col@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $3, %ecx movslq %ecx, %rcx movl $255, (%rax,%rcx,4) movq _row@GOTPCREL(%rip), %rax movl (%rax), %edi movq _col@GOTPCREL(%rip), %rax movl (%rax), %esi addl $3, %esi callq _neighbor_loop LBB6_23: ## in Loop: Header=BB6_3 Depth=2 jmp LBB6_24 LBB6_24: ## in Loop: Header=BB6_3 Depth=2 jmp LBB6_25 LBB6_25: ## in Loop: Header=BB6_3 Depth=2 movq _col@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $4, %ecx movq _col@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB6_3 LBB6_26: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_27 LBB6_27: ## in Loop: Header=BB6_1 Depth=1 movq _row@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _row@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB6_1 LBB6_28: 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 callq _read callq _gaussian_blur callq _sobel callq _nonSup callq _hysteresis callq _write leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _limit ## @limit .p2align 2 _limit: .long 1 ## 0x1 .globl _limit_gauss ## @limit_gauss .p2align 2 _limit_gauss: .long 1 ## 0x1 .comm _Es,476016,4 ## @Es .globl _s ## @s .p2align 3 _s: .quad _Es .comm _Eo,476016,4 ## @Eo .globl _o ## @o .p2align 3 _o: .quad _Eo .comm _Igx,476016,4 ## @Igx .globl _igx ## @igx .p2align 3 _igx: .quad _Igx .comm _Igy,476016,4 ## @Igy .globl _igy ## @igy .p2align 3 _igy: .quad _Igy .globl _searched ## @searched .zerofill __DATA,__common,_searched,476016,4 .globl _T1 ## @T1 .p2align 2 _T1: .long 230 ## 0xe6 .globl _T2 ## @T2 .p2align 2 _T2: .long 245 ## 0xf5 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "bus_420x280.yuv" L_.str.1: ## @.str.1 .asciz "rb" L_.str.2: ## @.str.2 .asciz "current frame doesn't exist\n" .comm _i,4,2 ## @i .comm _j,4,2 ## @j .comm _current,470400,4 ## @current L_.str.3: ## @.str.3 .asciz "result.yuv" L_.str.4: ## @.str.4 .asciz "wb" .comm _Edges,476016,4 ## @Edges .comm _temp,476016,4 ## @temp .comm _gaussianMask,36,4 ## @gaussianMask .comm _row,4,2 ## @row .comm _k,4,2 ## @k .comm _buffer1,1688,4 ## @buffer1 .comm _buffer2,1688,4 ## @buffer2 .comm _buffer3,1688,4 ## @buffer3 .comm _col,4,2 ## @col .comm _newPixel,4,2 ## @newPixel .comm _newPixel2,4,2 ## @newPixel2 .comm _newPixel3,4,2 ## @newPixel3 .comm _newPixel4,4,2 ## @newPixel4 .comm _kernelCol,4,2 ## @kernelCol .comm _output_gaussian,476016,4 ## @output_gaussian .comm _GxMask,36,4 ## @GxMask .comm _GyMask,36,4 ## @GyMask .comm _newPixely,4,2 ## @newPixely .comm _newPixel2y,4,2 ## @newPixel2y .comm _newPixel3y,4,2 ## @newPixel3y .comm _newPixel4y,4,2 ## @newPixel4y .comm _NonMax,470400,4 ## @NonMax L_.str.5: ## @.str.5 .asciz "ok" .comm _kernelRow,4,2 ## @kernelRow .subsections_via_symbols
the_stack_data/1216588.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 sub x8, x29, #4 str x8, [sp, #8] ; 8-byte Folded Spill mov w8, #50 stur w8, [x29, #-4] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #16] ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "n: %i\n" l_.str.1: ; @.str.1 .asciz "La direcci\303\263n de n es: %p\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $50, -4(%rbp) movl -4(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -4(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rsi 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: %i\n" L_.str.1: ## @.str.1 .asciz "La direcci\303\263n de n es: %p\n" .subsections_via_symbols
the_stack_data/178265812.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, #2 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp mov x8, #4 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp mov x8, #8 str x8, [sp, #16] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x9, sp mov x8, #24 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf mov x9, sp mov x8, #11 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@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 "sizeof(short): %zu\n" l_.str.1: ; @.str.1 .asciz "sizeof(int): %zu\n" l_.str.2: ; @.str.2 .asciz "sizeof(long): %zu\n" l_.str.3: ; @.str.3 .asciz "sizeof(long long): %zu\n" l_.str.4: ; @.str.4 .asciz "sizeof(size_t): %zu\n" l_.str.5: ; @.str.5 .asciz "sizeof(void *): %zu\n" l_.str.6: ; @.str.6 .asciz "sizeof(my_struct): %zu\n" l_.str.7: ; @.str.7 .asciz "sizeof(my_struct_packed): %zu\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 $2, %esi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movl $4, %esi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movl $8, %esi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movl $8, %esi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi movl $8, %esi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movl $8, %esi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi movl $24, %esi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi movl $11, %esi 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 "sizeof(short): %zu\n" L_.str.1: ## @.str.1 .asciz "sizeof(int): %zu\n" L_.str.2: ## @.str.2 .asciz "sizeof(long): %zu\n" L_.str.3: ## @.str.3 .asciz "sizeof(long long): %zu\n" L_.str.4: ## @.str.4 .asciz "sizeof(size_t): %zu\n" L_.str.5: ## @.str.5 .asciz "sizeof(void *): %zu\n" L_.str.6: ## @.str.6 .asciz "sizeof(my_struct): %zu\n" L_.str.7: ## @.str.7 .asciz "sizeof(my_struct_packed): %zu\n" .subsections_via_symbols
the_stack_data/57950070.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reset_state ; -- Begin function reset_state .p2align 2 _reset_state: ; @reset_state .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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #12] str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr x0, [x8, x9, lsl #3] bl _free 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: str wzr, [sp, #12] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #6 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x0, [x8, x9, lsl #3] bl _free b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_5 LBB0_8: adrp x9, _tasktab@PAGE mov x8, #10 str x8, [x9, _tasktab@PAGEOFF] str wzr, [sp, #12] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr w8, [sp, #12] add w10, w8, #1 adrp x9, _tasktab@PAGE add x9, x9, _tasktab@PAGEOFF mov x8, #0 str x8, [x9, w10, sxtw #3] b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_9 LBB0_12: adrp x8, _tasklist@PAGE ; kill: def $x9 killed $xzr str xzr, [x8, _tasklist@PAGEOFF] adrp x8, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] str xzr, [x8] adrp x8, _taskid@PAGE str xzr, [x8, _taskid@PAGEOFF] adrp x8, _v1@PAGE str xzr, [x8, _v1@PAGEOFF] adrp x8, _v2@PAGE str xzr, [x8, _v2@PAGEOFF] adrp x8, _qpktcount@PAGE str wzr, [x8, _qpktcount@PAGEOFF] adrp x8, _holdcount@PAGE str wzr, [x8, _holdcount@PAGEOFF] adrp x8, _tracing@PAGE str wzr, [x8, _tracing@PAGEOFF] adrp x8, _layout@PAGE str wzr, [x8, _layout@PAGEOFF] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _createtask ; -- Begin function createtask .p2align 2 _createtask: ; @createtask .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] stur x2, [x29, #-16] stur w3, [x29, #-20] str x4, [sp, #32] str x5, [sp, #24] str x6, [sp, #16] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov x0, #56 bl _malloc str x0, [sp, #8] ldr x8, [sp, #8] ldursw x10, [x29, #-4] adrp x9, _tasktab@PAGE add x9, x9, _tasktab@PAGEOFF str x8, [x9, x10, lsl #3] adrp x9, _tasklist@PAGE ldr x8, [x9, _tasklist@PAGEOFF] ldr x10, [sp, #8] str x8, [x10] ldur w8, [x29, #-4] ldr x10, [sp, #8] str w8, [x10, #8] ldur w8, [x29, #-8] ldr x10, [sp, #8] str w8, [x10, #12] ldur x8, [x29, #-16] ldr x10, [sp, #8] str x8, [x10, #16] ldur w8, [x29, #-20] ldr x10, [sp, #8] str w8, [x10, #24] ldr x8, [sp, #32] ldr x10, [sp, #8] str x8, [x10, #32] ldr x8, [sp, #24] ldr x10, [sp, #8] str x8, [x10, #40] ldr x8, [sp, #16] ldr x10, [sp, #8] str x8, [x10, #48] ldr x8, [sp, #8] str x8, [x9, _tasklist@PAGEOFF] ldr x0, [sp, #8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _pkt ; -- Begin function pkt .p2align 2 _pkt: ; @pkt .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] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x0, #24 bl _malloc str x0, [sp] str wzr, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, gt tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr x8, [sp] add x8, x8, #20 ldrsw x9, [sp, #12] add x8, x8, x9 strb wzr, [x8] 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: ldur x8, [x29, #-8] ldr x9, [sp] str x8, [x9] ldur w8, [x29, #-12] ldr x9, [sp] str w8, [x9, #8] ldr w8, [sp, #16] ldr x9, [sp] str w8, [x9, #12] ldr x8, [sp] str wzr, [x8, #16] ldr x0, [sp] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _trace ; -- Begin function trace .p2align 2 _trace: ; @trace .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] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf adrp x9, _layout@PAGE ldr w8, [x9, _layout@PAGEOFF] subs w8, w8, #1 str w8, [x9, _layout@PAGEOFF] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf mov w8, #50 adrp x9, _layout@PAGE str w8, [x9, _layout@PAGEOFF] b LBB3_2 LBB3_2: ldursb w10, [x29, #-1] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _schedule ; -- Begin function schedule .p2align 2 _schedule: ; @schedule .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, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_12 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload ; kill: def $x9 killed $xzr stur xzr, [x29, #-8] ldr x8, [x8] ldr w8, [x8, #24] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB4_10 ; %bb.3: ; in Loop: Header=BB4_1 Depth=1 ldr x11, [sp] ; 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_4: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [x9] ldr x8, [x8, #16] stur x8, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8] ldr x10, [x9] str x8, [x10, #16] ldr x8, [x9] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq and w8, w8, #0x1 ands w8, w8, #0x1 cset w8, eq ldr x9, [x9] str w8, [x9, #24] b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf b LBB4_6 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [x8] ldrsw x9, [x9, #8] adrp x10, _taskid@PAGE str x9, [x10, _taskid@PAGEOFF] ldr x9, [x8] ldr x9, [x9, #40] adrp x10, _v1@PAGE str x9, [x10, _v1@PAGEOFF] ldr x8, [x8] ldr x8, [x8, #48] adrp x9, _v2@PAGE str x8, [x9, _v2@PAGEOFF] adrp x8, _tracing@PAGE ldr w8, [x8, _tracing@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_8 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf adrp x8, _taskid@PAGE ldr x8, [x8, _taskid@PAGEOFF] add x8, x8, #48 ; kill: def $w8 killed $w8 killed $x8 sxtb w0, w8 bl _trace b LBB4_8 LBB4_8: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr x8, [x8, #32] ldur x0, [x29, #-8] blr x8 ldr x9, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #16] adrp x8, _v1@PAGE ldr x8, [x8, _v1@PAGEOFF] ldr x10, [x9] str x8, [x10, #40] adrp x8, _v2@PAGE ldr x8, [x8, _v2@PAGEOFF] ldr x10, [x9] str x8, [x10, #48] ldr x8, [sp, #16] str x8, [x9] b LBB4_11 LBB4_9: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [x9] ldr x8, [x8] str x8, [x9] b LBB4_11 LBB4_10: b LBB4_12 LBB4_11: ; in Loop: Header=BB4_1 Depth=1 b LBB4_1 LBB4_12: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc .p2align 2 lJTI4_0: .long LBB4_5-Ltmp0 .long LBB4_6-Ltmp0 .long LBB4_9-Ltmp0 .long LBB4_4-Ltmp0 .long LBB4_9-Ltmp0 .long LBB4_9-Ltmp0 .long LBB4_9-Ltmp0 .long LBB4_9-Ltmp0 ; -- End function .globl _r_wait ; -- Begin function r_wait .p2align 2 _r_wait: ; @r_wait .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.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf adrp x8, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] ldr x10, [x8] ldr w9, [x10, #24] orr w9, w9, #0x2 str w9, [x10, #24] ldr x0, [x8] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _holdself ; -- Begin function holdself .p2align 2 _holdself: ; @holdself .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.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf adrp x9, _holdcount@PAGE ldr w8, [x9, _holdcount@PAGEOFF] add w8, w8, #1 str w8, [x9, _holdcount@PAGEOFF] adrp x8, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] ldr x10, [x8] ldr w9, [x10, #24] orr w9, w9, #0x4 str w9, [x10, #24] ldr x8, [x8] ldr x0, [x8] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _findtcb ; -- Begin function findtcb .p2align 2 _findtcb: ; @findtcb .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf ; kill: def $x8 killed $xzr str xzr, [sp, #16] ldur w9, [x29, #-4] mov w8, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB7_3 b LBB7_1 LBB7_1: ldursw x8, [x29, #-4] adrp x9, _tasktab@PAGE ldr x9, [x9, _tasktab@PAGEOFF] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB7_3 b LBB7_2 LBB7_2: adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf ldursw x9, [x29, #-4] adrp x8, _tasktab@PAGE add x8, x8, _tasktab@PAGEOFF ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] b LBB7_3 LBB7_3: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB7_5 b LBB7_4 LBB7_4: adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf b LBB7_5 LBB7_5: ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _release ; -- Begin function release .p2align 2 _release: ; @release .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-12] adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf ldur w0, [x29, #-12] bl _findtcb str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _printf ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB8_5 LBB8_2: ldr x9, [sp, #8] ldr w8, [x9, #24] mov w10, #65531 and w8, w8, w10 str w8, [x9, #24] ldr x8, [sp, #8] ldr w8, [x8, #12] adrp x9, _tcb@GOTPAGE ldr x9, [x9, _tcb@GOTPAGEOFF] ldr x9, [x9] ldr w9, [x9, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printf ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB8_5 LBB8_4: adrp x8, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB8_5 LBB8_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _qpkt ; -- Begin function qpkt .p2align 2 _qpkt: ; @qpkt .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _printf ldr x8, [sp, #16] ldr w0, [x8, #8] bl _findtcb str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB9_8 LBB9_2: adrp x9, _qpktcount@PAGE ldr w8, [x9, _qpktcount@PAGEOFF] add w8, w8, #1 str w8, [x9, _qpktcount@PAGEOFF] ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8] adrp x8, _taskid@PAGE ldr x8, [x8, _taskid@PAGEOFF] ldr x9, [sp, #16] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB9_6 b LBB9_3 LBB9_3: adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _printf ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #16] ldr x9, [sp, #8] ldr w8, [x9, #24] orr w8, w8, #0x1 str w8, [x9, #24] ldr x8, [sp, #8] ldr w8, [x8, #12] adrp x9, _tcb@GOTPAGE ldr x9, [x9, _tcb@GOTPAGEOFF] ldr x9, [x9] ldr w9, [x9, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: adrp x0, l_.str.29@PAGE add x0, x0, l_.str.29@PAGEOFF bl _printf ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB9_8 LBB9_5: b LBB9_7 LBB9_6: adrp x0, l_.str.30@PAGE add x0, x0, l_.str.30@PAGEOFF bl _printf ldr x0, [sp, #16] ldr x8, [sp, #8] add x1, x8, #16 bl _append b LBB9_7 LBB9_7: adrp x8, _tcb@GOTPAGE ldr x8, [x8, _tcb@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB9_8 LBB9_8: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _append ; -- Begin function append .p2align 2 _append: ; @append .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] adrp x0, l_.str.47@PAGE add x0, x0, l_.str.47@PAGEOFF bl _printf ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] b LBB10_1 LBB10_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_3 b LBB10_2 LBB10_2: ; in Loop: Header=BB10_1 Depth=1 adrp x0, l_.str.48@PAGE add x0, x0, l_.str.48@PAGEOFF bl _printf ldr x8, [sp] ldr x8, [x8] str x8, [sp] b LBB10_1 LBB10_3: ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _idlefn ; -- Begin function idlefn .p2align 2 _idlefn: ; @idlefn .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp] adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _printf adrp x9, _v2@PAGE ldr x8, [x9, _v2@PAGEOFF] subs x8, x8, #1 str x8, [x9, _v2@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_2 b LBB11_1 LBB11_1: adrp x0, l_.str.32@PAGE add x0, x0, l_.str.32@PAGEOFF bl _printf bl _holdself str x0, [sp, #8] b LBB11_5 LBB11_2: adrp x8, _v1@PAGE ldr x8, [x8, _v1@PAGEOFF] ands x8, x8, #0x1 cset w8, ne tbnz w8, #0, LBB11_4 b LBB11_3 LBB11_3: adrp x0, l_.str.33@PAGE add x0, x0, l_.str.33@PAGEOFF bl _printf adrp x9, _v1@PAGE ldr x8, [x9, _v1@PAGEOFF] asr x8, x8, #1 and x8, x8, #0x7fff str x8, [x9, _v1@PAGEOFF] mov w0, #5 bl _release str x0, [sp, #8] b LBB11_5 LBB11_4: adrp x0, l_.str.30@PAGE add x0, x0, l_.str.30@PAGEOFF bl _printf adrp x9, _v1@PAGE ldr x8, [x9, _v1@PAGEOFF] asr x8, x8, #1 and x8, x8, #0x7fff mov x10, #53256 eor x8, x8, x10 str x8, [x9, _v1@PAGEOFF] mov w0, #6 bl _release str x0, [sp, #8] b LBB11_5 LBB11_5: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _workfn ; -- Begin function workfn .p2align 2 _workfn: ; @workfn .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] adrp x0, l_.str.34@PAGE add x0, x0, l_.str.34@PAGEOFF bl _printf ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: adrp x0, l_.str.35@PAGE add x0, x0, l_.str.35@PAGEOFF bl _printf bl _r_wait stur x0, [x29, #-8] b LBB12_9 LBB12_2: adrp x0, l_.str.30@PAGE add x0, x0, l_.str.30@PAGEOFF bl _printf adrp x8, _v1@PAGE ldr x10, [x8, _v1@PAGEOFF] mov x9, #7 subs x9, x9, x10 str x9, [x8, _v1@PAGEOFF] ldr x8, [x8, _v1@PAGEOFF] ldr x9, [sp, #16] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldr x8, [sp, #16] str wzr, [x8, #16] str wzr, [sp, #12] b LBB12_3 LBB12_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, gt tbnz w8, #0, LBB12_8 b LBB12_4 LBB12_4: ; in Loop: Header=BB12_3 Depth=1 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _printf adrp x8, _v2@PAGE ldr x9, [x8, _v2@PAGEOFF] add x9, x9, #1 str x9, [x8, _v2@PAGEOFF] ldr x8, [x8, _v2@PAGEOFF] subs x8, x8, #26 cset w8, le tbnz w8, #0, LBB12_6 b LBB12_5 LBB12_5: ; in Loop: Header=BB12_3 Depth=1 adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _printf mov x8, #1 adrp x9, _v2@PAGE str x8, [x9, _v2@PAGEOFF] b LBB12_6 LBB12_6: ; in Loop: Header=BB12_3 Depth=1 adrp x8, _v2@PAGE ldr x9, [x8, _v2@PAGEOFF] adrp x8, _alphabet@PAGE add x8, x8, _alphabet@PAGEOFF add x8, x8, x9 ldrb w8, [x8] ldr x9, [sp, #16] add x9, x9, #20 ldrsw x10, [sp, #12] add x9, x9, x10 strb w8, [x9] b LBB12_7 LBB12_7: ; in Loop: Header=BB12_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB12_3 LBB12_8: ldr x0, [sp, #16] bl _qpkt stur x0, [x29, #-8] b LBB12_9 LBB12_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _handlerfn ; -- Begin function handlerfn .p2align 2 _handlerfn: ; @handlerfn .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] adrp x0, l_.str.38@PAGE add x0, x0, l_.str.38@PAGEOFF bl _printf ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_2 b LBB13_1 LBB13_1: adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _printf ldur x0, [x29, #-16] ldur x8, [x29, #-16] ldr w8, [x8, #12] subs w8, w8, #1001 cset w8, eq and w10, w8, #0x1 adrp x9, _v2@PAGE add x9, x9, _v2@PAGEOFF adrp x8, _v1@PAGE add x8, x8, _v1@PAGEOFF ands w10, w10, #0x1 csel x1, x8, x9, ne bl _append b LBB13_2 LBB13_2: adrp x8, _v1@PAGE ldr x8, [x8, _v1@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_8 b LBB13_3 LBB13_3: adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _printf adrp x8, _v1@PAGE ldr x8, [x8, _v1@PAGEOFF] str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8, #16] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, le tbnz w8, #0, LBB13_5 b LBB13_4 LBB13_4: adrp x0, l_.str.41@PAGE add x0, x0, l_.str.41@PAGEOFF bl _printf adrp x9, _v1@PAGE ldr x8, [x9, _v1@PAGEOFF] ldr x8, [x8] str x8, [x9, _v1@PAGEOFF] ldr x0, [sp, #16] bl _qpkt stur x0, [x29, #-8] b LBB13_9 LBB13_5: adrp x8, _v2@PAGE ldr x8, [x8, _v2@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_7 b LBB13_6 LBB13_6: adrp x0, l_.str.42@PAGE add x0, x0, l_.str.42@PAGEOFF bl _printf adrp x9, _v2@PAGE ldr x8, [x9, _v2@PAGEOFF] str x8, [sp, #8] ldr x8, [x9, _v2@PAGEOFF] ldr x8, [x8] str x8, [x9, _v2@PAGEOFF] ldr x8, [sp, #16] add x8, x8, #20 ldursw x9, [x29, #-20] ldrsb w8, [x8, x9] ldr x9, [sp, #8] str w8, [x9, #16] ldur w8, [x29, #-20] add w8, w8, #1 ldr x9, [sp, #16] str w8, [x9, #16] ldr x0, [sp, #8] bl _qpkt stur x0, [x29, #-8] b LBB13_9 LBB13_7: b LBB13_8 LBB13_8: bl _r_wait stur x0, [x29, #-8] b LBB13_9 LBB13_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _devfn ; -- Begin function devfn .p2align 2 _devfn: ; @devfn .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp] adrp x0, l_.str.43@PAGE add x0, x0, l_.str.43@PAGEOFF bl _printf ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB14_4 b LBB14_1 LBB14_1: adrp x0, l_.str.35@PAGE add x0, x0, l_.str.35@PAGEOFF bl _printf adrp x8, _v1@PAGE ldr x8, [x8, _v1@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB14_3 b LBB14_2 LBB14_2: adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _printf bl _r_wait str x0, [sp, #8] b LBB14_7 LBB14_3: adrp x8, _v1@PAGE ldr x9, [x8, _v1@PAGEOFF] str x9, [sp] str xzr, [x8, _v1@PAGEOFF] ldr x0, [sp] bl _qpkt str x0, [sp, #8] b LBB14_7 LBB14_4: adrp x0, l_.str.45@PAGE add x0, x0, l_.str.45@PAGEOFF bl _printf ldr x8, [sp] adrp x9, _v1@PAGE str x8, [x9, _v1@PAGEOFF] adrp x8, _tracing@PAGE ldr w8, [x8, _tracing@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB14_6 b LBB14_5 LBB14_5: adrp x0, l_.str.46@PAGE add x0, x0, l_.str.46@PAGEOFF bl _printf ldr x8, [sp] ldr w8, [x8, #16] sxtb w0, w8 bl _trace b LBB14_6 LBB14_6: bl _holdself str x0, [sp, #8] b LBB14_7 LBB14_7: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _run_iter ; -- Begin function run_iter .p2align 2 _run_iter: ; @run_iter .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur w0, [x29, #-140] adrp x0, l_.str.49@PAGE add x0, x0, l_.str.49@PAGEOFF bl _printf ; kill: def $x8 killed $xzr str xzr, [sp, #152] str wzr, [sp, #148] str wzr, [sp, #144] str wzr, [sp, #140] str wzr, [sp, #140] b LBB15_1 LBB15_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #140] ldur w9, [x29, #-140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB15_7 b LBB15_2 LBB15_2: ; in Loop: Header=BB15_1 Depth=1 adrp x0, l_.str.50@PAGE add x0, x0, l_.str.50@PAGEOFF bl _printf mov w3, #0 str w3, [sp, #40] ; 4-byte Folded Spill str wzr, [sp, #144] str wzr, [sp, #148] ldr x2, [sp, #152] mov w0, #1 mov x1, x3 adrp x4, _idlefn@PAGE add x4, x4, _idlefn@PAGEOFF mov x5, #1 mov x6, #10000 bl _createtask ldr w1, [sp, #40] ; 4-byte Folded Reload ldrsw x9, [sp, #144] mov x8, x9 add w8, w8, #1 str w8, [sp, #144] sub x8, x29, #72 str x8, [sp, #120] ; 8-byte Folded Spill str x0, [x8, x9, lsl #3] mov x0, #0 str x0, [sp, #48] ; 8-byte Folded Spill mov w2, #1001 str w2, [sp, #44] ; 4-byte Folded Spill bl _pkt ldr w1, [sp, #40] ; 4-byte Folded Reload ldr w2, [sp, #44] ; 4-byte Folded Reload mov x8, x0 str x8, [sp, #152] ldrsw x9, [sp, #148] mov x8, x9 add w8, w8, #1 str w8, [sp, #148] sub x8, x29, #136 str x8, [sp, #64] ; 8-byte Folded Spill str x0, [x8, x9, lsl #3] ldr x0, [sp, #152] bl _pkt ldr x8, [sp, #64] ; 8-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x2, [sp, #152] mov w0, #2 str w0, [sp, #92] ; 4-byte Folded Spill mov w1, #1000 str w1, [sp, #60] ; 4-byte Folded Spill mov w3, #3 str w3, [sp, #76] ; 4-byte Folded Spill adrp x4, _workfn@PAGE add x4, x4, _workfn@PAGEOFF mov x5, #3 mov x6, #0 str x6, [sp, #104] ; 8-byte Folded Spill bl _createtask ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload ldrsw x10, [sp, #144] mov x11, x10 add w11, w11, #1 str w11, [sp, #144] str x8, [x9, x10, lsl #3] mov w1, #5 str w1, [sp, #88] ; 4-byte Folded Spill bl _pkt ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w1, [sp, #88] ; 4-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x0, [sp, #152] bl _pkt ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w1, [sp, #88] ; 4-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x0, [sp, #152] bl _pkt ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w3, [sp, #76] ; 4-byte Folded Reload ldr x6, [sp, #104] ; 8-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x2, [sp, #152] mov x0, x3 mov w1, #2000 adrp x4, _handlerfn@PAGE add x4, x4, _handlerfn@PAGEOFF str x4, [sp, #80] ; 8-byte Folded Spill mov x5, x6 bl _createtask ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload ldrsw x10, [sp, #144] mov x11, x10 add w11, w11, #1 str w11, [sp, #144] str x8, [x9, x10, lsl #3] mov w1, #6 str w1, [sp, #116] ; 4-byte Folded Spill bl _pkt ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x0, [sp, #152] bl _pkt ldr w2, [sp, #60] ; 4-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x0, [sp, #152] bl _pkt ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w3, [sp, #76] ; 4-byte Folded Reload ldr x4, [sp, #80] ; 8-byte Folded Reload ldr x6, [sp, #104] ; 8-byte Folded Reload mov x9, x0 str x9, [sp, #152] ldrsw x9, [sp, #148] mov x10, x9 add w10, w10, #1 str w10, [sp, #148] str x0, [x8, x9, lsl #3] ldr x2, [sp, #152] mov w0, #4 mov w1, #3000 mov x5, x6 bl _createtask ldr w3, [sp, #92] ; 4-byte Folded Reload ldr x6, [sp, #104] ; 8-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload mov x8, x0 ldr w0, [sp, #88] ; 4-byte Folded Reload ldrsw x10, [sp, #144] mov x11, x10 add w11, w11, #1 str w11, [sp, #144] str x8, [x9, x10, lsl #3] str xzr, [sp, #152] ldr x2, [sp, #152] mov w1, #4000 adrp x4, _devfn@PAGE add x4, x4, _devfn@PAGEOFF str x4, [sp, #96] ; 8-byte Folded Spill mov x5, x6 bl _createtask ldr w3, [sp, #92] ; 4-byte Folded Reload ldr x4, [sp, #96] ; 8-byte Folded Reload ldr x6, [sp, #104] ; 8-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload mov x8, x0 ldr w0, [sp, #116] ; 4-byte Folded Reload ldrsw x10, [sp, #144] mov x11, x10 add w11, w11, #1 str w11, [sp, #144] str x8, [x9, x10, lsl #3] ldr x2, [sp, #152] mov w1, #5000 mov x5, x6 bl _createtask ldr x8, [sp, #120] ; 8-byte Folded Reload ldrsw x9, [sp, #144] mov x10, x9 add w10, w10, #1 str w10, [sp, #144] str x0, [x8, x9, lsl #3] adrp x8, _tasklist@PAGE ldr x8, [x8, _tasklist@PAGEOFF] adrp x9, _tcb@GOTPAGE ldr x9, [x9, _tcb@GOTPAGEOFF] str x8, [x9] adrp x8, _holdcount@PAGE str wzr, [x8, _holdcount@PAGEOFF] adrp x8, _qpktcount@PAGE str x8, [sp, #128] ; 8-byte Folded Spill str wzr, [x8, _qpktcount@PAGEOFF] adrp x8, _tracing@PAGE str wzr, [x8, _tracing@PAGEOFF] adrp x8, _layout@PAGE str wzr, [x8, _layout@PAGEOFF] bl _schedule ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8, _qpktcount@PAGEOFF] mov w9, #23246 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB15_4 b LBB15_3 LBB15_3: ; in Loop: Header=BB15_1 Depth=1 adrp x8, _holdcount@PAGE ldr w8, [x8, _holdcount@PAGEOFF] mov w9, #9297 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB15_5 b LBB15_4 LBB15_4: adrp x0, l_.str.51@PAGE add x0, x0, l_.str.51@PAGEOFF bl _printf adrp x8, _qpktcount@PAGE ldr w8, [x8, _qpktcount@PAGEOFF] ; implicit-def: $x10 mov x10, x8 adrp x8, _holdcount@PAGE ldr w9, [x8, _holdcount@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp mov x11, #23246 str x11, [x9] mov x11, #9297 str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] mov w0, #1 adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF bl _errx LBB15_5: ; in Loop: Header=BB15_1 Depth=1 sub x0, x29, #136 sub x1, x29, #72 bl _reset_state b LBB15_6 LBB15_6: ; in Loop: Header=BB15_1 Depth=1 ldr w8, [sp, #140] add w8, w8, #1 str w8, [sp, #140] b LBB15_1 LBB15_7: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB15_9 b LBB15_8 LBB15_8: bl ___stack_chk_fail LBB15_9: mov w0, #0 ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _alphabet ; @alphabet _alphabet: .asciz "0ABCDEFGHIJKLMNOPQRSTUVWXYZ" .section __DATA,__data .globl _tasktab ; @tasktab .p2align 3 _tasktab: .quad 10 .space 80 .globl _tasklist ; @tasklist .zerofill __DATA,__common,_tasklist,8,3 .globl _taskid ; @taskid .zerofill __DATA,__common,_taskid,8,3 .globl _v1 ; @v1 .zerofill __DATA,__common,_v1,8,3 .globl _v2 ; @v2 .zerofill __DATA,__common,_v2,8,3 .globl _qpktcount ; @qpktcount .zerofill __DATA,__common,_qpktcount,4,2 .globl _holdcount ; @holdcount .zerofill __DATA,__common,_holdcount,4,2 .globl _tracing ; @tracing .zerofill __DATA,__common,_tracing,4,2 .globl _layout ; @layout .zerofill __DATA,__common,_layout,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "void reset_state(struct packet *pkts[], struct task *tasks[])\n" l_.str.1: ; @.str.1 .asciz "for (i = 0; i < NUM_PKTS; i++)\n" l_.str.2: ; @.str.2 .asciz "for (i = 0; i < NUM_TASKS; i++)\n" l_.str.3: ; @.str.3 .asciz "for (i = 0; i < 10; i++)\n" .comm _tcb,8,3 ; @tcb l_.str.4: ; @.str.4 .asciz "struct task *createtask(int id, int pri, struct packet *wkq, int state, struct task *(*fn)(struct packet *), long v1, long v2)\n" l_.str.5: ; @.str.5 .asciz "struct packet *pkt(struct packet *link, int id, int kind)\n" l_.str.6: ; @.str.6 .asciz "for (i=0; i<=BUFSIZE; i++)\n" l_.str.7: ; @.str.7 .asciz "void trace(char a)\n" l_.str.8: ; @.str.8 .asciz "if ( --layout <= 0 )\n" l_.str.9: ; @.str.9 .asciz "\n" l_.str.10: ; @.str.10 .asciz "%c" l_.str.11: ; @.str.11 .asciz "oid schedule()\n" l_.str.12: ; @.str.12 .asciz "while ( tcb != 0 )\n" l_.str.13: ; @.str.13 .asciz "case S_WAITPKT:\n" l_.str.14: ; @.str.14 .asciz "case S_RUN:\n" l_.str.15: ; @.str.15 .asciz "case S_RUNPKT:\n" l_.str.16: ; @.str.16 .asciz "if (tracing)" l_.str.17: ; @.str.17 .asciz "case S_HOLDWAITPKT:\n" l_.str.18: ; @.str.18 .asciz "struct task *r_wait(void)" l_.str.19: ; @.str.19 .asciz "struct task *holdself(void)" l_.str.20: ; @.str.20 .asciz "struct task *findtcb(int id)" l_.str.21: ; @.str.21 .asciz "if (1<=id && id<=(long)tasktab[0])\n" l_.str.22: ; @.str.22 .asciz "if (t==0)\n" l_.str.23: ; @.str.23 .asciz "\nBad task id %d\n" l_.str.24: ; @.str.24 .asciz "struct task *release(int id)" l_.str.25: ; @.str.25 .asciz "if ( t==0 )\n" l_.str.26: ; @.str.26 .asciz "if ( t->t_pri > tcb->t_pri )\n" l_.str.27: ; @.str.27 .asciz "struct task *qpkt(struct packet *pkt)" l_.str.28: ; @.str.28 .asciz "if (t->t_wkq==0)" l_.str.29: ; @.str.29 .asciz "if (t->t_pri > tcb->t_pri)\n" l_.str.30: ; @.str.30 .asciz "else" l_.str.31: ; @.str.31 .asciz "struct task *idlefn(struct packet *pkt)" l_.str.32: ; @.str.32 .asciz "if ( --v2==0 )\n" l_.str.33: ; @.str.33 .asciz "if ( (v1&1) == 0 )" l_.str.34: ; @.str.34 .asciz "struct task *workfn(struct packet *pkt)" l_.str.35: ; @.str.35 .asciz "if ( pkt==0 )" l_.str.36: ; @.str.36 .asciz "for (i=0; i<=BUFSIZE; i++)" l_.str.37: ; @.str.37 .asciz "if ( v2 > 26 )" l_.str.38: ; @.str.38 .asciz "struct task *handlerfn(struct packet *pkt)" l_.str.39: ; @.str.39 .asciz "if ( pkt!=0)" l_.str.40: ; @.str.40 .asciz "f ( v1!=0 )" l_.str.41: ; @.str.41 .asciz "if ( count > BUFSIZE )" l_.str.42: ; @.str.42 .asciz "if ( v2!=0 )" l_.str.43: ; @.str.43 .asciz "struct task *devfn(struct packet *pkt)" l_.str.44: ; @.str.44 .asciz "if ( v1==0 )\n" l_.str.45: ; @.str.45 .asciz "else\n" l_.str.46: ; @.str.46 .asciz "if (tracing)\n" l_.str.47: ; @.str.47 .asciz "void append(struct packet *pkt, struct packet *ptr)\n" l_.str.48: ; @.str.48 .asciz "while ( ptr->p_link )\n" l_.str.49: ; @.str.49 .asciz "int run_iter(int reps)\n" l_.str.50: ; @.str.50 .asciz "for (rep = 0; rep < reps; rep ++)" l_.str.51: ; @.str.51 .asciz "if (qpktcount != EXPECT_QPKTCOUNT || holdcount != EXPECT_HOLDCOUNT)\n" l_.str.52: ; @.str.52 .asciz "sanity check failed! %d, %d vs %d, %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reset_state ## -- Begin function reset_state .p2align 4, 0x90 _reset_state: ## @reset_state .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $8, -20(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _free ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: movl $0, -20(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $6, -20(%rbp) jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _free ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_5 LBB0_8: movl $10, %eax movq %rax, _tasktab(%rip) movl $0, -20(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 cmpl $10, -20(%rbp) jge LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %eax addl $1, %eax movslq %eax, %rcx leaq _tasktab(%rip), %rax movq $0, (%rax,%rcx,8) ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_9 LBB0_12: movq $0, _tasklist(%rip) movq _tcb@GOTPCREL(%rip), %rax movq $0, (%rax) movq $0, _taskid(%rip) movq $0, _v1(%rip) movq $0, _v2(%rip) movl $0, _qpktcount(%rip) movl $0, _holdcount(%rip) movl $0, _tracing(%rip) movl $0, _layout(%rip) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _createtask ## -- Begin function createtask .p2align 4, 0x90 _createtask: ## @createtask .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 16(%rbp), %rax movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl %ecx, -20(%rbp) movq %r8, -32(%rbp) movq %r9, -40(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl $56, %edi callq _malloc movq %rax, -48(%rbp) movq -48(%rbp), %rdx movslq -4(%rbp), %rcx leaq _tasktab(%rip), %rax movq %rdx, (%rax,%rcx,8) movq _tasklist(%rip), %rcx movq -48(%rbp), %rax movq %rcx, (%rax) movl -4(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, 8(%rax) movl -8(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, 12(%rax) movq -16(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 16(%rax) movl -20(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, 24(%rax) movq -32(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 40(%rax) movq 16(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 48(%rax) movq -48(%rbp), %rax movq %rax, _tasklist(%rip) movq -48(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _pkt ## -- Begin function pkt .p2align 4, 0x90 _pkt: ## @pkt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $24, %edi callq _malloc movq %rax, -32(%rbp) movl $0, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -20(%rbp) jg LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rax movslq -20(%rbp), %rcx movb $0, 20(%rax,%rcx) ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_4: movq -8(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) movl -12(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movl -16(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 12(%rax) movq -32(%rbp), %rax movl $0, 16(%rax) movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _trace ## -- Begin function trace .p2align 4, 0x90 _trace: ## @trace .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) leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl _layout(%rip), %eax addl $-1, %eax movl %eax, _layout(%rip) cmpl $0, %eax jg LBB3_2 ## %bb.1: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movl $50, _layout(%rip) LBB3_2: movsbl -1(%rbp), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _schedule ## -- Begin function schedule .p2align 4, 0x90 _schedule: ## @schedule .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 leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB4_1: ## =>This Inner Loop Header: Depth=1 movq _tcb@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB4_11 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.12(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movq $0, -8(%rbp) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movl 24(%rax), %eax ## kill: def $rax killed $eax movq %rax, -24(%rbp) ## 8-byte Spill subq $7, %rax ja LBB4_9 ## %bb.12: ## in Loop: Header=BB4_1 Depth=1 movq -24(%rbp), %rax ## 8-byte Reload leaq LJTI4_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB4_3: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq 16(%rax), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rcx movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rcx, 16(%rax) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq 16(%rax), %rdx movl $1, %ecx xorl %eax, %eax cmpq $0, %rdx cmovel %eax, %ecx movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movl %ecx, 24(%rax) LBB4_4: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf LBB4_5: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movslq 8(%rax), %rax movq %rax, _taskid(%rip) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq 40(%rax), %rax movq %rax, _v1(%rip) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq 48(%rax), %rax movq %rax, _v2(%rip) cmpl $0, _tracing(%rip) je LBB4_7 ## %bb.6: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf movq _taskid(%rip), %rax addq $48, %rax ## kill: def $al killed $al killed $rax movsbl %al, %edi callq _trace LBB4_7: ## in Loop: Header=BB4_1 Depth=1 movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq 32(%rax), %rax movq -8(%rbp), %rdi callq *%rax movq %rax, -16(%rbp) movq _v1(%rip), %rcx movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rcx, 40(%rax) movq _v2(%rip), %rcx movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rcx, 48(%rax) movq -16(%rbp), %rcx movq _tcb@GOTPCREL(%rip), %rax movq %rcx, (%rax) jmp LBB4_10 LBB4_8: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq (%rax), %rcx movq _tcb@GOTPCREL(%rip), %rax movq %rcx, (%rax) jmp LBB4_10 LBB4_9: jmp LBB4_11 LBB4_10: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_1 LBB4_11: addq $32, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L4_0_set_4, LBB4_4-LJTI4_0 .set L4_0_set_5, LBB4_5-LJTI4_0 .set L4_0_set_8, LBB4_8-LJTI4_0 .set L4_0_set_3, LBB4_3-LJTI4_0 LJTI4_0: .long L4_0_set_4 .long L4_0_set_5 .long L4_0_set_8 .long L4_0_set_3 .long L4_0_set_8 .long L4_0_set_8 .long L4_0_set_8 .long L4_0_set_8 .end_data_region ## -- End function .globl _r_wait ## -- Begin function r_wait .p2align 4, 0x90 _r_wait: ## @r_wait .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.18(%rip), %rdi movb $0, %al callq _printf movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movl 24(%rax), %ecx orl $2, %ecx movl %ecx, 24(%rax) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _holdself ## -- Begin function holdself .p2align 4, 0x90 _holdself: ## @holdself .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.19(%rip), %rdi movb $0, %al callq _printf movl _holdcount(%rip), %eax addl $1, %eax movl %eax, _holdcount(%rip) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movl 24(%rax), %ecx orl $4, %ecx movl %ecx, 24(%rax) movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq (%rax), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _findtcb ## -- Begin function findtcb .p2align 4, 0x90 _findtcb: ## @findtcb .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) leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf movq $0, -16(%rbp) movl $1, %eax cmpl -4(%rbp), %eax jg LBB7_3 ## %bb.1: movslq -4(%rbp), %rax movq _tasktab(%rip), %rcx cmpq %rcx, %rax jg LBB7_3 ## %bb.2: leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx leaq _tasktab(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) LBB7_3: cmpq $0, -16(%rbp) jne LBB7_5 ## %bb.4: leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %esi leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf LBB7_5: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _release ## -- Begin function release .p2align 4, 0x90 _release: ## @release .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -12(%rbp) leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %edi callq _findtcb movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB8_2 ## %bb.1: leaq L_.str.25(%rip), %rdi movb $0, %al callq _printf movq $0, -8(%rbp) jmp LBB8_5 LBB8_2: movq -24(%rbp), %rax movl 24(%rax), %ecx andl $65531, %ecx ## imm = 0xFFFB movl %ecx, 24(%rax) movq -24(%rbp), %rax movl 12(%rax), %eax movq _tcb@GOTPCREL(%rip), %rcx movq (%rcx), %rcx cmpl 12(%rcx), %eax jle LBB8_4 ## %bb.3: leaq L_.str.26(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB8_5 LBB8_4: movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB8_5: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _qpkt ## -- Begin function qpkt .p2align 4, 0x90 _qpkt: ## @qpkt .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) leaq L_.str.27(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl 8(%rax), %edi callq _findtcb movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB9_2 ## %bb.1: leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB9_8 LBB9_2: movl _qpktcount(%rip), %eax addl $1, %eax movl %eax, _qpktcount(%rip) movq -16(%rbp), %rax movq $0, (%rax) movq _taskid(%rip), %rax movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movq -24(%rbp), %rax cmpq $0, 16(%rax) jne LBB9_6 ## %bb.3: leaq L_.str.28(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 16(%rax) movq -24(%rbp), %rax movl 24(%rax), %ecx orl $1, %ecx movl %ecx, 24(%rax) movq -24(%rbp), %rax movl 12(%rax), %eax movq _tcb@GOTPCREL(%rip), %rcx movq (%rcx), %rcx cmpl 12(%rcx), %eax jle LBB9_5 ## %bb.4: leaq L_.str.29(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB9_8 LBB9_5: jmp LBB9_7 LBB9_6: leaq L_.str.30(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rdi movq -24(%rbp), %rsi addq $16, %rsi callq _append LBB9_7: movq _tcb@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB9_8: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _append ## -- Begin function append .p2align 4, 0x90 _append: ## @append .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq L_.str.47(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movq $0, (%rax) LBB10_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq $0, (%rax) je LBB10_3 ## %bb.2: ## in Loop: Header=BB10_1 Depth=1 leaq L_.str.48(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) jmp LBB10_1 LBB10_3: movq -8(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _idlefn ## -- Begin function idlefn .p2align 4, 0x90 _idlefn: ## @idlefn .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) leaq L_.str.31(%rip), %rdi movb $0, %al callq _printf movq _v2(%rip), %rax addq $-1, %rax movq %rax, _v2(%rip) cmpq $0, %rax jne LBB11_2 ## %bb.1: leaq L_.str.32(%rip), %rdi movb $0, %al callq _printf callq _holdself movq %rax, -8(%rbp) jmp LBB11_5 LBB11_2: movq _v1(%rip), %rax andq $1, %rax cmpq $0, %rax jne LBB11_4 ## %bb.3: leaq L_.str.33(%rip), %rdi movb $0, %al callq _printf movq _v1(%rip), %rax sarq $1, %rax andq $32767, %rax ## imm = 0x7FFF movq %rax, _v1(%rip) movl $5, %edi callq _release movq %rax, -8(%rbp) jmp LBB11_5 LBB11_4: leaq L_.str.30(%rip), %rdi movb $0, %al callq _printf movq _v1(%rip), %rax sarq $1, %rax andq $32767, %rax ## imm = 0x7FFF xorq $53256, %rax ## imm = 0xD008 movq %rax, _v1(%rip) movl $6, %edi callq _release movq %rax, -8(%rbp) LBB11_5: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _workfn ## -- Begin function workfn .p2align 4, 0x90 _workfn: ## @workfn .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) leaq L_.str.34(%rip), %rdi movb $0, %al callq _printf cmpq $0, -16(%rbp) jne LBB12_2 ## %bb.1: leaq L_.str.35(%rip), %rdi movb $0, %al callq _printf callq _r_wait movq %rax, -8(%rbp) jmp LBB12_9 LBB12_2: leaq L_.str.30(%rip), %rdi movb $0, %al callq _printf movl $7, %eax subq _v1(%rip), %rax movq %rax, _v1(%rip) movq _v1(%rip), %rax movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movq -16(%rbp), %rax movl $0, 16(%rax) movl $0, -20(%rbp) LBB12_3: ## =>This Inner Loop Header: Depth=1 cmpl $3, -20(%rbp) jg LBB12_8 ## %bb.4: ## in Loop: Header=BB12_3 Depth=1 leaq L_.str.36(%rip), %rdi movb $0, %al callq _printf movq _v2(%rip), %rax addq $1, %rax movq %rax, _v2(%rip) cmpq $26, _v2(%rip) jle LBB12_6 ## %bb.5: ## in Loop: Header=BB12_3 Depth=1 leaq L_.str.37(%rip), %rdi movb $0, %al callq _printf movq $1, _v2(%rip) LBB12_6: ## in Loop: Header=BB12_3 Depth=1 movq _v2(%rip), %rcx leaq _alphabet(%rip), %rax movb (%rax,%rcx), %dl movq -16(%rbp), %rax movslq -20(%rbp), %rcx movb %dl, 20(%rax,%rcx) ## %bb.7: ## in Loop: Header=BB12_3 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB12_3 LBB12_8: movq -16(%rbp), %rdi callq _qpkt movq %rax, -8(%rbp) LBB12_9: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _handlerfn ## -- Begin function handlerfn .p2align 4, 0x90 _handlerfn: ## @handlerfn .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) leaq L_.str.38(%rip), %rdi movb $0, %al callq _printf cmpq $0, -16(%rbp) je LBB13_2 ## %bb.1: leaq L_.str.39(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rdi movq -16(%rbp), %rax movl 12(%rax), %ecx leaq _v2(%rip), %rsi leaq _v1(%rip), %rax cmpl $1001, %ecx ## imm = 0x3E9 cmoveq %rax, %rsi callq _append LBB13_2: cmpq $0, _v1(%rip) je LBB13_8 ## %bb.3: leaq L_.str.40(%rip), %rdi movb $0, %al callq _printf movq _v1(%rip), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 16(%rax), %eax movl %eax, -20(%rbp) cmpl $3, -20(%rbp) jle LBB13_5 ## %bb.4: leaq L_.str.41(%rip), %rdi movb $0, %al callq _printf movq _v1(%rip), %rax movq (%rax), %rax movq %rax, _v1(%rip) movq -32(%rbp), %rdi callq _qpkt movq %rax, -8(%rbp) jmp LBB13_9 LBB13_5: cmpq $0, _v2(%rip) je LBB13_7 ## %bb.6: leaq L_.str.42(%rip), %rdi movb $0, %al callq _printf movq _v2(%rip), %rax movq %rax, -40(%rbp) movq _v2(%rip), %rax movq (%rax), %rax movq %rax, _v2(%rip) movq -32(%rbp), %rax movslq -20(%rbp), %rcx movsbl 20(%rax,%rcx), %ecx movq -40(%rbp), %rax movl %ecx, 16(%rax) movl -20(%rbp), %ecx addl $1, %ecx movq -32(%rbp), %rax movl %ecx, 16(%rax) movq -40(%rbp), %rdi callq _qpkt movq %rax, -8(%rbp) jmp LBB13_9 LBB13_7: jmp LBB13_8 LBB13_8: callq _r_wait movq %rax, -8(%rbp) LBB13_9: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _devfn ## -- Begin function devfn .p2align 4, 0x90 _devfn: ## @devfn .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) leaq L_.str.43(%rip), %rdi movb $0, %al callq _printf cmpq $0, -16(%rbp) jne LBB14_4 ## %bb.1: leaq L_.str.35(%rip), %rdi movb $0, %al callq _printf cmpq $0, _v1(%rip) jne LBB14_3 ## %bb.2: leaq L_.str.44(%rip), %rdi movb $0, %al callq _printf callq _r_wait movq %rax, -8(%rbp) jmp LBB14_7 LBB14_3: movq _v1(%rip), %rax movq %rax, -16(%rbp) movq $0, _v1(%rip) movq -16(%rbp), %rdi callq _qpkt movq %rax, -8(%rbp) jmp LBB14_7 LBB14_4: leaq L_.str.45(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movq %rax, _v1(%rip) cmpl $0, _tracing(%rip) je LBB14_6 ## %bb.5: leaq L_.str.46(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl 16(%rax), %eax ## kill: def $al killed $al killed $eax movsbl %al, %edi callq _trace LBB14_6: callq _holdself movq %rax, -8(%rbp) LBB14_7: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _run_iter ## -- Begin function run_iter .p2align 4, 0x90 _run_iter: ## @run_iter .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -132(%rbp) leaq L_.str.49(%rip), %rdi movb $0, %al callq _printf movq $0, -144(%rbp) movl $0, -148(%rbp) movl $0, -152(%rbp) movl $0, -156(%rbp) movl $0, -156(%rbp) LBB15_1: ## =>This Inner Loop Header: Depth=1 movl -156(%rbp), %eax cmpl -132(%rbp), %eax jge LBB15_7 ## %bb.2: ## in Loop: Header=BB15_1 Depth=1 leaq L_.str.50(%rip), %rdi movb $0, %al callq _printf movl $0, -152(%rbp) movl $0, -148(%rbp) movq -144(%rbp), %rdx movl $1, %edi xorl %ecx, %ecx leaq _idlefn(%rip), %r8 movl $1, %r9d movl %ecx, %esi movq $10000, (%rsp) ## imm = 0x2710 callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) xorl %eax, %eax movl %eax, %edi xorl %esi, %esi movl $1001, %edx ## imm = 0x3E9 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdi xorl %esi, %esi movl $1001, %edx ## imm = 0x3E9 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdx movl $2, %edi movl $1000, %esi ## imm = 0x3E8 movl $3, %ecx leaq _workfn(%rip), %r8 movl $3, %r9d xorl %eax, %eax ## kill: def $rax killed $eax movq $0, (%rsp) callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) xorl %eax, %eax movl %eax, %edi movl $5, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdi movl $5, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdi movl $5, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdx movl $3, %ecx movl $2000, %esi ## imm = 0x7D0 leaq _handlerfn(%rip), %r8 xorl %eax, %eax movl %eax, %r9d movl %ecx, %edi movq $0, (%rsp) callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) xorl %eax, %eax movl %eax, %edi movl $6, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdi movl $6, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdi movl $6, %esi movl $1000, %edx ## imm = 0x3E8 callq _pkt movq %rax, %rcx movq %rcx, -144(%rbp) movl -148(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -148(%rbp) cltq movq %rcx, -128(%rbp,%rax,8) movq -144(%rbp), %rdx movl $4, %edi movl $3000, %esi ## imm = 0xBB8 movl $3, %ecx leaq _handlerfn(%rip), %r8 xorl %eax, %eax movl %eax, %r9d movq $0, (%rsp) callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) movq $0, -144(%rbp) movq -144(%rbp), %rdx movl $5, %edi movl $4000, %esi ## imm = 0xFA0 movl $2, %ecx leaq _devfn(%rip), %r8 xorl %eax, %eax movl %eax, %r9d movq $0, (%rsp) callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) movq -144(%rbp), %rdx movl $6, %edi movl $5000, %esi ## imm = 0x1388 movl $2, %ecx leaq _devfn(%rip), %r8 xorl %eax, %eax movl %eax, %r9d movq $0, (%rsp) callq _createtask movq %rax, %rcx movl -152(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -152(%rbp) cltq movq %rcx, -64(%rbp,%rax,8) movq _tasklist(%rip), %rcx movq _tcb@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $0, _holdcount(%rip) movl $0, _qpktcount(%rip) movl $0, _tracing(%rip) movl $0, _layout(%rip) callq _schedule cmpl $23246, _qpktcount(%rip) ## imm = 0x5ACE jne LBB15_4 ## %bb.3: ## in Loop: Header=BB15_1 Depth=1 cmpl $9297, _holdcount(%rip) ## imm = 0x2451 je LBB15_5 LBB15_4: leaq L_.str.51(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -157(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -157(%rbp), %al ## 1-byte Reload movl _qpktcount(%rip), %r8d movl _holdcount(%rip), %r9d leaq L_.str.52(%rip), %rsi movl $1, %edi movl $23246, %edx ## imm = 0x5ACE movl $9297, %ecx ## imm = 0x2451 callq _errx LBB15_5: ## in Loop: Header=BB15_1 Depth=1 leaq -128(%rbp), %rdi leaq -64(%rbp), %rsi callq _reset_state ## %bb.6: ## in Loop: Header=BB15_1 Depth=1 movl -156(%rbp), %eax addl $1, %eax movl %eax, -156(%rbp) jmp LBB15_1 LBB15_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB15_9 ## %bb.8: xorl %eax, %eax addq $176, %rsp popq %rbp retq LBB15_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .globl _alphabet ## @alphabet .p2align 4 _alphabet: .asciz "0ABCDEFGHIJKLMNOPQRSTUVWXYZ" .section __DATA,__data .globl _tasktab ## @tasktab .p2align 4 _tasktab: .quad 10 .space 80 .globl _tasklist ## @tasklist .zerofill __DATA,__common,_tasklist,8,3 .globl _taskid ## @taskid .zerofill __DATA,__common,_taskid,8,3 .globl _v1 ## @v1 .zerofill __DATA,__common,_v1,8,3 .globl _v2 ## @v2 .zerofill __DATA,__common,_v2,8,3 .globl _qpktcount ## @qpktcount .zerofill __DATA,__common,_qpktcount,4,2 .globl _holdcount ## @holdcount .zerofill __DATA,__common,_holdcount,4,2 .globl _tracing ## @tracing .zerofill __DATA,__common,_tracing,4,2 .globl _layout ## @layout .zerofill __DATA,__common,_layout,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "void reset_state(struct packet *pkts[], struct task *tasks[])\n" L_.str.1: ## @.str.1 .asciz "for (i = 0; i < NUM_PKTS; i++)\n" L_.str.2: ## @.str.2 .asciz "for (i = 0; i < NUM_TASKS; i++)\n" L_.str.3: ## @.str.3 .asciz "for (i = 0; i < 10; i++)\n" .comm _tcb,8,3 ## @tcb L_.str.4: ## @.str.4 .asciz "struct task *createtask(int id, int pri, struct packet *wkq, int state, struct task *(*fn)(struct packet *), long v1, long v2)\n" L_.str.5: ## @.str.5 .asciz "struct packet *pkt(struct packet *link, int id, int kind)\n" L_.str.6: ## @.str.6 .asciz "for (i=0; i<=BUFSIZE; i++)\n" L_.str.7: ## @.str.7 .asciz "void trace(char a)\n" L_.str.8: ## @.str.8 .asciz "if ( --layout <= 0 )\n" L_.str.9: ## @.str.9 .asciz "\n" L_.str.10: ## @.str.10 .asciz "%c" L_.str.11: ## @.str.11 .asciz "oid schedule()\n" L_.str.12: ## @.str.12 .asciz "while ( tcb != 0 )\n" L_.str.13: ## @.str.13 .asciz "case S_WAITPKT:\n" L_.str.14: ## @.str.14 .asciz "case S_RUN:\n" L_.str.15: ## @.str.15 .asciz "case S_RUNPKT:\n" L_.str.16: ## @.str.16 .asciz "if (tracing)" L_.str.17: ## @.str.17 .asciz "case S_HOLDWAITPKT:\n" L_.str.18: ## @.str.18 .asciz "struct task *r_wait(void)" L_.str.19: ## @.str.19 .asciz "struct task *holdself(void)" L_.str.20: ## @.str.20 .asciz "struct task *findtcb(int id)" L_.str.21: ## @.str.21 .asciz "if (1<=id && id<=(long)tasktab[0])\n" L_.str.22: ## @.str.22 .asciz "if (t==0)\n" L_.str.23: ## @.str.23 .asciz "\nBad task id %d\n" L_.str.24: ## @.str.24 .asciz "struct task *release(int id)" L_.str.25: ## @.str.25 .asciz "if ( t==0 )\n" L_.str.26: ## @.str.26 .asciz "if ( t->t_pri > tcb->t_pri )\n" L_.str.27: ## @.str.27 .asciz "struct task *qpkt(struct packet *pkt)" L_.str.28: ## @.str.28 .asciz "if (t->t_wkq==0)" L_.str.29: ## @.str.29 .asciz "if (t->t_pri > tcb->t_pri)\n" L_.str.30: ## @.str.30 .asciz "else" L_.str.31: ## @.str.31 .asciz "struct task *idlefn(struct packet *pkt)" L_.str.32: ## @.str.32 .asciz "if ( --v2==0 )\n" L_.str.33: ## @.str.33 .asciz "if ( (v1&1) == 0 )" L_.str.34: ## @.str.34 .asciz "struct task *workfn(struct packet *pkt)" L_.str.35: ## @.str.35 .asciz "if ( pkt==0 )" L_.str.36: ## @.str.36 .asciz "for (i=0; i<=BUFSIZE; i++)" L_.str.37: ## @.str.37 .asciz "if ( v2 > 26 )" L_.str.38: ## @.str.38 .asciz "struct task *handlerfn(struct packet *pkt)" L_.str.39: ## @.str.39 .asciz "if ( pkt!=0)" L_.str.40: ## @.str.40 .asciz "f ( v1!=0 )" L_.str.41: ## @.str.41 .asciz "if ( count > BUFSIZE )" L_.str.42: ## @.str.42 .asciz "if ( v2!=0 )" L_.str.43: ## @.str.43 .asciz "struct task *devfn(struct packet *pkt)" L_.str.44: ## @.str.44 .asciz "if ( v1==0 )\n" L_.str.45: ## @.str.45 .asciz "else\n" L_.str.46: ## @.str.46 .asciz "if (tracing)\n" L_.str.47: ## @.str.47 .asciz "void append(struct packet *pkt, struct packet *ptr)\n" L_.str.48: ## @.str.48 .asciz "while ( ptr->p_link )\n" L_.str.49: ## @.str.49 .asciz "int run_iter(int reps)\n" L_.str.50: ## @.str.50 .asciz "for (rep = 0; rep < reps; rep ++)" L_.str.51: ## @.str.51 .asciz "if (qpktcount != EXPECT_QPKTCOUNT || holdcount != EXPECT_HOLDCOUNT)\n" L_.str.52: ## @.str.52 .asciz "sanity check failed! %d, %d vs %d, %d" .subsections_via_symbols
the_stack_data/693286.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _b ; -- Begin function b .p2align 2 _b: ; @b .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x10, _a@GOTPAGE ldr x10, [x10, _a@GOTPAGEOFF] ldr x9, [x10] ldr x8, [x9] add x9, x9, #8 str x9, [x10] str x8, [sp] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _a,8,3 ; @a .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _b ## -- Begin function b .p2align 4, 0x90 _b: ## @b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _a@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -8(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB0_2 ## %bb.1: movl -8(%rbp), %edx ## 4-byte Reload movq _a@GOTPCREL(%rip), %rcx movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movq _a@GOTPCREL(%rip), %rcx movl %edx, (%rcx) movq %rax, -16(%rbp) ## 8-byte Spill jmp LBB0_3 LBB0_2: movq _a@GOTPCREL(%rip), %rax movq 8(%rax), %rax movq %rax, %rdx addq $8, %rdx movq _a@GOTPCREL(%rip), %rcx movq %rdx, 8(%rcx) movq %rax, -16(%rbp) ## 8-byte Spill LBB0_3: movq -16(%rbp), %rax ## 8-byte Reload movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .comm _a,24,4 ## @a .subsections_via_symbols
the_stack_data/111078743.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getn ; -- Begin function getn .p2align 2 _getn: ; @getn .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, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] stur x8, [x29, #-24] ; 8-byte Folded Spill stur wzr, [x29, #-4] ldr x9, [x8] ldr w8, [x9, #8] subs w8, w8, #1 str w8, [x9, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] bl ___srget stur w0, [x29, #-28] ; 4-byte Folded Spill b LBB0_3 LBB0_2: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] ldr x8, [x10] add x9, x8, #1 str x9, [x10] ldrb w8, [x8] stur w8, [x29, #-28] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldur w8, [x29, #-28] ; 4-byte Folded Reload stur w8, [x29, #-8] mov w8, #1 stur w8, [x29, #-12] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #45 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB0_8 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #48 cset w8, lt mov w9, #1 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_4 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #57 cset w8, gt str w8, [sp, #28] ; 4-byte Folded Spill b LBB0_7 LBB0_7: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload str w8, [sp, #32] ; 4-byte Folded Spill b LBB0_8 LBB0_8: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload tbz w8, #0, LBB0_13 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_4 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x9, [x8] ldr w8, [x9, #8] subs w8, w8, #1 str w8, [x9, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_4 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] bl ___srget str w0, [sp, #24] ; 4-byte Folded Spill b LBB0_12 LBB0_11: ; in Loop: Header=BB0_4 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] ldr x8, [x10] add x9, x8, #1 str x9, [x10] ldrb w8, [x8] str w8, [sp, #24] ; 4-byte Folded Spill b LBB0_12 LBB0_12: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #24] ; 4-byte Folded Reload stur w8, [x29, #-8] b LBB0_4 LBB0_13: ldur w8, [x29, #-8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_14 LBB0_14: ldur x8, [x29, #-24] ; 8-byte Folded Reload mov w9, #-1 stur w9, [x29, #-12] ldr x9, [x8] ldr w8, [x9, #8] subs w8, w8, #1 str w8, [x9, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] bl ___srget str w0, [sp, #20] ; 4-byte Folded Spill b LBB0_17 LBB0_16: ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] ldr x8, [x10] add x9, x8, #1 str x9, [x10] ldrb w8, [x8] str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_17 LBB0_17: ldr w8, [sp, #20] ; 4-byte Folded Reload stur w8, [x29, #-8] b LBB0_18 LBB0_18: b LBB0_19 LBB0_19: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #57 cset w8, le str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB0_26 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_19 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur w10, [x29, #-4] ldur w9, [x29, #-4] lsl w9, w9, #1 add w9, w9, w10, lsl #3 ldur w10, [x29, #-8] add w9, w9, w10 subs w9, w9, #48 stur w9, [x29, #-4] ldr x9, [x8] ldr w8, [x9, #8] subs w8, w8, #1 str w8, [x9, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_19 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [x8] bl ___srget str w0, [sp, #12] ; 4-byte Folded Spill b LBB0_25 LBB0_24: ; in Loop: Header=BB0_19 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] ldr x8, [x10] add x9, x8, #1 str x9, [x10] ldrb w8, [x8] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_25 LBB0_25: ; in Loop: Header=BB0_19 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload stur w8, [x29, #-8] b LBB0_19 LBB0_26: ldur w8, [x29, #-4] ldur w9, [x29, #-12] mul w0, w8, w9 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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, _rn@GOTPAGE ldr x8, [x8, _rn@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _rc@GOTPAGE ldr x8, [x8, _rc@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, _r@GOTPAGE ldr x8, [x8, _r@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] stur x8, [x29, #-40] ; 8-byte Folded Spill stur wzr, [x29, #-4] bl _getn stur w0, [x29, #-12] bl _getn stur w0, [x29, #-16] stur wzr, [x29, #-20] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 stur wzr, [x29, #-24] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-24] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 bl _getn ldur x8, [x29, #-40] ; 8-byte Folded Reload ldursw x9, [x29, #-20] mov x10, #1000 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-24] strb w0, [x8, x9] b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_8: ldr x8, [sp, #32] ; 8-byte Folded Reload str wzr, [x8] stur wzr, [x29, #-20] b LBB1_9 LBB1_9: ; =>This Loop Header: Depth=1 ; Child Loop BB1_11 Depth 2 ; Child Loop BB1_13 Depth 3 ; Child Loop BB1_15 Depth 4 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_28 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 stur wzr, [x29, #-24] b LBB1_11 LBB1_11: ; Parent Loop BB1_9 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_13 Depth 3 ; Child Loop BB1_15 Depth 4 ldur w8, [x29, #-24] ldur w9, [x29, #-16] subs w9, w9, #2 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_26 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldur w8, [x29, #-20] stur w8, [x29, #-28] mov w8, #1 sturb w8, [x29, #-5] b LBB1_13 LBB1_13: ; Parent Loop BB1_9 Depth=1 ; Parent Loop BB1_11 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB1_15 Depth 4 ldur w8, [x29, #-28] ldur w9, [x29, #-20] add w9, w9, #2 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_22 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=3 ldur w8, [x29, #-24] stur w8, [x29, #-32] b LBB1_15 LBB1_15: ; Parent Loop BB1_9 Depth=1 ; Parent Loop BB1_11 Depth=2 ; Parent Loop BB1_13 Depth=3 ; => This Inner Loop Header: Depth=4 ldur w8, [x29, #-32] ldur w9, [x29, #-24] add w9, w9, #3 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_15 Depth=4 ldur x8, [x29, #-40] ; 8-byte Folded Reload ldursw x9, [x29, #-28] mov x10, #1000 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-32] add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ; in Loop: Header=BB1_15 Depth=4 sturb wzr, [x29, #-5] b LBB1_18 LBB1_18: ; in Loop: Header=BB1_15 Depth=4 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_15 Depth=4 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB1_15 LBB1_20: ; in Loop: Header=BB1_13 Depth=3 b LBB1_21 LBB1_21: ; in Loop: Header=BB1_13 Depth=3 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB1_13 LBB1_22: ; in Loop: Header=BB1_11 Depth=2 ldurb w8, [x29, #-5] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_24 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_11 Depth=2 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x10, [sp, #40] ; 8-byte Folded Reload ldur x11, [x29, #-40] ; 8-byte Folded Reload ldr x14, [sp, #48] ; 8-byte Folded Reload ldur w8, [x29, #-20] ldrsw x12, [x9] mov x16, #48 str x16, [sp, #24] ; 8-byte Folded Spill mul x12, x12, x16 str w8, [x14, x12] ldur w8, [x29, #-24] ldrsw x12, [x9] mul x13, x12, x16 mov x12, x14 add x12, x12, x13 str w8, [x12, #4] ldursw x8, [x29, #-20] mov x13, #1000 mul x12, x8, x13 mov x8, x11 add x8, x8, x12 ldursw x12, [x29, #-24] add x12, x8, x12 mov w8, #1 strb w8, [x12] ldur w12, [x29, #-20] add w12, w12, #1 ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #8] ldur w12, [x29, #-24] ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #12] ldur w12, [x29, #-20] add w12, w12, #1 mov x17, x11 mov w15, #1000 smaddl x12, w12, w15, x17 ldursw x15, [x29, #-24] add x12, x12, x15 strb w8, [x12] ldur w12, [x29, #-20] add w12, w12, #1 ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #16] ldur w12, [x29, #-24] add w12, w12, #1 ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #20] ldur w12, [x29, #-20] add w12, w12, #1 mov x17, x11 mov w15, #1000 smaddl x12, w12, w15, x17 ldur w15, [x29, #-24] add w15, w15, #1 add x12, x12, w15, sxtw strb w8, [x12] ldur w12, [x29, #-20] add w12, w12, #1 ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #24] ldur w12, [x29, #-24] add w12, w12, #2 ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #28] ldur w12, [x29, #-20] add w12, w12, #1 mov x17, x11 mov w15, #1000 smaddl x12, w12, w15, x17 ldur w15, [x29, #-24] add w15, w15, #2 add x12, x12, w15, sxtw strb w8, [x12] ldur w12, [x29, #-20] ldrsw x15, [x9] mul x17, x15, x16 mov x15, x14 add x15, x15, x17 str w12, [x15, #32] ldur w12, [x29, #-24] add w12, w12, #2 ldrsw x15, [x9] mul x15, x15, x16 add x14, x14, x15 str w12, [x14, #36] ldursw x12, [x29, #-20] mul x12, x12, x13 add x11, x11, x12 ldur w12, [x29, #-24] add w12, w12, #2 add x11, x11, w12, sxtw strb w8, [x11] ldrsw x11, [x9] mov w8, #5 str w8, [x10, x11, lsl #2] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_24 LBB1_24: ; in Loop: Header=BB1_11 Depth=2 b LBB1_25 LBB1_25: ; in Loop: Header=BB1_11 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_11 LBB1_26: ; in Loop: Header=BB1_9 Depth=1 b LBB1_27 LBB1_27: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_9 LBB1_28: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB1_29 LBB1_29: ; =>This Loop Header: Depth=1 ; Child Loop BB1_31 Depth 2 ldr x9, [sp, #32] ; 8-byte Folded Reload ldur w8, [x29, #-20] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_36 b LBB1_30 LBB1_30: ; in Loop: Header=BB1_29 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf stur wzr, [x29, #-24] b LBB1_31 LBB1_31: ; Parent Loop BB1_29 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-24] ldursw x10, [x29, #-20] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_34 b LBB1_32 LBB1_32: ; in Loop: Header=BB1_31 Depth=2 ldr x8, [sp, #48] ; 8-byte Folded Reload ldursw x9, [x29, #-20] mov x11, #48 mul x10, x9, x11 mov x9, x8 add x9, x9, x10 ldursw x10, [x29, #-24] lsl x10, x10, #3 ldr w9, [x9, x10] ; implicit-def: $x10 mov x10, x9 ldursw x9, [x29, #-20] mul x9, x9, x11 add x8, x8, x9 ldursw x9, [x29, #-24] add x8, x8, x9, lsl #3 ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB1_33 LBB1_33: ; in Loop: Header=BB1_31 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_31 LBB1_34: ; in Loop: Header=BB1_29 Depth=1 b LBB1_35 LBB1_35: ; in Loop: Header=BB1_29 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_29 LBB1_36: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .comm _a,1000000,0 ; @a .comm _rn,4,2 ; @rn .comm _r,48000000,2 ; @r .comm _rc,4000000,2 ; @rc .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" l_.str.1: ; @.str.1 .asciz "%d %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getn ## -- Begin function getn .p2align 4, 0x90 _getn: ## @getn .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movl 8(%rcx), %eax addl $-1, %eax movl %eax, 8(%rcx) cmpl $0, %eax jge LBB0_2 ## %bb.1: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq ___srget movl %eax, -16(%rbp) ## 4-byte Spill jmp LBB0_3 LBB0_2: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movq (%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, (%rcx) movzbl (%rax), %eax movl %eax, -16(%rbp) ## 4-byte Spill LBB0_3: movl -16(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) movl $1, -12(%rbp) LBB0_4: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $45, -8(%rbp) movb %al, -17(%rbp) ## 1-byte Spill je LBB0_8 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movb $1, %al cmpl $48, -8(%rbp) movb %al, -18(%rbp) ## 1-byte Spill jl LBB0_7 ## %bb.6: ## in Loop: Header=BB0_4 Depth=1 cmpl $57, -8(%rbp) setg %al movb %al, -18(%rbp) ## 1-byte Spill LBB0_7: ## in Loop: Header=BB0_4 Depth=1 movb -18(%rbp), %al ## 1-byte Reload movb %al, -17(%rbp) ## 1-byte Spill LBB0_8: ## in Loop: Header=BB0_4 Depth=1 movb -17(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_9 jmp LBB0_13 LBB0_9: ## in Loop: Header=BB0_4 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movl 8(%rcx), %eax addl $-1, %eax movl %eax, 8(%rcx) cmpl $0, %eax jge LBB0_11 ## %bb.10: ## in Loop: Header=BB0_4 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq ___srget movl %eax, -24(%rbp) ## 4-byte Spill jmp LBB0_12 LBB0_11: ## in Loop: Header=BB0_4 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movq (%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, (%rcx) movzbl (%rax), %eax movl %eax, -24(%rbp) ## 4-byte Spill LBB0_12: ## in Loop: Header=BB0_4 Depth=1 movl -24(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) jmp LBB0_4 LBB0_13: cmpl $45, -8(%rbp) jne LBB0_18 ## %bb.14: movl $-1, -12(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movl 8(%rcx), %eax addl $-1, %eax movl %eax, 8(%rcx) cmpl $0, %eax jge LBB0_16 ## %bb.15: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq ___srget movl %eax, -28(%rbp) ## 4-byte Spill jmp LBB0_17 LBB0_16: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movq (%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, (%rcx) movzbl (%rax), %eax movl %eax, -28(%rbp) ## 4-byte Spill LBB0_17: movl -28(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) LBB0_18: jmp LBB0_19 LBB0_19: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -8(%rbp) movb %al, -29(%rbp) ## 1-byte Spill jl LBB0_21 ## %bb.20: ## in Loop: Header=BB0_19 Depth=1 cmpl $57, -8(%rbp) setle %al movb %al, -29(%rbp) ## 1-byte Spill LBB0_21: ## in Loop: Header=BB0_19 Depth=1 movb -29(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_22 jmp LBB0_26 LBB0_22: ## in Loop: Header=BB0_19 Depth=1 movl -4(%rbp), %eax shll $3, %eax movl -4(%rbp), %ecx shll $1, %ecx addl %ecx, %eax addl -8(%rbp), %eax subl $48, %eax movl %eax, -4(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movl 8(%rcx), %eax addl $-1, %eax movl %eax, 8(%rcx) cmpl $0, %eax jge LBB0_24 ## %bb.23: ## in Loop: Header=BB0_19 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq ___srget movl %eax, -36(%rbp) ## 4-byte Spill jmp LBB0_25 LBB0_24: ## in Loop: Header=BB0_19 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rcx movq (%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, (%rcx) movzbl (%rax), %eax movl %eax, -36(%rbp) ## 4-byte Spill LBB0_25: ## in Loop: Header=BB0_19 Depth=1 movl -36(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) jmp LBB0_19 LBB0_26: movl -4(%rbp), %eax imull -12(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) callq _getn movl %eax, -12(%rbp) callq _getn movl %eax, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -24(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -16(%rbp), %eax jge LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 callq _getn movb %al, %dl movslq -20(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movslq -24(%rbp), %rcx movb %dl, (%rax,%rcx) ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_3 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_8: movq _rn@GOTPCREL(%rip), %rax movl $0, (%rax) movl $0, -20(%rbp) LBB1_9: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 ## Child Loop BB1_13 Depth 3 ## Child Loop BB1_15 Depth 4 movl -20(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB1_28 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movl $0, -24(%rbp) LBB1_11: ## Parent Loop BB1_9 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_13 Depth 3 ## Child Loop BB1_15 Depth 4 movl -24(%rbp), %eax movl -16(%rbp), %ecx subl $2, %ecx cmpl %ecx, %eax jge LBB1_26 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 movl -20(%rbp), %eax movl %eax, -28(%rbp) movb $1, -5(%rbp) LBB1_13: ## Parent Loop BB1_9 Depth=1 ## Parent Loop BB1_11 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB1_15 Depth 4 movl -28(%rbp), %eax movl -20(%rbp), %ecx addl $2, %ecx cmpl %ecx, %eax jge LBB1_22 ## %bb.14: ## in Loop: Header=BB1_13 Depth=3 movl -24(%rbp), %eax movl %eax, -32(%rbp) LBB1_15: ## Parent Loop BB1_9 Depth=1 ## Parent Loop BB1_11 Depth=2 ## Parent Loop BB1_13 Depth=3 ## => This Inner Loop Header: Depth=4 movl -32(%rbp), %eax movl -24(%rbp), %ecx addl $3, %ecx cmpl %ecx, %eax jge LBB1_20 ## %bb.16: ## in Loop: Header=BB1_15 Depth=4 movslq -28(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movslq -32(%rbp), %rcx cmpb $0, (%rax,%rcx) je LBB1_18 ## %bb.17: ## in Loop: Header=BB1_15 Depth=4 movb $0, -5(%rbp) LBB1_18: ## in Loop: Header=BB1_15 Depth=4 jmp LBB1_19 LBB1_19: ## in Loop: Header=BB1_15 Depth=4 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB1_15 LBB1_20: ## in Loop: Header=BB1_13 Depth=3 jmp LBB1_21 LBB1_21: ## in Loop: Header=BB1_13 Depth=3 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_13 LBB1_22: ## in Loop: Header=BB1_11 Depth=2 cmpb $0, -5(%rbp) je LBB1_24 ## %bb.23: ## in Loop: Header=BB1_11 Depth=2 movl -20(%rbp), %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, (%rax) movl -24(%rbp), %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 4(%rax) movslq -20(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movslq -24(%rbp), %rcx movb $1, (%rax,%rcx) movl -20(%rbp), %ecx addl $1, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 8(%rax) movl -24(%rbp), %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 12(%rax) movl -20(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movslq -24(%rbp), %rcx movb $1, (%rax,%rcx) movl -20(%rbp), %ecx addl $1, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 16(%rax) movl -24(%rbp), %ecx addl $1, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 20(%rax) movl -20(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movl -24(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movb $1, (%rax,%rcx) movl -20(%rbp), %ecx addl $1, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 24(%rax) movl -24(%rbp), %ecx addl $2, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 28(%rax) movl -20(%rbp), %eax addl $1, %eax movslq %eax, %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movl -24(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movb $1, (%rax,%rcx) movl -20(%rbp), %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 32(%rax) movl -24(%rbp), %ecx addl $2, %ecx movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rdx movq _r@GOTPCREL(%rip), %rax imulq $48, %rdx, %rdx addq %rdx, %rax movl %ecx, 36(%rax) movslq -20(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax imulq $1000, %rcx, %rcx ## imm = 0x3E8 addq %rcx, %rax movl -24(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movb $1, (%rax,%rcx) movq _rn@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _rc@GOTPCREL(%rip), %rax movl $5, (%rax,%rcx,4) movq _rn@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _rn@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB1_24: ## in Loop: Header=BB1_11 Depth=2 jmp LBB1_25 LBB1_25: ## in Loop: Header=BB1_11 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_11 LBB1_26: ## in Loop: Header=BB1_9 Depth=1 jmp LBB1_27 LBB1_27: ## in Loop: Header=BB1_9 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_9 LBB1_28: movq _rn@GOTPCREL(%rip), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB1_29: ## =>This Loop Header: Depth=1 ## Child Loop BB1_31 Depth 2 movl -20(%rbp), %eax movq _rn@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB1_36 ## %bb.30: ## in Loop: Header=BB1_29 Depth=1 movslq -20(%rbp), %rcx movq _rc@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -24(%rbp) LBB1_31: ## Parent Loop BB1_29 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax movslq -20(%rbp), %rdx movq _rc@GOTPCREL(%rip), %rcx cmpl (%rcx,%rdx,4), %eax jge LBB1_34 ## %bb.32: ## in Loop: Header=BB1_31 Depth=2 movslq -20(%rbp), %rcx movq _r@GOTPCREL(%rip), %rax imulq $48, %rcx, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,8), %esi movslq -20(%rbp), %rcx movq _r@GOTPCREL(%rip), %rax imulq $48, %rcx, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl 4(%rax,%rcx,8), %edx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.33: ## in Loop: Header=BB1_31 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_31 LBB1_34: ## in Loop: Header=BB1_29 Depth=1 jmp LBB1_35 LBB1_35: ## in Loop: Header=BB1_29 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_29 LBB1_36: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _a,1000000,4 ## @a .comm _rn,4,2 ## @rn .comm _r,48000000,4 ## @r .comm _rc,4000000,4 ## @rc .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" L_.str.1: ## @.str.1 .asciz "%d %d\n" .subsections_via_symbols
the_stack_data/243892516.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _boxes_for_gauss ; -- Begin function boxes_for_gauss .p2align 2 _boxes_for_gauss: ; @boxes_for_gauss .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur d0, [x29, #-8] stur w0, [x29, #-12] ldursw x9, [x29, #-12] mov x8, #4 mul x0, x8, x9 bl _malloc str x0, [sp, #24] ldur d1, [x29, #-8] fmov d0, #12.00000000 fmul d0, d0, d1 ldur d1, [x29, #-8] fmul d0, d0, d1 ldur s2, [x29, #-12] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fdiv d0, d0, d1 fmov d1, #1.00000000 fadd d0, d0, d1 fsqrt d0, d0 fcvtms w8, d0 str w8, [sp, #20] ldr w8, [sp, #20] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #20] b LBB0_2 LBB0_2: ldr w8, [sp, #20] add w8, w8, #2 str w8, [sp, #16] ldur d1, [x29, #-8] fmov d0, #12.00000000 fmul d0, d0, d1 ldur d1, [x29, #-8] ldur w8, [x29, #-12] ldr w9, [sp, #20] mul w8, w8, w9 ldr w9, [sp, #20] mul w8, w8, w9 scvtf d2, w8 fnmsub d0, d0, d1, d2 ldur w9, [x29, #-12] mov w8, #4 mul w8, w8, w9 ldr w9, [sp, #20] mul w8, w8, w9 scvtf d1, w8 fsub d0, d0, d1 ldur w9, [x29, #-12] mov w8, #3 mul w8, w8, w9 scvtf d1, w8 fsub d0, d0, d1 ldr w9, [sp, #20] mov w8, #-4 mul w8, w8, w9 subs w8, w8, #4 scvtf d1, w8 fdiv d0, d0, d1 fcvtas w8, d0 str w8, [sp, #12] str wzr, [sp, #8] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #20] str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_7 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #16] str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload ldr x9, [sp, #24] ldrsw x10, [sp, #8] str w8, [x9, x10, lsl #2] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_3 LBB0_9: ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _box_blur_h ; -- Begin function box_blur_h .p2align 2 _box_blur_h: ; @box_blur_h .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 str x0, [sp, #88] str x1, [sp, #80] str w2, [sp, #76] str w3, [sp, #72] str w4, [sp, #68] ldr w9, [sp, #68] mov w8, #2 mul w8, w8, w9 add w8, w8, #1 scvtf d1, w8 fmov d0, #1.00000000 fdiv d0, d0, d1 str d0, [sp, #56] str wzr, [sp, #16] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ; Child Loop BB1_7 Depth 2 ; Child Loop BB1_11 Depth 2 ; Child Loop BB1_15 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #76] mul w8, w8, w9 str w8, [sp, #28] ldr w8, [sp, #28] str w8, [sp, #24] ldr w8, [sp, #28] ldr w9, [sp, #68] add w8, w8, w9 str w8, [sp, #20] ldr x8, [sp, #88] ldrsw x9, [sp, #28] ldr d0, [x8, x9, lsl #3] str d0, [sp, #48] ldr x8, [sp, #88] ldr w9, [sp, #28] ldr w10, [sp, #76] add w9, w9, w10 subs w9, w9, #1 ldr d0, [x8, w9, sxtw #3] str d0, [sp, #40] ldr w8, [sp, #68] add w8, w8, #1 scvtf d0, w8 ldr d1, [sp, #48] fmul d0, d0, d1 str d0, [sp, #32] 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, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #88] ldr w9, [sp, #28] ldr w10, [sp, #12] add w9, w9, w10 ldr d1, [x8, w9, sxtw #3] ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 str wzr, [sp, #8] b LBB1_7 LBB1_7: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_10 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_7 Depth=2 ldr x8, [sp, #88] ldrsw x9, [sp, #20] mov x10, x9 add w10, w10, #1 str w10, [sp, #20] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #48] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] mov x10, x9 add w10, w10, #1 str w10, [sp, #28] str d0, [x8, x9, lsl #3] b LBB1_9 LBB1_9: ; in Loop: Header=BB1_7 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_7 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #68] add w8, w8, #1 str w8, [sp, #4] b LBB1_11 LBB1_11: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] ldr w9, [sp, #76] ldr w10, [sp, #68] subs w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_14 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldr x8, [sp, #88] ldrsw x9, [sp, #20] mov x10, x9 add w10, w10, #1 str w10, [sp, #20] ldr d0, [x8, x9, lsl #3] ldr x8, [sp, #88] ldrsw x9, [sp, #24] mov x10, x9 add w10, w10, #1 str w10, [sp, #24] ldr d1, [x8, x9, lsl #3] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] mov x10, x9 add w10, w10, #1 str w10, [sp, #28] str d0, [x8, x9, lsl #3] b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_11 LBB1_14: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #68] subs w8, w8, w9 str w8, [sp] b LBB1_15 LBB1_15: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_18 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_15 Depth=2 ldr d0, [sp, #40] ldr x8, [sp, #88] ldrsw x9, [sp, #24] mov x10, x9 add w10, w10, #1 str w10, [sp, #24] ldr d1, [x8, x9, lsl #3] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] mov x10, x9 add w10, w10, #1 str w10, [sp, #28] str d0, [x8, x9, lsl #3] b LBB1_17 LBB1_17: ; in Loop: Header=BB1_15 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB1_15 LBB1_18: ; in Loop: Header=BB1_1 Depth=1 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_1 LBB1_20: add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _box_blur_t ; -- Begin function box_blur_t .p2align 2 _box_blur_t: ; @box_blur_t .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 str x0, [sp, #88] str x1, [sp, #80] str w2, [sp, #76] str w3, [sp, #72] str w4, [sp, #68] ldr w9, [sp, #68] mov w8, #2 mul w8, w8, w9 add w8, w8, #1 scvtf d1, w8 fmov d0, #1.00000000 fdiv d0, d0, d1 str d0, [sp, #56] str wzr, [sp, #16] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ; Child Loop BB2_7 Depth 2 ; Child Loop BB2_11 Depth 2 ; Child Loop BB2_15 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_20 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] str w8, [sp, #28] ldr w8, [sp, #28] str w8, [sp, #24] ldr w8, [sp, #28] ldr w9, [sp, #68] ldr w10, [sp, #76] mul w9, w9, w10 add w8, w8, w9 str w8, [sp, #20] ldr x8, [sp, #88] ldrsw x9, [sp, #28] ldr d0, [x8, x9, lsl #3] str d0, [sp, #48] ldr x8, [sp, #88] ldr w9, [sp, #28] ldr w10, [sp, #76] ldr w11, [sp, #72] subs w11, w11, #1 mul w10, w10, w11 add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] str d0, [sp, #40] ldr w8, [sp, #68] add w8, w8, #1 scvtf d0, w8 ldr d1, [sp, #48] fmul d0, d0, d1 str d0, [sp, #32] str wzr, [sp, #12] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #88] ldr w9, [sp, #28] ldr w10, [sp, #12] ldr w11, [sp, #76] mul w10, w10, w11 add w9, w9, w10 ldr d1, [x8, w9, sxtw #3] ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_3 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 str wzr, [sp, #8] b LBB2_7 LBB2_7: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_10 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_7 Depth=2 ldr x8, [sp, #88] ldrsw x9, [sp, #20] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #48] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] str d0, [x8, x9, lsl #3] ldr w9, [sp, #76] ldr w8, [sp, #20] add w8, w8, w9 str w8, [sp, #20] ldr w9, [sp, #76] ldr w8, [sp, #28] add w8, w8, w9 str w8, [sp, #28] b LBB2_9 LBB2_9: ; in Loop: Header=BB2_7 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB2_7 LBB2_10: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #68] add w8, w8, #1 str w8, [sp, #4] b LBB2_11 LBB2_11: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] ldr w9, [sp, #72] ldr w10, [sp, #68] subs w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_14 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_11 Depth=2 ldr x8, [sp, #88] ldrsw x9, [sp, #20] ldr d0, [x8, x9, lsl #3] ldr x8, [sp, #88] ldrsw x9, [sp, #24] ldr d1, [x8, x9, lsl #3] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] str d0, [x8, x9, lsl #3] ldr w9, [sp, #76] ldr w8, [sp, #24] add w8, w8, w9 str w8, [sp, #24] ldr w9, [sp, #76] ldr w8, [sp, #20] add w8, w8, w9 str w8, [sp, #20] ldr w9, [sp, #76] ldr w8, [sp, #28] add w8, w8, w9 str w8, [sp, #28] b LBB2_13 LBB2_13: ; in Loop: Header=BB2_11 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB2_11 LBB2_14: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #72] ldr w9, [sp, #68] subs w8, w8, w9 str w8, [sp] b LBB2_15 LBB2_15: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] ldr w9, [sp, #72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_18 b LBB2_16 LBB2_16: ; in Loop: Header=BB2_15 Depth=2 ldr d0, [sp, #40] ldr x8, [sp, #88] ldrsw x9, [sp, #24] ldr d1, [x8, x9, lsl #3] fsub d1, d0, d1 ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] ldr d0, [sp, #32] ldr d1, [sp, #56] fmul d0, d0, d1 ldr x8, [sp, #80] ldrsw x9, [sp, #28] str d0, [x8, x9, lsl #3] ldr w9, [sp, #76] ldr w8, [sp, #24] add w8, w8, w9 str w8, [sp, #24] ldr w9, [sp, #76] ldr w8, [sp, #28] add w8, w8, w9 str w8, [sp, #28] b LBB2_17 LBB2_17: ; in Loop: Header=BB2_15 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB2_15 LBB2_18: ; in Loop: Header=BB2_1 Depth=1 b LBB2_19 LBB2_19: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_1 LBB2_20: add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _box_blur ; -- Begin function box_blur .p2align 2 _box_blur: ; @box_blur .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] str w3, [sp, #24] str w4, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB3_4 b LBB3_1 LBB3_1: ldr w8, [sp, #20] ldur w9, [x29, #-20] mov w10, #2 subs w9, w9, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_4 b LBB3_2 LBB3_2: ldr w8, [sp, #20] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ldr w8, [sp, #20] ldr w9, [sp, #24] mov w10, #2 subs w9, w9, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_8 b LBB3_4 LBB3_4: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w8, [x29, #-20] mov w10, #2 subs w8, w8, #2 sdiv w8, w8, w10 ldr w9, [sp, #24] subs w9, w9, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ldur w8, [x29, #-20] mov w9, #2 subs w8, w8, #2 sdiv w8, w8, w9 str w8, [sp, #12] ; 4-byte Folded Spill b LBB3_7 LBB3_6: ldr w8, [sp, #24] mov w9, #2 subs w8, w8, #2 sdiv w8, w8, w9 str w8, [sp, #12] ; 4-byte Folded Spill b LBB3_7 LBB3_7: ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [sp, #20] b LBB3_8 LBB3_8: str wzr, [sp, #16] b LBB3_9 LBB3_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-20] ldr w10, [sp, #24] mul w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_9 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-16] ldrsw x9, [sp, #16] str d0, [x8, x9, lsl #3] b LBB3_11 LBB3_11: ; in Loop: Header=BB3_9 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB3_9 LBB3_12: ldur x0, [x29, #-16] ldur x1, [x29, #-8] ldur w2, [x29, #-20] ldr w3, [sp, #24] ldr w4, [sp, #20] bl _box_blur_h ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur w2, [x29, #-20] ldr w3, [sp, #24] ldr w4, [sp, #20] bl _box_blur_t ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _fast_gauss_blur_gray ; -- Begin function fast_gauss_blur_gray .p2align 2 _fast_gauss_blur_gray: ; @fast_gauss_blur_gray .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] str w3, [sp, #24] str x4, [sp, #16] str w5, [sp, #12] str wzr, [sp, #8] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_4 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur w2, [x29, #-20] ldr w3, [sp, #24] ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] subs w8, w8, #1 mov w9, #2 sdiv w4, w8, w9 bl _box_blur b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB4_1 LBB4_4: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _fast_gauss_blur ; -- Begin function fast_gauss_blur .p2align 2 _fast_gauss_blur: ; @fast_gauss_blur .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] stur w3, [x29, #-24] stur w4, [x29, #-28] str d0, [sp, #24] str w5, [sp, #20] ldr d0, [sp, #24] ldr w0, [sp, #20] bl _boxes_for_gauss 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, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_4 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldur x8, [x29, #-8] ldur w9, [x29, #-20] ldur w10, [x29, #-24] mul w9, w9, w10 ldr w10, [sp, #4] mul w9, w9, w10 add x0, x8, w9, sxtw #3 ldur x8, [x29, #-16] ldur w9, [x29, #-20] ldur w10, [x29, #-24] mul w9, w9, w10 ldr w10, [sp, #4] mul w9, w9, w10 add x1, x8, w9, sxtw #3 ldur w2, [x29, #-20] ldur w3, [x29, #-24] ldr x4, [sp, #8] ldr w5, [sp, #20] bl _fast_gauss_blur_gray 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: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, #0 str wzr, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "too big sigma, cut off!\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 boxes_for_gauss LCPI0_0: .quad 0x3ff0000000000000 ## double 1 LCPI0_1: .quad 0x4028000000000000 ## double 12 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_2: .quad 0x8000000000000000 ## double -0 .quad 0x8000000000000000 ## double -0 LCPI0_3: .quad 0x3fdfffffffffffff ## double 0.49999999999999994 .quad 0x3fdfffffffffffff ## double 0.49999999999999994 .section __TEXT,__text,regular,pure_instructions .globl _boxes_for_gauss .p2align 4, 0x90 _boxes_for_gauss: ## @boxes_for_gauss .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movsd %xmm0, -8(%rbp) movl %edi, -12(%rbp) movslq -12(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -24(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -8(%rbp), %xmm0 mulsd -8(%rbp), %xmm0 cvtsi2sdl -12(%rbp), %xmm1 divsd %xmm1, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 sqrtsd %xmm0, %xmm0 roundsd $9, %xmm0, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -28(%rbp) movl -28(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_2 ## %bb.1: movl -28(%rbp), %eax addl $-1, %eax movl %eax, -28(%rbp) LBB0_2: movl -28(%rbp), %eax addl $2, %eax movl %eax, -32(%rbp) movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -8(%rbp), %xmm0 movsd -8(%rbp), %xmm2 ## xmm2 = mem[0],zero movl -12(%rbp), %eax imull -28(%rbp), %eax imull -28(%rbp), %eax cvtsi2sd %eax, %xmm1 movq %xmm1, %rax movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000 xorq %rcx, %rax movq %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movl -12(%rbp), %eax shll $2, %eax imull -28(%rbp), %eax cvtsi2sd %eax, %xmm1 subsd %xmm1, %xmm0 imull $3, -12(%rbp), %eax cvtsi2sd %eax, %xmm1 subsd %xmm1, %xmm0 imull $4294967292, -28(%rbp), %eax ## imm = 0xFFFFFFFC subl $4, %eax cvtsi2sd %eax, %xmm1 divsd %xmm1, %xmm0 movaps %xmm0, %xmm1 movaps LCPI0_2(%rip), %xmm2 ## xmm2 = [-0.0E+0,-0.0E+0] pand %xmm2, %xmm1 movaps LCPI0_3(%rip), %xmm2 ## xmm2 = [4.9999999999999994E-1,4.9999999999999994E-1] por %xmm2, %xmm1 addsd %xmm1, %xmm0 roundsd $11, %xmm0, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -36(%rbp) movl $0, -40(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_9 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movl -28(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_3 Depth=1 movl -32(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill LBB0_7: ## in Loop: Header=BB0_3 Depth=1 movl -44(%rbp), %edx ## 4-byte Reload movq -24(%rbp), %rax movslq -40(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.8: ## in Loop: Header=BB0_3 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_3 LBB0_9: movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function box_blur_h LCPI1_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _box_blur_h .p2align 4, 0x90 _box_blur_h: ## @box_blur_h .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl %r8d, -28(%rbp) movl -28(%rbp), %eax shll $1, %eax addl $1, %eax cvtsi2sd %eax, %xmm1 movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) movl $0, -80(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 ## Child Loop BB1_7 Depth 2 ## Child Loop BB1_11 Depth 2 ## Child Loop BB1_15 Depth 2 movl -80(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_20 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -80(%rbp), %eax imull -20(%rbp), %eax movl %eax, -68(%rbp) movl -68(%rbp), %eax movl %eax, -72(%rbp) movl -68(%rbp), %eax addl -28(%rbp), %eax movl %eax, -76(%rbp) movq -8(%rbp), %rax movslq -68(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) movq -8(%rbp), %rax movl -68(%rbp), %ecx addl -20(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -56(%rbp) movl -28(%rbp), %eax addl $1, %eax cvtsi2sd %eax, %xmm0 mulsd -48(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movl $0, -84(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -84(%rbp), %eax cmpl -28(%rbp), %eax jge LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -8(%rbp), %rax movl -68(%rbp), %ecx addl -84(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB1_3 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 movl $0, -88(%rbp) LBB1_7: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -88(%rbp), %eax cmpl -28(%rbp), %eax jg LBB1_10 ## %bb.8: ## in Loop: Header=BB1_7 Depth=2 movq -8(%rbp), %rax movl -76(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -76(%rbp) movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -48(%rbp), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movl -68(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -68(%rbp) movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.9: ## in Loop: Header=BB1_7 Depth=2 movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB1_7 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) LBB1_11: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -92(%rbp), %eax movl -20(%rbp), %ecx subl -28(%rbp), %ecx cmpl %ecx, %eax jge LBB1_14 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 movq -8(%rbp), %rax movl -76(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -76(%rbp) movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movl -72(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -72(%rbp) movslq %ecx, %rcx subsd (%rax,%rcx,8), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movl -68(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -68(%rbp) movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.13: ## in Loop: Header=BB1_11 Depth=2 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB1_11 LBB1_14: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax subl -28(%rbp), %eax movl %eax, -96(%rbp) LBB1_15: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -96(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_18 ## %bb.16: ## in Loop: Header=BB1_15 Depth=2 movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movl -72(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -72(%rbp) movslq %ecx, %rcx subsd (%rax,%rcx,8), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movl -68(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -68(%rbp) movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.17: ## in Loop: Header=BB1_15 Depth=2 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB1_15 LBB1_18: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_19 LBB1_19: ## in Loop: Header=BB1_1 Depth=1 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp LBB1_1 LBB1_20: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function box_blur_t LCPI2_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _box_blur_t .p2align 4, 0x90 _box_blur_t: ## @box_blur_t .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl %r8d, -28(%rbp) movl -28(%rbp), %eax shll $1, %eax addl $1, %eax cvtsi2sd %eax, %xmm1 movsd LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) movl $0, -80(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 ## Child Loop BB2_7 Depth 2 ## Child Loop BB2_11 Depth 2 ## Child Loop BB2_15 Depth 2 movl -80(%rbp), %eax cmpl -20(%rbp), %eax jge LBB2_20 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -80(%rbp), %eax movl %eax, -68(%rbp) movl -68(%rbp), %eax movl %eax, -72(%rbp) movl -68(%rbp), %eax movl -28(%rbp), %ecx imull -20(%rbp), %ecx addl %ecx, %eax movl %eax, -76(%rbp) movq -8(%rbp), %rax movslq -68(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) movq -8(%rbp), %rax movl -68(%rbp), %ecx movl -20(%rbp), %edx movl -24(%rbp), %esi subl $1, %esi imull %esi, %edx addl %edx, %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -56(%rbp) movl -28(%rbp), %eax addl $1, %eax cvtsi2sd %eax, %xmm0 mulsd -48(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movl $0, -84(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -84(%rbp), %eax cmpl -28(%rbp), %eax jge LBB2_6 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movl -68(%rbp), %ecx movl -84(%rbp), %edx imull -20(%rbp), %edx addl %edx, %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB2_3 LBB2_6: ## in Loop: Header=BB2_1 Depth=1 movl $0, -88(%rbp) LBB2_7: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -88(%rbp), %eax cmpl -28(%rbp), %eax jg LBB2_10 ## %bb.8: ## in Loop: Header=BB2_7 Depth=2 movq -8(%rbp), %rax movslq -76(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -48(%rbp), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movslq -68(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movl -20(%rbp), %eax addl -76(%rbp), %eax movl %eax, -76(%rbp) movl -20(%rbp), %eax addl -68(%rbp), %eax movl %eax, -68(%rbp) ## %bb.9: ## in Loop: Header=BB2_7 Depth=2 movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB2_7 LBB2_10: ## in Loop: Header=BB2_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) LBB2_11: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -92(%rbp), %eax movl -24(%rbp), %ecx subl -28(%rbp), %ecx cmpl %ecx, %eax jge LBB2_14 ## %bb.12: ## in Loop: Header=BB2_11 Depth=2 movq -8(%rbp), %rax movslq -76(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movslq -72(%rbp), %rcx subsd (%rax,%rcx,8), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movslq -68(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movl -20(%rbp), %eax addl -72(%rbp), %eax movl %eax, -72(%rbp) movl -20(%rbp), %eax addl -76(%rbp), %eax movl %eax, -76(%rbp) movl -20(%rbp), %eax addl -68(%rbp), %eax movl %eax, -68(%rbp) ## %bb.13: ## in Loop: Header=BB2_11 Depth=2 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB2_11 LBB2_14: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax subl -28(%rbp), %eax movl %eax, -96(%rbp) LBB2_15: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -96(%rbp), %eax cmpl -24(%rbp), %eax jge LBB2_18 ## %bb.16: ## in Loop: Header=BB2_15 Depth=2 movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movslq -72(%rbp), %rcx subsd (%rax,%rcx,8), %xmm0 addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -40(%rbp), %xmm0 movq -16(%rbp), %rax movslq -68(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movl -20(%rbp), %eax addl -72(%rbp), %eax movl %eax, -72(%rbp) movl -20(%rbp), %eax addl -68(%rbp), %eax movl %eax, -68(%rbp) ## %bb.17: ## in Loop: Header=BB2_15 Depth=2 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB2_15 LBB2_18: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_19 LBB2_19: ## in Loop: Header=BB2_1 Depth=1 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp LBB2_1 LBB2_20: popq %rbp retq .cfi_endproc ## -- End function .globl _box_blur ## -- Begin function box_blur .p2align 4, 0x90 _box_blur: ## @box_blur .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 %ecx, -24(%rbp) movl %r8d, -28(%rbp) cmpl $0, -28(%rbp) jl LBB3_4 ## %bb.1: movl -28(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill movl -20(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -36(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jg LBB3_4 ## %bb.2: cmpl $0, -28(%rbp) jl LBB3_4 ## %bb.3: movl -28(%rbp), %eax movl %eax, -40(%rbp) ## 4-byte Spill movl -24(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -40(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jle LBB3_8 LBB3_4: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, -44(%rbp) ## 4-byte Spill movl -24(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -44(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jge LBB3_6 ## %bb.5: movl -20(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, -48(%rbp) ## 4-byte Spill jmp LBB3_7 LBB3_6: movl -24(%rbp), %eax subl $2, %eax movl $2, %ecx cltd idivl %ecx movl %eax, -48(%rbp) ## 4-byte Spill LBB3_7: movl -48(%rbp), %eax ## 4-byte Reload movl %eax, -28(%rbp) LBB3_8: movl $0, -32(%rbp) LBB3_9: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax movl -20(%rbp), %ecx imull -24(%rbp), %ecx cmpl %ecx, %eax jge LBB3_12 ## %bb.10: ## in Loop: Header=BB3_9 Depth=1 movq -8(%rbp), %rax movslq -32(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movslq -32(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.11: ## in Loop: Header=BB3_9 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB3_9 LBB3_12: movq -16(%rbp), %rdi movq -8(%rbp), %rsi movl -20(%rbp), %edx movl -24(%rbp), %ecx movl -28(%rbp), %r8d callq _box_blur_h movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %edx movl -24(%rbp), %ecx movl -28(%rbp), %r8d callq _box_blur_t addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fast_gauss_blur_gray ## -- Begin function fast_gauss_blur_gray .p2align 4, 0x90 _fast_gauss_blur_gray: ## @fast_gauss_blur_gray .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 %ecx, -24(%rbp) movq %r8, -32(%rbp) movl %r9d, -36(%rbp) movl $0, -40(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB4_4 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill movl -24(%rbp), %ecx movq -32(%rbp), %rax movslq -40(%rbp), %rdx movl (%rax,%rdx,4), %eax subl $1, %eax movl $2, %r8d cltd idivl %r8d movl -44(%rbp), %edx ## 4-byte Reload movl %eax, %r8d callq _box_blur ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB4_1 LBB4_4: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fast_gauss_blur ## -- Begin function fast_gauss_blur .p2align 4, 0x90 _fast_gauss_blur: ## @fast_gauss_blur .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) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl %r8d, -28(%rbp) movsd %xmm0, -40(%rbp) movl %r9d, -44(%rbp) movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -44(%rbp), %edi callq _boxes_for_gauss movq %rax, -56(%rbp) movl $0, -60(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl -28(%rbp), %eax jge LBB5_4 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -8(%rbp), %rdi movl -20(%rbp), %eax imull -24(%rbp), %eax imull -60(%rbp), %eax cltq shlq $3, %rax addq %rax, %rdi movq -16(%rbp), %rsi movl -20(%rbp), %eax imull -24(%rbp), %eax imull -60(%rbp), %eax cltq shlq $3, %rax addq %rax, %rsi movl -20(%rbp), %edx movl -24(%rbp), %ecx movq -56(%rbp), %r8 movl -44(%rbp), %r9d callq _fast_gauss_blur_gray ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB5_1 LBB5_4: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "too big sigma, cut off!\n" .subsections_via_symbols
the_stack_data/181389231.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/92328074.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/119298.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 mov x9, sp sub x8, x29, #9 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #16] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldrsw x9, [sp, #16] adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF ldrsb w8, [x8, x9] ldursb w9, [x29, #-9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_8 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_9: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%c" l_.str.1: ; @.str.1 .asciz "AEIOUaeiou" l_.str.2: ; @.str.2 .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 leaq L_.str(%rip), %rdi leaq -9(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, %eax jne LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -16(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $10, -16(%rbp) jge LBB0_8 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movslq -16(%rbp), %rcx leaq L_.str.1(%rip), %rax movsbl (%rax,%rcx), %eax movsbl -9(%rbp), %ecx cmpl %ecx, %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_8 LBB0_6: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_3 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_3 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_9: movl -8(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%c" L_.str.1: ## @.str.1 .asciz "AEIOUaeiou" L_.str.2: ## @.str.2 .asciz "%d" .subsections_via_symbols
the_stack_data/82084.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_2 LBB0_2: ldr x8, [sp, #16] ldr x0, [x8, #8] bl _atoi mov x8, sp str xzr, [x8] mov w1, #3 bl _fcntl str w0, [sp, #8] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _perror mov w0, #1 bl _exit LBB0_4: ldr w8, [sp, #8] and w8, w8, #0x3 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_13 LBB0_6: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_12 LBB0_8: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_11 LBB0_10: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_11 LBB0_11: b LBB0_12 LBB0_12: b LBB0_13 LBB0_13: ldr w8, [sp, #8] ands w8, w8, #0x8 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_15 LBB0_15: ldr w8, [sp, #8] ands w8, w8, #0x4 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_17 LBB0_17: 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 "the argc must equel to 2" l_.str.1: ; @.str.1 .asciz "fcntl" l_.str.2: ; @.str.2 .asciz "read only\n" l_.str.3: ; @.str.3 .asciz "write only\n" l_.str.4: ; @.str.4 .asciz "read write\n" l_.str.5: ; @.str.5 .asciz "unknown mode\n" l_.str.6: ; @.str.6 .asciz ", append" l_.str.7: ; @.str.7 .asciz ", nonblocking" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $2, -8(%rbp) je LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atoi movl %eax, %edi movl $3, %esi xorl %edx, %edx movb $0, %al callq _fcntl movl %eax, -24(%rbp) cmpl $0, %eax jge LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi callq _perror movl $1, %edi callq _exit LBB0_4: movl -24(%rbp), %eax andl $3, %eax movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jne LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_13 LBB0_6: cmpl $1, -20(%rbp) jne LBB0_8 ## %bb.7: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_12 LBB0_8: cmpl $2, -20(%rbp) jne LBB0_10 ## %bb.9: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB0_11 LBB0_10: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_11: jmp LBB0_12 LBB0_12: jmp LBB0_13 LBB0_13: movl -24(%rbp), %eax andl $8, %eax cmpl $0, %eax je LBB0_15 ## %bb.14: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_15: movl -24(%rbp), %eax andl $4, %eax cmpl $0, %eax je LBB0_17 ## %bb.16: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf LBB0_17: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "the argc must equel to 2" L_.str.1: ## @.str.1 .asciz "fcntl" L_.str.2: ## @.str.2 .asciz "read only\n" L_.str.3: ## @.str.3 .asciz "write only\n" L_.str.4: ## @.str.4 .asciz "read write\n" L_.str.5: ## @.str.5 .asciz "unknown mode\n" L_.str.6: ## @.str.6 .asciz ", append" L_.str.7: ## @.str.7 .asciz ", nonblocking" .subsections_via_symbols
the_stack_data/153269425.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reverseString ; -- Begin function reverseString .p2align 2 _reverseString: ; @reverseString .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_6 LBB0_2: str wzr, [sp, #16] ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #11] ldr x8, [sp, #24] ldrsw x9, [sp, #16] add x8, x8, x9 ldrb w8, [x8] ldr x9, [sp, #24] ldrsw x10, [sp, #12] add x9, x9, x10 strb w8, [x9] ldrb w8, [sp, #11] ldr x9, [sp, #24] ldrsw x10, [sp, #16] add x9, x9, x10 strb w8, [x9] ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_6: 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 w8, #0 str w8, [sp, #20] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] adrp x8, l___const.main.s@PAGE add x8, x8, l___const.main.s@PAGEOFF ldr w9, [x8] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill str w9, [sp, #24] ldrh w8, [x8, #4] strh w8, [sp, #28] mov w1, #5 bl _reverseString 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 ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.s: ; @__const.main.s .asciz "hello" l_.str: ; @.str .asciz "%s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reverseString ## -- Begin function reverseString .p2align 4, 0x90 _reverseString: ## @reverseString .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) cmpl $1, -12(%rbp) jne LBB0_2 ## %bb.1: jmp LBB0_6 LBB0_2: movl $0, -16(%rbp) movl -12(%rbp), %eax subl $1, %eax movl %eax, -20(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movb (%rax,%rcx), %al movb %al, -21(%rbp) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movb (%rax,%rcx), %dl movq -8(%rbp), %rax movslq -20(%rbp), %rcx movb %dl, (%rax,%rcx) movb -21(%rbp), %dl movq -8(%rbp), %rax movslq -16(%rbp), %rcx movb %dl, (%rax,%rcx) movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB0_3 LBB0_6: 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) movl L___const.main.s(%rip), %eax movl %eax, -22(%rbp) movw L___const.main.s+4(%rip), %ax movw %ax, -18(%rbp) leaq -22(%rbp), %rdi movl $5, %esi callq _reverseString leaq -22(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.main.s: ## @__const.main.s .asciz "hello" L_.str: ## @.str .asciz "%s\n" .subsections_via_symbols
the_stack_data/613665.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #24] ldr x1, [sp, #24] add x0, sp, #36 str x0, [sp, #8] ; 8-byte Folded Spill mov x3, #100 mov x2, x3 bl ___strncpy_chk ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _strdup str x0, [sp, #16] ldr x8, [sp, #16] 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, LBB0_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] ldr x8, [sp, #16] ldr x0, [x8, #8] bl _foo ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\nHello %s" .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 $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -120(%rbp) leaq -112(%rbp), %rdi movq -120(%rbp), %rsi movl $100, %ecx movq %rcx, %rdx callq ___strncpy_chk leaq -112(%rbp), %rdi movb $0, %al callq _printf leaq -112(%rbp), %rdi callq _strdup movq %rax, -128(%rbp) movq -128(%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 LBB0_2 ## %bb.1: addq $128, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi callq _foo xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\nHello %s" .subsections_via_symbols
the_stack_data/34512948.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _lerFicheiro ; -- Begin function lerFicheiro .p2align 2 _lerFicheiro: ; @lerFicheiro .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur wzr, [x29, #-20] mov x0, #108 bl _malloc str x0, [sp, #32] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-8] ldr x8, [sp, #32] ldursw x9, [x29, #-20] mov x12, #108 mul x9, x9, x12 add x11, x8, x9 ldr x8, [sp, #32] ldursw x9, [x29, #-20] mul x9, x9, x12 add x8, x8, x9 add x10, x8, #100 ldr x8, [sp, #32] ldursw x9, [x29, #-20] mul x9, x9, x12 add x8, x8, x9 add x8, x8, #104 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fscanf adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] ldr x0, [sp, #32] ldur w8, [x29, #-20] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x9, w8 mov x8, #108 mul x1, x8, x9 bl _realloc str x0, [sp, #32] b LBB0_1 LBB0_3: ldur w8, [x29, #-20] ldur x9, [x29, #-16] str w8, [x9] ldr x0, [sp, #32] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _gerarRelatorio ; -- Begin function gerarRelatorio .p2align 2 _gerarRelatorio: ; @gerarRelatorio .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] mov w8, #41248 movk w8, #7, lsl #16 str w8, [sp, #20] stur wzr, [x29, #-28] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB1_11 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 str wzr, [sp, #28] stur wzr, [x29, #-24] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_9 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldur x8, [x29, #-16] ldursw x9, [x29, #-24] mov x11, #108 mul x9, x9, x11 add x8, x8, x9 ldr w8, [x8, #100] ldur x9, [x29, #-16] ldursw x10, [x29, #-24] mul x10, x10, x11 add x9, x9, x10 ldr w9, [x9, #104] subs w8, w8, w9 str w8, [sp, #32] ldr w8, [sp, #32] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_7 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #32] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #32] str w8, [sp, #28] ldur w8, [x29, #-24] str w8, [sp, #24] b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=2 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_3 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_3 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #28] str w8, [sp, #20] ldur x0, [x29, #-8] ldur x8, [x29, #-16] ldrsw x9, [sp, #24] mov x10, #108 mul x9, x9, x10 add x10, x8, x9 ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB1_10 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB1_1 LBB1_11: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fopen stur x0, [x29, #-16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w8, #1 stur w8, [x29, #-4] b LBB2_5 LBB2_2: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fopen str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: mov w8, #1 stur w8, [x29, #-4] b LBB2_5 LBB2_4: ldur x0, [x29, #-16] add x1, sp, #12 bl _lerFicheiro str x0, [sp, #16] ldr x0, [sp, #24] ldr x1, [sp, #16] ldr w2, [sp, #12] bl _gerarRelatorio ldur x0, [x29, #-16] bl _fclose ldr x0, [sp, #24] bl _fclose ldr x0, [sp, #16] bl _free stur wzr, [x29, #-4] b LBB2_5 LBB2_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 "%s %d %d" l_.str.1: ; @.str.1 .asciz "%s, %d\n" l_.str.2: ; @.str.2 .asciz "municipios.txt" l_.str.3: ; @.str.3 .asciz "r" l_.str.4: ; @.str.4 .asciz "relatorio.txt" l_.str.5: ; @.str.5 .asciz "w" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _lerFicheiro ## -- Begin function lerFicheiro .p2align 4, 0x90 _lerFicheiro: ## @lerFicheiro .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) movl $108, %edi callq _malloc movq %rax, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rdi movq -32(%rbp), %rdx movslq -20(%rbp), %rax imulq $108, %rax, %rax addq %rax, %rdx movq -32(%rbp), %rcx movslq -20(%rbp), %rax imulq $108, %rax, %rax addq %rax, %rcx addq $100, %rcx movq -32(%rbp), %r8 movslq -20(%rbp), %rax imulq $108, %rax, %rax addq %rax, %r8 addq $104, %r8 leaq L_.str(%rip), %rsi movb $0, %al callq _fscanf cmpl $-1, %eax je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movq -32(%rbp), %rdi movl -20(%rbp), %eax addl $1, %eax cltq imulq $108, %rax, %rsi callq _realloc movq %rax, -32(%rbp) jmp LBB0_1 LBB0_3: movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gerarRelatorio ## -- Begin function gerarRelatorio .p2align 4, 0x90 _gerarRelatorio: ## @gerarRelatorio .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 $500000, -44(%rbp) ## imm = 0x7A120 movl $0, -28(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 cmpl $10, -28(%rbp) jge LBB1_11 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -36(%rbp) movl $0, -24(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_9 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rax movslq -24(%rbp), %rcx imulq $108, %rcx, %rcx addq %rcx, %rax movl 100(%rax), %eax movq -16(%rbp), %rcx movslq -24(%rbp), %rdx imulq $108, %rdx, %rdx addq %rdx, %rcx subl 104(%rcx), %eax movl %eax, -32(%rbp) movl -32(%rbp), %eax cmpl -36(%rbp), %eax jle LBB1_7 ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl -32(%rbp), %eax cmpl -44(%rbp), %eax jge LBB1_7 ## %bb.6: ## in Loop: Header=BB1_3 Depth=2 movl -32(%rbp), %eax movl %eax, -36(%rbp) movl -24(%rbp), %eax movl %eax, -40(%rbp) LBB1_7: ## in Loop: Header=BB1_3 Depth=2 jmp LBB1_8 LBB1_8: ## in Loop: Header=BB1_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_3 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %eax movl %eax, -44(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rdx movslq -40(%rbp), %rax imulq $108, %rax, %rax addq %rax, %rdx movl -36(%rbp), %ecx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf ## %bb.10: ## in Loop: Header=BB1_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_1 LBB1_11: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) leaq L_.str.2(%rip), %rdi leaq L_.str.3(%rip), %rsi callq _fopen movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB2_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB2_5 LBB2_2: leaq L_.str.4(%rip), %rdi leaq L_.str.5(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB2_4 ## %bb.3: movl $1, -4(%rbp) jmp LBB2_5 LBB2_4: movq -16(%rbp), %rdi leaq -36(%rbp), %rsi callq _lerFicheiro movq %rax, -32(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rsi movl -36(%rbp), %edx callq _gerarRelatorio movq -16(%rbp), %rdi callq _fclose movq -24(%rbp), %rdi callq _fclose movq -32(%rbp), %rdi callq _free movl $0, -4(%rbp) LBB2_5: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s %d %d" L_.str.1: ## @.str.1 .asciz "%s, %d\n" L_.str.2: ## @.str.2 .asciz "municipios.txt" L_.str.3: ## @.str.3 .asciz "r" L_.str.4: ## @.str.4 .asciz "relatorio.txt" L_.str.5: ## @.str.5 .asciz "w" .subsections_via_symbols
the_stack_data/7949791.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _assert_master ; -- Begin function assert_master .p2align 2 _assert_master: ; @assert_master .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_enter ; -- Begin function ocamlpool_enter .p2align 2 _ocamlpool_enter: ; @ocamlpool_enter .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_leave ; -- Begin function ocamlpool_leave .p2align 2 _ocamlpool_leave: ; @ocamlpool_leave .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_cursor ; -- Begin function ocamlpool_cursor .p2align 2 _ocamlpool_cursor: ; @ocamlpool_cursor .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_limit ; -- Begin function ocamlpool_limit .p2align 2 _ocamlpool_limit: ; @ocamlpool_limit .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_reserve_block ; -- Begin function ocamlpool_reserve_block .p2align 2 _ocamlpool_reserve_block: ; @ocamlpool_reserve_block .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_color ; -- Begin function ocamlpool_color .p2align 2 _ocamlpool_color: ; @ocamlpool_color .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_bound ; -- Begin function ocamlpool_bound .p2align 2 _ocamlpool_bound: ; @ocamlpool_bound .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_alloc ; -- Begin function caml_alloc .p2align 2 _caml_alloc: ; @caml_alloc .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_alloc_small ; -- Begin function caml_alloc_small .p2align 2 _caml_alloc_small: ; @caml_alloc_small .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_alloc_tuple ; -- Begin function caml_alloc_tuple .p2align 2 _caml_alloc_tuple: ; @caml_alloc_tuple .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_array_length ; -- Begin function caml_array_length .p2align 2 _caml_array_length: ; @caml_array_length .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_initialize ; -- Begin function caml_initialize .p2align 2 _caml_initialize: ; @caml_initialize .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_is_double_array ; -- Begin function caml_is_double_array .p2align 2 _caml_is_double_array: ; @caml_is_double_array .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_local_roots ; -- Begin function caml_local_roots .p2align 2 _caml_local_roots: ; @caml_local_roots .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_modify ; -- Begin function caml_modify .p2align 2 _caml_modify: ; @caml_modify .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_reserve_string ; -- Begin function ocamlpool_reserve_string .p2align 2 _ocamlpool_reserve_string: ; @ocamlpool_reserve_string .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_alloc_string ; -- Begin function caml_alloc_string .p2align 2 _caml_alloc_string: ; @caml_alloc_string .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_copy_double ; -- Begin function caml_copy_double .p2align 2 _caml_copy_double: ; @caml_copy_double .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_copy_int32 ; -- Begin function caml_copy_int32 .p2align 2 _caml_copy_int32: ; @caml_copy_int32 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_copy_int64 ; -- Begin function caml_copy_int64 .p2align 2 _caml_copy_int64: ; @caml_copy_int64 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_copy_nativeint ; -- Begin function caml_copy_nativeint .p2align 2 _caml_copy_nativeint: ; @caml_copy_nativeint .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_enter_blocking_section ; -- Begin function caml_enter_blocking_section .p2align 2 _caml_enter_blocking_section: ; @caml_enter_blocking_section .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_failwith_value ; -- Begin function caml_failwith_value .p2align 2 _caml_failwith_value: ; @caml_failwith_value .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_failwith ; -- Begin function caml_failwith .p2align 2 _caml_failwith: ; @caml_failwith .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_invalid_argument_value ; -- Begin function caml_invalid_argument_value .p2align 2 _caml_invalid_argument_value: ; @caml_invalid_argument_value .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_leave_blocking_section ; -- Begin function caml_leave_blocking_section .p2align 2 _caml_leave_blocking_section: ; @caml_leave_blocking_section .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise ; -- Begin function caml_raise .p2align 2 _caml_raise: ; @caml_raise .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_constant ; -- Begin function caml_raise_constant .p2align 2 _caml_raise_constant: ; @caml_raise_constant .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_register_global_root ; -- Begin function caml_register_global_root .p2align 2 _caml_register_global_root: ; @caml_register_global_root .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_remove_global_root ; -- Begin function caml_remove_global_root .p2align 2 _caml_remove_global_root: ; @caml_remove_global_root .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_string_length ; -- Begin function caml_string_length .p2align 2 _caml_string_length: ; @caml_string_length .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_array_bound_error ; -- Begin function caml_array_bound_error .p2align 2 _caml_array_bound_error: ; @caml_array_bound_error .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_end_of_file ; -- Begin function caml_raise_end_of_file .p2align 2 _caml_raise_end_of_file: ; @caml_raise_end_of_file .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_not_found ; -- Begin function caml_raise_not_found .p2align 2 _caml_raise_not_found: ; @caml_raise_not_found .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_out_of_memory ; -- Begin function caml_raise_out_of_memory .p2align 2 _caml_raise_out_of_memory: ; @caml_raise_out_of_memory .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_stack_overflow ; -- Begin function caml_raise_stack_overflow .p2align 2 _caml_raise_stack_overflow: ; @caml_raise_stack_overflow .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_sys_blocked_io ; -- Begin function caml_raise_sys_blocked_io .p2align 2 _caml_raise_sys_blocked_io: ; @caml_raise_sys_blocked_io .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_sys_error ; -- Begin function caml_raise_sys_error .p2align 2 _caml_raise_sys_error: ; @caml_raise_sys_error .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_with_arg ; -- Begin function caml_raise_with_arg .p2align 2 _caml_raise_with_arg: ; @caml_raise_with_arg .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_zero_divide ; -- Begin function caml_raise_zero_divide .p2align 2 _caml_raise_zero_divide: ; @caml_raise_zero_divide .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_named_value ; -- Begin function caml_named_value .p2align 2 _caml_named_value: ; @caml_named_value .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_callbackN ; -- Begin function caml_callbackN .p2align 2 _caml_callbackN: ; @caml_callbackN .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_raise_with_string ; -- Begin function caml_raise_with_string .p2align 2 _caml_raise_with_string: ; @caml_raise_with_string .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_register_custom_operations ; -- Begin function caml_register_custom_operations .p2align 2 _caml_register_custom_operations: ; @caml_register_custom_operations .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_serialize_block_1 ; -- Begin function caml_serialize_block_1 .p2align 2 _caml_serialize_block_1: ; @caml_serialize_block_1 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_serialize_int_8 ; -- Begin function caml_serialize_int_8 .p2align 2 _caml_serialize_int_8: ; @caml_serialize_int_8 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_deserialize_sint_8 ; -- Begin function caml_deserialize_sint_8 .p2align 2 _caml_deserialize_sint_8: ; @caml_deserialize_sint_8 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _caml_deserialize_block_1 ; -- Begin function caml_deserialize_block_1 .p2align 2 _caml_deserialize_block_1: ; @caml_deserialize_block_1 .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _ocamlpool_generation ; @ocamlpool_generation .zerofill __DATA,__common,_ocamlpool_generation,4,2 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _assert_master ## -- Begin function assert_master .p2align 4, 0x90 _assert_master: ## @assert_master .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 _ocamlpool_enter ## -- Begin function ocamlpool_enter .p2align 4, 0x90 _ocamlpool_enter: ## @ocamlpool_enter .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 _ocamlpool_leave ## -- Begin function ocamlpool_leave .p2align 4, 0x90 _ocamlpool_leave: ## @ocamlpool_leave .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 _ocamlpool_cursor ## -- Begin function ocamlpool_cursor .p2align 4, 0x90 _ocamlpool_cursor: ## @ocamlpool_cursor .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 _ocamlpool_limit ## -- Begin function ocamlpool_limit .p2align 4, 0x90 _ocamlpool_limit: ## @ocamlpool_limit .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 _ocamlpool_reserve_block ## -- Begin function ocamlpool_reserve_block .p2align 4, 0x90 _ocamlpool_reserve_block: ## @ocamlpool_reserve_block .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 _ocamlpool_color ## -- Begin function ocamlpool_color .p2align 4, 0x90 _ocamlpool_color: ## @ocamlpool_color .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 _ocamlpool_bound ## -- Begin function ocamlpool_bound .p2align 4, 0x90 _ocamlpool_bound: ## @ocamlpool_bound .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 _caml_alloc ## -- Begin function caml_alloc .p2align 4, 0x90 _caml_alloc: ## @caml_alloc .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 _caml_alloc_small ## -- Begin function caml_alloc_small .p2align 4, 0x90 _caml_alloc_small: ## @caml_alloc_small .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 _caml_alloc_tuple ## -- Begin function caml_alloc_tuple .p2align 4, 0x90 _caml_alloc_tuple: ## @caml_alloc_tuple .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 _caml_array_length ## -- Begin function caml_array_length .p2align 4, 0x90 _caml_array_length: ## @caml_array_length .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 _caml_initialize ## -- Begin function caml_initialize .p2align 4, 0x90 _caml_initialize: ## @caml_initialize .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 _caml_is_double_array ## -- Begin function caml_is_double_array .p2align 4, 0x90 _caml_is_double_array: ## @caml_is_double_array .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 _caml_local_roots ## -- Begin function caml_local_roots .p2align 4, 0x90 _caml_local_roots: ## @caml_local_roots .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 _caml_modify ## -- Begin function caml_modify .p2align 4, 0x90 _caml_modify: ## @caml_modify .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 _ocamlpool_reserve_string ## -- Begin function ocamlpool_reserve_string .p2align 4, 0x90 _ocamlpool_reserve_string: ## @ocamlpool_reserve_string .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 _caml_alloc_string ## -- Begin function caml_alloc_string .p2align 4, 0x90 _caml_alloc_string: ## @caml_alloc_string .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 _caml_copy_double ## -- Begin function caml_copy_double .p2align 4, 0x90 _caml_copy_double: ## @caml_copy_double .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 _caml_copy_int32 ## -- Begin function caml_copy_int32 .p2align 4, 0x90 _caml_copy_int32: ## @caml_copy_int32 .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 _caml_copy_int64 ## -- Begin function caml_copy_int64 .p2align 4, 0x90 _caml_copy_int64: ## @caml_copy_int64 .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 _caml_copy_nativeint ## -- Begin function caml_copy_nativeint .p2align 4, 0x90 _caml_copy_nativeint: ## @caml_copy_nativeint .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 _caml_enter_blocking_section ## -- Begin function caml_enter_blocking_section .p2align 4, 0x90 _caml_enter_blocking_section: ## @caml_enter_blocking_section .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 _caml_failwith_value ## -- Begin function caml_failwith_value .p2align 4, 0x90 _caml_failwith_value: ## @caml_failwith_value .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 _caml_failwith ## -- Begin function caml_failwith .p2align 4, 0x90 _caml_failwith: ## @caml_failwith .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 _caml_invalid_argument_value ## -- Begin function caml_invalid_argument_value .p2align 4, 0x90 _caml_invalid_argument_value: ## @caml_invalid_argument_value .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 _caml_leave_blocking_section ## -- Begin function caml_leave_blocking_section .p2align 4, 0x90 _caml_leave_blocking_section: ## @caml_leave_blocking_section .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 _caml_raise ## -- Begin function caml_raise .p2align 4, 0x90 _caml_raise: ## @caml_raise .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 _caml_raise_constant ## -- Begin function caml_raise_constant .p2align 4, 0x90 _caml_raise_constant: ## @caml_raise_constant .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 _caml_register_global_root ## -- Begin function caml_register_global_root .p2align 4, 0x90 _caml_register_global_root: ## @caml_register_global_root .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 _caml_remove_global_root ## -- Begin function caml_remove_global_root .p2align 4, 0x90 _caml_remove_global_root: ## @caml_remove_global_root .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 _caml_string_length ## -- Begin function caml_string_length .p2align 4, 0x90 _caml_string_length: ## @caml_string_length .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 _caml_array_bound_error ## -- Begin function caml_array_bound_error .p2align 4, 0x90 _caml_array_bound_error: ## @caml_array_bound_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 _caml_raise_end_of_file ## -- Begin function caml_raise_end_of_file .p2align 4, 0x90 _caml_raise_end_of_file: ## @caml_raise_end_of_file .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 _caml_raise_not_found ## -- Begin function caml_raise_not_found .p2align 4, 0x90 _caml_raise_not_found: ## @caml_raise_not_found .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 _caml_raise_out_of_memory ## -- Begin function caml_raise_out_of_memory .p2align 4, 0x90 _caml_raise_out_of_memory: ## @caml_raise_out_of_memory .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 _caml_raise_stack_overflow ## -- Begin function caml_raise_stack_overflow .p2align 4, 0x90 _caml_raise_stack_overflow: ## @caml_raise_stack_overflow .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 _caml_raise_sys_blocked_io ## -- Begin function caml_raise_sys_blocked_io .p2align 4, 0x90 _caml_raise_sys_blocked_io: ## @caml_raise_sys_blocked_io .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 _caml_raise_sys_error ## -- Begin function caml_raise_sys_error .p2align 4, 0x90 _caml_raise_sys_error: ## @caml_raise_sys_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 _caml_raise_with_arg ## -- Begin function caml_raise_with_arg .p2align 4, 0x90 _caml_raise_with_arg: ## @caml_raise_with_arg .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 _caml_raise_zero_divide ## -- Begin function caml_raise_zero_divide .p2align 4, 0x90 _caml_raise_zero_divide: ## @caml_raise_zero_divide .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 _caml_named_value ## -- Begin function caml_named_value .p2align 4, 0x90 _caml_named_value: ## @caml_named_value .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 _caml_callbackN ## -- Begin function caml_callbackN .p2align 4, 0x90 _caml_callbackN: ## @caml_callbackN .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 _caml_raise_with_string ## -- Begin function caml_raise_with_string .p2align 4, 0x90 _caml_raise_with_string: ## @caml_raise_with_string .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 _caml_register_custom_operations ## -- Begin function caml_register_custom_operations .p2align 4, 0x90 _caml_register_custom_operations: ## @caml_register_custom_operations .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 _caml_serialize_block_1 ## -- Begin function caml_serialize_block_1 .p2align 4, 0x90 _caml_serialize_block_1: ## @caml_serialize_block_1 .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 _caml_serialize_int_8 ## -- Begin function caml_serialize_int_8 .p2align 4, 0x90 _caml_serialize_int_8: ## @caml_serialize_int_8 .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 _caml_deserialize_sint_8 ## -- Begin function caml_deserialize_sint_8 .p2align 4, 0x90 _caml_deserialize_sint_8: ## @caml_deserialize_sint_8 .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 _caml_deserialize_block_1 ## -- Begin function caml_deserialize_block_1 .p2align 4, 0x90 _caml_deserialize_block_1: ## @caml_deserialize_block_1 .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 _ocamlpool_generation ## @ocamlpool_generation .zerofill __DATA,__common,_ocamlpool_generation,4,2 .subsections_via_symbols
the_stack_data/151706546.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.1@PAGE add x10, x10, l_.str.1@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s, there are %d arguments\n" l_.str.1: ; @.str.1 .asciz "Hello there !" l_.str.2: ; @.str.2 .asciz "Argument %d is %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl -8(%rbp), %edx leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _printf movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %esi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s, there are %d arguments\n" L_.str.1: ## @.str.1 .asciz "Hello there !" L_.str.2: ## @.str.2 .asciz "Argument %d is %s\n" .subsections_via_symbols
the_stack_data/22011765.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _profiled ; -- Begin function profiled .p2align 2 _profiled: ; @profiled .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] ldr w8, [sp, #8] ldur w9, [x29, #-4] add w8, w8, w9 mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_9 LBB0_2: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_3 LBB0_3: ldr w8, [sp, #8] ldur w9, [x29, #-4] mov w11, #2 sdiv w10, w9, w11 mul w10, w10, w11 subs w9, w9, w10 add w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_6 LBB0_5: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_6 LBB0_6: ldr w8, [sp, #8] ldur w9, [x29, #-4] add w8, w8, w9 mov w10, #5 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_10 LBB0_8: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_9 LBB0_9: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_10 LBB0_10: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] str wzr, [sp, #12] ldr x8, [sp, #16] ldr x0, [x8, #8] bl _atoi str w0, [sp, #8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur w0, [x29, #-8] ldr w1, [sp, #12] bl _profiled 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: 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 "True\n" l_.str.1: ; @.str.1 .asciz "False\n" l_.str.2: ; @.str.2 .asciz "Bacon\n" l_.str.3: ; @.str.3 .asciz "Pancakes\n" l_.str.4: ; @.str.4 .asciz "Finn\n" l_.str.5: ; @.str.5 .asciz "Jake\n" l_.str.6: ; @.str.6 .asciz "Lady Rainicorn\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _profiled ## -- Begin function profiled .p2align 4, 0x90 _profiled: ## @profiled .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -8(%rbp), %eax addl -4(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_2: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.3: movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill movl -4(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl -12(%rbp), %eax ## 4-byte Reload addl %edx, %eax cmpl $0, %eax je LBB0_5 ## %bb.4: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_6 LBB0_5: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_6: movl -8(%rbp), %eax addl -4(%rbp), %eax movl $5, %ecx cltd idivl %ecx cmpl $0, %edx je LBB0_8 ## %bb.7: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB0_10 LBB0_8: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_9: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_10: 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) movl $0, -20(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atoi movl %eax, -24(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -8(%rbp), %edi movl -20(%rbp), %esi callq _profiled ## %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: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "True\n" L_.str.1: ## @.str.1 .asciz "False\n" L_.str.2: ## @.str.2 .asciz "Bacon\n" L_.str.3: ## @.str.3 .asciz "Pancakes\n" L_.str.4: ## @.str.4 .asciz "Finn\n" L_.str.5: ## @.str.5 .asciz "Jake\n" L_.str.6: ## @.str.6 .asciz "Lady Rainicorn\n" .subsections_via_symbols
the_stack_data/193891856.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fprintarr ; -- Begin function fprintarr .p2align 2 _fprintarr: ; @fprintarr .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldur x0, [x29, #-8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-8] ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: ldur x0, [x29, #-8] ldr x8, [sp, #16] ldr w9, [sp, #12] subs w9, w9, #1 ldr w9, [x8, w9, sxtw #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 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _duplicate_old ; -- Begin function duplicate_old .p2align 2 _duplicate_old: ; @duplicate_old .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str w1, [sp, #12] str wzr, [sp, #8] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_11 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 str wzr, [sp, #4] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_9 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_7 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #16] ldrsw x10, [sp, #4] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] str w8, [sp, #28] b LBB1_12 LBB1_7: ; in Loop: Header=BB1_3 Depth=2 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_3 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_1 LBB1_11: mov w8, #-1 str w8, [sp, #28] b LBB1_12 LBB1_12: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _duplicate ; -- Begin function duplicate .p2align 2 _duplicate: ; @duplicate .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] mov w8, #1 str w8, [sp, #16] ldr w8, [sp, #20] str w8, [sp, #12] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_12 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #12] add w8, w8, w9 mov w9, #2 sdiv w8, w8, w9 str w8, [sp, #8] str wzr, [sp, #4] str wzr, [sp] b LBB2_3 LBB2_3: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] ldr w9, [sp, #20] add w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=2 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB2_3 LBB2_8: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] str w8, [sp, #12] b LBB2_11 LBB2_10: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #16] b LBB2_11 LBB2_11: ; in Loop: Header=BB2_1 Depth=1 b LBB2_1 LBB2_12: ldr w0, [sp, #16] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #64] str w0, [sp, #60] str x1, [sp, #48] add x0, sp, #68 str x0, [sp, #24] ; 8-byte Folded Spill adrp x1, l___const.main.arr@PAGE add x1, x1, l___const.main.arr@PAGEOFF mov x2, #68 bl _memcpy ldr x1, [sp, #24] ; 8-byte Folded Reload mov w8, #17 str w8, [sp, #44] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8] ldr w2, [sp, #44] bl _fprintarr ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill ldr w8, [sp, #44] subs w1, w8, #1 bl _duplicate 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.3@PAGE add x1, x1, l_.str.3@PAGEOFF 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, LBB3_2 b LBB3_1 LBB3_1: bl ___stack_chk_fail LBB3_2: mov w0, #0 ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "{" l_.str.1: ; @.str.1 .asciz "%d, " l_.str.2: ; @.str.2 .asciz "%d}\n" .section __TEXT,__const .p2align 2 ; @__const.main.arr l___const.main.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 .long 11 ; 0xb .long 12 ; 0xc .long 13 ; 0xd .long 14 ; 0xe .long 15 ; 0xf .long 16 ; 0x10 .long 6 ; 0x6 .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fprintarr ## -- Begin function fprintarr .p2align 4, 0x90 _fprintarr: ## @fprintarr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -8(%rbp), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $0, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %edx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_1 LBB0_4: movq -8(%rbp), %rdi movq -16(%rbp), %rax movl -20(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _duplicate_old ## -- Begin function duplicate_old .p2align 4, 0x90 _duplicate_old: ## @duplicate_old .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl $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_11 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -28(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -28(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_9 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movl -24(%rbp), %eax cmpl -28(%rbp), %eax je LBB1_7 ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -16(%rbp), %rcx movslq -28(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jne LBB1_7 ## %bb.6: movq -16(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -4(%rbp) jmp LBB1_12 LBB1_7: ## in Loop: Header=BB1_3 Depth=2 jmp LBB1_8 LBB1_8: ## in Loop: Header=BB1_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_3 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_10 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_1 LBB1_11: movl $-1, -4(%rbp) LBB1_12: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _duplicate ## -- Begin function duplicate .p2align 4, 0x90 _duplicate: ## @duplicate .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 $1, -16(%rbp) movl -12(%rbp), %eax movl %eax, -20(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB2_12 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -16(%rbp), %eax addl -20(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -24(%rbp) movl $0, -28(%rbp) movl $0, -32(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax movl -12(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jge LBB2_8 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movslq -32(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -24(%rbp), %eax jg LBB2_6 ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB2_6: ## in Loop: Header=BB2_3 Depth=2 jmp LBB2_7 LBB2_7: ## in Loop: Header=BB2_3 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB2_3 LBB2_8: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax cmpl -28(%rbp), %eax jge LBB2_10 ## %bb.9: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax movl %eax, -20(%rbp) jmp LBB2_11 LBB2_10: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB2_11: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_1 LBB2_12: movl -16(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %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) leaq -80(%rbp), %rdi leaq l___const.main.arr(%rip), %rsi movl $68, %edx callq _memcpy movl $17, -100(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -80(%rbp), %rsi movl -100(%rbp), %edx callq _fprintarr movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -112(%rbp) ## 8-byte Spill leaq -80(%rbp), %rdi movl -100(%rbp), %esi subl $1, %esi callq _duplicate movq -112(%rbp), %rdi ## 8-byte Reload movl %eax, %edx leaq L_.str.3(%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 LBB3_2 ## %bb.1: xorl %eax, %eax addq $112, %rsp popq %rbp retq LBB3_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "{" L_.str.1: ## @.str.1 .asciz "%d, " L_.str.2: ## @.str.2 .asciz "%d}\n" .section __TEXT,__const .p2align 4 ## @__const.main.arr l___const.main.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 .long 11 ## 0xb .long 12 ## 0xc .long 13 ## 0xd .long 14 ## 0xe .long 15 ## 0xf .long 16 ## 0x10 .long 6 ## 0x6 .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "%d\n" .subsections_via_symbols
the_stack_data/607761.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 0x3ee4f8b588e368f1 ; double 1.0000000000000001E-5 .section __TEXT,__text,regular,pure_instructions .globl _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, _stdscr@GOTPAGE ldr x8, [x8, _stdscr@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-20] stur w0, [x29, #-24] stur x1, [x29, #-32] movi d0, #0000000000000000 stur d0, [x29, #-48] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen adrp x8, _word_file@PAGE str x0, [x8, _word_file@PAGEOFF] ldr x8, [x8, _word_file@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _exit_perror LBB0_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF add x1, sp, #56 bl _stat subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _exit_perror LBB0_4: ldr x8, [sp, #152] mov x9, #1 str x9, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #1 str x8, [sp, #48] bl _get_original_termios bl _initscr ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _getmaxy ldr x8, [sp, #32] ; 8-byte Folded Reload adrp x9, _terminal_row@PAGE str w0, [x9, _terminal_row@PAGEOFF] ldr x0, [x8] bl _getmaxx ldr x1, [sp, #24] ; 8-byte Folded Reload adrp x8, _terminal_col@PAGE str w0, [x8, _terminal_col@PAGEOFF] mov w0, #2 bl _signal subs x8, x0, #1 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov w0, #2 adrp x1, _terminate@PAGE add x1, x1, _terminate@PAGEOFF bl _signal b LBB0_6 LBB0_6: bl _init_random b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _werase ldr x0, [sp, #48] bl _get_words bl _purge_input mov x0, #0 str x0, [sp, #8] ; 8-byte Folded Spill bl _time str x0, [sp, #40] adrp x8, _errors@PAGE str wzr, [x8, _errors@PAGEOFF] adrp x9, _errflag@PAGE mov w8, #1 str w8, [x9, _errflag@PAGEOFF] bl _debugp ldr x0, [sp, #8] ; 8-byte Folded Reload adrp x8, _chars@PAGE ldr w9, [x8, _chars@PAGEOFF] mov w8, #60 mul w8, w8, w9 scvtf d0, w8 str d0, [sp, #16] ; 8-byte Folded Spill bl _time ldr d0, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #40] subs x8, x0, x8 ucvtf d2, x8 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fadd d1, d1, d2 fmov d2, #5.00000000 fmul d1, d1, d2 fdiv d0, d0, d1 stur d0, [x29, #-40] ldur d0, [x29, #-40] ldur d1, [x29, #-48] bl _print_results stur d0, [x29, #-48] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printw adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh bl _get_single_ch sturb w0, [x29, #-49] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldursb w8, [x29, #-49] subs w8, w8, #10 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 ldursb w8, [x29, #-49] subs w8, w8, #32 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_10 LBB0_10: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbnz w8, #0, LBB0_7 b LBB0_11 LBB0_11: mov w0, #0 bl _terminate .cfi_endproc ; -- End function .p2align 2 ; -- Begin function exit_perror _exit_perror: ; @exit_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] ldr x0, [sp, #8] bl _perror bl _endwin bl _restore_original_termios mov w0, #1 bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_original_termios _get_original_termios: ; @get_original_termios .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, _original_termios@PAGE add x8, x8, _original_termios@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill mov w0, #0 bl _isatty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_1 LBB2_1: mov w0, #0 adrp x1, _original_termios@PAGE add x1, x1, _original_termios@PAGEOFF bl _tcgetattr subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _perror b LBB2_6 LBB2_3: ldr x8, [sp, #8] ; 8-byte Folded Reload adrp x10, _original_termios_gotten@PAGE mov w9, #1 strb w9, [x10, _original_termios_gotten@PAGEOFF] ldr x10, [x8, #24] and x10, x10, #0xfffffffffffffeff str x10, [x8, #24] ldr x10, [x8, #24] and x10, x10, #0xfffffffffffffff7 str x10, [x8, #24] strb w9, [x8, #48] strb wzr, [x8, #49] mov w1, #0 mov x0, x1 adrp x2, _original_termios@PAGE add x2, x2, _original_termios@PAGEOFF bl _tcsetattr subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _exit_perror LBB2_5: b LBB2_6 LBB2_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function terminate _terminate: ; @terminate .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] bl _endwin bl _restore_original_termios mov w0, #0 bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function init_random _init_random: ; @init_random .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] ; kill: def $x8 killed $w8 subs x8, x8, #64 cset w8, hs tbnz w8, #0, LBB4_4 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 bl _mach_host_self mov w1, #1 add x2, sp, #20 bl _host_get_clock_service ldr w0, [sp, #20] add x1, sp, #12 bl _clock_get_time adrp x8, _mach_task_self_@GOTPAGE ldr x8, [x8, _mach_task_self_@GOTPAGEOFF] ldr w0, [x8] ldr w1, [sp, #20] bl _mach_port_deallocate ldr w8, [sp, #12] ; kill: def $x8 killed $w8 str x8, [sp, #24] ldrsw x8, [sp, #16] str x8, [sp, #32] ldr x8, [sp, #24] ldur w9, [x29, #-4] add w10, w9, #1 adrp x9, _random_state@PAGE add x9, x9, _random_state@PAGEOFF ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, w10, uxtw #2] ldr x8, [sp, #32] ldur w10, [x29, #-4] ; kill: def $x10 killed $w10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, x10, lsl #2] b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #2 stur w8, [x29, #-4] b LBB4_1 LBB4_4: mov w8, #1 stur w8, [x29, #-8] mov w8, #256 stur w8, [x29, #-4] ldur w0, [x29, #-8] ldur w8, [x29, #-4] mov x2, x8 adrp x1, _random_state@PAGE add x1, x1, _random_state@PAGEOFF str x1, [sp] ; 8-byte Folded Spill bl _initstate ldr x0, [sp] ; 8-byte Folded Reload bl _setstate ldr x8, [sp, #32] mov x0, x8 bl _srandom ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function get_words lCPI5_0: .quad 0x41dfffffffc00000 ; double 2147483647 .section __TEXT,__text,regular,pure_instructions .p2align 2 _get_words: ; @get_words .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, _stdscr@GOTPAGE ldr x8, [x8, _stdscr@GOTPAGEOFF] str x8, [sp, #64] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-72] adrp x8, _chars@PAGE str wzr, [x8, _chars@PAGEOFF] stur wzr, [x29, #-76] b LBB5_1 LBB5_1: ; =>This Loop Header: Depth=1 ; Child Loop BB5_3 Depth 2 ; Child Loop BB5_10 Depth 3 ; Child Loop BB5_14 Depth 4 ldur w8, [x29, #-76] subs w8, w8, #54 cset w8, hs tbnz w8, #0, LBB5_26 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 b LBB5_3 LBB5_3: ; Parent Loop BB5_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB5_10 Depth 3 ; Child Loop BB5_14 Depth 4 bl _random stur x0, [x29, #-88] ldur d0, [x29, #-88] scvtf d0, d0 adrp x8, lCPI5_0@PAGE ldr d1, [x8, lCPI5_0@PAGEOFF] fdiv d0, d0, d1 ldur d1, [x29, #-72] scvtf d1, d1 fmul d0, d0, d1 fcvtzs x8, d0 str x8, [sp, #96] adrp x8, _word_file@PAGE ldr x0, [x8, _word_file@PAGEOFF] ldr x1, [sp, #96] mov w2, #0 bl _fseeko subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _exit_perror LBB5_5: ; in Loop: Header=BB5_3 Depth=2 sub x0, x29, #58 str x0, [sp, #56] ; 8-byte Folded Spill mov w1, #0 mov x2, #50 bl _memset ldr x0, [sp, #56] ; 8-byte Folded Reload adrp x8, _word_file@PAGE ldr x2, [x8, _word_file@PAGEOFF] mov w1, #50 bl _fgets subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_3 Depth=2 b LBB5_23 LBB5_7: ; in Loop: Header=BB5_3 Depth=2 adrp x8, _word_file@PAGE ldr x2, [x8, _word_file@PAGEOFF] sub x0, x29, #58 mov w1, #50 bl _fgets subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB5_9 b LBB5_8 LBB5_8: ; in Loop: Header=BB5_3 Depth=2 b LBB5_23 LBB5_9: ; in Loop: Header=BB5_3 Depth=2 str wzr, [sp, #80] b LBB5_10 LBB5_10: ; Parent Loop BB5_1 Depth=1 ; Parent Loop BB5_3 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB5_14 Depth 4 ldr w8, [sp, #80] subs w8, w8, #50 cset w8, hs mov w9, #0 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB5_12 b LBB5_11 LBB5_11: ; in Loop: Header=BB5_10 Depth=3 ldr w8, [sp, #80] mov x9, x8 sub x8, x29, #58 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, ne str w8, [sp, #52] ; 4-byte Folded Spill b LBB5_12 LBB5_12: ; in Loop: Header=BB5_10 Depth=3 ldr w8, [sp, #52] ; 4-byte Folded Reload tbz w8, #0, LBB5_20 b LBB5_13 LBB5_13: ; in Loop: Header=BB5_10 Depth=3 b LBB5_14 LBB5_14: ; Parent Loop BB5_1 Depth=1 ; Parent Loop BB5_3 Depth=2 ; Parent Loop BB5_10 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #80] mov x9, x8 sub x8, x29, #58 ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, ne tbnz w8, #0, LBB5_16 b LBB5_15 LBB5_15: ; in Loop: Header=BB5_14 Depth=4 ldr w8, [sp, #80] mov x10, x8 sub x8, x29, #58 mov x9, x8 add x0, x9, x10 ldr w9, [sp, #80] add w9, w9, #1 ; kill: def $x9 killed $w9 add x1, x8, x9 ldr w9, [sp, #80] mov w8, #50 subs w8, w8, w9 subs w8, w8, #1 mov x2, x8 mov x3, #-1 bl ___memmove_chk b LBB5_14 LBB5_16: ; in Loop: Header=BB5_10 Depth=3 ldr w8, [sp, #80] mov x9, x8 sub x8, x29, #58 ldrsb w8, [x8, x9] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB5_18 b LBB5_17 LBB5_17: ; in Loop: Header=BB5_3 Depth=2 ldr w8, [sp, #80] mov x9, x8 sub x8, x29, #58 add x8, x8, x9 strb wzr, [x8] b LBB5_20 LBB5_18: ; in Loop: Header=BB5_10 Depth=3 b LBB5_19 LBB5_19: ; in Loop: Header=BB5_10 Depth=3 ldr w8, [sp, #80] add w8, w8, #1 str w8, [sp, #80] b LBB5_10 LBB5_20: ; in Loop: Header=BB5_3 Depth=2 ldursb w8, [x29, #-58] subs w8, w8, #48 cset w8, ne tbnz w8, #0, LBB5_22 b LBB5_21 LBB5_21: ; in Loop: Header=BB5_3 Depth=2 b LBB5_23 LBB5_22: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-76] ; kill: def $x8 killed $w8 mov x9, #50 mul x9, x8, x9 adrp x8, _the_words@PAGE add x8, x8, _the_words@PAGEOFF add x0, x8, x9 sub x1, x29, #58 str x1, [sp, #40] ; 8-byte Folded Spill mov x2, #50 mov x3, #-1 bl ___strncpy_chk ldr x0, [sp, #40] ; 8-byte Folded Reload bl _strlen mov x8, x0 str w8, [sp, #92] ldr w8, [sp, #92] add w10, w8, #1 adrp x9, _chars@PAGE ldr w8, [x9, _chars@PAGEOFF] add w8, w8, w10 str w8, [x9, _chars@PAGEOFF] b LBB5_24 LBB5_23: ; in Loop: Header=BB5_3 Depth=2 mov w8, #1 tbnz w8, #0, LBB5_3 b LBB5_24 LBB5_24: ; in Loop: Header=BB5_1 Depth=1 b LBB5_25 LBB5_25: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-76] add w8, w8, #1 stur w8, [x29, #-76] b LBB5_1 LBB5_26: mov w1, #0 str w1, [sp, #20] ; 4-byte Folded Spill mov x0, x1 adrp x2, l_.str.4@PAGE add x2, x2, l_.str.4@PAGEOFF str x2, [sp, #24] ; 8-byte Folded Spill bl _mvprintw ldr w1, [sp, #20] ; 4-byte Folded Reload mov w0, #1 adrp x2, l_.str.9@PAGE add x2, x2, l_.str.9@PAGEOFF bl _mvprintw ldr w1, [sp, #20] ; 4-byte Folded Reload mov w0, #2 adrp x2, l_.str.10@PAGE add x2, x2, l_.str.10@PAGEOFF bl _mvprintw ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload mov w0, #3 bl _mvprintw ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x0, [x8] bl _getcury ldr x8, [sp, #64] ; 8-byte Folded Reload adrp x9, _wordstartrow@PAGE str x9, [sp, #32] ; 8-byte Folded Spill str w0, [x9, _wordstartrow@PAGEOFF] ldr x0, [x8] bl _getcurx ldr x9, [sp, #32] ; 8-byte Folded Reload adrp x8, _wordstartcol@PAGE str w0, [x8, _wordstartcol@PAGEOFF] ldr w9, [x9, _wordstartrow@PAGEOFF] str w9, [sp, #88] ldr w8, [x8, _wordstartcol@PAGEOFF] str w8, [sp, #84] ldr w8, [sp, #84] add w8, w8, #3 str w8, [sp, #76] stur wzr, [x29, #-76] b LBB5_27 LBB5_27: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-76] subs w8, w8, #54 cset w8, hs tbnz w8, #0, LBB5_32 b LBB5_28 LBB5_28: ; in Loop: Header=BB5_27 Depth=1 ldur w8, [x29, #-76] ; kill: def $x8 killed $w8 mov x9, #50 mul x9, x8, x9 adrp x8, _the_words@PAGE add x8, x8, _the_words@PAGEOFF add x0, x8, x9 bl _strlen mov x8, x0 str w8, [sp, #92] ldr w8, [sp, #76] ldr w9, [sp, #92] add w8, w8, w9 adrp x9, _terminal_col@PAGE ldr w9, [x9, _terminal_col@PAGEOFF] subs w9, w9, #3 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB5_30 b LBB5_29 LBB5_29: ; in Loop: Header=BB5_27 Depth=1 ldr w9, [sp, #88] mov w8, #3 add w9, w9, #3 str w9, [sp, #88] str w8, [sp, #76] b LBB5_30 LBB5_30: ; in Loop: Header=BB5_27 Depth=1 ldr w0, [sp, #88] ldr w1, [sp, #76] ldur w8, [x29, #-76] ; kill: def $x8 killed $w8 mov x9, #50 mul x9, x8, x9 adrp x8, _the_words@PAGE add x8, x8, _the_words@PAGEOFF add x8, x8, x9 mov x9, sp str x8, [x9] adrp x2, l_.str.11@PAGE add x2, x2, l_.str.11@PAGEOFF bl _mvprintw ldr w8, [sp, #92] add w9, w8, #3 ldr w8, [sp, #76] add w8, w8, w9 str w8, [sp, #76] b LBB5_31 LBB5_31: ; in Loop: Header=BB5_27 Depth=1 ldur w8, [x29, #-76] add w8, w8, #1 stur w8, [x29, #-76] b LBB5_27 LBB5_32: ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB5_34 b LBB5_33 LBB5_33: bl ___stack_chk_fail LBB5_34: ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function purge_input _purge_input: ; @purge_input .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, #1312 adrp x8, _original_termios@PAGE add x8, x8, _original_termios@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill mov w8, #16960 movk w8, #15, lsl #16 str w8, [sp, #16] ; 4-byte Folded Spill adrp x8, ___darwin_check_fd_set_overflow@GOTPAGE ldr x8, [x8, ___darwin_check_fd_set_overflow@GOTPAGEOFF] subs x8, x8, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] adrp x8, _original_termios_gotten@PAGE ldrsb w8, [x8, _original_termios_gotten@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: bl _get_original_termios b LBB6_2 LBB6_2: adrp x8, _original_termios_gotten@PAGE ldrsb w8, [x8, _original_termios_gotten@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_6 b LBB6_3 LBB6_3: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [x8, #24] and x9, x9, #0xfffffffffffffeff str x9, [x8, #24] ldr x9, [x8, #24] and x9, x9, #0xfffffffffffffff7 str x9, [x8, #24] mov w9, #1 strb w9, [x8, #48] strb wzr, [x8, #49] mov w1, #0 mov x0, x1 adrp x2, _original_termios@PAGE add x2, x2, _original_termios@PAGEOFF bl _tcsetattr subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _exit_perror LBB6_5: b LBB6_6 LBB6_6: add x0, sp, #40 mov x1, #0 bl _gettimeofday mov x8, #6 str x8, [sp, #200] str wzr, [sp, #208] b LBB6_7 LBB6_7: ldr w9, [sp, #16] ; 4-byte Folded Reload ldr x8, [sp, #40] ldr x10, [sp, #200] add x8, x8, x10 str x8, [sp, #24] ldr w8, [sp, #48] ldr w10, [sp, #208] add w8, w8, w10 str w8, [sp, #32] ldr w8, [sp, #32] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB6_9 b LBB6_8 LBB6_8: ldr w9, [sp, #16] ; 4-byte Folded Reload ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] ldr w8, [sp, #32] subs w8, w8, w9 str w8, [sp, #32] b LBB6_9 LBB6_9: b LBB6_10 LBB6_10: b LBB6_11 LBB6_11: ; =>This Inner Loop Header: Depth=1 add x0, sp, #64 str x0, [sp] ; 8-byte Folded Spill mov w1, #0 mov x2, #128 bl _memset ldr x9, [sp] ; 8-byte Folded Reload ldr w8, [sp, #20] ; 4-byte Folded Reload str wzr, [sp, #228] str x9, [sp, #216] ldr w10, [sp, #228] ldr x9, [sp, #216] str w10, [sp, #272] str x9, [sp, #264] tbz w8, #0, LBB6_13 b LBB6_12 LBB6_12: ; in Loop: Header=BB6_11 Depth=1 ldr w0, [sp, #272] ldr x1, [sp, #264] mov w2, #0 bl ___darwin_check_fd_set_overflow str w0, [sp, #276] b LBB6_14 LBB6_13: ; in Loop: Header=BB6_11 Depth=1 mov w8, #1 str w8, [sp, #276] b LBB6_14 LBB6_14: ; in Loop: Header=BB6_11 Depth=1 ldr w8, [sp, #276] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_16 b LBB6_15 LBB6_15: ; in Loop: Header=BB6_11 Depth=1 ldrsw x8, [sp, #228] mov x11, #32 udiv x9, x8, x11 mul x9, x9, x11 subs x9, x8, x9 mov x8, #1 lsl x8, x8, x9 mov x10, x8 ldr x8, [sp, #216] ldrsw x9, [sp, #228] udiv x9, x9, x11 add x9, x8, x9, lsl #2 ldr w8, [x9] orr w8, w8, w10 str w8, [x9] b LBB6_16 LBB6_16: ; in Loop: Header=BB6_11 Depth=1 mov w8, #1 str w8, [sp, #60] add x0, sp, #40 mov x1, #0 bl _gettimeofday b LBB6_17 LBB6_17: ; in Loop: Header=BB6_11 Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #40] subs x8, x8, x9 str x8, [sp, #200] ldr w8, [sp, #32] ldr w9, [sp, #48] subs w8, w8, w9 str w8, [sp, #208] ldr w8, [sp, #208] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB6_19 b LBB6_18 LBB6_18: ; in Loop: Header=BB6_11 Depth=1 ldr w9, [sp, #16] ; 4-byte Folded Reload ldr x8, [sp, #200] subs x8, x8, #1 str x8, [sp, #200] ldr w8, [sp, #208] add w8, w8, w9 str w8, [sp, #208] b LBB6_19 LBB6_19: ; in Loop: Header=BB6_11 Depth=1 b LBB6_20 LBB6_20: ; in Loop: Header=BB6_11 Depth=1 add x8, sp, #200 str x8, [sp, #192] ldr w0, [sp, #60] ldr x4, [sp, #192] add x1, sp, #64 mov x3, #0 mov x2, x3 bl _select str w0, [sp, #56] ldr w8, [sp, #56] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB6_24 b LBB6_21 LBB6_21: ; in Loop: Header=BB6_11 Depth=1 bl ___error ldr w8, [x0] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB6_23 b LBB6_22 LBB6_22: ; in Loop: Header=BB6_11 Depth=1 b LBB6_35 LBB6_23: ; in Loop: Header=BB6_11 Depth=1 b LBB6_35 LBB6_24: ; in Loop: Header=BB6_11 Depth=1 ldr w8, [sp, #56] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB6_26 b LBB6_25 LBB6_25: b LBB6_36 LBB6_26: ; in Loop: Header=BB6_11 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload str wzr, [sp, #240] add x9, sp, #64 str x9, [sp, #232] ldr w10, [sp, #240] ldr x9, [sp, #232] str w10, [sp, #256] str x9, [sp, #248] tbz w8, #0, LBB6_28 b LBB6_27 LBB6_27: ; in Loop: Header=BB6_11 Depth=1 ldr w0, [sp, #256] ldr x1, [sp, #248] mov w2, #0 bl ___darwin_check_fd_set_overflow str w0, [sp, #260] b LBB6_29 LBB6_28: ; in Loop: Header=BB6_11 Depth=1 mov w8, #1 str w8, [sp, #260] b LBB6_29 LBB6_29: ; in Loop: Header=BB6_11 Depth=1 ldr w8, [sp, #260] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_31 b LBB6_30 LBB6_30: ; in Loop: Header=BB6_11 Depth=1 ldr x8, [sp, #232] ldrsw x9, [sp, #240] mov x11, #32 udiv x9, x9, x11 ldr w8, [x8, x9, lsl #2] ldrsw x9, [sp, #240] udiv x10, x9, x11 mul x10, x10, x11 subs x10, x9, x10 mov x9, #1 lsl x9, x9, x10 ; kill: def $w9 killed $w9 killed $x9 and w8, w8, w9 str w8, [sp, #244] b LBB6_32 LBB6_31: ; in Loop: Header=BB6_11 Depth=1 str wzr, [sp, #244] b LBB6_32 LBB6_32: ; in Loop: Header=BB6_11 Depth=1 ldr w8, [sp, #244] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_34 b LBB6_33 LBB6_33: ; in Loop: Header=BB6_11 Depth=1 mov w0, #0 add x1, sp, #280 mov x2, #1024 bl _read b LBB6_34 LBB6_34: ; in Loop: Header=BB6_11 Depth=1 b LBB6_35 LBB6_35: ; in Loop: Header=BB6_11 Depth=1 mov w8, #1 tbnz w8, #0, LBB6_11 b LBB6_36 LBB6_36: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB6_38 b LBB6_37 LBB6_37: bl ___stack_chk_fail LBB6_38: add sp, sp, #1312 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function debugp _debugp: ; @debugp .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, _stdscr@GOTPAGE ldr x8, [x8, _stdscr@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill mov w8, #3 stur w8, [x29, #-20] adrp x8, _wordstartrow@PAGE ldr w8, [x8, _wordstartrow@PAGEOFF] add w8, w8, #1 stur w8, [x29, #-24] adrp x8, _wordstartcol@PAGE ldr w8, [x8, _wordstartcol@PAGEOFF] stur w8, [x29, #-20] ldur w0, [x29, #-24] ldur w1, [x29, #-20] adrp x2, l_.str.12@PAGE add x2, x2, l_.str.12@PAGEOFF bl _mvprintw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh stur wzr, [x29, #-8] b LBB7_1 LBB7_1: ; =>This Loop Header: Depth=1 ; Child Loop BB7_3 Depth 2 ; Child Loop BB7_5 Depth 3 ldur w8, [x29, #-8] subs w8, w8, #54 cset w8, hs tbnz w8, #0, LBB7_21 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 adrp x9, _errflag@PAGE mov w8, #1 str w8, [x9, _errflag@PAGEOFF] stur wzr, [x29, #-12] b LBB7_3 LBB7_3: ; Parent Loop BB7_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB7_5 Depth 3 ldur w8, [x29, #-12] subs w8, w8, #50 cset w8, hs tbnz w8, #0, LBB7_19 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=2 b LBB7_5 LBB7_5: ; Parent Loop BB7_1 Depth=1 ; Parent Loop BB7_3 Depth=2 ; => This Inner Loop Header: Depth=3 bl _get_single_ch sturb w0, [x29, #-1] ldursb w8, [x29, #-1] ldur w9, [x29, #-8] ; kill: def $x9 killed $w9 mov x10, #50 mul x10, x9, x10 adrp x9, _the_words@PAGE add x9, x9, _the_words@PAGEOFF add x9, x9, x10 ldur w10, [x29, #-12] ; kill: def $x10 killed $w10 ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_7 b LBB7_6 LBB7_6: ; in Loop: Header=BB7_3 Depth=2 ldursb w10, [x29, #-1] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh b LBB7_18 LBB7_7: ; in Loop: Header=BB7_5 Depth=3 ldursb w8, [x29, #-1] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB7_9 b LBB7_8 LBB7_8: ; in Loop: Header=BB7_5 Depth=3 ldursb w8, [x29, #-1] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB7_15 b LBB7_9 LBB7_9: ; in Loop: Header=BB7_5 Depth=3 ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 mov x9, #50 mul x9, x8, x9 adrp x8, _the_words@PAGE add x8, x8, _the_words@PAGEOFF add x8, x8, x9 ldur w9, [x29, #-12] ; kill: def $x9 killed $w9 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB7_15 b LBB7_10 LBB7_10: ; in Loop: Header=BB7_1 Depth=1 ldur w0, [x29, #-24] ldur w1, [x29, #-20] adrp x2, l_.str.14@PAGE add x2, x2, l_.str.14@PAGEOFF bl _mvprintw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 mov x9, #50 mul x9, x8, x9 adrp x8, _the_words@PAGE add x8, x8, _the_words@PAGEOFF add x0, x8, x9 bl _strlen mov x8, x0 stur w8, [x29, #-16] ldur w8, [x29, #-16] add w9, w8, #3 ldur w8, [x29, #-20] add w8, w8, w9 stur w8, [x29, #-20] ldur w8, [x29, #-8] subs w8, w8, #53 cset w8, hs tbnz w8, #0, LBB7_14 b LBB7_11 LBB7_11: ; in Loop: Header=BB7_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 adrp x10, _the_words@PAGE add x10, x10, _the_words@PAGEOFF mov w9, #50 umaddl x0, w8, w9, x10 bl _strlen mov x8, x0 stur w8, [x29, #-16] ldur w8, [x29, #-20] add w8, w8, #3 ldur w9, [x29, #-16] add w8, w8, w9 adrp x9, _terminal_col@PAGE ldr w9, [x9, _terminal_col@PAGEOFF] subs w9, w9, #3 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB7_13 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_1 Depth=1 adrp x8, _wordstartcol@PAGE ldr w8, [x8, _wordstartcol@PAGEOFF] stur w8, [x29, #-20] ldur w8, [x29, #-24] add w8, w8, #3 stur w8, [x29, #-24] b LBB7_13 LBB7_13: ; in Loop: Header=BB7_1 Depth=1 ldur w0, [x29, #-24] ldur w1, [x29, #-20] adrp x2, l_.str.12@PAGE add x2, x2, l_.str.12@PAGEOFF bl _mvprintw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh b LBB7_14 LBB7_14: ; in Loop: Header=BB7_1 Depth=1 b LBB7_19 LBB7_15: ; in Loop: Header=BB7_5 Depth=3 ldursb w8, [x29, #-1] subs w8, w8, #63 cset w8, ne tbnz w8, #0, LBB7_17 b LBB7_16 LBB7_16: ; in Loop: Header=BB7_5 Depth=3 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur w8, [x29, #-8] ; implicit-def: $x12 mov x12, x8 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-8] ; kill: def $x9 killed $w9 mov x13, #50 mul x11, x9, x13 adrp x9, _the_words@PAGE add x9, x9, _the_words@PAGEOFF mov x10, x9 add x10, x10, x11 ldur w11, [x29, #-12] ; kill: def $x11 killed $w11 ldrsb w11, [x10, x11] ldur w10, [x29, #-8] ; kill: def $x10 killed $w10 mul x10, x10, x13 add x9, x9, x10 ldur w10, [x29, #-12] ; kill: def $x10 killed $w10 ldrsb w10, [x9, x10] mov x9, sp 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] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fprintf b LBB7_17 LBB7_17: ; in Loop: Header=BB7_5 Depth=3 adrp x8, _errflag@PAGE ldr w11, [x8, _errflag@PAGEOFF] adrp x10, _errors@PAGE ldr w9, [x10, _errors@PAGEOFF] add w9, w9, w11 str w9, [x10, _errors@PAGEOFF] str wzr, [x8, _errflag@PAGEOFF] b LBB7_5 LBB7_18: ; in Loop: Header=BB7_3 Depth=2 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB7_3 LBB7_19: ; in Loop: Header=BB7_1 Depth=1 b LBB7_20 LBB7_20: ; in Loop: Header=BB7_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB7_1 LBB7_21: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printw ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] bl _wrefresh ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function print_results _print_results: ; @print_results .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] str d1, [sp, #16] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printw ldur d0, [x29, #-8] mov x8, sp str d0, [x8] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printw ldur d0, [x29, #-8] ldr d1, [sp, #16] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB8_3 b LBB8_1 LBB8_1: ldr d0, [sp, #16] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB8_3 b LBB8_2 LBB8_2: ldr d0, [sp, #16] mov x8, sp str d0, [x8] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printw b LBB8_3 LBB8_3: adrp x8, _errors@PAGE ldr w10, [x8, _errors@PAGEOFF] ; implicit-def: $x9 mov x9, x10 ldur d0, [x29, #-8] ldr s2, [x8, _errors@PAGEOFF] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fsub d0, d0, d1 mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printw adrp x8, _stdscr@GOTPAGE ldr x8, [x8, _stdscr@GOTPAGEOFF] ldr x0, [x8] bl _wrefresh ldr d0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_single_ch _get_single_ch: ; @get_single_ch .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 sub x1, x29, #1 sturb wzr, [x29, #-1] mov w0, #0 mov x2, #1 bl _read subs x8, x0, #0 cset w8, ge tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _exit_perror LBB9_2: ldursb w0, [x29, #-1] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function restore_original_termios _restore_original_termios: ; @restore_original_termios .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, _original_termios@PAGE add x8, x8, _original_termios@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _original_termios_gotten@PAGE ldrsb w8, [x8, _original_termios_gotten@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: b LBB10_4 LBB10_2: ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [x9, #24] orr x8, x8, #0x100 str x8, [x9, #24] ldr x8, [x9, #24] orr x8, x8, #0x8 str x8, [x9, #24] adrp x8, _original_termios_gotten@PAGE strb wzr, [x8, _original_termios_gotten@PAGEOFF] mov w0, #0 mov w1, #1 adrp x2, _original_termios@PAGE add x2, x2, _original_termios@PAGEOFF bl _tcsetattr subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB10_4 b LBB10_3 LBB10_3: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _exit_perror LBB10_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 "words" l_.str.1: ; @.str.1 .asciz "r" .zerofill __DATA,__bss,_word_file,8,3 ; @word_file l_.str.2: ; @.str.2 .asciz "fopen of word file failed:" l_.str.3: ; @.str.3 .asciz "stat of word file failed:" .zerofill __DATA,__bss,_terminal_row,4,2 ; @terminal_row .zerofill __DATA,__bss,_terminal_col,4,2 ; @terminal_col .zerofill __DATA,__bss,_errors,4,2 ; @errors .zerofill __DATA,__bss,_errflag,4,2 ; @errflag .zerofill __DATA,__bss,_chars,4,2 ; @chars l_.str.4: ; @.str.4 .asciz "\n" l_.str.5: ; @.str.5 .asciz "Press return to do it again.\n" .zerofill __DATA,__bss,_original_termios_gotten,1,0 ; @original_termios_gotten .zerofill __DATA,__bss,_original_termios,72,3 ; @original_termios l_.str.6: ; @.str.6 .asciz "tcsetattr ICANON" l_.str.7: ; @.str.7 .asciz "tcgetattr()" .zerofill __DATA,__bss,_random_state,256,2 ; @random_state l_.str.8: ; @.str.8 .asciz "fseeko of word_file failure" .zerofill __DATA,__bss,_the_words,2700,0 ; @the_words l_.str.9: ; @.str.9 .asciz "This is a timed test. After a six (6) seconds pause,\n" l_.str.10: ; @.str.10 .asciz "start correctly to type in the following words.\n" .zerofill __DATA,__bss,_wordstartrow,4,2 ; @wordstartrow .zerofill __DATA,__bss,_wordstartcol,4,2 ; @wordstartcol l_.str.11: ; @.str.11 .asciz "%s" l_.str.12: ; @.str.12 .asciz " > " l_.str.13: ; @.str.13 .asciz "%c" l_.str.14: ; @.str.14 .asciz " " l_.str.15: ; @.str.15 .asciz "the_words[%d][%d]=0x%02x ('%c')\n" l_.str.16: ; @.str.16 .asciz "You did %3.2f words per minute.\n" l_.str.17: ; @.str.17 .asciz "And you beat your best for today of %3.2f wpm.\n" l_.str.18: ; @.str.18 .asciz "Number of errors=%d. Corrected wpm=%3.2f.\n" l_.str.19: ; @.str.19 .asciz "read()" .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 0x4014000000000000 ## double 5 LCPI0_1: .quad 0x3ee4f8b588e368f1 ## double 1.0000000000000001E-5 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_2: .long 1127219200 ## 0x43300000 .long 1160773632 ## 0x45300000 .long 0 ## 0x0 .long 0 ## 0x0 LCPI0_3: .quad 0x4330000000000000 ## double 4503599627370496 .quad 0x4530000000000000 ## double 1.9342813113834067E+25 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, _word_file(%rip) cmpq $0, _word_file(%rip) jne LBB0_2 ## %bb.1: leaq L_.str.2(%rip), %rdi callq _exit_perror LBB0_2: leaq L_.str(%rip), %rdi leaq -184(%rbp), %rsi callq _stat$INODE64 cmpl $0, %eax je LBB0_4 ## %bb.3: leaq L_.str.3(%rip), %rdi callq _exit_perror LBB0_4: movq -88(%rbp), %rax subq $1, %rax movq %rax, -192(%rbp) callq _get_original_termios callq _initscr movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _getmaxy movl %eax, _terminal_row(%rip) movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _getmaxx movl %eax, _terminal_col(%rip) movl $2, %edi movl $1, %esi callq _signal movl $1, %ecx cmpq %rcx, %rax je LBB0_6 ## %bb.5: movl $2, %edi leaq _terminate(%rip), %rsi callq _signal LBB0_6: callq _init_random LBB0_7: ## =>This Inner Loop Header: Depth=1 movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _werase movq -192(%rbp), %rdi callq _get_words callq _purge_input xorl %eax, %eax movl %eax, %edi movq %rdi, -216(%rbp) ## 8-byte Spill callq _time movq %rax, -200(%rbp) movl $0, _errors(%rip) movl $1, _errflag(%rip) callq _debugp movq -216(%rbp), %rdi ## 8-byte Reload movl _chars(%rip), %eax imull $60, %eax, %eax cvtsi2sd %eax, %xmm0 movsd %xmm0, -208(%rbp) ## 8-byte Spill callq _time movsd -208(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq -200(%rbp), %rcx subq %rcx, %rax movq %rax, %xmm2 movaps LCPI0_2(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0] punpckldq %xmm1, %xmm2 ## xmm2 = xmm2[0],xmm1[0],xmm2[1],xmm1[1] movapd LCPI0_3(%rip), %xmm1 ## xmm1 = [4.503599627370496E+15,1.9342813113834067E+25] subpd %xmm1, %xmm2 movaps %xmm2, %xmm1 unpckhpd %xmm2, %xmm2 ## xmm2 = xmm2[1,1] addsd %xmm1, %xmm2 movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm2, %xmm1 movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm1 divsd %xmm1, %xmm0 movsd %xmm0, -24(%rbp) movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _print_results movsd %xmm0, -32(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printw leaq L_.str.5(%rip), %rdi movb $0, %al callq _printw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh callq _get_single_ch movb %al, -33(%rbp) ## %bb.8: ## in Loop: Header=BB0_7 Depth=1 movsbl -33(%rbp), %ecx movb $1, %al cmpl $10, %ecx movb %al, -217(%rbp) ## 1-byte Spill je LBB0_10 ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movsbl -33(%rbp), %eax cmpl $32, %eax sete %al movb %al, -217(%rbp) ## 1-byte Spill LBB0_10: ## in Loop: Header=BB0_7 Depth=1 movb -217(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_7 ## %bb.11: xorl %edi, %edi callq _terminate .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function exit_perror _exit_perror: ## @exit_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) movq -8(%rbp), %rdi callq _perror callq _endwin callq _restore_original_termios movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_original_termios _get_original_termios: ## @get_original_termios .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %edi, %edi callq _isatty cmpl $0, %eax je LBB2_6 ## %bb.1: xorl %edi, %edi leaq _original_termios(%rip), %rsi callq _tcgetattr cmpl $0, %eax jge LBB2_3 ## %bb.2: leaq L_.str.7(%rip), %rdi callq _perror jmp LBB2_6 LBB2_3: movb $1, _original_termios_gotten(%rip) movq _original_termios+24(%rip), %rax andq $-257, %rax ## imm = 0xFEFF movq %rax, _original_termios+24(%rip) movq _original_termios+24(%rip), %rax andq $-9, %rax movq %rax, _original_termios+24(%rip) movb $1, _original_termios+48(%rip) movb $0, _original_termios+49(%rip) xorl %esi, %esi leaq _original_termios(%rip), %rdx movl %esi, %edi callq _tcsetattr cmpl $0, %eax jge LBB2_5 ## %bb.4: leaq L_.str.6(%rip), %rdi callq _exit_perror LBB2_5: jmp LBB2_6 LBB2_6: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function terminate _terminate: ## @terminate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) callq _endwin callq _restore_original_termios xorl %edi, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function init_random _init_random: ## @init_random .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) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax ## kill: def $rax killed $eax cmpq $64, %rax jae LBB4_4 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 callq _mach_host_self movl %eax, %edi movl $1, %esi leaq -28(%rbp), %rdx callq _host_get_clock_service movl -28(%rbp), %edi leaq -40(%rbp), %rsi callq _clock_get_time movq _mach_task_self_@GOTPCREL(%rip), %rax movl (%rax), %edi movl -28(%rbp), %esi callq _mach_port_deallocate movl -40(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -24(%rbp) movslq -36(%rbp), %rax movq %rax, -16(%rbp) movq -24(%rbp), %rax movl %eax, %edx movl -4(%rbp), %eax addl $1, %eax movl %eax, %eax movl %eax, %ecx leaq _random_state(%rip), %rax movl %edx, (%rax,%rcx,4) movq -16(%rbp), %rax movl %eax, %edx movl -4(%rbp), %eax movl %eax, %ecx leaq _random_state(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movl -4(%rbp), %eax addl $2, %eax movl %eax, -4(%rbp) jmp LBB4_1 LBB4_4: movl $1, -8(%rbp) movl $256, -4(%rbp) ## imm = 0x100 movl -8(%rbp), %edi movl -4(%rbp), %eax movl %eax, %edx leaq _random_state(%rip), %rsi callq _initstate leaq _random_state(%rip), %rdi callq _setstate movq -16(%rbp), %rax movl %eax, %edi callq _srandom addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function get_words LCPI5_0: .quad 0x41dfffffffc00000 ## double 2147483647 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _get_words: ## @get_words .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -72(%rbp) movl $0, _chars(%rip) movl $0, -76(%rbp) LBB5_1: ## =>This Loop Header: Depth=1 ## Child Loop BB5_3 Depth 2 ## Child Loop BB5_10 Depth 3 ## Child Loop BB5_14 Depth 4 cmpl $54, -76(%rbp) jae LBB5_26 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_3 LBB5_3: ## Parent Loop BB5_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB5_10 Depth 3 ## Child Loop BB5_14 Depth 4 callq _random movq %rax, -88(%rbp) cvtsi2sdq -88(%rbp), %xmm0 movsd LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 cvtsi2sdq -72(%rbp), %xmm1 mulsd %xmm1, %xmm0 cvttsd2si %xmm0, %rax movq %rax, -96(%rbp) movq _word_file(%rip), %rdi movq -96(%rbp), %rsi xorl %edx, %edx callq _fseeko cmpl $0, %eax je LBB5_5 ## %bb.4: leaq L_.str.8(%rip), %rdi callq _exit_perror LBB5_5: ## in Loop: Header=BB5_3 Depth=2 leaq -64(%rbp), %rdi xorl %esi, %esi movl $50, %edx callq _memset leaq -64(%rbp), %rdi movq _word_file(%rip), %rdx movl $50, %esi callq _fgets cmpq $0, %rax jne LBB5_7 ## %bb.6: ## in Loop: Header=BB5_3 Depth=2 jmp LBB5_23 LBB5_7: ## in Loop: Header=BB5_3 Depth=2 leaq -64(%rbp), %rdi movq _word_file(%rip), %rdx movl $50, %esi callq _fgets cmpq $0, %rax jne LBB5_9 ## %bb.8: ## in Loop: Header=BB5_3 Depth=2 jmp LBB5_23 LBB5_9: ## in Loop: Header=BB5_3 Depth=2 movl $0, -112(%rbp) LBB5_10: ## Parent Loop BB5_1 Depth=1 ## Parent Loop BB5_3 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB5_14 Depth 4 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $50, -112(%rbp) movb %al, -117(%rbp) ## 1-byte Spill jae LBB5_12 ## %bb.11: ## in Loop: Header=BB5_10 Depth=3 movl -112(%rbp), %eax ## kill: def $rax killed $eax movsbl -64(%rbp,%rax), %eax cmpl $0, %eax setne %al movb %al, -117(%rbp) ## 1-byte Spill LBB5_12: ## in Loop: Header=BB5_10 Depth=3 movb -117(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB5_13 jmp LBB5_20 LBB5_13: ## in Loop: Header=BB5_10 Depth=3 jmp LBB5_14 LBB5_14: ## Parent Loop BB5_1 Depth=1 ## Parent Loop BB5_3 Depth=2 ## Parent Loop BB5_10 Depth=3 ## => This Inner Loop Header: Depth=4 movl -112(%rbp), %eax ## kill: def $rax killed $eax movsbl -64(%rbp,%rax), %eax cmpl $32, %eax jne LBB5_16 ## %bb.15: ## in Loop: Header=BB5_14 Depth=4 movl -112(%rbp), %eax ## kill: def $rax killed $eax leaq -64(%rbp), %rdi addq %rax, %rdi movl -112(%rbp), %eax addl $1, %eax movl %eax, %eax ## kill: def $rax killed $eax leaq -64(%rbp), %rsi addq %rax, %rsi movl $50, %eax subl -112(%rbp), %eax subl $1, %eax movl %eax, %eax movl %eax, %edx movq $-1, %rcx callq ___memmove_chk jmp LBB5_14 LBB5_16: ## in Loop: Header=BB5_10 Depth=3 movl -112(%rbp), %eax ## kill: def $rax killed $eax movsbl -64(%rbp,%rax), %eax cmpl $10, %eax jne LBB5_18 ## %bb.17: ## in Loop: Header=BB5_3 Depth=2 movl -112(%rbp), %eax ## kill: def $rax killed $eax movb $0, -64(%rbp,%rax) jmp LBB5_20 LBB5_18: ## in Loop: Header=BB5_10 Depth=3 jmp LBB5_19 LBB5_19: ## in Loop: Header=BB5_10 Depth=3 movl -112(%rbp), %eax addl $1, %eax movl %eax, -112(%rbp) jmp LBB5_10 LBB5_20: ## in Loop: Header=BB5_3 Depth=2 movsbl -64(%rbp), %eax cmpl $48, %eax jne LBB5_22 ## %bb.21: ## in Loop: Header=BB5_3 Depth=2 jmp LBB5_23 LBB5_22: ## in Loop: Header=BB5_1 Depth=1 movl -76(%rbp), %eax ## kill: def $rax killed $eax leaq _the_words(%rip), %rdi imulq $50, %rax, %rax addq %rax, %rdi leaq -64(%rbp), %rsi movl $50, %edx movq $-1, %rcx callq ___strncpy_chk leaq -64(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -100(%rbp) movl -100(%rbp), %eax addl $1, %eax addl _chars(%rip), %eax movl %eax, _chars(%rip) jmp LBB5_24 LBB5_23: ## in Loop: Header=BB5_3 Depth=2 movb $1, %al testb $1, %al jne LBB5_3 jmp LBB5_24 LBB5_24: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_25 LBB5_25: ## in Loop: Header=BB5_1 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB5_1 LBB5_26: xorl %esi, %esi leaq L_.str.4(%rip), %rdx movl %esi, %edi movb $0, %al callq _mvprintw movl $1, %edi xorl %esi, %esi leaq L_.str.9(%rip), %rdx movb $0, %al callq _mvprintw movl $2, %edi xorl %esi, %esi leaq L_.str.10(%rip), %rdx movb $0, %al callq _mvprintw movl $3, %edi xorl %esi, %esi leaq L_.str.4(%rip), %rdx movb $0, %al callq _mvprintw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _getcury movl %eax, _wordstartrow(%rip) movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _getcurx movl %eax, _wordstartcol(%rip) movl _wordstartrow(%rip), %eax movl %eax, -104(%rbp) movl _wordstartcol(%rip), %eax movl %eax, -108(%rbp) movl -108(%rbp), %eax addl $3, %eax movl %eax, -116(%rbp) movl $0, -76(%rbp) LBB5_27: ## =>This Inner Loop Header: Depth=1 cmpl $54, -76(%rbp) jae LBB5_32 ## %bb.28: ## in Loop: Header=BB5_27 Depth=1 movl -76(%rbp), %eax ## kill: def $rax killed $eax leaq _the_words(%rip), %rdi imulq $50, %rax, %rax addq %rax, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -100(%rbp) movl -116(%rbp), %eax addl -100(%rbp), %eax movl _terminal_col(%rip), %ecx subl $3, %ecx cmpl %ecx, %eax jl LBB5_30 ## %bb.29: ## in Loop: Header=BB5_27 Depth=1 movl -104(%rbp), %eax addl $3, %eax movl %eax, -104(%rbp) movl $3, -116(%rbp) LBB5_30: ## in Loop: Header=BB5_27 Depth=1 movl -104(%rbp), %edi movl -116(%rbp), %esi movl -76(%rbp), %eax ## kill: def $rax killed $eax leaq _the_words(%rip), %rcx imulq $50, %rax, %rax addq %rax, %rcx leaq L_.str.11(%rip), %rdx movb $0, %al callq _mvprintw movl -100(%rbp), %eax addl $3, %eax addl -116(%rbp), %eax movl %eax, -116(%rbp) ## %bb.31: ## in Loop: Header=BB5_27 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB5_27 LBB5_32: movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB5_34 ## %bb.33: addq $128, %rsp popq %rbp retq LBB5_34: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function purge_input _purge_input: ## @purge_input .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1328, %rsp ## imm = 0x530 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movsbl _original_termios_gotten(%rip), %eax cmpl $0, %eax jne LBB6_2 ## %bb.1: callq _get_original_termios LBB6_2: movsbl _original_termios_gotten(%rip), %eax cmpl $0, %eax je LBB6_6 ## %bb.3: movq _original_termios+24(%rip), %rax andq $-257, %rax ## imm = 0xFEFF movq %rax, _original_termios+24(%rip) movq _original_termios+24(%rip), %rax andq $-9, %rax movq %rax, _original_termios+24(%rip) movb $1, _original_termios+48(%rip) movb $0, _original_termios+49(%rip) xorl %esi, %esi leaq _original_termios(%rip), %rdx movl %esi, %edi callq _tcsetattr cmpl $0, %eax jge LBB6_5 ## %bb.4: leaq L_.str.6(%rip), %rdi callq _exit_perror LBB6_5: jmp LBB6_6 LBB6_6: leaq -1288(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _gettimeofday movq $6, -1120(%rbp) movl $0, -1112(%rbp) ## %bb.7: movq -1288(%rbp), %rax addq -1120(%rbp), %rax movq %rax, -1304(%rbp) movl -1280(%rbp), %eax addl -1112(%rbp), %eax movl %eax, -1296(%rbp) cmpl $1000000, -1296(%rbp) ## imm = 0xF4240 jl LBB6_9 ## %bb.8: movq -1304(%rbp), %rax addq $1, %rax movq %rax, -1304(%rbp) movl -1296(%rbp), %eax subl $1000000, %eax ## imm = 0xF4240 movl %eax, -1296(%rbp) LBB6_9: jmp LBB6_10 LBB6_10: jmp LBB6_11 LBB6_11: ## =>This Inner Loop Header: Depth=1 xorps %xmm0, %xmm0 movaps %xmm0, -1328(%rbp) ## 16-byte Spill movaps %xmm0, -1152(%rbp) movaps %xmm0, -1168(%rbp) movaps %xmm0, -1184(%rbp) movaps %xmm0, -1200(%rbp) movaps %xmm0, -1216(%rbp) movaps %xmm0, -1232(%rbp) movaps %xmm0, -1248(%rbp) movaps %xmm0, -1264(%rbp) movl $0, -1092(%rbp) leaq -1264(%rbp), %rax movq %rax, -1104(%rbp) movl -1092(%rbp), %ecx movq -1104(%rbp), %rax movl %ecx, -1048(%rbp) movq %rax, -1056(%rbp) movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax testq %rax, %rax je LBB6_13 jmp LBB6_12 LBB6_12: ## in Loop: Header=BB6_11 Depth=1 movl -1048(%rbp), %edi movq -1056(%rbp), %rsi xorl %edx, %edx callq ___darwin_check_fd_set_overflow movl %eax, -1044(%rbp) jmp LBB6_14 LBB6_13: ## in Loop: Header=BB6_11 Depth=1 movl $1, -1044(%rbp) LBB6_14: ## in Loop: Header=BB6_11 Depth=1 cmpl $0, -1044(%rbp) je LBB6_16 ## %bb.15: ## in Loop: Header=BB6_11 Depth=1 movslq -1092(%rbp), %rcx andq $31, %rcx movl $1, %eax ## kill: def $cl killed $rcx shlq %cl, %rax movl %eax, %edx movq -1104(%rbp), %rax movslq -1092(%rbp), %rcx shrq $5, %rcx orl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) LBB6_16: ## in Loop: Header=BB6_11 Depth=1 movl $1, -1268(%rbp) leaq -1288(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _gettimeofday ## %bb.17: ## in Loop: Header=BB6_11 Depth=1 movq -1304(%rbp), %rax subq -1288(%rbp), %rax movq %rax, -1120(%rbp) movl -1296(%rbp), %eax subl -1280(%rbp), %eax movl %eax, -1112(%rbp) cmpl $0, -1112(%rbp) jge LBB6_19 ## %bb.18: ## in Loop: Header=BB6_11 Depth=1 movq -1120(%rbp), %rax addq $-1, %rax movq %rax, -1120(%rbp) movl -1112(%rbp), %eax addl $1000000, %eax ## imm = 0xF4240 movl %eax, -1112(%rbp) LBB6_19: ## in Loop: Header=BB6_11 Depth=1 jmp LBB6_20 LBB6_20: ## in Loop: Header=BB6_11 Depth=1 leaq -1120(%rbp), %rax movq %rax, -1128(%rbp) movl -1268(%rbp), %edi movq -1128(%rbp), %r8 leaq -1264(%rbp), %rsi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _select$1050 movl %eax, -1272(%rbp) cmpl $0, -1272(%rbp) jge LBB6_24 ## %bb.21: ## in Loop: Header=BB6_11 Depth=1 callq ___error cmpl $4, (%rax) jne LBB6_23 ## %bb.22: ## in Loop: Header=BB6_11 Depth=1 jmp LBB6_35 LBB6_23: ## in Loop: Header=BB6_11 Depth=1 jmp LBB6_35 LBB6_24: ## in Loop: Header=BB6_11 Depth=1 cmpl $0, -1272(%rbp) jne LBB6_26 ## %bb.25: jmp LBB6_36 LBB6_26: ## in Loop: Header=BB6_11 Depth=1 movl $0, -1080(%rbp) leaq -1264(%rbp), %rax movq %rax, -1088(%rbp) movl -1080(%rbp), %ecx movq -1088(%rbp), %rax movl %ecx, -1064(%rbp) movq %rax, -1072(%rbp) movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax testq %rax, %rax je LBB6_28 jmp LBB6_27 LBB6_27: ## in Loop: Header=BB6_11 Depth=1 movl -1064(%rbp), %edi movq -1072(%rbp), %rsi xorl %edx, %edx callq ___darwin_check_fd_set_overflow movl %eax, -1060(%rbp) jmp LBB6_29 LBB6_28: ## in Loop: Header=BB6_11 Depth=1 movl $1, -1060(%rbp) LBB6_29: ## in Loop: Header=BB6_11 Depth=1 cmpl $0, -1060(%rbp) je LBB6_31 ## %bb.30: ## in Loop: Header=BB6_11 Depth=1 movq -1088(%rbp), %rax movslq -1080(%rbp), %rcx shrq $5, %rcx movl (%rax,%rcx,4), %eax movslq -1080(%rbp), %rcx andq $31, %rcx movl $1, %edx ## kill: def $cl killed $rcx shlq %cl, %rdx movq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx andl %ecx, %eax movl %eax, -1076(%rbp) jmp LBB6_32 LBB6_31: ## in Loop: Header=BB6_11 Depth=1 movl $0, -1076(%rbp) LBB6_32: ## in Loop: Header=BB6_11 Depth=1 cmpl $0, -1076(%rbp) je LBB6_34 ## %bb.33: ## in Loop: Header=BB6_11 Depth=1 leaq -1040(%rbp), %rsi xorl %edi, %edi movl $1024, %edx ## imm = 0x400 callq _read LBB6_34: ## in Loop: Header=BB6_11 Depth=1 jmp LBB6_35 LBB6_35: ## in Loop: Header=BB6_11 Depth=1 movb $1, %al testb $1, %al jne LBB6_11 jmp LBB6_36 LBB6_36: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB6_38 ## %bb.37: addq $1328, %rsp ## imm = 0x530 popq %rbp retq LBB6_38: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function debugp _debugp: ## @debugp .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 $3, -20(%rbp) movl _wordstartrow(%rip), %eax addl $1, %eax movl %eax, -24(%rbp) movl _wordstartcol(%rip), %eax movl %eax, -20(%rbp) movl -24(%rbp), %edi movl -20(%rbp), %esi leaq L_.str.12(%rip), %rdx movb $0, %al callq _mvprintw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh movl $0, -8(%rbp) LBB7_1: ## =>This Loop Header: Depth=1 ## Child Loop BB7_3 Depth 2 ## Child Loop BB7_5 Depth 3 cmpl $54, -8(%rbp) jae LBB7_21 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl $1, _errflag(%rip) movl $0, -12(%rbp) LBB7_3: ## Parent Loop BB7_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB7_5 Depth 3 cmpl $50, -12(%rbp) jae LBB7_19 ## %bb.4: ## in Loop: Header=BB7_3 Depth=2 jmp LBB7_5 LBB7_5: ## Parent Loop BB7_1 Depth=1 ## Parent Loop BB7_3 Depth=2 ## => This Inner Loop Header: Depth=3 callq _get_single_ch movb %al, -1(%rbp) movsbl -1(%rbp), %eax movl -8(%rbp), %ecx movl %ecx, %edx leaq _the_words(%rip), %rcx imulq $50, %rdx, %rdx addq %rdx, %rcx movl -12(%rbp), %edx ## kill: def $rdx killed $edx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB7_7 ## %bb.6: ## in Loop: Header=BB7_3 Depth=2 movsbl -1(%rbp), %esi leaq L_.str.13(%rip), %rdi movb $0, %al callq _printw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh jmp LBB7_18 LBB7_7: ## in Loop: Header=BB7_5 Depth=3 movsbl -1(%rbp), %eax cmpl $32, %eax je LBB7_9 ## %bb.8: ## in Loop: Header=BB7_5 Depth=3 movsbl -1(%rbp), %eax cmpl $10, %eax jne LBB7_15 LBB7_9: ## in Loop: Header=BB7_5 Depth=3 movl -8(%rbp), %eax movl %eax, %ecx leaq _the_words(%rip), %rax imulq $50, %rcx, %rcx addq %rcx, %rax movl -12(%rbp), %ecx ## kill: def $rcx killed $ecx movsbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB7_15 ## %bb.10: ## in Loop: Header=BB7_1 Depth=1 movl -24(%rbp), %edi movl -20(%rbp), %esi leaq L_.str.14(%rip), %rdx movb $0, %al callq _mvprintw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh movl -8(%rbp), %eax ## kill: def $rax killed $eax leaq _the_words(%rip), %rdi imulq $50, %rax, %rax addq %rax, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -16(%rbp) movl -16(%rbp), %eax addl $3, %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) cmpl $53, -8(%rbp) jae LBB7_14 ## %bb.11: ## in Loop: Header=BB7_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, %eax ## kill: def $rax killed $eax leaq _the_words(%rip), %rdi imulq $50, %rax, %rax addq %rax, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -16(%rbp) movl -20(%rbp), %eax addl $3, %eax addl -16(%rbp), %eax movl _terminal_col(%rip), %ecx subl $3, %ecx cmpl %ecx, %eax jl LBB7_13 ## %bb.12: ## in Loop: Header=BB7_1 Depth=1 movl _wordstartcol(%rip), %eax movl %eax, -20(%rbp) movl -24(%rbp), %eax addl $3, %eax movl %eax, -24(%rbp) LBB7_13: ## in Loop: Header=BB7_1 Depth=1 movl -24(%rbp), %edi movl -20(%rbp), %esi leaq L_.str.12(%rip), %rdx movb $0, %al callq _mvprintw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh LBB7_14: ## in Loop: Header=BB7_1 Depth=1 jmp LBB7_19 LBB7_15: ## in Loop: Header=BB7_5 Depth=3 movsbl -1(%rbp), %eax cmpl $63, %eax jne LBB7_17 ## %bb.16: ## in Loop: Header=BB7_5 Depth=3 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -8(%rbp), %edx movl -12(%rbp), %ecx movl -8(%rbp), %eax movl %eax, %esi leaq _the_words(%rip), %rax imulq $50, %rsi, %rsi addq %rsi, %rax movl -12(%rbp), %esi ## kill: def $rsi killed $esi movsbl (%rax,%rsi), %r8d movl -8(%rbp), %eax movl %eax, %esi leaq _the_words(%rip), %rax imulq $50, %rsi, %rsi addq %rsi, %rax movl -12(%rbp), %esi ## kill: def $rsi killed $esi movsbl (%rax,%rsi), %r9d leaq L_.str.15(%rip), %rsi movb $0, %al callq _fprintf LBB7_17: ## in Loop: Header=BB7_5 Depth=3 movl _errflag(%rip), %eax addl _errors(%rip), %eax movl %eax, _errors(%rip) movl $0, _errflag(%rip) jmp LBB7_5 LBB7_18: ## in Loop: Header=BB7_3 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB7_3 LBB7_19: ## in Loop: Header=BB7_1 Depth=1 jmp LBB7_20 LBB7_20: ## in Loop: Header=BB7_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB7_1 LBB7_21: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function print_results _print_results: ## @print_results .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movsd %xmm0, -8(%rbp) movsd %xmm1, -16(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printw movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.16(%rip), %rdi movb $1, %al callq _printw movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd -16(%rbp), %xmm0 jbe LBB8_3 ## %bb.1: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB8_3 ## %bb.2: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.17(%rip), %rdi movb $1, %al callq _printw LBB8_3: movl _errors(%rip), %esi movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl _errors(%rip), %xmm1 subsd %xmm1, %xmm0 leaq L_.str.18(%rip), %rdi movb $1, %al callq _printw movq _stdscr@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _wrefresh movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_single_ch _get_single_ch: ## @get_single_ch .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 $0, -1(%rbp) xorl %edi, %edi leaq -1(%rbp), %rsi movl $1, %edx callq _read cmpq $0, %rax jge LBB9_2 ## %bb.1: leaq L_.str.19(%rip), %rdi callq _exit_perror LBB9_2: movsbl -1(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function restore_original_termios _restore_original_termios: ## @restore_original_termios .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movsbl _original_termios_gotten(%rip), %eax cmpl $0, %eax jne LBB10_2 ## %bb.1: jmp LBB10_4 LBB10_2: movq _original_termios+24(%rip), %rax orq $256, %rax ## imm = 0x100 movq %rax, _original_termios+24(%rip) movq _original_termios+24(%rip), %rax orq $8, %rax movq %rax, _original_termios+24(%rip) movb $0, _original_termios_gotten(%rip) xorl %edi, %edi movl $1, %esi leaq _original_termios(%rip), %rdx callq _tcsetattr cmpl $0, %eax jge LBB10_4 ## %bb.3: leaq L_.str.6(%rip), %rdi callq _exit_perror LBB10_4: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "words" L_.str.1: ## @.str.1 .asciz "r" .zerofill __DATA,__bss,_word_file,8,3 ## @word_file L_.str.2: ## @.str.2 .asciz "fopen of word file failed:" L_.str.3: ## @.str.3 .asciz "stat of word file failed:" .zerofill __DATA,__bss,_terminal_row,4,2 ## @terminal_row .zerofill __DATA,__bss,_terminal_col,4,2 ## @terminal_col .zerofill __DATA,__bss,_errors,4,2 ## @errors .zerofill __DATA,__bss,_errflag,4,2 ## @errflag .zerofill __DATA,__bss,_chars,4,2 ## @chars L_.str.4: ## @.str.4 .asciz "\n" L_.str.5: ## @.str.5 .asciz "Press return to do it again.\n" .zerofill __DATA,__bss,_original_termios_gotten,1,0 ## @original_termios_gotten .zerofill __DATA,__bss,_original_termios,72,3 ## @original_termios L_.str.6: ## @.str.6 .asciz "tcsetattr ICANON" L_.str.7: ## @.str.7 .asciz "tcgetattr()" .zerofill __DATA,__bss,_random_state,256,4 ## @random_state L_.str.8: ## @.str.8 .asciz "fseeko of word_file failure" .zerofill __DATA,__bss,_the_words,2700,4 ## @the_words L_.str.9: ## @.str.9 .asciz "This is a timed test. After a six (6) seconds pause,\n" L_.str.10: ## @.str.10 .asciz "start correctly to type in the following words.\n" .zerofill __DATA,__bss,_wordstartrow,4,2 ## @wordstartrow .zerofill __DATA,__bss,_wordstartcol,4,2 ## @wordstartcol L_.str.11: ## @.str.11 .asciz "%s" L_.str.12: ## @.str.12 .asciz " > " L_.str.13: ## @.str.13 .asciz "%c" L_.str.14: ## @.str.14 .asciz " " L_.str.15: ## @.str.15 .asciz "the_words[%d][%d]=0x%02x ('%c')\n" L_.str.16: ## @.str.16 .asciz "You did %3.2f words per minute.\n" L_.str.17: ## @.str.17 .asciz "And you beat your best for today of %3.2f wpm.\n" L_.str.18: ## @.str.18 .asciz "Number of errors=%d. Corrected wpm=%3.2f.\n" L_.str.19: ## @.str.19 .asciz "read()" .subsections_via_symbols
the_stack_data/247019078.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 0x40567e147ae147af ; double 89.970000000000013 lCPI0_1: .quad 0x4046800000000000 ; double 45 lCPI0_2: .quad 0x3fc999999999999a ; double 0.20000000000000001 lCPI0_3: .quad 0x3fc3333333333333 ; double 0.14999999999999999 lCPI0_4: .quad 0x4044000000000000 ; double 40 .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 x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur s0, [x29, #-8] mov w8, #1109393408 fmov s1, w8 fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur s0, [x29, #-8] mov w8, #1109393408 fmov s1, w8 fsub s0, s0, s1 fcvt d1, s0 adrp x8, lCPI0_4@PAGE ldr d2, [x8, lCPI0_4@PAGEOFF] fmov d0, #1.50000000 fmadd d0, d0, d1, d2 fcvt s0, d0 stur s0, [x29, #-8] b LBB0_2 LBB0_2: ldur s0, [x29, #-8] fmov s1, #10.00000000 fmul s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] mov w8, #1133903872 fmov s1, w8 fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_7 b LBB0_3 LBB0_3: ldur s0, [x29, #-12] mov w8, #1138819072 fmov s1, w8 fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur s0, [x29, #-12] mov w8, #1138819072 fmov s1, w8 fsub s0, s0, s1 fcvt d0, s0 fmov d1, #0.25000000 adrp x8, lCPI0_1@PAGE ldr d2, [x8, lCPI0_1@PAGEOFF] fmadd d0, d0, d1, d2 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fadd d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-16] b LBB0_6 LBB0_5: ldur s0, [x29, #-12] mov w8, #1133903872 fmov s1, w8 fsub s0, s0, s1 fcvt d0, s0 adrp x8, lCPI0_1@PAGE ldr d2, [x8, lCPI0_1@PAGEOFF] adrp x8, lCPI0_2@PAGE ldr d1, [x8, lCPI0_2@PAGEOFF] fmadd d0, d0, d1, d2 fcvt s0, d0 stur s0, [x29, #-16] b LBB0_6 LBB0_6: b LBB0_8 LBB0_7: ldur s0, [x29, #-12] fcvt d0, s0 adrp x8, lCPI0_3@PAGE ldr d1, [x8, lCPI0_3@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-16] b LBB0_8 LBB0_8: ldur s0, [x29, #-12] ldur s1, [x29, #-16] fsub s0, s0, s1 stur s0, [x29, #-20] ldur s0, [x29, #-12] fcvt d2, s0 ldur s0, [x29, #-16] fcvt d1, s0 ldur s0, [x29, #-20] fcvt d0, s0 mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter total work hours:" l_.str.1: ; @.str.1 .asciz "%f" l_.str.2: ; @.str.2 .asciz "Salary before tax is %.2f, tax is %.2f, net income 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 0x42200000 ## float 40 LCPI0_3: .long 0x43960000 ## float 300 LCPI0_4: .long 0x41200000 ## float 10 LCPI0_6: .long 0x43e10000 ## float 450 .section __TEXT,__literal8,8byte_literals .p2align 3 LCPI0_1: .quad 0x3ff8000000000000 ## double 1.5 LCPI0_2: .quad 0x4044000000000000 ## double 40 LCPI0_5: .quad 0x3fc3333333333333 ## double 0.14999999999999999 LCPI0_7: .quad 0x3fc999999999999a ## double 0.20000000000000001 LCPI0_8: .quad 0x4046800000000000 ## double 45 LCPI0_9: .quad 0x40567e147ae147af ## double 89.970000000000013 LCPI0_10: .quad 0x3fd0000000000000 ## double 0.25 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jbe LBB0_2 ## %bb.1: movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero subss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) LBB0_2: movss LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero mulss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jbe LBB0_7 ## %bb.3: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_6(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero ucomiss %xmm1, %xmm0 jbe LBB0_5 ## %bb.4: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_6(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero subss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_10(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd LCPI0_8(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 movsd LCPI0_9(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -16(%rbp) jmp LBB0_6 LBB0_5: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero subss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 movsd LCPI0_7(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd LCPI0_8(%rip), %xmm1 ## xmm1 = mem[0],zero addsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -16(%rbp) LBB0_6: jmp LBB0_8 LBB0_7: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_5(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -16(%rbp) LBB0_8: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero subss -16(%rbp), %xmm0 movss %xmm0, -20(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -16(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movss -20(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 leaq L_.str.2(%rip), %rdi movb $3, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter total work hours:" L_.str.1: ## @.str.1 .asciz "%f" L_.str.2: ## @.str.2 .asciz "Salary before tax is %.2f, tax is %.2f, net income is %.2f\n" .subsections_via_symbols
the_stack_data/73283.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, #-16] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #12 str x8, [x9] bl _scanf ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _minimum 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 str x0, [sp, #24] ; 8-byte Folded Spill bl _printf ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _maximum mov x10, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _multiply mov x10, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf ldur w0, [x29, #-16] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _minimum ; -- Begin function minimum .p2align 2 _minimum: ; @minimum .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, #8] str w8, [sp, #4] b LBB1_3 LBB1_2: ldr w8, [sp, #12] str w8, [sp, #4] b LBB1_3 LBB1_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _maximum ; -- Begin function maximum .p2align 2 _maximum: ; @maximum .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, LBB2_2 b LBB2_1 LBB2_1: ldr w8, [sp, #12] str w8, [sp, #4] b LBB2_3 LBB2_2: ldr w8, [sp, #8] str w8, [sp, #4] b LBB2_3 LBB2_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _multiply ; -- Begin function multiply .p2align 2 _multiply: ; @multiply .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] mul w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter a value for no 1 : " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Enter a value for no 2 : " l_.str.3: ; @.str.3 .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 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), %edi movl -12(%rbp), %esi callq _minimum movl %eax, %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %edi movl -12(%rbp), %esi callq _maximum movl %eax, %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %edi movl -12(%rbp), %esi callq _multiply movl %eax, %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 .globl _minimum ## -- Begin function minimum .p2align 4, 0x90 _minimum: ## @minimum .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 -8(%rbp), %eax movl %eax, -12(%rbp) jmp LBB1_3 LBB1_2: movl -4(%rbp), %eax movl %eax, -12(%rbp) LBB1_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _maximum ## -- Begin function maximum .p2align 4, 0x90 _maximum: ## @maximum .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 LBB2_2 ## %bb.1: movl -4(%rbp), %eax movl %eax, -12(%rbp) jmp LBB2_3 LBB2_2: movl -8(%rbp), %eax movl %eax, -12(%rbp) LBB2_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _multiply ## -- Begin function multiply .p2align 4, 0x90 _multiply: ## @multiply .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax imull -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter a value for no 1 : " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Enter a value for no 2 : " L_.str.3: ## @.str.3 .asciz "%d " .subsections_via_symbols
the_stack_data/625724.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] str wzr, [sp, #8] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #8] adrp x8, _last@PAGE add x8, x8, _last@PAGEOFF ldrsb w8, [x8, x9] ldrsw x10, [sp, #8] adrp x9, _xor@PAGE add x9, x9, _xor@PAGEOFF ldrsb w9, [x9, x10] eor w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _last ; @last _last: .asciz "1000" .globl _xor ; @xor _xor: .asciz "J(Dv" .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%.2x\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) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $4, -8(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -8(%rbp), %rcx leaq _last(%rip), %rax movsbl (%rax,%rcx), %esi movslq -8(%rbp), %rcx leaq _xor(%rip), %rax movsbl (%rax,%rcx), %eax xorl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _last ## @last _last: .asciz "1000" .globl _xor ## @xor _xor: .asciz "J(Dv" .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%.2x\n" .subsections_via_symbols
the_stack_data/161080140.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _matvec ; -- Begin function matvec .p2align 2 _matvec: ; @matvec .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str x1, [sp, #32] str w2, [sp, #28] str w3, [sp, #24] str x4, [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, #12] ldr w9, [sp, #28] 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] ldrsw x9, [sp, #12] movi d0, #0000000000000000 str d0, [x8, x9, lsl #3] 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] ldr w9, [sp, #24] 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 x8, [sp, #40] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] ldr x8, [sp, #32] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] ldr x8, [sp, #16] ldrsw x9, [sp, #12] add x8, x8, x9, lsl #3 ldr d2, [x8] fmadd d0, d0, d1, d2 str d0, [x8] b 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, #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 _matvec ## -- Begin function matvec .p2align 4, 0x90 _matvec: ## @matvec .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movq %r8, -32(%rbp) movl $0, -36(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rax movslq -36(%rbp), %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) movl $0, -40(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movq -32(%rbp), %rax movslq -36(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_8: popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1048910.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/31386714.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #12] adrp x8, l___const.main.data@PAGE add x8, x8, l___const.main.data@PAGEOFF ldr q0, [x8] add x0, sp, #16 str x0, [sp] ; 8-byte Folded Spill str q0, [sp, #16] ldr q0, [x8, #16] str q0, [sp, #32] bl _insertionSort ldr x0, [sp] ; 8-byte Folded Reload bl _printArray 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 .globl _insertionSort ; -- Begin function insertionSort .p2align 2 _insertionSort: ; @insertionSort .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] mov w8, #1 str w8, [sp, #20] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB1_9 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #16] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, lt mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #12] ldr x9, [sp, #24] ldrsw x10, [sp, #16] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, lt str w8, [sp, #8] ; 4-byte Folded Spill b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldr w10, [sp, #16] add w10, w10, #1 str w8, [x9, w10, sxtw #2] ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB1_3 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] ldr x9, [sp, #24] ldr w10, [sp, #16] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB1_8 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_1 LBB1_9: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _printArray ; -- Begin function printArray .p2align 2 _printArray: ; @printArray .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-8] 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 LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB2_1 LBB2_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.data l___const.main.data: .long 16 ; 0x10 .long 25 ; 0x19 .long 39 ; 0x27 .long 27 ; 0x1b .long 12 ; 0xc .long 8 ; 0x8 .long 45 ; 0x2d .long 63 ; 0x3f .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) movq l___const.main.data(%rip), %rax movq %rax, -48(%rbp) movq l___const.main.data+8(%rip), %rax movq %rax, -40(%rbp) movq l___const.main.data+16(%rip), %rax movq %rax, -32(%rbp) movq l___const.main.data+24(%rip), %rax movq %rax, -24(%rbp) leaq -48(%rbp), %rdi callq _insertionSort leaq -48(%rbp), %rdi callq _printArray 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 $64, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _insertionSort ## -- Begin function insertionSort .p2align 4, 0x90 _insertionSort: ## @insertionSort .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $1, -12(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 cmpl $8, -12(%rbp) jge LBB1_9 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -20(%rbp) movl -12(%rbp), %eax subl $1, %eax movl %eax, -16(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -16(%rbp) movb %al, -21(%rbp) ## 1-byte Spill jl LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movl -20(%rbp), %eax movq -8(%rbp), %rcx movslq -16(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax setl %al movb %al, -21(%rbp) ## 1-byte Spill LBB1_5: ## in Loop: Header=BB1_3 Depth=2 movb -21(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_6 jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_3 Depth=2 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movl -16(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movl -16(%rbp), %eax subl $1, %eax movl %eax, -16(%rbp) jmp LBB1_3 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %edx movq -8(%rbp), %rax movl -16(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) ## %bb.8: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_9: popq %rbp retq .cfi_endproc ## -- End function .globl _printArray ## -- Begin function printArray .p2align 4, 0x90 _printArray: ## @printArray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $8, -12(%rbp) jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -8(%rbp), %rax movslq -12(%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 -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB2_1 LBB2_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.data l___const.main.data: .long 16 ## 0x10 .long 25 ## 0x19 .long 39 ## 0x27 .long 27 ## 0x1b .long 12 ## 0xc .long 8 ## 0x8 .long 45 ## 0x2d .long 63 ## 0x3f .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d " .subsections_via_symbols
the_stack_data/75138960.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/756689.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #1 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov x2, #1 bl _write 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 "a" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $1, %edi leaq L_.str(%rip), %rsi movl $1, %edx callq _write xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "a" .subsections_via_symbols
the_stack_data/43888432.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/436217.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-28] str w0, [sp, #32] str x1, [sp, #24] stur xzr, [x29, #-24] stur xzr, [x29, #-16] mov w8, #128 str w8, [sp, #16] mov w8, #1 str w8, [sp, #12] ldr w8, [sp, #32] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #24] ldr x0, [x8] bl _basename mov x8, sp str x0, [x8] mov w0, #1 adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _errx LBB0_2: ldr w8, [sp, #32] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #24] ldr x0, [x8, #16] bl _atoi str w0, [sp, #16] b LBB0_4 LBB0_4: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #2 sturb w8, [x29, #-23] ldr x8, [sp, #24] ldr x0, [x8, #8] bl _atoi and w0, w0, #0xffff bl __OSSwapInt16 and w8, w0, #0xffff sturh w8, [x29, #-22] mov w2, #0 stur wzr, [x29, #-20] mov w0, #2 mov w1, #1 bl _socket str w0, [sp, #20] adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov w0, #1 adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _err LBB0_6: add x3, sp, #12 mov w8, #1 str w8, [sp, #12] ldr w0, [sp, #20] mov w1, #65535 mov w4, #4 mov x2, x4 bl _setsockopt adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: mov w0, #1 adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _err LBB0_8: ldr w0, [sp, #20] sub x1, x29, #24 mov w2, #16 bl _bind adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: mov w0, #1 adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _err LBB0_10: ldr w0, [sp, #20] ldr w1, [sp, #16] bl _listen adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: mov w0, #1 adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _err LBB0_12: bl _pause ldur w8, [x29, #-28] str w8, [sp, #8] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: bl ___stack_chk_fail LBB0_14: ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 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_.str: ; @.str .asciz "usage: %s <port> [backlog]" l_.str.1: ; @.str.1 .asciz "Using backlog: %d\n" l_.str.2: ; @.str.2 .asciz "socket" l_.str.3: ; @.str.3 .asciz "setsockopt" l_.str.4: ; @.str.4 .asciz "bind" l_.str.5: ; @.str.5 .asciz "listen" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -28(%rbp) movl %edi, -32(%rbp) movq %rsi, -40(%rbp) leaq -24(%rbp), %rdi xorl %esi, %esi movl $16, %edx callq _memset movl $128, -48(%rbp) movl $1, -52(%rbp) cmpl $2, -32(%rbp) jge LBB0_2 ## %bb.1: movq -40(%rbp), %rax movq (%rax), %rdi callq _basename movq %rax, %rdx leaq L_.str(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %edi callq _errx LBB0_2: cmpl $3, -32(%rbp) jne LBB0_4 ## %bb.3: movq -40(%rbp), %rax movq 16(%rax), %rdi callq _atoi movl %eax, -48(%rbp) LBB0_4: movl -48(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movb $2, -23(%rbp) movq -40(%rbp), %rax movq 8(%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 $0, -20(%rbp) movl $2, %edi movl $1, %esi xorl %edx, %edx callq _socket movl %eax, -44(%rbp) cmpl $-1, %eax jne LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %edi callq _err LBB0_6: movl $1, -52(%rbp) movl -44(%rbp), %edi leaq -52(%rbp), %rcx movl $65535, %esi ## imm = 0xFFFF movl $4, %r8d movl %r8d, %edx callq _setsockopt cmpl $-1, %eax jne LBB0_8 ## %bb.7: leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %edi callq _err LBB0_8: movl -44(%rbp), %edi leaq -24(%rbp), %rsi movl $16, %edx callq _bind cmpl $-1, %eax jne LBB0_10 ## %bb.9: leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %edi callq _err LBB0_10: movl -44(%rbp), %edi movl -48(%rbp), %esi callq _listen cmpl $-1, %eax jne LBB0_12 ## %bb.11: leaq L_.str.5(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1, %edi callq _err LBB0_12: callq _pause movl -28(%rbp), %eax movl %eax, -56(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_14 ## %bb.13: movl -56(%rbp), %eax ## 4-byte Reload addq $64, %rsp 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_.str: ## @.str .asciz "usage: %s <port> [backlog]" L_.str.1: ## @.str.1 .asciz "Using backlog: %d\n" L_.str.2: ## @.str.2 .asciz "socket" L_.str.3: ## @.str.3 .asciz "setsockopt" L_.str.4: ## @.str.4 .asciz "bind" L_.str.5: ## @.str.5 .asciz "listen" .subsections_via_symbols
the_stack_data/10786.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #176 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] sub sp, sp, #16 mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-16] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-24] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-128] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-128] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-120] ; 8-byte Folded Spill stur x8, [x29, #-32] stur wzr, [x29, #-36] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_7 Depth 2 ; Child Loop BB0_11 Depth 2 ; Child Loop BB0_13 Depth 3 ldur w8, [x29, #-36] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_25 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-44] sub sp, sp, #16 mov x9, sp sub x8, x29, #48 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF stur x0, [x29, #-168] ; 8-byte Folded Spill bl _scanf ldur x0, [x29, #-168] ; 8-byte Folded Reload add sp, sp, #16 sub sp, sp, #16 mov x9, sp sub x8, x29, #52 str x8, [x9] bl _scanf add sp, sp, #16 ldur w8, [x29, #-48] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-64] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-160] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-160] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-152] ; 8-byte Folded Spill stur x8, [x29, #-72] ldur w8, [x29, #-48] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-144] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-144] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-136] ; 8-byte Folded Spill stur x8, [x29, #-80] stur wzr, [x29, #-84] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-84] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldursw x9, [x29, #-84] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-88] b LBB0_7 LBB0_7: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-88] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldursw x9, [x29, #-88] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldur w8, [x29, #-88] add w8, w8, #1 stur w8, [x29, #-88] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 mov w8, #38528 movk w8, #152, lsl #16 stur w8, [x29, #-92] mov w8, #1 stur w8, [x29, #-96] b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_13 Depth 3 ldur w8, [x29, #-96] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_23 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 stur wzr, [x29, #-40] stur wzr, [x29, #-100] stur wzr, [x29, #-104] b LBB0_13 LBB0_13: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_11 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-104] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_13 Depth=3 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldursw x9, [x29, #-104] ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-96] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_13 Depth=3 ldur x9, [x29, #-136] ; 8-byte Folded Reload ldur w8, [x29, #-100] ldursw x10, [x29, #-104] ldr w9, [x9, x10, lsl #2] add w8, w8, w9 stur w8, [x29, #-100] mov w8, #1 stur w8, [x29, #-40] b LBB0_16 LBB0_16: ; in Loop: Header=BB0_13 Depth=3 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_13 Depth=3 ldur w8, [x29, #-104] add w8, w8, #1 stur w8, [x29, #-104] b LBB0_13 LBB0_18: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-100] ldur w9, [x29, #-92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_21 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-40] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-100] stur w8, [x29, #-92] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_11 Depth=2 stur wzr, [x29, #-100] b LBB0_22 LBB0_22: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-96] add w8, w8, #1 stur w8, [x29, #-96] b LBB0_11 LBB0_23: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-120] ; 8-byte Folded Reload ldur w8, [x29, #-92] ldursw x10, [x29, #-36] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-64] mov sp, x8 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB0_1 LBB0_25: stur wzr, [x29, #-108] b LBB0_26 LBB0_26: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-108] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_29 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_26 Depth=1 ldur x8, [x29, #-120] ; 8-byte Folded Reload ldursw x9, [x29, #-108] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf add sp, sp, #16 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_26 Depth=1 ldur w8, [x29, #-108] add w8, w8, #1 stur w8, [x29, #-108] b LBB0_26 LBB0_29: ldur x8, [x29, #-24] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-172] ; 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_31 b LBB0_30 LBB0_30: bl ___stack_chk_fail LBB0_31: ldur w0, [x29, #-172] ; 4-byte Folded Reload mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $192, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -16(%rbp), %rsi callq _scanf movl -16(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -128(%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 -128(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -120(%rbp) ## 8-byte Spill movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_7 Depth 2 ## Child Loop BB0_11 Depth 2 ## Child Loop BB0_13 Depth 3 movl -36(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_25 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -44(%rbp) leaq L_.str(%rip), %rdi movq %rdi, -176(%rbp) ## 8-byte Spill xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -161(%rbp) ## 1-byte Spill leaq -48(%rbp), %rsi callq _scanf movq -176(%rbp), %rdi ## 8-byte Reload ## kill: def $ecx killed $eax movb -161(%rbp), %al ## 1-byte Reload leaq -52(%rbp), %rsi callq _scanf movl -48(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -160(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -64(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -160(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -152(%rbp) ## 8-byte Spill movq %rax, -72(%rbp) movl -48(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -144(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -144(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -136(%rbp) ## 8-byte Spill movq %rax, -80(%rbp) movl $0, -84(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -84(%rbp), %eax cmpl -48(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -152(%rbp), %rsi ## 8-byte Reload movslq -84(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl $0, -88(%rbp) LBB0_7: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -88(%rbp), %eax cmpl -48(%rbp), %eax jge LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movq -136(%rbp), %rsi ## 8-byte Reload movslq -88(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB0_7 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movl $10000000, -92(%rbp) ## imm = 0x989680 movl $1, -96(%rbp) LBB0_11: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_13 Depth 3 movl -96(%rbp), %eax cmpl -52(%rbp), %eax jg LBB0_23 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movl $0, -40(%rbp) movl $0, -100(%rbp) movl $0, -104(%rbp) LBB0_13: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_11 Depth=2 ## => This Inner Loop Header: Depth=3 movl -104(%rbp), %eax cmpl -48(%rbp), %eax jge LBB0_18 ## %bb.14: ## in Loop: Header=BB0_13 Depth=3 movq -152(%rbp), %rax ## 8-byte Reload movslq -104(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -96(%rbp), %eax jne LBB0_16 ## %bb.15: ## in Loop: Header=BB0_13 Depth=3 movq -136(%rbp), %rcx ## 8-byte Reload movl -100(%rbp), %eax movslq -104(%rbp), %rdx addl (%rcx,%rdx,4), %eax movl %eax, -100(%rbp) movl $1, -40(%rbp) LBB0_16: ## in Loop: Header=BB0_13 Depth=3 jmp LBB0_17 LBB0_17: ## in Loop: Header=BB0_13 Depth=3 movl -104(%rbp), %eax addl $1, %eax movl %eax, -104(%rbp) jmp LBB0_13 LBB0_18: ## in Loop: Header=BB0_11 Depth=2 movl -100(%rbp), %eax cmpl -92(%rbp), %eax jge LBB0_21 ## %bb.19: ## in Loop: Header=BB0_11 Depth=2 cmpl $1, -40(%rbp) jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_11 Depth=2 movl -100(%rbp), %eax movl %eax, -92(%rbp) LBB0_21: ## in Loop: Header=BB0_11 Depth=2 movl $0, -100(%rbp) ## %bb.22: ## in Loop: Header=BB0_11 Depth=2 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB0_11 LBB0_23: ## in Loop: Header=BB0_1 Depth=1 movq -120(%rbp), %rax ## 8-byte Reload movl -92(%rbp), %edx movslq -36(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -64(%rbp), %rax movq %rax, %rsp ## %bb.24: ## in Loop: Header=BB0_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_25: movl $0, -108(%rbp) LBB0_26: ## =>This Inner Loop Header: Depth=1 movl -108(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_29 ## %bb.27: ## in Loop: Header=BB0_26 Depth=1 movq -120(%rbp), %rax ## 8-byte Reload movslq -108(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.28: ## in Loop: Header=BB0_26 Depth=1 movl -108(%rbp), %eax addl $1, %eax movl %eax, -108(%rbp) jmp LBB0_26 LBB0_29: movq -24(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -180(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_31 ## %bb.30: movl -180(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_31: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d\n" .subsections_via_symbols
the_stack_data/154829115.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Shells ; -- Begin function Shells .p2align 2 _Shells: ; @Shells .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str w1, [sp, #28] ldr w8, [sp, #28] mov w9, #2 sdiv w8, w8, w9 str w8, [sp, #16] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_5 Depth 3 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_15 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] str w8, [sp, #24] 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, #24] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #32] ldr x8, [x8] ldrsw x9, [sp, #24] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] ldr w8, [sp, #24] str w8, [sp, #20] 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, #20] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_11 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #12] ldr x9, [sp, #32] ldr x9, [x9] ldr w10, [sp, #20] ldr w11, [sp, #16] subs w10, w10, w11 ldr w9, [x9, w10, sxtw #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=3 ldr x8, [sp, #32] ldr x8, [x8] ldr w9, [sp, #20] ldr w10, [sp, #16] subs w9, w9, w10 ldr w8, [x8, w9, sxtw #2] ldr x9, [sp, #32] ldr x9, [x9] ldrsw x10, [sp, #20] str w8, [x9, x10, lsl #2] b LBB0_9 LBB0_8: ; in Loop: Header=BB0_3 Depth=2 b LBB0_11 LBB0_9: ; in Loop: Header=BB0_5 Depth=3 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=3 ldr w9, [sp, #16] ldr w8, [sp, #20] subs w8, w8, w9 str w8, [sp, #20] b LBB0_5 LBB0_11: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #12] ldr x9, [sp, #32] ldr x9, [x9] ldrsw x10, [sp, #20] str w8, [x9, x10, lsl #2] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_3 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] mov w9, #2 sdiv w8, w8, w9 str w8, [sp, #16] b LBB0_1 LBB0_15: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] sub x8, x29, #8 str x8, [sp, #8] ; 8-byte Folded Spill ldur w8, [x29, #-8] mov x9, x8 mov x8, #4 mul x0, x8, x9 bl _malloc ldr x8, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf stur wzr, [x29, #-20] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldr w8, [sp, #24] ldur x9, [x29, #-16] ldursw x10, [x29, #-20] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_4: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w1, [x29, #-8] sub x0, x29, #16 bl _Shells str wzr, [sp, #20] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #20] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_5 LBB1_8: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d " l_.str.2: ; @.str.2 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Shells ## -- Begin function Shells .p2align 4, 0x90 _Shells: ## @Shells .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl -20(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -32(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_5 Depth 3 cmpl $0, -32(%rbp) jle LBB0_15 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax movl %eax, -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 -20(%rbp), %eax jge LBB0_13 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -16(%rbp), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -36(%rbp) movl -24(%rbp), %eax movl %eax, -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 -32(%rbp), %eax jl LBB0_11 ## %bb.6: ## in Loop: Header=BB0_5 Depth=3 movl -36(%rbp), %eax movq -16(%rbp), %rcx movq (%rcx), %rcx movl -28(%rbp), %edx subl -32(%rbp), %edx movslq %edx, %rdx cmpl (%rcx,%rdx,4), %eax jge LBB0_8 ## %bb.7: ## in Loop: Header=BB0_5 Depth=3 movq -16(%rbp), %rax movq (%rax), %rax movl -28(%rbp), %ecx subl -32(%rbp), %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx movq -16(%rbp), %rax movq (%rax), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) jmp LBB0_9 LBB0_8: ## in Loop: Header=BB0_3 Depth=2 jmp LBB0_11 LBB0_9: ## in Loop: Header=BB0_5 Depth=3 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_5 Depth=3 movl -32(%rbp), %ecx movl -28(%rbp), %eax subl %ecx, %eax movl %eax, -28(%rbp) jmp LBB0_5 LBB0_11: ## in Loop: Header=BB0_3 Depth=2 movl -36(%rbp), %edx movq -16(%rbp), %rax movq (%rax), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.12: ## in Loop: Header=BB0_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_13: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_14 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, -32(%rbp) jmp LBB0_1 LBB0_15: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl -8(%rbp), %eax movl %eax, %edi shlq $2, %rdi callq _malloc movq %rax, -16(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf movl -24(%rbp), %edx movq -16(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -16(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %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: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi leaq -16(%rbp), %rdi callq _Shells movl $0, -28(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_5 LBB1_8: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d " L_.str.2: ## @.str.2 .asciz "\n" .subsections_via_symbols
the_stack_data/1135492.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Jaf_InitSeqArchive2 ; -- Begin function Jaf_InitSeqArchive2 .p2align 2 _Jaf_InitSeqArchive2: ; @Jaf_InitSeqArchive2 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str x2, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Jaf_CheckSeqSize ; -- Begin function Jaf_CheckSeqSize .p2align 2 _Jaf_CheckSeqSize: ; @Jaf_CheckSeqSize .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_LoadSeq ; -- Begin function Jaf_LoadSeq .p2align 2 _Jaf_LoadSeq: ; @Jaf_LoadSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_ClearSeq ; -- Begin function Jaf_ClearSeq .p2align 2 _Jaf_ClearSeq: ; @Jaf_ClearSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_CheckSeq ; -- Begin function Jaf_CheckSeq .p2align 2 _Jaf_CheckSeq: ; @Jaf_CheckSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_ReadySeq ; -- Begin function Jaf_ReadySeq .p2align 2 _Jaf_ReadySeq: ; @Jaf_ReadySeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_PlaySeq ; -- Begin function Jaf_PlaySeq .p2align 2 _Jaf_PlaySeq: ; @Jaf_PlaySeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_StartSeq ; -- Begin function Jaf_StartSeq .p2align 2 _Jaf_StartSeq: ; @Jaf_StartSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_StopSeq ; -- Begin function Jaf_StopSeq .p2align 2 _Jaf_StopSeq: ; @Jaf_StopSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_GetJamHandle ; -- Begin function Jaf_GetJamHandle .p2align 2 _Jaf_GetJamHandle: ; @Jaf_GetJamHandle .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_HandleToSeq ; -- Begin function Jaf_HandleToSeq .p2align 2 _Jaf_HandleToSeq: ; @Jaf_HandleToSeq .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_LoadStartFinish ; -- Begin function Jaf_LoadStartFinish .p2align 2 _Jaf_LoadStartFinish: ; @Jaf_LoadStartFinish .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Jaf_LoadFinish ; -- Begin function Jaf_LoadFinish .p2align 2 _Jaf_LoadFinish: ; @Jaf_LoadFinish .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl ___LoadSeqA ; -- Begin function __LoadSeqA .p2align 2 ___LoadSeqA: ; @__LoadSeqA .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str x2, [sp, #8] str x3, [sp] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Jaf_LoadStartSeqA ; -- Begin function Jaf_LoadStartSeqA .p2align 2 _Jaf_LoadStartSeqA: ; @Jaf_LoadStartSeqA .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str x2, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Jaf_LoadSeqA ; -- Begin function Jaf_LoadSeqA .p2align 2 _Jaf_LoadSeqA: ; @Jaf_LoadSeqA .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [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 _Jaf_InitSeqArchive2 ## -- Begin function Jaf_InitSeqArchive2 .p2align 4, 0x90 _Jaf_InitSeqArchive2: ## @Jaf_InitSeqArchive2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_CheckSeqSize ## -- Begin function Jaf_CheckSeqSize .p2align 4, 0x90 _Jaf_CheckSeqSize: ## @Jaf_CheckSeqSize .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_LoadSeq ## -- Begin function Jaf_LoadSeq .p2align 4, 0x90 _Jaf_LoadSeq: ## @Jaf_LoadSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_ClearSeq ## -- Begin function Jaf_ClearSeq .p2align 4, 0x90 _Jaf_ClearSeq: ## @Jaf_ClearSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_CheckSeq ## -- Begin function Jaf_CheckSeq .p2align 4, 0x90 _Jaf_CheckSeq: ## @Jaf_CheckSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_ReadySeq ## -- Begin function Jaf_ReadySeq .p2align 4, 0x90 _Jaf_ReadySeq: ## @Jaf_ReadySeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_PlaySeq ## -- Begin function Jaf_PlaySeq .p2align 4, 0x90 _Jaf_PlaySeq: ## @Jaf_PlaySeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_StartSeq ## -- Begin function Jaf_StartSeq .p2align 4, 0x90 _Jaf_StartSeq: ## @Jaf_StartSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_StopSeq ## -- Begin function Jaf_StopSeq .p2align 4, 0x90 _Jaf_StopSeq: ## @Jaf_StopSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_GetJamHandle ## -- Begin function Jaf_GetJamHandle .p2align 4, 0x90 _Jaf_GetJamHandle: ## @Jaf_GetJamHandle .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_HandleToSeq ## -- Begin function Jaf_HandleToSeq .p2align 4, 0x90 _Jaf_HandleToSeq: ## @Jaf_HandleToSeq .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_LoadStartFinish ## -- Begin function Jaf_LoadStartFinish .p2align 4, 0x90 _Jaf_LoadStartFinish: ## @Jaf_LoadStartFinish .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) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_LoadFinish ## -- Begin function Jaf_LoadFinish .p2align 4, 0x90 _Jaf_LoadFinish: ## @Jaf_LoadFinish .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) popq %rbp retq .cfi_endproc ## -- End function .globl ___LoadSeqA ## -- Begin function __LoadSeqA .p2align 4, 0x90 ___LoadSeqA: ## @__LoadSeqA .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_LoadStartSeqA ## -- Begin function Jaf_LoadStartSeqA .p2align 4, 0x90 _Jaf_LoadStartSeqA: ## @Jaf_LoadStartSeqA .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _Jaf_LoadSeqA ## -- Begin function Jaf_LoadSeqA .p2align 4, 0x90 _Jaf_LoadSeqA: ## @Jaf_LoadSeqA .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) popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1215654.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 bl _small_sub b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: 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 "simple run.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 callq _small_sub ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: 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 "simple run.\n" .subsections_via_symbols
the_stack_data/211079793.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create_tree_node ; -- Begin function create_tree_node .p2align 2 _create_tree_node: ; @create_tree_node .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, #32 bl _malloc str x0, [sp] ldr x8, [sp] 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 w0, #0 bl _exit LBB0_2: ldur w8, [x29, #-4] ldr x9, [sp] str w8, [x9] ldr x8, [sp] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp] str xzr, [x8, #16] ldr x8, [sp] str xzr, [x8, #24] ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _convert_to_number ; -- Begin function convert_to_number .p2align 2 _convert_to_number: ; @convert_to_number .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] mov w8, #1 str w8, [sp, #12] ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov w8, #-1 str w8, [sp, #12] ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_2 LBB1_2: ldr w8, [sp, #20] str w8, [sp, #8] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #16] mov w9, #10 mul w8, w8, w9 ldr x9, [sp, #24] ldrsw x10, [sp, #8] ldrsb w9, [x9, x10] subs w9, w9, #48 add w8, w8, w9 str w8, [sp, #16] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_3 LBB1_5: ldr w9, [sp, #12] ldr w8, [sp, #16] mul w8, w8, w9 str w8, [sp, #16] ldr w0, [sp, #16] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _get_right ; -- Begin function get_right .p2align 2 _get_right: ; @get_right .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str w1, [sp, #12] mov w8, #1 str w8, [sp, #8] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #4] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_11 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB2_7 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB2_6 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: ldr w8, [sp, #4] str w8, [sp, #28] b LBB2_12 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB2_1 LBB2_11: mov w8, #-1 str w8, [sp, #28] b LBB2_12 LBB2_12: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _BUILD_TREE ; -- Begin function BUILD_TREE .p2align 2 _BUILD_TREE: ; @BUILD_TREE .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 wzr, [x29, #-20] str wzr, [sp, #24] ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB3_16 b LBB3_1 LBB3_1: ldur x8, [x29, #-16] add x8, x8, #2 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB3_17 LBB3_3: b LBB3_4 LBB3_4: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #57 cset w8, le str w8, [sp, #12] ; 4-byte Folded Spill b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] mov w9, #10 mul w8, w8, w9 ldur x9, [x29, #-16] ldrsb w9, [x9] subs w9, w9, #48 add w8, w8, w9 stur w8, [x29, #-20] ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] b LBB3_4 LBB3_8: ldur w0, [x29, #-20] bl _create_tree_node str x0, [sp, #16] ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] ldur x0, [x29, #-16] bl _BUILD_TREE ldr x8, [sp, #16] str x0, [x8, #8] ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] mov w8, #1 str w8, [sp, #24] b LBB3_9 LBB3_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_15 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_9 Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB3_12 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_9 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB3_12 LBB3_12: ; in Loop: Header=BB3_9 Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_9 Depth=1 ldr w8, [sp, #24] subs w8, w8, #1 str w8, [sp, #24] b LBB3_14 LBB3_14: ; in Loop: Header=BB3_9 Depth=1 ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] b LBB3_9 LBB3_15: ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] ldur x0, [x29, #-16] bl _BUILD_TREE ldr x8, [sp, #16] str x0, [x8, #16] ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB3_17 LBB3_16: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB3_17 LBB3_17: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _count ; -- Begin function count .p2align 2 _count: ; @count .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 w1, [x29, #-20] str w2, [sp, #24] str x3, [sp, #16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_4 b LBB4_1 LBB4_1: ldur x8, [x29, #-16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB4_3 LBB4_3: ldur x8, [x29, #-16] ldr x0, [x8, #8] ldur w1, [x29, #-20] ldr w8, [sp, #24] add w2, w8, #1 ldr x3, [sp, #16] bl _count str w0, [sp, #12] ldur x8, [x29, #-16] ldr x0, [x8, #16] ldur w1, [x29, #-20] ldr w8, [sp, #24] add w2, w8, #1 ldr x3, [sp, #16] bl _count str w0, [sp, #12] ldr x8, [sp, #16] ldr w8, [x8] stur w8, [x29, #-4] b LBB4_5 LBB4_4: ldr x8, [sp, #16] ldr w8, [x8] stur w8, [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 .globl _read_string ; -- Begin function read_string .p2align 2 _read_string: ; @read_string .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] str xzr, [sp, #16] ldur x9, [x29, #-24] mov x8, #1 mul x1, x8, x9 mov x0, #0 bl _realloc str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldr x8, [sp, #32] stur x8, [x29, #-8] b LBB5_12 LBB5_2: b LBB5_3 LBB5_3: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-16] bl _fgetc str w0, [sp, #28] mov w8, #-1 subs w8, w8, w0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_3 Depth=1 ldr w8, [sp, #28] subs w8, w8, #10 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB5_5 LBB5_5: ; in Loop: Header=BB5_3 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB5_11 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_3 Depth=1 ldr w8, [sp, #28] ldr x9, [sp, #32] ldr x10, [sp, #16] add x11, x10, #1 str x11, [sp, #16] strb w8, [x9, x10] ldr x8, [sp, #16] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB5_10 b LBB5_7 LBB5_7: ; in Loop: Header=BB5_3 Depth=1 ldr x0, [sp, #32] ldur x8, [x29, #-24] add x9, x8, #16 stur x9, [x29, #-24] mov x8, #1 mul x1, x8, x9 bl _realloc str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_9 b LBB5_8 LBB5_8: ldr x8, [sp, #32] stur x8, [x29, #-8] b LBB5_12 LBB5_9: ; in Loop: Header=BB5_3 Depth=1 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_3 Depth=1 b LBB5_3 LBB5_11: ldr x9, [sp, #32] ldr x10, [sp, #16] mov x8, #1 add x11, x10, #1 str x11, [sp, #16] add x9, x9, x10 strb wzr, [x9] ldr x0, [sp, #32] ldr x9, [sp, #16] mul x1, x8, x9 bl _realloc stur x0, [x29, #-8] b LBB5_12 LBB5_12: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #24] ; 4-byte Folded Spill stur wzr, [x29, #-4] ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] sub x8, x29, #36 str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-36] adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] mov x1, #10 bl _read_string str x0, [sp, #32] ldr x0, [sp, #32] bl _BUILD_TREE stur x0, [x29, #-16] mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldr x3, [sp, #16] ; 8-byte Folded Reload ldr w2, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-16] ldur w1, [x29, #-20] bl _count str w0, [sp, #28] ldr w9, [sp, #28] ; 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, #24] ; 4-byte Folded Reload ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ERROR creating a new node\n" l_.str.1: ; @.str.1 .asciz "%d " l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "\n%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create_tree_node ## -- Begin function create_tree_node .p2align 4, 0x90 _create_tree_node: ## @create_tree_node .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 $32, %edi callq _malloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax movl %eax, -20(%rbp) ## 4-byte Spill callq _printf movl -20(%rbp), %edi ## 4-byte Reload callq _exit LBB0_2: movl -4(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) movq -16(%rbp), %rax movq $0, 16(%rax) movq -16(%rbp), %rax movq $0, 24(%rax) movq -16(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _convert_to_number ## -- Begin function convert_to_number .p2align 4, 0x90 _convert_to_number: ## @convert_to_number .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -16(%rbp) movl $1, -20(%rbp) movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $45, %eax jne LBB1_2 ## %bb.1: movl $-1, -20(%rbp) movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB1_2: movl -12(%rbp), %eax movl %eax, -24(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $32, %eax je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 imull $10, -16(%rbp), %eax movq -8(%rbp), %rcx movslq -24(%rbp), %rdx movsbl (%rcx,%rdx), %ecx subl $48, %ecx addl %ecx, %eax movl %eax, -16(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_3 LBB1_5: movl -20(%rbp), %eax imull -16(%rbp), %eax movl %eax, -16(%rbp) movl -16(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _get_right ## -- Begin function get_right .p2align 4, 0x90 _get_right: ## @get_right .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl $1, -24(%rbp) movl -20(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB2_11 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $40, %eax jne LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB2_7 LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $41, %eax jne LBB2_6 ## %bb.5: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) LBB2_6: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_7 LBB2_7: ## in Loop: Header=BB2_1 Depth=1 cmpl $0, -24(%rbp) jne LBB2_9 ## %bb.8: movl -28(%rbp), %eax movl %eax, -4(%rbp) jmp LBB2_12 LBB2_9: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_10 LBB2_10: ## in Loop: Header=BB2_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB2_1 LBB2_11: movl $-1, -4(%rbp) LBB2_12: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _BUILD_TREE ## -- Begin function BUILD_TREE .p2align 4, 0x90 _BUILD_TREE: ## @BUILD_TREE .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $40, %eax jne LBB3_16 ## %bb.1: movq -16(%rbp), %rax addq $2, %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $41, %eax jne LBB3_3 ## %bb.2: movq $0, -8(%rbp) jmp LBB3_17 LBB3_3: jmp LBB3_4 LBB3_4: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, %ecx movb %al, -33(%rbp) ## 1-byte Spill jl LBB3_6 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $57, %eax setle %al movb %al, -33(%rbp) ## 1-byte Spill LBB3_6: ## in Loop: Header=BB3_4 Depth=1 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_7 jmp LBB3_8 LBB3_7: ## in Loop: Header=BB3_4 Depth=1 imull $10, -20(%rbp), %eax movq -16(%rbp), %rcx movsbl (%rcx), %ecx subl $48, %ecx addl %ecx, %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB3_4 LBB3_8: movl -20(%rbp), %edi callq _create_tree_node movq %rax, -32(%rbp) movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq _BUILD_TREE movq %rax, %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) movl $1, -24(%rbp) LBB3_9: ## =>This Inner Loop Header: Depth=1 cmpl $0, -24(%rbp) je LBB3_15 ## %bb.10: ## in Loop: Header=BB3_9 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $40, %eax jne LBB3_12 ## %bb.11: ## in Loop: Header=BB3_9 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) LBB3_12: ## in Loop: Header=BB3_9 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $41, %eax jne LBB3_14 ## %bb.13: ## in Loop: Header=BB3_9 Depth=1 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) LBB3_14: ## in Loop: Header=BB3_9 Depth=1 movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB3_9 LBB3_15: movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq _BUILD_TREE movq %rax, %rcx movq -32(%rbp), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB3_17 LBB3_16: movq $0, -8(%rbp) LBB3_17: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _count ## -- Begin function count .p2align 4, 0x90 _count: ## @count .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movl %edx, -24(%rbp) movq %rcx, -32(%rbp) cmpq $0, -16(%rbp) je LBB4_4 ## %bb.1: movq -16(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB4_3 ## %bb.2: movl -24(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB4_3: movq -16(%rbp), %rax movq 8(%rax), %rdi movl -20(%rbp), %esi movl -24(%rbp), %edx addl $1, %edx movq -32(%rbp), %rcx callq _count movl %eax, -36(%rbp) movq -16(%rbp), %rax movq 16(%rax), %rdi movl -20(%rbp), %esi movl -24(%rbp), %edx addl $1, %edx movq -32(%rbp), %rcx callq _count movl %eax, -36(%rbp) movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -4(%rbp) jmp LBB4_5 LBB4_4: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -4(%rbp) LBB4_5: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_string ## -- Begin function read_string .p2align 4, 0x90 _read_string: ## @read_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 $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq $0, -48(%rbp) movq -24(%rbp), %rsi shlq $0, %rsi xorl %eax, %eax movl %eax, %edi callq _realloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB5_2 ## %bb.1: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB5_12 LBB5_2: jmp LBB5_3 LBB5_3: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi callq _fgetc movl %eax, %edx movl %edx, -36(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $4294967295, %ecx ## imm = 0xFFFFFFFF cmpl %edx, %ecx movb %al, -49(%rbp) ## 1-byte Spill je LBB5_5 ## %bb.4: ## in Loop: Header=BB5_3 Depth=1 cmpl $10, -36(%rbp) setne %al movb %al, -49(%rbp) ## 1-byte Spill LBB5_5: ## in Loop: Header=BB5_3 Depth=1 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB5_6 jmp LBB5_11 LBB5_6: ## in Loop: Header=BB5_3 Depth=1 movl -36(%rbp), %eax movb %al, %dl movq -32(%rbp), %rax movq -48(%rbp), %rcx movq %rcx, %rsi addq $1, %rsi movq %rsi, -48(%rbp) movb %dl, (%rax,%rcx) movq -48(%rbp), %rax cmpq -24(%rbp), %rax jne LBB5_10 ## %bb.7: ## in Loop: Header=BB5_3 Depth=1 movq -32(%rbp), %rdi movq -24(%rbp), %rsi addq $16, %rsi movq %rsi, -24(%rbp) shlq $0, %rsi callq _realloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB5_9 ## %bb.8: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB5_12 LBB5_9: ## in Loop: Header=BB5_3 Depth=1 jmp LBB5_10 LBB5_10: ## in Loop: Header=BB5_3 Depth=1 jmp LBB5_3 LBB5_11: movq -32(%rbp), %rax movq -48(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -48(%rbp) movb $0, (%rax,%rcx) movq -32(%rbp), %rdi movq -48(%rbp), %rsi shlq $0, %rsi callq _realloc movq %rax, -8(%rbp) LBB5_12: movq -8(%rbp), %rax addq $64, %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) movq $0, -16(%rbp) movl $0, -36(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl $10, %esi callq _read_string movq %rax, -48(%rbp) movq -48(%rbp), %rdi callq _BUILD_TREE movq %rax, -16(%rbp) leaq L_.str.2(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movq -16(%rbp), %rdi movl -20(%rbp), %esi xorl %edx, %edx leaq -36(%rbp), %rcx callq _count movl %eax, -52(%rbp) movl -52(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "ERROR creating a new node\n" L_.str.1: ## @.str.1 .asciz "%d " L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "\n%d" .subsections_via_symbols
the_stack_data/1030900.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w8, [x29, #-8] subs w8, w8, #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] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w8, #-1 stur w8, [x29, #-4] b LBB0_5 LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #16] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #24] subs x8, x0, #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] ldur x8, [x29, #-16] ldr x8, [x8, #16] mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w8, #-2 stur w8, [x29, #-4] b LBB0_5 LBB0_4: ldur x8, [x29, #-16] ldr x0, [x8, #8] bl _atoi str w0, [sp, #20] ldr w8, [sp, #20] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsr x0, x8, #0 bl _malloc str x0, [sp, #8] ldr x0, [sp, #8] ldr w2, [sp, #20] ldr x3, [sp, #24] mov w1, #0 bl _add ldr x0, [sp, #8] bl _free ldr x0, [sp, #24] bl _fclose stur wzr, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .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 stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] str x3, [sp, #24] ldur w8, [x29, #-12] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur x8, [x29, #-8] ldursw x9, [x29, #-12] add x8, x8, x9 strb wzr, [x8] ldr x0, [sp, #24] ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB1_13 LBB1_2: 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, ne tbnz w8, #0, LBB1_8 b LBB1_3 LBB1_3: str wzr, [sp, #20] b LBB1_4 LBB1_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #16 cset w8, ge tbnz w8, #0, LBB1_7 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_4 Depth=1 ldrsw x9, [sp, #20] adrp x8, _consonants@PAGE add x8, x8, _consonants@PAGEOFF add x8, x8, x9 ldrb w8, [x8] ldur x9, [x29, #-8] ldursw x10, [x29, #-12] add x9, x9, x10 strb w8, [x9] ldur x0, [x29, #-8] ldur w8, [x29, #-12] add w1, w8, #1 ldur w2, [x29, #-16] ldr x3, [sp, #24] bl _add b LBB1_6 LBB1_6: ; in Loop: Header=BB1_4 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_4 LBB1_7: b LBB1_13 LBB1_8: str wzr, [sp, #20] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldrsw x9, [sp, #20] adrp x8, _vowels@PAGE add x8, x8, _vowels@PAGEOFF add x8, x8, x9 ldrb w8, [x8] ldur x9, [x29, #-8] ldursw x10, [x29, #-12] add x9, x9, x10 strb w8, [x9] ldur x0, [x29, #-8] ldur w8, [x29, #-12] add w1, w8, #1 ldur w2, [x29, #-16] ldr x3, [sp, #24] bl _add b LBB1_11 LBB1_11: ; in Loop: Header=BB1_9 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_9 LBB1_12: b LBB1_13 LBB1_13: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _vowels ; @vowels _vowels: .asciz "aeiou" .globl _consonants ; @consonants _consonants: .asciz "bcdfghlmnpqrstvz" .globl _n_vowels ; @n_vowels .p2align 2 _n_vowels: .long 5 ; 0x5 .globl _n_consonants ; @n_consonants .p2align 2 _n_consonants: .long 16 ; 0x10 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Parameters error!\nUsage: ./2 <n> <output_file>\n" l_.str.1: ; @.str.1 .asciz "w" l_.str.2: ; @.str.2 .asciz "Can't open file %s\n" 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 $48, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $3, -8(%rbp) jge LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $-1, -4(%rbp) jmp LBB0_5 LBB0_2: movq -16(%rbp), %rax movq 16(%rax), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, %rax jne LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rax movq 16(%rax), %rdx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movl $-2, -4(%rbp) jmp LBB0_5 LBB0_4: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atoi movl %eax, -28(%rbp) movl -28(%rbp), %eax addl $1, %eax movslq %eax, %rdi shlq $0, %rdi callq _malloc movq %rax, -40(%rbp) movq -40(%rbp), %rdi movl -28(%rbp), %edx movq -24(%rbp), %rcx xorl %esi, %esi callq _add movq -40(%rbp), %rdi callq _free movq -24(%rbp), %rdi callq _fclose movl $0, -4(%rbp) LBB0_5: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .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 $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq %rcx, -24(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax jne LBB1_2 ## %bb.1: movq -8(%rbp), %rax movslq -12(%rbp), %rcx movb $0, (%rax,%rcx) movq -24(%rbp), %rdi movq -8(%rbp), %rdx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf jmp LBB1_13 LBB1_2: movl -12(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB1_8 ## %bb.3: movl $0, -28(%rbp) LBB1_4: ## =>This Inner Loop Header: Depth=1 cmpl $16, -28(%rbp) jge LBB1_7 ## %bb.5: ## in Loop: Header=BB1_4 Depth=1 movslq -28(%rbp), %rcx leaq _consonants(%rip), %rax movb (%rax,%rcx), %dl movq -8(%rbp), %rax movslq -12(%rbp), %rcx movb %dl, (%rax,%rcx) movq -8(%rbp), %rdi movl -12(%rbp), %esi addl $1, %esi movl -16(%rbp), %edx movq -24(%rbp), %rcx callq _add ## %bb.6: ## in Loop: Header=BB1_4 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_4 LBB1_7: jmp LBB1_13 LBB1_8: movl $0, -28(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 cmpl $5, -28(%rbp) jge LBB1_12 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movslq -28(%rbp), %rcx leaq _vowels(%rip), %rax movb (%rax,%rcx), %dl movq -8(%rbp), %rax movslq -12(%rbp), %rcx movb %dl, (%rax,%rcx) movq -8(%rbp), %rdi movl -12(%rbp), %esi addl $1, %esi movl -16(%rbp), %edx movq -24(%rbp), %rcx callq _add ## %bb.11: ## in Loop: Header=BB1_9 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_9 LBB1_12: jmp LBB1_13 LBB1_13: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .globl _vowels ## @vowels _vowels: .asciz "aeiou" .globl _consonants ## @consonants .p2align 4 _consonants: .asciz "bcdfghlmnpqrstvz" .globl _n_vowels ## @n_vowels .p2align 2 _n_vowels: .long 5 ## 0x5 .globl _n_consonants ## @n_consonants .p2align 2 _n_consonants: .long 16 ## 0x10 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Parameters error!\nUsage: ./2 <n> <output_file>\n" L_.str.1: ## @.str.1 .asciz "w" L_.str.2: ## @.str.2 .asciz "Can't open file %s\n" L_.str.3: ## @.str.3 .asciz "%s\n" .subsections_via_symbols
the_stack_data/187644336.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_or_z2_ ; -- Begin function scilab_rt_or_z2_ .p2align 2 _scilab_rt_or_z2_: ; @scilab_rt_or_z2_ .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] str w1, [sp, #40] str x2, [sp, #32] ldr w8, [sp, #40] ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill movi d0, #0000000000000000 str d0, [sp, #8] str d0, [sp, #16] str wzr, [sp, #28] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #28] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #24] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x10, [sp] ; 8-byte Folded Reload ldr x8, [sp, #32] ldrsw x9, [sp, #28] mul x9, x9, x10 add x8, x8, x9, lsl #4 ldrsw x9, [sp, #24] add x8, x8, x9, lsl #4 ldr d3, [x8] ldr d2, [x8, #8] ldr d1, [sp, #8] ldr d0, [sp, #16] fadd d1, d1, d3 fadd d0, d0, d2 str d1, [sp, #8] str d0, [sp, #16] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_1 LBB0_8: ldr d0, [sp, #8] fcvtzs w0, d0 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 _scilab_rt_or_z2_ ## -- Begin function scilab_rt_or_z2_ .p2align 4, 0x90 _scilab_rt_or_z2_: ## @scilab_rt_or_z2_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -48(%rbp) ## 8-byte Spill xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -20(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -24(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -48(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -20(%rbp), %rcx imulq %rdx, %rcx shlq $4, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movsd (%rax), %xmm3 ## xmm3 = mem[0],zero movsd 8(%rax), %xmm2 ## xmm2 = mem[0],zero movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd %xmm3, %xmm1 addsd %xmm2, %xmm0 movsd %xmm1, -40(%rbp) movsd %xmm0, -32(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_8: cvttsd2si -40(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/220454989.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] adrp x9, l___const.main.arr@PAGE add x9, x9, l___const.main.arr@PAGEOFF ldr x10, [x9] add x8, sp, #24 str x8, [sp, #16] ; 8-byte Folded Spill str x10, [sp, #24] ldr w9, [x9, #8] str w9, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload add x8, x8, #4 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload add x8, x8, #8 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w9, [sp, #24] ; 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 w9, [sp, #28] ; 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 w9, [sp, #32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf 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, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.arr l___const.main.arr: .long 100 ; 0x64 .long 200 ; 0xc8 .long 900 ; 0x384 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Base address = %u\n" l_.str.1: ; @.str.1 .asciz "Address of second element arr[1] = %u\n" l_.str.2: ; @.str.2 .asciz "Address of third element arr[2] = %u\n" l_.str.3: ; @.str.3 .asciz "Value of the first element = %d\n" l_.str.4: ; @.str.4 .asciz "Value of the second element = %d\n" l_.str.5: ; @.str.5 .asciz "Value of the third element = %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq l___const.main.arr(%rip), %rax movq %rax, -20(%rbp) movl l___const.main.arr+8(%rip), %eax movl %eax, -12(%rbp) leaq -20(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -20(%rbp), %rsi addq $4, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -20(%rbp), %rsi addq $8, %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl -12(%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_2 ## %bb.1: xorl %eax, %eax addq $32, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 2 ## @__const.main.arr l___const.main.arr: .long 100 ## 0x64 .long 200 ## 0xc8 .long 900 ## 0x384 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Base address = %u\n" L_.str.1: ## @.str.1 .asciz "Address of second element arr[1] = %u\n" L_.str.2: ## @.str.2 .asciz "Address of third element arr[2] = %u\n" L_.str.3: ## @.str.3 .asciz "Value of the first element = %d\n" L_.str.4: ## @.str.4 .asciz "Value of the second element = %d\n" L_.str.5: ## @.str.5 .asciz "Value of the third element = %d\n" .subsections_via_symbols
the_stack_data/454921.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] ; kill: def $x8 killed $xzr str xzr, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #90 bl _sleep ldr x0, [sp, #16] mov x9, sp add x8, sp, #25 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fscanf ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@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, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "/flag" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "Please wait 90s...\n" l_.str.3: ; @.str.3 .asciz "%s" l_.str.4: ; @.str.4 .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 $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq $0, -280(%rbp) leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -280(%rbp) leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $90, %edi callq _sleep movq -280(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf leaq -272(%rbp), %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: xorl %eax, %eax addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "/flag" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "Please wait 90s...\n" L_.str.3: ## @.str.3 .asciz "%s" L_.str.4: ## @.str.4 .asciz "%s\n" .subsections_via_symbols
the_stack_data/32950097.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, #576 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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #32] 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 _perror mov w0, #1 bl _exit LBB0_2: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp add x8, sp, #312 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #32] mov x9, sp str x8, [x9] bl _fprintf ldr x0, [sp, #32] bl _rewind ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #32] mov x9, sp add x8, sp, #56 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] bl _fscanf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr x0, [sp, #32] bl _fclose ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: bl ___stack_chk_fail LBB0_4: mov w0, #0 add sp, sp, #576 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "./tmp" l_.str.1: ; @.str.1 .asciz "w+" l_.str.2: ; @.str.2 .asciz "fopen" l_.str.3: ; @.str.3 .asciz "input a string(<256):\n" l_.str.4: ; @.str.4 .asciz "%s" l_.str.5: ; @.str.5 .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 $560, %rsp ## imm = 0x230 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -532(%rbp) movl %edi, -536(%rbp) movq %rsi, -544(%rbp) leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -552(%rbp) cmpq $0, %rax jne LBB0_2 ## %bb.1: leaq L_.str.2(%rip), %rdi callq _perror movl $1, %edi callq _exit LBB0_2: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq -272(%rbp), %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _scanf movq -552(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf movq -552(%rbp), %rdi callq _rewind movq -552(%rbp), %rdi leaq -528(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fscanf leaq -528(%rbp), %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movq -552(%rbp), %rdi callq _fclose movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_4 ## %bb.3: xorl %eax, %eax addq $560, %rsp ## imm = 0x230 popq %rbp retq LBB0_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "./tmp" L_.str.1: ## @.str.1 .asciz "w+" L_.str.2: ## @.str.2 .asciz "fopen" L_.str.3: ## @.str.3 .asciz "input a string(<256):\n" L_.str.4: ## @.str.4 .asciz "%s" L_.str.5: ## @.str.5 .asciz "%s\n" .subsections_via_symbols
the_stack_data/179829896.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] ; kill: def $x8 killed $xzr str xzr, [sp, #16] ldr x8, [sp, #16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "iDereference = <%d>!\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movq $0, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "iDereference = <%d>!\n" .subsections_via_symbols
the_stack_data/248581109.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #32] add x8, sp, #28 str wzr, [sp, #28] str x8, [sp, #16] ldursw x8, [x29, #-24] str x8, [sp, #8] add x8, sp, #24 mov w9, #1 str w9, [sp, #24] ldr w9, [sp, #24] str w9, [sp, #28] str x8, [sp, #16] 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 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movl $0, -40(%rbp) leaq -40(%rbp), %rax movq %rax, -56(%rbp) movslq -28(%rbp), %rax movq %rax, -64(%rbp) movl $1, -44(%rbp) movl -44(%rbp), %eax movl %eax, -40(%rbp) leaq -44(%rbp), %rax movq %rax, -56(%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 $64, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1250151.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _IID_IIntCircuitCtl ; @IID_IIntCircuitCtl .p2align 3 _IID_IIntCircuitCtl: .quad 2428180673 ; 0x90bb18c1 .short 61278 ; 0xef5e .short 4561 ; 0x11d1 .ascii "\270\220\351\f\360\222\201+" .space 4 .globl _LIBID_AXDATLCIRCUITLib ; @LIBID_AXDATLCIRCUITLib .p2align 3 _LIBID_AXDATLCIRCUITLib: .quad 401531777 ; 0x17eee381 .short 60879 ; 0xedcf .short 4561 ; 0x11d1 .ascii "\270\220\370\355\005\341\225," .space 4 .globl _DIID__IntCircuitCtlEvents ; @DIID__IntCircuitCtlEvents .p2align 3 _DIID__IntCircuitCtlEvents: .quad 2219501056 ; 0x844ae600 .short 62199 ; 0xf2f7 .short 4561 ; 0x11d1 .ascii "\270\220\275\231nW\303)" .space 4 .globl _CLSID_IntCircuitCtl ; @CLSID_IntCircuitCtl .p2align 3 _CLSID_IntCircuitCtl: .quad 2428180674 ; 0x90bb18c2 .short 61278 ; 0xef5e .short 4561 ; 0x11d1 .ascii "\270\220\351\f\360\222\201+" .space 4 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__const .globl _IID_IIntCircuitCtl ## @IID_IIntCircuitCtl .p2align 3 _IID_IIntCircuitCtl: .quad 2428180673 ## 0x90bb18c1 .short 61278 ## 0xef5e .short 4561 ## 0x11d1 .ascii "\270\220\351\f\360\222\201+" .space 4 .globl _LIBID_AXDATLCIRCUITLib ## @LIBID_AXDATLCIRCUITLib .p2align 3 _LIBID_AXDATLCIRCUITLib: .quad 401531777 ## 0x17eee381 .short 60879 ## 0xedcf .short 4561 ## 0x11d1 .ascii "\270\220\370\355\005\341\225," .space 4 .globl _DIID__IntCircuitCtlEvents ## @DIID__IntCircuitCtlEvents .p2align 3 _DIID__IntCircuitCtlEvents: .quad 2219501056 ## 0x844ae600 .short 62199 ## 0xf2f7 .short 4561 ## 0x11d1 .ascii "\270\220\275\231nW\303)" .space 4 .globl _CLSID_IntCircuitCtl ## @CLSID_IntCircuitCtl .p2align 3 _CLSID_IntCircuitCtl: .quad 2428180674 ## 0x90bb18c2 .short 61278 ## 0xef5e .short 4561 ## 0x11d1 .ascii "\270\220\351\f\360\222\201+" .space 4 .subsections_via_symbols
the_stack_data/154607.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-8] subs w8, w8, #30 cset w8, gt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w8, [x29, #-8] mov w9, #50 mul w10, w8, w9 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_3 LBB0_2: ldur w8, [x29, #-8] subs w8, w8, #30 stur w8, [x29, #-12] ldur w8, [x29, #-12] mov w9, #40 mul w8, w8, w9 add w10, w8, #1500 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_3 LBB0_3: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Input the total distance van has travelled :" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Amount to be paid : %d/=\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf cmpl $30, -8(%rbp) jg LBB0_2 ## %bb.1: imull $50, -8(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: movl -8(%rbp), %eax subl $30, %eax movl %eax, -12(%rbp) imull $40, -12(%rbp), %esi addl $1500, %esi ## imm = 0x5DC leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB0_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Input the total distance van has travelled :" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Amount to be paid : %d/=\n" .subsections_via_symbols
the_stack_data/26699921.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _strToInt ; -- Begin function strToInt .p2align 2 _strToInt: ; @strToInt .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str wzr, [sp, #12] str wzr, [sp, #20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #57 cset w8, le str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] subs w8, w8, #48 str w8, [sp, #16] ldr w8, [sp, #12] mov w9, #10 mul w8, w8, w9 ldr w9, [sp, #16] add w8, w8, w9 str w8, [sp, #12] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_6: ldr w0, [sp, #12] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _strToInt mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] 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.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _strToInt mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload add w10, w8, #25 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _strToInt mov x10, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] 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 "%i\n" l_.str.1: ; @.str.1 .asciz "245" l_.str.2: ; @.str.2 .asciz "100" l_.str.3: ; @.str.3 .asciz "13x5" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _strToInt ## -- Begin function strToInt .p2align 4, 0x90 _strToInt: ## @strToInt .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, -20(%rbp) movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, %ecx movb %al, -21(%rbp) ## 1-byte Spill jl LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $57, %eax setle %al movb %al, -21(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -21(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_6 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax subl $48, %eax movl %eax, -16(%rbp) imull $10, -20(%rbp), %eax addl -16(%rbp), %eax movl %eax, -20(%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: movl -20(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str.1(%rip), %rdi callq _strToInt movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi callq _strToInt movl %eax, %esi addl $25, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi callq _strToInt movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%i\n" L_.str.1: ## @.str.1 .asciz "245" L_.str.2: ## @.str.2 .asciz "100" L_.str.3: ## @.str.3 .asciz "13x5" .subsections_via_symbols
the_stack_data/162642938.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 0x3fe1c71c71c71c72 ; double 0.55555555555555558 .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] stur w0, [x29, #-8] stur x1, [x29, #-16] stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #300 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] ; implicit-def: $x9 mov x9, x8 ldur w8, [x29, #-20] subs w8, w8, #32 scvtf d1, w8 adrp x8, lCPI0_0@PAGE ldr d0, [x8, lCPI0_0@PAGEOFF] fmul d0, d0, d1 mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #20 stur w8, [x29, #-20] b LBB0_1 LBB0_4: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%3d %6.1f\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 0x3fe1c71c71c71c72 ## double 0.55555555555555558 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $300, -20(%rbp) ## imm = 0x12C jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %esi movl -20(%rbp), %eax subl $32, %eax cvtsi2sd %eax, %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 leaq L_.str(%rip), %rdi movb $1, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $20, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%3d %6.1f\n" .subsections_via_symbols
the_stack_data/9514062.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, ___darwin_check_fd_set_overflow@GOTPAGE ldr x8, [x8, ___darwin_check_fd_set_overflow@GOTPAGEOFF] subs x8, x8, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill mov w1, #0 stur wzr, [x29, #-84] mov x8, #2 stur x8, [x29, #-104] mov w8, #41248 movk w8, #7, lsl #16 stur w8, [x29, #-96] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov x2, #128 bl _memset ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [sp, #20] ; 4-byte Folded Reload stur wzr, [x29, #-68] stur x9, [x29, #-80] ldur w10, [x29, #-68] ldur x9, [x29, #-80] stur w10, [x29, #-24] stur x9, [x29, #-32] tbz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w0, [x29, #-24] ldur x1, [x29, #-32] mov w2, #0 bl ___darwin_check_fd_set_overflow stur w0, [x29, #-20] b LBB0_3 LBB0_2: mov w8, #1 stur w8, [x29, #-20] b LBB0_3 LBB0_3: ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldursw x8, [x29, #-68] mov x11, #32 udiv x9, x8, x11 mul x9, x9, x11 subs x9, x8, x9 mov x8, #1 lsl x8, x8, x9 mov x10, x8 ldur x8, [x29, #-80] ldursw x9, [x29, #-68] udiv x9, x9, x11 add x9, x8, x9, lsl #2 ldr w8, [x9] orr w8, w8, w10 str w8, [x9] b LBB0_5 LBB0_5: mov w0, #1 add x1, sp, #24 str x1, [sp] ; 8-byte Folded Spill mov x3, #0 mov x2, x3 sub x4, x29, #104 bl _select ldr x9, [sp] ; 8-byte Folded Reload ldr w8, [sp, #20] ; 4-byte Folded Reload stur wzr, [x29, #-56] stur x9, [x29, #-64] ldur w10, [x29, #-56] ldur x9, [x29, #-64] stur w10, [x29, #-40] stur x9, [x29, #-48] tbz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur w0, [x29, #-40] ldur x1, [x29, #-48] mov w2, #0 bl ___darwin_check_fd_set_overflow stur w0, [x29, #-36] b LBB0_8 LBB0_7: mov w8, #1 stur w8, [x29, #-36] b LBB0_8 LBB0_8: ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur x8, [x29, #-64] ldursw x9, [x29, #-56] mov x11, #32 udiv x9, x9, x11 ldr w8, [x8, x9, lsl #2] ldursw x9, [x29, #-56] udiv x10, x9, x11 mul x10, x10, x11 subs x10, x9, x10 mov x9, #1 lsl x9, x9, x10 ; kill: def $w9 killed $w9 killed $x9 and w8, w8, w9 stur w8, [x29, #-52] b LBB0_11 LBB0_10: stur wzr, [x29, #-52] b LBB0_11 LBB0_11: ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_14 LBB0_13: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_14 LBB0_14: 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 "A key was pressed!\n" l_.str.1: ; @.str.1 .asciz "Timed out.\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 $256, %rsp ## imm = 0x100 movl $0, -68(%rbp) movq $2, -88(%rbp) movl $500000, -80(%rbp) ## imm = 0x7A120 xorps %xmm0, %xmm0 movaps %xmm0, -240(%rbp) ## 16-byte Spill movaps %xmm0, -112(%rbp) movaps %xmm0, -128(%rbp) movaps %xmm0, -144(%rbp) movaps %xmm0, -160(%rbp) movaps %xmm0, -176(%rbp) movaps %xmm0, -192(%rbp) movaps %xmm0, -208(%rbp) movaps %xmm0, -224(%rbp) movl $0, -52(%rbp) leaq -224(%rbp), %rax movq %rax, -64(%rbp) movl -52(%rbp), %ecx movq -64(%rbp), %rax movl %ecx, -8(%rbp) movq %rax, -16(%rbp) movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax testq %rax, %rax je LBB0_2 jmp LBB0_1 LBB0_1: movl -8(%rbp), %edi movq -16(%rbp), %rsi xorl %edx, %edx callq ___darwin_check_fd_set_overflow movl %eax, -4(%rbp) jmp LBB0_3 LBB0_2: movl $1, -4(%rbp) LBB0_3: cmpl $0, -4(%rbp) je LBB0_5 ## %bb.4: movslq -52(%rbp), %rcx andq $31, %rcx movl $1, %eax ## kill: def $cl killed $rcx shlq %cl, %rax movl %eax, %edx movq -64(%rbp), %rax movslq -52(%rbp), %rcx shrq $5, %rcx orl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) LBB0_5: xorl %eax, %eax movl %eax, %ecx movl $1, %edi leaq -224(%rbp), %rsi movq %rsi, -248(%rbp) ## 8-byte Spill leaq -88(%rbp), %r8 movq %rcx, %rdx callq _select$1050 ## kill: def $ecx killed $eax movq -248(%rbp), %rax ## 8-byte Reload movl $0, -40(%rbp) movq %rax, -48(%rbp) movl -40(%rbp), %ecx movq -48(%rbp), %rax movl %ecx, -24(%rbp) movq %rax, -32(%rbp) movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax testq %rax, %rax je LBB0_7 jmp LBB0_6 LBB0_6: movl -24(%rbp), %edi movq -32(%rbp), %rsi xorl %edx, %edx callq ___darwin_check_fd_set_overflow movl %eax, -20(%rbp) jmp LBB0_8 LBB0_7: movl $1, -20(%rbp) LBB0_8: cmpl $0, -20(%rbp) je LBB0_10 ## %bb.9: movq -48(%rbp), %rax movslq -40(%rbp), %rcx shrq $5, %rcx movl (%rax,%rcx,4), %eax movslq -40(%rbp), %rcx andq $31, %rcx movl $1, %edx ## kill: def $cl killed $rcx shlq %cl, %rdx movq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx andl %ecx, %eax movl %eax, -36(%rbp) jmp LBB0_11 LBB0_10: movl $0, -36(%rbp) LBB0_11: cmpl $0, -36(%rbp) je LBB0_13 ## %bb.12: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_14 LBB0_13: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_14: xorl %eax, %eax addq $256, %rsp ## imm = 0x100 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "A key was pressed!\n" L_.str.1: ## @.str.1 .asciz "Timed out.\n" .subsections_via_symbols
the_stack_data/115765836.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/103266694.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/50654.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _TA_GetVersionString ; -- Begin function TA_GetVersionString .p2align 2 _TA_GetVersionString: ; @TA_GetVersionString .cfi_startproc ; %bb.0: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionMajor ; -- Begin function TA_GetVersionMajor .p2align 2 _TA_GetVersionMajor: ; @TA_GetVersionMajor .cfi_startproc ; %bb.0: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionMinor ; -- Begin function TA_GetVersionMinor .p2align 2 _TA_GetVersionMinor: ; @TA_GetVersionMinor .cfi_startproc ; %bb.0: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionBuild ; -- Begin function TA_GetVersionBuild .p2align 2 _TA_GetVersionBuild: ; @TA_GetVersionBuild .cfi_startproc ; %bb.0: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionExtra ; -- Begin function TA_GetVersionExtra .p2align 2 _TA_GetVersionExtra: ; @TA_GetVersionExtra .cfi_startproc ; %bb.0: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionDate ; -- Begin function TA_GetVersionDate .p2align 2 _TA_GetVersionDate: ; @TA_GetVersionDate .cfi_startproc ; %bb.0: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF ret .cfi_endproc ; -- End function .globl _TA_GetVersionTime ; -- Begin function TA_GetVersionTime .p2align 2 _TA_GetVersionTime: ; @TA_GetVersionTime .cfi_startproc ; %bb.0: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "0.6.0-dev (Jan 13 2025 00:47:08)" l_.str.1: ; @.str.1 .asciz "0" l_.str.2: ; @.str.2 .asciz "6" l_.str.3: ; @.str.3 .asciz "dev" l_.str.4: ; @.str.4 .asciz "Jan 13 2025" l_.str.5: ; @.str.5 .asciz "00:47:08" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _TA_GetVersionString ## -- Begin function TA_GetVersionString .p2align 4, 0x90 _TA_GetVersionString: ## @TA_GetVersionString .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionMajor ## -- Begin function TA_GetVersionMajor .p2align 4, 0x90 _TA_GetVersionMajor: ## @TA_GetVersionMajor .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str.1(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionMinor ## -- Begin function TA_GetVersionMinor .p2align 4, 0x90 _TA_GetVersionMinor: ## @TA_GetVersionMinor .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.2(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionBuild ## -- Begin function TA_GetVersionBuild .p2align 4, 0x90 _TA_GetVersionBuild: ## @TA_GetVersionBuild .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str.1(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionExtra ## -- Begin function TA_GetVersionExtra .p2align 4, 0x90 _TA_GetVersionExtra: ## @TA_GetVersionExtra .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), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionDate ## -- Begin function TA_GetVersionDate .p2align 4, 0x90 _TA_GetVersionDate: ## @TA_GetVersionDate .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.4(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _TA_GetVersionTime ## -- Begin function TA_GetVersionTime .p2align 4, 0x90 _TA_GetVersionTime: ## @TA_GetVersionTime .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), %rax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "0.6.0-dev (Jan 13 2025 00:47:08)" L_.str.1: ## @.str.1 .asciz "0" L_.str.2: ## @.str.2 .asciz "6" L_.str.3: ## @.str.3 .asciz "dev" L_.str.4: ## @.str.4 .asciz "Jan 13 2025" L_.str.5: ## @.str.5 .asciz "00:47:08" .subsections_via_symbols
the_stack_data/122016565.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/80983.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _waitForEvent ; -- Begin function waitForEvent .p2align 2 _waitForEvent: ; @waitForEvent .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x0 adrp x0, _buff@GOTPAGE ldr x0, [x0, _buff@GOTPAGEOFF] str x0, [sp, #8] ; 8-byte Folded Spill stur w8, [x29, #-4] str x1, [sp, #16] mov x1, #4096 str x1, [sp] ; 8-byte Folded Spill bl _bzero ldr x2, [sp] ; 8-byte Folded Reload ldr x1, [sp, #8] ; 8-byte Folded Reload ldur w0, [x29, #-4] bl _read ldr x0, [sp, #8] ; 8-byte Folded Reload bl _strlen subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x9, [sp, #16] mov w8, #1 str w8, [x9] b LBB0_3 LBB0_2: ldr x8, [sp, #16] str wzr, [x8] b LBB0_3 LBB0_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _getData ; -- Begin function getData .p2align 2 _getData: ; @getData .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #24] add x0, sp, #38 str x0, [sp, #8] ; 8-byte Folded Spill adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov x2, #50 bl ___strcpy_chk ldr x8, [sp, #8] ; 8-byte Folded Reload adrp x9, _i@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr w10, [x9, _i@PAGEOFF] ; implicit-def: $x9 mov x9, x10 mov x10, sp str x9, [x10] add x0, x8, #16 mov w1, #0 mov x2, #34 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___sprintf_chk ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp, #24] mov x2, #-1 bl ___strcpy_chk ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9, _i@PAGEOFF] add w8, w8, #1 str w8, [x9, _i@PAGEOFF] ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: bl ___stack_chk_fail LBB1_2: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _makeFrame ; -- Begin function makeFrame .p2align 2 _makeFrame: ; @makeFrame .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] add x0, x8, #12 mov x2, #1024 bl _memcpy ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _sendFrame ; -- Begin function sendFrame .p2align 2 _sendFrame: ; @sendFrame .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, x0 adrp x0, _buff@GOTPAGE ldr x0, [x0, _buff@GOTPAGEOFF] str x0, [sp, #8] ; 8-byte Folded Spill stur w8, [x29, #-4] stur x1, [x29, #-16] mov x1, #4096 str x1, [sp, #16] ; 8-byte Folded Spill bl _bzero ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #24] ldur x8, [x29, #-16] ldr w8, [x8] ldr x9, [sp, #24] str w8, [x9] ldur x8, [x29, #-16] ldr w8, [x8, #4] ldr x9, [sp, #24] str w8, [x9, #4] ldur x8, [x29, #-16] ldr w8, [x8, #8] ldr x9, [sp, #24] str w8, [x9, #8] ldr x9, [sp, #24] ldur x8, [x29, #-16] add x0, x9, #12 add x1, x8, #12 mov x2, #1024 bl _memcpy adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload ldur w0, [x29, #-4] bl _write ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _receiveFrame ; -- Begin function receiveFrame .p2align 2 _receiveFrame: ; @receiveFrame .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 x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x8, _buff@GOTPAGE ldr x8, [x8, _buff@GOTPAGEOFF] str x8, [sp] ldr x8, [sp] ldr w8, [x8, #8] ldr x9, [sp, #8] str w8, [x9, #8] ldr x9, [sp, #8] ldr x8, [sp] add x0, x9, #12 add x1, x8, #12 mov x2, #1024 bl _memcpy ldr x8, [sp] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp] ldr w8, [x8, #4] ldr x9, [sp, #8] str w8, [x9, #4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _extractData ; -- Begin function extractData .p2align 2 _extractData: ; @extractData .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp] ldr x8, [sp, #8] add x1, x8, #12 mov x2, #1024 bl _memcpy ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _deliverData ; -- Begin function deliverData .p2align 2 _deliverData: ; @deliverData .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _sender ; -- Begin function sender .p2align 2 _sender: ; @sender .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, #3136 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #40] str wzr, [sp, #36] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB7_4 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 mov w0, #1 bl _sleep add x0, sp, #1068 str x0, [sp, #8] ; 8-byte Folded Spill bl _getData ldr x1, [sp, #8] ; 8-byte Folded Reload add x0, sp, #44 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #1024 bl _memcpy ldr x1, [sp, #16] ; 8-byte Folded Reload add x0, sp, #2092 str x0, [sp, #24] ; 8-byte Folded Spill bl _makeFrame ldr x1, [sp, #24] ; 8-byte Folded Reload ldr w0, [sp, #40] bl _sendFrame b LBB7_3 LBB7_3: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB7_1 LBB7_4: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: bl ___stack_chk_fail LBB7_6: add sp, sp, #3136 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w2, #0 str wzr, [sp, #20] str wzr, [sp, #16] mov w0, #2 mov w1, #1 bl _socket str w0, [sp, #16] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #20] b LBB8_7 LBB8_2: add x8, sp, #24 mov w9, #2 strb w9, [sp, #25] mov w9, #56325 strh w9, [sp, #26] add x2, x8, #4 mov w0, #2 adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _inet_pton subs w8, w0, #0 cset w8, gt tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #20] b LBB8_7 LBB8_4: ldr w0, [sp, #16] add x1, sp, #24 mov w2, #16 bl _connect subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB8_6 b LBB8_5 LBB8_5: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #20] b LBB8_7 LBB8_6: ldr w0, [sp, #16] bl _sender ldr w0, [sp, #16] bl _close str wzr, [sp, #20] b LBB8_7 LBB8_7: ldr w8, [sp, #20] str w8, [sp, #8] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB8_9 b LBB8_8 LBB8_8: bl ___stack_chk_fail LBB8_9: ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _buff,4096,0 ; @buff .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "This is packet #" l_.str.1: ; @.str.1 .asciz "%d" .section __DATA,__data .p2align 2 ; @i _i: .long 1 ; 0x1 .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "Sending the Frame...\n" l_.str.3: ; @.str.3 .asciz "Receiving the Frame ...\n" l_.str.4: ; @.str.4 .asciz "Received data : %s\n" l_.str.5: ; @.str.5 .asciz "\n Socket creation error \n" l_.str.6: ; @.str.6 .asciz "127.0.0.1" l_.str.7: ; @.str.7 .asciz "\nInvalid address/ Address not supported \n" l_.str.8: ; @.str.8 .asciz "\nConnection Failed \n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _waitForEvent ## -- Begin function waitForEvent .p2align 4, 0x90 _waitForEvent: ## @waitForEvent .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq _buff@GOTPCREL(%rip), %rdi xorl %esi, %esi movl $4096, %edx ## imm = 0x1000 callq _memset movl -4(%rbp), %edi movq _buff@GOTPCREL(%rip), %rsi movl $4096, %edx ## imm = 0x1000 callq _read movq _buff@GOTPCREL(%rip), %rdi callq _strlen cmpq $0, %rax jne LBB0_2 ## %bb.1: movq -16(%rbp), %rax movl $1, (%rax) jmp LBB0_3 LBB0_2: movq -16(%rbp), %rax movl $0, (%rax) LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _getData ## -- Begin function getData .p2align 4, 0x90 _getData: ## @getData .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, -72(%rbp) leaq -64(%rbp), %rdi leaq L_.str(%rip), %rsi movl $50, %edx callq ___strcpy_chk leaq -64(%rbp), %rdi addq $16, %rdi movl _i(%rip), %r8d xorl %esi, %esi movl $34, %edx leaq L_.str.1(%rip), %rcx movb $0, %al callq ___sprintf_chk movq -72(%rbp), %rdi leaq -64(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movl _i(%rip), %eax addl $1, %eax movl %eax, _i(%rip) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_2 ## %bb.1: addq $80, %rsp popq %rbp retq LBB1_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _makeFrame ## -- Begin function makeFrame .p2align 4, 0x90 _makeFrame: ## @makeFrame .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), %rsi movq %rdi, -8(%rbp) movq -8(%rbp), %rdi addq $12, %rdi movl $1024, %edx ## imm = 0x400 callq _memcpy addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sendFrame ## -- Begin function sendFrame .p2align 4, 0x90 _sendFrame: ## @sendFrame .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 _buff@GOTPCREL(%rip), %rdi xorl %esi, %esi movl $4096, %edx ## imm = 0x1000 callq _memset movq _buff@GOTPCREL(%rip), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movl 4(%rax), %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) movq -16(%rbp), %rax movl 8(%rax), %ecx movq -24(%rbp), %rax movl %ecx, 8(%rax) movq -24(%rbp), %rdi addq $12, %rdi movq -16(%rbp), %rsi addq $12, %rsi movl $1024, %edx ## imm = 0x400 callq _memcpy leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %edi movq _buff@GOTPCREL(%rip), %rsi movl $4096, %edx ## imm = 0x1000 callq _write addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _receiveFrame ## -- Begin function receiveFrame .p2align 4, 0x90 _receiveFrame: ## @receiveFrame .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.3(%rip), %rdi movb $0, %al callq _printf movq _buff@GOTPCREL(%rip), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl 8(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) movq -8(%rbp), %rdi addq $12, %rdi movq -16(%rbp), %rsi addq $12, %rsi movl $1024, %edx ## imm = 0x400 callq _memcpy movq -16(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movl 4(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 4(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _extractData ## -- Begin function extractData .p2align 4, 0x90 _extractData: ## @extractData .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi movq -8(%rbp), %rsi addq $12, %rsi movl $1024, %edx ## imm = 0x400 callq _memcpy addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _deliverData ## -- Begin function deliverData .p2align 4, 0x90 _deliverData: ## @deliverData .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sender ## -- Begin function sender .p2align 4, 0x90 _sender: ## @sender .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $3104, %rsp ## imm = 0xC20 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -2076(%rbp) movl $0, -2080(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -2080(%rbp) jge LBB7_4 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl $1, %edi callq _sleep leaq -2072(%rbp), %rdi callq _getData movq %rsp, %rdi movl $128, %ecx leaq -2072(%rbp), %rsi rep;movsq (%rsi), %es:(%rdi) leaq -1048(%rbp), %rdi callq _makeFrame movl -2076(%rbp), %edi leaq -1048(%rbp), %rsi callq _sendFrame ## %bb.3: ## in Loop: Header=BB7_1 Depth=1 movl -2080(%rbp), %eax addl $1, %eax movl %eax, -2080(%rbp) jmp LBB7_1 LBB7_4: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB7_6 ## %bb.5: addq $3104, %rsp ## imm = 0xC20 popq %rbp retq LBB7_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -28(%rbp) movl $0, -32(%rbp) movl $2, %edi movl $1, %esi xorl %edx, %edx callq _socket movl %eax, -32(%rbp) cmpl $0, %eax jge LBB8_2 ## %bb.1: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $-1, -28(%rbp) jmp LBB8_7 LBB8_2: movb $2, -23(%rbp) movw $-9211, -22(%rbp) ## imm = 0xDC05 leaq -24(%rbp), %rdx addq $4, %rdx movl $2, %edi leaq L_.str.6(%rip), %rsi callq _inet_pton cmpl $0, %eax jg LBB8_4 ## %bb.3: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl $-1, -28(%rbp) jmp LBB8_7 LBB8_4: movl -32(%rbp), %edi leaq -24(%rbp), %rsi movl $16, %edx callq _connect cmpl $0, %eax jge LBB8_6 ## %bb.5: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movl $-1, -28(%rbp) jmp LBB8_7 LBB8_6: movl -32(%rbp), %edi callq _sender movl -32(%rbp), %edi callq _close movl $0, -28(%rbp) LBB8_7: movl -28(%rbp), %eax movl %eax, -40(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB8_9 ## %bb.8: movl -40(%rbp), %eax ## 4-byte Reload addq $48, %rsp popq %rbp retq LBB8_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .comm _buff,4096,4 ## @buff .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "This is packet #" L_.str.1: ## @.str.1 .asciz "%d" .section __DATA,__data .p2align 2 ## @i _i: .long 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "Sending the Frame...\n" L_.str.3: ## @.str.3 .asciz "Receiving the Frame ...\n" L_.str.4: ## @.str.4 .asciz "Received data : %s\n" L_.str.5: ## @.str.5 .asciz "\n Socket creation error \n" L_.str.6: ## @.str.6 .asciz "127.0.0.1" L_.str.7: ## @.str.7 .asciz "\nInvalid address/ Address not supported \n" L_.str.8: ## @.str.8 .asciz "\nConnection Failed \n" .subsections_via_symbols
the_stack_data/153268128.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 x8, #20200 str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] str x8, [sp, #24] ; 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 ldursw x8, [x29, #-8] mov x9, #400 mul x9, x8, x9 adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] add x8, x8, x9 ldursw x9, [x29, #-12] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] 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: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w9, [x8, x9] ; 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, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _a,40000,2 ; @a .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "a[50][50]=%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 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 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: movq _a@GOTPCREL(%rip), %rax movl 20200(%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _a,40000,4 ## @a .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "a[50][50]=%d\n" .subsections_via_symbols
the_stack_data/93194.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "00:21:08" .section __DATA,__data .globl _build_time ; @build_time .p2align 3 _build_time: .quad l_.str .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "Jan 13 2025" .section __DATA,__data .globl _build_date ; @build_date .p2align 3 _build_date: .quad l_.str.1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "00:21:08" .section __DATA,__data .globl _build_time ## @build_time .p2align 3 _build_time: .quad L_.str .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "Jan 13 2025" .section __DATA,__data .globl _build_date ## @build_date .p2align 3 _build_date: .quad L_.str.1 .subsections_via_symbols
the_stack_data/178266319.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x9, x0 mov x8, x1 adrp x10, ___stderrp@GOTPAGE ldr x10, [x10, ___stderrp@GOTPAGEOFF] str x10, [sp, #24] ; 8-byte Folded Spill stur wzr, [x29, #-4] sub x0, x29, #8 stur w9, [x29, #-8] sub x1, x29, #16 stur x8, [x29, #-16] bl _LLVMFuzzerInitialize ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF mov x1, #1 bl _LLVMFuzzerTestOneInput stur w0, [x29, #-4] b LBB0_9 LBB0_2: stur wzr, [x29, #-20] ; kill: def $x8 killed $xzr stur xzr, [x29, #-32] stur wzr, [x29, #-36] ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #24] ; 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.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_4: ldr x0, [sp, #32] mov x1, #0 str x1, [sp, #16] ; 8-byte Folded Spill mov w2, #2 bl _fseek ldr x0, [sp, #32] bl _ftell ldr x1, [sp, #16] ; 8-byte Folded Reload mov x8, x0 stur w8, [x29, #-36] ldr x0, [sp, #32] mov w2, #0 bl _fseek ldursw x0, [x29, #-36] bl _malloc stur x0, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf ldr x0, [sp, #32] bl _fclose mov w0, #1 bl _exit LBB0_6: ldur x0, [x29, #-32] ldursw x1, [x29, #-36] ldr x3, [sp, #32] mov x2, #1 bl _fread subs x8, x0, #1 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf ldr x0, [sp, #32] bl _fclose ldur x0, [x29, #-32] bl _free mov w0, #1 bl _exit LBB0_8: ldr x0, [sp, #32] bl _fclose ldur x0, [x29, #-32] ldursw x1, [x29, #-36] bl _LLVMFuzzerTestOneInput stur w0, [x29, #-20] ldur x0, [x29, #-32] bl _free ldur w8, [x29, #-20] stur w8, [x29, #-4] b LBB0_9 LBB0_9: 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 " " l_.str.1: ; @.str.1 .asciz "rb" l_.str.2: ; @.str.2 .asciz "%s does not exist.\n" l_.str.3: ; @.str.3 .asciz "malloc failed.\n" l_.str.4: ; @.str.4 .asciz "fread failed.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq -8(%rbp), %rdi leaq -16(%rbp), %rsi callq _LLVMFuzzerInitialize cmpl $2, -8(%rbp) jge LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movl $1, %esi callq _LLVMFuzzerTestOneInput movl %eax, -4(%rbp) jmp LBB0_9 LBB0_2: movl $0, -20(%rbp) movq $0, -32(%rbp) movl $0, -36(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jne LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rax movq 8(%rax), %rdx leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_4: movq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -48(%rbp), %rdi callq _ftell ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek movslq -36(%rbp), %rdi callq _malloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB0_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movq -48(%rbp), %rdi callq _fclose movl $1, %edi callq _exit LBB0_6: movq -32(%rbp), %rdi movslq -36(%rbp), %rsi movq -48(%rbp), %rcx movl $1, %edx callq _fread cmpq $1, %rax je LBB0_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movq -48(%rbp), %rdi callq _fclose movq -32(%rbp), %rdi callq _free movl $1, %edi callq _exit LBB0_8: movq -48(%rbp), %rdi callq _fclose movq -32(%rbp), %rdi movslq -36(%rbp), %rsi callq _LLVMFuzzerTestOneInput movl %eax, -20(%rbp) movq -32(%rbp), %rdi callq _free movl -20(%rbp), %eax movl %eax, -4(%rbp) LBB0_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz " " L_.str.1: ## @.str.1 .asciz "rb" L_.str.2: ## @.str.2 .asciz "%s does not exist.\n" L_.str.3: ## @.str.3 .asciz "malloc failed.\n" L_.str.4: ## @.str.4 .asciz "fread failed.\n" .subsections_via_symbols
the_stack_data/100139277.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _max_secondmax ; -- Begin function max_secondmax .p2align 2 _max_secondmax: ; @max_secondmax .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str w1, [sp, #36] str x2, [sp, #24] str x3, [sp, #16] ldr x8, [sp, #40] ldr w8, [x8] ldr x9, [sp, #40] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #40] ldr w8, [x8] ldr x9, [sp, #24] str w8, [x9] ldr x8, [sp, #40] ldr w8, [x8, #4] ldr x9, [sp, #16] str w8, [x9] b LBB0_3 LBB0_2: ldr x8, [sp, #40] ldr w8, [x8, #4] ldr x9, [sp, #24] str w8, [x9] ldr x8, [sp, #40] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] b LBB0_3 LBB0_3: mov w8, #2 str w8, [sp, #12] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #24] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] str w8, [x9] b LBB0_10 LBB0_7: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #16] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #16] str w8, [x9] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_4 Depth=1 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_4 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_12: add sp, sp, #48 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, #80 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] sub sp, sp, #16 mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-24] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-32] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-64] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-64] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-56] ; 8-byte Folded Spill stur x8, [x29, #-40] stur wzr, [x29, #-44] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-56] ; 8-byte Folded Reload ldursw x9, [x29, #-44] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB1_1 LBB1_4: ldur x0, [x29, #-56] ; 8-byte Folded Reload ldur w1, [x29, #-24] sub x2, x29, #16 sub x3, x29, #20 bl _max_secondmax ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf add sp, sp, #16 ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf add sp, sp, #16 stur wzr, [x29, #-12] ldur x8, [x29, #-32] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-68] ; 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_6 b LBB1_5 LBB1_5: bl ___stack_chk_fail LBB1_6: ldur w0, [x29, #-68] ; 4-byte Folded Reload mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz " %d" l_.str.1: ; @.str.1 .asciz "max:\t\t%d\n" l_.str.2: ; @.str.2 .asciz "second max:\t%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _max_secondmax ## -- Begin function max_secondmax .p2align 4, 0x90 _max_secondmax: ## @max_secondmax .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movq -8(%rbp), %rcx cmpl 4(%rcx), %eax jl LBB0_2 ## %bb.1: movq -8(%rbp), %rax movl (%rax), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rax movl 4(%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) jmp LBB0_3 LBB0_2: movq -8(%rbp), %rax movl 4(%rax), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) LBB0_3: movl $2, -36(%rbp) LBB0_4: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_12 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_7 ## %bb.6: ## in Loop: Header=BB0_4 Depth=1 movq -24(%rbp), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) jmp LBB0_10 LBB0_7: ## in Loop: Header=BB0_4 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -32(%rbp), %rcx cmpl (%rcx), %eax jle LBB0_9 ## %bb.8: ## in Loop: Header=BB0_4 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) LBB0_9: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_4 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_4 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_4 LBB0_12: popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -24(%rbp), %rsi callq _scanf movl -24(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -64(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -32(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -64(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -56(%rbp) ## 8-byte Spill movq %rax, -40(%rbp) movl $0, -44(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -44(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -56(%rbp), %rsi ## 8-byte Reload movslq -44(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB1_1 LBB1_4: movq -56(%rbp), %rdi ## 8-byte Reload movl -24(%rbp), %esi leaq -16(%rbp), %rdx leaq -20(%rbp), %rcx callq _max_secondmax movl -16(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) movq -32(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -68(%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 -68(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB1_6: 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 "max:\t\t%d\n" L_.str.2: ## @.str.2 .asciz "second max:\t%d\n" .subsections_via_symbols
the_stack_data/978885.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _linrand ; -- Begin function linrand .p2align 2 _linrand: ; @linrand .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, _linrand.a@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x0, [x8, _linrand.a@PAGEOFF] mov x1, #24077 movk x1, #479, lsl #16 bl _mult ldr x8, [sp] ; 8-byte Folded Reload add x9, x0, #1 mov x11, #57600 movk x11, #1525, lsl #16 udiv x10, x9, x11 mul x10, x10, x11 subs x9, x9, x10 str x9, [x8, _linrand.a@PAGEOFF] ldr x8, [x8, _linrand.a@PAGEOFF] mov x9, #10000 udiv x8, x8, x9 ldr x10, [sp, #8] mul x8, x8, x10 udiv x0, x8, x9 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function mult _mult: ; @mult .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str x1, [sp, #32] ldr x8, [sp, #40] mov x9, #10000 udiv x8, x8, x9 str x8, [sp, #24] ldr x8, [sp, #40] udiv x10, x8, x9 mul x10, x10, x9 subs x8, x8, x10 str x8, [sp, #16] ldr x8, [sp, #32] udiv x8, x8, x9 str x8, [sp, #8] ldr x8, [sp, #32] udiv x10, x8, x9 mul x10, x10, x9 subs x8, x8, x10 str x8, [sp] ldr x8, [sp, #16] ldr x10, [sp, #8] mul x8, x8, x10 ldr x10, [sp, #24] ldr x11, [sp] mul x10, x10, x11 add x8, x8, x10 udiv x10, x8, x9 mul x10, x10, x9 subs x8, x8, x10 mul x8, x8, x9 ldr x9, [sp, #16] ldr x10, [sp] mul x9, x9, x10 add x8, x8, x9 mov x10, #57600 movk x10, #1525, lsl #16 udiv x9, x8, x10 mul x9, x9, x10 subs x0, x8, x9 add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _addrand ; -- Begin function addrand .p2align 2 _addrand: ; @addrand .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] adrp x9, _j@PAGE ldr x8, [x9, _j@PAGEOFF] add x8, x8, #1 mov x11, #55 udiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 str x8, [x9, _j@PAGEOFF] ldr x8, [x9, _j@PAGEOFF] add x8, x8, #23 udiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldr x8, [x9, _j@PAGEOFF] add x8, x8, #54 udiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp] ldrsw x10, [sp, #4] adrp x8, _a@PAGE add x8, x8, _a@PAGEOFF ldr x10, [x8, x10, lsl #3] ldrsw x11, [sp] ldr x11, [x8, x11, lsl #3] add x10, x10, x11 mov x12, #57600 movk x12, #1525, lsl #16 udiv x11, x10, x12 mul x11, x11, x12 subs x10, x10, x11 ldr x11, [x9, _j@PAGEOFF] str x10, [x8, x11, lsl #3] ldr x9, [x9, _j@PAGEOFF] ldr x8, [x8, x9, lsl #3] mov x9, #10000 udiv x8, x8, x9 ldr x10, [sp, #8] mul x8, x8, x10 udiv x0, x8, x9 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _addrandinit ; -- Begin function addrandinit .p2align 2 _addrandinit: ; @addrandinit .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] adrp x9, _a@PAGE str x8, [x9, _a@PAGEOFF] adrp x8, _j@PAGE str xzr, [x8, _j@PAGEOFF] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _j@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x9, [x8, _j@PAGEOFF] add x9, x9, #1 str x9, [x8, _j@PAGEOFF] ldr x8, [x8, _j@PAGEOFF] subs x9, x8, #1 adrp x8, _a@PAGE add x8, x8, _a@PAGEOFF str x8, [sp, #16] ; 8-byte Folded Spill ldr x1, [x8, x9, lsl #3] mov x0, #31 bl _mult ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload add x8, x0, #1 mov x12, #57600 movk x12, #1525, lsl #16 udiv x11, x8, x12 mul x11, x11, x12 subs x8, x8, x11 ldr x10, [x10, _j@PAGEOFF] str x8, [x9, x10, lsl #3] b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 adrp x8, _j@PAGE ldr x8, [x8, _j@PAGEOFF] subs x8, x8, #54 cset w8, lo tbnz w8, #0, LBB3_1 b LBB3_3 LBB3_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __DATA,__data .p2align 3 ; @linrand.a _linrand.a: .quad 1234567 ; 0x12d687 .zerofill __DATA,__bss,_j,8,3 ; @j .zerofill __DATA,__bss,_a,440,3 ; @a .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _linrand ## -- Begin function linrand .p2align 4, 0x90 _linrand: ## @linrand .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 _linrand.a(%rip), %rdi movl $31415821, %esi ## imm = 0x1DF5E0D callq _mult addq $1, %rax movl $100000000, %ecx ## imm = 0x5F5E100 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, _linrand.a(%rip) movq _linrand.a(%rip), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx imulq -8(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function mult _mult: ## @mult .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rax, -24(%rbp) movq -8(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, -32(%rbp) movq -16(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rax, -40(%rbp) movq -16(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, -48(%rbp) movq -32(%rbp), %rax imulq -40(%rbp), %rax movq -24(%rbp), %rcx imulq -48(%rbp), %rcx addq %rcx, %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx imulq $10000, %rdx, %rax ## imm = 0x2710 movq -32(%rbp), %rcx imulq -48(%rbp), %rcx addq %rcx, %rax movl $100000000, %ecx ## imm = 0x5F5E100 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _addrand ## -- Begin function addrand .p2align 4, 0x90 _addrand: ## @addrand .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 _j(%rip), %rax addq $1, %rax movl $55, %ecx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, _j(%rip) movq _j(%rip), %rax addq $23, %rax movl $55, %ecx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movl %edx, %eax movl %eax, -12(%rbp) movq _j(%rip), %rax addq $54, %rax movl $55, %ecx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movl %edx, %eax movl %eax, -16(%rbp) movslq -12(%rbp), %rcx leaq _a(%rip), %rax movq (%rax,%rcx,8), %rax movslq -16(%rbp), %rdx leaq _a(%rip), %rcx addq (%rcx,%rdx,8), %rax movl $100000000, %ecx ## imm = 0x5F5E100 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq _j(%rip), %rcx leaq _a(%rip), %rax movq %rdx, (%rax,%rcx,8) movq _j(%rip), %rcx leaq _a(%rip), %rax movq (%rax,%rcx,8), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx imulq -8(%rbp), %rax movl $10000, %ecx ## imm = 0x2710 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx popq %rbp retq .cfi_endproc ## -- End function .globl _addrandinit ## -- Begin function addrandinit .p2align 4, 0x90 _addrandinit: ## @addrandinit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, _a(%rip) movq $0, _j(%rip) LBB3_1: ## =>This Inner Loop Header: Depth=1 movq _j(%rip), %rax addq $1, %rax movq %rax, _j(%rip) movq _j(%rip), %rcx subq $1, %rcx leaq _a(%rip), %rax movq (%rax,%rcx,8), %rsi movl $31, %edi callq _mult addq $1, %rax movl $100000000, %ecx ## imm = 0x5F5E100 xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq _j(%rip), %rcx leaq _a(%rip), %rax movq %rdx, (%rax,%rcx,8) ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 cmpq $54, _j(%rip) jb LBB3_1 ## %bb.3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .p2align 3 ## @linrand.a _linrand.a: .quad 1234567 ## 0x12d687 .zerofill __DATA,__bss,_j,8,3 ## @j .zerofill __DATA,__bss,_a,440,4 ## @a .subsections_via_symbols
the_stack_data/15762257.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 0x4046800000000000 ; double 45 lCPI0_1: .quad 0x3fc999999999999a ; double 0.20000000000000001 lCPI0_2: .quad 0x40091eb851eb851f ; double 3.1400000000000001 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #2512 add x8, sp, #1840 str x8, [sp, #600] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #1140] str wzr, [sp, #1108] str wzr, [sp, #1100] str wzr, [sp, #1084] str wzr, [sp, #1080] str wzr, [sp, #1052] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #2248 str x8, [sp, #608] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr x8, [sp, #608] ; 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 b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_1124 Depth 2 ; Child Loop BB0_1101 Depth 2 ; Child Loop BB0_1097 Depth 2 ; Child Loop BB0_993 Depth 2 ; Child Loop BB0_997 Depth 3 ; Child Loop BB0_1016 Depth 3 ; Child Loop BB0_1035 Depth 3 ; Child Loop BB0_1054 Depth 3 ; Child Loop BB0_1073 Depth 3 ; Child Loop BB0_989 Depth 2 ; Child Loop BB0_980 Depth 2 ; Child Loop BB0_976 Depth 2 ; Child Loop BB0_941 Depth 2 ; Child Loop BB0_943 Depth 3 ; Child Loop BB0_956 Depth 3 ; Child Loop BB0_937 Depth 2 ; Child Loop BB0_826 Depth 2 ; Child Loop BB0_831 Depth 3 ; Child Loop BB0_836 Depth 3 ; Child Loop BB0_798 Depth 2 ; Child Loop BB0_803 Depth 2 ; Child Loop BB0_630 Depth 2 ; Child Loop BB0_788 Depth 2 ; Child Loop BB0_792 Depth 2 ; Child Loop BB0_614 Depth 2 ; Child Loop BB0_624 Depth 2 ; Child Loop BB0_587 Depth 2 ; Child Loop BB0_610 Depth 2 ; Child Loop BB0_583 Depth 2 ; Child Loop BB0_437 Depth 2 ; Child Loop BB0_439 Depth 3 ; Child Loop BB0_450 Depth 4 ; Child Loop BB0_443 Depth 4 ; Child Loop BB0_457 Depth 3 ; Child Loop BB0_459 Depth 4 ; Child Loop BB0_473 Depth 4 ; Child Loop BB0_483 Depth 5 ; Child Loop BB0_550 Depth 5 ; Child Loop BB0_566 Depth 4 ; Child Loop BB0_572 Depth 5 ; Child Loop BB0_433 Depth 2 ; Child Loop BB0_429 Depth 2 ; Child Loop BB0_425 Depth 2 ; Child Loop BB0_421 Depth 2 ; Child Loop BB0_417 Depth 2 ; Child Loop BB0_355 Depth 2 ; Child Loop BB0_357 Depth 3 ; Child Loop BB0_368 Depth 3 ; Child Loop BB0_343 Depth 2 ; Child Loop BB0_333 Depth 2 ; Child Loop BB0_301 Depth 2 ; Child Loop BB0_318 Depth 2 ; Child Loop BB0_235 Depth 2 ; Child Loop BB0_180 Depth 2 ; Child Loop BB0_176 Depth 2 ; Child Loop BB0_172 Depth 2 ; Child Loop BB0_168 Depth 2 ; Child Loop BB0_164 Depth 2 ; Child Loop BB0_186 Depth 2 ; Child Loop BB0_188 Depth 3 ; Child Loop BB0_209 Depth 3 ; Child Loop BB0_215 Depth 3 ; Child Loop BB0_63 Depth 2 ; Child Loop BB0_144 Depth 3 ; Child Loop BB0_81 Depth 3 ; Child Loop BB0_83 Depth 4 ; Child Loop BB0_87 Depth 4 ; Child Loop BB0_104 Depth 4 ; Child Loop BB0_92 Depth 4 ; Child Loop BB0_98 Depth 3 ; Child Loop BB0_59 Depth 2 ; Child Loop BB0_55 Depth 2 ; Child Loop BB0_51 Depth 2 ; Child Loop BB0_22 Depth 2 ; Child Loop BB0_24 Depth 3 ; Child Loop BB0_5 Depth 2 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbz w8, #0, LBB0_2 b LBB0_1128 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _puts adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _puts adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _puts adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #592] ; 8-byte Folded Spill subs x8, x8, #36 cset w8, hi tbz w8, #0, LBB0_3 b LBB0_1127 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x11, [sp, #592] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #1048] str wzr, [sp, #1044] str wzr, [sp, #1040] add x0, sp, #2208 str x0, [sp, #584] ; 8-byte Folded Spill adrp x1, l___const.main.word@PAGE add x1, x1, l___const.main.word@PAGEOFF mov x2, #40 bl _memcpy ldr x8, [sp, #584] ; 8-byte Folded Reload str x8, [sp, #1032] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand add x0, sp, #2248 bl _strlen mov x8, x0 str w8, [sp, #1048] str wzr, [sp, #1124] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1124] ldr w9, [sp, #1048] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldrsw x9, [sp, #1124] add x8, sp, #2248 ldrsb w0, [x8, x9] bl _isupper subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldrsw x9, [sp, #1124] add x8, sp, #2248 str x8, [sp, #576] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #576] ; 8-byte Folded Reload ldrsw x9, [sp, #1124] strb w0, [x8, x9] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=2 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #1124] add w8, w8, #1 str w8, [sp, #1124] b LBB0_5 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 add x8, sp, #2248 str x8, [sp, #568] ; 8-byte Folded Spill ldrsb w0, [sp, #2248] bl _toupper ldr x8, [sp, #568] ; 8-byte Folded Reload strb w0, [sp, #2248] 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.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _puts adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _puts adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_20 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #560] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_19 ; %bb.13: ; in Loop: Header=BB0_11 Depth=2 ldr x11, [sp, #560] ; 8-byte Folded Reload adrp x10, lJTI0_7@PAGE add x10, x10, lJTI0_7@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_14: adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _puts mov x9, sp add x8, sp, #1044 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w0, [sp, #1044] bl _choice1 str wzr, [sp, #1140] b LBB0_1128 LBB0_15: adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _puts ldr x0, [sp, #1032] bl _choice2 str wzr, [sp, #1140] b LBB0_1128 LBB0_16: adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _puts bl _rand mov w9, #20 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #1040] ldr w0, [sp, #1040] bl _choice3 str wzr, [sp, #1140] b LBB0_1128 LBB0_17: ; in Loop: Header=BB0_11 Depth=2 adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _puts b LBB0_19 LBB0_18: adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_19: ; in Loop: Header=BB0_11 Depth=2 b LBB0_11 LBB0_20: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_21: ; in Loop: Header=BB0_1 Depth=1 b LBB0_22 LBB0_22: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_24 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_38 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_22 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _puts adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _puts adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _puts str wzr, [sp, #1108] b LBB0_24 LBB0_24: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_22 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, lt mov w9, #1 str w9, [sp, #556] ; 4-byte Folded Spill tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_24 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, gt str w8, [sp, #556] ; 4-byte Folded Spill b LBB0_26 LBB0_26: ; in Loop: Header=BB0_24 Depth=3 ldr w8, [sp, #556] ; 4-byte Folded Reload tbz w8, #0, LBB0_31 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_24 Depth=3 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_29 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_24 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, le tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_24 Depth=3 adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _puts b LBB0_30 LBB0_30: ; in Loop: Header=BB0_24 Depth=3 b LBB0_24 LBB0_31: ; in Loop: Header=BB0_22 Depth=2 ldr w8, [sp, #1108] str w8, [sp, #552] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_34 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_22 Depth=2 ldr w8, [sp, #552] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_35 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_22 Depth=2 ldr w8, [sp, #552] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_36 b LBB0_37 LBB0_34: ; in Loop: Header=BB0_22 Depth=2 adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _puts b LBB0_37 LBB0_35: ; in Loop: Header=BB0_22 Depth=2 adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _puts b LBB0_37 LBB0_36: ; in Loop: Header=BB0_22 Depth=2 adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _puts b LBB0_37 LBB0_37: ; in Loop: Header=BB0_22 Depth=2 b LBB0_22 LBB0_38: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_39: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_40: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_49 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp adrp x8, l_.str.29@PAGE add x8, x8, l_.str.29@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #536] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #536] ; 8-byte Folded Reload mov x9, sp adrp x8, l_.str.30@PAGE add x8, x8, l_.str.30@PAGEOFF str x8, [x9] bl _printf mov x9, sp adrp x8, l_.str.32@PAGE add x8, x8, l_.str.32@PAGEOFF str x8, [x9] adrp x8, l_.str.33@PAGE add x8, x8, l_.str.33@PAGEOFF str x8, [x9, #8] adrp x8, l_.str.34@PAGE add x8, x8, l_.str.34@PAGEOFF str x8, [x9, #16] adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] str w8, [sp, #548] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_44 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #548] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_45 b LBB0_43 LBB0_43: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #548] ; 4-byte Folded Reload subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_46 b LBB0_47 LBB0_44: ; in Loop: Header=BB0_1 Depth=1 bl _extraCredit b LBB0_48 LBB0_45: ; in Loop: Header=BB0_1 Depth=1 bl _ignoreExtra b LBB0_48 LBB0_46: ; in Loop: Header=BB0_1 Depth=1 b LBB0_48 LBB0_47: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp adrp x8, l_.str.35@PAGE add x8, x8, l_.str.35@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_48 LBB0_48: ; in Loop: Header=BB0_1 Depth=1 b LBB0_49 LBB0_49: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_50: ; in Loop: Header=BB0_1 Depth=1 b LBB0_51 LBB0_51: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_53 b LBB0_52 LBB0_52: ; in Loop: Header=BB0_51 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_51 LBB0_53: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_54: ; in Loop: Header=BB0_1 Depth=1 b LBB0_55 LBB0_55: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_57 b LBB0_56 LBB0_56: ; in Loop: Header=BB0_55 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_55 LBB0_57: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_58: ; in Loop: Header=BB0_1 Depth=1 b LBB0_59 LBB0_59: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_61 b LBB0_60 LBB0_60: ; in Loop: Header=BB0_59 Depth=2 b LBB0_59 LBB0_61: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_62: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #1028] str wzr, [sp, #1024] add x0, sp, #2108 adrp x1, l___const.main.chestInventory@PAGE add x1, x1, l___const.main.chestInventory@PAGEOFF mov x2, #100 str x2, [sp, #528] ; 8-byte Folded Spill bl _memcpy ldr x2, [sp, #528] ; 8-byte Folded Reload add x0, sp, #2008 mov w1, #0 bl _memset str wzr, [sp, #1020] adrp x8, l___const.main.key@PAGE add x8, x8, l___const.main.key@PAGEOFF ldr x9, [x8] str x9, [sp, #1992] ldrh w8, [x8, #8] strh w8, [sp, #2000] mov w8, #3 str w8, [sp, #1016] str wzr, [sp, #1012] str wzr, [sp, #1008] b LBB0_63 LBB0_63: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_144 Depth 3 ; Child Loop BB0_81 Depth 3 ; Child Loop BB0_83 Depth 4 ; Child Loop BB0_87 Depth 4 ; Child Loop BB0_104 Depth 4 ; Child Loop BB0_92 Depth 4 ; Child Loop BB0_98 Depth 3 ldr w8, [sp, #1008] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_158 b LBB0_64 LBB0_64: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1028] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_66 b LBB0_65 LBB0_65: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts adrp x0, l_.str.37@PAGE add x0, x0, l_.str.37@PAGEOFF bl _puts ldr w8, [sp, #1028] add w8, w8, #1 str w8, [sp, #1028] b LBB0_66 LBB0_66: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_68 b LBB0_67 LBB0_67: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.38@PAGE add x0, x0, l_.str.38@PAGEOFF bl _puts b LBB0_69 LBB0_68: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _puts b LBB0_69 LBB0_69: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _puts adrp x0, l_.str.41@PAGE add x0, x0, l_.str.41@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts adrp x0, l_.str.42@PAGE add x0, x0, l_.str.42@PAGEOFF bl _puts ldr w8, [sp, #1016] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_71 b LBB0_70 LBB0_70: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.43@PAGE add x0, x0, l_.str.43@PAGEOFF bl _puts b LBB0_77 LBB0_71: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_73 b LBB0_72 LBB0_72: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _puts b LBB0_76 LBB0_73: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_75 b LBB0_74 LBB0_74: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.45@PAGE add x0, x0, l_.str.45@PAGEOFF bl _puts b LBB0_75 LBB0_75: ; in Loop: Header=BB0_63 Depth=2 b LBB0_76 LBB0_76: ; in Loop: Header=BB0_63 Depth=2 b LBB0_77 LBB0_77: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.46@PAGE add x0, x0, l_.str.46@PAGEOFF bl _puts adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _puts adrp x0, l_.str.47@PAGE add x0, x0, l_.str.47@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_113 b LBB0_78 LBB0_78: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1024] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_80 b LBB0_79 LBB0_79: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #520] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.48@PAGE add x0, x0, l_.str.48@PAGEOFF bl _puts ldr x0, [sp, #520] ; 8-byte Folded Reload bl _puts b LBB0_112 LBB0_80: ; in Loop: Header=BB0_63 Depth=2 b LBB0_81 LBB0_81: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_83 Depth 4 ; Child Loop BB0_87 Depth 4 ; Child Loop BB0_104 Depth 4 ; Child Loop BB0_92 Depth 4 ldr w8, [sp, #1108] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB0_111 b LBB0_82 LBB0_82: ; in Loop: Header=BB0_81 Depth=3 str wzr, [sp, #1020] adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #512] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.49@PAGE add x0, x0, l_.str.49@PAGEOFF bl _puts ldr x0, [sp, #512] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _puts b LBB0_83 LBB0_83: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; Parent Loop BB0_81 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1020] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_86 b LBB0_84 LBB0_84: ; in Loop: Header=BB0_83 Depth=4 ldr w8, [sp, #1020] add w11, w8, #1 ldrsw x8, [sp, #1020] mov x9, #25 mul x9, x8, x9 add x8, sp, #2108 add x8, x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x11 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.50@PAGE add x0, x0, l_.str.50@PAGEOFF bl _printf b LBB0_85 LBB0_85: ; in Loop: Header=BB0_83 Depth=4 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_83 LBB0_86: ; in Loop: Header=BB0_81 Depth=3 adrp x0, l_.str.51@PAGE add x0, x0, l_.str.51@PAGEOFF bl _puts adrp x0, l_.str.52@PAGE add x0, x0, l_.str.52@PAGEOFF bl _puts str wzr, [sp, #1020] adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts adrp x0, l_.str.53@PAGE add x0, x0, l_.str.53@PAGEOFF bl _puts b LBB0_87 LBB0_87: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; Parent Loop BB0_81 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1020] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB0_90 b LBB0_88 LBB0_88: ; in Loop: Header=BB0_87 Depth=4 ldrsw x8, [sp, #1020] mov x9, #25 mul x9, x8, x9 add x8, sp, #2008 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.54@PAGE add x0, x0, l_.str.54@PAGEOFF bl _printf b LBB0_89 LBB0_89: ; in Loop: Header=BB0_87 Depth=4 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_87 LBB0_90: ; in Loop: Header=BB0_81 Depth=3 adrp x0, l_.str.40@PAGE add x0, x0, l_.str.40@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf str wzr, [sp, #1020] ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_96 b LBB0_91 LBB0_91: ; in Loop: Header=BB0_81 Depth=3 add x0, sp, #2108 bl _strlen mov x8, x0 str w8, [sp, #1012] b LBB0_92 LBB0_92: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; Parent Loop BB0_81 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1020] ldr w9, [sp, #1012] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_95 b LBB0_93 LBB0_93: ; in Loop: Header=BB0_92 Depth=4 ldrsw x10, [sp, #1020] add x8, sp, #2108 mov x9, x8 add x9, x9, x10 ldrb w9, [x9] ldrsw x11, [sp, #1020] add x10, sp, #2008 add x10, x10, x11 strb w9, [x10] ldrsw x9, [sp, #1020] add x9, x8, x9 mov w8, #32 strb w8, [x9] b LBB0_94 LBB0_94: ; in Loop: Header=BB0_92 Depth=4 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_92 LBB0_95: ; in Loop: Header=BB0_81 Depth=3 b LBB0_110 LBB0_96: ; in Loop: Header=BB0_81 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_102 b LBB0_97 LBB0_97: ; in Loop: Header=BB0_63 Depth=2 add x8, sp, #2108 add x0, x8, #25 bl _strlen mov x8, x0 str w8, [sp, #1012] b LBB0_98 LBB0_98: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1020] ldr w9, [sp, #1012] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_101 b LBB0_99 LBB0_99: ; in Loop: Header=BB0_98 Depth=3 add x8, sp, #2108 add x9, x8, #25 ldrsw x10, [sp, #1020] add x9, x9, x10 ldrb w9, [x9] add x10, sp, #2008 add x10, x10, #25 ldrsw x11, [sp, #1020] add x10, x10, x11 strb w9, [x10] add x8, x8, #25 ldrsw x9, [sp, #1020] add x9, x8, x9 mov w8, #32 strb w8, [x9] b LBB0_100 LBB0_100: ; in Loop: Header=BB0_98 Depth=3 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_98 LBB0_101: ; in Loop: Header=BB0_63 Depth=2 bl _oddDeviceShenanigans mov w8, #1 str w8, [sp, #1008] b LBB0_111 LBB0_102: ; in Loop: Header=BB0_81 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_108 b LBB0_103 LBB0_103: ; in Loop: Header=BB0_81 Depth=3 add x8, sp, #2108 add x0, x8, #50 bl _strlen mov x8, x0 str w8, [sp, #1012] b LBB0_104 LBB0_104: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; Parent Loop BB0_81 Depth=3 ; => This Inner Loop Header: Depth=4 ldr w8, [sp, #1020] ldr w9, [sp, #1012] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_107 b LBB0_105 LBB0_105: ; in Loop: Header=BB0_104 Depth=4 add x8, sp, #2108 add x9, x8, #50 ldrsw x10, [sp, #1020] add x9, x9, x10 ldrb w9, [x9] add x10, sp, #2008 add x10, x10, #50 ldrsw x11, [sp, #1020] add x10, x10, x11 strb w9, [x10] add x8, x8, #50 ldrsw x9, [sp, #1020] add x9, x8, x9 mov w8, #32 strb w8, [x9] b LBB0_106 LBB0_106: ; in Loop: Header=BB0_104 Depth=4 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_104 LBB0_107: ; in Loop: Header=BB0_81 Depth=3 b LBB0_108 LBB0_108: ; in Loop: Header=BB0_81 Depth=3 b LBB0_109 LBB0_109: ; in Loop: Header=BB0_81 Depth=3 b LBB0_110 LBB0_110: ; in Loop: Header=BB0_81 Depth=3 b LBB0_81 LBB0_111: ; in Loop: Header=BB0_63 Depth=2 b LBB0_112 LBB0_112: ; in Loop: Header=BB0_63 Depth=2 b LBB0_157 LBB0_113: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_152 b LBB0_114 LBB0_114: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_116 b LBB0_115 LBB0_115: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #504] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.55@PAGE add x0, x0, l_.str.55@PAGEOFF bl _puts ldr x0, [sp, #504] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.56@PAGE add x0, x0, l_.str.56@PAGEOFF bl _puts ldr x0, [sp, #504] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.57@PAGE add x0, x0, l_.str.57@PAGEOFF bl _puts ldr x0, [sp, #504] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.58@PAGE add x0, x0, l_.str.58@PAGEOFF bl _puts ldr x0, [sp, #504] ; 8-byte Folded Reload bl _puts b LBB0_117 LBB0_116: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts b LBB0_117 LBB0_117: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1024] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_119 b LBB0_118 LBB0_118: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #496] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.59@PAGE add x0, x0, l_.str.59@PAGEOFF bl _puts ldr x0, [sp, #496] ; 8-byte Folded Reload bl _puts b LBB0_120 LBB0_119: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts b LBB0_120 LBB0_120: ; in Loop: Header=BB0_63 Depth=2 bl _drunkBehavior str w0, [sp, #1136] ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_131 b LBB0_121 LBB0_121: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_123 b LBB0_122 LBB0_122: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.60@PAGE add x0, x0, l_.str.60@PAGEOFF bl _puts ldr w8, [sp, #1016] subs w8, w8, #1 str w8, [sp, #1016] b LBB0_130 LBB0_123: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_125 b LBB0_124 LBB0_124: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.61@PAGE add x0, x0, l_.str.61@PAGEOFF bl _puts ldr w8, [sp, #1016] subs w8, w8, #1 str w8, [sp, #1016] b LBB0_129 LBB0_125: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_127 b LBB0_126 LBB0_126: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.62@PAGE add x0, x0, l_.str.62@PAGEOFF bl _puts ldr w8, [sp, #1016] subs w8, w8, #1 str w8, [sp, #1016] b LBB0_128 LBB0_127: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.63@PAGE add x0, x0, l_.str.63@PAGEOFF bl _puts b LBB0_128 LBB0_128: ; in Loop: Header=BB0_63 Depth=2 b LBB0_129 LBB0_129: ; in Loop: Header=BB0_63 Depth=2 b LBB0_130 LBB0_130: ; in Loop: Header=BB0_63 Depth=2 b LBB0_131 LBB0_131: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_134 b LBB0_132 LBB0_132: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1136] subs w8, w8, #3 cset w8, gt tbnz w8, #0, LBB0_134 b LBB0_133 LBB0_133: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.64@PAGE add x0, x0, l_.str.64@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts adrp x0, l_.str.65@PAGE add x0, x0, l_.str.65@PAGEOFF bl _puts b LBB0_151 LBB0_134: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_139 b LBB0_135 LBB0_135: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1136] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB0_138 b LBB0_136 LBB0_136: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1136] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB0_138 b LBB0_137 LBB0_137: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1136] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB0_139 b LBB0_138 LBB0_138: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #488] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.66@PAGE add x0, x0, l_.str.66@PAGEOFF bl _puts ldr x0, [sp, #488] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.67@PAGE add x0, x0, l_.str.67@PAGEOFF bl _puts ldr x0, [sp, #488] ; 8-byte Folded Reload bl _puts b LBB0_150 LBB0_139: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_142 b LBB0_140 LBB0_140: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1136] subs w8, w8, #6 cset w8, le tbnz w8, #0, LBB0_142 b LBB0_141 LBB0_141: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #480] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.68@PAGE add x0, x0, l_.str.68@PAGEOFF bl _puts ldr x0, [sp, #480] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.69@PAGE add x0, x0, l_.str.69@PAGEOFF bl _puts ldr x0, [sp, #480] ; 8-byte Folded Reload bl _puts b LBB0_149 LBB0_142: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1016] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_148 b LBB0_143 LBB0_143: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #472] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.70@PAGE add x0, x0, l_.str.70@PAGEOFF bl _puts ldr x0, [sp, #472] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.71@PAGE add x0, x0, l_.str.71@PAGEOFF bl _puts ldr x0, [sp, #472] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.72@PAGE add x0, x0, l_.str.72@PAGEOFF bl _puts ldr x0, [sp, #472] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.73@PAGE add x0, x0, l_.str.73@PAGEOFF bl _puts ldr x0, [sp, #472] ; 8-byte Folded Reload bl _puts str wzr, [sp, #1016] str wzr, [sp, #1020] mov w8, #10 str w8, [sp, #1012] b LBB0_144 LBB0_144: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_63 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1020] ldr w9, [sp, #1012] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_147 b LBB0_145 LBB0_145: ; in Loop: Header=BB0_144 Depth=3 ldrsw x9, [sp, #1020] add x8, sp, #1992 add x8, x8, x9 ldrb w8, [x8] add x9, sp, #2008 add x9, x9, #75 ldrsw x10, [sp, #1020] add x9, x9, x10 strb w8, [x9] b LBB0_146 LBB0_146: ; in Loop: Header=BB0_144 Depth=3 ldr w8, [sp, #1020] add w8, w8, #1 str w8, [sp, #1020] b LBB0_144 LBB0_147: ; in Loop: Header=BB0_63 Depth=2 mov w8, #1 str w8, [sp, #1024] b LBB0_148 LBB0_148: ; in Loop: Header=BB0_63 Depth=2 b LBB0_149 LBB0_149: ; in Loop: Header=BB0_63 Depth=2 b LBB0_150 LBB0_150: ; in Loop: Header=BB0_63 Depth=2 b LBB0_151 LBB0_151: ; in Loop: Header=BB0_63 Depth=2 b LBB0_156 LBB0_152: ; in Loop: Header=BB0_63 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_154 b LBB0_153 LBB0_153: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #464] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.74@PAGE add x0, x0, l_.str.74@PAGEOFF bl _puts ldr x0, [sp, #464] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.75@PAGE add x0, x0, l_.str.75@PAGEOFF bl _puts ldr x0, [sp, #464] ; 8-byte Folded Reload bl _puts b LBB0_155 LBB0_154: ; in Loop: Header=BB0_63 Depth=2 adrp x0, l_.str.76@PAGE add x0, x0, l_.str.76@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts b LBB0_155 LBB0_155: ; in Loop: Header=BB0_63 Depth=2 b LBB0_156 LBB0_156: ; in Loop: Header=BB0_63 Depth=2 b LBB0_157 LBB0_157: ; in Loop: Header=BB0_63 Depth=2 b LBB0_63 LBB0_158: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_159: ; in Loop: Header=BB0_1 Depth=1 b LBB0_160 LBB0_160: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_184 b LBB0_161 LBB0_161: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.77@PAGE add x0, x0, l_.str.77@PAGEOFF bl _puts adrp x0, l_.str.78@PAGE add x0, x0, l_.str.78@PAGEOFF bl _puts adrp x0, l_.str.79@PAGE add x0, x0, l_.str.79@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #456] ; 8-byte Folded Spill subs x8, x8, #4 cset w8, hi tbnz w8, #0, LBB0_183 ; %bb.162: ; in Loop: Header=BB0_1 Depth=1 ldr x11, [sp, #456] ; 8-byte Folded Reload adrp x10, lJTI0_6@PAGE add x10, x10, lJTI0_6@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_163: ; in Loop: Header=BB0_1 Depth=1 b LBB0_164 LBB0_164: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_166 b LBB0_165 LBB0_165: ; in Loop: Header=BB0_164 Depth=2 adrp x0, l_.str.80@PAGE add x0, x0, l_.str.80@PAGEOFF bl _puts adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_164 LBB0_166: ; in Loop: Header=BB0_1 Depth=1 b LBB0_183 LBB0_167: ; in Loop: Header=BB0_1 Depth=1 b LBB0_168 LBB0_168: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_170 b LBB0_169 LBB0_169: ; in Loop: Header=BB0_168 Depth=2 adrp x0, l_.str.82@PAGE add x0, x0, l_.str.82@PAGEOFF bl _puts adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_168 LBB0_170: ; in Loop: Header=BB0_1 Depth=1 b LBB0_183 LBB0_171: ; in Loop: Header=BB0_1 Depth=1 b LBB0_172 LBB0_172: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_174 b LBB0_173 LBB0_173: ; in Loop: Header=BB0_172 Depth=2 adrp x0, l_.str.83@PAGE add x0, x0, l_.str.83@PAGEOFF bl _puts adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_172 LBB0_174: ; in Loop: Header=BB0_1 Depth=1 b LBB0_183 LBB0_175: ; in Loop: Header=BB0_1 Depth=1 b LBB0_176 LBB0_176: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_178 b LBB0_177 LBB0_177: ; in Loop: Header=BB0_176 Depth=2 adrp x0, l_.str.84@PAGE add x0, x0, l_.str.84@PAGEOFF bl _puts adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_176 LBB0_178: ; in Loop: Header=BB0_1 Depth=1 b LBB0_183 LBB0_179: ; in Loop: Header=BB0_1 Depth=1 b LBB0_180 LBB0_180: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_182 b LBB0_181 LBB0_181: ; in Loop: Header=BB0_180 Depth=2 adrp x0, l_.str.85@PAGE add x0, x0, l_.str.85@PAGEOFF bl _puts adrp x0, l_.str.81@PAGE add x0, x0, l_.str.81@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_180 LBB0_182: ; in Loop: Header=BB0_1 Depth=1 b LBB0_183 LBB0_183: ; in Loop: Header=BB0_1 Depth=1 b LBB0_184 LBB0_184: ; in Loop: Header=BB0_1 Depth=1 b LBB0_185 LBB0_185: ; in Loop: Header=BB0_1 Depth=1 b LBB0_186 LBB0_186: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_188 Depth 3 ; Child Loop BB0_209 Depth 3 ; Child Loop BB0_215 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_233 b LBB0_187 LBB0_187: ; in Loop: Header=BB0_186 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov w0, #1 str w0, [sp, #448] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.86@PAGE add x0, x0, l_.str.86@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.87@PAGE add x0, x0, l_.str.87@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.88@PAGE add x0, x0, l_.str.88@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.89@PAGE add x0, x0, l_.str.89@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.90@PAGE add x0, x0, l_.str.90@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep bl _woman mov w0, #2 str w0, [sp, #452] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.91@PAGE add x0, x0, l_.str.91@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.92@PAGE add x0, x0, l_.str.92@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.93@PAGE add x0, x0, l_.str.93@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep bl _bYellow adrp x0, l_.str.94@PAGE add x0, x0, l_.str.94@PAGEOFF bl _puts bl _reset ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.95@PAGE add x0, x0, l_.str.95@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.96@PAGE add x0, x0, l_.str.96@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep bl _bRed adrp x0, l_.str.97@PAGE add x0, x0, l_.str.97@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.98@PAGE add x0, x0, l_.str.98@PAGEOFF bl _puts ldr w0, [sp, #448] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.99@PAGE add x0, x0, l_.str.99@PAGEOFF bl _puts ldr w0, [sp, #452] ; 4-byte Folded Reload bl _sleep bl _reset adrp x0, l_.str.100@PAGE add x0, x0, l_.str.100@PAGEOFF bl _puts ldr w0, [sp, #452] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.101@PAGE add x0, x0, l_.str.101@PAGEOFF bl _puts ldr w0, [sp, #452] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.102@PAGE add x0, x0, l_.str.102@PAGEOFF bl _puts ldr w0, [sp, #452] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.103@PAGE add x0, x0, l_.str.103@PAGEOFF bl _puts ldr w0, [sp, #452] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.104@PAGE add x0, x0, l_.str.104@PAGEOFF bl _puts mov w0, #3 bl _sleep bl _bYellow adrp x0, l_.str.105@PAGE add x0, x0, l_.str.105@PAGEOFF bl _puts bl _reset mov x0, #0 bl _time str x0, [sp, #1064] b LBB0_188 LBB0_188: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_186 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1080] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB0_206 b LBB0_189 LBB0_189: ; in Loop: Header=BB0_188 Depth=3 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_191 b LBB0_190 LBB0_190: ; in Loop: Header=BB0_188 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #9 cset w8, le tbnz w8, #0, LBB0_192 b LBB0_191 LBB0_191: ; in Loop: Header=BB0_188 Depth=3 adrp x0, l_.str.106@PAGE add x0, x0, l_.str.106@PAGEOFF bl _puts b LBB0_205 LBB0_192: ; in Loop: Header=BB0_188 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_197 b LBB0_193 LBB0_193: ; in Loop: Header=BB0_188 Depth=3 ldr w8, [sp, #1052] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_195 b LBB0_194 LBB0_194: ; in Loop: Header=BB0_188 Depth=3 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #29 str w8, [sp, #1092] bl _rand mov w9, #30 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #5 str w8, [sp, #1088] ldr w8, [sp, #1092] ldr w9, [sp, #1088] subs w8, w8, w9 str w8, [sp, #1092] bl _bYellow ldr w9, [sp, #1092] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.107@PAGE add x0, x0, l_.str.107@PAGEOFF bl _printf ldr w8, [sp, #1092] str w8, [sp, #1084] adrp x0, l_.str.108@PAGE add x0, x0, l_.str.108@PAGEOFF bl _puts adrp x0, l_.str.109@PAGE add x0, x0, l_.str.109@PAGEOFF bl _puts ldr w8, [sp, #1080] add w8, w8, #1 str w8, [sp, #1080] ldr w0, [sp, #1080] bl _displayInputs ldr w8, [sp, #1052] add w8, w8, #1 str w8, [sp, #1052] bl _reset b LBB0_196 LBB0_195: ; in Loop: Header=BB0_188 Depth=3 bl _reset adrp x0, l_.str.110@PAGE add x0, x0, l_.str.110@PAGEOFF bl _puts adrp x0, l_.str.111@PAGE add x0, x0, l_.str.111@PAGEOFF bl _puts adrp x0, l_.str.112@PAGE add x0, x0, l_.str.112@PAGEOFF bl _puts b LBB0_196 LBB0_196: ; in Loop: Header=BB0_188 Depth=3 b LBB0_204 LBB0_197: ; in Loop: Header=BB0_188 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB0_202 b LBB0_198 LBB0_198: ; in Loop: Header=BB0_188 Depth=3 ldr w8, [sp, #1052] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_200 b LBB0_199 LBB0_199: ; in Loop: Header=BB0_188 Depth=3 ldr w0, [sp, #1080] ldr w1, [sp, #1084] bl _displayStats bl _reset adrp x0, l_.str.113@PAGE add x0, x0, l_.str.113@PAGEOFF bl _puts bl _reset ldr w8, [sp, #1052] add w8, w8, #1 str w8, [sp, #1052] b LBB0_201 LBB0_200: ; in Loop: Header=BB0_188 Depth=3 bl _reset adrp x0, l_.str.114@PAGE add x0, x0, l_.str.114@PAGEOFF bl _puts b LBB0_201 LBB0_201: ; in Loop: Header=BB0_188 Depth=3 b LBB0_203 LBB0_202: ; in Loop: Header=BB0_188 Depth=3 bl _bGreen adrp x0, l_.str.115@PAGE add x0, x0, l_.str.115@PAGEOFF bl _puts bl _reset ldr w8, [sp, #1084] ldr w9, [sp, #1108] add w8, w8, w9 str w8, [sp, #1084] ldr w8, [sp, #1080] add w8, w8, #1 str w8, [sp, #1080] b LBB0_203 LBB0_203: ; in Loop: Header=BB0_188 Depth=3 b LBB0_204 LBB0_204: ; in Loop: Header=BB0_188 Depth=3 b LBB0_205 LBB0_205: ; in Loop: Header=BB0_188 Depth=3 b LBB0_188 LBB0_206: ; in Loop: Header=BB0_186 Depth=2 mov x0, #0 bl _time str x0, [sp, #1056] ldr x8, [sp, #1056] ldr x9, [sp, #1064] subs x8, x8, x9 scvtf d0, x8 str d0, [sp, #1072] bl _bYellow ldr x8, [sp, #1056] ldr x9, [sp, #1064] subs x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.116@PAGE add x0, x0, l_.str.116@PAGEOFF bl _printf ldr w0, [sp, #1080] ldr w1, [sp, #1084] bl _displayStats bl _reset ldr d0, [sp, #1072] adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_231 b LBB0_207 LBB0_207: ; in Loop: Header=BB0_186 Depth=2 ldr w8, [sp, #1084] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB0_229 b LBB0_208 LBB0_208: ; in Loop: Header=BB0_186 Depth=2 bl _bGreen adrp x0, l_.str.117@PAGE add x0, x0, l_.str.117@PAGEOFF bl _puts bl _bBlue mov w0, #1 str w0, [sp, #444] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.118@PAGE add x0, x0, l_.str.118@PAGEOFF bl _puts mov w0, #2 bl _sleep adrp x0, l_.str.119@PAGE add x0, x0, l_.str.119@PAGEOFF bl _puts ldr w0, [sp, #444] ; 4-byte Folded Reload bl _sleep bl _reset adrp x0, l_.str.120@PAGE add x0, x0, l_.str.120@PAGEOFF bl _puts ldr w0, [sp, #444] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.121@PAGE add x0, x0, l_.str.121@PAGEOFF bl _puts ldr w0, [sp, #444] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.122@PAGE add x0, x0, l_.str.122@PAGEOFF bl _puts str wzr, [sp, #1108] b LBB0_209 LBB0_209: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_186 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, lt mov w9, #1 str w9, [sp, #440] ; 4-byte Folded Spill tbnz w8, #0, LBB0_211 b LBB0_210 LBB0_210: ; in Loop: Header=BB0_209 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, gt str w8, [sp, #440] ; 4-byte Folded Spill b LBB0_211 LBB0_211: ; in Loop: Header=BB0_209 Depth=3 ldr w8, [sp, #440] ; 4-byte Folded Reload tbz w8, #0, LBB0_213 b LBB0_212 LBB0_212: ; in Loop: Header=BB0_209 Depth=3 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_209 LBB0_213: ; in Loop: Header=BB0_186 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_225 b LBB0_214 LBB0_214: ; in Loop: Header=BB0_186 Depth=2 adrp x0, l_.str.123@PAGE add x0, x0, l_.str.123@PAGEOFF bl _puts mov w0, #2 str w0, [sp, #432] ; 4-byte Folded Spill bl _sleep bl _bBlue adrp x0, l_.str.124@PAGE add x0, x0, l_.str.124@PAGEOFF bl _puts ldr w0, [sp, #432] ; 4-byte Folded Reload bl _sleep bl _reset adrp x0, l_.str.125@PAGE add x0, x0, l_.str.125@PAGEOFF bl _puts mov w0, #1 str w0, [sp, #436] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.126@PAGE add x0, x0, l_.str.126@PAGEOFF bl _puts ldr w0, [sp, #432] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.127@PAGE add x0, x0, l_.str.127@PAGEOFF bl _puts ldr w0, [sp, #436] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.128@PAGE add x0, x0, l_.str.128@PAGEOFF bl _puts ldr w0, [sp, #436] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.129@PAGE add x0, x0, l_.str.129@PAGEOFF bl _puts ldr w0, [sp, #436] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.130@PAGE add x0, x0, l_.str.130@PAGEOFF bl _puts str wzr, [sp, #1108] b LBB0_215 LBB0_215: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_186 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, lt mov w9, #1 str w9, [sp, #428] ; 4-byte Folded Spill tbnz w8, #0, LBB0_217 b LBB0_216 LBB0_216: ; in Loop: Header=BB0_215 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, gt str w8, [sp, #428] ; 4-byte Folded Spill b LBB0_217 LBB0_217: ; in Loop: Header=BB0_215 Depth=3 ldr w8, [sp, #428] ; 4-byte Folded Reload tbz w8, #0, LBB0_219 b LBB0_218 LBB0_218: ; in Loop: Header=BB0_215 Depth=3 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_215 LBB0_219: ; in Loop: Header=BB0_186 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_221 b LBB0_220 LBB0_220: ; in Loop: Header=BB0_186 Depth=2 adrp x0, l_.str.131@PAGE add x0, x0, l_.str.131@PAGEOFF bl _puts mov w0, #1 str w0, [sp, #424] ; 4-byte Folded Spill bl _sleep bl _bBlue adrp x0, l_.str.132@PAGE add x0, x0, l_.str.132@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.133@PAGE add x0, x0, l_.str.133@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.134@PAGE add x0, x0, l_.str.134@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.135@PAGE add x0, x0, l_.str.135@PAGEOFF bl _puts bl _reset mov w0, #2 str w0, [sp, #420] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.136@PAGE add x0, x0, l_.str.136@PAGEOFF bl _puts ldr w0, [sp, #420] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.137@PAGE add x0, x0, l_.str.137@PAGEOFF bl _puts ldr w0, [sp, #420] ; 4-byte Folded Reload bl _sleep bl _bBlue adrp x0, l_.str.138@PAGE add x0, x0, l_.str.138@PAGEOFF bl _printf adrp x0, l_.str.139@PAGE add x0, x0, l_.str.139@PAGEOFF bl _printf adrp x0, l_.str.140@PAGE add x0, x0, l_.str.140@PAGEOFF bl _printf adrp x0, l_.str.141@PAGE add x0, x0, l_.str.141@PAGEOFF bl _printf ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.142@PAGE add x0, x0, l_.str.142@PAGEOFF bl _printf ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.143@PAGE add x0, x0, l_.str.143@PAGEOFF bl _printf ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.144@PAGE add x0, x0, l_.str.144@PAGEOFF bl _printf ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.145@PAGE add x0, x0, l_.str.145@PAGEOFF bl _printf ldr w0, [sp, #420] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.146@PAGE add x0, x0, l_.str.146@PAGEOFF bl _puts ldr w0, [sp, #420] ; 4-byte Folded Reload bl _sleep bl _reset adrp x0, l_.str.147@PAGE add x0, x0, l_.str.147@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.148@PAGE add x0, x0, l_.str.148@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.149@PAGE add x0, x0, l_.str.149@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.150@PAGE add x0, x0, l_.str.150@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.151@PAGE add x0, x0, l_.str.151@PAGEOFF bl _puts ldr w0, [sp, #424] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.152@PAGE add x0, x0, l_.str.152@PAGEOFF bl _puts bl _congratulations adrp x0, l_.str.153@PAGE add x0, x0, l_.str.153@PAGEOFF bl _puts b LBB0_224 LBB0_221: ; in Loop: Header=BB0_186 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_223 b LBB0_222 LBB0_222: ; in Loop: Header=BB0_186 Depth=2 adrp x0, l_.str.154@PAGE add x0, x0, l_.str.154@PAGEOFF bl _puts mov w0, #2 str w0, [sp, #416] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _puts ldr w0, [sp, #416] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.156@PAGE add x0, x0, l_.str.156@PAGEOFF bl _puts mov w0, #1 bl _sleep adrp x0, l_.str.153@PAGE add x0, x0, l_.str.153@PAGEOFF bl _puts b LBB0_223 LBB0_223: ; in Loop: Header=BB0_186 Depth=2 b LBB0_224 LBB0_224: ; in Loop: Header=BB0_186 Depth=2 b LBB0_228 LBB0_225: ; in Loop: Header=BB0_186 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_227 b LBB0_226 LBB0_226: ; in Loop: Header=BB0_186 Depth=2 adrp x0, l_.str.157@PAGE add x0, x0, l_.str.157@PAGEOFF bl _puts mov w0, #2 str w0, [sp, #408] ; 4-byte Folded Spill bl _sleep bl _bBlue adrp x0, l_.str.158@PAGE add x0, x0, l_.str.158@PAGEOFF bl _puts mov w0, #1 str w0, [sp, #412] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep bl _reset adrp x0, l_.str.160@PAGE add x0, x0, l_.str.160@PAGEOFF bl _puts ldr w0, [sp, #412] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.161@PAGE add x0, x0, l_.str.161@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.162@PAGE add x0, x0, l_.str.162@PAGEOFF bl _puts ldr w0, [sp, #412] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.163@PAGE add x0, x0, l_.str.163@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.164@PAGE add x0, x0, l_.str.164@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.165@PAGE add x0, x0, l_.str.165@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.167@PAGE add x0, x0, l_.str.167@PAGEOFF bl _puts ldr w0, [sp, #408] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.168@PAGE add x0, x0, l_.str.168@PAGEOFF bl _puts ldr w0, [sp, #412] ; 4-byte Folded Reload bl _sleep adrp x0, l_.str.153@PAGE add x0, x0, l_.str.153@PAGEOFF bl _puts b LBB0_227 LBB0_227: ; in Loop: Header=BB0_186 Depth=2 b LBB0_228 LBB0_228: ; in Loop: Header=BB0_186 Depth=2 mov w8, #99 str w8, [sp, #1108] b LBB0_230 LBB0_229: ; in Loop: Header=BB0_186 Depth=2 bl _reset adrp x0, l_.str.169@PAGE add x0, x0, l_.str.169@PAGEOFF bl _puts mov w0, #1 bl _sleep bl _bRed adrp x0, l_.str.170@PAGE add x0, x0, l_.str.170@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_230 LBB0_230: ; in Loop: Header=BB0_186 Depth=2 b LBB0_232 LBB0_231: ; in Loop: Header=BB0_186 Depth=2 bl _reset adrp x0, l_.str.171@PAGE add x0, x0, l_.str.171@PAGEOFF bl _puts mov w0, #1 str w0, [sp, #404] ; 4-byte Folded Spill bl _sleep adrp x0, l_.str.172@PAGE add x0, x0, l_.str.172@PAGEOFF bl _puts ldr w0, [sp, #404] ; 4-byte Folded Reload bl _sleep bl _bRed adrp x0, l_.str.173@PAGE add x0, x0, l_.str.173@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_232 LBB0_232: ; in Loop: Header=BB0_186 Depth=2 b LBB0_186 LBB0_233: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_234: ; in Loop: Header=BB0_1 Depth=1 b LBB0_235 LBB0_235: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_299 b LBB0_236 LBB0_236: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts adrp x0, l_.str.174@PAGE add x0, x0, l_.str.174@PAGEOFF bl _puts adrp x0, l_.str.175@PAGE add x0, x0, l_.str.175@PAGEOFF bl _puts mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.176@PAGE add x0, x0, l_.str.176@PAGEOFF bl _printf mov x9, sp add x8, sp, #1004 str x8, [x9] add x8, sp, #1000 str x8, [x9, #8] add x8, sp, #996 str x8, [x9, #16] adrp x0, l_.str.177@PAGE add x0, x0, l_.str.177@PAGEOFF bl _scanf bl _rand mov w9, #10 str w9, [sp, #400] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #992] bl _rand ldr w9, [sp, #400] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #988] bl _rand ldr w9, [sp, #400] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #984] ldr w8, [sp, #1004] ; implicit-def: $x11 mov x11, x8 ldr w8, [sp, #1000] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #996] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.178@PAGE add x0, x0, l_.str.178@PAGEOFF bl _printf ldr w8, [sp, #992] ; implicit-def: $x11 mov x11, x8 ldr w8, [sp, #988] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #984] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.179@PAGE add x0, x0, l_.str.179@PAGEOFF bl _printf ldr w8, [sp, #1004] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_239 b LBB0_237 LBB0_237: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1004] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_239 b LBB0_238 LBB0_238: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1004] ldr w9, [sp, #984] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_240 b LBB0_239 LBB0_239: ; in Loop: Header=BB0_235 Depth=2 mov w8, #1 strb w8, [sp, #983] b LBB0_241 LBB0_240: ; in Loop: Header=BB0_235 Depth=2 strb wzr, [sp, #983] b LBB0_241 LBB0_241: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #983] tbz w8, #0, LBB0_249 b LBB0_242 LBB0_242: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1004] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_244 b LBB0_243 LBB0_243: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #992] b LBB0_248 LBB0_244: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1004] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_246 b LBB0_245 LBB0_245: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #988] b LBB0_247 LBB0_246: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #984] b LBB0_247 LBB0_247: ; in Loop: Header=BB0_235 Depth=2 b LBB0_248 LBB0_248: ; in Loop: Header=BB0_235 Depth=2 b LBB0_249 LBB0_249: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_252 b LBB0_250 LBB0_250: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_252 b LBB0_251 LBB0_251: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #984] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_253 b LBB0_252 LBB0_252: ; in Loop: Header=BB0_235 Depth=2 mov w8, #1 strb w8, [sp, #982] b LBB0_254 LBB0_253: ; in Loop: Header=BB0_235 Depth=2 strb wzr, [sp, #982] b LBB0_254 LBB0_254: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #982] tbz w8, #0, LBB0_262 b LBB0_255 LBB0_255: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_257 b LBB0_256 LBB0_256: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #992] b LBB0_261 LBB0_257: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_259 b LBB0_258 LBB0_258: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #988] b LBB0_260 LBB0_259: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #984] b LBB0_260 LBB0_260: ; in Loop: Header=BB0_235 Depth=2 b LBB0_261 LBB0_261: ; in Loop: Header=BB0_235 Depth=2 b LBB0_262 LBB0_262: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_265 b LBB0_263 LBB0_263: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_265 b LBB0_264 LBB0_264: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #984] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_266 b LBB0_265 LBB0_265: ; in Loop: Header=BB0_235 Depth=2 mov w8, #1 strb w8, [sp, #981] b LBB0_267 LBB0_266: ; in Loop: Header=BB0_235 Depth=2 strb wzr, [sp, #981] b LBB0_267 LBB0_267: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #981] tbz w8, #0, LBB0_275 b LBB0_268 LBB0_268: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_270 b LBB0_269 LBB0_269: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #992] b LBB0_274 LBB0_270: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_272 b LBB0_271 LBB0_271: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #988] b LBB0_273 LBB0_272: ; in Loop: Header=BB0_235 Depth=2 mov w8, #420 str w8, [sp, #984] b LBB0_273 LBB0_273: ; in Loop: Header=BB0_235 Depth=2 b LBB0_274 LBB0_274: ; in Loop: Header=BB0_235 Depth=2 b LBB0_275 LBB0_275: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #983] tbz w8, #0, LBB0_284 b LBB0_276 LBB0_276: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #982] tbz w8, #0, LBB0_284 b LBB0_277 LBB0_277: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #981] tbz w8, #0, LBB0_284 b LBB0_278 LBB0_278: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1004] ldr w9, [sp, #992] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_282 b LBB0_279 LBB0_279: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #1000] ldr w9, [sp, #988] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_282 b LBB0_280 LBB0_280: ; in Loop: Header=BB0_235 Depth=2 ldr w8, [sp, #996] ldr w9, [sp, #984] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_282 b LBB0_281 LBB0_281: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.180@PAGE add x0, x0, l_.str.180@PAGEOFF bl _printf b LBB0_283 LBB0_282: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.181@PAGE add x0, x0, l_.str.181@PAGEOFF bl _printf b LBB0_283 LBB0_283: ; in Loop: Header=BB0_235 Depth=2 b LBB0_298 LBB0_284: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #983] tbz w8, #0, LBB0_286 b LBB0_285 LBB0_285: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #982] tbnz w8, #0, LBB0_290 b LBB0_286 LBB0_286: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #983] tbz w8, #0, LBB0_288 b LBB0_287 LBB0_287: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #981] tbnz w8, #0, LBB0_290 b LBB0_288 LBB0_288: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #982] tbz w8, #0, LBB0_291 b LBB0_289 LBB0_289: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #981] tbz w8, #0, LBB0_291 b LBB0_290 LBB0_290: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.182@PAGE add x0, x0, l_.str.182@PAGEOFF bl _printf b LBB0_297 LBB0_291: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #983] tbnz w8, #0, LBB0_294 b LBB0_292 LBB0_292: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #982] tbnz w8, #0, LBB0_294 b LBB0_293 LBB0_293: ; in Loop: Header=BB0_235 Depth=2 ldrb w8, [sp, #981] tbz w8, #0, LBB0_295 b LBB0_294 LBB0_294: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.183@PAGE add x0, x0, l_.str.183@PAGEOFF bl _printf b LBB0_296 LBB0_295: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.184@PAGE add x0, x0, l_.str.184@PAGEOFF bl _printf b LBB0_296 LBB0_296: ; in Loop: Header=BB0_235 Depth=2 b LBB0_297 LBB0_297: ; in Loop: Header=BB0_235 Depth=2 b LBB0_298 LBB0_298: ; in Loop: Header=BB0_235 Depth=2 adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_235 LBB0_299: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_300: ; in Loop: Header=BB0_1 Depth=1 b LBB0_301 LBB0_301: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_331 b LBB0_302 LBB0_302: ; in Loop: Header=BB0_301 Depth=2 adrp x0, l_.str.186@PAGE add x0, x0, l_.str.186@PAGEOFF bl _puts adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _puts adrp x0, l_.str.188@PAGE add x0, x0, l_.str.188@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_316 b LBB0_303 LBB0_303: ; in Loop: Header=BB0_301 Depth=2 adrp x0, l_.str.189@PAGE add x0, x0, l_.str.189@PAGEOFF bl _puts mov x9, sp add x8, sp, #2248 str x8, [x9] adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _printf adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _puts adrp x0, l_.str.192@PAGE add x0, x0, l_.str.192@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_312 b LBB0_304 LBB0_304: ; in Loop: Header=BB0_301 Depth=2 adrp x0, l_.str.193@PAGE add x0, x0, l_.str.193@PAGEOFF bl _puts adrp x0, l_.str.194@PAGE add x0, x0, l_.str.194@PAGEOFF bl _puts adrp x0, l_.str.195@PAGE add x0, x0, l_.str.195@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_308 b LBB0_305 LBB0_305: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _puts adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.198@PAGE add x0, x0, l_.str.198@PAGEOFF bl _puts mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand bl _rand mov w9, #100 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #976] ldr w9, [sp, #976] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.107@PAGE add x0, x0, l_.str.107@PAGEOFF bl _printf ldr w8, [sp, #976] subs w8, w8, #55 cset w8, le tbnz w8, #0, LBB0_307 b LBB0_306 LBB0_306: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _puts adrp x0, l_.str.200@PAGE add x0, x0, l_.str.200@PAGEOFF bl _puts b LBB0_331 LBB0_307: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.201@PAGE add x0, x0, l_.str.201@PAGEOFF bl _puts adrp x0, l_.str.202@PAGE add x0, x0, l_.str.202@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_331 LBB0_308: ; in Loop: Header=BB0_301 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_310 b LBB0_309 LBB0_309: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.203@PAGE add x0, x0, l_.str.203@PAGEOFF bl _puts adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _puts b LBB0_331 LBB0_310: ; in Loop: Header=BB0_301 Depth=2 b LBB0_311 LBB0_311: ; in Loop: Header=BB0_301 Depth=2 b LBB0_315 LBB0_312: ; in Loop: Header=BB0_301 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_314 b LBB0_313 LBB0_313: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _puts adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _puts b LBB0_331 LBB0_314: ; in Loop: Header=BB0_301 Depth=2 b LBB0_315 LBB0_315: ; in Loop: Header=BB0_301 Depth=2 b LBB0_330 LBB0_316: ; in Loop: Header=BB0_301 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_326 b LBB0_317 LBB0_317: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.207@PAGE add x0, x0, l_.str.207@PAGEOFF bl _puts adrp x0, l_.str.208@PAGE add x0, x0, l_.str.208@PAGEOFF bl _puts adrp x0, l_.str.209@PAGE add x0, x0, l_.str.209@PAGEOFF bl _puts adrp x0, l_.str.210@PAGE add x0, x0, l_.str.210@PAGEOFF bl _puts ldr x9, [sp, #600] ; 8-byte Folded Reload adrp x8, l___const.main.answer@PAGE add x8, x8, l___const.main.answer@PAGEOFF ldr q0, [x8] str q0, [x9, #128] ldr w8, [x8, #16] str w8, [sp, #1984] str wzr, [sp, #972] b LBB0_318 LBB0_318: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #972] subs w8, w8, #6 cset w8, ge tbnz w8, #0, LBB0_325 b LBB0_319 LBB0_319: ; in Loop: Header=BB0_318 Depth=2 mov x9, sp add x8, sp, #971 str x8, [x9] adrp x0, l_.str.211@PAGE add x0, x0, l_.str.211@PAGEOFF bl _scanf ldrsb w8, [sp, #971] ldrsw x10, [sp, #972] add x9, sp, #1968 ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_323 b LBB0_320 LBB0_320: ; in Loop: Header=BB0_318 Depth=2 ldrb w8, [sp, #971] ldrsw x10, [sp, #972] add x9, sp, #1948 add x9, x9, x10 strb w8, [x9] adrp x0, l_.str.212@PAGE add x0, x0, l_.str.212@PAGEOFF bl _printf ldrsb w8, [sp, #971] subs w8, w8, #107 cset w8, ne tbnz w8, #0, LBB0_322 b LBB0_321 LBB0_321: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.213@PAGE add x0, x0, l_.str.213@PAGEOFF bl _puts b LBB0_325 LBB0_322: ; in Loop: Header=BB0_318 Depth=2 b LBB0_324 LBB0_323: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.214@PAGE add x0, x0, l_.str.214@PAGEOFF bl _printf adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf b LBB0_325 LBB0_324: ; in Loop: Header=BB0_318 Depth=2 ldr w8, [sp, #972] add w8, w8, #1 str w8, [sp, #972] b LBB0_318 LBB0_325: ; in Loop: Header=BB0_1 Depth=1 b LBB0_331 LBB0_326: ; in Loop: Header=BB0_301 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_328 b LBB0_327 LBB0_327: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.215@PAGE add x0, x0, l_.str.215@PAGEOFF bl _puts adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _puts b LBB0_331 LBB0_328: ; in Loop: Header=BB0_301 Depth=2 b LBB0_329 LBB0_329: ; in Loop: Header=BB0_301 Depth=2 b LBB0_330 LBB0_330: ; in Loop: Header=BB0_301 Depth=2 b LBB0_301 LBB0_331: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_332: ; in Loop: Header=BB0_1 Depth=1 b LBB0_333 LBB0_333: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_341 b LBB0_334 LBB0_334: ; in Loop: Header=BB0_333 Depth=2 adrp x0, l_.str.217@PAGE add x0, x0, l_.str.217@PAGEOFF bl _puts adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _printf bl _getchar strb w0, [sp, #970] bl _getchar strb w0, [sp, #969] ldrsb w8, [sp, #970] subs w8, w8, #121 cset w8, eq tbnz w8, #0, LBB0_336 b LBB0_335 LBB0_335: ; in Loop: Header=BB0_333 Depth=2 ldrsb w8, [sp, #970] subs w8, w8, #89 cset w8, ne tbnz w8, #0, LBB0_337 b LBB0_336 LBB0_336: ; in Loop: Header=BB0_333 Depth=2 bl _gameRules bl _gameCraps b LBB0_340 LBB0_337: ; in Loop: Header=BB0_333 Depth=2 ldrsb w8, [sp, #970] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_339 b LBB0_338 LBB0_338: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.219@PAGE add x0, x0, l_.str.219@PAGEOFF bl _puts b LBB0_341 LBB0_339: ; in Loop: Header=BB0_333 Depth=2 b LBB0_340 LBB0_340: ; in Loop: Header=BB0_333 Depth=2 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_333 LBB0_341: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_342: ; in Loop: Header=BB0_1 Depth=1 b LBB0_343 LBB0_343: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_353 b LBB0_344 LBB0_344: ; in Loop: Header=BB0_343 Depth=2 adrp x0, l_.str.220@PAGE add x0, x0, l_.str.220@PAGEOFF bl _puts adrp x0, l_.str.221@PAGE add x0, x0, l_.str.221@PAGEOFF bl _puts adrp x0, l_.str.222@PAGE add x0, x0, l_.str.222@PAGEOFF bl _puts adrp x0, l_.str.223@PAGE add x0, x0, l_.str.223@PAGEOFF bl _puts adrp x0, l_.str.224@PAGE add x0, x0, l_.str.224@PAGEOFF bl _puts adrp x0, l_.str.225@PAGE add x0, x0, l_.str.225@PAGEOFF bl _puts adrp x0, l_.str.226@PAGE add x0, x0, l_.str.226@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_348 b LBB0_345 LBB0_345: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.227@PAGE add x0, x0, l_.str.227@PAGEOFF bl _puts adrp x0, l_.str.228@PAGE add x0, x0, l_.str.228@PAGEOFF bl _puts adrp x0, l_.str.229@PAGE add x0, x0, l_.str.229@PAGEOFF bl _puts mov x9, sp add x8, sp, #2248 str x8, [x9] adrp x0, l_.str.230@PAGE add x0, x0, l_.str.230@PAGEOFF bl _printf adrp x0, l_.str.231@PAGE add x0, x0, l_.str.231@PAGEOFF bl _puts adrp x0, l_.str.232@PAGE add x0, x0, l_.str.232@PAGEOFF bl _puts adrp x0, l_.str.233@PAGE add x0, x0, l_.str.233@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_347 b LBB0_346 LBB0_346: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.234@PAGE add x0, x0, l_.str.234@PAGEOFF bl _puts adrp x0, l_.str.235@PAGE add x0, x0, l_.str.235@PAGEOFF bl _puts adrp x0, l_.str.236@PAGE add x0, x0, l_.str.236@PAGEOFF bl _puts b LBB0_347 LBB0_347: ; in Loop: Header=BB0_1 Depth=1 b LBB0_353 LBB0_348: ; in Loop: Header=BB0_343 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_350 b LBB0_349 LBB0_349: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.237@PAGE add x0, x0, l_.str.237@PAGEOFF bl _puts adrp x0, l_.str.238@PAGE add x0, x0, l_.str.238@PAGEOFF bl _puts b LBB0_353 LBB0_350: ; in Loop: Header=BB0_343 Depth=2 adrp x0, l_.str.239@PAGE add x0, x0, l_.str.239@PAGEOFF bl _puts b LBB0_351 LBB0_351: ; in Loop: Header=BB0_343 Depth=2 b LBB0_352 LBB0_352: ; in Loop: Header=BB0_343 Depth=2 b LBB0_343 LBB0_353: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_354: ; in Loop: Header=BB0_1 Depth=1 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand mov w8, #7 str w8, [sp, #964] bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #956] str wzr, [sp, #932] str wzr, [sp, #904] str wzr, [sp, #900] b LBB0_355 LBB0_355: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_357 Depth 3 ; Child Loop BB0_368 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_415 b LBB0_356 LBB0_356: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.240@PAGE add x0, x0, l_.str.240@PAGEOFF bl _printf adrp x0, l_.str.241@PAGE add x0, x0, l_.str.241@PAGEOFF bl _printf adrp x0, l_.str.242@PAGE add x0, x0, l_.str.242@PAGEOFF bl _printf adrp x0, l_.str.243@PAGE add x0, x0, l_.str.243@PAGEOFF bl _printf adrp x0, l_.str.244@PAGE add x0, x0, l_.str.244@PAGEOFF bl _printf adrp x0, l_.str.245@PAGE add x0, x0, l_.str.245@PAGEOFF bl _printf adrp x0, l_.str.246@PAGE add x0, x0, l_.str.246@PAGEOFF bl _printf mov x9, sp add x8, sp, #960 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_357 LBB0_357: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_355 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #960] subs w8, w8, #1 cset w8, lt mov w9, #1 str w9, [sp, #396] ; 4-byte Folded Spill tbnz w8, #0, LBB0_359 b LBB0_358 LBB0_358: ; in Loop: Header=BB0_357 Depth=3 ldr w8, [sp, #960] subs w8, w8, #10 cset w8, gt str w8, [sp, #396] ; 4-byte Folded Spill b LBB0_359 LBB0_359: ; in Loop: Header=BB0_357 Depth=3 ldr w8, [sp, #396] ; 4-byte Folded Reload tbz w8, #0, LBB0_361 b LBB0_360 LBB0_360: ; in Loop: Header=BB0_357 Depth=3 adrp x0, l_.str.247@PAGE add x0, x0, l_.str.247@PAGEOFF bl _printf mov x9, sp add x8, sp, #960 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_357 LBB0_361: ; in Loop: Header=BB0_355 Depth=2 add x8, sp, #960 str x8, [sp, #384] ; 8-byte Folded Spill ldr w9, [sp, #960] ; implicit-def: $x8 mov x8, x9 ldr w9, [sp, #960] ldr w10, [sp, #964] add w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.248@PAGE add x0, x0, l_.str.248@PAGEOFF bl _printf ldr w9, [sp, #960] ; implicit-def: $x8 mov x8, x9 ldr w9, [sp, #960] ldr w10, [sp, #964] mul w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.249@PAGE add x0, x0, l_.str.249@PAGEOFF bl _printf ldr w9, [sp, #960] ; implicit-def: $x8 mov x8, x9 ldr w9, [sp, #960] ldr w10, [sp, #964] subs w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.250@PAGE add x0, x0, l_.str.250@PAGEOFF bl _printf adrp x0, l_.str.251@PAGE add x0, x0, l_.str.251@PAGEOFF bl _printf ldr x8, [sp, #384] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #960] ldr w9, [sp, #964] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_363 b LBB0_362 LBB0_362: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.252@PAGE add x0, x0, l_.str.252@PAGEOFF bl _printf b LBB0_364 LBB0_363: adrp x0, l_.str.253@PAGE add x0, x0, l_.str.253@PAGEOFF bl _printf adrp x0, l_.str.254@PAGE add x0, x0, l_.str.254@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_364: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.256@PAGE add x0, x0, l_.str.256@PAGEOFF bl _printf adrp x0, l_.str.257@PAGE add x0, x0, l_.str.257@PAGEOFF bl _printf adrp x0, l_.str.258@PAGE add x0, x0, l_.str.258@PAGEOFF bl _printf adrp x0, l_.str.259@PAGE add x0, x0, l_.str.259@PAGEOFF bl _printf adrp x0, l_.str.260@PAGE add x0, x0, l_.str.260@PAGEOFF bl _printf bl _rand mov w9, #10 str w9, [sp, #380] ; 4-byte Folded Spill sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w10, w8, #1 str w10, [sp, #952] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.261@PAGE add x0, x0, l_.str.261@PAGEOFF bl _printf bl _rand ldr w9, [sp, #380] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w10, w8, #1 str w10, [sp, #948] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.262@PAGE add x0, x0, l_.str.262@PAGEOFF bl _printf bl _rand ldr w9, [sp, #380] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w10, w8, #1 str w10, [sp, #944] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.263@PAGE add x0, x0, l_.str.263@PAGEOFF bl _printf bl _rand ldr w9, [sp, #380] ; 4-byte Folded Reload sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w10, w8, #1 str w10, [sp, #940] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.264@PAGE add x0, x0, l_.str.264@PAGEOFF bl _printf adrp x0, l_.str.265@PAGE add x0, x0, l_.str.265@PAGEOFF bl _printf mov x9, sp add x8, sp, #960 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #960] ldr w10, [sp, #952] ldr w9, [sp, #948] mov w11, #3 mul w9, w9, w11 add w9, w9, w10, lsl #2 ldr w10, [sp, #944] add w9, w9, w10, lsl #1 ldr w10, [sp, #940] add w9, w9, w10 ldr w10, [sp, #936] mov w11, #0 mul w10, w10, w11 add w9, w9, w10 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_366 b LBB0_365 LBB0_365: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.266@PAGE add x0, x0, l_.str.266@PAGEOFF bl _printf adrp x0, l_.str.267@PAGE add x0, x0, l_.str.267@PAGEOFF bl _printf adrp x0, l_.str.268@PAGE add x0, x0, l_.str.268@PAGEOFF bl _printf b LBB0_367 LBB0_366: adrp x0, l_.str.269@PAGE add x0, x0, l_.str.269@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_367: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.270@PAGE add x0, x0, l_.str.270@PAGEOFF bl _printf adrp x0, l_.str.271@PAGE add x0, x0, l_.str.271@PAGEOFF bl _printf adrp x0, l_.str.272@PAGE add x0, x0, l_.str.272@PAGEOFF bl _printf adrp x0, l_.str.273@PAGE add x0, x0, l_.str.273@PAGEOFF bl _printf adrp x0, l_.str.274@PAGE add x0, x0, l_.str.274@PAGEOFF bl _printf adrp x0, l_.str.275@PAGE add x0, x0, l_.str.275@PAGEOFF bl _printf adrp x0, l_.str.276@PAGE add x0, x0, l_.str.276@PAGEOFF bl _printf str wzr, [sp, #896] b LBB0_368 LBB0_368: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_355 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #896] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_379 b LBB0_369 LBB0_369: ; in Loop: Header=BB0_368 Depth=3 bl _rand mov w9, #6 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #932] ldr w8, [sp, #932] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #368] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB0_377 ; %bb.370: ; in Loop: Header=BB0_368 Depth=3 ldr x11, [sp, #368] ; 8-byte Folded Reload adrp x10, lJTI0_5@PAGE add x10, x10, lJTI0_5@PAGEOFF Ltmp3: adr x8, Ltmp3 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_371: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #928] add w8, w8, #1 str w8, [sp, #928] b LBB0_377 LBB0_372: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #924] add w8, w8, #1 str w8, [sp, #924] b LBB0_377 LBB0_373: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #920] add w8, w8, #1 str w8, [sp, #920] b LBB0_377 LBB0_374: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #916] add w8, w8, #1 str w8, [sp, #916] b LBB0_377 LBB0_375: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #912] add w8, w8, #1 str w8, [sp, #912] b LBB0_377 LBB0_376: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #908] add w8, w8, #1 str w8, [sp, #908] b LBB0_377 LBB0_377: ; in Loop: Header=BB0_368 Depth=3 b LBB0_378 LBB0_378: ; in Loop: Header=BB0_368 Depth=3 ldr w8, [sp, #896] add w8, w8, #1 str w8, [sp, #896] b LBB0_368 LBB0_379: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.277@PAGE add x0, x0, l_.str.277@PAGEOFF bl _printf mov x9, sp add x8, sp, #904 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #904] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_381 b LBB0_380 LBB0_380: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #904] subs w8, w8, #6 cset w8, le tbnz w8, #0, LBB0_382 b LBB0_381 LBB0_381: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.278@PAGE add x0, x0, l_.str.278@PAGEOFF bl _printf mov x9, sp add x8, sp, #904 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_382 LBB0_382: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #904] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #360] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB0_414 ; %bb.383: ; in Loop: Header=BB0_355 Depth=2 ldr x11, [sp, #360] ; 8-byte Folded Reload adrp x10, lJTI0_4@PAGE add x10, x10, lJTI0_4@PAGEOFF Ltmp4: adr x8, Ltmp4 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_384: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #928] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_386 b LBB0_385 LBB0_385: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #928] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_387 b LBB0_386 LBB0_386: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #928] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_388 LBB0_387: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_388: ; in Loop: Header=BB0_355 Depth=2 b LBB0_389 LBB0_389: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #924] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_391 b LBB0_390 LBB0_390: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #924] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_392 b LBB0_391 LBB0_391: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #924] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_393 LBB0_392: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_393: ; in Loop: Header=BB0_355 Depth=2 b LBB0_394 LBB0_394: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #920] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_396 b LBB0_395 LBB0_395: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #920] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_397 b LBB0_396 LBB0_396: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #920] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_398 LBB0_397: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_398: ; in Loop: Header=BB0_355 Depth=2 b LBB0_399 LBB0_399: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #916] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_401 b LBB0_400 LBB0_400: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #916] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_402 b LBB0_401 LBB0_401: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #916] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_403 LBB0_402: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_403: ; in Loop: Header=BB0_355 Depth=2 b LBB0_404 LBB0_404: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #912] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_406 b LBB0_405 LBB0_405: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #912] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_407 b LBB0_406 LBB0_406: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #912] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_408 LBB0_407: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_408: ; in Loop: Header=BB0_355 Depth=2 b LBB0_409 LBB0_409: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.279@PAGE add x0, x0, l_.str.279@PAGEOFF bl _printf mov x9, sp add x8, sp, #900 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #900] ldr w9, [sp, #908] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_411 b LBB0_410 LBB0_410: ; in Loop: Header=BB0_355 Depth=2 ldr w8, [sp, #900] ldr w9, [sp, #908] add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_412 b LBB0_411 LBB0_411: ; in Loop: Header=BB0_355 Depth=2 ldr w9, [sp, #900] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.280@PAGE add x0, x0, l_.str.280@PAGEOFF bl _printf ldr w9, [sp, #908] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.281@PAGE add x0, x0, l_.str.281@PAGEOFF bl _printf adrp x0, l_.str.282@PAGE add x0, x0, l_.str.282@PAGEOFF bl _printf b LBB0_413 LBB0_412: adrp x0, l_.str.283@PAGE add x0, x0, l_.str.283@PAGEOFF bl _printf adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _printf mov w0, #0 bl _exit LBB0_413: ; in Loop: Header=BB0_355 Depth=2 b LBB0_414 LBB0_414: ; in Loop: Header=BB0_355 Depth=2 adrp x0, l_.str.284@PAGE add x0, x0, l_.str.284@PAGEOFF bl _printf b LBB0_355 LBB0_415: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_416: ; in Loop: Header=BB0_1 Depth=1 b LBB0_417 LBB0_417: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_419 b LBB0_418 LBB0_418: ; in Loop: Header=BB0_417 Depth=2 b LBB0_417 LBB0_419: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_420: ; in Loop: Header=BB0_1 Depth=1 b LBB0_421 LBB0_421: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_423 b LBB0_422 LBB0_422: ; in Loop: Header=BB0_421 Depth=2 b LBB0_421 LBB0_423: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_424: ; in Loop: Header=BB0_1 Depth=1 b LBB0_425 LBB0_425: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_427 b LBB0_426 LBB0_426: ; in Loop: Header=BB0_425 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_425 LBB0_427: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_428: ; in Loop: Header=BB0_1 Depth=1 b LBB0_429 LBB0_429: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_431 b LBB0_430 LBB0_430: ; in Loop: Header=BB0_429 Depth=2 b LBB0_429 LBB0_431: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_432: ; in Loop: Header=BB0_1 Depth=1 b LBB0_433 LBB0_433: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_435 b LBB0_434 LBB0_434: ; in Loop: Header=BB0_433 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts adrp x0, l_.str.285@PAGE add x0, x0, l_.str.285@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_433 LBB0_435: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_436: ; in Loop: Header=BB0_1 Depth=1 mov w8, #1 strb w8, [sp, #895] b LBB0_437 LBB0_437: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_439 Depth 3 ; Child Loop BB0_450 Depth 4 ; Child Loop BB0_443 Depth 4 ; Child Loop BB0_457 Depth 3 ; Child Loop BB0_459 Depth 4 ; Child Loop BB0_473 Depth 4 ; Child Loop BB0_483 Depth 5 ; Child Loop BB0_550 Depth 5 ; Child Loop BB0_566 Depth 4 ; Child Loop BB0_572 Depth 5 ldrb w8, [sp, #895] tbz w8, #0, LBB0_581 b LBB0_438 LBB0_438: ; in Loop: Header=BB0_437 Depth=2 str wzr, [sp, #888] str wzr, [sp, #884] str wzr, [sp, #880] str wzr, [sp, #876] str wzr, [sp, #872] str wzr, [sp, #868] mov w8, #1 str w8, [sp, #356] ; 4-byte Folded Spill strb w8, [sp, #867] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand str wzr, [sp, #860] adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #344] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.286@PAGE add x0, x0, l_.str.286@PAGEOFF bl _puts adrp x0, l_.str.287@PAGE add x0, x0, l_.str.287@PAGEOFF bl _puts adrp x0, l_.str.288@PAGE add x0, x0, l_.str.288@PAGEOFF str x0, [sp, #328] ; 8-byte Folded Spill bl _puts ldr x0, [sp, #328] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #328] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #328] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #328] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #328] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.289@PAGE add x0, x0, l_.str.289@PAGEOFF bl _puts adrp x0, l_.str.290@PAGE add x0, x0, l_.str.290@PAGEOFF str x0, [sp, #336] ; 8-byte Folded Spill bl _puts ldr x0, [sp, #336] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.291@PAGE add x0, x0, l_.str.291@PAGEOFF bl _puts adrp x0, l_.str.292@PAGE add x0, x0, l_.str.292@PAGEOFF bl _puts adrp x0, l_.str.293@PAGE add x0, x0, l_.str.293@PAGEOFF bl _puts adrp x0, l_.str.294@PAGE add x0, x0, l_.str.294@PAGEOFF bl _puts adrp x0, l_.str.295@PAGE add x0, x0, l_.str.295@PAGEOFF bl _puts adrp x0, l_.str.296@PAGE add x0, x0, l_.str.296@PAGEOFF bl _puts adrp x0, l_.str.297@PAGE add x0, x0, l_.str.297@PAGEOFF bl _puts adrp x0, l_.str.298@PAGE add x0, x0, l_.str.298@PAGEOFF bl _puts adrp x0, l_.str.299@PAGE add x0, x0, l_.str.299@PAGEOFF bl _puts adrp x0, l_.str.300@PAGE add x0, x0, l_.str.300@PAGEOFF bl _puts adrp x0, l_.str.301@PAGE add x0, x0, l_.str.301@PAGEOFF bl _puts adrp x0, l_.str.302@PAGE add x0, x0, l_.str.302@PAGEOFF bl _puts adrp x0, l_.str.303@PAGE add x0, x0, l_.str.303@PAGEOFF bl _puts adrp x0, l_.str.304@PAGE add x0, x0, l_.str.304@PAGEOFF bl _puts adrp x0, l_.str.305@PAGE add x0, x0, l_.str.305@PAGEOFF bl _puts adrp x0, l_.str.306@PAGE add x0, x0, l_.str.306@PAGEOFF bl _puts adrp x0, l_.str.307@PAGE add x0, x0, l_.str.307@PAGEOFF bl _puts adrp x0, l_.str.308@PAGE add x0, x0, l_.str.308@PAGEOFF bl _puts adrp x0, l_.str.309@PAGE add x0, x0, l_.str.309@PAGEOFF bl _puts adrp x0, l_.str.310@PAGE add x0, x0, l_.str.310@PAGEOFF bl _puts adrp x0, l_.str.311@PAGE add x0, x0, l_.str.311@PAGEOFF bl _puts adrp x0, l_.str.312@PAGE add x0, x0, l_.str.312@PAGEOFF bl _puts adrp x0, l_.str.313@PAGE add x0, x0, l_.str.313@PAGEOFF bl _puts adrp x0, l_.str.314@PAGE add x0, x0, l_.str.314@PAGEOFF bl _puts ldr x0, [sp, #344] ; 8-byte Folded Reload bl _puts ldr x0, [sp, #344] ; 8-byte Folded Reload bl _puts ldr w8, [sp, #356] ; 4-byte Folded Reload strb w8, [sp, #859] b LBB0_439 LBB0_439: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_450 Depth 4 ; Child Loop BB0_443 Depth 4 ldrb w8, [sp, #859] tbz w8, #0, LBB0_456 b LBB0_440 LBB0_440: ; in Loop: Header=BB0_439 Depth=3 add x8, sp, #852 str x8, [sp, #312] ; 8-byte Folded Spill str wzr, [sp, #852] adrp x0, l_.str.315@PAGE add x0, x0, l_.str.315@PAGEOFF bl _puts ldr x8, [sp, #312] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #852] str w8, [sp, #324] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_442 b LBB0_441 LBB0_441: ; in Loop: Header=BB0_439 Depth=3 ldr w8, [sp, #324] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_447 b LBB0_454 LBB0_442: ; in Loop: Header=BB0_439 Depth=3 b LBB0_443 LBB0_443: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_439 Depth=3 ; => This Inner Loop Header: Depth=4 ldrsw x9, [sp, #860] add x8, sp, #2248 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_446 b LBB0_444 LBB0_444: ; in Loop: Header=BB0_443 Depth=4 ldrsw x9, [sp, #860] add x8, sp, #2248 str x8, [sp, #304] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _toupper ldr x8, [sp, #304] ; 8-byte Folded Reload ldrsw x9, [sp, #860] strb w0, [x8, x9] b LBB0_445 LBB0_445: ; in Loop: Header=BB0_443 Depth=4 ldr w8, [sp, #860] add w8, w8, #1 str w8, [sp, #860] b LBB0_443 LBB0_446: ; in Loop: Header=BB0_439 Depth=3 strb wzr, [sp, #859] b LBB0_455 LBB0_447: ; in Loop: Header=BB0_439 Depth=3 ldrsb w0, [sp, #2248] bl _islower subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_449 b LBB0_448 LBB0_448: ; in Loop: Header=BB0_439 Depth=3 ldrsb w0, [sp, #2248] bl _toupper strb w0, [sp, #2248] b LBB0_449 LBB0_449: ; in Loop: Header=BB0_439 Depth=3 mov w8, #1 str w8, [sp, #860] b LBB0_450 LBB0_450: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_439 Depth=3 ; => This Inner Loop Header: Depth=4 ldrsw x9, [sp, #860] add x8, sp, #2248 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_453 b LBB0_451 LBB0_451: ; in Loop: Header=BB0_450 Depth=4 ldrsw x9, [sp, #860] add x8, sp, #2248 str x8, [sp, #296] ; 8-byte Folded Spill ldrsb w0, [x8, x9] bl _tolower ldr x8, [sp, #296] ; 8-byte Folded Reload ldrsw x9, [sp, #860] strb w0, [x8, x9] b LBB0_452 LBB0_452: ; in Loop: Header=BB0_450 Depth=4 ldr w8, [sp, #860] add w8, w8, #1 str w8, [sp, #860] b LBB0_450 LBB0_453: ; in Loop: Header=BB0_439 Depth=3 strb wzr, [sp, #859] b LBB0_455 LBB0_454: ; in Loop: Header=BB0_439 Depth=3 adrp x0, l_.str.316@PAGE add x0, x0, l_.str.316@PAGEOFF bl _puts b LBB0_455 LBB0_455: ; in Loop: Header=BB0_439 Depth=3 b LBB0_439 LBB0_456: ; in Loop: Header=BB0_437 Depth=2 b LBB0_457 LBB0_457: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; => This Loop Header: Depth=3 ; Child Loop BB0_459 Depth 4 ; Child Loop BB0_473 Depth 4 ; Child Loop BB0_483 Depth 5 ; Child Loop BB0_550 Depth 5 ; Child Loop BB0_566 Depth 4 ; Child Loop BB0_572 Depth 5 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_580 b LBB0_458 LBB0_458: ; in Loop: Header=BB0_457 Depth=3 ldr x10, [sp, #600] ; 8-byte Folded Reload strb wzr, [sp, #851] str wzr, [sp, #844] ldr w8, [sp, #888] str w8, [sp, #840] mov w8, #3 str w8, [sp, #836] str wzr, [sp, #832] strb wzr, [sp, #831] strb wzr, [sp, #830] strb wzr, [sp, #829] str wzr, [sp, #824] adrp x8, l___const.main.goblin@PAGE add x8, x8, l___const.main.goblin@PAGEOFF ldr x9, [x8] str x9, [sp, #1936] ldrh w8, [x8, #8] strh w8, [sp, #1944] adrp x8, l___const.main.zombie@PAGE add x8, x8, l___const.main.zombie@PAGEOFF ldr x9, [x8] str x9, [sp, #1920] ldrh w8, [x8, #8] strh w8, [sp, #1928] adrp x8, l___const.main.giant@PAGE add x8, x8, l___const.main.giant@PAGEOFF ldr x9, [x8] str x9, [sp, #1904] ldrh w8, [x8, #8] strh w8, [sp, #1912] adrp x9, l___const.main.highSumm@PAGE add x9, x9, l___const.main.highSumm@PAGEOFF ldr q0, [x9] add x8, sp, #1872 str q0, [x10, #32] ldur q0, [x9, #9] stur q0, [x8, #9] adrp x9, l___const.main.quetzal@PAGE add x9, x9, l___const.main.quetzal@PAGEOFF ldr q0, [x9] add x8, sp, #1840 str q0, [x10] ldur q0, [x9, #9] stur q0, [x8, #9] add x0, sp, #1790 adrp x1, l___const.main.goblinATT@PAGE add x1, x1, l___const.main.goblinATT@PAGEOFF mov x2, #50 str x2, [sp, #280] ; 8-byte Folded Spill bl _memcpy ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #1740 adrp x1, l___const.main.zombieATT@PAGE add x1, x1, l___const.main.zombieATT@PAGEOFF bl _memcpy add x0, sp, #1660 adrp x1, l___const.main.giantATT@PAGE add x1, x1, l___const.main.giantATT@PAGEOFF mov x2, #80 bl _memcpy add x0, sp, #1560 adrp x1, l___const.main.highATT@PAGE add x1, x1, l___const.main.highATT@PAGEOFF mov x2, #100 str x2, [sp, #288] ; 8-byte Folded Spill bl _memcpy ldr x2, [sp, #288] ; 8-byte Folded Reload add x0, sp, #1460 adrp x1, l___const.main.quetzalATT@PAGE add x1, x1, l___const.main.quetzalATT@PAGEOFF bl _memcpy b LBB0_459 LBB0_459: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; => This Inner Loop Header: Depth=4 ldrb w8, [sp, #867] tbz w8, #0, LBB0_468 b LBB0_460 LBB0_460: ; in Loop: Header=BB0_459 Depth=4 adrp x0, l_.str.317@PAGE add x0, x0, l_.str.317@PAGEOFF bl _puts adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _puts adrp x0, l_.str.319@PAGE add x0, x0, l_.str.319@PAGEOFF bl _puts adrp x0, l_.str.320@PAGE add x0, x0, l_.str.320@PAGEOFF bl _puts adrp x0, l_.str.321@PAGE add x0, x0, l_.str.321@PAGEOFF bl _puts mov x9, sp add x8, sp, #844 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #844] str w8, [sp, #276] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_463 b LBB0_461 LBB0_461: ; in Loop: Header=BB0_459 Depth=4 ldr w8, [sp, #276] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_464 b LBB0_462 LBB0_462: ; in Loop: Header=BB0_459 Depth=4 ldr w8, [sp, #276] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_465 b LBB0_466 LBB0_463: ; in Loop: Header=BB0_459 Depth=4 mov w8, #1 str w8, [sp, #888] mov w9, #5 str w9, [sp, #884] str w8, [sp, #880] mov w8, #15 str w8, [sp, #876] mov w9, #2 str w9, [sp, #872] str w8, [sp, #868] mov w8, #1 str w8, [sp, #272] ; 4-byte Folded Spill strb w8, [sp, #830] adrp x0, l_.str.322@PAGE add x0, x0, l_.str.322@PAGEOFF bl _puts ldr w8, [sp, #272] ; 4-byte Folded Reload strb w8, [sp, #851] strb wzr, [sp, #867] b LBB0_467 LBB0_464: ; in Loop: Header=BB0_459 Depth=4 mov w8, #1 str w8, [sp, #888] str w8, [sp, #884] mov w9, #10 str w9, [sp, #880] str w9, [sp, #876] str w9, [sp, #868] str w8, [sp, #872] mov w8, #1 str w8, [sp, #268] ; 4-byte Folded Spill strb w8, [sp, #831] adrp x0, l_.str.323@PAGE add x0, x0, l_.str.323@PAGEOFF bl _puts ldr w8, [sp, #268] ; 4-byte Folded Reload strb w8, [sp, #851] strb wzr, [sp, #867] b LBB0_467 LBB0_465: ; in Loop: Header=BB0_459 Depth=4 strb wzr, [sp, #851] adrp x0, l_.str.324@PAGE add x0, x0, l_.str.324@PAGEOFF bl _puts strb wzr, [sp, #867] b LBB0_467 LBB0_466: ; in Loop: Header=BB0_459 Depth=4 adrp x0, l_.str.325@PAGE add x0, x0, l_.str.325@PAGEOFF bl _puts b LBB0_467 LBB0_467: ; in Loop: Header=BB0_459 Depth=4 b LBB0_459 LBB0_468: ; in Loop: Header=BB0_457 Depth=3 ldrb w8, [sp, #851] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB0_470 b LBB0_469 LBB0_469: ; in Loop: Header=BB0_437 Depth=2 b LBB0_580 LBB0_470: ; in Loop: Header=BB0_457 Depth=3 ldr w8, [sp, #888] str w8, [sp, #840] ldrb w8, [sp, #851] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_472 b LBB0_471 LBB0_471: ; in Loop: Header=BB0_457 Depth=3 adrp x0, l_.str.326@PAGE add x0, x0, l_.str.326@PAGEOFF bl _puts b LBB0_472 LBB0_472: ; in Loop: Header=BB0_457 Depth=3 adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts b LBB0_473 LBB0_473: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; => This Loop Header: Depth=4 ; Child Loop BB0_483 Depth 5 ; Child Loop BB0_550 Depth 5 ldrb w8, [sp, #851] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne mov w9, #0 str w9, [sp, #264] ; 4-byte Folded Spill tbnz w8, #0, LBB0_475 b LBB0_474 LBB0_474: ; in Loop: Header=BB0_473 Depth=4 ldr w8, [sp, #840] subs w8, w8, #5 cset w8, le str w8, [sp, #264] ; 4-byte Folded Spill b LBB0_475 LBB0_475: ; in Loop: Header=BB0_473 Depth=4 ldr w8, [sp, #264] ; 4-byte Folded Reload tbz w8, #0, LBB0_563 b LBB0_476 LBB0_476: ; in Loop: Header=BB0_473 Depth=4 mov w8, #8 str w8, [sp, #820] mov w8, #5 str w8, [sp, #816] ldr w8, [sp, #840] mov w9, #3 mul w8, w8, w9 str w8, [sp, #824] ldrb w8, [sp, #830] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_478 b LBB0_477 LBB0_477: ; in Loop: Header=BB0_473 Depth=4 ldr w9, [sp, #824] ldr w8, [sp, #868] add w8, w8, w9 str w8, [sp, #868] ldr w9, [sp, #824] ldr w8, [sp, #876] add w8, w8, w9 str w8, [sp, #876] ldr w9, [sp, #824] ldr w8, [sp, #884] add w8, w8, w9 str w8, [sp, #884] ldr w8, [sp, #824] mov w9, #2 sdiv w9, w8, w9 ldr w8, [sp, #872] add w8, w8, w9 str w8, [sp, #872] b LBB0_482 LBB0_478: ; in Loop: Header=BB0_473 Depth=4 ldrb w8, [sp, #831] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_480 b LBB0_479 LBB0_479: ; in Loop: Header=BB0_473 Depth=4 ldr w8, [sp, #824] mov w10, #2 sdiv w8, w8, w10 mov w9, #3 mul w11, w9, w8 ldr w8, [sp, #868] add w8, w8, w11 str w8, [sp, #868] ldr w8, [sp, #824] sdiv w8, w8, w10 mul w10, w9, w8 ldr w8, [sp, #876] add w8, w8, w10 str w8, [sp, #876] ldr w8, [sp, #824] add w10, w8, #8 ldr w8, [sp, #880] add w8, w8, w10 str w8, [sp, #880] ldr w8, [sp, #824] sdiv w9, w8, w9 ldr w8, [sp, #872] add w8, w8, w9 str w8, [sp, #872] b LBB0_481 LBB0_480: ; in Loop: Header=BB0_473 Depth=4 adrp x0, l_.str.327@PAGE add x0, x0, l_.str.327@PAGEOFF bl _puts b LBB0_481 LBB0_481: ; in Loop: Header=BB0_473 Depth=4 b LBB0_482 LBB0_482: ; in Loop: Header=BB0_473 Depth=4 ldr w9, [sp, #824] ldr w8, [sp, #820] add w8, w8, w9, lsl #1 str w8, [sp, #820] ldr w9, [sp, #824] ldr w8, [sp, #816] add w8, w8, w9, lsl #1 str w8, [sp, #816] b LBB0_483 LBB0_483: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; Parent Loop BB0_473 Depth=4 ; => This Inner Loop Header: Depth=5 ldr w8, [sp, #820] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_559 b LBB0_484 LBB0_484: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_486 b LBB0_485 LBB0_485: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #816] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #1936 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _printf b LBB0_499 LBB0_486: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_488 b LBB0_487 LBB0_487: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #816] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #1920 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _printf b LBB0_498 LBB0_488: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_490 b LBB0_489 LBB0_489: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #816] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #1904 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _printf b LBB0_497 LBB0_490: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_492 b LBB0_491 LBB0_491: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #816] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #1872 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _printf b LBB0_496 LBB0_492: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_494 b LBB0_493 LBB0_493: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #816] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #1840 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.328@PAGE add x0, x0, l_.str.328@PAGEOFF bl _printf b LBB0_495 LBB0_494: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.329@PAGE add x0, x0, l_.str.329@PAGEOFF bl _puts b LBB0_495 LBB0_495: ; in Loop: Header=BB0_483 Depth=5 b LBB0_496 LBB0_496: ; in Loop: Header=BB0_483 Depth=5 b LBB0_497 LBB0_497: ; in Loop: Header=BB0_483 Depth=5 b LBB0_498 LBB0_498: ; in Loop: Header=BB0_483 Depth=5 b LBB0_499 LBB0_499: ; in Loop: Header=BB0_483 Depth=5 ldrb w8, [sp, #830] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_501 b LBB0_500 LBB0_500: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #876] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #884] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #2248 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.330@PAGE add x0, x0, l_.str.330@PAGEOFF bl _printf b LBB0_502 LBB0_501: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #876] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #880] ; implicit-def: $x8 mov x8, x9 mov x9, sp add x11, sp, #2248 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.331@PAGE add x0, x0, l_.str.331@PAGEOFF bl _printf b LBB0_502 LBB0_502: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _puts adrp x0, l_.str.332@PAGE add x0, x0, l_.str.332@PAGEOFF bl _puts adrp x0, l_.str.333@PAGE add x0, x0, l_.str.333@PAGEOFF bl _puts adrp x0, l_.str.334@PAGE add x0, x0, l_.str.334@PAGEOFF bl _puts mov x9, sp add x8, sp, #844 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf bl _rand ldr w9, [sp, #884] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #812] bl _rand ldr w9, [sp, #880] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #808] ldr w8, [sp, #844] str w8, [sp, #260] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_505 b LBB0_503 LBB0_503: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #260] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_506 b LBB0_504 LBB0_504: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #260] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_507 b LBB0_511 LBB0_505: ; in Loop: Header=BB0_483 Depth=5 ldr w9, [sp, #812] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.335@PAGE add x0, x0, l_.str.335@PAGEOFF bl _printf ldr w9, [sp, #812] ldr w8, [sp, #820] subs w8, w8, w9 str w8, [sp, #820] b LBB0_512 LBB0_506: ; in Loop: Header=BB0_483 Depth=5 ldr w9, [sp, #808] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.335@PAGE add x0, x0, l_.str.335@PAGEOFF bl _printf ldr w9, [sp, #808] ldr w8, [sp, #820] subs w8, w8, w9 str w8, [sp, #820] b LBB0_512 LBB0_507: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #836] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_509 b LBB0_508 LBB0_508: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.336@PAGE add x0, x0, l_.str.336@PAGEOFF bl _puts b LBB0_512 LBB0_509: ; in Loop: Header=BB0_483 Depth=5 ldr s1, [sp, #868] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldr s2, [sp, #876] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d2, d0 adrp x8, lCPI0_1@PAGE ldr d0, [x8, lCPI0_1@PAGEOFF] fmadd d0, d0, d1, d2 fcvtzs w8, d0 str w8, [sp, #876] ldr w8, [sp, #836] subs w8, w8, #1 str w8, [sp, #836] b LBB0_510 LBB0_510: ; in Loop: Header=BB0_483 Depth=5 b LBB0_512 LBB0_511: ; in Loop: Header=BB0_483 Depth=5 b LBB0_512 LBB0_512: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #820] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_532 b LBB0_513 LBB0_513: ; in Loop: Header=BB0_483 Depth=5 bl _rand ldr w9, [sp, #816] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldr w9, [sp, #872] subs w8, w8, w9 str w8, [sp, #832] ldr w8, [sp, #832] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_530 b LBB0_514 LBB0_514: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_516 b LBB0_515 LBB0_515: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1790 str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_529 LBB0_516: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_518 b LBB0_517 LBB0_517: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1740 str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_528 LBB0_518: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_520 b LBB0_519 LBB0_519: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1660 str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_527 LBB0_520: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_522 b LBB0_521 LBB0_521: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1560 str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_526 LBB0_522: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_524 b LBB0_523 LBB0_523: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1460 str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_525 LBB0_524: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.338@PAGE add x0, x0, l_.str.338@PAGEOFF bl _puts b LBB0_525 LBB0_525: ; in Loop: Header=BB0_483 Depth=5 b LBB0_526 LBB0_526: ; in Loop: Header=BB0_483 Depth=5 b LBB0_527 LBB0_527: ; in Loop: Header=BB0_483 Depth=5 b LBB0_528 LBB0_528: ; in Loop: Header=BB0_483 Depth=5 b LBB0_529 LBB0_529: ; in Loop: Header=BB0_483 Depth=5 ldr w9, [sp, #832] ldr w8, [sp, #876] subs w8, w8, w9 str w8, [sp, #876] ldr w9, [sp, #832] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.339@PAGE add x0, x0, l_.str.339@PAGEOFF bl _printf b LBB0_531 LBB0_530: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.340@PAGE add x0, x0, l_.str.340@PAGEOFF bl _puts b LBB0_531 LBB0_531: ; in Loop: Header=BB0_483 Depth=5 b LBB0_548 LBB0_532: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_534 b LBB0_533 LBB0_533: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1936 str x8, [x9] adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _printf b LBB0_547 LBB0_534: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_536 b LBB0_535 LBB0_535: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1920 str x8, [x9] adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _printf b LBB0_546 LBB0_536: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_538 b LBB0_537 LBB0_537: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1904 str x8, [x9] adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _printf b LBB0_545 LBB0_538: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_540 b LBB0_539 LBB0_539: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1872 str x8, [x9] adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _printf b LBB0_544 LBB0_540: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #840] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_542 b LBB0_541 LBB0_541: ; in Loop: Header=BB0_483 Depth=5 mov x9, sp add x8, sp, #1840 str x8, [x9] adrp x0, l_.str.341@PAGE add x0, x0, l_.str.341@PAGEOFF bl _printf b LBB0_543 LBB0_542: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.342@PAGE add x0, x0, l_.str.342@PAGEOFF bl _puts b LBB0_543 LBB0_543: ; in Loop: Header=BB0_483 Depth=5 b LBB0_544 LBB0_544: ; in Loop: Header=BB0_483 Depth=5 b LBB0_545 LBB0_545: ; in Loop: Header=BB0_483 Depth=5 b LBB0_546 LBB0_546: ; in Loop: Header=BB0_483 Depth=5 b LBB0_547 LBB0_547: ; in Loop: Header=BB0_483 Depth=5 b LBB0_548 LBB0_548: ; in Loop: Header=BB0_483 Depth=5 ldr w8, [sp, #876] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_558 b LBB0_549 LBB0_549: ; in Loop: Header=BB0_473 Depth=4 str wzr, [sp, #804] adrp x0, l_.str.343@PAGE add x0, x0, l_.str.343@PAGEOFF bl _puts mov w8, #1 strb w8, [sp, #829] strb w8, [sp, #803] b LBB0_550 LBB0_550: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; Parent Loop BB0_473 Depth=4 ; => This Inner Loop Header: Depth=5 ldrb w8, [sp, #803] tbz w8, #0, LBB0_557 b LBB0_551 LBB0_551: ; in Loop: Header=BB0_550 Depth=5 adrp x0, l_.str.344@PAGE add x0, x0, l_.str.344@PAGEOFF bl _puts mov x9, sp add x8, sp, #804 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #804] str w8, [sp, #256] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_553 b LBB0_552 LBB0_552: ; in Loop: Header=BB0_550 Depth=5 ldr w8, [sp, #256] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_554 b LBB0_555 LBB0_553: ; in Loop: Header=BB0_550 Depth=5 adrp x0, l_.str.345@PAGE add x0, x0, l_.str.345@PAGEOFF bl _puts strb wzr, [sp, #803] b LBB0_556 LBB0_554: ; in Loop: Header=BB0_550 Depth=5 adrp x0, l_.str.346@PAGE add x0, x0, l_.str.346@PAGEOFF bl _puts strb wzr, [sp, #803] strb wzr, [sp, #895] b LBB0_556 LBB0_555: ; in Loop: Header=BB0_550 Depth=5 adrp x0, l_.str.347@PAGE add x0, x0, l_.str.347@PAGEOFF bl _puts b LBB0_556 LBB0_556: ; in Loop: Header=BB0_550 Depth=5 b LBB0_550 LBB0_557: ; in Loop: Header=BB0_473 Depth=4 b LBB0_559 LBB0_558: ; in Loop: Header=BB0_483 Depth=5 adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _puts b LBB0_483 LBB0_559: ; in Loop: Header=BB0_473 Depth=4 ldrb w8, [sp, #829] and w8, w8, #0x1 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_561 b LBB0_560 LBB0_560: ; in Loop: Header=BB0_473 Depth=4 strb wzr, [sp, #851] b LBB0_561 LBB0_561: ; in Loop: Header=BB0_473 Depth=4 ldr w8, [sp, #840] str w8, [sp, #888] b LBB0_562 LBB0_562: ; in Loop: Header=BB0_473 Depth=4 ldr w8, [sp, #840] add w8, w8, #1 str w8, [sp, #840] b LBB0_473 LBB0_563: ; in Loop: Header=BB0_457 Depth=3 ldr w8, [sp, #888] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_579 b LBB0_564 LBB0_564: ; in Loop: Header=BB0_457 Depth=3 ldr w8, [sp, #876] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_579 b LBB0_565 LBB0_565: ; in Loop: Header=BB0_457 Depth=3 mov x9, sp add x8, sp, #2248 str x8, [sp, #248] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.348@PAGE add x0, x0, l_.str.348@PAGEOFF bl _printf ldr x8, [sp, #248] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.349@PAGE add x0, x0, l_.str.349@PAGEOFF bl _printf ldr w9, [sp, #888] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.350@PAGE add x0, x0, l_.str.350@PAGEOFF bl _printf ldr w9, [sp, #884] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.351@PAGE add x0, x0, l_.str.351@PAGEOFF bl _printf ldr w9, [sp, #880] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.352@PAGE add x0, x0, l_.str.352@PAGEOFF bl _printf ldr w9, [sp, #876] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.353@PAGE add x0, x0, l_.str.353@PAGEOFF bl _printf ldr w9, [sp, #872] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.354@PAGE add x0, x0, l_.str.354@PAGEOFF bl _printf ldr w9, [sp, #868] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.355@PAGE add x0, x0, l_.str.355@PAGEOFF bl _printf str wzr, [sp, #796] mov w8, #1 strb w8, [sp, #775] b LBB0_566 LBB0_566: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; => This Loop Header: Depth=4 ; Child Loop BB0_572 Depth 5 ldrb w8, [sp, #775] tbz w8, #0, LBB0_578 b LBB0_567 LBB0_567: ; in Loop: Header=BB0_566 Depth=4 adrp x0, l_.str.356@PAGE add x0, x0, l_.str.356@PAGEOFF bl _puts adrp x0, l_.str.357@PAGE add x0, x0, l_.str.357@PAGEOFF bl _puts adrp x0, l_.str.358@PAGE add x0, x0, l_.str.358@PAGEOFF bl _puts adrp x0, l_.str.359@PAGE add x0, x0, l_.str.359@PAGEOFF bl _puts adrp x0, l_.str.360@PAGE add x0, x0, l_.str.360@PAGEOFF bl _puts mov x9, sp add x8, sp, #796 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #796] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #240] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_576 ; %bb.568: ; in Loop: Header=BB0_566 Depth=4 ldr x11, [sp, #240] ; 8-byte Folded Reload adrp x10, lJTI0_3@PAGE add x10, x10, lJTI0_3@PAGEOFF Ltmp5: adr x8, Ltmp5 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_569: ; in Loop: Header=BB0_566 Depth=4 strb wzr, [sp, #775] b LBB0_577 LBB0_570: ; in Loop: Header=BB0_566 Depth=4 adrp x0, l_.str.361@PAGE add x0, x0, l_.str.361@PAGEOFF bl _puts adrp x0, l_.str.362@PAGE add x0, x0, l_.str.362@PAGEOFF adrp x1, l_.str.363@PAGE add x1, x1, l_.str.363@PAGEOFF bl _fopen str x0, [sp, #776] ldr x0, [sp, #776] mov x9, sp add x8, sp, #2248 str x8, [x9] adrp x1, l_.str.364@PAGE add x1, x1, l_.str.364@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #888] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.350@PAGE add x1, x1, l_.str.350@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #884] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.351@PAGE add x1, x1, l_.str.351@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #880] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.352@PAGE add x1, x1, l_.str.352@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #876] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.353@PAGE add x1, x1, l_.str.353@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #872] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.354@PAGE add x1, x1, l_.str.354@PAGEOFF bl _fprintf ldr x0, [sp, #776] ldr w9, [sp, #868] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.355@PAGE add x1, x1, l_.str.355@PAGEOFF bl _fprintf ldr x0, [sp, #776] adrp x1, l_.str.365@PAGE add x1, x1, l_.str.365@PAGEOFF bl _fprintf ldr x0, [sp, #776] bl _fclose b LBB0_577 LBB0_571: ; in Loop: Header=BB0_566 Depth=4 adrp x0, l_.str.366@PAGE add x0, x0, l_.str.366@PAGEOFF bl _puts adrp x0, l_.str.362@PAGE add x0, x0, l_.str.362@PAGEOFF adrp x1, l_.str.367@PAGE add x1, x1, l_.str.367@PAGEOFF bl _fopen str x0, [sp, #784] b LBB0_572 LBB0_572: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_437 Depth=2 ; Parent Loop BB0_457 Depth=3 ; Parent Loop BB0_566 Depth=4 ; => This Inner Loop Header: Depth=5 ldr x0, [sp, #784] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_574 b LBB0_573 LBB0_573: ; in Loop: Header=BB0_572 Depth=5 ldr x0, [sp, #784] mov x9, sp add x8, sp, #1430 str x8, [sp, #232] ; 8-byte Folded Spill str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fscanf ldr x8, [sp, #232] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.337@PAGE add x0, x0, l_.str.337@PAGEOFF bl _printf b LBB0_572 LBB0_574: ; in Loop: Header=BB0_566 Depth=4 ldr x0, [sp, #784] bl _fclose b LBB0_577 LBB0_575: ; in Loop: Header=BB0_566 Depth=4 adrp x0, l_.str.368@PAGE add x0, x0, l_.str.368@PAGEOFF bl _puts strb wzr, [sp, #775] strb wzr, [sp, #895] b LBB0_577 LBB0_576: ; in Loop: Header=BB0_566 Depth=4 adrp x0, l_.str.369@PAGE add x0, x0, l_.str.369@PAGEOFF bl _puts b LBB0_577 LBB0_577: ; in Loop: Header=BB0_566 Depth=4 b LBB0_566 LBB0_578: ; in Loop: Header=BB0_457 Depth=3 b LBB0_579 LBB0_579: ; in Loop: Header=BB0_457 Depth=3 adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _puts b LBB0_457 LBB0_580: ; in Loop: Header=BB0_437 Depth=2 b LBB0_437 LBB0_581: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_582: ; in Loop: Header=BB0_1 Depth=1 b LBB0_583 LBB0_583: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_585 b LBB0_584 LBB0_584: ; in Loop: Header=BB0_583 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts adrp x0, l_.str.370@PAGE add x0, x0, l_.str.370@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_583 LBB0_585: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_586: ; in Loop: Header=BB0_1 Depth=1 b LBB0_587 LBB0_587: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_608 b LBB0_588 LBB0_588: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.371@PAGE add x0, x0, l_.str.371@PAGEOFF bl _puts adrp x0, l_.str.372@PAGE add x0, x0, l_.str.372@PAGEOFF bl _puts adrp x0, l_.str.373@PAGE add x0, x0, l_.str.373@PAGEOFF bl _puts adrp x0, l_.str.374@PAGE add x0, x0, l_.str.374@PAGEOFF bl _puts adrp x0, l_.str.375@PAGE add x0, x0, l_.str.375@PAGEOFF bl _puts adrp x0, l_.str.376@PAGE add x0, x0, l_.str.376@PAGEOFF bl _puts adrp x0, l_.str.377@PAGE add x0, x0, l_.str.377@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #224] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_606 ; %bb.589: ; in Loop: Header=BB0_587 Depth=2 ldr x11, [sp, #224] ; 8-byte Folded Reload adrp x10, lJTI0_2@PAGE add x10, x10, lJTI0_2@PAGEOFF Ltmp6: adr x8, Ltmp6 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_590: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.378@PAGE add x0, x0, l_.str.378@PAGEOFF bl _puts adrp x0, l_.str.379@PAGE add x0, x0, l_.str.379@PAGEOFF bl _puts adrp x0, l_.str.380@PAGE add x0, x0, l_.str.380@PAGEOFF bl _puts adrp x0, l_.str.381@PAGE add x0, x0, l_.str.381@PAGEOFF bl _puts adrp x0, l_.str.382@PAGE add x0, x0, l_.str.382@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] str w8, [sp, #220] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_593 b LBB0_591 LBB0_591: ; in Loop: Header=BB0_587 Depth=2 ldr w8, [sp, #220] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_594 b LBB0_592 LBB0_592: ; in Loop: Header=BB0_587 Depth=2 ldr w8, [sp, #220] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_595 b LBB0_596 LBB0_593: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.383@PAGE add x0, x0, l_.str.383@PAGEOFF bl _puts adrp x0, l_.str.384@PAGE add x0, x0, l_.str.384@PAGEOFF bl _puts adrp x0, l_.str.385@PAGE add x0, x0, l_.str.385@PAGEOFF bl _puts adrp x0, l_.str.386@PAGE add x0, x0, l_.str.386@PAGEOFF bl _puts adrp x0, l_.str.387@PAGE add x0, x0, l_.str.387@PAGEOFF bl _puts adrp x0, l_.str.388@PAGE add x0, x0, l_.str.388@PAGEOFF bl _puts adrp x0, l_.str.389@PAGE add x0, x0, l_.str.389@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_597 LBB0_594: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.390@PAGE add x0, x0, l_.str.390@PAGEOFF bl _puts b LBB0_597 LBB0_595: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.391@PAGE add x0, x0, l_.str.391@PAGEOFF bl _puts adrp x0, l_.str.392@PAGE add x0, x0, l_.str.392@PAGEOFF bl _puts b LBB0_597 LBB0_596: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.393@PAGE add x0, x0, l_.str.393@PAGEOFF bl _puts b LBB0_597 LBB0_597: ; in Loop: Header=BB0_587 Depth=2 b LBB0_607 LBB0_598: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.394@PAGE add x0, x0, l_.str.394@PAGEOFF bl _puts b LBB0_607 LBB0_599: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.395@PAGE add x0, x0, l_.str.395@PAGEOFF bl _puts adrp x0, l_.str.396@PAGE add x0, x0, l_.str.396@PAGEOFF bl _puts adrp x0, l_.str.397@PAGE add x0, x0, l_.str.397@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] str w8, [sp, #216] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_601 b LBB0_600 LBB0_600: ; in Loop: Header=BB0_587 Depth=2 ldr w8, [sp, #216] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_602 b LBB0_603 LBB0_601: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.398@PAGE add x0, x0, l_.str.398@PAGEOFF bl _puts b LBB0_604 LBB0_602: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.399@PAGE add x0, x0, l_.str.399@PAGEOFF bl _puts b LBB0_604 LBB0_603: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.400@PAGE add x0, x0, l_.str.400@PAGEOFF bl _puts b LBB0_604 LBB0_604: ; in Loop: Header=BB0_587 Depth=2 b LBB0_607 LBB0_605: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.401@PAGE add x0, x0, l_.str.401@PAGEOFF bl _puts adrp x0, l_.str.402@PAGE add x0, x0, l_.str.402@PAGEOFF bl _puts b LBB0_607 LBB0_606: ; in Loop: Header=BB0_587 Depth=2 adrp x0, l_.str.403@PAGE add x0, x0, l_.str.403@PAGEOFF bl _printf b LBB0_607 LBB0_607: ; in Loop: Header=BB0_587 Depth=2 b LBB0_587 LBB0_608: ; in Loop: Header=BB0_1 Depth=1 b LBB0_609 LBB0_609: ; in Loop: Header=BB0_1 Depth=1 b LBB0_610 LBB0_610: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_612 b LBB0_611 LBB0_611: ; in Loop: Header=BB0_610 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_610 LBB0_612: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_613: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #768] str wzr, [sp, #764] str wzr, [sp, #760] str wzr, [sp, #756] adrp x0, l_.str.404@PAGE add x0, x0, l_.str.404@PAGEOFF bl _puts ldr w8, [sp, #760] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #756] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.405@PAGE add x0, x0, l_.str.405@PAGEOFF bl _printf adrp x0, l_.str.406@PAGE add x0, x0, l_.str.406@PAGEOFF bl _puts adrp x0, l_.str.407@PAGE add x0, x0, l_.str.407@PAGEOFF bl _puts str wzr, [sp, #764] b LBB0_614 LBB0_614: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #764] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB0_623 b LBB0_615 LBB0_615: ; in Loop: Header=BB0_614 Depth=2 adrp x0, l_.str.408@PAGE add x0, x0, l_.str.408@PAGEOFF bl _puts adrp x0, l_.str.409@PAGE add x0, x0, l_.str.409@PAGEOFF bl _printf mov x9, sp add x8, sp, #768 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #768] str w8, [sp, #212] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_618 b LBB0_616 LBB0_616: ; in Loop: Header=BB0_614 Depth=2 ldr w8, [sp, #212] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_619 b LBB0_617 LBB0_617: ; in Loop: Header=BB0_614 Depth=2 ldr w8, [sp, #212] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_620 b LBB0_621 LBB0_618: ; in Loop: Header=BB0_614 Depth=2 adrp x0, l_.str.410@PAGE add x0, x0, l_.str.410@PAGEOFF bl _puts b LBB0_621 LBB0_619: ; in Loop: Header=BB0_614 Depth=2 adrp x0, l_.str.411@PAGE add x0, x0, l_.str.411@PAGEOFF bl _puts b LBB0_621 LBB0_620: ; in Loop: Header=BB0_614 Depth=2 adrp x0, l_.str.412@PAGE add x0, x0, l_.str.412@PAGEOFF bl _puts b LBB0_621 LBB0_621: ; in Loop: Header=BB0_614 Depth=2 b LBB0_622 LBB0_622: ; in Loop: Header=BB0_614 Depth=2 ldr w8, [sp, #764] add w8, w8, #1 str w8, [sp, #764] b LBB0_614 LBB0_623: ; in Loop: Header=BB0_1 Depth=1 b LBB0_624 LBB0_624: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #768] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_626 b LBB0_625 LBB0_625: ; in Loop: Header=BB0_624 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #768 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_624 LBB0_626: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_627: ; in Loop: Header=BB0_1 Depth=1 b LBB0_628 LBB0_628: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_796 b LBB0_629 LBB0_629: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.413@PAGE add x0, x0, l_.str.413@PAGEOFF bl _printf mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand str wzr, [sp, #748] bl _rand mov w9, #4 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #744] adrp x0, l_.str.414@PAGE add x0, x0, l_.str.414@PAGEOFF bl _printf adrp x0, l_.str.415@PAGE add x0, x0, l_.str.415@PAGEOFF bl _printf adrp x0, l_.str.416@PAGE add x0, x0, l_.str.416@PAGEOFF bl _printf adrp x0, l_.str.417@PAGE add x0, x0, l_.str.417@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_630 LBB0_630: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #752] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_787 b LBB0_631 LBB0_631: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_708 b LBB0_632 LBB0_632: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.418@PAGE add x0, x0, l_.str.418@PAGEOFF bl _printf adrp x0, l_.str.419@PAGE add x0, x0, l_.str.419@PAGEOFF bl _printf adrp x0, l_.str.420@PAGE add x0, x0, l_.str.420@PAGEOFF bl _printf adrp x0, l_.str.421@PAGE add x0, x0, l_.str.421@PAGEOFF bl _printf ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_669 b LBB0_633 LBB0_633: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.422@PAGE add x0, x0, l_.str.422@PAGEOFF bl _printf adrp x0, l_.str.423@PAGE add x0, x0, l_.str.423@PAGEOFF bl _printf adrp x0, l_.str.424@PAGE add x0, x0, l_.str.424@PAGEOFF bl _printf adrp x0, l_.str.425@PAGE add x0, x0, l_.str.425@PAGEOFF bl _printf adrp x0, l_.str.426@PAGE add x0, x0, l_.str.426@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_650 b LBB0_634 LBB0_634: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.428@PAGE add x0, x0, l_.str.428@PAGEOFF bl _printf adrp x0, l_.str.429@PAGE add x0, x0, l_.str.429@PAGEOFF bl _printf adrp x0, l_.str.430@PAGE add x0, x0, l_.str.430@PAGEOFF bl _printf adrp x0, l_.str.431@PAGE add x0, x0, l_.str.431@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.433@PAGE add x0, x0, l_.str.433@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_641 b LBB0_635 LBB0_635: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_637 b LBB0_636 LBB0_636: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.440@PAGE add x0, x0, l_.str.440@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower b LBB0_787 LBB0_637: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_639 b LBB0_638 LBB0_638: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.442@PAGE add x0, x0, l_.str.442@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_639: ; in Loop: Header=BB0_630 Depth=2 b LBB0_640 LBB0_640: ; in Loop: Header=BB0_630 Depth=2 b LBB0_649 LBB0_641: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_648 b LBB0_642 LBB0_642: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.443@PAGE add x0, x0, l_.str.443@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_644 b LBB0_643 LBB0_643: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.444@PAGE add x0, x0, l_.str.444@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_644: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_646 b LBB0_645 LBB0_645: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.445@PAGE add x0, x0, l_.str.445@PAGEOFF bl _printf b LBB0_787 LBB0_646: ; in Loop: Header=BB0_630 Depth=2 b LBB0_647 LBB0_647: ; in Loop: Header=BB0_630 Depth=2 b LBB0_648 LBB0_648: ; in Loop: Header=BB0_630 Depth=2 b LBB0_649 LBB0_649: ; in Loop: Header=BB0_630 Depth=2 b LBB0_668 LBB0_650: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_667 b LBB0_651 LBB0_651: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.446@PAGE add x0, x0, l_.str.446@PAGEOFF bl _printf adrp x0, l_.str.447@PAGE add x0, x0, l_.str.447@PAGEOFF bl _printf adrp x0, l_.str.448@PAGE add x0, x0, l_.str.448@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.449@PAGE add x0, x0, l_.str.449@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_658 b LBB0_652 LBB0_652: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_654 b LBB0_653 LBB0_653: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.450@PAGE add x0, x0, l_.str.450@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_654: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_656 b LBB0_655 LBB0_655: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.451@PAGE add x0, x0, l_.str.451@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_656: ; in Loop: Header=BB0_630 Depth=2 b LBB0_657 LBB0_657: ; in Loop: Header=BB0_630 Depth=2 b LBB0_666 LBB0_658: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_665 b LBB0_659 LBB0_659: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.452@PAGE add x0, x0, l_.str.452@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_661 b LBB0_660 LBB0_660: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.450@PAGE add x0, x0, l_.str.450@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_661: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_663 b LBB0_662 LBB0_662: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.451@PAGE add x0, x0, l_.str.451@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_663: ; in Loop: Header=BB0_630 Depth=2 b LBB0_664 LBB0_664: ; in Loop: Header=BB0_630 Depth=2 b LBB0_665 LBB0_665: ; in Loop: Header=BB0_630 Depth=2 b LBB0_666 LBB0_666: ; in Loop: Header=BB0_630 Depth=2 b LBB0_667 LBB0_667: ; in Loop: Header=BB0_630 Depth=2 b LBB0_668 LBB0_668: ; in Loop: Header=BB0_630 Depth=2 b LBB0_707 LBB0_669: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_706 b LBB0_670 LBB0_670: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.453@PAGE add x0, x0, l_.str.453@PAGEOFF bl _printf adrp x0, l_.str.423@PAGE add x0, x0, l_.str.423@PAGEOFF bl _printf adrp x0, l_.str.454@PAGE add x0, x0, l_.str.454@PAGEOFF bl _printf adrp x0, l_.str.455@PAGE add x0, x0, l_.str.455@PAGEOFF bl _printf adrp x0, l_.str.426@PAGE add x0, x0, l_.str.426@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_687 b LBB0_671 LBB0_671: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.456@PAGE add x0, x0, l_.str.456@PAGEOFF bl _printf adrp x0, l_.str.429@PAGE add x0, x0, l_.str.429@PAGEOFF bl _printf adrp x0, l_.str.430@PAGE add x0, x0, l_.str.430@PAGEOFF bl _printf adrp x0, l_.str.457@PAGE add x0, x0, l_.str.457@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.433@PAGE add x0, x0, l_.str.433@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_678 b LBB0_672 LBB0_672: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_674 b LBB0_673 LBB0_673: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.458@PAGE add x0, x0, l_.str.458@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_674: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_676 b LBB0_675 LBB0_675: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.459@PAGE add x0, x0, l_.str.459@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_676: ; in Loop: Header=BB0_630 Depth=2 b LBB0_677 LBB0_677: ; in Loop: Header=BB0_630 Depth=2 b LBB0_686 LBB0_678: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_685 b LBB0_679 LBB0_679: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.443@PAGE add x0, x0, l_.str.443@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_681 b LBB0_680 LBB0_680: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.458@PAGE add x0, x0, l_.str.458@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_681: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_683 b LBB0_682 LBB0_682: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.459@PAGE add x0, x0, l_.str.459@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_683: ; in Loop: Header=BB0_630 Depth=2 b LBB0_684 LBB0_684: ; in Loop: Header=BB0_630 Depth=2 b LBB0_685 LBB0_685: ; in Loop: Header=BB0_630 Depth=2 b LBB0_686 LBB0_686: ; in Loop: Header=BB0_630 Depth=2 b LBB0_705 LBB0_687: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_704 b LBB0_688 LBB0_688: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.460@PAGE add x0, x0, l_.str.460@PAGEOFF bl _printf adrp x0, l_.str.447@PAGE add x0, x0, l_.str.447@PAGEOFF bl _printf adrp x0, l_.str.461@PAGE add x0, x0, l_.str.461@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.449@PAGE add x0, x0, l_.str.449@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_695 b LBB0_689 LBB0_689: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_691 b LBB0_690 LBB0_690: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.462@PAGE add x0, x0, l_.str.462@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_691: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_693 b LBB0_692 LBB0_692: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.451@PAGE add x0, x0, l_.str.451@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_693: ; in Loop: Header=BB0_630 Depth=2 b LBB0_694 LBB0_694: ; in Loop: Header=BB0_630 Depth=2 b LBB0_703 LBB0_695: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_702 b LBB0_696 LBB0_696: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.463@PAGE add x0, x0, l_.str.463@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.427@PAGE add x0, x0, l_.str.427@PAGEOFF bl _printf ldr w0, [sp, #744] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_698 b LBB0_697 LBB0_697: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.462@PAGE add x0, x0, l_.str.462@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_698: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_700 b LBB0_699 LBB0_699: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.451@PAGE add x0, x0, l_.str.451@PAGEOFF bl _printf adrp x0, l_.str.441@PAGE add x0, x0, l_.str.441@PAGEOFF bl _printf b LBB0_787 LBB0_700: ; in Loop: Header=BB0_630 Depth=2 b LBB0_701 LBB0_701: ; in Loop: Header=BB0_630 Depth=2 b LBB0_702 LBB0_702: ; in Loop: Header=BB0_630 Depth=2 b LBB0_703 LBB0_703: ; in Loop: Header=BB0_630 Depth=2 b LBB0_704 LBB0_704: ; in Loop: Header=BB0_630 Depth=2 b LBB0_705 LBB0_705: ; in Loop: Header=BB0_630 Depth=2 b LBB0_706 LBB0_706: ; in Loop: Header=BB0_630 Depth=2 b LBB0_707 LBB0_707: ; in Loop: Header=BB0_630 Depth=2 b LBB0_786 LBB0_708: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_785 b LBB0_709 LBB0_709: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.464@PAGE add x0, x0, l_.str.464@PAGEOFF bl _printf adrp x0, l_.str.465@PAGE add x0, x0, l_.str.465@PAGEOFF bl _printf adrp x0, l_.str.466@PAGE add x0, x0, l_.str.466@PAGEOFF bl _printf adrp x0, l_.str.467@PAGE add x0, x0, l_.str.467@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_746 b LBB0_710 LBB0_710: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.468@PAGE add x0, x0, l_.str.468@PAGEOFF bl _printf adrp x0, l_.str.423@PAGE add x0, x0, l_.str.423@PAGEOFF bl _printf adrp x0, l_.str.469@PAGE add x0, x0, l_.str.469@PAGEOFF bl _printf adrp x0, l_.str.470@PAGE add x0, x0, l_.str.470@PAGEOFF bl _printf adrp x0, l_.str.426@PAGE add x0, x0, l_.str.426@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_727 b LBB0_711 LBB0_711: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.472@PAGE add x0, x0, l_.str.472@PAGEOFF bl _printf adrp x0, l_.str.429@PAGE add x0, x0, l_.str.429@PAGEOFF bl _printf adrp x0, l_.str.430@PAGE add x0, x0, l_.str.430@PAGEOFF bl _printf adrp x0, l_.str.473@PAGE add x0, x0, l_.str.473@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.433@PAGE add x0, x0, l_.str.433@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_718 b LBB0_712 LBB0_712: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_714 b LBB0_713 LBB0_713: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.474@PAGE add x0, x0, l_.str.474@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_714: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_716 b LBB0_715 LBB0_715: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.476@PAGE add x0, x0, l_.str.476@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_716: ; in Loop: Header=BB0_630 Depth=2 b LBB0_717 LBB0_717: ; in Loop: Header=BB0_630 Depth=2 b LBB0_726 LBB0_718: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_725 b LBB0_719 LBB0_719: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.443@PAGE add x0, x0, l_.str.443@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_721 b LBB0_720 LBB0_720: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.474@PAGE add x0, x0, l_.str.474@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_721: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_723 b LBB0_722 LBB0_722: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.476@PAGE add x0, x0, l_.str.476@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_723: ; in Loop: Header=BB0_630 Depth=2 b LBB0_724 LBB0_724: ; in Loop: Header=BB0_630 Depth=2 b LBB0_725 LBB0_725: ; in Loop: Header=BB0_630 Depth=2 b LBB0_726 LBB0_726: ; in Loop: Header=BB0_630 Depth=2 b LBB0_745 LBB0_727: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_744 b LBB0_728 LBB0_728: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.477@PAGE add x0, x0, l_.str.477@PAGEOFF bl _printf adrp x0, l_.str.478@PAGE add x0, x0, l_.str.478@PAGEOFF bl _printf adrp x0, l_.str.473@PAGE add x0, x0, l_.str.473@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.449@PAGE add x0, x0, l_.str.449@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_735 b LBB0_729 LBB0_729: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_731 b LBB0_730 LBB0_730: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.479@PAGE add x0, x0, l_.str.479@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_731: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_733 b LBB0_732 LBB0_732: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.480@PAGE add x0, x0, l_.str.480@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_733: ; in Loop: Header=BB0_630 Depth=2 b LBB0_734 LBB0_734: ; in Loop: Header=BB0_630 Depth=2 b LBB0_743 LBB0_735: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_742 b LBB0_736 LBB0_736: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.463@PAGE add x0, x0, l_.str.463@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_738 b LBB0_737 LBB0_737: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.479@PAGE add x0, x0, l_.str.479@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_738: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_740 b LBB0_739 LBB0_739: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.480@PAGE add x0, x0, l_.str.480@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_740: ; in Loop: Header=BB0_630 Depth=2 b LBB0_741 LBB0_741: ; in Loop: Header=BB0_630 Depth=2 b LBB0_742 LBB0_742: ; in Loop: Header=BB0_630 Depth=2 b LBB0_743 LBB0_743: ; in Loop: Header=BB0_630 Depth=2 b LBB0_744 LBB0_744: ; in Loop: Header=BB0_630 Depth=2 b LBB0_745 LBB0_745: ; in Loop: Header=BB0_630 Depth=2 b LBB0_784 LBB0_746: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_783 b LBB0_747 LBB0_747: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.481@PAGE add x0, x0, l_.str.481@PAGEOFF bl _printf adrp x0, l_.str.423@PAGE add x0, x0, l_.str.423@PAGEOFF bl _printf adrp x0, l_.str.482@PAGE add x0, x0, l_.str.482@PAGEOFF bl _printf adrp x0, l_.str.483@PAGE add x0, x0, l_.str.483@PAGEOFF bl _printf adrp x0, l_.str.426@PAGE add x0, x0, l_.str.426@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_764 b LBB0_748 LBB0_748: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.484@PAGE add x0, x0, l_.str.484@PAGEOFF bl _printf adrp x0, l_.str.429@PAGE add x0, x0, l_.str.429@PAGEOFF bl _printf adrp x0, l_.str.430@PAGE add x0, x0, l_.str.430@PAGEOFF bl _printf adrp x0, l_.str.485@PAGE add x0, x0, l_.str.485@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.433@PAGE add x0, x0, l_.str.433@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_755 b LBB0_749 LBB0_749: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_751 b LBB0_750 LBB0_750: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.486@PAGE add x0, x0, l_.str.486@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_751: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_753 b LBB0_752 LBB0_752: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.487@PAGE add x0, x0, l_.str.487@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_753: ; in Loop: Header=BB0_630 Depth=2 b LBB0_754 LBB0_754: ; in Loop: Header=BB0_630 Depth=2 b LBB0_763 LBB0_755: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_762 b LBB0_756 LBB0_756: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.443@PAGE add x0, x0, l_.str.443@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_758 b LBB0_757 LBB0_757: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.486@PAGE add x0, x0, l_.str.486@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_758: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_760 b LBB0_759 LBB0_759: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.487@PAGE add x0, x0, l_.str.487@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_760: ; in Loop: Header=BB0_630 Depth=2 b LBB0_761 LBB0_761: ; in Loop: Header=BB0_630 Depth=2 b LBB0_762 LBB0_762: ; in Loop: Header=BB0_630 Depth=2 b LBB0_763 LBB0_763: ; in Loop: Header=BB0_630 Depth=2 b LBB0_782 LBB0_764: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_781 b LBB0_765 LBB0_765: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.488@PAGE add x0, x0, l_.str.488@PAGEOFF bl _printf adrp x0, l_.str.447@PAGE add x0, x0, l_.str.447@PAGEOFF bl _printf adrp x0, l_.str.461@PAGE add x0, x0, l_.str.461@PAGEOFF bl _printf adrp x0, l_.str.432@PAGE add x0, x0, l_.str.432@PAGEOFF bl _printf adrp x0, l_.str.449@PAGE add x0, x0, l_.str.449@PAGEOFF bl _printf adrp x0, l_.str.434@PAGE add x0, x0, l_.str.434@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_772 b LBB0_766 LBB0_766: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.435@PAGE add x0, x0, l_.str.435@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_768 b LBB0_767 LBB0_767: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.489@PAGE add x0, x0, l_.str.489@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_768: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_770 b LBB0_769 LBB0_769: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.490@PAGE add x0, x0, l_.str.490@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_770: ; in Loop: Header=BB0_630 Depth=2 b LBB0_771 LBB0_771: ; in Loop: Header=BB0_630 Depth=2 b LBB0_775 LBB0_772: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_774 b LBB0_773 LBB0_773: ; in Loop: Header=BB0_630 Depth=2 adrp x0, l_.str.463@PAGE add x0, x0, l_.str.463@PAGEOFF bl _printf adrp x0, l_.str.436@PAGE add x0, x0, l_.str.436@PAGEOFF bl _printf adrp x0, l_.str.437@PAGE add x0, x0, l_.str.437@PAGEOFF bl _printf adrp x0, l_.str.438@PAGE add x0, x0, l_.str.438@PAGEOFF bl _printf adrp x0, l_.str.439@PAGE add x0, x0, l_.str.439@PAGEOFF bl _printf mov x9, sp add x8, sp, #752 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #748] add w8, w8, #1 str w8, [sp, #748] adrp x0, l_.str.471@PAGE add x0, x0, l_.str.471@PAGEOFF bl _printf ldr w0, [sp, #748] bl _weaponPower b LBB0_774 LBB0_774: ; in Loop: Header=BB0_630 Depth=2 b LBB0_775 LBB0_775: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_777 b LBB0_776 LBB0_776: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.489@PAGE add x0, x0, l_.str.489@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_777: ; in Loop: Header=BB0_630 Depth=2 ldr w8, [sp, #752] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_779 b LBB0_778 LBB0_778: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.490@PAGE add x0, x0, l_.str.490@PAGEOFF bl _printf adrp x0, l_.str.475@PAGE add x0, x0, l_.str.475@PAGEOFF bl _printf b LBB0_787 LBB0_779: ; in Loop: Header=BB0_630 Depth=2 b LBB0_780 LBB0_780: ; in Loop: Header=BB0_630 Depth=2 b LBB0_781 LBB0_781: ; in Loop: Header=BB0_630 Depth=2 b LBB0_782 LBB0_782: ; in Loop: Header=BB0_630 Depth=2 b LBB0_783 LBB0_783: ; in Loop: Header=BB0_630 Depth=2 b LBB0_784 LBB0_784: ; in Loop: Header=BB0_630 Depth=2 b LBB0_785 LBB0_785: ; in Loop: Header=BB0_630 Depth=2 b LBB0_786 LBB0_786: ; in Loop: Header=BB0_630 Depth=2 b LBB0_630 LBB0_787: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.491@PAGE add x0, x0, l_.str.491@PAGEOFF bl _printf str wzr, [sp, #740] b LBB0_788 LBB0_788: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #740] subs w8, w8, #20 cset w8, ge tbnz w8, #0, LBB0_791 b LBB0_789 LBB0_789: ; in Loop: Header=BB0_788 Depth=2 adrp x0, l_.str.492@PAGE add x0, x0, l_.str.492@PAGEOFF bl _printf b LBB0_790 LBB0_790: ; in Loop: Header=BB0_788 Depth=2 ldr w8, [sp, #740] add w8, w8, #1 str w8, [sp, #740] b LBB0_788 LBB0_791: ; in Loop: Header=BB0_1 Depth=1 adrp x8, l___const.main.creatorName@PAGE add x8, x8, l___const.main.creatorName@PAGEOFF ldr x8, [x8] str x8, [sp, #1416] str wzr, [sp, #740] b LBB0_792 LBB0_792: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldrsw x8, [sp, #740] str x8, [sp, #200] ; 8-byte Folded Spill add x0, sp, #1416 bl _strlen ldr x8, [sp, #200] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_795 b LBB0_793 LBB0_793: ; in Loop: Header=BB0_792 Depth=2 ldrsw x9, [sp, #740] add x8, sp, #1416 ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.493@PAGE add x0, x0, l_.str.493@PAGEOFF bl _printf b LBB0_794 LBB0_794: ; in Loop: Header=BB0_792 Depth=2 ldr w8, [sp, #740] add w8, w8, #1 str w8, [sp, #740] b LBB0_792 LBB0_795: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.494@PAGE add x0, x0, l_.str.494@PAGEOFF str x0, [sp, #192] ; 8-byte Folded Spill adrp x1, l_.str.495@PAGE add x1, x1, l_.str.495@PAGEOFF bl _fopen mov x8, x0 ldr x0, [sp, #192] ; 8-byte Folded Reload str x8, [sp, #728] adrp x1, l_.str.363@PAGE add x1, x1, l_.str.363@PAGEOFF bl _fopen str x0, [sp, #720] adrp x0, l_.str.496@PAGE add x0, x0, l_.str.496@PAGEOFF bl _printf ldr x0, [sp, #720] adrp x1, l_.str.497@PAGE add x1, x1, l_.str.497@PAGEOFF bl _fprintf ldr x0, [sp, #720] bl _fclose ldr x0, [sp, #728] bl _fclose b LBB0_796 LBB0_796: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_797: ; in Loop: Header=BB0_1 Depth=1 b LBB0_798 LBB0_798: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_824 b LBB0_799 LBB0_799: ; in Loop: Header=BB0_798 Depth=2 add x0, sp, #1191 adrp x1, l___const.main.riddleoptions@PAGE add x1, x1, l___const.main.riddleoptions@PAGEOFF mov x2, #225 bl _memcpy adrp x0, l_.str.498@PAGE add x0, x0, l_.str.498@PAGEOFF bl _printf adrp x0, l_.str.499@PAGE add x0, x0, l_.str.499@PAGEOFF bl _puts adrp x0, l_.str.500@PAGE add x0, x0, l_.str.500@PAGEOFF bl _puts adrp x0, l_.str.501@PAGE add x0, x0, l_.str.501@PAGEOFF bl _puts adrp x0, l_.str.502@PAGE add x0, x0, l_.str.502@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_811 b LBB0_800 LBB0_800: ; in Loop: Header=BB0_1 Depth=1 b LBB0_801 LBB0_801: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_810 b LBB0_802 LBB0_802: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.503@PAGE add x0, x0, l_.str.503@PAGEOFF bl _printf adrp x0, l_.str.504@PAGE add x0, x0, l_.str.504@PAGEOFF bl _puts adrp x0, l_.str.505@PAGE add x0, x0, l_.str.505@PAGEOFF bl _puts adrp x0, l_.str.506@PAGE add x0, x0, l_.str.506@PAGEOFF bl _puts adrp x0, l_.str.507@PAGE add x0, x0, l_.str.507@PAGEOFF bl _puts mov w8, #9 str w8, [sp, #712] str wzr, [sp, #716] b LBB0_803 LBB0_803: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #716] ldr w9, [sp, #712] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_806 b LBB0_804 LBB0_804: ; in Loop: Header=BB0_803 Depth=2 ldr w8, [sp, #716] add w11, w8, #1 ldrsw x8, [sp, #716] mov x9, #25 mul x9, x8, x9 add x8, sp, #1191 add x8, x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x11 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.508@PAGE add x0, x0, l_.str.508@PAGEOFF bl _printf b LBB0_805 LBB0_805: ; in Loop: Header=BB0_803 Depth=2 ldr w8, [sp, #716] add w8, w8, #1 str w8, [sp, #716] b LBB0_803 LBB0_806: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB0_808 b LBB0_807 LBB0_807: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.509@PAGE add x0, x0, l_.str.509@PAGEOFF bl _puts adrp x0, l_.str.510@PAGE add x0, x0, l_.str.510@PAGEOFF bl _printf b LBB0_809 LBB0_808: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.511@PAGE add x0, x0, l_.str.511@PAGEOFF bl _puts adrp x0, l_.str.512@PAGE add x0, x0, l_.str.512@PAGEOFF bl _puts adrp x0, l_.str.513@PAGE add x0, x0, l_.str.513@PAGEOFF bl _printf b LBB0_809 LBB0_809: ; in Loop: Header=BB0_1 Depth=1 b LBB0_810 LBB0_810: ; in Loop: Header=BB0_1 Depth=1 b LBB0_824 LBB0_811: ; in Loop: Header=BB0_798 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_813 b LBB0_812 LBB0_812: ; in Loop: Header=BB0_798 Depth=2 adrp x0, l_.str.514@PAGE add x0, x0, l_.str.514@PAGEOFF adrp x1, l_.str.495@PAGE add x1, x1, l_.str.495@PAGEOFF bl _fopen str x0, [sp, #688] ldr x0, [sp, #688] adrp x1, l_.str.515@PAGE add x1, x1, l_.str.515@PAGEOFF bl _fprintf adrp x0, l_.str.516@PAGE add x0, x0, l_.str.516@PAGEOFF bl _puts adrp x0, l_.str.517@PAGE add x0, x0, l_.str.517@PAGEOFF bl _puts adrp x0, l_.str.518@PAGE add x0, x0, l_.str.518@PAGEOFF bl _puts b LBB0_822 LBB0_813: ; in Loop: Header=BB0_798 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_821 b LBB0_814 LBB0_814: ; in Loop: Header=BB0_1 Depth=1 b LBB0_815 LBB0_815: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_820 b LBB0_816 LBB0_816: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.519@PAGE add x0, x0, l_.str.519@PAGEOFF bl _puts adrp x0, l_.str.520@PAGE add x0, x0, l_.str.520@PAGEOFF bl _puts adrp x0, l_.str.521@PAGE add x0, x0, l_.str.521@PAGEOFF bl _puts adrp x0, l_.str.522@PAGE add x0, x0, l_.str.522@PAGEOFF bl _puts mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #708] ldr s1, [sp, #708] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fsqrt d0, d0 str d0, [sp, #696] ldr w9, [sp, #708] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.523@PAGE add x0, x0, l_.str.523@PAGEOFF bl _printf ldr d0, [sp, #696] fsqrt d0, d0 mov x8, sp str d0, [x8] adrp x0, l_.str.524@PAGE add x0, x0, l_.str.524@PAGEOFF bl _printf ldr d0, [sp, #696] fmov d1, #2.00000000 bl _pow mov x8, sp str d0, [x8] adrp x0, l_.str.525@PAGE add x0, x0, l_.str.525@PAGEOFF bl _printf ldr d0, [sp, #696] adrp x8, lCPI0_2@PAGE ldr d1, [x8, lCPI0_2@PAGEOFF] fadd d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.526@PAGE add x0, x0, l_.str.526@PAGEOFF bl _printf ldr d0, [sp, #696] mov x8, sp str d0, [x8] adrp x0, l_.str.527@PAGE add x0, x0, l_.str.527@PAGEOFF bl _printf mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB0_818 b LBB0_817 LBB0_817: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.528@PAGE add x0, x0, l_.str.528@PAGEOFF bl _puts adrp x0, l_.str.529@PAGE add x0, x0, l_.str.529@PAGEOFF bl _puts adrp x0, l_.str.530@PAGE add x0, x0, l_.str.530@PAGEOFF bl _printf b LBB0_819 LBB0_818: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.531@PAGE add x0, x0, l_.str.531@PAGEOFF bl _puts adrp x0, l_.str.532@PAGE add x0, x0, l_.str.532@PAGEOFF bl _puts adrp x0, l_.str.533@PAGE add x0, x0, l_.str.533@PAGEOFF bl _printf b LBB0_819 LBB0_819: ; in Loop: Header=BB0_1 Depth=1 b LBB0_820 LBB0_820: ; in Loop: Header=BB0_1 Depth=1 b LBB0_824 LBB0_821: ; in Loop: Header=BB0_798 Depth=2 b LBB0_822 LBB0_822: ; in Loop: Header=BB0_798 Depth=2 b LBB0_823 LBB0_823: ; in Loop: Header=BB0_798 Depth=2 b LBB0_798 LBB0_824: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_825: ; in Loop: Header=BB0_1 Depth=1 add x8, sp, #1168 str xzr, [sp, #1168] str xzr, [sp, #1176] str wzr, [sp, #1184] str xzr, [sp, #1144] str xzr, [sp, #1152] str wzr, [sp, #1160] str x8, [sp, #664] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x0, l_.str.534@PAGE add x0, x0, l_.str.534@PAGEOFF bl _puts adrp x0, l_.str.535@PAGE add x0, x0, l_.str.535@PAGEOFF bl _puts adrp x0, l_.str.536@PAGE add x0, x0, l_.str.536@PAGEOFF bl _puts adrp x0, l_.str.537@PAGE add x0, x0, l_.str.537@PAGEOFF bl _puts adrp x0, l_.str.538@PAGE add x0, x0, l_.str.538@PAGEOFF bl _puts b LBB0_826 LBB0_826: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_831 Depth 3 ; Child Loop BB0_836 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_853 b LBB0_827 LBB0_827: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.539@PAGE add x0, x0, l_.str.539@PAGEOFF bl _puts adrp x0, l_.str.540@PAGE add x0, x0, l_.str.540@PAGEOFF bl _puts adrp x0, l_.str.541@PAGE add x0, x0, l_.str.541@PAGEOFF bl _puts adrp x0, l_.str.542@PAGE add x0, x0, l_.str.542@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_829 b LBB0_828 LBB0_828: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.543@PAGE add x0, x0, l_.str.543@PAGEOFF bl _puts adrp x0, l_.str.544@PAGE add x0, x0, l_.str.544@PAGEOFF bl _puts adrp x0, l_.str.545@PAGE add x0, x0, l_.str.545@PAGEOFF bl _puts b LBB0_852 LBB0_829: ; in Loop: Header=BB0_826 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_850 b LBB0_830 LBB0_830: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.546@PAGE add x0, x0, l_.str.546@PAGEOFF bl _puts ldr x0, [sp, #664] bl _randomFill str wzr, [sp, #684] b LBB0_831 LBB0_831: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_826 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #684] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_834 b LBB0_832 LBB0_832: ; in Loop: Header=BB0_831 Depth=3 ldr x8, [sp, #664] ldr w9, [x8] ; 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 x8, [sp, #664] add x8, x8, #4 str x8, [sp, #664] b LBB0_833 LBB0_833: ; in Loop: Header=BB0_831 Depth=3 ldr w8, [sp, #684] add w8, w8, #1 str w8, [sp, #684] b LBB0_831 LBB0_834: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.547@PAGE add x0, x0, l_.str.547@PAGEOFF bl _puts adrp x0, l_.str.548@PAGE add x0, x0, l_.str.548@PAGEOFF bl _puts adrp x0, l_.str.549@PAGE add x0, x0, l_.str.549@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_845 b LBB0_835 LBB0_835: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.550@PAGE add x0, x0, l_.str.550@PAGEOFF bl _puts str wzr, [sp, #684] b LBB0_836 LBB0_836: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_826 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #684] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_839 b LBB0_837 LBB0_837: ; in Loop: Header=BB0_836 Depth=3 ldrsw x9, [sp, #684] add x8, sp, #1144 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_838 LBB0_838: ; in Loop: Header=BB0_836 Depth=3 ldr w8, [sp, #684] add w8, w8, #1 str w8, [sp, #684] b LBB0_836 LBB0_839: ; in Loop: Header=BB0_826 Depth=2 str wzr, [sp, #684] b LBB0_840 LBB0_840: ; in Loop: Header=BB0_826 Depth=2 ldr w8, [sp, #684] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_844 b LBB0_841 LBB0_841: ; in Loop: Header=BB0_826 Depth=2 ldrsw x9, [sp, #684] add x8, sp, #1168 ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #684] add x9, sp, #1144 ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_843 b LBB0_842 LBB0_842: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.551@PAGE add x0, x0, l_.str.551@PAGEOFF bl _puts adrp x0, l_.str.552@PAGE add x0, x0, l_.str.552@PAGEOFF bl _puts adrp x0, l_.str.553@PAGE add x0, x0, l_.str.553@PAGEOFF bl _puts b LBB0_844 LBB0_843: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.554@PAGE add x0, x0, l_.str.554@PAGEOFF bl _puts adrp x0, l_.str.555@PAGE add x0, x0, l_.str.555@PAGEOFF bl _puts adrp x0, l_.str.556@PAGE add x0, x0, l_.str.556@PAGEOFF bl _puts b LBB0_844 LBB0_844: ; in Loop: Header=BB0_826 Depth=2 b LBB0_849 LBB0_845: ; in Loop: Header=BB0_826 Depth=2 bl _prompt strb w0, [sp, #678] ldrsb w8, [sp, #678] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB0_847 b LBB0_846 LBB0_846: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.557@PAGE add x0, x0, l_.str.557@PAGEOFF bl _puts b LBB0_853 LBB0_847: ; in Loop: Header=BB0_826 Depth=2 adrp x0, l_.str.558@PAGE add x0, x0, l_.str.558@PAGEOFF bl _puts b LBB0_848 LBB0_848: ; in Loop: Header=BB0_826 Depth=2 b LBB0_849 LBB0_849: ; in Loop: Header=BB0_826 Depth=2 b LBB0_851 LBB0_850: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.559@PAGE add x0, x0, l_.str.559@PAGEOFF bl _puts adrp x0, l_.str.560@PAGE add x0, x0, l_.str.560@PAGEOFF bl _puts adrp x0, l_.str.561@PAGE add x0, x0, l_.str.561@PAGEOFF bl _puts adrp x0, l_.str.562@PAGE add x0, x0, l_.str.562@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w0, [sp, #1108] bl _room27Output b LBB0_853 LBB0_851: ; in Loop: Header=BB0_826 Depth=2 b LBB0_852 LBB0_852: ; in Loop: Header=BB0_826 Depth=2 b LBB0_826 LBB0_853: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_854: ; in Loop: Header=BB0_1 Depth=1 b LBB0_855 LBB0_855: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_935 b LBB0_856 LBB0_856: ; in Loop: Header=BB0_1 Depth=1 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #660] adrp x0, l_.str.563@PAGE add x0, x0, l_.str.563@PAGEOFF bl _puts adrp x0, l_.str.564@PAGE add x0, x0, l_.str.564@PAGEOFF bl _puts adrp x0, l_.str.565@PAGE add x0, x0, l_.str.565@PAGEOFF bl _puts adrp x0, l_.str.566@PAGE add x0, x0, l_.str.566@PAGEOFF bl _puts adrp x0, l_.str.567@PAGE add x0, x0, l_.str.567@PAGEOFF bl _puts adrp x0, l_.str.568@PAGE add x0, x0, l_.str.568@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_894 b LBB0_857 LBB0_857: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.569@PAGE add x0, x0, l_.str.569@PAGEOFF bl _puts adrp x0, l_.str.570@PAGE add x0, x0, l_.str.570@PAGEOFF bl _puts adrp x0, l_.str.571@PAGE add x0, x0, l_.str.571@PAGEOFF bl _puts adrp x0, l_.str.572@PAGE add x0, x0, l_.str.572@PAGEOFF bl _puts adrp x0, l_.str.565@PAGE add x0, x0, l_.str.565@PAGEOFF bl _puts adrp x0, l_.str.573@PAGE add x0, x0, l_.str.573@PAGEOFF bl _puts adrp x0, l_.str.574@PAGE add x0, x0, l_.str.574@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_859 b LBB0_858 LBB0_858: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.575@PAGE add x0, x0, l_.str.575@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_859: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_892 b LBB0_860 LBB0_860: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.577@PAGE add x0, x0, l_.str.577@PAGEOFF bl _puts adrp x0, l_.str.578@PAGE add x0, x0, l_.str.578@PAGEOFF bl _puts adrp x0, l_.str.579@PAGE add x0, x0, l_.str.579@PAGEOFF bl _puts adrp x0, l_.str.580@PAGE add x0, x0, l_.str.580@PAGEOFF bl _puts adrp x0, l_.str.581@PAGE add x0, x0, l_.str.581@PAGEOFF bl _puts adrp x0, l_.str.565@PAGE add x0, x0, l_.str.565@PAGEOFF bl _puts adrp x0, l_.str.582@PAGE add x0, x0, l_.str.582@PAGEOFF bl _puts adrp x0, l_.str.583@PAGE add x0, x0, l_.str.583@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_875 b LBB0_861 LBB0_861: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.584@PAGE add x0, x0, l_.str.584@PAGEOFF bl _puts adrp x0, l_.str.585@PAGE add x0, x0, l_.str.585@PAGEOFF bl _puts adrp x0, l_.str.586@PAGE add x0, x0, l_.str.586@PAGEOFF bl _puts adrp x0, l_.str.587@PAGE add x0, x0, l_.str.587@PAGEOFF bl _puts adrp x0, l_.str.588@PAGE add x0, x0, l_.str.588@PAGEOFF bl _puts adrp x0, l_.str.589@PAGE add x0, x0, l_.str.589@PAGEOFF bl _puts adrp x0, l_.str.590@PAGE add x0, x0, l_.str.590@PAGEOFF bl _puts adrp x0, l_.str.591@PAGE add x0, x0, l_.str.591@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_868 b LBB0_862 LBB0_862: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.592@PAGE add x0, x0, l_.str.592@PAGEOFF bl _puts adrp x0, l_.str.593@PAGE add x0, x0, l_.str.593@PAGEOFF bl _puts adrp x0, l_.str.594@PAGE add x0, x0, l_.str.594@PAGEOFF bl _puts adrp x0, l_.str.595@PAGE add x0, x0, l_.str.595@PAGEOFF bl _puts adrp x0, l_.str.596@PAGE add x0, x0, l_.str.596@PAGEOFF bl _puts adrp x0, l_.str.597@PAGE add x0, x0, l_.str.597@PAGEOFF bl _puts adrp x0, l_.str.598@PAGE add x0, x0, l_.str.598@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_864 b LBB0_863 LBB0_863: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.599@PAGE add x0, x0, l_.str.599@PAGEOFF bl _puts adrp x0, l_.str.600@PAGE add x0, x0, l_.str.600@PAGEOFF bl _puts adrp x0, l_.str.601@PAGE add x0, x0, l_.str.601@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_864: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_866 b LBB0_865 LBB0_865: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.602@PAGE add x0, x0, l_.str.602@PAGEOFF bl _puts adrp x0, l_.str.603@PAGE add x0, x0, l_.str.603@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_866: ; in Loop: Header=BB0_1 Depth=1 b LBB0_867 LBB0_867: ; in Loop: Header=BB0_1 Depth=1 b LBB0_874 LBB0_868: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_870 b LBB0_869 LBB0_869: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.604@PAGE add x0, x0, l_.str.604@PAGEOFF bl _puts adrp x0, l_.str.605@PAGE add x0, x0, l_.str.605@PAGEOFF bl _puts adrp x0, l_.str.606@PAGE add x0, x0, l_.str.606@PAGEOFF bl _puts adrp x0, l_.str.607@PAGE add x0, x0, l_.str.607@PAGEOFF bl _puts adrp x0, l_.str.608@PAGE add x0, x0, l_.str.608@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_870: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_872 b LBB0_871 LBB0_871: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.610@PAGE add x0, x0, l_.str.610@PAGEOFF bl _puts adrp x0, l_.str.611@PAGE add x0, x0, l_.str.611@PAGEOFF bl _puts adrp x0, l_.str.612@PAGE add x0, x0, l_.str.612@PAGEOFF bl _puts adrp x0, l_.str.613@PAGE add x0, x0, l_.str.613@PAGEOFF bl _puts adrp x0, l_.str.614@PAGE add x0, x0, l_.str.614@PAGEOFF bl _puts adrp x0, l_.str.615@PAGE add x0, x0, l_.str.615@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_872: ; in Loop: Header=BB0_1 Depth=1 b LBB0_873 LBB0_873: ; in Loop: Header=BB0_1 Depth=1 b LBB0_874 LBB0_874: ; in Loop: Header=BB0_1 Depth=1 b LBB0_891 LBB0_875: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_890 b LBB0_876 LBB0_876: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.616@PAGE add x0, x0, l_.str.616@PAGEOFF bl _puts adrp x0, l_.str.586@PAGE add x0, x0, l_.str.586@PAGEOFF bl _puts adrp x0, l_.str.587@PAGE add x0, x0, l_.str.587@PAGEOFF bl _puts adrp x0, l_.str.588@PAGE add x0, x0, l_.str.588@PAGEOFF bl _puts adrp x0, l_.str.589@PAGE add x0, x0, l_.str.589@PAGEOFF bl _puts adrp x0, l_.str.590@PAGE add x0, x0, l_.str.590@PAGEOFF bl _puts adrp x0, l_.str.591@PAGE add x0, x0, l_.str.591@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_883 b LBB0_877 LBB0_877: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.617@PAGE add x0, x0, l_.str.617@PAGEOFF bl _puts adrp x0, l_.str.593@PAGE add x0, x0, l_.str.593@PAGEOFF bl _puts adrp x0, l_.str.594@PAGE add x0, x0, l_.str.594@PAGEOFF bl _puts adrp x0, l_.str.595@PAGE add x0, x0, l_.str.595@PAGEOFF bl _puts adrp x0, l_.str.596@PAGE add x0, x0, l_.str.596@PAGEOFF bl _puts adrp x0, l_.str.597@PAGE add x0, x0, l_.str.597@PAGEOFF bl _puts adrp x0, l_.str.598@PAGE add x0, x0, l_.str.598@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_879 b LBB0_878 LBB0_878: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.599@PAGE add x0, x0, l_.str.599@PAGEOFF bl _puts adrp x0, l_.str.600@PAGE add x0, x0, l_.str.600@PAGEOFF bl _puts adrp x0, l_.str.601@PAGE add x0, x0, l_.str.601@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_879: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_881 b LBB0_880 LBB0_880: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.602@PAGE add x0, x0, l_.str.602@PAGEOFF bl _puts adrp x0, l_.str.603@PAGE add x0, x0, l_.str.603@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_881: ; in Loop: Header=BB0_1 Depth=1 b LBB0_882 LBB0_882: ; in Loop: Header=BB0_1 Depth=1 b LBB0_889 LBB0_883: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_885 b LBB0_884 LBB0_884: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.604@PAGE add x0, x0, l_.str.604@PAGEOFF bl _puts adrp x0, l_.str.605@PAGE add x0, x0, l_.str.605@PAGEOFF bl _puts adrp x0, l_.str.606@PAGE add x0, x0, l_.str.606@PAGEOFF bl _puts adrp x0, l_.str.607@PAGE add x0, x0, l_.str.607@PAGEOFF bl _puts adrp x0, l_.str.608@PAGE add x0, x0, l_.str.608@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_885: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_887 b LBB0_886 LBB0_886: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.610@PAGE add x0, x0, l_.str.610@PAGEOFF bl _puts adrp x0, l_.str.611@PAGE add x0, x0, l_.str.611@PAGEOFF bl _puts adrp x0, l_.str.612@PAGE add x0, x0, l_.str.612@PAGEOFF bl _puts adrp x0, l_.str.613@PAGE add x0, x0, l_.str.613@PAGEOFF bl _puts adrp x0, l_.str.614@PAGE add x0, x0, l_.str.614@PAGEOFF bl _puts adrp x0, l_.str.615@PAGE add x0, x0, l_.str.615@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_887: ; in Loop: Header=BB0_1 Depth=1 b LBB0_888 LBB0_888: ; in Loop: Header=BB0_1 Depth=1 b LBB0_889 LBB0_889: ; in Loop: Header=BB0_1 Depth=1 b LBB0_890 LBB0_890: ; in Loop: Header=BB0_1 Depth=1 b LBB0_891 LBB0_891: ; in Loop: Header=BB0_1 Depth=1 b LBB0_892 LBB0_892: ; in Loop: Header=BB0_1 Depth=1 b LBB0_893 LBB0_893: ; in Loop: Header=BB0_1 Depth=1 b LBB0_934 LBB0_894: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_933 b LBB0_895 LBB0_895: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.618@PAGE add x0, x0, l_.str.618@PAGEOFF bl _puts adrp x0, l_.str.619@PAGE add x0, x0, l_.str.619@PAGEOFF bl _puts ldr w8, [sp, #660] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_897 b LBB0_896 LBB0_896: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.620@PAGE add x0, x0, l_.str.620@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_897: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.621@PAGE add x0, x0, l_.str.621@PAGEOFF bl _puts b LBB0_898 LBB0_898: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #660] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_932 b LBB0_899 LBB0_899: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_932 b LBB0_900 LBB0_900: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.622@PAGE add x0, x0, l_.str.622@PAGEOFF bl _puts adrp x0, l_.str.623@PAGE add x0, x0, l_.str.623@PAGEOFF bl _puts adrp x0, l_.str.624@PAGE add x0, x0, l_.str.624@PAGEOFF bl _puts adrp x0, l_.str.625@PAGE add x0, x0, l_.str.625@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_915 b LBB0_901 LBB0_901: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.584@PAGE add x0, x0, l_.str.584@PAGEOFF bl _puts adrp x0, l_.str.585@PAGE add x0, x0, l_.str.585@PAGEOFF bl _puts adrp x0, l_.str.586@PAGE add x0, x0, l_.str.586@PAGEOFF bl _puts adrp x0, l_.str.587@PAGE add x0, x0, l_.str.587@PAGEOFF bl _puts adrp x0, l_.str.588@PAGE add x0, x0, l_.str.588@PAGEOFF bl _puts adrp x0, l_.str.589@PAGE add x0, x0, l_.str.589@PAGEOFF bl _puts adrp x0, l_.str.590@PAGE add x0, x0, l_.str.590@PAGEOFF bl _puts adrp x0, l_.str.591@PAGE add x0, x0, l_.str.591@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_908 b LBB0_902 LBB0_902: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.592@PAGE add x0, x0, l_.str.592@PAGEOFF bl _puts adrp x0, l_.str.593@PAGE add x0, x0, l_.str.593@PAGEOFF bl _puts adrp x0, l_.str.594@PAGE add x0, x0, l_.str.594@PAGEOFF bl _puts adrp x0, l_.str.595@PAGE add x0, x0, l_.str.595@PAGEOFF bl _puts adrp x0, l_.str.596@PAGE add x0, x0, l_.str.596@PAGEOFF bl _puts adrp x0, l_.str.597@PAGE add x0, x0, l_.str.597@PAGEOFF bl _puts adrp x0, l_.str.598@PAGE add x0, x0, l_.str.598@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_904 b LBB0_903 LBB0_903: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.599@PAGE add x0, x0, l_.str.599@PAGEOFF bl _puts adrp x0, l_.str.600@PAGE add x0, x0, l_.str.600@PAGEOFF bl _puts adrp x0, l_.str.601@PAGE add x0, x0, l_.str.601@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_904: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_906 b LBB0_905 LBB0_905: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.602@PAGE add x0, x0, l_.str.602@PAGEOFF bl _puts adrp x0, l_.str.603@PAGE add x0, x0, l_.str.603@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_906: ; in Loop: Header=BB0_1 Depth=1 b LBB0_907 LBB0_907: ; in Loop: Header=BB0_1 Depth=1 b LBB0_914 LBB0_908: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_910 b LBB0_909 LBB0_909: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.604@PAGE add x0, x0, l_.str.604@PAGEOFF bl _puts adrp x0, l_.str.605@PAGE add x0, x0, l_.str.605@PAGEOFF bl _puts adrp x0, l_.str.606@PAGE add x0, x0, l_.str.606@PAGEOFF bl _puts adrp x0, l_.str.607@PAGE add x0, x0, l_.str.607@PAGEOFF bl _puts adrp x0, l_.str.608@PAGE add x0, x0, l_.str.608@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_910: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_912 b LBB0_911 LBB0_911: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.610@PAGE add x0, x0, l_.str.610@PAGEOFF bl _puts adrp x0, l_.str.611@PAGE add x0, x0, l_.str.611@PAGEOFF bl _puts adrp x0, l_.str.612@PAGE add x0, x0, l_.str.612@PAGEOFF bl _puts adrp x0, l_.str.613@PAGE add x0, x0, l_.str.613@PAGEOFF bl _puts adrp x0, l_.str.614@PAGE add x0, x0, l_.str.614@PAGEOFF bl _puts adrp x0, l_.str.615@PAGE add x0, x0, l_.str.615@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_912: ; in Loop: Header=BB0_1 Depth=1 b LBB0_913 LBB0_913: ; in Loop: Header=BB0_1 Depth=1 b LBB0_914 LBB0_914: ; in Loop: Header=BB0_1 Depth=1 b LBB0_931 LBB0_915: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_930 b LBB0_916 LBB0_916: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.616@PAGE add x0, x0, l_.str.616@PAGEOFF bl _puts adrp x0, l_.str.586@PAGE add x0, x0, l_.str.586@PAGEOFF bl _puts adrp x0, l_.str.587@PAGE add x0, x0, l_.str.587@PAGEOFF bl _puts adrp x0, l_.str.588@PAGE add x0, x0, l_.str.588@PAGEOFF bl _puts adrp x0, l_.str.589@PAGE add x0, x0, l_.str.589@PAGEOFF bl _puts adrp x0, l_.str.590@PAGE add x0, x0, l_.str.590@PAGEOFF bl _puts adrp x0, l_.str.591@PAGE add x0, x0, l_.str.591@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_923 b LBB0_917 LBB0_917: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.617@PAGE add x0, x0, l_.str.617@PAGEOFF bl _puts adrp x0, l_.str.593@PAGE add x0, x0, l_.str.593@PAGEOFF bl _puts adrp x0, l_.str.594@PAGE add x0, x0, l_.str.594@PAGEOFF bl _puts adrp x0, l_.str.595@PAGE add x0, x0, l_.str.595@PAGEOFF bl _puts adrp x0, l_.str.596@PAGE add x0, x0, l_.str.596@PAGEOFF bl _puts adrp x0, l_.str.597@PAGE add x0, x0, l_.str.597@PAGEOFF bl _puts adrp x0, l_.str.598@PAGE add x0, x0, l_.str.598@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_919 b LBB0_918 LBB0_918: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.599@PAGE add x0, x0, l_.str.599@PAGEOFF bl _puts adrp x0, l_.str.600@PAGE add x0, x0, l_.str.600@PAGEOFF bl _puts adrp x0, l_.str.601@PAGE add x0, x0, l_.str.601@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_919: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_921 b LBB0_920 LBB0_920: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.602@PAGE add x0, x0, l_.str.602@PAGEOFF bl _puts adrp x0, l_.str.603@PAGE add x0, x0, l_.str.603@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_921: ; in Loop: Header=BB0_1 Depth=1 b LBB0_922 LBB0_922: ; in Loop: Header=BB0_1 Depth=1 b LBB0_929 LBB0_923: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_925 b LBB0_924 LBB0_924: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.604@PAGE add x0, x0, l_.str.604@PAGEOFF bl _puts adrp x0, l_.str.605@PAGE add x0, x0, l_.str.605@PAGEOFF bl _puts adrp x0, l_.str.606@PAGE add x0, x0, l_.str.606@PAGEOFF bl _puts adrp x0, l_.str.607@PAGE add x0, x0, l_.str.607@PAGEOFF bl _puts adrp x0, l_.str.608@PAGE add x0, x0, l_.str.608@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_925: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_927 b LBB0_926 LBB0_926: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.610@PAGE add x0, x0, l_.str.610@PAGEOFF bl _puts adrp x0, l_.str.611@PAGE add x0, x0, l_.str.611@PAGEOFF bl _puts adrp x0, l_.str.612@PAGE add x0, x0, l_.str.612@PAGEOFF bl _puts adrp x0, l_.str.613@PAGE add x0, x0, l_.str.613@PAGEOFF bl _puts adrp x0, l_.str.614@PAGE add x0, x0, l_.str.614@PAGEOFF bl _puts adrp x0, l_.str.615@PAGE add x0, x0, l_.str.615@PAGEOFF bl _puts adrp x0, l_.str.609@PAGE add x0, x0, l_.str.609@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_927: ; in Loop: Header=BB0_1 Depth=1 b LBB0_928 LBB0_928: ; in Loop: Header=BB0_1 Depth=1 b LBB0_929 LBB0_929: ; in Loop: Header=BB0_1 Depth=1 b LBB0_930 LBB0_930: ; in Loop: Header=BB0_1 Depth=1 b LBB0_931 LBB0_931: ; in Loop: Header=BB0_1 Depth=1 b LBB0_932 LBB0_932: ; in Loop: Header=BB0_1 Depth=1 b LBB0_933 LBB0_933: ; in Loop: Header=BB0_1 Depth=1 b LBB0_934 LBB0_934: ; in Loop: Header=BB0_1 Depth=1 mov w8, #99 str w8, [sp, #1108] b LBB0_935 LBB0_935: ; in Loop: Header=BB0_1 Depth=1 b LBB0_936 LBB0_936: ; in Loop: Header=BB0_1 Depth=1 b LBB0_937 LBB0_937: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_939 b LBB0_938 LBB0_938: ; in Loop: Header=BB0_937 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_937 LBB0_939: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_940: ; in Loop: Header=BB0_1 Depth=1 b LBB0_941 LBB0_941: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_943 Depth 3 ; Child Loop BB0_956 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_974 b LBB0_942 LBB0_942: ; in Loop: Header=BB0_941 Depth=2 adrp x0, l_.str.626@PAGE add x0, x0, l_.str.626@PAGEOFF bl _puts adrp x0, l_.str.627@PAGE add x0, x0, l_.str.627@PAGEOFF bl _puts adrp x0, l_.str.628@PAGE add x0, x0, l_.str.628@PAGEOFF bl _puts adrp x0, l_.str.629@PAGE add x0, x0, l_.str.629@PAGEOFF bl _puts adrp x0, l_.str.630@PAGE add x0, x0, l_.str.630@PAGEOFF bl _puts adrp x0, l_.str.631@PAGE add x0, x0, l_.str.631@PAGEOFF bl _puts adrp x0, l_.str.632@PAGE add x0, x0, l_.str.632@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_943 LBB0_943: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_941 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #188] ; 4-byte Folded Spill tbnz w8, #0, LBB0_947 b LBB0_944 LBB0_944: ; in Loop: Header=BB0_943 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #188] ; 4-byte Folded Spill tbnz w8, #0, LBB0_947 b LBB0_945 LBB0_945: ; in Loop: Header=BB0_943 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, eq mov w9, #0 str w9, [sp, #188] ; 4-byte Folded Spill tbnz w8, #0, LBB0_947 b LBB0_946 LBB0_946: ; in Loop: Header=BB0_943 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #188] ; 4-byte Folded Spill b LBB0_947 LBB0_947: ; in Loop: Header=BB0_943 Depth=3 ldr w8, [sp, #188] ; 4-byte Folded Reload tbz w8, #0, LBB0_949 b LBB0_948 LBB0_948: ; in Loop: Header=BB0_943 Depth=3 adrp x0, l_.str.633@PAGE add x0, x0, l_.str.633@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_943 LBB0_949: ; in Loop: Header=BB0_941 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_951 b LBB0_950 LBB0_950: ; in Loop: Header=BB0_941 Depth=2 adrp x0, l_.str.634@PAGE add x0, x0, l_.str.634@PAGEOFF bl _puts adrp x0, l_.str.635@PAGE add x0, x0, l_.str.635@PAGEOFF bl _puts adrp x0, l_.str.636@PAGE add x0, x0, l_.str.636@PAGEOFF bl _puts b LBB0_951 LBB0_951: ; in Loop: Header=BB0_941 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_953 b LBB0_952 LBB0_952: ; in Loop: Header=BB0_941 Depth=2 adrp x0, l_.str.637@PAGE add x0, x0, l_.str.637@PAGEOFF bl _puts adrp x0, l_.str.638@PAGE add x0, x0, l_.str.638@PAGEOFF bl _puts adrp x0, l_.str.639@PAGE add x0, x0, l_.str.639@PAGEOFF bl _puts b LBB0_953 LBB0_953: ; in Loop: Header=BB0_941 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_955 b LBB0_954 LBB0_954: ; in Loop: Header=BB0_941 Depth=2 adrp x0, l_.str.640@PAGE add x0, x0, l_.str.640@PAGEOFF bl _puts adrp x0, l_.str.641@PAGE add x0, x0, l_.str.641@PAGEOFF bl _printf b LBB0_955 LBB0_955: ; in Loop: Header=BB0_941 Depth=2 mov w8, #10 str w8, [sp, #656] b LBB0_956 LBB0_956: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_941 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #656] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_973 b LBB0_957 LBB0_957: ; in Loop: Header=BB0_956 Depth=3 ldr w9, [sp, #656] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.642@PAGE add x0, x0, l_.str.642@PAGEOFF bl _printf adrp x0, l_.str.643@PAGE add x0, x0, l_.str.643@PAGEOFF bl _puts adrp x0, l_.str.644@PAGE add x0, x0, l_.str.644@PAGEOFF bl _puts adrp x0, l_.str.645@PAGE add x0, x0, l_.str.645@PAGEOFF bl _puts adrp x0, l_.str.646@PAGE add x0, x0, l_.str.646@PAGEOFF bl _puts mov x9, sp add x8, sp, #1132 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1132] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #176] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB0_972 ; %bb.958: ; in Loop: Header=BB0_956 Depth=3 ldr x11, [sp, #176] ; 8-byte Folded Reload adrp x10, lJTI0_1@PAGE add x10, x10, lJTI0_1@PAGEOFF Ltmp7: adr x8, Ltmp7 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_959: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.647@PAGE add x0, x0, l_.str.647@PAGEOFF bl _puts adrp x0, l_.str.648@PAGE add x0, x0, l_.str.648@PAGEOFF bl _puts adrp x0, l_.str.649@PAGE add x0, x0, l_.str.649@PAGEOFF bl _puts adrp x0, l_.str.650@PAGE add x0, x0, l_.str.650@PAGEOFF bl _puts adrp x0, l_.str.651@PAGE add x0, x0, l_.str.651@PAGEOFF bl _puts adrp x0, l_.str.652@PAGE add x0, x0, l_.str.652@PAGEOFF bl _puts adrp x0, l_.str.653@PAGE add x0, x0, l_.str.653@PAGEOFF bl _puts ldr w8, [sp, #656] subs w8, w8, #1 str w8, [sp, #656] b LBB0_972 LBB0_960: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.654@PAGE add x0, x0, l_.str.654@PAGEOFF bl _puts adrp x0, l_.str.655@PAGE add x0, x0, l_.str.655@PAGEOFF bl _puts mov x9, sp add x8, sp, #1128 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1128] subs w8, w8, #1515 cset w8, ne tbnz w8, #0, LBB0_962 b LBB0_961 LBB0_961: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.656@PAGE add x0, x0, l_.str.656@PAGEOFF bl _puts b LBB0_962 LBB0_962: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #1128] subs w8, w8, #1231 cset w8, ne tbnz w8, #0, LBB0_964 b LBB0_963 LBB0_963: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.657@PAGE add x0, x0, l_.str.657@PAGEOFF bl _puts b LBB0_964 LBB0_964: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #1128] subs w8, w8, #1515 cset w8, eq tbnz w8, #0, LBB0_967 b LBB0_965 LBB0_965: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #1128] subs w8, w8, #1231 cset w8, eq tbnz w8, #0, LBB0_967 b LBB0_966 LBB0_966: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.114@PAGE add x0, x0, l_.str.114@PAGEOFF bl _puts b LBB0_967 LBB0_967: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #656] subs w8, w8, #1 str w8, [sp, #656] b LBB0_972 LBB0_968: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #656] subs w8, w8, #1 str w8, [sp, #656] b LBB0_972 LBB0_969: ; in Loop: Header=BB0_956 Depth=3 ldr w8, [sp, #1132] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_971 b LBB0_970 LBB0_970: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.658@PAGE add x0, x0, l_.str.658@PAGEOFF bl _puts mov w8, #99 str w8, [sp, #1108] b LBB0_971 LBB0_971: ; in Loop: Header=BB0_956 Depth=3 adrp x0, l_.str.659@PAGE add x0, x0, l_.str.659@PAGEOFF bl _puts ldr w8, [sp, #656] subs w8, w8, #1 str w8, [sp, #656] b LBB0_972 LBB0_972: ; in Loop: Header=BB0_956 Depth=3 b LBB0_956 LBB0_973: ; in Loop: Header=BB0_941 Depth=2 adrp x0, l_.str.660@PAGE add x0, x0, l_.str.660@PAGEOFF bl _puts b LBB0_941 LBB0_974: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_975: ; in Loop: Header=BB0_1 Depth=1 b LBB0_976 LBB0_976: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_978 b LBB0_977 LBB0_977: ; in Loop: Header=BB0_976 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_976 LBB0_978: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_979: ; in Loop: Header=BB0_1 Depth=1 b LBB0_980 LBB0_980: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_987 b LBB0_981 LBB0_981: ; in Loop: Header=BB0_980 Depth=2 adrp x0, l_.str.661@PAGE add x0, x0, l_.str.661@PAGEOFF bl _puts adrp x0, l_.str.662@PAGE add x0, x0, l_.str.662@PAGEOFF bl _puts adrp x0, l_.str.663@PAGE add x0, x0, l_.str.663@PAGEOFF bl _puts mov x9, sp add x8, sp, #1107 str x8, [x9] adrp x0, l_.str.664@PAGE add x0, x0, l_.str.664@PAGEOFF bl _scanf ldrsb w8, [sp, #1107] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB0_983 b LBB0_982 LBB0_982: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.665@PAGE add x0, x0, l_.str.665@PAGEOFF bl _puts adrp x0, l_.str.666@PAGE add x0, x0, l_.str.666@PAGEOFF bl _puts adrp x0, l_.str.667@PAGE add x0, x0, l_.str.667@PAGEOFF bl _puts adrp x0, l_.str.668@PAGE add x0, x0, l_.str.668@PAGEOFF bl _puts adrp x0, l_.str.669@PAGE add x0, x0, l_.str.669@PAGEOFF bl _puts adrp x0, l_.str.670@PAGE add x0, x0, l_.str.670@PAGEOFF bl _puts b LBB0_987 LBB0_983: ; in Loop: Header=BB0_980 Depth=2 ldrsb w8, [sp, #1107] subs w8, w8, #110 cset w8, ne tbnz w8, #0, LBB0_985 b LBB0_984 LBB0_984: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.671@PAGE add x0, x0, l_.str.671@PAGEOFF bl _puts b LBB0_987 LBB0_985: ; in Loop: Header=BB0_980 Depth=2 b LBB0_986 LBB0_986: ; in Loop: Header=BB0_980 Depth=2 b LBB0_980 LBB0_987: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_988: ; in Loop: Header=BB0_1 Depth=1 b LBB0_989 LBB0_989: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_991 b LBB0_990 LBB0_990: ; in Loop: Header=BB0_989 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_989 LBB0_991: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_992: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #652] b LBB0_993 LBB0_993: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_997 Depth 3 ; Child Loop BB0_1016 Depth 3 ; Child Loop BB0_1035 Depth 3 ; Child Loop BB0_1054 Depth 3 ; Child Loop BB0_1073 Depth 3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq mov w9, #0 str w9, [sp, #172] ; 4-byte Folded Spill tbnz w8, #0, LBB0_995 b LBB0_994 LBB0_994: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #652] subs w8, w8, #1 cset w8, ne str w8, [sp, #172] ; 4-byte Folded Spill b LBB0_995 LBB0_995: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #172] ; 4-byte Folded Reload tbz w8, #0, LBB0_1095 b LBB0_996 LBB0_996: ; in Loop: Header=BB0_993 Depth=2 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.672@PAGE add x0, x0, l_.str.672@PAGEOFF bl _printf adrp x0, l_.str.673@PAGE add x0, x0, l_.str.673@PAGEOFF bl _printf b LBB0_997 LBB0_997: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_993 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #160] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.674@PAGE add x0, x0, l_.str.674@PAGEOFF bl _printf adrp x0, l_.str.675@PAGE add x0, x0, l_.str.675@PAGEOFF bl _printf adrp x0, l_.str.676@PAGE add x0, x0, l_.str.676@PAGEOFF bl _printf ldr x0, [sp, #160] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf mov x9, sp add x8, sp, #648 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf mov w8, #1 str w8, [sp, #652] ldr w8, [sp, #648] str w8, [sp, #1108] ldr w8, [sp, #648] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_999 b LBB0_998 LBB0_998: ; in Loop: Header=BB0_997 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #152] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.678@PAGE add x0, x0, l_.str.678@PAGEOFF bl _printf ldr x0, [sp, #152] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _printf ldr x0, [sp, #152] ; 8-byte Folded Reload bl _printf b LBB0_1007 LBB0_999: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1001 b LBB0_1000 LBB0_1000: ; in Loop: Header=BB0_997 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.680@PAGE add x0, x0, l_.str.680@PAGEOFF bl _printf b LBB0_1006 LBB0_1001: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1005 b LBB0_1002 LBB0_1002: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1005 b LBB0_1003 LBB0_1003: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1005 b LBB0_1004 LBB0_1004: ; in Loop: Header=BB0_997 Depth=3 adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _printf b LBB0_1005 LBB0_1005: ; in Loop: Header=BB0_997 Depth=3 b LBB0_1006 LBB0_1006: ; in Loop: Header=BB0_997 Depth=3 b LBB0_1007 LBB0_1007: ; in Loop: Header=BB0_997 Depth=3 b LBB0_1008 LBB0_1008: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #148] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1011 b LBB0_1009 LBB0_1009: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #148] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1011 b LBB0_1010 LBB0_1010: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #148] ; 4-byte Folded Spill b LBB0_1011 LBB0_1011: ; in Loop: Header=BB0_997 Depth=3 ldr w8, [sp, #148] ; 4-byte Folded Reload tbnz w8, #0, LBB0_997 b LBB0_1012 LBB0_1012: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_1014 b LBB0_1013 LBB0_1013: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1095 LBB0_1014: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1094 b LBB0_1015 LBB0_1015: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1016 LBB0_1016: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_993 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #136] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.682@PAGE add x0, x0, l_.str.682@PAGEOFF bl _printf adrp x0, l_.str.683@PAGE add x0, x0, l_.str.683@PAGEOFF bl _printf adrp x0, l_.str.684@PAGE add x0, x0, l_.str.684@PAGEOFF bl _printf ldr x0, [sp, #136] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf mov x9, sp add x8, sp, #648 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #648] str w8, [sp, #1108] ldr w8, [sp, #648] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1018 b LBB0_1017 LBB0_1017: ; in Loop: Header=BB0_993 Depth=2 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #128] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.685@PAGE add x0, x0, l_.str.685@PAGEOFF bl _printf ldr x0, [sp, #128] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _printf ldr x0, [sp, #128] ; 8-byte Folded Reload bl _printf b LBB0_1031 LBB0_1018: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1020 b LBB0_1019 LBB0_1019: ; in Loop: Header=BB0_1016 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.686@PAGE add x0, x0, l_.str.686@PAGEOFF bl _printf b LBB0_1025 LBB0_1020: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1024 b LBB0_1021 LBB0_1021: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1024 b LBB0_1022 LBB0_1022: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1024 b LBB0_1023 LBB0_1023: ; in Loop: Header=BB0_1016 Depth=3 adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _printf b LBB0_1024 LBB0_1024: ; in Loop: Header=BB0_1016 Depth=3 b LBB0_1025 LBB0_1025: ; in Loop: Header=BB0_1016 Depth=3 b LBB0_1026 LBB0_1026: ; in Loop: Header=BB0_1016 Depth=3 b LBB0_1027 LBB0_1027: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #124] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1030 b LBB0_1028 LBB0_1028: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #124] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1030 b LBB0_1029 LBB0_1029: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #124] ; 4-byte Folded Spill b LBB0_1030 LBB0_1030: ; in Loop: Header=BB0_1016 Depth=3 ldr w8, [sp, #124] ; 4-byte Folded Reload tbnz w8, #0, LBB0_1016 b LBB0_1031 LBB0_1031: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_1033 b LBB0_1032 LBB0_1032: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1095 LBB0_1033: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1093 b LBB0_1034 LBB0_1034: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1035 LBB0_1035: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_993 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #112] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.687@PAGE add x0, x0, l_.str.687@PAGEOFF bl _printf adrp x0, l_.str.688@PAGE add x0, x0, l_.str.688@PAGEOFF bl _printf adrp x0, l_.str.689@PAGE add x0, x0, l_.str.689@PAGEOFF bl _printf ldr x0, [sp, #112] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf mov x9, sp add x8, sp, #648 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #648] str w8, [sp, #1108] ldr w8, [sp, #648] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1037 b LBB0_1036 LBB0_1036: ; in Loop: Header=BB0_1035 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.690@PAGE add x0, x0, l_.str.690@PAGEOFF bl _printf b LBB0_1045 LBB0_1037: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1039 b LBB0_1038 LBB0_1038: ; in Loop: Header=BB0_993 Depth=2 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #104] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.691@PAGE add x0, x0, l_.str.691@PAGEOFF bl _printf ldr x0, [sp, #104] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _printf ldr x0, [sp, #104] ; 8-byte Folded Reload bl _printf b LBB0_1050 LBB0_1039: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1043 b LBB0_1040 LBB0_1040: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1043 b LBB0_1041 LBB0_1041: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1043 b LBB0_1042 LBB0_1042: ; in Loop: Header=BB0_1035 Depth=3 adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _printf b LBB0_1043 LBB0_1043: ; in Loop: Header=BB0_1035 Depth=3 b LBB0_1044 LBB0_1044: ; in Loop: Header=BB0_1035 Depth=3 b LBB0_1045 LBB0_1045: ; in Loop: Header=BB0_1035 Depth=3 b LBB0_1046 LBB0_1046: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #100] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1049 b LBB0_1047 LBB0_1047: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #100] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1049 b LBB0_1048 LBB0_1048: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #100] ; 4-byte Folded Spill b LBB0_1049 LBB0_1049: ; in Loop: Header=BB0_1035 Depth=3 ldr w8, [sp, #100] ; 4-byte Folded Reload tbnz w8, #0, LBB0_1035 b LBB0_1050 LBB0_1050: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_1052 b LBB0_1051 LBB0_1051: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1095 LBB0_1052: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1092 b LBB0_1053 LBB0_1053: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1054 LBB0_1054: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_993 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #88] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.692@PAGE add x0, x0, l_.str.692@PAGEOFF bl _printf adrp x0, l_.str.693@PAGE add x0, x0, l_.str.693@PAGEOFF bl _printf adrp x0, l_.str.694@PAGE add x0, x0, l_.str.694@PAGEOFF bl _printf ldr x0, [sp, #88] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf mov x9, sp add x8, sp, #648 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #648] str w8, [sp, #1108] ldr w8, [sp, #648] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1056 b LBB0_1055 LBB0_1055: ; in Loop: Header=BB0_993 Depth=2 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #80] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.695@PAGE add x0, x0, l_.str.695@PAGEOFF bl _printf ldr x0, [sp, #80] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _printf ldr x0, [sp, #80] ; 8-byte Folded Reload bl _printf b LBB0_1069 LBB0_1056: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1058 b LBB0_1057 LBB0_1057: ; in Loop: Header=BB0_1054 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.696@PAGE add x0, x0, l_.str.696@PAGEOFF bl _printf b LBB0_1063 LBB0_1058: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1062 b LBB0_1059 LBB0_1059: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1062 b LBB0_1060 LBB0_1060: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1062 b LBB0_1061 LBB0_1061: ; in Loop: Header=BB0_1054 Depth=3 adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _printf b LBB0_1062 LBB0_1062: ; in Loop: Header=BB0_1054 Depth=3 b LBB0_1063 LBB0_1063: ; in Loop: Header=BB0_1054 Depth=3 b LBB0_1064 LBB0_1064: ; in Loop: Header=BB0_1054 Depth=3 b LBB0_1065 LBB0_1065: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #76] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1068 b LBB0_1066 LBB0_1066: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #76] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1068 b LBB0_1067 LBB0_1067: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #76] ; 4-byte Folded Spill b LBB0_1068 LBB0_1068: ; in Loop: Header=BB0_1054 Depth=3 ldr w8, [sp, #76] ; 4-byte Folded Reload tbnz w8, #0, LBB0_1054 b LBB0_1069 LBB0_1069: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_1071 b LBB0_1070 LBB0_1070: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1095 LBB0_1071: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1091 b LBB0_1072 LBB0_1072: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1073 LBB0_1073: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_993 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #64] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.697@PAGE add x0, x0, l_.str.697@PAGEOFF bl _printf adrp x0, l_.str.698@PAGE add x0, x0, l_.str.698@PAGEOFF bl _printf adrp x0, l_.str.699@PAGE add x0, x0, l_.str.699@PAGEOFF bl _printf ldr x0, [sp, #64] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.677@PAGE add x0, x0, l_.str.677@PAGEOFF bl _printf mov x9, sp add x8, sp, #648 str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldr w8, [sp, #648] str w8, [sp, #1108] ldr w8, [sp, #648] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1075 b LBB0_1074 LBB0_1074: ; in Loop: Header=BB0_993 Depth=2 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #56] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.700@PAGE add x0, x0, l_.str.700@PAGEOFF bl _printf ldr x0, [sp, #56] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.679@PAGE add x0, x0, l_.str.679@PAGEOFF bl _printf ldr x0, [sp, #56] ; 8-byte Folded Reload bl _printf b LBB0_1088 LBB0_1075: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1077 b LBB0_1076 LBB0_1076: ; in Loop: Header=BB0_1073 Depth=3 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF str x0, [sp, #48] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.701@PAGE add x0, x0, l_.str.701@PAGEOFF bl _printf ldr x0, [sp, #48] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.702@PAGE add x0, x0, l_.str.702@PAGEOFF bl _printf ldr x0, [sp, #48] ; 8-byte Folded Reload bl _printf b LBB0_1082 LBB0_1077: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1081 b LBB0_1078 LBB0_1078: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1081 b LBB0_1079 LBB0_1079: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1081 b LBB0_1080 LBB0_1080: ; in Loop: Header=BB0_1073 Depth=3 adrp x0, l_.str.681@PAGE add x0, x0, l_.str.681@PAGEOFF bl _printf b LBB0_1081 LBB0_1081: ; in Loop: Header=BB0_1073 Depth=3 b LBB0_1082 LBB0_1082: ; in Loop: Header=BB0_1073 Depth=3 b LBB0_1083 LBB0_1083: ; in Loop: Header=BB0_1073 Depth=3 b LBB0_1084 LBB0_1084: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #648] subs w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #44] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1087 b LBB0_1085 LBB0_1085: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #648] subs w8, w8, #2 cset w8, eq mov w9, #0 str w9, [sp, #44] ; 4-byte Folded Spill tbnz w8, #0, LBB0_1087 b LBB0_1086 LBB0_1086: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne str w8, [sp, #44] ; 4-byte Folded Spill b LBB0_1087 LBB0_1087: ; in Loop: Header=BB0_1073 Depth=3 ldr w8, [sp, #44] ; 4-byte Folded Reload tbnz w8, #0, LBB0_1073 b LBB0_1088 LBB0_1088: ; in Loop: Header=BB0_993 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_1090 b LBB0_1089 LBB0_1089: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1095 LBB0_1090: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1091 LBB0_1091: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1092 LBB0_1092: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1093 LBB0_1093: ; in Loop: Header=BB0_993 Depth=2 b LBB0_1094 LBB0_1094: ; in Loop: Header=BB0_993 Depth=2 b LBB0_993 LBB0_1095: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_1096: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1097 LBB0_1097: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1099 b LBB0_1098 LBB0_1098: ; in Loop: Header=BB0_1097 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_1097 LBB0_1099: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_1100: ; in Loop: Header=BB0_1 Depth=1 adrp x9, l___const.main.riddle@PAGE add x9, x9, l___const.main.riddle@PAGEOFF ldr w10, [x9] add x8, sp, #640 str w10, [sp, #640] ldrb w9, [x9, #4] strb w9, [sp, #644] mov w9, #7 str w9, [sp, #628] str x8, [sp, #616] b LBB0_1101 LBB0_1101: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1122 b LBB0_1102 LBB0_1102: ; in Loop: Header=BB0_1101 Depth=2 adrp x0, l_.str.703@PAGE add x0, x0, l_.str.703@PAGEOFF bl _puts adrp x0, l_.str.704@PAGE add x0, x0, l_.str.704@PAGEOFF bl _puts adrp x0, l_.str.705@PAGE add x0, x0, l_.str.705@PAGEOFF bl _puts adrp x0, l_.str.706@PAGE add x0, x0, l_.str.706@PAGEOFF bl _puts adrp x0, l_.str.707@PAGE add x0, x0, l_.str.707@PAGEOFF bl _puts adrp x0, l_.str.708@PAGE add x0, x0, l_.str.708@PAGEOFF bl _puts adrp x0, l_.str.709@PAGE add x0, x0, l_.str.709@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] str w8, [sp, #40] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_1105 b LBB0_1103 LBB0_1103: ; in Loop: Header=BB0_1101 Depth=2 ldr w8, [sp, #40] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_1114 b LBB0_1104 LBB0_1104: ; in Loop: Header=BB0_1101 Depth=2 ldr w8, [sp, #40] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_1115 b LBB0_1121 LBB0_1105: ; in Loop: Header=BB0_1101 Depth=2 adrp x0, l_.str.710@PAGE add x0, x0, l_.str.710@PAGEOFF bl _puts adrp x0, l_.str.711@PAGE add x0, x0, l_.str.711@PAGEOFF bl _puts adrp x0, l_.str.712@PAGE add x0, x0, l_.str.712@PAGEOFF bl _puts adrp x0, l_.str.713@PAGE add x0, x0, l_.str.713@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1107 b LBB0_1106 LBB0_1106: adrp x0, l_.str.714@PAGE add x0, x0, l_.str.714@PAGEOFF bl _puts adrp x0, l_.str.715@PAGE add x0, x0, l_.str.715@PAGEOFF bl _puts adrp x0, l_.str.716@PAGE add x0, x0, l_.str.716@PAGEOFF bl _puts ldr w0, [sp, #628] bl _problem1 str wzr, [sp, #1140] b LBB0_1128 LBB0_1107: ; in Loop: Header=BB0_1101 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1109 b LBB0_1108 LBB0_1108: adrp x0, l_.str.717@PAGE add x0, x0, l_.str.717@PAGEOFF bl _puts adrp x0, l_.str.718@PAGE add x0, x0, l_.str.718@PAGEOFF bl _puts adrp x0, l_.str.719@PAGE add x0, x0, l_.str.719@PAGEOFF bl _puts adrp x0, l_.str.720@PAGE add x0, x0, l_.str.720@PAGEOFF bl _puts adrp x0, l_.str.721@PAGE add x0, x0, l_.str.721@PAGEOFF bl _puts adrp x0, l_.str.722@PAGE add x0, x0, l_.str.722@PAGEOFF bl _puts adrp x0, l_.str.723@PAGE add x0, x0, l_.str.723@PAGEOFF bl _puts adrp x0, l_.str.724@PAGE add x0, x0, l_.str.724@PAGEOFF bl _puts adrp x0, l_.str.725@PAGE add x0, x0, l_.str.725@PAGEOFF bl _puts adrp x0, l_.str.726@PAGE add x0, x0, l_.str.726@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_1109: ; in Loop: Header=BB0_1101 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_1113 b LBB0_1110 LBB0_1110: adrp x0, l_.str.727@PAGE add x0, x0, l_.str.727@PAGEOFF bl _puts adrp x0, l_.str.728@PAGE add x0, x0, l_.str.728@PAGEOFF bl _puts adrp x0, l_.str.729@PAGE add x0, x0, l_.str.729@PAGEOFF bl _puts adrp x0, l_.str.730@PAGE add x0, x0, l_.str.730@PAGEOFF bl _puts adrp x0, l_.str.731@PAGE add x0, x0, l_.str.731@PAGEOFF bl _puts adrp x0, l_.str.732@PAGE add x0, x0, l_.str.732@PAGEOFF bl _puts bl _flip bl _flip subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_1112 b LBB0_1111 LBB0_1111: adrp x0, l_.str.733@PAGE add x0, x0, l_.str.733@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_1112: adrp x0, l_.str.734@PAGE add x0, x0, l_.str.734@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_1113: ; in Loop: Header=BB0_1101 Depth=2 adrp x0, l_.str.735@PAGE add x0, x0, l_.str.735@PAGEOFF bl _puts b LBB0_1121 LBB0_1114: adrp x0, l_.str.736@PAGE add x0, x0, l_.str.736@PAGEOFF bl _puts adrp x0, l_.str.737@PAGE add x0, x0, l_.str.737@PAGEOFF bl _puts adrp x0, l_.str.738@PAGE add x0, x0, l_.str.738@PAGEOFF bl _puts ldr x0, [sp, #616] bl _problem2 str wzr, [sp, #1140] b LBB0_1128 LBB0_1115: ; in Loop: Header=BB0_1101 Depth=2 adrp x0, l_.str.739@PAGE add x0, x0, l_.str.739@PAGEOFF bl _puts adrp x0, l_.str.740@PAGE add x0, x0, l_.str.740@PAGEOFF bl _puts adrp x0, l_.str.741@PAGE add x0, x0, l_.str.741@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #1108] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_1117 b LBB0_1116 LBB0_1116: adrp x0, l_.str.742@PAGE add x0, x0, l_.str.742@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_1117: ; in Loop: Header=BB0_1101 Depth=2 ldr w8, [sp, #1108] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_1119 b LBB0_1118 LBB0_1118: adrp x0, l_.str.743@PAGE add x0, x0, l_.str.743@PAGEOFF bl _puts adrp x0, l_.str.744@PAGE add x0, x0, l_.str.744@PAGEOFF bl _puts str wzr, [sp, #1140] b LBB0_1128 LBB0_1119: ; in Loop: Header=BB0_1101 Depth=2 adrp x0, l_.str.745@PAGE add x0, x0, l_.str.745@PAGEOFF bl _puts b LBB0_1120 LBB0_1120: ; in Loop: Header=BB0_1101 Depth=2 b LBB0_1121 LBB0_1121: ; in Loop: Header=BB0_1101 Depth=2 b LBB0_1101 LBB0_1122: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_1123: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1124 LBB0_1124: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #1108] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB0_1126 b LBB0_1125 LBB0_1125: ; in Loop: Header=BB0_1124 Depth=2 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _puts mov x9, sp add x8, sp, #1108 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf b LBB0_1124 LBB0_1126: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1127 LBB0_1127: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_1128: ldr w8, [sp, #1140] str w8, [sp, #36] ; 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_1130 b LBB0_1129 LBB0_1129: bl ___stack_chk_fail LBB0_1130: ldr w0, [sp, #36] ; 4-byte Folded Reload add sp, sp, #2512 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_4-Ltmp0 .long LBB0_21-Ltmp0 .long LBB0_39-Ltmp0 .long LBB0_50-Ltmp0 .long LBB0_54-Ltmp0 .long LBB0_58-Ltmp0 .long LBB0_62-Ltmp0 .long LBB0_159-Ltmp0 .long LBB0_185-Ltmp0 .long LBB0_234-Ltmp0 .long LBB0_300-Ltmp0 .long LBB0_332-Ltmp0 .long LBB0_342-Ltmp0 .long LBB0_354-Ltmp0 .long LBB0_416-Ltmp0 .long LBB0_420-Ltmp0 .long LBB0_424-Ltmp0 .long LBB0_428-Ltmp0 .long LBB0_432-Ltmp0 .long LBB0_436-Ltmp0 .long LBB0_582-Ltmp0 .long LBB0_586-Ltmp0 .long LBB0_609-Ltmp0 .long LBB0_613-Ltmp0 .long LBB0_627-Ltmp0 .long LBB0_797-Ltmp0 .long LBB0_825-Ltmp0 .long LBB0_854-Ltmp0 .long LBB0_936-Ltmp0 .long LBB0_940-Ltmp0 .long LBB0_975-Ltmp0 .long LBB0_979-Ltmp0 .long LBB0_988-Ltmp0 .long LBB0_992-Ltmp0 .long LBB0_1096-Ltmp0 .long LBB0_1100-Ltmp0 .long LBB0_1123-Ltmp0 .p2align 2 lJTI0_1: .long LBB0_959-Ltmp7 .long LBB0_960-Ltmp7 .long LBB0_968-Ltmp7 .long LBB0_969-Ltmp7 .p2align 2 lJTI0_2: .long LBB0_590-Ltmp6 .long LBB0_598-Ltmp6 .long LBB0_599-Ltmp6 .long LBB0_605-Ltmp6 .p2align 2 lJTI0_3: .long LBB0_569-Ltmp5 .long LBB0_570-Ltmp5 .long LBB0_571-Ltmp5 .long LBB0_575-Ltmp5 .p2align 2 lJTI0_4: .long LBB0_384-Ltmp4 .long LBB0_389-Ltmp4 .long LBB0_394-Ltmp4 .long LBB0_399-Ltmp4 .long LBB0_404-Ltmp4 .long LBB0_409-Ltmp4 .p2align 2 lJTI0_5: .long LBB0_371-Ltmp3 .long LBB0_372-Ltmp3 .long LBB0_373-Ltmp3 .long LBB0_374-Ltmp3 .long LBB0_375-Ltmp3 .long LBB0_376-Ltmp3 .p2align 2 lJTI0_6: .long LBB0_163-Ltmp2 .long LBB0_167-Ltmp2 .long LBB0_171-Ltmp2 .long LBB0_175-Ltmp2 .long LBB0_179-Ltmp2 .p2align 2 lJTI0_7: .long LBB0_14-Ltmp1 .long LBB0_15-Ltmp1 .long LBB0_16-Ltmp1 .long LBB0_17-Ltmp1 .long LBB0_18-Ltmp1 ; -- End function .globl _choice1 ; -- Begin function choice1 .p2align 2 _choice1: ; @choice1 .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-8] stur wzr, [x29, #-12] sub x8, x29, #16 str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-16] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov x8, #8 str x8, [x9, #8] mov x8, #6 str x8, [x9, #16] adrp x0, l_.str.751@PAGE add x0, x0, l_.str.751@PAGEOFF bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur s1, [x29, #-8] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 stur d0, [x29, #-24] ; 8-byte Folded Spill fmov d0, #8.00000000 fmov d1, #2.00000000 bl _pow fmov d1, d0 ldur d0, [x29, #-24] ; 8-byte Folded Reload fadd d0, d0, d1 fmov d1, #6.00000000 fsub d0, d0, d1 fcvtzs w8, d0 stur w8, [x29, #-12] ldur w8, [x29, #-12] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.752@PAGE add x0, x0, l_.str.752@PAGEOFF bl _puts stur wzr, [x29, #-4] b LBB1_3 LBB1_2: ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.753@PAGE add x0, x0, l_.str.753@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB1_3 LBB1_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _choice2 ; -- Begin function choice2 .p2align 2 _choice2: ; @choice2 .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #96 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-16] mov w8, #40 stur w8, [x29, #-20] stur wzr, [x29, #-28] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-40] lsr x9, x8, #0 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 x0, x9, x10 stur x0, [x29, #-80] ; 8-byte Folded Spill mov sp, x0 stur x8, [x29, #-48] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 lsr x9, x8, #0 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-72] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-72] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-64] ; 8-byte Folded Spill stur x8, [x29, #-56] ldur x1, [x29, #-16] mov x2, #-1 bl ___strcpy_chk adrp x0, l_.str.754@PAGE add x0, x0, l_.str.754@PAGEOFF bl _puts ldur x8, [x29, #-64] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.755@PAGE add x0, x0, l_.str.755@PAGEOFF bl _scanf ldur x0, [x29, #-64] ; 8-byte Folded Reload add sp, sp, #16 bl _strlen mov x8, x0 stur w8, [x29, #-28] stur wzr, [x29, #-24] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-24] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-24] ldrsb w0, [x8, x9] bl _isupper subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-24] ldrsb w0, [x8, x9] bl _tolower ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-24] strb w0, [x8, 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 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB2_1 LBB2_6: ldur x1, [x29, #-64] ; 8-byte Folded Reload ldur x0, [x29, #-80] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: adrp x0, l_.str.756@PAGE add x0, x0, l_.str.756@PAGEOFF bl _puts b LBB2_9 LBB2_8: adrp x0, l_.str.757@PAGE add x0, x0, l_.str.757@PAGEOFF bl _puts b LBB2_9 LBB2_9: ldur x8, [x29, #-40] stur x8, [x29, #-96] ; 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_11 b LBB2_10 LBB2_10: bl ___stack_chk_fail LBB2_11: ldur x8, [x29, #-96] ; 8-byte Folded Reload mov sp, x8 mov w0, #0 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _choice3 ; -- Begin function choice3 .p2align 2 _choice3: ; @choice3 .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] sub x8, x29, #12 str x8, [sp, #8] ; 8-byte Folded Spill stur wzr, [x29, #-12] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.758@PAGE add x0, x0, l_.str.758@PAGEOFF bl _printf ldur w8, [x29, #-8] add w10, w8, #10 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.759@PAGE add x0, x0, l_.str.759@PAGEOFF bl _printf ldur w9, [x29, #-8] mov w8, #5 mul w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.760@PAGE add x0, x0, l_.str.760@PAGEOFF bl _printf ldur w9, [x29, #-8] mov w8, #20 subs w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.761@PAGE add x0, x0, l_.str.761@PAGEOFF bl _printf adrp x0, l_.str.762@PAGE add x0, x0, l_.str.762@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _scanf ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x0, l_.str.763@PAGE add x0, x0, l_.str.763@PAGEOFF bl _puts stur wzr, [x29, #-4] b LBB3_3 LBB3_2: adrp x0, l_.str.764@PAGE add x0, x0, l_.str.764@PAGEOFF bl _puts stur wzr, [x29, #-4] b LBB3_3 LBB3_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _extraCredit ; -- Begin function extraCredit .p2align 2 _extraCredit: ; @extraCredit .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 x9, sp adrp x8, l_.str.746@PAGE add x8, x8, l_.str.746@PAGEOFF 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 _printf ldr x0, [sp, #8] ; 8-byte Folded Reload mov x9, sp adrp x8, l_.str.747@PAGE add x8, x8, l_.str.747@PAGEOFF str x8, [x9] bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _ignoreExtra ; -- Begin function ignoreExtra .p2align 2 _ignoreExtra: ; @ignoreExtra .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x9, sp adrp x8, l_.str.748@PAGE add x8, x8, l_.str.748@PAGEOFF 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 mov x9, sp adrp x8, l_.str.749@PAGE add x8, x8, l_.str.749@PAGEOFF str x8, [x9] bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: bl _extraCredit b LBB5_2 LBB5_2: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _oddDeviceShenanigans ; -- Begin function oddDeviceShenanigans .p2align 2 _oddDeviceShenanigans: ; @oddDeviceShenanigans .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.36@PAGE add x0, x0, l_.str.36@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _puts adrp x0, l_.str.783@PAGE add x0, x0, l_.str.783@PAGEOFF bl _puts ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.784@PAGE add x0, x0, l_.str.784@PAGEOFF bl _puts ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts adrp x0, l_.str.785@PAGE add x0, x0, l_.str.785@PAGEOFF bl _puts ldr x0, [sp, #8] ; 8-byte Folded Reload bl _puts ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _drunkBehavior ; -- Begin function drunkBehavior .p2align 2 _drunkBehavior: ; @drunkBehavior .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] bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 stur w8, [x29, #-4] ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _woman ; -- Begin function woman .p2align 2 _woman: ; @woman .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _bBlue adrp x0, l_.str.794@PAGE add x0, x0, l_.str.794@PAGEOFF bl _puts adrp x0, l_.str.795@PAGE add x0, x0, l_.str.795@PAGEOFF bl _puts adrp x0, l_.str.796@PAGE add x0, x0, l_.str.796@PAGEOFF bl _puts adrp x0, l_.str.797@PAGE add x0, x0, l_.str.797@PAGEOFF bl _puts adrp x0, l_.str.798@PAGE add x0, x0, l_.str.798@PAGEOFF bl _puts adrp x0, l_.str.799@PAGE add x0, x0, l_.str.799@PAGEOFF bl _puts adrp x0, l_.str.800@PAGE add x0, x0, l_.str.800@PAGEOFF bl _puts adrp x0, l_.str.801@PAGE add x0, x0, l_.str.801@PAGEOFF bl _puts adrp x0, l_.str.802@PAGE add x0, x0, l_.str.802@PAGEOFF bl _puts adrp x0, l_.str.803@PAGE add x0, x0, l_.str.803@PAGEOFF bl _puts adrp x0, l_.str.804@PAGE add x0, x0, l_.str.804@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts bl _reset ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _bYellow ; -- Begin function bYellow .p2align 2 _bYellow: ; @bYellow .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.787@PAGE add x0, x0, l_.str.787@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _reset ; -- Begin function reset .p2align 2 _reset: ; @reset .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.791@PAGE add x0, x0, l_.str.791@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _bRed ; -- Begin function bRed .p2align 2 _bRed: ; @bRed .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.786@PAGE add x0, x0, l_.str.786@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _displayInputs ; -- Begin function displayInputs .p2align 2 _displayInputs: ; @displayInputs .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] bl _bYellow ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.792@PAGE add x0, x0, l_.str.792@PAGEOFF bl _printf bl _reset ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _displayStats ; -- Begin function displayStats .p2align 2 _displayStats: ; @displayStats .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] bl _bYellow ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.792@PAGE add x0, x0, l_.str.792@PAGEOFF bl _printf ldr w9, [sp, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.793@PAGE add x0, x0, l_.str.793@PAGEOFF bl _printf bl _reset ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _bGreen ; -- Begin function bGreen .p2align 2 _bGreen: ; @bGreen .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.790@PAGE add x0, x0, l_.str.790@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _bBlue ; -- Begin function bBlue .p2align 2 _bBlue: ; @bBlue .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.788@PAGE add x0, x0, l_.str.788@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _congratulations ; -- Begin function congratulations .p2align 2 _congratulations: ; @congratulations .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _bBlue adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _puts adrp x0, l_.str.805@PAGE add x0, x0, l_.str.805@PAGEOFF bl _puts adrp x0, l_.str.806@PAGE add x0, x0, l_.str.806@PAGEOFF bl _puts adrp x0, l_.str.807@PAGE add x0, x0, l_.str.807@PAGEOFF bl _puts adrp x0, l_.str.797@PAGE add x0, x0, l_.str.797@PAGEOFF bl _puts adrp x0, l_.str.808@PAGE add x0, x0, l_.str.808@PAGEOFF bl _puts adrp x0, l_.str.809@PAGE add x0, x0, l_.str.809@PAGEOFF bl _puts adrp x0, l_.str.810@PAGE add x0, x0, l_.str.810@PAGEOFF bl _puts adrp x0, l_.str.811@PAGE add x0, x0, l_.str.811@PAGEOFF bl _puts adrp x0, l_.str.812@PAGE add x0, x0, l_.str.812@PAGEOFF bl _puts adrp x0, l_.str.813@PAGE add x0, x0, l_.str.813@PAGEOFF bl _puts adrp x0, l_.str.814@PAGE add x0, x0, l_.str.814@PAGEOFF bl _puts adrp x0, l_.str.815@PAGE add x0, x0, l_.str.815@PAGEOFF bl _puts adrp x0, l_.str.816@PAGE add x0, x0, l_.str.816@PAGEOFF bl _puts adrp x0, l_.str.817@PAGE add x0, x0, l_.str.817@PAGEOFF bl _puts adrp x0, l_.str.818@PAGE add x0, x0, l_.str.818@PAGEOFF bl _puts adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _puts adrp x0, l_.str.819@PAGE add x0, x0, l_.str.819@PAGEOFF bl _puts adrp x0, l_.str.820@PAGE add x0, x0, l_.str.820@PAGEOFF bl _puts adrp x0, l_.str.821@PAGE add x0, x0, l_.str.821@PAGEOFF bl _puts adrp x0, l_.str.822@PAGE add x0, x0, l_.str.822@PAGEOFF bl _puts adrp x0, l_.str.823@PAGE add x0, x0, l_.str.823@PAGEOFF bl _puts adrp x0, l_.str.824@PAGE add x0, x0, l_.str.824@PAGEOFF bl _puts adrp x0, l_.str.825@PAGE add x0, x0, l_.str.825@PAGEOFF bl _puts bl _reset ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _weaponPower ; -- Begin function weaponPower .p2align 2 _weaponPower: ; @weaponPower .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 w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.107@PAGE add x0, x0, l_.str.107@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _randomFill ; -- Begin function randomFill .p2align 2 _randomFill: ; @randomFill .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str wzr, [sp, #4] b LBB18_1 LBB18_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB18_4 b LBB18_2 LBB18_2: ; in Loop: Header=BB18_1 Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldr x9, [sp, #8] ldrsw x10, [sp, #4] str w8, [x9, x10, lsl #2] b LBB18_3 LBB18_3: ; in Loop: Header=BB18_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB18_1 LBB18_4: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _prompt ; -- Begin function prompt .p2align 2 _prompt: ; @prompt .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.776@PAGE add x0, x0, l_.str.776@PAGEOFF bl _puts adrp x0, l_.str.777@PAGE add x0, x0, l_.str.777@PAGEOFF bl _puts adrp x0, l_.str.778@PAGE add x0, x0, l_.str.778@PAGEOFF bl _puts mov x9, sp sub x8, x29, #1 str x8, [x9] adrp x0, l_.str.211@PAGE add x0, x0, l_.str.211@PAGEOFF bl _scanf ldursb w0, [x29, #-1] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _room27Output ; -- Begin function room27Output .p2align 2 _room27Output: ; @room27Output .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, #1 cset w8, ne tbnz w8, #0, LBB20_2 b LBB20_1 LBB20_1: adrp x0, l_.str.779@PAGE add x0, x0, l_.str.779@PAGEOFF bl _puts adrp x0, l_.str.576@PAGE add x0, x0, l_.str.576@PAGEOFF bl _puts b LBB20_3 LBB20_2: adrp x0, l_.str.780@PAGE add x0, x0, l_.str.780@PAGEOFF bl _puts adrp x0, l_.str.781@PAGE add x0, x0, l_.str.781@PAGEOFF bl _puts adrp x0, l_.str.782@PAGE add x0, x0, l_.str.782@PAGEOFF bl _puts b LBB20_3 LBB20_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _problem1 ; -- Begin function problem1 .p2align 2 _problem1: ; @problem1 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x0, l_.str.826@PAGE add x0, x0, l_.str.826@PAGEOFF bl _printf adrp x0, l_.str.827@PAGE add x0, x0, l_.str.827@PAGEOFF bl _printf adrp x0, l_.str.828@PAGE add x0, x0, l_.str.828@PAGEOFF bl _puts mov x9, sp add x8, sp, #8 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf ldr w8, [sp, #8] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB21_2 b LBB21_1 LBB21_1: adrp x0, l_.str.829@PAGE add x0, x0, l_.str.829@PAGEOFF bl _puts adrp x0, l_.str.830@PAGE add x0, x0, l_.str.830@PAGEOFF bl _puts b LBB21_3 LBB21_2: adrp x0, l_.str.831@PAGE add x0, x0, l_.str.831@PAGEOFF bl _puts b LBB21_3 LBB21_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _problem2 ; -- Begin function problem2 .p2align 2 _problem2: ; @problem2 .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #96 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-16] mov w8, #30 stur w8, [x29, #-20] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-32] lsr x9, x8, #0 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 x0, x9, x10 stur x0, [x29, #-80] ; 8-byte Folded Spill mov sp, x0 stur x8, [x29, #-40] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 lsr x9, x8, #0 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-72] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-72] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-64] ; 8-byte Folded Spill stur x8, [x29, #-48] ldur x1, [x29, #-16] mov x2, #-1 bl ___strcpy_chk adrp x0, l_.str.832@PAGE add x0, x0, l_.str.832@PAGEOFF bl _puts ldur x8, [x29, #-64] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf add sp, sp, #16 stur wzr, [x29, #-52] b LBB22_1 LBB22_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB22_6 b LBB22_2 LBB22_2: ; in Loop: Header=BB22_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-52] ldrsb w0, [x8, x9] bl _isupper subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB22_4 b LBB22_3 LBB22_3: ; in Loop: Header=BB22_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-52] ldrsb w0, [x8, x9] bl _tolower ldur x8, [x29, #-64] ; 8-byte Folded Reload ldursw x9, [x29, #-52] strb w0, [x8, x9] b LBB22_4 LBB22_4: ; in Loop: Header=BB22_1 Depth=1 b LBB22_5 LBB22_5: ; in Loop: Header=BB22_1 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB22_1 LBB22_6: ldur x1, [x29, #-64] ; 8-byte Folded Reload ldur x0, [x29, #-80] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB22_8 b LBB22_7 LBB22_7: adrp x0, l_.str.833@PAGE add x0, x0, l_.str.833@PAGEOFF bl _puts b LBB22_9 LBB22_8: adrp x0, l_.str.834@PAGE add x0, x0, l_.str.834@PAGEOFF bl _puts adrp x0, l_.str.835@PAGE add x0, x0, l_.str.835@PAGEOFF bl _puts b LBB22_9 LBB22_9: ldur x8, [x29, #-32] stur x8, [x29, #-96] ; 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, LBB22_11 b LBB22_10 LBB22_10: bl ___stack_chk_fail LBB22_11: ldur x8, [x29, #-96] ; 8-byte Folded Reload mov sp, x8 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _gameRules ; -- Begin function gameRules .p2align 2 _gameRules: ; @gameRules .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.765@PAGE add x0, x0, l_.str.765@PAGEOFF bl _puts adrp x0, l_.str.766@PAGE add x0, x0, l_.str.766@PAGEOFF bl _puts adrp x0, l_.str.767@PAGE add x0, x0, l_.str.767@PAGEOFF bl _puts adrp x0, l_.str.768@PAGE add x0, x0, l_.str.768@PAGEOFF bl _puts ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _gameCraps ; -- Begin function gameCraps .p2align 2 _gameCraps: ; @gameCraps .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 x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand mov w0, #1 str w0, [sp, #20] ; 4-byte Folded Spill mov w1, #6 str w1, [sp, #16] ; 4-byte Folded Spill bl _randomint ldr w1, [sp, #16] ; 4-byte Folded Reload mov x8, x0 ldr w0, [sp, #20] ; 4-byte Folded Reload stur w8, [x29, #-4] bl _randomint stur w0, [x29, #-8] ldur w8, [x29, #-4] ldur w9, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-20] ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.769@PAGE add x0, x0, l_.str.769@PAGEOFF bl _printf ldur w8, [x29, #-20] subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB24_2 b LBB24_1 LBB24_1: ldur w8, [x29, #-20] subs w8, w8, #11 cset w8, ne tbnz w8, #0, LBB24_3 b LBB24_2 LBB24_2: adrp x0, l_.str.770@PAGE add x0, x0, l_.str.770@PAGEOFF bl _printf adrp x0, l_.str.771@PAGE add x0, x0, l_.str.771@PAGEOFF bl _printf b LBB24_14 LBB24_3: ldur w8, [x29, #-20] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB24_6 b LBB24_4 LBB24_4: ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB24_6 b LBB24_5 LBB24_5: ldur w8, [x29, #-20] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB24_7 b LBB24_6 LBB24_6: adrp x0, l_.str.772@PAGE add x0, x0, l_.str.772@PAGEOFF bl _printf adrp x0, l_.str.771@PAGE add x0, x0, l_.str.771@PAGEOFF bl _printf b LBB24_14 LBB24_7: b LBB24_8 LBB24_8: ; =>This Inner Loop Header: Depth=1 mov w0, #1 str w0, [sp, #12] ; 4-byte Folded Spill mov w1, #6 str w1, [sp, #8] ; 4-byte Folded Spill bl _randomint ldr w1, [sp, #8] ; 4-byte Folded Reload mov x8, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload stur w8, [x29, #-12] bl _randomint stur w0, [x29, #-16] ldur w8, [x29, #-12] ldur w9, [x29, #-16] add w8, w8, w9 str w8, [sp, #24] ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.773@PAGE add x0, x0, l_.str.773@PAGEOFF bl _printf ldur w8, [x29, #-20] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB24_10 b LBB24_9 LBB24_9: adrp x0, l_.str.774@PAGE add x0, x0, l_.str.774@PAGEOFF bl _printf adrp x0, l_.str.775@PAGE add x0, x0, l_.str.775@PAGEOFF bl _printf b LBB24_14 LBB24_10: ; in Loop: Header=BB24_8 Depth=1 b LBB24_11 LBB24_11: ; in Loop: Header=BB24_8 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB24_8 b LBB24_12 LBB24_12: adrp x0, l_.str.772@PAGE add x0, x0, l_.str.772@PAGEOFF bl _printf adrp x0, l_.str.775@PAGE add x0, x0, l_.str.775@PAGEOFF bl _printf b LBB24_13 LBB24_13: b LBB24_14 LBB24_14: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _randomint ; -- Begin function randomint .p2align 2 _randomint: ; @randomint .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] bl _rand ldr w8, [sp, #8] ldur w9, [x29, #-4] subs w8, w8, w9 add w9, w8, #1 sdiv w8, w0, w9 mul w8, w8, w9 subs w0, w0, w8 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _bCyan ; -- Begin function bCyan .p2align 2 _bCyan: ; @bCyan .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.789@PAGE add x0, x0, l_.str.789@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _flip ; -- Begin function flip .p2align 2 _flip: ; @flip .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _rand mov w9, #2 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB27_2 b LBB27_1 LBB27_1: stur wzr, [x29, #-4] b LBB27_3 LBB27_2: mov w8, #1 stur w8, [x29, #-4] b LBB27_3 LBB27_3: 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 "Please enter your name: " l_.str.1: ; @.str.1 .asciz "%s" l_.str.2: ; @.str.2 .asciz "Hello %s welcome to the rpgGame!\n" l_.str.3: ; @.str.3 .asciz "You find yourself in a dark room and you are not sure how you got here." l_.str.4: ; @.str.4 .asciz "As you look around you see the room has 25 doors, each labeled with a number. You are not sure how such a small room can have 25 doors, sooo magic..." l_.str.5: ; @.str.5 .asciz "The room starts filling with water and you must choose a door to open or you will likely drown. you may quit anytime by selecting option 99" l_.str.6: ; @.str.6 .asciz "What door do you choose?" l_.str.7: ; @.str.7 .asciz "%d" .section __TEXT,__const l___const.main.word: ; @__const.main.word .asciz "sacramento\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.8: ; @.str.8 .asciz "Hello %s, you have entered the room 1.\n" l_.str.9: ; @.str.9 .asciz "You have survived the first part of your adventure..the Drowning.\n" l_.str.10: ; @.str.10 .asciz "You have 5 choices to make in order to escape this horror adventure. \n" l_.str.11: ; @.str.11 .asciz "1. You have to solve a math problem for survival. \n2. You have to guess the word for survival. \n3. You have to find the magic number for survival. \n4. Guess the word for survival. \n5. Try to make a run for it. \n" l_.str.12: ; @.str.12 .asciz "Make a choice(99 to quit): " l_.str.13: ; @.str.13 .asciz " %d" l_.str.14: ; @.str.14 .asciz "You have chosen to solve the math problem. Don't forget you have one chance. Now choose a number between 1-10: " l_.str.15: ; @.str.15 .asciz "You have chosen to guess the word. What is the capital of California?\n" l_.str.16: ; @.str.16 .asciz "Enter the magic number(between 1 - 20) from the following math problems: " l_.str.17: ; @.str.17 .asciz "Choice 4." l_.str.18: ; @.str.18 .asciz "This was the wrong choice to be made. Now you have ended up in a room with nowhere to go...." l_.str.19: ; @.str.19 .asciz "you open the door and find ........" l_.str.20: ; @.str.20 .asciz "AN OGRE!!! *phew* ...oh good he's asleep but hey there's a lever behind him. You start to think maybe it will stop the water from filling up the main room. Now you must make a choice. (Hit Ctrl+C to exit the game at any time.)\n" l_.str.21: ; @.str.21 .asciz "\n" l_.str.22: ; @.str.22 .asciz "Carefully walk around the sleeping ogre and pull the lever. Enter 1." l_.str.23: ; @.str.23 .asciz "Explore the dark mysterious room quietly. Enter 2." l_.str.24: ; @.str.24 .asciz "Wake up the ogre and see what happens. Enter 3." l_.str.25: ; @.str.25 .asciz "Sorry, I did not understand your choice. Try again." l_.str.26: ; @.str.26 .asciz "\nOh no...the ogre hears and feels you around him and starts to wake up. You quickly try and hide behind a box that's close to you. The ogre is confused and starts to search for you, and as he does, you sneak around and try and find a way out. You find a small door but it's locked, so you go back to sneaking around trying to stay hidden from the ogre in search for this key since there's no other way out. After a bit, the ogre momentarily gives up as you continue to search for the key. You finally come across a smaller box on the bottom of a shelf. You look inside and find a little key. You take the key in your hands and start to crawl back to the small door you found earlier. As you approach the door, you hear the ogre get back up from where he was sitting and start to search from you again. You start to crawl faster towards the door as you hear his footsteps getting closer. You manage to get to the small door and try the key that you found in the box earlier. It fits and you unlock the door. You quickly open it and squeeze your body into the opening and snut the door behind you as you hear the ogre just a few feet away. You're now in a room full of books, ahh it's a library, but you soon realize that there's no other door in sight. You try very hard to think on how you're supposed to get out of here and back home. You have your cell phone but it's at 20 percent and there's no wifi or service here. Then suddenly a thought pops into your head, what if somewhere in this library there's a hidden bookshelf door, like the ones you see in the movies. You quickly begin to start taking books off the shelves of this library. Two big piles of books later and still no luck. You start to break down and think you may never get out of here. You pull one last book before falling to the ground in exhaustion and you hear a click. You look up at the bookcase and see it begin to open. You get up with tears in your eyes and walk into this small empty room with one remaining door. You run to the door and open it and find yourself transported back to the library where you fell asleep reading a book. The other people around you are looking at you strangely. Well, that's the last time you ever read a fictional magic book, that was scary. THE END. Play again! \n" l_.str.27: ; @.str.27 .asciz "\nAs you quietly explore the room, you come across a long box on a shelf.. You turn your head back to check if the ogre is still asleep, and he is. You carely open the box and find all kinds of packaging, so you move it out of the way and discover a sword! You try to pick it up with one hand and it's way too heavy, you think 'damn I need to hit the gym'. You try picking it up with both hands and manage to get it out of the box and hold it properly. Then suddenly, you feel a hot breath on the back of your neck and realize you no longer hear the ogre snoring. You quickly turn around and find yourself face to face with the ogre so you run to your left before he manages to grab you. Mid run you decide to turn back around and fight the ogre. You swing your sword and slice his hand off that was about to grab you. The ogre yells out in pain and frustration and tries to grab you again with his other hand and you manage to dodge him and slice at his knee cap, causing him to fell over and yell again. Out of breath, you back up in an attempt to get a running start. You charge at the ogre and stab him right in the heart, killing him instantly. You drop the sword and take a moment to catch your breath before rushing towards the lever on the wall switching it down. You run back to the door you came in and realize the water stopped filling the main room. You struggle to walk through the water, that is now at your waist. You use your hands to wash off the blood and sweat off your face, and suddenly you wake up in your bed back at home but your waist and legs are still wet. You peed the bed. THE END. Play again! \n" l_.str.28: ; @.str.28 .asciz "\nThe ogre wakes up and discovers you standing in front of him. You quickly try and run away but too late, he grabs you in his right hand and bites your head off. You died. THE END. Play again! \n" l_.str.29: ; @.str.29 .asciz "You open the door and find ........\n" l_.str.30: ; @.str.30 .asciz "You see extra credit for CSC 251-01\n Do you chase it?\n" l_.str.31: ; @.str.31 .asciz "%s%s%s" l_.str.32: ; @.str.32 .asciz "1) To chase it\n" l_.str.33: ; @.str.33 .asciz "2) Ignore the tempations of passing the class!\n" l_.str.34: ; @.str.34 .asciz "99) If you don't want to play anymore\n" l_.str.35: ; @.str.35 .asciz "Please follow the directions!\nYou're going to back to spawn!\n" .section __TEXT,__const l___const.main.chestInventory: ; @__const.main.chestInventory .asciz "a dead cricket\000\000\000\000\000\000\000\000\000\000" .asciz "an odd device\000\000\000\000\000\000\000\000\000\000\000" .asciz "a broken compass\000\000\000\000\000\000\000\000" .space 25 l___const.main.key: ; @__const.main.key .ascii "an old key" .section __TEXT,__cstring,cstring_literals l_.str.36: ; @.str.36 .space 1 l_.str.37: ; @.str.37 .asciz "You quickly grab the handle and open the 7th door. The water causes you to fall and forces you into the room. You immediately get to your feet and grab the door nob from the inside and turn it. It's jammed! Clearly the water must be forcing it closed." l_.str.38: ; @.str.38 .asciz "You scan the room and find a large chest at the foot of an old bed. You also find a small table near the right side of the bed with a dusty old book and a bottle of rum. " l_.str.39: ; @.str.39 .asciz "You scan the room and find a large chest at the foot of an old bed. You also find a small table near the right side of the bed with a dusty old book. " l_.str.40: ; @.str.40 .asciz "***********************************************" l_.str.41: ; @.str.41 .asciz "At this point you have 3 choices:" l_.str.42: ; @.str.42 .asciz "1. Examine the chest." l_.str.43: ; @.str.43 .asciz "2. Approach the small table and examine the book next to the bottle of rum." l_.str.44: ; @.str.44 .asciz "2. Have another swig of that bottle on the small table. Hell, you don't even notice the book right next to it at this point." l_.str.45: ; @.str.45 .asciz "2. Approach the small table and examine the book." l_.str.46: ; @.str.46 .asciz "3. Take a nap." l_.str.47: ; @.str.47 .asciz "What do you choose?" l_.str.48: ; @.str.48 .asciz "You walk over to the dark end of the room and approach the chest near the foot of the bed. It is made mostly of oak with broad iron bands reinforcing it. You jiggle the clasp but it appears to be locked." l_.str.49: ; @.str.49 .asciz "You unlock the chest with the old key and find the following within:" l_.str.50: ; @.str.50 .asciz "%d. %s \n" l_.str.51: ; @.str.51 .asciz "5. Close the chest." l_.str.52: ; @.str.52 .asciz "Select an item in the chest to add it to your inventory, or simply close the chest [5]." l_.str.53: ; @.str.53 .asciz "You have the following items in your personal inventory:" l_.str.54: ; @.str.54 .asciz "> %s \n" l_.str.55: ; @.str.55 .asciz "You approach the small table near the bed and pick up the book. It's a bit dusty with faded red lettering accross the cover. The title of the book is, 'Diary'." l_.str.56: ; @.str.56 .asciz "You open the book, and sift through the crumpled pages. It appears to be giberish full of what looks like complex equations and symbols. You turn to the last page and you see a sketch, maybe a schematic, of an odd looking device. At the header, the page reads, 'Odd Device!'. In the print below is a cryptic message:" l_.str.57: ; @.str.57 .asciz "'Only this 'odd device' will get you out of here. But there is huge risk in using it, so I locked it away.'" l_.str.58: ; @.str.58 .asciz "After reading the book, you grab the bottle of rum, pop the cork and take a huge swig! Cuz, why not." l_.str.59: ; @.str.59 .asciz "Other than the old book you've already read, there's nothing else here of interest." l_.str.60: ; @.str.60 .asciz "Ahhh! Good stuff. You have a compelling desire for another drink. Maybe you have a problem. Have another!" l_.str.61: ; @.str.61 .asciz "Mmm, this must be spiced rum. You can't resist another drink." l_.str.62: ; @.str.62 .asciz "That was good! *hiccup* Take another!" l_.str.63: ; @.str.63 .asciz "The bottle is empty." l_.str.64: ; @.str.64 .asciz "The booze is definately hitting you." l_.str.65: ; @.str.65 .asciz "You stuble around the room a bit... *Now* it's a party!" l_.str.66: ; @.str.66 .asciz "*hiccup* You dance around the room a bit, stumble to the floor. You dust yourself off and begin singing a song." l_.str.67: ; @.str.67 .asciz "You contemplate your drinking problem. BAH! Take another swig!" l_.str.68: ; @.str.68 .asciz "Woah, you struggle to maintain your balance. You begin to see double. Hey wait, is that a second door?!?!" l_.str.69: ; @.str.69 .asciz "Nah, it can't be... You are seriously drunk." l_.str.70: ; @.str.70 .asciz "Damn! The rum is powerful stuff. You begin to feel dizzy. Things begin to get really fuzzy, you mumble, 'barteeeender *hicuup* make it a double'." l_.str.71: ; @.str.71 .asciz "....a day passes...." l_.str.72: ; @.str.72 .asciz "Your eyes slowly open. Wow, what a headache! Slowly things come into focus. You realize you are laying on the floor near the side of the bed. Under the bed you can see the empty bottle tipped over. Something near it catches your eye." l_.str.73: ; @.str.73 .asciz "Next to the bottle you see a small rusted looking key." l_.str.74: ; @.str.74 .asciz "It's been a long day. *yawn* After an hour or so of sleep, something wakes you up! Oh yes! There's an unexplained flood in the room outside of your jammed door." l_.str.75: ; @.str.75 .asciz "You jump out of bed, with a clearer mind. The rest did you well. You vaguely recall a dream about having read the dusty old book on the table next to you." l_.str.76: ; @.str.76 .asciz "wrong choice" l_.str.77: ; @.str.77 .asciz "Erick Vargas' Door\n" l_.str.78: ; @.str.78 .asciz "You enter door 8 and you find yourself on a tropical island. You see a small group of people running around collecting materials, what do you do?\n" l_.str.79: ; @.str.79 .asciz "1) Introduce yourself 2) Ask where you are 3) Just watch them 4) Ignore them 5) Try to avoid them\n" l_.str.80: ; @.str.80 .asciz "You walk up to them and introduce yourself to them, they happily greet you and introduce themselves to you. They ask where you are from, how do you respond?\n" l_.str.81: ; @.str.81 .asciz " choose \n" l_.str.82: ; @.str.82 .asciz "You walk up to them and ask where you are, they look at you confusingly and tell you that the island your on is named Destiny Island. Still looking confused they ask where you came from, how do you respond?" l_.str.83: ; @.str.83 .asciz "From a distance you stay watching them, you just see that they continue running around collecting materials for some reason. As you keep watching them you notice that once they huddled up the girl of the group starts marking off on a checklist. You start to wonder more what they're trying to do, what do you do?" l_.str.84: ; @.str.84 .asciz "You decide to just ignore them, what do you do instead?" l_.str.85: ; @.str.85 .asciz "Panicked, you decide to hide from them. Where do you choose to hide?" l_.str.86: ; @.str.86 .asciz "A small control room of some sort." l_.str.87: ; @.str.87 .asciz "Two doors on opposite ends of the room." l_.str.88: ; @.str.88 .asciz "The lights are dim, going off and on spontaneously." l_.str.89: ; @.str.89 .asciz "Several monitors broken and smashed in." l_.str.90: ; @.str.90 .asciz "You see a particular monitor that catches your eye." l_.str.91: ; @.str.91 .asciz "!!!" l_.str.92: ; @.str.92 .asciz "A young woman?" l_.str.93: ; @.str.93 .asciz "Looks as if she's been in containment for a long time." l_.str.94: ; @.str.94 .asciz "*SLAM*" l_.str.95: ; @.str.95 .asciz "A security door emerges and closes behind you." l_.str.96: ; @.str.96 .asciz "It's locked." l_.str.97: ; @.str.97 .asciz "\nEMERGENCY EMERGENCY" l_.str.98: ; @.str.98 .asciz "BOMB HAS BEEN SET OFF" l_.str.99: ; @.str.99 .asciz "WARNING EXTREMELY SENSITIVE!" l_.str.100: ; @.str.100 .asciz "Theres a giant piece of machinery with a big screen above." l_.str.101: ; @.str.101 .asciz "\t [ ] [2] [3] [4] [5] [6] [ / [8] [9]" l_.str.102: ; @.str.102 .asciz "The 1 and 7 keys seem non functional." l_.str.103: ; @.str.103 .asciz "Theres a note next to the machine." l_.str.104: ; @.str.104 .asciz "Input 9 numbers, they must add to exactly 37." l_.str.105: ; @.str.105 .asciz "You have 45 seconds." l_.str.106: ; @.str.106 .asciz "That button doesn't exist." l_.str.107: ; @.str.107 .asciz "%d\n" l_.str.108: ; @.str.108 .asciz "The number is flashing on screen." l_.str.109: ; @.str.109 .asciz "Seems it replaced my current score." l_.str.110: ; @.str.110 .asciz "The [1] button appears to be broken." l_.str.111: ; @.str.111 .asciz "It doesn't work." l_.str.112: ; @.str.112 .asciz "It doesn't appear to have read any input." l_.str.113: ; @.str.113 .asciz "Seems no input has been added from this button" l_.str.114: ; @.str.114 .asciz "Nothing happened." l_.str.115: ; @.str.115 .asciz "Ding" l_.str.116: ; @.str.116 .asciz "Time Took %ld seconds \n" l_.str.117: ; @.str.117 .asciz "Bomb Deactivated." l_.str.118: ; @.str.118 .asciz "*sigh*." l_.str.119: ; @.str.119 .asciz "I live to see another day..." l_.str.120: ; @.str.120 .asciz "The woman has a relieved expression on her face." l_.str.121: ; @.str.121 .asciz "You see a release latch to unlock her cell door." l_.str.122: ; @.str.122 .asciz "Release Latch? (1)Yes (2)No" l_.str.123: ; @.str.123 .asciz "You released the latch." l_.str.124: ; @.str.124 .asciz "We have to go NOW! she exclaims!" l_.str.125: ; @.str.125 .asciz "The other door opened, its an elevator." l_.str.126: ; @.str.126 .asciz "You go in with the young lady and immediately the Elevator goes straight down really fast." l_.str.127: ; @.str.127 .asciz "It's stopped." l_.str.128: ; @.str.128 .asciz "The doors open, we see civilization." l_.str.129: ; @.str.129 .asciz "What the hell was that place?" l_.str.130: ; @.str.130 .asciz "Ask her what was that place?(1) Say Goodbye(2)" l_.str.131: ; @.str.131 .asciz "What Happened?" l_.str.132: ; @.str.132 .asciz "I was a hostage, a ransom that my family couldn't pay." l_.str.133: ; @.str.133 .asciz "They were going to blow me up along with that whole lab." l_.str.134: ; @.str.134 .asciz "You just happened to stumble by at the right time." l_.str.135: ; @.str.135 .asciz "Talk about dumb luck haha." l_.str.136: ; @.str.136 .asciz "Who's they?" l_.str.137: ; @.str.137 .asciz "She immediately put her face to my ear and whispered." l_.str.138: ; @.str.138 .asciz "\nt" l_.str.139: ; @.str.139 .asciz "h" l_.str.140: ; @.str.140 .asciz "e" l_.str.141: ; @.str.141 .asciz " " l_.str.142: ; @.str.142 .asciz "c" l_.str.143: ; @.str.143 .asciz "u" l_.str.144: ; @.str.144 .asciz "l" l_.str.145: ; @.str.145 .asciz "t\n" l_.str.146: ; @.str.146 .asciz "My family were members and I wanted out and.." l_.str.147: ; @.str.147 .asciz "I decided to help her get out of town." l_.str.148: ; @.str.148 .asciz "After a long process of hiding and changing ID's and a few cosmetic surgeries." l_.str.149: ; @.str.149 .asciz "I got her a plane ticket outside of the state where cult activity was most prominent." l_.str.150: ; @.str.150 .asciz "It was time for her to go." l_.str.151: ; @.str.151 .asciz "I waved bye at the airport." l_.str.152: ; @.str.152 .asciz "She turns to me." l_.str.153: ; @.str.153 .asciz "END" l_.str.154: ; @.str.154 .asciz "You wave bye as you leave." l_.str.155: ; @.str.155 .asciz "You think to yourself it's not worth the trouble to know or get involved any further." l_.str.156: ; @.str.156 .asciz "You go home and take a nice long nap." l_.str.157: ; @.str.157 .asciz "You decided not to release the latch but instead only unlock the other door." l_.str.158: ; @.str.158 .asciz "NOOO!!" l_.str.159: ; @.str.159 .asciz "LET ME OUT PLEASE!!" l_.str.160: ; @.str.160 .asciz "The door opens, it's an elevator." l_.str.161: ; @.str.161 .asciz "You go in." l_.str.162: ; @.str.162 .asciz "You go down and exit outside a building." l_.str.163: ; @.str.163 .asciz "What was that place? you ponder." l_.str.164: ; @.str.164 .asciz "You think, it doesn't matter as long as I'm free." l_.str.165: ; @.str.165 .asciz "Along the way home you justify your actions." l_.str.166: ; @.str.166 .asciz "What if she was dangerous? I couldn't put myself at risk for a stranger. I'm glad I left her." l_.str.167: ; @.str.167 .asciz "You make it home safe." l_.str.168: ; @.str.168 .asciz "But can't shake the feeling you were being followed." l_.str.169: ; @.str.169 .asciz "BOOM!" l_.str.170: ; @.str.170 .asciz "You Are Dead." l_.str.171: ; @.str.171 .asciz "Took too long." l_.str.172: ; @.str.172 .asciz "The bomb was set off." l_.str.173: ; @.str.173 .asciz "You are Dead." l_.str.174: ; @.str.174 .asciz "A lottery machine?" l_.str.175: ; @.str.175 .asciz "Welcome to Fabian's room" l_.str.176: ; @.str.176 .asciz "Enter the lottery by entering three numbers. Each 1 digit\n" l_.str.177: ; @.str.177 .asciz " %d %d %d" l_.str.178: ; @.str.178 .asciz "Your numbers are: %d, %d, %d\n" l_.str.179: ; @.str.179 .asciz "The winning lottery numbers are: %d, %d, %d\n" l_.str.180: ; @.str.180 .asciz "You've hit the jackpot of 1,000,000\n" l_.str.181: ; @.str.181 .asciz "You wont 1,000\n" l_.str.182: ; @.str.182 .asciz "You've won $100\n" l_.str.183: ; @.str.183 .asciz "You won $10\n" l_.str.184: ; @.str.184 .asciz "You won nothing sorry!\n" l_.str.185: ; @.str.185 .asciz "choose a new room now if you dare... \n" l_.str.186: ; @.str.186 .asciz "you open the door and find 3 more doors." l_.str.187: ; @.str.187 .asciz "On the left there is a door with a Skull and Bones. In the middle the door has an Angel. On the right it has no symbol.\n" l_.str.188: ; @.str.188 .asciz "1. Open the Skull and Bones door. \n2. Open the Angel door. \n3. Open the no symbol door.\n" l_.str.189: ; @.str.189 .asciz "You proceed to open the door with Skull and Bones on it.\n" l_.str.190: ; @.str.190 .asciz "A skeleton stands before you. \n'Hello %s would you like to play a game?'\nThe door behind you disappears so its not like you have a choice to say no...so you agree to play without knowing what kind of game.\n" l_.str.191: ; @.str.191 .asciz "[Skeleton]: Wonderful! Choose a hand *Giant Grin on his face*\n" l_.str.192: ; @.str.192 .asciz "1. Left \n2. Right\n" l_.str.193: ; @.str.193 .asciz "[Skeleton]: *Laughs* Excellent choice. If you chose the other hand your soul would have been mine\n" l_.str.194: ; @.str.194 .asciz "[Skeleton]: Now lets play one final game. You can roll this 100 sided die and if you get anything higher than 55 you can leave here with a million dollars. Or you can walk through that door *Skeleton points to a new door as it rises from the ground*\n" l_.str.195: ; @.str.195 .asciz "1. Roll the die. \n2. Open the door\n" l_.str.196: ; @.str.196 .asciz "[Skeleton]: *Evil Laughs* You have chosen the right path so far. However, I never told you what happens if you get anything below 55. If you land below 55 you have to stay here for the rest of your life guarding this door and I will finally be free! \n" l_.str.197: ; @.str.197 .asciz "Ready to roll?\n1. Yes\n2. No" l_.str.198: ; @.str.198 .asciz "[Skeleton]: Ahh who cares not like you have a choice! *Rolls die*\n" l_.str.199: ; @.str.199 .asciz "Congrats you are free to exit out that door\n" l_.str.200: ; @.str.200 .asciz "\n The door just leads you straight to where you started\n" l_.str.201: ; @.str.201 .asciz "[Skeleton]: Finally I'm free!" l_.str.202: ; @.str.202 .asciz "You are not stuck in this room for eternity..." l_.str.203: ; @.str.203 .asciz "[Skeleton]: Did you really think I would let you live?" l_.str.204: ; @.str.204 .asciz "You have died to a Skeleton \n" l_.str.205: ; @.str.205 .asciz "[Skeleton]: Thank you for playing. *He puts his hand over your head*\n" l_.str.206: ; @.str.206 .asciz "You have died try again!\n" l_.str.207: ; @.str.207 .asciz "You proceed to open the door with an Angel on it.\n" l_.str.208: ; @.str.208 .asciz "Welcome! You need to guess the following word or you can't come to heaven.\n" l_.str.209: ; @.str.209 .asciz "You can not get 1 letter wrong or you lose \n" l_.str.210: ; @.str.210 .asciz "What is yellow and can be found in water?\n" .section __TEXT,__const l___const.main.answer: ; @__const.main.answer .byte 100 ; 0x64 .byte 117 ; 0x75 .byte 99 ; 0x63 .byte 107 ; 0x6b .space 16 .section __TEXT,__cstring,cstring_literals l_.str.211: ; @.str.211 .asciz " %c" l_.str.212: ; @.str.212 .asciz "keep going\n" l_.str.213: ; @.str.213 .asciz "Congrats you guess the correct word: DUCK!\n" l_.str.214: ; @.str.214 .asciz "You failed sorry!\n" l_.str.215: ; @.str.215 .asciz "You proceed to open the blank door.\n" l_.str.216: ; @.str.216 .asciz "You enter the room and its filled with clocks. Every clock instantly stops ticking and your vision slowly fades to black. You close your eyes hoping you get your vision back, but you open them and you are no longer in the room. Instead you you are placed straight back to where you started with the option to choose any room." l_.str.217: ; @.str.217 .asciz "you open the door and find you've entered room 12........\n" l_.str.218: ; @.str.218 .asciz "Since you're here and brave, will you take a chance and play a game of cards? Enter 'y' twice for yes or '99' to leave at any time...\n" l_.str.219: ; @.str.219 .asciz "You don't want to play, but you'll be back. Goodbye for now... >:D" l_.str.220: ; @.str.220 .asciz "As your hand reaches for the 13th door you think about all the superstitions related to the number 13." l_.str.221: ; @.str.221 .asciz "However, you open it anyways and you find yourself in a large dark room that is immedietly cold and nothing is visible." l_.str.222: ; @.str.222 .asciz "Although the room is pitch black you cant even see your hands, you stop and look to your right when something catches your eye." l_.str.223: ; @.str.223 .asciz "A samll bright light is floating in the distance, close enough to see but far enough to not be able to know what it is." l_.str.224: ; @.str.224 .asciz "Do you walk towards the light or do you wak in the opposite direction." l_.str.225: ; @.str.225 .asciz "1. Walk towards the light." l_.str.226: ; @.str.226 .asciz "2. Walk in the other direction." l_.str.227: ; @.str.227 .asciz "feeling curious you walk towards the light." l_.str.228: ; @.str.228 .asciz "As your walking, the light gets brighter and slowly getting closer until you feel a sudden rush of cold air on your left shoulder." l_.str.229: ; @.str.229 .asciz "You look over and see a ghost like hand resting on your shoulder" l_.str.230: ; @.str.230 .asciz "It whispers into your ear with a low grungy voice \"%s turn around, I can give you anything you want \" \n" l_.str.231: ; @.str.231 .asciz "Do you turn around or keep walking towards the light?" l_.str.232: ; @.str.232 .asciz "1. Continue walking towards the light." l_.str.233: ; @.str.233 .asciz "2. Turn around and face this mysterious voice" l_.str.234: ; @.str.234 .asciz "Overcoming your curiosity once more, you continue walking towards the light," l_.str.235: ; @.str.235 .asciz "As you get closer to the light you can now see a forest and wonder if this is the way out." l_.str.236: ; @.str.236 .asciz "However, you once more hear this voice different from before." l_.str.237: ; @.str.237 .asciz "Not knowing what this light could be you decide to turn around and head deeper into the unknown darkness." l_.str.238: ; @.str.238 .asciz "...more to come..." l_.str.239: ; @.str.239 .asciz "Wrong choice" l_.str.240: ; @.str.240 .asciz "Desperately.You push door 14 open\n" l_.str.241: ; @.str.241 .asciz "Once inside you bear your entire weight against the door to slam it shut.\n" l_.str.242: ; @.str.242 .asciz "Recuperated you look around to find a door with an inscription attached to it via a wooden tablet fixated above the archway\n" l_.str.243: ; @.str.243 .asciz "Its a game.\n" l_.str.244: ; @.str.244 .asciz "Guess the magic number and you'll be allowed passage. Fail.Passage to the underworld will be granted instead\n" l_.str.245: ; @.str.245 .asciz "Welp.Time to take your shot.Good luck.\n" l_.str.246: ; @.str.246 .asciz "Enter a number between 1 and 10\n" l_.str.247: ; @.str.247 .asciz "Please enter a number between 1 and 10 inclusively\n" l_.str.248: ; @.str.248 .asciz "%d + magic number = %d\n" l_.str.249: ; @.str.249 .asciz "%d * magic number = %d\n" l_.str.250: ; @.str.250 .asciz "%d - magic number = %d\n" l_.str.251: ; @.str.251 .asciz "What is your guess? It states.\n" l_.str.252: ; @.str.252 .asciz "You are correct! The door opens. You pass through with no issues.\n" l_.str.253: ; @.str.253 .asciz "Oh no. You guessed wrong.\n" l_.str.254: ; @.str.254 .asciz "The ceiling begins to lower. Looks like its game over.\n" l_.str.255: ; @.str.255 .asciz "Thanks for playing!\n" l_.str.256: ; @.str.256 .asciz "You enter an empty classroom.\n" l_.str.257: ; @.str.257 .asciz "A monitor begins to lower from the ceiling.\n" l_.str.258: ; @.str.258 .asciz "\"Samsung\" you notice. Nice.\n" l_.str.259: ; @.str.259 .asciz "On the screen a grading scale is shown.\n" l_.str.260: ; @.str.260 .asciz "A = 4.0, B = 3.0, C = 2.0, D = 1.0,F = 0\n" l_.str.261: ; @.str.261 .asciz "There are %d A's\n" l_.str.262: ; @.str.262 .asciz "There are %d B's\n" l_.str.263: ; @.str.263 .asciz "There are %d C's\n" l_.str.264: ; @.str.264 .asciz "There are %d D's\n" l_.str.265: ; @.str.265 .asciz "What is the average?\n" l_.str.266: ; @.str.266 .asciz "Like a teacher you graded it! Nice job!\n" l_.str.267: ; @.str.267 .asciz "The room walls begin to shake as the one in front of you begins to open up. Revealing a secret tunnel.\n" l_.str.268: ; @.str.268 .asciz "You push on.\n" l_.str.269: ; @.str.269 .asciz "Looks like this is where you dropout.\n" l_.str.270: ; @.str.270 .asciz "As you exit the tunnel you find yourself in a casino\n" l_.str.271: ; @.str.271 .asciz "Oddly enough there is only one table with a single seat directly ahead of you.\n" l_.str.272: ; @.str.272 .asciz "You approach the table cautiously. The dealer says \"Do not be afraid. I will only take what you are willing to give\" he laughs. Try your luck.\n" l_.str.273: ; @.str.273 .asciz "The game is simple. Pick a number and guess the number of times that number will be rolled. The die will be rolled 10 times.\n" l_.str.274: ; @.str.274 .asciz "\"What are you willing to bet?\" asks the dealer.\n" l_.str.275: ; @.str.275 .asciz "Having nothing of value you bet what you have. Your life. A true gambler at heart.\n" l_.str.276: ; @.str.276 .asciz "\"Very well. I accept your bet. \"\n" l_.str.277: ; @.str.277 .asciz "Now state the number you would like to bet on between 1 and 6.\n" l_.str.278: ; @.str.278 .asciz "Please pick a number between 1 and 6 for your bet.\n" l_.str.279: ; @.str.279 .asciz " Now guess how many times that number has been rolled. You have a rage of 1 above and below the number. Good luck!\n" l_.str.280: ; @.str.280 .asciz "Your guess: %d\n" l_.str.281: ; @.str.281 .asciz "# of rolls: %d\n" l_.str.282: ; @.str.282 .asciz "You win! You get to keep your life ,and get passage on.\n" l_.str.283: ; @.str.283 .asciz "I'm afraid you'll be cashing out now.\n" l_.str.284: ; @.str.284 .asciz "To be cont.\n" l_.str.285: ; @.str.285 .asciz "Mauro Badillo, the 1st test" l_.str.286: ; @.str.286 .asciz " /|" l_.str.287: ; @.str.287 .asciz " |\\|" l_.str.288: ; @.str.288 .asciz " |||" l_.str.289: ; @.str.289 .asciz " ~-[{o}]-~" l_.str.290: ; @.str.290 .asciz " |/|" l_.str.291: ; @.str.291 .asciz " ///~` |\\_ `0' =\\\\ . ." l_.str.292: ; @.str.292 .asciz " , |=' ,))\\_| ~-_ _) \\ _/_/|" l_.str.293: ; @.str.293 .asciz " / , (((((( ~ \\ ~~~\\-~-_ /~ _ |" l_.str.294: ; @.str.294 .asciz " /' -~/~)))))))'\\_ _/' \\_ /' D |" l_.str.295: ; @.str.295 .asciz " ( (((((( ~-/ ~-/ ~-; / \\--_" l_.str.296: ; @.str.296 .asciz " ~~--| ))'' ') ` `~~\\_ \\ )" l_.str.297: ; @.str.297 .asciz " : (_ ~\\ , /~~- ./" l_.str.298: ; @.str.298 .asciz " \\ \\_ )--__ /(_/) | ) )|" l_.str.299: ; @.str.299 .asciz " ___ |_ \\__/~-__ ~~ ,' /,_;, __--( _/ |" l_.str.300: ; @.str.300 .asciz " //~~\\`\\ /' ~~~----| ~~~~~~~~' \\- ((~~ __-~ |" l_.str.301: ; @.str.301 .asciz "((() `\\`\\_(_ _-~~-\\ ``~~ ~~~~~~ \\_ /" l_.str.302: ; @.str.302 .asciz " ))) ~----' / \\ ) )" l_.str.303: ; @.str.303 .asciz " ( ;`~--' : _- ,;;(" l_.str.304: ; @.str.304 .asciz " | `\\ | _-~ ,;;;;)" l_.str.305: ; @.str.305 .asciz " | /'`\\ ; _-~ _/" l_.str.306: ; @.str.306 .asciz " /~ / | ) /;;;'' ,;;:-~" l_.str.307: ; @.str.307 .asciz " | / / | / |;;' ,''" l_.str.308: ; @.str.308 .asciz " / / | \\| | ,;( -Tua Xiong" l_.str.309: ; @.str.309 .asciz " _/ /' \\ \\_) .---__\\_ \\,--._______" l_.str.310: ; @.str.310 .asciz " ( )|' (~-_| (;;' ;;;~~~ ' `;;| ;;; " l_.str.311: ; @.str.311 .asciz " ) `|_ |-_;;--__ ~~~----__/' /'_______/" l_.str.312: ; @.str.312 .asciz " `----' ( `~--_ ~~~;;------------~~~~~ ;;;'_ '" l_.str.313: ; @.str.313 .asciz " `~~~~~~~~'~~~-----....___;;;____---~~" l_.str.314: ; @.str.314 .asciz "Here you will face a series of trials, make sure every choice counts." l_.str.315: ; @.str.315 .asciz "Would you like your name to be in all caps? 1:Yes 2:No" l_.str.316: ; @.str.316 .asciz "Wrong entry, continuing." .section __TEXT,__const l___const.main.goblin: ; @__const.main.goblin .asciz "Goblin\000\000\000" l___const.main.zombie: ; @__const.main.zombie .asciz "Zombie\000\000\000" l___const.main.giant: ; @__const.main.giant .asciz "Giant\000\000\000\000" l___const.main.highSumm: ; @__const.main.highSumm .asciz "High Summoner\000\000\000\000\000\000\000\000\000\000\000" l___const.main.quetzal: ; @__const.main.quetzal .asciz "God Quetzalcoatl\000\000\000\000\000\000\000\000" l___const.main.goblinATT: ; @__const.main.goblinATT .asciz "The Goblin takes his tiny shiv and cuts you.\000\000\000\000\000" l___const.main.zombieATT: ; @__const.main.zombieATT .asciz "The Zombie lunges forward and bites you.\000\000\000\000\000\000\000\000\000" l___const.main.giantATT: ; @__const.main.giantATT .asciz "The Giant takes his club and strikes you in the chest\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" l___const.main.highATT: ; @__const.main.highATT .asciz "The High Summoner casts a large cloud above you and calls down a bolt of lightning.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" l___const.main.quetzalATT: ; @__const.main.quetzalATT .asciz "Quetzalcoatl, The Creator, blasts you with a blue stream of fire.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.317: ; @.str.317 .asciz "Pick your class." l_.str.318: ; @.str.318 .asciz "________________________________________________________________" l_.str.319: ; @.str.319 .asciz "1. Warrior." l_.str.320: ; @.str.320 .asciz "2. Magician." l_.str.321: ; @.str.321 .asciz "3. Exit." l_.str.322: ; @.str.322 .asciz "You have selected Warrior." l_.str.323: ; @.str.323 .asciz "You have selected Magician." l_.str.324: ; @.str.324 .asciz "Heading back to the main menu!" l_.str.325: ; @.str.325 .asciz "Please select a valid option" l_.str.326: ; @.str.326 .asciz "You will be given 3 health potions that heal \"20%\" of your health.\nUse them wisely." l_.str.327: ; @.str.327 .asciz "Something went wrong with warrior/magician boolean" l_.str.328: ; @.str.328 .asciz "%s HP: %d DMG: %d \n" l_.str.329: ; @.str.329 .asciz "Something went wrong calculating string name." l_.str.330: ; @.str.330 .asciz "Warrior: %s HP: %d DMG: %d \n" l_.str.331: ; @.str.331 .asciz "Magician: %s HP: %d DMG: %d \n" l_.str.332: ; @.str.332 .asciz "1. Attack." l_.str.333: ; @.str.333 .asciz "2. Magic." l_.str.334: ; @.str.334 .asciz "3. Health Potion." l_.str.335: ; @.str.335 .asciz "You've attacked for %d.\n" l_.str.336: ; @.str.336 .asciz "You have no more potions left!" l_.str.337: ; @.str.337 .asciz "%s\n" l_.str.338: ; @.str.338 .asciz "Something went wrong calculating attack string." l_.str.339: ; @.str.339 .asciz "You took %d damage.\n" l_.str.340: ; @.str.340 .asciz "Their attempt to attack you has failed." l_.str.341: ; @.str.341 .asciz "You have defeated the %s\n" l_.str.342: ; @.str.342 .asciz "Something went wrong calculating the defeat string." l_.str.343: ; @.str.343 .asciz "You lose." l_.str.344: ; @.str.344 .asciz "Would you like to continue? 1: Yes 2: No" l_.str.345: ; @.str.345 .asciz "Continuing..." l_.str.346: ; @.str.346 .asciz "Closing..." l_.str.347: ; @.str.347 .asciz "Wrong choice, please enter 1 or 2." l_.str.348: ; @.str.348 .asciz "Congratulations %s, you defeated all the bosses in Room 20!\n" l_.str.349: ; @.str.349 .asciz "%s's stats were\n_______________\n" l_.str.350: ; @.str.350 .asciz "Level: %d\n" l_.str.351: ; @.str.351 .asciz "Attack: %d\n" l_.str.352: ; @.str.352 .asciz "Magic: %d\n" l_.str.353: ; @.str.353 .asciz "Health: %d\n" l_.str.354: ; @.str.354 .asciz "Defense: %d\n" l_.str.355: ; @.str.355 .asciz "TotalHP: %d\n" l_.str.356: ; @.str.356 .asciz "______________________________________" l_.str.357: ; @.str.357 .asciz "1. Start New Game" l_.str.358: ; @.str.358 .asciz "2. Save to Hall of Fame -stats.txt-" l_.str.359: ; @.str.359 .asciz "3. Read the Hall of Fame -stats.txt-" l_.str.360: ; @.str.360 .asciz "4. Exit Room 20" l_.str.361: ; @.str.361 .asciz "Saving stats to stats.txt..." l_.str.362: ; @.str.362 .asciz "stats.txt" l_.str.363: ; @.str.363 .asciz "a" l_.str.364: ; @.str.364 .asciz "Name: %s\n" l_.str.365: ; @.str.365 .asciz "___________________\n" l_.str.366: ; @.str.366 .asciz "Reading stats from stats.txt..." l_.str.367: ; @.str.367 .asciz "r" l_.str.368: ; @.str.368 .asciz "Thank you for playing, goodbye." l_.str.369: ; @.str.369 .asciz "Wrong entry." l_.str.370: ; @.str.370 .asciz "A penguin drinking a been" l_.str.371: ; @.str.371 .asciz "Entered Moises' room" l_.str.372: ; @.str.372 .asciz "You open the door and see 5 doors which one do you choose?..." l_.str.373: ; @.str.373 .asciz "Choose an option below (Enter 99 to quit)" l_.str.374: ; @.str.374 .asciz "Door 1 " l_.str.375: ; @.str.375 .asciz "Door 2 " l_.str.376: ; @.str.376 .asciz "Door 3 " l_.str.377: ; @.str.377 .asciz "Door 4" l_.str.378: ; @.str.378 .asciz "Door is cold to the touch" l_.str.379: ; @.str.379 .asciz "What do you do first" l_.str.380: ; @.str.380 .asciz "1.Do you try and build a fire?" l_.str.381: ; @.str.381 .asciz "2.Do you look for warm clothing?" l_.str.382: ; @.str.382 .asciz "3.Do you tough it out?" l_.str.383: ; @.str.383 .asciz "Do you even know how to start a fire?" l_.str.384: ; @.str.384 .asciz "Of course you don't, but luckily there is a lighter in front of you" l_.str.385: ; @.str.385 .asciz "You find some dried up branches and leaves and light them" l_.str.386: ; @.str.386 .asciz "So now that the fire is started what do you do" l_.str.387: ; @.str.387 .asciz "1. Look for food" l_.str.388: ; @.str.388 .asciz "2. Find something to put on" l_.str.389: ; @.str.389 .asciz "3. Nothing, ill stay wasrm by the fire." l_.str.390: ; @.str.390 .asciz "Smart move need to get some clothes luckily theres clothes right next to you" l_.str.391: ; @.str.391 .asciz "I too like to live dangerously" l_.str.392: ; @.str.392 .asciz "But you really shouldve chosen something else" l_.str.393: ; @.str.393 .asciz "Try again" l_.str.394: ; @.str.394 .asciz "Who left the heater on?" l_.str.395: ; @.str.395 .asciz "You fall from the sky towards the ground" l_.str.396: ; @.str.396 .asciz "Are you scared?" l_.str.397: ; @.str.397 .asciz "1. Yes 2. No" l_.str.398: ; @.str.398 .asciz "You shouldn't be you have a parachute" l_.str.399: ; @.str.399 .asciz "Kinda edgy of you, are you ok? Maybe you should talk to somebody" l_.str.400: ; @.str.400 .asciz "You only really have two options" l_.str.401: ; @.str.401 .asciz "There is a strange man in front of you" l_.str.402: ; @.str.402 .asciz "1.Do you approach him? or 2. Do you ignore him?" l_.str.403: ; @.str.403 .asciz "Door is locked cannot open \n" l_.str.404: ; @.str.404 .asciz "As you open the door, you notice a sign reading: \"This is Phillip F. Aguilera's room\".\nYou enter the room and close the door behind you, noticing the choice of more doors. There are three more doors to choose.\nA sheet of paper is lying on the floor. You pick it up and begin to read what has been written.\nIt states:\n" l_.str.405: ; @.str.405 .asciz "You have %d bananas and %d oranges.\n" l_.str.406: ; @.str.406 .asciz "Enter the rooms and try to escape with the highest amount of bananas and oranges as possible!\n" l_.str.407: ; @.str.407 .asciz "You must have XXX amount of bananas and oranges in XXX amount of turns or you lose!\n" l_.str.408: ; @.str.408 .asciz "Main Menu:\n1) Enter Room 1.\n2) Enter Room 2.\n3) Enter Room 3.\n" l_.str.409: ; @.str.409 .asciz "Enter the Room you wish to enter: " l_.str.410: ; @.str.410 .asciz "You are in Room 1.\n" l_.str.411: ; @.str.411 .asciz "You are in Room 2.\n" l_.str.412: ; @.str.412 .asciz "You are in Room 3.\n" l_.str.413: ; @.str.413 .asciz "Room for Richmond Laureta AKA (rlaureta)\n" l_.str.414: ; @.str.414 .asciz "You are in a pod sleeping for over a thousand years, oblivious to everything, \nwhen all of a sudden, earthquake struck and collapsed the dungeon you are in. \nYour pod remains in tact and then a lightning hit your pod.\n You are awakened... you got out of your pod to a ruined dungeon." l_.str.415: ; @.str.415 .asciz "\n\nYou see two pathways with doors at the end: \n\n1. The left pathway: INTELLIGENCE eteched on the door(RANDOM POWER)). " l_.str.416: ; @.str.416 .asciz "\n2. The right pathway: STRENGTH etched on the door." l_.str.417: ; @.str.417 .asciz "\nWhich pathway you want to choose?(Press 0 to exit at anytime.) " l_.str.418: ; @.str.418 .asciz "\nYou open the door and see three staffs, set on a table in the middle of the room. You walk over to the table to see the choices of staffs.\n\n" l_.str.419: ; @.str.419 .asciz "1. This staff is red and can cast flame.\n" l_.str.420: ; @.str.420 .asciz "2. This staff is blue and can cast water blast.\n" l_.str.421: ; @.str.421 .asciz "You have to choose the elemental for your weapon: " l_.str.422: ; @.str.422 .asciz "\nYou picked up the fire staff and your outfit changed into a fire red wizard.\n" l_.str.423: ; @.str.423 .asciz "You exit the collapsed dungeon and after exiting you see a woman being attacked by a goblin.\n\n" l_.str.424: ; @.str.424 .asciz "1. Help the woman and cast flame on the goblin.\n" l_.str.425: ; @.str.425 .asciz "2. Cast flame on both the goblin and the woman.\n" l_.str.426: ; @.str.426 .asciz "Which action do you want to take? " l_.str.427: ; @.str.427 .asciz "Power of the weapon: " l_.str.428: ; @.str.428 .asciz "\nYou run towards the goblin and cast your flame spell. The goblin attacked you, but also, the goblin died in flames.\n" l_.str.429: ; @.str.429 .asciz "The woman thanked you and gave you a health potion for healing.\n" l_.str.430: ; @.str.430 .asciz "The woman explained to you what happened to the village. The woman told you \nthat the village is being attacked by an evil sorcerer in the fortress castle.\n" l_.str.431: ; @.str.431 .asciz "It is up to you if you want to save the village with your fire staff.\n\n" l_.str.432: ; @.str.432 .asciz "1. Face the evil sorcerer.\n" l_.str.433: ; @.str.433 .asciz "2. Ignore the woman.\n" l_.str.434: ; @.str.434 .asciz "What course of action would you like to take? " l_.str.435: ; @.str.435 .asciz "\nYou journeyed to the castle and battled many enemy then you face the evil sorcerer.\n" l_.str.436: ; @.str.436 .asciz "He wants to make a deal with you. If you can help him take over the village.\n\n" l_.str.437: ; @.str.437 .asciz "1. Ignore him and defeat the evil sorcerer.\n" l_.str.438: ; @.str.438 .asciz "2. Accept the deal and rule the village with him.\n" l_.str.439: ; @.str.439 .asciz "What do you want to do? " l_.str.440: ; @.str.440 .asciz "\nYou defeated the sorcerer and saved countless lives. \nThe village honored you and became the fire red KING WIZARD.\n" l_.str.441: ; @.str.441 .asciz "Game Completed." l_.str.442: ; @.str.442 .asciz "\nYou defeated the sorcerer but suffered loses. \nThe village honored you and became the fire red KING WIZARD.\n" l_.str.443: ; @.str.443 .asciz "You ignored the woman and still went to the castle and face the evil sorcerer." l_.str.444: ; @.str.444 .asciz "\nYou defeated the sorcerer and ruled with iron fist. \nThe village honored you and became the fire red KING WIZARD.\n" l_.str.445: ; @.str.445 .asciz "You ruled with the evil sorcerer with an iron fist." l_.str.446: ; @.str.446 .asciz "You heartlessly cast the flame on the goblin and the woman killing them both." l_.str.447: ; @.str.447 .asciz "The woman's soul was released and haunts you telling you that you need \nto kill the evil sorcerer that is invading the village living in the fortress castle." l_.str.448: ; @.str.448 .asciz "It is up to you if you want to save the village with your fire staff.\n\n" l_.str.449: ; @.str.449 .asciz "2. Ignore the woman's soul\n" l_.str.450: ; @.str.450 .asciz "\nYou defeated the sorcerer but lost a lot of lives and the woman you killed haunts your mind forever. \nThe village honored you and you became the fire red KING WIZARD.\n" l_.str.451: ; @.str.451 .asciz "You made the pact with the evil sorcerer and ruled the village cruely for thousands of years." l_.str.452: ; @.str.452 .asciz "You ignored the soul and still went to the castle and face the evil sorcerer." l_.str.453: ; @.str.453 .asciz "\nYou picked up the blue staff and your outfit changed into a blue wizard.\n" l_.str.454: ; @.str.454 .asciz "1. Help the woman and cast water blast on the goblin.\n" l_.str.455: ; @.str.455 .asciz "2. Cast water blast on both the goblin and the woman to kill them.\n" l_.str.456: ; @.str.456 .asciz "\nYou run towards the goblin and cast your water blast spell. The goblin attacked you, but also, the goblin died with the water blast.\n" l_.str.457: ; @.str.457 .asciz "\nIt is up to you if you want to save the village with your water staff.\n\n" l_.str.458: ; @.str.458 .asciz "\nYou defeated the sorcerer and saved countless lives. \nThe village honored you and became the water blue KING WIZARD.\n" l_.str.459: ; @.str.459 .asciz "You made the pact with the evil sorcerer and ruled the village with an iron fist.\n" l_.str.460: ; @.str.460 .asciz "You heartlessly cast the water blast on the goblin and the woman killing them both." l_.str.461: ; @.str.461 .asciz "It is up to you if you want to save the village with your water staff.\n\n" l_.str.462: ; @.str.462 .asciz "\nYou defeated the sorcerer but lost a lot of lives and the woman you killed haunts your mind forever. \nThe village honored you and you became the water blue KING WIZARD.\n" l_.str.463: ; @.str.463 .asciz "You ignored the woman's soul and still went to the castle and face the evil sorcerer." l_.str.464: ; @.str.464 .asciz "\nYou open the door and you see two weapons, set on a table in the middle of the room. You walk over to the table to see the choices of weapon.\n\n" l_.str.465: ; @.str.465 .asciz "1. The first weapon is a katana\n" l_.str.466: ; @.str.466 .asciz "2. The second weapon is a lance\n" l_.str.467: ; @.str.467 .asciz "What is your weapon choice? " l_.str.468: ; @.str.468 .asciz "\nYou picked up the katana blade and your outfit changed into a samurai warrior.\n" l_.str.469: ; @.str.469 .asciz "1. Help the woman and attack the goblin with the katana.\n" l_.str.470: ; @.str.470 .asciz "2. Use the katana on both the goblin and the woman to kill them.\n" l_.str.471: ; @.str.471 .asciz "Weapon powered up: " l_.str.472: ; @.str.472 .asciz "\nYou run towards the goblin and use your katana. The goblin attacked you, but also, the goblin died.\n" l_.str.473: ; @.str.473 .asciz "It is up to you if you want to save the village with your katana.\n\n" l_.str.474: ; @.str.474 .asciz "You defeated the evil sorcerer saved countless lives. You were honored by the villagers and became an emperor shogun.\n" l_.str.475: ; @.str.475 .asciz "Game complete." l_.str.476: ; @.str.476 .asciz "You ruled the village with the evil with an iron fist.\n" l_.str.477: ; @.str.477 .asciz "You heartlessly use the katana on the goblin and the woman killing them both." l_.str.478: ; @.str.478 .asciz "The woman's soul was released and haunts you telling you that you need \nto kill the evil sorcerer that is invading the village living in the fortress castle.\n" l_.str.479: ; @.str.479 .asciz "You defeated the evil sorcerer but lost a lot of lives. You were honored by the villagers and became an emperor shogun." l_.str.480: ; @.str.480 .asciz "You ruled the village with the evil sorcerer and become tyranical.\n" l_.str.481: ; @.str.481 .asciz "\nYou picked up the lance and your costume changed to a Knight.\n" l_.str.482: ; @.str.482 .asciz "1. Help the woman and use the lance on the goblin.\n" l_.str.483: ; @.str.483 .asciz "2. Use the lance on both the goblin and the woman to kill them.\n" l_.str.484: ; @.str.484 .asciz "\nYou run towards the goblin and use your lance. The goblin attacked you, but also, the goblin died.\n" l_.str.485: ; @.str.485 .asciz "It is up to you if you want to save the village with your lance.\n\n" l_.str.486: ; @.str.486 .asciz "You defeated the evil sorcerer. The villager honored you and you became the knight KING.\n" l_.str.487: ; @.str.487 .asciz "You ruled the land with the evil sorcerer with an iron fist.\n" l_.str.488: ; @.str.488 .asciz "You heartlessly use the lance on the goblin and the woman killing them both." l_.str.489: ; @.str.489 .asciz "You defeated the evil sorcerer but lost a lot of lives. The villager honored you and you became the knight KING.\n" l_.str.490: ; @.str.490 .asciz "You ruled the village with the evil sorcerer and became tyranical.\n" l_.str.491: ; @.str.491 .asciz "\nENDING CREDITS: \n" l_.str.492: ; @.str.492 .asciz "-" .section __TEXT,__literal8,8byte_literals l___const.main.creatorName: ; @__const.main.creatorName .ascii "RICHMOND" .section __TEXT,__cstring,cstring_literals l_.str.493: ; @.str.493 .asciz "\n%c" l_.str.494: ; @.str.494 .asciz "output25.txt" l_.str.495: ; @.str.495 .asciz "w" l_.str.496: ; @.str.496 .asciz "\nCredits is written and saved on the output25.txt\n" l_.str.497: ; @.str.497 .asciz "THIS game is created By RICHMOND LAURETA for CSC 251 for Garrett Poppe. Thank YOU PROFESSOR for this semester." .section __TEXT,__const l___const.main.riddleoptions: ; @__const.main.riddleoptions .asciz "The Kingdom of Kush\000\000\000\000\000" .asciz "The Kingdom of Aksum\000\000\000\000" .asciz "The Land of Punt\000\000\000\000\000\000\000\000" .asciz "Harla Kingdom\000\000\000\000\000\000\000\000\000\000\000" .asciz "Kingdom of D'mt\000\000\000\000\000\000\000\000\000" .asciz "Kingdom of Numidia\000\000\000\000\000\000" .asciz "Mali\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .asciz "Kindom of Kerma\000\000\000\000\000\000\000\000\000" .asciz "Kindom of Makuria\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals l_.str.498: ; @.str.498 .asciz "\nYou open the door...It's oddly heavy...Nonetheless it's open.\n" l_.str.499: ; @.str.499 .asciz "Upon entering the room, there's a riddle at the wall.....Behold:" l_.str.500: ; @.str.500 .asciz "1. Read the riddle." l_.str.501: ; @.str.501 .asciz "2. Turn back." l_.str.502: ; @.str.502 .asciz "3. Wipe the riddle off." l_.str.503: ; @.str.503 .asciz "\nThe riddle reads:\n" l_.str.504: ; @.str.504 .asciz "In the \"kingdom\" of gold where the red and yellow banner is hoisted." l_.str.505: ; @.str.505 .asciz "There inneth lies a mighty murky stream 4570720 yards long." l_.str.506: ; @.str.506 .asciz "Resources never forsaken. Never squandered. Never disregarded." l_.str.507: ; @.str.507 .asciz "What is this place?:" l_.str.508: ; @.str.508 .asciz "%d. %s\n" l_.str.509: ; @.str.509 .asciz "You are a individual of wisdom...Duly please..." l_.str.510: ; @.str.510 .asciz "Continue on...\n\n" l_.str.511: ; @.str.511 .asciz "Curse be upon thee..." l_.str.512: ; @.str.512 .asciz "Thou shalt pass... but with blighted charm!!!" l_.str.513: ; @.str.513 .asciz "Zaaaaaapppppp!!!!!!\n\n" l_.str.514: ; @.str.514 .asciz "thefileoflife.txt" l_.str.515: ; @.str.515 .asciz "This \"lucky\" egg won't assist you. You must think harder.\n" l_.str.516: ; @.str.516 .asciz "You attempt to turn back..." l_.str.517: ; @.str.517 .asciz "There is no where to turn back!!! Door does not exist anymore!!!" l_.str.518: ; @.str.518 .asciz "You must do something else!" l_.str.519: ; @.str.519 .asciz "You wipe the riddle off with your hand..." l_.str.520: ; @.str.520 .asciz "It comes off like butter..." l_.str.521: ; @.str.521 .asciz "...but another riddle appears on the wall!!!" l_.str.522: ; @.str.522 .asciz "It reads:" l_.str.523: ; @.str.523 .asciz "Please select the square root of %d:\n" l_.str.524: ; @.str.524 .asciz "1. %f\n" l_.str.525: ; @.str.525 .asciz "2. %f\n" l_.str.526: ; @.str.526 .asciz "3. %f\n" l_.str.527: ; @.str.527 .asciz "4. %f\n" l_.str.528: ; @.str.528 .asciz "Absoutely incorrect!!! Incorrect calculations!!!" l_.str.529: ; @.str.529 .asciz "A hole opens beneth the \"floor()\"" l_.str.530: ; @.str.530 .asciz "You fall swiftly into it.\n\n" l_.str.531: ; @.str.531 .asciz "Hmmm...That answer is accurate" l_.str.532: ; @.str.532 .asciz "...But not seemingly satisfying..." l_.str.533: ; @.str.533 .asciz "You are allowed to proceed into an unknown place.\n\n" l_.str.534: ; @.str.534 .asciz "\nRoom 27 (SM)" l_.str.535: ; @.str.535 .asciz "You have entered room 27" l_.str.536: ; @.str.536 .asciz "The room is empty, you turn back...." l_.str.537: ; @.str.537 .asciz "The door has magically disappeared" l_.str.538: ; @.str.538 .asciz "Suddenly you hear something fall" l_.str.539: ; @.str.539 .asciz "what do you do?" l_.str.540: ; @.str.540 .asciz "1. Stop?" l_.str.541: ; @.str.541 .asciz "2. Look around the room?" l_.str.542: ; @.str.542 .asciz "3. Find out what made the noise?" l_.str.543: ; @.str.543 .asciz "\nWhy did you stop?" l_.str.544: ; @.str.544 .asciz "Keep going" l_.str.545: ; @.str.545 .asciz "You are still in Room 27" l_.str.546: ; @.str.546 .asciz "\nYou see numbers on the wall" l_.str.547: ; @.str.547 .asciz "\n\nYou find a keypad, do you?" l_.str.548: ; @.str.548 .asciz "1. Enter numbers? " l_.str.549: ; @.str.549 .asciz "2. Dont do anything" l_.str.550: ; @.str.550 .asciz "\nEnter code" l_.str.551: ; @.str.551 .asciz "\nYou didnt enter the correct numbers" l_.str.552: ; @.str.552 .asciz "The keypad breaks" l_.str.553: ; @.str.553 .asciz "There is no escape\n" l_.str.554: ; @.str.554 .asciz "\nYou entered the numbers from the wall" l_.str.555: ; @.str.555 .asciz "A door opens up\nyou walk out" l_.str.556: ; @.str.556 .asciz "You survived the escape room\n" l_.str.557: ; @.str.557 .asciz "\nYou have entered another room\n" l_.str.558: ; @.str.558 .asciz "\nYou are still in Room 27" l_.str.559: ; @.str.559 .asciz "\nThe item on the floor is a flashlight?" l_.str.560: ; @.str.560 .asciz "The lights go out....." l_.str.561: ; @.str.561 .asciz "Do you...." l_.str.562: ; @.str.562 .asciz "1.Turn on flashlight?\n2.Do nothing" l_.str.563: ; @.str.563 .asciz "you enter the room marked 28" l_.str.564: ; @.str.564 .asciz "As the panic of drowning subsides you look up to notice that the room is shaking and the ground splitting in half revealing a pit to nothingness you have to act fast or risk missing the jump across!" l_.str.565: ; @.str.565 .asciz "What do you do:" l_.str.566: ; @.str.566 .asciz "1. JUMP!" l_.str.567: ; @.str.567 .asciz "2. Quickly look around and reassess the situation" l_.str.568: ; @.str.568 .asciz "99. At any time to End Game" l_.str.569: ; @.str.569 .asciz "in a panic you jump across the pit and make it safely to the other side." l_.str.570: ; @.str.570 .asciz "As you made your jump you noticed that there was a key dangling on a string over the midde of the pit, but missed your opportunity to grab it." l_.str.571: ; @.str.571 .asciz "As you look around you notice a door sealed shut by vines, and there is a locked chest right next to it" l_.str.572: ; @.str.572 .asciz "You suspect that the key will open the chest, but you have to get it first..." l_.str.573: ; @.str.573 .asciz "1. Try to jump across and jump back to grab the key" l_.str.574: ; @.str.574 .asciz "2. Check inventory" l_.str.575: ; @.str.575 .asciz "You attempt the first jump and realize too late that the pit is far too wide to jump across, you fall into the darkness and are never seen again...." l_.str.576: ; @.str.576 .asciz "Game Over" l_.str.577: ; @.str.577 .asciz "you check your inventory and notice that you packed your trusty hook attached to a long stick, you can use this to get the key." l_.str.578: ; @.str.578 .asciz "you reach across the pit with your hook and grab the key, unfortunatly in the action you drop the hook while just barely being able to hang onto the key" l_.str.579: ; @.str.579 .asciz "You say your farewells to the hook and put the key in your inventory." l_.str.580: ; @.str.580 .asciz "Key added to inventory" l_.str.581: ; @.str.581 .asciz "You are now faced with a locked chest and a vine covered door" l_.str.582: ; @.str.582 .asciz "1. inspect door." l_.str.583: ; @.str.583 .asciz "2. open chest with key" l_.str.584: ; @.str.584 .asciz "upon further inspection you notice that the vines appear flamable..." l_.str.585: ; @.str.585 .asciz "you then turn your attention to the chest, you pull out the key and unlock the chest, inside you find a scroll which reads:" l_.str.586: ; @.str.586 .asciz "write a spell and this scroll will grant you power..." l_.str.587: ; @.str.587 .asciz "Unfortunately you only studied one year of spellcasting in highschool and the only three spells you remember from back then are:" l_.str.588: ; @.str.588 .asciz "1. fire" l_.str.589: ; @.str.589 .asciz "2. water" l_.str.590: ; @.str.590 .asciz "3. earth" l_.str.591: ; @.str.591 .asciz "What will you write:" l_.str.592: ; @.str.592 .asciz "you write the ancient runes of fire onto the page." l_.str.593: ; @.str.593 .asciz "The scroll flashes bright red with fiery power, suddenly your hands begin to feel hot, when suddenly they light ablaze! with this power you can shoot fire out of your hand!" l_.str.594: ; @.str.594 .asciz "You strike an agressive pose and engulf the vine covered door in flames." l_.str.595: ; @.str.595 .asciz "As the fire and smoke subside, the door sits ajar with a light shining through." l_.str.596: ; @.str.596 .asciz "What will you do:" l_.str.597: ; @.str.597 .asciz "1. walk through the door" l_.str.598: ; @.str.598 .asciz "2. Turn around and jump into the pit" l_.str.599: ; @.str.599 .asciz "You open the door and are blinded by light, as your vision returns you realize you are in the middle of nowhere in the desert, and the door magically dissapears" l_.str.600: ; @.str.600 .asciz "You escaped, but now what?" l_.str.601: ; @.str.601 .asciz "Congrats you finished the game. Thank you for playing!" l_.str.602: ; @.str.602 .asciz "I'm not sure why you chose this, but you turn around and jump into the pit, you are never seen again...." l_.str.603: ; @.str.603 .asciz "Game Over..." l_.str.604: ; @.str.604 .asciz "You write down the ancient runes of water onto the page." l_.str.605: ; @.str.605 .asciz "the scroll glows a conforting blue color, suddenly your hands feel damp, you can now use this on the door." l_.str.606: ; @.str.606 .asciz "You ready yourself and shoot a powerful stream of water on the vines." l_.str.607: ; @.str.607 .asciz "You stare at the vines as they grow greener and stronger from the water, the vines then grow at a rapid rate engulfing the narrow walkway that you stand on." l_.str.608: ; @.str.608 .asciz "You find yourself losing balance on the decreasing surface, eventually falling into the pit..." l_.str.609: ; @.str.609 .asciz "You are never seen again..." l_.str.610: ; @.str.610 .asciz "You write the ancient rune of earth." l_.str.611: ; @.str.611 .asciz "suddenly the scroll glows emerald green, as your hands begin to feel one with the earth, you can use this on the door." l_.str.612: ; @.str.612 .asciz "You ground yourself, and use your new powers on the vines." l_.str.613: ; @.str.613 .asciz "To your suprise, the earth spell you wrote only makes the vines stronger, so much so that they begin to grow wildly out of control!" l_.str.614: ; @.str.614 .asciz "The vines begin to take up most of the surface you stand on..." l_.str.615: ; @.str.615 .asciz "You find yourself losing balance on the decreasing space, eventually falling into the pit..." l_.str.616: ; @.str.616 .asciz "you turn your attention to the chest, you pull out the key and unlock the chest, inside you find a scroll which reads:" l_.str.617: ; @.str.617 .asciz "you write the ancient runes onto the page." l_.str.618: ; @.str.618 .asciz "As you look around frantically you notice a chest on the other side next to a door and a key dangling over the ever growing death pit on a string.... now is the time to jump" l_.str.619: ; @.str.619 .asciz "As you make your jump you take the time to aim for grabbing the key on the way over.... It's going to be close, lets see if you can make it." l_.str.620: ; @.str.620 .asciz "You leap through the air and grab the other side, when suddenly the ledge gives way, leaving you to fall into the darkness never to be seen again...." l_.str.621: ; @.str.621 .asciz "You jump with all your might, and land on the other side barely missing the fall by an inch." l_.str.622: ; @.str.622 .asciz "You made it across! now before you sits a door closed off by vines and a locked chest that you suspect will be unlocked by the key..." l_.str.623: ; @.str.623 .asciz "What is your next move:" l_.str.624: ; @.str.624 .asciz "1. Open the chest" l_.str.625: ; @.str.625 .asciz "2. Further inspect the door" l_.str.626: ; @.str.626 .asciz "You open the door and find yourself trapped in another room." l_.str.627: ; @.str.627 .asciz "In front of you are three buttons: blue, red, yellow." l_.str.628: ; @.str.628 .asciz "Lets play a game :)" l_.str.629: ; @.str.629 .asciz "Pick a button:" l_.str.630: ; @.str.630 .asciz "1.Blue" l_.str.631: ; @.str.631 .asciz "2.Red" l_.str.632: ; @.str.632 .asciz "3.Yellow" l_.str.633: ; @.str.633 .asciz "Enter '1' '2' '3'." l_.str.634: ; @.str.634 .asciz "Room 1" l_.str.635: ; @.str.635 .asciz "Water starts pouring out from the cieling, this room is starting to flood too!" l_.str.636: ; @.str.636 .asciz "You must find a way to stop the water or you will drown, time is running out!" l_.str.637: ; @.str.637 .asciz "Room 2" l_.str.638: ; @.str.638 .asciz "Your hear a loud crank, the walls slowly start to close in" l_.str.639: ; @.str.639 .asciz "You must find a way to stop the walls, time is running out!" l_.str.640: ; @.str.640 .asciz "A generator turns on, the air begins to get vaccumed out of the room" l_.str.641: ; @.str.641 .asciz "You must find a way to stop from suffocating, time is running out!" l_.str.642: ; @.str.642 .asciz "Timer %d minutes left\n" l_.str.643: ; @.str.643 .asciz "1.Look Around" l_.str.644: ; @.str.644 .asciz "2.Use Laptop" l_.str.645: ; @.str.645 .asciz "3.Use Tools" l_.str.646: ; @.str.646 .asciz "4.Open Door" l_.str.647: ; @.str.647 .asciz "You look around the room." l_.str.648: ; @.str.648 .asciz "The lights in the room are flickering." l_.str.649: ; @.str.649 .asciz "In the middle is a big metal crate and ontop is a laptop and small box on it." l_.str.650: ; @.str.650 .asciz "One wall has a lot of light switches with a calander next to it." l_.str.651: ; @.str.651 .asciz "The calander has the last day circled on the month of december." l_.str.652: ; @.str.652 .asciz "The other wall has a lever with a stickynote next to it saying 'hex: FF'." l_.str.653: ; @.str.653 .asciz "There is another door in front of you but its locked." l_.str.654: ; @.str.654 .asciz "You go up to the laptop and open it up to a terminal" l_.str.655: ; @.str.655 .asciz "Please enter code:" l_.str.656: ; @.str.656 .asciz "You hear a loud clank, the water stops pouring from the cieling" l_.str.657: ; @.str.657 .asciz "A vent opens up in the cieling:" l_.str.658: ; @.str.658 .asciz "You have survived and escaped!!" l_.str.659: ; @.str.659 .asciz "Door is locked." l_.str.660: ; @.str.660 .asciz "Sorry time ran out and you died" l_.str.661: ; @.str.661 .asciz "Welcome to room 32 where I already know what is on your mind." l_.str.662: ; @.str.662 .asciz "I bet I can guess what number your thinking of with just a couple of instructions." l_.str.663: ; @.str.663 .asciz "Up for the challenge? y/n" l_.str.664: ; @.str.664 .asciz "%c" l_.str.665: ; @.str.665 .asciz "Pick a number, any number and make sure you remember that number." l_.str.666: ; @.str.666 .asciz "Now double the number." l_.str.667: ; @.str.667 .asciz "Now add 10 to the new number." l_.str.668: ; @.str.668 .asciz "Divide it by 2" l_.str.669: ; @.str.669 .asciz "Now subtract that by the original number." l_.str.670: ; @.str.670 .asciz "Your new number is now 5" l_.str.671: ; @.str.671 .asciz "I see you're in no mood for a little fun" l_.str.672: ; @.str.672 .asciz "Welcome to Mythical Island Adventure: you will face certain situations where your character has to make right decision to complete the game. Use your wits to survive the Mythical Island. Good Luck!\n" l_.str.673: ; @.str.673 .asciz "Choose the response between entering 1 or 2 whichever will take you further the game. Enter 99 to exit the room 34.\n" l_.str.674: ; @.str.674 .asciz "You start on the journey to come back home to your family for Christmass holiday. Your magical wand transform into a broom stick and fly to the skies. In the middle of the ocean, storm came and broke your broom-stick. You find your self in the middle of the island or so called Mythical Island. What do you do?\n" l_.str.675: ; @.str.675 .asciz "1: You make a boat using coconut leaves and try to escape to the ocean.\n" l_.str.676: ; @.str.676 .asciz "2: You find and built a shelter using woods and stones.\n" l_.str.677: ; @.str.677 .asciz "Your choice: " l_.str.678: ; @.str.678 .asciz "The boat is not strong enough and destroyed your journey going to your family celebration in Christmass holiday.\n" l_.str.679: ; @.str.679 .asciz "Game Over!\n" l_.str.680: ; @.str.680 .asciz "Your shelter is built. You start exploring the island...\n" l_.str.681: ; @.str.681 .asciz "Invalid input! Please enter 1 or 2 only.\n" l_.str.682: ; @.str.682 .asciz "You see cyclops with their weapons while exploring the forest inside of the island. What do you do?\n" l_.str.683: ; @.str.683 .asciz "1: You try to fight and kill the monster using a wood.\n" l_.str.684: ; @.str.684 .asciz "2: You quickly hide and secretely go to the other side of the island.\n" l_.str.685: ; @.str.685 .asciz "You became cyclops lunch, they said you are yummy and thank you for the meal.\n" l_.str.686: ; @.str.686 .asciz "You found fruits and coconut juice. You go back to your shelter and ate them to fight another day...\n" l_.str.687: ; @.str.687 .asciz "By exploring yesterday, you found out cyclops looks big and strong, and trolls looks small and weak. What do you do?\n" l_.str.688: ; @.str.688 .asciz "1: You approach the friendly trolls.\n" l_.str.689: ; @.str.689 .asciz "2: You approach cyclops to align yourself with powerful forces not sure their instention though.\n" l_.str.690: ; @.str.690 .asciz "The trolls are indeed friendly they invite you to their home, so your not alone anymore.\n" l_.str.691: ; @.str.691 .asciz "You try to communicate with cyclops. They get angry and attack you because their hunting prey got escape.\n" l_.str.692: ; @.str.692 .asciz "The grandpa troll tells you a story the enemies of the island of them are the pirates and other are cyclops. The next day you help trolls to catch fishes on the sea. However, you see a pirate ship on the other side of the island. What do you do?\n" l_.str.693: ; @.str.693 .asciz "1: You try to befriend them and use the opportunity to get away from the island.\n" l_.str.694: ; @.str.694 .asciz "2: You hide and run to tell the trolls about the arriving pirates on the island...\n" l_.str.695: ; @.str.695 .asciz "You are surrounded by pirates, and make you their slave. You are taken away from the island but stuck with pirates forever.\n" l_.str.696: ; @.str.696 .asciz "The trolls are happy you told them about the pirates are exploring the beach. The trolls create an invisible barrier to keep you and other trolls safe away from the pirates.\n" l_.str.697: ; @.str.697 .asciz "The pirates did not find any interesting on the island, they leave. Trolls and you gather and celebrate. However, the celebration is too loud, the cyclops came, break the barrier, and attacked the trolls home. The grandfather troll try to combat the cyclops but failed. He hand you down his magical pendant What do you do?\n" l_.str.698: ; @.str.698 .asciz "1: Take the magical pendant to fix your broken flying broom stick, save your self and ran away.\n" l_.str.699: ; @.str.699 .asciz "2: Take the pendant, fix your magical wand, summon fairies alliances to save trolls including the grandfather from evil cyclops.\n" l_.str.700: ; @.str.700 .asciz "Because of your selfishness, your flying broomstick broke, you trip over a cliff pluging to inevitable death.\n" l_.str.701: ; @.str.701 .asciz "The grandfather troll let you keep his magical pendant as a present, teach you to summon door a shorcut passage way going to your family home. Everyone surprise to welcome you warmly to celebrate Christmass holiday with them.\n " l_.str.702: ; @.str.702 .asciz "You win the game. The End!\n" l___const.main.riddle: ; @__const.main.riddle .asciz "joke" l_.str.703: ; @.str.703 .asciz "You entered Room 36" l_.str.704: ; @.str.704 .asciz "you are now entering an Arena, Where you can see the Ruler telling you to step into the middle." l_.str.705: ; @.str.705 .asciz "You can see three shadows walking to you, the Ruler askes you to choose one of the to fight them." l_.str.706: ; @.str.706 .asciz " What will you do?" l_.str.707: ; @.str.707 .asciz "1. Fight one of the Shadows" l_.str.708: ; @.str.708 .asciz "2. Try and talk to the Ruler" l_.str.709: ; @.str.709 .asciz "3. Try and run for your life" l_.str.710: ; @.str.710 .asciz "You chose to fight one of the shadows. Now chose with whom you will fight" l_.str.711: ; @.str.711 .asciz "1. shadow #1" l_.str.712: ; @.str.712 .asciz "2. shadow #2" l_.str.713: ; @.str.713 .asciz "3. shadow #3" l_.str.714: ; @.str.714 .asciz " You Chose Shadow 1, Shadow 1 is Albert Einstein" l_.str.715: ; @.str.715 .asciz "You are infront of Einstein stonished that you forgot ur fighting him." l_.str.716: ; @.str.716 .asciz "Einstein: Instead of fighting with your hands lets fight with our brains. You need to solve this problem to beat me." l_.str.717: ; @.str.717 .asciz " You Chose to fight Shadow #2." l_.str.718: ; @.str.718 .asciz " Shadow #2 is Thanos." l_.str.719: ; @.str.719 .asciz " Now you have done it. It's your time to try and fight the most powerful villain in the MCU. You are thinking 'how can i defeat him without any powers like the other Avengers?'" l_.str.720: ; @.str.720 .asciz " A mysterious Person appers and tosses you a flask and tells you to drink it......" l_.str.721: ; @.str.721 .asciz "Will you drink it????" l_.str.722: ; @.str.722 .asciz "......." l_.str.723: ; @.str.723 .asciz "....." l_.str.724: ; @.str.724 .asciz "..." l_.str.725: ; @.str.725 .asciz "It was water it didnt do much for you..... " l_.str.726: ; @.str.726 .asciz "You died" l_.str.727: ; @.str.727 .asciz "You chose to fight Shadow #3" l_.str.728: ; @.str.728 .asciz "Shadow #3 is Yoda." l_.str.729: ; @.str.729 .asciz " Star wars Theme starts to play in the background" l_.str.730: ; @.str.730 .asciz " before the fight starts Yoda speaks." l_.str.731: ; @.str.731 .asciz "Yoda: In trouble you are, May the force be with you" l_.str.732: ; @.str.732 .asciz " flip a coin we will, to see the force with whom it is." l_.str.733: ; @.str.733 .asciz "Win the game I did, die you will" l_.str.734: ; @.str.734 .asciz "Lose the game i did, reward you will get now." l_.str.735: ; @.str.735 .asciz "Please try again" l_.str.736: ; @.str.736 .asciz "You tried to talk to the Ruler" l_.str.737: ; @.str.737 .asciz "He only wants entertainment and He tells you that if you solve this riddle you are free to go but if you fail you are dead." l_.str.738: ; @.str.738 .asciz "I can be cracked, I can be made. I can be told, I can be played. What am I?" l_.str.739: ; @.str.739 .asciz "You try to run" l_.str.740: ; @.str.740 .asciz "You start to run to the arc you came in once inside you lock the doorbehind you,after taking your breath back you notice that there are two alley ways and you dont remember which path you took." l_.str.741: ; @.str.741 .asciz "Choose path 1 or path 2" l_.str.742: ; @.str.742 .asciz "You chose poorly and got caught by the guards and they killed you." l_.str.743: ; @.str.743 .asciz "A strange flying light guided you throughout the passage and you are now outside the cave" l_.str.744: ; @.str.744 .asciz " You are outside and ran as far as you could from the cave to never return...." l_.str.745: ; @.str.745 .asciz "please try again" l_.str.746: ; @.str.746 .asciz "You have gained extra credit!\nIf you beat me in a duel!\n" l_.str.747: ; @.str.747 .asciz "DUEL MECHANICS WILL BE IMPLEMENTED IN THE NEXT UPDATE\n\n" l_.str.748: ; @.str.748 .asciz "Take the extra credit, I'm not gonna ask you again!\n" l_.str.749: ; @.str.749 .asciz "Please type 1 for extra credit\n or you will be kicked out of room THREE!\n" l_.str.750: ; @.str.750 .asciz "You have been kicked!...LEAVE THIS ROOM AT ONCE!\n" l_.str.751: ; @.str.751 .asciz " %d + (%d^2) - (%d) = ?" l_.str.752: ; @.str.752 .asciz "\nYou have guessed the anwer correctly. You may get the map to get out of the mansion...Good Job!\n" l_.str.753: ; @.str.753 .asciz "\nThe answer was %d. You guessed it wrong. You have failed...\n" l_.str.754: ; @.str.754 .asciz "Please enter your guess(one chance):" l_.str.755: ; @.str.755 .asciz " %s" l_.str.756: ; @.str.756 .asciz "Guessed correctly!\n" l_.str.757: ; @.str.757 .asciz "Guess was incorrect!\n" l_.str.758: ; @.str.758 .asciz "magic number is : %d\n" l_.str.759: ; @.str.759 .asciz "10 + magic number = %d\n" l_.str.760: ; @.str.760 .asciz "5 * magic number = %d\n" l_.str.761: ; @.str.761 .asciz "20 - magic number = %d\n" l_.str.762: ; @.str.762 .asciz "What is your guess? " l_.str.763: ; @.str.763 .asciz "You guessed it correctly!" l_.str.764: ; @.str.764 .asciz "You guessed it wrong!" l_.str.765: ; @.str.765 .asciz "\nThe rules of this card game - craps - are simple..." l_.str.766: ; @.str.766 .asciz "If you roll a 7 or 11 immediately...you win!" l_.str.767: ; @.str.767 .asciz "If you roll a 2, 3, or 12 immediately...you lose!" l_.str.768: ; @.str.768 .asciz "If you roll anything besides those numbers, you want to roll that number again before you roll a 7 to win!\n" l_.str.769: ; @.str.769 .asciz "You rolled a %i\n" l_.str.770: ; @.str.770 .asciz "You Win!\n" l_.str.771: ; @.str.771 .asciz "Enter 'y' or 'Y' to roll again. Enter '99' to exit program.\n" l_.str.772: ; @.str.772 .asciz "You Lose :(\n" l_.str.773: ; @.str.773 .asciz "You rolled a %d\n" l_.str.774: ; @.str.774 .asciz "You Win\n" l_.str.775: ; @.str.775 .asciz "Enter 'y' or 'Y' twice to roll again. Enter '99' to exit program.\n" l_.str.776: ; @.str.776 .asciz "\nYou turn around and see a door that wasnt there before" l_.str.777: ; @.str.777 .asciz "Do you walk in?" l_.str.778: ; @.str.778 .asciz "y/n?" l_.str.779: ; @.str.779 .asciz "\nYou are trapped in here with us" l_.str.780: ; @.str.780 .asciz "\nYou are sitting in the dark" l_.str.781: ; @.str.781 .asciz "Having fun?" l_.str.782: ; @.str.782 .asciz "Bye\n" l_.str.783: ; @.str.783 .asciz "As you you make contact with the odd device, your vision goes grey and then you black out." l_.str.784: ; @.str.784 .asciz "In a dream like state you feel yourself falling...and falling...." l_.str.785: ; @.str.785 .asciz "You find yourself back in the room where you started!!!!!" l_.str.786: ; @.str.786 .asciz "\033[1;31m" l_.str.787: ; @.str.787 .asciz "\033[01;33m" l_.str.788: ; @.str.788 .asciz "\033[1;34m" l_.str.789: ; @.str.789 .asciz "\033[0;36m" l_.str.790: ; @.str.790 .asciz "\033[1;32m" l_.str.791: ; @.str.791 .asciz "\033[0m" l_.str.792: ; @.str.792 .asciz "Inputs: %d / 9\n" l_.str.793: ; @.str.793 .asciz "Score: %d / 37\n" l_.str.794: ; @.str.794 .asciz " __. " l_.str.795: ; @.str.795 .asciz " .qd$$$$bp." l_.str.796: ; @.str.796 .asciz " .q$$$$$$$$$n." l_.str.797: ; @.str.797 .asciz " .$$$$$$$$$$$$$$" l_.str.798: ; @.str.798 .asciz " .q$$$$$$$$$$$$$$$" l_.str.799: ; @.str.799 .asciz " .$$$$$$$$$$$Y ####;" l_.str.800: ; @.str.800 .asciz " .q$$$$$$$$P^\"_.`;#### " l_.str.801: ; @.str.801 .asciz " q$$$$$$;} , /####P " l_.str.802: ; @.str.802 .asciz " .$$$P^::Y$/` _ .:.$$/" l_.str.803: ; @.str.803 .asciz " .L.;.. \\ `.__-:.. \\$P" l_.str.804: ; @.str.804 .asciz " $':. __.. : :.. :" l_.str.805: ; @.str.805 .asciz " __." l_.str.806: ; @.str.806 .asciz " .qd$$$$bp." l_.str.807: ; @.str.807 .asciz " .q$$$$$$$$$$n." l_.str.808: ; @.str.808 .asciz " .q$$$$$$$$$$$$$$$" l_.str.809: ; @.str.809 .asciz " .$$$$$$$$Y ######;" l_.str.810: ; @.str.810 .asciz " .q$$$$PP^/ _`\\;###" l_.str.811: ; @.str.811 .asciz " &$$$$;}/- - \\;##" l_.str.812: ; @.str.812 .asciz " .2$$$$$/` . /####P" l_.str.813: ; @.str.813 .asciz " q$$$$$$$$\\ __. .##$$#" l_.str.814: ; @.str.814 .asciz " .$$...... ; . ./####\\$$P" l_.str.815: ; @.str.815 .asciz " .L;;------- } `` {########" l_.str.816: ; @.str.816 .asciz " $'\":$$ ___) (___ " l_.str.817: ; @.str.817 .asciz " ```` -- -- ````" l_.str.818: ; @.str.818 .asciz " \t\t V" l_.str.819: ; @.str.819 .asciz " _____ _ _ __ __ __ " l_.str.820: ; @.str.820 .asciz "|_ _| | | | \\ \\ / / \\ \\" l_.str.821: ; @.str.821 .asciz " | | | |__ __ _ _ __ | | __ \\ V /___ _ _ (_) |" l_.str.822: ; @.str.822 .asciz " | | | '_ \\ / _` | '_ \\| |/ / \\ // _ \\| | | | | |" l_.str.823: ; @.str.823 .asciz " | | | | | | (_| | | | | < | | (_) | |_| | _| |" l_.str.824: ; @.str.824 .asciz " \\_/ |_| |_|\\__,_|_| |_|_|\\_\\ \\_/\\___/ \\__,_| (_) |" l_.str.825: ; @.str.825 .asciz " /_/ " l_.str.826: ; @.str.826 .asciz "What is x in this equation? \n" l_.str.827: ; @.str.827 .asciz "5x + 6 = 3x - 8 \n" l_.str.828: ; @.str.828 .asciz "X is?" l_.str.829: ; @.str.829 .asciz "You are correct!" l_.str.830: ; @.str.830 .asciz "You win the challenge against Einstein, now you can ask the ruler to let you go." l_.str.831: ; @.str.831 .asciz "Your answer was wrong, better luck next time" l_.str.832: ; @.str.832 .asciz "Your Guess is?" l_.str.833: ; @.str.833 .asciz " Congratulations you have guessed Correctly" l_.str.834: ; @.str.834 .asciz "Awwwwww You guessed Poorly" l_.str.835: ; @.str.835 .asciz "As promised Its time to die" .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 0x40091eb851eb851f ## double 3.1400000000000001 LCPI0_1: .quad 0x4000000000000000 ## double 2 LCPI0_2: .quad 0x3fc999999999999a ## double 0.20000000000000001 LCPI0_3: .quad 0x4046800000000000 ## double 45 .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 $2224, %rsp ## imm = 0x8B0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -1476(%rbp) movl $0, -1508(%rbp) movl $0, -1516(%rbp) movl $0, -1532(%rbp) movl $0, -1536(%rbp) movl $0, -1564(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -272(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf leaq -272(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_1099 Depth 2 ## Child Loop BB0_1078 Depth 2 ## Child Loop BB0_1074 Depth 2 ## Child Loop BB0_970 Depth 2 ## Child Loop BB0_974 Depth 3 ## Child Loop BB0_993 Depth 3 ## Child Loop BB0_1012 Depth 3 ## Child Loop BB0_1031 Depth 3 ## Child Loop BB0_1050 Depth 3 ## Child Loop BB0_966 Depth 2 ## Child Loop BB0_957 Depth 2 ## Child Loop BB0_953 Depth 2 ## Child Loop BB0_919 Depth 2 ## Child Loop BB0_921 Depth 3 ## Child Loop BB0_934 Depth 3 ## Child Loop BB0_915 Depth 2 ## Child Loop BB0_804 Depth 2 ## Child Loop BB0_809 Depth 3 ## Child Loop BB0_814 Depth 3 ## Child Loop BB0_776 Depth 2 ## Child Loop BB0_781 Depth 2 ## Child Loop BB0_608 Depth 2 ## Child Loop BB0_766 Depth 2 ## Child Loop BB0_770 Depth 2 ## Child Loop BB0_594 Depth 2 ## Child Loop BB0_602 Depth 2 ## Child Loop BB0_571 Depth 2 ## Child Loop BB0_590 Depth 2 ## Child Loop BB0_567 Depth 2 ## Child Loop BB0_428 Depth 2 ## Child Loop BB0_430 Depth 3 ## Child Loop BB0_440 Depth 4 ## Child Loop BB0_433 Depth 4 ## Child Loop BB0_447 Depth 3 ## Child Loop BB0_449 Depth 4 ## Child Loop BB0_461 Depth 4 ## Child Loop BB0_471 Depth 5 ## Child Loop BB0_536 Depth 5 ## Child Loop BB0_551 Depth 4 ## Child Loop BB0_556 Depth 5 ## Child Loop BB0_424 Depth 2 ## Child Loop BB0_420 Depth 2 ## Child Loop BB0_416 Depth 2 ## Child Loop BB0_412 Depth 2 ## Child Loop BB0_408 Depth 2 ## Child Loop BB0_348 Depth 2 ## Child Loop BB0_350 Depth 3 ## Child Loop BB0_361 Depth 3 ## Child Loop BB0_336 Depth 2 ## Child Loop BB0_326 Depth 2 ## Child Loop BB0_294 Depth 2 ## Child Loop BB0_311 Depth 2 ## Child Loop BB0_228 Depth 2 ## Child Loop BB0_173 Depth 2 ## Child Loop BB0_169 Depth 2 ## Child Loop BB0_165 Depth 2 ## Child Loop BB0_161 Depth 2 ## Child Loop BB0_157 Depth 2 ## Child Loop BB0_179 Depth 2 ## Child Loop BB0_181 Depth 3 ## Child Loop BB0_202 Depth 3 ## Child Loop BB0_208 Depth 3 ## Child Loop BB0_57 Depth 2 ## Child Loop BB0_75 Depth 3 ## Child Loop BB0_77 Depth 4 ## Child Loop BB0_81 Depth 4 ## Child Loop BB0_86 Depth 4 ## Child Loop BB0_98 Depth 4 ## Child Loop BB0_92 Depth 3 ## Child Loop BB0_138 Depth 3 ## Child Loop BB0_53 Depth 2 ## Child Loop BB0_49 Depth 2 ## Child Loop BB0_45 Depth 2 ## Child Loop BB0_20 Depth 2 ## Child Loop BB0_22 Depth 3 ## Child Loop BB0_4 Depth 2 ## Child Loop BB0_10 Depth 2 cmpl $99, -1508(%rbp) je LBB0_1103 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.3(%rip), %rdi callq _puts leaq L_.str.4(%rip), %rdi callq _puts leaq L_.str.5(%rip), %rdi callq _puts leaq L_.str.6(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2000(%rbp) ## 8-byte Spill subl $36, %eax ja LBB0_1102 ## %bb.1106: ## in Loop: Header=BB0_1 Depth=1 movq -2000(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movl $0, -1568(%rbp) movl $0, -1572(%rbp) movl $0, -1576(%rbp) leaq -320(%rbp), %rdi leaq l___const.main.word(%rip), %rsi movl $40, %edx callq _memcpy leaq -320(%rbp), %rax movq %rax, -1584(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq -272(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -1568(%rbp) movl $0, -1492(%rbp) LBB0_4: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -1492(%rbp), %eax cmpl -1568(%rbp), %eax jge LBB0_9 ## %bb.5: ## in Loop: Header=BB0_4 Depth=2 movslq -1492(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _isupper cmpl $0, %eax je LBB0_7 ## %bb.6: ## in Loop: Header=BB0_4 Depth=2 movslq -1492(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -1492(%rbp), %rax movb %cl, -272(%rbp,%rax) LBB0_7: ## in Loop: Header=BB0_4 Depth=2 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_4 Depth=2 movl -1492(%rbp), %eax addl $1, %eax movl %eax, -1492(%rbp) jmp LBB0_4 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movsbl -272(%rbp), %edi callq _toupper ## kill: def $al killed $al killed $eax movb %al, -272(%rbp) leaq -272(%rbp), %rsi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi callq _puts leaq L_.str.10(%rip), %rdi callq _puts leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB0_10: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_18 ## %bb.11: ## in Loop: Header=BB0_10 Depth=2 leaq L_.str.12(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2008(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_17 ## %bb.1130: ## in Loop: Header=BB0_10 Depth=2 movq -2008(%rbp), %rax ## 8-byte Reload leaq LJTI0_7(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_12: leaq L_.str.14(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi leaq -1572(%rbp), %rsi movb $0, %al callq _scanf movl -1572(%rbp), %edi callq _choice1 movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_13: leaq L_.str.15(%rip), %rdi callq _puts movq -1584(%rbp), %rdi callq _choice2 movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_14: leaq L_.str.16(%rip), %rdi callq _puts callq _rand movl $20, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -1576(%rbp) movl -1576(%rbp), %edi callq _choice3 movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_15: ## in Loop: Header=BB0_10 Depth=2 leaq L_.str.17(%rip), %rdi callq _puts jmp LBB0_17 LBB0_16: leaq L_.str.18(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_17: ## in Loop: Header=BB0_10 Depth=2 jmp LBB0_10 LBB0_18: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_19: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_20 LBB0_20: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_22 Depth 3 cmpl $99, -1508(%rbp) je LBB0_34 ## %bb.21: ## in Loop: Header=BB0_20 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.22(%rip), %rdi callq _puts leaq L_.str.23(%rip), %rdi callq _puts leaq L_.str.24(%rip), %rdi callq _puts movl $0, -1508(%rbp) LBB0_22: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_20 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $1, -1508(%rbp) movb %al, -2009(%rbp) ## 1-byte Spill jl LBB0_24 ## %bb.23: ## in Loop: Header=BB0_22 Depth=3 cmpl $3, -1508(%rbp) setg %al movb %al, -2009(%rbp) ## 1-byte Spill LBB0_24: ## in Loop: Header=BB0_22 Depth=3 movb -2009(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_25 jmp LBB0_29 LBB0_25: ## in Loop: Header=BB0_22 Depth=3 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jl LBB0_27 ## %bb.26: ## in Loop: Header=BB0_22 Depth=3 cmpl $3, -1508(%rbp) jle LBB0_28 LBB0_27: ## in Loop: Header=BB0_22 Depth=3 leaq L_.str.25(%rip), %rdi callq _puts LBB0_28: ## in Loop: Header=BB0_22 Depth=3 jmp LBB0_22 LBB0_29: ## in Loop: Header=BB0_20 Depth=2 movl -1508(%rbp), %eax movl %eax, -2016(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_30 jmp LBB0_1128 LBB0_1128: ## in Loop: Header=BB0_20 Depth=2 movl -2016(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_31 jmp LBB0_1129 LBB0_1129: ## in Loop: Header=BB0_20 Depth=2 movl -2016(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_32 jmp LBB0_33 LBB0_30: ## in Loop: Header=BB0_20 Depth=2 leaq L_.str.26(%rip), %rdi callq _puts jmp LBB0_33 LBB0_31: ## in Loop: Header=BB0_20 Depth=2 leaq L_.str.27(%rip), %rdi callq _puts jmp LBB0_33 LBB0_32: ## in Loop: Header=BB0_20 Depth=2 leaq L_.str.28(%rip), %rdi callq _puts LBB0_33: ## in Loop: Header=BB0_20 Depth=2 jmp LBB0_20 LBB0_34: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_35: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_36 LBB0_36: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_43 ## %bb.37: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi movq %rdi, -2032(%rbp) ## 8-byte Spill leaq L_.str.29(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -2021(%rbp) ## 1-byte Spill callq _printf movq -2032(%rbp), %rdi ## 8-byte Reload ## kill: def $ecx killed $eax movb -2021(%rbp), %al ## 1-byte Reload leaq L_.str.30(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -2021(%rbp), %al ## 1-byte Reload leaq L_.str.31(%rip), %rdi leaq L_.str.32(%rip), %rsi leaq L_.str.33(%rip), %rdx leaq L_.str.34(%rip), %rcx callq _printf ## kill: def $ecx killed $eax movb -2021(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax movl %eax, -2020(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_38 jmp LBB0_1126 LBB0_1126: ## in Loop: Header=BB0_1 Depth=1 movl -2020(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_39 jmp LBB0_1127 LBB0_1127: ## in Loop: Header=BB0_1 Depth=1 movl -2020(%rbp), %eax ## 4-byte Reload subl $99, %eax je LBB0_40 jmp LBB0_41 LBB0_38: ## in Loop: Header=BB0_1 Depth=1 callq _extraCredit jmp LBB0_42 LBB0_39: ## in Loop: Header=BB0_1 Depth=1 callq _ignoreExtra jmp LBB0_42 LBB0_40: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_42 LBB0_41: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi leaq L_.str.35(%rip), %rsi movb $0, %al callq _printf LBB0_42: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_43 LBB0_43: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_44: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_45 LBB0_45: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_47 ## %bb.46: ## in Loop: Header=BB0_45 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_45 LBB0_47: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_48: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_49 LBB0_49: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_51 ## %bb.50: ## in Loop: Header=BB0_49 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_49 LBB0_51: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_52: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_53 LBB0_53: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_55 ## %bb.54: ## in Loop: Header=BB0_53 Depth=2 jmp LBB0_53 LBB0_55: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_56: ## in Loop: Header=BB0_1 Depth=1 movl $0, -1588(%rbp) movl $0, -1592(%rbp) leaq -432(%rbp), %rdi leaq l___const.main.chestInventory(%rip), %rsi movl $100, %edx callq _memcpy leaq -544(%rbp), %rdi xorl %esi, %esi movl $100, %edx callq _memset movl $0, -1596(%rbp) movq l___const.main.key(%rip), %rax movq %rax, -554(%rbp) movw l___const.main.key+8(%rip), %ax movw %ax, -546(%rbp) movl $3, -1600(%rbp) movl $0, -1604(%rbp) movl $0, -1608(%rbp) LBB0_57: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_75 Depth 3 ## Child Loop BB0_77 Depth 4 ## Child Loop BB0_81 Depth 4 ## Child Loop BB0_86 Depth 4 ## Child Loop BB0_98 Depth 4 ## Child Loop BB0_92 Depth 3 ## Child Loop BB0_138 Depth 3 cmpl $1, -1608(%rbp) je LBB0_152 ## %bb.58: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1588(%rbp) jne LBB0_60 ## %bb.59: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.37(%rip), %rdi callq _puts movl -1588(%rbp), %eax addl $1, %eax movl %eax, -1588(%rbp) LBB0_60: ## in Loop: Header=BB0_57 Depth=2 cmpl $3, -1600(%rbp) jne LBB0_62 ## %bb.61: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.38(%rip), %rdi callq _puts jmp LBB0_63 LBB0_62: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.39(%rip), %rdi callq _puts LBB0_63: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.40(%rip), %rdi callq _puts leaq L_.str.41(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.42(%rip), %rdi callq _puts cmpl $3, -1600(%rbp) jne LBB0_65 ## %bb.64: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.43(%rip), %rdi callq _puts jmp LBB0_71 LBB0_65: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) jle LBB0_67 ## %bb.66: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.44(%rip), %rdi callq _puts jmp LBB0_70 LBB0_67: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) jne LBB0_69 ## %bb.68: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.45(%rip), %rdi callq _puts LBB0_69: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_70 LBB0_70: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_71 LBB0_71: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.46(%rip), %rdi callq _puts leaq L_.str.40(%rip), %rdi callq _puts leaq L_.str.47(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_107 ## %bb.72: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1592(%rbp) jne LBB0_74 ## %bb.73: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.48(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_106 LBB0_74: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_75 LBB0_75: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_77 Depth 4 ## Child Loop BB0_81 Depth 4 ## Child Loop BB0_86 Depth 4 ## Child Loop BB0_98 Depth 4 cmpl $5, -1508(%rbp) je LBB0_105 ## %bb.76: ## in Loop: Header=BB0_75 Depth=3 movl $0, -1596(%rbp) leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.49(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.40(%rip), %rdi callq _puts LBB0_77: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## Parent Loop BB0_75 Depth=3 ## => This Inner Loop Header: Depth=4 cmpl $3, -1596(%rbp) jge LBB0_80 ## %bb.78: ## in Loop: Header=BB0_77 Depth=4 movl -1596(%rbp), %esi addl $1, %esi movslq -1596(%rbp), %rax leaq -432(%rbp), %rdx imulq $25, %rax, %rax addq %rax, %rdx leaq L_.str.50(%rip), %rdi movb $0, %al callq _printf ## %bb.79: ## in Loop: Header=BB0_77 Depth=4 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_77 LBB0_80: ## in Loop: Header=BB0_75 Depth=3 leaq L_.str.51(%rip), %rdi callq _puts leaq L_.str.52(%rip), %rdi callq _puts movl $0, -1596(%rbp) leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.53(%rip), %rdi callq _puts LBB0_81: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## Parent Loop BB0_75 Depth=3 ## => This Inner Loop Header: Depth=4 cmpl $4, -1596(%rbp) jge LBB0_84 ## %bb.82: ## in Loop: Header=BB0_81 Depth=4 movslq -1596(%rbp), %rax leaq -544(%rbp), %rsi imulq $25, %rax, %rax addq %rax, %rsi leaq L_.str.54(%rip), %rdi movb $0, %al callq _printf ## %bb.83: ## in Loop: Header=BB0_81 Depth=4 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_81 LBB0_84: ## in Loop: Header=BB0_75 Depth=3 leaq L_.str.40(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf movl $0, -1596(%rbp) cmpl $1, -1508(%rbp) jne LBB0_90 ## %bb.85: ## in Loop: Header=BB0_75 Depth=3 leaq -432(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -1604(%rbp) LBB0_86: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## Parent Loop BB0_75 Depth=3 ## => This Inner Loop Header: Depth=4 movl -1596(%rbp), %eax cmpl -1604(%rbp), %eax jge LBB0_89 ## %bb.87: ## in Loop: Header=BB0_86 Depth=4 movslq -1596(%rbp), %rax movb -432(%rbp,%rax), %cl movslq -1596(%rbp), %rax movb %cl, -544(%rbp,%rax) movslq -1596(%rbp), %rax movb $32, -432(%rbp,%rax) ## %bb.88: ## in Loop: Header=BB0_86 Depth=4 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_86 LBB0_89: ## in Loop: Header=BB0_75 Depth=3 jmp LBB0_104 LBB0_90: ## in Loop: Header=BB0_75 Depth=3 cmpl $2, -1508(%rbp) jne LBB0_96 ## %bb.91: ## in Loop: Header=BB0_57 Depth=2 leaq -432(%rbp), %rdi addq $25, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -1604(%rbp) LBB0_92: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## => This Inner Loop Header: Depth=3 movl -1596(%rbp), %eax cmpl -1604(%rbp), %eax jge LBB0_95 ## %bb.93: ## in Loop: Header=BB0_92 Depth=3 movslq -1596(%rbp), %rax movb -407(%rbp,%rax), %cl movslq -1596(%rbp), %rax movb %cl, -519(%rbp,%rax) movslq -1596(%rbp), %rax movb $32, -407(%rbp,%rax) ## %bb.94: ## in Loop: Header=BB0_92 Depth=3 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_92 LBB0_95: ## in Loop: Header=BB0_57 Depth=2 callq _oddDeviceShenanigans movl $1, -1608(%rbp) jmp LBB0_105 LBB0_96: ## in Loop: Header=BB0_75 Depth=3 cmpl $3, -1508(%rbp) jne LBB0_102 ## %bb.97: ## in Loop: Header=BB0_75 Depth=3 leaq -432(%rbp), %rdi addq $50, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -1604(%rbp) LBB0_98: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## Parent Loop BB0_75 Depth=3 ## => This Inner Loop Header: Depth=4 movl -1596(%rbp), %eax cmpl -1604(%rbp), %eax jge LBB0_101 ## %bb.99: ## in Loop: Header=BB0_98 Depth=4 movslq -1596(%rbp), %rax movb -382(%rbp,%rax), %cl movslq -1596(%rbp), %rax movb %cl, -494(%rbp,%rax) movslq -1596(%rbp), %rax movb $32, -382(%rbp,%rax) ## %bb.100: ## in Loop: Header=BB0_98 Depth=4 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_98 LBB0_101: ## in Loop: Header=BB0_75 Depth=3 jmp LBB0_102 LBB0_102: ## in Loop: Header=BB0_75 Depth=3 jmp LBB0_103 LBB0_103: ## in Loop: Header=BB0_75 Depth=3 jmp LBB0_104 LBB0_104: ## in Loop: Header=BB0_75 Depth=3 jmp LBB0_75 LBB0_105: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_106 LBB0_106: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_151 LBB0_107: ## in Loop: Header=BB0_57 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_146 ## %bb.108: ## in Loop: Header=BB0_57 Depth=2 cmpl $3, -1600(%rbp) jne LBB0_110 ## %bb.109: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.55(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.56(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.57(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.58(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_111 LBB0_110: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts LBB0_111: ## in Loop: Header=BB0_57 Depth=2 cmpl $1, -1592(%rbp) jne LBB0_113 ## %bb.112: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.59(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_114 LBB0_113: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts LBB0_114: ## in Loop: Header=BB0_57 Depth=2 callq _drunkBehavior movl %eax, -1480(%rbp) cmpl $0, -1600(%rbp) jle LBB0_125 ## %bb.115: ## in Loop: Header=BB0_57 Depth=2 cmpl $3, -1600(%rbp) jne LBB0_117 ## %bb.116: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.60(%rip), %rdi callq _puts movl -1600(%rbp), %eax addl $-1, %eax movl %eax, -1600(%rbp) jmp LBB0_124 LBB0_117: ## in Loop: Header=BB0_57 Depth=2 cmpl $2, -1600(%rbp) jne LBB0_119 ## %bb.118: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.61(%rip), %rdi callq _puts movl -1600(%rbp), %eax addl $-1, %eax movl %eax, -1600(%rbp) jmp LBB0_123 LBB0_119: ## in Loop: Header=BB0_57 Depth=2 cmpl $1, -1600(%rbp) jne LBB0_121 ## %bb.120: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.62(%rip), %rdi callq _puts movl -1600(%rbp), %eax addl $-1, %eax movl %eax, -1600(%rbp) jmp LBB0_122 LBB0_121: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.63(%rip), %rdi callq _puts LBB0_122: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_123 LBB0_123: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_124 LBB0_124: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_125 LBB0_125: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) je LBB0_128 ## %bb.126: ## in Loop: Header=BB0_57 Depth=2 cmpl $3, -1480(%rbp) jg LBB0_128 ## %bb.127: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.64(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.65(%rip), %rdi callq _puts jmp LBB0_145 LBB0_128: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) je LBB0_133 ## %bb.129: ## in Loop: Header=BB0_57 Depth=2 cmpl $4, -1480(%rbp) je LBB0_132 ## %bb.130: ## in Loop: Header=BB0_57 Depth=2 cmpl $5, -1480(%rbp) je LBB0_132 ## %bb.131: ## in Loop: Header=BB0_57 Depth=2 cmpl $6, -1480(%rbp) jne LBB0_133 LBB0_132: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.66(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.67(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_144 LBB0_133: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) je LBB0_136 ## %bb.134: ## in Loop: Header=BB0_57 Depth=2 cmpl $6, -1480(%rbp) jle LBB0_136 ## %bb.135: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.68(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.69(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_143 LBB0_136: ## in Loop: Header=BB0_57 Depth=2 cmpl $0, -1600(%rbp) jne LBB0_142 ## %bb.137: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.70(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.71(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.72(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.73(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts movl $0, -1600(%rbp) movl $0, -1596(%rbp) movl $10, -1604(%rbp) LBB0_138: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_57 Depth=2 ## => This Inner Loop Header: Depth=3 movl -1596(%rbp), %eax cmpl -1604(%rbp), %eax jge LBB0_141 ## %bb.139: ## in Loop: Header=BB0_138 Depth=3 movslq -1596(%rbp), %rax movb -554(%rbp,%rax), %cl movslq -1596(%rbp), %rax movb %cl, -469(%rbp,%rax) ## %bb.140: ## in Loop: Header=BB0_138 Depth=3 movl -1596(%rbp), %eax addl $1, %eax movl %eax, -1596(%rbp) jmp LBB0_138 LBB0_141: ## in Loop: Header=BB0_57 Depth=2 movl $1, -1592(%rbp) LBB0_142: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_143 LBB0_143: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_144 LBB0_144: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_145 LBB0_145: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_150 LBB0_146: ## in Loop: Header=BB0_57 Depth=2 cmpl $3, -1508(%rbp) jne LBB0_148 ## %bb.147: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.74(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.75(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts jmp LBB0_149 LBB0_148: ## in Loop: Header=BB0_57 Depth=2 leaq L_.str.76(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts LBB0_149: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_150 LBB0_150: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_151 LBB0_151: ## in Loop: Header=BB0_57 Depth=2 jmp LBB0_57 LBB0_152: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_153: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_154 LBB0_154: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_177 ## %bb.155: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.77(%rip), %rdi callq _puts leaq L_.str.78(%rip), %rdi callq _puts leaq L_.str.79(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -2041(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2041(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2040(%rbp) ## 8-byte Spill subl $4, %eax ja LBB0_176 ## %bb.1125: ## in Loop: Header=BB0_1 Depth=1 movq -2040(%rbp), %rax ## 8-byte Reload leaq LJTI0_6(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_156: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_157 LBB0_157: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_159 ## %bb.158: ## in Loop: Header=BB0_157 Depth=2 leaq L_.str.80(%rip), %rdi callq _puts leaq L_.str.81(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_157 LBB0_159: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_176 LBB0_160: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_161 LBB0_161: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_163 ## %bb.162: ## in Loop: Header=BB0_161 Depth=2 leaq L_.str.82(%rip), %rdi callq _puts leaq L_.str.81(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_161 LBB0_163: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_176 LBB0_164: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_165 LBB0_165: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_167 ## %bb.166: ## in Loop: Header=BB0_165 Depth=2 leaq L_.str.83(%rip), %rdi callq _puts leaq L_.str.81(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_165 LBB0_167: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_176 LBB0_168: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_169 LBB0_169: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_171 ## %bb.170: ## in Loop: Header=BB0_169 Depth=2 leaq L_.str.84(%rip), %rdi callq _puts leaq L_.str.81(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_169 LBB0_171: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_176 LBB0_172: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_173 LBB0_173: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_175 ## %bb.174: ## in Loop: Header=BB0_173 Depth=2 leaq L_.str.85(%rip), %rdi callq _puts leaq L_.str.81(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_173 LBB0_175: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_176 LBB0_176: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_177 LBB0_177: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_178 LBB0_178: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_179 LBB0_179: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_181 Depth 3 ## Child Loop BB0_202 Depth 3 ## Child Loop BB0_208 Depth 3 cmpl $99, -1508(%rbp) je LBB0_226 ## %bb.180: ## in Loop: Header=BB0_179 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.86(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.87(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.88(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.89(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.90(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _woman movl $2, %edi callq _sleep leaq L_.str.91(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.92(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.93(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _bYellow leaq L_.str.94(%rip), %rdi callq _puts callq _reset movl $1, %edi callq _sleep leaq L_.str.95(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.96(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _bRed leaq L_.str.97(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.98(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.99(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _reset leaq L_.str.100(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.101(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.102(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.103(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.104(%rip), %rdi callq _puts movl $3, %edi callq _sleep callq _bYellow leaq L_.str.105(%rip), %rdi callq _puts callq _reset xorl %eax, %eax movl %eax, %edi callq _time movq %rax, -1552(%rbp) LBB0_181: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_179 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $9, -1536(%rbp) jge LBB0_199 ## %bb.182: ## in Loop: Header=BB0_181 Depth=3 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jl LBB0_184 ## %bb.183: ## in Loop: Header=BB0_181 Depth=3 cmpl $9, -1508(%rbp) jle LBB0_185 LBB0_184: ## in Loop: Header=BB0_181 Depth=3 leaq L_.str.106(%rip), %rdi callq _puts jmp LBB0_198 LBB0_185: ## in Loop: Header=BB0_181 Depth=3 cmpl $1, -1508(%rbp) jne LBB0_190 ## %bb.186: ## in Loop: Header=BB0_181 Depth=3 cmpl $0, -1564(%rbp) jne LBB0_188 ## %bb.187: ## in Loop: Header=BB0_181 Depth=3 callq _rand movl $10, %ecx cltd idivl %ecx addl $29, %edx movl %edx, -1524(%rbp) callq _rand movl $30, %ecx cltd idivl %ecx addl $5, %edx movl %edx, -1528(%rbp) movl -1524(%rbp), %eax subl -1528(%rbp), %eax movl %eax, -1524(%rbp) callq _bYellow movl -1524(%rbp), %esi leaq L_.str.107(%rip), %rdi movb $0, %al callq _printf movl -1524(%rbp), %eax movl %eax, -1532(%rbp) leaq L_.str.108(%rip), %rdi callq _puts leaq L_.str.109(%rip), %rdi callq _puts movl -1536(%rbp), %eax addl $1, %eax movl %eax, -1536(%rbp) movl -1536(%rbp), %edi callq _displayInputs movl -1564(%rbp), %eax addl $1, %eax movl %eax, -1564(%rbp) callq _reset jmp LBB0_189 LBB0_188: ## in Loop: Header=BB0_181 Depth=3 callq _reset leaq L_.str.110(%rip), %rdi callq _puts leaq L_.str.111(%rip), %rdi callq _puts leaq L_.str.112(%rip), %rdi callq _puts LBB0_189: ## in Loop: Header=BB0_181 Depth=3 jmp LBB0_197 LBB0_190: ## in Loop: Header=BB0_181 Depth=3 cmpl $7, -1508(%rbp) jne LBB0_195 ## %bb.191: ## in Loop: Header=BB0_181 Depth=3 cmpl $0, -1564(%rbp) jne LBB0_193 ## %bb.192: ## in Loop: Header=BB0_181 Depth=3 movl -1536(%rbp), %edi movl -1532(%rbp), %esi callq _displayStats callq _reset leaq L_.str.113(%rip), %rdi callq _puts callq _reset movl -1564(%rbp), %eax addl $1, %eax movl %eax, -1564(%rbp) jmp LBB0_194 LBB0_193: ## in Loop: Header=BB0_181 Depth=3 callq _reset leaq L_.str.114(%rip), %rdi callq _puts LBB0_194: ## in Loop: Header=BB0_181 Depth=3 jmp LBB0_196 LBB0_195: ## in Loop: Header=BB0_181 Depth=3 callq _bGreen leaq L_.str.115(%rip), %rdi callq _puts callq _reset movl -1532(%rbp), %eax addl -1508(%rbp), %eax movl %eax, -1532(%rbp) movl -1536(%rbp), %eax addl $1, %eax movl %eax, -1536(%rbp) LBB0_196: ## in Loop: Header=BB0_181 Depth=3 jmp LBB0_197 LBB0_197: ## in Loop: Header=BB0_181 Depth=3 jmp LBB0_198 LBB0_198: ## in Loop: Header=BB0_181 Depth=3 jmp LBB0_181 LBB0_199: ## in Loop: Header=BB0_179 Depth=2 xorl %eax, %eax movl %eax, %edi callq _time movq %rax, -1560(%rbp) movq -1560(%rbp), %rax subq -1552(%rbp), %rax cvtsi2sd %rax, %xmm0 movsd %xmm0, -1544(%rbp) callq _bYellow movq -1560(%rbp), %rsi subq -1552(%rbp), %rsi leaq L_.str.116(%rip), %rdi movb $0, %al callq _printf movl -1536(%rbp), %edi movl -1532(%rbp), %esi callq _displayStats callq _reset movsd LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -1544(%rbp), %xmm0 jbe LBB0_224 ## %bb.200: ## in Loop: Header=BB0_179 Depth=2 cmpl $37, -1532(%rbp) jne LBB0_222 ## %bb.201: ## in Loop: Header=BB0_179 Depth=2 callq _bGreen leaq L_.str.117(%rip), %rdi callq _puts callq _bBlue movl $1, %edi callq _sleep leaq L_.str.118(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.119(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _reset leaq L_.str.120(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.121(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.122(%rip), %rdi callq _puts movl $0, -1508(%rbp) LBB0_202: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_179 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $1, -1508(%rbp) movb %al, -2042(%rbp) ## 1-byte Spill jl LBB0_204 ## %bb.203: ## in Loop: Header=BB0_202 Depth=3 cmpl $2, -1508(%rbp) setg %al movb %al, -2042(%rbp) ## 1-byte Spill LBB0_204: ## in Loop: Header=BB0_202 Depth=3 movb -2042(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_205 jmp LBB0_206 LBB0_205: ## in Loop: Header=BB0_202 Depth=3 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_202 LBB0_206: ## in Loop: Header=BB0_179 Depth=2 cmpl $1, -1508(%rbp) jne LBB0_218 ## %bb.207: ## in Loop: Header=BB0_179 Depth=2 leaq L_.str.123(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _bBlue leaq L_.str.124(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _reset leaq L_.str.125(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.126(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.127(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.128(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.129(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.130(%rip), %rdi callq _puts movl $0, -1508(%rbp) LBB0_208: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_179 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $1, -1508(%rbp) movb %al, -2043(%rbp) ## 1-byte Spill jl LBB0_210 ## %bb.209: ## in Loop: Header=BB0_208 Depth=3 cmpl $2, -1508(%rbp) setg %al movb %al, -2043(%rbp) ## 1-byte Spill LBB0_210: ## in Loop: Header=BB0_208 Depth=3 movb -2043(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_211 jmp LBB0_212 LBB0_211: ## in Loop: Header=BB0_208 Depth=3 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_208 LBB0_212: ## in Loop: Header=BB0_179 Depth=2 cmpl $1, -1508(%rbp) jne LBB0_214 ## %bb.213: ## in Loop: Header=BB0_179 Depth=2 leaq L_.str.131(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _bBlue leaq L_.str.132(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.133(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.134(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.135(%rip), %rdi callq _puts callq _reset movl $2, %edi callq _sleep leaq L_.str.136(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.137(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _bBlue leaq L_.str.138(%rip), %rdi movb $0, %al callq _printf leaq L_.str.139(%rip), %rdi movb $0, %al callq _printf leaq L_.str.140(%rip), %rdi movb $0, %al callq _printf leaq L_.str.141(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep leaq L_.str.142(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep leaq L_.str.143(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep leaq L_.str.144(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep leaq L_.str.145(%rip), %rdi movb $0, %al callq _printf movl $2, %edi callq _sleep leaq L_.str.146(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _reset leaq L_.str.147(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.148(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.149(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.150(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.151(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.152(%rip), %rdi callq _puts callq _congratulations leaq L_.str.153(%rip), %rdi callq _puts jmp LBB0_217 LBB0_214: ## in Loop: Header=BB0_179 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_216 ## %bb.215: ## in Loop: Header=BB0_179 Depth=2 leaq L_.str.154(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.155(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.156(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.153(%rip), %rdi callq _puts LBB0_216: ## in Loop: Header=BB0_179 Depth=2 jmp LBB0_217 LBB0_217: ## in Loop: Header=BB0_179 Depth=2 jmp LBB0_221 LBB0_218: ## in Loop: Header=BB0_179 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_220 ## %bb.219: ## in Loop: Header=BB0_179 Depth=2 leaq L_.str.157(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _bBlue leaq L_.str.158(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.159(%rip), %rdi callq _puts movl $2, %edi callq _sleep callq _reset leaq L_.str.160(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.161(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.162(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.163(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.164(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.165(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.166(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.167(%rip), %rdi callq _puts movl $2, %edi callq _sleep leaq L_.str.168(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.153(%rip), %rdi callq _puts LBB0_220: ## in Loop: Header=BB0_179 Depth=2 jmp LBB0_221 LBB0_221: ## in Loop: Header=BB0_179 Depth=2 movl $99, -1508(%rbp) jmp LBB0_223 LBB0_222: ## in Loop: Header=BB0_179 Depth=2 callq _reset leaq L_.str.169(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _bRed leaq L_.str.170(%rip), %rdi callq _puts movl $99, -1508(%rbp) LBB0_223: ## in Loop: Header=BB0_179 Depth=2 jmp LBB0_225 LBB0_224: ## in Loop: Header=BB0_179 Depth=2 callq _reset leaq L_.str.171(%rip), %rdi callq _puts movl $1, %edi callq _sleep leaq L_.str.172(%rip), %rdi callq _puts movl $1, %edi callq _sleep callq _bRed leaq L_.str.173(%rip), %rdi callq _puts movl $99, -1508(%rbp) LBB0_225: ## in Loop: Header=BB0_179 Depth=2 jmp LBB0_179 LBB0_226: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_227: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_228 LBB0_228: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_292 ## %bb.229: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.174(%rip), %rdi callq _puts leaq L_.str.175(%rip), %rdi callq _puts xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.176(%rip), %rdi movb $0, %al callq _printf leaq L_.str.177(%rip), %rdi leaq -1612(%rbp), %rsi leaq -1616(%rbp), %rdx leaq -1620(%rbp), %rcx movb $0, %al callq _scanf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -1624(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -1628(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -1632(%rbp) movl -1612(%rbp), %esi movl -1616(%rbp), %edx movl -1620(%rbp), %ecx leaq L_.str.178(%rip), %rdi movb $0, %al callq _printf movl -1624(%rbp), %esi movl -1628(%rbp), %edx movl -1632(%rbp), %ecx leaq L_.str.179(%rip), %rdi movb $0, %al callq _printf movl -1612(%rbp), %eax cmpl -1624(%rbp), %eax je LBB0_232 ## %bb.230: ## in Loop: Header=BB0_228 Depth=2 movl -1612(%rbp), %eax cmpl -1628(%rbp), %eax je LBB0_232 ## %bb.231: ## in Loop: Header=BB0_228 Depth=2 movl -1612(%rbp), %eax cmpl -1632(%rbp), %eax jne LBB0_233 LBB0_232: ## in Loop: Header=BB0_228 Depth=2 movb $1, -1633(%rbp) jmp LBB0_234 LBB0_233: ## in Loop: Header=BB0_228 Depth=2 movb $0, -1633(%rbp) LBB0_234: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1633(%rbp) je LBB0_242 ## %bb.235: ## in Loop: Header=BB0_228 Depth=2 movl -1612(%rbp), %eax cmpl -1624(%rbp), %eax jne LBB0_237 ## %bb.236: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1624(%rbp) ## imm = 0x1A4 jmp LBB0_241 LBB0_237: ## in Loop: Header=BB0_228 Depth=2 movl -1612(%rbp), %eax cmpl -1628(%rbp), %eax jne LBB0_239 ## %bb.238: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1628(%rbp) ## imm = 0x1A4 jmp LBB0_240 LBB0_239: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1632(%rbp) ## imm = 0x1A4 LBB0_240: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_241 LBB0_241: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_242 LBB0_242: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1624(%rbp), %eax je LBB0_245 ## %bb.243: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1628(%rbp), %eax je LBB0_245 ## %bb.244: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1632(%rbp), %eax jne LBB0_246 LBB0_245: ## in Loop: Header=BB0_228 Depth=2 movb $1, -1634(%rbp) jmp LBB0_247 LBB0_246: ## in Loop: Header=BB0_228 Depth=2 movb $0, -1634(%rbp) LBB0_247: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1634(%rbp) je LBB0_255 ## %bb.248: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1624(%rbp), %eax jne LBB0_250 ## %bb.249: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1624(%rbp) ## imm = 0x1A4 jmp LBB0_254 LBB0_250: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1628(%rbp), %eax jne LBB0_252 ## %bb.251: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1628(%rbp) ## imm = 0x1A4 jmp LBB0_253 LBB0_252: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1632(%rbp) ## imm = 0x1A4 LBB0_253: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_254 LBB0_254: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_255 LBB0_255: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1624(%rbp), %eax je LBB0_258 ## %bb.256: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1628(%rbp), %eax je LBB0_258 ## %bb.257: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1632(%rbp), %eax jne LBB0_259 LBB0_258: ## in Loop: Header=BB0_228 Depth=2 movb $1, -1635(%rbp) jmp LBB0_260 LBB0_259: ## in Loop: Header=BB0_228 Depth=2 movb $0, -1635(%rbp) LBB0_260: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1635(%rbp) je LBB0_268 ## %bb.261: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1624(%rbp), %eax jne LBB0_263 ## %bb.262: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1624(%rbp) ## imm = 0x1A4 jmp LBB0_267 LBB0_263: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1628(%rbp), %eax jne LBB0_265 ## %bb.264: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1628(%rbp) ## imm = 0x1A4 jmp LBB0_266 LBB0_265: ## in Loop: Header=BB0_228 Depth=2 movl $420, -1632(%rbp) ## imm = 0x1A4 LBB0_266: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_267 LBB0_267: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_268 LBB0_268: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1633(%rbp) je LBB0_277 ## %bb.269: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1634(%rbp) je LBB0_277 ## %bb.270: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1635(%rbp) je LBB0_277 ## %bb.271: ## in Loop: Header=BB0_228 Depth=2 movl -1612(%rbp), %eax cmpl -1624(%rbp), %eax jne LBB0_275 ## %bb.272: ## in Loop: Header=BB0_228 Depth=2 movl -1616(%rbp), %eax cmpl -1628(%rbp), %eax jne LBB0_275 ## %bb.273: ## in Loop: Header=BB0_228 Depth=2 movl -1620(%rbp), %eax cmpl -1632(%rbp), %eax jne LBB0_275 ## %bb.274: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.180(%rip), %rdi movb $0, %al callq _printf jmp LBB0_276 LBB0_275: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.181(%rip), %rdi movb $0, %al callq _printf LBB0_276: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_291 LBB0_277: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1633(%rbp) je LBB0_279 ## %bb.278: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1634(%rbp) jne LBB0_283 LBB0_279: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1633(%rbp) je LBB0_281 ## %bb.280: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1635(%rbp) jne LBB0_283 LBB0_281: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1634(%rbp) je LBB0_284 ## %bb.282: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1635(%rbp) je LBB0_284 LBB0_283: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.182(%rip), %rdi movb $0, %al callq _printf jmp LBB0_290 LBB0_284: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1633(%rbp) jne LBB0_287 ## %bb.285: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1634(%rbp) jne LBB0_287 ## %bb.286: ## in Loop: Header=BB0_228 Depth=2 testb $1, -1635(%rbp) je LBB0_288 LBB0_287: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.183(%rip), %rdi movb $0, %al callq _printf jmp LBB0_289 LBB0_288: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.184(%rip), %rdi movb $0, %al callq _printf LBB0_289: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_290 LBB0_290: ## in Loop: Header=BB0_228 Depth=2 jmp LBB0_291 LBB0_291: ## in Loop: Header=BB0_228 Depth=2 leaq L_.str.185(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_228 LBB0_292: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_293: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_294 LBB0_294: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_324 ## %bb.295: ## in Loop: Header=BB0_294 Depth=2 leaq L_.str.186(%rip), %rdi callq _puts leaq L_.str.187(%rip), %rdi callq _puts leaq L_.str.188(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_309 ## %bb.296: ## in Loop: Header=BB0_294 Depth=2 leaq L_.str.189(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.190(%rip), %rdi movb $0, %al callq _printf leaq L_.str.191(%rip), %rdi callq _puts leaq L_.str.192(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_305 ## %bb.297: ## in Loop: Header=BB0_294 Depth=2 leaq L_.str.193(%rip), %rdi callq _puts leaq L_.str.194(%rip), %rdi callq _puts leaq L_.str.195(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_301 ## %bb.298: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.196(%rip), %rdi callq _puts leaq L_.str.197(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.198(%rip), %rdi callq _puts xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand callq _rand movl $100, %ecx cltd idivl %ecx movl %edx, -1640(%rbp) movl -1640(%rbp), %esi leaq L_.str.107(%rip), %rdi movb $0, %al callq _printf cmpl $55, -1640(%rbp) jle LBB0_300 ## %bb.299: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.199(%rip), %rdi callq _puts leaq L_.str.200(%rip), %rdi callq _puts jmp LBB0_324 LBB0_300: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.201(%rip), %rdi callq _puts leaq L_.str.202(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_324 LBB0_301: ## in Loop: Header=BB0_294 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_303 ## %bb.302: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.203(%rip), %rdi callq _puts leaq L_.str.204(%rip), %rdi callq _puts jmp LBB0_324 LBB0_303: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_304 LBB0_304: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_308 LBB0_305: ## in Loop: Header=BB0_294 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_307 ## %bb.306: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.205(%rip), %rdi callq _puts leaq L_.str.206(%rip), %rdi callq _puts jmp LBB0_324 LBB0_307: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_308 LBB0_308: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_323 LBB0_309: ## in Loop: Header=BB0_294 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_319 ## %bb.310: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.207(%rip), %rdi callq _puts leaq L_.str.208(%rip), %rdi callq _puts leaq L_.str.209(%rip), %rdi callq _puts leaq L_.str.210(%rip), %rdi callq _puts movq l___const.main.answer(%rip), %rax movq %rax, -576(%rbp) movq l___const.main.answer+8(%rip), %rax movq %rax, -568(%rbp) movl l___const.main.answer+16(%rip), %eax movl %eax, -560(%rbp) movl $0, -1644(%rbp) LBB0_311: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $6, -1644(%rbp) jge LBB0_318 ## %bb.312: ## in Loop: Header=BB0_311 Depth=2 leaq L_.str.211(%rip), %rdi leaq -1645(%rbp), %rsi movb $0, %al callq _scanf movsbl -1645(%rbp), %eax movslq -1644(%rbp), %rcx movsbl -576(%rbp,%rcx), %ecx cmpl %ecx, %eax jne LBB0_316 ## %bb.313: ## in Loop: Header=BB0_311 Depth=2 movb -1645(%rbp), %cl movslq -1644(%rbp), %rax movb %cl, -608(%rbp,%rax) leaq L_.str.212(%rip), %rdi movb $0, %al callq _printf movsbl -1645(%rbp), %eax cmpl $107, %eax jne LBB0_315 ## %bb.314: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.213(%rip), %rdi callq _puts jmp LBB0_318 LBB0_315: ## in Loop: Header=BB0_311 Depth=2 jmp LBB0_317 LBB0_316: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.214(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_318 LBB0_317: ## in Loop: Header=BB0_311 Depth=2 movl -1644(%rbp), %eax addl $1, %eax movl %eax, -1644(%rbp) jmp LBB0_311 LBB0_318: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_324 LBB0_319: ## in Loop: Header=BB0_294 Depth=2 cmpl $3, -1508(%rbp) jne LBB0_321 ## %bb.320: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.215(%rip), %rdi callq _puts leaq L_.str.216(%rip), %rdi callq _puts jmp LBB0_324 LBB0_321: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_322 LBB0_322: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_323 LBB0_323: ## in Loop: Header=BB0_294 Depth=2 jmp LBB0_294 LBB0_324: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_325: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_326 LBB0_326: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_334 ## %bb.327: ## in Loop: Header=BB0_326 Depth=2 leaq L_.str.217(%rip), %rdi callq _puts leaq L_.str.218(%rip), %rdi movb $0, %al callq _printf callq _getchar ## kill: def $al killed $al killed $eax movb %al, -1646(%rbp) callq _getchar ## kill: def $al killed $al killed $eax movb %al, -1647(%rbp) movsbl -1646(%rbp), %eax cmpl $121, %eax je LBB0_329 ## %bb.328: ## in Loop: Header=BB0_326 Depth=2 movsbl -1646(%rbp), %eax cmpl $89, %eax jne LBB0_330 LBB0_329: ## in Loop: Header=BB0_326 Depth=2 callq _gameRules callq _gameCraps jmp LBB0_333 LBB0_330: ## in Loop: Header=BB0_326 Depth=2 movsbl -1646(%rbp), %eax cmpl $99, %eax jne LBB0_332 ## %bb.331: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.219(%rip), %rdi callq _puts jmp LBB0_334 LBB0_332: ## in Loop: Header=BB0_326 Depth=2 jmp LBB0_333 LBB0_333: ## in Loop: Header=BB0_326 Depth=2 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_326 LBB0_334: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_335: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_336 LBB0_336: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_346 ## %bb.337: ## in Loop: Header=BB0_336 Depth=2 leaq L_.str.220(%rip), %rdi callq _puts leaq L_.str.221(%rip), %rdi callq _puts leaq L_.str.222(%rip), %rdi callq _puts leaq L_.str.223(%rip), %rdi callq _puts leaq L_.str.224(%rip), %rdi callq _puts leaq L_.str.225(%rip), %rdi callq _puts leaq L_.str.226(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_341 ## %bb.338: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.227(%rip), %rdi callq _puts leaq L_.str.228(%rip), %rdi callq _puts leaq L_.str.229(%rip), %rdi callq _puts leaq -272(%rbp), %rsi leaq L_.str.230(%rip), %rdi movb $0, %al callq _printf leaq L_.str.231(%rip), %rdi callq _puts leaq L_.str.232(%rip), %rdi callq _puts leaq L_.str.233(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_340 ## %bb.339: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.234(%rip), %rdi callq _puts leaq L_.str.235(%rip), %rdi callq _puts leaq L_.str.236(%rip), %rdi callq _puts LBB0_340: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_346 LBB0_341: ## in Loop: Header=BB0_336 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_343 ## %bb.342: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.237(%rip), %rdi callq _puts leaq L_.str.238(%rip), %rdi callq _puts jmp LBB0_346 LBB0_343: ## in Loop: Header=BB0_336 Depth=2 leaq L_.str.239(%rip), %rdi callq _puts ## %bb.344: ## in Loop: Header=BB0_336 Depth=2 jmp LBB0_345 LBB0_345: ## in Loop: Header=BB0_336 Depth=2 jmp LBB0_336 LBB0_346: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_347: ## in Loop: Header=BB0_1 Depth=1 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $7, -1652(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -1660(%rbp) movl $0, -1684(%rbp) movl $0, -1712(%rbp) movl $0, -1716(%rbp) LBB0_348: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_350 Depth 3 ## Child Loop BB0_361 Depth 3 cmpl $99, -1508(%rbp) je LBB0_406 ## %bb.349: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.240(%rip), %rdi movb $0, %al callq _printf leaq L_.str.241(%rip), %rdi movb $0, %al callq _printf leaq L_.str.242(%rip), %rdi movb $0, %al callq _printf leaq L_.str.243(%rip), %rdi movb $0, %al callq _printf leaq L_.str.244(%rip), %rdi movb $0, %al callq _printf leaq L_.str.245(%rip), %rdi movb $0, %al callq _printf leaq L_.str.246(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1656(%rbp), %rsi movb $0, %al callq _scanf LBB0_350: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_348 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $1, -1656(%rbp) movb %al, -2044(%rbp) ## 1-byte Spill jl LBB0_352 ## %bb.351: ## in Loop: Header=BB0_350 Depth=3 cmpl $10, -1656(%rbp) setg %al movb %al, -2044(%rbp) ## 1-byte Spill LBB0_352: ## in Loop: Header=BB0_350 Depth=3 movb -2044(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_353 jmp LBB0_354 LBB0_353: ## in Loop: Header=BB0_350 Depth=3 leaq L_.str.247(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1656(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_350 LBB0_354: ## in Loop: Header=BB0_348 Depth=2 movl -1656(%rbp), %esi movl -1656(%rbp), %edx addl -1652(%rbp), %edx leaq L_.str.248(%rip), %rdi movb $0, %al callq _printf movl -1656(%rbp), %esi movl -1656(%rbp), %edx imull -1652(%rbp), %edx leaq L_.str.249(%rip), %rdi movb $0, %al callq _printf movl -1656(%rbp), %esi movl -1656(%rbp), %edx subl -1652(%rbp), %edx leaq L_.str.250(%rip), %rdi movb $0, %al callq _printf leaq L_.str.251(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1656(%rbp), %rsi movb $0, %al callq _scanf movl -1656(%rbp), %eax cmpl -1652(%rbp), %eax jne LBB0_356 ## %bb.355: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.252(%rip), %rdi movb $0, %al callq _printf jmp LBB0_357 LBB0_356: leaq L_.str.253(%rip), %rdi xorl %eax, %eax movl %eax, -2048(%rbp) ## 4-byte Spill movb %al, -2049(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2049(%rbp), %al ## 1-byte Reload leaq L_.str.254(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -2049(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2048(%rbp), %edi ## 4-byte Reload callq _exit LBB0_357: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.256(%rip), %rdi movb $0, %al callq _printf leaq L_.str.257(%rip), %rdi movb $0, %al callq _printf leaq L_.str.258(%rip), %rdi movb $0, %al callq _printf leaq L_.str.259(%rip), %rdi movb $0, %al callq _printf leaq L_.str.260(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, %esi addl $1, %esi movl %esi, -1664(%rbp) leaq L_.str.261(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, %esi addl $1, %esi movl %esi, -1668(%rbp) leaq L_.str.262(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, %esi addl $1, %esi movl %esi, -1672(%rbp) leaq L_.str.263(%rip), %rdi movb $0, %al callq _printf callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, %esi addl $1, %esi movl %esi, -1676(%rbp) leaq L_.str.264(%rip), %rdi movb $0, %al callq _printf leaq L_.str.265(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1656(%rbp), %rsi movb $0, %al callq _scanf movl -1656(%rbp), %eax movl -1664(%rbp), %ecx shll $2, %ecx imull $3, -1668(%rbp), %edx addl %edx, %ecx movl -1672(%rbp), %edx shll $1, %edx addl %edx, %ecx movl -1676(%rbp), %edx shll $0, %edx addl %edx, %ecx imull $0, -1680(%rbp), %edx addl %edx, %ecx cmpl %ecx, %eax jne LBB0_359 ## %bb.358: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.266(%rip), %rdi movb $0, %al callq _printf leaq L_.str.267(%rip), %rdi movb $0, %al callq _printf leaq L_.str.268(%rip), %rdi movb $0, %al callq _printf jmp LBB0_360 LBB0_359: leaq L_.str.269(%rip), %rdi xorl %eax, %eax movl %eax, -2056(%rbp) ## 4-byte Spill movb %al, -2057(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2057(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2056(%rbp), %edi ## 4-byte Reload callq _exit LBB0_360: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.270(%rip), %rdi movb $0, %al callq _printf leaq L_.str.271(%rip), %rdi movb $0, %al callq _printf leaq L_.str.272(%rip), %rdi movb $0, %al callq _printf leaq L_.str.273(%rip), %rdi movb $0, %al callq _printf leaq L_.str.274(%rip), %rdi movb $0, %al callq _printf leaq L_.str.275(%rip), %rdi movb $0, %al callq _printf leaq L_.str.276(%rip), %rdi movb $0, %al callq _printf movl $0, -1720(%rbp) LBB0_361: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_348 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $10, -1720(%rbp) jge LBB0_371 ## %bb.362: ## in Loop: Header=BB0_361 Depth=3 callq _rand movl %eax, %ecx movslq %ecx, %rax imulq $715827883, %rax, %rdx ## imm = 0x2AAAAAAB movq %rdx, %rax shrq $63, %rax ## kill: def $eax killed $eax killed $rax shrq $32, %rdx ## kill: def $edx killed $edx killed $rdx addl %eax, %edx addl %edx, %edx ## implicit-def: $rax movl %edx, %eax leal (%rax,%rax,2), %edx ## implicit-def: $rax movl %ecx, %eax negl %edx ## implicit-def: $rcx movl %edx, %ecx leal 1(%rax,%rcx), %eax movl %eax, -1684(%rbp) movl -1684(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2072(%rbp) ## 8-byte Spill subl $5, %eax ja LBB0_369 ## %bb.1124: ## in Loop: Header=BB0_361 Depth=3 movq -2072(%rbp), %rax ## 8-byte Reload leaq LJTI0_5(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_363: ## in Loop: Header=BB0_361 Depth=3 movl -1688(%rbp), %eax addl $1, %eax movl %eax, -1688(%rbp) jmp LBB0_369 LBB0_364: ## in Loop: Header=BB0_361 Depth=3 movl -1692(%rbp), %eax addl $1, %eax movl %eax, -1692(%rbp) jmp LBB0_369 LBB0_365: ## in Loop: Header=BB0_361 Depth=3 movl -1696(%rbp), %eax addl $1, %eax movl %eax, -1696(%rbp) jmp LBB0_369 LBB0_366: ## in Loop: Header=BB0_361 Depth=3 movl -1700(%rbp), %eax addl $1, %eax movl %eax, -1700(%rbp) jmp LBB0_369 LBB0_367: ## in Loop: Header=BB0_361 Depth=3 movl -1704(%rbp), %eax addl $1, %eax movl %eax, -1704(%rbp) jmp LBB0_369 LBB0_368: ## in Loop: Header=BB0_361 Depth=3 movl -1708(%rbp), %eax addl $1, %eax movl %eax, -1708(%rbp) LBB0_369: ## in Loop: Header=BB0_361 Depth=3 jmp LBB0_370 LBB0_370: ## in Loop: Header=BB0_361 Depth=3 movl -1720(%rbp), %eax addl $1, %eax movl %eax, -1720(%rbp) jmp LBB0_361 LBB0_371: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.277(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1712(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1712(%rbp) jl LBB0_373 ## %bb.372: ## in Loop: Header=BB0_348 Depth=2 cmpl $6, -1712(%rbp) jle LBB0_374 LBB0_373: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.278(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1712(%rbp), %rsi movb $0, %al callq _scanf LBB0_374: ## in Loop: Header=BB0_348 Depth=2 movl -1712(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2080(%rbp) ## 8-byte Spill subl $5, %eax ja LBB0_405 ## %bb.1123: ## in Loop: Header=BB0_348 Depth=2 movq -2080(%rbp), %rax ## 8-byte Reload leaq LJTI0_4(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_375: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1688(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_377 ## %bb.376: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1688(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_378 LBB0_377: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1688(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_379 LBB0_378: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2084(%rbp) ## 4-byte Spill movb %al, -2085(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2085(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2084(%rbp), %edi ## 4-byte Reload callq _exit LBB0_379: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_380 LBB0_380: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1692(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_382 ## %bb.381: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1692(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_383 LBB0_382: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1692(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_384 LBB0_383: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2092(%rbp) ## 4-byte Spill movb %al, -2093(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2093(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2092(%rbp), %edi ## 4-byte Reload callq _exit LBB0_384: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_385 LBB0_385: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1696(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_387 ## %bb.386: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1696(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_388 LBB0_387: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1696(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_389 LBB0_388: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2100(%rbp) ## 4-byte Spill movb %al, -2101(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2101(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2100(%rbp), %edi ## 4-byte Reload callq _exit LBB0_389: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_390 LBB0_390: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1700(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_392 ## %bb.391: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1700(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_393 LBB0_392: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1700(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_394 LBB0_393: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2108(%rbp) ## 4-byte Spill movb %al, -2109(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2109(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2108(%rbp), %edi ## 4-byte Reload callq _exit LBB0_394: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_395 LBB0_395: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1704(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_397 ## %bb.396: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1704(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_398 LBB0_397: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1704(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_399 LBB0_398: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2116(%rbp) ## 4-byte Spill movb %al, -2117(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2117(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2116(%rbp), %edi ## 4-byte Reload callq _exit LBB0_399: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_400 LBB0_400: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.279(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1716(%rbp), %rsi movb $0, %al callq _scanf movl -1716(%rbp), %eax movl -1708(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_402 ## %bb.401: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %eax movl -1708(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB0_403 LBB0_402: ## in Loop: Header=BB0_348 Depth=2 movl -1716(%rbp), %esi leaq L_.str.280(%rip), %rdi movb $0, %al callq _printf movl -1708(%rbp), %esi leaq L_.str.281(%rip), %rdi movb $0, %al callq _printf leaq L_.str.282(%rip), %rdi movb $0, %al callq _printf jmp LBB0_404 LBB0_403: leaq L_.str.283(%rip), %rdi xorl %eax, %eax movl %eax, -2124(%rbp) ## 4-byte Spill movb %al, -2125(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2125(%rbp), %al ## 1-byte Reload leaq L_.str.255(%rip), %rdi callq _printf movl -2124(%rbp), %edi ## 4-byte Reload callq _exit LBB0_404: ## in Loop: Header=BB0_348 Depth=2 jmp LBB0_405 LBB0_405: ## in Loop: Header=BB0_348 Depth=2 leaq L_.str.284(%rip), %rdi movb $0, %al callq _printf jmp LBB0_348 LBB0_406: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_407: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_408 LBB0_408: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_410 ## %bb.409: ## in Loop: Header=BB0_408 Depth=2 jmp LBB0_408 LBB0_410: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_411: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_412 LBB0_412: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_414 ## %bb.413: ## in Loop: Header=BB0_412 Depth=2 jmp LBB0_412 LBB0_414: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_415: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_416 LBB0_416: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_418 ## %bb.417: ## in Loop: Header=BB0_416 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_416 LBB0_418: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_419: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_420 LBB0_420: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_422 ## %bb.421: ## in Loop: Header=BB0_420 Depth=2 jmp LBB0_420 LBB0_422: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_423: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_424 LBB0_424: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_426 ## %bb.425: ## in Loop: Header=BB0_424 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.285(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_424 LBB0_426: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_427: ## in Loop: Header=BB0_1 Depth=1 movb $1, -1721(%rbp) LBB0_428: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_430 Depth 3 ## Child Loop BB0_440 Depth 4 ## Child Loop BB0_433 Depth 4 ## Child Loop BB0_447 Depth 3 ## Child Loop BB0_449 Depth 4 ## Child Loop BB0_461 Depth 4 ## Child Loop BB0_471 Depth 5 ## Child Loop BB0_536 Depth 5 ## Child Loop BB0_551 Depth 4 ## Child Loop BB0_556 Depth 5 testb $1, -1721(%rbp) je LBB0_565 ## %bb.429: ## in Loop: Header=BB0_428 Depth=2 movl $0, -1728(%rbp) movl $0, -1732(%rbp) movl $0, -1736(%rbp) movl $0, -1740(%rbp) movl $0, -1744(%rbp) movl $0, -1748(%rbp) movb $1, -1749(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -1756(%rbp) leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.286(%rip), %rdi callq _puts leaq L_.str.287(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.288(%rip), %rdi callq _puts leaq L_.str.289(%rip), %rdi callq _puts leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.290(%rip), %rdi callq _puts leaq L_.str.291(%rip), %rdi callq _puts leaq L_.str.292(%rip), %rdi callq _puts leaq L_.str.293(%rip), %rdi callq _puts leaq L_.str.294(%rip), %rdi callq _puts leaq L_.str.295(%rip), %rdi callq _puts leaq L_.str.296(%rip), %rdi callq _puts leaq L_.str.297(%rip), %rdi callq _puts leaq L_.str.298(%rip), %rdi callq _puts leaq L_.str.299(%rip), %rdi callq _puts leaq L_.str.300(%rip), %rdi callq _puts leaq L_.str.301(%rip), %rdi callq _puts leaq L_.str.302(%rip), %rdi callq _puts leaq L_.str.303(%rip), %rdi callq _puts leaq L_.str.304(%rip), %rdi callq _puts leaq L_.str.305(%rip), %rdi callq _puts leaq L_.str.306(%rip), %rdi callq _puts leaq L_.str.307(%rip), %rdi callq _puts leaq L_.str.308(%rip), %rdi callq _puts leaq L_.str.309(%rip), %rdi callq _puts leaq L_.str.310(%rip), %rdi callq _puts leaq L_.str.311(%rip), %rdi callq _puts leaq L_.str.312(%rip), %rdi callq _puts leaq L_.str.313(%rip), %rdi callq _puts leaq L_.str.314(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts movb $1, -1757(%rbp) LBB0_430: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_440 Depth 4 ## Child Loop BB0_433 Depth 4 testb $1, -1757(%rbp) je LBB0_446 ## %bb.431: ## in Loop: Header=BB0_430 Depth=3 movl $0, -1764(%rbp) leaq L_.str.315(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1764(%rbp), %rsi callq _scanf movl -1764(%rbp), %eax movl %eax, -2132(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_432 jmp LBB0_1122 LBB0_1122: ## in Loop: Header=BB0_430 Depth=3 movl -2132(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_437 jmp LBB0_444 LBB0_432: ## in Loop: Header=BB0_430 Depth=3 LBB0_433: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_430 Depth=3 ## => This Inner Loop Header: Depth=4 movslq -1756(%rbp), %rax movsbl -272(%rbp,%rax), %eax cmpl $0, %eax je LBB0_436 ## %bb.434: ## in Loop: Header=BB0_433 Depth=4 movslq -1756(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _toupper movb %al, %cl movslq -1756(%rbp), %rax movb %cl, -272(%rbp,%rax) ## %bb.435: ## in Loop: Header=BB0_433 Depth=4 movl -1756(%rbp), %eax addl $1, %eax movl %eax, -1756(%rbp) jmp LBB0_433 LBB0_436: ## in Loop: Header=BB0_430 Depth=3 movb $0, -1757(%rbp) jmp LBB0_445 LBB0_437: ## in Loop: Header=BB0_430 Depth=3 movsbl -272(%rbp), %edi callq _islower cmpl $0, %eax je LBB0_439 ## %bb.438: ## in Loop: Header=BB0_430 Depth=3 movsbl -272(%rbp), %edi callq _toupper ## kill: def $al killed $al killed $eax movb %al, -272(%rbp) LBB0_439: ## in Loop: Header=BB0_430 Depth=3 movl $1, -1756(%rbp) LBB0_440: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_430 Depth=3 ## => This Inner Loop Header: Depth=4 movslq -1756(%rbp), %rax movsbl -272(%rbp,%rax), %eax cmpl $0, %eax je LBB0_443 ## %bb.441: ## in Loop: Header=BB0_440 Depth=4 movslq -1756(%rbp), %rax movsbl -272(%rbp,%rax), %edi callq _tolower movb %al, %cl movslq -1756(%rbp), %rax movb %cl, -272(%rbp,%rax) ## %bb.442: ## in Loop: Header=BB0_440 Depth=4 movl -1756(%rbp), %eax addl $1, %eax movl %eax, -1756(%rbp) jmp LBB0_440 LBB0_443: ## in Loop: Header=BB0_430 Depth=3 movb $0, -1757(%rbp) jmp LBB0_445 LBB0_444: ## in Loop: Header=BB0_430 Depth=3 leaq L_.str.316(%rip), %rdi callq _puts LBB0_445: ## in Loop: Header=BB0_430 Depth=3 jmp LBB0_430 LBB0_446: ## in Loop: Header=BB0_428 Depth=2 jmp LBB0_447 LBB0_447: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## => This Loop Header: Depth=3 ## Child Loop BB0_449 Depth 4 ## Child Loop BB0_461 Depth 4 ## Child Loop BB0_471 Depth 5 ## Child Loop BB0_536 Depth 5 ## Child Loop BB0_551 Depth 4 ## Child Loop BB0_556 Depth 5 cmpl $99, -1508(%rbp) je LBB0_564 ## %bb.448: ## in Loop: Header=BB0_447 Depth=3 movb $0, -1765(%rbp) movl $0, -1772(%rbp) movl -1728(%rbp), %eax movl %eax, -1776(%rbp) movl $3, -1780(%rbp) movl $0, -1784(%rbp) movb $0, -1785(%rbp) movb $0, -1786(%rbp) movb $0, -1787(%rbp) movl $0, -1792(%rbp) movq l___const.main.goblin(%rip), %rax movq %rax, -618(%rbp) movw l___const.main.goblin+8(%rip), %ax movw %ax, -610(%rbp) movq l___const.main.zombie(%rip), %rax movq %rax, -628(%rbp) movw l___const.main.zombie+8(%rip), %ax movw %ax, -620(%rbp) movq l___const.main.giant(%rip), %rax movq %rax, -638(%rbp) movw l___const.main.giant+8(%rip), %ax movw %ax, -630(%rbp) movq l___const.main.highSumm(%rip), %rax movq %rax, -672(%rbp) movq l___const.main.highSumm+8(%rip), %rax movq %rax, -664(%rbp) movq l___const.main.highSumm+16(%rip), %rax movq %rax, -656(%rbp) movb l___const.main.highSumm+24(%rip), %al movb %al, -648(%rbp) movq l___const.main.quetzal(%rip), %rax movq %rax, -704(%rbp) movq l___const.main.quetzal+8(%rip), %rax movq %rax, -696(%rbp) movq l___const.main.quetzal+16(%rip), %rax movq %rax, -688(%rbp) movb l___const.main.quetzal+24(%rip), %al movb %al, -680(%rbp) leaq -768(%rbp), %rdi leaq l___const.main.goblinATT(%rip), %rsi movl $50, %edx callq _memcpy leaq -832(%rbp), %rdi leaq l___const.main.zombieATT(%rip), %rsi movl $50, %edx callq _memcpy leaq -912(%rbp), %rdi leaq l___const.main.giantATT(%rip), %rsi movl $80, %edx callq _memcpy leaq -1024(%rbp), %rdi leaq l___const.main.highATT(%rip), %rsi movl $100, %edx callq _memcpy leaq -1136(%rbp), %rdi leaq l___const.main.quetzalATT(%rip), %rsi movl $100, %edx callq _memcpy LBB0_449: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## => This Inner Loop Header: Depth=4 testb $1, -1749(%rbp) je LBB0_456 ## %bb.450: ## in Loop: Header=BB0_449 Depth=4 leaq L_.str.317(%rip), %rdi callq _puts leaq L_.str.318(%rip), %rdi callq _puts leaq L_.str.319(%rip), %rdi callq _puts leaq L_.str.320(%rip), %rdi callq _puts leaq L_.str.321(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1772(%rbp), %rsi callq _scanf movl -1772(%rbp), %eax movl %eax, -2136(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_451 jmp LBB0_1120 LBB0_1120: ## in Loop: Header=BB0_449 Depth=4 movl -2136(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_452 jmp LBB0_1121 LBB0_1121: ## in Loop: Header=BB0_449 Depth=4 movl -2136(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_453 jmp LBB0_454 LBB0_451: ## in Loop: Header=BB0_449 Depth=4 movl $1, -1728(%rbp) movl $5, -1732(%rbp) movl $1, -1736(%rbp) movl $15, -1740(%rbp) movl $2, -1744(%rbp) movl $15, -1748(%rbp) movb $1, -1786(%rbp) leaq L_.str.322(%rip), %rdi callq _puts movb $1, -1765(%rbp) movb $0, -1749(%rbp) jmp LBB0_455 LBB0_452: ## in Loop: Header=BB0_449 Depth=4 movl $1, -1728(%rbp) movl $1, -1732(%rbp) movl $10, -1736(%rbp) movl $10, -1740(%rbp) movl $10, -1748(%rbp) movl $1, -1744(%rbp) movb $1, -1785(%rbp) leaq L_.str.323(%rip), %rdi callq _puts movb $1, -1765(%rbp) movb $0, -1749(%rbp) jmp LBB0_455 LBB0_453: ## in Loop: Header=BB0_449 Depth=4 movb $0, -1765(%rbp) leaq L_.str.324(%rip), %rdi callq _puts movb $0, -1749(%rbp) jmp LBB0_455 LBB0_454: ## in Loop: Header=BB0_449 Depth=4 leaq L_.str.325(%rip), %rdi callq _puts LBB0_455: ## in Loop: Header=BB0_449 Depth=4 jmp LBB0_449 LBB0_456: ## in Loop: Header=BB0_447 Depth=3 movb -1765(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax jne LBB0_458 ## %bb.457: ## in Loop: Header=BB0_428 Depth=2 jmp LBB0_564 LBB0_458: ## in Loop: Header=BB0_447 Depth=3 movl -1728(%rbp), %eax movl %eax, -1776(%rbp) movb -1765(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_460 ## %bb.459: ## in Loop: Header=BB0_447 Depth=3 leaq L_.str.326(%rip), %rdi callq _puts LBB0_460: ## in Loop: Header=BB0_447 Depth=3 leaq L_.str.318(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts LBB0_461: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## => This Loop Header: Depth=4 ## Child Loop BB0_471 Depth 5 ## Child Loop BB0_536 Depth 5 movb -1765(%rbp), %al andb $1, %al movzbl %al, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, %ecx movb %al, -2137(%rbp) ## 1-byte Spill jne LBB0_463 ## %bb.462: ## in Loop: Header=BB0_461 Depth=4 cmpl $5, -1776(%rbp) setle %al movb %al, -2137(%rbp) ## 1-byte Spill LBB0_463: ## in Loop: Header=BB0_461 Depth=4 movb -2137(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_464 jmp LBB0_548 LBB0_464: ## in Loop: Header=BB0_461 Depth=4 movl $8, -1796(%rbp) movl $5, -1800(%rbp) imull $3, -1776(%rbp), %eax movl %eax, -1792(%rbp) movb -1786(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_466 ## %bb.465: ## in Loop: Header=BB0_461 Depth=4 movl -1792(%rbp), %eax addl -1748(%rbp), %eax movl %eax, -1748(%rbp) movl -1792(%rbp), %eax addl -1740(%rbp), %eax movl %eax, -1740(%rbp) movl -1792(%rbp), %eax addl -1732(%rbp), %eax movl %eax, -1732(%rbp) movl -1792(%rbp), %eax movl $2, %ecx cltd idivl %ecx addl -1744(%rbp), %eax movl %eax, -1744(%rbp) jmp LBB0_470 LBB0_466: ## in Loop: Header=BB0_461 Depth=4 movb -1785(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_468 ## %bb.467: ## in Loop: Header=BB0_461 Depth=4 movl -1792(%rbp), %eax movl $2, %ecx cltd idivl %ecx imull $3, %eax, %eax addl -1748(%rbp), %eax movl %eax, -1748(%rbp) movl -1792(%rbp), %eax movl $2, %ecx cltd idivl %ecx imull $3, %eax, %eax addl -1740(%rbp), %eax movl %eax, -1740(%rbp) movl -1792(%rbp), %eax addl $8, %eax addl -1736(%rbp), %eax movl %eax, -1736(%rbp) movl -1792(%rbp), %eax movl $3, %ecx cltd idivl %ecx addl -1744(%rbp), %eax movl %eax, -1744(%rbp) jmp LBB0_469 LBB0_468: ## in Loop: Header=BB0_461 Depth=4 leaq L_.str.327(%rip), %rdi callq _puts LBB0_469: ## in Loop: Header=BB0_461 Depth=4 jmp LBB0_470 LBB0_470: ## in Loop: Header=BB0_461 Depth=4 movl -1792(%rbp), %eax shll $1, %eax addl -1796(%rbp), %eax movl %eax, -1796(%rbp) movl -1792(%rbp), %eax shll $1, %eax addl -1800(%rbp), %eax movl %eax, -1800(%rbp) LBB0_471: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## Parent Loop BB0_461 Depth=4 ## => This Inner Loop Header: Depth=5 cmpl $0, -1796(%rbp) jle LBB0_544 ## %bb.472: ## in Loop: Header=BB0_471 Depth=5 cmpl $1, -1776(%rbp) jne LBB0_474 ## %bb.473: ## in Loop: Header=BB0_471 Depth=5 leaq -618(%rbp), %rsi movl -1796(%rbp), %edx movl -1800(%rbp), %ecx leaq L_.str.328(%rip), %rdi movb $0, %al callq _printf jmp LBB0_487 LBB0_474: ## in Loop: Header=BB0_471 Depth=5 cmpl $2, -1776(%rbp) jne LBB0_476 ## %bb.475: ## in Loop: Header=BB0_471 Depth=5 leaq -628(%rbp), %rsi movl -1796(%rbp), %edx movl -1800(%rbp), %ecx leaq L_.str.328(%rip), %rdi movb $0, %al callq _printf jmp LBB0_486 LBB0_476: ## in Loop: Header=BB0_471 Depth=5 cmpl $3, -1776(%rbp) jne LBB0_478 ## %bb.477: ## in Loop: Header=BB0_471 Depth=5 leaq -638(%rbp), %rsi movl -1796(%rbp), %edx movl -1800(%rbp), %ecx leaq L_.str.328(%rip), %rdi movb $0, %al callq _printf jmp LBB0_485 LBB0_478: ## in Loop: Header=BB0_471 Depth=5 cmpl $4, -1776(%rbp) jne LBB0_480 ## %bb.479: ## in Loop: Header=BB0_471 Depth=5 leaq -672(%rbp), %rsi movl -1796(%rbp), %edx movl -1800(%rbp), %ecx leaq L_.str.328(%rip), %rdi movb $0, %al callq _printf jmp LBB0_484 LBB0_480: ## in Loop: Header=BB0_471 Depth=5 cmpl $5, -1776(%rbp) jne LBB0_482 ## %bb.481: ## in Loop: Header=BB0_471 Depth=5 leaq -704(%rbp), %rsi movl -1796(%rbp), %edx movl -1800(%rbp), %ecx leaq L_.str.328(%rip), %rdi movb $0, %al callq _printf jmp LBB0_483 LBB0_482: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.329(%rip), %rdi callq _puts LBB0_483: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_484 LBB0_484: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_485 LBB0_485: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_486 LBB0_486: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_487 LBB0_487: ## in Loop: Header=BB0_471 Depth=5 movb -1786(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_489 ## %bb.488: ## in Loop: Header=BB0_471 Depth=5 leaq -272(%rbp), %rsi movl -1740(%rbp), %edx movl -1732(%rbp), %ecx leaq L_.str.330(%rip), %rdi movb $0, %al callq _printf jmp LBB0_490 LBB0_489: ## in Loop: Header=BB0_471 Depth=5 leaq -272(%rbp), %rsi movl -1740(%rbp), %edx movl -1736(%rbp), %ecx leaq L_.str.331(%rip), %rdi movb $0, %al callq _printf LBB0_490: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.318(%rip), %rdi callq _puts leaq L_.str.332(%rip), %rdi callq _puts leaq L_.str.333(%rip), %rdi callq _puts leaq L_.str.334(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1772(%rbp), %rsi callq _scanf callq _rand movl -1732(%rbp), %ecx cltd idivl %ecx movl %edx, -1804(%rbp) callq _rand movl -1736(%rbp), %ecx cltd idivl %ecx movl %edx, -1808(%rbp) movl -1772(%rbp), %eax movl %eax, -2144(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_491 jmp LBB0_1117 LBB0_1117: ## in Loop: Header=BB0_471 Depth=5 movl -2144(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_492 jmp LBB0_1118 LBB0_1118: ## in Loop: Header=BB0_471 Depth=5 movl -2144(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_493 jmp LBB0_497 LBB0_491: ## in Loop: Header=BB0_471 Depth=5 movl -1804(%rbp), %esi leaq L_.str.335(%rip), %rdi movb $0, %al callq _printf movl -1804(%rbp), %ecx movl -1796(%rbp), %eax subl %ecx, %eax movl %eax, -1796(%rbp) jmp LBB0_498 LBB0_492: ## in Loop: Header=BB0_471 Depth=5 movl -1808(%rbp), %esi leaq L_.str.335(%rip), %rdi movb $0, %al callq _printf movl -1808(%rbp), %ecx movl -1796(%rbp), %eax subl %ecx, %eax movl %eax, -1796(%rbp) jmp LBB0_498 LBB0_493: ## in Loop: Header=BB0_471 Depth=5 cmpl $0, -1780(%rbp) jg LBB0_495 ## %bb.494: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.336(%rip), %rdi callq _puts jmp LBB0_498 LBB0_495: ## in Loop: Header=BB0_471 Depth=5 cvtsi2sdl -1748(%rbp), %xmm0 cvtsi2sdl -1740(%rbp), %xmm1 movsd LCPI0_2(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -1740(%rbp) movl -1780(%rbp), %eax addl $-1, %eax movl %eax, -1780(%rbp) ## %bb.496: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_498 LBB0_497: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_498 LBB0_498: ## in Loop: Header=BB0_471 Depth=5 cmpl $0, -1796(%rbp) jle LBB0_518 ## %bb.499: ## in Loop: Header=BB0_471 Depth=5 callq _rand cltd idivl -1800(%rbp) subl -1744(%rbp), %edx movl %edx, -1784(%rbp) cmpl $0, -1784(%rbp) jle LBB0_516 ## %bb.500: ## in Loop: Header=BB0_471 Depth=5 cmpl $1, -1776(%rbp) jne LBB0_502 ## %bb.501: ## in Loop: Header=BB0_471 Depth=5 leaq -768(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_515 LBB0_502: ## in Loop: Header=BB0_471 Depth=5 cmpl $2, -1776(%rbp) jne LBB0_504 ## %bb.503: ## in Loop: Header=BB0_471 Depth=5 leaq -832(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_514 LBB0_504: ## in Loop: Header=BB0_471 Depth=5 cmpl $3, -1776(%rbp) jne LBB0_506 ## %bb.505: ## in Loop: Header=BB0_471 Depth=5 leaq -912(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_513 LBB0_506: ## in Loop: Header=BB0_471 Depth=5 cmpl $4, -1776(%rbp) jne LBB0_508 ## %bb.507: ## in Loop: Header=BB0_471 Depth=5 leaq -1024(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_512 LBB0_508: ## in Loop: Header=BB0_471 Depth=5 cmpl $5, -1776(%rbp) jne LBB0_510 ## %bb.509: ## in Loop: Header=BB0_471 Depth=5 leaq -1136(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_511 LBB0_510: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.338(%rip), %rdi callq _puts LBB0_511: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_512 LBB0_512: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_513 LBB0_513: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_514 LBB0_514: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_515 LBB0_515: ## in Loop: Header=BB0_471 Depth=5 movl -1784(%rbp), %ecx movl -1740(%rbp), %eax subl %ecx, %eax movl %eax, -1740(%rbp) movl -1784(%rbp), %esi leaq L_.str.339(%rip), %rdi movb $0, %al callq _printf jmp LBB0_517 LBB0_516: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.340(%rip), %rdi callq _puts LBB0_517: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_534 LBB0_518: ## in Loop: Header=BB0_471 Depth=5 cmpl $1, -1776(%rbp) jne LBB0_520 ## %bb.519: ## in Loop: Header=BB0_471 Depth=5 leaq -618(%rbp), %rsi leaq L_.str.341(%rip), %rdi movb $0, %al callq _printf jmp LBB0_533 LBB0_520: ## in Loop: Header=BB0_471 Depth=5 cmpl $2, -1776(%rbp) jne LBB0_522 ## %bb.521: ## in Loop: Header=BB0_471 Depth=5 leaq -628(%rbp), %rsi leaq L_.str.341(%rip), %rdi movb $0, %al callq _printf jmp LBB0_532 LBB0_522: ## in Loop: Header=BB0_471 Depth=5 cmpl $3, -1776(%rbp) jne LBB0_524 ## %bb.523: ## in Loop: Header=BB0_471 Depth=5 leaq -638(%rbp), %rsi leaq L_.str.341(%rip), %rdi movb $0, %al callq _printf jmp LBB0_531 LBB0_524: ## in Loop: Header=BB0_471 Depth=5 cmpl $4, -1776(%rbp) jne LBB0_526 ## %bb.525: ## in Loop: Header=BB0_471 Depth=5 leaq -672(%rbp), %rsi leaq L_.str.341(%rip), %rdi movb $0, %al callq _printf jmp LBB0_530 LBB0_526: ## in Loop: Header=BB0_471 Depth=5 cmpl $5, -1776(%rbp) jne LBB0_528 ## %bb.527: ## in Loop: Header=BB0_471 Depth=5 leaq -704(%rbp), %rsi leaq L_.str.341(%rip), %rdi movb $0, %al callq _printf jmp LBB0_529 LBB0_528: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.342(%rip), %rdi callq _puts LBB0_529: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_530 LBB0_530: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_531 LBB0_531: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_532 LBB0_532: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_533 LBB0_533: ## in Loop: Header=BB0_471 Depth=5 jmp LBB0_534 LBB0_534: ## in Loop: Header=BB0_471 Depth=5 cmpl $0, -1740(%rbp) jg LBB0_543 ## %bb.535: ## in Loop: Header=BB0_461 Depth=4 movl $0, -1812(%rbp) leaq L_.str.343(%rip), %rdi callq _puts movb $1, -1787(%rbp) movb $1, -1813(%rbp) LBB0_536: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## Parent Loop BB0_461 Depth=4 ## => This Inner Loop Header: Depth=5 testb $1, -1813(%rbp) je LBB0_542 ## %bb.537: ## in Loop: Header=BB0_536 Depth=5 leaq L_.str.344(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1812(%rbp), %rsi callq _scanf movl -1812(%rbp), %eax movl %eax, -2148(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_538 jmp LBB0_1119 LBB0_1119: ## in Loop: Header=BB0_536 Depth=5 movl -2148(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_539 jmp LBB0_540 LBB0_538: ## in Loop: Header=BB0_536 Depth=5 leaq L_.str.345(%rip), %rdi callq _puts movb $0, -1813(%rbp) jmp LBB0_541 LBB0_539: ## in Loop: Header=BB0_536 Depth=5 leaq L_.str.346(%rip), %rdi callq _puts movb $0, -1813(%rbp) movb $0, -1721(%rbp) jmp LBB0_541 LBB0_540: ## in Loop: Header=BB0_536 Depth=5 leaq L_.str.347(%rip), %rdi callq _puts LBB0_541: ## in Loop: Header=BB0_536 Depth=5 jmp LBB0_536 LBB0_542: ## in Loop: Header=BB0_461 Depth=4 jmp LBB0_544 LBB0_543: ## in Loop: Header=BB0_471 Depth=5 leaq L_.str.318(%rip), %rdi callq _puts jmp LBB0_471 LBB0_544: ## in Loop: Header=BB0_461 Depth=4 movb -1787(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $1, %eax jne LBB0_546 ## %bb.545: ## in Loop: Header=BB0_461 Depth=4 movb $0, -1765(%rbp) LBB0_546: ## in Loop: Header=BB0_461 Depth=4 movl -1776(%rbp), %eax movl %eax, -1728(%rbp) ## %bb.547: ## in Loop: Header=BB0_461 Depth=4 movl -1776(%rbp), %eax addl $1, %eax movl %eax, -1776(%rbp) jmp LBB0_461 LBB0_548: ## in Loop: Header=BB0_447 Depth=3 cmpl $5, -1728(%rbp) jne LBB0_563 ## %bb.549: ## in Loop: Header=BB0_447 Depth=3 cmpl $0, -1740(%rbp) jle LBB0_563 ## %bb.550: ## in Loop: Header=BB0_447 Depth=3 leaq -272(%rbp), %rsi leaq L_.str.348(%rip), %rdi movb $0, %al callq _printf leaq -272(%rbp), %rsi leaq L_.str.349(%rip), %rdi movb $0, %al callq _printf movl -1728(%rbp), %esi leaq L_.str.350(%rip), %rdi movb $0, %al callq _printf movl -1732(%rbp), %esi leaq L_.str.351(%rip), %rdi movb $0, %al callq _printf movl -1736(%rbp), %esi leaq L_.str.352(%rip), %rdi movb $0, %al callq _printf movl -1740(%rbp), %esi leaq L_.str.353(%rip), %rdi movb $0, %al callq _printf movl -1744(%rbp), %esi leaq L_.str.354(%rip), %rdi movb $0, %al callq _printf movl -1748(%rbp), %esi leaq L_.str.355(%rip), %rdi movb $0, %al callq _printf movl $0, -1820(%rbp) movb $1, -1841(%rbp) LBB0_551: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## => This Loop Header: Depth=4 ## Child Loop BB0_556 Depth 5 testb $1, -1841(%rbp) je LBB0_562 ## %bb.552: ## in Loop: Header=BB0_551 Depth=4 leaq L_.str.356(%rip), %rdi callq _puts leaq L_.str.357(%rip), %rdi callq _puts leaq L_.str.358(%rip), %rdi callq _puts leaq L_.str.359(%rip), %rdi callq _puts leaq L_.str.360(%rip), %rdi callq _puts leaq L_.str.13(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1820(%rbp), %rsi callq _scanf movl -1820(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2160(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_560 ## %bb.1116: ## in Loop: Header=BB0_551 Depth=4 movq -2160(%rbp), %rax ## 8-byte Reload leaq LJTI0_3(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_553: ## in Loop: Header=BB0_551 Depth=4 movb $0, -1841(%rbp) jmp LBB0_561 LBB0_554: ## in Loop: Header=BB0_551 Depth=4 leaq L_.str.361(%rip), %rdi callq _puts leaq L_.str.362(%rip), %rdi leaq L_.str.363(%rip), %rsi callq _fopen movq %rax, -1840(%rbp) movq -1840(%rbp), %rdi leaq -272(%rbp), %rdx leaq L_.str.364(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1728(%rbp), %edx leaq L_.str.350(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1732(%rbp), %edx leaq L_.str.351(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1736(%rbp), %edx leaq L_.str.352(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1740(%rbp), %edx leaq L_.str.353(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1744(%rbp), %edx leaq L_.str.354(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi movl -1748(%rbp), %edx leaq L_.str.355(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi leaq L_.str.365(%rip), %rsi movb $0, %al callq _fprintf movq -1840(%rbp), %rdi callq _fclose jmp LBB0_561 LBB0_555: ## in Loop: Header=BB0_551 Depth=4 leaq L_.str.366(%rip), %rdi callq _puts leaq L_.str.362(%rip), %rdi leaq L_.str.367(%rip), %rsi callq _fopen movq %rax, -1832(%rbp) LBB0_556: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_428 Depth=2 ## Parent Loop BB0_447 Depth=3 ## Parent Loop BB0_551 Depth=4 ## => This Inner Loop Header: Depth=5 movq -1832(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB0_557 jmp LBB0_558 LBB0_557: ## in Loop: Header=BB0_556 Depth=5 movq -1832(%rbp), %rdi leaq -1168(%rbp), %rdx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fscanf leaq -1168(%rbp), %rsi leaq L_.str.337(%rip), %rdi movb $0, %al callq _printf jmp LBB0_556 LBB0_558: ## in Loop: Header=BB0_551 Depth=4 movq -1832(%rbp), %rdi callq _fclose jmp LBB0_561 LBB0_559: ## in Loop: Header=BB0_551 Depth=4 leaq L_.str.368(%rip), %rdi callq _puts movb $0, -1841(%rbp) movb $0, -1721(%rbp) jmp LBB0_561 LBB0_560: ## in Loop: Header=BB0_551 Depth=4 leaq L_.str.369(%rip), %rdi callq _puts LBB0_561: ## in Loop: Header=BB0_551 Depth=4 jmp LBB0_551 LBB0_562: ## in Loop: Header=BB0_447 Depth=3 jmp LBB0_563 LBB0_563: ## in Loop: Header=BB0_447 Depth=3 leaq L_.str.318(%rip), %rdi callq _puts jmp LBB0_447 LBB0_564: ## in Loop: Header=BB0_428 Depth=2 jmp LBB0_428 LBB0_565: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_566: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_567 LBB0_567: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_569 ## %bb.568: ## in Loop: Header=BB0_567 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.370(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_567 LBB0_569: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_570: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_571 LBB0_571: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_588 ## %bb.572: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.371(%rip), %rdi callq _puts leaq L_.str.372(%rip), %rdi callq _puts leaq L_.str.373(%rip), %rdi callq _puts leaq L_.str.374(%rip), %rdi callq _puts leaq L_.str.375(%rip), %rdi callq _puts leaq L_.str.376(%rip), %rdi callq _puts leaq L_.str.377(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2168(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_586 ## %bb.1112: ## in Loop: Header=BB0_571 Depth=2 movq -2168(%rbp), %rax ## 8-byte Reload leaq LJTI0_2(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_573: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.378(%rip), %rdi callq _puts leaq L_.str.379(%rip), %rdi callq _puts leaq L_.str.380(%rip), %rdi callq _puts leaq L_.str.381(%rip), %rdi callq _puts leaq L_.str.382(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax movl %eax, -2172(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_574 jmp LBB0_1114 LBB0_1114: ## in Loop: Header=BB0_571 Depth=2 movl -2172(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_575 jmp LBB0_1115 LBB0_1115: ## in Loop: Header=BB0_571 Depth=2 movl -2172(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_576 jmp LBB0_577 LBB0_574: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.383(%rip), %rdi callq _puts leaq L_.str.384(%rip), %rdi callq _puts leaq L_.str.385(%rip), %rdi callq _puts leaq L_.str.386(%rip), %rdi callq _puts leaq L_.str.387(%rip), %rdi callq _puts leaq L_.str.388(%rip), %rdi callq _puts leaq L_.str.389(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_578 LBB0_575: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.390(%rip), %rdi callq _puts jmp LBB0_578 LBB0_576: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.391(%rip), %rdi callq _puts leaq L_.str.392(%rip), %rdi callq _puts jmp LBB0_578 LBB0_577: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.393(%rip), %rdi callq _puts LBB0_578: ## in Loop: Header=BB0_571 Depth=2 jmp LBB0_587 LBB0_579: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.394(%rip), %rdi callq _puts jmp LBB0_587 LBB0_580: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.395(%rip), %rdi callq _puts leaq L_.str.396(%rip), %rdi callq _puts leaq L_.str.397(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax movl %eax, -2176(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_581 jmp LBB0_1113 LBB0_1113: ## in Loop: Header=BB0_571 Depth=2 movl -2176(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_582 jmp LBB0_583 LBB0_581: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.398(%rip), %rdi callq _puts jmp LBB0_584 LBB0_582: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.399(%rip), %rdi callq _puts jmp LBB0_584 LBB0_583: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.400(%rip), %rdi callq _puts LBB0_584: ## in Loop: Header=BB0_571 Depth=2 jmp LBB0_587 LBB0_585: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.401(%rip), %rdi callq _puts leaq L_.str.402(%rip), %rdi callq _puts jmp LBB0_587 LBB0_586: ## in Loop: Header=BB0_571 Depth=2 leaq L_.str.403(%rip), %rdi movb $0, %al callq _printf LBB0_587: ## in Loop: Header=BB0_571 Depth=2 jmp LBB0_571 LBB0_588: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_589 LBB0_589: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_590 LBB0_590: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_592 ## %bb.591: ## in Loop: Header=BB0_590 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_590 LBB0_592: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_593: ## in Loop: Header=BB0_1 Depth=1 movl $0, -1848(%rbp) movl $0, -1852(%rbp) movl $0, -1856(%rbp) movl $0, -1860(%rbp) leaq L_.str.404(%rip), %rdi callq _puts movl -1856(%rbp), %esi movl -1860(%rbp), %edx leaq L_.str.405(%rip), %rdi movb $0, %al callq _printf leaq L_.str.406(%rip), %rdi callq _puts leaq L_.str.407(%rip), %rdi callq _puts movl $0, -1852(%rbp) LBB0_594: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -1852(%rbp) jge LBB0_601 ## %bb.595: ## in Loop: Header=BB0_594 Depth=2 leaq L_.str.408(%rip), %rdi callq _puts leaq L_.str.409(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -2181(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -2181(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq -1848(%rbp), %rsi callq _scanf movl -1848(%rbp), %eax movl %eax, -2180(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_596 jmp LBB0_1110 LBB0_1110: ## in Loop: Header=BB0_594 Depth=2 movl -2180(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_597 jmp LBB0_1111 LBB0_1111: ## in Loop: Header=BB0_594 Depth=2 movl -2180(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_598 jmp LBB0_599 LBB0_596: ## in Loop: Header=BB0_594 Depth=2 leaq L_.str.410(%rip), %rdi callq _puts jmp LBB0_599 LBB0_597: ## in Loop: Header=BB0_594 Depth=2 leaq L_.str.411(%rip), %rdi callq _puts jmp LBB0_599 LBB0_598: ## in Loop: Header=BB0_594 Depth=2 leaq L_.str.412(%rip), %rdi callq _puts LBB0_599: ## in Loop: Header=BB0_594 Depth=2 jmp LBB0_600 LBB0_600: ## in Loop: Header=BB0_594 Depth=2 movl -1852(%rbp), %eax addl $1, %eax movl %eax, -1852(%rbp) jmp LBB0_594 LBB0_601: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_602 LBB0_602: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1848(%rbp) je LBB0_604 ## %bb.603: ## in Loop: Header=BB0_602 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1848(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_602 LBB0_604: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_605: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_606 LBB0_606: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_774 ## %bb.607: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.413(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -1868(%rbp) callq _rand movl $4, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -1872(%rbp) leaq L_.str.414(%rip), %rdi movb $0, %al callq _printf leaq L_.str.415(%rip), %rdi movb $0, %al callq _printf leaq L_.str.416(%rip), %rdi movb $0, %al callq _printf leaq L_.str.417(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf LBB0_608: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -1864(%rbp) je LBB0_765 ## %bb.609: ## in Loop: Header=BB0_608 Depth=2 cmpl $1, -1864(%rbp) jne LBB0_686 ## %bb.610: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.418(%rip), %rdi movb $0, %al callq _printf leaq L_.str.419(%rip), %rdi movb $0, %al callq _printf leaq L_.str.420(%rip), %rdi movb $0, %al callq _printf leaq L_.str.421(%rip), %rdi movb $0, %al callq _printf cmpl $1, -1864(%rbp) jne LBB0_647 ## %bb.611: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.422(%rip), %rdi movb $0, %al callq _printf leaq L_.str.423(%rip), %rdi movb $0, %al callq _printf leaq L_.str.424(%rip), %rdi movb $0, %al callq _printf leaq L_.str.425(%rip), %rdi movb $0, %al callq _printf leaq L_.str.426(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_628 ## %bb.612: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.428(%rip), %rdi movb $0, %al callq _printf leaq L_.str.429(%rip), %rdi movb $0, %al callq _printf leaq L_.str.430(%rip), %rdi movb $0, %al callq _printf leaq L_.str.431(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.433(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_619 ## %bb.613: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_615 ## %bb.614: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.440(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower jmp LBB0_765 LBB0_615: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_617 ## %bb.616: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.442(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_617: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_618 LBB0_618: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_627 LBB0_619: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_626 ## %bb.620: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.443(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_622 ## %bb.621: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.444(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_622: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_624 ## %bb.623: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.445(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_624: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_625 LBB0_625: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_626 LBB0_626: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_627 LBB0_627: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_646 LBB0_628: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_645 ## %bb.629: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.446(%rip), %rdi movb $0, %al callq _printf leaq L_.str.447(%rip), %rdi movb $0, %al callq _printf leaq L_.str.448(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.449(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_636 ## %bb.630: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_632 ## %bb.631: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.450(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_632: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_634 ## %bb.633: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.451(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_634: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_635 LBB0_635: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_644 LBB0_636: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_643 ## %bb.637: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.452(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_639 ## %bb.638: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.450(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_639: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_641 ## %bb.640: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.451(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_641: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_642 LBB0_642: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_643 LBB0_643: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_644 LBB0_644: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_645 LBB0_645: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_646 LBB0_646: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_685 LBB0_647: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_684 ## %bb.648: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.453(%rip), %rdi movb $0, %al callq _printf leaq L_.str.423(%rip), %rdi movb $0, %al callq _printf leaq L_.str.454(%rip), %rdi movb $0, %al callq _printf leaq L_.str.455(%rip), %rdi movb $0, %al callq _printf leaq L_.str.426(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_665 ## %bb.649: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.456(%rip), %rdi movb $0, %al callq _printf leaq L_.str.429(%rip), %rdi movb $0, %al callq _printf leaq L_.str.430(%rip), %rdi movb $0, %al callq _printf leaq L_.str.457(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.433(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_656 ## %bb.650: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_652 ## %bb.651: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.458(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_652: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_654 ## %bb.653: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.459(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_654: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_655 LBB0_655: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_664 LBB0_656: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_663 ## %bb.657: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.443(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_659 ## %bb.658: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.458(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_659: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_661 ## %bb.660: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.459(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_661: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_662 LBB0_662: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_663 LBB0_663: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_664 LBB0_664: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_683 LBB0_665: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_682 ## %bb.666: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.460(%rip), %rdi movb $0, %al callq _printf leaq L_.str.447(%rip), %rdi movb $0, %al callq _printf leaq L_.str.461(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.449(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_673 ## %bb.667: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_669 ## %bb.668: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.462(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_669: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_671 ## %bb.670: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.451(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_671: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_672 LBB0_672: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_681 LBB0_673: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_680 ## %bb.674: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.463(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.427(%rip), %rdi movb $0, %al callq _printf movl -1872(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_676 ## %bb.675: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.462(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_676: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_678 ## %bb.677: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.451(%rip), %rdi movb $0, %al callq _printf leaq L_.str.441(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_678: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_679 LBB0_679: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_680 LBB0_680: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_681 LBB0_681: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_682 LBB0_682: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_683 LBB0_683: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_684 LBB0_684: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_685 LBB0_685: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_764 LBB0_686: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_763 ## %bb.687: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.464(%rip), %rdi movb $0, %al callq _printf leaq L_.str.465(%rip), %rdi movb $0, %al callq _printf leaq L_.str.466(%rip), %rdi movb $0, %al callq _printf leaq L_.str.467(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1864(%rbp) jne LBB0_724 ## %bb.688: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.468(%rip), %rdi movb $0, %al callq _printf leaq L_.str.423(%rip), %rdi movb $0, %al callq _printf leaq L_.str.469(%rip), %rdi movb $0, %al callq _printf leaq L_.str.470(%rip), %rdi movb $0, %al callq _printf leaq L_.str.426(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_705 ## %bb.689: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.472(%rip), %rdi movb $0, %al callq _printf leaq L_.str.429(%rip), %rdi movb $0, %al callq _printf leaq L_.str.430(%rip), %rdi movb $0, %al callq _printf leaq L_.str.473(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.433(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_696 ## %bb.690: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_692 ## %bb.691: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.474(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_692: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_694 ## %bb.693: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.476(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_694: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_695 LBB0_695: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_704 LBB0_696: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_703 ## %bb.697: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.443(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_699 ## %bb.698: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.474(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_699: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_701 ## %bb.700: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.476(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_701: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_702 LBB0_702: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_703 LBB0_703: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_704 LBB0_704: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_723 LBB0_705: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_722 ## %bb.706: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.477(%rip), %rdi movb $0, %al callq _printf leaq L_.str.478(%rip), %rdi movb $0, %al callq _printf leaq L_.str.473(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.449(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_713 ## %bb.707: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_709 ## %bb.708: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.479(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_709: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_711 ## %bb.710: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.480(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_711: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_712 LBB0_712: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_721 LBB0_713: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_720 ## %bb.714: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.463(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_716 ## %bb.715: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.479(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_716: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_718 ## %bb.717: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.480(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_718: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_719 LBB0_719: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_720 LBB0_720: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_721 LBB0_721: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_722 LBB0_722: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_723 LBB0_723: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_762 LBB0_724: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_761 ## %bb.725: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.481(%rip), %rdi movb $0, %al callq _printf leaq L_.str.423(%rip), %rdi movb $0, %al callq _printf leaq L_.str.482(%rip), %rdi movb $0, %al callq _printf leaq L_.str.483(%rip), %rdi movb $0, %al callq _printf leaq L_.str.426(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1864(%rbp) jne LBB0_742 ## %bb.726: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.484(%rip), %rdi movb $0, %al callq _printf leaq L_.str.429(%rip), %rdi movb $0, %al callq _printf leaq L_.str.430(%rip), %rdi movb $0, %al callq _printf leaq L_.str.485(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.433(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_733 ## %bb.727: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_729 ## %bb.728: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.486(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_729: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_731 ## %bb.730: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.487(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_731: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_732 LBB0_732: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_741 LBB0_733: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_740 ## %bb.734: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.443(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_736 ## %bb.735: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.486(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_736: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_738 ## %bb.737: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.487(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_738: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_739 LBB0_739: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_740 LBB0_740: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_741 LBB0_741: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_760 LBB0_742: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_759 ## %bb.743: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.488(%rip), %rdi movb $0, %al callq _printf leaq L_.str.447(%rip), %rdi movb $0, %al callq _printf leaq L_.str.461(%rip), %rdi movb $0, %al callq _printf leaq L_.str.432(%rip), %rdi movb $0, %al callq _printf leaq L_.str.449(%rip), %rdi movb $0, %al callq _printf leaq L_.str.434(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_750 ## %bb.744: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.435(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower cmpl $1, -1864(%rbp) jne LBB0_746 ## %bb.745: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.489(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_746: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_748 ## %bb.747: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.490(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_748: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_749 LBB0_749: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_753 LBB0_750: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_752 ## %bb.751: ## in Loop: Header=BB0_608 Depth=2 leaq L_.str.463(%rip), %rdi movb $0, %al callq _printf leaq L_.str.436(%rip), %rdi movb $0, %al callq _printf leaq L_.str.437(%rip), %rdi movb $0, %al callq _printf leaq L_.str.438(%rip), %rdi movb $0, %al callq _printf leaq L_.str.439(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1864(%rbp), %rsi movb $0, %al callq _scanf movl -1868(%rbp), %eax addl $1, %eax movl %eax, -1868(%rbp) leaq L_.str.471(%rip), %rdi movb $0, %al callq _printf movl -1868(%rbp), %edi callq _weaponPower LBB0_752: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_753 LBB0_753: ## in Loop: Header=BB0_608 Depth=2 cmpl $1, -1864(%rbp) jne LBB0_755 ## %bb.754: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.489(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_755: ## in Loop: Header=BB0_608 Depth=2 cmpl $2, -1864(%rbp) jne LBB0_757 ## %bb.756: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.490(%rip), %rdi movb $0, %al callq _printf leaq L_.str.475(%rip), %rdi movb $0, %al callq _printf jmp LBB0_765 LBB0_757: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_758 LBB0_758: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_759 LBB0_759: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_760 LBB0_760: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_761 LBB0_761: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_762 LBB0_762: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_763 LBB0_763: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_764 LBB0_764: ## in Loop: Header=BB0_608 Depth=2 jmp LBB0_608 LBB0_765: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.491(%rip), %rdi movb $0, %al callq _printf movl $0, -1876(%rbp) LBB0_766: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $20, -1876(%rbp) jge LBB0_769 ## %bb.767: ## in Loop: Header=BB0_766 Depth=2 leaq L_.str.492(%rip), %rdi movb $0, %al callq _printf ## %bb.768: ## in Loop: Header=BB0_766 Depth=2 movl -1876(%rbp), %eax addl $1, %eax movl %eax, -1876(%rbp) jmp LBB0_766 LBB0_769: ## in Loop: Header=BB0_1 Depth=1 movq L___const.main.creatorName(%rip), %rax movq %rax, -1176(%rbp) movl $0, -1876(%rbp) LBB0_770: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movslq -1876(%rbp), %rax movq %rax, -2192(%rbp) ## 8-byte Spill leaq -1176(%rbp), %rdi callq _strlen movq %rax, %rcx movq -2192(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_773 ## %bb.771: ## in Loop: Header=BB0_770 Depth=2 movslq -1876(%rbp), %rax movsbl -1176(%rbp,%rax), %esi leaq L_.str.493(%rip), %rdi movb $0, %al callq _printf ## %bb.772: ## in Loop: Header=BB0_770 Depth=2 movl -1876(%rbp), %eax addl $1, %eax movl %eax, -1876(%rbp) jmp LBB0_770 LBB0_773: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.494(%rip), %rdi leaq L_.str.495(%rip), %rsi callq _fopen movq %rax, -1888(%rbp) leaq L_.str.494(%rip), %rdi leaq L_.str.363(%rip), %rsi callq _fopen movq %rax, -1896(%rbp) leaq L_.str.496(%rip), %rdi movb $0, %al callq _printf movq -1896(%rbp), %rdi leaq L_.str.497(%rip), %rsi movb $0, %al callq _fprintf movq -1896(%rbp), %rdi callq _fclose movq -1888(%rbp), %rdi callq _fclose LBB0_774: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_775: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_776 LBB0_776: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_802 ## %bb.777: ## in Loop: Header=BB0_776 Depth=2 leaq -1408(%rbp), %rdi leaq l___const.main.riddleoptions(%rip), %rsi movl $225, %edx callq _memcpy leaq L_.str.498(%rip), %rdi movb $0, %al callq _printf leaq L_.str.499(%rip), %rdi callq _puts leaq L_.str.500(%rip), %rdi callq _puts leaq L_.str.501(%rip), %rdi callq _puts leaq L_.str.502(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_789 ## %bb.778: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_779 LBB0_779: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_788 ## %bb.780: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.503(%rip), %rdi movb $0, %al callq _printf leaq L_.str.504(%rip), %rdi callq _puts leaq L_.str.505(%rip), %rdi callq _puts leaq L_.str.506(%rip), %rdi callq _puts leaq L_.str.507(%rip), %rdi callq _puts movl $9, -1904(%rbp) movl $0, -1900(%rbp) LBB0_781: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -1900(%rbp), %eax cmpl -1904(%rbp), %eax jge LBB0_784 ## %bb.782: ## in Loop: Header=BB0_781 Depth=2 movl -1900(%rbp), %esi addl $1, %esi movslq -1900(%rbp), %rax leaq -1408(%rbp), %rdx imulq $25, %rax, %rax addq %rax, %rdx leaq L_.str.508(%rip), %rdi movb $0, %al callq _printf ## %bb.783: ## in Loop: Header=BB0_781 Depth=2 movl -1900(%rbp), %eax addl $1, %eax movl %eax, -1900(%rbp) jmp LBB0_781 LBB0_784: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $7, -1508(%rbp) jne LBB0_786 ## %bb.785: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.509(%rip), %rdi callq _puts leaq L_.str.510(%rip), %rdi movb $0, %al callq _printf jmp LBB0_787 LBB0_786: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.511(%rip), %rdi callq _puts leaq L_.str.512(%rip), %rdi callq _puts leaq L_.str.513(%rip), %rdi movb $0, %al callq _printf LBB0_787: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_788 LBB0_788: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_802 LBB0_789: ## in Loop: Header=BB0_776 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_791 ## %bb.790: ## in Loop: Header=BB0_776 Depth=2 leaq L_.str.514(%rip), %rdi leaq L_.str.495(%rip), %rsi callq _fopen movq %rax, -1928(%rbp) movq -1928(%rbp), %rdi leaq L_.str.515(%rip), %rsi movb $0, %al callq _fprintf leaq L_.str.516(%rip), %rdi callq _puts leaq L_.str.517(%rip), %rdi callq _puts leaq L_.str.518(%rip), %rdi callq _puts jmp LBB0_800 LBB0_791: ## in Loop: Header=BB0_776 Depth=2 cmpl $3, -1508(%rbp) jne LBB0_799 ## %bb.792: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_793 LBB0_793: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_798 ## %bb.794: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.519(%rip), %rdi callq _puts leaq L_.str.520(%rip), %rdi callq _puts leaq L_.str.521(%rip), %rdi callq _puts leaq L_.str.522(%rip), %rdi callq _puts xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand callq _rand movl $10, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -1908(%rbp) cvtsi2sdl -1908(%rbp), %xmm0 sqrtsd %xmm0, %xmm0 movsd %xmm0, -1920(%rbp) movl -1908(%rbp), %esi leaq L_.str.523(%rip), %rdi movb $0, %al callq _printf movsd -1920(%rbp), %xmm0 ## xmm0 = mem[0],zero sqrtsd %xmm0, %xmm0 leaq L_.str.524(%rip), %rdi movb $1, %al callq _printf movsd -1920(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero callq _pow leaq L_.str.525(%rip), %rdi movb $1, %al callq _printf movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -1920(%rbp), %xmm0 leaq L_.str.526(%rip), %rdi movb $1, %al callq _printf movsd -1920(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.527(%rip), %rdi movb $1, %al callq _printf leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $4, -1508(%rbp) je LBB0_796 ## %bb.795: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.528(%rip), %rdi callq _puts leaq L_.str.529(%rip), %rdi callq _puts leaq L_.str.530(%rip), %rdi movb $0, %al callq _printf jmp LBB0_797 LBB0_796: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.531(%rip), %rdi callq _puts leaq L_.str.532(%rip), %rdi callq _puts leaq L_.str.533(%rip), %rdi movb $0, %al callq _printf LBB0_797: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_798 LBB0_798: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_802 LBB0_799: ## in Loop: Header=BB0_776 Depth=2 jmp LBB0_800 LBB0_800: ## in Loop: Header=BB0_776 Depth=2 jmp LBB0_801 LBB0_801: ## in Loop: Header=BB0_776 Depth=2 jmp LBB0_776 LBB0_802: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_803: ## in Loop: Header=BB0_1 Depth=1 leaq -1440(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset leaq -1472(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset leaq -1440(%rbp), %rax movq %rax, -1952(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand leaq L_.str.534(%rip), %rdi callq _puts leaq L_.str.535(%rip), %rdi callq _puts leaq L_.str.536(%rip), %rdi callq _puts leaq L_.str.537(%rip), %rdi callq _puts leaq L_.str.538(%rip), %rdi callq _puts LBB0_804: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_809 Depth 3 ## Child Loop BB0_814 Depth 3 cmpl $99, -1508(%rbp) je LBB0_831 ## %bb.805: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.539(%rip), %rdi callq _puts leaq L_.str.540(%rip), %rdi callq _puts leaq L_.str.541(%rip), %rdi callq _puts leaq L_.str.542(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_807 ## %bb.806: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.543(%rip), %rdi callq _puts leaq L_.str.544(%rip), %rdi callq _puts leaq L_.str.545(%rip), %rdi callq _puts jmp LBB0_830 LBB0_807: ## in Loop: Header=BB0_804 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_828 ## %bb.808: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.546(%rip), %rdi callq _puts movq -1952(%rbp), %rdi callq _randomFill movl $0, -1932(%rbp) LBB0_809: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_804 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $5, -1932(%rbp) jge LBB0_812 ## %bb.810: ## in Loop: Header=BB0_809 Depth=3 movq -1952(%rbp), %rax movl (%rax), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movq -1952(%rbp), %rax addq $4, %rax movq %rax, -1952(%rbp) ## %bb.811: ## in Loop: Header=BB0_809 Depth=3 movl -1932(%rbp), %eax addl $1, %eax movl %eax, -1932(%rbp) jmp LBB0_809 LBB0_812: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.547(%rip), %rdi callq _puts leaq L_.str.548(%rip), %rdi callq _puts leaq L_.str.549(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_823 ## %bb.813: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.550(%rip), %rdi callq _puts movl $0, -1932(%rbp) LBB0_814: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_804 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $5, -1932(%rbp) jge LBB0_817 ## %bb.815: ## in Loop: Header=BB0_814 Depth=3 movslq -1932(%rbp), %rax leaq -1472(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf ## %bb.816: ## in Loop: Header=BB0_814 Depth=3 movl -1932(%rbp), %eax addl $1, %eax movl %eax, -1932(%rbp) jmp LBB0_814 LBB0_817: ## in Loop: Header=BB0_804 Depth=2 movl $0, -1932(%rbp) ## %bb.818: ## in Loop: Header=BB0_804 Depth=2 cmpl $5, -1932(%rbp) jge LBB0_822 ## %bb.819: ## in Loop: Header=BB0_804 Depth=2 movslq -1932(%rbp), %rax movl -1440(%rbp,%rax,4), %eax movslq -1932(%rbp), %rcx cmpl -1472(%rbp,%rcx,4), %eax je LBB0_821 ## %bb.820: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.551(%rip), %rdi callq _puts leaq L_.str.552(%rip), %rdi callq _puts leaq L_.str.553(%rip), %rdi callq _puts jmp LBB0_822 LBB0_821: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.554(%rip), %rdi callq _puts leaq L_.str.555(%rip), %rdi callq _puts leaq L_.str.556(%rip), %rdi callq _puts LBB0_822: ## in Loop: Header=BB0_804 Depth=2 jmp LBB0_827 LBB0_823: ## in Loop: Header=BB0_804 Depth=2 callq _prompt movb %al, -1938(%rbp) movsbl -1938(%rbp), %eax cmpl $121, %eax jne LBB0_825 ## %bb.824: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.557(%rip), %rdi callq _puts jmp LBB0_831 LBB0_825: ## in Loop: Header=BB0_804 Depth=2 leaq L_.str.558(%rip), %rdi callq _puts ## %bb.826: ## in Loop: Header=BB0_804 Depth=2 jmp LBB0_827 LBB0_827: ## in Loop: Header=BB0_804 Depth=2 jmp LBB0_829 LBB0_828: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.559(%rip), %rdi callq _puts leaq L_.str.560(%rip), %rdi callq _puts leaq L_.str.561(%rip), %rdi callq _puts leaq L_.str.562(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf movl -1508(%rbp), %edi callq _room27Output jmp LBB0_831 LBB0_829: ## in Loop: Header=BB0_804 Depth=2 jmp LBB0_830 LBB0_830: ## in Loop: Header=BB0_804 Depth=2 jmp LBB0_804 LBB0_831: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_832: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_833 LBB0_833: ## in Loop: Header=BB0_1 Depth=1 cmpl $99, -1508(%rbp) je LBB0_913 ## %bb.834: ## in Loop: Header=BB0_1 Depth=1 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand callq _rand movl $2, %ecx cltd idivl %ecx movl %edx, -1956(%rbp) leaq L_.str.563(%rip), %rdi callq _puts leaq L_.str.564(%rip), %rdi callq _puts leaq L_.str.565(%rip), %rdi callq _puts leaq L_.str.566(%rip), %rdi callq _puts leaq L_.str.567(%rip), %rdi callq _puts leaq L_.str.568(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_872 ## %bb.835: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.569(%rip), %rdi callq _puts leaq L_.str.570(%rip), %rdi callq _puts leaq L_.str.571(%rip), %rdi callq _puts leaq L_.str.572(%rip), %rdi callq _puts leaq L_.str.565(%rip), %rdi callq _puts leaq L_.str.573(%rip), %rdi callq _puts leaq L_.str.574(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_837 ## %bb.836: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.575(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_837: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_870 ## %bb.838: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.577(%rip), %rdi callq _puts leaq L_.str.578(%rip), %rdi callq _puts leaq L_.str.579(%rip), %rdi callq _puts leaq L_.str.580(%rip), %rdi callq _puts leaq L_.str.581(%rip), %rdi callq _puts leaq L_.str.565(%rip), %rdi callq _puts leaq L_.str.582(%rip), %rdi callq _puts leaq L_.str.583(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_853 ## %bb.839: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.584(%rip), %rdi callq _puts leaq L_.str.585(%rip), %rdi callq _puts leaq L_.str.586(%rip), %rdi callq _puts leaq L_.str.587(%rip), %rdi callq _puts leaq L_.str.588(%rip), %rdi callq _puts leaq L_.str.589(%rip), %rdi callq _puts leaq L_.str.590(%rip), %rdi callq _puts leaq L_.str.591(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_846 ## %bb.840: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.592(%rip), %rdi callq _puts leaq L_.str.593(%rip), %rdi callq _puts leaq L_.str.594(%rip), %rdi callq _puts leaq L_.str.595(%rip), %rdi callq _puts leaq L_.str.596(%rip), %rdi callq _puts leaq L_.str.597(%rip), %rdi callq _puts leaq L_.str.598(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_842 ## %bb.841: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.599(%rip), %rdi callq _puts leaq L_.str.600(%rip), %rdi callq _puts leaq L_.str.601(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_842: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_844 ## %bb.843: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.602(%rip), %rdi callq _puts leaq L_.str.603(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_844: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_845 LBB0_845: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_852 LBB0_846: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_848 ## %bb.847: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.604(%rip), %rdi callq _puts leaq L_.str.605(%rip), %rdi callq _puts leaq L_.str.606(%rip), %rdi callq _puts leaq L_.str.607(%rip), %rdi callq _puts leaq L_.str.608(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_848: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -1508(%rbp) jne LBB0_850 ## %bb.849: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.610(%rip), %rdi callq _puts leaq L_.str.611(%rip), %rdi callq _puts leaq L_.str.612(%rip), %rdi callq _puts leaq L_.str.613(%rip), %rdi callq _puts leaq L_.str.614(%rip), %rdi callq _puts leaq L_.str.615(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_850: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_851 LBB0_851: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_852 LBB0_852: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_869 LBB0_853: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_868 ## %bb.854: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.616(%rip), %rdi callq _puts leaq L_.str.586(%rip), %rdi callq _puts leaq L_.str.587(%rip), %rdi callq _puts leaq L_.str.588(%rip), %rdi callq _puts leaq L_.str.589(%rip), %rdi callq _puts leaq L_.str.590(%rip), %rdi callq _puts leaq L_.str.591(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_861 ## %bb.855: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.617(%rip), %rdi callq _puts leaq L_.str.593(%rip), %rdi callq _puts leaq L_.str.594(%rip), %rdi callq _puts leaq L_.str.595(%rip), %rdi callq _puts leaq L_.str.596(%rip), %rdi callq _puts leaq L_.str.597(%rip), %rdi callq _puts leaq L_.str.598(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_857 ## %bb.856: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.599(%rip), %rdi callq _puts leaq L_.str.600(%rip), %rdi callq _puts leaq L_.str.601(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_857: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_859 ## %bb.858: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.602(%rip), %rdi callq _puts leaq L_.str.603(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_859: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_860 LBB0_860: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_867 LBB0_861: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_863 ## %bb.862: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.604(%rip), %rdi callq _puts leaq L_.str.605(%rip), %rdi callq _puts leaq L_.str.606(%rip), %rdi callq _puts leaq L_.str.607(%rip), %rdi callq _puts leaq L_.str.608(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_863: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -1508(%rbp) jne LBB0_865 ## %bb.864: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.610(%rip), %rdi callq _puts leaq L_.str.611(%rip), %rdi callq _puts leaq L_.str.612(%rip), %rdi callq _puts leaq L_.str.613(%rip), %rdi callq _puts leaq L_.str.614(%rip), %rdi callq _puts leaq L_.str.615(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_865: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_866 LBB0_866: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_867 LBB0_867: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_868 LBB0_868: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_869 LBB0_869: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_870 LBB0_870: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_871 LBB0_871: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_912 LBB0_872: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_911 ## %bb.873: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.618(%rip), %rdi callq _puts leaq L_.str.619(%rip), %rdi callq _puts cmpl $0, -1956(%rbp) jne LBB0_875 ## %bb.874: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.620(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_875: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.621(%rip), %rdi callq _puts ## %bb.876: ## in Loop: Header=BB0_1 Depth=1 cmpl $1, -1956(%rbp) jne LBB0_910 ## %bb.877: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_910 ## %bb.878: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.622(%rip), %rdi callq _puts leaq L_.str.623(%rip), %rdi callq _puts leaq L_.str.624(%rip), %rdi callq _puts leaq L_.str.625(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_893 ## %bb.879: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.584(%rip), %rdi callq _puts leaq L_.str.585(%rip), %rdi callq _puts leaq L_.str.586(%rip), %rdi callq _puts leaq L_.str.587(%rip), %rdi callq _puts leaq L_.str.588(%rip), %rdi callq _puts leaq L_.str.589(%rip), %rdi callq _puts leaq L_.str.590(%rip), %rdi callq _puts leaq L_.str.591(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_886 ## %bb.880: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.592(%rip), %rdi callq _puts leaq L_.str.593(%rip), %rdi callq _puts leaq L_.str.594(%rip), %rdi callq _puts leaq L_.str.595(%rip), %rdi callq _puts leaq L_.str.596(%rip), %rdi callq _puts leaq L_.str.597(%rip), %rdi callq _puts leaq L_.str.598(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_882 ## %bb.881: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.599(%rip), %rdi callq _puts leaq L_.str.600(%rip), %rdi callq _puts leaq L_.str.601(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_882: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_884 ## %bb.883: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.602(%rip), %rdi callq _puts leaq L_.str.603(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_884: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_885 LBB0_885: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_892 LBB0_886: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_888 ## %bb.887: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.604(%rip), %rdi callq _puts leaq L_.str.605(%rip), %rdi callq _puts leaq L_.str.606(%rip), %rdi callq _puts leaq L_.str.607(%rip), %rdi callq _puts leaq L_.str.608(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_888: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -1508(%rbp) jne LBB0_890 ## %bb.889: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.610(%rip), %rdi callq _puts leaq L_.str.611(%rip), %rdi callq _puts leaq L_.str.612(%rip), %rdi callq _puts leaq L_.str.613(%rip), %rdi callq _puts leaq L_.str.614(%rip), %rdi callq _puts leaq L_.str.615(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_890: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_891 LBB0_891: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_892 LBB0_892: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_909 LBB0_893: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_908 ## %bb.894: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.616(%rip), %rdi callq _puts leaq L_.str.586(%rip), %rdi callq _puts leaq L_.str.587(%rip), %rdi callq _puts leaq L_.str.588(%rip), %rdi callq _puts leaq L_.str.589(%rip), %rdi callq _puts leaq L_.str.590(%rip), %rdi callq _puts leaq L_.str.591(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_901 ## %bb.895: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.617(%rip), %rdi callq _puts leaq L_.str.593(%rip), %rdi callq _puts leaq L_.str.594(%rip), %rdi callq _puts leaq L_.str.595(%rip), %rdi callq _puts leaq L_.str.596(%rip), %rdi callq _puts leaq L_.str.597(%rip), %rdi callq _puts leaq L_.str.598(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_897 ## %bb.896: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.599(%rip), %rdi callq _puts leaq L_.str.600(%rip), %rdi callq _puts leaq L_.str.601(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_897: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_899 ## %bb.898: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.602(%rip), %rdi callq _puts leaq L_.str.603(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_899: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_900 LBB0_900: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_907 LBB0_901: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -1508(%rbp) jne LBB0_903 ## %bb.902: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.604(%rip), %rdi callq _puts leaq L_.str.605(%rip), %rdi callq _puts leaq L_.str.606(%rip), %rdi callq _puts leaq L_.str.607(%rip), %rdi callq _puts leaq L_.str.608(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_903: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -1508(%rbp) jne LBB0_905 ## %bb.904: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.610(%rip), %rdi callq _puts leaq L_.str.611(%rip), %rdi callq _puts leaq L_.str.612(%rip), %rdi callq _puts leaq L_.str.613(%rip), %rdi callq _puts leaq L_.str.614(%rip), %rdi callq _puts leaq L_.str.615(%rip), %rdi callq _puts leaq L_.str.609(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts movl $99, -1508(%rbp) jmp LBB0_913 LBB0_905: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_906 LBB0_906: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_907 LBB0_907: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_908 LBB0_908: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_909 LBB0_909: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_910 LBB0_910: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_911 LBB0_911: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_912 LBB0_912: ## in Loop: Header=BB0_1 Depth=1 movl $99, -1508(%rbp) LBB0_913: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_914 LBB0_914: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_915 LBB0_915: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_917 ## %bb.916: ## in Loop: Header=BB0_915 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_915 LBB0_917: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_918: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_919 LBB0_919: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_921 Depth 3 ## Child Loop BB0_934 Depth 3 cmpl $99, -1508(%rbp) je LBB0_951 ## %bb.920: ## in Loop: Header=BB0_919 Depth=2 leaq L_.str.626(%rip), %rdi callq _puts leaq L_.str.627(%rip), %rdi callq _puts leaq L_.str.628(%rip), %rdi callq _puts leaq L_.str.629(%rip), %rdi callq _puts leaq L_.str.630(%rip), %rdi callq _puts leaq L_.str.631(%rip), %rdi callq _puts leaq L_.str.632(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf LBB0_921: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_919 Depth=2 ## => This Inner Loop Header: Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1508(%rbp) movb %al, -2193(%rbp) ## 1-byte Spill je LBB0_925 ## %bb.922: ## in Loop: Header=BB0_921 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1508(%rbp) movb %al, -2193(%rbp) ## 1-byte Spill je LBB0_925 ## %bb.923: ## in Loop: Header=BB0_921 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $3, -1508(%rbp) movb %al, -2193(%rbp) ## 1-byte Spill je LBB0_925 ## %bb.924: ## in Loop: Header=BB0_921 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2193(%rbp) ## 1-byte Spill LBB0_925: ## in Loop: Header=BB0_921 Depth=3 movb -2193(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_926 jmp LBB0_927 LBB0_926: ## in Loop: Header=BB0_921 Depth=3 leaq L_.str.633(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_921 LBB0_927: ## in Loop: Header=BB0_919 Depth=2 cmpl $1, -1508(%rbp) jne LBB0_929 ## %bb.928: ## in Loop: Header=BB0_919 Depth=2 leaq L_.str.634(%rip), %rdi callq _puts leaq L_.str.635(%rip), %rdi callq _puts leaq L_.str.636(%rip), %rdi callq _puts LBB0_929: ## in Loop: Header=BB0_919 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_931 ## %bb.930: ## in Loop: Header=BB0_919 Depth=2 leaq L_.str.637(%rip), %rdi callq _puts leaq L_.str.638(%rip), %rdi callq _puts leaq L_.str.639(%rip), %rdi callq _puts LBB0_931: ## in Loop: Header=BB0_919 Depth=2 cmpl $3, -1508(%rbp) jne LBB0_933 ## %bb.932: ## in Loop: Header=BB0_919 Depth=2 leaq L_.str.640(%rip), %rdi callq _puts leaq L_.str.641(%rip), %rdi movb $0, %al callq _printf LBB0_933: ## in Loop: Header=BB0_919 Depth=2 movl $10, -1960(%rbp) LBB0_934: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_919 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $0, -1960(%rbp) je LBB0_950 ## %bb.935: ## in Loop: Header=BB0_934 Depth=3 movl -1960(%rbp), %esi leaq L_.str.642(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -2209(%rbp) ## 1-byte Spill callq _printf leaq L_.str.643(%rip), %rdi callq _puts leaq L_.str.644(%rip), %rdi callq _puts leaq L_.str.645(%rip), %rdi callq _puts leaq L_.str.646(%rip), %rdi callq _puts ## kill: def $ecx killed $eax movb -2209(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq -1484(%rbp), %rsi callq _scanf movl -1484(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -2208(%rbp) ## 8-byte Spill subl $3, %eax ja LBB0_949 ## %bb.1109: ## in Loop: Header=BB0_934 Depth=3 movq -2208(%rbp), %rax ## 8-byte Reload leaq LJTI0_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_936: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.647(%rip), %rdi callq _puts leaq L_.str.648(%rip), %rdi callq _puts leaq L_.str.649(%rip), %rdi callq _puts leaq L_.str.650(%rip), %rdi callq _puts leaq L_.str.651(%rip), %rdi callq _puts leaq L_.str.652(%rip), %rdi callq _puts leaq L_.str.653(%rip), %rdi callq _puts movl -1960(%rbp), %eax addl $-1, %eax movl %eax, -1960(%rbp) jmp LBB0_949 LBB0_937: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.654(%rip), %rdi callq _puts leaq L_.str.655(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1488(%rbp), %rsi movb $0, %al callq _scanf cmpl $1515, -1488(%rbp) ## imm = 0x5EB jne LBB0_939 ## %bb.938: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.656(%rip), %rdi callq _puts LBB0_939: ## in Loop: Header=BB0_934 Depth=3 cmpl $1231, -1488(%rbp) ## imm = 0x4CF jne LBB0_941 ## %bb.940: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.657(%rip), %rdi callq _puts LBB0_941: ## in Loop: Header=BB0_934 Depth=3 cmpl $1515, -1488(%rbp) ## imm = 0x5EB je LBB0_944 ## %bb.942: ## in Loop: Header=BB0_934 Depth=3 cmpl $1231, -1488(%rbp) ## imm = 0x4CF je LBB0_944 ## %bb.943: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.114(%rip), %rdi callq _puts LBB0_944: ## in Loop: Header=BB0_934 Depth=3 movl -1960(%rbp), %eax addl $-1, %eax movl %eax, -1960(%rbp) jmp LBB0_949 LBB0_945: ## in Loop: Header=BB0_934 Depth=3 movl -1960(%rbp), %eax addl $-1, %eax movl %eax, -1960(%rbp) jmp LBB0_949 LBB0_946: ## in Loop: Header=BB0_934 Depth=3 cmpl $0, -1484(%rbp) jne LBB0_948 ## %bb.947: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.658(%rip), %rdi callq _puts movl $99, -1508(%rbp) LBB0_948: ## in Loop: Header=BB0_934 Depth=3 leaq L_.str.659(%rip), %rdi callq _puts movl -1960(%rbp), %eax addl $-1, %eax movl %eax, -1960(%rbp) LBB0_949: ## in Loop: Header=BB0_934 Depth=3 jmp LBB0_934 LBB0_950: ## in Loop: Header=BB0_919 Depth=2 leaq L_.str.660(%rip), %rdi callq _puts jmp LBB0_919 LBB0_951: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_952: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_953 LBB0_953: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_955 ## %bb.954: ## in Loop: Header=BB0_953 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_953 LBB0_955: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_956: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_957 LBB0_957: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_964 ## %bb.958: ## in Loop: Header=BB0_957 Depth=2 leaq L_.str.661(%rip), %rdi callq _puts leaq L_.str.662(%rip), %rdi callq _puts leaq L_.str.663(%rip), %rdi callq _puts leaq L_.str.664(%rip), %rdi leaq -1509(%rbp), %rsi movb $0, %al callq _scanf movsbl -1509(%rbp), %eax cmpl $121, %eax jne LBB0_960 ## %bb.959: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.665(%rip), %rdi callq _puts leaq L_.str.666(%rip), %rdi callq _puts leaq L_.str.667(%rip), %rdi callq _puts leaq L_.str.668(%rip), %rdi callq _puts leaq L_.str.669(%rip), %rdi callq _puts leaq L_.str.670(%rip), %rdi callq _puts jmp LBB0_964 LBB0_960: ## in Loop: Header=BB0_957 Depth=2 movsbl -1509(%rbp), %eax cmpl $110, %eax jne LBB0_962 ## %bb.961: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.671(%rip), %rdi callq _puts jmp LBB0_964 LBB0_962: ## in Loop: Header=BB0_957 Depth=2 jmp LBB0_963 LBB0_963: ## in Loop: Header=BB0_957 Depth=2 jmp LBB0_957 LBB0_964: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_965: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_966 LBB0_966: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_968 ## %bb.967: ## in Loop: Header=BB0_966 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_966 LBB0_968: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_969: ## in Loop: Header=BB0_1 Depth=1 movl $0, -1964(%rbp) LBB0_970: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_974 Depth 3 ## Child Loop BB0_993 Depth 3 ## Child Loop BB0_1012 Depth 3 ## Child Loop BB0_1031 Depth 3 ## Child Loop BB0_1050 Depth 3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $99, -1508(%rbp) movb %al, -2210(%rbp) ## 1-byte Spill je LBB0_972 ## %bb.971: ## in Loop: Header=BB0_970 Depth=2 cmpl $1, -1964(%rbp) setne %al movb %al, -2210(%rbp) ## 1-byte Spill LBB0_972: ## in Loop: Header=BB0_970 Depth=2 movb -2210(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_973 jmp LBB0_1072 LBB0_973: ## in Loop: Header=BB0_970 Depth=2 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.672(%rip), %rdi movb $0, %al callq _printf leaq L_.str.673(%rip), %rdi movb $0, %al callq _printf LBB0_974: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_970 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.674(%rip), %rdi movb $0, %al callq _printf leaq L_.str.675(%rip), %rdi movb $0, %al callq _printf leaq L_.str.676(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -1968(%rbp), %rsi movb $0, %al callq _scanf movl $1, -1964(%rbp) movl -1968(%rbp), %eax movl %eax, -1508(%rbp) cmpl $1, -1968(%rbp) jne LBB0_976 ## %bb.975: ## in Loop: Header=BB0_974 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.678(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.679(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_984 LBB0_976: ## in Loop: Header=BB0_974 Depth=3 cmpl $2, -1968(%rbp) jne LBB0_978 ## %bb.977: ## in Loop: Header=BB0_974 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.680(%rip), %rdi movb $0, %al callq _printf jmp LBB0_983 LBB0_978: ## in Loop: Header=BB0_974 Depth=3 cmpl $1, -1968(%rbp) je LBB0_982 ## %bb.979: ## in Loop: Header=BB0_974 Depth=3 cmpl $2, -1968(%rbp) je LBB0_982 ## %bb.980: ## in Loop: Header=BB0_974 Depth=3 cmpl $99, -1508(%rbp) je LBB0_982 ## %bb.981: ## in Loop: Header=BB0_974 Depth=3 leaq L_.str.681(%rip), %rdi movb $0, %al callq _printf LBB0_982: ## in Loop: Header=BB0_974 Depth=3 jmp LBB0_983 LBB0_983: ## in Loop: Header=BB0_974 Depth=3 jmp LBB0_984 LBB0_984: ## in Loop: Header=BB0_974 Depth=3 jmp LBB0_985 LBB0_985: ## in Loop: Header=BB0_974 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1968(%rbp) movb %al, -2211(%rbp) ## 1-byte Spill je LBB0_988 ## %bb.986: ## in Loop: Header=BB0_974 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1968(%rbp) movb %al, -2211(%rbp) ## 1-byte Spill je LBB0_988 ## %bb.987: ## in Loop: Header=BB0_974 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2211(%rbp) ## 1-byte Spill LBB0_988: ## in Loop: Header=BB0_974 Depth=3 movb -2211(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_974 ## %bb.989: ## in Loop: Header=BB0_970 Depth=2 cmpl $99, -1508(%rbp) jne LBB0_991 ## %bb.990: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1072 LBB0_991: ## in Loop: Header=BB0_970 Depth=2 cmpl $1, -1508(%rbp) je LBB0_1071 ## %bb.992: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_993 LBB0_993: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_970 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.682(%rip), %rdi movb $0, %al callq _printf leaq L_.str.683(%rip), %rdi movb $0, %al callq _printf leaq L_.str.684(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -1968(%rbp), %rsi movb $0, %al callq _scanf movl -1968(%rbp), %eax movl %eax, -1508(%rbp) cmpl $1, -1968(%rbp) jne LBB0_995 ## %bb.994: ## in Loop: Header=BB0_970 Depth=2 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.685(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.679(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1008 LBB0_995: ## in Loop: Header=BB0_993 Depth=3 cmpl $2, -1968(%rbp) jne LBB0_997 ## %bb.996: ## in Loop: Header=BB0_993 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.686(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1002 LBB0_997: ## in Loop: Header=BB0_993 Depth=3 cmpl $1, -1968(%rbp) je LBB0_1001 ## %bb.998: ## in Loop: Header=BB0_993 Depth=3 cmpl $2, -1968(%rbp) je LBB0_1001 ## %bb.999: ## in Loop: Header=BB0_993 Depth=3 cmpl $99, -1508(%rbp) je LBB0_1001 ## %bb.1000: ## in Loop: Header=BB0_993 Depth=3 leaq L_.str.681(%rip), %rdi movb $0, %al callq _printf LBB0_1001: ## in Loop: Header=BB0_993 Depth=3 jmp LBB0_1002 LBB0_1002: ## in Loop: Header=BB0_993 Depth=3 jmp LBB0_1003 LBB0_1003: ## in Loop: Header=BB0_993 Depth=3 jmp LBB0_1004 LBB0_1004: ## in Loop: Header=BB0_993 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1968(%rbp) movb %al, -2212(%rbp) ## 1-byte Spill je LBB0_1007 ## %bb.1005: ## in Loop: Header=BB0_993 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1968(%rbp) movb %al, -2212(%rbp) ## 1-byte Spill je LBB0_1007 ## %bb.1006: ## in Loop: Header=BB0_993 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2212(%rbp) ## 1-byte Spill LBB0_1007: ## in Loop: Header=BB0_993 Depth=3 movb -2212(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_993 LBB0_1008: ## in Loop: Header=BB0_970 Depth=2 cmpl $99, -1508(%rbp) jne LBB0_1010 ## %bb.1009: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1072 LBB0_1010: ## in Loop: Header=BB0_970 Depth=2 cmpl $1, -1508(%rbp) je LBB0_1070 ## %bb.1011: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1012 LBB0_1012: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_970 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.687(%rip), %rdi movb $0, %al callq _printf leaq L_.str.688(%rip), %rdi movb $0, %al callq _printf leaq L_.str.689(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -1968(%rbp), %rsi movb $0, %al callq _scanf movl -1968(%rbp), %eax movl %eax, -1508(%rbp) cmpl $1, -1968(%rbp) jne LBB0_1014 ## %bb.1013: ## in Loop: Header=BB0_1012 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.690(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1022 LBB0_1014: ## in Loop: Header=BB0_1012 Depth=3 cmpl $2, -1968(%rbp) jne LBB0_1016 ## %bb.1015: ## in Loop: Header=BB0_970 Depth=2 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.691(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.679(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1027 LBB0_1016: ## in Loop: Header=BB0_1012 Depth=3 cmpl $1, -1968(%rbp) je LBB0_1020 ## %bb.1017: ## in Loop: Header=BB0_1012 Depth=3 cmpl $2, -1968(%rbp) je LBB0_1020 ## %bb.1018: ## in Loop: Header=BB0_1012 Depth=3 cmpl $99, -1508(%rbp) je LBB0_1020 ## %bb.1019: ## in Loop: Header=BB0_1012 Depth=3 leaq L_.str.681(%rip), %rdi movb $0, %al callq _printf LBB0_1020: ## in Loop: Header=BB0_1012 Depth=3 jmp LBB0_1021 LBB0_1021: ## in Loop: Header=BB0_1012 Depth=3 jmp LBB0_1022 LBB0_1022: ## in Loop: Header=BB0_1012 Depth=3 jmp LBB0_1023 LBB0_1023: ## in Loop: Header=BB0_1012 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1968(%rbp) movb %al, -2213(%rbp) ## 1-byte Spill je LBB0_1026 ## %bb.1024: ## in Loop: Header=BB0_1012 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1968(%rbp) movb %al, -2213(%rbp) ## 1-byte Spill je LBB0_1026 ## %bb.1025: ## in Loop: Header=BB0_1012 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2213(%rbp) ## 1-byte Spill LBB0_1026: ## in Loop: Header=BB0_1012 Depth=3 movb -2213(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_1012 LBB0_1027: ## in Loop: Header=BB0_970 Depth=2 cmpl $99, -1508(%rbp) jne LBB0_1029 ## %bb.1028: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1072 LBB0_1029: ## in Loop: Header=BB0_970 Depth=2 cmpl $2, -1508(%rbp) je LBB0_1069 ## %bb.1030: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1031 LBB0_1031: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_970 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.692(%rip), %rdi movb $0, %al callq _printf leaq L_.str.693(%rip), %rdi movb $0, %al callq _printf leaq L_.str.694(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -1968(%rbp), %rsi movb $0, %al callq _scanf movl -1968(%rbp), %eax movl %eax, -1508(%rbp) cmpl $1, -1968(%rbp) jne LBB0_1033 ## %bb.1032: ## in Loop: Header=BB0_970 Depth=2 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.695(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.679(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1046 LBB0_1033: ## in Loop: Header=BB0_1031 Depth=3 cmpl $2, -1968(%rbp) jne LBB0_1035 ## %bb.1034: ## in Loop: Header=BB0_1031 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.696(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1040 LBB0_1035: ## in Loop: Header=BB0_1031 Depth=3 cmpl $1, -1968(%rbp) je LBB0_1039 ## %bb.1036: ## in Loop: Header=BB0_1031 Depth=3 cmpl $2, -1968(%rbp) je LBB0_1039 ## %bb.1037: ## in Loop: Header=BB0_1031 Depth=3 cmpl $99, -1508(%rbp) je LBB0_1039 ## %bb.1038: ## in Loop: Header=BB0_1031 Depth=3 leaq L_.str.681(%rip), %rdi movb $0, %al callq _printf LBB0_1039: ## in Loop: Header=BB0_1031 Depth=3 jmp LBB0_1040 LBB0_1040: ## in Loop: Header=BB0_1031 Depth=3 jmp LBB0_1041 LBB0_1041: ## in Loop: Header=BB0_1031 Depth=3 jmp LBB0_1042 LBB0_1042: ## in Loop: Header=BB0_1031 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1968(%rbp) movb %al, -2214(%rbp) ## 1-byte Spill je LBB0_1045 ## %bb.1043: ## in Loop: Header=BB0_1031 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1968(%rbp) movb %al, -2214(%rbp) ## 1-byte Spill je LBB0_1045 ## %bb.1044: ## in Loop: Header=BB0_1031 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2214(%rbp) ## 1-byte Spill LBB0_1045: ## in Loop: Header=BB0_1031 Depth=3 movb -2214(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_1031 LBB0_1046: ## in Loop: Header=BB0_970 Depth=2 cmpl $99, -1508(%rbp) jne LBB0_1048 ## %bb.1047: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1072 LBB0_1048: ## in Loop: Header=BB0_970 Depth=2 cmpl $1, -1508(%rbp) je LBB0_1068 ## %bb.1049: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1050 LBB0_1050: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_970 Depth=2 ## => This Inner Loop Header: Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.697(%rip), %rdi movb $0, %al callq _printf leaq L_.str.698(%rip), %rdi movb $0, %al callq _printf leaq L_.str.699(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.677(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -1968(%rbp), %rsi movb $0, %al callq _scanf movl -1968(%rbp), %eax movl %eax, -1508(%rbp) cmpl $1, -1968(%rbp) jne LBB0_1052 ## %bb.1051: ## in Loop: Header=BB0_970 Depth=2 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.700(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.679(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1065 LBB0_1052: ## in Loop: Header=BB0_1050 Depth=3 cmpl $2, -1968(%rbp) jne LBB0_1054 ## %bb.1053: ## in Loop: Header=BB0_1050 Depth=3 leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.701(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.702(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_1059 LBB0_1054: ## in Loop: Header=BB0_1050 Depth=3 cmpl $1, -1968(%rbp) je LBB0_1058 ## %bb.1055: ## in Loop: Header=BB0_1050 Depth=3 cmpl $2, -1968(%rbp) je LBB0_1058 ## %bb.1056: ## in Loop: Header=BB0_1050 Depth=3 cmpl $99, -1508(%rbp) je LBB0_1058 ## %bb.1057: ## in Loop: Header=BB0_1050 Depth=3 leaq L_.str.681(%rip), %rdi movb $0, %al callq _printf LBB0_1058: ## in Loop: Header=BB0_1050 Depth=3 jmp LBB0_1059 LBB0_1059: ## in Loop: Header=BB0_1050 Depth=3 jmp LBB0_1060 LBB0_1060: ## in Loop: Header=BB0_1050 Depth=3 jmp LBB0_1061 LBB0_1061: ## in Loop: Header=BB0_1050 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $1, -1968(%rbp) movb %al, -2215(%rbp) ## 1-byte Spill je LBB0_1064 ## %bb.1062: ## in Loop: Header=BB0_1050 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $2, -1968(%rbp) movb %al, -2215(%rbp) ## 1-byte Spill je LBB0_1064 ## %bb.1063: ## in Loop: Header=BB0_1050 Depth=3 cmpl $99, -1508(%rbp) setne %al movb %al, -2215(%rbp) ## 1-byte Spill LBB0_1064: ## in Loop: Header=BB0_1050 Depth=3 movb -2215(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_1050 LBB0_1065: ## in Loop: Header=BB0_970 Depth=2 cmpl $99, -1508(%rbp) jne LBB0_1067 ## %bb.1066: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1072 LBB0_1067: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1068 LBB0_1068: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1069 LBB0_1069: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1070 LBB0_1070: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_1071 LBB0_1071: ## in Loop: Header=BB0_970 Depth=2 jmp LBB0_970 LBB0_1072: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_1073: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1074 LBB0_1074: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_1076 ## %bb.1075: ## in Loop: Header=BB0_1074 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_1074 LBB0_1076: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_1077: ## in Loop: Header=BB0_1 Depth=1 movl L___const.main.riddle(%rip), %eax movl %eax, -1973(%rbp) movb L___const.main.riddle+4(%rip), %al movb %al, -1969(%rbp) movl $7, -1984(%rbp) leaq -1973(%rbp), %rax movq %rax, -1992(%rbp) LBB0_1078: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_1097 ## %bb.1079: ## in Loop: Header=BB0_1078 Depth=2 leaq L_.str.703(%rip), %rdi callq _puts leaq L_.str.704(%rip), %rdi callq _puts leaq L_.str.705(%rip), %rdi callq _puts leaq L_.str.706(%rip), %rdi callq _puts leaq L_.str.707(%rip), %rdi callq _puts leaq L_.str.708(%rip), %rdi callq _puts leaq L_.str.709(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1508(%rbp), %rsi callq _scanf movl -1508(%rbp), %eax movl %eax, -2220(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_1080 jmp LBB0_1107 LBB0_1107: ## in Loop: Header=BB0_1078 Depth=2 movl -2220(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_1089 jmp LBB0_1108 LBB0_1108: ## in Loop: Header=BB0_1078 Depth=2 movl -2220(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB0_1090 jmp LBB0_1096 LBB0_1080: ## in Loop: Header=BB0_1078 Depth=2 leaq L_.str.710(%rip), %rdi callq _puts leaq L_.str.711(%rip), %rdi callq _puts leaq L_.str.712(%rip), %rdi callq _puts leaq L_.str.713(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_1082 ## %bb.1081: leaq L_.str.714(%rip), %rdi callq _puts leaq L_.str.715(%rip), %rdi callq _puts leaq L_.str.716(%rip), %rdi callq _puts movl -1984(%rbp), %edi callq _problem1 movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1082: ## in Loop: Header=BB0_1078 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_1084 ## %bb.1083: leaq L_.str.717(%rip), %rdi callq _puts leaq L_.str.718(%rip), %rdi callq _puts leaq L_.str.719(%rip), %rdi callq _puts leaq L_.str.720(%rip), %rdi callq _puts leaq L_.str.721(%rip), %rdi callq _puts leaq L_.str.722(%rip), %rdi callq _puts leaq L_.str.723(%rip), %rdi callq _puts leaq L_.str.724(%rip), %rdi callq _puts leaq L_.str.725(%rip), %rdi callq _puts leaq L_.str.726(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1084: ## in Loop: Header=BB0_1078 Depth=2 cmpl $3, -1508(%rbp) jne LBB0_1088 ## %bb.1085: leaq L_.str.727(%rip), %rdi callq _puts leaq L_.str.728(%rip), %rdi callq _puts leaq L_.str.729(%rip), %rdi callq _puts leaq L_.str.730(%rip), %rdi callq _puts leaq L_.str.731(%rip), %rdi callq _puts leaq L_.str.732(%rip), %rdi callq _puts callq _flip callq _flip cmpl $0, %eax jne LBB0_1087 ## %bb.1086: leaq L_.str.733(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1087: leaq L_.str.734(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1088: ## in Loop: Header=BB0_1078 Depth=2 leaq L_.str.735(%rip), %rdi callq _puts jmp LBB0_1096 LBB0_1089: leaq L_.str.736(%rip), %rdi callq _puts leaq L_.str.737(%rip), %rdi callq _puts leaq L_.str.738(%rip), %rdi callq _puts movq -1992(%rbp), %rdi callq _problem2 movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1090: ## in Loop: Header=BB0_1078 Depth=2 leaq L_.str.739(%rip), %rdi callq _puts leaq L_.str.740(%rip), %rdi callq _puts leaq L_.str.741(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -1508(%rbp) jne LBB0_1092 ## %bb.1091: leaq L_.str.742(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1092: ## in Loop: Header=BB0_1078 Depth=2 cmpl $2, -1508(%rbp) jne LBB0_1094 ## %bb.1093: leaq L_.str.743(%rip), %rdi callq _puts leaq L_.str.744(%rip), %rdi callq _puts movl $0, -1476(%rbp) jmp LBB0_1103 LBB0_1094: ## in Loop: Header=BB0_1078 Depth=2 leaq L_.str.745(%rip), %rdi callq _puts ## %bb.1095: ## in Loop: Header=BB0_1078 Depth=2 jmp LBB0_1096 LBB0_1096: ## in Loop: Header=BB0_1078 Depth=2 jmp LBB0_1078 LBB0_1097: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_1098: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1099 LBB0_1099: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -1508(%rbp) je LBB0_1101 ## %bb.1100: ## in Loop: Header=BB0_1099 Depth=2 leaq L_.str.19(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -1508(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_1099 LBB0_1101: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1102 LBB0_1102: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_1103: movl -1476(%rbp), %eax movl %eax, -2224(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_1105 ## %bb.1104: movl -2224(%rbp), %eax ## 4-byte Reload addq $2224, %rsp ## imm = 0x8B0 popq %rbp retq LBB0_1105: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_3, LBB0_3-LJTI0_0 .set L0_0_set_19, LBB0_19-LJTI0_0 .set L0_0_set_35, LBB0_35-LJTI0_0 .set L0_0_set_44, LBB0_44-LJTI0_0 .set L0_0_set_48, LBB0_48-LJTI0_0 .set L0_0_set_52, LBB0_52-LJTI0_0 .set L0_0_set_56, LBB0_56-LJTI0_0 .set L0_0_set_153, LBB0_153-LJTI0_0 .set L0_0_set_178, LBB0_178-LJTI0_0 .set L0_0_set_227, LBB0_227-LJTI0_0 .set L0_0_set_293, LBB0_293-LJTI0_0 .set L0_0_set_325, LBB0_325-LJTI0_0 .set L0_0_set_335, LBB0_335-LJTI0_0 .set L0_0_set_347, LBB0_347-LJTI0_0 .set L0_0_set_407, LBB0_407-LJTI0_0 .set L0_0_set_411, LBB0_411-LJTI0_0 .set L0_0_set_415, LBB0_415-LJTI0_0 .set L0_0_set_419, LBB0_419-LJTI0_0 .set L0_0_set_423, LBB0_423-LJTI0_0 .set L0_0_set_427, LBB0_427-LJTI0_0 .set L0_0_set_566, LBB0_566-LJTI0_0 .set L0_0_set_570, LBB0_570-LJTI0_0 .set L0_0_set_589, LBB0_589-LJTI0_0 .set L0_0_set_593, LBB0_593-LJTI0_0 .set L0_0_set_605, LBB0_605-LJTI0_0 .set L0_0_set_775, LBB0_775-LJTI0_0 .set L0_0_set_803, LBB0_803-LJTI0_0 .set L0_0_set_832, LBB0_832-LJTI0_0 .set L0_0_set_914, LBB0_914-LJTI0_0 .set L0_0_set_918, LBB0_918-LJTI0_0 .set L0_0_set_952, LBB0_952-LJTI0_0 .set L0_0_set_956, LBB0_956-LJTI0_0 .set L0_0_set_965, LBB0_965-LJTI0_0 .set L0_0_set_969, LBB0_969-LJTI0_0 .set L0_0_set_1073, LBB0_1073-LJTI0_0 .set L0_0_set_1077, LBB0_1077-LJTI0_0 .set L0_0_set_1098, LBB0_1098-LJTI0_0 LJTI0_0: .long L0_0_set_3 .long L0_0_set_19 .long L0_0_set_35 .long L0_0_set_44 .long L0_0_set_48 .long L0_0_set_52 .long L0_0_set_56 .long L0_0_set_153 .long L0_0_set_178 .long L0_0_set_227 .long L0_0_set_293 .long L0_0_set_325 .long L0_0_set_335 .long L0_0_set_347 .long L0_0_set_407 .long L0_0_set_411 .long L0_0_set_415 .long L0_0_set_419 .long L0_0_set_423 .long L0_0_set_427 .long L0_0_set_566 .long L0_0_set_570 .long L0_0_set_589 .long L0_0_set_593 .long L0_0_set_605 .long L0_0_set_775 .long L0_0_set_803 .long L0_0_set_832 .long L0_0_set_914 .long L0_0_set_918 .long L0_0_set_952 .long L0_0_set_956 .long L0_0_set_965 .long L0_0_set_969 .long L0_0_set_1073 .long L0_0_set_1077 .long L0_0_set_1098 .set L0_1_set_936, LBB0_936-LJTI0_1 .set L0_1_set_937, LBB0_937-LJTI0_1 .set L0_1_set_945, LBB0_945-LJTI0_1 .set L0_1_set_946, LBB0_946-LJTI0_1 LJTI0_1: .long L0_1_set_936 .long L0_1_set_937 .long L0_1_set_945 .long L0_1_set_946 .set L0_2_set_573, LBB0_573-LJTI0_2 .set L0_2_set_579, LBB0_579-LJTI0_2 .set L0_2_set_580, LBB0_580-LJTI0_2 .set L0_2_set_585, LBB0_585-LJTI0_2 LJTI0_2: .long L0_2_set_573 .long L0_2_set_579 .long L0_2_set_580 .long L0_2_set_585 .set L0_3_set_553, LBB0_553-LJTI0_3 .set L0_3_set_554, LBB0_554-LJTI0_3 .set L0_3_set_555, LBB0_555-LJTI0_3 .set L0_3_set_559, LBB0_559-LJTI0_3 LJTI0_3: .long L0_3_set_553 .long L0_3_set_554 .long L0_3_set_555 .long L0_3_set_559 .set L0_4_set_375, LBB0_375-LJTI0_4 .set L0_4_set_380, LBB0_380-LJTI0_4 .set L0_4_set_385, LBB0_385-LJTI0_4 .set L0_4_set_390, LBB0_390-LJTI0_4 .set L0_4_set_395, LBB0_395-LJTI0_4 .set L0_4_set_400, LBB0_400-LJTI0_4 LJTI0_4: .long L0_4_set_375 .long L0_4_set_380 .long L0_4_set_385 .long L0_4_set_390 .long L0_4_set_395 .long L0_4_set_400 .set L0_5_set_363, LBB0_363-LJTI0_5 .set L0_5_set_364, LBB0_364-LJTI0_5 .set L0_5_set_365, LBB0_365-LJTI0_5 .set L0_5_set_366, LBB0_366-LJTI0_5 .set L0_5_set_367, LBB0_367-LJTI0_5 .set L0_5_set_368, LBB0_368-LJTI0_5 LJTI0_5: .long L0_5_set_363 .long L0_5_set_364 .long L0_5_set_365 .long L0_5_set_366 .long L0_5_set_367 .long L0_5_set_368 .set L0_6_set_156, LBB0_156-LJTI0_6 .set L0_6_set_160, LBB0_160-LJTI0_6 .set L0_6_set_164, LBB0_164-LJTI0_6 .set L0_6_set_168, LBB0_168-LJTI0_6 .set L0_6_set_172, LBB0_172-LJTI0_6 LJTI0_6: .long L0_6_set_156 .long L0_6_set_160 .long L0_6_set_164 .long L0_6_set_168 .long L0_6_set_172 .set L0_7_set_12, LBB0_12-LJTI0_7 .set L0_7_set_13, LBB0_13-LJTI0_7 .set L0_7_set_14, LBB0_14-LJTI0_7 .set L0_7_set_15, LBB0_15-LJTI0_7 .set L0_7_set_16, LBB0_16-LJTI0_7 LJTI0_7: .long L0_7_set_12 .long L0_7_set_13 .long L0_7_set_14 .long L0_7_set_15 .long L0_7_set_16 .end_data_region ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function choice1 LCPI1_0: .quad 0x4018000000000000 ## double 6 LCPI1_1: .quad 0x4020000000000000 ## double 8 LCPI1_2: .quad 0x4000000000000000 ## double 2 .section __TEXT,__text,regular,pure_instructions .globl _choice1 .p2align 4, 0x90 _choice1: ## @choice1 .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 $0, -12(%rbp) movl $0, -16(%rbp) movl -8(%rbp), %esi leaq L_.str.751(%rip), %rdi movl $8, %edx movl $6, %ecx movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf cvtsi2sdl -8(%rbp), %xmm0 movsd %xmm0, -24(%rbp) ## 8-byte Spill movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero callq _pow movaps %xmm0, %xmm1 movsd -24(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero addsd %xmm1, %xmm0 movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero subsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax jne LBB1_2 ## %bb.1: leaq L_.str.752(%rip), %rdi callq _puts movl $0, -4(%rbp) jmp LBB1_3 LBB1_2: movl -12(%rbp), %esi leaq L_.str.753(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) LBB1_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _choice2 ## -- Begin function choice2 .p2align 4, 0x90 _choice2: ## @choice2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -16(%rbp) movl $40, -20(%rbp) movl $0, -28(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -88(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -40(%rbp) 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, -48(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -72(%rbp) ## 8-byte Spill callq ____chkstk_darwin movq -80(%rbp), %rdi ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -72(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -64(%rbp) ## 8-byte Spill movq %rax, -56(%rbp) movq -16(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk leaq L_.str.754(%rip), %rdi callq _puts movq -64(%rbp), %rsi ## 8-byte Reload leaq L_.str.755(%rip), %rdi movb $0, %al callq _scanf movq -64(%rbp), %rdi ## 8-byte Reload callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movl $0, -24(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -28(%rbp), %eax jge LBB2_6 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _isupper cmpl $0, %eax je LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _tolower movl %eax, %ecx movq -64(%rbp), %rax ## 8-byte Reload movb %cl, %dl movslq -24(%rbp), %rcx movb %dl, (%rax,%rcx) LBB2_4: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_5 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB2_1 LBB2_6: movq -64(%rbp), %rsi ## 8-byte Reload movq -80(%rbp), %rdi ## 8-byte Reload callq _strcmp cmpl $0, %eax jne LBB2_8 ## %bb.7: leaq L_.str.756(%rip), %rdi callq _puts jmp LBB2_9 LBB2_8: leaq L_.str.757(%rip), %rdi callq _puts LBB2_9: movq -40(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_11 ## %bb.10: xorl %eax, %eax movq %rbp, %rsp popq %rbp retq LBB2_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _choice3 ## -- Begin function choice3 .p2align 4, 0x90 _choice3: ## @choice3 .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 $0, -12(%rbp) movl -8(%rbp), %esi leaq L_.str.758(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi addl $10, %esi leaq L_.str.759(%rip), %rdi movb $0, %al callq _printf imull $5, -8(%rbp), %esi leaq L_.str.760(%rip), %rdi movb $0, %al callq _printf movl $20, %esi subl -8(%rbp), %esi leaq L_.str.761(%rip), %rdi movb $0, %al callq _printf leaq L_.str.762(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -12(%rbp), %eax cmpl -8(%rbp), %eax jne LBB3_2 ## %bb.1: leaq L_.str.763(%rip), %rdi callq _puts movl $0, -4(%rbp) jmp LBB3_3 LBB3_2: leaq L_.str.764(%rip), %rdi callq _puts movl $0, -4(%rbp) LBB3_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _extraCredit ## -- Begin function extraCredit .p2align 4, 0x90 _extraCredit: ## @extraCredit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str.1(%rip), %rdi leaq L_.str.746(%rip), %rsi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq L_.str.747(%rip), %rsi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _ignoreExtra ## -- Begin function ignoreExtra .p2align 4, 0x90 _ignoreExtra: ## @ignoreExtra .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.1(%rip), %rdi movq %rdi, -24(%rbp) ## 8-byte Spill leaq L_.str.748(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) ## 1-byte Spill callq _printf movq -24(%rbp), %rdi ## 8-byte Reload ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.749(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq -8(%rbp), %rsi callq _scanf movl -8(%rbp), %eax subl $1, %eax jne LBB5_2 jmp LBB5_1 LBB5_1: callq _extraCredit LBB5_2: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _oddDeviceShenanigans ## -- Begin function oddDeviceShenanigans .p2align 4, 0x90 _oddDeviceShenanigans: ## @oddDeviceShenanigans .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.36(%rip), %rdi callq _puts leaq L_.str.783(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.784(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.785(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _drunkBehavior ## -- Begin function drunkBehavior .p2align 4, 0x90 _drunkBehavior: ## @drunkBehavior .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) callq _rand movl $10, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -4(%rbp) movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _woman ## -- Begin function woman .p2align 4, 0x90 _woman: ## @woman .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _bBlue leaq L_.str.794(%rip), %rdi callq _puts leaq L_.str.795(%rip), %rdi callq _puts leaq L_.str.796(%rip), %rdi callq _puts leaq L_.str.797(%rip), %rdi callq _puts leaq L_.str.798(%rip), %rdi callq _puts leaq L_.str.799(%rip), %rdi callq _puts leaq L_.str.800(%rip), %rdi callq _puts leaq L_.str.801(%rip), %rdi callq _puts leaq L_.str.802(%rip), %rdi callq _puts leaq L_.str.803(%rip), %rdi callq _puts leaq L_.str.804(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts callq _reset popq %rbp retq .cfi_endproc ## -- End function .globl _bYellow ## -- Begin function bYellow .p2align 4, 0x90 _bYellow: ## @bYellow .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.787(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _reset ## -- Begin function reset .p2align 4, 0x90 _reset: ## @reset .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.791(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _bRed ## -- Begin function bRed .p2align 4, 0x90 _bRed: ## @bRed .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.786(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _displayInputs ## -- Begin function displayInputs .p2align 4, 0x90 _displayInputs: ## @displayInputs .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) callq _bYellow movl -4(%rbp), %esi leaq L_.str.792(%rip), %rdi movb $0, %al callq _printf callq _reset addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _displayStats ## -- Begin function displayStats .p2align 4, 0x90 _displayStats: ## @displayStats .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) callq _bYellow movl -4(%rbp), %esi leaq L_.str.792(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi leaq L_.str.793(%rip), %rdi movb $0, %al callq _printf callq _reset addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _bGreen ## -- Begin function bGreen .p2align 4, 0x90 _bGreen: ## @bGreen .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.790(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _bBlue ## -- Begin function bBlue .p2align 4, 0x90 _bBlue: ## @bBlue .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.788(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _congratulations ## -- Begin function congratulations .p2align 4, 0x90 _congratulations: ## @congratulations .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _bBlue leaq L_.str.21(%rip), %rdi callq _puts leaq L_.str.805(%rip), %rdi callq _puts leaq L_.str.806(%rip), %rdi callq _puts leaq L_.str.807(%rip), %rdi callq _puts leaq L_.str.797(%rip), %rdi callq _puts leaq L_.str.808(%rip), %rdi callq _puts leaq L_.str.809(%rip), %rdi callq _puts leaq L_.str.810(%rip), %rdi callq _puts leaq L_.str.811(%rip), %rdi callq _puts leaq L_.str.812(%rip), %rdi callq _puts leaq L_.str.813(%rip), %rdi callq _puts leaq L_.str.814(%rip), %rdi callq _puts leaq L_.str.815(%rip), %rdi callq _puts leaq L_.str.816(%rip), %rdi callq _puts leaq L_.str.817(%rip), %rdi callq _puts leaq L_.str.818(%rip), %rdi callq _puts leaq L_.str.36(%rip), %rdi callq _puts leaq L_.str.819(%rip), %rdi callq _puts leaq L_.str.820(%rip), %rdi callq _puts leaq L_.str.821(%rip), %rdi callq _puts leaq L_.str.822(%rip), %rdi callq _puts leaq L_.str.823(%rip), %rdi callq _puts leaq L_.str.824(%rip), %rdi callq _puts leaq L_.str.825(%rip), %rdi callq _puts callq _reset popq %rbp retq .cfi_endproc ## -- End function .globl _weaponPower ## -- Begin function weaponPower .p2align 4, 0x90 _weaponPower: ## @weaponPower .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl -4(%rbp), %esi leaq L_.str.107(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _randomFill ## -- Begin function randomFill .p2align 4, 0x90 _randomFill: ## @randomFill .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB18_1: ## =>This Inner Loop Header: Depth=1 cmpl $5, -12(%rbp) jge LBB18_4 ## %bb.2: ## in Loop: Header=BB18_1 Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB18_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB18_1 LBB18_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _prompt ## -- Begin function prompt .p2align 4, 0x90 _prompt: ## @prompt .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.776(%rip), %rdi callq _puts leaq L_.str.777(%rip), %rdi callq _puts leaq L_.str.778(%rip), %rdi callq _puts leaq L_.str.211(%rip), %rdi leaq -1(%rbp), %rsi movb $0, %al callq _scanf movsbl -1(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _room27Output ## -- Begin function room27Output .p2align 4, 0x90 _room27Output: ## @room27Output .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 $1, -4(%rbp) jne LBB20_2 ## %bb.1: leaq L_.str.779(%rip), %rdi callq _puts leaq L_.str.576(%rip), %rdi callq _puts jmp LBB20_3 LBB20_2: leaq L_.str.780(%rip), %rdi callq _puts leaq L_.str.781(%rip), %rdi callq _puts leaq L_.str.782(%rip), %rdi callq _puts LBB20_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _problem1 ## -- Begin function problem1 .p2align 4, 0x90 _problem1: ## @problem1 .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) leaq L_.str.826(%rip), %rdi movb $0, %al callq _printf leaq L_.str.827(%rip), %rdi movb $0, %al callq _printf leaq L_.str.828(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %eax cmpl -4(%rbp), %eax jne LBB21_2 ## %bb.1: leaq L_.str.829(%rip), %rdi callq _puts leaq L_.str.830(%rip), %rdi callq _puts jmp LBB21_3 LBB21_2: leaq L_.str.831(%rip), %rdi callq _puts LBB21_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _problem2 ## -- Begin function problem2 .p2align 4, 0x90 _problem2: ## @problem2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -16(%rbp) movl $30, -20(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -88(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -32(%rbp) 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, -40(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -72(%rbp) ## 8-byte Spill callq ____chkstk_darwin movq -80(%rbp), %rdi ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -72(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -64(%rbp) ## 8-byte Spill movq %rax, -48(%rbp) movq -16(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk leaq L_.str.832(%rip), %rdi callq _puts movq -64(%rbp), %rsi ## 8-byte Reload leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf movl $0, -52(%rbp) LBB22_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -52(%rbp) jge LBB22_6 ## %bb.2: ## in Loop: Header=BB22_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload movslq -52(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _isupper cmpl $0, %eax je LBB22_4 ## %bb.3: ## in Loop: Header=BB22_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload movslq -52(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _tolower movl %eax, %ecx movq -64(%rbp), %rax ## 8-byte Reload movb %cl, %dl movslq -52(%rbp), %rcx movb %dl, (%rax,%rcx) LBB22_4: ## in Loop: Header=BB22_1 Depth=1 jmp LBB22_5 LBB22_5: ## in Loop: Header=BB22_1 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB22_1 LBB22_6: movq -64(%rbp), %rsi ## 8-byte Reload movq -80(%rbp), %rdi ## 8-byte Reload callq _strcmp cmpl $0, %eax jne LBB22_8 ## %bb.7: leaq L_.str.833(%rip), %rdi callq _puts jmp LBB22_9 LBB22_8: leaq L_.str.834(%rip), %rdi callq _puts leaq L_.str.835(%rip), %rdi callq _puts LBB22_9: movq -32(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB22_11 ## %bb.10: movq %rbp, %rsp popq %rbp retq LBB22_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gameRules ## -- Begin function gameRules .p2align 4, 0x90 _gameRules: ## @gameRules .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.765(%rip), %rdi callq _puts leaq L_.str.766(%rip), %rdi callq _puts leaq L_.str.767(%rip), %rdi callq _puts leaq L_.str.768(%rip), %rdi callq _puts popq %rbp retq .cfi_endproc ## -- End function .globl _gameCraps ## -- Begin function gameCraps .p2align 4, 0x90 _gameCraps: ## @gameCraps .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 xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $1, %edi movl $6, %esi callq _randomint movl %eax, -4(%rbp) movl $1, %edi movl $6, %esi callq _randomint movl %eax, -8(%rbp) movl -4(%rbp), %eax addl -8(%rbp), %eax movl %eax, -20(%rbp) movl -20(%rbp), %esi leaq L_.str.769(%rip), %rdi movb $0, %al callq _printf cmpl $7, -20(%rbp) je LBB24_2 ## %bb.1: cmpl $11, -20(%rbp) jne LBB24_3 LBB24_2: leaq L_.str.770(%rip), %rdi movb $0, %al callq _printf leaq L_.str.771(%rip), %rdi movb $0, %al callq _printf jmp LBB24_14 LBB24_3: cmpl $2, -20(%rbp) je LBB24_6 ## %bb.4: cmpl $3, -20(%rbp) je LBB24_6 ## %bb.5: cmpl $12, -20(%rbp) jne LBB24_7 LBB24_6: leaq L_.str.772(%rip), %rdi movb $0, %al callq _printf leaq L_.str.771(%rip), %rdi movb $0, %al callq _printf jmp LBB24_14 LBB24_7: jmp LBB24_8 LBB24_8: ## =>This Inner Loop Header: Depth=1 movl $1, %edi movl $6, %esi callq _randomint movl %eax, -12(%rbp) movl $1, %edi movl $6, %esi callq _randomint movl %eax, -16(%rbp) movl -12(%rbp), %eax addl -16(%rbp), %eax movl %eax, -24(%rbp) movl -24(%rbp), %esi leaq L_.str.773(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %eax cmpl -24(%rbp), %eax jne LBB24_10 ## %bb.9: leaq L_.str.774(%rip), %rdi movb $0, %al callq _printf leaq L_.str.775(%rip), %rdi movb $0, %al callq _printf jmp LBB24_14 LBB24_10: ## in Loop: Header=BB24_8 Depth=1 jmp LBB24_11 LBB24_11: ## in Loop: Header=BB24_8 Depth=1 cmpl $7, -20(%rbp) jne LBB24_8 ## %bb.12: leaq L_.str.772(%rip), %rdi movb $0, %al callq _printf leaq L_.str.775(%rip), %rdi movb $0, %al callq _printf ## %bb.13: jmp LBB24_14 LBB24_14: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _randomint ## -- Begin function randomint .p2align 4, 0x90 _randomint: ## @randomint .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) callq _rand movl -8(%rbp), %ecx subl -4(%rbp), %ecx addl $1, %ecx cltd idivl %ecx movl %edx, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _bCyan ## -- Begin function bCyan .p2align 4, 0x90 _bCyan: ## @bCyan .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.789(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _flip ## -- Begin function flip .p2align 4, 0x90 _flip: ## @flip .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp callq _rand movl $2, %ecx cltd idivl %ecx movl %edx, -8(%rbp) cmpl $0, -8(%rbp) jne LBB27_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB27_3 LBB27_2: movl $1, -4(%rbp) LBB27_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Please enter your name: " L_.str.1: ## @.str.1 .asciz "%s" L_.str.2: ## @.str.2 .asciz "Hello %s welcome to the rpgGame!\n" L_.str.3: ## @.str.3 .asciz "You find yourself in a dark room and you are not sure how you got here." L_.str.4: ## @.str.4 .asciz "As you look around you see the room has 25 doors, each labeled with a number. You are not sure how such a small room can have 25 doors, sooo magic..." L_.str.5: ## @.str.5 .asciz "The room starts filling with water and you must choose a door to open or you will likely drown. you may quit anytime by selecting option 99" L_.str.6: ## @.str.6 .asciz "What door do you choose?" L_.str.7: ## @.str.7 .asciz "%d" .section __TEXT,__const .p2align 4 ## @__const.main.word l___const.main.word: .asciz "sacramento\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.8: ## @.str.8 .asciz "Hello %s, you have entered the room 1.\n" L_.str.9: ## @.str.9 .asciz "You have survived the first part of your adventure..the Drowning.\n" L_.str.10: ## @.str.10 .asciz "You have 5 choices to make in order to escape this horror adventure. \n" L_.str.11: ## @.str.11 .asciz "1. You have to solve a math problem for survival. \n2. You have to guess the word for survival. \n3. You have to find the magic number for survival. \n4. Guess the word for survival. \n5. Try to make a run for it. \n" L_.str.12: ## @.str.12 .asciz "Make a choice(99 to quit): " L_.str.13: ## @.str.13 .asciz " %d" L_.str.14: ## @.str.14 .asciz "You have chosen to solve the math problem. Don't forget you have one chance. Now choose a number between 1-10: " L_.str.15: ## @.str.15 .asciz "You have chosen to guess the word. What is the capital of California?\n" L_.str.16: ## @.str.16 .asciz "Enter the magic number(between 1 - 20) from the following math problems: " L_.str.17: ## @.str.17 .asciz "Choice 4." L_.str.18: ## @.str.18 .asciz "This was the wrong choice to be made. Now you have ended up in a room with nowhere to go...." L_.str.19: ## @.str.19 .asciz "you open the door and find ........" L_.str.20: ## @.str.20 .asciz "AN OGRE!!! *phew* ...oh good he's asleep but hey there's a lever behind him. You start to think maybe it will stop the water from filling up the main room. Now you must make a choice. (Hit Ctrl+C to exit the game at any time.)\n" L_.str.21: ## @.str.21 .asciz "\n" L_.str.22: ## @.str.22 .asciz "Carefully walk around the sleeping ogre and pull the lever. Enter 1." L_.str.23: ## @.str.23 .asciz "Explore the dark mysterious room quietly. Enter 2." L_.str.24: ## @.str.24 .asciz "Wake up the ogre and see what happens. Enter 3." L_.str.25: ## @.str.25 .asciz "Sorry, I did not understand your choice. Try again." L_.str.26: ## @.str.26 .asciz "\nOh no...the ogre hears and feels you around him and starts to wake up. You quickly try and hide behind a box that's close to you. The ogre is confused and starts to search for you, and as he does, you sneak around and try and find a way out. You find a small door but it's locked, so you go back to sneaking around trying to stay hidden from the ogre in search for this key since there's no other way out. After a bit, the ogre momentarily gives up as you continue to search for the key. You finally come across a smaller box on the bottom of a shelf. You look inside and find a little key. You take the key in your hands and start to crawl back to the small door you found earlier. As you approach the door, you hear the ogre get back up from where he was sitting and start to search from you again. You start to crawl faster towards the door as you hear his footsteps getting closer. You manage to get to the small door and try the key that you found in the box earlier. It fits and you unlock the door. You quickly open it and squeeze your body into the opening and snut the door behind you as you hear the ogre just a few feet away. You're now in a room full of books, ahh it's a library, but you soon realize that there's no other door in sight. You try very hard to think on how you're supposed to get out of here and back home. You have your cell phone but it's at 20 percent and there's no wifi or service here. Then suddenly a thought pops into your head, what if somewhere in this library there's a hidden bookshelf door, like the ones you see in the movies. You quickly begin to start taking books off the shelves of this library. Two big piles of books later and still no luck. You start to break down and think you may never get out of here. You pull one last book before falling to the ground in exhaustion and you hear a click. You look up at the bookcase and see it begin to open. You get up with tears in your eyes and walk into this small empty room with one remaining door. You run to the door and open it and find yourself transported back to the library where you fell asleep reading a book. The other people around you are looking at you strangely. Well, that's the last time you ever read a fictional magic book, that was scary. THE END. Play again! \n" L_.str.27: ## @.str.27 .asciz "\nAs you quietly explore the room, you come across a long box on a shelf.. You turn your head back to check if the ogre is still asleep, and he is. You carely open the box and find all kinds of packaging, so you move it out of the way and discover a sword! You try to pick it up with one hand and it's way too heavy, you think 'damn I need to hit the gym'. You try picking it up with both hands and manage to get it out of the box and hold it properly. Then suddenly, you feel a hot breath on the back of your neck and realize you no longer hear the ogre snoring. You quickly turn around and find yourself face to face with the ogre so you run to your left before he manages to grab you. Mid run you decide to turn back around and fight the ogre. You swing your sword and slice his hand off that was about to grab you. The ogre yells out in pain and frustration and tries to grab you again with his other hand and you manage to dodge him and slice at his knee cap, causing him to fell over and yell again. Out of breath, you back up in an attempt to get a running start. You charge at the ogre and stab him right in the heart, killing him instantly. You drop the sword and take a moment to catch your breath before rushing towards the lever on the wall switching it down. You run back to the door you came in and realize the water stopped filling the main room. You struggle to walk through the water, that is now at your waist. You use your hands to wash off the blood and sweat off your face, and suddenly you wake up in your bed back at home but your waist and legs are still wet. You peed the bed. THE END. Play again! \n" L_.str.28: ## @.str.28 .asciz "\nThe ogre wakes up and discovers you standing in front of him. You quickly try and run away but too late, he grabs you in his right hand and bites your head off. You died. THE END. Play again! \n" L_.str.29: ## @.str.29 .asciz "You open the door and find ........\n" L_.str.30: ## @.str.30 .asciz "You see extra credit for CSC 251-01\n Do you chase it?\n" L_.str.31: ## @.str.31 .asciz "%s%s%s" L_.str.32: ## @.str.32 .asciz "1) To chase it\n" L_.str.33: ## @.str.33 .asciz "2) Ignore the tempations of passing the class!\n" L_.str.34: ## @.str.34 .asciz "99) If you don't want to play anymore\n" L_.str.35: ## @.str.35 .asciz "Please follow the directions!\nYou're going to back to spawn!\n" .section __TEXT,__const .p2align 4 ## @__const.main.chestInventory l___const.main.chestInventory: .asciz "a dead cricket\000\000\000\000\000\000\000\000\000\000" .asciz "an odd device\000\000\000\000\000\000\000\000\000\000\000" .asciz "a broken compass\000\000\000\000\000\000\000\000" .space 25 l___const.main.key: ## @__const.main.key .ascii "an old key" .section __TEXT,__cstring,cstring_literals L_.str.36: ## @.str.36 .space 1 L_.str.37: ## @.str.37 .asciz "You quickly grab the handle and open the 7th door. The water causes you to fall and forces you into the room. You immediately get to your feet and grab the door nob from the inside and turn it. It's jammed! Clearly the water must be forcing it closed." L_.str.38: ## @.str.38 .asciz "You scan the room and find a large chest at the foot of an old bed. You also find a small table near the right side of the bed with a dusty old book and a bottle of rum. " L_.str.39: ## @.str.39 .asciz "You scan the room and find a large chest at the foot of an old bed. You also find a small table near the right side of the bed with a dusty old book. " L_.str.40: ## @.str.40 .asciz "***********************************************" L_.str.41: ## @.str.41 .asciz "At this point you have 3 choices:" L_.str.42: ## @.str.42 .asciz "1. Examine the chest." L_.str.43: ## @.str.43 .asciz "2. Approach the small table and examine the book next to the bottle of rum." L_.str.44: ## @.str.44 .asciz "2. Have another swig of that bottle on the small table. Hell, you don't even notice the book right next to it at this point." L_.str.45: ## @.str.45 .asciz "2. Approach the small table and examine the book." L_.str.46: ## @.str.46 .asciz "3. Take a nap." L_.str.47: ## @.str.47 .asciz "What do you choose?" L_.str.48: ## @.str.48 .asciz "You walk over to the dark end of the room and approach the chest near the foot of the bed. It is made mostly of oak with broad iron bands reinforcing it. You jiggle the clasp but it appears to be locked." L_.str.49: ## @.str.49 .asciz "You unlock the chest with the old key and find the following within:" L_.str.50: ## @.str.50 .asciz "%d. %s \n" L_.str.51: ## @.str.51 .asciz "5. Close the chest." L_.str.52: ## @.str.52 .asciz "Select an item in the chest to add it to your inventory, or simply close the chest [5]." L_.str.53: ## @.str.53 .asciz "You have the following items in your personal inventory:" L_.str.54: ## @.str.54 .asciz "> %s \n" L_.str.55: ## @.str.55 .asciz "You approach the small table near the bed and pick up the book. It's a bit dusty with faded red lettering accross the cover. The title of the book is, 'Diary'." L_.str.56: ## @.str.56 .asciz "You open the book, and sift through the crumpled pages. It appears to be giberish full of what looks like complex equations and symbols. You turn to the last page and you see a sketch, maybe a schematic, of an odd looking device. At the header, the page reads, 'Odd Device!'. In the print below is a cryptic message:" L_.str.57: ## @.str.57 .asciz "'Only this 'odd device' will get you out of here. But there is huge risk in using it, so I locked it away.'" L_.str.58: ## @.str.58 .asciz "After reading the book, you grab the bottle of rum, pop the cork and take a huge swig! Cuz, why not." L_.str.59: ## @.str.59 .asciz "Other than the old book you've already read, there's nothing else here of interest." L_.str.60: ## @.str.60 .asciz "Ahhh! Good stuff. You have a compelling desire for another drink. Maybe you have a problem. Have another!" L_.str.61: ## @.str.61 .asciz "Mmm, this must be spiced rum. You can't resist another drink." L_.str.62: ## @.str.62 .asciz "That was good! *hiccup* Take another!" L_.str.63: ## @.str.63 .asciz "The bottle is empty." L_.str.64: ## @.str.64 .asciz "The booze is definately hitting you." L_.str.65: ## @.str.65 .asciz "You stuble around the room a bit... *Now* it's a party!" L_.str.66: ## @.str.66 .asciz "*hiccup* You dance around the room a bit, stumble to the floor. You dust yourself off and begin singing a song." L_.str.67: ## @.str.67 .asciz "You contemplate your drinking problem. BAH! Take another swig!" L_.str.68: ## @.str.68 .asciz "Woah, you struggle to maintain your balance. You begin to see double. Hey wait, is that a second door?!?!" L_.str.69: ## @.str.69 .asciz "Nah, it can't be... You are seriously drunk." L_.str.70: ## @.str.70 .asciz "Damn! The rum is powerful stuff. You begin to feel dizzy. Things begin to get really fuzzy, you mumble, 'barteeeender *hicuup* make it a double'." L_.str.71: ## @.str.71 .asciz "....a day passes...." L_.str.72: ## @.str.72 .asciz "Your eyes slowly open. Wow, what a headache! Slowly things come into focus. You realize you are laying on the floor near the side of the bed. Under the bed you can see the empty bottle tipped over. Something near it catches your eye." L_.str.73: ## @.str.73 .asciz "Next to the bottle you see a small rusted looking key." L_.str.74: ## @.str.74 .asciz "It's been a long day. *yawn* After an hour or so of sleep, something wakes you up! Oh yes! There's an unexplained flood in the room outside of your jammed door." L_.str.75: ## @.str.75 .asciz "You jump out of bed, with a clearer mind. The rest did you well. You vaguely recall a dream about having read the dusty old book on the table next to you." L_.str.76: ## @.str.76 .asciz "wrong choice" L_.str.77: ## @.str.77 .asciz "Erick Vargas' Door\n" L_.str.78: ## @.str.78 .asciz "You enter door 8 and you find yourself on a tropical island. You see a small group of people running around collecting materials, what do you do?\n" L_.str.79: ## @.str.79 .asciz "1) Introduce yourself 2) Ask where you are 3) Just watch them 4) Ignore them 5) Try to avoid them\n" L_.str.80: ## @.str.80 .asciz "You walk up to them and introduce yourself to them, they happily greet you and introduce themselves to you. They ask where you are from, how do you respond?\n" L_.str.81: ## @.str.81 .asciz " choose \n" L_.str.82: ## @.str.82 .asciz "You walk up to them and ask where you are, they look at you confusingly and tell you that the island your on is named Destiny Island. Still looking confused they ask where you came from, how do you respond?" L_.str.83: ## @.str.83 .asciz "From a distance you stay watching them, you just see that they continue running around collecting materials for some reason. As you keep watching them you notice that once they huddled up the girl of the group starts marking off on a checklist. You start to wonder more what they're trying to do, what do you do?" L_.str.84: ## @.str.84 .asciz "You decide to just ignore them, what do you do instead?" L_.str.85: ## @.str.85 .asciz "Panicked, you decide to hide from them. Where do you choose to hide?" L_.str.86: ## @.str.86 .asciz "A small control room of some sort." L_.str.87: ## @.str.87 .asciz "Two doors on opposite ends of the room." L_.str.88: ## @.str.88 .asciz "The lights are dim, going off and on spontaneously." L_.str.89: ## @.str.89 .asciz "Several monitors broken and smashed in." L_.str.90: ## @.str.90 .asciz "You see a particular monitor that catches your eye." L_.str.91: ## @.str.91 .asciz "!!!" L_.str.92: ## @.str.92 .asciz "A young woman?" L_.str.93: ## @.str.93 .asciz "Looks as if she's been in containment for a long time." L_.str.94: ## @.str.94 .asciz "*SLAM*" L_.str.95: ## @.str.95 .asciz "A security door emerges and closes behind you." L_.str.96: ## @.str.96 .asciz "It's locked." L_.str.97: ## @.str.97 .asciz "\nEMERGENCY EMERGENCY" L_.str.98: ## @.str.98 .asciz "BOMB HAS BEEN SET OFF" L_.str.99: ## @.str.99 .asciz "WARNING EXTREMELY SENSITIVE!" L_.str.100: ## @.str.100 .asciz "Theres a giant piece of machinery with a big screen above." L_.str.101: ## @.str.101 .asciz "\t [ ] [2] [3] [4] [5] [6] [ / [8] [9]" L_.str.102: ## @.str.102 .asciz "The 1 and 7 keys seem non functional." L_.str.103: ## @.str.103 .asciz "Theres a note next to the machine." L_.str.104: ## @.str.104 .asciz "Input 9 numbers, they must add to exactly 37." L_.str.105: ## @.str.105 .asciz "You have 45 seconds." L_.str.106: ## @.str.106 .asciz "That button doesn't exist." L_.str.107: ## @.str.107 .asciz "%d\n" L_.str.108: ## @.str.108 .asciz "The number is flashing on screen." L_.str.109: ## @.str.109 .asciz "Seems it replaced my current score." L_.str.110: ## @.str.110 .asciz "The [1] button appears to be broken." L_.str.111: ## @.str.111 .asciz "It doesn't work." L_.str.112: ## @.str.112 .asciz "It doesn't appear to have read any input." L_.str.113: ## @.str.113 .asciz "Seems no input has been added from this button" L_.str.114: ## @.str.114 .asciz "Nothing happened." L_.str.115: ## @.str.115 .asciz "Ding" L_.str.116: ## @.str.116 .asciz "Time Took %ld seconds \n" L_.str.117: ## @.str.117 .asciz "Bomb Deactivated." L_.str.118: ## @.str.118 .asciz "*sigh*." L_.str.119: ## @.str.119 .asciz "I live to see another day..." L_.str.120: ## @.str.120 .asciz "The woman has a relieved expression on her face." L_.str.121: ## @.str.121 .asciz "You see a release latch to unlock her cell door." L_.str.122: ## @.str.122 .asciz "Release Latch? (1)Yes (2)No" L_.str.123: ## @.str.123 .asciz "You released the latch." L_.str.124: ## @.str.124 .asciz "We have to go NOW! she exclaims!" L_.str.125: ## @.str.125 .asciz "The other door opened, its an elevator." L_.str.126: ## @.str.126 .asciz "You go in with the young lady and immediately the Elevator goes straight down really fast." L_.str.127: ## @.str.127 .asciz "It's stopped." L_.str.128: ## @.str.128 .asciz "The doors open, we see civilization." L_.str.129: ## @.str.129 .asciz "What the hell was that place?" L_.str.130: ## @.str.130 .asciz "Ask her what was that place?(1) Say Goodbye(2)" L_.str.131: ## @.str.131 .asciz "What Happened?" L_.str.132: ## @.str.132 .asciz "I was a hostage, a ransom that my family couldn't pay." L_.str.133: ## @.str.133 .asciz "They were going to blow me up along with that whole lab." L_.str.134: ## @.str.134 .asciz "You just happened to stumble by at the right time." L_.str.135: ## @.str.135 .asciz "Talk about dumb luck haha." L_.str.136: ## @.str.136 .asciz "Who's they?" L_.str.137: ## @.str.137 .asciz "She immediately put her face to my ear and whispered." L_.str.138: ## @.str.138 .asciz "\nt" L_.str.139: ## @.str.139 .asciz "h" L_.str.140: ## @.str.140 .asciz "e" L_.str.141: ## @.str.141 .asciz " " L_.str.142: ## @.str.142 .asciz "c" L_.str.143: ## @.str.143 .asciz "u" L_.str.144: ## @.str.144 .asciz "l" L_.str.145: ## @.str.145 .asciz "t\n" L_.str.146: ## @.str.146 .asciz "My family were members and I wanted out and.." L_.str.147: ## @.str.147 .asciz "I decided to help her get out of town." L_.str.148: ## @.str.148 .asciz "After a long process of hiding and changing ID's and a few cosmetic surgeries." L_.str.149: ## @.str.149 .asciz "I got her a plane ticket outside of the state where cult activity was most prominent." L_.str.150: ## @.str.150 .asciz "It was time for her to go." L_.str.151: ## @.str.151 .asciz "I waved bye at the airport." L_.str.152: ## @.str.152 .asciz "She turns to me." L_.str.153: ## @.str.153 .asciz "END" L_.str.154: ## @.str.154 .asciz "You wave bye as you leave." L_.str.155: ## @.str.155 .asciz "You think to yourself it's not worth the trouble to know or get involved any further." L_.str.156: ## @.str.156 .asciz "You go home and take a nice long nap." L_.str.157: ## @.str.157 .asciz "You decided not to release the latch but instead only unlock the other door." L_.str.158: ## @.str.158 .asciz "NOOO!!" L_.str.159: ## @.str.159 .asciz "LET ME OUT PLEASE!!" L_.str.160: ## @.str.160 .asciz "The door opens, it's an elevator." L_.str.161: ## @.str.161 .asciz "You go in." L_.str.162: ## @.str.162 .asciz "You go down and exit outside a building." L_.str.163: ## @.str.163 .asciz "What was that place? you ponder." L_.str.164: ## @.str.164 .asciz "You think, it doesn't matter as long as I'm free." L_.str.165: ## @.str.165 .asciz "Along the way home you justify your actions." L_.str.166: ## @.str.166 .asciz "What if she was dangerous? I couldn't put myself at risk for a stranger. I'm glad I left her." L_.str.167: ## @.str.167 .asciz "You make it home safe." L_.str.168: ## @.str.168 .asciz "But can't shake the feeling you were being followed." L_.str.169: ## @.str.169 .asciz "BOOM!" L_.str.170: ## @.str.170 .asciz "You Are Dead." L_.str.171: ## @.str.171 .asciz "Took too long." L_.str.172: ## @.str.172 .asciz "The bomb was set off." L_.str.173: ## @.str.173 .asciz "You are Dead." L_.str.174: ## @.str.174 .asciz "A lottery machine?" L_.str.175: ## @.str.175 .asciz "Welcome to Fabian's room" L_.str.176: ## @.str.176 .asciz "Enter the lottery by entering three numbers. Each 1 digit\n" L_.str.177: ## @.str.177 .asciz " %d %d %d" L_.str.178: ## @.str.178 .asciz "Your numbers are: %d, %d, %d\n" L_.str.179: ## @.str.179 .asciz "The winning lottery numbers are: %d, %d, %d\n" L_.str.180: ## @.str.180 .asciz "You've hit the jackpot of 1,000,000\n" L_.str.181: ## @.str.181 .asciz "You wont 1,000\n" L_.str.182: ## @.str.182 .asciz "You've won $100\n" L_.str.183: ## @.str.183 .asciz "You won $10\n" L_.str.184: ## @.str.184 .asciz "You won nothing sorry!\n" L_.str.185: ## @.str.185 .asciz "choose a new room now if you dare... \n" L_.str.186: ## @.str.186 .asciz "you open the door and find 3 more doors." L_.str.187: ## @.str.187 .asciz "On the left there is a door with a Skull and Bones. In the middle the door has an Angel. On the right it has no symbol.\n" L_.str.188: ## @.str.188 .asciz "1. Open the Skull and Bones door. \n2. Open the Angel door. \n3. Open the no symbol door.\n" L_.str.189: ## @.str.189 .asciz "You proceed to open the door with Skull and Bones on it.\n" L_.str.190: ## @.str.190 .asciz "A skeleton stands before you. \n'Hello %s would you like to play a game?'\nThe door behind you disappears so its not like you have a choice to say no...so you agree to play without knowing what kind of game.\n" L_.str.191: ## @.str.191 .asciz "[Skeleton]: Wonderful! Choose a hand *Giant Grin on his face*\n" L_.str.192: ## @.str.192 .asciz "1. Left \n2. Right\n" L_.str.193: ## @.str.193 .asciz "[Skeleton]: *Laughs* Excellent choice. If you chose the other hand your soul would have been mine\n" L_.str.194: ## @.str.194 .asciz "[Skeleton]: Now lets play one final game. You can roll this 100 sided die and if you get anything higher than 55 you can leave here with a million dollars. Or you can walk through that door *Skeleton points to a new door as it rises from the ground*\n" L_.str.195: ## @.str.195 .asciz "1. Roll the die. \n2. Open the door\n" L_.str.196: ## @.str.196 .asciz "[Skeleton]: *Evil Laughs* You have chosen the right path so far. However, I never told you what happens if you get anything below 55. If you land below 55 you have to stay here for the rest of your life guarding this door and I will finally be free! \n" L_.str.197: ## @.str.197 .asciz "Ready to roll?\n1. Yes\n2. No" L_.str.198: ## @.str.198 .asciz "[Skeleton]: Ahh who cares not like you have a choice! *Rolls die*\n" L_.str.199: ## @.str.199 .asciz "Congrats you are free to exit out that door\n" L_.str.200: ## @.str.200 .asciz "\n The door just leads you straight to where you started\n" L_.str.201: ## @.str.201 .asciz "[Skeleton]: Finally I'm free!" L_.str.202: ## @.str.202 .asciz "You are not stuck in this room for eternity..." L_.str.203: ## @.str.203 .asciz "[Skeleton]: Did you really think I would let you live?" L_.str.204: ## @.str.204 .asciz "You have died to a Skeleton \n" L_.str.205: ## @.str.205 .asciz "[Skeleton]: Thank you for playing. *He puts his hand over your head*\n" L_.str.206: ## @.str.206 .asciz "You have died try again!\n" L_.str.207: ## @.str.207 .asciz "You proceed to open the door with an Angel on it.\n" L_.str.208: ## @.str.208 .asciz "Welcome! You need to guess the following word or you can't come to heaven.\n" L_.str.209: ## @.str.209 .asciz "You can not get 1 letter wrong or you lose \n" L_.str.210: ## @.str.210 .asciz "What is yellow and can be found in water?\n" .section __TEXT,__const .p2align 4 ## @__const.main.answer l___const.main.answer: .byte 100 ## 0x64 .byte 117 ## 0x75 .byte 99 ## 0x63 .byte 107 ## 0x6b .space 16 .section __TEXT,__cstring,cstring_literals L_.str.211: ## @.str.211 .asciz " %c" L_.str.212: ## @.str.212 .asciz "keep going\n" L_.str.213: ## @.str.213 .asciz "Congrats you guess the correct word: DUCK!\n" L_.str.214: ## @.str.214 .asciz "You failed sorry!\n" L_.str.215: ## @.str.215 .asciz "You proceed to open the blank door.\n" L_.str.216: ## @.str.216 .asciz "You enter the room and its filled with clocks. Every clock instantly stops ticking and your vision slowly fades to black. You close your eyes hoping you get your vision back, but you open them and you are no longer in the room. Instead you you are placed straight back to where you started with the option to choose any room." L_.str.217: ## @.str.217 .asciz "you open the door and find you've entered room 12........\n" L_.str.218: ## @.str.218 .asciz "Since you're here and brave, will you take a chance and play a game of cards? Enter 'y' twice for yes or '99' to leave at any time...\n" L_.str.219: ## @.str.219 .asciz "You don't want to play, but you'll be back. Goodbye for now... >:D" L_.str.220: ## @.str.220 .asciz "As your hand reaches for the 13th door you think about all the superstitions related to the number 13." L_.str.221: ## @.str.221 .asciz "However, you open it anyways and you find yourself in a large dark room that is immedietly cold and nothing is visible." L_.str.222: ## @.str.222 .asciz "Although the room is pitch black you cant even see your hands, you stop and look to your right when something catches your eye." L_.str.223: ## @.str.223 .asciz "A samll bright light is floating in the distance, close enough to see but far enough to not be able to know what it is." L_.str.224: ## @.str.224 .asciz "Do you walk towards the light or do you wak in the opposite direction." L_.str.225: ## @.str.225 .asciz "1. Walk towards the light." L_.str.226: ## @.str.226 .asciz "2. Walk in the other direction." L_.str.227: ## @.str.227 .asciz "feeling curious you walk towards the light." L_.str.228: ## @.str.228 .asciz "As your walking, the light gets brighter and slowly getting closer until you feel a sudden rush of cold air on your left shoulder." L_.str.229: ## @.str.229 .asciz "You look over and see a ghost like hand resting on your shoulder" L_.str.230: ## @.str.230 .asciz "It whispers into your ear with a low grungy voice \"%s turn around, I can give you anything you want \" \n" L_.str.231: ## @.str.231 .asciz "Do you turn around or keep walking towards the light?" L_.str.232: ## @.str.232 .asciz "1. Continue walking towards the light." L_.str.233: ## @.str.233 .asciz "2. Turn around and face this mysterious voice" L_.str.234: ## @.str.234 .asciz "Overcoming your curiosity once more, you continue walking towards the light," L_.str.235: ## @.str.235 .asciz "As you get closer to the light you can now see a forest and wonder if this is the way out." L_.str.236: ## @.str.236 .asciz "However, you once more hear this voice different from before." L_.str.237: ## @.str.237 .asciz "Not knowing what this light could be you decide to turn around and head deeper into the unknown darkness." L_.str.238: ## @.str.238 .asciz "...more to come..." L_.str.239: ## @.str.239 .asciz "Wrong choice" L_.str.240: ## @.str.240 .asciz "Desperately.You push door 14 open\n" L_.str.241: ## @.str.241 .asciz "Once inside you bear your entire weight against the door to slam it shut.\n" L_.str.242: ## @.str.242 .asciz "Recuperated you look around to find a door with an inscription attached to it via a wooden tablet fixated above the archway\n" L_.str.243: ## @.str.243 .asciz "Its a game.\n" L_.str.244: ## @.str.244 .asciz "Guess the magic number and you'll be allowed passage. Fail.Passage to the underworld will be granted instead\n" L_.str.245: ## @.str.245 .asciz "Welp.Time to take your shot.Good luck.\n" L_.str.246: ## @.str.246 .asciz "Enter a number between 1 and 10\n" L_.str.247: ## @.str.247 .asciz "Please enter a number between 1 and 10 inclusively\n" L_.str.248: ## @.str.248 .asciz "%d + magic number = %d\n" L_.str.249: ## @.str.249 .asciz "%d * magic number = %d\n" L_.str.250: ## @.str.250 .asciz "%d - magic number = %d\n" L_.str.251: ## @.str.251 .asciz "What is your guess? It states.\n" L_.str.252: ## @.str.252 .asciz "You are correct! The door opens. You pass through with no issues.\n" L_.str.253: ## @.str.253 .asciz "Oh no. You guessed wrong.\n" L_.str.254: ## @.str.254 .asciz "The ceiling begins to lower. Looks like its game over.\n" L_.str.255: ## @.str.255 .asciz "Thanks for playing!\n" L_.str.256: ## @.str.256 .asciz "You enter an empty classroom.\n" L_.str.257: ## @.str.257 .asciz "A monitor begins to lower from the ceiling.\n" L_.str.258: ## @.str.258 .asciz "\"Samsung\" you notice. Nice.\n" L_.str.259: ## @.str.259 .asciz "On the screen a grading scale is shown.\n" L_.str.260: ## @.str.260 .asciz "A = 4.0, B = 3.0, C = 2.0, D = 1.0,F = 0\n" L_.str.261: ## @.str.261 .asciz "There are %d A's\n" L_.str.262: ## @.str.262 .asciz "There are %d B's\n" L_.str.263: ## @.str.263 .asciz "There are %d C's\n" L_.str.264: ## @.str.264 .asciz "There are %d D's\n" L_.str.265: ## @.str.265 .asciz "What is the average?\n" L_.str.266: ## @.str.266 .asciz "Like a teacher you graded it! Nice job!\n" L_.str.267: ## @.str.267 .asciz "The room walls begin to shake as the one in front of you begins to open up. Revealing a secret tunnel.\n" L_.str.268: ## @.str.268 .asciz "You push on.\n" L_.str.269: ## @.str.269 .asciz "Looks like this is where you dropout.\n" L_.str.270: ## @.str.270 .asciz "As you exit the tunnel you find yourself in a casino\n" L_.str.271: ## @.str.271 .asciz "Oddly enough there is only one table with a single seat directly ahead of you.\n" L_.str.272: ## @.str.272 .asciz "You approach the table cautiously. The dealer says \"Do not be afraid. I will only take what you are willing to give\" he laughs. Try your luck.\n" L_.str.273: ## @.str.273 .asciz "The game is simple. Pick a number and guess the number of times that number will be rolled. The die will be rolled 10 times.\n" L_.str.274: ## @.str.274 .asciz "\"What are you willing to bet?\" asks the dealer.\n" L_.str.275: ## @.str.275 .asciz "Having nothing of value you bet what you have. Your life. A true gambler at heart.\n" L_.str.276: ## @.str.276 .asciz "\"Very well. I accept your bet. \"\n" L_.str.277: ## @.str.277 .asciz "Now state the number you would like to bet on between 1 and 6.\n" L_.str.278: ## @.str.278 .asciz "Please pick a number between 1 and 6 for your bet.\n" L_.str.279: ## @.str.279 .asciz " Now guess how many times that number has been rolled. You have a rage of 1 above and below the number. Good luck!\n" L_.str.280: ## @.str.280 .asciz "Your guess: %d\n" L_.str.281: ## @.str.281 .asciz "# of rolls: %d\n" L_.str.282: ## @.str.282 .asciz "You win! You get to keep your life ,and get passage on.\n" L_.str.283: ## @.str.283 .asciz "I'm afraid you'll be cashing out now.\n" L_.str.284: ## @.str.284 .asciz "To be cont.\n" L_.str.285: ## @.str.285 .asciz "Mauro Badillo, the 1st test" L_.str.286: ## @.str.286 .asciz " /|" L_.str.287: ## @.str.287 .asciz " |\\|" L_.str.288: ## @.str.288 .asciz " |||" L_.str.289: ## @.str.289 .asciz " ~-[{o}]-~" L_.str.290: ## @.str.290 .asciz " |/|" L_.str.291: ## @.str.291 .asciz " ///~` |\\_ `0' =\\\\ . ." L_.str.292: ## @.str.292 .asciz " , |=' ,))\\_| ~-_ _) \\ _/_/|" L_.str.293: ## @.str.293 .asciz " / , (((((( ~ \\ ~~~\\-~-_ /~ _ |" L_.str.294: ## @.str.294 .asciz " /' -~/~)))))))'\\_ _/' \\_ /' D |" L_.str.295: ## @.str.295 .asciz " ( (((((( ~-/ ~-/ ~-; / \\--_" L_.str.296: ## @.str.296 .asciz " ~~--| ))'' ') ` `~~\\_ \\ )" L_.str.297: ## @.str.297 .asciz " : (_ ~\\ , /~~- ./" L_.str.298: ## @.str.298 .asciz " \\ \\_ )--__ /(_/) | ) )|" L_.str.299: ## @.str.299 .asciz " ___ |_ \\__/~-__ ~~ ,' /,_;, __--( _/ |" L_.str.300: ## @.str.300 .asciz " //~~\\`\\ /' ~~~----| ~~~~~~~~' \\- ((~~ __-~ |" L_.str.301: ## @.str.301 .asciz "((() `\\`\\_(_ _-~~-\\ ``~~ ~~~~~~ \\_ /" L_.str.302: ## @.str.302 .asciz " ))) ~----' / \\ ) )" L_.str.303: ## @.str.303 .asciz " ( ;`~--' : _- ,;;(" L_.str.304: ## @.str.304 .asciz " | `\\ | _-~ ,;;;;)" L_.str.305: ## @.str.305 .asciz " | /'`\\ ; _-~ _/" L_.str.306: ## @.str.306 .asciz " /~ / | ) /;;;'' ,;;:-~" L_.str.307: ## @.str.307 .asciz " | / / | / |;;' ,''" L_.str.308: ## @.str.308 .asciz " / / | \\| | ,;( -Tua Xiong" L_.str.309: ## @.str.309 .asciz " _/ /' \\ \\_) .---__\\_ \\,--._______" L_.str.310: ## @.str.310 .asciz " ( )|' (~-_| (;;' ;;;~~~ ' `;;| ;;; " L_.str.311: ## @.str.311 .asciz " ) `|_ |-_;;--__ ~~~----__/' /'_______/" L_.str.312: ## @.str.312 .asciz " `----' ( `~--_ ~~~;;------------~~~~~ ;;;'_ '" L_.str.313: ## @.str.313 .asciz " `~~~~~~~~'~~~-----....___;;;____---~~" L_.str.314: ## @.str.314 .asciz "Here you will face a series of trials, make sure every choice counts." L_.str.315: ## @.str.315 .asciz "Would you like your name to be in all caps? 1:Yes 2:No" L_.str.316: ## @.str.316 .asciz "Wrong entry, continuing." .section __TEXT,__const l___const.main.goblin: ## @__const.main.goblin .asciz "Goblin\000\000\000" l___const.main.zombie: ## @__const.main.zombie .asciz "Zombie\000\000\000" l___const.main.giant: ## @__const.main.giant .asciz "Giant\000\000\000\000" .p2align 4 ## @__const.main.highSumm l___const.main.highSumm: .asciz "High Summoner\000\000\000\000\000\000\000\000\000\000\000" .p2align 4 ## @__const.main.quetzal l___const.main.quetzal: .asciz "God Quetzalcoatl\000\000\000\000\000\000\000\000" .p2align 4 ## @__const.main.goblinATT l___const.main.goblinATT: .asciz "The Goblin takes his tiny shiv and cuts you.\000\000\000\000\000" .p2align 4 ## @__const.main.zombieATT l___const.main.zombieATT: .asciz "The Zombie lunges forward and bites you.\000\000\000\000\000\000\000\000\000" .p2align 4 ## @__const.main.giantATT l___const.main.giantATT: .asciz "The Giant takes his club and strikes you in the chest\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .p2align 4 ## @__const.main.highATT l___const.main.highATT: .asciz "The High Summoner casts a large cloud above you and calls down a bolt of lightning.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .p2align 4 ## @__const.main.quetzalATT l___const.main.quetzalATT: .asciz "Quetzalcoatl, The Creator, blasts you with a blue stream of fire.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.317: ## @.str.317 .asciz "Pick your class." L_.str.318: ## @.str.318 .asciz "________________________________________________________________" L_.str.319: ## @.str.319 .asciz "1. Warrior." L_.str.320: ## @.str.320 .asciz "2. Magician." L_.str.321: ## @.str.321 .asciz "3. Exit." L_.str.322: ## @.str.322 .asciz "You have selected Warrior." L_.str.323: ## @.str.323 .asciz "You have selected Magician." L_.str.324: ## @.str.324 .asciz "Heading back to the main menu!" L_.str.325: ## @.str.325 .asciz "Please select a valid option" L_.str.326: ## @.str.326 .asciz "You will be given 3 health potions that heal \"20%\" of your health.\nUse them wisely." L_.str.327: ## @.str.327 .asciz "Something went wrong with warrior/magician boolean" L_.str.328: ## @.str.328 .asciz "%s HP: %d DMG: %d \n" L_.str.329: ## @.str.329 .asciz "Something went wrong calculating string name." L_.str.330: ## @.str.330 .asciz "Warrior: %s HP: %d DMG: %d \n" L_.str.331: ## @.str.331 .asciz "Magician: %s HP: %d DMG: %d \n" L_.str.332: ## @.str.332 .asciz "1. Attack." L_.str.333: ## @.str.333 .asciz "2. Magic." L_.str.334: ## @.str.334 .asciz "3. Health Potion." L_.str.335: ## @.str.335 .asciz "You've attacked for %d.\n" L_.str.336: ## @.str.336 .asciz "You have no more potions left!" L_.str.337: ## @.str.337 .asciz "%s\n" L_.str.338: ## @.str.338 .asciz "Something went wrong calculating attack string." L_.str.339: ## @.str.339 .asciz "You took %d damage.\n" L_.str.340: ## @.str.340 .asciz "Their attempt to attack you has failed." L_.str.341: ## @.str.341 .asciz "You have defeated the %s\n" L_.str.342: ## @.str.342 .asciz "Something went wrong calculating the defeat string." L_.str.343: ## @.str.343 .asciz "You lose." L_.str.344: ## @.str.344 .asciz "Would you like to continue? 1: Yes 2: No" L_.str.345: ## @.str.345 .asciz "Continuing..." L_.str.346: ## @.str.346 .asciz "Closing..." L_.str.347: ## @.str.347 .asciz "Wrong choice, please enter 1 or 2." L_.str.348: ## @.str.348 .asciz "Congratulations %s, you defeated all the bosses in Room 20!\n" L_.str.349: ## @.str.349 .asciz "%s's stats were\n_______________\n" L_.str.350: ## @.str.350 .asciz "Level: %d\n" L_.str.351: ## @.str.351 .asciz "Attack: %d\n" L_.str.352: ## @.str.352 .asciz "Magic: %d\n" L_.str.353: ## @.str.353 .asciz "Health: %d\n" L_.str.354: ## @.str.354 .asciz "Defense: %d\n" L_.str.355: ## @.str.355 .asciz "TotalHP: %d\n" L_.str.356: ## @.str.356 .asciz "______________________________________" L_.str.357: ## @.str.357 .asciz "1. Start New Game" L_.str.358: ## @.str.358 .asciz "2. Save to Hall of Fame -stats.txt-" L_.str.359: ## @.str.359 .asciz "3. Read the Hall of Fame -stats.txt-" L_.str.360: ## @.str.360 .asciz "4. Exit Room 20" L_.str.361: ## @.str.361 .asciz "Saving stats to stats.txt..." L_.str.362: ## @.str.362 .asciz "stats.txt" L_.str.363: ## @.str.363 .asciz "a" L_.str.364: ## @.str.364 .asciz "Name: %s\n" L_.str.365: ## @.str.365 .asciz "___________________\n" L_.str.366: ## @.str.366 .asciz "Reading stats from stats.txt..." L_.str.367: ## @.str.367 .asciz "r" L_.str.368: ## @.str.368 .asciz "Thank you for playing, goodbye." L_.str.369: ## @.str.369 .asciz "Wrong entry." L_.str.370: ## @.str.370 .asciz "A penguin drinking a been" L_.str.371: ## @.str.371 .asciz "Entered Moises' room" L_.str.372: ## @.str.372 .asciz "You open the door and see 5 doors which one do you choose?..." L_.str.373: ## @.str.373 .asciz "Choose an option below (Enter 99 to quit)" L_.str.374: ## @.str.374 .asciz "Door 1 " L_.str.375: ## @.str.375 .asciz "Door 2 " L_.str.376: ## @.str.376 .asciz "Door 3 " L_.str.377: ## @.str.377 .asciz "Door 4" L_.str.378: ## @.str.378 .asciz "Door is cold to the touch" L_.str.379: ## @.str.379 .asciz "What do you do first" L_.str.380: ## @.str.380 .asciz "1.Do you try and build a fire?" L_.str.381: ## @.str.381 .asciz "2.Do you look for warm clothing?" L_.str.382: ## @.str.382 .asciz "3.Do you tough it out?" L_.str.383: ## @.str.383 .asciz "Do you even know how to start a fire?" L_.str.384: ## @.str.384 .asciz "Of course you don't, but luckily there is a lighter in front of you" L_.str.385: ## @.str.385 .asciz "You find some dried up branches and leaves and light them" L_.str.386: ## @.str.386 .asciz "So now that the fire is started what do you do" L_.str.387: ## @.str.387 .asciz "1. Look for food" L_.str.388: ## @.str.388 .asciz "2. Find something to put on" L_.str.389: ## @.str.389 .asciz "3. Nothing, ill stay wasrm by the fire." L_.str.390: ## @.str.390 .asciz "Smart move need to get some clothes luckily theres clothes right next to you" L_.str.391: ## @.str.391 .asciz "I too like to live dangerously" L_.str.392: ## @.str.392 .asciz "But you really shouldve chosen something else" L_.str.393: ## @.str.393 .asciz "Try again" L_.str.394: ## @.str.394 .asciz "Who left the heater on?" L_.str.395: ## @.str.395 .asciz "You fall from the sky towards the ground" L_.str.396: ## @.str.396 .asciz "Are you scared?" L_.str.397: ## @.str.397 .asciz "1. Yes 2. No" L_.str.398: ## @.str.398 .asciz "You shouldn't be you have a parachute" L_.str.399: ## @.str.399 .asciz "Kinda edgy of you, are you ok? Maybe you should talk to somebody" L_.str.400: ## @.str.400 .asciz "You only really have two options" L_.str.401: ## @.str.401 .asciz "There is a strange man in front of you" L_.str.402: ## @.str.402 .asciz "1.Do you approach him? or 2. Do you ignore him?" L_.str.403: ## @.str.403 .asciz "Door is locked cannot open \n" L_.str.404: ## @.str.404 .asciz "As you open the door, you notice a sign reading: \"This is Phillip F. Aguilera's room\".\nYou enter the room and close the door behind you, noticing the choice of more doors. There are three more doors to choose.\nA sheet of paper is lying on the floor. You pick it up and begin to read what has been written.\nIt states:\n" L_.str.405: ## @.str.405 .asciz "You have %d bananas and %d oranges.\n" L_.str.406: ## @.str.406 .asciz "Enter the rooms and try to escape with the highest amount of bananas and oranges as possible!\n" L_.str.407: ## @.str.407 .asciz "You must have XXX amount of bananas and oranges in XXX amount of turns or you lose!\n" L_.str.408: ## @.str.408 .asciz "Main Menu:\n1) Enter Room 1.\n2) Enter Room 2.\n3) Enter Room 3.\n" L_.str.409: ## @.str.409 .asciz "Enter the Room you wish to enter: " L_.str.410: ## @.str.410 .asciz "You are in Room 1.\n" L_.str.411: ## @.str.411 .asciz "You are in Room 2.\n" L_.str.412: ## @.str.412 .asciz "You are in Room 3.\n" L_.str.413: ## @.str.413 .asciz "Room for Richmond Laureta AKA (rlaureta)\n" L_.str.414: ## @.str.414 .asciz "You are in a pod sleeping for over a thousand years, oblivious to everything, \nwhen all of a sudden, earthquake struck and collapsed the dungeon you are in. \nYour pod remains in tact and then a lightning hit your pod.\n You are awakened... you got out of your pod to a ruined dungeon." L_.str.415: ## @.str.415 .asciz "\n\nYou see two pathways with doors at the end: \n\n1. The left pathway: INTELLIGENCE eteched on the door(RANDOM POWER)). " L_.str.416: ## @.str.416 .asciz "\n2. The right pathway: STRENGTH etched on the door." L_.str.417: ## @.str.417 .asciz "\nWhich pathway you want to choose?(Press 0 to exit at anytime.) " L_.str.418: ## @.str.418 .asciz "\nYou open the door and see three staffs, set on a table in the middle of the room. You walk over to the table to see the choices of staffs.\n\n" L_.str.419: ## @.str.419 .asciz "1. This staff is red and can cast flame.\n" L_.str.420: ## @.str.420 .asciz "2. This staff is blue and can cast water blast.\n" L_.str.421: ## @.str.421 .asciz "You have to choose the elemental for your weapon: " L_.str.422: ## @.str.422 .asciz "\nYou picked up the fire staff and your outfit changed into a fire red wizard.\n" L_.str.423: ## @.str.423 .asciz "You exit the collapsed dungeon and after exiting you see a woman being attacked by a goblin.\n\n" L_.str.424: ## @.str.424 .asciz "1. Help the woman and cast flame on the goblin.\n" L_.str.425: ## @.str.425 .asciz "2. Cast flame on both the goblin and the woman.\n" L_.str.426: ## @.str.426 .asciz "Which action do you want to take? " L_.str.427: ## @.str.427 .asciz "Power of the weapon: " L_.str.428: ## @.str.428 .asciz "\nYou run towards the goblin and cast your flame spell. The goblin attacked you, but also, the goblin died in flames.\n" L_.str.429: ## @.str.429 .asciz "The woman thanked you and gave you a health potion for healing.\n" L_.str.430: ## @.str.430 .asciz "The woman explained to you what happened to the village. The woman told you \nthat the village is being attacked by an evil sorcerer in the fortress castle.\n" L_.str.431: ## @.str.431 .asciz "It is up to you if you want to save the village with your fire staff.\n\n" L_.str.432: ## @.str.432 .asciz "1. Face the evil sorcerer.\n" L_.str.433: ## @.str.433 .asciz "2. Ignore the woman.\n" L_.str.434: ## @.str.434 .asciz "What course of action would you like to take? " L_.str.435: ## @.str.435 .asciz "\nYou journeyed to the castle and battled many enemy then you face the evil sorcerer.\n" L_.str.436: ## @.str.436 .asciz "He wants to make a deal with you. If you can help him take over the village.\n\n" L_.str.437: ## @.str.437 .asciz "1. Ignore him and defeat the evil sorcerer.\n" L_.str.438: ## @.str.438 .asciz "2. Accept the deal and rule the village with him.\n" L_.str.439: ## @.str.439 .asciz "What do you want to do? " L_.str.440: ## @.str.440 .asciz "\nYou defeated the sorcerer and saved countless lives. \nThe village honored you and became the fire red KING WIZARD.\n" L_.str.441: ## @.str.441 .asciz "Game Completed." L_.str.442: ## @.str.442 .asciz "\nYou defeated the sorcerer but suffered loses. \nThe village honored you and became the fire red KING WIZARD.\n" L_.str.443: ## @.str.443 .asciz "You ignored the woman and still went to the castle and face the evil sorcerer." L_.str.444: ## @.str.444 .asciz "\nYou defeated the sorcerer and ruled with iron fist. \nThe village honored you and became the fire red KING WIZARD.\n" L_.str.445: ## @.str.445 .asciz "You ruled with the evil sorcerer with an iron fist." L_.str.446: ## @.str.446 .asciz "You heartlessly cast the flame on the goblin and the woman killing them both." L_.str.447: ## @.str.447 .asciz "The woman's soul was released and haunts you telling you that you need \nto kill the evil sorcerer that is invading the village living in the fortress castle." L_.str.448: ## @.str.448 .asciz "It is up to you if you want to save the village with your fire staff.\n\n" L_.str.449: ## @.str.449 .asciz "2. Ignore the woman's soul\n" L_.str.450: ## @.str.450 .asciz "\nYou defeated the sorcerer but lost a lot of lives and the woman you killed haunts your mind forever. \nThe village honored you and you became the fire red KING WIZARD.\n" L_.str.451: ## @.str.451 .asciz "You made the pact with the evil sorcerer and ruled the village cruely for thousands of years." L_.str.452: ## @.str.452 .asciz "You ignored the soul and still went to the castle and face the evil sorcerer." L_.str.453: ## @.str.453 .asciz "\nYou picked up the blue staff and your outfit changed into a blue wizard.\n" L_.str.454: ## @.str.454 .asciz "1. Help the woman and cast water blast on the goblin.\n" L_.str.455: ## @.str.455 .asciz "2. Cast water blast on both the goblin and the woman to kill them.\n" L_.str.456: ## @.str.456 .asciz "\nYou run towards the goblin and cast your water blast spell. The goblin attacked you, but also, the goblin died with the water blast.\n" L_.str.457: ## @.str.457 .asciz "\nIt is up to you if you want to save the village with your water staff.\n\n" L_.str.458: ## @.str.458 .asciz "\nYou defeated the sorcerer and saved countless lives. \nThe village honored you and became the water blue KING WIZARD.\n" L_.str.459: ## @.str.459 .asciz "You made the pact with the evil sorcerer and ruled the village with an iron fist.\n" L_.str.460: ## @.str.460 .asciz "You heartlessly cast the water blast on the goblin and the woman killing them both." L_.str.461: ## @.str.461 .asciz "It is up to you if you want to save the village with your water staff.\n\n" L_.str.462: ## @.str.462 .asciz "\nYou defeated the sorcerer but lost a lot of lives and the woman you killed haunts your mind forever. \nThe village honored you and you became the water blue KING WIZARD.\n" L_.str.463: ## @.str.463 .asciz "You ignored the woman's soul and still went to the castle and face the evil sorcerer." L_.str.464: ## @.str.464 .asciz "\nYou open the door and you see two weapons, set on a table in the middle of the room. You walk over to the table to see the choices of weapon.\n\n" L_.str.465: ## @.str.465 .asciz "1. The first weapon is a katana\n" L_.str.466: ## @.str.466 .asciz "2. The second weapon is a lance\n" L_.str.467: ## @.str.467 .asciz "What is your weapon choice? " L_.str.468: ## @.str.468 .asciz "\nYou picked up the katana blade and your outfit changed into a samurai warrior.\n" L_.str.469: ## @.str.469 .asciz "1. Help the woman and attack the goblin with the katana.\n" L_.str.470: ## @.str.470 .asciz "2. Use the katana on both the goblin and the woman to kill them.\n" L_.str.471: ## @.str.471 .asciz "Weapon powered up: " L_.str.472: ## @.str.472 .asciz "\nYou run towards the goblin and use your katana. The goblin attacked you, but also, the goblin died.\n" L_.str.473: ## @.str.473 .asciz "It is up to you if you want to save the village with your katana.\n\n" L_.str.474: ## @.str.474 .asciz "You defeated the evil sorcerer saved countless lives. You were honored by the villagers and became an emperor shogun.\n" L_.str.475: ## @.str.475 .asciz "Game complete." L_.str.476: ## @.str.476 .asciz "You ruled the village with the evil with an iron fist.\n" L_.str.477: ## @.str.477 .asciz "You heartlessly use the katana on the goblin and the woman killing them both." L_.str.478: ## @.str.478 .asciz "The woman's soul was released and haunts you telling you that you need \nto kill the evil sorcerer that is invading the village living in the fortress castle.\n" L_.str.479: ## @.str.479 .asciz "You defeated the evil sorcerer but lost a lot of lives. You were honored by the villagers and became an emperor shogun." L_.str.480: ## @.str.480 .asciz "You ruled the village with the evil sorcerer and become tyranical.\n" L_.str.481: ## @.str.481 .asciz "\nYou picked up the lance and your costume changed to a Knight.\n" L_.str.482: ## @.str.482 .asciz "1. Help the woman and use the lance on the goblin.\n" L_.str.483: ## @.str.483 .asciz "2. Use the lance on both the goblin and the woman to kill them.\n" L_.str.484: ## @.str.484 .asciz "\nYou run towards the goblin and use your lance. The goblin attacked you, but also, the goblin died.\n" L_.str.485: ## @.str.485 .asciz "It is up to you if you want to save the village with your lance.\n\n" L_.str.486: ## @.str.486 .asciz "You defeated the evil sorcerer. The villager honored you and you became the knight KING.\n" L_.str.487: ## @.str.487 .asciz "You ruled the land with the evil sorcerer with an iron fist.\n" L_.str.488: ## @.str.488 .asciz "You heartlessly use the lance on the goblin and the woman killing them both." L_.str.489: ## @.str.489 .asciz "You defeated the evil sorcerer but lost a lot of lives. The villager honored you and you became the knight KING.\n" L_.str.490: ## @.str.490 .asciz "You ruled the village with the evil sorcerer and became tyranical.\n" L_.str.491: ## @.str.491 .asciz "\nENDING CREDITS: \n" L_.str.492: ## @.str.492 .asciz "-" .section __TEXT,__literal8,8byte_literals L___const.main.creatorName: ## @__const.main.creatorName .ascii "RICHMOND" .section __TEXT,__cstring,cstring_literals L_.str.493: ## @.str.493 .asciz "\n%c" L_.str.494: ## @.str.494 .asciz "output25.txt" L_.str.495: ## @.str.495 .asciz "w" L_.str.496: ## @.str.496 .asciz "\nCredits is written and saved on the output25.txt\n" L_.str.497: ## @.str.497 .asciz "THIS game is created By RICHMOND LAURETA for CSC 251 for Garrett Poppe. Thank YOU PROFESSOR for this semester." .section __TEXT,__const .p2align 4 ## @__const.main.riddleoptions l___const.main.riddleoptions: .asciz "The Kingdom of Kush\000\000\000\000\000" .asciz "The Kingdom of Aksum\000\000\000\000" .asciz "The Land of Punt\000\000\000\000\000\000\000\000" .asciz "Harla Kingdom\000\000\000\000\000\000\000\000\000\000\000" .asciz "Kingdom of D'mt\000\000\000\000\000\000\000\000\000" .asciz "Kingdom of Numidia\000\000\000\000\000\000" .asciz "Mali\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .asciz "Kindom of Kerma\000\000\000\000\000\000\000\000\000" .asciz "Kindom of Makuria\000\000\000\000\000\000\000" .section __TEXT,__cstring,cstring_literals L_.str.498: ## @.str.498 .asciz "\nYou open the door...It's oddly heavy...Nonetheless it's open.\n" L_.str.499: ## @.str.499 .asciz "Upon entering the room, there's a riddle at the wall.....Behold:" L_.str.500: ## @.str.500 .asciz "1. Read the riddle." L_.str.501: ## @.str.501 .asciz "2. Turn back." L_.str.502: ## @.str.502 .asciz "3. Wipe the riddle off." L_.str.503: ## @.str.503 .asciz "\nThe riddle reads:\n" L_.str.504: ## @.str.504 .asciz "In the \"kingdom\" of gold where the red and yellow banner is hoisted." L_.str.505: ## @.str.505 .asciz "There inneth lies a mighty murky stream 4570720 yards long." L_.str.506: ## @.str.506 .asciz "Resources never forsaken. Never squandered. Never disregarded." L_.str.507: ## @.str.507 .asciz "What is this place?:" L_.str.508: ## @.str.508 .asciz "%d. %s\n" L_.str.509: ## @.str.509 .asciz "You are a individual of wisdom...Duly please..." L_.str.510: ## @.str.510 .asciz "Continue on...\n\n" L_.str.511: ## @.str.511 .asciz "Curse be upon thee..." L_.str.512: ## @.str.512 .asciz "Thou shalt pass... but with blighted charm!!!" L_.str.513: ## @.str.513 .asciz "Zaaaaaapppppp!!!!!!\n\n" L_.str.514: ## @.str.514 .asciz "thefileoflife.txt" L_.str.515: ## @.str.515 .asciz "This \"lucky\" egg won't assist you. You must think harder.\n" L_.str.516: ## @.str.516 .asciz "You attempt to turn back..." L_.str.517: ## @.str.517 .asciz "There is no where to turn back!!! Door does not exist anymore!!!" L_.str.518: ## @.str.518 .asciz "You must do something else!" L_.str.519: ## @.str.519 .asciz "You wipe the riddle off with your hand..." L_.str.520: ## @.str.520 .asciz "It comes off like butter..." L_.str.521: ## @.str.521 .asciz "...but another riddle appears on the wall!!!" L_.str.522: ## @.str.522 .asciz "It reads:" L_.str.523: ## @.str.523 .asciz "Please select the square root of %d:\n" L_.str.524: ## @.str.524 .asciz "1. %f\n" L_.str.525: ## @.str.525 .asciz "2. %f\n" L_.str.526: ## @.str.526 .asciz "3. %f\n" L_.str.527: ## @.str.527 .asciz "4. %f\n" L_.str.528: ## @.str.528 .asciz "Absoutely incorrect!!! Incorrect calculations!!!" L_.str.529: ## @.str.529 .asciz "A hole opens beneth the \"floor()\"" L_.str.530: ## @.str.530 .asciz "You fall swiftly into it.\n\n" L_.str.531: ## @.str.531 .asciz "Hmmm...That answer is accurate" L_.str.532: ## @.str.532 .asciz "...But not seemingly satisfying..." L_.str.533: ## @.str.533 .asciz "You are allowed to proceed into an unknown place.\n\n" L_.str.534: ## @.str.534 .asciz "\nRoom 27 (SM)" L_.str.535: ## @.str.535 .asciz "You have entered room 27" L_.str.536: ## @.str.536 .asciz "The room is empty, you turn back...." L_.str.537: ## @.str.537 .asciz "The door has magically disappeared" L_.str.538: ## @.str.538 .asciz "Suddenly you hear something fall" L_.str.539: ## @.str.539 .asciz "what do you do?" L_.str.540: ## @.str.540 .asciz "1. Stop?" L_.str.541: ## @.str.541 .asciz "2. Look around the room?" L_.str.542: ## @.str.542 .asciz "3. Find out what made the noise?" L_.str.543: ## @.str.543 .asciz "\nWhy did you stop?" L_.str.544: ## @.str.544 .asciz "Keep going" L_.str.545: ## @.str.545 .asciz "You are still in Room 27" L_.str.546: ## @.str.546 .asciz "\nYou see numbers on the wall" L_.str.547: ## @.str.547 .asciz "\n\nYou find a keypad, do you?" L_.str.548: ## @.str.548 .asciz "1. Enter numbers? " L_.str.549: ## @.str.549 .asciz "2. Dont do anything" L_.str.550: ## @.str.550 .asciz "\nEnter code" L_.str.551: ## @.str.551 .asciz "\nYou didnt enter the correct numbers" L_.str.552: ## @.str.552 .asciz "The keypad breaks" L_.str.553: ## @.str.553 .asciz "There is no escape\n" L_.str.554: ## @.str.554 .asciz "\nYou entered the numbers from the wall" L_.str.555: ## @.str.555 .asciz "A door opens up\nyou walk out" L_.str.556: ## @.str.556 .asciz "You survived the escape room\n" L_.str.557: ## @.str.557 .asciz "\nYou have entered another room\n" L_.str.558: ## @.str.558 .asciz "\nYou are still in Room 27" L_.str.559: ## @.str.559 .asciz "\nThe item on the floor is a flashlight?" L_.str.560: ## @.str.560 .asciz "The lights go out....." L_.str.561: ## @.str.561 .asciz "Do you...." L_.str.562: ## @.str.562 .asciz "1.Turn on flashlight?\n2.Do nothing" L_.str.563: ## @.str.563 .asciz "you enter the room marked 28" L_.str.564: ## @.str.564 .asciz "As the panic of drowning subsides you look up to notice that the room is shaking and the ground splitting in half revealing a pit to nothingness you have to act fast or risk missing the jump across!" L_.str.565: ## @.str.565 .asciz "What do you do:" L_.str.566: ## @.str.566 .asciz "1. JUMP!" L_.str.567: ## @.str.567 .asciz "2. Quickly look around and reassess the situation" L_.str.568: ## @.str.568 .asciz "99. At any time to End Game" L_.str.569: ## @.str.569 .asciz "in a panic you jump across the pit and make it safely to the other side." L_.str.570: ## @.str.570 .asciz "As you made your jump you noticed that there was a key dangling on a string over the midde of the pit, but missed your opportunity to grab it." L_.str.571: ## @.str.571 .asciz "As you look around you notice a door sealed shut by vines, and there is a locked chest right next to it" L_.str.572: ## @.str.572 .asciz "You suspect that the key will open the chest, but you have to get it first..." L_.str.573: ## @.str.573 .asciz "1. Try to jump across and jump back to grab the key" L_.str.574: ## @.str.574 .asciz "2. Check inventory" L_.str.575: ## @.str.575 .asciz "You attempt the first jump and realize too late that the pit is far too wide to jump across, you fall into the darkness and are never seen again...." L_.str.576: ## @.str.576 .asciz "Game Over" L_.str.577: ## @.str.577 .asciz "you check your inventory and notice that you packed your trusty hook attached to a long stick, you can use this to get the key." L_.str.578: ## @.str.578 .asciz "you reach across the pit with your hook and grab the key, unfortunatly in the action you drop the hook while just barely being able to hang onto the key" L_.str.579: ## @.str.579 .asciz "You say your farewells to the hook and put the key in your inventory." L_.str.580: ## @.str.580 .asciz "Key added to inventory" L_.str.581: ## @.str.581 .asciz "You are now faced with a locked chest and a vine covered door" L_.str.582: ## @.str.582 .asciz "1. inspect door." L_.str.583: ## @.str.583 .asciz "2. open chest with key" L_.str.584: ## @.str.584 .asciz "upon further inspection you notice that the vines appear flamable..." L_.str.585: ## @.str.585 .asciz "you then turn your attention to the chest, you pull out the key and unlock the chest, inside you find a scroll which reads:" L_.str.586: ## @.str.586 .asciz "write a spell and this scroll will grant you power..." L_.str.587: ## @.str.587 .asciz "Unfortunately you only studied one year of spellcasting in highschool and the only three spells you remember from back then are:" L_.str.588: ## @.str.588 .asciz "1. fire" L_.str.589: ## @.str.589 .asciz "2. water" L_.str.590: ## @.str.590 .asciz "3. earth" L_.str.591: ## @.str.591 .asciz "What will you write:" L_.str.592: ## @.str.592 .asciz "you write the ancient runes of fire onto the page." L_.str.593: ## @.str.593 .asciz "The scroll flashes bright red with fiery power, suddenly your hands begin to feel hot, when suddenly they light ablaze! with this power you can shoot fire out of your hand!" L_.str.594: ## @.str.594 .asciz "You strike an agressive pose and engulf the vine covered door in flames." L_.str.595: ## @.str.595 .asciz "As the fire and smoke subside, the door sits ajar with a light shining through." L_.str.596: ## @.str.596 .asciz "What will you do:" L_.str.597: ## @.str.597 .asciz "1. walk through the door" L_.str.598: ## @.str.598 .asciz "2. Turn around and jump into the pit" L_.str.599: ## @.str.599 .asciz "You open the door and are blinded by light, as your vision returns you realize you are in the middle of nowhere in the desert, and the door magically dissapears" L_.str.600: ## @.str.600 .asciz "You escaped, but now what?" L_.str.601: ## @.str.601 .asciz "Congrats you finished the game. Thank you for playing!" L_.str.602: ## @.str.602 .asciz "I'm not sure why you chose this, but you turn around and jump into the pit, you are never seen again...." L_.str.603: ## @.str.603 .asciz "Game Over..." L_.str.604: ## @.str.604 .asciz "You write down the ancient runes of water onto the page." L_.str.605: ## @.str.605 .asciz "the scroll glows a conforting blue color, suddenly your hands feel damp, you can now use this on the door." L_.str.606: ## @.str.606 .asciz "You ready yourself and shoot a powerful stream of water on the vines." L_.str.607: ## @.str.607 .asciz "You stare at the vines as they grow greener and stronger from the water, the vines then grow at a rapid rate engulfing the narrow walkway that you stand on." L_.str.608: ## @.str.608 .asciz "You find yourself losing balance on the decreasing surface, eventually falling into the pit..." L_.str.609: ## @.str.609 .asciz "You are never seen again..." L_.str.610: ## @.str.610 .asciz "You write the ancient rune of earth." L_.str.611: ## @.str.611 .asciz "suddenly the scroll glows emerald green, as your hands begin to feel one with the earth, you can use this on the door." L_.str.612: ## @.str.612 .asciz "You ground yourself, and use your new powers on the vines." L_.str.613: ## @.str.613 .asciz "To your suprise, the earth spell you wrote only makes the vines stronger, so much so that they begin to grow wildly out of control!" L_.str.614: ## @.str.614 .asciz "The vines begin to take up most of the surface you stand on..." L_.str.615: ## @.str.615 .asciz "You find yourself losing balance on the decreasing space, eventually falling into the pit..." L_.str.616: ## @.str.616 .asciz "you turn your attention to the chest, you pull out the key and unlock the chest, inside you find a scroll which reads:" L_.str.617: ## @.str.617 .asciz "you write the ancient runes onto the page." L_.str.618: ## @.str.618 .asciz "As you look around frantically you notice a chest on the other side next to a door and a key dangling over the ever growing death pit on a string.... now is the time to jump" L_.str.619: ## @.str.619 .asciz "As you make your jump you take the time to aim for grabbing the key on the way over.... It's going to be close, lets see if you can make it." L_.str.620: ## @.str.620 .asciz "You leap through the air and grab the other side, when suddenly the ledge gives way, leaving you to fall into the darkness never to be seen again...." L_.str.621: ## @.str.621 .asciz "You jump with all your might, and land on the other side barely missing the fall by an inch." L_.str.622: ## @.str.622 .asciz "You made it across! now before you sits a door closed off by vines and a locked chest that you suspect will be unlocked by the key..." L_.str.623: ## @.str.623 .asciz "What is your next move:" L_.str.624: ## @.str.624 .asciz "1. Open the chest" L_.str.625: ## @.str.625 .asciz "2. Further inspect the door" L_.str.626: ## @.str.626 .asciz "You open the door and find yourself trapped in another room." L_.str.627: ## @.str.627 .asciz "In front of you are three buttons: blue, red, yellow." L_.str.628: ## @.str.628 .asciz "Lets play a game :)" L_.str.629: ## @.str.629 .asciz "Pick a button:" L_.str.630: ## @.str.630 .asciz "1.Blue" L_.str.631: ## @.str.631 .asciz "2.Red" L_.str.632: ## @.str.632 .asciz "3.Yellow" L_.str.633: ## @.str.633 .asciz "Enter '1' '2' '3'." L_.str.634: ## @.str.634 .asciz "Room 1" L_.str.635: ## @.str.635 .asciz "Water starts pouring out from the cieling, this room is starting to flood too!" L_.str.636: ## @.str.636 .asciz "You must find a way to stop the water or you will drown, time is running out!" L_.str.637: ## @.str.637 .asciz "Room 2" L_.str.638: ## @.str.638 .asciz "Your hear a loud crank, the walls slowly start to close in" L_.str.639: ## @.str.639 .asciz "You must find a way to stop the walls, time is running out!" L_.str.640: ## @.str.640 .asciz "A generator turns on, the air begins to get vaccumed out of the room" L_.str.641: ## @.str.641 .asciz "You must find a way to stop from suffocating, time is running out!" L_.str.642: ## @.str.642 .asciz "Timer %d minutes left\n" L_.str.643: ## @.str.643 .asciz "1.Look Around" L_.str.644: ## @.str.644 .asciz "2.Use Laptop" L_.str.645: ## @.str.645 .asciz "3.Use Tools" L_.str.646: ## @.str.646 .asciz "4.Open Door" L_.str.647: ## @.str.647 .asciz "You look around the room." L_.str.648: ## @.str.648 .asciz "The lights in the room are flickering." L_.str.649: ## @.str.649 .asciz "In the middle is a big metal crate and ontop is a laptop and small box on it." L_.str.650: ## @.str.650 .asciz "One wall has a lot of light switches with a calander next to it." L_.str.651: ## @.str.651 .asciz "The calander has the last day circled on the month of december." L_.str.652: ## @.str.652 .asciz "The other wall has a lever with a stickynote next to it saying 'hex: FF'." L_.str.653: ## @.str.653 .asciz "There is another door in front of you but its locked." L_.str.654: ## @.str.654 .asciz "You go up to the laptop and open it up to a terminal" L_.str.655: ## @.str.655 .asciz "Please enter code:" L_.str.656: ## @.str.656 .asciz "You hear a loud clank, the water stops pouring from the cieling" L_.str.657: ## @.str.657 .asciz "A vent opens up in the cieling:" L_.str.658: ## @.str.658 .asciz "You have survived and escaped!!" L_.str.659: ## @.str.659 .asciz "Door is locked." L_.str.660: ## @.str.660 .asciz "Sorry time ran out and you died" L_.str.661: ## @.str.661 .asciz "Welcome to room 32 where I already know what is on your mind." L_.str.662: ## @.str.662 .asciz "I bet I can guess what number your thinking of with just a couple of instructions." L_.str.663: ## @.str.663 .asciz "Up for the challenge? y/n" L_.str.664: ## @.str.664 .asciz "%c" L_.str.665: ## @.str.665 .asciz "Pick a number, any number and make sure you remember that number." L_.str.666: ## @.str.666 .asciz "Now double the number." L_.str.667: ## @.str.667 .asciz "Now add 10 to the new number." L_.str.668: ## @.str.668 .asciz "Divide it by 2" L_.str.669: ## @.str.669 .asciz "Now subtract that by the original number." L_.str.670: ## @.str.670 .asciz "Your new number is now 5" L_.str.671: ## @.str.671 .asciz "I see you're in no mood for a little fun" L_.str.672: ## @.str.672 .asciz "Welcome to Mythical Island Adventure: you will face certain situations where your character has to make right decision to complete the game. Use your wits to survive the Mythical Island. Good Luck!\n" L_.str.673: ## @.str.673 .asciz "Choose the response between entering 1 or 2 whichever will take you further the game. Enter 99 to exit the room 34.\n" L_.str.674: ## @.str.674 .asciz "You start on the journey to come back home to your family for Christmass holiday. Your magical wand transform into a broom stick and fly to the skies. In the middle of the ocean, storm came and broke your broom-stick. You find your self in the middle of the island or so called Mythical Island. What do you do?\n" L_.str.675: ## @.str.675 .asciz "1: You make a boat using coconut leaves and try to escape to the ocean.\n" L_.str.676: ## @.str.676 .asciz "2: You find and built a shelter using woods and stones.\n" L_.str.677: ## @.str.677 .asciz "Your choice: " L_.str.678: ## @.str.678 .asciz "The boat is not strong enough and destroyed your journey going to your family celebration in Christmass holiday.\n" L_.str.679: ## @.str.679 .asciz "Game Over!\n" L_.str.680: ## @.str.680 .asciz "Your shelter is built. You start exploring the island...\n" L_.str.681: ## @.str.681 .asciz "Invalid input! Please enter 1 or 2 only.\n" L_.str.682: ## @.str.682 .asciz "You see cyclops with their weapons while exploring the forest inside of the island. What do you do?\n" L_.str.683: ## @.str.683 .asciz "1: You try to fight and kill the monster using a wood.\n" L_.str.684: ## @.str.684 .asciz "2: You quickly hide and secretely go to the other side of the island.\n" L_.str.685: ## @.str.685 .asciz "You became cyclops lunch, they said you are yummy and thank you for the meal.\n" L_.str.686: ## @.str.686 .asciz "You found fruits and coconut juice. You go back to your shelter and ate them to fight another day...\n" L_.str.687: ## @.str.687 .asciz "By exploring yesterday, you found out cyclops looks big and strong, and trolls looks small and weak. What do you do?\n" L_.str.688: ## @.str.688 .asciz "1: You approach the friendly trolls.\n" L_.str.689: ## @.str.689 .asciz "2: You approach cyclops to align yourself with powerful forces not sure their instention though.\n" L_.str.690: ## @.str.690 .asciz "The trolls are indeed friendly they invite you to their home, so your not alone anymore.\n" L_.str.691: ## @.str.691 .asciz "You try to communicate with cyclops. They get angry and attack you because their hunting prey got escape.\n" L_.str.692: ## @.str.692 .asciz "The grandpa troll tells you a story the enemies of the island of them are the pirates and other are cyclops. The next day you help trolls to catch fishes on the sea. However, you see a pirate ship on the other side of the island. What do you do?\n" L_.str.693: ## @.str.693 .asciz "1: You try to befriend them and use the opportunity to get away from the island.\n" L_.str.694: ## @.str.694 .asciz "2: You hide and run to tell the trolls about the arriving pirates on the island...\n" L_.str.695: ## @.str.695 .asciz "You are surrounded by pirates, and make you their slave. You are taken away from the island but stuck with pirates forever.\n" L_.str.696: ## @.str.696 .asciz "The trolls are happy you told them about the pirates are exploring the beach. The trolls create an invisible barrier to keep you and other trolls safe away from the pirates.\n" L_.str.697: ## @.str.697 .asciz "The pirates did not find any interesting on the island, they leave. Trolls and you gather and celebrate. However, the celebration is too loud, the cyclops came, break the barrier, and attacked the trolls home. The grandfather troll try to combat the cyclops but failed. He hand you down his magical pendant What do you do?\n" L_.str.698: ## @.str.698 .asciz "1: Take the magical pendant to fix your broken flying broom stick, save your self and ran away.\n" L_.str.699: ## @.str.699 .asciz "2: Take the pendant, fix your magical wand, summon fairies alliances to save trolls including the grandfather from evil cyclops.\n" L_.str.700: ## @.str.700 .asciz "Because of your selfishness, your flying broomstick broke, you trip over a cliff pluging to inevitable death.\n" L_.str.701: ## @.str.701 .asciz "The grandfather troll let you keep his magical pendant as a present, teach you to summon door a shorcut passage way going to your family home. Everyone surprise to welcome you warmly to celebrate Christmass holiday with them.\n " L_.str.702: ## @.str.702 .asciz "You win the game. The End!\n" L___const.main.riddle: ## @__const.main.riddle .asciz "joke" L_.str.703: ## @.str.703 .asciz "You entered Room 36" L_.str.704: ## @.str.704 .asciz "you are now entering an Arena, Where you can see the Ruler telling you to step into the middle." L_.str.705: ## @.str.705 .asciz "You can see three shadows walking to you, the Ruler askes you to choose one of the to fight them." L_.str.706: ## @.str.706 .asciz " What will you do?" L_.str.707: ## @.str.707 .asciz "1. Fight one of the Shadows" L_.str.708: ## @.str.708 .asciz "2. Try and talk to the Ruler" L_.str.709: ## @.str.709 .asciz "3. Try and run for your life" L_.str.710: ## @.str.710 .asciz "You chose to fight one of the shadows. Now chose with whom you will fight" L_.str.711: ## @.str.711 .asciz "1. shadow #1" L_.str.712: ## @.str.712 .asciz "2. shadow #2" L_.str.713: ## @.str.713 .asciz "3. shadow #3" L_.str.714: ## @.str.714 .asciz " You Chose Shadow 1, Shadow 1 is Albert Einstein" L_.str.715: ## @.str.715 .asciz "You are infront of Einstein stonished that you forgot ur fighting him." L_.str.716: ## @.str.716 .asciz "Einstein: Instead of fighting with your hands lets fight with our brains. You need to solve this problem to beat me." L_.str.717: ## @.str.717 .asciz " You Chose to fight Shadow #2." L_.str.718: ## @.str.718 .asciz " Shadow #2 is Thanos." L_.str.719: ## @.str.719 .asciz " Now you have done it. It's your time to try and fight the most powerful villain in the MCU. You are thinking 'how can i defeat him without any powers like the other Avengers?'" L_.str.720: ## @.str.720 .asciz " A mysterious Person appers and tosses you a flask and tells you to drink it......" L_.str.721: ## @.str.721 .asciz "Will you drink it????" L_.str.722: ## @.str.722 .asciz "......." L_.str.723: ## @.str.723 .asciz "....." L_.str.724: ## @.str.724 .asciz "..." L_.str.725: ## @.str.725 .asciz "It was water it didnt do much for you..... " L_.str.726: ## @.str.726 .asciz "You died" L_.str.727: ## @.str.727 .asciz "You chose to fight Shadow #3" L_.str.728: ## @.str.728 .asciz "Shadow #3 is Yoda." L_.str.729: ## @.str.729 .asciz " Star wars Theme starts to play in the background" L_.str.730: ## @.str.730 .asciz " before the fight starts Yoda speaks." L_.str.731: ## @.str.731 .asciz "Yoda: In trouble you are, May the force be with you" L_.str.732: ## @.str.732 .asciz " flip a coin we will, to see the force with whom it is." L_.str.733: ## @.str.733 .asciz "Win the game I did, die you will" L_.str.734: ## @.str.734 .asciz "Lose the game i did, reward you will get now." L_.str.735: ## @.str.735 .asciz "Please try again" L_.str.736: ## @.str.736 .asciz "You tried to talk to the Ruler" L_.str.737: ## @.str.737 .asciz "He only wants entertainment and He tells you that if you solve this riddle you are free to go but if you fail you are dead." L_.str.738: ## @.str.738 .asciz "I can be cracked, I can be made. I can be told, I can be played. What am I?" L_.str.739: ## @.str.739 .asciz "You try to run" L_.str.740: ## @.str.740 .asciz "You start to run to the arc you came in once inside you lock the doorbehind you,after taking your breath back you notice that there are two alley ways and you dont remember which path you took." L_.str.741: ## @.str.741 .asciz "Choose path 1 or path 2" L_.str.742: ## @.str.742 .asciz "You chose poorly and got caught by the guards and they killed you." L_.str.743: ## @.str.743 .asciz "A strange flying light guided you throughout the passage and you are now outside the cave" L_.str.744: ## @.str.744 .asciz " You are outside and ran as far as you could from the cave to never return...." L_.str.745: ## @.str.745 .asciz "please try again" L_.str.746: ## @.str.746 .asciz "You have gained extra credit!\nIf you beat me in a duel!\n" L_.str.747: ## @.str.747 .asciz "DUEL MECHANICS WILL BE IMPLEMENTED IN THE NEXT UPDATE\n\n" L_.str.748: ## @.str.748 .asciz "Take the extra credit, I'm not gonna ask you again!\n" L_.str.749: ## @.str.749 .asciz "Please type 1 for extra credit\n or you will be kicked out of room THREE!\n" L_.str.750: ## @.str.750 .asciz "You have been kicked!...LEAVE THIS ROOM AT ONCE!\n" L_.str.751: ## @.str.751 .asciz " %d + (%d^2) - (%d) = ?" L_.str.752: ## @.str.752 .asciz "\nYou have guessed the anwer correctly. You may get the map to get out of the mansion...Good Job!\n" L_.str.753: ## @.str.753 .asciz "\nThe answer was %d. You guessed it wrong. You have failed...\n" L_.str.754: ## @.str.754 .asciz "Please enter your guess(one chance):" L_.str.755: ## @.str.755 .asciz " %s" L_.str.756: ## @.str.756 .asciz "Guessed correctly!\n" L_.str.757: ## @.str.757 .asciz "Guess was incorrect!\n" L_.str.758: ## @.str.758 .asciz "magic number is : %d\n" L_.str.759: ## @.str.759 .asciz "10 + magic number = %d\n" L_.str.760: ## @.str.760 .asciz "5 * magic number = %d\n" L_.str.761: ## @.str.761 .asciz "20 - magic number = %d\n" L_.str.762: ## @.str.762 .asciz "What is your guess? " L_.str.763: ## @.str.763 .asciz "You guessed it correctly!" L_.str.764: ## @.str.764 .asciz "You guessed it wrong!" L_.str.765: ## @.str.765 .asciz "\nThe rules of this card game - craps - are simple..." L_.str.766: ## @.str.766 .asciz "If you roll a 7 or 11 immediately...you win!" L_.str.767: ## @.str.767 .asciz "If you roll a 2, 3, or 12 immediately...you lose!" L_.str.768: ## @.str.768 .asciz "If you roll anything besides those numbers, you want to roll that number again before you roll a 7 to win!\n" L_.str.769: ## @.str.769 .asciz "You rolled a %i\n" L_.str.770: ## @.str.770 .asciz "You Win!\n" L_.str.771: ## @.str.771 .asciz "Enter 'y' or 'Y' to roll again. Enter '99' to exit program.\n" L_.str.772: ## @.str.772 .asciz "You Lose :(\n" L_.str.773: ## @.str.773 .asciz "You rolled a %d\n" L_.str.774: ## @.str.774 .asciz "You Win\n" L_.str.775: ## @.str.775 .asciz "Enter 'y' or 'Y' twice to roll again. Enter '99' to exit program.\n" L_.str.776: ## @.str.776 .asciz "\nYou turn around and see a door that wasnt there before" L_.str.777: ## @.str.777 .asciz "Do you walk in?" L_.str.778: ## @.str.778 .asciz "y/n?" L_.str.779: ## @.str.779 .asciz "\nYou are trapped in here with us" L_.str.780: ## @.str.780 .asciz "\nYou are sitting in the dark" L_.str.781: ## @.str.781 .asciz "Having fun?" L_.str.782: ## @.str.782 .asciz "Bye\n" L_.str.783: ## @.str.783 .asciz "As you you make contact with the odd device, your vision goes grey and then you black out." L_.str.784: ## @.str.784 .asciz "In a dream like state you feel yourself falling...and falling...." L_.str.785: ## @.str.785 .asciz "You find yourself back in the room where you started!!!!!" L_.str.786: ## @.str.786 .asciz "\033[1;31m" L_.str.787: ## @.str.787 .asciz "\033[01;33m" L_.str.788: ## @.str.788 .asciz "\033[1;34m" L_.str.789: ## @.str.789 .asciz "\033[0;36m" L_.str.790: ## @.str.790 .asciz "\033[1;32m" L_.str.791: ## @.str.791 .asciz "\033[0m" L_.str.792: ## @.str.792 .asciz "Inputs: %d / 9\n" L_.str.793: ## @.str.793 .asciz "Score: %d / 37\n" L_.str.794: ## @.str.794 .asciz " __. " L_.str.795: ## @.str.795 .asciz " .qd$$$$bp." L_.str.796: ## @.str.796 .asciz " .q$$$$$$$$$n." L_.str.797: ## @.str.797 .asciz " .$$$$$$$$$$$$$$" L_.str.798: ## @.str.798 .asciz " .q$$$$$$$$$$$$$$$" L_.str.799: ## @.str.799 .asciz " .$$$$$$$$$$$Y ####;" L_.str.800: ## @.str.800 .asciz " .q$$$$$$$$P^\"_.`;#### " L_.str.801: ## @.str.801 .asciz " q$$$$$$;} , /####P " L_.str.802: ## @.str.802 .asciz " .$$$P^::Y$/` _ .:.$$/" L_.str.803: ## @.str.803 .asciz " .L.;.. \\ `.__-:.. \\$P" L_.str.804: ## @.str.804 .asciz " $':. __.. : :.. :" L_.str.805: ## @.str.805 .asciz " __." L_.str.806: ## @.str.806 .asciz " .qd$$$$bp." L_.str.807: ## @.str.807 .asciz " .q$$$$$$$$$$n." L_.str.808: ## @.str.808 .asciz " .q$$$$$$$$$$$$$$$" L_.str.809: ## @.str.809 .asciz " .$$$$$$$$Y ######;" L_.str.810: ## @.str.810 .asciz " .q$$$$PP^/ _`\\;###" L_.str.811: ## @.str.811 .asciz " &$$$$;}/- - \\;##" L_.str.812: ## @.str.812 .asciz " .2$$$$$/` . /####P" L_.str.813: ## @.str.813 .asciz " q$$$$$$$$\\ __. .##$$#" L_.str.814: ## @.str.814 .asciz " .$$...... ; . ./####\\$$P" L_.str.815: ## @.str.815 .asciz " .L;;------- } `` {########" L_.str.816: ## @.str.816 .asciz " $'\":$$ ___) (___ " L_.str.817: ## @.str.817 .asciz " ```` -- -- ````" L_.str.818: ## @.str.818 .asciz " \t\t V" L_.str.819: ## @.str.819 .asciz " _____ _ _ __ __ __ " L_.str.820: ## @.str.820 .asciz "|_ _| | | | \\ \\ / / \\ \\" L_.str.821: ## @.str.821 .asciz " | | | |__ __ _ _ __ | | __ \\ V /___ _ _ (_) |" L_.str.822: ## @.str.822 .asciz " | | | '_ \\ / _` | '_ \\| |/ / \\ // _ \\| | | | | |" L_.str.823: ## @.str.823 .asciz " | | | | | | (_| | | | | < | | (_) | |_| | _| |" L_.str.824: ## @.str.824 .asciz " \\_/ |_| |_|\\__,_|_| |_|_|\\_\\ \\_/\\___/ \\__,_| (_) |" L_.str.825: ## @.str.825 .asciz " /_/ " L_.str.826: ## @.str.826 .asciz "What is x in this equation? \n" L_.str.827: ## @.str.827 .asciz "5x + 6 = 3x - 8 \n" L_.str.828: ## @.str.828 .asciz "X is?" L_.str.829: ## @.str.829 .asciz "You are correct!" L_.str.830: ## @.str.830 .asciz "You win the challenge against Einstein, now you can ask the ruler to let you go." L_.str.831: ## @.str.831 .asciz "Your answer was wrong, better luck next time" L_.str.832: ## @.str.832 .asciz "Your Guess is?" L_.str.833: ## @.str.833 .asciz " Congratulations you have guessed Correctly" L_.str.834: ## @.str.834 .asciz "Awwwwww You guessed Poorly" L_.str.835: ## @.str.835 .asciz "As promised Its time to die" .subsections_via_symbols
the_stack_data/6387378.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 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 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "BLah\n" .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 leaq L_.str(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "BLah\n" .subsections_via_symbols
the_stack_data/22013393.c