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 _ft_putchar ; -- Begin function ft_putchar .p2align 2 _ft_putchar: ; @ft_putchar .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub x1, x29, #1 sturb w0, [x29, #-1] mov w0, #1 mov x2, #1 bl _write ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _ft_cont ; -- Begin function ft_cont .p2align 2 _ft_cont: ; @ft_cont .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] mov w10, #10 sdiv w8, w8, w10 add w8, w8, #48 sturb w8, [x29, #-5] ldur w8, [x29, #-4] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 add w8, w8, #48 sturb w8, [x29, #-6] ldursb w0, [x29, #-5] bl _ft_putchar ldursb w0, [x29, #-6] bl _ft_putchar ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _ft_print_comb2 ; -- Begin function ft_print_comb2 .p2align 2 _ft_print_comb2: ; @ft_print_comb2 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_3 Depth 2 ldur w8, [x29, #-4] subs w8, w8, #98 cset w8, gt tbnz w8, #0, LBB2_9 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-4] add 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] subs w8, w8, #99 cset w8, gt tbnz w8, #0, LBB2_8 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldur w0, [x29, #-4] bl _ft_cont mov w0, #32 bl _ft_putchar ldr w0, [sp, #8] bl _ft_cont ldur w8, [x29, #-4] subs w8, w8, #98 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #8] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=2 mov w0, #44 bl _ft_putchar mov w0, #32 bl _ft_putchar b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB2_3 LBB2_8: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB2_1 LBB2_9: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_putchar ## -- Begin function ft_putchar .p2align 4, 0x90 _ft_putchar: ## @ft_putchar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb %dil, %al movb %al, -1(%rbp) movl $1, %edi leaq -1(%rbp), %rsi movl $1, %edx callq _write addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ft_cont ## -- Begin function ft_cont .p2align 4, 0x90 _ft_cont: ## @ft_cont .cfi_startproc ## %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), %eax movl $10, %ecx cltd idivl %ecx addl $48, %eax ## kill: def $al killed $al killed $eax movb %al, -5(%rbp) movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx addl $48, %edx movb %dl, %al movb %al, -6(%rbp) movsbl -5(%rbp), %edi callq _ft_putchar movsbl -6(%rbp), %edi callq _ft_putchar addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ft_print_comb2 ## -- Begin function ft_print_comb2 .p2align 4, 0x90 _ft_print_comb2: ## @ft_print_comb2 .cfi_startproc ## %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) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 cmpl $98, -4(%rbp) jg LBB2_9 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $99, -8(%rbp) jg LBB2_8 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 movl -4(%rbp), %edi callq _ft_cont movl $32, %edi callq _ft_putchar movl -8(%rbp), %edi callq _ft_cont cmpl $98, -4(%rbp) jne LBB2_6 ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 cmpl $99, -8(%rbp) je LBB2_7 LBB2_6: ## in Loop: Header=BB2_3 Depth=2 movl $44, %edi callq _ft_putchar movl $32, %edi callq _ft_putchar LBB2_7: ## in Loop: Header=BB2_3 Depth=2 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB2_3 LBB2_8: ## in Loop: Header=BB2_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB2_1 LBB2_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/82949737.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #32] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #28] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #28] subs w8, w8, #3 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] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #28] add w11, w8, #1 ldr w8, [sp, #24] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x11 str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldrsw x8, [sp, #28] mov x9, #12 mul x9, x8, x9 add x8, sp, #36 add x8, x8, x9 ldrsw x9, [sp, #24] add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_1 LBB0_8: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #28] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #28] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 str wzr, [sp, #24] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_17 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #28] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldrsw x8, [sp, #28] mov x9, #12 mul x9, x8, x9 add x8, sp, #36 add x8, x8, x9 ldrsw x9, [sp, #24] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov x8, #32 str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_15 LBB0_14: ; in Loop: Header=BB0_11 Depth=2 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_15 LBB0_15: ; in Loop: Header=BB0_11 Depth=2 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_11 LBB0_17: ; in Loop: Header=BB0_9 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_18 LBB0_18: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_9 LBB0_19: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: bl ___stack_chk_fail LBB0_21: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Matriz Quadrada 3x3:\n\n" l_.str.1: ; @.str.1 .asciz "mat[%d][%d] = " l_.str.2: ; @.str.2 .asciz "%i" l_.str.3: ; @.str.3 .asciz "Mostrando a Diagonal Prncipal:\n\n" l_.str.4: ; @.str.4 .asciz "%5d %3c" l_.str.5: ; @.str.5 .asciz " - " l_.str.6: ; @.str.6 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 cmpl $3, -56(%rbp) jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -60(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $3, -60(%rbp) jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -56(%rbp), %esi addl $1, %esi movl -60(%rbp), %edx addl $1, %edx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movslq -56(%rbp), %rax leaq -48(%rbp), %rsi imulq $12, %rax, %rax addq %rax, %rsi movslq -60(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%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 -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_1 LBB0_8: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 cmpl $3, -56(%rbp) jge LBB0_19 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -60(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $3, -60(%rbp) jge LBB0_17 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movl -56(%rbp), %eax cmpl -60(%rbp), %eax jne LBB0_14 ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movslq -56(%rbp), %rcx leaq -48(%rbp), %rax imulq $12, %rcx, %rcx addq %rcx, %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.4(%rip), %rdi movl $32, %edx movb $0, %al callq _printf jmp LBB0_15 LBB0_14: ## in Loop: Header=BB0_11 Depth=2 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_15: ## in Loop: Header=BB0_11 Depth=2 jmp LBB0_16 LBB0_16: ## in Loop: Header=BB0_11 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB0_11 LBB0_17: ## in Loop: Header=BB0_9 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## %bb.18: ## in Loop: Header=BB0_9 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_9 LBB0_19: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_21 ## %bb.20: xorl %eax, %eax addq $64, %rsp popq %rbp retq LBB0_21: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Matriz Quadrada 3x3:\n\n" L_.str.1: ## @.str.1 .asciz "mat[%d][%d] = " L_.str.2: ## @.str.2 .asciz "%i" L_.str.3: ## @.str.3 .asciz "Mostrando a Diagonal Prncipal:\n\n" L_.str.4: ## @.str.4 .asciz "%5d %3c" L_.str.5: ## @.str.5 .asciz " - " L_.str.6: ## @.str.6 .asciz "\n" .subsections_via_symbols
the_stack_data/36075607.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_plot3d_d2i2i2i0i0s0d2_ ; -- Begin function scilab_rt_plot3d_d2i2i2i0i0s0d2_ .p2align 2 _scilab_rt_plot3d_d2i2i2i0i0s0d2_: ; @scilab_rt_plot3d_d2i2i2i0i0s0d2_ .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 ldr x14, [x29, #16] ldr w13, [x29, #24] ldr w12, [x29, #28] ldr x11, [x29, #32] ldr w10, [x29, #40] ldr w9, [x29, #44] ldr x8, [x29, #48] stur w0, [x29, #-4] stur w1, [x29, #-8] stur x2, [x29, #-16] stur w3, [x29, #-20] stur w4, [x29, #-24] stur x5, [x29, #-32] stur w6, [x29, #-36] stur w7, [x29, #-40] stur x14, [x29, #-48] stur w13, [x29, #-52] stur w12, [x29, #-56] stur x11, [x29, #-64] stur w10, [x29, #-68] stur w9, [x29, #-72] str x8, [sp, #80] ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill ldur w8, [x29, #-24] ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill ldur w8, [x29, #-40] ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill ldur w8, [x29, #-72] ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill movi d0, #0000000000000000 str d0, [sp, #64] str wzr, [sp, #60] str wzr, [sp, #56] str d0, [sp, #48] str wzr, [sp, #76] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #76] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #72] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x10, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldrsw x9, [sp, #76] mul x9, x9, x10 add x8, x8, x9, lsl #3 ldrsw x9, [sp, #72] ldr d1, [x8, x9, lsl #3] ldr d0, [sp, #64] fadd d0, d0, d1 str d0, [sp, #64] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_1 LBB0_8: ldr d0, [sp, #64] mov x8, sp str d0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #76] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #76] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 str wzr, [sp, #72] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldr x10, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-32] ldrsw x9, [sp, #76] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #60] add w8, w8, w9 str w8, [sp, #60] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_9 LBB0_16: ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #76] b LBB0_17 LBB0_17: ; =>This Loop Header: Depth=1 ; Child Loop BB0_19 Depth 2 ldr w8, [sp, #76] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 str wzr, [sp, #72] b LBB0_19 LBB0_19: ; Parent Loop BB0_17 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_22 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=2 ldr x10, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-48] ldrsw x9, [sp, #76] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #56] add w8, w8, w9 str w8, [sp, #56] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_19 LBB0_22: ; in Loop: Header=BB0_17 Depth=1 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_17 LBB0_24: ldr w9, [sp, #56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload ldur w9, [x29, #-52] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload ldur w9, [x29, #-56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] bl _printf ldur x8, [x29, #-64] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf str wzr, [sp, #76] b LBB0_25 LBB0_25: ; =>This Loop Header: Depth=1 ; Child Loop BB0_27 Depth 2 ldr w8, [sp, #76] ldur w9, [x29, #-68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_32 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_25 Depth=1 str wzr, [sp, #72] b LBB0_27 LBB0_27: ; Parent Loop BB0_25 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_30 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_27 Depth=2 ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #80] ldrsw x9, [sp, #76] mul x9, x9, x10 add x8, x8, x9, lsl #3 ldrsw x9, [sp, #72] ldr d1, [x8, x9, lsl #3] ldr d0, [sp, #48] fadd d0, d0, d1 str d0, [sp, #48] b LBB0_29 LBB0_29: ; in Loop: Header=BB0_27 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_27 LBB0_30: ; in Loop: Header=BB0_25 Depth=1 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_25 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB0_25 LBB0_32: ldr d0, [sp, #48] mov x8, sp str d0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%f" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "%s" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_plot3d_d2i2i2i0i0s0d2_ ## -- Begin function scilab_rt_plot3d_d2i2i2i0i0s0d2_ .p2align 4, 0x90 _scilab_rt_plot3d_d2i2i2i0i0s0d2_: ## @scilab_rt_plot3d_d2i2i2i0i0s0d2_ .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 80(%rbp), %rax movl 72(%rbp), %eax movl 64(%rbp), %eax movq 56(%rbp), %rax movl 48(%rbp), %eax movl 40(%rbp), %eax movq 32(%rbp), %rax movl 24(%rbp), %eax movl 16(%rbp), %eax movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl %ecx, -20(%rbp) movl %r8d, -24(%rbp) movq %r9, -32(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -96(%rbp) ## 8-byte Spill movl -24(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -88(%rbp) ## 8-byte Spill movl 24(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) ## 8-byte Spill movl 72(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -72(%rbp) ## 8-byte Spill xorps %xmm0, %xmm0 movsd %xmm0, -48(%rbp) movl $0, -52(%rbp) movl $0, -56(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -64(%rbp) movl $0, -36(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -40(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -96(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $3, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero addsd -48(%rbp), %xmm0 movsd %xmm0, -48(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_8: movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rdi movb $1, %al callq _printf movl $0, -36(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -40(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movq -88(%rbp), %rdx ## 8-byte Reload movq -32(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -52(%rbp), %eax movl %eax, -52(%rbp) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_9 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_9 LBB0_16: movl -52(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB0_17: ## =>This Loop Header: Depth=1 ## Child Loop BB0_19 Depth 2 movl -36(%rbp), %eax cmpl 16(%rbp), %eax jge LBB0_24 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movl $0, -40(%rbp) LBB0_19: ## Parent Loop BB0_17 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl 24(%rbp), %eax jge LBB0_22 ## %bb.20: ## in Loop: Header=BB0_19 Depth=2 movq -80(%rbp), %rdx ## 8-byte Reload movq 32(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -56(%rbp), %eax movl %eax, -56(%rbp) ## %bb.21: ## in Loop: Header=BB0_19 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_19 LBB0_22: ## in Loop: Header=BB0_17 Depth=1 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_17 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_17 LBB0_24: movl -56(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl 40(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl 48(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq 56(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB0_25: ## =>This Loop Header: Depth=1 ## Child Loop BB0_27 Depth 2 movl -36(%rbp), %eax cmpl 64(%rbp), %eax jge LBB0_32 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 movl $0, -40(%rbp) LBB0_27: ## Parent Loop BB0_25 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl 72(%rbp), %eax jge LBB0_30 ## %bb.28: ## in Loop: Header=BB0_27 Depth=2 movq -72(%rbp), %rdx ## 8-byte Reload movq 80(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $3, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero addsd -64(%rbp), %xmm0 movsd %xmm0, -64(%rbp) ## %bb.29: ## in Loop: Header=BB0_27 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_27 LBB0_30: ## in Loop: Header=BB0_25 Depth=1 jmp LBB0_31 LBB0_31: ## in Loop: Header=BB0_25 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_25 LBB0_32: movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rdi movb $1, %al callq _printf addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%f" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "%s" .subsections_via_symbols
the_stack_data/105346.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sighandler ; -- Begin function sighandler .p2align 2 _sighandler: ; @sighandler .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] bl _getpid ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x0 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur w0, [x29, #-4] mov x1, #0 bl _signal bl _getpid ldur w1, [x29, #-4] bl _kill ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #11 adrp x1, _sighandler@PAGE add x1, x1, _sighandler@PAGEOFF bl _signal bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #1000 bl _sleep 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 "Process %d got signal %d\n" l_.str.1: ; @.str.1 .asciz "\n now sending the same SIGNAL with default handler (pid = %u )\n" l_.str.2: ; @.str.2 .asciz "Process %d waits for someone to send it SIGSEGV\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sighandler ## -- Begin function sighandler .p2align 4, 0x90 _sighandler: ## @sighandler .cfi_startproc ## %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 _getpid movl %eax, %esi movl -4(%rbp), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _getpid movl %eax, %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _signal callq _getpid movl %eax, %edi movl -4(%rbp), %esi callq _kill 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 $11, %edi leaq _sighandler(%rip), %rsi callq _signal callq _getpid movl %eax, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $1000, %edi ## imm = 0x3E8 callq _sleep xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Process %d got signal %d\n" L_.str.1: ## @.str.1 .asciz "\n now sending the same SIGNAL with default handler (pid = %u )\n" L_.str.2: ## @.str.2 .asciz "Process %d waits for someone to send it SIGSEGV\n" .subsections_via_symbols
the_stack_data/43889008.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/93887518.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, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #272] ; 16-byte Folded Spill stp x29, x30, [sp, #288] ; 16-byte Folded Spill add x29, sp, #288 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #72] str w0, [sp, #68] str x1, [sp, #56] ldr w8, [sp, #68] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB0_8 b LBB0_1 LBB0_1: ldr x8, [sp, #56] ldr x0, [x8, #8] mov w1, #0 bl _open str w0, [sp, #52] ldr w8, [sp, #52] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr x8, [sp, #56] ldr x8, [x8, #8] mov x9, sp str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf str wzr, [sp, #72] b LBB0_13 LBB0_3: ldr x8, [sp, #56] ldr x0, [x8, #16] mov w1, #1 bl _open str w0, [sp, #48] ldr w8, [sp, #48] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr x8, [sp, #56] ldr x8, [x8, #16] mov x9, sp str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf str wzr, [sp, #72] b LBB0_13 LBB0_5: ldr x8, [sp, #56] ldr x0, [x8, #24] mov w1, #1 bl _open str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr x8, [sp, #56] ldr x8, [x8, #24] mov x9, sp str x8, [x9] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf str wzr, [sp, #72] b LBB0_13 LBB0_7: b LBB0_9 LBB0_8: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf str wzr, [sp, #72] b LBB0_13 LBB0_9: mov w8, #1 str w8, [sp, #40] b LBB0_10 LBB0_10: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=1 ldr w0, [sp, #52] add x1, sp, #76 str x1, [sp, #16] ; 8-byte Folded Spill mov x2, #188 str x2, [sp, #24] ; 8-byte Folded Spill bl _read ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload mov x8, x0 str w8, [sp, #40] ldr w0, [sp, #48] bl _write ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr w0, [sp, #44] bl _write b LBB0_10 LBB0_12: ldr w0, [sp, #52] bl _close ldr w0, [sp, #48] bl _close ldr w0, [sp, #44] bl _close str wzr, [sp, #72] b LBB0_13 LBB0_13: ldr w8, [sp, #72] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: bl ___stack_chk_fail LBB0_15: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x28, x27, [sp, #272] ; 16-byte Folded Reload add sp, sp, #304 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Can't open file %s\n" l_.str.1: ; @.str.1 .asciz "Usage: 'tsdoubleoutput inputfile.ts outputfile1.ts outputfile2.ts'\n" l_.str.2: ; @.str.2 .asciz "N.B. files must exist, touch them if needed'\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 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -212(%rbp) movl %edi, -216(%rbp) movq %rsi, -224(%rbp) cmpl $4, -216(%rbp) jl LBB0_8 ## %bb.1: movq -224(%rbp), %rax movq 8(%rax), %rdi xorl %esi, %esi movb $0, %al callq _open movl %eax, -228(%rbp) cmpl $0, -228(%rbp) jge LBB0_3 ## %bb.2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -224(%rbp), %rax movq 8(%rax), %rdx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $0, -212(%rbp) jmp LBB0_13 LBB0_3: movq -224(%rbp), %rax movq 16(%rax), %rdi movl $1, %esi movb $0, %al callq _open movl %eax, -232(%rbp) cmpl $0, -232(%rbp) jge LBB0_5 ## %bb.4: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -224(%rbp), %rax movq 16(%rax), %rdx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $0, -212(%rbp) jmp LBB0_13 LBB0_5: movq -224(%rbp), %rax movq 24(%rax), %rdi movl $1, %esi movb $0, %al callq _open movl %eax, -236(%rbp) cmpl $0, -236(%rbp) jge LBB0_7 ## %bb.6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -224(%rbp), %rax movq 24(%rax), %rdx leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $0, -212(%rbp) jmp LBB0_13 LBB0_7: jmp LBB0_9 LBB0_8: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movl $0, -212(%rbp) jmp LBB0_13 LBB0_9: movl $1, -240(%rbp) LBB0_10: ## =>This Inner Loop Header: Depth=1 cmpl $0, -240(%rbp) je LBB0_12 ## %bb.11: ## in Loop: Header=BB0_10 Depth=1 movl -228(%rbp), %edi leaq -208(%rbp), %rsi movl $188, %edx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -240(%rbp) movl -232(%rbp), %edi leaq -208(%rbp), %rsi movl $188, %edx callq _write movl -236(%rbp), %edi leaq -208(%rbp), %rsi movl $188, %edx callq _write jmp LBB0_10 LBB0_12: movl -228(%rbp), %edi callq _close movl -232(%rbp), %edi callq _close movl -236(%rbp), %edi callq _close movl $0, -212(%rbp) LBB0_13: movl -212(%rbp), %eax movl %eax, -244(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_15 ## %bb.14: movl -244(%rbp), %eax ## 4-byte Reload addq $256, %rsp ## imm = 0x100 popq %rbp retq LBB0_15: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Can't open file %s\n" L_.str.1: ## @.str.1 .asciz "Usage: 'tsdoubleoutput inputfile.ts outputfile1.ts outputfile2.ts'\n" L_.str.2: ## @.str.2 .asciz "N.B. files must exist, touch them if needed'\n" .subsections_via_symbols
the_stack_data/75138720.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getwc ; -- Begin function getwc .p2align 2 _getwc: ; @getwc .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 _fgetwc ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getwc ## -- Begin function getwc .p2align 4, 0x90 _getwc: ## @getwc .cfi_startproc ## %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 _fgetwc addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/181393382.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, #0 str wzr, [sp, #12] mov w8, #5 str w8, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) movl $5, -8(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/14346.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] stur wzr, [x29, #-36] sub x8, x29, #32 str x8, [sp, #40] ; 8-byte Folded Spill stur xzr, [x29, #-32] stur xzr, [x29, #-24] stur wzr, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldr x8, [sp, #40] ; 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 mov x9, sp sub x8, x29, #40 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #44 str x8, [x9] bl _scanf ldr x9, [sp, #40] ; 8-byte Folded Reload ldur s0, [x29, #-44] mov w8, #1120403456 fmov s1, w8 fdiv s0, s0, s1 stur s0, [x29, #-44] ldur s0, [x29, #-40] fcvt d2, s0 ldur s0, [x29, #-44] fmul s0, s0, s1 fcvt d1, s0 ldur s4, [x29, #-40] ldur s0, [x29, #-40] ldur s3, [x29, #-44] fmsub s0, s0, s3, s4 fcvt d0, s0 mov x8, sp str x9, [x8] str d2, [x8, #8] str d1, [x8, #16] str d0, [x8, #24] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n<<< EX010 - Pre\303\247o do Produto >>>\n\n" l_.str.1: ; @.str.1 .asciz "Produto: " l_.str.2: ; @.str.2 .asciz "%s" l_.str.3: ; @.str.3 .asciz "\nPre\303\247o de %s: R$" l_.str.4: ; @.str.4 .asciz "%f" l_.str.5: ; @.str.5 .asciz "\nDesconto (%%): " l_.str.6: ; @.str.6 .asciz "\nO produto %s custava R$%.2f, mas com %.2f%% de desconto, passa a custar R$%.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 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 $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) leaq -32(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -32(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf leaq -32(%rbp), %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -40(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -44(%rbp), %rsi movb $0, %al callq _scanf movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movss %xmm0, -44(%rbp) leaq -32(%rbp), %rsi movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss -44(%rbp), %xmm1 cvtss2sd %xmm1, %xmm1 movss -40(%rbp), %xmm3 ## xmm3 = mem[0],zero,zero,zero movss -40(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero movss -44(%rbp), %xmm4 ## xmm4 = mem[0],zero,zero,zero movd %xmm2, %eax xorl $2147483648, %eax ## imm = 0x80000000 movd %eax, %xmm2 mulss %xmm4, %xmm2 addss %xmm3, %xmm2 cvtss2sd %xmm2, %xmm2 leaq L_.str.6(%rip), %rdi movb $3, %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 $48, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n<<< EX010 - Pre\303\247o do Produto >>>\n\n" L_.str.1: ## @.str.1 .asciz "Produto: " L_.str.2: ## @.str.2 .asciz "%s" L_.str.3: ## @.str.3 .asciz "\nPre\303\247o de %s: R$" L_.str.4: ## @.str.4 .asciz "%f" L_.str.5: ## @.str.5 .asciz "\nDesconto (%%): " L_.str.6: ## @.str.6 .asciz "\nO produto %s custava R$%.2f, mas com %.2f%% de desconto, passa a custar R$%.2f.\n" .subsections_via_symbols
the_stack_data/76699717.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f ; -- Begin function f .p2align 2 _f: ; @f .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] mov w8, #5 str w8, [sp, #12] ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #2 str w8, [sp, #8] ldr w0, [sp, #8] bl _f str w0, [sp, #8] ldr w0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 movl %edi, -4(%rbp) movl $5, -4(%rbp) movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $2, -8(%rbp) movl -8(%rbp), %edi callq _f movl %eax, -8(%rbp) movl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/365327.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Existe ; -- Begin function Existe .p2align 2 _Existe: ; @Existe .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stur x2, [sp, #20] str x0, [sp, #8] str w1, [sp, #4] str wzr, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp] lsl x9, x9, #3 ldr w8, [x8, x9] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp] add x8, x8, x9, lsl #3 ldr w8, [x8, #4] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: mov w8, #1 str w8, [sp, #28] b LBB0_8 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB0_1 LBB0_7: str wzr, [sp, #28] b LBB0_8 LBB0_8: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Voisines ; -- Begin function Voisines .p2align 2 _Voisines: ; @Voisines .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 x5, [sp, #24] str x6, [sp, #16] ldur w8, [x29, #-8] add w8, w8, #1 str w8, [sp, #8] ldur w8, [x29, #-4] str w8, [sp, #12] ldr x8, [sp, #16] str wzr, [x8] ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldr x2, [sp, #8] bl _Existe subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_1 LBB1_1: ldr w8, [sp, #8] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ldr x9, [sp, #24] ldr x8, [sp, #16] ldrsw x10, [x8] ldr x8, [sp, #8] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldr x2, [sp, #8] bl _Existe subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_3 LBB1_3: ldr w8, [sp, #8] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ldr x9, [sp, #24] ldr x8, [sp, #16] ldrsw x10, [x8] ldr x8, [sp, #8] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_5 LBB1_5: b LBB1_6 LBB1_6: ldur w8, [x29, #-8] str w8, [sp, #8] ldur w8, [x29, #-4] add w8, w8, #1 str w8, [sp, #12] ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldr x2, [sp, #8] bl _Existe subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_12 b LBB1_7 LBB1_7: ldr w8, [sp, #12] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_8 LBB1_8: ldr x9, [sp, #24] ldr x8, [sp, #16] ldrsw x10, [x8] ldr x8, [sp, #8] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldr x2, [sp, #8] bl _Existe subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_9 LBB1_9: ldr w8, [sp, #12] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ldr x9, [sp, #24] ldr x8, [sp, #16] ldrsw x10, [x8] ldr x8, [sp, #8] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_11 LBB1_11: b LBB1_12 LBB1_12: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _Calcul_Nimbers ; -- Begin function Calcul_Nimbers .p2align 2 _Calcul_Nimbers: ; @Calcul_Nimbers .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, #4] ldr w8, [sp, #16] subs 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] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB2_11 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] str w8, [sp] ldr w8, [sp, #20] 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] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB2_9 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #12] mov x10, #120 mul x9, x9, x10 add x9, x8, x9 ldrsw x10, [sp, #8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB2_7 LBB2_6: ; in Loop: Header=BB2_3 Depth=2 ldr x8, [sp, #24] ldrsw x9, [sp, #12] mov x10, #120 mul x9, x9, x10 add x9, x8, x9 ldrsw x10, [sp, #8] mov w8, #1 str w8, [x9, x10, lsl #2] b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp] add w8, w8, #1 mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp] b LBB2_8 LBB2_8: ; in Loop: Header=BB2_3 Depth=2 ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB2_3 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #2 mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #4] b LBB2_10 LBB2_10: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_11: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Hasard_Ban ; -- Begin function Hasard_Ban .p2align 2 _Hasard_Ban: ; @Hasard_Ban .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] ldur w8, [x29, #-20] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldur w8, [x29, #-20] stur w8, [x29, #-28] b LBB3_3 LBB3_2: ldur w8, [x29, #-24] stur w8, [x29, #-28] b LBB3_3 LBB3_3: bl _rand ldur w9, [x29, #-28] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 ldur x9, [x29, #-8] str w8, [x9] str wzr, [sp, #32] b LBB3_4 LBB3_4: ; =>This Loop Header: Depth=1 ; Child Loop BB3_6 Depth 2 ldr w8, [sp, #32] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_27 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 str wzr, [sp, #20] b LBB3_6 LBB3_6: ; Parent Loop BB3_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_25 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_6 Depth=2 bl _rand ldur w9, [x29, #-24] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #24] bl _rand ldur w9, [x29, #-20] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [sp, #28] ldur x0, [x29, #-16] ldr w1, [sp, #32] ldr x2, [sp, #24] bl _Existe subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB3_9 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_9: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_12 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-24] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_12: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-20] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_15 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_15: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-20] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_18: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-24] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_21 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB3_21 b LBB3_20 LBB3_20: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_21: ; in Loop: Header=BB3_6 Depth=2 ldr w8, [sp, #24] subs w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #4] ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #8] ldur x0, [x29, #-16] ldr w1, [sp, #32] ldur x2, [sp, #12] bl _Existe subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_23 b LBB3_22 LBB3_22: ; in Loop: Header=BB3_6 Depth=2 ldur x0, [x29, #-16] ldr w1, [sp, #32] ldur x2, [sp, #4] bl _Existe subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_6 Depth=2 b LBB3_6 LBB3_24: ; in Loop: Header=BB3_6 Depth=2 mov w8, #1 str w8, [sp, #20] b LBB3_6 LBB3_25: ; in Loop: Header=BB3_4 Depth=1 ldur x9, [x29, #-16] ldrsw x10, [sp, #32] ldr x8, [sp, #24] str x8, [x9, x10, lsl #3] b LBB3_26 LBB3_26: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB3_4 LBB3_27: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _DessinPlateau ; -- Begin function DessinPlateau .p2align 2 _DessinPlateau: ; @DessinPlateau .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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #32] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr w9, [sp, #32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w8, [sp, #32] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB4_1 LBB4_6: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #28] b LBB4_7 LBB4_7: ; =>This Loop Header: Depth=1 ; Child Loop BB4_11 Depth 2 ldr w8, [sp, #28] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_23 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_7 Depth=1 ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w8, [sp, #28] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_7 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB4_10 LBB4_10: ; in Loop: Header=BB4_7 Depth=1 str wzr, [sp, #32] b LBB4_11 LBB4_11: ; Parent Loop BB4_7 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_21 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_11 Depth=2 ldr w8, [sp, #32] str w8, [sp, #20] ldr w8, [sp, #28] str w8, [sp, #24] ldur w8, [x29, #-8] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_15 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_11 Depth=2 ldur w8, [x29, #-4] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_15 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_11 Depth=2 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB4_19 LBB4_15: ; in Loop: Header=BB4_11 Depth=2 ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldur x2, [sp, #20] bl _Existe subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_17 b LBB4_16 LBB4_16: ; in Loop: Header=BB4_11 Depth=2 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB4_18 LBB4_17: ; in Loop: Header=BB4_11 Depth=2 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB4_18 LBB4_18: ; in Loop: Header=BB4_11 Depth=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 w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB4_11 LBB4_21: ; in Loop: Header=BB4_7 Depth=1 adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB4_22 LBB4_22: ; in Loop: Header=BB4_7 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB4_7 LBB4_23: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _LireEntier ; -- Begin function LireEntier .p2align 2 _LireEntier: ; @LireEntier .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] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldr w8, [x8] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, gt mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, gt str w8, [sp, #12] ; 4-byte Folded Spill b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_1 Depth=1 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf bl _getchar b LBB5_1 LBB5_5: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _Parametres ; -- Begin function Parametres .p2align 2 _Parametres: ; @Parametres .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.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf bl _getchar ldur x0, [x29, #-8] mov w1, #5 str w1, [sp, #8] ; 4-byte Folded Spill mov w2, #30 str w2, [sp, #12] ; 4-byte Folded Spill bl _LireEntier adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] mov x9, sp str x8, [x9] bl _scanf bl _getchar ldr w1, [sp, #8] ; 4-byte Folded Reload ldr w2, [sp, #12] ; 4-byte Folded Reload ldur x0, [x29, #-16] bl _LireEntier adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-24] mov x9, sp str x8, [x9] bl _scanf bl _getchar ldur x0, [x29, #-24] mov w1, #1 str w1, [sp, #28] ; 4-byte Folded Spill mov w2, #4 bl _LireEntier adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #32] mov x9, sp str x8, [x9] bl _scanf bl _getchar ldr w1, [sp, #28] ; 4-byte Folded Reload ldr x0, [sp, #32] mov w2, #2 bl _LireEntier ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _Coup_Joueur ; -- Begin function Coup_Joueur .p2align 2 _Coup_Joueur: ; @Coup_Joueur .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] stur x0, [x29, #-48] str x1, [sp, #56] str w2, [sp, #52] str w3, [sp, #48] str w4, [sp, #44] ldur x8, [x29, #-48] ldr x1, [sp, #56] ldr w2, [sp, #52] ldr w3, [sp, #44] ldr w4, [sp, #48] ldr x0, [x8] sub x5, x29, #40 add x6, sp, #40 bl _Voisines ldur x8, [x29, #-48] ldr x1, [sp, #56] ldr w2, [sp, #52] ldr w3, [sp, #48] ldr w4, [sp, #44] ldr x0, [x8] bl _DessinPlateau adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf str wzr, [sp, #36] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_4 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #36] ; implicit-def: $x11 mov x11, x8 ldrsw x8, [sp, #36] lsl x9, x8, #3 sub x8, x29, #40 ldr w9, [x8, x9] ; implicit-def: $x10 mov x10, x9 ldrsw x9, [sp, #36] add x8, x8, x9, lsl #3 ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf 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: adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf mov x9, sp add x8, sp, #32 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldr x0, [sp, #24] ; 8-byte Folded Reload ldr w8, [sp, #40] subs w2, w8, #1 mov w1, #0 bl _LireEntier ldur x9, [x29, #-48] ldrsw x10, [sp, #32] sub x8, x29, #40 ldr x8, [x8, x10, lsl #3] str x8, [x9] ldur x8, [x29, #-48] ldr x1, [sp, #56] ldr w2, [sp, #52] ldr w3, [sp, #48] ldr w4, [sp, #44] ldr x0, [x8] bl _DessinPlateau 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, LBB7_6 b LBB7_5 LBB7_5: bl ___stack_chk_fail LBB7_6: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _Coup_Ordi_Hasard ; -- Begin function Coup_Ordi_Hasard .p2align 2 _Coup_Ordi_Hasard: ; @Coup_Ordi_Hasard .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] stur x0, [x29, #-48] str x1, [sp, #56] str w2, [sp, #52] str w3, [sp, #48] str w4, [sp, #44] ldur x8, [x29, #-48] ldr x1, [sp, #56] ldr w2, [sp, #52] ldr w3, [sp, #48] ldr w4, [sp, #44] ldr x0, [x8] bl _DessinPlateau ldur x8, [x29, #-48] ldr x1, [sp, #56] ldr w2, [sp, #52] ldr w3, [sp, #44] ldr w4, [sp, #48] ldr x0, [x8] sub x5, x29, #40 str x5, [sp, #24] ; 8-byte Folded Spill add x6, sp, #40 bl _Voisines ldur x8, [x29, #-48] str x8, [sp, #32] ; 8-byte Folded Spill bl _rand ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr w11, [sp, #40] sdiv w10, w0, w11 mul w10, w10, w11 subs w10, w0, w10 ldr x8, [x8, w10, sxtw #3] str x8, [x9] ldur x8, [x29, #-48] ldr w8, [x8] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-48] ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: bl ___stack_chk_fail LBB8_2: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _Coup_Ordi_Gagnant ; -- Begin function Coup_Ordi_Gagnant .p2align 2 _Coup_Ordi_Gagnant: ; @Coup_Ordi_Gagnant .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] stur x0, [x29, #-48] str x1, [sp, #56] str x2, [sp, #48] str w3, [sp, #44] str w4, [sp, #40] str w5, [sp, #36] ldur x8, [x29, #-48] ldr x1, [sp, #48] ldr w2, [sp, #44] ldr w3, [sp, #40] ldr w4, [sp, #36] ldr x0, [x8] bl _DessinPlateau ldur x8, [x29, #-48] ldr x1, [sp, #48] ldr w2, [sp, #44] ldr w3, [sp, #36] ldr w4, [sp, #40] ldr x0, [x8] sub x5, x29, #40 add x6, sp, #32 bl _Voisines str wzr, [sp, #28] b LBB9_1 LBB9_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB9_6 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 ldr x8, [sp, #56] ldrsw x9, [sp, #28] lsl x10, x9, #3 sub x9, x29, #40 ldrsw x10, [x9, x10] mov x11, #120 mul x10, x10, x11 add x8, x8, x10 ldrsw x10, [sp, #28] add x9, x9, x10, lsl #3 ldrsw x9, [x9, #4] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_4 b LBB9_3 LBB9_3: ldur x9, [x29, #-48] ldrsw x10, [sp, #28] sub x8, x29, #40 ldr x8, [x8, x10, lsl #3] str x8, [x9] ldur x8, [x29, #-48] ldr x1, [sp, #48] ldr w2, [sp, #44] ldr w3, [sp, #40] ldr w4, [sp, #36] ldr x0, [x8] bl _DessinPlateau ldur x8, [x29, #-48] ldr w8, [x8] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-48] ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf b LBB9_7 LBB9_4: ; in Loop: Header=BB9_1 Depth=1 b LBB9_5 LBB9_5: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB9_1 LBB9_6: ldur x8, [x29, #-48] str x8, [sp, #16] ; 8-byte Folded Spill bl _rand ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w10, [sp, #32] sdiv w8, w0, w10 mul w8, w8, w10 subs w10, w0, w8 sub x8, x29, #40 ldr x8, [x8, w10, sxtw #3] str x8, [x9] ldur x8, [x29, #-48] ldr w8, [x8] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-48] ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf b LBB9_7 LBB9_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, LBB9_9 b LBB9_8 LBB9_8: bl ___stack_chk_fail LBB9_9: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #3920 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #68] mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand add x0, sp, #64 str wzr, [sp, #64] add x1, sp, #60 str wzr, [sp, #60] add x2, sp, #56 str wzr, [sp, #56] add x3, sp, #52 str wzr, [sp, #52] bl _Parametres adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf str wzr, [sp, #32] str wzr, [sp, #36] ldr w2, [sp, #64] ldr w3, [sp, #60] add x0, sp, #48 add x1, sp, #3672 bl _Hasard_Ban ldr w1, [sp, #64] ldr w2, [sp, #60] add x0, sp, #72 bl _Calcul_Nimbers b LBB10_1 LBB10_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] ldr w9, [sp, #60] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB10_3 b LBB10_2 LBB10_2: ; in Loop: Header=BB10_1 Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #64] subs w9, w9, #1 subs w8, w8, w9 cset w8, eq str w8, [sp, #28] ; 4-byte Folded Spill b LBB10_3 LBB10_3: ; in Loop: Header=BB10_1 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload tbnz w8, #0, LBB10_20 b LBB10_4 LBB10_4: ; in Loop: Header=BB10_1 Depth=1 ldr w8, [sp, #52] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB10_6 b LBB10_5 LBB10_5: ; in Loop: Header=BB10_1 Depth=1 ldr w2, [sp, #48] ldr w3, [sp, #64] ldr w4, [sp, #60] add x0, sp, #32 add x1, sp, #3672 bl _Coup_Joueur mov w8, #1 str w8, [sp, #52] b LBB10_19 LBB10_6: ; in Loop: Header=BB10_1 Depth=1 ldr w8, [sp, #56] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB10_18 ; %bb.7: ; in Loop: Header=BB10_1 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI10_0@PAGE add x10, x10, lJTI10_0@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB10_8: ; in Loop: Header=BB10_1 Depth=1 ldr w2, [sp, #48] ldr w3, [sp, #64] ldr w4, [sp, #60] add x0, sp, #32 add x1, sp, #3672 bl _Coup_Ordi_Hasard b LBB10_18 LBB10_9: ; in Loop: Header=BB10_1 Depth=1 bl _rand mov w9, #3 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB10_11 b LBB10_10 LBB10_10: ; in Loop: Header=BB10_1 Depth=1 ldr w3, [sp, #48] ldr w4, [sp, #64] ldr w5, [sp, #60] add x0, sp, #32 add x1, sp, #72 add x2, sp, #3672 bl _Coup_Ordi_Gagnant b LBB10_12 LBB10_11: ; in Loop: Header=BB10_1 Depth=1 ldr w2, [sp, #48] ldr w3, [sp, #64] ldr w4, [sp, #60] add x0, sp, #32 add x1, sp, #3672 bl _Coup_Ordi_Hasard b LBB10_12 LBB10_12: ; in Loop: Header=BB10_1 Depth=1 b LBB10_18 LBB10_13: ; in Loop: Header=BB10_1 Depth=1 bl _rand mov w9, #3 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB10_15 b LBB10_14 LBB10_14: ; in Loop: Header=BB10_1 Depth=1 ldr w3, [sp, #48] ldr w4, [sp, #64] ldr w5, [sp, #60] add x0, sp, #32 add x1, sp, #72 add x2, sp, #3672 bl _Coup_Ordi_Gagnant b LBB10_16 LBB10_15: ; in Loop: Header=BB10_1 Depth=1 ldr w2, [sp, #48] ldr w3, [sp, #64] ldr w4, [sp, #60] add x0, sp, #32 add x1, sp, #3672 bl _Coup_Ordi_Hasard b LBB10_16 LBB10_16: ; in Loop: Header=BB10_1 Depth=1 b LBB10_18 LBB10_17: ; in Loop: Header=BB10_1 Depth=1 ldr w3, [sp, #48] ldr w4, [sp, #64] ldr w5, [sp, #60] add x0, sp, #32 add x1, sp, #72 add x2, sp, #3672 bl _Coup_Ordi_Gagnant b LBB10_18 LBB10_18: ; in Loop: Header=BB10_1 Depth=1 mov w8, #2 str w8, [sp, #52] b LBB10_19 LBB10_19: ; in Loop: Header=BB10_1 Depth=1 b LBB10_1 LBB10_20: ldr w8, [sp, #52] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB10_22 b LBB10_21 LBB10_21: adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf b LBB10_23 LBB10_22: adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf b LBB10_23 LBB10_23: ldr w8, [sp, #68] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB10_25 b LBB10_24 LBB10_24: bl ___stack_chk_fail LBB10_25: ldr w0, [sp, #12] ; 4-byte Folded Reload add sp, sp, #3920 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI10_0: .long LBB10_8-Ltmp2 .long LBB10_9-Ltmp2 .long LBB10_13-Ltmp2 .long LBB10_17-Ltmp2 ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n" l_.str.1: ; @.str.1 .asciz " " l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz " " l_.str.4: ; @.str.4 .asciz "|O" l_.str.5: ; @.str.5 .asciz "|X" l_.str.6: ; @.str.6 .asciz "|-" l_.str.7: ; @.str.7 .asciz "|\n" l_.str.8: ; @.str.8 .asciz "La valeur est incorrect. Nouvelle valeur : " l_.str.9: ; @.str.9 .asciz " _ _ _ \n | | | | (_) \n | | ___ _ _ __| | ___ _ __ _ _ __ ___ \n _ | |/ _ \\ | | | / _` |/ _ \\ | '_ \\| | '_ ` _ \\ \n | |__| | __/ |_| | | (_| | __/ | | | | | | | | | |\n \\____/ \\___|\\__,_| \\__,_|\\___| |_| |_|_|_| |_| |_|\n\n" l_.str.10: ; @.str.10 .asciz "Entrez le nombres de lignes du plateau : " l_.str.11: ; @.str.11 .asciz "Entrez le nombre de colonnes du plateau : " l_.str.12: ; @.str.12 .asciz "Entrez le niveau de difficultes de l'ordinateur (compris entre 1 et 4) : " l_.str.13: ; @.str.13 .asciz "Qui commence la partie ? 1 : l'ordinateur, 2 : vous. Alors : " l_.str.14: ; @.str.14 .asciz "Choisissez la future position du pion : " l_.str.15: ; @.str.15 .asciz "%d : (%d, %d)" l_.str.16: ; @.str.16 .asciz "\n----> " l_.str.17: ; @.str.17 .asciz "L'ordi deplace le pion en (%d, %d)\n" l_.str.18: ; @.str.18 .asciz "Les parametres du jeu ont bien ete enregistrees !\n" l_.str.19: ; @.str.19 .asciz "Vous avez gagne !\n" l_.str.20: ; @.str.20 .asciz "Vous avez perdu !\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Existe ## -- Begin function Existe .p2align 4, 0x90 _Existe: ## @Existe .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdx, -16(%rbp) movq %rdi, -24(%rbp) movl %esi, -28(%rbp) movl $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -28(%rbp), %eax jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rax movslq -32(%rbp), %rcx movl (%rax,%rcx,8), %eax cmpl -16(%rbp), %eax jne LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rax movslq -32(%rbp), %rcx movl 4(%rax,%rcx,8), %eax cmpl -12(%rbp), %eax jne LBB0_5 ## %bb.4: movl $1, -4(%rbp) jmp LBB0_8 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_7: movl $0, -4(%rbp) LBB0_8: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _Voisines ## -- Begin function Voisines .p2align 4, 0x90 _Voisines: ## @Voisines .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 movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl %r8d, -28(%rbp) movq %r9, -40(%rbp) movl -8(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movl -4(%rbp), %eax movl %eax, -44(%rbp) movq 16(%rbp), %rax movl $0, (%rax) movq -16(%rbp), %rdi movl -20(%rbp), %esi movq -48(%rbp), %rdx callq _Existe cmpl $0, %eax jne LBB1_6 ## %bb.1: movl -48(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_6 ## %bb.2: movq -40(%rbp), %rax movq 16(%rbp), %rcx movslq (%rcx), %rcx movq -48(%rbp), %rdx movq %rdx, (%rax,%rcx,8) movq 16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi movq -48(%rbp), %rdx callq _Existe cmpl $0, %eax jne LBB1_5 ## %bb.3: movl -48(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_5 ## %bb.4: movq -40(%rbp), %rax movq 16(%rbp), %rcx movslq (%rcx), %rcx movq -48(%rbp), %rdx movq %rdx, (%rax,%rcx,8) movq 16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB1_5: jmp LBB1_6 LBB1_6: movl -8(%rbp), %eax movl %eax, -48(%rbp) movl -4(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi movq -48(%rbp), %rdx callq _Existe cmpl $0, %eax jne LBB1_12 ## %bb.7: movl -44(%rbp), %eax cmpl -28(%rbp), %eax jge LBB1_12 ## %bb.8: movq -40(%rbp), %rax movq 16(%rbp), %rcx movslq (%rcx), %rcx movq -48(%rbp), %rdx movq %rdx, (%rax,%rcx,8) movq 16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi movq -48(%rbp), %rdx callq _Existe cmpl $0, %eax jne LBB1_11 ## %bb.9: movl -44(%rbp), %eax cmpl -28(%rbp), %eax jge LBB1_11 ## %bb.10: movq -40(%rbp), %rax movq 16(%rbp), %rcx movslq (%rcx), %rcx movq -48(%rbp), %rdx movq %rdx, (%rax,%rcx,8) movq 16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB1_11: jmp LBB1_12 LBB1_12: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Calcul_Nimbers ## -- Begin function Calcul_Nimbers .p2align 4, 0x90 _Calcul_Nimbers: ## @Calcul_Nimbers .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, -28(%rbp) movl -16(%rbp), %eax subl $1, %eax movl %eax, -20(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_3 Depth 2 cmpl $0, -20(%rbp) jl LBB2_11 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -28(%rbp), %eax movl %eax, -32(%rbp) movl -12(%rbp), %eax subl $1, %eax movl %eax, -24(%rbp) LBB2_3: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -24(%rbp) jl LBB2_9 ## %bb.4: ## in Loop: Header=BB2_3 Depth=2 cmpl $0, -32(%rbp) jne LBB2_6 ## %bb.5: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx imulq $120, %rcx, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl $0, (%rax,%rcx,4) jmp LBB2_7 LBB2_6: ## in Loop: Header=BB2_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx imulq $120, %rcx, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl $1, (%rax,%rcx,4) LBB2_7: ## in Loop: Header=BB2_3 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl $3, %ecx cltd idivl %ecx movl %edx, -32(%rbp) ## %bb.8: ## in Loop: Header=BB2_3 Depth=2 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) jmp LBB2_3 LBB2_9: ## in Loop: Header=BB2_1 Depth=1 movl -28(%rbp), %eax addl $2, %eax movl $3, %ecx cltd idivl %ecx movl %edx, -28(%rbp) ## %bb.10: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_11: popq %rbp retq .cfi_endproc ## -- End function .globl _Hasard_Ban ## -- Begin function Hasard_Ban .p2align 4, 0x90 _Hasard_Ban: ## @Hasard_Ban .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 -20(%rbp), %eax cmpl -24(%rbp), %eax jle LBB3_2 ## %bb.1: movl -20(%rbp), %eax movl %eax, -28(%rbp) jmp LBB3_3 LBB3_2: movl -24(%rbp), %eax movl %eax, -28(%rbp) LBB3_3: callq _rand cltd idivl -28(%rbp) movq -8(%rbp), %rax movl %edx, (%rax) movl $0, -32(%rbp) LBB3_4: ## =>This Loop Header: Depth=1 ## Child Loop BB3_6 Depth 2 movl -32(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge LBB3_27 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 movl $0, -44(%rbp) LBB3_6: ## Parent Loop BB3_4 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -44(%rbp) setne %al xorb $-1, %al testb $1, %al jne LBB3_7 jmp LBB3_25 LBB3_7: ## in Loop: Header=BB3_6 Depth=2 callq _rand cltd idivl -24(%rbp) movl %edx, -40(%rbp) callq _rand cltd idivl -20(%rbp) movl %edx, -36(%rbp) movq -16(%rbp), %rdi movl -32(%rbp), %esi movq -40(%rbp), %rdx callq _Existe cmpl $0, %eax je LBB3_9 ## %bb.8: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_9: ## in Loop: Header=BB3_6 Depth=2 cmpl $0, -36(%rbp) jne LBB3_12 ## %bb.10: ## in Loop: Header=BB3_6 Depth=2 movl -40(%rbp), %eax movl -24(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB3_12 ## %bb.11: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_12: ## in Loop: Header=BB3_6 Depth=2 movl -36(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB3_15 ## %bb.13: ## in Loop: Header=BB3_6 Depth=2 cmpl $0, -40(%rbp) jle LBB3_15 ## %bb.14: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_15: ## in Loop: Header=BB3_6 Depth=2 cmpl $0, -40(%rbp) jne LBB3_18 ## %bb.16: ## in Loop: Header=BB3_6 Depth=2 movl -36(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB3_18 ## %bb.17: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_18: ## in Loop: Header=BB3_6 Depth=2 movl -40(%rbp), %eax movl -24(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB3_21 ## %bb.19: ## in Loop: Header=BB3_6 Depth=2 cmpl $0, -36(%rbp) jle LBB3_21 ## %bb.20: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_21: ## in Loop: Header=BB3_6 Depth=2 movl -40(%rbp), %eax subl $1, %eax movl %eax, -56(%rbp) movl -36(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) movl -40(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) movl -36(%rbp), %eax subl $1, %eax movl %eax, -60(%rbp) movq -16(%rbp), %rdi movl -32(%rbp), %esi movq -56(%rbp), %rdx callq _Existe cmpl $0, %eax jne LBB3_23 ## %bb.22: ## in Loop: Header=BB3_6 Depth=2 movq -16(%rbp), %rdi movl -32(%rbp), %esi movq -64(%rbp), %rdx callq _Existe cmpl $0, %eax je LBB3_24 LBB3_23: ## in Loop: Header=BB3_6 Depth=2 jmp LBB3_6 LBB3_24: ## in Loop: Header=BB3_6 Depth=2 movl $1, -44(%rbp) jmp LBB3_6 LBB3_25: ## in Loop: Header=BB3_4 Depth=1 movq -16(%rbp), %rax movslq -32(%rbp), %rcx movq -40(%rbp), %rdx movq %rdx, (%rax,%rcx,8) ## %bb.26: ## in Loop: Header=BB3_4 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB3_4 LBB3_27: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _DessinPlateau ## -- Begin function DessinPlateau .p2align 4, 0x90 _DessinPlateau: ## @DessinPlateau .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) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -32(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -28(%rbp), %eax jge LBB4_6 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl -32(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf cmpl $10, -32(%rbp) jge LBB4_4 ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB4_4: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_5 LBB4_5: ## in Loop: Header=BB4_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB4_1 LBB4_6: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB4_7: ## =>This Loop Header: Depth=1 ## Child Loop BB4_11 Depth 2 movl -36(%rbp), %eax cmpl -24(%rbp), %eax jge LBB4_23 ## %bb.8: ## in Loop: Header=BB4_7 Depth=1 movl -36(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf cmpl $10, -36(%rbp) jge LBB4_10 ## %bb.9: ## in Loop: Header=BB4_7 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB4_10: ## in Loop: Header=BB4_7 Depth=1 movl $0, -32(%rbp) LBB4_11: ## Parent Loop BB4_7 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax cmpl -28(%rbp), %eax jge LBB4_21 ## %bb.12: ## in Loop: Header=BB4_11 Depth=2 movl -32(%rbp), %eax movl %eax, -48(%rbp) movl -36(%rbp), %eax movl %eax, -44(%rbp) movl -8(%rbp), %eax cmpl -32(%rbp), %eax jne LBB4_15 ## %bb.13: ## in Loop: Header=BB4_11 Depth=2 movl -4(%rbp), %eax cmpl -36(%rbp), %eax jne LBB4_15 ## %bb.14: ## in Loop: Header=BB4_11 Depth=2 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB4_19 LBB4_15: ## in Loop: Header=BB4_11 Depth=2 movq -16(%rbp), %rdi movl -20(%rbp), %esi movq -48(%rbp), %rdx callq _Existe cmpl $0, %eax je LBB4_17 ## %bb.16: ## in Loop: Header=BB4_11 Depth=2 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB4_18 LBB4_17: ## in Loop: Header=BB4_11 Depth=2 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB4_18: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_19 LBB4_19: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_20 LBB4_20: ## in Loop: Header=BB4_11 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB4_11 LBB4_21: ## in Loop: Header=BB4_7 Depth=1 leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf ## %bb.22: ## in Loop: Header=BB4_7 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB4_7 LBB4_23: leaq L_.str(%rip), %rdi movb $0, %al callq _printf addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _LireEntier ## -- Begin function LireEntier .p2align 4, 0x90 _LireEntier: ## @LireEntier .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) LBB5_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movl (%rax), %ecx movb $1, %al cmpl -16(%rbp), %ecx movb %al, -17(%rbp) ## 1-byte Spill jg LBB5_3 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax setg %al movb %al, -17(%rbp) ## 1-byte Spill LBB5_3: ## in Loop: Header=BB5_1 Depth=1 movb -17(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB5_4 jmp LBB5_5 LBB5_4: ## in Loop: Header=BB5_1 Depth=1 leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar jmp LBB5_1 LBB5_5: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Parametres ## -- Begin function Parametres .p2align 4, 0x90 _Parametres: ## @Parametres .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar movq -8(%rbp), %rdi movl $5, %esi movl $30, %edx callq _LireEntier leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar movq -16(%rbp), %rdi movl $5, %esi movl $30, %edx callq _LireEntier leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar movq -24(%rbp), %rdi movl $1, %esi movl $4, %edx callq _LireEntier leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar movq -32(%rbp), %rdi movl $1, %esi movl $2, %edx callq _LireEntier addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Coup_Joueur ## -- Begin function Coup_Joueur .p2align 4, 0x90 _Coup_Joueur: ## @Coup_Joueur .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, -56(%rbp) movq %rsi, -64(%rbp) movl %edx, -68(%rbp) movl %ecx, -72(%rbp) movl %r8d, -76(%rbp) movq -56(%rbp), %rax movq -64(%rbp), %rsi movl -68(%rbp), %edx movl -76(%rbp), %ecx movl -72(%rbp), %r8d leaq -48(%rbp), %r9 movq (%rax), %rdi leaq -80(%rbp), %rax movq %rax, (%rsp) callq _Voisines movq -56(%rbp), %rax movq -64(%rbp), %rsi movl -68(%rbp), %edx movl -72(%rbp), %ecx movl -76(%rbp), %r8d movq (%rax), %rdi callq _DessinPlateau leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movl $0, -84(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 movl -84(%rbp), %eax cmpl -80(%rbp), %eax jge LBB7_4 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl -84(%rbp), %esi movslq -84(%rbp), %rax movl -48(%rbp,%rax,8), %edx movslq -84(%rbp), %rax movl -44(%rbp,%rax,8), %ecx leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB7_1 Depth=1 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB7_1 LBB7_4: leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -88(%rbp), %rsi movb $0, %al callq _scanf movl -80(%rbp), %edx subl $1, %edx leaq -88(%rbp), %rdi xorl %esi, %esi callq _LireEntier movq -56(%rbp), %rax movslq -88(%rbp), %rcx movq -48(%rbp,%rcx,8), %rcx movq %rcx, (%rax) movq -56(%rbp), %rax movq -64(%rbp), %rsi movl -68(%rbp), %edx movl -72(%rbp), %ecx movl -76(%rbp), %r8d movq (%rax), %rdi callq _DessinPlateau movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB7_6 ## %bb.5: addq $96, %rsp popq %rbp retq LBB7_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _Coup_Ordi_Hasard ## -- Begin function Coup_Ordi_Hasard .p2align 4, 0x90 _Coup_Ordi_Hasard: ## @Coup_Ordi_Hasard .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, -56(%rbp) movq %rsi, -64(%rbp) movl %edx, -68(%rbp) movl %ecx, -72(%rbp) movl %r8d, -76(%rbp) movq -56(%rbp), %rax movq -64(%rbp), %rsi movl -68(%rbp), %edx movl -72(%rbp), %ecx movl -76(%rbp), %r8d movq (%rax), %rdi callq _DessinPlateau movq -56(%rbp), %rax movq -64(%rbp), %rsi movl -68(%rbp), %edx movl -76(%rbp), %ecx movl -72(%rbp), %r8d leaq -48(%rbp), %r9 movq (%rax), %rdi leaq -80(%rbp), %rax movq %rax, (%rsp) callq _Voisines movq -56(%rbp), %rax movq %rax, -88(%rbp) ## 8-byte Spill callq _rand cltd idivl -80(%rbp) movq -88(%rbp), %rax ## 8-byte Reload movslq %edx, %rcx movq -48(%rbp,%rcx,8), %rcx movq %rcx, (%rax) movq -56(%rbp), %rax movl (%rax), %esi movq -56(%rbp), %rax movl 4(%rax), %edx leaq L_.str.17(%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 LBB8_2 ## %bb.1: addq $96, %rsp popq %rbp retq LBB8_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _Coup_Ordi_Gagnant ## -- Begin function Coup_Ordi_Gagnant .p2align 4, 0x90 _Coup_Ordi_Gagnant: ## @Coup_Ordi_Gagnant .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, -56(%rbp) movq %rsi, -64(%rbp) movq %rdx, -72(%rbp) movl %ecx, -76(%rbp) movl %r8d, -80(%rbp) movl %r9d, -84(%rbp) movq -56(%rbp), %rax movq -72(%rbp), %rsi movl -76(%rbp), %edx movl -80(%rbp), %ecx movl -84(%rbp), %r8d movq (%rax), %rdi callq _DessinPlateau movq -56(%rbp), %rax movq -72(%rbp), %rsi movl -76(%rbp), %edx movl -84(%rbp), %ecx movl -80(%rbp), %r8d leaq -48(%rbp), %r9 movq (%rax), %rdi leaq -88(%rbp), %rax movq %rax, (%rsp) callq _Voisines movl $0, -92(%rbp) LBB9_1: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -88(%rbp), %eax jge LBB9_6 ## %bb.2: ## in Loop: Header=BB9_1 Depth=1 movq -64(%rbp), %rax movslq -92(%rbp), %rcx movslq -48(%rbp,%rcx,8), %rcx imulq $120, %rcx, %rcx addq %rcx, %rax movslq -92(%rbp), %rcx movslq -44(%rbp,%rcx,8), %rcx cmpl $0, (%rax,%rcx,4) jne LBB9_4 ## %bb.3: movq -56(%rbp), %rax movslq -92(%rbp), %rcx movq -48(%rbp,%rcx,8), %rcx movq %rcx, (%rax) movq -56(%rbp), %rax movq -72(%rbp), %rsi movl -76(%rbp), %edx movl -80(%rbp), %ecx movl -84(%rbp), %r8d movq (%rax), %rdi callq _DessinPlateau movq -56(%rbp), %rax movl (%rax), %esi movq -56(%rbp), %rax movl 4(%rax), %edx leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf jmp LBB9_7 LBB9_4: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_5 LBB9_5: ## in Loop: Header=BB9_1 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB9_1 LBB9_6: movq -56(%rbp), %rax movq %rax, -104(%rbp) ## 8-byte Spill callq _rand cltd idivl -88(%rbp) movq -104(%rbp), %rax ## 8-byte Reload movslq %edx, %rcx movq -48(%rbp,%rcx,8), %rcx movq %rcx, (%rax) movq -56(%rbp), %rax movl (%rax), %esi movq -56(%rbp), %rax movl 4(%rax), %edx leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf LBB9_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB9_9 ## %bb.8: addq $112, %rsp popq %rbp retq LBB9_9: 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 $3920, %rsp ## imm = 0xF50 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -3860(%rbp) xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $0, -3864(%rbp) movl $0, -3868(%rbp) movl $0, -3872(%rbp) movl $0, -3876(%rbp) leaq -3864(%rbp), %rdi leaq -3868(%rbp), %rsi leaq -3872(%rbp), %rdx leaq -3876(%rbp), %rcx callq _Parametres leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf movl $0, -3896(%rbp) movl $0, -3892(%rbp) leaq -256(%rbp), %rsi movl -3864(%rbp), %edx movl -3868(%rbp), %ecx leaq -3880(%rbp), %rdi callq _Hasard_Ban leaq -3856(%rbp), %rdi movl -3864(%rbp), %esi movl -3868(%rbp), %edx callq _Calcul_Nimbers LBB10_1: ## =>This Inner Loop Header: Depth=1 movl -3896(%rbp), %ecx movl -3868(%rbp), %edx subl $1, %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -3897(%rbp) ## 1-byte Spill jne LBB10_3 ## %bb.2: ## in Loop: Header=BB10_1 Depth=1 movl -3892(%rbp), %eax movl -3864(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax sete %al movb %al, -3897(%rbp) ## 1-byte Spill LBB10_3: ## in Loop: Header=BB10_1 Depth=1 movb -3897(%rbp), %al ## 1-byte Reload xorb $-1, %al testb $1, %al jne LBB10_4 jmp LBB10_19 LBB10_4: ## in Loop: Header=BB10_1 Depth=1 cmpl $2, -3876(%rbp) jne LBB10_6 ## %bb.5: ## in Loop: Header=BB10_1 Depth=1 leaq -256(%rbp), %rsi movl -3880(%rbp), %edx movl -3864(%rbp), %ecx movl -3868(%rbp), %r8d leaq -3896(%rbp), %rdi callq _Coup_Joueur movl $1, -3876(%rbp) jmp LBB10_18 LBB10_6: ## in Loop: Header=BB10_1 Depth=1 movl -3872(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -3912(%rbp) ## 8-byte Spill subl $3, %eax ja LBB10_17 ## %bb.25: ## in Loop: Header=BB10_1 Depth=1 movq -3912(%rbp), %rax ## 8-byte Reload leaq LJTI10_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB10_7: ## in Loop: Header=BB10_1 Depth=1 leaq -256(%rbp), %rsi movl -3880(%rbp), %edx movl -3864(%rbp), %ecx movl -3868(%rbp), %r8d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Hasard jmp LBB10_17 LBB10_8: ## in Loop: Header=BB10_1 Depth=1 callq _rand movl $3, %ecx cltd idivl %ecx cmpl $1, %edx jne LBB10_10 ## %bb.9: ## in Loop: Header=BB10_1 Depth=1 leaq -3856(%rbp), %rsi leaq -256(%rbp), %rdx movl -3880(%rbp), %ecx movl -3864(%rbp), %r8d movl -3868(%rbp), %r9d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Gagnant jmp LBB10_11 LBB10_10: ## in Loop: Header=BB10_1 Depth=1 leaq -256(%rbp), %rsi movl -3880(%rbp), %edx movl -3864(%rbp), %ecx movl -3868(%rbp), %r8d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Hasard LBB10_11: ## in Loop: Header=BB10_1 Depth=1 jmp LBB10_17 LBB10_12: ## in Loop: Header=BB10_1 Depth=1 callq _rand movl $3, %ecx cltd idivl %ecx cmpl $1, %edx jl LBB10_14 ## %bb.13: ## in Loop: Header=BB10_1 Depth=1 leaq -3856(%rbp), %rsi leaq -256(%rbp), %rdx movl -3880(%rbp), %ecx movl -3864(%rbp), %r8d movl -3868(%rbp), %r9d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Gagnant jmp LBB10_15 LBB10_14: ## in Loop: Header=BB10_1 Depth=1 leaq -256(%rbp), %rsi movl -3880(%rbp), %edx movl -3864(%rbp), %ecx movl -3868(%rbp), %r8d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Hasard LBB10_15: ## in Loop: Header=BB10_1 Depth=1 jmp LBB10_17 LBB10_16: ## in Loop: Header=BB10_1 Depth=1 leaq -3856(%rbp), %rsi leaq -256(%rbp), %rdx movl -3880(%rbp), %ecx movl -3864(%rbp), %r8d movl -3868(%rbp), %r9d leaq -3896(%rbp), %rdi callq _Coup_Ordi_Gagnant LBB10_17: ## in Loop: Header=BB10_1 Depth=1 movl $2, -3876(%rbp) LBB10_18: ## in Loop: Header=BB10_1 Depth=1 jmp LBB10_1 LBB10_19: cmpl $1, -3876(%rbp) jne LBB10_21 ## %bb.20: leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf jmp LBB10_22 LBB10_21: leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf LBB10_22: movl -3860(%rbp), %eax movl %eax, -3916(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB10_24 ## %bb.23: movl -3916(%rbp), %eax ## 4-byte Reload addq $3920, %rsp ## imm = 0xF50 popq %rbp retq LBB10_24: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L10_0_set_7, LBB10_7-LJTI10_0 .set L10_0_set_8, LBB10_8-LJTI10_0 .set L10_0_set_12, LBB10_12-LJTI10_0 .set L10_0_set_16, LBB10_16-LJTI10_0 LJTI10_0: .long L10_0_set_7 .long L10_0_set_8 .long L10_0_set_12 .long L10_0_set_16 .end_data_region ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n" L_.str.1: ## @.str.1 .asciz " " L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz " " L_.str.4: ## @.str.4 .asciz "|O" L_.str.5: ## @.str.5 .asciz "|X" L_.str.6: ## @.str.6 .asciz "|-" L_.str.7: ## @.str.7 .asciz "|\n" L_.str.8: ## @.str.8 .asciz "La valeur est incorrect. Nouvelle valeur : " L_.str.9: ## @.str.9 .asciz " _ _ _ \n | | | | (_) \n | | ___ _ _ __| | ___ _ __ _ _ __ ___ \n _ | |/ _ \\ | | | / _` |/ _ \\ | '_ \\| | '_ ` _ \\ \n | |__| | __/ |_| | | (_| | __/ | | | | | | | | | |\n \\____/ \\___|\\__,_| \\__,_|\\___| |_| |_|_|_| |_| |_|\n\n" L_.str.10: ## @.str.10 .asciz "Entrez le nombres de lignes du plateau : " L_.str.11: ## @.str.11 .asciz "Entrez le nombre de colonnes du plateau : " L_.str.12: ## @.str.12 .asciz "Entrez le niveau de difficultes de l'ordinateur (compris entre 1 et 4) : " L_.str.13: ## @.str.13 .asciz "Qui commence la partie ? 1 : l'ordinateur, 2 : vous. Alors : " L_.str.14: ## @.str.14 .asciz "Choisissez la future position du pion : " L_.str.15: ## @.str.15 .asciz "%d : (%d, %d)" L_.str.16: ## @.str.16 .asciz "\n----> " L_.str.17: ## @.str.17 .asciz "L'ordi deplace le pion en (%d, %d)\n" L_.str.18: ## @.str.18 .asciz "Les parametres du jeu ont bien ete enregistrees !\n" L_.str.19: ## @.str.19 .asciz "Vous avez gagne !\n" L_.str.20: ## @.str.20 .asciz "Vous avez perdu !\n" .subsections_via_symbols
the_stack_data/90764495.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _error ; -- Begin function error .p2align 2 _error: ; @error .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 b LBB0_1 LBB0_1: bl ___VERIFIER_error .cfi_endproc ; -- End function .globl _master ; -- Begin function master .p2align 2 _master: ; @master .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, _token@GOTPAGE ldr x8, [x8, _token@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _m_pc@PAGE ldr w8, [x8, _m_pc@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: b LBB1_7 LBB1_2: adrp x8, _m_pc@PAGE ldr w8, [x8, _m_pc@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: b LBB1_10 LBB1_4: b LBB1_5 LBB1_5: b LBB1_6 LBB1_6: b LBB1_7 LBB1_7: b LBB1_8 LBB1_8: b LBB1_9 LBB1_9: bl ___VERIFIER_nondet_int ldr x8, [sp, #16] ; 8-byte Folded Reload str w0, [x8] ldr w8, [x8] adrp x9, _local@GOTPAGE ldr x9, [x9, _local@GOTPAGEOFF] str w8, [x9] adrp x9, _E_1@PAGE str x9, [sp] ; 8-byte Folded Spill mov w8, #1 str w8, [sp, #12] ; 4-byte Folded Spill str w8, [x9, _E_1@PAGEOFF] bl _immediate_notify ldr x10, [sp] ; 8-byte Folded Reload ldr w9, [sp, #12] ; 4-byte Folded Reload mov w8, #2 str w8, [x10, _E_1@PAGEOFF] adrp x10, _m_pc@PAGE str w9, [x10, _m_pc@PAGEOFF] adrp x9, _m_st@GOTPAGE ldr x9, [x9, _m_st@GOTPAGEOFF] str w8, [x9] b LBB1_24 LBB1_10: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _local@GOTPAGE ldr x9, [x9, _local@GOTPAGEOFF] ldr w9, [x9] add w9, w9, #1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: bl _error b LBB1_23 LBB1_12: ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, gt tbnz w8, #0, LBB1_16 b LBB1_13 LBB1_13: ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, lt tbnz w8, #0, LBB1_15 b LBB1_14 LBB1_14: b LBB1_15 LBB1_15: b LBB1_16 LBB1_16: ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, gt tbnz w8, #0, LBB1_22 b LBB1_17 LBB1_17: ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, lt tbnz w8, #0, LBB1_21 b LBB1_18 LBB1_18: ldur w8, [x29, #-4] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB1_20 b LBB1_19 LBB1_19: bl _error b LBB1_20 LBB1_20: b LBB1_21 LBB1_21: b LBB1_22 LBB1_22: b LBB1_23 LBB1_23: b LBB1_8 LBB1_24: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _immediate_notify ; -- Begin function immediate_notify .p2align 2 _immediate_notify: ; @immediate_notify .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 _activate_threads ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _transmit1 ; -- Begin function transmit1 .p2align 2 _transmit1: ; @transmit1 .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, _t1_pc@PAGE ldr w8, [x8, _t1_pc@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: b LBB3_7 LBB3_2: adrp x8, _t1_pc@PAGE ldr w8, [x8, _t1_pc@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: b LBB3_10 LBB3_4: b LBB3_5 LBB3_5: b LBB3_6 LBB3_6: b LBB3_7 LBB3_7: b LBB3_8 LBB3_8: b LBB3_9 LBB3_9: mov w8, #1 adrp x9, _t1_pc@PAGE str w8, [x9, _t1_pc@PAGEOFF] adrp x9, _t1_st@GOTPAGE ldr x9, [x9, _t1_st@GOTPAGEOFF] mov w8, #2 str w8, [x9] b LBB3_11 LBB3_10: adrp x10, _token@GOTPAGE ldr x10, [x10, _token@GOTPAGEOFF] ldr w9, [x10] mov w8, #1 add w9, w9, #1 str w9, [x10] adrp x9, _E_M@PAGE str x9, [sp, #8] ; 8-byte Folded Spill str w8, [x9, _E_M@PAGEOFF] bl _immediate_notify ldr x9, [sp, #8] ; 8-byte Folded Reload mov w8, #2 str w8, [x9, _E_M@PAGEOFF] b LBB3_8 LBB3_11: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _is_master_triggered ; -- Begin function is_master_triggered .p2align 2 _is_master_triggered: ; @is_master_triggered .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _m_pc@PAGE ldr w8, [x8, _m_pc@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_5 b LBB4_1 LBB4_1: adrp x8, _E_M@PAGE ldr w8, [x8, _E_M@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: mov w8, #1 str w8, [sp, #12] b LBB4_7 LBB4_3: b LBB4_4 LBB4_4: b LBB4_6 LBB4_5: b LBB4_6 LBB4_6: str wzr, [sp, #12] b LBB4_7 LBB4_7: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _is_transmit1_triggered ; -- Begin function is_transmit1_triggered .p2align 2 _is_transmit1_triggered: ; @is_transmit1_triggered .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _t1_pc@PAGE ldr w8, [x8, _t1_pc@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB5_5 b LBB5_1 LBB5_1: adrp x8, _E_1@PAGE ldr w8, [x8, _E_1@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: mov w8, #1 str w8, [sp, #12] b LBB5_7 LBB5_3: b LBB5_4 LBB5_4: b LBB5_6 LBB5_5: b LBB5_6 LBB5_6: str wzr, [sp, #12] b LBB5_7 LBB5_7: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _update_channels ; -- Begin function update_channels .p2align 2 _update_channels: ; @update_channels .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .globl _init_threads ; -- Begin function init_threads .p2align 2 _init_threads: ; @init_threads .cfi_startproc ; %bb.0: adrp x8, _m_i@GOTPAGE ldr x8, [x8, _m_i@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: adrp x8, _m_st@GOTPAGE ldr x8, [x8, _m_st@GOTPAGEOFF] str wzr, [x8] b LBB7_3 LBB7_2: adrp x9, _m_st@GOTPAGE ldr x9, [x9, _m_st@GOTPAGEOFF] mov w8, #2 str w8, [x9] b LBB7_3 LBB7_3: adrp x8, _t1_i@GOTPAGE ldr x8, [x8, _t1_i@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_5 b LBB7_4 LBB7_4: adrp x8, _t1_st@GOTPAGE ldr x8, [x8, _t1_st@GOTPAGEOFF] str wzr, [x8] b LBB7_6 LBB7_5: adrp x9, _t1_st@GOTPAGE ldr x9, [x9, _t1_st@GOTPAGEOFF] mov w8, #2 str w8, [x9] b LBB7_6 LBB7_6: ret .cfi_endproc ; -- End function .globl _exists_runnable_thread ; -- Begin function exists_runnable_thread .p2align 2 _exists_runnable_thread: ; @exists_runnable_thread .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _m_st@GOTPAGE ldr x8, [x8, _m_st@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: mov w8, #1 str w8, [sp, #12] b LBB8_7 LBB8_2: adrp x8, _t1_st@GOTPAGE ldr x8, [x8, _t1_st@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: mov w8, #1 str w8, [sp, #12] b LBB8_7 LBB8_4: b LBB8_5 LBB8_5: b LBB8_6 LBB8_6: str wzr, [sp, #12] b LBB8_7 LBB8_7: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _eval ; -- Begin function eval .p2align 2 _eval: ; @eval .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 b LBB9_1 LBB9_1: ; =>This Inner Loop Header: Depth=1 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 bl _exists_runnable_thread stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_4 b LBB9_3 LBB9_3: ; in Loop: Header=BB9_1 Depth=1 b LBB9_5 LBB9_4: b LBB9_18 LBB9_5: ; in Loop: Header=BB9_1 Depth=1 adrp x8, _m_st@GOTPAGE ldr x8, [x8, _m_st@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_10 b LBB9_6 LBB9_6: ; in Loop: Header=BB9_1 Depth=1 bl ___VERIFIER_nondet_int str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_8 b LBB9_7 LBB9_7: ; in Loop: Header=BB9_1 Depth=1 mov w8, #1 adrp x9, _m_st@GOTPAGE ldr x9, [x9, _m_st@GOTPAGEOFF] str w8, [x9] bl _master b LBB9_9 LBB9_8: ; in Loop: Header=BB9_1 Depth=1 b LBB9_9 LBB9_9: ; in Loop: Header=BB9_1 Depth=1 b LBB9_11 LBB9_10: ; in Loop: Header=BB9_1 Depth=1 b LBB9_11 LBB9_11: ; in Loop: Header=BB9_1 Depth=1 adrp x8, _t1_st@GOTPAGE ldr x8, [x8, _t1_st@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_16 b LBB9_12 LBB9_12: ; in Loop: Header=BB9_1 Depth=1 bl ___VERIFIER_nondet_int str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_13 LBB9_13: ; in Loop: Header=BB9_1 Depth=1 adrp x9, _t1_st@GOTPAGE ldr x9, [x9, _t1_st@GOTPAGEOFF] mov w8, #1 str w8, [x9] bl _transmit1 b LBB9_15 LBB9_14: ; in Loop: Header=BB9_1 Depth=1 b LBB9_15 LBB9_15: ; in Loop: Header=BB9_1 Depth=1 b LBB9_17 LBB9_16: ; in Loop: Header=BB9_1 Depth=1 b LBB9_17 LBB9_17: ; in Loop: Header=BB9_1 Depth=1 b LBB9_1 LBB9_18: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _fire_delta_events ; -- Begin function fire_delta_events .p2align 2 _fire_delta_events: ; @fire_delta_events .cfi_startproc ; %bb.0: adrp x8, _M_E@PAGE ldr w8, [x8, _M_E@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: mov w8, #1 adrp x9, _M_E@PAGE str w8, [x9, _M_E@PAGEOFF] b LBB10_3 LBB10_2: b LBB10_3 LBB10_3: adrp x8, _T1_E@PAGE ldr w8, [x8, _T1_E@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_5 b LBB10_4 LBB10_4: adrp x9, _T1_E@PAGE mov w8, #1 str w8, [x9, _T1_E@PAGEOFF] b LBB10_6 LBB10_5: b LBB10_6 LBB10_6: adrp x8, _E_M@PAGE ldr w8, [x8, _E_M@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_8 b LBB10_7 LBB10_7: adrp x9, _E_M@PAGE mov w8, #1 str w8, [x9, _E_M@PAGEOFF] b LBB10_9 LBB10_8: b LBB10_9 LBB10_9: adrp x8, _E_1@PAGE ldr w8, [x8, _E_1@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_11 b LBB10_10 LBB10_10: adrp x9, _E_1@PAGE mov w8, #1 str w8, [x9, _E_1@PAGEOFF] b LBB10_12 LBB10_11: b LBB10_12 LBB10_12: ret .cfi_endproc ; -- End function .globl _reset_delta_events ; -- Begin function reset_delta_events .p2align 2 _reset_delta_events: ; @reset_delta_events .cfi_startproc ; %bb.0: adrp x8, _M_E@PAGE ldr w8, [x8, _M_E@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB11_2 b LBB11_1 LBB11_1: mov w8, #2 adrp x9, _M_E@PAGE str w8, [x9, _M_E@PAGEOFF] b LBB11_3 LBB11_2: b LBB11_3 LBB11_3: adrp x8, _T1_E@PAGE ldr w8, [x8, _T1_E@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB11_5 b LBB11_4 LBB11_4: adrp x9, _T1_E@PAGE mov w8, #2 str w8, [x9, _T1_E@PAGEOFF] b LBB11_6 LBB11_5: b LBB11_6 LBB11_6: adrp x8, _E_M@PAGE ldr w8, [x8, _E_M@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB11_8 b LBB11_7 LBB11_7: adrp x9, _E_M@PAGE mov w8, #2 str w8, [x9, _E_M@PAGEOFF] b LBB11_9 LBB11_8: b LBB11_9 LBB11_9: adrp x8, _E_1@PAGE ldr w8, [x8, _E_1@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB11_11 b LBB11_10 LBB11_10: adrp x9, _E_1@PAGE mov w8, #2 str w8, [x9, _E_1@PAGEOFF] b LBB11_12 LBB11_11: b LBB11_12 LBB11_12: ret .cfi_endproc ; -- End function .globl _activate_threads ; -- Begin function activate_threads .p2align 2 _activate_threads: ; @activate_threads .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 _is_master_triggered stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: adrp x8, _m_st@GOTPAGE ldr x8, [x8, _m_st@GOTPAGEOFF] str wzr, [x8] b LBB12_3 LBB12_2: b LBB12_3 LBB12_3: bl _is_transmit1_triggered str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB12_5 b LBB12_4 LBB12_4: adrp x8, _t1_st@GOTPAGE ldr x8, [x8, _t1_st@GOTPAGEOFF] str wzr, [x8] b LBB12_6 LBB12_5: b LBB12_6 LBB12_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _fire_time_events ; -- Begin function fire_time_events .p2align 2 _fire_time_events: ; @fire_time_events .cfi_startproc ; %bb.0: adrp x9, _M_E@PAGE mov w8, #1 str w8, [x9, _M_E@PAGEOFF] ret .cfi_endproc ; -- End function .globl _reset_time_events ; -- Begin function reset_time_events .p2align 2 _reset_time_events: ; @reset_time_events .cfi_startproc ; %bb.0: adrp x8, _M_E@PAGE ldr w8, [x8, _M_E@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: mov w8, #2 adrp x9, _M_E@PAGE str w8, [x9, _M_E@PAGEOFF] b LBB14_3 LBB14_2: b LBB14_3 LBB14_3: adrp x8, _T1_E@PAGE ldr w8, [x8, _T1_E@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB14_5 b LBB14_4 LBB14_4: adrp x9, _T1_E@PAGE mov w8, #2 str w8, [x9, _T1_E@PAGEOFF] b LBB14_6 LBB14_5: b LBB14_6 LBB14_6: adrp x8, _E_M@PAGE ldr w8, [x8, _E_M@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB14_8 b LBB14_7 LBB14_7: adrp x9, _E_M@PAGE mov w8, #2 str w8, [x9, _E_M@PAGEOFF] b LBB14_9 LBB14_8: b LBB14_9 LBB14_9: adrp x8, _E_1@PAGE ldr w8, [x8, _E_1@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB14_11 b LBB14_10 LBB14_10: adrp x9, _E_1@PAGE mov w8, #2 str w8, [x9, _E_1@PAGEOFF] b LBB14_12 LBB14_11: b LBB14_12 LBB14_12: ret .cfi_endproc ; -- End function .globl _init_model ; -- Begin function init_model .p2align 2 _init_model: ; @init_model .cfi_startproc ; %bb.0: adrp x9, _m_i@GOTPAGE ldr x9, [x9, _m_i@GOTPAGEOFF] mov w8, #1 str w8, [x9] adrp x9, _t1_i@GOTPAGE ldr x9, [x9, _t1_i@GOTPAGEOFF] str w8, [x9] ret .cfi_endproc ; -- End function .globl _stop_simulation ; -- Begin function stop_simulation .p2align 2 _stop_simulation: ; @stop_simulation .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 _exists_runnable_thread stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB16_2 b LBB16_1 LBB16_1: str wzr, [sp, #8] b LBB16_4 LBB16_2: b LBB16_3 LBB16_3: mov w8, #1 str w8, [sp, #8] b LBB16_4 LBB16_4: ldr w0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _start_simulation ; -- Begin function start_simulation .p2align 2 _start_simulation: ; @start_simulation .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 _update_channels bl _init_threads bl _fire_delta_events bl _activate_threads bl _reset_delta_events b LBB17_1 LBB17_1: ; =>This Inner Loop Header: Depth=1 b LBB17_2 LBB17_2: ; in Loop: Header=BB17_1 Depth=1 mov w8, #1 stur w8, [x29, #-4] bl _eval mov w8, #2 stur w8, [x29, #-4] bl _update_channels mov w8, #3 stur w8, [x29, #-4] bl _fire_delta_events bl _activate_threads bl _reset_delta_events bl _exists_runnable_thread str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB17_4 b LBB17_3 LBB17_3: ; in Loop: Header=BB17_1 Depth=1 mov w8, #4 stur w8, [x29, #-4] bl _fire_time_events bl _activate_threads bl _reset_time_events b LBB17_5 LBB17_4: ; in Loop: Header=BB17_1 Depth=1 b LBB17_5 LBB17_5: ; in Loop: Header=BB17_1 Depth=1 bl _stop_simulation str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB17_7 b LBB17_6 LBB17_6: b LBB17_9 LBB17_7: ; in Loop: Header=BB17_1 Depth=1 b LBB17_8 LBB17_8: ; in Loop: Header=BB17_1 Depth=1 b LBB17_1 LBB17_9: 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] bl _init_model bl _start_simulation str wzr, [sp, #8] ldr w0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _m_pc ; @m_pc .zerofill __DATA,__common,_m_pc,4,2 .globl _t1_pc ; @t1_pc .zerofill __DATA,__common,_t1_pc,4,2 .section __DATA,__data .globl _M_E ; @M_E .p2align 2 _M_E: .long 2 ; 0x2 .globl _T1_E ; @T1_E .p2align 2 _T1_E: .long 2 ; 0x2 .globl _E_M ; @E_M .p2align 2 _E_M: .long 2 ; 0x2 .globl _E_1 ; @E_1 .p2align 2 _E_1: .long 2 ; 0x2 .comm _token,4,2 ; @token .comm _local,4,2 ; @local .comm _m_st,4,2 ; @m_st .comm _t1_st,4,2 ; @t1_st .comm _m_i,4,2 ; @m_i .comm _t1_i,4,2 ; @t1_i .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _error ## -- Begin function error .p2align 4, 0x90 _error: ## @error .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp jmp LBB0_1 LBB0_1: xorl %eax, %eax ## kill: def $al killed $al killed $eax callq ___VERIFIER_error .cfi_endproc ## -- End function .globl _master ## -- Begin function master .p2align 4, 0x90 _master: ## @master .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp cmpl $0, _m_pc(%rip) jne LBB1_2 ## %bb.1: jmp LBB1_7 LBB1_2: cmpl $1, _m_pc(%rip) jne LBB1_4 ## %bb.3: jmp LBB1_10 LBB1_4: jmp LBB1_5 LBB1_5: jmp LBB1_6 LBB1_6: jmp LBB1_7 LBB1_7: jmp LBB1_8 LBB1_8: jmp LBB1_9 LBB1_9: movb $0, %al callq ___VERIFIER_nondet_int movl %eax, %ecx movq _token@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _token@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _local@GOTPCREL(%rip), %rax movl %ecx, (%rax) movl $1, _E_1(%rip) callq _immediate_notify movl $2, _E_1(%rip) movl $1, _m_pc(%rip) movq _m_st@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_24 LBB1_10: movq _token@GOTPCREL(%rip), %rax movl (%rax), %eax movq _local@GOTPCREL(%rip), %rcx movl (%rcx), %ecx addl $1, %ecx cmpl %ecx, %eax je LBB1_12 ## %bb.11: callq _error jmp LBB1_23 LBB1_12: cmpl $5, -4(%rbp) jg LBB1_16 ## %bb.13: cmpl $5, -4(%rbp) jl LBB1_15 ## %bb.14: jmp LBB1_15 LBB1_15: jmp LBB1_16 LBB1_16: cmpl $5, -4(%rbp) jg LBB1_22 ## %bb.17: cmpl $5, -4(%rbp) jl LBB1_21 ## %bb.18: cmpl $5, -4(%rbp) jne LBB1_20 ## %bb.19: callq _error LBB1_20: jmp LBB1_21 LBB1_21: jmp LBB1_22 LBB1_22: jmp LBB1_23 LBB1_23: jmp LBB1_8 LBB1_24: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _immediate_notify ## -- Begin function immediate_notify .p2align 4, 0x90 _immediate_notify: ## @immediate_notify .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _activate_threads popq %rbp retq .cfi_endproc ## -- End function .globl _transmit1 ## -- Begin function transmit1 .p2align 4, 0x90 _transmit1: ## @transmit1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $0, _t1_pc(%rip) jne LBB3_2 ## %bb.1: jmp LBB3_7 LBB3_2: cmpl $1, _t1_pc(%rip) jne LBB3_4 ## %bb.3: jmp LBB3_10 LBB3_4: jmp LBB3_5 LBB3_5: jmp LBB3_6 LBB3_6: jmp LBB3_7 LBB3_7: jmp LBB3_8 LBB3_8: jmp LBB3_9 LBB3_9: movl $1, _t1_pc(%rip) movq _t1_st@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB3_11 LBB3_10: movq _token@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _token@GOTPCREL(%rip), %rax movl %ecx, (%rax) movl $1, _E_M(%rip) callq _immediate_notify movl $2, _E_M(%rip) jmp LBB3_8 LBB3_11: popq %rbp retq .cfi_endproc ## -- End function .globl _is_master_triggered ## -- Begin function is_master_triggered .p2align 4, 0x90 _is_master_triggered: ## @is_master_triggered .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $1, _m_pc(%rip) jne LBB4_5 ## %bb.1: cmpl $1, _E_M(%rip) jne LBB4_3 ## %bb.2: movl $1, -4(%rbp) jmp LBB4_7 LBB4_3: jmp LBB4_4 LBB4_4: jmp LBB4_6 LBB4_5: jmp LBB4_6 LBB4_6: movl $0, -4(%rbp) LBB4_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _is_transmit1_triggered ## -- Begin function is_transmit1_triggered .p2align 4, 0x90 _is_transmit1_triggered: ## @is_transmit1_triggered .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $1, _t1_pc(%rip) jne LBB5_5 ## %bb.1: cmpl $1, _E_1(%rip) jne LBB5_3 ## %bb.2: movl $1, -4(%rbp) jmp LBB5_7 LBB5_3: jmp LBB5_4 LBB5_4: jmp LBB5_6 LBB5_5: jmp LBB5_6 LBB5_6: movl $0, -4(%rbp) LBB5_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _update_channels ## -- Begin function update_channels .p2align 4, 0x90 _update_channels: ## @update_channels .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 _init_threads ## -- Begin function init_threads .p2align 4, 0x90 _init_threads: ## @init_threads .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _m_i@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB7_2 ## %bb.1: movq _m_st@GOTPCREL(%rip), %rax movl $0, (%rax) jmp LBB7_3 LBB7_2: movq _m_st@GOTPCREL(%rip), %rax movl $2, (%rax) LBB7_3: movq _t1_i@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB7_5 ## %bb.4: movq _t1_st@GOTPCREL(%rip), %rax movl $0, (%rax) jmp LBB7_6 LBB7_5: movq _t1_st@GOTPCREL(%rip), %rax movl $2, (%rax) LBB7_6: popq %rbp retq .cfi_endproc ## -- End function .globl _exists_runnable_thread ## -- Begin function exists_runnable_thread .p2align 4, 0x90 _exists_runnable_thread: ## @exists_runnable_thread .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _m_st@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB8_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB8_7 LBB8_2: movq _t1_st@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB8_4 ## %bb.3: movl $1, -4(%rbp) jmp LBB8_7 LBB8_4: jmp LBB8_5 LBB8_5: jmp LBB8_6 LBB8_6: movl $0, -4(%rbp) LBB8_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _eval ## -- Begin function eval .p2align 4, 0x90 _eval: ## @eval .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp LBB9_1: ## =>This Inner Loop Header: Depth=1 jmp LBB9_2 LBB9_2: ## in Loop: Header=BB9_1 Depth=1 callq _exists_runnable_thread movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB9_4 ## %bb.3: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_5 LBB9_4: jmp LBB9_18 LBB9_5: ## in Loop: Header=BB9_1 Depth=1 movq _m_st@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB9_10 ## %bb.6: ## in Loop: Header=BB9_1 Depth=1 movb $0, %al callq ___VERIFIER_nondet_int movl %eax, -8(%rbp) cmpl $0, -8(%rbp) je LBB9_8 ## %bb.7: ## in Loop: Header=BB9_1 Depth=1 movq _m_st@GOTPCREL(%rip), %rax movl $1, (%rax) callq _master jmp LBB9_9 LBB9_8: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_9 LBB9_9: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_11 LBB9_10: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_11 LBB9_11: ## in Loop: Header=BB9_1 Depth=1 movq _t1_st@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB9_16 ## %bb.12: ## in Loop: Header=BB9_1 Depth=1 movb $0, %al callq ___VERIFIER_nondet_int movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB9_14 ## %bb.13: ## in Loop: Header=BB9_1 Depth=1 movq _t1_st@GOTPCREL(%rip), %rax movl $1, (%rax) callq _transmit1 jmp LBB9_15 LBB9_14: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_15 LBB9_15: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_17 LBB9_16: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_17 LBB9_17: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_1 LBB9_18: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fire_delta_events ## -- Begin function fire_delta_events .p2align 4, 0x90 _fire_delta_events: ## @fire_delta_events .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $0, _M_E(%rip) jne LBB10_2 ## %bb.1: movl $1, _M_E(%rip) jmp LBB10_3 LBB10_2: jmp LBB10_3 LBB10_3: cmpl $0, _T1_E(%rip) jne LBB10_5 ## %bb.4: movl $1, _T1_E(%rip) jmp LBB10_6 LBB10_5: jmp LBB10_6 LBB10_6: cmpl $0, _E_M(%rip) jne LBB10_8 ## %bb.7: movl $1, _E_M(%rip) jmp LBB10_9 LBB10_8: jmp LBB10_9 LBB10_9: cmpl $0, _E_1(%rip) jne LBB10_11 ## %bb.10: movl $1, _E_1(%rip) jmp LBB10_12 LBB10_11: jmp LBB10_12 LBB10_12: popq %rbp retq .cfi_endproc ## -- End function .globl _reset_delta_events ## -- Begin function reset_delta_events .p2align 4, 0x90 _reset_delta_events: ## @reset_delta_events .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $1, _M_E(%rip) jne LBB11_2 ## %bb.1: movl $2, _M_E(%rip) jmp LBB11_3 LBB11_2: jmp LBB11_3 LBB11_3: cmpl $1, _T1_E(%rip) jne LBB11_5 ## %bb.4: movl $2, _T1_E(%rip) jmp LBB11_6 LBB11_5: jmp LBB11_6 LBB11_6: cmpl $1, _E_M(%rip) jne LBB11_8 ## %bb.7: movl $2, _E_M(%rip) jmp LBB11_9 LBB11_8: jmp LBB11_9 LBB11_9: cmpl $1, _E_1(%rip) jne LBB11_11 ## %bb.10: movl $2, _E_1(%rip) jmp LBB11_12 LBB11_11: jmp LBB11_12 LBB11_12: popq %rbp retq .cfi_endproc ## -- End function .globl _activate_threads ## -- Begin function activate_threads .p2align 4, 0x90 _activate_threads: ## @activate_threads .cfi_startproc ## %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 _is_master_triggered movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB12_2 ## %bb.1: movq _m_st@GOTPCREL(%rip), %rax movl $0, (%rax) jmp LBB12_3 LBB12_2: jmp LBB12_3 LBB12_3: callq _is_transmit1_triggered movl %eax, -8(%rbp) cmpl $0, -8(%rbp) je LBB12_5 ## %bb.4: movq _t1_st@GOTPCREL(%rip), %rax movl $0, (%rax) jmp LBB12_6 LBB12_5: jmp LBB12_6 LBB12_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fire_time_events ## -- Begin function fire_time_events .p2align 4, 0x90 _fire_time_events: ## @fire_time_events .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $1, _M_E(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _reset_time_events ## -- Begin function reset_time_events .p2align 4, 0x90 _reset_time_events: ## @reset_time_events .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpl $1, _M_E(%rip) jne LBB14_2 ## %bb.1: movl $2, _M_E(%rip) jmp LBB14_3 LBB14_2: jmp LBB14_3 LBB14_3: cmpl $1, _T1_E(%rip) jne LBB14_5 ## %bb.4: movl $2, _T1_E(%rip) jmp LBB14_6 LBB14_5: jmp LBB14_6 LBB14_6: cmpl $1, _E_M(%rip) jne LBB14_8 ## %bb.7: movl $2, _E_M(%rip) jmp LBB14_9 LBB14_8: jmp LBB14_9 LBB14_9: cmpl $1, _E_1(%rip) jne LBB14_11 ## %bb.10: movl $2, _E_1(%rip) jmp LBB14_12 LBB14_11: jmp LBB14_12 LBB14_12: popq %rbp retq .cfi_endproc ## -- End function .globl _init_model ## -- Begin function init_model .p2align 4, 0x90 _init_model: ## @init_model .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _m_i@GOTPCREL(%rip), %rax movl $1, (%rax) movq _t1_i@GOTPCREL(%rip), %rax movl $1, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _stop_simulation ## -- Begin function stop_simulation .p2align 4, 0x90 _stop_simulation: ## @stop_simulation .cfi_startproc ## %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 _exists_runnable_thread movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB16_2 ## %bb.1: movl $0, -8(%rbp) jmp LBB16_4 LBB16_2: jmp LBB16_3 LBB16_3: movl $1, -8(%rbp) LBB16_4: movl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _start_simulation ## -- Begin function start_simulation .p2align 4, 0x90 _start_simulation: ## @start_simulation .cfi_startproc ## %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 _update_channels callq _init_threads callq _fire_delta_events callq _activate_threads callq _reset_delta_events LBB17_1: ## =>This Inner Loop Header: Depth=1 jmp LBB17_2 LBB17_2: ## in Loop: Header=BB17_1 Depth=1 movl $1, -4(%rbp) callq _eval movl $2, -4(%rbp) callq _update_channels movl $3, -4(%rbp) callq _fire_delta_events callq _activate_threads callq _reset_delta_events callq _exists_runnable_thread movl %eax, -8(%rbp) cmpl $0, -8(%rbp) jne LBB17_4 ## %bb.3: ## in Loop: Header=BB17_1 Depth=1 movl $4, -4(%rbp) callq _fire_time_events callq _activate_threads callq _reset_time_events jmp LBB17_5 LBB17_4: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_5 LBB17_5: ## in Loop: Header=BB17_1 Depth=1 callq _stop_simulation movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB17_7 ## %bb.6: jmp LBB17_9 LBB17_7: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_8 LBB17_8: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_1 LBB17_9: 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) callq _init_model callq _start_simulation movl $0, -8(%rbp) movl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _m_pc ## @m_pc .zerofill __DATA,__common,_m_pc,4,2 .globl _t1_pc ## @t1_pc .zerofill __DATA,__common,_t1_pc,4,2 .section __DATA,__data .globl _M_E ## @M_E .p2align 2 _M_E: .long 2 ## 0x2 .globl _T1_E ## @T1_E .p2align 2 _T1_E: .long 2 ## 0x2 .globl _E_M ## @E_M .p2align 2 _E_M: .long 2 ## 0x2 .globl _E_1 ## @E_1 .p2align 2 _E_1: .long 2 ## 0x2 .comm _token,4,2 ## @token .comm _local,4,2 ## @local .comm _m_st,4,2 ## @m_st .comm _t1_st,4,2 ## @t1_st .comm _m_i,4,2 ## @m_i .comm _t1_i,4,2 ## @t1_i .subsections_via_symbols
the_stack_data/165767821.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 bl ___CRAB_nd subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldursw x10, [x29, #-8] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB0_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldursw x10, [x29, #-8] mov w8, #5 str w8, [x9, x10, lsl #2] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_7: ldr x8, [sp, #8] ; 8-byte Folded Reload ldur w9, [x29, #-8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] stur w8, [x29, #-12] ldur w0, [x29, #-12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _a,40,2 ; @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 $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 callq ___CRAB_nd cmpl $0, %eax je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax movl $0, (%rax,%rcx,4) jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax movl $5, (%rax,%rcx,4) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_7: movl -8(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _a@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _a,40,4 ## @a .subsections_via_symbols
the_stack_data/129377.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _MV ; -- Begin function MV .p2align 2 _MV: ; @MV .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] str w1, [sp, #40] str x2, [sp, #32] str x3, [sp, #24] str x4, [sp, #16] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #8] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 movi d0, #0000000000000000 str d0, [sp] str wzr, [sp, #12] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] ldr w9, [sp, #44] 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, #32] ldr w9, [sp, #44] ldr w10, [sp, #8] mul w9, w9, w10 ldr w10, [sp, #12] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr d1, [x8, x9, lsl #3] ldr d2, [sp] fmadd d0, d0, d1, d2 str d0, [sp] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr d0, [sp] ldr x8, [sp, #16] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] 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 _MV ## -- Begin function MV .p2align 4, 0x90 _MV: ## @MV .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movq %rcx, -24(%rbp) movq %r8, -32(%rbp) movl $0, -40(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -40(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 xorps %xmm0, %xmm0 movsd %xmm0, -48(%rbp) movl $0, -36(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -16(%rbp), %rax movl -4(%rbp), %ecx imull -40(%rbp), %ecx addl -36(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -24(%rbp), %rax movslq -36(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -48(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -48(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -32(%rbp), %rax movslq -40(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_1 LBB0_8: popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/218892266.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add1 ; -- Begin function add1 .p2align 2 _add1: ; @add1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] add w0, w8, #1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _sub1 ; -- Begin function sub1 .p2align 2 _sub1: ; @sub1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w0, w8, #1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _fact ; -- Begin function fact .p2align 2 _fact: ; @fact .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] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w8, #1 stur w8, [x29, #-4] b LBB2_3 LBB2_2: ldr w8, [sp, #8] str w8, [sp, #4] ; 4-byte Folded Spill ldr w8, [sp, #8] subs w0, w8, #1 bl _fact ldr w8, [sp, #4] ; 4-byte Folded Reload mul w8, w8, w0 stur w8, [x29, #-4] b LBB2_3 LBB2_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _fib ; -- Begin function fib .p2align 2 _fib: ; @fib .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] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: stur wzr, [x29, #-4] b LBB3_5 LBB3_2: ldr w8, [sp, #8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: mov w8, #1 stur w8, [x29, #-4] b LBB3_5 LBB3_4: ldr w8, [sp, #8] subs w0, w8, #1 bl _fib str w0, [sp, #4] ; 4-byte Folded Spill ldr w8, [sp, #8] subs w0, w8, #2 bl _fib mov x8, x0 ldr w0, [sp, #4] ; 4-byte Folded Reload add w8, w0, w8 stur w8, [x29, #-4] b LBB3_5 LBB3_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _zerohuh ; -- Begin function zerohuh .p2align 2 _zerohuh: ; @zerohuh .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _mul2 ; -- Begin function mul2 .p2align 2 _mul2: ; @mul2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x9, [sp, #8] ldr w8, [x9] lsl w8, w8, #1 str w8, [x9] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #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, #64 str x0, [sp, #8] ; 8-byte Folded Spill bl _malloc mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload stur x8, [x29, #-8] bl _malloc stur x0, [x29, #-16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _sus str x0, [sp, #24] str wzr, [sp, #20] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB6_4 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #24 ldrsw x9, [sp, #20] ldr x8, [x8, x9, lsl #3] ldr x9, [sp, #24] ldrsw x10, [sp, #20] ldr w0, [x9, x10, lsl #2] blr x8 ldr x8, [sp, #24] ldrsw x9, [sp, #20] str w0, [x8, x9, lsl #2] 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: ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _sus ; -- Begin function sus .p2align 2 _sus: ; @sus .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 x8, #5 stur x8, [x29, #-8] mov x0, #64 bl _malloc str x0, [sp, #8] str wzr, [sp, #4] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB7_4 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 ldr x9, [sp, #8] ldrsw x10, [sp, #4] str w8, [x9, x10, lsl #2] b LBB7_3 LBB7_3: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB7_1 LBB7_4: ldr x9, [sp, #8] adrp x8, _add1@PAGE add x8, x8, _add1@PAGEOFF str x8, [x9, #24] ldr x9, [sp, #8] adrp x8, _sub1@PAGE add x8, x8, _sub1@PAGEOFF str x8, [x9, #32] ldr x9, [sp, #8] adrp x8, _zerohuh@PAGE add x8, x8, _zerohuh@PAGEOFF str x8, [x9, #40] ldr x9, [sp, #8] adrp x8, _fib@PAGE add x8, x8, _fib@PAGEOFF str x8, [x9, #48] ldr x9, [sp, #8] adrp x8, _fact@PAGE add x8, x8, _fact@PAGEOFF str x8, [x9, #56] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _bar ; -- Begin function bar .p2align 2 _bar: ; @bar .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, #64 str x0, [sp, #8] ; 8-byte Folded Spill bl _malloc mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload stur x8, [x29, #-8] bl _malloc stur x0, [x29, #-16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _sus str x0, [sp, #24] str wzr, [sp, #20] b LBB8_1 LBB8_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB8_4 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #24 ldrsw x9, [sp, #20] ldr x8, [x8, x9, lsl #3] ldr x9, [sp, #24] ldrsw x10, [sp, #20] ldr w0, [x9, x10, lsl #2] blr x8 ldr x8, [sp, #24] ldrsw x9, [sp, #20] str w0, [x8, x9, lsl #2] b LBB8_3 LBB8_3: ; in Loop: Header=BB8_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB8_1 LBB8_4: ldr x8, [sp, #24] add x8, x8, #128 str x8, [sp, #24] ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add1 ## -- Begin function add1 .p2align 4, 0x90 _add1: ## @add1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax addl $1, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _sub1 ## -- Begin function sub1 .p2align 4, 0x90 _sub1: ## @sub1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax subl $1, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _fact ## -- Begin function fact .p2align 4, 0x90 _fact: ## @fact .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -8(%rbp) cmpl $0, -8(%rbp) jne LBB2_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB2_3 LBB2_2: movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill movl -8(%rbp), %edi subl $1, %edi callq _fact movl %eax, %ecx movl -12(%rbp), %eax ## 4-byte Reload imull %ecx, %eax movl %eax, -4(%rbp) LBB2_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fib ## -- Begin function fib .p2align 4, 0x90 _fib: ## @fib .cfi_startproc ## %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) cmpl $0, -8(%rbp) jne LBB3_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB3_5 LBB3_2: cmpl $1, -8(%rbp) jne LBB3_4 ## %bb.3: movl $1, -4(%rbp) jmp LBB3_5 LBB3_4: movl -8(%rbp), %edi subl $1, %edi callq _fib movl %eax, -12(%rbp) ## 4-byte Spill movl -8(%rbp), %edi subl $2, %edi callq _fib movl %eax, %ecx movl -12(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -4(%rbp) LBB3_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _zerohuh ## -- Begin function zerohuh .p2align 4, 0x90 _zerohuh: ## @zerohuh .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) cmpl $0, -4(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _mul2 ## -- Begin function mul2 .p2align 4, 0x90 _mul2: ## @mul2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %ecx shll $1, %ecx movl %ecx, (%rax) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $64, %edi callq _malloc movq %rax, -8(%rbp) movl $64, %edi callq _malloc movq %rax, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _sus movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 cmpl $5, -28(%rbp) jge LBB6_4 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -24(%rbp), %rax movslq -28(%rbp), %rcx movq 24(%rax,%rcx,8), %rax movq -24(%rbp), %rcx movslq -28(%rbp), %rdx movl (%rcx,%rdx,4), %edi callq *%rax movl %eax, %edx movq -24(%rbp), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB6_1 LBB6_4: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sus ## -- Begin function sus .p2align 4, 0x90 _sus: ## @sus .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 $5, %eax movq %rax, -8(%rbp) movl $64, %edi callq _malloc movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 cmpl $5, -28(%rbp) jge LBB7_4 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl -28(%rbp), %edx addl $1, %edx movq -24(%rbp), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB7_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB7_1 LBB7_4: movq -24(%rbp), %rax leaq _add1(%rip), %rcx movq %rcx, 24(%rax) movq -24(%rbp), %rax leaq _sub1(%rip), %rcx movq %rcx, 32(%rax) movq -24(%rbp), %rax leaq _zerohuh(%rip), %rcx movq %rcx, 40(%rax) movq -24(%rbp), %rax leaq _fib(%rip), %rcx movq %rcx, 48(%rax) movq -24(%rbp), %rax leaq _fact(%rip), %rcx movq %rcx, 56(%rax) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _bar ## -- Begin function bar .p2align 4, 0x90 _bar: ## @bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $64, %edi callq _malloc movq %rax, -8(%rbp) movl $64, %edi callq _malloc movq %rax, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _sus movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB8_1: ## =>This Inner Loop Header: Depth=1 cmpl $5, -28(%rbp) jge LBB8_4 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movq -24(%rbp), %rax movslq -28(%rbp), %rcx movq 24(%rax,%rcx,8), %rax movq -24(%rbp), %rcx movslq -28(%rbp), %rdx movl (%rcx,%rdx,4), %edi callq *%rax movl %eax, %edx movq -24(%rbp), %rax movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB8_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB8_1 LBB8_4: movq -24(%rbp), %rax addq $128, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/151707032.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _removeNewLine ; -- Begin function removeNewLine .p2align 2 _removeNewLine: ; @removeNewLine .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _strcspn str x0, [sp] ldr x8, [sp, #8] ldr x9, [sp] add x8, x8, x9 strb wzr, [x8] ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #544 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #32] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fopen str x0, [sp, #24] add x0, sp, #36 mov x1, #500 bl _bzero str wzr, [sp, #20] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x2, [sp, #24] add x0, sp, #36 mov w1, #500 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #16] ; 4-byte Folded Spill str w8, [sp, #20] add x0, sp, #36 bl _removeNewLine ldr w10, [sp, #16] ; 4-byte Folded Reload mov x8, sp ; implicit-def: $x9 mov x9, x10 str x9, [x8] str x0, [x8, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB1_1 LBB1_3: ldr x0, [sp, #24] 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, LBB1_5 b LBB1_4 LBB1_4: bl ___stack_chk_fail LBB1_5: mov w0, #0 add sp, sp, #544 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\r\n" l_.str.1: ; @.str.1 .asciz "movie_crlf.txt" l_.str.2: ; @.str.2 .asciz "r" l_.str.3: ; @.str.3 .asciz "%d: %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _removeNewLine ## -- Begin function removeNewLine .p2align 4, 0x90 _removeNewLine: ## @removeNewLine .cfi_startproc ## %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(%rip), %rsi callq _strcspn movq %rax, -16(%rbp) movq -8(%rbp), %rax movq -16(%rbp), %rcx movb $0, (%rax,%rcx) movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $544, %rsp ## imm = 0x220 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -516(%rbp) leaq L_.str.1(%rip), %rdi leaq L_.str.2(%rip), %rsi callq _fopen movq %rax, -528(%rbp) leaq -512(%rbp), %rdi xorl %esi, %esi movl $500, %edx ## imm = 0x1F4 callq _memset movl $0, -532(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 leaq -512(%rbp), %rdi movq -528(%rbp), %rdx movl $500, %esi ## imm = 0x1F4 callq _fgets cmpq $0, %rax je LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -532(%rbp), %eax addl $1, %eax movl %eax, -536(%rbp) ## 4-byte Spill movl %eax, -532(%rbp) leaq -512(%rbp), %rdi callq _removeNewLine movl -536(%rbp), %esi ## 4-byte Reload movq %rax, %rdx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB1_1 LBB1_3: movq -528(%rbp), %rdi callq _fclose movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_5 ## %bb.4: xorl %eax, %eax addq $544, %rsp ## imm = 0x220 popq %rbp retq LBB1_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\r\n" L_.str.1: ## @.str.1 .asciz "movie_crlf.txt" L_.str.2: ## @.str.2 .asciz "r" L_.str.3: ## @.str.3 .asciz "%d: %s\n" .subsections_via_symbols
the_stack_data/125139241.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _init_list ; -- Begin function init_list .p2align 2 _init_list: ; @init_list .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] ldr x8, [sp, #8] str xzr, [x8, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _push_back ; -- Begin function push_back .p2align 2 _push_back: ; @push_back .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] mov x0, #16 bl _malloc str x0, [sp, #8] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] ldur x8, [x29, #-8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9] b LBB1_6 LBB1_2: ldur x8, [x29, #-8] ldr x8, [x8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9] str x8, [x9] b LBB1_5 LBB1_4: ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #8] str x8, [x9] b LBB1_5 LBB1_5: b LBB1_6 LBB1_6: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #8] mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _isEmpty ; -- Begin function isEmpty .p2align 2 _isEmpty: ; @isEmpty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: str wzr, [sp, #12] b LBB2_3 LBB2_2: mov w8, #1 str w8, [sp, #12] b LBB2_3 LBB2_3: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _clear_list ; -- Begin function clear_list .p2align 2 _clear_list: ; @clear_list .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #16] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8] 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, #16] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8] str x8, [sp, #16] ldr x0, [sp, #8] bl _free b LBB3_1 LBB3_3: ldr x0, [sp, #16] bl _free ldur x0, [x29, #-8] bl _init_list ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _print_list ; -- Begin function print_list .p2align 2 _print_list: ; @print_list .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _isEmpty subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_11 b LBB4_1 LBB4_1: ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #16] b LBB4_2 LBB4_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_5 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] 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 b LBB4_6 LBB4_5: ; in Loop: Header=BB4_2 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB4_6 LBB4_6: ; in Loop: Header=BB4_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #16] b LBB4_2 LBB4_7: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_9 b LBB4_8 LBB4_8: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB4_10 LBB4_9: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB4_10 LBB4_10: b LBB4_11 LBB4_11: ldur x0, [x29, #-8] bl _clear_list ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _queue_host ; -- Begin function queue_host .p2align 2 _queue_host: ; @queue_host .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x0, [sp, #16] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: stur wzr, [x29, #-4] b LBB5_8 LBB5_2: ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] b LBB5_3 LBB5_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_3 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_6 b LBB5_5 LBB5_5: mov w8, #1 stur w8, [x29, #-4] b LBB5_8 LBB5_6: ; in Loop: Header=BB5_3 Depth=1 ldr x8, [sp, #8] ldr x8, [x8] str x8, [sp, #8] b LBB5_3 LBB5_7: stur wzr, [x29, #-4] b LBB5_8 LBB5_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _init ; -- Begin function init .p2align 2 _init: ; @init .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] str wzr, [x8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _find ; -- Begin function find .p2align 2 _find: ; @find .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str w1, [sp, #28] str x2, [sp, #16] ldr x8, [sp, #32] ldr x8, [x8, #8] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: mov w8, #1 str w8, [sp, #44] b LBB7_12 LBB7_2: b LBB7_3 LBB7_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB7_11 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #8] ldr w8, [x8] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: ldr x8, [sp, #8] ldr x9, [sp, #16] str x8, [x9] str wzr, [sp, #44] b LBB7_12 LBB7_6: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #8] ldr w8, [x8] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB7_9 LBB7_8: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #16] str x8, [sp, #8] b LBB7_9 LBB7_9: ; in Loop: Header=BB7_3 Depth=1 b LBB7_10 LBB7_10: ; in Loop: Header=BB7_3 Depth=1 b LBB7_3 LBB7_11: mov w8, #1 str w8, [sp, #44] b LBB7_12 LBB7_12: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _insert ; -- Begin function insert .p2align 2 _insert: ; @insert .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] ldur x0, [x29, #-16] ldur w1, [x29, #-20] add x2, sp, #16 bl _find subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: mov w8, #1 stur w8, [x29, #-4] b LBB8_17 LBB8_2: mov x0, #40 bl _malloc str x0, [sp, #8] ldur w8, [x29, #-20] ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] str wzr, [x8, #32] ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] str xzr, [x8, #16] ldr x8, [sp, #8] str xzr, [x8, #24] ldr x8, [sp, #8] ldur x9, [x29, #-16] str x8, [x9, #8] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB8_17 LBB8_4: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp] b LBB8_5 LBB8_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB8_10 b LBB8_6 LBB8_6: ; in Loop: Header=BB8_5 Depth=1 ldr x8, [sp] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_8 b LBB8_7 LBB8_7: ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] str xzr, [x8, #16] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9, #8] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB8_17 LBB8_8: ; in Loop: Header=BB8_5 Depth=1 ldr x8, [sp] ldr x8, [x8, #8] str x8, [sp] b LBB8_9 LBB8_9: ; in Loop: Header=BB8_5 Depth=1 b LBB8_16 LBB8_10: ; in Loop: Header=BB8_5 Depth=1 ldr x8, [sp] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB8_15 b LBB8_11 LBB8_11: ; in Loop: Header=BB8_5 Depth=1 ldr x8, [sp] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_13 b LBB8_12 LBB8_12: ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] str xzr, [x8, #16] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9, #16] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB8_17 LBB8_13: ; in Loop: Header=BB8_5 Depth=1 ldr x8, [sp] ldr x8, [x8, #16] str x8, [sp] b LBB8_14 LBB8_14: ; in Loop: Header=BB8_5 Depth=1 b LBB8_15 LBB8_15: ; in Loop: Header=BB8_5 Depth=1 b LBB8_16 LBB8_16: ; in Loop: Header=BB8_5 Depth=1 b LBB8_5 LBB8_17: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print ; -- Begin function print .p2align 2 _print: ; @print .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB9_32 LBB9_2: sub x0, x29, #24 stur x0, [x29, #-72] ; 8-byte Folded Spill bl _init_list sub x0, x29, #40 bl _init_list ldur x0, [x29, #-72] ; 8-byte Folded Reload ldur x1, [x29, #-8] bl _push_back stur wzr, [x29, #-44] b LBB9_3 LBB9_3: ; =>This Loop Header: Depth=1 ; Child Loop BB9_21 Depth 2 ; Child Loop BB9_10 Depth 2 sub x0, x29, #24 bl _queue_host subs w8, w0, #0 cset w8, ne mov w9, #1 stur w9, [x29, #-76] ; 4-byte Folded Spill tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #40 bl _queue_host subs w8, w0, #0 cset w8, ne stur w8, [x29, #-76] ; 4-byte Folded Spill b LBB9_5 LBB9_5: ; in Loop: Header=BB9_3 Depth=1 ldur w8, [x29, #-76] ; 4-byte Folded Reload tbz w8, #0, LBB9_32 b LBB9_6 LBB9_6: ; in Loop: Header=BB9_3 Depth=1 ldur w8, [x29, #-44] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB9_8 b LBB9_7 LBB9_7: ; in Loop: Header=BB9_3 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB9_8 LBB9_8: ; in Loop: Header=BB9_3 Depth=1 mov w8, #1 stur w8, [x29, #-44] sub x0, x29, #40 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB9_19 b LBB9_9 LBB9_9: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-56] b LBB9_10 LBB9_10: ; Parent Loop BB9_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-56] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_15 b LBB9_11 LBB9_11: ; in Loop: Header=BB9_10 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_13 b LBB9_12 LBB9_12: ; in Loop: Header=BB9_10 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #40 str x0, [sp, #88] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #88] ; 8-byte Folded Reload ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back b LBB9_14 LBB9_13: ; in Loop: Header=BB9_10 Depth=2 sub x0, x29, #40 str x0, [sp, #80] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #72] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #72] ; 8-byte Folded Reload ldr x0, [sp, #80] ; 8-byte Folded Reload bl _push_back b LBB9_14 LBB9_14: ; in Loop: Header=BB9_10 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8] stur x8, [x29, #-56] b LBB9_10 LBB9_15: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_17 b LBB9_16 LBB9_16: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #40 str x0, [sp, #64] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #64] ; 8-byte Folded Reload ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back b LBB9_18 LBB9_17: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #40 str x0, [sp, #56] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #48] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x0, [sp, #56] ; 8-byte Folded Reload bl _push_back b LBB9_18 LBB9_18: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #24 bl _print_list b LBB9_31 LBB9_19: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #24 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB9_30 b LBB9_20 LBB9_20: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-40] stur x8, [x29, #-64] b LBB9_21 LBB9_21: ; Parent Loop BB9_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-64] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_26 b LBB9_22 LBB9_22: ; in Loop: Header=BB9_21 Depth=2 ldur x8, [x29, #-64] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_24 b LBB9_23 LBB9_23: ; in Loop: Header=BB9_21 Depth=2 ldur x8, [x29, #-64] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #24 str x0, [sp, #40] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #40] ; 8-byte Folded Reload ldur x8, [x29, #-64] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back b LBB9_25 LBB9_24: ; in Loop: Header=BB9_21 Depth=2 sub x0, x29, #24 str x0, [sp, #32] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #24] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _push_back b LBB9_25 LBB9_25: ; in Loop: Header=BB9_21 Depth=2 ldur x8, [x29, #-64] ldr x8, [x8] stur x8, [x29, #-64] b LBB9_21 LBB9_26: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB9_28 b LBB9_27 LBB9_27: ; in Loop: Header=BB9_3 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #24 str x0, [sp, #16] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-64] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back b LBB9_29 LBB9_28: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov x1, #0 str x1, [sp] ; 8-byte Folded Spill bl _push_back ldr x1, [sp] ; 8-byte Folded Reload ldr x0, [sp, #8] ; 8-byte Folded Reload bl _push_back b LBB9_29 LBB9_29: ; in Loop: Header=BB9_3 Depth=1 sub x0, x29, #40 bl _print_list b LBB9_30 LBB9_30: ; in Loop: Header=BB9_3 Depth=1 b LBB9_31 LBB9_31: ; in Loop: Header=BB9_3 Depth=1 b LBB9_3 LBB9_32: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _printTree ; -- Begin function printTree .p2align 2 _printTree: ; @printTree .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x0, [x8, #8] bl _print ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _clear ; -- Begin function clear .p2align 2 _clear: ; @clear .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] sub x0, x29, #24 stur x0, [x29, #-64] ; 8-byte Folded Spill bl _init_list sub x0, x29, #40 bl _init_list ldur x0, [x29, #-64] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr x1, [x8, #8] bl _push_back b LBB11_1 LBB11_1: ; =>This Loop Header: Depth=1 ; Child Loop BB11_17 Depth 2 ; Child Loop BB11_6 Depth 2 sub x0, x29, #24 bl _queue_host subs w8, w0, #0 cset w8, ne mov w9, #1 stur w9, [x29, #-68] ; 4-byte Folded Spill tbnz w8, #0, LBB11_3 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #40 bl _queue_host subs w8, w0, #0 cset w8, ne stur w8, [x29, #-68] ; 4-byte Folded Spill b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 ldur w8, [x29, #-68] ; 4-byte Folded Reload tbz w8, #0, LBB11_28 b LBB11_4 LBB11_4: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #40 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB11_15 b LBB11_5 LBB11_5: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-48] b LBB11_6 LBB11_6: ; Parent Loop BB11_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-48] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_11 b LBB11_7 LBB11_7: ; in Loop: Header=BB11_6 Depth=2 ldur x8, [x29, #-48] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_9 b LBB11_8 LBB11_8: ; in Loop: Header=BB11_6 Depth=2 ldur x8, [x29, #-48] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #40 stur x0, [x29, #-80] ; 8-byte Folded Spill bl _push_back ldur x0, [x29, #-80] ; 8-byte Folded Reload ldur x8, [x29, #-48] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back ldur x8, [x29, #-48] ldr x0, [x8, #8] bl _free b LBB11_10 LBB11_9: ; in Loop: Header=BB11_6 Depth=2 sub x0, x29, #40 str x0, [sp, #88] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #80] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #80] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl _push_back b LBB11_10 LBB11_10: ; in Loop: Header=BB11_6 Depth=2 ldur x8, [x29, #-48] ldr x8, [x8] stur x8, [x29, #-48] b LBB11_6 LBB11_11: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-48] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_13 b LBB11_12 LBB11_12: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-48] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #40 str x0, [sp, #72] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #72] ; 8-byte Folded Reload ldur x8, [x29, #-48] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back ldur x8, [x29, #-48] ldr x0, [x8, #8] bl _free b LBB11_14 LBB11_13: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #40 str x0, [sp, #64] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #56] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload bl _push_back b LBB11_14 LBB11_14: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #24 bl _clear_list b LBB11_27 LBB11_15: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #24 bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB11_26 b LBB11_16 LBB11_16: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-40] stur x8, [x29, #-56] b LBB11_17 LBB11_17: ; Parent Loop BB11_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-56] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_22 b LBB11_18 LBB11_18: ; in Loop: Header=BB11_17 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_20 b LBB11_19 LBB11_19: ; in Loop: Header=BB11_17 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #24 str x0, [sp, #48] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #48] ; 8-byte Folded Reload ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back ldur x8, [x29, #-56] ldr x0, [x8, #8] bl _free b LBB11_21 LBB11_20: ; in Loop: Header=BB11_17 Depth=2 sub x0, x29, #24 str x0, [sp, #40] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #32] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #40] ; 8-byte Folded Reload bl _push_back b LBB11_21 LBB11_21: ; in Loop: Header=BB11_17 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8] stur x8, [x29, #-56] b LBB11_17 LBB11_22: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_24 b LBB11_23 LBB11_23: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #8] sub x0, x29, #24 str x0, [sp, #24] ; 8-byte Folded Spill bl _push_back ldr x0, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-56] ldr x8, [x8, #8] ldr x1, [x8, #16] bl _push_back ldur x8, [x29, #-56] ldr x0, [x8, #8] bl _free b LBB11_25 LBB11_24: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #24 str x0, [sp, #16] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _push_back ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload bl _push_back b LBB11_25 LBB11_25: ; in Loop: Header=BB11_1 Depth=1 sub x0, x29, #40 bl _clear_list b LBB11_26 LBB11_26: ; in Loop: Header=BB11_1 Depth=1 b LBB11_27 LBB11_27: ; in Loop: Header=BB11_1 Depth=1 b LBB11_1 LBB11_28: ldur x0, [x29, #-8] bl _init ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _remove_1 ; -- Begin function remove_1 .p2align 2 _remove_1: ; @remove_1 .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] ldur x0, [x29, #-16] ldur w1, [x29, #-20] add x2, sp, #16 bl _find subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: mov w8, #1 stur w8, [x29, #-4] b LBB12_54 LBB12_2: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_6 b LBB12_3 LBB12_3: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_6 b LBB12_4 LBB12_4: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_6 b LBB12_5 LBB12_5: ldr x0, [sp, #16] bl _free ldur x0, [x29, #-16] bl _init stur wzr, [x29, #-4] b LBB12_54 LBB12_6: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_10 b LBB12_7 LBB12_7: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_10 b LBB12_8 LBB12_8: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_10 b LBB12_9 LBB12_9: ldr x8, [sp, #16] ldr x8, [x8, #16] ldur x9, [x29, #-16] str x8, [x9, #8] ldur x8, [x29, #-16] ldr x8, [x8, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_10: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_14 b LBB12_11 LBB12_11: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_14 b LBB12_12 LBB12_12: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_14 b LBB12_13 LBB12_13: ldr x8, [sp, #16] ldr x8, [x8, #8] ldur x9, [x29, #-16] str x8, [x9, #8] ldur x8, [x29, #-16] ldr x8, [x8, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_14: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_23 b LBB12_15 LBB12_15: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_23 b LBB12_16 LBB12_16: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_23 b LBB12_17 LBB12_17: ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #8] b LBB12_18 LBB12_18: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_20 b LBB12_19 LBB12_19: ; in Loop: Header=BB12_18 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB12_18 LBB12_20: ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_22 b LBB12_21 LBB12_21: ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #16] ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x9, [sp, #8] ldr x9, [x9, #16] str x8, [x9, #24] ldr x0, [sp, #8] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_22: ldr x8, [sp, #8] ldr x8, [x8, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x0, [sp, #8] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_23: ldr x8, [sp, #16] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_54 b LBB12_24 LBB12_24: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_31 b LBB12_25 LBB12_25: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_31 b LBB12_26 LBB12_26: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_28 b LBB12_27 LBB12_27: ldr x8, [sp, #16] ldr x8, [x8, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_28: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #16] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_30 b LBB12_29 LBB12_29: ldr x8, [sp, #16] ldr x8, [x8, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #16] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_30: b LBB12_31 LBB12_31: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_38 b LBB12_32 LBB12_32: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_38 b LBB12_33 LBB12_33: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_35 b LBB12_34 LBB12_34: ldr x8, [sp, #16] ldr x8, [x8, #16] ldr x9, [sp, #16] ldr x9, [x9, #24] str x8, [x9, #8] ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #16] str x8, [x9, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_35: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #16] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_37 b LBB12_36 LBB12_36: ldr x8, [sp, #16] ldr x8, [x8, #16] ldr x9, [sp, #16] ldr x9, [x9, #24] str x8, [x9, #16] ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #16] str x8, [x9, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_37: b LBB12_38 LBB12_38: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_45 b LBB12_39 LBB12_39: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_45 b LBB12_40 LBB12_40: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_42 b LBB12_41 LBB12_41: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #16] ldr x9, [x9, #24] str x8, [x9, #8] ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #8] str x8, [x9, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_42: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #16] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB12_44 b LBB12_43 LBB12_43: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #16] ldr x9, [x9, #24] str x8, [x9, #16] ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9, #8] str x8, [x9, #24] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_44: b LBB12_45 LBB12_45: ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_53 b LBB12_46 LBB12_46: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_53 b LBB12_47 LBB12_47: ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp] b LBB12_48 LBB12_48: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB12_50 b LBB12_49 LBB12_49: ; in Loop: Header=BB12_48 Depth=1 ldr x8, [sp] ldr x8, [x8, #8] str x8, [sp] b LBB12_48 LBB12_50: ldr x8, [sp] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] ldr x8, [sp] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_52 b LBB12_51 LBB12_51: ldr x8, [sp] ldr x8, [x8, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x0, [sp] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_52: ldr x8, [sp] ldr x8, [x8, #16] ldr x9, [sp] ldr x9, [x9, #24] str x8, [x9, #16] ldr x8, [sp] ldr x8, [x8, #24] ldr x9, [sp] ldr x9, [x9, #16] str x8, [x9, #24] ldr x0, [sp] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] stur wzr, [x29, #-4] b LBB12_54 LBB12_53: b LBB12_54 LBB12_54: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _remove_min ; -- Begin function remove_min .p2align 2 _remove_min: ; @remove_min .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] ldr x8, [sp, #24] str x8, [sp, #16] b LBB13_1 LBB13_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_3 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB13_1 LBB13_3: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB13_5 b LBB13_4 LBB13_4: ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #12] ldr x8, [sp, #16] ldr x8, [x8, #16] ldr w8, [x8] ldr x9, [sp, #16] str w8, [x9] ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #16] ldr x8, [sp, #16] ldr x0, [x8, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB13_6 LBB13_5: ldr x8, [sp, #16] ldr x8, [x8, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #12] ldr x0, [sp, #16] bl _free ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB13_6 LBB13_6: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _rotate_right ; -- Begin function rotate_right .p2align 2 _rotate_right: ; @rotate_right .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: mov w8, #1 str w8, [sp, #28] b LBB14_9 LBB14_2: ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB14_4 b LBB14_3 LBB14_3: ldr x8, [sp, #8] ldr x8, [x8, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #16] str x8, [x9, #8] b LBB14_8 LBB14_4: ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x8, [x8, #8] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB14_6 b LBB14_5 LBB14_5: ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #8] b LBB14_7 LBB14_6: ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #16] b LBB14_7 LBB14_7: ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x9, [sp, #8] ldr x9, [x9, #8] str x8, [x9, #24] b LBB14_8 LBB14_8: ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x8, [x8, #16] str x8, [sp] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ldr x9, [sp, #8] ldr x9, [x9, #8] str x8, [x9, #16] ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #8] str wzr, [sp, #28] b LBB14_9 LBB14_9: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _rotate_left ; -- Begin function rotate_left .p2align 2 _rotate_left: ; @rotate_left .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB15_2 b LBB15_1 LBB15_1: mov w8, #1 str w8, [sp, #28] b LBB15_9 LBB15_2: ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB15_4 b LBB15_3 LBB15_3: ldr x8, [sp, #8] ldr x8, [x8, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x9, [sp, #16] str x8, [x9, #8] b LBB15_8 LBB15_4: ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x8, [x8, #8] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB15_6 b LBB15_5 LBB15_5: ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #8] b LBB15_7 LBB15_6: ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x9, [sp, #8] ldr x9, [x9, #24] str x8, [x9, #16] b LBB15_7 LBB15_7: ldr x8, [sp, #8] ldr x8, [x8, #24] ldr x9, [sp, #8] ldr x9, [x9, #16] str x8, [x9, #24] b LBB15_8 LBB15_8: ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x8, [x8, #8] str x8, [sp] ldr x8, [sp, #8] ldr x8, [x8, #16] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ldr x9, [sp, #8] ldr x9, [x9, #16] str x8, [x9, #8] ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #16] str wzr, [sp, #28] b LBB15_9 LBB15_9: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _huinya ; -- Begin function huinya .p2align 2 _huinya: ; @huinya .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB16_1 LBB16_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB16_15 b LBB16_2 LBB16_2: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr w8, [x8, #32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB16_4 b LBB16_3 LBB16_3: ; in Loop: Header=BB16_1 Depth=1 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 x9, [sp, #16] mov w8, #1 str w8, [x9, #32] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB16_14 LBB16_4: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB16_9 b LBB16_5 LBB16_5: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldr w8, [x8, #32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB16_7 b LBB16_6 LBB16_6: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB16_8 LBB16_7: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB16_8 LBB16_8: ; in Loop: Header=BB16_1 Depth=1 b LBB16_13 LBB16_9: ; in Loop: Header=BB16_1 Depth=1 ldr w8, [sp, #12] ldur x9, [x29, #-8] ldr w9, [x9] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB16_11 b LBB16_10 LBB16_10: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB16_12 LBB16_11: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x8, [x8, #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 b LBB16_12 LBB16_12: ; in Loop: Header=BB16_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [x8, #16] mov w8, #1 str w8, [x9, #32] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #16] b LBB16_13 LBB16_13: ; in Loop: Header=BB16_1 Depth=1 b LBB16_14 LBB16_14: ; in Loop: Header=BB16_1 Depth=1 b LBB16_1 LBB16_15: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _huinya_2 ; -- Begin function huinya_2 .p2align 2 _huinya_2: ; @huinya_2 .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 x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB17_3 b LBB17_1 LBB17_1: ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB17_3 b LBB17_2 LBB17_2: ldr x8, [sp, #8] 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 b LBB17_7 LBB17_3: ldr x8, [sp, #8] ldr x0, [x8, #8] bl _huinya_2 ldr x8, [sp, #8] ldr x0, [x8, #16] bl _huinya_2 ldr x8, [sp, #8] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB17_5 b LBB17_4 LBB17_4: ldr x8, [sp, #8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB17_6 LBB17_5: ldr x8, [sp, #8] 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 b LBB17_6 LBB17_6: b LBB17_7 LBB17_7: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] add x0, sp, #24 bl _init str wzr, [sp, #20] b LBB18_1 LBB18_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #7 cset w8, ge tbnz w8, #0, LBB18_4 b LBB18_2 LBB18_2: ; in Loop: Header=BB18_1 Depth=1 mov x9, sp add x8, sp, #16 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldr w1, [sp, #16] add x0, sp, #24 bl _insert b LBB18_3 LBB18_3: ; in Loop: Header=BB18_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB18_1 LBB18_4: add x0, sp, #24 bl _printTree adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@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 "_ " l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "_" l_.str.4: ; @.str.4 .asciz "-" l_.str.5: ; @.str.5 .asciz " " l_.str.6: ; @.str.6 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _init_list ## -- Begin function init_list .p2align 4, 0x90 _init_list: ## @init_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq $0, (%rax) movq -8(%rbp), %rax movq $0, 8(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _push_back ## -- Begin function push_back .p2align 4, 0x90 _push_back: ## @push_back .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 $16, %edi callq _malloc movq %rax, -24(%rbp) movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rax movq $0, (%rax) movq -8(%rbp), %rax cmpq $0, (%rax) jne LBB1_2 ## %bb.1: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) jmp LBB1_6 LBB1_2: movq -8(%rbp), %rax movq (%rax), %rax cmpq $0, (%rax) jne LBB1_4 ## %bb.3: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq (%rax), %rax movq %rcx, (%rax) jmp LBB1_5 LBB1_4: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq 8(%rax), %rax movq %rcx, (%rax) LBB1_5: jmp LBB1_6 LBB1_6: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _isEmpty ## -- Begin function isEmpty .p2align 4, 0x90 _isEmpty: ## @isEmpty .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax cmpq $0, (%rax) jne LBB2_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB2_3 LBB2_2: movl $1, -4(%rbp) LBB2_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _clear_list ## -- Begin function clear_list .p2align 4, 0x90 _clear_list: ## @clear_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq $0, (%rax) je LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) movq -24(%rbp), %rdi callq _free jmp LBB3_1 LBB3_3: movq -16(%rbp), %rdi callq _free movq -8(%rbp), %rdi callq _init_list addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print_list ## -- Begin function print_list .p2align 4, 0x90 _print_list: ## @print_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _isEmpty cmpl $1, %eax jne LBB4_11 ## %bb.1: movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) LBB4_2: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq $0, (%rax) je LBB4_7 ## %bb.3: ## in Loop: Header=BB4_2 Depth=1 movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB4_5 ## %bb.4: ## in Loop: Header=BB4_2 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB4_6 LBB4_5: ## in Loop: Header=BB4_2 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB4_6: ## in Loop: Header=BB4_2 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) jmp LBB4_2 LBB4_7: movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB4_9 ## %bb.8: movq -16(%rbp), %rax movq 8(%rax), %rax movl (%rax), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB4_10 LBB4_9: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB4_10: jmp LBB4_11 LBB4_11: movq -8(%rbp), %rdi callq _clear_list addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _queue_host ## -- Begin function queue_host .p2align 4, 0x90 _queue_host: ## @queue_host .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB5_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB5_8 LBB5_2: movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB5_3: ## =>This Inner Loop Header: Depth=1 cmpq $0, -24(%rbp) je LBB5_7 ## %bb.4: ## in Loop: Header=BB5_3 Depth=1 movq -24(%rbp), %rax cmpq $0, 8(%rax) je LBB5_6 ## %bb.5: movl $1, -4(%rbp) jmp LBB5_8 LBB5_6: ## in Loop: Header=BB5_3 Depth=1 movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) jmp LBB5_3 LBB5_7: movl $0, -4(%rbp) LBB5_8: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _init ## -- Begin function init .p2align 4, 0x90 _init: ## @init .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl $0, (%rax) movq -8(%rbp), %rax movq $0, 8(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _find ## -- Begin function find .p2align 4, 0x90 _find: ## @find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB7_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB7_12 LBB7_2: jmp LBB7_3 LBB7_3: ## =>This Inner Loop Header: Depth=1 cmpq $0, -40(%rbp) je LBB7_11 ## %bb.4: ## in Loop: Header=BB7_3 Depth=1 movq -40(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB7_6 ## %bb.5: movq -40(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) movl $0, -4(%rbp) jmp LBB7_12 LBB7_6: ## in Loop: Header=BB7_3 Depth=1 movq -40(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jle LBB7_8 ## %bb.7: ## in Loop: Header=BB7_3 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) jmp LBB7_9 LBB7_8: ## in Loop: Header=BB7_3 Depth=1 movq -40(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) LBB7_9: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_10 LBB7_10: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_3 LBB7_11: movl $1, -4(%rbp) LBB7_12: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _insert ## -- Begin function insert .p2align 4, 0x90 _insert: ## @insert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi leaq -32(%rbp), %rdx callq _find cmpl $0, %eax jne LBB8_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB8_17 LBB8_2: movl $40, %edi callq _malloc movq %rax, -40(%rbp) movl -20(%rbp), %ecx movq -40(%rbp), %rax movl %ecx, (%rax) movq -40(%rbp), %rax movl $0, 32(%rax) movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB8_4 ## %bb.3: movq -40(%rbp), %rax movq $0, 8(%rax) movq -40(%rbp), %rax movq $0, 16(%rax) movq -40(%rbp), %rax movq $0, 24(%rax) movq -40(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB8_17 LBB8_4: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) LBB8_5: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jle LBB8_10 ## %bb.6: ## in Loop: Header=BB8_5 Depth=1 movq -48(%rbp), %rax cmpq $0, 8(%rax) jne LBB8_8 ## %bb.7: movq -48(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rax movq $0, 8(%rax) movq -40(%rbp), %rax movq $0, 16(%rax) movq -40(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB8_17 LBB8_8: ## in Loop: Header=BB8_5 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) ## %bb.9: ## in Loop: Header=BB8_5 Depth=1 jmp LBB8_16 LBB8_10: ## in Loop: Header=BB8_5 Depth=1 movq -48(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jge LBB8_15 ## %bb.11: ## in Loop: Header=BB8_5 Depth=1 movq -48(%rbp), %rax cmpq $0, 16(%rax) jne LBB8_13 ## %bb.12: movq -48(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rax movq $0, 8(%rax) movq -40(%rbp), %rax movq $0, 16(%rax) movq -40(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB8_17 LBB8_13: ## in Loop: Header=BB8_5 Depth=1 movq -48(%rbp), %rax movq 16(%rax), %rax movq %rax, -48(%rbp) ## %bb.14: ## in Loop: Header=BB8_5 Depth=1 jmp LBB8_15 LBB8_15: ## in Loop: Header=BB8_5 Depth=1 jmp LBB8_16 LBB8_16: ## in Loop: Header=BB8_5 Depth=1 jmp LBB8_5 LBB8_17: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print ## -- Begin function print .p2align 4, 0x90 _print: ## @print .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) cmpq $0, -8(%rbp) jne LBB9_2 ## %bb.1: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB9_32 LBB9_2: leaq -24(%rbp), %rdi callq _init_list leaq -40(%rbp), %rdi callq _init_list movq -8(%rbp), %rsi leaq -24(%rbp), %rdi callq _push_back movl $0, -44(%rbp) LBB9_3: ## =>This Loop Header: Depth=1 ## Child Loop BB9_10 Depth 2 ## Child Loop BB9_21 Depth 2 leaq -24(%rbp), %rdi callq _queue_host movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -65(%rbp) ## 1-byte Spill jne LBB9_5 ## %bb.4: ## in Loop: Header=BB9_3 Depth=1 leaq -40(%rbp), %rdi callq _queue_host cmpl $0, %eax setne %al movb %al, -65(%rbp) ## 1-byte Spill LBB9_5: ## in Loop: Header=BB9_3 Depth=1 movb -65(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB9_6 jmp LBB9_32 LBB9_6: ## in Loop: Header=BB9_3 Depth=1 cmpl $1, -44(%rbp) jne LBB9_8 ## %bb.7: ## in Loop: Header=BB9_3 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB9_8: ## in Loop: Header=BB9_3 Depth=1 movl $1, -44(%rbp) leaq -40(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB9_19 ## %bb.9: ## in Loop: Header=BB9_3 Depth=1 movq -24(%rbp), %rax movq %rax, -56(%rbp) LBB9_10: ## Parent Loop BB9_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -56(%rbp), %rax cmpq $0, (%rax) je LBB9_15 ## %bb.11: ## in Loop: Header=BB9_10 Depth=2 movq -56(%rbp), %rax cmpq $0, 8(%rax) je LBB9_13 ## %bb.12: ## in Loop: Header=BB9_10 Depth=2 movq -56(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back jmp LBB9_14 LBB9_13: ## in Loop: Header=BB9_10 Depth=2 leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB9_14: ## in Loop: Header=BB9_10 Depth=2 movq -56(%rbp), %rax movq (%rax), %rax movq %rax, -56(%rbp) jmp LBB9_10 LBB9_15: ## in Loop: Header=BB9_3 Depth=1 movq -56(%rbp), %rax cmpq $0, 8(%rax) je LBB9_17 ## %bb.16: ## in Loop: Header=BB9_3 Depth=1 movq -56(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back jmp LBB9_18 LBB9_17: ## in Loop: Header=BB9_3 Depth=1 leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB9_18: ## in Loop: Header=BB9_3 Depth=1 leaq -24(%rbp), %rdi callq _print_list jmp LBB9_31 LBB9_19: ## in Loop: Header=BB9_3 Depth=1 leaq -24(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB9_30 ## %bb.20: ## in Loop: Header=BB9_3 Depth=1 movq -40(%rbp), %rax movq %rax, -64(%rbp) LBB9_21: ## Parent Loop BB9_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -64(%rbp), %rax cmpq $0, (%rax) je LBB9_26 ## %bb.22: ## in Loop: Header=BB9_21 Depth=2 movq -64(%rbp), %rax cmpq $0, 8(%rax) je LBB9_24 ## %bb.23: ## in Loop: Header=BB9_21 Depth=2 movq -64(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -64(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back jmp LBB9_25 LBB9_24: ## in Loop: Header=BB9_21 Depth=2 leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB9_25: ## in Loop: Header=BB9_21 Depth=2 movq -64(%rbp), %rax movq (%rax), %rax movq %rax, -64(%rbp) jmp LBB9_21 LBB9_26: ## in Loop: Header=BB9_3 Depth=1 movq -64(%rbp), %rax cmpq $0, 8(%rax) je LBB9_28 ## %bb.27: ## in Loop: Header=BB9_3 Depth=1 movq -64(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -64(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back jmp LBB9_29 LBB9_28: ## in Loop: Header=BB9_3 Depth=1 leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB9_29: ## in Loop: Header=BB9_3 Depth=1 leaq -40(%rbp), %rdi callq _print_list LBB9_30: ## in Loop: Header=BB9_3 Depth=1 jmp LBB9_31 LBB9_31: ## in Loop: Header=BB9_3 Depth=1 jmp LBB9_3 LBB9_32: addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printTree ## -- Begin function printTree .p2align 4, 0x90 _printTree: ## @printTree .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rdi callq _print addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _clear ## -- Begin function clear .p2align 4, 0x90 _clear: ## @clear .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) leaq -24(%rbp), %rdi callq _init_list leaq -40(%rbp), %rdi callq _init_list movq -8(%rbp), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back LBB11_1: ## =>This Loop Header: Depth=1 ## Child Loop BB11_6 Depth 2 ## Child Loop BB11_17 Depth 2 leaq -24(%rbp), %rdi callq _queue_host movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -57(%rbp) ## 1-byte Spill jne LBB11_3 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 leaq -40(%rbp), %rdi callq _queue_host cmpl $0, %eax setne %al movb %al, -57(%rbp) ## 1-byte Spill LBB11_3: ## in Loop: Header=BB11_1 Depth=1 movb -57(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB11_4 jmp LBB11_28 LBB11_4: ## in Loop: Header=BB11_1 Depth=1 leaq -40(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB11_15 ## %bb.5: ## in Loop: Header=BB11_1 Depth=1 movq -24(%rbp), %rax movq %rax, -48(%rbp) LBB11_6: ## Parent Loop BB11_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax cmpq $0, (%rax) je LBB11_11 ## %bb.7: ## in Loop: Header=BB11_6 Depth=2 movq -48(%rbp), %rax cmpq $0, 8(%rax) je LBB11_9 ## %bb.8: ## in Loop: Header=BB11_6 Depth=2 movq -48(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -48(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -48(%rbp), %rax movq 8(%rax), %rdi callq _free jmp LBB11_10 LBB11_9: ## in Loop: Header=BB11_6 Depth=2 leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB11_10: ## in Loop: Header=BB11_6 Depth=2 movq -48(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) jmp LBB11_6 LBB11_11: ## in Loop: Header=BB11_1 Depth=1 movq -48(%rbp), %rax cmpq $0, 8(%rax) je LBB11_13 ## %bb.12: ## in Loop: Header=BB11_1 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -48(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -40(%rbp), %rdi callq _push_back movq -48(%rbp), %rax movq 8(%rax), %rdi callq _free jmp LBB11_14 LBB11_13: ## in Loop: Header=BB11_1 Depth=1 leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB11_14: ## in Loop: Header=BB11_1 Depth=1 leaq -24(%rbp), %rdi callq _clear_list jmp LBB11_27 LBB11_15: ## in Loop: Header=BB11_1 Depth=1 leaq -24(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB11_26 ## %bb.16: ## in Loop: Header=BB11_1 Depth=1 movq -40(%rbp), %rax movq %rax, -56(%rbp) LBB11_17: ## Parent Loop BB11_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -56(%rbp), %rax cmpq $0, (%rax) je LBB11_22 ## %bb.18: ## in Loop: Header=BB11_17 Depth=2 movq -56(%rbp), %rax cmpq $0, 8(%rax) je LBB11_20 ## %bb.19: ## in Loop: Header=BB11_17 Depth=2 movq -56(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rdi callq _free jmp LBB11_21 LBB11_20: ## in Loop: Header=BB11_17 Depth=2 leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB11_21: ## in Loop: Header=BB11_17 Depth=2 movq -56(%rbp), %rax movq (%rax), %rax movq %rax, -56(%rbp) jmp LBB11_17 LBB11_22: ## in Loop: Header=BB11_1 Depth=1 movq -56(%rbp), %rax cmpq $0, 8(%rax) je LBB11_24 ## %bb.23: ## in Loop: Header=BB11_1 Depth=1 movq -56(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rsi leaq -24(%rbp), %rdi callq _push_back movq -56(%rbp), %rax movq 8(%rax), %rdi callq _free jmp LBB11_25 LBB11_24: ## in Loop: Header=BB11_1 Depth=1 leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back leaq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _push_back LBB11_25: ## in Loop: Header=BB11_1 Depth=1 leaq -40(%rbp), %rdi callq _clear_list LBB11_26: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_27 LBB11_27: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_1 LBB11_28: movq -8(%rbp), %rdi callq _init addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _remove_1 ## -- Begin function remove_1 .p2align 4, 0x90 _remove_1: ## @remove_1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi leaq -32(%rbp), %rdx callq _find cmpl $1, %eax jne LBB12_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB12_54 LBB12_2: movq -16(%rbp), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_6 ## %bb.3: movq -32(%rbp), %rax cmpq $0, 8(%rax) jne LBB12_6 ## %bb.4: movq -32(%rbp), %rax cmpq $0, 16(%rax) jne LBB12_6 ## %bb.5: movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rdi callq _init movl $0, -4(%rbp) jmp LBB12_54 LBB12_6: movq -16(%rbp), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_10 ## %bb.7: movq -32(%rbp), %rax cmpq $0, 8(%rax) jne LBB12_10 ## %bb.8: movq -32(%rbp), %rax cmpq $0, 16(%rax) je LBB12_10 ## %bb.9: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movq 8(%rax), %rax movq $0, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_10: movq -16(%rbp), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_14 ## %bb.11: movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB12_14 ## %bb.12: movq -32(%rbp), %rax cmpq $0, 16(%rax) jne LBB12_14 ## %bb.13: movq -32(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movq 8(%rax), %rax movq $0, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_14: movq -16(%rbp), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_23 ## %bb.15: movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB12_23 ## %bb.16: movq -32(%rbp), %rax cmpq $0, 16(%rax) je LBB12_23 ## %bb.17: movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) LBB12_18: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax cmpq $0, 8(%rax) je LBB12_20 ## %bb.19: ## in Loop: Header=BB12_18 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) jmp LBB12_18 LBB12_20: movq -40(%rbp), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -40(%rbp), %rax cmpq $0, 16(%rax) je LBB12_22 ## %bb.21: movq -40(%rbp), %rax movq 16(%rax), %rcx movq -40(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) movq -40(%rbp), %rax movq 24(%rax), %rcx movq -40(%rbp), %rax movq 16(%rax), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_22: movq -40(%rbp), %rax movq 24(%rax), %rax movq $0, 8(%rax) movq -40(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_23: movq -32(%rbp), %rax cmpq $0, 24(%rax) je LBB12_54 ## %bb.24: movq -32(%rbp), %rax cmpq $0, 8(%rax) jne LBB12_31 ## %bb.25: movq -32(%rbp), %rax cmpq $0, 16(%rax) jne LBB12_31 ## %bb.26: movq -32(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_28 ## %bb.27: movq -32(%rbp), %rax movq 24(%rax), %rax movq $0, 8(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_28: movq -32(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_30 ## %bb.29: movq -32(%rbp), %rax movq 24(%rax), %rax movq $0, 16(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_30: jmp LBB12_31 LBB12_31: movq -32(%rbp), %rax cmpq $0, 8(%rax) jne LBB12_38 ## %bb.32: movq -32(%rbp), %rax cmpq $0, 16(%rax) je LBB12_38 ## %bb.33: movq -32(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_35 ## %bb.34: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 16(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_35: movq -32(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_37 ## %bb.36: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 16(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_37: jmp LBB12_38 LBB12_38: movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB12_45 ## %bb.39: movq -32(%rbp), %rax cmpq $0, 16(%rax) jne LBB12_45 ## %bb.40: movq -32(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_42 ## %bb.41: movq -32(%rbp), %rax movq 8(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 8(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_42: movq -32(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax cmpq -32(%rbp), %rax jne LBB12_44 ## %bb.43: movq -32(%rbp), %rax movq 8(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 8(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_44: jmp LBB12_45 LBB12_45: movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB12_53 ## %bb.46: movq -32(%rbp), %rax cmpq $0, 16(%rax) je LBB12_53 ## %bb.47: movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -48(%rbp) LBB12_48: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax cmpq $0, 8(%rax) je LBB12_50 ## %bb.49: ## in Loop: Header=BB12_48 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB12_48 LBB12_50: movq -48(%rbp), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -48(%rbp), %rax cmpq $0, 16(%rax) jne LBB12_52 ## %bb.51: movq -48(%rbp), %rax movq 24(%rax), %rax movq $0, 8(%rax) movq -48(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_52: movq -48(%rbp), %rax movq 16(%rax), %rcx movq -48(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) movq -48(%rbp), %rax movq 24(%rax), %rcx movq -48(%rbp), %rax movq 16(%rax), %rax movq %rcx, 24(%rax) movq -48(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $0, -4(%rbp) jmp LBB12_54 LBB12_53: jmp LBB12_54 LBB12_54: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _remove_min ## -- Begin function remove_min .p2align 4, 0x90 _remove_min: ## @remove_min .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rax movq %rax, -32(%rbp) LBB13_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB13_3 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) jmp LBB13_1 LBB13_3: movq -32(%rbp), %rax cmpq $0, 16(%rax) je LBB13_5 ## %bb.4: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -36(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rax movl (%rax), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -32(%rbp), %rax movq $0, 16(%rax) movq -32(%rbp), %rax movq 16(%rax), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl -36(%rbp), %eax movl %eax, -4(%rbp) jmp LBB13_6 LBB13_5: movq -32(%rbp), %rax movq 24(%rax), %rax movq $0, 8(%rax) movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -36(%rbp) movq -32(%rbp), %rdi callq _free movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl -36(%rbp), %eax movl %eax, -4(%rbp) LBB13_6: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _rotate_right ## -- Begin function rotate_right .p2align 4, 0x90 _rotate_right: ## @rotate_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) movq %rsi, -24(%rbp) movq -24(%rbp), %rax cmpq $0, 8(%rax) jne LBB14_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB14_9 LBB14_2: movq -24(%rbp), %rax movq -16(%rbp), %rcx cmpq 8(%rcx), %rax jne LBB14_4 ## %bb.3: movq -24(%rbp), %rax movq 8(%rax), %rax movq $0, 24(%rax) movq -24(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) jmp LBB14_8 LBB14_4: movq -24(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax cmpq -24(%rbp), %rax jne LBB14_6 ## %bb.5: movq -24(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq 24(%rax), %rax movq %rcx, 8(%rax) jmp LBB14_7 LBB14_6: movq -24(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) LBB14_7: movq -24(%rbp), %rax movq 24(%rax), %rcx movq -24(%rbp), %rax movq 8(%rax), %rax movq %rcx, 24(%rax) LBB14_8: movq -24(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rcx movq -24(%rbp), %rax movq 8(%rax), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movl $0, -4(%rbp) LBB14_9: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _rotate_left ## -- Begin function rotate_left .p2align 4, 0x90 _rotate_left: ## @rotate_left .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rax cmpq $0, 16(%rax) jne LBB15_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB15_9 LBB15_2: movq -24(%rbp), %rax movq -16(%rbp), %rcx cmpq 8(%rcx), %rax jne LBB15_4 ## %bb.3: movq -24(%rbp), %rax movq 16(%rax), %rax movq $0, 24(%rax) movq -24(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) jmp LBB15_8 LBB15_4: movq -24(%rbp), %rax movq 24(%rax), %rax movq 8(%rax), %rax cmpq -24(%rbp), %rax jne LBB15_6 ## %bb.5: movq -24(%rbp), %rax movq 16(%rax), %rcx movq -24(%rbp), %rax movq 24(%rax), %rax movq %rcx, 8(%rax) jmp LBB15_7 LBB15_6: movq -24(%rbp), %rax movq 16(%rax), %rcx movq -24(%rbp), %rax movq 24(%rax), %rax movq %rcx, 16(%rax) LBB15_7: movq -24(%rbp), %rax movq 24(%rax), %rcx movq -24(%rbp), %rax movq 16(%rax), %rax movq %rcx, 24(%rax) LBB15_8: movq -24(%rbp), %rax movq 16(%rax), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq 16(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rcx movq -24(%rbp), %rax movq 16(%rax), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 16(%rax) movl $0, -4(%rbp) LBB15_9: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _huinya ## -- Begin function huinya .p2align 4, 0x90 _huinya: ## @huinya .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 8(%rax), %rax movq %rax, -16(%rbp) movl $0, -20(%rbp) LBB16_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge LBB16_15 ## %bb.2: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax cmpl $0, 32(%rax) jne LBB16_4 ## %bb.3: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl $1, 32(%rax) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB16_14 LBB16_4: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB16_9 ## %bb.5: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax cmpl $0, 32(%rax) jne LBB16_7 ## %bb.6: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) jmp LBB16_8 LBB16_7: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rax movq %rax, -16(%rbp) LBB16_8: ## in Loop: Header=BB16_1 Depth=1 jmp LBB16_13 LBB16_9: ## in Loop: Header=BB16_1 Depth=1 movl -20(%rbp), %eax movq -8(%rbp), %rcx movl (%rcx), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB16_11 ## %bb.10: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax movl (%rax), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB16_12 LBB16_11: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB16_12: ## in Loop: Header=BB16_1 Depth=1 movq -16(%rbp), %rax movq 24(%rax), %rax movq 16(%rax), %rax movl $1, 32(%rax) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) LBB16_13: ## in Loop: Header=BB16_1 Depth=1 jmp LBB16_14 LBB16_14: ## in Loop: Header=BB16_1 Depth=1 jmp LBB16_1 LBB16_15: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _huinya_2 ## -- Begin function huinya_2 .p2align 4, 0x90 _huinya_2: ## @huinya_2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax cmpq $0, 8(%rax) jne LBB17_3 ## %bb.1: movq -8(%rbp), %rax cmpq $0, 16(%rax) jne LBB17_3 ## %bb.2: movq -8(%rbp), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB17_7 LBB17_3: movq -8(%rbp), %rax movq 8(%rax), %rdi callq _huinya_2 movq -8(%rbp), %rax movq 16(%rax), %rdi callq _huinya_2 movq -8(%rbp), %rax cmpq $0, 24(%rax) jne LBB17_5 ## %bb.4: movq -8(%rbp), %rax movl (%rax), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB17_6 LBB17_5: movq -8(%rbp), %rax movl (%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB17_6: jmp LBB17_7 LBB17_7: 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) leaq -24(%rbp), %rdi callq _init movl $0, -28(%rbp) LBB18_1: ## =>This Inner Loop Header: Depth=1 cmpl $7, -28(%rbp) jge LBB18_4 ## %bb.2: ## in Loop: Header=BB18_1 Depth=1 leaq L_.str.2(%rip), %rdi leaq -32(%rbp), %rsi movb $0, %al callq _scanf movl -32(%rbp), %esi leaq -24(%rbp), %rdi callq _insert ## %bb.3: ## in Loop: Header=BB18_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB18_1 LBB18_4: leaq -24(%rbp), %rdi callq _printTree leaq L_.str.6(%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 "_ " L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "_" L_.str.4: ## @.str.4 .asciz "-" L_.str.5: ## @.str.5 .asciz " " L_.str.6: ## @.str.6 .asciz "\n" .subsections_via_symbols
the_stack_data/212642673.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ssycon_ ; -- Begin function ssycon_ .p2align 2 _ssycon_: ; @ssycon_ .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 ldr x9, [x29, #16] ldr x8, [x29, #24] adrp x10, ___stack_chk_guard@GOTPAGE ldr x10, [x10, ___stack_chk_guard@GOTPAGEOFF] ldr x10, [x10] stur x10, [x29, #-8] stur x0, [x29, #-32] stur x1, [x29, #-40] stur x2, [x29, #-48] stur x3, [x29, #-56] stur x4, [x29, #-64] stur x5, [x29, #-72] str x6, [sp, #80] str x7, [sp, #72] str x9, [sp, #64] str x8, [sp, #56] ldur x8, [x29, #-56] ldr w8, [x8] str w8, [sp, #52] ldr w8, [sp, #52] mov x9, #0 lsr w8, w8, #0 add w8, w8, #1 str w8, [sp, #48] ldrsw x10, [sp, #48] ldur x8, [x29, #-48] subs x9, x9, x10 add x8, x8, x9, lsl #2 stur x8, [x29, #-48] ldur x8, [x29, #-64] subs x8, x8, #4 stur x8, [x29, #-64] ldr x8, [sp, #72] subs x8, x8, #4 str x8, [sp, #72] ldr x8, [sp, #64] subs x8, x8, #4 str x8, [sp, #64] ldr x8, [sp, #56] str wzr, [x8] ldur x0, [x29, #-32] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _lsame_ str w0, [sp, #32] ldr w8, [sp, #32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x0, [x29, #-32] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr x9, [sp, #56] mov w8, #-1 str w8, [x9] b LBB0_15 LBB0_3: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr x9, [sp, #56] mov w8, #-2 str w8, [x9] b LBB0_14 LBB0_5: ldur x8, [x29, #-56] ldr w8, [x8] str w8, [sp, #24] ; 4-byte Folded Spill ldur x8, [x29, #-40] ldr w9, [x8] mov w8, #1 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: mov w8, #1 str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_8 LBB0_7: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_8 LBB0_8: ldr w8, [sp, #24] ; 4-byte Folded Reload ldr w9, [sp, #20] ; 4-byte Folded Reload subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldr x9, [sp, #56] mov w8, #-4 str w8, [x9] b LBB0_13 LBB0_10: ldur x8, [x29, #-72] ldr s0, [x8] fcmp s0, #0.0 cset w8, pl tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldr x9, [sp, #56] mov w8, #-6 str w8, [x9] b LBB0_12 LBB0_12: b LBB0_13 LBB0_13: b LBB0_14 LBB0_14: b LBB0_15 LBB0_15: ldr x8, [sp, #56] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ldr x8, [sp, #56] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 add x1, sp, #44 str w8, [sp, #44] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF mov w2, #6 bl _xerbla_ stur wzr, [x29, #-24] b LBB0_45 LBB0_17: ldr x8, [sp, #80] movi d0, #0000000000000000 str s0, [x8] ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ldr x8, [sp, #80] fmov s0, #1.00000000 str s0, [x8] stur wzr, [x29, #-24] b LBB0_45 LBB0_19: ldur x8, [x29, #-72] ldr s0, [x8] fcmp s0, #0.0 cset w8, hi tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: stur wzr, [x29, #-24] b LBB0_45 LBB0_21: b LBB0_22 LBB0_22: ldr w8, [sp, #32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_31 b LBB0_23 LBB0_23: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #36] b LBB0_24 LBB0_24: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_30 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_24 Depth=1 ldur x8, [x29, #-64] ldrsw x9, [sp, #36] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_28 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_24 Depth=1 ldur x8, [x29, #-48] ldr w9, [sp, #36] ldr w10, [sp, #36] ldr w11, [sp, #52] mul w10, w10, w11 add w9, w9, w10 ldr s0, [x8, w9, sxtw #2] fcmp s0, #0.0 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: stur wzr, [x29, #-24] b LBB0_45 LBB0_28: ; in Loop: Header=BB0_24 Depth=1 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_24 Depth=1 ldr w8, [sp, #36] subs w8, w8, #1 str w8, [sp, #36] b LBB0_24 LBB0_30: b LBB0_39 LBB0_31: ldur x8, [x29, #-40] ldr w8, [x8] str w8, [sp, #44] mov w8, #1 str w8, [sp, #36] b LBB0_32 LBB0_32: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_38 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_32 Depth=1 ldur x8, [x29, #-64] ldrsw x9, [sp, #36] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_36 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_32 Depth=1 ldur x8, [x29, #-48] ldr w9, [sp, #36] ldr w10, [sp, #36] ldr w11, [sp, #52] mul w10, w10, w11 add w9, w9, w10 ldr s0, [x8, w9, sxtw #2] fcmp s0, #0.0 cset w8, ne tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: stur wzr, [x29, #-24] b LBB0_45 LBB0_36: ; in Loop: Header=BB0_32 Depth=1 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_32 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_32 LBB0_38: b LBB0_39 LBB0_39: str wzr, [sp, #40] b LBB0_40 LBB0_40: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-40] ldr x8, [sp, #72] ldur x9, [x29, #-40] ldr w9, [x9] add w9, w9, #1 add x1, x8, w9, sxtw #2 ldr x8, [sp, #72] add x2, x8, #4 ldr x8, [sp, #64] add x3, x8, #4 add x4, sp, #28 add x5, sp, #40 sub x6, x29, #20 bl _slacn2_ ldr w8, [sp, #40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_42 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_40 Depth=1 ldur x0, [x29, #-32] ldur x1, [x29, #-40] ldur x8, [x29, #-48] ldrsw x9, [sp, #48] add x3, x8, x9, lsl #2 ldur x4, [x29, #-56] ldur x8, [x29, #-64] add x5, x8, #4 ldr x8, [sp, #72] add x6, x8, #4 ldur x7, [x29, #-40] ldr x8, [sp, #56] mov x9, sp str x8, [x9] adrp x2, _c__1@PAGE add x2, x2, _c__1@PAGEOFF bl _ssytrs_ b LBB0_40 LBB0_42: ldr s0, [sp, #28] fcmp s0, #0.0 cset w8, eq tbnz w8, #0, LBB0_44 b LBB0_43 LBB0_43: ldr s1, [sp, #28] fmov s0, #1.00000000 fdiv s0, s0, s1 ldur x8, [x29, #-72] ldr s1, [x8] fdiv s0, s0, s1 ldr x8, [sp, #80] str s0, [x8] b LBB0_44 LBB0_44: stur wzr, [x29, #-24] b LBB0_45 LBB0_45: ldur w8, [x29, #-24] 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, LBB0_47 b LBB0_46 LBB0_46: bl ___stack_chk_fail LBB0_47: ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "U" l_.str.1: ; @.str.1 .asciz "L" l_.str.2: ; @.str.2 .asciz "SSYCON" .section __DATA,__data .p2align 2 ; @c__1 _c__1: .long 1 ; 0x1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function ssycon_ LCPI0_0: .long 0x3f800000 ## float 1 .section __TEXT,__text,regular,pure_instructions .globl _ssycon_ .p2align 4, 0x90 _ssycon_: ## @ssycon_ .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 40(%rbp), %rax movq 32(%rbp), %rax movq 24(%rbp), %rax movq 16(%rbp), %rax movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -32(%rbp) movq %rsi, -40(%rbp) movq %rdx, -48(%rbp) movq %rcx, -56(%rbp) movq %r8, -64(%rbp) movq %r9, -72(%rbp) movq -56(%rbp), %rax movl (%rax), %eax movl %eax, -76(%rbp) movl -76(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -80(%rbp) movl -80(%rbp), %ecx movq -48(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movq -64(%rbp), %rax addq $-4, %rax movq %rax, -64(%rbp) movq 24(%rbp), %rax addq $-4, %rax movq %rax, 24(%rbp) movq 32(%rbp), %rax addq $-4, %rax movq %rax, 32(%rbp) movq 40(%rbp), %rax movl $0, (%rax) movq -32(%rbp), %rdi leaq L_.str(%rip), %rsi callq _lsame_ movl %eax, -96(%rbp) cmpl $0, -96(%rbp) jne LBB0_3 ## %bb.1: movq -32(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _lsame_ cmpl $0, %eax jne LBB0_3 ## %bb.2: movq 40(%rbp), %rax movl $-1, (%rax) jmp LBB0_15 LBB0_3: movq -40(%rbp), %rax cmpl $0, (%rax) jge LBB0_5 ## %bb.4: movq 40(%rbp), %rax movl $-2, (%rax) jmp LBB0_14 LBB0_5: movq -56(%rbp), %rax movl (%rax), %eax movl %eax, -104(%rbp) ## 4-byte Spill movq -40(%rbp), %rcx movl $1, %eax cmpl (%rcx), %eax jl LBB0_7 ## %bb.6: movl $1, %eax movl %eax, -108(%rbp) ## 4-byte Spill jmp LBB0_8 LBB0_7: movq -40(%rbp), %rax movl (%rax), %eax movl %eax, -108(%rbp) ## 4-byte Spill LBB0_8: movl -104(%rbp), %eax ## 4-byte Reload movl -108(%rbp), %ecx ## 4-byte Reload cmpl %ecx, %eax jge LBB0_10 ## %bb.9: movq 40(%rbp), %rax movl $-4, (%rax) jmp LBB0_13 LBB0_10: movq -72(%rbp), %rax xorps %xmm0, %xmm0 ucomiss (%rax), %xmm0 jbe LBB0_12 ## %bb.11: movq 40(%rbp), %rax movl $-6, (%rax) LBB0_12: jmp LBB0_13 LBB0_13: jmp LBB0_14 LBB0_14: jmp LBB0_15 LBB0_15: movq 40(%rbp), %rax cmpl $0, (%rax) je LBB0_17 ## %bb.16: movq 40(%rbp), %rcx xorl %eax, %eax subl (%rcx), %eax movl %eax, -84(%rbp) leaq L_.str.2(%rip), %rdi leaq -84(%rbp), %rsi movl $6, %edx callq _xerbla_ movl $0, -24(%rbp) jmp LBB0_45 LBB0_17: movq 16(%rbp), %rax xorps %xmm0, %xmm0 movss %xmm0, (%rax) movq -40(%rbp), %rax cmpl $0, (%rax) jne LBB0_19 ## %bb.18: movq 16(%rbp), %rax movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, (%rax) movl $0, -24(%rbp) jmp LBB0_45 LBB0_19: movq -72(%rbp), %rax xorps %xmm0, %xmm0 ucomiss (%rax), %xmm0 jb LBB0_21 ## %bb.20: movl $0, -24(%rbp) jmp LBB0_45 LBB0_21: jmp LBB0_22 LBB0_22: cmpl $0, -96(%rbp) je LBB0_31 ## %bb.23: movq -40(%rbp), %rax movl (%rax), %eax movl %eax, -92(%rbp) LBB0_24: ## =>This Inner Loop Header: Depth=1 cmpl $1, -92(%rbp) jl LBB0_30 ## %bb.25: ## in Loop: Header=BB0_24 Depth=1 movq -64(%rbp), %rax movslq -92(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jle LBB0_28 ## %bb.26: ## in Loop: Header=BB0_24 Depth=1 movq -48(%rbp), %rax movl -92(%rbp), %ecx movl -92(%rbp), %edx imull -76(%rbp), %edx addl %edx, %ecx movslq %ecx, %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB0_28 jp LBB0_28 ## %bb.27: movl $0, -24(%rbp) jmp LBB0_45 LBB0_28: ## in Loop: Header=BB0_24 Depth=1 jmp LBB0_29 LBB0_29: ## in Loop: Header=BB0_24 Depth=1 movl -92(%rbp), %eax addl $-1, %eax movl %eax, -92(%rbp) jmp LBB0_24 LBB0_30: jmp LBB0_39 LBB0_31: movq -40(%rbp), %rax movl (%rax), %eax movl %eax, -84(%rbp) movl $1, -92(%rbp) LBB0_32: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -84(%rbp), %eax jg LBB0_38 ## %bb.33: ## in Loop: Header=BB0_32 Depth=1 movq -64(%rbp), %rax movslq -92(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jle LBB0_36 ## %bb.34: ## in Loop: Header=BB0_32 Depth=1 movq -48(%rbp), %rax movl -92(%rbp), %ecx movl -92(%rbp), %edx imull -76(%rbp), %edx addl %edx, %ecx movslq %ecx, %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB0_36 jp LBB0_36 ## %bb.35: movl $0, -24(%rbp) jmp LBB0_45 LBB0_36: ## in Loop: Header=BB0_32 Depth=1 jmp LBB0_37 LBB0_37: ## in Loop: Header=BB0_32 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB0_32 LBB0_38: jmp LBB0_39 LBB0_39: movl $0, -88(%rbp) LBB0_40: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rdi movq 24(%rbp), %rsi movq -40(%rbp), %rax movl (%rax), %eax addl $1, %eax cltq shlq $2, %rax addq %rax, %rsi movq 24(%rbp), %rdx addq $4, %rdx movq 32(%rbp), %rcx addq $4, %rcx leaq -20(%rbp), %rax leaq -100(%rbp), %r8 leaq -88(%rbp), %r9 movq %rax, (%rsp) callq _slacn2_ cmpl $0, -88(%rbp) je LBB0_42 ## %bb.41: ## in Loop: Header=BB0_40 Depth=1 movq -32(%rbp), %rdi movq -40(%rbp), %rsi movq -48(%rbp), %rcx movslq -80(%rbp), %rax shlq $2, %rax addq %rax, %rcx movq -56(%rbp), %r8 movq -64(%rbp), %r9 addq $4, %r9 movq 24(%rbp), %r11 addq $4, %r11 movq -40(%rbp), %r10 movq 40(%rbp), %rax leaq _c__1(%rip), %rdx movq %r11, (%rsp) movq %r10, 8(%rsp) movq %rax, 16(%rsp) callq _ssytrs_ jmp LBB0_40 LBB0_42: movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jne LBB0_43 jp LBB0_43 jmp LBB0_44 LBB0_43: movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero divss -100(%rbp), %xmm0 movq -72(%rbp), %rax divss (%rax), %xmm0 movq 16(%rbp), %rax movss %xmm0, (%rax) LBB0_44: movl $0, -24(%rbp) LBB0_45: movl -24(%rbp), %eax movl %eax, -112(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_47 ## %bb.46: movl -112(%rbp), %eax ## 4-byte Reload addq $144, %rsp popq %rbp retq LBB0_47: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "U" L_.str.1: ## @.str.1 .asciz "L" L_.str.2: ## @.str.2 .asciz "SSYCON" .section __DATA,__data .p2align 2 ## @c__1 _c__1: .long 1 ## 0x1 .subsections_via_symbols
the_stack_data/111710.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_iterative_factorial ; -- Begin function ft_iterative_factorial .p2align 2 _ft_iterative_factorial: ; @ft_iterative_factorial .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] ldr w8, [sp, #8] str w8, [sp, #4] ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 str w8, [sp, #12] b LBB0_9 LBB0_2: ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: str wzr, [sp, #12] b LBB0_9 LBB0_4: b LBB0_5 LBB0_5: b LBB0_6 LBB0_6: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=1 ldr w8, [sp, #4] ldr w9, [sp] mul w8, w8, w9 str w8, [sp, #4] ldr w8, [sp] subs w8, w8, #1 str w8, [sp] b LBB0_6 LBB0_8: ldr w8, [sp, #4] str w8, [sp, #12] b LBB0_9 LBB0_9: 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 _ft_iterative_factorial ## -- Begin function ft_iterative_factorial .p2align 4, 0x90 _ft_iterative_factorial: ## @ft_iterative_factorial .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) movl -8(%rbp), %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax subl $1, %eax movl %eax, -16(%rbp) cmpl $0, -8(%rbp) jne LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_9 LBB0_2: cmpl $0, -8(%rbp) jge LBB0_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB0_9 LBB0_4: jmp LBB0_5 LBB0_5: jmp LBB0_6 LBB0_6: ## =>This Inner Loop Header: Depth=1 cmpl $0, -16(%rbp) je LBB0_8 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 movl -12(%rbp), %eax imull -16(%rbp), %eax movl %eax, -12(%rbp) movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB0_6 LBB0_8: movl -12(%rbp), %eax movl %eax, -4(%rbp) LBB0_9: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/181392859.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] sub x0, x29, #32 str x0, [sp, #48] ; 8-byte Folded Spill bl _CriaLD ldr x0, [sp, #48] ; 8-byte Folded Reload bl _FuncaoTeste b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf ldur w8, [x29, #-8] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB0_39 ; %bb.2: ; in Loop: Header=BB0_1 Depth=1 ldr x11, [sp, #40] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov x9, sp sub x8, x29, #36 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf ldur w1, [x29, #-36] sub x0, x29, #32 bl _InserirVertice stur w0, [x29, #-12] ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_6 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp sub x8, x29, #40 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #44 str x8, [x9] bl _scanf ldur w1, [x29, #-40] ldur w2, [x29, #-44] sub x0, x29, #32 bl _VerificaAresta stur w0, [x29, #-12] ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-40] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB0_19 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-40] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB0_18 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB0_17 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB0_16 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf b LBB0_16 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_1 Depth=1 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_20: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_22 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf b LBB0_23 LBB0_22: ; in Loop: Header=BB0_1 Depth=1 sub x0, x29, #32 bl _ImprimeGrafoCompleto b LBB0_23 LBB0_23: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf mov x9, sp sub x8, x29, #48 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf ldur w1, [x29, #-48] sub x0, x29, #32 bl _VerificaRemoveVertices stur w0, [x29, #-12] ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf b LBB0_27 LBB0_26: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf b LBB0_27 LBB0_27: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_28: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf mov x9, sp sub x8, x29, #52 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 _scanf adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp add x8, sp, #56 str x8, [x9] bl _scanf ldur w1, [x29, #-52] ldr w2, [sp, #56] sub x0, x29, #32 bl _VerificaRemoveArestas stur w0, [x29, #-12] ldur w8, [x29, #-12] adds w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf b LBB0_37 LBB0_30: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_32 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-52] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB0_36 LBB0_32: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-52] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf b LBB0_35 LBB0_34: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf b LBB0_35 LBB0_35: ; in Loop: Header=BB0_1 Depth=1 b LBB0_36 LBB0_36: ; in Loop: Header=BB0_1 Depth=1 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_1 Depth=1 b LBB0_40 LBB0_38: ; in Loop: Header=BB0_1 Depth=1 sub x0, x29, #32 bl _Free_All b LBB0_40 LBB0_39: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf b LBB0_40 LBB0_40: ; in Loop: Header=BB0_1 Depth=1 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB0_1 b LBB0_42 LBB0_42: mov w0, #0 ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_3-Ltmp0 .long LBB0_7-Ltmp0 .long LBB0_20-Ltmp0 .long LBB0_24-Ltmp0 .long LBB0_28-Ltmp0 .long LBB0_38-Ltmp0 ; -- End function .globl _CriaLD ; -- Begin function CriaLD .p2align 2 _CriaLD: ; @CriaLD .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] str wzr, [x8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _FuncaoTeste ; -- Begin function FuncaoTeste .p2align 2 _FuncaoTeste: ; @FuncaoTeste .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] mov w1, #1 str w1, [sp, #16] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #2 str w1, [sp, #4] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #3 str w1, [sp, #8] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #4 str w1, [sp, #24] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #5 str w1, [sp, #12] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #6 str w1, [sp, #20] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #7 stur w1, [x29, #-12] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #8 stur w1, [x29, #-20] ; 4-byte Folded Spill bl _InserirVertice ldur x0, [x29, #-8] mov w1, #9 stur w1, [x29, #-16] ; 4-byte Folded Spill bl _InserirVertice ldr w2, [sp, #4] ; 4-byte Folded Reload ldr w1, [sp, #16] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #16] ; 4-byte Folded Reload ldr w2, [sp, #20] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #4] ; 4-byte Folded Reload ldr w2, [sp, #16] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #4] ; 4-byte Folded Reload ldr w2, [sp, #8] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #4] ; 4-byte Folded Reload ldr w2, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #4] ; 4-byte Folded Reload ldr w1, [sp, #8] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #8] ; 4-byte Folded Reload ldr w2, [sp, #12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #4] ; 4-byte Folded Reload ldr w1, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #12] ; 4-byte Folded Reload ldr w1, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #20] ; 4-byte Folded Reload ldr w1, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #24] ; 4-byte Folded Reload ldur w2, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #8] ; 4-byte Folded Reload ldr w1, [sp, #12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #12] ; 4-byte Folded Reload ldr w2, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #16] ; 4-byte Folded Reload ldr w1, [sp, #20] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w1, [sp, #20] ; 4-byte Folded Reload ldr w2, [sp, #24] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldr w2, [sp, #24] ; 4-byte Folded Reload ldur w1, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldur w2, [x29, #-20] ; 4-byte Folded Reload ldur w1, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldur w2, [x29, #-16] ; 4-byte Folded Reload ldur w1, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldur w1, [x29, #-20] ; 4-byte Folded Reload ldur w2, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldur w1, [x29, #-16] ; 4-byte Folded Reload ldur w2, [x29, #-12] ; 4-byte Folded Reload ldur x0, [x29, #-8] bl _VerificaAresta ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _InserirVertice ; -- Begin function InserirVertice .p2align 2 _InserirVertice: ; @InserirVertice .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] ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_8 b LBB3_1 LBB3_1: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB3_2 LBB3_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur x9, [x29, #-16] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_7 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_2 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: mov w8, #-1 stur w8, [x29, #-4] b LBB3_9 LBB3_5: ; in Loop: Header=BB3_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB3_6 LBB3_6: ; in Loop: Header=BB3_2 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB3_2 LBB3_7: b LBB3_8 LBB3_8: ldur w0, [x29, #-20] bl _NovoVertAresta str x0, [sp, #16] ldur x0, [x29, #-16] ldr x1, [sp, #16] bl _InserirVerticeOrdenado mov w8, #1 stur w8, [x29, #-4] b LBB3_9 LBB3_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _VerificaAresta ; -- Begin function VerificaAresta .p2align 2 _VerificaAresta: ; @VerificaAresta .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] ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: mov w8, #-4 stur w8, [x29, #-4] b LBB4_30 LBB4_3: ldur w8, [x29, #-20] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_5 b LBB4_4 LBB4_4: mov w8, #-3 stur w8, [x29, #-4] b LBB4_30 LBB4_5: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB4_6 LBB4_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_11 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_6 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB4_9 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_6 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_6 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB4_10 LBB4_10: ; in Loop: Header=BB4_6 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB4_6 LBB4_11: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB4_13 b LBB4_12 LBB4_12: mov w8, #-2 stur w8, [x29, #-4] b LBB4_30 LBB4_13: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB4_14 LBB4_14: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB4_16 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_14 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB4_14 LBB4_16: b LBB4_17 LBB4_17: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_21 b LBB4_18 LBB4_18: ; in Loop: Header=BB4_17 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_19 LBB4_19: ; in Loop: Header=BB4_17 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB4_20 LBB4_20: ; in Loop: Header=BB4_17 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB4_17 LBB4_21: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_23 b LBB4_22 LBB4_22: mov w8, #-1 stur w8, [x29, #-4] b LBB4_30 LBB4_23: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB4_24 LBB4_24: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB4_26 b LBB4_25 LBB4_25: ; in Loop: Header=BB4_24 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB4_24 LBB4_26: ldr w0, [sp, #24] bl _NovoVertAresta str x0, [sp] ldur x0, [x29, #-16] ldr x1, [sp] ldr x2, [sp, #16] bl _InserirArestaOrdenado ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB4_27 LBB4_27: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB4_29 b LBB4_28 LBB4_28: ; in Loop: Header=BB4_27 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB4_27 LBB4_29: ldur w0, [x29, #-20] bl _NovoVertAresta str x0, [sp] ldur x0, [x29, #-16] ldr x1, [sp] ldr x2, [sp, #16] bl _InserirArestaOrdenado mov w8, #1 stur w8, [x29, #-4] b LBB4_30 LBB4_30: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _ImprimeGrafoCompleto ; -- Begin function ImprimeGrafoCompleto .p2align 2 _ImprimeGrafoCompleto: ; @ImprimeGrafoCompleto .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #16] adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf b LBB5_1 LBB5_1: ; =>This Loop Header: Depth=1 ; Child Loop BB5_5 Depth 2 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_9 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #16] str x8, [sp, #8] ldr x8, [sp, #16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _printf ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printf b LBB5_8 LBB5_4: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #8] b LBB5_5 LBB5_5: ; Parent Loop BB5_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_5 Depth=2 ldr x8, [sp, #8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _printf ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB5_5 LBB5_7: ; in Loop: Header=BB5_1 Depth=1 adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _printf b LBB5_8 LBB5_8: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB5_1 LBB5_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _VerificaRemoveVertices ; -- Begin function VerificaRemoveVertices .p2align 2 _VerificaRemoveVertices: ; @VerificaRemoveVertices .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #32] str wzr, [sp, #28] str wzr, [sp, #24] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldur x9, [x29, #-16] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_6 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #32] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB6_4 b LBB6_3 LBB6_3: ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB6_6 LBB6_4: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #16] str x8, [sp, #32] b LBB6_5 LBB6_5: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB6_1 LBB6_6: ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB6_8 b LBB6_7 LBB6_7: mov w8, #-1 stur w8, [x29, #-4] b LBB6_28 LBB6_8: ldr x8, [sp, #32] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_13 b LBB6_9 LBB6_9: b LBB6_10 LBB6_10: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_12 b LBB6_11 LBB6_11: ; in Loop: Header=BB6_10 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #8] ldr w8, [x8] str w8, [sp, #20] ldur x0, [x29, #-16] ldur w1, [x29, #-20] ldr w2, [sp, #20] bl _VerificaRemoveArestas b LBB6_10 LBB6_12: b LBB6_13 LBB6_13: ldr x8, [sp, #32] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_27 b LBB6_14 LBB6_14: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_16 b LBB6_15 LBB6_15: ldr x0, [sp, #32] bl _free ; kill: def $x8 killed $xzr str xzr, [sp, #32] ldur x0, [x29, #-16] bl _CriaLD mov w8, #1 stur w8, [x29, #-4] b LBB6_28 LBB6_16: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB6_21 b LBB6_17 LBB6_17: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB6_19 b LBB6_18 LBB6_18: ldr x8, [sp, #32] ldr x8, [x8, #16] ldur x9, [x29, #-16] str x8, [x9, #8] ldr x8, [sp, #32] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB6_20 LBB6_19: ldur x8, [x29, #-16] ldr x8, [x8, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB6_20 LBB6_20: b LBB6_25 LBB6_21: ldr x8, [sp, #32] ldr w8, [x8] ldur x9, [x29, #-16] ldr x9, [x9, #8] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB6_23 b LBB6_22 LBB6_22: ldr x8, [sp, #32] ldr x8, [x8, #16] ldur x9, [x29, #-16] str x8, [x9, #8] ldr x8, [sp, #32] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB6_24 LBB6_23: ldur x0, [x29, #-16] ldur w1, [x29, #-20] bl _RetornaItemAnterior str x0, [sp, #8] ldr x8, [sp, #32] ldr x8, [x8, #16] ldr x9, [sp, #8] str x8, [x9, #16] ldr x8, [sp, #32] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB6_24 LBB6_24: b LBB6_25 LBB6_25: b LBB6_26 LBB6_26: ldr x0, [sp, #32] bl _free ; kill: def $x8 killed $xzr str xzr, [sp, #32] ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] mov w8, #1 stur w8, [x29, #-4] b LBB6_28 LBB6_27: mov w8, #1 stur w8, [x29, #-4] b LBB6_28 LBB6_28: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _VerificaRemoveArestas ; -- Begin function VerificaRemoveArestas .p2align 2 _VerificaRemoveArestas: ; @VerificaRemoveArestas .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] ldur w8, [x29, #-20] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: mov w8, #-3 stur w8, [x29, #-4] b LBB7_27 LBB7_2: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB7_3 LBB7_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB7_8 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_7 b LBB7_6 LBB7_6: ; in Loop: Header=BB7_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB7_7 LBB7_7: ; in Loop: Header=BB7_3 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB7_3 LBB7_8: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB7_10 b LBB7_9 LBB7_9: mov w8, #-2 stur w8, [x29, #-4] b LBB7_27 LBB7_10: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] str wzr, [sp, #12] b LBB7_11 LBB7_11: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB7_13 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_11 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB7_11 LBB7_13: b LBB7_14 LBB7_14: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB7_18 b LBB7_15 LBB7_15: ; in Loop: Header=BB7_14 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_17 b LBB7_16 LBB7_16: ; in Loop: Header=BB7_14 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB7_17 LBB7_17: ; in Loop: Header=BB7_14 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB7_14 LBB7_18: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB7_20 b LBB7_19 LBB7_19: mov w8, #-1 stur w8, [x29, #-4] b LBB7_27 LBB7_20: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB7_21 LBB7_21: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB7_23 b LBB7_22 LBB7_22: ; in Loop: Header=BB7_21 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB7_21 LBB7_23: ldur x0, [x29, #-16] ldr x1, [sp, #16] ldr w2, [sp, #24] bl _RemoveAresta ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB7_24 LBB7_24: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr w8, [x8] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB7_26 b LBB7_25 LBB7_25: ; in Loop: Header=BB7_24 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB7_24 LBB7_26: ldur x0, [x29, #-16] ldr x1, [sp, #16] ldur w2, [x29, #-20] bl _RemoveAresta mov w8, #1 stur w8, [x29, #-4] b LBB7_27 LBB7_27: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _Free_All ; -- Begin function Free_All .p2align 2 _Free_All: ; @Free_All .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] b LBB8_1 LBB8_1: ; =>This Loop Header: Depth=1 ; Child Loop BB8_3 Depth 2 ldur x8, [x29, #-8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB8_6 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp] b LBB8_3 LBB8_3: ; Parent Loop BB8_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB8_5 b LBB8_4 LBB8_4: ; in Loop: Header=BB8_3 Depth=2 ldr x8, [sp] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp] ldr x0, [sp, #8] bl _free ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB8_3 LBB8_5: ; in Loop: Header=BB8_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] ldur x9, [x29, #-8] str x8, [x9, #8] ldr x0, [sp, #16] bl _free ; kill: def $x8 killed $xzr str xzr, [sp, #16] b LBB8_1 LBB8_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _NovoVertAresta ; -- Begin function NovoVertAresta .p2align 2 _NovoVertAresta: ; @NovoVertAresta .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, #24 bl _malloc str x0, [sp] ldur w8, [x29, #-4] ldr x9, [sp] str w8, [x9] ldr x8, [sp] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp] str xzr, [x8, #16] ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _RetornaItemAnterior ; -- Begin function RetornaItemAnterior .p2align 2 _RetornaItemAnterior: ; @RetornaItemAnterior .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] ldr x8, [sp, #24] ldr x8, [x8, #8] str x8, [sp, #8] b LBB10_1 LBB10_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #16] ldr w8, [x8] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB10_3 b LBB10_2 LBB10_2: ; in Loop: Header=BB10_1 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #16] str x8, [sp, #8] b LBB10_1 LBB10_3: ldr x0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _InserirVerticeOrdenado ; -- Begin function InserirVerticeOrdenado .p2align 2 _InserirVerticeOrdenado: ; @InserirVerticeOrdenado .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #24] ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_5 b LBB11_1 LBB11_1: b LBB11_2 LBB11_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_4 b LBB11_3 LBB11_3: ; in Loop: Header=BB11_2 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #16] str x8, [sp, #24] b LBB11_2 LBB11_4: b LBB11_5 LBB11_5: ldur x8, [x29, #-8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_7 b LBB11_6 LBB11_6: ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _InserirPrimeiroVertice b LBB11_17 LBB11_7: ldur x8, [x29, #-16] ldr w8, [x8] ldur x9, [x29, #-8] ldr x9, [x9, #8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB11_9 b LBB11_8 LBB11_8: ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _InserirPrimeiroVertice b LBB11_16 LBB11_9: ldur x8, [x29, #-16] ldr w8, [x8] ldr x9, [sp, #24] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB11_11 b LBB11_10 LBB11_10: ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _InserirFimVertice b LBB11_15 LBB11_11: ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #8] b LBB11_12 LBB11_12: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr w8, [x8] ldur x9, [x29, #-16] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB11_14 b LBB11_13 LBB11_13: ; in Loop: Header=BB11_12 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #8] b LBB11_12 LBB11_14: ldr x8, [sp, #16] ldr x8, [x8, #16] ldur x9, [x29, #-16] str x8, [x9, #16] ldur x8, [x29, #-16] ldr x9, [sp, #16] str x8, [x9, #16] ldur x9, [x29, #-8] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB11_15 LBB11_15: b LBB11_16 LBB11_16: b LBB11_17 LBB11_17: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _InserirPrimeiroVertice ; -- Begin function InserirPrimeiroVertice .p2align 2 _InserirPrimeiroVertice: ; @InserirPrimeiroVertice .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x9, [sp, #8] ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp] str x8, [x9, #16] ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _InserirFimVertice ; -- Begin function InserirFimVertice .p2align 2 _InserirFimVertice: ; @InserirFimVertice .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #24] ldr w8, [x8] str w8, [sp, #12] str wzr, [sp, #8] ldr x8, [sp, #24] ldr x8, [x8, #8] str x8, [sp] b LBB13_1 LBB13_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, LBB13_3 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldr x8, [sp] ldr x8, [x8, #16] str x8, [sp] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB13_1 LBB13_3: ldr x8, [sp] ldr x8, [x8, #16] ldr x9, [sp, #16] str x8, [x9, #16] ldr x8, [sp, #16] ldr x9, [sp] str x8, [x9, #16] ldr x9, [sp, #24] ldr w8, [x9] add w8, w8, #1 str w8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _InserirArestaOrdenado ; -- Begin function InserirArestaOrdenado .p2align 2 _InserirArestaOrdenado: ; @InserirArestaOrdenado .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str x1, [sp, #32] str x2, [sp, #24] ldr x8, [sp, #24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #8] b LBB14_15 LBB14_2: ldr x8, [sp, #32] ldr w8, [x8] ldr x9, [sp, #24] ldr x9, [x9, #8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB14_4 b LBB14_3 LBB14_3: ldr x8, [sp, #24] ldr x8, [x8, #8] ldr x9, [sp, #32] str x8, [x9, #8] ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #8] b LBB14_14 LBB14_4: ldr x8, [sp, #24] ldr x8, [x8, #8] str x8, [sp, #16] b LBB14_5 LBB14_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB14_7 b LBB14_6 LBB14_6: ; in Loop: Header=BB14_5 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #8] str x8, [sp, #24] b LBB14_5 LBB14_7: ldr x8, [sp, #32] ldr w8, [x8] ldr x9, [sp, #24] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB14_9 b LBB14_8 LBB14_8: ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #8] b LBB14_13 LBB14_9: ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #8] b LBB14_10 LBB14_10: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp, #32] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB14_12 b LBB14_11 LBB14_11: ; in Loop: Header=BB14_10 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #8] b LBB14_10 LBB14_12: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #32] str x8, [x9, #8] ldr x8, [sp, #32] ldr x9, [sp, #16] str x8, [x9, #8] b LBB14_13 LBB14_13: b LBB14_14 LBB14_14: b LBB14_15 LBB14_15: add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _RemoveAresta ; -- Begin function RemoveAresta .p2align 2 _RemoveAresta: ; @RemoveAresta .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] ldur x8, [x29, #-16] str x8, [sp, #16] b LBB15_1 LBB15_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB15_3 b LBB15_2 LBB15_2: ; in Loop: Header=BB15_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB15_1 LBB15_3: ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #16] str x8, [x9, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x0, [sp, #8] bl _free 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 "\n1. Inserir Vertices\n2. Inserir Arestas\n3. Visualizar Grafo\n" l_.str.1: ; @.str.1 .asciz "4. Remover Vertices\n5. Remover Arestas\n6. Sair\n" l_.str.2: ; @.str.2 .asciz "\nOpcao: " l_.str.3: ; @.str.3 .asciz "%d" l_.str.4: ; @.str.4 .asciz "Insira um numero para o Vertice maior que zero: " l_.str.5: ; @.str.5 .asciz "Vertice Repetido !!!\n" l_.str.6: ; @.str.6 .asciz "Vertice Criado com sucesso !!!\n" l_.str.7: ; @.str.7 .asciz "Informe o Vertice de Origem: " l_.str.8: ; @.str.8 .asciz "Informe o Vertice de Destino: " l_.str.9: ; @.str.9 .asciz "ERRO! J\303\241 existe Aresta ligando os pontos %d e %d.\n" l_.str.10: ; @.str.10 .asciz "ERRO! Nao existe os vertices %d ou %d ou ambos.\n" l_.str.11: ; @.str.11 .asciz "ERRO! No Grafo nao pode ter laco (V1 = V2).\n" l_.str.12: ; @.str.12 .asciz "ERRO! Quantidade de vertices insuficientes para criar aresta.\n" l_.str.13: ; @.str.13 .asciz "Aresta Criada com sucesso !!!\n" l_.str.14: ; @.str.14 .asciz "Grafo Vazio !!!\n" l_.str.15: ; @.str.15 .asciz "Informe o Vertice que deseja tirar: " l_.str.16: ; @.str.16 .asciz "ERRO! O Vertice informado nao existe no Grafo !!!\n" l_.str.17: ; @.str.17 .asciz "Vertice Removido com sucesso !!!\n" l_.str.18: ; @.str.18 .asciz "Informe o Vertice de Origem da Aresta a ser removida: " l_.str.19: ; @.str.19 .asciz "Informe o Vertice de Destino da Aresta a ser removida: " l_.str.20: ; @.str.20 .asciz "ERRO! V1 e V2 s\303\243o iguais !!!\n" l_.str.21: ; @.str.21 .asciz "ERRO! Nao existe aresta entre os vertices %d e %d.\n" l_.str.22: ; @.str.22 .asciz "Aresta removida com sucesso !!!\n" l_.str.23: ; @.str.23 .asciz "Opcao Invalida !!!\n" l_.str.24: ; @.str.24 .asciz "Vertices Arestas\n" l_.str.25: ; @.str.25 .asciz " %d ------>" l_.str.26: ; @.str.26 .asciz " NULL\n" l_.str.27: ; @.str.27 .asciz " %d ->" l_.str.28: ; @.str.28 .asciz " NULL\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) leaq -32(%rbp), %rdi callq _CriaLD leaq -32(%rbp), %rdi callq _FuncaoTeste LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -65(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -65(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -65(%rbp), %al ## 1-byte Reload leaq L_.str.2(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -65(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi leaq -8(%rbp), %rsi callq _scanf movl -8(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $5, %eax ja LBB0_38 ## %bb.42: ## in Loop: Header=BB0_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -36(%rbp), %rsi movb $0, %al callq _scanf movl -36(%rbp), %esi leaq -32(%rbp), %rdi callq _InserirVertice movl %eax, -12(%rbp) cmpl $-1, -12(%rbp) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_39 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -40(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -44(%rbp), %rsi movb $0, %al callq _scanf movl -40(%rbp), %esi movl -44(%rbp), %edx leaq -32(%rbp), %rdi callq _VerificaAresta movl %eax, -12(%rbp) cmpl $-1, -12(%rbp) jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -40(%rbp), %esi movl -44(%rbp), %edx leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB0_18 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 cmpl $-2, -12(%rbp) jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_1 Depth=1 movl -40(%rbp), %esi movl -44(%rbp), %edx leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf jmp LBB0_17 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 cmpl $-3, -12(%rbp) jne LBB0_12 ## %bb.11: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf jmp LBB0_16 LBB0_12: ## in Loop: Header=BB0_1 Depth=1 cmpl $-4, -12(%rbp) jne LBB0_14 ## %bb.13: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf jmp LBB0_15 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf LBB0_15: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_16 LBB0_16: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_17 LBB0_17: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_18 LBB0_18: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_39 LBB0_19: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -32(%rbp) jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf jmp LBB0_22 LBB0_21: ## in Loop: Header=BB0_1 Depth=1 leaq -32(%rbp), %rdi callq _ImprimeGrafoCompleto LBB0_22: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_39 LBB0_23: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -48(%rbp), %rsi movb $0, %al callq _scanf movl -48(%rbp), %esi leaq -32(%rbp), %rdi callq _VerificaRemoveVertices movl %eax, -12(%rbp) cmpl $-1, -12(%rbp) jne LBB0_25 ## %bb.24: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf jmp LBB0_26 LBB0_25: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf LBB0_26: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_39 LBB0_27: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -52(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -56(%rbp), %rsi movb $0, %al callq _scanf movl -52(%rbp), %esi movl -56(%rbp), %edx leaq -32(%rbp), %rdi callq _VerificaRemoveArestas movl %eax, -12(%rbp) cmpl $-3, -12(%rbp) jne LBB0_29 ## %bb.28: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf jmp LBB0_36 LBB0_29: ## in Loop: Header=BB0_1 Depth=1 cmpl $-2, -12(%rbp) jne LBB0_31 ## %bb.30: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %esi movl -56(%rbp), %edx leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf jmp LBB0_35 LBB0_31: ## in Loop: Header=BB0_1 Depth=1 cmpl $-1, -12(%rbp) jne LBB0_33 ## %bb.32: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %esi movl -56(%rbp), %edx leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf jmp LBB0_34 LBB0_33: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf LBB0_34: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_35 LBB0_35: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_36 LBB0_36: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_39 LBB0_37: ## in Loop: Header=BB0_1 Depth=1 leaq -32(%rbp), %rdi callq _Free_All jmp LBB0_39 LBB0_38: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf LBB0_39: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_40 LBB0_40: ## in Loop: Header=BB0_1 Depth=1 cmpl $6, -8(%rbp) jne LBB0_1 ## %bb.41: xorl %eax, %eax addq $80, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_2, LBB0_2-LJTI0_0 .set L0_0_set_6, LBB0_6-LJTI0_0 .set L0_0_set_19, LBB0_19-LJTI0_0 .set L0_0_set_23, LBB0_23-LJTI0_0 .set L0_0_set_27, LBB0_27-LJTI0_0 .set L0_0_set_37, LBB0_37-LJTI0_0 LJTI0_0: .long L0_0_set_2 .long L0_0_set_6 .long L0_0_set_19 .long L0_0_set_23 .long L0_0_set_27 .long L0_0_set_37 .end_data_region ## -- End function .globl _CriaLD ## -- Begin function CriaLD .p2align 4, 0x90 _CriaLD: ## @CriaLD .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl $0, (%rax) movq -8(%rbp), %rax movq $0, 8(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _FuncaoTeste ## -- Begin function FuncaoTeste .p2align 4, 0x90 _FuncaoTeste: ## @FuncaoTeste .cfi_startproc ## %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 movl $1, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $2, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $3, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $4, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $5, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $6, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $7, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $8, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $9, %esi callq _InserirVertice movq -8(%rbp), %rdi movl $1, %esi movl $2, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $1, %esi movl $6, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $2, %esi movl $1, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $2, %esi movl $3, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $2, %esi movl $4, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $3, %esi movl $2, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $3, %esi movl $5, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $4, %esi movl $2, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $4, %esi movl $5, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $4, %esi movl $6, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $4, %esi movl $7, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $5, %esi movl $3, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $5, %esi movl $4, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $6, %esi movl $1, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $6, %esi movl $4, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $7, %esi movl $4, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $7, %esi movl $8, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $7, %esi movl $9, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $8, %esi movl $7, %edx callq _VerificaAresta movq -8(%rbp), %rdi movl $9, %esi movl $7, %edx callq _VerificaAresta addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _InserirVertice ## -- Begin function InserirVertice .p2align 4, 0x90 _InserirVertice: ## @InserirVertice .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rax cmpl $0, (%rax) je LBB3_8 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB3_2: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax movq -16(%rbp), %rcx cmpl (%rcx), %eax jge LBB3_7 ## %bb.3: ## in Loop: Header=BB3_2 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB3_5 ## %bb.4: movl $-1, -4(%rbp) jmp LBB3_9 LBB3_5: ## in Loop: Header=BB3_2 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) ## %bb.6: ## in Loop: Header=BB3_2 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB3_2 LBB3_7: jmp LBB3_8 LBB3_8: movl -20(%rbp), %edi callq _NovoVertAresta movq %rax, -32(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi callq _InserirVerticeOrdenado movl $1, -4(%rbp) LBB3_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _VerificaAresta ## -- Begin function VerificaAresta .p2align 4, 0x90 _VerificaAresta: ## @VerificaAresta .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 -16(%rbp), %rax cmpl $0, (%rax) je LBB4_2 ## %bb.1: movq -16(%rbp), %rax cmpl $1, (%rax) jne LBB4_3 LBB4_2: movl $-4, -4(%rbp) jmp LBB4_30 LBB4_3: movl -20(%rbp), %eax cmpl -24(%rbp), %eax jne LBB4_5 ## %bb.4: movl $-3, -4(%rbp) jmp LBB4_30 LBB4_5: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB4_6: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB4_11 ## %bb.7: ## in Loop: Header=BB4_6 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB4_9 ## %bb.8: ## in Loop: Header=BB4_6 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax jne LBB4_10 LBB4_9: ## in Loop: Header=BB4_6 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) LBB4_10: ## in Loop: Header=BB4_6 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_6 LBB4_11: cmpl $2, -36(%rbp) je LBB4_13 ## %bb.12: movl $-2, -4(%rbp) jmp LBB4_30 LBB4_13: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB4_14: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB4_16 ## %bb.15: ## in Loop: Header=BB4_14 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_14 LBB4_16: jmp LBB4_17 LBB4_17: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB4_21 ## %bb.18: ## in Loop: Header=BB4_17 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax jne LBB4_20 ## %bb.19: ## in Loop: Header=BB4_17 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) LBB4_20: ## in Loop: Header=BB4_17 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_17 LBB4_21: cmpl $0, -36(%rbp) je LBB4_23 ## %bb.22: movl $-1, -4(%rbp) jmp LBB4_30 LBB4_23: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB4_24: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB4_26 ## %bb.25: ## in Loop: Header=BB4_24 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_24 LBB4_26: movl -24(%rbp), %edi callq _NovoVertAresta movq %rax, -48(%rbp) movq -16(%rbp), %rdi movq -48(%rbp), %rsi movq -32(%rbp), %rdx callq _InserirArestaOrdenado movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB4_27: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax je LBB4_29 ## %bb.28: ## in Loop: Header=BB4_27 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_27 LBB4_29: movl -20(%rbp), %edi callq _NovoVertAresta movq %rax, -48(%rbp) movq -16(%rbp), %rdi movq -48(%rbp), %rsi movq -32(%rbp), %rdx callq _InserirArestaOrdenado movl $1, -4(%rbp) LBB4_30: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ImprimeGrafoCompleto ## -- Begin function ImprimeGrafoCompleto .p2align 4, 0x90 _ImprimeGrafoCompleto: ## @ImprimeGrafoCompleto .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 8(%rax), %rax movq %rax, -16(%rbp) leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf LBB5_1: ## =>This Loop Header: Depth=1 ## Child Loop BB5_5 Depth 2 cmpq $0, -16(%rbp) je LBB5_9 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -16(%rbp), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str.25(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax cmpq $0, 8(%rax) jne LBB5_4 ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 leaq L_.str.26(%rip), %rdi movb $0, %al callq _printf jmp LBB5_8 LBB5_4: ## in Loop: Header=BB5_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) LBB5_5: ## Parent Loop BB5_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -24(%rbp) je LBB5_7 ## %bb.6: ## in Loop: Header=BB5_5 Depth=2 movq -24(%rbp), %rax movl (%rax), %esi leaq L_.str.27(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) jmp LBB5_5 LBB5_7: ## in Loop: Header=BB5_1 Depth=1 leaq L_.str.28(%rip), %rdi movb $0, %al callq _printf LBB5_8: ## in Loop: Header=BB5_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rax movq %rax, -16(%rbp) jmp LBB5_1 LBB5_9: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _VerificaRemoveVertices ## -- Begin function VerificaRemoveVertices .p2align 4, 0x90 _VerificaRemoveVertices: ## @VerificaRemoveVertices .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) movl $0, -40(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax movq -16(%rbp), %rcx cmpl (%rcx), %eax jge LBB6_6 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB6_4 ## %bb.3: movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB6_6 LBB6_4: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) ## %bb.5: ## in Loop: Header=BB6_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB6_1 LBB6_6: cmpl $0, -36(%rbp) jne LBB6_8 ## %bb.7: movl $-1, -4(%rbp) jmp LBB6_28 LBB6_8: movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB6_13 ## %bb.9: jmp LBB6_10 LBB6_10: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq $0, 8(%rax) je LBB6_12 ## %bb.11: ## in Loop: Header=BB6_10 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movl (%rax), %eax movl %eax, -44(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi movl -44(%rbp), %edx callq _VerificaRemoveArestas jmp LBB6_10 LBB6_12: jmp LBB6_13 LBB6_13: movq -32(%rbp), %rax cmpq $0, 8(%rax) jne LBB6_27 ## %bb.14: movq -16(%rbp), %rax cmpl $1, (%rax) jne LBB6_16 ## %bb.15: movq -32(%rbp), %rdi callq _free movq $0, -32(%rbp) movq -16(%rbp), %rdi callq _CriaLD movl $1, -4(%rbp) jmp LBB6_28 LBB6_16: movq -16(%rbp), %rax cmpl $2, (%rax) jne LBB6_21 ## %bb.17: movq -16(%rbp), %rax movq 8(%rax), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB6_19 ## %bb.18: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq $0, 16(%rax) jmp LBB6_20 LBB6_19: movq -16(%rbp), %rax movq 8(%rax), %rax movq $0, 16(%rax) LBB6_20: jmp LBB6_25 LBB6_21: movq -32(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx movq 8(%rcx), %rcx cmpl (%rcx), %eax jne LBB6_23 ## %bb.22: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq $0, 16(%rax) jmp LBB6_24 LBB6_23: movq -16(%rbp), %rdi movl -20(%rbp), %esi callq _RetornaItemAnterior movq %rax, -56(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rcx movq -56(%rbp), %rax movq %rcx, 16(%rax) movq -32(%rbp), %rax movq $0, 16(%rax) LBB6_24: jmp LBB6_25 LBB6_25: jmp LBB6_26 LBB6_26: movq -32(%rbp), %rdi callq _free movq $0, -32(%rbp) movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movl $1, -4(%rbp) jmp LBB6_28 LBB6_27: movl $1, -4(%rbp) LBB6_28: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _VerificaRemoveArestas ## -- Begin function VerificaRemoveArestas .p2align 4, 0x90 _VerificaRemoveArestas: ## @VerificaRemoveArestas .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) movl -20(%rbp), %eax cmpl -24(%rbp), %eax jne LBB7_2 ## %bb.1: movl $-3, -4(%rbp) jmp LBB7_27 LBB7_2: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB7_3: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB7_8 ## %bb.4: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB7_6 ## %bb.5: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax jne LBB7_7 LBB7_6: ## in Loop: Header=BB7_3 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) LBB7_7: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB7_3 LBB7_8: cmpl $2, -36(%rbp) je LBB7_10 ## %bb.9: movl $-2, -4(%rbp) jmp LBB7_27 LBB7_10: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB7_11: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB7_13 ## %bb.12: ## in Loop: Header=BB7_11 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB7_11 LBB7_13: jmp LBB7_14 LBB7_14: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB7_18 ## %bb.15: ## in Loop: Header=BB7_14 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax jne LBB7_17 ## %bb.16: ## in Loop: Header=BB7_14 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) LBB7_17: ## in Loop: Header=BB7_14 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) jmp LBB7_14 LBB7_18: cmpl $1, -36(%rbp) je LBB7_20 ## %bb.19: movl $-1, -4(%rbp) jmp LBB7_27 LBB7_20: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB7_21: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB7_23 ## %bb.22: ## in Loop: Header=BB7_21 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB7_21 LBB7_23: movq -16(%rbp), %rdi movq -32(%rbp), %rsi movl -24(%rbp), %edx callq _RemoveAresta movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB7_24: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %eax cmpl -24(%rbp), %eax je LBB7_26 ## %bb.25: ## in Loop: Header=BB7_24 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) jmp LBB7_24 LBB7_26: movq -16(%rbp), %rdi movq -32(%rbp), %rsi movl -20(%rbp), %edx callq _RemoveAresta movl $1, -4(%rbp) LBB7_27: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Free_All ## -- Begin function Free_All .p2align 4, 0x90 _Free_All: ## @Free_All .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) LBB8_1: ## =>This Loop Header: Depth=1 ## Child Loop BB8_3 Depth 2 movq -8(%rbp), %rax cmpq $0, 8(%rax) je LBB8_6 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB8_3: ## Parent Loop BB8_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -32(%rbp) je LBB8_5 ## %bb.4: ## in Loop: Header=BB8_3 Depth=2 movq -32(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi callq _free movq $0, -24(%rbp) jmp LBB8_3 LBB8_5: ## in Loop: Header=BB8_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rdi callq _free movq $0, -16(%rbp) jmp LBB8_1 LBB8_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _NovoVertAresta ## -- Begin function NovoVertAresta .p2align 4, 0x90 _NovoVertAresta: ## @NovoVertAresta .cfi_startproc ## %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 $24, %edi callq _malloc movq %rax, -16(%rbp) movl -4(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) movq -16(%rbp), %rax movq $0, 16(%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _RetornaItemAnterior ## -- Begin function RetornaItemAnterior .p2align 4, 0x90 _RetornaItemAnterior: ## @RetornaItemAnterior .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) LBB10_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax movq 16(%rax), %rax movl (%rax), %eax cmpl -12(%rbp), %eax je LBB10_3 ## %bb.2: ## in Loop: Header=BB10_1 Depth=1 movq -24(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) jmp LBB10_1 LBB10_3: movq -24(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _InserirVerticeOrdenado ## -- Begin function InserirVerticeOrdenado .p2align 4, 0x90 _InserirVerticeOrdenado: ## @InserirVerticeOrdenado .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), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rax cmpl $0, (%rax) je LBB11_5 ## %bb.1: jmp LBB11_2 LBB11_2: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq $0, 16(%rax) je LBB11_4 ## %bb.3: ## in Loop: Header=BB11_2 Depth=1 movq -24(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) jmp LBB11_2 LBB11_4: jmp LBB11_5 LBB11_5: movq -8(%rbp), %rax cmpq $0, 8(%rax) jne LBB11_7 ## %bb.6: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _InserirPrimeiroVertice jmp LBB11_17 LBB11_7: movq -16(%rbp), %rax movl (%rax), %eax movq -8(%rbp), %rcx movq 8(%rcx), %rcx cmpl (%rcx), %eax jge LBB11_9 ## %bb.8: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _InserirPrimeiroVertice jmp LBB11_16 LBB11_9: movq -16(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB11_11 ## %bb.10: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _InserirFimVertice jmp LBB11_15 LBB11_11: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) LBB11_12: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx cmpl (%rcx), %eax jge LBB11_14 ## %bb.13: ## in Loop: Header=BB11_12 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) jmp LBB11_12 LBB11_14: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) LBB11_15: jmp LBB11_16 LBB11_16: jmp LBB11_17 LBB11_17: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _InserirPrimeiroVertice ## -- Begin function InserirPrimeiroVertice .p2align 4, 0x90 _InserirPrimeiroVertice: ## @InserirPrimeiroVertice .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) movq -8(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _InserirFimVertice ## -- Begin function InserirFimVertice .p2align 4, 0x90 _InserirFimVertice: ## @InserirFimVertice .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movl $0, -24(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB13_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB13_3 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB13_1 LBB13_3: movq -32(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _InserirArestaOrdenado ## -- Begin function InserirArestaOrdenado .p2align 4, 0x90 _InserirArestaOrdenado: ## @InserirArestaOrdenado .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 -24(%rbp), %rax cmpq $0, 8(%rax) jne LBB14_2 ## %bb.1: movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) jmp LBB14_15 LBB14_2: movq -16(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx movq 8(%rcx), %rcx cmpl (%rcx), %eax jge LBB14_4 ## %bb.3: movq -24(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) jmp LBB14_14 LBB14_4: movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB14_5: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq $0, 8(%rax) je LBB14_7 ## %bb.6: ## in Loop: Header=BB14_5 Depth=1 movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) jmp LBB14_5 LBB14_7: movq -16(%rbp), %rax movl (%rax), %eax movq -24(%rbp), %rcx cmpl (%rcx), %eax jle LBB14_9 ## %bb.8: movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) jmp LBB14_13 LBB14_9: movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) LBB14_10: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx cmpl (%rcx), %eax jge LBB14_12 ## %bb.11: ## in Loop: Header=BB14_10 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) jmp LBB14_10 LBB14_12: movq -32(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) LBB14_13: jmp LBB14_14 LBB14_14: jmp LBB14_15 LBB14_15: popq %rbp retq .cfi_endproc ## -- End function .globl _RemoveAresta ## -- Begin function RemoveAresta .p2align 4, 0x90 _RemoveAresta: ## @RemoveAresta .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) LBB15_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movl (%rax), %eax cmpl -20(%rbp), %eax je LBB15_3 ## %bb.2: ## in Loop: Header=BB15_1 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) jmp LBB15_1 LBB15_3: movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movq 8(%rax), %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -40(%rbp), %rax movq $0, 8(%rax) movq -40(%rbp), %rdi callq _free addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n1. Inserir Vertices\n2. Inserir Arestas\n3. Visualizar Grafo\n" L_.str.1: ## @.str.1 .asciz "4. Remover Vertices\n5. Remover Arestas\n6. Sair\n" L_.str.2: ## @.str.2 .asciz "\nOpcao: " L_.str.3: ## @.str.3 .asciz "%d" L_.str.4: ## @.str.4 .asciz "Insira um numero para o Vertice maior que zero: " L_.str.5: ## @.str.5 .asciz "Vertice Repetido !!!\n" L_.str.6: ## @.str.6 .asciz "Vertice Criado com sucesso !!!\n" L_.str.7: ## @.str.7 .asciz "Informe o Vertice de Origem: " L_.str.8: ## @.str.8 .asciz "Informe o Vertice de Destino: " L_.str.9: ## @.str.9 .asciz "ERRO! J\303\241 existe Aresta ligando os pontos %d e %d.\n" L_.str.10: ## @.str.10 .asciz "ERRO! Nao existe os vertices %d ou %d ou ambos.\n" L_.str.11: ## @.str.11 .asciz "ERRO! No Grafo nao pode ter laco (V1 = V2).\n" L_.str.12: ## @.str.12 .asciz "ERRO! Quantidade de vertices insuficientes para criar aresta.\n" L_.str.13: ## @.str.13 .asciz "Aresta Criada com sucesso !!!\n" L_.str.14: ## @.str.14 .asciz "Grafo Vazio !!!\n" L_.str.15: ## @.str.15 .asciz "Informe o Vertice que deseja tirar: " L_.str.16: ## @.str.16 .asciz "ERRO! O Vertice informado nao existe no Grafo !!!\n" L_.str.17: ## @.str.17 .asciz "Vertice Removido com sucesso !!!\n" L_.str.18: ## @.str.18 .asciz "Informe o Vertice de Origem da Aresta a ser removida: " L_.str.19: ## @.str.19 .asciz "Informe o Vertice de Destino da Aresta a ser removida: " L_.str.20: ## @.str.20 .asciz "ERRO! V1 e V2 s\303\243o iguais !!!\n" L_.str.21: ## @.str.21 .asciz "ERRO! Nao existe aresta entre os vertices %d e %d.\n" L_.str.22: ## @.str.22 .asciz "Aresta removida com sucesso !!!\n" L_.str.23: ## @.str.23 .asciz "Opcao Invalida !!!\n" L_.str.24: ## @.str.24 .asciz "Vertices Arestas\n" L_.str.25: ## @.str.25 .asciz " %d ------>" L_.str.26: ## @.str.26 .asciz " NULL\n" L_.str.27: ## @.str.27 .asciz " %d ->" L_.str.28: ## @.str.28 .asciz " NULL\n" .subsections_via_symbols
the_stack_data/126915.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x8, [x8] adrp x9, _s@GOTPAGE ldr x9, [x9, _s@GOTPAGEOFF] str x9, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x8, _x1@PAGE ldr x10, [x8, _x1@PAGEOFF] adrp x8, _x2@PAGE ldr x8, [x8, _x2@PAGEOFF] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x1, [x8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _fputs adrp x8, _str@PAGE stur x8, [x29, #-24] ; 8-byte Folded Spill adrp x9, l_.str.5@PAGE add x9, x9, l_.str.5@PAGEOFF stur x9, [x29, #-16] ; 8-byte Folded Spill str x9, [x8, _str@PAGEOFF] ldr x8, [x8, _str@PAGEOFF] mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x1, [x29, #-16] ; 8-byte Folded Reload ldr x0, [x8, _str@PAGEOFF] bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 stur w8, [x29, #-4] b LBB0_5 LBB0_2: adrp x9, l_.str.7@PAGE add x9, x9, l_.str.7@PAGEOFF str x9, [sp, #24] ; 8-byte Folded Spill adrp x8, _str@PAGE str x8, [sp, #16] ; 8-byte Folded Spill str x9, [x8, _str@PAGEOFF] ldr x8, [x8, _str@PAGEOFF] 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 ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8, _str@PAGEOFF] bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov w8, #1 stur w8, [x29, #-4] b LBB0_5 LBB0_4: stur wzr, [x29, #-4] b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "123" .section __DATA,__data .globl _x1 ; @x1 .p2align 3 _x1: .quad l_.str .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "456" .section __DATA,__data .globl _x2 ; @x2 .p2align 3 _x2: .quad l_.str.1 .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "789" .section __DATA,__data .globl _str ; @str .p2align 3 _str: .quad l_.str.2 .comm _s,8,3 ; @s .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "x1= %d, x2= %s" l_.str.4: ; @.str.4 .asciz "strncmp(\"abc\\0d\", \"abc\", '\\4') == 0: @\n" l_.str.5: ; @.str.5 .asciz "hello" l_.str.6: ; @.str.6 .asciz "str: %s\n" l_.str.7: ; @.str.7 .asciz "hello, world" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _s@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _x1(%rip), %rsi movq _x2(%rip), %rdx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq _s@GOTPCREL(%rip), %rax movq (%rax), %rsi leaq L_.str.4(%rip), %rdi callq _fputs leaq L_.str.5(%rip), %rax movq %rax, _str(%rip) movq _str(%rip), %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movq _str(%rip), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_5 LBB0_2: leaq L_.str.7(%rip), %rax movq %rax, _str(%rip) movq _str(%rip), %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movq _str(%rip), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_4 ## %bb.3: movl $1, -4(%rbp) jmp LBB0_5 LBB0_4: movl $0, -4(%rbp) LBB0_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "123" .section __DATA,__data .globl _x1 ## @x1 .p2align 3 _x1: .quad L_.str .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "456" .section __DATA,__data .globl _x2 ## @x2 .p2align 3 _x2: .quad L_.str.1 .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "789" .section __DATA,__data .globl _str ## @str .p2align 3 _str: .quad L_.str.2 .comm _s,8,3 ## @s .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "x1= %d, x2= %s" L_.str.4: ## @.str.4 .asciz "strncmp(\"abc\\0d\", \"abc\", '\\4') == 0: @\n" L_.str.5: ## @.str.5 .asciz "hello" L_.str.6: ## @.str.6 .asciz "str: %s\n" L_.str.7: ## @.str.7 .asciz "hello, world" .subsections_via_symbols
the_stack_data/167329338.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, #-12] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 ldur w10, [x29, #-8] mov w9, #2020 subs w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w0, [x29, #-12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Ano de Nascimento: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Quem nasceu em %d tem %d anos. \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 movl -8(%rbp), %esi movl $2020, %edx ## imm = 0x7E4 subl -8(%rbp), %edx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Ano de Nascimento: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Quem nasceu em %d tem %d anos. \n" .subsections_via_symbols
the_stack_data/57949063.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: ldur x8, [x29, #-16] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_3 LBB0_2: adrp x8, _dirNumber@PAGE str x8, [sp, #16] ; 8-byte Folded Spill str wzr, [x8, _dirNumber@PAGEOFF] adrp x8, _regularFileNum@PAGE str x8, [sp, #24] ; 8-byte Folded Spill str wzr, [x8, _regularFileNum@PAGEOFF] ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, _callback@PAGE add x1, x1, _callback@PAGEOFF mov w2, #16 bl _ftw ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w9, [x8, _dirNumber@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w9, [x8, _regularFileNum@PAGEOFF] ; 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 stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function callback _callback: ; @callback .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str w2, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x9, _regularFileNum@PAGE ldr w8, [x9, _regularFileNum@PAGEOFF] add w8, w8, #1 str w8, [x9, _regularFileNum@PAGEOFF] b LBB1_2 LBB1_2: ldr w8, [sp, #12] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x9, _dirNumber@PAGE ldr w8, [x9, _dirNumber@PAGEOFF] add w8, w8, #1 str w8, [x9, _dirNumber@PAGEOFF] b LBB1_4 LBB1_4: mov w0, #0 add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Usage: %s <path>\n" .zerofill __DATA,__bss,_dirNumber,4,2 ; @dirNumber .zerofill __DATA,__bss,_regularFileNum,4,2 ; @regularFileNum l_.str.1: ; @.str.1 .asciz "There were %d directories.\n" l_.str.2: ; @.str.2 .asciz "There were %d regular files.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $2, -8(%rbp) je LBB0_2 ## %bb.1: movq -16(%rbp), %rax movq (%rax), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB0_3 LBB0_2: movl $0, _dirNumber(%rip) movl $0, _regularFileNum(%rip) movq -16(%rbp), %rax movq 8(%rax), %rdi leaq _callback(%rip), %rsi movl $16, %edx callq _ftw$INODE64 movl _dirNumber(%rip), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl _regularFileNum(%rip), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function callback _callback: ## @callback .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) cmpl $0, -20(%rbp) jne LBB1_2 ## %bb.1: movl _regularFileNum(%rip), %eax addl $1, %eax movl %eax, _regularFileNum(%rip) LBB1_2: cmpl $1, -20(%rbp) jne LBB1_4 ## %bb.3: movl _dirNumber(%rip), %eax addl $1, %eax movl %eax, _dirNumber(%rip) LBB1_4: xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Usage: %s <path>\n" .zerofill __DATA,__bss,_dirNumber,4,2 ## @dirNumber .zerofill __DATA,__bss,_regularFileNum,4,2 ## @regularFileNum L_.str.1: ## @.str.1 .asciz "There were %d directories.\n" L_.str.2: ## @.str.2 .asciz "There were %d regular files.\n" .subsections_via_symbols
the_stack_data/162642821.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #24] ; 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 s0, [x29, #-8] ldur s1, [x29, #-12] mov w8, #1120403456 fmov s2, w8 fdiv s1, s1, s2 fmul s0, s0, s1 stur s0, [x29, #-16] ldur s0, [x29, #-8] ldur s1, [x29, #-16] fadd s0, s0, s1 stur s0, [x29, #-20] ldur s0, [x29, #-16] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur s0, [x29, #-20] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr w0, [sp, #24] ; 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 " Informe o valor do deposito: " l_.str.1: ; @.str.1 .asciz "%f" l_.str.2: ; @.str.2 .asciz "\n Informe a taxa de juros:" l_.str.3: ; @.str.3 .asciz "\n O rendimento e: %.2f" l_.str.4: ; @.str.4 .asciz "\n O total e: %.2f" .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) 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 movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -12(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero divss %xmm2, %xmm1 mulss %xmm1, %xmm0 movss %xmm0, -16(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -16(%rbp), %xmm0 movss %xmm0, -20(%rbp) movss -16(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.3(%rip), %rdi movb $1, %al callq _printf movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.4(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz " Informe o valor do deposito: " L_.str.1: ## @.str.1 .asciz "%f" L_.str.2: ## @.str.2 .asciz "\n Informe a taxa de juros:" L_.str.3: ## @.str.3 .asciz "\n O rendimento e: %.2f" L_.str.4: ## @.str.4 .asciz "\n O total e: %.2f" .subsections_via_symbols
the_stack_data/433919.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test_compress ; -- Begin function test_compress .p2align 2 _test_compress: ; @test_compress .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, #24] ; 8-byte Folded Spill stur x0, [x29, #-8] sub x8, x29, #16 str x8, [sp, #32] ; 8-byte Folded Spill stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] adrp x0, _hello@PAGE add x0, x0, _hello@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _strlen ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload add x8, x0, #1 str x8, [sp, #48] ldur x0, [x29, #-8] ldr x3, [sp, #48] bl _compress stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; 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 x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk ldur x0, [x29, #-24] ldur x2, [x29, #-8] ldur x3, [x29, #-16] sub x1, x29, #32 bl _uncompress stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.3@PAGE add x10, x10, l_.str.3@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_4: ldur x0, [x29, #-24] adrp x1, _hello@PAGE add x1, x1, _hello@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq 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.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_6: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_7 LBB0_7: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _test_gzio ; -- Begin function test_gzio .p2align 2 _test_gzio: ; @test_gzio .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x0 adrp x0, _hello@PAGE add x0, x0, _hello@PAGEOFF adrp x9, ___stderrp@GOTPAGE ldr x9, [x9, ___stderrp@GOTPAGEOFF] stur x9, [x29, #-56] ; 8-byte Folded Spill stur x8, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] bl _strlen mov x8, x0 add w8, w8, #1 stur w8, [x29, #-32] ldur x0, [x29, #-8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _gzopen stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_2: ldur x0, [x29, #-40] mov w1, #104 bl _gzputc ldur x0, [x29, #-40] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _gzputs subs w8, w0, #4 cset w8, eq tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #64] ; 8-byte Folded Spill ldur x0, [x29, #-40] sub x1, x29, #28 bl _gzerror mov x8, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_4: ldur x0, [x29, #-40] mov x9, sp adrp x8, l_.str.11@PAGE add x8, x8, l_.str.11@PAGEOFF str x8, [x9] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _gzprintf subs w8, w0, #8 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #56] ; 8-byte Folded Spill ldur x0, [x29, #-40] sub x1, x29, #28 bl _gzerror mov x8, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_6: ldur x0, [x29, #-40] mov x1, #1 mov w2, #1 bl _gzseek ldur x0, [x29, #-40] bl _gzclose ldur x0, [x29, #-8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _gzopen stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_8: ldur x0, [x29, #-16] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk ldur x0, [x29, #-40] ldur x1, [x29, #-16] ldur x8, [x29, #-24] mov x2, x8 bl _gzread ldur w8, [x29, #-32] subs w8, w0, w8 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill ldur x0, [x29, #-40] sub x1, x29, #28 bl _gzerror mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_10: ldur x0, [x29, #-16] adrp x1, _hello@PAGE add x1, x1, _hello@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_12: ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf b LBB1_13 LBB1_13: ldur x0, [x29, #-40] mov x1, #-8 mov w2, #1 bl _gzseek stur x0, [x29, #-48] ldur x8, [x29, #-48] subs x8, x8, #6 cset w8, ne tbnz w8, #0, LBB1_15 b LBB1_14 LBB1_14: ldur x0, [x29, #-40] bl _gztell ldur x8, [x29, #-48] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB1_16 b LBB1_15 LBB1_15: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill ldur x8, [x29, #-48] str x8, [sp, #32] ; 8-byte Folded Spill ldur x0, [x29, #-40] bl _gztell 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.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_16: ldur x8, [x29, #-40] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ldur x9, [x29, #-40] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] ldur x9, [x29, #-40] ldr x8, [x9, #16] add x8, x8, #1 str x8, [x9, #16] ldur x10, [x29, #-40] ldr x8, [x10, #8] add x9, x8, #1 str x9, [x10, #8] ldrb w0, [x8] str w0, [sp, #28] ; 4-byte Folded Spill b LBB1_19 LBB1_18: ldur x0, [x29, #-40] bl _gzgetc str w0, [sp, #28] ; 4-byte Folded Spill b LBB1_19 LBB1_19: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_20 LBB1_20: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_21: ldur x1, [x29, #-40] mov w0, #32 bl _gzungetc subs w8, w0, #32 cset w8, eq tbnz w8, #0, LBB1_23 b LBB1_22 LBB1_22: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_23: ldur x0, [x29, #-40] ldur x1, [x29, #-16] ldur x8, [x29, #-24] mov x2, x8 bl _gzgets ldur x0, [x29, #-16] bl _strlen subs x8, x0, #7 cset w8, eq tbnz w8, #0, LBB1_25 b LBB1_24 LBB1_24: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-40] sub x1, x29, #28 bl _gzerror mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_25: ldur x0, [x29, #-16] adrp x8, _hello@PAGE add x8, x8, _hello@PAGEOFF add x1, x8, #6 bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_27 b LBB1_26 LBB1_26: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_27: ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf b LBB1_28 LBB1_28: ldur x0, [x29, #-40] bl _gzclose ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .globl _test_deflate ; -- Begin function test_deflate .p2align 2 _test_deflate: ; @test_deflate .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] adrp x0, _hello@PAGE add x0, x0, _hello@PAGEOFF bl _strlen add x8, x0, #1 str x8, [sp, #32] add x0, sp, #48 ; kill: def $x8 killed $xzr str xzr, [sp, #112] str xzr, [sp, #120] str xzr, [sp, #128] mov w1, #-1 adrp x2, l_.str.23@PAGE add x2, x2, l_.str.23@PAGEOFF mov w3, #112 bl _deflateInit_ str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.24@PAGE add x10, x10, l_.str.24@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB2_2: adrp x8, _hello@PAGE add x8, x8, _hello@PAGEOFF str x8, [sp, #48] ldur x8, [x29, #-8] str x8, [sp, #72] b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #64] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 ldr x8, [sp, #88] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, lo str w8, [sp, #20] ; 4-byte Folded Spill b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB2_9 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=1 add x0, sp, #48 mov w8, #1 str w8, [sp, #80] str w8, [sp, #56] mov w1, #0 bl _deflate str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB2_8: ; in Loop: Header=BB2_3 Depth=1 b LBB2_3 LBB2_9: b LBB2_10 LBB2_10: ; =>This Inner Loop Header: Depth=1 add x0, sp, #48 mov w8, #1 str w8, [sp, #80] mov w1, #4 bl _deflate str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_12 b LBB2_11 LBB2_11: b LBB2_15 LBB2_12: ; in Loop: Header=BB2_10 Depth=1 ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB2_14: ; in Loop: Header=BB2_10 Depth=1 b LBB2_10 LBB2_15: add x0, sp, #48 bl _deflateEnd str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_17 b LBB2_16 LBB2_16: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.26@PAGE add x10, x10, l_.str.26@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB2_17: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _test_inflate ; -- Begin function test_inflate .p2align 2 _test_inflate: ; @test_inflate .cfi_startproc ; %bb.0: sub sp, sp, #208 .cfi_def_cfa_offset 208 stp x29, x30, [sp, #192] ; 16-byte Folded Spill add x29, sp, #192 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk add x0, sp, #40 ; kill: def $x8 killed $xzr str xzr, [sp, #104] str xzr, [sp, #112] str xzr, [sp, #120] ldur x8, [x29, #-8] str x8, [sp, #40] str wzr, [sp, #48] ldur x8, [x29, #-24] str x8, [sp, #64] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF mov w2, #112 bl _inflateInit_ stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.27@PAGE add x10, x10, l_.str.27@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_2: b LBB3_3 LBB3_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #80] ldur x9, [x29, #-32] subs x8, x8, x9 cset w8, hs mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=1 ldr x8, [sp, #56] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, lo str w8, [sp, #28] ; 4-byte Folded Spill b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB3_11 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_3 Depth=1 add x0, sp, #40 mov w8, #1 str w8, [sp, #72] str w8, [sp, #48] mov w1, #0 bl _inflate stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: b LBB3_11 LBB3_8: ; in Loop: Header=BB3_3 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.28@PAGE add x10, x10, l_.str.28@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_10: ; in Loop: Header=BB3_3 Depth=1 b LBB3_3 LBB3_11: add x0, sp, #40 bl _inflateEnd stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.29@PAGE add x10, x10, l_.str.29@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_13: ldur x0, [x29, #-24] adrp x1, _hello@PAGE add x1, x1, _hello@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_15: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.31@PAGE add x0, x0, l_.str.31@PAGEOFF bl _printf b LBB3_16 LBB3_16: ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .globl _test_large_deflate ; -- Begin function test_large_deflate .p2align 2 _test_large_deflate: ; @test_large_deflate .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub x8, x29, #16 str x8, [sp, #40] ; 8-byte Folded Spill adrp x9, ___stderrp@GOTPAGE ldr x9, [x9, ___stderrp@GOTPAGEOFF] str x9, [sp, #48] ; 8-byte Folded Spill str x0, [x8, #8] str x1, [x8] stur x2, [x29, #-24] stur x3, [x29, #-32] add x0, sp, #64 ; kill: def $x8 killed $xzr str xzr, [sp, #128] str xzr, [sp, #136] str xzr, [sp, #144] mov w1, #1 adrp x2, l_.str.23@PAGE add x2, x2, l_.str.23@PAGEOFF mov w3, #112 bl _deflateInit_ str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.24@PAGE add x10, x10, l_.str.24@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_2: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x9, [x8, #8] add x0, sp, #64 str x9, [sp, #88] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #96] ldur x8, [x29, #-24] str x8, [sp, #64] ldur x8, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #72] mov w1, #0 bl _deflate str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_4: ldr w8, [sp, #72] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_6 b LBB4_5 LBB4_5: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_6: add x0, sp, #64 str x0, [sp, #32] ; 8-byte Folded Spill mov w2, #0 str w2, [sp, #28] ; 4-byte Folded Spill mov x1, x2 bl _deflateParams ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload ldr x9, [x8, #8] str x9, [sp, #64] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 mov w9, #2 udiv w8, w8, w9 str w8, [sp, #72] bl _deflate str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_8 b LBB4_7 LBB4_7: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_8: add x0, sp, #64 str x0, [sp, #16] ; 8-byte Folded Spill mov w1, #9 mov w2, #1 bl _deflateParams ldr x0, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-24] str x8, [sp, #64] ldur x8, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #72] mov w1, #0 bl _deflate str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_10: add x0, sp, #64 mov w1, #4 bl _deflate str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB4_12 b LBB4_11 LBB4_11: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_12: add x0, sp, #64 bl _deflateEnd str w0, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.26@PAGE add x10, x10, l_.str.26@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB4_14: ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc ; -- End function .globl _test_large_inflate ; -- Begin function test_large_inflate .p2align 2 _test_large_inflate: ; @test_large_inflate .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk add x0, sp, #24 ; kill: def $x8 killed $xzr str xzr, [sp, #88] str xzr, [sp, #96] str xzr, [sp, #104] ldur x8, [x29, #-8] str x8, [sp, #24] ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #32] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF mov w2, #112 bl _inflateInit_ stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.27@PAGE add x10, x10, l_.str.27@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_2: b LBB5_3 LBB5_3: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] add x0, sp, #24 str x8, [sp, #48] ldur x8, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #56] mov w1, #0 bl _inflate stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: b LBB5_8 LBB5_5: ; in Loop: Header=BB5_3 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.34@PAGE add x10, x10, l_.str.34@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_7: ; in Loop: Header=BB5_3 Depth=1 b LBB5_3 LBB5_8: add x0, sp, #24 bl _inflateEnd stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_10 b LBB5_9 LBB5_9: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.29@PAGE add x10, x10, l_.str.29@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_10: ldr x8, [sp, #64] ldur x9, [x29, #-32] mov x11, #2 mul x9, x11, x9 ldur x10, [x29, #-16] udiv x10, x10, x11 add x9, x9, x10 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB5_12 b LBB5_11 LBB5_11: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldr x8, [sp, #64] mov x9, sp str x8, [x9] adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_12: adrp x0, l_.str.36@PAGE add x0, x0, l_.str.36@PAGEOFF bl _printf b LBB5_13 LBB5_13: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _test_flush ; -- Begin function test_flush .p2align 2 _test_flush: ; @test_flush .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] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] adrp x0, _hello@PAGE add x0, x0, _hello@PAGEOFF bl _strlen mov x8, x0 add w8, w8, #1 str w8, [sp, #24] add x0, sp, #32 ; kill: def $x8 killed $xzr str xzr, [sp, #96] str xzr, [sp, #104] str xzr, [sp, #112] mov w1, #-1 adrp x2, l_.str.23@PAGE add x2, x2, l_.str.23@PAGEOFF mov w3, #112 bl _deflateInit_ str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.24@PAGE add x10, x10, l_.str.24@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_2: add x0, sp, #32 adrp x8, _hello@PAGE add x8, x8, _hello@PAGEOFF str x8, [sp, #32] ldur x8, [x29, #-8] str x8, [sp, #56] mov w1, #3 str w1, [sp, #40] ldur x8, [x29, #-16] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #64] bl _deflate str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_4 b LBB6_3 LBB6_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_4: ldur x9, [x29, #-8] ldrb w8, [x9, #3] add w8, w8, #1 strb w8, [x9, #3] ldr w8, [sp, #24] subs w8, w8, #3 add x0, sp, #32 str w8, [sp, #40] mov w1, #4 bl _deflate str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB6_8 b LBB6_5 LBB6_5: ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_7 b LBB6_6 LBB6_6: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.25@PAGE add x10, x10, l_.str.25@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_7: b LBB6_8 LBB6_8: add x0, sp, #32 bl _deflateEnd str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_10 b LBB6_9 LBB6_9: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.26@PAGE add x10, x10, l_.str.26@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB6_10: ldr x8, [sp, #72] ldur x9, [x29, #-16] str x8, [x9] ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .globl _test_sync ; -- Begin function test_sync .p2align 2 _test_sync: ; @test_sync .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk add x0, sp, #24 ; kill: def $x8 killed $xzr str xzr, [sp, #88] str xzr, [sp, #96] str xzr, [sp, #104] ldur x8, [x29, #-8] str x8, [sp, #24] mov w8, #2 str w8, [sp, #32] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF mov w2, #112 bl _inflateInit_ stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.27@PAGE add x10, x10, l_.str.27@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_2: ldur x8, [x29, #-24] add x0, sp, #24 str x8, [sp, #48] ldur x8, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #56] mov w1, #0 bl _inflate ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_4 b LBB7_3 LBB7_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.28@PAGE add x10, x10, l_.str.28@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_4: ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 subs w8, w8, #2 add x0, sp, #24 str w8, [sp, #32] bl _inflateSync stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.37@PAGE add x10, x10, l_.str.37@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_6: add x0, sp, #24 mov w1, #4 bl _inflate stur w0, [x29, #-36] ldur w8, [x29, #-36] adds w8, w8, #3 cset w8, eq tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_8: add x0, sp, #24 bl _inflateEnd stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_10 b LBB7_9 LBB7_9: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.29@PAGE add x10, x10, l_.str.29@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_10: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _printf ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _test_dict_deflate ; -- Begin function test_dict_deflate .p2align 2 _test_dict_deflate: ; @test_dict_deflate .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] add x0, sp, #48 ; kill: def $x8 killed $xzr str xzr, [sp, #112] str xzr, [sp, #120] str xzr, [sp, #128] mov w1, #9 adrp x2, l_.str.23@PAGE add x2, x2, l_.str.23@PAGEOFF mov w3, #112 bl _deflateInit_ str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.24@PAGE add x10, x10, l_.str.24@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB8_2: add x0, sp, #48 adrp x1, _dictionary@PAGE add x1, x1, _dictionary@PAGEOFF mov w2, #6 bl _deflateSetDictionary str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.40@PAGE add x10, x10, l_.str.40@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB8_4: add x8, sp, #48 str x8, [sp, #24] ; 8-byte Folded Spill ldr x8, [sp, #144] adrp x9, _dictId@GOTPAGE ldr x9, [x9, _dictId@GOTPAGEOFF] str x8, [x9] ldur x8, [x29, #-8] str x8, [sp, #72] ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #80] adrp x0, _hello@PAGE add x0, x0, _hello@PAGEOFF mov x8, x0 str x8, [sp, #48] bl _strlen mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload ; kill: def $w8 killed $w8 killed $x8 add w8, w8, #1 str w8, [sp, #56] mov w1, #4 bl _deflate str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB8_6 b LBB8_5 LBB8_5: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB8_6: add x0, sp, #48 bl _deflateEnd str w0, [sp, #44] ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_8 b LBB8_7 LBB8_7: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.26@PAGE add x10, x10, l_.str.26@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB8_8: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _test_dict_inflate ; -- Begin function test_dict_inflate .p2align 2 _test_dict_inflate: ; @test_dict_inflate .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur x0, [x29, #-24] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #-1 bl ___strcpy_chk add x0, sp, #24 ; kill: def $x8 killed $xzr str xzr, [sp, #88] str xzr, [sp, #96] str xzr, [sp, #104] ldur x8, [x29, #-8] str x8, [sp, #24] ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #32] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF mov w2, #112 bl _inflateInit_ stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.27@PAGE add x10, x10, l_.str.27@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB9_2: ldur x8, [x29, #-24] str x8, [sp, #48] ldur x8, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #56] b LBB9_3 LBB9_3: ; =>This Inner Loop Header: Depth=1 add x0, sp, #24 mov w1, #0 bl _inflate stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: b LBB9_12 LBB9_5: ; in Loop: Header=BB9_3 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB9_9 b LBB9_6 LBB9_6: ; in Loop: Header=BB9_3 Depth=1 ldr x8, [sp, #120] adrp x9, _dictId@GOTPAGE ldr x9, [x9, _dictId@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB9_8 b LBB9_7 LBB9_7: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB9_8: ; in Loop: Header=BB9_3 Depth=1 add x0, sp, #24 adrp x1, _dictionary@PAGE add x1, x1, _dictionary@PAGEOFF mov w2, #6 bl _inflateSetDictionary stur w0, [x29, #-36] b LBB9_9 LBB9_9: ; in Loop: Header=BB9_3 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_11 b LBB9_10 LBB9_10: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.42@PAGE add x10, x10, l_.str.42@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB9_11: ; in Loop: Header=BB9_3 Depth=1 b LBB9_3 LBB9_12: add x0, sp, #24 bl _inflateEnd stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_14 b LBB9_13 LBB9_13: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] ldur w9, [x29, #-36] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.29@PAGE add x10, x10, l_.str.29@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB9_14: ldur x0, [x29, #-24] adrp x1, _hello@PAGE add x1, x1, _hello@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_16 b LBB9_15 LBB9_15: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB9_16: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _printf b LBB9_17 LBB9_17: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 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] stur w0, [x29, #-8] stur x1, [x29, #-16] mov x8, #40000 stur x8, [x29, #-40] ldur x8, [x29, #-40] str x8, [sp, #48] bl _zlibVersion ldrsb w8, [x0] adrp x9, _main.myVersion@PAGE ldr x9, [x9, _main.myVersion@PAGEOFF] ldrsb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB10_2: bl _zlibVersion adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB10_4 b LBB10_3 LBB10_3: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _fprintf b LBB10_4 LBB10_4: b LBB10_5 LBB10_5: bl _zlibCompileFlags mov x8, sp adrp x9, l_.str.23@PAGE add x9, x9, l_.str.23@PAGEOFF str x9, [x8] mov x9, #4784 str x9, [x8, #8] str x0, [x8, #16] adrp x0, l_.str.47@PAGE add x0, x0, l_.str.47@PAGEOFF bl _printf ldur x8, [x29, #-40] and x0, x8, #0xffffffff mov x1, #1 str x1, [sp, #40] ; 8-byte Folded Spill bl _calloc ldr x1, [sp, #40] ; 8-byte Folded Reload stur x0, [x29, #-24] ldr x8, [sp, #48] and x0, x8, #0xffffffff bl _calloc stur x0, [x29, #-32] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_7 b LBB10_6 LBB10_6: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB10_8 b LBB10_7 LBB10_7: adrp x0, l_.str.48@PAGE add x0, x0, l_.str.48@PAGEOFF bl _printf mov w0, #1 bl _exit LBB10_8: ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_compress ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB10_10 b LBB10_9 LBB10_9: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #32] ; 8-byte Folded Spill b LBB10_11 LBB10_10: adrp x8, l_.str.49@PAGE add x8, x8, l_.str.49@PAGEOFF str x8, [sp, #32] ; 8-byte Folded Spill b LBB10_11 LBB10_11: ldr x0, [sp, #32] ; 8-byte Folded Reload ldur x1, [x29, #-32] ldr x2, [sp, #48] bl _test_gzio ldur x0, [x29, #-24] sub x8, x29, #40 str x8, [sp, #24] ; 8-byte Folded Spill ldur x1, [x29, #-40] bl _test_deflate ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_inflate ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_large_deflate ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_large_inflate ldr x1, [sp, #24] ; 8-byte Folded Reload ldur x0, [x29, #-24] bl _test_flush ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_sync ldr x8, [sp, #48] stur x8, [x29, #-40] ldur x0, [x29, #-24] ldur x1, [x29, #-40] bl _test_dict_deflate ldur x0, [x29, #-24] ldur x1, [x29, #-40] ldur x2, [x29, #-32] ldr x3, [sp, #48] bl _test_dict_inflate ldur x0, [x29, #-24] bl _free ldur x0, [x29, #-32] bl _free mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _hello ; @hello _hello: .asciz "hello, hello!" .globl _dictionary ; @dictionary _dictionary: .asciz "hello" .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s error: %d\n" l_.str.1: ; @.str.1 .asciz "compress" l_.str.2: ; @.str.2 .asciz "garbage" l_.str.3: ; @.str.3 .asciz "uncompress" l_.str.4: ; @.str.4 .asciz "bad uncompress\n" l_.str.5: ; @.str.5 .asciz "uncompress(): %s\n" l_.str.6: ; @.str.6 .asciz "wb" l_.str.7: ; @.str.7 .asciz "gzopen error\n" l_.str.8: ; @.str.8 .asciz "ello" l_.str.9: ; @.str.9 .asciz "gzputs err: %s\n" l_.str.10: ; @.str.10 .asciz ", %s!" l_.str.11: ; @.str.11 .asciz "hello" l_.str.12: ; @.str.12 .asciz "gzprintf err: %s\n" l_.str.13: ; @.str.13 .asciz "rb" l_.str.14: ; @.str.14 .asciz "gzread err: %s\n" l_.str.15: ; @.str.15 .asciz "bad gzread: %s\n" l_.str.16: ; @.str.16 .asciz "gzread(): %s\n" l_.str.17: ; @.str.17 .asciz "gzseek error, pos=%ld, gztell=%ld\n" l_.str.18: ; @.str.18 .asciz "gzgetc error\n" l_.str.19: ; @.str.19 .asciz "gzungetc error\n" l_.str.20: ; @.str.20 .asciz "gzgets err after gzseek: %s\n" l_.str.21: ; @.str.21 .asciz "bad gzgets after gzseek\n" l_.str.22: ; @.str.22 .asciz "gzgets() after gzseek: %s\n" l_.str.23: ; @.str.23 .asciz "1.2.11" l_.str.24: ; @.str.24 .asciz "deflateInit" l_.str.25: ; @.str.25 .asciz "deflate" l_.str.26: ; @.str.26 .asciz "deflateEnd" l_.str.27: ; @.str.27 .asciz "inflateInit" l_.str.28: ; @.str.28 .asciz "inflate" l_.str.29: ; @.str.29 .asciz "inflateEnd" l_.str.30: ; @.str.30 .asciz "bad inflate\n" l_.str.31: ; @.str.31 .asciz "inflate(): %s\n" l_.str.32: ; @.str.32 .asciz "deflate not greedy\n" l_.str.33: ; @.str.33 .asciz "deflate should report Z_STREAM_END\n" l_.str.34: ; @.str.34 .asciz "large inflate" l_.str.35: ; @.str.35 .asciz "bad large inflate: %ld\n" l_.str.36: ; @.str.36 .asciz "large_inflate(): OK\n" l_.str.37: ; @.str.37 .asciz "inflateSync" l_.str.38: ; @.str.38 .asciz "inflate should report DATA_ERROR\n" l_.str.39: ; @.str.39 .asciz "after inflateSync(): hel%s\n" l_.str.40: ; @.str.40 .asciz "deflateSetDictionary" .comm _dictId,8,3 ; @dictId l_.str.41: ; @.str.41 .asciz "unexpected dictionary" l_.str.42: ; @.str.42 .asciz "inflate with dict" l_.str.43: ; @.str.43 .asciz "bad inflate with dict\n" l_.str.44: ; @.str.44 .asciz "inflate with dictionary: %s\n" .section __DATA,__data .p2align 3 ; @main.myVersion _main.myVersion: .quad l_.str.23 .section __TEXT,__cstring,cstring_literals l_.str.45: ; @.str.45 .asciz "incompatible zlib version\n" l_.str.46: ; @.str.46 .asciz "warning: different zlib version\n" l_.str.47: ; @.str.47 .asciz "zlib version %s = 0x%04x, compile flags = 0x%lx\n" l_.str.48: ; @.str.48 .asciz "out of memory\n" l_.str.49: ; @.str.49 .asciz "foo.gz" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test_compress ## -- Begin function test_compress .p2align 4, 0x90 _test_compress: ## @test_compress .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) leaq _hello(%rip), %rdi callq _strlen addq $1, %rax movq %rax, -48(%rbp) movq -8(%rbp), %rdi movq -48(%rbp), %rcx leaq -16(%rbp), %rsi leaq _hello(%rip), %rdx callq _compress movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.1(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_2: movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -24(%rbp), %rdi movq -8(%rbp), %rdx movq -16(%rbp), %rcx leaq -32(%rbp), %rsi callq _uncompress movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.3(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_4: movq -24(%rbp), %rdi leaq _hello(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_6: movq -24(%rbp), %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf ## %bb.7: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_gzio ## -- Begin function test_gzio .p2align 4, 0x90 _test_gzio: ## @test_gzio .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) leaq _hello(%rip), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax addl $1, %eax movl %eax, -32(%rbp) movq -8(%rbp), %rdi leaq L_.str.6(%rip), %rsi callq _gzopen movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB1_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.7(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_2: movq -40(%rbp), %rdi movl $104, %esi callq _gzputc movq -40(%rbp), %rdi leaq L_.str.8(%rip), %rsi callq _gzputs cmpl $4, %eax je LBB1_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi leaq -28(%rbp), %rsi callq _gzerror movq -56(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.9(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_4: movq -40(%rbp), %rdi leaq L_.str.10(%rip), %rsi leaq L_.str.11(%rip), %rdx movb $0, %al callq _gzprintf cmpl $8, %eax je LBB1_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi leaq -28(%rbp), %rsi callq _gzerror movq -64(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.12(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_6: movq -40(%rbp), %rdi movl $1, %esi movl $1, %edx callq _gzseek movq -40(%rbp), %rdi callq _gzclose movq -8(%rbp), %rdi leaq L_.str.13(%rip), %rsi callq _gzopen movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB1_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.7(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_8: movq -16(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -40(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rax movl %eax, %edx callq _gzread cmpl -32(%rbp), %eax je LBB1_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -72(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi leaq -28(%rbp), %rsi callq _gzerror movq -72(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.14(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_10: movq -16(%rbp), %rdi leaq _hello(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB1_12 ## %bb.11: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rdx leaq L_.str.15(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_12: movq -16(%rbp), %rsi leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf ## %bb.13: movq -40(%rbp), %rdi movq $-8, %rsi movl $1, %edx callq _gzseek movq %rax, -48(%rbp) cmpq $6, -48(%rbp) jne LBB1_15 ## %bb.14: movq -40(%rbp), %rdi callq _gztell cmpq -48(%rbp), %rax je LBB1_16 LBB1_15: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -88(%rbp) ## 8-byte Spill movq -48(%rbp), %rax movq %rax, -80(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi callq _gztell movq -88(%rbp), %rdi ## 8-byte Reload movq -80(%rbp), %rdx ## 8-byte Reload movq %rax, %rcx leaq L_.str.17(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_16: movq -40(%rbp), %rax cmpl $0, (%rax) je LBB1_18 ## %bb.17: movq -40(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) movq -40(%rbp), %rax movq 16(%rax), %rcx addq $1, %rcx movq %rcx, 16(%rax) movq -40(%rbp), %rcx movq 8(%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, 8(%rcx) movzbl (%rax), %eax movl %eax, -92(%rbp) ## 4-byte Spill jmp LBB1_19 LBB1_18: movq -40(%rbp), %rdi callq _gzgetc movl %eax, -92(%rbp) ## 4-byte Spill LBB1_19: movl -92(%rbp), %eax ## 4-byte Reload cmpl $32, %eax je LBB1_21 ## %bb.20: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.18(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_21: movq -40(%rbp), %rsi movl $32, %edi callq _gzungetc cmpl $32, %eax je LBB1_23 ## %bb.22: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.19(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_23: movq -40(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rax movl %eax, %edx callq _gzgets movq -16(%rbp), %rdi callq _strlen cmpq $7, %rax je LBB1_25 ## %bb.24: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -104(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi leaq -28(%rbp), %rsi callq _gzerror movq -104(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.20(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_25: movq -16(%rbp), %rdi leaq _hello+6(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB1_27 ## %bb.26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.21(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_27: movq -16(%rbp), %rsi leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf ## %bb.28: movq -40(%rbp), %rdi callq _gzclose addq $112, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_deflate ## -- Begin function test_deflate .p2align 4, 0x90 _test_deflate: ## @test_deflate .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq _hello(%rip), %rdi callq _strlen addq $1, %rax movq %rax, -144(%rbp) movq $0, -64(%rbp) movq $0, -56(%rbp) movq $0, -48(%rbp) leaq -128(%rbp), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF leaq L_.str.23(%rip), %rdx movl $112, %ecx callq _deflateInit_ movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB2_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.24(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB2_2: leaq _hello(%rip), %rax movq %rax, -128(%rbp) movq -8(%rbp), %rax movq %rax, -104(%rbp) LBB2_3: ## =>This Inner Loop Header: Depth=1 movq -112(%rbp), %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq -144(%rbp), %rcx movb %al, -145(%rbp) ## 1-byte Spill je LBB2_5 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movq -88(%rbp), %rax cmpq -16(%rbp), %rax setb %al movb %al, -145(%rbp) ## 1-byte Spill LBB2_5: ## in Loop: Header=BB2_3 Depth=1 movb -145(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_6 jmp LBB2_9 LBB2_6: ## in Loop: Header=BB2_3 Depth=1 movl $1, -96(%rbp) movl $1, -120(%rbp) leaq -128(%rbp), %rdi xorl %esi, %esi callq _deflate movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB2_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB2_8: ## in Loop: Header=BB2_3 Depth=1 jmp LBB2_3 LBB2_9: jmp LBB2_10 LBB2_10: ## =>This Inner Loop Header: Depth=1 movl $1, -96(%rbp) leaq -128(%rbp), %rdi movl $4, %esi callq _deflate movl %eax, -132(%rbp) cmpl $1, -132(%rbp) jne LBB2_12 ## %bb.11: jmp LBB2_15 LBB2_12: ## in Loop: Header=BB2_10 Depth=1 cmpl $0, -132(%rbp) je LBB2_14 ## %bb.13: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB2_14: ## in Loop: Header=BB2_10 Depth=1 jmp LBB2_10 LBB2_15: leaq -128(%rbp), %rdi callq _deflateEnd movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB2_17 ## %bb.16: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.26(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB2_17: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_inflate ## -- Begin function test_inflate .p2align 4, 0x90 _test_inflate: ## @test_inflate .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq $0, -88(%rbp) movq $0, -80(%rbp) movq $0, -72(%rbp) movq -8(%rbp), %rax movq %rax, -152(%rbp) movl $0, -144(%rbp) movq -24(%rbp), %rax movq %rax, -128(%rbp) leaq -152(%rbp), %rdi leaq L_.str.23(%rip), %rsi movl $112, %edx callq _inflateInit_ movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB3_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.27(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_2: jmp LBB3_3 LBB3_3: ## =>This Inner Loop Header: Depth=1 movq -112(%rbp), %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq -32(%rbp), %rcx movb %al, -153(%rbp) ## 1-byte Spill jae LBB3_5 ## %bb.4: ## in Loop: Header=BB3_3 Depth=1 movq -136(%rbp), %rax cmpq -16(%rbp), %rax setb %al movb %al, -153(%rbp) ## 1-byte Spill LBB3_5: ## in Loop: Header=BB3_3 Depth=1 movb -153(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_6 jmp LBB3_11 LBB3_6: ## in Loop: Header=BB3_3 Depth=1 movl $1, -120(%rbp) movl $1, -144(%rbp) leaq -152(%rbp), %rdi xorl %esi, %esi callq _inflate movl %eax, -36(%rbp) cmpl $1, -36(%rbp) jne LBB3_8 ## %bb.7: jmp LBB3_11 LBB3_8: ## in Loop: Header=BB3_3 Depth=1 cmpl $0, -36(%rbp) je LBB3_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.28(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_10: ## in Loop: Header=BB3_3 Depth=1 jmp LBB3_3 LBB3_11: leaq -152(%rbp), %rdi callq _inflateEnd movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB3_13 ## %bb.12: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.29(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_13: movq -24(%rbp), %rdi leaq _hello(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB3_15 ## %bb.14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.30(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_15: movq -24(%rbp), %rsi leaq L_.str.31(%rip), %rdi movb $0, %al callq _printf ## %bb.16: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_large_deflate ## -- Begin function test_large_deflate .p2align 4, 0x90 _test_large_deflate: ## @test_large_deflate .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq $0, -80(%rbp) movq $0, -72(%rbp) movq $0, -64(%rbp) leaq -144(%rbp), %rdi movl $1, %esi leaq L_.str.23(%rip), %rdx movl $112, %ecx callq _deflateInit_ movl %eax, -148(%rbp) cmpl $0, -148(%rbp) je LBB4_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -148(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.24(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_2: movq -8(%rbp), %rax movq %rax, -120(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -112(%rbp) movq -24(%rbp), %rax movq %rax, -144(%rbp) movq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -136(%rbp) leaq -144(%rbp), %rdi xorl %esi, %esi callq _deflate movl %eax, -148(%rbp) cmpl $0, -148(%rbp) je LBB4_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -148(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_4: cmpl $0, -136(%rbp) je LBB4_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.32(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_6: leaq -144(%rbp), %rdi xorl %edx, %edx movl %edx, %esi callq _deflateParams movq -8(%rbp), %rax movq %rax, -144(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax shrl $1, %eax movl %eax, -136(%rbp) leaq -144(%rbp), %rdi xorl %esi, %esi callq _deflate movl %eax, -148(%rbp) cmpl $0, -148(%rbp) je LBB4_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -148(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_8: leaq -144(%rbp), %rdi movl $9, %esi movl $1, %edx callq _deflateParams movq -24(%rbp), %rax movq %rax, -144(%rbp) movq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -136(%rbp) leaq -144(%rbp), %rdi xorl %esi, %esi callq _deflate movl %eax, -148(%rbp) cmpl $0, -148(%rbp) je LBB4_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -148(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_10: leaq -144(%rbp), %rdi movl $4, %esi callq _deflate movl %eax, -148(%rbp) cmpl $1, -148(%rbp) je LBB4_12 ## %bb.11: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.33(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_12: leaq -144(%rbp), %rdi callq _deflateEnd movl %eax, -148(%rbp) cmpl $0, -148(%rbp) je LBB4_14 ## %bb.13: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -148(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.26(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB4_14: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_large_inflate ## -- Begin function test_large_inflate .p2align 4, 0x90 _test_large_inflate: ## @test_large_inflate .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq $0, -88(%rbp) movq $0, -80(%rbp) movq $0, -72(%rbp) movq -8(%rbp), %rax movq %rax, -152(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -144(%rbp) leaq -152(%rbp), %rdi leaq L_.str.23(%rip), %rsi movl $112, %edx callq _inflateInit_ movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB5_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.27(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB5_2: jmp LBB5_3 LBB5_3: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax movq %rax, -128(%rbp) movq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -120(%rbp) leaq -152(%rbp), %rdi xorl %esi, %esi callq _inflate movl %eax, -36(%rbp) cmpl $1, -36(%rbp) jne LBB5_5 ## %bb.4: jmp LBB5_8 LBB5_5: ## in Loop: Header=BB5_3 Depth=1 cmpl $0, -36(%rbp) je LBB5_7 ## %bb.6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.34(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB5_7: ## in Loop: Header=BB5_3 Depth=1 jmp LBB5_3 LBB5_8: leaq -152(%rbp), %rdi callq _inflateEnd movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB5_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.29(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB5_10: movq -112(%rbp), %rax movq -32(%rbp), %rcx shlq $1, %rcx movq -16(%rbp), %rdx shrq $1, %rdx addq %rdx, %rcx cmpq %rcx, %rax je LBB5_12 ## %bb.11: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -112(%rbp), %rdx leaq L_.str.35(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB5_12: leaq L_.str.36(%rip), %rdi movb $0, %al callq _printf ## %bb.13: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_flush ## -- Begin function test_flush .p2align 4, 0x90 _test_flush: ## @test_flush .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq _hello(%rip), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax addl $1, %eax movl %eax, -136(%rbp) movq $0, -64(%rbp) movq $0, -56(%rbp) movq $0, -48(%rbp) leaq -128(%rbp), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF leaq L_.str.23(%rip), %rdx movl $112, %ecx callq _deflateInit_ movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB6_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.24(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB6_2: leaq _hello(%rip), %rax movq %rax, -128(%rbp) movq -8(%rbp), %rax movq %rax, -104(%rbp) movl $3, -120(%rbp) movq -16(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -96(%rbp) leaq -128(%rbp), %rdi movl $3, %esi callq _deflate movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB6_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB6_4: movq -8(%rbp), %rax movb 3(%rax), %cl addb $1, %cl movb %cl, 3(%rax) movl -136(%rbp), %eax subl $3, %eax movl %eax, -120(%rbp) leaq -128(%rbp), %rdi movl $4, %esi callq _deflate movl %eax, -132(%rbp) cmpl $1, -132(%rbp) je LBB6_8 ## %bb.5: cmpl $0, -132(%rbp) je LBB6_7 ## %bb.6: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.25(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB6_7: jmp LBB6_8 LBB6_8: leaq -128(%rbp), %rdi callq _deflateEnd movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB6_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.26(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB6_10: movq -88(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) addq $144, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_sync ## -- Begin function test_sync .p2align 4, 0x90 _test_sync: ## @test_sync .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq $0, -88(%rbp) movq $0, -80(%rbp) movq $0, -72(%rbp) movq -8(%rbp), %rax movq %rax, -152(%rbp) movl $2, -144(%rbp) leaq -152(%rbp), %rdi leaq L_.str.23(%rip), %rsi movl $112, %edx callq _inflateInit_ movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB7_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.27(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB7_2: movq -24(%rbp), %rax movq %rax, -128(%rbp) movq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -120(%rbp) leaq -152(%rbp), %rdi xorl %esi, %esi callq _inflate cmpl $0, -36(%rbp) je LBB7_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.28(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB7_4: movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax subl $2, %eax movl %eax, -144(%rbp) leaq -152(%rbp), %rdi callq _inflateSync movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB7_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.37(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB7_6: leaq -152(%rbp), %rdi movl $4, %esi callq _inflate movl %eax, -36(%rbp) cmpl $-3, -36(%rbp) je LBB7_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.38(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB7_8: leaq -152(%rbp), %rdi callq _inflateEnd movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB7_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.29(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB7_10: movq -24(%rbp), %rsi leaq L_.str.39(%rip), %rdi movb $0, %al callq _printf addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_dict_deflate ## -- Begin function test_dict_deflate .p2align 4, 0x90 _test_dict_deflate: ## @test_dict_deflate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq $0, -64(%rbp) movq $0, -56(%rbp) movq $0, -48(%rbp) leaq -128(%rbp), %rdi movl $9, %esi leaq L_.str.23(%rip), %rdx movl $112, %ecx callq _deflateInit_ movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB8_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.24(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB8_2: leaq -128(%rbp), %rdi leaq _dictionary(%rip), %rsi movl $6, %edx callq _deflateSetDictionary movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB8_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.40(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB8_4: movq -32(%rbp), %rcx movq _dictId@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax movq %rax, -104(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -96(%rbp) leaq _hello(%rip), %rax movq %rax, -128(%rbp) leaq _hello(%rip), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax addl $1, %eax movl %eax, -120(%rbp) leaq -128(%rbp), %rdi movl $4, %esi callq _deflate movl %eax, -132(%rbp) cmpl $1, -132(%rbp) je LBB8_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.33(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB8_6: leaq -128(%rbp), %rdi callq _deflateEnd movl %eax, -132(%rbp) cmpl $0, -132(%rbp) je LBB8_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -132(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.26(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB8_8: addq $144, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_dict_inflate ## -- Begin function test_dict_inflate .p2align 4, 0x90 _test_dict_inflate: ## @test_dict_inflate .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rdi leaq L_.str.2(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq $0, -88(%rbp) movq $0, -80(%rbp) movq $0, -72(%rbp) movq -8(%rbp), %rax movq %rax, -152(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -144(%rbp) leaq -152(%rbp), %rdi leaq L_.str.23(%rip), %rsi movl $112, %edx callq _inflateInit_ movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB9_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.27(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB9_2: movq -24(%rbp), %rax movq %rax, -128(%rbp) movq -32(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -120(%rbp) LBB9_3: ## =>This Inner Loop Header: Depth=1 leaq -152(%rbp), %rdi xorl %esi, %esi callq _inflate movl %eax, -36(%rbp) cmpl $1, -36(%rbp) jne LBB9_5 ## %bb.4: jmp LBB9_12 LBB9_5: ## in Loop: Header=BB9_3 Depth=1 cmpl $2, -36(%rbp) jne LBB9_9 ## %bb.6: ## in Loop: Header=BB9_3 Depth=1 movq -56(%rbp), %rax movq _dictId@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB9_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.41(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB9_8: ## in Loop: Header=BB9_3 Depth=1 leaq -152(%rbp), %rdi leaq _dictionary(%rip), %rsi movl $6, %edx callq _inflateSetDictionary movl %eax, -36(%rbp) LBB9_9: ## in Loop: Header=BB9_3 Depth=1 cmpl $0, -36(%rbp) je LBB9_11 ## %bb.10: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.42(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB9_11: ## in Loop: Header=BB9_3 Depth=1 jmp LBB9_3 LBB9_12: leaq -152(%rbp), %rdi callq _inflateEnd movl %eax, -36(%rbp) cmpl $0, -36(%rbp) je LBB9_14 ## %bb.13: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -36(%rbp), %ecx leaq L_.str(%rip), %rsi leaq L_.str.29(%rip), %rdx xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB9_14: movq -24(%rbp), %rdi leaq _hello(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB9_16 ## %bb.15: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.43(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB9_16: movq -24(%rbp), %rsi leaq L_.str.44(%rip), %rdi movb $0, %al callq _printf ## %bb.17: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq $40000, -40(%rbp) ## imm = 0x9C40 movq -40(%rbp), %rax movq %rax, -48(%rbp) callq _zlibVersion movsbl (%rax), %eax movq _main.myVersion(%rip), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax je LBB10_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.45(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB10_2: callq _zlibVersion movq %rax, %rdi leaq L_.str.23(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB10_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.46(%rip), %rsi movb $0, %al callq _fprintf LBB10_4: jmp LBB10_5 LBB10_5: callq _zlibCompileFlags movq %rax, %rcx leaq L_.str.47(%rip), %rdi leaq L_.str.23(%rip), %rsi movl $4784, %edx ## imm = 0x12B0 movb $0, %al callq _printf movq -40(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, %eax movl %eax, %edi movl $1, %esi callq _calloc movq %rax, -24(%rbp) movq -48(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, %eax movl %eax, %edi movl $1, %esi callq _calloc movq %rax, -32(%rbp) cmpq $0, -24(%rbp) je LBB10_7 ## %bb.6: cmpq $0, -32(%rbp) jne LBB10_8 LBB10_7: leaq L_.str.48(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB10_8: movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_compress cmpl $1, -8(%rbp) jle LBB10_10 ## %bb.9: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill jmp LBB10_11 LBB10_10: leaq L_.str.49(%rip), %rax movq %rax, -56(%rbp) ## 8-byte Spill jmp LBB10_11 LBB10_11: movq -56(%rbp), %rdi ## 8-byte Reload movq -32(%rbp), %rsi movq -48(%rbp), %rdx callq _test_gzio movq -24(%rbp), %rdi movq -40(%rbp), %rsi callq _test_deflate movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_inflate movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_large_deflate movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_large_inflate movq -24(%rbp), %rdi leaq -40(%rbp), %rsi callq _test_flush movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_sync movq -48(%rbp), %rax movq %rax, -40(%rbp) movq -24(%rbp), %rdi movq -40(%rbp), %rsi callq _test_dict_deflate movq -24(%rbp), %rdi movq -40(%rbp), %rsi movq -32(%rbp), %rdx movq -48(%rbp), %rcx callq _test_dict_inflate movq -24(%rbp), %rdi callq _free movq -32(%rbp), %rdi callq _free xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .globl _hello ## @hello _hello: .asciz "hello, hello!" .globl _dictionary ## @dictionary _dictionary: .asciz "hello" .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s error: %d\n" L_.str.1: ## @.str.1 .asciz "compress" L_.str.2: ## @.str.2 .asciz "garbage" L_.str.3: ## @.str.3 .asciz "uncompress" L_.str.4: ## @.str.4 .asciz "bad uncompress\n" L_.str.5: ## @.str.5 .asciz "uncompress(): %s\n" L_.str.6: ## @.str.6 .asciz "wb" L_.str.7: ## @.str.7 .asciz "gzopen error\n" L_.str.8: ## @.str.8 .asciz "ello" L_.str.9: ## @.str.9 .asciz "gzputs err: %s\n" L_.str.10: ## @.str.10 .asciz ", %s!" L_.str.11: ## @.str.11 .asciz "hello" L_.str.12: ## @.str.12 .asciz "gzprintf err: %s\n" L_.str.13: ## @.str.13 .asciz "rb" L_.str.14: ## @.str.14 .asciz "gzread err: %s\n" L_.str.15: ## @.str.15 .asciz "bad gzread: %s\n" L_.str.16: ## @.str.16 .asciz "gzread(): %s\n" L_.str.17: ## @.str.17 .asciz "gzseek error, pos=%ld, gztell=%ld\n" L_.str.18: ## @.str.18 .asciz "gzgetc error\n" L_.str.19: ## @.str.19 .asciz "gzungetc error\n" L_.str.20: ## @.str.20 .asciz "gzgets err after gzseek: %s\n" L_.str.21: ## @.str.21 .asciz "bad gzgets after gzseek\n" L_.str.22: ## @.str.22 .asciz "gzgets() after gzseek: %s\n" L_.str.23: ## @.str.23 .asciz "1.2.11" L_.str.24: ## @.str.24 .asciz "deflateInit" L_.str.25: ## @.str.25 .asciz "deflate" L_.str.26: ## @.str.26 .asciz "deflateEnd" L_.str.27: ## @.str.27 .asciz "inflateInit" L_.str.28: ## @.str.28 .asciz "inflate" L_.str.29: ## @.str.29 .asciz "inflateEnd" L_.str.30: ## @.str.30 .asciz "bad inflate\n" L_.str.31: ## @.str.31 .asciz "inflate(): %s\n" L_.str.32: ## @.str.32 .asciz "deflate not greedy\n" L_.str.33: ## @.str.33 .asciz "deflate should report Z_STREAM_END\n" L_.str.34: ## @.str.34 .asciz "large inflate" L_.str.35: ## @.str.35 .asciz "bad large inflate: %ld\n" L_.str.36: ## @.str.36 .asciz "large_inflate(): OK\n" L_.str.37: ## @.str.37 .asciz "inflateSync" L_.str.38: ## @.str.38 .asciz "inflate should report DATA_ERROR\n" L_.str.39: ## @.str.39 .asciz "after inflateSync(): hel%s\n" L_.str.40: ## @.str.40 .asciz "deflateSetDictionary" .comm _dictId,8,3 ## @dictId L_.str.41: ## @.str.41 .asciz "unexpected dictionary" L_.str.42: ## @.str.42 .asciz "inflate with dict" L_.str.43: ## @.str.43 .asciz "bad inflate with dict\n" L_.str.44: ## @.str.44 .asciz "inflate with dictionary: %s\n" .section __DATA,__data .p2align 3 ## @main.myVersion _main.myVersion: .quad L_.str.23 .section __TEXT,__cstring,cstring_literals L_.str.45: ## @.str.45 .asciz "incompatible zlib version\n" L_.str.46: ## @.str.46 .asciz "warning: different zlib version\n" L_.str.47: ## @.str.47 .asciz "zlib version %s = 0x%04x, compile flags = 0x%lx\n" L_.str.48: ## @.str.48 .asciz "out of memory\n" L_.str.49: ## @.str.49 .asciz "foo.gz" .subsections_via_symbols
the_stack_data/1832.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sorting_function_1 ; -- Begin function sorting_function_1 .p2align 2 _sorting_function_1: ; @sorting_function_1 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur w8, [x29, #-12] str w8, [sp, #12] ldr w8, [sp, #16] str w8, [sp, #8] ldur x8, [x29, #-8] ldr w9, [sp, #12] ldr w10, [sp, #8] add w9, w9, w10 mov w10, #2 sdiv w9, w9, w10 ldr w8, [x8, w9, sxtw #2] str w8, [sp] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_6 Depth 2 ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_11 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr w9, [sp] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr w9, [sp] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=2 ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB0_6 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] ldur x8, [x29, #-8] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] str w8, [x9, x10, lsl #2] ldr w8, [sp, #4] ldur x9, [x29, #-8] ldrsw x10, [sp, #8] str w8, [x9, x10, lsl #2] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_11: ldur w8, [x29, #-12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [sp, #8] bl _sorting_function_1 b LBB0_13 LBB0_13: ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldur x0, [x29, #-8] ldr w1, [sp, #12] ldr w2, [sp, #16] bl _sorting_function_1 b LBB0_15 LBB0_15: mov w0, #0 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 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldursw x9, [x29, #-8] mov x8, #4 mul x0, x8, x9 bl _malloc str x0, [sp, #16] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_4: ldr x0, [sp, #16] ldur w8, [x29, #-8] subs w2, w8, #1 mov w1, #0 bl _sorting_function_1 str wzr, [sp, #8] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-8] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 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 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, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_5 LBB1_8: ldr x8, [sp, #16] ldur w9, [x29, #-8] subs w9, w9, #1 ldr w9, [x8, w9, sxtw #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d " l_.str.2: ; @.str.2 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sorting_function_1 ## -- Begin function sorting_function_1 .p2align 4, 0x90 _sorting_function_1: ## @sorting_function_1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -12(%rbp), %eax movl %eax, -20(%rbp) movl -16(%rbp), %eax movl %eax, -24(%rbp) movq -8(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movl -20(%rbp), %eax addl -24(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movq -40(%rbp), %rax ## 8-byte Reload movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -32(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_6 Depth 2 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jg LBB0_11 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_3 LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -32(%rbp), %eax jge LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_3 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -32(%rbp), %eax jle LBB0_8 ## %bb.7: ## in Loop: Header=BB0_6 Depth=2 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) jmp LBB0_6 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jg LBB0_10 ## %bb.9: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -28(%rbp) movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -28(%rbp), %edx movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) LBB0_10: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_11: movl -12(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_13 ## %bb.12: movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -24(%rbp), %edx callq _sorting_function_1 LBB0_13: movl -16(%rbp), %eax cmpl -20(%rbp), %eax jle LBB0_15 ## %bb.14: movq -8(%rbp), %rdi movl -20(%rbp), %esi movl -16(%rbp), %edx callq _sorting_function_1 LBB0_15: xorl %eax, %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) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movslq -8(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rsi movslq -20(%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 -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_4: movq -16(%rbp), %rdi movl -8(%rbp), %edx subl $1, %edx xorl %esi, %esi callq _sorting_function_1 movl $0, -24(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax movl -8(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movslq -24(%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 -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_5 LBB1_8: movq -16(%rbp), %rax movl -8(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d " L_.str.2: ## @.str.2 .asciz "%d\n" .subsections_via_symbols
the_stack_data/91913.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #16] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w8, #17 stur w8, [x29, #-8] mov w8, #25 stur w8, [x29, #-12] ldur w8, [x29, #-8] ldur w9, [x29, #-12] add 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 ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%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 $17, -8(%rbp) movl $25, -12(%rbp) movl -8(%rbp), %esi addl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/173578317.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _swap ; -- Begin function swap .p2align 2 _swap: ; @swap .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #24] ldr w8, [x8] str w8, [sp, #12] ldr x8, [sp, #16] ldr w8, [x8] ldr x9, [sp, #24] str w8, [x9] ldr w8, [sp, #12] ldr x9, [sp, #16] str w8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _fib_modulo ; -- Begin function fib_modulo .p2align 2 _fib_modulo: ; @fib_modulo .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] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, hs tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur w8, [x29, #-8] stur w8, [x29, #-4] b LBB1_6 LBB1_2: str wzr, [sp, #4] mov w8, #1 str w8, [sp, #8] str w8, [sp, #12] str w8, [sp, #16] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] add w9, w8, #1 str w9, [sp, #16] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #12] mov x0, sp str w8, [sp] ldr w8, [sp, #4] add x1, sp, #8 ldr w9, [sp, #8] add w8, w8, w9 ldur w10, [x29, #-12] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #12] bl _swap ldr w8, [sp, #12] str w8, [sp, #4] b LBB1_3 LBB1_5: ldr w8, [sp, #12] stur w8, [x29, #-4] b LBB1_6 LBB1_6: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str w0, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: mov x9, sp adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf bl _abort LBB2_3: ldur w0, [x29, #-8] ldur w1, [x29, #-12] bl _fib_modulo mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf 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 "%u%u" l_.str.1: ; @.str.1 .asciz "%s\n" l_.str.2: ; @.str.2 .asciz "Wrong input" l_.str.3: ; @.str.3 .asciz "%u\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _swap ## -- Begin function swap .p2align 4, 0x90 _swap: ## @swap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _fib_modulo ## -- Begin function fib_modulo .p2align 4, 0x90 _fib_modulo: ## @fib_modulo .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) cmpl $2, -8(%rbp) jae LBB1_2 ## %bb.1: movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB1_6 LBB1_2: movl $0, -28(%rbp) movl $1, -24(%rbp) movl $1, -20(%rbp) movl $1, -16(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -16(%rbp) cmpl -8(%rbp), %eax jae LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movl -20(%rbp), %eax movl %eax, -32(%rbp) movl -28(%rbp), %eax addl -24(%rbp), %eax xorl %edx, %edx divl -12(%rbp) movl %edx, -20(%rbp) leaq -32(%rbp), %rdi leaq -24(%rbp), %rsi callq _swap movl -20(%rbp), %eax movl %eax, -28(%rbp) jmp LBB1_3 LBB1_5: movl -20(%rbp), %eax movl %eax, -4(%rbp) LBB1_6: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx movb $0, %al callq _scanf movl %eax, -16(%rbp) cmpl $2, -16(%rbp) jne LBB2_2 ## %bb.1: cmpl $0, -12(%rbp) jne LBB2_3 LBB2_2: leaq L_.str.1(%rip), %rdi leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB2_3: movl -8(%rbp), %edi movl -12(%rbp), %esi callq _fib_modulo 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 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%u%u" L_.str.1: ## @.str.1 .asciz "%s\n" L_.str.2: ## @.str.2 .asciz "Wrong input" L_.str.3: ## @.str.3 .asciz "%u\n" .subsections_via_symbols
the_stack_data/25040.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/14200881.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] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #24] add x8, sp, #32 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_1 LBB0_4: str wzr, [sp, #20] b LBB0_5 LBB0_5: ; =>This Loop Header: Depth=1 ; Child Loop BB0_7 Depth 2 ldr w8, [sp, #20] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #16] b LBB0_7 LBB0_7: ; Parent Loop BB0_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldrsw x8, [sp, #20] add x9, sp, #32 ldr w8, [x9, x8, lsl #2] ldrsw x10, [sp, #16] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldrsw x8, [sp, #20] add x9, sp, #32 ldr w8, [x9, x8, lsl #2] str w8, [sp, #28] ldrsw x8, [sp, #16] ldr w8, [x9, x8, lsl #2] ldrsw x10, [sp, #20] str w8, [x9, x10, lsl #2] ldr w8, [sp, #28] ldrsw x10, [sp, #16] str w8, [x9, x10, lsl #2] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_7 Depth=2 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_7 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_7 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_5 LBB0_14: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf str wzr, [sp, #12] b LBB0_15 LBB0_15: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=1 ldrsw x9, [sp, #12] add x8, sp, #32 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_15 LBB0_18: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: bl ___stack_chk_fail LBB0_20: 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 "Enter elements in the array :\n" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Array in ascending order is " l_.str.3: ; @.str.3 .asciz "%d " l_.str.4: ; @.str.4 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -56(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -56(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -56(%rbp), %rax leaq -48(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_1 LBB0_4: movl $0, -60(%rbp) LBB0_5: ## =>This Loop Header: Depth=1 ## Child Loop BB0_7 Depth 2 cmpl $10, -60(%rbp) jge LBB0_14 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) LBB0_7: ## Parent Loop BB0_5 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $10, -64(%rbp) jge LBB0_12 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movslq -60(%rbp), %rax movl -48(%rbp,%rax,4), %eax movslq -64(%rbp), %rcx cmpl -48(%rbp,%rcx,4), %eax jle LBB0_10 ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movslq -60(%rbp), %rax movl -48(%rbp,%rax,4), %eax movl %eax, -52(%rbp) movslq -64(%rbp), %rax movl -48(%rbp,%rax,4), %ecx movslq -60(%rbp), %rax movl %ecx, -48(%rbp,%rax,4) movl -52(%rbp), %ecx movslq -64(%rbp), %rax movl %ecx, -48(%rbp,%rax,4) LBB0_10: ## in Loop: Header=BB0_7 Depth=2 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_7 Depth=2 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB0_7 LBB0_12: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_13 LBB0_13: ## in Loop: Header=BB0_5 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB0_5 LBB0_14: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -68(%rbp) LBB0_15: ## =>This Inner Loop Header: Depth=1 cmpl $10, -68(%rbp) jge LBB0_18 ## %bb.16: ## in Loop: Header=BB0_15 Depth=1 movslq -68(%rbp), %rax movl -48(%rbp,%rax,4), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.17: ## in Loop: Header=BB0_15 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB0_15 LBB0_18: 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_20 ## %bb.19: addq $80, %rsp popq %rbp retq LBB0_20: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter elements in the array :\n" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Array in ascending order is " L_.str.3: ## @.str.3 .asciz "%d " L_.str.4: ## @.str.4 .asciz "\n" .subsections_via_symbols
the_stack_data/61074179.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #24] str w0, [sp, #20] str x1, [sp, #8] mov w8, #17 str w8, [sp, #4] str wzr, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp] sub x8, x29, #18 add x9, x8, x9 mov w8, #65 strb w8, [x9] ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: b LBB0_5 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_1 b LBB0_5 LBB0_5: 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_7 b LBB0_6 LBB0_6: bl ___stack_chk_fail LBB0_7: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -24(%rbp) movl %edi, -28(%rbp) movq %rsi, -40(%rbp) movl $17, -44(%rbp) movl $0, -48(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -48(%rbp), %rax movb $65, -18(%rbp,%rax) movl -48(%rbp), %eax cmpl -44(%rbp), %eax jl LBB0_3 ## %bb.2: jmp LBB0_5 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_4 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) cmpl $0, %eax jne LBB0_1 LBB0_5: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_7 ## %bb.6: xorl %eax, %eax addq $48, %rsp popq %rbp retq LBB0_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/164974.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _check ; -- Begin function check .p2align 2 _check: ; @check .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, #40] str x1, [sp, #32] movi.2d v0, #0000000000000000 add x0, sp, #48 str x0, [sp, #16] ; 8-byte Folded Spill str q0, [sp, #48] str q0, [sp, #64] ldr x1, [sp, #40] ldr x2, [sp, #32] mov x3, #32 bl ___strncpy_chk ldr x0, [sp, #16] ; 8-byte Folded Reload bl _strlen mov x8, x0 str w8, [sp, #28] str wzr, [sp, #24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldr w8, [sp, #28] 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_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_4 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload ldr w9, [sp, #8] ; 4-byte Folded Reload mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_9 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #24] add x9, sp, #48 ldrsb w8, [x9, x8] ldr w10, [sp, #28] subs w10, w10, #1 ldr w11, [sp, #24] subs w10, w10, w11 ldrsb w9, [x9, w10, sxtw] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_9 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_1 LBB0_9: 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_11 b LBB0_10 LBB0_10: bl ___stack_chk_fail LBB0_11: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _from_stdin ; -- Begin function from_stdin .p2align 2 _from_stdin: ; @from_stdin .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, #8224 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov x1, #8192 str x1, [sp] ; 8-byte Folded Spill bl _bzero ldr x2, [sp] ; 8-byte Folded Reload ldr x1, [sp, #8] ; 8-byte Folded Reload mov w0, #0 bl _read mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #20] ldrsw x1, [sp, #20] bl _check str w0, [sp, #16] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: bl ___stack_chk_fail LBB1_2: ldr w0, [sp, #16] ; 4-byte Folded Reload add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #32 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _from_file ; -- Begin function from_file .p2align 2 _from_file: ; @from_file .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] ldur x0, [x29, #-16] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen stur x0, [x29, #-24] ldur x8, [x29, #-24] 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: ldur x0, [x29, #-24] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill mov w2, #2 bl _fseek ldur x0, [x29, #-24] bl _ftell ldr x1, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #24] ldur x0, [x29, #-24] mov w2, #0 bl _fseek ldr x0, [sp, #24] mov x1, #1 bl _calloc str x0, [sp, #32] ldr x8, [sp, #32] 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: ldr x0, [sp, #32] ldr x2, [sp, #24] ldur x3, [x29, #-24] mov x1, #1 bl _fread str x0, [sp, #24] ldur x0, [x29, #-24] bl _fclose ldr x0, [sp, #32] ldr x1, [sp, #24] bl _check str w0, [sp, #20] ldr x0, [sp, #32] bl _free ldr w8, [sp, #20] stur w8, [x29, #-4] b LBB2_5 LBB2_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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 w0, [sp, #8] str x1, [sp] ldr w8, [sp, #8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: bl _from_stdin stur w0, [x29, #-4] b LBB3_5 LBB3_2: ldr w8, [sp, #8] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ldr x8, [sp] ldr x0, [x8, #8] bl _from_file stur w0, [x29, #-4] b LBB3_5 LBB3_4: b LBB3_5 LBB3_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "not palindrome\n" l_.str.1: ; @.str.1 .asciz "r" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _check ## -- Begin function check .p2align 4, 0x90 _check: ## @check .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, -56(%rbp) movq %rsi, -64(%rbp) leaq -48(%rbp), %rdi xorl %esi, %esi movl $32, %edx callq _memset leaq -48(%rbp), %rdi movq -56(%rbp), %rsi movq -64(%rbp), %rdx movl $32, %ecx callq ___strncpy_chk leaq -48(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -68(%rbp) movl $0, -72(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -72(%rbp), %eax movl %eax, -76(%rbp) ## 4-byte Spill movl -68(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $1, %edx jne LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -68(%rbp), %eax subl $1, %eax movl %eax, -80(%rbp) ## 4-byte Spill jmp LBB0_4 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movl -68(%rbp), %eax movl %eax, -80(%rbp) ## 4-byte Spill LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl -80(%rbp), %eax ## 4-byte Reload movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -76(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jg LBB0_9 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movslq -72(%rbp), %rax movsbl -48(%rbp,%rax), %eax movl -68(%rbp), %ecx subl $1, %ecx subl -72(%rbp), %ecx movslq %ecx, %rcx movsbl -48(%rbp,%rcx), %ecx cmpl %ecx, %eax je LBB0_7 ## %bb.6: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB0_1 LBB0_9: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_11 ## %bb.10: xorl %eax, %eax addq $80, %rsp popq %rbp retq LBB0_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _from_stdin ## -- Begin function from_stdin .p2align 4, 0x90 _from_stdin: ## @from_stdin .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $8224, %eax ## imm = 0x2020 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) leaq -8208(%rbp), %rdi xorl %esi, %esi movl $8192, %edx ## imm = 0x2000 callq _memset leaq -8208(%rbp), %rsi xorl %edi, %edi movl $8192, %edx ## imm = 0x2000 callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -8212(%rbp) leaq -8208(%rbp), %rdi movslq -8212(%rbp), %rsi callq _check movl %eax, -8216(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_2 ## %bb.1: movl -8216(%rbp), %eax ## 4-byte Reload addq $8224, %rsp ## imm = 0x2020 popq %rbp retq LBB1_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _from_file ## -- Begin function from_file .p2align 4, 0x90 _from_file: ## @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 $48, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB2_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB2_5 LBB2_2: movq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -24(%rbp), %rdi callq _ftell movq %rax, -40(%rbp) movq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek movq -40(%rbp), %rdi movl $1, %esi callq _calloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB2_4 ## %bb.3: movl $1, -4(%rbp) jmp LBB2_5 LBB2_4: movq -32(%rbp), %rdi movq -40(%rbp), %rdx movq -24(%rbp), %rcx movl $1, %esi callq _fread movq %rax, -40(%rbp) movq -24(%rbp), %rdi callq _fclose movq -32(%rbp), %rdi movq -40(%rbp), %rsi callq _check movl %eax, -44(%rbp) movq -32(%rbp), %rdi callq _free movl -44(%rbp), %eax movl %eax, -4(%rbp) LBB2_5: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $1, -8(%rbp) jne LBB3_2 ## %bb.1: callq _from_stdin movl %eax, -4(%rbp) jmp LBB3_5 LBB3_2: cmpl $1, -8(%rbp) jle LBB3_4 ## %bb.3: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _from_file movl %eax, -4(%rbp) jmp LBB3_5 LBB3_4: jmp LBB3_5 LBB3_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "not palindrome\n" L_.str.1: ## @.str.1 .asciz "r" .subsections_via_symbols
the_stack_data/39079.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _g ; -- Begin function g .p2align 2 _g: ; @g .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] add x8, x8, #1 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #8] ldrsw x8, [sp, #8] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldrsw x1, [sp, #8] bl _section_realloc b LBB0_2 LBB0_2: ldur w8, [x29, #-4] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldr x10, [x9, #8] adrp x9, _ind@PAGE ldr x11, [x9, _ind@PAGEOFF] strb w8, [x10, x11] ldrsw x8, [sp, #8] str x8, [x9, _ind@PAGEOFF] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function section_realloc _section_realloc: ; @section_realloc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8, #16] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov x8, #1 str x8, [sp, #8] b LBB1_2 LBB1_2: b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #8] lsl x8, x8, #1 str x8, [sp, #8] b LBB1_3 LBB1_5: ldur x8, [x29, #-8] ldr x0, [x8, #8] ldr x1, [sp, #8] bl _tcc_realloc str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB1_7 LBB1_7: ldr x8, [sp] ldur x9, [x29, #-8] ldr x9, [x9, #16] add x0, x8, x9 ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #16] subs x2, x8, x9 mov w1, #0 mov x3, #-1 bl ___memset_chk ldr x8, [sp] ldur x9, [x29, #-8] str x8, [x9, #8] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _o ; -- Begin function o .p2align 2 _o: ; @o .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] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur w0, [x29, #-4] bl _g ldur w8, [x29, #-4] lsr w8, w8, #8 stur w8, [x29, #-4] b LBB2_1 LBB2_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gen_le32 ; -- Begin function gen_le32 .p2align 2 _gen_le32: ; @gen_le32 .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 _g ldur w8, [x29, #-4] asr w0, w8, #8 bl _g ldur w8, [x29, #-4] asr w0, w8, #16 bl _g ldur w8, [x29, #-4] asr w0, w8, #24 bl _g ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gsym_addr ; -- Begin function gsym_addr .p2align 2 _gsym_addr: ; @gsym_addr .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #28] str w1, [sp, #24] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, #8] ldrsw x9, [sp, #28] add x8, x8, x9 str x8, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] str w8, [sp, #20] ldr w8, [sp, #24] ldr w9, [sp, #28] subs w8, w8, w9 subs w8, w8, #4 ldr x9, [sp, #8] str w8, [x9] ldr w8, [sp, #20] str w8, [sp, #28] b LBB4_1 LBB4_3: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gsym ; -- Begin function gsym .p2align 2 _gsym: ; @gsym .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w0, [x29, #-4] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] mov x1, x8 bl _gsym_addr ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _load ; -- Begin function load .p2align 2 _load: ; @load .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur x1, [x29, #-16] ldur x8, [x29, #-16] ldrh w8, [x8, #16] stur w8, [x29, #-36] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-28] ldur x8, [x29, #-16] ldr w8, [x8, #24] stur w8, [x29, #-32] ldurb w8, [x29, #-36] stur w8, [x29, #-20] ldur w8, [x29, #-36] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB6_25 b LBB6_1 LBB6_1: ldur w8, [x29, #-20] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB6_3 b LBB6_2 LBB6_2: mov x1, sp str wzr, [sp] mov w8, #498 strh w8, [sp, #16] ldur w8, [x29, #-32] str w8, [sp, #24] ldur w0, [x29, #-4] bl _load ldur w8, [x29, #-4] stur w8, [x29, #-36] b LBB6_3 LBB6_3: ldur w8, [x29, #-28] and w8, w8, #0xf subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: mov w0, #217 bl _o stur wzr, [x29, #-4] b LBB6_24 LBB6_5: ldur w8, [x29, #-28] and w8, w8, #0xf subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB6_7 b LBB6_6 LBB6_6: mov w0, #221 bl _o stur wzr, [x29, #-4] b LBB6_23 LBB6_7: ldur w8, [x29, #-28] and w8, w8, #0xf subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB6_9 b LBB6_8 LBB6_8: mov w0, #219 bl _o mov w8, #5 stur w8, [x29, #-4] b LBB6_22 LBB6_9: ldur w8, [x29, #-28] and w8, w8, #0xfffff87f subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_11 b LBB6_10 LBB6_10: mov w0, #48655 bl _o b LBB6_21 LBB6_11: ldur w8, [x29, #-28] and w8, w8, #0xfffff87f subs w8, w8, #17 cset w8, ne tbnz w8, #0, LBB6_13 b LBB6_12 LBB6_12: mov w0, #46607 bl _o b LBB6_20 LBB6_13: ldur w8, [x29, #-28] and w8, w8, #0xfffff87f subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB6_15 b LBB6_14 LBB6_14: mov w0, #48911 bl _o b LBB6_19 LBB6_15: ldur w8, [x29, #-28] and w8, w8, #0xfffff87f subs w8, w8, #18 cset w8, ne tbnz w8, #0, LBB6_17 b LBB6_16 LBB6_16: mov w0, #46863 bl _o b LBB6_18 LBB6_17: mov w0, #139 bl _o b LBB6_18 LBB6_18: b LBB6_19 LBB6_19: b LBB6_20 LBB6_20: b LBB6_21 LBB6_21: b LBB6_22 LBB6_22: b LBB6_23 LBB6_23: b LBB6_24 LBB6_24: ldur w0, [x29, #-4] ldur w1, [x29, #-36] ldur x8, [x29, #-16] ldr x2, [x8, #32] ldur w3, [x29, #-32] bl _gen_modrm b LBB6_41 LBB6_25: ldur w8, [x29, #-20] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB6_27 b LBB6_26 LBB6_26: ldur w8, [x29, #-4] add w0, w8, #184 bl _o ldur w0, [x29, #-36] ldur x8, [x29, #-16] ldr x1, [x8, #32] ldur w2, [x29, #-32] bl _gen_addr32 b LBB6_40 LBB6_27: ldur w8, [x29, #-20] subs w8, w8, #242 cset w8, ne tbnz w8, #0, LBB6_29 b LBB6_28 LBB6_28: mov w0, #141 bl _o ldur w0, [x29, #-4] ldur x8, [x29, #-16] ldr x2, [x8, #32] ldur w3, [x29, #-32] mov w1, #242 bl _gen_modrm b LBB6_39 LBB6_29: ldur w8, [x29, #-20] subs w8, w8, #243 cset w8, ne tbnz w8, #0, LBB6_31 b LBB6_30 LBB6_30: ldur w8, [x29, #-4] add w0, w8, #184 mov w1, #0 bl _oad mov w0, #15 bl _o ldur w0, [x29, #-32] bl _o ldur w8, [x29, #-4] add w0, w8, #192 bl _o b LBB6_38 LBB6_31: ldur w8, [x29, #-20] subs w8, w8, #244 cset w8, eq tbnz w8, #0, LBB6_33 b LBB6_32 LBB6_32: ldur w8, [x29, #-20] subs w8, w8, #245 cset w8, ne tbnz w8, #0, LBB6_34 b LBB6_33 LBB6_33: ldur w8, [x29, #-20] and w8, w8, #0x1 stur w8, [x29, #-24] ldur w8, [x29, #-4] add w0, w8, #184 ldur w1, [x29, #-24] bl _oad mov w0, #1515 bl _o ldur w0, [x29, #-32] bl _gsym ldur w8, [x29, #-4] add w0, w8, #184 ldur w8, [x29, #-24] eor w1, w8, #0x1 bl _oad b LBB6_37 LBB6_34: ldur w8, [x29, #-20] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB6_36 b LBB6_35 LBB6_35: mov w0, #137 bl _o ldur w8, [x29, #-4] add w8, w8, #192 ldur w9, [x29, #-20] add w0, w8, w9, lsl #3 bl _o b LBB6_36 LBB6_36: b LBB6_37 LBB6_37: b LBB6_38 LBB6_38: b LBB6_39 LBB6_39: b LBB6_40 LBB6_40: b LBB6_41 LBB6_41: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_modrm _gen_modrm: ; @gen_modrm .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] str x2, [sp, #16] str w3, [sp, #12] ldur w8, [x29, #-4] lsl w8, w8, #3 stur w8, [x29, #-4] ldurb w8, [x29, #-8] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: ldur w9, [x29, #-4] mov w8, #5 orr w0, w8, w9 bl _o ldur w0, [x29, #-8] ldr x1, [sp, #16] ldr w2, [sp, #12] bl _gen_addr32 b LBB7_9 LBB7_2: ldurb w8, [x29, #-8] subs w8, w8, #242 cset w8, ne tbnz w8, #0, LBB7_7 b LBB7_3 LBB7_3: ldr w8, [sp, #12] ldr w9, [sp, #12] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB7_5 b LBB7_4 LBB7_4: ldur w9, [x29, #-4] mov w8, #69 orr w0, w8, w9 bl _o ldr w0, [sp, #12] bl _g b LBB7_6 LBB7_5: ldur w9, [x29, #-4] mov w8, #133 orr w0, w8, w9 ldr w1, [sp, #12] bl _oad b LBB7_6 LBB7_6: b LBB7_8 LBB7_7: ldur w9, [x29, #-4] mov w8, #0 orr w8, w8, w9 ldurb w9, [x29, #-8] orr w0, w8, w9 bl _g b LBB7_8 LBB7_8: b LBB7_9 LBB7_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_addr32 _gen_addr32: ; @gen_addr32 .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 w2, [sp, #12] ldur w8, [x29, #-4] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldr x1, [sp, #16] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #1 bl _greloc b LBB8_2 LBB8_2: ldr w0, [sp, #12] bl _gen_le32 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function oad _oad: ; @oad .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] ldur w0, [x29, #-4] bl _o adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] add x8, x8, #4 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldrsw x8, [sp, #4] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldrsw x1, [sp, #4] bl _section_realloc b LBB9_2 LBB9_2: ldr w8, [sp, #8] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldr x10, [x9, #8] adrp x9, _ind@PAGE ldr x11, [x9, _ind@PAGEOFF] str w8, [x10, x11] ldr x8, [x9, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #8] ldrsw x8, [sp, #4] str x8, [x9, _ind@PAGEOFF] ldr w0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _store ; -- Begin function store .p2align 2 _store: ; @store .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #4] ldr x8, [sp, #16] ldr w8, [x8, #24] str w8, [sp] ldr x8, [sp, #16] ldrb w8, [x8, #16] str w8, [sp, #12] ldr w8, [sp, #4] and w8, w8, #0xf str w8, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: mov w0, #217 bl _o mov w8, #2 stur w8, [x29, #-4] b LBB10_15 LBB10_2: ldr w8, [sp, #8] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB10_4 b LBB10_3 LBB10_3: mov w0, #221 bl _o mov w8, #2 stur w8, [x29, #-4] b LBB10_14 LBB10_4: ldr w8, [sp, #8] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB10_6 b LBB10_5 LBB10_5: mov w0, #49369 bl _o mov w0, #219 bl _o mov w8, #7 stur w8, [x29, #-4] b LBB10_13 LBB10_6: ldr w8, [sp, #8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB10_8 b LBB10_7 LBB10_7: mov w0, #102 bl _o b LBB10_8 LBB10_8: ldr w8, [sp, #8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_10 b LBB10_9 LBB10_9: ldr w8, [sp, #8] subs w8, w8, #11 cset w8, ne tbnz w8, #0, LBB10_11 b LBB10_10 LBB10_10: mov w0, #136 bl _o b LBB10_12 LBB10_11: mov w0, #137 bl _o b LBB10_12 LBB10_12: b LBB10_13 LBB10_13: b LBB10_14 LBB10_14: b LBB10_15 LBB10_15: ldr w8, [sp, #12] subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB10_18 b LBB10_16 LBB10_16: ldr w8, [sp, #12] subs w8, w8, #242 cset w8, eq tbnz w8, #0, LBB10_18 b LBB10_17 LBB10_17: ldr x8, [sp, #16] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB10_19 b LBB10_18 LBB10_18: ldur w0, [x29, #-4] ldr x8, [sp, #16] ldrh w1, [x8, #16] ldr x8, [sp, #16] ldr x2, [x8, #32] ldr w3, [sp] bl _gen_modrm b LBB10_22 LBB10_19: ldr w8, [sp, #12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB10_21 b LBB10_20 LBB10_20: ldr w8, [sp, #12] add w8, w8, #192 ldur w9, [x29, #-4] add w0, w8, w9, lsl #3 bl _o b LBB10_21 LBB10_21: b LBB10_22 LBB10_22: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gfunc_call ; -- Begin function gfunc_call .p2align 2 _gfunc_call: ; @gfunc_call .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 wzr, [x29, #-20] stur wzr, [x29, #-24] b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-24] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB11_22 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB11_4 b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] sub x1, x29, #12 bl _type_size stur w0, [x29, #-8] ldur w8, [x29, #-8] add w8, w8, #3 and w8, w8, #0xfffffffc stur w8, [x29, #-8] ldur w1, [x29, #-8] mov w0, #60545 bl _oad mov w0, #1 bl _get_reg stur w0, [x29, #-16] mov w0, #137 bl _o ldur w8, [x29, #-16] add w0, w8, #224 bl _o ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8, _vtop@PAGEOFF] ldur w8, [x29, #-16] orr w1, w8, #0x100 mov w2, #0 bl _vset bl _vswap bl _vstore ldur w9, [x29, #-8] ldur w8, [x29, #-20] add w8, w8, w9 stur w8, [x29, #-20] b LBB11_20 LBB11_4: ; in Loop: Header=BB11_1 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB11_15 b LBB11_5 LBB11_5: ; in Loop: Header=BB11_1 Depth=1 mov w0, #2 bl _gv adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB11_7 b LBB11_6 LBB11_6: ; in Loop: Header=BB11_1 Depth=1 mov w8, #4 stur w8, [x29, #-8] b LBB11_11 LBB11_7: ; in Loop: Header=BB11_1 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB11_9 b LBB11_8 LBB11_8: ; in Loop: Header=BB11_1 Depth=1 mov w8, #8 stur w8, [x29, #-8] b LBB11_10 LBB11_9: ; in Loop: Header=BB11_1 Depth=1 mov w8, #12 stur w8, [x29, #-8] b LBB11_10 LBB11_10: ; in Loop: Header=BB11_1 Depth=1 b LBB11_11 LBB11_11: ; in Loop: Header=BB11_1 Depth=1 ldur w1, [x29, #-8] mov w0, #60545 bl _oad ldur w8, [x29, #-8] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB11_13 b LBB11_12 LBB11_12: ; in Loop: Header=BB11_1 Depth=1 mov w0, #31963 bl _o b LBB11_14 LBB11_13: ; in Loop: Header=BB11_1 Depth=1 ldur w9, [x29, #-8] mov w8, #23769 add w8, w8, w9 subs w0, w8, #4 bl _o b LBB11_14 LBB11_14: ; in Loop: Header=BB11_1 Depth=1 mov w0, #36 bl _g mov w0, #0 bl _g ldur w9, [x29, #-8] ldur w8, [x29, #-20] add w8, w8, w9 stur w8, [x29, #-20] b LBB11_19 LBB11_15: ; in Loop: Header=BB11_1 Depth=1 mov w0, #1 bl _gv stur w0, [x29, #-16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB11_17 b LBB11_16 LBB11_16: ; in Loop: Header=BB11_1 Depth=1 mov w8, #8 stur w8, [x29, #-8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #18] add w0, w8, #80 bl _o b LBB11_18 LBB11_17: ; in Loop: Header=BB11_1 Depth=1 mov w8, #4 stur w8, [x29, #-8] b LBB11_18 LBB11_18: ; in Loop: Header=BB11_1 Depth=1 ldur w8, [x29, #-16] add w0, w8, #80 bl _o ldur w9, [x29, #-8] ldur w8, [x29, #-20] add w8, w8, w9 stur w8, [x29, #-20] b LBB11_19 LBB11_19: ; in Loop: Header=BB11_1 Depth=1 b LBB11_20 LBB11_20: ; in Loop: Header=BB11_1 Depth=1 adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB11_21 LBB11_21: ; in Loop: Header=BB11_1 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB11_1 LBB11_22: mov w0, #0 bl _save_regs adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x8, [x8, #8] str x8, [sp, #24] ldr x8, [sp, #24] ldr x8, [x8, #8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB11_31 b LBB11_23 LBB11_23: ldur w8, [x29, #-28] subs w8, w8, #4 cset w8, gt tbnz w8, #0, LBB11_31 b LBB11_24 LBB11_24: ldur w8, [x29, #-28] subs w8, w8, #2 add w8, w8, #1 str w8, [sp, #20] stur wzr, [x29, #-24] b LBB11_25 LBB11_25: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-24] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB11_30 b LBB11_26 LBB11_26: ; in Loop: Header=BB11_25 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB11_28 b LBB11_27 LBB11_27: b LBB11_30 LBB11_28: ; in Loop: Header=BB11_25 Depth=1 ldursw x9, [x29, #-24] adrp x8, _fastcall_regs@PAGE add x8, x8, _fastcall_regs@PAGEOFF ldrb w8, [x8, x9] add w0, w8, #88 bl _o ldur w8, [x29, #-20] subs w8, w8, #4 stur w8, [x29, #-20] b LBB11_29 LBB11_29: ; in Loop: Header=BB11_25 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB11_25 LBB11_30: b LBB11_31 LBB11_31: mov w0, #0 bl _gcall_or_jmp ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_34 b LBB11_32 LBB11_32: ldr x8, [sp, #24] ldr x8, [x8, #8] subs x8, x8, #1 cset w8, eq tbnz w8, #0, LBB11_34 b LBB11_33 LBB11_33: ldur w0, [x29, #-20] bl _gadd_sp b LBB11_34 LBB11_34: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function type_size _type_size: ; @type_size .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] ldr x8, [sp, #16] ldr x8, [x8, #16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB12_18 LBB12_2: ldr w8, [sp, #12] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB12_6 b LBB12_3 LBB12_3: ldur x8, [x29, #-16] ldr w8, [x8] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB12_5 b LBB12_4 LBB12_4: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #16] add x0, x8, #24 ldr x1, [sp, #24] bl _type_size ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 ldr x9, [sp, #16] ldr x9, [x9, #16] mul x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB12_18 LBB12_5: ldr x9, [sp, #24] mov w8, #4 str w8, [x9] stur w8, [x29, #-4] b LBB12_18 LBB12_6: ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB12_8 b LBB12_7 LBB12_7: ldr x9, [sp, #24] mov w8, #4 str w8, [x9] mov w8, #12 stur w8, [x29, #-4] b LBB12_18 LBB12_8: ldr w8, [sp, #12] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB12_10 b LBB12_9 LBB12_9: ldr w8, [sp, #12] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB12_11 b LBB12_10 LBB12_10: ldr x9, [sp, #24] mov w8, #4 str w8, [x9] mov w8, #8 stur w8, [x29, #-4] b LBB12_18 LBB12_11: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB12_14 b LBB12_12 LBB12_12: ldr w8, [sp, #12] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB12_14 b LBB12_13 LBB12_13: ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB12_15 b LBB12_14 LBB12_14: ldr x9, [sp, #24] mov w8, #4 str w8, [x9] stur w8, [x29, #-4] b LBB12_18 LBB12_15: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB12_17 b LBB12_16 LBB12_16: ldr x9, [sp, #24] mov w8, #2 str w8, [x9] stur w8, [x29, #-4] b LBB12_18 LBB12_17: ldr x9, [sp, #24] mov w8, #1 str w8, [x9] stur w8, [x29, #-4] b LBB12_18 LBB12_18: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _get_reg ; -- Begin function get_reg .p2align 2 _get_reg: ; @get_reg .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 wzr, [x29, #-12] b LBB13_1 LBB13_1: ; =>This Loop Header: Depth=1 ; Child Loop BB13_4 Depth 2 ldur w8, [x29, #-12] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB13_14 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldursw x9, [x29, #-12] adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-8] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_11 b LBB13_3 LBB13_3: ; in Loop: Header=BB13_1 Depth=1 adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF str x8, [sp, #8] b LBB13_4 LBB13_4: ; Parent Loop BB13_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB13_10 b LBB13_5 LBB13_5: ; in Loop: Header=BB13_4 Depth=2 ldr x8, [sp, #8] ldrb w8, [x8, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_7 b LBB13_6 LBB13_6: ; in Loop: Header=BB13_4 Depth=2 ldr x8, [sp, #8] ldrb w8, [x8, #18] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB13_8 b LBB13_7 LBB13_7: ; in Loop: Header=BB13_1 Depth=1 b LBB13_12 LBB13_8: ; in Loop: Header=BB13_4 Depth=2 b LBB13_9 LBB13_9: ; in Loop: Header=BB13_4 Depth=2 ldr x8, [sp, #8] add x8, x8, #40 str x8, [sp, #8] b LBB13_4 LBB13_10: ldur w8, [x29, #-12] stur w8, [x29, #-4] b LBB13_26 LBB13_11: ; in Loop: Header=BB13_1 Depth=1 b LBB13_12 LBB13_12: ; in Loop: Header=BB13_1 Depth=1 b LBB13_13 LBB13_13: ; in Loop: Header=BB13_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB13_1 LBB13_14: adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF str x8, [sp, #8] b LBB13_15 LBB13_15: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB13_25 b LBB13_16 LBB13_16: ; in Loop: Header=BB13_15 Depth=1 ldr x8, [sp, #8] ldrb w8, [x8, #16] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB13_19 b LBB13_17 LBB13_17: ; in Loop: Header=BB13_15 Depth=1 ldursw x9, [x29, #-12] adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-8] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_19 b LBB13_18 LBB13_18: b LBB13_22 LBB13_19: ; in Loop: Header=BB13_15 Depth=1 ldr x8, [sp, #8] ldrb w8, [x8, #18] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB13_23 b LBB13_20 LBB13_20: ; in Loop: Header=BB13_15 Depth=1 ldursw x9, [x29, #-12] adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-8] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB13_23 b LBB13_21 LBB13_21: b LBB13_22 LBB13_22: ldur w0, [x29, #-12] bl _save_reg ldur w8, [x29, #-12] stur w8, [x29, #-4] b LBB13_26 LBB13_23: ; in Loop: Header=BB13_15 Depth=1 b LBB13_24 LBB13_24: ; in Loop: Header=BB13_15 Depth=1 ldr x8, [sp, #8] add x8, x8, #40 str x8, [sp, #8] b LBB13_15 LBB13_25: mov w8, #-1 stur w8, [x29, #-4] b LBB13_26 LBB13_26: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _vset ; -- Begin function vset .p2align 2 _vset: ; @vset .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] add x2, sp, #8 str w8, [sp, #8] ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _vsetc ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _vswap ; -- Begin function vswap .p2align 2 _vswap: ; @vswap .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, _vtop@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x1, [x8, _vtop@PAGEOFF] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov x2, #40 str x2, [sp, #16] ; 8-byte Folded Spill bl _memcpy ldr x8, [sp] ; 8-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8, _vtop@PAGEOFF] ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #40 bl _memcpy ldr x8, [sp] ; 8-byte Folded Reload ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _memcpy ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _vstore ; -- Begin function vstore .p2align 2 _vstore: ; @vstore .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, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldur w9, [x9, #-40] stur w9, [x29, #-12] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf stur w8, [x29, #-4] ldur w8, [x29, #-12] and w8, w8, #0xf stur w8, [x29, #-8] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB16_2 b LBB16_1 LBB16_1: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB16_3 b LBB16_2 LBB16_2: ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB16_5 b LBB16_3 LBB16_3: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB16_8 b LBB16_4 LBB16_4: ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB16_8 b LBB16_5 LBB16_5: mov w8, #1024 stur w8, [x29, #-44] ldur w8, [x29, #-12] and w8, w8, #0xfffff87f adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9] ldur w8, [x29, #-12] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB16_7 b LBB16_6 LBB16_6: adrp x0, l_.str.49@PAGE add x0, x0, l_.str.49@PAGEOFF bl _warning b LBB16_7 LBB16_7: b LBB16_11 LBB16_8: stur wzr, [x29, #-44] ldur w8, [x29, #-12] ands w8, w8, #0x40 cset w8, ne tbnz w8, #0, LBB16_10 b LBB16_9 LBB16_9: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _gen_assign_cast b LBB16_10 LBB16_10: b LBB16_11 LBB16_11: ldur w8, [x29, #-4] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB16_16 b LBB16_12 LBB16_12: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB16_14 b LBB16_13 LBB16_13: adrp x8, _vtop@PAGE str x8, [sp, #32] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] sub x1, x29, #28 bl _type_size stur w0, [x29, #-24] adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #355 bl _vpush_global_sym ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #80 bl _vpushv ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] bl _gaddrof ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #80 bl _vpushv ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] bl _gaddrof ldur w0, [x29, #-24] bl _vpushi mov w0, #3 bl _gfunc_call bl _vswap bl _vpop b LBB16_15 LBB16_14: bl _vswap bl _vpop b LBB16_15 LBB16_15: b LBB16_30 LBB16_16: ldur w8, [x29, #-12] ands w8, w8, #0x40 cset w8, eq tbnz w8, #0, LBB16_18 b LBB16_17 LBB16_17: ldur w8, [x29, #-12] asr w8, w8, #16 and w8, w8, #0x3f stur w8, [x29, #-36] ldur w8, [x29, #-12] asr w8, w8, #22 and w8, w8, #0x3f stur w8, [x29, #-32] ldur w8, [x29, #-12] mov w9, #65471 and w8, w8, w9 adrp x9, _vtop@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x9, [x9, _vtop@PAGEOFF] stur w8, [x9, #-40] bl _vdup ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] subs x0, x9, #40 ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #80 mov x2, #40 bl _memcpy ldur w9, [x29, #-32] mov w8, #1 str w8, [sp, #24] ; 4-byte Folded Spill lsl w8, w8, w9 subs w0, w8, #1 bl _vpushi mov w0, #38 str w0, [sp, #28] ; 4-byte Folded Spill bl _gen_op ldur w0, [x29, #-36] bl _vpushi ldr w0, [sp, #24] ; 4-byte Folded Reload bl _gen_op bl _vswap ldr w8, [sp, #24] ; 4-byte Folded Reload ldur w9, [x29, #-32] lsl w8, w8, w9 subs w8, w8, #1 ldur w9, [x29, #-36] lsl w8, w8, w9 mvn w0, w8 bl _vpushi ldr w0, [sp, #28] ; 4-byte Folded Reload bl _gen_op mov w0, #124 bl _gen_op bl _vstore b LBB16_29 LBB16_18: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB16_20 b LBB16_19 LBB16_19: bl _vswap bl _gbound bl _vswap b LBB16_20 LBB16_20: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB16_28 b LBB16_21 LBB16_21: mov w8, #1 stur w8, [x29, #-40] ldur w0, [x29, #-12] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB16_23 b LBB16_22 LBB16_22: mov w8, #2 stur w8, [x29, #-40] b LBB16_23 LBB16_23: ldur w0, [x29, #-40] bl _gv stur w0, [x29, #-16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurb w8, [x8, #-24] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB16_25 b LBB16_24 LBB16_24: mov w0, #1 bl _get_reg stur w0, [x29, #-20] add x1, sp, #40 str wzr, [sp, #40] mov w8, #498 strh w8, [sp, #56] adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldur w8, [x8, #-16] str w8, [sp, #64] ldur w0, [x29, #-20] bl _load ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-20] orr w8, w8, #0x100 ldr x9, [x9, _vtop@PAGEOFF] sturh w8, [x9, #-24] b LBB16_25 LBB16_25: ldur w0, [x29, #-16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #40 bl _store ldur w8, [x29, #-12] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB16_27 b LBB16_26 LBB16_26: bl _vswap adrp x8, _vtop@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] bl _gaddrof mov w0, #4 bl _vpushi mov w0, #43 bl _gen_op ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, #0x100 strh w8, [x9, #16] bl _vswap ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldrh w0, [x9, #18] ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #40 bl _store b LBB16_27 LBB16_27: b LBB16_28 LBB16_28: bl _vswap adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] subs x9, x9, #40 str x9, [x8, _vtop@PAGEOFF] ldur w10, [x29, #-44] ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, w10 strh w8, [x9, #16] b LBB16_29 LBB16_29: b LBB16_30 LBB16_30: ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_float _is_float: ; @is_float .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] and w8, w8, #0xf str w8, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #10 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB17_3 b LBB17_1 LBB17_1: ldr w8, [sp, #8] subs w8, w8, #9 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB17_3 b LBB17_2 LBB17_2: ldr w8, [sp, #8] subs w8, w8, #8 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB17_3 LBB17_3: ldr w8, [sp, #4] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _gv ; -- Begin function gv .p2align 2 _gv: ; @gv .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] ands w8, w8, #0x40 cset w8, eq tbnz w8, #0, LBB18_2 b LBB18_1 LBB18_1: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr w9, [x9] asr w9, w9, #16 and w9, w9, #0x3f stur w9, [x29, #-20] ldr x9, [x8, _vtop@PAGEOFF] ldr w9, [x9] asr w9, w9, #22 and w9, w9, #0x3f stur w9, [x29, #-24] ldr x9, [x8, _vtop@PAGEOFF] ldr w8, [x9] mov w10, #65471 and w8, w8, w10 str w8, [x9] ldur w8, [x29, #-20] ldur w9, [x29, #-24] add w9, w8, w9 mov w8, #32 str w8, [sp, #60] ; 4-byte Folded Spill subs w0, w8, w9 bl _vpushi mov w0, #1 bl _gen_op ldr w8, [sp, #60] ; 4-byte Folded Reload ldur w9, [x29, #-24] subs w0, w8, w9 bl _vpushi mov w0, #2 bl _gen_op ldur w0, [x29, #-4] bl _gv stur w0, [x29, #-8] b LBB18_41 LBB18_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB18_9 b LBB18_3 LBB18_3: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB18_9 b LBB18_4 LBB18_4: adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] sub x1, x29, #32 bl _type_size stur w0, [x29, #-28] adrp x8, _data_section@PAGE ldr x9, [x8, _data_section@PAGEOFF] ldr x9, [x9] ldursw x10, [x29, #-32] add x9, x9, x10 subs x9, x9, #1 ldur w11, [x29, #-32] mov w10, #0 subs w11, w10, w11 ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 and x9, x9, x10 str x9, [sp, #72] ldr x9, [sp, #72] ldr x10, [x8, _data_section@PAGEOFF] str x9, [x10] ldr x0, [x8, _data_section@PAGEOFF] ldursw x1, [x29, #-28] bl _section_ptr_add stur x0, [x29, #-64] ldur w8, [x29, #-28] asr w8, w8, #2 stur w8, [x29, #-28] stur wzr, [x29, #-36] b LBB18_5 LBB18_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB18_8 b LBB18_6 LBB18_6: ; in Loop: Header=BB18_5 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] add x8, x8, #24 ldursw x9, [x29, #-36] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-64] ldursw x10, [x29, #-36] str w8, [x9, x10, lsl #2] b LBB18_7 LBB18_7: ; in Loop: Header=BB18_5 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB18_5 LBB18_8: adrp x8, _vtop@PAGE str x8, [sp, #48] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] adrp x8, _data_section@PAGE ldr x1, [x8, _data_section@PAGEOFF] ldr x2, [sp, #72] ldur w8, [x29, #-28] lsl w9, w8, #2 ; implicit-def: $x8 mov x8, x9 sxtw x3, w8 bl _get_sym_ref ldr x8, [sp, #48] ; 8-byte Folded Reload stur x0, [x29, #-56] ldr x10, [x8, _vtop@PAGEOFF] ldrh w9, [x10, #16] orr w9, w9, #0x300 strh w9, [x10, #16] ldur x9, [x29, #-56] ldr x10, [x8, _vtop@PAGEOFF] str x9, [x10, #32] ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8, #24] b LBB18_9 LBB18_9: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB18_11 b LBB18_10 LBB18_10: bl _gbound b LBB18_11 LBB18_11: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB18_16 b LBB18_12 LBB18_12: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, ne tbnz w8, #0, LBB18_16 b LBB18_13 LBB18_13: ldursw x9, [x29, #-8] adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-4] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB18_16 b LBB18_14 LBB18_14: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB18_40 b LBB18_15 LBB18_15: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #18] mov x9, x8 adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-4] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB18_40 b LBB18_16 LBB18_16: ldur w0, [x29, #-4] bl _get_reg stur w0, [x29, #-8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB18_27 b LBB18_17 LBB18_17: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB18_19 b LBB18_18 LBB18_18: adrp x8, _vtop@PAGE str x8, [sp, #40] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] ldr x9, [x9, #24] stur x9, [x29, #-48] ldur x9, [x29, #-48] ldr x10, [x8, _vtop@PAGEOFF] ; kill: def $w9 killed $w9 killed $x9 str w9, [x10, #24] ldur w0, [x29, #-8] ldr x1, [x8, _vtop@PAGEOFF] bl _load ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] ldur x8, [x29, #-48] lsr x8, x8, #32 mov x0, x8 bl _vpushi b LBB18_24 LBB18_19: ldur w8, [x29, #-8] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB18_21 b LBB18_20 LBB18_20: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB18_22 b LBB18_21 LBB18_21: mov w0, #1 bl _save_regs ldur w0, [x29, #-8] adrp x8, _vtop@PAGE str x8, [sp, #32] ; 8-byte Folded Spill ldr x1, [x8, _vtop@PAGEOFF] bl _load bl _vdup ldr x8, [sp, #32] ; 8-byte Folded Reload ldur w9, [x29, #-8] ldr x10, [x8, _vtop@PAGEOFF] sturh w9, [x10, #-24] ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] bl _gaddrof mov w0, #4 bl _vpushi mov w0, #43 bl _gen_op ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, #0x100 strh w8, [x9, #16] b LBB18_23 LBB18_22: ldur w0, [x29, #-8] adrp x8, _vtop@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x1, [x8, _vtop@PAGEOFF] bl _load bl _vdup ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldr x10, [x9, _vtop@PAGEOFF] sturh w8, [x10, #-24] ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #22 ldrh w8, [x8] ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] b LBB18_23 LBB18_23: b LBB18_24 LBB18_24: mov w8, #1 stur w8, [x29, #-16] ldur w8, [x29, #-4] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB18_26 b LBB18_25 LBB18_25: mov w8, #32 stur w8, [x29, #-16] b LBB18_26 LBB18_26: ldur w0, [x29, #-16] bl _get_reg stur w0, [x29, #-12] ldur w0, [x29, #-12] adrp x8, _vtop@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x1, [x8, _vtop@PAGEOFF] bl _load bl _vpop ldr x9, [sp, #16] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #18] b LBB18_39 LBB18_27: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB18_37 b LBB18_28 LBB18_28: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB18_37 b LBB18_29 LBB18_29: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr w9, [x9] str w9, [sp, #64] ldr w9, [sp, #64] str w9, [sp, #68] ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x1000 cset w8, eq tbnz w8, #0, LBB18_31 b LBB18_30 LBB18_30: mov w8, #1 str w8, [sp, #64] b LBB18_34 LBB18_31: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x2000 cset w8, eq tbnz w8, #0, LBB18_33 b LBB18_32 LBB18_32: mov w8, #2 str w8, [sp, #64] b LBB18_33 LBB18_33: b LBB18_34 LBB18_34: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x4000 cset w8, eq tbnz w8, #0, LBB18_36 b LBB18_35 LBB18_35: ldr w8, [sp, #64] orr w8, w8, #0x10 str w8, [sp, #64] b LBB18_36 LBB18_36: ldr w9, [sp, #64] adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x10, [x8, _vtop@PAGEOFF] str w9, [x10] ldur w0, [x29, #-8] ldr x1, [x8, _vtop@PAGEOFF] bl _load ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [sp, #68] ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9] b LBB18_38 LBB18_37: ldur w0, [x29, #-8] adrp x8, _vtop@PAGE ldr x1, [x8, _vtop@PAGEOFF] bl _load b LBB18_38 LBB18_38: b LBB18_39 LBB18_39: b LBB18_40 LBB18_40: ldur w8, [x29, #-8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] b LBB18_41 LBB18_41: ldur w0, [x29, #-8] ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _save_regs ; -- Begin function save_regs .p2align 2 _save_regs: ; @save_regs .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldursw x9, [x29, #-4] mov x10, #40 mneg x9, x9, x10 add x8, x8, x9 str x8, [sp, #8] adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF str x8, [sp, #16] b LBB19_1 LBB19_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB19_6 b LBB19_2 LBB19_2: ; in Loop: Header=BB19_1 Depth=1 ldr x8, [sp, #16] ldrb w8, [x8, #16] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB19_4 b LBB19_3 LBB19_3: ; in Loop: Header=BB19_1 Depth=1 ldur w0, [x29, #-8] bl _save_reg b LBB19_4 LBB19_4: ; in Loop: Header=BB19_1 Depth=1 b LBB19_5 LBB19_5: ; in Loop: Header=BB19_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #40 str x8, [sp, #16] b LBB19_1 LBB19_6: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gcall_or_jmp _gcall_or_jmp: ; @gcall_or_jmp .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB20_5 b LBB20_1 LBB20_1: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB20_3 b LBB20_2 LBB20_2: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x1, [x8, #32] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 mov w3, #2 bl _greloc b LBB20_4 LBB20_3: adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _cur_text_section@PAGE ldr x1, [x8, _cur_text_section@PAGEOFF] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 mov w3, #2 mov w4, #0 bl _put_elf_reloc b LBB20_4 LBB20_4: ldur w8, [x29, #-4] add w0, w8, #232 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] subs w1, w8, #4 bl _oad b LBB20_6 LBB20_5: mov w0, #1 bl _gv str w0, [sp, #8] mov w0, #255 bl _o ldr w8, [sp, #8] add w8, w8, #208 ldur w9, [x29, #-4] add w0, w8, w9, lsl #4 bl _o b LBB20_6 LBB20_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gadd_sp _gadd_sp: ; @gadd_sp .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] ldur w9, [x29, #-4] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB21_2 b LBB21_1 LBB21_1: mov w0, #50307 bl _o ldur w0, [x29, #-4] bl _g b LBB21_3 LBB21_2: ldur w1, [x29, #-4] mov w0, #50305 bl _oad b LBB21_3 LBB21_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gfunc_prolog ; -- Begin function gfunc_prolog .p2align 2 _gfunc_prolog: ; @gfunc_prolog .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #32] ldr x8, [sp, #32] ldr x8, [x8, #8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-24] mov w8, #8 stur w8, [x29, #-12] adrp x8, _loc@PAGE str xzr, [x8, _loc@PAGEOFF] ldur w8, [x29, #-24] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB22_3 b LBB22_1 LBB22_1: ldur w8, [x29, #-24] subs w8, w8, #4 cset w8, gt tbnz w8, #0, LBB22_3 b LBB22_2 LBB22_2: ldur w8, [x29, #-24] subs w8, w8, #2 add w8, w8, #1 stur w8, [x29, #-28] b LBB22_4 LBB22_3: stur wzr, [x29, #-28] b LBB22_4 LBB22_4: stur wzr, [x29, #-32] adrp x8, _ind@PAGE ldr x9, [x8, _ind@PAGEOFF] add x9, x9, #9 str x9, [x8, _ind@PAGEOFF] ldr x8, [x8, _ind@PAGEOFF] adrp x9, _func_sub_sp_offset@PAGE str x8, [x9, _func_sub_sp_offset@PAGEOFF] ldr x8, [sp, #32] ldur q0, [x8, #24] adrp x8, _func_vt@PAGE adrp x9, _func_vt@PAGE add x9, x9, _func_vt@PAGEOFF str q0, [x9] ldr w8, [x8, _func_vt@PAGEOFF] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB22_6 b LBB22_5 LBB22_5: ldur w8, [x29, #-12] adrp x9, _func_vc@PAGE str w8, [x9, _func_vc@PAGEOFF] ldur w8, [x29, #-12] add w8, w8, #4 stur w8, [x29, #-12] ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB22_6 LBB22_6: b LBB22_7 LBB22_7: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #40] mov x9, x8 str x9, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB22_12 b LBB22_8 LBB22_8: ; in Loop: Header=BB22_7 Depth=1 ldr x8, [sp, #32] add x8, x8, #24 str x8, [sp, #24] ldr x0, [sp, #24] sub x1, x29, #16 bl _type_size stur w0, [x29, #-20] ldur w8, [x29, #-20] add w8, w8, #3 and w8, w8, #0xfffffffc stur w8, [x29, #-20] ldur w8, [x29, #-32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB22_10 b LBB22_9 LBB22_9: ; in Loop: Header=BB22_7 Depth=1 adrp x9, _loc@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x8, [x9, _loc@PAGEOFF] subs x8, x8, #4 str x8, [x9, _loc@PAGEOFF] mov w0, #137 bl _o ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x10, [x29, #-32] adrp x9, _fastcall_regs@PAGE add x9, x9, _fastcall_regs@PAGEOFF ldrb w0, [x9, x10] ldr x8, [x8, _loc@PAGEOFF] mov x3, x8 mov w1, #242 mov x2, #0 bl _gen_modrm ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8, _loc@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-36] b LBB22_11 LBB22_10: ; in Loop: Header=BB22_7 Depth=1 ldur w8, [x29, #-12] stur w8, [x29, #-36] ldur w9, [x29, #-20] ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB22_11 LBB22_11: ; in Loop: Header=BB22_7 Depth=1 ldr x8, [sp, #32] ldr x8, [x8] and x8, x8, #0xffffffffdfffffff mov x0, x8 ldr x1, [sp, #24] ldur w3, [x29, #-36] mov w2, #498 bl _sym_push ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB22_7 LBB22_12: adrp x8, _func_ret_sub@PAGE str wzr, [x8, _func_ret_sub@PAGEOFF] ldur w8, [x29, #-24] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB22_14 b LBB22_13 LBB22_13: ldur w8, [x29, #-12] subs w8, w8, #8 adrp x9, _func_ret_sub@PAGE str w8, [x9, _func_ret_sub@PAGEOFF] b LBB22_14 LBB22_14: adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB22_16 b LBB22_15 LBB22_15: mov w0, #184 str w0, [sp, #12] ; 4-byte Folded Spill mov w1, #0 str w1, [sp, #8] ; 4-byte Folded Spill bl _oad ldr w1, [sp, #8] ; 4-byte Folded Reload ldr w0, [sp, #12] ; 4-byte Folded Reload bl _oad adrp x8, _lbounds_section@PAGE ldr x8, [x8, _lbounds_section@PAGEOFF] ldr x8, [x8] adrp x9, _func_bound_offset@PAGE str x8, [x9, _func_bound_offset@PAGEOFF] b LBB22_16 LBB22_16: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sym_push _sym_push: ; @sym_push .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur x1, [x29, #-16] stur w2, [x29, #-20] str w3, [sp, #24] adrp x8, _local_stack@PAGE ldr x8, [x8, _local_stack@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB23_2 b LBB23_1 LBB23_1: adrp x8, _local_stack@PAGE add x8, x8, _local_stack@PAGEOFF str x8, [sp, #8] b LBB23_3 LBB23_2: adrp x8, _global_stack@PAGE add x8, x8, _global_stack@PAGEOFF str x8, [sp, #8] b LBB23_3 LBB23_3: ldr x0, [sp, #8] ldursw x1, [x29, #-4] ldur x8, [x29, #-16] ldrsw x2, [x8] ldrsw x3, [sp, #24] bl _sym_push2 str x0, [sp, #16] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] str x8, [x9, #32] ldursw x8, [x29, #-20] ldr x9, [sp, #16] str x8, [x9, #8] ldur w8, [x29, #-4] ands w8, w8, #0x20000000 cset w8, ne tbnz w8, #0, LBB23_9 b LBB23_4 LBB23_4: ldur w8, [x29, #-4] and w8, w8, #0xbfffffff mov w9, #268435456 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB23_9 b LBB23_5 LBB23_5: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldur w9, [x29, #-4] and w9, w9, #0xbfffffff subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] str x8, [sp] ldur w8, [x29, #-4] ands w8, w8, #0x40000000 cset w8, eq tbnz w8, #0, LBB23_7 b LBB23_6 LBB23_6: ldr x8, [sp] add x8, x8, #24 str x8, [sp, #8] b LBB23_8 LBB23_7: ldr x8, [sp] add x8, x8, #32 str x8, [sp, #8] b LBB23_8 LBB23_8: ldr x8, [sp, #8] ldr x8, [x8] ldr x9, [sp, #16] str x8, [x9, #56] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9] b LBB23_9 LBB23_9: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _gfunc_epilog ; -- Begin function gfunc_epilog .p2align 2 _gfunc_epilog: ; @gfunc_epilog .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, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB24_3 b LBB24_1 LBB24_1: adrp x8, _func_bound_offset@PAGE ldr x8, [x8, _func_bound_offset@PAGEOFF] adrp x9, _lbounds_section@PAGE ldr x9, [x9, _lbounds_section@PAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB24_3 b LBB24_2 LBB24_2: adrp x8, _lbounds_section@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x0, [x8, _lbounds_section@PAGEOFF] mov x1, #4 bl _section_ptr_add ldr x8, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-24] ldur x9, [x29, #-24] mov w10, #0 str w10, [sp, #52] ; 4-byte Folded Spill str wzr, [x9] adrp x10, _ind@PAGE str x10, [sp, #64] ; 8-byte Folded Spill ldr x9, [x10, _ind@PAGEOFF] ; kill: def $w9 killed $w9 killed $x9 stur w9, [x29, #-12] adrp x9, _func_sub_sp_offset@PAGE ldr x9, [x9, _func_sub_sp_offset@PAGEOFF] str x9, [x10, _ind@PAGEOFF] ldr x1, [x8, _lbounds_section@PAGEOFF] adrp x9, _func_bound_offset@PAGE ldr x2, [x9, _func_bound_offset@PAGEOFF] ldr x8, [x8, _lbounds_section@PAGEOFF] ldr x3, [x8] adrp x0, _char_pointer_type@PAGE add x0, x0, _char_pointer_type@PAGEOFF bl _get_sym_ref ldr x8, [sp, #64] ; 8-byte Folded Reload stur x0, [x29, #-40] adrp x9, _cur_text_section@PAGE str x9, [sp, #56] ; 8-byte Folded Spill ldr x0, [x9, _cur_text_section@PAGEOFF] ldur x1, [x29, #-40] ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 mov w3, #1 str w3, [sp, #32] ; 4-byte Folded Spill bl _greloc ldr w1, [sp, #52] ; 4-byte Folded Reload mov w0, #184 str w0, [sp, #36] ; 4-byte Folded Spill bl _oad ldr w2, [sp, #52] ; 4-byte Folded Reload mov w0, #381 adrp x1, _func_old_type@PAGE add x1, x1, _func_old_type@PAGEOFF str x1, [sp, #40] ; 8-byte Folded Spill bl _external_global_sym ldr x9, [sp, #56] ; 8-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload stur x0, [x29, #-32] ldr x0, [x9, _cur_text_section@PAGEOFF] ldur x1, [x29, #-32] ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 mov w3, #2 stur w3, [x29, #-52] ; 4-byte Folded Spill bl _greloc mov w0, #232 stur w0, [x29, #-48] ; 4-byte Folded Spill mov w1, #-4 stur w1, [x29, #-44] ; 4-byte Folded Spill bl _oad ldr x9, [sp, #64] ; 8-byte Folded Reload ldursw x8, [x29, #-12] str x8, [x9, _ind@PAGEOFF] mov w0, #21072 bl _o ldr w3, [sp, #32] ; 4-byte Folded Reload ldr x9, [sp, #56] ; 8-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x0, [x9, _cur_text_section@PAGEOFF] ldur x1, [x29, #-40] ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 bl _greloc ldr w0, [sp, #36] ; 4-byte Folded Reload ldr w1, [sp, #52] ; 4-byte Folded Reload bl _oad ldr x1, [sp, #40] ; 8-byte Folded Reload ldr w2, [sp, #52] ; 4-byte Folded Reload mov w0, #382 bl _external_global_sym ldr x9, [sp, #56] ; 8-byte Folded Reload ldr x8, [sp, #64] ; 8-byte Folded Reload ldur w3, [x29, #-52] ; 4-byte Folded Reload stur x0, [x29, #-32] ldr x0, [x9, _cur_text_section@PAGEOFF] ldur x1, [x29, #-32] ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 bl _greloc ldur w0, [x29, #-48] ; 4-byte Folded Reload ldur w1, [x29, #-44] ; 4-byte Folded Reload bl _oad mov w0, #22618 bl _o b LBB24_3 LBB24_3: mov w0, #201 bl _o adrp x8, _func_ret_sub@PAGE ldr w8, [x8, _func_ret_sub@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB24_5 b LBB24_4 LBB24_4: mov w0, #195 bl _o b LBB24_6 LBB24_5: mov w0, #194 bl _o adrp x8, _func_ret_sub@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr w0, [x8, _func_ret_sub@PAGEOFF] bl _g ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8, _func_ret_sub@PAGEOFF] asr w0, w8, #8 bl _g b LBB24_6 LBB24_6: adrp x8, _loc@PAGE ldr x9, [x8, _loc@PAGEOFF] mov x8, #0 subs x8, x8, x9 add x8, x8, #3 and x8, x8, #0xfffffffffffffffc ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] adrp x9, _ind@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x8, [x9, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-8] adrp x8, _func_sub_sp_offset@PAGE ldr x8, [x8, _func_sub_sp_offset@PAGEOFF] subs x8, x8, #9 str x8, [x9, _ind@PAGEOFF] mov w0, #35157 movk w0, #229, lsl #16 bl _o mov w0, #60545 bl _o ldur w0, [x29, #-4] bl _gen_le32 ldr x9, [sp, #8] ; 8-byte Folded Reload ldursw x8, [x29, #-8] str x8, [x9, _ind@PAGEOFF] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function section_ptr_add _section_ptr_add: ; @section_ptr_add .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] ldr x9, [sp, #16] add x8, x8, x9 str x8, [sp] ldr x8, [sp] ldur x9, [x29, #-8] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB25_2 b LBB25_1 LBB25_1: ldur x0, [x29, #-8] ldr x1, [sp] bl _section_realloc b LBB25_2 LBB25_2: ldr x8, [sp] ldur x9, [x29, #-8] str x8, [x9] ldur x8, [x29, #-8] ldr x8, [x8, #8] ldr x9, [sp, #8] add x0, x8, x9 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_sym_ref _get_sym_ref: ; @get_sym_ref .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str x3, [sp, #16] adrp x10, _anon_sym@PAGE ldr x8, [x10, _anon_sym@PAGEOFF] add x9, x8, #1 str x9, [x10, _anon_sym@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #12] ldr w0, [sp, #12] ldur x8, [x29, #-8] ldr w8, [x8] orr w1, w8, #0x100 mov w2, #0 bl _global_identifier_push str x0, [sp] ldur x8, [x29, #-8] ldr x8, [x8, #8] ldr x9, [sp] str x8, [x9, #32] ldr x9, [sp] mov x8, #752 str x8, [x9, #8] ldr x0, [sp] ldur x1, [x29, #-16] ldr x2, [sp, #24] ldr x3, [sp, #16] bl _put_extern_sym ldr x0, [sp] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function greloc _greloc: ; @greloc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] str w3, [sp, #4] ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB27_2 b LBB27_1 LBB27_1: ldr x0, [sp, #16] mov x1, #0 mov x3, #0 mov x2, x3 bl _put_extern_sym b LBB27_2 LBB27_2: adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldur x1, [x29, #-8] ldr x2, [sp, #8] ldr w3, [sp, #4] ldr x8, [sp, #16] ldr x8, [x8, #16] mov x4, x8 bl _put_elf_reloc ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function external_global_sym _external_global_sym: ; @external_global_sym .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 w2, [sp, #12] ldur w0, [x29, #-4] bl _sym_find str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB28_2 b LBB28_1 LBB28_1: ldur w0, [x29, #-4] ldr x8, [sp, #16] ldr w8, [x8] orr w1, w8, #0x80 mov w2, #0 bl _global_identifier_push str x0, [sp] ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp] str x8, [x9, #32] ldr w8, [sp, #12] orr w8, w8, #0xf0 orr w9, w8, #0x200 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 ldr x9, [sp] str x8, [x9, #8] b LBB28_2 LBB28_2: ldr x0, [sp] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gjmp ; -- Begin function gjmp .p2align 2 _gjmp: ; @gjmp .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w1, [x29, #-4] mov w0, #233 bl _oad ; implicit-def: $x8 mov x8, x0 sxtw x0, w8 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gjmp_addr ; -- Begin function gjmp_addr .p2align 2 _gjmp_addr: ; @gjmp_addr .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldursw x8, [x29, #-4] adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 subs x8, x8, #2 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #8] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB30_2 b LBB30_1 LBB30_1: mov w0, #235 bl _g ldr w0, [sp, #8] bl _g b LBB30_3 LBB30_2: ldursw x8, [x29, #-4] adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 subs x8, x8, #5 mov x1, x8 mov w0, #233 bl _oad b LBB30_3 LBB30_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gtst ; -- Begin function gtst .p2align 2 _gtst: ; @gtst .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, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #243 cset w8, ne tbnz w8, #0, LBB31_2 b LBB31_1 LBB31_1: mov w0, #15 bl _g adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] subs w8, w8, #16 ldur w9, [x29, #-4] eor w0, w8, w9 ldur w1, [x29, #-8] bl _oad stur w0, [x29, #-8] b LBB31_20 LBB31_2: ldur w8, [x29, #-12] subs w8, w8, #244 cset w8, eq tbnz w8, #0, LBB31_4 b LBB31_3 LBB31_3: ldur w8, [x29, #-12] subs w8, w8, #245 cset w8, ne tbnz w8, #0, LBB31_11 b LBB31_4 LBB31_4: ldur w8, [x29, #-12] and w8, w8, #0x1 ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB31_9 b LBB31_5 LBB31_5: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] add x8, x8, #24 str x8, [sp, #8] b LBB31_6 LBB31_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB31_8 b LBB31_7 LBB31_7: ; in Loop: Header=BB31_6 Depth=1 adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #8] ldrsw x9, [x9] add x8, x8, x9 str x8, [sp, #8] b LBB31_6 LBB31_8: ldur w8, [x29, #-8] ldr x9, [sp, #8] str w8, [x9] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] stur w8, [x29, #-8] b LBB31_10 LBB31_9: ldur w0, [x29, #-8] bl _gjmp mov x8, x0 stur w8, [x29, #-8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8, #24] bl _gsym b LBB31_10 LBB31_10: b LBB31_19 LBB31_11: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB31_13 b LBB31_12 LBB31_12: mov w0, #0 bl _vpushi mov w0, #149 bl _gen_op b LBB31_13 LBB31_13: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB31_17 b LBB31_14 LBB31_14: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB31_16 b LBB31_15 LBB31_15: ldur w0, [x29, #-8] bl _gjmp mov x8, x0 stur w8, [x29, #-8] b LBB31_16 LBB31_16: b LBB31_18 LBB31_17: mov w0, #1 bl _gv stur w0, [x29, #-12] mov w0, #133 str w0, [sp, #4] ; 4-byte Folded Spill bl _o ldur w8, [x29, #-12] mov w9, #9 mul w8, w8, w9 add w0, w8, #192 bl _o mov w0, #15 bl _g ldr w8, [sp, #4] ; 4-byte Folded Reload ldur w9, [x29, #-4] eor w0, w8, w9 ldur w1, [x29, #-8] bl _oad stur w0, [x29, #-8] b LBB31_18 LBB31_18: b LBB31_19 LBB31_19: b LBB31_20 LBB31_20: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldur w0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _vpushi ; -- Begin function vpushi .p2align 2 _vpushi: ; @vpushi .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] mov x2, sp str w8, [sp] adrp x0, _int_type@PAGE add x0, x0, _int_type@PAGEOFF mov w1, #240 bl _vsetc ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gen_op ; -- Begin function gen_op .p2align 2 _gen_op: ; @gen_op .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] adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldur w9, [x9, #-40] stur w9, [x29, #-12] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-16] ldur w8, [x29, #-12] and w8, w8, #0xf stur w8, [x29, #-20] ldur w8, [x29, #-16] and w8, w8, #0xf stur w8, [x29, #-24] ldur w8, [x29, #-20] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB33_2 b LBB33_1 LBB33_1: ldur w8, [x29, #-24] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB33_23 b LBB33_2 LBB33_2: ldur w8, [x29, #-4] subs w8, w8, #146 cset w8, lt tbnz w8, #0, LBB33_5 b LBB33_3 LBB33_3: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, gt tbnz w8, #0, LBB33_5 b LBB33_4 LBB33_4: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] subs x0, x9, #40 ldr x1, [x8, _vtop@PAGEOFF] ldur w2, [x29, #-4] bl _check_comparison_pointer_types mov w8, #16 stur w8, [x29, #-28] b LBB33_51 LBB33_5: ldur w8, [x29, #-20] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB33_10 b LBB33_6 LBB33_6: ldur w8, [x29, #-24] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB33_10 b LBB33_7 LBB33_7: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB33_9 b LBB33_8 LBB33_8: adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _error b LBB33_9 LBB33_9: adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] subs x0, x9, #40 ldr x1, [x8, _vtop@PAGEOFF] ldur w2, [x29, #-4] bl _check_comparison_pointer_types ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _pointed_size stur w0, [x29, #-8] ldur w0, [x29, #-4] bl _gen_opic ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] ldur w0, [x29, #-8] bl _vpushi mov w0, #178 bl _gen_op b LBB33_22 LBB33_10: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB33_13 b LBB33_11 LBB33_11: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB33_13 b LBB33_12 LBB33_12: adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _error b LBB33_13 LBB33_13: ldur w8, [x29, #-24] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB33_15 b LBB33_14 LBB33_14: bl _vswap sub x0, x29, #12 sub x1, x29, #16 bl _swap b LBB33_15 LBB33_15: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldur q0, [x9, #-40] str q0, [sp, #16] ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _pointed_size bl _vpushi mov w0, #42 bl _gen_op adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB33_20 b LBB33_16 LBB33_16: adrp x8, _const_wanted@PAGE ldr w8, [x8, _const_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB33_20 b LBB33_17 LBB33_17: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB33_19 b LBB33_18 LBB33_18: mov w0, #0 bl _vpushi bl _vswap mov w0, #45 bl _gen_op b LBB33_19 LBB33_19: bl _gen_bounded_ptr_add b LBB33_21 LBB33_20: ldur w0, [x29, #-4] bl _gen_opic b LBB33_21 LBB33_21: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr q0, [sp, #16] str q0, [x8] b LBB33_22 LBB33_22: b LBB33_90 LBB33_23: ldur w0, [x29, #-20] bl _is_float subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB33_25 b LBB33_24 LBB33_24: ldur w0, [x29, #-24] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB33_41 b LBB33_25 LBB33_25: ldur w8, [x29, #-20] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB33_27 b LBB33_26 LBB33_26: ldur w8, [x29, #-24] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB33_28 b LBB33_27 LBB33_27: mov w8, #10 stur w8, [x29, #-28] b LBB33_33 LBB33_28: ldur w8, [x29, #-20] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB33_30 b LBB33_29 LBB33_29: ldur w8, [x29, #-24] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB33_31 b LBB33_30 LBB33_30: mov w8, #9 stur w8, [x29, #-28] b LBB33_32 LBB33_31: mov w8, #8 stur w8, [x29, #-28] b LBB33_32 LBB33_32: b LBB33_33 LBB33_33: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB33_40 b LBB33_34 LBB33_34: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB33_40 b LBB33_35 LBB33_35: ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB33_40 b LBB33_36 LBB33_36: ldur w8, [x29, #-4] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB33_40 b LBB33_37 LBB33_37: ldur w8, [x29, #-4] subs w8, w8, #146 cset w8, lt tbnz w8, #0, LBB33_39 b LBB33_38 LBB33_38: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, le tbnz w8, #0, LBB33_40 b LBB33_39 LBB33_39: adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _error b LBB33_40 LBB33_40: b LBB33_51 LBB33_41: ldur w8, [x29, #-20] subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB33_43 b LBB33_42 LBB33_42: ldur w8, [x29, #-24] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB33_47 b LBB33_43 LBB33_43: mov w8, #12 stur w8, [x29, #-28] ldur w8, [x29, #-12] and w8, w8, #0x1f subs w8, w8, #28 cset w8, eq tbnz w8, #0, LBB33_45 b LBB33_44 LBB33_44: ldur w8, [x29, #-16] and w8, w8, #0x1f subs w8, w8, #28 cset w8, ne tbnz w8, #0, LBB33_46 b LBB33_45 LBB33_45: ldur w8, [x29, #-28] orr w8, w8, #0x10 stur w8, [x29, #-28] b LBB33_46 LBB33_46: b LBB33_51 LBB33_47: stur wzr, [x29, #-28] ldur w8, [x29, #-12] and w8, w8, #0x1f subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB33_49 b LBB33_48 LBB33_48: ldur w8, [x29, #-16] and w8, w8, #0x1f subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB33_50 b LBB33_49 LBB33_49: ldur w8, [x29, #-28] orr w8, w8, #0x10 stur w8, [x29, #-28] b LBB33_50 LBB33_50: b LBB33_51 LBB33_51: ldur w8, [x29, #-28] ands w8, w8, #0x10 cset w8, eq tbnz w8, #0, LBB33_73 b LBB33_52 LBB33_52: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB33_54 b LBB33_53 LBB33_53: mov w8, #205 stur w8, [x29, #-4] b LBB33_72 LBB33_54: ldur w8, [x29, #-4] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB33_56 b LBB33_55 LBB33_55: mov w8, #176 stur w8, [x29, #-4] b LBB33_71 LBB33_56: ldur w8, [x29, #-4] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB33_58 b LBB33_57 LBB33_57: mov w8, #177 stur w8, [x29, #-4] b LBB33_70 LBB33_58: ldur w8, [x29, #-4] subs w8, w8, #156 cset w8, ne tbnz w8, #0, LBB33_60 b LBB33_59 LBB33_59: mov w8, #146 stur w8, [x29, #-4] b LBB33_69 LBB33_60: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, ne tbnz w8, #0, LBB33_62 b LBB33_61 LBB33_61: mov w8, #151 stur w8, [x29, #-4] b LBB33_68 LBB33_62: ldur w8, [x29, #-4] subs w8, w8, #158 cset w8, ne tbnz w8, #0, LBB33_64 b LBB33_63 LBB33_63: mov w8, #150 stur w8, [x29, #-4] b LBB33_67 LBB33_64: ldur w8, [x29, #-4] subs w8, w8, #157 cset w8, ne tbnz w8, #0, LBB33_66 b LBB33_65 LBB33_65: mov w8, #147 stur w8, [x29, #-4] b LBB33_66 LBB33_66: b LBB33_67 LBB33_67: b LBB33_68 LBB33_68: b LBB33_69 LBB33_69: b LBB33_70 LBB33_70: b LBB33_71 LBB33_71: b LBB33_72 LBB33_72: b LBB33_73 LBB33_73: bl _vswap ldur w8, [x29, #-28] add x0, sp, #16 str w8, [sp, #16] bl _gen_cast bl _vswap ldur w8, [x29, #-4] subs w8, w8, #205 cset w8, eq tbnz w8, #0, LBB33_76 b LBB33_74 LBB33_74: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB33_76 b LBB33_75 LBB33_75: ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB33_77 b LBB33_76 LBB33_76: str wzr, [sp, #16] b LBB33_77 LBB33_77: add x0, sp, #16 bl _gen_cast ldur w0, [x29, #-28] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB33_79 b LBB33_78 LBB33_78: ldur w0, [x29, #-4] bl _gen_opif b LBB33_83 LBB33_79: ldur w8, [x29, #-28] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB33_81 b LBB33_80 LBB33_80: ldur w0, [x29, #-4] bl _gen_opl b LBB33_82 LBB33_81: ldur w0, [x29, #-4] bl _gen_opic b LBB33_82 LBB33_82: b LBB33_83 LBB33_83: ldur w8, [x29, #-4] subs w8, w8, #146 cset w8, lt tbnz w8, #0, LBB33_86 b LBB33_84 LBB33_84: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, gt tbnz w8, #0, LBB33_86 b LBB33_85 LBB33_85: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8] b LBB33_87 LBB33_86: ldur w8, [x29, #-28] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9] b LBB33_87 LBB33_87: b LBB33_88 LBB33_88: b LBB33_89 LBB33_89: b LBB33_90 LBB33_90: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _gen_opi ; -- Begin function gen_opi .p2align 2 _gen_opi: ; @gen_opi .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] ldur w8, [x29, #-4] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB34_35 b LBB34_1 LBB34_1: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB34_37 b LBB34_2 LBB34_2: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB34_42 b LBB34_3 LBB34_3: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB34_31 b LBB34_4 LBB34_4: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB34_34 b LBB34_5 LBB34_5: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB34_17 b LBB34_6 LBB34_6: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB34_28 b LBB34_7 LBB34_7: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB34_42 b LBB34_8 LBB34_8: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB34_32 b LBB34_9 LBB34_9: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB34_33 b LBB34_10 LBB34_10: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #176 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB34_42 b LBB34_11 LBB34_11: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #194 cset w8, eq tbnz w8, #0, LBB34_42 b LBB34_12 LBB34_12: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #195 cset w8, eq tbnz w8, #0, LBB34_17 b LBB34_13 LBB34_13: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #196 cset w8, eq tbnz w8, #0, LBB34_29 b LBB34_14 LBB34_14: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #197 cset w8, eq tbnz w8, #0, LBB34_28 b LBB34_15 LBB34_15: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #198 cset w8, eq tbnz w8, #0, LBB34_30 b LBB34_16 LBB34_16: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #205 cset w8, eq tbnz w8, #0, LBB34_36 b LBB34_54 LBB34_17: str wzr, [sp, #16] b LBB34_18 LBB34_18: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB34_23 b LBB34_19 LBB34_19: bl _vswap mov w0, #1 bl _gv stur w0, [x29, #-8] bl _vswap adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] str w8, [sp, #12] ldr w8, [sp, #12] ldr w9, [sp, #12] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB34_21 b LBB34_20 LBB34_20: mov w0, #131 bl _o ldr w9, [sp, #16] mov w8, #192 orr w8, w8, w9, lsl #3 ldur w9, [x29, #-8] orr w0, w8, w9 bl _o ldr w0, [sp, #12] bl _g b LBB34_22 LBB34_21: mov w0, #129 bl _o ldr w9, [sp, #16] mov w8, #192 orr w8, w8, w9, lsl #3 ldur w9, [x29, #-8] orr w0, w8, w9 ldr w1, [sp, #12] bl _oad b LBB34_22 LBB34_22: b LBB34_24 LBB34_23: mov w1, #1 mov x0, x1 bl _gv2 adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldurh w9, [x9, #-24] stur w9, [x29, #-8] ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] stur w8, [x29, #-12] ldr w8, [sp, #16] lsl w8, w8, #3 orr w0, w8, #0x1 bl _o ldur w8, [x29, #-8] add w8, w8, #192 ldur w9, [x29, #-12] add w0, w8, w9, lsl #3 bl _o b LBB34_24 LBB34_24: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldur w8, [x29, #-4] subs w8, w8, #146 cset w8, lt tbnz w8, #0, LBB34_27 b LBB34_25 LBB34_25: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, gt tbnz w8, #0, LBB34_27 b LBB34_26 LBB34_26: adrp x9, _vtop@PAGE ldr x10, [x9, _vtop@PAGEOFF] mov w8, #243 strh w8, [x10, #16] ldur w8, [x29, #-4] ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB34_27 LBB34_27: b LBB34_55 LBB34_28: mov w8, #5 str w8, [sp, #16] b LBB34_18 LBB34_29: mov w8, #2 str w8, [sp, #16] b LBB34_18 LBB34_30: mov w8, #3 str w8, [sp, #16] b LBB34_18 LBB34_31: mov w8, #4 str w8, [sp, #16] b LBB34_18 LBB34_32: mov w8, #6 str w8, [sp, #16] b LBB34_18 LBB34_33: mov w8, #1 str w8, [sp, #16] b LBB34_18 LBB34_34: mov w1, #1 mov x0, x1 bl _gv2 adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldurh w8, [x8, #-24] stur w8, [x29, #-8] ldr x8, [x9, _vtop@PAGEOFF] ldrh w8, [x8, #16] stur w8, [x29, #-12] ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] mov w0, #44815 bl _o ldur w8, [x29, #-12] add w8, w8, #192 ldur w9, [x29, #-8] add w0, w8, w9, lsl #3 bl _o b LBB34_55 LBB34_35: mov w8, #4 str w8, [sp, #16] b LBB34_38 LBB34_36: mov w8, #5 str w8, [sp, #16] b LBB34_38 LBB34_37: mov w8, #7 str w8, [sp, #16] b LBB34_38 LBB34_38: ldr w9, [sp, #16] mov w8, #192 orr w8, w8, w9, lsl #3 str w8, [sp, #16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB34_40 b LBB34_39 LBB34_39: bl _vswap mov w0, #1 bl _gv stur w0, [x29, #-8] bl _vswap adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] and w8, w8, #0x1f str w8, [sp, #12] mov w0, #193 bl _o ldr w8, [sp, #16] ldur w9, [x29, #-8] orr w0, w8, w9 bl _o ldr w0, [sp, #12] bl _g b LBB34_41 LBB34_40: mov w0, #1 mov w1, #16 bl _gv2 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] stur w8, [x29, #-8] mov w0, #211 bl _o ldr w8, [sp, #16] ldur w9, [x29, #-8] orr w0, w8, w9 bl _o b LBB34_41 LBB34_41: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB34_55 LBB34_42: mov w0, #4 mov w1, #16 bl _gv2 adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldurh w8, [x8, #-24] stur w8, [x29, #-8] ldr x8, [x9, _vtop@PAGEOFF] ldrh w8, [x8, #16] stur w8, [x29, #-12] ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] mov w0, #2 bl _save_reg ldur w8, [x29, #-4] subs w8, w8, #194 cset w8, ne tbnz w8, #0, LBB34_44 b LBB34_43 LBB34_43: mov w0, #247 bl _o ldur w8, [x29, #-12] add w0, w8, #224 bl _o adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] mov w8, #2 strh w8, [x9, #18] stur wzr, [x29, #-8] b LBB34_53 LBB34_44: ldur w8, [x29, #-4] subs w8, w8, #176 cset w8, eq tbnz w8, #0, LBB34_46 b LBB34_45 LBB34_45: ldur w8, [x29, #-4] subs w8, w8, #177 cset w8, ne tbnz w8, #0, LBB34_47 b LBB34_46 LBB34_46: mov w0, #53809 movk w0, #247, lsl #16 bl _o ldur w8, [x29, #-12] add w0, w8, #240 bl _o b LBB34_48 LBB34_47: mov w0, #63385 bl _o ldur w8, [x29, #-12] add w0, w8, #248 bl _o b LBB34_48 LBB34_48: ldur w8, [x29, #-4] subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB34_50 b LBB34_49 LBB34_49: ldur w8, [x29, #-4] subs w8, w8, #177 cset w8, ne tbnz w8, #0, LBB34_51 b LBB34_50 LBB34_50: mov w8, #2 stur w8, [x29, #-8] b LBB34_52 LBB34_51: stur wzr, [x29, #-8] b LBB34_52 LBB34_52: b LBB34_53 LBB34_53: ldur w8, [x29, #-8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] b LBB34_55 LBB34_54: mov w8, #7 str w8, [sp, #16] b LBB34_18 LBB34_55: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gv2 ; -- Begin function gv2 .p2align 2 _gv2: ; @gv2 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #243 cset w8, eq tbnz w8, #0, LBB35_6 b LBB35_1 LBB35_1: ldr w8, [sp, #4] and w8, w8, #0xfffffffe subs w8, w8, #244 cset w8, eq tbnz w8, #0, LBB35_6 b LBB35_2 LBB35_2: ldur w8, [x29, #-4] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB35_6 b LBB35_3 LBB35_3: bl _vswap ldur w0, [x29, #-4] bl _gv bl _vswap ldr w0, [sp, #8] bl _gv adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurb w8, [x8, #-24] subs w8, w8, #240 cset w8, lt tbnz w8, #0, LBB35_5 b LBB35_4 LBB35_4: bl _vswap ldur w0, [x29, #-4] bl _gv bl _vswap b LBB35_5 LBB35_5: b LBB35_9 LBB35_6: ldr w0, [sp, #8] bl _gv bl _vswap ldur w0, [x29, #-4] bl _gv bl _vswap adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] subs w8, w8, #240 cset w8, lt tbnz w8, #0, LBB35_8 b LBB35_7 LBB35_7: ldr w0, [sp, #8] bl _gv b LBB35_8 LBB35_8: b LBB35_9 LBB35_9: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _save_reg ; -- Begin function save_reg .p2align 2 _save_reg: ; @save_reg .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur wzr, [x29, #-12] stur wzr, [x29, #-8] adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF stur x8, [x29, #-32] b LBB36_1 LBB36_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB36_20 b LBB36_2 LBB36_2: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldrb w8, [x8, #16] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB36_4 b LBB36_3 LBB36_3: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldrb w8, [x8, #18] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB36_18 b LBB36_4 LBB36_4: ; in Loop: Header=BB36_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB36_14 b LBB36_5 LBB36_5: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldrb w8, [x8, #16] stur w8, [x29, #-4] ldur x8, [x29, #-32] str x8, [sp] ldur x8, [x29, #-32] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, ne tbnz w8, #0, LBB36_8 b LBB36_6 LBB36_6: ; in Loop: Header=BB36_1 Depth=1 ldr x8, [sp] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB36_9 b LBB36_7 LBB36_7: ; in Loop: Header=BB36_1 Depth=1 ldr x8, [sp] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB36_9 b LBB36_8 LBB36_8: ; in Loop: Header=BB36_1 Depth=1 adrp x8, _int_type@PAGE add x8, x8, _int_type@PAGEOFF str x8, [sp] b LBB36_9 LBB36_9: ; in Loop: Header=BB36_1 Depth=1 ldr x0, [sp] sub x1, x29, #20 bl _type_size stur w0, [x29, #-16] adrp x8, _loc@PAGE ldr x9, [x8, _loc@PAGEOFF] ldursw x10, [x29, #-16] subs x9, x9, x10 ldur w11, [x29, #-20] mov w10, #0 subs w11, w10, w11 ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 and x9, x9, x10 str x9, [x8, _loc@PAGEOFF] ldr x9, [sp] ldr w9, [x9] add x1, sp, #8 str w9, [sp, #8] mov w9, #498 strh w9, [sp, #24] ldr x8, [x8, _loc@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #32] ldur w0, [x29, #-4] bl _store ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB36_11 b LBB36_10 LBB36_10: ; in Loop: Header=BB36_1 Depth=1 mov w0, #55773 bl _o b LBB36_11 LBB36_11: ; in Loop: Header=BB36_1 Depth=1 ldr x8, [sp] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB36_13 b LBB36_12 LBB36_12: ; in Loop: Header=BB36_1 Depth=1 add x1, sp, #8 ldr w8, [sp, #32] add w8, w8, #4 str w8, [sp, #32] ldur x8, [x29, #-32] ldrh w0, [x8, #18] bl _store b LBB36_13 LBB36_13: ; in Loop: Header=BB36_1 Depth=1 adrp x8, _loc@PAGE ldr x8, [x8, _loc@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-8] mov w8, #1 stur w8, [x29, #-12] b LBB36_14 LBB36_14: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB36_16 b LBB36_15 LBB36_15: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldrh w8, [x8, #16] mov w9, #-33024 and w8, w8, w9 mov w9, #241 orr w8, w8, w9 ldur x9, [x29, #-32] strh w8, [x9, #16] b LBB36_17 LBB36_16: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] ldr w0, [x8] bl _lvalue_type mov w8, #242 orr w8, w0, w8 ldur x9, [x29, #-32] strh w8, [x9, #16] b LBB36_17 LBB36_17: ; in Loop: Header=BB36_1 Depth=1 ldur x9, [x29, #-32] mov w8, #240 strh w8, [x9, #18] ldur w8, [x29, #-8] ldur x9, [x29, #-32] str w8, [x9, #24] b LBB36_18 LBB36_18: ; in Loop: Header=BB36_1 Depth=1 b LBB36_19 LBB36_19: ; in Loop: Header=BB36_1 Depth=1 ldur x8, [x29, #-32] add x8, x8, #40 stur x8, [x29, #-32] b LBB36_1 LBB36_20: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _gen_opf ; -- Begin function gen_opf .p2align 2 _gen_opf: ; @gen_opf .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB37_2 b LBB37_1 LBB37_1: bl _vswap mov w0, #2 bl _gv bl _vswap b LBB37_2 LBB37_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB37_4 b LBB37_3 LBB37_3: mov w0, #2 bl _gv b LBB37_4 LBB37_4: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB37_7 b LBB37_5 LBB37_5: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB37_7 b LBB37_6 LBB37_6: bl _vswap mov w0, #2 bl _gv bl _vswap b LBB37_7 LBB37_7: stur wzr, [x29, #-20] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB37_9 b LBB37_8 LBB37_8: bl _vswap mov w8, #1 stur w8, [x29, #-20] b LBB37_9 LBB37_9: ldur w8, [x29, #-4] subs w8, w8, #146 cset w8, lt tbnz w8, #0, LBB37_31 b LBB37_10 LBB37_10: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, gt tbnz w8, #0, LBB37_31 b LBB37_11 LBB37_11: adrp x8, _vtop@PAGE ldr x1, [x8, _vtop@PAGEOFF] mov w0, #3 bl _load mov w0, #0 bl _save_reg ldur w8, [x29, #-4] subs w8, w8, #157 cset w8, eq tbnz w8, #0, LBB37_13 b LBB37_12 LBB37_12: ldur w8, [x29, #-4] subs w8, w8, #159 cset w8, ne tbnz w8, #0, LBB37_14 b LBB37_13 LBB37_13: ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-20] b LBB37_18 LBB37_14: ldur w8, [x29, #-4] subs w8, w8, #148 cset w8, eq tbnz w8, #0, LBB37_16 b LBB37_15 LBB37_15: ldur w8, [x29, #-4] subs w8, w8, #149 cset w8, ne tbnz w8, #0, LBB37_17 b LBB37_16 LBB37_16: stur wzr, [x29, #-20] b LBB37_17 LBB37_17: b LBB37_18 LBB37_18: ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB37_20 b LBB37_19 LBB37_19: mov w0, #51673 bl _o b LBB37_20 LBB37_20: mov w0, #59866 bl _o mov w0, #57567 bl _o ldur w8, [x29, #-4] subs w8, w8, #148 cset w8, ne tbnz w8, #0, LBB37_22 b LBB37_21 LBB37_21: mov w0, #58496 movk w0, #69, lsl #16 bl _o mov w0, #64640 movk w0, #64, lsl #16 bl _o b LBB37_30 LBB37_22: ldur w8, [x29, #-4] subs w8, w8, #149 cset w8, ne tbnz w8, #0, LBB37_24 b LBB37_23 LBB37_23: mov w0, #58496 movk w0, #69, lsl #16 bl _o mov w0, #62592 movk w0, #64, lsl #16 bl _o mov w8, #149 stur w8, [x29, #-4] b LBB37_29 LBB37_24: ldur w8, [x29, #-4] subs w8, w8, #157 cset w8, eq tbnz w8, #0, LBB37_26 b LBB37_25 LBB37_25: ldur w8, [x29, #-4] subs w8, w8, #158 cset w8, ne tbnz w8, #0, LBB37_27 b LBB37_26 LBB37_26: mov w0, #50422 movk w0, #5, lsl #16 bl _o mov w8, #148 stur w8, [x29, #-4] b LBB37_28 LBB37_27: mov w0, #50422 movk w0, #69, lsl #16 bl _o mov w8, #148 stur w8, [x29, #-4] b LBB37_28 LBB37_28: b LBB37_29 LBB37_29: b LBB37_30 LBB37_30: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldr x10, [x9, _vtop@PAGEOFF] mov w8, #243 strh w8, [x10, #16] ldur w8, [x29, #-4] ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB37_53 LBB37_31: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB37_33 b LBB37_32 LBB37_32: adrp x8, _vtop@PAGE ldr x1, [x8, _vtop@PAGEOFF] mov w0, #3 bl _load ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-20] b LBB37_33 LBB37_33: ldur w8, [x29, #-4] subs w8, w8, #42 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB37_35 ; %bb.34: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI37_0@PAGE add x10, x10, lJTI37_0@PAGEOFF Ltmp2: adr x8, Ltmp2 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB37_35: b LBB37_36 LBB37_36: stur wzr, [x29, #-8] b LBB37_44 LBB37_37: mov w8, #4 stur w8, [x29, #-8] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB37_39 b LBB37_38 LBB37_38: ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB37_39 LBB37_39: b LBB37_44 LBB37_40: mov w8, #1 stur w8, [x29, #-8] b LBB37_44 LBB37_41: mov w8, #6 stur w8, [x29, #-8] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB37_43 b LBB37_42 LBB37_42: ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB37_43 LBB37_43: b LBB37_44 LBB37_44: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr w9, [x9] stur w9, [x29, #-12] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] stur w8, [x29, #-16] ldur w8, [x29, #-12] and w8, w8, #0xf subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB37_46 b LBB37_45 LBB37_45: mov w0, #222 bl _o ldur w8, [x29, #-8] lsl w8, w8, #3 add w0, w8, #193 bl _o b LBB37_52 LBB37_46: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] stur w8, [x29, #-24] ldurb w8, [x29, #-24] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB37_48 b LBB37_47 LBB37_47: mov w0, #1 bl _get_reg stur w0, [x29, #-24] add x1, sp, #16 str wzr, [sp, #16] mov w8, #498 strh w8, [sp, #32] ldur w8, [x29, #-16] str w8, [sp, #40] ldur w0, [x29, #-24] bl _load stur wzr, [x29, #-16] b LBB37_48 LBB37_48: ldur w8, [x29, #-12] and w8, w8, #0xf subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB37_50 b LBB37_49 LBB37_49: mov w0, #220 bl _o b LBB37_51 LBB37_50: mov w0, #216 bl _o b LBB37_51 LBB37_51: ldur w0, [x29, #-8] ldur w1, [x29, #-24] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x2, [x8, #32] ldur w3, [x29, #-16] bl _gen_modrm b LBB37_52 LBB37_52: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB37_53 LBB37_53: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc .p2align 2 lJTI37_0: .long LBB37_40-Ltmp2 .long LBB37_36-Ltmp2 .long LBB37_35-Ltmp2 .long LBB37_37-Ltmp2 .long LBB37_35-Ltmp2 .long LBB37_41-Ltmp2 ; -- End function .globl _gen_cvt_itof ; -- Begin function gen_cvt_itof .p2align 2 _gen_cvt_itof: ; @gen_cvt_itof .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 w0, #3 bl _save_reg mov w0, #1 bl _gv adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB38_2 b LBB38_1 LBB38_1: adrp x8, _vtop@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #18] add w0, w8, #80 bl _o ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] add w0, w8, #80 bl _o mov w0, #11487 movk w0, #36, lsl #16 bl _o mov w0, #50307 movk w0, #8, lsl #16 bl _o b LBB38_6 LBB38_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0x1f subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB38_4 b LBB38_3 LBB38_3: mov w0, #106 bl _o mov w0, #0 bl _g adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] add w0, w8, #80 bl _o mov w0, #11487 movk w0, #36, lsl #16 bl _o mov w0, #50307 movk w0, #8, lsl #16 bl _o b LBB38_5 LBB38_4: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] add w0, w8, #80 bl _o mov w0, #1243 movk w0, #36, lsl #16 bl _o mov w0, #50307 movk w0, #4, lsl #16 bl _o b LBB38_5 LBB38_5: b LBB38_6 LBB38_6: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] mov w8, #3 strh w8, [x9, #16] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gen_cvt_ftoi ; -- Begin function gen_cvt_ftoi .p2align 2 _gen_cvt_ftoi: ; @gen_cvt_ftoi .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] mov w8, #18 str w8, [sp, #24] mov w0, #2 bl _gv ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_2 b LBB39_1 LBB39_1: mov w8, #8 stur w8, [x29, #-16] b LBB39_3 LBB39_2: mov w8, #4 stur w8, [x29, #-16] b LBB39_3 LBB39_3: mov w0, #11737 bl _o mov w0, #365 add x1, sp, #24 mov w2, #256 bl _external_global_sym stur x0, [x29, #-24] adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldur x1, [x29, #-24] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #1 bl _greloc mov w0, #0 bl _gen_le32 ldur w1, [x29, #-16] mov w0, #60545 bl _oad ldur w8, [x29, #-16] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB39_5 b LBB39_4 LBB39_4: mov w0, #7387 bl _o b LBB39_6 LBB39_5: mov w0, #15583 bl _o b LBB39_6 LBB39_6: mov w0, #36 bl _o mov w0, #11737 bl _o mov w0, #366 add x1, sp, #24 mov w2, #256 bl _external_global_sym stur x0, [x29, #-24] adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldur x1, [x29, #-24] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #1 str w3, [sp, #20] ; 4-byte Folded Spill bl _greloc mov w0, #0 bl _gen_le32 ldr w0, [sp, #20] ; 4-byte Folded Reload bl _get_reg stur w0, [x29, #-8] ldur w8, [x29, #-8] add w0, w8, #88 bl _o ldur w8, [x29, #-16] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB39_11 b LBB39_7 LBB39_7: ldur w8, [x29, #-4] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB39_9 b LBB39_8 LBB39_8: ldur w8, [x29, #-8] adrp x9, _vtop@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] mov w0, #1 bl _get_reg stur w0, [x29, #-12] ldur w8, [x29, #-12] add w0, w8, #88 bl _o ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #18] b LBB39_10 LBB39_9: mov w0, #50307 movk w0, #4, lsl #16 bl _o b LBB39_10 LBB39_10: b LBB39_11 LBB39_11: ldur w8, [x29, #-8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _gen_cvt_ftof ; -- Begin function gen_cvt_ftof .p2align 2 _gen_cvt_ftof: ; @gen_cvt_ftof .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 w0, #2 bl _gv ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _ggoto ; -- Begin function ggoto .p2align 2 _ggoto: ; @ggoto .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w0, #1 bl _gcall_or_jmp adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _gen_bounded_ptr_add ; -- Begin function gen_bounded_ptr_add .p2align 2 _gen_bounded_ptr_add: ; @gen_bounded_ptr_add .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w0, #4 mov w1, #32 bl _gv2 adrp x9, _vtop@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #80 str x8, [x9, _vtop@PAGEOFF] mov w0, #0 str w0, [sp, #4] ; 4-byte Folded Spill bl _save_regs ldr w2, [sp, #4] ; 4-byte Folded Reload mov w0, #374 adrp x1, _func_old_type@PAGE add x1, x1, _func_old_type@PAGEOFF bl _external_global_sym stur x0, [x29, #-8] adrp x8, _cur_text_section@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [x8, _cur_text_section@PAGEOFF] ldur x1, [x29, #-8] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] add x2, x8, #1 mov w3, #2 bl _greloc mov w0, #232 mov w1, #-4 bl _oad ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x10, [x9, _vtop@PAGEOFF] add x10, x10, #40 str x10, [x9, _vtop@PAGEOFF] ldr x11, [x9, _vtop@PAGEOFF] mov w10, #32768 strh w10, [x11, #16] ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, #96] ldr x8, [x8] subs x8, x8, #8 ldr x9, [x9, _vtop@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #24] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gen_bounded_ptr_deref ; -- Begin function gen_bounded_ptr_deref .p2align 2 _gen_bounded_ptr_deref: ; @gen_bounded_ptr_deref .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, #-8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB43_7 b LBB43_1 LBB43_1: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x1000 cset w8, eq tbnz w8, #0, LBB43_3 b LBB43_2 LBB43_2: mov w8, #1 stur w8, [x29, #-8] b LBB43_6 LBB43_3: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x2000 cset w8, eq tbnz w8, #0, LBB43_5 b LBB43_4 LBB43_4: mov w8, #2 stur w8, [x29, #-8] b LBB43_5 LBB43_5: b LBB43_6 LBB43_6: b LBB43_7 LBB43_7: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB43_9 b LBB43_8 LBB43_8: adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] sub x1, x29, #12 bl _type_size stur w0, [x29, #-8] b LBB43_9 LBB43_9: ldur w8, [x29, #-8] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #15 cset w8, hi tbnz w8, #0, LBB43_17 ; %bb.10: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI43_0@PAGE add x10, x10, lJTI43_0@PAGEOFF Ltmp3: adr x8, Ltmp3 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB43_11: mov w8, #375 stur w8, [x29, #-4] b LBB43_18 LBB43_12: mov w8, #376 stur w8, [x29, #-4] b LBB43_18 LBB43_13: mov w8, #377 stur w8, [x29, #-4] b LBB43_18 LBB43_14: mov w8, #378 stur w8, [x29, #-4] b LBB43_18 LBB43_15: mov w8, #379 stur w8, [x29, #-4] b LBB43_18 LBB43_16: mov w8, #380 stur w8, [x29, #-4] b LBB43_18 LBB43_17: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _error stur wzr, [x29, #-4] b LBB43_18 LBB43_18: adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, #96] ldr x8, [x8, #8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] ldr w9, [x9, #24] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #24] ldur w0, [x29, #-4] adrp x1, _func_old_type@PAGE add x1, x1, _func_old_type@PAGEOFF mov w2, #0 bl _external_global_sym str x0, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB43_20 b LBB43_19 LBB43_19: ldr x0, [sp, #16] mov x1, #0 mov x3, #0 mov x2, x3 bl _put_extern_sym b LBB43_20 LBB43_20: ldr x8, [sp, #16] ldr x9, [x8, #16] ldr x8, [sp, #24] ldrb w8, [x8, #4] ; kill: def $x8 killed $w8 add x8, x8, x9, lsl #8 ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI43_0: .long LBB43_11-Ltmp3 .long LBB43_12-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_13-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_14-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_15-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_17-Ltmp3 .long LBB43_16-Ltmp3 ; -- End function .globl _error ; -- Begin function error .p2align 2 _error: ; @error .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] str x8, [sp, #16] add x9, sp, #8 add x8, x29, #16 str x8, [x9] ldr x0, [sp, #16] ldur x2, [x29, #-8] ldr x3, [sp, #8] mov w1, #0 bl _error1 ldr x8, [sp, #16] ldr w8, [x8, #264] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB44_2 b LBB44_1 LBB44_1: ldr x8, [sp, #16] add x0, x8, #268 mov w1, #1 bl _longjmp LBB44_2: mov w0, #1 bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_extern_sym _put_extern_sym: ; @put_extern_sym .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] str x3, [sp] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldr x2, [sp, #8] ldr x3, [sp] mov w4, #1 bl _put_extern_sym2 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _resolve_sym ; -- Begin function resolve_sym .p2align 2 _resolve_sym: ; @resolve_sym .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] adrp x0, l___func__.resolve_sym@PAGE add x0, x0, l___func__.resolve_sym@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #6631 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn .cfi_endproc ; -- End function .globl _ieee_finite ; -- Begin function ieee_finite .p2align 2 _ieee_finite: ; @ieee_finite .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 add x8, sp, #8 str d0, [sp, #8] str x8, [sp] ldr x8, [sp] ldr w8, [x8, #4] orr w8, w8, #0x800fffff add w8, w8, #1 lsr w0, w8, #31 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _new_section ; -- Begin function new_section .p2align 2 _new_section: ; @new_section .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] ldur x0, [x29, #-16] bl _strlen add x0, x0, #128 bl _tcc_mallocz str x0, [sp, #16] ldr x8, [sp, #16] ldur x1, [x29, #-16] add x0, x8, #120 mov x2, #-1 bl ___strcpy_chk ldur w8, [x29, #-20] ldr x9, [sp, #16] str w8, [x9, #32] ldr w8, [sp, #24] ldr x9, [sp, #16] str w8, [x9, #36] ldur w8, [x29, #-20] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB48_5 b LBB48_1 LBB48_1: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB48_6 b LBB48_2 LBB48_2: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #5 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB48_5 b LBB48_3 LBB48_3: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB48_5 b LBB48_4 LBB48_4: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #11 cset w8, ne tbnz w8, #0, LBB48_7 b LBB48_5 LBB48_5: ldr x9, [sp, #16] mov w8, #4 str w8, [x9, #44] b LBB48_8 LBB48_6: ldr x9, [sp, #16] mov w8, #1 str w8, [x9, #44] b LBB48_8 LBB48_7: ldr x9, [sp, #16] mov w8, #32 str w8, [x9, #44] b LBB48_8 LBB48_8: ldr w8, [sp, #24] mov w9, #-2147483648 ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB48_10 b LBB48_9 LBB48_9: ldur x8, [x29, #-8] ldr w8, [x8, #112] ldr x9, [sp, #16] str w8, [x9, #28] ldur x8, [x29, #-8] add x0, x8, #104 ldur x8, [x29, #-8] add x1, x8, #112 ldr x2, [sp, #16] bl _dynarray_add b LBB48_10 LBB48_10: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_mallocz _tcc_mallocz: ; @tcc_mallocz .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 _tcc_malloc str x0, [sp] ldr x0, [sp] ldr x2, [sp, #8] mov w1, #0 mov x3, #-1 bl ___memset_chk ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function dynarray_add _dynarray_add: ; @dynarray_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 x1, [x29, #-16] str x2, [sp, #24] ldur x8, [x29, #-16] ldr w8, [x8] str w8, [sp, #20] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #8] ldr w8, [sp, #20] ldr w9, [sp, #20] subs w9, w9, #1 ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB50_7 b LBB50_1 LBB50_1: ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB50_3 b LBB50_2 LBB50_2: mov w8, #1 str w8, [sp, #16] b LBB50_4 LBB50_3: ldr w8, [sp, #20] lsl w8, w8, #1 str w8, [sp, #16] b LBB50_4 LBB50_4: ldr x0, [sp, #8] ldrsw x8, [sp, #16] lsl x1, x8, #3 bl _tcc_realloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB50_6 b LBB50_5 LBB50_5: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB50_6 LBB50_6: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9] b LBB50_7 LBB50_7: ldr x8, [sp, #24] ldr x9, [sp, #8] ldrsw x10, [sp, #20] mov x11, x10 add w11, w11, #1 str w11, [sp, #20] str x8, [x9, x10, lsl #3] ldr w8, [sp, #20] ldur x9, [x29, #-16] str w8, [x9] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _find_section ; -- Begin function find_section .p2align 2 _find_section: ; @find_section .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] mov w8, #1 str w8, [sp, #12] b LBB51_1 LBB51_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur x9, [x29, #-16] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB51_6 b LBB51_2 LBB51_2: ; in Loop: Header=BB51_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #104] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] ldr x0, [sp, #24] ldr x8, [sp, #16] add x1, x8, #120 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB51_4 b LBB51_3 LBB51_3: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB51_7 LBB51_4: ; in Loop: Header=BB51_1 Depth=1 b LBB51_5 LBB51_5: ; in Loop: Header=BB51_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB51_1 LBB51_6: ldur x0, [x29, #-16] ldr x1, [sp, #24] mov w2, #1 mov w3, #2 bl _new_section stur x0, [x29, #-8] b LBB51_7 LBB51_7: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _error1 ; -- Begin function error1 .p2align 2 _error1: ; @error1 .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, #2112 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #48] str w1, [sp, #44] str x2, [sp, #32] str x3, [sp, #24] strb wzr, [sp, #56] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB52_9 b LBB52_1 LBB52_1: ldr x8, [sp, #48] add x8, x8, #472 str x8, [sp, #16] b LBB52_2 LBB52_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #48] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB52_5 b LBB52_3 LBB52_3: ; in Loop: Header=BB52_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] add x10, x8, #553 ldr x8, [sp, #16] ldr x8, [x8] ldr w9, [x8, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] add x0, sp, #56 mov w1, #2048 adrp x2, l_.str.3@PAGE add x2, x2, l_.str.3@PAGEOFF bl _strcat_printf b LBB52_4 LBB52_4: ; in Loop: Header=BB52_2 Depth=1 ldr x8, [sp, #16] add x8, x8, #8 str x8, [sp, #16] b LBB52_2 LBB52_5: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #20] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB52_7 b LBB52_6 LBB52_6: adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] add x10, x9, #553 ldr x8, [x8, _file@PAGEOFF] ldr w9, [x8, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] add x0, sp, #56 mov w1, #2048 adrp x2, l_.str.4@PAGE add x2, x2, l_.str.4@PAGEOFF bl _strcat_printf b LBB52_8 LBB52_7: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x8, x8, #553 mov x9, sp str x8, [x9] add x0, sp, #56 mov w1, #2048 adrp x2, l_.str.5@PAGE add x2, x2, l_.str.5@PAGEOFF bl _strcat_printf b LBB52_8 LBB52_8: b LBB52_10 LBB52_9: add x0, sp, #56 mov w1, #2048 adrp x2, l_.str.6@PAGE add x2, x2, l_.str.6@PAGEOFF bl _strcat_printf b LBB52_10 LBB52_10: ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB52_12 b LBB52_11 LBB52_11: add x0, sp, #56 mov w1, #2048 adrp x2, l_.str.7@PAGE add x2, x2, l_.str.7@PAGEOFF bl _strcat_printf b LBB52_12 LBB52_12: ldr x2, [sp, #32] ldr x3, [sp, #24] add x0, sp, #56 mov w1, #2048 bl _strcat_vprintf ldr x8, [sp, #48] ldr x8, [x8, #256] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB52_14 b LBB52_13 LBB52_13: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] mov x9, sp add x8, sp, #56 str x8, [x9] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _fprintf b LBB52_15 LBB52_14: ldr x8, [sp, #48] ldr x8, [x8, #256] ldr x9, [sp, #48] ldr x0, [x9, #248] add x1, sp, #56 blr x8 b LBB52_15 LBB52_15: ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB52_17 b LBB52_16 LBB52_16: ldr x8, [sp, #48] ldr w8, [x8, #232] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB52_18 b LBB52_17 LBB52_17: ldr x9, [sp, #48] ldr w8, [x9, #460] add w8, w8, #1 str w8, [x9, #460] b LBB52_18 LBB52_18: 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, LBB52_20 b LBB52_19 LBB52_19: bl ___stack_chk_fail LBB52_20: add sp, sp, #2112 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 strcat_printf _strcat_printf: ; @strcat_printf .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 x2, [sp, #8] mov x9, sp add x8, x29, #16 str x8, [x9] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr x2, [sp, #8] ldr x3, [sp] bl _strcat_vprintf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function strcat_vprintf _strcat_vprintf: ; @strcat_vprintf .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] str x3, [sp, #16] ldur x0, [x29, #-8] bl _strlen mov x8, x0 str w8, [sp, #12] ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldur w10, [x29, #-12] ldr w11, [sp, #12] subs w11, w10, w11 ; implicit-def: $x10 mov x10, x11 sxtw x1, w10 ldr x4, [sp, #24] ldr x5, [sp, #16] add x0, x8, x9 mov w2, #0 mov x3, #-1 bl ___vsnprintf_chk ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _error_noabort ; -- Begin function error_noabort .p2align 2 _error_noabort: ; @error_noabort .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] str x8, [sp, #16] add x9, sp, #8 add x8, x29, #16 str x8, [x9] ldr x0, [sp, #16] ldur x2, [x29, #-8] ldr x3, [sp, #8] mov w1, #0 bl _error1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _expect ; -- Begin function expect .p2align 2 _expect: ; @expect .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.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _error ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _warning ; -- Begin function warning .p2align 2 _warning: ; @warning .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8, #236] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB57_2 b LBB57_1 LBB57_1: b LBB57_3 LBB57_2: add x9, sp, #8 add x8, x29, #16 str x8, [x9] ldr x0, [sp, #16] ldur x2, [x29, #-8] ldr x3, [sp, #8] mov w1, #1 bl _error1 b LBB57_3 LBB57_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _skip ; -- Begin function skip .p2align 2 _skip: ; @skip .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB58_2 b LBB58_1 LBB58_1: ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _error b LBB58_2 LBB58_2: bl _next ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function next _next: ; @next .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 b LBB59_1 LBB59_1: ; =>This Inner Loop Header: Depth=1 bl _next_nomacro adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB59_10 b LBB59_2 LBB59_2: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB59_9 b LBB59_3 LBB59_3: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB59_9 b LBB59_4 LBB59_4: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _define_find stur x0, [x29, #-16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB59_8 b LBB59_5 LBB59_5: ; in Loop: Header=BB59_1 Depth=1 add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill bl _tok_str_new ldr x0, [sp, #8] ; 8-byte Folded Reload sub x1, x29, #8 ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] add x3, sp, #16 str xzr, [sp, #16] ldur x2, [x29, #-16] bl _macro_subst_tok subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB59_7 b LBB59_6 LBB59_6: ; in Loop: Header=BB59_1 Depth=1 add x0, sp, #24 mov w1, #0 bl _tok_str_add ldr x8, [sp, #24] adrp x9, _macro_ptr@PAGE str x8, [x9, _macro_ptr@PAGEOFF] ldr x8, [sp, #24] adrp x9, _macro_ptr_allocated@PAGE str x8, [x9, _macro_ptr_allocated@PAGEOFF] b LBB59_1 LBB59_7: b LBB59_8 LBB59_8: b LBB59_9 LBB59_9: b LBB59_16 LBB59_10: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB59_15 b LBB59_11 LBB59_11: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _unget_buffer_enabled@PAGE ldr w8, [x8, _unget_buffer_enabled@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB59_13 b LBB59_12 LBB59_12: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _unget_saved_macro_ptr@PAGE ldr x8, [x8, _unget_saved_macro_ptr@PAGEOFF] adrp x9, _macro_ptr@PAGE str x8, [x9, _macro_ptr@PAGEOFF] adrp x8, _unget_buffer_enabled@PAGE str wzr, [x8, _unget_buffer_enabled@PAGEOFF] b LBB59_14 LBB59_13: ; in Loop: Header=BB59_1 Depth=1 adrp x8, _macro_ptr_allocated@PAGE ldr x0, [x8, _macro_ptr_allocated@PAGEOFF] bl _tok_str_free ; kill: def $x8 killed $xzr adrp x8, _macro_ptr@PAGE str xzr, [x8, _macro_ptr@PAGEOFF] b LBB59_14 LBB59_14: ; in Loop: Header=BB59_1 Depth=1 b LBB59_1 LBB59_15: b LBB59_16 LBB59_16: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB59_19 b LBB59_17 LBB59_17: adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB59_19 b LBB59_18 LBB59_18: adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x0, [x8, #8] bl _parse_number b LBB59_19 LBB59_19: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _get_tok_str ; -- Begin function get_tok_str .p2align 2 _get_tok_str: ; @get_tok_str .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x0 adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill stur w8, [x29, #-12] stur x1, [x29, #-24] bl _cstr_free ldr x10, [sp, #40] ; 8-byte Folded Reload adrp x8, _get_tok_str.buf@PAGE add x8, x8, _get_tok_str.buf@PAGEOFF mov x9, x8 str x9, [x10, #8] mov w9, #1025 str w9, [x10, #16] stur x8, [x29, #-48] ldur w8, [x29, #-12] subs w8, w8, #129 ; kill: def $x8 killed $w8 str x8, [sp, #48] ; 8-byte Folded Spill subs x8, x8, #77 cset w8, hi tbnz w8, #0, LBB60_26 ; %bb.1: ldr x11, [sp, #48] ; 8-byte Folded Reload adrp x10, lJTI60_0@PAGE add x10, x10, lJTI60_0@PAGEOFF Ltmp5: adr x8, Ltmp5 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB60_2: ldur x0, [x29, #-48] ldur x8, [x29, #-24] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov w1, #0 mov x2, #-1 adrp x3, l_.str.11@PAGE add x3, x3, l_.str.11@PAGEOFF bl ___sprintf_chk b LBB60_42 LBB60_3: ldur x0, [x29, #-48] ldur x8, [x29, #-24] ldr x8, [x8] mov x9, sp str x8, [x9] mov w1, #0 mov x2, #-1 adrp x3, l_.str.12@PAGE add x3, x3, l_.str.12@PAGEOFF bl ___sprintf_chk b LBB60_42 LBB60_4: adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill mov w1, #39 str w1, [sp, #28] ; 4-byte Folded Spill bl _cstr_ccat ldr x0, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-24] ldr w1, [x8] bl _add_char ldr w1, [sp, #28] ; 4-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _cstr_ccat ldr x0, [sp, #32] ; 8-byte Folded Reload mov w1, #0 bl _cstr_ccat b LBB60_42 LBB60_5: ldur x8, [x29, #-24] ldr x8, [x8] stur x8, [x29, #-32] ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #1 str w8, [sp, #56] stur wzr, [x29, #-52] b LBB60_6 LBB60_6: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB60_9 b LBB60_7 LBB60_7: ; in Loop: Header=BB60_6 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8, #8] ldursw x9, [x29, #-52] ldrb w1, [x8, x9] adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF bl _add_char b LBB60_8 LBB60_8: ; in Loop: Header=BB60_6 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB60_6 LBB60_9: adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF mov w1, #0 bl _cstr_ccat b LBB60_42 LBB60_10: ldur x8, [x29, #-24] ldr x8, [x8] stur x8, [x29, #-32] adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF mov w1, #34 bl _cstr_ccat ldur w8, [x29, #-12] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB60_16 b LBB60_11 LBB60_11: ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #1 str w8, [sp, #56] stur wzr, [x29, #-52] b LBB60_12 LBB60_12: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB60_15 b LBB60_13 LBB60_13: ; in Loop: Header=BB60_12 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8, #8] ldursw x9, [x29, #-52] ldrb w1, [x8, x9] adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF bl _add_char b LBB60_14 LBB60_14: ; in Loop: Header=BB60_12 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB60_12 LBB60_15: b LBB60_21 LBB60_16: ldur x8, [x29, #-32] ldrsw x8, [x8] mov x9, #4 udiv x8, x8, x9 subs x8, x8, #1 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #56] stur wzr, [x29, #-52] b LBB60_17 LBB60_17: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB60_20 b LBB60_18 LBB60_18: ; in Loop: Header=BB60_17 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8, #8] ldursw x9, [x29, #-52] ldr w1, [x8, x9, lsl #2] adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF bl _add_char b LBB60_19 LBB60_19: ; in Loop: Header=BB60_17 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB60_17 LBB60_20: b LBB60_21 LBB60_21: adrp x0, _get_tok_str.cstr_buf@PAGE add x0, x0, _get_tok_str.cstr_buf@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill mov w1, #34 bl _cstr_ccat ldr x0, [sp, #16] ; 8-byte Folded Reload mov w1, #0 bl _cstr_ccat b LBB60_42 LBB60_22: mov w8, #60 stur w8, [x29, #-12] b LBB60_33 LBB60_23: mov w8, #62 stur w8, [x29, #-12] b LBB60_33 LBB60_24: ldur x0, [x29, #-48] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF mov x2, #-1 bl ___strcpy_chk stur x0, [x29, #-8] b LBB60_43 LBB60_25: ldur x0, [x29, #-48] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF mov x2, #-1 bl ___strcpy_chk stur x0, [x29, #-8] b LBB60_43 LBB60_26: ldur w8, [x29, #-12] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB60_34 b LBB60_27 LBB60_27: adrp x8, _tok_two_chars@PAGE add x8, x8, _tok_two_chars@PAGEOFF stur x8, [x29, #-40] b LBB60_28 LBB60_28: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-40] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB60_32 b LBB60_29 LBB60_29: ; in Loop: Header=BB60_28 Depth=1 ldur x8, [x29, #-40] ldrb w8, [x8, #2] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB60_31 b LBB60_30 LBB60_30: ldur x8, [x29, #-40] ldrb w8, [x8] ldur x9, [x29, #-48] add x10, x9, #1 stur x10, [x29, #-48] strb w8, [x9] ldur x8, [x29, #-40] ldrb w8, [x8, #1] ldur x9, [x29, #-48] add x10, x9, #1 stur x10, [x29, #-48] strb w8, [x9] ldur x8, [x29, #-48] strb wzr, [x8] adrp x8, _get_tok_str.buf@PAGE add x8, x8, _get_tok_str.buf@PAGEOFF stur x8, [x29, #-8] b LBB60_43 LBB60_31: ; in Loop: Header=BB60_28 Depth=1 ldur x8, [x29, #-40] add x8, x8, #3 stur x8, [x29, #-40] b LBB60_28 LBB60_32: b LBB60_33 LBB60_33: ldur w8, [x29, #-12] ldur x9, [x29, #-48] add x10, x9, #1 stur x10, [x29, #-48] strb w8, [x9] ldur x8, [x29, #-48] strb wzr, [x8] b LBB60_41 LBB60_34: ldur w8, [x29, #-12] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB60_36 b LBB60_35 LBB60_35: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldur w9, [x29, #-12] subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] add x8, x8, #48 stur x8, [x29, #-8] b LBB60_43 LBB60_36: ldur w8, [x29, #-12] mov w9, #268435456 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB60_38 b LBB60_37 LBB60_37: ldur x0, [x29, #-48] ldur w8, [x29, #-12] mov w9, #268435456 subs w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] mov w1, #0 mov x2, #-1 adrp x3, l_.str.15@PAGE add x3, x3, l_.str.15@PAGEOFF bl ___sprintf_chk b LBB60_39 LBB60_38: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB60_43 LBB60_39: b LBB60_40 LBB60_40: b LBB60_41 LBB60_41: b LBB60_42 LBB60_42: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x8, [x8, #8] stur x8, [x29, #-8] b LBB60_43 LBB60_43: ldur x0, [x29, #-8] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc .p2align 2 lJTI60_0: .long LBB60_24-Ltmp5 .long LBB60_25-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_22-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_23-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_2-Ltmp5 .long LBB60_4-Ltmp5 .long LBB60_10-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_4-Ltmp5 .long LBB60_10-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_2-Ltmp5 .long LBB60_3-Ltmp5 .long LBB60_3-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_26-Ltmp5 .long LBB60_5-Ltmp5 ; -- End function .p2align 2 ; -- Begin function cstr_free _cstr_free: ; @cstr_free .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x0, [x8, #24] bl _tcc_free ldr x0, [sp, #8] bl _cstr_new ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cstr_ccat _cstr_ccat: ; @cstr_ccat .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr x8, [sp, #8] ldr w8, [x8] add w8, w8, #1 str w8, [sp] ldr w8, [sp] ldr x9, [sp, #8] ldr w9, [x9, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB62_2 b LBB62_1 LBB62_1: ldr x0, [sp, #8] ldr w1, [sp] bl _cstr_realloc b LBB62_2 LBB62_2: ldr w8, [sp, #4] ldr x9, [sp, #8] ldr x9, [x9, #8] ldr w10, [sp] subs w10, w10, #1 strb w8, [x9, w10, sxtw] ldr w8, [sp] ldr x9, [sp, #8] str w8, [x9] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function add_char _add_char: ; @add_char .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #39 cset w8, eq tbnz w8, #0, LBB63_3 b LBB63_1 LBB63_1: ldr w8, [sp, #4] subs w8, w8, #34 cset w8, eq tbnz w8, #0, LBB63_3 b LBB63_2 LBB63_2: ldr w8, [sp, #4] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB63_4 b LBB63_3 LBB63_3: ldr x0, [sp, #8] mov w1, #92 bl _cstr_ccat b LBB63_4 LBB63_4: ldr w8, [sp, #4] subs w8, w8, #32 cset w8, lt tbnz w8, #0, LBB63_7 b LBB63_5 LBB63_5: ldr w8, [sp, #4] subs w8, w8, #126 cset w8, gt tbnz w8, #0, LBB63_7 b LBB63_6 LBB63_6: ldr x0, [sp, #8] ldr w1, [sp, #4] bl _cstr_ccat b LBB63_11 LBB63_7: ldr x0, [sp, #8] mov w1, #92 bl _cstr_ccat ldr w8, [sp, #4] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB63_9 b LBB63_8 LBB63_8: ldr x0, [sp, #8] mov w1, #110 bl _cstr_ccat b LBB63_10 LBB63_9: ldr x0, [sp, #8] ldr w8, [sp, #4] asr w8, w8, #6 and w8, w8, #0x7 add w1, w8, #48 bl _cstr_ccat ldr x0, [sp, #8] ldr w8, [sp, #4] asr w8, w8, #3 and w8, w8, #0x7 add w1, w8, #48 bl _cstr_ccat ldr x0, [sp, #8] ldr w8, [sp, #4] and w8, w8, #0x7 add w1, w8, #48 bl _cstr_ccat b LBB63_10 LBB63_10: b LBB63_11 LBB63_11: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _tcc_open ; -- Begin function tcc_open .p2align 2 _tcc_open: ; @tcc_open .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] ldr x0, [sp, #24] mov w1, #0 bl _open str w0, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB64_2 b LBB64_1 LBB64_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB64_5 LBB64_2: mov x0, #9776 bl _tcc_malloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB64_4 b LBB64_3 LBB64_3: ldr w0, [sp, #20] bl _close ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB64_5 LBB64_4: ldr w8, [sp, #20] ldr x9, [sp, #8] str w8, [x9, #16] ldr x8, [sp, #8] add x8, x8, #1577 ldr x9, [sp, #8] str x8, [x9] ldr x8, [sp, #8] add x8, x8, #1577 ldr x9, [sp, #8] str x8, [x9, #8] ldr x9, [sp, #8] mov w8, #92 strb w8, [x9, #1577] ldr x8, [sp, #8] add x0, x8, #553 ldr x2, [sp, #24] mov w1, #1024 bl _pstrcpy ldr x9, [sp, #8] mov w8, #1 str w8, [x9, #20] ldr x8, [sp, #8] str wzr, [x8, #24] ldur x8, [x29, #-16] ldr x8, [x8, #16] ldr x9, [sp, #8] str x8, [x9, #32] ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB64_5 LBB64_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_malloc _tcc_malloc: ; @tcc_malloc .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] bl _malloc str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB65_3 b LBB65_1 LBB65_1: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB65_3 b LBB65_2 LBB65_2: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB65_3 LBB65_3: ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pstrcpy _pstrcpy: ; @pstrcpy .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] ldr w8, [sp, #36] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB66_7 b LBB66_1 LBB66_1: ldr x8, [sp, #40] str x8, [sp, #16] ldr x8, [sp, #40] ldrsw x9, [sp, #36] add x8, x8, x9 subs x8, x8, #1 str x8, [sp, #8] b LBB66_2 LBB66_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB66_6 b LBB66_3 LBB66_3: ; in Loop: Header=BB66_2 Depth=1 ldr x8, [sp, #24] add x9, x8, #1 str x9, [sp, #24] ldrsb w8, [x8] str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB66_5 b LBB66_4 LBB66_4: b LBB66_6 LBB66_5: ; in Loop: Header=BB66_2 Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] strb w8, [x9] b LBB66_2 LBB66_6: ldr x8, [sp, #16] strb wzr, [x8] b LBB66_7 LBB66_7: ldr x0, [sp, #40] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_close ; -- Begin function tcc_close .p2align 2 _tcc_close: ; @tcc_close .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 w10, [x8, #20] adrp x9, _total_lines@PAGE ldr w8, [x9, _total_lines@PAGEOFF] add w8, w8, w10 str w8, [x9, _total_lines@PAGEOFF] ldr x8, [sp, #8] ldr w0, [x8, #16] bl _close ldr x0, [sp, #8] bl _tcc_free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_free _tcc_free: ; @tcc_free .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] bl _free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _preprocess_skip ; -- Begin function preprocess_skip .p2align 2 _preprocess_skip: ; @preprocess_skip .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, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] mov w8, #1 stur w8, [x29, #-8] stur wzr, [x29, #-4] b LBB69_1 LBB69_1: ; =>This Loop Header: Depth=1 ; Child Loop BB69_2 Depth 2 b LBB69_2 LBB69_2: ; Parent Loop BB69_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-24] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #9 ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill subs x8, x8, #83 cset w8, hi tbnz w8, #0, LBB69_34 ; %bb.3: ; in Loop: Header=BB69_2 Depth=2 ldr x11, [sp, #32] ; 8-byte Folded Reload adrp x10, lJTI69_0@PAGE add x10, x10, lJTI69_0@PAGEOFF Ltmp7: adr x8, Ltmp7 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB69_4: ; in Loop: Header=BB69_2 Depth=2 ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] b LBB69_2 LBB69_5: ; in Loop: Header=BB69_2 Depth=2 mov w8, #1 stur w8, [x29, #-8] adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] b LBB69_2 LBB69_6: ; in Loop: Header=BB69_2 Depth=2 ldur x8, [x29, #-24] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob stur w0, [x29, #-12] ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB69_8 b LBB69_7 LBB69_7: ; in Loop: Header=BB69_2 Depth=2 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _expect b LBB69_11 LBB69_8: ; in Loop: Header=BB69_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB69_10 b LBB69_9 LBB69_9: ; in Loop: Header=BB69_2 Depth=2 adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] bl _handle_stray b LBB69_10 LBB69_10: ; in Loop: Header=BB69_2 Depth=2 b LBB69_11 LBB69_11: ; in Loop: Header=BB69_2 Depth=2 adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] b LBB69_2 LBB69_12: ; in Loop: Header=BB69_1 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-12] mov x2, #0 bl _parse_pp_string stur x0, [x29, #-24] b LBB69_35 LBB69_13: ; in Loop: Header=BB69_1 Depth=1 ldur x8, [x29, #-24] adrp x9, _file@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] ldur x8, [x29, #-24] ldrb w8, [x8] adrp x9, _ch@PAGE str x9, [sp, #24] ; 8-byte Folded Spill str w8, [x9, _ch@PAGEOFF] bl _minp ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9] stur x9, [x29, #-24] ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB69_15 b LBB69_14 LBB69_14: ; in Loop: Header=BB69_1 Depth=1 ldur x0, [x29, #-24] bl _parse_comment stur x0, [x29, #-24] b LBB69_18 LBB69_15: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB69_17 b LBB69_16 LBB69_16: ; in Loop: Header=BB69_1 Depth=1 ldur x0, [x29, #-24] bl _parse_line_comment stur x0, [x29, #-24] b LBB69_17 LBB69_17: ; in Loop: Header=BB69_1 Depth=1 b LBB69_18 LBB69_18: ; in Loop: Header=BB69_1 Depth=1 b LBB69_35 LBB69_19: ; in Loop: Header=BB69_1 Depth=1 ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB69_33 b LBB69_20 LBB69_20: ; in Loop: Header=BB69_1 Depth=1 ldur x8, [x29, #-24] adrp x9, _file@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _next_nomacro ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB69_25 b LBB69_21 LBB69_21: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #260 cset w8, eq tbnz w8, #0, LBB69_24 b LBB69_22 LBB69_22: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #318 cset w8, eq tbnz w8, #0, LBB69_24 b LBB69_23 LBB69_23: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #319 cset w8, ne tbnz w8, #0, LBB69_25 b LBB69_24 LBB69_24: b LBB69_36 LBB69_25: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #259 cset w8, eq tbnz w8, #0, LBB69_28 b LBB69_26 LBB69_26: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #316 cset w8, eq tbnz w8, #0, LBB69_28 b LBB69_27 LBB69_27: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #317 cset w8, ne tbnz w8, #0, LBB69_29 b LBB69_28 LBB69_28: ; in Loop: Header=BB69_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB69_32 LBB69_29: ; in Loop: Header=BB69_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #319 cset w8, ne tbnz w8, #0, LBB69_31 b LBB69_30 LBB69_30: ; in Loop: Header=BB69_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #1 stur w8, [x29, #-4] b LBB69_31 LBB69_31: ; in Loop: Header=BB69_1 Depth=1 b LBB69_32 LBB69_32: ; in Loop: Header=BB69_1 Depth=1 b LBB69_33 LBB69_33: ; in Loop: Header=BB69_1 Depth=1 b LBB69_35 LBB69_34: ; in Loop: Header=BB69_1 Depth=1 ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] b LBB69_35 LBB69_35: ; in Loop: Header=BB69_1 Depth=1 stur wzr, [x29, #-8] b LBB69_1 LBB69_36: ldur x8, [x29, #-24] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str x8, [x9] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI69_0: .long LBB69_4-Ltmp7 .long LBB69_5-Ltmp7 .long LBB69_4-Ltmp7 .long LBB69_4-Ltmp7 .long LBB69_4-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_4-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_12-Ltmp7 .long LBB69_19-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_12-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_13-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_34-Ltmp7 .long LBB69_6-Ltmp7 ; -- End function .p2align 2 ; -- Begin function handle_eob _handle_eob: ; @handle_eob .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _file@PAGE ldr x0, [x8, _file@PAGEOFF] bl _tcc_peekc_slow ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function handle_stray _handle_stray: ; @handle_stray .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 b LBB71_1 LBB71_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB71_12 b LBB71_2 LBB71_2: ; in Loop: Header=BB71_1 Depth=1 bl _inp adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB71_4 b LBB71_3 LBB71_3: ; in Loop: Header=BB71_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] bl _inp b LBB71_11 LBB71_4: ; in Loop: Header=BB71_1 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB71_8 b LBB71_5 LBB71_5: ; in Loop: Header=BB71_1 Depth=1 bl _inp adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB71_7 b LBB71_6 LBB71_6: ; in Loop: Header=BB71_1 Depth=1 b LBB71_9 LBB71_7: ; in Loop: Header=BB71_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] bl _inp b LBB71_10 LBB71_8: ; in Loop: Header=BB71_1 Depth=1 b LBB71_9 LBB71_9: ; in Loop: Header=BB71_1 Depth=1 adrp x0, l_.str.128@PAGE add x0, x0, l_.str.128@PAGEOFF bl _error b LBB71_10 LBB71_10: ; in Loop: Header=BB71_1 Depth=1 b LBB71_11 LBB71_11: ; in Loop: Header=BB71_1 Depth=1 b LBB71_1 LBB71_12: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_pp_string _parse_pp_string: ; @parse_pp_string .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB72_1 LBB72_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-28] ldur w8, [x29, #-28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB72_3 b LBB72_2 LBB72_2: b LBB72_47 LBB72_3: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB72_28 b LBB72_4 LBB72_4: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #40] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #40] ; 8-byte Folded Reload stur w0, [x29, #-28] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur w8, [x29, #-28] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_7 b LBB72_5 LBB72_5: ; in Loop: Header=BB72_1 Depth=1 b LBB72_6 LBB72_6: ; in Loop: Header=BB72_1 Depth=1 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.129@PAGE add x0, x0, l_.str.129@PAGEOFF bl _error b LBB72_27 LBB72_7: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB72_26 b LBB72_8 LBB72_8: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB72_10 b LBB72_9 LBB72_9: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #32] ; 8-byte Folded Reload stur w0, [x29, #-28] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB72_10 LBB72_10: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB72_12 b LBB72_11 LBB72_11: ; in Loop: Header=BB72_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB72_25 LBB72_12: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB72_18 b LBB72_13 LBB72_13: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB72_15 b LBB72_14 LBB72_14: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #24] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #24] ; 8-byte Folded Reload stur w0, [x29, #-28] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB72_15 LBB72_15: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB72_17 b LBB72_16 LBB72_16: ; in Loop: Header=BB72_1 Depth=1 adrp x0, l_.str.130@PAGE add x0, x0, l_.str.130@PAGEOFF bl _expect b LBB72_17 LBB72_17: ; in Loop: Header=BB72_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB72_24 LBB72_18: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB72_20 b LBB72_19 LBB72_19: ; in Loop: Header=BB72_1 Depth=1 b LBB72_6 LBB72_20: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB72_22 b LBB72_21 LBB72_21: ; in Loop: Header=BB72_1 Depth=1 ldur x0, [x29, #-24] mov w1, #92 bl _cstr_ccat ldur x0, [x29, #-24] ldur w1, [x29, #-28] bl _cstr_ccat b LBB72_22 LBB72_22: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB72_23 LBB72_23: ; in Loop: Header=BB72_1 Depth=1 b LBB72_24 LBB72_24: ; in Loop: Header=BB72_1 Depth=1 b LBB72_25 LBB72_25: ; in Loop: Header=BB72_1 Depth=1 b LBB72_26 LBB72_26: ; in Loop: Header=BB72_1 Depth=1 b LBB72_27 LBB72_27: ; in Loop: Header=BB72_1 Depth=1 b LBB72_45 LBB72_28: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB72_30 b LBB72_29 LBB72_29: ; in Loop: Header=BB72_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] b LBB72_40 LBB72_30: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB72_39 b LBB72_31 LBB72_31: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB72_33 b LBB72_32 LBB72_32: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #16] ; 8-byte Folded Reload stur w0, [x29, #-28] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB72_33 LBB72_33: ; in Loop: Header=BB72_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB72_37 b LBB72_34 LBB72_34: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB72_36 b LBB72_35 LBB72_35: ; in Loop: Header=BB72_1 Depth=1 ldur x0, [x29, #-24] mov w1, #13 bl _cstr_ccat b LBB72_36 LBB72_36: ; in Loop: Header=BB72_1 Depth=1 b LBB72_38 LBB72_37: ; in Loop: Header=BB72_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] b LBB72_40 LBB72_38: ; in Loop: Header=BB72_1 Depth=1 b LBB72_43 LBB72_39: ; in Loop: Header=BB72_1 Depth=1 b LBB72_40 LBB72_40: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB72_42 b LBB72_41 LBB72_41: ; in Loop: Header=BB72_1 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-28] bl _cstr_ccat b LBB72_42 LBB72_42: ; in Loop: Header=BB72_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB72_43 LBB72_43: ; in Loop: Header=BB72_1 Depth=1 b LBB72_44 LBB72_44: ; in Loop: Header=BB72_1 Depth=1 b LBB72_45 LBB72_45: ; in Loop: Header=BB72_1 Depth=1 b LBB72_46 LBB72_46: ; in Loop: Header=BB72_1 Depth=1 b LBB72_1 LBB72_47: ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x0, [x29, #-8] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function minp _minp: ; @minp .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 _inp adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB73_2 b LBB73_1 LBB73_1: bl _handle_stray b LBB73_2 LBB73_2: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_comment _parse_comment: ; @parse_comment .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_1 LBB74_1: ; =>This Loop Header: Depth=1 ; Child Loop BB74_2 Depth 2 ; Child Loop BB74_15 Depth 2 ; Child Loop BB74_22 Depth 3 b LBB74_2 LBB74_2: ; Parent Loop BB74_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB74_5 b LBB74_3 LBB74_3: ; in Loop: Header=BB74_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB74_5 b LBB74_4 LBB74_4: ; in Loop: Header=BB74_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_6 b LBB74_5 LBB74_5: ; in Loop: Header=BB74_1 Depth=1 b LBB74_11 LBB74_6: ; in Loop: Header=BB74_2 Depth=2 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB74_9 b LBB74_7 LBB74_7: ; in Loop: Header=BB74_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB74_9 b LBB74_8 LBB74_8: ; in Loop: Header=BB74_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_10 b LBB74_9 LBB74_9: ; in Loop: Header=BB74_1 Depth=1 b LBB74_11 LBB74_10: ; in Loop: Header=BB74_2 Depth=2 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_2 LBB74_11: ; in Loop: Header=BB74_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB74_13 b LBB74_12 LBB74_12: ; in Loop: Header=BB74_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_55 LBB74_13: ; in Loop: Header=BB74_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB74_48 b LBB74_14 LBB74_14: ; in Loop: Header=BB74_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_15 LBB74_15: ; Parent Loop BB74_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB74_22 Depth 3 ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB74_17 b LBB74_16 LBB74_16: ; in Loop: Header=BB74_15 Depth=2 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_45 LBB74_17: ; in Loop: Header=BB74_15 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB74_19 b LBB74_18 LBB74_18: b LBB74_56 LBB74_19: ; in Loop: Header=BB74_15 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_42 b LBB74_20 LBB74_20: ; in Loop: Header=BB74_15 Depth=2 ldur x8, [x29, #-8] adrp x9, _file@PAGE stur x9, [x29, #-24] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldur x8, [x29, #-24] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_41 b LBB74_21 LBB74_21: ; in Loop: Header=BB74_15 Depth=2 b LBB74_22 LBB74_22: ; Parent Loop BB74_1 Depth=1 ; Parent Loop BB74_15 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_40 b LBB74_23 LBB74_23: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_25 b LBB74_24 LBB74_24: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #32] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB74_25 LBB74_25: ; in Loop: Header=BB74_22 Depth=3 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB74_29 b LBB74_26 LBB74_26: ; in Loop: Header=BB74_22 Depth=3 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_28 b LBB74_27 LBB74_27: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #24] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #24] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB74_28 LBB74_28: ; in Loop: Header=BB74_22 Depth=3 b LBB74_39 LBB74_29: ; in Loop: Header=BB74_22 Depth=3 ldur w8, [x29, #-12] subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB74_37 b LBB74_30 LBB74_30: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_32 b LBB74_31 LBB74_31: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #16] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB74_32 LBB74_32: ; in Loop: Header=BB74_22 Depth=3 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB74_36 b LBB74_33 LBB74_33: ; in Loop: Header=BB74_22 Depth=3 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_35 b LBB74_34 LBB74_34: ; in Loop: Header=BB74_22 Depth=3 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #8] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB74_35 LBB74_35: ; in Loop: Header=BB74_22 Depth=3 b LBB74_36 LBB74_36: ; in Loop: Header=BB74_22 Depth=3 b LBB74_38 LBB74_37: ; in Loop: Header=BB74_1 Depth=1 b LBB74_47 LBB74_38: ; in Loop: Header=BB74_22 Depth=3 b LBB74_39 LBB74_39: ; in Loop: Header=BB74_22 Depth=3 b LBB74_22 LBB74_40: ; in Loop: Header=BB74_15 Depth=2 b LBB74_41 LBB74_41: ; in Loop: Header=BB74_15 Depth=2 b LBB74_43 LBB74_42: ; in Loop: Header=BB74_1 Depth=1 b LBB74_46 LBB74_43: ; in Loop: Header=BB74_15 Depth=2 b LBB74_44 LBB74_44: ; in Loop: Header=BB74_15 Depth=2 b LBB74_45 LBB74_45: ; in Loop: Header=BB74_15 Depth=2 b LBB74_15 LBB74_46: ; in Loop: Header=BB74_1 Depth=1 b LBB74_47 LBB74_47: ; in Loop: Header=BB74_1 Depth=1 b LBB74_54 LBB74_48: ; in Loop: Header=BB74_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB74_50 b LBB74_49 LBB74_49: ; in Loop: Header=BB74_1 Depth=1 adrp x0, l_.str.131@PAGE add x0, x0, l_.str.131@PAGEOFF bl _error b LBB74_53 LBB74_50: ; in Loop: Header=BB74_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB74_52 b LBB74_51 LBB74_51: ; in Loop: Header=BB74_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB74_52 LBB74_52: ; in Loop: Header=BB74_1 Depth=1 b LBB74_53 LBB74_53: ; in Loop: Header=BB74_1 Depth=1 b LBB74_54 LBB74_54: ; in Loop: Header=BB74_1 Depth=1 b LBB74_55 LBB74_55: ; in Loop: Header=BB74_1 Depth=1 b LBB74_1 LBB74_56: ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_line_comment _parse_line_comment: ; @parse_line_comment .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB75_1 LBB75_1: ; =>This Loop Header: Depth=1 ; Child Loop BB75_2 Depth 2 ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] b LBB75_2 LBB75_2: ; Parent Loop BB75_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB75_4 b LBB75_3 LBB75_3: ; in Loop: Header=BB75_2 Depth=2 ldur w8, [x29, #-12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB75_5 b LBB75_4 LBB75_4: b LBB75_28 LBB75_5: ; in Loop: Header=BB75_2 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_25 b LBB75_6 LBB75_6: ; in Loop: Header=BB75_2 Depth=2 ldur x8, [x29, #-8] adrp x9, _file@PAGE stur x9, [x29, #-24] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldur x8, [x29, #-24] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_23 b LBB75_7 LBB75_7: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_9 b LBB75_8 LBB75_8: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #32] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB75_9 LBB75_9: ; in Loop: Header=BB75_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB75_13 b LBB75_10 LBB75_10: ; in Loop: Header=BB75_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_12 b LBB75_11 LBB75_11: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #24] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #24] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB75_12 LBB75_12: ; in Loop: Header=BB75_1 Depth=1 b LBB75_22 LBB75_13: ; in Loop: Header=BB75_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB75_21 b LBB75_14 LBB75_14: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_16 b LBB75_15 LBB75_15: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #16] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB75_16 LBB75_16: ; in Loop: Header=BB75_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB75_20 b LBB75_17 LBB75_17: ; in Loop: Header=BB75_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB75_19 b LBB75_18 LBB75_18: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #8] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB75_19 LBB75_19: ; in Loop: Header=BB75_1 Depth=1 b LBB75_20 LBB75_20: ; in Loop: Header=BB75_1 Depth=1 b LBB75_21 LBB75_21: ; in Loop: Header=BB75_1 Depth=1 b LBB75_22 LBB75_22: ; in Loop: Header=BB75_1 Depth=1 b LBB75_24 LBB75_23: ; in Loop: Header=BB75_2 Depth=2 b LBB75_2 LBB75_24: ; in Loop: Header=BB75_1 Depth=1 b LBB75_26 LBB75_25: ; in Loop: Header=BB75_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB75_26 LBB75_26: ; in Loop: Header=BB75_1 Depth=1 b LBB75_27 LBB75_27: ; in Loop: Header=BB75_1 Depth=1 b LBB75_1 LBB75_28: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function next_nomacro _next_nomacro: ; @next_nomacro .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, _tokc@PAGE add x8, x8, _tokc@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB76_14 b LBB76_1 LBB76_1: b LBB76_2 LBB76_2: ; =>This Inner Loop Header: Depth=1 adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] ldr w9, [x8] adrp x8, _tok@PAGE str w9, [x8, _tok@PAGEOFF] ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB76_13 b LBB76_3 LBB76_3: ; in Loop: Header=BB76_2 Depth=1 adrp x10, _macro_ptr@PAGE ldr x8, [x10, _macro_ptr@PAGEOFF] add x9, x8, #4 str x9, [x10, _macro_ptr@PAGEOFF] ldr w9, [x8] adrp x8, _tok@PAGE str w9, [x8, _tok@PAGEOFF] ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB76_9 ; %bb.4: ; in Loop: Header=BB76_2 Depth=1 ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI76_0@PAGE add x10, x10, lJTI76_0@PAGEOFF Ltmp8: adr x8, Ltmp8 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB76_5: ; in Loop: Header=BB76_2 Depth=1 adrp x10, _macro_ptr@PAGE ldr x8, [x10, _macro_ptr@PAGEOFF] add x9, x8, #4 str x9, [x10, _macro_ptr@PAGEOFF] ldr w8, [x8] adrp x9, _tokc@PAGE str w8, [x9, _tokc@PAGEOFF] b LBB76_10 LBB76_6: ; in Loop: Header=BB76_2 Depth=1 adrp x9, _macro_ptr@PAGE ldr x10, [x9, _macro_ptr@PAGEOFF] adrp x8, _tokc@PAGE str x10, [x8, _tokc@PAGEOFF] ldr x10, [x9, _macro_ptr@PAGEOFF] add x10, x10, #32 ldr x11, [x8, _tokc@PAGEOFF] str x10, [x11, #8] ldr x8, [x8, _tokc@PAGEOFF] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x10, x8, #2 ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, x10, lsl #2 str x8, [x9, _macro_ptr@PAGEOFF] b LBB76_10 LBB76_7: ; in Loop: Header=BB76_2 Depth=1 ldr x10, [sp, #8] ; 8-byte Folded Reload adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8] adrp x11, _tokc@PAGE str w8, [x11, _tokc@PAGEOFF] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #4] str w8, [x10, #4] ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, #8 str x8, [x9, _macro_ptr@PAGEOFF] b LBB76_10 LBB76_8: ; in Loop: Header=BB76_2 Depth=1 ldr x10, [sp, #8] ; 8-byte Folded Reload adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8] adrp x11, _tokc@PAGE str w8, [x11, _tokc@PAGEOFF] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #4] str w8, [x10, #4] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #8] str w8, [x10, #8] ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, #12 str x8, [x9, _macro_ptr@PAGEOFF] b LBB76_10 LBB76_9: ; in Loop: Header=BB76_2 Depth=1 b LBB76_10 LBB76_10: ; in Loop: Header=BB76_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #186 cset w8, ne tbnz w8, #0, LBB76_12 b LBB76_11 LBB76_11: ; in Loop: Header=BB76_2 Depth=1 adrp x8, _tokc@PAGE ldr w8, [x8, _tokc@PAGEOFF] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str w8, [x9, #20] b LBB76_2 LBB76_12: b LBB76_13 LBB76_13: b LBB76_15 LBB76_14: bl _next_nomacro1 b LBB76_15 LBB76_15: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc .p2align 2 lJTI76_0: .long LBB76_5-Ltmp8 .long LBB76_5-Ltmp8 .long LBB76_6-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_5-Ltmp8 .long LBB76_6-Ltmp8 .long LBB76_5-Ltmp8 .long LBB76_5-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_7-Ltmp8 .long LBB76_8-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_5-Ltmp8 .long LBB76_7-Ltmp8 .long LBB76_7-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_9-Ltmp8 .long LBB76_6-Ltmp8 ; -- End function .globl _save_parse_state ; -- Begin function save_parse_state .p2align 2 _save_parse_state: ; @save_parse_state .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #20] ldr x9, [sp, #8] str w8, [x9, #8] adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] ldr x9, [sp, #8] str x8, [x9] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] ldr x9, [sp, #8] str w8, [x9, #12] ldr x9, [sp, #8] adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] str x8, [x9, #16] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _restore_parse_state ; -- Begin function restore_parse_state .p2align 2 _restore_parse_state: ; @restore_parse_state .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8, #8] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str w8, [x9, #20] ldr x8, [sp, #8] ldr x8, [x8] adrp x9, _macro_ptr@PAGE str x8, [x9, _macro_ptr@PAGEOFF] ldr x8, [sp, #8] ldr w8, [x8, #12] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldr x8, [sp, #8] ldr x8, [x8, #16] adrp x9, _tokc@PAGE str x8, [x9, _tokc@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _bn_lshift ; -- Begin function bn_lshift .p2align 2 _bn_lshift: ; @bn_lshift .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] b LBB79_1 LBB79_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB79_4 b LBB79_2 LBB79_2: ; in Loop: Header=BB79_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #20] lsl w8, w8, w9 ldr w9, [sp, #16] orr w8, w8, w9 ldr x9, [sp, #24] ldrsw x10, [sp, #12] str w8, [x9, x10, lsl #2] ldr w8, [sp, #8] ldr w10, [sp, #20] mov w9, #32 subs w9, w9, w10 lsr w8, w8, w9 str w8, [sp, #16] b LBB79_3 LBB79_3: ; in Loop: Header=BB79_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB79_1 LBB79_4: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _bn_zero ; -- Begin function bn_zero .p2align 2 _bn_zero: ; @bn_zero .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] b LBB80_1 LBB80_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB80_4 b LBB80_2 LBB80_2: ; in Loop: Header=BB80_1 Depth=1 ldr x9, [sp, #8] ldrsw x10, [sp, #4] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB80_3 LBB80_3: ; in Loop: Header=BB80_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB80_1 LBB80_4: add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function parse_number lCPI81_0: .quad 0x41f0000000000000 ; double 4294967296 .section __TEXT,__text,regular,pure_instructions .globl _parse_number .p2align 2 _parse_number: ; @parse_number .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, _token_buf@PAGE add x8, x8, _token_buf@PAGEOFF add x9, x8, #1024 str x9, [sp, #24] ; 8-byte Folded Spill adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-8] stur x0, [x29, #-24] str x8, [sp, #64] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] ldur w8, [x29, #-52] stur w8, [x29, #-32] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] ldur w8, [x29, #-32] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] mov w8, #10 stur w8, [x29, #-28] ldur w8, [x29, #-32] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB81_2 b LBB81_1 LBB81_1: b LBB81_99 LBB81_2: ldur w8, [x29, #-32] subs w8, w8, #48 cset w8, ne tbnz w8, #0, LBB81_12 b LBB81_3 LBB81_3: ldur w8, [x29, #-52] subs w8, w8, #120 cset w8, eq tbnz w8, #0, LBB81_5 b LBB81_4 LBB81_4: ldur w8, [x29, #-52] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB81_6 b LBB81_5 LBB81_5: ldr x8, [sp, #64] subs x8, x8, #1 str x8, [sp, #64] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #16 stur w8, [x29, #-28] b LBB81_11 LBB81_6: adrp x8, _tcc_ext@PAGE ldr w8, [x8, _tcc_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB81_10 b LBB81_7 LBB81_7: ldur w8, [x29, #-52] subs w8, w8, #98 cset w8, eq tbnz w8, #0, LBB81_9 b LBB81_8 LBB81_8: ldur w8, [x29, #-52] subs w8, w8, #66 cset w8, ne tbnz w8, #0, LBB81_10 b LBB81_9 LBB81_9: ldr x8, [sp, #64] subs x8, x8, #1 str x8, [sp, #64] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #2 stur w8, [x29, #-28] b LBB81_10 LBB81_10: b LBB81_11 LBB81_11: b LBB81_12 LBB81_12: b LBB81_13 LBB81_13: b LBB81_14 LBB81_14: ldur w8, [x29, #-52] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB81_17 b LBB81_15 LBB81_15: ldur w8, [x29, #-52] subs w8, w8, #102 cset w8, gt tbnz w8, #0, LBB81_17 b LBB81_16 LBB81_16: ldur w8, [x29, #-52] subs w8, w8, #97 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_25 LBB81_17: ldur w8, [x29, #-52] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB81_20 b LBB81_18 LBB81_18: ldur w8, [x29, #-52] subs w8, w8, #70 cset w8, gt tbnz w8, #0, LBB81_20 b LBB81_19 LBB81_19: ldur w8, [x29, #-52] subs w8, w8, #65 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_24 LBB81_20: ldur w0, [x29, #-52] bl _isnum subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB81_22 b LBB81_21 LBB81_21: ldur w8, [x29, #-52] subs w8, w8, #48 stur w8, [x29, #-32] b LBB81_23 LBB81_22: b LBB81_31 LBB81_23: b LBB81_24 LBB81_24: b LBB81_25 LBB81_25: ldur w8, [x29, #-32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB81_27 b LBB81_26 LBB81_26: b LBB81_31 LBB81_27: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_30 b LBB81_28 LBB81_28: b LBB81_29 LBB81_29: adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _error b LBB81_30 LBB81_30: ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_14 LBB81_31: ldur w8, [x29, #-52] subs w8, w8, #46 cset w8, eq tbnz w8, #0, LBB81_39 b LBB81_32 LBB81_32: ldur w8, [x29, #-52] subs w8, w8, #101 cset w8, eq tbnz w8, #0, LBB81_34 b LBB81_33 LBB81_33: ldur w8, [x29, #-52] subs w8, w8, #69 cset w8, ne tbnz w8, #0, LBB81_35 b LBB81_34 LBB81_34: ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB81_39 b LBB81_35 LBB81_35: ldur w8, [x29, #-52] subs w8, w8, #112 cset w8, eq tbnz w8, #0, LBB81_37 b LBB81_36 LBB81_36: ldur w8, [x29, #-52] subs w8, w8, #80 cset w8, ne tbnz w8, #0, LBB81_135 b LBB81_37 LBB81_37: ldur w8, [x29, #-28] subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB81_39 b LBB81_38 LBB81_38: ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB81_135 b LBB81_39 LBB81_39: ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB81_95 b LBB81_40 LBB81_40: ldr x8, [sp, #64] strb wzr, [x8] ldur w8, [x29, #-28] subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB81_42 b LBB81_41 LBB81_41: mov w8, #4 stur w8, [x29, #-36] b LBB81_43 LBB81_42: mov w8, #2 stur w8, [x29, #-36] b LBB81_43 LBB81_43: sub x0, x29, #16 bl _bn_zero adrp x8, _token_buf@PAGE add x8, x8, _token_buf@PAGEOFF str x8, [sp, #64] b LBB81_44 LBB81_44: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #64] add x9, x8, #1 str x9, [sp, #64] ldrsb w8, [x8] stur w8, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB81_46 b LBB81_45 LBB81_45: b LBB81_54 LBB81_46: ; in Loop: Header=BB81_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB81_48 b LBB81_47 LBB81_47: ; in Loop: Header=BB81_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #97 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_52 LBB81_48: ; in Loop: Header=BB81_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB81_50 b LBB81_49 LBB81_49: ; in Loop: Header=BB81_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_51 LBB81_50: ; in Loop: Header=BB81_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #48 stur w8, [x29, #-32] b LBB81_51 LBB81_51: ; in Loop: Header=BB81_44 Depth=1 b LBB81_52 LBB81_52: ; in Loop: Header=BB81_44 Depth=1 b LBB81_53 LBB81_53: ; in Loop: Header=BB81_44 Depth=1 ldur w1, [x29, #-36] ldur w2, [x29, #-32] sub x0, x29, #16 bl _bn_lshift b LBB81_44 LBB81_54: stur wzr, [x29, #-40] ldur w8, [x29, #-52] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB81_72 b LBB81_55 LBB81_55: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_56 LBB81_56: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] stur w8, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB81_59 b LBB81_57 LBB81_57: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #102 cset w8, gt tbnz w8, #0, LBB81_59 b LBB81_58 LBB81_58: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #97 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_68 LBB81_59: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB81_62 b LBB81_60 LBB81_60: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #70 cset w8, gt tbnz w8, #0, LBB81_62 b LBB81_61 LBB81_61: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_67 LBB81_62: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #48 cset w8, lt tbnz w8, #0, LBB81_65 b LBB81_63 LBB81_63: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #57 cset w8, gt tbnz w8, #0, LBB81_65 b LBB81_64 LBB81_64: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #48 stur w8, [x29, #-32] b LBB81_66 LBB81_65: b LBB81_71 LBB81_66: ; in Loop: Header=BB81_56 Depth=1 b LBB81_67 LBB81_67: ; in Loop: Header=BB81_56 Depth=1 b LBB81_68 LBB81_68: ; in Loop: Header=BB81_56 Depth=1 ldur w8, [x29, #-32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB81_70 b LBB81_69 LBB81_69: ; in Loop: Header=BB81_56 Depth=1 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _error b LBB81_70 LBB81_70: ; in Loop: Header=BB81_56 Depth=1 ldur w1, [x29, #-36] ldur w2, [x29, #-32] sub x0, x29, #16 bl _bn_lshift ldur w9, [x29, #-36] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_56 LBB81_71: b LBB81_72 LBB81_72: ldur w8, [x29, #-52] subs w8, w8, #112 cset w8, eq tbnz w8, #0, LBB81_75 b LBB81_73 LBB81_73: ldur w8, [x29, #-52] subs w8, w8, #80 cset w8, eq tbnz w8, #0, LBB81_75 b LBB81_74 LBB81_74: adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _expect b LBB81_75 LBB81_75: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #1 stur w8, [x29, #-44] stur wzr, [x29, #-48] ldur w8, [x29, #-52] subs w8, w8, #43 cset w8, ne tbnz w8, #0, LBB81_77 b LBB81_76 LBB81_76: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_80 LBB81_77: ldur w8, [x29, #-52] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB81_79 b LBB81_78 LBB81_78: mov w8, #-1 stur w8, [x29, #-44] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_79 LBB81_79: b LBB81_80 LBB81_80: ldur w8, [x29, #-52] subs w8, w8, #48 cset w8, lt tbnz w8, #0, LBB81_82 b LBB81_81 LBB81_81: ldur w8, [x29, #-52] subs w8, w8, #57 cset w8, le tbnz w8, #0, LBB81_83 b LBB81_82 LBB81_82: adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _expect b LBB81_83 LBB81_83: b LBB81_84 LBB81_84: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB81_86 b LBB81_85 LBB81_85: ; in Loop: Header=BB81_84 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #57 cset w8, le str w8, [sp, #20] ; 4-byte Folded Spill b LBB81_86 LBB81_86: ; in Loop: Header=BB81_84 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB81_88 b LBB81_87 LBB81_87: ; in Loop: Header=BB81_84 Depth=1 ldur w8, [x29, #-48] mov w9, #10 mul w8, w8, w9 ldur w9, [x29, #-52] add w8, w8, w9 subs w8, w8, #48 stur w8, [x29, #-48] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_84 LBB81_88: ldur w8, [x29, #-48] ldur w9, [x29, #-44] mul w8, w8, w9 stur w8, [x29, #-48] ldur s1, [x29, #-12] ; implicit-def: $d0 fmov s0, s1 ucvtf d0, d0 ldur s2, [x29, #-16] ; implicit-def: $d1 fmov s1, s2 ucvtf d2, d1 adrp x8, lCPI81_0@PAGE ldr d1, [x8, lCPI81_0@PAGEOFF] fmadd d0, d0, d1, d2 str d0, [sp, #56] ldr d0, [sp, #56] ldur w8, [x29, #-48] ldur w9, [x29, #-40] subs w0, w8, w9 bl _ldexp str d0, [sp, #56] ldur w0, [x29, #-52] bl _toup stur w0, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #70 cset w8, ne tbnz w8, #0, LBB81_90 b LBB81_89 LBB81_89: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #185 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldr d0, [sp, #56] fcvt s0, d0 adrp x8, _tokc@PAGE str s0, [x8, _tokc@PAGEOFF] b LBB81_94 LBB81_90: ldur w8, [x29, #-32] subs w8, w8, #76 cset w8, ne tbnz w8, #0, LBB81_92 b LBB81_91 LBB81_91: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #193 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldr d0, [sp, #56] adrp x8, _tokc@PAGE str d0, [x8, _tokc@PAGEOFF] b LBB81_93 LBB81_92: mov w8, #192 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldr d0, [sp, #56] adrp x8, _tokc@PAGE str d0, [x8, _tokc@PAGEOFF] b LBB81_93 LBB81_93: b LBB81_94 LBB81_94: b LBB81_134 LBB81_95: ldur w8, [x29, #-52] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB81_107 b LBB81_96 LBB81_96: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_98 b LBB81_97 LBB81_97: b LBB81_29 LBB81_98: ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_99 LBB81_99: b LBB81_100 LBB81_100: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB81_102 b LBB81_101 LBB81_101: ; in Loop: Header=BB81_100 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #57 cset w8, le str w8, [sp, #16] ; 4-byte Folded Spill b LBB81_102 LBB81_102: ; in Loop: Header=BB81_100 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB81_106 b LBB81_103 LBB81_103: ; in Loop: Header=BB81_100 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_105 b LBB81_104 LBB81_104: b LBB81_29 LBB81_105: ; in Loop: Header=BB81_100 Depth=1 ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_100 LBB81_106: b LBB81_107 LBB81_107: ldur w8, [x29, #-52] subs w8, w8, #101 cset w8, eq tbnz w8, #0, LBB81_109 b LBB81_108 LBB81_108: ldur w8, [x29, #-52] subs w8, w8, #69 cset w8, ne tbnz w8, #0, LBB81_127 b LBB81_109 LBB81_109: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_111 b LBB81_110 LBB81_110: b LBB81_29 LBB81_111: ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] ldur w8, [x29, #-52] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB81_113 b LBB81_112 LBB81_112: ldur w8, [x29, #-52] subs w8, w8, #43 cset w8, ne tbnz w8, #0, LBB81_116 b LBB81_113 LBB81_113: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_115 b LBB81_114 LBB81_114: b LBB81_29 LBB81_115: ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_116 LBB81_116: ldur w8, [x29, #-52] subs w8, w8, #48 cset w8, lt tbnz w8, #0, LBB81_118 b LBB81_117 LBB81_117: ldur w8, [x29, #-52] subs w8, w8, #57 cset w8, le tbnz w8, #0, LBB81_119 b LBB81_118 LBB81_118: adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _expect b LBB81_119 LBB81_119: b LBB81_120 LBB81_120: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB81_122 b LBB81_121 LBB81_121: ; in Loop: Header=BB81_120 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #57 cset w8, le str w8, [sp, #12] ; 4-byte Folded Spill b LBB81_122 LBB81_122: ; in Loop: Header=BB81_120 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB81_126 b LBB81_123 LBB81_123: ; in Loop: Header=BB81_120 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #64] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB81_125 b LBB81_124 LBB81_124: b LBB81_29 LBB81_125: ; in Loop: Header=BB81_120 Depth=1 ldur w8, [x29, #-52] ldr x9, [sp, #64] add x10, x9, #1 str x10, [sp, #64] strb w8, [x9] ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_120 LBB81_126: b LBB81_127 LBB81_127: ldr x8, [sp, #64] strb wzr, [x8] ldur w0, [x29, #-52] bl _toup stur w0, [x29, #-32] bl ___error str wzr, [x0] ldur w8, [x29, #-32] subs w8, w8, #70 cset w8, ne tbnz w8, #0, LBB81_129 b LBB81_128 LBB81_128: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #185 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] adrp x0, _token_buf@PAGE add x0, x0, _token_buf@PAGEOFF mov x1, #0 bl _strtof adrp x8, _tokc@PAGE str s0, [x8, _tokc@PAGEOFF] b LBB81_133 LBB81_129: ldur w8, [x29, #-32] subs w8, w8, #76 cset w8, ne tbnz w8, #0, LBB81_131 b LBB81_130 LBB81_130: ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] mov w8, #193 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] adrp x0, _token_buf@PAGE add x0, x0, _token_buf@PAGEOFF mov x1, #0 bl _strtold adrp x8, _tokc@PAGE str d0, [x8, _tokc@PAGEOFF] b LBB81_132 LBB81_131: mov w8, #192 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] adrp x0, _token_buf@PAGE add x0, x0, _token_buf@PAGEOFF mov x1, #0 bl _strtod adrp x8, _tokc@PAGE str d0, [x8, _tokc@PAGEOFF] b LBB81_132 LBB81_132: b LBB81_133 LBB81_133: b LBB81_134 LBB81_134: b LBB81_191 LBB81_135: ldr x8, [sp, #64] strb wzr, [x8] adrp x8, _token_buf@PAGE add x8, x8, _token_buf@PAGEOFF str x8, [sp, #64] ldur w8, [x29, #-28] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB81_138 b LBB81_136 LBB81_136: ldr x8, [sp, #64] ldrsb w8, [x8] subs w8, w8, #48 cset w8, ne tbnz w8, #0, LBB81_138 b LBB81_137 LBB81_137: mov w8, #8 stur w8, [x29, #-28] ldr x8, [sp, #64] add x8, x8, #1 str x8, [sp, #64] b LBB81_138 LBB81_138: str xzr, [sp, #48] b LBB81_139 LBB81_139: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #64] add x9, x8, #1 str x9, [sp, #64] ldrsb w8, [x8] stur w8, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB81_141 b LBB81_140 LBB81_140: b LBB81_153 LBB81_141: ; in Loop: Header=BB81_139 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB81_143 b LBB81_142 LBB81_142: ; in Loop: Header=BB81_139 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #97 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_149 LBB81_143: ; in Loop: Header=BB81_139 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB81_145 b LBB81_144 LBB81_144: ; in Loop: Header=BB81_139 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #65 add w8, w8, #10 stur w8, [x29, #-32] b LBB81_148 LBB81_145: ; in Loop: Header=BB81_139 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #48 stur w8, [x29, #-32] ldur w8, [x29, #-32] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB81_147 b LBB81_146 LBB81_146: ; in Loop: Header=BB81_139 Depth=1 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _error b LBB81_147 LBB81_147: ; in Loop: Header=BB81_139 Depth=1 b LBB81_148 LBB81_148: ; in Loop: Header=BB81_139 Depth=1 b LBB81_149 LBB81_149: ; in Loop: Header=BB81_139 Depth=1 b LBB81_150 LBB81_150: ; in Loop: Header=BB81_139 Depth=1 ldr x8, [sp, #48] str x8, [sp, #40] ldr x8, [sp, #48] ldursw x9, [x29, #-28] mul x8, x8, x9 ldursw x9, [x29, #-32] add x8, x8, x9 str x8, [sp, #48] ldr x8, [sp, #48] ldr x9, [sp, #40] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB81_152 b LBB81_151 LBB81_151: ; in Loop: Header=BB81_139 Depth=1 adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _error b LBB81_152 LBB81_152: ; in Loop: Header=BB81_139 Depth=1 b LBB81_139 LBB81_153: ldr x8, [sp, #48] ands x8, x8, #0xffffffff00000000 cset w8, eq tbnz w8, #0, LBB81_158 b LBB81_154 LBB81_154: ldr x8, [sp, #48] lsr x8, x8, #63 subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB81_156 b LBB81_155 LBB81_155: mov w8, #202 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_157 LBB81_156: mov w8, #201 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_157 LBB81_157: b LBB81_162 LBB81_158: ldr x8, [sp, #48] mov x9, #2147483647 subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB81_160 b LBB81_159 LBB81_159: mov w8, #200 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_161 LBB81_160: adrp x9, _tok@PAGE mov w8, #179 str w8, [x9, _tok@PAGEOFF] b LBB81_161 LBB81_161: b LBB81_162 LBB81_162: str wzr, [sp, #36] str wzr, [sp, #32] b LBB81_163 LBB81_163: ; =>This Inner Loop Header: Depth=1 ldur w0, [x29, #-52] bl _toup stur w0, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #76 cset w8, ne tbnz w8, #0, LBB81_174 b LBB81_164 LBB81_164: ; in Loop: Header=BB81_163 Depth=1 ldr w8, [sp, #36] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB81_166 b LBB81_165 LBB81_165: ; in Loop: Header=BB81_163 Depth=1 adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _error b LBB81_166 LBB81_166: ; in Loop: Header=BB81_163 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB81_173 b LBB81_167 LBB81_167: ; in Loop: Header=BB81_163 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, ne tbnz w8, #0, LBB81_169 b LBB81_168 LBB81_168: ; in Loop: Header=BB81_163 Depth=1 mov w8, #201 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_172 LBB81_169: ; in Loop: Header=BB81_163 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #200 cset w8, ne tbnz w8, #0, LBB81_171 b LBB81_170 LBB81_170: ; in Loop: Header=BB81_163 Depth=1 mov w8, #202 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_171 LBB81_171: ; in Loop: Header=BB81_163 Depth=1 b LBB81_172 LBB81_172: ; in Loop: Header=BB81_163 Depth=1 b LBB81_173 LBB81_173: ; in Loop: Header=BB81_163 Depth=1 ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_185 LBB81_174: ; in Loop: Header=BB81_163 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #85 cset w8, ne tbnz w8, #0, LBB81_183 b LBB81_175 LBB81_175: ; in Loop: Header=BB81_163 Depth=1 ldr w8, [sp, #32] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB81_177 b LBB81_176 LBB81_176: ; in Loop: Header=BB81_163 Depth=1 adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _error b LBB81_177 LBB81_177: ; in Loop: Header=BB81_163 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, ne tbnz w8, #0, LBB81_179 b LBB81_178 LBB81_178: ; in Loop: Header=BB81_163 Depth=1 mov w8, #200 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_182 LBB81_179: ; in Loop: Header=BB81_163 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #201 cset w8, ne tbnz w8, #0, LBB81_181 b LBB81_180 LBB81_180: ; in Loop: Header=BB81_163 Depth=1 mov w8, #202 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB81_181 LBB81_181: ; in Loop: Header=BB81_163 Depth=1 b LBB81_182 LBB81_182: ; in Loop: Header=BB81_163 Depth=1 ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] stur w8, [x29, #-52] b LBB81_184 LBB81_183: b LBB81_186 LBB81_184: ; in Loop: Header=BB81_163 Depth=1 b LBB81_185 LBB81_185: ; in Loop: Header=BB81_163 Depth=1 b LBB81_163 LBB81_186: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, eq tbnz w8, #0, LBB81_188 b LBB81_187 LBB81_187: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #200 cset w8, ne tbnz w8, #0, LBB81_189 b LBB81_188 LBB81_188: ldr x8, [sp, #48] adrp x9, _tokc@PAGE ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, _tokc@PAGEOFF] b LBB81_190 LBB81_189: ldr x8, [sp, #48] adrp x9, _tokc@PAGE str x8, [x9, _tokc@PAGEOFF] b LBB81_190 LBB81_190: b LBB81_191 LBB81_191: 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_193 b LBB81_192 LBB81_192: bl ___stack_chk_fail LBB81_193: ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function isnum _isnum: ; @isnum .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB82_2 b LBB82_1 LBB82_1: ldr w8, [sp, #12] subs w8, w8, #57 cset w8, le str w8, [sp, #8] ; 4-byte Folded Spill b LBB82_2 LBB82_2: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function toup _toup: ; @toup .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB83_3 b LBB83_1 LBB83_1: ldr w8, [sp, #8] subs w8, w8, #122 cset w8, gt tbnz w8, #0, LBB83_3 b LBB83_2 LBB83_2: ldr w8, [sp, #8] subs w8, w8, #97 add w8, w8, #65 str w8, [sp, #12] b LBB83_4 LBB83_3: ldr w8, [sp, #8] str w8, [sp, #12] b LBB83_4 LBB83_4: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _swap ; -- Begin function swap .p2align 2 _swap: ; @swap .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #24] ldr w8, [x8] str w8, [sp, #12] ldr x8, [sp, #16] ldr w8, [x8] ldr x9, [sp, #24] str w8, [x9] ldr w8, [sp, #12] ldr x9, [sp, #16] str w8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _vsetc ; -- Begin function vsetc .p2align 2 _vsetc: ; @vsetc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x9, #10200 adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF add x9, x8, x9 stur x0, [x29, #-8] stur w1, [x29, #-12] str x2, [sp, #8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB85_2 b LBB85_1 LBB85_1: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB85_2 LBB85_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] adrp x9, _vstack@PAGE add x9, x9, _vstack@PAGEOFF subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB85_7 b LBB85_3 LBB85_3: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #243 cset w8, eq tbnz w8, #0, LBB85_5 b LBB85_4 LBB85_4: ldr w8, [sp, #4] and w8, w8, #0xfffffffe subs w8, w8, #244 cset w8, ne tbnz w8, #0, LBB85_6 b LBB85_5 LBB85_5: mov w0, #1 bl _gv b LBB85_6 LBB85_6: b LBB85_7 LBB85_7: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] add x9, x9, #40 str x9, [x8, _vtop@PAGEOFF] ldr x9, [x8, _vtop@PAGEOFF] ldur x10, [x29, #-8] ldr q0, [x10] str q0, [x9] ldur w9, [x29, #-12] ldr x10, [x8, _vtop@PAGEOFF] strh w9, [x10, #16] ldr x10, [x8, _vtop@PAGEOFF] mov w9, #240 strh w9, [x10, #18] ldr x9, [x8, _vtop@PAGEOFF] ldr x8, [sp, #8] ldr x8, [x8] str x8, [x9, #24] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _vseti ; -- Begin function vseti .p2align 2 _vseti: ; @vseti .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] add x0, sp, #8 str wzr, [sp, #8] ldur w1, [x29, #-4] ldur w2, [x29, #-8] bl _vset ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _vpushv ; -- Begin function vpushv .p2align 2 _vpushv: ; @vpushv .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, #10200 adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF add x9, x8, x9 str x0, [sp, #8] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB87_2 b LBB87_1 LBB87_1: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB87_2 LBB87_2: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] add x9, x9, #40 str x9, [x8, _vtop@PAGEOFF] ldr x0, [x8, _vtop@PAGEOFF] ldr x1, [sp, #8] mov x2, #40 bl _memcpy ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _vdup ; -- Begin function vdup .p2align 2 _vdup: ; @vdup .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] bl _vpushv ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function lvalue_type _lvalue_type: ; @lvalue_type .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] mov w8, #256 str w8, [sp] ldr w8, [sp, #8] and w8, w8, #0xf str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB89_2 b LBB89_1 LBB89_1: ldr w8, [sp, #4] subs w8, w8, #11 cset w8, ne tbnz w8, #0, LBB89_3 b LBB89_2 LBB89_2: ldr w8, [sp] orr w8, w8, #0x1000 str w8, [sp] b LBB89_7 LBB89_3: ldr w8, [sp, #4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB89_5 b LBB89_4 LBB89_4: ldr w8, [sp] orr w8, w8, #0x2000 str w8, [sp] b LBB89_6 LBB89_5: ldr w8, [sp] str w8, [sp, #12] b LBB89_10 LBB89_6: b LBB89_7 LBB89_7: ldr w8, [sp, #8] ands w8, w8, #0x10 cset w8, eq tbnz w8, #0, LBB89_9 b LBB89_8 LBB89_8: ldr w8, [sp] orr w8, w8, #0x4000 str w8, [sp] b LBB89_9 LBB89_9: ldr w8, [sp] str w8, [sp, #12] b LBB89_10 LBB89_10: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _get_reg_ex ; -- Begin function get_reg_ex .p2align 2 _get_reg_ex: ; @get_reg_ex .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, #16] b LBB90_1 LBB90_1: ; =>This Loop Header: Depth=1 ; Child Loop BB90_4 Depth 2 ldr w8, [sp, #16] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB90_15 b LBB90_2 LBB90_2: ; in Loop: Header=BB90_1 Depth=1 ldrsw x9, [sp, #16] adrp x8, _reg_classes@PAGE add x8, x8, _reg_classes@PAGEOFF ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-12] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB90_13 b LBB90_3 LBB90_3: ; in Loop: Header=BB90_1 Depth=1 str wzr, [sp, #4] adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF str x8, [sp, #8] b LBB90_4 LBB90_4: ; Parent Loop BB90_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB90_10 b LBB90_5 LBB90_5: ; in Loop: Header=BB90_4 Depth=2 ldr x8, [sp, #8] ldrb w8, [x8, #16] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB90_7 b LBB90_6 LBB90_6: ; in Loop: Header=BB90_4 Depth=2 ldr x8, [sp, #8] ldrb w8, [x8, #18] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB90_8 b LBB90_7 LBB90_7: ; in Loop: Header=BB90_4 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB90_8 LBB90_8: ; in Loop: Header=BB90_4 Depth=2 b LBB90_9 LBB90_9: ; in Loop: Header=BB90_4 Depth=2 ldr x8, [sp, #8] add x8, x8, #40 str x8, [sp, #8] b LBB90_4 LBB90_10: ; in Loop: Header=BB90_1 Depth=1 ldr w8, [sp, #4] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB90_12 b LBB90_11 LBB90_11: ldr w8, [sp, #16] stur w8, [x29, #-4] b LBB90_16 LBB90_12: ; in Loop: Header=BB90_1 Depth=1 b LBB90_13 LBB90_13: ; in Loop: Header=BB90_1 Depth=1 b LBB90_14 LBB90_14: ; in Loop: Header=BB90_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB90_1 LBB90_15: ldur w0, [x29, #-8] bl _get_reg stur w0, [x29, #-4] b LBB90_16 LBB90_16: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _move_reg ; -- Begin function move_reg .p2align 2 _move_reg: ; @move_reg .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] ldur w8, [x29, #-4] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB91_2 b LBB91_1 LBB91_1: ldur w0, [x29, #-4] bl _save_reg mov x1, sp str wzr, [sp] ldur w8, [x29, #-8] strh w8, [sp, #16] str wzr, [sp, #24] ldur w0, [x29, #-4] bl _load b LBB91_2 LBB91_2: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _gaddrof ; -- Begin function gaddrof .p2align 2 _gaddrof: ; @gaddrof .cfi_startproc ; %bb.0: adrp x8, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] ldrh w9, [x10, #16] and w9, w9, #0xfffffeff strh w9, [x10, #16] ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB92_2 b LBB92_1 LBB92_1: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldrh w8, [x8, #16] mov w10, #-28928 and w8, w8, w10 mov w10, #242 orr w8, w8, w10 orr w8, w8, #0x100 ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] b LBB92_2 LBB92_2: ret .cfi_endproc ; -- End function .globl _gbound ; -- Begin function gbound .p2align 2 _gbound: ; @gbound .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, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] ldrh w9, [x10, #16] and w9, w9, #0xfffff7ff strh w9, [x10, #16] ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB93_4 b LBB93_1 LBB93_1: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x8000 cset w8, ne tbnz w8, #0, LBB93_3 b LBB93_2 LBB93_2: adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] ldrh w9, [x9, #16] mov w10, #28928 and w9, w9, w10 stur w9, [x29, #-4] ldr x9, [x8, _vtop@PAGEOFF] ldr q0, [x9] str q0, [sp, #16] ldr x8, [x8, _vtop@PAGEOFF] mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill str wzr, [x8] bl _gaddrof ldr w0, [sp, #4] ; 4-byte Folded Reload bl _vpushi bl _gen_bounded_ptr_add ldr x8, [sp, #8] ; 8-byte Folded Reload ldur w11, [x29, #-4] ldr x10, [x8, _vtop@PAGEOFF] ldrh w9, [x10, #16] orr w9, w9, w11 strh w9, [x10, #16] ldr x8, [x8, _vtop@PAGEOFF] ldr q0, [sp, #16] str q0, [x8] b LBB93_3 LBB93_3: bl _gen_bounded_ptr_deref b LBB93_4 LBB93_4: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _vpop ; -- Begin function vpop .p2align 2 _vpop: ; @vpop .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, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] stur w8, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB94_3 b LBB94_1 LBB94_1: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB94_3 b LBB94_2 LBB94_2: mov w0, #55773 bl _o b LBB94_7 LBB94_3: ldur w8, [x29, #-4] subs w8, w8, #244 cset w8, eq tbnz w8, #0, LBB94_5 b LBB94_4 LBB94_4: ldur w8, [x29, #-4] subs w8, w8, #245 cset w8, ne tbnz w8, #0, LBB94_6 b LBB94_5 LBB94_5: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8, #24] bl _gsym b LBB94_6 LBB94_6: b LBB94_7 LBB94_7: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _lexpand ; -- Begin function lexpand .p2align 2 _lexpand: ; @lexpand .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, _vtop@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0x10 stur w8, [x29, #-4] mov w0, #1 bl _gv bl _vdup ldr x9, [sp] ; 8-byte Folded Reload ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #22 ldrh w8, [x8] ldr x10, [x9, _vtop@PAGEOFF] strh w8, [x10, #16] ldr x10, [x9, _vtop@PAGEOFF] mov w8, #240 strh w8, [x10, #18] ldr x10, [x9, _vtop@PAGEOFF] subs x10, x10, #22 strh w8, [x10] ldur w10, [x29, #-4] mov w8, #0 orr w10, w8, w10 ldr x11, [x9, _vtop@PAGEOFF] str w10, [x11] ldur w10, [x29, #-4] orr w8, w8, w10 ldr x9, [x9, _vtop@PAGEOFF] stur w8, [x9, #-40] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _lbuild ; -- Begin function lbuild .p2align 2 _lbuild: ; @lbuild .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 w1, #1 mov x0, x1 bl _gv2 adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldrh w8, [x8, #16] ldr x10, [x9, _vtop@PAGEOFF] subs x10, x10, #22 strh w8, [x10] ldur w8, [x29, #-4] ldr x9, [x9, _vtop@PAGEOFF] stur w8, [x9, #-40] bl _vpop ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _vrotb ; -- Begin function vrotb .p2align 2 _vrotb: ; @vrotb .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] adrp x8, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] ldur w9, [x29, #-4] mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, w9 add w8, w8, #1 add x0, sp, #16 mov w9, #40 smaddl x1, w8, w9, x10 mov x2, #40 bl _memcpy ldr w8, [sp, #12] ; 4-byte Folded Reload ldur w9, [x29, #-4] subs w8, w8, w9 add w8, w8, #1 stur w8, [x29, #-8] b LBB97_1 LBB97_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB97_4 b LBB97_2 LBB97_2: ; in Loop: Header=BB97_1 Depth=1 adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldursw x10, [x29, #-8] mov x11, #40 mul x10, x10, x11 add x0, x9, x10 ldr x10, [x8, _vtop@PAGEOFF] ldur w8, [x29, #-8] add w8, w8, #1 mov w9, #40 smaddl x1, w8, w9, x10 mov x2, #40 bl _memcpy b LBB97_3 LBB97_3: ; in Loop: Header=BB97_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB97_1 LBB97_4: adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] add x1, sp, #16 mov x2, #40 bl _memcpy ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _vrott ; -- Begin function vrott .p2align 2 _vrott: ; @vrott .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] adrp x8, _vtop@PAGE ldr x1, [x8, _vtop@PAGEOFF] mov x0, sp mov x2, #40 bl _memcpy stur wzr, [x29, #-8] b LBB98_1 LBB98_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-4] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB98_4 b LBB98_2 LBB98_2: ; in Loop: Header=BB98_1 Depth=1 adrp x9, _vtop@PAGE ldr x12, [x9, _vtop@PAGEOFF] ldur w10, [x29, #-8] mov w8, #0 subs w10, w8, w10 mov w11, #40 smaddl x0, w10, w11, x12 ldr x10, [x9, _vtop@PAGEOFF] ldur w9, [x29, #-8] subs w8, w8, w9 subs w8, w8, #1 mov w9, #40 smaddl x1, w8, w9, x10 mov x2, #40 bl _memcpy b LBB98_3 LBB98_3: ; in Loop: Header=BB98_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB98_1 LBB98_4: adrp x8, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] ldur w9, [x29, #-4] mov w8, #0 subs w8, w8, w9 add w8, w8, #1 mov w9, #40 smaddl x0, w8, w9, x10 mov x1, sp mov x2, #40 bl _memcpy ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _gv_dup ; -- Begin function gv_dup .p2align 2 _gv_dup: ; @gv_dup .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, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB99_2 b LBB99_1 LBB99_1: bl _lexpand bl _gv_dup bl _vswap mov w0, #3 str w0, [sp, #4] ; 4-byte Folded Spill bl _vrotb bl _gv_dup mov w0, #4 bl _vrotb ldur w0, [x29, #-8] bl _lbuild ldr w0, [sp, #4] ; 4-byte Folded Reload bl _vrotb ldr w0, [sp, #4] ; 4-byte Folded Reload bl _vrotb bl _vswap ldur w0, [x29, #-8] bl _lbuild bl _vswap b LBB99_5 LBB99_2: mov w8, #1 stur w8, [x29, #-4] str wzr, [sp, #8] ldur w0, [x29, #-8] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB99_4 b LBB99_3 LBB99_3: mov w8, #2 stur w8, [x29, #-4] ldur w8, [x29, #-8] str w8, [sp, #8] b LBB99_4 LBB99_4: ldur w0, [x29, #-4] bl _gv stur w0, [x29, #-12] ldur w0, [x29, #-4] bl _get_reg stur w0, [x29, #-16] ldur w8, [x29, #-12] add x1, sp, #8 strh w8, [sp, #24] str wzr, [sp, #32] ldur w0, [x29, #-16] bl _load bl _vdup ldur w8, [x29, #-16] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] b LBB99_5 LBB99_5: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _gen_opl ; -- Begin function gen_opl .p2align 2 _gen_opl: ; @gen_opl .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w8, [x29, #-4] stur w8, [x29, #-76] ; 4-byte Folded Spill subs w8, w8, #1 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB100_32 b LBB100_1 LBB100_1: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB100_14 b LBB100_2 LBB100_2: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB100_17 b LBB100_3 LBB100_3: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #42 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB100_17 b LBB100_4 LBB100_4: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB100_17 b LBB100_5 LBB100_5: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB100_12 b LBB100_6 LBB100_6: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB100_17 b LBB100_7 LBB100_7: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB100_17 b LBB100_8 LBB100_8: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #176 cset w8, eq tbnz w8, #0, LBB100_13 b LBB100_9 LBB100_9: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #177 cset w8, eq tbnz w8, #0, LBB100_15 b LBB100_10 LBB100_10: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #178 cset w8, eq tbnz w8, #0, LBB100_12 b LBB100_11 LBB100_11: ldur w8, [x29, #-76] ; 4-byte Folded Reload subs w8, w8, #205 cset w8, eq tbnz w8, #0, LBB100_32 b LBB100_60 LBB100_12: mov w8, #358 stur w8, [x29, #-32] b LBB100_16 LBB100_13: mov w8, #360 stur w8, [x29, #-32] b LBB100_16 LBB100_14: mov w8, #359 stur w8, [x29, #-32] b LBB100_16 LBB100_15: mov w8, #361 stur w8, [x29, #-32] b LBB100_16 LBB100_16: ldur w1, [x29, #-32] adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF bl _vpush_global_sym mov w0, #3 bl _vrott mov w0, #2 bl _gfunc_call mov w0, #0 bl _vpushi adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] strh wzr, [x9, #16] ldr x9, [x8, _vtop@PAGEOFF] mov w8, #2 strh w8, [x9, #18] b LBB100_90 LBB100_17: adrp x8, _vtop@PAGE str x8, [sp, #104] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-8] bl _vswap bl _lexpand mov w0, #3 bl _vrotb bl _lexpand ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x1, [x8, _vtop@PAGEOFF] sub x0, x29, #72 stur x0, [x29, #-96] ; 8-byte Folded Spill mov x2, #40 stur x2, [x29, #-88] ; 8-byte Folded Spill bl _memcpy ldr x8, [sp, #104] ; 8-byte Folded Reload ldur x2, [x29, #-88] ; 8-byte Folded Reload ldr x0, [x8, _vtop@PAGEOFF] ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #120 bl _memcpy ldr x8, [sp, #104] ; 8-byte Folded Reload ldur x1, [x29, #-96] ; 8-byte Folded Reload ldur x2, [x29, #-88] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #120 bl _memcpy ldur x0, [x29, #-96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldur x2, [x29, #-88] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #80 bl _memcpy ldr x8, [sp, #104] ; 8-byte Folded Reload ldur x2, [x29, #-88] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] subs x0, x9, #80 ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #120 bl _memcpy ldr x8, [sp, #104] ; 8-byte Folded Reload ldur x1, [x29, #-96] ; 8-byte Folded Reload ldur x2, [x29, #-88] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #120 bl _memcpy bl _vswap ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB100_23 b LBB100_18 LBB100_18: adrp x8, _vtop@PAGE str x8, [sp, #96] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _vpushv ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #40 bl _vpushv mov w0, #194 bl _gen_op bl _lexpand stur wzr, [x29, #-28] b LBB100_19 LBB100_19: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB100_22 b LBB100_20 LBB100_20: ; in Loop: Header=BB100_19 Depth=1 mov w0, #6 bl _vrotb b LBB100_21 LBB100_21: ; in Loop: Header=BB100_19 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB100_19 LBB100_22: adrp x8, _vtop@PAGE str x8, [sp, #56] ; 8-byte Folded Spill ldr x1, [x8, _vtop@PAGEOFF] sub x0, x29, #72 str x0, [sp, #64] ; 8-byte Folded Spill mov x2, #40 str x2, [sp, #72] ; 8-byte Folded Spill bl _memcpy ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x2, [sp, #72] ; 8-byte Folded Reload ldr x0, [x8, _vtop@PAGEOFF] ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #80 bl _memcpy ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x2, [sp, #72] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #80 bl _memcpy mov w0, #42 str w0, [sp, #88] ; 4-byte Folded Spill bl _gen_op mov w0, #3 str w0, [sp, #84] ; 4-byte Folded Spill bl _vrotb ldr w0, [sp, #84] ; 4-byte Folded Reload bl _vrotb ldr w0, [sp, #88] ; 4-byte Folded Reload bl _gen_op mov w0, #43 str w0, [sp, #92] ; 4-byte Folded Spill bl _gen_op ldr w0, [sp, #92] ; 4-byte Folded Reload bl _gen_op b LBB100_31 LBB100_23: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB100_25 b LBB100_24 LBB100_24: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB100_29 b LBB100_25 LBB100_25: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, ne tbnz w8, #0, LBB100_27 b LBB100_26 LBB100_26: mov w8, #195 stur w8, [x29, #-20] b LBB100_28 LBB100_27: mov w8, #197 stur w8, [x29, #-20] b LBB100_28 LBB100_28: ldur w0, [x29, #-20] bl _gen_op mov w0, #3 str w0, [sp, #52] ; 4-byte Folded Spill bl _vrotb ldr w0, [sp, #52] ; 4-byte Folded Reload bl _vrotb ldur w8, [x29, #-20] add w0, w8, #1 bl _gen_op b LBB100_30 LBB100_29: ldur w0, [x29, #-4] bl _gen_op mov w0, #3 str w0, [sp, #48] ; 4-byte Folded Spill bl _vrotb ldr w0, [sp, #48] ; 4-byte Folded Reload bl _vrotb ldur w0, [x29, #-4] bl _gen_op b LBB100_30 LBB100_30: b LBB100_31 LBB100_31: ldur w0, [x29, #-8] bl _lbuild b LBB100_90 LBB100_32: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB100_52 b LBB100_33 LBB100_33: adrp x8, _vtop@PAGE str x8, [sp, #40] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldur w8, [x8, #-40] stur w8, [x29, #-8] bl _vswap bl _lexpand mov w0, #3 bl _vrotb ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] stur w8, [x29, #-24] bl _vpop ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB100_35 b LBB100_34 LBB100_34: bl _vswap b LBB100_35 LBB100_35: ldur w8, [x29, #-24] subs w8, w8, #32 cset w8, lt tbnz w8, #0, LBB100_42 b LBB100_36 LBB100_36: bl _vpop ldur w8, [x29, #-24] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB100_38 b LBB100_37 LBB100_37: ldur w8, [x29, #-24] subs w0, w8, #32 bl _vpushi ldur w0, [x29, #-4] bl _gen_op b LBB100_38 LBB100_38: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB100_40 b LBB100_39 LBB100_39: mov w0, #0 bl _vpushi b LBB100_41 LBB100_40: bl _gv_dup mov w0, #31 bl _vpushi mov w0, #2 bl _gen_op b LBB100_41 LBB100_41: bl _vswap b LBB100_49 LBB100_42: bl _vswap bl _gv_dup ldur w0, [x29, #-24] bl _vpushi ldur w0, [x29, #-4] bl _gen_op bl _vswap ldur w9, [x29, #-24] mov w8, #32 subs w0, w8, w9 bl _vpushi ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB100_44 b LBB100_43 LBB100_43: mov w0, #205 bl _gen_op b LBB100_45 LBB100_44: mov w0, #1 bl _gen_op b LBB100_45 LBB100_45: mov w0, #3 bl _vrotb ldur w0, [x29, #-24] bl _vpushi ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB100_47 b LBB100_46 LBB100_46: mov w0, #1 bl _gen_op b LBB100_48 LBB100_47: mov w0, #205 bl _gen_op b LBB100_48 LBB100_48: mov w0, #124 bl _gen_op b LBB100_49 LBB100_49: ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB100_51 b LBB100_50 LBB100_50: bl _vswap b LBB100_51 LBB100_51: ldur w0, [x29, #-8] bl _lbuild b LBB100_59 LBB100_52: ldur w8, [x29, #-4] str w8, [sp, #36] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB100_57 b LBB100_53 LBB100_53: ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB100_55 b LBB100_54 LBB100_54: ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #205 cset w8, eq tbnz w8, #0, LBB100_56 b LBB100_58 LBB100_55: mov w8, #362 stur w8, [x29, #-32] b LBB100_16 LBB100_56: mov w8, #363 stur w8, [x29, #-32] b LBB100_16 LBB100_57: mov w8, #364 stur w8, [x29, #-32] b LBB100_16 LBB100_58: b LBB100_59 LBB100_59: b LBB100_90 LBB100_60: adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-8] bl _vswap bl _lexpand mov w0, #3 bl _vrotb bl _lexpand ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #40 sub x0, x29, #72 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #40 str x2, [sp, #24] ; 8-byte Folded Spill bl _memcpy ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] subs x0, x9, #40 ldr x8, [x8, _vtop@PAGEOFF] subs x1, x8, #80 bl _memcpy ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] subs x0, x8, #80 bl _memcpy ldur w8, [x29, #-4] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #156 cset w8, ne tbnz w8, #0, LBB100_62 b LBB100_61 LBB100_61: mov w8, #158 stur w8, [x29, #-20] b LBB100_71 LBB100_62: ldur w8, [x29, #-20] subs w8, w8, #159 cset w8, ne tbnz w8, #0, LBB100_64 b LBB100_63 LBB100_63: mov w8, #157 stur w8, [x29, #-20] b LBB100_70 LBB100_64: ldur w8, [x29, #-20] subs w8, w8, #146 cset w8, ne tbnz w8, #0, LBB100_66 b LBB100_65 LBB100_65: mov w8, #150 stur w8, [x29, #-20] b LBB100_69 LBB100_66: ldur w8, [x29, #-20] subs w8, w8, #151 cset w8, ne tbnz w8, #0, LBB100_68 b LBB100_67 LBB100_67: mov w8, #147 stur w8, [x29, #-20] b LBB100_68 LBB100_68: b LBB100_69 LBB100_69: b LBB100_70 LBB100_70: b LBB100_71 LBB100_71: stur wzr, [x29, #-12] stur wzr, [x29, #-16] ldur w0, [x29, #-20] bl _gen_op ldur w8, [x29, #-20] subs w8, w8, #149 cset w8, eq tbnz w8, #0, LBB100_73 b LBB100_72 LBB100_72: mov w0, #1 mov w1, #0 bl _gtst stur w0, [x29, #-12] b LBB100_73 LBB100_73: ldur w8, [x29, #-4] subs w8, w8, #148 cset w8, eq tbnz w8, #0, LBB100_78 b LBB100_74 LBB100_74: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB100_76 b LBB100_75 LBB100_75: mov w1, #0 mov x0, x1 bl _gtst stur w0, [x29, #-16] b LBB100_77 LBB100_76: mov w0, #34063 mov w1, #0 bl _oad stur w0, [x29, #-16] b LBB100_77 LBB100_77: b LBB100_78 LBB100_78: ldur w8, [x29, #-4] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #156 cset w8, ne tbnz w8, #0, LBB100_80 b LBB100_79 LBB100_79: mov w8, #146 stur w8, [x29, #-20] b LBB100_89 LBB100_80: ldur w8, [x29, #-20] subs w8, w8, #158 cset w8, ne tbnz w8, #0, LBB100_82 b LBB100_81 LBB100_81: mov w8, #150 stur w8, [x29, #-20] b LBB100_88 LBB100_82: ldur w8, [x29, #-20] subs w8, w8, #159 cset w8, ne tbnz w8, #0, LBB100_84 b LBB100_83 LBB100_83: mov w8, #151 stur w8, [x29, #-20] b LBB100_87 LBB100_84: ldur w8, [x29, #-20] subs w8, w8, #157 cset w8, ne tbnz w8, #0, LBB100_86 b LBB100_85 LBB100_85: mov w8, #147 stur w8, [x29, #-20] b LBB100_86 LBB100_86: b LBB100_87 LBB100_87: b LBB100_88 LBB100_88: b LBB100_89 LBB100_89: ldur w0, [x29, #-20] bl _gen_op ldur w1, [x29, #-12] mov w0, #1 bl _gtst stur w0, [x29, #-12] ldur w0, [x29, #-16] bl _gsym ldur w1, [x29, #-12] mov w0, #245 bl _vseti b LBB100_90 LBB100_90: ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function vpush_global_sym _vpush_global_sym: ; @vpush_global_sym .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 w0, [x29, #-12] ldur x1, [x29, #-8] mov w2, #0 bl _external_global_sym str x0, [sp, #8] mov x2, sp str wzr, [sp] ldur x0, [x29, #-8] mov w1, #752 bl _vsetc ldr x8, [sp, #8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str x8, [x9, #32] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gen_opic ; -- Begin function gen_opic .p2align 2 _gen_opic: ; @gen_opic .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] adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] subs x9, x9, #40 str x9, [sp, #32] ldr x8, [x8, _vtop@PAGEOFF] str x8, [sp, #24] ldr x8, [sp, #32] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-12] ldr x8, [sp, #24] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-16] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_43 b LBB102_1 LBB102_1: ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_43 b LBB102_2 LBB102_2: ldr x8, [sp, #24] ldr w8, [x8, #24] stur w8, [x29, #-8] ldur w8, [x29, #-4] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #204 cset w8, hi tbnz w8, #0, LBB102_41 ; %bb.3: ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI102_0@PAGE add x10, x10, lJTI102_0@PAGEOFF Ltmp17: adr x8, Ltmp17 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB102_4: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] add w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_5: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] subs w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_6: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] and w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_7: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] eor w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_8: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] orr w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_9: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] mul w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_10: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB102_14 b LBB102_11 LBB102_11: adrp x8, _const_wanted@PAGE ldr w8, [x8, _const_wanted@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_13 b LBB102_12 LBB102_12: adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _error b LBB102_13 LBB102_13: b LBB102_92 LBB102_14: ldur w8, [x29, #-4] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB102_18 b LBB102_15 LBB102_15: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #176 cset w8, eq tbnz w8, #0, LBB102_19 b LBB102_16 LBB102_16: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #177 cset w8, eq tbnz w8, #0, LBB102_20 b LBB102_17 LBB102_17: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] sdiv w8, w8, w10 str w8, [x9, #24] b LBB102_21 LBB102_18: ldur w11, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] sdiv w10, w8, w11 mul w10, w10, w11 subs w8, w8, w10 str w8, [x9, #24] b LBB102_21 LBB102_19: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] udiv w8, w8, w9 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_21 LBB102_20: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w10, [x29, #-8] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_21 LBB102_21: b LBB102_42 LBB102_22: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] lsl w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_23: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] lsr w8, w8, w9 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_24: ldur w10, [x29, #-8] ldr x9, [sp, #32] ldr w8, [x9, #24] asr w8, w8, w10 str w8, [x9, #24] b LBB102_42 LBB102_25: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lo and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_26: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, hs and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_27: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, eq and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_28: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_29: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ls and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_30: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, hi and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_31: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_32: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_33: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, le and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_34: ldr x8, [sp, #32] ldr w8, [x8, #24] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_35: ldr x8, [sp, #32] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB102_37 b LBB102_36 LBB102_36: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB102_37 LBB102_37: ldr w8, [sp, #8] ; 4-byte Folded Reload and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_38: ldr x8, [sp, #32] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB102_40 b LBB102_39 LBB102_39: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB102_40 LBB102_40: ldr w8, [sp, #4] ; 4-byte Folded Reload and w8, w8, #0x1 ldr x9, [sp, #32] str w8, [x9, #24] b LBB102_42 LBB102_41: b LBB102_92 LBB102_42: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB102_99 LBB102_43: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_50 b LBB102_44 LBB102_44: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB102_49 b LBB102_45 LBB102_45: ldur w8, [x29, #-4] subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB102_49 b LBB102_46 LBB102_46: ldur w8, [x29, #-4] subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB102_49 b LBB102_47 LBB102_47: ldur w8, [x29, #-4] subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB102_49 b LBB102_48 LBB102_48: ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB102_50 b LBB102_49 LBB102_49: bl _vswap sub x0, x29, #12 sub x1, x29, #16 bl _swap b LBB102_50 LBB102_50: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] stur w8, [x29, #-8] ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_67 b LBB102_51 LBB102_51: ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB102_55 b LBB102_52 LBB102_52: ldur w8, [x29, #-4] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB102_55 b LBB102_53 LBB102_53: ldur w8, [x29, #-4] subs w8, w8, #176 cset w8, eq tbnz w8, #0, LBB102_55 b LBB102_54 LBB102_54: ldur w8, [x29, #-4] subs w8, w8, #178 cset w8, ne tbnz w8, #0, LBB102_56 b LBB102_55 LBB102_55: ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB102_66 b LBB102_56 LBB102_56: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_57 LBB102_57: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_58 LBB102_58: ldur w8, [x29, #-4] subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_59 LBB102_59: ldur w8, [x29, #-4] subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_60 LBB102_60: ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_61 LBB102_61: ldur w8, [x29, #-4] subs w8, w8, #205 cset w8, eq tbnz w8, #0, LBB102_63 b LBB102_62 LBB102_62: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB102_64 b LBB102_63 LBB102_63: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_66 b LBB102_64 LBB102_64: ldur w8, [x29, #-4] subs w8, w8, #38 cset w8, ne tbnz w8, #0, LBB102_67 b LBB102_65 LBB102_65: ldur w8, [x29, #-8] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB102_67 b LBB102_66 LBB102_66: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB102_98 LBB102_67: ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_84 b LBB102_68 LBB102_68: ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB102_71 b LBB102_69 LBB102_69: ldur w8, [x29, #-4] subs w8, w8, #178 cset w8, eq tbnz w8, #0, LBB102_71 b LBB102_70 LBB102_70: ldur w8, [x29, #-4] subs w8, w8, #176 cset w8, ne tbnz w8, #0, LBB102_84 b LBB102_71 LBB102_71: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB102_83 b LBB102_72 LBB102_72: ldur w8, [x29, #-8] ldur w9, [x29, #-8] subs w9, w9, #1 ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB102_83 b LBB102_73 LBB102_73: mov w8, #-1 stur w8, [x29, #-20] b LBB102_74 LBB102_74: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_76 b LBB102_75 LBB102_75: ; in Loop: Header=BB102_74 Depth=1 ldur w8, [x29, #-8] asr w8, w8, #1 stur w8, [x29, #-8] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB102_74 LBB102_76: ldur w8, [x29, #-20] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB102_78 b LBB102_77 LBB102_77: mov w8, #1 stur w8, [x29, #-4] b LBB102_82 LBB102_78: ldur w8, [x29, #-4] subs w8, w8, #178 cset w8, ne tbnz w8, #0, LBB102_80 b LBB102_79 LBB102_79: mov w8, #2 stur w8, [x29, #-4] b LBB102_81 LBB102_80: mov w8, #205 stur w8, [x29, #-4] b LBB102_81 LBB102_81: b LBB102_82 LBB102_82: b LBB102_83 LBB102_83: b LBB102_92 LBB102_84: ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB102_91 b LBB102_85 LBB102_85: ldur w8, [x29, #-4] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB102_87 b LBB102_86 LBB102_86: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB102_91 b LBB102_87 LBB102_87: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldurh w8, [x8, #-24] and w8, w8, #0x3ff subs w8, w8, #752 cset w8, ne tbnz w8, #0, LBB102_91 b LBB102_88 LBB102_88: ldur w8, [x29, #-4] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB102_90 b LBB102_89 LBB102_89: ldur w9, [x29, #-8] mov w8, #0 subs w8, w8, w9 stur w8, [x29, #-8] b LBB102_90 LBB102_90: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] subs x9, x9, #40 str x9, [x8, _vtop@PAGEOFF] ldur w10, [x29, #-8] ldr x9, [x8, _vtop@PAGEOFF] ldr w8, [x9, #24] add w8, w8, w10 str w8, [x9, #24] b LBB102_96 LBB102_91: b LBB102_92 LBB102_92: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB102_94 b LBB102_93 LBB102_93: ldur w0, [x29, #-4] bl _gen_opi b LBB102_95 LBB102_94: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB102_95 LBB102_95: b LBB102_96 LBB102_96: b LBB102_97 LBB102_97: b LBB102_98 LBB102_98: b LBB102_99 LBB102_99: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI102_0: .long LBB102_22-Ltmp17 .long LBB102_24-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_10-Ltmp17 .long LBB102_6-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_9-Ltmp17 .long LBB102_4-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_5-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_10-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_7-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_8-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_25-Ltmp17 .long LBB102_26-Ltmp17 .long LBB102_27-Ltmp17 .long LBB102_28-Ltmp17 .long LBB102_29-Ltmp17 .long LBB102_30-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_31-Ltmp17 .long LBB102_32-Ltmp17 .long LBB102_33-Ltmp17 .long LBB102_34-Ltmp17 .long LBB102_35-Ltmp17 .long LBB102_38-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_10-Ltmp17 .long LBB102_10-Ltmp17 .long LBB102_10-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_41-Ltmp17 .long LBB102_23-Ltmp17 ; -- End function .globl _gen_opif ; -- Begin function gen_opif .p2align 2 _gen_opif: ; @gen_opif .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] adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] subs x9, x9, #40 stur x9, [x29, #-24] ldr x8, [x8, _vtop@PAGEOFF] str x8, [sp, #32] ldur x8, [x29, #-24] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-8] ldr x8, [sp, #32] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-12] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB103_29 b LBB103_1 LBB103_1: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB103_29 b LBB103_2 LBB103_2: ldur x8, [x29, #-24] ldr w8, [x8] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB103_4 b LBB103_3 LBB103_3: ldur x8, [x29, #-24] ldr s0, [x8, #24] fcvt d0, s0 str d0, [sp, #24] ldr x8, [sp, #32] ldr s0, [x8, #24] fcvt d0, s0 str d0, [sp, #16] b LBB103_8 LBB103_4: ldur x8, [x29, #-24] ldr w8, [x8] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB103_6 b LBB103_5 LBB103_5: ldur x8, [x29, #-24] ldr d0, [x8, #24] str d0, [sp, #24] ldr x8, [sp, #32] ldr d0, [x8, #24] str d0, [sp, #16] b LBB103_7 LBB103_6: ldur x8, [x29, #-24] ldr d0, [x8, #24] str d0, [sp, #24] ldr x8, [sp, #32] ldr d0, [x8, #24] str d0, [sp, #16] b LBB103_7 LBB103_7: b LBB103_8 LBB103_8: ldr d0, [sp, #24] bl _ieee_finite subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB103_10 b LBB103_9 LBB103_9: ldr d0, [sp, #16] bl _ieee_finite subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB103_11 b LBB103_10 LBB103_10: b LBB103_30 LBB103_11: ldur w8, [x29, #-4] subs w8, w8, #42 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB103_21 ; %bb.12: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI103_0@PAGE add x10, x10, lJTI103_0@PAGEOFF Ltmp18: adr x8, Ltmp18 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB103_13: ldr d1, [sp, #16] ldr d0, [sp, #24] fadd d0, d0, d1 str d0, [sp, #24] b LBB103_22 LBB103_14: ldr d1, [sp, #16] ldr d0, [sp, #24] fsub d0, d0, d1 str d0, [sp, #24] b LBB103_22 LBB103_15: ldr d1, [sp, #16] ldr d0, [sp, #24] fmul d0, d0, d1 str d0, [sp, #24] b LBB103_22 LBB103_16: ldr d0, [sp, #16] fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB103_20 b LBB103_17 LBB103_17: adrp x8, _const_wanted@PAGE ldr w8, [x8, _const_wanted@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB103_19 b LBB103_18 LBB103_18: adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _error b LBB103_19 LBB103_19: b LBB103_30 LBB103_20: ldr d1, [sp, #16] ldr d0, [sp, #24] fdiv d0, d0, d1 str d0, [sp, #24] b LBB103_22 LBB103_21: b LBB103_30 LBB103_22: ldur x8, [x29, #-24] ldr w8, [x8] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB103_24 b LBB103_23 LBB103_23: ldr d0, [sp, #24] fcvt s0, d0 ldur x8, [x29, #-24] str s0, [x8, #24] b LBB103_28 LBB103_24: ldur x8, [x29, #-24] ldr w8, [x8] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB103_26 b LBB103_25 LBB103_25: ldr d0, [sp, #24] ldur x8, [x29, #-24] str d0, [x8, #24] b LBB103_27 LBB103_26: ldr d0, [sp, #24] ldur x8, [x29, #-24] str d0, [x8, #24] b LBB103_27 LBB103_27: b LBB103_28 LBB103_28: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB103_34 LBB103_29: b LBB103_30 LBB103_30: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB103_32 b LBB103_31 LBB103_31: ldur w0, [x29, #-4] bl _gen_opf b LBB103_33 LBB103_32: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB103_33 LBB103_33: b LBB103_34 LBB103_34: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI103_0: .long LBB103_15-Ltmp18 .long LBB103_13-Ltmp18 .long LBB103_21-Ltmp18 .long LBB103_14-Ltmp18 .long LBB103_21-Ltmp18 .long LBB103_16-Ltmp18 ; -- End function .p2align 2 ; -- Begin function check_comparison_pointer_types _check_comparison_pointer_types: ; @check_comparison_pointer_types .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] stur x1, [x29, #-16] stur w2, [x29, #-20] ldur x0, [x29, #-8] bl _is_null_pointer subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB104_2 b LBB104_1 LBB104_1: ldur x0, [x29, #-16] bl _is_null_pointer subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB104_3 b LBB104_2 LBB104_2: b LBB104_26 LBB104_3: ldur x8, [x29, #-8] stur x8, [x29, #-32] ldur x8, [x29, #-16] stur x8, [x29, #-40] ldur x8, [x29, #-32] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #12] ldur x8, [x29, #-40] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #8] ldr w0, [sp, #12] bl _is_integer_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB104_5 b LBB104_4 LBB104_4: ldr w0, [sp, #8] bl _is_integer_btype subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB104_7 b LBB104_5 LBB104_5: ldur w8, [x29, #-20] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB104_7 b LBB104_6 LBB104_6: adrp x0, l_.str.267@PAGE add x0, x0, l_.str.267@PAGEOFF bl _warning b LBB104_26 LBB104_7: ldr w8, [sp, #12] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB104_9 b LBB104_8 LBB104_8: ldur x0, [x29, #-32] bl _pointed_type stur x0, [x29, #-32] b LBB104_12 LBB104_9: ldr w8, [sp, #12] subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB104_11 b LBB104_10 LBB104_10: b LBB104_16 LBB104_11: b LBB104_12 LBB104_12: ldr w8, [sp, #8] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB104_14 b LBB104_13 LBB104_13: ldur x0, [x29, #-40] bl _pointed_type stur x0, [x29, #-40] b LBB104_18 LBB104_14: ldr w8, [sp, #8] subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB104_17 b LBB104_15 LBB104_15: b LBB104_16 LBB104_16: ldur w0, [x29, #-20] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.268@PAGE add x0, x0, l_.str.268@PAGEOFF bl _error b LBB104_17 LBB104_17: b LBB104_18 LBB104_18: ldur x8, [x29, #-32] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB104_20 b LBB104_19 LBB104_19: ldur x8, [x29, #-40] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB104_21 b LBB104_20 LBB104_20: b LBB104_26 LBB104_21: ldur x8, [x29, #-32] ldr q0, [x8] add x0, sp, #32 str q0, [sp, #32] ldur x8, [x29, #-40] ldr q0, [x8] add x1, sp, #16 str q0, [sp, #16] ldr w8, [sp, #32] mov w9, #-6161 and w8, w8, w9 str w8, [sp, #32] ldr w8, [sp, #16] and w8, w8, w9 str w8, [sp, #16] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB104_26 b LBB104_22 LBB104_22: ldur w8, [x29, #-20] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB104_24 b LBB104_23 LBB104_23: b LBB104_16 LBB104_24: adrp x0, l_.str.269@PAGE add x0, x0, l_.str.269@PAGEOFF bl _warning b LBB104_25 LBB104_25: b LBB104_26 LBB104_26: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pointed_size _pointed_size: ; @pointed_size .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 _pointed_type add x1, sp, #4 bl _type_size ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_cast _gen_cast: ; @gen_cast .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] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x400 cset w8, eq tbnz w8, #0, LBB106_2 b LBB106_1 LBB106_1: adrp x8, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] ldrh w9, [x10, #16] and w9, w9, #0xfffffbff strh w9, [x10, #16] ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _force_charshort_cast b LBB106_2 LBB106_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] ands w8, w8, #0x40 cset w8, eq tbnz w8, #0, LBB106_4 b LBB106_3 LBB106_3: mov w0, #1 bl _gv b LBB106_4 LBB106_4: ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0x1f stur w8, [x29, #-16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0x1f stur w8, [x29, #-12] ldur w8, [x29, #-12] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB106_119 b LBB106_5 LBB106_5: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB106_119 b LBB106_6 LBB106_6: ldur w0, [x29, #-12] bl _is_float stur w0, [x29, #-20] ldur w0, [x29, #-16] bl _is_float stur w0, [x29, #-24] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-28] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_35 b LBB106_7 LBB106_7: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_35 b LBB106_8 LBB106_8: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_33 b LBB106_9 LBB106_9: ldur w8, [x29, #-16] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB106_12 b LBB106_10 LBB106_10: ldur w8, [x29, #-12] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB106_12 b LBB106_11 LBB106_11: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr d0, [x9, #24] fcvt s0, d0 ldr x8, [x8, _vtop@PAGEOFF] str s0, [x8, #24] b LBB106_32 LBB106_12: ldur w8, [x29, #-16] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB106_15 b LBB106_13 LBB106_13: ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB106_15 b LBB106_14 LBB106_14: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr d0, [x9, #24] fcvt s0, d0 ldr x8, [x8, _vtop@PAGEOFF] str s0, [x8, #24] b LBB106_31 LBB106_15: ldur w8, [x29, #-16] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB106_18 b LBB106_16 LBB106_16: ldur w8, [x29, #-12] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB106_18 b LBB106_17 LBB106_17: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s0, [x9, #24] fcvt d0, s0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_30 LBB106_18: ldur w8, [x29, #-16] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB106_21 b LBB106_19 LBB106_19: ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB106_21 b LBB106_20 LBB106_20: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr d0, [x9, #24] ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_29 LBB106_21: ldur w8, [x29, #-16] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB106_24 b LBB106_22 LBB106_22: ldur w8, [x29, #-12] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB106_24 b LBB106_23 LBB106_23: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s0, [x9, #24] fcvt d0, s0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_28 LBB106_24: ldur w8, [x29, #-16] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB106_27 b LBB106_25 LBB106_25: ldur w8, [x29, #-12] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB106_27 b LBB106_26 LBB106_26: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr d0, [x9, #24] ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_27 LBB106_27: b LBB106_28 LBB106_28: b LBB106_29 LBB106_29: b LBB106_30 LBB106_30: b LBB106_31 LBB106_31: b LBB106_32 LBB106_32: b LBB106_34 LBB106_33: ldur w0, [x29, #-16] bl _gen_cvt_ftof b LBB106_34 LBB106_34: b LBB106_118 LBB106_35: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_59 b LBB106_36 LBB106_36: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_56 b LBB106_37 LBB106_37: ldur w8, [x29, #-12] str w8, [sp, #32] ; 4-byte Folded Spill subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB106_40 b LBB106_38 LBB106_38: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB106_41 b LBB106_39 LBB106_39: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #28 cset w8, ne tbnz w8, #0, LBB106_48 b LBB106_40 LBB106_40: b LBB106_57 LBB106_41: ldur w8, [x29, #-16] str w8, [sp, #28] ; 4-byte Folded Spill subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB106_44 b LBB106_42 LBB106_42: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB106_45 b LBB106_43 LBB106_43: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB106_46 b LBB106_47 LBB106_44: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s0, [x9, #24] ucvtf s0, s0 ldr x8, [x8, _vtop@PAGEOFF] str s0, [x8, #24] b LBB106_47 LBB106_45: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s1, [x9, #24] ; implicit-def: $d0 fmov s0, s1 ucvtf d0, d0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_47 LBB106_46: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s1, [x9, #24] ; implicit-def: $d0 fmov s0, s1 ucvtf d0, d0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_47 LBB106_47: b LBB106_55 LBB106_48: ldur w8, [x29, #-16] str w8, [sp, #24] ; 4-byte Folded Spill subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB106_51 b LBB106_49 LBB106_49: ldr w8, [sp, #24] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB106_52 b LBB106_50 LBB106_50: ldr w8, [sp, #24] ; 4-byte Folded Reload subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB106_53 b LBB106_54 LBB106_51: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s0, [x9, #24] scvtf s0, s0 ldr x8, [x8, _vtop@PAGEOFF] str s0, [x8, #24] b LBB106_54 LBB106_52: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s1, [x9, #24] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_54 LBB106_53: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr s1, [x9, #24] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [x8, _vtop@PAGEOFF] str d0, [x8, #24] b LBB106_54 LBB106_54: b LBB106_55 LBB106_55: b LBB106_58 LBB106_56: b LBB106_57 LBB106_57: ldur w0, [x29, #-16] bl _gen_cvt_itof1 b LBB106_58 LBB106_58: b LBB106_117 LBB106_59: ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_90 b LBB106_60 LBB106_60: ldur w8, [x29, #-16] subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB106_64 b LBB106_61 LBB106_61: ldur w8, [x29, #-16] subs w8, w8, #28 cset w8, eq tbnz w8, #0, LBB106_64 b LBB106_62 LBB106_62: ldur w8, [x29, #-16] subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB106_64 b LBB106_63 LBB106_63: stur wzr, [x29, #-16] b LBB106_64 LBB106_64: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_84 b LBB106_65 LBB106_65: ldur w8, [x29, #-16] str w8, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB106_68 b LBB106_66 LBB106_66: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB106_69 b LBB106_67 LBB106_67: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #28 cset w8, ne tbnz w8, #0, LBB106_76 b LBB106_68 LBB106_68: b LBB106_85 LBB106_69: ldur w8, [x29, #-12] str w8, [sp, #16] ; 4-byte Folded Spill subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB106_72 b LBB106_70 LBB106_70: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB106_73 b LBB106_71 LBB106_71: ldr w8, [sp, #16] ; 4-byte Folded Reload subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB106_74 b LBB106_75 LBB106_72: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzu w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_75 LBB106_73: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzu w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_75 LBB106_74: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzu w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_75 LBB106_75: b LBB106_83 LBB106_76: ldur w8, [x29, #-12] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB106_79 b LBB106_77 LBB106_77: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB106_80 b LBB106_78 LBB106_78: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB106_81 b LBB106_82 LBB106_79: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzs w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_82 LBB106_80: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzs w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_82 LBB106_81: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr d0, [x8, #24] fcvtzs w8, d0 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB106_82 LBB106_82: b LBB106_83 LBB106_83: b LBB106_86 LBB106_84: b LBB106_85 LBB106_85: ldur w0, [x29, #-16] bl _gen_cvt_ftoi1 b LBB106_86 LBB106_86: ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB106_89 b LBB106_87 LBB106_87: ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0x1f ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB106_89 b LBB106_88 LBB106_88: ldur w8, [x29, #-16] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9] ldur x0, [x29, #-8] bl _gen_cast b LBB106_89 LBB106_89: b LBB106_116 LBB106_90: ldur w8, [x29, #-16] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB106_103 b LBB106_91 LBB106_91: ldur w8, [x29, #-12] and w8, w8, #0xf subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB106_102 b LBB106_92 LBB106_92: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB106_97 b LBB106_93 LBB106_93: ldur w8, [x29, #-12] subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB106_95 b LBB106_94 LBB106_94: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr w8, [x8, #24] ; kill: def $x8 killed $w8 ldr x9, [x9, _vtop@PAGEOFF] str x8, [x9, #24] b LBB106_96 LBB106_95: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldrsw x8, [x8, #24] ldr x9, [x9, _vtop@PAGEOFF] str x8, [x9, #24] b LBB106_96 LBB106_96: b LBB106_101 LBB106_97: mov w0, #1 bl _gv ldur w8, [x29, #-12] subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB106_99 b LBB106_98 LBB106_98: mov w0, #0 bl _vpushi mov w0, #1 bl _gv b LBB106_100 LBB106_99: bl _gv_dup mov w0, #31 bl _vpushi mov w0, #2 bl _gen_op b LBB106_100 LBB106_100: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldrh w8, [x8, #16] ldr x9, [x9, _vtop@PAGEOFF] subs x9, x9, #22 strh w8, [x9] bl _vpop b LBB106_101 LBB106_101: b LBB106_102 LBB106_102: b LBB106_115 LBB106_103: ldur w8, [x29, #-16] subs w8, w8, #11 cset w8, ne tbnz w8, #0, LBB106_105 b LBB106_104 LBB106_104: mov w0, #0 bl _vpushi mov w0, #149 bl _gen_op b LBB106_114 LBB106_105: ldur w8, [x29, #-16] and w8, w8, #0xf subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB106_107 b LBB106_106 LBB106_106: ldur w8, [x29, #-16] and w8, w8, #0xf subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB106_108 b LBB106_107 LBB106_107: ldur w0, [x29, #-16] bl _force_charshort_cast b LBB106_113 LBB106_108: ldur w8, [x29, #-16] ands w8, w8, #0xf cset w8, ne tbnz w8, #0, LBB106_112 b LBB106_109 LBB106_109: ldur w8, [x29, #-12] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB106_111 b LBB106_110 LBB106_110: bl _lexpand bl _vpop b LBB106_111 LBB106_111: b LBB106_112 LBB106_112: b LBB106_113 LBB106_113: b LBB106_114 LBB106_114: b LBB106_115 LBB106_115: b LBB106_116 LBB106_116: b LBB106_117 LBB106_117: b LBB106_118 LBB106_118: b LBB106_119 LBB106_119: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldur x9, [x29, #-8] ldr q0, [x9] str q0, [x8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _gen_cvt_itof1 ; -- Begin function gen_cvt_itof1 .p2align 2 _gen_cvt_itof1: ; @gen_cvt_itof1 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0x1f subs w8, w8, #28 cset w8, ne tbnz w8, #0, LBB107_8 b LBB107_1 LBB107_1: ldur w8, [x29, #-4] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB107_3 b LBB107_2 LBB107_2: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #367 bl _vpush_global_sym b LBB107_7 LBB107_3: ldur w8, [x29, #-4] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB107_5 b LBB107_4 LBB107_4: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #368 bl _vpush_global_sym b LBB107_6 LBB107_5: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #369 bl _vpush_global_sym b LBB107_6 LBB107_6: b LBB107_7 LBB107_7: mov w0, #2 bl _vrott mov w0, #1 bl _gfunc_call mov w0, #0 bl _vpushi adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] mov w8, #3 strh w8, [x9, #16] b LBB107_9 LBB107_8: ldur w0, [x29, #-4] bl _gen_cvt_itof b LBB107_9 LBB107_9: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _gen_cvt_ftoi1 ; -- Begin function gen_cvt_ftoi1 .p2align 2 _gen_cvt_ftoi1: ; @gen_cvt_ftoi1 .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, #28 cset w8, ne tbnz w8, #0, LBB108_8 b LBB108_1 LBB108_1: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB108_3 b LBB108_2 LBB108_2: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #370 bl _vpush_global_sym b LBB108_7 LBB108_3: ldr w8, [sp, #8] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB108_5 b LBB108_4 LBB108_4: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #371 bl _vpush_global_sym b LBB108_6 LBB108_5: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #372 bl _vpush_global_sym b LBB108_6 LBB108_6: b LBB108_7 LBB108_7: mov w0, #2 bl _vrott mov w0, #1 bl _gfunc_call mov w0, #0 bl _vpushi adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] strh wzr, [x9, #16] ldr x9, [x8, _vtop@PAGEOFF] mov w8, #2 strh w8, [x9, #18] b LBB108_9 LBB108_8: ldur w0, [x29, #-4] bl _gen_cvt_ftoi b LBB108_9 LBB108_9: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _force_charshort_cast ; -- Begin function force_charshort_cast .p2align 2 _force_charshort_cast: ; @force_charshort_cast .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] and w8, w8, #0xf str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB109_2 b LBB109_1 LBB109_1: mov w8, #8 str w8, [sp, #8] b LBB109_3 LBB109_2: mov w8, #16 str w8, [sp, #8] b LBB109_3 LBB109_3: ldur w8, [x29, #-4] ands w8, w8, #0x10 cset w8, eq tbnz w8, #0, LBB109_5 b LBB109_4 LBB109_4: ldr w9, [sp, #8] mov w8, #1 lsl w8, w8, w9 subs w0, w8, #1 bl _vpushi mov w0, #38 bl _gen_op b LBB109_6 LBB109_5: ldr w9, [sp, #8] mov w8, #32 subs w8, w8, w9 str w8, [sp, #8] ldr w0, [sp, #8] bl _vpushi mov w0, #1 bl _gen_op ldr w0, [sp, #8] bl _vpushi mov w0, #2 bl _gen_op b LBB109_6 LBB109_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _type_to_str ; -- Begin function type_to_str .p2align 2 _type_to_str: ; @type_to_str .cfi_startproc ; %bb.0: sub sp, sp, #400 .cfi_def_cfa_offset 400 stp x28, x27, [sp, #368] ; 16-byte Folded Spill stp x29, x30, [sp, #384] ; 16-byte Folded Spill add x29, sp, #384 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #96] str w1, [sp, #92] str x2, [sp, #80] str x3, [sp, #72] ldr x8, [sp, #80] ldr w8, [x8] and w8, w8, #0xfffff87f str w8, [sp, #60] ldr w8, [sp, #60] and w8, w8, #0xf str w8, [sp, #68] ldr x8, [sp, #96] strb wzr, [x8] ldr w8, [sp, #60] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB110_2 b LBB110_1 LBB110_1: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.28@PAGE add x2, x2, l_.str.28@PAGEOFF bl _pstrcat b LBB110_2 LBB110_2: ldr w8, [sp, #60] ands w8, w8, #0x1000 cset w8, eq tbnz w8, #0, LBB110_4 b LBB110_3 LBB110_3: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.29@PAGE add x2, x2, l_.str.29@PAGEOFF bl _pstrcat b LBB110_4 LBB110_4: ldr w8, [sp, #60] ands w8, w8, #0x10 cset w8, eq tbnz w8, #0, LBB110_6 b LBB110_5 LBB110_5: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.30@PAGE add x2, x2, l_.str.30@PAGEOFF bl _pstrcat b LBB110_6 LBB110_6: ldr w8, [sp, #68] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #13 cset w8, hi tbnz w8, #0, LBB110_35 ; %bb.7: ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI110_0@PAGE add x10, x10, lJTI110_0@PAGEOFF Ltmp19: adr x8, Ltmp19 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB110_8: adrp x8, l_.str.31@PAGE add x8, x8, l_.str.31@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_9: adrp x8, l_.str.32@PAGE add x8, x8, l_.str.32@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_10: adrp x8, l_.str.33@PAGE add x8, x8, l_.str.33@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_11: adrp x8, l_.str.34@PAGE add x8, x8, l_.str.34@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_12: adrp x8, l_.str.35@PAGE add x8, x8, l_.str.35@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_13: adrp x8, l_.str.36@PAGE add x8, x8, l_.str.36@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_14: adrp x8, l_.str.37@PAGE add x8, x8, l_.str.37@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_15: adrp x8, l_.str.38@PAGE add x8, x8, l_.str.38@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_16: adrp x8, l_.str.39@PAGE add x8, x8, l_.str.39@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_17: adrp x8, l_.str.40@PAGE add x8, x8, l_.str.40@PAGEOFF str x8, [sp, #32] b LBB110_18 LBB110_18: ldr x0, [sp, #96] ldr w1, [sp, #92] ldr x2, [sp, #32] bl _pstrcat b LBB110_35 LBB110_19: ldr w8, [sp, #68] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB110_21 b LBB110_20 LBB110_20: adrp x8, l_.str.41@PAGE add x8, x8, l_.str.41@PAGEOFF str x8, [sp, #32] b LBB110_22 LBB110_21: adrp x8, l_.str.42@PAGE add x8, x8, l_.str.42@PAGEOFF str x8, [sp, #32] b LBB110_22 LBB110_22: ldr x0, [sp, #96] ldr w1, [sp, #92] ldr x2, [sp, #32] bl _pstrcat ldr x8, [sp, #80] ldr x8, [x8, #8] ldr x8, [x8] and x8, x8, #0xffffffffbfffffff ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #64] ldr w8, [sp, #64] mov w9, #268435456 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB110_24 b LBB110_23 LBB110_23: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.43@PAGE add x2, x2, l_.str.43@PAGEOFF bl _pstrcat b LBB110_25 LBB110_24: ldr x8, [sp, #96] str x8, [sp, #16] ; 8-byte Folded Spill ldr w8, [sp, #92] str w8, [sp, #12] ; 4-byte Folded Spill ldr w0, [sp, #64] mov x1, #0 bl _get_tok_str ldr w1, [sp, #12] ; 4-byte Folded Reload mov x2, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pstrcat b LBB110_25 LBB110_25: b LBB110_35 LBB110_26: ldr x8, [sp, #80] ldr x8, [x8, #8] str x8, [sp, #48] ldr x0, [sp, #96] ldr w1, [sp, #92] ldr x8, [sp, #48] add x2, x8, #24 ldr x3, [sp, #72] bl _type_to_str ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.44@PAGE add x2, x2, l_.str.44@PAGEOFF bl _pstrcat ldr x8, [sp, #48] ldr x8, [x8, #40] str x8, [sp, #40] b LBB110_27 LBB110_27: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB110_31 b LBB110_28 LBB110_28: ; in Loop: Header=BB110_27 Depth=1 ldr x8, [sp, #40] add x2, x8, #24 add x0, sp, #104 str x0, [sp] ; 8-byte Folded Spill mov w1, #256 mov x3, #0 bl _type_to_str ldr x2, [sp] ; 8-byte Folded Reload ldr x0, [sp, #96] ldr w1, [sp, #92] bl _pstrcat ldr x8, [sp, #40] ldr x8, [x8, #40] str x8, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB110_30 b LBB110_29 LBB110_29: ; in Loop: Header=BB110_27 Depth=1 ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.45@PAGE add x2, x2, l_.str.45@PAGEOFF bl _pstrcat b LBB110_30 LBB110_30: ; in Loop: Header=BB110_27 Depth=1 b LBB110_27 LBB110_31: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.46@PAGE add x2, x2, l_.str.46@PAGEOFF bl _pstrcat b LBB110_38 LBB110_32: ldr x8, [sp, #80] ldr x8, [x8, #8] str x8, [sp, #48] add x0, sp, #104 mov w1, #256 adrp x2, l_.str.47@PAGE add x2, x2, l_.str.47@PAGEOFF bl _pstrcpy ldr x8, [sp, #72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB110_34 b LBB110_33 LBB110_33: ldr x2, [sp, #72] add x0, sp, #104 mov w1, #256 bl _pstrcat b LBB110_34 LBB110_34: ldr x0, [sp, #96] ldr w1, [sp, #92] ldr x8, [sp, #48] add x2, x8, #24 add x3, sp, #104 bl _type_to_str b LBB110_38 LBB110_35: ldr x8, [sp, #72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB110_37 b LBB110_36 LBB110_36: ldr x0, [sp, #96] ldr w1, [sp, #92] adrp x2, l_.str.48@PAGE add x2, x2, l_.str.48@PAGEOFF bl _pstrcat ldr x0, [sp, #96] ldr w1, [sp, #92] ldr x2, [sp, #72] bl _pstrcat b LBB110_37 LBB110_37: b LBB110_38 LBB110_38: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB110_40 b LBB110_39 LBB110_39: bl ___stack_chk_fail LBB110_40: ldp x29, x30, [sp, #384] ; 16-byte Folded Reload ldp x28, x27, [sp, #368] ; 16-byte Folded Reload add sp, sp, #400 ret .cfi_endproc .p2align 2 lJTI110_0: .long LBB110_12-Ltmp19 .long LBB110_10-Ltmp19 .long LBB110_11-Ltmp19 .long LBB110_8-Ltmp19 .long LBB110_32-Ltmp19 .long LBB110_19-Ltmp19 .long LBB110_26-Ltmp19 .long LBB110_19-Ltmp19 .long LBB110_15-Ltmp19 .long LBB110_16-Ltmp19 .long LBB110_17-Ltmp19 .long LBB110_9-Ltmp19 .long LBB110_14-Ltmp19 .long LBB110_13-Ltmp19 ; -- End function .p2align 2 ; -- Begin function pstrcat _pstrcat: ; @pstrcat .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 x2, [sp, #8] ldur x0, [x29, #-8] bl _strlen mov x8, x0 str w8, [sp, #4] ldr w8, [sp, #4] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB111_2 b LBB111_1 LBB111_1: ldur x8, [x29, #-8] ldrsw x9, [sp, #4] add x0, x8, x9 ldur w8, [x29, #-12] ldr w9, [sp, #4] subs w1, w8, w9 ldr x2, [sp, #8] bl _pstrcpy b LBB111_2 LBB111_2: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_assign_cast _gen_assign_cast: ; @gen_assign_cast .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, #656 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #128] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] str x8, [sp, #120] ldr x8, [sp, #128] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #60] ldr x8, [sp, #120] ldr w8, [x8] and w8, w8, #0xf str w8, [sp, #56] ldr x8, [sp, #128] ldr w8, [x8] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB112_2 b LBB112_1 LBB112_1: adrp x0, l_.str.49@PAGE add x0, x0, l_.str.49@PAGEOFF bl _warning b LBB112_2 LBB112_2: ldr w8, [sp, #60] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp, #48] ; 8-byte Folded Spill subs x8, x8, #12 cset w8, hi tbnz w8, #0, LBB112_35 ; %bb.3: ldr x11, [sp, #48] ; 8-byte Folded Reload adrp x10, lJTI112_0@PAGE add x10, x10, lJTI112_0@PAGEOFF Ltmp20: adr x8, Ltmp20 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB112_4: adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] bl _is_null_pointer subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB112_6 b LBB112_5 LBB112_5: b LBB112_36 LBB112_6: ldr w0, [sp, #56] bl _is_integer_btype subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB112_8 b LBB112_7 LBB112_7: adrp x0, l_.str.270@PAGE add x0, x0, l_.str.270@PAGEOFF bl _warning b LBB112_36 LBB112_8: ldr x0, [sp, #128] bl _pointed_type str x0, [sp, #112] ldr w8, [sp, #56] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB112_13 b LBB112_9 LBB112_9: ldr x8, [sp, #112] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB112_12 b LBB112_10 LBB112_10: ldr x0, [sp, #128] bl _pointed_type ldr x1, [sp, #120] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB112_12 b LBB112_11 LBB112_11: b LBB112_33 LBB112_12: b LBB112_36 LBB112_13: ldr w8, [sp, #56] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB112_15 b LBB112_14 LBB112_14: b LBB112_33 LBB112_15: ldr x0, [sp, #120] bl _pointed_type str x0, [sp, #104] ldr x8, [sp, #112] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB112_17 b LBB112_16 LBB112_16: ldr x8, [sp, #104] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB112_18 b LBB112_17 LBB112_17: b LBB112_21 LBB112_18: ldr x8, [sp, #112] ldr q0, [x8] add x0, sp, #80 str q0, [sp, #80] ldr x8, [sp, #104] ldr q0, [x8] add x1, sp, #64 str q0, [sp, #64] ldr w8, [sp, #80] mov w9, #-6161 and w8, w8, w9 str w8, [sp, #80] ldr w8, [sp, #64] and w8, w8, w9 str w8, [sp, #64] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB112_20 b LBB112_19 LBB112_19: b LBB112_33 LBB112_20: b LBB112_21 LBB112_21: ldr x8, [sp, #112] ldr w8, [x8] ands w8, w8, #0x800 cset w8, ne tbnz w8, #0, LBB112_23 b LBB112_22 LBB112_22: ldr x8, [sp, #104] ldr w8, [x8] ands w8, w8, #0x800 cset w8, ne tbnz w8, #0, LBB112_25 b LBB112_23 LBB112_23: ldr x8, [sp, #112] ldr w8, [x8] ands w8, w8, #0x1000 cset w8, ne tbnz w8, #0, LBB112_26 b LBB112_24 LBB112_24: ldr x8, [sp, #104] ldr w8, [x8] ands w8, w8, #0x1000 cset w8, eq tbnz w8, #0, LBB112_26 b LBB112_25 LBB112_25: adrp x0, l_.str.271@PAGE add x0, x0, l_.str.271@PAGEOFF bl _warning b LBB112_26 LBB112_26: b LBB112_35 LBB112_27: ldr w8, [sp, #56] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB112_29 b LBB112_28 LBB112_28: ldr w8, [sp, #56] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB112_30 b LBB112_29 LBB112_29: adrp x0, l_.str.272@PAGE add x0, x0, l_.str.272@PAGEOFF bl _warning b LBB112_30 LBB112_30: b LBB112_35 LBB112_31: ldr x8, [sp, #128] ldr q0, [x8] add x0, sp, #80 str q0, [sp, #80] ldr x8, [sp, #120] ldr q0, [x8] add x1, sp, #64 str q0, [sp, #64] ldr w8, [sp, #80] and w8, w8, #0xffffe7ff str w8, [sp, #80] ldr w8, [sp, #64] and w8, w8, #0xffffe7ff str w8, [sp, #64] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB112_34 b LBB112_32 LBB112_32: b LBB112_33 LBB112_33: ldr x2, [sp, #120] add x0, sp, #392 str x0, [sp, #32] ; 8-byte Folded Spill mov w1, #256 str w1, [sp, #20] ; 4-byte Folded Spill mov x3, #0 str x3, [sp, #24] ; 8-byte Folded Spill bl _type_to_str ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x3, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #128] add x0, sp, #136 str x0, [sp, #40] ; 8-byte Folded Spill bl _type_to_str ldr x10, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #40] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.273@PAGE add x0, x0, l_.str.273@PAGEOFF bl _error b LBB112_34 LBB112_34: b LBB112_35 LBB112_35: b LBB112_36 LBB112_36: ldr x0, [sp, #128] bl _gen_cast 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, LBB112_38 b LBB112_37 LBB112_37: bl ___stack_chk_fail LBB112_38: add sp, sp, #656 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI112_0: .long LBB112_27-Ltmp20 .long LBB112_27-Ltmp20 .long LBB112_27-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_4-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_31-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_35-Ltmp20 .long LBB112_27-Ltmp20 ; -- End function .globl _inc ; -- Begin function inc .p2align 2 _inc: ; @inc .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 _test_lvalue bl _vdup ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB113_2 b LBB113_1 LBB113_1: bl _gv_dup mov w0, #3 str w0, [sp, #4] ; 4-byte Folded Spill bl _vrotb ldr w0, [sp, #4] ; 4-byte Folded Reload bl _vrotb b LBB113_2 LBB113_2: ldr w8, [sp, #8] subs w0, w8, #163 bl _vpushi mov w0, #43 bl _gen_op bl _vstore ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB113_4 b LBB113_3 LBB113_3: bl _vpop b LBB113_4 LBB113_4: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function test_lvalue _test_lvalue: ; @test_lvalue .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, ne tbnz w8, #0, LBB114_2 b LBB114_1 LBB114_1: adrp x0, l_.str.274@PAGE add x0, x0, l_.str.274@PAGEOFF bl _expect b LBB114_2 LBB114_2: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _put_func_debug ; -- Begin function put_func_debug .p2align 2 _put_func_debug: ; @put_func_debug .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, #560 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #32] adrp x8, _funcname@PAGE ldr x8, [x8, _funcname@PAGEOFF] ldr x9, [sp, #32] ldr w9, [x9, #24] mov w2, #0 str w2, [sp, #20] ; 4-byte Folded Spill ands w9, w9, #0x100 cset w9, ne and w11, w9, #0x1 mov w10, #70 mov w9, #102 ands w11, w11, #0x1 csel w10, w9, w10, ne mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] add x0, sp, #40 str x0, [sp, #24] ; 8-byte Folded Spill mov x3, #512 mov x1, x3 adrp x4, l_.str.50@PAGE add x4, x4, l_.str.50@PAGEOFF bl ___snprintf_chk ldr w2, [sp, #20] ; 4-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w3, [x8, #20] adrp x8, _cur_text_section@PAGE ldr x5, [x8, _cur_text_section@PAGEOFF] ldr x8, [sp, #32] ldr x8, [x8, #16] mov x6, x8 mov w1, #36 mov x4, #0 bl _put_stabs_r adrp x8, _last_ind@PAGE str xzr, [x8, _last_ind@PAGEOFF] adrp x8, _last_line_num@PAGE str xzr, [x8, _last_line_num@PAGEOFF] 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, LBB115_2 b LBB115_1 LBB115_1: bl ___stack_chk_fail LBB115_2: add sp, sp, #560 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 put_stabs_r _put_stabs_r: ; @put_stabs_r .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] stur w3, [x29, #-20] str x4, [sp, #16] str x5, [sp, #8] str w6, [sp, #4] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldur w2, [x29, #-16] ldur w3, [x29, #-20] ldr x4, [sp, #16] bl _put_stabs adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _stab_section@PAGE ldr x1, [x8, _stab_section@PAGEOFF] ldr x8, [x8, _stab_section@PAGEOFF] ldr x8, [x8] subs x2, x8, #8 ldr w4, [sp, #4] mov w3, #1 bl _put_elf_reloc ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _tcc_define_symbol ; -- Begin function tcc_define_symbol .p2align 2 _tcc_define_symbol: ; @tcc_define_symbol .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, #9840 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #1648 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #48] str x1, [sp, #40] str x2, [sp, #32] add x8, sp, #56 str x8, [sp, #24] ldr x8, [sp, #24] ldr x2, [sp, #40] add x0, x8, #1577 mov w1, #8192 str w1, [sp, #20] ; 4-byte Folded Spill bl _pstrcpy ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x8, [sp, #24] add x0, x8, #1577 adrp x2, l_.str.48@PAGE add x2, x2, l_.str.48@PAGEOFF bl _pstrcat ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB117_2 b LBB117_1 LBB117_1: adrp x8, l_.str.51@PAGE add x8, x8, l_.str.51@PAGEOFF str x8, [sp, #32] b LBB117_2 LBB117_2: ldr x8, [sp, #24] add x0, x8, #1577 ldr x2, [sp, #32] mov w1, #8192 bl _pstrcat ldr x9, [sp, #24] mov w8, #-1 str w8, [x9, #16] ldr x8, [sp, #24] add x8, x8, #1577 ldr x9, [sp, #24] str x8, [x9] ldr x8, [sp, #24] add x8, x8, #1577 str x8, [sp] ; 8-byte Folded Spill ldr x8, [sp, #24] add x0, x8, #1577 bl _strlen ldr x8, [sp] ; 8-byte Folded Reload add x8, x8, x0 ldr x9, [sp, #24] str x8, [x9, #8] ldr x8, [sp, #24] ldr x9, [x8, #8] mov w8, #92 strb w8, [x9] ldr x8, [sp, #24] strb wzr, [x8, #553] ldr x9, [sp, #24] mov w8, #1 str w8, [x9, #20] ldr x9, [sp, #24] adrp x8, _file@PAGE str x8, [sp, #8] ; 8-byte Folded Spill str x9, [x8, _file@PAGEOFF] ldr x9, [sp, #48] add x9, x9, #472 ldr x10, [sp, #48] str x9, [x10, #8] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] bl _next_nomacro bl _parse_define ldr x8, [sp, #8] ; 8-byte Folded Reload ; kill: def $x9 killed $xzr str xzr, [x8, _file@PAGEOFF] 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, LBB117_4 b LBB117_3 LBB117_3: bl ___stack_chk_fail LBB117_4: add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #1648 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 parse_define _parse_define: ; @parse_define .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, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB118_2 b LBB118_1 LBB118_1: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.275@PAGE add x0, x0, l_.str.275@PAGEOFF bl _error b LBB118_2 LBB118_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] stur wzr, [x29, #-32] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] stur w8, [x29, #-44] ldur w8, [x29, #-44] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB118_4 b LBB118_3 LBB118_3: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x0, [x8] bl _handle_stray1 stur w0, [x29, #-44] b LBB118_4 LBB118_4: ldur w8, [x29, #-44] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB118_19 b LBB118_5 LBB118_5: bl _next_nomacro bl _next_nomacro sub x8, x29, #16 stur x8, [x29, #-24] b LBB118_6 LBB118_6: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB118_18 b LBB118_7 LBB118_7: ; in Loop: Header=BB118_6 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-36] bl _next_nomacro stur wzr, [x29, #-40] ldur w8, [x29, #-36] subs w8, w8, #204 cset w8, ne tbnz w8, #0, LBB118_9 b LBB118_8 LBB118_8: ; in Loop: Header=BB118_6 Depth=1 mov w8, #331 stur w8, [x29, #-36] mov w8, #1 stur w8, [x29, #-40] b LBB118_13 LBB118_9: ; in Loop: Header=BB118_6 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #204 cset w8, ne tbnz w8, #0, LBB118_12 b LBB118_10 LBB118_10: ; in Loop: Header=BB118_6 Depth=1 adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB118_12 b LBB118_11 LBB118_11: ; in Loop: Header=BB118_6 Depth=1 mov w8, #1 stur w8, [x29, #-40] bl _next_nomacro b LBB118_12 LBB118_12: ; in Loop: Header=BB118_6 Depth=1 b LBB118_13 LBB118_13: ; in Loop: Header=BB118_6 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB118_15 b LBB118_14 LBB118_14: ; in Loop: Header=BB118_6 Depth=1 adrp x0, l_.str.276@PAGE add x0, x0, l_.str.276@PAGEOFF bl _error b LBB118_15 LBB118_15: ; in Loop: Header=BB118_6 Depth=1 ldur w8, [x29, #-36] orr w9, w8, #0x20000000 ; implicit-def: $x8 mov x8, x9 sxtw x1, w8 ldursw x2, [x29, #-40] adrp x0, _define_stack@PAGE add x0, x0, _define_stack@PAGEOFF mov x3, #0 bl _sym_push2 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldur x9, [x29, #-24] str x8, [x9] ldur x8, [x29, #-8] add x8, x8, #40 stur x8, [x29, #-24] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB118_17 b LBB118_16 LBB118_16: b LBB118_18 LBB118_17: ; in Loop: Header=BB118_6 Depth=1 bl _next_nomacro b LBB118_6 LBB118_18: mov w8, #1 stur w8, [x29, #-32] b LBB118_19 LBB118_19: add x0, sp, #24 bl _tok_str_new bl _next_nomacro b LBB118_20 LBB118_20: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB118_22 b LBB118_21 LBB118_21: ; in Loop: Header=BB118_20 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB118_22 LBB118_22: ; in Loop: Header=BB118_20 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB118_24 b LBB118_23 LBB118_23: ; in Loop: Header=BB118_20 Depth=1 adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] add x0, sp, #24 adrp x2, _tokc@PAGE add x2, x2, _tokc@PAGEOFF bl _tok_str_add2 bl _next_nomacro b LBB118_20 LBB118_24: add x0, sp, #24 mov w1, #0 bl _tok_str_add ldur w0, [x29, #-28] ldur w1, [x29, #-32] ldr x2, [sp, #24] ldur x3, [x29, #-16] bl _define_push ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _tcc_undefine_symbol ; -- Begin function tcc_undefine_symbol .p2align 2 _tcc_undefine_symbol: ; @tcc_undefine_symbol .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-16] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov x1, x8 bl _tok_alloc str x0, [sp, #24] ldr x8, [sp, #24] ldr w0, [x8, #40] bl _define_find str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB119_2 b LBB119_1 LBB119_1: ldr x0, [sp, #16] bl _define_undef b LBB119_2 LBB119_2: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_alloc _tok_alloc: ; @tok_alloc .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] mov w8, #1 str w8, [sp] str wzr, [sp, #4] b LBB120_1 LBB120_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB120_4 b LBB120_2 LBB120_2: ; in Loop: Header=BB120_1 Depth=1 ldr w8, [sp] mov w9, #263 mul w8, w8, w9 ldur x9, [x29, #-16] ldrsw x10, [sp, #4] ldrb w9, [x9, x10] add w8, w8, w9 str w8, [sp] b LBB120_3 LBB120_3: ; in Loop: Header=BB120_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB120_1 LBB120_4: ldr w8, [sp] and w8, w8, #0x1fff str w8, [sp] ldr w8, [sp] mov x9, x8 adrp x8, _hash_ident@PAGE add x8, x8, _hash_ident@PAGEOFF add x8, x8, x9, lsl #3 str x8, [sp, #8] b LBB120_5 LBB120_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB120_7 b LBB120_6 LBB120_6: b LBB120_11 LBB120_7: ; in Loop: Header=BB120_5 Depth=1 ldr x8, [sp, #16] ldr w8, [x8, #44] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB120_10 b LBB120_8 LBB120_8: ; in Loop: Header=BB120_5 Depth=1 ldr x8, [sp, #16] add x0, x8, #48 ldur x1, [x29, #-16] ldursw x2, [x29, #-20] bl _memcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB120_10 b LBB120_9 LBB120_9: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB120_12 LBB120_10: ; in Loop: Header=BB120_5 Depth=1 ldr x8, [sp, #16] str x8, [sp, #8] b LBB120_5 LBB120_11: ldr x0, [sp, #8] ldur x1, [x29, #-16] ldur w2, [x29, #-20] bl _tok_alloc_new stur x0, [x29, #-8] b LBB120_12 LBB120_12: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function define_find _define_find: ; @define_find .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 str w8, [sp, #4] ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w9, w9, #256 subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB121_2 b LBB121_1 LBB121_1: ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB121_3 LBB121_2: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #8] str x8, [sp, #8] b LBB121_3 LBB121_3: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function define_undef _define_undef: ; @define_undef .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB122_3 b LBB122_1 LBB122_1: ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB122_3 b LBB122_2 LBB122_2: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldr w9, [sp, #4] subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB122_3 LBB122_3: ldr x8, [sp, #8] str xzr, [x8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _tcc_get_symbol ; -- Begin function tcc_get_symbol .p2align 2 _tcc_get_symbol: ; @tcc_get_symbol .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #16] bl _find_elf_sym str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB123_2 b LBB123_1 LBB123_1: mov w8, #-1 stur w8, [x29, #-4] b LBB123_3 LBB123_2: adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldrsw x9, [sp, #12] add x8, x8, x9, lsl #4 str x8, [sp] ldr x8, [sp] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 ldr x9, [sp, #24] str x8, [x9] stur wzr, [x29, #-4] b LBB123_3 LBB123_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function find_elf_sym _find_elf_sym: ; @find_elf_sym .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] ldur x8, [x29, #-16] ldr x8, [x8, #104] str x8, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB124_2 b LBB124_1 LBB124_1: stur wzr, [x29, #-4] b LBB124_8 LBB124_2: ldr x8, [sp, #24] ldr x8, [x8, #8] ldr w8, [x8] str w8, [sp, #20] ldur x0, [x29, #-24] bl _elf_hash ldrsw x9, [sp, #20] udiv x8, x0, x9 mul x8, x8, x9 subs x8, x0, x8 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #12] ldr x8, [sp, #24] ldr x8, [x8, #8] ldr w9, [sp, #12] add w9, w9, #2 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #16] b LBB124_3 LBB124_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB124_7 b LBB124_4 LBB124_4: ; in Loop: Header=BB124_3 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldrsw x9, [sp, #16] add x8, x8, x9, lsl #4 str x8, [sp, #32] ldur x8, [x29, #-16] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #32] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp] ldur x0, [x29, #-24] ldr x1, [sp] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB124_6 b LBB124_5 LBB124_5: ldr w8, [sp, #16] stur w8, [x29, #-4] b LBB124_8 LBB124_6: ; in Loop: Header=BB124_3 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #8] ldr w9, [sp, #20] add w9, w9, #2 ldr w10, [sp, #16] add w9, w9, w10 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #16] b LBB124_3 LBB124_7: stur wzr, [x29, #-4] b LBB124_8 LBB124_8: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _tcc_get_symbol_err ; -- Begin function tcc_get_symbol_err .p2align 2 _tcc_get_symbol_err: ; @tcc_get_symbol_err .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x0, [x29, #-8] ldr x2, [sp, #16] add x1, sp, #8 bl _tcc_get_symbol subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB125_2 b LBB125_1 LBB125_1: ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.52@PAGE add x0, x0, l_.str.52@PAGEOFF bl _error b LBB125_2 LBB125_2: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_output_file ; -- Begin function tcc_output_file .p2align 2 _tcc_output_file: ; @tcc_output_file .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #512 adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x8, [sp, #104] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur x0, [x29, #-88] stur x1, [x29, #-96] ldur x8, [x29, #-88] ldr w8, [x8] str w8, [sp, #224] ldur x8, [x29, #-88] str wzr, [x8, #460] ldr w8, [sp, #224] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_2 b LBB126_1 LBB126_1: ldur x0, [x29, #-88] bl _tcc_add_runtime b LBB126_2 LBB126_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-248] stur xzr, [x29, #-128] str xzr, [sp, #264] str xzr, [sp, #256] str xzr, [sp, #248] str xzr, [sp, #240] ldr w8, [sp, #224] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_62 b LBB126_3 LBB126_3: bl _relocate_common_syms ldur x0, [x29, #-88] bl _tcc_add_linker_symbols ldur x8, [x29, #-88] ldr w8, [x8, #188] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_60 b LBB126_4 LBB126_4: ldr w8, [sp, #224] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB126_6 b LBB126_5 LBB126_5: ldur x0, [x29, #-88] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF mov w2, #1 str w2, [sp, #100] ; 4-byte Folded Spill mov w3, #2 bl _new_section ldr w8, [sp, #100] ; 4-byte Folded Reload str x0, [sp, #264] ldr x9, [sp, #264] str w8, [x9, #44] ldr x0, [sp, #264] mov x1, #19 bl _section_ptr_add str x0, [sp, #168] ldr x0, [sp, #168] adrp x1, _elf_interp@PAGE add x1, x1, _elf_interp@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB126_6 LBB126_6: ldur x0, [x29, #-88] adrp x1, l_.str.54@PAGE add x1, x1, l_.str.54@PAGEOFF mov w2, #11 mov w6, #2 mov x3, x6 adrp x4, l_.str.55@PAGE add x4, x4, l_.str.55@PAGEOFF adrp x5, l_.str.56@PAGE add x5, x5, l_.str.56@PAGEOFF bl _new_symtab ldur x8, [x29, #-88] str x0, [x8, #168] ldur x8, [x29, #-88] ldr x8, [x8, #168] ldr x8, [x8, #88] str x8, [sp, #248] ldur x0, [x29, #-88] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF mov w2, #6 str w2, [sp, #96] ; 4-byte Folded Spill mov w3, #3 bl _new_section ldr w3, [sp, #96] ; 4-byte Folded Reload str x0, [sp, #256] ldr x8, [sp, #248] ldr x9, [sp, #256] str x8, [x9, #88] ldr x9, [sp, #256] mov w8, #8 str w8, [x9, #48] ldur x0, [x29, #-88] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF mov w2, #1 bl _new_section ldur x8, [x29, #-88] str x0, [x8, #128] ldur x8, [x29, #-88] ldr x9, [x8, #128] mov w8, #4 str w8, [x9, #48] ldur x0, [x29, #-88] bl _build_got adrp x9, _symtab_section@PAGE ldr x8, [x9, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [x9, _symtab_section@PAGEOFF] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #176] ldr w8, [sp, #224] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB126_44 b LBB126_7 LBB126_7: adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #232] b LBB126_8 LBB126_8: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #232] ldr x9, [sp, #176] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_29 b LBB126_9 LBB126_9: ; in Loop: Header=BB126_8 Depth=1 ldr x8, [sp, #232] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_23 b LBB126_10 LBB126_10: ; in Loop: Header=BB126_8 Depth=1 adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #232] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #200] ldur x8, [x29, #-88] ldr x0, [x8, #160] ldr x1, [sp, #200] bl _find_elf_sym str w0, [sp, #196] ldr w8, [sp, #196] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_17 b LBB126_11 LBB126_11: ; in Loop: Header=BB126_8 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #160] ldr x8, [x8, #8] ldrsw x9, [sp, #196] add x8, x8, x9, lsl #4 str x8, [sp, #184] ldr x8, [sp, #184] ldrb w8, [x8, #12] and w8, w8, #0xf str w8, [sp, #228] ldr w8, [sp, #228] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB126_13 b LBB126_12 LBB126_12: ; in Loop: Header=BB126_8 Depth=1 ldur x0, [x29, #-88] ldr x8, [sp, #184] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #184] ldrb w3, [x8, #12] ldr x8, [sp, #232] adrp x9, _symtab_section@PAGE ldr x9, [x9, _symtab_section@PAGEOFF] ldr x9, [x9, #8] subs x8, x8, x9 mov x9, #16 sdiv x8, x8, x9 mov x4, x8 mov w1, #7 bl _put_got_entry b LBB126_16 LBB126_13: ; in Loop: Header=BB126_8 Depth=1 ldr w8, [sp, #228] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB126_15 b LBB126_14 LBB126_14: ; in Loop: Header=BB126_8 Depth=1 adrp x8, _bss_section@PAGE str x8, [sp, #88] ; 8-byte Folded Spill ldr x9, [x8, _bss_section@PAGEOFF] ldr x9, [x9] str x9, [sp, #160] ldr x9, [sp, #160] add x9, x9, #16 subs x9, x9, #1 and x9, x9, #0xfffffffffffffff0 str x9, [sp, #160] ldur x9, [x29, #-88] ldr x0, [x9, #168] ldr x1, [sp, #160] ldr x9, [sp, #184] ldr w9, [x9, #8] mov x2, x9 ldr x9, [sp, #184] ldrb w3, [x9, #12] ldr x8, [x8, _bss_section@PAGEOFF] ldr w5, [x8, #28] ldr x6, [sp, #200] mov w4, #0 bl _put_elf_sym ldr x8, [sp, #88] ; 8-byte Folded Reload str w0, [sp, #192] ldur x9, [x29, #-88] ldr x0, [x9, #168] ldr x1, [x8, _bss_section@PAGEOFF] ldr x2, [sp, #160] ldr w4, [sp, #192] mov w3, #5 bl _put_elf_reloc ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x8, [sp, #184] ldr w8, [x8, #8] mov x10, x8 ldr x8, [sp, #160] add x8, x8, x10 str x8, [sp, #160] ldr x8, [sp, #160] ldr x9, [x9, _bss_section@PAGEOFF] str x8, [x9] b LBB126_15 LBB126_15: ; in Loop: Header=BB126_8 Depth=1 b LBB126_16 LBB126_16: ; in Loop: Header=BB126_8 Depth=1 b LBB126_22 LBB126_17: ; in Loop: Header=BB126_8 Depth=1 ldr x8, [sp, #232] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB126_19 b LBB126_18 LBB126_18: ; in Loop: Header=BB126_8 Depth=1 ldr x0, [sp, #200] adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB126_20 b LBB126_19 LBB126_19: ; in Loop: Header=BB126_8 Depth=1 b LBB126_21 LBB126_20: ; in Loop: Header=BB126_8 Depth=1 ldr x8, [sp, #200] mov x9, sp str x8, [x9] adrp x0, l_.str.60@PAGE add x0, x0, l_.str.60@PAGEOFF bl _error_noabort b LBB126_21 LBB126_21: ; in Loop: Header=BB126_8 Depth=1 b LBB126_22 LBB126_22: ; in Loop: Header=BB126_8 Depth=1 b LBB126_27 LBB126_23: ; in Loop: Header=BB126_8 Depth=1 ldur x8, [x29, #-88] ldr w8, [x8, #192] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_26 b LBB126_24 LBB126_24: ; in Loop: Header=BB126_8 Depth=1 ldr x8, [sp, #232] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_26 b LBB126_25 LBB126_25: ; in Loop: Header=BB126_8 Depth=1 adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #232] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #200] ldur x8, [x29, #-88] ldr x0, [x8, #168] ldr x8, [sp, #232] ldr w8, [x8, #4] mov x1, x8 ldr x8, [sp, #232] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #232] ldrb w3, [x8, #12] ldr x8, [sp, #232] ldrh w5, [x8, #14] ldr x6, [sp, #200] mov w4, #0 bl _put_elf_sym b LBB126_26 LBB126_26: ; in Loop: Header=BB126_8 Depth=1 b LBB126_27 LBB126_27: ; in Loop: Header=BB126_8 Depth=1 b LBB126_28 LBB126_28: ; in Loop: Header=BB126_8 Depth=1 ldr x8, [sp, #232] add x8, x8, #16 str x8, [sp, #232] b LBB126_8 LBB126_29: ldur x8, [x29, #-88] ldr w8, [x8, #460] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_31 b LBB126_30 LBB126_30: b LBB126_196 LBB126_31: ldur x8, [x29, #-88] ldr x8, [x8, #160] ldr x8, [x8, #8] ldur x9, [x29, #-88] ldr x9, [x9, #160] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #176] ldur x8, [x29, #-88] ldr x8, [x8, #160] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #184] b LBB126_32 LBB126_32: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #184] ldr x9, [sp, #176] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_43 b LBB126_33 LBB126_33: ; in Loop: Header=BB126_32 Depth=1 ldr x8, [sp, #184] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_41 b LBB126_34 LBB126_34: ; in Loop: Header=BB126_32 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #160] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #184] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #200] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #200] bl _find_elf_sym str w0, [sp, #196] ldr w8, [sp, #196] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_36 b LBB126_35 LBB126_35: ; in Loop: Header=BB126_32 Depth=1 adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldrsw x9, [sp, #196] add x8, x8, x9, lsl #4 str x8, [sp, #232] ldur x8, [x29, #-88] ldr x0, [x8, #168] ldr x8, [sp, #232] ldr w8, [x8, #4] mov x1, x8 ldr x8, [sp, #232] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #232] ldrb w3, [x8, #12] ldr x8, [sp, #232] ldrh w5, [x8, #14] ldr x6, [sp, #200] mov w4, #0 bl _put_elf_sym b LBB126_40 LBB126_36: ; in Loop: Header=BB126_32 Depth=1 ldr x8, [sp, #184] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB126_38 b LBB126_37 LBB126_37: ; in Loop: Header=BB126_32 Depth=1 b LBB126_39 LBB126_38: ; in Loop: Header=BB126_32 Depth=1 ldr x8, [sp, #200] mov x9, sp str x8, [x9] adrp x0, l_.str.61@PAGE add x0, x0, l_.str.61@PAGEOFF bl _warning b LBB126_39 LBB126_39: ; in Loop: Header=BB126_32 Depth=1 b LBB126_40 LBB126_40: ; in Loop: Header=BB126_32 Depth=1 b LBB126_41 LBB126_41: ; in Loop: Header=BB126_32 Depth=1 b LBB126_42 LBB126_42: ; in Loop: Header=BB126_32 Depth=1 ldr x8, [sp, #184] add x8, x8, #16 str x8, [sp, #184] b LBB126_32 LBB126_43: b LBB126_51 LBB126_44: adrp x8, _symtab_section@PAGE str x8, [sp, #80] ; 8-byte Folded Spill ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8] mov x9, #16 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #156] ldrsw x9, [sp, #156] mov x8, #4 mul x0, x8, x9 bl _tcc_mallocz ldr x8, [sp, #80] ; 8-byte Folded Reload ldur x9, [x29, #-88] str x0, [x9, #152] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #232] b LBB126_45 LBB126_45: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #232] ldr x9, [sp, #176] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_50 b LBB126_46 LBB126_46: ; in Loop: Header=BB126_45 Depth=1 ldr x8, [sp, #232] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_48 b LBB126_47 LBB126_47: ; in Loop: Header=BB126_45 Depth=1 adrp x8, _symtab_section@PAGE str x8, [sp, #72] ; 8-byte Folded Spill ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #232] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #200] ldur x8, [x29, #-88] ldr x0, [x8, #168] ldr x8, [sp, #232] ldr w8, [x8, #4] mov x1, x8 ldr x8, [sp, #232] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #232] ldrb w3, [x8, #12] ldr x8, [sp, #232] ldrh w5, [x8, #14] ldr x6, [sp, #200] mov w4, #0 bl _put_elf_sym ldr x11, [sp, #72] ; 8-byte Folded Reload str w0, [sp, #192] ldr w8, [sp, #192] ldur x9, [x29, #-88] ldr x9, [x9, #152] ldr x10, [sp, #232] ldr x11, [x11, _symtab_section@PAGEOFF] ldr x11, [x11, #8] subs x10, x10, x11 mov x11, #16 sdiv x10, x10, x11 str w8, [x9, x10, lsl #2] b LBB126_48 LBB126_48: ; in Loop: Header=BB126_45 Depth=1 b LBB126_49 LBB126_49: ; in Loop: Header=BB126_45 Depth=1 ldr x8, [sp, #232] add x8, x8, #16 str x8, [sp, #232] b LBB126_45 LBB126_50: b LBB126_51 LBB126_51: ldur x0, [x29, #-88] bl _build_got_entries stur wzr, [x29, #-136] b LBB126_52 LBB126_52: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #96] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_57 b LBB126_53 LBB126_53: ; in Loop: Header=BB126_52 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #88] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] str x8, [sp, #144] ldr x8, [sp, #144] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_55 b LBB126_54 LBB126_54: ; in Loop: Header=BB126_52 Depth=1 ldr x8, [sp, #256] str x8, [sp, #64] ; 8-byte Folded Spill ldr x0, [sp, #248] ldr x8, [sp, #144] add x1, x8, #4 bl _put_elf_str mov x9, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload ; implicit-def: $x8 mov x8, x9 sxtw x2, w8 mov w1, #1 bl _put_dt b LBB126_55 LBB126_55: ; in Loop: Header=BB126_52 Depth=1 b LBB126_56 LBB126_56: ; in Loop: Header=BB126_52 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_52 LBB126_57: ldr w8, [sp, #224] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB126_59 b LBB126_58 LBB126_58: ldr x0, [sp, #256] mov w1, #22 mov x2, #0 bl _put_dt b LBB126_59 LBB126_59: ldr x8, [sp, #256] ldr x8, [x8] str x8, [sp, #240] ldr x9, [sp, #256] ldr x8, [x9] add x8, x8, #72 str x8, [x9] b LBB126_61 LBB126_60: ldur x0, [x29, #-88] bl _build_got_entries b LBB126_61 LBB126_61: b LBB126_62 LBB126_62: sub x0, x29, #76 mov w1, #0 mov x2, #52 bl _memset ldur x0, [x29, #-88] adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF mov w2, #3 mov w3, #0 bl _new_section stur x0, [x29, #-184] ldur x0, [x29, #-184] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl _put_elf_str ldur x8, [x29, #-88] ldr w8, [x8, #112] stur w8, [x29, #-132] ldursw x9, [x29, #-132] mov x8, #4 mul x0, x8, x9 bl _tcc_malloc stur x0, [x29, #-128] ldur x8, [x29, #-128] str wzr, [x8] mov w8, #1 stur w8, [x29, #-164] ldr w8, [sp, #224] str w8, [sp, #60] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB126_67 b LBB126_63 LBB126_63: ldr w8, [sp, #60] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB126_71 b LBB126_64 LBB126_64: ldr w8, [sp, #60] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_66 b LBB126_65 LBB126_65: b LBB126_66 LBB126_66: stur wzr, [x29, #-140] b LBB126_72 LBB126_67: ldur x8, [x29, #-88] ldr w8, [x8, #188] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_69 b LBB126_68 LBB126_68: mov w8, #4 stur w8, [x29, #-140] b LBB126_70 LBB126_69: mov w8, #2 stur w8, [x29, #-140] b LBB126_70 LBB126_70: b LBB126_72 LBB126_71: mov w8, #3 stur w8, [x29, #-140] b LBB126_72 LBB126_72: mov w8, #1 stur w8, [x29, #-136] b LBB126_73 LBB126_73: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_86 b LBB126_74 LBB126_74: ; in Loop: Header=BB126_73 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur x0, [x29, #-184] ldur x8, [x29, #-192] add x1, x8, #120 bl _put_elf_str ldur x8, [x29, #-192] str w0, [x8, #24] ldr w8, [sp, #224] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB126_78 b LBB126_75 LBB126_75: ; in Loop: Header=BB126_73 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB126_78 b LBB126_76 LBB126_76: ; in Loop: Header=BB126_73 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, ne tbnz w8, #0, LBB126_78 b LBB126_77 LBB126_77: ; in Loop: Header=BB126_73 Depth=1 ldur x0, [x29, #-88] ldur x1, [x29, #-192] bl _prepare_dynamic_rel b LBB126_84 LBB126_78: ; in Loop: Header=BB126_73 Depth=1 adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_82 b LBB126_79 LBB126_79: ; in Loop: Header=BB126_73 Depth=1 ldr w8, [sp, #224] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_82 b LBB126_80 LBB126_80: ; in Loop: Header=BB126_73 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, ne tbnz w8, #0, LBB126_82 b LBB126_81 LBB126_81: ; in Loop: Header=BB126_73 Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB126_83 b LBB126_82 LBB126_82: ; in Loop: Header=BB126_73 Depth=1 ldur x8, [x29, #-192] ldr x8, [x8] ldur x9, [x29, #-192] str x8, [x9, #56] b LBB126_83 LBB126_83: ; in Loop: Header=BB126_73 Depth=1 b LBB126_84 LBB126_84: ; in Loop: Header=BB126_73 Depth=1 b LBB126_85 LBB126_85: ; in Loop: Header=BB126_73 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_73 LBB126_86: ldursw x8, [x29, #-140] lsl x0, x8, #5 bl _tcc_mallocz stur x0, [x29, #-248] ldur x8, [x29, #-88] ldr w8, [x8, #212] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_88 b LBB126_87 LBB126_87: ldursw x8, [x29, #-140] lsl x8, x8, #5 add x8, x8, #52 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-144] b LBB126_89 LBB126_88: stur wzr, [x29, #-144] b LBB126_89 LBB126_89: ldur w8, [x29, #-140] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB126_184 b LBB126_90 LBB126_90: ldur x8, [x29, #-88] ldr w8, [x8, #208] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_94 b LBB126_91 LBB126_91: ldur x8, [x29, #-88] ldr x8, [x8, #200] stur x8, [x29, #-176] ldur x8, [x29, #-176] and x8, x8, #0xfff ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #140] ldur w8, [x29, #-144] and w8, w8, #0xfff str w8, [sp, #136] ldr w8, [sp, #140] ldr w9, [sp, #136] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_93 b LBB126_92 LBB126_92: ldr w8, [sp, #140] add w8, w8, #1, lsl #12 ; =4096 str w8, [sp, #140] b LBB126_93 LBB126_93: ldr w8, [sp, #140] ldr w9, [sp, #136] subs w9, w8, w9 ldur w8, [x29, #-144] add w8, w8, w9 stur w8, [x29, #-144] b LBB126_98 LBB126_94: ldr w8, [sp, #224] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB126_96 b LBB126_95 LBB126_95: stur xzr, [x29, #-176] b LBB126_97 LBB126_96: mov x8, #32768 movk x8, #2052, lsl #16 stur x8, [x29, #-176] b LBB126_97 LBB126_97: ldur w8, [x29, #-144] and w9, w8, #0xfff ldur x8, [x29, #-176] add x8, x8, w9, sxtw stur x8, [x29, #-176] b LBB126_98 LBB126_98: str xzr, [sp, #208] str xzr, [sp, #216] ldur x8, [x29, #-248] stur x8, [x29, #-256] ldr x8, [sp, #264] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_100 b LBB126_99 LBB126_99: ldur x8, [x29, #-256] add x8, x8, #32 stur x8, [x29, #-256] b LBB126_100 LBB126_100: stur wzr, [x29, #-156] b LBB126_101 LBB126_101: ; =>This Loop Header: Depth=1 ; Child Loop BB126_106 Depth 2 ; Child Loop BB126_108 Depth 3 ldur w8, [x29, #-156] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB126_161 b LBB126_102 LBB126_102: ; in Loop: Header=BB126_101 Depth=1 ldur x9, [x29, #-256] mov w8, #1 str w8, [x9] ldur w8, [x29, #-156] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_104 b LBB126_103 LBB126_103: ; in Loop: Header=BB126_101 Depth=1 ldur x9, [x29, #-256] mov w8, #5 str w8, [x9, #24] b LBB126_105 LBB126_104: ; in Loop: Header=BB126_101 Depth=1 ldur x9, [x29, #-256] mov w8, #6 str w8, [x9, #24] b LBB126_105 LBB126_105: ; in Loop: Header=BB126_101 Depth=1 ldur x9, [x29, #-256] mov w8, #4096 str w8, [x9, #28] stur wzr, [x29, #-168] b LBB126_106 LBB126_106: ; Parent Loop BB126_101 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB126_108 Depth 3 ldur w8, [x29, #-168] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB126_152 b LBB126_107 LBB126_107: ; in Loop: Header=BB126_106 Depth=2 mov w8, #1 stur w8, [x29, #-136] b LBB126_108 LBB126_108: ; Parent Loop BB126_101 Depth=1 ; Parent Loop BB126_106 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_150 b LBB126_109 LBB126_109: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur w8, [x29, #-156] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_113 b LBB126_110 LBB126_110: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #36] and w8, w8, #0x3 subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB126_112 b LBB126_111 LBB126_111: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_112: ; in Loop: Header=BB126_108 Depth=3 b LBB126_116 LBB126_113: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #36] and w8, w8, #0x3 subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_115 b LBB126_114 LBB126_114: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_115: ; in Loop: Header=BB126_108 Depth=3 b LBB126_116 LBB126_116: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr x9, [sp, #264] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB126_120 b LBB126_117 LBB126_117: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-168] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_119 b LBB126_118 LBB126_118: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_119: ; in Loop: Header=BB126_108 Depth=3 b LBB126_140 LBB126_120: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #11 cset w8, eq tbnz w8, #0, LBB126_123 b LBB126_121 LBB126_121: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_123 b LBB126_122 LBB126_122: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB126_126 b LBB126_123 LBB126_123: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-168] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB126_125 b LBB126_124 LBB126_124: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_125: ; in Loop: Header=BB126_108 Depth=3 b LBB126_139 LBB126_126: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB126_130 b LBB126_127 LBB126_127: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-168] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB126_129 b LBB126_128 LBB126_128: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_129: ; in Loop: Header=BB126_108 Depth=3 b LBB126_138 LBB126_130: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB126_134 b LBB126_131 LBB126_131: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-168] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB126_133 b LBB126_132 LBB126_132: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_133: ; in Loop: Header=BB126_108 Depth=3 b LBB126_137 LBB126_134: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-168] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_136 b LBB126_135 LBB126_135: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_136: ; in Loop: Header=BB126_108 Depth=3 b LBB126_137 LBB126_137: ; in Loop: Header=BB126_108 Depth=3 b LBB126_138 LBB126_138: ; in Loop: Header=BB126_108 Depth=3 b LBB126_139 LBB126_139: ; in Loop: Header=BB126_108 Depth=3 b LBB126_140 LBB126_140: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-136] ldur x9, [x29, #-128] ldursw x10, [x29, #-164] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-164] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-176] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-160] ldur x8, [x29, #-176] ldur x9, [x29, #-192] ldrsw x9, [x9, #44] add x8, x8, x9 subs x8, x8, #1 ldur x9, [x29, #-192] ldr w9, [x9, #44] subs w9, w9, #1 mvn w10, w9 ; implicit-def: $x9 mov x9, x10 sxtw x9, w9 and x8, x8, x9 stur x8, [x29, #-176] ldur x8, [x29, #-176] ldursw x9, [x29, #-160] subs x9, x8, x9 ldursw x8, [x29, #-144] add x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-144] ldursw x8, [x29, #-144] ldur x9, [x29, #-192] str x8, [x9, #72] ldur x8, [x29, #-176] ldur x9, [x29, #-192] str x8, [x9, #64] ldur x8, [x29, #-256] ldr w8, [x8, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_142 b LBB126_141 LBB126_141: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-144] ldur x9, [x29, #-256] str w8, [x9, #4] ldur x8, [x29, #-176] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldur x8, [x29, #-256] ldr w8, [x8, #8] ldur x9, [x29, #-256] str w8, [x9, #12] b LBB126_142 LBB126_142: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB126_146 b LBB126_143 LBB126_143: ; in Loop: Header=BB126_108 Depth=3 ldr x8, [sp, #208] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB126_145 b LBB126_144 LBB126_144: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-176] str x8, [sp, #216] b LBB126_145 LBB126_145: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr x9, [x8, #56] ldr x8, [sp, #208] add x8, x8, x9 str x8, [sp, #208] b LBB126_146 LBB126_146: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr x9, [x8, #56] ldur x8, [x29, #-176] add x8, x8, x9 stur x8, [x29, #-176] ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB126_148 b LBB126_147 LBB126_147: ; in Loop: Header=BB126_108 Depth=3 ldur x8, [x29, #-192] ldr x9, [x8, #56] ldursw x8, [x29, #-144] add x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-144] b LBB126_148 LBB126_148: ; in Loop: Header=BB126_108 Depth=3 b LBB126_149 LBB126_149: ; in Loop: Header=BB126_108 Depth=3 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_108 LBB126_150: ; in Loop: Header=BB126_106 Depth=2 b LBB126_151 LBB126_151: ; in Loop: Header=BB126_106 Depth=2 ldur w8, [x29, #-168] add w8, w8, #1 stur w8, [x29, #-168] b LBB126_106 LBB126_152: ; in Loop: Header=BB126_101 Depth=1 ldur w8, [x29, #-144] ldur x9, [x29, #-256] ldr w9, [x9, #4] subs w8, w8, w9 ldur x9, [x29, #-256] str w8, [x9, #16] ldur x8, [x29, #-176] ldur x9, [x29, #-256] ldr w9, [x9, #8] ; kill: def $x9 killed $w9 subs x8, x8, x9 ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #20] ldur x8, [x29, #-256] add x8, x8, #32 stur x8, [x29, #-256] ldur w8, [x29, #-156] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_159 b LBB126_153 LBB126_153: ; in Loop: Header=BB126_101 Depth=1 ldur x8, [x29, #-88] ldr w8, [x8, #212] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_157 b LBB126_154 LBB126_154: ; in Loop: Header=BB126_101 Depth=1 ldur x8, [x29, #-176] ands x8, x8, #0xfff cset w8, eq tbnz w8, #0, LBB126_156 b LBB126_155 LBB126_155: ; in Loop: Header=BB126_101 Depth=1 ldur x8, [x29, #-176] add x8, x8, #1, lsl #12 ; =4096 stur x8, [x29, #-176] b LBB126_156 LBB126_156: ; in Loop: Header=BB126_101 Depth=1 b LBB126_158 LBB126_157: ; in Loop: Header=BB126_101 Depth=1 ldur x8, [x29, #-176] add x8, x8, #1, lsl #12 ; =4096 subs x8, x8, #1 and x8, x8, #0xfffffffffffff000 stur x8, [x29, #-176] ldur w8, [x29, #-144] add w8, w8, #1, lsl #12 ; =4096 subs w8, w8, #1 and w8, w8, #0xfffff000 stur w8, [x29, #-144] b LBB126_158 LBB126_158: ; in Loop: Header=BB126_101 Depth=1 b LBB126_159 LBB126_159: ; in Loop: Header=BB126_101 Depth=1 b LBB126_160 LBB126_160: ; in Loop: Header=BB126_101 Depth=1 ldur w8, [x29, #-156] add w8, w8, #1 stur w8, [x29, #-156] b LBB126_101 LBB126_161: ldr x8, [sp, #264] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_163 b LBB126_162 LBB126_162: ldur x8, [x29, #-248] stur x8, [x29, #-256] ldur x9, [x29, #-256] mov w8, #3 str w8, [x9] ldr x8, [sp, #264] ldr x8, [x8, #72] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldr x8, [sp, #264] ldr x8, [x8, #64] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldur x8, [x29, #-256] ldr w8, [x8, #8] ldur x9, [x29, #-256] str w8, [x9, #12] ldr x8, [sp, #264] ldr x8, [x8, #56] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #16] ldr x8, [sp, #264] ldr x8, [x8, #56] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #20] ldur x9, [x29, #-256] mov w8, #4 str w8, [x9, #24] ldr x8, [sp, #264] ldr w8, [x8, #44] ldur x9, [x29, #-256] str w8, [x9, #28] b LBB126_163 LBB126_163: ldr x8, [sp, #256] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_183 b LBB126_164 LBB126_164: ldur x8, [x29, #-248] ldur w9, [x29, #-140] subs w10, w9, #1 ; implicit-def: $x9 mov x9, x10 sxtw x9, w9 add x8, x8, x9, lsl #5 stur x8, [x29, #-256] ldur x9, [x29, #-256] mov w8, #2 str w8, [x9] ldr x8, [sp, #256] ldr x8, [x8, #72] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldr x8, [sp, #256] ldr x8, [x8, #64] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldur x8, [x29, #-256] ldr w8, [x8, #8] ldur x9, [x29, #-256] str w8, [x9, #12] ldr x8, [sp, #256] ldr x8, [x8, #56] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #16] ldr x8, [sp, #256] ldr x8, [x8, #56] ldur x9, [x29, #-256] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #20] ldur x9, [x29, #-256] mov w8, #6 str w8, [x9, #24] ldr x8, [sp, #256] ldr w8, [x8, #44] ldur x9, [x29, #-256] str w8, [x9, #28] ldur x8, [x29, #-88] ldr x8, [x8, #120] ldr x0, [x8, #8] ldr x8, [sp, #256] ldr x8, [x8, #64] mov x1, x8 bl _put32 ldr w8, [sp, #224] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB126_171 b LBB126_165 LBB126_165: ldur x8, [x29, #-88] ldr x8, [x8, #128] ldr x8, [x8, #8] str x8, [sp, #120] ldr x8, [sp, #120] ldur x9, [x29, #-88] ldr x9, [x9, #128] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #112] ldr x8, [sp, #120] ldr x9, [sp, #112] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_170 b LBB126_166 LBB126_166: ldr x8, [sp, #120] add x8, x8, #2 str x8, [sp, #40] ; 8-byte Folded Spill ldr x8, [sp, #120] add x0, x8, #2 bl _get32 mov x9, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload ldur x8, [x29, #-88] ldr x8, [x8, #120] ldr x8, [x8, #64] add x8, x8, w9, uxtw mov x1, x8 bl _put32 ldr x8, [sp, #120] add x8, x8, #8 str x8, [sp, #48] ; 8-byte Folded Spill ldr x8, [sp, #120] add x0, x8, #8 bl _get32 mov x9, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload ldur x8, [x29, #-88] ldr x8, [x8, #120] ldr x8, [x8, #64] add x8, x8, w9, uxtw mov x1, x8 bl _put32 ldr x8, [sp, #120] add x8, x8, #16 str x8, [sp, #120] b LBB126_167 LBB126_167: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #120] ldr x9, [sp, #112] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_169 b LBB126_168 LBB126_168: ; in Loop: Header=BB126_167 Depth=1 ldr x8, [sp, #120] add x8, x8, #2 str x8, [sp, #32] ; 8-byte Folded Spill ldr x8, [sp, #120] add x0, x8, #2 bl _get32 mov x9, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-88] ldr x8, [x8, #120] ldr x8, [x8, #64] add x8, x8, w9, uxtw mov x1, x8 bl _put32 ldr x8, [sp, #120] add x8, x8, #16 str x8, [sp, #120] b LBB126_167 LBB126_169: b LBB126_170 LBB126_170: b LBB126_171 LBB126_171: ldur x8, [x29, #-88] ldr x8, [x8, #168] ldr x8, [x8, #8] ldur x9, [x29, #-88] ldr x9, [x9, #168] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #128] ldur x8, [x29, #-88] ldr x8, [x8, #168] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #232] b LBB126_172 LBB126_172: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #232] ldr x9, [sp, #128] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_182 b LBB126_173 LBB126_173: ; in Loop: Header=BB126_172 Depth=1 ldr x8, [sp, #232] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_177 b LBB126_174 LBB126_174: ; in Loop: Header=BB126_172 Depth=1 ldr x8, [sp, #232] ldr w8, [x8, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_176 b LBB126_175 LBB126_175: ; in Loop: Header=BB126_172 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #128] ldr x10, [x8, #64] ldr x9, [sp, #232] ldr w8, [x9, #4] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] b LBB126_176 LBB126_176: ; in Loop: Header=BB126_172 Depth=1 b LBB126_180 LBB126_177: ; in Loop: Header=BB126_172 Depth=1 ldr x8, [sp, #232] ldrh w8, [x8, #14] mov w9, #65280 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_179 b LBB126_178 LBB126_178: ; in Loop: Header=BB126_172 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldr x9, [sp, #232] ldrh w9, [x9, #14] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] ldr x10, [x8, #64] ldr x9, [sp, #232] ldr w8, [x9, #4] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] b LBB126_179 LBB126_179: ; in Loop: Header=BB126_172 Depth=1 b LBB126_180 LBB126_180: ; in Loop: Header=BB126_172 Depth=1 b LBB126_181 LBB126_181: ; in Loop: Header=BB126_172 Depth=1 ldr x8, [sp, #232] add x8, x8, #16 str x8, [sp, #232] b LBB126_172 LBB126_182: ldr x8, [sp, #240] ldr x9, [sp, #256] str x8, [x9] ldr x0, [sp, #256] ldur x8, [x29, #-88] ldr x8, [x8, #168] ldr x8, [x8, #104] ldr x2, [x8, #64] mov w1, #4 bl _put_dt ldr x0, [sp, #256] ldr x8, [sp, #248] ldr x2, [x8, #64] mov w1, #5 bl _put_dt ldr x0, [sp, #256] ldur x8, [x29, #-88] ldr x8, [x8, #168] ldr x2, [x8, #64] mov w1, #6 bl _put_dt ldr x0, [sp, #256] ldr x8, [sp, #248] ldr x2, [x8] mov w1, #10 bl _put_dt ldr x0, [sp, #256] mov w1, #11 mov x2, #16 bl _put_dt ldr x0, [sp, #256] ldr x2, [sp, #216] mov w1, #17 bl _put_dt ldr x0, [sp, #256] ldr x2, [sp, #208] mov w1, #18 bl _put_dt ldr x0, [sp, #256] mov w1, #19 mov x2, #8 bl _put_dt ldr x0, [sp, #256] mov w1, #0 mov x2, #0 bl _put_dt b LBB126_183 LBB126_183: mov w8, #32 sturh w8, [x29, #-34] ldur w8, [x29, #-140] sturh w8, [x29, #-32] mov w8, #52 stur w8, [x29, #-48] b LBB126_184 LBB126_184: mov w8, #1 stur w8, [x29, #-136] b LBB126_185 LBB126_185: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_193 b LBB126_186 LBB126_186: ; in Loop: Header=BB126_185 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur w8, [x29, #-140] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB126_189 b LBB126_187 LBB126_187: ; in Loop: Header=BB126_185 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB126_189 b LBB126_188 LBB126_188: ; in Loop: Header=BB126_185 Depth=1 b LBB126_192 LBB126_189: ; in Loop: Header=BB126_185 Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-128] ldursw x10, [x29, #-164] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-164] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-144] ldur x9, [x29, #-192] ldr w9, [x9, #44] add w8, w8, w9 subs w8, w8, #1 ldur x9, [x29, #-192] ldr w9, [x9, #44] subs w9, w9, #1 bic w8, w8, w9 stur w8, [x29, #-144] ldursw x8, [x29, #-144] ldur x9, [x29, #-192] str x8, [x9, #72] ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB126_191 b LBB126_190 LBB126_190: ; in Loop: Header=BB126_185 Depth=1 ldur x8, [x29, #-192] ldr x9, [x8, #56] ldursw x8, [x29, #-144] add x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-144] b LBB126_191 LBB126_191: ; in Loop: Header=BB126_185 Depth=1 b LBB126_192 LBB126_192: ; in Loop: Header=BB126_185 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_185 LBB126_193: ldr w8, [sp, #224] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_215 b LBB126_194 LBB126_194: ldur x0, [x29, #-88] mov w1, #0 bl _relocate_syms ldur x8, [x29, #-88] ldr w8, [x8, #460] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB126_197 b LBB126_195 LBB126_195: b LBB126_196 LBB126_196: mov w8, #-1 stur w8, [x29, #-116] b LBB126_251 LBB126_197: mov w8, #1 stur w8, [x29, #-136] b LBB126_198 LBB126_198: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_204 b LBB126_199 LBB126_199: ; in Loop: Header=BB126_198 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur x8, [x29, #-192] ldr x8, [x8, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_202 b LBB126_200 LBB126_200: ; in Loop: Header=BB126_198 Depth=1 ldur x8, [x29, #-192] ldur x9, [x29, #-88] ldr x9, [x9, #120] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB126_202 b LBB126_201 LBB126_201: ; in Loop: Header=BB126_198 Depth=1 ldur x0, [x29, #-88] ldur x1, [x29, #-192] bl _relocate_section b LBB126_202 LBB126_202: ; in Loop: Header=BB126_198 Depth=1 b LBB126_203 LBB126_203: ; in Loop: Header=BB126_198 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_198 LBB126_204: mov w8, #1 stur w8, [x29, #-136] b LBB126_205 LBB126_205: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_211 b LBB126_206 LBB126_206: ; in Loop: Header=BB126_205 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur x8, [x29, #-192] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB126_209 b LBB126_207 LBB126_207: ; in Loop: Header=BB126_205 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB126_209 b LBB126_208 LBB126_208: ; in Loop: Header=BB126_205 Depth=1 ldur x0, [x29, #-88] ldur x1, [x29, #-192] bl _relocate_rel b LBB126_209 LBB126_209: ; in Loop: Header=BB126_205 Depth=1 b LBB126_210 LBB126_210: ; in Loop: Header=BB126_205 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_205 LBB126_211: ldr w8, [sp, #224] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB126_213 b LBB126_212 LBB126_212: ldur x0, [x29, #-88] adrp x1, l_.str.64@PAGE add x1, x1, l_.str.64@PAGEOFF bl _tcc_get_symbol_err mov x8, x0 stur w8, [x29, #-52] b LBB126_214 LBB126_213: adrp x8, _text_section@PAGE ldr x8, [x8, _text_section@PAGEOFF] ldr x8, [x8, #64] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-52] b LBB126_214 LBB126_214: b LBB126_215 LBB126_215: ldr w8, [sp, #224] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB126_217 b LBB126_216 LBB126_216: mov w8, #438 stur w8, [x29, #-112] b LBB126_218 LBB126_217: mov w8, #511 stur w8, [x29, #-112] b LBB126_218 LBB126_218: ldur x0, [x29, #-96] ldur w9, [x29, #-112] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov w1, #1537 bl _open stur w0, [x29, #-108] ldur w8, [x29, #-108] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB126_220 b LBB126_219 LBB126_219: ldur x8, [x29, #-96] mov x9, sp str x8, [x9] adrp x0, l_.str.65@PAGE add x0, x0, l_.str.65@PAGEOFF bl _error_noabort b LBB126_196 LBB126_220: ldur w0, [x29, #-108] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _fdopen stur x0, [x29, #-104] ldur x8, [x29, #-88] ldr w8, [x8, #212] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB126_249 b LBB126_221 LBB126_221: ldur x0, [x29, #-88] adrp x8, _symtab_section@PAGE ldr x1, [x8, _symtab_section@PAGEOFF] bl _sort_syms ldur w8, [x29, #-144] add w8, w8, #3 and w8, w8, #0xfffffffc stur w8, [x29, #-144] mov w8, #127 sturb w8, [x29, #-76] mov w8, #69 sturb w8, [x29, #-75] mov w8, #76 sturb w8, [x29, #-74] mov w8, #70 sturb w8, [x29, #-73] mov w8, #1 sturb w8, [x29, #-72] sturb w8, [x29, #-71] sturb w8, [x29, #-70] ldr w8, [sp, #224] str w8, [sp, #28] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB126_225 b LBB126_222 LBB126_222: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB126_226 b LBB126_223 LBB126_223: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB126_227 b LBB126_224 LBB126_224: b LBB126_225 LBB126_225: mov w8, #2 sturh w8, [x29, #-60] b LBB126_228 LBB126_226: mov w8, #3 sturh w8, [x29, #-60] b LBB126_228 LBB126_227: mov w8, #1 sturh w8, [x29, #-60] b LBB126_228 LBB126_228: sub x0, x29, #76 mov w8, #3 sturh w8, [x29, #-58] mov w8, #1 str w8, [sp, #24] ; 4-byte Folded Spill stur w8, [x29, #-56] ldur w8, [x29, #-144] stur w8, [x29, #-44] mov w8, #52 sturh w8, [x29, #-36] mov w8, #40 sturh w8, [x29, #-30] ldur w8, [x29, #-132] sturh w8, [x29, #-28] ldur w8, [x29, #-132] subs w8, w8, #1 sturh w8, [x29, #-26] ldur x3, [x29, #-104] mov x1, #1 str x1, [sp, #16] ; 8-byte Folded Spill mov x2, #52 bl _fwrite ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload str x0, [x8] ldur x0, [x29, #-248] ldursw x8, [x29, #-140] lsl x2, x8, #5 ldur x3, [x29, #-104] bl _fwrite ldr x9, [sp, #104] ; 8-byte Folded Reload ldr w8, [sp, #24] ; 4-byte Folded Reload str x0, [x9] ldursw x9, [x29, #-140] lsl x9, x9, #5 add x9, x9, #52 ; kill: def $w9 killed $w9 killed $x9 stur w9, [x29, #-148] stur w8, [x29, #-136] b LBB126_229 LBB126_229: ; =>This Loop Header: Depth=1 ; Child Loop BB126_232 Depth 2 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_237 b LBB126_230 LBB126_230: ; in Loop: Header=BB126_229 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldur x9, [x29, #-128] ldursw x10, [x29, #-136] ldrsw x9, [x9, x10, lsl #2] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur x8, [x29, #-192] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB126_235 b LBB126_231 LBB126_231: ; in Loop: Header=BB126_229 Depth=1 b LBB126_232 LBB126_232: ; Parent Loop BB126_229 Depth=1 ; => This Inner Loop Header: Depth=2 ldursw x8, [x29, #-148] ldur x9, [x29, #-192] ldr x9, [x9, #72] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB126_234 b LBB126_233 LBB126_233: ; in Loop: Header=BB126_232 Depth=2 ldur x1, [x29, #-104] mov w0, #0 bl _fputc ldur w8, [x29, #-148] add w8, w8, #1 stur w8, [x29, #-148] b LBB126_232 LBB126_234: ; in Loop: Header=BB126_229 Depth=1 ldur x8, [x29, #-192] ldr x8, [x8, #56] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-152] ldur x8, [x29, #-192] ldr x0, [x8, #8] ldursw x2, [x29, #-152] ldur x3, [x29, #-104] mov x1, #1 bl _fwrite ldr x8, [sp, #104] ; 8-byte Folded Reload str x0, [x8] ldur w9, [x29, #-152] ldur w8, [x29, #-148] add w8, w8, w9 stur w8, [x29, #-148] b LBB126_235 LBB126_235: ; in Loop: Header=BB126_229 Depth=1 b LBB126_236 LBB126_236: ; in Loop: Header=BB126_229 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_229 LBB126_237: b LBB126_238 LBB126_238: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-148] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB126_240 b LBB126_239 LBB126_239: ; in Loop: Header=BB126_238 Depth=1 ldur x1, [x29, #-104] mov w0, #0 bl _fputc ldur w8, [x29, #-148] add w8, w8, #1 stur w8, [x29, #-148] b LBB126_238 LBB126_240: stur wzr, [x29, #-136] b LBB126_241 LBB126_241: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-136] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB126_248 b LBB126_242 LBB126_242: ; in Loop: Header=BB126_241 Depth=1 sub x8, x29, #232 stur x8, [x29, #-240] ldur x0, [x29, #-240] mov w1, #0 mov x2, #40 mov x3, #-1 bl ___memset_chk ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-136] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-192] ldur x8, [x29, #-192] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_246 b LBB126_243 LBB126_243: ; in Loop: Header=BB126_241 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #24] ldur x9, [x29, #-240] str w8, [x9] ldur x8, [x29, #-192] ldr w8, [x8, #32] ldur x9, [x29, #-240] str w8, [x9, #4] ldur x8, [x29, #-192] ldr w8, [x8, #36] ldur x9, [x29, #-240] str w8, [x9, #8] ldur x8, [x29, #-192] ldr w8, [x8, #48] ldur x9, [x29, #-240] str w8, [x9, #36] ldur x8, [x29, #-192] ldr w8, [x8, #40] ldur x9, [x29, #-240] str w8, [x9, #28] ldur x8, [x29, #-192] ldr x8, [x8, #88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB126_245 b LBB126_244 LBB126_244: ; in Loop: Header=BB126_241 Depth=1 ldur x8, [x29, #-192] ldr x8, [x8, #88] ldr w8, [x8, #28] ldur x9, [x29, #-240] str w8, [x9, #24] b LBB126_245 LBB126_245: ; in Loop: Header=BB126_241 Depth=1 ldur x8, [x29, #-192] ldr w8, [x8, #44] ldur x9, [x29, #-240] str w8, [x9, #32] ldur x8, [x29, #-192] ldr x8, [x8, #64] ldur x9, [x29, #-240] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #12] ldur x8, [x29, #-192] ldr x8, [x8, #72] ldur x9, [x29, #-240] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #16] ldur x8, [x29, #-192] ldr x8, [x8, #56] ldur x9, [x29, #-240] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #20] b LBB126_246 LBB126_246: ; in Loop: Header=BB126_241 Depth=1 ldur x0, [x29, #-240] ldur x3, [x29, #-104] mov x1, #1 mov x2, #40 bl _fwrite ldr x8, [sp, #104] ; 8-byte Folded Reload str x0, [x8] b LBB126_247 LBB126_247: ; in Loop: Header=BB126_241 Depth=1 ldur w8, [x29, #-136] add w8, w8, #1 stur w8, [x29, #-136] b LBB126_241 LBB126_248: b LBB126_250 LBB126_249: ldur x0, [x29, #-88] ldur x1, [x29, #-104] ldur x2, [x29, #-128] bl _tcc_output_binary b LBB126_250 LBB126_250: ldur x0, [x29, #-104] bl _fclose stur wzr, [x29, #-116] b LBB126_251 LBB126_251: ldur x8, [x29, #-88] ldr x0, [x8, #152] bl _tcc_free ldur x0, [x29, #-128] bl _tcc_free ldur x0, [x29, #-248] bl _tcc_free ldur x8, [x29, #-88] ldr x0, [x8, #136] bl _tcc_free ldur w8, [x29, #-116] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB126_253 b LBB126_252 LBB126_252: bl ___stack_chk_fail LBB126_253: ldr w0, [sp, #12] ; 4-byte Folded Reload add sp, sp, #512 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 tcc_add_runtime _tcc_add_runtime: ; @tcc_add_runtime .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, #1136 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #96] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB127_4 b LBB127_1 LBB127_1: adrp x8, _bounds_section@PAGE str x8, [sp, #40] ; 8-byte Folded Spill ldr x0, [x8, _bounds_section@PAGEOFF] mov x1, #8 bl _section_ptr_add ldr x8, [sp, #40] ; 8-byte Folded Reload str x0, [sp, #88] ldr x9, [sp, #88] mov x2, #0 str xzr, [x9] adrp x9, _symtab_section@PAGE ldr x0, [x9, _symtab_section@PAGEOFF] ldr x8, [x8, _bounds_section@PAGEOFF] ldr w5, [x8, #28] mov x1, x2 mov w3, #16 mov w4, #0 str w4, [sp, #52] ; 4-byte Folded Spill adrp x6, l_.str.277@PAGE add x6, x6, l_.str.277@PAGEOFF bl _add_elf_sym ldr w2, [sp, #52] ; 4-byte Folded Reload adrp x8, _tcc_lib_path@PAGE ldr x8, [x8, _tcc_lib_path@PAGEOFF] mov x9, sp str x8, [x9] adrp x8, l_.str.279@PAGE add x8, x8, l_.str.279@PAGEOFF str x8, [x9, #8] add x0, sp, #104 str x0, [sp, #56] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 adrp x4, l_.str.278@PAGE add x4, x4, l_.str.278@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #96] bl _tcc_add_file ldr x8, [sp, #96] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB127_3 b LBB127_2 LBB127_2: ldr x0, [sp, #96] adrp x1, l_.str.280@PAGE add x1, x1, l_.str.280@PAGEOFF bl _find_section str x0, [sp, #80] ldr x0, [sp, #80] mov x1, #5 bl _section_ptr_add str x0, [sp, #72] ldr x9, [sp, #72] mov w8, #232 strb w8, [x9] ldr x8, [sp, #72] add x0, x8, #1 mov w1, #-4 bl _put32 adrp x8, _symtab_section@PAGE str x8, [sp, #32] ; 8-byte Folded Spill ldr x0, [x8, _symtab_section@PAGEOFF] adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF bl _find_elf_sym ldr x8, [sp, #32] ; 8-byte Folded Reload str w0, [sp, #68] ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #80] ldr x8, [sp, #80] ldr x8, [x8] subs x2, x8, #4 ldr w4, [sp, #68] mov w3, #2 bl _put_elf_reloc b LBB127_3 LBB127_3: b LBB127_4 LBB127_4: ldr x8, [sp, #96] ldr w8, [x8, #180] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB127_6 b LBB127_5 LBB127_5: ldr x0, [sp, #96] adrp x1, l_.str.281@PAGE add x1, x1, l_.str.281@PAGEOFF bl _tcc_add_library adrp x8, _tcc_lib_path@PAGE ldr x8, [x8, _tcc_lib_path@PAGEOFF] mov x9, sp str x8, [x9] adrp x8, l_.str.282@PAGE add x8, x8, l_.str.282@PAGEOFF str x8, [x9, #8] add x0, sp, #104 str x0, [sp, #24] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 mov w2, #0 adrp x4, l_.str.278@PAGE add x4, x4, l_.str.278@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #96] bl _tcc_add_file b LBB127_6 LBB127_6: ldr x8, [sp, #96] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB127_9 b LBB127_7 LBB127_7: ldr x8, [sp, #96] ldr w8, [x8, #180] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB127_9 b LBB127_8 LBB127_8: ldr x0, [sp, #96] adrp x1, l_.str.283@PAGE add x1, x1, l_.str.283@PAGEOFF bl _tcc_add_file b LBB127_9 LBB127_9: 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, LBB127_11 b LBB127_10 LBB127_10: bl ___stack_chk_fail LBB127_11: add sp, sp, #1136 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 relocate_common_syms _relocate_common_syms: ; @relocate_common_syms .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 adrp x8, _symtab_section@PAGE ldr x9, [x8, _symtab_section@PAGEOFF] ldr x9, [x9, #8] ldr x10, [x8, _symtab_section@PAGEOFF] ldr x10, [x10] add x9, x9, x10 str x9, [sp, #16] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #24] b LBB128_1 LBB128_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB128_6 b LBB128_2 LBB128_2: ; in Loop: Header=BB128_1 Depth=1 ldr x8, [sp, #24] ldrh w8, [x8, #14] mov w9, #65522 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB128_4 b LBB128_3 LBB128_3: ; in Loop: Header=BB128_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 str x8, [sp] adrp x9, _bss_section@PAGE ldr x8, [x9, _bss_section@PAGEOFF] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #8] ldr x10, [sp] add x8, x8, x10 subs x8, x8, #1 ldr x11, [sp] mov x10, #0 subs x10, x10, x11 and x8, x8, x10 str x8, [sp, #8] ldr x8, [sp, #8] ldr x10, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x10, #4] ldr x8, [x9, _bss_section@PAGEOFF] ldr w8, [x8, #28] ldr x10, [sp, #24] strh w8, [x10, #14] ldr x8, [sp, #24] ldr w8, [x8, #8] mov x10, x8 ldr x8, [sp, #8] add x8, x8, x10 str x8, [sp, #8] ldr x8, [sp, #8] ldr x9, [x9, _bss_section@PAGEOFF] str x8, [x9] b LBB128_4 LBB128_4: ; in Loop: Header=BB128_1 Depth=1 b LBB128_5 LBB128_5: ; in Loop: Header=BB128_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #16 str x8, [sp, #24] b LBB128_1 LBB128_6: add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_add_linker_symbols _tcc_add_linker_symbols: ; @tcc_add_linker_symbols .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, #1152 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #112] adrp x8, _symtab_section@PAGE str x8, [sp, #56] ; 8-byte Folded Spill ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _text_section@PAGE ldr x9, [x8, _text_section@PAGEOFF] ldr x1, [x9] ldr x8, [x8, _text_section@PAGEOFF] ldr w5, [x8, #28] mov x2, #0 str x2, [sp, #64] ; 8-byte Folded Spill mov w3, #16 str w3, [sp, #76] ; 4-byte Folded Spill mov w4, #0 str w4, [sp, #80] ; 4-byte Folded Spill adrp x6, l_.str.284@PAGE add x6, x6, l_.str.284@PAGEOFF bl _add_elf_sym ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x2, [sp, #64] ; 8-byte Folded Reload ldr w3, [sp, #76] ; 4-byte Folded Reload ldr w4, [sp, #80] ; 4-byte Folded Reload ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _data_section@PAGE ldr x9, [x8, _data_section@PAGEOFF] ldr x1, [x9] ldr x8, [x8, _data_section@PAGEOFF] ldr w5, [x8, #28] adrp x6, l_.str.285@PAGE add x6, x6, l_.str.285@PAGEOFF bl _add_elf_sym ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x2, [sp, #64] ; 8-byte Folded Reload ldr w3, [sp, #76] ; 4-byte Folded Reload ldr w4, [sp, #80] ; 4-byte Folded Reload ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _bss_section@PAGE ldr x9, [x8, _bss_section@PAGEOFF] ldr x1, [x9] ldr x8, [x8, _bss_section@PAGEOFF] ldr w5, [x8, #28] adrp x6, l_.str.286@PAGE add x6, x6, l_.str.286@PAGEOFF bl _add_elf_sym ldr x0, [sp, #112] adrp x1, l_.str.287@PAGE add x1, x1, l_.str.287@PAGEOFF bl _add_init_array_defines ldr x0, [sp, #112] adrp x1, l_.str.288@PAGE add x1, x1, l_.str.288@PAGEOFF bl _add_init_array_defines ldr x0, [sp, #112] adrp x1, l_.str.289@PAGE add x1, x1, l_.str.289@PAGEOFF bl _add_init_array_defines mov w8, #1 str w8, [sp, #108] b LBB129_1 LBB129_1: ; =>This Loop Header: Depth=1 ; Child Loop BB129_5 Depth 2 ldr w8, [sp, #108] ldr x9, [sp, #112] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB129_15 b LBB129_2 LBB129_2: ; in Loop: Header=BB129_1 Depth=1 ldr x8, [sp, #112] ldr x8, [x8, #104] ldrsw x9, [sp, #108] ldr x8, [x8, x9, lsl #3] str x8, [sp, #96] ldr x8, [sp, #96] ldr w8, [x8, #32] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB129_12 b LBB129_3 LBB129_3: ; in Loop: Header=BB129_1 Depth=1 ldr x8, [sp, #96] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB129_12 b LBB129_4 LBB129_4: ; in Loop: Header=BB129_1 Depth=1 ldr x8, [sp, #96] add x8, x8, #120 str x8, [sp, #88] b LBB129_5 LBB129_5: ; Parent Loop BB129_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #88] ldrsb w8, [x8] str w8, [sp, #84] ldr w8, [sp, #84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB129_7 b LBB129_6 LBB129_6: ; in Loop: Header=BB129_1 Depth=1 b LBB129_11 LBB129_7: ; in Loop: Header=BB129_5 Depth=2 ldr w0, [sp, #84] bl _isid subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB129_10 b LBB129_8 LBB129_8: ; in Loop: Header=BB129_5 Depth=2 ldr w0, [sp, #84] bl _isnum subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB129_10 b LBB129_9 LBB129_9: ; in Loop: Header=BB129_1 Depth=1 b LBB129_13 LBB129_10: ; in Loop: Header=BB129_5 Depth=2 ldr x8, [sp, #88] add x8, x8, #1 str x8, [sp, #88] b LBB129_5 LBB129_11: ; in Loop: Header=BB129_1 Depth=1 ldr x8, [sp, #96] add x8, x8, #120 mov x9, sp str x8, [x9] add x0, sp, #120 str x0, [sp, #48] ; 8-byte Folded Spill mov x3, #1024 str x3, [sp, #16] ; 8-byte Folded Spill mov x1, x3 mov w2, #0 str w2, [sp, #44] ; 4-byte Folded Spill adrp x4, l_.str.290@PAGE add x4, x4, l_.str.290@PAGEOFF bl ___snprintf_chk ldr w4, [sp, #44] ; 4-byte Folded Reload ldr x6, [sp, #48] ; 8-byte Folded Reload adrp x8, _symtab_section@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x0, [x8, _symtab_section@PAGEOFF] ldr x8, [sp, #96] ldr w5, [x8, #28] mov x2, #0 str x2, [sp, #32] ; 8-byte Folded Spill mov x1, x2 mov w3, #16 str w3, [sp, #40] ; 4-byte Folded Spill bl _add_elf_sym ldr x3, [sp, #16] ; 8-byte Folded Reload ldr w2, [sp, #44] ; 4-byte Folded Reload ldr x0, [sp, #48] ; 8-byte Folded Reload ldr x8, [sp, #96] add x8, x8, #120 mov x9, sp str x8, [x9] mov x1, x3 adrp x4, l_.str.291@PAGE add x4, x4, l_.str.291@PAGEOFF bl ___snprintf_chk ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #32] ; 8-byte Folded Reload ldr w3, [sp, #40] ; 4-byte Folded Reload ldr w4, [sp, #44] ; 4-byte Folded Reload ldr x6, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8, _symtab_section@PAGEOFF] ldr x8, [sp, #96] ldr x1, [x8] ldr x8, [sp, #96] ldr w5, [x8, #28] bl _add_elf_sym b LBB129_12 LBB129_12: ; in Loop: Header=BB129_1 Depth=1 b LBB129_13 LBB129_13: ; in Loop: Header=BB129_1 Depth=1 b LBB129_14 LBB129_14: ; in Loop: Header=BB129_1 Depth=1 ldr w8, [sp, #108] add w8, w8, #1 str w8, [sp, #108] b LBB129_1 LBB129_15: 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, LBB129_17 b LBB129_16 LBB129_16: bl ___stack_chk_fail LBB129_17: add sp, sp, #1152 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 new_symtab _new_symtab: ; @new_symtab .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] stur x1, [x29, #-16] stur w2, [x29, #-20] stur w3, [x29, #-24] stur x4, [x29, #-32] stur x5, [x29, #-40] stur w6, [x29, #-44] ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur w2, [x29, #-20] ldur w3, [x29, #-24] bl _new_section str x0, [sp, #40] ldr x9, [sp, #40] mov w8, #16 str w8, [x9, #48] ldur x0, [x29, #-8] ldur x1, [x29, #-32] ldur w3, [x29, #-24] mov w2, #3 bl _new_section str x0, [sp, #32] ldr x0, [sp, #32] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl _put_elf_str ldr x8, [sp, #32] ldr x9, [sp, #40] str x8, [x9, #88] ldr x0, [sp, #40] mov x2, #0 mov x1, x2 mov w5, #0 str w5, [sp, #8] ; 4-byte Folded Spill mov x3, x5 mov x4, x5 mov x6, #0 bl _put_elf_sym mov w8, #1 str w8, [sp, #4] ; 4-byte Folded Spill str w8, [sp, #12] ldur x0, [x29, #-8] ldur x1, [x29, #-40] ldur w3, [x29, #-44] mov w2, #5 bl _new_section str x0, [sp, #24] ldr x9, [sp, #24] mov w8, #4 str w8, [x9, #48] ldr x8, [sp, #24] ldr x9, [sp, #40] str x8, [x9, #104] ldr x8, [sp, #40] ldr x9, [sp, #24] str x8, [x9, #88] ldr x0, [sp, #24] ldr w8, [sp, #12] add w8, w8, #2 add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x1, x8, #2 bl _section_ptr_add ldr w8, [sp, #4] ; 4-byte Folded Reload ldr w1, [sp, #8] ; 4-byte Folded Reload str x0, [sp, #16] ldr w9, [sp, #12] ldr x10, [sp, #16] str w9, [x10] ldr x9, [sp, #16] str w8, [x9, #4] ldr x8, [sp, #16] ldr w9, [sp, #12] add w10, w9, #1 ; implicit-def: $x9 mov x9, x10 sxtw x9, w9 lsl x2, x9, #2 add x0, x8, #8 mov x3, #-1 bl ___memset_chk ldr x0, [sp, #40] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function build_got _build_got: ; @build_got .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] adrp x1, l_.str.294@PAGE add x1, x1, l_.str.294@PAGEOFF mov w2, #1 mov w3, #3 bl _new_section ldur x8, [x29, #-8] str x0, [x8, #120] ldur x8, [x29, #-8] ldr x9, [x8, #120] mov w8, #4 str w8, [x9, #48] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldur x8, [x29, #-8] ldr x8, [x8, #120] ldr w5, [x8, #28] mov x1, #0 mov x2, #4 mov w3, #17 mov w4, #0 str w4, [sp, #12] ; 4-byte Folded Spill adrp x6, l_.str.295@PAGE add x6, x6, l_.str.295@PAGEOFF bl _add_elf_sym ldur x8, [x29, #-8] ldr x0, [x8, #120] mov x1, #12 bl _section_ptr_add ldr w1, [sp, #12] ; 4-byte Folded Reload str x0, [sp, #16] ldr x0, [sp, #16] bl _put32 ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x8, [sp, #16] add x0, x8, #4 bl _put32 ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x8, [sp, #16] add x0, x8, #8 bl _put32 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_got_entry _put_got_entry: ; @put_got_entry .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] stur w1, [x29, #-12] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] ldur x8, [x29, #-8] ldr x8, [x8, #120] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB132_2 b LBB132_1 LBB132_1: ldur x0, [x29, #-8] bl _build_got b LBB132_2 LBB132_2: ldur w8, [x29, #-32] ldur x9, [x29, #-8] ldr w9, [x9, #144] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB132_5 b LBB132_3 LBB132_3: ldur x8, [x29, #-8] ldr x8, [x8, #136] ldursw x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB132_5 b LBB132_4 LBB132_4: b LBB132_17 LBB132_5: ldur x0, [x29, #-8] ldur w1, [x29, #-32] ldur x8, [x29, #-8] ldr x8, [x8, #120] ldr x2, [x8] bl _put_got_offset ldur x8, [x29, #-8] ldr x8, [x8, #168] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB132_16 b LBB132_6 LBB132_6: adrp x8, _symtab_section@PAGE ldr x9, [x8, _symtab_section@PAGEOFF] ldr x9, [x9, #8] ldursw x10, [x29, #-32] add x9, x9, x10, lsl #4 str x9, [sp, #40] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] ldr x8, [x8, #8] ldr x9, [sp, #40] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #48] ldr x8, [sp, #40] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 str x8, [sp, #32] ldur w8, [x29, #-12] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB132_15 b LBB132_7 LBB132_7: ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB132_9 b LBB132_8 LBB132_8: mov w8, #163 str w8, [sp, #4] b LBB132_10 LBB132_9: mov w8, #37 str w8, [sp, #4] b LBB132_10 LBB132_10: ldur x8, [x29, #-8] ldr x8, [x8, #128] str x8, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB132_12 b LBB132_11 LBB132_11: ldr x0, [sp, #16] mov x1, #16 bl _section_ptr_add str x0, [sp, #8] ldr x9, [sp, #8] mov w8, #255 str w8, [sp] ; 4-byte Folded Spill strb w8, [x9] ldr w8, [sp, #4] add w8, w8, #16 ldr x9, [sp, #8] strb w8, [x9, #1] ldr x8, [sp, #8] add x0, x8, #2 mov w1, #4 bl _put32 ldr w8, [sp] ; 4-byte Folded Reload ldr x9, [sp, #8] strb w8, [x9, #6] ldr w8, [sp, #4] ldr x9, [sp, #8] strb w8, [x9, #7] ldr x8, [sp, #8] add x0, x8, #8 mov w1, #8 bl _put32 b LBB132_12 LBB132_12: ldr x0, [sp, #16] mov x1, #16 bl _section_ptr_add str x0, [sp, #8] ldr x9, [sp, #8] mov w8, #255 strb w8, [x9] ldr w8, [sp, #4] ldr x9, [sp, #8] strb w8, [x9, #1] ldr x8, [sp, #8] add x0, x8, #2 ldur x8, [x29, #-8] ldr x8, [x8, #120] ldr x8, [x8] mov x1, x8 bl _put32 ldr x9, [sp, #8] mov w8, #104 strb w8, [x9, #6] ldr x8, [sp, #8] add x0, x8, #7 ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #32 lsr x8, x8, #1 mov x1, x8 bl _put32 ldr x9, [sp, #8] mov w8, #233 strb w8, [x9, #11] ldr x8, [sp, #8] add x0, x8, #12 ldr x8, [sp, #16] ldr x9, [x8] mov x8, #0 subs x8, x8, x9 mov x1, x8 bl _put32 ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB132_14 b LBB132_13 LBB132_13: ldr x8, [sp, #16] ldr x8, [x8] subs x8, x8, #16 str x8, [sp, #32] b LBB132_14 LBB132_14: b LBB132_15 LBB132_15: ldur x8, [x29, #-8] ldr x0, [x8, #168] ldr x1, [sp, #32] ldur x2, [x29, #-24] ldur w3, [x29, #-28] ldr x8, [sp, #40] ldrh w5, [x8, #14] ldr x6, [sp, #48] mov w4, #0 bl _put_elf_sym stur w0, [x29, #-36] ldur x8, [x29, #-8] ldr x0, [x8, #168] ldur x8, [x29, #-8] ldr x1, [x8, #120] ldur x8, [x29, #-8] ldr x8, [x8, #120] ldr x2, [x8] ldur w3, [x29, #-12] ldur w4, [x29, #-36] bl _put_elf_reloc b LBB132_16 LBB132_16: ldur x8, [x29, #-8] ldr x0, [x8, #120] mov x1, #4 bl _section_ptr_add str x0, [sp, #24] ldr x8, [sp, #24] str wzr, [x8] b LBB132_17 LBB132_17: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_elf_sym _put_elf_sym: ; @put_elf_sym .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] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] stur w5, [x29, #-36] str x6, [sp, #48] ldur x0, [x29, #-8] mov x1, #16 bl _section_ptr_add str x0, [sp, #24] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB133_2 b LBB133_1 LBB133_1: ldur x8, [x29, #-8] ldr x0, [x8, #88] ldr x1, [sp, #48] bl _put_elf_str str w0, [sp, #44] b LBB133_3 LBB133_2: str wzr, [sp, #44] b LBB133_3 LBB133_3: ldr w8, [sp, #44] ldr x9, [sp, #24] str w8, [x9] ldur x8, [x29, #-16] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldur x8, [x29, #-24] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldur w8, [x29, #-28] ldr x9, [sp, #24] strb w8, [x9, #12] ldur w8, [x29, #-32] ldr x9, [sp, #24] strb w8, [x9, #13] ldur w8, [x29, #-36] ldr x9, [sp, #24] strh w8, [x9, #14] ldr x8, [sp, #24] ldur x9, [x29, #-8] ldr x9, [x9, #8] subs x8, x8, x9 mov x9, #16 sdiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #40] ldur x8, [x29, #-8] ldr x8, [x8, #104] str x8, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB133_10 b LBB133_4 LBB133_4: ldr x0, [sp, #16] mov x1, #4 bl _section_ptr_add str x0, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp] ldur w8, [x29, #-28] and w8, w8, #0xff asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB133_8 b LBB133_5 LBB133_5: ldr x8, [sp] ldr w8, [x8] str w8, [sp, #36] ldr x0, [sp, #48] bl _elf_hash ldrsw x9, [sp, #36] udiv x8, x0, x9 mul x8, x8, x9 subs x8, x0, x8 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #32] ldr x8, [sp] ldr w10, [sp, #32] mov w9, #2 add w10, w10, #2 ldr w8, [x8, w10, sxtw #2] ldr x10, [sp, #8] str w8, [x10] ldr w8, [sp, #40] ldr x10, [sp] ldr w11, [sp, #32] add w11, w11, #2 str w8, [x10, w11, sxtw #2] ldr x10, [sp] ldr w8, [x10, #4] add w8, w8, #1 str w8, [x10, #4] ldr x10, [sp, #16] ldr w8, [x10, #80] add w8, w8, #1 str w8, [x10, #80] ldr x8, [sp, #16] ldr w8, [x8, #80] ldr w10, [sp, #36] mul w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB133_7 b LBB133_6 LBB133_6: ldur x0, [x29, #-8] ldr w9, [sp, #36] mov w8, #2 mul w1, w8, w9 bl _rebuild_hash b LBB133_7 LBB133_7: b LBB133_9 LBB133_8: ldr x8, [sp, #8] str wzr, [x8] ldr x9, [sp] ldr w8, [x9, #4] add w8, w8, #1 str w8, [x9, #4] b LBB133_9 LBB133_9: b LBB133_10 LBB133_10: ldr w0, [sp, #40] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_elf_reloc _put_elf_reloc: ; @put_elf_reloc .cfi_startproc ; %bb.0: sub sp, sp, #368 .cfi_def_cfa_offset 368 stp x28, x27, [sp, #336] ; 16-byte Folded Spill stp x29, x30, [sp, #352] ; 16-byte Folded Spill add x29, sp, #352 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #64] str x1, [sp, #56] str x2, [sp, #48] str w3, [sp, #44] str w4, [sp, #40] ldr x8, [sp, #56] ldr x8, [x8, #96] str x8, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB134_2 b LBB134_1 LBB134_1: ldr x8, [sp, #56] add x8, x8, #120 mov x9, sp str x8, [x9] add x0, sp, #72 str x0, [sp, #16] ; 8-byte Folded Spill mov x3, #256 mov x1, x3 mov w2, #0 adrp x4, l_.str.296@PAGE add x4, x4, l_.str.296@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #16] ; 8-byte Folded Reload adrp x8, _tcc_state@PAGE ldr x0, [x8, _tcc_state@PAGEOFF] ldr x8, [sp, #64] ldr w3, [x8, #36] mov w2, #9 bl _new_section str x0, [sp, #32] ldr x9, [sp, #32] mov w8, #8 str w8, [x9, #48] ldr x8, [sp, #64] ldr x9, [sp, #32] str x8, [x9, #88] ldr x8, [sp, #56] ldr w8, [x8, #28] ldr x9, [sp, #32] str w8, [x9, #40] ldr x8, [sp, #32] ldr x9, [sp, #56] str x8, [x9, #96] b LBB134_2 LBB134_2: ldr x0, [sp, #32] mov x1, #8 bl _section_ptr_add str x0, [sp, #24] ldr x8, [sp, #48] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] ldr w9, [sp, #40] ldrb w8, [sp, #44] add w8, w8, w9, lsl #8 ldr x9, [sp, #24] str w8, [x9, #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, LBB134_4 b LBB134_3 LBB134_3: bl ___stack_chk_fail LBB134_4: ldp x29, x30, [sp, #352] ; 16-byte Folded Reload ldp x28, x27, [sp, #336] ; 16-byte Folded Reload add sp, sp, #368 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function build_got_entries _build_got_entries: ; @build_got_entries .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov w8, #1 str w8, [sp, #28] b LBB135_1 LBB135_1: ; =>This Loop Header: Depth=1 ; Child Loop BB135_7 Depth 2 ldr w8, [sp, #28] ldur x9, [x29, #-8] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB135_24 b LBB135_2 LBB135_2: ; in Loop: Header=BB135_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #104] ldrsw x9, [sp, #28] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-16] ldur x8, [x29, #-16] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB135_4 b LBB135_3 LBB135_3: ; in Loop: Header=BB135_1 Depth=1 b LBB135_23 LBB135_4: ; in Loop: Header=BB135_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #88] adrp x9, _symtab_section@PAGE ldr x9, [x9, _symtab_section@PAGEOFF] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB135_6 b LBB135_5 LBB135_5: ; in Loop: Header=BB135_1 Depth=1 b LBB135_23 LBB135_6: ; in Loop: Header=BB135_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #88] stur x8, [x29, #-24] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldur x9, [x29, #-16] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #40] ldur x8, [x29, #-16] ldr x8, [x8, #8] stur x8, [x29, #-32] b LBB135_7 LBB135_7: ; Parent Loop BB135_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-32] ldr x9, [sp, #40] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB135_22 b LBB135_8 LBB135_8: ; in Loop: Header=BB135_7 Depth=2 ldur x8, [x29, #-32] ldrb w8, [x8, #4] str w8, [sp, #24] ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #3 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB135_10 b LBB135_9 LBB135_9: ; in Loop: Header=BB135_7 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #9 subs w8, w8, #1 cset w8, hi tbnz w8, #0, LBB135_19 b LBB135_10 LBB135_10: ; in Loop: Header=BB135_7 Depth=2 ldur x8, [x29, #-8] ldr x8, [x8, #120] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB135_12 b LBB135_11 LBB135_11: ; in Loop: Header=BB135_7 Depth=2 ldur x0, [x29, #-8] bl _build_got b LBB135_12 LBB135_12: ; in Loop: Header=BB135_7 Depth=2 ldr w8, [sp, #24] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB135_14 b LBB135_13 LBB135_13: ; in Loop: Header=BB135_7 Depth=2 ldr w8, [sp, #24] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB135_18 b LBB135_14 LBB135_14: ; in Loop: Header=BB135_7 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8, #4] lsr w8, w8, #8 str w8, [sp, #16] adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldrsw x9, [sp, #16] add x8, x8, x9, lsl #4 str x8, [sp, #32] ldr w8, [sp, #24] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB135_16 b LBB135_15 LBB135_15: ; in Loop: Header=BB135_7 Depth=2 mov w8, #6 str w8, [sp, #20] b LBB135_17 LBB135_16: ; in Loop: Header=BB135_7 Depth=2 mov w8, #7 str w8, [sp, #20] b LBB135_17 LBB135_17: ; in Loop: Header=BB135_7 Depth=2 ldur x0, [x29, #-8] ldr w1, [sp, #20] ldr x8, [sp, #32] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #32] ldrb w3, [x8, #12] ldr w4, [sp, #16] bl _put_got_entry b LBB135_18 LBB135_18: ; in Loop: Header=BB135_7 Depth=2 b LBB135_20 LBB135_19: ; in Loop: Header=BB135_7 Depth=2 b LBB135_20 LBB135_20: ; in Loop: Header=BB135_7 Depth=2 b LBB135_21 LBB135_21: ; in Loop: Header=BB135_7 Depth=2 ldur x8, [x29, #-32] add x8, x8, #8 stur x8, [x29, #-32] b LBB135_7 LBB135_22: ; in Loop: Header=BB135_1 Depth=1 b LBB135_23 LBB135_23: ; in Loop: Header=BB135_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB135_1 LBB135_24: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_dt _put_dt: ; @put_dt .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 x2, [sp, #8] ldur x0, [x29, #-8] mov x1, #8 bl _section_ptr_add str x0, [sp] ldur w8, [x29, #-12] ldr x9, [sp] str w8, [x9] ldr x8, [sp, #8] ldr x9, [sp] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_elf_str _put_elf_str: ; @put_elf_str .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _strlen add x8, x0, #1 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #12] ldur x0, [x29, #-8] ldrsw x1, [sp, #8] bl _section_ptr_add str x0, [sp] ldr x0, [sp] ldr x1, [sp, #16] ldrsw x2, [sp, #8] mov x3, #-1 bl ___memcpy_chk ldr w0, [sp, #12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function prepare_dynamic_rel _prepare_dynamic_rel: ; @prepare_dynamic_rel .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 str x0, [sp, #56] str x1, [sp, #48] str wzr, [sp, #16] ldr x8, [sp, #48] ldr x8, [x8, #8] ldr x9, [sp, #48] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #48] ldr x8, [x8, #8] str x8, [sp, #40] b LBB138_1 LBB138_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #40] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB138_11 b LBB138_2 LBB138_2: ; in Loop: Header=BB138_1 Depth=1 ldr x8, [sp, #40] ldr w8, [x8, #4] lsr w8, w8, #8 str w8, [sp, #28] ldr x8, [sp, #40] ldrb w8, [x8, #4] str w8, [sp, #20] ldr w8, [sp, #20] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB138_4 b LBB138_3 LBB138_3: ; in Loop: Header=BB138_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB138_5 b LBB138_8 LBB138_4: ; in Loop: Header=BB138_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB138_9 LBB138_5: ; in Loop: Header=BB138_1 Depth=1 ldr x8, [sp, #56] ldr x8, [x8, #152] ldrsw x9, [sp, #28] ldr w8, [x8, x9, lsl #2] str w8, [sp, #24] ldr w8, [sp, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB138_7 b LBB138_6 LBB138_6: ; in Loop: Header=BB138_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB138_7 LBB138_7: ; in Loop: Header=BB138_1 Depth=1 b LBB138_9 LBB138_8: ; in Loop: Header=BB138_1 Depth=1 b LBB138_9 LBB138_9: ; in Loop: Header=BB138_1 Depth=1 b LBB138_10 LBB138_10: ; in Loop: Header=BB138_1 Depth=1 ldr x8, [sp, #40] add x8, x8, #8 str x8, [sp, #40] b LBB138_1 LBB138_11: ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB138_13 b LBB138_12 LBB138_12: ldr x9, [sp, #48] ldr w8, [x9, #36] orr w8, w8, #0x2 str w8, [x9, #36] ldrsw x8, [sp, #16] lsl x8, x8, #3 ldr x9, [sp, #48] str x8, [x9, #56] b LBB138_13 LBB138_13: ldr w0, [sp, #16] add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put32 _put32: ; @put32 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] ldr x9, [sp, #8] strb w8, [x9] ldr w8, [sp, #4] lsr w8, w8, #8 ldr x9, [sp, #8] strb w8, [x9, #1] ldr w8, [sp, #4] lsr w8, w8, #16 ldr x9, [sp, #8] strb w8, [x9, #2] ldr w8, [sp, #4] lsr w8, w8, #24 ldr x9, [sp, #8] strb w8, [x9, #3] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get32 _get32: ; @get32 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldrb w8, [x8] ldr x9, [sp, #8] ldrb w9, [x9, #1] orr w8, w8, w9, lsl #8 ldr x9, [sp, #8] ldrb w9, [x9, #2] orr w8, w8, w9, lsl #16 ldr x9, [sp, #8] ldrb w9, [x9, #3] orr w0, w8, w9, lsl #24 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function relocate_syms _relocate_syms: ; @relocate_syms .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] adrp x8, _symtab_section@PAGE ldr x9, [x8, _symtab_section@PAGEOFF] ldr x9, [x9, #8] ldr x10, [x8, _symtab_section@PAGEOFF] ldr x10, [x10] add x9, x9, x10 str x9, [sp, #40] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #16 stur x8, [x29, #-24] b LBB141_1 LBB141_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] ldr x9, [sp, #40] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB141_24 b LBB141_2 LBB141_2: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-24] ldrh w8, [x8, #14] str w8, [sp, #32] ldr w8, [sp, #32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB141_18 b LBB141_3 LBB141_3: ; in Loop: Header=BB141_1 Depth=1 adrp x8, _strtab_section@PAGE ldr x8, [x8, _strtab_section@PAGEOFF] ldr x8, [x8, #8] ldur x9, [x29, #-24] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #16] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB141_7 b LBB141_4 LBB141_4: ; in Loop: Header=BB141_1 Depth=1 adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] ldr x8, [x8, #8] ldur x9, [x29, #-24] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #16] ldur x0, [x29, #-8] ldr x1, [sp, #16] ldur x8, [x29, #-24] ldrb w8, [x8, #12] and w2, w8, #0xf bl _resolve_sym str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB141_6 b LBB141_5 LBB141_5: ; in Loop: Header=BB141_1 Depth=1 ldr x8, [sp, #8] ldur x9, [x29, #-24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] b LBB141_22 LBB141_6: ; in Loop: Header=BB141_1 Depth=1 b LBB141_12 LBB141_7: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #168] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB141_11 b LBB141_8 LBB141_8: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-8] ldr x0, [x8, #168] ldr x1, [sp, #16] bl _find_elf_sym str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB141_10 b LBB141_9 LBB141_9: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #168] ldr x8, [x8, #8] ldrsw x9, [sp, #28] add x8, x8, x9, lsl #4 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldr w8, [x8, #4] ldur x9, [x29, #-24] str w8, [x9, #4] b LBB141_22 LBB141_10: ; in Loop: Header=BB141_1 Depth=1 b LBB141_11 LBB141_11: ; in Loop: Header=BB141_1 Depth=1 b LBB141_12 LBB141_12: ; in Loop: Header=BB141_1 Depth=1 ldr x0, [sp, #16] adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB141_14 b LBB141_13 LBB141_13: ; in Loop: Header=BB141_1 Depth=1 b LBB141_22 LBB141_14: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-24] ldrb w8, [x8, #12] asr w8, w8, #4 str w8, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB141_16 b LBB141_15 LBB141_15: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-24] str wzr, [x8, #4] b LBB141_17 LBB141_16: ; in Loop: Header=BB141_1 Depth=1 ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.60@PAGE add x0, x0, l_.str.60@PAGEOFF bl _error_noabort b LBB141_17 LBB141_17: ; in Loop: Header=BB141_1 Depth=1 b LBB141_21 LBB141_18: ; in Loop: Header=BB141_1 Depth=1 ldr w8, [sp, #32] mov w9, #65280 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB141_20 b LBB141_19 LBB141_19: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #104] ldur x9, [x29, #-24] ldrh w9, [x9, #14] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] ldr x10, [x8, #64] ldur x9, [x29, #-24] ldr w8, [x9, #4] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] b LBB141_20 LBB141_20: ; in Loop: Header=BB141_1 Depth=1 b LBB141_21 LBB141_21: ; in Loop: Header=BB141_1 Depth=1 b LBB141_22 LBB141_22: ; in Loop: Header=BB141_1 Depth=1 b LBB141_23 LBB141_23: ; in Loop: Header=BB141_1 Depth=1 ldur x8, [x29, #-24] add x8, x8, #16 stur x8, [x29, #-24] b LBB141_1 LBB141_24: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function relocate_section _relocate_section: ; @relocate_section .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 str x0, [sp, #104] str x1, [sp, #96] ldr x8, [sp, #96] ldr x8, [x8, #96] str x8, [sp, #88] ldr x8, [sp, #88] ldr x8, [x8, #8] ldr x9, [sp, #88] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #72] ldr x8, [sp, #88] ldr x8, [x8, #8] str x8, [sp, #64] ldr x8, [sp, #64] str x8, [sp, #80] b LBB142_1 LBB142_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #80] ldr x9, [sp, #72] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB142_22 b LBB142_2 LBB142_2: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #96] ldr x8, [x8, #8] ldr x9, [sp, #80] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #40] ldr x8, [sp, #80] ldr w8, [x8, #4] lsr w8, w8, #8 str w8, [sp, #48] adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldrsw x9, [sp, #48] add x8, x8, x9, lsl #4 str x8, [sp, #56] ldr x8, [sp, #56] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 str x8, [sp, #32] ldr x8, [sp, #80] ldrb w8, [x8, #4] str w8, [sp, #52] ldr x8, [sp, #96] ldr x8, [x8, #64] ldr x9, [sp, #80] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #24] ldr w8, [sp, #52] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #9 cset w8, hi tbnz w8, #0, LBB142_20 ; %bb.3: ; in Loop: Header=BB142_1 Depth=1 ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI142_0@PAGE add x10, x10, lJTI142_0@PAGEOFF Ltmp28: adr x8, Ltmp28 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB142_4: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB142_9 b LBB142_5 LBB142_5: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr x8, [x8, #152] ldrsw x9, [sp, #48] ldr w8, [x8, x9, lsl #2] str w8, [sp, #20] ldr x8, [sp, #80] ldr w8, [x8] ldr x9, [sp, #64] str w8, [x9] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB142_7 b LBB142_6 LBB142_6: ; in Loop: Header=BB142_1 Depth=1 ldr w8, [sp, #20] lsl w8, w8, #8 add w8, w8, #1 ldr x9, [sp, #64] str w8, [x9, #4] ldr x8, [sp, #64] add x8, x8, #8 str x8, [sp, #64] b LBB142_20 LBB142_7: ; in Loop: Header=BB142_1 Depth=1 ldr x9, [sp, #64] mov w8, #8 str w8, [x9, #4] ldr x8, [sp, #64] add x8, x8, #8 str x8, [sp, #64] b LBB142_8 LBB142_8: ; in Loop: Header=BB142_1 Depth=1 b LBB142_9 LBB142_9: ; in Loop: Header=BB142_1 Depth=1 ldr x10, [sp, #32] ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_10: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB142_14 b LBB142_11 LBB142_11: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr x8, [x8, #152] ldrsw x9, [sp, #48] ldr w8, [x8, x9, lsl #2] str w8, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB142_13 b LBB142_12 LBB142_12: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #80] ldr w8, [x8] ldr x9, [sp, #64] str w8, [x9] ldr w8, [sp, #20] lsl w8, w8, #8 add w8, w8, #2 ldr x9, [sp, #64] str w8, [x9, #4] ldr x8, [sp, #64] add x8, x8, #8 str x8, [sp, #64] b LBB142_20 LBB142_13: ; in Loop: Header=BB142_1 Depth=1 b LBB142_14 LBB142_14: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x10, x8, x9 ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_15: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x10, x8, x9 ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_16: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #40] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_17: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr x8, [x8, #120] ldr x8, [x8, #64] ldr x9, [sp, #24] subs x10, x8, x9 ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_18: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #32] ldr x9, [sp, #104] ldr x9, [x9, #120] ldr x9, [x9, #64] subs x10, x8, x9 ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_19: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #104] ldr x8, [x8, #136] ldrsw x9, [sp, #48] ldr x10, [x8, x9, lsl #3] ldr x9, [sp, #40] ldrsw x8, [x9] add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB142_20 LBB142_20: ; in Loop: Header=BB142_1 Depth=1 b LBB142_21 LBB142_21: ; in Loop: Header=BB142_1 Depth=1 ldr x8, [sp, #80] add x8, x8, #8 str x8, [sp, #80] b LBB142_1 LBB142_22: ldr x8, [sp, #88] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB142_24 b LBB142_23 LBB142_23: ldr x8, [sp, #104] ldr x8, [x8, #168] ldr x9, [sp, #88] str x8, [x9, #88] b LBB142_24 LBB142_24: add sp, sp, #112 ret .cfi_endproc .p2align 2 lJTI142_0: .long LBB142_4-Ltmp28 .long LBB142_10-Ltmp28 .long LBB142_19-Ltmp28 .long LBB142_15-Ltmp28 .long LBB142_20-Ltmp28 .long LBB142_16-Ltmp28 .long LBB142_16-Ltmp28 .long LBB142_20-Ltmp28 .long LBB142_18-Ltmp28 .long LBB142_17-Ltmp28 ; -- End function .p2align 2 ; -- Begin function relocate_rel _relocate_rel: ; @relocate_rel .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] ldr x8, [x8, #104] ldr x9, [sp, #32] ldrsw x9, [x9, #40] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8, #8] ldr x9, [sp, #32] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #8] ldr x8, [sp, #32] ldr x8, [x8, #8] str x8, [sp, #16] b LBB143_1 LBB143_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB143_4 b LBB143_2 LBB143_2: ; in Loop: Header=BB143_1 Depth=1 ldr x8, [sp, #24] ldr x10, [x8, #64] ldr x9, [sp, #16] ldr w8, [x9] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB143_3 LBB143_3: ; in Loop: Header=BB143_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #8 str x8, [sp, #16] b LBB143_1 LBB143_4: add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sort_syms _sort_syms: ; @sort_syms .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] stur x1, [x29, #-16] ldur x8, [x29, #-16] ldr x8, [x8] mov x9, #16 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-36] ldursw x8, [x29, #-36] lsl x0, x8, #4 bl _tcc_malloc stur x0, [x29, #-32] ldursw x8, [x29, #-36] lsl x0, x8, #2 bl _tcc_malloc stur x0, [x29, #-24] ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #48] ldur x8, [x29, #-32] str x8, [sp, #40] stur wzr, [x29, #-40] b LBB144_1 LBB144_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-40] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB144_6 b LBB144_2 LBB144_2: ; in Loop: Header=BB144_1 Depth=1 ldr x8, [sp, #48] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB144_4 b LBB144_3 LBB144_3: ; in Loop: Header=BB144_1 Depth=1 ldr x8, [sp, #40] ldur x9, [x29, #-32] subs x8, x8, x9 mov x9, #16 sdiv x8, x8, x9 ldur x9, [x29, #-24] ldursw x10, [x29, #-40] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, x10, lsl #2] ldr x8, [sp, #40] add x9, x8, #16 str x9, [sp, #40] ldr x9, [sp, #48] ldr q0, [x9] str q0, [x8] b LBB144_4 LBB144_4: ; in Loop: Header=BB144_1 Depth=1 ldr x8, [sp, #48] add x8, x8, #16 str x8, [sp, #48] b LBB144_5 LBB144_5: ; in Loop: Header=BB144_1 Depth=1 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB144_1 LBB144_6: ldr x8, [sp, #40] ldur x9, [x29, #-32] subs x8, x8, x9 mov x9, #16 sdiv x8, x8, x9 ldur x9, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #40] ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #48] stur wzr, [x29, #-40] b LBB144_7 LBB144_7: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-40] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB144_12 b LBB144_8 LBB144_8: ; in Loop: Header=BB144_7 Depth=1 ldr x8, [sp, #48] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB144_10 b LBB144_9 LBB144_9: ; in Loop: Header=BB144_7 Depth=1 ldr x8, [sp, #40] ldur x9, [x29, #-32] subs x8, x8, x9 mov x9, #16 sdiv x8, x8, x9 ldur x9, [x29, #-24] ldursw x10, [x29, #-40] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, x10, lsl #2] ldr x8, [sp, #40] add x9, x8, #16 str x9, [sp, #40] ldr x9, [sp, #48] ldr q0, [x9] str q0, [x8] b LBB144_10 LBB144_10: ; in Loop: Header=BB144_7 Depth=1 ldr x8, [sp, #48] add x8, x8, #16 str x8, [sp, #48] b LBB144_11 LBB144_11: ; in Loop: Header=BB144_7 Depth=1 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB144_7 LBB144_12: ldur x8, [x29, #-16] ldr x0, [x8, #8] ldur x1, [x29, #-32] ldursw x8, [x29, #-36] lsl x2, x8, #4 mov x3, #-1 bl ___memcpy_chk ldur x0, [x29, #-32] bl _tcc_free mov w8, #1 stur w8, [x29, #-40] b LBB144_13 LBB144_13: ; =>This Loop Header: Depth=1 ; Child Loop BB144_17 Depth 2 ldur w8, [x29, #-40] ldur x9, [x29, #-8] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB144_23 b LBB144_14 LBB144_14: ; in Loop: Header=BB144_13 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #104] ldursw x9, [x29, #-40] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB144_21 b LBB144_15 LBB144_15: ; in Loop: Header=BB144_13 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #88] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB144_21 b LBB144_16 LBB144_16: ; in Loop: Header=BB144_13 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #16] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #24] ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #32] b LBB144_17 LBB144_17: ; Parent Loop BB144_13 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB144_20 b LBB144_18 LBB144_18: ; in Loop: Header=BB144_17 Depth=2 ldr x8, [sp, #32] ldr w8, [x8, #4] lsr w8, w8, #8 str w8, [sp, #8] ldr x8, [sp, #32] ldrb w8, [x8, #4] str w8, [sp, #12] ldur x8, [x29, #-24] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldr w9, [sp, #8] ldrb w8, [sp, #12] add w8, w8, w9, lsl #8 ldr x9, [sp, #32] str w8, [x9, #4] b LBB144_19 LBB144_19: ; in Loop: Header=BB144_17 Depth=2 ldr x8, [sp, #32] add x8, x8, #8 str x8, [sp, #32] b LBB144_17 LBB144_20: ; in Loop: Header=BB144_13 Depth=1 b LBB144_21 LBB144_21: ; in Loop: Header=BB144_13 Depth=1 b LBB144_22 LBB144_22: ; in Loop: Header=BB144_13 Depth=1 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB144_13 LBB144_23: ldur x0, [x29, #-24] bl _tcc_free ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_output_binary _tcc_output_binary: ; @tcc_output_binary .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str wzr, [sp, #8] mov w8, #1 str w8, [sp, #12] b LBB145_1 LBB145_1: ; =>This Loop Header: Depth=1 ; Child Loop BB145_5 Depth 2 ldr w8, [sp, #12] ldur x9, [x29, #-8] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB145_10 b LBB145_2 LBB145_2: ; in Loop: Header=BB145_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #104] ldr x9, [sp, #24] ldrsw x10, [sp, #12] ldrsw x9, [x9, x10, lsl #2] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB145_8 b LBB145_3 LBB145_3: ; in Loop: Header=BB145_1 Depth=1 ldr x8, [sp, #16] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB145_8 b LBB145_4 LBB145_4: ; in Loop: Header=BB145_1 Depth=1 b LBB145_5 LBB145_5: ; Parent Loop BB145_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldrsw x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9, #72] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB145_7 b LBB145_6 LBB145_6: ; in Loop: Header=BB145_5 Depth=2 ldur x1, [x29, #-16] mov w0, #0 bl _fputc ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB145_5 LBB145_7: ; in Loop: Header=BB145_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #56] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldr x8, [sp, #16] ldr x0, [x8, #8] ldrsw x2, [sp, #4] ldur x3, [x29, #-16] mov x1, #1 bl _fwrite adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x0, [x8] ldr w9, [sp, #4] ldr w8, [sp, #8] add w8, w8, w9 str w8, [sp, #8] b LBB145_8 LBB145_8: ; in Loop: Header=BB145_1 Depth=1 b LBB145_9 LBB145_9: ; in Loop: Header=BB145_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB145_1 LBB145_10: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _rt_error ; -- Begin function rt_error .p2align 2 _rt_error: ; @rt_error .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] str xzr, [sp, #16] add x10, sp, #24 add x9, x29, #16 str x9, [x10] ldr x0, [x8] adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fprintf ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] ldur x1, [x29, #-16] ldr x2, [sp, #24] bl _vfprintf ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl _fprintf str wzr, [sp, #12] b LBB146_1 LBB146_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] adrp x9, _num_callers@PAGE ldr w9, [x9, _num_callers@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB146_9 b LBB146_2 LBB146_2: ; in Loop: Header=BB146_1 Depth=1 ldur x1, [x29, #-8] ldr w2, [sp, #12] add x0, sp, #16 bl _rt_get_caller_pc subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB146_4 b LBB146_3 LBB146_3: b LBB146_9 LBB146_4: ; in Loop: Header=BB146_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB146_6 b LBB146_5 LBB146_5: ; in Loop: Header=BB146_1 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF bl _fprintf b LBB146_7 LBB146_6: ; in Loop: Header=BB146_1 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.70@PAGE add x1, x1, l_.str.70@PAGEOFF bl _fprintf b LBB146_7 LBB146_7: ; in Loop: Header=BB146_1 Depth=1 ldr x0, [sp, #16] bl _rt_printline b LBB146_8 LBB146_8: ; in Loop: Header=BB146_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB146_1 LBB146_9: mov w0, #255 bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function rt_get_caller_pc _rt_get_caller_pc: ; @rt_get_caller_pc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str x1, [sp, #24] str w2, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB147_2 b LBB147_1 LBB147_1: ldr x9, [sp, #32] mov x8, #12345 str x8, [x9] str wzr, [sp, #44] b LBB147_3 LBB147_2: mov x8, #23456 str x8, [sp, #8] str wzr, [sp, #44] b LBB147_3 LBB147_3: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function rt_printline _rt_printline: ; @rt_printline .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, #672 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-24] str x0, [sp, #144] ldr x0, [x8] ldr x8, [sp, #144] mov x9, sp str x8, [x9] adrp x1, l_.str.297@PAGE add x1, x1, l_.str.297@PAGEOFF bl _fprintf sturb wzr, [x29, #-152] str xzr, [sp, #120] str wzr, [sp, #100] strb wzr, [sp, #408] mov x8, #4294967295 str x8, [sp, #112] mov w8, #1 str w8, [sp, #92] adrp x9, _stab_section@PAGE ldr x8, [x9, _stab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #24 str x8, [sp, #136] ldr x8, [x9, _stab_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [x9, _stab_section@PAGEOFF] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #128] b LBB148_1 LBB148_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #136] ldr x9, [sp, #128] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB148_38 b LBB148_2 LBB148_2: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldrb w8, [x8, #8] str w8, [sp, #36] ; 4-byte Folded Spill subs w8, w8, #36 cset w8, eq tbnz w8, #0, LBB148_7 b LBB148_3 LBB148_3: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #68 cset w8, eq tbnz w8, #0, LBB148_19 b LBB148_4 LBB148_4: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #100 cset w8, eq tbnz w8, #0, LBB148_30 b LBB148_5 LBB148_5: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #130 cset w8, eq tbnz w8, #0, LBB148_23 b LBB148_6 LBB148_6: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload subs w8, w8, #162 cset w8, eq tbnz w8, #0, LBB148_27 b LBB148_37 LBB148_7: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB148_12 b LBB148_8 LBB148_8: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldr x8, [x8, #16] ldr x9, [sp, #120] add x8, x8, x9 str x8, [sp, #104] ldr x8, [sp, #144] ldr x9, [sp, #112] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB148_11 b LBB148_9 LBB148_9: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #144] ldr x9, [sp, #104] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB148_11 b LBB148_10 LBB148_10: b LBB148_48 LBB148_11: ; in Loop: Header=BB148_1 Depth=1 sturb wzr, [x29, #-152] str xzr, [sp, #120] b LBB148_18 LBB148_12: ; in Loop: Header=BB148_1 Depth=1 adrp x8, _stabstr_section@PAGE ldr x8, [x8, _stabstr_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #136] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #80] ldr x0, [sp, #80] mov w1, #58 bl _strchr str x0, [sp, #72] ldr x8, [sp, #72] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB148_14 b LBB148_13 LBB148_13: ; in Loop: Header=BB148_1 Depth=1 ldr x2, [sp, #80] sub x0, x29, #152 mov w1, #128 bl _pstrcpy b LBB148_17 LBB148_14: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #72] ldr x9, [sp, #80] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #96] ldrsw x8, [sp, #96] subs x8, x8, #127 cset w8, ls tbnz w8, #0, LBB148_16 b LBB148_15 LBB148_15: ; in Loop: Header=BB148_1 Depth=1 mov w8, #127 str w8, [sp, #96] b LBB148_16 LBB148_16: ; in Loop: Header=BB148_1 Depth=1 ldr x1, [sp, #80] ldrsw x2, [sp, #96] sub x0, x29, #152 str x0, [sp, #24] ; 8-byte Folded Spill mov x3, #128 bl ___memcpy_chk ldr x8, [sp, #24] ; 8-byte Folded Reload ldrsw x9, [sp, #96] add x8, x8, x9 strb wzr, [x8] b LBB148_17 LBB148_17: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldr x8, [x8, #16] str x8, [sp, #120] b LBB148_18 LBB148_18: ; in Loop: Header=BB148_1 Depth=1 b LBB148_37 LBB148_19: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldr x8, [x8, #16] ldr x9, [sp, #120] add x8, x8, x9 str x8, [sp, #104] ldr x8, [sp, #144] ldr x9, [sp, #112] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB148_22 b LBB148_20 LBB148_20: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #144] ldr x9, [sp, #104] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB148_22 b LBB148_21 LBB148_21: b LBB148_48 LBB148_22: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #104] str x8, [sp, #112] ldr x8, [sp, #136] ldrh w8, [x8, #10] str w8, [sp, #92] add x0, sp, #408 sub x1, x29, #152 mov x2, #128 bl ___strcpy_chk b LBB148_37 LBB148_23: ; in Loop: Header=BB148_1 Depth=1 adrp x8, _stabstr_section@PAGE ldr x8, [x8, _stabstr_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #136] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #80] b LBB148_24 LBB148_24: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #100] subs w8, w8, #32 cset w8, ge tbnz w8, #0, LBB148_26 b LBB148_25 LBB148_25: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #80] ldrsw x10, [sp, #100] mov x9, x10 add w9, w9, #1 str w9, [sp, #100] add x9, sp, #152 str x8, [x9, x10, lsl #3] b LBB148_26 LBB148_26: ; in Loop: Header=BB148_1 Depth=1 b LBB148_37 LBB148_27: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #100] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB148_29 b LBB148_28 LBB148_28: ; in Loop: Header=BB148_1 Depth=1 ldr w8, [sp, #100] subs w8, w8, #1 str w8, [sp, #100] b LBB148_29 LBB148_29: ; in Loop: Header=BB148_1 Depth=1 b LBB148_37 LBB148_30: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB148_32 b LBB148_31 LBB148_31: ; in Loop: Header=BB148_1 Depth=1 str wzr, [sp, #100] b LBB148_36 LBB148_32: ; in Loop: Header=BB148_1 Depth=1 adrp x8, _stabstr_section@PAGE ldr x8, [x8, _stabstr_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #136] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #80] ldr x0, [sp, #80] bl _strlen mov x8, x0 str w8, [sp, #96] ldr w8, [sp, #96] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB148_35 b LBB148_33 LBB148_33: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #80] ldr w9, [sp, #96] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB148_35 b LBB148_34 LBB148_34: ; in Loop: Header=BB148_1 Depth=1 b LBB148_24 LBB148_35: ; in Loop: Header=BB148_1 Depth=1 b LBB148_36 LBB148_36: ; in Loop: Header=BB148_1 Depth=1 b LBB148_37 LBB148_37: ; in Loop: Header=BB148_1 Depth=1 ldr x8, [sp, #136] add x8, x8, #24 str x8, [sp, #136] b LBB148_1 LBB148_38: str wzr, [sp, #100] adrp x8, _symtab_section@PAGE ldr x9, [x8, _symtab_section@PAGEOFF] ldr x9, [x9, #8] ldr x10, [x8, _symtab_section@PAGEOFF] ldr x10, [x10] add x9, x9, x10 str x9, [sp, #56] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] add x8, x8, #16 str x8, [sp, #64] b LBB148_39 LBB148_39: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #64] ldr x9, [sp, #56] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB148_47 b LBB148_40 LBB148_40: ; in Loop: Header=BB148_39 Depth=1 ldr x8, [sp, #64] ldrb w8, [x8, #12] and w8, w8, #0xf str w8, [sp, #52] ldr w8, [sp, #52] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB148_45 b LBB148_41 LBB148_41: ; in Loop: Header=BB148_39 Depth=1 ldr x8, [sp, #144] ldr x9, [sp, #64] ldr w9, [x9, #4] ; kill: def $x9 killed $w9 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB148_44 b LBB148_42 LBB148_42: ; in Loop: Header=BB148_39 Depth=1 ldr x8, [sp, #144] ldr x9, [sp, #64] ldr w9, [x9, #4] ldr x10, [sp, #64] ldr w10, [x10, #8] add w9, w9, w10 ; kill: def $x9 killed $w9 subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB148_44 b LBB148_43 LBB148_43: adrp x8, _strtab_section@PAGE ldr x8, [x8, _strtab_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #64] ldr w9, [x9] ; kill: def $x9 killed $w9 add x2, x8, x9 add x0, sp, #408 mov w1, #128 bl _pstrcpy b LBB148_48 LBB148_44: ; in Loop: Header=BB148_39 Depth=1 b LBB148_45 LBB148_45: ; in Loop: Header=BB148_39 Depth=1 b LBB148_46 LBB148_46: ; in Loop: Header=BB148_39 Depth=1 ldr x8, [sp, #64] add x8, x8, #16 str x8, [sp, #64] b LBB148_39 LBB148_47: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.298@PAGE add x1, x1, l_.str.298@PAGEOFF bl _fprintf b LBB148_57 LBB148_48: ldrsb w8, [sp, #408] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB148_50 b LBB148_49 LBB148_49: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp add x8, sp, #408 str x8, [x9] adrp x1, l_.str.299@PAGE add x1, x1, l_.str.299@PAGEOFF bl _fprintf b LBB148_50 LBB148_50: ldr w8, [sp, #100] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB148_56 b LBB148_51 LBB148_51: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] ldr w8, [sp, #100] subs w9, w8, #1 add x8, sp, #152 ldr x10, [x8, w9, sxtw #3] ldr w9, [sp, #92] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.300@PAGE add x1, x1, l_.str.300@PAGEOFF bl _fprintf ldr w8, [sp, #100] subs w8, w8, #2 str w8, [sp, #88] b LBB148_52 LBB148_52: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #88] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB148_55 b LBB148_53 LBB148_53: ; in Loop: Header=BB148_52 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] ldrsw x9, [sp, #88] add x8, sp, #152 ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x1, l_.str.301@PAGE add x1, x1, l_.str.301@PAGEOFF bl _fprintf b LBB148_54 LBB148_54: ; in Loop: Header=BB148_52 Depth=1 ldr w8, [sp, #88] subs w8, w8, #1 str w8, [sp, #88] b LBB148_52 LBB148_55: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _fprintf b LBB148_56 LBB148_56: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl _fprintf b LBB148_57 LBB148_57: 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, LBB148_59 b LBB148_58 LBB148_58: bl ___stack_chk_fail LBB148_59: add sp, sp, #672 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _tcc_relocate ; -- Begin function tcc_relocate .p2align 2 _tcc_relocate: ; @tcc_relocate .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] str wzr, [x8, #460] ldr x0, [sp, #16] bl _tcc_add_runtime bl _relocate_common_syms ldr x0, [sp, #16] bl _tcc_add_linker_symbols ldr x0, [sp, #16] bl _build_got_entries mov w8, #1 str w8, [sp, #4] b LBB149_1 LBB149_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #16] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB149_8 b LBB149_2 LBB149_2: ; in Loop: Header=BB149_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #104] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8, #36] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB149_6 b LBB149_3 LBB149_3: ; in Loop: Header=BB149_1 Depth=1 ldr x8, [sp, #8] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB149_5 b LBB149_4 LBB149_4: ; in Loop: Header=BB149_1 Depth=1 ldr x8, [sp, #8] ldr x0, [x8] bl _tcc_mallocz ldr x8, [sp, #8] str x0, [x8, #8] b LBB149_5 LBB149_5: ; in Loop: Header=BB149_1 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #8] str x8, [x9, #64] b LBB149_6 LBB149_6: ; in Loop: Header=BB149_1 Depth=1 b LBB149_7 LBB149_7: ; in Loop: Header=BB149_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB149_1 LBB149_8: ldr x0, [sp, #16] mov w1, #1 bl _relocate_syms ldr x8, [sp, #16] ldr w8, [x8, #460] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB149_10 b LBB149_9 LBB149_9: mov w8, #-1 stur w8, [x29, #-4] b LBB149_17 LBB149_10: mov w8, #1 str w8, [sp, #4] b LBB149_11 LBB149_11: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #16] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB149_16 b LBB149_12 LBB149_12: ; in Loop: Header=BB149_11 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #104] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB149_14 b LBB149_13 LBB149_13: ; in Loop: Header=BB149_11 Depth=1 ldr x0, [sp, #16] ldr x1, [sp, #8] bl _relocate_section b LBB149_14 LBB149_14: ; in Loop: Header=BB149_11 Depth=1 b LBB149_15 LBB149_15: ; in Loop: Header=BB149_11 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB149_11 LBB149_16: stur wzr, [x29, #-4] b LBB149_17 LBB149_17: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_run ; -- Begin function tcc_run .p2align 2 _tcc_run: ; @tcc_run .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] stur x2, [x29, #-32] ldur x0, [x29, #-16] bl _tcc_relocate subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB150_2 b LBB150_1 LBB150_1: mov w8, #-1 stur w8, [x29, #-4] b LBB150_7 LBB150_2: ldur x0, [x29, #-16] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl _tcc_get_symbol_err str x0, [sp, #40] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB150_4 b LBB150_3 LBB150_3: add x1, sp, #24 str x1, [sp] ; 8-byte Folded Spill mov w8, #68 str w8, [sp, #36] adrp x8, _sig_error@PAGE add x8, x8, _sig_error@PAGEOFF str x8, [sp, #24] str wzr, [sp, #32] mov w0, #8 mov x2, #0 str x2, [sp, #8] ; 8-byte Folded Spill bl _sigaction ldr x1, [sp] ; 8-byte Folded Reload ldr x2, [sp, #8] ; 8-byte Folded Reload mov w0, #4 bl _sigaction ldr x1, [sp] ; 8-byte Folded Reload ldr x2, [sp, #8] ; 8-byte Folded Reload mov w0, #11 bl _sigaction ldr x1, [sp] ; 8-byte Folded Reload ldr x2, [sp, #8] ; 8-byte Folded Reload mov w0, #10 bl _sigaction ldr x1, [sp] ; 8-byte Folded Reload ldr x2, [sp, #8] ; 8-byte Folded Reload mov w0, #6 bl _sigaction b LBB150_4 LBB150_4: adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB150_6 b LBB150_5 LBB150_5: ldur x0, [x29, #-16] adrp x1, l_.str.72@PAGE add x1, x1, l_.str.72@PAGEOFF bl _tcc_get_symbol_err adrp x8, _rt_bound_error_msg@PAGE str x0, [x8, _rt_bound_error_msg@PAGEOFF] ldur x0, [x29, #-16] adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF bl _tcc_get_symbol_err str x0, [sp, #16] ldr x8, [sp, #16] blr x8 b LBB150_6 LBB150_6: ldr x8, [sp, #40] ldur w0, [x29, #-20] ldur x1, [x29, #-32] blr x8 stur w0, [x29, #-4] b LBB150_7 LBB150_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sig_error _sig_error: ; @sig_error .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 x1, [x29, #-16] stur x2, [x29, #-24] ldur x8, [x29, #-24] str x8, [sp, #32] ldur w8, [x29, #-4] subs w8, w8, #4 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB151_14 ; %bb.1: ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI151_0@PAGE add x10, x10, lJTI151_0@PAGEOFF Ltmp31: adr x8, Ltmp31 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB151_2: ldur x8, [x29, #-16] ldr w8, [x8, #8] str w8, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB151_4 b LBB151_3 LBB151_3: ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB151_5 b LBB151_4 LBB151_4: ldr x0, [sp, #32] adrp x1, l_.str.219@PAGE add x1, x1, l_.str.219@PAGEOFF bl _rt_error b LBB151_6 LBB151_5: ldr x0, [sp, #32] adrp x1, l_.str.302@PAGE add x1, x1, l_.str.302@PAGEOFF bl _rt_error b LBB151_6 LBB151_6: b LBB151_15 LBB151_7: adrp x8, _rt_bound_error_msg@PAGE ldr x8, [x8, _rt_bound_error_msg@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB151_10 b LBB151_8 LBB151_8: adrp x8, _rt_bound_error_msg@PAGE ldr x8, [x8, _rt_bound_error_msg@PAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB151_10 b LBB151_9 LBB151_9: ldr x0, [sp, #32] adrp x8, _rt_bound_error_msg@PAGE ldr x8, [x8, _rt_bound_error_msg@PAGEOFF] ldr x1, [x8] bl _rt_error b LBB151_11 LBB151_10: ldr x0, [sp, #32] adrp x1, l_.str.303@PAGE add x1, x1, l_.str.303@PAGEOFF bl _rt_error b LBB151_11 LBB151_11: b LBB151_15 LBB151_12: ldr x0, [sp, #32] adrp x1, l_.str.304@PAGE add x1, x1, l_.str.304@PAGEOFF bl _rt_error b LBB151_15 LBB151_13: ldr x0, [sp, #32] adrp x1, l_.str.305@PAGE add x1, x1, l_.str.305@PAGEOFF bl _rt_error b LBB151_15 LBB151_14: ldr x0, [sp, #32] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.306@PAGE add x1, x1, l_.str.306@PAGEOFF bl _rt_error b LBB151_15 LBB151_15: mov w0, #255 bl _exit .cfi_endproc .p2align 2 lJTI151_0: .long LBB151_12-Ltmp31 .long LBB151_14-Ltmp31 .long LBB151_13-Ltmp31 .long LBB151_14-Ltmp31 .long LBB151_2-Ltmp31 .long LBB151_14-Ltmp31 .long LBB151_7-Ltmp31 .long LBB151_7-Ltmp31 ; -- End function .globl _tcc_new ; -- Begin function tcc_new .p2align 2 _tcc_new: ; @tcc_new .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x0, #3072 bl _tcc_mallocz stur x0, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB152_2 b LBB152_1 LBB152_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB152_16 LBB152_2: ldur x8, [x29, #-32] adrp x9, _tcc_state@PAGE str x8, [x9, _tcc_state@PAGEOFF] ldur x8, [x29, #-32] str wzr, [x8] stur wzr, [x29, #-44] b LBB152_3 LBB152_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB152_8 b LBB152_4 LBB152_4: ; in Loop: Header=BB152_3 Depth=1 ldur w0, [x29, #-44] bl _isid subs w8, w0, #0 cset w8, ne mov w9, #1 str w9, [sp, #44] ; 4-byte Folded Spill tbnz w8, #0, LBB152_6 b LBB152_5 LBB152_5: ; in Loop: Header=BB152_3 Depth=1 ldur w0, [x29, #-44] bl _isnum subs w8, w0, #0 cset w8, ne str w8, [sp, #44] ; 4-byte Folded Spill b LBB152_6 LBB152_6: ; in Loop: Header=BB152_3 Depth=1 ldr w8, [sp, #44] ; 4-byte Folded Reload and w8, w8, #0x1 ldursw x10, [x29, #-44] adrp x9, _isidnum_table@PAGE add x9, x9, _isidnum_table@PAGEOFF strb w8, [x9, x10] b LBB152_7 LBB152_7: ; in Loop: Header=BB152_3 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB152_3 LBB152_8: adrp x8, _table_ident@PAGE ; kill: def $x9 killed $xzr str xzr, [x8, _table_ident@PAGEOFF] adrp x0, _hash_ident@PAGE add x0, x0, _hash_ident@PAGEOFF mov x1, #65536 bl _bzero adrp x9, _tok_ident@PAGE mov w8, #256 str w8, [x9, _tok_ident@PAGEOFF] adrp x8, _tcc_keywords@PAGE add x8, x8, _tcc_keywords@PAGEOFF stur x8, [x29, #-16] b LBB152_9 LBB152_9: ; =>This Loop Header: Depth=1 ; Child Loop BB152_11 Depth 2 ldur x8, [x29, #-16] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB152_15 b LBB152_10 LBB152_10: ; in Loop: Header=BB152_9 Depth=1 ldur x8, [x29, #-16] stur x8, [x29, #-24] b LBB152_11 LBB152_11: ; Parent Loop BB152_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-24] add x9, x8, #1 stur x9, [x29, #-24] ldrsb w8, [x8] str w8, [sp, #48] ldr w8, [sp, #48] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB152_13 b LBB152_12 LBB152_12: ; in Loop: Header=BB152_9 Depth=1 b LBB152_14 LBB152_13: ; in Loop: Header=BB152_11 Depth=2 b LBB152_11 LBB152_14: ; in Loop: Header=BB152_9 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-24] ldur x9, [x29, #-16] subs x8, x8, x9 subs x8, x8, #1 mov x1, x8 bl _tok_alloc stur x0, [x29, #-40] ldur x8, [x29, #-24] stur x8, [x29, #-16] b LBB152_9 LBB152_15: mov w0, #326 mov w1, #0 str w1, [sp, #28] ; 4-byte Folded Spill mov x3, #0 str x3, [sp, #16] ; 8-byte Folded Spill mov x2, x3 bl _define_push ldr x3, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload mov w0, #327 mov x2, x3 bl _define_push ldr x3, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload mov w0, #328 mov x2, x3 bl _define_push ldr x3, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload mov w0, #329 mov x2, x3 bl _define_push ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.74@PAGE add x1, x1, l_.str.74@PAGEOFF bl _tcc_define_symbol ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.75@PAGE add x1, x1, l_.str.75@PAGEOFF bl _tcc_define_symbol ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.76@PAGE add x1, x1, l_.str.76@PAGEOFF bl _tcc_define_symbol ldur x0, [x29, #-32] adrp x1, l_.str.77@PAGE add x1, x1, l_.str.77@PAGEOFF adrp x2, l_.str.78@PAGE add x2, x2, l_.str.78@PAGEOFF bl _tcc_define_symbol ldur x0, [x29, #-32] adrp x1, l_.str.79@PAGE add x1, x1, l_.str.79@PAGEOFF adrp x2, l_.str.35@PAGE add x2, x2, l_.str.35@PAGEOFF str x2, [sp, #8] ; 8-byte Folded Spill bl _tcc_define_symbol ldr x2, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-32] adrp x1, l_.str.80@PAGE add x1, x1, l_.str.80@PAGEOFF bl _tcc_define_symbol ldur x0, [x29, #-32] adrp x1, l_.str.81@PAGE add x1, x1, l_.str.81@PAGEOFF bl _tcc_add_library_path ldur x0, [x29, #-32] adrp x1, l_.str.82@PAGE add x1, x1, l_.str.82@PAGEOFF bl _tcc_add_library_path ldur x0, [x29, #-32] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF bl _tcc_add_library_path ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-32] add x0, x8, #104 ldur x8, [x29, #-32] add x1, x8, #112 bl _dynarray_add ldur x0, [x29, #-32] adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF mov w2, #1 str w2, [sp, #40] ; 4-byte Folded Spill mov w3, #6 bl _new_section ldr w2, [sp, #40] ; 4-byte Folded Reload adrp x8, _text_section@PAGE str x0, [x8, _text_section@PAGEOFF] ldur x0, [x29, #-32] adrp x1, l_.str.85@PAGE add x1, x1, l_.str.85@PAGEOFF mov w3, #3 str w3, [sp, #24] ; 4-byte Folded Spill bl _new_section ldr w3, [sp, #24] ; 4-byte Folded Reload adrp x8, _data_section@PAGE str x0, [x8, _data_section@PAGEOFF] ldur x0, [x29, #-32] adrp x1, l_.str.86@PAGE add x1, x1, l_.str.86@PAGEOFF mov w2, #8 bl _new_section ldr w3, [sp, #28] ; 4-byte Folded Reload adrp x8, _bss_section@PAGE str x0, [x8, _bss_section@PAGEOFF] ldur x0, [x29, #-32] adrp x1, l_.str.87@PAGE add x1, x1, l_.str.87@PAGEOFF mov w2, #2 str w2, [sp, #32] ; 4-byte Folded Spill adrp x4, l_.str.88@PAGE add x4, x4, l_.str.88@PAGEOFF adrp x5, l_.str.89@PAGE add x5, x5, l_.str.89@PAGEOFF mov w6, #-2147483648 str w6, [sp, #36] ; 4-byte Folded Spill bl _new_symtab ldr w2, [sp, #32] ; 4-byte Folded Reload ldr w6, [sp, #36] ; 4-byte Folded Reload adrp x8, _symtab_section@PAGE str x0, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #88] adrp x9, _strtab_section@PAGE str x8, [x9, _strtab_section@PAGEOFF] ldur x0, [x29, #-32] adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF mov x3, x6 adrp x4, l_.str.91@PAGE add x4, x4, l_.str.91@PAGEOFF adrp x5, l_.str.92@PAGE add x5, x5, l_.str.92@PAGEOFF bl _new_symtab ldr w8, [sp, #40] ; 4-byte Folded Reload ldur x9, [x29, #-32] str x0, [x9, #160] ldur x9, [x29, #-32] str w8, [x9, #196] ldur x8, [x29, #-32] stur x8, [x29, #-8] b LBB152_16 LBB152_16: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function isid _isid: ; @isid .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB153_2 b LBB153_1 LBB153_1: ldr w8, [sp, #12] subs w8, w8, #122 cset w8, le mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB153_5 b LBB153_2 LBB153_2: ldr w8, [sp, #12] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB153_4 b LBB153_3 LBB153_3: ldr w8, [sp, #12] subs w8, w8, #90 cset w8, le mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB153_5 b LBB153_4 LBB153_4: ldr w8, [sp, #12] subs w8, w8, #95 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB153_5 LBB153_5: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function define_push _define_push: ; @define_push .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] str x2, [sp, #16] str x3, [sp, #8] ldursw x1, [x29, #-4] ldursw x2, [x29, #-8] ldr x3, [sp, #16] adrp x0, _define_stack@PAGE add x0, x0, _define_stack@PAGEOFF bl _sym_push2 str x0, [sp] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9, #40] ldr x8, [sp] adrp x9, _table_ident@PAGE ldr x9, [x9, _table_ident@PAGEOFF] ldur w10, [x29, #-4] subs w10, w10, #256 ldr x9, [x9, w10, sxtw #3] str x8, [x9, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_add_library_path ; -- Begin function tcc_add_library_path .p2align 2 _tcc_add_library_path: ; @tcc_add_library_path .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _tcc_strdup str x0, [sp, #8] ldur x9, [x29, #-8] ldur x8, [x29, #-8] ldr x2, [sp, #8] add x0, x9, #72 add x1, x8, #80 bl _dynarray_add mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_delete ; -- Begin function tcc_delete .p2align 2 _tcc_delete: ; @tcc_delete .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] mov x0, #0 bl _free_defines adrp x8, _tok_ident@PAGE ldr w8, [x8, _tok_ident@PAGEOFF] subs w8, w8, #256 str w8, [sp] str wzr, [sp, #4] b LBB156_1 LBB156_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr w9, [sp] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_4 b LBB156_2 LBB156_2: ; in Loop: Header=BB156_1 Depth=1 adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_3 LBB156_3: ; in Loop: Header=BB156_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_1 LBB156_4: adrp x8, _table_ident@PAGE ldr x0, [x8, _table_ident@PAGEOFF] bl _tcc_free adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x0, [x8, #104] bl _free_section ldr x8, [sp, #8] ldr x8, [x8, #160] ldr x0, [x8, #104] bl _free_section ldr x8, [sp, #8] ldr x8, [x8, #160] ldr x0, [x8, #88] bl _free_section ldr x8, [sp, #8] ldr x0, [x8, #160] bl _free_section mov w8, #1 str w8, [sp, #4] b LBB156_5 LBB156_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_8 b LBB156_6 LBB156_6: ; in Loop: Header=BB156_5 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #104] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _free_section b LBB156_7 LBB156_7: ; in Loop: Header=BB156_5 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_5 LBB156_8: ldr x8, [sp, #8] ldr x0, [x8, #104] bl _tcc_free str wzr, [sp, #4] b LBB156_9 LBB156_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #96] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_12 b LBB156_10 LBB156_10: ; in Loop: Header=BB156_9 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #88] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_11 LBB156_11: ; in Loop: Header=BB156_9 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_9 LBB156_12: ldr x8, [sp, #8] ldr x0, [x8, #88] bl _tcc_free str wzr, [sp, #4] b LBB156_13 LBB156_13: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #80] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_16 b LBB156_14 LBB156_14: ; in Loop: Header=BB156_13 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #72] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_15 LBB156_15: ; in Loop: Header=BB156_13 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_13 LBB156_16: ldr x8, [sp, #8] ldr x0, [x8, #72] bl _tcc_free str wzr, [sp, #4] b LBB156_17 LBB156_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_20 b LBB156_18 LBB156_18: ; in Loop: Header=BB156_17 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #56] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_19 LBB156_19: ; in Loop: Header=BB156_17 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_17 LBB156_20: ldr x8, [sp, #8] ldr x0, [x8, #56] bl _tcc_free str wzr, [sp, #4] b LBB156_21 LBB156_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #32] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_24 b LBB156_22 LBB156_22: ; in Loop: Header=BB156_21 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #24] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_23 LBB156_23: ; in Loop: Header=BB156_21 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_21 LBB156_24: ldr x8, [sp, #8] ldr x0, [x8, #24] bl _tcc_free str wzr, [sp, #4] b LBB156_25 LBB156_25: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr x9, [sp, #8] ldr w9, [x9, #48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB156_28 b LBB156_26 LBB156_26: ; in Loop: Header=BB156_25 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #40] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _tcc_free b LBB156_27 LBB156_27: ; in Loop: Header=BB156_25 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB156_25 LBB156_28: ldr x8, [sp, #8] ldr x0, [x8, #40] bl _tcc_free ldr x0, [sp, #8] bl _tcc_free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function free_defines _free_defines: ; @free_defines .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _define_stack@PAGE ldr x8, [x8, _define_stack@PAGEOFF] str x8, [sp, #16] b LBB157_1 LBB157_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB157_8 b LBB157_2 LBB157_2: ; in Loop: Header=BB157_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #48] str x8, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB157_4 b LBB157_3 LBB157_3: ; in Loop: Header=BB157_1 Depth=1 ldr x8, [sp, #16] ldr x0, [x8, #16] bl _tok_str_free b LBB157_4 LBB157_4: ; in Loop: Header=BB157_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB157_7 b LBB157_5 LBB157_5: ; in Loop: Header=BB157_1 Depth=1 ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB157_7 b LBB157_6 LBB157_6: ; in Loop: Header=BB157_1 Depth=1 adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldr w9, [sp, #4] subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB157_7 LBB157_7: ; in Loop: Header=BB157_1 Depth=1 ldr x0, [sp, #16] bl _sym_free ldr x8, [sp, #8] str x8, [sp, #16] b LBB157_1 LBB157_8: ldur x8, [x29, #-8] adrp x9, _define_stack@PAGE str x8, [x9, _define_stack@PAGEOFF] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function free_section _free_section: ; @free_section .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x0, [x8, #8] bl _tcc_free ldr x0, [sp, #8] bl _tcc_free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _tcc_add_include_path ; -- Begin function tcc_add_include_path .p2align 2 _tcc_add_include_path: ; @tcc_add_include_path .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _tcc_strdup str x0, [sp, #8] ldur x9, [x29, #-8] ldur x8, [x29, #-8] ldr x2, [sp, #8] add x0, x9, #24 add x1, x8, #32 bl _dynarray_add mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_strdup _tcc_strdup: ; @tcc_strdup .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 _strlen add x0, x0, #1 bl _tcc_malloc str x0, [sp] ldr x0, [sp] ldr x1, [sp, #8] mov x2, #-1 bl ___strcpy_chk ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _tcc_add_sysinclude_path ; -- Begin function tcc_add_sysinclude_path .p2align 2 _tcc_add_sysinclude_path: ; @tcc_add_sysinclude_path .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _tcc_strdup str x0, [sp, #8] ldur x9, [x29, #-8] ldur x8, [x29, #-8] ldr x2, [sp, #8] add x0, x9, #40 add x1, x8, #48 bl _dynarray_add mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _tcc_add_file ; -- Begin function tcc_add_file .p2align 2 _tcc_add_file: ; @tcc_add_file .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp, #8] ldr x1, [sp] mov w2, #1 bl _tcc_add_file_internal ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_add_file_internal _tcc_add_file_internal: ; @tcc_add_file_internal .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-72] str x1, [sp, #80] str w2, [sp, #76] ldr x0, [sp, #80] mov w1, #47 bl _strrchr str x0, [sp, #56] ldr x8, [sp, #56] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB163_2 b LBB163_1 LBB163_1: ldr x8, [sp, #56] add x8, x8, #1 str x8, [sp, #56] b LBB163_3 LBB163_2: ldr x8, [sp, #80] str x8, [sp, #56] b LBB163_3 LBB163_3: ldr x0, [sp, #56] mov w1, #46 bl _strrchr str x0, [sp, #64] ldr x8, [sp, #64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB163_5 b LBB163_4 LBB163_4: ldr x8, [sp, #64] add x8, x8, #1 str x8, [sp, #64] b LBB163_5 LBB163_5: adrp x8, _file@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x8, [x8, _file@PAGEOFF] str x8, [sp, #40] ldur x0, [x29, #-72] ldr x1, [sp, #80] bl _tcc_open ldr x8, [sp, #24] ; 8-byte Folded Reload str x0, [x8, _file@PAGEOFF] ldr x8, [x8, _file@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB163_9 b LBB163_6 LBB163_6: ldr w8, [sp, #76] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB163_8 b LBB163_7 LBB163_7: ldr x8, [sp, #80] mov x9, sp str x8, [x9] adrp x0, l_.str.307@PAGE add x0, x0, l_.str.307@PAGEOFF bl _error_noabort b LBB163_8 LBB163_8: mov w8, #-1 str w8, [sp, #48] b LBB163_47 LBB163_9: ldr x8, [sp, #64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB163_11 b LBB163_10 LBB163_10: ldr x0, [sp, #64] adrp x1, l_.str.281@PAGE add x1, x1, l_.str.281@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB163_12 b LBB163_11 LBB163_11: ldur x0, [x29, #-72] bl _tcc_compile str w0, [sp, #48] b LBB163_45 LBB163_12: ldr x0, [sp, #64] adrp x1, l_.str.308@PAGE add x1, x1, l_.str.308@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB163_14 b LBB163_13 LBB163_13: ldur x0, [x29, #-72] mov w1, #1 bl _tcc_assemble str w0, [sp, #48] b LBB163_44 LBB163_14: ldr x0, [sp, #64] adrp x1, l_.str.309@PAGE add x1, x1, l_.str.309@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB163_16 b LBB163_15 LBB163_15: ldur x0, [x29, #-72] mov w1, #0 bl _tcc_assemble str w0, [sp, #48] b LBB163_43 LBB163_16: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #16] str w8, [sp, #52] ldr w0, [sp, #52] sub x1, x29, #60 mov x2, #52 bl _read mov x8, x0 str w8, [sp, #48] ldr w0, [sp, #52] mov x1, #0 mov w2, #0 bl _lseek ldr w8, [sp, #48] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB163_18 b LBB163_17 LBB163_17: adrp x0, l_.str.310@PAGE add x0, x0, l_.str.310@PAGEOFF bl _error_noabort b LBB163_50 LBB163_18: ldrsw x8, [sp, #48] subs x8, x8, #52 cset w8, eq tbnz w8, #0, LBB163_20 b LBB163_19 LBB163_19: b LBB163_38 LBB163_20: b LBB163_21 LBB163_21: ldurb w8, [x29, #-60] subs w8, w8, #127 cset w8, ne tbnz w8, #0, LBB163_35 b LBB163_22 LBB163_22: ldurb w8, [x29, #-59] subs w8, w8, #69 cset w8, ne tbnz w8, #0, LBB163_35 b LBB163_23 LBB163_23: ldurb w8, [x29, #-58] subs w8, w8, #76 cset w8, ne tbnz w8, #0, LBB163_35 b LBB163_24 LBB163_24: ldurb w8, [x29, #-57] subs w8, w8, #70 cset w8, ne tbnz w8, #0, LBB163_35 b LBB163_25 LBB163_25: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] str wzr, [x8, #20] ldurh w8, [x29, #-44] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB163_27 b LBB163_26 LBB163_26: ldur x0, [x29, #-72] ldr w1, [sp, #52] mov x2, #0 bl _tcc_load_object_file str w0, [sp, #48] b LBB163_34 LBB163_27: ldurh w8, [x29, #-44] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB163_32 b LBB163_28 LBB163_28: ldur x8, [x29, #-72] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB163_30 b LBB163_29 LBB163_29: adrp x0, l___func__.tcc_add_file_internal@PAGE add x0, x0, l___func__.tcc_add_file_internal@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #21008 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB163_30: ldur x0, [x29, #-72] ldr w1, [sp, #52] ldr x2, [sp, #80] ldr w8, [sp, #76] ands w8, w8, #0x2 cset w8, ne and w3, w8, #0x1 bl _tcc_load_dll str w0, [sp, #48] b LBB163_31 LBB163_31: b LBB163_33 LBB163_32: adrp x0, l_.str.311@PAGE add x0, x0, l_.str.311@PAGEOFF bl _error_noabort b LBB163_50 LBB163_33: b LBB163_34 LBB163_34: b LBB163_42 LBB163_35: sub x0, x29, #60 adrp x1, l_.str.312@PAGE add x1, x1, l_.str.312@PAGEOFF mov x2, #8 bl _memcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB163_37 b LBB163_36 LBB163_36: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] str wzr, [x8, #20] ldur x0, [x29, #-72] ldr w1, [sp, #52] bl _tcc_load_archive str w0, [sp, #48] b LBB163_41 LBB163_37: b LBB163_38 LBB163_38: ldur x0, [x29, #-72] bl _tcc_load_ldscript str w0, [sp, #48] ldr w8, [sp, #48] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB163_40 b LBB163_39 LBB163_39: adrp x0, l_.str.313@PAGE add x0, x0, l_.str.313@PAGEOFF bl _error_noabort b LBB163_50 LBB163_40: b LBB163_41 LBB163_41: b LBB163_42 LBB163_42: b LBB163_43 LBB163_43: b LBB163_44 LBB163_44: b LBB163_45 LBB163_45: b LBB163_46 LBB163_46: adrp x8, _file@PAGE ldr x0, [x8, _file@PAGEOFF] bl _tcc_close b LBB163_47 LBB163_47: ldr x8, [sp, #40] adrp x9, _file@PAGE str x8, [x9, _file@PAGEOFF] ldr w8, [sp, #48] 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, LBB163_49 b LBB163_48 LBB163_48: bl ___stack_chk_fail LBB163_49: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret LBB163_50: mov w8, #-1 str w8, [sp, #48] b LBB163_46 .cfi_endproc ; -- End function .globl _tcc_add_library ; -- Begin function tcc_add_library .p2align 2 _tcc_add_library: ; @tcc_add_library .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #1120 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #72] str x1, [sp, #64] ldr x8, [sp, #72] ldr w8, [x8, #188] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB164_4 b LBB164_1 LBB164_1: ldr x8, [sp, #64] mov x9, sp str x8, [x9] add x0, sp, #88 str x0, [sp, #48] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 mov w2, #0 str w2, [sp, #56] ; 4-byte Folded Spill adrp x4, l_.str.93@PAGE add x4, x4, l_.str.93@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldr w2, [sp, #56] ; 4-byte Folded Reload ldr x0, [sp, #72] bl _tcc_add_dll subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB164_3 b LBB164_2 LBB164_2: str wzr, [sp, #84] b LBB164_11 LBB164_3: b LBB164_4 LBB164_4: str wzr, [sp, #60] b LBB164_5 LBB164_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #60] ldr x9, [sp, #72] ldr w9, [x9, #80] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB164_10 b LBB164_6 LBB164_6: ; in Loop: Header=BB164_5 Depth=1 ldr x8, [sp, #72] ldr x8, [x8, #72] ldrsw x9, [sp, #60] ldr x10, [x8, x9, lsl #3] ldr x8, [sp, #64] mov x9, sp str x10, [x9] str x8, [x9, #8] add x0, sp, #88 str x0, [sp, #32] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 mov w2, #0 str w2, [sp, #44] ; 4-byte Folded Spill adrp x4, l_.str.94@PAGE add x4, x4, l_.str.94@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldr w2, [sp, #44] ; 4-byte Folded Reload ldr x0, [sp, #72] bl _tcc_add_file_internal subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB164_8 b LBB164_7 LBB164_7: str wzr, [sp, #84] b LBB164_11 LBB164_8: ; in Loop: Header=BB164_5 Depth=1 b LBB164_9 LBB164_9: ; in Loop: Header=BB164_5 Depth=1 ldr w8, [sp, #60] add w8, w8, #1 str w8, [sp, #60] b LBB164_5 LBB164_10: mov w8, #-1 str w8, [sp, #84] b LBB164_11 LBB164_11: ldr w8, [sp, #84] 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, LBB164_13 b LBB164_12 LBB164_12: bl ___stack_chk_fail LBB164_13: ldr w0, [sp, #28] ; 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 .p2align 2 ; -- Begin function tcc_add_dll _tcc_add_dll: ; @tcc_add_dll .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #1104 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #56] str x1, [sp, #48] str w2, [sp, #44] str wzr, [sp, #40] b LBB165_1 LBB165_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #40] ldr x9, [sp, #56] ldr w9, [x9, #80] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB165_6 b LBB165_2 LBB165_2: ; in Loop: Header=BB165_1 Depth=1 ldr x8, [sp, #56] ldr x8, [x8, #72] ldrsw x9, [sp, #40] ldr x10, [x8, x9, lsl #3] ldr x8, [sp, #48] mov x9, sp str x10, [x9] str x8, [x9, #8] add x0, sp, #72 str x0, [sp, #32] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 mov w2, #0 adrp x4, l_.str.278@PAGE add x4, x4, l_.str.278@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #56] ldr w2, [sp, #44] bl _tcc_add_file_internal subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB165_4 b LBB165_3 LBB165_3: str wzr, [sp, #68] b LBB165_7 LBB165_4: ; in Loop: Header=BB165_1 Depth=1 b LBB165_5 LBB165_5: ; in Loop: Header=BB165_1 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB165_1 LBB165_6: mov w8, #-1 str w8, [sp, #68] b LBB165_7 LBB165_7: ldr w8, [sp, #68] 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, LBB165_9 b LBB165_8 LBB165_8: bl ___stack_chk_fail LBB165_9: ldr w0, [sp, #28] ; 4-byte Folded Reload add sp, sp, #1104 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _tcc_add_symbol ; -- Begin function tcc_add_symbol .p2align 2 _tcc_add_symbol: ; @tcc_add_symbol .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #8] ldr x6, [sp, #16] mov x2, #0 mov w3, #16 mov w4, #0 str w4, [sp, #4] ; 4-byte Folded Spill mov w5, #65521 bl _add_elf_sym ldr w0, [sp, #4] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function add_elf_sym _add_elf_sym: ; @add_elf_sym .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] stur w5, [x29, #-36] str x6, [sp, #32] ldur w8, [x29, #-28] and w8, w8, #0xff asr w8, w8, #4 str w8, [sp, #20] ldur w8, [x29, #-28] and w8, w8, #0xf str w8, [sp, #12] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB167_21 b LBB167_1 LBB167_1: ldur x0, [x29, #-8] ldr x1, [sp, #32] bl _find_elf_sym str w0, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB167_3 b LBB167_2 LBB167_2: b LBB167_22 LBB167_3: ldur x8, [x29, #-8] ldr x8, [x8, #8] ldrsw x9, [sp, #16] add x8, x8, x9, lsl #4 str x8, [sp, #24] ldr x8, [sp, #24] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB167_18 b LBB167_4 LBB167_4: ldr x8, [sp, #24] ldrb w8, [x8, #12] asr w8, w8, #4 str w8, [sp, #8] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB167_6 b LBB167_5 LBB167_5: b LBB167_17 LBB167_6: ldr w8, [sp, #20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB167_9 b LBB167_7 LBB167_7: ldr w8, [sp, #8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB167_9 b LBB167_8 LBB167_8: b LBB167_19 LBB167_9: ldr w8, [sp, #20] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB167_12 b LBB167_10 LBB167_10: ldr w8, [sp, #8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB167_12 b LBB167_11 LBB167_11: b LBB167_15 LBB167_12: ldur x8, [x29, #-8] adrp x9, _tcc_state@PAGE ldr x9, [x9, _tcc_state@PAGEOFF] ldr x9, [x9, #160] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB167_14 b LBB167_13 LBB167_13: ldr x8, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str.333@PAGE add x0, x0, l_.str.333@PAGEOFF bl _error_noabort b LBB167_14 LBB167_14: b LBB167_15 LBB167_15: b LBB167_16 LBB167_16: b LBB167_17 LBB167_17: b LBB167_20 LBB167_18: b LBB167_19 LBB167_19: ldr w9, [sp, #20] ldr w8, [sp, #12] and w8, w8, #0xf add w8, w8, w9, lsl #4 ldr x9, [sp, #24] strb w8, [x9, #12] ldur w8, [x29, #-36] ldr x9, [sp, #24] strh w8, [x9, #14] ldur x8, [x29, #-16] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldur x8, [x29, #-24] ldr x9, [sp, #24] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldur w8, [x29, #-32] ldr x9, [sp, #24] strb w8, [x9, #13] b LBB167_20 LBB167_20: b LBB167_23 LBB167_21: b LBB167_22 LBB167_22: ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldr w9, [sp, #20] ldr w8, [sp, #12] and w8, w8, #0xf add w3, w8, w9, lsl #4 ldur w4, [x29, #-32] ldur w5, [x29, #-36] ldr x6, [sp, #32] bl _put_elf_sym str w0, [sp, #16] b LBB167_23 LBB167_23: ldr w0, [sp, #16] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _tcc_set_output_type ; -- Begin function tcc_set_output_type .p2align 2 _tcc_set_output_type: ; @tcc_set_output_type .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #1104 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #64] str w1, [sp, #60] ldr w8, [sp, #60] ldr x9, [sp, #64] str w8, [x9] ldr x8, [sp, #64] ldr w8, [x8, #176] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB168_2 b LBB168_1 LBB168_1: ldr x0, [sp, #64] adrp x1, l_.str.95@PAGE add x1, x1, l_.str.95@PAGEOFF bl _tcc_add_sysinclude_path ldr x0, [sp, #64] adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _tcc_add_sysinclude_path adrp x8, _tcc_lib_path@PAGE ldr x8, [x8, _tcc_lib_path@PAGEOFF] mov x9, sp str x8, [x9] add x0, sp, #72 str x0, [sp, #48] ; 8-byte Folded Spill mov x3, #1024 mov x1, x3 mov w2, #0 adrp x4, l_.str.97@PAGE add x4, x4, l_.str.97@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x0, [sp, #64] bl _tcc_add_sysinclude_path b LBB168_2 LBB168_2: adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB168_4 b LBB168_3 LBB168_3: ldr x0, [sp, #64] adrp x1, l_.str.98@PAGE add x1, x1, l_.str.98@PAGEOFF mov x2, #0 bl _tcc_define_symbol ldr x0, [sp, #64] adrp x1, l_.str.99@PAGE add x1, x1, l_.str.99@PAGEOFF mov w2, #1 str w2, [sp, #40] ; 4-byte Folded Spill mov w3, #2 str w3, [sp, #44] ; 4-byte Folded Spill bl _new_section ldr w2, [sp, #40] ; 4-byte Folded Reload ldr w3, [sp, #44] ; 4-byte Folded Reload adrp x8, _bounds_section@PAGE str x0, [x8, _bounds_section@PAGEOFF] ldr x0, [sp, #64] adrp x1, l_.str.100@PAGE add x1, x1, l_.str.100@PAGEOFF bl _new_section adrp x8, _lbounds_section@PAGE str x0, [x8, _lbounds_section@PAGEOFF] b LBB168_4 LBB168_4: ldr x8, [sp, #64] ldr w8, [x8, #216] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB168_6 b LBB168_5 LBB168_5: ldr x0, [sp, #64] adrp x1, l_.str.101@PAGE add x1, x1, l_.str.101@PAGEOFF mov x2, #0 bl _tcc_define_symbol b LBB168_6 LBB168_6: adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB168_8 b LBB168_7 LBB168_7: ldr x0, [sp, #64] adrp x1, l_.str.102@PAGE add x1, x1, l_.str.102@PAGEOFF mov w2, #1 mov w3, #0 str w3, [sp, #28] ; 4-byte Folded Spill bl _new_section ldr w3, [sp, #28] ; 4-byte Folded Reload adrp x8, _stab_section@PAGE str x8, [sp, #16] ; 8-byte Folded Spill str x0, [x8, _stab_section@PAGEOFF] ldr x9, [x8, _stab_section@PAGEOFF] mov w8, #24 str w8, [x9, #48] ldr x0, [sp, #64] adrp x1, l_.str.103@PAGE add x1, x1, l_.str.103@PAGEOFF mov w2, #3 bl _new_section adrp x8, _stabstr_section@PAGE str x8, [sp, #8] ; 8-byte Folded Spill str x0, [x8, _stabstr_section@PAGEOFF] ldr x0, [x8, _stabstr_section@PAGEOFF] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF str x1, [sp, #32] ; 8-byte Folded Spill bl _put_elf_str ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w3, [sp, #28] ; 4-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, _stabstr_section@PAGEOFF] ldr x9, [x9, _stab_section@PAGEOFF] str x8, [x9, #88] mov x1, x3 mov x2, x3 mov x4, #0 bl _put_stabs b LBB168_8 LBB168_8: ldr w8, [sp, #60] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB168_10 b LBB168_9 LBB168_9: ldr w8, [sp, #60] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB168_14 b LBB168_10 LBB168_10: ldr x8, [sp, #64] ldr w8, [x8, #180] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB168_14 b LBB168_11 LBB168_11: ldr w8, [sp, #60] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB168_13 b LBB168_12 LBB168_12: ldr x0, [sp, #64] adrp x1, l_.str.104@PAGE add x1, x1, l_.str.104@PAGEOFF bl _tcc_add_file b LBB168_13 LBB168_13: ldr x0, [sp, #64] adrp x1, l_.str.105@PAGE add x1, x1, l_.str.105@PAGEOFF bl _tcc_add_file b LBB168_14 LBB168_14: 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, LBB168_16 b LBB168_15 LBB168_15: bl ___stack_chk_fail LBB168_16: mov w0, #0 add sp, sp, #1104 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 put_stabs _put_stabs: ; @put_stabs .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] stur w3, [x29, #-20] str x4, [sp, #16] adrp x8, _stab_section@PAGE ldr x0, [x8, _stab_section@PAGEOFF] mov x1, #24 bl _section_ptr_add str x0, [sp, #8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB169_2 b LBB169_1 LBB169_1: adrp x8, _stabstr_section@PAGE ldr x0, [x8, _stabstr_section@PAGEOFF] ldur x1, [x29, #-8] bl _put_elf_str ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 ldr x9, [sp, #8] str x8, [x9] b LBB169_3 LBB169_2: ldr x8, [sp, #8] str xzr, [x8] b LBB169_3 LBB169_3: ldur w8, [x29, #-12] ldr x9, [sp, #8] strb w8, [x9, #8] ldur w8, [x29, #-16] ldr x9, [sp, #8] strb w8, [x9, #9] ldur w8, [x29, #-20] ldr x9, [sp, #8] strh w8, [x9, #10] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _tcc_set_warning ; -- Begin function tcc_set_warning .p2align 2 _tcc_set_warning: ; @tcc_set_warning .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str w2, [sp, #20] ldr x0, [sp, #24] adrp x1, l_.str.106@PAGE add x1, x1, l_.str.106@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB170_8 b LBB170_1 LBB170_1: str wzr, [sp, #16] adrp x8, _warning_defs@PAGE add x8, x8, _warning_defs@PAGEOFF str x8, [sp, #8] b LBB170_2 LBB170_2: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #16] subs x8, x8, #4 cset w8, hs tbnz w8, #0, LBB170_7 b LBB170_3 LBB170_3: ; in Loop: Header=BB170_2 Depth=1 ldr x8, [sp, #8] ldrh w8, [x8, #2] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB170_5 b LBB170_4 LBB170_4: ; in Loop: Header=BB170_2 Depth=1 ldur x9, [x29, #-16] ldr x8, [sp, #8] ldrh w10, [x8] mov w8, #1 str w8, [x9, w10, sxtw] b LBB170_5 LBB170_5: ; in Loop: Header=BB170_2 Depth=1 b LBB170_6 LBB170_6: ; in Loop: Header=BB170_2 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldr x8, [sp, #8] add x8, x8, #16 str x8, [sp, #8] b LBB170_2 LBB170_7: stur wzr, [x29, #-4] b LBB170_9 LBB170_8: ldur x0, [x29, #-16] ldr x3, [sp, #24] ldr w4, [sp, #20] adrp x1, _warning_defs@PAGE add x1, x1, _warning_defs@PAGEOFF mov w2, #4 bl _set_flag stur w0, [x29, #-4] b LBB170_9 LBB170_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function set_flag _set_flag: ; @set_flag .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur w2, [x29, #-28] str x3, [sp, #24] str w4, [sp, #20] ldr x8, [sp, #24] str x8, [sp] ldr x8, [sp] ldrsb w8, [x8] subs w8, w8, #110 cset w8, ne tbnz w8, #0, LBB171_4 b LBB171_1 LBB171_1: ldr x8, [sp] ldrsb w8, [x8, #1] subs w8, w8, #111 cset w8, ne tbnz w8, #0, LBB171_4 b LBB171_2 LBB171_2: ldr x8, [sp] ldrsb w8, [x8, #2] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB171_4 b LBB171_3 LBB171_3: ldr x8, [sp] add x8, x8, #3 str x8, [sp] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #20] b LBB171_4 LBB171_4: str wzr, [sp, #16] ldur x8, [x29, #-24] str x8, [sp, #8] b LBB171_5 LBB171_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB171_10 b LBB171_6 LBB171_6: ; in Loop: Header=BB171_5 Depth=1 ldr x0, [sp] ldr x8, [sp, #8] ldr x1, [x8, #8] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB171_8 b LBB171_7 LBB171_7: b LBB171_11 LBB171_8: ; in Loop: Header=BB171_5 Depth=1 b LBB171_9 LBB171_9: ; in Loop: Header=BB171_5 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldr x8, [sp, #8] add x8, x8, #16 str x8, [sp, #8] b LBB171_5 LBB171_10: mov w8, #-1 stur w8, [x29, #-4] b LBB171_14 LBB171_11: ldr x8, [sp, #8] ldrh w8, [x8, #2] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB171_13 b LBB171_12 LBB171_12: ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #20] b LBB171_13 LBB171_13: ldr w8, [sp, #20] ldur x9, [x29, #-16] ldr x10, [sp, #8] ldrh w10, [x10] str w8, [x9, w10, sxtw] stur wzr, [x29, #-4] b LBB171_14 LBB171_14: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _tcc_set_flag ; -- Begin function tcc_set_flag .p2align 2 _tcc_set_flag: ; @tcc_set_flag .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] ldr x3, [sp, #16] ldr w4, [sp, #12] adrp x1, _flag_defs@PAGE add x1, x1, _flag_defs@PAGEOFF mov w2, #4 bl _set_flag ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _help ; -- Begin function help .p2align 2 _help: ; @help .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str.107@PAGE add x0, x0, l_.str.107@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _parse_args ; -- Begin function parse_args .p2align 2 _parse_args: ; @parse_args .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] stur wzr, [x29, #-28] b LBB174_1 LBB174_1: ; =>This Loop Header: Depth=1 ; Child Loop BB174_11 Depth 2 ; Child Loop BB174_14 Depth 3 ldur w8, [x29, #-28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB174_6 b LBB174_2 LBB174_2: adrp x8, _nb_files@PAGE ldr w8, [x8, _nb_files@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB174_5 b LBB174_3 LBB174_3: adrp x8, _print_search_dirs@PAGE ldr w8, [x8, _print_search_dirs@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB174_5 b LBB174_4 LBB174_4: b LBB174_34 LBB174_5: b LBB174_90 LBB174_6: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-24] ldursw x9, [x29, #-28] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-28] ldr x8, [x8, x9, lsl #3] str x8, [sp, #56] ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB174_10 b LBB174_7 LBB174_7: ; in Loop: Header=BB174_1 Depth=1 ldr x2, [sp, #56] adrp x0, _files@PAGE add x0, x0, _files@PAGEOFF adrp x1, _nb_files@PAGE add x1, x1, _nb_files@PAGEOFF bl _dynarray_add adrp x8, _multiple_files@PAGE ldr w8, [x8, _multiple_files@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB174_9 b LBB174_8 LBB174_8: ldur w8, [x29, #-28] subs w8, w8, #1 stur w8, [x29, #-28] b LBB174_90 LBB174_9: ; in Loop: Header=BB174_1 Depth=1 b LBB174_89 LBB174_10: ; in Loop: Header=BB174_1 Depth=1 adrp x8, _tcc_options@PAGE add x8, x8, _tcc_options@PAGEOFF stur x8, [x29, #-40] b LBB174_11 LBB174_11: ; Parent Loop BB174_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB174_14 Depth 3 ldur x8, [x29, #-40] ldr x8, [x8] stur x8, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB174_13 b LBB174_12 LBB174_12: ; in Loop: Header=BB174_11 Depth=2 ldr x8, [sp, #56] mov x9, sp str x8, [x9] adrp x0, l_.str.108@PAGE add x0, x0, l_.str.108@PAGEOFF bl _error b LBB174_13 LBB174_13: ; in Loop: Header=BB174_11 Depth=2 ldr x8, [sp, #56] add x8, x8, #1 str x8, [sp, #64] b LBB174_14 LBB174_14: ; Parent Loop BB174_1 Depth=1 ; Parent Loop BB174_11 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-56] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB174_16 b LBB174_15 LBB174_15: ; in Loop: Header=BB174_1 Depth=1 b LBB174_20 LBB174_16: ; in Loop: Header=BB174_14 Depth=3 ldr x8, [sp, #64] ldrsb w8, [x8] ldur x9, [x29, #-56] ldrsb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB174_18 b LBB174_17 LBB174_17: ; in Loop: Header=BB174_11 Depth=2 b LBB174_19 LBB174_18: ; in Loop: Header=BB174_14 Depth=3 ldur x8, [x29, #-56] add x8, x8, #1 stur x8, [x29, #-56] ldr x8, [sp, #64] add x8, x8, #1 str x8, [sp, #64] b LBB174_14 LBB174_19: ; in Loop: Header=BB174_11 Depth=2 ldur x8, [x29, #-40] add x8, x8, #16 stur x8, [x29, #-40] b LBB174_11 LBB174_20: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-40] ldrh w8, [x8, #10] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB174_28 b LBB174_21 LBB174_21: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #64] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB174_23 b LBB174_22 LBB174_22: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-40] ldrh w8, [x8, #10] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB174_24 b LBB174_23 LBB174_23: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #64] stur x8, [x29, #-48] b LBB174_27 LBB174_24: ; in Loop: Header=BB174_1 Depth=1 ldur w8, [x29, #-28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB174_26 b LBB174_25 LBB174_25: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #56] mov x9, sp str x8, [x9] adrp x0, l_.str.109@PAGE add x0, x0, l_.str.109@PAGEOFF bl _error b LBB174_26 LBB174_26: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-24] ldursw x9, [x29, #-28] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-28] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-48] b LBB174_27 LBB174_27: ; in Loop: Header=BB174_1 Depth=1 b LBB174_31 LBB174_28: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #64] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB174_30 b LBB174_29 LBB174_29: b LBB174_34 LBB174_30: ; in Loop: Header=BB174_1 Depth=1 ; kill: def $x8 killed $xzr stur xzr, [x29, #-48] b LBB174_31 LBB174_31: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-40] ldrh w8, [x8, #8] subs w8, w8, #0 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB174_84 ; %bb.32: ; in Loop: Header=BB174_1 Depth=1 ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI174_0@PAGE add x10, x10, lJTI174_0@PAGEOFF Ltmp33: adr x8, Ltmp33 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB174_33: b LBB174_34 LBB174_34: bl _help mov w0, #1 bl _exit LBB174_35: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-48] bl _tcc_add_include_path subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB174_37 b LBB174_36 LBB174_36: ; in Loop: Header=BB174_1 Depth=1 adrp x0, l_.str.110@PAGE add x0, x0, l_.str.110@PAGEOFF bl _error b LBB174_37 LBB174_37: ; in Loop: Header=BB174_1 Depth=1 b LBB174_88 LBB174_38: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-48] str x8, [sp, #48] ldr x0, [sp, #48] mov w1, #61 bl _strchr str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB174_40 b LBB174_39 LBB174_39: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #40] strb wzr, [x8] ldr x8, [sp, #40] add x8, x8, #1 str x8, [sp, #40] b LBB174_40 LBB174_40: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldr x1, [sp, #48] ldr x2, [sp, #40] bl _tcc_define_symbol b LBB174_88 LBB174_41: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-48] bl _tcc_undefine_symbol b LBB174_88 LBB174_42: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-48] bl _tcc_add_library_path b LBB174_88 LBB174_43: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-48] adrp x9, _tcc_lib_path@PAGE str x8, [x9, _tcc_lib_path@PAGEOFF] b LBB174_88 LBB174_44: ; in Loop: Header=BB174_1 Depth=1 ldr x2, [sp, #56] adrp x0, _files@PAGE add x0, x0, _files@PAGEOFF adrp x1, _nb_files@PAGE add x1, x1, _nb_files@PAGEOFF bl _dynarray_add adrp x9, _nb_libraries@PAGE ldr w8, [x9, _nb_libraries@PAGEOFF] add w8, w8, #1 str w8, [x9, _nb_libraries@PAGEOFF] b LBB174_88 LBB174_45: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _do_bench@PAGE mov w8, #1 str w8, [x9, _do_bench@PAGEOFF] b LBB174_88 LBB174_46: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-48] bl _atoi adrp x8, _num_callers@PAGE str w0, [x8, _num_callers@PAGEOFF] b LBB174_88 LBB174_47: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _do_bounds_check@PAGE mov w8, #1 str w8, [x9, _do_bounds_check@PAGEOFF] adrp x9, _do_debug@PAGE str w8, [x9, _do_debug@PAGEOFF] b LBB174_88 LBB174_48: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _do_debug@PAGE mov w8, #1 str w8, [x9, _do_debug@PAGEOFF] b LBB174_88 LBB174_49: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _multiple_files@PAGE mov w8, #1 str w8, [x9, _multiple_files@PAGEOFF] mov w8, #3 adrp x9, _output_type@PAGE str w8, [x9, _output_type@PAGEOFF] b LBB174_88 LBB174_50: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #188] b LBB174_88 LBB174_51: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _output_type@PAGE mov w8, #2 str w8, [x9, _output_type@PAGEOFF] b LBB174_88 LBB174_52: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _multiple_files@PAGE mov w8, #1 str w8, [x9, _multiple_files@PAGEOFF] ldur x8, [x29, #-48] adrp x9, _outfile@PAGE str x8, [x9, _outfile@PAGEOFF] b LBB174_88 LBB174_53: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _reloc_output@PAGE mov w8, #1 str w8, [x9, _reloc_output@PAGEOFF] mov w8, #3 adrp x9, _output_type@PAGE str w8, [x9, _output_type@PAGEOFF] b LBB174_88 LBB174_54: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #176] b LBB174_88 LBB174_55: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #180] b LBB174_88 LBB174_56: ; in Loop: Header=BB174_1 Depth=1 adrp x9, _print_search_dirs@PAGE mov w8, #1 str w8, [x9, _print_search_dirs@PAGEOFF] b LBB174_88 LBB174_57: ; in Loop: Header=BB174_1 Depth=1 ldur x1, [x29, #-48] add x0, sp, #24 bl _expand_args str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB174_59 b LBB174_58 LBB174_58: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldr w1, [sp, #36] ldr x2, [sp, #24] bl _parse_args b LBB174_59 LBB174_59: ; in Loop: Header=BB174_1 Depth=1 adrp x8, _multiple_files@PAGE str wzr, [x8, _multiple_files@PAGEOFF] adrp x8, _output_type@PAGE str wzr, [x8, _output_type@PAGEOFF] b LBB174_88 LBB174_60: mov x9, sp adrp x8, l_.str.112@PAGE add x8, x8, l_.str.112@PAGEOFF str x8, [x9] adrp x0, l_.str.111@PAGE add x0, x0, l_.str.111@PAGEOFF bl _printf mov w0, #0 bl _exit LBB174_61: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-48] mov w2, #1 bl _tcc_set_flag subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB174_64 b LBB174_62 LBB174_62: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-8] ldr w8, [x8, #228] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB174_64 b LBB174_63 LBB174_63: ; in Loop: Header=BB174_1 Depth=1 b LBB174_86 LBB174_64: ; in Loop: Header=BB174_1 Depth=1 b LBB174_88 LBB174_65: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-48] mov w2, #1 bl _tcc_set_warning subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB174_68 b LBB174_66 LBB174_66: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-8] ldr w8, [x8, #228] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB174_68 b LBB174_67 LBB174_67: ; in Loop: Header=BB174_1 Depth=1 b LBB174_86 LBB174_68: ; in Loop: Header=BB174_1 Depth=1 b LBB174_88 LBB174_69: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #236] b LBB174_88 LBB174_70: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #192] b LBB174_88 LBB174_71: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-48] adrp x1, l_.str.113@PAGE add x1, x1, l_.str.113@PAGEOFF add x2, sp, #16 bl _strstart subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB174_73 b LBB174_72 LBB174_72: ; in Loop: Header=BB174_1 Depth=1 ldr x0, [sp, #16] mov x1, #0 mov w2, #16 bl _strtoul ldur x8, [x29, #-8] str x0, [x8, #200] ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #208] b LBB174_83 LBB174_73: ; in Loop: Header=BB174_1 Depth=1 ldur x0, [x29, #-48] adrp x1, l_.str.114@PAGE add x1, x1, l_.str.114@PAGEOFF add x2, sp, #16 bl _strstart subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB174_81 b LBB174_74 LBB174_74: ; in Loop: Header=BB174_1 Depth=1 ldr x0, [sp, #16] adrp x1, l_.str.115@PAGE add x1, x1, l_.str.115@PAGEOFF mov x2, #0 bl _strstart subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB174_76 b LBB174_75 LBB174_75: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-8] str wzr, [x8, #212] b LBB174_80 LBB174_76: ; in Loop: Header=BB174_1 Depth=1 ldr x0, [sp, #16] adrp x1, l_.str.116@PAGE add x1, x1, l_.str.116@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB174_78 b LBB174_77 LBB174_77: ; in Loop: Header=BB174_1 Depth=1 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #212] b LBB174_79 LBB174_78: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.117@PAGE add x0, x0, l_.str.117@PAGEOFF bl _error b LBB174_79 LBB174_79: ; in Loop: Header=BB174_1 Depth=1 b LBB174_80 LBB174_80: ; in Loop: Header=BB174_1 Depth=1 b LBB174_82 LBB174_81: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-48] mov x9, sp str x8, [x9] adrp x0, l_.str.118@PAGE add x0, x0, l_.str.118@PAGEOFF bl _error b LBB174_82 LBB174_82: ; in Loop: Header=BB174_1 Depth=1 b LBB174_83 LBB174_83: ; in Loop: Header=BB174_1 Depth=1 b LBB174_88 LBB174_84: ; in Loop: Header=BB174_1 Depth=1 ldur x8, [x29, #-8] ldr w8, [x8, #228] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB174_87 b LBB174_85 LBB174_85: ; in Loop: Header=BB174_1 Depth=1 b LBB174_86 LBB174_86: ; in Loop: Header=BB174_1 Depth=1 ldr x8, [sp, #56] mov x9, sp str x8, [x9] adrp x0, l_.str.119@PAGE add x0, x0, l_.str.119@PAGEOFF bl _warning b LBB174_87 LBB174_87: ; in Loop: Header=BB174_1 Depth=1 b LBB174_88 LBB174_88: ; in Loop: Header=BB174_1 Depth=1 b LBB174_89 LBB174_89: ; in Loop: Header=BB174_1 Depth=1 b LBB174_1 LBB174_90: ldur w0, [x29, #-28] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc .p2align 2 lJTI174_0: .long LBB174_33-Ltmp33 .long LBB174_35-Ltmp33 .long LBB174_38-Ltmp33 .long LBB174_41-Ltmp33 .long LBB174_42-Ltmp33 .long LBB174_43-Ltmp33 .long LBB174_44-Ltmp33 .long LBB174_45-Ltmp33 .long LBB174_46-Ltmp33 .long LBB174_47-Ltmp33 .long LBB174_48-Ltmp33 .long LBB174_49-Ltmp33 .long LBB174_50-Ltmp33 .long LBB174_51-Ltmp33 .long LBB174_52-Ltmp33 .long LBB174_53-Ltmp33 .long LBB174_71-Ltmp33 .long LBB174_65-Ltmp33 .long LBB174_84-Ltmp33 .long LBB174_84-Ltmp33 .long LBB174_61-Ltmp33 .long LBB174_54-Ltmp33 .long LBB174_55-Ltmp33 .long LBB174_56-Ltmp33 .long LBB174_70-Ltmp33 .long LBB174_57-Ltmp33 .long LBB174_60-Ltmp33 .long LBB174_69-Ltmp33 ; -- End function .p2align 2 ; -- Begin function expand_args _expand_args: ; @expand_args .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] str wzr, [sp, #20] ; kill: def $x8 killed $xzr str xzr, [sp, #32] b LBB175_1 LBB175_1: ; =>This Loop Header: Depth=1 ; Child Loop BB175_2 Depth 2 ; Child Loop BB175_7 Depth 2 b LBB175_2 LBB175_2: ; Parent Loop BB175_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-16] ldrsb w0, [x8] bl _is_space subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB175_4 b LBB175_3 LBB175_3: ; in Loop: Header=BB175_2 Depth=2 ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] b LBB175_2 LBB175_4: ; in Loop: Header=BB175_1 Depth=1 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB175_6 b LBB175_5 LBB175_5: b LBB175_12 LBB175_6: ; in Loop: Header=BB175_1 Depth=1 ldur x8, [x29, #-16] stur x8, [x29, #-24] b LBB175_7 LBB175_7: ; Parent Loop BB175_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB175_9 b LBB175_8 LBB175_8: ; in Loop: Header=BB175_7 Depth=2 ldur x8, [x29, #-16] ldrsb w0, [x8] bl _is_space subs w8, w0, #0 cset w8, eq str w8, [sp, #12] ; 4-byte Folded Spill b LBB175_9 LBB175_9: ; in Loop: Header=BB175_7 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB175_11 b LBB175_10 LBB175_10: ; in Loop: Header=BB175_7 Depth=2 ldur x8, [x29, #-16] add x8, x8, #1 stur x8, [x29, #-16] b LBB175_7 LBB175_11: ; in Loop: Header=BB175_1 Depth=1 ldur x8, [x29, #-16] ldur x9, [x29, #-24] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #16] ldr w8, [sp, #16] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x0, w8 bl _tcc_malloc str x0, [sp, #24] ldr x0, [sp, #24] ldur x1, [x29, #-24] ldrsw x2, [sp, #16] mov x3, #-1 bl ___memcpy_chk ldr x8, [sp, #24] ldrsw x9, [sp, #16] add x8, x8, x9 strb wzr, [x8] ldr x2, [sp, #24] add x0, sp, #32 add x1, sp, #20 bl _dynarray_add b LBB175_1 LBB175_12: ldr x8, [sp, #32] ldur x9, [x29, #-8] str x8, [x9] ldr w0, [sp, #20] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function strstart _strstart: ; @strstart .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str x1, [sp, #24] str x2, [sp, #16] ldr x8, [sp, #32] str x8, [sp, #8] ldr x8, [sp, #24] str x8, [sp] b LBB176_1 LBB176_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB176_5 b LBB176_2 LBB176_2: ; in Loop: Header=BB176_1 Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] ldr x9, [sp] ldrsb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB176_4 b LBB176_3 LBB176_3: str wzr, [sp, #44] b LBB176_8 LBB176_4: ; in Loop: Header=BB176_1 Depth=1 ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] ldr x8, [sp] add x8, x8, #1 str x8, [sp] b LBB176_1 LBB176_5: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB176_7 b LBB176_6 LBB176_6: ldr x8, [sp, #8] ldr x9, [sp, #16] str x8, [x9] b LBB176_7 LBB176_7: mov w8, #1 str w8, [sp, #44] b LBB176_8 LBB176_8: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main2 lCPI177_0: .quad 0x412e848000000000 ; double 1.0E+6 lCPI177_1: .quad 0x3f50624dd2f1a9fc ; double 0.001 .section __TEXT,__text,regular,pure_instructions .globl _main2 .p2align 2 _main2: ; @main2 .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, #1184 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #144] str x1, [sp, #136] str xzr, [sp, #96] bl _tcc_new str x0, [sp, #120] adrp x9, _output_type@PAGE mov w8, #1 str w8, [x9, _output_type@PAGEOFF] adrp x9, _outfile@PAGE ; kill: def $x10 killed $xzr str xzr, [x9, _outfile@PAGEOFF] adrp x9, _multiple_files@PAGE str w8, [x9, _multiple_files@PAGEOFF] adrp x8, _files@PAGE str xzr, [x8, _files@PAGEOFF] adrp x8, _nb_files@PAGE str wzr, [x8, _nb_files@PAGEOFF] adrp x8, _nb_libraries@PAGE str wzr, [x8, _nb_libraries@PAGEOFF] adrp x8, _reloc_output@PAGE str wzr, [x8, _reloc_output@PAGEOFF] adrp x8, _print_search_dirs@PAGE str x8, [sp, #64] ; 8-byte Folded Spill str wzr, [x8, _print_search_dirs@PAGEOFF] ldr x0, [sp, #120] ldr w8, [sp, #144] subs w1, w8, #1 ldr x8, [sp, #136] add x2, x8, #8 bl _parse_args ldr x8, [sp, #64] ; 8-byte Folded Reload add w9, w0, #1 str w9, [sp, #108] ldr w8, [x8, _print_search_dirs@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB177_2 b LBB177_1 LBB177_1: adrp x8, _tcc_lib_path@PAGE ldr x8, [x8, _tcc_lib_path@PAGEOFF] mov x9, sp str x8, [x9] adrp x0, l_.str.120@PAGE add x0, x0, l_.str.120@PAGEOFF bl _printf str wzr, [sp, #148] b LBB177_49 LBB177_2: adrp x8, _nb_files@PAGE ldr w8, [x8, _nb_files@PAGEOFF] adrp x9, _nb_libraries@PAGE ldr w9, [x9, _nb_libraries@PAGEOFF] subs w8, w8, w9 str w8, [sp, #116] adrp x8, _outfile@PAGE ldr x8, [x8, _outfile@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB177_5 b LBB177_3 LBB177_3: adrp x8, _output_type@PAGE ldr w8, [x8, _output_type@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB177_5 b LBB177_4 LBB177_4: adrp x9, _output_type@PAGE mov w8, #1 str w8, [x9, _output_type@PAGEOFF] b LBB177_5 LBB177_5: adrp x8, _output_type@PAGE ldr w8, [x8, _output_type@PAGEOFF] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB177_12 b LBB177_6 LBB177_6: adrp x8, _reloc_output@PAGE ldr w8, [x8, _reloc_output@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB177_12 b LBB177_7 LBB177_7: ldr w8, [sp, #116] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB177_9 b LBB177_8 LBB177_8: adrp x0, l_.str.121@PAGE add x0, x0, l_.str.121@PAGEOFF bl _error b LBB177_9 LBB177_9: adrp x8, _nb_libraries@PAGE ldr w8, [x8, _nb_libraries@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB177_11 b LBB177_10 LBB177_10: adrp x0, l_.str.122@PAGE add x0, x0, l_.str.122@PAGEOFF bl _error b LBB177_11 LBB177_11: b LBB177_12 LBB177_12: adrp x8, _output_type@PAGE ldr w8, [x8, _output_type@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB177_23 b LBB177_13 LBB177_13: adrp x8, _outfile@PAGE ldr x8, [x8, _outfile@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB177_22 b LBB177_14 LBB177_14: adrp x8, _files@PAGE ldr x8, [x8, _files@PAGEOFF] ldr x0, [x8] bl _tcc_basename mov x2, x0 add x0, sp, #152 mov w1, #1023 bl _pstrcpy adrp x8, _output_type@PAGE ldr w8, [x8, _output_type@PAGEOFF] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB177_19 b LBB177_15 LBB177_15: adrp x8, _reloc_output@PAGE ldr w8, [x8, _reloc_output@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB177_19 b LBB177_16 LBB177_16: add x0, sp, #152 mov w1, #46 bl _strrchr str x0, [sp, #88] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB177_18 b LBB177_17 LBB177_17: b LBB177_20 LBB177_18: ldr x8, [sp, #88] add x0, x8, #1 adrp x1, l_.str.123@PAGE add x1, x1, l_.str.123@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB177_21 LBB177_19: b LBB177_20 LBB177_20: add x0, sp, #152 mov w1, #1024 adrp x2, l_.str.124@PAGE add x2, x2, l_.str.124@PAGEOFF bl _pstrcpy b LBB177_21 LBB177_21: add x8, sp, #152 adrp x9, _outfile@PAGE str x8, [x9, _outfile@PAGEOFF] b LBB177_22 LBB177_22: b LBB177_23 LBB177_23: adrp x8, _do_bench@PAGE ldr w8, [x8, _do_bench@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB177_25 b LBB177_24 LBB177_24: bl _getclock_us str x0, [sp, #96] b LBB177_25 LBB177_25: ldr x0, [sp, #120] adrp x8, _output_type@PAGE ldr w1, [x8, _output_type@PAGEOFF] bl _tcc_set_output_type str wzr, [sp, #132] b LBB177_26 LBB177_26: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #132] adrp x9, _nb_files@PAGE ldr w9, [x9, _nb_files@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB177_36 b LBB177_27 LBB177_27: ; in Loop: Header=BB177_26 Depth=1 adrp x8, _files@PAGE ldr x8, [x8, _files@PAGEOFF] ldrsw x9, [sp, #132] ldr x8, [x8, x9, lsl #3] str x8, [sp, #80] ldr x8, [sp, #80] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB177_31 b LBB177_28 LBB177_28: ; in Loop: Header=BB177_26 Depth=1 ldr x0, [sp, #120] ldr x8, [sp, #80] add x1, x8, #2 bl _tcc_add_library subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB177_30 b LBB177_29 LBB177_29: ; in Loop: Header=BB177_26 Depth=1 ldr x8, [sp, #80] mov x9, sp str x8, [x9] adrp x0, l_.str.125@PAGE add x0, x0, l_.str.125@PAGEOFF bl _error b LBB177_30 LBB177_30: ; in Loop: Header=BB177_26 Depth=1 b LBB177_34 LBB177_31: ; in Loop: Header=BB177_26 Depth=1 ldr x0, [sp, #120] ldr x1, [sp, #80] bl _tcc_add_file subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB177_33 b LBB177_32 LBB177_32: mov w8, #1 str w8, [sp, #112] b LBB177_46 LBB177_33: ; in Loop: Header=BB177_26 Depth=1 b LBB177_34 LBB177_34: ; in Loop: Header=BB177_26 Depth=1 b LBB177_35 LBB177_35: ; in Loop: Header=BB177_26 Depth=1 ldr w8, [sp, #132] add w8, w8, #1 str w8, [sp, #132] b LBB177_26 LBB177_36: adrp x8, _files@PAGE ldr x0, [x8, _files@PAGEOFF] bl _tcc_free adrp x8, _do_bench@PAGE ldr w8, [x8, _do_bench@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB177_42 b LBB177_37 LBB177_37: bl _getclock_us ldr x8, [sp, #96] subs x8, x0, x8 scvtf d0, x8 adrp x8, lCPI177_0@PAGE ldr d1, [x8, lCPI177_0@PAGEOFF] fdiv d0, d0, d1 str d0, [sp, #72] ldr d0, [sp, #72] adrp x8, lCPI177_1@PAGE ldr d1, [x8, lCPI177_1@PAGEOFF] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB177_39 b LBB177_38 LBB177_38: adrp x8, lCPI177_1@PAGE ldr d0, [x8, lCPI177_1@PAGEOFF] str d0, [sp, #72] b LBB177_39 LBB177_39: adrp x8, _total_bytes@PAGE ldr w8, [x8, _total_bytes@PAGEOFF] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB177_41 b LBB177_40 LBB177_40: adrp x9, _total_bytes@PAGE mov w8, #1 str w8, [x9, _total_bytes@PAGEOFF] b LBB177_41 LBB177_41: adrp x8, _tok_ident@PAGE ldr w8, [x8, _tok_ident@PAGEOFF] subs w13, w8, #256 adrp x10, _total_lines@PAGE ldr w8, [x10, _total_lines@PAGEOFF] ; implicit-def: $x11 mov x11, x8 adrp x8, _total_bytes@PAGE ldr w12, [x8, _total_bytes@PAGEOFF] ; implicit-def: $x9 mov x9, x12 ldr d1, [sp, #72] ldr s2, [x10, _total_lines@PAGEOFF] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr d2, [sp, #72] fdiv d0, d0, d2 fcvtzs w10, d0 ldr s2, [x8, _total_bytes@PAGEOFF] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr d2, [sp, #72] fdiv d0, d0, d2 adrp x8, lCPI177_0@PAGE ldr d2, [x8, lCPI177_0@PAGEOFF] fdiv d0, d0, d2 mov x8, sp ; implicit-def: $x12 mov x12, x13 str x12, [x8] str x11, [x8, #8] str x9, [x8, #16] str d1, [x8, #24] ; implicit-def: $x9 mov x9, x10 str x9, [x8, #32] str d0, [x8, #40] adrp x0, l_.str.126@PAGE add x0, x0, l_.str.126@PAGEOFF bl _printf b LBB177_42 LBB177_42: ldr x8, [sp, #120] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB177_44 b LBB177_43 LBB177_43: ldr x0, [sp, #120] ldr w8, [sp, #144] ldr w9, [sp, #108] subs w1, w8, w9 ldr x8, [sp, #136] ldrsw x9, [sp, #108] add x2, x8, x9, lsl #3 bl _tcc_run str w0, [sp, #112] b LBB177_45 LBB177_44: ldr x0, [sp, #120] adrp x8, _outfile@PAGE ldr x1, [x8, _outfile@PAGEOFF] bl _tcc_output_file str wzr, [sp, #112] b LBB177_45 LBB177_45: b LBB177_46 LBB177_46: adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB177_48 b LBB177_47 LBB177_47: ldr x0, [sp, #120] bl _tcc_delete b LBB177_48 LBB177_48: ldr w8, [sp, #112] str w8, [sp, #148] b LBB177_49 LBB177_49: ldr w8, [sp, #148] str w8, [sp, #60] ; 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, LBB177_51 b LBB177_50 LBB177_50: bl ___stack_chk_fail LBB177_51: ldr w0, [sp, #60] ; 4-byte Folded Reload add sp, sp, #1184 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 tcc_basename _tcc_basename: ; @tcc_basename .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] mov w1, #47 bl _strrchr str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB178_2 b LBB178_1 LBB178_1: ldr x8, [sp, #8] str x8, [sp] b LBB178_3 LBB178_2: ldr x8, [sp] add x8, x8, #1 str x8, [sp] b LBB178_3 LBB178_3: ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function getclock_us _getclock_us: ; @getclock_us .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, sp mov x1, #0 bl _gettimeofday ldr x8, [sp] mov x9, #16960 movk x9, #15, lsl #16 mul x8, x8, x9 ldrsw x9, [sp, #8] add x0, x8, x9 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] b LBB180_1 LBB180_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #30 cset w8, ge tbnz w8, #0, LBB180_4 b LBB180_2 LBB180_2: ; in Loop: Header=BB180_1 Depth=1 ldur w0, [x29, #-8] ldr x1, [sp, #16] bl _main2 b LBB180_3 LBB180_3: ; in Loop: Header=BB180_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB180_1 LBB180_4: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_realloc _tcc_realloc: ; @tcc_realloc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _realloc str x0, [sp, #8] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_extern_sym2 _put_extern_sym2: ; @put_extern_sym2 .cfi_startproc ; %bb.0: sub sp, sp, #432 .cfi_def_cfa_offset 432 stp x28, x27, [sp, #400] ; 16-byte Folded Spill stp x29, x30, [sp, #416] ; 16-byte Folded Spill add x29, sp, #416 .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, #96] str x1, [sp, #88] str x2, [sp, #80] str x3, [sp, #72] str w4, [sp, #68] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB182_2 b LBB182_1 LBB182_1: str wzr, [sp, #56] b LBB182_6 LBB182_2: ldr x8, [sp, #88] subs x8, x8, #1 cset w8, ne tbnz w8, #0, LBB182_4 b LBB182_3 LBB182_3: mov w8, #65521 str w8, [sp, #56] b LBB182_5 LBB182_4: ldr x8, [sp, #88] ldr w8, [x8, #28] str w8, [sp, #56] b LBB182_5 LBB182_5: b LBB182_6 LBB182_6: ldr x8, [sp, #96] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB182_22 b LBB182_7 LBB182_7: ldr x8, [sp, #96] ldr w8, [x8, #24] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB182_9 b LBB182_8 LBB182_8: mov w8, #2 str w8, [sp, #64] b LBB182_10 LBB182_9: mov w8, #1 str w8, [sp, #64] b LBB182_10 LBB182_10: ldr x8, [sp, #96] ldr w8, [x8, #24] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB182_12 b LBB182_11 LBB182_11: str wzr, [sp, #60] b LBB182_13 LBB182_12: mov w8, #1 str w8, [sp, #60] b LBB182_13 LBB182_13: ldr x8, [sp, #96] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str str x0, [sp, #32] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB182_18 b LBB182_14 LBB182_14: ldr x8, [sp, #96] ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #355 subs x8, x8, #1 cset w8, ls tbnz w8, #0, LBB182_16 b LBB182_15 LBB182_15: ldr x8, [sp, #24] ; 8-byte Folded Reload subs x8, x8, #388 subs x8, x8, #2 cset w8, hi tbnz w8, #0, LBB182_17 b LBB182_16 LBB182_16: add x0, sp, #104 str x0, [sp, #16] ; 8-byte Folded Spill adrp x1, l_.str.127@PAGE add x1, x1, l_.str.127@PAGEOFF mov x2, #32 str x2, [sp, #8] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x1, [sp, #32] bl ___strcat_chk ldr x8, [sp, #16] ; 8-byte Folded Reload str x8, [sp, #32] b LBB182_17 LBB182_17: b LBB182_18 LBB182_18: adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #220] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB182_21 b LBB182_19 LBB182_19: ldr w8, [sp, #68] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB182_21 b LBB182_20 LBB182_20: add x8, sp, #136 str x8, [sp] ; 8-byte Folded Spill mov w9, #95 strb w9, [sp, #136] add x0, x8, #1 ldr x2, [sp, #32] mov w1, #255 bl _pstrcpy ldr x8, [sp] ; 8-byte Folded Reload str x8, [sp, #32] b LBB182_21 LBB182_21: ldr w9, [sp, #60] ldr w8, [sp, #64] and w8, w8, #0xf add w8, w8, w9, lsl #4 str w8, [sp, #52] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #80] ldr x2, [sp, #72] ldr w3, [sp, #52] ldr w5, [sp, #56] ldr x6, [sp, #32] mov w4, #0 bl _add_elf_sym ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 ldr x9, [sp, #96] str x8, [x9, #16] b LBB182_23 LBB182_22: adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #96] ldr x9, [x9, #16] add x8, x8, x9, lsl #4 str x8, [sp, #40] ldr x8, [sp, #80] ldr x9, [sp, #40] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] ldr x8, [sp, #72] ldr x9, [sp, #40] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] ldr w8, [sp, #56] ldr x9, [sp, #40] strh w8, [x9, #14] b LBB182_23 LBB182_23: 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, LBB182_25 b LBB182_24 LBB182_24: bl ___stack_chk_fail LBB182_25: ldp x29, x30, [sp, #416] ; 16-byte Folded Reload ldp x28, x27, [sp, #400] ; 16-byte Folded Reload add sp, sp, #432 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cstr_new _cstr_new: ; @cstr_new .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] mov w1, #0 mov x2, #32 mov x3, #-1 bl ___memset_chk ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cstr_realloc _cstr_realloc: ; @cstr_realloc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x8, [x29, #-8] ldr w8, [x8, #16] str w8, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB184_2 b LBB184_1 LBB184_1: mov w8, #8 str w8, [sp, #16] b LBB184_2 LBB184_2: b LBB184_3 LBB184_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, LBB184_5 b LBB184_4 LBB184_4: ; in Loop: Header=BB184_3 Depth=1 ldr w8, [sp, #16] lsl w8, w8, #1 str w8, [sp, #16] b LBB184_3 LBB184_5: ldur x8, [x29, #-8] ldr x0, [x8, #24] ldrsw x1, [sp, #16] bl _tcc_realloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB184_7 b LBB184_6 LBB184_6: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB184_7 LBB184_7: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #24] ldr w8, [sp, #16] ldur x9, [x29, #-8] str w8, [x9, #16] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sym_push2 _sym_push2: ; @sym_push2 .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str x3, [sp, #16] bl _sym_malloc str x0, [sp, #8] ldur x8, [x29, #-16] ldr x9, [sp, #8] str x8, [x9] ldr x8, [sp, #24] ldr x9, [sp, #8] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #24] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #16] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #40] ldur x8, [x29, #-8] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9, #48] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9] ldr x0, [sp, #8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sym_malloc _sym_malloc: ; @sym_malloc .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _sym_free_first@PAGE ldr x8, [x8, _sym_free_first@PAGEOFF] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB186_2 b LBB186_1 LBB186_1: bl ___sym_malloc str x0, [sp, #8] b LBB186_2 LBB186_2: ldr x8, [sp, #8] ldr x8, [x8, #40] adrp x9, _sym_free_first@PAGE str x8, [x9, _sym_free_first@PAGEOFF] ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function __sym_malloc ___sym_malloc: ; @__sym_malloc .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 x0, #8192 bl _tcc_malloc stur x0, [x29, #-8] adrp x8, _sym_free_first@PAGE ldr x8, [x8, _sym_free_first@PAGEOFF] str x8, [sp, #8] ldur x8, [x29, #-8] str x8, [sp, #16] str wzr, [sp, #4] b LBB187_1 LBB187_1: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #4] subs x8, x8, #128 cset w8, hs tbnz w8, #0, LBB187_4 b LBB187_2 LBB187_2: ; in Loop: Header=BB187_1 Depth=1 ldr x8, [sp, #8] ldr x9, [sp, #16] str x8, [x9, #40] ldr x8, [sp, #16] str x8, [sp, #8] ldr x8, [sp, #16] add x8, x8, #64 str x8, [sp, #16] b LBB187_3 LBB187_3: ; in Loop: Header=BB187_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB187_1 LBB187_4: ldr x8, [sp, #8] adrp x9, _sym_free_first@PAGE str x8, [x9, _sym_free_first@PAGEOFF] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_peekc_slow _tcc_peekc_slow: ; @tcc_peekc_slow .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] ldr x8, [x8] ldr x9, [sp, #16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB188_7 b LBB188_1 LBB188_1: ldr x8, [sp, #16] ldr w8, [x8, #16] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB188_5 b LBB188_2 LBB188_2: mov w8, #8192 str w8, [sp, #12] ldr x8, [sp, #16] ldr w0, [x8, #16] ldr x8, [sp, #16] add x1, x8, #1577 ldrsw x2, [sp, #12] bl _read mov x8, x0 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB188_4 b LBB188_3 LBB188_3: str wzr, [sp, #12] b LBB188_4 LBB188_4: b LBB188_6 LBB188_5: str wzr, [sp, #12] b LBB188_6 LBB188_6: ldr w10, [sp, #12] adrp x9, _total_bytes@PAGE ldr w8, [x9, _total_bytes@PAGEOFF] add w8, w8, w10 str w8, [x9, _total_bytes@PAGEOFF] ldr x8, [sp, #16] add x8, x8, #1577 ldr x9, [sp, #16] str x8, [x9] ldr x8, [sp, #16] add x8, x8, #1577 ldrsw x9, [sp, #12] add x8, x8, x9 ldr x9, [sp, #16] str x8, [x9, #8] ldr x8, [sp, #16] ldr x9, [x8, #8] mov w8, #92 strb w8, [x9] b LBB188_7 LBB188_7: ldr x8, [sp, #16] ldr x8, [x8] ldr x9, [sp, #16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB188_9 b LBB188_8 LBB188_8: ldr x8, [sp, #16] ldr x8, [x8] ldrb w8, [x8] stur w8, [x29, #-4] b LBB188_10 LBB188_9: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #16] str x8, [x9] mov w8, #-1 stur w8, [x29, #-4] b LBB188_10 LBB188_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function inp _inp: ; @inp .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _file@PAGE ldr x10, [x8, _file@PAGEOFF] ldr x8, [x10] add x9, x8, #1 str x9, [x10] ldrb w9, [x8, #1] adrp x8, _ch@PAGE str w9, [x8, _ch@PAGEOFF] ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB189_2 b LBB189_1 LBB189_1: bl _handle_eob adrp x8, _ch@PAGE str w0, [x8, _ch@PAGEOFF] b LBB189_2 LBB189_2: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function next_nomacro1 _next_nomacro1: ; @next_nomacro1 .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _tokcstr@PAGE add x8, x8, _tokcstr@PAGEOFF str x8, [sp, #88] ; 8-byte Folded Spill adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_1 LBB190_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #9 ; kill: def $x8 killed $w8 str x8, [sp, #80] ; 8-byte Folded Spill subs x8, x8, #117 cset w8, hi tbnz w8, #0, LBB190_235 ; %bb.2: ; in Loop: Header=BB190_1 Depth=1 ldr x11, [sp, #80] ; 8-byte Folded Reload adrp x10, lJTI190_0@PAGE add x10, x10, lJTI190_0@PAGEOFF Ltmp35: adr x8, Ltmp35 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB190_3: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] b LBB190_1 LBB190_4: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB190_8 b LBB190_5 LBB190_5: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] adrp x9, _file@PAGE str x9, [sp, #72] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x9, [sp, #72] ; 8-byte Folded Reload ldr x8, [x9, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] ldur x8, [x29, #-32] ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB190_7 b LBB190_6 LBB190_6: ; in Loop: Header=BB190_1 Depth=1 b LBB190_9 LBB190_7: ; in Loop: Header=BB190_1 Depth=1 b LBB190_1 LBB190_8: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] adrp x9, _file@PAGE str x9, [sp, #64] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] ldur x8, [x29, #-32] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] bl _handle_stray ldr x8, [sp, #64] ; 8-byte Folded Reload ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_1 LBB190_9: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] stur x8, [x29, #-56] adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x4 cset w8, eq tbnz w8, #0, LBB190_11 b LBB190_10 LBB190_10: mov w8, #10 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_20 LBB190_11: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #8] ldur x9, [x29, #-56] add x9, x9, #472 subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB190_13 b LBB190_12 LBB190_12: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB190_14 b LBB190_13 LBB190_13: mov w8, #-1 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_19 LBB190_14: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _tok_flags@PAGE ldr w8, [x8, _tok_flags@PAGEOFF] ands w8, w8, #0x4 cset w8, eq tbnz w8, #0, LBB190_16 b LBB190_15 LBB190_15: ; in Loop: Header=BB190_1 Depth=1 ldur x0, [x29, #-56] adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldrsb w1, [x9, #40] ldr x9, [x8, _file@PAGEOFF] add x2, x9, #41 ldr x8, [x8, _file@PAGEOFF] ldr w3, [x8, #28] bl _add_cached_include b LBB190_16 LBB190_16: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB190_18 b LBB190_17 LBB190_17: ; in Loop: Header=BB190_1 Depth=1 mov w0, #162 mov w2, #0 mov x1, x2 bl _put_stabd b LBB190_18 LBB190_18: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _file@PAGE str x8, [sp, #56] ; 8-byte Folded Spill ldr x0, [x8, _file@PAGEOFF] bl _tcc_close ldr x8, [sp, #56] ; 8-byte Folded Reload ldur x10, [x29, #-56] ldr x9, [x10, #8] subs x9, x9, #8 str x9, [x10, #8] ldur x9, [x29, #-56] ldr x9, [x9, #8] ldr x9, [x9] str x9, [x8, _file@PAGEOFF] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_1 LBB190_19: b LBB190_20 LBB190_20: b LBB190_236 LBB190_21: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x4 cset w8, eq tbnz w8, #0, LBB190_23 b LBB190_22 LBB190_22: mov w8, #10 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_24 LBB190_23: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w8, [x9, #20] add w8, w8, #1 str w8, [x9, #20] adrp x9, _tok_flags@PAGE ldr w8, [x9, _tok_flags@PAGEOFF] orr w8, w8, #0x1 str w8, [x9, _tok_flags@PAGEOFF] ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] b LBB190_1 LBB190_24: b LBB190_236 LBB190_25: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_27 b LBB190_26 LBB190_26: ; in Loop: Header=BB190_1 Depth=1 ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_27 LBB190_27: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _tok_flags@PAGE ldr w8, [x8, _tok_flags@PAGEOFF] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB190_30 b LBB190_28 LBB190_28: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB190_30 b LBB190_29 LBB190_29: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] adrp x9, _file@PAGE str x9, [sp, #48] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] adrp x8, _tok_flags@PAGE ldr w8, [x8, _tok_flags@PAGEOFF] and w0, w8, #0x2 bl _preprocess ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_1 LBB190_30: ; in Loop: Header=BB190_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB190_32 b LBB190_31 LBB190_31: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #182 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_36 LBB190_32: ; in Loop: Header=BB190_1 Depth=1 adrp x8, _parse_flags@PAGE ldr w8, [x8, _parse_flags@PAGEOFF] ands w8, w8, #0x8 cset w8, eq tbnz w8, #0, LBB190_34 b LBB190_33 LBB190_33: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] subs x0, x8, #1 bl _parse_line_comment stur x0, [x29, #-32] b LBB190_1 LBB190_34: mov w8, #35 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_35 LBB190_35: b LBB190_36 LBB190_36: b LBB190_37 LBB190_37: b LBB190_236 LBB190_38: b LBB190_39 LBB190_39: ldur x8, [x29, #-32] stur x8, [x29, #-40] mov w8, #1 stur w8, [x29, #-44] ldur w8, [x29, #-44] mov w9, #263 mul w8, w8, w9 ldur w9, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-44] ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] b LBB190_40 LBB190_40: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldursw x9, [x29, #-8] adrp x8, _isidnum_table@PAGE add x8, x8, _isidnum_table@PAGEOFF add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB190_42 b LBB190_41 LBB190_41: b LBB190_43 LBB190_42: ; in Loop: Header=BB190_40 Depth=1 ldur w8, [x29, #-44] mov w9, #263 mul w8, w8, w9 ldur w9, [x29, #-8] add w8, w8, w9 stur w8, [x29, #-44] ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] b LBB190_40 LBB190_43: ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, eq tbnz w8, #0, LBB190_53 b LBB190_44 LBB190_44: ldur x8, [x29, #-32] ldur x9, [x29, #-40] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-68] ldur w8, [x29, #-44] and w8, w8, #0x1fff stur w8, [x29, #-44] ldur w8, [x29, #-44] mov x9, x8 adrp x8, _hash_ident@PAGE add x8, x8, _hash_ident@PAGEOFF add x8, x8, x9, lsl #3 stur x8, [x29, #-64] b LBB190_45 LBB190_45: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] stur x8, [x29, #-24] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB190_47 b LBB190_46 LBB190_46: b LBB190_51 LBB190_47: ; in Loop: Header=BB190_45 Depth=1 ldur x8, [x29, #-24] ldr w8, [x8, #44] ldur w9, [x29, #-68] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB190_50 b LBB190_48 LBB190_48: ; in Loop: Header=BB190_45 Depth=1 ldur x8, [x29, #-24] add x0, x8, #48 ldur x1, [x29, #-40] ldursw x2, [x29, #-68] bl _memcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB190_50 b LBB190_49 LBB190_49: b LBB190_52 LBB190_50: ; in Loop: Header=BB190_45 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-64] b LBB190_45 LBB190_51: ldur x0, [x29, #-64] ldur x1, [x29, #-40] ldur w2, [x29, #-68] bl _tok_alloc_new stur x0, [x29, #-24] b LBB190_52 LBB190_52: b LBB190_65 LBB190_53: adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF bl _cstr_free b LBB190_54 LBB190_54: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-40] ldur x9, [x29, #-32] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB190_56 b LBB190_55 LBB190_55: ; in Loop: Header=BB190_54 Depth=1 ldur x8, [x29, #-40] ldrb w1, [x8] adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF bl _cstr_ccat ldur x8, [x29, #-40] add x8, x8, #1 stur x8, [x29, #-40] b LBB190_54 LBB190_56: ldur x8, [x29, #-32] subs x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_58 b LBB190_57 LBB190_57: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_58 LBB190_58: b LBB190_59 LBB190_59: b LBB190_60 LBB190_60: ; =>This Inner Loop Header: Depth=1 ldursw x9, [x29, #-8] adrp x8, _isidnum_table@PAGE add x8, x8, _isidnum_table@PAGEOFF add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB190_64 b LBB190_61 LBB190_61: ; in Loop: Header=BB190_60 Depth=1 ldur w1, [x29, #-8] adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF bl _cstr_ccat ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_63 b LBB190_62 LBB190_62: ; in Loop: Header=BB190_60 Depth=1 ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_63 LBB190_63: ; in Loop: Header=BB190_60 Depth=1 b LBB190_60 LBB190_64: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8, #8] adrp x8, _tokcstr@PAGE ldr w1, [x8, _tokcstr@PAGEOFF] bl _tok_alloc stur x0, [x29, #-24] b LBB190_65 LBB190_65: ldur x8, [x29, #-24] ldr w8, [x8, #40] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_236 LBB190_66: ldur x8, [x29, #-32] ldrb w8, [x8, #1] stur w8, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #92 cset w8, eq tbnz w8, #0, LBB190_70 b LBB190_67 LBB190_67: ldur w8, [x29, #-4] subs w8, w8, #39 cset w8, eq tbnz w8, #0, LBB190_70 b LBB190_68 LBB190_68: ldur w8, [x29, #-4] subs w8, w8, #34 cset w8, eq tbnz w8, #0, LBB190_70 b LBB190_69 LBB190_69: b LBB190_39 LBB190_70: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_72 b LBB190_71 LBB190_71: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_72 LBB190_72: ldur w8, [x29, #-8] subs w8, w8, #39 cset w8, eq tbnz w8, #0, LBB190_74 b LBB190_73 LBB190_73: ldur w8, [x29, #-8] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB190_75 b LBB190_74 LBB190_74: mov w8, #1 stur w8, [x29, #-12] b LBB190_108 LBB190_75: adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _cstr_free ldr x0, [sp, #40] ; 8-byte Folded Reload mov w1, #76 bl _cstr_ccat b LBB190_59 LBB190_76: adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF bl _cstr_free b LBB190_77 LBB190_77: b LBB190_78 LBB190_78: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] stur w8, [x29, #-4] ldur w1, [x29, #-8] adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF bl _cstr_ccat ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_80 b LBB190_79 LBB190_79: ; in Loop: Header=BB190_78 Depth=1 ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_80 LBB190_80: ; in Loop: Header=BB190_78 Depth=1 ldur w0, [x29, #-8] bl _isnum subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB190_90 b LBB190_81 LBB190_81: ; in Loop: Header=BB190_78 Depth=1 ldur w0, [x29, #-8] bl _isid subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB190_90 b LBB190_82 LBB190_82: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #46 cset w8, eq tbnz w8, #0, LBB190_90 b LBB190_83 LBB190_83: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB190_85 b LBB190_84 LBB190_84: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB190_89 b LBB190_85 LBB190_85: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #101 cset w8, eq tbnz w8, #0, LBB190_90 b LBB190_86 LBB190_86: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #69 cset w8, eq tbnz w8, #0, LBB190_90 b LBB190_87 LBB190_87: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #112 cset w8, eq tbnz w8, #0, LBB190_90 b LBB190_88 LBB190_88: ; in Loop: Header=BB190_78 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #80 cset w8, eq tbnz w8, #0, LBB190_90 b LBB190_89 LBB190_89: b LBB190_91 LBB190_90: ; in Loop: Header=BB190_78 Depth=1 b LBB190_78 LBB190_91: adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill mov w1, #0 bl _cstr_ccat ldr x8, [sp, #32] ; 8-byte Folded Reload adrp x9, _tokc@PAGE str x8, [x9, _tokc@PAGEOFF] mov w8, #206 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_236 LBB190_92: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_94 b LBB190_93 LBB190_93: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_94 LBB190_94: ldur w0, [x29, #-8] bl _isnum subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB190_96 b LBB190_95 LBB190_95: adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _cstr_free ldr x0, [sp, #24] ; 8-byte Folded Reload mov w1, #46 bl _cstr_ccat b LBB190_77 LBB190_96: ldur w8, [x29, #-8] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB190_104 b LBB190_97 LBB190_97: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_99 b LBB190_98 LBB190_98: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_99 LBB190_99: ldur w8, [x29, #-8] subs w8, w8, #46 cset w8, eq tbnz w8, #0, LBB190_101 b LBB190_100 LBB190_100: adrp x0, l_.str.132@PAGE add x0, x0, l_.str.132@PAGEOFF bl _expect b LBB190_101 LBB190_101: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_103 b LBB190_102 LBB190_102: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_103 LBB190_103: mov w8, #204 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_105 LBB190_104: mov w8, #46 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_105 LBB190_105: b LBB190_106 LBB190_106: b LBB190_236 LBB190_107: stur wzr, [x29, #-12] b LBB190_108 LBB190_108: ldur w8, [x29, #-8] str w8, [sp, #100] add x0, sp, #104 str x0, [sp, #16] ; 8-byte Folded Spill bl _cstr_new ldr x2, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-32] ldr w1, [sp, #100] bl _parse_pp_string mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload stur x8, [x29, #-32] mov w1, #0 bl _cstr_ccat adrp x0, _tokcstr@PAGE add x0, x0, _tokcstr@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill bl _cstr_free ldr x0, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #112] ldur w2, [x29, #-12] bl _parse_escape_string ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cstr_free ldr w8, [sp, #100] subs w8, w8, #39 cset w8, ne tbnz w8, #0, LBB190_120 b LBB190_109 LBB190_109: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB190_111 b LBB190_110 LBB190_110: mov w8, #1 str w8, [sp, #96] b LBB190_112 LBB190_111: mov w8, #4 str w8, [sp, #96] b LBB190_112 LBB190_112: adrp x8, _tokcstr@PAGE ldr w8, [x8, _tokcstr@PAGEOFF] ldr w9, [sp, #96] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB190_114 b LBB190_113 LBB190_113: adrp x0, l_.str.133@PAGE add x0, x0, l_.str.133@PAGEOFF bl _error b LBB190_114 LBB190_114: adrp x8, _tokcstr@PAGE ldr w8, [x8, _tokcstr@PAGEOFF] ldr w10, [sp, #96] mov w9, #2 mul w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB190_116 b LBB190_115 LBB190_115: adrp x0, l_.str.134@PAGE add x0, x0, l_.str.134@PAGEOFF bl _warning b LBB190_116 LBB190_116: ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB190_118 b LBB190_117 LBB190_117: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x8, [x8, #8] ldrsb w8, [x8] adrp x9, _tokc@PAGE str w8, [x9, _tokc@PAGEOFF] mov w8, #180 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_119 LBB190_118: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x8, [x8, #8] ldr w8, [x8] adrp x9, _tokc@PAGE str w8, [x9, _tokc@PAGEOFF] mov w8, #183 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_119 LBB190_119: b LBB190_124 LBB190_120: adrp x9, _tokc@PAGE adrp x8, _tokcstr@PAGE add x8, x8, _tokcstr@PAGEOFF str x8, [x9, _tokc@PAGEOFF] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB190_122 b LBB190_121 LBB190_121: mov w8, #181 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_123 LBB190_122: mov w8, #184 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_123 LBB190_123: b LBB190_124 LBB190_124: b LBB190_236 LBB190_125: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_127 b LBB190_126 LBB190_126: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_127 LBB190_127: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_129 b LBB190_128 LBB190_128: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #158 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_138 LBB190_129: ldur w8, [x29, #-8] subs w8, w8, #60 cset w8, ne tbnz w8, #0, LBB190_136 b LBB190_130 LBB190_130: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_132 b LBB190_131 LBB190_131: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_132 LBB190_132: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_134 b LBB190_133 LBB190_133: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #129 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_135 LBB190_134: mov w8, #1 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_135 LBB190_135: b LBB190_137 LBB190_136: mov w8, #156 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_137 LBB190_137: b LBB190_138 LBB190_138: b LBB190_236 LBB190_139: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_141 b LBB190_140 LBB190_140: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_141 LBB190_141: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_143 b LBB190_142 LBB190_142: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #157 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_152 LBB190_143: ldur w8, [x29, #-8] subs w8, w8, #62 cset w8, ne tbnz w8, #0, LBB190_150 b LBB190_144 LBB190_144: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_146 b LBB190_145 LBB190_145: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_146 LBB190_146: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_148 b LBB190_147 LBB190_147: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #130 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_149 LBB190_148: mov w8, #2 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_149 LBB190_149: b LBB190_151 LBB190_150: mov w8, #159 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_151 LBB190_151: b LBB190_152 LBB190_152: b LBB190_236 LBB190_153: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_155 b LBB190_154 LBB190_154: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_155 LBB190_155: ldur w8, [x29, #-8] subs w8, w8, #38 cset w8, ne tbnz w8, #0, LBB190_157 b LBB190_156 LBB190_156: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #160 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_161 LBB190_157: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_159 b LBB190_158 LBB190_158: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #166 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_160 LBB190_159: mov w8, #38 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_160 LBB190_160: b LBB190_161 LBB190_161: b LBB190_236 LBB190_162: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_164 b LBB190_163 LBB190_163: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_164 LBB190_164: ldur w8, [x29, #-8] subs w8, w8, #124 cset w8, ne tbnz w8, #0, LBB190_166 b LBB190_165 LBB190_165: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #161 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_170 LBB190_166: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_168 b LBB190_167 LBB190_167: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #252 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_169 LBB190_168: mov w8, #124 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_169 LBB190_169: b LBB190_170 LBB190_170: b LBB190_236 LBB190_171: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_173 b LBB190_172 LBB190_172: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_173 LBB190_173: ldur w8, [x29, #-8] subs w8, w8, #43 cset w8, ne tbnz w8, #0, LBB190_175 b LBB190_174 LBB190_174: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #164 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_179 LBB190_175: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_177 b LBB190_176 LBB190_176: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #171 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_178 LBB190_177: mov w8, #43 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_178 LBB190_178: b LBB190_179 LBB190_179: b LBB190_236 LBB190_180: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_182 b LBB190_181 LBB190_181: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_182 LBB190_182: ldur w8, [x29, #-8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB190_184 b LBB190_183 LBB190_183: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #162 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_191 LBB190_184: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_186 b LBB190_185 LBB190_185: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #173 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_190 LBB190_186: ldur w8, [x29, #-8] subs w8, w8, #62 cset w8, ne tbnz w8, #0, LBB190_188 b LBB190_187 LBB190_187: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #203 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_189 LBB190_188: mov w8, #45 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_189 LBB190_189: b LBB190_190 LBB190_190: b LBB190_191 LBB190_191: b LBB190_236 LBB190_192: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_194 b LBB190_193 LBB190_193: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_194 LBB190_194: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_196 b LBB190_195 LBB190_195: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #149 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_197 LBB190_196: mov w8, #33 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_197 LBB190_197: b LBB190_236 LBB190_198: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_200 b LBB190_199 LBB190_199: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_200 LBB190_200: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_202 b LBB190_201 LBB190_201: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #148 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_203 LBB190_202: mov w8, #61 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_203 LBB190_203: b LBB190_236 LBB190_204: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_206 b LBB190_205 LBB190_205: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_206 LBB190_206: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_208 b LBB190_207 LBB190_207: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #170 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_209 LBB190_208: mov w8, #42 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_209 LBB190_209: b LBB190_236 LBB190_210: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_212 b LBB190_211 LBB190_211: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_212 LBB190_212: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_214 b LBB190_213 LBB190_213: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #165 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_215 LBB190_214: mov w8, #37 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_215 LBB190_215: b LBB190_236 LBB190_216: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_218 b LBB190_217 LBB190_217: ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_218 LBB190_218: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_220 b LBB190_219 LBB190_219: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #222 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_221 LBB190_220: mov w8, #94 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_221 LBB190_221: b LBB190_236 LBB190_222: ; in Loop: Header=BB190_1 Depth=1 ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-32] ldrb w8, [x8] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB190_224 b LBB190_223 LBB190_223: ; in Loop: Header=BB190_1 Depth=1 ldur x0, [x29, #-32] bl _handle_stray1 stur w0, [x29, #-8] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB190_224 LBB190_224: ; in Loop: Header=BB190_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB190_226 b LBB190_225 LBB190_225: ; in Loop: Header=BB190_1 Depth=1 ldur x0, [x29, #-32] bl _parse_comment stur x0, [x29, #-32] b LBB190_1 LBB190_226: ; in Loop: Header=BB190_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB190_228 b LBB190_227 LBB190_227: ; in Loop: Header=BB190_1 Depth=1 ldur x0, [x29, #-32] bl _parse_line_comment stur x0, [x29, #-32] b LBB190_1 LBB190_228: ldur w8, [x29, #-8] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB190_230 b LBB190_229 LBB190_229: ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] mov w8, #175 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_231 LBB190_230: mov w8, #47 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB190_231 LBB190_231: b LBB190_232 LBB190_232: b LBB190_233 LBB190_233: b LBB190_236 LBB190_234: ldur w8, [x29, #-8] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldur x8, [x29, #-32] add x8, x8, #1 stur x8, [x29, #-32] b LBB190_236 LBB190_235: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.135@PAGE add x0, x0, l_.str.135@PAGEOFF bl _error b LBB190_236 LBB190_236: ldur x8, [x29, #-32] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str x8, [x9] adrp x8, _tok_flags@PAGE str wzr, [x8, _tok_flags@PAGEOFF] ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc .p2align 2 lJTI190_0: .long LBB190_3-Ltmp35 .long LBB190_21-Ltmp35 .long LBB190_3-Ltmp35 .long LBB190_3-Ltmp35 .long LBB190_3-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_3-Ltmp35 .long LBB190_192-Ltmp35 .long LBB190_107-Ltmp35 .long LBB190_25-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_210-Ltmp35 .long LBB190_153-Ltmp35 .long LBB190_107-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_204-Ltmp35 .long LBB190_171-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_180-Ltmp35 .long LBB190_92-Ltmp35 .long LBB190_222-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_76-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_125-Ltmp35 .long LBB190_198-Ltmp35 .long LBB190_139-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_66-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_4-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_216-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_235-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_38-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_162-Ltmp35 .long LBB190_234-Ltmp35 .long LBB190_234-Ltmp35 ; -- End function .p2align 2 ; -- Begin function add_cached_include _add_cached_include: ; @add_cached_include .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] str w3, [sp, #20] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr x2, [sp, #24] bl _search_cached_include subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB191_2 b LBB191_1 LBB191_1: b LBB191_5 LBB191_2: ldr x0, [sp, #24] bl _strlen add x0, x0, #12 bl _tcc_malloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB191_4 b LBB191_3 LBB191_3: b LBB191_5 LBB191_4: ldur w8, [x29, #-12] ldr x9, [sp, #8] strb w8, [x9, #8] ldr x8, [sp, #8] add x0, x8, #9 ldr x1, [sp, #24] mov x2, #-1 bl ___strcpy_chk ldr w8, [sp, #20] ldr x9, [sp, #8] str w8, [x9] ldur x8, [x29, #-8] add x0, x8, #56 ldur x8, [x29, #-8] add x1, x8, #64 ldr x2, [sp, #8] bl _dynarray_add ldur w0, [x29, #-12] ldr x1, [sp, #24] bl _hash_cached_include str w0, [sp, #4] ldur x8, [x29, #-8] add x8, x8, #984 ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #8] str w8, [x9, #4] ldur x8, [x29, #-8] ldr w8, [x8, #64] ldur x9, [x29, #-8] add x9, x9, #984 ldrsw x10, [sp, #4] str w8, [x9, x10, lsl #2] b LBB191_5 LBB191_5: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_stabd _put_stabd: ; @put_stabd .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] str w2, [sp, #4] ldur w1, [x29, #-4] ldr w2, [sp, #8] ldr w3, [sp, #4] mov x0, #0 mov x4, #0 bl _put_stabs ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function handle_stray1 _handle_stray1: ; @handle_stray1 .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, _file@PAGE ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB193_4 b LBB193_1 LBB193_1: ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] bl _handle_eob ldr x8, [sp, #8] ; 8-byte Folded Reload stur w0, [x29, #-12] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur w8, [x29, #-12] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB193_3 b LBB193_2 LBB193_2: b LBB193_5 LBB193_3: b LBB193_6 LBB193_4: b LBB193_5 LBB193_5: ldur x8, [x29, #-8] adrp x9, _file@PAGE str x9, [sp] ; 8-byte Folded Spill ldr x9, [x9, _file@PAGEOFF] str x8, [x9] ldur x8, [x29, #-8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] bl _handle_stray ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] ldur x8, [x29, #-8] ldrb w8, [x8] stur w8, [x29, #-12] b LBB193_6 LBB193_6: ldur w0, [x29, #-12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function preprocess _preprocess: ; @preprocess .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, #2224 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #164] adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] str x8, [sp, #152] adrp x9, _parse_flags@PAGE ldr w8, [x9, _parse_flags@PAGEOFF] str w8, [sp, #132] mov w8, #7 str w8, [x9, _parse_flags@PAGEOFF] bl _next_nomacro b LBB194_1 LBB194_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #259 ; kill: def $x8 killed $w8 str x8, [sp, #64] ; 8-byte Folded Spill subs x8, x8, #66 cset w8, hi tbnz w8, #0, LBB194_128 ; %bb.2: ; in Loop: Header=BB194_1 Depth=1 ldr x11, [sp, #64] ; 8-byte Folded Reload adrp x10, lJTI194_0@PAGE add x10, x10, lJTI194_0@PAGEOFF Ltmp36: adr x8, Ltmp36 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB194_3: bl _next_nomacro bl _parse_define b LBB194_136 LBB194_4: bl _next_nomacro adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _define_find str x0, [sp, #96] ldr x8, [sp, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB194_6 b LBB194_5 LBB194_5: ldr x0, [sp, #96] bl _define_undef b LBB194_6 LBB194_6: b LBB194_136 LBB194_7: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str x9, [sp, #56] ; 8-byte Folded Spill str w8, [x9, _ch@PAGEOFF] bl _skip_spaces ldr x8, [sp, #56] ; 8-byte Folded Reload ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #60 cset w8, ne tbnz w8, #0, LBB194_9 b LBB194_8 LBB194_8: mov w8, #62 str w8, [sp, #140] b LBB194_11 LBB194_9: adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB194_20 b LBB194_10 LBB194_10: adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] str w8, [sp, #140] b LBB194_11 LBB194_11: bl _minp add x8, sp, #1192 str x8, [sp, #120] b LBB194_12 LBB194_12: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] ldr w9, [sp, #140] subs w8, w8, w9 cset w8, eq mov w9, #0 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB194_15 b LBB194_13 LBB194_13: ; in Loop: Header=BB194_12 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB194_15 b LBB194_14 LBB194_14: ; in Loop: Header=BB194_12 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #52] ; 4-byte Folded Spill b LBB194_15 LBB194_15: ; in Loop: Header=BB194_12 Depth=1 ldr w8, [sp, #52] ; 4-byte Folded Reload tbz w8, #0, LBB194_19 b LBB194_16 LBB194_16: ; in Loop: Header=BB194_12 Depth=1 ldr x8, [sp, #120] add x9, sp, #1192 subs x8, x8, x9 subs x8, x8, #1023 cset w8, hs tbnz w8, #0, LBB194_18 b LBB194_17 LBB194_17: ; in Loop: Header=BB194_12 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] ldr x9, [sp, #120] add x10, x9, #1 str x10, [sp, #120] strb w8, [x9] b LBB194_18 LBB194_18: ; in Loop: Header=BB194_12 Depth=1 bl _minp b LBB194_12 LBB194_19: ldr x8, [sp, #120] strb wzr, [x8] bl _minp b LBB194_37 LBB194_20: bl _next strb wzr, [sp, #1192] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB194_28 b LBB194_21 LBB194_21: b LBB194_22 LBB194_22: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_27 b LBB194_23 LBB194_23: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB194_26 b LBB194_24 LBB194_24: b LBB194_25 LBB194_25: adrp x0, l_.str.136@PAGE add x0, x0, l_.str.136@PAGEOFF bl _error b LBB194_26 LBB194_26: adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x2, [x8, #8] add x0, sp, #1192 mov w1, #1024 bl _pstrcat bl _next b LBB194_22 LBB194_27: mov w8, #34 str w8, [sp, #140] b LBB194_36 LBB194_28: b LBB194_29 LBB194_29: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_31 b LBB194_30 LBB194_30: ; in Loop: Header=BB194_29 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF bl _get_tok_str mov x2, x0 add x0, sp, #1192 mov w1, #1024 bl _pstrcat bl _next b LBB194_29 LBB194_31: add x0, sp, #1192 bl _strlen mov x8, x0 str w8, [sp, #84] ldr w8, [sp, #84] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB194_34 b LBB194_32 LBB194_32: ldrsb w8, [sp, #1192] subs w8, w8, #60 cset w8, ne tbnz w8, #0, LBB194_34 b LBB194_33 LBB194_33: ldr w8, [sp, #84] subs w9, w8, #1 add x8, sp, #1192 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #62 cset w8, eq tbnz w8, #0, LBB194_35 b LBB194_34 LBB194_34: b LBB194_25 LBB194_35: add x0, sp, #1192 str x0, [sp, #40] ; 8-byte Folded Spill add x1, x0, #1 ldr w8, [sp, #84] subs w9, w8, #2 ; implicit-def: $x8 mov x8, x9 sxtw x2, w8 mov x3, #1024 bl ___memmove_chk ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w9, [sp, #84] subs w9, w9, #2 add x8, x8, w9, sxtw strb wzr, [x8] mov w8, #62 str w8, [sp, #140] b LBB194_36 LBB194_36: b LBB194_37 LBB194_37: b LBB194_38 LBB194_38: ldr x0, [sp, #152] ldr w1, [sp, #140] add x2, sp, #1192 bl _search_cached_include str x0, [sp, #88] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB194_41 b LBB194_39 LBB194_39: ldr x8, [sp, #88] ldr w0, [x8] bl _define_find subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB194_41 b LBB194_40 LBB194_40: b LBB194_70 LBB194_41: ldr w8, [sp, #140] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB194_52 b LBB194_42 LBB194_42: str wzr, [sp, #148] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x0, x8, #553 mov w1, #47 bl _strrchr str x0, [sp, #112] ldr x8, [sp, #112] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB194_44 b LBB194_43 LBB194_43: ldr x8, [sp, #112] add x8, x8, #1 adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] add x9, x9, #553 subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #148] b LBB194_44 LBB194_44: ldrsw x8, [sp, #148] subs x8, x8, #1023 cset w8, ls tbnz w8, #0, LBB194_46 b LBB194_45 LBB194_45: mov w8, #1023 str w8, [sp, #148] b LBB194_46 LBB194_46: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x1, x8, #553 ldrsw x2, [sp, #148] add x0, sp, #168 str x0, [sp, #32] ; 8-byte Folded Spill mov x3, #1024 bl ___memcpy_chk ldr x0, [sp, #32] ; 8-byte Folded Reload ldrsw x9, [sp, #148] mov x8, x0 add x8, x8, x9 strb wzr, [x8] mov w1, #1024 add x2, sp, #1192 bl _pstrcat ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #152] bl _tcc_open str x0, [sp, #104] ldr x8, [sp, #104] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB194_51 b LBB194_47 LBB194_47: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #315 cset w8, ne tbnz w8, #0, LBB194_49 b LBB194_48 LBB194_48: mov w8, #314 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB194_50 LBB194_49: b LBB194_67 LBB194_50: b LBB194_51 LBB194_51: b LBB194_52 LBB194_52: ldr x8, [sp, #152] ldr x8, [x8, #8] ldr x9, [sp, #152] add x9, x9, #728 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB194_54 b LBB194_53 LBB194_53: adrp x0, l_.str.137@PAGE add x0, x0, l_.str.137@PAGEOFF bl _error b LBB194_54 LBB194_54: ldr x8, [sp, #152] ldr w8, [x8, #32] ldr x9, [sp, #152] ldr w9, [x9, #48] add w8, w8, w9 str w8, [sp, #136] str wzr, [sp, #144] b LBB194_55 LBB194_55: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #144] ldr w9, [sp, #136] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB194_66 b LBB194_56 LBB194_56: ; in Loop: Header=BB194_55 Depth=1 ldr w8, [sp, #144] ldr x9, [sp, #152] ldr w9, [x9, #32] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB194_58 b LBB194_57 LBB194_57: ; in Loop: Header=BB194_55 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #24] ldrsw x9, [sp, #144] ldr x8, [x8, x9, lsl #3] str x8, [sp, #72] b LBB194_59 LBB194_58: ; in Loop: Header=BB194_55 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #40] ldr w9, [sp, #144] ldr x10, [sp, #152] ldr w10, [x10, #32] subs w9, w9, w10 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #72] b LBB194_59 LBB194_59: ; in Loop: Header=BB194_55 Depth=1 ldr x2, [sp, #72] add x0, sp, #168 str x0, [sp, #24] ; 8-byte Folded Spill mov w1, #1024 str w1, [sp, #20] ; 4-byte Folded Spill bl _pstrcpy ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload adrp x2, l_.str.138@PAGE add x2, x2, l_.str.138@PAGEOFF bl _pstrcat ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload add x2, sp, #1192 bl _pstrcat ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #152] bl _tcc_open str x0, [sp, #104] ldr x8, [sp, #104] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB194_64 b LBB194_60 LBB194_60: ; in Loop: Header=BB194_55 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #315 cset w8, ne tbnz w8, #0, LBB194_62 b LBB194_61 LBB194_61: ; in Loop: Header=BB194_55 Depth=1 mov w8, #314 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB194_63 LBB194_62: b LBB194_67 LBB194_63: ; in Loop: Header=BB194_55 Depth=1 b LBB194_64 LBB194_64: ; in Loop: Header=BB194_55 Depth=1 b LBB194_65 LBB194_65: ; in Loop: Header=BB194_55 Depth=1 ldr w8, [sp, #144] add w8, w8, #1 str w8, [sp, #144] b LBB194_55 LBB194_66: mov x9, sp add x8, sp, #1192 str x8, [x9] adrp x0, l_.str.139@PAGE add x0, x0, l_.str.139@PAGEOFF bl _error ; kill: def $x8 killed $xzr str xzr, [sp, #104] b LBB194_67 LBB194_67: ldr w8, [sp, #140] ldr x9, [sp, #104] strb w8, [x9, #40] ldr x8, [sp, #104] add x0, x8, #41 mov w1, #512 add x2, sp, #1192 bl _pstrcpy adrp x9, _file@PAGE ldr x8, [x9, _file@PAGEOFF] ldr x12, [sp, #152] ldr x10, [x12, #8] add x11, x10, #8 str x11, [x12, #8] str x8, [x10] ldr x8, [sp, #104] str x8, [x9, _file@PAGEOFF] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB194_69 b LBB194_68 LBB194_68: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x0, x8, #553 mov w1, #130 mov w3, #0 mov x2, x3 mov x4, #0 bl _put_stabs b LBB194_69 LBB194_69: adrp x9, _tok_flags@PAGE ldr w8, [x9, _tok_flags@PAGEOFF] orr w8, w8, #0x3 str w8, [x9, _tok_flags@PAGEOFF] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] b LBB194_140 LBB194_70: b LBB194_136 LBB194_71: ; in Loop: Header=BB194_1 Depth=1 mov w8, #1 str w8, [sp, #140] b LBB194_74 LBB194_72: ; in Loop: Header=BB194_1 Depth=1 bl _expr_preprocess str w0, [sp, #140] b LBB194_81 LBB194_73: ; in Loop: Header=BB194_1 Depth=1 str wzr, [sp, #140] b LBB194_74 LBB194_74: ; in Loop: Header=BB194_1 Depth=1 bl _next_nomacro adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB194_76 b LBB194_75 LBB194_75: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #140] subs w8, w8, #0 cset w8, ne and w10, w8, #0x1 adrp x9, l_.str.63@PAGE add x9, x9, l_.str.63@PAGEOFF adrp x8, l_.str.141@PAGE add x8, x8, l_.str.141@PAGEOFF ands w10, w10, #0x1 csel x8, x8, x9, ne mov x9, sp str x8, [x9] adrp x0, l_.str.140@PAGE add x0, x0, l_.str.140@PAGEOFF bl _error b LBB194_76 LBB194_76: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #164] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB194_80 b LBB194_77 LBB194_77: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #140] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB194_79 b LBB194_78 LBB194_78: ; in Loop: Header=BB194_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str w8, [x9, #24] b LBB194_79 LBB194_79: ; in Loop: Header=BB194_1 Depth=1 b LBB194_80 LBB194_80: ; in Loop: Header=BB194_1 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _define_find subs x8, x0, #0 cset w8, ne and w8, w8, #0x1 ldr w9, [sp, #140] eor w8, w8, w9 str w8, [sp, #140] b LBB194_81 LBB194_81: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #16] ldr x9, [sp, #152] add x9, x9, #984 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB194_83 b LBB194_82 LBB194_82: ; in Loop: Header=BB194_1 Depth=1 adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB194_83 LBB194_83: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #140] ldr x11, [sp, #152] ldr x9, [x11, #16] add x10, x9, #4 str x10, [x11, #16] str w8, [x9] b LBB194_96 LBB194_84: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #16] ldr x9, [sp, #152] add x9, x9, #728 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB194_86 b LBB194_85 LBB194_85: ; in Loop: Header=BB194_1 Depth=1 adrp x0, l_.str.142@PAGE add x0, x0, l_.str.142@PAGEOFF bl _error b LBB194_86 LBB194_86: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #16] ldur w8, [x8, #-4] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB194_88 b LBB194_87 LBB194_87: ; in Loop: Header=BB194_1 Depth=1 adrp x0, l_.str.143@PAGE add x0, x0, l_.str.143@PAGEOFF bl _error b LBB194_88 LBB194_88: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x9, [x8, #16] ldur w8, [x9, #-4] eor w8, w8, #0x3 stur w8, [x9, #-4] str w8, [sp, #140] b LBB194_96 LBB194_89: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #16] ldr x9, [sp, #152] add x9, x9, #728 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB194_91 b LBB194_90 LBB194_90: ; in Loop: Header=BB194_1 Depth=1 adrp x0, l_.str.144@PAGE add x0, x0, l_.str.144@PAGEOFF bl _error b LBB194_91 LBB194_91: ; in Loop: Header=BB194_1 Depth=1 ldr x8, [sp, #152] ldr x8, [x8, #16] ldur w8, [x8, #-4] str w8, [sp, #140] ldr w8, [sp, #140] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB194_93 b LBB194_92 LBB194_92: ; in Loop: Header=BB194_1 Depth=1 adrp x0, l_.str.145@PAGE add x0, x0, l_.str.145@PAGEOFF bl _error b LBB194_93 LBB194_93: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #140] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB194_95 b LBB194_94 LBB194_94: ; in Loop: Header=BB194_1 Depth=1 b LBB194_98 LBB194_95: ; in Loop: Header=BB194_1 Depth=1 bl _expr_preprocess str w0, [sp, #140] ldr w8, [sp, #140] ldr x9, [sp, #152] ldr x9, [x9, #16] stur w8, [x9, #-4] b LBB194_96 LBB194_96: ; in Loop: Header=BB194_1 Depth=1 ldr w8, [sp, #140] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB194_99 b LBB194_97 LBB194_97: ; in Loop: Header=BB194_1 Depth=1 b LBB194_98 LBB194_98: ; in Loop: Header=BB194_1 Depth=1 bl _preprocess_skip str wzr, [sp, #164] b LBB194_1 LBB194_99: b LBB194_136 LBB194_100: ldr x8, [sp, #152] ldr x8, [x8, #16] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9, #32] subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB194_102 b LBB194_101 LBB194_101: adrp x0, l_.str.146@PAGE add x0, x0, l_.str.146@PAGEOFF bl _error b LBB194_102 LBB194_102: ldr x9, [sp, #152] ldr x8, [x9, #16] subs x8, x8, #4 str x8, [x9, #16] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB194_108 b LBB194_103 LBB194_103: ldr x8, [sp, #152] ldr x8, [x8, #16] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] ldr x9, [x9, #32] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB194_108 b LBB194_104 LBB194_104: adrp x8, _file@PAGE ldr x9, [x8, _file@PAGEOFF] ldr w9, [x9, #24] ldr x10, [x8, _file@PAGEOFF] str w9, [x10, #28] ldr x8, [x8, _file@PAGEOFF] str wzr, [x8, #24] b LBB194_105 LBB194_105: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_107 b LBB194_106 LBB194_106: ; in Loop: Header=BB194_105 Depth=1 bl _next_nomacro b LBB194_105 LBB194_107: adrp x9, _tok_flags@PAGE ldr w8, [x9, _tok_flags@PAGEOFF] orr w8, w8, #0x4 str w8, [x9, _tok_flags@PAGEOFF] b LBB194_140 LBB194_108: b LBB194_136 LBB194_109: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, eq tbnz w8, #0, LBB194_111 b LBB194_110 LBB194_110: adrp x0, l_.str.147@PAGE add x0, x0, l_.str.147@PAGEOFF bl _error b LBB194_111 LBB194_111: adrp x8, _tokc@PAGE ldr w8, [x8, _tokc@PAGEOFF] subs w8, w8, #1 adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] str w8, [x9, #20] bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_115 b LBB194_112 LBB194_112: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB194_114 b LBB194_113 LBB194_113: adrp x0, l_.str.147@PAGE add x0, x0, l_.str.147@PAGEOFF bl _error b LBB194_114 LBB194_114: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x0, x8, #553 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x2, [x8, #8] mov w1, #1024 bl _pstrcpy b LBB194_115 LBB194_115: b LBB194_136 LBB194_116: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #140] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] bl _skip_spaces add x8, sp, #1192 str x8, [sp, #120] b LBB194_117 LBB194_117: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB194_119 b LBB194_118 LBB194_118: ; in Loop: Header=BB194_117 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #16] ; 4-byte Folded Spill b LBB194_119 LBB194_119: ; in Loop: Header=BB194_117 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB194_123 b LBB194_120 LBB194_120: ; in Loop: Header=BB194_117 Depth=1 ldr x8, [sp, #120] add x9, sp, #1192 subs x8, x8, x9 subs x8, x8, #1023 cset w8, hs tbnz w8, #0, LBB194_122 b LBB194_121 LBB194_121: ; in Loop: Header=BB194_117 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] ldr x9, [sp, #120] add x10, x9, #1 str x10, [sp, #120] strb w8, [x9] b LBB194_122 LBB194_122: ; in Loop: Header=BB194_117 Depth=1 bl _minp b LBB194_117 LBB194_123: ldr x8, [sp, #120] strb wzr, [x8] ldr w8, [sp, #140] subs w8, w8, #322 cset w8, ne tbnz w8, #0, LBB194_125 b LBB194_124 LBB194_124: mov x9, sp add x8, sp, #1192 str x8, [x9] adrp x0, l_.str.148@PAGE add x0, x0, l_.str.148@PAGEOFF bl _error b LBB194_126 LBB194_125: mov x9, sp add x8, sp, #1192 str x8, [x9] adrp x0, l_.str.149@PAGE add x0, x0, l_.str.149@PAGEOFF bl _warning b LBB194_126 LBB194_126: b LBB194_136 LBB194_127: ldr x0, [sp, #152] bl _pragma_parse b LBB194_136 LBB194_128: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_131 b LBB194_129 LBB194_129: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #33 cset w8, eq tbnz w8, #0, LBB194_131 b LBB194_130 LBB194_130: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, ne tbnz w8, #0, LBB194_132 b LBB194_131 LBB194_131: b LBB194_135 LBB194_132: ldr w8, [sp, #132] ands w8, w8, #0x8 cset w8, ne tbnz w8, #0, LBB194_134 b LBB194_133 LBB194_133: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.150@PAGE add x0, x0, l_.str.150@PAGEOFF bl _error b LBB194_134 LBB194_134: b LBB194_135 LBB194_135: b LBB194_136 LBB194_136: b LBB194_137 LBB194_137: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB194_139 b LBB194_138 LBB194_138: ; in Loop: Header=BB194_137 Depth=1 bl _next_nomacro b LBB194_137 LBB194_139: b LBB194_140 LBB194_140: ldr w8, [sp, #132] adrp x9, _parse_flags@PAGE str w8, [x9, _parse_flags@PAGEOFF] 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, LBB194_142 b LBB194_141 LBB194_141: bl ___stack_chk_fail LBB194_142: add sp, sp, #2224 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI194_0: .long LBB194_72-Ltmp36 .long LBB194_84-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_3-Ltmp36 .long LBB194_7-Ltmp36 .long LBB194_7-Ltmp36 .long LBB194_73-Ltmp36 .long LBB194_71-Ltmp36 .long LBB194_89-Ltmp36 .long LBB194_100-Ltmp36 .long LBB194_128-Ltmp36 .long LBB194_4-Ltmp36 .long LBB194_116-Ltmp36 .long LBB194_116-Ltmp36 .long LBB194_109-Ltmp36 .long LBB194_127-Ltmp36 ; -- End function .p2align 2 ; -- Begin function tok_alloc_new _tok_alloc_new: ; @tok_alloc_new .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] adrp x8, _tok_ident@PAGE ldr w8, [x8, _tok_ident@PAGEOFF] mov w9, #268435456 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB195_2 b LBB195_1 LBB195_1: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB195_2 LBB195_2: adrp x8, _tok_ident@PAGE ldr w8, [x8, _tok_ident@PAGEOFF] subs w8, w8, #256 str w8, [sp, #4] ldr w8, [sp, #4] mov w10, #512 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB195_6 b LBB195_3 LBB195_3: adrp x8, _table_ident@PAGE ldr x0, [x8, _table_ident@PAGEOFF] ldr w8, [sp, #4] add w9, w8, #512 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x1, x8, #3 bl _tcc_realloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB195_5 b LBB195_4 LBB195_4: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB195_5 LBB195_5: ldr x8, [sp, #8] adrp x9, _table_ident@PAGE str x8, [x9, _table_ident@PAGEOFF] b LBB195_6 LBB195_6: ldursw x8, [x29, #-20] add x0, x8, #56 bl _tcc_malloc str x0, [sp, #16] ldr x8, [sp, #16] adrp x9, _table_ident@PAGE ldr x9, [x9, _table_ident@PAGEOFF] ldrsw x10, [sp, #4] str x8, [x9, x10, lsl #3] adrp x10, _tok_ident@PAGE ldr w8, [x10, _tok_ident@PAGEOFF] add w9, w8, #1 str w9, [x10, _tok_ident@PAGEOFF] ldr x9, [sp, #16] str w8, [x9, #40] ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #16] str xzr, [x8, #16] ldr x8, [sp, #16] str xzr, [x8, #24] ldr x8, [sp, #16] str xzr, [x8, #32] ldur w8, [x29, #-20] ldr x9, [sp, #16] str w8, [x9, #44] ldr x8, [sp, #16] str xzr, [x8] ldr x8, [sp, #16] add x0, x8, #48 ldur x1, [x29, #-16] ldursw x2, [x29, #-20] mov x3, #-1 bl ___memcpy_chk ldr x8, [sp, #16] add x8, x8, #48 ldursw x9, [x29, #-20] add x8, x8, x9 strb wzr, [x8] ldr x8, [sp, #16] ldur x9, [x29, #-8] str x8, [x9] ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_escape_string _parse_escape_string: ; @parse_escape_string .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] ldur x8, [x29, #-16] str x8, [sp, #24] b LBB196_1 LBB196_1: ; =>This Loop Header: Depth=1 ; Child Loop BB196_12 Depth 2 ldr x8, [sp, #24] ldrb w8, [x8] stur w8, [x29, #-24] ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB196_3 b LBB196_2 LBB196_2: b LBB196_48 LBB196_3: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #92 cset w8, ne tbnz w8, #0, LBB196_43 b LBB196_4 LBB196_4: ; in Loop: Header=BB196_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] ldr x8, [sp, #24] ldrb w8, [x8] stur w8, [x29, #-24] ldur w8, [x29, #-24] subs w8, w8, #34 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #86 cset w8, hi tbnz w8, #0, LBB196_36 ; %bb.5: ; in Loop: Header=BB196_1 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI196_0@PAGE add x10, x10, lJTI196_0@PAGEOFF Ltmp37: adr x8, Ltmp37 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB196_6: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #48 stur w8, [x29, #-28] ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] ldr x8, [sp, #24] ldrb w8, [x8] stur w8, [x29, #-24] ldur w0, [x29, #-24] bl _isoct subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB196_10 b LBB196_7 LBB196_7: ; in Loop: Header=BB196_1 Depth=1 ldur w9, [x29, #-28] ldur w8, [x29, #-24] add w8, w8, w9, lsl #3 subs w8, w8, #48 stur w8, [x29, #-28] ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] ldr x8, [sp, #24] ldrb w8, [x8] stur w8, [x29, #-24] ldur w0, [x29, #-24] bl _isoct subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB196_9 b LBB196_8 LBB196_8: ; in Loop: Header=BB196_1 Depth=1 ldur w9, [x29, #-28] ldur w8, [x29, #-24] add w8, w8, w9, lsl #3 subs w8, w8, #48 stur w8, [x29, #-28] ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB196_9 LBB196_9: ; in Loop: Header=BB196_1 Depth=1 b LBB196_10 LBB196_10: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-28] stur w8, [x29, #-24] b LBB196_44 LBB196_11: ; in Loop: Header=BB196_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] stur wzr, [x29, #-28] b LBB196_12 LBB196_12: ; Parent Loop BB196_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #24] ldrb w8, [x8] stur w8, [x29, #-24] ldur w8, [x29, #-24] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB196_15 b LBB196_13 LBB196_13: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #102 cset w8, gt tbnz w8, #0, LBB196_15 b LBB196_14 LBB196_14: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #97 add w8, w8, #10 stur w8, [x29, #-24] b LBB196_23 LBB196_15: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB196_18 b LBB196_16 LBB196_16: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #70 cset w8, gt tbnz w8, #0, LBB196_18 b LBB196_17 LBB196_17: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #65 add w8, w8, #10 stur w8, [x29, #-24] b LBB196_22 LBB196_18: ; in Loop: Header=BB196_12 Depth=2 ldur w0, [x29, #-24] bl _isnum subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB196_20 b LBB196_19 LBB196_19: ; in Loop: Header=BB196_12 Depth=2 ldur w8, [x29, #-24] subs w8, w8, #48 stur w8, [x29, #-24] b LBB196_21 LBB196_20: ; in Loop: Header=BB196_1 Depth=1 b LBB196_24 LBB196_21: ; in Loop: Header=BB196_12 Depth=2 b LBB196_22 LBB196_22: ; in Loop: Header=BB196_12 Depth=2 b LBB196_23 LBB196_23: ; in Loop: Header=BB196_12 Depth=2 ldur w9, [x29, #-28] ldur w8, [x29, #-24] add w8, w8, w9, lsl #4 stur w8, [x29, #-28] ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB196_12 LBB196_24: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-28] stur w8, [x29, #-24] b LBB196_44 LBB196_25: ; in Loop: Header=BB196_1 Depth=1 mov w8, #7 stur w8, [x29, #-24] b LBB196_42 LBB196_26: ; in Loop: Header=BB196_1 Depth=1 mov w8, #8 stur w8, [x29, #-24] b LBB196_42 LBB196_27: ; in Loop: Header=BB196_1 Depth=1 mov w8, #12 stur w8, [x29, #-24] b LBB196_42 LBB196_28: ; in Loop: Header=BB196_1 Depth=1 mov w8, #10 stur w8, [x29, #-24] b LBB196_42 LBB196_29: ; in Loop: Header=BB196_1 Depth=1 mov w8, #13 stur w8, [x29, #-24] b LBB196_42 LBB196_30: ; in Loop: Header=BB196_1 Depth=1 mov w8, #9 stur w8, [x29, #-24] b LBB196_42 LBB196_31: ; in Loop: Header=BB196_1 Depth=1 mov w8, #11 stur w8, [x29, #-24] b LBB196_42 LBB196_32: ; in Loop: Header=BB196_1 Depth=1 adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB196_34 b LBB196_33 LBB196_33: ; in Loop: Header=BB196_1 Depth=1 b LBB196_37 LBB196_34: ; in Loop: Header=BB196_1 Depth=1 mov w8, #27 stur w8, [x29, #-24] b LBB196_42 LBB196_35: ; in Loop: Header=BB196_1 Depth=1 b LBB196_42 LBB196_36: ; in Loop: Header=BB196_1 Depth=1 b LBB196_37 LBB196_37: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #33 cset w8, lt tbnz w8, #0, LBB196_40 b LBB196_38 LBB196_38: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #126 cset w8, gt tbnz w8, #0, LBB196_40 b LBB196_39 LBB196_39: ; in Loop: Header=BB196_1 Depth=1 ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.259@PAGE add x0, x0, l_.str.259@PAGEOFF bl _warning b LBB196_41 LBB196_40: ; in Loop: Header=BB196_1 Depth=1 ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.260@PAGE add x0, x0, l_.str.260@PAGEOFF bl _warning b LBB196_41 LBB196_41: ; in Loop: Header=BB196_1 Depth=1 b LBB196_42 LBB196_42: ; in Loop: Header=BB196_1 Depth=1 b LBB196_43 LBB196_43: ; in Loop: Header=BB196_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB196_44 LBB196_44: ; in Loop: Header=BB196_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB196_46 b LBB196_45 LBB196_45: ; in Loop: Header=BB196_1 Depth=1 ldur x0, [x29, #-8] ldur w1, [x29, #-24] bl _cstr_ccat b LBB196_47 LBB196_46: ; in Loop: Header=BB196_1 Depth=1 ldur x0, [x29, #-8] ldur w1, [x29, #-24] bl _cstr_wccat b LBB196_47 LBB196_47: ; in Loop: Header=BB196_1 Depth=1 b LBB196_1 LBB196_48: ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB196_50 b LBB196_49 LBB196_49: ldur x0, [x29, #-8] mov w1, #0 bl _cstr_ccat b LBB196_51 LBB196_50: ldur x0, [x29, #-8] mov w1, #0 bl _cstr_wccat b LBB196_51 LBB196_51: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI196_0: .long LBB196_35-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_35-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_6-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_35-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_35-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_25-Ltmp37 .long LBB196_26-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_32-Ltmp37 .long LBB196_27-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_28-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_29-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_30-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_31-Ltmp37 .long LBB196_36-Ltmp37 .long LBB196_11-Ltmp37 ; -- End function .p2align 2 ; -- Begin function search_cached_include _search_cached_include: ; @search_cached_include .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 x2, [sp, #16] ldur w0, [x29, #-20] ldr x1, [sp, #16] bl _hash_cached_include str w0, [sp] ldur x8, [x29, #-16] add x8, x8, #984 ldrsw x9, [sp] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] b LBB197_1 LBB197_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB197_3 b LBB197_2 LBB197_2: b LBB197_7 LBB197_3: ; in Loop: Header=BB197_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #56] ldr w9, [sp, #4] subs w9, w9, #1 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #8] ldr x8, [sp, #8] ldrsb w8, [x8, #8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB197_6 b LBB197_4 LBB197_4: ; in Loop: Header=BB197_1 Depth=1 ldr x8, [sp, #8] add x0, x8, #9 ldr x1, [sp, #16] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB197_6 b LBB197_5 LBB197_5: ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB197_8 LBB197_6: ; in Loop: Header=BB197_1 Depth=1 ldr x8, [sp, #8] ldr w8, [x8, #4] str w8, [sp, #4] b LBB197_1 LBB197_7: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB197_8 LBB197_8: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function hash_cached_include _hash_cached_include: ; @hash_cached_include .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #28] str x1, [sp, #16] mov w8, #1 str w8, [sp, #4] ldr w8, [sp, #4] mov w9, #263 mul w8, w8, w9 ldr w9, [sp, #28] add w8, w8, w9 str w8, [sp, #4] ldr x8, [sp, #16] str x8, [sp, #8] b LBB198_1 LBB198_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB198_3 b LBB198_2 LBB198_2: ; in Loop: Header=BB198_1 Depth=1 ldr w8, [sp, #4] mov w9, #263 mul w8, w8, w9 ldr x9, [sp, #8] ldrb w9, [x9] add w8, w8, w9 str w8, [sp, #4] ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB198_1 LBB198_3: ldr w8, [sp, #4] and w8, w8, #0x1ff str w8, [sp, #4] ldr w0, [sp, #4] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function skip_spaces _skip_spaces: ; @skip_spaces .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 b LBB199_1 LBB199_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w0, [x8, _ch@PAGEOFF] bl _is_space subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB199_3 b LBB199_2 LBB199_2: ; in Loop: Header=BB199_1 Depth=1 bl _minp b LBB199_1 LBB199_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_preprocess _expr_preprocess: ; @expr_preprocess .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 add x0, sp, #32 bl _tok_str_new b LBB200_1 LBB200_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB200_3 b LBB200_2 LBB200_2: ; in Loop: Header=BB200_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #28] ; 4-byte Folded Spill b LBB200_3 LBB200_3: ; in Loop: Header=BB200_1 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB200_14 b LBB200_4 LBB200_4: ; in Loop: Header=BB200_1 Depth=1 bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #320 cset w8, ne tbnz w8, #0, LBB200_10 b LBB200_5 LBB200_5: ; in Loop: Header=BB200_1 Depth=1 bl _next_nomacro adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB200_7 b LBB200_6 LBB200_6: ; in Loop: Header=BB200_1 Depth=1 bl _next_nomacro b LBB200_7 LBB200_7: ; in Loop: Header=BB200_1 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _define_find subs x8, x0, #0 cset w8, ne and w8, w8, #0x1 stur w8, [x29, #-4] ldur w8, [x29, #-8] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB200_9 b LBB200_8 LBB200_8: ; in Loop: Header=BB200_1 Depth=1 bl _next_nomacro b LBB200_9 LBB200_9: ; in Loop: Header=BB200_1 Depth=1 mov w8, #179 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldur w8, [x29, #-4] adrp x9, _tokc@PAGE str w8, [x9, _tokc@PAGEOFF] b LBB200_13 LBB200_10: ; in Loop: Header=BB200_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB200_12 b LBB200_11 LBB200_11: ; in Loop: Header=BB200_1 Depth=1 mov w8, #179 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] adrp x8, _tokc@PAGE str wzr, [x8, _tokc@PAGEOFF] b LBB200_12 LBB200_12: ; in Loop: Header=BB200_1 Depth=1 b LBB200_13 LBB200_13: ; in Loop: Header=BB200_1 Depth=1 add x0, sp, #32 bl _tok_str_add_tok b LBB200_1 LBB200_14: add x0, sp, #32 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #-1 bl _tok_str_add ldr x0, [sp, #8] ; 8-byte Folded Reload mov w1, #0 bl _tok_str_add ldr x8, [sp, #32] adrp x9, _macro_ptr@PAGE str x9, [sp, #16] ; 8-byte Folded Spill str x8, [x9, _macro_ptr@PAGEOFF] bl _next bl _expr_const ldr x8, [sp, #16] ; 8-byte Folded Reload stur w0, [x29, #-4] ; kill: def $x9 killed $xzr str xzr, [x8, _macro_ptr@PAGEOFF] ldr x0, [sp, #32] bl _tok_str_free ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne and w0, w8, #0x1 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pragma_parse _pragma_parse: ; @pragma_parse .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 _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #354 cset w8, ne tbnz w8, #0, LBB201_21 b LBB201_1 LBB201_1: bl _next mov w0, #40 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #601 cset w8, ne tbnz w8, #0, LBB201_6 b LBB201_2 LBB201_2: bl _next ldr x8, [sp, #8] ldr x8, [x8, #3064] ldr x9, [sp, #8] add x9, x9, #3032 subs x8, x8, x9 cset w8, hi tbnz w8, #0, LBB201_5 b LBB201_3 LBB201_3: b LBB201_4 LBB201_4: adrp x0, l_.str.257@PAGE add x0, x0, l_.str.257@PAGEOFF bl _error b LBB201_5 LBB201_5: ldr x9, [sp, #8] ldr x8, [x9, #3064] subs x8, x8, #4 str x8, [x9, #3064] b LBB201_20 LBB201_6: str wzr, [sp, #4] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB201_19 b LBB201_7 LBB201_7: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #598 cset w8, ne tbnz w8, #0, LBB201_11 b LBB201_8 LBB201_8: bl _next ldr x8, [sp, #8] ldr x8, [x8, #3064] ldr x9, [sp, #8] add x9, x9, #3060 subs x8, x8, x9 cset w8, lo tbnz w8, #0, LBB201_10 b LBB201_9 LBB201_9: b LBB201_4 LBB201_10: ldr x9, [sp, #8] ldr x8, [x9, #3064] add x8, x8, #4 str x8, [x9, #3064] mov w0, #44 bl _skip b LBB201_11 LBB201_11: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #179 cset w8, eq tbnz w8, #0, LBB201_14 b LBB201_12 LBB201_12: b LBB201_13 LBB201_13: adrp x0, l_.str.258@PAGE add x0, x0, l_.str.258@PAGEOFF bl _error b LBB201_14 LBB201_14: adrp x8, _tokc@PAGE ldr w8, [x8, _tokc@PAGEOFF] str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB201_17 b LBB201_15 LBB201_15: ldr w8, [sp, #4] subs w8, w8, #16 cset w8, gt tbnz w8, #0, LBB201_17 b LBB201_16 LBB201_16: ldr w8, [sp, #4] ldr w9, [sp, #4] subs w9, w9, #1 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB201_18 b LBB201_17 LBB201_17: b LBB201_13 LBB201_18: bl _next b LBB201_19 LBB201_19: ldr w8, [sp, #4] ldr x9, [sp, #8] ldr x9, [x9, #3064] str w8, [x9] mov w0, #41 bl _skip b LBB201_20 LBB201_20: b LBB201_21 LBB201_21: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_space _is_space: ; @is_space .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #32 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB202_5 b LBB202_1 LBB202_1: ldr w8, [sp, #12] subs w8, w8, #9 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB202_5 b LBB202_2 LBB202_2: ldr w8, [sp, #12] subs w8, w8, #11 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB202_5 b LBB202_3 LBB202_3: ldr w8, [sp, #12] subs w8, w8, #12 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB202_5 b LBB202_4 LBB202_4: ldr w8, [sp, #12] subs w8, w8, #13 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB202_5 LBB202_5: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_str_new _tok_str_new: ; @tok_str_new .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] ldr x8, [sp, #8] str wzr, [x8, #8] ldr x8, [sp, #8] str wzr, [x8, #12] ldr x9, [sp, #8] mov w8, #-1 str w8, [x9, #16] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_str_add_tok _tok_str_add_tok: ; @tok_str_add_tok .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, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #20] ldr x9, [sp, #8] ldr w9, [x9, #16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB204_2 b LBB204_1 LBB204_1: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w8, [x8, #20] ldr x9, [sp, #8] str w8, [x9, #16] ldr x8, [sp, #8] ldr w8, [x8, #16] mov x2, sp str w8, [sp] ldr x0, [sp, #8] mov w1, #186 bl _tok_str_add2 b LBB204_2 LBB204_2: ldr x0, [sp, #8] adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] adrp x2, _tokc@PAGE add x2, x2, _tokc@PAGEOFF bl _tok_str_add2 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_str_add _tok_str_add: ; @tok_str_add .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x8, [x29, #-8] ldr w8, [x8, #8] str w8, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #8] ldr w8, [sp, #16] ldur x9, [x29, #-8] ldr w9, [x9, #12] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB205_2 b LBB205_1 LBB205_1: ldur x0, [x29, #-8] bl _tok_str_realloc str x0, [sp, #8] b LBB205_2 LBB205_2: ldur w8, [x29, #-12] ldr x9, [sp, #8] ldrsw x10, [sp, #16] mov x11, x10 add w11, w11, #1 str w11, [sp, #16] str w8, [x9, x10, lsl #2] ldr w8, [sp, #16] ldur x9, [x29, #-8] str w8, [x9, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_const _expr_const: ; @expr_const .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 _expr_const1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB206_2 b LBB206_1 LBB206_1: adrp x0, l_.str.151@PAGE add x0, x0, l_.str.151@PAGEOFF bl _expect b LBB206_2 LBB206_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] stur w8, [x29, #-4] bl _vpop ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_str_free _tok_str_free: ; @tok_str_free .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 _tcc_free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_str_add2 _tok_str_add2: ; @tok_str_add2 .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] ldur x8, [x29, #-8] ldr w8, [x8, #8] stur w8, [x29, #-28] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #24] ldur w8, [x29, #-28] add w8, w8, #4 ldur x9, [x29, #-8] ldr w9, [x9, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB208_2 b LBB208_1 LBB208_1: ldur x0, [x29, #-8] bl _tok_str_realloc str x0, [sp, #24] b LBB208_2 LBB208_2: ldur w8, [x29, #-12] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-12] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB208_11 ; %bb.3: ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI208_0@PAGE add x10, x10, lJTI208_0@PAGEOFF Ltmp41: adr x8, Ltmp41 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB208_4: ldur x8, [x29, #-24] ldr w8, [x8] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] b LBB208_12 LBB208_5: ldur x8, [x29, #-24] ldr x8, [x8] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x8, x8, #2 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #20] b LBB208_6 LBB208_6: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] ldr w9, [sp, #20] add w8, w8, w9 ldur x9, [x29, #-8] ldr w9, [x9, #12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB208_8 b LBB208_7 LBB208_7: ; in Loop: Header=BB208_6 Depth=1 ldur x0, [x29, #-8] bl _tok_str_realloc str x0, [sp, #24] b LBB208_6 LBB208_8: ldr x8, [sp, #24] ldursw x9, [x29, #-28] add x8, x8, x9, lsl #2 str x8, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldur x8, [x29, #-24] ldr x8, [x8] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp, #8] str xzr, [x8, #24] ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp, #8] str w8, [x9, #16] ldr x8, [sp, #8] add x0, x8, #32 ldur x8, [x29, #-24] ldr x8, [x8] ldr x1, [x8, #8] ldr x8, [sp, #8] ldrsw x2, [x8] mov x3, #-1 bl ___memcpy_chk ldr w9, [sp, #20] ldur w8, [x29, #-28] add w8, w8, w9 stur w8, [x29, #-28] b LBB208_12 LBB208_9: ldur x8, [x29, #-24] ldr w8, [x8] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-24] ldr w8, [x8, #4] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] b LBB208_12 LBB208_10: ldur x8, [x29, #-24] ldr w8, [x8] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-24] ldr w8, [x8, #4] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-24] ldr w8, [x8, #8] ldr x9, [sp, #24] ldursw x10, [x29, #-28] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-28] str w8, [x9, x10, lsl #2] b LBB208_12 LBB208_11: b LBB208_12 LBB208_12: ldur w8, [x29, #-28] ldur x9, [x29, #-8] str w8, [x9, #8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI208_0: .long LBB208_4-Ltmp41 .long LBB208_4-Ltmp41 .long LBB208_5-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_4-Ltmp41 .long LBB208_5-Ltmp41 .long LBB208_4-Ltmp41 .long LBB208_4-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_9-Ltmp41 .long LBB208_10-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_4-Ltmp41 .long LBB208_9-Ltmp41 .long LBB208_9-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_11-Ltmp41 .long LBB208_5-Ltmp41 ; -- End function .p2align 2 ; -- Begin function tok_str_realloc _tok_str_realloc: ; @tok_str_realloc .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr w8, [x8, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB209_2 b LBB209_1 LBB209_1: mov w8, #8 str w8, [sp, #12] b LBB209_3 LBB209_2: ldur x8, [x29, #-8] ldr w8, [x8, #12] lsl w8, w8, #1 str w8, [sp, #12] b LBB209_3 LBB209_3: ldur x8, [x29, #-8] ldr x0, [x8] ldrsw x8, [sp, #12] lsl x1, x8, #2 bl _tcc_realloc str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB209_5 b LBB209_4 LBB209_4: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB209_5 LBB209_5: ldr w8, [sp, #12] ldur x9, [x29, #-8] str w8, [x9, #12] ldr x8, [sp, #16] ldur x9, [x29, #-8] str x8, [x9] ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_const1 _expr_const1: ; @expr_const1 .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 x9, _const_wanted@PAGE str x9, [sp] ; 8-byte Folded Spill ldr w8, [x9, _const_wanted@PAGEOFF] stur w8, [x29, #-4] mov w8, #1 str w8, [x9, _const_wanted@PAGEOFF] bl _expr_eq ldr x9, [sp] ; 8-byte Folded Reload ldur w8, [x29, #-4] str w8, [x9, _const_wanted@PAGEOFF] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_eq _expr_eq: ; @expr_eq .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, _const_wanted@PAGE ldr w8, [x8, _const_wanted@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB211_10 b LBB211_1 LBB211_1: bl _expr_lor_const adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #63 cset w8, ne tbnz w8, #0, LBB211_9 b LBB211_2 LBB211_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] str w8, [sp, #24] bl _vpop bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB211_5 b LBB211_3 LBB211_3: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB211_5 b LBB211_4 LBB211_4: ldr w8, [sp, #24] str w8, [sp, #28] b LBB211_6 LBB211_5: bl _gexpr adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8, #24] str w8, [sp, #28] bl _vpop b LBB211_6 LBB211_6: mov w0, #58 bl _skip bl _expr_eq ldr w8, [sp, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB211_8 b LBB211_7 LBB211_7: ldr w8, [sp, #28] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB211_8 LBB211_8: b LBB211_9 LBB211_9: b LBB211_61 LBB211_10: bl _expr_lor adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #63 cset w8, ne tbnz w8, #0, LBB211_60 b LBB211_11 LBB211_11: bl _next adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] adrp x9, _vstack@PAGE add x9, x9, _vstack@PAGEOFF subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB211_16 b LBB211_12 LBB211_12: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB211_14 b LBB211_13 LBB211_13: mov w8, #2 stur w8, [x29, #-20] b LBB211_15 LBB211_14: mov w8, #1 stur w8, [x29, #-20] b LBB211_15 LBB211_15: ldur w0, [x29, #-20] bl _gv mov w0, #1 bl _save_regs b LBB211_16 LBB211_16: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB211_19 b LBB211_17 LBB211_17: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB211_19 b LBB211_18 LBB211_18: bl _gv_dup mov w0, #1 mov w1, #0 bl _gtst stur w0, [x29, #-4] b LBB211_20 LBB211_19: mov w0, #1 mov w1, #0 bl _gtst stur w0, [x29, #-4] bl _gexpr b LBB211_20 LBB211_20: adrp x8, _vtop@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] ldr q0, [x9] str q0, [sp, #48] ldr x1, [x8, _vtop@PAGEOFF] add x0, sp, #80 mov x2, #40 bl _memcpy ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] mov w0, #58 bl _skip mov w0, #0 bl _gjmp mov x8, x0 stur w8, [x29, #-8] ldur w0, [x29, #-4] bl _gsym bl _expr_eq ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8, _vtop@PAGEOFF] ldr q0, [x8] str q0, [sp, #32] ldr w8, [sp, #48] stur w8, [x29, #-24] ldur w8, [x29, #-24] and w8, w8, #0xf stur w8, [x29, #-32] ldr w8, [sp, #32] stur w8, [x29, #-28] ldur w8, [x29, #-28] and w8, w8, #0xf stur w8, [x29, #-36] ldur w0, [x29, #-32] bl _is_float subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB211_22 b LBB211_21 LBB211_21: ldur w0, [x29, #-36] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB211_31 b LBB211_22 LBB211_22: ldur w8, [x29, #-32] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB211_24 b LBB211_23 LBB211_23: ldur w8, [x29, #-36] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB211_25 b LBB211_24 LBB211_24: mov w8, #10 str w8, [sp, #64] b LBB211_30 LBB211_25: ldur w8, [x29, #-32] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB211_27 b LBB211_26 LBB211_26: ldur w8, [x29, #-36] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB211_28 b LBB211_27 LBB211_27: mov w8, #9 str w8, [sp, #64] b LBB211_29 LBB211_28: mov w8, #8 str w8, [sp, #64] b LBB211_29 LBB211_29: b LBB211_30 LBB211_30: b LBB211_54 LBB211_31: ldur w8, [x29, #-32] subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB211_33 b LBB211_32 LBB211_32: ldur w8, [x29, #-36] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB211_37 b LBB211_33 LBB211_33: mov w8, #12 str w8, [sp, #64] ldur w8, [x29, #-24] and w8, w8, #0x1f subs w8, w8, #28 cset w8, eq tbnz w8, #0, LBB211_35 b LBB211_34 LBB211_34: ldur w8, [x29, #-28] and w8, w8, #0x1f subs w8, w8, #28 cset w8, ne tbnz w8, #0, LBB211_36 b LBB211_35 LBB211_35: ldr w8, [sp, #64] orr w8, w8, #0x10 str w8, [sp, #64] b LBB211_36 LBB211_36: b LBB211_53 LBB211_37: ldur w8, [x29, #-32] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB211_39 b LBB211_38 LBB211_38: ldur w8, [x29, #-36] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB211_40 b LBB211_39 LBB211_39: ldr q0, [sp, #48] str q0, [sp, #64] b LBB211_52 LBB211_40: ldur w8, [x29, #-32] subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB211_42 b LBB211_41 LBB211_41: ldur w8, [x29, #-36] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB211_43 b LBB211_42 LBB211_42: ldr q0, [sp, #48] str q0, [sp, #64] b LBB211_51 LBB211_43: ldur w8, [x29, #-32] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB211_45 b LBB211_44 LBB211_44: ldur w8, [x29, #-36] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB211_46 b LBB211_45 LBB211_45: mov w8, #3 str w8, [sp, #64] b LBB211_50 LBB211_46: str wzr, [sp, #64] ldur w8, [x29, #-24] and w8, w8, #0x1f subs w8, w8, #16 cset w8, eq tbnz w8, #0, LBB211_48 b LBB211_47 LBB211_47: ldur w8, [x29, #-28] and w8, w8, #0x1f subs w8, w8, #16 cset w8, ne tbnz w8, #0, LBB211_49 b LBB211_48 LBB211_48: ldr w8, [sp, #64] orr w8, w8, #0x10 str w8, [sp, #64] b LBB211_49 LBB211_49: b LBB211_50 LBB211_50: b LBB211_51 LBB211_51: b LBB211_52 LBB211_52: b LBB211_53 LBB211_53: b LBB211_54 LBB211_54: add x0, sp, #64 bl _gen_cast mov w8, #1 stur w8, [x29, #-20] ldr w0, [sp, #64] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB211_56 b LBB211_55 LBB211_55: mov w8, #2 stur w8, [x29, #-20] b LBB211_59 LBB211_56: ldr w8, [sp, #64] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB211_58 b LBB211_57 LBB211_57: mov w8, #4 stur w8, [x29, #-20] b LBB211_58 LBB211_58: b LBB211_59 LBB211_59: ldur w0, [x29, #-20] bl _gv stur w0, [x29, #-16] mov w0, #0 bl _gjmp mov x8, x0 stur w8, [x29, #-4] ldur w0, [x29, #-8] bl _gsym adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] add x1, sp, #80 mov x2, #40 bl _memcpy add x0, sp, #64 bl _gen_cast ldur w0, [x29, #-20] bl _gv stur w0, [x29, #-12] ldur w0, [x29, #-16] ldur w1, [x29, #-12] bl _move_reg ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-16] ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #16] ldur w0, [x29, #-4] bl _gsym b LBB211_60 LBB211_60: b LBB211_61 LBB211_61: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_lor_const _expr_lor_const: ; @expr_lor_const .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 _expr_land_const b LBB212_1 LBB212_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #161 cset w8, ne tbnz w8, #0, LBB212_3 b LBB212_2 LBB212_2: ; in Loop: Header=BB212_1 Depth=1 bl _next bl _expr_land_const mov w0, #161 bl _gen_op b LBB212_1 LBB212_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gexpr _gexpr: ; @gexpr .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 b LBB213_1 LBB213_1: ; =>This Inner Loop Header: Depth=1 bl _expr_eq adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB213_3 b LBB213_2 LBB213_2: b LBB213_4 LBB213_3: ; in Loop: Header=BB213_1 Depth=1 bl _vpop bl _next b LBB213_1 LBB213_4: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_lor _expr_lor: ; @expr_lor .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 _expr_land adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #161 cset w8, ne tbnz w8, #0, LBB214_6 b LBB214_1 LBB214_1: stur wzr, [x29, #-4] b LBB214_2 LBB214_2: ; =>This Inner Loop Header: Depth=1 ldur w1, [x29, #-4] mov w0, #0 bl _gtst stur w0, [x29, #-4] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #161 cset w8, eq tbnz w8, #0, LBB214_4 b LBB214_3 LBB214_3: ldur w1, [x29, #-4] mov w0, #244 bl _vseti b LBB214_5 LBB214_4: ; in Loop: Header=BB214_2 Depth=1 bl _next bl _expr_land b LBB214_2 LBB214_5: b LBB214_6 LBB214_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_land_const _expr_land_const: ; @expr_land_const .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 _expr_or b LBB215_1 LBB215_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #160 cset w8, ne tbnz w8, #0, LBB215_3 b LBB215_2 LBB215_2: ; in Loop: Header=BB215_1 Depth=1 bl _next bl _expr_or mov w0, #160 bl _gen_op b LBB215_1 LBB215_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_or _expr_or: ; @expr_or .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 _expr_xor b LBB216_1 LBB216_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #124 cset w8, ne tbnz w8, #0, LBB216_3 b LBB216_2 LBB216_2: ; in Loop: Header=BB216_1 Depth=1 bl _next bl _expr_xor mov w0, #124 bl _gen_op b LBB216_1 LBB216_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_xor _expr_xor: ; @expr_xor .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 _expr_and b LBB217_1 LBB217_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #94 cset w8, ne tbnz w8, #0, LBB217_3 b LBB217_2 LBB217_2: ; in Loop: Header=BB217_1 Depth=1 bl _next bl _expr_and mov w0, #94 bl _gen_op b LBB217_1 LBB217_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_and _expr_and: ; @expr_and .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 _expr_cmpeq b LBB218_1 LBB218_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #38 cset w8, ne tbnz w8, #0, LBB218_3 b LBB218_2 LBB218_2: ; in Loop: Header=BB218_1 Depth=1 bl _next bl _expr_cmpeq mov w0, #38 bl _gen_op b LBB218_1 LBB218_3: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_cmpeq _expr_cmpeq: ; @expr_cmpeq .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 _expr_cmp b LBB219_1 LBB219_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #148 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB219_3 b LBB219_2 LBB219_2: ; in Loop: Header=BB219_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #149 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB219_3 LBB219_3: ; in Loop: Header=BB219_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB219_5 b LBB219_4 LBB219_4: ; in Loop: Header=BB219_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next bl _expr_cmp ldur w0, [x29, #-4] bl _gen_op b LBB219_1 LBB219_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_cmp _expr_cmp: ; @expr_cmp .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 _expr_shift b LBB220_1 LBB220_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #150 cset w8, lt tbnz w8, #0, LBB220_3 b LBB220_2 LBB220_2: ; in Loop: Header=BB220_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #159 cset w8, le mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB220_5 b LBB220_3 LBB220_3: ; in Loop: Header=BB220_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #146 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB220_5 b LBB220_4 LBB220_4: ; in Loop: Header=BB220_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #147 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB220_5 LBB220_5: ; in Loop: Header=BB220_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB220_7 b LBB220_6 LBB220_6: ; in Loop: Header=BB220_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next bl _expr_shift ldur w0, [x29, #-4] bl _gen_op b LBB220_1 LBB220_7: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_shift _expr_shift: ; @expr_shift .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 _expr_sum b LBB221_1 LBB221_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #1 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB221_3 b LBB221_2 LBB221_2: ; in Loop: Header=BB221_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #2 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB221_3 LBB221_3: ; in Loop: Header=BB221_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB221_5 b LBB221_4 LBB221_4: ; in Loop: Header=BB221_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next bl _expr_sum ldur w0, [x29, #-4] bl _gen_op b LBB221_1 LBB221_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_sum _expr_sum: ; @expr_sum .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _expr_prod b LBB222_1 LBB222_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #43 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB222_3 b LBB222_2 LBB222_2: ; in Loop: Header=BB222_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #45 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB222_3 LBB222_3: ; in Loop: Header=BB222_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB222_5 b LBB222_4 LBB222_4: ; in Loop: Header=BB222_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next bl _expr_prod ldur w0, [x29, #-4] bl _gen_op b LBB222_1 LBB222_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_prod _expr_prod: ; @expr_prod .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 _uneq b LBB223_1 LBB223_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #42 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB223_4 b LBB223_2 LBB223_2: ; in Loop: Header=BB223_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #47 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB223_4 b LBB223_3 LBB223_3: ; in Loop: Header=BB223_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #37 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB223_4 LBB223_4: ; in Loop: Header=BB223_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB223_6 b LBB223_5 LBB223_5: ; in Loop: Header=BB223_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next bl _uneq ldur w0, [x29, #-4] bl _gen_op b LBB223_1 LBB223_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uneq _uneq: ; @uneq .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 _unary adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #61 cset w8, eq tbnz w8, #0, LBB224_7 b LBB224_1 LBB224_1: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #165 cset w8, lt tbnz w8, #0, LBB224_3 b LBB224_2 LBB224_2: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #175 cset w8, le tbnz w8, #0, LBB224_7 b LBB224_3 LBB224_3: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #222 cset w8, eq tbnz w8, #0, LBB224_7 b LBB224_4 LBB224_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #252 cset w8, eq tbnz w8, #0, LBB224_7 b LBB224_5 LBB224_5: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #129 cset w8, eq tbnz w8, #0, LBB224_7 b LBB224_6 LBB224_6: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #130 cset w8, ne tbnz w8, #0, LBB224_11 b LBB224_7 LBB224_7: bl _test_lvalue adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-4] bl _next ldur w8, [x29, #-4] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB224_9 b LBB224_8 LBB224_8: bl _expr_eq b LBB224_10 LBB224_9: bl _vdup bl _expr_eq ldur w8, [x29, #-4] and w0, w8, #0x7f bl _gen_op b LBB224_10 LBB224_10: bl _vstore b LBB224_11 LBB224_11: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function unary _unary: ; @unary .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 sub x8, x29, #88 str x8, [sp, #120] ; 8-byte Folded Spill b LBB225_1 LBB225_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #116] ; 4-byte Folded Spill subs w8, w8, #33 cset w8, eq tbnz w8, #0, LBB225_65 b LBB225_2 LBB225_2: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB225_61 b LBB225_3 LBB225_3: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB225_45 b LBB225_4 LBB225_4: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB225_60 b LBB225_5 LBB225_5: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB225_73 b LBB225_6 LBB225_6: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB225_88 b LBB225_7 LBB225_7: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #126 cset w8, eq tbnz w8, #0, LBB225_72 b LBB225_8 LBB225_8: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #160 cset w8, eq tbnz w8, #0, LBB225_89 b LBB225_9 LBB225_9: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #162 cset w8, eq tbnz w8, #0, LBB225_87 b LBB225_10 LBB225_10: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #164 cset w8, eq tbnz w8, #0, LBB225_87 b LBB225_11 LBB225_11: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #179 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB225_29 b LBB225_12 LBB225_12: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB225_41 b LBB225_13 LBB225_13: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #183 cset w8, eq tbnz w8, #0, LBB225_29 b LBB225_14 LBB225_14: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #184 cset w8, eq tbnz w8, #0, LBB225_40 b LBB225_15 LBB225_15: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #185 cset w8, eq tbnz w8, #0, LBB225_33 b LBB225_16 LBB225_16: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #192 cset w8, eq tbnz w8, #0, LBB225_34 b LBB225_17 LBB225_17: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #193 cset w8, eq tbnz w8, #0, LBB225_35 b LBB225_18 LBB225_18: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #200 cset w8, eq tbnz w8, #0, LBB225_30 b LBB225_19 LBB225_19: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #201 cset w8, eq tbnz w8, #0, LBB225_31 b LBB225_20 LBB225_20: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #202 cset w8, eq tbnz w8, #0, LBB225_32 b LBB225_21 LBB225_21: ; in Loop: Header=BB225_1 Depth=1 ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #291 cset w8, eq tbnz w8, #0, LBB225_28 b LBB225_22 LBB225_22: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #301 cset w8, eq tbnz w8, #0, LBB225_76 b LBB225_23 LBB225_23: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #304 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB225_76 b LBB225_24 LBB225_24: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #330 cset w8, eq tbnz w8, #0, LBB225_36 b LBB225_25 LBB225_25: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #332 cset w8, eq tbnz w8, #0, LBB225_39 b LBB225_26 LBB225_26: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #350 cset w8, eq tbnz w8, #0, LBB225_85 b LBB225_27 LBB225_27: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #351 cset w8, eq tbnz w8, #0, LBB225_86 b LBB225_101 LBB225_28: ; in Loop: Header=BB225_1 Depth=1 bl _next b LBB225_1 LBB225_29: adrp x8, _tokc@PAGE ldr w0, [x8, _tokc@PAGEOFF] bl _vpushi bl _next b LBB225_118 LBB225_30: mov w0, #16 bl _vpush_tokc bl _next b LBB225_118 LBB225_31: mov w0, #12 bl _vpush_tokc bl _next b LBB225_118 LBB225_32: mov w0, #28 bl _vpush_tokc bl _next b LBB225_118 LBB225_33: mov w0, #8 bl _vpush_tokc bl _next b LBB225_118 LBB225_34: mov w0, #9 bl _vpush_tokc bl _next b LBB225_118 LBB225_35: mov w0, #10 bl _vpush_tokc bl _next b LBB225_118 LBB225_36: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB225_38 b LBB225_37 LBB225_37: b LBB225_102 LBB225_38: b LBB225_39 LBB225_39: adrp x8, _funcname@PAGE str x8, [sp, #104] ; 8-byte Folded Spill ldr x0, [x8, _funcname@PAGEOFF] bl _strlen add x8, x0, #1 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-100] sub x0, x29, #56 str x0, [sp, #88] ; 8-byte Folded Spill mov w8, #1 stur w8, [x29, #-56] bl _mk_pointer ldr x9, [sp, #120] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload ldur w8, [x29, #-56] orr w8, w8, #0x20 stur w8, [x29, #-56] ldursw x8, [x29, #-100] ldr x9, [x9, #40] str x8, [x9, #16] adrp x8, _data_section@PAGE str x8, [sp, #96] ; 8-byte Folded Spill ldr x1, [x8, _data_section@PAGEOFF] ldr x8, [x8, _data_section@PAGEOFF] ldr x2, [x8] ldursw x3, [x29, #-100] bl _vpush_ref ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8, _data_section@PAGEOFF] ldursw x1, [x29, #-100] bl _section_ptr_add ldr x8, [sp, #104] ; 8-byte Folded Reload stur x0, [x29, #-96] ldur x0, [x29, #-96] ldr x1, [x8, _funcname@PAGEOFF] ldursw x2, [x29, #-100] mov x3, #-1 bl ___memcpy_chk bl _next b LBB225_118 LBB225_40: stur wzr, [x29, #-24] b LBB225_42 LBB225_41: mov w8, #1 stur w8, [x29, #-24] b LBB225_42 LBB225_42: adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #224] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB225_44 b LBB225_43 LBB225_43: ldur w8, [x29, #-24] orr w8, w8, #0x800 stur w8, [x29, #-24] b LBB225_44 LBB225_44: ldur w8, [x29, #-24] sub x0, x29, #56 str x0, [sp, #80] ; 8-byte Folded Spill stur w8, [x29, #-56] bl _mk_pointer ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [sp, #80] ; 8-byte Folded Reload ldur w9, [x29, #-56] orr w9, w9, #0x20 stur w9, [x29, #-56] sub x1, x29, #88 stur xzr, [x29, #-88] stur xzr, [x29, #-80] str xzr, [x8, #16] mov w2, #240 mov w3, #2 mov w5, #0 mov x4, x5 bl _decl_initializer_alloc b LBB225_118 LBB225_45: bl _next sub x0, x29, #56 sub x1, x29, #88 bl _parse_btype subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB225_55 b LBB225_46 LBB225_46: sub x0, x29, #56 sub x1, x29, #88 sub x2, x29, #20 mov w3, #1 bl _type_decl mov w0, #41 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB225_53 b LBB225_47 LBB225_47: adrp x8, _global_expr@PAGE ldr w8, [x8, _global_expr@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB225_49 b LBB225_48 LBB225_48: mov w8, #240 stur w8, [x29, #-36] b LBB225_50 LBB225_49: mov w8, #242 stur w8, [x29, #-36] b LBB225_50 LBB225_50: ldur w8, [x29, #-56] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB225_52 b LBB225_51 LBB225_51: ldur w0, [x29, #-56] bl _lvalue_type ldur w8, [x29, #-36] orr w8, w8, w0 stur w8, [x29, #-36] b LBB225_52 LBB225_52: ldr x8, [sp, #120] ; 8-byte Folded Reload sub x1, x29, #88 stur xzr, [x29, #-88] stur xzr, [x29, #-80] str xzr, [x8, #16] ldur w2, [x29, #-36] sub x0, x29, #56 mov w3, #1 mov w5, #0 mov x4, x5 bl _decl_initializer_alloc b LBB225_54 LBB225_53: bl _unary sub x0, x29, #56 bl _gen_cast b LBB225_54 LBB225_54: b LBB225_59 LBB225_55: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB225_57 b LBB225_56 LBB225_56: mov w0, #0 str w0, [sp, #76] ; 4-byte Folded Spill bl _save_regs ldr w4, [sp, #76] ; 4-byte Folded Reload mov x3, #0 mov x0, x3 mov x1, x3 mov x2, x3 mov w5, #1 bl _block mov w0, #41 bl _skip b LBB225_58 LBB225_57: bl _gexpr mov w0, #41 bl _skip b LBB225_58 LBB225_58: b LBB225_59 LBB225_59: b LBB225_118 LBB225_60: bl _next bl _unary bl _indir b LBB225_118 LBB225_61: bl _next bl _unary adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB225_64 b LBB225_62 LBB225_62: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB225_64 b LBB225_63 LBB225_63: bl _test_lvalue b LBB225_64 LBB225_64: adrp x8, _vtop@PAGE ldr x0, [x8, _vtop@PAGEOFF] bl _mk_pointer bl _gaddrof b LBB225_118 LBB225_65: bl _next bl _unary adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB225_67 b LBB225_66 LBB225_66: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB225_71 LBB225_67: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] subs w8, w8, #243 cset w8, ne tbnz w8, #0, LBB225_69 b LBB225_68 LBB225_68: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ldr w8, [x8, #24] eor w8, w8, #0x1 ldr x9, [x9, _vtop@PAGEOFF] str w8, [x9, #24] b LBB225_70 LBB225_69: mov w0, #1 mov w1, #0 bl _gtst mov x1, x0 mov w0, #244 bl _vseti b LBB225_70 LBB225_70: b LBB225_71 LBB225_71: b LBB225_118 LBB225_72: bl _next bl _unary mov w0, #-1 bl _vpushi mov w0, #94 bl _gen_op b LBB225_118 LBB225_73: bl _next bl _unary adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB225_75 b LBB225_74 LBB225_74: adrp x0, l_.str.152@PAGE add x0, x0, l_.str.152@PAGEOFF bl _error b LBB225_75 LBB225_75: mov w0, #0 bl _vpushi mov w0, #43 bl _gen_op b LBB225_118 LBB225_76: adrp x8, _tok@PAGE str x8, [sp, #64] ; 8-byte Folded Spill ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-24] bl _next ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB225_78 b LBB225_77 LBB225_77: sub x0, x29, #56 bl _parse_expr_type b LBB225_79 LBB225_78: sub x0, x29, #56 bl _unary_type b LBB225_79 LBB225_79: sub x0, x29, #56 sub x1, x29, #28 bl _type_size stur w0, [x29, #-32] ldur w8, [x29, #-24] subs w8, w8, #301 cset w8, ne tbnz w8, #0, LBB225_83 b LBB225_80 LBB225_80: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB225_82 b LBB225_81 LBB225_81: adrp x0, l_.str.153@PAGE add x0, x0, l_.str.153@PAGEOFF bl _error b LBB225_82 LBB225_82: ldur w0, [x29, #-32] bl _vpushi b LBB225_84 LBB225_83: ldur w0, [x29, #-28] bl _vpushi b LBB225_84 LBB225_84: b LBB225_118 LBB225_85: bl _next mov w0, #40 bl _skip sub x0, x29, #120 str x0, [sp, #48] ; 8-byte Folded Spill bl _parse_type mov w0, #44 bl _skip sub x0, x29, #136 str x0, [sp, #56] ; 8-byte Folded Spill bl _parse_type mov w0, #41 bl _skip ldr x0, [sp, #48] ; 8-byte Folded Reload ldr x1, [sp, #56] ; 8-byte Folded Reload ldur w8, [x29, #-120] and w8, w8, #0xffffe7ff stur w8, [x29, #-120] ldur w8, [x29, #-136] and w8, w8, #0xffffe7ff stur w8, [x29, #-136] bl _is_compatible_types bl _vpushi b LBB225_118 LBB225_86: bl _next mov w0, #40 bl _skip adrp x9, _nocode_wanted@PAGE str x9, [sp, #40] ; 8-byte Folded Spill ldr w8, [x9, _nocode_wanted@PAGEOFF] stur w8, [x29, #-140] mov w8, #1 str w8, [x9, _nocode_wanted@PAGEOFF] bl _gexpr adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-144] bl _vpop ldr x9, [sp, #40] ; 8-byte Folded Reload ldur w8, [x29, #-140] str w8, [x9, _nocode_wanted@PAGEOFF] mov w0, #41 bl _skip ldur w0, [x29, #-144] bl _vpushi b LBB225_118 LBB225_87: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-24] bl _next bl _unary ldur w1, [x29, #-24] mov w0, #0 bl _inc b LBB225_118 LBB225_88: bl _next mov w0, #0 bl _vpushi bl _unary mov w0, #45 bl _gen_op b LBB225_118 LBB225_89: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB225_91 b LBB225_90 LBB225_90: b LBB225_102 LBB225_91: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB225_93 b LBB225_92 LBB225_92: adrp x0, l_.str.154@PAGE add x0, x0, l_.str.154@PAGEOFF bl _expect b LBB225_93 LBB225_93: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _label_find ldr x8, [sp, #120] ; 8-byte Folded Reload str x0, [x8, #24] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB225_95 b LBB225_94 LBB225_94: adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] adrp x0, _global_label_stack@PAGE add x0, x0, _global_label_stack@PAGEOFF mov w2, #1 bl _label_push ldr x8, [sp, #120] ; 8-byte Folded Reload str x0, [x8, #24] b LBB225_98 LBB225_95: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr x8, [x8, #8] subs x8, x8, #2 cset w8, ne tbnz w8, #0, LBB225_97 b LBB225_96 LBB225_96: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [x8, #24] mov x8, #1 str x8, [x9, #8] b LBB225_97 LBB225_97: b LBB225_98 LBB225_98: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB225_100 b LBB225_99 LBB225_99: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x10, [x8, #24] mov w9, #3 str w9, [x10, #24] ldr x8, [x8, #24] add x0, x8, #24 bl _mk_pointer ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [x8, #24] ldr w8, [x9, #24] orr w8, w8, #0x100 str w8, [x9, #24] b LBB225_100 LBB225_100: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] add x0, x8, #24 mov w1, #752 mov w2, #0 bl _vset ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str x8, [x9, #32] bl _next b LBB225_118 LBB225_101: b LBB225_102 LBB225_102: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-24] bl _next ldur w8, [x29, #-24] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB225_104 b LBB225_103 LBB225_103: adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _expect b LBB225_104 LBB225_104: ldur w0, [x29, #-24] bl _sym_find ldr x8, [sp, #120] ; 8-byte Folded Reload str x0, [x8, #24] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB225_110 b LBB225_105 LBB225_105: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB225_107 b LBB225_106 LBB225_106: ldur w0, [x29, #-24] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.156@PAGE add x0, x0, l_.str.156@PAGEOFF bl _error b LBB225_107 LBB225_107: adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #240] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB225_109 b LBB225_108 LBB225_108: ldur w0, [x29, #-24] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.157@PAGE add x0, x0, l_.str.157@PAGEOFF bl _warning b LBB225_109 LBB225_109: ldur w0, [x29, #-24] adrp x1, _func_old_type@PAGE add x1, x1, _func_old_type@PAGEOFF mov w2, #0 bl _external_global_sym ldr x8, [sp, #120] ; 8-byte Folded Reload str x0, [x8, #24] b LBB225_110 LBB225_110: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr w8, [x8, #24] mov w9, #1295 and w8, w8, w9 subs w8, w8, #1286 cset w8, ne tbnz w8, #0, LBB225_114 b LBB225_111 LBB225_111: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB225_113 b LBB225_112 LBB225_112: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [x8, #24] adrp x8, _text_section@PAGE ldr x1, [x8, _text_section@PAGEOFF] mov x3, #0 mov x2, x3 bl _put_extern_sym b LBB225_113 LBB225_113: mov w8, #752 stur w8, [x29, #-36] b LBB225_115 LBB225_114: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr x8, [x8, #8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-36] b LBB225_115 LBB225_115: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [x8, #24] add x0, x9, #24 ldur w1, [x29, #-36] ldr x8, [x8, #24] ldr x8, [x8, #16] mov x2, x8 bl _vset adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB225_117 b LBB225_116 LBB225_116: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [x8, #24] adrp x8, _vtop@PAGE ldr x10, [x8, _vtop@PAGEOFF] str x9, [x10, #32] ldr x8, [x8, _vtop@PAGEOFF] str wzr, [x8, #24] b LBB225_117 LBB225_117: b LBB225_118 LBB225_118: b LBB225_119 LBB225_119: ; =>This Loop Header: Depth=1 ; Child Loop BB225_162 Depth 2 ; Child Loop BB225_129 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #164 cset w8, eq tbnz w8, #0, LBB225_121 b LBB225_120 LBB225_120: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #162 cset w8, ne tbnz w8, #0, LBB225_122 b LBB225_121 LBB225_121: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] mov w0, #1 bl _inc bl _next b LBB225_178 LBB225_122: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #46 cset w8, eq tbnz w8, #0, LBB225_124 b LBB225_123 LBB225_123: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #203 cset w8, ne tbnz w8, #0, LBB225_140 b LBB225_124 LBB225_124: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #203 cset w8, ne tbnz w8, #0, LBB225_126 b LBB225_125 LBB225_125: ; in Loop: Header=BB225_119 Depth=1 bl _indir b LBB225_126 LBB225_126: ; in Loop: Header=BB225_119 Depth=1 bl _test_lvalue bl _gaddrof bl _next adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB225_128 b LBB225_127 LBB225_127: ; in Loop: Header=BB225_119 Depth=1 adrp x0, l_.str.158@PAGE add x0, x0, l_.str.158@PAGEOFF bl _expect b LBB225_128 LBB225_128: ; in Loop: Header=BB225_119 Depth=1 ldr x9, [sp, #120] ; 8-byte Folded Reload adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x8, [x8, #8] str x8, [x9, #24] adrp x9, _tok@PAGE ldr w8, [x9, _tok@PAGEOFF] orr w8, w8, #0x20000000 str w8, [x9, _tok@PAGEOFF] b LBB225_129 LBB225_129: ; Parent Loop BB225_119 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x10, [sp, #120] ; 8-byte Folded Reload ldr x8, [x10, #24] ldr x8, [x8, #40] mov x9, x8 str x9, [x10, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB225_133 b LBB225_130 LBB225_130: ; in Loop: Header=BB225_129 Depth=2 ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldr x8, [x8] adrp x9, _tok@PAGE ldrsw x9, [x9, _tok@PAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB225_132 b LBB225_131 LBB225_131: ; in Loop: Header=BB225_119 Depth=1 b LBB225_133 LBB225_132: ; in Loop: Header=BB225_129 Depth=2 b LBB225_129 LBB225_133: ; in Loop: Header=BB225_119 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB225_135 b LBB225_134 LBB225_134: ; in Loop: Header=BB225_119 Depth=1 adrp x0, l_.str.159@PAGE add x0, x0, l_.str.159@PAGEOFF bl _error b LBB225_135 LBB225_135: ; in Loop: Header=BB225_119 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload adrp x9, _vtop@PAGE str x9, [sp, #32] ; 8-byte Folded Spill ldr x9, [x9, _vtop@PAGEOFF] adrp x10, _char_pointer_type@PAGE add x10, x10, _char_pointer_type@PAGEOFF ldr q0, [x10] str q0, [x9] ldr x8, [x8, #24] ldr x8, [x8, #16] mov x0, x8 bl _vpushi mov w0, #43 bl _gen_op ldr x10, [sp, #120] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldr x10, [x10, #24] ldur q0, [x10, #24] str q0, [x9] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB225_139 b LBB225_136 LBB225_136: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _lvalue_type ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, w0 strh w8, [x9, #16] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB225_138 b LBB225_137 LBB225_137: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, #0x800 strh w8, [x9, #16] b LBB225_138 LBB225_138: ; in Loop: Header=BB225_119 Depth=1 b LBB225_139 LBB225_139: ; in Loop: Header=BB225_119 Depth=1 bl _next b LBB225_177 LBB225_140: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB225_142 b LBB225_141 LBB225_141: ; in Loop: Header=BB225_119 Depth=1 bl _next bl _gexpr mov w0, #43 bl _gen_op bl _indir mov w0, #93 bl _skip b LBB225_176 LBB225_142: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB225_174 b LBB225_143 LBB225_143: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB225_151 b LBB225_144 LBB225_144: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] mov w9, #47 and w8, w8, w9 subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB225_148 b LBB225_145 LBB225_145: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] str x9, [sp, #8] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] bl _pointed_type ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr q0, [x0] str q0, [x9] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB225_147 b LBB225_146 LBB225_146: ; in Loop: Header=BB225_119 Depth=1 b LBB225_149 LBB225_147: ; in Loop: Header=BB225_119 Depth=1 b LBB225_150 LBB225_148: ; in Loop: Header=BB225_119 Depth=1 b LBB225_149 LBB225_149: ; in Loop: Header=BB225_119 Depth=1 adrp x0, l_.str.160@PAGE add x0, x0, l_.str.160@PAGEOFF bl _expect b LBB225_150 LBB225_150: ; in Loop: Header=BB225_119 Depth=1 b LBB225_152 LBB225_151: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] and w8, w8, #0xfffffeff strh w8, [x9, #16] b LBB225_152 LBB225_152: ; in Loop: Header=BB225_119 Depth=1 ldr x9, [sp, #120] ; 8-byte Folded Reload adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x8, [x8, #8] str x8, [x9, #24] bl _next ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [x8, #24] ldr x9, [x9, #40] str x9, [sp, #136] str wzr, [sp, #132] ldr x8, [x8, #24] ldr w8, [x8, #24] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB225_154 b LBB225_153 LBB225_153: ; in Loop: Header=BB225_119 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] add x0, x8, #24 sub x1, x29, #28 bl _type_size ldr x9, [sp, #120] ; 8-byte Folded Reload stur w0, [x29, #-32] adrp x8, _loc@PAGE ldr x10, [x8, _loc@PAGEOFF] ldursw x11, [x29, #-32] subs x10, x10, x11 ldur w12, [x29, #-28] mov w11, #0 subs w12, w11, w12 ; implicit-def: $x11 mov x11, x12 sxtw x11, w11 and x10, x10, x11 str x10, [x8, _loc@PAGEOFF] ldr x9, [x9, #24] ldur q0, [x9, #24] str q0, [sp, #144] mov w9, #498 strh w9, [sp, #160] ldr x8, [x8, _loc@PAGEOFF] mov x1, x8 mov w0, #242 bl _vseti adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x8, [x8, #24] str x8, [sp, #168] ldr w8, [sp, #132] add w8, w8, #1 str w8, [sp, #132] b LBB225_160 LBB225_154: ; in Loop: Header=BB225_119 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #24] ldur q0, [x8, #24] str q0, [sp, #144] mov w8, #240 strh w8, [sp, #162] ldr w0, [sp, #144] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB225_156 b LBB225_155 LBB225_155: ; in Loop: Header=BB225_119 Depth=1 mov w8, #3 strh w8, [sp, #160] b LBB225_159 LBB225_156: ; in Loop: Header=BB225_119 Depth=1 ldr w8, [sp, #144] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB225_158 b LBB225_157 LBB225_157: ; in Loop: Header=BB225_119 Depth=1 mov w8, #2 strh w8, [sp, #162] b LBB225_158 LBB225_158: ; in Loop: Header=BB225_119 Depth=1 strh wzr, [sp, #160] b LBB225_159 LBB225_159: ; in Loop: Header=BB225_119 Depth=1 str wzr, [sp, #168] b LBB225_160 LBB225_160: ; in Loop: Header=BB225_119 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB225_168 b LBB225_161 LBB225_161: ; in Loop: Header=BB225_119 Depth=1 b LBB225_162 LBB225_162: ; Parent Loop BB225_119 Depth=1 ; => This Inner Loop Header: Depth=2 bl _expr_eq ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [x8, #24] ldr x1, [sp, #136] bl _gfunc_param_typed ldr w8, [sp, #132] add w8, w8, #1 str w8, [sp, #132] ldr x8, [sp, #136] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB225_164 b LBB225_163 LBB225_163: ; in Loop: Header=BB225_162 Depth=2 ldr x8, [sp, #136] ldr x8, [x8, #40] str x8, [sp, #136] b LBB225_164 LBB225_164: ; in Loop: Header=BB225_162 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB225_166 b LBB225_165 LBB225_165: ; in Loop: Header=BB225_119 Depth=1 b LBB225_167 LBB225_166: ; in Loop: Header=BB225_162 Depth=2 mov w0, #44 bl _skip b LBB225_162 LBB225_167: ; in Loop: Header=BB225_119 Depth=1 b LBB225_168 LBB225_168: ; in Loop: Header=BB225_119 Depth=1 ldr x8, [sp, #136] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB225_170 b LBB225_169 LBB225_169: ; in Loop: Header=BB225_119 Depth=1 adrp x0, l_.str.161@PAGE add x0, x0, l_.str.161@PAGEOFF bl _error b LBB225_170 LBB225_170: ; in Loop: Header=BB225_119 Depth=1 mov w0, #41 bl _skip adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB225_172 b LBB225_171 LBB225_171: ; in Loop: Header=BB225_119 Depth=1 ldr w0, [sp, #132] bl _gfunc_call b LBB225_173 LBB225_172: ; in Loop: Header=BB225_119 Depth=1 ldr w8, [sp, #132] add w11, w8, #1 adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 mov x11, #40 mneg x10, x10, x11 add x8, x8, x10 str x8, [x9, _vtop@PAGEOFF] b LBB225_173 LBB225_173: ; in Loop: Header=BB225_119 Depth=1 add x0, sp, #144 ldrh w1, [sp, #160] add x2, x0, #24 bl _vsetc ldrh w8, [sp, #162] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] strh w8, [x9, #18] b LBB225_175 LBB225_174: b LBB225_179 LBB225_175: ; in Loop: Header=BB225_119 Depth=1 b LBB225_176 LBB225_176: ; in Loop: Header=BB225_119 Depth=1 b LBB225_177 LBB225_177: ; in Loop: Header=BB225_119 Depth=1 b LBB225_178 LBB225_178: ; in Loop: Header=BB225_119 Depth=1 b LBB225_119 LBB225_179: 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 .p2align 2 ; -- Begin function vpush_tokc _vpush_tokc: ; @vpush_tokc .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] ldur w8, [x29, #-4] add x0, sp, #8 str w8, [sp, #8] mov w1, #240 adrp x2, _tokc@PAGE add x2, x2, _tokc@PAGEOFF bl _vsetc ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function mk_pointer _mk_pointer: ; @mk_pointer .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 x1, [sp, #8] mov w0, #536870912 mov w2, #0 mov w3, #-1 bl _sym_push str x0, [sp] ldr x8, [sp, #8] ldr w8, [x8] and w9, w8, #0x780 mov w8, #4 orr w8, w8, w9 ldr x9, [sp, #8] str w8, [x9] ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function vpush_ref _vpush_ref: ; @vpush_ref .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str x3, [sp, #16] add x2, sp, #8 str wzr, [sp, #8] ldur x0, [x29, #-8] mov w1, #752 bl _vsetc ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldr x2, [sp, #24] ldr x3, [sp, #16] bl _get_sym_ref adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] str x0, [x8, #32] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function decl_initializer_alloc _decl_initializer_alloc: ; @decl_initializer_alloc .cfi_startproc ; %bb.0: sub sp, sp, #224 .cfi_def_cfa_offset 224 stp x29, x30, [sp, #208] ; 16-byte Folded Spill add x29, sp, #208 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] stur w3, [x29, #-24] stur w4, [x29, #-28] stur w5, [x29, #-32] ldur x0, [x29, #-8] sub x1, x29, #40 bl _type_size stur w0, [x29, #-36] add x0, sp, #104 bl _tok_str_new ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB229_30 b LBB229_1 LBB229_1: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB229_3 b LBB229_2 LBB229_2: adrp x0, l_.str.162@PAGE add x0, x0, l_.str.162@PAGEOFF bl _error b LBB229_3 LBB229_3: ldur w8, [x29, #-24] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB229_10 b LBB229_4 LBB229_4: b LBB229_5 LBB229_5: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq mov w9, #1 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB229_7 b LBB229_6 LBB229_6: ; in Loop: Header=BB229_5 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #184 cset w8, eq str w8, [sp, #52] ; 4-byte Folded Spill b LBB229_7 LBB229_7: ; in Loop: Header=BB229_5 Depth=1 ldr w8, [sp, #52] ; 4-byte Folded Reload tbz w8, #0, LBB229_9 b LBB229_8 LBB229_8: ; in Loop: Header=BB229_5 Depth=1 add x0, sp, #104 bl _tok_str_add_tok bl _next b LBB229_5 LBB229_9: b LBB229_27 LBB229_10: stur wzr, [x29, #-52] b LBB229_11 LBB229_11: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, gt mov w9, #1 str w9, [sp, #48] ; 4-byte Folded Spill tbnz w8, #0, LBB229_15 b LBB229_12 LBB229_12: ; in Loop: Header=BB229_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq mov w9, #0 str w9, [sp, #44] ; 4-byte Folded Spill tbnz w8, #0, LBB229_14 b LBB229_13 LBB229_13: ; in Loop: Header=BB229_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, ne str w8, [sp, #44] ; 4-byte Folded Spill b LBB229_14 LBB229_14: ; in Loop: Header=BB229_11 Depth=1 ldr w8, [sp, #44] ; 4-byte Folded Reload str w8, [sp, #48] ; 4-byte Folded Spill b LBB229_15 LBB229_15: ; in Loop: Header=BB229_11 Depth=1 ldr w8, [sp, #48] ; 4-byte Folded Reload tbz w8, #0, LBB229_26 b LBB229_16 LBB229_16: ; in Loop: Header=BB229_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB229_18 b LBB229_17 LBB229_17: ; in Loop: Header=BB229_11 Depth=1 adrp x0, l_.str.163@PAGE add x0, x0, l_.str.163@PAGEOFF bl _error b LBB229_18 LBB229_18: ; in Loop: Header=BB229_11 Depth=1 add x0, sp, #104 bl _tok_str_add_tok adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB229_20 b LBB229_19 LBB229_19: ; in Loop: Header=BB229_11 Depth=1 ldur w8, [x29, #-52] add w8, w8, #1 stur w8, [x29, #-52] b LBB229_25 LBB229_20: ; in Loop: Header=BB229_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB229_24 b LBB229_21 LBB229_21: ; in Loop: Header=BB229_11 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB229_23 b LBB229_22 LBB229_22: b LBB229_26 LBB229_23: ; in Loop: Header=BB229_11 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #1 stur w8, [x29, #-52] b LBB229_24 LBB229_24: ; in Loop: Header=BB229_11 Depth=1 b LBB229_25 LBB229_25: ; in Loop: Header=BB229_11 Depth=1 bl _next b LBB229_11 LBB229_26: b LBB229_27 LBB229_27: add x0, sp, #104 str x0, [sp, #24] ; 8-byte Folded Spill mov w1, #-1 bl _tok_str_add ldr x0, [sp, #24] ; 8-byte Folded Reload mov w1, #0 bl _tok_str_add sub x0, x29, #80 bl _save_parse_state ldr x8, [sp, #104] adrp x9, _macro_ptr@PAGE str x9, [sp, #32] ; 8-byte Folded Spill str x8, [x9, _macro_ptr@PAGEOFF] bl _next ldur x0, [x29, #-8] mov x1, #0 mov x2, #0 mov w4, #1 mov x3, x4 bl _decl_initializer ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #104] str x8, [x9, _macro_ptr@PAGEOFF] bl _next ldur x0, [x29, #-8] sub x1, x29, #40 bl _type_size stur w0, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB229_29 b LBB229_28 LBB229_28: adrp x0, l_.str.162@PAGE add x0, x0, l_.str.162@PAGEOFF bl _error b LBB229_29 LBB229_29: b LBB229_30 LBB229_30: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_34 b LBB229_31 LBB229_31: ldur x8, [x29, #-16] ldr w8, [x8] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB229_33 b LBB229_32 LBB229_32: ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-40] b LBB229_33 LBB229_33: b LBB229_37 LBB229_34: ldur x8, [x29, #-16] ldr w8, [x8, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_36 b LBB229_35 LBB229_35: mov w8, #1 stur w8, [x29, #-40] b LBB229_36 LBB229_36: b LBB229_37 LBB229_37: ldurb w8, [x29, #-20] subs w8, w8, #242 cset w8, ne tbnz w8, #0, LBB229_48 b LBB229_38 LBB229_38: ; kill: def $x8 killed $xzr str xzr, [sp, #96] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_41 b LBB229_39 LBB229_39: ldur x8, [x29, #-8] ldr w8, [x8] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB229_41 b LBB229_40 LBB229_40: adrp x9, _loc@PAGE ldr x8, [x9, _loc@PAGEOFF] subs x8, x8, #1 str x8, [x9, _loc@PAGEOFF] b LBB229_41 LBB229_41: adrp x8, _loc@PAGE ldr x9, [x8, _loc@PAGEOFF] ldursw x10, [x29, #-36] subs x9, x9, x10 ldur w11, [x29, #-40] mov w10, #0 subs w11, w10, w11 ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 and x9, x9, x10 str x9, [x8, _loc@PAGEOFF] ldr x8, [x8, _loc@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-44] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_44 b LBB229_42 LBB229_42: ldur x8, [x29, #-8] ldr w8, [x8] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB229_44 b LBB229_43 LBB229_43: adrp x9, _loc@PAGE ldr x8, [x9, _loc@PAGEOFF] subs x8, x8, #1 str x8, [x9, _loc@PAGEOFF] adrp x8, _lbounds_section@PAGE ldr x0, [x8, _lbounds_section@PAGEOFF] mov x1, #16 bl _section_ptr_add str x0, [sp, #88] ldursw x8, [x29, #-44] ldr x9, [sp, #88] str x8, [x9] ldursw x8, [x29, #-36] ldr x9, [sp, #88] str x8, [x9, #8] b LBB229_44 LBB229_44: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_46 b LBB229_45 LBB229_45: ldur w0, [x29, #-28] ldur x1, [x29, #-8] ldur w2, [x29, #-20] ldur w3, [x29, #-44] bl _sym_push b LBB229_47 LBB229_46: ldur x0, [x29, #-8] ldur w1, [x29, #-20] ldur w2, [x29, #-44] bl _vset b LBB229_47 LBB229_47: b LBB229_96 LBB229_48: ; kill: def $x8 killed $xzr str xzr, [sp, #80] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_64 b LBB229_49 LBB229_49: ldur w8, [x29, #-32] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB229_64 b LBB229_50 LBB229_50: ldur w0, [x29, #-28] bl _sym_find str x0, [sp, #80] ldr x8, [sp, #80] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB229_63 b LBB229_51 LBB229_51: ldr x8, [sp, #80] add x0, x8, #24 ldur x1, [x29, #-8] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB229_53 b LBB229_52 LBB229_52: ldur w0, [x29, #-28] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.164@PAGE add x0, x0, l_.str.164@PAGEOFF bl _error b LBB229_53 LBB229_53: ldr x8, [sp, #80] ldr w8, [x8, #24] ands w8, w8, #0x80 cset w8, eq tbnz w8, #0, LBB229_59 b LBB229_54 LBB229_54: ldr x9, [sp, #80] ldr w8, [x9, #24] and w8, w8, #0xffffff7f str w8, [x9, #24] ldr x8, [sp, #80] ldr w8, [x8, #24] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB229_58 b LBB229_55 LBB229_55: ldr x8, [sp, #80] ldr x8, [x8, #32] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB229_58 b LBB229_56 LBB229_56: ldur x8, [x29, #-8] ldr x8, [x8, #8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, lt tbnz w8, #0, LBB229_58 b LBB229_57 LBB229_57: ldur x8, [x29, #-8] ldr x8, [x8, #8] ldr x8, [x8, #16] ldr x9, [sp, #80] ldr x9, [x9, #32] str x8, [x9, #16] b LBB229_58 LBB229_58: b LBB229_62 LBB229_59: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB229_61 b LBB229_60 LBB229_60: b LBB229_101 LBB229_61: b LBB229_62 LBB229_62: b LBB229_63 LBB229_63: b LBB229_64 LBB229_64: ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #96] ldr x8, [sp, #96] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB229_71 b LBB229_65 LBB229_65: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_67 b LBB229_66 LBB229_66: adrp x8, _data_section@PAGE ldr x8, [x8, _data_section@PAGEOFF] str x8, [sp, #96] b LBB229_70 LBB229_67: adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #184] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_69 b LBB229_68 LBB229_68: adrp x8, _bss_section@PAGE ldr x8, [x8, _bss_section@PAGEOFF] str x8, [sp, #96] b LBB229_69 LBB229_69: b LBB229_70 LBB229_70: b LBB229_71 LBB229_71: ldr x8, [sp, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB229_80 b LBB229_72 LBB229_72: ldr x8, [sp, #96] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-48] ldur w8, [x29, #-48] ldur w9, [x29, #-40] add w8, w8, w9 subs w8, w8, #1 ldur w10, [x29, #-40] mov w9, #0 subs w9, w9, w10 and w8, w8, w9 stur w8, [x29, #-48] ldur w8, [x29, #-48] stur w8, [x29, #-44] ldur w9, [x29, #-36] ldur w8, [x29, #-48] add w8, w8, w9 stur w8, [x29, #-48] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_74 b LBB229_73 LBB229_73: ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB229_74 LBB229_74: ldursw x8, [x29, #-48] ldr x9, [sp, #96] str x8, [x9] ldr x8, [sp, #96] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB229_77 b LBB229_75 LBB229_75: ldursw x8, [x29, #-48] ldr x9, [sp, #96] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB229_77 b LBB229_76 LBB229_76: ldr x0, [sp, #96] ldursw x1, [x29, #-48] bl _section_realloc b LBB229_77 LBB229_77: ldur w8, [x29, #-40] ldr x9, [sp, #96] ldr w9, [x9, #44] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB229_79 b LBB229_78 LBB229_78: ldur w8, [x29, #-40] ldr x9, [sp, #96] str w8, [x9, #44] b LBB229_79 LBB229_79: b LBB229_81 LBB229_80: stur wzr, [x29, #-44] b LBB229_81 LBB229_81: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_92 b LBB229_82 LBB229_82: ldur w8, [x29, #-32] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB229_86 b LBB229_83 LBB229_83: ldr x8, [sp, #80] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB229_85 b LBB229_84 LBB229_84: b LBB229_87 LBB229_85: b LBB229_88 LBB229_86: b LBB229_87 LBB229_87: ldur w0, [x29, #-28] ldur x1, [x29, #-8] ldur w8, [x29, #-20] orr w2, w8, #0x200 mov w3, #0 bl _sym_push str x0, [sp, #80] b LBB229_88 LBB229_88: ldr x8, [sp, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB229_90 b LBB229_89 LBB229_89: ldr x0, [sp, #80] ldr x1, [sp, #96] ldursw x2, [x29, #-44] ldursw x3, [x29, #-36] bl _put_extern_sym b LBB229_91 LBB229_90: ldr x0, [sp, #80] ldursw x2, [x29, #-40] ldursw x3, [x29, #-36] mov x1, #0 bl _put_extern_sym adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldr x9, [sp, #80] ldr x9, [x9, #16] add x8, x8, x9, lsl #4 str x8, [sp, #72] ldr x9, [sp, #72] mov w8, #65522 strh w8, [x9, #14] b LBB229_91 LBB229_91: b LBB229_93 LBB229_92: ldur x0, [x29, #-8] ldr x1, [sp, #96] ldursw x2, [x29, #-44] ldursw x3, [x29, #-36] bl _get_sym_ref str x0, [sp, #80] add x2, sp, #64 str wzr, [sp, #64] ldur x0, [x29, #-8] mov w1, #752 bl _vsetc ldr x8, [sp, #80] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] str x8, [x9, #32] b LBB229_93 LBB229_93: adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_95 b LBB229_94 LBB229_94: adrp x8, _bounds_section@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8, _bounds_section@PAGEOFF] ldr x1, [sp, #80] ldr x8, [x8, _bounds_section@PAGEOFF] ldr x2, [x8] mov w3, #1 bl _greloc ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8, _bounds_section@PAGEOFF] mov x1, #16 bl _section_ptr_add str x0, [sp, #56] ldr x8, [sp, #56] str xzr, [x8] ldursw x8, [x29, #-36] ldr x9, [sp, #56] str x8, [x9, #8] b LBB229_95 LBB229_95: b LBB229_96 LBB229_96: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB229_100 b LBB229_97 LBB229_97: ldur x0, [x29, #-8] ldr x1, [sp, #96] ldursw x2, [x29, #-44] mov w3, #1 mov w4, #0 bl _decl_initializer ldr x8, [sp, #104] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB229_99 b LBB229_98 LBB229_98: ldr x0, [sp, #104] bl _tok_str_free sub x0, x29, #80 bl _restore_parse_state b LBB229_99 LBB229_99: b LBB229_100 LBB229_100: b LBB229_101 LBB229_101: ldp x29, x30, [sp, #208] ; 16-byte Folded Reload add sp, sp, #224 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_btype _parse_btype: ; @parse_btype .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, #-16] mov w1, #0 mov x2, #24 mov x3, #-1 bl ___memset_chk stur wzr, [x29, #-28] str wzr, [sp, #32] stur wzr, [x29, #-20] b LBB230_1 LBB230_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #52 cset w8, hi tbnz w8, #0, LBB230_39 ; %bb.2: ; in Loop: Header=BB230_1 Depth=1 ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI230_0@PAGE add x10, x10, lJTI230_0@PAGEOFF Ltmp42: adr x8, Ltmp42 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB230_3: ; in Loop: Header=BB230_1 Depth=1 bl _next b LBB230_1 LBB230_4: ; in Loop: Header=BB230_1 Depth=1 mov w8, #1 stur w8, [x29, #-24] b LBB230_5 LBB230_5: ; in Loop: Header=BB230_1 Depth=1 bl _next b LBB230_6 LBB230_6: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] ands w8, w8, #0xf cset w8, eq tbnz w8, #0, LBB230_8 b LBB230_7 LBB230_7: ; in Loop: Header=BB230_1 Depth=1 adrp x0, l_.str.178@PAGE add x0, x0, l_.str.178@PAGEOFF bl _error b LBB230_8 LBB230_8: ; in Loop: Header=BB230_1 Depth=1 ldur w9, [x29, #-24] ldur w8, [x29, #-20] orr w8, w8, w9 stur w8, [x29, #-20] mov w8, #1 str w8, [sp, #32] b LBB230_45 LBB230_9: ; in Loop: Header=BB230_1 Depth=1 mov w8, #3 stur w8, [x29, #-24] b LBB230_5 LBB230_10: ; in Loop: Header=BB230_1 Depth=1 mov w8, #2 stur w8, [x29, #-24] b LBB230_5 LBB230_11: ; in Loop: Header=BB230_1 Depth=1 bl _next mov w8, #1 str w8, [sp, #32] b LBB230_45 LBB230_12: ; in Loop: Header=BB230_1 Depth=1 bl _next ldur w8, [x29, #-20] and w8, w8, #0xf subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB230_14 b LBB230_13 LBB230_13: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] and w8, w8, #0xfffffff0 mov w9, #10 orr w8, w8, w9 stur w8, [x29, #-20] b LBB230_18 LBB230_14: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] and w8, w8, #0xf subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB230_16 b LBB230_15 LBB230_15: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] and w8, w8, #0xfffffff0 orr w8, w8, #0xc stur w8, [x29, #-20] b LBB230_17 LBB230_16: ; in Loop: Header=BB230_1 Depth=1 mov w8, #13 stur w8, [x29, #-24] b LBB230_6 LBB230_17: ; in Loop: Header=BB230_1 Depth=1 b LBB230_18 LBB230_18: ; in Loop: Header=BB230_1 Depth=1 b LBB230_45 LBB230_19: ; in Loop: Header=BB230_1 Depth=1 mov w8, #11 stur w8, [x29, #-24] b LBB230_5 LBB230_20: ; in Loop: Header=BB230_1 Depth=1 mov w8, #8 stur w8, [x29, #-24] b LBB230_5 LBB230_21: ; in Loop: Header=BB230_1 Depth=1 bl _next ldur w8, [x29, #-20] and w8, w8, #0xf subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB230_23 b LBB230_22 LBB230_22: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] and w8, w8, #0xfffffff0 mov w9, #10 orr w8, w8, w9 stur w8, [x29, #-20] b LBB230_24 LBB230_23: ; in Loop: Header=BB230_1 Depth=1 mov w8, #9 stur w8, [x29, #-24] b LBB230_6 LBB230_24: ; in Loop: Header=BB230_1 Depth=1 b LBB230_45 LBB230_25: ; in Loop: Header=BB230_1 Depth=1 add x0, sp, #8 mov w1, #5 bl _struct_decl b LBB230_26 LBB230_26: ; in Loop: Header=BB230_1 Depth=1 ldr w8, [sp, #8] stur w8, [x29, #-24] ldr x8, [sp, #16] ldur x9, [x29, #-8] str x8, [x9, #8] b LBB230_6 LBB230_27: ; in Loop: Header=BB230_1 Depth=1 add x0, sp, #8 mov w1, #7 bl _struct_decl b LBB230_26 LBB230_28: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x800 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_29: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x1000 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_30: ; in Loop: Header=BB230_1 Depth=1 mov w8, #1 str w8, [sp, #32] ldur w8, [x29, #-20] orr w8, w8, #0x2000 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_31: ; in Loop: Header=BB230_1 Depth=1 bl _next b LBB230_45 LBB230_32: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x10 stur w8, [x29, #-20] bl _next mov w8, #1 str w8, [sp, #32] b LBB230_45 LBB230_33: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x80 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_34: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x100 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_35: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x200 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_36: ; in Loop: Header=BB230_1 Depth=1 ldur w8, [x29, #-20] orr w8, w8, #0x400 stur w8, [x29, #-20] bl _next b LBB230_45 LBB230_37: ; in Loop: Header=BB230_1 Depth=1 ldur x0, [x29, #-16] bl _parse_attribute b LBB230_45 LBB230_38: ; in Loop: Header=BB230_1 Depth=1 bl _next add x0, sp, #8 bl _parse_expr_type b LBB230_26 LBB230_39: ; in Loop: Header=BB230_1 Depth=1 ldr w8, [sp, #32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB230_41 b LBB230_40 LBB230_40: b LBB230_46 LBB230_41: ; in Loop: Header=BB230_1 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _sym_find str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB230_43 b LBB230_42 LBB230_42: ; in Loop: Header=BB230_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #24] ands w8, w8, #0x200 cset w8, ne tbnz w8, #0, LBB230_44 b LBB230_43 LBB230_43: b LBB230_46 LBB230_44: ; in Loop: Header=BB230_1 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #24] and w9, w8, #0xfffffdff ldur w8, [x29, #-20] orr w8, w8, w9 stur w8, [x29, #-20] ldr x8, [sp, #24] ldr x8, [x8, #32] ldur x9, [x29, #-8] str x8, [x9, #8] bl _next b LBB230_45 LBB230_45: ; in Loop: Header=BB230_1 Depth=1 mov w8, #1 stur w8, [x29, #-28] b LBB230_1 LBB230_46: ldur w8, [x29, #-20] mov w9, #8208 and w8, w8, w9 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB230_48 b LBB230_47 LBB230_47: adrp x0, l_.str.179@PAGE add x0, x0, l_.str.179@PAGEOFF bl _error b LBB230_48 LBB230_48: adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #216] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB230_52 b LBB230_49 LBB230_49: ldur w8, [x29, #-20] mov w9, #8223 and w8, w8, w9 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB230_51 b LBB230_50 LBB230_50: ldur w8, [x29, #-20] orr w8, w8, #0x10 stur w8, [x29, #-20] b LBB230_51 LBB230_51: b LBB230_52 LBB230_52: ldur w8, [x29, #-20] and w8, w8, #0xffffdfff stur w8, [x29, #-20] ldur w8, [x29, #-20] and w8, w8, #0xf subs w8, w8, #13 cset w8, ne tbnz w8, #0, LBB230_54 b LBB230_53 LBB230_53: ldur w8, [x29, #-20] and w8, w8, #0xfffffff0 mov w9, #0 orr w8, w8, w9 stur w8, [x29, #-20] b LBB230_54 LBB230_54: ldur w8, [x29, #-20] ldur x9, [x29, #-8] str w8, [x9] ldur w0, [x29, #-28] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI230_0: .long LBB230_11-Ltmp42 .long LBB230_9-Ltmp42 .long LBB230_4-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_33-Ltmp42 .long LBB230_34-Ltmp42 .long LBB230_32-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_28-Ltmp42 .long LBB230_28-Ltmp42 .long LBB230_28-Ltmp42 .long LBB230_29-Ltmp42 .long LBB230_29-Ltmp42 .long LBB230_29-Ltmp42 .long LBB230_12-Ltmp42 .long LBB230_31-Ltmp42 .long LBB230_30-Ltmp42 .long LBB230_30-Ltmp42 .long LBB230_30-Ltmp42 .long LBB230_31-Ltmp42 .long LBB230_36-Ltmp42 .long LBB230_36-Ltmp42 .long LBB230_36-Ltmp42 .long LBB230_31-Ltmp42 .long LBB230_31-Ltmp42 .long LBB230_31-Ltmp42 .long LBB230_3-Ltmp42 .long LBB230_20-Ltmp42 .long LBB230_21-Ltmp42 .long LBB230_19-Ltmp42 .long LBB230_10-Ltmp42 .long LBB230_27-Ltmp42 .long LBB230_27-Ltmp42 .long LBB230_35-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_25-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_37-Ltmp42 .long LBB230_37-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_39-Ltmp42 .long LBB230_38-Ltmp42 .long LBB230_38-Ltmp42 .long LBB230_38-Ltmp42 ; -- End function .p2align 2 ; -- Begin function type_decl _type_decl: ; @type_decl .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] b LBB231_1 LBB231_1: ; =>This Loop Header: Depth=1 ; Child Loop BB231_3 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB231_10 b LBB231_2 LBB231_2: ; in Loop: Header=BB231_1 Depth=1 str wzr, [sp, #12] b LBB231_3 LBB231_3: ; Parent Loop BB231_1 Depth=1 ; => This Inner Loop Header: Depth=2 bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #273 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB231_6 b LBB231_4 LBB231_4: ; in Loop: Header=BB231_3 Depth=2 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #276 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB231_7 b LBB231_5 LBB231_5: ; in Loop: Header=BB231_3 Depth=2 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #288 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB231_8 b LBB231_9 LBB231_6: ; in Loop: Header=BB231_3 Depth=2 ldr w8, [sp, #12] orr w8, w8, #0x800 str w8, [sp, #12] b LBB231_3 LBB231_7: ; in Loop: Header=BB231_3 Depth=2 ldr w8, [sp, #12] orr w8, w8, #0x1000 str w8, [sp, #12] b LBB231_3 LBB231_8: ; in Loop: Header=BB231_3 Depth=2 b LBB231_3 LBB231_9: ; in Loop: Header=BB231_1 Depth=1 ldur x0, [x29, #-8] bl _mk_pointer ldr w10, [sp, #12] ldur x9, [x29, #-8] ldr w8, [x9] orr w8, w8, w10 str w8, [x9] b LBB231_1 LBB231_10: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #302 cset w8, eq tbnz w8, #0, LBB231_12 b LBB231_11 LBB231_11: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #303 cset w8, ne tbnz w8, #0, LBB231_13 b LBB231_12 LBB231_12: ldur x0, [x29, #-16] bl _parse_attribute b LBB231_13 LBB231_13: str wzr, [sp, #24] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB231_18 b LBB231_14 LBB231_14: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #302 cset w8, eq tbnz w8, #0, LBB231_16 b LBB231_15 LBB231_15: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #303 cset w8, ne tbnz w8, #0, LBB231_17 b LBB231_16 LBB231_16: ldur x0, [x29, #-16] bl _parse_attribute b LBB231_17 LBB231_17: ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w3, [x29, #-28] add x0, sp, #24 bl _type_decl mov w0, #41 bl _skip b LBB231_25 LBB231_18: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB231_21 b LBB231_19 LBB231_19: ldur w8, [x29, #-28] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB231_21 b LBB231_20 LBB231_20: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] ldur x9, [x29, #-24] str w8, [x9] bl _next b LBB231_24 LBB231_21: ldur w8, [x29, #-28] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB231_23 b LBB231_22 LBB231_22: adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _expect b LBB231_23 LBB231_23: ldur x8, [x29, #-24] str wzr, [x8] b LBB231_24 LBB231_24: b LBB231_25 LBB231_25: ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _post_type adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #302 cset w8, eq tbnz w8, #0, LBB231_27 b LBB231_26 LBB231_26: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #303 cset w8, ne tbnz w8, #0, LBB231_28 b LBB231_27 LBB231_27: ldur x0, [x29, #-16] bl _parse_attribute b LBB231_28 LBB231_28: ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB231_30 b LBB231_29 LBB231_29: b LBB231_35 LBB231_30: add x8, sp, #24 str x8, [sp, #16] b LBB231_31 LBB231_31: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #40] ldr x8, [sp, #40] add x8, x8, #24 str x8, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB231_33 b LBB231_32 LBB231_32: ldr x8, [sp, #16] ldur x9, [x29, #-8] ldr q0, [x9] str q0, [x8] b LBB231_34 LBB231_33: ; in Loop: Header=BB231_31 Depth=1 b LBB231_31 LBB231_34: ldur x8, [x29, #-8] ldur q0, [sp, #24] str q0, [x8] b LBB231_35 LBB231_35: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function block _block: ; @block .cfi_startproc ; %bb.0: sub sp, sp, #240 .cfi_def_cfa_offset 240 stp x29, x30, [sp, #224] ; 16-byte Folded Spill add x29, sp, #224 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] stur w4, [x29, #-36] stur w5, [x29, #-40] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_4 b LBB232_1 LBB232_1: adrp x8, _last_line_num@PAGE ldr x8, [x8, _last_line_num@PAGEOFF] adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] ldrsw x9, [x9, #20] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB232_3 b LBB232_2 LBB232_2: adrp x8, _last_ind@PAGE ldr x8, [x8, _last_ind@PAGEOFF] adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB232_4 b LBB232_3 LBB232_3: adrp x8, _file@PAGE str x8, [sp, #104] ; 8-byte Folded Spill ldr x8, [x8, _file@PAGEOFF] ldr w2, [x8, #20] adrp x8, _ind@PAGE str x8, [sp, #96] ; 8-byte Folded Spill ldr x8, [x8, _ind@PAGEOFF] adrp x9, _func_ind@PAGE ldr x9, [x9, _func_ind@PAGEOFF] subs x8, x8, x9 mov x3, x8 mov w0, #68 mov w1, #0 bl _put_stabn ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9, _ind@PAGEOFF] adrp x10, _last_ind@PAGE str x9, [x10, _last_ind@PAGEOFF] ldr x8, [x8, _file@PAGEOFF] ldrsw x8, [x8, #20] adrp x9, _last_line_num@PAGE str x8, [x9, _last_line_num@PAGEOFF] b LBB232_4 LBB232_4: ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_6 b LBB232_5 LBB232_5: mov w0, #0 bl _vpushi adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] mov w8, #3 str w8, [x9] b LBB232_6 LBB232_6: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #259 cset w8, ne tbnz w8, #0, LBB232_11 b LBB232_7 LBB232_7: bl _next mov w0, #40 bl _skip bl _gexpr mov w0, #41 bl _skip mov w0, #1 mov w1, #0 str w1, [sp, #92] ; 4-byte Folded Spill bl _gtst ldr w5, [sp, #92] ; 4-byte Folded Reload stur w0, [x29, #-44] ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] bl _block adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-52] ldur w8, [x29, #-52] subs w8, w8, #260 cset w8, ne tbnz w8, #0, LBB232_9 b LBB232_8 LBB232_8: bl _next mov w0, #0 str w0, [sp, #88] ; 4-byte Folded Spill bl _gjmp mov x8, x0 stur w8, [x29, #-56] ldur w0, [x29, #-44] bl _gsym ldr w5, [sp, #88] ; 4-byte Folded Reload ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] bl _block ldur w0, [x29, #-56] bl _gsym b LBB232_10 LBB232_9: ldur w0, [x29, #-44] bl _gsym b LBB232_10 LBB232_10: b LBB232_136 LBB232_11: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #261 cset w8, ne tbnz w8, #0, LBB232_13 b LBB232_12 LBB232_12: bl _next adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-56] mov w0, #40 bl _skip bl _gexpr mov w0, #41 bl _skip mov w0, #1 mov w1, #0 str w1, [sp, #84] ; 4-byte Folded Spill bl _gtst ldr w5, [sp, #84] ; 4-byte Folded Reload mov x8, x0 sub x0, x29, #44 stur w8, [x29, #-44] sub x1, x29, #48 stur wzr, [x29, #-48] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] bl _block ldur w0, [x29, #-56] bl _gjmp_addr ldur w0, [x29, #-44] bl _gsym ldur w0, [x29, #-48] ldur w1, [x29, #-56] bl _gsym_addr b LBB232_135 LBB232_13: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB232_31 b LBB232_14 LBB232_14: bl _next adrp x8, _local_stack@PAGE ldr x8, [x8, _local_stack@PAGEOFF] stur x8, [x29, #-64] adrp x8, _local_label_stack@PAGE ldr x8, [x8, _local_label_stack@PAGEOFF] stur x8, [x29, #-72] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #309 cset w8, ne tbnz w8, #0, LBB232_23 b LBB232_15 LBB232_15: bl _next b LBB232_16 LBB232_16: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB232_18 b LBB232_17 LBB232_17: ; in Loop: Header=BB232_16 Depth=1 adrp x0, l_.str.154@PAGE add x0, x0, l_.str.154@PAGEOFF bl _expect b LBB232_18 LBB232_18: ; in Loop: Header=BB232_16 Depth=1 adrp x8, _tok@PAGE str x8, [sp, #72] ; 8-byte Folded Spill ldr w1, [x8, _tok@PAGEOFF] adrp x0, _local_label_stack@PAGE add x0, x0, _local_label_stack@PAGEOFF mov w2, #2 bl _label_push bl _next ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB232_20 b LBB232_19 LBB232_19: ; in Loop: Header=BB232_16 Depth=1 bl _next b LBB232_21 LBB232_20: mov w0, #59 bl _skip b LBB232_22 LBB232_21: ; in Loop: Header=BB232_16 Depth=1 b LBB232_16 LBB232_22: b LBB232_23 LBB232_23: b LBB232_24 LBB232_24: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq tbnz w8, #0, LBB232_30 b LBB232_25 LBB232_25: ; in Loop: Header=BB232_24 Depth=1 mov w0, #242 bl _decl adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq tbnz w8, #0, LBB232_29 b LBB232_26 LBB232_26: ; in Loop: Header=BB232_24 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_28 b LBB232_27 LBB232_27: ; in Loop: Header=BB232_24 Depth=1 bl _vpop b LBB232_28 LBB232_28: ; in Loop: Header=BB232_24 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] ldur w5, [x29, #-40] bl _block b LBB232_29 LBB232_29: ; in Loop: Header=BB232_24 Depth=1 b LBB232_24 LBB232_30: ldur x1, [x29, #-72] adrp x0, _local_label_stack@PAGE add x0, x0, _local_label_stack@PAGEOFF bl _label_pop ldur x1, [x29, #-64] adrp x0, _local_stack@PAGE add x0, x0, _local_stack@PAGEOFF bl _sym_pop bl _next b LBB232_134 LBB232_31: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #263 cset w8, ne tbnz w8, #0, LBB232_41 b LBB232_32 LBB232_32: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB232_40 b LBB232_33 LBB232_33: bl _gexpr adrp x8, _func_vt@PAGE str x8, [sp, #64] ; 8-byte Folded Spill adrp x0, _func_vt@PAGE add x0, x0, _func_vt@PAGEOFF bl _gen_assign_cast ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w8, [x8, _func_vt@PAGEOFF] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB232_35 b LBB232_34 LBB232_34: adrp x8, _func_vt@PAGE add x8, x8, _func_vt@PAGEOFF ldr q0, [x8] sub x0, x29, #96 str x0, [sp, #56] ; 8-byte Folded Spill stur q0, [x29, #-96] bl _mk_pointer ldr x0, [sp, #56] ; 8-byte Folded Reload adrp x8, _func_vc@PAGE ldr w2, [x8, _func_vc@PAGEOFF] mov w1, #498 bl _vset bl _indir bl _vswap bl _vstore b LBB232_39 LBB232_35: adrp x8, _func_vt@PAGE ldr w0, [x8, _func_vt@PAGEOFF] bl _is_float subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB232_37 b LBB232_36 LBB232_36: mov w0, #8 bl _gv b LBB232_38 LBB232_37: mov w0, #4 bl _gv b LBB232_38 LBB232_38: b LBB232_39 LBB232_39: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB232_40 LBB232_40: mov w0, #59 bl _skip adrp x8, _rsym@PAGE str x8, [sp, #48] ; 8-byte Folded Spill ldr x8, [x8, _rsym@PAGEOFF] mov x0, x8 bl _gjmp ldr x8, [sp, #48] ; 8-byte Folded Reload str x0, [x8, _rsym@PAGEOFF] b LBB232_133 LBB232_41: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #262 cset w8, ne tbnz w8, #0, LBB232_45 b LBB232_42 LBB232_42: ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_44 b LBB232_43 LBB232_43: adrp x0, l_.str.194@PAGE add x0, x0, l_.str.194@PAGEOFF bl _error b LBB232_44 LBB232_44: ldur x8, [x29, #-8] ldr w0, [x8] bl _gjmp ldur x9, [x29, #-8] mov x8, x0 str w8, [x9] bl _next mov w0, #59 bl _skip b LBB232_132 LBB232_45: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #270 cset w8, ne tbnz w8, #0, LBB232_49 b LBB232_46 LBB232_46: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_48 b LBB232_47 LBB232_47: adrp x0, l_.str.195@PAGE add x0, x0, l_.str.195@PAGEOFF bl _error b LBB232_48 LBB232_48: ldur x8, [x29, #-16] ldr w0, [x8] bl _gjmp ldur x9, [x29, #-16] mov x8, x0 str w8, [x9] bl _next mov w0, #59 bl _skip b LBB232_131 LBB232_49: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #264 cset w8, ne tbnz w8, #0, LBB232_57 b LBB232_50 LBB232_50: bl _next mov w0, #40 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB232_52 b LBB232_51 LBB232_51: bl _gexpr bl _vpop b LBB232_52 LBB232_52: mov w0, #59 bl _skip adrp x8, _ind@PAGE ldr x9, [x8, _ind@PAGEOFF] ; kill: def $w9 killed $w9 killed $x9 stur w9, [x29, #-56] ldr x8, [x8, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-52] stur wzr, [x29, #-44] stur wzr, [x29, #-48] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB232_54 b LBB232_53 LBB232_53: bl _gexpr mov w0, #1 mov w1, #0 bl _gtst stur w0, [x29, #-44] b LBB232_54 LBB232_54: mov w0, #59 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB232_56 b LBB232_55 LBB232_55: mov w0, #0 bl _gjmp mov x8, x0 stur w8, [x29, #-100] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-52] bl _gexpr bl _vpop ldur w0, [x29, #-56] bl _gjmp_addr ldur w0, [x29, #-100] bl _gsym b LBB232_56 LBB232_56: mov w0, #41 bl _skip ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] sub x0, x29, #44 sub x1, x29, #48 mov w5, #0 bl _block ldur w0, [x29, #-52] bl _gjmp_addr ldur w0, [x29, #-44] bl _gsym ldur w0, [x29, #-48] ldur w1, [x29, #-52] bl _gsym_addr b LBB232_130 LBB232_57: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #269 cset w8, ne tbnz w8, #0, LBB232_59 b LBB232_58 LBB232_58: bl _next sub x0, x29, #44 mov w5, #0 str w5, [sp, #44] ; 4-byte Folded Spill stur wzr, [x29, #-44] sub x1, x29, #48 stur wzr, [x29, #-48] adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-56] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] bl _block mov w0, #261 bl _skip mov w0, #40 bl _skip ldur w0, [x29, #-48] bl _gsym bl _gexpr ldr w1, [sp, #44] ; 4-byte Folded Reload mov x0, x1 bl _gtst stur w0, [x29, #-52] ldur w0, [x29, #-52] ldur w1, [x29, #-56] bl _gsym_addr mov w0, #41 bl _skip ldur w0, [x29, #-44] bl _gsym mov w0, #59 bl _skip b LBB232_129 LBB232_59: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #271 cset w8, ne tbnz w8, #0, LBB232_63 b LBB232_60 LBB232_60: bl _next mov w0, #40 bl _skip bl _gexpr mov w0, #1 bl _gv stur w0, [x29, #-36] bl _vpop mov w0, #41 bl _skip sub x8, x29, #44 str x8, [sp, #32] ; 8-byte Folded Spill mov w0, #0 str w0, [sp, #28] ; 4-byte Folded Spill stur wzr, [x29, #-44] bl _gjmp ldr w5, [sp, #28] ; 4-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload sub x2, x29, #48 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-48] sub x3, x29, #52 stur wzr, [x29, #-52] ldur x1, [x29, #-16] ldur w4, [x29, #-36] bl _block ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB232_62 b LBB232_61 LBB232_61: adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-52] b LBB232_62 LBB232_62: ldur w0, [x29, #-48] ldur w1, [x29, #-52] bl _gsym_addr ldur w0, [x29, #-44] bl _gsym b LBB232_128 LBB232_63: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #272 cset w8, ne tbnz w8, #0, LBB232_75 b LBB232_64 LBB232_64: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_66 b LBB232_65 LBB232_65: adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _expect b LBB232_66 LBB232_66: bl _next bl _expr_const stur w0, [x29, #-104] ldur w8, [x29, #-104] stur w8, [x29, #-108] adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_71 b LBB232_67 LBB232_67: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #204 cset w8, ne tbnz w8, #0, LBB232_71 b LBB232_68 LBB232_68: bl _next bl _expr_const stur w0, [x29, #-108] ldur w8, [x29, #-108] ldur w9, [x29, #-104] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB232_70 b LBB232_69 LBB232_69: adrp x0, l_.str.197@PAGE add x0, x0, l_.str.197@PAGEOFF bl _warning b LBB232_70 LBB232_70: b LBB232_71 LBB232_71: mov w0, #0 str w0, [sp, #24] ; 4-byte Folded Spill bl _gjmp mov x8, x0 stur w8, [x29, #-48] ldur x8, [x29, #-24] ldr w0, [x8] bl _gsym ldr w1, [sp, #24] ; 4-byte Folded Reload ldur w0, [x29, #-36] bl _vseti ldur w0, [x29, #-104] bl _vpushi ldur w8, [x29, #-104] ldur w9, [x29, #-108] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB232_73 b LBB232_72 LBB232_72: mov w0, #148 bl _gen_op mov w0, #1 mov w1, #0 bl _gtst ldur x8, [x29, #-24] str w0, [x8] b LBB232_74 LBB232_73: mov w0, #157 bl _gen_op mov w0, #1 str w0, [sp, #20] ; 4-byte Folded Spill mov w1, #0 str w1, [sp, #16] ; 4-byte Folded Spill bl _gtst ldr w1, [sp, #16] ; 4-byte Folded Reload ldur x8, [x29, #-24] str w0, [x8] ldur w0, [x29, #-36] bl _vseti ldur w0, [x29, #-108] bl _vpushi mov w0, #158 bl _gen_op ldr w0, [sp, #20] ; 4-byte Folded Reload ldur x8, [x29, #-24] ldr w1, [x8] bl _gtst ldur x8, [x29, #-24] str w0, [x8] b LBB232_74 LBB232_74: ldur w0, [x29, #-48] bl _gsym mov w0, #58 bl _skip stur wzr, [x29, #-40] b LBB232_111 LBB232_75: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #299 cset w8, ne tbnz w8, #0, LBB232_81 b LBB232_76 LBB232_76: bl _next mov w0, #58 bl _skip ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_78 b LBB232_77 LBB232_77: adrp x0, l_.str.196@PAGE add x0, x0, l_.str.196@PAGEOFF bl _expect b LBB232_78 LBB232_78: ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_80 b LBB232_79 LBB232_79: adrp x0, l_.str.198@PAGE add x0, x0, l_.str.198@PAGEOFF bl _error b LBB232_80 LBB232_80: adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ldur x9, [x29, #-32] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] stur wzr, [x29, #-40] b LBB232_111 LBB232_81: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #268 cset w8, ne tbnz w8, #0, LBB232_100 b LBB232_82 LBB232_82: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB232_87 b LBB232_83 LBB232_83: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_87 b LBB232_84 LBB232_84: bl _next bl _gexpr adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB232_86 b LBB232_85 LBB232_85: adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _expect b LBB232_86 LBB232_86: bl _ggoto b LBB232_99 LBB232_87: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #313 cset w8, lt tbnz w8, #0, LBB232_97 b LBB232_88 LBB232_88: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _label_find stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_90 b LBB232_89 LBB232_89: adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] adrp x0, _global_label_stack@PAGE add x0, x0, _global_label_stack@PAGEOFF mov w2, #1 bl _label_push stur x0, [x29, #-64] b LBB232_93 LBB232_90: ldur x8, [x29, #-64] ldr x8, [x8, #8] subs x8, x8, #2 cset w8, ne tbnz w8, #0, LBB232_92 b LBB232_91 LBB232_91: ldur x9, [x29, #-64] mov x8, #1 str x8, [x9, #8] b LBB232_92 LBB232_92: b LBB232_93 LBB232_93: ldur x8, [x29, #-64] ldr x8, [x8, #8] ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB232_95 b LBB232_94 LBB232_94: ldur x8, [x29, #-64] ldr x8, [x8, #40] mov x0, x8 bl _gjmp ldur x8, [x29, #-64] str x0, [x8, #40] b LBB232_96 LBB232_95: ldur x8, [x29, #-64] ldr x8, [x8, #40] mov x0, x8 bl _gjmp_addr b LBB232_96 LBB232_96: bl _next b LBB232_98 LBB232_97: adrp x0, l_.str.154@PAGE add x0, x0, l_.str.154@PAGEOFF bl _expect b LBB232_98 LBB232_98: b LBB232_99 LBB232_99: mov w0, #59 bl _skip b LBB232_125 LBB232_100: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #310 cset w8, eq tbnz w8, #0, LBB232_103 b LBB232_101 LBB232_101: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #311 cset w8, eq tbnz w8, #0, LBB232_103 b LBB232_102 LBB232_102: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #312 cset w8, ne tbnz w8, #0, LBB232_104 b LBB232_103 LBB232_103: bl _asm_instr b LBB232_124 LBB232_104: bl _is_label stur w0, [x29, #-48] ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_117 b LBB232_105 LBB232_105: ldur w0, [x29, #-48] bl _label_find stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB232_109 b LBB232_106 LBB232_106: ldur x8, [x29, #-64] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB232_108 b LBB232_107 LBB232_107: ldur x8, [x29, #-64] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.200@PAGE add x0, x0, l_.str.200@PAGEOFF bl _error b LBB232_108 LBB232_108: ldur x8, [x29, #-64] ldr x8, [x8, #40] mov x0, x8 bl _gsym ldur x8, [x29, #-64] str xzr, [x8, #8] b LBB232_110 LBB232_109: ldur w1, [x29, #-48] adrp x0, _global_label_stack@PAGE add x0, x0, _global_label_stack@PAGEOFF mov w2, #0 bl _label_push stur x0, [x29, #-64] b LBB232_110 LBB232_110: adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ldur x9, [x29, #-64] str x8, [x9, #40] b LBB232_111 LBB232_111: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB232_113 b LBB232_112 LBB232_112: adrp x0, l_.str.201@PAGE add x0, x0, l_.str.201@PAGEOFF bl _warning b LBB232_116 LBB232_113: ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_115 b LBB232_114 LBB232_114: bl _vpop b LBB232_115 LBB232_115: ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur x3, [x29, #-32] ldur w4, [x29, #-36] ldur w5, [x29, #-40] bl _block b LBB232_116 LBB232_116: b LBB232_123 LBB232_117: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB232_122 b LBB232_118 LBB232_118: ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB232_120 b LBB232_119 LBB232_119: bl _vpop bl _gexpr b LBB232_121 LBB232_120: bl _gexpr bl _vpop b LBB232_121 LBB232_121: b LBB232_122 LBB232_122: mov w0, #59 bl _skip b LBB232_123 LBB232_123: b LBB232_124 LBB232_124: b LBB232_125 LBB232_125: b LBB232_126 LBB232_126: b LBB232_127 LBB232_127: b LBB232_128 LBB232_128: b LBB232_129 LBB232_129: b LBB232_130 LBB232_130: b LBB232_131 LBB232_131: b LBB232_132 LBB232_132: b LBB232_133 LBB232_133: b LBB232_134 LBB232_134: b LBB232_135 LBB232_135: b LBB232_136 LBB232_136: ldp x29, x30, [sp, #224] ; 16-byte Folded Reload add sp, sp, #240 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function indir _indir: ; @indir .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, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB233_2 b LBB233_1 LBB233_1: adrp x0, l_.str.199@PAGE add x0, x0, l_.str.199@PAGEOFF bl _expect b LBB233_2 LBB233_2: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB233_5 b LBB233_3 LBB233_3: adrp x8, _nocode_wanted@PAGE ldr w8, [x8, _nocode_wanted@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB233_5 b LBB233_4 LBB233_4: mov w0, #1 bl _gv b LBB233_5 LBB233_5: adrp x8, _vtop@PAGE stur x8, [x29, #-8] ; 8-byte Folded Spill ldr x9, [x8, _vtop@PAGEOFF] str x9, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8, _vtop@PAGEOFF] bl _pointed_type ldr x9, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-8] ; 8-byte Folded Reload ldr q0, [x0] str q0, [x9] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB233_9 b LBB233_6 LBB233_6: adrp x8, _vtop@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8, _vtop@PAGEOFF] ldr w0, [x8] bl _lvalue_type ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, w0 strh w8, [x9, #16] adrp x8, _do_bounds_check@PAGE ldr w8, [x8, _do_bounds_check@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB233_8 b LBB233_7 LBB233_7: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldrh w8, [x9, #16] orr w8, w8, #0x800 strh w8, [x9, #16] b LBB233_8 LBB233_8: b LBB233_9 LBB233_9: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_expr_type _parse_expr_type: ; @parse_expr_type .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov w0, #40 bl _skip ldur x0, [x29, #-8] add x1, sp, #8 bl _parse_btype subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB234_2 b LBB234_1 LBB234_1: ldur x0, [x29, #-8] add x1, sp, #8 sub x2, x29, #12 mov w3, #1 bl _type_decl b LBB234_3 LBB234_2: ldur x0, [x29, #-8] bl _expr_type b LBB234_3 LBB234_3: mov w0, #41 bl _skip ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function unary_type _unary_type: ; @unary_type .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 x9, _nocode_wanted@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr w8, [x9, _nocode_wanted@PAGEOFF] stur w8, [x29, #-12] mov w8, #1 str w8, [x9, _nocode_wanted@PAGEOFF] bl _unary ldur x8, [x29, #-8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] ldr q0, [x9] str q0, [x8] bl _vpop ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-12] str w8, [x9, _nocode_wanted@PAGEOFF] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_type _parse_type: ; @parse_type .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] add x1, sp, #16 bl _parse_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB236_2 b LBB236_1 LBB236_1: adrp x0, l_.str.255@PAGE add x0, x0, l_.str.255@PAGEOFF bl _expect b LBB236_2 LBB236_2: ldur x0, [x29, #-8] add x1, sp, #16 add x2, sp, #12 mov w3, #1 bl _type_decl ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_compatible_types _is_compatible_types: ; @is_compatible_types .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] ldr w8, [x8] and w8, w8, #0xfffff87f str w8, [sp, #16] ldr x8, [sp, #24] ldr w8, [x8] and w8, w8, #0xfffff87f str w8, [sp, #12] ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB237_2 b LBB237_1 LBB237_1: stur wzr, [x29, #-4] b LBB237_9 LBB237_2: ldr w8, [sp, #16] and w8, w8, #0xf str w8, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB237_4 b LBB237_3 LBB237_3: ldur x0, [x29, #-16] bl _pointed_type stur x0, [x29, #-16] ldr x0, [sp, #24] bl _pointed_type str x0, [sp, #24] ldur x0, [x29, #-16] ldr x1, [sp, #24] bl _is_compatible_types stur w0, [x29, #-4] b LBB237_9 LBB237_4: ldr w8, [sp, #20] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB237_6 b LBB237_5 LBB237_5: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #24] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-4] b LBB237_9 LBB237_6: ldr w8, [sp, #20] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB237_8 b LBB237_7 LBB237_7: ldur x0, [x29, #-16] ldr x1, [sp, #24] bl _is_compatible_func stur w0, [x29, #-4] b LBB237_9 LBB237_8: mov w8, #1 stur w8, [x29, #-4] b LBB237_9 LBB237_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function label_find _label_find: ; @label_find .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 str w8, [sp, #4] ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w9, w9, #256 subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB238_2 b LBB238_1 LBB238_1: ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB238_3 LBB238_2: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #16] str x8, [sp, #8] b LBB238_3 LBB238_3: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function label_push _label_push: ; @label_push .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur x0, [x29, #-8] ldursw x1, [x29, #-12] mov x3, #0 mov x2, x3 bl _sym_push2 str x0, [sp, #8] ldrsw x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #8] adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldur w9, [x29, #-12] subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] add x8, x8, #16 str x8, [sp] ldur x8, [x29, #-8] adrp x9, _global_label_stack@PAGE add x9, x9, _global_label_stack@PAGEOFF subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB239_5 b LBB239_1 LBB239_1: b LBB239_2 LBB239_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB239_4 b LBB239_3 LBB239_3: ; in Loop: Header=BB239_2 Depth=1 ldr x8, [sp] ldr x8, [x8] add x8, x8, #56 str x8, [sp] b LBB239_2 LBB239_4: b LBB239_5 LBB239_5: ldr x8, [sp] ldr x8, [x8] ldr x9, [sp, #8] str x8, [x9, #56] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sym_find _sym_find: ; @sym_find .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 str w8, [sp, #4] ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w9, w9, #256 subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB240_2 b LBB240_1 LBB240_1: ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB240_3 LBB240_2: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #32] str x8, [sp, #8] b LBB240_3 LBB240_3: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pointed_type _pointed_type: ; @pointed_type .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] add x0, x8, #24 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gfunc_param_typed _gfunc_param_typed: ; @gfunc_param_typed .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-8] ldr x8, [x8, #16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB242_3 b LBB242_1 LBB242_1: ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB242_6 b LBB242_2 LBB242_2: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB242_6 b LBB242_3 LBB242_3: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #8 cset w8, ne tbnz w8, #0, LBB242_5 b LBB242_4 LBB242_4: mov x0, sp mov w8, #9 str w8, [sp] bl _gen_cast b LBB242_5 LBB242_5: b LBB242_10 LBB242_6: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB242_8 b LBB242_7 LBB242_7: adrp x0, l_.str.256@PAGE add x0, x0, l_.str.256@PAGEOFF bl _error b LBB242_9 LBB242_8: ldur x8, [x29, #-16] ldur q0, [x8, #24] mov x0, sp str q0, [sp] ldr w8, [sp] and w8, w8, #0xfffff7ff str w8, [sp] bl _gen_assign_cast b LBB242_9 LBB242_9: b LBB242_10 LBB242_10: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function decl_initializer _decl_initializer: ; @decl_initializer .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] ldur x8, [x29, #-8] ldr w8, [x8] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB243_69 b LBB243_1 LBB243_1: ldur x8, [x29, #-8] ldr x8, [x8, #8] stur x8, [x29, #-80] ldur x8, [x29, #-80] ldr x8, [x8, #16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-44] stur wzr, [x29, #-40] ldur x0, [x29, #-8] bl _pointed_type str x0, [sp, #80] ldr x0, [sp, #80] sub x1, x29, #68 bl _type_size stur w0, [x29, #-64] mov w8, #1 stur w8, [x29, #-48] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_4 b LBB243_2 LBB243_2: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #184 cset w8, eq tbnz w8, #0, LBB243_4 b LBB243_3 LBB243_3: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB243_5 b LBB243_4 LBB243_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB243_6 b LBB243_5 LBB243_5: mov w0, #123 bl _skip stur wzr, [x29, #-48] b LBB243_6 LBB243_6: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #184 cset w8, ne tbnz w8, #0, LBB243_8 b LBB243_7 LBB243_7: ldr x8, [sp, #80] ldr w8, [x8] ands w8, w8, #0xf cset w8, eq tbnz w8, #0, LBB243_10 b LBB243_8 LBB243_8: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB243_43 b LBB243_9 LBB243_9: ldr x8, [sp, #80] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB243_43 b LBB243_10 LBB243_10: b LBB243_11 LBB243_11: ; =>This Loop Header: Depth=1 ; Child Loop BB243_28 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB243_13 b LBB243_12 LBB243_12: ; in Loop: Header=BB243_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #184 cset w8, eq str w8, [sp, #12] ; 4-byte Folded Spill b LBB243_13 LBB243_13: ; in Loop: Header=BB243_11 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB243_37 b LBB243_14 LBB243_14: ; in Loop: Header=BB243_11 Depth=1 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] str x8, [sp, #64] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB243_16 b LBB243_15 LBB243_15: ; in Loop: Header=BB243_11 Depth=1 ldr x8, [sp, #64] ldr w8, [x8] str w8, [sp, #76] b LBB243_17 LBB243_16: ; in Loop: Header=BB243_11 Depth=1 ldr x8, [sp, #64] ldrsw x8, [x8] mov x9, #4 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #76] b LBB243_17 LBB243_17: ; in Loop: Header=BB243_11 Depth=1 ldr w8, [sp, #76] subs w8, w8, #1 str w8, [sp, #76] ldr w8, [sp, #76] stur w8, [x29, #-52] ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB243_20 b LBB243_18 LBB243_18: ; in Loop: Header=BB243_11 Depth=1 ldur w8, [x29, #-52] ldur w9, [x29, #-44] ldur w10, [x29, #-40] subs w9, w9, w10 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB243_20 b LBB243_19 LBB243_19: ; in Loop: Header=BB243_11 Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-40] subs w8, w8, w9 stur w8, [x29, #-52] b LBB243_20 LBB243_20: ; in Loop: Header=BB243_11 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_36 b LBB243_21 LBB243_21: ; in Loop: Header=BB243_11 Depth=1 ldr w8, [sp, #76] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB243_23 b LBB243_22 LBB243_22: ; in Loop: Header=BB243_11 Depth=1 adrp x0, l_.str.165@PAGE add x0, x0, l_.str.165@PAGEOFF bl _warning b LBB243_23 LBB243_23: ; in Loop: Header=BB243_11 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB243_27 b LBB243_24 LBB243_24: ; in Loop: Header=BB243_11 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB243_27 b LBB243_25 LBB243_25: ; in Loop: Header=BB243_11 Depth=1 ldur w8, [x29, #-64] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB243_27 b LBB243_26 LBB243_26: ; in Loop: Header=BB243_11 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldur x9, [x29, #-24] add x8, x8, x9 ldursw x9, [x29, #-40] add x0, x8, x9 ldr x8, [sp, #64] ldr x1, [x8, #8] ldursw x2, [x29, #-52] mov x3, #-1 bl ___memcpy_chk b LBB243_35 LBB243_27: ; in Loop: Header=BB243_11 Depth=1 stur wzr, [x29, #-60] b LBB243_28 LBB243_28: ; Parent Loop BB243_11 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-60] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_34 b LBB243_29 LBB243_29: ; in Loop: Header=BB243_28 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB243_31 b LBB243_30 LBB243_30: ; in Loop: Header=BB243_28 Depth=2 ldr x8, [sp, #64] ldr x8, [x8, #8] ldursw x9, [x29, #-60] ldrb w8, [x8, x9] str w8, [sp, #72] b LBB243_32 LBB243_31: ; in Loop: Header=BB243_28 Depth=2 ldr x8, [sp, #64] ldr x8, [x8, #8] ldursw x9, [x29, #-60] ldr w8, [x8, x9, lsl #2] str w8, [sp, #72] b LBB243_32 LBB243_32: ; in Loop: Header=BB243_28 Depth=2 ldr x0, [sp, #80] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldur w9, [x29, #-40] ldur w10, [x29, #-60] add w9, w9, w10 ldur w10, [x29, #-64] mul w9, w9, w10 add x2, x8, w9, sxtw ldr w3, [sp, #72] mov w4, #0 bl _init_putv b LBB243_33 LBB243_33: ; in Loop: Header=BB243_28 Depth=2 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB243_28 LBB243_34: ; in Loop: Header=BB243_11 Depth=1 b LBB243_35 LBB243_35: ; in Loop: Header=BB243_11 Depth=1 b LBB243_36 LBB243_36: ; in Loop: Header=BB243_11 Depth=1 ldur w9, [x29, #-52] ldur w8, [x29, #-40] add w8, w8, w9 stur w8, [x29, #-40] bl _next b LBB243_11 LBB243_37: ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB243_39 b LBB243_38 LBB243_38: ldur w8, [x29, #-40] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_42 b LBB243_39 LBB243_39: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_41 b LBB243_40 LBB243_40: ldr x0, [sp, #80] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldur w9, [x29, #-40] ldur w10, [x29, #-64] mul w9, w9, w10 add x2, x8, w9, sxtw mov w4, #0 mov x3, x4 bl _init_putv b LBB243_41 LBB243_41: ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB243_42 LBB243_42: b LBB243_60 LBB243_43: stur wzr, [x29, #-36] b LBB243_44 LBB243_44: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq tbnz w8, #0, LBB243_59 b LBB243_45 LBB243_45: ; in Loop: Header=BB243_44 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w5, [x29, #-32] sub x3, x29, #36 mov x4, #0 bl _decl_designator ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB243_48 b LBB243_46 LBB243_46: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB243_48 b LBB243_47 LBB243_47: ; in Loop: Header=BB243_44 Depth=1 adrp x0, l_.str.166@PAGE add x0, x0, l_.str.166@PAGEOFF bl _error b LBB243_48 LBB243_48: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_51 b LBB243_49 LBB243_49: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-40] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_51 b LBB243_50 LBB243_50: ; in Loop: Header=BB243_44 Depth=1 ldr x0, [sp, #80] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldur w9, [x29, #-40] ldur w10, [x29, #-64] mul w9, w9, w10 add x2, x8, w9, sxtw ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w8, w8, w9 ldur w9, [x29, #-64] mul w3, w8, w9 bl _init_putz b LBB243_51 LBB243_51: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB243_53 b LBB243_52 LBB243_52: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-36] stur w8, [x29, #-40] b LBB243_53 LBB243_53: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB243_56 b LBB243_54 LBB243_54: ; in Loop: Header=BB243_44 Depth=1 ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_56 b LBB243_55 LBB243_55: b LBB243_59 LBB243_56: ; in Loop: Header=BB243_44 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB243_58 b LBB243_57 LBB243_57: b LBB243_59 LBB243_58: ; in Loop: Header=BB243_44 Depth=1 mov w0, #44 bl _skip b LBB243_44 LBB243_59: b LBB243_60 LBB243_60: ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_62 b LBB243_61 LBB243_61: mov w0, #125 bl _skip b LBB243_62 LBB243_62: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_66 b LBB243_63 LBB243_63: ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB243_66 b LBB243_64 LBB243_64: ldur w8, [x29, #-40] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_66 b LBB243_65 LBB243_65: ldr x0, [sp, #80] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldur w9, [x29, #-40] ldur w10, [x29, #-64] mul w9, w9, w10 add x2, x8, w9, sxtw ldur w8, [x29, #-44] ldur w9, [x29, #-40] subs w8, w8, w9 ldur w9, [x29, #-64] mul w3, w8, w9 bl _init_putz b LBB243_66 LBB243_66: ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB243_68 b LBB243_67 LBB243_67: ldursw x8, [x29, #-40] ldur x9, [x29, #-80] str x8, [x9, #16] b LBB243_68 LBB243_68: b LBB243_127 LBB243_69: ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB243_105 b LBB243_70 LBB243_70: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB243_73 b LBB243_71 LBB243_71: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_73 b LBB243_72 LBB243_72: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB243_105 b LBB243_73 LBB243_73: str wzr, [sp, #60] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB243_80 b LBB243_74 LBB243_74: bl _next b LBB243_75 LBB243_75: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB243_77 b LBB243_76 LBB243_76: ; in Loop: Header=BB243_75 Depth=1 ldr w8, [sp, #60] add w8, w8, #1 str w8, [sp, #60] bl _next b LBB243_75 LBB243_77: add x0, sp, #16 add x1, sp, #32 bl _parse_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB243_79 b LBB243_78 LBB243_78: adrp x0, l_.str.167@PAGE add x0, x0, l_.str.167@PAGEOFF bl _expect b LBB243_79 LBB243_79: add x0, sp, #16 add x1, sp, #32 sub x2, x29, #44 mov w3, #1 bl _type_decl mov w0, #41 bl _skip b LBB243_80 LBB243_80: mov w8, #1 stur w8, [x29, #-48] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_82 b LBB243_81 LBB243_81: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB243_83 b LBB243_82 LBB243_82: mov w0, #123 bl _skip stur wzr, [x29, #-48] b LBB243_83 LBB243_83: ldur x8, [x29, #-8] ldr x8, [x8, #8] stur x8, [x29, #-80] ldur x8, [x29, #-80] ldr x8, [x8, #40] str x8, [sp, #88] stur wzr, [x29, #-40] stur wzr, [x29, #-36] ldur x8, [x29, #-80] ldr x8, [x8, #16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-44] b LBB243_84 LBB243_84: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq tbnz w8, #0, LBB243_96 b LBB243_85 LBB243_85: ; in Loop: Header=BB243_84 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w5, [x29, #-32] mov x3, #0 add x4, sp, #88 bl _decl_designator ldr x8, [sp, #88] ldr x8, [x8, #16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-36] ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_88 b LBB243_86 LBB243_86: ; in Loop: Header=BB243_84 Depth=1 ldur w8, [x29, #-40] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_88 b LBB243_87 LBB243_87: ; in Loop: Header=BB243_84 Depth=1 ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldursw x9, [x29, #-40] add x2, x8, x9 ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w3, w8, w9 bl _init_putz b LBB243_88 LBB243_88: ; in Loop: Header=BB243_84 Depth=1 ldur w8, [x29, #-36] str w8, [sp, #8] ; 4-byte Folded Spill ldr x8, [sp, #88] add x0, x8, #24 sub x1, x29, #68 bl _type_size ldr w8, [sp, #8] ; 4-byte Folded Reload add w8, w8, w0 stur w8, [x29, #-36] ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB243_90 b LBB243_89 LBB243_89: ; in Loop: Header=BB243_84 Depth=1 ldur w8, [x29, #-36] stur w8, [x29, #-40] b LBB243_90 LBB243_90: ; in Loop: Header=BB243_84 Depth=1 ldr x8, [sp, #88] ldr x8, [x8, #40] str x8, [sp, #88] ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_93 b LBB243_91 LBB243_91: ; in Loop: Header=BB243_84 Depth=1 ldr x8, [sp, #88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB243_93 b LBB243_92 LBB243_92: b LBB243_96 LBB243_93: ; in Loop: Header=BB243_84 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB243_95 b LBB243_94 LBB243_94: b LBB243_96 LBB243_95: ; in Loop: Header=BB243_84 Depth=1 mov w0, #44 bl _skip b LBB243_84 LBB243_96: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_99 b LBB243_97 LBB243_97: ldur w8, [x29, #-40] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB243_99 b LBB243_98 LBB243_98: ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x8, [x29, #-24] ldursw x9, [x29, #-40] add x2, x8, x9 ldur w8, [x29, #-44] ldur w9, [x29, #-40] subs w3, w8, w9 bl _init_putz b LBB243_99 LBB243_99: ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB243_101 b LBB243_100 LBB243_100: mov w0, #125 bl _skip b LBB243_101 LBB243_101: b LBB243_102 LBB243_102: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_104 b LBB243_103 LBB243_103: ; in Loop: Header=BB243_102 Depth=1 mov w0, #41 bl _skip ldr w8, [sp, #60] subs w8, w8, #1 str w8, [sp, #60] b LBB243_102 LBB243_104: b LBB243_126 LBB243_105: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB243_107 b LBB243_106 LBB243_106: bl _next ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w3, [x29, #-28] ldur w4, [x29, #-32] bl _decl_initializer mov w0, #125 bl _skip b LBB243_125 LBB243_107: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB243_121 b LBB243_108 LBB243_108: stur wzr, [x29, #-56] b LBB243_109 LBB243_109: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-56] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB243_112 b LBB243_110 LBB243_110: ; in Loop: Header=BB243_109 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB243_113 b LBB243_111 LBB243_111: ; in Loop: Header=BB243_109 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB243_113 b LBB243_112 LBB243_112: ; in Loop: Header=BB243_109 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB243_113 LBB243_113: ; in Loop: Header=BB243_109 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB243_120 b LBB243_114 LBB243_114: ; in Loop: Header=BB243_109 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB243_116 b LBB243_115 LBB243_115: ; in Loop: Header=BB243_109 Depth=1 ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] b LBB243_119 LBB243_116: ; in Loop: Header=BB243_109 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB243_118 b LBB243_117 LBB243_117: ; in Loop: Header=BB243_109 Depth=1 ldur w8, [x29, #-56] subs w8, w8, #1 stur w8, [x29, #-56] b LBB243_118 LBB243_118: ; in Loop: Header=BB243_109 Depth=1 b LBB243_119 LBB243_119: ; in Loop: Header=BB243_109 Depth=1 bl _next b LBB243_109 LBB243_120: b LBB243_124 LBB243_121: mov w8, #1 stur w8, [x29, #-72] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB243_123 b LBB243_122 LBB243_122: mov w8, #2 stur w8, [x29, #-72] b LBB243_123 LBB243_123: ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w4, [x29, #-72] mov w3, #0 bl _init_putv b LBB243_124 LBB243_124: b LBB243_125 LBB243_125: b LBB243_126 LBB243_126: b LBB243_127 LBB243_127: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function init_putv _init_putv: ; @init_putv .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 x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] stur w4, [x29, #-32] ldur w8, [x29, #-32] str w8, [sp, #28] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB244_3 b LBB244_1 LBB244_1: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB244_4 b LBB244_2 LBB244_2: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB244_7 b LBB244_8 LBB244_3: ldur w0, [x29, #-28] bl _vpushi b LBB244_8 LBB244_4: adrp x9, _global_expr@PAGE str x9, [sp, #16] ; 8-byte Folded Spill ldr w8, [x9, _global_expr@PAGEOFF] stur w8, [x29, #-36] mov w8, #1 str w8, [x9, _global_expr@PAGEOFF] bl _expr_const1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldur w8, [x29, #-36] str w8, [x9, _global_expr@PAGEOFF] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB244_6 b LBB244_5 LBB244_5: adrp x0, l_.str.168@PAGE add x0, x0, l_.str.168@PAGEOFF bl _error b LBB244_6 LBB244_6: b LBB244_8 LBB244_7: bl _expr_eq b LBB244_8 LBB244_8: ldur x8, [x29, #-8] ldr q0, [x8] str q0, [sp, #32] ldr w8, [sp, #32] and w8, w8, #0xfffff7ff str w8, [sp, #32] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB244_32 b LBB244_9 LBB244_9: add x0, sp, #32 bl _gen_assign_cast ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0xf stur w8, [x29, #-40] ldur x8, [x29, #-16] ldr x8, [x8, #8] ldur x9, [x29, #-24] add x8, x8, x9 str x8, [sp, #56] ldur x8, [x29, #-8] ldr w8, [x8] ands w8, w8, #0x40 cset w8, ne tbnz w8, #0, LBB244_11 b LBB244_10 LBB244_10: stur wzr, [x29, #-44] mov w8, #32 stur w8, [x29, #-48] mov x8, #-1 str x8, [sp, #48] b LBB244_12 LBB244_11: adrp x8, _vtop@PAGE ldr x9, [x8, _vtop@PAGEOFF] ldr w9, [x9] asr w9, w9, #16 and w9, w9, #0x3f stur w9, [x29, #-44] ldr x8, [x8, _vtop@PAGEOFF] ldr w8, [x8] asr w8, w8, #22 and w8, w8, #0x3f stur w8, [x29, #-48] ldur w8, [x29, #-48] mov x9, x8 mov x8, #1 lsl x8, x8, x9 subs x8, x8, #1 str x8, [sp, #48] b LBB244_12 LBB244_12: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB244_21 b LBB244_13 LBB244_13: ldur w8, [x29, #-40] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB244_20 b LBB244_14 LBB244_14: ldur w8, [x29, #-40] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB244_20 b LBB244_15 LBB244_15: ldur w8, [x29, #-40] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB244_20 b LBB244_16 LBB244_16: ldur w8, [x29, #-40] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB244_20 b LBB244_17 LBB244_17: ldur w8, [x29, #-40] subs w8, w8, #12 cset w8, eq tbnz w8, #0, LBB244_20 b LBB244_18 LBB244_18: ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB244_21 b LBB244_19 LBB244_19: ldur w8, [x29, #-48] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB244_21 b LBB244_20 LBB244_20: adrp x0, l_.str.169@PAGE add x0, x0, l_.str.169@PAGEOFF bl _error b LBB244_21 LBB244_21: ldur w8, [x29, #-40] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #11 cset w8, hi tbnz w8, #0, LBB244_28 ; %bb.22: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI244_0@PAGE add x10, x10, lJTI244_0@PAGEOFF Ltmp46: adr x8, Ltmp46 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB244_23: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrsw x8, [x8, #24] ldr x9, [sp, #48] and x8, x8, x9 ldur w9, [x29, #-44] ; kill: def $x9 killed $w9 lsl x10, x8, x9 ldr x9, [sp, #56] ldrsb x8, [x9] orr x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 strb w8, [x9] b LBB244_31 LBB244_24: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrsw x8, [x8, #24] ldr x9, [sp, #48] and x8, x8, x9 ldur w9, [x29, #-44] ; kill: def $x9 killed $w9 lsl x10, x8, x9 ldr x9, [sp, #56] ldrsh x8, [x9] orr x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 strh w8, [x9] b LBB244_31 LBB244_25: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr d0, [x8, #24] ldr x8, [sp, #56] str d0, [x8] b LBB244_31 LBB244_26: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr d0, [x8, #24] ldr x8, [sp, #56] str d0, [x8] b LBB244_31 LBB244_27: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x8, [x8, #24] ldr x9, [sp, #48] and x8, x8, x9 ldur w9, [x29, #-44] ; kill: def $x9 killed $w9 lsl x10, x8, x9 ldr x9, [sp, #56] ldr x8, [x9] orr x8, x8, x10 str x8, [x9] b LBB244_31 LBB244_28: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB244_30 b LBB244_29 LBB244_29: ldur x0, [x29, #-16] adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x1, [x8, #32] ldur x2, [x29, #-24] mov w3, #1 bl _greloc b LBB244_30 LBB244_30: adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrsw x8, [x8, #24] ldr x9, [sp, #48] and x8, x8, x9 ldur w9, [x29, #-44] ; kill: def $x9 killed $w9 lsl x10, x8, x9 ldr x9, [sp, #56] ldrsw x8, [x9] orr x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB244_31 LBB244_31: adrp x9, _vtop@PAGE ldr x8, [x9, _vtop@PAGEOFF] subs x8, x8, #40 str x8, [x9, _vtop@PAGEOFF] b LBB244_33 LBB244_32: ldur x8, [x29, #-24] mov x2, x8 add x0, sp, #32 mov w1, #242 bl _vset bl _vswap bl _vstore bl _vpop b LBB244_33 LBB244_33: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc .p2align 2 lJTI244_0: .long LBB244_23-Ltmp46 .long LBB244_24-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_25-Ltmp46 .long LBB244_26-Ltmp46 .long LBB244_28-Ltmp46 .long LBB244_27-Ltmp46 ; -- End function .p2align 2 ; -- Begin function decl_designator _decl_designator: ; @decl_designator .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 sub x8, x29, #8 str x8, [sp, #8] ; 8-byte Folded Spill str x0, [x8] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] stur x4, [x29, #-40] stur w5, [x29, #-44] stur wzr, [x29, #-68] str wzr, [sp, #68] mov w8, #1 str w8, [sp, #72] adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB245_3 b LBB245_1 LBB245_1: bl _is_label str w0, [sp, #76] subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB245_3 b LBB245_2 LBB245_2: b LBB245_29 LBB245_3: b LBB245_4 LBB245_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #91 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB245_6 b LBB245_5 LBB245_5: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #46 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB245_6 LBB245_6: ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB245_42 b LBB245_7 LBB245_7: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB245_28 b LBB245_8 LBB245_8: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr w8, [x8] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB245_10 b LBB245_9 LBB245_9: adrp x0, l_.str.170@PAGE add x0, x0, l_.str.170@PAGEOFF bl _expect b LBB245_10 LBB245_10: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr x8, [x8, #8] stur x8, [x29, #-56] bl _next bl _expr_const stur w0, [x29, #-72] ldur w8, [x29, #-72] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB245_13 b LBB245_11 LBB245_11: ldur x8, [x29, #-56] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, lt tbnz w8, #0, LBB245_14 b LBB245_12 LBB245_12: ldursw x8, [x29, #-72] ldur x9, [x29, #-56] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB245_14 b LBB245_13 LBB245_13: adrp x0, l_.str.171@PAGE add x0, x0, l_.str.171@PAGEOFF bl _expect b LBB245_14 LBB245_14: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #204 cset w8, ne tbnz w8, #0, LBB245_22 b LBB245_15 LBB245_15: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB245_22 b LBB245_16 LBB245_16: bl _next bl _expr_const stur w0, [x29, #-76] ldur w8, [x29, #-76] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB245_20 b LBB245_17 LBB245_17: ldur x8, [x29, #-56] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, lt tbnz w8, #0, LBB245_19 b LBB245_18 LBB245_18: ldursw x8, [x29, #-76] ldur x9, [x29, #-56] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB245_20 b LBB245_19 LBB245_19: ldur w8, [x29, #-76] ldur w9, [x29, #-72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB245_21 b LBB245_20 LBB245_20: adrp x0, l_.str.171@PAGE add x0, x0, l_.str.171@PAGEOFF bl _expect b LBB245_21 LBB245_21: b LBB245_23 LBB245_22: ldur w8, [x29, #-72] stur w8, [x29, #-76] b LBB245_23 LBB245_23: mov w0, #93 bl _skip ldur w8, [x29, #-68] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB245_25 b LBB245_24 LBB245_24: ldur w8, [x29, #-76] ldur x9, [x29, #-32] str w8, [x9] b LBB245_25 LBB245_25: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _pointed_type ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [x8] ldr x0, [x8] add x1, sp, #80 bl _type_size str w0, [sp, #68] ldur w8, [x29, #-72] ldr w9, [sp, #68] mul w9, w8, w9 ldur x8, [x29, #-24] add x8, x8, w9, sxtw stur x8, [x29, #-24] ldur w8, [x29, #-76] ldur w9, [x29, #-72] subs w8, w8, w9 add w8, w8, #1 str w8, [sp, #72] ldr w8, [sp, #72] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB245_27 b LBB245_26 LBB245_26: mov w8, #1 stur w8, [x29, #-68] b LBB245_42 LBB245_27: b LBB245_41 LBB245_28: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #76] bl _next b LBB245_29 LBB245_29: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB245_31 b LBB245_30 LBB245_30: adrp x0, l_.str.172@PAGE add x0, x0, l_.str.172@PAGEOFF bl _expect b LBB245_31 LBB245_31: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr x8, [x8, #8] stur x8, [x29, #-56] ldr w8, [sp, #76] orr w8, w8, #0x20000000 str w8, [sp, #76] ldur x8, [x29, #-56] ldr x8, [x8, #40] stur x8, [x29, #-64] b LBB245_32 LBB245_32: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB245_36 b LBB245_33 LBB245_33: ; in Loop: Header=BB245_32 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsw x9, [sp, #76] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB245_35 b LBB245_34 LBB245_34: b LBB245_36 LBB245_35: ; in Loop: Header=BB245_32 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #40] stur x8, [x29, #-64] b LBB245_32 LBB245_36: ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB245_38 b LBB245_37 LBB245_37: adrp x0, l_.str.173@PAGE add x0, x0, l_.str.173@PAGEOFF bl _expect b LBB245_38 LBB245_38: ldur w8, [x29, #-68] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB245_40 b LBB245_39 LBB245_39: ldur x8, [x29, #-64] ldur x9, [x29, #-40] str x8, [x9] b LBB245_40 LBB245_40: ldr x9, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-64] ldur q0, [x8, #24] add x8, sp, #48 str q0, [sp, #48] ldr x10, [x9] ldr w10, [x10] and w11, w10, #0x780 ldr w10, [sp, #48] orr w10, w10, w11 str w10, [sp, #48] str x8, [x9] ldur x8, [x29, #-64] ldr x9, [x8, #16] ldur x8, [x29, #-24] add x8, x8, x9 stur x8, [x29, #-24] b LBB245_41 LBB245_41: mov w8, #1 stur w8, [x29, #-68] b LBB245_4 LBB245_42: ldur w8, [x29, #-68] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB245_49 b LBB245_43 LBB245_43: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB245_45 b LBB245_44 LBB245_44: bl _next b LBB245_48 LBB245_45: adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB245_47 b LBB245_46 LBB245_46: adrp x0, l_.str.174@PAGE add x0, x0, l_.str.174@PAGEOFF bl _expect b LBB245_47 LBB245_47: b LBB245_48 LBB245_48: b LBB245_55 LBB245_49: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x8, [x8] ldr w8, [x8] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB245_51 b LBB245_50 LBB245_50: ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr w9, [x9] stur w9, [x29, #-72] ldr x0, [x8] bl _pointed_type ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [x8] ldur w9, [x29, #-72] str w9, [sp] ; 4-byte Folded Spill ldr x0, [x8] add x1, sp, #80 bl _type_size ldr w8, [sp] ; 4-byte Folded Reload mul w9, w8, w0 ldur x8, [x29, #-24] add x8, x8, w9, sxtw stur x8, [x29, #-24] b LBB245_54 LBB245_51: ldur x8, [x29, #-40] ldr x8, [x8] stur x8, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB245_53 b LBB245_52 LBB245_52: adrp x0, l_.str.175@PAGE add x0, x0, l_.str.175@PAGEOFF bl _error b LBB245_53 LBB245_53: ldr x9, [sp, #8] ; 8-byte Folded Reload ldur x8, [x29, #-64] ldur q0, [x8, #24] add x8, sp, #48 str q0, [sp, #48] ldr x10, [x9] ldr w10, [x10] and w11, w10, #0x780 ldr w10, [sp, #48] orr w10, w10, w11 str w10, [sp, #48] str x8, [x9] ldur x8, [x29, #-64] ldr x9, [x8, #16] ldur x8, [x29, #-24] add x8, x8, x9 stur x8, [x29, #-24] b LBB245_54 LBB245_54: b LBB245_55 LBB245_55: ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] ldur x1, [x29, #-16] ldur x2, [x29, #-24] ldur w4, [x29, #-44] mov w3, #0 bl _decl_initializer ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB245_66 b LBB245_56 LBB245_56: ldr w8, [sp, #72] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB245_66 b LBB245_57 LBB245_57: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB245_59 b LBB245_58 LBB245_58: adrp x0, l_.str.176@PAGE add x0, x0, l_.str.176@PAGEOFF bl _error b LBB245_59 LBB245_59: ldur x8, [x29, #-24] ldr w9, [sp, #72] ldr w10, [sp, #68] mul w9, w9, w10 add x8, x8, w9, sxtw str x8, [sp, #40] ldr x8, [sp, #40] ldur x9, [x29, #-16] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ls tbnz w8, #0, LBB245_61 b LBB245_60 LBB245_60: ldur x0, [x29, #-16] ldr x1, [sp, #40] bl _section_realloc b LBB245_61 LBB245_61: ldur x8, [x29, #-16] ldr x8, [x8, #8] ldur x9, [x29, #-24] add x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #32] str x8, [sp, #24] mov w8, #1 str w8, [sp, #20] b LBB245_62 LBB245_62: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] ldr w9, [sp, #72] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB245_65 b LBB245_63 LBB245_63: ; in Loop: Header=BB245_62 Depth=1 ldrsw x9, [sp, #68] ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] ldr x0, [sp, #24] ldr x1, [sp, #32] ldrsw x2, [sp, #68] mov x3, #-1 bl ___memcpy_chk b LBB245_64 LBB245_64: ; in Loop: Header=BB245_62 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB245_62 LBB245_65: b LBB245_66 LBB245_66: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function init_putz _init_putz: ; @init_putz .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] str w3, [sp, #4] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB246_2 b LBB246_1 LBB246_1: b LBB246_3 LBB246_2: adrp x0, _func_old_type@PAGE add x0, x0, _func_old_type@PAGEOFF mov w1, #356 bl _vpush_global_sym ldr x8, [sp, #8] mov x1, x8 mov w0, #242 bl _vseti mov w0, #0 bl _vpushi ldr w0, [sp, #4] bl _vpushi mov w0, #3 bl _gfunc_call b LBB246_3 LBB246_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_label _is_label: ; @is_label .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, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB247_2 b LBB247_1 LBB247_1: stur wzr, [x29, #-4] b LBB247_5 LBB247_2: adrp x8, _tok@PAGE str x8, [sp] ; 8-byte Folded Spill ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #8] bl _next ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB247_4 b LBB247_3 LBB247_3: bl _next ldr w8, [sp, #8] stur w8, [x29, #-4] b LBB247_5 LBB247_4: ldr w0, [sp, #8] bl _unget_tok stur wzr, [x29, #-4] b LBB247_5 LBB247_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function unget_tok _unget_tok: ; @unget_tok .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 x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] adrp x10, _unget_saved_macro_ptr@PAGE str x8, [x10, _unget_saved_macro_ptr@PAGEOFF] adrp x10, _unget_buffer_enabled@PAGE mov w8, #1 str w8, [x10, _unget_buffer_enabled@PAGEOFF] adrp x8, _unget_saved_buffer@PAGE add x8, x8, _unget_saved_buffer@PAGEOFF str x8, [sp, #8] ldr x8, [sp, #8] str x8, [x9, _macro_ptr@PAGEOFF] adrp x8, _tok@PAGE ldr w9, [x8, _tok@PAGEOFF] ldr x10, [sp, #8] add x11, x10, #4 str x11, [sp, #8] str w9, [x10] ldr w0, [x8, _tok@PAGEOFF] bl _tok_ext_size subs w8, w0, #1 stur w8, [x29, #-12] stur wzr, [x29, #-8] b LBB248_1 LBB248_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB248_4 b LBB248_2 LBB248_2: ; in Loop: Header=BB248_1 Depth=1 ldursw x9, [x29, #-8] adrp x8, _tokc@PAGE add x8, x8, _tokc@PAGEOFF ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #8] add x10, x9, #4 str x10, [sp, #8] str w8, [x9] b LBB248_3 LBB248_3: ; in Loop: Header=BB248_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB248_1 LBB248_4: ldr x8, [sp, #8] str wzr, [x8] ldur w8, [x29, #-4] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tok_ext_size _tok_ext_size: ; @tok_ext_size .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] ldr w8, [sp, #8] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB249_6 ; %bb.1: ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI249_0@PAGE add x10, x10, lJTI249_0@PAGEOFF Ltmp47: adr x8, Ltmp47 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB249_2: mov w8, #1 stur w8, [x29, #-4] b LBB249_7 LBB249_3: adrp x0, l_.str.177@PAGE add x0, x0, l_.str.177@PAGEOFF bl _error mov w8, #1 stur w8, [x29, #-4] b LBB249_7 LBB249_4: mov w8, #2 stur w8, [x29, #-4] b LBB249_7 LBB249_5: mov w8, #3 stur w8, [x29, #-4] b LBB249_7 LBB249_6: stur wzr, [x29, #-4] b LBB249_7 LBB249_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc .p2align 2 lJTI249_0: .long LBB249_2-Ltmp47 .long LBB249_2-Ltmp47 .long LBB249_3-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_2-Ltmp47 .long LBB249_3-Ltmp47 .long LBB249_2-Ltmp47 .long LBB249_2-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_4-Ltmp47 .long LBB249_5-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_2-Ltmp47 .long LBB249_4-Ltmp47 .long LBB249_4-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_6-Ltmp47 .long LBB249_3-Ltmp47 ; -- End function .p2align 2 ; -- Begin function struct_decl _struct_decl: ; @struct_decl .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] adrp x8, _tok@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-16] bl _next ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, eq tbnz w8, #0, LBB250_8 b LBB250_1 LBB250_1: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] bl _next ldur w8, [x29, #-20] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB250_3 b LBB250_2 LBB250_2: adrp x0, l_.str.180@PAGE add x0, x0, l_.str.180@PAGEOFF bl _expect b LBB250_3 LBB250_3: ldur w0, [x29, #-20] bl _struct_find stur x0, [x29, #-72] ldur x8, [x29, #-72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB250_7 b LBB250_4 LBB250_4: ldur x8, [x29, #-72] ldr w8, [x8, #24] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB250_6 b LBB250_5 LBB250_5: adrp x0, l_.str.181@PAGE add x0, x0, l_.str.181@PAGEOFF bl _error b LBB250_6 LBB250_6: b LBB250_10 LBB250_7: b LBB250_9 LBB250_8: adrp x10, _anon_sym@PAGE ldr x8, [x10, _anon_sym@PAGEOFF] add x9, x8, #1 str x9, [x10, _anon_sym@PAGEOFF] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-20] b LBB250_9 LBB250_9: ldur w8, [x29, #-16] add x1, sp, #32 str w8, [sp, #32] ldur w8, [x29, #-20] orr w0, w8, #0x40000000 mov w2, #0 mov w3, #-1 bl _sym_push stur x0, [x29, #-72] ldur x8, [x29, #-72] str xzr, [x8, #8] b LBB250_10 LBB250_10: ldur w8, [x29, #-12] ldur x9, [x29, #-8] str w8, [x9] ldur x8, [x29, #-72] ldur x9, [x29, #-8] str x8, [x9, #8] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB250_92 b LBB250_11 LBB250_11: bl _next ldur x8, [x29, #-72] ldr x8, [x8, #16] adds x8, x8, #1 cset w8, eq tbnz w8, #0, LBB250_13 b LBB250_12 LBB250_12: adrp x0, l_.str.182@PAGE add x0, x0, l_.str.182@PAGEOFF bl _error b LBB250_13 LBB250_13: stur wzr, [x29, #-36] ldur w8, [x29, #-16] subs w8, w8, #300 cset w8, ne tbnz w8, #0, LBB250_25 b LBB250_14 LBB250_14: b LBB250_15 LBB250_15: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB250_17 b LBB250_16 LBB250_16: ; in Loop: Header=BB250_15 Depth=1 adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _expect b LBB250_17 LBB250_17: ; in Loop: Header=BB250_15 Depth=1 bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB250_19 b LBB250_18 LBB250_18: ; in Loop: Header=BB250_15 Depth=1 bl _next bl _expr_const stur w0, [x29, #-36] b LBB250_19 LBB250_19: ; in Loop: Header=BB250_15 Depth=1 ldur w0, [x29, #-20] ldur w3, [x29, #-36] adrp x1, _int_type@PAGE add x1, x1, _int_type@PAGEOFF mov w2, #240 bl _sym_push str x0, [sp, #80] ldr x9, [sp, #80] ldr w8, [x9, #24] orr w8, w8, #0x100 str w8, [x9, #24] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB250_21 b LBB250_20 LBB250_20: b LBB250_24 LBB250_21: ; in Loop: Header=BB250_15 Depth=1 bl _next ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB250_23 b LBB250_22 LBB250_22: b LBB250_24 LBB250_23: ; in Loop: Header=BB250_15 Depth=1 b LBB250_15 LBB250_24: mov w0, #125 bl _skip b LBB250_91 LBB250_25: mov w8, #1 stur w8, [x29, #-32] ldur x8, [x29, #-72] add x8, x8, #40 str x8, [sp, #72] stur wzr, [x29, #-48] stur wzr, [x29, #-40] b LBB250_26 LBB250_26: ; =>This Loop Header: Depth=1 ; Child Loop BB250_28 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #125 cset w8, eq tbnz w8, #0, LBB250_90 b LBB250_27 LBB250_27: ; in Loop: Header=BB250_26 Depth=1 add x0, sp, #16 add x1, sp, #48 bl _parse_btype b LBB250_28 LBB250_28: ; Parent Loop BB250_26 Depth=1 ; => This Inner Loop Header: Depth=2 mov w8, #-1 stur w8, [x29, #-44] stur wzr, [x29, #-20] ldr q0, [sp, #16] str q0, [sp, #32] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB250_33 b LBB250_29 LBB250_29: ; in Loop: Header=BB250_28 Depth=2 add x0, sp, #32 add x1, sp, #48 sub x2, x29, #20 mov w3, #2 bl _type_decl ldr w8, [sp, #32] and w8, w8, #0xf subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB250_31 b LBB250_30 LBB250_30: ; in Loop: Header=BB250_28 Depth=2 ldr w8, [sp, #32] ands w8, w8, #0x780 cset w8, eq tbnz w8, #0, LBB250_32 b LBB250_31 LBB250_31: ; in Loop: Header=BB250_28 Depth=2 ldur w0, [x29, #-20] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.183@PAGE add x0, x0, l_.str.183@PAGEOFF bl _error b LBB250_32 LBB250_32: ; in Loop: Header=BB250_28 Depth=2 b LBB250_33 LBB250_33: ; in Loop: Header=BB250_28 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB250_40 b LBB250_34 LBB250_34: ; in Loop: Header=BB250_28 Depth=2 bl _next bl _expr_const stur w0, [x29, #-44] ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB250_36 b LBB250_35 LBB250_35: ; in Loop: Header=BB250_28 Depth=2 ldur w0, [x29, #-20] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.184@PAGE add x0, x0, l_.str.184@PAGEOFF bl _error b LBB250_36 LBB250_36: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_39 b LBB250_37 LBB250_37: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB250_39 b LBB250_38 LBB250_38: ; in Loop: Header=BB250_28 Depth=2 ldur w0, [x29, #-20] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.185@PAGE add x0, x0, l_.str.185@PAGEOFF bl _error b LBB250_39 LBB250_39: ; in Loop: Header=BB250_28 Depth=2 b LBB250_40 LBB250_40: ; in Loop: Header=BB250_28 Depth=2 add x0, sp, #32 sub x1, x29, #28 bl _type_size stur w0, [x29, #-24] ldr w8, [sp, #48] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_44 b LBB250_41 LBB250_41: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-28] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB250_43 b LBB250_42 LBB250_42: ; in Loop: Header=BB250_28 Depth=2 ldr w8, [sp, #48] stur w8, [x29, #-28] b LBB250_43 LBB250_43: ; in Loop: Header=BB250_28 Depth=2 b LBB250_52 LBB250_44: ; in Loop: Header=BB250_28 Depth=2 ldr w8, [sp, #52] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_46 b LBB250_45 LBB250_45: ; in Loop: Header=BB250_28 Depth=2 mov w8, #1 stur w8, [x29, #-28] b LBB250_51 LBB250_46: ; in Loop: Header=BB250_28 Depth=2 adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr x8, [x8, #3064] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_50 b LBB250_47 LBB250_47: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-28] adrp x9, _tcc_state@PAGE ldr x9, [x9, _tcc_state@PAGEOFF] ldr x9, [x9, #3064] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB250_49 b LBB250_48 LBB250_48: ; in Loop: Header=BB250_28 Depth=2 adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr x8, [x8, #3064] ldr w8, [x8] stur w8, [x29, #-28] b LBB250_49 LBB250_49: ; in Loop: Header=BB250_28 Depth=2 b LBB250_50 LBB250_50: ; in Loop: Header=BB250_28 Depth=2 b LBB250_51 LBB250_51: ; in Loop: Header=BB250_28 Depth=2 b LBB250_52 LBB250_52: ; in Loop: Header=BB250_28 Depth=2 stur wzr, [x29, #-60] ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB250_73 b LBB250_53 LBB250_53: ; in Loop: Header=BB250_28 Depth=2 ldr w8, [sp, #32] and w8, w8, #0xf stur w8, [x29, #-56] ldur w8, [x29, #-56] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_59 b LBB250_54 LBB250_54: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-56] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB250_59 b LBB250_55 LBB250_55: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-56] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB250_59 b LBB250_56 LBB250_56: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-56] subs w8, w8, #11 cset w8, eq tbnz w8, #0, LBB250_59 b LBB250_57 LBB250_57: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-56] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB250_59 b LBB250_58 LBB250_58: ; in Loop: Header=BB250_28 Depth=2 adrp x0, l_.str.186@PAGE add x0, x0, l_.str.186@PAGEOFF bl _error b LBB250_59 LBB250_59: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-24] lsl w8, w8, #3 stur w8, [x29, #-52] ldur w8, [x29, #-44] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB250_61 b LBB250_60 LBB250_60: ; in Loop: Header=BB250_28 Depth=2 ldur w0, [x29, #-20] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.187@PAGE add x0, x0, l_.str.187@PAGEOFF bl _error b LBB250_72 LBB250_61: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-44] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB250_63 b LBB250_62 LBB250_62: ; in Loop: Header=BB250_28 Depth=2 stur wzr, [x29, #-48] b LBB250_71 LBB250_63: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB250_67 b LBB250_64 LBB250_64: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-48] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB250_66 b LBB250_65 LBB250_65: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-52] stur w8, [x29, #-48] b LBB250_66 LBB250_66: ; in Loop: Header=BB250_28 Depth=2 b LBB250_70 LBB250_67: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-48] ldur w9, [x29, #-44] add w8, w8, w9 ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB250_69 b LBB250_68 LBB250_68: ; in Loop: Header=BB250_28 Depth=2 stur wzr, [x29, #-48] b LBB250_69 LBB250_69: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-48] stur w8, [x29, #-60] ldur w9, [x29, #-48] mov w8, #64 orr w8, w8, w9, lsl #16 ldur w9, [x29, #-44] orr w9, w8, w9, lsl #22 ldr w8, [sp, #32] orr w8, w8, w9 str w8, [sp, #32] ldur w9, [x29, #-44] ldur w8, [x29, #-48] add w8, w8, w9 stur w8, [x29, #-48] b LBB250_70 LBB250_70: ; in Loop: Header=BB250_28 Depth=2 b LBB250_71 LBB250_71: ; in Loop: Header=BB250_28 Depth=2 b LBB250_72 LBB250_72: ; in Loop: Header=BB250_28 Depth=2 b LBB250_74 LBB250_73: ; in Loop: Header=BB250_28 Depth=2 stur wzr, [x29, #-48] b LBB250_74 LBB250_74: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB250_85 b LBB250_75 LBB250_75: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB250_84 b LBB250_76 LBB250_76: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-16] subs w8, w8, #296 cset w8, ne tbnz w8, #0, LBB250_78 b LBB250_77 LBB250_77: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-36] ldur w9, [x29, #-28] add w8, w8, w9 subs w8, w8, #1 ldur w10, [x29, #-28] mov w9, #0 subs w9, w9, w10 and w8, w8, w9 stur w8, [x29, #-36] ldur w8, [x29, #-36] stur w8, [x29, #-40] ldur w9, [x29, #-24] ldur w8, [x29, #-36] add w8, w8, w9 stur w8, [x29, #-36] b LBB250_81 LBB250_78: ; in Loop: Header=BB250_28 Depth=2 stur wzr, [x29, #-40] ldur w8, [x29, #-24] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB250_80 b LBB250_79 LBB250_79: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-24] stur w8, [x29, #-36] b LBB250_80 LBB250_80: ; in Loop: Header=BB250_28 Depth=2 b LBB250_81 LBB250_81: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-28] ldur w9, [x29, #-32] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB250_83 b LBB250_82 LBB250_82: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-28] stur w8, [x29, #-32] b LBB250_83 LBB250_83: ; in Loop: Header=BB250_28 Depth=2 b LBB250_84 LBB250_84: ; in Loop: Header=BB250_28 Depth=2 ldur w8, [x29, #-20] orr w0, w8, #0x20000000 ldur w3, [x29, #-40] add x1, sp, #32 mov w2, #0 bl _sym_push str x0, [sp, #80] ldr x8, [sp, #80] ldr x9, [sp, #72] str x8, [x9] ldr x8, [sp, #80] add x8, x8, #40 str x8, [sp, #72] b LBB250_85 LBB250_85: ; in Loop: Header=BB250_28 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB250_87 b LBB250_86 LBB250_86: ; in Loop: Header=BB250_28 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB250_88 b LBB250_87 LBB250_87: ; in Loop: Header=BB250_26 Depth=1 b LBB250_89 LBB250_88: ; in Loop: Header=BB250_28 Depth=2 mov w0, #44 bl _skip b LBB250_28 LBB250_89: ; in Loop: Header=BB250_26 Depth=1 mov w0, #59 bl _skip b LBB250_26 LBB250_90: mov w0, #125 bl _skip ldur w8, [x29, #-36] ldur w9, [x29, #-32] add w8, w8, w9 subs w8, w8, #1 ldur w10, [x29, #-32] mov w9, #0 subs w9, w9, w10 and w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 ldur x9, [x29, #-72] str x8, [x9, #16] ldursw x8, [x29, #-32] ldur x9, [x29, #-72] str x8, [x9, #8] b LBB250_91 LBB250_91: b LBB250_92 LBB250_92: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_attribute _parse_attribute: ; @parse_attribute .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] b LBB251_1 LBB251_1: ; =>This Loop Header: Depth=1 ; Child Loop BB251_5 Depth 2 ; Child Loop BB251_38 Depth 3 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #302 cset w8, eq mov w9, #1 stur w9, [x29, #-20] ; 4-byte Folded Spill tbnz w8, #0, LBB251_3 b LBB251_2 LBB251_2: ; in Loop: Header=BB251_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #303 cset w8, eq stur w8, [x29, #-20] ; 4-byte Folded Spill b LBB251_3 LBB251_3: ; in Loop: Header=BB251_1 Depth=1 ldur w8, [x29, #-20] ; 4-byte Folded Reload tbz w8, #0, LBB251_48 b LBB251_4 LBB251_4: ; in Loop: Header=BB251_1 Depth=1 bl _next mov w0, #40 str w0, [sp, #24] ; 4-byte Folded Spill bl _skip ldr w0, [sp, #24] ; 4-byte Folded Reload bl _skip b LBB251_5 LBB251_5: ; Parent Loop BB251_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB251_38 Depth 3 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB251_47 b LBB251_6 LBB251_6: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB251_8 b LBB251_7 LBB251_7: ; in Loop: Header=BB251_5 Depth=2 adrp x0, l_.str.188@PAGE add x0, x0, l_.str.188@PAGEOFF bl _expect b LBB251_8 LBB251_8: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-12] bl _next ldur w8, [x29, #-12] subs w8, w8, #333 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #20 cset w8, hi tbnz w8, #0, LBB251_34 ; %bb.9: ; in Loop: Header=BB251_5 Depth=2 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI251_0@PAGE add x10, x10, lJTI251_0@PAGEOFF Ltmp48: adr x8, Ltmp48 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB251_10: ; in Loop: Header=BB251_5 Depth=2 mov w0, #40 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB251_12 b LBB251_11 LBB251_11: ; in Loop: Header=BB251_5 Depth=2 adrp x0, l_.str.189@PAGE add x0, x0, l_.str.189@PAGEOFF bl _expect b LBB251_12 LBB251_12: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tcc_state@PAGE ldr x0, [x8, _tcc_state@PAGEOFF] adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x1, [x8, #8] bl _find_section ldur x8, [x29, #-8] str x0, [x8, #8] bl _next mov w0, #41 bl _skip b LBB251_44 LBB251_13: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB251_18 b LBB251_14 LBB251_14: ; in Loop: Header=BB251_5 Depth=2 bl _next bl _expr_const stur w0, [x29, #-16] ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB251_16 b LBB251_15 LBB251_15: ; in Loop: Header=BB251_5 Depth=2 ldur w8, [x29, #-16] ldur w9, [x29, #-16] subs w9, w9, #1 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB251_17 b LBB251_16 LBB251_16: ; in Loop: Header=BB251_5 Depth=2 adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _error b LBB251_17 LBB251_17: ; in Loop: Header=BB251_5 Depth=2 mov w0, #41 bl _skip b LBB251_19 LBB251_18: ; in Loop: Header=BB251_5 Depth=2 mov w8, #8 stur w8, [x29, #-16] b LBB251_19 LBB251_19: ; in Loop: Header=BB251_5 Depth=2 ldur w8, [x29, #-16] ldur x9, [x29, #-8] str w8, [x9] b LBB251_44 LBB251_20: ; in Loop: Header=BB251_5 Depth=2 ldur x9, [x29, #-8] mov w8, #1 str w8, [x9, #4] b LBB251_44 LBB251_21: ; in Loop: Header=BB251_5 Depth=2 b LBB251_44 LBB251_22: ; in Loop: Header=BB251_5 Depth=2 b LBB251_44 LBB251_23: ; in Loop: Header=BB251_5 Depth=2 ldur x8, [x29, #-8] strb wzr, [x8, #16] b LBB251_44 LBB251_24: ; in Loop: Header=BB251_5 Depth=2 ldur x9, [x29, #-8] mov w8, #1 strb w8, [x9, #16] b LBB251_44 LBB251_25: ; in Loop: Header=BB251_5 Depth=2 mov w0, #40 bl _skip bl _expr_const stur w0, [x29, #-16] ldur w8, [x29, #-16] subs w8, w8, #3 cset w8, le tbnz w8, #0, LBB251_27 b LBB251_26 LBB251_26: ; in Loop: Header=BB251_5 Depth=2 mov w8, #3 stur w8, [x29, #-16] b LBB251_30 LBB251_27: ; in Loop: Header=BB251_5 Depth=2 ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB251_29 b LBB251_28 LBB251_28: ; in Loop: Header=BB251_5 Depth=2 stur wzr, [x29, #-16] b LBB251_29 LBB251_29: ; in Loop: Header=BB251_5 Depth=2 b LBB251_30 LBB251_30: ; in Loop: Header=BB251_5 Depth=2 ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB251_32 b LBB251_31 LBB251_31: ; in Loop: Header=BB251_5 Depth=2 ldur w8, [x29, #-16] add w8, w8, #2 subs w8, w8, #1 ldur x9, [x29, #-8] strb w8, [x9, #16] b LBB251_32 LBB251_32: ; in Loop: Header=BB251_5 Depth=2 mov w0, #41 bl _skip b LBB251_44 LBB251_33: ; in Loop: Header=BB251_5 Depth=2 ldur x9, [x29, #-8] mov w8, #1 strb w8, [x9, #17] b LBB251_44 LBB251_34: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tcc_state@PAGE ldr x8, [x8, _tcc_state@PAGEOFF] ldr w8, [x8, #228] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB251_36 b LBB251_35 LBB251_35: ; in Loop: Header=BB251_5 Depth=2 ldur w0, [x29, #-12] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.191@PAGE add x0, x0, l_.str.191@PAGEOFF bl _warning b LBB251_36 LBB251_36: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB251_43 b LBB251_37 LBB251_37: ; in Loop: Header=BB251_5 Depth=2 bl _next b LBB251_38 LBB251_38: ; Parent Loop BB251_1 Depth=1 ; Parent Loop BB251_5 Depth=2 ; => This Inner Loop Header: Depth=3 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB251_40 b LBB251_39 LBB251_39: ; in Loop: Header=BB251_38 Depth=3 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB251_40 LBB251_40: ; in Loop: Header=BB251_38 Depth=3 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB251_42 b LBB251_41 LBB251_41: ; in Loop: Header=BB251_38 Depth=3 bl _next b LBB251_38 LBB251_42: ; in Loop: Header=BB251_5 Depth=2 bl _next b LBB251_43 LBB251_43: ; in Loop: Header=BB251_5 Depth=2 b LBB251_44 LBB251_44: ; in Loop: Header=BB251_5 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB251_46 b LBB251_45 LBB251_45: ; in Loop: Header=BB251_1 Depth=1 b LBB251_47 LBB251_46: ; in Loop: Header=BB251_5 Depth=2 bl _next b LBB251_5 LBB251_47: ; in Loop: Header=BB251_1 Depth=1 mov w0, #41 str w0, [sp, #8] ; 4-byte Folded Spill bl _skip ldr w0, [sp, #8] ; 4-byte Folded Reload bl _skip b LBB251_1 LBB251_48: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI251_0: .long LBB251_10-Ltmp48 .long LBB251_10-Ltmp48 .long LBB251_13-Ltmp48 .long LBB251_13-Ltmp48 .long LBB251_20-Ltmp48 .long LBB251_20-Ltmp48 .long LBB251_21-Ltmp48 .long LBB251_21-Ltmp48 .long LBB251_23-Ltmp48 .long LBB251_23-Ltmp48 .long LBB251_23-Ltmp48 .long LBB251_24-Ltmp48 .long LBB251_24-Ltmp48 .long LBB251_24-Ltmp48 .long LBB251_33-Ltmp48 .long LBB251_22-Ltmp48 .long LBB251_22-Ltmp48 .long LBB251_34-Ltmp48 .long LBB251_34-Ltmp48 .long LBB251_25-Ltmp48 .long LBB251_25-Ltmp48 ; -- End function .p2align 2 ; -- Begin function struct_find _struct_find: ; @struct_find .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #256 str w8, [sp, #4] ldr w8, [sp, #4] adrp x9, _tok_ident@PAGE ldr w9, [x9, _tok_ident@PAGEOFF] subs w9, w9, #256 subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB252_2 b LBB252_1 LBB252_1: ; kill: def $x8 killed $xzr str xzr, [sp, #8] b LBB252_3 LBB252_2: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldrsw x9, [sp, #4] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] str x8, [sp, #8] b LBB252_3 LBB252_3: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function post_type _post_type: ; @post_type .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 x1, [x29, #-16] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB253_26 b LBB253_1 LBB253_1: bl _next stur wzr, [x29, #-24] add x8, sp, #56 ; kill: def $x9 killed $xzr str xzr, [sp, #56] stur x8, [x29, #-40] b LBB253_2 LBB253_2: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq tbnz w8, #0, LBB253_23 b LBB253_3 LBB253_3: ; in Loop: Header=BB253_2 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB253_15 b LBB253_4 LBB253_4: ; in Loop: Header=BB253_2 Depth=1 add x0, sp, #16 add x1, sp, #32 bl _parse_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB253_9 b LBB253_5 LBB253_5: ; in Loop: Header=BB253_2 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB253_7 b LBB253_6 LBB253_6: ; in Loop: Header=BB253_2 Depth=1 adrp x0, l_.str.181@PAGE add x0, x0, l_.str.181@PAGEOFF bl _error b LBB253_8 LBB253_7: ; in Loop: Header=BB253_2 Depth=1 mov w8, #2 stur w8, [x29, #-24] b LBB253_16 LBB253_8: ; in Loop: Header=BB253_2 Depth=1 b LBB253_9 LBB253_9: ; in Loop: Header=BB253_2 Depth=1 mov w8, #1 stur w8, [x29, #-24] ldr w8, [sp, #16] and w8, w8, #0xf subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB253_12 b LBB253_10 LBB253_10: ; in Loop: Header=BB253_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB253_12 b LBB253_11 LBB253_11: b LBB253_23 LBB253_12: ; in Loop: Header=BB253_2 Depth=1 add x0, sp, #16 add x1, sp, #32 sub x2, x29, #20 mov w3, #3 bl _type_decl ldr w8, [sp, #16] and w8, w8, #0xf subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB253_14 b LBB253_13 LBB253_13: ; in Loop: Header=BB253_2 Depth=1 adrp x0, l_.str.192@PAGE add x0, x0, l_.str.192@PAGEOFF bl _error b LBB253_14 LBB253_14: ; in Loop: Header=BB253_2 Depth=1 b LBB253_17 LBB253_15: ; in Loop: Header=BB253_2 Depth=1 b LBB253_16 LBB253_16: ; in Loop: Header=BB253_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] str wzr, [sp, #16] bl _next b LBB253_17 LBB253_17: ; in Loop: Header=BB253_2 Depth=1 add x0, sp, #16 str x0, [sp, #8] ; 8-byte Folded Spill bl _convert_parameter_type ldr x1, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-20] orr w0, w8, #0x20000000 mov w3, #0 mov x2, x3 bl _sym_push stur x0, [x29, #-48] ldur x8, [x29, #-48] ldur x9, [x29, #-40] str x8, [x9] ldur x8, [x29, #-48] add x8, x8, #40 stur x8, [x29, #-40] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB253_22 b LBB253_18 LBB253_18: ; in Loop: Header=BB253_2 Depth=1 bl _next ldur w8, [x29, #-24] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB253_21 b LBB253_19 LBB253_19: ; in Loop: Header=BB253_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #204 cset w8, ne tbnz w8, #0, LBB253_21 b LBB253_20 LBB253_20: mov w8, #3 stur w8, [x29, #-24] bl _next b LBB253_23 LBB253_21: ; in Loop: Header=BB253_2 Depth=1 b LBB253_22 LBB253_22: ; in Loop: Header=BB253_2 Depth=1 b LBB253_2 LBB253_23: ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB253_25 b LBB253_24 LBB253_24: mov w8, #2 stur w8, [x29, #-24] b LBB253_25 LBB253_25: mov w0, #41 bl _skip ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0x780 stur w8, [x29, #-28] ldur x9, [x29, #-8] ldr w8, [x9] and w8, w8, #0xfffff07f str w8, [x9] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _post_type ldur x1, [x29, #-8] ldur x8, [x29, #-16] ldrb w2, [x8, #16] ldur w3, [x29, #-24] mov w0, #536870912 bl _sym_push stur x0, [x29, #-48] ldr x8, [sp, #56] ldur x9, [x29, #-48] str x8, [x9, #40] ldur w8, [x29, #-28] orr w8, w8, #0x6 ldur x9, [x29, #-8] str w8, [x9] ldur x8, [x29, #-48] ldur x9, [x29, #-8] str x8, [x9, #8] b LBB253_33 LBB253_26: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB253_32 b LBB253_27 LBB253_27: bl _next mov w8, #-1 stur w8, [x29, #-20] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #93 cset w8, eq tbnz w8, #0, LBB253_31 b LBB253_28 LBB253_28: bl _expr_const stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB253_30 b LBB253_29 LBB253_29: adrp x0, l_.str.193@PAGE add x0, x0, l_.str.193@PAGEOFF bl _error b LBB253_30 LBB253_30: b LBB253_31 LBB253_31: mov w0, #93 bl _skip ldur x8, [x29, #-8] ldr w8, [x8] and w8, w8, #0x780 stur w8, [x29, #-28] ldur x9, [x29, #-8] ldr w8, [x9] and w8, w8, #0xfffff87f str w8, [x9] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _post_type ldur x1, [x29, #-8] ldur w3, [x29, #-20] mov w0, #536870912 mov w2, #0 bl _sym_push stur x0, [x29, #-48] ldur w8, [x29, #-28] orr w8, w8, #0x20 orr w8, w8, #0x4 ldur x9, [x29, #-8] str w8, [x9] ldur x8, [x29, #-48] ldur x9, [x29, #-8] str x8, [x9, #8] b LBB253_32 LBB253_32: b LBB253_33 LBB253_33: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function convert_parameter_type _convert_parameter_type: ; @convert_parameter_type .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x9, [sp, #8] ldr w8, [x9] and w8, w8, #0xffffe7ff str w8, [x9] ldr x9, [sp, #8] ldr w8, [x9] and w8, w8, #0xffffffdf str w8, [x9] ldr x8, [sp, #8] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB254_2 b LBB254_1 LBB254_1: ldr x0, [sp, #8] bl _mk_pointer b LBB254_2 LBB254_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function put_stabn _put_stabn: ; @put_stabn .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] str w2, [sp, #4] str w3, [sp] ldur w1, [x29, #-4] ldr w2, [sp, #8] ldr w3, [sp, #4] ldrsw x4, [sp] mov x0, #0 bl _put_stabs ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function decl _decl: ; @decl .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] b LBB256_1 LBB256_1: ; =>This Loop Header: Depth=1 ; Child Loop BB256_18 Depth 2 ; Child Loop BB256_28 Depth 2 ; Child Loop BB256_47 Depth 2 sub x0, x29, #48 add x1, sp, #48 bl _parse_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB256_13 b LBB256_2 LBB256_2: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, ne tbnz w8, #0, LBB256_4 b LBB256_3 LBB256_3: ; in Loop: Header=BB256_1 Depth=1 bl _next b LBB256_1 LBB256_4: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB256_9 b LBB256_5 LBB256_5: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #310 cset w8, eq tbnz w8, #0, LBB256_8 b LBB256_6 LBB256_6: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #311 cset w8, eq tbnz w8, #0, LBB256_8 b LBB256_7 LBB256_7: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #312 cset w8, ne tbnz w8, #0, LBB256_9 b LBB256_8 LBB256_8: ; in Loop: Header=BB256_1 Depth=1 bl _asm_global_instr b LBB256_1 LBB256_9: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #242 cset w8, eq tbnz w8, #0, LBB256_11 b LBB256_10 LBB256_10: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #313 cset w8, ge tbnz w8, #0, LBB256_12 b LBB256_11 LBB256_11: b LBB256_90 LBB256_12: ; in Loop: Header=BB256_1 Depth=1 stur wzr, [x29, #-48] b LBB256_13 LBB256_13: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-48] and w8, w8, #0xf subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB256_15 b LBB256_14 LBB256_14: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-48] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB256_17 b LBB256_15 LBB256_15: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, ne tbnz w8, #0, LBB256_17 b LBB256_16 LBB256_16: ; in Loop: Header=BB256_1 Depth=1 bl _next b LBB256_1 LBB256_17: ; in Loop: Header=BB256_1 Depth=1 b LBB256_18 LBB256_18: ; Parent Loop BB256_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur q0, [x29, #-48] sub x0, x29, #32 stur q0, [x29, #-32] add x1, sp, #48 sub x2, x29, #8 mov w3, #2 bl _type_decl ldur w8, [x29, #-32] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB256_22 b LBB256_19 LBB256_19: ; in Loop: Header=BB256_18 Depth=2 ldur x8, [x29, #-24] stur x8, [x29, #-56] ldur x8, [x29, #-56] ldr x8, [x8, #16] subs x8, x8, #2 cset w8, ne tbnz w8, #0, LBB256_21 b LBB256_20 LBB256_20: ; in Loop: Header=BB256_18 Depth=2 ldur x0, [x29, #-56] bl _func_decl_list b LBB256_21 LBB256_21: ; in Loop: Header=BB256_18 Depth=2 b LBB256_22 LBB256_22: ; in Loop: Header=BB256_18 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB256_62 b LBB256_23 LBB256_23: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #242 cset w8, ne tbnz w8, #0, LBB256_25 b LBB256_24 LBB256_24: ; in Loop: Header=BB256_1 Depth=1 adrp x0, l_.str.202@PAGE add x0, x0, l_.str.202@PAGEOFF bl _error b LBB256_25 LBB256_25: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-32] ands w8, w8, #0x6 cset w8, ne tbnz w8, #0, LBB256_27 b LBB256_26 LBB256_26: ; in Loop: Header=BB256_1 Depth=1 adrp x0, l_.str.203@PAGE add x0, x0, l_.str.203@PAGEOFF bl _expect b LBB256_27 LBB256_27: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-56] b LBB256_28 LBB256_28: ; Parent Loop BB256_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-56] ldr x8, [x8, #40] mov x9, x8 stur x9, [x29, #-56] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB256_32 b LBB256_29 LBB256_29: ; in Loop: Header=BB256_28 Depth=2 ldur x8, [x29, #-56] ldr x8, [x8] ands x8, x8, #0xffffffffdfffffff cset w8, ne tbnz w8, #0, LBB256_31 b LBB256_30 LBB256_30: ; in Loop: Header=BB256_28 Depth=2 adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _expect b LBB256_31 LBB256_31: ; in Loop: Header=BB256_28 Depth=2 b LBB256_28 LBB256_32: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-32] mov w9, #1152 and w8, w8, w9 subs w8, w8, #1152 cset w8, ne tbnz w8, #0, LBB256_34 b LBB256_33 LBB256_33: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-32] and w8, w8, #0xffffff7f orr w8, w8, #0x100 stur w8, [x29, #-32] b LBB256_34 LBB256_34: ; in Loop: Header=BB256_1 Depth=1 ldur w0, [x29, #-8] bl _sym_find stur x0, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB256_44 b LBB256_35 LBB256_35: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-56] ldr w8, [x8, #24] and w8, w8, #0xf subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB256_37 b LBB256_36 LBB256_36: ; in Loop: Header=BB256_1 Depth=1 b LBB256_42 LBB256_37: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #32] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB256_40 b LBB256_38 LBB256_38: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB256_40 b LBB256_39 LBB256_39: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #32] ldr x8, [x8, #8] ldur x9, [x29, #-24] str x8, [x9, #8] b LBB256_40 LBB256_40: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-56] add x0, x8, #24 sub x1, x29, #32 bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB256_43 b LBB256_41 LBB256_41: ; in Loop: Header=BB256_1 Depth=1 b LBB256_42 LBB256_42: ; in Loop: Header=BB256_1 Depth=1 ldur w0, [x29, #-8] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.164@PAGE add x0, x0, l_.str.164@PAGEOFF bl _error b LBB256_43 LBB256_43: ; in Loop: Header=BB256_1 Depth=1 ldur x8, [x29, #-56] ldur q0, [x29, #-32] stur q0, [x8, #24] b LBB256_45 LBB256_44: ; in Loop: Header=BB256_1 Depth=1 ldur w0, [x29, #-8] ldur w1, [x29, #-32] mov w2, #0 bl _global_identifier_push stur x0, [x29, #-56] ldur x8, [x29, #-24] ldur x9, [x29, #-56] str x8, [x9, #32] b LBB256_45 LBB256_45: ; in Loop: Header=BB256_1 Depth=1 ldur w8, [x29, #-32] mov w9, #1280 and w8, w8, w9 subs w8, w8, #1280 cset w8, ne tbnz w8, #0, LBB256_58 b LBB256_46 LBB256_46: ; in Loop: Header=BB256_1 Depth=1 add x0, sp, #24 bl _tok_str_new str wzr, [sp, #20] b LBB256_47 LBB256_47: ; Parent Loop BB256_1 Depth=1 ; => This Inner Loop Header: Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB256_49 b LBB256_48 LBB256_48: ; in Loop: Header=BB256_47 Depth=2 adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _error b LBB256_49 LBB256_49: ; in Loop: Header=BB256_47 Depth=2 add x0, sp, #24 bl _tok_str_add_tok adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #16] bl _next ldr w8, [sp, #16] subs w8, w8, #123 cset w8, ne tbnz w8, #0, LBB256_51 b LBB256_50 LBB256_50: ; in Loop: Header=BB256_47 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB256_56 LBB256_51: ; in Loop: Header=BB256_47 Depth=2 ldr w8, [sp, #16] subs w8, w8, #125 cset w8, ne tbnz w8, #0, LBB256_55 b LBB256_52 LBB256_52: ; in Loop: Header=BB256_47 Depth=2 ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB256_54 b LBB256_53 LBB256_53: ; in Loop: Header=BB256_1 Depth=1 b LBB256_57 LBB256_54: ; in Loop: Header=BB256_47 Depth=2 b LBB256_55 LBB256_55: ; in Loop: Header=BB256_47 Depth=2 b LBB256_56 LBB256_56: ; in Loop: Header=BB256_47 Depth=2 b LBB256_47 LBB256_57: ; in Loop: Header=BB256_1 Depth=1 add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #-1 bl _tok_str_add ldr x0, [sp, #8] ; 8-byte Folded Reload mov w1, #0 bl _tok_str_add ldr x8, [sp, #24] ldur x9, [x29, #-56] str x8, [x9, #8] b LBB256_61 LBB256_58: ; in Loop: Header=BB256_1 Depth=1 ldr x9, [sp, #56] adrp x8, _cur_text_section@PAGE str x9, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, _cur_text_section@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB256_60 b LBB256_59 LBB256_59: ; in Loop: Header=BB256_1 Depth=1 adrp x8, _text_section@PAGE ldr x8, [x8, _text_section@PAGEOFF] adrp x9, _cur_text_section@PAGE str x8, [x9, _cur_text_section@PAGEOFF] b LBB256_60 LBB256_60: ; in Loop: Header=BB256_1 Depth=1 ldur x9, [x29, #-56] mov x8, #752 str x8, [x9, #8] ldur x0, [x29, #-56] bl _gen_function b LBB256_61 LBB256_61: ; in Loop: Header=BB256_1 Depth=1 b LBB256_89 LBB256_62: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-48] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB256_64 b LBB256_63 LBB256_63: ; in Loop: Header=BB256_18 Depth=2 ldur w0, [x29, #-8] sub x1, x29, #32 mov w3, #0 mov x2, x3 bl _sym_push stur x0, [x29, #-56] ldur x9, [x29, #-56] ldr w8, [x9, #24] orr w8, w8, #0x200 str w8, [x9, #24] b LBB256_85 LBB256_64: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-32] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB256_68 b LBB256_65 LBB256_65: ; in Loop: Header=BB256_18 Depth=2 ldrb w8, [sp, #64] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB256_67 b LBB256_66 LBB256_66: ; in Loop: Header=BB256_18 Depth=2 ldrb w8, [sp, #64] ; kill: def $x8 killed $w8 ldur x9, [x29, #-24] str x8, [x9, #8] b LBB256_67 LBB256_67: ; in Loop: Header=BB256_18 Depth=2 ldur w0, [x29, #-8] sub x1, x29, #32 mov w2, #0 bl _external_sym b LBB256_84 LBB256_68: ; in Loop: Header=BB256_18 Depth=2 stur wzr, [x29, #-16] ldur w8, [x29, #-32] ands w8, w8, #0x20 cset w8, ne tbnz w8, #0, LBB256_70 b LBB256_69 LBB256_69: ; in Loop: Header=BB256_18 Depth=2 ldur w0, [x29, #-32] bl _lvalue_type ldur w8, [x29, #-16] orr w8, w8, w0 stur w8, [x29, #-16] b LBB256_70 LBB256_70: ; in Loop: Header=BB256_18 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #61 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-12] ldur w8, [x29, #-48] ands w8, w8, #0x80 cset w8, ne tbnz w8, #0, LBB256_76 b LBB256_71 LBB256_71: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-32] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB256_77 b LBB256_72 LBB256_72: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-32] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB256_77 b LBB256_73 LBB256_73: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB256_77 b LBB256_74 LBB256_74: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-4] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB256_77 b LBB256_75 LBB256_75: ; in Loop: Header=BB256_18 Depth=2 ldur x8, [x29, #-24] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB256_77 b LBB256_76 LBB256_76: ; in Loop: Header=BB256_18 Depth=2 ldur w0, [x29, #-8] ldur w2, [x29, #-16] sub x1, x29, #32 bl _external_sym b LBB256_83 LBB256_77: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-32] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB256_79 b LBB256_78 LBB256_78: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-16] orr w8, w8, #0xf0 stur w8, [x29, #-16] b LBB256_80 LBB256_79: ; in Loop: Header=BB256_18 Depth=2 ldur w9, [x29, #-4] ldur w8, [x29, #-16] orr w8, w8, w9 stur w8, [x29, #-16] b LBB256_80 LBB256_80: ; in Loop: Header=BB256_18 Depth=2 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB256_82 b LBB256_81 LBB256_81: ; in Loop: Header=BB256_18 Depth=2 bl _next b LBB256_82 LBB256_82: ; in Loop: Header=BB256_18 Depth=2 ldur w2, [x29, #-16] ldur w3, [x29, #-12] ldur w4, [x29, #-8] ldur w5, [x29, #-4] sub x0, x29, #32 add x1, sp, #48 bl _decl_initializer_alloc b LBB256_83 LBB256_83: ; in Loop: Header=BB256_18 Depth=2 b LBB256_84 LBB256_84: ; in Loop: Header=BB256_18 Depth=2 b LBB256_85 LBB256_85: ; in Loop: Header=BB256_18 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB256_87 b LBB256_86 LBB256_86: ; in Loop: Header=BB256_1 Depth=1 mov w0, #59 bl _skip b LBB256_89 LBB256_87: ; in Loop: Header=BB256_18 Depth=2 bl _next b LBB256_88 LBB256_88: ; in Loop: Header=BB256_18 Depth=2 b LBB256_18 LBB256_89: ; in Loop: Header=BB256_1 Depth=1 b LBB256_1 LBB256_90: ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function label_pop _label_pop: ; @label_pop .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #24] b LBB257_1 LBB257_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB257_12 b LBB257_2 LBB257_2: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #48] str x8, [sp, #16] ldr x8, [sp, #24] ldr x8, [x8, #8] subs x8, x8, #2 cset w8, ne tbnz w8, #0, LBB257_4 b LBB257_3 LBB257_3: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.236@PAGE add x0, x0, l_.str.236@PAGEOFF bl _warning b LBB257_10 LBB257_4: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #8] subs x8, x8, #1 cset w8, ne tbnz w8, #0, LBB257_6 b LBB257_5 LBB257_5: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.237@PAGE add x0, x0, l_.str.237@PAGEOFF bl _error b LBB257_9 LBB257_6: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB257_8 b LBB257_7 LBB257_7: ; in Loop: Header=BB257_1 Depth=1 ldr x0, [sp, #24] adrp x8, _cur_text_section@PAGE ldr x1, [x8, _cur_text_section@PAGEOFF] ldr x8, [sp, #24] ldr x2, [x8, #40] mov x3, #1 bl _put_extern_sym b LBB257_8 LBB257_8: ; in Loop: Header=BB257_1 Depth=1 b LBB257_9 LBB257_9: ; in Loop: Header=BB257_1 Depth=1 b LBB257_10 LBB257_10: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #56] adrp x9, _table_ident@PAGE ldr x9, [x9, _table_ident@PAGEOFF] ldr x10, [sp, #24] ldr x10, [x10] subs x10, x10, #256 ldr x9, [x9, x10, lsl #3] str x8, [x9, #16] ldr x0, [sp, #24] bl _sym_free b LBB257_11 LBB257_11: ; in Loop: Header=BB257_1 Depth=1 ldr x8, [sp, #16] str x8, [sp, #24] b LBB257_1 LBB257_12: ldur x8, [x29, #-16] ldur x9, [x29, #-8] str x8, [x9] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function sym_pop _sym_pop: ; @sym_pop .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 x8, [x29, #-8] ldr x8, [x8] stur x8, [x29, #-24] b LBB258_1 LBB258_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB258_9 b LBB258_2 LBB258_2: ; in Loop: Header=BB258_1 Depth=1 ldur x8, [x29, #-24] ldr x8, [x8, #48] str x8, [sp, #32] ldur x8, [x29, #-24] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #12] ldr w8, [sp, #12] ands w8, w8, #0x20000000 cset w8, ne tbnz w8, #0, LBB258_8 b LBB258_3 LBB258_3: ; in Loop: Header=BB258_1 Depth=1 ldr w8, [sp, #12] and w8, w8, #0xbfffffff mov w9, #268435456 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB258_8 b LBB258_4 LBB258_4: ; in Loop: Header=BB258_1 Depth=1 adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldr w9, [sp, #12] and w9, w9, #0xbfffffff subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #16] ldr w8, [sp, #12] ands w8, w8, #0x40000000 cset w8, eq tbnz w8, #0, LBB258_6 b LBB258_5 LBB258_5: ; in Loop: Header=BB258_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #24 str x8, [sp, #24] b LBB258_7 LBB258_6: ; in Loop: Header=BB258_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #32 str x8, [sp, #24] b LBB258_7 LBB258_7: ; in Loop: Header=BB258_1 Depth=1 ldur x8, [x29, #-24] ldr x8, [x8, #56] ldr x9, [sp, #24] str x8, [x9] b LBB258_8 LBB258_8: ; in Loop: Header=BB258_1 Depth=1 ldur x0, [x29, #-24] bl _sym_free ldr x8, [sp, #32] stur x8, [x29, #-24] b LBB258_1 LBB258_9: ldur x8, [x29, #-16] ldur x9, [x29, #-8] str x8, [x9] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_instr _asm_instr: ; @asm_instr .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, #2304 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #276 cset w8, eq tbnz w8, #0, LBB259_3 b LBB259_1 LBB259_1: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #277 cset w8, eq tbnz w8, #0, LBB259_3 b LBB259_2 LBB259_2: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #278 cset w8, ne tbnz w8, #0, LBB259_4 b LBB259_3 LBB259_3: bl _next b LBB259_4 LBB259_4: add x0, sp, #96 bl _parse_asm_str str wzr, [sp, #52] str wzr, [sp, #56] str wzr, [sp, #44] str xzr, [sp, #128] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB259_17 b LBB259_5 LBB259_5: bl _next mov w2, #1 str w2, [sp, #44] add x0, sp, #136 add x1, sp, #52 bl _parse_asm_operands ldr w8, [sp, #52] str w8, [sp, #56] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB259_16 b LBB259_6 LBB259_6: bl _next add x0, sp, #136 add x1, sp, #52 mov w2, #0 bl _parse_asm_operands adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB259_15 b LBB259_7 LBB259_7: bl _next b LBB259_8 LBB259_8: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB259_10 b LBB259_9 LBB259_9: ; in Loop: Header=BB259_8 Depth=1 adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _expect b LBB259_10 LBB259_10: ; in Loop: Header=BB259_8 Depth=1 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x1, [x8, #8] add x0, sp, #128 bl _asm_clobber bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB259_12 b LBB259_11 LBB259_11: ; in Loop: Header=BB259_8 Depth=1 bl _next b LBB259_13 LBB259_12: b LBB259_14 LBB259_13: ; in Loop: Header=BB259_8 Depth=1 b LBB259_8 LBB259_14: b LBB259_15 LBB259_15: b LBB259_16 LBB259_16: b LBB259_17 LBB259_17: mov w0, #41 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB259_19 b LBB259_18 LBB259_18: adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _expect b LBB259_19 LBB259_19: ldr w8, [sp, #52] ldr w9, [sp, #56] subs w8, w8, w9 str w8, [sp, #60] mov w0, #0 bl _save_regs ldr w1, [sp, #52] ldr w2, [sp, #56] add x0, sp, #136 add x3, sp, #128 add x4, sp, #40 bl _asm_compute_constraints ldr w8, [sp, #44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB259_21 b LBB259_20 LBB259_20: ldr w1, [sp, #52] ldr w2, [sp, #56] add x0, sp, #136 add x3, sp, #64 add x4, sp, #96 str x4, [sp, #24] ; 8-byte Folded Spill bl _subst_asm_operands ldr x0, [sp, #24] ; 8-byte Folded Reload bl _cstr_free b LBB259_22 LBB259_21: ldr q0, [sp, #96] str q0, [sp, #64] ldr q0, [sp, #112] str q0, [sp, #80] b LBB259_22 LBB259_22: ldr w1, [sp, #52] ldr w2, [sp, #56] ldr w5, [sp, #40] add x0, sp, #136 str x0, [sp] ; 8-byte Folded Spill mov w3, #0 add x4, sp, #128 str x4, [sp, #16] ; 8-byte Folded Spill bl _asm_gen_code adrp x8, _tcc_state@PAGE ldr x0, [x8, _tcc_state@PAGEOFF] ldr x1, [sp, #72] ldr w8, [sp, #64] mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill subs w2, w8, #1 bl _tcc_assemble_inline bl _next ldr x0, [sp] ; 8-byte Folded Reload ldr w3, [sp, #12] ; 4-byte Folded Reload ldr x4, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #52] ldr w2, [sp, #56] ldr w5, [sp, #40] bl _asm_gen_code str wzr, [sp, #48] b LBB259_23 LBB259_23: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #48] ldr w9, [sp, #52] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB259_26 b LBB259_24 LBB259_24: ; in Loop: Header=BB259_23 Depth=1 ldrsw x8, [sp, #48] mov x9, #72 mul x9, x8, x9 add x8, sp, #136 add x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #32] ldr x0, [x8, #8] bl _tcc_free bl _vpop b LBB259_25 LBB259_25: ; in Loop: Header=BB259_23 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB259_23 LBB259_26: add x0, sp, #64 bl _cstr_free 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, LBB259_28 b LBB259_27 LBB259_27: bl ___stack_chk_fail LBB259_28: add sp, sp, #2304 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 asm_global_instr _asm_global_instr: ; @asm_global_instr .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 bl _next add x0, sp, #32 bl _parse_asm_str mov w0, #41 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB260_2 b LBB260_1 LBB260_1: adrp x0, l_.str.205@PAGE add x0, x0, l_.str.205@PAGEOFF bl _expect b LBB260_2 LBB260_2: adrp x8, _text_section@PAGE ldr x9, [x8, _text_section@PAGEOFF] adrp x8, _cur_text_section@PAGE str x8, [sp, #16] ; 8-byte Folded Spill str x9, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8] adrp x9, _ind@PAGE str x9, [sp, #8] ; 8-byte Folded Spill str x8, [x9, _ind@PAGEOFF] adrp x8, _tcc_state@PAGE ldr x0, [x8, _tcc_state@PAGEOFF] add x8, sp, #32 str x8, [sp, #24] ; 8-byte Folded Spill ldr x1, [sp, #40] ldr w8, [sp, #32] subs w2, w8, #1 bl _tcc_assemble_inline ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8, _ind@PAGEOFF] ldr x9, [x9, _cur_text_section@PAGEOFF] str x8, [x9] bl _next ldr x0, [sp, #24] ; 8-byte Folded Reload bl _cstr_free ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function func_decl_list _func_decl_list: ; @func_decl_list .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] b LBB261_1 LBB261_1: ; =>This Loop Header: Depth=1 ; Child Loop BB261_13 Depth 2 ; Child Loop BB261_14 Depth 3 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #123 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB261_5 b LBB261_2 LBB261_2: ; in Loop: Header=BB261_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB261_5 b LBB261_3 LBB261_3: ; in Loop: Header=BB261_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB261_5 b LBB261_4 LBB261_4: ; in Loop: Header=BB261_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB261_5 LBB261_5: ; in Loop: Header=BB261_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB261_27 b LBB261_6 LBB261_6: ; in Loop: Header=BB261_1 Depth=1 add x0, sp, #32 sub x1, x29, #32 bl _parse_btype subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB261_8 b LBB261_7 LBB261_7: ; in Loop: Header=BB261_1 Depth=1 adrp x0, l_.str.233@PAGE add x0, x0, l_.str.233@PAGEOFF bl _expect b LBB261_8 LBB261_8: ; in Loop: Header=BB261_1 Depth=1 ldr w8, [sp, #32] and w8, w8, #0xf subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB261_10 b LBB261_9 LBB261_9: ; in Loop: Header=BB261_1 Depth=1 ldr w8, [sp, #32] and w8, w8, #0xf subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB261_12 b LBB261_10 LBB261_10: ; in Loop: Header=BB261_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, ne tbnz w8, #0, LBB261_12 b LBB261_11 LBB261_11: ; in Loop: Header=BB261_1 Depth=1 b LBB261_26 LBB261_12: ; in Loop: Header=BB261_1 Depth=1 b LBB261_13 LBB261_13: ; Parent Loop BB261_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB261_14 Depth 3 ldr q0, [sp, #32] add x0, sp, #16 str q0, [sp, #16] sub x1, x29, #32 sub x2, x29, #36 mov w3, #2 bl _type_decl ldur x8, [x29, #-8] ldr x8, [x8, #40] str x8, [sp, #48] b LBB261_14 LBB261_14: ; Parent Loop BB261_1 Depth=1 ; Parent Loop BB261_13 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB261_18 b LBB261_15 LBB261_15: ; in Loop: Header=BB261_14 Depth=3 ldr x8, [sp, #48] ldr x8, [x8] and x8, x8, #0xffffffffdfffffff ldursw x9, [x29, #-36] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB261_17 b LBB261_16 LBB261_16: ; in Loop: Header=BB261_13 Depth=2 b LBB261_19 LBB261_17: ; in Loop: Header=BB261_14 Depth=3 ldr x8, [sp, #48] ldr x8, [x8, #40] str x8, [sp, #48] b LBB261_14 LBB261_18: ; in Loop: Header=BB261_13 Depth=2 ldur w0, [x29, #-36] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.234@PAGE add x0, x0, l_.str.234@PAGEOFF bl _error b LBB261_19 LBB261_19: ; in Loop: Header=BB261_13 Depth=2 ldr w8, [sp, #16] ands w8, w8, #0x780 cset w8, eq tbnz w8, #0, LBB261_21 b LBB261_20 LBB261_20: ; in Loop: Header=BB261_13 Depth=2 ldur w0, [x29, #-36] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.235@PAGE add x0, x0, l_.str.235@PAGEOFF bl _error b LBB261_21 LBB261_21: ; in Loop: Header=BB261_13 Depth=2 add x0, sp, #16 bl _convert_parameter_type ldr x8, [sp, #48] ldr q0, [sp, #16] stur q0, [x8, #24] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB261_23 b LBB261_22 LBB261_22: ; in Loop: Header=BB261_13 Depth=2 bl _next b LBB261_24 LBB261_23: ; in Loop: Header=BB261_1 Depth=1 b LBB261_25 LBB261_24: ; in Loop: Header=BB261_13 Depth=2 b LBB261_13 LBB261_25: ; in Loop: Header=BB261_1 Depth=1 b LBB261_26 LBB261_26: ; in Loop: Header=BB261_1 Depth=1 mov w0, #59 bl _skip b LBB261_1 LBB261_27: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function global_identifier_push _global_identifier_push: ; @global_identifier_push .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] stur w2, [x29, #-12] ldursw x1, [x29, #-4] ldursw x2, [x29, #-8] ldursw x3, [x29, #-12] adrp x0, _global_stack@PAGE add x0, x0, _global_stack@PAGEOFF bl _sym_push2 str x0, [sp, #8] ldur w8, [x29, #-4] mov w9, #268435456 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB262_5 b LBB262_1 LBB262_1: adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldur w9, [x29, #-4] subs w9, w9, #256 ldr x8, [x8, w9, sxtw #3] add x8, x8, #32 str x8, [sp] b LBB262_2 LBB262_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB262_4 b LBB262_3 LBB262_3: ; in Loop: Header=BB262_2 Depth=1 ldr x8, [sp] ldr x8, [x8] add x8, x8, #56 str x8, [sp] b LBB262_2 LBB262_4: ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #56] ldr x8, [sp, #8] ldr x9, [sp] str x8, [x9] b LBB262_5 LBB262_5: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_function _gen_function: ; @gen_function .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x9, _cur_text_section@PAGE ldr x8, [x9, _cur_text_section@PAGEOFF] ldr x10, [x8] adrp x8, _ind@PAGE stur x8, [x29, #-16] ; 8-byte Folded Spill str x10, [x8, _ind@PAGEOFF] ldur x0, [x29, #-8] ldr x1, [x9, _cur_text_section@PAGEOFF] ldr x2, [x8, _ind@PAGEOFF] mov x3, #0 bl _put_extern_sym ldur x8, [x29, #-8] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str ldur x8, [x29, #-16] ; 8-byte Folded Reload adrp x9, _funcname@PAGE str x0, [x9, _funcname@PAGEOFF] ldr x8, [x8, _ind@PAGEOFF] adrp x9, _func_ind@PAGE str x8, [x9, _func_ind@PAGEOFF] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB263_2 b LBB263_1 LBB263_1: ldur x0, [x29, #-8] bl _put_func_debug b LBB263_2 LBB263_2: adrp x0, _local_stack@PAGE add x0, x0, _local_stack@PAGEOFF str x0, [sp, #8] ; 8-byte Folded Spill mov x1, #536870912 mov x3, #0 mov x2, x3 bl _sym_push2 ldur x8, [x29, #-8] add x0, x8, #24 bl _gfunc_prolog adrp x8, _rsym@PAGE str x8, [sp] ; 8-byte Folded Spill str xzr, [x8, _rsym@PAGEOFF] mov x3, #0 str x3, [sp, #16] ; 8-byte Folded Spill mov x0, x3 mov x1, x3 mov x2, x3 mov w5, #0 mov x4, x5 bl _block ldr x8, [sp] ; 8-byte Folded Reload ldr x8, [x8, _rsym@PAGEOFF] mov x0, x8 bl _gsym bl _gfunc_epilog ldr x1, [sp, #16] ; 8-byte Folded Reload adrp x8, _ind@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x8, [x8, _ind@PAGEOFF] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] str x8, [x9] adrp x0, _global_label_stack@PAGE add x0, x0, _global_label_stack@PAGEOFF bl _label_pop ldr x0, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload bl _sym_pop ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8, _ind@PAGEOFF] adrp x9, _func_ind@PAGE ldr x9, [x9, _func_ind@PAGEOFF] subs x8, x8, x9 adrp x9, _symtab_section@PAGE ldr x9, [x9, _symtab_section@PAGEOFF] ldr x9, [x9, #8] ldur x10, [x29, #-8] ldr x10, [x10, #16] add x9, x9, x10, lsl #4 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #8] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB263_4 b LBB263_3 LBB263_3: adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] adrp x9, _func_ind@PAGE ldr x9, [x9, _func_ind@PAGEOFF] subs x8, x8, x9 mov x3, x8 mov w0, #36 mov w2, #0 mov x1, x2 bl _put_stabn b LBB263_4 LBB263_4: adrp x8, l_.str.63@PAGE add x8, x8, l_.str.63@PAGEOFF adrp x9, _funcname@PAGE str x8, [x9, _funcname@PAGEOFF] adrp x9, _func_vt@PAGE mov w8, #3 str w8, [x9, _func_vt@PAGEOFF] adrp x8, _ind@PAGE str xzr, [x8, _ind@PAGEOFF] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function external_sym _external_sym: ; @external_sym .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur x1, [x29, #-16] stur w2, [x29, #-20] ldur w0, [x29, #-4] bl _sym_find str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB264_2 b LBB264_1 LBB264_1: ldur w0, [x29, #-4] ldur x1, [x29, #-16] ldur w8, [x29, #-20] orr w8, w8, #0xf0 orr w2, w8, #0x200 mov w3, #0 bl _sym_push str x0, [sp, #16] ldr x9, [sp, #16] ldr w8, [x9, #24] orr w8, w8, #0x80 str w8, [x9, #24] b LBB264_5 LBB264_2: ldr x8, [sp, #16] add x0, x8, #24 ldur x1, [x29, #-16] bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB264_4 b LBB264_3 LBB264_3: ldur w0, [x29, #-4] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.164@PAGE add x0, x0, l_.str.164@PAGEOFF bl _error b LBB264_4 LBB264_4: b LBB264_5 LBB264_5: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_asm_str _parse_asm_str: ; @parse_asm_str .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] mov w0, #40 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB265_2 b LBB265_1 LBB265_1: adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _expect b LBB265_2 LBB265_2: ldr x0, [sp, #8] bl _cstr_new b LBB265_3 LBB265_3: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB265_5 b LBB265_4 LBB265_4: ; in Loop: Header=BB265_3 Depth=1 ldr x0, [sp, #8] adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x1, [x8, #8] bl _cstr_cat bl _next b LBB265_3 LBB265_5: ldr x0, [sp, #8] mov w1, #0 bl _cstr_ccat ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_assemble_inline _tcc_assemble_inline: ; @tcc_assemble_inline .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] stur x1, [x29, #-16] stur w2, [x29, #-20] mov x0, #9776 str x0, [sp] ; 8-byte Folded Spill bl _tcc_malloc ldr x2, [sp] ; 8-byte Folded Reload stur x0, [x29, #-32] ldur x0, [x29, #-32] mov w1, #0 str w1, [sp, #12] ; 4-byte Folded Spill mov x3, #-1 bl ___memset_chk ldur x9, [x29, #-32] mov w8, #-1 str w8, [x9, #16] ldur x8, [x29, #-16] ldur x9, [x29, #-32] str x8, [x9] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] add x8, x8, x9 ldur x9, [x29, #-32] str x8, [x9, #8] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] add x9, x8, x9 mov w8, #92 strb w8, [x9] ldur x9, [x29, #-32] adrp x8, _file@PAGE str x8, [sp, #32] ; 8-byte Folded Spill ldr x8, [x8, _file@PAGEOFF] add x0, x9, #553 mov w1, #1024 add x2, x8, #553 bl _pstrcpy ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [x9, _file@PAGEOFF] ldr w8, [x8, #20] ldur x10, [x29, #-32] str w8, [x10, #20] ldr x8, [x9, _file@PAGEOFF] stur x8, [x29, #-40] ldur x8, [x29, #-32] str x8, [x9, _file@PAGEOFF] adrp x8, _parse_flags@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr w8, [x8, _parse_flags@PAGEOFF] stur w8, [x29, #-44] adrp x8, _macro_ptr@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x9, [x8, _macro_ptr@PAGEOFF] str x9, [sp, #40] ; kill: def $x9 killed $xzr str xzr, [x8, _macro_ptr@PAGEOFF] ldur x0, [x29, #-8] bl _tcc_assemble_internal ldr x11, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #32] ; 8-byte Folded Reload ldur w8, [x29, #-44] str w8, [x11, _parse_flags@PAGEOFF] ldr x8, [sp, #40] str x8, [x10, _macro_ptr@PAGEOFF] ldur x8, [x29, #-40] str x8, [x9, _file@PAGEOFF] ldur x0, [x29, #-32] bl _tcc_free ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cstr_cat _cstr_cat: ; @cstr_cat .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] b LBB267_1 LBB267_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldrsb w8, [x8] str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB267_3 b LBB267_2 LBB267_2: b LBB267_4 LBB267_3: ; in Loop: Header=BB267_1 Depth=1 ldur x0, [x29, #-8] ldr w1, [sp, #12] bl _cstr_ccat ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB267_1 LBB267_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_assemble_internal _tcc_assemble_internal: ; @tcc_assemble_internal .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] adrp x9, _tok_flags@PAGE mov w8, #3 str w8, [x9, _tok_flags@PAGEOFF] adrp x9, _parse_flags@PAGE mov w8, #8 str w8, [x9, _parse_flags@PAGEOFF] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB268_2 b LBB268_1 LBB268_1: adrp x9, _parse_flags@PAGE ldr w8, [x9, _parse_flags@PAGEOFF] orr w8, w8, #0x1 str w8, [x9, _parse_flags@PAGEOFF] b LBB268_2 LBB268_2: bl _next b LBB268_3 LBB268_3: ; =>This Loop Header: Depth=1 ; Child Loop BB268_6 Depth 2 ; Child Loop BB268_8 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB268_5 b LBB268_4 LBB268_4: b LBB268_32 LBB268_5: ; in Loop: Header=BB268_3 Depth=1 adrp x9, _parse_flags@PAGE ldr w8, [x9, _parse_flags@PAGEOFF] orr w8, w8, #0x4 str w8, [x9, _parse_flags@PAGEOFF] b LBB268_6 LBB268_6: ; Parent Loop BB268_3 Depth=1 ; => This Inner Loop Header: Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB268_11 b LBB268_7 LBB268_7: ; in Loop: Header=BB268_3 Depth=1 b LBB268_8 LBB268_8: ; Parent Loop BB268_3 Depth=1 ; => This Inner Loop Header: Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB268_10 b LBB268_9 LBB268_9: ; in Loop: Header=BB268_8 Depth=2 bl _next b LBB268_8 LBB268_10: ; in Loop: Header=BB268_3 Depth=1 b LBB268_28 LBB268_11: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB268_13 b LBB268_12 LBB268_12: ; in Loop: Header=BB268_3 Depth=1 ldur x0, [x29, #-8] bl _asm_parse_directive b LBB268_27 LBB268_13: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB268_17 b LBB268_14 LBB268_14: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x8, [x8, #8] add x1, sp, #24 str x8, [sp, #24] ldr x0, [sp, #24] mov w2, #10 bl _strtoul mov x8, x0 str w8, [sp, #20] ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB268_16 b LBB268_15 LBB268_15: ; in Loop: Header=BB268_6 Depth=2 adrp x0, l_.str.207@PAGE add x0, x0, l_.str.207@PAGEOFF bl _expect b LBB268_16 LBB268_16: ; in Loop: Header=BB268_6 Depth=2 ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-8] ldr w1, [sp, #20] bl _asm_get_local_label_name mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov w2, #1 bl _asm_new_label bl _next mov w0, #58 bl _skip b LBB268_6 LBB268_17: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB268_25 b LBB268_18 LBB268_18: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tok@PAGE str x8, [sp] ; 8-byte Folded Spill ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-16] bl _next ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, ne tbnz w8, #0, LBB268_20 b LBB268_19 LBB268_19: ; in Loop: Header=BB268_6 Depth=2 ldur x0, [x29, #-8] ldur w1, [x29, #-16] mov w2, #0 bl _asm_new_label bl _next b LBB268_6 LBB268_20: ; in Loop: Header=BB268_6 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #61 cset w8, ne tbnz w8, #0, LBB268_22 b LBB268_21 LBB268_21: ; in Loop: Header=BB268_6 Depth=2 bl _next ldur x0, [x29, #-8] bl _asm_int_expr str w0, [sp, #16] ldur x0, [x29, #-8] ldur w1, [x29, #-16] ldrsw x4, [sp, #16] mov w2, #0 mov w3, #65521 bl _asm_new_label1 b LBB268_6 LBB268_22: ; in Loop: Header=BB268_3 Depth=1 ldur x0, [x29, #-8] ldur w1, [x29, #-16] bl _asm_opcode b LBB268_23 LBB268_23: ; in Loop: Header=BB268_3 Depth=1 b LBB268_24 LBB268_24: ; in Loop: Header=BB268_3 Depth=1 b LBB268_25 LBB268_25: ; in Loop: Header=BB268_3 Depth=1 b LBB268_26 LBB268_26: ; in Loop: Header=BB268_3 Depth=1 b LBB268_27 LBB268_27: ; in Loop: Header=BB268_3 Depth=1 b LBB268_28 LBB268_28: ; in Loop: Header=BB268_3 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB268_31 b LBB268_29 LBB268_29: ; in Loop: Header=BB268_3 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB268_31 b LBB268_30 LBB268_30: ; in Loop: Header=BB268_3 Depth=1 adrp x0, l_.str.208@PAGE add x0, x0, l_.str.208@PAGEOFF bl _expect b LBB268_31 LBB268_31: ; in Loop: Header=BB268_3 Depth=1 adrp x9, _parse_flags@PAGE ldr w8, [x9, _parse_flags@PAGEOFF] and w8, w8, #0xfffffffb str w8, [x9, _parse_flags@PAGEOFF] bl _next b LBB268_3 LBB268_32: ldur x0, [x29, #-8] bl _asm_free_labels mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_parse_directive _asm_parse_directive: ; @asm_parse_directive .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, #560 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #216] bl _next adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] str x8, [sp, #184] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #68] ; 4-byte Folded Spill subs w8, w8, #256 cset w8, eq tbnz w8, #0, LBB269_43 b LBB269_1 LBB269_1: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #279 cset w8, eq tbnz w8, #0, LBB269_43 b LBB269_2 LBB269_2: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #295 cset w8, eq tbnz w8, #0, LBB269_42 b LBB269_3 LBB269_3: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #333 cset w8, eq tbnz w8, #0, LBB269_106 b LBB269_4 LBB269_4: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #391 cset w8, eq tbnz w8, #0, LBB269_41 b LBB269_5 LBB269_5: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #392 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB269_14 b LBB269_6 LBB269_6: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #395 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB269_85 b LBB269_7 LBB269_7: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #398 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB269_82 b LBB269_8 LBB269_8: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #400 subs w8, w8, #2 cset w8, ls tbnz w8, #0, LBB269_102 b LBB269_9 LBB269_9: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #403 cset w8, eq tbnz w8, #0, LBB269_120 b LBB269_10 LBB269_10: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #404 cset w8, eq tbnz w8, #0, LBB269_60 b LBB269_11 LBB269_11: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #405 cset w8, eq tbnz w8, #0, LBB269_79 b LBB269_12 LBB269_12: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #406 cset w8, eq tbnz w8, #0, LBB269_28 b LBB269_13 LBB269_13: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #884 cset w8, eq tbnz w8, #0, LBB269_42 b LBB269_123 LBB269_14: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #196] bl _next ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #212] ldr w8, [sp, #196] subs w8, w8, #392 cset w8, ne tbnz w8, #0, LBB269_21 b LBB269_15 LBB269_15: ldr w8, [sp, #212] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB269_17 b LBB269_16 LBB269_16: ldr w8, [sp, #212] ldr w9, [sp, #212] subs w9, w9, #1 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB269_18 b LBB269_17 LBB269_17: adrp x0, l_.str.190@PAGE add x0, x0, l_.str.190@PAGEOFF bl _error b LBB269_18 LBB269_18: adrp x9, _ind@PAGE ldr x8, [x9, _ind@PAGEOFF] ldrsw x10, [sp, #212] add x8, x8, x10 subs x8, x8, #1 ldr w11, [sp, #212] mov w10, #0 subs w11, w10, w11 ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 and x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #208] ldrsw x8, [sp, #208] ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #200] ldr x8, [sp, #184] ldr w8, [x8, #44] ldr w9, [sp, #212] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB269_20 b LBB269_19 LBB269_19: ldr w8, [sp, #212] ldr x9, [sp, #184] str w8, [x9, #44] b LBB269_20 LBB269_20: b LBB269_22 LBB269_21: ldr w8, [sp, #212] str w8, [sp, #200] b LBB269_22 LBB269_22: str wzr, [sp, #204] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB269_24 b LBB269_23 LBB269_23: bl _next ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #204] b LBB269_24 LBB269_24: b LBB269_25 LBB269_25: ldr x8, [sp, #184] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB269_27 b LBB269_26 LBB269_26: adrp x8, _ind@PAGE ldr x8, [x8, _ind@PAGEOFF] ldr x9, [sp, #184] str x8, [x9] ldr x0, [sp, #184] ldrsw x1, [sp, #200] bl _section_ptr_add str x0, [sp, #176] ldr x0, [sp, #176] ldr w1, [sp, #204] ldrsw x2, [sp, #200] mov x3, #-1 bl ___memset_chk b LBB269_27 LBB269_27: ldrsw x10, [sp, #200] adrp x9, _ind@PAGE ldr x8, [x9, _ind@PAGEOFF] add x8, x8, x10 str x8, [x9, _ind@PAGEOFF] b LBB269_124 LBB269_28: bl _next b LBB269_29 LBB269_29: ; =>This Inner Loop Header: Depth=1 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x8, [x8, #8] str x8, [sp, #160] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, eq tbnz w8, #0, LBB269_32 b LBB269_30 LBB269_30: ; in Loop: Header=BB269_29 Depth=1 b LBB269_31 LBB269_31: ; in Loop: Header=BB269_29 Depth=1 adrp x0, l_.str.209@PAGE add x0, x0, l_.str.209@PAGEOFF bl _error b LBB269_32 LBB269_32: ; in Loop: Header=BB269_29 Depth=1 add x1, sp, #160 ldr x0, [sp, #160] mov w2, #0 bl _strtoll str x0, [sp, #168] ldr x8, [sp, #160] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB269_34 b LBB269_33 LBB269_33: ; in Loop: Header=BB269_29 Depth=1 b LBB269_31 LBB269_34: ; in Loop: Header=BB269_29 Depth=1 bl _next ldr x8, [sp, #184] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB269_36 b LBB269_35 LBB269_35: ; in Loop: Header=BB269_29 Depth=1 ldr x8, [sp, #168] mov x0, x8 bl _gen_le32 ldr x8, [sp, #168] lsr x8, x8, #32 mov x0, x8 bl _gen_le32 b LBB269_37 LBB269_36: ; in Loop: Header=BB269_29 Depth=1 adrp x9, _ind@PAGE ldr x8, [x9, _ind@PAGEOFF] add x8, x8, #8 str x8, [x9, _ind@PAGEOFF] b LBB269_37 LBB269_37: ; in Loop: Header=BB269_29 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB269_39 b LBB269_38 LBB269_38: b LBB269_40 LBB269_39: ; in Loop: Header=BB269_29 Depth=1 bl _next b LBB269_29 LBB269_40: b LBB269_124 LBB269_41: mov w8, #1 str w8, [sp, #200] b LBB269_44 LBB269_42: mov w8, #2 str w8, [sp, #200] b LBB269_44 LBB269_43: mov w8, #4 str w8, [sp, #200] b LBB269_44 LBB269_44: bl _next b LBB269_45 LBB269_45: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #216] add x1, sp, #144 bl _asm_expr ldr x8, [sp, #184] ldr w8, [x8, #32] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB269_55 b LBB269_46 LBB269_46: ; in Loop: Header=BB269_45 Depth=1 ldr w8, [sp, #200] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB269_48 b LBB269_47 LBB269_47: ; in Loop: Header=BB269_45 Depth=1 add x0, sp, #144 bl _gen_expr32 b LBB269_54 LBB269_48: ; in Loop: Header=BB269_45 Depth=1 ldr x8, [sp, #152] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB269_50 b LBB269_49 LBB269_49: ; in Loop: Header=BB269_45 Depth=1 adrp x0, l_.str.210@PAGE add x0, x0, l_.str.210@PAGEOFF bl _expect b LBB269_50 LBB269_50: ; in Loop: Header=BB269_45 Depth=1 ldr w8, [sp, #200] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB269_52 b LBB269_51 LBB269_51: ; in Loop: Header=BB269_45 Depth=1 ldr w0, [sp, #144] bl _g b LBB269_53 LBB269_52: ; in Loop: Header=BB269_45 Depth=1 ldr w0, [sp, #144] bl _gen_le16 b LBB269_53 LBB269_53: ; in Loop: Header=BB269_45 Depth=1 b LBB269_54 LBB269_54: ; in Loop: Header=BB269_45 Depth=1 b LBB269_56 LBB269_55: ; in Loop: Header=BB269_45 Depth=1 ldrsw x10, [sp, #200] adrp x9, _ind@PAGE ldr x8, [x9, _ind@PAGEOFF] add x8, x8, x10 str x8, [x9, _ind@PAGEOFF] b LBB269_56 LBB269_56: ; in Loop: Header=BB269_45 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB269_58 b LBB269_57 LBB269_57: b LBB269_59 LBB269_58: ; in Loop: Header=BB269_45 Depth=1 bl _next b LBB269_45 LBB269_59: b LBB269_124 LBB269_60: bl _next ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #140] ldr w8, [sp, #140] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB269_62 b LBB269_61 LBB269_61: adrp x0, l_.str.211@PAGE add x0, x0, l_.str.211@PAGEOFF bl _error b LBB269_124 LBB269_62: mov w8, #1 str w8, [sp, #136] str wzr, [sp, #132] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB269_70 b LBB269_63 LBB269_63: bl _next ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #136] ldr w8, [sp, #136] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB269_65 b LBB269_64 LBB269_64: adrp x0, l_.str.212@PAGE add x0, x0, l_.str.212@PAGEOFF bl _error b LBB269_124 LBB269_65: ldr w8, [sp, #136] subs w8, w8, #8 cset w8, le tbnz w8, #0, LBB269_67 b LBB269_66 LBB269_66: mov w8, #8 str w8, [sp, #136] b LBB269_67 LBB269_67: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB269_69 b LBB269_68 LBB269_68: bl _next ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #132] b LBB269_69 LBB269_69: b LBB269_70 LBB269_70: ldr w8, [sp, #132] sturb w8, [x29, #-32] ldr w8, [sp, #132] asr w8, w8, #8 sturb w8, [x29, #-31] ldr w8, [sp, #132] asr w8, w8, #16 sturb w8, [x29, #-30] ldr w8, [sp, #132] asr w8, w8, #24 sturb w8, [x29, #-29] sturb wzr, [x29, #-28] sturb wzr, [x29, #-27] sturb wzr, [x29, #-26] sturb wzr, [x29, #-25] str wzr, [sp, #128] b LBB269_71 LBB269_71: ; =>This Loop Header: Depth=1 ; Child Loop BB269_73 Depth 2 ldr w8, [sp, #128] ldr w9, [sp, #140] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB269_78 b LBB269_72 LBB269_72: ; in Loop: Header=BB269_71 Depth=1 str wzr, [sp, #124] b LBB269_73 LBB269_73: ; Parent Loop BB269_71 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #124] ldr w9, [sp, #136] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB269_76 b LBB269_74 LBB269_74: ; in Loop: Header=BB269_73 Depth=2 ldrsw x9, [sp, #124] sub x8, x29, #32 ldrb w0, [x8, x9] bl _g b LBB269_75 LBB269_75: ; in Loop: Header=BB269_73 Depth=2 ldr w8, [sp, #124] add w8, w8, #1 str w8, [sp, #124] b LBB269_73 LBB269_76: ; in Loop: Header=BB269_71 Depth=1 b LBB269_77 LBB269_77: ; in Loop: Header=BB269_71 Depth=1 ldr w8, [sp, #128] add w8, w8, #1 str w8, [sp, #128] b LBB269_71 LBB269_78: b LBB269_124 LBB269_79: bl _next ldr x0, [sp, #216] bl _asm_int_expr ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 str x8, [sp, #112] ldr x8, [sp, #112] adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB269_81 b LBB269_80 LBB269_80: adrp x0, l_.str.213@PAGE add x0, x0, l_.str.213@PAGEOFF bl _error b LBB269_81 LBB269_81: str wzr, [sp, #204] ldr x8, [sp, #112] adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #200] b LBB269_25 LBB269_82: bl _next adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _label_find str x0, [sp, #104] ldr x8, [sp, #104] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB269_84 b LBB269_83 LBB269_83: ldr x8, [sp, #216] add x0, x8, #464 adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] mov w2, #0 bl _label_push str x0, [sp, #104] ldr x9, [sp, #104] mov w8, #3 str w8, [x9, #24] b LBB269_84 LBB269_84: ldr x9, [sp, #104] ldr w8, [x9, #24] and w8, w8, #0xfffffeff str w8, [x9, #24] bl _next b LBB269_124 LBB269_85: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #84] bl _next b LBB269_86 LBB269_86: ; =>This Loop Header: Depth=1 ; Child Loop BB269_92 Depth 2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB269_88 b LBB269_87 LBB269_87: ; in Loop: Header=BB269_86 Depth=1 adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _expect b LBB269_88 LBB269_88: ; in Loop: Header=BB269_86 Depth=1 adrp x8, _tokc@PAGE ldr x9, [x8, _tokc@PAGEOFF] ldr x9, [x9, #8] str x9, [sp, #96] ldr x8, [x8, _tokc@PAGEOFF] ldr w8, [x8] str w8, [sp, #88] ldr w8, [sp, #84] subs w8, w8, #397 cset w8, ne tbnz w8, #0, LBB269_91 b LBB269_89 LBB269_89: ; in Loop: Header=BB269_86 Depth=1 ldr w8, [sp, #88] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB269_91 b LBB269_90 LBB269_90: ; in Loop: Header=BB269_86 Depth=1 ldr w8, [sp, #88] subs w8, w8, #1 str w8, [sp, #88] b LBB269_91 LBB269_91: ; in Loop: Header=BB269_86 Depth=1 str wzr, [sp, #92] b LBB269_92 LBB269_92: ; Parent Loop BB269_86 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #92] ldr w9, [sp, #88] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB269_95 b LBB269_93 LBB269_93: ; in Loop: Header=BB269_92 Depth=2 ldr x8, [sp, #96] ldrsw x9, [sp, #92] ldrb w0, [x8, x9] bl _g b LBB269_94 LBB269_94: ; in Loop: Header=BB269_92 Depth=2 ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB269_92 LBB269_95: ; in Loop: Header=BB269_86 Depth=1 bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB269_97 b LBB269_96 LBB269_96: ; in Loop: Header=BB269_86 Depth=1 bl _next b LBB269_100 LBB269_97: ; in Loop: Header=BB269_86 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB269_99 b LBB269_98 LBB269_98: b LBB269_101 LBB269_99: ; in Loop: Header=BB269_86 Depth=1 b LBB269_100 LBB269_100: ; in Loop: Header=BB269_86 Depth=1 b LBB269_86 LBB269_101: b LBB269_124 LBB269_102: adrp x8, _tok@PAGE str x8, [sp, #56] ; 8-byte Folded Spill ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #196] str wzr, [sp, #212] bl _next ldr x8, [sp, #56] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB269_105 b LBB269_103 LBB269_103: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB269_105 b LBB269_104 LBB269_104: ldr x0, [sp, #216] bl _asm_int_expr str w0, [sp, #212] bl _next b LBB269_105 LBB269_105: ldr w8, [sp, #212] mov w9, #0 str w9, [sp, #36] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, ne and w10, w8, #0x1 adrp x9, l_.str.215@PAGE add x9, x9, l_.str.215@PAGEOFF adrp x8, l_.str.214@PAGE add x8, x8, l_.str.214@PAGEOFF ands w10, w10, #0x1 csel x8, x8, x9, ne str x8, [sp, #40] ; 8-byte Folded Spill ldr w0, [sp, #196] mov x1, #0 bl _get_tok_str ldr w1, [sp, #36] ; 4-byte Folded Reload ldr x3, [sp, #40] ; 8-byte Folded Reload ldr w9, [sp, #212] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x0, [x9] str x8, [x9, #8] sub x0, x29, #96 str x0, [sp, #48] ; 8-byte Folded Spill mov x2, #64 bl ___sprintf_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x0, [sp, #216] bl _use_section b LBB269_124 LBB269_106: bl _next strb wzr, [sp, #224] b LBB269_107 LBB269_107: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB269_110 b LBB269_108 LBB269_108: ; in Loop: Header=BB269_107 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB269_110 b LBB269_109 LBB269_109: ; in Loop: Header=BB269_107 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne str w8, [sp, #32] ; 4-byte Folded Spill b LBB269_110 LBB269_110: ; in Loop: Header=BB269_107 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload tbz w8, #0, LBB269_115 b LBB269_111 LBB269_111: ; in Loop: Header=BB269_107 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, ne tbnz w8, #0, LBB269_113 b LBB269_112 LBB269_112: ; in Loop: Header=BB269_107 Depth=1 adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x2, [x8, #8] add x0, sp, #224 mov w1, #256 bl _pstrcat b LBB269_114 LBB269_113: ; in Loop: Header=BB269_107 Depth=1 adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] mov x1, #0 bl _get_tok_str mov x2, x0 add x0, sp, #224 mov w1, #256 bl _pstrcat b LBB269_114 LBB269_114: ; in Loop: Header=BB269_107 Depth=1 bl _next b LBB269_107 LBB269_115: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB269_119 b LBB269_116 LBB269_116: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB269_118 b LBB269_117 LBB269_117: adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _expect b LBB269_118 LBB269_118: bl _next b LBB269_119 LBB269_119: adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] adrp x9, _last_text_section@PAGE str x8, [x9, _last_text_section@PAGEOFF] ldr x0, [sp, #216] add x1, sp, #224 bl _use_section b LBB269_124 LBB269_120: bl _next adrp x8, _last_text_section@PAGE ldr x8, [x8, _last_text_section@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB269_122 b LBB269_121 LBB269_121: adrp x0, l_.str.216@PAGE add x0, x0, l_.str.216@PAGEOFF bl _error b LBB269_122 LBB269_122: adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] str x8, [sp, #72] ldr x0, [sp, #216] adrp x8, _last_text_section@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr x1, [x8, _last_text_section@PAGEOFF] bl _use_section1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #72] str x8, [x9, _last_text_section@PAGEOFF] b LBB269_124 LBB269_123: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.217@PAGE add x0, x0, l_.str.217@PAGEOFF bl _error b LBB269_124 LBB269_124: 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, LBB269_126 b LBB269_125 LBB269_125: bl ___stack_chk_fail LBB269_126: add sp, sp, #560 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 asm_new_label _asm_new_label: ; @asm_new_label .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 w2, [sp] ldr x0, [sp, #8] ldr w1, [sp, #4] ldr w2, [sp] adrp x8, _cur_text_section@PAGE ldr x8, [x8, _cur_text_section@PAGEOFF] ldr w3, [x8, #28] adrp x8, _ind@PAGE ldr x4, [x8, _ind@PAGEOFF] bl _asm_new_label1 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_get_local_label_name _asm_get_local_label_name: ; @asm_get_local_label_name .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #48] str w1, [sp, #44] ldr w9, [sp, #44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x0, sp, #56 str x0, [sp, #16] ; 8-byte Folded Spill mov x3, #64 mov x1, x3 mov w2, #0 adrp x4, l_.str.223@PAGE add x4, x4, l_.str.223@PAGEOFF bl ___snprintf_chk ldr x0, [sp, #16] ; 8-byte Folded Reload bl _strlen mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload mov x1, x8 bl _tok_alloc str x0, [sp, #32] ldr x8, [sp, #32] ldr w8, [x8, #40] str w8, [sp, #28] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB271_2 b LBB271_1 LBB271_1: bl ___stack_chk_fail LBB271_2: ldr w0, [sp, #28] ; 4-byte Folded Reload ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_int_expr _asm_int_expr: ; @asm_int_expr .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] add x1, sp, #8 bl _asm_expr ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB272_2 b LBB272_1 LBB272_1: adrp x0, l_.str.210@PAGE add x0, x0, l_.str.210@PAGEOFF bl _expect b LBB272_2 LBB272_2: ldr w0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_new_label1 _asm_new_label1: ; @asm_new_label1 .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] stur w3, [x29, #-20] str x4, [sp, #16] ldur w0, [x29, #-12] bl _label_find str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB273_7 b LBB273_1 LBB273_1: ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB273_6 b LBB273_2 LBB273_2: ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB273_4 b LBB273_3 LBB273_3: ldur w0, [x29, #-12] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.224@PAGE add x0, x0, l_.str.224@PAGEOFF bl _error b LBB273_5 LBB273_4: b LBB273_8 LBB273_5: b LBB273_6 LBB273_6: b LBB273_9 LBB273_7: b LBB273_8 LBB273_8: ldur x8, [x29, #-8] add x0, x8, #464 ldur w1, [x29, #-12] mov w2, #0 bl _label_push str x0, [sp, #8] ldr x9, [sp, #8] mov w8, #259 str w8, [x9, #24] b LBB273_9 LBB273_9: ldursw x8, [x29, #-20] ldr x9, [sp, #8] str x8, [x9, #8] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #40] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_opcode _asm_opcode: ; @asm_opcode .cfi_startproc ; %bb.0: sub sp, sp, #256 .cfi_def_cfa_offset 256 stp x29, x30, [sp, #240] ; 16-byte Folded Spill add x29, sp, #240 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub x8, x29, #80 str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-104] stur w1, [x29, #-108] sub x8, x29, #80 str x8, [sp, #72] str wzr, [sp, #92] b LBB274_1 LBB274_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #59 cset w8, eq tbnz w8, #0, LBB274_3 b LBB274_2 LBB274_2: ; in Loop: Header=BB274_1 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB274_4 b LBB274_3 LBB274_3: b LBB274_9 LBB274_4: ; in Loop: Header=BB274_1 Depth=1 ldr w8, [sp, #92] subs w8, w8, #3 cset w8, lt tbnz w8, #0, LBB274_6 b LBB274_5 LBB274_5: ; in Loop: Header=BB274_1 Depth=1 adrp x0, l_.str.225@PAGE add x0, x0, l_.str.225@PAGEOFF bl _error b LBB274_6 LBB274_6: ; in Loop: Header=BB274_1 Depth=1 ldur x0, [x29, #-104] ldr x1, [sp, #72] bl _parse_operand ldr x8, [sp, #72] add x8, x8, #24 str x8, [sp, #72] ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB274_8 b LBB274_7 LBB274_7: b LBB274_9 LBB274_8: ; in Loop: Header=BB274_1 Depth=1 bl _next b LBB274_1 LBB274_9: str wzr, [sp, #96] str wzr, [sp, #88] adrp x8, _asm_instrs@PAGE add x8, x8, _asm_instrs@PAGEOFF str x8, [sp, #120] b LBB274_10 LBB274_10: ; =>This Loop Header: Depth=1 ; Child Loop BB274_53 Depth 2 ldr x8, [sp, #120] ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB274_70 b LBB274_11 LBB274_11: ; in Loop: Header=BB274_10 Depth=1 str wzr, [sp, #88] ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB274_16 b LBB274_12 LBB274_12: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 str w8, [sp, #104] ldr w8, [sp, #104] subs w8, w8, #48 cset w8, hs tbnz w8, #0, LBB274_14 b LBB274_13 LBB274_13: ; in Loop: Header=BB274_10 Depth=1 ldr w8, [sp, #104] mov w10, #6 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB274_15 b LBB274_14 LBB274_14: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_15: ; in Loop: Header=BB274_10 Depth=1 b LBB274_50 LBB274_16: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB274_21 b LBB274_17 LBB274_17: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_19 b LBB274_18 LBB274_18: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] add w9, w9, #32 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_20 b LBB274_19 LBB274_19: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_20: ; in Loop: Header=BB274_10 Depth=1 b LBB274_36 LBB274_21: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x80 cset w8, eq tbnz w8, #0, LBB274_26 b LBB274_22 LBB274_22: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_24 b LBB274_23 LBB274_23: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] add w9, w9, #28 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_25 b LBB274_24 LBB274_24: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_25: ; in Loop: Header=BB274_10 Depth=1 b LBB274_36 LBB274_26: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x40 cset w8, eq tbnz w8, #0, LBB274_31 b LBB274_27 LBB274_27: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_29 b LBB274_28 LBB274_28: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] add w9, w9, #30 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_30 b LBB274_29 LBB274_29: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_30: ; in Loop: Header=BB274_10 Depth=1 b LBB274_47 LBB274_31: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB274_37 b LBB274_32 LBB274_32: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_34 b LBB274_33 LBB274_33: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] add w9, w9, #3 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB274_35 b LBB274_34 LBB274_34: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_35: ; in Loop: Header=BB274_10 Depth=1 b LBB274_36 LBB274_36: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 and w8, w8, #0x3 str w8, [sp, #88] b LBB274_46 LBB274_37: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x4 cset w8, eq tbnz w8, #0, LBB274_42 b LBB274_38 LBB274_38: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB274_40 b LBB274_39 LBB274_39: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] add w9, w9, #2 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB274_41 b LBB274_40 LBB274_40: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_41: ; in Loop: Header=BB274_10 Depth=1 ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 add w8, w8, #1 str w8, [sp, #88] b LBB274_45 LBB274_42: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8] ldur w9, [x29, #-108] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_44 b LBB274_43 LBB274_43: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_44: ; in Loop: Header=BB274_10 Depth=1 b LBB274_45 LBB274_45: ; in Loop: Header=BB274_10 Depth=1 b LBB274_46 LBB274_46: ; in Loop: Header=BB274_10 Depth=1 b LBB274_47 LBB274_47: ; in Loop: Header=BB274_10 Depth=1 b LBB274_48 LBB274_48: ; in Loop: Header=BB274_10 Depth=1 b LBB274_49 LBB274_49: ; in Loop: Header=BB274_10 Depth=1 b LBB274_50 LBB274_50: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] ldrb w8, [x8, #6] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_52 b LBB274_51 LBB274_51: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_52: ; in Loop: Header=BB274_10 Depth=1 str wzr, [sp, #116] b LBB274_53 LBB274_53: ; Parent Loop BB274_10 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_67 b LBB274_54 LBB274_54: ; in Loop: Header=BB274_53 Depth=2 ldr x8, [sp, #120] add x8, x8, #7 ldrsw x9, [sp, #116] ldrb w8, [x8, x9] str w8, [sp, #68] ldr w8, [sp, #68] and w8, w8, #0x1f str w8, [sp, #64] ldr w8, [sp, #64] subs w8, w8, #20 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB274_60 ; %bb.55: ; in Loop: Header=BB274_53 Depth=2 ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI274_0@PAGE add x10, x10, lJTI274_0@PAGEOFF Ltmp50: adr x8, Ltmp50 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB274_56: ; in Loop: Header=BB274_53 Depth=2 mov w8, #13312 str w8, [sp, #104] b LBB274_61 LBB274_57: ; in Loop: Header=BB274_53 Depth=2 mov w8, #7 str w8, [sp, #104] b LBB274_61 LBB274_58: ; in Loop: Header=BB274_53 Depth=2 mov w8, #6 str w8, [sp, #104] b LBB274_61 LBB274_59: ; in Loop: Header=BB274_53 Depth=2 mov w8, #12288 str w8, [sp, #104] b LBB274_61 LBB274_60: ; in Loop: Header=BB274_53 Depth=2 ldr w9, [sp, #64] mov w8, #1 lsl w8, w8, w9 str w8, [sp, #104] b LBB274_61 LBB274_61: ; in Loop: Header=BB274_53 Depth=2 ldr w8, [sp, #68] ands w8, w8, #0x80 cset w8, eq tbnz w8, #0, LBB274_63 b LBB274_62 LBB274_62: ; in Loop: Header=BB274_53 Depth=2 ldr w8, [sp, #104] orr w8, w8, #0x40000000 str w8, [sp, #104] b LBB274_63 LBB274_63: ; in Loop: Header=BB274_53 Depth=2 ldr w8, [sp, #104] ldrsw x10, [sp, #116] sub x9, x29, #92 str w8, [x9, x10, lsl #2] ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 ldr w8, [x8, x9] ldr w9, [sp, #104] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB274_65 b LBB274_64 LBB274_64: ; in Loop: Header=BB274_10 Depth=1 b LBB274_68 LBB274_65: ; in Loop: Header=BB274_53 Depth=2 b LBB274_66 LBB274_66: ; in Loop: Header=BB274_53 Depth=2 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_53 LBB274_67: b LBB274_70 LBB274_68: ; in Loop: Header=BB274_10 Depth=1 b LBB274_69 LBB274_69: ; in Loop: Header=BB274_10 Depth=1 ldr x8, [sp, #120] add x8, x8, #10 str x8, [sp, #120] b LBB274_10 LBB274_70: ldr x8, [sp, #120] ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB274_78 b LBB274_71 LBB274_71: ldur w8, [x29, #-108] subs w8, w8, #844 cset w8, lt tbnz w8, #0, LBB274_76 b LBB274_72 LBB274_72: ldur w8, [x29, #-108] subs w8, w8, #937 cset w8, gt tbnz w8, #0, LBB274_76 b LBB274_73 LBB274_73: ldur w8, [x29, #-108] subs w9, w8, #844 adrp x8, _op0_codes@PAGE add x8, x8, _op0_codes@PAGEOFF ldrh w8, [x8, w9, sxtw #1] str w8, [sp, #60] ldr w8, [sp, #60] ands w8, w8, #0xff00 cset w8, eq tbnz w8, #0, LBB274_75 b LBB274_74 LBB274_74: ldr w8, [sp, #60] asr w0, w8, #8 bl _g b LBB274_75 LBB274_75: ldr w0, [sp, #60] bl _g b LBB274_229 LBB274_76: ldur w0, [x29, #-108] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.226@PAGE add x0, x0, l_.str.226@PAGEOFF bl _error b LBB274_77 LBB274_77: b LBB274_78 LBB274_78: ldr w8, [sp, #88] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB274_96 b LBB274_79 LBB274_79: str wzr, [sp, #116] b LBB274_80 LBB274_80: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #88] subs w8, w8, #3 cset w8, ne mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB274_82 b LBB274_81 LBB274_81: ; in Loop: Header=BB274_80 Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, lt str w8, [sp, #20] ; 4-byte Folded Spill b LBB274_82 LBB274_82: ; in Loop: Header=BB274_80 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB274_88 b LBB274_83 LBB274_83: ; in Loop: Header=BB274_80 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 ldr w8, [x8, x9] ands w8, w8, #0x7 cset w8, eq tbnz w8, #0, LBB274_86 b LBB274_84 LBB274_84: ; in Loop: Header=BB274_80 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] ands w8, w8, #0x30000 cset w8, ne tbnz w8, #0, LBB274_86 b LBB274_85 LBB274_85: ; in Loop: Header=BB274_80 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 ldr w8, [x8, x9] and w9, w8, #0x7 adrp x8, _reg_to_size@PAGE add x8, x8, _reg_to_size@PAGEOFF ldrb w8, [x8, w9, uxtw] str w8, [sp, #88] b LBB274_86 LBB274_86: ; in Loop: Header=BB274_80 Depth=1 b LBB274_87 LBB274_87: ; in Loop: Header=BB274_80 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_80 LBB274_88: ldr w8, [sp, #88] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB274_95 b LBB274_89 LBB274_89: ldur w8, [x29, #-108] subs w8, w8, #598 cset w8, eq tbnz w8, #0, LBB274_91 b LBB274_90 LBB274_90: ldur w8, [x29, #-108] subs w8, w8, #601 cset w8, ne tbnz w8, #0, LBB274_93 b LBB274_91 LBB274_91: ldur w8, [x29, #-80] mov w9, #10496 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_93 b LBB274_92 LBB274_92: mov w8, #2 str w8, [sp, #88] b LBB274_94 LBB274_93: adrp x0, l_.str.227@PAGE add x0, x0, l_.str.227@PAGEOFF bl _error b LBB274_94 LBB274_94: b LBB274_95 LBB274_95: b LBB274_96 LBB274_96: ldr w8, [sp, #88] str w8, [sp, #84] ldr w8, [sp, #88] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB274_98 b LBB274_97 LBB274_97: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB274_99 b LBB274_98 LBB274_98: mov w0, #102 bl _g b LBB274_102 LBB274_99: ldr w8, [sp, #88] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB274_101 b LBB274_100 LBB274_100: mov w8, #1 str w8, [sp, #88] b LBB274_101 LBB274_101: b LBB274_102 LBB274_102: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x20 cset w8, eq tbnz w8, #0, LBB274_104 b LBB274_103 LBB274_103: mov w0, #155 bl _g b LBB274_104 LBB274_104: ldr x8, [sp, #120] ldrh w8, [x8, #2] str w8, [sp, #104] ldr w8, [sp, #104] subs w8, w8, #105 cset w8, eq tbnz w8, #0, LBB274_106 b LBB274_105 LBB274_105: ldr w8, [sp, #104] subs w8, w8, #105 cset w8, ne tbnz w8, #0, LBB274_107 b LBB274_106 LBB274_106: ldr x9, [sp, #32] ; 8-byte Folded Reload mov w8, #3 str w8, [sp, #92] sub x8, x29, #80 ldur q0, [x8, #24] str q0, [x9, #48] ldr x8, [x9, #40] str x8, [x9, #64] b LBB274_125 LBB274_107: ldr w8, [sp, #104] subs w8, w8, #205 cset w8, ne tbnz w8, #0, LBB274_111 b LBB274_108 LBB274_108: ldur w8, [x29, #-72] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB274_111 b LBB274_109 LBB274_109: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB274_111 b LBB274_110 LBB274_110: ldr w8, [sp, #104] subs w8, w8, #1 str w8, [sp, #104] str wzr, [sp, #92] b LBB274_124 LBB274_111: ldr w8, [sp, #104] subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB274_113 b LBB274_112 LBB274_112: ldr w8, [sp, #104] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB274_117 b LBB274_113 LBB274_113: ldursb w8, [x29, #-76] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB274_115 b LBB274_114 LBB274_114: ldr w8, [sp, #104] subs w8, w8, #6 add w8, w8, #4000 ldursb w9, [x29, #-76] subs w9, w9, #4 add w8, w8, w9, lsl #3 str w8, [sp, #104] b LBB274_116 LBB274_115: ldursb w9, [x29, #-76] ldr w8, [sp, #104] add w8, w8, w9, lsl #3 str w8, [sp, #104] b LBB274_116 LBB274_116: str wzr, [sp, #92] b LBB274_123 LBB274_117: ldr w8, [sp, #104] subs w8, w8, #5 cset w8, gt tbnz w8, #0, LBB274_119 b LBB274_118 LBB274_118: ldur w8, [x29, #-108] subs w8, w8, #490 asr w9, w8, #2 ldr w8, [sp, #104] add w8, w8, w9, lsl #3 str w8, [sp, #104] b LBB274_122 LBB274_119: ldr x8, [sp, #120] ldrh w8, [x8, #4] mov w9, #2064 and w8, w8, w9 subs w8, w8, #2048 cset w8, ne tbnz w8, #0, LBB274_121 b LBB274_120 LBB274_120: ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 mov w9, #6 sdiv w9, w8, w9 ldr w8, [sp, #104] add w8, w8, w9, lsl #3 str w8, [sp, #104] b LBB274_121 LBB274_121: b LBB274_122 LBB274_122: b LBB274_123 LBB274_123: b LBB274_124 LBB274_124: b LBB274_125 LBB274_125: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x8 cset w8, eq tbnz w8, #0, LBB274_136 b LBB274_126 LBB274_126: str wzr, [sp, #116] b LBB274_127 LBB274_127: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_132 b LBB274_128 LBB274_128: ; in Loop: Header=BB274_127 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] mov w9, #519 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_130 b LBB274_129 LBB274_129: ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldrsb w9, [x8, #4] ldr w8, [sp, #104] add w8, w8, w9 str w8, [sp, #104] b LBB274_132 LBB274_130: ; in Loop: Header=BB274_127 Depth=1 b LBB274_131 LBB274_131: ; in Loop: Header=BB274_127 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_127 LBB274_132: ldr x8, [sp, #120] ldrh w8, [x8, #2] subs w8, w8, #176 cset w8, ne tbnz w8, #0, LBB274_135 b LBB274_133 LBB274_133: ldr w8, [sp, #88] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB274_135 b LBB274_134 LBB274_134: ldr w8, [sp, #104] add w8, w8, #7 str w8, [sp, #104] b LBB274_135 LBB274_135: b LBB274_136 LBB274_136: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x2 cset w8, eq tbnz w8, #0, LBB274_138 b LBB274_137 LBB274_137: ldr w9, [sp, #88] ldr w8, [sp, #104] add w8, w8, w9 str w8, [sp, #104] b LBB274_138 LBB274_138: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x40 cset w8, eq tbnz w8, #0, LBB274_140 b LBB274_139 LBB274_139: ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w9, w8, w9 adrp x8, _test_bits@PAGE add x8, x8, _test_bits@PAGEOFF ldrb w9, [x8, w9, sxtw] ldr w8, [sp, #104] add w8, w8, w9 str w8, [sp, #104] b LBB274_140 LBB274_140: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x400 cset w8, eq tbnz w8, #0, LBB274_156 b LBB274_141 LBB274_141: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, #16] str x8, [sp, #48] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB274_143 b LBB274_142 LBB274_142: b LBB274_148 LBB274_143: ldr x8, [sp, #48] ldr x8, [x8, #8] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldrsw x9, [x9, #28] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB274_145 b LBB274_144 LBB274_144: b LBB274_148 LBB274_145: ldur w8, [x29, #-72] mov x9, x8 ldr x8, [sp, #48] ldr x8, [x8, #40] add x8, x8, x9 adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 subs x8, x8, #2 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #44] ldr w8, [sp, #44] ldr w9, [sp, #44] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB274_147 b LBB274_146 LBB274_146: mov w8, #1 str w8, [sp, #96] ldr w8, [sp, #44] stur w8, [x29, #-72] b LBB274_155 LBB274_147: b LBB274_148 LBB274_148: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB274_153 b LBB274_149 LBB274_149: ldr w8, [sp, #104] subs w8, w8, #235 cset w8, ne tbnz w8, #0, LBB274_151 b LBB274_150 LBB274_150: mov w8, #233 str w8, [sp, #104] b LBB274_152 LBB274_151: ldr w8, [sp, #104] add w8, w8, #3856 str w8, [sp, #104] b LBB274_152 LBB274_152: b LBB274_154 LBB274_153: adrp x0, l_.str.228@PAGE add x0, x0, l_.str.228@PAGEOFF bl _error b LBB274_154 LBB274_154: b LBB274_155 LBB274_155: b LBB274_156 LBB274_156: ldr w8, [sp, #104] asr w8, w8, #8 str w8, [sp, #100] ldr w8, [sp, #100] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB274_158 b LBB274_157 LBB274_157: ldr w0, [sp, #100] bl _g b LBB274_158 LBB274_158: ldr w0, [sp, #104] bl _g str wzr, [sp, #112] ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x80 cset w8, eq tbnz w8, #0, LBB274_162 b LBB274_159 LBB274_159: ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 asr w8, w8, #2 str w8, [sp, #108] ldr w8, [sp, #108] subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB274_161 b LBB274_160 LBB274_160: mov w8, #7 str w8, [sp, #108] b LBB274_161 LBB274_161: b LBB274_169 LBB274_162: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB274_164 b LBB274_163 LBB274_163: ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 asr w8, w8, #2 str w8, [sp, #108] b LBB274_168 LBB274_164: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x800 cset w8, eq tbnz w8, #0, LBB274_166 b LBB274_165 LBB274_165: ldur w8, [x29, #-108] ldr x9, [sp, #120] ldrh w9, [x9] subs w8, w8, w9 mov w9, #6 sdiv w8, w8, w9 str w8, [sp, #108] b LBB274_167 LBB274_166: ldr x8, [sp, #120] ldrh w8, [x8, #4] asr w8, w8, #13 and w8, w8, #0x7 str w8, [sp, #108] b LBB274_167 LBB274_167: b LBB274_168 LBB274_168: b LBB274_169 LBB274_169: ldr x8, [sp, #120] ldrh w8, [x8, #4] ands w8, w8, #0x10 cset w8, eq tbnz w8, #0, LBB274_191 b LBB274_170 LBB274_170: str wzr, [sp, #116] b LBB274_171 LBB274_171: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_176 b LBB274_172 LBB274_172: ; in Loop: Header=BB274_171 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] ands w8, w8, #0x40000000 cset w8, eq tbnz w8, #0, LBB274_174 b LBB274_173 LBB274_173: b LBB274_183 LBB274_174: ; in Loop: Header=BB274_171 Depth=1 b LBB274_175 LBB274_175: ; in Loop: Header=BB274_171 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_171 LBB274_176: str wzr, [sp, #116] b LBB274_177 LBB274_177: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_182 b LBB274_178 LBB274_178: ; in Loop: Header=BB274_177 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] mov w9, #31 movk w9, #8, lsl #16 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_180 b LBB274_179 LBB274_179: b LBB274_183 LBB274_180: ; in Loop: Header=BB274_177 Depth=1 b LBB274_181 LBB274_181: ; in Loop: Header=BB274_177 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_177 LBB274_182: b LBB274_183 LBB274_183: ldr w8, [sp, #116] str w8, [sp, #112] str wzr, [sp, #116] b LBB274_184 LBB274_184: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_190 b LBB274_185 LBB274_185: ; in Loop: Header=BB274_184 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] str w8, [sp, #104] ldr w8, [sp, #116] ldr w9, [sp, #112] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_188 b LBB274_186 LBB274_186: ; in Loop: Header=BB274_184 Depth=1 ldr w8, [sp, #104] ands w8, w8, #0x1ff cset w8, eq tbnz w8, #0, LBB274_188 b LBB274_187 LBB274_187: ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldrsb w8, [x8, #4] str w8, [sp, #108] b LBB274_190 LBB274_188: ; in Loop: Header=BB274_184 Depth=1 b LBB274_189 LBB274_189: ; in Loop: Header=BB274_184 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_184 LBB274_190: ldr w0, [sp, #108] ldrsw x8, [sp, #112] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x1, x8, x9 bl _asm_modrm b LBB274_191 LBB274_191: ldr x8, [sp, #120] ldrh w8, [x8, #2] subs w8, w8, #154 cset w8, eq tbnz w8, #0, LBB274_193 b LBB274_192 LBB274_192: ldr x8, [sp, #120] ldrh w8, [x8, #2] subs w8, w8, #234 cset w8, ne tbnz w8, #0, LBB274_196 b LBB274_193 LBB274_193: sub x8, x29, #80 add x0, x8, #32 bl _gen_expr32 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB274_195 b LBB274_194 LBB274_194: adrp x0, l_.str.229@PAGE add x0, x0, l_.str.229@PAGEOFF bl _error b LBB274_195 LBB274_195: ldur w0, [x29, #-72] bl _gen_le16 b LBB274_229 LBB274_196: str wzr, [sp, #116] b LBB274_197 LBB274_197: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #92] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB274_228 b LBB274_198 LBB274_198: ; in Loop: Header=BB274_197 Depth=1 ldrsw x9, [sp, #116] sub x8, x29, #92 ldr w8, [x8, x9, lsl #2] str w8, [sp, #104] ldr w8, [sp, #104] mov w9, #15360 movk w9, #4, lsl #16 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_226 b LBB274_199 LBB274_199: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #104] mov w9, #13312 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_201 b LBB274_200 LBB274_200: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #104] subs w8, w8, #3, lsl #12 ; =12288 cset w8, ne tbnz w8, #0, LBB274_208 b LBB274_201 LBB274_201: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB274_203 b LBB274_202 LBB274_202: ; in Loop: Header=BB274_197 Depth=1 mov w8, #1024 str w8, [sp, #104] b LBB274_207 LBB274_203: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #84] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB274_205 b LBB274_204 LBB274_204: ; in Loop: Header=BB274_197 Depth=1 mov w8, #4096 str w8, [sp, #104] b LBB274_206 LBB274_205: ; in Loop: Header=BB274_197 Depth=1 mov w8, #8192 str w8, [sp, #104] b LBB274_206 LBB274_206: ; in Loop: Header=BB274_197 Depth=1 b LBB274_207 LBB274_207: ; in Loop: Header=BB274_197 Depth=1 b LBB274_208 LBB274_208: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #104] ands w8, w8, #0xc00 cset w8, eq tbnz w8, #0, LBB274_212 b LBB274_209 LBB274_209: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB274_211 b LBB274_210 LBB274_210: ; in Loop: Header=BB274_197 Depth=1 b LBB274_215 LBB274_211: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldr w0, [x8, #8] bl _g b LBB274_225 LBB274_212: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #104] ands w8, w8, #0x1000 cset w8, eq tbnz w8, #0, LBB274_217 b LBB274_213 LBB274_213: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB274_216 b LBB274_214 LBB274_214: ; in Loop: Header=BB274_197 Depth=1 b LBB274_215 LBB274_215: ; in Loop: Header=BB274_197 Depth=1 adrp x0, l_.str.229@PAGE add x0, x0, l_.str.229@PAGEOFF bl _error b LBB274_216 LBB274_216: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldr w0, [x8, #8] bl _gen_le16 b LBB274_224 LBB274_217: ; in Loop: Header=BB274_197 Depth=1 ldr x8, [sp, #120] ldrh w8, [x8, #4] mov w9, #1025 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB274_222 b LBB274_218 LBB274_218: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #96] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB274_220 b LBB274_219 LBB274_219: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 ldr w0, [x8, #8] bl _g b LBB274_221 LBB274_220: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 add x0, x8, #8 bl _gen_disp32 b LBB274_221 LBB274_221: ; in Loop: Header=BB274_197 Depth=1 b LBB274_223 LBB274_222: ; in Loop: Header=BB274_197 Depth=1 ldrsw x8, [sp, #116] mov x9, #24 mul x9, x8, x9 sub x8, x29, #80 add x8, x8, x9 add x0, x8, #8 bl _gen_expr32 b LBB274_223 LBB274_223: ; in Loop: Header=BB274_197 Depth=1 b LBB274_224 LBB274_224: ; in Loop: Header=BB274_197 Depth=1 b LBB274_225 LBB274_225: ; in Loop: Header=BB274_197 Depth=1 b LBB274_226 LBB274_226: ; in Loop: Header=BB274_197 Depth=1 b LBB274_227 LBB274_227: ; in Loop: Header=BB274_197 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB274_197 LBB274_228: b LBB274_229 LBB274_229: 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, LBB274_231 b LBB274_230 LBB274_230: bl ___stack_chk_fail LBB274_231: ldp x29, x30, [sp, #240] ; 16-byte Folded Reload add sp, sp, #256 ret .cfi_endproc .p2align 2 lJTI274_0: .long LBB274_56-Ltmp50 .long LBB274_57-Ltmp50 .long LBB274_58-Ltmp50 .long LBB274_59-Ltmp50 ; -- End function .p2align 2 ; -- Begin function asm_free_labels _asm_free_labels: ; @asm_free_labels .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8, #464] str x8, [sp, #16] b LBB275_1 LBB275_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB275_9 b LBB275_2 LBB275_2: ; in Loop: Header=BB275_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #48] str x8, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB275_7 b LBB275_3 LBB275_3: ; in Loop: Header=BB275_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] mov x9, #65521 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB275_5 b LBB275_4 LBB275_4: ; in Loop: Header=BB275_1 Depth=1 mov x8, #1 str x8, [sp] b LBB275_6 LBB275_5: ; in Loop: Header=BB275_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #104] ldr x9, [sp, #16] ldr x9, [x9, #8] ldr x8, [x8, x9, lsl #3] str x8, [sp] b LBB275_6 LBB275_6: ; in Loop: Header=BB275_1 Depth=1 ldr x0, [sp, #16] ldr x1, [sp] ldr x8, [sp, #16] ldr x2, [x8, #40] mov x3, #0 mov w4, #0 bl _put_extern_sym2 b LBB275_7 LBB275_7: ; in Loop: Header=BB275_1 Depth=1 adrp x8, _table_ident@PAGE ldr x8, [x8, _table_ident@PAGEOFF] ldr x9, [sp, #16] ldr x9, [x9] subs x9, x9, #256 ldr x8, [x8, x9, lsl #3] ; kill: def $x9 killed $xzr str xzr, [x8, #16] ldr x0, [sp, #16] bl _sym_free b LBB275_8 LBB275_8: ; in Loop: Header=BB275_1 Depth=1 ldr x8, [sp, #8] str x8, [sp, #16] b LBB275_1 LBB275_9: ldur x8, [x29, #-8] ; kill: def $x9 killed $xzr str xzr, [x8, #464] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_expr _asm_expr: ; @asm_expr .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp, #8] ldr x1, [sp] bl _asm_expr_sum ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_expr32 _gen_expr32: ; @gen_expr32 .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 x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB277_2 b LBB277_1 LBB277_1: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldr x8, [sp, #8] ldr x1, [x8, #8] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #1 bl _greloc b LBB277_2 LBB277_2: ldr x8, [sp, #8] ldr w0, [x8] bl _gen_le32 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_le16 _gen_le16: ; @gen_le16 .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 _g ldur w8, [x29, #-4] asr w0, w8, #8 bl _g ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function use_section _use_section: ; @use_section .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x0, [x29, #-8] ldr x1, [sp, #16] bl _find_section str x0, [sp, #8] ldur x0, [x29, #-8] ldr x1, [sp, #8] bl _use_section1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function use_section1 _use_section1: ; @use_section1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] adrp x9, _ind@PAGE ldr x10, [x9, _ind@PAGEOFF] adrp x8, _cur_text_section@PAGE ldr x11, [x8, _cur_text_section@PAGEOFF] str x10, [x11] ldr x10, [sp] str x10, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8] str x8, [x9, _ind@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_expr_sum _asm_expr_sum: ; @asm_expr_sum .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr_logic b LBB281_1 LBB281_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB281_4 b LBB281_2 LBB281_2: ; in Loop: Header=BB281_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB281_4 b LBB281_3 LBB281_3: b LBB281_34 LBB281_4: ; in Loop: Header=BB281_1 Depth=1 bl _next ldur x0, [x29, #-8] add x1, sp, #8 bl _asm_expr_logic ldur w8, [x29, #-20] subs w8, w8, #43 cset w8, ne tbnz w8, #0, LBB281_12 b LBB281_5 LBB281_5: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_8 b LBB281_6 LBB281_6: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_8 b LBB281_7 LBB281_7: ; in Loop: Header=BB281_1 Depth=1 b LBB281_29 LBB281_8: ; in Loop: Header=BB281_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, w10 str w8, [x9] ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB281_11 b LBB281_9 LBB281_9: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_11 b LBB281_10 LBB281_10: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] ldur x9, [x29, #-16] str x8, [x9, #8] b LBB281_11 LBB281_11: ; in Loop: Header=BB281_1 Depth=1 b LBB281_33 LBB281_12: ; in Loop: Header=BB281_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, w10 str w8, [x9] ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB281_15 b LBB281_13 LBB281_13: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB281_15 b LBB281_14 LBB281_14: ; in Loop: Header=BB281_1 Depth=1 b LBB281_32 LBB281_15: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_18 b LBB281_16 LBB281_16: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB281_18 b LBB281_17 LBB281_17: ; in Loop: Header=BB281_1 Depth=1 b LBB281_31 LBB281_18: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_28 b LBB281_19 LBB281_19: ; in Loop: Header=BB281_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_28 b LBB281_20 LBB281_20: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB281_22 b LBB281_21 LBB281_21: ; in Loop: Header=BB281_1 Depth=1 b LBB281_27 LBB281_22: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x8, [x8, #8] ldr x9, [sp, #16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB281_25 b LBB281_23 LBB281_23: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB281_25 b LBB281_24 LBB281_24: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #8] ldr x8, [x8, #40] ldr x9, [sp, #16] ldr x9, [x9, #40] subs x10, x8, x9 ldur x9, [x29, #-16] ldr w8, [x9] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] b LBB281_26 LBB281_25: ; in Loop: Header=BB281_1 Depth=1 b LBB281_29 LBB281_26: ; in Loop: Header=BB281_1 Depth=1 b LBB281_27 LBB281_27: ; in Loop: Header=BB281_1 Depth=1 ldur x8, [x29, #-16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB281_30 LBB281_28: ; in Loop: Header=BB281_1 Depth=1 b LBB281_29 LBB281_29: ; in Loop: Header=BB281_1 Depth=1 adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _error b LBB281_30 LBB281_30: ; in Loop: Header=BB281_1 Depth=1 b LBB281_31 LBB281_31: ; in Loop: Header=BB281_1 Depth=1 b LBB281_32 LBB281_32: ; in Loop: Header=BB281_1 Depth=1 b LBB281_33 LBB281_33: ; in Loop: Header=BB281_1 Depth=1 b LBB281_1 LBB281_34: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_expr_logic _asm_expr_logic: ; @asm_expr_logic .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr_prod b LBB282_1 LBB282_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB282_5 b LBB282_2 LBB282_2: ; in Loop: Header=BB282_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB282_5 b LBB282_3 LBB282_3: ; in Loop: Header=BB282_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB282_5 b LBB282_4 LBB282_4: b LBB282_16 LBB282_5: ; in Loop: Header=BB282_1 Depth=1 bl _next ldur x0, [x29, #-8] add x1, sp, #8 bl _asm_expr_prod ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB282_7 b LBB282_6 LBB282_6: ; in Loop: Header=BB282_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB282_8 b LBB282_7 LBB282_7: ; in Loop: Header=BB282_1 Depth=1 adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _error b LBB282_8 LBB282_8: ; in Loop: Header=BB282_1 Depth=1 ldur w8, [x29, #-20] str w8, [sp, #4] ; 4-byte Folded Spill subs w8, w8, #38 cset w8, eq tbnz w8, #0, LBB282_11 b LBB282_9 LBB282_9: ; in Loop: Header=BB282_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB282_14 b LBB282_10 LBB282_10: ; in Loop: Header=BB282_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #124 cset w8, eq tbnz w8, #0, LBB282_12 b LBB282_13 LBB282_11: ; in Loop: Header=BB282_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] and w8, w8, w10 str w8, [x9] b LBB282_15 LBB282_12: ; in Loop: Header=BB282_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, w10 str w8, [x9] b LBB282_15 LBB282_13: ; in Loop: Header=BB282_1 Depth=1 b LBB282_14 LBB282_14: ; in Loop: Header=BB282_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] eor w8, w8, w10 str w8, [x9] b LBB282_15 LBB282_15: ; in Loop: Header=BB282_1 Depth=1 b LBB282_1 LBB282_16: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_expr_prod _asm_expr_prod: ; @asm_expr_prod .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr_unary b LBB283_1 LBB283_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB283_7 b LBB283_2 LBB283_2: ; in Loop: Header=BB283_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB283_7 b LBB283_3 LBB283_3: ; in Loop: Header=BB283_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB283_7 b LBB283_4 LBB283_4: ; in Loop: Header=BB283_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB283_7 b LBB283_5 LBB283_5: ; in Loop: Header=BB283_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB283_7 b LBB283_6 LBB283_6: b LBB283_24 LBB283_7: ; in Loop: Header=BB283_1 Depth=1 bl _next ldur x0, [x29, #-8] add x1, sp, #8 bl _asm_expr_unary ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB283_9 b LBB283_8 LBB283_8: ; in Loop: Header=BB283_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB283_10 b LBB283_9 LBB283_9: ; in Loop: Header=BB283_1 Depth=1 adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _error b LBB283_10 LBB283_10: ; in Loop: Header=BB283_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #46 cset w8, hi tbnz w8, #0, LBB283_21 ; %bb.11: ; in Loop: Header=BB283_1 Depth=1 ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI283_0@PAGE add x10, x10, lJTI283_0@PAGEOFF Ltmp52: adr x8, Ltmp52 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB283_12: ; in Loop: Header=BB283_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] mul w8, w8, w10 str w8, [x9] b LBB283_23 LBB283_13: ; in Loop: Header=BB283_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB283_16 b LBB283_14 LBB283_14: ; in Loop: Header=BB283_1 Depth=1 b LBB283_15 LBB283_15: ; in Loop: Header=BB283_1 Depth=1 adrp x0, l_.str.219@PAGE add x0, x0, l_.str.219@PAGEOFF bl _error b LBB283_16 LBB283_16: ; in Loop: Header=BB283_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] udiv w8, w8, w10 str w8, [x9] b LBB283_23 LBB283_17: ; in Loop: Header=BB283_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB283_19 b LBB283_18 LBB283_18: ; in Loop: Header=BB283_1 Depth=1 b LBB283_15 LBB283_19: ; in Loop: Header=BB283_1 Depth=1 ldr w11, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] udiv w10, w8, w11 mul w10, w10, w11 subs w8, w8, w10 str w8, [x9] b LBB283_23 LBB283_20: ; in Loop: Header=BB283_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] lsl w8, w8, w10 str w8, [x9] b LBB283_23 LBB283_21: ; in Loop: Header=BB283_1 Depth=1 b LBB283_22 LBB283_22: ; in Loop: Header=BB283_1 Depth=1 ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] lsr w8, w8, w10 str w8, [x9] b LBB283_23 LBB283_23: ; in Loop: Header=BB283_1 Depth=1 b LBB283_1 LBB283_24: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI283_0: .long LBB283_20-Ltmp52 .long LBB283_22-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_17-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_12-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_21-Ltmp52 .long LBB283_13-Ltmp52 ; -- End function .p2align 2 ; -- Begin function asm_expr_unary _asm_expr_unary: ; @asm_expr_unary .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB284_34 b LBB284_1 LBB284_1: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB284_26 b LBB284_2 LBB284_2: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB284_27 b LBB284_3 LBB284_3: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #126 cset w8, eq tbnz w8, #0, LBB284_27 b LBB284_4 LBB284_4: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #180 cset w8, eq tbnz w8, #0, LBB284_33 b LBB284_5 LBB284_5: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #183 cset w8, eq tbnz w8, #0, LBB284_33 b LBB284_6 LBB284_6: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB284_35 b LBB284_7 LBB284_7: adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x8, [x8, #8] add x1, sp, #16 str x8, [sp, #16] ldr x0, [sp, #16] mov w2, #0 bl _strtoul mov x8, x0 str w8, [sp, #32] ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #98 cset w8, eq tbnz w8, #0, LBB284_9 b LBB284_8 LBB284_8: ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #102 cset w8, ne tbnz w8, #0, LBB284_21 b LBB284_9 LBB284_9: ldur x0, [x29, #-8] ldr w1, [sp, #32] bl _asm_get_local_label_name str w0, [sp, #28] ldr w0, [sp, #28] bl _label_find stur x0, [x29, #-24] ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #98 cset w8, ne tbnz w8, #0, LBB284_16 b LBB284_10 LBB284_10: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB284_13 b LBB284_11 LBB284_11: ldur x8, [x29, #-24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB284_13 b LBB284_12 LBB284_12: ldur x8, [x29, #-24] ldr x8, [x8, #56] stur x8, [x29, #-24] b LBB284_13 LBB284_13: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB284_15 b LBB284_14 LBB284_14: ldr w9, [sp, #32] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.220@PAGE add x0, x0, l_.str.220@PAGEOFF bl _error b LBB284_15 LBB284_15: b LBB284_20 LBB284_16: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB284_18 b LBB284_17 LBB284_17: ldur x8, [x29, #-24] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB284_19 b LBB284_18 LBB284_18: ldur x8, [x29, #-8] add x0, x8, #464 ldr w1, [sp, #28] mov w2, #0 bl _label_push stur x0, [x29, #-24] ldur x9, [x29, #-24] mov w8, #259 str w8, [x9, #24] b LBB284_19 LBB284_19: b LBB284_20 LBB284_20: ldur x8, [x29, #-16] str wzr, [x8] ldur x8, [x29, #-24] ldur x9, [x29, #-16] str x8, [x9, #8] b LBB284_25 LBB284_21: ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB284_23 b LBB284_22 LBB284_22: ldr w8, [sp, #32] ldur x9, [x29, #-16] str w8, [x9] ldur x8, [x29, #-16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB284_24 LBB284_23: adrp x0, l_.str.221@PAGE add x0, x0, l_.str.221@PAGEOFF bl _error b LBB284_24 LBB284_24: b LBB284_25 LBB284_25: bl _next b LBB284_44 LBB284_26: bl _next ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr_unary b LBB284_44 LBB284_27: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] stur w8, [x29, #-28] bl _next ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr_unary ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB284_29 b LBB284_28 LBB284_28: adrp x0, l_.str.218@PAGE add x0, x0, l_.str.218@PAGEOFF bl _error b LBB284_29 LBB284_29: ldur w8, [x29, #-28] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB284_31 b LBB284_30 LBB284_30: ldur x8, [x29, #-16] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 ldur x9, [x29, #-16] str w8, [x9] b LBB284_32 LBB284_31: ldur x8, [x29, #-16] ldr w8, [x8] mvn w8, w8 ldur x9, [x29, #-16] str w8, [x9] b LBB284_32 LBB284_32: b LBB284_44 LBB284_33: adrp x8, _tokc@PAGE ldr w8, [x8, _tokc@PAGEOFF] ldur x9, [x29, #-16] str w8, [x9] ldur x8, [x29, #-16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] bl _next b LBB284_44 LBB284_34: bl _next ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _asm_expr mov w0, #41 bl _skip b LBB284_44 LBB284_35: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB284_42 b LBB284_36 LBB284_36: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] bl _label_find stur x0, [x29, #-24] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB284_38 b LBB284_37 LBB284_37: ldur x8, [x29, #-8] add x0, x8, #464 adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] mov w2, #0 bl _label_push stur x0, [x29, #-24] ldur x9, [x29, #-24] mov w8, #3 str w8, [x9, #24] b LBB284_38 LBB284_38: ldur x8, [x29, #-24] ldr x8, [x8, #8] mov x9, #65521 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB284_40 b LBB284_39 LBB284_39: ldur x8, [x29, #-24] ldr x8, [x8, #40] ldur x9, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 str w8, [x9] ldur x8, [x29, #-16] ; kill: def $x9 killed $xzr str xzr, [x8, #8] b LBB284_41 LBB284_40: ldur x8, [x29, #-16] str wzr, [x8] ldur x8, [x29, #-24] ldur x9, [x29, #-16] str x8, [x9, #8] b LBB284_41 LBB284_41: bl _next b LBB284_43 LBB284_42: adrp x8, _tok@PAGE ldr w0, [x8, _tok@PAGEOFF] adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.222@PAGE add x0, x0, l_.str.222@PAGEOFF bl _error b LBB284_43 LBB284_43: b LBB284_44 LBB284_44: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_operand _parse_operand: ; @parse_operand .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 wzr, [sp, #8] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB285_2 b LBB285_1 LBB285_1: bl _next mov w8, #524288 str w8, [sp, #8] b LBB285_2 LBB285_2: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB285_41 b LBB285_3 LBB285_3: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #407 cset w8, lt tbnz w8, #0, LBB285_17 b LBB285_4 LBB285_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #470 cset w8, gt tbnz w8, #0, LBB285_17 b LBB285_5 LBB285_5: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #407 str w8, [sp, #12] ldr w8, [sp, #12] asr w9, w8, #3 mov w8, #1 lsl w8, w8, w9 ldur x9, [x29, #-16] str w8, [x9] ldr w8, [sp, #12] and w8, w8, #0x7 ldur x9, [x29, #-16] strb w8, [x9, #4] ldur x8, [x29, #-16] ldr w8, [x8] ands w8, w8, #0x7 cset w8, eq tbnz w8, #0, LBB285_8 b LBB285_6 LBB285_6: ldur x8, [x29, #-16] ldrsb w8, [x8, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB285_8 b LBB285_7 LBB285_7: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x4000 str w8, [x9] b LBB285_16 LBB285_8: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB285_11 b LBB285_9 LBB285_9: ldur x8, [x29, #-16] ldrsb w8, [x8, #4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB285_11 b LBB285_10 LBB285_10: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x10000 str w8, [x9] b LBB285_15 LBB285_11: ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB285_14 b LBB285_12 LBB285_12: ldur x8, [x29, #-16] ldrsb w8, [x8, #4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB285_14 b LBB285_13 LBB285_13: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x20000 str w8, [x9] b LBB285_14 LBB285_14: b LBB285_15 LBB285_15: b LBB285_16 LBB285_16: b LBB285_39 LBB285_17: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #471 cset w8, lt tbnz w8, #0, LBB285_20 b LBB285_18 LBB285_18: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #478 cset w8, gt tbnz w8, #0, LBB285_20 b LBB285_19 LBB285_19: ldur x9, [x29, #-16] mov w8, #128 str w8, [x9] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #471 ldur x9, [x29, #-16] strb w8, [x9, #4] b LBB285_38 LBB285_20: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #479 cset w8, lt tbnz w8, #0, LBB285_23 b LBB285_21 LBB285_21: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #484 cset w8, gt tbnz w8, #0, LBB285_23 b LBB285_22 LBB285_22: ldur x9, [x29, #-16] mov w8, #256 str w8, [x9] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #479 ldur x9, [x29, #-16] strb w8, [x9, #4] b LBB285_37 LBB285_23: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #485 cset w8, ne tbnz w8, #0, LBB285_34 b LBB285_24 LBB285_24: ldur x9, [x29, #-16] mov w8, #512 str w8, [x9] ldur x8, [x29, #-16] strb wzr, [x8, #4] bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB285_31 b LBB285_25 LBB285_25: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, eq tbnz w8, #0, LBB285_27 b LBB285_26 LBB285_26: b LBB285_35 LBB285_27: adrp x8, _tokc@PAGE ldr x8, [x8, _tokc@PAGEOFF] ldr x8, [x8, #8] str x8, [sp] ldr x8, [sp] ldrsb w8, [x8] subs w8, w8, #48 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB285_29 b LBB285_28 LBB285_28: ldr x8, [sp] ldrsb w8, [x8, #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB285_30 b LBB285_29 LBB285_29: b LBB285_35 LBB285_30: ldr w8, [sp, #12] ldur x9, [x29, #-16] strb w8, [x9, #4] bl _next mov w0, #41 bl _skip b LBB285_31 LBB285_31: ldur x8, [x29, #-16] ldrsb w8, [x8, #4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB285_33 b LBB285_32 LBB285_32: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x8000 str w8, [x9] b LBB285_33 LBB285_33: b LBB285_40 LBB285_34: b LBB285_35 LBB285_35: adrp x0, l_.str.230@PAGE add x0, x0, l_.str.230@PAGEOFF bl _error b LBB285_36 LBB285_36: b LBB285_37 LBB285_37: b LBB285_38 LBB285_38: b LBB285_39 LBB285_39: bl _next b LBB285_40 LBB285_40: b LBB285_67 LBB285_41: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #36 cset w8, ne tbnz w8, #0, LBB285_51 b LBB285_42 LBB285_42: bl _next ldur x0, [x29, #-8] add x1, sp, #16 bl _asm_expr ldur x9, [x29, #-16] mov w8, #8192 str w8, [x9] ldr w8, [sp, #16] ldur x9, [x29, #-16] str w8, [x9, #8] ldr x8, [sp, #24] ldur x9, [x29, #-16] str x8, [x9, #16] ldur x8, [x29, #-16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB285_50 b LBB285_43 LBB285_43: ldur x8, [x29, #-16] ldr w8, [x8, #8] ldur x9, [x29, #-16] ldr w9, [x9, #8] subs w8, w8, w9, uxtb cset w8, ne tbnz w8, #0, LBB285_45 b LBB285_44 LBB285_44: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x400 str w8, [x9] b LBB285_45 LBB285_45: ldur x8, [x29, #-16] ldr w8, [x8, #8] ldur x9, [x29, #-16] ldr w9, [x9, #8] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB285_47 b LBB285_46 LBB285_46: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x800 str w8, [x9] b LBB285_47 LBB285_47: ldur x8, [x29, #-16] ldr w8, [x8, #8] ldur x9, [x29, #-16] ldr w9, [x9, #8] subs w8, w8, w9, uxth cset w8, ne tbnz w8, #0, LBB285_49 b LBB285_48 LBB285_48: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x1000 str w8, [x9] b LBB285_49 LBB285_49: b LBB285_50 LBB285_50: b LBB285_66 LBB285_51: ldur x9, [x29, #-16] mov w8, #1073741824 str w8, [x9] ldur x9, [x29, #-16] mov w8, #255 strb w8, [x9, #4] ldur x9, [x29, #-16] strb w8, [x9, #5] ldur x8, [x29, #-16] strb wzr, [x8, #6] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB285_53 b LBB285_52 LBB285_52: ldur x0, [x29, #-8] add x1, sp, #16 bl _asm_expr ldr w8, [sp, #16] ldur x9, [x29, #-16] str w8, [x9, #8] ldr x8, [sp, #24] ldur x9, [x29, #-16] str x8, [x9, #16] b LBB285_54 LBB285_53: ldur x8, [x29, #-16] str wzr, [x8, #8] ldur x8, [x29, #-16] ; kill: def $x9 killed $xzr str xzr, [x8, #16] b LBB285_54 LBB285_54: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB285_62 b LBB285_55 LBB285_55: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB285_57 b LBB285_56 LBB285_56: bl _asm_parse_reg ldur x8, [x29, #-16] strb w0, [x8, #4] b LBB285_57 LBB285_57: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB285_61 b LBB285_58 LBB285_58: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB285_60 b LBB285_59 LBB285_59: bl _asm_parse_reg ldur x8, [x29, #-16] strb w0, [x8, #5] b LBB285_60 LBB285_60: mov w0, #44 bl _skip ldur x0, [x29, #-8] bl _get_reg_shift ldur x8, [x29, #-16] strb w0, [x8, #6] b LBB285_61 LBB285_61: mov w0, #41 bl _skip b LBB285_62 LBB285_62: ldur x8, [x29, #-16] ldrsb w8, [x8, #4] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB285_65 b LBB285_63 LBB285_63: ldur x8, [x29, #-16] ldrsb w8, [x8, #5] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB285_65 b LBB285_64 LBB285_64: ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, #0x40000 str w8, [x9] b LBB285_65 LBB285_65: b LBB285_66 LBB285_66: b LBB285_67 LBB285_67: ldr w10, [sp, #8] ldur x9, [x29, #-16] ldr w8, [x9] orr w8, w8, w10 str w8, [x9] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_modrm _asm_modrm: ; @asm_modrm .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8] ands w8, w8, #0x1f cset w8, eq tbnz w8, #0, LBB286_2 b LBB286_1 LBB286_1: ldur w8, [x29, #-4] lsl w8, w8, #3 add w8, w8, #192 ldr x9, [sp, #16] ldrsb w9, [x9, #4] add w0, w8, w9 bl _g b LBB286_31 LBB286_2: ldr x8, [sp, #16] ldrsb w8, [x8, #4] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB286_5 b LBB286_3 LBB286_3: ldr x8, [sp, #16] ldrsb w8, [x8, #5] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB286_5 b LBB286_4 LBB286_4: ldur w8, [x29, #-4] lsl w8, w8, #3 add w0, w8, #5 bl _g ldr x8, [sp, #16] add x0, x8, #8 bl _gen_expr32 b LBB286_30 LBB286_5: ldr x8, [sp, #16] ldrsb w8, [x8, #4] str w8, [sp] ldr w8, [sp] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB286_7 b LBB286_6 LBB286_6: mov w8, #5 str w8, [sp] str wzr, [sp, #12] b LBB286_17 LBB286_7: ldr x8, [sp, #16] ldr w8, [x8, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB286_11 b LBB286_8 LBB286_8: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB286_11 b LBB286_9 LBB286_9: ldr x8, [sp, #16] ldrsb w8, [x8, #4] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB286_11 b LBB286_10 LBB286_10: str wzr, [sp, #12] b LBB286_16 LBB286_11: ldr x8, [sp, #16] ldr w8, [x8, #8] ldr x9, [sp, #16] ldr w9, [x9, #8] subs w8, w8, w9, sxtb cset w8, ne tbnz w8, #0, LBB286_14 b LBB286_12 LBB286_12: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB286_14 b LBB286_13 LBB286_13: mov w8, #64 str w8, [sp, #12] b LBB286_15 LBB286_14: mov w8, #128 str w8, [sp, #12] b LBB286_15 LBB286_15: b LBB286_16 LBB286_16: b LBB286_17 LBB286_17: ldr x8, [sp, #16] ldrsb w8, [x8, #4] str w8, [sp, #8] ldr x8, [sp, #16] ldrsb w8, [x8, #5] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB286_19 b LBB286_18 LBB286_18: mov w8, #4 str w8, [sp, #8] b LBB286_19 LBB286_19: ldr w8, [sp, #12] ldur w9, [x29, #-4] add w8, w8, w9, lsl #3 ldr w9, [sp, #8] add w0, w8, w9 bl _g ldr w8, [sp, #8] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB286_23 b LBB286_20 LBB286_20: ldr x8, [sp, #16] ldrsb w8, [x8, #5] str w8, [sp, #4] ldr w8, [sp, #4] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB286_22 b LBB286_21 LBB286_21: mov w8, #4 str w8, [sp, #4] b LBB286_22 LBB286_22: ldr x8, [sp, #16] ldrb w9, [x8, #6] ldr w8, [sp, #4] lsl w8, w8, #3 add w8, w8, w9, lsl #6 ldr w9, [sp] add w0, w8, w9 bl _g b LBB286_23 LBB286_23: ldr w8, [sp, #12] subs w8, w8, #64 cset w8, ne tbnz w8, #0, LBB286_25 b LBB286_24 LBB286_24: ldr x8, [sp, #16] ldr w0, [x8, #8] bl _g b LBB286_29 LBB286_25: ldr w8, [sp, #12] subs w8, w8, #128 cset w8, eq tbnz w8, #0, LBB286_27 b LBB286_26 LBB286_26: ldr x8, [sp, #16] ldrsb w8, [x8, #4] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB286_28 b LBB286_27 LBB286_27: ldr x8, [sp, #16] add x0, x8, #8 bl _gen_expr32 b LBB286_28 LBB286_28: b LBB286_29 LBB286_29: b LBB286_30 LBB286_30: b LBB286_31 LBB286_31: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_disp32 _gen_disp32: ; @gen_disp32 .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 x8, [x8, #8] str x8, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB287_5 b LBB287_1 LBB287_1: ldr x8, [sp] ldr x8, [x8, #8] adrp x9, _cur_text_section@PAGE ldr x9, [x9, _cur_text_section@PAGEOFF] ldrsw x9, [x9, #28] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB287_3 b LBB287_2 LBB287_2: ldr x8, [sp, #8] ldr w8, [x8] mov x9, x8 ldr x8, [sp] ldr x8, [x8, #40] add x8, x8, x9 adrp x9, _ind@PAGE ldr x9, [x9, _ind@PAGEOFF] subs x8, x8, x9 subs x8, x8, #4 mov x0, x8 bl _gen_le32 b LBB287_4 LBB287_3: adrp x8, _cur_text_section@PAGE ldr x0, [x8, _cur_text_section@PAGEOFF] ldr x1, [sp] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #2 bl _greloc ldr x8, [sp, #8] ldr w8, [x8] subs w0, w8, #4 bl _gen_le32 b LBB287_4 LBB287_4: b LBB287_6 LBB287_5: adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _cur_text_section@PAGE ldr x1, [x8, _cur_text_section@PAGEOFF] adrp x8, _ind@PAGE ldr x2, [x8, _ind@PAGEOFF] mov w3, #2 mov w4, #0 bl _put_elf_reloc ldr x8, [sp, #8] ldr w8, [x8] subs w0, w8, #4 bl _gen_le32 b LBB287_6 LBB287_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_parse_reg _asm_parse_reg: ; @asm_parse_reg .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, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #37 cset w8, eq tbnz w8, #0, LBB288_2 b LBB288_1 LBB288_1: b LBB288_6 LBB288_2: bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #423 cset w8, lt tbnz w8, #0, LBB288_5 b LBB288_3 LBB288_3: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #430 cset w8, gt tbnz w8, #0, LBB288_5 b LBB288_4 LBB288_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #423 str w8, [sp, #8] bl _next ldr w8, [sp, #8] stur w8, [x29, #-4] b LBB288_7 LBB288_5: b LBB288_6 LBB288_6: adrp x0, l_.str.231@PAGE add x0, x0, l_.str.231@PAGEOFF bl _expect stur wzr, [x29, #-4] b LBB288_7 LBB288_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_reg_shift _get_reg_shift: ; @get_reg_shift .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x0, [x29, #-8] bl _asm_int_expr str w0, [sp, #16] ldr w8, [sp, #16] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #7 cset w8, hi tbnz w8, #0, LBB289_6 ; %bb.1: ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI289_0@PAGE add x10, x10, lJTI289_0@PAGEOFF Ltmp53: adr x8, Ltmp53 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB289_2: stur wzr, [x29, #-12] b LBB289_7 LBB289_3: mov w8, #1 stur w8, [x29, #-12] b LBB289_7 LBB289_4: mov w8, #2 stur w8, [x29, #-12] b LBB289_7 LBB289_5: mov w8, #3 stur w8, [x29, #-12] b LBB289_7 LBB289_6: adrp x0, l_.str.232@PAGE add x0, x0, l_.str.232@PAGEOFF bl _expect stur wzr, [x29, #-12] b LBB289_7 LBB289_7: ldur w0, [x29, #-12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc .p2align 2 lJTI289_0: .long LBB289_2-Ltmp53 .long LBB289_3-Ltmp53 .long LBB289_6-Ltmp53 .long LBB289_4-Ltmp53 .long LBB289_6-Ltmp53 .long LBB289_6-Ltmp53 .long LBB289_6-Ltmp53 .long LBB289_5-Ltmp53 ; -- End function .p2align 2 ; -- Begin function sym_free _sym_free: ; @sym_free .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] adrp x9, _sym_free_first@PAGE ldr x8, [x9, _sym_free_first@PAGEOFF] ldr x10, [sp, #8] str x8, [x10, #40] ldr x8, [sp, #8] str x8, [x9, _sym_free_first@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function parse_asm_operands _parse_asm_operands: ; @parse_asm_operands .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] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB291_23 b LBB291_1 LBB291_1: ldur x8, [x29, #-16] ldr w8, [x8] str w8, [sp, #12] b LBB291_2 LBB291_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #30 cset w8, lt tbnz w8, #0, LBB291_4 b LBB291_3 LBB291_3: ; in Loop: Header=BB291_2 Depth=1 adrp x0, l_.str.238@PAGE add x0, x0, l_.str.238@PAGEOFF bl _error b LBB291_4 LBB291_4: ; in Loop: Header=BB291_2 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] mov x10, x9 add w10, w10, #1 str w10, [sp, #12] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #16] ldr x8, [sp, #16] str wzr, [x8] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB291_8 b LBB291_5 LBB291_5: ; in Loop: Header=BB291_2 Depth=1 bl _next adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB291_7 b LBB291_6 LBB291_6: ; in Loop: Header=BB291_2 Depth=1 adrp x0, l_.str.155@PAGE add x0, x0, l_.str.155@PAGEOFF bl _expect b LBB291_7 LBB291_7: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] ldr x9, [sp, #16] str w8, [x9] bl _next mov w0, #93 bl _skip b LBB291_8 LBB291_8: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #181 cset w8, eq tbnz w8, #0, LBB291_10 b LBB291_9 LBB291_9: ; in Loop: Header=BB291_2 Depth=1 adrp x0, l_.str.206@PAGE add x0, x0, l_.str.206@PAGEOFF bl _expect b LBB291_10 LBB291_10: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _tokc@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x8, [x8, _tokc@PAGEOFF] ldrsw x0, [x8] bl _tcc_malloc ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] str x0, [x9, #8] ldr x9, [sp, #16] ldr x0, [x9, #8] ldr x8, [x8, _tokc@PAGEOFF] ldr x1, [x8, #8] mov x2, #-1 bl ___strcpy_chk bl _next mov w0, #40 bl _skip bl _gexpr ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB291_12 b LBB291_11 LBB291_11: ; in Loop: Header=BB291_2 Depth=1 bl _test_lvalue b LBB291_18 LBB291_12: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrh w8, [x8, #16] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB291_17 b LBB291_13 LBB291_13: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, eq tbnz w8, #0, LBB291_15 b LBB291_14 LBB291_14: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldrb w8, [x8, #16] subs w8, w8, #240 cset w8, ge tbnz w8, #0, LBB291_17 b LBB291_15 LBB291_15: ; in Loop: Header=BB291_2 Depth=1 ldr x8, [sp, #16] ldr x0, [x8, #8] mov w1, #109 bl _strchr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB291_17 b LBB291_16 LBB291_16: ; in Loop: Header=BB291_2 Depth=1 mov w0, #1 bl _gv b LBB291_17 LBB291_17: ; in Loop: Header=BB291_2 Depth=1 b LBB291_18 LBB291_18: ; in Loop: Header=BB291_2 Depth=1 adrp x8, _vtop@PAGE ldr x8, [x8, _vtop@PAGEOFF] ldr x9, [sp, #16] str x8, [x9, #32] mov w0, #41 bl _skip adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB291_20 b LBB291_19 LBB291_19: ; in Loop: Header=BB291_2 Depth=1 bl _next b LBB291_21 LBB291_20: b LBB291_22 LBB291_21: ; in Loop: Header=BB291_2 Depth=1 b LBB291_2 LBB291_22: ldr w8, [sp, #12] ldur x9, [x29, #-16] str w8, [x9] b LBB291_23 LBB291_23: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_clobber _asm_clobber: ; @asm_clobber .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-16] adrp x1, l_.str.239@PAGE add x1, x1, l_.str.239@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB292_2 b LBB292_1 LBB292_1: ldur x0, [x29, #-16] adrp x1, l_.str.240@PAGE add x1, x1, l_.str.240@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB292_3 b LBB292_2 LBB292_2: b LBB292_12 LBB292_3: ldur x8, [x29, #-16] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov x1, x8 bl _tok_alloc str x0, [sp, #16] ldr x8, [sp, #16] ldr w8, [x8, #40] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #423 cset w8, lt tbnz w8, #0, LBB292_6 b LBB292_4 LBB292_4: ldur w8, [x29, #-20] subs w8, w8, #430 cset w8, gt tbnz w8, #0, LBB292_6 b LBB292_5 LBB292_5: ldur w8, [x29, #-20] subs w8, w8, #423 stur w8, [x29, #-20] b LBB292_11 LBB292_6: ldur w8, [x29, #-20] subs w8, w8, #415 cset w8, lt tbnz w8, #0, LBB292_9 b LBB292_7 LBB292_7: ldur w8, [x29, #-20] subs w8, w8, #422 cset w8, gt tbnz w8, #0, LBB292_9 b LBB292_8 LBB292_8: ldur w8, [x29, #-20] subs w8, w8, #415 stur w8, [x29, #-20] b LBB292_10 LBB292_9: ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str.241@PAGE add x0, x0, l_.str.241@PAGEOFF bl _error b LBB292_10 LBB292_10: b LBB292_11 LBB292_11: ldur x8, [x29, #-8] ldursw x9, [x29, #-20] add x9, x8, x9 mov w8, #1 strb w8, [x9] b LBB292_12 LBB292_12: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_compute_constraints _asm_compute_constraints: ; @asm_compute_constraints .cfi_startproc ; %bb.0: sub sp, sp, #288 .cfi_def_cfa_offset 288 stp x28, x27, [sp, #256] ; 16-byte Folded Spill stp x29, x30, [sp, #272] ; 16-byte Folded Spill add x29, sp, #272 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #112] str w1, [sp, #108] str w2, [sp, #104] str x3, [sp, #96] str x4, [sp, #88] str wzr, [sp, #76] b LBB293_1 LBB293_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_4 b LBB293_2 LBB293_2: ; in Loop: Header=BB293_1 Depth=1 ldr x8, [sp, #112] ldrsw x9, [sp, #76] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #80] ldr x9, [sp, #80] mov w8, #-1 str w8, [x9, #44] ldr x9, [sp, #80] str w8, [x9, #40] ldr x9, [sp, #80] str w8, [x9, #52] ldr x8, [sp, #80] str wzr, [x8, #60] ldr x8, [sp, #80] str wzr, [x8, #64] b LBB293_3 LBB293_3: ; in Loop: Header=BB293_1 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_1 LBB293_4: str wzr, [sp, #76] b LBB293_5 LBB293_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_17 b LBB293_6 LBB293_6: ; in Loop: Header=BB293_5 Depth=1 ldr x8, [sp, #112] ldrsw x9, [sp, #76] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #80] ldr x8, [sp, #80] ldr x8, [x8, #8] str x8, [sp, #32] ldr x0, [sp, #32] bl _skip_constraint_modifiers str x0, [sp, #32] ldr x8, [sp, #32] ldrsb w0, [x8] bl _isnum subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB293_8 b LBB293_7 LBB293_7: ; in Loop: Header=BB293_5 Depth=1 ldr x8, [sp, #32] ldrsb w8, [x8] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB293_14 b LBB293_8 LBB293_8: ; in Loop: Header=BB293_5 Depth=1 ldr x0, [sp, #112] ldr w1, [sp, #108] ldr x2, [sp, #32] mov x3, #0 bl _find_constraint str w0, [sp, #68] ldr w8, [sp, #68] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB293_10 b LBB293_9 LBB293_9: ; in Loop: Header=BB293_5 Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #104] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_11 b LBB293_10 LBB293_10: ; in Loop: Header=BB293_5 Depth=1 ldr w8, [sp, #76] ; implicit-def: $x10 mov x10, x8 ldr x8, [sp, #32] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.242@PAGE add x0, x0, l_.str.242@PAGEOFF bl _error b LBB293_11 LBB293_11: ; in Loop: Header=BB293_5 Depth=1 ldr w8, [sp, #68] ldr x9, [sp, #80] str w8, [x9, #40] ldr x8, [sp, #112] ldrsw x9, [sp, #68] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB293_13 b LBB293_12 LBB293_12: ; in Loop: Header=BB293_5 Depth=1 adrp x0, l_.str.243@PAGE add x0, x0, l_.str.243@PAGEOFF bl _error b LBB293_13 LBB293_13: ; in Loop: Header=BB293_5 Depth=1 ldr w8, [sp, #76] ldr x9, [sp, #112] ldrsw x10, [sp, #68] mov x11, #72 mul x10, x10, x11 add x9, x9, x10 str w8, [x9, #44] ldr x9, [sp, #80] mov w8, #5 str w8, [x9, #48] b LBB293_15 LBB293_14: ; in Loop: Header=BB293_5 Depth=1 ldr x0, [sp, #32] bl _constraint_priority ldr x8, [sp, #80] str w0, [x8, #48] b LBB293_15 LBB293_15: ; in Loop: Header=BB293_5 Depth=1 b LBB293_16 LBB293_16: ; in Loop: Header=BB293_5 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_5 LBB293_17: str wzr, [sp, #76] b LBB293_18 LBB293_18: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_21 b LBB293_19 LBB293_19: ; in Loop: Header=BB293_18 Depth=1 ldr w8, [sp, #76] ldrsw x10, [sp, #76] add x9, sp, #128 str w8, [x9, x10, lsl #2] b LBB293_20 LBB293_20: ; in Loop: Header=BB293_18 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_18 LBB293_21: str wzr, [sp, #76] b LBB293_22 LBB293_22: ; =>This Loop Header: Depth=1 ; Child Loop BB293_24 Depth 2 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_31 b LBB293_23 LBB293_23: ; in Loop: Header=BB293_22 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #72] b LBB293_24 LBB293_24: ; Parent Loop BB293_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_29 b LBB293_25 LBB293_25: ; in Loop: Header=BB293_24 Depth=2 ldr x8, [sp, #112] ldrsw x10, [sp, #76] add x9, sp, #128 ldrsw x11, [x9, x10, lsl #2] mov x10, #72 mul x11, x11, x10 add x8, x8, x11 ldr w8, [x8, #48] str w8, [sp, #64] ldr x8, [sp, #112] ldrsw x11, [sp, #72] ldrsw x9, [x9, x11, lsl #2] mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #48] str w8, [sp, #60] ldr w8, [sp, #60] ldr w9, [sp, #64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_27 b LBB293_26 LBB293_26: ; in Loop: Header=BB293_24 Depth=2 ldrsw x8, [sp, #76] add x9, sp, #128 ldr w8, [x9, x8, lsl #2] str w8, [sp, #56] ldrsw x8, [sp, #72] ldr w8, [x9, x8, lsl #2] ldrsw x10, [sp, #76] str w8, [x9, x10, lsl #2] ldr w8, [sp, #56] ldrsw x10, [sp, #72] str w8, [x9, x10, lsl #2] b LBB293_27 LBB293_27: ; in Loop: Header=BB293_24 Depth=2 b LBB293_28 LBB293_28: ; in Loop: Header=BB293_24 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB293_24 LBB293_29: ; in Loop: Header=BB293_22 Depth=1 b LBB293_30 LBB293_30: ; in Loop: Header=BB293_22 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_22 LBB293_31: str wzr, [sp, #76] b LBB293_32 LBB293_32: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB293_38 b LBB293_33 LBB293_33: ; in Loop: Header=BB293_32 Depth=1 ldr x8, [sp, #96] ldrsw x9, [sp, #76] add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB293_35 b LBB293_34 LBB293_34: ; in Loop: Header=BB293_32 Depth=1 ldrsw x9, [sp, #76] add x8, sp, #120 add x9, x8, x9 mov w8, #3 strb w8, [x9] b LBB293_36 LBB293_35: ; in Loop: Header=BB293_32 Depth=1 ldrsw x9, [sp, #76] add x8, sp, #120 add x8, x8, x9 strb wzr, [x8] b LBB293_36 LBB293_36: ; in Loop: Header=BB293_32 Depth=1 b LBB293_37 LBB293_37: ; in Loop: Header=BB293_32 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_32 LBB293_38: mov w8, #3 strb w8, [sp, #124] strb w8, [sp, #125] str wzr, [sp, #76] b LBB293_39 LBB293_39: ; =>This Loop Header: Depth=1 ; Child Loop BB293_49 Depth 2 ; Child Loop BB293_77 Depth 3 ; Child Loop BB293_70 Depth 3 ; Child Loop BB293_94 Depth 3 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_108 b LBB293_40 LBB293_40: ; in Loop: Header=BB293_39 Depth=1 ldrsw x9, [sp, #76] add x8, sp, #128 ldr w8, [x8, x9, lsl #2] str w8, [sp, #72] ldr x8, [sp, #112] ldrsw x9, [sp, #72] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #80] ldr x8, [sp, #80] ldr x8, [x8, #8] str x8, [sp, #32] ldr x8, [sp, #80] ldr w8, [x8, #40] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB293_42 b LBB293_41 LBB293_41: ; in Loop: Header=BB293_39 Depth=1 b LBB293_107 LBB293_42: ; in Loop: Header=BB293_39 Depth=1 ldr x8, [sp, #80] ldr w8, [x8, #44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB293_44 b LBB293_43 LBB293_43: ; in Loop: Header=BB293_39 Depth=1 mov w8, #3 str w8, [sp, #44] b LBB293_48 LBB293_44: ; in Loop: Header=BB293_39 Depth=1 ldr w8, [sp, #72] ldr w9, [sp, #104] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_46 b LBB293_45 LBB293_45: ; in Loop: Header=BB293_39 Depth=1 mov w8, #1 str w8, [sp, #44] b LBB293_47 LBB293_46: ; in Loop: Header=BB293_39 Depth=1 mov w8, #2 str w8, [sp, #44] b LBB293_47 LBB293_47: ; in Loop: Header=BB293_39 Depth=1 b LBB293_48 LBB293_48: ; in Loop: Header=BB293_39 Depth=1 b LBB293_49 LBB293_49: ; Parent Loop BB293_39 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB293_77 Depth 3 ; Child Loop BB293_70 Depth 3 ; Child Loop BB293_94 Depth 3 ldr x8, [sp, #32] add x9, x8, #1 str x9, [sp, #32] ldrsb w8, [x8] str w8, [sp, #48] ldr w8, [sp, #48] subs w8, w8, #38 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #76 cset w8, hi tbnz w8, #0, LBB293_103 ; %bb.50: ; in Loop: Header=BB293_49 Depth=2 ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI293_0@PAGE add x10, x10, lJTI293_0@PAGEOFF Ltmp55: adr x8, Ltmp55 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB293_51: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_52: ; in Loop: Header=BB293_49 Depth=2 ldr x9, [sp, #80] mov w8, #1 str w8, [x9, #64] b LBB293_53 LBB293_53: ; in Loop: Header=BB293_49 Depth=2 ldr w8, [sp, #72] ldr w9, [sp, #104] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB293_55 b LBB293_54 LBB293_54: ; in Loop: Header=BB293_49 Depth=2 ldr w9, [sp, #48] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.244@PAGE add x0, x0, l_.str.244@PAGEOFF bl _error b LBB293_55 LBB293_55: ; in Loop: Header=BB293_49 Depth=2 mov w8, #3 str w8, [sp, #44] b LBB293_49 LBB293_56: ; in Loop: Header=BB293_49 Depth=2 ldrb w8, [sp, #120] ldr w9, [sp, #44] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB293_58 b LBB293_57 LBB293_57: ; in Loop: Header=BB293_49 Depth=2 ldrb w8, [sp, #122] ldr w9, [sp, #44] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB293_59 b LBB293_58 LBB293_58: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_59: ; in Loop: Header=BB293_39 Depth=1 ldr x9, [sp, #80] mov w8, #1 str w8, [x9, #56] ldr x8, [sp, #80] str wzr, [x8, #52] ldr w9, [sp, #44] ldrb w8, [sp, #120] orr w8, w8, w9 strb w8, [sp, #120] ldr w9, [sp, #44] ldrb w8, [sp, #122] orr w8, w8, w9 strb w8, [sp, #122] b LBB293_104 LBB293_60: ; in Loop: Header=BB293_49 Depth=2 str wzr, [sp, #52] b LBB293_66 LBB293_61: ; in Loop: Header=BB293_49 Depth=2 mov w8, #3 str w8, [sp, #52] b LBB293_66 LBB293_62: ; in Loop: Header=BB293_49 Depth=2 mov w8, #1 str w8, [sp, #52] b LBB293_66 LBB293_63: ; in Loop: Header=BB293_49 Depth=2 mov w8, #2 str w8, [sp, #52] b LBB293_66 LBB293_64: ; in Loop: Header=BB293_49 Depth=2 mov w8, #6 str w8, [sp, #52] b LBB293_66 LBB293_65: ; in Loop: Header=BB293_49 Depth=2 mov w8, #7 str w8, [sp, #52] b LBB293_66 LBB293_66: ; in Loop: Header=BB293_49 Depth=2 ldrsw x9, [sp, #52] add x8, sp, #120 ldrb w8, [x8, x9] ldr w9, [sp, #44] ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB293_68 b LBB293_67 LBB293_67: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_68: ; in Loop: Header=BB293_39 Depth=1 b LBB293_83 LBB293_69: ; in Loop: Header=BB293_49 Depth=2 str wzr, [sp, #52] b LBB293_70 LBB293_70: ; Parent Loop BB293_39 Depth=1 ; Parent Loop BB293_49 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #52] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB293_75 b LBB293_71 LBB293_71: ; in Loop: Header=BB293_70 Depth=3 ldrsw x9, [sp, #52] add x8, sp, #120 ldrb w8, [x8, x9] ldr w9, [sp, #44] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB293_73 b LBB293_72 LBB293_72: ; in Loop: Header=BB293_39 Depth=1 b LBB293_83 LBB293_73: ; in Loop: Header=BB293_70 Depth=3 b LBB293_74 LBB293_74: ; in Loop: Header=BB293_70 Depth=3 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB293_70 LBB293_75: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_76: ; in Loop: Header=BB293_49 Depth=2 str wzr, [sp, #52] b LBB293_77 LBB293_77: ; Parent Loop BB293_39 Depth=1 ; Parent Loop BB293_49 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #52] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB293_82 b LBB293_78 LBB293_78: ; in Loop: Header=BB293_77 Depth=3 ldrsw x9, [sp, #52] add x8, sp, #120 ldrb w8, [x8, x9] ldr w9, [sp, #44] ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB293_80 b LBB293_79 LBB293_79: ; in Loop: Header=BB293_39 Depth=1 b LBB293_83 LBB293_80: ; in Loop: Header=BB293_77 Depth=3 b LBB293_81 LBB293_81: ; in Loop: Header=BB293_77 Depth=3 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB293_77 LBB293_82: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_83: ; in Loop: Header=BB293_39 Depth=1 ldr x8, [sp, #80] str wzr, [x8, #56] ldr w8, [sp, #52] ldr x9, [sp, #80] str w8, [x9, #52] ldr w10, [sp, #44] ldrsw x9, [sp, #52] add x8, sp, #120 add x9, x8, x9 ldrb w8, [x9] orr w8, w8, w10 strb w8, [x9] b LBB293_104 LBB293_84: ; in Loop: Header=BB293_49 Depth=2 ldr x8, [sp, #80] ldr x8, [x8, #32] ldrh w8, [x8, #16] and w8, w8, #0x1ff subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB293_86 b LBB293_85 LBB293_85: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_86: ; in Loop: Header=BB293_39 Depth=1 b LBB293_104 LBB293_87: ; in Loop: Header=BB293_49 Depth=2 ldr x8, [sp, #80] ldr x8, [x8, #32] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB293_89 b LBB293_88 LBB293_88: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_89: ; in Loop: Header=BB293_39 Depth=1 b LBB293_104 LBB293_90: ; in Loop: Header=BB293_49 Depth=2 ldr w8, [sp, #72] ldr w9, [sp, #104] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB293_92 b LBB293_91 LBB293_91: ; in Loop: Header=BB293_49 Depth=2 ldr w8, [sp, #48] subs w8, w8, #109 cset w8, ne tbnz w8, #0, LBB293_102 b LBB293_92 LBB293_92: ; in Loop: Header=BB293_49 Depth=2 ldr x8, [sp, #80] ldr x8, [x8, #32] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB293_101 b LBB293_93 LBB293_93: ; in Loop: Header=BB293_49 Depth=2 str wzr, [sp, #52] b LBB293_94 LBB293_94: ; Parent Loop BB293_39 Depth=1 ; Parent Loop BB293_49 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #52] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB293_99 b LBB293_95 LBB293_95: ; in Loop: Header=BB293_94 Depth=3 ldrsw x9, [sp, #52] add x8, sp, #120 ldrb w8, [x8, x9] ands w8, w8, #0x2 cset w8, ne tbnz w8, #0, LBB293_97 b LBB293_96 LBB293_96: ; in Loop: Header=BB293_39 Depth=1 b LBB293_100 LBB293_97: ; in Loop: Header=BB293_94 Depth=3 b LBB293_98 LBB293_98: ; in Loop: Header=BB293_94 Depth=3 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB293_94 LBB293_99: ; in Loop: Header=BB293_49 Depth=2 b LBB293_49 LBB293_100: ; in Loop: Header=BB293_39 Depth=1 ldrsw x9, [sp, #52] add x8, sp, #120 add x9, x8, x9 ldrb w8, [x9] orr w8, w8, #0x2 strb w8, [x9] ldr w8, [sp, #52] ldr x9, [sp, #80] str w8, [x9, #52] ldr x9, [sp, #80] mov w8, #1 str w8, [x9, #60] b LBB293_101 LBB293_101: ; in Loop: Header=BB293_39 Depth=1 b LBB293_102 LBB293_102: ; in Loop: Header=BB293_39 Depth=1 b LBB293_104 LBB293_103: ; in Loop: Header=BB293_39 Depth=1 ldr w8, [sp, #72] ; implicit-def: $x10 mov x10, x8 ldr x8, [sp, #80] ldr x8, [x8, #8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.245@PAGE add x0, x0, l_.str.245@PAGEOFF bl _error b LBB293_104 LBB293_104: ; in Loop: Header=BB293_39 Depth=1 ldr x8, [sp, #80] ldr w8, [x8, #44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB293_106 b LBB293_105 LBB293_105: ; in Loop: Header=BB293_39 Depth=1 ldr x8, [sp, #80] ldr w8, [x8, #52] ldr x9, [sp, #112] ldr x10, [sp, #80] ldrsw x10, [x10, #44] mov x11, #72 mul x10, x10, x11 add x9, x9, x10 str w8, [x9, #52] ldr x8, [sp, #80] ldr w8, [x8, #56] ldr x9, [sp, #112] ldr x10, [sp, #80] ldrsw x10, [x10, #44] mul x10, x10, x11 add x9, x9, x10 str w8, [x9, #56] b LBB293_106 LBB293_106: ; in Loop: Header=BB293_39 Depth=1 b LBB293_107 LBB293_107: ; in Loop: Header=BB293_39 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_39 LBB293_108: ldr x9, [sp, #88] mov w8, #-1 str w8, [x9] str wzr, [sp, #76] b LBB293_109 LBB293_109: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #76] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB293_123 b LBB293_110 LBB293_110: ; in Loop: Header=BB293_109 Depth=1 ldr x8, [sp, #112] ldrsw x9, [sp, #76] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #80] ldr x8, [sp, #80] ldr w8, [x8, #52] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB293_121 b LBB293_111 LBB293_111: ; in Loop: Header=BB293_109 Depth=1 ldr x8, [sp, #80] ldr x8, [x8, #32] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB293_121 b LBB293_112 LBB293_112: ; in Loop: Header=BB293_109 Depth=1 ldr x8, [sp, #80] ldr w8, [x8, #60] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB293_121 b LBB293_113 LBB293_113: str wzr, [sp, #52] b LBB293_114 LBB293_114: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #52] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB293_119 b LBB293_115 LBB293_115: ; in Loop: Header=BB293_114 Depth=1 ldrsw x9, [sp, #52] add x8, sp, #120 ldrb w8, [x8, x9] ands w8, w8, #0x1 cset w8, ne tbnz w8, #0, LBB293_117 b LBB293_116 LBB293_116: b LBB293_120 LBB293_117: ; in Loop: Header=BB293_114 Depth=1 b LBB293_118 LBB293_118: ; in Loop: Header=BB293_114 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB293_114 LBB293_119: adrp x0, l_.str.246@PAGE add x0, x0, l_.str.246@PAGEOFF bl _error b LBB293_120 LBB293_120: ldr w8, [sp, #52] ldr x9, [sp, #88] str w8, [x9] b LBB293_123 LBB293_121: ; in Loop: Header=BB293_109 Depth=1 b LBB293_122 LBB293_122: ; in Loop: Header=BB293_109 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB293_109 LBB293_123: 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, LBB293_125 b LBB293_124 LBB293_124: bl ___stack_chk_fail LBB293_125: ldp x29, x30, [sp, #272] ; 16-byte Folded Reload ldp x28, x27, [sp, #256] ; 16-byte Folded Reload add sp, sp, #288 ret .cfi_endproc .p2align 2 lJTI293_0: .long LBB293_53-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_52-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_51-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_56-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_65-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_87-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_87-Ltmp55 .long LBB293_87-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_64-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_60-Ltmp55 .long LBB293_61-Ltmp55 .long LBB293_62-Ltmp55 .long LBB293_63-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_90-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_84-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_90-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_103-Ltmp55 .long LBB293_69-Ltmp55 .long LBB293_76-Ltmp55 ; -- End function .p2align 2 ; -- Begin function subst_asm_operands _subst_asm_operands: ; @subst_asm_operands .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] stur w2, [x29, #-16] stur x3, [x29, #-24] stur x4, [x29, #-32] ldur x0, [x29, #-24] bl _cstr_new ldur x8, [x29, #-32] ldr x8, [x8, #8] str x8, [sp, #56] b LBB294_1 LBB294_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #56] add x9, x8, #1 str x9, [sp, #56] ldrsb w8, [x8] stur w8, [x29, #-36] ldur w8, [x29, #-36] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB294_17 b LBB294_2 LBB294_2: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #37 cset w8, ne tbnz w8, #0, LBB294_4 b LBB294_3 LBB294_3: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] add x8, x8, #1 str x8, [sp, #56] b LBB294_18 LBB294_4: ; in Loop: Header=BB294_1 Depth=1 stur wzr, [x29, #-44] ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB294_9 b LBB294_5 LBB294_5: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB294_9 b LBB294_6 LBB294_6: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #98 cset w8, eq tbnz w8, #0, LBB294_9 b LBB294_7 LBB294_7: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #119 cset w8, eq tbnz w8, #0, LBB294_9 b LBB294_8 LBB294_8: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] ldrsb w8, [x8] subs w8, w8, #104 cset w8, ne tbnz w8, #0, LBB294_10 b LBB294_9 LBB294_9: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #56] add x9, x8, #1 str x9, [sp, #56] ldrsb w8, [x8] stur w8, [x29, #-44] b LBB294_10 LBB294_10: ; in Loop: Header=BB294_1 Depth=1 ldur x0, [x29, #-8] ldur w1, [x29, #-12] add x3, sp, #56 ldr x2, [sp, #56] bl _find_constraint stur w0, [x29, #-40] ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB294_12 b LBB294_11 LBB294_11: ; in Loop: Header=BB294_1 Depth=1 adrp x0, l_.str.248@PAGE add x0, x0, l_.str.248@PAGEOFF bl _error b LBB294_12 LBB294_12: ; in Loop: Header=BB294_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-40] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #48] ldr x8, [sp, #48] ldr x1, [x8, #32] add x0, sp, #8 mov x2, #40 bl _memcpy ldr x8, [sp, #48] ldr w8, [x8, #52] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB294_16 b LBB294_13 LBB294_13: ; in Loop: Header=BB294_1 Depth=1 ldr x8, [sp, #48] ldr w8, [x8, #52] strh w8, [sp, #24] ldr x8, [sp, #48] ldr x8, [x8, #32] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB294_15 b LBB294_14 LBB294_14: ; in Loop: Header=BB294_1 Depth=1 ldrh w8, [sp, #24] orr w8, w8, #0x100 strh w8, [sp, #24] b LBB294_15 LBB294_15: ; in Loop: Header=BB294_1 Depth=1 b LBB294_16 LBB294_16: ; in Loop: Header=BB294_1 Depth=1 ldur x0, [x29, #-24] ldur w2, [x29, #-44] add x1, sp, #8 bl _subst_asm_operand b LBB294_21 LBB294_17: ; in Loop: Header=BB294_1 Depth=1 b LBB294_18 LBB294_18: ; in Loop: Header=BB294_1 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-36] bl _cstr_ccat ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB294_20 b LBB294_19 LBB294_19: b LBB294_22 LBB294_20: ; in Loop: Header=BB294_1 Depth=1 b LBB294_21 LBB294_21: ; in Loop: Header=BB294_1 Depth=1 b LBB294_1 LBB294_22: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function asm_gen_code _asm_gen_code: ; @asm_gen_code .cfi_startproc ; %bb.0: sub sp, sp, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #272] ; 16-byte Folded Spill stp x29, x30, [sp, #288] ; 16-byte Folded Spill add x29, sp, #288 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur x0, [x29, #-40] stur w1, [x29, #-44] stur w2, [x29, #-48] stur w3, [x29, #-52] stur x4, [x29, #-64] stur w5, [x29, #-68] ldur x8, [x29, #-64] ldr x8, [x8] stur x8, [x29, #-32] stur wzr, [x29, #-84] b LBB295_1 LBB295_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-84] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB295_6 b LBB295_2 LBB295_2: ; in Loop: Header=BB295_1 Depth=1 ldur x8, [x29, #-40] ldursw x9, [x29, #-84] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-80] ldur x8, [x29, #-80] ldr w8, [x8, #52] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB295_4 b LBB295_3 LBB295_3: ; in Loop: Header=BB295_1 Depth=1 ldur x8, [x29, #-80] ldrsw x9, [x8, #52] sub x8, x29, #32 add x9, x8, x9 mov w8, #1 strb w8, [x9] b LBB295_4 LBB295_4: ; in Loop: Header=BB295_1 Depth=1 b LBB295_5 LBB295_5: ; in Loop: Header=BB295_1 Depth=1 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB295_1 LBB295_6: ldur w8, [x29, #-52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB295_29 b LBB295_7 LBB295_7: stur wzr, [x29, #-84] b LBB295_8 LBB295_8: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-84] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB295_13 b LBB295_9 LBB295_9: ; in Loop: Header=BB295_8 Depth=1 ldursw x9, [x29, #-84] adrp x8, _asm_gen_code.reg_saved@PAGE add x8, x8, _asm_gen_code.reg_saved@PAGEOFF ldrb w8, [x8, x9] stur w8, [x29, #-88] ldursw x9, [x29, #-88] sub x8, x29, #32 add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_11 b LBB295_10 LBB295_10: ; in Loop: Header=BB295_8 Depth=1 ldur w8, [x29, #-88] add w0, w8, #80 bl _g b LBB295_11 LBB295_11: ; in Loop: Header=BB295_8 Depth=1 b LBB295_12 LBB295_12: ; in Loop: Header=BB295_8 Depth=1 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB295_8 LBB295_13: stur wzr, [x29, #-84] b LBB295_14 LBB295_14: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-84] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB295_28 b LBB295_15 LBB295_15: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-40] ldursw x9, [x29, #-84] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-80] ldur x8, [x29, #-80] ldr w8, [x8, #52] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB295_26 b LBB295_16 LBB295_16: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr x8, [x8, #32] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB295_19 b LBB295_17 LBB295_17: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr w8, [x8, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_19 b LBB295_18 LBB295_18: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr x1, [x8, #32] sub x0, x29, #128 str x0, [sp, #32] ; 8-byte Folded Spill mov x2, #40 bl _memcpy ldr x1, [sp, #32] ; 8-byte Folded Reload ldurh w8, [x29, #-112] and w8, w8, #0xffffff00 mov w9, #242 orr w8, w8, w9 sturh w8, [x29, #-112] ldur x8, [x29, #-80] ldr w0, [x8, #52] bl _load b LBB295_25 LBB295_19: ; in Loop: Header=BB295_14 Depth=1 ldur w8, [x29, #-84] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB295_21 b LBB295_20 LBB295_20: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr w8, [x8, #64] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_24 b LBB295_21 LBB295_21: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr w0, [x8, #52] ldur x8, [x29, #-80] ldr x1, [x8, #32] bl _load ldur x8, [x29, #-80] ldr w8, [x8, #56] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_23 b LBB295_22 LBB295_22: ; in Loop: Header=BB295_14 Depth=1 ldur x8, [x29, #-80] ldr x1, [x8, #32] add x0, sp, #120 str x0, [sp, #24] ; 8-byte Folded Spill mov x2, #40 bl _memcpy ldr x1, [sp, #24] ; 8-byte Folded Reload ldr w8, [sp, #144] add w8, w8, #4 str w8, [sp, #144] mov w0, #2 bl _load b LBB295_23 LBB295_23: ; in Loop: Header=BB295_14 Depth=1 b LBB295_24 LBB295_24: ; in Loop: Header=BB295_14 Depth=1 b LBB295_25 LBB295_25: ; in Loop: Header=BB295_14 Depth=1 b LBB295_26 LBB295_26: ; in Loop: Header=BB295_14 Depth=1 b LBB295_27 LBB295_27: ; in Loop: Header=BB295_14 Depth=1 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB295_14 LBB295_28: b LBB295_49 LBB295_29: stur wzr, [x29, #-84] b LBB295_30 LBB295_30: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-84] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB295_42 b LBB295_31 LBB295_31: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-40] ldursw x9, [x29, #-84] mov x10, #72 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-80] ldur x8, [x29, #-80] ldr w8, [x8, #52] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB295_40 b LBB295_32 LBB295_32: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-80] ldr x8, [x8, #32] ldrb w8, [x8, #16] subs w8, w8, #241 cset w8, ne tbnz w8, #0, LBB295_36 b LBB295_33 LBB295_33: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-80] ldr w8, [x8, #60] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB295_35 b LBB295_34 LBB295_34: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-80] ldr x1, [x8, #32] add x0, sp, #80 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #40 bl _memcpy ldr x1, [sp, #16] ; 8-byte Folded Reload ldrh w8, [sp, #96] and w8, w8, #0xffffff00 mov w9, #242 orr w8, w8, w9 strh w8, [sp, #96] ldur w0, [x29, #-68] bl _load ldr x1, [sp, #16] ; 8-byte Folded Reload ldrh w8, [sp, #96] and w8, w8, #0xffffff00 ldur w9, [x29, #-68] orr w8, w8, w9 strh w8, [sp, #96] ldur x8, [x29, #-80] ldr w0, [x8, #52] bl _store b LBB295_35 LBB295_35: ; in Loop: Header=BB295_30 Depth=1 b LBB295_39 LBB295_36: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-80] ldr w0, [x8, #52] ldur x8, [x29, #-80] ldr x1, [x8, #32] bl _store ldur x8, [x29, #-80] ldr w8, [x8, #56] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_38 b LBB295_37 LBB295_37: ; in Loop: Header=BB295_30 Depth=1 ldur x8, [x29, #-80] ldr x1, [x8, #32] add x0, sp, #40 str x0, [sp, #8] ; 8-byte Folded Spill mov x2, #40 bl _memcpy ldr x1, [sp, #8] ; 8-byte Folded Reload ldr w8, [sp, #64] add w8, w8, #4 str w8, [sp, #64] mov w0, #2 bl _store b LBB295_38 LBB295_38: ; in Loop: Header=BB295_30 Depth=1 b LBB295_39 LBB295_39: ; in Loop: Header=BB295_30 Depth=1 b LBB295_40 LBB295_40: ; in Loop: Header=BB295_30 Depth=1 b LBB295_41 LBB295_41: ; in Loop: Header=BB295_30 Depth=1 ldur w8, [x29, #-84] add w8, w8, #1 stur w8, [x29, #-84] b LBB295_30 LBB295_42: mov w8, #2 stur w8, [x29, #-84] b LBB295_43 LBB295_43: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-84] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB295_48 b LBB295_44 LBB295_44: ; in Loop: Header=BB295_43 Depth=1 ldursw x9, [x29, #-84] adrp x8, _asm_gen_code.reg_saved@PAGE add x8, x8, _asm_gen_code.reg_saved@PAGEOFF ldrb w8, [x8, x9] stur w8, [x29, #-88] ldursw x9, [x29, #-88] sub x8, x29, #32 add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB295_46 b LBB295_45 LBB295_45: ; in Loop: Header=BB295_43 Depth=1 ldur w8, [x29, #-88] add w0, w8, #88 bl _g b LBB295_46 LBB295_46: ; in Loop: Header=BB295_43 Depth=1 b LBB295_47 LBB295_47: ; in Loop: Header=BB295_43 Depth=1 ldur w8, [x29, #-84] subs w8, w8, #1 stur w8, [x29, #-84] b LBB295_43 LBB295_48: b LBB295_49 LBB295_49: 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, LBB295_51 b LBB295_50 LBB295_50: bl ___stack_chk_fail LBB295_51: ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x28, x27, [sp, #272] ; 16-byte Folded Reload add sp, sp, #304 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function skip_constraint_modifiers _skip_constraint_modifiers: ; @skip_constraint_modifiers .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] b LBB296_1 LBB296_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] subs w8, w8, #61 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB296_5 b LBB296_2 LBB296_2: ; in Loop: Header=BB296_1 Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] subs w8, w8, #38 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB296_5 b LBB296_3 LBB296_3: ; in Loop: Header=BB296_1 Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] subs w8, w8, #43 cset w8, eq mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB296_5 b LBB296_4 LBB296_4: ; in Loop: Header=BB296_1 Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] subs w8, w8, #37 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB296_5 LBB296_5: ; in Loop: Header=BB296_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB296_7 b LBB296_6 LBB296_6: ; in Loop: Header=BB296_1 Depth=1 ldr x8, [sp, #8] add x8, x8, #1 str x8, [sp, #8] b LBB296_1 LBB296_7: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function find_constraint _find_constraint: ; @find_constraint .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur x2, [x29, #-24] str x3, [sp, #32] ldur x8, [x29, #-24] ldrsb w0, [x8] bl _isnum subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB297_7 b LBB297_1 LBB297_1: str wzr, [sp, #28] b LBB297_2 LBB297_2: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] ldrsb w0, [x8] bl _isnum subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB297_4 b LBB297_3 LBB297_3: ; in Loop: Header=BB297_2 Depth=1 ldr w8, [sp, #28] mov w9, #10 mul w8, w8, w9 ldur x9, [x29, #-24] ldrsb w9, [x9] add w8, w8, w9 subs w8, w8, #48 str w8, [sp, #28] ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] b LBB297_2 LBB297_4: ldr w8, [sp, #28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB297_6 b LBB297_5 LBB297_5: mov w8, #-1 str w8, [sp, #28] b LBB297_6 LBB297_6: b LBB297_21 LBB297_7: ldur x8, [x29, #-24] ldrsb w8, [x8] subs w8, w8, #91 cset w8, ne tbnz w8, #0, LBB297_19 b LBB297_8 LBB297_8: ldur x8, [x29, #-24] add x8, x8, #1 stur x8, [x29, #-24] ldur x0, [x29, #-24] mov w1, #93 bl _strchr str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB297_17 b LBB297_9 LBB297_9: ldur x0, [x29, #-24] ldr x8, [sp, #8] ldur x9, [x29, #-24] subs x8, x8, x9 mov x1, x8 bl _tok_alloc str x0, [sp, #16] str wzr, [sp, #28] b LBB297_10 LBB297_10: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB297_15 b LBB297_11 LBB297_11: ; in Loop: Header=BB297_10 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #28] mov x10, #72 mul x9, x9, x10 ldr w8, [x8, x9] ldr x9, [sp, #16] ldr w9, [x9, #40] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB297_13 b LBB297_12 LBB297_12: b LBB297_16 LBB297_13: ; in Loop: Header=BB297_10 Depth=1 b LBB297_14 LBB297_14: ; in Loop: Header=BB297_10 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB297_10 LBB297_15: mov w8, #-1 str w8, [sp, #28] b LBB297_16 LBB297_16: ldr x8, [sp, #8] add x8, x8, #1 stur x8, [x29, #-24] b LBB297_18 LBB297_17: mov w8, #-1 str w8, [sp, #28] b LBB297_18 LBB297_18: b LBB297_20 LBB297_19: mov w8, #-1 str w8, [sp, #28] b LBB297_20 LBB297_20: b LBB297_21 LBB297_21: ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB297_23 b LBB297_22 LBB297_22: ldur x8, [x29, #-24] ldr x9, [sp, #32] str x8, [x9] b LBB297_23 LBB297_23: ldr w0, [sp, #28] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function constraint_priority _constraint_priority: ; @constraint_priority .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] b LBB298_1 LBB298_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] ldrsb w8, [x8] stur w8, [x29, #-16] ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB298_3 b LBB298_2 LBB298_2: b LBB298_14 LBB298_3: ; in Loop: Header=BB298_1 Depth=1 ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] ldur w8, [x29, #-16] subs w8, w8, #65 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #49 cset w8, hi tbnz w8, #0, LBB298_10 ; %bb.4: ; in Loop: Header=BB298_1 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI298_0@PAGE add x10, x10, lJTI298_0@PAGEOFF Ltmp57: adr x8, Ltmp57 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB298_5: ; in Loop: Header=BB298_1 Depth=1 stur wzr, [x29, #-20] b LBB298_11 LBB298_6: ; in Loop: Header=BB298_1 Depth=1 mov w8, #1 stur w8, [x29, #-20] b LBB298_11 LBB298_7: ; in Loop: Header=BB298_1 Depth=1 mov w8, #2 stur w8, [x29, #-20] b LBB298_11 LBB298_8: ; in Loop: Header=BB298_1 Depth=1 mov w8, #3 stur w8, [x29, #-20] b LBB298_11 LBB298_9: ; in Loop: Header=BB298_1 Depth=1 mov w8, #4 stur w8, [x29, #-20] b LBB298_11 LBB298_10: ; in Loop: Header=BB298_1 Depth=1 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.247@PAGE add x0, x0, l_.str.247@PAGEOFF bl _error stur wzr, [x29, #-20] b LBB298_11 LBB298_11: ; in Loop: Header=BB298_1 Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB298_13 b LBB298_12 LBB298_12: ; in Loop: Header=BB298_1 Depth=1 ldur w8, [x29, #-20] stur w8, [x29, #-12] b LBB298_13 LBB298_13: ; in Loop: Header=BB298_1 Depth=1 b LBB298_1 LBB298_14: ldur w0, [x29, #-12] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI298_0: .long LBB298_5-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_6-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_9-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_10-Ltmp57 .long LBB298_7-Ltmp57 .long LBB298_8-Ltmp57 ; -- End function .p2align 2 ; -- Begin function subst_asm_operand _subst_asm_operand: ; @subst_asm_operand .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] stur x0, [x29, #-80] str x1, [sp, #88] str w2, [sp, #84] ldr x8, [sp, #88] ldrh w8, [x8, #16] str w8, [sp, #80] ldrb w8, [sp, #80] subs w8, w8, #240 cset w8, ne tbnz w8, #0, LBB299_13 b LBB299_1 LBB299_1: ldr w8, [sp, #80] ands w8, w8, #0x100 cset w8, ne tbnz w8, #0, LBB299_5 b LBB299_2 LBB299_2: ldr w8, [sp, #84] subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB299_5 b LBB299_3 LBB299_3: ldr w8, [sp, #84] subs w8, w8, #110 cset w8, eq tbnz w8, #0, LBB299_5 b LBB299_4 LBB299_4: ldur x0, [x29, #-80] mov w1, #36 bl _cstr_ccat b LBB299_5 LBB299_5: ldr w8, [sp, #80] ands w8, w8, #0x200 cset w8, eq tbnz w8, #0, LBB299_10 b LBB299_6 LBB299_6: ldur x8, [x29, #-80] str x8, [sp, #56] ; 8-byte Folded Spill ldr x8, [sp, #88] ldr x8, [x8, #32] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x1, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload bl _cstr_cat ldr x8, [sp, #88] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB299_8 b LBB299_7 LBB299_7: ldur x0, [x29, #-80] mov w1, #43 bl _cstr_ccat b LBB299_9 LBB299_8: b LBB299_52 LBB299_9: b LBB299_10 LBB299_10: ldr x8, [sp, #88] ldr w8, [x8, #24] str w8, [sp, #68] ldr w8, [sp, #84] subs w8, w8, #110 cset w8, ne tbnz w8, #0, LBB299_12 b LBB299_11 LBB299_11: ldr w9, [sp, #68] mov w8, #0 subs w8, w8, w9 str w8, [sp, #68] b LBB299_12 LBB299_12: ldr x8, [sp, #88] ldr w9, [x8, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] sub x0, x29, #72 str x0, [sp, #48] ; 8-byte Folded Spill mov x3, #64 mov x1, x3 mov w2, #0 adrp x4, l_.str.249@PAGE add x4, x4, l_.str.249@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-80] bl _cstr_cat b LBB299_52 LBB299_13: ldrb w8, [sp, #80] subs w8, w8, #242 cset w8, ne tbnz w8, #0, LBB299_15 b LBB299_14 LBB299_14: ldr x8, [sp, #88] ldr w9, [x8, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] sub x0, x29, #72 str x0, [sp, #40] ; 8-byte Folded Spill mov x3, #64 mov x1, x3 mov w2, #0 adrp x4, l_.str.250@PAGE add x4, x4, l_.str.250@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-80] bl _cstr_cat b LBB299_51 LBB299_15: ldr w8, [sp, #80] ands w8, w8, #0x100 cset w8, eq tbnz w8, #0, LBB299_19 b LBB299_16 LBB299_16: ldrb w8, [sp, #80] str w8, [sp, #76] ldr w8, [sp, #76] subs w8, w8, #240 cset w8, lt tbnz w8, #0, LBB299_18 b LBB299_17 LBB299_17: adrp x0, l_.str.251@PAGE add x0, x0, l_.str.251@PAGEOFF bl _error b LBB299_18 LBB299_18: ldr w8, [sp, #76] add w0, w8, #423 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] sub x0, x29, #72 str x0, [sp, #32] ; 8-byte Folded Spill mov x3, #64 mov x1, x3 mov w2, #0 adrp x4, l_.str.252@PAGE add x4, x4, l_.str.252@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldur x0, [x29, #-80] bl _cstr_cat b LBB299_50 LBB299_19: ldrb w8, [sp, #80] str w8, [sp, #76] ldr w8, [sp, #76] subs w8, w8, #240 cset w8, lt tbnz w8, #0, LBB299_21 b LBB299_20 LBB299_20: adrp x0, l_.str.251@PAGE add x0, x0, l_.str.251@PAGEOFF bl _error b LBB299_21 LBB299_21: ldr x8, [sp, #88] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB299_23 b LBB299_22 LBB299_22: mov w8, #1 str w8, [sp, #72] b LBB299_27 LBB299_23: ldr x8, [sp, #88] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB299_25 b LBB299_24 LBB299_24: mov w8, #2 str w8, [sp, #72] b LBB299_26 LBB299_25: mov w8, #4 str w8, [sp, #72] b LBB299_26 LBB299_26: b LBB299_27 LBB299_27: ldr w8, [sp, #72] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB299_30 b LBB299_28 LBB299_28: ldr w8, [sp, #76] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB299_30 b LBB299_29 LBB299_29: mov w8, #4 str w8, [sp, #72] b LBB299_30 LBB299_30: ldr w8, [sp, #84] subs w8, w8, #98 cset w8, ne tbnz w8, #0, LBB299_34 b LBB299_31 LBB299_31: ldr w8, [sp, #76] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB299_33 b LBB299_32 LBB299_32: adrp x0, l_.str.253@PAGE add x0, x0, l_.str.253@PAGEOFF bl _error b LBB299_33 LBB299_33: mov w8, #1 str w8, [sp, #72] b LBB299_42 LBB299_34: ldr w8, [sp, #84] subs w8, w8, #104 cset w8, ne tbnz w8, #0, LBB299_38 b LBB299_35 LBB299_35: ldr w8, [sp, #76] subs w8, w8, #4 cset w8, lt tbnz w8, #0, LBB299_37 b LBB299_36 LBB299_36: adrp x0, l_.str.253@PAGE add x0, x0, l_.str.253@PAGEOFF bl _error b LBB299_37 LBB299_37: mov w8, #-1 str w8, [sp, #72] b LBB299_41 LBB299_38: ldr w8, [sp, #84] subs w8, w8, #119 cset w8, ne tbnz w8, #0, LBB299_40 b LBB299_39 LBB299_39: mov w8, #2 str w8, [sp, #72] b LBB299_40 LBB299_40: b LBB299_41 LBB299_41: b LBB299_42 LBB299_42: ldr w8, [sp, #72] str w8, [sp, #28] ; 4-byte Folded Spill adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB299_45 b LBB299_43 LBB299_43: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB299_46 b LBB299_44 LBB299_44: ldr w8, [sp, #28] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB299_47 b LBB299_48 LBB299_45: ldr w8, [sp, #76] add w8, w8, #411 str w8, [sp, #76] b LBB299_49 LBB299_46: ldr w8, [sp, #76] add w8, w8, #407 str w8, [sp, #76] b LBB299_49 LBB299_47: ldr w8, [sp, #76] add w8, w8, #415 str w8, [sp, #76] b LBB299_49 LBB299_48: ldr w8, [sp, #76] add w8, w8, #423 str w8, [sp, #76] b LBB299_49 LBB299_49: ldr w0, [sp, #76] mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] sub x0, x29, #72 str x0, [sp, #16] ; 8-byte Folded Spill mov x3, #64 mov x1, x3 mov w2, #0 adrp x4, l_.str.254@PAGE add x4, x4, l_.str.254@PAGEOFF bl ___snprintf_chk ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-80] bl _cstr_cat b LBB299_50 LBB299_50: b LBB299_51 LBB299_51: b LBB299_52 LBB299_52: 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, LBB299_54 b LBB299_53 LBB299_53: bl ___stack_chk_fail LBB299_54: ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_type _expr_type: ; @expr_type .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 x9, _nocode_wanted@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr w8, [x9, _nocode_wanted@PAGEOFF] stur w8, [x29, #-12] mov w8, #1 str w8, [x9, _nocode_wanted@PAGEOFF] bl _gexpr ldur x8, [x29, #-8] adrp x9, _vtop@PAGE ldr x9, [x9, _vtop@PAGEOFF] ldr q0, [x9] str q0, [x8] bl _vpop ldr x9, [sp, #8] ; 8-byte Folded Reload ldur w8, [x29, #-12] str w8, [x9, _nocode_wanted@PAGEOFF] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_compatible_func _is_compatible_func: ; @is_compatible_func .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] ldr x8, [x8, #8] str x8, [sp, #16] ldr x8, [sp, #24] ldr x8, [x8, #8] str x8, [sp, #8] ldr x9, [sp, #16] ldr x8, [sp, #8] add x0, x9, #24 add x1, x8, #24 bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB301_2 b LBB301_1 LBB301_1: stur wzr, [x29, #-4] b LBB301_19 LBB301_2: ldr x8, [sp, #16] ldr x8, [x8, #8] ldr x9, [sp, #8] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB301_4 b LBB301_3 LBB301_3: stur wzr, [x29, #-4] b LBB301_19 LBB301_4: ldr x8, [sp, #16] ldr x8, [x8, #16] subs x8, x8, #2 cset w8, eq tbnz w8, #0, LBB301_6 b LBB301_5 LBB301_5: ldr x8, [sp, #8] ldr x8, [x8, #16] subs x8, x8, #2 cset w8, ne tbnz w8, #0, LBB301_7 b LBB301_6 LBB301_6: mov w8, #1 stur w8, [x29, #-4] b LBB301_19 LBB301_7: ldr x8, [sp, #16] ldr x8, [x8, #16] ldr x9, [sp, #8] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB301_9 b LBB301_8 LBB301_8: stur wzr, [x29, #-4] b LBB301_19 LBB301_9: b LBB301_10 LBB301_10: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB301_16 b LBB301_11 LBB301_11: ; in Loop: Header=BB301_10 Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB301_13 b LBB301_12 LBB301_12: stur wzr, [x29, #-4] b LBB301_19 LBB301_13: ; in Loop: Header=BB301_10 Depth=1 ldr x8, [sp, #16] add x0, x8, #24 ldr x8, [sp, #8] add x1, x8, #24 bl _is_compatible_types subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB301_15 b LBB301_14 LBB301_14: stur wzr, [x29, #-4] b LBB301_19 LBB301_15: ; in Loop: Header=BB301_10 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #40] str x8, [sp, #16] ldr x8, [sp, #8] ldr x8, [x8, #40] str x8, [sp, #8] b LBB301_10 LBB301_16: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB301_18 b LBB301_17 LBB301_17: stur wzr, [x29, #-4] b LBB301_19 LBB301_18: mov w8, #1 stur w8, [x29, #-4] b LBB301_19 LBB301_19: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function expr_land _expr_land: ; @expr_land .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 _expr_or adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #160 cset w8, ne tbnz w8, #0, LBB302_6 b LBB302_1 LBB302_1: stur wzr, [x29, #-4] b LBB302_2 LBB302_2: ; =>This Inner Loop Header: Depth=1 ldur w1, [x29, #-4] mov w0, #1 bl _gtst stur w0, [x29, #-4] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #160 cset w8, eq tbnz w8, #0, LBB302_4 b LBB302_3 LBB302_3: ldur w1, [x29, #-4] mov w0, #245 bl _vseti b LBB302_5 LBB302_4: ; in Loop: Header=BB302_2 Depth=1 bl _next bl _expr_or b LBB302_2 LBB302_5: b LBB302_6 LBB302_6: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function isoct _isoct: ; @isoct .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB303_2 b LBB303_1 LBB303_1: ldr w8, [sp, #12] subs w8, w8, #55 cset w8, le str w8, [sp, #8] ; 4-byte Folded Spill b LBB303_2 LBB303_2: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cstr_wccat _cstr_wccat: ; @cstr_wccat .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr x8, [sp, #8] ldrsw x8, [x8] add x8, x8, #4 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp] ldr w8, [sp] ldr x9, [sp, #8] ldr w9, [x9, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB304_2 b LBB304_1 LBB304_1: ldr x0, [sp, #8] ldr w1, [sp] bl _cstr_realloc b LBB304_2 LBB304_2: ldr w8, [sp, #4] ldr x9, [sp, #8] ldr x9, [x9, #8] ldrsw x10, [sp] add x9, x9, x10 stur w8, [x9, #-4] ldr w8, [sp] ldr x9, [sp, #8] str w8, [x9] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function macro_subst_tok _macro_subst_tok: ; @macro_subst_tok .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 x0, [x29, #-72] stur x1, [x29, #-80] stur x2, [x29, #-88] stur x3, [x29, #-96] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #326 cset w8, ne tbnz w8, #0, LBB305_2 b LBB305_1 LBB305_1: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr w9, [x8, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] sub x0, x29, #56 str x0, [sp, #56] ; 8-byte Folded Spill mov x3, #32 mov x1, x3 mov w2, #0 adrp x4, l_.str.249@PAGE add x4, x4, l_.str.249@PAGEOFF bl ___snprintf_chk ldr x8, [sp, #56] ; 8-byte Folded Reload str x8, [sp, #128] mov w8, #206 stur w8, [x29, #-144] b LBB305_11 LBB305_2: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #327 cset w8, ne tbnz w8, #0, LBB305_4 b LBB305_3 LBB305_3: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x8, x8, #553 str x8, [sp, #128] b LBB305_10 LBB305_4: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #328 cset w8, eq tbnz w8, #0, LBB305_6 b LBB305_5 LBB305_5: adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #329 cset w8, ne tbnz w8, #0, LBB305_12 b LBB305_6 LBB305_6: add x0, sp, #80 str x0, [sp, #48] ; 8-byte Folded Spill bl _time ldr x0, [sp, #48] ; 8-byte Folded Reload bl _localtime str x0, [sp, #72] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #328 cset w8, ne tbnz w8, #0, LBB305_8 b LBB305_7 LBB305_7: ldr x8, [sp, #72] ldrsw x9, [x8, #16] adrp x8, _ab_month_name@PAGE add x8, x8, _ab_month_name@PAGEOFF add x11, x8, x9, lsl #2 ldr x8, [sp, #72] ldr w9, [x8, #12] ; implicit-def: $x8 mov x8, x9 ldr x9, [sp, #72] ldr w9, [x9, #20] add w10, w9, #1900 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] sub x0, x29, #56 mov x3, #32 mov x1, x3 mov w2, #0 adrp x4, l_.str.261@PAGE add x4, x4, l_.str.261@PAGEOFF bl ___snprintf_chk b LBB305_9 LBB305_8: ldr x8, [sp, #72] ldr w8, [x8, #8] ; implicit-def: $x11 mov x11, x8 ldr x8, [sp, #72] ldr w8, [x8, #4] ; implicit-def: $x10 mov x10, x8 ldr x8, [sp, #72] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] sub x0, x29, #56 mov x3, #32 mov x1, x3 mov w2, #0 adrp x4, l_.str.262@PAGE add x4, x4, l_.str.262@PAGEOFF bl ___snprintf_chk b LBB305_9 LBB305_9: sub x8, x29, #56 str x8, [sp, #128] b LBB305_10 LBB305_10: mov w8, #181 stur w8, [x29, #-144] b LBB305_11 LBB305_11: add x0, sp, #88 str x0, [sp, #40] ; 8-byte Folded Spill bl _cstr_new ldr x0, [sp, #40] ; 8-byte Folded Reload ldr x1, [sp, #128] bl _cstr_cat ldr x0, [sp, #40] ; 8-byte Folded Reload mov w1, #0 bl _cstr_ccat ldr x8, [sp, #40] ; 8-byte Folded Reload add x2, sp, #120 str x8, [sp, #120] ldur x0, [x29, #-72] ldur w1, [x29, #-144] bl _tok_str_add2 ldr x0, [sp, #40] ; 8-byte Folded Reload bl _cstr_free b LBB305_67 LBB305_12: ldur x8, [x29, #-88] ldr x8, [x8, #16] stur x8, [x29, #-136] stur wzr, [x29, #-124] ldur x8, [x29, #-88] ldr w8, [x8, #24] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB305_64 b LBB305_13 LBB305_13: b LBB305_14 LBB305_14: ; =>This Inner Loop Header: Depth=1 adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_21 b LBB305_15 LBB305_15: ; in Loop: Header=BB305_14 Depth=1 adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-140] ldur w8, [x29, #-140] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB305_20 b LBB305_16 LBB305_16: ; in Loop: Header=BB305_14 Depth=1 ldur x8, [x29, #-96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_20 b LBB305_17 LBB305_17: ; in Loop: Header=BB305_14 Depth=1 ldur x8, [x29, #-96] ldr x8, [x8] str x8, [sp, #64] ; kill: def $x8 killed $xzr adrp x8, _macro_ptr@PAGE str xzr, [x8, _macro_ptr@PAGEOFF] ldr x8, [sp, #64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_19 b LBB305_18 LBB305_18: ; in Loop: Header=BB305_14 Depth=1 ldr x8, [sp, #64] ldr x8, [x8, #8] adrp x9, _macro_ptr@PAGE str x8, [x9, _macro_ptr@PAGEOFF] ldr x8, [sp, #64] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #64] ldr x8, [x8] ldur x9, [x29, #-96] str x8, [x9] b LBB305_19 LBB305_19: ; in Loop: Header=BB305_14 Depth=1 b LBB305_14 LBB305_20: b LBB305_27 LBB305_21: adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] b LBB305_22 LBB305_22: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w0, [x8, _ch@PAGEOFF] bl _is_space subs w8, w0, #0 cset w8, ne mov w9, #1 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB305_24 b LBB305_23 LBB305_23: ; in Loop: Header=BB305_22 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #10 cset w8, eq str w8, [sp, #36] ; 4-byte Folded Spill b LBB305_24 LBB305_24: ; in Loop: Header=BB305_22 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload tbz w8, #0, LBB305_26 b LBB305_25 LBB305_25: ; in Loop: Header=BB305_22 Depth=1 bl _minp b LBB305_22 LBB305_26: adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] stur w8, [x29, #-140] b LBB305_27 LBB305_27: ldur w8, [x29, #-140] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB305_29 b LBB305_28 LBB305_28: mov w8, #-1 stur w8, [x29, #-60] b LBB305_70 LBB305_29: bl _next_nomacro bl _next_nomacro ; kill: def $x8 killed $xzr stur xzr, [x29, #-104] ldur x8, [x29, #-88] ldr x8, [x8, #40] stur x8, [x29, #-112] b LBB305_30 LBB305_30: ; =>This Loop Header: Depth=1 ; Child Loop BB305_37 Depth 2 ldur x8, [x29, #-104] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB305_34 b LBB305_31 LBB305_31: ; in Loop: Header=BB305_30 Depth=1 ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB305_34 b LBB305_32 LBB305_32: ; in Loop: Header=BB305_30 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB305_34 b LBB305_33 LBB305_33: b LBB305_58 LBB305_34: ; in Loop: Header=BB305_30 Depth=1 ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB305_36 b LBB305_35 LBB305_35: ; in Loop: Header=BB305_30 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.263@PAGE add x0, x0, l_.str.263@PAGEOFF bl _error b LBB305_36 LBB305_36: ; in Loop: Header=BB305_30 Depth=1 add x0, sp, #136 bl _tok_str_new stur wzr, [x29, #-128] b LBB305_37 LBB305_37: ; Parent Loop BB305_30 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-128] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB305_41 b LBB305_38 LBB305_38: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB305_42 b LBB305_39 LBB305_39: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB305_41 b LBB305_40 LBB305_40: ; in Loop: Header=BB305_37 Depth=2 ldur x8, [x29, #-112] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB305_42 b LBB305_41 LBB305_41: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, ne str w8, [sp, #32] ; 4-byte Folded Spill b LBB305_42 LBB305_42: ; in Loop: Header=BB305_37 Depth=2 ldr w8, [sp, #32] ; 4-byte Folded Reload tbz w8, #0, LBB305_49 b LBB305_43 LBB305_43: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB305_45 b LBB305_44 LBB305_44: ; in Loop: Header=BB305_37 Depth=2 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] b LBB305_48 LBB305_45: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB305_47 b LBB305_46 LBB305_46: ; in Loop: Header=BB305_37 Depth=2 ldur w8, [x29, #-128] subs w8, w8, #1 stur w8, [x29, #-128] b LBB305_47 LBB305_47: ; in Loop: Header=BB305_37 Depth=2 b LBB305_48 LBB305_48: ; in Loop: Header=BB305_37 Depth=2 adrp x8, _tok@PAGE ldr w1, [x8, _tok@PAGEOFF] add x0, sp, #136 adrp x2, _tokc@PAGE add x2, x2, _tokc@PAGEOFF bl _tok_str_add2 bl _next_nomacro b LBB305_37 LBB305_49: ; in Loop: Header=BB305_30 Depth=1 add x0, sp, #136 mov w1, #0 bl _tok_str_add ldur x8, [x29, #-112] ldr x8, [x8] and x1, x8, #0xffffffffdfffffff ldur x8, [x29, #-112] ldrsw x2, [x8, #24] ldr x3, [sp, #136] sub x0, x29, #104 bl _sym_push2 ldur x8, [x29, #-112] ldr x8, [x8, #40] stur x8, [x29, #-112] adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB305_55 b LBB305_50 LBB305_50: ; in Loop: Header=BB305_30 Depth=1 ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_54 b LBB305_51 LBB305_51: ; in Loop: Header=BB305_30 Depth=1 ldur x8, [x29, #-112] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB305_54 b LBB305_52 LBB305_52: ; in Loop: Header=BB305_30 Depth=1 adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB305_54 b LBB305_53 LBB305_53: ; in Loop: Header=BB305_30 Depth=1 b LBB305_30 LBB305_54: b LBB305_58 LBB305_55: ; in Loop: Header=BB305_30 Depth=1 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #44 cset w8, eq tbnz w8, #0, LBB305_57 b LBB305_56 LBB305_56: ; in Loop: Header=BB305_30 Depth=1 adrp x0, l_.str.264@PAGE add x0, x0, l_.str.264@PAGEOFF bl _expect b LBB305_57 LBB305_57: ; in Loop: Header=BB305_30 Depth=1 bl _next_nomacro b LBB305_30 LBB305_58: ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_60 b LBB305_59 LBB305_59: ldur x8, [x29, #-88] ldr x8, [x8] mov x0, x8 mov x1, #0 bl _get_tok_str mov x8, sp str x0, [x8] adrp x0, l_.str.265@PAGE add x0, x0, l_.str.265@PAGEOFF bl _error b LBB305_60 LBB305_60: ldur x0, [x29, #-80] ldur x1, [x29, #-136] ldur x2, [x29, #-104] bl _macro_arg_subst stur x0, [x29, #-136] ldur x8, [x29, #-104] stur x8, [x29, #-112] b LBB305_61 LBB305_61: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB305_63 b LBB305_62 LBB305_62: ; in Loop: Header=BB305_61 Depth=1 ldur x8, [x29, #-112] ldr x8, [x8, #48] stur x8, [x29, #-120] ldur x8, [x29, #-112] ldr x0, [x8, #16] bl _tok_str_free ldur x0, [x29, #-112] bl _sym_free ldur x8, [x29, #-120] stur x8, [x29, #-112] b LBB305_61 LBB305_63: mov w8, #1 stur w8, [x29, #-124] b LBB305_64 LBB305_64: ldur x0, [x29, #-80] ldur x8, [x29, #-88] ldr x1, [x8] mov x3, #0 mov x2, x3 bl _sym_push2 ldur x0, [x29, #-72] ldur x1, [x29, #-80] ldur x2, [x29, #-136] ldur x3, [x29, #-96] bl _macro_subst ldur x8, [x29, #-80] ldr x8, [x8] stur x8, [x29, #-120] ldur x8, [x29, #-120] ldr x8, [x8, #48] ldur x9, [x29, #-80] str x8, [x9] ldur x0, [x29, #-120] bl _sym_free ldur w8, [x29, #-124] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB305_66 b LBB305_65 LBB305_65: ldur x0, [x29, #-136] bl _tok_str_free b LBB305_66 LBB305_66: b LBB305_67 LBB305_67: b LBB305_68 LBB305_68: b LBB305_69 LBB305_69: stur wzr, [x29, #-60] b LBB305_70 LBB305_70: ldur w8, [x29, #-60] 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, LBB305_72 b LBB305_71 LBB305_71: bl ___stack_chk_fail LBB305_72: ldr w0, [sp, #28] ; 4-byte Folded Reload ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function macro_arg_subst _macro_arg_subst: ; @macro_arg_subst .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] add x0, sp, #88 bl _tok_str_new stur wzr, [x29, #-36] b LBB306_1 LBB306_1: ; =>This Loop Header: Depth=1 ; Child Loop BB306_51 Depth 2 ; Child Loop BB306_22 Depth 2 ldur x8, [x29, #-16] add x9, x8, #4 stur x9, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-40] ldur w8, [x29, #-40] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB306_7 ; %bb.2: ; in Loop: Header=BB306_1 Depth=1 ldr x11, [sp, #40] ; 8-byte Folded Reload adrp x10, lJTI306_0@PAGE add x10, x10, lJTI306_0@PAGEOFF Ltmp59: adr x8, Ltmp59 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB306_3: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] add x9, x8, #4 stur x9, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] b LBB306_8 LBB306_4: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] stur x8, [x29, #-64] ldur x8, [x29, #-16] add x8, x8, #32 ldur x9, [x29, #-64] str x8, [x9, #8] ldur x8, [x29, #-64] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-16] add x8, x8, x9, lsl #2 stur x8, [x29, #-16] b LBB306_8 LBB306_5: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-16] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-16] add x8, x8, #8 stur x8, [x29, #-16] b LBB306_8 LBB306_6: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-16] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-16] ldr w8, [x8, #8] stur w8, [x29, #-56] ldur x8, [x29, #-16] add x8, x8, #12 stur x8, [x29, #-16] b LBB306_8 LBB306_7: ; in Loop: Header=BB306_1 Depth=1 b LBB306_8 LBB306_8: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB306_10 b LBB306_9 LBB306_9: b LBB306_70 LBB306_10: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #35 cset w8, ne tbnz w8, #0, LBB306_36 b LBB306_11 LBB306_11: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] add x9, x8, #4 stur x9, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-40] ldur w8, [x29, #-40] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB306_17 ; %bb.12: ; in Loop: Header=BB306_1 Depth=1 ldr x11, [sp, #32] ; 8-byte Folded Reload adrp x10, lJTI306_2@PAGE add x10, x10, lJTI306_2@PAGEOFF Ltmp60: adr x8, Ltmp60 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB306_13: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] add x9, x8, #4 stur x9, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] b LBB306_18 LBB306_14: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] stur x8, [x29, #-64] ldur x8, [x29, #-16] add x8, x8, #32 ldur x9, [x29, #-64] str x8, [x9, #8] ldur x8, [x29, #-64] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-16] add x8, x8, x9, lsl #2 stur x8, [x29, #-16] b LBB306_18 LBB306_15: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-16] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-16] add x8, x8, #8 stur x8, [x29, #-16] b LBB306_18 LBB306_16: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-16] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-16] ldr w8, [x8, #8] stur w8, [x29, #-56] ldur x8, [x29, #-16] add x8, x8, #12 stur x8, [x29, #-16] b LBB306_18 LBB306_17: ; in Loop: Header=BB306_1 Depth=1 b LBB306_18 LBB306_18: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB306_20 b LBB306_19 LBB306_19: b LBB306_70 LBB306_20: ; in Loop: Header=BB306_1 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-40] bl _sym_find2 stur x0, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB306_34 b LBB306_21 LBB306_21: ; in Loop: Header=BB306_1 Depth=1 add x0, sp, #56 bl _cstr_new ldur x8, [x29, #-56] ldr x8, [x8, #16] stur x8, [x29, #-32] stur wzr, [x29, #-44] b LBB306_22 LBB306_22: ; Parent Loop BB306_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB306_33 b LBB306_23 LBB306_23: ; in Loop: Header=BB306_22 Depth=2 ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB306_25 b LBB306_24 LBB306_24: ; in Loop: Header=BB306_22 Depth=2 add x0, sp, #56 mov w1, #32 bl _cstr_ccat b LBB306_25 LBB306_25: ; in Loop: Header=BB306_22 Depth=2 ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-40] ldur w8, [x29, #-40] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB306_31 ; %bb.26: ; in Loop: Header=BB306_22 Depth=2 ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI306_3@PAGE add x10, x10, lJTI306_3@PAGEOFF Ltmp61: adr x8, Ltmp61 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB306_27: ; in Loop: Header=BB306_22 Depth=2 ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] b LBB306_32 LBB306_28: ; in Loop: Header=BB306_22 Depth=2 ldur x8, [x29, #-32] stur x8, [x29, #-64] ldur x8, [x29, #-32] add x8, x8, #32 ldur x9, [x29, #-64] str x8, [x9, #8] ldur x8, [x29, #-64] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-32] add x8, x8, x9, lsl #2 stur x8, [x29, #-32] b LBB306_32 LBB306_29: ; in Loop: Header=BB306_22 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-32] add x8, x8, #8 stur x8, [x29, #-32] b LBB306_32 LBB306_30: ; in Loop: Header=BB306_22 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-32] ldr w8, [x8, #8] stur w8, [x29, #-56] ldur x8, [x29, #-32] add x8, x8, #12 stur x8, [x29, #-32] b LBB306_32 LBB306_31: ; in Loop: Header=BB306_22 Depth=2 b LBB306_32 LBB306_32: ; in Loop: Header=BB306_22 Depth=2 ldur w0, [x29, #-40] sub x1, x29, #64 bl _get_tok_str mov x1, x0 add x0, sp, #56 bl _cstr_cat mov w8, #1 stur w8, [x29, #-44] b LBB306_22 LBB306_33: ; in Loop: Header=BB306_1 Depth=1 add x0, sp, #56 str x0, [sp, #16] ; 8-byte Folded Spill mov w1, #0 bl _cstr_ccat ldr x8, [sp, #16] ; 8-byte Folded Reload sub x2, x29, #64 stur x8, [x29, #-64] add x0, sp, #88 mov w1, #181 bl _tok_str_add2 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cstr_free b LBB306_35 LBB306_34: ; in Loop: Header=BB306_1 Depth=1 ldur w1, [x29, #-40] add x0, sp, #88 sub x2, x29, #64 bl _tok_str_add2 b LBB306_35 LBB306_35: ; in Loop: Header=BB306_1 Depth=1 b LBB306_69 LBB306_36: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-40] subs w8, w8, #256 cset w8, lt tbnz w8, #0, LBB306_67 b LBB306_37 LBB306_37: ; in Loop: Header=BB306_1 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-40] bl _sym_find2 stur x0, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB306_65 b LBB306_38 LBB306_38: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-56] ldr x8, [x8, #16] stur x8, [x29, #-32] ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #182 cset w8, eq tbnz w8, #0, LBB306_40 b LBB306_39 LBB306_39: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #182 cset w8, ne tbnz w8, #0, LBB306_63 b LBB306_40 LBB306_40: ; in Loop: Header=BB306_1 Depth=1 adrp x8, _gnu_ext@PAGE ldr w8, [x8, _gnu_ext@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB306_49 b LBB306_41 LBB306_41: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-56] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB306_49 b LBB306_42 LBB306_42: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #182 cset w8, ne tbnz w8, #0, LBB306_49 b LBB306_43 LBB306_43: ; in Loop: Header=BB306_1 Depth=1 ldr w8, [sp, #96] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB306_49 b LBB306_44 LBB306_44: ; in Loop: Header=BB306_1 Depth=1 ldr x8, [sp, #88] ldr w9, [sp, #96] subs w9, w9, #2 ldr w8, [x8, w9, sxtw #2] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB306_49 b LBB306_45 LBB306_45: ; in Loop: Header=BB306_1 Depth=1 ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB306_47 b LBB306_46 LBB306_46: ; in Loop: Header=BB306_1 Depth=1 ldr w8, [sp, #96] subs w8, w8, #2 str w8, [sp, #96] b LBB306_48 LBB306_47: ; in Loop: Header=BB306_1 Depth=1 ldr w8, [sp, #96] subs w8, w8, #1 str w8, [sp, #96] b LBB306_50 LBB306_48: ; in Loop: Header=BB306_1 Depth=1 b LBB306_62 LBB306_49: ; in Loop: Header=BB306_1 Depth=1 b LBB306_50 LBB306_50: ; in Loop: Header=BB306_1 Depth=1 b LBB306_51 LBB306_51: ; Parent Loop BB306_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] str w8, [sp, #52] ldr w8, [sp, #52] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB306_57 ; %bb.52: ; in Loop: Header=BB306_51 Depth=2 ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI306_1@PAGE add x10, x10, lJTI306_1@PAGEOFF Ltmp62: adr x8, Ltmp62 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB306_53: ; in Loop: Header=BB306_51 Depth=2 ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] b LBB306_58 LBB306_54: ; in Loop: Header=BB306_51 Depth=2 ldur x8, [x29, #-32] stur x8, [x29, #-64] ldur x8, [x29, #-32] add x8, x8, #32 ldur x9, [x29, #-64] str x8, [x9, #8] ldur x8, [x29, #-64] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-32] add x8, x8, x9, lsl #2 stur x8, [x29, #-32] b LBB306_58 LBB306_55: ; in Loop: Header=BB306_51 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-32] add x8, x8, #8 stur x8, [x29, #-32] b LBB306_58 LBB306_56: ; in Loop: Header=BB306_51 Depth=2 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-64] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-60] ldur x8, [x29, #-32] ldr w8, [x8, #8] stur w8, [x29, #-56] ldur x8, [x29, #-32] add x8, x8, #12 stur x8, [x29, #-32] b LBB306_58 LBB306_57: ; in Loop: Header=BB306_51 Depth=2 b LBB306_58 LBB306_58: ; in Loop: Header=BB306_51 Depth=2 ldr w8, [sp, #52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB306_60 b LBB306_59 LBB306_59: ; in Loop: Header=BB306_1 Depth=1 b LBB306_61 LBB306_60: ; in Loop: Header=BB306_51 Depth=2 ldr w1, [sp, #52] add x0, sp, #88 sub x2, x29, #64 bl _tok_str_add2 b LBB306_51 LBB306_61: ; in Loop: Header=BB306_1 Depth=1 b LBB306_62 LBB306_62: ; in Loop: Header=BB306_1 Depth=1 b LBB306_64 LBB306_63: ; in Loop: Header=BB306_1 Depth=1 ldur x1, [x29, #-8] ldur x2, [x29, #-32] add x0, sp, #88 mov x3, #0 bl _macro_subst b LBB306_64 LBB306_64: ; in Loop: Header=BB306_1 Depth=1 b LBB306_66 LBB306_65: ; in Loop: Header=BB306_1 Depth=1 ldur w1, [x29, #-40] add x0, sp, #88 bl _tok_str_add b LBB306_66 LBB306_66: ; in Loop: Header=BB306_1 Depth=1 b LBB306_68 LBB306_67: ; in Loop: Header=BB306_1 Depth=1 ldur w1, [x29, #-40] add x0, sp, #88 sub x2, x29, #64 bl _tok_str_add2 b LBB306_68 LBB306_68: ; in Loop: Header=BB306_1 Depth=1 b LBB306_69 LBB306_69: ; in Loop: Header=BB306_1 Depth=1 ldur w8, [x29, #-40] stur w8, [x29, #-36] b LBB306_1 LBB306_70: add x0, sp, #88 mov w1, #0 bl _tok_str_add ldr x0, [sp, #88] ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc .p2align 2 lJTI306_0: .long LBB306_3-Ltmp59 .long LBB306_3-Ltmp59 .long LBB306_4-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_3-Ltmp59 .long LBB306_4-Ltmp59 .long LBB306_3-Ltmp59 .long LBB306_3-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_5-Ltmp59 .long LBB306_6-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_3-Ltmp59 .long LBB306_5-Ltmp59 .long LBB306_5-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_7-Ltmp59 .long LBB306_4-Ltmp59 .p2align 2 lJTI306_1: .long LBB306_53-Ltmp62 .long LBB306_53-Ltmp62 .long LBB306_54-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_53-Ltmp62 .long LBB306_54-Ltmp62 .long LBB306_53-Ltmp62 .long LBB306_53-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_55-Ltmp62 .long LBB306_56-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_53-Ltmp62 .long LBB306_55-Ltmp62 .long LBB306_55-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_57-Ltmp62 .long LBB306_54-Ltmp62 .p2align 2 lJTI306_2: .long LBB306_13-Ltmp60 .long LBB306_13-Ltmp60 .long LBB306_14-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_13-Ltmp60 .long LBB306_14-Ltmp60 .long LBB306_13-Ltmp60 .long LBB306_13-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_15-Ltmp60 .long LBB306_16-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_13-Ltmp60 .long LBB306_15-Ltmp60 .long LBB306_15-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_17-Ltmp60 .long LBB306_14-Ltmp60 .p2align 2 lJTI306_3: .long LBB306_27-Ltmp61 .long LBB306_27-Ltmp61 .long LBB306_28-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_27-Ltmp61 .long LBB306_28-Ltmp61 .long LBB306_27-Ltmp61 .long LBB306_27-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_29-Ltmp61 .long LBB306_30-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_27-Ltmp61 .long LBB306_29-Ltmp61 .long LBB306_29-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_31-Ltmp61 .long LBB306_28-Ltmp61 ; -- End function .p2align 2 ; -- Begin function macro_subst _macro_subst: ; @macro_subst .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 x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur x8, [x29, #-24] str x8, [sp, #56] ldr x0, [sp, #56] bl _macro_twosharps stur x0, [x29, #-48] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB307_2 b LBB307_1 LBB307_1: ldur x8, [x29, #-48] str x8, [sp, #56] b LBB307_2 LBB307_2: b LBB307_3 LBB307_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #56] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB307_5 b LBB307_4 LBB307_4: b LBB307_28 LBB307_5: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] add x9, x8, #4 str x9, [sp, #56] ldr w8, [x8] str w8, [sp, #52] ldr w8, [sp, #52] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB307_11 ; %bb.6: ; in Loop: Header=BB307_3 Depth=1 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI307_0@PAGE add x10, x10, lJTI307_0@PAGEOFF Ltmp63: adr x8, Ltmp63 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB307_7: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] add x9, x8, #4 str x9, [sp, #56] ldr w8, [x8] str w8, [sp, #40] b LBB307_12 LBB307_8: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] str x8, [sp, #40] ldr x8, [sp, #56] add x8, x8, #32 ldr x9, [sp, #40] str x8, [x9, #8] ldr x8, [sp, #40] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldr x8, [sp, #56] add x8, x8, x9, lsl #2 str x8, [sp, #56] b LBB307_12 LBB307_9: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] ldr w8, [x8] str w8, [sp, #40] ldr x8, [sp, #56] ldr w8, [x8, #4] str w8, [sp, #44] ldr x8, [sp, #56] add x8, x8, #8 str x8, [sp, #56] b LBB307_12 LBB307_10: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] ldr w8, [x8] str w8, [sp, #40] ldr x8, [sp, #56] ldr w8, [x8, #4] str w8, [sp, #44] ldr x8, [sp, #56] ldr w8, [x8, #8] str w8, [sp, #48] ldr x8, [sp, #56] add x8, x8, #12 str x8, [sp, #56] b LBB307_12 LBB307_11: ; in Loop: Header=BB307_3 Depth=1 b LBB307_12 LBB307_12: ; in Loop: Header=BB307_3 Depth=1 ldr w8, [sp, #52] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB307_14 b LBB307_13 LBB307_13: b LBB307_28 LBB307_14: ; in Loop: Header=BB307_3 Depth=1 ldr w0, [sp, #52] bl _define_find stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB307_25 b LBB307_15 LBB307_15: ; in Loop: Header=BB307_3 Depth=1 ldur x8, [x29, #-16] ldr x0, [x8] ldr w1, [sp, #52] bl _sym_find2 subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB307_17 b LBB307_16 LBB307_16: ; in Loop: Header=BB307_3 Depth=1 b LBB307_26 LBB307_17: ; in Loop: Header=BB307_3 Depth=1 adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] str x8, [sp, #32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB307_19 b LBB307_18 LBB307_18: ; in Loop: Header=BB307_3 Depth=1 ldur x8, [x29, #-32] ldr x9, [x8] add x8, sp, #24 str x9, [sp, #24] ldur x9, [x29, #-32] str x8, [x9] b LBB307_19 LBB307_19: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #56] adrp x9, _macro_ptr@PAGE str x9, [sp, #8] ; 8-byte Folded Spill str x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [sp, #52] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldur x2, [x29, #-40] ldur x3, [x29, #-32] bl _macro_subst_tok ldr x9, [sp, #8] ; 8-byte Folded Reload str w0, [sp, #48] ldr x8, [x9, _macro_ptr@PAGEOFF] str x8, [sp, #56] ldr x8, [sp, #32] str x8, [x9, _macro_ptr@PAGEOFF] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB307_22 b LBB307_20 LBB307_20: ; in Loop: Header=BB307_3 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8] add x9, sp, #24 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB307_22 b LBB307_21 LBB307_21: ; in Loop: Header=BB307_3 Depth=1 ldr x8, [sp, #24] ldur x9, [x29, #-32] str x8, [x9] b LBB307_22 LBB307_22: ; in Loop: Header=BB307_3 Depth=1 ldr w8, [sp, #48] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB307_24 b LBB307_23 LBB307_23: ; in Loop: Header=BB307_3 Depth=1 b LBB307_26 LBB307_24: ; in Loop: Header=BB307_3 Depth=1 b LBB307_27 LBB307_25: ; in Loop: Header=BB307_3 Depth=1 b LBB307_26 LBB307_26: ; in Loop: Header=BB307_3 Depth=1 ldur x0, [x29, #-8] ldr w1, [sp, #52] add x2, sp, #40 bl _tok_str_add2 b LBB307_27 LBB307_27: ; in Loop: Header=BB307_3 Depth=1 b LBB307_3 LBB307_28: ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB307_30 b LBB307_29 LBB307_29: ldur x0, [x29, #-48] bl _tok_str_free b LBB307_30 LBB307_30: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc .p2align 2 lJTI307_0: .long LBB307_7-Ltmp63 .long LBB307_7-Ltmp63 .long LBB307_8-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_7-Ltmp63 .long LBB307_8-Ltmp63 .long LBB307_7-Ltmp63 .long LBB307_7-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_9-Ltmp63 .long LBB307_10-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_7-Ltmp63 .long LBB307_9-Ltmp63 .long LBB307_9-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_11-Ltmp63 .long LBB307_8-Ltmp63 ; -- End function .p2align 2 ; -- Begin function sym_find2 _sym_find2: ; @sym_find2 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str w1, [sp, #12] b LBB308_1 LBB308_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB308_5 b LBB308_2 LBB308_2: ; in Loop: Header=BB308_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldrsw x9, [sp, #12] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB308_4 b LBB308_3 LBB308_3: ldr x8, [sp, #16] str x8, [sp, #24] b LBB308_6 LBB308_4: ; in Loop: Header=BB308_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #48] str x8, [sp, #16] b LBB308_1 LBB308_5: ; kill: def $x8 killed $xzr str xzr, [sp, #24] b LBB308_6 LBB308_6: ldr x0, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function macro_twosharps _macro_twosharps: ; @macro_twosharps .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 stur x0, [x29, #-32] stur xzr, [x29, #-104] ldur x8, [x29, #-32] stur x8, [x29, #-56] b LBB309_1 LBB309_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] stur x8, [x29, #-48] ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-76] ldur w8, [x29, #-76] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #104] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB309_7 ; %bb.2: ; in Loop: Header=BB309_1 Depth=1 ldr x11, [sp, #104] ; 8-byte Folded Reload adrp x10, lJTI309_0@PAGE add x10, x10, lJTI309_0@PAGEOFF Ltmp65: adr x8, Ltmp65 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB309_3: ; in Loop: Header=BB309_1 Depth=1 ldur x8, [x29, #-32] add x9, x8, #4 stur x9, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-104] b LBB309_8 LBB309_4: ; in Loop: Header=BB309_1 Depth=1 ldur x8, [x29, #-32] stur x8, [x29, #-104] ldur x8, [x29, #-32] add x8, x8, #32 ldur x9, [x29, #-104] str x8, [x9, #8] ldur x8, [x29, #-104] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-32] add x8, x8, x9, lsl #2 stur x8, [x29, #-32] b LBB309_8 LBB309_5: ; in Loop: Header=BB309_1 Depth=1 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-104] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-100] ldur x8, [x29, #-32] add x8, x8, #8 stur x8, [x29, #-32] b LBB309_8 LBB309_6: ; in Loop: Header=BB309_1 Depth=1 ldur x8, [x29, #-32] ldr w8, [x8] stur w8, [x29, #-104] ldur x8, [x29, #-32] ldr w8, [x8, #4] stur w8, [x29, #-100] ldur x8, [x29, #-32] ldr w8, [x8, #8] stur w8, [x29, #-96] ldur x8, [x29, #-32] add x8, x8, #12 stur x8, [x29, #-32] b LBB309_8 LBB309_7: ; in Loop: Header=BB309_1 Depth=1 b LBB309_8 LBB309_8: ; in Loop: Header=BB309_1 Depth=1 ldur w8, [x29, #-76] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB309_10 b LBB309_9 LBB309_9: ; kill: def $x8 killed $xzr stur xzr, [x29, #-24] b LBB309_75 LBB309_10: ; in Loop: Header=BB309_1 Depth=1 ldur x8, [x29, #-32] ldr w8, [x8] subs w8, w8, #182 cset w8, ne tbnz w8, #0, LBB309_12 b LBB309_11 LBB309_11: b LBB309_13 LBB309_12: ; in Loop: Header=BB309_1 Depth=1 b LBB309_1 LBB309_13: add x0, sp, #144 bl _cstr_new sub x0, x29, #128 bl _tok_str_new ldur w8, [x29, #-76] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] ldur x8, [x29, #-104] adrp x9, _tokc@PAGE str x8, [x9, _tokc@PAGEOFF] ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB309_14 LBB309_14: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] ldur x9, [x29, #-48] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB309_23 b LBB309_15 LBB309_15: ; in Loop: Header=BB309_14 Depth=1 ldur x8, [x29, #-64] add x9, x8, #4 stur x9, [x29, #-64] ldr w8, [x8] stur w8, [x29, #-76] ldur w8, [x29, #-76] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #96] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB309_21 ; %bb.16: ; in Loop: Header=BB309_14 Depth=1 ldr x11, [sp, #96] ; 8-byte Folded Reload adrp x10, lJTI309_2@PAGE add x10, x10, lJTI309_2@PAGEOFF Ltmp66: adr x8, Ltmp66 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB309_17: ; in Loop: Header=BB309_14 Depth=1 ldur x8, [x29, #-64] add x9, x8, #4 stur x9, [x29, #-64] ldr w8, [x8] stur w8, [x29, #-104] b LBB309_22 LBB309_18: ; in Loop: Header=BB309_14 Depth=1 ldur x8, [x29, #-64] stur x8, [x29, #-104] ldur x8, [x29, #-64] add x8, x8, #32 ldur x9, [x29, #-104] str x8, [x9, #8] ldur x8, [x29, #-104] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x9, x8, #2 ldur x8, [x29, #-64] add x8, x8, x9, lsl #2 stur x8, [x29, #-64] b LBB309_22 LBB309_19: ; in Loop: Header=BB309_14 Depth=1 ldur x8, [x29, #-64] ldr w8, [x8] stur w8, [x29, #-104] ldur x8, [x29, #-64] ldr w8, [x8, #4] stur w8, [x29, #-100] ldur x8, [x29, #-64] add x8, x8, #8 stur x8, [x29, #-64] b LBB309_22 LBB309_20: ; in Loop: Header=BB309_14 Depth=1 ldur x8, [x29, #-64] ldr w8, [x8] stur w8, [x29, #-104] ldur x8, [x29, #-64] ldr w8, [x8, #4] stur w8, [x29, #-100] ldur x8, [x29, #-64] ldr w8, [x8, #8] stur w8, [x29, #-96] ldur x8, [x29, #-64] add x8, x8, #12 stur x8, [x29, #-64] b LBB309_22 LBB309_21: ; in Loop: Header=BB309_14 Depth=1 b LBB309_22 LBB309_22: ; in Loop: Header=BB309_14 Depth=1 ldur w1, [x29, #-76] sub x0, x29, #128 sub x2, x29, #104 bl _tok_str_add2 b LBB309_14 LBB309_23: adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] stur x8, [x29, #-72] ldur x8, [x29, #-32] str x8, [x9, _macro_ptr@PAGEOFF] b LBB309_24 LBB309_24: ; =>This Loop Header: Depth=1 ; Child Loop BB309_25 Depth 2 ; Child Loop BB309_57 Depth 3 ; Child Loop BB309_42 Depth 3 b LBB309_25 LBB309_25: ; Parent Loop BB309_24 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB309_57 Depth 3 ; Child Loop BB309_42 Depth 3 adrp x8, _macro_ptr@PAGE ldr x8, [x8, _macro_ptr@PAGEOFF] ldr w8, [x8] subs w8, w8, #182 cset w8, ne tbnz w8, #0, LBB309_71 b LBB309_26 LBB309_26: ; in Loop: Header=BB309_25 Depth=2 adrp x8, _macro_ptr@PAGE ldr x9, [x8, _macro_ptr@PAGEOFF] add x9, x9, #4 str x9, [x8, _macro_ptr@PAGEOFF] ldr x9, [x8, _macro_ptr@PAGEOFF] stur x9, [x29, #-48] ldr x8, [x8, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-76] ldur w8, [x29, #-76] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB309_70 b LBB309_27 LBB309_27: ; in Loop: Header=BB309_25 Depth=2 adrp x10, _macro_ptr@PAGE ldr x8, [x10, _macro_ptr@PAGEOFF] add x9, x8, #4 str x9, [x10, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-76] ldur w8, [x29, #-76] subs w8, w8, #179 ; kill: def $x8 killed $w8 str x8, [sp, #88] ; 8-byte Folded Spill subs x8, x8, #27 cset w8, hi tbnz w8, #0, LBB309_33 ; %bb.28: ; in Loop: Header=BB309_25 Depth=2 ldr x11, [sp, #88] ; 8-byte Folded Reload adrp x10, lJTI309_1@PAGE add x10, x10, lJTI309_1@PAGEOFF Ltmp67: adr x8, Ltmp67 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB309_29: ; in Loop: Header=BB309_25 Depth=2 adrp x10, _macro_ptr@PAGE ldr x8, [x10, _macro_ptr@PAGEOFF] add x9, x8, #4 str x9, [x10, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-104] b LBB309_34 LBB309_30: ; in Loop: Header=BB309_25 Depth=2 adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] stur x8, [x29, #-104] ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, #32 ldur x10, [x29, #-104] str x8, [x10, #8] ldur x8, [x29, #-104] ldrsw x8, [x8] add x8, x8, #32 add x8, x8, #3 lsr x10, x8, #2 ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, x10, lsl #2 str x8, [x9, _macro_ptr@PAGEOFF] b LBB309_34 LBB309_31: ; in Loop: Header=BB309_25 Depth=2 adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-104] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #4] stur w8, [x29, #-100] ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, #8 str x8, [x9, _macro_ptr@PAGEOFF] b LBB309_34 LBB309_32: ; in Loop: Header=BB309_25 Depth=2 adrp x9, _macro_ptr@PAGE ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8] stur w8, [x29, #-104] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #4] stur w8, [x29, #-100] ldr x8, [x9, _macro_ptr@PAGEOFF] ldr w8, [x8, #8] stur w8, [x29, #-96] ldr x8, [x9, _macro_ptr@PAGEOFF] add x8, x8, #12 str x8, [x9, _macro_ptr@PAGEOFF] b LBB309_34 LBB309_33: ; in Loop: Header=BB309_25 Depth=2 b LBB309_34 LBB309_34: ; in Loop: Header=BB309_25 Depth=2 add x0, sp, #144 str x0, [sp, #72] ; 8-byte Folded Spill bl _cstr_free adrp x8, _tok@PAGE str x8, [sp, #80] ; 8-byte Folded Spill ldr w0, [x8, _tok@PAGEOFF] adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF bl _get_tok_str mov x8, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload stur x8, [x29, #-88] ldur x1, [x29, #-88] bl _cstr_cat ldur w0, [x29, #-76] sub x1, x29, #104 bl _get_tok_str mov x8, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload stur x8, [x29, #-96] ldur x1, [x29, #-96] bl _cstr_cat ldr x0, [sp, #72] ; 8-byte Folded Reload mov w1, #0 bl _cstr_ccat ldr x8, [sp, #80] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB309_36 b LBB309_35 LBB309_35: ; in Loop: Header=BB309_25 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB309_51 b LBB309_36 LBB309_36: ; in Loop: Header=BB309_25 Depth=2 ldur w8, [x29, #-76] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB309_38 b LBB309_37 LBB309_37: ; in Loop: Header=BB309_25 Depth=2 ldur w8, [x29, #-76] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB309_51 b LBB309_38 LBB309_38: ; in Loop: Header=BB309_25 Depth=2 adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB309_40 b LBB309_39 LBB309_39: ; in Loop: Header=BB309_25 Depth=2 add x8, sp, #144 adrp x9, _tokc@PAGE str x8, [x9, _tokc@PAGEOFF] b LBB309_50 LBB309_40: ; in Loop: Header=BB309_25 Depth=2 ldur w8, [x29, #-76] subs w8, w8, #206 cset w8, ne tbnz w8, #0, LBB309_49 b LBB309_41 LBB309_41: ; in Loop: Header=BB309_25 Depth=2 ldur x8, [x29, #-96] str x8, [sp, #136] b LBB309_42 LBB309_42: ; Parent Loop BB309_24 Depth=1 ; Parent Loop BB309_25 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [sp, #136] ldrsb w8, [x8] str w8, [sp, #132] ldr w8, [sp, #132] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB309_44 b LBB309_43 LBB309_43: ; in Loop: Header=BB309_25 Depth=2 b LBB309_48 LBB309_44: ; in Loop: Header=BB309_42 Depth=3 ldr x8, [sp, #136] add x8, x8, #1 str x8, [sp, #136] ldr w0, [sp, #132] bl _isnum subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB309_47 b LBB309_45 LBB309_45: ; in Loop: Header=BB309_42 Depth=3 ldr w0, [sp, #132] bl _isid subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB309_47 b LBB309_46 LBB309_46: ; in Loop: Header=BB309_25 Depth=2 b LBB309_65 LBB309_47: ; in Loop: Header=BB309_42 Depth=3 b LBB309_42 LBB309_48: ; in Loop: Header=BB309_25 Depth=2 b LBB309_49 LBB309_49: ; in Loop: Header=BB309_25 Depth=2 ldr x8, [sp, #152] str x8, [sp, #64] ; 8-byte Folded Spill ldr x0, [sp, #152] bl _strlen mov x8, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload mov x1, x8 bl _tok_alloc stur x0, [x29, #-40] ldur x8, [x29, #-40] ldr w8, [x8, #40] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB309_50 LBB309_50: ; in Loop: Header=BB309_25 Depth=2 b LBB309_69 LBB309_51: ; in Loop: Header=BB309_25 Depth=2 ldr x8, [sp, #152] str x8, [sp, #120] ldr x0, [sp, #120] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB309_53 b LBB309_52 LBB309_52: ; in Loop: Header=BB309_25 Depth=2 mov w8, #130 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB309_68 LBB309_53: ; in Loop: Header=BB309_25 Depth=2 ldr x0, [sp, #120] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB309_55 b LBB309_54 LBB309_54: ; in Loop: Header=BB309_25 Depth=2 mov w8, #129 adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB309_67 LBB309_55: ; in Loop: Header=BB309_25 Depth=2 ldr x0, [sp, #120] bl _strlen subs x8, x0, #2 cset w8, ne tbnz w8, #0, LBB309_64 b LBB309_56 LBB309_56: ; in Loop: Header=BB309_25 Depth=2 adrp x8, _tok_two_chars@PAGE add x8, x8, _tok_two_chars@PAGEOFF str x8, [sp, #112] b LBB309_57 LBB309_57: ; Parent Loop BB309_24 Depth=1 ; Parent Loop BB309_25 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [sp, #112] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB309_59 b LBB309_58 LBB309_58: ; in Loop: Header=BB309_25 Depth=2 b LBB309_65 LBB309_59: ; in Loop: Header=BB309_57 Depth=3 ldr x8, [sp, #112] ldrb w8, [x8] ldr x9, [sp, #120] ldrsb w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB309_62 b LBB309_60 LBB309_60: ; in Loop: Header=BB309_57 Depth=3 ldr x8, [sp, #112] ldrb w8, [x8, #1] ldr x9, [sp, #120] ldrsb w9, [x9, #1] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB309_62 b LBB309_61 LBB309_61: ; in Loop: Header=BB309_25 Depth=2 b LBB309_63 LBB309_62: ; in Loop: Header=BB309_57 Depth=3 ldr x8, [sp, #112] add x8, x8, #3 str x8, [sp, #112] b LBB309_57 LBB309_63: ; in Loop: Header=BB309_25 Depth=2 ldr x8, [sp, #112] ldrb w8, [x8, #2] adrp x9, _tok@PAGE str w8, [x9, _tok@PAGEOFF] b LBB309_66 LBB309_64: ; in Loop: Header=BB309_25 Depth=2 b LBB309_65 LBB309_65: ; in Loop: Header=BB309_25 Depth=2 add x0, sp, #144 str x0, [sp, #32] ; 8-byte Folded Spill bl _cstr_free adrp x8, _tok@PAGE str x8, [sp, #48] ; 8-byte Folded Spill ldr w0, [x8, _tok@PAGEOFF] adrp x8, _tokc@PAGE str x8, [sp, #56] ; 8-byte Folded Spill adrp x1, _tokc@PAGE add x1, x1, _tokc@PAGEOFF str x1, [sp, #40] ; 8-byte Folded Spill bl _get_tok_str mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload stur x8, [x29, #-88] ldur x1, [x29, #-88] bl _cstr_cat ldr x0, [sp, #32] ; 8-byte Folded Reload mov w1, #0 bl _cstr_ccat ldur w0, [x29, #-76] sub x1, x29, #104 bl _get_tok_str stur x0, [x29, #-96] ldr x10, [sp, #152] ldur x8, [x29, #-96] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.266@PAGE add x0, x0, l_.str.266@PAGEOFF bl _warning ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldr w1, [x8, _tok@PAGEOFF] sub x0, x29, #128 bl _tok_str_add2 ldr x10, [sp, #48] ; 8-byte Folded Reload ldr x9, [sp, #56] ; 8-byte Folded Reload ldur w8, [x29, #-76] str w8, [x10, _tok@PAGEOFF] ldur x8, [x29, #-104] str x8, [x9, _tokc@PAGEOFF] b LBB309_66 LBB309_66: ; in Loop: Header=BB309_25 Depth=2 b LBB309_67 LBB309_67: ; in Loop: Header=BB309_25 Depth=2 b LBB309_68 LBB309_68: ; in Loop: Header=BB309_25 Depth=2 b LBB309_69 LBB309_69: ; in Loop: Header=BB309_25 Depth=2 b LBB309_70 LBB309_70: ; in Loop: Header=BB309_25 Depth=2 b LBB309_25 LBB309_71: ; in Loop: Header=BB309_24 Depth=1 adrp x8, _tok@PAGE str x8, [sp, #24] ; 8-byte Folded Spill ldr w1, [x8, _tok@PAGEOFF] sub x0, x29, #128 adrp x2, _tokc@PAGE add x2, x2, _tokc@PAGEOFF bl _tok_str_add2 bl _next_nomacro ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8, _tok@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB309_73 b LBB309_72 LBB309_72: b LBB309_74 LBB309_73: ; in Loop: Header=BB309_24 Depth=1 b LBB309_24 LBB309_74: ldur x8, [x29, #-72] adrp x9, _macro_ptr@PAGE str x8, [x9, _macro_ptr@PAGEOFF] add x0, sp, #144 bl _cstr_free sub x0, x29, #128 mov w1, #0 bl _tok_str_add ldur x8, [x29, #-128] stur x8, [x29, #-24] b LBB309_75 LBB309_75: ldur x0, [x29, #-24] 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 .p2align 2 lJTI309_0: .long LBB309_3-Ltmp65 .long LBB309_3-Ltmp65 .long LBB309_4-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_3-Ltmp65 .long LBB309_4-Ltmp65 .long LBB309_3-Ltmp65 .long LBB309_3-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_5-Ltmp65 .long LBB309_6-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_3-Ltmp65 .long LBB309_5-Ltmp65 .long LBB309_5-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_7-Ltmp65 .long LBB309_4-Ltmp65 .p2align 2 lJTI309_1: .long LBB309_29-Ltmp67 .long LBB309_29-Ltmp67 .long LBB309_30-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_29-Ltmp67 .long LBB309_30-Ltmp67 .long LBB309_29-Ltmp67 .long LBB309_29-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_31-Ltmp67 .long LBB309_32-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_29-Ltmp67 .long LBB309_31-Ltmp67 .long LBB309_31-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_33-Ltmp67 .long LBB309_30-Ltmp67 .p2align 2 lJTI309_2: .long LBB309_17-Ltmp66 .long LBB309_17-Ltmp66 .long LBB309_18-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_17-Ltmp66 .long LBB309_18-Ltmp66 .long LBB309_17-Ltmp66 .long LBB309_17-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_19-Ltmp66 .long LBB309_20-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_17-Ltmp66 .long LBB309_19-Ltmp66 .long LBB309_19-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_21-Ltmp66 .long LBB309_18-Ltmp66 ; -- End function .p2align 2 ; -- Begin function is_null_pointer _is_null_pointer: ; @is_null_pointer .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] ldr x8, [sp, #16] ldrh w8, [x8, #16] and w8, w8, #0x3ff subs w8, w8, #240 cset w8, eq tbnz w8, #0, LBB310_2 b LBB310_1 LBB310_1: str wzr, [sp, #28] b LBB310_8 LBB310_2: ldr x8, [sp, #16] ldr w8, [x8] ands w8, w8, #0xf cset w8, ne tbnz w8, #0, LBB310_4 b LBB310_3 LBB310_3: ldr x8, [sp, #16] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB310_7 b LBB310_4 LBB310_4: ldr x8, [sp, #16] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #12 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB310_6 b LBB310_5 LBB310_5: ldr x8, [sp, #16] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB310_6 LBB310_6: ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #12] ; 4-byte Folded Spill b LBB310_7 LBB310_7: ldr w8, [sp, #12] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] b LBB310_8 LBB310_8: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function is_integer_btype _is_integer_btype: ; @is_integer_btype .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #1 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB311_4 b LBB311_1 LBB311_1: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB311_4 b LBB311_2 LBB311_2: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB311_4 b LBB311_3 LBB311_3: ldr w8, [sp, #12] subs w8, w8, #12 cset w8, eq str w8, [sp, #8] ; 4-byte Folded Spill b LBB311_4 LBB311_4: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function elf_hash _elf_hash: ; @elf_hash .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str xzr, [sp, #16] b LBB312_1 LBB312_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB312_5 b LBB312_2 LBB312_2: ; in Loop: Header=BB312_1 Depth=1 ldr x9, [sp, #16] ldr x8, [sp, #24] add x10, x8, #1 str x10, [sp, #24] ldrb w8, [x8] ; kill: def $x8 killed $w8 add x8, x8, x9, lsl #4 str x8, [sp, #16] ldr x8, [sp, #16] and x8, x8, #0xf0000000 str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB312_4 b LBB312_3 LBB312_3: ; in Loop: Header=BB312_1 Depth=1 ldr x9, [sp, #8] ldr x8, [sp, #16] eor x8, x8, x9, lsr #24 str x8, [sp, #16] b LBB312_4 LBB312_4: ; in Loop: Header=BB312_1 Depth=1 ldr x9, [sp, #8] ldr x8, [sp, #16] bic x8, x8, x9 str x8, [sp, #16] b LBB312_1 LBB312_5: ldr x0, [sp, #16] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function add_init_array_defines _add_init_array_defines: ; @add_init_array_defines .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, #2144 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #80] str x1, [sp, #72] ldr x8, [sp, #72] add x8, x8, #1 mov x9, sp str x8, [x9] add x0, sp, #1112 mov x3, #1024 str x3, [sp, #48] ; 8-byte Folded Spill mov x1, x3 mov w2, #0 str w2, [sp, #44] ; 4-byte Folded Spill adrp x4, l_.str.292@PAGE add x4, x4, l_.str.292@PAGEOFF bl ___snprintf_chk ldr w2, [sp, #44] ; 4-byte Folded Reload ldr x3, [sp, #48] ; 8-byte Folded Reload ldr x8, [sp, #72] add x8, x8, #1 mov x9, sp str x8, [x9] add x0, sp, #88 mov x1, x3 adrp x4, l_.str.293@PAGE add x4, x4, l_.str.293@PAGEOFF bl ___snprintf_chk ldr x0, [sp, #80] ldr x1, [sp, #72] bl _find_section str x0, [sp, #64] ldr x8, [sp, #64] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB313_2 b LBB313_1 LBB313_1: str xzr, [sp, #56] adrp x8, _data_section@PAGE ldr x8, [x8, _data_section@PAGEOFF] str x8, [sp, #64] b LBB313_3 LBB313_2: ldr x8, [sp, #64] ldr x8, [x8] str x8, [sp, #56] b LBB313_3 LBB313_3: adrp x8, _symtab_section@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8, _symtab_section@PAGEOFF] ldr x8, [sp, #64] ldr w5, [x8, #28] mov x2, #0 str x2, [sp, #24] ; 8-byte Folded Spill mov x1, x2 mov w3, #16 str w3, [sp, #36] ; 4-byte Folded Spill mov w4, #0 str w4, [sp, #40] ; 4-byte Folded Spill add x6, sp, #1112 bl _add_elf_sym ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr w3, [sp, #36] ; 4-byte Folded Reload ldr w4, [sp, #40] ; 4-byte Folded Reload ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #56] ldr x8, [sp, #64] ldr w5, [x8, #28] add x6, sp, #88 bl _add_elf_sym 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, LBB313_5 b LBB313_4 LBB313_4: bl ___stack_chk_fail LBB313_5: add sp, sp, #2144 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 put_got_offset _put_got_offset: ; @put_got_offset .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 w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9, #144] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB314_7 b LBB314_1 LBB314_1: mov w8, #1 str w8, [sp, #20] b LBB314_2 LBB314_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB314_4 b LBB314_3 LBB314_3: ; in Loop: Header=BB314_2 Depth=1 ldr w8, [sp, #20] lsl w8, w8, #1 str w8, [sp, #20] b LBB314_2 LBB314_4: ldur x8, [x29, #-8] ldr x0, [x8, #136] ldrsw x8, [sp, #20] lsl x1, x8, #3 bl _tcc_realloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB314_6 b LBB314_5 LBB314_5: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _error b LBB314_6 LBB314_6: ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #136] ldur x8, [x29, #-8] ldr x8, [x8, #136] ldur x9, [x29, #-8] ldrsw x9, [x9, #144] add x0, x8, x9, lsl #3 ldr w8, [sp, #20] ldur x9, [x29, #-8] ldr w9, [x9, #144] subs w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x2, x8, #3 mov w1, #0 mov x3, #-1 bl ___memset_chk ldr w8, [sp, #20] ldur x9, [x29, #-8] str w8, [x9, #144] b LBB314_7 LBB314_7: ldr x8, [sp, #24] ldur x9, [x29, #-8] ldr x9, [x9, #136] ldursw x10, [x29, #-12] str x8, [x9, x10, lsl #3] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function rebuild_hash _rebuild_hash: ; @rebuild_hash .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x8, [x29, #-8] ldr x8, [x8, #88] ldr x8, [x8, #8] str x8, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] mov x9, #16 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #36] ldur x8, [x29, #-8] ldr x8, [x8, #104] str xzr, [x8] ldur x8, [x29, #-8] ldr x0, [x8, #104] ldur w8, [x29, #-12] add w8, w8, #2 ldr w9, [sp, #36] add w8, w8, w9 ; kill: def $x8 killed $w8 lsl x1, x8, #2 bl _section_ptr_add stur x0, [x29, #-32] ldur w8, [x29, #-12] ldur x9, [x29, #-32] str w8, [x9] ldr w8, [sp, #36] ldur x9, [x29, #-32] str w8, [x9, #4] ldur x8, [x29, #-32] add x8, x8, #8 stur x8, [x29, #-32] ldur x8, [x29, #-32] str x8, [sp, #40] ldr x0, [sp, #40] ldur w8, [x29, #-12] mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill add w8, w8, #1 ; kill: def $x8 killed $w8 lsl x2, x8, #2 mov w1, #0 mov x3, #-1 bl ___memset_chk ldr w8, [sp, #12] ; 4-byte Folded Reload ldur w9, [x29, #-12] add w10, w9, #1 ldur x9, [x29, #-32] add x9, x9, w10, uxtw #2 stur x9, [x29, #-32] ldur x9, [x29, #-8] ldr x9, [x9, #8] add x9, x9, #16 stur x9, [x29, #-24] str w8, [sp, #32] b LBB315_1 LBB315_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB315_7 b LBB315_2 LBB315_2: ; in Loop: Header=BB315_1 Depth=1 ldur x8, [x29, #-24] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB315_4 b LBB315_3 LBB315_3: ; in Loop: Header=BB315_1 Depth=1 ldr x8, [sp, #16] ldur x9, [x29, #-24] ldr w9, [x9] ; kill: def $x9 killed $w9 add x0, x8, x9 bl _elf_hash ldur w8, [x29, #-12] mov x9, x8 udiv x8, x0, x9 mul x8, x8, x9 subs x8, x0, x8 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #28] ldr x8, [sp, #40] ldrsw x9, [sp, #28] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-32] str w8, [x9] ldr w8, [sp, #32] ldr x9, [sp, #40] ldrsw x10, [sp, #28] str w8, [x9, x10, lsl #2] b LBB315_5 LBB315_4: ; in Loop: Header=BB315_1 Depth=1 ldur x8, [x29, #-32] str wzr, [x8] b LBB315_5 LBB315_5: ; in Loop: Header=BB315_1 Depth=1 ldur x8, [x29, #-32] add x8, x8, #4 stur x8, [x29, #-32] ldur x8, [x29, #-24] add x8, x8, #16 stur x8, [x29, #-24] b LBB315_6 LBB315_6: ; in Loop: Header=BB315_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB315_1 LBB315_7: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_compile _tcc_compile: ; @tcc_compile .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #608 adrp x8, _func_old_type@PAGE add x8, x8, _func_old_type@PAGEOFF str x8, [sp, #56] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #80] ldr x0, [sp, #80] bl _preprocess_init adrp x9, _funcname@PAGE adrp x8, l_.str.63@PAGE add x8, x8, l_.str.63@PAGEOFF str x8, [x9, _funcname@PAGEOFF] adrp x9, _anon_sym@PAGE mov x8, #268435456 str x8, [x9, _anon_sym@PAGEOFF] str wzr, [sp, #68] adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB316_2 b LBB316_1 LBB316_1: adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _text_section@PAGE str x8, [sp, #40] ; 8-byte Folded Spill ldr x8, [x8, _text_section@PAGEOFF] ldr w5, [x8, #28] mov x2, #0 mov x1, x2 mov w3, #3 mov w4, #0 str w4, [sp, #52] ; 4-byte Folded Spill mov x6, #0 bl _put_elf_sym str w0, [sp, #68] add x0, sp, #88 str x0, [sp, #32] ; 8-byte Folded Spill mov x1, #512 bl _getcwd mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload adrp x9, _dummy_char_star@GOTPAGE ldr x9, [x9, _dummy_char_star@GOTPAGEOFF] str x8, [x9] mov w1, #512 adrp x2, l_.str.138@PAGE add x2, x2, l_.str.138@PAGEOFF bl _pstrcat ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w3, [sp, #52] ; 4-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload ldr x9, [x8, _text_section@PAGEOFF] ldr x4, [x9] ldr x5, [x8, _text_section@PAGEOFF] ldr w6, [sp, #68] mov w1, #100 str w1, [sp, #48] ; 4-byte Folded Spill mov x2, x3 bl _put_stabs_r ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w1, [sp, #48] ; 4-byte Folded Reload ldr w3, [sp, #52] ; 4-byte Folded Reload adrp x9, _file@PAGE ldr x9, [x9, _file@PAGEOFF] add x0, x9, #553 ldr x9, [x8, _text_section@PAGEOFF] ldr x4, [x9] ldr x5, [x8, _text_section@PAGEOFF] ldr w6, [sp, #68] mov x2, x3 bl _put_stabs_r b LBB316_2 LBB316_2: adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] add x6, x8, #553 mov x2, #0 mov x1, x2 mov w3, #4 mov w4, #0 str w4, [sp, #28] ; 4-byte Folded Spill mov w5, #65521 bl _put_elf_sym adrp x8, _int_type@PAGE adrp x9, _int_type@PAGE add x9, x9, _int_type@PAGEOFF str x9, [sp, #16] ; 8-byte Folded Spill str wzr, [x8, _int_type@PAGEOFF] adrp x9, _char_pointer_type@PAGE adrp x0, _char_pointer_type@PAGE add x0, x0, _char_pointer_type@PAGEOFF mov w8, #1 str w8, [x9, _char_pointer_type@PAGEOFF] bl _mk_pointer ldr x1, [sp, #16] ; 8-byte Folded Reload ldr w2, [sp, #28] ; 4-byte Folded Reload adrp x9, _func_old_type@PAGE mov w8, #6 str w8, [x9, _func_old_type@PAGEOFF] mov w0, #536870912 mov w3, #2 bl _sym_push ldr x8, [sp, #56] ; 8-byte Folded Reload str x0, [x8, #8] adrp x8, _define_stack@PAGE ldr x8, [x8, _define_stack@PAGEOFF] str x8, [sp, #72] ldr x8, [sp, #80] add x0, x8, #268 bl _setjmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB316_8 b LBB316_3 LBB316_3: ldr x8, [sp, #80] str wzr, [x8, #460] ldr x9, [sp, #80] mov w8, #1 str w8, [x9, #264] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] adrp x9, _tok_flags@PAGE mov w8, #3 str w8, [x9, _tok_flags@PAGEOFF] adrp x9, _parse_flags@PAGE str w8, [x9, _parse_flags@PAGEOFF] bl _next mov w0, #240 bl _decl adrp x8, _tok@PAGE ldr w8, [x8, _tok@PAGEOFF] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB316_5 b LBB316_4 LBB316_4: adrp x0, l_.str.314@PAGE add x0, x0, l_.str.314@PAGEOFF bl _expect b LBB316_5 LBB316_5: adrp x8, _do_debug@PAGE ldr w8, [x8, _do_debug@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB316_7 b LBB316_6 LBB316_6: adrp x8, _text_section@PAGE ldr x9, [x8, _text_section@PAGEOFF] ldr x4, [x9] ldr x5, [x8, _text_section@PAGEOFF] ldr w6, [sp, #68] mov x0, #0 mov w1, #100 mov w3, #0 mov x2, x3 bl _put_stabs_r b LBB316_7 LBB316_7: b LBB316_8 LBB316_8: ldr x8, [sp, #80] mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill str wzr, [x8, #264] ldr x0, [sp, #72] bl _free_defines bl _gen_inline_functions adrp x0, _global_stack@PAGE add x0, x0, _global_stack@PAGEOFF mov x1, #0 bl _sym_pop ldr w8, [sp, #8] ; 4-byte Folded Reload ldr x9, [sp, #80] ldr w9, [x9, #460] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 ands w9, w9, #0x1 csinv w8, w8, wzr, eq str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB316_10 b LBB316_9 LBB316_9: bl ___stack_chk_fail LBB316_10: ldr w0, [sp, #12] ; 4-byte Folded Reload add sp, sp, #608 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_assemble _tcc_assemble: ; @tcc_assemble .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x0, [x29, #-8] bl _preprocess_init adrp x8, _text_section@PAGE ldr x9, [x8, _text_section@PAGEOFF] adrp x8, _cur_text_section@PAGE str x8, [sp, #8] ; 8-byte Folded Spill str x9, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8, _cur_text_section@PAGEOFF] ldr x8, [x8] adrp x9, _ind@PAGE str x9, [sp] ; 8-byte Folded Spill str x8, [x9, _ind@PAGEOFF] adrp x8, _define_stack@PAGE ldr x8, [x8, _define_stack@PAGEOFF] str x8, [sp, #24] ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _tcc_assemble_internal ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] ; 8-byte Folded Reload str w0, [sp, #20] ldr x8, [x8, _ind@PAGEOFF] ldr x9, [x9, _cur_text_section@PAGEOFF] str x8, [x9] ldr x0, [sp, #24] bl _free_defines ldr w0, [sp, #20] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_load_object_file _tcc_load_object_file: ; @tcc_load_object_file .cfi_startproc ; %bb.0: sub sp, sp, #288 .cfi_def_cfa_offset 288 stp x28, x27, [sp, #256] ; 16-byte Folded Spill stp x29, x30, [sp, #272] ; 16-byte Folded Spill add x29, sp, #272 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur x0, [x29, #-88] stur w1, [x29, #-92] stur x2, [x29, #-104] ldur w0, [x29, #-92] sub x1, x29, #76 mov x2, #52 bl _read subs x8, x0, #52 cset w8, eq tbnz w8, #0, LBB318_2 b LBB318_1 LBB318_1: b LBB318_12 LBB318_2: ldurb w8, [x29, #-76] subs w8, w8, #127 cset w8, ne tbnz w8, #0, LBB318_6 b LBB318_3 LBB318_3: ldurb w8, [x29, #-75] subs w8, w8, #69 cset w8, ne tbnz w8, #0, LBB318_6 b LBB318_4 LBB318_4: ldurb w8, [x29, #-74] subs w8, w8, #76 cset w8, ne tbnz w8, #0, LBB318_6 b LBB318_5 LBB318_5: ldurb w8, [x29, #-73] subs w8, w8, #70 cset w8, eq tbnz w8, #0, LBB318_7 b LBB318_6 LBB318_6: b LBB318_12 LBB318_7: ldurh w8, [x29, #-60] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB318_9 b LBB318_8 LBB318_8: b LBB318_12 LBB318_9: ldurb w8, [x29, #-71] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB318_11 b LBB318_10 LBB318_10: ldurh w8, [x29, #-58] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB318_13 b LBB318_11 LBB318_11: b LBB318_12 LBB318_12: adrp x0, l_.str.315@PAGE add x0, x0, l_.str.315@PAGEOFF bl _error_noabort mov w8, #-1 stur w8, [x29, #-80] b LBB318_97 LBB318_13: ldur w0, [x29, #-92] ldur x8, [x29, #-104] ldur w9, [x29, #-44] ; kill: def $x9 killed $w9 add x1, x8, x9 ldurh w8, [x29, #-28] mov x9, x8 mov x8, #40 mul x2, x8, x9 bl _load_data stur x0, [x29, #-112] ldurh w8, [x29, #-28] mov x9, x8 mov x8, #24 mul x0, x8, x9 bl _tcc_mallocz str x0, [sp, #72] ldur x8, [x29, #-112] ldurh w9, [x29, #-26] ; kill: def $x9 killed $w9 mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldur w0, [x29, #-92] ldur x8, [x29, #-104] ldur x9, [x29, #-120] ldr w9, [x9, #16] ; kill: def $x9 killed $w9 add x1, x8, x9 ldur x8, [x29, #-120] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #112] ; kill: def $x8 killed $xzr str xzr, [sp, #96] str xzr, [sp, #48] str xzr, [sp, #104] str wzr, [sp, #128] mov w8, #1 stur w8, [x29, #-128] b LBB318_14 LBB318_14: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-128] ldurh w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_22 b LBB318_15 LBB318_15: ; in Loop: Header=BB318_14 Depth=1 ldur x8, [x29, #-112] ldursw x9, [x29, #-128] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB318_20 b LBB318_16 LBB318_16: ; in Loop: Header=BB318_14 Depth=1 ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB318_19 b LBB318_17 LBB318_17: adrp x0, l_.str.316@PAGE add x0, x0, l_.str.316@PAGEOFF bl _error_noabort b LBB318_18 LBB318_18: mov w8, #-1 str w8, [sp, #120] b LBB318_96 LBB318_19: ; in Loop: Header=BB318_14 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #20] ; kill: def $x8 killed $w8 mov x9, #16 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #128] ldur w0, [x29, #-92] ldur x8, [x29, #-104] ldur x9, [x29, #-120] ldr w9, [x9, #16] ; kill: def $x9 killed $w9 add x1, x8, x9 ldur x8, [x29, #-120] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #48] adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x9, [sp, #72] ldursw x10, [x29, #-128] mov x11, #24 mul x10, x10, x11 str x8, [x9, x10] ldur x8, [x29, #-112] ldur x9, [x29, #-120] ldr w9, [x9, #24] ; kill: def $x9 killed $w9 mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldur w0, [x29, #-92] ldur x8, [x29, #-104] ldur x9, [x29, #-120] ldr w9, [x9, #16] ; kill: def $x9 killed $w9 add x1, x8, x9 ldur x8, [x29, #-120] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #104] b LBB318_20 LBB318_20: ; in Loop: Header=BB318_14 Depth=1 b LBB318_21 LBB318_21: ; in Loop: Header=BB318_14 Depth=1 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] b LBB318_14 LBB318_22: mov w8, #1 stur w8, [x29, #-128] b LBB318_23 LBB318_23: ; =>This Loop Header: Depth=1 ; Child Loop BB318_33 Depth 2 ldur w8, [x29, #-128] ldurh w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_51 b LBB318_24 LBB318_24: ; in Loop: Header=BB318_23 Depth=1 ldur w8, [x29, #-128] ldurh w9, [x29, #-26] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB318_26 b LBB318_25 LBB318_25: ; in Loop: Header=BB318_23 Depth=1 b LBB318_50 LBB318_26: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-112] ldursw x9, [x29, #-128] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldr x8, [sp, #112] ldur x9, [x29, #-120] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #88] ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB318_30 b LBB318_27 LBB318_27: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB318_30 b LBB318_28 LBB318_28: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB318_30 b LBB318_29 LBB318_29: ; in Loop: Header=BB318_23 Depth=1 b LBB318_50 LBB318_30: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #32] subs w8, w8, #1 cset w8, hs tbnz w8, #0, LBB318_32 b LBB318_31 LBB318_31: ; in Loop: Header=BB318_23 Depth=1 ldur x9, [x29, #-120] mov w8, #1 str w8, [x9, #32] b LBB318_32 LBB318_32: ; in Loop: Header=BB318_23 Depth=1 mov w8, #1 stur w8, [x29, #-132] b LBB318_33 LBB318_33: ; Parent Loop BB318_23 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-132] ldur x9, [x29, #-88] ldr w9, [x9, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_40 b LBB318_34 LBB318_34: ; in Loop: Header=BB318_33 Depth=2 ldur x8, [x29, #-88] ldr x8, [x8, #104] ldursw x9, [x29, #-132] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ldr x8, [sp, #24] add x0, x8, #120 ldr x1, [sp, #88] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB318_38 b LBB318_35 LBB318_35: ; in Loop: Header=BB318_23 Depth=1 ldr x0, [sp, #88] adrp x1, l_.str.317@PAGE add x1, x1, l_.str.317@PAGEOFF mov x2, #13 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB318_37 b LBB318_36 LBB318_36: ; in Loop: Header=BB318_23 Depth=1 ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 add x9, x8, x9 mov w8, #1 strb w8, [x9, #17] b LBB318_49 LBB318_37: ; in Loop: Header=BB318_23 Depth=1 b LBB318_41 LBB318_38: ; in Loop: Header=BB318_33 Depth=2 b LBB318_39 LBB318_39: ; in Loop: Header=BB318_33 Depth=2 ldur w8, [x29, #-132] add w8, w8, #1 stur w8, [x29, #-132] b LBB318_33 LBB318_40: ; in Loop: Header=BB318_23 Depth=1 ldur x0, [x29, #-88] ldr x1, [sp, #88] ldur x8, [x29, #-120] ldr w2, [x8, #4] ldur x8, [x29, #-120] ldr w3, [x8, #8] bl _new_section str x0, [sp, #24] ldur x8, [x29, #-120] ldr w8, [x8, #32] ldr x9, [sp, #24] str w8, [x9, #44] ldur x8, [x29, #-120] ldr w8, [x8, #36] ldr x9, [sp, #24] str w8, [x9, #48] ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 add x9, x8, x9 mov w8, #1 strb w8, [x9, #16] b LBB318_41 LBB318_41: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #4] ldr x9, [sp, #24] ldr w9, [x9, #32] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB318_43 b LBB318_42 LBB318_42: adrp x0, l_.str.318@PAGE add x0, x0, l_.str.318@PAGEOFF bl _error_noabort b LBB318_18 LBB318_43: ; in Loop: Header=BB318_23 Depth=1 ldr x8, [sp, #24] ldr x8, [x8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #136] ldur x8, [x29, #-120] ldr w8, [x8, #32] subs w8, w8, #1 stur w8, [x29, #-124] ldr w8, [sp, #136] ldur w9, [x29, #-124] add w8, w8, w9 ldur w9, [x29, #-124] bic w8, w8, w9 str w8, [sp, #136] ldur x8, [x29, #-120] ldr w8, [x8, #32] ldr x9, [sp, #24] ldr w9, [x9, #44] subs w8, w8, w9 cset w8, ls tbnz w8, #0, LBB318_45 b LBB318_44 LBB318_44: ; in Loop: Header=BB318_23 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #32] ldr x9, [sp, #24] str w8, [x9, #44] b LBB318_45 LBB318_45: ; in Loop: Header=BB318_23 Depth=1 ldrsw x8, [sp, #136] ldr x9, [sp, #24] str x8, [x9] ldrsw x8, [sp, #136] ldr x9, [sp, #72] ldursw x10, [x29, #-128] mov x11, #24 mul x10, x10, x11 add x9, x9, x10 str x8, [x9, #8] ldr x8, [sp, #24] ldr x9, [sp, #72] ldursw x10, [x29, #-128] mul x10, x10, x11 str x8, [x9, x10] ldur x8, [x29, #-120] ldr w8, [x8, #20] stur w8, [x29, #-124] ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB318_47 b LBB318_46 LBB318_46: ; in Loop: Header=BB318_23 Depth=1 ldur w0, [x29, #-92] ldur x8, [x29, #-104] ldur x9, [x29, #-120] ldr w9, [x9, #16] ; kill: def $x9 killed $w9 add x1, x8, x9 mov w2, #0 bl _lseek ldr x0, [sp, #24] ldursw x1, [x29, #-124] bl _section_ptr_add str x0, [sp, #16] ldur w0, [x29, #-92] ldr x1, [sp, #16] ldursw x2, [x29, #-124] bl _read adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x0, [x8] b LBB318_48 LBB318_47: ; in Loop: Header=BB318_23 Depth=1 ldursw x10, [x29, #-124] ldr x9, [sp, #24] ldr x8, [x9] add x8, x8, x10 str x8, [x9] b LBB318_48 LBB318_48: ; in Loop: Header=BB318_23 Depth=1 b LBB318_49 LBB318_49: ; in Loop: Header=BB318_23 Depth=1 b LBB318_50 LBB318_50: ; in Loop: Header=BB318_23 Depth=1 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] b LBB318_23 LBB318_51: ldr x8, [sp, #72] str x8, [sp, #64] mov w8, #1 stur w8, [x29, #-128] b LBB318_52 LBB318_52: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-128] ldurh w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_62 b LBB318_53 LBB318_53: ; in Loop: Header=BB318_52 Depth=1 ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] str x8, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB318_55 b LBB318_54 LBB318_54: ; in Loop: Header=BB318_52 Depth=1 ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 ldrb w8, [x8, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB318_56 b LBB318_55 LBB318_55: ; in Loop: Header=BB318_52 Depth=1 b LBB318_61 LBB318_56: ; in Loop: Header=BB318_52 Depth=1 ldur x8, [x29, #-112] ldursw x9, [x29, #-128] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldur x8, [x29, #-120] ldr w8, [x8, #24] subs w8, w8, #0 cset w8, ls tbnz w8, #0, LBB318_58 b LBB318_57 LBB318_57: ; in Loop: Header=BB318_52 Depth=1 ldr x8, [sp, #72] ldur x9, [x29, #-120] mov x10, #24 ldr w9, [x9, #24] ; kill: def $x9 killed $w9 mul x9, x9, x10 ldr x8, [x8, x9] ldr x9, [sp, #24] str x8, [x9, #88] b LBB318_58 LBB318_58: ; in Loop: Header=BB318_52 Depth=1 ldur x8, [x29, #-120] ldr w8, [x8, #4] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB318_60 b LBB318_59 LBB318_59: ; in Loop: Header=BB318_52 Depth=1 ldr x8, [sp, #72] ldur x9, [x29, #-120] ldr w9, [x9, #28] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] ldr w8, [x8, #28] ldr x9, [sp, #24] str w8, [x9, #40] ldr x8, [sp, #24] ldur x9, [x29, #-88] ldr x9, [x9, #104] ldr x10, [sp, #24] ldrsw x10, [x10, #40] ldr x9, [x9, x10, lsl #3] str x8, [x9, #96] b LBB318_60 LBB318_60: ; in Loop: Header=BB318_52 Depth=1 b LBB318_61 LBB318_61: ; in Loop: Header=BB318_52 Depth=1 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] b LBB318_52 LBB318_62: ldrsw x8, [sp, #128] lsl x0, x8, #2 bl _tcc_mallocz str x0, [sp, #96] ldr x8, [sp, #48] add x8, x8, #16 str x8, [sp, #56] mov w8, #1 stur w8, [x29, #-128] b LBB318_63 LBB318_63: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-128] ldr w9, [sp, #128] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_77 b LBB318_64 LBB318_64: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #56] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB318_75 b LBB318_65 LBB318_65: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #56] ldrh w8, [x8, #14] mov w9, #65280 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_75 b LBB318_66 LBB318_66: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #72] ldr x9, [sp, #56] ldrh w9, [x9, #14] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #64] ldr x8, [sp, #64] ldrb w8, [x8, #17] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB318_72 b LBB318_67 LBB318_67: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #56] ldrb w8, [x8, #12] asr w8, w8, #4 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB318_71 b LBB318_68 LBB318_68: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #104] ldr x9, [sp, #56] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #80] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #80] bl _find_elf_sym str w0, [sp, #124] ldr w8, [sp, #124] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB318_70 b LBB318_69 LBB318_69: ; in Loop: Header=BB318_63 Depth=1 ldr w8, [sp, #124] ldr x9, [sp, #96] ldursw x10, [x29, #-128] str w8, [x9, x10, lsl #2] b LBB318_70 LBB318_70: ; in Loop: Header=BB318_63 Depth=1 b LBB318_71 LBB318_71: ; in Loop: Header=BB318_63 Depth=1 b LBB318_76 LBB318_72: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #64] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB318_74 b LBB318_73 LBB318_73: ; in Loop: Header=BB318_63 Depth=1 b LBB318_76 LBB318_74: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #64] ldr x8, [x8] ldr w8, [x8, #28] ldr x9, [sp, #56] strh w8, [x9, #14] ldr x8, [sp, #64] ldr x10, [x8, #8] ldr x9, [sp, #56] ldr w8, [x9, #4] ; kill: def $x8 killed $w8 add x8, x8, x10 ; kill: def $w8 killed $w8 killed $x8 str w8, [x9, #4] b LBB318_75 LBB318_75: ; in Loop: Header=BB318_63 Depth=1 ldr x8, [sp, #104] ldr x9, [sp, #56] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #80] adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x8, [sp, #56] ldr w8, [x8, #4] mov x1, x8 ldr x8, [sp, #56] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #56] ldrb w3, [x8, #12] ldr x8, [sp, #56] ldrb w4, [x8, #13] ldr x8, [sp, #56] ldrh w5, [x8, #14] ldr x6, [sp, #80] bl _add_elf_sym str w0, [sp, #124] ldr w8, [sp, #124] ldr x9, [sp, #96] ldursw x10, [x29, #-128] str w8, [x9, x10, lsl #2] b LBB318_76 LBB318_76: ; in Loop: Header=BB318_63 Depth=1 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] ldr x8, [sp, #56] add x8, x8, #16 str x8, [sp, #56] b LBB318_63 LBB318_77: mov w8, #1 stur w8, [x29, #-128] b LBB318_78 LBB318_78: ; =>This Loop Header: Depth=1 ; Child Loop BB318_83 Depth 2 ldur w8, [x29, #-128] ldurh w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB318_95 b LBB318_79 LBB318_79: ; in Loop: Header=BB318_78 Depth=1 ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 ldr x8, [x8, x9] str x8, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB318_81 b LBB318_80 LBB318_80: ; in Loop: Header=BB318_78 Depth=1 b LBB318_94 LBB318_81: ; in Loop: Header=BB318_78 Depth=1 ldur x8, [x29, #-112] ldursw x9, [x29, #-128] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 stur x8, [x29, #-120] ldr x8, [sp, #72] ldursw x9, [x29, #-128] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #136] ldr x8, [sp, #24] ldr w8, [x8, #32] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB318_92 b LBB318_82 LBB318_82: ; in Loop: Header=BB318_78 Depth=1 ldr x8, [sp, #72] ldur x9, [x29, #-120] ldr w9, [x9, #28] ; kill: def $x9 killed $w9 mov x10, #24 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #132] ldr x8, [sp, #24] ldr x8, [x8, #8] ldr x9, [sp, #24] ldr x9, [x9] add x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #24] ldr x8, [x8, #8] ldrsw x9, [sp, #136] add x8, x8, x9 str x8, [sp, #40] b LBB318_83 LBB318_83: ; Parent Loop BB318_78 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #40] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB318_91 b LBB318_84 LBB318_84: ; in Loop: Header=BB318_83 Depth=2 ldr x8, [sp, #40] ldrb w8, [x8, #4] str w8, [sp, #12] ldr x8, [sp, #40] ldr w8, [x8, #4] lsr w8, w8, #8 str w8, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #128] subs w8, w8, w9 cset w8, lo tbnz w8, #0, LBB318_86 b LBB318_85 LBB318_85: b LBB318_88 LBB318_86: ; in Loop: Header=BB318_83 Depth=2 ldr x8, [sp, #96] ldr w9, [sp, #8] ; kill: def $x9 killed $w9 ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB318_89 b LBB318_87 LBB318_87: b LBB318_88 LBB318_88: adrp x0, l_.str.319@PAGE add x0, x0, l_.str.319@PAGEOFF bl _error_noabort b LBB318_18 LBB318_89: ; in Loop: Header=BB318_83 Depth=2 ldr w9, [sp, #8] ldrb w8, [sp, #12] add w8, w8, w9, lsl #8 ldr x9, [sp, #40] str w8, [x9, #4] ldr w10, [sp, #132] ldr x9, [sp, #40] ldr w8, [x9] add w8, w8, w10 str w8, [x9] b LBB318_90 LBB318_90: ; in Loop: Header=BB318_83 Depth=2 ldr x8, [sp, #40] add x8, x8, #8 str x8, [sp, #40] b LBB318_83 LBB318_91: ; in Loop: Header=BB318_78 Depth=1 b LBB318_93 LBB318_92: ; in Loop: Header=BB318_78 Depth=1 b LBB318_93 LBB318_93: ; in Loop: Header=BB318_78 Depth=1 b LBB318_94 LBB318_94: ; in Loop: Header=BB318_78 Depth=1 ldur w8, [x29, #-128] add w8, w8, #1 stur w8, [x29, #-128] b LBB318_78 LBB318_95: str wzr, [sp, #120] b LBB318_96 LBB318_96: ldr x0, [sp, #48] bl _tcc_free ldr x0, [sp, #104] bl _tcc_free ldr x0, [sp, #96] bl _tcc_free ldr x0, [sp, #72] bl _tcc_free ldr x0, [sp, #112] bl _tcc_free ldur x0, [x29, #-112] bl _tcc_free ldr w8, [sp, #120] stur w8, [x29, #-80] b LBB318_97 LBB318_97: ldur w8, [x29, #-80] str w8, [sp, #4] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB318_99 b LBB318_98 LBB318_98: bl ___stack_chk_fail LBB318_99: ldr w0, [sp, #4] ; 4-byte Folded Reload ldp x29, x30, [sp, #272] ; 16-byte Folded Reload ldp x28, x27, [sp, #256] ; 16-byte Folded Reload add sp, sp, #288 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_load_dll _tcc_load_dll: ; @tcc_load_dll .cfi_startproc ; %bb.0: sub sp, sp, #272 .cfi_def_cfa_offset 272 stp x28, x27, [sp, #240] ; 16-byte Folded Spill stp x29, x30, [sp, #256] ; 16-byte Folded Spill add x29, sp, #256 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur x0, [x29, #-88] stur w1, [x29, #-92] stur x2, [x29, #-104] stur w3, [x29, #-108] ldur w0, [x29, #-92] sub x1, x29, #76 mov x2, #52 bl _read adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x0, [x8] ldurb w8, [x29, #-71] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB319_2 b LBB319_1 LBB319_1: ldurh w8, [x29, #-58] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB319_3 b LBB319_2 LBB319_2: adrp x0, l_.str.320@PAGE add x0, x0, l_.str.320@PAGEOFF bl _error_noabort mov w8, #-1 stur w8, [x29, #-80] b LBB319_51 LBB319_3: ldur w0, [x29, #-92] ldur w8, [x29, #-44] mov x1, x8 ldurh w8, [x29, #-28] mov x9, x8 mov x8, #40 mul x2, x8, x9 bl _load_data stur x0, [x29, #-120] str wzr, [sp, #112] str wzr, [sp, #108] ; kill: def $x8 killed $xzr str xzr, [sp, #64] str xzr, [sp, #80] str xzr, [sp, #56] str wzr, [sp, #116] ldur x8, [x29, #-120] str x8, [sp, #128] b LBB319_4 LBB319_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldurh w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_12 b LBB319_5 LBB319_5: ; in Loop: Header=BB319_4 Depth=1 ldr x8, [sp, #128] ldr w8, [x8, #4] str w8, [sp, #20] ; 4-byte Folded Spill subs w8, w8, #6 cset w8, eq tbnz w8, #0, LBB319_7 b LBB319_6 LBB319_6: ; in Loop: Header=BB319_4 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload subs w8, w8, #11 cset w8, eq tbnz w8, #0, LBB319_8 b LBB319_9 LBB319_7: ; in Loop: Header=BB319_4 Depth=1 ldr x8, [sp, #128] ldr w8, [x8, #20] ; kill: def $x8 killed $w8 mov x9, #8 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #108] ldur w0, [x29, #-92] ldr x8, [sp, #128] ldr w8, [x8, #16] mov x1, x8 ldr x8, [sp, #128] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #64] b LBB319_10 LBB319_8: ; in Loop: Header=BB319_4 Depth=1 ldr x8, [sp, #128] ldr w8, [x8, #20] ; kill: def $x8 killed $w8 mov x9, #16 udiv x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 str w8, [sp, #112] ldur w0, [x29, #-92] ldr x8, [sp, #128] ldr w8, [x8, #16] mov x1, x8 ldr x8, [sp, #128] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #80] ldur x8, [x29, #-120] ldr x9, [sp, #128] ldr w9, [x9, #24] ; kill: def $x9 killed $w9 mov x10, #40 mul x9, x9, x10 add x8, x8, x9 str x8, [sp, #120] ldur w0, [x29, #-92] ldr x8, [sp, #120] ldr w8, [x8, #16] mov x1, x8 ldr x8, [sp, #120] ldr w8, [x8, #20] mov x2, x8 bl _load_data str x0, [sp, #56] b LBB319_10 LBB319_9: ; in Loop: Header=BB319_4 Depth=1 b LBB319_10 LBB319_10: ; in Loop: Header=BB319_4 Depth=1 b LBB319_11 LBB319_11: ; in Loop: Header=BB319_4 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] ldr x8, [sp, #128] add x8, x8, #40 str x8, [sp, #128] b LBB319_4 LBB319_12: ldur x8, [x29, #-104] str x8, [sp, #40] ldr x0, [sp, #40] mov w1, #47 bl _strrchr str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB319_14 b LBB319_13 LBB319_13: ldr x8, [sp, #32] add x8, x8, #1 str x8, [sp, #40] b LBB319_14 LBB319_14: str wzr, [sp, #116] ldr x8, [sp, #64] str x8, [sp, #72] b LBB319_15 LBB319_15: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_20 b LBB319_16 LBB319_16: ; in Loop: Header=BB319_15 Depth=1 ldr x8, [sp, #72] ldr w8, [x8] subs w8, w8, #14 cset w8, ne tbnz w8, #0, LBB319_18 b LBB319_17 LBB319_17: ; in Loop: Header=BB319_15 Depth=1 ldr x8, [sp, #56] ldr x9, [sp, #72] ldr w9, [x9, #4] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #40] b LBB319_18 LBB319_18: ; in Loop: Header=BB319_15 Depth=1 b LBB319_19 LBB319_19: ; in Loop: Header=BB319_15 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] ldr x8, [sp, #72] add x8, x8, #8 str x8, [sp, #72] b LBB319_15 LBB319_20: str wzr, [sp, #116] b LBB319_21 LBB319_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldur x9, [x29, #-88] ldr w9, [x9, #96] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_28 b LBB319_22 LBB319_22: ; in Loop: Header=BB319_21 Depth=1 ldur x8, [x29, #-88] ldr x8, [x8, #88] ldrsw x9, [sp, #116] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ldr x0, [sp, #40] ldr x8, [sp, #24] add x1, x8, #4 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB319_26 b LBB319_23 LBB319_23: ldur w8, [x29, #-108] ldr x9, [sp, #24] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_25 b LBB319_24 LBB319_24: ldur w8, [x29, #-108] ldr x9, [sp, #24] str w8, [x9] b LBB319_25 LBB319_25: str wzr, [sp, #100] b LBB319_50 LBB319_26: ; in Loop: Header=BB319_21 Depth=1 b LBB319_27 LBB319_27: ; in Loop: Header=BB319_21 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB319_21 LBB319_28: ldr x0, [sp, #40] bl _strlen add x0, x0, #8 bl _tcc_malloc str x0, [sp, #24] ldur w8, [x29, #-108] ldr x9, [sp, #24] str w8, [x9] ldr x8, [sp, #24] add x0, x8, #4 ldr x1, [sp, #40] mov x2, #-1 bl ___strcpy_chk ldur x8, [x29, #-88] add x0, x8, #88 ldur x8, [x29, #-88] add x1, x8, #96 ldr x2, [sp, #24] bl _dynarray_add mov w8, #1 str w8, [sp, #116] ldr x8, [sp, #80] add x8, x8, #16 str x8, [sp, #88] b LBB319_29 LBB319_29: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #116] ldr w9, [sp, #112] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_34 b LBB319_30 LBB319_30: ; in Loop: Header=BB319_29 Depth=1 ldr x8, [sp, #88] ldrb w8, [x8, #12] asr w8, w8, #4 str w8, [sp, #104] ldr w8, [sp, #104] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB319_32 b LBB319_31 LBB319_31: ; in Loop: Header=BB319_29 Depth=1 b LBB319_33 LBB319_32: ; in Loop: Header=BB319_29 Depth=1 ldr x8, [sp, #56] ldr x9, [sp, #88] ldr w9, [x9] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #48] ldur x8, [x29, #-88] ldr x0, [x8, #160] ldr x8, [sp, #88] ldr w8, [x8, #4] mov x1, x8 ldr x8, [sp, #88] ldr w8, [x8, #8] mov x2, x8 ldr x8, [sp, #88] ldrb w3, [x8, #12] ldr x8, [sp, #88] ldrb w4, [x8, #13] ldr x8, [sp, #88] ldrh w5, [x8, #14] ldr x6, [sp, #48] bl _add_elf_sym b LBB319_33 LBB319_33: ; in Loop: Header=BB319_29 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] ldr x8, [sp, #88] add x8, x8, #16 str x8, [sp, #88] b LBB319_29 LBB319_34: str wzr, [sp, #116] ldr x8, [sp, #64] str x8, [sp, #72] b LBB319_35 LBB319_35: ; =>This Loop Header: Depth=1 ; Child Loop BB319_38 Depth 2 ldr w8, [sp, #116] ldr w9, [sp, #108] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_49 b LBB319_36 LBB319_36: ; in Loop: Header=BB319_35 Depth=1 ldr x8, [sp, #72] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB319_47 b LBB319_37 LBB319_37: ; in Loop: Header=BB319_35 Depth=1 ldr x8, [sp, #56] ldr x9, [sp, #72] ldr w9, [x9, #4] ; kill: def $x9 killed $w9 add x8, x8, x9 str x8, [sp, #48] str wzr, [sp, #116] b LBB319_38 LBB319_38: ; Parent Loop BB319_35 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #116] ldur x9, [x29, #-88] ldr w9, [x9, #96] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB319_43 b LBB319_39 LBB319_39: ; in Loop: Header=BB319_38 Depth=2 ldur x8, [x29, #-88] ldr x8, [x8, #88] ldrsw x9, [sp, #116] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ldr x0, [sp, #48] ldr x8, [sp, #24] add x1, x8, #4 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB319_41 b LBB319_40 LBB319_40: ; in Loop: Header=BB319_35 Depth=1 b LBB319_46 LBB319_41: ; in Loop: Header=BB319_38 Depth=2 b LBB319_42 LBB319_42: ; in Loop: Header=BB319_38 Depth=2 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] b LBB319_38 LBB319_43: ; in Loop: Header=BB319_35 Depth=1 ldur x0, [x29, #-88] ldr x1, [sp, #48] mov w2, #2 bl _tcc_add_dll subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB319_45 b LBB319_44 LBB319_44: ldr x8, [sp, #48] mov x9, sp str x8, [x9] adrp x0, l_.str.321@PAGE add x0, x0, l_.str.321@PAGEOFF bl _error_noabort mov w8, #-1 str w8, [sp, #100] b LBB319_50 LBB319_45: ; in Loop: Header=BB319_35 Depth=1 b LBB319_46 LBB319_46: ; in Loop: Header=BB319_35 Depth=1 b LBB319_47 LBB319_47: ; in Loop: Header=BB319_35 Depth=1 b LBB319_48 LBB319_48: ; in Loop: Header=BB319_35 Depth=1 ldr w8, [sp, #116] add w8, w8, #1 str w8, [sp, #116] ldr x8, [sp, #72] add x8, x8, #8 str x8, [sp, #72] b LBB319_35 LBB319_49: str wzr, [sp, #100] b LBB319_50 LBB319_50: ldr x0, [sp, #56] bl _tcc_free ldr x0, [sp, #80] bl _tcc_free ldr x0, [sp, #64] bl _tcc_free ldur x0, [x29, #-120] bl _tcc_free ldr w8, [sp, #100] stur w8, [x29, #-80] b LBB319_51 LBB319_51: ldur w8, [x29, #-80] str w8, [sp, #16] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB319_53 b LBB319_52 LBB319_52: bl ___stack_chk_fail LBB319_53: ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #256] ; 16-byte Folded Reload ldp x28, x27, [sp, #240] ; 16-byte Folded Reload add sp, sp, #272 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_load_archive _tcc_load_archive: ; @tcc_load_archive .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, #40] str w1, [sp, #36] ldr w0, [sp, #36] add x1, sp, #56 mov x2, #8 bl _read adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x0, [x8] b LBB320_1 LBB320_1: ; =>This Loop Header: Depth=1 ; Child Loop BB320_6 Depth 2 ldr w0, [sp, #36] sub x1, x29, #68 mov x2, #60 bl _read mov x8, x0 str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB320_3 b LBB320_2 LBB320_2: b LBB320_25 LBB320_3: ; in Loop: Header=BB320_1 Depth=1 ldrsw x8, [sp, #28] subs x8, x8, #60 cset w8, eq tbnz w8, #0, LBB320_5 b LBB320_4 LBB320_4: adrp x0, l_.str.322@PAGE add x0, x0, l_.str.322@PAGEOFF bl _error_noabort mov w8, #-1 str w8, [sp, #52] b LBB320_26 LBB320_5: ; in Loop: Header=BB320_1 Depth=1 ldur x8, [x29, #-20] sub x0, x29, #80 stur x8, [x29, #-80] ldurh w8, [x29, #-12] sturh w8, [x29, #-72] sturb wzr, [x29, #-70] mov x1, #0 mov w2, #0 bl _strtol mov x8, x0 str w8, [sp, #32] ldur q0, [x29, #-68] str q0, [sp, #64] mov w8, #15 str w8, [sp, #24] b LBB320_6 LBB320_6: ; Parent Loop BB320_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB320_11 b LBB320_7 LBB320_7: ; in Loop: Header=BB320_6 Depth=2 ldrsw x9, [sp, #24] add x8, sp, #64 ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB320_9 b LBB320_8 LBB320_8: ; in Loop: Header=BB320_1 Depth=1 b LBB320_11 LBB320_9: ; in Loop: Header=BB320_6 Depth=2 b LBB320_10 LBB320_10: ; in Loop: Header=BB320_6 Depth=2 ldr w8, [sp, #24] subs w8, w8, #1 str w8, [sp, #24] b LBB320_6 LBB320_11: ; in Loop: Header=BB320_1 Depth=1 ldr w8, [sp, #24] mov w2, #1 add w9, w8, #1 add x8, sp, #64 str x8, [sp, #8] ; 8-byte Folded Spill add x8, x8, w9, sxtw strb wzr, [x8] ldr w0, [sp, #36] mov x1, #0 bl _lseek mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #16] ldr w8, [sp, #32] add w8, w8, #1 and w8, w8, #0xfffffffe str w8, [sp, #32] adrp x1, l_.str.138@PAGE add x1, x1, l_.str.138@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB320_15 b LBB320_12 LBB320_12: ; in Loop: Header=BB320_1 Depth=1 ldr x8, [sp, #40] ldr w8, [x8, #196] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB320_14 b LBB320_13 LBB320_13: ldr x0, [sp, #40] ldr w1, [sp, #36] ldr w2, [sp, #32] bl _tcc_load_alacarte str w0, [sp, #52] b LBB320_26 LBB320_14: ; in Loop: Header=BB320_1 Depth=1 b LBB320_24 LBB320_15: ; in Loop: Header=BB320_1 Depth=1 add x0, sp, #64 adrp x1, l_.str.323@PAGE add x1, x1, l_.str.323@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB320_19 b LBB320_16 LBB320_16: ; in Loop: Header=BB320_1 Depth=1 add x0, sp, #64 adrp x1, l_.str.324@PAGE add x1, x1, l_.str.324@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB320_19 b LBB320_17 LBB320_17: ; in Loop: Header=BB320_1 Depth=1 add x0, sp, #64 adrp x1, l_.str.325@PAGE add x1, x1, l_.str.325@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB320_19 b LBB320_18 LBB320_18: ; in Loop: Header=BB320_1 Depth=1 add x0, sp, #64 adrp x1, l_.str.326@PAGE add x1, x1, l_.str.326@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB320_20 b LBB320_19 LBB320_19: ; in Loop: Header=BB320_1 Depth=1 b LBB320_23 LBB320_20: ; in Loop: Header=BB320_1 Depth=1 ldr x0, [sp, #40] ldr w1, [sp, #36] ldr x2, [sp, #16] bl _tcc_load_object_file subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB320_22 b LBB320_21 LBB320_21: mov w8, #-1 str w8, [sp, #52] b LBB320_26 LBB320_22: ; in Loop: Header=BB320_1 Depth=1 b LBB320_23 LBB320_23: ; in Loop: Header=BB320_1 Depth=1 b LBB320_24 LBB320_24: ; in Loop: Header=BB320_1 Depth=1 ldr w0, [sp, #36] ldr x8, [sp, #16] ldrsw x9, [sp, #32] add x1, x8, x9 mov w2, #0 bl _lseek b LBB320_1 LBB320_25: str wzr, [sp, #52] b LBB320_26 LBB320_26: ldr w8, [sp, #52] str w8, [sp, #4] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB320_28 b LBB320_27 LBB320_27: bl ___stack_chk_fail LBB320_28: ldr w0, [sp, #4] ; 4-byte Folded Reload ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_load_ldscript _tcc_load_ldscript: ; @tcc_load_ldscript .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, #1152 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #40] adrp x8, _file@PAGE ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str x9, [sp, #24] ; 8-byte Folded Spill str w8, [x9, _ch@PAGEOFF] bl _handle_eob ldr x8, [sp, #24] ; 8-byte Folded Reload str w0, [x8, _ch@PAGEOFF] b LBB321_1 LBB321_1: ; =>This Loop Header: Depth=1 ; Child Loop BB321_11 Depth 2 ; Child Loop BB321_28 Depth 2 ldr x0, [sp, #40] sub x1, x29, #88 mov w2, #64 bl _ld_next str w0, [sp, #36] ldr w8, [sp, #36] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB321_3 b LBB321_2 LBB321_2: str wzr, [sp, #52] b LBB321_38 LBB321_3: ; in Loop: Header=BB321_1 Depth=1 ldr w8, [sp, #36] subs w8, w8, #256 cset w8, eq tbnz w8, #0, LBB321_5 b LBB321_4 LBB321_4: mov w8, #-1 str w8, [sp, #52] b LBB321_38 LBB321_5: ; in Loop: Header=BB321_1 Depth=1 b LBB321_6 LBB321_6: ; in Loop: Header=BB321_1 Depth=1 sub x0, x29, #88 adrp x1, l_.str.327@PAGE add x1, x1, l_.str.327@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB321_8 b LBB321_7 LBB321_7: ; in Loop: Header=BB321_1 Depth=1 sub x0, x29, #88 adrp x1, l_.str.328@PAGE add x1, x1, l_.str.328@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB321_23 b LBB321_8 LBB321_8: ; in Loop: Header=BB321_1 Depth=1 ldr x0, [sp, #40] sub x1, x29, #88 mov w2, #64 bl _ld_next str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB321_10 b LBB321_9 LBB321_9: ; in Loop: Header=BB321_1 Depth=1 adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _expect b LBB321_10 LBB321_10: ; in Loop: Header=BB321_1 Depth=1 ldr x0, [sp, #40] add x1, sp, #56 mov w2, #1024 bl _ld_next str w0, [sp, #36] b LBB321_11 LBB321_11: ; Parent Loop BB321_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #36] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB321_13 b LBB321_12 LBB321_12: adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _error_noabort mov w8, #-1 str w8, [sp, #52] b LBB321_38 LBB321_13: ; in Loop: Header=BB321_11 Depth=2 ldr w8, [sp, #36] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB321_15 b LBB321_14 LBB321_14: ; in Loop: Header=BB321_1 Depth=1 b LBB321_22 LBB321_15: ; in Loop: Header=BB321_11 Depth=2 ldr w8, [sp, #36] subs w8, w8, #256 cset w8, eq tbnz w8, #0, LBB321_17 b LBB321_16 LBB321_16: adrp x0, l_.str.329@PAGE add x0, x0, l_.str.329@PAGEOFF bl _error_noabort mov w8, #-1 str w8, [sp, #52] b LBB321_38 LBB321_17: ; in Loop: Header=BB321_11 Depth=2 b LBB321_18 LBB321_18: ; in Loop: Header=BB321_11 Depth=2 b LBB321_19 LBB321_19: ; in Loop: Header=BB321_11 Depth=2 ldr x0, [sp, #40] add x1, sp, #56 str x1, [sp, #16] ; 8-byte Folded Spill bl _tcc_add_file ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #40] mov w2, #1024 bl _ld_next str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB321_21 b LBB321_20 LBB321_20: ; in Loop: Header=BB321_11 Depth=2 ldr x0, [sp, #40] add x1, sp, #56 mov w2, #1024 bl _ld_next str w0, [sp, #36] b LBB321_21 LBB321_21: ; in Loop: Header=BB321_11 Depth=2 b LBB321_11 LBB321_22: ; in Loop: Header=BB321_1 Depth=1 b LBB321_37 LBB321_23: ; in Loop: Header=BB321_1 Depth=1 sub x0, x29, #88 adrp x1, l_.str.330@PAGE add x1, x1, l_.str.330@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB321_25 b LBB321_24 LBB321_24: ; in Loop: Header=BB321_1 Depth=1 sub x0, x29, #88 adrp x1, l_.str.331@PAGE add x1, x1, l_.str.331@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB321_35 b LBB321_25 LBB321_25: ; in Loop: Header=BB321_1 Depth=1 ldr x0, [sp, #40] sub x1, x29, #88 mov w2, #64 bl _ld_next str w0, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB321_27 b LBB321_26 LBB321_26: ; in Loop: Header=BB321_1 Depth=1 adrp x0, l_.str.44@PAGE add x0, x0, l_.str.44@PAGEOFF bl _expect b LBB321_27 LBB321_27: ; in Loop: Header=BB321_1 Depth=1 b LBB321_28 LBB321_28: ; Parent Loop BB321_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x0, [sp, #40] add x1, sp, #56 mov w2, #1024 bl _ld_next str w0, [sp, #36] ldr w8, [sp, #36] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB321_30 b LBB321_29 LBB321_29: adrp x0, l_.str.204@PAGE add x0, x0, l_.str.204@PAGEOFF bl _error_noabort mov w8, #-1 str w8, [sp, #52] b LBB321_38 LBB321_30: ; in Loop: Header=BB321_28 Depth=2 ldr w8, [sp, #36] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB321_32 b LBB321_31 LBB321_31: ; in Loop: Header=BB321_1 Depth=1 b LBB321_34 LBB321_32: ; in Loop: Header=BB321_28 Depth=2 b LBB321_33 LBB321_33: ; in Loop: Header=BB321_28 Depth=2 b LBB321_28 LBB321_34: ; in Loop: Header=BB321_1 Depth=1 b LBB321_36 LBB321_35: mov w8, #-1 str w8, [sp, #52] b LBB321_38 LBB321_36: ; in Loop: Header=BB321_1 Depth=1 b LBB321_37 LBB321_37: ; in Loop: Header=BB321_1 Depth=1 b LBB321_1 LBB321_38: ldr w8, [sp, #52] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB321_40 b LBB321_39 LBB321_39: bl ___stack_chk_fail LBB321_40: ldr w0, [sp, #12] ; 4-byte Folded Reload add sp, sp, #1152 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 preprocess_init _preprocess_init: ; @preprocess_init .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _vstack@PAGE add x8, x8, _vstack@PAGEOFF subs x8, x8, #40 str x0, [sp, #8] ldr x9, [sp, #8] add x9, x9, #472 ldr x10, [sp, #8] str x9, [x10, #8] ldr x9, [sp, #8] add x9, x9, #728 ldr x10, [sp, #8] str x9, [x10, #16] ldr x9, [sp, #8] ldr x9, [x9, #16] adrp x10, _file@PAGE ldr x10, [x10, _file@PAGEOFF] str x9, [x10, #32] adrp x9, _vtop@PAGE str x8, [x9, _vtop@PAGEOFF] ldr x8, [sp, #8] str wzr, [x8, #3032] ldr x8, [sp, #8] add x8, x8, #3032 ldr x9, [sp, #8] str x8, [x9, #3064] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function gen_inline_functions _gen_inline_functions: ; @gen_inline_functions .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 b LBB323_1 LBB323_1: ; =>This Loop Header: Depth=1 ; Child Loop BB323_2 Depth 2 str wzr, [sp, #20] adrp x8, _global_stack@PAGE ldr x8, [x8, _global_stack@PAGEOFF] stur x8, [x29, #-8] b LBB323_2 LBB323_2: ; Parent Loop BB323_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB323_9 b LBB323_3 LBB323_3: ; in Loop: Header=BB323_2 Depth=2 ldur x8, [x29, #-8] add x8, x8, #24 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB323_7 b LBB323_4 LBB323_4: ; in Loop: Header=BB323_2 Depth=2 ldur x8, [x29, #-16] ldr w8, [x8] mov w9, #1280 and w8, w8, w9 subs w8, w8, #1280 cset w8, ne tbnz w8, #0, LBB323_7 b LBB323_5 LBB323_5: ; in Loop: Header=BB323_2 Depth=2 ldur x8, [x29, #-8] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB323_7 b LBB323_6 LBB323_6: ; in Loop: Header=BB323_2 Depth=2 ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #24] ldur x9, [x29, #-8] mov x8, #752 str x8, [x9, #8] ldur x9, [x29, #-16] ldr w8, [x9] and w8, w8, #0xfffffbff str w8, [x9] ldr x8, [sp, #24] adrp x9, _macro_ptr@PAGE str x9, [sp, #8] ; 8-byte Folded Spill str x8, [x9, _macro_ptr@PAGEOFF] bl _next adrp x8, _text_section@PAGE ldr x8, [x8, _text_section@PAGEOFF] adrp x9, _cur_text_section@PAGE str x8, [x9, _cur_text_section@PAGEOFF] ldur x0, [x29, #-8] bl _gen_function ldr x8, [sp, #8] ; 8-byte Folded Reload ; kill: def $x9 killed $xzr str xzr, [x8, _macro_ptr@PAGEOFF] ldr x0, [sp, #24] bl _tok_str_free mov w8, #1 str w8, [sp, #20] b LBB323_7 LBB323_7: ; in Loop: Header=BB323_2 Depth=2 b LBB323_8 LBB323_8: ; in Loop: Header=BB323_2 Depth=2 ldur x8, [x29, #-8] ldr x8, [x8, #48] stur x8, [x29, #-8] b LBB323_2 LBB323_9: ; in Loop: Header=BB323_1 Depth=1 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB323_11 b LBB323_10 LBB323_10: b LBB323_12 LBB323_11: ; in Loop: Header=BB323_1 Depth=1 b LBB323_1 LBB323_12: adrp x8, _global_stack@PAGE ldr x8, [x8, _global_stack@PAGEOFF] stur x8, [x29, #-8] b LBB323_13 LBB323_13: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB323_19 b LBB323_14 LBB323_14: ; in Loop: Header=BB323_13 Depth=1 ldur x8, [x29, #-8] add x8, x8, #24 stur x8, [x29, #-16] ldur x8, [x29, #-16] ldr w8, [x8] and w8, w8, #0xf subs w8, w8, #6 cset w8, ne tbnz w8, #0, LBB323_17 b LBB323_15 LBB323_15: ; in Loop: Header=BB323_13 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] mov w9, #1280 and w8, w8, w9 subs w8, w8, #1280 cset w8, ne tbnz w8, #0, LBB323_17 b LBB323_16 LBB323_16: ; in Loop: Header=BB323_13 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] str x8, [sp, #24] ldr x0, [sp, #24] bl _tok_str_free ldur x8, [x29, #-8] str xzr, [x8, #8] b LBB323_17 LBB323_17: ; in Loop: Header=BB323_13 Depth=1 b LBB323_18 LBB323_18: ; in Loop: Header=BB323_13 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #48] stur x8, [x29, #-8] b LBB323_13 LBB323_19: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function load_data _load_data: ; @load_data .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] str x2, [sp, #8] ldr x0, [sp, #8] bl _tcc_malloc str x0, [sp] ldur w0, [x29, #-4] ldr x1, [sp, #16] mov w2, #0 bl _lseek ldur w0, [x29, #-4] ldr x1, [sp] ldr x2, [sp, #8] bl _read adrp x8, _dummy_size_t@GOTPAGE ldr x8, [x8, _dummy_size_t@GOTPAGEOFF] str x0, [x8] ldr x0, [sp] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function tcc_load_alacarte _tcc_load_alacarte: ; @tcc_load_alacarte .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] ldursw x0, [x29, #-16] bl _tcc_malloc str x0, [sp, #32] ldur w0, [x29, #-12] ldr x1, [sp, #32] ldursw x2, [x29, #-16] bl _read ldursw x8, [x29, #-16] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB325_2 b LBB325_1 LBB325_1: b LBB325_9 LBB325_2: ldr x0, [sp, #32] bl _get_be32 stur w0, [x29, #-28] ldr x8, [sp, #32] add x8, x8, #4 str x8, [sp, #8] ldr x8, [sp, #8] ldur w9, [x29, #-28] lsl w9, w9, #2 add x8, x8, w9, sxtw str x8, [sp, #24] b LBB325_3 LBB325_3: ; =>This Loop Header: Depth=1 ; Child Loop BB325_4 Depth 2 stur wzr, [x29, #-24] ldr x8, [sp, #24] str x8, [sp, #16] stur wzr, [x29, #-20] b LBB325_4 LBB325_4: ; Parent Loop BB325_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-20] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB325_14 b LBB325_5 LBB325_5: ; in Loop: Header=BB325_4 Depth=2 adrp x8, _symtab_section@PAGE ldr x0, [x8, _symtab_section@PAGEOFF] ldr x1, [sp, #16] bl _find_elf_sym stur w0, [x29, #-32] ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB325_12 b LBB325_6 LBB325_6: ; in Loop: Header=BB325_4 Depth=2 adrp x8, _symtab_section@PAGE ldr x8, [x8, _symtab_section@PAGEOFF] ldr x8, [x8, #8] ldursw x9, [x29, #-32] add x8, x8, x9, lsl #4 str x8, [sp] ldr x8, [sp] ldrh w8, [x8, #14] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB325_11 b LBB325_7 LBB325_7: ; in Loop: Header=BB325_4 Depth=2 ldr x8, [sp, #8] ldur w9, [x29, #-20] lsl w9, w9, #2 add x0, x8, w9, sxtw bl _get_be32 ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 add x8, x8, #60 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-36] ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] ldur w0, [x29, #-12] ldursw x1, [x29, #-36] mov w2, #0 bl _lseek ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldursw x2, [x29, #-36] bl _tcc_load_object_file subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB325_10 b LBB325_8 LBB325_8: b LBB325_9 LBB325_9: mov w8, #-1 str w8, [sp, #40] b LBB325_17 LBB325_10: ; in Loop: Header=BB325_4 Depth=2 b LBB325_11 LBB325_11: ; in Loop: Header=BB325_4 Depth=2 b LBB325_12 LBB325_12: ; in Loop: Header=BB325_4 Depth=2 b LBB325_13 LBB325_13: ; in Loop: Header=BB325_4 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] ldr x0, [sp, #16] bl _strlen add x9, x0, #1 ldr x8, [sp, #16] add x8, x8, x9 str x8, [sp, #16] b LBB325_4 LBB325_14: ; in Loop: Header=BB325_3 Depth=1 b LBB325_15 LBB325_15: ; in Loop: Header=BB325_3 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB325_3 b LBB325_16 LBB325_16: str wzr, [sp, #40] b LBB325_17 LBB325_17: ldr x0, [sp, #32] bl _tcc_free ldr w0, [sp, #40] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_be32 _get_be32: ; @get_be32 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldrb w8, [x8, #3] ldr x9, [sp, #8] ldrb w9, [x9, #2] orr w8, w8, w9, lsl #8 ldr x9, [sp, #8] ldrb w9, [x9, #1] orr w8, w8, w9, lsl #16 ldr x9, [sp, #8] ldrb w9, [x9] orr w0, w8, w9, lsl #24 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function ld_next _ld_next: ; @ld_next .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] b LBB327_1 LBB327_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] add w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill subs x8, x8, #127 cset w8, hi tbnz w8, #0, LBB327_24 ; %bb.2: ; in Loop: Header=BB327_1 Depth=1 ldr x11, [sp, #8] ; 8-byte Folded Reload adrp x10, lJTI327_0@PAGE add x10, x10, lJTI327_0@PAGEOFF Ltmp73: adr x8, Ltmp73 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB327_3: ; in Loop: Header=BB327_1 Depth=1 bl _inp b LBB327_1 LBB327_4: ; in Loop: Header=BB327_1 Depth=1 bl _minp adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #42 cset w8, ne tbnz w8, #0, LBB327_6 b LBB327_5 LBB327_5: ; in Loop: Header=BB327_1 Depth=1 adrp x8, _file@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x8, [x8, _file@PAGEOFF] ldr x0, [x8] bl _parse_comment ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [x8, _file@PAGEOFF] str x0, [x9] ldr x8, [x8, _file@PAGEOFF] ldr x8, [x8] ldrb w8, [x8] adrp x9, _ch@PAGE str w8, [x9, _ch@PAGEOFF] b LBB327_1 LBB327_6: ldur x8, [x29, #-16] str x8, [sp, #16] ldr x9, [sp, #16] add x8, x9, #1 str x8, [sp, #16] mov w8, #47 strb w8, [x9] b LBB327_10 LBB327_7: b LBB327_8 LBB327_8: b LBB327_9 LBB327_9: ldur x8, [x29, #-16] str x8, [sp, #16] b LBB327_10 LBB327_10: b LBB327_11 LBB327_11: ; =>This Inner Loop Header: Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB327_13 b LBB327_12 LBB327_12: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #122 cset w8, le tbnz w8, #0, LBB327_19 b LBB327_13 LBB327_13: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB327_15 b LBB327_14 LBB327_14: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #90 cset w8, le tbnz w8, #0, LBB327_19 b LBB327_15 LBB327_15: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #48 cset w8, lt tbnz w8, #0, LBB327_17 b LBB327_16 LBB327_16: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] subs w8, w8, #57 cset w8, le tbnz w8, #0, LBB327_19 b LBB327_17 LBB327_17: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w1, [x8, _ch@PAGEOFF] adrp x0, l_.str.332@PAGE add x0, x0, l_.str.332@PAGEOFF bl _strchr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB327_19 b LBB327_18 LBB327_18: b LBB327_22 LBB327_19: ; in Loop: Header=BB327_11 Depth=1 ldr x8, [sp, #16] ldur x9, [x29, #-16] subs x8, x8, x9 ldur w9, [x29, #-20] subs w9, w9, #1 subs x8, x8, w9, sxtw cset w8, ge tbnz w8, #0, LBB327_21 b LBB327_20 LBB327_20: ; in Loop: Header=BB327_11 Depth=1 adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] strb w8, [x9] b LBB327_21 LBB327_21: ; in Loop: Header=BB327_11 Depth=1 bl _minp b LBB327_11 LBB327_22: ldr x8, [sp, #16] strb wzr, [x8] mov w8, #256 str w8, [sp, #24] b LBB327_25 LBB327_23: mov w8, #-1 str w8, [sp, #24] b LBB327_25 LBB327_24: adrp x8, _ch@PAGE ldr w8, [x8, _ch@PAGEOFF] str w8, [sp, #24] bl _inp b LBB327_25 LBB327_25: ldr w0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI327_0: .long LBB327_23-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_3-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_9-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_9-Ltmp73 .long LBB327_4-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_8-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_9-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_9-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_7-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_24-Ltmp73 .long LBB327_9-Ltmp73 ; -- End function .section __DATA,__data .globl _reg_classes ; @reg_classes .p2align 2 _reg_classes: .long 5 ; 0x5 .long 17 ; 0x11 .long 33 ; 0x21 .long 10 ; 0xa .zerofill __DATA,__bss,_ind,8,3 ; @ind .zerofill __DATA,__bss,_cur_text_section,8,3 ; @cur_text_section .zerofill __DATA,__bss,_vtop,8,3 ; @vtop _fastcall_regs: ; @fastcall_regs .ascii "\000\002\001" .zerofill __DATA,__bss,_loc,8,3 ; @loc .zerofill __DATA,__bss,_func_sub_sp_offset,8,3 ; @func_sub_sp_offset .zerofill __DATA,__bss,_func_vt,16,3 ; @func_vt .zerofill __DATA,__bss,_func_vc,4,2 ; @func_vc .zerofill __DATA,__bss,_func_ret_sub,4,2 ; @func_ret_sub .zerofill __DATA,__bss,_do_bounds_check,4,2 ; @do_bounds_check .zerofill __DATA,__bss,_lbounds_section,8,3 ; @lbounds_section .zerofill __DATA,__bss,_func_bound_offset,8,3 ; @func_bound_offset .zerofill __DATA,__bss,_char_pointer_type,16,3 ; @char_pointer_type .zerofill __DATA,__bss,_func_old_type,16,3 ; @func_old_type .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "unhandled size when derefencing bounded pointer" l___func__.resolve_sym: ; @__func__.resolve_sym .asciz "resolve_sym" l_.str.1: ; @.str.1 .asciz "112846.c" l_.str.2: ; @.str.2 .asciz "0" .zerofill __DATA,__bss,_file,8,3 ; @file l_.str.3: ; @.str.3 .asciz "In file included from %s:%d:\n" l_.str.4: ; @.str.4 .asciz "%s:%d: " l_.str.5: ; @.str.5 .asciz "%s: " l_.str.6: ; @.str.6 .asciz "tcc: " l_.str.7: ; @.str.7 .asciz "warning: " l_.str.8: ; @.str.8 .asciz "%s\n" .zerofill __DATA,__bss,_tcc_state,8,3 ; @tcc_state l_.str.9: ; @.str.9 .asciz "%s expected" .zerofill __DATA,__bss,_tok,4,2 ; @tok l_.str.10: ; @.str.10 .asciz "'%c' expected" .zerofill __DATA,__bss,_get_tok_str.buf,1025,0 ; @get_tok_str.buf .zerofill __DATA,__bss,_get_tok_str.cstr_buf,32,3 ; @get_tok_str.cstr_buf l_.str.11: ; @.str.11 .asciz "%u" l_.str.12: ; @.str.12 .asciz "%llu" l_.str.13: ; @.str.13 .asciz "<<=" l_.str.14: ; @.str.14 .asciz ">>=" .section __DATA,__data _tok_two_chars: ; @tok_two_chars .asciz "<=\236>=\235!=\225&&\240||\241++\244--\242==\224<<\001>>\002+=\253-=\255*=\252/=\257%=\245&=\246^=\336|=\374->\313..\250##\266" .zerofill __DATA,__bss,_tok_ident,4,2 ; @tok_ident .zerofill __DATA,__bss,_table_ident,8,3 ; @table_ident .section __TEXT,__cstring,cstring_literals l_.str.15: ; @.str.15 .asciz "L.%u" .zerofill __DATA,__bss,_total_lines,4,2 ; @total_lines l_.str.16: ; @.str.16 .asciz "#endif" .zerofill __DATA,__bss,_ch,4,2 ; @ch .zerofill __DATA,__bss,_macro_ptr,8,3 ; @macro_ptr .zerofill __DATA,__bss,_tokc,8,3 ; @tokc .zerofill __DATA,__bss,_token_buf,1025,0 ; @token_buf .section __DATA,__data .p2align 2 ; @tcc_ext _tcc_ext: .long 1 ; 0x1 .section __TEXT,__cstring,cstring_literals l_.str.17: ; @.str.17 .asciz "number too long" l_.str.18: ; @.str.18 .asciz "invalid digit" l_.str.19: ; @.str.19 .asciz "exponent" l_.str.20: ; @.str.20 .asciz "exponent digits" l_.str.21: ; @.str.21 .asciz "integer constant overflow" l_.str.22: ; @.str.22 .asciz "three 'l's in integer constant" l_.str.23: ; @.str.23 .asciz "two 'u's in integer constant" .zerofill __DATA,__bss,_vstack,10240,3 ; @vstack l_.str.24: ; @.str.24 .asciz "memory full" .zerofill __DATA,__bss,_int_type,16,3 ; @int_type .zerofill __DATA,__bss,_data_section,8,3 ; @data_section .zerofill __DATA,__bss,_nocode_wanted,4,2 ; @nocode_wanted .zerofill __DATA,__bss,_const_wanted,4,2 ; @const_wanted l_.str.25: ; @.str.25 .asciz "division by zero in constant" l_.str.26: ; @.str.26 .asciz "cannot use pointers here" l_.str.27: ; @.str.27 .asciz "invalid operands for binary operation" l_.str.28: ; @.str.28 .asciz "const " l_.str.29: ; @.str.29 .asciz "volatile " l_.str.30: ; @.str.30 .asciz "unsigned " l_.str.31: ; @.str.31 .asciz "void" l_.str.32: ; @.str.32 .asciz "_Bool" l_.str.33: ; @.str.33 .asciz "char" l_.str.34: ; @.str.34 .asciz "short" l_.str.35: ; @.str.35 .asciz "int" l_.str.36: ; @.str.36 .asciz "long" l_.str.37: ; @.str.37 .asciz "long long" l_.str.38: ; @.str.38 .asciz "float" l_.str.39: ; @.str.39 .asciz "double" l_.str.40: ; @.str.40 .asciz "long double" l_.str.41: ; @.str.41 .asciz "struct " l_.str.42: ; @.str.42 .asciz "enum " l_.str.43: ; @.str.43 .asciz "<anonymous>" l_.str.44: ; @.str.44 .asciz "(" l_.str.45: ; @.str.45 .asciz ", " l_.str.46: ; @.str.46 .asciz ")" l_.str.47: ; @.str.47 .asciz "*" l_.str.48: ; @.str.48 .asciz " " l_.str.49: ; @.str.49 .asciz "assignment of read-only location" l_.str.50: ; @.str.50 .asciz "%s:%c1" .zerofill __DATA,__bss,_funcname,8,3 ; @funcname .zerofill __DATA,__bss,_last_ind,8,3 ; @last_ind .zerofill __DATA,__bss,_last_line_num,8,3 ; @last_line_num l_.str.51: ; @.str.51 .asciz "1" .zerofill __DATA,__bss,_symtab_section,8,3 ; @symtab_section l_.str.52: ; @.str.52 .asciz "%s not defined" l_.str.53: ; @.str.53 .asciz ".interp" .section __DATA,__data _elf_interp: ; @elf_interp .asciz "/lib/ld-linux.so.2" .section __TEXT,__cstring,cstring_literals l_.str.54: ; @.str.54 .asciz ".dynsym" l_.str.55: ; @.str.55 .asciz ".dynstr" l_.str.56: ; @.str.56 .asciz ".hash" l_.str.57: ; @.str.57 .asciz ".dynamic" l_.str.58: ; @.str.58 .asciz ".plt" .zerofill __DATA,__bss,_bss_section,8,3 ; @bss_section l_.str.59: ; @.str.59 .asciz "_fp_hw" l_.str.60: ; @.str.60 .asciz "undefined symbol '%s'" l_.str.61: ; @.str.61 .asciz "undefined dynamic symbol '%s'" l_.str.62: ; @.str.62 .asciz ".shstrtab" l_.str.63: ; @.str.63 .space 1 .zerofill __DATA,__bss,_do_debug,4,2 ; @do_debug l_.str.64: ; @.str.64 .asciz "_start" .zerofill __DATA,__bss,_text_section,8,3 ; @text_section l_.str.65: ; @.str.65 .asciz "could not write '%s'" l_.str.66: ; @.str.66 .asciz "wb" .comm _dummy_size_t,8,3 ; @dummy_size_t l_.str.67: ; @.str.67 .asciz "Runtime error: " l_.str.68: ; @.str.68 .asciz "\n" .section __DATA,__data .p2align 2 ; @num_callers _num_callers: .long 6 ; 0x6 .section __TEXT,__cstring,cstring_literals l_.str.69: ; @.str.69 .asciz "at " l_.str.70: ; @.str.70 .asciz "by " l_.str.71: ; @.str.71 .asciz "main" l_.str.72: ; @.str.72 .asciz "__bound_error_msg" .zerofill __DATA,__bss,_rt_bound_error_msg,8,3 ; @rt_bound_error_msg l_.str.73: ; @.str.73 .asciz "__bound_init" .zerofill __DATA,__bss,_isidnum_table,256,0 ; @isidnum_table .zerofill __DATA,__bss,_hash_ident,65536,3 ; @hash_ident .section __TEXT,__const _tcc_keywords: ; @tcc_keywords .asciz "int\000void\000char\000if\000else\000while\000break\000return\000for\000extern\000static\000unsigned\000goto\000do\000continue\000switch\000case\000const\000__const\000__const__\000volatile\000__volatile\000__volatile__\000long\000register\000signed\000__signed\000__signed__\000auto\000inline\000__inline\000__inline__\000restrict\000__restrict\000__restrict__\000__extension__\000float\000double\000_Bool\000short\000struct\000union\000typedef\000default\000enum\000sizeof\000__attribute\000__attribute__\000__alignof\000__alignof__\000typeof\000__typeof\000__typeof__\000__label__\000asm\000__asm\000__asm__\000define\000include\000include_next\000ifdef\000ifndef\000elif\000endif\000defined\000undef\000error\000warning\000line\000pragma\000__LINE__\000__FILE__\000__DATE__\000__TIME__\000__FUNCTION__\000__VA_ARGS__\000__func__\000section\000__section__\000aligned\000__aligned__\000packed\000__packed__\000unused\000__unused__\000cdecl\000__cdecl\000__cdecl__\000stdcall\000__stdcall\000__stdcall__\000dllexport\000noreturn\000__noreturn__\000__builtin_types_compatible_p\000__builtin_constant_p\000regparm\000__regparm__\000pack\000memcpy\000memset\000alloca\000__divdi3\000__moddi3\000__udivdi3\000__umoddi3\000__sardi3\000__shrdi3\000__shldi3\000__tcc_int_fpu_control\000__tcc_fpu_control\000__ulltof\000__ulltod\000__ulltold\000__fixunssfdi\000__fixunsdfdi\000__fixunsxfdi\000__chkstk\000__bound_ptr_add\000__bound_ptr_indir1\000__bound_ptr_indir2\000__bound_ptr_indir4\000__bound_ptr_indir8\000__bound_ptr_indir12\000__bound_ptr_indir16\000__bound_local_new\000__bound_local_delete\000malloc\000free\000realloc\000memalign\000calloc\000memmove\000strlen\000strcpy\000byte\000align\000skip\000space\000string\000asciz\000ascii\000globl\000global\000text\000data\000bss\000previous\000fill\000org\000quad\000al\000cl\000dl\000bl\000ah\000ch\000dh\000bh\000ax\000cx\000dx\000bx\000sp\000bp\000si\000di\000eax\000ecx\000edx\000ebx\000esp\000ebp\000esi\000edi\000mm0\000mm1\000mm2\000mm3\000mm4\000mm5\000mm6\000mm7\000xmm0\000xmm1\000xmm2\000xmm3\000xmm4\000xmm5\000xmm6\000xmm7\000cr0\000cr1\000cr2\000cr3\000cr4\000cr5\000cr6\000cr7\000tr0\000tr1\000tr2\000tr3\000tr4\000tr5\000tr6\000tr7\000db0\000db1\000db2\000db3\000db4\000db5\000db6\000db7\000dr0\000dr1\000dr2\000dr3\000dr4\000dr5\000dr6\000dr7\000es\000cs\000ss\000ds\000fs\000gs\000st\000movb\000movw\000movl\000mov\000addb\000addw\000addl\000add\000orb\000orw\000orl\000or\000adcb\000adcw\000adcl\000adc\000sbbb\000sbbw\000sbbl\000sbb\000andb\000andw\000andl\000and\000subb\000subw\000subl\000sub\000xorb\000xorw\000xorl\000xor\000cmpb\000cmpw\000cmpl\000cmp\000incb\000incw\000incl\000inc\000decb\000decw\000decl\000dec\000notb\000notw\000notl\000not\000negb\000negw\000negl\000neg\000mulb\000mulw\000mull\000mul\000imulb\000imulw\000imull\000imul\000divb\000divw\000divl\000div\000idivb\000idivw\000idivl\000idiv\000xchgb\000xchgw\000xchgl\000xchg\000testb\000testw\000testl\000test\000rolb\000rolw\000roll\000rol\000rorb\000rorw\000rorl\000ror\000rclb\000rclw\000rcll\000rcl\000rcrb\000rcrw\000rcrl\000rcr\000shlb\000shlw\000shll\000shl\000shrb\000shrw\000shrl\000shr\000sarb\000sarw\000sarl\000sar\000shldw\000shldl\000shld\000shrdw\000shrdl\000shrd\000pushw\000pushl\000push\000popw\000popl\000pop\000inb\000inw\000inl\000in\000outb\000outw\000outl\000out\000movzbw\000movzbl\000movzb\000movzwl\000movsbw\000movsbl\000movswl\000leaw\000leal\000lea\000les\000lds\000lss\000lfs\000lgs\000call\000jmp\000lcall\000ljmp\000jo\000jno\000jb\000jc\000jnae\000jnb\000jnc\000jae\000je\000jz\000jne\000jnz\000jbe\000jna\000jnbe\000ja\000js\000jns\000jp\000jpe\000jnp\000jpo\000jl\000jnge\000jnl\000jge\000jle\000jng\000jnle\000jg\000seto\000setno\000setb\000setc\000setnae\000setnb\000setnc\000setae\000sete\000setz\000setne\000setnz\000setbe\000setna\000setnbe\000seta\000sets\000setns\000setp\000setpe\000setnp\000setpo\000setl\000setnge\000setnl\000setge\000setle\000setng\000setnle\000setg\000cmovo\000cmovno\000cmovb\000cmovc\000cmovnae\000cmovnb\000cmovnc\000cmovae\000cmove\000cmovz\000cmovne\000cmovnz\000cmovbe\000cmovna\000cmovnbe\000cmova\000cmovs\000cmovns\000cmovp\000cmovpe\000cmovnp\000cmovpo\000cmovl\000cmovnge\000cmovnl\000cmovge\000cmovle\000cmovng\000cmovnle\000cmovg\000bsfw\000bsfl\000bsf\000bsrw\000bsrl\000bsr\000btw\000btl\000bt\000btsw\000btsl\000bts\000btrw\000btrl\000btr\000btcw\000btcl\000btc\000lslw\000lsll\000lsl\000fadd\000faddp\000fadds\000fiaddl\000faddl\000fiadds\000fmul\000fmulp\000fmuls\000fimull\000fmull\000fimuls\000fcom\000fcom_1\000fcoms\000ficoml\000fcoml\000ficoms\000fcomp\000fcompp\000fcomps\000ficompl\000fcompl\000ficomps\000fsub\000fsubp\000fsubs\000fisubl\000fsubl\000fisubs\000fsubr\000fsubrp\000fsubrs\000fisubrl\000fsubrl\000fisubrs\000fdiv\000fdivp\000fdivs\000fidivl\000fdivl\000fidivs\000fdivr\000fdivrp\000fdivrs\000fidivrl\000fdivrl\000fidivrs\000xaddb\000xaddw\000xaddl\000xadd\000cmpxchgb\000cmpxchgw\000cmpxchgl\000cmpxchg\000cmpsb\000cmpsw\000cmpsl\000cmps\000scmpb\000scmpw\000scmpl\000scmp\000insb\000insw\000insl\000ins\000outsb\000outsw\000outsl\000outs\000lodsb\000lodsw\000lodsl\000lods\000slodb\000slodw\000slodl\000slod\000movsb\000movsw\000movsl\000movs\000smovb\000smovw\000smovl\000smov\000scasb\000scasw\000scasl\000scas\000sscab\000sscaw\000sscal\000ssca\000stosb\000stosw\000stosl\000stos\000sstob\000sstow\000sstol\000ssto\000pusha\000popa\000clc\000cld\000cli\000clts\000cmc\000lahf\000sahf\000pushfl\000popfl\000pushf\000popf\000stc\000std\000sti\000aaa\000aas\000daa\000das\000aad\000aam\000cbw\000cwd\000cwde\000cdq\000cbtw\000cwtl\000cwtd\000cltd\000int3\000into\000iret\000rsm\000hlt\000wait\000nop\000xlat\000aword\000addr16\000word\000data16\000lock\000rep\000repe\000repz\000repne\000repnz\000invd\000wbinvd\000cpuid\000wrmsr\000rdtsc\000rdmsr\000rdpmc\000ud2\000leave\000ret\000lret\000fucompp\000ftst\000fxam\000fld1\000fldl2t\000fldl2e\000fldpi\000fldlg2\000fldln2\000fldz\000f2xm1\000fyl2x\000fptan\000fpatan\000fxtract\000fprem1\000fdecstp\000fincstp\000fprem\000fyl2xp1\000fsqrt\000fsincos\000frndint\000fscale\000fsin\000fcos\000fchs\000fabs\000fninit\000fnclex\000fnop\000fwait\000fxch\000fnstsw\000emms\000enter\000loopne\000loopnz\000loope\000loopz\000loop\000jecxz\000fld\000fldl\000flds\000fildl\000fildq\000fildll\000fldt\000fbld\000fst\000fstl\000fsts\000fstps\000fstpl\000fist\000fistp\000fistl\000fistpl\000fstp\000fistpq\000fistpll\000fstpt\000fbstp\000fucom\000fucomp\000finit\000fldcw\000fnstcw\000fstcw\000fstsw\000fclex\000fnstenv\000fstenv\000fldenv\000fnsave\000fsave\000frstor\000ffree\000ffreep\000fxsave\000fxrstor\000arpl\000lar\000lgdt\000lidt\000lldt\000lmsw\000ltr\000sgdt\000sidt\000sldt\000smsw\000str\000verr\000verw\000bswap\000invlpg\000boundl\000boundw\000cmpxchg8b\000fcmovb\000fcmove\000fcmovbe\000fcmovu\000fcmovnb\000fcmovne\000fcmovnbe\000fcmovnu\000fucomi\000fcomi\000fucomip\000fcomip\000movd\000movq\000packssdw\000packsswb\000packuswb\000paddb\000paddw\000paddd\000paddsb\000paddsw\000paddusb\000paddusw\000pand\000pandn\000pcmpeqb\000pcmpeqw\000pcmpeqd\000pcmpgtb\000pcmpgtw\000pcmpgtd\000pmaddwd\000pmulhw\000pmullw\000por\000psllw\000pslld\000psllq\000psraw\000psrad\000psrlw\000psrld\000psrlq\000psubb\000psubw\000psubd\000psubsb\000psubsw\000psubusb\000psubusw\000punpckhbw\000punpckhwd\000punpckhdq\000punpcklbw\000punpcklwd\000punpckldq\000pxor\000" .section __TEXT,__cstring,cstring_literals l_.str.74: ; @.str.74 .asciz "__STDC__" l_.str.75: ; @.str.75 .asciz "__i386__" l_.str.76: ; @.str.76 .asciz "__TINYC__" l_.str.77: ; @.str.77 .asciz "__SIZE_TYPE__" l_.str.78: ; @.str.78 .asciz "unsigned int" l_.str.79: ; @.str.79 .asciz "__PTRDIFF_TYPE__" l_.str.80: ; @.str.80 .asciz "__WCHAR_TYPE__" l_.str.81: ; @.str.81 .asciz "/usr/local/lib" l_.str.82: ; @.str.82 .asciz "/usr/lib" l_.str.83: ; @.str.83 .asciz "/lib" l_.str.84: ; @.str.84 .asciz ".text" l_.str.85: ; @.str.85 .asciz ".data" l_.str.86: ; @.str.86 .asciz ".bss" l_.str.87: ; @.str.87 .asciz ".symtab" l_.str.88: ; @.str.88 .asciz ".strtab" l_.str.89: ; @.str.89 .asciz ".hashtab" .zerofill __DATA,__bss,_strtab_section,8,3 ; @strtab_section l_.str.90: ; @.str.90 .asciz ".dynsymtab" l_.str.91: ; @.str.91 .asciz ".dynstrtab" l_.str.92: ; @.str.92 .asciz ".dynhashtab" l_.str.93: ; @.str.93 .asciz "lib%s.so" l_.str.94: ; @.str.94 .asciz "%s/lib%s.a" l_.str.95: ; @.str.95 .asciz "/usr/local/include" l_.str.96: ; @.str.96 .asciz "/usr/include" l_.str.97: ; @.str.97 .asciz "%s/include" .section __DATA,__data .p2align 3 ; @tcc_lib_path _tcc_lib_path: .quad l_.str.334 .section __TEXT,__cstring,cstring_literals l_.str.98: ; @.str.98 .asciz "__BOUNDS_CHECKING_ON" l_.str.99: ; @.str.99 .asciz ".bounds" .zerofill __DATA,__bss,_bounds_section,8,3 ; @bounds_section l_.str.100: ; @.str.100 .asciz ".lbounds" l_.str.101: ; @.str.101 .asciz "__CHAR_UNSIGNED__" l_.str.102: ; @.str.102 .asciz ".stab" .zerofill __DATA,__bss,_stab_section,8,3 ; @stab_section l_.str.103: ; @.str.103 .asciz ".stabstr" .zerofill __DATA,__bss,_stabstr_section,8,3 ; @stabstr_section l_.str.104: ; @.str.104 .asciz "/usr/lib/crt1.o" l_.str.105: ; @.str.105 .asciz "/usr/lib/crti.o" l_.str.106: ; @.str.106 .asciz "all" .section __DATA,__const .p2align 3 ; @warning_defs _warning_defs: .short 228 ; 0xe4 .short 0 ; 0x0 .space 4 .quad l_.str.335 .short 224 ; 0xe0 .short 0 ; 0x0 .space 4 .quad l_.str.336 .short 232 ; 0xe8 .short 0 ; 0x0 .space 4 .quad l_.str.337 .short 240 ; 0xf0 .short 1 ; 0x1 .space 4 .quad l_.str.338 .p2align 3 ; @flag_defs _flag_defs: .short 216 ; 0xd8 .short 0 ; 0x0 .space 4 .quad l_.str.339 .short 216 ; 0xd8 .short 2 ; 0x2 .space 4 .quad l_.str.340 .short 184 ; 0xb8 .short 2 ; 0x2 .space 4 .quad l_.str.341 .short 220 ; 0xdc .short 0 ; 0x0 .space 4 .quad l_.str.342 .section __TEXT,__cstring,cstring_literals l_.str.107: ; @.str.107 .asciz "tcc version 0.9.23 - Tiny C Compiler - Copyright (C) 2001-2013 Fabrice Bellard\nusage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n [infile1 infile2...] [-run infile args...]\n\nGeneral options:\n -v display current version\n -c compile only - generate an object file\n -o outfile set output filename\n -Bdir set tcc internal library path\n -bench output compilation statistics\n -run run compiled source\n -fflag set or reset (with 'no-' prefix) 'flag' (see man page)\n -Wwarning set or reset (with 'no-' prefix) 'warning' (see man page)\n -w disable all warnings\nPreprocessor options:\n -Idir add include path 'dir'\n -Dsym[=val] define 'sym' with value 'val'\n -Usym undefine 'sym'\nLinker options:\n -Ldir add library path 'dir'\n -llib link with dynamic or static library 'lib'\n -shared generate a shared library\n -static static linking\n -rdynamic export all global symbols to dynamic linker\n -r relocatable output\nDebugger options:\n -g generate runtime debug info\n -b compile with built-in memory and bounds checker (implies -g)\n -bt N show N callers in stack traces\n" .zerofill __DATA,__bss,_nb_files,4,2 ; @nb_files .zerofill __DATA,__bss,_print_search_dirs,4,2 ; @print_search_dirs .zerofill __DATA,__bss,_files,8,3 ; @files .zerofill __DATA,__bss,_multiple_files,4,2 ; @multiple_files .section __DATA,__const .p2align 3 ; @tcc_options _tcc_options: .quad l_.str.343 .short 0 ; 0x0 .short 0 ; 0x0 .space 4 .quad l_.str.344 .short 0 ; 0x0 .short 0 ; 0x0 .space 4 .quad l_.str.345 .short 1 ; 0x1 .short 1 ; 0x1 .space 4 .quad l_.str.346 .short 2 ; 0x2 .short 1 ; 0x1 .space 4 .quad l_.str.347 .short 3 ; 0x3 .short 1 ; 0x1 .space 4 .quad l_.str.348 .short 4 ; 0x4 .short 1 ; 0x1 .space 4 .quad l_.str.349 .short 5 ; 0x5 .short 1 ; 0x1 .space 4 .quad l_.str.350 .short 6 ; 0x6 .short 3 ; 0x3 .space 4 .quad l_.str.351 .short 7 ; 0x7 .short 0 ; 0x0 .space 4 .quad l_.str.352 .short 8 ; 0x8 .short 1 ; 0x1 .space 4 .quad l_.str.353 .short 9 ; 0x9 .short 0 ; 0x0 .space 4 .quad l_.str.354 .short 10 ; 0xa .short 3 ; 0x3 .space 4 .quad l_.str.281 .short 11 ; 0xb .short 0 ; 0x0 .space 4 .quad l_.str.355 .short 12 ; 0xc .short 0 ; 0x0 .space 4 .quad l_.str.356 .short 13 ; 0xd .short 0 ; 0x0 .space 4 .quad l_.str.123 .short 14 ; 0xe .short 1 ; 0x1 .space 4 .quad l_.str.357 .short 25 ; 0x19 .short 3 ; 0x3 .space 4 .quad l_.str.358 .short 24 ; 0x18 .short 0 ; 0x0 .space 4 .quad l_.str.359 .short 15 ; 0xf .short 0 ; 0x0 .space 4 .quad l_.str.360 .short 16 ; 0x10 .short 3 ; 0x3 .space 4 .quad l_.str.361 .short 17 ; 0x11 .short 3 ; 0x3 .space 4 .quad l_.str.362 .short 18 ; 0x12 .short 3 ; 0x3 .space 4 .quad l_.str.363 .short 19 ; 0x13 .short 1 ; 0x1 .space 4 .quad l_.str.364 .short 20 ; 0x14 .short 3 ; 0x3 .space 4 .quad l_.str.365 .short 21 ; 0x15 .short 0 ; 0x0 .space 4 .quad l_.str.366 .short 22 ; 0x16 .short 0 ; 0x0 .space 4 .quad l_.str.367 .short 23 ; 0x17 .short 0 ; 0x0 .space 4 .quad l_.str.368 .short 26 ; 0x1a .short 0 ; 0x0 .space 4 .quad l_.str.369 .short 27 ; 0x1b .short 0 ; 0x0 .space 4 .quad l_.str.370 .short 28 ; 0x1c .short 0 ; 0x0 .space 4 .space 16 .section __TEXT,__cstring,cstring_literals l_.str.108: ; @.str.108 .asciz "invalid option -- '%s'" l_.str.109: ; @.str.109 .asciz "argument to '%s' is missing" l_.str.110: ; @.str.110 .asciz "too many include paths" .zerofill __DATA,__bss,_nb_libraries,4,2 ; @nb_libraries .zerofill __DATA,__bss,_do_bench,4,2 ; @do_bench .zerofill __DATA,__bss,_output_type,4,2 ; @output_type .zerofill __DATA,__bss,_outfile,8,3 ; @outfile .zerofill __DATA,__bss,_reloc_output,4,2 ; @reloc_output l_.str.111: ; @.str.111 .asciz "tcc version %s\n" l_.str.112: ; @.str.112 .asciz "0.9.23" l_.str.113: ; @.str.113 .asciz "-Ttext," l_.str.114: ; @.str.114 .asciz "--oformat," l_.str.115: ; @.str.115 .asciz "elf32-" l_.str.116: ; @.str.116 .asciz "binary" l_.str.117: ; @.str.117 .asciz "target %s not found" l_.str.118: ; @.str.118 .asciz "unsupported linker option '%s'" l_.str.119: ; @.str.119 .asciz "unsupported option '%s'" l_.str.120: ; @.str.120 .asciz "install: %s/\n" l_.str.121: ; @.str.121 .asciz "cannot specify multiple files with -c" l_.str.122: ; @.str.122 .asciz "cannot specify libraries with -c" l_.str.123: ; @.str.123 .asciz "o" l_.str.124: ; @.str.124 .asciz "a.out" l_.str.125: ; @.str.125 .asciz "cannot find %s" .zerofill __DATA,__bss,_total_bytes,4,2 ; @total_bytes l_.str.126: ; @.str.126 .asciz "%d idents, %d lines, %d bytes, %0.3f s, %d lines/s, %0.1f MB/s\n" .section __DATA,__data .globl ___tcc_fpu_control ; @__tcc_fpu_control .p2align 1 ___tcc_fpu_control: .short 4991 ; 0x137f .globl ___tcc_int_fpu_control ; @__tcc_int_fpu_control .p2align 1 ___tcc_int_fpu_control: .short 8063 ; 0x1f7f .comm _dummy_char_star,8,3 ; @dummy_char_star .section __TEXT,__cstring,cstring_literals l_.str.127: ; @.str.127 .asciz "__bound_" .zerofill __DATA,__bss,_local_stack,8,3 ; @local_stack .zerofill __DATA,__bss,_global_stack,8,3 ; @global_stack .zerofill __DATA,__bss,_sym_free_first,8,3 ; @sym_free_first l_.str.128: ; @.str.128 .asciz "stray '\\' in program" l_.str.129: ; @.str.129 .asciz "missing terminating %c character" l_.str.130: ; @.str.130 .asciz "'\n' after '\r'" l_.str.131: ; @.str.131 .asciz "unexpected end of file in comment" .zerofill __DATA,__bss,_parse_flags,4,2 ; @parse_flags .zerofill __DATA,__bss,_tok_flags,4,2 ; @tok_flags .zerofill __DATA,__bss,_tokcstr,32,3 ; @tokcstr l_.str.132: ; @.str.132 .asciz "'.'" l_.str.133: ; @.str.133 .asciz "empty character constant" l_.str.134: ; @.str.134 .asciz "multi-character character constant" l_.str.135: ; @.str.135 .asciz "unrecognized character \\x%02x" l_.str.136: ; @.str.136 .asciz "'#include' expects \"FILENAME\" or <FILENAME>" l_.str.137: ; @.str.137 .asciz "#include recursion too deep" l_.str.138: ; @.str.138 .asciz "/" l_.str.139: ; @.str.139 .asciz "include file '%s' not found" l_.str.140: ; @.str.140 .asciz "invalid argument for '#if%sdef'" l_.str.141: ; @.str.141 .asciz "n" l_.str.142: ; @.str.142 .asciz "#else without matching #if" l_.str.143: ; @.str.143 .asciz "#else after #else" l_.str.144: ; @.str.144 .asciz "#elif without matching #if" l_.str.145: ; @.str.145 .asciz "#elif after #else" l_.str.146: ; @.str.146 .asciz "#endif without matching #if" l_.str.147: ; @.str.147 .asciz "#line" l_.str.148: ; @.str.148 .asciz "#error %s" l_.str.149: ; @.str.149 .asciz "#warning %s" l_.str.150: ; @.str.150 .asciz "invalid preprocessing directive #%s" l_.str.151: ; @.str.151 .asciz "constant expression" .section __DATA,__data .p2align 2 ; @gnu_ext _gnu_ext: .long 1 ; 0x1 .zerofill __DATA,__bss,_global_expr,4,2 ; @global_expr .section __TEXT,__cstring,cstring_literals l_.str.152: ; @.str.152 .asciz "pointer not accepted for unary plus" l_.str.153: ; @.str.153 .asciz "sizeof applied to an incomplete type" l_.str.154: ; @.str.154 .asciz "label identifier" .zerofill __DATA,__bss,_global_label_stack,8,3 ; @global_label_stack l_.str.155: ; @.str.155 .asciz "identifier" l_.str.156: ; @.str.156 .asciz "'%s' undeclared" l_.str.157: ; @.str.157 .asciz "implicit declaration of function '%s'" l_.str.158: ; @.str.158 .asciz "struct or union" l_.str.159: ; @.str.159 .asciz "field not found" l_.str.160: ; @.str.160 .asciz "function pointer" l_.str.161: ; @.str.161 .asciz "too few arguments to function" l_.str.162: ; @.str.162 .asciz "unknown type size" l_.str.163: ; @.str.163 .asciz "unexpected end of file in initializer" l_.str.164: ; @.str.164 .asciz "incompatible types for redefinition of '%s'" l_.str.165: ; @.str.165 .asciz "initializer-string for array is too long" l_.str.166: ; @.str.166 .asciz "index too large" l_.str.167: ; @.str.167 .asciz "cast" l_.str.168: ; @.str.168 .asciz "initializer element is not constant" l_.str.169: ; @.str.169 .asciz "initializer element is not computable at load time" l_.str.170: ; @.str.170 .asciz "array type" l_.str.171: ; @.str.171 .asciz "invalid index" l_.str.172: ; @.str.172 .asciz "struct/union type" l_.str.173: ; @.str.173 .asciz "field" l_.str.174: ; @.str.174 .asciz "=" l_.str.175: ; @.str.175 .asciz "too many field init" l_.str.176: ; @.str.176 .asciz "range init not supported yet for dynamic storage" .zerofill __DATA,__bss,_unget_saved_macro_ptr,8,3 ; @unget_saved_macro_ptr .zerofill __DATA,__bss,_unget_buffer_enabled,4,2 ; @unget_buffer_enabled .zerofill __DATA,__bss,_unget_saved_buffer,20,2 ; @unget_saved_buffer l_.str.177: ; @.str.177 .asciz "unsupported token" l_.str.178: ; @.str.178 .asciz "too many basic types" l_.str.179: ; @.str.179 .asciz "signed and unsigned modifier" l_.str.180: ; @.str.180 .asciz "struct/union/enum name" l_.str.181: ; @.str.181 .asciz "invalid type" .zerofill __DATA,__bss,_anon_sym,8,3 ; @anon_sym l_.str.182: ; @.str.182 .asciz "struct/union/enum already defined" l_.str.183: ; @.str.183 .asciz "invalid type for '%s'" l_.str.184: ; @.str.184 .asciz "negative width in bit-field '%s'" l_.str.185: ; @.str.185 .asciz "zero width for bit-field '%s'" l_.str.186: ; @.str.186 .asciz "bitfields must have scalar type" l_.str.187: ; @.str.187 .asciz "width of '%s' exceeds its type" l_.str.188: ; @.str.188 .asciz "attribute name" l_.str.189: ; @.str.189 .asciz "section name" l_.str.190: ; @.str.190 .asciz "alignment must be a positive power of two" l_.str.191: ; @.str.191 .asciz "'%s' attribute ignored" l_.str.192: ; @.str.192 .asciz "parameter declared as void" l_.str.193: ; @.str.193 .asciz "invalid array size" .zerofill __DATA,__bss,_func_ind,8,3 ; @func_ind .zerofill __DATA,__bss,_local_label_stack,8,3 ; @local_label_stack .zerofill __DATA,__bss,_rsym,8,3 ; @rsym l_.str.194: ; @.str.194 .asciz "cannot break" l_.str.195: ; @.str.195 .asciz "cannot continue" l_.str.196: ; @.str.196 .asciz "switch" l_.str.197: ; @.str.197 .asciz "empty case range" l_.str.198: ; @.str.198 .asciz "too many 'default'" l_.str.199: ; @.str.199 .asciz "pointer" l_.str.200: ; @.str.200 .asciz "duplicate label '%s'" l_.str.201: ; @.str.201 .asciz "deprecated use of label at end of compound statement" l_.str.202: ; @.str.202 .asciz "cannot use local functions" l_.str.203: ; @.str.203 .asciz "function definition" l_.str.204: ; @.str.204 .asciz "unexpected end of file" l_.str.205: ; @.str.205 .asciz "';'" l_.str.206: ; @.str.206 .asciz "string constant" l_.str.207: ; @.str.207 .asciz "':'" l_.str.208: ; @.str.208 .asciz "end of line" l_.str.209: ; @.str.209 .asciz "64 bit constant" l_.str.210: ; @.str.210 .asciz "constant" l_.str.211: ; @.str.211 .asciz "repeat < 0; .fill ignored" l_.str.212: ; @.str.212 .asciz "size < 0; .fill ignored" l_.str.213: ; @.str.213 .asciz "attempt to .org backwards" l_.str.214: ; @.str.214 .asciz ".%s%d" l_.str.215: ; @.str.215 .asciz ".%s" .zerofill __DATA,__bss,_last_text_section,8,3 ; @last_text_section l_.str.216: ; @.str.216 .asciz "no previous section referenced" l_.str.217: ; @.str.217 .asciz "unknown assembler directive '.%s'" l_.str.218: ; @.str.218 .asciz "invalid operation with label" l_.str.219: ; @.str.219 .asciz "division by zero" l_.str.220: ; @.str.220 .asciz "local label '%d' not found backward" l_.str.221: ; @.str.221 .asciz "invalid number syntax" l_.str.222: ; @.str.222 .asciz "bad expression syntax [%s]" l_.str.223: ; @.str.223 .asciz "L..%u" l_.str.224: ; @.str.224 .asciz "assembler label '%s' already defined" l_.str.225: ; @.str.225 .asciz "incorrect number of operands" .section __TEXT,__const .p2align 1 ; @asm_instrs _asm_instrs: .short 796 ; 0x31c .short 166 ; 0xa6 .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 800 ; 0x320 .short 166 ; 0xa6 .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 804 ; 0x324 .short 108 ; 0x6c .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 808 ; 0x328 .short 110 ; 0x6e .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 812 ; 0x32c .short 172 ; 0xac .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 816 ; 0x330 .short 172 ; 0xac .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 820 ; 0x334 .short 164 ; 0xa4 .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 824 ; 0x338 .short 164 ; 0xa4 .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 828 ; 0x33c .short 174 ; 0xae .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 832 ; 0x340 .short 174 ; 0xae .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 836 ; 0x344 .short 170 ; 0xaa .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 840 ; 0x348 .short 170 ; 0xaa .short 6 ; 0x6 .byte 0 ; 0x0 .space 3 .short 719 ; 0x2cf .short 4028 ; 0xfbc .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\226\026" .short 722 ; 0x2d2 .short 4029 ; 0xfbd .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\226\026" .short 725 ; 0x2d5 .short 4003 ; 0xfa3 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 725 ; 0x2d5 .short 4026 ; 0xfba .short 32788 ; 0x8014 .byte 2 ; 0x2 .asciz "\n\226" .short 728 ; 0x2d8 .short 4011 ; 0xfab .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 728 ; 0x2d8 .short 4026 ; 0xfba .short 40980 ; 0xa014 .byte 2 ; 0x2 .asciz "\n\226" .short 731 ; 0x2db .short 4019 ; 0xfb3 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 731 ; 0x2db .short 4026 ; 0xfba .short 49172 ; 0xc014 .byte 2 ; 0x2 .asciz "\n\226" .short 734 ; 0x2de .short 4027 ; 0xfbb .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 734 ; 0x2de .short 4026 ; 0xfba .short 57364 ; 0xe014 .byte 2 ; 0x2 .asciz "\n\226" .short 486 ; 0x1e6 .short 160 ; 0xa0 .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\022\016" .short 486 ; 0x1e6 .short 162 ; 0xa2 .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\016\022" .short 486 ; 0x1e6 .short 136 ; 0x88 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\025\225" .short 486 ; 0x1e6 .short 138 ; 0x8a .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\225\025" .short 486 ; 0x1e6 .short 176 ; 0xb0 .short 14 ; 0xe .byte 2 ; 0x2 .asciz "\024\025" .short 486 ; 0x1e6 .short 198 ; 0xc6 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\024\225" .short 487 ; 0x1e7 .short 140 ; 0x8c .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\b\225" .short 487 ; 0x1e7 .short 142 ; 0x8e .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\225\b" .short 487 ; 0x1e7 .short 3872 ; 0xf20 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\005\002" .short 487 ; 0x1e7 .short 3873 ; 0xf21 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\007\002" .short 487 ; 0x1e7 .short 3876 ; 0xf24 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\006\002" .short 487 ; 0x1e7 .short 3874 ; 0xf22 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\002\005" .short 487 ; 0x1e7 .short 3875 ; 0xf23 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\002\007" .short 487 ; 0x1e7 .short 3878 ; 0xf26 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\002\006" .short 615 ; 0x267 .short 4030 ; 0xfbe .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 614 ; 0x266 .short 4030 ; 0xfbe .short 272 ; 0x110 .byte 2 ; 0x2 .asciz "\200\001" .short 616 ; 0x268 .short 4031 ; 0xfbf .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\201\002" .short 610 ; 0x262 .short 4022 ; 0xfb6 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\200\026" .short 613 ; 0x265 .short 4023 ; 0xfb7 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\201\002" .short 596 ; 0x254 .short 80 ; 0x50 .short 12 ; 0xc .byte 1 ; 0x1 .asciz "\026\000" .short 596 ; 0x254 .short 255 ; 0xff .short 49172 ; 0xc014 .byte 1 ; 0x1 .asciz "\226\000" .short 596 ; 0x254 .short 106 ; 0x6a .short 4 ; 0x4 .byte 1 ; 0x1 .asciz "\013\000" .short 596 ; 0x254 .short 104 ; 0x68 .short 4 ; 0x4 .byte 1 ; 0x1 .asciz "\r\000" .short 596 ; 0x254 .short 6 ; 0x6 .short 4 ; 0x4 .byte 1 ; 0x1 .asciz "\b\000" .short 599 ; 0x257 .short 88 ; 0x58 .short 12 ; 0xc .byte 1 ; 0x1 .asciz "\026\000" .short 599 ; 0x257 .short 143 ; 0x8f .short 20 ; 0x14 .byte 1 ; 0x1 .asciz "\226\000" .short 599 ; 0x257 .short 7 ; 0x7 .short 4 ; 0x4 .byte 1 ; 0x1 .asciz "\b\000" .short 555 ; 0x22b .short 144 ; 0x90 .short 12 ; 0xc .byte 2 ; 0x2 .asciz "\025\016" .short 555 ; 0x22b .short 144 ; 0x90 .short 12 ; 0xc .byte 2 ; 0x2 .asciz "\016\025" .short 554 ; 0x22a .short 134 ; 0x86 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\025\225" .short 554 ; 0x22a .short 134 ; 0x86 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\225\025" .short 602 ; 0x25a .short 228 ; 0xe4 .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\n\016" .short 602 ; 0x25a .short 228 ; 0xe4 .short 6 ; 0x6 .byte 1 ; 0x1 .asciz "\n\000" .short 602 ; 0x25a .short 236 ; 0xec .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\021\016" .short 602 ; 0x25a .short 236 ; 0xec .short 6 ; 0x6 .byte 1 ; 0x1 .asciz "\021\000" .short 606 ; 0x25e .short 230 ; 0xe6 .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\016\n" .short 606 ; 0x25e .short 230 ; 0xe6 .short 6 ; 0x6 .byte 1 ; 0x1 .asciz "\n\000" .short 606 ; 0x25e .short 238 ; 0xee .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\016\021" .short 606 ; 0x25e .short 238 ; 0xee .short 6 ; 0x6 .byte 1 ; 0x1 .asciz "\021\000" .short 617 ; 0x269 .short 141 ; 0x8d .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\200\025" .short 620 ; 0x26c .short 196 ; 0xc4 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 621 ; 0x26d .short 197 ; 0xc5 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 622 ; 0x26e .short 4018 ; 0xfb2 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 623 ; 0x26f .short 4020 ; 0xfb4 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 624 ; 0x270 .short 4021 ; 0xfb5 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\200\002" .short 490 ; 0x1ea .short 0 ; 0x0 .short 534 ; 0x216 .byte 2 ; 0x2 .asciz "\025\225" .short 490 ; 0x1ea .short 2 ; 0x2 .short 534 ; 0x216 .byte 2 ; 0x2 .asciz "\225\025" .short 490 ; 0x1ea .short 4 ; 0x4 .short 518 ; 0x206 .byte 2 ; 0x2 .asciz "\024\016" .short 490 ; 0x1ea .short 128 ; 0x80 .short 534 ; 0x216 .byte 2 ; 0x2 .asciz "\024\225" .short 491 ; 0x1eb .short 131 ; 0x83 .short 532 ; 0x214 .byte 2 ; 0x2 .asciz "\013\225" .short 558 ; 0x22e .short 132 ; 0x84 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\225\025" .short 558 ; 0x22e .short 132 ; 0x84 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\025\225" .short 558 ; 0x22e .short 168 ; 0xa8 .short 6 ; 0x6 .byte 2 ; 0x2 .asciz "\024\016" .short 558 ; 0x22e .short 246 ; 0xf6 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\024\225" .short 523 ; 0x20b .short 64 ; 0x40 .short 12 ; 0xc .byte 1 ; 0x1 .asciz "\026\000" .short 522 ; 0x20a .short 254 ; 0xfe .short 22 ; 0x16 .byte 1 ; 0x1 .asciz "\225\000" .short 527 ; 0x20f .short 72 ; 0x48 .short 12 ; 0xc .byte 1 ; 0x1 .asciz "\026\000" .short 526 ; 0x20e .short 254 ; 0xfe .short 8214 ; 0x2016 .byte 1 ; 0x1 .asciz "\225\000" .short 530 ; 0x212 .short 246 ; 0xf6 .short 16406 ; 0x4016 .byte 1 ; 0x1 .asciz "\225\000" .short 534 ; 0x216 .short 246 ; 0xf6 .short 24598 ; 0x6016 .byte 1 ; 0x1 .asciz "\225\000" .short 538 ; 0x21a .short 246 ; 0xf6 .short 32790 ; 0x8016 .byte 1 ; 0x1 .asciz "\225\000" .short 542 ; 0x21e .short 246 ; 0xf6 .short 40982 ; 0xa016 .byte 1 ; 0x1 .asciz "\225\000" .short 543 ; 0x21f .short 4015 ; 0xfaf .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\225\025" .short 543 ; 0x21f .short 107 ; 0x6b .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\013\226\026" .short 543 ; 0x21f .short 107 ; 0x6b .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\013\026" .short 543 ; 0x21f .short 105 ; 0x69 .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\027\226\026" .short 543 ; 0x21f .short 105 ; 0x69 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\027\026" .short 546 ; 0x222 .short 246 ; 0xf6 .short 49174 ; 0xc016 .byte 1 ; 0x1 .asciz "\225\000" .short 546 ; 0x222 .short 246 ; 0xf6 .short 49174 ; 0xc016 .byte 2 ; 0x2 .asciz "\225\016" .short 550 ; 0x226 .short 246 ; 0xf6 .short 57366 ; 0xe016 .byte 1 ; 0x1 .asciz "\225\000" .short 550 ; 0x226 .short 246 ; 0xf6 .short 57366 ; 0xe016 .byte 2 ; 0x2 .asciz "\225\016" .short 562 ; 0x232 .short 192 ; 0xc0 .short 150 ; 0x96 .byte 2 ; 0x2 .asciz "\n\225" .short 562 ; 0x232 .short 210 ; 0xd2 .short 150 ; 0x96 .byte 2 ; 0x2 .asciz "\020\225" .short 562 ; 0x232 .short 208 ; 0xd0 .short 150 ; 0x96 .byte 1 ; 0x1 .asciz "\225\000" .short 590 ; 0x24e .short 4004 ; 0xfa4 .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\n\026\226" .short 590 ; 0x24e .short 4005 ; 0xfa5 .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\020\026\226" .short 590 ; 0x24e .short 4005 ; 0xfa5 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 593 ; 0x251 .short 4012 ; 0xfac .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\n\026\226" .short 593 ; 0x251 .short 4013 ; 0xfad .short 20 ; 0x14 .byte 3 ; 0x3 .ascii "\020\026\226" .short 593 ; 0x251 .short 4013 ; 0xfad .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\026\226" .short 625 ; 0x271 .short 255 ; 0xff .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\023\000" .short 625 ; 0x271 .short 232 ; 0xe8 .short 1 ; 0x1 .byte 1 ; 0x1 .asciz "\022\000" .short 626 ; 0x272 .short 255 ; 0xff .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\023\000" .short 626 ; 0x272 .short 235 ; 0xeb .short 1025 ; 0x401 .byte 1 ; 0x1 .asciz "\022\000" .short 627 ; 0x273 .short 154 ; 0x9a .short 0 ; 0x0 .byte 2 ; 0x2 .asciz "\f\r" .short 627 ; 0x273 .short 255 ; 0xff .short 24576 ; 0x6000 .byte 1 ; 0x1 .asciz "\200\000" .short 628 ; 0x274 .short 234 ; 0xea .short 0 ; 0x0 .byte 2 ; 0x2 .asciz "\f\r" .short 628 ; 0x274 .short 255 ; 0xff .short 40960 ; 0xa000 .byte 1 ; 0x1 .asciz "\200\000" .short 256 ; 0x100 .short 205 ; 0xcd .short 0 ; 0x0 .byte 1 ; 0x1 .asciz "\n\000" .short 659 ; 0x293 .short 3984 ; 0xf90 .short 80 ; 0x50 .byte 1 ; 0x1 .asciz "\200\000" .short 938 ; 0x3aa .short 200 ; 0xc8 .short 0 ; 0x0 .byte 2 ; 0x2 .asciz "\f\n" .short 901 ; 0x385 .short 194 ; 0xc2 .short 0 ; 0x0 .byte 1 ; 0x1 .asciz "\f\000" .short 902 ; 0x386 .short 202 ; 0xca .short 0 ; 0x0 .byte 1 ; 0x1 .asciz "\f\000" .short 629 ; 0x275 .short 112 ; 0x70 .short 1089 ; 0x441 .byte 1 ; 0x1 .asciz "\022\000" .short 939 ; 0x3ab .short 224 ; 0xe0 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 940 ; 0x3ac .short 224 ; 0xe0 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 941 ; 0x3ad .short 225 ; 0xe1 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 942 ; 0x3ae .short 225 ; 0xe1 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 943 ; 0x3af .short 226 ; 0xe2 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 944 ; 0x3b0 .short 227 ; 0xe3 .short 1024 ; 0x400 .byte 1 ; 0x1 .asciz "\022\000" .short 758 ; 0x2f6 .short 55513 ; 0xd8d9 .short 0 ; 0x0 .byte 0 ; 0x0 .space 3 .short 740 ; 0x2e4 .short 55488 ; 0xd8c0 .short 2056 ; 0x808 .byte 1 ; 0x1 .asciz "\t\000" .short 740 ; 0x2e4 .short 55488 ; 0xd8c0 .short 2056 ; 0x808 .byte 2 ; 0x2 .asciz "\t\017" .short 740 ; 0x2e4 .short 57025 ; 0xdec1 .short 2048 ; 0x800 .byte 0 ; 0x0 .space 3 .short 741 ; 0x2e5 .short 57024 ; 0xdec0 .short 2056 ; 0x808 .byte 1 ; 0x1 .asciz "\t\000" .short 741 ; 0x2e5 .short 57024 ; 0xdec0 .short 2056 ; 0x808 .byte 2 ; 0x2 .asciz "\t\017" .short 741 ; 0x2e5 .short 57024 ; 0xdec0 .short 2056 ; 0x808 .byte 2 ; 0x2 .asciz "\017\t" .short 741 ; 0x2e5 .short 57025 ; 0xdec1 .short 2048 ; 0x800 .byte 0 ; 0x0 .space 3 .short 742 ; 0x2e6 .short 216 ; 0xd8 .short 2064 ; 0x810 .byte 1 ; 0x1 .asciz "\200\000" .short 743 ; 0x2e7 .short 218 ; 0xda .short 2064 ; 0x810 .byte 1 ; 0x1 .asciz "\200\000" .short 744 ; 0x2e8 .short 220 ; 0xdc .short 2064 ; 0x810 .byte 1 ; 0x1 .asciz "\200\000" .short 745 ; 0x2e9 .short 222 ; 0xde .short 2064 ; 0x810 .byte 1 ; 0x1 .asciz "\200\000" .short 945 ; 0x3b1 .short 55744 ; 0xd9c0 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 946 ; 0x3b2 .short 55744 ; 0xd9c0 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 947 ; 0x3b3 .short 217 ; 0xd9 .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\200\000" .short 946 ; 0x3b2 .short 221 ; 0xdd .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\200\000" .short 948 ; 0x3b4 .short 219 ; 0xdb .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\200\000" .short 949 ; 0x3b5 .short 223 ; 0xdf .short 40976 ; 0xa010 .byte 1 ; 0x1 .asciz "\200\000" .short 950 ; 0x3b6 .short 223 ; 0xdf .short 40976 ; 0xa010 .byte 1 ; 0x1 .asciz "\200\000" .short 951 ; 0x3b7 .short 219 ; 0xdb .short 40976 ; 0xa010 .byte 1 ; 0x1 .asciz "\200\000" .short 952 ; 0x3b8 .short 223 ; 0xdf .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\200\000" .short 953 ; 0x3b9 .short 56784 ; 0xddd0 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 954 ; 0x3ba .short 56784 ; 0xddd0 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 955 ; 0x3bb .short 217 ; 0xd9 .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\200\000" .short 956 ; 0x3bc .short 217 ; 0xd9 .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\200\000" .short 954 ; 0x3ba .short 221 ; 0xdd .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\200\000" .short 957 ; 0x3bd .short 221 ; 0xdd .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\200\000" .short 958 ; 0x3be .short 223 ; 0xdf .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\200\000" .short 959 ; 0x3bf .short 223 ; 0xdf .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\200\000" .short 960 ; 0x3c0 .short 219 ; 0xdb .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\200\000" .short 961 ; 0x3c1 .short 219 ; 0xdb .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\200\000" .short 962 ; 0x3c2 .short 56792 ; 0xddd8 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 963 ; 0x3c3 .short 223 ; 0xdf .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 964 ; 0x3c4 .short 223 ; 0xdf .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 965 ; 0x3c5 .short 219 ; 0xdb .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 966 ; 0x3c6 .short 223 ; 0xdf .short 49168 ; 0xc010 .byte 1 ; 0x1 .asciz "\200\000" .short 935 ; 0x3a7 .short 55752 ; 0xd9c8 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 967 ; 0x3c7 .short 56800 ; 0xdde0 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 968 ; 0x3c8 .short 56808 ; 0xdde8 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\t\000" .short 969 ; 0x3c9 .short 56291 ; 0xdbe3 .short 32 ; 0x20 .byte 0 ; 0x0 .space 3 .short 970 ; 0x3ca .short 217 ; 0xd9 .short 40976 ; 0xa010 .byte 1 ; 0x1 .asciz "\200\000" .short 971 ; 0x3cb .short 217 ; 0xd9 .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 972 ; 0x3cc .short 217 ; 0xd9 .short 57392 ; 0xe030 .byte 1 ; 0x1 .asciz "\200\000" .short 936 ; 0x3a8 .short 57312 ; 0xdfe0 .short 0 ; 0x0 .byte 1 ; 0x1 .asciz "\016\000" .short 936 ; 0x3a8 .short 221 ; 0xdd .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 973 ; 0x3cd .short 57312 ; 0xdfe0 .short 32 ; 0x20 .byte 1 ; 0x1 .asciz "\016\000" .short 973 ; 0x3cd .short 57312 ; 0xdfe0 .short 32 ; 0x20 .byte 0 ; 0x0 .space 3 .short 973 ; 0x3cd .short 221 ; 0xdd .short 57392 ; 0xe030 .byte 1 ; 0x1 .asciz "\200\000" .short 974 ; 0x3ce .short 56290 ; 0xdbe2 .short 32 ; 0x20 .byte 0 ; 0x0 .space 3 .short 975 ; 0x3cf .short 217 ; 0xd9 .short 49168 ; 0xc010 .byte 1 ; 0x1 .asciz "\200\000" .short 976 ; 0x3d0 .short 217 ; 0xd9 .short 49200 ; 0xc030 .byte 1 ; 0x1 .asciz "\200\000" .short 977 ; 0x3d1 .short 217 ; 0xd9 .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\200\000" .short 978 ; 0x3d2 .short 221 ; 0xdd .short 49168 ; 0xc010 .byte 1 ; 0x1 .asciz "\200\000" .short 979 ; 0x3d3 .short 221 ; 0xdd .short 49200 ; 0xc030 .byte 1 ; 0x1 .asciz "\200\000" .short 980 ; 0x3d4 .short 221 ; 0xdd .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\200\000" .short 981 ; 0x3d5 .short 56768 ; 0xddc0 .short 32776 ; 0x8008 .byte 1 ; 0x1 .asciz "\t\000" .short 982 ; 0x3d6 .short 57280 ; 0xdfc0 .short 32776 ; 0x8008 .byte 1 ; 0x1 .asciz "\t\000" .short 983 ; 0x3d7 .short 4014 ; 0xfae .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\200\000" .short 984 ; 0x3d8 .short 4014 ; 0xfae .short 8208 ; 0x2010 .byte 1 ; 0x1 .asciz "\200\000" .short 985 ; 0x3d9 .short 99 ; 0x63 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\001\201" .short 986 ; 0x3da .short 3842 ; 0xf02 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\202\002" .short 987 ; 0x3db .short 3841 ; 0xf01 .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\200\000" .short 988 ; 0x3dc .short 3841 ; 0xf01 .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\200\000" .short 989 ; 0x3dd .short 3840 ; 0xf00 .short 16400 ; 0x4010 .byte 1 ; 0x1 .asciz "\225\000" .short 990 ; 0x3de .short 3841 ; 0xf01 .short 49168 ; 0xc010 .byte 1 ; 0x1 .asciz "\225\000" .short 737 ; 0x2e1 .short 3843 ; 0xf03 .short 20 ; 0x14 .byte 2 ; 0x2 .asciz "\225\025" .short 991 ; 0x3df .short 3840 ; 0xf00 .short 24592 ; 0x6010 .byte 1 ; 0x1 .asciz "\225\000" .short 992 ; 0x3e0 .short 3841 ; 0xf01 .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\200\000" .short 993 ; 0x3e1 .short 3841 ; 0xf01 .short 8208 ; 0x2010 .byte 1 ; 0x1 .asciz "\200\000" .short 994 ; 0x3e2 .short 3840 ; 0xf00 .short 16 ; 0x10 .byte 1 ; 0x1 .asciz "\225\000" .short 995 ; 0x3e3 .short 3841 ; 0xf01 .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\225\000" .short 996 ; 0x3e4 .short 3840 ; 0xf00 .short 8208 ; 0x2010 .byte 1 ; 0x1 .asciz "\201\000" .short 997 ; 0x3e5 .short 3840 ; 0xf00 .short 32784 ; 0x8010 .byte 1 ; 0x1 .asciz "\225\000" .short 998 ; 0x3e6 .short 3840 ; 0xf00 .short 40976 ; 0xa010 .byte 1 ; 0x1 .asciz "\225\000" .short 999 ; 0x3e7 .short 4040 ; 0xfc8 .short 8 ; 0x8 .byte 1 ; 0x1 .asciz "\002\000" .short 788 ; 0x314 .short 4032 ; 0xfc0 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\025\225" .short 792 ; 0x318 .short 4016 ; 0xfb0 .short 22 ; 0x16 .byte 2 ; 0x2 .asciz "\025\225" .short 1000 ; 0x3e8 .short 3841 ; 0xf01 .short 57360 ; 0xe010 .byte 1 ; 0x1 .asciz "\200\000" .short 1001 ; 0x3e9 .short 98 ; 0x62 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\002\200" .short 1002 ; 0x3ea .short 98 ; 0x62 .short 272 ; 0x110 .byte 2 ; 0x2 .asciz "\001\200" .short 1003 ; 0x3eb .short 4039 ; 0xfc7 .short 8208 ; 0x2010 .byte 1 ; 0x1 .asciz "\200\000" .short 689 ; 0x2b1 .short 3904 ; 0xf40 .short 80 ; 0x50 .byte 2 ; 0x2 .asciz "\202\002" .short 1004 ; 0x3ec .short 56000 ; 0xdac0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1005 ; 0x3ed .short 56008 ; 0xdac8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1006 ; 0x3ee .short 56016 ; 0xdad0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1007 ; 0x3ef .short 56024 ; 0xdad8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1008 ; 0x3f0 .short 56256 ; 0xdbc0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1009 ; 0x3f1 .short 56264 ; 0xdbc8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1010 ; 0x3f2 .short 56272 ; 0xdbd0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1011 ; 0x3f3 .short 56280 ; 0xdbd8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1012 ; 0x3f4 .short 56296 ; 0xdbe8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1013 ; 0x3f5 .short 56304 ; 0xdbf0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1014 ; 0x3f6 .short 57320 ; 0xdfe8 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1015 ; 0x3f7 .short 57328 ; 0xdff0 .short 8 ; 0x8 .byte 2 ; 0x2 .asciz "\t\017" .short 1016 ; 0x3f8 .short 3950 ; 0xf6e .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\202\003" .short 1016 ; 0x3f8 .short 3966 ; 0xf7e .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\003\202" .short 1017 ; 0x3f9 .short 3951 ; 0xf6f .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1017 ; 0x3f9 .short 3967 ; 0xf7f .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\003\203" .short 1018 ; 0x3fa .short 3947 ; 0xf6b .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1019 ; 0x3fb .short 3939 ; 0xf63 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1020 ; 0x3fc .short 3943 ; 0xf67 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1021 ; 0x3fd .short 4092 ; 0xffc .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1022 ; 0x3fe .short 4093 ; 0xffd .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1023 ; 0x3ff .short 4094 ; 0xffe .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1024 ; 0x400 .short 4076 ; 0xfec .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1025 ; 0x401 .short 4077 ; 0xfed .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1026 ; 0x402 .short 4060 ; 0xfdc .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1027 ; 0x403 .short 4061 ; 0xfdd .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1028 ; 0x404 .short 4059 ; 0xfdb .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1029 ; 0x405 .short 4063 ; 0xfdf .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1030 ; 0x406 .short 3956 ; 0xf74 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1031 ; 0x407 .short 3957 ; 0xf75 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1032 ; 0x408 .short 3958 ; 0xf76 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1033 ; 0x409 .short 3940 ; 0xf64 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1034 ; 0x40a .short 3941 ; 0xf65 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1035 ; 0x40b .short 3942 ; 0xf66 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1036 ; 0x40c .short 4085 ; 0xff5 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1037 ; 0x40d .short 4069 ; 0xfe5 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1038 ; 0x40e .short 4053 ; 0xfd5 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1039 ; 0x40f .short 4075 ; 0xfeb .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1040 ; 0x410 .short 4081 ; 0xff1 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1040 ; 0x410 .short 3953 ; 0xf71 .short 49168 ; 0xc010 .byte 2 ; 0x2 .asciz "\n\003" .short 1041 ; 0x411 .short 4082 ; 0xff2 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1041 ; 0x411 .short 3954 ; 0xf72 .short 49168 ; 0xc010 .byte 2 ; 0x2 .asciz "\n\003" .short 1042 ; 0x412 .short 4083 ; 0xff3 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1042 ; 0x412 .short 3955 ; 0xf73 .short 49168 ; 0xc010 .byte 2 ; 0x2 .asciz "\n\003" .short 1043 ; 0x413 .short 4065 ; 0xfe1 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1043 ; 0x413 .short 3953 ; 0xf71 .short 32784 ; 0x8010 .byte 2 ; 0x2 .asciz "\n\003" .short 1044 ; 0x414 .short 4066 ; 0xfe2 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1044 ; 0x414 .short 3954 ; 0xf72 .short 32784 ; 0x8010 .byte 2 ; 0x2 .asciz "\n\003" .short 1045 ; 0x415 .short 4049 ; 0xfd1 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1045 ; 0x415 .short 3953 ; 0xf71 .short 16400 ; 0x4010 .byte 2 ; 0x2 .asciz "\n\003" .short 1046 ; 0x416 .short 4050 ; 0xfd2 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1046 ; 0x416 .short 3954 ; 0xf72 .short 16400 ; 0x4010 .byte 2 ; 0x2 .asciz "\n\003" .short 1047 ; 0x417 .short 4051 ; 0xfd3 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1047 ; 0x417 .short 3955 ; 0xf73 .short 16400 ; 0x4010 .byte 2 ; 0x2 .asciz "\n\003" .short 1048 ; 0x418 .short 4088 ; 0xff8 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1049 ; 0x419 .short 4089 ; 0xff9 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1050 ; 0x41a .short 4090 ; 0xffa .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1051 ; 0x41b .short 4072 ; 0xfe8 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1052 ; 0x41c .short 4073 ; 0xfe9 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1053 ; 0x41d .short 4056 ; 0xfd8 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1054 ; 0x41e .short 4057 ; 0xfd9 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1055 ; 0x41f .short 3944 ; 0xf68 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1056 ; 0x420 .short 3945 ; 0xf69 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1057 ; 0x421 .short 3946 ; 0xf6a .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1058 ; 0x422 .short 3936 ; 0xf60 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1059 ; 0x423 .short 3937 ; 0xf61 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1060 ; 0x424 .short 3938 ; 0xf62 .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .short 1061 ; 0x425 .short 4079 ; 0xfef .short 16 ; 0x10 .byte 2 ; 0x2 .asciz "\203\003" .space 10 .p2align 1 ; @op0_codes _op0_codes: .short 96 ; 0x60 .short 97 ; 0x61 .short 248 ; 0xf8 .short 252 ; 0xfc .short 250 ; 0xfa .short 3846 ; 0xf06 .short 245 ; 0xf5 .short 159 ; 0x9f .short 158 ; 0x9e .short 156 ; 0x9c .short 157 ; 0x9d .short 156 ; 0x9c .short 157 ; 0x9d .short 249 ; 0xf9 .short 253 ; 0xfd .short 251 ; 0xfb .short 55 ; 0x37 .short 63 ; 0x3f .short 39 ; 0x27 .short 47 ; 0x2f .short 54538 ; 0xd50a .short 54282 ; 0xd40a .short 26264 ; 0x6698 .short 26265 ; 0x6699 .short 152 ; 0x98 .short 153 ; 0x99 .short 26264 ; 0x6698 .short 152 ; 0x98 .short 26265 ; 0x6699 .short 153 ; 0x99 .short 204 ; 0xcc .short 206 ; 0xce .short 207 ; 0xcf .short 4010 ; 0xfaa .short 244 ; 0xf4 .short 155 ; 0x9b .short 144 ; 0x90 .short 215 ; 0xd7 .short 103 ; 0x67 .short 103 ; 0x67 .short 102 ; 0x66 .short 102 ; 0x66 .short 240 ; 0xf0 .short 243 ; 0xf3 .short 243 ; 0xf3 .short 243 ; 0xf3 .short 242 ; 0xf2 .short 242 ; 0xf2 .short 3848 ; 0xf08 .short 3849 ; 0xf09 .short 4002 ; 0xfa2 .short 3888 ; 0xf30 .short 3889 ; 0xf31 .short 3890 ; 0xf32 .short 3891 ; 0xf33 .short 3851 ; 0xf0b .short 201 ; 0xc9 .short 195 ; 0xc3 .short 203 ; 0xcb .short 56041 ; 0xdae9 .short 55780 ; 0xd9e4 .short 55781 ; 0xd9e5 .short 55784 ; 0xd9e8 .short 55785 ; 0xd9e9 .short 55786 ; 0xd9ea .short 55787 ; 0xd9eb .short 55788 ; 0xd9ec .short 55789 ; 0xd9ed .short 55790 ; 0xd9ee .short 55792 ; 0xd9f0 .short 55793 ; 0xd9f1 .short 55794 ; 0xd9f2 .short 55795 ; 0xd9f3 .short 55796 ; 0xd9f4 .short 55797 ; 0xd9f5 .short 55798 ; 0xd9f6 .short 55799 ; 0xd9f7 .short 55800 ; 0xd9f8 .short 55801 ; 0xd9f9 .short 55802 ; 0xd9fa .short 55803 ; 0xd9fb .short 55804 ; 0xd9fc .short 55805 ; 0xd9fd .short 55806 ; 0xd9fe .short 55807 ; 0xd9ff .short 55776 ; 0xd9e0 .short 55777 ; 0xd9e1 .short 56291 ; 0xdbe3 .short 56290 ; 0xdbe2 .short 55760 ; 0xd9d0 .short 155 ; 0x9b .short 55753 ; 0xd9c9 .short 57312 ; 0xdfe0 .short 3959 ; 0xf77 .section __TEXT,__cstring,cstring_literals l_.str.226: ; @.str.226 .asciz "unknown opcode '%s'" .section __TEXT,__const _reg_to_size: ; @reg_to_size .ascii "\000\000\001\000\002" .section __TEXT,__cstring,cstring_literals l_.str.227: ; @.str.227 .asciz "cannot infer opcode suffix" .section __TEXT,__const _test_bits: ; @test_bits .ascii "\000\001\002\002\002\003\003\003\004\004\005\005\006\006\007\007\b\t\n\n\013\013\f\f\r\r\016\016\017\017" .section __TEXT,__cstring,cstring_literals l_.str.228: ; @.str.228 .asciz "invalid displacement" l_.str.229: ; @.str.229 .asciz "cannot relocate" l_.str.230: ; @.str.230 .asciz "unknown register" l_.str.231: ; @.str.231 .asciz "32 bit register" l_.str.232: ; @.str.232 .asciz "1, 2, 4 or 8 constant" l_.str.233: ; @.str.233 .asciz "declaration list" l_.str.234: ; @.str.234 .asciz "declaration for parameter '%s' but no such parameter" l_.str.235: ; @.str.235 .asciz "storage class specified for '%s'" l_.str.236: ; @.str.236 .asciz "label '%s' declared but not used" l_.str.237: ; @.str.237 .asciz "label '%s' used but not defined" l_.str.238: ; @.str.238 .asciz "too many asm operands" l_.str.239: ; @.str.239 .asciz "memory" l_.str.240: ; @.str.240 .asciz "cc" l_.str.241: ; @.str.241 .asciz "invalid clobber register '%s'" l_.str.242: ; @.str.242 .asciz "invalid reference in constraint %d ('%s')" l_.str.243: ; @.str.243 .asciz "cannot reference twice the same operand" l_.str.244: ; @.str.244 .asciz "'%c' modifier can only be applied to outputs" l_.str.245: ; @.str.245 .asciz "asm constraint %d ('%s') could not be satisfied" l_.str.246: ; @.str.246 .asciz "could not find free output register for reloading" l_.str.247: ; @.str.247 .asciz "unknown constraint '%c'" l_.str.248: ; @.str.248 .asciz "invalid operand reference after %%" l_.str.249: ; @.str.249 .asciz "%d" l_.str.250: ; @.str.250 .asciz "%d(%%ebp)" l_.str.251: ; @.str.251 .asciz "internal compiler error" l_.str.252: ; @.str.252 .asciz "(%%%s)" l_.str.253: ; @.str.253 .asciz "cannot use byte register" l_.str.254: ; @.str.254 .asciz "%%%s" .section __DATA,__data _asm_gen_code.reg_saved: ; @asm_gen_code.reg_saved .ascii "\003\006\007" .section __TEXT,__cstring,cstring_literals l_.str.255: ; @.str.255 .asciz "type" l_.str.256: ; @.str.256 .asciz "too many arguments to function" l_.str.257: ; @.str.257 .asciz "out of pack stack" l_.str.258: ; @.str.258 .asciz "invalid pack pragma" l_.str.259: ; @.str.259 .asciz "unknown escape sequence: '\\%c'" l_.str.260: ; @.str.260 .asciz "unknown escape sequence: '\\x%x'" .zerofill __DATA,__bss,_macro_ptr_allocated,8,3 ; @macro_ptr_allocated l_.str.261: ; @.str.261 .asciz "%s %2d %d" .section __TEXT,__const _ab_month_name: ; @ab_month_name .asciz "Jan" .asciz "Feb" .asciz "Mar" .asciz "Apr" .asciz "May" .asciz "Jun" .asciz "Jul" .asciz "Aug" .asciz "Sep" .asciz "Oct" .asciz "Nov" .asciz "Dec" .section __TEXT,__cstring,cstring_literals l_.str.262: ; @.str.262 .asciz "%02d:%02d:%02d" l_.str.263: ; @.str.263 .asciz "macro '%s' used with too many args" l_.str.264: ; @.str.264 .asciz "," l_.str.265: ; @.str.265 .asciz "macro '%s' used with too few args" l_.str.266: ; @.str.266 .asciz "pasting \"%s\" and \"%s\" does not give a valid preprocessing token" l_.str.267: ; @.str.267 .asciz "comparison between pointer and integer" l_.str.268: ; @.str.268 .asciz "invalid operands to binary %s" l_.str.269: ; @.str.269 .asciz "comparison of distinct pointer types lacks a cast" l_.str.270: ; @.str.270 .asciz "assignment makes pointer from integer without a cast" l_.str.271: ; @.str.271 .asciz "assignment discards qualifiers from pointer target type" l_.str.272: ; @.str.272 .asciz "assignment makes integer from pointer without a cast" l_.str.273: ; @.str.273 .asciz "cannot cast '%s' to '%s'" l_.str.274: ; @.str.274 .asciz "lvalue" l_.str.275: ; @.str.275 .asciz "invalid macro name '%s'" l_.str.276: ; @.str.276 .asciz "badly punctuated parameter list" .zerofill __DATA,__bss,_define_stack,8,3 ; @define_stack l_.str.277: ; @.str.277 .asciz "__bounds_start" l_.str.278: ; @.str.278 .asciz "%s/%s" l_.str.279: ; @.str.279 .asciz "bcheck.o" l_.str.280: ; @.str.280 .asciz ".init" l_.str.281: ; @.str.281 .asciz "c" l_.str.282: ; @.str.282 .asciz "libtcc1.a" l_.str.283: ; @.str.283 .asciz "/usr/lib/crtn.o" l_.str.284: ; @.str.284 .asciz "_etext" l_.str.285: ; @.str.285 .asciz "_edata" l_.str.286: ; @.str.286 .asciz "_end" l_.str.287: ; @.str.287 .asciz ".preinit_array" l_.str.288: ; @.str.288 .asciz ".init_array" l_.str.289: ; @.str.289 .asciz ".fini_array" l_.str.290: ; @.str.290 .asciz "__start_%s" l_.str.291: ; @.str.291 .asciz "__stop_%s" l_.str.292: ; @.str.292 .asciz "__%s_start" l_.str.293: ; @.str.293 .asciz "__%s_end" l_.str.294: ; @.str.294 .asciz ".got" l_.str.295: ; @.str.295 .asciz "_GLOBAL_OFFSET_TABLE_" l_.str.296: ; @.str.296 .asciz ".rel%s" l_.str.297: ; @.str.297 .asciz "0x%08lx:" l_.str.298: ; @.str.298 .asciz " ???\n" l_.str.299: ; @.str.299 .asciz " %s()" l_.str.300: ; @.str.300 .asciz " (%s:%d" l_.str.301: ; @.str.301 .asciz ", included from %s" l_.str.302: ; @.str.302 .asciz "floating point exception" l_.str.303: ; @.str.303 .asciz "dereferencing invalid pointer" l_.str.304: ; @.str.304 .asciz "illegal instruction" l_.str.305: ; @.str.305 .asciz "abort() called" l_.str.306: ; @.str.306 .asciz "caught signal %d" l_.str.307: ; @.str.307 .asciz "file '%s' not found" l_.str.308: ; @.str.308 .asciz "S" l_.str.309: ; @.str.309 .asciz "s" l_.str.310: ; @.str.310 .asciz "could not read header" l___func__.tcc_add_file_internal: ; @__func__.tcc_add_file_internal .asciz "tcc_add_file_internal" l_.str.311: ; @.str.311 .asciz "unrecognized ELF file" l_.str.312: ; @.str.312 .asciz "!<arch>\n" l_.str.313: ; @.str.313 .asciz "unrecognized file type" l_.str.314: ; @.str.314 .asciz "declaration" l_.str.315: ; @.str.315 .asciz "invalid object file" l_.str.316: ; @.str.316 .asciz "object must contain only one symtab" l_.str.317: ; @.str.317 .asciz ".gnu.linkonce" l_.str.318: ; @.str.318 .asciz "invalid section type" l_.str.319: ; @.str.319 .asciz "Invalid relocation entry" l_.str.320: ; @.str.320 .asciz "bad architecture" l_.str.321: ; @.str.321 .asciz "referenced dll '%s' not found" l_.str.322: ; @.str.322 .asciz "invalid archive" l_.str.323: ; @.str.323 .asciz "//" l_.str.324: ; @.str.324 .asciz "__.SYMDEF" l_.str.325: ; @.str.325 .asciz "__.SYMDEF/" l_.str.326: ; @.str.326 .asciz "ARFILENAMES/" l_.str.327: ; @.str.327 .asciz "INPUT" l_.str.328: ; @.str.328 .asciz "GROUP" l_.str.329: ; @.str.329 .asciz "filename expected" l_.str.330: ; @.str.330 .asciz "OUTPUT_FORMAT" l_.str.331: ; @.str.331 .asciz "TARGET" l_.str.332: ; @.str.332 .asciz "/.-_+=$:\\,~" l_.str.333: ; @.str.333 .asciz "'%s' defined twice" l_.str.334: ; @.str.334 .asciz "tinycc-extras" l_.str.335: ; @.str.335 .asciz "unsupported" l_.str.336: ; @.str.336 .asciz "write-strings" l_.str.337: ; @.str.337 .asciz "error" l_.str.338: ; @.str.338 .asciz "implicit-function-declaration" l_.str.339: ; @.str.339 .asciz "unsigned-char" l_.str.340: ; @.str.340 .asciz "signed-char" l_.str.341: ; @.str.341 .asciz "common" l_.str.342: ; @.str.342 .asciz "leading-underscore" l_.str.343: ; @.str.343 .asciz "h" l_.str.344: ; @.str.344 .asciz "?" l_.str.345: ; @.str.345 .asciz "I" l_.str.346: ; @.str.346 .asciz "D" l_.str.347: ; @.str.347 .asciz "U" l_.str.348: ; @.str.348 .asciz "L" l_.str.349: ; @.str.349 .asciz "B" l_.str.350: ; @.str.350 .asciz "l" l_.str.351: ; @.str.351 .asciz "bench" l_.str.352: ; @.str.352 .asciz "bt" l_.str.353: ; @.str.353 .asciz "b" l_.str.354: ; @.str.354 .asciz "g" l_.str.355: ; @.str.355 .asciz "static" l_.str.356: ; @.str.356 .asciz "shared" l_.str.357: ; @.str.357 .asciz "run" l_.str.358: ; @.str.358 .asciz "rdynamic" l_.str.359: ; @.str.359 .asciz "r" l_.str.360: ; @.str.360 .asciz "Wl," l_.str.361: ; @.str.361 .asciz "W" l_.str.362: ; @.str.362 .asciz "O" l_.str.363: ; @.str.363 .asciz "m" l_.str.364: ; @.str.364 .asciz "f" l_.str.365: ; @.str.365 .asciz "nostdinc" l_.str.366: ; @.str.366 .asciz "nostdlib" l_.str.367: ; @.str.367 .asciz "print-search-dirs" l_.str.368: ; @.str.368 .asciz "v" l_.str.369: ; @.str.369 .asciz "w" l_.str.370: ; @.str.370 .asciz "pipe" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _g ## -- Begin function g .p2align 4, 0x90 _g: ## @g .cfi_startproc ## %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 _ind(%rip), %rax addq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) movslq -8(%rbp), %rax movq _cur_text_section(%rip), %rcx cmpq 16(%rcx), %rax jbe LBB0_2 ## %bb.1: movq _cur_text_section(%rip), %rdi movslq -8(%rbp), %rsi callq _section_realloc LBB0_2: movl -4(%rbp), %eax movb %al, %dl movq _cur_text_section(%rip), %rax movq 8(%rax), %rax movq _ind(%rip), %rcx movb %dl, (%rax,%rcx) movslq -8(%rbp), %rax movq %rax, _ind(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function section_realloc _section_realloc: ## @section_realloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB1_2 ## %bb.1: movq $1, -24(%rbp) LBB1_2: jmp LBB1_3 LBB1_3: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -16(%rbp), %rax jae LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movq -24(%rbp), %rax shlq $1, %rax movq %rax, -24(%rbp) jmp LBB1_3 LBB1_5: movq -8(%rbp), %rax movq 8(%rax), %rdi movq -24(%rbp), %rsi callq _tcc_realloc movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB1_7 ## %bb.6: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB1_7: movq -32(%rbp), %rdi movq -8(%rbp), %rax addq 16(%rax), %rdi movq -24(%rbp), %rdx movq -8(%rbp), %rax subq 16(%rax), %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 16(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _o ## -- Begin function o .p2align 4, 0x90 _o: ## @o .cfi_startproc ## %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) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) je LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -4(%rbp), %edi callq _g movl -4(%rbp), %eax shrl $8, %eax movl %eax, -4(%rbp) jmp LBB2_1 LBB2_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_le32 ## -- Begin function gen_le32 .p2align 4, 0x90 _gen_le32: ## @gen_le32 .cfi_startproc ## %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 _g movl -4(%rbp), %edi sarl $8, %edi callq _g movl -4(%rbp), %edi sarl $16, %edi callq _g movl -4(%rbp), %edi sarl $24, %edi callq _g addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gsym_addr ## -- Begin function gsym_addr .p2align 4, 0x90 _gsym_addr: ## @gsym_addr .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) LBB4_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) je LBB4_3 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq _cur_text_section(%rip), %rax movq 8(%rax), %rax movslq -4(%rbp), %rcx addq %rcx, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl (%rax), %eax movl %eax, -12(%rbp) movl -8(%rbp), %ecx subl -4(%rbp), %ecx subl $4, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movl -12(%rbp), %eax movl %eax, -4(%rbp) jmp LBB4_1 LBB4_3: popq %rbp retq .cfi_endproc ## -- End function .globl _gsym ## -- Begin function gsym .p2align 4, 0x90 _gsym: ## @gsym .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl -4(%rbp), %edi movq _ind(%rip), %rax movl %eax, %esi callq _gsym_addr addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _load ## -- Begin function load .p2align 4, 0x90 _load: ## @load .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movq %rsi, -96(%rbp) movq -96(%rbp), %rax movzwl 16(%rax), %eax movl %eax, -116(%rbp) movq -96(%rbp), %rax movl (%rax), %eax movl %eax, -108(%rbp) movq -96(%rbp), %rax movl 32(%rax), %eax movl %eax, -112(%rbp) movl -116(%rbp), %eax andl $255, %eax movl %eax, -100(%rbp) movl -116(%rbp), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB6_25 ## %bb.1: cmpl $241, -100(%rbp) jne LBB6_3 ## %bb.2: movl $0, -80(%rbp) movw $498, -64(%rbp) ## imm = 0x1F2 movl -112(%rbp), %eax movl %eax, -48(%rbp) movl -84(%rbp), %edi leaq -80(%rbp), %rsi callq _load movl -84(%rbp), %eax movl %eax, -116(%rbp) LBB6_3: movl -108(%rbp), %eax andl $15, %eax cmpl $8, %eax jne LBB6_5 ## %bb.4: movl $217, %edi callq _o movl $0, -84(%rbp) jmp LBB6_24 LBB6_5: movl -108(%rbp), %eax andl $15, %eax cmpl $9, %eax jne LBB6_7 ## %bb.6: movl $221, %edi callq _o movl $0, -84(%rbp) jmp LBB6_23 LBB6_7: movl -108(%rbp), %eax andl $15, %eax cmpl $10, %eax jne LBB6_9 ## %bb.8: movl $219, %edi callq _o movl $5, -84(%rbp) jmp LBB6_22 LBB6_9: movl -108(%rbp), %eax andl $-1921, %eax ## imm = 0xF87F cmpl $1, %eax jne LBB6_11 ## %bb.10: movl $48655, %edi ## imm = 0xBE0F callq _o jmp LBB6_21 LBB6_11: movl -108(%rbp), %eax andl $-1921, %eax ## imm = 0xF87F cmpl $17, %eax jne LBB6_13 ## %bb.12: movl $46607, %edi ## imm = 0xB60F callq _o jmp LBB6_20 LBB6_13: movl -108(%rbp), %eax andl $-1921, %eax ## imm = 0xF87F cmpl $2, %eax jne LBB6_15 ## %bb.14: movl $48911, %edi ## imm = 0xBF0F callq _o jmp LBB6_19 LBB6_15: movl -108(%rbp), %eax andl $-1921, %eax ## imm = 0xF87F cmpl $18, %eax jne LBB6_17 ## %bb.16: movl $46863, %edi ## imm = 0xB70F callq _o jmp LBB6_18 LBB6_17: movl $139, %edi callq _o LBB6_18: jmp LBB6_19 LBB6_19: jmp LBB6_20 LBB6_20: jmp LBB6_21 LBB6_21: jmp LBB6_22 LBB6_22: jmp LBB6_23 LBB6_23: jmp LBB6_24 LBB6_24: movl -84(%rbp), %edi movl -116(%rbp), %esi movq -96(%rbp), %rax movq 48(%rax), %rdx movl -112(%rbp), %ecx callq _gen_modrm jmp LBB6_41 LBB6_25: cmpl $240, -100(%rbp) jne LBB6_27 ## %bb.26: movl -84(%rbp), %edi addl $184, %edi callq _o movl -116(%rbp), %edi movq -96(%rbp), %rax movq 48(%rax), %rsi movl -112(%rbp), %edx callq _gen_addr32 jmp LBB6_40 LBB6_27: cmpl $242, -100(%rbp) jne LBB6_29 ## %bb.28: movl $141, %edi callq _o movl -84(%rbp), %edi movq -96(%rbp), %rax movq 48(%rax), %rdx movl -112(%rbp), %ecx movl $242, %esi callq _gen_modrm jmp LBB6_39 LBB6_29: cmpl $243, -100(%rbp) jne LBB6_31 ## %bb.30: movl -84(%rbp), %edi addl $184, %edi xorl %esi, %esi callq _oad movl $15, %edi callq _o movl -112(%rbp), %edi callq _o movl -84(%rbp), %edi addl $192, %edi callq _o jmp LBB6_38 LBB6_31: cmpl $244, -100(%rbp) je LBB6_33 ## %bb.32: cmpl $245, -100(%rbp) jne LBB6_34 LBB6_33: movl -100(%rbp), %eax andl $1, %eax movl %eax, -104(%rbp) movl -84(%rbp), %edi addl $184, %edi movl -104(%rbp), %esi callq _oad movl $1515, %edi ## imm = 0x5EB callq _o movl -112(%rbp), %edi callq _gsym movl -84(%rbp), %edi addl $184, %edi movl -104(%rbp), %esi xorl $1, %esi callq _oad jmp LBB6_37 LBB6_34: movl -100(%rbp), %eax cmpl -84(%rbp), %eax je LBB6_36 ## %bb.35: movl $137, %edi callq _o movl -84(%rbp), %edi addl $192, %edi movl -100(%rbp), %eax shll $3, %eax addl %eax, %edi callq _o LBB6_36: jmp LBB6_37 LBB6_37: jmp LBB6_38 LBB6_38: jmp LBB6_39 LBB6_39: jmp LBB6_40 LBB6_40: jmp LBB6_41 LBB6_41: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB6_43 ## %bb.42: addq $128, %rsp popq %rbp retq LBB6_43: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_modrm _gen_modrm: ## @gen_modrm .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl %ecx, -20(%rbp) movl -4(%rbp), %eax shll $3, %eax movl %eax, -4(%rbp) movl -8(%rbp), %eax andl $255, %eax cmpl $240, %eax jne LBB7_2 ## %bb.1: movl -4(%rbp), %edi orl $5, %edi callq _o movl -8(%rbp), %edi movq -16(%rbp), %rsi movl -20(%rbp), %edx callq _gen_addr32 jmp LBB7_9 LBB7_2: movl -8(%rbp), %eax andl $255, %eax cmpl $242, %eax jne LBB7_7 ## %bb.3: movl -20(%rbp), %eax movl -20(%rbp), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB7_5 ## %bb.4: movl -4(%rbp), %edi orl $69, %edi callq _o movl -20(%rbp), %edi callq _g jmp LBB7_6 LBB7_5: movl -4(%rbp), %edi orl $133, %edi movl -20(%rbp), %esi callq _oad LBB7_6: jmp LBB7_8 LBB7_7: movl -4(%rbp), %edi orl $0, %edi movl -8(%rbp), %eax andl $255, %eax orl %eax, %edi callq _g LBB7_8: jmp LBB7_9 LBB7_9: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_addr32 _gen_addr32: ## @gen_addr32 .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 %edx, -20(%rbp) movl -4(%rbp), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB8_2 ## %bb.1: movq _cur_text_section(%rip), %rdi movq -16(%rbp), %rsi movq _ind(%rip), %rdx movl $1, %ecx callq _greloc LBB8_2: movl -20(%rbp), %edi callq _gen_le32 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function oad _oad: ## @oad .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %edi callq _o movq _ind(%rip), %rax addq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -12(%rbp) movslq -12(%rbp), %rax movq _cur_text_section(%rip), %rcx cmpq 16(%rcx), %rax jbe LBB9_2 ## %bb.1: movq _cur_text_section(%rip), %rdi movslq -12(%rbp), %rsi callq _section_realloc LBB9_2: movl -8(%rbp), %edx movq _cur_text_section(%rip), %rax movq 8(%rax), %rax movq _ind(%rip), %rcx movl %edx, (%rax,%rcx) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) movslq -12(%rbp), %rax movq %rax, _ind(%rip) movl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _store ## -- Begin function store .p2align 4, 0x90 _store: ## @store .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -28(%rbp) movq -16(%rbp), %rax movl 32(%rax), %eax movl %eax, -32(%rbp) movq -16(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -20(%rbp) movl -28(%rbp), %eax andl $15, %eax movl %eax, -24(%rbp) cmpl $8, -24(%rbp) jne LBB10_2 ## %bb.1: movl $217, %edi callq _o movl $2, -4(%rbp) jmp LBB10_15 LBB10_2: cmpl $9, -24(%rbp) jne LBB10_4 ## %bb.3: movl $221, %edi callq _o movl $2, -4(%rbp) jmp LBB10_14 LBB10_4: cmpl $10, -24(%rbp) jne LBB10_6 ## %bb.5: movl $49369, %edi ## imm = 0xC0D9 callq _o movl $219, %edi callq _o movl $7, -4(%rbp) jmp LBB10_13 LBB10_6: cmpl $2, -24(%rbp) jne LBB10_8 ## %bb.7: movl $102, %edi callq _o LBB10_8: cmpl $1, -24(%rbp) je LBB10_10 ## %bb.9: cmpl $11, -24(%rbp) jne LBB10_11 LBB10_10: movl $136, %edi callq _o jmp LBB10_12 LBB10_11: movl $137, %edi callq _o LBB10_12: jmp LBB10_13 LBB10_13: jmp LBB10_14 LBB10_14: jmp LBB10_15 LBB10_15: cmpl $240, -20(%rbp) je LBB10_18 ## %bb.16: cmpl $242, -20(%rbp) je LBB10_18 ## %bb.17: movq -16(%rbp), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB10_19 LBB10_18: movl -4(%rbp), %edi movq -16(%rbp), %rax movzwl 16(%rax), %esi movq -16(%rbp), %rax movq 48(%rax), %rdx movl -32(%rbp), %ecx callq _gen_modrm jmp LBB10_22 LBB10_19: movl -20(%rbp), %eax cmpl -4(%rbp), %eax je LBB10_21 ## %bb.20: movl -20(%rbp), %edi addl $192, %edi movl -4(%rbp), %eax shll $3, %eax addl %eax, %edi callq _o LBB10_21: jmp LBB10_22 LBB10_22: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gfunc_call ## -- Begin function gfunc_call .p2align 4, 0x90 _gfunc_call: ## @gfunc_call .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 $0, -20(%rbp) movl $0, -24(%rbp) LBB11_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -4(%rbp), %eax jge LBB11_22 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $7, %eax jne LBB11_4 ## %bb.3: ## in Loop: Header=BB11_1 Depth=1 movq _vtop(%rip), %rdi leaq -12(%rbp), %rsi callq _type_size movl %eax, -8(%rbp) movl -8(%rbp), %eax addl $3, %eax andl $-4, %eax movl %eax, -8(%rbp) movl -8(%rbp), %esi movl $60545, %edi ## imm = 0xEC81 callq _oad movl $1, %edi callq _get_reg movl %eax, -16(%rbp) movl $137, %edi callq _o movl -16(%rbp), %edi addl $224, %edi callq _o movq _vtop(%rip), %rdi movl -16(%rbp), %esi orl $256, %esi ## imm = 0x100 xorl %edx, %edx callq _vset callq _vswap callq _vstore movl -8(%rbp), %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) jmp LBB11_20 LBB11_4: ## in Loop: Header=BB11_1 Depth=1 movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax je LBB11_15 ## %bb.5: ## in Loop: Header=BB11_1 Depth=1 movl $2, %edi callq _gv movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $8, %eax jne LBB11_7 ## %bb.6: ## in Loop: Header=BB11_1 Depth=1 movl $4, -8(%rbp) jmp LBB11_11 LBB11_7: ## in Loop: Header=BB11_1 Depth=1 movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $9, %eax jne LBB11_9 ## %bb.8: ## in Loop: Header=BB11_1 Depth=1 movl $8, -8(%rbp) jmp LBB11_10 LBB11_9: ## in Loop: Header=BB11_1 Depth=1 movl $12, -8(%rbp) LBB11_10: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_11 LBB11_11: ## in Loop: Header=BB11_1 Depth=1 movl -8(%rbp), %esi movl $60545, %edi ## imm = 0xEC81 callq _oad cmpl $12, -8(%rbp) jne LBB11_13 ## %bb.12: ## in Loop: Header=BB11_1 Depth=1 movl $31963, %edi ## imm = 0x7CDB callq _o jmp LBB11_14 LBB11_13: ## in Loop: Header=BB11_1 Depth=1 movl -8(%rbp), %edi addl $23769, %edi ## imm = 0x5CD9 subl $4, %edi callq _o LBB11_14: ## in Loop: Header=BB11_1 Depth=1 movl $36, %edi callq _g xorl %edi, %edi callq _g movl -8(%rbp), %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) jmp LBB11_19 LBB11_15: ## in Loop: Header=BB11_1 Depth=1 movl $1, %edi callq _gv movl %eax, -16(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax jne LBB11_17 ## %bb.16: ## in Loop: Header=BB11_1 Depth=1 movl $8, -8(%rbp) movq _vtop(%rip), %rax movzwl 18(%rax), %edi addl $80, %edi callq _o jmp LBB11_18 LBB11_17: ## in Loop: Header=BB11_1 Depth=1 movl $4, -8(%rbp) LBB11_18: ## in Loop: Header=BB11_1 Depth=1 movl -16(%rbp), %edi addl $80, %edi callq _o movl -8(%rbp), %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) LBB11_19: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_20 LBB11_20: ## in Loop: Header=BB11_1 Depth=1 movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) ## %bb.21: ## in Loop: Header=BB11_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB11_1 LBB11_22: xorl %edi, %edi callq _save_regs movq _vtop(%rip), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movq 8(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) cmpl $2, -28(%rbp) jl LBB11_31 ## %bb.23: cmpl $4, -28(%rbp) jg LBB11_31 ## %bb.24: movl -28(%rbp), %eax subl $2, %eax addl $1, %eax movl %eax, -44(%rbp) movl $0, -24(%rbp) LBB11_25: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -44(%rbp), %eax jge LBB11_30 ## %bb.26: ## in Loop: Header=BB11_25 Depth=1 cmpl $0, -20(%rbp) jg LBB11_28 ## %bb.27: jmp LBB11_30 LBB11_28: ## in Loop: Header=BB11_25 Depth=1 movslq -24(%rbp), %rcx leaq _fastcall_regs(%rip), %rax movzbl (%rax,%rcx), %edi addl $88, %edi callq _o movl -20(%rbp), %eax subl $4, %eax movl %eax, -20(%rbp) ## %bb.29: ## in Loop: Header=BB11_25 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB11_25 LBB11_30: jmp LBB11_31 LBB11_31: xorl %edi, %edi callq _gcall_or_jmp cmpl $0, -20(%rbp) je LBB11_34 ## %bb.32: movq -40(%rbp), %rax cmpq $1, 8(%rax) je LBB11_34 ## %bb.33: movl -20(%rbp), %edi callq _gadd_sp LBB11_34: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function type_size _type_size: ## @type_size .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -36(%rbp) cmpl $7, -36(%rbp) jne LBB12_2 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rax movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq -32(%rbp), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) jmp LBB12_18 LBB12_2: cmpl $4, -36(%rbp) jne LBB12_6 ## %bb.3: movq -16(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax je LBB12_5 ## %bb.4: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rdi addq $24, %rdi movq -24(%rbp), %rsi callq _type_size cltq movq -32(%rbp), %rcx imulq 16(%rcx), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) jmp LBB12_18 LBB12_5: movq -24(%rbp), %rax movl $4, (%rax) movl $4, -4(%rbp) jmp LBB12_18 LBB12_6: cmpl $10, -36(%rbp) jne LBB12_8 ## %bb.7: movq -24(%rbp), %rax movl $4, (%rax) movl $12, -4(%rbp) jmp LBB12_18 LBB12_8: cmpl $9, -36(%rbp) je LBB12_10 ## %bb.9: cmpl $12, -36(%rbp) jne LBB12_11 LBB12_10: movq -24(%rbp), %rax movl $4, (%rax) movl $8, -4(%rbp) jmp LBB12_18 LBB12_11: cmpl $0, -36(%rbp) je LBB12_14 ## %bb.12: cmpl $5, -36(%rbp) je LBB12_14 ## %bb.13: cmpl $8, -36(%rbp) jne LBB12_15 LBB12_14: movq -24(%rbp), %rax movl $4, (%rax) movl $4, -4(%rbp) jmp LBB12_18 LBB12_15: cmpl $2, -36(%rbp) jne LBB12_17 ## %bb.16: movq -24(%rbp), %rax movl $2, (%rax) movl $2, -4(%rbp) jmp LBB12_18 LBB12_17: movq -24(%rbp), %rax movl $1, (%rax) movl $1, -4(%rbp) LBB12_18: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _get_reg ## -- Begin function get_reg .p2align 4, 0x90 _get_reg: ## @get_reg .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) LBB13_1: ## =>This Loop Header: Depth=1 ## Child Loop BB13_4 Depth 2 cmpl $4, -12(%rbp) jge LBB13_14 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movslq -12(%rbp), %rcx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -8(%rbp), %eax cmpl $0, %eax je LBB13_11 ## %bb.3: ## in Loop: Header=BB13_1 Depth=1 leaq _vstack(%rip), %rax movq %rax, -24(%rbp) LBB13_4: ## Parent Loop BB13_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax cmpq _vtop(%rip), %rax ja LBB13_10 ## %bb.5: ## in Loop: Header=BB13_4 Depth=2 movq -24(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl -12(%rbp), %eax je LBB13_7 ## %bb.6: ## in Loop: Header=BB13_4 Depth=2 movq -24(%rbp), %rax movzwl 18(%rax), %eax andl $255, %eax cmpl -12(%rbp), %eax jne LBB13_8 LBB13_7: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_12 LBB13_8: ## in Loop: Header=BB13_4 Depth=2 jmp LBB13_9 LBB13_9: ## in Loop: Header=BB13_4 Depth=2 movq -24(%rbp), %rax addq $64, %rax movq %rax, -24(%rbp) jmp LBB13_4 LBB13_10: movl -12(%rbp), %eax movl %eax, -4(%rbp) jmp LBB13_26 LBB13_11: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_12 LBB13_12: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_13 LBB13_13: ## in Loop: Header=BB13_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB13_1 LBB13_14: leaq _vstack(%rip), %rax movq %rax, -24(%rbp) LBB13_15: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq _vtop(%rip), %rax ja LBB13_25 ## %bb.16: ## in Loop: Header=BB13_15 Depth=1 movq -24(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -12(%rbp) cmpl $240, -12(%rbp) jge LBB13_19 ## %bb.17: ## in Loop: Header=BB13_15 Depth=1 movslq -12(%rbp), %rcx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -8(%rbp), %eax cmpl $0, %eax je LBB13_19 ## %bb.18: jmp LBB13_22 LBB13_19: ## in Loop: Header=BB13_15 Depth=1 movq -24(%rbp), %rax movzwl 18(%rax), %eax andl $255, %eax movl %eax, -12(%rbp) cmpl $240, -12(%rbp) jge LBB13_23 ## %bb.20: ## in Loop: Header=BB13_15 Depth=1 movslq -12(%rbp), %rcx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -8(%rbp), %eax cmpl $0, %eax je LBB13_23 ## %bb.21: jmp LBB13_22 LBB13_22: movl -12(%rbp), %edi callq _save_reg movl -12(%rbp), %eax movl %eax, -4(%rbp) jmp LBB13_26 LBB13_23: ## in Loop: Header=BB13_15 Depth=1 jmp LBB13_24 LBB13_24: ## in Loop: Header=BB13_15 Depth=1 movq -24(%rbp), %rax addq $64, %rax movq %rax, -24(%rbp) jmp LBB13_15 LBB13_25: movl $-1, -4(%rbp) LBB13_26: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vset ## -- Begin function vset .p2align 4, 0x90 _vset: ## @vset .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -16(%rbp), %eax movl %eax, -32(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi leaq -32(%rbp), %rdx callq _vsetc addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vswap ## -- Begin function vswap .p2align 4, 0x90 _vswap: ## @vswap .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 _vtop(%rip), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi movq _vtop(%rip), %rsi addq $-64, %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-64, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB15_2 ## %bb.1: addq $80, %rsp popq %rbp retq LBB15_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _vstore ## -- Begin function vstore .p2align 4, 0x90 _vstore: ## @vstore .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 _vtop(%rip), %rax movl -64(%rax), %eax movl %eax, -92(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax movl %eax, -84(%rbp) movl -92(%rbp), %eax andl $15, %eax movl %eax, -88(%rbp) cmpl $0, -84(%rbp) je LBB16_2 ## %bb.1: cmpl $2, -84(%rbp) jne LBB16_3 LBB16_2: cmpl $1, -88(%rbp) je LBB16_5 LBB16_3: cmpl $0, -84(%rbp) jne LBB16_8 ## %bb.4: cmpl $2, -88(%rbp) jne LBB16_8 LBB16_5: movl $1024, -124(%rbp) ## imm = 0x400 movl -92(%rbp), %ecx andl $-1921, %ecx ## imm = 0xF87F movq _vtop(%rip), %rax movl %ecx, (%rax) movl -92(%rbp), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB16_7 ## %bb.6: leaq L_.str.49(%rip), %rdi movb $0, %al callq _warning LBB16_7: jmp LBB16_11 LBB16_8: movl $0, -124(%rbp) movl -92(%rbp), %eax andl $64, %eax cmpl $0, %eax jne LBB16_10 ## %bb.9: movq _vtop(%rip), %rdi addq $-64, %rdi callq _gen_assign_cast LBB16_10: jmp LBB16_11 LBB16_11: cmpl $7, -84(%rbp) jne LBB16_16 ## %bb.12: cmpl $0, _nocode_wanted(%rip) jne LBB16_14 ## %bb.13: movq _vtop(%rip), %rdi leaq -108(%rbp), %rsi callq _type_size movl %eax, -104(%rbp) leaq _func_old_type(%rip), %rdi movl $355, %esi ## imm = 0x163 callq _vpush_global_sym movq _vtop(%rip), %rdi addq $-128, %rdi callq _vpushv movq _vtop(%rip), %rax movl $0, (%rax) callq _gaddrof movq _vtop(%rip), %rdi addq $-128, %rdi callq _vpushv movq _vtop(%rip), %rax movl $0, (%rax) callq _gaddrof movl -104(%rbp), %edi callq _vpushi movl $3, %edi callq _gfunc_call callq _vswap callq _vpop jmp LBB16_15 LBB16_14: callq _vswap callq _vpop LBB16_15: jmp LBB16_30 LBB16_16: movl -92(%rbp), %eax andl $64, %eax cmpl $0, %eax je LBB16_18 ## %bb.17: movl -92(%rbp), %eax sarl $16, %eax andl $63, %eax movl %eax, -116(%rbp) movl -92(%rbp), %eax sarl $22, %eax andl $63, %eax movl %eax, -112(%rbp) movl -92(%rbp), %ecx andl $65471, %ecx ## imm = 0xFFBF movq _vtop(%rip), %rax movl %ecx, -64(%rax) callq _vdup movq _vtop(%rip), %rdi addq $-64, %rdi movq _vtop(%rip), %rsi addq $-128, %rsi movl $64, %edx callq _memcpy movl -112(%rbp), %ecx movl $1, %edi ## kill: def $cl killed $ecx shll %cl, %edi subl $1, %edi callq _vpushi movl $38, %edi callq _gen_op movl -116(%rbp), %edi callq _vpushi movl $1, %edi callq _gen_op callq _vswap movl -112(%rbp), %ecx movl $1, %edi ## kill: def $cl killed $ecx shll %cl, %edi subl $1, %edi movl -116(%rbp), %ecx ## kill: def $cl killed $ecx shll %cl, %edi xorl $-1, %edi callq _vpushi movl $38, %edi callq _gen_op movl $124, %edi callq _gen_op callq _vstore jmp LBB16_29 LBB16_18: movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB16_20 ## %bb.19: callq _vswap callq _gbound callq _vswap LBB16_20: cmpl $0, _nocode_wanted(%rip) jne LBB16_28 ## %bb.21: movl $1, -120(%rbp) movl -92(%rbp), %edi callq _is_float cmpl $0, %eax je LBB16_23 ## %bb.22: movl $2, -120(%rbp) LBB16_23: movl -120(%rbp), %edi callq _gv movl %eax, -96(%rbp) movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB16_25 ## %bb.24: movl $1, %edi callq _get_reg movl %eax, -100(%rbp) movl $0, -80(%rbp) movw $498, -64(%rbp) ## imm = 0x1F2 movq _vtop(%rip), %rax movl -32(%rax), %eax movl %eax, -48(%rbp) movl -100(%rbp), %edi leaq -80(%rbp), %rsi callq _load movl -100(%rbp), %eax orl $256, %eax ## imm = 0x100 movw %ax, %cx movq _vtop(%rip), %rax movw %cx, -48(%rax) LBB16_25: movl -96(%rbp), %edi movq _vtop(%rip), %rsi addq $-64, %rsi callq _store movl -92(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB16_27 ## %bb.26: callq _vswap movq _vtop(%rip), %rax movl $0, (%rax) callq _gaddrof movl $4, %edi callq _vpushi movl $43, %edi callq _gen_op movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl $256, %ecx ## imm = 0x100 ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) callq _vswap movq _vtop(%rip), %rax movzwl 18(%rax), %edi movq _vtop(%rip), %rsi addq $-64, %rsi callq _store LBB16_27: jmp LBB16_28 LBB16_28: callq _vswap movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl -124(%rbp), %edx movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) LBB16_29: jmp LBB16_30 LBB16_30: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB16_32 ## %bb.31: addq $128, %rsp popq %rbp retq LBB16_32: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_float _is_float: ## @is_float .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax andl $15, %eax movl %eax, -8(%rbp) movb $1, %al cmpl $10, -8(%rbp) movb %al, -9(%rbp) ## 1-byte Spill je LBB17_3 ## %bb.1: movb $1, %al cmpl $9, -8(%rbp) movb %al, -9(%rbp) ## 1-byte Spill je LBB17_3 ## %bb.2: cmpl $8, -8(%rbp) sete %al movb %al, -9(%rbp) ## 1-byte Spill LBB17_3: movb -9(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _gv ## -- Begin function gv .p2align 4, 0x90 _gv: ## @gv .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl %edi, -4(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax andl $64, %eax cmpl $0, %eax je LBB18_2 ## %bb.1: movq _vtop(%rip), %rax movl (%rax), %eax sarl $16, %eax andl $63, %eax movl %eax, -20(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax sarl $22, %eax andl $63, %eax movl %eax, -24(%rbp) movq _vtop(%rip), %rax movl (%rax), %ecx andl $65471, %ecx ## imm = 0xFFBF movl %ecx, (%rax) movl -20(%rbp), %eax addl -24(%rbp), %eax movl $32, %edi subl %eax, %edi callq _vpushi movl $1, %edi callq _gen_op movl $32, %edi subl -24(%rbp), %edi callq _vpushi movl $2, %edi callq _gen_op movl -4(%rbp), %edi callq _gv movl %eax, -8(%rbp) jmp LBB18_41 LBB18_2: movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax je LBB18_9 ## %bb.3: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax jne LBB18_9 ## %bb.4: movq _vtop(%rip), %rdi leaq -32(%rbp), %rsi callq _type_size movl %eax, -28(%rbp) movq _data_section(%rip), %rax movq (%rax), %rax movslq -32(%rbp), %rcx addq %rcx, %rax subq $1, %rax xorl %ecx, %ecx subl -32(%rbp), %ecx movslq %ecx, %rcx andq %rcx, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rcx movq _data_section(%rip), %rax movq %rcx, (%rax) movq _data_section(%rip), %rdi movslq -28(%rbp), %rsi callq _section_ptr_add movq %rax, -64(%rbp) movl -28(%rbp), %eax sarl $2, %eax movl %eax, -28(%rbp) movl $0, -36(%rbp) LBB18_5: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -28(%rbp), %eax jge LBB18_8 ## %bb.6: ## in Loop: Header=BB18_5 Depth=1 movq _vtop(%rip), %rax movslq -36(%rbp), %rcx movl 32(%rax,%rcx,4), %edx movq -64(%rbp), %rax movslq -36(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB18_5 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB18_5 LBB18_8: movq _vtop(%rip), %rdi movq _data_section(%rip), %rsi movq -72(%rbp), %rdx movl -28(%rbp), %eax shll $2, %eax movslq %eax, %rcx callq _get_sym_ref movq %rax, -56(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl $768, %ecx ## imm = 0x300 ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) movq -56(%rbp), %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) movq _vtop(%rip), %rax movl $0, 32(%rax) LBB18_9: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB18_11 ## %bb.10: callq _gbound LBB18_11: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -8(%rbp) cmpl $240, -8(%rbp) jge LBB18_16 ## %bb.12: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax jne LBB18_16 ## %bb.13: movslq -8(%rbp), %rcx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -4(%rbp), %eax cmpl $0, %eax je LBB18_16 ## %bb.14: movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax jne LBB18_40 ## %bb.15: movq _vtop(%rip), %rax movzwl 18(%rax), %eax movl %eax, %ecx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -4(%rbp), %eax cmpl $0, %eax jne LBB18_40 LBB18_16: movl -4(%rbp), %edi callq _get_reg movl %eax, -8(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax jne LBB18_27 ## %bb.17: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax jne LBB18_19 ## %bb.18: movq _vtop(%rip), %rax movq 32(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movl %eax, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) movl -8(%rbp), %edi movq _vtop(%rip), %rsi callq _load movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) movq -48(%rbp), %rax shrq $32, %rax movl %eax, %edi callq _vpushi jmp LBB18_24 LBB18_19: cmpl $240, -8(%rbp) jge LBB18_21 ## %bb.20: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB18_22 LBB18_21: movl $1, %edi callq _save_regs movl -8(%rbp), %edi movq _vtop(%rip), %rsi callq _load callq _vdup movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, -48(%rax) movq _vtop(%rip), %rax movl $0, (%rax) callq _gaddrof movl $4, %edi callq _vpushi movl $43, %edi callq _gen_op movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl $256, %ecx ## imm = 0x100 ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) jmp LBB18_23 LBB18_22: movl -8(%rbp), %edi movq _vtop(%rip), %rsi callq _load callq _vdup movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, -48(%rax) movq _vtop(%rip), %rax movw -46(%rax), %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) LBB18_23: jmp LBB18_24 LBB18_24: movl $1, -16(%rbp) cmpl $4, -4(%rbp) jne LBB18_26 ## %bb.25: movl $32, -16(%rbp) LBB18_26: movl -16(%rbp), %edi callq _get_reg movl %eax, -12(%rbp) movl -12(%rbp), %edi movq _vtop(%rip), %rsi callq _load callq _vpop movl -12(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 18(%rax) jmp LBB18_39 LBB18_27: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB18_37 ## %bb.28: movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax jne LBB18_37 ## %bb.29: movq _vtop(%rip), %rax movl (%rax), %eax movl %eax, -80(%rbp) movl -80(%rbp), %eax movl %eax, -76(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax je LBB18_31 ## %bb.30: movl $1, -80(%rbp) jmp LBB18_34 LBB18_31: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $8192, %eax ## imm = 0x2000 cmpl $0, %eax je LBB18_33 ## %bb.32: movl $2, -80(%rbp) LBB18_33: jmp LBB18_34 LBB18_34: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $16384, %eax ## imm = 0x4000 cmpl $0, %eax je LBB18_36 ## %bb.35: movl -80(%rbp), %eax orl $16, %eax movl %eax, -80(%rbp) LBB18_36: movl -80(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, (%rax) movl -8(%rbp), %edi movq _vtop(%rip), %rsi callq _load movl -76(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, (%rax) jmp LBB18_38 LBB18_37: movl -8(%rbp), %edi movq _vtop(%rip), %rsi callq _load LBB18_38: jmp LBB18_39 LBB18_39: jmp LBB18_40 LBB18_40: movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) LBB18_41: movl -8(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _save_regs ## -- Begin function save_regs .p2align 4, 0x90 _save_regs: ## @save_regs .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 _vtop(%rip), %rax movslq -4(%rbp), %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $6, %rcx addq %rcx, %rax movq %rax, -24(%rbp) leaq _vstack(%rip), %rax movq %rax, -16(%rbp) LBB19_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq -24(%rbp), %rax ja LBB19_6 ## %bb.2: ## in Loop: Header=BB19_1 Depth=1 movq -16(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -8(%rbp) cmpl $240, -8(%rbp) jge LBB19_4 ## %bb.3: ## in Loop: Header=BB19_1 Depth=1 movl -8(%rbp), %edi callq _save_reg LBB19_4: ## in Loop: Header=BB19_1 Depth=1 jmp LBB19_5 LBB19_5: ## in Loop: Header=BB19_1 Depth=1 movq -16(%rbp), %rax addq $64, %rax movq %rax, -16(%rbp) jmp LBB19_1 LBB19_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gcall_or_jmp _gcall_or_jmp: ## @gcall_or_jmp .cfi_startproc ## %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 _vtop(%rip), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax jne LBB20_5 ## %bb.1: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB20_3 ## %bb.2: movq _cur_text_section(%rip), %rdi movq _vtop(%rip), %rax movq 48(%rax), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $2, %ecx callq _greloc jmp LBB20_4 LBB20_3: movq _symtab_section(%rip), %rdi movq _cur_text_section(%rip), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $2, %ecx xorl %r8d, %r8d callq _put_elf_reloc LBB20_4: movl -4(%rbp), %edi addl $232, %edi movq _vtop(%rip), %rax movl 32(%rax), %esi subl $4, %esi callq _oad jmp LBB20_6 LBB20_5: movl $1, %edi callq _gv movl %eax, -8(%rbp) movl $255, %edi callq _o movl -8(%rbp), %edi addl $208, %edi movl -4(%rbp), %eax shll $4, %eax addl %eax, %edi callq _o LBB20_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gadd_sp _gadd_sp: ## @gadd_sp .cfi_startproc ## %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), %eax movl -4(%rbp), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB21_2 ## %bb.1: movl $50307, %edi ## imm = 0xC483 callq _o movl -4(%rbp), %edi callq _g jmp LBB21_3 LBB21_2: movl -4(%rbp), %esi movl $50305, %edi ## imm = 0xC481 callq _oad LBB21_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gfunc_prolog ## -- Begin function gfunc_prolog .p2align 4, 0x90 _gfunc_prolog: ## @gfunc_prolog .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movq 8(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -24(%rbp) movl $8, -12(%rbp) movq $0, _loc(%rip) cmpl $2, -24(%rbp) jl LBB22_3 ## %bb.1: cmpl $4, -24(%rbp) jg LBB22_3 ## %bb.2: movl -24(%rbp), %eax subl $2, %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB22_4 LBB22_3: movl $0, -28(%rbp) LBB22_4: movl $0, -32(%rbp) movq _ind(%rip), %rax addq $9, %rax movq %rax, _ind(%rip) movq _ind(%rip), %rax movq %rax, _func_sub_sp_offset(%rip) movq -48(%rbp), %rax movq 24(%rax), %rcx movq %rcx, _func_vt(%rip) movq 32(%rax), %rax movq %rax, _func_vt+8(%rip) movl _func_vt(%rip), %eax andl $15, %eax cmpl $7, %eax jne LBB22_6 ## %bb.5: movl -12(%rbp), %eax movl %eax, _func_vc(%rip) movl -12(%rbp), %eax addl $4, %eax movl %eax, -12(%rbp) movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) LBB22_6: jmp LBB22_7 LBB22_7: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax movq 40(%rax), %rax movq %rax, -48(%rbp) cmpq $0, %rax je LBB22_12 ## %bb.8: ## in Loop: Header=BB22_7 Depth=1 movq -48(%rbp), %rax addq $24, %rax movq %rax, -56(%rbp) movq -56(%rbp), %rdi leaq -16(%rbp), %rsi callq _type_size movl %eax, -20(%rbp) movl -20(%rbp), %eax addl $3, %eax andl $-4, %eax movl %eax, -20(%rbp) movl -32(%rbp), %eax cmpl -28(%rbp), %eax jge LBB22_10 ## %bb.9: ## in Loop: Header=BB22_7 Depth=1 movq _loc(%rip), %rax subq $4, %rax movq %rax, _loc(%rip) movl $137, %edi callq _o movslq -32(%rbp), %rcx leaq _fastcall_regs(%rip), %rax movzbl (%rax,%rcx), %edi movq _loc(%rip), %rax movl %eax, %ecx movl $242, %esi xorl %eax, %eax movl %eax, %edx callq _gen_modrm movq _loc(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) jmp LBB22_11 LBB22_10: ## in Loop: Header=BB22_7 Depth=1 movl -12(%rbp), %eax movl %eax, -36(%rbp) movl -20(%rbp), %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) LBB22_11: ## in Loop: Header=BB22_7 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax andq $-536870913, %rax ## imm = 0xDFFFFFFF movl %eax, %edi movq -56(%rbp), %rsi movl -36(%rbp), %ecx movl $498, %edx ## imm = 0x1F2 callq _sym_push movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB22_7 LBB22_12: movl $0, _func_ret_sub(%rip) cmpl $1, -24(%rbp) jne LBB22_14 ## %bb.13: movl -12(%rbp), %eax subl $8, %eax movl %eax, _func_ret_sub(%rip) LBB22_14: cmpl $0, _do_bounds_check(%rip) je LBB22_16 ## %bb.15: movl $184, %edi xorl %esi, %esi callq _oad movl $184, %edi xorl %esi, %esi callq _oad movq _lbounds_section(%rip), %rax movq (%rax), %rax movq %rax, _func_bound_offset(%rip) LBB22_16: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sym_push _sym_push: ## @sym_push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) cmpq $0, _local_stack(%rip) je LBB23_2 ## %bb.1: leaq _local_stack(%rip), %rax movq %rax, -40(%rbp) jmp LBB23_3 LBB23_2: leaq _global_stack(%rip), %rax movq %rax, -40(%rbp) LBB23_3: movq -40(%rbp), %rdi movslq -4(%rbp), %rsi movq -16(%rbp), %rax movslq (%rax), %rdx movslq -24(%rbp), %rcx callq _sym_push2 movq %rax, -32(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rcx movq -32(%rbp), %rax movq %rcx, 32(%rax) movslq -20(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movl -4(%rbp), %eax andl $536870912, %eax ## imm = 0x20000000 cmpl $0, %eax jne LBB23_9 ## %bb.4: movl -4(%rbp), %eax andl $-1073741825, %eax ## imm = 0xBFFFFFFF cmpl $268435456, %eax ## imm = 0x10000000 jge LBB23_9 ## %bb.5: movq _table_ident(%rip), %rax movl -4(%rbp), %ecx andl $-1073741825, %ecx ## imm = 0xBFFFFFFF subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movl -4(%rbp), %eax andl $1073741824, %eax ## imm = 0x40000000 cmpl $0, %eax je LBB23_7 ## %bb.6: movq -48(%rbp), %rax addq $24, %rax movq %rax, -40(%rbp) jmp LBB23_8 LBB23_7: movq -48(%rbp), %rax addq $32, %rax movq %rax, -40(%rbp) LBB23_8: movq -40(%rbp), %rax movq (%rax), %rcx movq -32(%rbp), %rax movq %rcx, 56(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) LBB23_9: movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gfunc_epilog ## -- Begin function gfunc_epilog .p2align 4, 0x90 _gfunc_epilog: ## @gfunc_epilog .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 cmpl $0, _do_bounds_check(%rip) je LBB24_3 ## %bb.1: movq _func_bound_offset(%rip), %rax movq _lbounds_section(%rip), %rcx cmpq (%rcx), %rax je LBB24_3 ## %bb.2: movq _lbounds_section(%rip), %rdi movl $4, %esi callq _section_ptr_add movq %rax, -24(%rbp) movq -24(%rbp), %rax movl $0, (%rax) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -12(%rbp) movq _func_sub_sp_offset(%rip), %rax movq %rax, _ind(%rip) movq _lbounds_section(%rip), %rsi movq _func_bound_offset(%rip), %rdx movq _lbounds_section(%rip), %rax movq (%rax), %rcx leaq _char_pointer_type(%rip), %rdi callq _get_sym_ref movq %rax, -40(%rbp) movq _cur_text_section(%rip), %rdi movq -40(%rbp), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $1, %ecx callq _greloc movl $184, %edi xorl %esi, %esi callq _oad movl $381, %edi ## imm = 0x17D leaq _func_old_type(%rip), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -32(%rbp) movq _cur_text_section(%rip), %rdi movq -32(%rbp), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $2, %ecx callq _greloc movl $232, %edi movl $4294967292, %esi ## imm = 0xFFFFFFFC callq _oad movslq -12(%rbp), %rax movq %rax, _ind(%rip) movl $21072, %edi ## imm = 0x5250 callq _o movq _cur_text_section(%rip), %rdi movq -40(%rbp), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $1, %ecx callq _greloc movl $184, %edi xorl %esi, %esi callq _oad movl $382, %edi ## imm = 0x17E leaq _func_old_type(%rip), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -32(%rbp) movq _cur_text_section(%rip), %rdi movq -32(%rbp), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $2, %ecx callq _greloc movl $232, %edi movl $4294967292, %esi ## imm = 0xFFFFFFFC callq _oad movl $22618, %edi ## imm = 0x585A callq _o LBB24_3: movl $201, %edi callq _o cmpl $0, _func_ret_sub(%rip) jne LBB24_5 ## %bb.4: movl $195, %edi callq _o jmp LBB24_6 LBB24_5: movl $194, %edi callq _o movl _func_ret_sub(%rip), %edi callq _g movl _func_ret_sub(%rip), %edi sarl $8, %edi callq _g LBB24_6: xorl %eax, %eax ## kill: def $rax killed $eax subq _loc(%rip), %rax addq $3, %rax andq $-4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -4(%rbp) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) movq _func_sub_sp_offset(%rip), %rax subq $9, %rax movq %rax, _ind(%rip) movl $15042901, %edi ## imm = 0xE58955 callq _o movl $60545, %edi ## imm = 0xEC81 callq _o movl -4(%rbp), %edi callq _gen_le32 movslq -8(%rbp), %rax movq %rax, _ind(%rip) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function section_ptr_add _section_ptr_add: ## @section_ptr_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) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax addq -16(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq -8(%rbp), %rcx cmpq 16(%rcx), %rax jbe LBB25_2 ## %bb.1: movq -8(%rbp), %rdi movq -32(%rbp), %rsi callq _section_realloc LBB25_2: movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -8(%rbp), %rax movq 8(%rax), %rax addq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_sym_ref _get_sym_ref: ## @get_sym_ref .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq _anon_sym(%rip), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, _anon_sym(%rip) ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movl -36(%rbp), %edi movq -8(%rbp), %rax movl (%rax), %esi orl $256, %esi ## imm = 0x100 xorl %edx, %edx callq _global_identifier_push movq %rax, -48(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rcx movq -48(%rbp), %rax movq %rcx, 32(%rax) movq -48(%rbp), %rax movq $752, 8(%rax) ## imm = 0x2F0 movq -48(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx callq _put_extern_sym movq -48(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function greloc _greloc: ## @greloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movq -16(%rbp), %rax cmpq $0, 16(%rax) jne LBB27_2 ## %bb.1: movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rsi movq %rcx, %rdx callq _put_extern_sym LBB27_2: movq _symtab_section(%rip), %rdi movq -8(%rbp), %rsi movq -24(%rbp), %rdx movl -28(%rbp), %ecx movq -16(%rbp), %rax movq 16(%rax), %rax movl %eax, %r8d callq _put_elf_reloc addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function external_global_sym _external_global_sym: ## @external_global_sym .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 %edx, -20(%rbp) movl -4(%rbp), %edi callq _sym_find movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB28_2 ## %bb.1: movl -4(%rbp), %edi movq -16(%rbp), %rax movl (%rax), %esi orl $128, %esi xorl %edx, %edx callq _global_identifier_push movq %rax, -32(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rcx movq -32(%rbp), %rax movq %rcx, 32(%rax) movl -20(%rbp), %eax orl $240, %eax orl $512, %eax ## imm = 0x200 movslq %eax, %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) LBB28_2: movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gjmp ## -- Begin function gjmp .p2align 4, 0x90 _gjmp: ## @gjmp .cfi_startproc ## %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 movl $233, %edi callq _oad cltq addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gjmp_addr ## -- Begin function gjmp_addr .p2align 4, 0x90 _gjmp_addr: ## @gjmp_addr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movslq -4(%rbp), %rax subq _ind(%rip), %rax subq $2, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) movl -8(%rbp), %eax movl -8(%rbp), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB30_2 ## %bb.1: movl $235, %edi callq _g movl -8(%rbp), %edi callq _g jmp LBB30_3 LBB30_2: movslq -4(%rbp), %rax subq _ind(%rip), %rax subq $5, %rax movl %eax, %esi movl $233, %edi callq _oad LBB30_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gtst ## -- Begin function gtst .p2align 4, 0x90 _gtst: ## @gtst .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -12(%rbp) cmpl $243, -12(%rbp) jne LBB31_2 ## %bb.1: movl $15, %edi callq _g movq _vtop(%rip), %rax movl 32(%rax), %edi subl $16, %edi xorl -4(%rbp), %edi movl -8(%rbp), %esi callq _oad movl %eax, -8(%rbp) jmp LBB31_20 LBB31_2: cmpl $244, -12(%rbp) je LBB31_4 ## %bb.3: cmpl $245, -12(%rbp) jne LBB31_11 LBB31_4: movl -12(%rbp), %eax andl $1, %eax cmpl -4(%rbp), %eax jne LBB31_9 ## %bb.5: movq _vtop(%rip), %rax addq $32, %rax movq %rax, -24(%rbp) LBB31_6: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpl $0, (%rax) je LBB31_8 ## %bb.7: ## in Loop: Header=BB31_6 Depth=1 movq _cur_text_section(%rip), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx movslq (%rcx), %rcx addq %rcx, %rax movq %rax, -24(%rbp) jmp LBB31_6 LBB31_8: movl -8(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -8(%rbp) jmp LBB31_10 LBB31_9: movl -8(%rbp), %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) movq _vtop(%rip), %rax movl 32(%rax), %edi callq _gsym LBB31_10: jmp LBB31_19 LBB31_11: movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax je LBB31_13 ## %bb.12: xorl %edi, %edi callq _vpushi movl $149, %edi callq _gen_op LBB31_13: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax jne LBB31_17 ## %bb.14: movq _vtop(%rip), %rax cmpl $0, 32(%rax) setne %al andb $1, %al movzbl %al, %eax cmpl -4(%rbp), %eax je LBB31_16 ## %bb.15: movl -8(%rbp), %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -8(%rbp) LBB31_16: jmp LBB31_18 LBB31_17: movl $1, %edi callq _gv movl %eax, -12(%rbp) movl $133, %edi callq _o imull $9, -12(%rbp), %edi addl $192, %edi callq _o movl $15, %edi callq _g movl -4(%rbp), %edi xorl $133, %edi movl -8(%rbp), %esi callq _oad movl %eax, -8(%rbp) LBB31_18: jmp LBB31_19 LBB31_19: jmp LBB31_20 LBB31_20: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl -8(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vpushi ## -- Begin function vpushi .p2align 4, 0x90 _vpushi: ## @vpushi .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 -4(%rbp), %eax movl %eax, -32(%rbp) leaq _int_type(%rip), %rdi movl $240, %esi leaq -32(%rbp), %rdx callq _vsetc addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_op ## -- Begin function gen_op .p2align 4, 0x90 _gen_op: ## @gen_op .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 _vtop(%rip), %rax movl -64(%rax), %eax movl %eax, -12(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax movl %eax, -16(%rbp) movl -12(%rbp), %eax andl $15, %eax movl %eax, -20(%rbp) movl -16(%rbp), %eax andl $15, %eax movl %eax, -24(%rbp) cmpl $4, -20(%rbp) je LBB33_2 ## %bb.1: cmpl $4, -24(%rbp) jne LBB33_23 LBB33_2: cmpl $146, -4(%rbp) jl LBB33_5 ## %bb.3: cmpl $159, -4(%rbp) jg LBB33_5 ## %bb.4: movq _vtop(%rip), %rdi addq $-64, %rdi movq _vtop(%rip), %rsi movl -4(%rbp), %edx callq _check_comparison_pointer_types movl $16, -28(%rbp) jmp LBB33_51 LBB33_5: cmpl $4, -20(%rbp) jne LBB33_10 ## %bb.6: cmpl $4, -24(%rbp) jne LBB33_10 ## %bb.7: cmpl $45, -4(%rbp) je LBB33_9 ## %bb.8: leaq L_.str.26(%rip), %rdi movb $0, %al callq _error LBB33_9: movq _vtop(%rip), %rdi addq $-64, %rdi movq _vtop(%rip), %rsi movl -4(%rbp), %edx callq _check_comparison_pointer_types movq _vtop(%rip), %rdi addq $-64, %rdi callq _pointed_size movl %eax, -8(%rbp) movl -4(%rbp), %edi callq _gen_opic movq _vtop(%rip), %rax movl $0, (%rax) movl -8(%rbp), %edi callq _vpushi movl $178, %edi callq _gen_op jmp LBB33_22 LBB33_10: cmpl $45, -4(%rbp) je LBB33_13 ## %bb.11: cmpl $43, -4(%rbp) je LBB33_13 ## %bb.12: leaq L_.str.26(%rip), %rdi movb $0, %al callq _error LBB33_13: cmpl $4, -24(%rbp) jne LBB33_15 ## %bb.14: callq _vswap leaq -12(%rbp), %rdi leaq -16(%rbp), %rsi callq _swap LBB33_15: movq _vtop(%rip), %rax movq -64(%rax), %rcx movq %rcx, -48(%rbp) movq -56(%rax), %rax movq %rax, -40(%rbp) movq _vtop(%rip), %rdi addq $-64, %rdi callq _pointed_size movl %eax, %edi callq _vpushi movl $42, %edi callq _gen_op cmpl $0, _do_bounds_check(%rip) je LBB33_20 ## %bb.16: cmpl $0, _const_wanted(%rip) jne LBB33_20 ## %bb.17: cmpl $45, -4(%rbp) jne LBB33_19 ## %bb.18: xorl %edi, %edi callq _vpushi callq _vswap movl $45, %edi callq _gen_op LBB33_19: callq _gen_bounded_ptr_add jmp LBB33_21 LBB33_20: movl -4(%rbp), %edi callq _gen_opic LBB33_21: movq _vtop(%rip), %rax movq -48(%rbp), %rcx movq %rcx, (%rax) movq -40(%rbp), %rcx movq %rcx, 8(%rax) LBB33_22: jmp LBB33_90 LBB33_23: movl -20(%rbp), %edi callq _is_float cmpl $0, %eax jne LBB33_25 ## %bb.24: movl -24(%rbp), %edi callq _is_float cmpl $0, %eax je LBB33_41 LBB33_25: cmpl $10, -20(%rbp) je LBB33_27 ## %bb.26: cmpl $10, -24(%rbp) jne LBB33_28 LBB33_27: movl $10, -28(%rbp) jmp LBB33_33 LBB33_28: cmpl $9, -20(%rbp) je LBB33_30 ## %bb.29: cmpl $9, -24(%rbp) jne LBB33_31 LBB33_30: movl $9, -28(%rbp) jmp LBB33_32 LBB33_31: movl $8, -28(%rbp) LBB33_32: jmp LBB33_33 LBB33_33: cmpl $43, -4(%rbp) je LBB33_40 ## %bb.34: cmpl $45, -4(%rbp) je LBB33_40 ## %bb.35: cmpl $42, -4(%rbp) je LBB33_40 ## %bb.36: cmpl $47, -4(%rbp) je LBB33_40 ## %bb.37: cmpl $146, -4(%rbp) jl LBB33_39 ## %bb.38: cmpl $159, -4(%rbp) jle LBB33_40 LBB33_39: leaq L_.str.27(%rip), %rdi movb $0, %al callq _error LBB33_40: jmp LBB33_51 LBB33_41: cmpl $12, -20(%rbp) je LBB33_43 ## %bb.42: cmpl $12, -24(%rbp) jne LBB33_47 LBB33_43: movl $12, -28(%rbp) movl -12(%rbp), %eax andl $31, %eax cmpl $28, %eax je LBB33_45 ## %bb.44: movl -16(%rbp), %eax andl $31, %eax cmpl $28, %eax jne LBB33_46 LBB33_45: movl -28(%rbp), %eax orl $16, %eax movl %eax, -28(%rbp) LBB33_46: jmp LBB33_51 LBB33_47: movl $0, -28(%rbp) movl -12(%rbp), %eax andl $31, %eax cmpl $16, %eax je LBB33_49 ## %bb.48: movl -16(%rbp), %eax andl $31, %eax cmpl $16, %eax jne LBB33_50 LBB33_49: movl -28(%rbp), %eax orl $16, %eax movl %eax, -28(%rbp) LBB33_50: jmp LBB33_51 LBB33_51: movl -28(%rbp), %eax andl $16, %eax cmpl $0, %eax je LBB33_73 ## %bb.52: cmpl $2, -4(%rbp) jne LBB33_54 ## %bb.53: movl $205, -4(%rbp) jmp LBB33_72 LBB33_54: cmpl $47, -4(%rbp) jne LBB33_56 ## %bb.55: movl $176, -4(%rbp) jmp LBB33_71 LBB33_56: cmpl $37, -4(%rbp) jne LBB33_58 ## %bb.57: movl $177, -4(%rbp) jmp LBB33_70 LBB33_58: cmpl $156, -4(%rbp) jne LBB33_60 ## %bb.59: movl $146, -4(%rbp) jmp LBB33_69 LBB33_60: cmpl $159, -4(%rbp) jne LBB33_62 ## %bb.61: movl $151, -4(%rbp) jmp LBB33_68 LBB33_62: cmpl $158, -4(%rbp) jne LBB33_64 ## %bb.63: movl $150, -4(%rbp) jmp LBB33_67 LBB33_64: cmpl $157, -4(%rbp) jne LBB33_66 ## %bb.65: movl $147, -4(%rbp) LBB33_66: jmp LBB33_67 LBB33_67: jmp LBB33_68 LBB33_68: jmp LBB33_69 LBB33_69: jmp LBB33_70 LBB33_70: jmp LBB33_71 LBB33_71: jmp LBB33_72 LBB33_72: jmp LBB33_73 LBB33_73: callq _vswap movl -28(%rbp), %eax movl %eax, -48(%rbp) leaq -48(%rbp), %rdi callq _gen_cast callq _vswap cmpl $205, -4(%rbp) je LBB33_76 ## %bb.74: cmpl $2, -4(%rbp) je LBB33_76 ## %bb.75: cmpl $1, -4(%rbp) jne LBB33_77 LBB33_76: movl $0, -48(%rbp) LBB33_77: leaq -48(%rbp), %rdi callq _gen_cast movl -28(%rbp), %edi callq _is_float cmpl $0, %eax je LBB33_79 ## %bb.78: movl -4(%rbp), %edi callq _gen_opif jmp LBB33_83 LBB33_79: movl -28(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB33_81 ## %bb.80: movl -4(%rbp), %edi callq _gen_opl jmp LBB33_82 LBB33_81: movl -4(%rbp), %edi callq _gen_opic LBB33_82: jmp LBB33_83 LBB33_83: cmpl $146, -4(%rbp) jl LBB33_86 ## %bb.84: cmpl $159, -4(%rbp) jg LBB33_86 ## %bb.85: movq _vtop(%rip), %rax movl $0, (%rax) jmp LBB33_87 LBB33_86: movl -28(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, (%rax) LBB33_87: jmp LBB33_88 LBB33_88: jmp LBB33_89 LBB33_89: jmp LBB33_90 LBB33_90: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_opi ## -- Begin function gen_opi .p2align 4, 0x90 _gen_opi: ## @gen_opi .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 -4(%rbp), %eax movl %eax, -24(%rbp) ## 4-byte Spill subl $1, %eax je LBB34_19 jmp LBB34_40 LBB34_40: movl -24(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB34_21 jmp LBB34_41 LBB34_41: movl -24(%rbp), %eax ## 4-byte Reload subl $37, %eax je LBB34_26 jmp LBB34_42 LBB34_42: movl -24(%rbp), %eax ## 4-byte Reload subl $38, %eax je LBB34_15 jmp LBB34_43 LBB34_43: movl -24(%rbp), %eax ## 4-byte Reload subl $42, %eax je LBB34_18 jmp LBB34_44 LBB34_44: movl -24(%rbp), %eax ## 4-byte Reload subl $43, %eax je LBB34_1 jmp LBB34_45 LBB34_45: movl -24(%rbp), %eax ## 4-byte Reload subl $45, %eax je LBB34_12 jmp LBB34_46 LBB34_46: movl -24(%rbp), %eax ## 4-byte Reload subl $47, %eax je LBB34_26 jmp LBB34_47 LBB34_47: movl -24(%rbp), %eax ## 4-byte Reload subl $94, %eax je LBB34_16 jmp LBB34_48 LBB34_48: movl -24(%rbp), %eax ## 4-byte Reload subl $124, %eax je LBB34_17 jmp LBB34_49 LBB34_49: movl -24(%rbp), %eax ## 4-byte Reload addl $-176, %eax subl $3, %eax jb LBB34_26 jmp LBB34_50 LBB34_50: movl -24(%rbp), %eax ## 4-byte Reload subl $194, %eax je LBB34_26 jmp LBB34_51 LBB34_51: movl -24(%rbp), %eax ## 4-byte Reload subl $195, %eax je LBB34_1 jmp LBB34_52 LBB34_52: movl -24(%rbp), %eax ## 4-byte Reload subl $196, %eax je LBB34_13 jmp LBB34_53 LBB34_53: movl -24(%rbp), %eax ## 4-byte Reload subl $197, %eax je LBB34_12 jmp LBB34_54 LBB34_54: movl -24(%rbp), %eax ## 4-byte Reload subl $198, %eax je LBB34_14 jmp LBB34_55 LBB34_55: movl -24(%rbp), %eax ## 4-byte Reload subl $205, %eax je LBB34_20 jmp LBB34_38 LBB34_1: movl $0, -16(%rbp) LBB34_2: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax jne LBB34_7 ## %bb.3: callq _vswap movl $1, %edi callq _gv movl %eax, -8(%rbp) callq _vswap movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -20(%rbp) movl -20(%rbp), %eax movl -20(%rbp), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB34_5 ## %bb.4: movl $131, %edi callq _o movl -16(%rbp), %edi shll $3, %edi orl $192, %edi orl -8(%rbp), %edi callq _o movl -20(%rbp), %edi callq _g jmp LBB34_6 LBB34_5: movl $129, %edi callq _o movl -16(%rbp), %edi shll $3, %edi orl $192, %edi orl -8(%rbp), %edi movl -20(%rbp), %esi callq _oad LBB34_6: jmp LBB34_8 LBB34_7: movl $1, %esi movl %esi, %edi callq _gv2 movq _vtop(%rip), %rax movzwl -48(%rax), %eax movl %eax, -8(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax movl %eax, -12(%rbp) movl -16(%rbp), %edi shll $3, %edi orl $1, %edi callq _o movl -8(%rbp), %edi addl $192, %edi movl -12(%rbp), %eax shll $3, %eax addl %eax, %edi callq _o LBB34_8: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) cmpl $146, -4(%rbp) jl LBB34_11 ## %bb.9: cmpl $159, -4(%rbp) jg LBB34_11 ## %bb.10: movq _vtop(%rip), %rax movw $243, 16(%rax) movl -4(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) LBB34_11: jmp LBB34_39 LBB34_12: movl $5, -16(%rbp) jmp LBB34_2 LBB34_13: movl $2, -16(%rbp) jmp LBB34_2 LBB34_14: movl $3, -16(%rbp) jmp LBB34_2 LBB34_15: movl $4, -16(%rbp) jmp LBB34_2 LBB34_16: movl $6, -16(%rbp) jmp LBB34_2 LBB34_17: movl $1, -16(%rbp) jmp LBB34_2 LBB34_18: movl $1, %esi movl %esi, %edi callq _gv2 movq _vtop(%rip), %rax movzwl -48(%rax), %eax movl %eax, -8(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax movl %eax, -12(%rbp) movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl $44815, %edi ## imm = 0xAF0F callq _o movl -12(%rbp), %edi addl $192, %edi movl -8(%rbp), %eax shll $3, %eax addl %eax, %edi callq _o jmp LBB34_39 LBB34_19: movl $4, -16(%rbp) jmp LBB34_22 LBB34_20: movl $5, -16(%rbp) jmp LBB34_22 LBB34_21: movl $7, -16(%rbp) LBB34_22: movl -16(%rbp), %eax shll $3, %eax orl $192, %eax movl %eax, -16(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax jne LBB34_24 ## %bb.23: callq _vswap movl $1, %edi callq _gv movl %eax, -8(%rbp) callq _vswap movq _vtop(%rip), %rax movl 32(%rax), %eax andl $31, %eax movl %eax, -20(%rbp) movl $193, %edi callq _o movl -16(%rbp), %edi orl -8(%rbp), %edi callq _o movl -20(%rbp), %edi callq _g jmp LBB34_25 LBB34_24: movl $1, %edi movl $16, %esi callq _gv2 movq _vtop(%rip), %rax movzwl -48(%rax), %eax movl %eax, -8(%rbp) movl $211, %edi callq _o movl -16(%rbp), %edi orl -8(%rbp), %edi callq _o LBB34_25: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) jmp LBB34_39 LBB34_26: movl $4, %edi movl $16, %esi callq _gv2 movq _vtop(%rip), %rax movzwl -48(%rax), %eax movl %eax, -8(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax movl %eax, -12(%rbp) movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl $2, %edi callq _save_reg cmpl $194, -4(%rbp) jne LBB34_28 ## %bb.27: movl $247, %edi callq _o movl -12(%rbp), %edi addl $224, %edi callq _o movq _vtop(%rip), %rax movw $2, 18(%rax) movl $0, -8(%rbp) jmp LBB34_37 LBB34_28: cmpl $176, -4(%rbp) je LBB34_30 ## %bb.29: cmpl $177, -4(%rbp) jne LBB34_31 LBB34_30: movl $16241201, %edi ## imm = 0xF7D231 callq _o movl -12(%rbp), %edi addl $240, %edi callq _o jmp LBB34_32 LBB34_31: movl $63385, %edi ## imm = 0xF799 callq _o movl -12(%rbp), %edi addl $248, %edi callq _o LBB34_32: cmpl $37, -4(%rbp) je LBB34_34 ## %bb.33: cmpl $177, -4(%rbp) jne LBB34_35 LBB34_34: movl $2, -8(%rbp) jmp LBB34_36 LBB34_35: movl $0, -8(%rbp) LBB34_36: jmp LBB34_37 LBB34_37: movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) jmp LBB34_39 LBB34_38: movl $7, -16(%rbp) jmp LBB34_2 LBB34_39: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gv2 ## -- Begin function gv2 .p2align 4, 0x90 _gv2: ## @gv2 .cfi_startproc ## %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 _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -12(%rbp) cmpl $243, -12(%rbp) je LBB35_6 ## %bb.1: movl -12(%rbp), %eax andl $-2, %eax cmpl $244, %eax je LBB35_6 ## %bb.2: movl -4(%rbp), %eax cmpl -8(%rbp), %eax jg LBB35_6 ## %bb.3: callq _vswap movl -4(%rbp), %edi callq _gv callq _vswap movl -8(%rbp), %edi callq _gv movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $255, %eax cmpl $240, %eax jl LBB35_5 ## %bb.4: callq _vswap movl -4(%rbp), %edi callq _gv callq _vswap LBB35_5: jmp LBB35_9 LBB35_6: movl -8(%rbp), %edi callq _gv callq _vswap movl -4(%rbp), %edi callq _gv callq _vswap movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $240, %eax jl LBB35_8 ## %bb.7: movl -8(%rbp), %edi callq _gv LBB35_8: jmp LBB35_9 LBB35_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _save_reg ## -- Begin function save_reg .p2align 4, 0x90 _save_reg: ## @save_reg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movl $0, -92(%rbp) movl $0, -88(%rbp) leaq _vstack(%rip), %rax movq %rax, -112(%rbp) LBB36_1: ## =>This Inner Loop Header: Depth=1 movq -112(%rbp), %rax cmpq _vtop(%rip), %rax ja LBB36_20 ## %bb.2: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl -84(%rbp), %eax je LBB36_4 ## %bb.3: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movzwl 18(%rax), %eax andl $255, %eax cmpl -84(%rbp), %eax jne LBB36_18 LBB36_4: ## in Loop: Header=BB36_1 Depth=1 cmpl $0, -92(%rbp) jne LBB36_14 ## %bb.5: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -84(%rbp) movq -112(%rbp), %rax movq %rax, -120(%rbp) movq -112(%rbp), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax jne LBB36_8 ## %bb.6: ## in Loop: Header=BB36_1 Depth=1 movq -120(%rbp), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax jne LBB36_9 ## %bb.7: ## in Loop: Header=BB36_1 Depth=1 movq -120(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax je LBB36_9 LBB36_8: ## in Loop: Header=BB36_1 Depth=1 leaq _int_type(%rip), %rax movq %rax, -120(%rbp) LBB36_9: ## in Loop: Header=BB36_1 Depth=1 movq -120(%rbp), %rdi leaq -100(%rbp), %rsi callq _type_size movl %eax, -96(%rbp) movq _loc(%rip), %rax movslq -96(%rbp), %rcx subq %rcx, %rax xorl %ecx, %ecx subl -100(%rbp), %ecx movslq %ecx, %rcx andq %rcx, %rax movq %rax, _loc(%rip) movq -120(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movw $498, -64(%rbp) ## imm = 0x1F2 movq _loc(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -48(%rbp) movl -84(%rbp), %edi leaq -80(%rbp), %rsi callq _store cmpl $3, -84(%rbp) jne LBB36_11 ## %bb.10: ## in Loop: Header=BB36_1 Depth=1 movl $55773, %edi ## imm = 0xD9DD callq _o LBB36_11: ## in Loop: Header=BB36_1 Depth=1 movq -120(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax jne LBB36_13 ## %bb.12: ## in Loop: Header=BB36_1 Depth=1 movl -48(%rbp), %eax addl $4, %eax movl %eax, -48(%rbp) movq -112(%rbp), %rax movzwl 18(%rax), %edi leaq -80(%rbp), %rsi callq _store LBB36_13: ## in Loop: Header=BB36_1 Depth=1 movq _loc(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -88(%rbp) movl $1, -92(%rbp) LBB36_14: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB36_16 ## %bb.15: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movzwl 16(%rax), %eax andl $-33024, %eax ## imm = 0xFFFF7F00 orl $241, %eax movw %ax, %cx movq -112(%rbp), %rax movw %cx, 16(%rax) jmp LBB36_17 LBB36_16: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movl (%rax), %edi callq _lvalue_type orl $242, %eax movw %ax, %cx movq -112(%rbp), %rax movw %cx, 16(%rax) LBB36_17: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax movw $240, 18(%rax) movl -88(%rbp), %ecx movq -112(%rbp), %rax movl %ecx, 32(%rax) LBB36_18: ## in Loop: Header=BB36_1 Depth=1 jmp LBB36_19 LBB36_19: ## in Loop: Header=BB36_1 Depth=1 movq -112(%rbp), %rax addq $64, %rax movq %rax, -112(%rbp) jmp LBB36_1 LBB36_20: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB36_22 ## %bb.21: addq $128, %rsp popq %rbp retq LBB36_22: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gen_opf ## -- Begin function gen_opf .p2align 4, 0x90 _gen_opf: ## @gen_opf .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 %edi, -84(%rbp) movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax jne LBB37_2 ## %bb.1: callq _vswap movl $2, %edi callq _gv callq _vswap LBB37_2: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax jne LBB37_4 ## %bb.3: movl $2, %edi callq _gv LBB37_4: movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB37_7 ## %bb.5: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB37_7 ## %bb.6: callq _vswap movl $2, %edi callq _gv callq _vswap LBB37_7: movl $0, -100(%rbp) movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB37_9 ## %bb.8: callq _vswap movl $1, -100(%rbp) LBB37_9: cmpl $146, -84(%rbp) jl LBB37_31 ## %bb.10: cmpl $159, -84(%rbp) jg LBB37_31 ## %bb.11: movq _vtop(%rip), %rsi movl $3, %edi callq _load xorl %edi, %edi callq _save_reg cmpl $157, -84(%rbp) je LBB37_13 ## %bb.12: cmpl $159, -84(%rbp) jne LBB37_14 LBB37_13: cmpl $0, -100(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -100(%rbp) jmp LBB37_18 LBB37_14: cmpl $148, -84(%rbp) je LBB37_16 ## %bb.15: cmpl $149, -84(%rbp) jne LBB37_17 LBB37_16: movl $0, -100(%rbp) LBB37_17: jmp LBB37_18 LBB37_18: cmpl $0, -100(%rbp) je LBB37_20 ## %bb.19: movl $51673, %edi ## imm = 0xC9D9 callq _o LBB37_20: movl $59866, %edi ## imm = 0xE9DA callq _o movl $57567, %edi ## imm = 0xE0DF callq _o cmpl $148, -84(%rbp) jne LBB37_22 ## %bb.21: movl $4580480, %edi ## imm = 0x45E480 callq _o movl $4258944, %edi ## imm = 0x40FC80 callq _o jmp LBB37_30 LBB37_22: cmpl $149, -84(%rbp) jne LBB37_24 ## %bb.23: movl $4580480, %edi ## imm = 0x45E480 callq _o movl $4256896, %edi ## imm = 0x40F480 callq _o movl $149, -84(%rbp) jmp LBB37_29 LBB37_24: cmpl $157, -84(%rbp) je LBB37_26 ## %bb.25: cmpl $158, -84(%rbp) jne LBB37_27 LBB37_26: movl $378102, %edi ## imm = 0x5C4F6 callq _o movl $148, -84(%rbp) jmp LBB37_28 LBB37_27: movl $4572406, %edi ## imm = 0x45C4F6 callq _o movl $148, -84(%rbp) LBB37_28: jmp LBB37_29 LBB37_29: jmp LBB37_30 LBB37_30: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movq _vtop(%rip), %rax movw $243, 16(%rax) movl -84(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB37_52 LBB37_31: movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $10, %eax jne LBB37_33 ## %bb.32: movq _vtop(%rip), %rsi movl $3, %edi callq _load cmpl $0, -100(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -100(%rbp) LBB37_33: movl -84(%rbp), %eax addl $-42, %eax movl %eax, %ecx movq %rcx, -112(%rbp) ## 8-byte Spill subl $5, %eax ja LBB37_34 ## %bb.55: movq -112(%rbp), %rax ## 8-byte Reload leaq LJTI37_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB37_34: jmp LBB37_35 LBB37_35: movl $0, -88(%rbp) jmp LBB37_43 LBB37_36: movl $4, -88(%rbp) cmpl $0, -100(%rbp) je LBB37_38 ## %bb.37: movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) LBB37_38: jmp LBB37_43 LBB37_39: movl $1, -88(%rbp) jmp LBB37_43 LBB37_40: movl $6, -88(%rbp) cmpl $0, -100(%rbp) je LBB37_42 ## %bb.41: movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) LBB37_42: jmp LBB37_43 LBB37_43: movq _vtop(%rip), %rax movl (%rax), %eax movl %eax, -92(%rbp) movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -96(%rbp) movl -92(%rbp), %eax andl $15, %eax cmpl $10, %eax jne LBB37_45 ## %bb.44: movl $222, %edi callq _o movl -88(%rbp), %edi shll $3, %edi addl $193, %edi callq _o jmp LBB37_51 LBB37_45: movq _vtop(%rip), %rax movzwl 16(%rax), %eax movl %eax, -104(%rbp) movl -104(%rbp), %eax andl $255, %eax cmpl $241, %eax jne LBB37_47 ## %bb.46: movl $1, %edi callq _get_reg movl %eax, -104(%rbp) movl $0, -80(%rbp) movw $498, -64(%rbp) ## imm = 0x1F2 movl -96(%rbp), %eax movl %eax, -48(%rbp) movl -104(%rbp), %edi leaq -80(%rbp), %rsi callq _load movl $0, -96(%rbp) LBB37_47: movl -92(%rbp), %eax andl $15, %eax cmpl $9, %eax jne LBB37_49 ## %bb.48: movl $220, %edi callq _o jmp LBB37_50 LBB37_49: movl $216, %edi callq _o LBB37_50: movl -88(%rbp), %edi movl -104(%rbp), %esi movq _vtop(%rip), %rax movq 48(%rax), %rdx movl -96(%rbp), %ecx callq _gen_modrm LBB37_51: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) LBB37_52: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB37_54 ## %bb.53: addq $112, %rsp popq %rbp retq LBB37_54: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L37_0_set_39, LBB37_39-LJTI37_0 .set L37_0_set_35, LBB37_35-LJTI37_0 .set L37_0_set_34, LBB37_34-LJTI37_0 .set L37_0_set_36, LBB37_36-LJTI37_0 .set L37_0_set_40, LBB37_40-LJTI37_0 LJTI37_0: .long L37_0_set_39 .long L37_0_set_35 .long L37_0_set_34 .long L37_0_set_36 .long L37_0_set_34 .long L37_0_set_40 .end_data_region ## -- End function .globl _gen_cvt_itof ## -- Begin function gen_cvt_itof .p2align 4, 0x90 _gen_cvt_itof: ## @gen_cvt_itof .cfi_startproc ## %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 $3, %edi callq _save_reg movl $1, %edi callq _gv movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $12, %eax jne LBB38_2 ## %bb.1: movq _vtop(%rip), %rax movzwl 18(%rax), %edi addl $80, %edi callq _o movq _vtop(%rip), %rax movzwl 16(%rax), %edi andl $255, %edi addl $80, %edi callq _o movl $2370783, %edi ## imm = 0x242CDF callq _o movl $574595, %edi ## imm = 0x8C483 callq _o jmp LBB38_6 LBB38_2: movq _vtop(%rip), %rax movl (%rax), %eax andl $31, %eax cmpl $16, %eax jne LBB38_4 ## %bb.3: movl $106, %edi callq _o xorl %edi, %edi callq _g movq _vtop(%rip), %rax movzwl 16(%rax), %edi andl $255, %edi addl $80, %edi callq _o movl $2370783, %edi ## imm = 0x242CDF callq _o movl $574595, %edi ## imm = 0x8C483 callq _o jmp LBB38_5 LBB38_4: movq _vtop(%rip), %rax movzwl 16(%rax), %edi andl $255, %edi addl $80, %edi callq _o movl $2360539, %edi ## imm = 0x2404DB callq _o movl $312451, %edi ## imm = 0x4C483 callq _o LBB38_5: jmp LBB38_6 LBB38_6: movq _vtop(%rip), %rax movw $3, 16(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_cvt_ftoi ## -- Begin function gen_cvt_ftoi .p2align 4, 0x90 _gen_cvt_ftoi: ## @gen_cvt_ftoi .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 $18, -40(%rbp) movl $2, %edi callq _gv cmpl $0, -4(%rbp) je LBB39_2 ## %bb.1: movl $8, -16(%rbp) jmp LBB39_3 LBB39_2: movl $4, -16(%rbp) LBB39_3: movl $11737, %edi ## imm = 0x2DD9 callq _o movl $365, %edi ## imm = 0x16D leaq -40(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq _external_global_sym movq %rax, -24(%rbp) movq _cur_text_section(%rip), %rdi movq -24(%rbp), %rsi movq _ind(%rip), %rdx movl $1, %ecx callq _greloc xorl %edi, %edi callq _gen_le32 movl -16(%rbp), %esi movl $60545, %edi ## imm = 0xEC81 callq _oad cmpl $4, -16(%rbp) jne LBB39_5 ## %bb.4: movl $7387, %edi ## imm = 0x1CDB callq _o jmp LBB39_6 LBB39_5: movl $15583, %edi ## imm = 0x3CDF callq _o LBB39_6: movl $36, %edi callq _o movl $11737, %edi ## imm = 0x2DD9 callq _o movl $366, %edi ## imm = 0x16E leaq -40(%rbp), %rsi movl $256, %edx ## imm = 0x100 callq _external_global_sym movq %rax, -24(%rbp) movq _cur_text_section(%rip), %rdi movq -24(%rbp), %rsi movq _ind(%rip), %rdx movl $1, %ecx callq _greloc xorl %edi, %edi callq _gen_le32 movl $1, %edi callq _get_reg movl %eax, -8(%rbp) movl -8(%rbp), %edi addl $88, %edi callq _o cmpl $8, -16(%rbp) jne LBB39_11 ## %bb.7: cmpl $12, -4(%rbp) jne LBB39_9 ## %bb.8: movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) movl $1, %edi callq _get_reg movl %eax, -12(%rbp) movl -12(%rbp), %edi addl $88, %edi callq _o movl -12(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 18(%rax) jmp LBB39_10 LBB39_9: movl $312451, %edi ## imm = 0x4C483 callq _o LBB39_10: jmp LBB39_11 LBB39_11: movl -8(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_cvt_ftof ## -- Begin function gen_cvt_ftof .p2align 4, 0x90 _gen_cvt_ftof: ## @gen_cvt_ftof .cfi_startproc ## %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 $2, %edi callq _gv addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ggoto ## -- Begin function ggoto .p2align 4, 0x90 _ggoto: ## @ggoto .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $1, %edi callq _gcall_or_jmp movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _gen_bounded_ptr_add ## -- Begin function gen_bounded_ptr_add .p2align 4, 0x90 _gen_bounded_ptr_add: ## @gen_bounded_ptr_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 $16, %rsp movl $4, %edi movl $32, %esi callq _gv2 movq _vtop(%rip), %rax addq $-128, %rax movq %rax, _vtop(%rip) xorl %edi, %edi callq _save_regs movl $374, %edi ## imm = 0x176 leaq _func_old_type(%rip), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -8(%rbp) movq _cur_text_section(%rip), %rdi movq -8(%rbp), %rsi movq _ind(%rip), %rdx addq $1, %rdx movl $2, %ecx callq _greloc movl $232, %edi movl $4294967292, %esi ## imm = 0xFFFFFFFC callq _oad movq _vtop(%rip), %rax addq $64, %rax movq %rax, _vtop(%rip) movq _vtop(%rip), %rax movw $-32768, 16(%rax) ## imm = 0x8000 movq _cur_text_section(%rip), %rax movq 96(%rax), %rax movq (%rax), %rax subq $8, %rax movl %eax, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_bounded_ptr_deref ## -- Begin function gen_bounded_ptr_deref .p2align 4, 0x90 _gen_bounded_ptr_deref: ## @gen_bounded_ptr_deref .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, -8(%rbp) movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax jne LBB43_7 ## %bb.1: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax je LBB43_3 ## %bb.2: movl $1, -8(%rbp) jmp LBB43_6 LBB43_3: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $8192, %eax ## imm = 0x2000 cmpl $0, %eax je LBB43_5 ## %bb.4: movl $2, -8(%rbp) LBB43_5: jmp LBB43_6 LBB43_6: jmp LBB43_7 LBB43_7: cmpl $0, -8(%rbp) jne LBB43_9 ## %bb.8: movq _vtop(%rip), %rdi leaq -12(%rbp), %rsi callq _type_size movl %eax, -8(%rbp) LBB43_9: movl -8(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -40(%rbp) ## 8-byte Spill subl $15, %eax ja LBB43_16 ## %bb.20: movq -40(%rbp), %rax ## 8-byte Reload leaq LJTI43_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB43_10: movl $375, -4(%rbp) ## imm = 0x177 jmp LBB43_17 LBB43_11: movl $376, -4(%rbp) ## imm = 0x178 jmp LBB43_17 LBB43_12: movl $377, -4(%rbp) ## imm = 0x179 jmp LBB43_17 LBB43_13: movl $378, -4(%rbp) ## imm = 0x17A jmp LBB43_17 LBB43_14: movl $379, -4(%rbp) ## imm = 0x17B jmp LBB43_17 LBB43_15: movl $380, -4(%rbp) ## imm = 0x17C jmp LBB43_17 LBB43_16: leaq L_.str(%rip), %rdi movb $0, %al callq _error movl $0, -4(%rbp) LBB43_17: movq _cur_text_section(%rip), %rax movq 96(%rax), %rax movq 8(%rax), %rax movq _vtop(%rip), %rcx movl 32(%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -24(%rbp) movl -4(%rbp), %edi leaq _func_old_type(%rip), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -32(%rbp) movq -32(%rbp), %rax cmpq $0, 16(%rax) jne LBB43_19 ## %bb.18: movq -32(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rsi movq %rcx, %rdx callq _put_extern_sym LBB43_19: movq -32(%rbp), %rax movq 16(%rax), %rax shlq $8, %rax movq -24(%rbp), %rcx movl 4(%rcx), %ecx andl $255, %ecx andl $255, %ecx movl %ecx, %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L43_0_set_10, LBB43_10-LJTI43_0 .set L43_0_set_11, LBB43_11-LJTI43_0 .set L43_0_set_16, LBB43_16-LJTI43_0 .set L43_0_set_12, LBB43_12-LJTI43_0 .set L43_0_set_13, LBB43_13-LJTI43_0 .set L43_0_set_14, LBB43_14-LJTI43_0 .set L43_0_set_15, LBB43_15-LJTI43_0 LJTI43_0: .long L43_0_set_10 .long L43_0_set_11 .long L43_0_set_16 .long L43_0_set_12 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_13 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_14 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_16 .long L43_0_set_15 .end_data_region ## -- End function .globl _error ## -- Begin function error .p2align 4, 0x90 _error: ## @error .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp testb %al, %al je LBB44_4 ## %bb.3: movaps %xmm0, -176(%rbp) movaps %xmm1, -160(%rbp) movaps %xmm2, -144(%rbp) movaps %xmm3, -128(%rbp) movaps %xmm4, -112(%rbp) movaps %xmm5, -96(%rbp) movaps %xmm6, -80(%rbp) movaps %xmm7, -64(%rbp) LBB44_4: movq %r9, -184(%rbp) movq %r8, -192(%rbp) movq %rcx, -200(%rbp) movq %rdx, -208(%rbp) movq %rsi, -216(%rbp) movq %rdi, -8(%rbp) movq _tcc_state(%rip), %rax movq %rax, -16(%rbp) leaq -48(%rbp), %rax leaq -224(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) movq -16(%rbp), %rdi movq -8(%rbp), %rdx leaq -48(%rbp), %rcx xorl %esi, %esi callq _error1 leaq -48(%rbp), %rax movq -16(%rbp), %rax cmpl $0, 264(%rax) je LBB44_2 ## %bb.1: movq -16(%rbp), %rdi addq $268, %rdi ## imm = 0x10C movl $1, %esi callq _longjmp LBB44_2: movl $1, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_extern_sym _put_extern_sym: ## @put_extern_sym .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl $1, %r8d callq _put_extern_sym2 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _resolve_sym ## -- Begin function resolve_sym .p2align 4, 0x90 _resolve_sym: ## @resolve_sym .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) leaq L___func__.resolve_sym(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.2(%rip), %rcx movl $6631, %edx ## imm = 0x19E7 callq ___assert_rtn .cfi_endproc ## -- End function .globl _ieee_finite ## -- Begin function ieee_finite .p2align 4, 0x90 _ieee_finite: ## @ieee_finite .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) leaq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax orl $-2146435073, %eax ## imm = 0x800FFFFF addl $1, %eax shrl $31, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _new_section ## -- Begin function new_section .p2align 4, 0x90 _new_section: ## @new_section .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 -16(%rbp), %rdi callq _strlen movq %rax, %rdi subq $-128, %rdi callq _tcc_mallocz movq %rax, -32(%rbp) movq -32(%rbp), %rdi addq $120, %rdi movq -16(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movl -20(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) movl -24(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 36(%rax) movl -20(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill subl $2, %eax je LBB48_1 jmp LBB48_7 LBB48_7: movl -36(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB48_2 jmp LBB48_8 LBB48_8: movl -36(%rbp), %eax ## 4-byte Reload addl $-5, %eax subl $2, %eax jb LBB48_1 jmp LBB48_9 LBB48_9: movl -36(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB48_1 jmp LBB48_10 LBB48_10: movl -36(%rbp), %eax ## 4-byte Reload subl $11, %eax jne LBB48_3 jmp LBB48_1 LBB48_1: movq -32(%rbp), %rax movl $4, 44(%rax) jmp LBB48_4 LBB48_2: movq -32(%rbp), %rax movl $1, 44(%rax) jmp LBB48_4 LBB48_3: movq -32(%rbp), %rax movl $32, 44(%rax) LBB48_4: movl -24(%rbp), %eax andl $-2147483648, %eax ## imm = 0x80000000 cmpl $0, %eax jne LBB48_6 ## %bb.5: movq -8(%rbp), %rax movl 112(%rax), %ecx movq -32(%rbp), %rax movl %ecx, 28(%rax) movq -8(%rbp), %rdi addq $104, %rdi movq -8(%rbp), %rsi addq $112, %rsi movq -32(%rbp), %rdx callq _dynarray_add LBB48_6: movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_mallocz _tcc_mallocz: ## @tcc_mallocz .cfi_startproc ## %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 _tcc_malloc movq %rax, -16(%rbp) movq -16(%rbp), %rdi movq -8(%rbp), %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function dynarray_add _dynarray_add: ## @dynarray_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 $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -28(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movl -28(%rbp), %eax movl -28(%rbp), %ecx subl $1, %ecx andl %ecx, %eax cmpl $0, %eax jne LBB50_7 ## %bb.1: cmpl $0, -28(%rbp) jne LBB50_3 ## %bb.2: movl $1, -32(%rbp) jmp LBB50_4 LBB50_3: movl -28(%rbp), %eax shll $1, %eax movl %eax, -32(%rbp) LBB50_4: movq -40(%rbp), %rdi movslq -32(%rbp), %rsi shlq $3, %rsi callq _tcc_realloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB50_6 ## %bb.5: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB50_6: movq -40(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) LBB50_7: movq -24(%rbp), %rdx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movq %rdx, (%rax,%rcx,8) movl -28(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _find_section ## -- Begin function find_section .p2align 4, 0x90 _find_section: ## @find_section .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl $1, -36(%rbp) LBB51_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax movq -16(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB51_6 ## %bb.2: ## in Loop: Header=BB51_1 Depth=1 movq -16(%rbp), %rax movq 104(%rax), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi movq -32(%rbp), %rsi addq $120, %rsi callq _strcmp cmpl $0, %eax jne LBB51_4 ## %bb.3: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB51_7 LBB51_4: ## in Loop: Header=BB51_1 Depth=1 jmp LBB51_5 LBB51_5: ## in Loop: Header=BB51_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB51_1 LBB51_6: movq -16(%rbp), %rdi movq -24(%rbp), %rsi movl $1, %edx movl $2, %ecx callq _new_section movq %rax, -8(%rbp) LBB51_7: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _error1 ## -- Begin function error1 .p2align 4, 0x90 _error1: ## @error1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $2112, %rsp ## imm = 0x840 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -2072(%rbp) movl %esi, -2076(%rbp) movq %rdx, -2088(%rbp) movq %rcx, -2096(%rbp) movb $0, -2064(%rbp) cmpq $0, _file(%rip) je LBB52_9 ## %bb.1: movq -2072(%rbp), %rax addq $432, %rax ## imm = 0x1B0 movq %rax, -2104(%rbp) LBB52_2: ## =>This Inner Loop Header: Depth=1 movq -2104(%rbp), %rax movq -2072(%rbp), %rcx cmpq 8(%rcx), %rax jae LBB52_5 ## %bb.3: ## in Loop: Header=BB52_2 Depth=1 leaq -2064(%rbp), %rdi movq -2104(%rbp), %rax movq (%rax), %rcx addq $553, %rcx ## imm = 0x229 movq -2104(%rbp), %rax movq (%rax), %rax movl 20(%rax), %r8d movl $2048, %esi ## imm = 0x800 leaq L_.str.3(%rip), %rdx movb $0, %al callq _strcat_printf ## %bb.4: ## in Loop: Header=BB52_2 Depth=1 movq -2104(%rbp), %rax addq $8, %rax movq %rax, -2104(%rbp) jmp LBB52_2 LBB52_5: movq _file(%rip), %rax cmpl $0, 20(%rax) jle LBB52_7 ## %bb.6: leaq -2064(%rbp), %rdi movq _file(%rip), %rcx addq $553, %rcx ## imm = 0x229 movq _file(%rip), %rax movl 20(%rax), %r8d movl $2048, %esi ## imm = 0x800 leaq L_.str.4(%rip), %rdx movb $0, %al callq _strcat_printf jmp LBB52_8 LBB52_7: leaq -2064(%rbp), %rdi movq _file(%rip), %rcx addq $553, %rcx ## imm = 0x229 movl $2048, %esi ## imm = 0x800 leaq L_.str.5(%rip), %rdx movb $0, %al callq _strcat_printf LBB52_8: jmp LBB52_10 LBB52_9: leaq -2064(%rbp), %rdi movl $2048, %esi ## imm = 0x800 leaq L_.str.6(%rip), %rdx movb $0, %al callq _strcat_printf LBB52_10: cmpl $0, -2076(%rbp) je LBB52_12 ## %bb.11: leaq -2064(%rbp), %rdi movl $2048, %esi ## imm = 0x800 leaq L_.str.7(%rip), %rdx movb $0, %al callq _strcat_printf LBB52_12: leaq -2064(%rbp), %rdi movq -2088(%rbp), %rdx movq -2096(%rbp), %rcx movl $2048, %esi ## imm = 0x800 callq _strcat_vprintf movq -2072(%rbp), %rax cmpq $0, 256(%rax) jne LBB52_14 ## %bb.13: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -2064(%rbp), %rdx leaq L_.str.8(%rip), %rsi movb $0, %al callq _fprintf jmp LBB52_15 LBB52_14: movq -2072(%rbp), %rax movq 256(%rax), %rax movq -2072(%rbp), %rcx movq 248(%rcx), %rdi leaq -2064(%rbp), %rsi callq *%rax LBB52_15: cmpl $0, -2076(%rbp) je LBB52_17 ## %bb.16: movq -2072(%rbp), %rax cmpl $0, 232(%rax) je LBB52_18 LBB52_17: movq -2072(%rbp), %rax movl 416(%rax), %ecx addl $1, %ecx movl %ecx, 416(%rax) LBB52_18: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB52_20 ## %bb.19: addq $2112, %rsp ## imm = 0x840 popq %rbp retq LBB52_20: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function strcat_printf _strcat_printf: ## @strcat_printf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB53_4 ## %bb.3: movaps %xmm0, -192(%rbp) movaps %xmm1, -176(%rbp) movaps %xmm2, -160(%rbp) movaps %xmm3, -144(%rbp) movaps %xmm4, -128(%rbp) movaps %xmm5, -112(%rbp) movaps %xmm6, -96(%rbp) movaps %xmm7, -80(%rbp) LBB53_4: movq %r9, -200(%rbp) movq %r8, -208(%rbp) movq %rcx, -216(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movl %esi, -44(%rbp) movq %rdx, -56(%rbp) leaq -32(%rbp), %rax leaq -240(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $24, (%rax) movq -40(%rbp), %rdi movl -44(%rbp), %esi movq -56(%rbp), %rdx leaq -32(%rbp), %rcx callq _strcat_vprintf leaq -32(%rbp), %rax movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB53_2 ## %bb.1: addq $240, %rsp popq %rbp retq LBB53_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function strcat_vprintf _strcat_vprintf: ## @strcat_vprintf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movq -8(%rbp), %rdi movslq -36(%rbp), %rax addq %rax, %rdi movl -12(%rbp), %eax subl -36(%rbp), %eax movslq %eax, %rsi movq -24(%rbp), %r8 movq -32(%rbp), %r9 xorl %edx, %edx movq $-1, %rcx callq ___vsnprintf_chk addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _error_noabort ## -- Begin function error_noabort .p2align 4, 0x90 _error_noabort: ## @error_noabort .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 testb %al, %al je LBB55_4 ## %bb.3: movaps %xmm0, -176(%rbp) movaps %xmm1, -160(%rbp) movaps %xmm2, -144(%rbp) movaps %xmm3, -128(%rbp) movaps %xmm4, -112(%rbp) movaps %xmm5, -96(%rbp) movaps %xmm6, -80(%rbp) movaps %xmm7, -64(%rbp) LBB55_4: movq %r9, -184(%rbp) movq %r8, -192(%rbp) movq %rcx, -200(%rbp) movq %rdx, -208(%rbp) movq %rsi, -216(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movq _tcc_state(%rip), %rax movq %rax, -48(%rbp) leaq -32(%rbp), %rax leaq -224(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) movq -48(%rbp), %rdi movq -40(%rbp), %rdx leaq -32(%rbp), %rcx xorl %esi, %esi callq _error1 leaq -32(%rbp), %rax movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB55_2 ## %bb.1: addq $224, %rsp popq %rbp retq LBB55_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _expect ## -- Begin function expect .p2align 4, 0x90 _expect: ## @expect .cfi_startproc ## %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.9(%rip), %rdi movb $0, %al callq _error addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _warning ## -- Begin function warning .p2align 4, 0x90 _warning: ## @warning .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 testb %al, %al je LBB57_7 ## %bb.6: movaps %xmm0, -176(%rbp) movaps %xmm1, -160(%rbp) movaps %xmm2, -144(%rbp) movaps %xmm3, -128(%rbp) movaps %xmm4, -112(%rbp) movaps %xmm5, -96(%rbp) movaps %xmm6, -80(%rbp) movaps %xmm7, -64(%rbp) LBB57_7: movq %r9, -184(%rbp) movq %r8, -192(%rbp) movq %rcx, -200(%rbp) movq %rdx, -208(%rbp) movq %rsi, -216(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movq _tcc_state(%rip), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax cmpl $0, 236(%rax) je LBB57_2 ## %bb.1: jmp LBB57_3 LBB57_2: leaq -32(%rbp), %rax leaq -224(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) movq -48(%rbp), %rdi movq -40(%rbp), %rdx leaq -32(%rbp), %rcx movl $1, %esi callq _error1 leaq -32(%rbp), %rax LBB57_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB57_5 ## %bb.4: addq $224, %rsp popq %rbp retq LBB57_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _skip ## -- Begin function skip .p2align 4, 0x90 _skip: ## @skip .cfi_startproc ## %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 _tok(%rip), %eax cmpl -4(%rbp), %eax je LBB58_2 ## %bb.1: movl -4(%rbp), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _error LBB58_2: callq _next addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function next _next: ## @next .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp LBB59_1: ## =>This Inner Loop Header: Depth=1 callq _next_nomacro cmpq $0, _macro_ptr(%rip) jne LBB59_10 ## %bb.2: ## in Loop: Header=BB59_1 Depth=1 cmpl $256, _tok(%rip) ## imm = 0x100 jl LBB59_9 ## %bb.3: ## in Loop: Header=BB59_1 Depth=1 movl _parse_flags(%rip), %eax andl $1, %eax cmpl $0, %eax je LBB59_9 ## %bb.4: ## in Loop: Header=BB59_1 Depth=1 movl _tok(%rip), %edi callq _define_find movq %rax, -16(%rbp) cmpq $0, -16(%rbp) je LBB59_8 ## %bb.5: ## in Loop: Header=BB59_1 Depth=1 leaq -40(%rbp), %rdi callq _tok_str_new movq $0, -8(%rbp) movq $0, -48(%rbp) movq -16(%rbp), %rdx leaq -40(%rbp), %rdi leaq -8(%rbp), %rsi leaq -48(%rbp), %rcx callq _macro_subst_tok cmpl $0, %eax jne LBB59_7 ## %bb.6: ## in Loop: Header=BB59_1 Depth=1 leaq -40(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -40(%rbp), %rax movq %rax, _macro_ptr(%rip) movq -40(%rbp), %rax movq %rax, _macro_ptr_allocated(%rip) jmp LBB59_1 LBB59_7: jmp LBB59_8 LBB59_8: jmp LBB59_9 LBB59_9: jmp LBB59_16 LBB59_10: ## in Loop: Header=BB59_1 Depth=1 cmpl $0, _tok(%rip) jne LBB59_15 ## %bb.11: ## in Loop: Header=BB59_1 Depth=1 cmpl $0, _unget_buffer_enabled(%rip) je LBB59_13 ## %bb.12: ## in Loop: Header=BB59_1 Depth=1 movq _unget_saved_macro_ptr(%rip), %rax movq %rax, _macro_ptr(%rip) movl $0, _unget_buffer_enabled(%rip) jmp LBB59_14 LBB59_13: ## in Loop: Header=BB59_1 Depth=1 movq _macro_ptr_allocated(%rip), %rdi callq _tok_str_free movq $0, _macro_ptr(%rip) LBB59_14: ## in Loop: Header=BB59_1 Depth=1 jmp LBB59_1 LBB59_15: jmp LBB59_16 LBB59_16: cmpl $206, _tok(%rip) jne LBB59_19 ## %bb.17: movl _parse_flags(%rip), %eax andl $2, %eax cmpl $0, %eax je LBB59_19 ## %bb.18: movq _tokc(%rip), %rax movq 8(%rax), %rdi callq _parse_number LBB59_19: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _get_tok_str ## -- Begin function get_tok_str .p2align 4, 0x90 _get_tok_str: ## @get_tok_str .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, -12(%rbp) movq %rsi, -24(%rbp) leaq _get_tok_str.cstr_buf(%rip), %rdi callq _cstr_free leaq _get_tok_str.buf(%rip), %rax movq %rax, _get_tok_str.cstr_buf+8(%rip) movl $1025, _get_tok_str.cstr_buf+16(%rip) ## imm = 0x401 movq %rax, -48(%rbp) movl -12(%rbp), %eax addl $-129, %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $77, %eax ja LBB60_25 ## %bb.43: movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI60_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB60_1: movq -48(%rbp), %rdi movq -24(%rbp), %rax movl (%rax), %r8d xorl %esi, %esi movq $-1, %rdx leaq L_.str.11(%rip), %rcx movb $0, %al callq ___sprintf_chk jmp LBB60_41 LBB60_2: movq -48(%rbp), %rdi movq -24(%rbp), %rax movq (%rax), %r8 xorl %esi, %esi movq $-1, %rdx leaq L_.str.12(%rip), %rcx movb $0, %al callq ___sprintf_chk jmp LBB60_41 LBB60_3: leaq _get_tok_str.cstr_buf(%rip), %rdi movl $39, %esi callq _cstr_ccat movq -24(%rbp), %rax movl (%rax), %esi leaq _get_tok_str.cstr_buf(%rip), %rdi callq _add_char leaq _get_tok_str.cstr_buf(%rip), %rdi movl $39, %esi callq _cstr_ccat leaq _get_tok_str.cstr_buf(%rip), %rdi xorl %esi, %esi callq _cstr_ccat jmp LBB60_41 LBB60_4: movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -56(%rbp) movl $0, -52(%rbp) LBB60_5: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -56(%rbp), %eax jge LBB60_8 ## %bb.6: ## in Loop: Header=BB60_5 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movslq -52(%rbp), %rcx movzbl (%rax,%rcx), %esi leaq _get_tok_str.cstr_buf(%rip), %rdi callq _add_char ## %bb.7: ## in Loop: Header=BB60_5 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB60_5 LBB60_8: leaq _get_tok_str.cstr_buf(%rip), %rdi xorl %esi, %esi callq _cstr_ccat jmp LBB60_41 LBB60_9: movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) leaq _get_tok_str.cstr_buf(%rip), %rdi movl $34, %esi callq _cstr_ccat cmpl $181, -12(%rbp) jne LBB60_15 ## %bb.10: movq -32(%rbp), %rax movl (%rax), %eax subl $1, %eax movl %eax, -56(%rbp) movl $0, -52(%rbp) LBB60_11: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -56(%rbp), %eax jge LBB60_14 ## %bb.12: ## in Loop: Header=BB60_11 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movslq -52(%rbp), %rcx movzbl (%rax,%rcx), %esi leaq _get_tok_str.cstr_buf(%rip), %rdi callq _add_char ## %bb.13: ## in Loop: Header=BB60_11 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB60_11 LBB60_14: jmp LBB60_20 LBB60_15: movq -32(%rbp), %rax movslq (%rax), %rax shrq $2, %rax subq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -56(%rbp) movl $0, -52(%rbp) LBB60_16: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -56(%rbp), %eax jge LBB60_19 ## %bb.17: ## in Loop: Header=BB60_16 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq _get_tok_str.cstr_buf(%rip), %rdi callq _add_char ## %bb.18: ## in Loop: Header=BB60_16 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB60_16 LBB60_19: jmp LBB60_20 LBB60_20: leaq _get_tok_str.cstr_buf(%rip), %rdi movl $34, %esi callq _cstr_ccat leaq _get_tok_str.cstr_buf(%rip), %rdi xorl %esi, %esi callq _cstr_ccat jmp LBB60_41 LBB60_21: movl $60, -12(%rbp) jmp LBB60_32 LBB60_22: movl $62, -12(%rbp) jmp LBB60_32 LBB60_23: movq -48(%rbp), %rdi leaq L_.str.13(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq %rax, -8(%rbp) jmp LBB60_42 LBB60_24: movq -48(%rbp), %rdi leaq L_.str.14(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq %rax, -8(%rbp) jmp LBB60_42 LBB60_25: cmpl $256, -12(%rbp) ## imm = 0x100 jge LBB60_33 ## %bb.26: leaq _tok_two_chars(%rip), %rax movq %rax, -40(%rbp) LBB60_27: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax cmpb $0, (%rax) je LBB60_31 ## %bb.28: ## in Loop: Header=BB60_27 Depth=1 movq -40(%rbp), %rax movzbl 2(%rax), %eax cmpl -12(%rbp), %eax jne LBB60_30 ## %bb.29: movq -40(%rbp), %rax movb (%rax), %cl movq -48(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -48(%rbp) movb %cl, (%rax) movq -40(%rbp), %rax movb 1(%rax), %cl movq -48(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -48(%rbp) movb %cl, (%rax) movq -48(%rbp), %rax movb $0, (%rax) leaq _get_tok_str.buf(%rip), %rax movq %rax, -8(%rbp) jmp LBB60_42 LBB60_30: ## in Loop: Header=BB60_27 Depth=1 movq -40(%rbp), %rax addq $3, %rax movq %rax, -40(%rbp) jmp LBB60_27 LBB60_31: jmp LBB60_32 LBB60_32: movl -12(%rbp), %eax movb %al, %cl movq -48(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -48(%rbp) movb %cl, (%rax) movq -48(%rbp), %rax movb $0, (%rax) jmp LBB60_40 LBB60_33: movl -12(%rbp), %eax cmpl _tok_ident(%rip), %eax jge LBB60_35 ## %bb.34: movq _table_ident(%rip), %rax movl -12(%rbp), %ecx subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax addq $48, %rax movq %rax, -8(%rbp) jmp LBB60_42 LBB60_35: cmpl $268435456, -12(%rbp) ## imm = 0x10000000 jl LBB60_37 ## %bb.36: movq -48(%rbp), %rdi movl -12(%rbp), %r8d subl $268435456, %r8d ## imm = 0x10000000 xorl %esi, %esi movq $-1, %rdx leaq L_.str.15(%rip), %rcx movb $0, %al callq ___sprintf_chk jmp LBB60_38 LBB60_37: movq $0, -8(%rbp) jmp LBB60_42 LBB60_38: jmp LBB60_39 LBB60_39: jmp LBB60_40 LBB60_40: jmp LBB60_41 LBB60_41: movq _get_tok_str.cstr_buf+8(%rip), %rax movq %rax, -8(%rbp) LBB60_42: movq -8(%rbp), %rax addq $64, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L60_0_set_23, LBB60_23-LJTI60_0 .set L60_0_set_24, LBB60_24-LJTI60_0 .set L60_0_set_25, LBB60_25-LJTI60_0 .set L60_0_set_21, LBB60_21-LJTI60_0 .set L60_0_set_22, LBB60_22-LJTI60_0 .set L60_0_set_1, LBB60_1-LJTI60_0 .set L60_0_set_3, LBB60_3-LJTI60_0 .set L60_0_set_9, LBB60_9-LJTI60_0 .set L60_0_set_2, LBB60_2-LJTI60_0 .set L60_0_set_4, LBB60_4-LJTI60_0 LJTI60_0: .long L60_0_set_23 .long L60_0_set_24 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_21 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_22 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_1 .long L60_0_set_3 .long L60_0_set_9 .long L60_0_set_25 .long L60_0_set_3 .long L60_0_set_9 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_1 .long L60_0_set_2 .long L60_0_set_2 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_25 .long L60_0_set_4 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_free _cstr_free: ## @cstr_free .cfi_startproc ## %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 24(%rax), %rdi callq _tcc_free movq -8(%rbp), %rdi callq _cstr_new addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_ccat _cstr_ccat: ## @cstr_ccat .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movl (%rax), %eax addl $1, %eax movl %eax, -16(%rbp) movl -16(%rbp), %eax movq -8(%rbp), %rcx cmpl 16(%rcx), %eax jle LBB62_2 ## %bb.1: movq -8(%rbp), %rdi movl -16(%rbp), %esi callq _cstr_realloc LBB62_2: movl -12(%rbp), %eax movb %al, %dl movq -8(%rbp), %rax movq 8(%rax), %rax movl -16(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movb %dl, (%rax,%rcx) movl -16(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function add_char _add_char: ## @add_char .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) cmpl $39, -12(%rbp) je LBB63_3 ## %bb.1: cmpl $34, -12(%rbp) je LBB63_3 ## %bb.2: cmpl $92, -12(%rbp) jne LBB63_4 LBB63_3: movq -8(%rbp), %rdi movl $92, %esi callq _cstr_ccat LBB63_4: cmpl $32, -12(%rbp) jl LBB63_7 ## %bb.5: cmpl $126, -12(%rbp) jg LBB63_7 ## %bb.6: movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _cstr_ccat jmp LBB63_11 LBB63_7: movq -8(%rbp), %rdi movl $92, %esi callq _cstr_ccat cmpl $10, -12(%rbp) jne LBB63_9 ## %bb.8: movq -8(%rbp), %rdi movl $110, %esi callq _cstr_ccat jmp LBB63_10 LBB63_9: movq -8(%rbp), %rdi movl -12(%rbp), %esi sarl $6, %esi andl $7, %esi addl $48, %esi callq _cstr_ccat movq -8(%rbp), %rdi movl -12(%rbp), %esi sarl $3, %esi andl $7, %esi addl $48, %esi callq _cstr_ccat movq -8(%rbp), %rdi movl -12(%rbp), %esi andl $7, %esi addl $48, %esi callq _cstr_ccat LBB63_10: jmp LBB63_11 LBB63_11: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_open ## -- Begin function tcc_open .p2align 4, 0x90 _tcc_open: ## @tcc_open .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rdi xorl %esi, %esi movb $0, %al callq _open movl %eax, -28(%rbp) cmpl $0, -28(%rbp) jge LBB64_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB64_5 LBB64_2: movl $9776, %edi ## imm = 0x2630 callq _tcc_malloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB64_4 ## %bb.3: movl -28(%rbp), %edi callq _close movq $0, -8(%rbp) jmp LBB64_5 LBB64_4: movl -28(%rbp), %ecx movq -40(%rbp), %rax movl %ecx, 16(%rax) movq -40(%rbp), %rcx addq $1577, %rcx ## imm = 0x629 movq -40(%rbp), %rax movq %rcx, (%rax) movq -40(%rbp), %rcx addq $1577, %rcx ## imm = 0x629 movq -40(%rbp), %rax movq %rcx, 8(%rax) movq -40(%rbp), %rax movb $92, 1577(%rax) movq -40(%rbp), %rdi addq $553, %rdi ## imm = 0x229 movq -24(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcpy movq -40(%rbp), %rax movl $1, 20(%rax) movq -40(%rbp), %rax movl $0, 24(%rax) movq -16(%rbp), %rax movq 16(%rax), %rcx movq -40(%rbp), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rax movq %rax, -8(%rbp) LBB64_5: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_malloc _tcc_malloc: ## @tcc_malloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _malloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB65_3 ## %bb.1: cmpq $0, -8(%rbp) je LBB65_3 ## %bb.2: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB65_3: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pstrcpy _pstrcpy: ## @pstrcpy .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) cmpl $0, -12(%rbp) jle LBB66_7 ## %bb.1: movq -8(%rbp), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movslq -12(%rbp), %rcx addq %rcx, %rax addq $-1, %rax movq %rax, -40(%rbp) LBB66_2: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq -40(%rbp), %rax jae LBB66_6 ## %bb.3: ## in Loop: Header=BB66_2 Depth=1 movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -44(%rbp) cmpl $0, -44(%rbp) jne LBB66_5 ## %bb.4: jmp LBB66_6 LBB66_5: ## in Loop: Header=BB66_2 Depth=1 movl -44(%rbp), %eax movb %al, %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) jmp LBB66_2 LBB66_6: movq -32(%rbp), %rax movb $0, (%rax) LBB66_7: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_close ## -- Begin function tcc_close .p2align 4, 0x90 _tcc_close: ## @tcc_close .cfi_startproc ## %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 20(%rax), %eax addl _total_lines(%rip), %eax movl %eax, _total_lines(%rip) movq -8(%rbp), %rax movl 16(%rax), %edi callq _close movq -8(%rbp), %rdi callq _tcc_free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_free _tcc_free: ## @tcc_free .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _preprocess_skip ## -- Begin function preprocess_skip .p2align 4, 0x90 _preprocess_skip: ## @preprocess_skip .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 _file(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) movl $1, -8(%rbp) movl $0, -4(%rbp) LBB69_1: ## =>This Loop Header: Depth=1 ## Child Loop BB69_2 Depth 2 jmp LBB69_2 LBB69_2: ## Parent Loop BB69_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax addl $-9, %eax movl %eax, %ecx movq %rcx, -32(%rbp) ## 8-byte Spill subl $83, %eax ja LBB69_33 ## %bb.36: ## in Loop: Header=BB69_2 Depth=2 movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI69_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB69_3: ## in Loop: Header=BB69_2 Depth=2 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB69_2 LBB69_4: ## in Loop: Header=BB69_2 Depth=2 movl $1, -8(%rbp) movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB69_2 LBB69_5: ## in Loop: Header=BB69_2 Depth=2 movq -24(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) cmpl $-1, -12(%rbp) jne LBB69_7 ## %bb.6: ## in Loop: Header=BB69_2 Depth=2 leaq L_.str.16(%rip), %rdi callq _expect jmp LBB69_10 LBB69_7: ## in Loop: Header=BB69_2 Depth=2 cmpl $92, -12(%rbp) jne LBB69_9 ## %bb.8: ## in Loop: Header=BB69_2 Depth=2 movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _handle_stray LBB69_9: ## in Loop: Header=BB69_2 Depth=2 jmp LBB69_10 LBB69_10: ## in Loop: Header=BB69_2 Depth=2 movq _file(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) jmp LBB69_2 LBB69_11: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rdi movl -12(%rbp), %esi xorl %eax, %eax movl %eax, %edx callq _parse_pp_string movq %rax, -24(%rbp) jmp LBB69_34 LBB69_12: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) movq -24(%rbp), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _minp movq _file(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) cmpl $42, _ch(%rip) jne LBB69_14 ## %bb.13: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rdi callq _parse_comment movq %rax, -24(%rbp) jmp LBB69_17 LBB69_14: ## in Loop: Header=BB69_1 Depth=1 cmpl $47, _ch(%rip) jne LBB69_16 ## %bb.15: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rdi callq _parse_line_comment movq %rax, -24(%rbp) LBB69_16: ## in Loop: Header=BB69_1 Depth=1 jmp LBB69_17 LBB69_17: ## in Loop: Header=BB69_1 Depth=1 jmp LBB69_34 LBB69_18: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) cmpl $0, -8(%rbp) je LBB69_32 ## %bb.19: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _next_nomacro movq _file(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) cmpl $0, -4(%rbp) jne LBB69_24 ## %bb.20: ## in Loop: Header=BB69_1 Depth=1 cmpl $260, _tok(%rip) ## imm = 0x104 je LBB69_23 ## %bb.21: ## in Loop: Header=BB69_1 Depth=1 cmpl $318, _tok(%rip) ## imm = 0x13E je LBB69_23 ## %bb.22: ## in Loop: Header=BB69_1 Depth=1 cmpl $319, _tok(%rip) ## imm = 0x13F jne LBB69_24 LBB69_23: jmp LBB69_35 LBB69_24: ## in Loop: Header=BB69_1 Depth=1 cmpl $259, _tok(%rip) ## imm = 0x103 je LBB69_27 ## %bb.25: ## in Loop: Header=BB69_1 Depth=1 cmpl $316, _tok(%rip) ## imm = 0x13C je LBB69_27 ## %bb.26: ## in Loop: Header=BB69_1 Depth=1 cmpl $317, _tok(%rip) ## imm = 0x13D jne LBB69_28 LBB69_27: ## in Loop: Header=BB69_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB69_31 LBB69_28: ## in Loop: Header=BB69_1 Depth=1 cmpl $319, _tok(%rip) ## imm = 0x13F jne LBB69_30 ## %bb.29: ## in Loop: Header=BB69_1 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) LBB69_30: ## in Loop: Header=BB69_1 Depth=1 jmp LBB69_31 LBB69_31: ## in Loop: Header=BB69_1 Depth=1 jmp LBB69_32 LBB69_32: ## in Loop: Header=BB69_1 Depth=1 jmp LBB69_34 LBB69_33: ## in Loop: Header=BB69_1 Depth=1 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) LBB69_34: ## in Loop: Header=BB69_1 Depth=1 movl $0, -8(%rbp) jmp LBB69_1 LBB69_35: movq -24(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) addq $32, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L69_0_set_3, LBB69_3-LJTI69_0 .set L69_0_set_4, LBB69_4-LJTI69_0 .set L69_0_set_33, LBB69_33-LJTI69_0 .set L69_0_set_11, LBB69_11-LJTI69_0 .set L69_0_set_18, LBB69_18-LJTI69_0 .set L69_0_set_12, LBB69_12-LJTI69_0 .set L69_0_set_5, LBB69_5-LJTI69_0 LJTI69_0: .long L69_0_set_3 .long L69_0_set_4 .long L69_0_set_3 .long L69_0_set_3 .long L69_0_set_3 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_3 .long L69_0_set_33 .long L69_0_set_11 .long L69_0_set_18 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_11 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_12 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_33 .long L69_0_set_5 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function handle_eob _handle_eob: ## @handle_eob .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _file(%rip), %rdi callq _tcc_peekc_slow popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function handle_stray _handle_stray: ## @handle_stray .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp jmp LBB71_1 LBB71_1: ## =>This Inner Loop Header: Depth=1 cmpl $92, _ch(%rip) jne LBB71_12 ## %bb.2: ## in Loop: Header=BB71_1 Depth=1 callq _inp cmpl $10, _ch(%rip) jne LBB71_4 ## %bb.3: ## in Loop: Header=BB71_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) callq _inp jmp LBB71_11 LBB71_4: ## in Loop: Header=BB71_1 Depth=1 cmpl $13, _ch(%rip) jne LBB71_8 ## %bb.5: ## in Loop: Header=BB71_1 Depth=1 callq _inp cmpl $10, _ch(%rip) je LBB71_7 ## %bb.6: ## in Loop: Header=BB71_1 Depth=1 jmp LBB71_9 LBB71_7: ## in Loop: Header=BB71_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) callq _inp jmp LBB71_10 LBB71_8: ## in Loop: Header=BB71_1 Depth=1 jmp LBB71_9 LBB71_9: ## in Loop: Header=BB71_1 Depth=1 leaq L_.str.128(%rip), %rdi movb $0, %al callq _error LBB71_10: ## in Loop: Header=BB71_1 Depth=1 jmp LBB71_11 LBB71_11: ## in Loop: Header=BB71_1 Depth=1 jmp LBB71_1 LBB71_12: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_pp_string _parse_pp_string: ## @parse_pp_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 $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB72_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -28(%rbp) movl -28(%rbp), %eax cmpl -12(%rbp), %eax jne LBB72_3 ## %bb.2: jmp LBB72_47 LBB72_3: ## in Loop: Header=BB72_1 Depth=1 cmpl $92, -28(%rbp) jne LBB72_28 ## %bb.4: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -28(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $-1, -28(%rbp) jne LBB72_7 ## %bb.5: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_6 LBB72_6: ## in Loop: Header=BB72_1 Depth=1 movl -12(%rbp), %esi leaq L_.str.129(%rip), %rdi movb $0, %al callq _error jmp LBB72_27 LBB72_7: ## in Loop: Header=BB72_1 Depth=1 cmpl $92, -28(%rbp) jne LBB72_26 ## %bb.8: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -28(%rbp) cmpl $92, -28(%rbp) jne LBB72_10 ## %bb.9: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -28(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB72_10: ## in Loop: Header=BB72_1 Depth=1 cmpl $10, -28(%rbp) jne LBB72_12 ## %bb.11: ## in Loop: Header=BB72_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB72_25 LBB72_12: ## in Loop: Header=BB72_1 Depth=1 cmpl $13, -28(%rbp) jne LBB72_18 ## %bb.13: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -28(%rbp) cmpl $92, -28(%rbp) jne LBB72_15 ## %bb.14: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -28(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB72_15: ## in Loop: Header=BB72_1 Depth=1 cmpl $10, -28(%rbp) je LBB72_17 ## %bb.16: ## in Loop: Header=BB72_1 Depth=1 leaq L_.str.130(%rip), %rdi callq _expect LBB72_17: ## in Loop: Header=BB72_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB72_24 LBB72_18: ## in Loop: Header=BB72_1 Depth=1 cmpl $-1, -28(%rbp) jne LBB72_20 ## %bb.19: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_6 LBB72_20: ## in Loop: Header=BB72_1 Depth=1 cmpq $0, -24(%rbp) je LBB72_22 ## %bb.21: ## in Loop: Header=BB72_1 Depth=1 movq -24(%rbp), %rdi movl $92, %esi callq _cstr_ccat movq -24(%rbp), %rdi movl -28(%rbp), %esi callq _cstr_ccat LBB72_22: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) ## %bb.23: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_24 LBB72_24: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_25 LBB72_25: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_26 LBB72_26: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_27 LBB72_27: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_45 LBB72_28: ## in Loop: Header=BB72_1 Depth=1 cmpl $10, -28(%rbp) jne LBB72_30 ## %bb.29: ## in Loop: Header=BB72_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) jmp LBB72_40 LBB72_30: ## in Loop: Header=BB72_1 Depth=1 cmpl $13, -28(%rbp) jne LBB72_39 ## %bb.31: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -28(%rbp) cmpl $92, -28(%rbp) jne LBB72_33 ## %bb.32: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -28(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB72_33: ## in Loop: Header=BB72_1 Depth=1 cmpl $10, -28(%rbp) je LBB72_37 ## %bb.34: ## in Loop: Header=BB72_1 Depth=1 cmpq $0, -24(%rbp) je LBB72_36 ## %bb.35: ## in Loop: Header=BB72_1 Depth=1 movq -24(%rbp), %rdi movl $13, %esi callq _cstr_ccat LBB72_36: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_38 LBB72_37: ## in Loop: Header=BB72_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) jmp LBB72_40 LBB72_38: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_43 LBB72_39: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_40 LBB72_40: ## in Loop: Header=BB72_1 Depth=1 cmpq $0, -24(%rbp) je LBB72_42 ## %bb.41: ## in Loop: Header=BB72_1 Depth=1 movq -24(%rbp), %rdi movl -28(%rbp), %esi callq _cstr_ccat LBB72_42: ## in Loop: Header=BB72_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB72_43: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_44 LBB72_44: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_45 LBB72_45: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_46 LBB72_46: ## in Loop: Header=BB72_1 Depth=1 jmp LBB72_1 LBB72_47: movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function minp _minp: ## @minp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _inp cmpl $92, _ch(%rip) jne LBB73_2 ## %bb.1: callq _handle_stray LBB73_2: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_comment _parse_comment: ## @parse_comment .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB74_1: ## =>This Loop Header: Depth=1 ## Child Loop BB74_2 Depth 2 ## Child Loop BB74_15 Depth 2 ## Child Loop BB74_22 Depth 3 jmp LBB74_2 LBB74_2: ## Parent Loop BB74_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $10, -12(%rbp) je LBB74_5 ## %bb.3: ## in Loop: Header=BB74_2 Depth=2 cmpl $42, -12(%rbp) je LBB74_5 ## %bb.4: ## in Loop: Header=BB74_2 Depth=2 cmpl $92, -12(%rbp) jne LBB74_6 LBB74_5: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_11 LBB74_6: ## in Loop: Header=BB74_2 Depth=2 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $10, -12(%rbp) je LBB74_9 ## %bb.7: ## in Loop: Header=BB74_2 Depth=2 cmpl $42, -12(%rbp) je LBB74_9 ## %bb.8: ## in Loop: Header=BB74_2 Depth=2 cmpl $92, -12(%rbp) jne LBB74_10 LBB74_9: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_11 LBB74_10: ## in Loop: Header=BB74_2 Depth=2 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB74_2 LBB74_11: ## in Loop: Header=BB74_1 Depth=1 cmpl $10, -12(%rbp) jne LBB74_13 ## %bb.12: ## in Loop: Header=BB74_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB74_55 LBB74_13: ## in Loop: Header=BB74_1 Depth=1 cmpl $42, -12(%rbp) jne LBB74_48 ## %bb.14: ## in Loop: Header=BB74_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB74_15: ## Parent Loop BB74_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB74_22 Depth 3 movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $42, -12(%rbp) jne LBB74_17 ## %bb.16: ## in Loop: Header=BB74_15 Depth=2 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB74_45 LBB74_17: ## in Loop: Header=BB74_15 Depth=2 cmpl $47, -12(%rbp) jne LBB74_19 ## %bb.18: jmp LBB74_56 LBB74_19: ## in Loop: Header=BB74_15 Depth=2 cmpl $92, -12(%rbp) jne LBB74_42 ## %bb.20: ## in Loop: Header=BB74_15 Depth=2 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $92, -12(%rbp) jne LBB74_41 ## %bb.21: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_22 LBB74_22: ## Parent Loop BB74_1 Depth=1 ## Parent Loop BB74_15 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $92, -12(%rbp) jne LBB74_40 ## %bb.23: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB74_25 ## %bb.24: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB74_25: ## in Loop: Header=BB74_22 Depth=3 cmpl $10, -12(%rbp) jne LBB74_29 ## %bb.26: ## in Loop: Header=BB74_22 Depth=3 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB74_28 ## %bb.27: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB74_28: ## in Loop: Header=BB74_22 Depth=3 jmp LBB74_39 LBB74_29: ## in Loop: Header=BB74_22 Depth=3 cmpl $13, -12(%rbp) jne LBB74_37 ## %bb.30: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB74_32 ## %bb.31: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB74_32: ## in Loop: Header=BB74_22 Depth=3 cmpl $10, -12(%rbp) jne LBB74_36 ## %bb.33: ## in Loop: Header=BB74_22 Depth=3 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB74_35 ## %bb.34: ## in Loop: Header=BB74_22 Depth=3 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB74_35: ## in Loop: Header=BB74_22 Depth=3 jmp LBB74_36 LBB74_36: ## in Loop: Header=BB74_22 Depth=3 jmp LBB74_38 LBB74_37: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_47 LBB74_38: ## in Loop: Header=BB74_22 Depth=3 jmp LBB74_39 LBB74_39: ## in Loop: Header=BB74_22 Depth=3 jmp LBB74_22 LBB74_40: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_41 LBB74_41: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_43 LBB74_42: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_46 LBB74_43: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_44 LBB74_44: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_45 LBB74_45: ## in Loop: Header=BB74_15 Depth=2 jmp LBB74_15 LBB74_46: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_47 LBB74_47: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_54 LBB74_48: ## in Loop: Header=BB74_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $-1, -12(%rbp) jne LBB74_50 ## %bb.49: ## in Loop: Header=BB74_1 Depth=1 leaq L_.str.131(%rip), %rdi movb $0, %al callq _error jmp LBB74_53 LBB74_50: ## in Loop: Header=BB74_1 Depth=1 cmpl $92, -12(%rbp) jne LBB74_52 ## %bb.51: ## in Loop: Header=BB74_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB74_52: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_53 LBB74_53: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_54 LBB74_54: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_55 LBB74_55: ## in Loop: Header=BB74_1 Depth=1 jmp LBB74_1 LBB74_56: movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_line_comment _parse_line_comment: ## @parse_line_comment .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB75_1: ## =>This Loop Header: Depth=1 ## Child Loop BB75_2 Depth 2 movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) LBB75_2: ## Parent Loop BB75_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $10, -12(%rbp) je LBB75_4 ## %bb.3: ## in Loop: Header=BB75_2 Depth=2 cmpl $-1, -12(%rbp) jne LBB75_5 LBB75_4: jmp LBB75_28 LBB75_5: ## in Loop: Header=BB75_2 Depth=2 cmpl $92, -12(%rbp) jne LBB75_25 ## %bb.6: ## in Loop: Header=BB75_2 Depth=2 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $92, -12(%rbp) jne LBB75_23 ## %bb.7: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB75_9 ## %bb.8: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB75_9: ## in Loop: Header=BB75_1 Depth=1 cmpl $10, -12(%rbp) jne LBB75_13 ## %bb.10: ## in Loop: Header=BB75_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB75_12 ## %bb.11: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB75_12: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_22 LBB75_13: ## in Loop: Header=BB75_1 Depth=1 cmpl $13, -12(%rbp) jne LBB75_21 ## %bb.14: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB75_16 ## %bb.15: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB75_16: ## in Loop: Header=BB75_1 Depth=1 cmpl $10, -12(%rbp) jne LBB75_20 ## %bb.17: ## in Loop: Header=BB75_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) cmpl $92, -12(%rbp) jne LBB75_19 ## %bb.18: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB75_19: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_20 LBB75_20: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_21 LBB75_21: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_22 LBB75_22: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_24 LBB75_23: ## in Loop: Header=BB75_2 Depth=2 jmp LBB75_2 LBB75_24: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_26 LBB75_25: ## in Loop: Header=BB75_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) LBB75_26: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_27 LBB75_27: ## in Loop: Header=BB75_1 Depth=1 jmp LBB75_1 LBB75_28: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function next_nomacro _next_nomacro: ## @next_nomacro .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp cmpq $0, _macro_ptr(%rip) je LBB76_13 ## %bb.1: jmp LBB76_2 LBB76_2: ## =>This Inner Loop Header: Depth=1 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, _tok(%rip) cmpl $0, _tok(%rip) je LBB76_12 ## %bb.3: ## in Loop: Header=BB76_2 Depth=1 movq _macro_ptr(%rip), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, _macro_ptr(%rip) movl (%rax), %eax movl %eax, _tok(%rip) movl _tok(%rip), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -8(%rbp) ## 8-byte Spill subl $27, %eax ja LBB76_8 ## %bb.15: ## in Loop: Header=BB76_2 Depth=1 movq -8(%rbp), %rax ## 8-byte Reload leaq LJTI76_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB76_4: ## in Loop: Header=BB76_2 Depth=1 movq _macro_ptr(%rip), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, _macro_ptr(%rip) movl (%rax), %eax movl %eax, _tokc(%rip) jmp LBB76_9 LBB76_5: ## in Loop: Header=BB76_2 Depth=1 movq _macro_ptr(%rip), %rax movq %rax, _tokc(%rip) movq _macro_ptr(%rip), %rcx addq $32, %rcx movq _tokc(%rip), %rax movq %rcx, 8(%rax) movq _tokc(%rip), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq _macro_ptr(%rip), %rax movq %rax, _macro_ptr(%rip) jmp LBB76_9 LBB76_6: ## in Loop: Header=BB76_2 Depth=1 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, _tokc(%rip) movq _macro_ptr(%rip), %rax movl 4(%rax), %eax movl %eax, _tokc+4(%rip) movq _macro_ptr(%rip), %rax addq $8, %rax movq %rax, _macro_ptr(%rip) jmp LBB76_9 LBB76_7: ## in Loop: Header=BB76_2 Depth=1 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, _tokc(%rip) movq _macro_ptr(%rip), %rax movl 4(%rax), %eax movl %eax, _tokc+4(%rip) movq _macro_ptr(%rip), %rax movl 8(%rax), %eax movl %eax, _tokc+8(%rip) movq _macro_ptr(%rip), %rax addq $12, %rax movq %rax, _macro_ptr(%rip) jmp LBB76_9 LBB76_8: ## in Loop: Header=BB76_2 Depth=1 jmp LBB76_9 LBB76_9: ## in Loop: Header=BB76_2 Depth=1 cmpl $186, _tok(%rip) jne LBB76_11 ## %bb.10: ## in Loop: Header=BB76_2 Depth=1 movl _tokc(%rip), %ecx movq _file(%rip), %rax movl %ecx, 20(%rax) jmp LBB76_2 LBB76_11: jmp LBB76_12 LBB76_12: jmp LBB76_14 LBB76_13: callq _next_nomacro1 LBB76_14: addq $16, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L76_0_set_4, LBB76_4-LJTI76_0 .set L76_0_set_5, LBB76_5-LJTI76_0 .set L76_0_set_8, LBB76_8-LJTI76_0 .set L76_0_set_6, LBB76_6-LJTI76_0 .set L76_0_set_7, LBB76_7-LJTI76_0 LJTI76_0: .long L76_0_set_4 .long L76_0_set_4 .long L76_0_set_5 .long L76_0_set_8 .long L76_0_set_4 .long L76_0_set_5 .long L76_0_set_4 .long L76_0_set_4 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_6 .long L76_0_set_7 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_4 .long L76_0_set_6 .long L76_0_set_6 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_8 .long L76_0_set_5 .end_data_region ## -- End function .globl _save_parse_state ## -- Begin function save_parse_state .p2align 4, 0x90 _save_parse_state: ## @save_parse_state .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq _file(%rip), %rax movl 20(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) movq _macro_ptr(%rip), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movl _tok(%rip), %ecx movq -8(%rbp), %rax movl %ecx, 12(%rax) movq -8(%rbp), %rax movq _tokc(%rip), %rcx movq %rcx, 16(%rax) movq _tokc+8(%rip), %rcx movq %rcx, 24(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _restore_parse_state ## -- Begin function restore_parse_state .p2align 4, 0x90 _restore_parse_state: ## @restore_parse_state .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 8(%rax), %ecx movq _file(%rip), %rax movl %ecx, 20(%rax) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, _macro_ptr(%rip) movq -8(%rbp), %rax movl 12(%rax), %eax movl %eax, _tok(%rip) movq -8(%rbp), %rax movq 16(%rax), %rcx movq %rcx, _tokc(%rip) movq 24(%rax), %rax movq %rax, _tokc+8(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _bn_lshift ## -- Begin function bn_lshift .p2align 4, 0x90 _bn_lshift: ## @bn_lshift .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) LBB79_1: ## =>This Inner Loop Header: Depth=1 cmpl $2, -20(%rbp) jge LBB79_4 ## %bb.2: ## in Loop: Header=BB79_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movl -24(%rbp), %edx movl -12(%rbp), %ecx ## kill: def $cl killed $ecx shll %cl, %edx orl -16(%rbp), %edx movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -24(%rbp), %eax movl $32, %ecx subl -12(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %eax movl %eax, -16(%rbp) ## %bb.3: ## in Loop: Header=BB79_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB79_1 LBB79_4: popq %rbp retq .cfi_endproc ## -- End function .globl _bn_zero ## -- Begin function bn_zero .p2align 4, 0x90 _bn_zero: ## @bn_zero .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) LBB80_1: ## =>This Inner Loop Header: Depth=1 cmpl $2, -12(%rbp) jge LBB80_4 ## %bb.2: ## in Loop: Header=BB80_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movl $0, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB80_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB80_1 LBB80_4: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function parse_number LCPI81_0: .quad 0x41f0000000000000 ## double 4294967296 .section __TEXT,__text,regular,pure_instructions .globl _parse_number .p2align 4, 0x90 _parse_number: ## @parse_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 $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -24(%rbp) leaq _token_buf(%rip), %rax movq %rax, -64(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl -52(%rbp), %eax movl %eax, -32(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl -32(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movl $10, -28(%rbp) cmpl $46, -32(%rbp) jne LBB81_2 ## %bb.1: jmp LBB81_99 LBB81_2: cmpl $48, -32(%rbp) jne LBB81_12 ## %bb.3: cmpl $120, -52(%rbp) je LBB81_5 ## %bb.4: cmpl $88, -52(%rbp) jne LBB81_6 LBB81_5: movq -64(%rbp), %rax addq $-1, %rax movq %rax, -64(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $16, -28(%rbp) jmp LBB81_11 LBB81_6: cmpl $0, _tcc_ext(%rip) je LBB81_10 ## %bb.7: cmpl $98, -52(%rbp) je LBB81_9 ## %bb.8: cmpl $66, -52(%rbp) jne LBB81_10 LBB81_9: movq -64(%rbp), %rax addq $-1, %rax movq %rax, -64(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $2, -28(%rbp) LBB81_10: jmp LBB81_11 LBB81_11: jmp LBB81_12 LBB81_12: jmp LBB81_13 LBB81_13: jmp LBB81_14 LBB81_14: cmpl $97, -52(%rbp) jl LBB81_17 ## %bb.15: cmpl $102, -52(%rbp) jg LBB81_17 ## %bb.16: movl -52(%rbp), %eax subl $97, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_25 LBB81_17: cmpl $65, -52(%rbp) jl LBB81_20 ## %bb.18: cmpl $70, -52(%rbp) jg LBB81_20 ## %bb.19: movl -52(%rbp), %eax subl $65, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_24 LBB81_20: movl -52(%rbp), %edi callq _isnum cmpl $0, %eax je LBB81_22 ## %bb.21: movl -52(%rbp), %eax subl $48, %eax movl %eax, -32(%rbp) jmp LBB81_23 LBB81_22: jmp LBB81_31 LBB81_23: jmp LBB81_24 LBB81_24: jmp LBB81_25 LBB81_25: movl -32(%rbp), %eax cmpl -28(%rbp), %eax jl LBB81_27 ## %bb.26: jmp LBB81_31 LBB81_27: leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_30 ## %bb.28: jmp LBB81_29 LBB81_29: leaq L_.str.17(%rip), %rdi movb $0, %al callq _error LBB81_30: movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_14 LBB81_31: cmpl $46, -52(%rbp) je LBB81_39 ## %bb.32: cmpl $101, -52(%rbp) je LBB81_34 ## %bb.33: cmpl $69, -52(%rbp) jne LBB81_35 LBB81_34: cmpl $10, -28(%rbp) je LBB81_39 LBB81_35: cmpl $112, -52(%rbp) je LBB81_37 ## %bb.36: cmpl $80, -52(%rbp) jne LBB81_135 LBB81_37: cmpl $16, -28(%rbp) je LBB81_39 ## %bb.38: cmpl $2, -28(%rbp) jne LBB81_135 LBB81_39: cmpl $10, -28(%rbp) je LBB81_95 ## %bb.40: movq -64(%rbp), %rax movb $0, (%rax) cmpl $16, -28(%rbp) jne LBB81_42 ## %bb.41: movl $4, -36(%rbp) jmp LBB81_43 LBB81_42: movl $2, -36(%rbp) LBB81_43: leaq -16(%rbp), %rdi callq _bn_zero leaq _token_buf(%rip), %rax movq %rax, -64(%rbp) LBB81_44: ## =>This Inner Loop Header: Depth=1 movq -64(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -64(%rbp) movsbl (%rax), %eax movl %eax, -32(%rbp) cmpl $0, -32(%rbp) jne LBB81_46 ## %bb.45: jmp LBB81_54 LBB81_46: ## in Loop: Header=BB81_44 Depth=1 cmpl $97, -32(%rbp) jl LBB81_48 ## %bb.47: ## in Loop: Header=BB81_44 Depth=1 movl -32(%rbp), %eax subl $97, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_52 LBB81_48: ## in Loop: Header=BB81_44 Depth=1 cmpl $65, -32(%rbp) jl LBB81_50 ## %bb.49: ## in Loop: Header=BB81_44 Depth=1 movl -32(%rbp), %eax subl $65, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_51 LBB81_50: ## in Loop: Header=BB81_44 Depth=1 movl -32(%rbp), %eax subl $48, %eax movl %eax, -32(%rbp) LBB81_51: ## in Loop: Header=BB81_44 Depth=1 jmp LBB81_52 LBB81_52: ## in Loop: Header=BB81_44 Depth=1 jmp LBB81_53 LBB81_53: ## in Loop: Header=BB81_44 Depth=1 leaq -16(%rbp), %rdi movl -36(%rbp), %esi movl -32(%rbp), %edx callq _bn_lshift jmp LBB81_44 LBB81_54: movl $0, -40(%rbp) cmpl $46, -52(%rbp) jne LBB81_72 ## %bb.55: movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) LBB81_56: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax movl %eax, -32(%rbp) cmpl $97, -32(%rbp) jl LBB81_59 ## %bb.57: ## in Loop: Header=BB81_56 Depth=1 cmpl $102, -32(%rbp) jg LBB81_59 ## %bb.58: ## in Loop: Header=BB81_56 Depth=1 movl -32(%rbp), %eax subl $97, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_68 LBB81_59: ## in Loop: Header=BB81_56 Depth=1 cmpl $65, -32(%rbp) jl LBB81_62 ## %bb.60: ## in Loop: Header=BB81_56 Depth=1 cmpl $70, -32(%rbp) jg LBB81_62 ## %bb.61: ## in Loop: Header=BB81_56 Depth=1 movl -32(%rbp), %eax subl $65, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_67 LBB81_62: ## in Loop: Header=BB81_56 Depth=1 cmpl $48, -32(%rbp) jl LBB81_65 ## %bb.63: ## in Loop: Header=BB81_56 Depth=1 cmpl $57, -32(%rbp) jg LBB81_65 ## %bb.64: ## in Loop: Header=BB81_56 Depth=1 movl -32(%rbp), %eax subl $48, %eax movl %eax, -32(%rbp) jmp LBB81_66 LBB81_65: jmp LBB81_71 LBB81_66: ## in Loop: Header=BB81_56 Depth=1 jmp LBB81_67 LBB81_67: ## in Loop: Header=BB81_56 Depth=1 jmp LBB81_68 LBB81_68: ## in Loop: Header=BB81_56 Depth=1 movl -32(%rbp), %eax cmpl -28(%rbp), %eax jl LBB81_70 ## %bb.69: ## in Loop: Header=BB81_56 Depth=1 leaq L_.str.18(%rip), %rdi movb $0, %al callq _error LBB81_70: ## in Loop: Header=BB81_56 Depth=1 leaq -16(%rbp), %rdi movl -36(%rbp), %esi movl -32(%rbp), %edx callq _bn_lshift movl -36(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_56 LBB81_71: jmp LBB81_72 LBB81_72: cmpl $112, -52(%rbp) je LBB81_75 ## %bb.73: cmpl $80, -52(%rbp) je LBB81_75 ## %bb.74: leaq L_.str.19(%rip), %rdi callq _expect LBB81_75: movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $1, -44(%rbp) movl $0, -48(%rbp) cmpl $43, -52(%rbp) jne LBB81_77 ## %bb.76: movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_80 LBB81_77: cmpl $45, -52(%rbp) jne LBB81_79 ## %bb.78: movl $-1, -44(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) LBB81_79: jmp LBB81_80 LBB81_80: cmpl $48, -52(%rbp) jl LBB81_82 ## %bb.81: cmpl $57, -52(%rbp) jle LBB81_83 LBB81_82: leaq L_.str.20(%rip), %rdi callq _expect LBB81_83: jmp LBB81_84 LBB81_84: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -52(%rbp) movb %al, -97(%rbp) ## 1-byte Spill jl LBB81_86 ## %bb.85: ## in Loop: Header=BB81_84 Depth=1 cmpl $57, -52(%rbp) setle %al movb %al, -97(%rbp) ## 1-byte Spill LBB81_86: ## in Loop: Header=BB81_84 Depth=1 movb -97(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB81_87 jmp LBB81_88 LBB81_87: ## in Loop: Header=BB81_84 Depth=1 imull $10, -48(%rbp), %eax addl -52(%rbp), %eax subl $48, %eax movl %eax, -48(%rbp) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_84 LBB81_88: movl -48(%rbp), %eax movl -44(%rbp), %ecx imull %ecx, %eax movl %eax, -48(%rbp) movl -16(%rbp), %eax movl -12(%rbp), %ecx ## kill: def $rcx killed $ecx cvtsi2sd %rcx, %xmm0 ## kill: def $rax killed $eax cvtsi2sd %rax, %xmm1 movsd LCPI81_0(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -72(%rbp) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -48(%rbp), %edi subl -40(%rbp), %edi callq _ldexp movsd %xmm0, -72(%rbp) movl -52(%rbp), %edi callq _toup movl %eax, -32(%rbp) cmpl $70, -32(%rbp) jne LBB81_90 ## %bb.89: movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $185, _tok(%rip) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsd2ss %xmm0, %xmm0 movss %xmm0, _tokc(%rip) jmp LBB81_94 LBB81_90: cmpl $76, -32(%rbp) jne LBB81_92 ## %bb.91: movq -24(%rbp), %rax movq %rax, %rcx incq %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $193, _tok(%rip) fldl -72(%rbp) fstpt _tokc(%rip) jmp LBB81_93 LBB81_92: movl $192, _tok(%rip) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, _tokc(%rip) LBB81_93: jmp LBB81_94 LBB81_94: jmp LBB81_134 LBB81_95: cmpl $46, -52(%rbp) jne LBB81_107 ## %bb.96: leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_98 ## %bb.97: jmp LBB81_29 LBB81_98: movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) LBB81_99: jmp LBB81_100 LBB81_100: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -52(%rbp) movb %al, -98(%rbp) ## 1-byte Spill jl LBB81_102 ## %bb.101: ## in Loop: Header=BB81_100 Depth=1 cmpl $57, -52(%rbp) setle %al movb %al, -98(%rbp) ## 1-byte Spill LBB81_102: ## in Loop: Header=BB81_100 Depth=1 movb -98(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB81_103 jmp LBB81_106 LBB81_103: ## in Loop: Header=BB81_100 Depth=1 leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_105 ## %bb.104: jmp LBB81_29 LBB81_105: ## in Loop: Header=BB81_100 Depth=1 movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_100 LBB81_106: jmp LBB81_107 LBB81_107: cmpl $101, -52(%rbp) je LBB81_109 ## %bb.108: cmpl $69, -52(%rbp) jne LBB81_127 LBB81_109: leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_111 ## %bb.110: jmp LBB81_29 LBB81_111: movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) cmpl $45, -52(%rbp) je LBB81_113 ## %bb.112: cmpl $43, -52(%rbp) jne LBB81_116 LBB81_113: leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_115 ## %bb.114: jmp LBB81_29 LBB81_115: movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) LBB81_116: cmpl $48, -52(%rbp) jl LBB81_118 ## %bb.117: cmpl $57, -52(%rbp) jle LBB81_119 LBB81_118: leaq L_.str.20(%rip), %rdi callq _expect LBB81_119: jmp LBB81_120 LBB81_120: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -52(%rbp) movb %al, -99(%rbp) ## 1-byte Spill jl LBB81_122 ## %bb.121: ## in Loop: Header=BB81_120 Depth=1 cmpl $57, -52(%rbp) setle %al movb %al, -99(%rbp) ## 1-byte Spill LBB81_122: ## in Loop: Header=BB81_120 Depth=1 movb -99(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB81_123 jmp LBB81_126 LBB81_123: ## in Loop: Header=BB81_120 Depth=1 leaq _token_buf(%rip), %rax addq $1024, %rax ## imm = 0x400 cmpq %rax, -64(%rbp) jb LBB81_125 ## %bb.124: jmp LBB81_29 LBB81_125: ## in Loop: Header=BB81_120 Depth=1 movl -52(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -64(%rbp) movb %cl, (%rax) movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_120 LBB81_126: jmp LBB81_127 LBB81_127: movq -64(%rbp), %rax movb $0, (%rax) movl -52(%rbp), %edi callq _toup movl %eax, -32(%rbp) callq ___error movl $0, (%rax) cmpl $70, -32(%rbp) jne LBB81_129 ## %bb.128: movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $185, _tok(%rip) leaq _token_buf(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _strtof movss %xmm0, _tokc(%rip) jmp LBB81_133 LBB81_129: cmpl $76, -32(%rbp) jne LBB81_131 ## %bb.130: movq -24(%rbp), %rax movq %rax, %rcx incq %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) movl $193, _tok(%rip) leaq _token_buf(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _strtold fstpt _tokc(%rip) jmp LBB81_132 LBB81_131: movl $192, _tok(%rip) leaq _token_buf(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _strtod movsd %xmm0, _tokc(%rip) LBB81_132: jmp LBB81_133 LBB81_133: jmp LBB81_134 LBB81_134: jmp LBB81_191 LBB81_135: movq -64(%rbp), %rax movb $0, (%rax) leaq _token_buf(%rip), %rax movq %rax, -64(%rbp) cmpl $10, -28(%rbp) jne LBB81_138 ## %bb.136: movq -64(%rbp), %rax movsbl (%rax), %eax cmpl $48, %eax jne LBB81_138 ## %bb.137: movl $8, -28(%rbp) movq -64(%rbp), %rax addq $1, %rax movq %rax, -64(%rbp) LBB81_138: movq $0, -80(%rbp) LBB81_139: ## =>This Inner Loop Header: Depth=1 movq -64(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -64(%rbp) movsbl (%rax), %eax movl %eax, -32(%rbp) cmpl $0, -32(%rbp) jne LBB81_141 ## %bb.140: jmp LBB81_153 LBB81_141: ## in Loop: Header=BB81_139 Depth=1 cmpl $97, -32(%rbp) jl LBB81_143 ## %bb.142: ## in Loop: Header=BB81_139 Depth=1 movl -32(%rbp), %eax subl $97, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_149 LBB81_143: ## in Loop: Header=BB81_139 Depth=1 cmpl $65, -32(%rbp) jl LBB81_145 ## %bb.144: ## in Loop: Header=BB81_139 Depth=1 movl -32(%rbp), %eax subl $65, %eax addl $10, %eax movl %eax, -32(%rbp) jmp LBB81_148 LBB81_145: ## in Loop: Header=BB81_139 Depth=1 movl -32(%rbp), %eax subl $48, %eax movl %eax, -32(%rbp) movl -32(%rbp), %eax cmpl -28(%rbp), %eax jl LBB81_147 ## %bb.146: ## in Loop: Header=BB81_139 Depth=1 leaq L_.str.18(%rip), %rdi movb $0, %al callq _error LBB81_147: ## in Loop: Header=BB81_139 Depth=1 jmp LBB81_148 LBB81_148: ## in Loop: Header=BB81_139 Depth=1 jmp LBB81_149 LBB81_149: ## in Loop: Header=BB81_139 Depth=1 jmp LBB81_150 LBB81_150: ## in Loop: Header=BB81_139 Depth=1 movq -80(%rbp), %rax movq %rax, -88(%rbp) movq -80(%rbp), %rax movslq -28(%rbp), %rcx imulq %rcx, %rax movslq -32(%rbp), %rcx addq %rcx, %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax cmpq -88(%rbp), %rax jae LBB81_152 ## %bb.151: ## in Loop: Header=BB81_139 Depth=1 leaq L_.str.21(%rip), %rdi movb $0, %al callq _error LBB81_152: ## in Loop: Header=BB81_139 Depth=1 jmp LBB81_139 LBB81_153: movabsq $-4294967296, %rax ## imm = 0xFFFFFFFF00000000 andq -80(%rbp), %rax cmpq $0, %rax je LBB81_158 ## %bb.154: movq -80(%rbp), %rax shrq $63, %rax cmpq $0, %rax je LBB81_156 ## %bb.155: movl $202, _tok(%rip) jmp LBB81_157 LBB81_156: movl $201, _tok(%rip) LBB81_157: jmp LBB81_162 LBB81_158: cmpq $2147483647, -80(%rbp) ## imm = 0x7FFFFFFF jbe LBB81_160 ## %bb.159: movl $200, _tok(%rip) jmp LBB81_161 LBB81_160: movl $179, _tok(%rip) LBB81_161: jmp LBB81_162 LBB81_162: movl $0, -92(%rbp) movl $0, -96(%rbp) LBB81_163: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %edi callq _toup movl %eax, -32(%rbp) cmpl $76, -32(%rbp) jne LBB81_174 ## %bb.164: ## in Loop: Header=BB81_163 Depth=1 cmpl $2, -92(%rbp) jl LBB81_166 ## %bb.165: ## in Loop: Header=BB81_163 Depth=1 leaq L_.str.22(%rip), %rdi movb $0, %al callq _error LBB81_166: ## in Loop: Header=BB81_163 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) cmpl $2, -92(%rbp) jne LBB81_173 ## %bb.167: ## in Loop: Header=BB81_163 Depth=1 cmpl $179, _tok(%rip) jne LBB81_169 ## %bb.168: ## in Loop: Header=BB81_163 Depth=1 movl $201, _tok(%rip) jmp LBB81_172 LBB81_169: ## in Loop: Header=BB81_163 Depth=1 cmpl $200, _tok(%rip) jne LBB81_171 ## %bb.170: ## in Loop: Header=BB81_163 Depth=1 movl $202, _tok(%rip) LBB81_171: ## in Loop: Header=BB81_163 Depth=1 jmp LBB81_172 LBB81_172: ## in Loop: Header=BB81_163 Depth=1 jmp LBB81_173 LBB81_173: ## in Loop: Header=BB81_163 Depth=1 movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_185 LBB81_174: ## in Loop: Header=BB81_163 Depth=1 cmpl $85, -32(%rbp) jne LBB81_183 ## %bb.175: ## in Loop: Header=BB81_163 Depth=1 cmpl $1, -96(%rbp) jl LBB81_177 ## %bb.176: ## in Loop: Header=BB81_163 Depth=1 leaq L_.str.23(%rip), %rdi movb $0, %al callq _error LBB81_177: ## in Loop: Header=BB81_163 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) cmpl $179, _tok(%rip) jne LBB81_179 ## %bb.178: ## in Loop: Header=BB81_163 Depth=1 movl $200, _tok(%rip) jmp LBB81_182 LBB81_179: ## in Loop: Header=BB81_163 Depth=1 cmpl $201, _tok(%rip) jne LBB81_181 ## %bb.180: ## in Loop: Header=BB81_163 Depth=1 movl $202, _tok(%rip) LBB81_181: ## in Loop: Header=BB81_163 Depth=1 jmp LBB81_182 LBB81_182: ## in Loop: Header=BB81_163 Depth=1 movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -52(%rbp) jmp LBB81_184 LBB81_183: jmp LBB81_186 LBB81_184: ## in Loop: Header=BB81_163 Depth=1 jmp LBB81_185 LBB81_185: ## in Loop: Header=BB81_163 Depth=1 jmp LBB81_163 LBB81_186: cmpl $179, _tok(%rip) je LBB81_188 ## %bb.187: cmpl $200, _tok(%rip) jne LBB81_189 LBB81_188: movq -80(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, _tokc(%rip) jmp LBB81_190 LBB81_189: movq -80(%rbp), %rax movq %rax, _tokc(%rip) LBB81_190: jmp LBB81_191 LBB81_191: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB81_193 ## %bb.192: addq $112, %rsp popq %rbp retq LBB81_193: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function isnum _isnum: ## @isnum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill jl LBB82_2 ## %bb.1: cmpl $57, -4(%rbp) setle %al movb %al, -5(%rbp) ## 1-byte Spill LBB82_2: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function toup _toup: ## @toup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) cmpl $97, -8(%rbp) jl LBB83_3 ## %bb.1: cmpl $122, -8(%rbp) jg LBB83_3 ## %bb.2: movl -8(%rbp), %eax subl $97, %eax addl $65, %eax movl %eax, -4(%rbp) jmp LBB83_4 LBB83_3: movl -8(%rbp), %eax movl %eax, -4(%rbp) LBB83_4: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _swap ## -- Begin function swap .p2align 4, 0x90 _swap: ## @swap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl (%rax), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movl -20(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _vsetc ## -- Begin function vsetc .p2align 4, 0x90 _vsetc: ## @vsetc .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) leaq _vstack(%rip), %rax addq $16320, %rax ## imm = 0x3FC0 cmpq %rax, _vtop(%rip) jb LBB85_2 ## %bb.1: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB85_2: leaq _vstack(%rip), %rax cmpq %rax, _vtop(%rip) jb LBB85_7 ## %bb.3: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -28(%rbp) cmpl $243, -28(%rbp) je LBB85_5 ## %bb.4: movl -28(%rbp), %eax andl $-2, %eax cmpl $244, %eax jne LBB85_6 LBB85_5: movl $1, %edi callq _gv LBB85_6: jmp LBB85_7 LBB85_7: movq _vtop(%rip), %rax addq $64, %rax movq %rax, _vtop(%rip) movq _vtop(%rip), %rax movq -8(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) movl -12(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) movq _vtop(%rip), %rax movw $240, 18(%rax) movq _vtop(%rip), %rax movq -24(%rbp), %rcx movq (%rcx), %rdx movq %rdx, 32(%rax) movq 8(%rcx), %rcx movq %rcx, 40(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vseti ## -- Begin function vseti .p2align 4, 0x90 _vseti: ## @vseti .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 $0, -24(%rbp) movl -4(%rbp), %esi movl -8(%rbp), %edx leaq -24(%rbp), %rdi callq _vset addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vpushv ## -- Begin function vpushv .p2align 4, 0x90 _vpushv: ## @vpushv .cfi_startproc ## %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 _vstack(%rip), %rax addq $16320, %rax ## imm = 0x3FC0 cmpq %rax, _vtop(%rip) jb LBB87_2 ## %bb.1: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB87_2: movq _vtop(%rip), %rax addq $64, %rax movq %rax, _vtop(%rip) movq _vtop(%rip), %rdi movq -8(%rbp), %rsi movl $64, %edx callq _memcpy addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vdup ## -- Begin function vdup .p2align 4, 0x90 _vdup: ## @vdup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _vtop(%rip), %rdi callq _vpushv popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function lvalue_type _lvalue_type: ## @lvalue_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) movl $256, -16(%rbp) ## imm = 0x100 movl -8(%rbp), %eax andl $15, %eax movl %eax, -12(%rbp) cmpl $1, -12(%rbp) je LBB89_2 ## %bb.1: cmpl $11, -12(%rbp) jne LBB89_3 LBB89_2: movl -16(%rbp), %eax orl $4096, %eax ## imm = 0x1000 movl %eax, -16(%rbp) jmp LBB89_7 LBB89_3: cmpl $2, -12(%rbp) jne LBB89_5 ## %bb.4: movl -16(%rbp), %eax orl $8192, %eax ## imm = 0x2000 movl %eax, -16(%rbp) jmp LBB89_6 LBB89_5: movl -16(%rbp), %eax movl %eax, -4(%rbp) jmp LBB89_10 LBB89_6: jmp LBB89_7 LBB89_7: movl -8(%rbp), %eax andl $16, %eax cmpl $0, %eax je LBB89_9 ## %bb.8: movl -16(%rbp), %eax orl $16384, %eax ## imm = 0x4000 movl %eax, -16(%rbp) LBB89_9: movl -16(%rbp), %eax movl %eax, -4(%rbp) LBB89_10: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _get_reg_ex ## -- Begin function get_reg_ex .p2align 4, 0x90 _get_reg_ex: ## @get_reg_ex .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, -16(%rbp) LBB90_1: ## =>This Loop Header: Depth=1 ## Child Loop BB90_4 Depth 2 cmpl $4, -16(%rbp) jge LBB90_15 ## %bb.2: ## in Loop: Header=BB90_1 Depth=1 movslq -16(%rbp), %rcx leaq _reg_classes(%rip), %rax movl (%rax,%rcx,4), %eax andl -12(%rbp), %eax cmpl $0, %eax je LBB90_13 ## %bb.3: ## in Loop: Header=BB90_1 Depth=1 movl $0, -28(%rbp) leaq _vstack(%rip), %rax movq %rax, -24(%rbp) LBB90_4: ## Parent Loop BB90_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax cmpq _vtop(%rip), %rax ja LBB90_10 ## %bb.5: ## in Loop: Header=BB90_4 Depth=2 movq -24(%rbp), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl -16(%rbp), %eax je LBB90_7 ## %bb.6: ## in Loop: Header=BB90_4 Depth=2 movq -24(%rbp), %rax movzwl 18(%rax), %eax andl $255, %eax cmpl -16(%rbp), %eax jne LBB90_8 LBB90_7: ## in Loop: Header=BB90_4 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB90_8: ## in Loop: Header=BB90_4 Depth=2 jmp LBB90_9 LBB90_9: ## in Loop: Header=BB90_4 Depth=2 movq -24(%rbp), %rax addq $64, %rax movq %rax, -24(%rbp) jmp LBB90_4 LBB90_10: ## in Loop: Header=BB90_1 Depth=1 cmpl $1, -28(%rbp) jg LBB90_12 ## %bb.11: movl -16(%rbp), %eax movl %eax, -4(%rbp) jmp LBB90_16 LBB90_12: ## in Loop: Header=BB90_1 Depth=1 jmp LBB90_13 LBB90_13: ## in Loop: Header=BB90_1 Depth=1 jmp LBB90_14 LBB90_14: ## in Loop: Header=BB90_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB90_1 LBB90_15: movl -8(%rbp), %edi callq _get_reg movl %eax, -4(%rbp) LBB90_16: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _move_reg ## -- Begin function move_reg .p2align 4, 0x90 _move_reg: ## @move_reg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movl %esi, -88(%rbp) movl -84(%rbp), %eax cmpl -88(%rbp), %eax je LBB91_2 ## %bb.1: movl -84(%rbp), %edi callq _save_reg movl $0, -80(%rbp) movl -88(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -64(%rbp) movl $0, -48(%rbp) movl -84(%rbp), %edi leaq -80(%rbp), %rsi callq _load LBB91_2: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB91_4 ## %bb.3: addq $96, %rsp popq %rbp retq LBB91_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gaddrof ## -- Begin function gaddrof .p2align 4, 0x90 _gaddrof: ## @gaddrof .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _vtop(%rip), %rax movzwl 16(%rax), %ecx andl $-257, %ecx ## imm = 0xFEFF ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB92_2 ## %bb.1: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $-28928, %eax ## imm = 0x8F00 orl $242, %eax orl $256, %eax ## imm = 0x100 movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) LBB92_2: popq %rbp retq .cfi_endproc ## -- End function .globl _gbound ## -- Begin function gbound .p2align 4, 0x90 _gbound: ## @gbound .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 _vtop(%rip), %rax movzwl 16(%rax), %ecx andl $-2049, %ecx ## imm = 0xF7FF ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB93_4 ## %bb.1: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $32768, %eax ## imm = 0x8000 cmpl $0, %eax jne LBB93_3 ## %bb.2: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $28928, %eax ## imm = 0x7100 movl %eax, -4(%rbp) movq _vtop(%rip), %rax movq (%rax), %rcx movq %rcx, -24(%rbp) movq 8(%rax), %rax movq %rax, -16(%rbp) movq _vtop(%rip), %rax movl $0, (%rax) callq _gaddrof xorl %edi, %edi callq _vpushi callq _gen_bounded_ptr_add movl -4(%rbp), %edx movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) movq _vtop(%rip), %rax movq -24(%rbp), %rcx movq %rcx, (%rax) movq -16(%rbp), %rcx movq %rcx, 8(%rax) LBB93_3: callq _gen_bounded_ptr_deref LBB93_4: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vpop ## -- Begin function vpop .p2align 4, 0x90 _vpop: ## @vpop .cfi_startproc ## %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 _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax movl %eax, -4(%rbp) cmpl $3, -4(%rbp) jne LBB94_3 ## %bb.1: cmpl $0, _nocode_wanted(%rip) jne LBB94_3 ## %bb.2: movl $55773, %edi ## imm = 0xD9DD callq _o jmp LBB94_7 LBB94_3: cmpl $244, -4(%rbp) je LBB94_5 ## %bb.4: cmpl $245, -4(%rbp) jne LBB94_6 LBB94_5: movq _vtop(%rip), %rax movl 32(%rax), %edi callq _gsym LBB94_6: jmp LBB94_7 LBB94_7: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _lexpand ## -- Begin function lexpand .p2align 4, 0x90 _lexpand: ## @lexpand .cfi_startproc ## %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 _vtop(%rip), %rax movl (%rax), %eax andl $16, %eax movl %eax, -4(%rbp) movl $1, %edi callq _gv callq _vdup movq _vtop(%rip), %rax movw -46(%rax), %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) movq _vtop(%rip), %rax movw $240, 18(%rax) movq _vtop(%rip), %rax movw $240, -46(%rax) movl -4(%rbp), %ecx orl $0, %ecx movq _vtop(%rip), %rax movl %ecx, (%rax) movl -4(%rbp), %ecx orl $0, %ecx movq _vtop(%rip), %rax movl %ecx, -64(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _lbuild ## -- Begin function lbuild .p2align 4, 0x90 _lbuild: ## @lbuild .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl $1, %esi movl %esi, %edi callq _gv2 movq _vtop(%rip), %rax movw 16(%rax), %cx movq _vtop(%rip), %rax movw %cx, -46(%rax) movl -4(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, -64(%rax) callq _vpop addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _vrotb ## -- Begin function vrotb .p2align 4, 0x90 _vrotb: ## @vrotb .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movq _vtop(%rip), %rsi xorl %eax, %eax subl -84(%rbp), %eax addl $1, %eax cltq shlq $6, %rax addq %rax, %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy xorl %eax, %eax subl -84(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) LBB97_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -88(%rbp) je LBB97_4 ## %bb.2: ## in Loop: Header=BB97_1 Depth=1 movq _vtop(%rip), %rdi movslq -88(%rbp), %rax shlq $6, %rax addq %rax, %rdi movq _vtop(%rip), %rsi movl -88(%rbp), %eax addl $1, %eax cltq shlq $6, %rax addq %rax, %rsi movl $64, %edx callq _memcpy ## %bb.3: ## in Loop: Header=BB97_1 Depth=1 movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB97_1 LBB97_4: movq _vtop(%rip), %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB97_6 ## %bb.5: addq $96, %rsp popq %rbp retq LBB97_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _vrott ## -- Begin function vrott .p2align 4, 0x90 _vrott: ## @vrott .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movq _vtop(%rip), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movl $0, -88(%rbp) LBB98_1: ## =>This Inner Loop Header: Depth=1 movl -88(%rbp), %eax movl -84(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB98_4 ## %bb.2: ## in Loop: Header=BB98_1 Depth=1 movq _vtop(%rip), %rdi xorl %eax, %eax subl -88(%rbp), %eax cltq shlq $6, %rax addq %rax, %rdi movq _vtop(%rip), %rsi xorl %eax, %eax subl -88(%rbp), %eax subl $1, %eax cltq shlq $6, %rax addq %rax, %rsi movl $64, %edx callq _memcpy ## %bb.3: ## in Loop: Header=BB98_1 Depth=1 movl -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB98_1 LBB98_4: movq _vtop(%rip), %rdi xorl %eax, %eax subl -84(%rbp), %eax addl $1, %eax cltq shlq $6, %rax addq %rax, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB98_6 ## %bb.5: addq $96, %rsp popq %rbp retq LBB98_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gv_dup ## -- Begin function gv_dup .p2align 4, 0x90 _gv_dup: ## @gv_dup .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 _vtop(%rip), %rax movl (%rax), %eax movl %eax, -88(%rbp) movl -88(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB99_2 ## %bb.1: callq _lexpand callq _gv_dup callq _vswap movl $3, %edi callq _vrotb callq _gv_dup movl $4, %edi callq _vrotb movl -88(%rbp), %edi callq _lbuild movl $3, %edi callq _vrotb movl $3, %edi callq _vrotb callq _vswap movl -88(%rbp), %edi callq _lbuild callq _vswap jmp LBB99_5 LBB99_2: movl $1, -84(%rbp) movl $0, -80(%rbp) movl -88(%rbp), %edi callq _is_float cmpl $0, %eax je LBB99_4 ## %bb.3: movl $2, -84(%rbp) movl -88(%rbp), %eax movl %eax, -80(%rbp) LBB99_4: movl -84(%rbp), %edi callq _gv movl %eax, -92(%rbp) movl -84(%rbp), %edi callq _get_reg movl %eax, -96(%rbp) movl -92(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -64(%rbp) movl $0, -48(%rbp) movl -96(%rbp), %edi leaq -80(%rbp), %rsi callq _load callq _vdup movl -96(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) LBB99_5: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB99_7 ## %bb.6: addq $96, %rsp popq %rbp retq LBB99_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _gen_opl ## -- Begin function gen_opl .p2align 4, 0x90 _gen_opl: ## @gen_opl .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -84(%rbp) movl -84(%rbp), %eax movl %eax, -116(%rbp) ## 4-byte Spill decl %eax subl $2, %eax jb LBB100_21 jmp LBB100_80 LBB100_80: movl -116(%rbp), %eax ## 4-byte Reload subl $37, %eax je LBB100_3 jmp LBB100_81 LBB100_81: movl -116(%rbp), %eax ## 4-byte Reload subl $38, %eax je LBB100_6 jmp LBB100_82 LBB100_82: movl -116(%rbp), %eax ## 4-byte Reload addl $-42, %eax subl $2, %eax jb LBB100_6 jmp LBB100_83 LBB100_83: movl -116(%rbp), %eax ## 4-byte Reload subl $45, %eax je LBB100_6 jmp LBB100_84 LBB100_84: movl -116(%rbp), %eax ## 4-byte Reload subl $47, %eax je LBB100_1 jmp LBB100_85 LBB100_85: movl -116(%rbp), %eax ## 4-byte Reload subl $94, %eax je LBB100_6 jmp LBB100_86 LBB100_86: movl -116(%rbp), %eax ## 4-byte Reload subl $124, %eax je LBB100_6 jmp LBB100_87 LBB100_87: movl -116(%rbp), %eax ## 4-byte Reload subl $176, %eax je LBB100_2 jmp LBB100_88 LBB100_88: movl -116(%rbp), %eax ## 4-byte Reload subl $177, %eax je LBB100_4 jmp LBB100_89 LBB100_89: movl -116(%rbp), %eax ## 4-byte Reload subl $178, %eax je LBB100_1 jmp LBB100_90 LBB100_90: movl -116(%rbp), %eax ## 4-byte Reload subl $205, %eax je LBB100_21 jmp LBB100_47 LBB100_1: movl $358, -112(%rbp) ## imm = 0x166 jmp LBB100_5 LBB100_2: movl $360, -112(%rbp) ## imm = 0x168 jmp LBB100_5 LBB100_3: movl $359, -112(%rbp) ## imm = 0x167 jmp LBB100_5 LBB100_4: movl $361, -112(%rbp) ## imm = 0x169 LBB100_5: movl -112(%rbp), %esi leaq _func_old_type(%rip), %rdi callq _vpush_global_sym movl $3, %edi callq _vrott movl $2, %edi callq _gfunc_call xorl %edi, %edi callq _vpushi movq _vtop(%rip), %rax movw $0, 16(%rax) movq _vtop(%rip), %rax movw $2, 18(%rax) jmp LBB100_77 LBB100_6: movq _vtop(%rip), %rax movl (%rax), %eax movl %eax, -88(%rbp) callq _vswap callq _lexpand movl $3, %edi callq _vrotb callq _lexpand movq _vtop(%rip), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi movq _vtop(%rip), %rsi addq $-192, %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-192, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rsi addq $-128, %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-128, %rdi movq _vtop(%rip), %rsi addq $-192, %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-192, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy callq _vswap cmpl $42, -84(%rbp) jne LBB100_12 ## %bb.7: movq _vtop(%rip), %rdi addq $-64, %rdi callq _vpushv movq _vtop(%rip), %rdi addq $-64, %rdi callq _vpushv movl $194, %edi callq _gen_op callq _lexpand movl $0, -108(%rbp) LBB100_8: ## =>This Inner Loop Header: Depth=1 cmpl $4, -108(%rbp) jge LBB100_11 ## %bb.9: ## in Loop: Header=BB100_8 Depth=1 movl $6, %edi callq _vrotb ## %bb.10: ## in Loop: Header=BB100_8 Depth=1 movl -108(%rbp), %eax addl $1, %eax movl %eax, -108(%rbp) jmp LBB100_8 LBB100_11: movq _vtop(%rip), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi movq _vtop(%rip), %rsi addq $-128, %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-128, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movl $42, %edi callq _gen_op movl $3, %edi callq _vrotb movl $3, %edi callq _vrotb movl $42, %edi callq _gen_op movl $43, %edi callq _gen_op movl $43, %edi callq _gen_op jmp LBB100_20 LBB100_12: cmpl $43, -84(%rbp) je LBB100_14 ## %bb.13: cmpl $45, -84(%rbp) jne LBB100_18 LBB100_14: cmpl $43, -84(%rbp) jne LBB100_16 ## %bb.15: movl $195, -100(%rbp) jmp LBB100_17 LBB100_16: movl $197, -100(%rbp) LBB100_17: movl -100(%rbp), %edi callq _gen_op movl $3, %edi callq _vrotb movl $3, %edi callq _vrotb movl -100(%rbp), %edi addl $1, %edi callq _gen_op jmp LBB100_19 LBB100_18: movl -84(%rbp), %edi callq _gen_op movl $3, %edi callq _vrotb movl $3, %edi callq _vrotb movl -84(%rbp), %edi callq _gen_op LBB100_19: jmp LBB100_20 LBB100_20: movl -88(%rbp), %edi callq _lbuild jmp LBB100_77 LBB100_21: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax jne LBB100_41 ## %bb.22: movq _vtop(%rip), %rax movl -64(%rax), %eax movl %eax, -88(%rbp) callq _vswap callq _lexpand movl $3, %edi callq _vrotb movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -104(%rbp) callq _vpop cmpl $1, -84(%rbp) je LBB100_24 ## %bb.23: callq _vswap LBB100_24: cmpl $32, -104(%rbp) jl LBB100_31 ## %bb.25: callq _vpop cmpl $32, -104(%rbp) jle LBB100_27 ## %bb.26: movl -104(%rbp), %edi subl $32, %edi callq _vpushi movl -84(%rbp), %edi callq _gen_op LBB100_27: cmpl $2, -84(%rbp) je LBB100_29 ## %bb.28: xorl %edi, %edi callq _vpushi jmp LBB100_30 LBB100_29: callq _gv_dup movl $31, %edi callq _vpushi movl $2, %edi callq _gen_op LBB100_30: callq _vswap jmp LBB100_38 LBB100_31: callq _vswap callq _gv_dup movl -104(%rbp), %edi callq _vpushi movl -84(%rbp), %edi callq _gen_op callq _vswap movl $32, %edi subl -104(%rbp), %edi callq _vpushi cmpl $1, -84(%rbp) jne LBB100_33 ## %bb.32: movl $205, %edi callq _gen_op jmp LBB100_34 LBB100_33: movl $1, %edi callq _gen_op LBB100_34: movl $3, %edi callq _vrotb movl -104(%rbp), %edi callq _vpushi cmpl $1, -84(%rbp) jne LBB100_36 ## %bb.35: movl $1, %edi callq _gen_op jmp LBB100_37 LBB100_36: movl $205, %edi callq _gen_op LBB100_37: movl $124, %edi callq _gen_op LBB100_38: cmpl $1, -84(%rbp) je LBB100_40 ## %bb.39: callq _vswap LBB100_40: movl -88(%rbp), %edi callq _lbuild jmp LBB100_46 LBB100_41: movl -84(%rbp), %eax movl %eax, -120(%rbp) ## 4-byte Spill subl $1, %eax je LBB100_44 jmp LBB100_91 LBB100_91: movl -120(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB100_42 jmp LBB100_92 LBB100_92: movl -120(%rbp), %eax ## 4-byte Reload subl $205, %eax je LBB100_43 jmp LBB100_45 LBB100_42: movl $362, -112(%rbp) ## imm = 0x16A jmp LBB100_5 LBB100_43: movl $363, -112(%rbp) ## imm = 0x16B jmp LBB100_5 LBB100_44: movl $364, -112(%rbp) ## imm = 0x16C jmp LBB100_5 LBB100_45: jmp LBB100_46 LBB100_46: jmp LBB100_77 LBB100_47: movq _vtop(%rip), %rax movl (%rax), %eax movl %eax, -88(%rbp) callq _vswap callq _lexpand movl $3, %edi callq _vrotb callq _lexpand movq _vtop(%rip), %rsi addq $-64, %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-64, %rdi movq _vtop(%rip), %rsi addq $-128, %rsi movl $64, %edx callq _memcpy movq _vtop(%rip), %rdi addq $-128, %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy movl -84(%rbp), %eax movl %eax, -100(%rbp) cmpl $156, -100(%rbp) jne LBB100_49 ## %bb.48: movl $158, -100(%rbp) jmp LBB100_58 LBB100_49: cmpl $159, -100(%rbp) jne LBB100_51 ## %bb.50: movl $157, -100(%rbp) jmp LBB100_57 LBB100_51: cmpl $146, -100(%rbp) jne LBB100_53 ## %bb.52: movl $150, -100(%rbp) jmp LBB100_56 LBB100_53: cmpl $151, -100(%rbp) jne LBB100_55 ## %bb.54: movl $147, -100(%rbp) LBB100_55: jmp LBB100_56 LBB100_56: jmp LBB100_57 LBB100_57: jmp LBB100_58 LBB100_58: movl $0, -92(%rbp) movl $0, -96(%rbp) movl -100(%rbp), %edi callq _gen_op cmpl $149, -100(%rbp) je LBB100_60 ## %bb.59: movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -92(%rbp) LBB100_60: cmpl $148, -84(%rbp) je LBB100_65 ## %bb.61: cmpl $0, -92(%rbp) jne LBB100_63 ## %bb.62: xorl %esi, %esi movl %esi, %edi callq _gtst movl %eax, -96(%rbp) jmp LBB100_64 LBB100_63: movl $34063, %edi ## imm = 0x850F xorl %esi, %esi callq _oad movl %eax, -96(%rbp) LBB100_64: jmp LBB100_65 LBB100_65: movl -84(%rbp), %eax movl %eax, -100(%rbp) cmpl $156, -100(%rbp) jne LBB100_67 ## %bb.66: movl $146, -100(%rbp) jmp LBB100_76 LBB100_67: cmpl $158, -100(%rbp) jne LBB100_69 ## %bb.68: movl $150, -100(%rbp) jmp LBB100_75 LBB100_69: cmpl $159, -100(%rbp) jne LBB100_71 ## %bb.70: movl $151, -100(%rbp) jmp LBB100_74 LBB100_71: cmpl $157, -100(%rbp) jne LBB100_73 ## %bb.72: movl $147, -100(%rbp) LBB100_73: jmp LBB100_74 LBB100_74: jmp LBB100_75 LBB100_75: jmp LBB100_76 LBB100_76: movl -100(%rbp), %edi callq _gen_op movl -92(%rbp), %esi movl $1, %edi callq _gtst movl %eax, -92(%rbp) movl -96(%rbp), %edi callq _gsym movl -92(%rbp), %esi movl $245, %edi callq _vseti LBB100_77: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB100_79 ## %bb.78: addq $128, %rsp popq %rbp retq LBB100_79: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function vpush_global_sym _vpush_global_sym: ## @vpush_global_sym .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl -12(%rbp), %edi movq -8(%rbp), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -24(%rbp) movl $0, -48(%rbp) movq -8(%rbp), %rdi movl $752, %esi ## imm = 0x2F0 leaq -48(%rbp), %rdx callq _vsetc movq -24(%rbp), %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_opic ## -- Begin function gen_opic .p2align 4, 0x90 _gen_opic: ## @gen_opic .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl %edi, -4(%rbp) movq _vtop(%rip), %rax addq $-64, %rax movq %rax, -32(%rbp) movq _vtop(%rip), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -12(%rbp) movq -40(%rbp), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -16(%rbp) cmpl $0, -12(%rbp) je LBB102_40 ## %bb.1: cmpl $0, -16(%rbp) je LBB102_40 ## %bb.2: movq -40(%rbp), %rax movl 32(%rax), %eax movl %eax, -8(%rbp) movl -4(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -48(%rbp) ## 8-byte Spill subl $204, %eax ja LBB102_38 ## %bb.97: movq -48(%rbp), %rax ## 8-byte Reload leaq LJTI102_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB102_3: movl -8(%rbp), %ecx movq -32(%rbp), %rax addl 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_4: movl -8(%rbp), %edx movq -32(%rbp), %rax movl 32(%rax), %ecx subl %edx, %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_5: movl -8(%rbp), %ecx movq -32(%rbp), %rax andl 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_6: movl -8(%rbp), %ecx movq -32(%rbp), %rax xorl 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_7: movl -8(%rbp), %ecx movq -32(%rbp), %rax orl 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_8: movl -8(%rbp), %ecx movq -32(%rbp), %rax imull 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_9: cmpl $0, -8(%rbp) jne LBB102_13 ## %bb.10: cmpl $0, _const_wanted(%rip) je LBB102_12 ## %bb.11: leaq L_.str.25(%rip), %rdi movb $0, %al callq _error LBB102_12: jmp LBB102_89 LBB102_13: movl -4(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill subl $37, %eax je LBB102_15 jmp LBB102_98 LBB102_98: movl -52(%rbp), %eax ## 4-byte Reload subl $176, %eax je LBB102_16 jmp LBB102_99 LBB102_99: movl -52(%rbp), %eax ## 4-byte Reload subl $177, %eax je LBB102_17 jmp LBB102_14 LBB102_14: movl -8(%rbp), %ecx movq -32(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill movl 32(%rax), %eax cltd idivl %ecx movl %eax, %ecx movq -64(%rbp), %rax ## 8-byte Reload movl %ecx, 32(%rax) jmp LBB102_18 LBB102_15: movl -8(%rbp), %ecx movq -32(%rbp), %rax movq %rax, -72(%rbp) ## 8-byte Spill movl 32(%rax), %eax cltd idivl %ecx movq -72(%rbp), %rax ## 8-byte Reload movl %edx, 32(%rax) jmp LBB102_18 LBB102_16: movq -32(%rbp), %rax movl 32(%rax), %eax xorl %edx, %edx divl -8(%rbp) movl %eax, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_18 LBB102_17: movq -32(%rbp), %rax movl 32(%rax), %eax xorl %edx, %edx divl -8(%rbp) movq -32(%rbp), %rax movl %edx, 32(%rax) LBB102_18: jmp LBB102_39 LBB102_19: movl -8(%rbp), %ecx movq -32(%rbp), %rax movl 32(%rax), %edx ## kill: def $cl killed $ecx shll %cl, %edx movl %edx, %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_20: movq -32(%rbp), %rax movl 32(%rax), %eax movl -8(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %eax movl %eax, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_21: movl -8(%rbp), %ecx movq -32(%rbp), %rax movl 32(%rax), %edx ## kill: def $cl killed $ecx sarl %cl, %edx movl %edx, %ecx movl %ecx, 32(%rax) jmp LBB102_39 LBB102_22: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setb %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_23: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setae %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_24: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax sete %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_25: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setne %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_26: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setbe %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_27: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax seta %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_28: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setl %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_29: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setge %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_30: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setle %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_31: movq -32(%rbp), %rax movl 32(%rax), %eax cmpl -8(%rbp), %eax setg %al andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_32: movq -32(%rbp), %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, 32(%rcx) movb %al, -73(%rbp) ## 1-byte Spill je LBB102_34 ## %bb.33: cmpl $0, -8(%rbp) setne %al movb %al, -73(%rbp) ## 1-byte Spill LBB102_34: movb -73(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_35: movq -32(%rbp), %rcx movb $1, %al cmpl $0, 32(%rcx) movb %al, -74(%rbp) ## 1-byte Spill jne LBB102_37 ## %bb.36: cmpl $0, -8(%rbp) setne %al movb %al, -74(%rbp) ## 1-byte Spill LBB102_37: movb -74(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %ecx movq -32(%rbp), %rax movl %ecx, 32(%rax) jmp LBB102_39 LBB102_38: jmp LBB102_89 LBB102_39: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) jmp LBB102_96 LBB102_40: cmpl $0, -12(%rbp) je LBB102_47 ## %bb.41: cmpl $43, -4(%rbp) je LBB102_46 ## %bb.42: cmpl $38, -4(%rbp) je LBB102_46 ## %bb.43: cmpl $94, -4(%rbp) je LBB102_46 ## %bb.44: cmpl $124, -4(%rbp) je LBB102_46 ## %bb.45: cmpl $42, -4(%rbp) jne LBB102_47 LBB102_46: callq _vswap leaq -12(%rbp), %rdi leaq -16(%rbp), %rsi callq _swap LBB102_47: movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -8(%rbp) cmpl $0, -16(%rbp) je LBB102_64 ## %bb.48: cmpl $42, -4(%rbp) je LBB102_52 ## %bb.49: cmpl $47, -4(%rbp) je LBB102_52 ## %bb.50: cmpl $176, -4(%rbp) je LBB102_52 ## %bb.51: cmpl $178, -4(%rbp) jne LBB102_53 LBB102_52: cmpl $1, -8(%rbp) je LBB102_63 LBB102_53: cmpl $43, -4(%rbp) je LBB102_60 ## %bb.54: cmpl $45, -4(%rbp) je LBB102_60 ## %bb.55: cmpl $124, -4(%rbp) je LBB102_60 ## %bb.56: cmpl $94, -4(%rbp) je LBB102_60 ## %bb.57: cmpl $1, -4(%rbp) je LBB102_60 ## %bb.58: cmpl $205, -4(%rbp) je LBB102_60 ## %bb.59: cmpl $2, -4(%rbp) jne LBB102_61 LBB102_60: cmpl $0, -8(%rbp) je LBB102_63 LBB102_61: cmpl $38, -4(%rbp) jne LBB102_64 ## %bb.62: cmpl $-1, -8(%rbp) jne LBB102_64 LBB102_63: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) jmp LBB102_95 LBB102_64: cmpl $0, -16(%rbp) je LBB102_81 ## %bb.65: cmpl $42, -4(%rbp) je LBB102_68 ## %bb.66: cmpl $178, -4(%rbp) je LBB102_68 ## %bb.67: cmpl $176, -4(%rbp) jne LBB102_81 LBB102_68: cmpl $0, -8(%rbp) jle LBB102_80 ## %bb.69: movl -8(%rbp), %eax movl -8(%rbp), %ecx subl $1, %ecx andl %ecx, %eax cmpl $0, %eax jne LBB102_80 ## %bb.70: movl $-1, -20(%rbp) LBB102_71: ## =>This Inner Loop Header: Depth=1 cmpl $0, -8(%rbp) je LBB102_73 ## %bb.72: ## in Loop: Header=BB102_71 Depth=1 movl -8(%rbp), %eax sarl $1, %eax movl %eax, -8(%rbp) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB102_71 LBB102_73: movl -20(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) cmpl $42, -4(%rbp) jne LBB102_75 ## %bb.74: movl $1, -4(%rbp) jmp LBB102_79 LBB102_75: cmpl $178, -4(%rbp) jne LBB102_77 ## %bb.76: movl $2, -4(%rbp) jmp LBB102_78 LBB102_77: movl $205, -4(%rbp) LBB102_78: jmp LBB102_79 LBB102_79: jmp LBB102_80 LBB102_80: jmp LBB102_89 LBB102_81: cmpl $0, -16(%rbp) je LBB102_88 ## %bb.82: cmpl $43, -4(%rbp) je LBB102_84 ## %bb.83: cmpl $45, -4(%rbp) jne LBB102_88 LBB102_84: movq _vtop(%rip), %rax movzwl -48(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $752, %eax ## imm = 0x2F0 jne LBB102_88 ## %bb.85: cmpl $45, -4(%rbp) jne LBB102_87 ## %bb.86: xorl %eax, %eax subl -8(%rbp), %eax movl %eax, -8(%rbp) LBB102_87: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl -8(%rbp), %ecx movq _vtop(%rip), %rax addl 32(%rax), %ecx movl %ecx, 32(%rax) jmp LBB102_93 LBB102_88: jmp LBB102_89 LBB102_89: cmpl $0, _nocode_wanted(%rip) jne LBB102_91 ## %bb.90: movl -4(%rbp), %edi callq _gen_opi jmp LBB102_92 LBB102_91: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) LBB102_92: jmp LBB102_93 LBB102_93: jmp LBB102_94 LBB102_94: jmp LBB102_95 LBB102_95: jmp LBB102_96 LBB102_96: addq $80, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L102_0_set_19, LBB102_19-LJTI102_0 .set L102_0_set_21, LBB102_21-LJTI102_0 .set L102_0_set_38, LBB102_38-LJTI102_0 .set L102_0_set_9, LBB102_9-LJTI102_0 .set L102_0_set_5, LBB102_5-LJTI102_0 .set L102_0_set_8, LBB102_8-LJTI102_0 .set L102_0_set_3, LBB102_3-LJTI102_0 .set L102_0_set_4, LBB102_4-LJTI102_0 .set L102_0_set_6, LBB102_6-LJTI102_0 .set L102_0_set_7, LBB102_7-LJTI102_0 .set L102_0_set_22, LBB102_22-LJTI102_0 .set L102_0_set_23, LBB102_23-LJTI102_0 .set L102_0_set_24, LBB102_24-LJTI102_0 .set L102_0_set_25, LBB102_25-LJTI102_0 .set L102_0_set_26, LBB102_26-LJTI102_0 .set L102_0_set_27, LBB102_27-LJTI102_0 .set L102_0_set_28, LBB102_28-LJTI102_0 .set L102_0_set_29, LBB102_29-LJTI102_0 .set L102_0_set_30, LBB102_30-LJTI102_0 .set L102_0_set_31, LBB102_31-LJTI102_0 .set L102_0_set_32, LBB102_32-LJTI102_0 .set L102_0_set_35, LBB102_35-LJTI102_0 .set L102_0_set_20, LBB102_20-LJTI102_0 LJTI102_0: .long L102_0_set_19 .long L102_0_set_21 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_9 .long L102_0_set_5 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_8 .long L102_0_set_3 .long L102_0_set_38 .long L102_0_set_4 .long L102_0_set_38 .long L102_0_set_9 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_6 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_7 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_22 .long L102_0_set_23 .long L102_0_set_24 .long L102_0_set_25 .long L102_0_set_26 .long L102_0_set_27 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_28 .long L102_0_set_29 .long L102_0_set_30 .long L102_0_set_31 .long L102_0_set_32 .long L102_0_set_35 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_9 .long L102_0_set_9 .long L102_0_set_9 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_38 .long L102_0_set_20 .end_data_region ## -- End function .globl _gen_opif ## -- Begin function gen_opif .p2align 4, 0x90 _gen_opif: ## @gen_opif .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 movl %edi, -4(%rbp) movq _vtop(%rip), %rax addq $-64, %rax movq %rax, -24(%rbp) movq _vtop(%rip), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -8(%rbp) movq -32(%rbp), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -12(%rbp) cmpl $0, -8(%rbp) je LBB103_28 ## %bb.1: cmpl $0, -12(%rbp) je LBB103_28 ## %bb.2: movq -24(%rbp), %rax cmpl $8, (%rax) jne LBB103_4 ## %bb.3: movq -24(%rbp), %rax flds 32(%rax) fstpt -48(%rbp) movq -32(%rbp), %rax flds 32(%rax) fstpt -64(%rbp) jmp LBB103_8 LBB103_4: movq -24(%rbp), %rax cmpl $9, (%rax) jne LBB103_6 ## %bb.5: movq -24(%rbp), %rax fldl 32(%rax) fstpt -48(%rbp) movq -32(%rbp), %rax fldl 32(%rax) fstpt -64(%rbp) jmp LBB103_7 LBB103_6: movq -24(%rbp), %rax fldt 32(%rax) fstpt -48(%rbp) movq -32(%rbp), %rax fldt 32(%rax) fstpt -64(%rbp) LBB103_7: jmp LBB103_8 LBB103_8: fldt -48(%rbp) fstpl -72(%rbp) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _ieee_finite cmpl $0, %eax je LBB103_10 ## %bb.9: fldt -64(%rbp) fstpl -80(%rbp) movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _ieee_finite cmpl $0, %eax jne LBB103_11 LBB103_10: jmp LBB103_29 LBB103_11: movl -4(%rbp), %eax addl $-42, %eax movl %eax, %ecx movq %rcx, -104(%rbp) ## 8-byte Spill subl $5, %eax ja LBB103_20 ## %bb.34: movq -104(%rbp), %rax ## 8-byte Reload leaq LJTI103_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB103_12: fldt -64(%rbp) fldt -48(%rbp) faddp %st, %st(1) fstpt -48(%rbp) jmp LBB103_21 LBB103_13: fldt -64(%rbp) fldt -48(%rbp) fsubp %st, %st(1) fstpt -48(%rbp) jmp LBB103_21 LBB103_14: fldt -64(%rbp) fldt -48(%rbp) fmulp %st, %st(1) fstpt -48(%rbp) jmp LBB103_21 LBB103_15: fldt -64(%rbp) fldz fxch %st(1) fucompi %st(1), %st fstp %st(0) jne LBB103_19 jp LBB103_19 jmp LBB103_16 LBB103_16: cmpl $0, _const_wanted(%rip) je LBB103_18 ## %bb.17: leaq L_.str.25(%rip), %rdi movb $0, %al callq _error LBB103_18: jmp LBB103_29 LBB103_19: fldt -64(%rbp) fldt -48(%rbp) fdivp %st, %st(1) fstpt -48(%rbp) jmp LBB103_21 LBB103_20: jmp LBB103_29 LBB103_21: movq -24(%rbp), %rax cmpl $8, (%rax) jne LBB103_23 ## %bb.22: fldt -48(%rbp) fstps -92(%rbp) movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -24(%rbp), %rax movss %xmm0, 32(%rax) jmp LBB103_27 LBB103_23: movq -24(%rbp), %rax cmpl $9, (%rax) jne LBB103_25 ## %bb.24: fldt -48(%rbp) fstpl -88(%rbp) movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -24(%rbp), %rax movsd %xmm0, 32(%rax) jmp LBB103_26 LBB103_25: fldt -48(%rbp) movq -24(%rbp), %rax fstpt 32(%rax) LBB103_26: jmp LBB103_27 LBB103_27: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) jmp LBB103_33 LBB103_28: jmp LBB103_29 LBB103_29: cmpl $0, _nocode_wanted(%rip) jne LBB103_31 ## %bb.30: movl -4(%rbp), %edi callq _gen_opf jmp LBB103_32 LBB103_31: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) LBB103_32: jmp LBB103_33 LBB103_33: addq $112, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L103_0_set_14, LBB103_14-LJTI103_0 .set L103_0_set_12, LBB103_12-LJTI103_0 .set L103_0_set_20, LBB103_20-LJTI103_0 .set L103_0_set_13, LBB103_13-LJTI103_0 .set L103_0_set_15, LBB103_15-LJTI103_0 LJTI103_0: .long L103_0_set_14 .long L103_0_set_12 .long L103_0_set_20 .long L103_0_set_13 .long L103_0_set_20 .long L103_0_set_15 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function check_comparison_pointer_types _check_comparison_pointer_types: ## @check_comparison_pointer_types .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -8(%rbp), %rdi callq _is_null_pointer cmpl $0, %eax jne LBB104_2 ## %bb.1: movq -16(%rbp), %rdi callq _is_null_pointer cmpl $0, %eax je LBB104_3 LBB104_2: jmp LBB104_26 LBB104_3: movq -8(%rbp), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -76(%rbp) movq -40(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -80(%rbp) movl -76(%rbp), %edi callq _is_integer_btype cmpl $0, %eax jne LBB104_5 ## %bb.4: movl -80(%rbp), %edi callq _is_integer_btype cmpl $0, %eax je LBB104_7 LBB104_5: cmpl $45, -20(%rbp) je LBB104_7 ## %bb.6: leaq L_.str.267(%rip), %rdi movb $0, %al callq _warning jmp LBB104_26 LBB104_7: cmpl $4, -76(%rbp) jne LBB104_9 ## %bb.8: movq -32(%rbp), %rdi callq _pointed_type movq %rax, -32(%rbp) jmp LBB104_12 LBB104_9: cmpl $6, -76(%rbp) je LBB104_11 ## %bb.10: jmp LBB104_16 LBB104_11: jmp LBB104_12 LBB104_12: cmpl $4, -80(%rbp) jne LBB104_14 ## %bb.13: movq -40(%rbp), %rdi callq _pointed_type movq %rax, -40(%rbp) jmp LBB104_18 LBB104_14: cmpl $6, -80(%rbp) je LBB104_17 ## %bb.15: jmp LBB104_16 LBB104_16: movl -20(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.268(%rip), %rdi movb $0, %al callq _error LBB104_17: jmp LBB104_18 LBB104_18: movq -32(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $3, %eax je LBB104_20 ## %bb.19: movq -40(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $3, %eax jne LBB104_21 LBB104_20: jmp LBB104_26 LBB104_21: movq -32(%rbp), %rax movq (%rax), %rcx movq %rcx, -56(%rbp) movq 8(%rax), %rax movq %rax, -48(%rbp) movq -40(%rbp), %rax movq (%rax), %rcx movq %rcx, -72(%rbp) movq 8(%rax), %rax movq %rax, -64(%rbp) movl -56(%rbp), %eax andl $-6161, %eax ## imm = 0xE7EF movl %eax, -56(%rbp) movl -72(%rbp), %eax andl $-6161, %eax ## imm = 0xE7EF movl %eax, -72(%rbp) leaq -56(%rbp), %rdi leaq -72(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB104_26 ## %bb.22: cmpl $45, -20(%rbp) jne LBB104_24 ## %bb.23: jmp LBB104_16 LBB104_24: leaq L_.str.269(%rip), %rdi movb $0, %al callq _warning ## %bb.25: jmp LBB104_26 LBB104_26: addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pointed_size _pointed_size: ## @pointed_size .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _pointed_type movq %rax, %rdi leaq -12(%rbp), %rsi callq _type_size addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_cast _gen_cast: ## @gen_cast .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1024, %eax ## imm = 0x400 cmpl $0, %eax je LBB106_2 ## %bb.1: movq _vtop(%rip), %rax movzwl 16(%rax), %ecx andl $-1025, %ecx ## imm = 0xFBFF ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) movq _vtop(%rip), %rax movl (%rax), %edi callq _force_charshort_cast LBB106_2: movq _vtop(%rip), %rax movl (%rax), %eax andl $64, %eax cmpl $0, %eax je LBB106_4 ## %bb.3: movl $1, %edi callq _gv LBB106_4: movq -8(%rbp), %rax movl (%rax), %eax andl $31, %eax movl %eax, -16(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax andl $31, %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax je LBB106_107 ## %bb.5: cmpl $0, _nocode_wanted(%rip) jne LBB106_107 ## %bb.6: movl -12(%rbp), %edi callq _is_float movl %eax, -20(%rbp) movl -16(%rbp), %edi callq _is_float movl %eax, -24(%rbp) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -28(%rbp) cmpl $0, -20(%rbp) je LBB106_35 ## %bb.7: cmpl $0, -24(%rbp) je LBB106_35 ## %bb.8: cmpl $0, -28(%rbp) je LBB106_33 ## %bb.9: cmpl $8, -16(%rbp) jne LBB106_12 ## %bb.10: cmpl $9, -12(%rbp) jne LBB106_12 ## %bb.11: movq _vtop(%rip), %rax movsd 32(%rax), %xmm0 ## xmm0 = mem[0],zero cvtsd2ss %xmm0, %xmm0 movq _vtop(%rip), %rax movss %xmm0, 32(%rax) jmp LBB106_32 LBB106_12: cmpl $8, -16(%rbp) jne LBB106_15 ## %bb.13: cmpl $10, -12(%rbp) jne LBB106_15 ## %bb.14: movq _vtop(%rip), %rax fldt 32(%rax) fstps -60(%rbp) movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _vtop(%rip), %rax movss %xmm0, 32(%rax) jmp LBB106_31 LBB106_15: cmpl $9, -16(%rbp) jne LBB106_18 ## %bb.16: cmpl $8, -12(%rbp) jne LBB106_18 ## %bb.17: movq _vtop(%rip), %rax movss 32(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _vtop(%rip), %rax movsd %xmm0, 32(%rax) jmp LBB106_30 LBB106_18: cmpl $9, -16(%rbp) jne LBB106_21 ## %bb.19: cmpl $10, -12(%rbp) jne LBB106_21 ## %bb.20: movq _vtop(%rip), %rax fldt 32(%rax) fstpl -56(%rbp) movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _vtop(%rip), %rax movsd %xmm0, 32(%rax) jmp LBB106_29 LBB106_21: cmpl $10, -16(%rbp) jne LBB106_24 ## %bb.22: cmpl $8, -12(%rbp) jne LBB106_24 ## %bb.23: movq _vtop(%rip), %rax flds 32(%rax) fstpt 32(%rax) jmp LBB106_28 LBB106_24: cmpl $10, -16(%rbp) jne LBB106_27 ## %bb.25: cmpl $9, -12(%rbp) jne LBB106_27 ## %bb.26: movq _vtop(%rip), %rax fldl 32(%rax) fstpt 32(%rax) LBB106_27: jmp LBB106_28 LBB106_28: jmp LBB106_29 LBB106_29: jmp LBB106_30 LBB106_30: jmp LBB106_31 LBB106_31: jmp LBB106_32 LBB106_32: jmp LBB106_34 LBB106_33: movl -16(%rbp), %edi callq _gen_cvt_ftof LBB106_34: jmp LBB106_106 LBB106_35: cmpl $0, -24(%rbp) je LBB106_53 ## %bb.36: cmpl $0, -28(%rbp) je LBB106_50 ## %bb.37: movl -12(%rbp), %eax movl %eax, -64(%rbp) ## 4-byte Spill subl $12, %eax je LBB106_38 jmp LBB106_114 LBB106_114: movl -64(%rbp), %eax ## 4-byte Reload subl $16, %eax je LBB106_39 jmp LBB106_115 LBB106_115: movl -64(%rbp), %eax ## 4-byte Reload subl $28, %eax jne LBB106_44 jmp LBB106_38 LBB106_38: jmp LBB106_51 LBB106_39: movl -16(%rbp), %eax movl %eax, -68(%rbp) ## 4-byte Spill subl $8, %eax je LBB106_40 jmp LBB106_116 LBB106_116: movl -68(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB106_41 jmp LBB106_117 LBB106_117: movl -68(%rbp), %eax ## 4-byte Reload subl $10, %eax je LBB106_42 jmp LBB106_43 LBB106_40: movq _vtop(%rip), %rax movl 32(%rax), %eax ## kill: def $rax killed $eax cvtsi2ss %rax, %xmm0 movq _vtop(%rip), %rax movss %xmm0, 32(%rax) jmp LBB106_43 LBB106_41: movq _vtop(%rip), %rax movl 32(%rax), %eax ## kill: def $rax killed $eax cvtsi2sd %rax, %xmm0 movq _vtop(%rip), %rax movsd %xmm0, 32(%rax) jmp LBB106_43 LBB106_42: movq _vtop(%rip), %rax movl 32(%rax), %ecx ## kill: def $rcx killed $ecx movq %rcx, -40(%rbp) fildll -40(%rbp) fstpt 32(%rax) LBB106_43: jmp LBB106_49 LBB106_44: movl -16(%rbp), %eax movl %eax, -72(%rbp) ## 4-byte Spill subl $8, %eax je LBB106_45 jmp LBB106_118 LBB106_118: movl -72(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB106_46 jmp LBB106_119 LBB106_119: movl -72(%rbp), %eax ## 4-byte Reload subl $10, %eax je LBB106_47 jmp LBB106_48 LBB106_45: movq _vtop(%rip), %rax cvtsi2ssl 32(%rax), %xmm0 movq _vtop(%rip), %rax movss %xmm0, 32(%rax) jmp LBB106_48 LBB106_46: movq _vtop(%rip), %rax cvtsi2sdl 32(%rax), %xmm0 movq _vtop(%rip), %rax movsd %xmm0, 32(%rax) jmp LBB106_48 LBB106_47: movq _vtop(%rip), %rax movl 32(%rax), %ecx movl %ecx, -44(%rbp) fildl -44(%rbp) fstpt 32(%rax) LBB106_48: jmp LBB106_49 LBB106_49: jmp LBB106_52 LBB106_50: jmp LBB106_51 LBB106_51: movl -16(%rbp), %edi callq _gen_cvt_itof1 LBB106_52: jmp LBB106_105 LBB106_53: cmpl $0, -20(%rbp) je LBB106_78 ## %bb.54: cmpl $16, -16(%rbp) je LBB106_58 ## %bb.55: cmpl $28, -16(%rbp) je LBB106_58 ## %bb.56: cmpl $12, -16(%rbp) je LBB106_58 ## %bb.57: movl $0, -16(%rbp) LBB106_58: cmpl $0, -28(%rbp) je LBB106_72 ## %bb.59: movl -16(%rbp), %eax movl %eax, -76(%rbp) ## 4-byte Spill subl $12, %eax je LBB106_60 jmp LBB106_108 LBB106_108: movl -76(%rbp), %eax ## 4-byte Reload subl $16, %eax je LBB106_61 jmp LBB106_109 LBB106_109: movl -76(%rbp), %eax ## 4-byte Reload subl $28, %eax jne LBB106_66 jmp LBB106_60 LBB106_60: jmp LBB106_73 LBB106_61: movl -12(%rbp), %eax movl %eax, -80(%rbp) ## 4-byte Spill subl $8, %eax je LBB106_62 jmp LBB106_110 LBB106_110: movl -80(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB106_63 jmp LBB106_111 LBB106_111: movl -80(%rbp), %eax ## 4-byte Reload subl $10, %eax je LBB106_64 jmp LBB106_65 LBB106_62: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %rax movl %eax, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB106_65 LBB106_63: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %rax movl %eax, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB106_65 LBB106_64: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %rax movl %eax, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) LBB106_65: jmp LBB106_71 LBB106_66: movl -12(%rbp), %eax movl %eax, -84(%rbp) ## 4-byte Spill subl $8, %eax je LBB106_67 jmp LBB106_112 LBB106_112: movl -84(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB106_68 jmp LBB106_113 LBB106_113: movl -84(%rbp), %eax ## 4-byte Reload subl $10, %eax je LBB106_69 jmp LBB106_70 LBB106_67: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB106_70 LBB106_68: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB106_70 LBB106_69: movq _vtop(%rip), %rax cvttsd2si 32(%rax), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) LBB106_70: jmp LBB106_71 LBB106_71: jmp LBB106_74 LBB106_72: jmp LBB106_73 LBB106_73: movl -16(%rbp), %edi callq _gen_cvt_ftoi1 LBB106_74: cmpl $0, -16(%rbp) jne LBB106_77 ## %bb.75: movq -8(%rbp), %rax movl (%rax), %eax andl $31, %eax cmpl -16(%rbp), %eax je LBB106_77 ## %bb.76: movl -16(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, (%rax) movq -8(%rbp), %rdi callq _gen_cast LBB106_77: jmp LBB106_104 LBB106_78: movl -16(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB106_91 ## %bb.79: movl -12(%rbp), %eax andl $15, %eax cmpl $12, %eax je LBB106_90 ## %bb.80: cmpl $0, -28(%rbp) je LBB106_85 ## %bb.81: cmpl $16, -12(%rbp) jne LBB106_83 ## %bb.82: movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, %ecx movq _vtop(%rip), %rax movq %rcx, 32(%rax) jmp LBB106_84 LBB106_83: movq _vtop(%rip), %rax movslq 32(%rax), %rcx movq _vtop(%rip), %rax movq %rcx, 32(%rax) LBB106_84: jmp LBB106_89 LBB106_85: movl $1, %edi callq _gv cmpl $16, -12(%rbp) jne LBB106_87 ## %bb.86: xorl %edi, %edi callq _vpushi movl $1, %edi callq _gv jmp LBB106_88 LBB106_87: callq _gv_dup movl $31, %edi callq _vpushi movl $2, %edi callq _gen_op LBB106_88: movq _vtop(%rip), %rax movw 16(%rax), %cx movq _vtop(%rip), %rax movw %cx, -46(%rax) callq _vpop LBB106_89: jmp LBB106_90 LBB106_90: jmp LBB106_103 LBB106_91: cmpl $11, -16(%rbp) jne LBB106_93 ## %bb.92: xorl %edi, %edi callq _vpushi movl $149, %edi callq _gen_op jmp LBB106_102 LBB106_93: movl -16(%rbp), %eax andl $15, %eax cmpl $1, %eax je LBB106_95 ## %bb.94: movl -16(%rbp), %eax andl $15, %eax cmpl $2, %eax jne LBB106_96 LBB106_95: movl -16(%rbp), %edi callq _force_charshort_cast jmp LBB106_101 LBB106_96: movl -16(%rbp), %eax andl $15, %eax cmpl $0, %eax jne LBB106_100 ## %bb.97: cmpl $12, -12(%rbp) jne LBB106_99 ## %bb.98: callq _lexpand callq _vpop LBB106_99: jmp LBB106_100 LBB106_100: jmp LBB106_101 LBB106_101: jmp LBB106_102 LBB106_102: jmp LBB106_103 LBB106_103: jmp LBB106_104 LBB106_104: jmp LBB106_105 LBB106_105: jmp LBB106_106 LBB106_106: jmp LBB106_107 LBB106_107: movq _vtop(%rip), %rax movq -8(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_cvt_itof1 ## -- Begin function gen_cvt_itof1 .p2align 4, 0x90 _gen_cvt_itof1: ## @gen_cvt_itof1 .cfi_startproc ## %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 _vtop(%rip), %rax movl (%rax), %eax andl $31, %eax cmpl $28, %eax jne LBB107_8 ## %bb.1: cmpl $8, -4(%rbp) jne LBB107_3 ## %bb.2: leaq _func_old_type(%rip), %rdi movl $367, %esi ## imm = 0x16F callq _vpush_global_sym jmp LBB107_7 LBB107_3: cmpl $9, -4(%rbp) jne LBB107_5 ## %bb.4: leaq _func_old_type(%rip), %rdi movl $368, %esi ## imm = 0x170 callq _vpush_global_sym jmp LBB107_6 LBB107_5: leaq _func_old_type(%rip), %rdi movl $369, %esi ## imm = 0x171 callq _vpush_global_sym LBB107_6: jmp LBB107_7 LBB107_7: movl $2, %edi callq _vrott movl $1, %edi callq _gfunc_call xorl %edi, %edi callq _vpushi movq _vtop(%rip), %rax movw $3, 16(%rax) jmp LBB107_9 LBB107_8: movl -4(%rbp), %edi callq _gen_cvt_itof LBB107_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gen_cvt_ftoi1 ## -- Begin function gen_cvt_ftoi1 .p2align 4, 0x90 _gen_cvt_ftoi1: ## @gen_cvt_ftoi1 .cfi_startproc ## %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 $28, -4(%rbp) jne LBB108_8 ## %bb.1: movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax movl %eax, -8(%rbp) cmpl $8, -8(%rbp) jne LBB108_3 ## %bb.2: leaq _func_old_type(%rip), %rdi movl $370, %esi ## imm = 0x172 callq _vpush_global_sym jmp LBB108_7 LBB108_3: cmpl $9, -8(%rbp) jne LBB108_5 ## %bb.4: leaq _func_old_type(%rip), %rdi movl $371, %esi ## imm = 0x173 callq _vpush_global_sym jmp LBB108_6 LBB108_5: leaq _func_old_type(%rip), %rdi movl $372, %esi ## imm = 0x174 callq _vpush_global_sym LBB108_6: jmp LBB108_7 LBB108_7: movl $2, %edi callq _vrott movl $1, %edi callq _gfunc_call xorl %edi, %edi callq _vpushi movq _vtop(%rip), %rax movw $0, 16(%rax) movq _vtop(%rip), %rax movw $2, 18(%rax) jmp LBB108_9 LBB108_8: movl -4(%rbp), %edi callq _gen_cvt_ftoi LBB108_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _force_charshort_cast ## -- Begin function force_charshort_cast .p2align 4, 0x90 _force_charshort_cast: ## @force_charshort_cast .cfi_startproc ## %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), %eax andl $15, %eax movl %eax, -12(%rbp) cmpl $1, -12(%rbp) jne LBB109_2 ## %bb.1: movl $8, -8(%rbp) jmp LBB109_3 LBB109_2: movl $16, -8(%rbp) LBB109_3: movl -4(%rbp), %eax andl $16, %eax cmpl $0, %eax je LBB109_5 ## %bb.4: movl -8(%rbp), %ecx movl $1, %edi ## kill: def $cl killed $ecx shll %cl, %edi subl $1, %edi callq _vpushi movl $38, %edi callq _gen_op jmp LBB109_6 LBB109_5: movl $32, %eax subl -8(%rbp), %eax movl %eax, -8(%rbp) movl -8(%rbp), %edi callq _vpushi movl $1, %edi callq _gen_op movl -8(%rbp), %edi callq _vpushi movl $2, %edi callq _gen_op LBB109_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _type_to_str ## -- Begin function type_to_str .p2align 4, 0x90 _type_to_str: ## @type_to_str .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $368, %rsp ## imm = 0x170 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movl %esi, -284(%rbp) movq %rdx, -296(%rbp) movq %rcx, -304(%rbp) movq -296(%rbp), %rax movl (%rax), %eax andl $-1921, %eax ## imm = 0xF87F movl %eax, -316(%rbp) movl -316(%rbp), %eax andl $15, %eax movl %eax, -308(%rbp) movq -280(%rbp), %rax movb $0, (%rax) movl -316(%rbp), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB110_2 ## %bb.1: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.28(%rip), %rdx callq _pstrcat LBB110_2: movl -316(%rbp), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax je LBB110_4 ## %bb.3: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.29(%rip), %rdx callq _pstrcat LBB110_4: movl -316(%rbp), %eax andl $16, %eax cmpl $0, %eax je LBB110_6 ## %bb.5: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.30(%rip), %rdx callq _pstrcat LBB110_6: movl -308(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -352(%rbp) ## 8-byte Spill subq $13, %rax ja LBB110_34 ## %bb.40: movq -352(%rbp), %rax ## 8-byte Reload leaq LJTI110_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB110_7: leaq L_.str.31(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_8: leaq L_.str.32(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_9: leaq L_.str.33(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_10: leaq L_.str.34(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_11: leaq L_.str.35(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_12: leaq L_.str.36(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_13: leaq L_.str.37(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_14: leaq L_.str.38(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_15: leaq L_.str.39(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_17 LBB110_16: leaq L_.str.40(%rip), %rax movq %rax, -344(%rbp) LBB110_17: movq -280(%rbp), %rdi movl -284(%rbp), %esi movq -344(%rbp), %rdx callq _pstrcat jmp LBB110_34 LBB110_18: cmpl $7, -308(%rbp) jne LBB110_20 ## %bb.19: leaq L_.str.41(%rip), %rax movq %rax, -344(%rbp) jmp LBB110_21 LBB110_20: leaq L_.str.42(%rip), %rax movq %rax, -344(%rbp) LBB110_21: movq -280(%rbp), %rdi movl -284(%rbp), %esi movq -344(%rbp), %rdx callq _pstrcat movq -296(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax andq $-1073741825, %rax ## imm = 0xBFFFFFFF ## kill: def $eax killed $eax killed $rax movl %eax, -312(%rbp) cmpl $268435456, -312(%rbp) ## imm = 0x10000000 jl LBB110_23 ## %bb.22: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.43(%rip), %rdx callq _pstrcat jmp LBB110_24 LBB110_23: movq -280(%rbp), %rax movq %rax, -368(%rbp) ## 8-byte Spill movl -284(%rbp), %eax movl %eax, -356(%rbp) ## 4-byte Spill movl -312(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -368(%rbp), %rdi ## 8-byte Reload movl -356(%rbp), %esi ## 4-byte Reload movq %rax, %rdx callq _pstrcat LBB110_24: jmp LBB110_34 LBB110_25: movq -296(%rbp), %rax movq 8(%rax), %rax movq %rax, -328(%rbp) movq -280(%rbp), %rdi movl -284(%rbp), %esi movq -328(%rbp), %rdx addq $24, %rdx movq -304(%rbp), %rcx callq _type_to_str movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.44(%rip), %rdx callq _pstrcat movq -328(%rbp), %rax movq 40(%rax), %rax movq %rax, -336(%rbp) LBB110_26: ## =>This Inner Loop Header: Depth=1 cmpq $0, -336(%rbp) je LBB110_30 ## %bb.27: ## in Loop: Header=BB110_26 Depth=1 leaq -272(%rbp), %rdi movq -336(%rbp), %rdx addq $24, %rdx movl $256, %esi ## imm = 0x100 xorl %eax, %eax movl %eax, %ecx callq _type_to_str movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq -272(%rbp), %rdx callq _pstrcat movq -336(%rbp), %rax movq 40(%rax), %rax movq %rax, -336(%rbp) cmpq $0, -336(%rbp) je LBB110_29 ## %bb.28: ## in Loop: Header=BB110_26 Depth=1 movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.45(%rip), %rdx callq _pstrcat LBB110_29: ## in Loop: Header=BB110_26 Depth=1 jmp LBB110_26 LBB110_30: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.46(%rip), %rdx callq _pstrcat jmp LBB110_37 LBB110_31: movq -296(%rbp), %rax movq 8(%rax), %rax movq %rax, -328(%rbp) leaq -272(%rbp), %rdi movl $256, %esi ## imm = 0x100 leaq L_.str.47(%rip), %rdx callq _pstrcpy cmpq $0, -304(%rbp) je LBB110_33 ## %bb.32: leaq -272(%rbp), %rdi movq -304(%rbp), %rdx movl $256, %esi ## imm = 0x100 callq _pstrcat LBB110_33: movq -280(%rbp), %rdi movl -284(%rbp), %esi movq -328(%rbp), %rdx addq $24, %rdx leaq -272(%rbp), %rcx callq _type_to_str jmp LBB110_37 LBB110_34: cmpq $0, -304(%rbp) je LBB110_36 ## %bb.35: movq -280(%rbp), %rdi movl -284(%rbp), %esi leaq L_.str.48(%rip), %rdx callq _pstrcat movq -280(%rbp), %rdi movl -284(%rbp), %esi movq -304(%rbp), %rdx callq _pstrcat LBB110_36: jmp LBB110_37 LBB110_37: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB110_39 ## %bb.38: addq $368, %rsp ## imm = 0x170 popq %rbp retq LBB110_39: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L110_0_set_11, LBB110_11-LJTI110_0 .set L110_0_set_9, LBB110_9-LJTI110_0 .set L110_0_set_10, LBB110_10-LJTI110_0 .set L110_0_set_7, LBB110_7-LJTI110_0 .set L110_0_set_31, LBB110_31-LJTI110_0 .set L110_0_set_18, LBB110_18-LJTI110_0 .set L110_0_set_25, LBB110_25-LJTI110_0 .set L110_0_set_14, LBB110_14-LJTI110_0 .set L110_0_set_15, LBB110_15-LJTI110_0 .set L110_0_set_16, LBB110_16-LJTI110_0 .set L110_0_set_8, LBB110_8-LJTI110_0 .set L110_0_set_13, LBB110_13-LJTI110_0 .set L110_0_set_12, LBB110_12-LJTI110_0 LJTI110_0: .long L110_0_set_11 .long L110_0_set_9 .long L110_0_set_10 .long L110_0_set_7 .long L110_0_set_31 .long L110_0_set_18 .long L110_0_set_25 .long L110_0_set_18 .long L110_0_set_14 .long L110_0_set_15 .long L110_0_set_16 .long L110_0_set_8 .long L110_0_set_13 .long L110_0_set_12 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function pstrcat _pstrcat: ## @pstrcat .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) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB111_2 ## %bb.1: movq -8(%rbp), %rdi movslq -28(%rbp), %rax addq %rax, %rdi movl -12(%rbp), %esi subl -28(%rbp), %esi movq -24(%rbp), %rdx callq _pstrcpy LBB111_2: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_assign_cast _gen_assign_cast: ## @gen_assign_cast .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $608, %rsp ## imm = 0x260 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -536(%rbp) movq _vtop(%rip), %rax movq %rax, -544(%rbp) movq -536(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -596(%rbp) movq -544(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -600(%rbp) movq -536(%rbp), %rax movl (%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB112_2 ## %bb.1: leaq L_.str.49(%rip), %rdi movb $0, %al callq _warning LBB112_2: movl -596(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -608(%rbp) ## 8-byte Spill subq $12, %rax ja LBB112_34 ## %bb.38: movq -608(%rbp), %rax ## 8-byte Reload leaq LJTI112_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB112_3: movq _vtop(%rip), %rdi callq _is_null_pointer cmpl $0, %eax je LBB112_5 ## %bb.4: jmp LBB112_35 LBB112_5: movl -600(%rbp), %edi callq _is_integer_btype cmpl $0, %eax je LBB112_7 ## %bb.6: leaq L_.str.270(%rip), %rdi movb $0, %al callq _warning jmp LBB112_35 LBB112_7: movq -536(%rbp), %rdi callq _pointed_type movq %rax, -552(%rbp) cmpl $6, -600(%rbp) jne LBB112_12 ## %bb.8: movq -552(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $3, %eax je LBB112_11 ## %bb.9: movq -536(%rbp), %rdi callq _pointed_type movq %rax, %rdi movq -544(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB112_11 ## %bb.10: jmp LBB112_32 LBB112_11: jmp LBB112_35 LBB112_12: cmpl $4, -600(%rbp) je LBB112_14 ## %bb.13: jmp LBB112_32 LBB112_14: movq -544(%rbp), %rdi callq _pointed_type movq %rax, -560(%rbp) movq -552(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $3, %eax je LBB112_16 ## %bb.15: movq -560(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $3, %eax jne LBB112_17 LBB112_16: jmp LBB112_20 LBB112_17: movq -552(%rbp), %rax movq (%rax), %rcx movq %rcx, -576(%rbp) movq 8(%rax), %rax movq %rax, -568(%rbp) movq -560(%rbp), %rax movq (%rax), %rcx movq %rcx, -592(%rbp) movq 8(%rax), %rax movq %rax, -584(%rbp) movl -576(%rbp), %eax andl $-6161, %eax ## imm = 0xE7EF movl %eax, -576(%rbp) movl -592(%rbp), %eax andl $-6161, %eax ## imm = 0xE7EF movl %eax, -592(%rbp) leaq -576(%rbp), %rdi leaq -592(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB112_19 ## %bb.18: jmp LBB112_32 LBB112_19: jmp LBB112_20 LBB112_20: movq -552(%rbp), %rax movl (%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax jne LBB112_22 ## %bb.21: movq -560(%rbp), %rax movl (%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax jne LBB112_24 LBB112_22: movq -552(%rbp), %rax movl (%rax), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax jne LBB112_25 ## %bb.23: movq -560(%rbp), %rax movl (%rax), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax je LBB112_25 LBB112_24: leaq L_.str.271(%rip), %rdi movb $0, %al callq _warning LBB112_25: jmp LBB112_34 LBB112_26: cmpl $4, -600(%rbp) je LBB112_28 ## %bb.27: cmpl $6, -600(%rbp) jne LBB112_29 LBB112_28: leaq L_.str.272(%rip), %rdi movb $0, %al callq _warning LBB112_29: jmp LBB112_34 LBB112_30: movq -536(%rbp), %rax movq (%rax), %rcx movq %rcx, -576(%rbp) movq 8(%rax), %rax movq %rax, -568(%rbp) movq -544(%rbp), %rax movq (%rax), %rcx movq %rcx, -592(%rbp) movq 8(%rax), %rax movq %rax, -584(%rbp) movl -576(%rbp), %eax andl $-6145, %eax ## imm = 0xE7FF movl %eax, -576(%rbp) movl -592(%rbp), %eax andl $-6145, %eax ## imm = 0xE7FF movl %eax, -592(%rbp) leaq -576(%rbp), %rdi leaq -592(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB112_33 ## %bb.31: jmp LBB112_32 LBB112_32: leaq -272(%rbp), %rdi movq -544(%rbp), %rdx movl $256, %esi ## imm = 0x100 xorl %eax, %eax movl %eax, %ecx callq _type_to_str leaq -528(%rbp), %rdi movq -536(%rbp), %rdx movl $256, %esi ## imm = 0x100 xorl %eax, %eax movl %eax, %ecx callq _type_to_str leaq -272(%rbp), %rsi leaq -528(%rbp), %rdx leaq L_.str.273(%rip), %rdi movb $0, %al callq _error LBB112_33: jmp LBB112_34 LBB112_34: jmp LBB112_35 LBB112_35: movq -536(%rbp), %rdi callq _gen_cast movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB112_37 ## %bb.36: addq $608, %rsp ## imm = 0x260 popq %rbp retq LBB112_37: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L112_0_set_26, LBB112_26-LJTI112_0 .set L112_0_set_34, LBB112_34-LJTI112_0 .set L112_0_set_3, LBB112_3-LJTI112_0 .set L112_0_set_30, LBB112_30-LJTI112_0 LJTI112_0: .long L112_0_set_26 .long L112_0_set_26 .long L112_0_set_26 .long L112_0_set_34 .long L112_0_set_3 .long L112_0_set_34 .long L112_0_set_34 .long L112_0_set_30 .long L112_0_set_34 .long L112_0_set_34 .long L112_0_set_34 .long L112_0_set_34 .long L112_0_set_26 .end_data_region ## -- End function .globl _inc ## -- Begin function inc .p2align 4, 0x90 _inc: ## @inc .cfi_startproc ## %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 _test_lvalue callq _vdup cmpl $0, -4(%rbp) je LBB113_2 ## %bb.1: callq _gv_dup movl $3, %edi callq _vrotb movl $3, %edi callq _vrotb LBB113_2: movl -8(%rbp), %edi subl $163, %edi callq _vpushi movl $43, %edi callq _gen_op callq _vstore cmpl $0, -4(%rbp) je LBB113_4 ## %bb.3: callq _vpop LBB113_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function test_lvalue _test_lvalue: ## @test_lvalue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax jne LBB114_2 ## %bb.1: leaq L_.str.274(%rip), %rdi callq _expect LBB114_2: popq %rbp retq .cfi_endproc ## -- End function .globl _put_func_debug ## -- Begin function put_func_debug .p2align 4, 0x90 _put_func_debug: ## @put_func_debug .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $544, %rsp ## imm = 0x220 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -536(%rbp) leaq -528(%rbp), %rdi movq _funcname(%rip), %r9 movq -536(%rbp), %rax movl 24(%rax), %edx andl $256, %edx ## imm = 0x100 movl $70, %eax movl $102, %ecx cmpl $0, %edx cmovnel %ecx, %eax movl $512, %ecx ## imm = 0x200 xorl %edx, %edx leaq L_.str.50(%rip), %r8 movq %rcx, %rsi movl %eax, (%rsp) movb $0, %al callq ___snprintf_chk leaq -528(%rbp), %rdi movq _file(%rip), %rax movl 20(%rax), %ecx movq _cur_text_section(%rip), %r9 movq -536(%rbp), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl $36, %esi xorl %edx, %edx xorl %r8d, %r8d ## kill: def $r8 killed $r8d movl %eax, (%rsp) callq _put_stabs_r movq $0, _last_ind(%rip) movq $0, _last_line_num(%rip) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB115_2 ## %bb.1: addq $544, %rsp ## imm = 0x220 popq %rbp retq LBB115_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_stabs_r _put_stabs_r: ## @put_stabs_r .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 16(%rbp), %eax movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl %ecx, -20(%rbp) movq %r8, -32(%rbp) movq %r9, -40(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx movl -20(%rbp), %ecx movq -32(%rbp), %r8 callq _put_stabs movq _symtab_section(%rip), %rdi movq _stab_section(%rip), %rsi movq _stab_section(%rip), %rax movq (%rax), %rdx subq $8, %rdx movl 16(%rbp), %r8d movl $1, %ecx callq _put_elf_reloc addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_define_symbol ## -- Begin function tcc_define_symbol .p2align 4, 0x90 _tcc_define_symbol: ## @tcc_define_symbol .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $9824, %eax ## imm = 0x2660 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -9792(%rbp) movq %rsi, -9800(%rbp) movq %rdx, -9808(%rbp) leaq -9784(%rbp), %rax movq %rax, -9816(%rbp) movq -9816(%rbp), %rdi addq $1577, %rdi ## imm = 0x629 movq -9800(%rbp), %rdx movl $8192, %esi ## imm = 0x2000 callq _pstrcpy movq -9816(%rbp), %rdi addq $1577, %rdi ## imm = 0x629 movl $8192, %esi ## imm = 0x2000 leaq L_.str.48(%rip), %rdx callq _pstrcat cmpq $0, -9808(%rbp) jne LBB117_2 ## %bb.1: leaq L_.str.51(%rip), %rax movq %rax, -9808(%rbp) LBB117_2: movq -9816(%rbp), %rdi addq $1577, %rdi ## imm = 0x629 movq -9808(%rbp), %rdx movl $8192, %esi ## imm = 0x2000 callq _pstrcat movq -9816(%rbp), %rax movl $-1, 16(%rax) movq -9816(%rbp), %rcx addq $1577, %rcx ## imm = 0x629 movq -9816(%rbp), %rax movq %rcx, (%rax) movq -9816(%rbp), %rax addq $1577, %rax ## imm = 0x629 movq %rax, -9824(%rbp) ## 8-byte Spill movq -9816(%rbp), %rdi addq $1577, %rdi ## imm = 0x629 callq _strlen movq -9824(%rbp), %rcx ## 8-byte Reload addq %rax, %rcx movq -9816(%rbp), %rax movq %rcx, 8(%rax) movq -9816(%rbp), %rax movq 8(%rax), %rax movb $92, (%rax) movq -9816(%rbp), %rax movb $0, 553(%rax) movq -9816(%rbp), %rax movl $1, 20(%rax) movq -9816(%rbp), %rax movq %rax, _file(%rip) movq -9792(%rbp), %rcx addq $432, %rcx ## imm = 0x1B0 movq -9792(%rbp), %rax movq %rcx, 8(%rax) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _next_nomacro callq _parse_define movq $0, _file(%rip) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB117_4 ## %bb.3: addq $9824, %rsp ## imm = 0x2660 popq %rbp retq LBB117_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_define _parse_define: ## @parse_define .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl _tok(%rip), %eax movl %eax, -28(%rbp) cmpl $256, -28(%rbp) ## imm = 0x100 jge LBB118_2 ## %bb.1: movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq %rax, %rsi leaq L_.str.275(%rip), %rdi movb $0, %al callq _error LBB118_2: movq $0, -16(%rbp) movl $0, -32(%rbp) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, -44(%rbp) cmpl $92, -44(%rbp) jne LBB118_4 ## %bb.3: movq _file(%rip), %rax movq (%rax), %rdi callq _handle_stray1 movl %eax, -44(%rbp) LBB118_4: cmpl $40, -44(%rbp) jne LBB118_19 ## %bb.5: callq _next_nomacro callq _next_nomacro leaq -16(%rbp), %rax movq %rax, -24(%rbp) LBB118_6: ## =>This Inner Loop Header: Depth=1 cmpl $41, _tok(%rip) je LBB118_18 ## %bb.7: ## in Loop: Header=BB118_6 Depth=1 movl _tok(%rip), %eax movl %eax, -36(%rbp) callq _next_nomacro movl $0, -40(%rbp) cmpl $204, -36(%rbp) jne LBB118_9 ## %bb.8: ## in Loop: Header=BB118_6 Depth=1 movl $331, -36(%rbp) ## imm = 0x14B movl $1, -40(%rbp) jmp LBB118_13 LBB118_9: ## in Loop: Header=BB118_6 Depth=1 cmpl $204, _tok(%rip) jne LBB118_12 ## %bb.10: ## in Loop: Header=BB118_6 Depth=1 cmpl $0, _gnu_ext(%rip) je LBB118_12 ## %bb.11: ## in Loop: Header=BB118_6 Depth=1 movl $1, -40(%rbp) callq _next_nomacro LBB118_12: ## in Loop: Header=BB118_6 Depth=1 jmp LBB118_13 LBB118_13: ## in Loop: Header=BB118_6 Depth=1 cmpl $256, -36(%rbp) ## imm = 0x100 jge LBB118_15 ## %bb.14: ## in Loop: Header=BB118_6 Depth=1 leaq L_.str.276(%rip), %rdi movb $0, %al callq _error LBB118_15: ## in Loop: Header=BB118_6 Depth=1 movl -36(%rbp), %eax orl $536870912, %eax ## imm = 0x20000000 movslq %eax, %rsi movslq -40(%rbp), %rdx leaq _define_stack(%rip), %rdi xorl %eax, %eax movl %eax, %ecx callq _sym_push2 movq %rax, -8(%rbp) movq -8(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movq -8(%rbp), %rax addq $40, %rax movq %rax, -24(%rbp) cmpl $44, _tok(%rip) je LBB118_17 ## %bb.16: jmp LBB118_18 LBB118_17: ## in Loop: Header=BB118_6 Depth=1 callq _next_nomacro jmp LBB118_6 LBB118_18: movl $1, -32(%rbp) LBB118_19: leaq -72(%rbp), %rdi callq _tok_str_new callq _next_nomacro LBB118_20: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, _tok(%rip) movb %al, -73(%rbp) ## 1-byte Spill je LBB118_22 ## %bb.21: ## in Loop: Header=BB118_20 Depth=1 cmpl $-1, _tok(%rip) setne %al movb %al, -73(%rbp) ## 1-byte Spill LBB118_22: ## in Loop: Header=BB118_20 Depth=1 movb -73(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB118_23 jmp LBB118_24 LBB118_23: ## in Loop: Header=BB118_20 Depth=1 movl _tok(%rip), %esi leaq -72(%rbp), %rdi leaq _tokc(%rip), %rdx callq _tok_str_add2 callq _next_nomacro jmp LBB118_20 LBB118_24: leaq -72(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movl -28(%rbp), %edi movl -32(%rbp), %esi movq -72(%rbp), %rdx movq -16(%rbp), %rcx callq _define_push addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_undefine_symbol ## -- Begin function tcc_undefine_symbol .p2align 4, 0x90 _tcc_undefine_symbol: ## @tcc_undefine_symbol .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq -40(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _tok_alloc movq %rax, -24(%rbp) movq -24(%rbp), %rax movl 40(%rax), %edi callq _define_find movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je LBB119_2 ## %bb.1: movq -32(%rbp), %rdi callq _define_undef LBB119_2: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_alloc _tok_alloc: ## @tok_alloc .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 $1, -48(%rbp) movl $0, -44(%rbp) LBB120_1: ## =>This Inner Loop Header: Depth=1 movl -44(%rbp), %eax cmpl -20(%rbp), %eax jge LBB120_4 ## %bb.2: ## in Loop: Header=BB120_1 Depth=1 imull $263, -48(%rbp), %eax ## imm = 0x107 movq -16(%rbp), %rcx movslq -44(%rbp), %rdx movzbl (%rcx,%rdx), %ecx addl %ecx, %eax movl %eax, -48(%rbp) ## %bb.3: ## in Loop: Header=BB120_1 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB120_1 LBB120_4: movl -48(%rbp), %eax andl $8191, %eax ## imm = 0x1FFF movl %eax, -48(%rbp) movl -48(%rbp), %eax movl %eax, %ecx leaq _hash_ident(%rip), %rax shlq $3, %rcx addq %rcx, %rax movq %rax, -40(%rbp) LBB120_5: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB120_7 ## %bb.6: jmp LBB120_11 LBB120_7: ## in Loop: Header=BB120_5 Depth=1 movq -32(%rbp), %rax movl 44(%rax), %eax cmpl -20(%rbp), %eax jne LBB120_10 ## %bb.8: ## in Loop: Header=BB120_5 Depth=1 movq -32(%rbp), %rdi addq $48, %rdi movq -16(%rbp), %rsi movslq -20(%rbp), %rdx callq _memcmp cmpl $0, %eax jne LBB120_10 ## %bb.9: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB120_12 LBB120_10: ## in Loop: Header=BB120_5 Depth=1 movq -32(%rbp), %rax movq %rax, -40(%rbp) jmp LBB120_5 LBB120_11: movq -40(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %edx callq _tok_alloc_new movq %rax, -8(%rbp) LBB120_12: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function define_find _define_find: ## @define_find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -12(%rbp) movl -12(%rbp), %eax subl $256, %eax ## imm = 0x100 movl %eax, -12(%rbp) movl -12(%rbp), %eax movl _tok_ident(%rip), %ecx subl $256, %ecx ## imm = 0x100 cmpl %ecx, %eax jb LBB121_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB121_3 LBB121_2: movq _table_ident(%rip), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 8(%rax), %rax movq %rax, -8(%rbp) LBB121_3: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function define_undef _define_undef: ## @define_undef .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -12(%rbp) cmpl $256, -12(%rbp) ## imm = 0x100 jl LBB122_3 ## %bb.1: movl -12(%rbp), %eax cmpl _tok_ident(%rip), %eax jge LBB122_3 ## %bb.2: movq _table_ident(%rip), %rax movl -12(%rbp), %ecx subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq $0, 8(%rax) LBB122_3: movq -8(%rbp), %rax movq $0, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_get_symbol ## -- Begin function tcc_get_symbol .p2align 4, 0x90 _tcc_get_symbol: ## @tcc_get_symbol .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq _symtab_section(%rip), %rdi movq -32(%rbp), %rsi callq _find_elf_sym movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jne LBB123_2 ## %bb.1: movl $-1, -4(%rbp) jmp LBB123_3 LBB123_2: movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -36(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movl 4(%rax), %eax movl %eax, %ecx movq -24(%rbp), %rax movq %rcx, (%rax) movl $0, -4(%rbp) LBB123_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function find_elf_sym _find_elf_sym: ## @find_elf_sym .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 -16(%rbp), %rax movq 104(%rax), %rax movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB124_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB124_8 LBB124_2: movq -40(%rbp), %rax movq 8(%rax), %rax movl (%rax), %eax movl %eax, -44(%rbp) movq -24(%rbp), %rdi callq _elf_hash movslq -44(%rbp), %rcx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movl %edx, %eax movl %eax, -52(%rbp) movq -40(%rbp), %rax movq 8(%rax), %rax movl -52(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -48(%rbp) LBB124_3: ## =>This Inner Loop Header: Depth=1 cmpl $0, -48(%rbp) je LBB124_7 ## %bb.4: ## in Loop: Header=BB124_3 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movslq -48(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -32(%rbp) movq -16(%rbp), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -32(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -64(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB124_6 ## %bb.5: movl -48(%rbp), %eax movl %eax, -4(%rbp) jmp LBB124_8 LBB124_6: ## in Loop: Header=BB124_3 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movl -44(%rbp), %ecx addl $2, %ecx addl -48(%rbp), %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -48(%rbp) jmp LBB124_3 LBB124_7: movl $0, -4(%rbp) LBB124_8: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_get_symbol_err ## -- Begin function tcc_get_symbol_err .p2align 4, 0x90 _tcc_get_symbol_err: ## @tcc_get_symbol_err .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rdx leaq -24(%rbp), %rsi callq _tcc_get_symbol cmpl $0, %eax jge LBB125_2 ## %bb.1: movq -16(%rbp), %rsi leaq L_.str.52(%rip), %rdi movb $0, %al callq _error LBB125_2: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_output_file ## -- Begin function tcc_output_file .p2align 4, 0x90 _tcc_output_file: ## @tcc_output_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 $464, %rsp ## imm = 0x1D0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -72(%rbp) movq %rsi, -80(%rbp) movq -72(%rbp), %rax movl (%rax), %eax movl %eax, -288(%rbp) movq -72(%rbp), %rax movl $0, 416(%rax) cmpl $3, -288(%rbp) je LBB126_2 ## %bb.1: movq -72(%rbp), %rdi callq _tcc_add_runtime LBB126_2: movq $0, -232(%rbp) movq $0, -112(%rbp) movq $0, -248(%rbp) movq $0, -256(%rbp) movq $0, -264(%rbp) movq $0, -272(%rbp) cmpl $3, -288(%rbp) je LBB126_62 ## %bb.3: callq _relocate_common_syms movq -72(%rbp), %rdi callq _tcc_add_linker_symbols movq -72(%rbp), %rax cmpl $0, 188(%rax) jne LBB126_60 ## %bb.4: cmpl $1, -288(%rbp) jne LBB126_6 ## %bb.5: movq -72(%rbp), %rdi leaq L_.str.53(%rip), %rsi movl $1, %edx movl $2, %ecx callq _new_section movq %rax, -248(%rbp) movq -248(%rbp), %rax movl $1, 44(%rax) movq -248(%rbp), %rdi movl $19, %esi callq _section_ptr_add movq %rax, -344(%rbp) movq -344(%rbp), %rdi leaq _elf_interp(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk LBB126_6: movq -72(%rbp), %rdi leaq L_.str.54(%rip), %rsi movl $11, %edx movl $2, %ecx leaq L_.str.55(%rip), %r8 leaq L_.str.56(%rip), %r9 movl $2, (%rsp) callq _new_symtab movq %rax, %rcx movq -72(%rbp), %rax movq %rcx, 168(%rax) movq -72(%rbp), %rax movq 168(%rax), %rax movq 88(%rax), %rax movq %rax, -264(%rbp) movq -72(%rbp), %rdi leaq L_.str.57(%rip), %rsi movl $6, %edx movl $3, %ecx callq _new_section movq %rax, -256(%rbp) movq -264(%rbp), %rcx movq -256(%rbp), %rax movq %rcx, 88(%rax) movq -256(%rbp), %rax movl $8, 48(%rax) movq -72(%rbp), %rdi leaq L_.str.58(%rip), %rsi movl $1, %edx movl $6, %ecx callq _new_section movq %rax, %rcx movq -72(%rbp), %rax movq %rcx, 128(%rax) movq -72(%rbp), %rax movq 128(%rax), %rax movl $4, 48(%rax) movq -72(%rbp), %rdi callq _build_got movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq _symtab_section(%rip), %rcx addq (%rcx), %rax movq %rax, -336(%rbp) cmpl $1, -288(%rbp) jne LBB126_44 ## %bb.7: movq _symtab_section(%rip), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -280(%rbp) LBB126_8: ## =>This Inner Loop Header: Depth=1 movq -280(%rbp), %rax cmpq -336(%rbp), %rax jae LBB126_29 ## %bb.9: ## in Loop: Header=BB126_8 Depth=1 movq -280(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax jne LBB126_23 ## %bb.10: ## in Loop: Header=BB126_8 Depth=1 movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -280(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -312(%rbp) movq -72(%rbp), %rax movq 160(%rax), %rdi movq -312(%rbp), %rsi callq _find_elf_sym movl %eax, -316(%rbp) cmpl $0, -316(%rbp) je LBB126_17 ## %bb.11: ## in Loop: Header=BB126_8 Depth=1 movq -72(%rbp), %rax movq 160(%rax), %rax movq 8(%rax), %rax movslq -316(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -328(%rbp) movq -328(%rbp), %rax movzbl 12(%rax), %eax andl $15, %eax movl %eax, -284(%rbp) cmpl $2, -284(%rbp) jne LBB126_13 ## %bb.12: ## in Loop: Header=BB126_8 Depth=1 movq -72(%rbp), %rdi movq -328(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -328(%rbp), %rax movzbl 12(%rax), %ecx movq -280(%rbp), %rax movq _symtab_section(%rip), %rsi movq 8(%rsi), %rsi subq %rsi, %rax sarq $4, %rax movl %eax, %r8d movl $7, %esi callq _put_got_entry jmp LBB126_16 LBB126_13: ## in Loop: Header=BB126_8 Depth=1 cmpl $1, -284(%rbp) jne LBB126_15 ## %bb.14: ## in Loop: Header=BB126_8 Depth=1 movq _bss_section(%rip), %rax movq (%rax), %rax movq %rax, -352(%rbp) movq -352(%rbp), %rax addq $16, %rax subq $1, %rax andq $-16, %rax movq %rax, -352(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rdi movq -352(%rbp), %rsi movq -328(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -328(%rbp), %rax movzbl 12(%rax), %ecx movq _bss_section(%rip), %rax movl 28(%rax), %r9d movq -312(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _put_elf_sym movl %eax, -320(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rdi movq _bss_section(%rip), %rsi movq -352(%rbp), %rdx movl -320(%rbp), %r8d movl $5, %ecx callq _put_elf_reloc movq -328(%rbp), %rax movl 8(%rax), %eax ## kill: def $rax killed $eax addq -352(%rbp), %rax movq %rax, -352(%rbp) movq -352(%rbp), %rcx movq _bss_section(%rip), %rax movq %rcx, (%rax) LBB126_15: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_16 LBB126_16: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_22 LBB126_17: ## in Loop: Header=BB126_8 Depth=1 movq -280(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $2, %eax je LBB126_19 ## %bb.18: ## in Loop: Header=BB126_8 Depth=1 movq -312(%rbp), %rdi leaq L_.str.59(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB126_20 LBB126_19: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_21 LBB126_20: ## in Loop: Header=BB126_8 Depth=1 movq -312(%rbp), %rsi leaq L_.str.60(%rip), %rdi movb $0, %al callq _error_noabort LBB126_21: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_22 LBB126_22: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_27 LBB126_23: ## in Loop: Header=BB126_8 Depth=1 movq -72(%rbp), %rax cmpl $0, 192(%rax) je LBB126_26 ## %bb.24: ## in Loop: Header=BB126_8 Depth=1 movq -280(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax je LBB126_26 ## %bb.25: ## in Loop: Header=BB126_8 Depth=1 movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -280(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -312(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rdi movq -280(%rbp), %rax movl 4(%rax), %eax movl %eax, %esi movq -280(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -280(%rbp), %rax movzbl 12(%rax), %ecx movq -280(%rbp), %rax movzwl 14(%rax), %r9d movq -312(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _put_elf_sym LBB126_26: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_27 LBB126_27: ## in Loop: Header=BB126_8 Depth=1 jmp LBB126_28 LBB126_28: ## in Loop: Header=BB126_8 Depth=1 movq -280(%rbp), %rax addq $16, %rax movq %rax, -280(%rbp) jmp LBB126_8 LBB126_29: movq -72(%rbp), %rax cmpl $0, 416(%rax) je LBB126_31 ## %bb.30: jmp LBB126_194 LBB126_31: movq -72(%rbp), %rax movq 160(%rax), %rax movq 8(%rax), %rax movq -72(%rbp), %rcx movq 160(%rcx), %rcx addq (%rcx), %rax movq %rax, -336(%rbp) movq -72(%rbp), %rax movq 160(%rax), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -328(%rbp) LBB126_32: ## =>This Inner Loop Header: Depth=1 movq -328(%rbp), %rax cmpq -336(%rbp), %rax jae LBB126_43 ## %bb.33: ## in Loop: Header=BB126_32 Depth=1 movq -328(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax jne LBB126_41 ## %bb.34: ## in Loop: Header=BB126_32 Depth=1 movq -72(%rbp), %rax movq 160(%rax), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -328(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -312(%rbp) movq _symtab_section(%rip), %rdi movq -312(%rbp), %rsi callq _find_elf_sym movl %eax, -316(%rbp) cmpl $0, -316(%rbp) je LBB126_36 ## %bb.35: ## in Loop: Header=BB126_32 Depth=1 movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -316(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -280(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rdi movq -280(%rbp), %rax movl 4(%rax), %eax movl %eax, %esi movq -280(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -280(%rbp), %rax movzbl 12(%rax), %ecx movq -280(%rbp), %rax movzwl 14(%rax), %r9d movq -312(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _put_elf_sym jmp LBB126_40 LBB126_36: ## in Loop: Header=BB126_32 Depth=1 movq -328(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $2, %eax jne LBB126_38 ## %bb.37: ## in Loop: Header=BB126_32 Depth=1 jmp LBB126_39 LBB126_38: ## in Loop: Header=BB126_32 Depth=1 movq -312(%rbp), %rsi leaq L_.str.61(%rip), %rdi movb $0, %al callq _warning LBB126_39: ## in Loop: Header=BB126_32 Depth=1 jmp LBB126_40 LBB126_40: ## in Loop: Header=BB126_32 Depth=1 jmp LBB126_41 LBB126_41: ## in Loop: Header=BB126_32 Depth=1 jmp LBB126_42 LBB126_42: ## in Loop: Header=BB126_32 Depth=1 movq -328(%rbp), %rax addq $16, %rax movq %rax, -328(%rbp) jmp LBB126_32 LBB126_43: jmp LBB126_51 LBB126_44: movq _symtab_section(%rip), %rax movq (%rax), %rax shrq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -356(%rbp) movslq -356(%rbp), %rdi shlq $2, %rdi callq _tcc_mallocz movq %rax, %rcx movq -72(%rbp), %rax movq %rcx, 152(%rax) movq _symtab_section(%rip), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -280(%rbp) LBB126_45: ## =>This Inner Loop Header: Depth=1 movq -280(%rbp), %rax cmpq -336(%rbp), %rax jae LBB126_50 ## %bb.46: ## in Loop: Header=BB126_45 Depth=1 movq -280(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax je LBB126_48 ## %bb.47: ## in Loop: Header=BB126_45 Depth=1 movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -280(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -312(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rdi movq -280(%rbp), %rax movl 4(%rax), %eax movl %eax, %esi movq -280(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -280(%rbp), %rax movzbl 12(%rax), %ecx movq -280(%rbp), %rax movzwl 14(%rax), %r9d movq -312(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _put_elf_sym movl %eax, -320(%rbp) movl -320(%rbp), %edx movq -72(%rbp), %rax movq 152(%rax), %rax movq -280(%rbp), %rcx movq _symtab_section(%rip), %rsi movq 8(%rsi), %rsi subq %rsi, %rcx sarq $4, %rcx movl %edx, (%rax,%rcx,4) LBB126_48: ## in Loop: Header=BB126_45 Depth=1 jmp LBB126_49 LBB126_49: ## in Loop: Header=BB126_45 Depth=1 movq -280(%rbp), %rax addq $16, %rax movq %rax, -280(%rbp) jmp LBB126_45 LBB126_50: jmp LBB126_51 LBB126_51: movq -72(%rbp), %rdi callq _build_got_entries movl $0, -120(%rbp) LBB126_52: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 96(%rcx), %eax jge LBB126_57 ## %bb.53: ## in Loop: Header=BB126_52 Depth=1 movq -72(%rbp), %rax movq 88(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -368(%rbp) movq -368(%rbp), %rax cmpl $0, (%rax) jne LBB126_55 ## %bb.54: ## in Loop: Header=BB126_52 Depth=1 movq -256(%rbp), %rax movq %rax, -408(%rbp) ## 8-byte Spill movq -264(%rbp), %rdi movq -368(%rbp), %rsi addq $4, %rsi callq _put_elf_str movq -408(%rbp), %rdi ## 8-byte Reload movslq %eax, %rdx movl $1, %esi callq _put_dt LBB126_55: ## in Loop: Header=BB126_52 Depth=1 jmp LBB126_56 LBB126_56: ## in Loop: Header=BB126_52 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_52 LBB126_57: cmpl $2, -288(%rbp) jne LBB126_59 ## %bb.58: movq -256(%rbp), %rdi movl $22, %esi xorl %eax, %eax movl %eax, %edx callq _put_dt LBB126_59: movq -256(%rbp), %rax movq (%rax), %rax movq %rax, -272(%rbp) movq -256(%rbp), %rax movq (%rax), %rcx addq $72, %rcx movq %rcx, (%rax) jmp LBB126_61 LBB126_60: movq -72(%rbp), %rdi callq _build_got_entries LBB126_61: jmp LBB126_62 LBB126_62: xorps %xmm0, %xmm0 movaps %xmm0, -32(%rbp) movaps %xmm0, -48(%rbp) movaps %xmm0, -64(%rbp) movl $0, -16(%rbp) movq -72(%rbp), %rdi leaq L_.str.62(%rip), %rsi movl $3, %edx xorl %ecx, %ecx callq _new_section movq %rax, -168(%rbp) movq -168(%rbp), %rdi leaq L_.str.63(%rip), %rsi callq _put_elf_str movq -72(%rbp), %rax movl 112(%rax), %eax movl %eax, -116(%rbp) movslq -116(%rbp), %rdi shlq $2, %rdi callq _tcc_malloc movq %rax, -112(%rbp) movq -112(%rbp), %rax movl $0, (%rax) movl $1, -148(%rbp) movl -288(%rbp), %eax movl %eax, -412(%rbp) ## 4-byte Spill subl $1, %eax je LBB126_65 jmp LBB126_250 LBB126_250: movl -412(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB126_69 jmp LBB126_251 LBB126_251: movl -412(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB126_64 jmp LBB126_63 LBB126_63: jmp LBB126_64 LBB126_64: movl $0, -124(%rbp) jmp LBB126_70 LBB126_65: movq -72(%rbp), %rax cmpl $0, 188(%rax) jne LBB126_67 ## %bb.66: movl $4, -124(%rbp) jmp LBB126_68 LBB126_67: movl $2, -124(%rbp) LBB126_68: jmp LBB126_70 LBB126_69: movl $3, -124(%rbp) LBB126_70: movl $1, -120(%rbp) LBB126_71: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_84 ## %bb.72: ## in Loop: Header=BB126_71 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) movq -168(%rbp), %rdi movq -176(%rbp), %rsi addq $120, %rsi callq _put_elf_str movl %eax, %ecx movq -176(%rbp), %rax movl %ecx, 24(%rax) cmpl $2, -288(%rbp) jne LBB126_76 ## %bb.73: ## in Loop: Header=BB126_71 Depth=1 movq -176(%rbp), %rax cmpl $9, 32(%rax) jne LBB126_76 ## %bb.74: ## in Loop: Header=BB126_71 Depth=1 movq -176(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax jne LBB126_76 ## %bb.75: ## in Loop: Header=BB126_71 Depth=1 movq -72(%rbp), %rdi movq -176(%rbp), %rsi callq _prepare_dynamic_rel jmp LBB126_82 LBB126_76: ## in Loop: Header=BB126_71 Depth=1 cmpl $0, _do_debug(%rip) jne LBB126_80 ## %bb.77: ## in Loop: Header=BB126_71 Depth=1 cmpl $3, -288(%rbp) je LBB126_80 ## %bb.78: ## in Loop: Header=BB126_71 Depth=1 movq -176(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax jne LBB126_80 ## %bb.79: ## in Loop: Header=BB126_71 Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx movl 112(%rcx), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB126_81 LBB126_80: ## in Loop: Header=BB126_71 Depth=1 movq -176(%rbp), %rax movq (%rax), %rcx movq -176(%rbp), %rax movq %rcx, 56(%rax) LBB126_81: ## in Loop: Header=BB126_71 Depth=1 jmp LBB126_82 LBB126_82: ## in Loop: Header=BB126_71 Depth=1 jmp LBB126_83 LBB126_83: ## in Loop: Header=BB126_71 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_71 LBB126_84: movslq -124(%rbp), %rdi shlq $5, %rdi callq _tcc_mallocz movq %rax, -232(%rbp) movq -72(%rbp), %rax cmpl $0, 212(%rax) jne LBB126_86 ## %bb.85: movslq -124(%rbp), %rax shlq $5, %rax addq $52, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -128(%rbp) jmp LBB126_87 LBB126_86: movl $0, -128(%rbp) LBB126_87: cmpl $0, -124(%rbp) jle LBB126_182 ## %bb.88: movq -72(%rbp), %rax cmpl $0, 208(%rax) je LBB126_92 ## %bb.89: movq -72(%rbp), %rax movq 200(%rax), %rax movq %rax, -160(%rbp) movq -160(%rbp), %rax andq $4095, %rax ## imm = 0xFFF ## kill: def $eax killed $eax killed $rax movl %eax, -372(%rbp) movl -128(%rbp), %eax andl $4095, %eax ## imm = 0xFFF movl %eax, -376(%rbp) movl -372(%rbp), %eax cmpl -376(%rbp), %eax jge LBB126_91 ## %bb.90: movl -372(%rbp), %eax addl $4096, %eax ## imm = 0x1000 movl %eax, -372(%rbp) LBB126_91: movl -372(%rbp), %eax subl -376(%rbp), %eax addl -128(%rbp), %eax movl %eax, -128(%rbp) jmp LBB126_96 LBB126_92: cmpl $2, -288(%rbp) jne LBB126_94 ## %bb.93: movq $0, -160(%rbp) jmp LBB126_95 LBB126_94: movq $134512640, -160(%rbp) ## imm = 0x8048000 LBB126_95: movl -128(%rbp), %eax andl $4095, %eax ## imm = 0xFFF cltq addq -160(%rbp), %rax movq %rax, -160(%rbp) LBB126_96: movq $0, -304(%rbp) movq $0, -296(%rbp) movq -232(%rbp), %rax movq %rax, -240(%rbp) cmpq $0, -248(%rbp) je LBB126_98 ## %bb.97: movq -240(%rbp), %rax addq $32, %rax movq %rax, -240(%rbp) LBB126_98: movl $0, -140(%rbp) LBB126_99: ## =>This Loop Header: Depth=1 ## Child Loop BB126_104 Depth 2 ## Child Loop BB126_106 Depth 3 cmpl $2, -140(%rbp) jge LBB126_159 ## %bb.100: ## in Loop: Header=BB126_99 Depth=1 movq -240(%rbp), %rax movl $1, (%rax) cmpl $0, -140(%rbp) jne LBB126_102 ## %bb.101: ## in Loop: Header=BB126_99 Depth=1 movq -240(%rbp), %rax movl $5, 24(%rax) jmp LBB126_103 LBB126_102: ## in Loop: Header=BB126_99 Depth=1 movq -240(%rbp), %rax movl $6, 24(%rax) LBB126_103: ## in Loop: Header=BB126_99 Depth=1 movq -240(%rbp), %rax movl $4096, 28(%rax) ## imm = 0x1000 movl $0, -152(%rbp) LBB126_104: ## Parent Loop BB126_99 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB126_106 Depth 3 cmpl $5, -152(%rbp) jge LBB126_150 ## %bb.105: ## in Loop: Header=BB126_104 Depth=2 movl $1, -120(%rbp) LBB126_106: ## Parent Loop BB126_99 Depth=1 ## Parent Loop BB126_104 Depth=2 ## => This Inner Loop Header: Depth=3 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_148 ## %bb.107: ## in Loop: Header=BB126_106 Depth=3 movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) cmpl $0, -140(%rbp) jne LBB126_111 ## %bb.108: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax movl 36(%rax), %eax andl $3, %eax cmpl $2, %eax je LBB126_110 ## %bb.109: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_110: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_114 LBB126_111: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax movl 36(%rax), %eax andl $3, %eax cmpl $3, %eax je LBB126_113 ## %bb.112: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_113: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_114 LBB126_114: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpq -248(%rbp), %rax jne LBB126_118 ## %bb.115: ## in Loop: Header=BB126_106 Depth=3 cmpl $0, -152(%rbp) je LBB126_117 ## %bb.116: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_117: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_138 LBB126_118: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $11, 32(%rax) je LBB126_121 ## %bb.119: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $3, 32(%rax) je LBB126_121 ## %bb.120: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $5, 32(%rax) jne LBB126_124 LBB126_121: ## in Loop: Header=BB126_106 Depth=3 cmpl $1, -152(%rbp) je LBB126_123 ## %bb.122: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_123: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_137 LBB126_124: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $9, 32(%rax) jne LBB126_128 ## %bb.125: ## in Loop: Header=BB126_106 Depth=3 cmpl $2, -152(%rbp) je LBB126_127 ## %bb.126: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_127: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_136 LBB126_128: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $8, 32(%rax) jne LBB126_132 ## %bb.129: ## in Loop: Header=BB126_106 Depth=3 cmpl $4, -152(%rbp) je LBB126_131 ## %bb.130: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_131: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_135 LBB126_132: ## in Loop: Header=BB126_106 Depth=3 cmpl $3, -152(%rbp) je LBB126_134 ## %bb.133: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_134: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_135 LBB126_135: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_136 LBB126_136: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_137 LBB126_137: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_138 LBB126_138: ## in Loop: Header=BB126_106 Depth=3 movl -120(%rbp), %edx movq -112(%rbp), %rax movl -148(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -148(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -160(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -144(%rbp) movq -160(%rbp), %rax movq -176(%rbp), %rcx movslq 44(%rcx), %rcx addq %rcx, %rax subq $1, %rax movq -176(%rbp), %rcx movl 44(%rcx), %ecx subl $1, %ecx xorl $-1, %ecx movslq %ecx, %rcx andq %rcx, %rax movq %rax, -160(%rbp) movq -160(%rbp), %rcx movslq -144(%rbp), %rax subq %rax, %rcx movslq -128(%rbp), %rax addq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -128(%rbp) movslq -128(%rbp), %rcx movq -176(%rbp), %rax movq %rcx, 72(%rax) movq -160(%rbp), %rcx movq -176(%rbp), %rax movq %rcx, 64(%rax) movq -240(%rbp), %rax cmpl $0, 4(%rax) jne LBB126_140 ## %bb.139: ## in Loop: Header=BB126_106 Depth=3 movl -128(%rbp), %ecx movq -240(%rbp), %rax movl %ecx, 4(%rax) movq -160(%rbp), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 8(%rax) movq -240(%rbp), %rax movl 8(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 12(%rax) LBB126_140: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax cmpl $9, 32(%rax) jne LBB126_144 ## %bb.141: ## in Loop: Header=BB126_106 Depth=3 cmpq $0, -304(%rbp) jne LBB126_143 ## %bb.142: ## in Loop: Header=BB126_106 Depth=3 movq -160(%rbp), %rax movq %rax, -296(%rbp) LBB126_143: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax movq 56(%rax), %rax addq -304(%rbp), %rax movq %rax, -304(%rbp) LBB126_144: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax movq 56(%rax), %rax addq -160(%rbp), %rax movq %rax, -160(%rbp) movq -176(%rbp), %rax cmpl $8, 32(%rax) je LBB126_146 ## %bb.145: ## in Loop: Header=BB126_106 Depth=3 movq -176(%rbp), %rax movq 56(%rax), %rcx movslq -128(%rbp), %rax addq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -128(%rbp) LBB126_146: ## in Loop: Header=BB126_106 Depth=3 jmp LBB126_147 LBB126_147: ## in Loop: Header=BB126_106 Depth=3 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_106 LBB126_148: ## in Loop: Header=BB126_104 Depth=2 jmp LBB126_149 LBB126_149: ## in Loop: Header=BB126_104 Depth=2 movl -152(%rbp), %eax addl $1, %eax movl %eax, -152(%rbp) jmp LBB126_104 LBB126_150: ## in Loop: Header=BB126_99 Depth=1 movl -128(%rbp), %ecx movq -240(%rbp), %rax subl 4(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 16(%rax) movq -160(%rbp), %rax movq -240(%rbp), %rcx movl 8(%rcx), %ecx ## kill: def $rcx killed $ecx subq %rcx, %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 20(%rax) movq -240(%rbp), %rax addq $32, %rax movq %rax, -240(%rbp) cmpl $0, -140(%rbp) jne LBB126_157 ## %bb.151: ## in Loop: Header=BB126_99 Depth=1 movq -72(%rbp), %rax cmpl $0, 212(%rax) jne LBB126_155 ## %bb.152: ## in Loop: Header=BB126_99 Depth=1 movq -160(%rbp), %rax andq $4095, %rax ## imm = 0xFFF cmpq $0, %rax je LBB126_154 ## %bb.153: ## in Loop: Header=BB126_99 Depth=1 movq -160(%rbp), %rax addq $4096, %rax ## imm = 0x1000 movq %rax, -160(%rbp) LBB126_154: ## in Loop: Header=BB126_99 Depth=1 jmp LBB126_156 LBB126_155: ## in Loop: Header=BB126_99 Depth=1 movq -160(%rbp), %rax addq $4096, %rax ## imm = 0x1000 subq $1, %rax andq $-4096, %rax ## imm = 0xF000 movq %rax, -160(%rbp) movl -128(%rbp), %eax addl $4096, %eax ## imm = 0x1000 subl $1, %eax andl $-4096, %eax ## imm = 0xF000 movl %eax, -128(%rbp) LBB126_156: ## in Loop: Header=BB126_99 Depth=1 jmp LBB126_157 LBB126_157: ## in Loop: Header=BB126_99 Depth=1 jmp LBB126_158 LBB126_158: ## in Loop: Header=BB126_99 Depth=1 movl -140(%rbp), %eax addl $1, %eax movl %eax, -140(%rbp) jmp LBB126_99 LBB126_159: cmpq $0, -248(%rbp) je LBB126_161 ## %bb.160: movq -232(%rbp), %rax movq %rax, -240(%rbp) movq -240(%rbp), %rax movl $3, (%rax) movq -248(%rbp), %rax movq 72(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 4(%rax) movq -248(%rbp), %rax movq 64(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 8(%rax) movq -240(%rbp), %rax movl 8(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 12(%rax) movq -248(%rbp), %rax movq 56(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 16(%rax) movq -248(%rbp), %rax movq 56(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 20(%rax) movq -240(%rbp), %rax movl $4, 24(%rax) movq -248(%rbp), %rax movl 44(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 28(%rax) LBB126_161: cmpq $0, -256(%rbp) je LBB126_181 ## %bb.162: movq -232(%rbp), %rax movl -124(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx shlq $5, %rcx addq %rcx, %rax movq %rax, -240(%rbp) movq -240(%rbp), %rax movl $2, (%rax) movq -256(%rbp), %rax movq 72(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 4(%rax) movq -256(%rbp), %rax movq 64(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 8(%rax) movq -240(%rbp), %rax movl 8(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 12(%rax) movq -256(%rbp), %rax movq 56(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 16(%rax) movq -256(%rbp), %rax movq 56(%rax), %rax movl %eax, %ecx movq -240(%rbp), %rax movl %ecx, 20(%rax) movq -240(%rbp), %rax movl $6, 24(%rax) movq -256(%rbp), %rax movl 44(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 28(%rax) movq -72(%rbp), %rax movq 120(%rax), %rax movq 8(%rax), %rdi movq -256(%rbp), %rax movq 64(%rax), %rax movl %eax, %esi callq _put32 cmpl $1, -288(%rbp) jne LBB126_169 ## %bb.163: movq -72(%rbp), %rax movq 128(%rax), %rax movq 8(%rax), %rax movq %rax, -392(%rbp) movq -392(%rbp), %rax movq -72(%rbp), %rcx movq 128(%rcx), %rcx addq (%rcx), %rax movq %rax, -400(%rbp) movq -392(%rbp), %rax cmpq -400(%rbp), %rax jae LBB126_168 ## %bb.164: movq -392(%rbp), %rax addq $2, %rax movq %rax, -432(%rbp) ## 8-byte Spill movq -392(%rbp), %rdi addq $2, %rdi callq _get32 movq -432(%rbp), %rdi ## 8-byte Reload movl %eax, %eax ## kill: def $rax killed $eax movq -72(%rbp), %rcx movq 120(%rcx), %rcx addq 64(%rcx), %rax movl %eax, %esi callq _put32 movq -392(%rbp), %rax addq $8, %rax movq %rax, -424(%rbp) ## 8-byte Spill movq -392(%rbp), %rdi addq $8, %rdi callq _get32 movq -424(%rbp), %rdi ## 8-byte Reload movl %eax, %eax ## kill: def $rax killed $eax movq -72(%rbp), %rcx movq 120(%rcx), %rcx addq 64(%rcx), %rax movl %eax, %esi callq _put32 movq -392(%rbp), %rax addq $16, %rax movq %rax, -392(%rbp) LBB126_165: ## =>This Inner Loop Header: Depth=1 movq -392(%rbp), %rax cmpq -400(%rbp), %rax jae LBB126_167 ## %bb.166: ## in Loop: Header=BB126_165 Depth=1 movq -392(%rbp), %rax addq $2, %rax movq %rax, -440(%rbp) ## 8-byte Spill movq -392(%rbp), %rdi addq $2, %rdi callq _get32 movq -440(%rbp), %rdi ## 8-byte Reload movl %eax, %eax ## kill: def $rax killed $eax movq -72(%rbp), %rcx movq 120(%rcx), %rcx addq 64(%rcx), %rax movl %eax, %esi callq _put32 movq -392(%rbp), %rax addq $16, %rax movq %rax, -392(%rbp) jmp LBB126_165 LBB126_167: jmp LBB126_168 LBB126_168: jmp LBB126_169 LBB126_169: movq -72(%rbp), %rax movq 168(%rax), %rax movq 8(%rax), %rax movq -72(%rbp), %rcx movq 168(%rcx), %rcx addq (%rcx), %rax movq %rax, -384(%rbp) movq -72(%rbp), %rax movq 168(%rax), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -280(%rbp) LBB126_170: ## =>This Inner Loop Header: Depth=1 movq -280(%rbp), %rax cmpq -384(%rbp), %rax jae LBB126_180 ## %bb.171: ## in Loop: Header=BB126_170 Depth=1 movq -280(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax jne LBB126_175 ## %bb.172: ## in Loop: Header=BB126_170 Depth=1 movq -280(%rbp), %rax cmpl $0, 4(%rax) je LBB126_174 ## %bb.173: ## in Loop: Header=BB126_170 Depth=1 movq -72(%rbp), %rax movq 128(%rax), %rax movq 64(%rax), %rdx movq -280(%rbp), %rax movl 4(%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, 4(%rax) LBB126_174: ## in Loop: Header=BB126_170 Depth=1 jmp LBB126_178 LBB126_175: ## in Loop: Header=BB126_170 Depth=1 movq -280(%rbp), %rax movzwl 14(%rax), %eax cmpl $65280, %eax ## imm = 0xFF00 jge LBB126_177 ## %bb.176: ## in Loop: Header=BB126_170 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movq -280(%rbp), %rcx movzwl 14(%rcx), %ecx ## kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rax movq 64(%rax), %rdx movq -280(%rbp), %rax movl 4(%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, 4(%rax) LBB126_177: ## in Loop: Header=BB126_170 Depth=1 jmp LBB126_178 LBB126_178: ## in Loop: Header=BB126_170 Depth=1 jmp LBB126_179 LBB126_179: ## in Loop: Header=BB126_170 Depth=1 movq -280(%rbp), %rax addq $16, %rax movq %rax, -280(%rbp) jmp LBB126_170 LBB126_180: movq -272(%rbp), %rcx movq -256(%rbp), %rax movq %rcx, (%rax) movq -256(%rbp), %rdi movq -72(%rbp), %rax movq 168(%rax), %rax movq 104(%rax), %rax movq 64(%rax), %rdx movl $4, %esi callq _put_dt movq -256(%rbp), %rdi movq -264(%rbp), %rax movq 64(%rax), %rdx movl $5, %esi callq _put_dt movq -256(%rbp), %rdi movq -72(%rbp), %rax movq 168(%rax), %rax movq 64(%rax), %rdx movl $6, %esi callq _put_dt movq -256(%rbp), %rdi movq -264(%rbp), %rax movq (%rax), %rdx movl $10, %esi callq _put_dt movq -256(%rbp), %rdi movl $11, %esi movl $16, %edx callq _put_dt movq -256(%rbp), %rdi movq -296(%rbp), %rdx movl $17, %esi callq _put_dt movq -256(%rbp), %rdi movq -304(%rbp), %rdx movl $18, %esi callq _put_dt movq -256(%rbp), %rdi movl $19, %esi movl $8, %edx callq _put_dt movq -256(%rbp), %rdi xorl %esi, %esi xorl %eax, %eax movl %eax, %edx callq _put_dt LBB126_181: movw $32, -22(%rbp) movl -124(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -20(%rbp) movl $52, -36(%rbp) LBB126_182: movl $1, -120(%rbp) LBB126_183: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_191 ## %bb.184: ## in Loop: Header=BB126_183 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) cmpl $0, -124(%rbp) jle LBB126_187 ## %bb.185: ## in Loop: Header=BB126_183 Depth=1 movq -176(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB126_187 ## %bb.186: ## in Loop: Header=BB126_183 Depth=1 jmp LBB126_190 LBB126_187: ## in Loop: Header=BB126_183 Depth=1 movl -120(%rbp), %edx movq -112(%rbp), %rax movl -148(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -148(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movl -128(%rbp), %eax movq -176(%rbp), %rcx addl 44(%rcx), %eax subl $1, %eax movq -176(%rbp), %rcx movl 44(%rcx), %ecx subl $1, %ecx xorl $-1, %ecx andl %ecx, %eax movl %eax, -128(%rbp) movslq -128(%rbp), %rcx movq -176(%rbp), %rax movq %rcx, 72(%rax) movq -176(%rbp), %rax cmpl $8, 32(%rax) je LBB126_189 ## %bb.188: ## in Loop: Header=BB126_183 Depth=1 movq -176(%rbp), %rax movq 56(%rax), %rcx movslq -128(%rbp), %rax addq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -128(%rbp) LBB126_189: ## in Loop: Header=BB126_183 Depth=1 jmp LBB126_190 LBB126_190: ## in Loop: Header=BB126_183 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_183 LBB126_191: cmpl $3, -288(%rbp) je LBB126_213 ## %bb.192: movq -72(%rbp), %rdi xorl %esi, %esi callq _relocate_syms movq -72(%rbp), %rax cmpl $0, 416(%rax) je LBB126_195 ## %bb.193: jmp LBB126_194 LBB126_194: movl $-1, -100(%rbp) jmp LBB126_247 LBB126_195: movl $1, -120(%rbp) LBB126_196: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_202 ## %bb.197: ## in Loop: Header=BB126_196 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax cmpq $0, 96(%rax) je LBB126_200 ## %bb.198: ## in Loop: Header=BB126_196 Depth=1 movq -176(%rbp), %rax movq -72(%rbp), %rcx cmpq 120(%rcx), %rax je LBB126_200 ## %bb.199: ## in Loop: Header=BB126_196 Depth=1 movq -72(%rbp), %rdi movq -176(%rbp), %rsi callq _relocate_section LBB126_200: ## in Loop: Header=BB126_196 Depth=1 jmp LBB126_201 LBB126_201: ## in Loop: Header=BB126_196 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_196 LBB126_202: movl $1, -120(%rbp) LBB126_203: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_209 ## %bb.204: ## in Loop: Header=BB126_203 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB126_207 ## %bb.205: ## in Loop: Header=BB126_203 Depth=1 movq -176(%rbp), %rax cmpl $9, 32(%rax) jne LBB126_207 ## %bb.206: ## in Loop: Header=BB126_203 Depth=1 movq -72(%rbp), %rdi movq -176(%rbp), %rsi callq _relocate_rel LBB126_207: ## in Loop: Header=BB126_203 Depth=1 jmp LBB126_208 LBB126_208: ## in Loop: Header=BB126_203 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_203 LBB126_209: cmpl $1, -288(%rbp) jne LBB126_211 ## %bb.210: movq -72(%rbp), %rdi leaq L_.str.64(%rip), %rsi callq _tcc_get_symbol_err ## kill: def $eax killed $eax killed $rax movl %eax, -40(%rbp) jmp LBB126_212 LBB126_211: movq _text_section(%rip), %rax movq 64(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -40(%rbp) LBB126_212: jmp LBB126_213 LBB126_213: cmpl $3, -288(%rbp) jne LBB126_215 ## %bb.214: movl $438, -96(%rbp) ## imm = 0x1B6 jmp LBB126_216 LBB126_215: movl $511, -96(%rbp) ## imm = 0x1FF LBB126_216: movq -80(%rbp), %rdi movl -96(%rbp), %edx movl $1537, %esi ## imm = 0x601 movb $0, %al callq _open movl %eax, -92(%rbp) cmpl $0, -92(%rbp) jge LBB126_218 ## %bb.217: movq -80(%rbp), %rsi leaq L_.str.65(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB126_194 LBB126_218: movl -92(%rbp), %edi leaq L_.str.66(%rip), %rsi callq _fdopen movq %rax, -88(%rbp) movq -72(%rbp), %rax cmpl $0, 212(%rax) jne LBB126_245 ## %bb.219: movq -72(%rbp), %rdi movq _symtab_section(%rip), %rsi callq _sort_syms movl -128(%rbp), %eax addl $3, %eax andl $-4, %eax movl %eax, -128(%rbp) movb $127, -64(%rbp) movb $69, -63(%rbp) movb $76, -62(%rbp) movb $70, -61(%rbp) movb $1, -60(%rbp) movb $1, -59(%rbp) movb $1, -58(%rbp) movl -288(%rbp), %eax movl %eax, -444(%rbp) ## 4-byte Spill subl $1, %eax je LBB126_221 jmp LBB126_252 LBB126_252: movl -444(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB126_222 jmp LBB126_253 LBB126_253: movl -444(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB126_223 jmp LBB126_220 LBB126_220: jmp LBB126_221 LBB126_221: movw $2, -48(%rbp) jmp LBB126_224 LBB126_222: movw $3, -48(%rbp) jmp LBB126_224 LBB126_223: movw $1, -48(%rbp) LBB126_224: movw $3, -46(%rbp) movl $1, -44(%rbp) movl -128(%rbp), %eax movl %eax, -32(%rbp) movw $52, -24(%rbp) movw $40, -18(%rbp) movl -116(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -16(%rbp) movl -116(%rbp), %eax subl $1, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -14(%rbp) leaq -64(%rbp), %rdi movq -88(%rbp), %rcx movl $1, %esi movl $52, %edx callq _fwrite movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -232(%rbp), %rdi movslq -124(%rbp), %rdx shlq $5, %rdx movq -88(%rbp), %rcx movl $1, %esi callq _fwrite movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movslq -124(%rbp), %rax shlq $5, %rax addq $52, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -132(%rbp) movl $1, -120(%rbp) LBB126_225: ## =>This Loop Header: Depth=1 ## Child Loop BB126_228 Depth 2 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_233 ## %bb.226: ## in Loop: Header=BB126_225 Depth=1 movq -72(%rbp), %rax movq 104(%rax), %rax movq -112(%rbp), %rcx movslq -120(%rbp), %rdx movslq (%rcx,%rdx,4), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax cmpl $8, 32(%rax) je LBB126_231 ## %bb.227: ## in Loop: Header=BB126_225 Depth=1 jmp LBB126_228 LBB126_228: ## Parent Loop BB126_225 Depth=1 ## => This Inner Loop Header: Depth=2 movslq -132(%rbp), %rax movq -176(%rbp), %rcx cmpq 72(%rcx), %rax jae LBB126_230 ## %bb.229: ## in Loop: Header=BB126_228 Depth=2 movq -88(%rbp), %rsi xorl %edi, %edi callq _fputc movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) jmp LBB126_228 LBB126_230: ## in Loop: Header=BB126_225 Depth=1 movq -176(%rbp), %rax movq 56(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -136(%rbp) movq -176(%rbp), %rax movq 8(%rax), %rdi movslq -136(%rbp), %rdx movq -88(%rbp), %rcx movl $1, %esi callq _fwrite movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl -136(%rbp), %eax addl -132(%rbp), %eax movl %eax, -132(%rbp) LBB126_231: ## in Loop: Header=BB126_225 Depth=1 jmp LBB126_232 LBB126_232: ## in Loop: Header=BB126_225 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_225 LBB126_233: jmp LBB126_234 LBB126_234: ## =>This Inner Loop Header: Depth=1 movl -132(%rbp), %eax cmpl -32(%rbp), %eax jae LBB126_236 ## %bb.235: ## in Loop: Header=BB126_234 Depth=1 movq -88(%rbp), %rsi xorl %edi, %edi callq _fputc movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) jmp LBB126_234 LBB126_236: movl $0, -120(%rbp) LBB126_237: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movq -72(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB126_244 ## %bb.238: ## in Loop: Header=BB126_237 Depth=1 leaq -216(%rbp), %rax movq %rax, -224(%rbp) movq -224(%rbp), %rdi xorl %esi, %esi movl $40, %edx movq $-1, %rcx callq ___memset_chk movq -72(%rbp), %rax movq 104(%rax), %rax movslq -120(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -176(%rbp) cmpq $0, -176(%rbp) je LBB126_242 ## %bb.239: ## in Loop: Header=BB126_237 Depth=1 movq -176(%rbp), %rax movl 24(%rax), %ecx movq -224(%rbp), %rax movl %ecx, (%rax) movq -176(%rbp), %rax movl 32(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 4(%rax) movq -176(%rbp), %rax movl 36(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 8(%rax) movq -176(%rbp), %rax movl 48(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 36(%rax) movq -176(%rbp), %rax movl 40(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 28(%rax) movq -176(%rbp), %rax cmpq $0, 88(%rax) je LBB126_241 ## %bb.240: ## in Loop: Header=BB126_237 Depth=1 movq -176(%rbp), %rax movq 88(%rax), %rax movl 28(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 24(%rax) LBB126_241: ## in Loop: Header=BB126_237 Depth=1 movq -176(%rbp), %rax movl 44(%rax), %ecx movq -224(%rbp), %rax movl %ecx, 32(%rax) movq -176(%rbp), %rax movq 64(%rax), %rax movl %eax, %ecx movq -224(%rbp), %rax movl %ecx, 12(%rax) movq -176(%rbp), %rax movq 72(%rax), %rax movl %eax, %ecx movq -224(%rbp), %rax movl %ecx, 16(%rax) movq -176(%rbp), %rax movq 56(%rax), %rax movl %eax, %ecx movq -224(%rbp), %rax movl %ecx, 20(%rax) LBB126_242: ## in Loop: Header=BB126_237 Depth=1 movq -224(%rbp), %rdi movq -88(%rbp), %rcx movl $1, %esi movl $40, %edx callq _fwrite movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) ## %bb.243: ## in Loop: Header=BB126_237 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB126_237 LBB126_244: jmp LBB126_246 LBB126_245: movq -72(%rbp), %rdi movq -88(%rbp), %rsi movq -112(%rbp), %rdx callq _tcc_output_binary LBB126_246: movq -88(%rbp), %rdi callq _fclose movl $0, -100(%rbp) LBB126_247: movq -72(%rbp), %rax movq 152(%rax), %rdi callq _tcc_free movq -112(%rbp), %rdi callq _tcc_free movq -232(%rbp), %rdi callq _tcc_free movq -72(%rbp), %rax movq 136(%rax), %rdi callq _tcc_free movl -100(%rbp), %eax movl %eax, -448(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB126_249 ## %bb.248: movl -448(%rbp), %eax ## 4-byte Reload addq $464, %rsp ## imm = 0x1D0 popq %rbp retq LBB126_249: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_add_runtime _tcc_add_runtime: ## @tcc_add_runtime .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1088, %rsp ## imm = 0x440 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1048(%rbp) cmpl $0, _do_bounds_check(%rip) je LBB127_4 ## %bb.1: movq _bounds_section(%rip), %rdi movl $8, %esi callq _section_ptr_add movq %rax, -1056(%rbp) movq -1056(%rbp), %rax movq $0, (%rax) movq _symtab_section(%rip), %rdi movq _bounds_section(%rip), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %edx movl $16, %ecx xorl %r8d, %r8d leaq L_.str.277(%rip), %rax movq %rdx, %rsi movq %rax, (%rsp) callq _add_elf_sym leaq -1040(%rbp), %rdi movq _tcc_lib_path(%rip), %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.278(%rip), %r8 leaq L_.str.279(%rip), %rax movq %rcx, %rsi movq %rax, (%rsp) movb $0, %al callq ___snprintf_chk movq -1048(%rbp), %rdi leaq -1040(%rbp), %rsi callq _tcc_add_file movq -1048(%rbp), %rax cmpl $0, (%rax) je LBB127_3 ## %bb.2: movq -1048(%rbp), %rdi leaq L_.str.280(%rip), %rsi callq _find_section movq %rax, -1064(%rbp) movq -1064(%rbp), %rdi movl $5, %esi callq _section_ptr_add movq %rax, -1072(%rbp) movq -1072(%rbp), %rax movb $-24, (%rax) movq -1072(%rbp), %rdi addq $1, %rdi movl $4294967292, %esi ## imm = 0xFFFFFFFC callq _put32 movq _symtab_section(%rip), %rdi leaq L_.str.73(%rip), %rsi callq _find_elf_sym movl %eax, -1076(%rbp) movq _symtab_section(%rip), %rdi movq -1064(%rbp), %rsi movq -1064(%rbp), %rax movq (%rax), %rdx subq $4, %rdx movl -1076(%rbp), %r8d movl $2, %ecx callq _put_elf_reloc LBB127_3: jmp LBB127_4 LBB127_4: movq -1048(%rbp), %rax cmpl $0, 180(%rax) jne LBB127_6 ## %bb.5: movq -1048(%rbp), %rdi leaq L_.str.281(%rip), %rsi callq _tcc_add_library leaq -1040(%rbp), %rdi movq _tcc_lib_path(%rip), %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.278(%rip), %r8 leaq L_.str.282(%rip), %rax movq %rcx, %rsi movq %rax, (%rsp) movb $0, %al callq ___snprintf_chk movq -1048(%rbp), %rdi leaq -1040(%rbp), %rsi callq _tcc_add_file LBB127_6: movq -1048(%rbp), %rax cmpl $0, (%rax) je LBB127_9 ## %bb.7: movq -1048(%rbp), %rax cmpl $0, 180(%rax) jne LBB127_9 ## %bb.8: movq -1048(%rbp), %rdi leaq L_.str.283(%rip), %rsi callq _tcc_add_file LBB127_9: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB127_11 ## %bb.10: addq $1088, %rsp ## imm = 0x440 popq %rbp retq LBB127_11: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function relocate_common_syms _relocate_common_syms: ## @relocate_common_syms .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq _symtab_section(%rip), %rcx addq (%rcx), %rax movq %rax, -16(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -8(%rbp) LBB128_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpq -16(%rbp), %rax jae LBB128_6 ## %bb.2: ## in Loop: Header=BB128_1 Depth=1 movq -8(%rbp), %rax movzwl 14(%rax), %eax cmpl $65522, %eax ## imm = 0xFFF2 jne LBB128_4 ## %bb.3: ## in Loop: Header=BB128_1 Depth=1 movq -8(%rbp), %rax movl 4(%rax), %eax ## kill: def $rax killed $eax movq %rax, -32(%rbp) movq _bss_section(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax addq -32(%rbp), %rax subq $1, %rax xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq -32(%rbp), %rcx andq %rcx, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, 4(%rax) movq _bss_section(%rip), %rax movl 28(%rax), %eax movw %ax, %cx movq -8(%rbp), %rax movw %cx, 14(%rax) movq -8(%rbp), %rax movl 8(%rax), %eax ## kill: def $rax killed $eax addq -24(%rbp), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rcx movq _bss_section(%rip), %rax movq %rcx, (%rax) LBB128_4: ## in Loop: Header=BB128_1 Depth=1 jmp LBB128_5 LBB128_5: ## in Loop: Header=BB128_1 Depth=1 movq -8(%rbp), %rax addq $16, %rax movq %rax, -8(%rbp) jmp LBB128_1 LBB128_6: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_add_linker_symbols _tcc_add_linker_symbols: ## @tcc_add_linker_symbols .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1088, %rsp ## imm = 0x440 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1048(%rbp) movq _symtab_section(%rip), %rdi movq _text_section(%rip), %rax movq (%rax), %rsi movq _text_section(%rip), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %edx movl $16, %ecx xorl %r8d, %r8d leaq L_.str.284(%rip), %rax movq %rax, (%rsp) callq _add_elf_sym movq _symtab_section(%rip), %rdi movq _data_section(%rip), %rax movq (%rax), %rsi movq _data_section(%rip), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %edx movl $16, %ecx xorl %r8d, %r8d leaq L_.str.285(%rip), %rax movq %rax, (%rsp) callq _add_elf_sym movq _symtab_section(%rip), %rdi movq _bss_section(%rip), %rax movq (%rax), %rsi movq _bss_section(%rip), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %edx movl $16, %ecx xorl %r8d, %r8d leaq L_.str.286(%rip), %rax movq %rax, (%rsp) callq _add_elf_sym movq -1048(%rbp), %rdi leaq L_.str.287(%rip), %rsi callq _add_init_array_defines movq -1048(%rbp), %rdi leaq L_.str.288(%rip), %rsi callq _add_init_array_defines movq -1048(%rbp), %rdi leaq L_.str.289(%rip), %rsi callq _add_init_array_defines movl $1, -1052(%rbp) LBB129_1: ## =>This Loop Header: Depth=1 ## Child Loop BB129_5 Depth 2 movl -1052(%rbp), %eax movq -1048(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB129_15 ## %bb.2: ## in Loop: Header=BB129_1 Depth=1 movq -1048(%rbp), %rax movq 104(%rax), %rax movslq -1052(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -1064(%rbp) movq -1064(%rbp), %rax cmpl $1, 32(%rax) jne LBB129_12 ## %bb.3: ## in Loop: Header=BB129_1 Depth=1 movq -1064(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB129_12 ## %bb.4: ## in Loop: Header=BB129_1 Depth=1 movq -1064(%rbp), %rax addq $120, %rax movq %rax, -1072(%rbp) LBB129_5: ## Parent Loop BB129_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -1072(%rbp), %rax movsbl (%rax), %eax movl %eax, -1076(%rbp) cmpl $0, -1076(%rbp) jne LBB129_7 ## %bb.6: ## in Loop: Header=BB129_1 Depth=1 jmp LBB129_11 LBB129_7: ## in Loop: Header=BB129_5 Depth=2 movl -1076(%rbp), %edi callq _isid cmpl $0, %eax jne LBB129_10 ## %bb.8: ## in Loop: Header=BB129_5 Depth=2 movl -1076(%rbp), %edi callq _isnum cmpl $0, %eax jne LBB129_10 ## %bb.9: ## in Loop: Header=BB129_1 Depth=1 jmp LBB129_13 LBB129_10: ## in Loop: Header=BB129_5 Depth=2 movq -1072(%rbp), %rax addq $1, %rax movq %rax, -1072(%rbp) jmp LBB129_5 LBB129_11: ## in Loop: Header=BB129_1 Depth=1 leaq -1040(%rbp), %rdi movq -1064(%rbp), %r9 addq $120, %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.290(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq _symtab_section(%rip), %rdi movq -1064(%rbp), %rax movl 28(%rax), %r9d leaq -1040(%rbp), %rax xorl %ecx, %ecx movl %ecx, %edx movl $16, %ecx xorl %r8d, %r8d movq %rdx, %rsi movq %rax, (%rsp) callq _add_elf_sym leaq -1040(%rbp), %rdi movq -1064(%rbp), %r9 addq $120, %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.291(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq _symtab_section(%rip), %rdi movq -1064(%rbp), %rax movq (%rax), %rsi movq -1064(%rbp), %rax movl 28(%rax), %r9d leaq -1040(%rbp), %rax xorl %ecx, %ecx movl %ecx, %edx movl $16, %ecx xorl %r8d, %r8d movq %rax, (%rsp) callq _add_elf_sym LBB129_12: ## in Loop: Header=BB129_1 Depth=1 jmp LBB129_13 LBB129_13: ## in Loop: Header=BB129_1 Depth=1 jmp LBB129_14 LBB129_14: ## in Loop: Header=BB129_1 Depth=1 movl -1052(%rbp), %eax addl $1, %eax movl %eax, -1052(%rbp) jmp LBB129_1 LBB129_15: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB129_17 ## %bb.16: addq $1088, %rsp ## imm = 0x440 popq %rbp retq LBB129_17: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function new_symtab _new_symtab: ## @new_symtab .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movl 16(%rbp), %eax movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movq %r8, -32(%rbp) movq %r9, -40(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl -20(%rbp), %edx movl -24(%rbp), %ecx callq _new_section movq %rax, -48(%rbp) movq -48(%rbp), %rax movl $16, 48(%rax) movq -8(%rbp), %rdi movq -32(%rbp), %rsi movl -24(%rbp), %ecx movl $3, %edx callq _new_section movq %rax, -56(%rbp) movq -56(%rbp), %rdi leaq L_.str.63(%rip), %rsi callq _put_elf_str movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 88(%rax) movq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %edx xorl %r9d, %r9d movq %rdx, %rsi movl %r9d, %ecx movl %r9d, %r8d movq $0, (%rsp) callq _put_elf_sym movl $1, -76(%rbp) movq -8(%rbp), %rdi movq -40(%rbp), %rsi movl 16(%rbp), %ecx movl $5, %edx callq _new_section movq %rax, -64(%rbp) movq -64(%rbp), %rax movl $4, 48(%rax) movq -64(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 104(%rax) movq -48(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, 88(%rax) movq -64(%rbp), %rdi movl -76(%rbp), %eax addl $2, %eax addl $1, %eax movslq %eax, %rsi shlq $2, %rsi callq _section_ptr_add movq %rax, -72(%rbp) movl -76(%rbp), %ecx movq -72(%rbp), %rax movl %ecx, (%rax) movq -72(%rbp), %rax movl $1, 4(%rax) movq -72(%rbp), %rdi addq $8, %rdi movl -76(%rbp), %eax addl $1, %eax movslq %eax, %rdx shlq $2, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movq -48(%rbp), %rax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function build_got _build_got: ## @build_got .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq L_.str.294(%rip), %rsi movl $1, %edx movl $3, %ecx callq _new_section movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 120(%rax) movq -8(%rbp), %rax movq 120(%rax), %rax movl $4, 48(%rax) movq _symtab_section(%rip), %rdi movq -8(%rbp), %rax movq 120(%rax), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %esi movl $4, %edx movl $17, %ecx xorl %r8d, %r8d leaq L_.str.295(%rip), %rax movq %rax, (%rsp) callq _add_elf_sym movq -8(%rbp), %rax movq 120(%rax), %rdi movl $12, %esi callq _section_ptr_add movq %rax, -16(%rbp) movq -16(%rbp), %rdi xorl %esi, %esi callq _put32 movq -16(%rbp), %rdi addq $4, %rdi xorl %esi, %esi callq _put32 movq -16(%rbp), %rdi addq $8, %rdi xorl %esi, %esi callq _put32 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_got_entry _put_got_entry: ## @put_got_entry .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movq -8(%rbp), %rax cmpq $0, 120(%rax) jne LBB132_2 ## %bb.1: movq -8(%rbp), %rdi callq _build_got LBB132_2: movl -32(%rbp), %eax movq -8(%rbp), %rcx cmpl 144(%rcx), %eax jge LBB132_5 ## %bb.3: movq -8(%rbp), %rax movq 136(%rax), %rax movslq -32(%rbp), %rcx cmpq $0, (%rax,%rcx,8) je LBB132_5 ## %bb.4: jmp LBB132_17 LBB132_5: movq -8(%rbp), %rdi movl -32(%rbp), %esi movq -8(%rbp), %rax movq 120(%rax), %rax movq (%rax), %rdx callq _put_got_offset movq -8(%rbp), %rax cmpq $0, 168(%rax) je LBB132_16 ## %bb.6: movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -32(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -56(%rbp) movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -56(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -48(%rbp) movq -56(%rbp), %rax movl 4(%rax), %eax ## kill: def $rax killed $eax movq %rax, -64(%rbp) cmpl $7, -12(%rbp) jne LBB132_15 ## %bb.7: movq -8(%rbp), %rax cmpl $2, (%rax) jne LBB132_9 ## %bb.8: movl $163, -92(%rbp) jmp LBB132_10 LBB132_9: movl $37, -92(%rbp) LBB132_10: movq -8(%rbp), %rax movq 128(%rax), %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax cmpq $0, (%rax) jne LBB132_12 ## %bb.11: movq -80(%rbp), %rdi movl $16, %esi callq _section_ptr_add movq %rax, -88(%rbp) movq -88(%rbp), %rax movb $-1, (%rax) movl -92(%rbp), %eax addl $16, %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 1(%rax) movq -88(%rbp), %rdi addq $2, %rdi movl $4, %esi callq _put32 movq -88(%rbp), %rax movb $-1, 6(%rax) movl -92(%rbp), %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 7(%rax) movq -88(%rbp), %rdi addq $8, %rdi movl $8, %esi callq _put32 LBB132_12: movq -80(%rbp), %rdi movl $16, %esi callq _section_ptr_add movq %rax, -88(%rbp) movq -88(%rbp), %rax movb $-1, (%rax) movl -92(%rbp), %eax movb %al, %cl movq -88(%rbp), %rax movb %cl, 1(%rax) movq -88(%rbp), %rdi addq $2, %rdi movq -8(%rbp), %rax movq 120(%rax), %rax movq (%rax), %rax movl %eax, %esi callq _put32 movq -88(%rbp), %rax movb $104, 6(%rax) movq -88(%rbp), %rdi addq $7, %rdi movq -80(%rbp), %rax movq (%rax), %rax subq $32, %rax shrq $1, %rax movl %eax, %esi callq _put32 movq -88(%rbp), %rax movb $-23, 11(%rax) movq -88(%rbp), %rdi addq $12, %rdi movq -80(%rbp), %rcx xorl %eax, %eax ## kill: def $rax killed $eax subq (%rcx), %rax movl %eax, %esi callq _put32 movq -8(%rbp), %rax cmpl $1, (%rax) jne LBB132_14 ## %bb.13: movq -80(%rbp), %rax movq (%rax), %rax subq $16, %rax movq %rax, -64(%rbp) LBB132_14: jmp LBB132_15 LBB132_15: movq -8(%rbp), %rax movq 168(%rax), %rdi movq -64(%rbp), %rsi movq -24(%rbp), %rdx movl -28(%rbp), %ecx movq -56(%rbp), %rax movzwl 14(%rax), %r9d movq -48(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _put_elf_sym movl %eax, -36(%rbp) movq -8(%rbp), %rax movq 168(%rax), %rdi movq -8(%rbp), %rax movq 120(%rax), %rsi movq -8(%rbp), %rax movq 120(%rax), %rax movq (%rax), %rdx movl -12(%rbp), %ecx movl -36(%rbp), %r8d callq _put_elf_reloc LBB132_16: movq -8(%rbp), %rax movq 120(%rax), %rdi movl $4, %esi callq _section_ptr_add movq %rax, -72(%rbp) movq -72(%rbp), %rax movl $0, (%rax) LBB132_17: addq $112, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_elf_sym _put_elf_sym: ## @put_elf_sym .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq 16(%rbp), %rax movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movl %r9d, -36(%rbp) movq -8(%rbp), %rdi movl $16, %esi callq _section_ptr_add movq %rax, -64(%rbp) cmpq $0, 16(%rbp) je LBB133_2 ## %bb.1: movq -8(%rbp), %rax movq 88(%rax), %rdi movq 16(%rbp), %rsi callq _put_elf_str movl %eax, -40(%rbp) jmp LBB133_3 LBB133_2: movl $0, -40(%rbp) LBB133_3: movl -40(%rbp), %ecx movq -64(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movl %eax, %ecx movq -64(%rbp), %rax movl %ecx, 4(%rax) movq -24(%rbp), %rax movl %eax, %ecx movq -64(%rbp), %rax movl %ecx, 8(%rax) movl -28(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movb %cl, 12(%rax) movl -32(%rbp), %eax movb %al, %cl movq -64(%rbp), %rax movb %cl, 13(%rax) movl -36(%rbp), %eax movw %ax, %cx movq -64(%rbp), %rax movw %cx, 14(%rax) movq -64(%rbp), %rax movq -8(%rbp), %rcx movq 8(%rcx), %rcx subq %rcx, %rax sarq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movq -8(%rbp), %rax movq 104(%rax), %rax movq %rax, -72(%rbp) cmpq $0, -72(%rbp) je LBB133_10 ## %bb.4: movq -72(%rbp), %rdi movl $4, %esi callq _section_ptr_add movq %rax, -80(%rbp) movq -72(%rbp), %rax movq 8(%rax), %rax movq %rax, -88(%rbp) movl -28(%rbp), %eax ## kill: def $al killed $al killed $eax movzbl %al, %eax sarl $4, %eax cmpl $0, %eax je LBB133_8 ## %bb.5: movq -88(%rbp), %rax movl (%rax), %eax movl %eax, -48(%rbp) movq 16(%rbp), %rdi callq _elf_hash movslq -48(%rbp), %rcx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movl %edx, %eax movl %eax, -52(%rbp) movq -88(%rbp), %rax movl -52(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %ecx movq -80(%rbp), %rax movl %ecx, (%rax) movl -44(%rbp), %edx movq -88(%rbp), %rax movl -52(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -88(%rbp), %rax movl 4(%rax), %ecx addl $1, %ecx movl %ecx, 4(%rax) movq -72(%rbp), %rax movl 80(%rax), %ecx addl $1, %ecx movl %ecx, 80(%rax) movq -72(%rbp), %rax movl 80(%rax), %eax movl -48(%rbp), %ecx shll $1, %ecx cmpl %ecx, %eax jle LBB133_7 ## %bb.6: movq -8(%rbp), %rdi movl -48(%rbp), %esi shll $1, %esi callq _rebuild_hash LBB133_7: jmp LBB133_9 LBB133_8: movq -80(%rbp), %rax movl $0, (%rax) movq -88(%rbp), %rax movl 4(%rax), %ecx addl $1, %ecx movl %ecx, 4(%rax) LBB133_9: jmp LBB133_10 LBB133_10: movl -44(%rbp), %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_elf_reloc _put_elf_reloc: ## @put_elf_reloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $320, %rsp ## imm = 0x140 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movq %rsi, -288(%rbp) movq %rdx, -296(%rbp) movl %ecx, -300(%rbp) movl %r8d, -304(%rbp) movq -288(%rbp), %rax movq 96(%rax), %rax movq %rax, -312(%rbp) cmpq $0, -312(%rbp) jne LBB134_2 ## %bb.1: leaq -272(%rbp), %rdi movq -288(%rbp), %r9 addq $120, %r9 movl $256, %ecx ## imm = 0x100 xorl %edx, %edx leaq L_.str.296(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq _tcc_state(%rip), %rdi leaq -272(%rbp), %rsi movq -280(%rbp), %rax movl 36(%rax), %ecx movl $9, %edx callq _new_section movq %rax, -312(%rbp) movq -312(%rbp), %rax movl $8, 48(%rax) movq -280(%rbp), %rcx movq -312(%rbp), %rax movq %rcx, 88(%rax) movq -288(%rbp), %rax movl 28(%rax), %ecx movq -312(%rbp), %rax movl %ecx, 40(%rax) movq -312(%rbp), %rcx movq -288(%rbp), %rax movq %rcx, 96(%rax) LBB134_2: movq -312(%rbp), %rdi movl $8, %esi callq _section_ptr_add movq %rax, -320(%rbp) movq -296(%rbp), %rax movl %eax, %ecx movq -320(%rbp), %rax movl %ecx, (%rax) movl -304(%rbp), %ecx shll $8, %ecx movl -300(%rbp), %eax andl $255, %eax addl %eax, %ecx movq -320(%rbp), %rax movl %ecx, 4(%rax) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB134_4 ## %bb.3: addq $320, %rsp ## imm = 0x140 popq %rbp retq LBB134_4: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function build_got_entries _build_got_entries: ## @build_got_entries .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 $1, -52(%rbp) LBB135_1: ## =>This Loop Header: Depth=1 ## Child Loop BB135_7 Depth 2 movl -52(%rbp), %eax movq -8(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB135_23 ## %bb.2: ## in Loop: Header=BB135_1 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movslq -52(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax cmpl $9, 32(%rax) je LBB135_4 ## %bb.3: ## in Loop: Header=BB135_1 Depth=1 jmp LBB135_22 LBB135_4: ## in Loop: Header=BB135_1 Depth=1 movq -16(%rbp), %rax movq 88(%rax), %rax cmpq _symtab_section(%rip), %rax je LBB135_6 ## %bb.5: ## in Loop: Header=BB135_1 Depth=1 jmp LBB135_22 LBB135_6: ## in Loop: Header=BB135_1 Depth=1 movq -16(%rbp), %rax movq 88(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rcx addq (%rcx), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB135_7: ## Parent Loop BB135_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax cmpq -40(%rbp), %rax jae LBB135_21 ## %bb.8: ## in Loop: Header=BB135_7 Depth=2 movq -32(%rbp), %rax movzbl 4(%rax), %eax movl %eax, -56(%rbp) movl -56(%rbp), %eax movl %eax, -68(%rbp) ## 4-byte Spill addl $-3, %eax subl $2, %eax jb LBB135_9 jmp LBB135_24 LBB135_24: ## in Loop: Header=BB135_7 Depth=2 movl -68(%rbp), %eax ## 4-byte Reload addl $-9, %eax subl $1, %eax ja LBB135_18 jmp LBB135_9 LBB135_9: ## in Loop: Header=BB135_7 Depth=2 movq -8(%rbp), %rax cmpq $0, 120(%rax) jne LBB135_11 ## %bb.10: ## in Loop: Header=BB135_7 Depth=2 movq -8(%rbp), %rdi callq _build_got LBB135_11: ## in Loop: Header=BB135_7 Depth=2 cmpl $3, -56(%rbp) je LBB135_13 ## %bb.12: ## in Loop: Header=BB135_7 Depth=2 cmpl $4, -56(%rbp) jne LBB135_17 LBB135_13: ## in Loop: Header=BB135_7 Depth=2 movq -32(%rbp), %rax movl 4(%rax), %eax shrl $8, %eax movl %eax, -64(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -64(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -48(%rbp) cmpl $3, -56(%rbp) jne LBB135_15 ## %bb.14: ## in Loop: Header=BB135_7 Depth=2 movl $6, -60(%rbp) jmp LBB135_16 LBB135_15: ## in Loop: Header=BB135_7 Depth=2 movl $7, -60(%rbp) LBB135_16: ## in Loop: Header=BB135_7 Depth=2 movq -8(%rbp), %rdi movl -60(%rbp), %esi movq -48(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -48(%rbp), %rax movzbl 12(%rax), %ecx movl -64(%rbp), %r8d callq _put_got_entry LBB135_17: ## in Loop: Header=BB135_7 Depth=2 jmp LBB135_19 LBB135_18: ## in Loop: Header=BB135_7 Depth=2 jmp LBB135_19 LBB135_19: ## in Loop: Header=BB135_7 Depth=2 jmp LBB135_20 LBB135_20: ## in Loop: Header=BB135_7 Depth=2 movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) jmp LBB135_7 LBB135_21: ## in Loop: Header=BB135_1 Depth=1 jmp LBB135_22 LBB135_22: ## in Loop: Header=BB135_1 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB135_1 LBB135_23: addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_dt _put_dt: ## @put_dt .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) movq -8(%rbp), %rdi movl $8, %esi callq _section_ptr_add movq %rax, -32(%rbp) movl -12(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movq -24(%rbp), %rax movl %eax, %ecx movq -32(%rbp), %rax movl %ecx, 4(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_elf_str _put_elf_str: ## @put_elf_str .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq _strlen addq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -24(%rbp) movq -8(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) movq -8(%rbp), %rdi movslq -24(%rbp), %rsi callq _section_ptr_add movq %rax, -32(%rbp) movq -32(%rbp), %rdi movq -16(%rbp), %rsi movslq -24(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk movl -20(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function prepare_dynamic_rel _prepare_dynamic_rel: ## @prepare_dynamic_rel .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, -48(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rcx addq (%rcx), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) LBB138_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -32(%rbp), %rax jae LBB138_10 ## %bb.2: ## in Loop: Header=BB138_1 Depth=1 movq -24(%rbp), %rax movl 4(%rax), %eax shrl $8, %eax movl %eax, -36(%rbp) movq -24(%rbp), %rax movzbl 4(%rax), %eax movl %eax, -44(%rbp) movl -44(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill subl $1, %eax je LBB138_3 jmp LBB138_13 LBB138_13: ## in Loop: Header=BB138_1 Depth=1 movl -52(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB138_4 jmp LBB138_7 LBB138_3: ## in Loop: Header=BB138_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB138_8 LBB138_4: ## in Loop: Header=BB138_1 Depth=1 movq -8(%rbp), %rax movq 152(%rax), %rax movslq -36(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -40(%rbp) cmpl $0, -40(%rbp) je LBB138_6 ## %bb.5: ## in Loop: Header=BB138_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) LBB138_6: ## in Loop: Header=BB138_1 Depth=1 jmp LBB138_8 LBB138_7: ## in Loop: Header=BB138_1 Depth=1 jmp LBB138_8 LBB138_8: ## in Loop: Header=BB138_1 Depth=1 jmp LBB138_9 LBB138_9: ## in Loop: Header=BB138_1 Depth=1 movq -24(%rbp), %rax addq $8, %rax movq %rax, -24(%rbp) jmp LBB138_1 LBB138_10: cmpl $0, -48(%rbp) je LBB138_12 ## %bb.11: movq -16(%rbp), %rax movl 36(%rax), %ecx orl $2, %ecx movl %ecx, 36(%rax) movslq -48(%rbp), %rcx shlq $3, %rcx movq -16(%rbp), %rax movq %rcx, 56(%rax) LBB138_12: movl -48(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put32 _put32: ## @put32 .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 -12(%rbp), %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, (%rax) movl -12(%rbp), %eax shrl $8, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 1(%rax) movl -12(%rbp), %eax shrl $16, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 2(%rax) movl -12(%rbp), %eax shrl $24, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 3(%rax) popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get32 _get32: ## @get32 .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 movzbl (%rax), %eax movq -8(%rbp), %rcx movzbl 1(%rcx), %ecx shll $8, %ecx orl %ecx, %eax movq -8(%rbp), %rcx movzbl 2(%rcx), %ecx shll $16, %ecx orl %ecx, %eax movq -8(%rbp), %rcx movzbl 3(%rcx), %ecx shll $24, %ecx orl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function relocate_syms _relocate_syms: ## @relocate_syms .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 %esi, -12(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq _symtab_section(%rip), %rcx addq (%rcx), %rax movq %rax, -40(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -24(%rbp) LBB141_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -40(%rbp), %rax jae LBB141_24 ## %bb.2: ## in Loop: Header=BB141_1 Depth=1 movq -24(%rbp), %rax movzwl 14(%rax), %eax movl %eax, -48(%rbp) cmpl $0, -48(%rbp) jne LBB141_18 ## %bb.3: ## in Loop: Header=BB141_1 Depth=1 movq _strtab_section(%rip), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -64(%rbp) cmpl $0, -12(%rbp) je LBB141_7 ## %bb.4: ## in Loop: Header=BB141_1 Depth=1 movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -64(%rbp) movq -8(%rbp), %rdi movq -64(%rbp), %rsi movq -24(%rbp), %rax movzbl 12(%rax), %edx andl $15, %edx callq _resolve_sym movq %rax, -72(%rbp) cmpq $0, -72(%rbp) je LBB141_6 ## %bb.5: ## in Loop: Header=BB141_1 Depth=1 movq -72(%rbp), %rax movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) jmp LBB141_22 LBB141_6: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_12 LBB141_7: ## in Loop: Header=BB141_1 Depth=1 movq -8(%rbp), %rax cmpq $0, 168(%rax) je LBB141_11 ## %bb.8: ## in Loop: Header=BB141_1 Depth=1 movq -8(%rbp), %rax movq 168(%rax), %rdi movq -64(%rbp), %rsi callq _find_elf_sym movl %eax, -52(%rbp) cmpl $0, -52(%rbp) je LBB141_10 ## %bb.9: ## in Loop: Header=BB141_1 Depth=1 movq -8(%rbp), %rax movq 168(%rax), %rax movq 8(%rax), %rax movslq -52(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 4(%rax), %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) jmp LBB141_22 LBB141_10: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_11 LBB141_11: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_12 LBB141_12: ## in Loop: Header=BB141_1 Depth=1 movq -64(%rbp), %rdi leaq L_.str.59(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB141_14 ## %bb.13: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_22 LBB141_14: ## in Loop: Header=BB141_1 Depth=1 movq -24(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax movl %eax, -44(%rbp) cmpl $2, -44(%rbp) jne LBB141_16 ## %bb.15: ## in Loop: Header=BB141_1 Depth=1 movq -24(%rbp), %rax movl $0, 4(%rax) jmp LBB141_17 LBB141_16: ## in Loop: Header=BB141_1 Depth=1 movq -64(%rbp), %rsi leaq L_.str.60(%rip), %rdi movb $0, %al callq _error_noabort LBB141_17: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_21 LBB141_18: ## in Loop: Header=BB141_1 Depth=1 cmpl $65280, -48(%rbp) ## imm = 0xFF00 jge LBB141_20 ## %bb.19: ## in Loop: Header=BB141_1 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movq -24(%rbp), %rcx movzwl 14(%rcx), %ecx ## kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rax movq 64(%rax), %rdx movq -24(%rbp), %rax movl 4(%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, 4(%rax) LBB141_20: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_21 LBB141_21: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_22 LBB141_22: ## in Loop: Header=BB141_1 Depth=1 jmp LBB141_23 LBB141_23: ## in Loop: Header=BB141_1 Depth=1 movq -24(%rbp), %rax addq $16, %rax movq %rax, -24(%rbp) jmp LBB141_1 LBB141_24: addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function relocate_section _relocate_section: ## @relocate_section .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq 96(%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx addq (%rcx), %rax movq %rax, -40(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movq %rax, -32(%rbp) LBB142_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq -40(%rbp), %rax jae LBB142_21 ## %bb.2: ## in Loop: Header=BB142_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq -32(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -72(%rbp) movq -32(%rbp), %rax movl 4(%rax), %eax shrl $8, %eax movl %eax, -64(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -64(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -56(%rbp) movq -56(%rbp), %rax movl 4(%rax), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) movq -32(%rbp), %rax movzbl 4(%rax), %eax movl %eax, -60(%rbp) movq -16(%rbp), %rax movq 64(%rax), %rax movq -32(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -88(%rbp) movl -60(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -104(%rbp) ## 8-byte Spill subl $9, %eax ja LBB142_19 ## %bb.24: ## in Loop: Header=BB142_1 Depth=1 movq -104(%rbp), %rax ## 8-byte Reload leaq LJTI142_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB142_3: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax cmpl $2, (%rax) jne LBB142_8 ## %bb.4: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax movq 152(%rax), %rax movslq -64(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -92(%rbp) movq -32(%rbp), %rax movl (%rax), %ecx movq -48(%rbp), %rax movl %ecx, (%rax) cmpl $0, -92(%rbp) je LBB142_6 ## %bb.5: ## in Loop: Header=BB142_1 Depth=1 movl -92(%rbp), %ecx shll $8, %ecx addl $1, %ecx movq -48(%rbp), %rax movl %ecx, 4(%rax) movq -48(%rbp), %rax addq $8, %rax movq %rax, -48(%rbp) jmp LBB142_19 LBB142_6: ## in Loop: Header=BB142_1 Depth=1 movq -48(%rbp), %rax movl $8, 4(%rax) movq -48(%rbp), %rax addq $8, %rax movq %rax, -48(%rbp) ## %bb.7: ## in Loop: Header=BB142_1 Depth=1 jmp LBB142_8 LBB142_8: ## in Loop: Header=BB142_1 Depth=1 movq -80(%rbp), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB142_19 LBB142_9: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax cmpl $2, (%rax) jne LBB142_13 ## %bb.10: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax movq 152(%rax), %rax movslq -64(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -92(%rbp) cmpl $0, -92(%rbp) je LBB142_12 ## %bb.11: ## in Loop: Header=BB142_1 Depth=1 movq -32(%rbp), %rax movl (%rax), %ecx movq -48(%rbp), %rax movl %ecx, (%rax) movl -92(%rbp), %ecx shll $8, %ecx addl $2, %ecx movq -48(%rbp), %rax movl %ecx, 4(%rax) movq -48(%rbp), %rax addq $8, %rax movq %rax, -48(%rbp) jmp LBB142_19 LBB142_12: ## in Loop: Header=BB142_1 Depth=1 jmp LBB142_13 LBB142_13: ## in Loop: Header=BB142_1 Depth=1 movq -80(%rbp), %rdx subq -88(%rbp), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB142_19 LBB142_14: ## in Loop: Header=BB142_1 Depth=1 movq -80(%rbp), %rdx subq -88(%rbp), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB142_19 LBB142_15: ## in Loop: Header=BB142_1 Depth=1 movq -80(%rbp), %rax movl %eax, %ecx movq -72(%rbp), %rax movl %ecx, (%rax) jmp LBB142_19 LBB142_16: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax movq 120(%rax), %rax movq 64(%rax), %rdx subq -88(%rbp), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB142_19 LBB142_17: ## in Loop: Header=BB142_1 Depth=1 movq -80(%rbp), %rdx movq -8(%rbp), %rax movq 120(%rax), %rax subq 64(%rax), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB142_19 LBB142_18: ## in Loop: Header=BB142_1 Depth=1 movq -8(%rbp), %rax movq 136(%rax), %rax movslq -64(%rbp), %rcx movq (%rax,%rcx,8), %rdx movq -72(%rbp), %rax movslq (%rax), %rcx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) LBB142_19: ## in Loop: Header=BB142_1 Depth=1 jmp LBB142_20 LBB142_20: ## in Loop: Header=BB142_1 Depth=1 movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) jmp LBB142_1 LBB142_21: movq -24(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB142_23 ## %bb.22: movq -8(%rbp), %rax movq 168(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 88(%rax) LBB142_23: popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L142_0_set_3, LBB142_3-LJTI142_0 .set L142_0_set_9, LBB142_9-LJTI142_0 .set L142_0_set_18, LBB142_18-LJTI142_0 .set L142_0_set_14, LBB142_14-LJTI142_0 .set L142_0_set_19, LBB142_19-LJTI142_0 .set L142_0_set_15, LBB142_15-LJTI142_0 .set L142_0_set_17, LBB142_17-LJTI142_0 .set L142_0_set_16, LBB142_16-LJTI142_0 LJTI142_0: .long L142_0_set_3 .long L142_0_set_9 .long L142_0_set_18 .long L142_0_set_14 .long L142_0_set_19 .long L142_0_set_15 .long L142_0_set_15 .long L142_0_set_19 .long L142_0_set_17 .long L142_0_set_16 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function relocate_rel _relocate_rel: ## @relocate_rel .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq 104(%rax), %rax movq -16(%rbp), %rcx movslq 40(%rcx), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rcx addq (%rcx), %rax movq %rax, -40(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) LBB143_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq -40(%rbp), %rax jae LBB143_4 ## %bb.2: ## in Loop: Header=BB143_1 Depth=1 movq -24(%rbp), %rax movq 64(%rax), %rdx movq -32(%rbp), %rax movl (%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) ## %bb.3: ## in Loop: Header=BB143_1 Depth=1 movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) jmp LBB143_1 LBB143_4: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sort_syms _sort_syms: ## @sort_syms .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax shrq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movslq -36(%rbp), %rdi shlq $4, %rdi callq _tcc_malloc movq %rax, -32(%rbp) movslq -36(%rbp), %rdi shlq $2, %rdi callq _tcc_malloc movq %rax, -24(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -32(%rbp), %rax movq %rax, -56(%rbp) movl $0, -40(%rbp) LBB144_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB144_6 ## %bb.2: ## in Loop: Header=BB144_1 Depth=1 movq -48(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax jne LBB144_4 ## %bb.3: ## in Loop: Header=BB144_1 Depth=1 movq -56(%rbp), %rax movq -32(%rbp), %rcx subq %rcx, %rax sarq $4, %rax movl %eax, %edx movq -24(%rbp), %rax movslq -40(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -56(%rbp), %rax movq %rax, %rcx addq $16, %rcx movq %rcx, -56(%rbp) movq -48(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) LBB144_4: ## in Loop: Header=BB144_1 Depth=1 movq -48(%rbp), %rax addq $16, %rax movq %rax, -48(%rbp) ## %bb.5: ## in Loop: Header=BB144_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB144_1 LBB144_6: movq -56(%rbp), %rax movq -32(%rbp), %rcx subq %rcx, %rax sarq $4, %rax movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, 40(%rax) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movl $0, -40(%rbp) LBB144_7: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB144_12 ## %bb.8: ## in Loop: Header=BB144_7 Depth=1 movq -48(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax je LBB144_10 ## %bb.9: ## in Loop: Header=BB144_7 Depth=1 movq -56(%rbp), %rax movq -32(%rbp), %rcx subq %rcx, %rax sarq $4, %rax movl %eax, %edx movq -24(%rbp), %rax movslq -40(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -56(%rbp), %rax movq %rax, %rcx addq $16, %rcx movq %rcx, -56(%rbp) movq -48(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) LBB144_10: ## in Loop: Header=BB144_7 Depth=1 movq -48(%rbp), %rax addq $16, %rax movq %rax, -48(%rbp) ## %bb.11: ## in Loop: Header=BB144_7 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB144_7 LBB144_12: movq -16(%rbp), %rax movq 8(%rax), %rdi movq -32(%rbp), %rsi movslq -36(%rbp), %rdx shlq $4, %rdx movq $-1, %rcx callq ___memcpy_chk movq -32(%rbp), %rdi callq _tcc_free movl $1, -40(%rbp) LBB144_13: ## =>This Loop Header: Depth=1 ## Child Loop BB144_17 Depth 2 movl -40(%rbp), %eax movq -8(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB144_23 ## %bb.14: ## in Loop: Header=BB144_13 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movslq -40(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax cmpl $9, 32(%rax) jne LBB144_21 ## %bb.15: ## in Loop: Header=BB144_13 Depth=1 movq -80(%rbp), %rax movq 88(%rax), %rax cmpq -16(%rbp), %rax jne LBB144_21 ## %bb.16: ## in Loop: Header=BB144_13 Depth=1 movq -80(%rbp), %rax movq 8(%rax), %rax movq -80(%rbp), %rcx addq (%rcx), %rax movq %rax, -72(%rbp) movq -80(%rbp), %rax movq 8(%rax), %rax movq %rax, -64(%rbp) LBB144_17: ## Parent Loop BB144_13 Depth=1 ## => This Inner Loop Header: Depth=2 movq -64(%rbp), %rax cmpq -72(%rbp), %rax jae LBB144_20 ## %bb.18: ## in Loop: Header=BB144_17 Depth=2 movq -64(%rbp), %rax movl 4(%rax), %eax shrl $8, %eax movl %eax, -88(%rbp) movq -64(%rbp), %rax movl 4(%rax), %eax andl $255, %eax movl %eax, -84(%rbp) movq -24(%rbp), %rax movslq -88(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -88(%rbp) movl -88(%rbp), %ecx shll $8, %ecx movl -84(%rbp), %eax andl $255, %eax addl %eax, %ecx movq -64(%rbp), %rax movl %ecx, 4(%rax) ## %bb.19: ## in Loop: Header=BB144_17 Depth=2 movq -64(%rbp), %rax addq $8, %rax movq %rax, -64(%rbp) jmp LBB144_17 LBB144_20: ## in Loop: Header=BB144_13 Depth=1 jmp LBB144_21 LBB144_21: ## in Loop: Header=BB144_13 Depth=1 jmp LBB144_22 LBB144_22: ## in Loop: Header=BB144_13 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB144_13 LBB144_23: movq -24(%rbp), %rdi callq _tcc_free addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_output_binary _tcc_output_binary: ## @tcc_output_binary .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 $0, -40(%rbp) movl $1, -36(%rbp) LBB145_1: ## =>This Loop Header: Depth=1 ## Child Loop BB145_5 Depth 2 movl -36(%rbp), %eax movq -8(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB145_10 ## %bb.2: ## in Loop: Header=BB145_1 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movq -24(%rbp), %rcx movslq -36(%rbp), %rdx movslq (%rcx,%rdx,4), %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax cmpl $8, 32(%rax) je LBB145_8 ## %bb.3: ## in Loop: Header=BB145_1 Depth=1 movq -32(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB145_8 ## %bb.4: ## in Loop: Header=BB145_1 Depth=1 jmp LBB145_5 LBB145_5: ## Parent Loop BB145_1 Depth=1 ## => This Inner Loop Header: Depth=2 movslq -40(%rbp), %rax movq -32(%rbp), %rcx cmpq 72(%rcx), %rax jae LBB145_7 ## %bb.6: ## in Loop: Header=BB145_5 Depth=2 movq -16(%rbp), %rsi xorl %edi, %edi callq _fputc movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB145_5 LBB145_7: ## in Loop: Header=BB145_1 Depth=1 movq -32(%rbp), %rax movq 56(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movq -32(%rbp), %rax movq 8(%rax), %rdi movslq -44(%rbp), %rdx movq -16(%rbp), %rcx movl $1, %esi callq _fwrite movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl -44(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) LBB145_8: ## in Loop: Header=BB145_1 Depth=1 jmp LBB145_9 LBB145_9: ## in Loop: Header=BB145_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB145_1 LBB145_10: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _rt_error ## -- Begin function rt_error .p2align 4, 0x90 _rt_error: ## @rt_error .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp testb %al, %al je LBB146_11 ## %bb.10: movaps %xmm0, -192(%rbp) movaps %xmm1, -176(%rbp) movaps %xmm2, -160(%rbp) movaps %xmm3, -144(%rbp) movaps %xmm4, -128(%rbp) movaps %xmm5, -112(%rbp) movaps %xmm6, -96(%rbp) movaps %xmm7, -80(%rbp) LBB146_11: movq %r9, -200(%rbp) movq %r8, -208(%rbp) movq %rcx, -216(%rbp) movq %rdx, -224(%rbp) movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq $0, -56(%rbp) leaq -48(%rbp), %rax leaq -240(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $16, (%rax) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.67(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rsi leaq -48(%rbp), %rdx callq _vfprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.68(%rip), %rsi movb $0, %al callq _fprintf movl $0, -60(%rbp) LBB146_1: ## =>This Inner Loop Header: Depth=1 movl -60(%rbp), %eax cmpl _num_callers(%rip), %eax jge LBB146_9 ## %bb.2: ## in Loop: Header=BB146_1 Depth=1 movq -8(%rbp), %rsi movl -60(%rbp), %edx leaq -56(%rbp), %rdi callq _rt_get_caller_pc cmpl $0, %eax jge LBB146_4 ## %bb.3: jmp LBB146_9 LBB146_4: ## in Loop: Header=BB146_1 Depth=1 cmpl $0, -60(%rbp) jne LBB146_6 ## %bb.5: ## in Loop: Header=BB146_1 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.69(%rip), %rsi movb $0, %al callq _fprintf jmp LBB146_7 LBB146_6: ## in Loop: Header=BB146_1 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.70(%rip), %rsi movb $0, %al callq _fprintf LBB146_7: ## in Loop: Header=BB146_1 Depth=1 movq -56(%rbp), %rdi callq _rt_printline ## %bb.8: ## in Loop: Header=BB146_1 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB146_1 LBB146_9: movl $255, %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function rt_get_caller_pc _rt_get_caller_pc: ## @rt_get_caller_pc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) cmpl $0, -28(%rbp) jne LBB147_2 ## %bb.1: movq -16(%rbp), %rax movq $12345, (%rax) ## imm = 0x3039 movl $0, -4(%rbp) jmp LBB147_3 LBB147_2: movq $23456, -40(%rbp) ## imm = 0x5BA0 movl $0, -4(%rbp) LBB147_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function rt_printline _rt_printline: ## @rt_printline .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $640, %rsp ## imm = 0x280 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -536(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -536(%rbp), %rdx leaq L_.str.297(%rip), %rsi movb $0, %al callq _fprintf movb $0, -144(%rbp) movq $0, -560(%rbp) movl $0, -580(%rbp) movb $0, -272(%rbp) movl $4294967295, %eax ## imm = 0xFFFFFFFF movq %rax, -568(%rbp) movl $1, -588(%rbp) movq _stab_section(%rip), %rax movq 8(%rax), %rax addq $24, %rax movq %rax, -544(%rbp) movq _stab_section(%rip), %rax movq 8(%rax), %rax movq _stab_section(%rip), %rcx addq (%rcx), %rax movq %rax, -552(%rbp) LBB148_1: ## =>This Inner Loop Header: Depth=1 movq -544(%rbp), %rax cmpq -552(%rbp), %rax jae LBB148_34 ## %bb.2: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax movzbl 8(%rax), %eax movl %eax, -632(%rbp) ## 4-byte Spill subl $36, %eax je LBB148_3 jmp LBB148_56 LBB148_56: ## in Loop: Header=BB148_1 Depth=1 movl -632(%rbp), %eax ## 4-byte Reload subl $68, %eax je LBB148_15 jmp LBB148_57 LBB148_57: ## in Loop: Header=BB148_1 Depth=1 movl -632(%rbp), %eax ## 4-byte Reload subl $100, %eax je LBB148_26 jmp LBB148_58 LBB148_58: ## in Loop: Header=BB148_1 Depth=1 movl -632(%rbp), %eax ## 4-byte Reload subl $130, %eax je LBB148_19 jmp LBB148_59 LBB148_59: ## in Loop: Header=BB148_1 Depth=1 movl -632(%rbp), %eax ## 4-byte Reload subl $162, %eax je LBB148_23 jmp LBB148_33 LBB148_3: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax cmpq $0, (%rax) jne LBB148_8 ## %bb.4: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax movq 16(%rax), %rax addq -560(%rbp), %rax movq %rax, -576(%rbp) movq -536(%rbp), %rax cmpq -568(%rbp), %rax jb LBB148_7 ## %bb.5: ## in Loop: Header=BB148_1 Depth=1 movq -536(%rbp), %rax cmpq -576(%rbp), %rax jae LBB148_7 ## %bb.6: jmp LBB148_44 LBB148_7: ## in Loop: Header=BB148_1 Depth=1 movb $0, -144(%rbp) movq $0, -560(%rbp) jmp LBB148_14 LBB148_8: ## in Loop: Header=BB148_1 Depth=1 movq _stabstr_section(%rip), %rax movq 8(%rax), %rax movq -544(%rbp), %rcx addq (%rcx), %rax movq %rax, -600(%rbp) movq -600(%rbp), %rdi movl $58, %esi callq _strchr movq %rax, -608(%rbp) cmpq $0, -608(%rbp) jne LBB148_10 ## %bb.9: ## in Loop: Header=BB148_1 Depth=1 leaq -144(%rbp), %rdi movq -600(%rbp), %rdx movl $128, %esi callq _pstrcpy jmp LBB148_13 LBB148_10: ## in Loop: Header=BB148_1 Depth=1 movq -608(%rbp), %rax movq -600(%rbp), %rcx subq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -584(%rbp) movslq -584(%rbp), %rax cmpq $127, %rax jbe LBB148_12 ## %bb.11: ## in Loop: Header=BB148_1 Depth=1 movl $127, -584(%rbp) LBB148_12: ## in Loop: Header=BB148_1 Depth=1 leaq -144(%rbp), %rdi movq -600(%rbp), %rsi movslq -584(%rbp), %rdx movl $128, %ecx callq ___memcpy_chk movslq -584(%rbp), %rax movb $0, -144(%rbp,%rax) LBB148_13: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax movq 16(%rax), %rax movq %rax, -560(%rbp) LBB148_14: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_33 LBB148_15: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax movq 16(%rax), %rax addq -560(%rbp), %rax movq %rax, -576(%rbp) movq -536(%rbp), %rax cmpq -568(%rbp), %rax jb LBB148_18 ## %bb.16: ## in Loop: Header=BB148_1 Depth=1 movq -536(%rbp), %rax cmpq -576(%rbp), %rax jae LBB148_18 ## %bb.17: jmp LBB148_44 LBB148_18: ## in Loop: Header=BB148_1 Depth=1 movq -576(%rbp), %rax movq %rax, -568(%rbp) movq -544(%rbp), %rax movzwl 10(%rax), %eax movl %eax, -588(%rbp) leaq -272(%rbp), %rdi leaq -144(%rbp), %rsi movl $128, %edx callq ___strcpy_chk jmp LBB148_33 LBB148_19: ## in Loop: Header=BB148_1 Depth=1 movq _stabstr_section(%rip), %rax movq 8(%rax), %rax movq -544(%rbp), %rcx addq (%rcx), %rax movq %rax, -600(%rbp) LBB148_20: ## in Loop: Header=BB148_1 Depth=1 cmpl $32, -580(%rbp) jge LBB148_22 ## %bb.21: ## in Loop: Header=BB148_1 Depth=1 movq -600(%rbp), %rcx movl -580(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -580(%rbp) cltq movq %rcx, -528(%rbp,%rax,8) LBB148_22: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_33 LBB148_23: ## in Loop: Header=BB148_1 Depth=1 cmpl $1, -580(%rbp) jle LBB148_25 ## %bb.24: ## in Loop: Header=BB148_1 Depth=1 movl -580(%rbp), %eax addl $-1, %eax movl %eax, -580(%rbp) LBB148_25: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_33 LBB148_26: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax cmpq $0, (%rax) jne LBB148_28 ## %bb.27: ## in Loop: Header=BB148_1 Depth=1 movl $0, -580(%rbp) jmp LBB148_32 LBB148_28: ## in Loop: Header=BB148_1 Depth=1 movq _stabstr_section(%rip), %rax movq 8(%rax), %rax movq -544(%rbp), %rcx addq (%rcx), %rax movq %rax, -600(%rbp) movq -600(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -584(%rbp) cmpl $0, -584(%rbp) jle LBB148_31 ## %bb.29: ## in Loop: Header=BB148_1 Depth=1 movq -600(%rbp), %rax movl -584(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $47, %eax je LBB148_31 ## %bb.30: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_20 LBB148_31: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_32 LBB148_32: ## in Loop: Header=BB148_1 Depth=1 jmp LBB148_33 LBB148_33: ## in Loop: Header=BB148_1 Depth=1 movq -544(%rbp), %rax addq $24, %rax movq %rax, -544(%rbp) jmp LBB148_1 LBB148_34: movl $0, -580(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq _symtab_section(%rip), %rcx addq (%rcx), %rax movq %rax, -624(%rbp) movq _symtab_section(%rip), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -616(%rbp) LBB148_35: ## =>This Inner Loop Header: Depth=1 movq -616(%rbp), %rax cmpq -624(%rbp), %rax jae LBB148_43 ## %bb.36: ## in Loop: Header=BB148_35 Depth=1 movq -616(%rbp), %rax movzbl 12(%rax), %eax andl $15, %eax movl %eax, -628(%rbp) cmpl $2, -628(%rbp) jne LBB148_41 ## %bb.37: ## in Loop: Header=BB148_35 Depth=1 movq -536(%rbp), %rax movq -616(%rbp), %rcx movl 4(%rcx), %ecx ## kill: def $rcx killed $ecx cmpq %rcx, %rax jb LBB148_40 ## %bb.38: ## in Loop: Header=BB148_35 Depth=1 movq -536(%rbp), %rax movq -616(%rbp), %rcx movl 4(%rcx), %ecx movq -616(%rbp), %rdx addl 8(%rdx), %ecx movl %ecx, %ecx ## kill: def $rcx killed $ecx cmpq %rcx, %rax jae LBB148_40 ## %bb.39: leaq -272(%rbp), %rdi movq _strtab_section(%rip), %rax movq 8(%rax), %rdx movq -616(%rbp), %rax movl (%rax), %eax ## kill: def $rax killed $eax addq %rax, %rdx movl $128, %esi callq _pstrcpy jmp LBB148_44 LBB148_40: ## in Loop: Header=BB148_35 Depth=1 jmp LBB148_41 LBB148_41: ## in Loop: Header=BB148_35 Depth=1 jmp LBB148_42 LBB148_42: ## in Loop: Header=BB148_35 Depth=1 movq -616(%rbp), %rax addq $16, %rax movq %rax, -616(%rbp) jmp LBB148_35 LBB148_43: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.298(%rip), %rsi movb $0, %al callq _fprintf jmp LBB148_53 LBB148_44: movsbl -272(%rbp), %eax cmpl $0, %eax je LBB148_46 ## %bb.45: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -272(%rbp), %rdx leaq L_.str.299(%rip), %rsi movb $0, %al callq _fprintf LBB148_46: cmpl $0, -580(%rbp) jle LBB148_52 ## %bb.47: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -580(%rbp), %eax subl $1, %eax cltq movq -528(%rbp,%rax,8), %rdx movl -588(%rbp), %ecx leaq L_.str.300(%rip), %rsi movb $0, %al callq _fprintf movl -580(%rbp), %eax subl $2, %eax movl %eax, -592(%rbp) LBB148_48: ## =>This Inner Loop Header: Depth=1 cmpl $0, -592(%rbp) jl LBB148_51 ## %bb.49: ## in Loop: Header=BB148_48 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movslq -592(%rbp), %rax movq -528(%rbp,%rax,8), %rdx leaq L_.str.301(%rip), %rsi movb $0, %al callq _fprintf ## %bb.50: ## in Loop: Header=BB148_48 Depth=1 movl -592(%rbp), %eax addl $-1, %eax movl %eax, -592(%rbp) jmp LBB148_48 LBB148_51: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.46(%rip), %rsi movb $0, %al callq _fprintf LBB148_52: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.68(%rip), %rsi movb $0, %al callq _fprintf LBB148_53: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB148_55 ## %bb.54: addq $640, %rsp ## imm = 0x280 popq %rbp retq LBB148_55: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _tcc_relocate ## -- Begin function tcc_relocate .p2align 4, 0x90 _tcc_relocate: ## @tcc_relocate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movl $0, 416(%rax) movq -16(%rbp), %rdi callq _tcc_add_runtime callq _relocate_common_syms movq -16(%rbp), %rdi callq _tcc_add_linker_symbols movq -16(%rbp), %rdi callq _build_got_entries movl $1, -28(%rbp) LBB149_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax movq -16(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB149_8 ## %bb.2: ## in Loop: Header=BB149_1 Depth=1 movq -16(%rbp), %rax movq 104(%rax), %rax movslq -28(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl 36(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB149_6 ## %bb.3: ## in Loop: Header=BB149_1 Depth=1 movq -24(%rbp), %rax cmpl $8, 32(%rax) jne LBB149_5 ## %bb.4: ## in Loop: Header=BB149_1 Depth=1 movq -24(%rbp), %rax movq (%rax), %rdi callq _tcc_mallocz movq %rax, %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) LBB149_5: ## in Loop: Header=BB149_1 Depth=1 movq -24(%rbp), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 64(%rax) LBB149_6: ## in Loop: Header=BB149_1 Depth=1 jmp LBB149_7 LBB149_7: ## in Loop: Header=BB149_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB149_1 LBB149_8: movq -16(%rbp), %rdi movl $1, %esi callq _relocate_syms movq -16(%rbp), %rax cmpl $0, 416(%rax) je LBB149_10 ## %bb.9: movl $-1, -4(%rbp) jmp LBB149_17 LBB149_10: movl $1, -28(%rbp) LBB149_11: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax movq -16(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB149_16 ## %bb.12: ## in Loop: Header=BB149_11 Depth=1 movq -16(%rbp), %rax movq 104(%rax), %rax movslq -28(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax cmpq $0, 96(%rax) je LBB149_14 ## %bb.13: ## in Loop: Header=BB149_11 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _relocate_section LBB149_14: ## in Loop: Header=BB149_11 Depth=1 jmp LBB149_15 LBB149_15: ## in Loop: Header=BB149_11 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB149_11 LBB149_16: movl $0, -4(%rbp) LBB149_17: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_run ## -- Begin function tcc_run .p2align 4, 0x90 _tcc_run: ## @tcc_run .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rdi callq _tcc_relocate cmpl $0, %eax jge LBB150_2 ## %bb.1: movl $-1, -4(%rbp) jmp LBB150_7 LBB150_2: movq -16(%rbp), %rdi leaq L_.str.71(%rip), %rsi callq _tcc_get_symbol_err movq %rax, -40(%rbp) cmpl $0, _do_debug(%rip) je LBB150_4 ## %bb.3: movl $68, -44(%rbp) leaq _sig_error(%rip), %rax movq %rax, -56(%rbp) movl $0, -48(%rbp) movl $8, %edi leaq -56(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction movl $4, %edi leaq -56(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction movl $11, %edi leaq -56(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction movl $10, %edi leaq -56(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction movl $6, %edi leaq -56(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction LBB150_4: cmpl $0, _do_bounds_check(%rip) je LBB150_6 ## %bb.5: movq -16(%rbp), %rdi leaq L_.str.72(%rip), %rsi callq _tcc_get_symbol_err movq %rax, _rt_bound_error_msg(%rip) movq -16(%rbp), %rdi leaq L_.str.73(%rip), %rsi callq _tcc_get_symbol_err movq %rax, -64(%rbp) callq *-64(%rbp) LBB150_6: movq -40(%rbp), %rax movl -20(%rbp), %edi movq -32(%rbp), %rsi callq *%rax movl %eax, -4(%rbp) LBB150_7: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sig_error _sig_error: ## @sig_error .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -24(%rbp), %rax movq %rax, -32(%rbp) movl -4(%rbp), %eax addl $-4, %eax movl %eax, %ecx movq %rcx, -40(%rbp) ## 8-byte Spill subl $7, %eax ja LBB151_12 ## %bb.14: movq -40(%rbp), %rax ## 8-byte Reload leaq LJTI151_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB151_1: movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -44(%rbp) ## 4-byte Spill subl $1, %eax je LBB151_2 jmp LBB151_15 LBB151_15: movl -44(%rbp), %eax ## 4-byte Reload subl $7, %eax jne LBB151_3 jmp LBB151_2 LBB151_2: movq -32(%rbp), %rdi leaq L_.str.219(%rip), %rsi movb $0, %al callq _rt_error jmp LBB151_4 LBB151_3: movq -32(%rbp), %rdi leaq L_.str.302(%rip), %rsi movb $0, %al callq _rt_error LBB151_4: jmp LBB151_13 LBB151_5: cmpq $0, _rt_bound_error_msg(%rip) je LBB151_8 ## %bb.6: movq _rt_bound_error_msg(%rip), %rax cmpq $0, (%rax) je LBB151_8 ## %bb.7: movq -32(%rbp), %rdi movq _rt_bound_error_msg(%rip), %rax movq (%rax), %rsi movb $0, %al callq _rt_error jmp LBB151_9 LBB151_8: movq -32(%rbp), %rdi leaq L_.str.303(%rip), %rsi movb $0, %al callq _rt_error LBB151_9: jmp LBB151_13 LBB151_10: movq -32(%rbp), %rdi leaq L_.str.304(%rip), %rsi movb $0, %al callq _rt_error jmp LBB151_13 LBB151_11: movq -32(%rbp), %rdi leaq L_.str.305(%rip), %rsi movb $0, %al callq _rt_error jmp LBB151_13 LBB151_12: movq -32(%rbp), %rdi movl -4(%rbp), %edx leaq L_.str.306(%rip), %rsi movb $0, %al callq _rt_error LBB151_13: movl $255, %edi callq _exit .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L151_0_set_10, LBB151_10-LJTI151_0 .set L151_0_set_12, LBB151_12-LJTI151_0 .set L151_0_set_11, LBB151_11-LJTI151_0 .set L151_0_set_1, LBB151_1-LJTI151_0 .set L151_0_set_5, LBB151_5-LJTI151_0 LJTI151_0: .long L151_0_set_10 .long L151_0_set_12 .long L151_0_set_11 .long L151_0_set_12 .long L151_0_set_1 .long L151_0_set_12 .long L151_0_set_5 .long L151_0_set_5 .end_data_region ## -- End function .globl _tcc_new ## -- Begin function tcc_new .p2align 4, 0x90 _tcc_new: ## @tcc_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $3032, %edi ## imm = 0xBD8 callq _tcc_mallocz movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB152_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB152_16 LBB152_2: movq -32(%rbp), %rax movq %rax, _tcc_state(%rip) movq -32(%rbp), %rax movl $0, (%rax) movl $0, -44(%rbp) LBB152_3: ## =>This Inner Loop Header: Depth=1 cmpl $256, -44(%rbp) ## imm = 0x100 jge LBB152_8 ## %bb.4: ## in Loop: Header=BB152_3 Depth=1 movl -44(%rbp), %edi callq _isid movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -49(%rbp) ## 1-byte Spill jne LBB152_6 ## %bb.5: ## in Loop: Header=BB152_3 Depth=1 movl -44(%rbp), %edi callq _isnum cmpl $0, %eax setne %al movb %al, -49(%rbp) ## 1-byte Spill LBB152_6: ## in Loop: Header=BB152_3 Depth=1 movb -49(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movb %al, %dl movslq -44(%rbp), %rcx leaq _isidnum_table(%rip), %rax movb %dl, (%rax,%rcx) ## %bb.7: ## in Loop: Header=BB152_3 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB152_3 LBB152_8: movq $0, _table_ident(%rip) leaq _hash_ident(%rip), %rdi xorl %esi, %esi movl $65536, %edx ## imm = 0x10000 callq _memset movl $256, _tok_ident(%rip) ## imm = 0x100 leaq _tcc_keywords(%rip), %rax movq %rax, -16(%rbp) LBB152_9: ## =>This Loop Header: Depth=1 ## Child Loop BB152_11 Depth 2 movq -16(%rbp), %rax cmpb $0, (%rax) je LBB152_15 ## %bb.10: ## in Loop: Header=BB152_9 Depth=1 movq -16(%rbp), %rax movq %rax, -24(%rbp) LBB152_11: ## Parent Loop BB152_9 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movsbl (%rax), %eax movl %eax, -48(%rbp) cmpl $0, -48(%rbp) jne LBB152_13 ## %bb.12: ## in Loop: Header=BB152_9 Depth=1 jmp LBB152_14 LBB152_13: ## in Loop: Header=BB152_11 Depth=2 jmp LBB152_11 LBB152_14: ## in Loop: Header=BB152_9 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rax movq -16(%rbp), %rcx subq %rcx, %rax subq $1, %rax movl %eax, %esi callq _tok_alloc movq %rax, -40(%rbp) movq -24(%rbp), %rax movq %rax, -16(%rbp) jmp LBB152_9 LBB152_15: movl $326, %edi ## imm = 0x146 xorl %esi, %esi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _define_push movl $327, %edi ## imm = 0x147 xorl %esi, %esi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _define_push movl $328, %edi ## imm = 0x148 xorl %esi, %esi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _define_push movl $329, %edi ## imm = 0x149 xorl %esi, %esi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _define_push movq -32(%rbp), %rdi leaq L_.str.74(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.75(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.76(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.77(%rip), %rsi leaq L_.str.78(%rip), %rdx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.79(%rip), %rsi leaq L_.str.35(%rip), %rdx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.80(%rip), %rsi leaq L_.str.35(%rip), %rdx callq _tcc_define_symbol movq -32(%rbp), %rdi leaq L_.str.81(%rip), %rsi callq _tcc_add_library_path movq -32(%rbp), %rdi leaq L_.str.82(%rip), %rsi callq _tcc_add_library_path movq -32(%rbp), %rdi leaq L_.str.83(%rip), %rsi callq _tcc_add_library_path movq -32(%rbp), %rdi addq $104, %rdi movq -32(%rbp), %rsi addq $112, %rsi xorl %eax, %eax movl %eax, %edx callq _dynarray_add movq -32(%rbp), %rdi leaq L_.str.84(%rip), %rsi movl $1, %edx movl $6, %ecx callq _new_section movq %rax, _text_section(%rip) movq -32(%rbp), %rdi leaq L_.str.85(%rip), %rsi movl $1, %edx movl $3, %ecx callq _new_section movq %rax, _data_section(%rip) movq -32(%rbp), %rdi leaq L_.str.86(%rip), %rsi movl $8, %edx movl $3, %ecx callq _new_section movq %rax, _bss_section(%rip) movq -32(%rbp), %rdi leaq L_.str.87(%rip), %rsi movl $2, %edx xorl %ecx, %ecx leaq L_.str.88(%rip), %r8 leaq L_.str.89(%rip), %r9 movl $-2147483648, (%rsp) ## imm = 0x80000000 callq _new_symtab movq %rax, _symtab_section(%rip) movq _symtab_section(%rip), %rax movq 88(%rax), %rax movq %rax, _strtab_section(%rip) movq -32(%rbp), %rdi leaq L_.str.90(%rip), %rsi movl $2, %edx movl $2147483648, %ecx ## imm = 0x80000000 leaq L_.str.91(%rip), %r8 leaq L_.str.92(%rip), %r9 movl $-2147483648, (%rsp) ## imm = 0x80000000 callq _new_symtab movq %rax, %rcx movq -32(%rbp), %rax movq %rcx, 160(%rax) movq -32(%rbp), %rax movl $1, 196(%rax) movq -32(%rbp), %rax movq %rax, -8(%rbp) LBB152_16: movq -8(%rbp), %rax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function isid _isid: ## @isid .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) cmpl $97, -4(%rbp) jl LBB153_2 ## %bb.1: movb $1, %al cmpl $122, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill jle LBB153_5 LBB153_2: cmpl $65, -4(%rbp) jl LBB153_4 ## %bb.3: movb $1, %al cmpl $90, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill jle LBB153_5 LBB153_4: cmpl $95, -4(%rbp) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB153_5: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function define_push _define_push: ## @define_push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movq %rcx, -24(%rbp) movslq -4(%rbp), %rsi movslq -8(%rbp), %rdx movq -16(%rbp), %rcx leaq _define_stack(%rip), %rdi callq _sym_push2 movq %rax, -32(%rbp) movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 40(%rax) movq -32(%rbp), %rcx movq _table_ident(%rip), %rax movl -4(%rbp), %edx subl $256, %edx ## imm = 0x100 movslq %edx, %rdx movq (%rax,%rdx,8), %rax movq %rcx, 8(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_add_library_path ## -- Begin function tcc_add_library_path .p2align 4, 0x90 _tcc_add_library_path: ## @tcc_add_library_path .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq _tcc_strdup movq %rax, -24(%rbp) movq -8(%rbp), %rdi addq $72, %rdi movq -8(%rbp), %rsi addq $80, %rsi movq -24(%rbp), %rdx callq _dynarray_add xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_delete ## -- Begin function tcc_delete .p2align 4, 0x90 _tcc_delete: ## @tcc_delete .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) xorl %eax, %eax movl %eax, %edi callq _free_defines movl _tok_ident(%rip), %eax subl $256, %eax ## imm = 0x100 movl %eax, -16(%rbp) movl $0, -12(%rbp) LBB156_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl -16(%rbp), %eax jge LBB156_4 ## %bb.2: ## in Loop: Header=BB156_1 Depth=1 movq _table_ident(%rip), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.3: ## in Loop: Header=BB156_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_1 LBB156_4: movq _table_ident(%rip), %rdi callq _tcc_free movq _symtab_section(%rip), %rax movq 104(%rax), %rdi callq _free_section movq -8(%rbp), %rax movq 160(%rax), %rax movq 104(%rax), %rdi callq _free_section movq -8(%rbp), %rax movq 160(%rax), %rax movq 88(%rax), %rdi callq _free_section movq -8(%rbp), %rax movq 160(%rax), %rdi callq _free_section movl $1, -12(%rbp) LBB156_5: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB156_8 ## %bb.6: ## in Loop: Header=BB156_5 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _free_section ## %bb.7: ## in Loop: Header=BB156_5 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_5 LBB156_8: movq -8(%rbp), %rax movq 104(%rax), %rdi callq _tcc_free movl $0, -12(%rbp) LBB156_9: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 96(%rcx), %eax jge LBB156_12 ## %bb.10: ## in Loop: Header=BB156_9 Depth=1 movq -8(%rbp), %rax movq 88(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.11: ## in Loop: Header=BB156_9 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_9 LBB156_12: movq -8(%rbp), %rax movq 88(%rax), %rdi callq _tcc_free movl $0, -12(%rbp) LBB156_13: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 80(%rcx), %eax jge LBB156_16 ## %bb.14: ## in Loop: Header=BB156_13 Depth=1 movq -8(%rbp), %rax movq 72(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.15: ## in Loop: Header=BB156_13 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_13 LBB156_16: movq -8(%rbp), %rax movq 72(%rax), %rdi callq _tcc_free movl $0, -12(%rbp) LBB156_17: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 64(%rcx), %eax jge LBB156_20 ## %bb.18: ## in Loop: Header=BB156_17 Depth=1 movq -8(%rbp), %rax movq 56(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.19: ## in Loop: Header=BB156_17 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_17 LBB156_20: movq -8(%rbp), %rax movq 56(%rax), %rdi callq _tcc_free movl $0, -12(%rbp) LBB156_21: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 32(%rcx), %eax jge LBB156_24 ## %bb.22: ## in Loop: Header=BB156_21 Depth=1 movq -8(%rbp), %rax movq 24(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.23: ## in Loop: Header=BB156_21 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_21 LBB156_24: movq -8(%rbp), %rax movq 24(%rax), %rdi callq _tcc_free movl $0, -12(%rbp) LBB156_25: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 48(%rcx), %eax jge LBB156_28 ## %bb.26: ## in Loop: Header=BB156_25 Depth=1 movq -8(%rbp), %rax movq 40(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _tcc_free ## %bb.27: ## in Loop: Header=BB156_25 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB156_25 LBB156_28: movq -8(%rbp), %rax movq 40(%rax), %rdi callq _tcc_free movq -8(%rbp), %rdi callq _tcc_free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function free_defines _free_defines: ## @free_defines .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 _define_stack(%rip), %rax movq %rax, -16(%rbp) LBB157_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq -8(%rbp), %rax je LBB157_8 ## %bb.2: ## in Loop: Header=BB157_1 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax cmpq $0, 16(%rax) je LBB157_4 ## %bb.3: ## in Loop: Header=BB157_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rdi callq _tok_str_free LBB157_4: ## in Loop: Header=BB157_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) cmpl $256, -28(%rbp) ## imm = 0x100 jl LBB157_7 ## %bb.5: ## in Loop: Header=BB157_1 Depth=1 movl -28(%rbp), %eax cmpl _tok_ident(%rip), %eax jge LBB157_7 ## %bb.6: ## in Loop: Header=BB157_1 Depth=1 movq _table_ident(%rip), %rax movl -28(%rbp), %ecx subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq $0, 8(%rax) LBB157_7: ## in Loop: Header=BB157_1 Depth=1 movq -16(%rbp), %rdi callq _sym_free movq -24(%rbp), %rax movq %rax, -16(%rbp) jmp LBB157_1 LBB157_8: movq -8(%rbp), %rax movq %rax, _define_stack(%rip) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function free_section _free_section: ## @free_section .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rdi callq _tcc_free movq -8(%rbp), %rdi callq _tcc_free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_add_include_path ## -- Begin function tcc_add_include_path .p2align 4, 0x90 _tcc_add_include_path: ## @tcc_add_include_path .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq _tcc_strdup movq %rax, -24(%rbp) movq -8(%rbp), %rdi addq $24, %rdi movq -8(%rbp), %rsi addq $32, %rsi movq -24(%rbp), %rdx callq _dynarray_add xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_strdup _tcc_strdup: ## @tcc_strdup .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _strlen movq %rax, %rdi addq $1, %rdi callq _tcc_malloc movq %rax, -16(%rbp) movq -16(%rbp), %rdi movq -8(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_add_sysinclude_path ## -- Begin function tcc_add_sysinclude_path .p2align 4, 0x90 _tcc_add_sysinclude_path: ## @tcc_add_sysinclude_path .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq _tcc_strdup movq %rax, -24(%rbp) movq -8(%rbp), %rdi addq $40, %rdi movq -8(%rbp), %rsi addq $48, %rsi movq -24(%rbp), %rdx callq _dynarray_add xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_add_file ## -- Begin function tcc_add_file .p2align 4, 0x90 _tcc_add_file: ## @tcc_add_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 $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl $1, %edx callq _tcc_add_file_internal addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_add_file_internal _tcc_add_file_internal: ## @tcc_add_file_internal .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -72(%rbp) movq %rsi, -80(%rbp) movl %edx, -84(%rbp) movq -80(%rbp), %rdi movl $47, %esi callq _strrchr movq %rax, -104(%rbp) cmpq $0, -104(%rbp) je LBB163_2 ## %bb.1: movq -104(%rbp), %rax addq $1, %rax movq %rax, -104(%rbp) jmp LBB163_3 LBB163_2: movq -80(%rbp), %rax movq %rax, -104(%rbp) LBB163_3: movq -104(%rbp), %rdi movl $46, %esi callq _strrchr movq %rax, -96(%rbp) cmpq $0, -96(%rbp) je LBB163_5 ## %bb.4: movq -96(%rbp), %rax addq $1, %rax movq %rax, -96(%rbp) LBB163_5: movq _file(%rip), %rax movq %rax, -120(%rbp) movq -72(%rbp), %rdi movq -80(%rbp), %rsi callq _tcc_open movq %rax, _file(%rip) cmpq $0, _file(%rip) jne LBB163_9 ## %bb.6: movl -84(%rbp), %eax andl $1, %eax cmpl $0, %eax je LBB163_8 ## %bb.7: movq -80(%rbp), %rsi leaq L_.str.307(%rip), %rdi movb $0, %al callq _error_noabort LBB163_8: movl $-1, -112(%rbp) jmp LBB163_47 LBB163_9: cmpq $0, -96(%rbp) je LBB163_11 ## %bb.10: movq -96(%rbp), %rdi leaq L_.str.281(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB163_12 LBB163_11: movq -72(%rbp), %rdi callq _tcc_compile movl %eax, -112(%rbp) jmp LBB163_45 LBB163_12: movq -96(%rbp), %rdi leaq L_.str.308(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB163_14 ## %bb.13: movq -72(%rbp), %rdi movl $1, %esi callq _tcc_assemble movl %eax, -112(%rbp) jmp LBB163_44 LBB163_14: movq -96(%rbp), %rdi leaq L_.str.309(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB163_16 ## %bb.15: movq -72(%rbp), %rdi xorl %esi, %esi callq _tcc_assemble movl %eax, -112(%rbp) jmp LBB163_43 LBB163_16: movq _file(%rip), %rax movl 16(%rax), %eax movl %eax, -108(%rbp) movl -108(%rbp), %edi leaq -64(%rbp), %rsi movl $52, %edx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -112(%rbp) movl -108(%rbp), %edi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _lseek cmpl $0, -112(%rbp) jg LBB163_18 ## %bb.17: leaq L_.str.310(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB163_49 LBB163_18: movslq -112(%rbp), %rax cmpq $52, %rax je LBB163_20 ## %bb.19: jmp LBB163_38 LBB163_20: jmp LBB163_21 LBB163_21: movzbl -64(%rbp), %eax cmpl $127, %eax jne LBB163_35 ## %bb.22: movzbl -63(%rbp), %eax cmpl $69, %eax jne LBB163_35 ## %bb.23: movzbl -62(%rbp), %eax cmpl $76, %eax jne LBB163_35 ## %bb.24: movzbl -61(%rbp), %eax cmpl $70, %eax jne LBB163_35 ## %bb.25: movq _file(%rip), %rax movl $0, 20(%rax) movzwl -48(%rbp), %eax cmpl $1, %eax jne LBB163_27 ## %bb.26: movq -72(%rbp), %rdi movl -108(%rbp), %esi xorl %eax, %eax movl %eax, %edx callq _tcc_load_object_file movl %eax, -112(%rbp) jmp LBB163_34 LBB163_27: movzwl -48(%rbp), %eax cmpl $3, %eax jne LBB163_32 ## %bb.28: movq -72(%rbp), %rax cmpl $0, (%rax) jne LBB163_30 ## %bb.29: leaq L___func__.tcc_add_file_internal(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.2(%rip), %rcx movl $21008, %edx ## imm = 0x5210 callq ___assert_rtn LBB163_30: movq -72(%rbp), %rdi movl -108(%rbp), %esi movq -80(%rbp), %rdx movl -84(%rbp), %eax andl $2, %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %ecx callq _tcc_load_dll movl %eax, -112(%rbp) ## %bb.31: jmp LBB163_33 LBB163_32: leaq L_.str.311(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB163_49 LBB163_33: jmp LBB163_34 LBB163_34: jmp LBB163_42 LBB163_35: leaq -64(%rbp), %rax movq (%rax), %rax movabsq $738142165265366049, %rcx ## imm = 0xA3E686372613C21 subq %rcx, %rax setne %al movzbl %al, %eax cmpl $0, %eax jne LBB163_37 ## %bb.36: movq _file(%rip), %rax movl $0, 20(%rax) movq -72(%rbp), %rdi movl -108(%rbp), %esi callq _tcc_load_archive movl %eax, -112(%rbp) jmp LBB163_41 LBB163_37: jmp LBB163_38 LBB163_38: movq -72(%rbp), %rdi callq _tcc_load_ldscript movl %eax, -112(%rbp) cmpl $0, -112(%rbp) jge LBB163_40 ## %bb.39: leaq L_.str.313(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB163_49 LBB163_40: jmp LBB163_41 LBB163_41: jmp LBB163_42 LBB163_42: jmp LBB163_43 LBB163_43: jmp LBB163_44 LBB163_44: jmp LBB163_45 LBB163_45: jmp LBB163_46 LBB163_46: movq _file(%rip), %rdi callq _tcc_close LBB163_47: movq -120(%rbp), %rax movq %rax, _file(%rip) movl -112(%rbp), %eax movl %eax, -132(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB163_50 ## %bb.48: movl -132(%rbp), %eax ## 4-byte Reload addq $144, %rsp popq %rbp retq LBB163_49: movl $-1, -112(%rbp) jmp LBB163_46 LBB163_50: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _tcc_add_library ## -- Begin function tcc_add_library .p2align 4, 0x90 _tcc_add_library: ## @tcc_add_library .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1088, %rsp ## imm = 0x440 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1056(%rbp) movq %rsi, -1064(%rbp) movq -1056(%rbp), %rax cmpl $0, 188(%rax) jne LBB164_4 ## %bb.1: leaq -1040(%rbp), %rdi movq -1064(%rbp), %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.93(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -1056(%rbp), %rdi leaq -1040(%rbp), %rsi xorl %edx, %edx callq _tcc_add_dll cmpl $0, %eax jne LBB164_3 ## %bb.2: movl $0, -1044(%rbp) jmp LBB164_11 LBB164_3: jmp LBB164_4 LBB164_4: movl $0, -1068(%rbp) LBB164_5: ## =>This Inner Loop Header: Depth=1 movl -1068(%rbp), %eax movq -1056(%rbp), %rcx cmpl 80(%rcx), %eax jge LBB164_10 ## %bb.6: ## in Loop: Header=BB164_5 Depth=1 leaq -1040(%rbp), %rdi movq -1056(%rbp), %rax movq 72(%rax), %rax movslq -1068(%rbp), %rcx movq (%rax,%rcx,8), %r9 movq -1064(%rbp), %rax movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.94(%rip), %r8 movq %rcx, %rsi movq %rax, (%rsp) movb $0, %al callq ___snprintf_chk movq -1056(%rbp), %rdi leaq -1040(%rbp), %rsi xorl %edx, %edx callq _tcc_add_file_internal cmpl $0, %eax jne LBB164_8 ## %bb.7: movl $0, -1044(%rbp) jmp LBB164_11 LBB164_8: ## in Loop: Header=BB164_5 Depth=1 jmp LBB164_9 LBB164_9: ## in Loop: Header=BB164_5 Depth=1 movl -1068(%rbp), %eax addl $1, %eax movl %eax, -1068(%rbp) jmp LBB164_5 LBB164_10: movl $-1, -1044(%rbp) LBB164_11: movl -1044(%rbp), %eax movl %eax, -1072(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB164_13 ## %bb.12: movl -1072(%rbp), %eax ## 4-byte Reload addq $1088, %rsp ## imm = 0x440 popq %rbp retq LBB164_13: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_add_dll _tcc_add_dll: ## @tcc_add_dll .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1088, %rsp ## imm = 0x440 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1056(%rbp) movq %rsi, -1064(%rbp) movl %edx, -1068(%rbp) movl $0, -1072(%rbp) LBB165_1: ## =>This Inner Loop Header: Depth=1 movl -1072(%rbp), %eax movq -1056(%rbp), %rcx cmpl 80(%rcx), %eax jge LBB165_6 ## %bb.2: ## in Loop: Header=BB165_1 Depth=1 leaq -1040(%rbp), %rdi movq -1056(%rbp), %rax movq 72(%rax), %rax movslq -1072(%rbp), %rcx movq (%rax,%rcx,8), %r9 movq -1064(%rbp), %rax movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.278(%rip), %r8 movq %rcx, %rsi movq %rax, (%rsp) movb $0, %al callq ___snprintf_chk movq -1056(%rbp), %rdi leaq -1040(%rbp), %rsi movl -1068(%rbp), %edx callq _tcc_add_file_internal cmpl $0, %eax jne LBB165_4 ## %bb.3: movl $0, -1044(%rbp) jmp LBB165_7 LBB165_4: ## in Loop: Header=BB165_1 Depth=1 jmp LBB165_5 LBB165_5: ## in Loop: Header=BB165_1 Depth=1 movl -1072(%rbp), %eax addl $1, %eax movl %eax, -1072(%rbp) jmp LBB165_1 LBB165_6: movl $-1, -1044(%rbp) LBB165_7: movl -1044(%rbp), %eax movl %eax, -1076(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB165_9 ## %bb.8: movl -1076(%rbp), %eax ## 4-byte Reload addq $1088, %rsp ## imm = 0x440 popq %rbp retq LBB165_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _tcc_add_symbol ## -- Begin function tcc_add_symbol .p2align 4, 0x90 _tcc_add_symbol: ## @tcc_add_symbol .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq _symtab_section(%rip), %rdi movq -24(%rbp), %rsi movq -16(%rbp), %rax xorl %ecx, %ecx movl %ecx, %edx movl $16, %ecx xorl %r8d, %r8d movl $65521, %r9d ## imm = 0xFFF1 movq %rax, (%rsp) callq _add_elf_sym xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function add_elf_sym _add_elf_sym: ## @add_elf_sym .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 16(%rbp), %rax movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movl %r9d, -36(%rbp) movl -28(%rbp), %eax ## kill: def $al killed $al killed $eax movzbl %al, %eax sarl $4, %eax movl %eax, -52(%rbp) movl -28(%rbp), %eax andl $15, %eax movl %eax, -60(%rbp) cmpl $0, -52(%rbp) je LBB167_21 ## %bb.1: movq -8(%rbp), %rdi movq 16(%rbp), %rsi callq _find_elf_sym movl %eax, -56(%rbp) cmpl $0, -56(%rbp) jne LBB167_3 ## %bb.2: jmp LBB167_22 LBB167_3: movq -8(%rbp), %rax movq 8(%rax), %rax movslq -56(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax je LBB167_18 ## %bb.4: movq -48(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax movl %eax, -64(%rbp) cmpl $0, -36(%rbp) jne LBB167_6 ## %bb.5: jmp LBB167_17 LBB167_6: cmpl $1, -52(%rbp) jne LBB167_9 ## %bb.7: cmpl $2, -64(%rbp) jne LBB167_9 ## %bb.8: jmp LBB167_19 LBB167_9: cmpl $2, -52(%rbp) jne LBB167_12 ## %bb.10: cmpl $1, -64(%rbp) jne LBB167_12 ## %bb.11: jmp LBB167_15 LBB167_12: movq -8(%rbp), %rax movq _tcc_state(%rip), %rcx cmpq 160(%rcx), %rax je LBB167_14 ## %bb.13: movq 16(%rbp), %rsi leaq L_.str.333(%rip), %rdi movb $0, %al callq _error_noabort LBB167_14: jmp LBB167_15 LBB167_15: jmp LBB167_16 LBB167_16: jmp LBB167_17 LBB167_17: jmp LBB167_20 LBB167_18: jmp LBB167_19 LBB167_19: movl -52(%rbp), %eax shll $4, %eax movl -60(%rbp), %ecx andl $15, %ecx addl %ecx, %eax movb %al, %cl movq -48(%rbp), %rax movb %cl, 12(%rax) movl -36(%rbp), %eax movw %ax, %cx movq -48(%rbp), %rax movw %cx, 14(%rax) movq -16(%rbp), %rax movl %eax, %ecx movq -48(%rbp), %rax movl %ecx, 4(%rax) movq -24(%rbp), %rax movl %eax, %ecx movq -48(%rbp), %rax movl %ecx, 8(%rax) movl -32(%rbp), %eax movb %al, %cl movq -48(%rbp), %rax movb %cl, 13(%rax) LBB167_20: jmp LBB167_23 LBB167_21: jmp LBB167_22 LBB167_22: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -52(%rbp), %ecx shll $4, %ecx movl -60(%rbp), %eax andl $15, %eax addl %eax, %ecx movl -32(%rbp), %r8d movl -36(%rbp), %r9d movq 16(%rbp), %rax movq %rax, (%rsp) callq _put_elf_sym movl %eax, -56(%rbp) LBB167_23: movl -56(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_set_output_type ## -- Begin function tcc_set_output_type .p2align 4, 0x90 _tcc_set_output_type: ## @tcc_set_output_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1056, %rsp ## imm = 0x420 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1048(%rbp) movl %esi, -1052(%rbp) movl -1052(%rbp), %ecx movq -1048(%rbp), %rax movl %ecx, (%rax) movq -1048(%rbp), %rax cmpl $0, 176(%rax) jne LBB168_2 ## %bb.1: movq -1048(%rbp), %rdi leaq L_.str.95(%rip), %rsi callq _tcc_add_sysinclude_path movq -1048(%rbp), %rdi leaq L_.str.96(%rip), %rsi callq _tcc_add_sysinclude_path leaq -1040(%rbp), %rdi movq _tcc_lib_path(%rip), %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.97(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -1048(%rbp), %rdi leaq -1040(%rbp), %rsi callq _tcc_add_sysinclude_path LBB168_2: cmpl $0, _do_bounds_check(%rip) je LBB168_4 ## %bb.3: movq -1048(%rbp), %rdi leaq L_.str.98(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _tcc_define_symbol movq -1048(%rbp), %rdi leaq L_.str.99(%rip), %rsi movl $1, %edx movl $2, %ecx callq _new_section movq %rax, _bounds_section(%rip) movq -1048(%rbp), %rdi leaq L_.str.100(%rip), %rsi movl $1, %edx movl $2, %ecx callq _new_section movq %rax, _lbounds_section(%rip) LBB168_4: movq -1048(%rbp), %rax cmpl $0, 216(%rax) je LBB168_6 ## %bb.5: movq -1048(%rbp), %rdi leaq L_.str.101(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _tcc_define_symbol LBB168_6: cmpl $0, _do_debug(%rip) je LBB168_8 ## %bb.7: movq -1048(%rbp), %rdi leaq L_.str.102(%rip), %rsi movl $1, %edx xorl %ecx, %ecx callq _new_section movq %rax, _stab_section(%rip) movq _stab_section(%rip), %rax movl $24, 48(%rax) movq -1048(%rbp), %rdi leaq L_.str.103(%rip), %rsi movl $3, %edx xorl %ecx, %ecx callq _new_section movq %rax, _stabstr_section(%rip) movq _stabstr_section(%rip), %rdi leaq L_.str.63(%rip), %rsi callq _put_elf_str movq _stabstr_section(%rip), %rcx movq _stab_section(%rip), %rax movq %rcx, 88(%rax) leaq L_.str.63(%rip), %rdi xorl %ecx, %ecx xorl %eax, %eax movl %eax, %r8d movl %ecx, %esi movl %ecx, %edx callq _put_stabs LBB168_8: cmpl $1, -1052(%rbp) je LBB168_10 ## %bb.9: cmpl $2, -1052(%rbp) jne LBB168_14 LBB168_10: movq -1048(%rbp), %rax cmpl $0, 180(%rax) jne LBB168_14 ## %bb.11: cmpl $2, -1052(%rbp) je LBB168_13 ## %bb.12: movq -1048(%rbp), %rdi leaq L_.str.104(%rip), %rsi callq _tcc_add_file LBB168_13: movq -1048(%rbp), %rdi leaq L_.str.105(%rip), %rsi callq _tcc_add_file LBB168_14: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB168_16 ## %bb.15: xorl %eax, %eax addq $1056, %rsp ## imm = 0x420 popq %rbp retq LBB168_16: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_stabs _put_stabs: ## @put_stabs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl %ecx, -20(%rbp) movq %r8, -32(%rbp) movq _stab_section(%rip), %rdi movl $24, %esi callq _section_ptr_add movq %rax, -40(%rbp) cmpq $0, -8(%rbp) je LBB169_2 ## %bb.1: movq _stabstr_section(%rip), %rdi movq -8(%rbp), %rsi callq _put_elf_str movslq %eax, %rcx movq -40(%rbp), %rax movq %rcx, (%rax) jmp LBB169_3 LBB169_2: movq -40(%rbp), %rax movq $0, (%rax) LBB169_3: movl -12(%rbp), %eax movb %al, %cl movq -40(%rbp), %rax movb %cl, 8(%rax) movl -16(%rbp), %eax movb %al, %cl movq -40(%rbp), %rax movb %cl, 9(%rax) movl -20(%rbp), %eax movw %ax, %cx movq -40(%rbp), %rax movw %cx, 10(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 16(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_set_warning ## -- Begin function tcc_set_warning .p2align 4, 0x90 _tcc_set_warning: ## @tcc_set_warning .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) movq -24(%rbp), %rdi leaq L_.str.106(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB170_8 ## %bb.1: movl $0, -32(%rbp) leaq _warning_defs(%rip), %rax movq %rax, -40(%rbp) LBB170_2: ## =>This Inner Loop Header: Depth=1 movslq -32(%rbp), %rax cmpq $4, %rax jae LBB170_7 ## %bb.3: ## in Loop: Header=BB170_2 Depth=1 movq -40(%rbp), %rax movzwl 2(%rax), %eax andl $1, %eax cmpl $0, %eax je LBB170_5 ## %bb.4: ## in Loop: Header=BB170_2 Depth=1 movq -16(%rbp), %rax movq -40(%rbp), %rcx movzwl (%rcx), %ecx movslq %ecx, %rcx movl $1, (%rax,%rcx) LBB170_5: ## in Loop: Header=BB170_2 Depth=1 jmp LBB170_6 LBB170_6: ## in Loop: Header=BB170_2 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) movq -40(%rbp), %rax addq $16, %rax movq %rax, -40(%rbp) jmp LBB170_2 LBB170_7: movl $0, -4(%rbp) jmp LBB170_9 LBB170_8: movq -16(%rbp), %rdi movq -24(%rbp), %rcx movl -28(%rbp), %r8d leaq _warning_defs(%rip), %rsi movl $4, %edx callq _set_flag movl %eax, -4(%rbp) LBB170_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function set_flag _set_flag: ## @set_flag .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) movq %rcx, -40(%rbp) movl %r8d, -44(%rbp) movq -40(%rbp), %rax movq %rax, -64(%rbp) movq -64(%rbp), %rax movsbl (%rax), %eax cmpl $110, %eax jne LBB171_4 ## %bb.1: movq -64(%rbp), %rax movsbl 1(%rax), %eax cmpl $111, %eax jne LBB171_4 ## %bb.2: movq -64(%rbp), %rax movsbl 2(%rax), %eax cmpl $45, %eax jne LBB171_4 ## %bb.3: movq -64(%rbp), %rax addq $3, %rax movq %rax, -64(%rbp) cmpl $0, -44(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -44(%rbp) LBB171_4: movl $0, -48(%rbp) movq -24(%rbp), %rax movq %rax, -56(%rbp) LBB171_5: ## =>This Inner Loop Header: Depth=1 movl -48(%rbp), %eax cmpl -28(%rbp), %eax jge LBB171_10 ## %bb.6: ## in Loop: Header=BB171_5 Depth=1 movq -64(%rbp), %rdi movq -56(%rbp), %rax movq 8(%rax), %rsi callq _strcmp cmpl $0, %eax jne LBB171_8 ## %bb.7: jmp LBB171_11 LBB171_8: ## in Loop: Header=BB171_5 Depth=1 jmp LBB171_9 LBB171_9: ## in Loop: Header=BB171_5 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movq -56(%rbp), %rax addq $16, %rax movq %rax, -56(%rbp) jmp LBB171_5 LBB171_10: movl $-1, -4(%rbp) jmp LBB171_14 LBB171_11: movq -56(%rbp), %rax movzwl 2(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB171_13 ## %bb.12: cmpl $0, -44(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -44(%rbp) LBB171_13: movl -44(%rbp), %edx movq -16(%rbp), %rax movq -56(%rbp), %rcx movzwl (%rcx), %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx) movl $0, -4(%rbp) LBB171_14: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _tcc_set_flag ## -- Begin function tcc_set_flag .p2align 4, 0x90 _tcc_set_flag: ## @tcc_set_flag .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 movq -16(%rbp), %rcx movl -20(%rbp), %r8d leaq _flag_defs(%rip), %rsi movl $4, %edx callq _set_flag addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _help ## -- Begin function help .p2align 4, 0x90 _help: ## @help .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str.107(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _parse_args ## -- Begin function parse_args .p2align 4, 0x90 _parse_args: ## @parse_args .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 %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl $0, -28(%rbp) LBB174_1: ## =>This Loop Header: Depth=1 ## Child Loop BB174_11 Depth 2 ## Child Loop BB174_14 Depth 3 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jl LBB174_6 ## %bb.2: cmpl $0, _nb_files(%rip) jne LBB174_5 ## %bb.3: cmpl $0, _print_search_dirs(%rip) jne LBB174_5 ## %bb.4: jmp LBB174_33 LBB174_5: jmp LBB174_89 LBB174_6: ## in Loop: Header=BB174_1 Depth=1 movq -24(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -28(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -72(%rbp) movq -72(%rbp), %rax movsbl (%rax), %eax cmpl $45, %eax je LBB174_10 ## %bb.7: ## in Loop: Header=BB174_1 Depth=1 movq -72(%rbp), %rdx leaq _files(%rip), %rdi leaq _nb_files(%rip), %rsi callq _dynarray_add cmpl $0, _multiple_files(%rip) jne LBB174_9 ## %bb.8: movl -28(%rbp), %eax addl $-1, %eax movl %eax, -28(%rbp) jmp LBB174_89 LBB174_9: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_88 LBB174_10: ## in Loop: Header=BB174_1 Depth=1 leaq _tcc_options(%rip), %rax movq %rax, -40(%rbp) LBB174_11: ## Parent Loop BB174_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB174_14 Depth 3 movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -56(%rbp) cmpq $0, -56(%rbp) jne LBB174_13 ## %bb.12: ## in Loop: Header=BB174_11 Depth=2 movq -72(%rbp), %rsi leaq L_.str.108(%rip), %rdi movb $0, %al callq _error LBB174_13: ## in Loop: Header=BB174_11 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -64(%rbp) LBB174_14: ## Parent Loop BB174_1 Depth=1 ## Parent Loop BB174_11 Depth=2 ## => This Inner Loop Header: Depth=3 movq -56(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB174_16 ## %bb.15: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_20 LBB174_16: ## in Loop: Header=BB174_14 Depth=3 movq -64(%rbp), %rax movsbl (%rax), %eax movq -56(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax je LBB174_18 ## %bb.17: ## in Loop: Header=BB174_11 Depth=2 jmp LBB174_19 LBB174_18: ## in Loop: Header=BB174_14 Depth=3 movq -56(%rbp), %rax addq $1, %rax movq %rax, -56(%rbp) movq -64(%rbp), %rax addq $1, %rax movq %rax, -64(%rbp) jmp LBB174_14 LBB174_19: ## in Loop: Header=BB174_11 Depth=2 movq -40(%rbp), %rax addq $16, %rax movq %rax, -40(%rbp) jmp LBB174_11 LBB174_20: ## in Loop: Header=BB174_1 Depth=1 movq -40(%rbp), %rax movzwl 10(%rax), %eax andl $1, %eax cmpl $0, %eax je LBB174_28 ## %bb.21: ## in Loop: Header=BB174_1 Depth=1 movq -64(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB174_23 ## %bb.22: ## in Loop: Header=BB174_1 Depth=1 movq -40(%rbp), %rax movzwl 10(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB174_24 LBB174_23: ## in Loop: Header=BB174_1 Depth=1 movq -64(%rbp), %rax movq %rax, -48(%rbp) jmp LBB174_27 LBB174_24: ## in Loop: Header=BB174_1 Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jl LBB174_26 ## %bb.25: ## in Loop: Header=BB174_1 Depth=1 movq -72(%rbp), %rsi leaq L_.str.109(%rip), %rdi movb $0, %al callq _error LBB174_26: ## in Loop: Header=BB174_1 Depth=1 movq -24(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -28(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) LBB174_27: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_31 LBB174_28: ## in Loop: Header=BB174_1 Depth=1 movq -64(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB174_30 ## %bb.29: jmp LBB174_33 LBB174_30: ## in Loop: Header=BB174_1 Depth=1 movq $0, -48(%rbp) LBB174_31: ## in Loop: Header=BB174_1 Depth=1 movq -40(%rbp), %rax movzwl 8(%rax), %eax ## kill: def $rax killed $eax movq %rax, -120(%rbp) ## 8-byte Spill subq $27, %rax ja LBB174_83 ## %bb.90: ## in Loop: Header=BB174_1 Depth=1 movq -120(%rbp), %rax ## 8-byte Reload leaq LJTI174_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB174_32: jmp LBB174_33 LBB174_33: callq _help movl $1, %edi callq _exit LBB174_34: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -48(%rbp), %rsi callq _tcc_add_include_path cmpl $0, %eax jge LBB174_36 ## %bb.35: ## in Loop: Header=BB174_1 Depth=1 leaq L_.str.110(%rip), %rdi movb $0, %al callq _error LBB174_36: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_87 LBB174_37: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rax movq %rax, -80(%rbp) movq -80(%rbp), %rdi movl $61, %esi callq _strchr movq %rax, -88(%rbp) cmpq $0, -88(%rbp) je LBB174_39 ## %bb.38: ## in Loop: Header=BB174_1 Depth=1 movq -88(%rbp), %rax movb $0, (%rax) movq -88(%rbp), %rax addq $1, %rax movq %rax, -88(%rbp) LBB174_39: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -80(%rbp), %rsi movq -88(%rbp), %rdx callq _tcc_define_symbol jmp LBB174_87 LBB174_40: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -48(%rbp), %rsi callq _tcc_undefine_symbol jmp LBB174_87 LBB174_41: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -48(%rbp), %rsi callq _tcc_add_library_path jmp LBB174_87 LBB174_42: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rax movq %rax, _tcc_lib_path(%rip) jmp LBB174_87 LBB174_43: ## in Loop: Header=BB174_1 Depth=1 movq -72(%rbp), %rdx leaq _files(%rip), %rdi leaq _nb_files(%rip), %rsi callq _dynarray_add movl _nb_libraries(%rip), %eax addl $1, %eax movl %eax, _nb_libraries(%rip) jmp LBB174_87 LBB174_44: ## in Loop: Header=BB174_1 Depth=1 movl $1, _do_bench(%rip) jmp LBB174_87 LBB174_45: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rdi callq _atoi movl %eax, _num_callers(%rip) jmp LBB174_87 LBB174_46: ## in Loop: Header=BB174_1 Depth=1 movl $1, _do_bounds_check(%rip) movl $1, _do_debug(%rip) jmp LBB174_87 LBB174_47: ## in Loop: Header=BB174_1 Depth=1 movl $1, _do_debug(%rip) jmp LBB174_87 LBB174_48: ## in Loop: Header=BB174_1 Depth=1 movl $1, _multiple_files(%rip) movl $3, _output_type(%rip) jmp LBB174_87 LBB174_49: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 188(%rax) jmp LBB174_87 LBB174_50: ## in Loop: Header=BB174_1 Depth=1 movl $2, _output_type(%rip) jmp LBB174_87 LBB174_51: ## in Loop: Header=BB174_1 Depth=1 movl $1, _multiple_files(%rip) movq -48(%rbp), %rax movq %rax, _outfile(%rip) jmp LBB174_87 LBB174_52: ## in Loop: Header=BB174_1 Depth=1 movl $1, _reloc_output(%rip) movl $3, _output_type(%rip) jmp LBB174_87 LBB174_53: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 176(%rax) jmp LBB174_87 LBB174_54: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 180(%rax) jmp LBB174_87 LBB174_55: ## in Loop: Header=BB174_1 Depth=1 movl $1, _print_search_dirs(%rip) jmp LBB174_87 LBB174_56: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rsi leaq -104(%rbp), %rdi callq _expand_args movl %eax, -92(%rbp) cmpl $0, -92(%rbp) jle LBB174_58 ## %bb.57: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movl -92(%rbp), %esi movq -104(%rbp), %rdx callq _parse_args LBB174_58: ## in Loop: Header=BB174_1 Depth=1 movl $0, _multiple_files(%rip) movl $0, _output_type(%rip) jmp LBB174_87 LBB174_59: leaq L_.str.111(%rip), %rdi leaq L_.str.112(%rip), %rsi xorl %eax, %eax movl %eax, -124(%rbp) ## 4-byte Spill callq _printf movl -124(%rbp), %edi ## 4-byte Reload callq _exit LBB174_60: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -48(%rbp), %rsi movl $1, %edx callq _tcc_set_flag cmpl $0, %eax jge LBB174_63 ## %bb.61: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax cmpl $0, 228(%rax) je LBB174_63 ## %bb.62: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_85 LBB174_63: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_87 LBB174_64: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rdi movq -48(%rbp), %rsi movl $1, %edx callq _tcc_set_warning cmpl $0, %eax jge LBB174_67 ## %bb.65: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax cmpl $0, 228(%rax) je LBB174_67 ## %bb.66: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_85 LBB174_67: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_87 LBB174_68: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 236(%rax) jmp LBB174_87 LBB174_69: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 192(%rax) jmp LBB174_87 LBB174_70: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rdi leaq L_.str.113(%rip), %rsi leaq -112(%rbp), %rdx callq _strstart cmpl $0, %eax je LBB174_72 ## %bb.71: ## in Loop: Header=BB174_1 Depth=1 movq -112(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $16, %edx callq _strtoul movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 200(%rax) movq -8(%rbp), %rax movl $1, 208(%rax) jmp LBB174_82 LBB174_72: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rdi leaq L_.str.114(%rip), %rsi leaq -112(%rbp), %rdx callq _strstart cmpl $0, %eax je LBB174_80 ## %bb.73: ## in Loop: Header=BB174_1 Depth=1 movq -112(%rbp), %rdi leaq L_.str.115(%rip), %rsi xorl %eax, %eax movl %eax, %edx callq _strstart cmpl $0, %eax je LBB174_75 ## %bb.74: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $0, 212(%rax) jmp LBB174_79 LBB174_75: ## in Loop: Header=BB174_1 Depth=1 movq -112(%rbp), %rdi leaq L_.str.116(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB174_77 ## %bb.76: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax movl $1, 212(%rax) jmp LBB174_78 LBB174_77: ## in Loop: Header=BB174_1 Depth=1 movq -112(%rbp), %rsi leaq L_.str.117(%rip), %rdi movb $0, %al callq _error LBB174_78: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_79 LBB174_79: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_81 LBB174_80: ## in Loop: Header=BB174_1 Depth=1 movq -48(%rbp), %rsi leaq L_.str.118(%rip), %rdi movb $0, %al callq _error LBB174_81: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_82 LBB174_82: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_87 LBB174_83: ## in Loop: Header=BB174_1 Depth=1 movq -8(%rbp), %rax cmpl $0, 228(%rax) je LBB174_86 ## %bb.84: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_85 LBB174_85: ## in Loop: Header=BB174_1 Depth=1 movq -72(%rbp), %rsi leaq L_.str.119(%rip), %rdi movb $0, %al callq _warning LBB174_86: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_87 LBB174_87: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_88 LBB174_88: ## in Loop: Header=BB174_1 Depth=1 jmp LBB174_1 LBB174_89: movl -28(%rbp), %eax addq $128, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L174_0_set_32, LBB174_32-LJTI174_0 .set L174_0_set_34, LBB174_34-LJTI174_0 .set L174_0_set_37, LBB174_37-LJTI174_0 .set L174_0_set_40, LBB174_40-LJTI174_0 .set L174_0_set_41, LBB174_41-LJTI174_0 .set L174_0_set_42, LBB174_42-LJTI174_0 .set L174_0_set_43, LBB174_43-LJTI174_0 .set L174_0_set_44, LBB174_44-LJTI174_0 .set L174_0_set_45, LBB174_45-LJTI174_0 .set L174_0_set_46, LBB174_46-LJTI174_0 .set L174_0_set_47, LBB174_47-LJTI174_0 .set L174_0_set_48, LBB174_48-LJTI174_0 .set L174_0_set_49, LBB174_49-LJTI174_0 .set L174_0_set_50, LBB174_50-LJTI174_0 .set L174_0_set_51, LBB174_51-LJTI174_0 .set L174_0_set_52, LBB174_52-LJTI174_0 .set L174_0_set_70, LBB174_70-LJTI174_0 .set L174_0_set_64, LBB174_64-LJTI174_0 .set L174_0_set_83, LBB174_83-LJTI174_0 .set L174_0_set_60, LBB174_60-LJTI174_0 .set L174_0_set_53, LBB174_53-LJTI174_0 .set L174_0_set_54, LBB174_54-LJTI174_0 .set L174_0_set_55, LBB174_55-LJTI174_0 .set L174_0_set_69, LBB174_69-LJTI174_0 .set L174_0_set_56, LBB174_56-LJTI174_0 .set L174_0_set_59, LBB174_59-LJTI174_0 .set L174_0_set_68, LBB174_68-LJTI174_0 LJTI174_0: .long L174_0_set_32 .long L174_0_set_34 .long L174_0_set_37 .long L174_0_set_40 .long L174_0_set_41 .long L174_0_set_42 .long L174_0_set_43 .long L174_0_set_44 .long L174_0_set_45 .long L174_0_set_46 .long L174_0_set_47 .long L174_0_set_48 .long L174_0_set_49 .long L174_0_set_50 .long L174_0_set_51 .long L174_0_set_52 .long L174_0_set_70 .long L174_0_set_64 .long L174_0_set_83 .long L174_0_set_83 .long L174_0_set_60 .long L174_0_set_53 .long L174_0_set_54 .long L174_0_set_55 .long L174_0_set_69 .long L174_0_set_56 .long L174_0_set_59 .long L174_0_set_68 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function expand_args _expand_args: ## @expand_args .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 $0, -44(%rbp) movq $0, -32(%rbp) LBB175_1: ## =>This Loop Header: Depth=1 ## Child Loop BB175_2 Depth 2 ## Child Loop BB175_7 Depth 2 jmp LBB175_2 LBB175_2: ## Parent Loop BB175_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rax movsbl (%rax), %edi callq _is_space cmpl $0, %eax je LBB175_4 ## %bb.3: ## in Loop: Header=BB175_2 Depth=2 movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB175_2 LBB175_4: ## in Loop: Header=BB175_1 Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB175_6 ## %bb.5: jmp LBB175_12 LBB175_6: ## in Loop: Header=BB175_1 Depth=1 movq -16(%rbp), %rax movq %rax, -24(%rbp) LBB175_7: ## Parent Loop BB175_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -49(%rbp) ## 1-byte Spill je LBB175_9 ## %bb.8: ## in Loop: Header=BB175_7 Depth=2 movq -16(%rbp), %rax movsbl (%rax), %edi callq _is_space cmpl $0, %eax setne %al xorb $-1, %al movb %al, -49(%rbp) ## 1-byte Spill LBB175_9: ## in Loop: Header=BB175_7 Depth=2 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB175_10 jmp LBB175_11 LBB175_10: ## in Loop: Header=BB175_7 Depth=2 movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB175_7 LBB175_11: ## in Loop: Header=BB175_1 Depth=1 movq -16(%rbp), %rax movq -24(%rbp), %rcx subq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -48(%rbp) movl -48(%rbp), %eax addl $1, %eax movslq %eax, %rdi callq _tcc_malloc movq %rax, -40(%rbp) movq -40(%rbp), %rdi movq -24(%rbp), %rsi movslq -48(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk movq -40(%rbp), %rax movslq -48(%rbp), %rcx movb $0, (%rax,%rcx) movq -40(%rbp), %rdx leaq -32(%rbp), %rdi leaq -44(%rbp), %rsi callq _dynarray_add jmp LBB175_1 LBB175_12: movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movl -44(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function strstart _strstart: ## @strstart .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) movq -24(%rbp), %rax movq %rax, -48(%rbp) LBB176_1: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB176_5 ## %bb.2: ## in Loop: Header=BB176_1 Depth=1 movq -40(%rbp), %rax movsbl (%rax), %eax movq -48(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax je LBB176_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB176_8 LBB176_4: ## in Loop: Header=BB176_1 Depth=1 movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) movq -48(%rbp), %rax addq $1, %rax movq %rax, -48(%rbp) jmp LBB176_1 LBB176_5: cmpq $0, -32(%rbp) je LBB176_7 ## %bb.6: movq -40(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) LBB176_7: movl $1, -4(%rbp) LBB176_8: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main2 LCPI177_0: .quad 0x3f50624dd2f1a9fc ## double 0.001 LCPI177_1: .quad 0x412e848000000000 ## double 1.0E+6 .section __TEXT,__text,regular,pure_instructions .globl _main2 .p2align 4, 0x90 _main2: ## @main2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1136, %rsp ## imm = 0x470 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -1048(%rbp) movq %rsi, -1056(%rbp) movq $0, -1096(%rbp) callq _tcc_new movq %rax, -1072(%rbp) movl $1, _output_type(%rip) movq $0, _outfile(%rip) movl $1, _multiple_files(%rip) movq $0, _files(%rip) movl $0, _nb_files(%rip) movl $0, _nb_libraries(%rip) movl $0, _reloc_output(%rip) movl $0, _print_search_dirs(%rip) movq -1072(%rbp), %rdi movl -1048(%rbp), %esi subl $1, %esi movq -1056(%rbp), %rdx addq $8, %rdx callq _parse_args addl $1, %eax movl %eax, -1084(%rbp) cmpl $0, _print_search_dirs(%rip) je LBB177_2 ## %bb.1: movq _tcc_lib_path(%rip), %rsi leaq L_.str.120(%rip), %rdi movb $0, %al callq _printf movl $0, -1044(%rbp) jmp LBB177_49 LBB177_2: movl _nb_files(%rip), %eax subl _nb_libraries(%rip), %eax movl %eax, -1076(%rbp) cmpq $0, _outfile(%rip) je LBB177_5 ## %bb.3: cmpl $0, _output_type(%rip) jne LBB177_5 ## %bb.4: movl $1, _output_type(%rip) LBB177_5: cmpl $3, _output_type(%rip) jne LBB177_12 ## %bb.6: cmpl $0, _reloc_output(%rip) jne LBB177_12 ## %bb.7: cmpl $1, -1076(%rbp) je LBB177_9 ## %bb.8: leaq L_.str.121(%rip), %rdi movb $0, %al callq _error LBB177_9: cmpl $0, _nb_libraries(%rip) je LBB177_11 ## %bb.10: leaq L_.str.122(%rip), %rdi movb $0, %al callq _error LBB177_11: jmp LBB177_12 LBB177_12: cmpl $0, _output_type(%rip) je LBB177_23 ## %bb.13: cmpq $0, _outfile(%rip) jne LBB177_22 ## %bb.14: leaq -1040(%rbp), %rax movq %rax, -1128(%rbp) ## 8-byte Spill movq _files(%rip), %rax movq (%rax), %rdi callq _tcc_basename movq -1128(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx movl $1023, %esi ## imm = 0x3FF callq _pstrcpy cmpl $3, _output_type(%rip) jne LBB177_19 ## %bb.15: cmpl $0, _reloc_output(%rip) jne LBB177_19 ## %bb.16: leaq -1040(%rbp), %rdi movl $46, %esi callq _strrchr movq %rax, -1104(%rbp) cmpq $0, -1104(%rbp) jne LBB177_18 ## %bb.17: jmp LBB177_20 LBB177_18: movq -1104(%rbp), %rdi addq $1, %rdi leaq L_.str.123(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB177_21 LBB177_19: jmp LBB177_20 LBB177_20: leaq -1040(%rbp), %rdi movl $1024, %esi ## imm = 0x400 leaq L_.str.124(%rip), %rdx callq _pstrcpy LBB177_21: leaq -1040(%rbp), %rax movq %rax, _outfile(%rip) LBB177_22: jmp LBB177_23 LBB177_23: cmpl $0, _do_bench(%rip) je LBB177_25 ## %bb.24: callq _getclock_us movq %rax, -1096(%rbp) LBB177_25: movq -1072(%rbp), %rdi movl _output_type(%rip), %esi callq _tcc_set_output_type movl $0, -1060(%rbp) LBB177_26: ## =>This Inner Loop Header: Depth=1 movl -1060(%rbp), %eax cmpl _nb_files(%rip), %eax jge LBB177_36 ## %bb.27: ## in Loop: Header=BB177_26 Depth=1 movq _files(%rip), %rax movslq -1060(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -1112(%rbp) movq -1112(%rbp), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB177_31 ## %bb.28: ## in Loop: Header=BB177_26 Depth=1 movq -1072(%rbp), %rdi movq -1112(%rbp), %rsi addq $2, %rsi callq _tcc_add_library cmpl $0, %eax jge LBB177_30 ## %bb.29: ## in Loop: Header=BB177_26 Depth=1 movq -1112(%rbp), %rsi leaq L_.str.125(%rip), %rdi movb $0, %al callq _error LBB177_30: ## in Loop: Header=BB177_26 Depth=1 jmp LBB177_34 LBB177_31: ## in Loop: Header=BB177_26 Depth=1 movq -1072(%rbp), %rdi movq -1112(%rbp), %rsi callq _tcc_add_file cmpl $0, %eax jge LBB177_33 ## %bb.32: movl $1, -1080(%rbp) jmp LBB177_46 LBB177_33: ## in Loop: Header=BB177_26 Depth=1 jmp LBB177_34 LBB177_34: ## in Loop: Header=BB177_26 Depth=1 jmp LBB177_35 LBB177_35: ## in Loop: Header=BB177_26 Depth=1 movl -1060(%rbp), %eax addl $1, %eax movl %eax, -1060(%rbp) jmp LBB177_26 LBB177_36: movq _files(%rip), %rdi callq _tcc_free cmpl $0, _do_bench(%rip) je LBB177_42 ## %bb.37: callq _getclock_us subq -1096(%rbp), %rax cvtsi2sd %rax, %xmm0 movsd LCPI177_1(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -1120(%rbp) movsd LCPI177_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -1120(%rbp), %xmm0 jbe LBB177_39 ## %bb.38: movsd LCPI177_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -1120(%rbp) LBB177_39: cmpl $1, _total_bytes(%rip) jge LBB177_41 ## %bb.40: movl $1, _total_bytes(%rip) LBB177_41: movl _tok_ident(%rip), %esi subl $256, %esi ## imm = 0x100 movl _total_lines(%rip), %edx movl _total_bytes(%rip), %ecx movsd -1120(%rbp), %xmm0 ## xmm0 = mem[0],zero cvtsi2sdl _total_lines(%rip), %xmm1 divsd -1120(%rbp), %xmm1 cvttsd2si %xmm1, %r8d cvtsi2sdl _total_bytes(%rip), %xmm1 divsd -1120(%rbp), %xmm1 movsd LCPI177_1(%rip), %xmm2 ## xmm2 = mem[0],zero divsd %xmm2, %xmm1 leaq L_.str.126(%rip), %rdi movb $2, %al callq _printf LBB177_42: movq -1072(%rbp), %rax cmpl $0, (%rax) jne LBB177_44 ## %bb.43: movq -1072(%rbp), %rdi movl -1048(%rbp), %esi subl -1084(%rbp), %esi movq -1056(%rbp), %rdx movslq -1084(%rbp), %rax shlq $3, %rax addq %rax, %rdx callq _tcc_run movl %eax, -1080(%rbp) jmp LBB177_45 LBB177_44: movq -1072(%rbp), %rdi movq _outfile(%rip), %rsi callq _tcc_output_file movl $0, -1080(%rbp) LBB177_45: jmp LBB177_46 LBB177_46: cmpl $0, _do_bounds_check(%rip) jne LBB177_48 ## %bb.47: movq -1072(%rbp), %rdi callq _tcc_delete LBB177_48: movl -1080(%rbp), %eax movl %eax, -1044(%rbp) LBB177_49: movl -1044(%rbp), %eax movl %eax, -1132(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB177_51 ## %bb.50: movl -1132(%rbp), %eax ## 4-byte Reload addq $1136, %rsp ## imm = 0x470 popq %rbp retq LBB177_51: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_basename _tcc_basename: ## @tcc_basename .cfi_startproc ## %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 movl $47, %esi callq _strrchr movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB178_2 ## %bb.1: movq -8(%rbp), %rax movq %rax, -16(%rbp) jmp LBB178_3 LBB178_2: movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) LBB178_3: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function getclock_us _getclock_us: ## @getclock_us .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _gettimeofday imulq $1000000, -16(%rbp), %rax ## imm = 0xF4240 movslq -8(%rbp), %rcx addq %rcx, %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) LBB180_1: ## =>This Inner Loop Header: Depth=1 cmpl $30, -20(%rbp) jge LBB180_4 ## %bb.2: ## in Loop: Header=BB180_1 Depth=1 movl -8(%rbp), %edi movq -16(%rbp), %rsi callq _main2 ## %bb.3: ## in Loop: Header=BB180_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB180_1 LBB180_4: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_realloc _tcc_realloc: ## @tcc_realloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _realloc movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_extern_sym2 _put_extern_sym2: ## @put_extern_sym2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $400, %rsp ## imm = 0x190 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -312(%rbp) movq %rsi, -320(%rbp) movq %rdx, -328(%rbp) movq %rcx, -336(%rbp) movl %r8d, -340(%rbp) cmpq $0, -320(%rbp) jne LBB182_2 ## %bb.1: movl $0, -352(%rbp) jmp LBB182_6 LBB182_2: movl $1, %eax cmpq %rax, -320(%rbp) jne LBB182_4 ## %bb.3: movl $65521, -352(%rbp) ## imm = 0xFFF1 jmp LBB182_5 LBB182_4: movq -320(%rbp), %rax movl 28(%rax), %eax movl %eax, -352(%rbp) LBB182_5: jmp LBB182_6 LBB182_6: movq -312(%rbp), %rax cmpq $0, 16(%rax) jne LBB182_21 ## %bb.7: movq -312(%rbp), %rax movl 24(%rax), %eax andl $15, %eax cmpl $6, %eax jne LBB182_9 ## %bb.8: movl $2, -344(%rbp) jmp LBB182_10 LBB182_9: movl $1, -344(%rbp) LBB182_10: movq -312(%rbp), %rax movl 24(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB182_12 ## %bb.11: movl $0, -348(%rbp) jmp LBB182_13 LBB182_12: movl $1, -348(%rbp) LBB182_13: movq -312(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, -376(%rbp) cmpl $0, _do_bounds_check(%rip) je LBB182_17 ## %bb.14: movq -312(%rbp), %rax movq (%rax), %rax movq %rax, -384(%rbp) ## 8-byte Spill addq $-355, %rax ## imm = 0xFE9D subq $2, %rax jb LBB182_15 jmp LBB182_25 LBB182_25: movq -384(%rbp), %rax ## 8-byte Reload addq $-388, %rax ## imm = 0xFE7C subq $2, %rax ja LBB182_16 jmp LBB182_15 LBB182_15: leaq -304(%rbp), %rdi leaq L_.str.127(%rip), %rsi movl $32, %edx callq ___strcpy_chk leaq -304(%rbp), %rdi movq -376(%rbp), %rsi movl $32, %edx callq ___strcat_chk leaq -304(%rbp), %rax movq %rax, -376(%rbp) LBB182_16: jmp LBB182_17 LBB182_17: movq _tcc_state(%rip), %rax cmpl $0, 220(%rax) je LBB182_20 ## %bb.18: cmpl $0, -340(%rbp) je LBB182_20 ## %bb.19: movb $95, -272(%rbp) leaq -272(%rbp), %rdi addq $1, %rdi movq -376(%rbp), %rdx movl $255, %esi callq _pstrcpy leaq -272(%rbp), %rax movq %rax, -376(%rbp) LBB182_20: movl -348(%rbp), %eax shll $4, %eax movl -344(%rbp), %ecx andl $15, %ecx addl %ecx, %eax movl %eax, -356(%rbp) movq _symtab_section(%rip), %rdi movq -328(%rbp), %rsi movq -336(%rbp), %rdx movl -356(%rbp), %ecx movl -352(%rbp), %r9d movq -376(%rbp), %rax xorl %r8d, %r8d movq %rax, (%rsp) callq _add_elf_sym movslq %eax, %rcx movq -312(%rbp), %rax movq %rcx, 16(%rax) jmp LBB182_22 LBB182_21: movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq -312(%rbp), %rcx movq 16(%rcx), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -368(%rbp) movq -328(%rbp), %rax movl %eax, %ecx movq -368(%rbp), %rax movl %ecx, 4(%rax) movq -336(%rbp), %rax movl %eax, %ecx movq -368(%rbp), %rax movl %ecx, 8(%rax) movl -352(%rbp), %eax movw %ax, %cx movq -368(%rbp), %rax movw %cx, 14(%rax) LBB182_22: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB182_24 ## %bb.23: addq $400, %rsp ## imm = 0x190 popq %rbp retq LBB182_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_new _cstr_new: ## @cstr_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi xorl %esi, %esi movl $32, %edx movq $-1, %rcx callq ___memset_chk addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_realloc _cstr_realloc: ## @cstr_realloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movl 16(%rax), %eax movl %eax, -16(%rbp) cmpl $0, -16(%rbp) jne LBB184_2 ## %bb.1: movl $8, -16(%rbp) LBB184_2: jmp LBB184_3 LBB184_3: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB184_5 ## %bb.4: ## in Loop: Header=BB184_3 Depth=1 movl -16(%rbp), %eax shll $1, %eax movl %eax, -16(%rbp) jmp LBB184_3 LBB184_5: movq -8(%rbp), %rax movq 24(%rax), %rdi movslq -16(%rbp), %rsi callq _tcc_realloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB184_7 ## %bb.6: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB184_7: movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movl -16(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sym_push2 _sym_push2: ## @sym_push2 .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) callq _sym_malloc movq %rax, -40(%rbp) movq -16(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) movq -24(%rbp), %rax movl %eax, %ecx movq -40(%rbp), %rax movl %ecx, 24(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 16(%rax) movq -40(%rbp), %rax movq $0, 40(%rax) movq -8(%rbp), %rax movq (%rax), %rcx movq -40(%rbp), %rax movq %rcx, 48(%rax) movq -40(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -40(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sym_malloc _sym_malloc: ## @sym_malloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq _sym_free_first(%rip), %rax movq %rax, -8(%rbp) cmpq $0, -8(%rbp) jne LBB186_2 ## %bb.1: callq ___sym_malloc movq %rax, -8(%rbp) LBB186_2: movq -8(%rbp), %rax movq 40(%rax), %rax movq %rax, _sym_free_first(%rip) movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function __sym_malloc ___sym_malloc: ## @__sym_malloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $8192, %edi ## imm = 0x2000 callq _tcc_malloc movq %rax, -8(%rbp) movq _sym_free_first(%rip), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movl $0, -28(%rbp) LBB187_1: ## =>This Inner Loop Header: Depth=1 movslq -28(%rbp), %rax cmpq $128, %rax jae LBB187_4 ## %bb.2: ## in Loop: Header=BB187_1 Depth=1 movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 40(%rax) movq -16(%rbp), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax addq $64, %rax movq %rax, -16(%rbp) ## %bb.3: ## in Loop: Header=BB187_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB187_1 LBB187_4: movq -24(%rbp), %rax movq %rax, _sym_free_first(%rip) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_peekc_slow _tcc_peekc_slow: ## @tcc_peekc_slow .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq -16(%rbp), %rcx cmpq 8(%rcx), %rax jb LBB188_7 ## %bb.1: movq -16(%rbp), %rax cmpl $-1, 16(%rax) je LBB188_5 ## %bb.2: movl $8192, -20(%rbp) ## imm = 0x2000 movq -16(%rbp), %rax movl 16(%rax), %edi movq -16(%rbp), %rsi addq $1577, %rsi ## imm = 0x629 movslq -20(%rbp), %rdx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jge LBB188_4 ## %bb.3: movl $0, -20(%rbp) LBB188_4: jmp LBB188_6 LBB188_5: movl $0, -20(%rbp) LBB188_6: movl -20(%rbp), %eax addl _total_bytes(%rip), %eax movl %eax, _total_bytes(%rip) movq -16(%rbp), %rcx addq $1577, %rcx ## imm = 0x629 movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rcx addq $1577, %rcx ## imm = 0x629 movslq -20(%rbp), %rax addq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movq 8(%rax), %rax movb $92, (%rax) LBB188_7: movq -16(%rbp), %rax movq (%rax), %rax movq -16(%rbp), %rcx cmpq 8(%rcx), %rax jae LBB188_9 ## %bb.8: movq -16(%rbp), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, -4(%rbp) jmp LBB188_10 LBB188_9: movq -16(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movl $-1, -4(%rbp) LBB188_10: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function inp _inp: ## @inp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _file(%rip), %rcx movq (%rcx), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, (%rcx) movzbl 1(%rax), %eax movl %eax, _ch(%rip) cmpl $92, _ch(%rip) jne LBB189_2 ## %bb.1: callq _handle_eob movl %eax, _ch(%rip) LBB189_2: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function next_nomacro1 _next_nomacro1: ## @next_nomacro1 .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 _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax addl $-9, %eax movl %eax, %ecx movq %rcx, -120(%rbp) ## 8-byte Spill subl $117, %eax ja LBB190_234 ## %bb.236: ## in Loop: Header=BB190_1 Depth=1 movq -120(%rbp), %rax ## 8-byte Reload leaq LJTI190_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB190_2: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB190_1 LBB190_3: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rax movq _file(%rip), %rcx cmpq 8(%rcx), %rax jb LBB190_7 ## %bb.4: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq _file(%rip), %rcx cmpq 8(%rcx), %rax jb LBB190_6 ## %bb.5: ## in Loop: Header=BB190_1 Depth=1 jmp LBB190_8 LBB190_6: ## in Loop: Header=BB190_1 Depth=1 jmp LBB190_1 LBB190_7: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _handle_stray movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) jmp LBB190_1 LBB190_8: ## in Loop: Header=BB190_1 Depth=1 movq _tcc_state(%rip), %rax movq %rax, -56(%rbp) movl _parse_flags(%rip), %eax andl $4, %eax cmpl $0, %eax je LBB190_10 ## %bb.9: movl $10, _tok(%rip) jmp LBB190_19 LBB190_10: ## in Loop: Header=BB190_1 Depth=1 movq -56(%rbp), %rax movq 8(%rax), %rax movq -56(%rbp), %rcx addq $432, %rcx ## imm = 0x1B0 cmpq %rcx, %rax je LBB190_12 ## %bb.11: ## in Loop: Header=BB190_1 Depth=1 movl _parse_flags(%rip), %eax andl $1, %eax cmpl $0, %eax jne LBB190_13 LBB190_12: movl $-1, _tok(%rip) jmp LBB190_18 LBB190_13: ## in Loop: Header=BB190_1 Depth=1 movl _tok_flags(%rip), %eax andl $4, %eax cmpl $0, %eax je LBB190_15 ## %bb.14: ## in Loop: Header=BB190_1 Depth=1 movq -56(%rbp), %rdi movq _file(%rip), %rax movsbl 40(%rax), %esi movq _file(%rip), %rdx addq $41, %rdx movq _file(%rip), %rax movl 28(%rax), %ecx callq _add_cached_include LBB190_15: ## in Loop: Header=BB190_1 Depth=1 cmpl $0, _do_debug(%rip) je LBB190_17 ## %bb.16: ## in Loop: Header=BB190_1 Depth=1 movl $162, %edi xorl %edx, %edx movl %edx, %esi callq _put_stabd LBB190_17: ## in Loop: Header=BB190_1 Depth=1 movq _file(%rip), %rdi callq _tcc_close movq -56(%rbp), %rax movq 8(%rax), %rcx addq $-8, %rcx movq %rcx, 8(%rax) movq -56(%rbp), %rax movq 8(%rax), %rax movq (%rax), %rax movq %rax, _file(%rip) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) jmp LBB190_1 LBB190_18: jmp LBB190_19 LBB190_19: jmp LBB190_235 LBB190_20: ## in Loop: Header=BB190_1 Depth=1 movl _parse_flags(%rip), %eax andl $4, %eax cmpl $0, %eax je LBB190_22 ## %bb.21: movl $10, _tok(%rip) jmp LBB190_23 LBB190_22: ## in Loop: Header=BB190_1 Depth=1 movq _file(%rip), %rax movl 20(%rax), %ecx addl $1, %ecx movl %ecx, 20(%rax) movl _tok_flags(%rip), %eax orl $1, %eax movl %eax, _tok_flags(%rip) movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB190_1 LBB190_23: jmp LBB190_235 LBB190_24: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_26 ## %bb.25: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_26: ## in Loop: Header=BB190_1 Depth=1 movl _tok_flags(%rip), %eax andl $1, %eax cmpl $0, %eax je LBB190_29 ## %bb.27: ## in Loop: Header=BB190_1 Depth=1 movl _parse_flags(%rip), %eax andl $1, %eax cmpl $0, %eax je LBB190_29 ## %bb.28: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) movl _tok_flags(%rip), %edi andl $2, %edi callq _preprocess movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) jmp LBB190_1 LBB190_29: ## in Loop: Header=BB190_1 Depth=1 cmpl $35, -8(%rbp) jne LBB190_31 ## %bb.30: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $182, _tok(%rip) jmp LBB190_35 LBB190_31: ## in Loop: Header=BB190_1 Depth=1 movl _parse_flags(%rip), %eax andl $8, %eax cmpl $0, %eax je LBB190_33 ## %bb.32: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rdi addq $-1, %rdi callq _parse_line_comment movq %rax, -32(%rbp) jmp LBB190_1 LBB190_33: movl $35, _tok(%rip) ## %bb.34: jmp LBB190_35 LBB190_35: jmp LBB190_36 LBB190_36: jmp LBB190_235 LBB190_37: jmp LBB190_38 LBB190_38: movq -32(%rbp), %rax movq %rax, -40(%rbp) movl $1, -44(%rbp) imull $263, -44(%rbp), %eax ## imm = 0x107 addl -8(%rbp), %eax movl %eax, -44(%rbp) movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) LBB190_39: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) movslq -8(%rbp), %rcx leaq _isidnum_table(%rip), %rax cmpb $0, (%rax,%rcx) jne LBB190_41 ## %bb.40: jmp LBB190_42 LBB190_41: ## in Loop: Header=BB190_39 Depth=1 imull $263, -44(%rbp), %eax ## imm = 0x107 addl -8(%rbp), %eax movl %eax, -44(%rbp) movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB190_39 LBB190_42: cmpl $92, -8(%rbp) je LBB190_52 ## %bb.43: movq -32(%rbp), %rax movq -40(%rbp), %rcx subq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -68(%rbp) movl -44(%rbp), %eax andl $8191, %eax ## imm = 0x1FFF movl %eax, -44(%rbp) movl -44(%rbp), %eax movl %eax, %ecx leaq _hash_ident(%rip), %rax shlq $3, %rcx addq %rcx, %rax movq %rax, -64(%rbp) LBB190_44: ## =>This Inner Loop Header: Depth=1 movq -64(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB190_46 ## %bb.45: jmp LBB190_50 LBB190_46: ## in Loop: Header=BB190_44 Depth=1 movq -24(%rbp), %rax movl 44(%rax), %eax cmpl -68(%rbp), %eax jne LBB190_49 ## %bb.47: ## in Loop: Header=BB190_44 Depth=1 movq -24(%rbp), %rdi addq $48, %rdi movq -40(%rbp), %rsi movslq -68(%rbp), %rdx callq _memcmp cmpl $0, %eax jne LBB190_49 ## %bb.48: jmp LBB190_51 LBB190_49: ## in Loop: Header=BB190_44 Depth=1 movq -24(%rbp), %rax movq %rax, -64(%rbp) jmp LBB190_44 LBB190_50: movq -64(%rbp), %rdi movq -40(%rbp), %rsi movl -68(%rbp), %edx callq _tok_alloc_new movq %rax, -24(%rbp) LBB190_51: jmp LBB190_64 LBB190_52: leaq _tokcstr(%rip), %rdi callq _cstr_free LBB190_53: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax cmpq -32(%rbp), %rax jae LBB190_55 ## %bb.54: ## in Loop: Header=BB190_53 Depth=1 movq -40(%rbp), %rax movzbl (%rax), %esi leaq _tokcstr(%rip), %rdi callq _cstr_ccat movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) jmp LBB190_53 LBB190_55: movq -32(%rbp), %rax addq $-1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_57 ## %bb.56: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_57: jmp LBB190_58 LBB190_58: jmp LBB190_59 LBB190_59: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rcx leaq _isidnum_table(%rip), %rax cmpb $0, (%rax,%rcx) je LBB190_63 ## %bb.60: ## in Loop: Header=BB190_59 Depth=1 movl -8(%rbp), %esi leaq _tokcstr(%rip), %rdi callq _cstr_ccat movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_62 ## %bb.61: ## in Loop: Header=BB190_59 Depth=1 movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_62: ## in Loop: Header=BB190_59 Depth=1 jmp LBB190_59 LBB190_63: movq _tokcstr+8(%rip), %rdi movl _tokcstr(%rip), %esi callq _tok_alloc movq %rax, -24(%rbp) LBB190_64: movq -24(%rbp), %rax movl 40(%rax), %eax movl %eax, _tok(%rip) jmp LBB190_235 LBB190_65: movq -32(%rbp), %rax movzbl 1(%rax), %eax movl %eax, -4(%rbp) cmpl $92, -4(%rbp) je LBB190_69 ## %bb.66: cmpl $39, -4(%rbp) je LBB190_69 ## %bb.67: cmpl $34, -4(%rbp) je LBB190_69 ## %bb.68: jmp LBB190_38 LBB190_69: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_71 ## %bb.70: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_71: cmpl $39, -8(%rbp) je LBB190_73 ## %bb.72: cmpl $34, -8(%rbp) jne LBB190_74 LBB190_73: movl $1, -12(%rbp) jmp LBB190_107 LBB190_74: leaq _tokcstr(%rip), %rdi callq _cstr_free leaq _tokcstr(%rip), %rdi movl $76, %esi callq _cstr_ccat jmp LBB190_58 LBB190_75: leaq _tokcstr(%rip), %rdi callq _cstr_free LBB190_76: jmp LBB190_77 LBB190_77: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax movl %eax, -4(%rbp) movl -8(%rbp), %esi leaq _tokcstr(%rip), %rdi callq _cstr_ccat movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_79 ## %bb.78: ## in Loop: Header=BB190_77 Depth=1 movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_79: ## in Loop: Header=BB190_77 Depth=1 movl -8(%rbp), %edi callq _isnum cmpl $0, %eax jne LBB190_89 ## %bb.80: ## in Loop: Header=BB190_77 Depth=1 movl -8(%rbp), %edi callq _isid cmpl $0, %eax jne LBB190_89 ## %bb.81: ## in Loop: Header=BB190_77 Depth=1 cmpl $46, -8(%rbp) je LBB190_89 ## %bb.82: ## in Loop: Header=BB190_77 Depth=1 cmpl $43, -8(%rbp) je LBB190_84 ## %bb.83: ## in Loop: Header=BB190_77 Depth=1 cmpl $45, -8(%rbp) jne LBB190_88 LBB190_84: ## in Loop: Header=BB190_77 Depth=1 cmpl $101, -4(%rbp) je LBB190_89 ## %bb.85: ## in Loop: Header=BB190_77 Depth=1 cmpl $69, -4(%rbp) je LBB190_89 ## %bb.86: ## in Loop: Header=BB190_77 Depth=1 cmpl $112, -4(%rbp) je LBB190_89 ## %bb.87: ## in Loop: Header=BB190_77 Depth=1 cmpl $80, -4(%rbp) je LBB190_89 LBB190_88: jmp LBB190_90 LBB190_89: ## in Loop: Header=BB190_77 Depth=1 jmp LBB190_77 LBB190_90: leaq _tokcstr(%rip), %rdi xorl %esi, %esi callq _cstr_ccat leaq _tokcstr(%rip), %rax movq %rax, _tokc(%rip) movl $206, _tok(%rip) jmp LBB190_235 LBB190_91: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_93 ## %bb.92: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_93: movl -8(%rbp), %edi callq _isnum cmpl $0, %eax je LBB190_95 ## %bb.94: leaq _tokcstr(%rip), %rdi callq _cstr_free leaq _tokcstr(%rip), %rdi movl $46, %esi callq _cstr_ccat jmp LBB190_76 LBB190_95: cmpl $46, -8(%rbp) jne LBB190_103 ## %bb.96: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_98 ## %bb.97: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_98: cmpl $46, -8(%rbp) je LBB190_100 ## %bb.99: leaq L_.str.132(%rip), %rdi callq _expect LBB190_100: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_102 ## %bb.101: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_102: movl $204, _tok(%rip) jmp LBB190_104 LBB190_103: movl $46, _tok(%rip) LBB190_104: jmp LBB190_105 LBB190_105: jmp LBB190_235 LBB190_106: movl $0, -12(%rbp) LBB190_107: movl -8(%rbp), %eax movl %eax, -108(%rbp) leaq -104(%rbp), %rdi callq _cstr_new movq -32(%rbp), %rdi movl -108(%rbp), %esi leaq -104(%rbp), %rdx callq _parse_pp_string movq %rax, -32(%rbp) leaq -104(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat leaq _tokcstr(%rip), %rdi callq _cstr_free movq -96(%rbp), %rsi movl -12(%rbp), %edx leaq _tokcstr(%rip), %rdi callq _parse_escape_string leaq -104(%rbp), %rdi callq _cstr_free cmpl $39, -108(%rbp) jne LBB190_119 ## %bb.108: cmpl $0, -12(%rbp) jne LBB190_110 ## %bb.109: movl $1, -112(%rbp) jmp LBB190_111 LBB190_110: movl $4, -112(%rbp) LBB190_111: movl _tokcstr(%rip), %eax cmpl -112(%rbp), %eax jg LBB190_113 ## %bb.112: leaq L_.str.133(%rip), %rdi movb $0, %al callq _error LBB190_113: movl _tokcstr(%rip), %eax movl -112(%rbp), %ecx shll $1, %ecx cmpl %ecx, %eax jle LBB190_115 ## %bb.114: leaq L_.str.134(%rip), %rdi movb $0, %al callq _warning LBB190_115: cmpl $0, -12(%rbp) jne LBB190_117 ## %bb.116: movq _tokcstr+8(%rip), %rax movsbl (%rax), %eax movl %eax, _tokc(%rip) movl $180, _tok(%rip) jmp LBB190_118 LBB190_117: movq _tokcstr+8(%rip), %rax movl (%rax), %eax movl %eax, _tokc(%rip) movl $183, _tok(%rip) LBB190_118: jmp LBB190_123 LBB190_119: leaq _tokcstr(%rip), %rax movq %rax, _tokc(%rip) cmpl $0, -12(%rbp) jne LBB190_121 ## %bb.120: movl $181, _tok(%rip) jmp LBB190_122 LBB190_121: movl $184, _tok(%rip) LBB190_122: jmp LBB190_123 LBB190_123: jmp LBB190_235 LBB190_124: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_126 ## %bb.125: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_126: cmpl $61, -8(%rbp) jne LBB190_128 ## %bb.127: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $158, _tok(%rip) jmp LBB190_137 LBB190_128: cmpl $60, -8(%rbp) jne LBB190_135 ## %bb.129: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_131 ## %bb.130: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_131: cmpl $61, -8(%rbp) jne LBB190_133 ## %bb.132: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $129, _tok(%rip) jmp LBB190_134 LBB190_133: movl $1, _tok(%rip) LBB190_134: jmp LBB190_136 LBB190_135: movl $156, _tok(%rip) LBB190_136: jmp LBB190_137 LBB190_137: jmp LBB190_235 LBB190_138: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_140 ## %bb.139: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_140: cmpl $61, -8(%rbp) jne LBB190_142 ## %bb.141: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $157, _tok(%rip) jmp LBB190_151 LBB190_142: cmpl $62, -8(%rbp) jne LBB190_149 ## %bb.143: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_145 ## %bb.144: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_145: cmpl $61, -8(%rbp) jne LBB190_147 ## %bb.146: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $130, _tok(%rip) jmp LBB190_148 LBB190_147: movl $2, _tok(%rip) LBB190_148: jmp LBB190_150 LBB190_149: movl $159, _tok(%rip) LBB190_150: jmp LBB190_151 LBB190_151: jmp LBB190_235 LBB190_152: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_154 ## %bb.153: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_154: cmpl $38, -8(%rbp) jne LBB190_156 ## %bb.155: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $160, _tok(%rip) jmp LBB190_160 LBB190_156: cmpl $61, -8(%rbp) jne LBB190_158 ## %bb.157: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $166, _tok(%rip) jmp LBB190_159 LBB190_158: movl $38, _tok(%rip) LBB190_159: jmp LBB190_160 LBB190_160: jmp LBB190_235 LBB190_161: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_163 ## %bb.162: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_163: cmpl $124, -8(%rbp) jne LBB190_165 ## %bb.164: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $161, _tok(%rip) jmp LBB190_169 LBB190_165: cmpl $61, -8(%rbp) jne LBB190_167 ## %bb.166: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $252, _tok(%rip) jmp LBB190_168 LBB190_167: movl $124, _tok(%rip) LBB190_168: jmp LBB190_169 LBB190_169: jmp LBB190_235 LBB190_170: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_172 ## %bb.171: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_172: cmpl $43, -8(%rbp) jne LBB190_174 ## %bb.173: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $164, _tok(%rip) jmp LBB190_178 LBB190_174: cmpl $61, -8(%rbp) jne LBB190_176 ## %bb.175: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $171, _tok(%rip) jmp LBB190_177 LBB190_176: movl $43, _tok(%rip) LBB190_177: jmp LBB190_178 LBB190_178: jmp LBB190_235 LBB190_179: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_181 ## %bb.180: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_181: cmpl $45, -8(%rbp) jne LBB190_183 ## %bb.182: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $162, _tok(%rip) jmp LBB190_190 LBB190_183: cmpl $61, -8(%rbp) jne LBB190_185 ## %bb.184: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $173, _tok(%rip) jmp LBB190_189 LBB190_185: cmpl $62, -8(%rbp) jne LBB190_187 ## %bb.186: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $203, _tok(%rip) jmp LBB190_188 LBB190_187: movl $45, _tok(%rip) LBB190_188: jmp LBB190_189 LBB190_189: jmp LBB190_190 LBB190_190: jmp LBB190_235 LBB190_191: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_193 ## %bb.192: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_193: cmpl $61, -8(%rbp) jne LBB190_195 ## %bb.194: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $149, _tok(%rip) jmp LBB190_196 LBB190_195: movl $33, _tok(%rip) LBB190_196: jmp LBB190_235 LBB190_197: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_199 ## %bb.198: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_199: cmpl $61, -8(%rbp) jne LBB190_201 ## %bb.200: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $148, _tok(%rip) jmp LBB190_202 LBB190_201: movl $61, _tok(%rip) LBB190_202: jmp LBB190_235 LBB190_203: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_205 ## %bb.204: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_205: cmpl $61, -8(%rbp) jne LBB190_207 ## %bb.206: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $170, _tok(%rip) jmp LBB190_208 LBB190_207: movl $42, _tok(%rip) LBB190_208: jmp LBB190_235 LBB190_209: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_211 ## %bb.210: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_211: cmpl $61, -8(%rbp) jne LBB190_213 ## %bb.212: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $165, _tok(%rip) jmp LBB190_214 LBB190_213: movl $37, _tok(%rip) LBB190_214: jmp LBB190_235 LBB190_215: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_217 ## %bb.216: movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_217: cmpl $61, -8(%rbp) jne LBB190_219 ## %bb.218: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $222, _tok(%rip) jmp LBB190_220 LBB190_219: movl $94, _tok(%rip) LBB190_220: jmp LBB190_235 LBB190_221: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movzbl (%rax), %eax movl %eax, -8(%rbp) cmpl $92, -8(%rbp) jne LBB190_223 ## %bb.222: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rdi callq _handle_stray1 movl %eax, -8(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) LBB190_223: ## in Loop: Header=BB190_1 Depth=1 cmpl $42, -8(%rbp) jne LBB190_225 ## %bb.224: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rdi callq _parse_comment movq %rax, -32(%rbp) jmp LBB190_1 LBB190_225: ## in Loop: Header=BB190_1 Depth=1 cmpl $47, -8(%rbp) jne LBB190_227 ## %bb.226: ## in Loop: Header=BB190_1 Depth=1 movq -32(%rbp), %rdi callq _parse_line_comment movq %rax, -32(%rbp) jmp LBB190_1 LBB190_227: cmpl $61, -8(%rbp) jne LBB190_229 ## %bb.228: movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) movl $175, _tok(%rip) jmp LBB190_230 LBB190_229: movl $47, _tok(%rip) LBB190_230: jmp LBB190_231 LBB190_231: jmp LBB190_232 LBB190_232: jmp LBB190_235 LBB190_233: movl -8(%rbp), %eax movl %eax, _tok(%rip) movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB190_235 LBB190_234: movl -8(%rbp), %esi leaq L_.str.135(%rip), %rdi movb $0, %al callq _error LBB190_235: movq -32(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) movl $0, _tok_flags(%rip) addq $128, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L190_0_set_2, LBB190_2-LJTI190_0 .set L190_0_set_20, LBB190_20-LJTI190_0 .set L190_0_set_234, LBB190_234-LJTI190_0 .set L190_0_set_191, LBB190_191-LJTI190_0 .set L190_0_set_106, LBB190_106-LJTI190_0 .set L190_0_set_24, LBB190_24-LJTI190_0 .set L190_0_set_233, LBB190_233-LJTI190_0 .set L190_0_set_209, LBB190_209-LJTI190_0 .set L190_0_set_152, LBB190_152-LJTI190_0 .set L190_0_set_203, LBB190_203-LJTI190_0 .set L190_0_set_170, LBB190_170-LJTI190_0 .set L190_0_set_179, LBB190_179-LJTI190_0 .set L190_0_set_91, LBB190_91-LJTI190_0 .set L190_0_set_221, LBB190_221-LJTI190_0 .set L190_0_set_75, LBB190_75-LJTI190_0 .set L190_0_set_124, LBB190_124-LJTI190_0 .set L190_0_set_197, LBB190_197-LJTI190_0 .set L190_0_set_138, LBB190_138-LJTI190_0 .set L190_0_set_37, LBB190_37-LJTI190_0 .set L190_0_set_65, LBB190_65-LJTI190_0 .set L190_0_set_3, LBB190_3-LJTI190_0 .set L190_0_set_215, LBB190_215-LJTI190_0 .set L190_0_set_161, LBB190_161-LJTI190_0 LJTI190_0: .long L190_0_set_2 .long L190_0_set_20 .long L190_0_set_2 .long L190_0_set_2 .long L190_0_set_2 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_234 .long L190_0_set_2 .long L190_0_set_191 .long L190_0_set_106 .long L190_0_set_24 .long L190_0_set_233 .long L190_0_set_209 .long L190_0_set_152 .long L190_0_set_106 .long L190_0_set_233 .long L190_0_set_233 .long L190_0_set_203 .long L190_0_set_170 .long L190_0_set_233 .long L190_0_set_179 .long L190_0_set_91 .long L190_0_set_221 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_75 .long L190_0_set_233 .long L190_0_set_233 .long L190_0_set_124 .long L190_0_set_197 .long L190_0_set_138 .long L190_0_set_233 .long L190_0_set_233 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_65 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_233 .long L190_0_set_3 .long L190_0_set_233 .long L190_0_set_215 .long L190_0_set_37 .long L190_0_set_234 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_37 .long L190_0_set_233 .long L190_0_set_161 .long L190_0_set_233 .long L190_0_set_233 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function add_cached_include _add_cached_include: ## @add_cached_include .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movq -24(%rbp), %rdx callq _search_cached_include cmpq $0, %rax je LBB191_2 ## %bb.1: jmp LBB191_5 LBB191_2: movq -24(%rbp), %rdi callq _strlen movq %rax, %rdi addq $12, %rdi callq _tcc_malloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB191_4 ## %bb.3: jmp LBB191_5 LBB191_4: movl -12(%rbp), %eax movb %al, %cl movq -40(%rbp), %rax movb %cl, 8(%rax) movq -40(%rbp), %rdi addq $9, %rdi movq -24(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movl -28(%rbp), %ecx movq -40(%rbp), %rax movl %ecx, (%rax) movq -8(%rbp), %rdi addq $56, %rdi movq -8(%rbp), %rsi addq $64, %rsi movq -40(%rbp), %rdx callq _dynarray_add movl -12(%rbp), %edi movq -24(%rbp), %rsi callq _hash_cached_include movl %eax, -44(%rbp) movq -8(%rbp), %rax movslq -44(%rbp), %rcx movl 944(%rax,%rcx,4), %ecx movq -40(%rbp), %rax movl %ecx, 4(%rax) movq -8(%rbp), %rax movl 64(%rax), %edx movq -8(%rbp), %rax movslq -44(%rbp), %rcx movl %edx, 944(%rax,%rcx,4) LBB191_5: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_stabd _put_stabd: ## @put_stabd .cfi_startproc ## %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 %edx, -12(%rbp) movl -4(%rbp), %esi movl -8(%rbp), %edx movl -12(%rbp), %ecx xorl %eax, %eax movl %eax, %r8d movq %r8, %rdi callq _put_stabs addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function handle_stray1 _handle_stray1: ## @handle_stray1 .cfi_startproc ## %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 _file(%rip), %rcx cmpq 8(%rcx), %rax jb LBB193_4 ## %bb.1: movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) callq _handle_eob movl %eax, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $92, -12(%rbp) jne LBB193_3 ## %bb.2: jmp LBB193_5 LBB193_3: jmp LBB193_6 LBB193_4: jmp LBB193_5 LBB193_5: movq -8(%rbp), %rcx movq _file(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _handle_stray movq _file(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movzbl (%rax), %eax movl %eax, -12(%rbp) LBB193_6: movl -12(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function preprocess _preprocess: ## @preprocess .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $2192, %rsp ## imm = 0x890 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -2068(%rbp) movq _tcc_state(%rip), %rax movq %rax, -2080(%rbp) movl _parse_flags(%rip), %eax movl %eax, -2100(%rbp) movl $7, _parse_flags(%rip) callq _next_nomacro LBB194_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax addl $-259, %eax ## imm = 0xFEFD movl %eax, %ecx movq %rcx, -2168(%rbp) ## 8-byte Spill subl $66, %eax ja LBB194_127 ## %bb.142: ## in Loop: Header=BB194_1 Depth=1 movq -2168(%rbp), %rax ## 8-byte Reload leaq LJTI194_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB194_2: callq _next_nomacro callq _parse_define jmp LBB194_135 LBB194_3: callq _next_nomacro movl _tok(%rip), %edi callq _define_find movq %rax, -2136(%rbp) cmpq $0, -2136(%rbp) je LBB194_5 ## %bb.4: movq -2136(%rbp), %rdi callq _define_undef LBB194_5: jmp LBB194_135 LBB194_6: movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _skip_spaces cmpl $60, _ch(%rip) jne LBB194_8 ## %bb.7: movl $62, -2092(%rbp) jmp LBB194_10 LBB194_8: cmpl $34, _ch(%rip) jne LBB194_19 ## %bb.9: movl _ch(%rip), %eax movl %eax, -2092(%rbp) LBB194_10: callq _minp leaq -1040(%rbp), %rax movq %rax, -2112(%rbp) LBB194_11: ## =>This Inner Loop Header: Depth=1 movl _ch(%rip), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -2092(%rbp), %ecx movb %al, -2169(%rbp) ## 1-byte Spill je LBB194_14 ## %bb.12: ## in Loop: Header=BB194_11 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, _ch(%rip) movb %al, -2169(%rbp) ## 1-byte Spill je LBB194_14 ## %bb.13: ## in Loop: Header=BB194_11 Depth=1 cmpl $-1, _ch(%rip) setne %al movb %al, -2169(%rbp) ## 1-byte Spill LBB194_14: ## in Loop: Header=BB194_11 Depth=1 movb -2169(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB194_15 jmp LBB194_18 LBB194_15: ## in Loop: Header=BB194_11 Depth=1 movq -2112(%rbp), %rax leaq -1040(%rbp), %rcx subq %rcx, %rax cmpq $1023, %rax ## imm = 0x3FF jae LBB194_17 ## %bb.16: ## in Loop: Header=BB194_11 Depth=1 movl _ch(%rip), %eax movb %al, %cl movq -2112(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -2112(%rbp) movb %cl, (%rax) LBB194_17: ## in Loop: Header=BB194_11 Depth=1 callq _minp jmp LBB194_11 LBB194_18: movq -2112(%rbp), %rax movb $0, (%rax) callq _minp jmp LBB194_36 LBB194_19: callq _next movb $0, -1040(%rbp) cmpl $181, _tok(%rip) jne LBB194_27 ## %bb.20: jmp LBB194_21 LBB194_21: cmpl $10, _tok(%rip) je LBB194_26 ## %bb.22: cmpl $181, _tok(%rip) je LBB194_25 ## %bb.23: jmp LBB194_24 LBB194_24: leaq L_.str.136(%rip), %rdi movb $0, %al callq _error LBB194_25: leaq -1040(%rbp), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcat callq _next jmp LBB194_21 LBB194_26: movl $34, -2092(%rbp) jmp LBB194_35 LBB194_27: jmp LBB194_28 LBB194_28: ## =>This Inner Loop Header: Depth=1 cmpl $10, _tok(%rip) je LBB194_30 ## %bb.29: ## in Loop: Header=BB194_28 Depth=1 leaq -1040(%rbp), %rax movq %rax, -2184(%rbp) ## 8-byte Spill movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq -2184(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcat callq _next jmp LBB194_28 LBB194_30: leaq -1040(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -2148(%rbp) cmpl $2, -2148(%rbp) jl LBB194_33 ## %bb.31: movsbl -1040(%rbp), %eax cmpl $60, %eax jne LBB194_33 ## %bb.32: movl -2148(%rbp), %eax subl $1, %eax cltq movsbl -1040(%rbp,%rax), %eax cmpl $62, %eax je LBB194_34 LBB194_33: jmp LBB194_24 LBB194_34: leaq -1040(%rbp), %rdi leaq -1040(%rbp), %rsi addq $1, %rsi movl -2148(%rbp), %eax subl $2, %eax movslq %eax, %rdx movl $1024, %ecx ## imm = 0x400 callq ___memmove_chk movl -2148(%rbp), %eax subl $2, %eax cltq movb $0, -1040(%rbp,%rax) movl $62, -2092(%rbp) LBB194_35: jmp LBB194_36 LBB194_36: jmp LBB194_37 LBB194_37: movq -2080(%rbp), %rdi movl -2092(%rbp), %esi leaq -1040(%rbp), %rdx callq _search_cached_include movq %rax, -2144(%rbp) cmpq $0, -2144(%rbp) je LBB194_40 ## %bb.38: movq -2144(%rbp), %rax movl (%rax), %edi callq _define_find cmpq $0, %rax je LBB194_40 ## %bb.39: jmp LBB194_69 LBB194_40: cmpl $34, -2092(%rbp) jne LBB194_51 ## %bb.41: movl $0, -2084(%rbp) movq _file(%rip), %rdi addq $553, %rdi ## imm = 0x229 movl $47, %esi callq _strrchr movq %rax, -2120(%rbp) cmpq $0, -2120(%rbp) je LBB194_43 ## %bb.42: movq -2120(%rbp), %rax addq $1, %rax movq _file(%rip), %rcx addq $553, %rcx ## imm = 0x229 subq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -2084(%rbp) LBB194_43: movslq -2084(%rbp), %rax cmpq $1023, %rax ## imm = 0x3FF jbe LBB194_45 ## %bb.44: movl $1023, -2084(%rbp) ## imm = 0x3FF LBB194_45: leaq -2064(%rbp), %rdi movq _file(%rip), %rsi addq $553, %rsi ## imm = 0x229 movslq -2084(%rbp), %rdx movl $1024, %ecx ## imm = 0x400 callq ___memcpy_chk movslq -2084(%rbp), %rax movb $0, -2064(%rbp,%rax) leaq -2064(%rbp), %rdi leaq -1040(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcat movq -2080(%rbp), %rdi leaq -2064(%rbp), %rsi callq _tcc_open movq %rax, -2128(%rbp) cmpq $0, -2128(%rbp) je LBB194_50 ## %bb.46: cmpl $315, _tok(%rip) ## imm = 0x13B jne LBB194_48 ## %bb.47: movl $314, _tok(%rip) ## imm = 0x13A jmp LBB194_49 LBB194_48: jmp LBB194_66 LBB194_49: jmp LBB194_50 LBB194_50: jmp LBB194_51 LBB194_51: movq -2080(%rbp), %rax movq 8(%rax), %rax movq -2080(%rbp), %rcx addq $432, %rcx ## imm = 0x1B0 addq $256, %rcx ## imm = 0x100 cmpq %rcx, %rax jb LBB194_53 ## %bb.52: leaq L_.str.137(%rip), %rdi movb $0, %al callq _error LBB194_53: movq -2080(%rbp), %rax movl 32(%rax), %eax movq -2080(%rbp), %rcx addl 48(%rcx), %eax movl %eax, -2096(%rbp) movl $0, -2088(%rbp) LBB194_54: ## =>This Inner Loop Header: Depth=1 movl -2088(%rbp), %eax cmpl -2096(%rbp), %eax jge LBB194_65 ## %bb.55: ## in Loop: Header=BB194_54 Depth=1 movl -2088(%rbp), %eax movq -2080(%rbp), %rcx cmpl 32(%rcx), %eax jge LBB194_57 ## %bb.56: ## in Loop: Header=BB194_54 Depth=1 movq -2080(%rbp), %rax movq 24(%rax), %rax movslq -2088(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -2160(%rbp) jmp LBB194_58 LBB194_57: ## in Loop: Header=BB194_54 Depth=1 movq -2080(%rbp), %rax movq 40(%rax), %rax movl -2088(%rbp), %ecx movq -2080(%rbp), %rdx subl 32(%rdx), %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -2160(%rbp) LBB194_58: ## in Loop: Header=BB194_54 Depth=1 leaq -2064(%rbp), %rdi movq -2160(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcpy leaq -2064(%rbp), %rdi movl $1024, %esi ## imm = 0x400 leaq L_.str.138(%rip), %rdx callq _pstrcat leaq -2064(%rbp), %rdi leaq -1040(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcat movq -2080(%rbp), %rdi leaq -2064(%rbp), %rsi callq _tcc_open movq %rax, -2128(%rbp) cmpq $0, -2128(%rbp) je LBB194_63 ## %bb.59: ## in Loop: Header=BB194_54 Depth=1 cmpl $315, _tok(%rip) ## imm = 0x13B jne LBB194_61 ## %bb.60: ## in Loop: Header=BB194_54 Depth=1 movl $314, _tok(%rip) ## imm = 0x13A jmp LBB194_62 LBB194_61: jmp LBB194_66 LBB194_62: ## in Loop: Header=BB194_54 Depth=1 jmp LBB194_63 LBB194_63: ## in Loop: Header=BB194_54 Depth=1 jmp LBB194_64 LBB194_64: ## in Loop: Header=BB194_54 Depth=1 movl -2088(%rbp), %eax addl $1, %eax movl %eax, -2088(%rbp) jmp LBB194_54 LBB194_65: leaq -1040(%rbp), %rsi leaq L_.str.139(%rip), %rdi movb $0, %al callq _error movq $0, -2128(%rbp) LBB194_66: movl -2092(%rbp), %eax movb %al, %cl movq -2128(%rbp), %rax movb %cl, 40(%rax) movq -2128(%rbp), %rdi addq $41, %rdi leaq -1040(%rbp), %rdx movl $512, %esi ## imm = 0x200 callq _pstrcpy movq _file(%rip), %rcx movq -2080(%rbp), %rdx movq 8(%rdx), %rax movq %rax, %rsi addq $8, %rsi movq %rsi, 8(%rdx) movq %rcx, (%rax) movq -2128(%rbp), %rax movq %rax, _file(%rip) cmpl $0, _do_debug(%rip) je LBB194_68 ## %bb.67: movq _file(%rip), %rdi addq $553, %rdi ## imm = 0x229 movl $130, %esi xorl %ecx, %ecx xorl %eax, %eax movl %eax, %r8d movl %ecx, %edx callq _put_stabs LBB194_68: movl _tok_flags(%rip), %eax orl $3, %eax movl %eax, _tok_flags(%rip) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) jmp LBB194_139 LBB194_69: jmp LBB194_135 LBB194_70: ## in Loop: Header=BB194_1 Depth=1 movl $1, -2092(%rbp) jmp LBB194_73 LBB194_71: ## in Loop: Header=BB194_1 Depth=1 callq _expr_preprocess movl %eax, -2092(%rbp) jmp LBB194_80 LBB194_72: ## in Loop: Header=BB194_1 Depth=1 movl $0, -2092(%rbp) LBB194_73: ## in Loop: Header=BB194_1 Depth=1 callq _next_nomacro cmpl $256, _tok(%rip) ## imm = 0x100 jge LBB194_75 ## %bb.74: ## in Loop: Header=BB194_1 Depth=1 movl -2092(%rbp), %ecx leaq L_.str.63(%rip), %rsi leaq L_.str.141(%rip), %rax cmpl $0, %ecx cmovneq %rax, %rsi leaq L_.str.140(%rip), %rdi movb $0, %al callq _error LBB194_75: ## in Loop: Header=BB194_1 Depth=1 cmpl $0, -2068(%rbp) je LBB194_79 ## %bb.76: ## in Loop: Header=BB194_1 Depth=1 cmpl $0, -2092(%rbp) je LBB194_78 ## %bb.77: ## in Loop: Header=BB194_1 Depth=1 movl _tok(%rip), %ecx movq _file(%rip), %rax movl %ecx, 24(%rax) LBB194_78: ## in Loop: Header=BB194_1 Depth=1 jmp LBB194_79 LBB194_79: ## in Loop: Header=BB194_1 Depth=1 movl _tok(%rip), %edi callq _define_find cmpq $0, %rax setne %al andb $1, %al movzbl %al, %eax xorl -2092(%rbp), %eax movl %eax, -2092(%rbp) LBB194_80: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rax movq -2080(%rbp), %rcx addq $688, %rcx ## imm = 0x2B0 addq $256, %rcx ## imm = 0x100 cmpq %rcx, %rax jb LBB194_82 ## %bb.81: ## in Loop: Header=BB194_1 Depth=1 leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB194_82: ## in Loop: Header=BB194_1 Depth=1 movl -2092(%rbp), %ecx movq -2080(%rbp), %rdx movq 16(%rdx), %rax movq %rax, %rsi addq $4, %rsi movq %rsi, 16(%rdx) movl %ecx, (%rax) jmp LBB194_95 LBB194_83: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rax movq -2080(%rbp), %rcx addq $688, %rcx ## imm = 0x2B0 cmpq %rcx, %rax jne LBB194_85 ## %bb.84: ## in Loop: Header=BB194_1 Depth=1 leaq L_.str.142(%rip), %rdi movb $0, %al callq _error LBB194_85: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rax movl -4(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB194_87 ## %bb.86: ## in Loop: Header=BB194_1 Depth=1 leaq L_.str.143(%rip), %rdi movb $0, %al callq _error LBB194_87: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rcx movl -4(%rcx), %eax xorl $3, %eax movl %eax, -4(%rcx) movl %eax, -2092(%rbp) jmp LBB194_95 LBB194_88: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rax movq -2080(%rbp), %rcx addq $688, %rcx ## imm = 0x2B0 cmpq %rcx, %rax jne LBB194_90 ## %bb.89: ## in Loop: Header=BB194_1 Depth=1 leaq L_.str.144(%rip), %rdi movb $0, %al callq _error LBB194_90: ## in Loop: Header=BB194_1 Depth=1 movq -2080(%rbp), %rax movq 16(%rax), %rax movl -4(%rax), %eax movl %eax, -2092(%rbp) cmpl $1, -2092(%rbp) jle LBB194_92 ## %bb.91: ## in Loop: Header=BB194_1 Depth=1 leaq L_.str.145(%rip), %rdi movb $0, %al callq _error LBB194_92: ## in Loop: Header=BB194_1 Depth=1 cmpl $1, -2092(%rbp) jne LBB194_94 ## %bb.93: ## in Loop: Header=BB194_1 Depth=1 jmp LBB194_97 LBB194_94: ## in Loop: Header=BB194_1 Depth=1 callq _expr_preprocess movl %eax, -2092(%rbp) movl -2092(%rbp), %ecx movq -2080(%rbp), %rax movq 16(%rax), %rax movl %ecx, -4(%rax) LBB194_95: ## in Loop: Header=BB194_1 Depth=1 movl -2092(%rbp), %eax andl $1, %eax cmpl $0, %eax jne LBB194_98 ## %bb.96: ## in Loop: Header=BB194_1 Depth=1 jmp LBB194_97 LBB194_97: ## in Loop: Header=BB194_1 Depth=1 callq _preprocess_skip movl $0, -2068(%rbp) jmp LBB194_1 LBB194_98: jmp LBB194_135 LBB194_99: movq -2080(%rbp), %rax movq 16(%rax), %rax movq _file(%rip), %rcx cmpq 32(%rcx), %rax ja LBB194_101 ## %bb.100: leaq L_.str.146(%rip), %rdi movb $0, %al callq _error LBB194_101: movq -2080(%rbp), %rax movq 16(%rax), %rcx addq $-4, %rcx movq %rcx, 16(%rax) movq _file(%rip), %rax cmpl $0, 24(%rax) je LBB194_107 ## %bb.102: movq -2080(%rbp), %rax movq 16(%rax), %rax movq _file(%rip), %rcx cmpq 32(%rcx), %rax jne LBB194_107 ## %bb.103: movq _file(%rip), %rax movl 24(%rax), %ecx movq _file(%rip), %rax movl %ecx, 28(%rax) movq _file(%rip), %rax movl $0, 24(%rax) LBB194_104: ## =>This Inner Loop Header: Depth=1 cmpl $10, _tok(%rip) je LBB194_106 ## %bb.105: ## in Loop: Header=BB194_104 Depth=1 callq _next_nomacro jmp LBB194_104 LBB194_106: movl _tok_flags(%rip), %eax orl $4, %eax movl %eax, _tok_flags(%rip) jmp LBB194_139 LBB194_107: jmp LBB194_135 LBB194_108: callq _next cmpl $179, _tok(%rip) je LBB194_110 ## %bb.109: leaq L_.str.147(%rip), %rdi movb $0, %al callq _error LBB194_110: movl _tokc(%rip), %ecx subl $1, %ecx movq _file(%rip), %rax movl %ecx, 20(%rax) callq _next cmpl $10, _tok(%rip) je LBB194_114 ## %bb.111: cmpl $181, _tok(%rip) je LBB194_113 ## %bb.112: leaq L_.str.147(%rip), %rdi movb $0, %al callq _error LBB194_113: movq _file(%rip), %rdi addq $553, %rdi ## imm = 0x229 movq _tokc(%rip), %rax movq 8(%rax), %rdx movl $1024, %esi ## imm = 0x400 callq _pstrcpy LBB194_114: jmp LBB194_135 LBB194_115: movl _tok(%rip), %eax movl %eax, -2092(%rbp) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _skip_spaces leaq -1040(%rbp), %rax movq %rax, -2112(%rbp) LBB194_116: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, _ch(%rip) movb %al, -2185(%rbp) ## 1-byte Spill je LBB194_118 ## %bb.117: ## in Loop: Header=BB194_116 Depth=1 cmpl $-1, _ch(%rip) setne %al movb %al, -2185(%rbp) ## 1-byte Spill LBB194_118: ## in Loop: Header=BB194_116 Depth=1 movb -2185(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB194_119 jmp LBB194_122 LBB194_119: ## in Loop: Header=BB194_116 Depth=1 movq -2112(%rbp), %rax leaq -1040(%rbp), %rcx subq %rcx, %rax cmpq $1023, %rax ## imm = 0x3FF jae LBB194_121 ## %bb.120: ## in Loop: Header=BB194_116 Depth=1 movl _ch(%rip), %eax movb %al, %cl movq -2112(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -2112(%rbp) movb %cl, (%rax) LBB194_121: ## in Loop: Header=BB194_116 Depth=1 callq _minp jmp LBB194_116 LBB194_122: movq -2112(%rbp), %rax movb $0, (%rax) cmpl $322, -2092(%rbp) ## imm = 0x142 jne LBB194_124 ## %bb.123: leaq -1040(%rbp), %rsi leaq L_.str.148(%rip), %rdi movb $0, %al callq _error jmp LBB194_125 LBB194_124: leaq -1040(%rbp), %rsi leaq L_.str.149(%rip), %rdi movb $0, %al callq _warning LBB194_125: jmp LBB194_135 LBB194_126: movq -2080(%rbp), %rdi callq _pragma_parse jmp LBB194_135 LBB194_127: cmpl $10, _tok(%rip) je LBB194_130 ## %bb.128: cmpl $33, _tok(%rip) je LBB194_130 ## %bb.129: cmpl $179, _tok(%rip) jne LBB194_131 LBB194_130: jmp LBB194_134 LBB194_131: movl -2100(%rbp), %eax andl $8, %eax cmpl $0, %eax jne LBB194_133 ## %bb.132: movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq %rax, %rsi leaq L_.str.150(%rip), %rdi movb $0, %al callq _error LBB194_133: jmp LBB194_134 LBB194_134: jmp LBB194_135 LBB194_135: jmp LBB194_136 LBB194_136: ## =>This Inner Loop Header: Depth=1 cmpl $10, _tok(%rip) je LBB194_138 ## %bb.137: ## in Loop: Header=BB194_136 Depth=1 callq _next_nomacro jmp LBB194_136 LBB194_138: jmp LBB194_139 LBB194_139: movl -2100(%rbp), %eax movl %eax, _parse_flags(%rip) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB194_141 ## %bb.140: addq $2192, %rsp ## imm = 0x890 popq %rbp retq LBB194_141: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L194_0_set_71, LBB194_71-LJTI194_0 .set L194_0_set_83, LBB194_83-LJTI194_0 .set L194_0_set_127, LBB194_127-LJTI194_0 .set L194_0_set_2, LBB194_2-LJTI194_0 .set L194_0_set_6, LBB194_6-LJTI194_0 .set L194_0_set_72, LBB194_72-LJTI194_0 .set L194_0_set_70, LBB194_70-LJTI194_0 .set L194_0_set_88, LBB194_88-LJTI194_0 .set L194_0_set_99, LBB194_99-LJTI194_0 .set L194_0_set_3, LBB194_3-LJTI194_0 .set L194_0_set_115, LBB194_115-LJTI194_0 .set L194_0_set_108, LBB194_108-LJTI194_0 .set L194_0_set_126, LBB194_126-LJTI194_0 LJTI194_0: .long L194_0_set_71 .long L194_0_set_83 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_127 .long L194_0_set_2 .long L194_0_set_6 .long L194_0_set_6 .long L194_0_set_72 .long L194_0_set_70 .long L194_0_set_88 .long L194_0_set_99 .long L194_0_set_127 .long L194_0_set_3 .long L194_0_set_115 .long L194_0_set_115 .long L194_0_set_108 .long L194_0_set_126 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function tok_alloc_new _tok_alloc_new: ## @tok_alloc_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) cmpl $268435456, _tok_ident(%rip) ## imm = 0x10000000 jl LBB195_2 ## %bb.1: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB195_2: movl _tok_ident(%rip), %eax subl $256, %eax ## imm = 0x100 movl %eax, -44(%rbp) movl -44(%rbp), %eax movl $512, %ecx ## imm = 0x200 cltd idivl %ecx cmpl $0, %edx jne LBB195_6 ## %bb.3: movq _table_ident(%rip), %rdi movl -44(%rbp), %eax addl $512, %eax ## imm = 0x200 movslq %eax, %rsi shlq $3, %rsi callq _tcc_realloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB195_5 ## %bb.4: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB195_5: movq -40(%rbp), %rax movq %rax, _table_ident(%rip) LBB195_6: movslq -20(%rbp), %rdi addq $56, %rdi callq _tcc_malloc movq %rax, -32(%rbp) movq -32(%rbp), %rdx movq _table_ident(%rip), %rax movslq -44(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movl _tok_ident(%rip), %ecx movl %ecx, %eax addl $1, %eax movl %eax, _tok_ident(%rip) movq -32(%rbp), %rax movl %ecx, 40(%rax) movq -32(%rbp), %rax movq $0, 8(%rax) movq -32(%rbp), %rax movq $0, 16(%rax) movq -32(%rbp), %rax movq $0, 24(%rax) movq -32(%rbp), %rax movq $0, 32(%rax) movl -20(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 44(%rax) movq -32(%rbp), %rax movq $0, (%rax) movq -32(%rbp), %rdi addq $48, %rdi movq -16(%rbp), %rsi movslq -20(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk movq -32(%rbp), %rax movslq -20(%rbp), %rcx movb $0, 48(%rax,%rcx) movq -32(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_escape_string _parse_escape_string: ## @parse_escape_string .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -16(%rbp), %rax movq %rax, -40(%rbp) LBB196_1: ## =>This Loop Header: Depth=1 ## Child Loop BB196_11 Depth 2 movq -40(%rbp), %rax movzbl (%rax), %eax movl %eax, -24(%rbp) cmpl $0, -24(%rbp) jne LBB196_3 ## %bb.2: jmp LBB196_47 LBB196_3: ## in Loop: Header=BB196_1 Depth=1 cmpl $92, -24(%rbp) jne LBB196_42 ## %bb.4: ## in Loop: Header=BB196_1 Depth=1 movq -40(%rbp), %rax incq %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movzbl (%rax), %eax movl %eax, -24(%rbp) movl -24(%rbp), %eax addl $-34, %eax movl %eax, %ecx movq %rcx, -48(%rbp) ## 8-byte Spill subl $86, %eax ja LBB196_35 ## %bb.51: ## in Loop: Header=BB196_1 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload leaq LJTI196_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB196_5: ## in Loop: Header=BB196_1 Depth=1 movl -24(%rbp), %eax subl $48, %eax movl %eax, -28(%rbp) movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movzbl (%rax), %eax movl %eax, -24(%rbp) movl -24(%rbp), %edi callq _isoct cmpl $0, %eax je LBB196_9 ## %bb.6: ## in Loop: Header=BB196_1 Depth=1 movl -28(%rbp), %eax shll $3, %eax addl -24(%rbp), %eax subl $48, %eax movl %eax, -28(%rbp) movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movzbl (%rax), %eax movl %eax, -24(%rbp) movl -24(%rbp), %edi callq _isoct cmpl $0, %eax je LBB196_8 ## %bb.7: ## in Loop: Header=BB196_1 Depth=1 movl -28(%rbp), %eax shll $3, %eax addl -24(%rbp), %eax subl $48, %eax movl %eax, -28(%rbp) movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) LBB196_8: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_9 LBB196_9: ## in Loop: Header=BB196_1 Depth=1 movl -28(%rbp), %eax movl %eax, -24(%rbp) jmp LBB196_43 LBB196_10: ## in Loop: Header=BB196_1 Depth=1 movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) movl $0, -28(%rbp) LBB196_11: ## Parent Loop BB196_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -40(%rbp), %rax movzbl (%rax), %eax movl %eax, -24(%rbp) cmpl $97, -24(%rbp) jl LBB196_14 ## %bb.12: ## in Loop: Header=BB196_11 Depth=2 cmpl $102, -24(%rbp) jg LBB196_14 ## %bb.13: ## in Loop: Header=BB196_11 Depth=2 movl -24(%rbp), %eax subl $97, %eax addl $10, %eax movl %eax, -24(%rbp) jmp LBB196_22 LBB196_14: ## in Loop: Header=BB196_11 Depth=2 cmpl $65, -24(%rbp) jl LBB196_17 ## %bb.15: ## in Loop: Header=BB196_11 Depth=2 cmpl $70, -24(%rbp) jg LBB196_17 ## %bb.16: ## in Loop: Header=BB196_11 Depth=2 movl -24(%rbp), %eax subl $65, %eax addl $10, %eax movl %eax, -24(%rbp) jmp LBB196_21 LBB196_17: ## in Loop: Header=BB196_11 Depth=2 movl -24(%rbp), %edi callq _isnum cmpl $0, %eax je LBB196_19 ## %bb.18: ## in Loop: Header=BB196_11 Depth=2 movl -24(%rbp), %eax subl $48, %eax movl %eax, -24(%rbp) jmp LBB196_20 LBB196_19: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_23 LBB196_20: ## in Loop: Header=BB196_11 Depth=2 jmp LBB196_21 LBB196_21: ## in Loop: Header=BB196_11 Depth=2 jmp LBB196_22 LBB196_22: ## in Loop: Header=BB196_11 Depth=2 movl -28(%rbp), %eax shll $4, %eax addl -24(%rbp), %eax movl %eax, -28(%rbp) movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) jmp LBB196_11 LBB196_23: ## in Loop: Header=BB196_1 Depth=1 movl -28(%rbp), %eax movl %eax, -24(%rbp) jmp LBB196_43 LBB196_24: ## in Loop: Header=BB196_1 Depth=1 movl $7, -24(%rbp) jmp LBB196_41 LBB196_25: ## in Loop: Header=BB196_1 Depth=1 movl $8, -24(%rbp) jmp LBB196_41 LBB196_26: ## in Loop: Header=BB196_1 Depth=1 movl $12, -24(%rbp) jmp LBB196_41 LBB196_27: ## in Loop: Header=BB196_1 Depth=1 movl $10, -24(%rbp) jmp LBB196_41 LBB196_28: ## in Loop: Header=BB196_1 Depth=1 movl $13, -24(%rbp) jmp LBB196_41 LBB196_29: ## in Loop: Header=BB196_1 Depth=1 movl $9, -24(%rbp) jmp LBB196_41 LBB196_30: ## in Loop: Header=BB196_1 Depth=1 movl $11, -24(%rbp) jmp LBB196_41 LBB196_31: ## in Loop: Header=BB196_1 Depth=1 cmpl $0, _gnu_ext(%rip) jne LBB196_33 ## %bb.32: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_36 LBB196_33: ## in Loop: Header=BB196_1 Depth=1 movl $27, -24(%rbp) jmp LBB196_41 LBB196_34: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_41 LBB196_35: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_36 LBB196_36: ## in Loop: Header=BB196_1 Depth=1 cmpl $33, -24(%rbp) jl LBB196_39 ## %bb.37: ## in Loop: Header=BB196_1 Depth=1 cmpl $126, -24(%rbp) jg LBB196_39 ## %bb.38: ## in Loop: Header=BB196_1 Depth=1 movl -24(%rbp), %esi leaq L_.str.259(%rip), %rdi movb $0, %al callq _warning jmp LBB196_40 LBB196_39: ## in Loop: Header=BB196_1 Depth=1 movl -24(%rbp), %esi leaq L_.str.260(%rip), %rdi movb $0, %al callq _warning LBB196_40: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_41 LBB196_41: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_42 LBB196_42: ## in Loop: Header=BB196_1 Depth=1 movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) LBB196_43: ## in Loop: Header=BB196_1 Depth=1 cmpl $0, -20(%rbp) jne LBB196_45 ## %bb.44: ## in Loop: Header=BB196_1 Depth=1 movq -8(%rbp), %rdi movl -24(%rbp), %esi callq _cstr_ccat jmp LBB196_46 LBB196_45: ## in Loop: Header=BB196_1 Depth=1 movq -8(%rbp), %rdi movl -24(%rbp), %esi callq _cstr_wccat LBB196_46: ## in Loop: Header=BB196_1 Depth=1 jmp LBB196_1 LBB196_47: cmpl $0, -20(%rbp) jne LBB196_49 ## %bb.48: movq -8(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat jmp LBB196_50 LBB196_49: movq -8(%rbp), %rdi xorl %esi, %esi callq _cstr_wccat LBB196_50: addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L196_0_set_34, LBB196_34-LJTI196_0 .set L196_0_set_35, LBB196_35-LJTI196_0 .set L196_0_set_5, LBB196_5-LJTI196_0 .set L196_0_set_24, LBB196_24-LJTI196_0 .set L196_0_set_25, LBB196_25-LJTI196_0 .set L196_0_set_31, LBB196_31-LJTI196_0 .set L196_0_set_26, LBB196_26-LJTI196_0 .set L196_0_set_27, LBB196_27-LJTI196_0 .set L196_0_set_28, LBB196_28-LJTI196_0 .set L196_0_set_29, LBB196_29-LJTI196_0 .set L196_0_set_30, LBB196_30-LJTI196_0 .set L196_0_set_10, LBB196_10-LJTI196_0 LJTI196_0: .long L196_0_set_34 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_34 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_5 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_34 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_34 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_24 .long L196_0_set_25 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_31 .long L196_0_set_26 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_27 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_35 .long L196_0_set_28 .long L196_0_set_35 .long L196_0_set_29 .long L196_0_set_35 .long L196_0_set_30 .long L196_0_set_35 .long L196_0_set_10 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function search_cached_include _search_cached_include: ## @search_cached_include .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movl -20(%rbp), %edi movq -32(%rbp), %rsi callq _hash_cached_include movl %eax, -48(%rbp) movq -16(%rbp), %rax movslq -48(%rbp), %rcx movl 944(%rax,%rcx,4), %eax movl %eax, -44(%rbp) LBB197_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -44(%rbp) jne LBB197_3 ## %bb.2: jmp LBB197_7 LBB197_3: ## in Loop: Header=BB197_1 Depth=1 movq -16(%rbp), %rax movq 56(%rax), %rax movl -44(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movsbl 8(%rax), %eax cmpl -20(%rbp), %eax jne LBB197_6 ## %bb.4: ## in Loop: Header=BB197_1 Depth=1 movq -40(%rbp), %rdi addq $9, %rdi movq -32(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB197_6 ## %bb.5: movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB197_8 LBB197_6: ## in Loop: Header=BB197_1 Depth=1 movq -40(%rbp), %rax movl 4(%rax), %eax movl %eax, -44(%rbp) jmp LBB197_1 LBB197_7: movq $0, -8(%rbp) LBB197_8: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function hash_cached_include _hash_cached_include: ## @hash_cached_include .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl $1, -28(%rbp) imull $263, -28(%rbp), %eax ## imm = 0x107 addl -4(%rbp), %eax movl %eax, -28(%rbp) movq -16(%rbp), %rax movq %rax, -24(%rbp) LBB198_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpb $0, (%rax) je LBB198_3 ## %bb.2: ## in Loop: Header=BB198_1 Depth=1 imull $263, -28(%rbp), %eax ## imm = 0x107 movq -24(%rbp), %rcx movzbl (%rcx), %ecx addl %ecx, %eax movl %eax, -28(%rbp) movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB198_1 LBB198_3: movl -28(%rbp), %eax andl $511, %eax ## imm = 0x1FF movl %eax, -28(%rbp) movl -28(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function skip_spaces _skip_spaces: ## @skip_spaces .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp jmp LBB199_1 LBB199_1: ## =>This Inner Loop Header: Depth=1 movl _ch(%rip), %edi callq _is_space cmpl $0, %eax je LBB199_3 ## %bb.2: ## in Loop: Header=BB199_1 Depth=1 callq _minp jmp LBB199_1 LBB199_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_preprocess _expr_preprocess: ## @expr_preprocess .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp leaq -32(%rbp), %rdi callq _tok_str_new LBB200_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, _tok(%rip) movb %al, -33(%rbp) ## 1-byte Spill je LBB200_3 ## %bb.2: ## in Loop: Header=BB200_1 Depth=1 cmpl $-1, _tok(%rip) setne %al movb %al, -33(%rbp) ## 1-byte Spill LBB200_3: ## in Loop: Header=BB200_1 Depth=1 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB200_4 jmp LBB200_14 LBB200_4: ## in Loop: Header=BB200_1 Depth=1 callq _next cmpl $320, _tok(%rip) ## imm = 0x140 jne LBB200_10 ## %bb.5: ## in Loop: Header=BB200_1 Depth=1 callq _next_nomacro movl _tok(%rip), %eax movl %eax, -8(%rbp) cmpl $40, -8(%rbp) jne LBB200_7 ## %bb.6: ## in Loop: Header=BB200_1 Depth=1 callq _next_nomacro LBB200_7: ## in Loop: Header=BB200_1 Depth=1 movl _tok(%rip), %edi callq _define_find cmpq $0, %rax setne %al andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) cmpl $40, -8(%rbp) jne LBB200_9 ## %bb.8: ## in Loop: Header=BB200_1 Depth=1 callq _next_nomacro LBB200_9: ## in Loop: Header=BB200_1 Depth=1 movl $179, _tok(%rip) movl -4(%rbp), %eax movl %eax, _tokc(%rip) jmp LBB200_13 LBB200_10: ## in Loop: Header=BB200_1 Depth=1 cmpl $256, _tok(%rip) ## imm = 0x100 jl LBB200_12 ## %bb.11: ## in Loop: Header=BB200_1 Depth=1 movl $179, _tok(%rip) movl $0, _tokc(%rip) LBB200_12: ## in Loop: Header=BB200_1 Depth=1 jmp LBB200_13 LBB200_13: ## in Loop: Header=BB200_1 Depth=1 leaq -32(%rbp), %rdi callq _tok_str_add_tok jmp LBB200_1 LBB200_14: leaq -32(%rbp), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF callq _tok_str_add leaq -32(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -32(%rbp), %rax movq %rax, _macro_ptr(%rip) callq _next callq _expr_const movl %eax, -4(%rbp) movq $0, _macro_ptr(%rip) movq -32(%rbp), %rdi callq _tok_str_free cmpl $0, -4(%rbp) setne %al andb $1, %al movzbl %al, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pragma_parse _pragma_parse: ## @pragma_parse .cfi_startproc ## %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 _next cmpl $354, _tok(%rip) ## imm = 0x162 jne LBB201_21 ## %bb.1: callq _next movl $40, %edi callq _skip cmpl $601, _tok(%rip) ## imm = 0x259 jne LBB201_6 ## %bb.2: callq _next movq -8(%rbp), %rax movq 3024(%rax), %rax movq -8(%rbp), %rcx addq $2992, %rcx ## imm = 0xBB0 cmpq %rcx, %rax ja LBB201_5 ## %bb.3: jmp LBB201_4 LBB201_4: leaq L_.str.257(%rip), %rdi movb $0, %al callq _error LBB201_5: movq -8(%rbp), %rax movq 3024(%rax), %rcx addq $-4, %rcx movq %rcx, 3024(%rax) jmp LBB201_20 LBB201_6: movl $0, -12(%rbp) cmpl $41, _tok(%rip) je LBB201_19 ## %bb.7: cmpl $598, _tok(%rip) ## imm = 0x256 jne LBB201_11 ## %bb.8: callq _next movq -8(%rbp), %rax movq 3024(%rax), %rax movq -8(%rbp), %rcx addq $2992, %rcx ## imm = 0xBB0 addq $32, %rcx addq $-4, %rcx cmpq %rcx, %rax jb LBB201_10 ## %bb.9: jmp LBB201_4 LBB201_10: movq -8(%rbp), %rax movq 3024(%rax), %rcx addq $4, %rcx movq %rcx, 3024(%rax) movl $44, %edi callq _skip LBB201_11: cmpl $179, _tok(%rip) je LBB201_14 ## %bb.12: jmp LBB201_13 LBB201_13: leaq L_.str.258(%rip), %rdi movb $0, %al callq _error LBB201_14: movl _tokc(%rip), %eax movl %eax, -12(%rbp) cmpl $1, -12(%rbp) jl LBB201_17 ## %bb.15: cmpl $16, -12(%rbp) jg LBB201_17 ## %bb.16: movl -12(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx andl %ecx, %eax cmpl $0, %eax je LBB201_18 LBB201_17: jmp LBB201_13 LBB201_18: callq _next LBB201_19: movl -12(%rbp), %ecx movq -8(%rbp), %rax movq 3024(%rax), %rax movl %ecx, (%rax) movl $41, %edi callq _skip LBB201_20: jmp LBB201_21 LBB201_21: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_space _is_space: ## @is_space .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movb $1, %al cmpl $32, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB202_5 ## %bb.1: movb $1, %al cmpl $9, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB202_5 ## %bb.2: movb $1, %al cmpl $11, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB202_5 ## %bb.3: movb $1, %al cmpl $12, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB202_5 ## %bb.4: cmpl $13, -4(%rbp) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB202_5: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_new _tok_str_new: ## @tok_str_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq $0, (%rax) movq -8(%rbp), %rax movl $0, 8(%rax) movq -8(%rbp), %rax movl $0, 12(%rax) movq -8(%rbp), %rax movl $-1, 16(%rax) popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_add_tok _tok_str_add_tok: ## @tok_str_add_tok .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 _file(%rip), %rax movl 20(%rax), %eax movq -8(%rbp), %rcx cmpl 16(%rcx), %eax je LBB204_2 ## %bb.1: movq _file(%rip), %rax movl 20(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 16(%rax) movq -8(%rbp), %rax movl 16(%rax), %eax movl %eax, -32(%rbp) movq -8(%rbp), %rdi movl $186, %esi leaq -32(%rbp), %rdx callq _tok_str_add2 LBB204_2: movq -8(%rbp), %rdi movl _tok(%rip), %esi leaq _tokc(%rip), %rdx callq _tok_str_add2 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_add _tok_str_add: ## @tok_str_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) movq -8(%rbp), %rax movl 8(%rax), %eax movl %eax, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movl -16(%rbp), %eax movq -8(%rbp), %rcx cmpl 12(%rcx), %eax jl LBB205_2 ## %bb.1: movq -8(%rbp), %rdi callq _tok_str_realloc movq %rax, -24(%rbp) LBB205_2: movl -12(%rbp), %edx movq -24(%rbp), %rax movl -16(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -16(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movl -16(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_const _expr_const: ## @expr_const .cfi_startproc ## %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 _expr_const1 movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax je LBB206_2 ## %bb.1: leaq L_.str.151(%rip), %rdi callq _expect LBB206_2: movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -4(%rbp) callq _vpop movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_free _tok_str_free: ## @tok_str_free .cfi_startproc ## %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 _tcc_free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_add2 _tok_str_add2: ## @tok_str_add2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movl 8(%rax), %eax movl %eax, -28(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movl -28(%rbp), %eax addl $4, %eax movq -8(%rbp), %rcx cmpl 12(%rcx), %eax jle LBB208_2 ## %bb.1: movq -8(%rbp), %rdi callq _tok_str_realloc movq %rax, -40(%rbp) LBB208_2: movl -12(%rbp), %edx movq -40(%rbp), %rax movslq -28(%rbp), %rcx movl %ecx, %esi incl %esi movl %esi, -28(%rbp) movl %edx, (%rax,%rcx,4) movl -12(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $27, %eax ja LBB208_10 ## %bb.12: movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI208_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB208_3: movq -24(%rbp), %rax movl (%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) jmp LBB208_11 LBB208_4: movq -24(%rbp), %rax movq (%rax), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) LBB208_5: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax addl -44(%rbp), %eax movq -8(%rbp), %rcx cmpl 12(%rcx), %eax jle LBB208_7 ## %bb.6: ## in Loop: Header=BB208_5 Depth=1 movq -8(%rbp), %rdi callq _tok_str_realloc movq %rax, -40(%rbp) jmp LBB208_5 LBB208_7: movq -40(%rbp), %rax movslq -28(%rbp), %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -56(%rbp) movq -56(%rbp), %rax movq $0, 8(%rax) movq -24(%rbp), %rax movq (%rax), %rax movl (%rax), %ecx movq -56(%rbp), %rax movl %ecx, (%rax) movq -56(%rbp), %rax movq $0, 24(%rax) movq -56(%rbp), %rax movl (%rax), %ecx movq -56(%rbp), %rax movl %ecx, 16(%rax) movq -56(%rbp), %rdi addq $32, %rdi movq -24(%rbp), %rax movq (%rax), %rax movq 8(%rax), %rsi movq -56(%rbp), %rax movslq (%rax), %rdx movq $-1, %rcx callq ___memcpy_chk movl -44(%rbp), %eax addl -28(%rbp), %eax movl %eax, -28(%rbp) jmp LBB208_11 LBB208_8: movq -24(%rbp), %rax movl (%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -24(%rbp), %rax movl 4(%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) jmp LBB208_11 LBB208_9: movq -24(%rbp), %rax movl (%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -24(%rbp), %rax movl 4(%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -24(%rbp), %rax movl 8(%rax), %edx movq -40(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) jmp LBB208_11 LBB208_10: jmp LBB208_11 LBB208_11: movl -28(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) addq $64, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L208_0_set_3, LBB208_3-LJTI208_0 .set L208_0_set_4, LBB208_4-LJTI208_0 .set L208_0_set_10, LBB208_10-LJTI208_0 .set L208_0_set_8, LBB208_8-LJTI208_0 .set L208_0_set_9, LBB208_9-LJTI208_0 LJTI208_0: .long L208_0_set_3 .long L208_0_set_3 .long L208_0_set_4 .long L208_0_set_10 .long L208_0_set_3 .long L208_0_set_4 .long L208_0_set_3 .long L208_0_set_3 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_8 .long L208_0_set_9 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_3 .long L208_0_set_8 .long L208_0_set_8 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_10 .long L208_0_set_4 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function tok_str_realloc _tok_str_realloc: ## @tok_str_realloc .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 cmpl $0, 12(%rax) jne LBB209_2 ## %bb.1: movl $8, -20(%rbp) jmp LBB209_3 LBB209_2: movq -8(%rbp), %rax movl 12(%rax), %eax shll $1, %eax movl %eax, -20(%rbp) LBB209_3: movq -8(%rbp), %rax movq (%rax), %rdi movslq -20(%rbp), %rsi shlq $2, %rsi callq _tcc_realloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB209_5 ## %bb.4: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB209_5: movl -20(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 12(%rax) movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_const1 _expr_const1: ## @expr_const1 .cfi_startproc ## %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 _const_wanted(%rip), %eax movl %eax, -4(%rbp) movl $1, _const_wanted(%rip) callq _expr_eq movl -4(%rbp), %eax movl %eax, _const_wanted(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_eq _expr_eq: ## @expr_eq .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpl $0, _const_wanted(%rip) je LBB211_10 ## %bb.1: callq _expr_lor_const cmpl $63, _tok(%rip) jne LBB211_9 ## %bb.2: movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -176(%rbp) callq _vpop callq _next cmpl $58, _tok(%rip) jne LBB211_5 ## %bb.3: cmpl $0, _gnu_ext(%rip) je LBB211_5 ## %bb.4: movl -176(%rbp), %eax movl %eax, -172(%rbp) jmp LBB211_6 LBB211_5: callq _gexpr movq _vtop(%rip), %rax movl 32(%rax), %eax movl %eax, -172(%rbp) callq _vpop LBB211_6: movl $58, %edi callq _skip callq _expr_eq cmpl $0, -176(%rbp) je LBB211_8 ## %bb.7: movl -172(%rbp), %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) LBB211_8: jmp LBB211_9 LBB211_9: jmp LBB211_61 LBB211_10: callq _expr_lor cmpl $63, _tok(%rip) jne LBB211_60 ## %bb.11: callq _next leaq _vstack(%rip), %rax cmpq %rax, _vtop(%rip) je LBB211_16 ## %bb.12: movq _vtop(%rip), %rax movl (%rax), %edi callq _is_float cmpl $0, %eax je LBB211_14 ## %bb.13: movl $2, -100(%rbp) jmp LBB211_15 LBB211_14: movl $1, -100(%rbp) LBB211_15: movl -100(%rbp), %edi callq _gv movl $1, %edi callq _save_regs LBB211_16: cmpl $58, _tok(%rip) jne LBB211_19 ## %bb.17: cmpl $0, _gnu_ext(%rip) je LBB211_19 ## %bb.18: callq _gv_dup movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -84(%rbp) jmp LBB211_20 LBB211_19: movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -84(%rbp) callq _gexpr LBB211_20: movq _vtop(%rip), %rax movq (%rax), %rcx movq %rcx, -152(%rbp) movq 8(%rax), %rax movq %rax, -144(%rbp) movq _vtop(%rip), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movl $58, %edi callq _skip xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -88(%rbp) movl -84(%rbp), %edi callq _gsym callq _expr_eq movq _vtop(%rip), %rax movq (%rax), %rcx movq %rcx, -168(%rbp) movq 8(%rax), %rax movq %rax, -160(%rbp) movl -152(%rbp), %eax movl %eax, -104(%rbp) movl -104(%rbp), %eax andl $15, %eax movl %eax, -112(%rbp) movl -168(%rbp), %eax movl %eax, -108(%rbp) movl -108(%rbp), %eax andl $15, %eax movl %eax, -116(%rbp) movl -112(%rbp), %edi callq _is_float cmpl $0, %eax jne LBB211_22 ## %bb.21: movl -116(%rbp), %edi callq _is_float cmpl $0, %eax je LBB211_31 LBB211_22: cmpl $10, -112(%rbp) je LBB211_24 ## %bb.23: cmpl $10, -116(%rbp) jne LBB211_25 LBB211_24: movl $10, -136(%rbp) jmp LBB211_30 LBB211_25: cmpl $9, -112(%rbp) je LBB211_27 ## %bb.26: cmpl $9, -116(%rbp) jne LBB211_28 LBB211_27: movl $9, -136(%rbp) jmp LBB211_29 LBB211_28: movl $8, -136(%rbp) LBB211_29: jmp LBB211_30 LBB211_30: jmp LBB211_54 LBB211_31: cmpl $12, -112(%rbp) je LBB211_33 ## %bb.32: cmpl $12, -116(%rbp) jne LBB211_37 LBB211_33: movl $12, -136(%rbp) movl -104(%rbp), %eax andl $31, %eax cmpl $28, %eax je LBB211_35 ## %bb.34: movl -108(%rbp), %eax andl $31, %eax cmpl $28, %eax jne LBB211_36 LBB211_35: movl -136(%rbp), %eax orl $16, %eax movl %eax, -136(%rbp) LBB211_36: jmp LBB211_53 LBB211_37: cmpl $4, -112(%rbp) je LBB211_39 ## %bb.38: cmpl $4, -116(%rbp) jne LBB211_40 LBB211_39: movq -152(%rbp), %rax movq %rax, -136(%rbp) movq -144(%rbp), %rax movq %rax, -128(%rbp) jmp LBB211_52 LBB211_40: cmpl $7, -112(%rbp) je LBB211_42 ## %bb.41: cmpl $7, -116(%rbp) jne LBB211_43 LBB211_42: movq -152(%rbp), %rax movq %rax, -136(%rbp) movq -144(%rbp), %rax movq %rax, -128(%rbp) jmp LBB211_51 LBB211_43: cmpl $3, -112(%rbp) je LBB211_45 ## %bb.44: cmpl $3, -116(%rbp) jne LBB211_46 LBB211_45: movl $3, -136(%rbp) jmp LBB211_50 LBB211_46: movl $0, -136(%rbp) movl -104(%rbp), %eax andl $31, %eax cmpl $16, %eax je LBB211_48 ## %bb.47: movl -108(%rbp), %eax andl $31, %eax cmpl $16, %eax jne LBB211_49 LBB211_48: movl -136(%rbp), %eax orl $16, %eax movl %eax, -136(%rbp) LBB211_49: jmp LBB211_50 LBB211_50: jmp LBB211_51 LBB211_51: jmp LBB211_52 LBB211_52: jmp LBB211_53 LBB211_53: jmp LBB211_54 LBB211_54: leaq -136(%rbp), %rdi callq _gen_cast movl $1, -100(%rbp) movl -136(%rbp), %edi callq _is_float cmpl $0, %eax je LBB211_56 ## %bb.55: movl $2, -100(%rbp) jmp LBB211_59 LBB211_56: movl -136(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB211_58 ## %bb.57: movl $4, -100(%rbp) LBB211_58: jmp LBB211_59 LBB211_59: movl -100(%rbp), %edi callq _gv movl %eax, -96(%rbp) xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -84(%rbp) movl -88(%rbp), %edi callq _gsym movq _vtop(%rip), %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _memcpy leaq -136(%rbp), %rdi callq _gen_cast movl -100(%rbp), %edi callq _gv movl %eax, -92(%rbp) movl -96(%rbp), %edi movl -92(%rbp), %esi callq _move_reg movl -96(%rbp), %eax movw %ax, %cx movq _vtop(%rip), %rax movw %cx, 16(%rax) movl -84(%rbp), %edi callq _gsym LBB211_60: jmp LBB211_61 LBB211_61: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB211_63 ## %bb.62: addq $176, %rsp popq %rbp retq LBB211_63: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_lor_const _expr_lor_const: ## @expr_lor_const .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _expr_land_const LBB212_1: ## =>This Inner Loop Header: Depth=1 cmpl $161, _tok(%rip) jne LBB212_3 ## %bb.2: ## in Loop: Header=BB212_1 Depth=1 callq _next callq _expr_land_const movl $161, %edi callq _gen_op jmp LBB212_1 LBB212_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gexpr _gexpr: ## @gexpr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp jmp LBB213_1 LBB213_1: ## =>This Inner Loop Header: Depth=1 callq _expr_eq cmpl $44, _tok(%rip) je LBB213_3 ## %bb.2: jmp LBB213_4 LBB213_3: ## in Loop: Header=BB213_1 Depth=1 callq _vpop callq _next jmp LBB213_1 LBB213_4: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_lor _expr_lor: ## @expr_lor .cfi_startproc ## %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 _expr_land cmpl $161, _tok(%rip) jne LBB214_6 ## %bb.1: movl $0, -4(%rbp) LBB214_2: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %esi xorl %edi, %edi callq _gtst movl %eax, -4(%rbp) cmpl $161, _tok(%rip) je LBB214_4 ## %bb.3: movl -4(%rbp), %esi movl $244, %edi callq _vseti jmp LBB214_5 LBB214_4: ## in Loop: Header=BB214_2 Depth=1 callq _next callq _expr_land jmp LBB214_2 LBB214_5: jmp LBB214_6 LBB214_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_land_const _expr_land_const: ## @expr_land_const .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _expr_or LBB215_1: ## =>This Inner Loop Header: Depth=1 cmpl $160, _tok(%rip) jne LBB215_3 ## %bb.2: ## in Loop: Header=BB215_1 Depth=1 callq _next callq _expr_or movl $160, %edi callq _gen_op jmp LBB215_1 LBB215_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_or _expr_or: ## @expr_or .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _expr_xor LBB216_1: ## =>This Inner Loop Header: Depth=1 cmpl $124, _tok(%rip) jne LBB216_3 ## %bb.2: ## in Loop: Header=BB216_1 Depth=1 callq _next callq _expr_xor movl $124, %edi callq _gen_op jmp LBB216_1 LBB216_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_xor _expr_xor: ## @expr_xor .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _expr_and LBB217_1: ## =>This Inner Loop Header: Depth=1 cmpl $94, _tok(%rip) jne LBB217_3 ## %bb.2: ## in Loop: Header=BB217_1 Depth=1 callq _next callq _expr_and movl $94, %edi callq _gen_op jmp LBB217_1 LBB217_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_and _expr_and: ## @expr_and .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _expr_cmpeq LBB218_1: ## =>This Inner Loop Header: Depth=1 cmpl $38, _tok(%rip) jne LBB218_3 ## %bb.2: ## in Loop: Header=BB218_1 Depth=1 callq _next callq _expr_cmpeq movl $38, %edi callq _gen_op jmp LBB218_1 LBB218_3: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_cmpeq _expr_cmpeq: ## @expr_cmpeq .cfi_startproc ## %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 _expr_cmp LBB219_1: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $148, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB219_3 ## %bb.2: ## in Loop: Header=BB219_1 Depth=1 cmpl $149, _tok(%rip) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB219_3: ## in Loop: Header=BB219_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB219_4 jmp LBB219_5 LBB219_4: ## in Loop: Header=BB219_1 Depth=1 movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next callq _expr_cmp movl -4(%rbp), %edi callq _gen_op jmp LBB219_1 LBB219_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_cmp _expr_cmp: ## @expr_cmp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp callq _expr_shift LBB220_1: ## =>This Inner Loop Header: Depth=1 cmpl $150, _tok(%rip) jl LBB220_3 ## %bb.2: ## in Loop: Header=BB220_1 Depth=1 movb $1, %al cmpl $159, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill jle LBB220_5 LBB220_3: ## in Loop: Header=BB220_1 Depth=1 movb $1, %al cmpl $146, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB220_5 ## %bb.4: ## in Loop: Header=BB220_1 Depth=1 cmpl $147, _tok(%rip) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB220_5: ## in Loop: Header=BB220_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB220_6 jmp LBB220_7 LBB220_6: ## in Loop: Header=BB220_1 Depth=1 movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next callq _expr_shift movl -4(%rbp), %edi callq _gen_op jmp LBB220_1 LBB220_7: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_shift _expr_shift: ## @expr_shift .cfi_startproc ## %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 _expr_sum LBB221_1: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $1, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB221_3 ## %bb.2: ## in Loop: Header=BB221_1 Depth=1 cmpl $2, _tok(%rip) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB221_3: ## in Loop: Header=BB221_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB221_4 jmp LBB221_5 LBB221_4: ## in Loop: Header=BB221_1 Depth=1 movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next callq _expr_sum movl -4(%rbp), %edi callq _gen_op jmp LBB221_1 LBB221_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_sum _expr_sum: ## @expr_sum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp callq _expr_prod LBB222_1: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $43, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB222_3 ## %bb.2: ## in Loop: Header=BB222_1 Depth=1 cmpl $45, _tok(%rip) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB222_3: ## in Loop: Header=BB222_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB222_4 jmp LBB222_5 LBB222_4: ## in Loop: Header=BB222_1 Depth=1 movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next callq _expr_prod movl -4(%rbp), %edi callq _gen_op jmp LBB222_1 LBB222_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_prod _expr_prod: ## @expr_prod .cfi_startproc ## %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 _uneq LBB223_1: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $42, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB223_4 ## %bb.2: ## in Loop: Header=BB223_1 Depth=1 movb $1, %al cmpl $47, _tok(%rip) movb %al, -5(%rbp) ## 1-byte Spill je LBB223_4 ## %bb.3: ## in Loop: Header=BB223_1 Depth=1 cmpl $37, _tok(%rip) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB223_4: ## in Loop: Header=BB223_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB223_5 jmp LBB223_6 LBB223_5: ## in Loop: Header=BB223_1 Depth=1 movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next callq _uneq movl -4(%rbp), %edi callq _gen_op jmp LBB223_1 LBB223_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uneq _uneq: ## @uneq .cfi_startproc ## %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 _unary cmpl $61, _tok(%rip) je LBB224_7 ## %bb.1: cmpl $165, _tok(%rip) jl LBB224_3 ## %bb.2: cmpl $175, _tok(%rip) jle LBB224_7 LBB224_3: cmpl $222, _tok(%rip) je LBB224_7 ## %bb.4: cmpl $252, _tok(%rip) je LBB224_7 ## %bb.5: cmpl $129, _tok(%rip) je LBB224_7 ## %bb.6: cmpl $130, _tok(%rip) jne LBB224_11 LBB224_7: callq _test_lvalue movl _tok(%rip), %eax movl %eax, -4(%rbp) callq _next cmpl $61, -4(%rbp) jne LBB224_9 ## %bb.8: callq _expr_eq jmp LBB224_10 LBB224_9: callq _vdup callq _expr_eq movl -4(%rbp), %edi andl $127, %edi callq _gen_op LBB224_10: callq _vstore LBB224_11: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function unary _unary: ## @unary .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB225_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax movl %eax, -224(%rbp) ## 4-byte Spill subl $33, %eax je LBB225_39 jmp LBB225_156 LBB225_156: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $38, %eax je LBB225_35 jmp LBB225_157 LBB225_157: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $40, %eax je LBB225_19 jmp LBB225_158 LBB225_158: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $42, %eax je LBB225_34 jmp LBB225_159 LBB225_159: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $43, %eax je LBB225_47 jmp LBB225_160 LBB225_160: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $45, %eax je LBB225_62 jmp LBB225_161 LBB225_161: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $126, %eax je LBB225_46 jmp LBB225_162 LBB225_162: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $160, %eax je LBB225_63 jmp LBB225_163 LBB225_163: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $162, %eax je LBB225_61 jmp LBB225_164 LBB225_164: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $164, %eax je LBB225_61 jmp LBB225_165 LBB225_165: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload addl $-179, %eax subl $2, %eax jb LBB225_3 jmp LBB225_166 LBB225_166: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $181, %eax je LBB225_15 jmp LBB225_167 LBB225_167: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $183, %eax je LBB225_3 jmp LBB225_168 LBB225_168: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $184, %eax je LBB225_14 jmp LBB225_169 LBB225_169: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $185, %eax je LBB225_7 jmp LBB225_170 LBB225_170: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $192, %eax je LBB225_8 jmp LBB225_171 LBB225_171: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $193, %eax je LBB225_9 jmp LBB225_172 LBB225_172: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $200, %eax je LBB225_4 jmp LBB225_173 LBB225_173: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $201, %eax je LBB225_5 jmp LBB225_174 LBB225_174: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $202, %eax je LBB225_6 jmp LBB225_175 LBB225_175: ## in Loop: Header=BB225_1 Depth=1 movl -224(%rbp), %eax ## 4-byte Reload subl $291, %eax ## imm = 0x123 je LBB225_2 jmp LBB225_176 LBB225_176: movl -224(%rbp), %eax ## 4-byte Reload subl $301, %eax ## imm = 0x12D je LBB225_50 jmp LBB225_177 LBB225_177: movl -224(%rbp), %eax ## 4-byte Reload addl $-304, %eax ## imm = 0xFED0 subl $2, %eax jb LBB225_50 jmp LBB225_178 LBB225_178: movl -224(%rbp), %eax ## 4-byte Reload subl $330, %eax ## imm = 0x14A je LBB225_10 jmp LBB225_179 LBB225_179: movl -224(%rbp), %eax ## 4-byte Reload subl $332, %eax ## imm = 0x14C je LBB225_13 jmp LBB225_180 LBB225_180: movl -224(%rbp), %eax ## 4-byte Reload subl $350, %eax ## imm = 0x15E je LBB225_59 jmp LBB225_181 LBB225_181: movl -224(%rbp), %eax ## 4-byte Reload subl $351, %eax ## imm = 0x15F je LBB225_60 jmp LBB225_75 LBB225_2: ## in Loop: Header=BB225_1 Depth=1 callq _next jmp LBB225_1 LBB225_3: movl _tokc(%rip), %edi callq _vpushi callq _next jmp LBB225_92 LBB225_4: movl $16, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_5: movl $12, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_6: movl $28, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_7: movl $8, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_8: movl $9, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_9: movl $10, %edi callq _vpush_tokc callq _next jmp LBB225_92 LBB225_10: cmpl $0, _gnu_ext(%rip) jne LBB225_12 ## %bb.11: jmp LBB225_76 LBB225_12: jmp LBB225_13 LBB225_13: movq _funcname(%rip), %rdi callq _strlen addq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -164(%rbp) movl $1, -120(%rbp) leaq -120(%rbp), %rdi callq _mk_pointer movl -120(%rbp), %eax orl $32, %eax movl %eax, -120(%rbp) movslq -164(%rbp), %rcx movq -112(%rbp), %rax movq %rcx, 16(%rax) movq _data_section(%rip), %rsi movq _data_section(%rip), %rax movq (%rax), %rdx movslq -164(%rbp), %rcx leaq -120(%rbp), %rdi callq _vpush_ref movq _data_section(%rip), %rdi movslq -164(%rbp), %rsi callq _section_ptr_add movq %rax, -160(%rbp) movq -160(%rbp), %rdi movq _funcname(%rip), %rsi movslq -164(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk callq _next jmp LBB225_92 LBB225_14: movl $0, -88(%rbp) jmp LBB225_16 LBB225_15: movl $1, -88(%rbp) LBB225_16: movq _tcc_state(%rip), %rax cmpl $0, 224(%rax) je LBB225_18 ## %bb.17: movl -88(%rbp), %eax orl $2048, %eax ## imm = 0x800 movl %eax, -88(%rbp) LBB225_18: movl -88(%rbp), %eax movl %eax, -120(%rbp) leaq -120(%rbp), %rdi callq _mk_pointer movl -120(%rbp), %eax orl $32, %eax movl %eax, -120(%rbp) leaq -152(%rbp), %rdi xorl %esi, %esi movl $24, %edx callq _memset leaq -120(%rbp), %rdi leaq -152(%rbp), %rsi movl $240, %edx movl $2, %ecx xorl %r9d, %r9d movl %r9d, %r8d callq _decl_initializer_alloc jmp LBB225_92 LBB225_19: callq _next leaq -120(%rbp), %rdi leaq -152(%rbp), %rsi callq _parse_btype cmpl $0, %eax je LBB225_29 ## %bb.20: leaq -120(%rbp), %rdi leaq -152(%rbp), %rsi leaq -84(%rbp), %rdx movl $1, %ecx callq _type_decl movl $41, %edi callq _skip cmpl $123, _tok(%rip) jne LBB225_27 ## %bb.21: cmpl $0, _global_expr(%rip) je LBB225_23 ## %bb.22: movl $240, -100(%rbp) jmp LBB225_24 LBB225_23: movl $242, -100(%rbp) LBB225_24: movl -120(%rbp), %eax andl $32, %eax cmpl $0, %eax jne LBB225_26 ## %bb.25: movl -120(%rbp), %edi callq _lvalue_type orl -100(%rbp), %eax movl %eax, -100(%rbp) LBB225_26: leaq -152(%rbp), %rdi xorl %esi, %esi movl $24, %edx callq _memset movl -100(%rbp), %edx leaq -120(%rbp), %rdi leaq -152(%rbp), %rsi movl $1, %ecx xorl %r9d, %r9d movl %r9d, %r8d callq _decl_initializer_alloc jmp LBB225_28 LBB225_27: callq _unary leaq -120(%rbp), %rdi callq _gen_cast LBB225_28: jmp LBB225_33 LBB225_29: cmpl $123, _tok(%rip) jne LBB225_31 ## %bb.30: xorl %edi, %edi callq _save_regs xorl %eax, %eax movl %eax, %ecx xorl %r8d, %r8d movl $1, %r9d movq %rcx, %rdi movq %rcx, %rsi movq %rcx, %rdx callq _block movl $41, %edi callq _skip jmp LBB225_32 LBB225_31: callq _gexpr movl $41, %edi callq _skip LBB225_32: jmp LBB225_33 LBB225_33: jmp LBB225_92 LBB225_34: callq _next callq _unary callq _indir jmp LBB225_92 LBB225_35: callq _next callq _unary movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax je LBB225_38 ## %bb.36: movq _vtop(%rip), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax jne LBB225_38 ## %bb.37: callq _test_lvalue LBB225_38: movq _vtop(%rip), %rdi callq _mk_pointer callq _gaddrof jmp LBB225_92 LBB225_39: callq _next callq _unary movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax jne LBB225_41 ## %bb.40: movq _vtop(%rip), %rax cmpl $0, 32(%rax) setne %al xorb $-1, %al andb $1, %al movzbl %al, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB225_45 LBB225_41: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $243, %eax jne LBB225_43 ## %bb.42: movq _vtop(%rip), %rax movl 32(%rax), %ecx xorl $1, %ecx movq _vtop(%rip), %rax movl %ecx, 32(%rax) jmp LBB225_44 LBB225_43: movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, %esi movl $244, %edi callq _vseti LBB225_44: jmp LBB225_45 LBB225_45: jmp LBB225_92 LBB225_46: callq _next callq _unary movl $4294967295, %edi ## imm = 0xFFFFFFFF callq _vpushi movl $94, %edi callq _gen_op jmp LBB225_92 LBB225_47: callq _next callq _unary movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $4, %eax jne LBB225_49 ## %bb.48: leaq L_.str.152(%rip), %rdi movb $0, %al callq _error LBB225_49: xorl %edi, %edi callq _vpushi movl $43, %edi callq _gen_op jmp LBB225_92 LBB225_50: movl _tok(%rip), %eax movl %eax, -88(%rbp) callq _next cmpl $40, _tok(%rip) jne LBB225_52 ## %bb.51: leaq -120(%rbp), %rdi callq _parse_expr_type jmp LBB225_53 LBB225_52: leaq -120(%rbp), %rdi callq _unary_type LBB225_53: leaq -120(%rbp), %rdi leaq -92(%rbp), %rsi callq _type_size movl %eax, -96(%rbp) cmpl $301, -88(%rbp) ## imm = 0x12D jne LBB225_57 ## %bb.54: cmpl $0, -96(%rbp) jge LBB225_56 ## %bb.55: leaq L_.str.153(%rip), %rdi movb $0, %al callq _error LBB225_56: movl -96(%rbp), %edi callq _vpushi jmp LBB225_58 LBB225_57: movl -92(%rbp), %edi callq _vpushi LBB225_58: jmp LBB225_92 LBB225_59: callq _next movl $40, %edi callq _skip leaq -184(%rbp), %rdi callq _parse_type movl $44, %edi callq _skip leaq -200(%rbp), %rdi callq _parse_type movl $41, %edi callq _skip movl -184(%rbp), %eax andl $-6145, %eax ## imm = 0xE7FF movl %eax, -184(%rbp) movl -200(%rbp), %eax andl $-6145, %eax ## imm = 0xE7FF movl %eax, -200(%rbp) leaq -184(%rbp), %rdi leaq -200(%rbp), %rsi callq _is_compatible_types movl %eax, %edi callq _vpushi jmp LBB225_92 LBB225_60: callq _next movl $40, %edi callq _skip movl _nocode_wanted(%rip), %eax movl %eax, -204(%rbp) movl $1, _nocode_wanted(%rip) callq _gexpr movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax sete %al andb $1, %al movzbl %al, %eax movl %eax, -208(%rbp) callq _vpop movl -204(%rbp), %eax movl %eax, _nocode_wanted(%rip) movl $41, %edi callq _skip movl -208(%rbp), %edi callq _vpushi jmp LBB225_92 LBB225_61: movl _tok(%rip), %eax movl %eax, -88(%rbp) callq _next callq _unary movl -88(%rbp), %esi xorl %edi, %edi callq _inc jmp LBB225_92 LBB225_62: callq _next xorl %edi, %edi callq _vpushi callq _unary movl $45, %edi callq _gen_op jmp LBB225_92 LBB225_63: cmpl $0, _gnu_ext(%rip) jne LBB225_65 ## %bb.64: jmp LBB225_76 LBB225_65: callq _next cmpl $313, _tok(%rip) ## imm = 0x139 jge LBB225_67 ## %bb.66: leaq L_.str.154(%rip), %rdi callq _expect LBB225_67: movl _tok(%rip), %edi callq _label_find movq %rax, -128(%rbp) cmpq $0, -128(%rbp) jne LBB225_69 ## %bb.68: movl _tok(%rip), %esi leaq _global_label_stack(%rip), %rdi movl $1, %edx callq _label_push movq %rax, -128(%rbp) jmp LBB225_72 LBB225_69: movq -128(%rbp), %rax cmpq $2, 8(%rax) jne LBB225_71 ## %bb.70: movq -128(%rbp), %rax movq $1, 8(%rax) LBB225_71: jmp LBB225_72 LBB225_72: movq -128(%rbp), %rax cmpl $0, 24(%rax) jne LBB225_74 ## %bb.73: movq -128(%rbp), %rax movl $3, 24(%rax) movq -128(%rbp), %rdi addq $24, %rdi callq _mk_pointer movq -128(%rbp), %rax movl 24(%rax), %ecx orl $256, %ecx ## imm = 0x100 movl %ecx, 24(%rax) LBB225_74: movq -128(%rbp), %rdi addq $24, %rdi movl $752, %esi ## imm = 0x2F0 xorl %edx, %edx callq _vset movq -128(%rbp), %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) callq _next jmp LBB225_92 LBB225_75: jmp LBB225_76 LBB225_76: movl _tok(%rip), %eax movl %eax, -88(%rbp) callq _next cmpl $313, -88(%rbp) ## imm = 0x139 jge LBB225_78 ## %bb.77: leaq L_.str.155(%rip), %rdi callq _expect LBB225_78: movl -88(%rbp), %edi callq _sym_find movq %rax, -128(%rbp) cmpq $0, -128(%rbp) jne LBB225_84 ## %bb.79: cmpl $40, _tok(%rip) je LBB225_81 ## %bb.80: movl -88(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.156(%rip), %rdi movb $0, %al callq _error LBB225_81: movq _tcc_state(%rip), %rax cmpl $0, 240(%rax) je LBB225_83 ## %bb.82: movl -88(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.157(%rip), %rdi movb $0, %al callq _warning LBB225_83: movl -88(%rbp), %edi leaq _func_old_type(%rip), %rsi xorl %edx, %edx callq _external_global_sym movq %rax, -128(%rbp) LBB225_84: movq -128(%rbp), %rax movl 24(%rax), %eax andl $1295, %eax ## imm = 0x50F cmpl $1286, %eax ## imm = 0x506 jne LBB225_88 ## %bb.85: movq -128(%rbp), %rax cmpq $0, 16(%rax) jne LBB225_87 ## %bb.86: movq -128(%rbp), %rdi movq _text_section(%rip), %rsi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _put_extern_sym LBB225_87: movl $752, -100(%rbp) ## imm = 0x2F0 jmp LBB225_89 LBB225_88: movq -128(%rbp), %rax movq 8(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -100(%rbp) LBB225_89: movq -128(%rbp), %rdi addq $24, %rdi movl -100(%rbp), %esi movq -128(%rbp), %rax movq 16(%rax), %rax movl %eax, %edx callq _vset movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB225_91 ## %bb.90: movq -128(%rbp), %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) movq _vtop(%rip), %rax movl $0, 32(%rax) LBB225_91: jmp LBB225_92 LBB225_92: jmp LBB225_93 LBB225_93: ## =>This Loop Header: Depth=1 ## Child Loop BB225_136 Depth 2 ## Child Loop BB225_103 Depth 2 cmpl $164, _tok(%rip) je LBB225_95 ## %bb.94: ## in Loop: Header=BB225_93 Depth=1 cmpl $162, _tok(%rip) jne LBB225_96 LBB225_95: ## in Loop: Header=BB225_93 Depth=1 movl _tok(%rip), %esi movl $1, %edi callq _inc callq _next jmp LBB225_152 LBB225_96: ## in Loop: Header=BB225_93 Depth=1 cmpl $46, _tok(%rip) je LBB225_98 ## %bb.97: ## in Loop: Header=BB225_93 Depth=1 cmpl $203, _tok(%rip) jne LBB225_114 LBB225_98: ## in Loop: Header=BB225_93 Depth=1 cmpl $203, _tok(%rip) jne LBB225_100 ## %bb.99: ## in Loop: Header=BB225_93 Depth=1 callq _indir LBB225_100: ## in Loop: Header=BB225_93 Depth=1 callq _test_lvalue callq _gaddrof callq _next movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $7, %eax je LBB225_102 ## %bb.101: ## in Loop: Header=BB225_93 Depth=1 leaq L_.str.158(%rip), %rdi callq _expect LBB225_102: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movq 8(%rax), %rax movq %rax, -128(%rbp) movl _tok(%rip), %eax orl $536870912, %eax ## imm = 0x20000000 movl %eax, _tok(%rip) LBB225_103: ## Parent Loop BB225_93 Depth=1 ## => This Inner Loop Header: Depth=2 movq -128(%rbp), %rax movq 40(%rax), %rax movq %rax, -128(%rbp) cmpq $0, %rax je LBB225_107 ## %bb.104: ## in Loop: Header=BB225_103 Depth=2 movq -128(%rbp), %rax movq (%rax), %rax movslq _tok(%rip), %rcx cmpq %rcx, %rax jne LBB225_106 ## %bb.105: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_107 LBB225_106: ## in Loop: Header=BB225_103 Depth=2 jmp LBB225_103 LBB225_107: ## in Loop: Header=BB225_93 Depth=1 cmpq $0, -128(%rbp) jne LBB225_109 ## %bb.108: ## in Loop: Header=BB225_93 Depth=1 leaq L_.str.159(%rip), %rdi movb $0, %al callq _error LBB225_109: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movq _char_pointer_type(%rip), %rcx movq %rcx, (%rax) movq _char_pointer_type+8(%rip), %rcx movq %rcx, 8(%rax) movq -128(%rbp), %rax movq 16(%rax), %rax movl %eax, %edi callq _vpushi movl $43, %edi callq _gen_op movq _vtop(%rip), %rax movq -128(%rbp), %rcx movq 24(%rcx), %rdx movq %rdx, (%rax) movq 32(%rcx), %rcx movq %rcx, 8(%rax) movq _vtop(%rip), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax jne LBB225_113 ## %bb.110: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movl (%rax), %edi callq _lvalue_type movl %eax, %edx movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) cmpl $0, _do_bounds_check(%rip) je LBB225_112 ## %bb.111: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl $2048, %ecx ## imm = 0x800 ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) LBB225_112: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_113 LBB225_113: ## in Loop: Header=BB225_93 Depth=1 callq _next jmp LBB225_151 LBB225_114: ## in Loop: Header=BB225_93 Depth=1 cmpl $91, _tok(%rip) jne LBB225_116 ## %bb.115: ## in Loop: Header=BB225_93 Depth=1 callq _next callq _gexpr movl $43, %edi callq _gen_op callq _indir movl $93, %edi callq _skip jmp LBB225_150 LBB225_116: ## in Loop: Header=BB225_93 Depth=1 cmpl $40, _tok(%rip) jne LBB225_148 ## %bb.117: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax je LBB225_125 ## %bb.118: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movl (%rax), %eax andl $47, %eax cmpl $4, %eax jne LBB225_122 ## %bb.119: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movq %rax, -232(%rbp) ## 8-byte Spill movq _vtop(%rip), %rdi callq _pointed_type movq %rax, %rcx movq -232(%rbp), %rax ## 8-byte Reload movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax je LBB225_121 ## %bb.120: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_123 LBB225_121: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_124 LBB225_122: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_123 LBB225_123: ## in Loop: Header=BB225_93 Depth=1 leaq L_.str.160(%rip), %rdi callq _expect LBB225_124: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_126 LBB225_125: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movzwl 16(%rax), %ecx andl $-257, %ecx ## imm = 0xFEFF ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) LBB225_126: ## in Loop: Header=BB225_93 Depth=1 movq _vtop(%rip), %rax movq 8(%rax), %rax movq %rax, -128(%rbp) callq _next movq -128(%rbp), %rax movq 40(%rax), %rax movq %rax, -216(%rbp) movl $0, -220(%rbp) movq -128(%rbp), %rax movl 24(%rax), %eax andl $15, %eax cmpl $7, %eax jne LBB225_128 ## %bb.127: ## in Loop: Header=BB225_93 Depth=1 movq -128(%rbp), %rdi addq $24, %rdi leaq -92(%rbp), %rsi callq _type_size movl %eax, -96(%rbp) movq _loc(%rip), %rax movslq -96(%rbp), %rcx subq %rcx, %rax xorl %ecx, %ecx subl -92(%rbp), %ecx movslq %ecx, %rcx andq %rcx, %rax movq %rax, _loc(%rip) movq -128(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -80(%rbp) movq 32(%rax), %rax movq %rax, -72(%rbp) movw $498, -64(%rbp) ## imm = 0x1F2 movq _loc(%rip), %rax movl %eax, %esi movl $242, %edi callq _vseti movq _vtop(%rip), %rax movq 32(%rax), %rcx movq %rcx, -48(%rbp) movq 40(%rax), %rax movq %rax, -40(%rbp) movl -220(%rbp), %eax addl $1, %eax movl %eax, -220(%rbp) jmp LBB225_134 LBB225_128: ## in Loop: Header=BB225_93 Depth=1 movq -128(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -80(%rbp) movq 32(%rax), %rax movq %rax, -72(%rbp) movw $240, -62(%rbp) movl -80(%rbp), %edi callq _is_float cmpl $0, %eax je LBB225_130 ## %bb.129: ## in Loop: Header=BB225_93 Depth=1 movw $3, -64(%rbp) jmp LBB225_133 LBB225_130: ## in Loop: Header=BB225_93 Depth=1 movl -80(%rbp), %eax andl $15, %eax cmpl $12, %eax jne LBB225_132 ## %bb.131: ## in Loop: Header=BB225_93 Depth=1 movw $2, -62(%rbp) LBB225_132: ## in Loop: Header=BB225_93 Depth=1 movw $0, -64(%rbp) LBB225_133: ## in Loop: Header=BB225_93 Depth=1 movl $0, -48(%rbp) LBB225_134: ## in Loop: Header=BB225_93 Depth=1 cmpl $41, _tok(%rip) je LBB225_142 ## %bb.135: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_136 LBB225_136: ## Parent Loop BB225_93 Depth=1 ## => This Inner Loop Header: Depth=2 callq _expr_eq movq -128(%rbp), %rdi movq -216(%rbp), %rsi callq _gfunc_param_typed movl -220(%rbp), %eax addl $1, %eax movl %eax, -220(%rbp) cmpq $0, -216(%rbp) je LBB225_138 ## %bb.137: ## in Loop: Header=BB225_136 Depth=2 movq -216(%rbp), %rax movq 40(%rax), %rax movq %rax, -216(%rbp) LBB225_138: ## in Loop: Header=BB225_136 Depth=2 cmpl $41, _tok(%rip) jne LBB225_140 ## %bb.139: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_141 LBB225_140: ## in Loop: Header=BB225_136 Depth=2 movl $44, %edi callq _skip jmp LBB225_136 LBB225_141: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_142 LBB225_142: ## in Loop: Header=BB225_93 Depth=1 cmpq $0, -216(%rbp) je LBB225_144 ## %bb.143: ## in Loop: Header=BB225_93 Depth=1 leaq L_.str.161(%rip), %rdi movb $0, %al callq _error LBB225_144: ## in Loop: Header=BB225_93 Depth=1 movl $41, %edi callq _skip cmpl $0, _nocode_wanted(%rip) jne LBB225_146 ## %bb.145: ## in Loop: Header=BB225_93 Depth=1 movl -220(%rbp), %edi callq _gfunc_call jmp LBB225_147 LBB225_146: ## in Loop: Header=BB225_93 Depth=1 movl -220(%rbp), %ecx addl $1, %ecx movq _vtop(%rip), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $6, %rcx addq %rcx, %rax movq %rax, _vtop(%rip) LBB225_147: ## in Loop: Header=BB225_93 Depth=1 leaq -80(%rbp), %rdi movzwl -64(%rbp), %esi leaq -80(%rbp), %rdx addq $32, %rdx callq _vsetc movw -62(%rbp), %cx movq _vtop(%rip), %rax movw %cx, 18(%rax) jmp LBB225_149 LBB225_148: jmp LBB225_153 LBB225_149: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_150 LBB225_150: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_151 LBB225_151: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_152 LBB225_152: ## in Loop: Header=BB225_93 Depth=1 jmp LBB225_93 LBB225_153: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB225_155 ## %bb.154: addq $240, %rsp popq %rbp retq LBB225_155: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function vpush_tokc _vpush_tokc: ## @vpush_tokc .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 -4(%rbp), %eax movl %eax, -24(%rbp) leaq -24(%rbp), %rdi movl $240, %esi leaq _tokc(%rip), %rdx callq _vsetc addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function mk_pointer _mk_pointer: ## @mk_pointer .cfi_startproc ## %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 movl $536870912, %edi ## imm = 0x20000000 xorl %edx, %edx movl $4294967295, %ecx ## imm = 0xFFFFFFFF callq _sym_push movq %rax, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %ecx andl $1920, %ecx ## imm = 0x780 orl $4, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function vpush_ref _vpush_ref: ## @vpush_ref .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) movl $0, -48(%rbp) movq -8(%rbp), %rdi movl $752, %esi ## imm = 0x2F0 leaq -48(%rbp), %rdx callq _vsetc movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx callq _get_sym_ref movq %rax, %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function decl_initializer_alloc _decl_initializer_alloc: ## @decl_initializer_alloc .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $192, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl %ecx, -24(%rbp) movl %r8d, -28(%rbp) movl %r9d, -32(%rbp) movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _type_size movl %eax, -36(%rbp) leaq -120(%rbp), %rdi callq _tok_str_new cmpl $0, -36(%rbp) jge LBB229_30 ## %bb.1: cmpl $0, -24(%rbp) jne LBB229_3 ## %bb.2: leaq L_.str.162(%rip), %rdi movb $0, %al callq _error LBB229_3: cmpl $2, -24(%rbp) jne LBB229_10 ## %bb.4: jmp LBB229_5 LBB229_5: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $181, _tok(%rip) movb %al, -185(%rbp) ## 1-byte Spill je LBB229_7 ## %bb.6: ## in Loop: Header=BB229_5 Depth=1 cmpl $184, _tok(%rip) sete %al movb %al, -185(%rbp) ## 1-byte Spill LBB229_7: ## in Loop: Header=BB229_5 Depth=1 movb -185(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB229_8 jmp LBB229_9 LBB229_8: ## in Loop: Header=BB229_5 Depth=1 leaq -120(%rbp), %rdi callq _tok_str_add_tok callq _next jmp LBB229_5 LBB229_9: jmp LBB229_27 LBB229_10: movl $0, -52(%rbp) LBB229_11: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $0, -52(%rbp) movb %al, -186(%rbp) ## 1-byte Spill jg LBB229_15 ## %bb.12: ## in Loop: Header=BB229_11 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $44, _tok(%rip) movb %al, -187(%rbp) ## 1-byte Spill je LBB229_14 ## %bb.13: ## in Loop: Header=BB229_11 Depth=1 cmpl $59, _tok(%rip) setne %al movb %al, -187(%rbp) ## 1-byte Spill LBB229_14: ## in Loop: Header=BB229_11 Depth=1 movb -187(%rbp), %al ## 1-byte Reload movb %al, -186(%rbp) ## 1-byte Spill LBB229_15: ## in Loop: Header=BB229_11 Depth=1 movb -186(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB229_16 jmp LBB229_26 LBB229_16: ## in Loop: Header=BB229_11 Depth=1 cmpl $0, _tok(%rip) jge LBB229_18 ## %bb.17: ## in Loop: Header=BB229_11 Depth=1 leaq L_.str.163(%rip), %rdi movb $0, %al callq _error LBB229_18: ## in Loop: Header=BB229_11 Depth=1 leaq -120(%rbp), %rdi callq _tok_str_add_tok cmpl $123, _tok(%rip) jne LBB229_20 ## %bb.19: ## in Loop: Header=BB229_11 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB229_25 LBB229_20: ## in Loop: Header=BB229_11 Depth=1 cmpl $125, _tok(%rip) jne LBB229_24 ## %bb.21: ## in Loop: Header=BB229_11 Depth=1 cmpl $0, -52(%rbp) jne LBB229_23 ## %bb.22: jmp LBB229_26 LBB229_23: ## in Loop: Header=BB229_11 Depth=1 movl -52(%rbp), %eax addl $-1, %eax movl %eax, -52(%rbp) LBB229_24: ## in Loop: Header=BB229_11 Depth=1 jmp LBB229_25 LBB229_25: ## in Loop: Header=BB229_11 Depth=1 callq _next jmp LBB229_11 LBB229_26: jmp LBB229_27 LBB229_27: leaq -120(%rbp), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF callq _tok_str_add leaq -120(%rbp), %rdi xorl %esi, %esi callq _tok_str_add leaq -96(%rbp), %rdi callq _save_parse_state movq -120(%rbp), %rax movq %rax, _macro_ptr(%rip) callq _next movq -8(%rbp), %rdi xorl %eax, %eax movl %eax, %edx movl $1, %r8d movq %rdx, %rsi movl %r8d, %ecx callq _decl_initializer movq -120(%rbp), %rax movq %rax, _macro_ptr(%rip) callq _next movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _type_size movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jge LBB229_29 ## %bb.28: leaq L_.str.162(%rip), %rdi movb $0, %al callq _error LBB229_29: jmp LBB229_30 LBB229_30: movq -16(%rbp), %rax cmpl $0, (%rax) je LBB229_34 ## %bb.31: movq -16(%rbp), %rax movl (%rax), %eax cmpl -40(%rbp), %eax jle LBB229_33 ## %bb.32: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -40(%rbp) LBB229_33: jmp LBB229_37 LBB229_34: movq -16(%rbp), %rax cmpl $0, 4(%rax) je LBB229_36 ## %bb.35: movl $1, -40(%rbp) LBB229_36: jmp LBB229_37 LBB229_37: movl -20(%rbp), %eax andl $255, %eax cmpl $242, %eax jne LBB229_48 ## %bb.38: movq $0, -128(%rbp) cmpl $0, _do_bounds_check(%rip) je LBB229_41 ## %bb.39: movq -8(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax je LBB229_41 ## %bb.40: movq _loc(%rip), %rax addq $-1, %rax movq %rax, _loc(%rip) LBB229_41: movq _loc(%rip), %rax movslq -36(%rbp), %rcx subq %rcx, %rax xorl %ecx, %ecx subl -40(%rbp), %ecx movslq %ecx, %rcx andq %rcx, %rax movq %rax, _loc(%rip) movq _loc(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) cmpl $0, _do_bounds_check(%rip) je LBB229_44 ## %bb.42: movq -8(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax je LBB229_44 ## %bb.43: movq _loc(%rip), %rax addq $-1, %rax movq %rax, _loc(%rip) movq _lbounds_section(%rip), %rdi movl $16, %esi callq _section_ptr_add movq %rax, -136(%rbp) movslq -44(%rbp), %rcx movq -136(%rbp), %rax movq %rcx, (%rax) movslq -36(%rbp), %rcx movq -136(%rbp), %rax movq %rcx, 8(%rax) LBB229_44: cmpl $0, -28(%rbp) je LBB229_46 ## %bb.45: movl -28(%rbp), %edi movq -8(%rbp), %rsi movl -20(%rbp), %edx movl -44(%rbp), %ecx callq _sym_push jmp LBB229_47 LBB229_46: movq -8(%rbp), %rdi movl -20(%rbp), %esi movl -44(%rbp), %edx callq _vset LBB229_47: jmp LBB229_96 LBB229_48: movq $0, -144(%rbp) cmpl $0, -28(%rbp) je LBB229_64 ## %bb.49: cmpl $240, -32(%rbp) jne LBB229_64 ## %bb.50: movl -28(%rbp), %edi callq _sym_find movq %rax, -144(%rbp) cmpq $0, -144(%rbp) je LBB229_63 ## %bb.51: movq -144(%rbp), %rdi addq $24, %rdi movq -8(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB229_53 ## %bb.52: movl -28(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.164(%rip), %rdi movb $0, %al callq _error LBB229_53: movq -144(%rbp), %rax movl 24(%rax), %eax andl $128, %eax cmpl $0, %eax je LBB229_59 ## %bb.54: movq -144(%rbp), %rax movl 24(%rax), %ecx andl $-129, %ecx movl %ecx, 24(%rax) movq -144(%rbp), %rax movl 24(%rax), %eax andl $32, %eax cmpl $0, %eax je LBB229_58 ## %bb.55: movq -144(%rbp), %rax movq 32(%rax), %rax cmpq $0, 16(%rax) jge LBB229_58 ## %bb.56: movq -8(%rbp), %rax movq 8(%rax), %rax cmpq $0, 16(%rax) jl LBB229_58 ## %bb.57: movq -8(%rbp), %rax movq 8(%rax), %rax movq 16(%rax), %rcx movq -144(%rbp), %rax movq 32(%rax), %rax movq %rcx, 16(%rax) LBB229_58: jmp LBB229_62 LBB229_59: cmpl $0, -24(%rbp) jne LBB229_61 ## %bb.60: jmp LBB229_101 LBB229_61: jmp LBB229_62 LBB229_62: jmp LBB229_63 LBB229_63: jmp LBB229_64 LBB229_64: movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -128(%rbp) cmpq $0, -128(%rbp) jne LBB229_71 ## %bb.65: cmpl $0, -24(%rbp) je LBB229_67 ## %bb.66: movq _data_section(%rip), %rax movq %rax, -128(%rbp) jmp LBB229_70 LBB229_67: movq _tcc_state(%rip), %rax cmpl $0, 184(%rax) je LBB229_69 ## %bb.68: movq _bss_section(%rip), %rax movq %rax, -128(%rbp) LBB229_69: jmp LBB229_70 LBB229_70: jmp LBB229_71 LBB229_71: cmpq $0, -128(%rbp) je LBB229_80 ## %bb.72: movq -128(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -48(%rbp) movl -48(%rbp), %eax addl -40(%rbp), %eax subl $1, %eax xorl %ecx, %ecx subl -40(%rbp), %ecx andl %ecx, %eax movl %eax, -48(%rbp) movl -48(%rbp), %eax movl %eax, -44(%rbp) movl -36(%rbp), %eax addl -48(%rbp), %eax movl %eax, -48(%rbp) cmpl $0, _do_bounds_check(%rip) je LBB229_74 ## %bb.73: movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) LBB229_74: movslq -48(%rbp), %rcx movq -128(%rbp), %rax movq %rcx, (%rax) movq -128(%rbp), %rax cmpl $8, 32(%rax) je LBB229_77 ## %bb.75: movslq -48(%rbp), %rax movq -128(%rbp), %rcx cmpq 16(%rcx), %rax jbe LBB229_77 ## %bb.76: movq -128(%rbp), %rdi movslq -48(%rbp), %rsi callq _section_realloc LBB229_77: movl -40(%rbp), %eax movq -128(%rbp), %rcx cmpl 44(%rcx), %eax jle LBB229_79 ## %bb.78: movl -40(%rbp), %ecx movq -128(%rbp), %rax movl %ecx, 44(%rax) LBB229_79: jmp LBB229_81 LBB229_80: movl $0, -44(%rbp) LBB229_81: cmpl $0, -28(%rbp) je LBB229_92 ## %bb.82: cmpl $240, -32(%rbp) jne LBB229_86 ## %bb.83: cmpq $0, -144(%rbp) jne LBB229_85 ## %bb.84: jmp LBB229_87 LBB229_85: jmp LBB229_88 LBB229_86: jmp LBB229_87 LBB229_87: movl -28(%rbp), %edi movq -8(%rbp), %rsi movl -20(%rbp), %edx orl $512, %edx ## imm = 0x200 xorl %ecx, %ecx callq _sym_push movq %rax, -144(%rbp) LBB229_88: cmpq $0, -128(%rbp) je LBB229_90 ## %bb.89: movq -144(%rbp), %rdi movq -128(%rbp), %rsi movslq -44(%rbp), %rdx movslq -36(%rbp), %rcx callq _put_extern_sym jmp LBB229_91 LBB229_90: movq -144(%rbp), %rdi movslq -40(%rbp), %rdx movslq -36(%rbp), %rcx xorl %eax, %eax movl %eax, %esi callq _put_extern_sym movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq -144(%rbp), %rcx movq 16(%rcx), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -152(%rbp) movq -152(%rbp), %rax movw $-14, 14(%rax) LBB229_91: jmp LBB229_93 LBB229_92: movq -8(%rbp), %rdi movq -128(%rbp), %rsi movslq -44(%rbp), %rdx movslq -36(%rbp), %rcx callq _get_sym_ref movq %rax, -144(%rbp) movl $0, -176(%rbp) movq -8(%rbp), %rdi movl $752, %esi ## imm = 0x2F0 leaq -176(%rbp), %rdx callq _vsetc movq -144(%rbp), %rcx movq _vtop(%rip), %rax movq %rcx, 48(%rax) LBB229_93: cmpl $0, _do_bounds_check(%rip) je LBB229_95 ## %bb.94: movq _bounds_section(%rip), %rdi movq -144(%rbp), %rsi movq _bounds_section(%rip), %rax movq (%rax), %rdx movl $1, %ecx callq _greloc movq _bounds_section(%rip), %rdi movl $16, %esi callq _section_ptr_add movq %rax, -184(%rbp) movq -184(%rbp), %rax movq $0, (%rax) movslq -36(%rbp), %rcx movq -184(%rbp), %rax movq %rcx, 8(%rax) LBB229_95: jmp LBB229_96 LBB229_96: cmpl $0, -24(%rbp) je LBB229_100 ## %bb.97: movq -8(%rbp), %rdi movq -128(%rbp), %rsi movslq -44(%rbp), %rdx movl $1, %ecx xorl %r8d, %r8d callq _decl_initializer cmpq $0, -120(%rbp) je LBB229_99 ## %bb.98: movq -120(%rbp), %rdi callq _tok_str_free leaq -96(%rbp), %rdi callq _restore_parse_state LBB229_99: jmp LBB229_100 LBB229_100: jmp LBB229_101 LBB229_101: addq $192, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_btype _parse_btype: ## @parse_btype .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi xorl %esi, %esi movl $24, %edx movq $-1, %rcx callq ___memset_chk movl $0, -28(%rbp) movl $0, -32(%rbp) movl $0, -20(%rbp) LBB230_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax addl $-256, %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $52, %eax ja LBB230_38 ## %bb.54: ## in Loop: Header=BB230_1 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI230_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB230_2: ## in Loop: Header=BB230_1 Depth=1 callq _next jmp LBB230_1 LBB230_3: ## in Loop: Header=BB230_1 Depth=1 movl $1, -24(%rbp) LBB230_4: ## in Loop: Header=BB230_1 Depth=1 callq _next LBB230_5: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax andl $15, %eax cmpl $0, %eax je LBB230_7 ## %bb.6: ## in Loop: Header=BB230_1 Depth=1 leaq L_.str.178(%rip), %rdi movb $0, %al callq _error LBB230_7: ## in Loop: Header=BB230_1 Depth=1 movl -24(%rbp), %eax orl -20(%rbp), %eax movl %eax, -20(%rbp) movl $1, -32(%rbp) jmp LBB230_44 LBB230_8: ## in Loop: Header=BB230_1 Depth=1 movl $3, -24(%rbp) jmp LBB230_4 LBB230_9: ## in Loop: Header=BB230_1 Depth=1 movl $2, -24(%rbp) jmp LBB230_4 LBB230_10: ## in Loop: Header=BB230_1 Depth=1 callq _next movl $1, -32(%rbp) jmp LBB230_44 LBB230_11: ## in Loop: Header=BB230_1 Depth=1 callq _next movl -20(%rbp), %eax andl $15, %eax cmpl $9, %eax jne LBB230_13 ## %bb.12: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax andl $-16, %eax orl $10, %eax movl %eax, -20(%rbp) jmp LBB230_17 LBB230_13: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax andl $15, %eax cmpl $13, %eax jne LBB230_15 ## %bb.14: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax andl $-16, %eax orl $12, %eax movl %eax, -20(%rbp) jmp LBB230_16 LBB230_15: ## in Loop: Header=BB230_1 Depth=1 movl $13, -24(%rbp) jmp LBB230_5 LBB230_16: ## in Loop: Header=BB230_1 Depth=1 jmp LBB230_17 LBB230_17: ## in Loop: Header=BB230_1 Depth=1 jmp LBB230_44 LBB230_18: ## in Loop: Header=BB230_1 Depth=1 movl $11, -24(%rbp) jmp LBB230_4 LBB230_19: ## in Loop: Header=BB230_1 Depth=1 movl $8, -24(%rbp) jmp LBB230_4 LBB230_20: ## in Loop: Header=BB230_1 Depth=1 callq _next movl -20(%rbp), %eax andl $15, %eax cmpl $13, %eax jne LBB230_22 ## %bb.21: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax andl $-16, %eax orl $10, %eax movl %eax, -20(%rbp) jmp LBB230_23 LBB230_22: ## in Loop: Header=BB230_1 Depth=1 movl $9, -24(%rbp) jmp LBB230_5 LBB230_23: ## in Loop: Header=BB230_1 Depth=1 jmp LBB230_44 LBB230_24: ## in Loop: Header=BB230_1 Depth=1 leaq -56(%rbp), %rdi movl $5, %esi callq _struct_decl LBB230_25: ## in Loop: Header=BB230_1 Depth=1 movl -56(%rbp), %eax movl %eax, -24(%rbp) movq -48(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) jmp LBB230_5 LBB230_26: ## in Loop: Header=BB230_1 Depth=1 leaq -56(%rbp), %rdi movl $7, %esi callq _struct_decl jmp LBB230_25 LBB230_27: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $2048, %eax ## imm = 0x800 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_28: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $4096, %eax ## imm = 0x1000 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_29: ## in Loop: Header=BB230_1 Depth=1 movl $1, -32(%rbp) movl -20(%rbp), %eax orl $8192, %eax ## imm = 0x2000 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_30: ## in Loop: Header=BB230_1 Depth=1 callq _next jmp LBB230_44 LBB230_31: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $16, %eax movl %eax, -20(%rbp) callq _next movl $1, -32(%rbp) jmp LBB230_44 LBB230_32: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $128, %eax movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_33: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $256, %eax ## imm = 0x100 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_34: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $512, %eax ## imm = 0x200 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_35: ## in Loop: Header=BB230_1 Depth=1 movl -20(%rbp), %eax orl $1024, %eax ## imm = 0x400 movl %eax, -20(%rbp) callq _next jmp LBB230_44 LBB230_36: ## in Loop: Header=BB230_1 Depth=1 movq -16(%rbp), %rdi callq _parse_attribute jmp LBB230_44 LBB230_37: ## in Loop: Header=BB230_1 Depth=1 callq _next leaq -56(%rbp), %rdi callq _parse_expr_type jmp LBB230_25 LBB230_38: ## in Loop: Header=BB230_1 Depth=1 cmpl $0, -32(%rbp) je LBB230_40 ## %bb.39: jmp LBB230_45 LBB230_40: ## in Loop: Header=BB230_1 Depth=1 movl _tok(%rip), %edi callq _sym_find movq %rax, -40(%rbp) cmpq $0, -40(%rbp) je LBB230_42 ## %bb.41: ## in Loop: Header=BB230_1 Depth=1 movq -40(%rbp), %rax movl 24(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax jne LBB230_43 LBB230_42: jmp LBB230_45 LBB230_43: ## in Loop: Header=BB230_1 Depth=1 movq -40(%rbp), %rax movl 24(%rax), %eax andl $-513, %eax ## imm = 0xFDFF orl -20(%rbp), %eax movl %eax, -20(%rbp) movq -40(%rbp), %rax movq 32(%rax), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) callq _next LBB230_44: ## in Loop: Header=BB230_1 Depth=1 movl $1, -28(%rbp) jmp LBB230_1 LBB230_45: movl -20(%rbp), %eax andl $8208, %eax ## imm = 0x2010 cmpl $8208, %eax ## imm = 0x2010 jne LBB230_47 ## %bb.46: leaq L_.str.179(%rip), %rdi movb $0, %al callq _error LBB230_47: movq _tcc_state(%rip), %rax cmpl $0, 216(%rax) je LBB230_51 ## %bb.48: movl -20(%rbp), %eax andl $8223, %eax ## imm = 0x201F cmpl $1, %eax jne LBB230_50 ## %bb.49: movl -20(%rbp), %eax orl $16, %eax movl %eax, -20(%rbp) LBB230_50: jmp LBB230_51 LBB230_51: movl -20(%rbp), %eax andl $-8193, %eax ## imm = 0xDFFF movl %eax, -20(%rbp) movl -20(%rbp), %eax andl $15, %eax cmpl $13, %eax jne LBB230_53 ## %bb.52: movl -20(%rbp), %eax andl $-16, %eax orl $0, %eax movl %eax, -20(%rbp) LBB230_53: movl -20(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movl -28(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L230_0_set_10, LBB230_10-LJTI230_0 .set L230_0_set_8, LBB230_8-LJTI230_0 .set L230_0_set_3, LBB230_3-LJTI230_0 .set L230_0_set_38, LBB230_38-LJTI230_0 .set L230_0_set_32, LBB230_32-LJTI230_0 .set L230_0_set_33, LBB230_33-LJTI230_0 .set L230_0_set_31, LBB230_31-LJTI230_0 .set L230_0_set_27, LBB230_27-LJTI230_0 .set L230_0_set_28, LBB230_28-LJTI230_0 .set L230_0_set_11, LBB230_11-LJTI230_0 .set L230_0_set_30, LBB230_30-LJTI230_0 .set L230_0_set_29, LBB230_29-LJTI230_0 .set L230_0_set_35, LBB230_35-LJTI230_0 .set L230_0_set_2, LBB230_2-LJTI230_0 .set L230_0_set_19, LBB230_19-LJTI230_0 .set L230_0_set_20, LBB230_20-LJTI230_0 .set L230_0_set_18, LBB230_18-LJTI230_0 .set L230_0_set_9, LBB230_9-LJTI230_0 .set L230_0_set_26, LBB230_26-LJTI230_0 .set L230_0_set_34, LBB230_34-LJTI230_0 .set L230_0_set_24, LBB230_24-LJTI230_0 .set L230_0_set_36, LBB230_36-LJTI230_0 .set L230_0_set_37, LBB230_37-LJTI230_0 LJTI230_0: .long L230_0_set_10 .long L230_0_set_8 .long L230_0_set_3 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_32 .long L230_0_set_33 .long L230_0_set_31 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_27 .long L230_0_set_27 .long L230_0_set_27 .long L230_0_set_28 .long L230_0_set_28 .long L230_0_set_28 .long L230_0_set_11 .long L230_0_set_30 .long L230_0_set_29 .long L230_0_set_29 .long L230_0_set_29 .long L230_0_set_30 .long L230_0_set_35 .long L230_0_set_35 .long L230_0_set_35 .long L230_0_set_30 .long L230_0_set_30 .long L230_0_set_30 .long L230_0_set_2 .long L230_0_set_19 .long L230_0_set_20 .long L230_0_set_18 .long L230_0_set_9 .long L230_0_set_26 .long L230_0_set_26 .long L230_0_set_34 .long L230_0_set_38 .long L230_0_set_24 .long L230_0_set_38 .long L230_0_set_36 .long L230_0_set_36 .long L230_0_set_38 .long L230_0_set_38 .long L230_0_set_37 .long L230_0_set_37 .long L230_0_set_37 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function type_decl _type_decl: ## @type_decl .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) LBB231_1: ## =>This Loop Header: Depth=1 ## Child Loop BB231_3 Depth 2 cmpl $42, _tok(%rip) jne LBB231_8 ## %bb.2: ## in Loop: Header=BB231_1 Depth=1 movl $0, -68(%rbp) LBB231_3: ## Parent Loop BB231_1 Depth=1 ## => This Inner Loop Header: Depth=2 callq _next movl _tok(%rip), %eax movl %eax, -72(%rbp) ## 4-byte Spill addl $-273, %eax ## imm = 0xFEEF subl $3, %eax jb LBB231_4 jmp LBB231_34 LBB231_34: ## in Loop: Header=BB231_3 Depth=2 movl -72(%rbp), %eax ## 4-byte Reload addl $-276, %eax ## imm = 0xFEEC subl $3, %eax jb LBB231_5 jmp LBB231_35 LBB231_35: ## in Loop: Header=BB231_3 Depth=2 movl -72(%rbp), %eax ## 4-byte Reload addl $-288, %eax ## imm = 0xFEE0 subl $3, %eax jb LBB231_6 jmp LBB231_7 LBB231_4: ## in Loop: Header=BB231_3 Depth=2 movl -68(%rbp), %eax orl $2048, %eax ## imm = 0x800 movl %eax, -68(%rbp) jmp LBB231_3 LBB231_5: ## in Loop: Header=BB231_3 Depth=2 movl -68(%rbp), %eax orl $4096, %eax ## imm = 0x1000 movl %eax, -68(%rbp) jmp LBB231_3 LBB231_6: ## in Loop: Header=BB231_3 Depth=2 jmp LBB231_3 LBB231_7: ## in Loop: Header=BB231_1 Depth=1 movq -8(%rbp), %rdi callq _mk_pointer movl -68(%rbp), %ecx movq -8(%rbp), %rax orl (%rax), %ecx movl %ecx, (%rax) jmp LBB231_1 LBB231_8: cmpl $302, _tok(%rip) ## imm = 0x12E je LBB231_10 ## %bb.9: cmpl $303, _tok(%rip) ## imm = 0x12F jne LBB231_11 LBB231_10: movq -16(%rbp), %rdi callq _parse_attribute LBB231_11: movl $0, -56(%rbp) cmpl $40, _tok(%rip) jne LBB231_16 ## %bb.12: callq _next cmpl $302, _tok(%rip) ## imm = 0x12E je LBB231_14 ## %bb.13: cmpl $303, _tok(%rip) ## imm = 0x12F jne LBB231_15 LBB231_14: movq -16(%rbp), %rdi callq _parse_attribute LBB231_15: movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -28(%rbp), %ecx leaq -56(%rbp), %rdi callq _type_decl movl $41, %edi callq _skip jmp LBB231_23 LBB231_16: cmpl $256, _tok(%rip) ## imm = 0x100 jl LBB231_19 ## %bb.17: movl -28(%rbp), %eax andl $2, %eax cmpl $0, %eax je LBB231_19 ## %bb.18: movl _tok(%rip), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) callq _next jmp LBB231_22 LBB231_19: movl -28(%rbp), %eax andl $1, %eax cmpl $0, %eax jne LBB231_21 ## %bb.20: leaq L_.str.155(%rip), %rdi callq _expect LBB231_21: movq -24(%rbp), %rax movl $0, (%rax) LBB231_22: jmp LBB231_23 LBB231_23: movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _post_type cmpl $302, _tok(%rip) ## imm = 0x12E je LBB231_25 ## %bb.24: cmpl $303, _tok(%rip) ## imm = 0x12F jne LBB231_26 LBB231_25: movq -16(%rbp), %rdi callq _parse_attribute LBB231_26: cmpl $0, -56(%rbp) jne LBB231_28 ## %bb.27: jmp LBB231_33 LBB231_28: leaq -56(%rbp), %rax movq %rax, -64(%rbp) LBB231_29: ## =>This Inner Loop Header: Depth=1 movq -64(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax addq $24, %rax movq %rax, -64(%rbp) movq -64(%rbp), %rax cmpl $0, (%rax) jne LBB231_31 ## %bb.30: movq -64(%rbp), %rax movq -8(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) jmp LBB231_32 LBB231_31: ## in Loop: Header=BB231_29 Depth=1 jmp LBB231_29 LBB231_32: movq -8(%rbp), %rax movq -56(%rbp), %rcx movq %rcx, (%rax) movq -48(%rbp), %rcx movq %rcx, 8(%rax) LBB231_33: addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function block _block: ## @block .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movl %r8d, -36(%rbp) movl %r9d, -40(%rbp) cmpl $0, _do_debug(%rip) je LBB232_4 ## %bb.1: movq _last_line_num(%rip), %rax movq _file(%rip), %rcx movslq 20(%rcx), %rcx cmpq %rcx, %rax jne LBB232_3 ## %bb.2: movq _last_ind(%rip), %rax cmpq _ind(%rip), %rax je LBB232_4 LBB232_3: movq _file(%rip), %rax movl 20(%rax), %edx movq _ind(%rip), %rax subq _func_ind(%rip), %rax movl %eax, %ecx movl $68, %edi xorl %esi, %esi callq _put_stabn movq _ind(%rip), %rax movq %rax, _last_ind(%rip) movq _file(%rip), %rax movslq 20(%rax), %rax movq %rax, _last_line_num(%rip) LBB232_4: cmpl $0, -40(%rbp) je LBB232_6 ## %bb.5: xorl %edi, %edi callq _vpushi movq _vtop(%rip), %rax movl $3, (%rax) LBB232_6: cmpl $259, _tok(%rip) ## imm = 0x103 jne LBB232_11 ## %bb.7: callq _next movl $40, %edi callq _skip callq _gexpr movl $41, %edi callq _skip movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -44(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d xorl %r9d, %r9d callq _block movl _tok(%rip), %eax movl %eax, -52(%rbp) cmpl $260, -52(%rbp) ## imm = 0x104 jne LBB232_9 ## %bb.8: callq _next xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -56(%rbp) movl -44(%rbp), %edi callq _gsym movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d xorl %r9d, %r9d callq _block movl -56(%rbp), %edi callq _gsym jmp LBB232_10 LBB232_9: movl -44(%rbp), %edi callq _gsym LBB232_10: jmp LBB232_136 LBB232_11: cmpl $261, _tok(%rip) ## imm = 0x105 jne LBB232_13 ## %bb.12: callq _next movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -56(%rbp) movl $40, %edi callq _skip callq _gexpr movl $41, %edi callq _skip movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -44(%rbp) movl $0, -48(%rbp) movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d leaq -44(%rbp), %rdi leaq -48(%rbp), %rsi xorl %r9d, %r9d callq _block movl -56(%rbp), %edi callq _gjmp_addr movl -44(%rbp), %edi callq _gsym movl -48(%rbp), %edi movl -56(%rbp), %esi callq _gsym_addr jmp LBB232_135 LBB232_13: cmpl $123, _tok(%rip) jne LBB232_31 ## %bb.14: callq _next movq _local_stack(%rip), %rax movq %rax, -64(%rbp) movq _local_label_stack(%rip), %rax movq %rax, -72(%rbp) cmpl $309, _tok(%rip) ## imm = 0x135 jne LBB232_23 ## %bb.15: callq _next LBB232_16: ## =>This Inner Loop Header: Depth=1 cmpl $313, _tok(%rip) ## imm = 0x139 jge LBB232_18 ## %bb.17: ## in Loop: Header=BB232_16 Depth=1 leaq L_.str.154(%rip), %rdi callq _expect LBB232_18: ## in Loop: Header=BB232_16 Depth=1 movl _tok(%rip), %esi leaq _local_label_stack(%rip), %rdi movl $2, %edx callq _label_push callq _next cmpl $44, _tok(%rip) jne LBB232_20 ## %bb.19: ## in Loop: Header=BB232_16 Depth=1 callq _next jmp LBB232_21 LBB232_20: movl $59, %edi callq _skip jmp LBB232_22 LBB232_21: ## in Loop: Header=BB232_16 Depth=1 jmp LBB232_16 LBB232_22: jmp LBB232_23 LBB232_23: jmp LBB232_24 LBB232_24: ## =>This Inner Loop Header: Depth=1 cmpl $125, _tok(%rip) je LBB232_30 ## %bb.25: ## in Loop: Header=BB232_24 Depth=1 movl $242, %edi callq _decl cmpl $125, _tok(%rip) je LBB232_29 ## %bb.26: ## in Loop: Header=BB232_24 Depth=1 cmpl $0, -40(%rbp) je LBB232_28 ## %bb.27: ## in Loop: Header=BB232_24 Depth=1 callq _vpop LBB232_28: ## in Loop: Header=BB232_24 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d movl -40(%rbp), %r9d callq _block LBB232_29: ## in Loop: Header=BB232_24 Depth=1 jmp LBB232_24 LBB232_30: movq -72(%rbp), %rsi leaq _local_label_stack(%rip), %rdi callq _label_pop movq -64(%rbp), %rsi leaq _local_stack(%rip), %rdi callq _sym_pop callq _next jmp LBB232_134 LBB232_31: cmpl $263, _tok(%rip) ## imm = 0x107 jne LBB232_41 ## %bb.32: callq _next cmpl $59, _tok(%rip) je LBB232_40 ## %bb.33: callq _gexpr leaq _func_vt(%rip), %rdi callq _gen_assign_cast movl _func_vt(%rip), %eax andl $15, %eax cmpl $7, %eax jne LBB232_35 ## %bb.34: movq _func_vt(%rip), %rax movq %rax, -88(%rbp) movq _func_vt+8(%rip), %rax movq %rax, -80(%rbp) leaq -88(%rbp), %rdi callq _mk_pointer movl _func_vc(%rip), %edx leaq -88(%rbp), %rdi movl $498, %esi ## imm = 0x1F2 callq _vset callq _indir callq _vswap callq _vstore jmp LBB232_39 LBB232_35: movl _func_vt(%rip), %edi callq _is_float cmpl $0, %eax je LBB232_37 ## %bb.36: movl $8, %edi callq _gv jmp LBB232_38 LBB232_37: movl $4, %edi callq _gv LBB232_38: jmp LBB232_39 LBB232_39: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) LBB232_40: movl $59, %edi callq _skip movq _rsym(%rip), %rax movl %eax, %edi callq _gjmp movq %rax, _rsym(%rip) jmp LBB232_133 LBB232_41: cmpl $262, _tok(%rip) ## imm = 0x106 jne LBB232_45 ## %bb.42: cmpq $0, -8(%rbp) jne LBB232_44 ## %bb.43: leaq L_.str.194(%rip), %rdi movb $0, %al callq _error LBB232_44: movq -8(%rbp), %rax movl (%rax), %edi callq _gjmp movl %eax, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) callq _next movl $59, %edi callq _skip jmp LBB232_132 LBB232_45: cmpl $270, _tok(%rip) ## imm = 0x10E jne LBB232_49 ## %bb.46: cmpq $0, -16(%rbp) jne LBB232_48 ## %bb.47: leaq L_.str.195(%rip), %rdi movb $0, %al callq _error LBB232_48: movq -16(%rbp), %rax movl (%rax), %edi callq _gjmp movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, (%rax) callq _next movl $59, %edi callq _skip jmp LBB232_131 LBB232_49: cmpl $264, _tok(%rip) ## imm = 0x108 jne LBB232_57 ## %bb.50: callq _next movl $40, %edi callq _skip cmpl $59, _tok(%rip) je LBB232_52 ## %bb.51: callq _gexpr callq _vpop LBB232_52: movl $59, %edi callq _skip movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -56(%rbp) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -52(%rbp) movl $0, -44(%rbp) movl $0, -48(%rbp) cmpl $59, _tok(%rip) je LBB232_54 ## %bb.53: callq _gexpr movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, -44(%rbp) LBB232_54: movl $59, %edi callq _skip cmpl $41, _tok(%rip) je LBB232_56 ## %bb.55: xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -92(%rbp) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -52(%rbp) callq _gexpr callq _vpop movl -56(%rbp), %edi callq _gjmp_addr movl -92(%rbp), %edi callq _gsym LBB232_56: movl $41, %edi callq _skip movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d leaq -44(%rbp), %rdi leaq -48(%rbp), %rsi xorl %r9d, %r9d callq _block movl -52(%rbp), %edi callq _gjmp_addr movl -44(%rbp), %edi callq _gsym movl -48(%rbp), %edi movl -52(%rbp), %esi callq _gsym_addr jmp LBB232_130 LBB232_57: cmpl $269, _tok(%rip) ## imm = 0x10D jne LBB232_59 ## %bb.58: callq _next movl $0, -44(%rbp) movl $0, -48(%rbp) movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -56(%rbp) movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d leaq -44(%rbp), %rdi leaq -48(%rbp), %rsi xorl %r9d, %r9d callq _block movl $261, %edi ## imm = 0x105 callq _skip movl $40, %edi callq _skip movl -48(%rbp), %edi callq _gsym callq _gexpr xorl %esi, %esi movl %esi, %edi callq _gtst movl %eax, -52(%rbp) movl -52(%rbp), %edi movl -56(%rbp), %esi callq _gsym_addr movl $41, %edi callq _skip movl -44(%rbp), %edi callq _gsym movl $59, %edi callq _skip jmp LBB232_129 LBB232_59: cmpl $271, _tok(%rip) ## imm = 0x10F jne LBB232_63 ## %bb.60: callq _next movl $40, %edi callq _skip callq _gexpr movl $1, %edi callq _gv movl %eax, -36(%rbp) callq _vpop movl $41, %edi callq _skip movl $0, -44(%rbp) xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -48(%rbp) movl $0, -52(%rbp) movq -16(%rbp), %rsi movl -36(%rbp), %r8d leaq -44(%rbp), %rdi leaq -48(%rbp), %rdx leaq -52(%rbp), %rcx xorl %r9d, %r9d callq _block cmpl $0, -52(%rbp) jne LBB232_62 ## %bb.61: movq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -52(%rbp) LBB232_62: movl -48(%rbp), %edi movl -52(%rbp), %esi callq _gsym_addr movl -44(%rbp), %edi callq _gsym jmp LBB232_128 LBB232_63: cmpl $272, _tok(%rip) ## imm = 0x110 jne LBB232_75 ## %bb.64: cmpq $0, -24(%rbp) jne LBB232_66 ## %bb.65: leaq L_.str.196(%rip), %rdi callq _expect LBB232_66: callq _next callq _expr_const movl %eax, -96(%rbp) movl -96(%rbp), %eax movl %eax, -100(%rbp) cmpl $0, _gnu_ext(%rip) je LBB232_71 ## %bb.67: cmpl $204, _tok(%rip) jne LBB232_71 ## %bb.68: callq _next callq _expr_const movl %eax, -100(%rbp) movl -100(%rbp), %eax cmpl -96(%rbp), %eax jge LBB232_70 ## %bb.69: leaq L_.str.197(%rip), %rdi movb $0, %al callq _warning LBB232_70: jmp LBB232_71 LBB232_71: xorl %edi, %edi callq _gjmp ## kill: def $eax killed $eax killed $rax movl %eax, -48(%rbp) movq -24(%rbp), %rax movl (%rax), %edi callq _gsym movl -36(%rbp), %edi xorl %esi, %esi callq _vseti movl -96(%rbp), %edi callq _vpushi movl -96(%rbp), %eax cmpl -100(%rbp), %eax jne LBB232_73 ## %bb.72: movl $148, %edi callq _gen_op movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) jmp LBB232_74 LBB232_73: movl $157, %edi callq _gen_op movl $1, %edi xorl %esi, %esi callq _gtst movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movl -36(%rbp), %edi xorl %esi, %esi callq _vseti movl -100(%rbp), %edi callq _vpushi movl $158, %edi callq _gen_op movq -24(%rbp), %rax movl (%rax), %esi movl $1, %edi callq _gtst movl %eax, %ecx movq -24(%rbp), %rax movl %ecx, (%rax) LBB232_74: movl -48(%rbp), %edi callq _gsym movl $58, %edi callq _skip movl $0, -40(%rbp) jmp LBB232_111 LBB232_75: cmpl $299, _tok(%rip) ## imm = 0x12B jne LBB232_81 ## %bb.76: callq _next movl $58, %edi callq _skip cmpq $0, -32(%rbp) jne LBB232_78 ## %bb.77: leaq L_.str.196(%rip), %rdi callq _expect LBB232_78: movq -32(%rbp), %rax cmpl $0, (%rax) je LBB232_80 ## %bb.79: leaq L_.str.198(%rip), %rdi movb $0, %al callq _error LBB232_80: movq _ind(%rip), %rax movl %eax, %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movl $0, -40(%rbp) jmp LBB232_111 LBB232_81: cmpl $268, _tok(%rip) ## imm = 0x10C jne LBB232_100 ## %bb.82: callq _next cmpl $42, _tok(%rip) jne LBB232_87 ## %bb.83: cmpl $0, _gnu_ext(%rip) je LBB232_87 ## %bb.84: callq _next callq _gexpr movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $4, %eax je LBB232_86 ## %bb.85: leaq L_.str.199(%rip), %rdi callq _expect LBB232_86: callq _ggoto jmp LBB232_99 LBB232_87: cmpl $313, _tok(%rip) ## imm = 0x139 jl LBB232_97 ## %bb.88: movl _tok(%rip), %edi callq _label_find movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne LBB232_90 ## %bb.89: movl _tok(%rip), %esi leaq _global_label_stack(%rip), %rdi movl $1, %edx callq _label_push movq %rax, -64(%rbp) jmp LBB232_93 LBB232_90: movq -64(%rbp), %rax cmpq $2, 8(%rax) jne LBB232_92 ## %bb.91: movq -64(%rbp), %rax movq $1, 8(%rax) LBB232_92: jmp LBB232_93 LBB232_93: movq -64(%rbp), %rax movq 8(%rax), %rax andq $1, %rax cmpq $0, %rax je LBB232_95 ## %bb.94: movq -64(%rbp), %rax movq 40(%rax), %rax movl %eax, %edi callq _gjmp movq %rax, %rcx movq -64(%rbp), %rax movq %rcx, 40(%rax) jmp LBB232_96 LBB232_95: movq -64(%rbp), %rax movq 40(%rax), %rax movl %eax, %edi callq _gjmp_addr LBB232_96: callq _next jmp LBB232_98 LBB232_97: leaq L_.str.154(%rip), %rdi callq _expect LBB232_98: jmp LBB232_99 LBB232_99: movl $59, %edi callq _skip jmp LBB232_125 LBB232_100: cmpl $310, _tok(%rip) ## imm = 0x136 je LBB232_103 ## %bb.101: cmpl $311, _tok(%rip) ## imm = 0x137 je LBB232_103 ## %bb.102: cmpl $312, _tok(%rip) ## imm = 0x138 jne LBB232_104 LBB232_103: callq _asm_instr jmp LBB232_124 LBB232_104: callq _is_label movl %eax, -48(%rbp) cmpl $0, -48(%rbp) je LBB232_117 ## %bb.105: movl -48(%rbp), %edi callq _label_find movq %rax, -64(%rbp) cmpq $0, -64(%rbp) je LBB232_109 ## %bb.106: movq -64(%rbp), %rax cmpq $0, 8(%rax) jne LBB232_108 ## %bb.107: movq -64(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.200(%rip), %rdi movb $0, %al callq _error LBB232_108: movq -64(%rbp), %rax movq 40(%rax), %rax movl %eax, %edi callq _gsym movq -64(%rbp), %rax movq $0, 8(%rax) jmp LBB232_110 LBB232_109: movl -48(%rbp), %esi leaq _global_label_stack(%rip), %rdi xorl %edx, %edx callq _label_push movq %rax, -64(%rbp) LBB232_110: movq _ind(%rip), %rcx movq -64(%rbp), %rax movq %rcx, 40(%rax) LBB232_111: cmpl $125, _tok(%rip) jne LBB232_113 ## %bb.112: leaq L_.str.201(%rip), %rdi movb $0, %al callq _warning jmp LBB232_116 LBB232_113: cmpl $0, -40(%rbp) je LBB232_115 ## %bb.114: callq _vpop LBB232_115: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movq -32(%rbp), %rcx movl -36(%rbp), %r8d movl -40(%rbp), %r9d callq _block LBB232_116: jmp LBB232_123 LBB232_117: cmpl $59, _tok(%rip) je LBB232_122 ## %bb.118: cmpl $0, -40(%rbp) je LBB232_120 ## %bb.119: callq _vpop callq _gexpr jmp LBB232_121 LBB232_120: callq _gexpr callq _vpop LBB232_121: jmp LBB232_122 LBB232_122: movl $59, %edi callq _skip LBB232_123: jmp LBB232_124 LBB232_124: jmp LBB232_125 LBB232_125: jmp LBB232_126 LBB232_126: jmp LBB232_127 LBB232_127: jmp LBB232_128 LBB232_128: jmp LBB232_129 LBB232_129: jmp LBB232_130 LBB232_130: jmp LBB232_131 LBB232_131: jmp LBB232_132 LBB232_132: jmp LBB232_133 LBB232_133: jmp LBB232_134 LBB232_134: jmp LBB232_135 LBB232_135: jmp LBB232_136 LBB232_136: addq $112, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function indir _indir: ## @indir .cfi_startproc ## %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 _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $4, %eax je LBB233_2 ## %bb.1: leaq L_.str.199(%rip), %rdi callq _expect LBB233_2: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB233_5 ## %bb.3: cmpl $0, _nocode_wanted(%rip) jne LBB233_5 ## %bb.4: movl $1, %edi callq _gv LBB233_5: movq _vtop(%rip), %rax movq %rax, -8(%rbp) ## 8-byte Spill movq _vtop(%rip), %rdi callq _pointed_type movq %rax, %rcx movq -8(%rbp), %rax ## 8-byte Reload movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) movq _vtop(%rip), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax jne LBB233_9 ## %bb.6: movq _vtop(%rip), %rax movl (%rax), %edi callq _lvalue_type movl %eax, %edx movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl %edx, %ecx ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) cmpl $0, _do_bounds_check(%rip) je LBB233_8 ## %bb.7: movq _vtop(%rip), %rax movzwl 16(%rax), %ecx orl $2048, %ecx ## imm = 0x800 ## kill: def $cx killed $cx killed $ecx movw %cx, 16(%rax) LBB233_8: jmp LBB233_9 LBB233_9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_expr_type _parse_expr_type: ## @parse_expr_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl $40, %edi callq _skip movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _parse_btype cmpl $0, %eax je LBB234_2 ## %bb.1: movq -8(%rbp), %rdi leaq -40(%rbp), %rsi leaq -12(%rbp), %rdx movl $1, %ecx callq _type_decl jmp LBB234_3 LBB234_2: movq -8(%rbp), %rdi callq _expr_type LBB234_3: movl $41, %edi callq _skip addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function unary_type _unary_type: ## @unary_type .cfi_startproc ## %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 _nocode_wanted(%rip), %eax movl %eax, -12(%rbp) movl $1, _nocode_wanted(%rip) callq _unary movq -8(%rbp), %rax movq _vtop(%rip), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) callq _vpop movl -12(%rbp), %eax movl %eax, _nocode_wanted(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_type _parse_type: ## @parse_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq -32(%rbp), %rsi callq _parse_btype cmpl $0, %eax jne LBB236_2 ## %bb.1: leaq L_.str.255(%rip), %rdi callq _expect LBB236_2: movq -8(%rbp), %rdi leaq -32(%rbp), %rsi leaq -36(%rbp), %rdx movl $1, %ecx callq _type_decl addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_compatible_types _is_compatible_types: ## @is_compatible_types .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movl (%rax), %eax andl $-1921, %eax ## imm = 0xF87F movl %eax, -32(%rbp) movq -24(%rbp), %rax movl (%rax), %eax andl $-1921, %eax ## imm = 0xF87F movl %eax, -36(%rbp) movl -32(%rbp), %eax cmpl -36(%rbp), %eax je LBB237_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB237_9 LBB237_2: movl -32(%rbp), %eax andl $15, %eax movl %eax, -28(%rbp) cmpl $4, -28(%rbp) jne LBB237_4 ## %bb.3: movq -16(%rbp), %rdi callq _pointed_type movq %rax, -16(%rbp) movq -24(%rbp), %rdi callq _pointed_type movq %rax, -24(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _is_compatible_types movl %eax, -4(%rbp) jmp LBB237_9 LBB237_4: cmpl $7, -28(%rbp) jne LBB237_6 ## %bb.5: movq -16(%rbp), %rax movq 8(%rax), %rax movq -24(%rbp), %rcx cmpq 8(%rcx), %rax sete %al andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) jmp LBB237_9 LBB237_6: cmpl $6, -28(%rbp) jne LBB237_8 ## %bb.7: movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _is_compatible_func movl %eax, -4(%rbp) jmp LBB237_9 LBB237_8: movl $1, -4(%rbp) LBB237_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function label_find _label_find: ## @label_find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -12(%rbp) movl -12(%rbp), %eax subl $256, %eax ## imm = 0x100 movl %eax, -12(%rbp) movl -12(%rbp), %eax movl _tok_ident(%rip), %ecx subl $256, %ecx ## imm = 0x100 cmpl %ecx, %eax jb LBB238_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB238_3 LBB238_2: movq _table_ident(%rip), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 16(%rax), %rax movq %rax, -8(%rbp) LBB238_3: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function label_push _label_push: ## @label_push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq -8(%rbp), %rdi movslq -12(%rbp), %rsi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _sym_push2 movq %rax, -24(%rbp) movslq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq _table_ident(%rip), %rax movl -12(%rbp), %ecx subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax addq $16, %rax movq %rax, -32(%rbp) leaq _global_label_stack(%rip), %rax cmpq %rax, -8(%rbp) jne LBB239_5 ## %bb.1: jmp LBB239_2 LBB239_2: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq $0, (%rax) je LBB239_4 ## %bb.3: ## in Loop: Header=BB239_2 Depth=1 movq -32(%rbp), %rax movq (%rax), %rax addq $56, %rax movq %rax, -32(%rbp) jmp LBB239_2 LBB239_4: jmp LBB239_5 LBB239_5: movq -32(%rbp), %rax movq (%rax), %rcx movq -24(%rbp), %rax movq %rcx, 56(%rax) movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sym_find _sym_find: ## @sym_find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -12(%rbp) movl -12(%rbp), %eax subl $256, %eax ## imm = 0x100 movl %eax, -12(%rbp) movl -12(%rbp), %eax movl _tok_ident(%rip), %ecx subl $256, %ecx ## imm = 0x100 cmpl %ecx, %eax jb LBB240_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB240_3 LBB240_2: movq _table_ident(%rip), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 32(%rax), %rax movq %rax, -8(%rbp) LBB240_3: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pointed_type _pointed_type: ## @pointed_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax addq $24, %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gfunc_param_typed _gfunc_param_typed: ## @gfunc_param_typed .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), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) cmpl $2, -20(%rbp) je LBB242_3 ## %bb.1: cmpl $3, -20(%rbp) jne LBB242_6 ## %bb.2: cmpq $0, -16(%rbp) jne LBB242_6 LBB242_3: movq _vtop(%rip), %rax movl (%rax), %eax andl $15, %eax cmpl $8, %eax jne LBB242_5 ## %bb.4: movl $9, -40(%rbp) leaq -40(%rbp), %rdi callq _gen_cast LBB242_5: jmp LBB242_10 LBB242_6: cmpq $0, -16(%rbp) jne LBB242_8 ## %bb.7: leaq L_.str.256(%rip), %rdi movb $0, %al callq _error jmp LBB242_9 LBB242_8: movq -16(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -40(%rbp) movq 32(%rax), %rax movq %rax, -32(%rbp) movl -40(%rbp), %eax andl $-2049, %eax ## imm = 0xF7FF movl %eax, -40(%rbp) leaq -40(%rbp), %rdi callq _gen_assign_cast LBB242_9: jmp LBB242_10 LBB242_10: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function decl_initializer _decl_initializer: ## @decl_initializer .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movq -8(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax je LBB243_69 ## %bb.1: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movl $0, -40(%rbp) movq -8(%rbp), %rdi callq _pointed_type movq %rax, -96(%rbp) movq -96(%rbp), %rdi leaq -68(%rbp), %rsi callq _type_size movl %eax, -64(%rbp) movl $1, -48(%rbp) cmpl $0, -28(%rbp) je LBB243_4 ## %bb.2: cmpl $184, _tok(%rip) je LBB243_4 ## %bb.3: cmpl $181, _tok(%rip) jne LBB243_5 LBB243_4: cmpl $123, _tok(%rip) jne LBB243_6 LBB243_5: movl $123, %edi callq _skip movl $0, -48(%rbp) LBB243_6: cmpl $184, _tok(%rip) jne LBB243_8 ## %bb.7: movq -96(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $0, %eax je LBB243_10 LBB243_8: cmpl $181, _tok(%rip) jne LBB243_43 ## %bb.9: movq -96(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $1, %eax jne LBB243_43 LBB243_10: jmp LBB243_11 LBB243_11: ## =>This Loop Header: Depth=1 ## Child Loop BB243_28 Depth 2 movb $1, %al cmpl $181, _tok(%rip) movb %al, -161(%rbp) ## 1-byte Spill je LBB243_13 ## %bb.12: ## in Loop: Header=BB243_11 Depth=1 cmpl $184, _tok(%rip) sete %al movb %al, -161(%rbp) ## 1-byte Spill LBB243_13: ## in Loop: Header=BB243_11 Depth=1 movb -161(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB243_14 jmp LBB243_37 LBB243_14: ## in Loop: Header=BB243_11 Depth=1 movq _tokc(%rip), %rax movq %rax, -112(%rbp) cmpl $181, _tok(%rip) jne LBB243_16 ## %bb.15: ## in Loop: Header=BB243_11 Depth=1 movq -112(%rbp), %rax movl (%rax), %eax movl %eax, -100(%rbp) jmp LBB243_17 LBB243_16: ## in Loop: Header=BB243_11 Depth=1 movq -112(%rbp), %rax movslq (%rax), %rax shrq $2, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -100(%rbp) LBB243_17: ## in Loop: Header=BB243_11 Depth=1 movl -100(%rbp), %eax addl $-1, %eax movl %eax, -100(%rbp) movl -100(%rbp), %eax movl %eax, -52(%rbp) cmpl $0, -44(%rbp) jl LBB243_20 ## %bb.18: ## in Loop: Header=BB243_11 Depth=1 movl -52(%rbp), %eax movl -44(%rbp), %ecx subl -40(%rbp), %ecx cmpl %ecx, %eax jle LBB243_20 ## %bb.19: ## in Loop: Header=BB243_11 Depth=1 movl -44(%rbp), %eax subl -40(%rbp), %eax movl %eax, -52(%rbp) LBB243_20: ## in Loop: Header=BB243_11 Depth=1 cmpl $0, -32(%rbp) jne LBB243_36 ## %bb.21: ## in Loop: Header=BB243_11 Depth=1 movl -100(%rbp), %eax cmpl -52(%rbp), %eax jle LBB243_23 ## %bb.22: ## in Loop: Header=BB243_11 Depth=1 leaq L_.str.165(%rip), %rdi movb $0, %al callq _warning LBB243_23: ## in Loop: Header=BB243_11 Depth=1 cmpq $0, -16(%rbp) je LBB243_27 ## %bb.24: ## in Loop: Header=BB243_11 Depth=1 cmpl $181, _tok(%rip) jne LBB243_27 ## %bb.25: ## in Loop: Header=BB243_11 Depth=1 cmpl $1, -64(%rbp) jne LBB243_27 ## %bb.26: ## in Loop: Header=BB243_11 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rdi addq -24(%rbp), %rdi movslq -40(%rbp), %rax addq %rax, %rdi movq -112(%rbp), %rax movq 8(%rax), %rsi movslq -52(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk jmp LBB243_35 LBB243_27: ## in Loop: Header=BB243_11 Depth=1 movl $0, -60(%rbp) LBB243_28: ## Parent Loop BB243_11 Depth=1 ## => This Inner Loop Header: Depth=2 movl -60(%rbp), %eax cmpl -52(%rbp), %eax jge LBB243_34 ## %bb.29: ## in Loop: Header=BB243_28 Depth=2 cmpl $181, _tok(%rip) jne LBB243_31 ## %bb.30: ## in Loop: Header=BB243_28 Depth=2 movq -112(%rbp), %rax movq 8(%rax), %rax movslq -60(%rbp), %rcx movzbl (%rax,%rcx), %eax movl %eax, -104(%rbp) jmp LBB243_32 LBB243_31: ## in Loop: Header=BB243_28 Depth=2 movq -112(%rbp), %rax movq 8(%rax), %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -104(%rbp) LBB243_32: ## in Loop: Header=BB243_28 Depth=2 movq -96(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -40(%rbp), %eax addl -60(%rbp), %eax imull -64(%rbp), %eax cltq addq %rax, %rdx movl -104(%rbp), %ecx xorl %r8d, %r8d callq _init_putv ## %bb.33: ## in Loop: Header=BB243_28 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB243_28 LBB243_34: ## in Loop: Header=BB243_11 Depth=1 jmp LBB243_35 LBB243_35: ## in Loop: Header=BB243_11 Depth=1 jmp LBB243_36 LBB243_36: ## in Loop: Header=BB243_11 Depth=1 movl -52(%rbp), %eax addl -40(%rbp), %eax movl %eax, -40(%rbp) callq _next jmp LBB243_11 LBB243_37: cmpl $0, -44(%rbp) jl LBB243_39 ## %bb.38: movl -40(%rbp), %eax cmpl -44(%rbp), %eax jge LBB243_42 LBB243_39: cmpl $0, -32(%rbp) jne LBB243_41 ## %bb.40: movq -96(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -40(%rbp), %eax imull -64(%rbp), %eax cltq addq %rax, %rdx xorl %r8d, %r8d movl %r8d, %ecx callq _init_putv LBB243_41: movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) LBB243_42: jmp LBB243_60 LBB243_43: movl $0, -36(%rbp) LBB243_44: ## =>This Inner Loop Header: Depth=1 cmpl $125, _tok(%rip) je LBB243_59 ## %bb.45: ## in Loop: Header=BB243_44 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -32(%rbp), %r9d leaq -36(%rbp), %rcx xorl %eax, %eax movl %eax, %r8d callq _decl_designator cmpl $0, -44(%rbp) jl LBB243_48 ## %bb.46: ## in Loop: Header=BB243_44 Depth=1 movl -36(%rbp), %eax cmpl -44(%rbp), %eax jl LBB243_48 ## %bb.47: ## in Loop: Header=BB243_44 Depth=1 leaq L_.str.166(%rip), %rdi movb $0, %al callq _error LBB243_48: ## in Loop: Header=BB243_44 Depth=1 cmpl $0, -32(%rbp) jne LBB243_51 ## %bb.49: ## in Loop: Header=BB243_44 Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB243_51 ## %bb.50: ## in Loop: Header=BB243_44 Depth=1 movq -96(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -40(%rbp), %eax imull -64(%rbp), %eax cltq addq %rax, %rdx movl -36(%rbp), %ecx subl -40(%rbp), %ecx imull -64(%rbp), %ecx callq _init_putz LBB243_51: ## in Loop: Header=BB243_44 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) movl -36(%rbp), %eax cmpl -40(%rbp), %eax jle LBB243_53 ## %bb.52: ## in Loop: Header=BB243_44 Depth=1 movl -36(%rbp), %eax movl %eax, -40(%rbp) LBB243_53: ## in Loop: Header=BB243_44 Depth=1 movl -36(%rbp), %eax cmpl -44(%rbp), %eax jl LBB243_56 ## %bb.54: ## in Loop: Header=BB243_44 Depth=1 cmpl $0, -48(%rbp) je LBB243_56 ## %bb.55: jmp LBB243_59 LBB243_56: ## in Loop: Header=BB243_44 Depth=1 cmpl $125, _tok(%rip) jne LBB243_58 ## %bb.57: jmp LBB243_59 LBB243_58: ## in Loop: Header=BB243_44 Depth=1 movl $44, %edi callq _skip jmp LBB243_44 LBB243_59: jmp LBB243_60 LBB243_60: cmpl $0, -48(%rbp) jne LBB243_62 ## %bb.61: movl $125, %edi callq _skip LBB243_62: cmpl $0, -32(%rbp) jne LBB243_66 ## %bb.63: cmpl $0, -44(%rbp) jl LBB243_66 ## %bb.64: movl -40(%rbp), %eax cmpl -44(%rbp), %eax jge LBB243_66 ## %bb.65: movq -96(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -40(%rbp), %eax imull -64(%rbp), %eax cltq addq %rax, %rdx movl -44(%rbp), %ecx subl -40(%rbp), %ecx imull -64(%rbp), %ecx callq _init_putz LBB243_66: cmpl $0, -44(%rbp) jge LBB243_68 ## %bb.67: movslq -40(%rbp), %rcx movq -80(%rbp), %rax movq %rcx, 16(%rax) LBB243_68: jmp LBB243_127 LBB243_69: movq -8(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $7, %eax jne LBB243_105 ## %bb.70: cmpq $0, -16(%rbp) jne LBB243_73 ## %bb.71: cmpl $0, -28(%rbp) je LBB243_73 ## %bb.72: cmpl $123, _tok(%rip) jne LBB243_105 LBB243_73: movl $0, -116(%rbp) cmpl $40, _tok(%rip) jne LBB243_80 ## %bb.74: callq _next LBB243_75: ## =>This Inner Loop Header: Depth=1 cmpl $40, _tok(%rip) jne LBB243_77 ## %bb.76: ## in Loop: Header=BB243_75 Depth=1 movl -116(%rbp), %eax addl $1, %eax movl %eax, -116(%rbp) callq _next jmp LBB243_75 LBB243_77: leaq -160(%rbp), %rdi leaq -144(%rbp), %rsi callq _parse_btype cmpl $0, %eax jne LBB243_79 ## %bb.78: leaq L_.str.167(%rip), %rdi callq _expect LBB243_79: leaq -160(%rbp), %rdi leaq -144(%rbp), %rsi leaq -44(%rbp), %rdx movl $1, %ecx callq _type_decl movl $41, %edi callq _skip LBB243_80: movl $1, -48(%rbp) cmpl $0, -28(%rbp) jne LBB243_82 ## %bb.81: cmpl $123, _tok(%rip) jne LBB243_83 LBB243_82: movl $123, %edi callq _skip movl $0, -48(%rbp) LBB243_83: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax movq 40(%rax), %rax movq %rax, -88(%rbp) movl $0, -40(%rbp) movl $0, -36(%rbp) movq -80(%rbp), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) LBB243_84: ## =>This Inner Loop Header: Depth=1 cmpl $125, _tok(%rip) je LBB243_96 ## %bb.85: ## in Loop: Header=BB243_84 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -32(%rbp), %r9d xorl %eax, %eax movl %eax, %ecx leaq -88(%rbp), %r8 callq _decl_designator movq -88(%rbp), %rax movq 16(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) cmpl $0, -32(%rbp) jne LBB243_88 ## %bb.86: ## in Loop: Header=BB243_84 Depth=1 movl -40(%rbp), %eax cmpl -36(%rbp), %eax jge LBB243_88 ## %bb.87: ## in Loop: Header=BB243_84 Depth=1 movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movslq -40(%rbp), %rax addq %rax, %rdx movl -36(%rbp), %ecx subl -40(%rbp), %ecx callq _init_putz LBB243_88: ## in Loop: Header=BB243_84 Depth=1 movl -36(%rbp), %eax movl %eax, -168(%rbp) ## 4-byte Spill movq -88(%rbp), %rdi addq $24, %rdi leaq -68(%rbp), %rsi callq _type_size movl %eax, %ecx movl -168(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -36(%rbp) movl -36(%rbp), %eax cmpl -40(%rbp), %eax jle LBB243_90 ## %bb.89: ## in Loop: Header=BB243_84 Depth=1 movl -36(%rbp), %eax movl %eax, -40(%rbp) LBB243_90: ## in Loop: Header=BB243_84 Depth=1 movq -88(%rbp), %rax movq 40(%rax), %rax movq %rax, -88(%rbp) cmpl $0, -48(%rbp) je LBB243_93 ## %bb.91: ## in Loop: Header=BB243_84 Depth=1 cmpq $0, -88(%rbp) jne LBB243_93 ## %bb.92: jmp LBB243_96 LBB243_93: ## in Loop: Header=BB243_84 Depth=1 cmpl $125, _tok(%rip) jne LBB243_95 ## %bb.94: jmp LBB243_96 LBB243_95: ## in Loop: Header=BB243_84 Depth=1 movl $44, %edi callq _skip jmp LBB243_84 LBB243_96: cmpl $0, -32(%rbp) jne LBB243_99 ## %bb.97: movl -40(%rbp), %eax cmpl -44(%rbp), %eax jge LBB243_99 ## %bb.98: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movslq -40(%rbp), %rax addq %rax, %rdx movl -44(%rbp), %ecx subl -40(%rbp), %ecx callq _init_putz LBB243_99: cmpl $0, -48(%rbp) jne LBB243_101 ## %bb.100: movl $125, %edi callq _skip LBB243_101: jmp LBB243_102 LBB243_102: ## =>This Inner Loop Header: Depth=1 cmpl $0, -116(%rbp) je LBB243_104 ## %bb.103: ## in Loop: Header=BB243_102 Depth=1 movl $41, %edi callq _skip movl -116(%rbp), %eax addl $-1, %eax movl %eax, -116(%rbp) jmp LBB243_102 LBB243_104: jmp LBB243_126 LBB243_105: cmpl $123, _tok(%rip) jne LBB243_107 ## %bb.106: callq _next movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -28(%rbp), %ecx movl -32(%rbp), %r8d callq _decl_initializer movl $125, %edi callq _skip jmp LBB243_125 LBB243_107: cmpl $0, -32(%rbp) je LBB243_121 ## %bb.108: movl $0, -56(%rbp) LBB243_109: ## =>This Inner Loop Header: Depth=1 cmpl $0, -56(%rbp) jg LBB243_112 ## %bb.110: ## in Loop: Header=BB243_109 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $125, _tok(%rip) movb %al, -169(%rbp) ## 1-byte Spill je LBB243_113 ## %bb.111: ## in Loop: Header=BB243_109 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $44, _tok(%rip) movb %al, -169(%rbp) ## 1-byte Spill je LBB243_113 LBB243_112: ## in Loop: Header=BB243_109 Depth=1 cmpl $-1, _tok(%rip) setne %al movb %al, -169(%rbp) ## 1-byte Spill LBB243_113: ## in Loop: Header=BB243_109 Depth=1 movb -169(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB243_114 jmp LBB243_120 LBB243_114: ## in Loop: Header=BB243_109 Depth=1 cmpl $40, _tok(%rip) jne LBB243_116 ## %bb.115: ## in Loop: Header=BB243_109 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB243_119 LBB243_116: ## in Loop: Header=BB243_109 Depth=1 cmpl $41, _tok(%rip) jne LBB243_118 ## %bb.117: ## in Loop: Header=BB243_109 Depth=1 movl -56(%rbp), %eax addl $-1, %eax movl %eax, -56(%rbp) LBB243_118: ## in Loop: Header=BB243_109 Depth=1 jmp LBB243_119 LBB243_119: ## in Loop: Header=BB243_109 Depth=1 callq _next jmp LBB243_109 LBB243_120: jmp LBB243_124 LBB243_121: movl $1, -72(%rbp) cmpq $0, -16(%rbp) jne LBB243_123 ## %bb.122: movl $2, -72(%rbp) LBB243_123: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -72(%rbp), %r8d xorl %ecx, %ecx callq _init_putv LBB243_124: jmp LBB243_125 LBB243_125: jmp LBB243_126 LBB243_126: jmp LBB243_127 LBB243_127: addq $176, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function init_putv _init_putv: ## @init_putv .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movl %r8d, -32(%rbp) movl -32(%rbp), %eax movl %eax, -84(%rbp) ## 4-byte Spill testl %eax, %eax je LBB244_1 jmp LBB244_31 LBB244_31: movl -84(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB244_2 jmp LBB244_32 LBB244_32: movl -84(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB244_5 jmp LBB244_6 LBB244_1: movl -28(%rbp), %edi callq _vpushi jmp LBB244_6 LBB244_2: movl _global_expr(%rip), %eax movl %eax, -36(%rbp) movl $1, _global_expr(%rip) callq _expr_const1 movl -36(%rbp), %eax movl %eax, _global_expr(%rip) movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax je LBB244_4 ## %bb.3: leaq L_.str.168(%rip), %rdi movb $0, %al callq _error LBB244_4: jmp LBB244_6 LBB244_5: callq _expr_eq LBB244_6: movq -8(%rbp), %rax movq (%rax), %rcx movq %rcx, -80(%rbp) movq 8(%rax), %rax movq %rax, -72(%rbp) movl -80(%rbp), %eax andl $-2049, %eax ## imm = 0xF7FF movl %eax, -80(%rbp) cmpq $0, -16(%rbp) je LBB244_29 ## %bb.7: leaq -80(%rbp), %rdi callq _gen_assign_cast movq -8(%rbp), %rax movl (%rax), %eax andl $15, %eax movl %eax, -40(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax addq -24(%rbp), %rax movq %rax, -56(%rbp) movq -8(%rbp), %rax movl (%rax), %eax andl $64, %eax cmpl $0, %eax jne LBB244_9 ## %bb.8: movl $0, -44(%rbp) movl $32, -48(%rbp) movq $-1, -64(%rbp) jmp LBB244_10 LBB244_9: movq _vtop(%rip), %rax movl (%rax), %eax sarl $16, %eax andl $63, %eax movl %eax, -44(%rbp) movq _vtop(%rip), %rax movl (%rax), %eax sarl $22, %eax andl $63, %eax movl %eax, -48(%rbp) movl -48(%rbp), %eax movl %eax, %ecx movl $1, %eax ## kill: def $cl killed $rcx shlq %cl, %rax subq $1, %rax movq %rax, -64(%rbp) LBB244_10: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB244_19 ## %bb.11: cmpl $1, -40(%rbp) je LBB244_18 ## %bb.12: cmpl $2, -40(%rbp) je LBB244_18 ## %bb.13: cmpl $9, -40(%rbp) je LBB244_18 ## %bb.14: cmpl $10, -40(%rbp) je LBB244_18 ## %bb.15: cmpl $12, -40(%rbp) je LBB244_18 ## %bb.16: cmpl $0, -40(%rbp) jne LBB244_19 ## %bb.17: cmpl $32, -48(%rbp) je LBB244_19 LBB244_18: leaq L_.str.169(%rip), %rdi movb $0, %al callq _error LBB244_19: movl -40(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -96(%rbp) ## 8-byte Spill subl $11, %eax ja LBB244_25 ## %bb.33: movq -96(%rbp), %rax ## 8-byte Reload leaq LJTI244_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB244_20: movq _vtop(%rip), %rax movslq 32(%rax), %rdx andq -64(%rbp), %rdx movl -44(%rbp), %eax movl %eax, %ecx ## kill: def $cl killed $rcx shlq %cl, %rdx movq -56(%rbp), %rax movsbq (%rax), %rcx orq %rdx, %rcx ## kill: def $cl killed $cl killed $rcx movb %cl, (%rax) jmp LBB244_28 LBB244_21: movq _vtop(%rip), %rax movslq 32(%rax), %rdx andq -64(%rbp), %rdx movl -44(%rbp), %eax movl %eax, %ecx ## kill: def $cl killed $rcx shlq %cl, %rdx movq -56(%rbp), %rax movswq (%rax), %rcx orq %rdx, %rcx ## kill: def $cx killed $cx killed $rcx movw %cx, (%rax) jmp LBB244_28 LBB244_22: movq _vtop(%rip), %rax movsd 32(%rax), %xmm0 ## xmm0 = mem[0],zero movq -56(%rbp), %rax movsd %xmm0, (%rax) jmp LBB244_28 LBB244_23: movq _vtop(%rip), %rax fldt 32(%rax) movq -56(%rbp), %rax fstpt (%rax) jmp LBB244_28 LBB244_24: movq _vtop(%rip), %rax movq 32(%rax), %rax andq -64(%rbp), %rax movl -44(%rbp), %ecx ## kill: def $rcx killed $ecx ## kill: def $cl killed $rcx shlq %cl, %rax movq %rax, %rcx movq -56(%rbp), %rax orq (%rax), %rcx movq %rcx, (%rax) jmp LBB244_28 LBB244_25: movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB244_27 ## %bb.26: movq -16(%rbp), %rdi movq _vtop(%rip), %rax movq 48(%rax), %rsi movq -24(%rbp), %rdx movl $1, %ecx callq _greloc LBB244_27: movq _vtop(%rip), %rax movslq 32(%rax), %rdx andq -64(%rbp), %rdx movl -44(%rbp), %eax movl %eax, %ecx ## kill: def $cl killed $rcx shlq %cl, %rdx movq -56(%rbp), %rax movslq (%rax), %rcx orq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) LBB244_28: movq _vtop(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) jmp LBB244_30 LBB244_29: movq -24(%rbp), %rax movl %eax, %edx leaq -80(%rbp), %rdi movl $242, %esi callq _vset callq _vswap callq _vstore callq _vpop LBB244_30: addq $96, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L244_0_set_20, LBB244_20-LJTI244_0 .set L244_0_set_21, LBB244_21-LJTI244_0 .set L244_0_set_25, LBB244_25-LJTI244_0 .set L244_0_set_22, LBB244_22-LJTI244_0 .set L244_0_set_23, LBB244_23-LJTI244_0 .set L244_0_set_24, LBB244_24-LJTI244_0 LJTI244_0: .long L244_0_set_20 .long L244_0_set_21 .long L244_0_set_25 .long L244_0_set_25 .long L244_0_set_25 .long L244_0_set_25 .long L244_0_set_25 .long L244_0_set_25 .long L244_0_set_22 .long L244_0_set_23 .long L244_0_set_25 .long L244_0_set_24 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function decl_designator _decl_designator: ## @decl_designator .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 %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movl %r9d, -44(%rbp) movl $0, -68(%rbp) movl $0, -92(%rbp) movl $1, -88(%rbp) cmpl $0, _gnu_ext(%rip) je LBB245_3 ## %bb.1: callq _is_label movl %eax, -84(%rbp) cmpl $0, %eax je LBB245_3 ## %bb.2: jmp LBB245_29 LBB245_3: jmp LBB245_4 LBB245_4: movb $1, %al cmpl $91, _tok(%rip) movb %al, -141(%rbp) ## 1-byte Spill je LBB245_6 ## %bb.5: cmpl $46, _tok(%rip) sete %al movb %al, -141(%rbp) ## 1-byte Spill LBB245_6: movb -141(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB245_7 jmp LBB245_42 LBB245_7: cmpl $91, _tok(%rip) jne LBB245_28 ## %bb.8: movq -8(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax jne LBB245_10 ## %bb.9: leaq L_.str.170(%rip), %rdi callq _expect LBB245_10: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -56(%rbp) callq _next callq _expr_const movl %eax, -72(%rbp) cmpl $0, -72(%rbp) jl LBB245_13 ## %bb.11: movq -56(%rbp), %rax cmpq $0, 16(%rax) jl LBB245_14 ## %bb.12: movslq -72(%rbp), %rax movq -56(%rbp), %rcx cmpq 16(%rcx), %rax jl LBB245_14 LBB245_13: leaq L_.str.171(%rip), %rdi callq _expect LBB245_14: cmpl $204, _tok(%rip) jne LBB245_22 ## %bb.15: cmpl $0, _gnu_ext(%rip) je LBB245_22 ## %bb.16: callq _next callq _expr_const movl %eax, -76(%rbp) cmpl $0, -76(%rbp) jl LBB245_20 ## %bb.17: movq -56(%rbp), %rax cmpq $0, 16(%rax) jl LBB245_19 ## %bb.18: movslq -76(%rbp), %rax movq -56(%rbp), %rcx cmpq 16(%rcx), %rax jge LBB245_20 LBB245_19: movl -76(%rbp), %eax cmpl -72(%rbp), %eax jge LBB245_21 LBB245_20: leaq L_.str.171(%rip), %rdi callq _expect LBB245_21: jmp LBB245_23 LBB245_22: movl -72(%rbp), %eax movl %eax, -76(%rbp) LBB245_23: movl $93, %edi callq _skip cmpl $0, -68(%rbp) jne LBB245_25 ## %bb.24: movl -76(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) LBB245_25: movq -8(%rbp), %rdi callq _pointed_type movq %rax, -8(%rbp) movq -8(%rbp), %rdi leaq -80(%rbp), %rsi callq _type_size movl %eax, -92(%rbp) movl -72(%rbp), %eax imull -92(%rbp), %eax cltq addq -24(%rbp), %rax movq %rax, -24(%rbp) movl -76(%rbp), %eax subl -72(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) cmpl $1, -88(%rbp) je LBB245_27 ## %bb.26: movl $1, -68(%rbp) jmp LBB245_42 LBB245_27: jmp LBB245_41 LBB245_28: callq _next movl _tok(%rip), %eax movl %eax, -84(%rbp) callq _next LBB245_29: movq -8(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $7, %eax je LBB245_31 ## %bb.30: leaq L_.str.172(%rip), %rdi callq _expect LBB245_31: movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -56(%rbp) movl -84(%rbp), %eax orl $536870912, %eax ## imm = 0x20000000 movl %eax, -84(%rbp) movq -56(%rbp), %rax movq 40(%rax), %rax movq %rax, -64(%rbp) LBB245_32: ## =>This Inner Loop Header: Depth=1 cmpq $0, -64(%rbp) je LBB245_36 ## %bb.33: ## in Loop: Header=BB245_32 Depth=1 movq -64(%rbp), %rax movq (%rax), %rax movslq -84(%rbp), %rcx cmpq %rcx, %rax jne LBB245_35 ## %bb.34: jmp LBB245_36 LBB245_35: ## in Loop: Header=BB245_32 Depth=1 movq -64(%rbp), %rax movq 40(%rax), %rax movq %rax, -64(%rbp) jmp LBB245_32 LBB245_36: cmpq $0, -64(%rbp) jne LBB245_38 ## %bb.37: leaq L_.str.173(%rip), %rdi callq _expect LBB245_38: cmpl $0, -68(%rbp) jne LBB245_40 ## %bb.39: movq -64(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) LBB245_40: movq -64(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -112(%rbp) movq 32(%rax), %rax movq %rax, -104(%rbp) movq -8(%rbp), %rax movl (%rax), %eax andl $1920, %eax ## imm = 0x780 orl -112(%rbp), %eax movl %eax, -112(%rbp) leaq -112(%rbp), %rax movq %rax, -8(%rbp) movq -64(%rbp), %rax movq 16(%rax), %rax addq -24(%rbp), %rax movq %rax, -24(%rbp) LBB245_41: movl $1, -68(%rbp) jmp LBB245_4 LBB245_42: cmpl $0, -68(%rbp) je LBB245_49 ## %bb.43: cmpl $61, _tok(%rip) jne LBB245_45 ## %bb.44: callq _next jmp LBB245_48 LBB245_45: cmpl $0, _gnu_ext(%rip) jne LBB245_47 ## %bb.46: leaq L_.str.174(%rip), %rdi callq _expect LBB245_47: jmp LBB245_48 LBB245_48: jmp LBB245_55 LBB245_49: movq -8(%rbp), %rax movl (%rax), %eax andl $32, %eax cmpl $0, %eax je LBB245_51 ## %bb.50: movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -72(%rbp) movq -8(%rbp), %rdi callq _pointed_type movq %rax, -8(%rbp) movl -72(%rbp), %eax movl %eax, -148(%rbp) ## 4-byte Spill movq -8(%rbp), %rdi leaq -80(%rbp), %rsi callq _type_size movl %eax, %ecx movl -148(%rbp), %eax ## 4-byte Reload imull %ecx, %eax cltq addq -24(%rbp), %rax movq %rax, -24(%rbp) jmp LBB245_54 LBB245_51: movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne LBB245_53 ## %bb.52: leaq L_.str.175(%rip), %rdi movb $0, %al callq _error LBB245_53: movq -64(%rbp), %rax movq 24(%rax), %rcx movq %rcx, -112(%rbp) movq 32(%rax), %rax movq %rax, -104(%rbp) movq -8(%rbp), %rax movl (%rax), %eax andl $1920, %eax ## imm = 0x780 orl -112(%rbp), %eax movl %eax, -112(%rbp) leaq -112(%rbp), %rax movq %rax, -8(%rbp) movq -64(%rbp), %rax movq 16(%rax), %rax addq -24(%rbp), %rax movq %rax, -24(%rbp) LBB245_54: jmp LBB245_55 LBB245_55: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx movl -44(%rbp), %r8d xorl %ecx, %ecx callq _decl_initializer cmpl $0, -44(%rbp) jne LBB245_66 ## %bb.56: cmpl $1, -88(%rbp) jle LBB245_66 ## %bb.57: cmpq $0, -16(%rbp) jne LBB245_59 ## %bb.58: leaq L_.str.176(%rip), %rdi movb $0, %al callq _error LBB245_59: movq -24(%rbp), %rax movl -88(%rbp), %ecx imull -92(%rbp), %ecx movslq %ecx, %rcx addq %rcx, %rax movq %rax, -120(%rbp) movq -120(%rbp), %rax movq -16(%rbp), %rcx cmpq 16(%rcx), %rax jbe LBB245_61 ## %bb.60: movq -16(%rbp), %rdi movq -120(%rbp), %rsi callq _section_realloc LBB245_61: movq -16(%rbp), %rax movq 8(%rax), %rax addq -24(%rbp), %rax movq %rax, -128(%rbp) movq -128(%rbp), %rax movq %rax, -136(%rbp) movl $1, -140(%rbp) LBB245_62: ## =>This Inner Loop Header: Depth=1 movl -140(%rbp), %eax cmpl -88(%rbp), %eax jge LBB245_65 ## %bb.63: ## in Loop: Header=BB245_62 Depth=1 movl -92(%rbp), %ecx movq -136(%rbp), %rax movslq %ecx, %rcx addq %rcx, %rax movq %rax, -136(%rbp) movq -136(%rbp), %rdi movq -128(%rbp), %rsi movslq -92(%rbp), %rdx movq $-1, %rcx callq ___memcpy_chk ## %bb.64: ## in Loop: Header=BB245_62 Depth=1 movl -140(%rbp), %eax addl $1, %eax movl %eax, -140(%rbp) jmp LBB245_62 LBB245_65: jmp LBB245_66 LBB245_66: addq $160, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function init_putz _init_putz: ## @init_putz .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) cmpq $0, -16(%rbp) je LBB246_2 ## %bb.1: jmp LBB246_3 LBB246_2: leaq _func_old_type(%rip), %rdi movl $356, %esi ## imm = 0x164 callq _vpush_global_sym movq -24(%rbp), %rax movl %eax, %esi movl $242, %edi callq _vseti xorl %edi, %edi callq _vpushi movl -28(%rbp), %edi callq _vpushi movl $3, %edi callq _gfunc_call LBB246_3: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_label _is_label: ## @is_label .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp cmpl $313, _tok(%rip) ## imm = 0x139 jge LBB247_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB247_5 LBB247_2: movl _tok(%rip), %eax movl %eax, -8(%rbp) callq _next cmpl $58, _tok(%rip) jne LBB247_4 ## %bb.3: callq _next movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB247_5 LBB247_4: movl -8(%rbp), %edi callq _unget_tok movl $0, -4(%rbp) LBB247_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function unget_tok _unget_tok: ## @unget_tok .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 _macro_ptr(%rip), %rax movq %rax, _unget_saved_macro_ptr(%rip) movl $1, _unget_buffer_enabled(%rip) leaq _unget_saved_buffer(%rip), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq %rax, _macro_ptr(%rip) movl _tok(%rip), %ecx movq -24(%rbp), %rax movq %rax, %rdx addq $4, %rdx movq %rdx, -24(%rbp) movl %ecx, (%rax) movl _tok(%rip), %edi callq _tok_ext_size subl $1, %eax movl %eax, -12(%rbp) movl $0, -8(%rbp) LBB248_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax cmpl -12(%rbp), %eax jge LBB248_4 ## %bb.2: ## in Loop: Header=BB248_1 Depth=1 movslq -8(%rbp), %rcx leaq _tokc(%rip), %rax movl (%rax,%rcx,4), %ecx movq -24(%rbp), %rax movq %rax, %rdx addq $4, %rdx movq %rdx, -24(%rbp) movl %ecx, (%rax) ## %bb.3: ## in Loop: Header=BB248_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB248_1 LBB248_4: movq -24(%rbp), %rax movl $0, (%rax) movl -4(%rbp), %eax movl %eax, _tok(%rip) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tok_ext_size _tok_ext_size: ## @tok_ext_size .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -8(%rbp) movl -8(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -16(%rbp) ## 8-byte Spill subl $27, %eax ja LBB249_5 ## %bb.7: movq -16(%rbp), %rax ## 8-byte Reload leaq LJTI249_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB249_1: movl $1, -4(%rbp) jmp LBB249_6 LBB249_2: leaq L_.str.177(%rip), %rdi movb $0, %al callq _error movl $1, -4(%rbp) jmp LBB249_6 LBB249_3: movl $2, -4(%rbp) jmp LBB249_6 LBB249_4: movl $3, -4(%rbp) jmp LBB249_6 LBB249_5: movl $0, -4(%rbp) LBB249_6: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L249_0_set_1, LBB249_1-LJTI249_0 .set L249_0_set_2, LBB249_2-LJTI249_0 .set L249_0_set_5, LBB249_5-LJTI249_0 .set L249_0_set_3, LBB249_3-LJTI249_0 .set L249_0_set_4, LBB249_4-LJTI249_0 LJTI249_0: .long L249_0_set_1 .long L249_0_set_1 .long L249_0_set_2 .long L249_0_set_5 .long L249_0_set_1 .long L249_0_set_2 .long L249_0_set_1 .long L249_0_set_1 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_3 .long L249_0_set_4 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_1 .long L249_0_set_3 .long L249_0_set_3 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_5 .long L249_0_set_2 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function struct_decl _struct_decl: ## @struct_decl .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl _tok(%rip), %eax movl %eax, -16(%rbp) callq _next cmpl $123, _tok(%rip) je LBB250_8 ## %bb.1: movl _tok(%rip), %eax movl %eax, -20(%rbp) callq _next cmpl $256, -20(%rbp) ## imm = 0x100 jge LBB250_3 ## %bb.2: leaq L_.str.180(%rip), %rdi callq _expect LBB250_3: movl -20(%rbp), %edi callq _struct_find movq %rax, -72(%rbp) cmpq $0, -72(%rbp) je LBB250_7 ## %bb.4: movq -72(%rbp), %rax movl 24(%rax), %eax cmpl -16(%rbp), %eax je LBB250_6 ## %bb.5: leaq L_.str.181(%rip), %rdi movb $0, %al callq _error LBB250_6: jmp LBB250_10 LBB250_7: jmp LBB250_9 LBB250_8: movq _anon_sym(%rip), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, _anon_sym(%rip) ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) LBB250_9: movl -16(%rbp), %eax movl %eax, -128(%rbp) movl -20(%rbp), %edi orl $1073741824, %edi ## imm = 0x40000000 leaq -128(%rbp), %rsi xorl %edx, %edx movl $4294967295, %ecx ## imm = 0xFFFFFFFF callq _sym_push movq %rax, -72(%rbp) movq -72(%rbp), %rax movq $0, 8(%rax) LBB250_10: movl -12(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -72(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) cmpl $123, _tok(%rip) jne LBB250_92 ## %bb.11: callq _next movq -72(%rbp), %rax cmpq $-1, 16(%rax) je LBB250_13 ## %bb.12: leaq L_.str.182(%rip), %rdi movb $0, %al callq _error LBB250_13: movl $0, -36(%rbp) cmpl $300, -16(%rbp) ## imm = 0x12C jne LBB250_25 ## %bb.14: jmp LBB250_15 LBB250_15: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax movl %eax, -20(%rbp) cmpl $313, -20(%rbp) ## imm = 0x139 jge LBB250_17 ## %bb.16: ## in Loop: Header=BB250_15 Depth=1 leaq L_.str.155(%rip), %rdi callq _expect LBB250_17: ## in Loop: Header=BB250_15 Depth=1 callq _next cmpl $61, _tok(%rip) jne LBB250_19 ## %bb.18: ## in Loop: Header=BB250_15 Depth=1 callq _next callq _expr_const movl %eax, -36(%rbp) LBB250_19: ## in Loop: Header=BB250_15 Depth=1 movl -20(%rbp), %edi movl -36(%rbp), %ecx leaq _int_type(%rip), %rsi movl $240, %edx callq _sym_push movq %rax, -80(%rbp) movq -80(%rbp), %rax movl 24(%rax), %ecx orl $256, %ecx ## imm = 0x100 movl %ecx, 24(%rax) cmpl $44, _tok(%rip) je LBB250_21 ## %bb.20: jmp LBB250_24 LBB250_21: ## in Loop: Header=BB250_15 Depth=1 callq _next movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) cmpl $125, _tok(%rip) jne LBB250_23 ## %bb.22: jmp LBB250_24 LBB250_23: ## in Loop: Header=BB250_15 Depth=1 jmp LBB250_15 LBB250_24: movl $125, %edi callq _skip jmp LBB250_91 LBB250_25: movl $1, -32(%rbp) movq -72(%rbp), %rax addq $40, %rax movq %rax, -88(%rbp) movl $0, -48(%rbp) movl $0, -40(%rbp) LBB250_26: ## =>This Loop Header: Depth=1 ## Child Loop BB250_28 Depth 2 cmpl $125, _tok(%rip) je LBB250_90 ## %bb.27: ## in Loop: Header=BB250_26 Depth=1 leaq -144(%rbp), %rdi leaq -112(%rbp), %rsi callq _parse_btype LBB250_28: ## Parent Loop BB250_26 Depth=1 ## => This Inner Loop Header: Depth=2 movl $-1, -44(%rbp) movl $0, -20(%rbp) movq -144(%rbp), %rax movq %rax, -128(%rbp) movq -136(%rbp), %rax movq %rax, -120(%rbp) cmpl $58, _tok(%rip) je LBB250_33 ## %bb.29: ## in Loop: Header=BB250_28 Depth=2 leaq -128(%rbp), %rdi leaq -112(%rbp), %rsi leaq -20(%rbp), %rdx movl $2, %ecx callq _type_decl movl -128(%rbp), %eax andl $15, %eax cmpl $6, %eax je LBB250_31 ## %bb.30: ## in Loop: Header=BB250_28 Depth=2 movl -128(%rbp), %eax andl $1920, %eax ## imm = 0x780 cmpl $0, %eax je LBB250_32 LBB250_31: ## in Loop: Header=BB250_28 Depth=2 movl -20(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.183(%rip), %rdi movb $0, %al callq _error LBB250_32: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_33 LBB250_33: ## in Loop: Header=BB250_28 Depth=2 cmpl $58, _tok(%rip) jne LBB250_40 ## %bb.34: ## in Loop: Header=BB250_28 Depth=2 callq _next callq _expr_const movl %eax, -44(%rbp) cmpl $0, -44(%rbp) jge LBB250_36 ## %bb.35: ## in Loop: Header=BB250_28 Depth=2 movl -20(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.184(%rip), %rdi movb $0, %al callq _error LBB250_36: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -20(%rbp) je LBB250_39 ## %bb.37: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -44(%rbp) jne LBB250_39 ## %bb.38: ## in Loop: Header=BB250_28 Depth=2 movl -20(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.185(%rip), %rdi movb $0, %al callq _error LBB250_39: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_40 LBB250_40: ## in Loop: Header=BB250_28 Depth=2 leaq -128(%rbp), %rdi leaq -28(%rbp), %rsi callq _type_size movl %eax, -24(%rbp) cmpl $0, -112(%rbp) je LBB250_44 ## %bb.41: ## in Loop: Header=BB250_28 Depth=2 movl -28(%rbp), %eax cmpl -112(%rbp), %eax jge LBB250_43 ## %bb.42: ## in Loop: Header=BB250_28 Depth=2 movl -112(%rbp), %eax movl %eax, -28(%rbp) LBB250_43: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_52 LBB250_44: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -108(%rbp) je LBB250_46 ## %bb.45: ## in Loop: Header=BB250_28 Depth=2 movl $1, -28(%rbp) jmp LBB250_51 LBB250_46: ## in Loop: Header=BB250_28 Depth=2 movq _tcc_state(%rip), %rax movq 3024(%rax), %rax cmpl $0, (%rax) je LBB250_50 ## %bb.47: ## in Loop: Header=BB250_28 Depth=2 movl -28(%rbp), %eax movq _tcc_state(%rip), %rcx movq 3024(%rcx), %rcx cmpl (%rcx), %eax jle LBB250_49 ## %bb.48: ## in Loop: Header=BB250_28 Depth=2 movq _tcc_state(%rip), %rax movq 3024(%rax), %rax movl (%rax), %eax movl %eax, -28(%rbp) LBB250_49: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_50 LBB250_50: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_51 LBB250_51: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_52 LBB250_52: ## in Loop: Header=BB250_28 Depth=2 movl $0, -60(%rbp) cmpl $0, -44(%rbp) jl LBB250_73 ## %bb.53: ## in Loop: Header=BB250_28 Depth=2 movl -128(%rbp), %eax andl $15, %eax movl %eax, -56(%rbp) cmpl $0, -56(%rbp) je LBB250_59 ## %bb.54: ## in Loop: Header=BB250_28 Depth=2 cmpl $1, -56(%rbp) je LBB250_59 ## %bb.55: ## in Loop: Header=BB250_28 Depth=2 cmpl $2, -56(%rbp) je LBB250_59 ## %bb.56: ## in Loop: Header=BB250_28 Depth=2 cmpl $11, -56(%rbp) je LBB250_59 ## %bb.57: ## in Loop: Header=BB250_28 Depth=2 cmpl $5, -56(%rbp) je LBB250_59 ## %bb.58: ## in Loop: Header=BB250_28 Depth=2 leaq L_.str.186(%rip), %rdi movb $0, %al callq _error LBB250_59: ## in Loop: Header=BB250_28 Depth=2 movl -24(%rbp), %eax shll $3, %eax movl %eax, -52(%rbp) movl -44(%rbp), %eax cmpl -52(%rbp), %eax jle LBB250_61 ## %bb.60: ## in Loop: Header=BB250_28 Depth=2 movl -20(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.187(%rip), %rdi movb $0, %al callq _error jmp LBB250_72 LBB250_61: ## in Loop: Header=BB250_28 Depth=2 movl -44(%rbp), %eax cmpl -52(%rbp), %eax jne LBB250_63 ## %bb.62: ## in Loop: Header=BB250_28 Depth=2 movl $0, -48(%rbp) jmp LBB250_71 LBB250_63: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -44(%rbp) jne LBB250_67 ## %bb.64: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -48(%rbp) jle LBB250_66 ## %bb.65: ## in Loop: Header=BB250_28 Depth=2 movl -52(%rbp), %eax movl %eax, -48(%rbp) LBB250_66: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_70 LBB250_67: ## in Loop: Header=BB250_28 Depth=2 movl -48(%rbp), %eax addl -44(%rbp), %eax cmpl -52(%rbp), %eax jle LBB250_69 ## %bb.68: ## in Loop: Header=BB250_28 Depth=2 movl $0, -48(%rbp) LBB250_69: ## in Loop: Header=BB250_28 Depth=2 movl -48(%rbp), %eax movl %eax, -60(%rbp) movl -48(%rbp), %eax shll $16, %eax orl $64, %eax movl -44(%rbp), %ecx shll $22, %ecx orl %ecx, %eax orl -128(%rbp), %eax movl %eax, -128(%rbp) movl -44(%rbp), %eax addl -48(%rbp), %eax movl %eax, -48(%rbp) LBB250_70: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_71 LBB250_71: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_72 LBB250_72: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_74 LBB250_73: ## in Loop: Header=BB250_28 Depth=2 movl $0, -48(%rbp) LBB250_74: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -20(%rbp) je LBB250_85 ## %bb.75: ## in Loop: Header=BB250_28 Depth=2 cmpl $0, -60(%rbp) jne LBB250_84 ## %bb.76: ## in Loop: Header=BB250_28 Depth=2 cmpl $296, -16(%rbp) ## imm = 0x128 jne LBB250_78 ## %bb.77: ## in Loop: Header=BB250_28 Depth=2 movl -36(%rbp), %eax addl -28(%rbp), %eax subl $1, %eax xorl %ecx, %ecx subl -28(%rbp), %ecx andl %ecx, %eax movl %eax, -36(%rbp) movl -36(%rbp), %eax movl %eax, -40(%rbp) movl -24(%rbp), %eax addl -36(%rbp), %eax movl %eax, -36(%rbp) jmp LBB250_81 LBB250_78: ## in Loop: Header=BB250_28 Depth=2 movl $0, -40(%rbp) movl -24(%rbp), %eax cmpl -36(%rbp), %eax jle LBB250_80 ## %bb.79: ## in Loop: Header=BB250_28 Depth=2 movl -24(%rbp), %eax movl %eax, -36(%rbp) LBB250_80: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_81 LBB250_81: ## in Loop: Header=BB250_28 Depth=2 movl -28(%rbp), %eax cmpl -32(%rbp), %eax jle LBB250_83 ## %bb.82: ## in Loop: Header=BB250_28 Depth=2 movl -28(%rbp), %eax movl %eax, -32(%rbp) LBB250_83: ## in Loop: Header=BB250_28 Depth=2 jmp LBB250_84 LBB250_84: ## in Loop: Header=BB250_28 Depth=2 movl -20(%rbp), %edi orl $536870912, %edi ## imm = 0x20000000 movl -40(%rbp), %ecx leaq -128(%rbp), %rsi xorl %edx, %edx callq _sym_push movq %rax, -80(%rbp) movq -80(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, (%rax) movq -80(%rbp), %rax addq $40, %rax movq %rax, -88(%rbp) LBB250_85: ## in Loop: Header=BB250_28 Depth=2 cmpl $59, _tok(%rip) je LBB250_87 ## %bb.86: ## in Loop: Header=BB250_28 Depth=2 cmpl $-1, _tok(%rip) jne LBB250_88 LBB250_87: ## in Loop: Header=BB250_26 Depth=1 jmp LBB250_89 LBB250_88: ## in Loop: Header=BB250_28 Depth=2 movl $44, %edi callq _skip jmp LBB250_28 LBB250_89: ## in Loop: Header=BB250_26 Depth=1 movl $59, %edi callq _skip jmp LBB250_26 LBB250_90: movl $125, %edi callq _skip movl -36(%rbp), %eax addl -32(%rbp), %eax subl $1, %eax xorl %ecx, %ecx subl -32(%rbp), %ecx andl %ecx, %eax movslq %eax, %rcx movq -72(%rbp), %rax movq %rcx, 16(%rax) movslq -32(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 8(%rax) LBB250_91: jmp LBB250_92 LBB250_92: addq $144, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_attribute _parse_attribute: ## @parse_attribute .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) LBB251_1: ## =>This Loop Header: Depth=1 ## Child Loop BB251_5 Depth 2 ## Child Loop BB251_37 Depth 3 movb $1, %al cmpl $302, _tok(%rip) ## imm = 0x12E movb %al, -17(%rbp) ## 1-byte Spill je LBB251_3 ## %bb.2: ## in Loop: Header=BB251_1 Depth=1 cmpl $303, _tok(%rip) ## imm = 0x12F sete %al movb %al, -17(%rbp) ## 1-byte Spill LBB251_3: ## in Loop: Header=BB251_1 Depth=1 movb -17(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB251_4 jmp LBB251_47 LBB251_4: ## in Loop: Header=BB251_1 Depth=1 callq _next movl $40, %edi callq _skip movl $40, %edi callq _skip LBB251_5: ## Parent Loop BB251_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB251_37 Depth 3 cmpl $41, _tok(%rip) je LBB251_46 ## %bb.6: ## in Loop: Header=BB251_5 Depth=2 cmpl $256, _tok(%rip) ## imm = 0x100 jge LBB251_8 ## %bb.7: ## in Loop: Header=BB251_5 Depth=2 leaq L_.str.188(%rip), %rdi callq _expect LBB251_8: ## in Loop: Header=BB251_5 Depth=2 movl _tok(%rip), %eax movl %eax, -12(%rbp) callq _next movl -12(%rbp), %eax addl $-333, %eax ## imm = 0xFEB3 movl %eax, %ecx movq %rcx, -32(%rbp) ## 8-byte Spill subl $20, %eax ja LBB251_33 ## %bb.48: ## in Loop: Header=BB251_5 Depth=2 movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI251_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB251_9: ## in Loop: Header=BB251_5 Depth=2 movl $40, %edi callq _skip cmpl $181, _tok(%rip) je LBB251_11 ## %bb.10: ## in Loop: Header=BB251_5 Depth=2 leaq L_.str.189(%rip), %rdi callq _expect LBB251_11: ## in Loop: Header=BB251_5 Depth=2 movq _tcc_state(%rip), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rsi callq _find_section movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) callq _next movl $41, %edi callq _skip jmp LBB251_43 LBB251_12: ## in Loop: Header=BB251_5 Depth=2 cmpl $40, _tok(%rip) jne LBB251_17 ## %bb.13: ## in Loop: Header=BB251_5 Depth=2 callq _next callq _expr_const movl %eax, -16(%rbp) cmpl $0, -16(%rbp) jle LBB251_15 ## %bb.14: ## in Loop: Header=BB251_5 Depth=2 movl -16(%rbp), %eax movl -16(%rbp), %ecx subl $1, %ecx andl %ecx, %eax cmpl $0, %eax je LBB251_16 LBB251_15: ## in Loop: Header=BB251_5 Depth=2 leaq L_.str.190(%rip), %rdi movb $0, %al callq _error LBB251_16: ## in Loop: Header=BB251_5 Depth=2 movl $41, %edi callq _skip jmp LBB251_18 LBB251_17: ## in Loop: Header=BB251_5 Depth=2 movl $8, -16(%rbp) LBB251_18: ## in Loop: Header=BB251_5 Depth=2 movl -16(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) jmp LBB251_43 LBB251_19: ## in Loop: Header=BB251_5 Depth=2 movq -8(%rbp), %rax movl $1, 4(%rax) jmp LBB251_43 LBB251_20: ## in Loop: Header=BB251_5 Depth=2 jmp LBB251_43 LBB251_21: ## in Loop: Header=BB251_5 Depth=2 jmp LBB251_43 LBB251_22: ## in Loop: Header=BB251_5 Depth=2 movq -8(%rbp), %rax movb $0, 16(%rax) jmp LBB251_43 LBB251_23: ## in Loop: Header=BB251_5 Depth=2 movq -8(%rbp), %rax movb $1, 16(%rax) jmp LBB251_43 LBB251_24: ## in Loop: Header=BB251_5 Depth=2 movl $40, %edi callq _skip callq _expr_const movl %eax, -16(%rbp) cmpl $3, -16(%rbp) jle LBB251_26 ## %bb.25: ## in Loop: Header=BB251_5 Depth=2 movl $3, -16(%rbp) jmp LBB251_29 LBB251_26: ## in Loop: Header=BB251_5 Depth=2 cmpl $0, -16(%rbp) jge LBB251_28 ## %bb.27: ## in Loop: Header=BB251_5 Depth=2 movl $0, -16(%rbp) LBB251_28: ## in Loop: Header=BB251_5 Depth=2 jmp LBB251_29 LBB251_29: ## in Loop: Header=BB251_5 Depth=2 cmpl $0, -16(%rbp) jle LBB251_31 ## %bb.30: ## in Loop: Header=BB251_5 Depth=2 movl -16(%rbp), %eax addl $2, %eax subl $1, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 16(%rax) LBB251_31: ## in Loop: Header=BB251_5 Depth=2 movl $41, %edi callq _skip jmp LBB251_43 LBB251_32: ## in Loop: Header=BB251_5 Depth=2 movq -8(%rbp), %rax movb $1, 17(%rax) jmp LBB251_43 LBB251_33: ## in Loop: Header=BB251_5 Depth=2 movq _tcc_state(%rip), %rax cmpl $0, 228(%rax) je LBB251_35 ## %bb.34: ## in Loop: Header=BB251_5 Depth=2 movl -12(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.191(%rip), %rdi movb $0, %al callq _warning LBB251_35: ## in Loop: Header=BB251_5 Depth=2 cmpl $40, _tok(%rip) jne LBB251_42 ## %bb.36: ## in Loop: Header=BB251_5 Depth=2 callq _next LBB251_37: ## Parent Loop BB251_1 Depth=1 ## Parent Loop BB251_5 Depth=2 ## => This Inner Loop Header: Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $41, _tok(%rip) movb %al, -33(%rbp) ## 1-byte Spill je LBB251_39 ## %bb.38: ## in Loop: Header=BB251_37 Depth=3 cmpl $-1, _tok(%rip) setne %al movb %al, -33(%rbp) ## 1-byte Spill LBB251_39: ## in Loop: Header=BB251_37 Depth=3 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB251_40 jmp LBB251_41 LBB251_40: ## in Loop: Header=BB251_37 Depth=3 callq _next jmp LBB251_37 LBB251_41: ## in Loop: Header=BB251_5 Depth=2 callq _next LBB251_42: ## in Loop: Header=BB251_5 Depth=2 jmp LBB251_43 LBB251_43: ## in Loop: Header=BB251_5 Depth=2 cmpl $44, _tok(%rip) je LBB251_45 ## %bb.44: ## in Loop: Header=BB251_1 Depth=1 jmp LBB251_46 LBB251_45: ## in Loop: Header=BB251_5 Depth=2 callq _next jmp LBB251_5 LBB251_46: ## in Loop: Header=BB251_1 Depth=1 movl $41, %edi callq _skip movl $41, %edi callq _skip jmp LBB251_1 LBB251_47: addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L251_0_set_9, LBB251_9-LJTI251_0 .set L251_0_set_12, LBB251_12-LJTI251_0 .set L251_0_set_19, LBB251_19-LJTI251_0 .set L251_0_set_20, LBB251_20-LJTI251_0 .set L251_0_set_22, LBB251_22-LJTI251_0 .set L251_0_set_23, LBB251_23-LJTI251_0 .set L251_0_set_32, LBB251_32-LJTI251_0 .set L251_0_set_21, LBB251_21-LJTI251_0 .set L251_0_set_33, LBB251_33-LJTI251_0 .set L251_0_set_24, LBB251_24-LJTI251_0 LJTI251_0: .long L251_0_set_9 .long L251_0_set_9 .long L251_0_set_12 .long L251_0_set_12 .long L251_0_set_19 .long L251_0_set_19 .long L251_0_set_20 .long L251_0_set_20 .long L251_0_set_22 .long L251_0_set_22 .long L251_0_set_22 .long L251_0_set_23 .long L251_0_set_23 .long L251_0_set_23 .long L251_0_set_32 .long L251_0_set_21 .long L251_0_set_21 .long L251_0_set_33 .long L251_0_set_33 .long L251_0_set_24 .long L251_0_set_24 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function struct_find _struct_find: ## @struct_find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -12(%rbp) movl -12(%rbp), %eax subl $256, %eax ## imm = 0x100 movl %eax, -12(%rbp) movl -12(%rbp), %eax movl _tok_ident(%rip), %ecx subl $256, %ecx ## imm = 0x100 cmpl %ecx, %eax jb LBB252_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB252_3 LBB252_2: movq _table_ident(%rip), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 24(%rax), %rax movq %rax, -8(%rbp) LBB252_3: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function post_type _post_type: ## @post_type .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $40, _tok(%rip) jne LBB253_26 ## %bb.1: callq _next movl $0, -24(%rbp) movq $0, -56(%rbp) leaq -56(%rbp), %rax movq %rax, -40(%rbp) LBB253_2: ## =>This Inner Loop Header: Depth=1 cmpl $41, _tok(%rip) je LBB253_23 ## %bb.3: ## in Loop: Header=BB253_2 Depth=1 cmpl $2, -24(%rbp) je LBB253_15 ## %bb.4: ## in Loop: Header=BB253_2 Depth=1 leaq -96(%rbp), %rdi leaq -80(%rbp), %rsi callq _parse_btype cmpl $0, %eax jne LBB253_9 ## %bb.5: ## in Loop: Header=BB253_2 Depth=1 cmpl $0, -24(%rbp) je LBB253_7 ## %bb.6: ## in Loop: Header=BB253_2 Depth=1 leaq L_.str.181(%rip), %rdi movb $0, %al callq _error jmp LBB253_8 LBB253_7: ## in Loop: Header=BB253_2 Depth=1 movl $2, -24(%rbp) jmp LBB253_16 LBB253_8: ## in Loop: Header=BB253_2 Depth=1 jmp LBB253_9 LBB253_9: ## in Loop: Header=BB253_2 Depth=1 movl $1, -24(%rbp) movl -96(%rbp), %eax andl $15, %eax cmpl $3, %eax jne LBB253_12 ## %bb.10: ## in Loop: Header=BB253_2 Depth=1 cmpl $41, _tok(%rip) jne LBB253_12 ## %bb.11: jmp LBB253_23 LBB253_12: ## in Loop: Header=BB253_2 Depth=1 leaq -96(%rbp), %rdi leaq -80(%rbp), %rsi leaq -20(%rbp), %rdx movl $3, %ecx callq _type_decl movl -96(%rbp), %eax andl $15, %eax cmpl $3, %eax jne LBB253_14 ## %bb.13: ## in Loop: Header=BB253_2 Depth=1 leaq L_.str.192(%rip), %rdi movb $0, %al callq _error LBB253_14: ## in Loop: Header=BB253_2 Depth=1 jmp LBB253_17 LBB253_15: ## in Loop: Header=BB253_2 Depth=1 jmp LBB253_16 LBB253_16: ## in Loop: Header=BB253_2 Depth=1 movl _tok(%rip), %eax movl %eax, -20(%rbp) movl $0, -96(%rbp) callq _next LBB253_17: ## in Loop: Header=BB253_2 Depth=1 leaq -96(%rbp), %rdi callq _convert_parameter_type movl -20(%rbp), %edi orl $536870912, %edi ## imm = 0x20000000 leaq -96(%rbp), %rsi xorl %ecx, %ecx movl %ecx, %edx callq _sym_push movq %rax, -48(%rbp) movq -48(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) movq -48(%rbp), %rax addq $40, %rax movq %rax, -40(%rbp) cmpl $44, _tok(%rip) jne LBB253_22 ## %bb.18: ## in Loop: Header=BB253_2 Depth=1 callq _next cmpl $1, -24(%rbp) jne LBB253_21 ## %bb.19: ## in Loop: Header=BB253_2 Depth=1 cmpl $204, _tok(%rip) jne LBB253_21 ## %bb.20: movl $3, -24(%rbp) callq _next jmp LBB253_23 LBB253_21: ## in Loop: Header=BB253_2 Depth=1 jmp LBB253_22 LBB253_22: ## in Loop: Header=BB253_2 Depth=1 jmp LBB253_2 LBB253_23: cmpl $0, -24(%rbp) jne LBB253_25 ## %bb.24: movl $2, -24(%rbp) LBB253_25: movl $41, %edi callq _skip movq -8(%rbp), %rax movl (%rax), %eax andl $1920, %eax ## imm = 0x780 movl %eax, -28(%rbp) movq -8(%rbp), %rax movl (%rax), %ecx andl $-3969, %ecx ## imm = 0xF07F movl %ecx, (%rax) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _post_type movq -8(%rbp), %rsi movq -16(%rbp), %rax movzbl 16(%rax), %edx movl -24(%rbp), %ecx movl $536870912, %edi ## imm = 0x20000000 callq _sym_push movq %rax, -48(%rbp) movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 40(%rax) movl -28(%rbp), %ecx orl $6, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -48(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) jmp LBB253_33 LBB253_26: cmpl $91, _tok(%rip) jne LBB253_32 ## %bb.27: callq _next movl $-1, -20(%rbp) cmpl $93, _tok(%rip) je LBB253_31 ## %bb.28: callq _expr_const movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jge LBB253_30 ## %bb.29: leaq L_.str.193(%rip), %rdi movb $0, %al callq _error LBB253_30: jmp LBB253_31 LBB253_31: movl $93, %edi callq _skip movq -8(%rbp), %rax movl (%rax), %eax andl $1920, %eax ## imm = 0x780 movl %eax, -28(%rbp) movq -8(%rbp), %rax movl (%rax), %ecx andl $-1921, %ecx ## imm = 0xF87F movl %ecx, (%rax) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _post_type movq -8(%rbp), %rsi movl -20(%rbp), %ecx movl $536870912, %edi ## imm = 0x20000000 xorl %edx, %edx callq _sym_push movq %rax, -48(%rbp) movl -28(%rbp), %ecx orl $32, %ecx orl $4, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movq -48(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 8(%rax) LBB253_32: jmp LBB253_33 LBB253_33: addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function convert_parameter_type _convert_parameter_type: ## @convert_parameter_type .cfi_startproc ## %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 (%rax), %ecx andl $-6145, %ecx ## imm = 0xE7FF movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx andl $-33, %ecx movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax jne LBB254_2 ## %bb.1: movq -8(%rbp), %rdi callq _mk_pointer LBB254_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_stabn _put_stabn: ## @put_stabn .cfi_startproc ## %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 %edx, -12(%rbp) movl %ecx, -16(%rbp) movl -4(%rbp), %esi movl -8(%rbp), %edx movl -12(%rbp), %ecx movslq -16(%rbp), %r8 xorl %eax, %eax movl %eax, %edi callq _put_stabs addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function decl _decl: ## @decl .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 movl %edi, -4(%rbp) LBB256_1: ## =>This Loop Header: Depth=1 ## Child Loop BB256_18 Depth 2 ## Child Loop BB256_28 Depth 2 ## Child Loop BB256_47 Depth 2 leaq -48(%rbp), %rdi leaq -80(%rbp), %rsi callq _parse_btype cmpl $0, %eax jne LBB256_13 ## %bb.2: ## in Loop: Header=BB256_1 Depth=1 cmpl $59, _tok(%rip) jne LBB256_4 ## %bb.3: ## in Loop: Header=BB256_1 Depth=1 callq _next jmp LBB256_1 LBB256_4: ## in Loop: Header=BB256_1 Depth=1 cmpl $240, -4(%rbp) jne LBB256_9 ## %bb.5: ## in Loop: Header=BB256_1 Depth=1 cmpl $310, _tok(%rip) ## imm = 0x136 je LBB256_8 ## %bb.6: ## in Loop: Header=BB256_1 Depth=1 cmpl $311, _tok(%rip) ## imm = 0x137 je LBB256_8 ## %bb.7: ## in Loop: Header=BB256_1 Depth=1 cmpl $312, _tok(%rip) ## imm = 0x138 jne LBB256_9 LBB256_8: ## in Loop: Header=BB256_1 Depth=1 callq _asm_global_instr jmp LBB256_1 LBB256_9: ## in Loop: Header=BB256_1 Depth=1 cmpl $242, -4(%rbp) je LBB256_11 ## %bb.10: ## in Loop: Header=BB256_1 Depth=1 cmpl $313, _tok(%rip) ## imm = 0x139 jge LBB256_12 LBB256_11: jmp LBB256_90 LBB256_12: ## in Loop: Header=BB256_1 Depth=1 movl $0, -48(%rbp) LBB256_13: ## in Loop: Header=BB256_1 Depth=1 movl -48(%rbp), %eax andl $15, %eax cmpl $5, %eax je LBB256_15 ## %bb.14: ## in Loop: Header=BB256_1 Depth=1 movl -48(%rbp), %eax andl $15, %eax cmpl $7, %eax jne LBB256_17 LBB256_15: ## in Loop: Header=BB256_1 Depth=1 cmpl $59, _tok(%rip) jne LBB256_17 ## %bb.16: ## in Loop: Header=BB256_1 Depth=1 callq _next jmp LBB256_1 LBB256_17: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_18 LBB256_18: ## Parent Loop BB256_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movq %rax, -32(%rbp) movq -40(%rbp), %rax movq %rax, -24(%rbp) leaq -32(%rbp), %rdi leaq -80(%rbp), %rsi leaq -8(%rbp), %rdx movl $2, %ecx callq _type_decl movl -32(%rbp), %eax andl $15, %eax cmpl $6, %eax jne LBB256_22 ## %bb.19: ## in Loop: Header=BB256_18 Depth=2 movq -24(%rbp), %rax movq %rax, -56(%rbp) movq -56(%rbp), %rax cmpq $2, 16(%rax) jne LBB256_21 ## %bb.20: ## in Loop: Header=BB256_18 Depth=2 movq -56(%rbp), %rdi callq _func_decl_list LBB256_21: ## in Loop: Header=BB256_18 Depth=2 jmp LBB256_22 LBB256_22: ## in Loop: Header=BB256_18 Depth=2 cmpl $123, _tok(%rip) jne LBB256_62 ## %bb.23: ## in Loop: Header=BB256_1 Depth=1 cmpl $242, -4(%rbp) jne LBB256_25 ## %bb.24: ## in Loop: Header=BB256_1 Depth=1 leaq L_.str.202(%rip), %rdi movb $0, %al callq _error LBB256_25: ## in Loop: Header=BB256_1 Depth=1 movl -32(%rbp), %eax andl $6, %eax cmpl $0, %eax jne LBB256_27 ## %bb.26: ## in Loop: Header=BB256_1 Depth=1 leaq L_.str.203(%rip), %rdi callq _expect LBB256_27: ## in Loop: Header=BB256_1 Depth=1 movq -24(%rbp), %rax movq %rax, -56(%rbp) LBB256_28: ## Parent Loop BB256_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -56(%rbp), %rax movq 40(%rax), %rax movq %rax, -56(%rbp) cmpq $0, %rax je LBB256_32 ## %bb.29: ## in Loop: Header=BB256_28 Depth=2 movq -56(%rbp), %rax movq (%rax), %rax andq $-536870913, %rax ## imm = 0xDFFFFFFF cmpq $0, %rax jne LBB256_31 ## %bb.30: ## in Loop: Header=BB256_28 Depth=2 leaq L_.str.155(%rip), %rdi callq _expect LBB256_31: ## in Loop: Header=BB256_28 Depth=2 jmp LBB256_28 LBB256_32: ## in Loop: Header=BB256_1 Depth=1 movl -32(%rbp), %eax andl $1152, %eax ## imm = 0x480 cmpl $1152, %eax ## imm = 0x480 jne LBB256_34 ## %bb.33: ## in Loop: Header=BB256_1 Depth=1 movl -32(%rbp), %eax andl $-129, %eax orl $256, %eax ## imm = 0x100 movl %eax, -32(%rbp) LBB256_34: ## in Loop: Header=BB256_1 Depth=1 movl -8(%rbp), %edi callq _sym_find movq %rax, -56(%rbp) cmpq $0, -56(%rbp) je LBB256_44 ## %bb.35: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rax movl 24(%rax), %eax andl $15, %eax cmpl $6, %eax je LBB256_37 ## %bb.36: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_42 LBB256_37: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rax movq 32(%rax), %rax cmpq $0, 8(%rax) je LBB256_40 ## %bb.38: ## in Loop: Header=BB256_1 Depth=1 movq -24(%rbp), %rax cmpq $0, 8(%rax) jne LBB256_40 ## %bb.39: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rax movq 32(%rax), %rax movq 8(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) LBB256_40: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rdi addq $24, %rdi leaq -32(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB256_43 ## %bb.41: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_42 LBB256_42: ## in Loop: Header=BB256_1 Depth=1 movl -8(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.164(%rip), %rdi movb $0, %al callq _error LBB256_43: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rax movq -32(%rbp), %rcx movq %rcx, 24(%rax) movq -24(%rbp), %rcx movq %rcx, 32(%rax) jmp LBB256_45 LBB256_44: ## in Loop: Header=BB256_1 Depth=1 movl -8(%rbp), %edi movl -32(%rbp), %esi xorl %edx, %edx callq _global_identifier_push movq %rax, -56(%rbp) movq -24(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 32(%rax) LBB256_45: ## in Loop: Header=BB256_1 Depth=1 movl -32(%rbp), %eax andl $1280, %eax ## imm = 0x500 cmpl $1280, %eax ## imm = 0x500 jne LBB256_58 ## %bb.46: ## in Loop: Header=BB256_1 Depth=1 leaq -104(%rbp), %rdi callq _tok_str_new movl $0, -108(%rbp) LBB256_47: ## Parent Loop BB256_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $-1, _tok(%rip) jne LBB256_49 ## %bb.48: ## in Loop: Header=BB256_47 Depth=2 leaq L_.str.204(%rip), %rdi movb $0, %al callq _error LBB256_49: ## in Loop: Header=BB256_47 Depth=2 leaq -104(%rbp), %rdi callq _tok_str_add_tok movl _tok(%rip), %eax movl %eax, -112(%rbp) callq _next cmpl $123, -112(%rbp) jne LBB256_51 ## %bb.50: ## in Loop: Header=BB256_47 Depth=2 movl -108(%rbp), %eax addl $1, %eax movl %eax, -108(%rbp) jmp LBB256_56 LBB256_51: ## in Loop: Header=BB256_47 Depth=2 cmpl $125, -112(%rbp) jne LBB256_55 ## %bb.52: ## in Loop: Header=BB256_47 Depth=2 movl -108(%rbp), %eax addl $-1, %eax movl %eax, -108(%rbp) cmpl $0, -108(%rbp) jne LBB256_54 ## %bb.53: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_57 LBB256_54: ## in Loop: Header=BB256_47 Depth=2 jmp LBB256_55 LBB256_55: ## in Loop: Header=BB256_47 Depth=2 jmp LBB256_56 LBB256_56: ## in Loop: Header=BB256_47 Depth=2 jmp LBB256_47 LBB256_57: ## in Loop: Header=BB256_1 Depth=1 leaq -104(%rbp), %rdi movl $4294967295, %esi ## imm = 0xFFFFFFFF callq _tok_str_add leaq -104(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -104(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) jmp LBB256_61 LBB256_58: ## in Loop: Header=BB256_1 Depth=1 movq -72(%rbp), %rax movq %rax, _cur_text_section(%rip) cmpq $0, _cur_text_section(%rip) jne LBB256_60 ## %bb.59: ## in Loop: Header=BB256_1 Depth=1 movq _text_section(%rip), %rax movq %rax, _cur_text_section(%rip) LBB256_60: ## in Loop: Header=BB256_1 Depth=1 movq -56(%rbp), %rax movq $752, 8(%rax) ## imm = 0x2F0 movq -56(%rbp), %rdi callq _gen_function LBB256_61: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_89 LBB256_62: ## in Loop: Header=BB256_18 Depth=2 movl -48(%rbp), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB256_64 ## %bb.63: ## in Loop: Header=BB256_18 Depth=2 movl -8(%rbp), %edi leaq -32(%rbp), %rsi xorl %ecx, %ecx movl %ecx, %edx callq _sym_push movq %rax, -56(%rbp) movq -56(%rbp), %rax movl 24(%rax), %ecx orl $512, %ecx ## imm = 0x200 movl %ecx, 24(%rax) jmp LBB256_85 LBB256_64: ## in Loop: Header=BB256_18 Depth=2 movl -32(%rbp), %eax andl $15, %eax cmpl $6, %eax jne LBB256_68 ## %bb.65: ## in Loop: Header=BB256_18 Depth=2 cmpb $0, -64(%rbp) je LBB256_67 ## %bb.66: ## in Loop: Header=BB256_18 Depth=2 movzbl -64(%rbp), %eax movl %eax, %ecx movq -24(%rbp), %rax movq %rcx, 8(%rax) LBB256_67: ## in Loop: Header=BB256_18 Depth=2 movl -8(%rbp), %edi leaq -32(%rbp), %rsi xorl %edx, %edx callq _external_sym jmp LBB256_84 LBB256_68: ## in Loop: Header=BB256_18 Depth=2 movl $0, -16(%rbp) movl -32(%rbp), %eax andl $32, %eax cmpl $0, %eax jne LBB256_70 ## %bb.69: ## in Loop: Header=BB256_18 Depth=2 movl -32(%rbp), %edi callq _lvalue_type orl -16(%rbp), %eax movl %eax, -16(%rbp) LBB256_70: ## in Loop: Header=BB256_18 Depth=2 cmpl $61, _tok(%rip) sete %al andb $1, %al movzbl %al, %eax movl %eax, -12(%rbp) movl -48(%rbp), %eax andl $128, %eax cmpl $0, %eax jne LBB256_76 ## %bb.71: ## in Loop: Header=BB256_18 Depth=2 movl -32(%rbp), %eax andl $32, %eax cmpl $0, %eax je LBB256_77 ## %bb.72: ## in Loop: Header=BB256_18 Depth=2 movl -32(%rbp), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB256_77 ## %bb.73: ## in Loop: Header=BB256_18 Depth=2 cmpl $0, -12(%rbp) jne LBB256_77 ## %bb.74: ## in Loop: Header=BB256_18 Depth=2 cmpl $240, -4(%rbp) jne LBB256_77 ## %bb.75: ## in Loop: Header=BB256_18 Depth=2 movq -24(%rbp), %rax cmpq $0, 16(%rax) jge LBB256_77 LBB256_76: ## in Loop: Header=BB256_18 Depth=2 movl -8(%rbp), %edi movl -16(%rbp), %edx leaq -32(%rbp), %rsi callq _external_sym jmp LBB256_83 LBB256_77: ## in Loop: Header=BB256_18 Depth=2 movl -32(%rbp), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB256_79 ## %bb.78: ## in Loop: Header=BB256_18 Depth=2 movl -16(%rbp), %eax orl $240, %eax movl %eax, -16(%rbp) jmp LBB256_80 LBB256_79: ## in Loop: Header=BB256_18 Depth=2 movl -4(%rbp), %eax orl -16(%rbp), %eax movl %eax, -16(%rbp) LBB256_80: ## in Loop: Header=BB256_18 Depth=2 cmpl $0, -12(%rbp) je LBB256_82 ## %bb.81: ## in Loop: Header=BB256_18 Depth=2 callq _next LBB256_82: ## in Loop: Header=BB256_18 Depth=2 movl -16(%rbp), %edx movl -12(%rbp), %ecx movl -8(%rbp), %r8d movl -4(%rbp), %r9d leaq -32(%rbp), %rdi leaq -80(%rbp), %rsi callq _decl_initializer_alloc LBB256_83: ## in Loop: Header=BB256_18 Depth=2 jmp LBB256_84 LBB256_84: ## in Loop: Header=BB256_18 Depth=2 jmp LBB256_85 LBB256_85: ## in Loop: Header=BB256_18 Depth=2 cmpl $44, _tok(%rip) je LBB256_87 ## %bb.86: ## in Loop: Header=BB256_1 Depth=1 movl $59, %edi callq _skip jmp LBB256_89 LBB256_87: ## in Loop: Header=BB256_18 Depth=2 callq _next ## %bb.88: ## in Loop: Header=BB256_18 Depth=2 jmp LBB256_18 LBB256_89: ## in Loop: Header=BB256_1 Depth=1 jmp LBB256_1 LBB256_90: addq $112, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function label_pop _label_pop: ## @label_pop .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB257_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -16(%rbp), %rax je LBB257_12 ## %bb.2: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax movq 48(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax cmpq $2, 8(%rax) jne LBB257_4 ## %bb.3: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.236(%rip), %rdi movb $0, %al callq _warning jmp LBB257_10 LBB257_4: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax cmpq $1, 8(%rax) jne LBB257_6 ## %bb.5: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.237(%rip), %rdi movb $0, %al callq _error jmp LBB257_9 LBB257_6: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax cmpq $0, 16(%rax) je LBB257_8 ## %bb.7: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rdi movq _cur_text_section(%rip), %rsi movq -24(%rbp), %rax movq 40(%rax), %rdx movl $1, %ecx callq _put_extern_sym LBB257_8: ## in Loop: Header=BB257_1 Depth=1 jmp LBB257_9 LBB257_9: ## in Loop: Header=BB257_1 Depth=1 jmp LBB257_10 LBB257_10: ## in Loop: Header=BB257_1 Depth=1 movq -24(%rbp), %rax movq 56(%rax), %rcx movq _table_ident(%rip), %rax movq -24(%rbp), %rdx movq (%rdx), %rdx subq $256, %rdx ## imm = 0x100 movq (%rax,%rdx,8), %rax movq %rcx, 16(%rax) movq -24(%rbp), %rdi callq _sym_free ## %bb.11: ## in Loop: Header=BB257_1 Depth=1 movq -32(%rbp), %rax movq %rax, -24(%rbp) jmp LBB257_1 LBB257_12: movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function sym_pop _sym_pop: ## @sym_pop .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB258_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq -16(%rbp), %rax je LBB258_9 ## %bb.2: ## in Loop: Header=BB258_1 Depth=1 movq -24(%rbp), %rax movq 48(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -52(%rbp) movl -52(%rbp), %eax andl $536870912, %eax ## imm = 0x20000000 cmpl $0, %eax jne LBB258_8 ## %bb.3: ## in Loop: Header=BB258_1 Depth=1 movl -52(%rbp), %eax andl $-1073741825, %eax ## imm = 0xBFFFFFFF cmpl $268435456, %eax ## imm = 0x10000000 jge LBB258_8 ## %bb.4: ## in Loop: Header=BB258_1 Depth=1 movq _table_ident(%rip), %rax movl -52(%rbp), %ecx andl $-1073741825, %ecx ## imm = 0xBFFFFFFF subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movl -52(%rbp), %eax andl $1073741824, %eax ## imm = 0x40000000 cmpl $0, %eax je LBB258_6 ## %bb.5: ## in Loop: Header=BB258_1 Depth=1 movq -48(%rbp), %rax addq $24, %rax movq %rax, -40(%rbp) jmp LBB258_7 LBB258_6: ## in Loop: Header=BB258_1 Depth=1 movq -48(%rbp), %rax addq $32, %rax movq %rax, -40(%rbp) LBB258_7: ## in Loop: Header=BB258_1 Depth=1 movq -24(%rbp), %rax movq 56(%rax), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) LBB258_8: ## in Loop: Header=BB258_1 Depth=1 movq -24(%rbp), %rdi callq _sym_free movq -32(%rbp), %rax movq %rax, -24(%rbp) jmp LBB258_1 LBB258_9: movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_instr _asm_instr: ## @asm_instr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $2288, %rsp ## imm = 0x8F0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) callq _next cmpl $276, _tok(%rip) ## imm = 0x114 je LBB259_3 ## %bb.1: cmpl $277, _tok(%rip) ## imm = 0x115 je LBB259_3 ## %bb.2: cmpl $278, _tok(%rip) ## imm = 0x116 jne LBB259_4 LBB259_3: callq _next LBB259_4: leaq -2216(%rbp), %rdi callq _parse_asm_str movl $0, -2260(%rbp) movl $0, -2256(%rbp) movl $0, -2268(%rbp) leaq -2184(%rbp), %rdi xorl %esi, %esi movl $8, %edx callq _memset cmpl $58, _tok(%rip) jne LBB259_17 ## %bb.5: callq _next movl $1, -2268(%rbp) leaq -2176(%rbp), %rdi leaq -2260(%rbp), %rsi movl $1, %edx callq _parse_asm_operands movl -2260(%rbp), %eax movl %eax, -2256(%rbp) cmpl $58, _tok(%rip) jne LBB259_16 ## %bb.6: callq _next leaq -2176(%rbp), %rdi leaq -2260(%rbp), %rsi xorl %edx, %edx callq _parse_asm_operands cmpl $58, _tok(%rip) jne LBB259_15 ## %bb.7: callq _next LBB259_8: ## =>This Inner Loop Header: Depth=1 cmpl $181, _tok(%rip) je LBB259_10 ## %bb.9: ## in Loop: Header=BB259_8 Depth=1 leaq L_.str.206(%rip), %rdi callq _expect LBB259_10: ## in Loop: Header=BB259_8 Depth=1 leaq -2184(%rbp), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rsi callq _asm_clobber callq _next cmpl $44, _tok(%rip) jne LBB259_12 ## %bb.11: ## in Loop: Header=BB259_8 Depth=1 callq _next jmp LBB259_13 LBB259_12: jmp LBB259_14 LBB259_13: ## in Loop: Header=BB259_8 Depth=1 jmp LBB259_8 LBB259_14: jmp LBB259_15 LBB259_15: jmp LBB259_16 LBB259_16: jmp LBB259_17 LBB259_17: movl $41, %edi callq _skip cmpl $59, _tok(%rip) je LBB259_19 ## %bb.18: leaq L_.str.205(%rip), %rdi callq _expect LBB259_19: movl -2260(%rbp), %eax subl -2256(%rbp), %eax movl %eax, -2252(%rbp) xorl %edi, %edi callq _save_regs leaq -2176(%rbp), %rdi movl -2260(%rbp), %esi movl -2256(%rbp), %edx leaq -2184(%rbp), %rcx leaq -2272(%rbp), %r8 callq _asm_compute_constraints cmpl $0, -2268(%rbp) je LBB259_21 ## %bb.20: leaq -2176(%rbp), %rdi movl -2260(%rbp), %esi movl -2256(%rbp), %edx leaq -2248(%rbp), %rcx leaq -2216(%rbp), %r8 callq _subst_asm_operands leaq -2216(%rbp), %rdi callq _cstr_free jmp LBB259_22 LBB259_21: movq -2216(%rbp), %rax movq %rax, -2248(%rbp) movq -2208(%rbp), %rax movq %rax, -2240(%rbp) movq -2200(%rbp), %rax movq %rax, -2232(%rbp) movq -2192(%rbp), %rax movq %rax, -2224(%rbp) LBB259_22: leaq -2176(%rbp), %rdi movl -2260(%rbp), %esi movl -2256(%rbp), %edx leaq -2184(%rbp), %r8 movl -2272(%rbp), %r9d xorl %ecx, %ecx callq _asm_gen_code movq _tcc_state(%rip), %rdi movq -2240(%rbp), %rsi movl -2248(%rbp), %edx subl $1, %edx callq _tcc_assemble_inline callq _next leaq -2176(%rbp), %rdi movl -2260(%rbp), %esi movl -2256(%rbp), %edx leaq -2184(%rbp), %r8 movl -2272(%rbp), %r9d movl $1, %ecx callq _asm_gen_code movl $0, -2264(%rbp) LBB259_23: ## =>This Inner Loop Header: Depth=1 movl -2264(%rbp), %eax cmpl -2260(%rbp), %eax jge LBB259_26 ## %bb.24: ## in Loop: Header=BB259_23 Depth=1 movslq -2264(%rbp), %rcx leaq -2176(%rbp), %rax imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -2280(%rbp) movq -2280(%rbp), %rax movq 8(%rax), %rdi callq _tcc_free callq _vpop ## %bb.25: ## in Loop: Header=BB259_23 Depth=1 movl -2264(%rbp), %eax addl $1, %eax movl %eax, -2264(%rbp) jmp LBB259_23 LBB259_26: leaq -2248(%rbp), %rdi callq _cstr_free movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB259_28 ## %bb.27: addq $2288, %rsp ## imm = 0x8F0 popq %rbp retq LBB259_28: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_global_instr _asm_global_instr: ## @asm_global_instr .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 _next leaq -32(%rbp), %rdi callq _parse_asm_str movl $41, %edi callq _skip cmpl $59, _tok(%rip) je LBB260_2 ## %bb.1: leaq L_.str.205(%rip), %rdi callq _expect LBB260_2: movq _text_section(%rip), %rax movq %rax, _cur_text_section(%rip) movq _cur_text_section(%rip), %rax movq (%rax), %rax movq %rax, _ind(%rip) movq _tcc_state(%rip), %rdi movq -24(%rbp), %rsi movl -32(%rbp), %edx subl $1, %edx callq _tcc_assemble_inline movq _ind(%rip), %rcx movq _cur_text_section(%rip), %rax movq %rcx, (%rax) callq _next leaq -32(%rbp), %rdi callq _cstr_free addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function func_decl_list _func_decl_list: ## @func_decl_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -8(%rbp) LBB261_1: ## =>This Loop Header: Depth=1 ## Child Loop BB261_13 Depth 2 ## Child Loop BB261_14 Depth 3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $123, _tok(%rip) movb %al, -81(%rbp) ## 1-byte Spill je LBB261_5 ## %bb.2: ## in Loop: Header=BB261_1 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $59, _tok(%rip) movb %al, -81(%rbp) ## 1-byte Spill je LBB261_5 ## %bb.3: ## in Loop: Header=BB261_1 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $44, _tok(%rip) movb %al, -81(%rbp) ## 1-byte Spill je LBB261_5 ## %bb.4: ## in Loop: Header=BB261_1 Depth=1 cmpl $-1, _tok(%rip) setne %al movb %al, -81(%rbp) ## 1-byte Spill LBB261_5: ## in Loop: Header=BB261_1 Depth=1 movb -81(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB261_6 jmp LBB261_27 LBB261_6: ## in Loop: Header=BB261_1 Depth=1 leaq -64(%rbp), %rdi leaq -32(%rbp), %rsi callq _parse_btype cmpl $0, %eax jne LBB261_8 ## %bb.7: ## in Loop: Header=BB261_1 Depth=1 leaq L_.str.233(%rip), %rdi callq _expect LBB261_8: ## in Loop: Header=BB261_1 Depth=1 movl -64(%rbp), %eax andl $15, %eax cmpl $5, %eax je LBB261_10 ## %bb.9: ## in Loop: Header=BB261_1 Depth=1 movl -64(%rbp), %eax andl $15, %eax cmpl $7, %eax jne LBB261_12 LBB261_10: ## in Loop: Header=BB261_1 Depth=1 cmpl $59, _tok(%rip) jne LBB261_12 ## %bb.11: ## in Loop: Header=BB261_1 Depth=1 jmp LBB261_26 LBB261_12: ## in Loop: Header=BB261_1 Depth=1 jmp LBB261_13 LBB261_13: ## Parent Loop BB261_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB261_14 Depth 3 movq -64(%rbp), %rax movq %rax, -80(%rbp) movq -56(%rbp), %rax movq %rax, -72(%rbp) leaq -80(%rbp), %rdi leaq -32(%rbp), %rsi leaq -36(%rbp), %rdx movl $2, %ecx callq _type_decl movq -8(%rbp), %rax movq 40(%rax), %rax movq %rax, -48(%rbp) LBB261_14: ## Parent Loop BB261_1 Depth=1 ## Parent Loop BB261_13 Depth=2 ## => This Inner Loop Header: Depth=3 cmpq $0, -48(%rbp) je LBB261_18 ## %bb.15: ## in Loop: Header=BB261_14 Depth=3 movq -48(%rbp), %rax movq (%rax), %rax andq $-536870913, %rax ## imm = 0xDFFFFFFF movslq -36(%rbp), %rcx cmpq %rcx, %rax jne LBB261_17 ## %bb.16: ## in Loop: Header=BB261_13 Depth=2 jmp LBB261_19 LBB261_17: ## in Loop: Header=BB261_14 Depth=3 movq -48(%rbp), %rax movq 40(%rax), %rax movq %rax, -48(%rbp) jmp LBB261_14 LBB261_18: ## in Loop: Header=BB261_13 Depth=2 movl -36(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.234(%rip), %rdi movb $0, %al callq _error LBB261_19: ## in Loop: Header=BB261_13 Depth=2 movl -80(%rbp), %eax andl $1920, %eax ## imm = 0x780 cmpl $0, %eax je LBB261_21 ## %bb.20: ## in Loop: Header=BB261_13 Depth=2 movl -36(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.235(%rip), %rdi movb $0, %al callq _error LBB261_21: ## in Loop: Header=BB261_13 Depth=2 leaq -80(%rbp), %rdi callq _convert_parameter_type movq -48(%rbp), %rax movq -80(%rbp), %rcx movq %rcx, 24(%rax) movq -72(%rbp), %rcx movq %rcx, 32(%rax) cmpl $44, _tok(%rip) jne LBB261_23 ## %bb.22: ## in Loop: Header=BB261_13 Depth=2 callq _next jmp LBB261_24 LBB261_23: ## in Loop: Header=BB261_1 Depth=1 jmp LBB261_25 LBB261_24: ## in Loop: Header=BB261_13 Depth=2 jmp LBB261_13 LBB261_25: ## in Loop: Header=BB261_1 Depth=1 jmp LBB261_26 LBB261_26: ## in Loop: Header=BB261_1 Depth=1 movl $59, %edi callq _skip jmp LBB261_1 LBB261_27: addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function global_identifier_push _global_identifier_push: ## @global_identifier_push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movslq -4(%rbp), %rsi movslq -8(%rbp), %rdx movslq -12(%rbp), %rcx leaq _global_stack(%rip), %rdi callq _sym_push2 movq %rax, -24(%rbp) cmpl $268435456, -4(%rbp) ## imm = 0x10000000 jge LBB262_5 ## %bb.1: movq _table_ident(%rip), %rax movl -4(%rbp), %ecx subl $256, %ecx ## imm = 0x100 movslq %ecx, %rcx movq (%rax,%rcx,8), %rax addq $32, %rax movq %rax, -32(%rbp) LBB262_2: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq $0, (%rax) je LBB262_4 ## %bb.3: ## in Loop: Header=BB262_2 Depth=1 movq -32(%rbp), %rax movq (%rax), %rax addq $56, %rax movq %rax, -32(%rbp) jmp LBB262_2 LBB262_4: movq -24(%rbp), %rax movq $0, 56(%rax) movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) LBB262_5: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_function _gen_function: ## @gen_function .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq _cur_text_section(%rip), %rax movq (%rax), %rax movq %rax, _ind(%rip) movq -8(%rbp), %rdi movq _cur_text_section(%rip), %rsi movq _ind(%rip), %rdx xorl %eax, %eax movl %eax, %ecx callq _put_extern_sym movq -8(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, _funcname(%rip) movq _ind(%rip), %rax movq %rax, _func_ind(%rip) cmpl $0, _do_debug(%rip) je LBB263_2 ## %bb.1: movq -8(%rbp), %rdi callq _put_func_debug LBB263_2: leaq _local_stack(%rip), %rdi movl $536870912, %esi ## imm = 0x20000000 xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _sym_push2 movq -8(%rbp), %rdi addq $24, %rdi callq _gfunc_prolog movq $0, _rsym(%rip) xorl %eax, %eax movl %eax, %ecx xorl %r9d, %r9d movq %rcx, %rdi movq %rcx, %rsi movq %rcx, %rdx movl %r9d, %r8d callq _block movq _rsym(%rip), %rax movl %eax, %edi callq _gsym callq _gfunc_epilog movq _ind(%rip), %rcx movq _cur_text_section(%rip), %rax movq %rcx, (%rax) leaq _global_label_stack(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _label_pop leaq _local_stack(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _sym_pop movq _ind(%rip), %rax subq _func_ind(%rip), %rax movl %eax, %ecx movq _symtab_section(%rip), %rax movq 8(%rax), %rax movq -8(%rbp), %rdx movq 16(%rdx), %rdx shlq $4, %rdx addq %rdx, %rax movl %ecx, 8(%rax) cmpl $0, _do_debug(%rip) je LBB263_4 ## %bb.3: movq _ind(%rip), %rax subq _func_ind(%rip), %rax movl %eax, %ecx movl $36, %edi xorl %edx, %edx movl %edx, %esi callq _put_stabn LBB263_4: leaq L_.str.63(%rip), %rax movq %rax, _funcname(%rip) movl $3, _func_vt(%rip) movq $0, _ind(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function external_sym _external_sym: ## @external_sym .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 %edx, -20(%rbp) movl -4(%rbp), %edi callq _sym_find movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB264_2 ## %bb.1: movl -4(%rbp), %edi movq -16(%rbp), %rsi movl -20(%rbp), %edx orl $240, %edx orl $512, %edx ## imm = 0x200 xorl %ecx, %ecx callq _sym_push movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 24(%rax), %ecx orl $128, %ecx movl %ecx, 24(%rax) jmp LBB264_5 LBB264_2: movq -32(%rbp), %rdi addq $24, %rdi movq -16(%rbp), %rsi callq _is_compatible_types cmpl $0, %eax jne LBB264_4 ## %bb.3: movl -4(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.164(%rip), %rdi movb $0, %al callq _error LBB264_4: jmp LBB264_5 LBB264_5: movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_asm_str _parse_asm_str: ## @parse_asm_str .cfi_startproc ## %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 $40, %edi callq _skip cmpl $181, _tok(%rip) je LBB265_2 ## %bb.1: leaq L_.str.206(%rip), %rdi callq _expect LBB265_2: movq -8(%rbp), %rdi callq _cstr_new LBB265_3: ## =>This Inner Loop Header: Depth=1 cmpl $181, _tok(%rip) jne LBB265_5 ## %bb.4: ## in Loop: Header=BB265_3 Depth=1 movq -8(%rbp), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rsi callq _cstr_cat callq _next jmp LBB265_3 LBB265_5: movq -8(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_assemble_inline _tcc_assemble_inline: ## @tcc_assemble_inline .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 $9776, %edi ## imm = 0x2630 callq _tcc_malloc movq %rax, -32(%rbp) movq -32(%rbp), %rdi xorl %esi, %esi movl $9776, %edx ## imm = 0x2630 movq $-1, %rcx callq ___memset_chk movq -32(%rbp), %rax movl $-1, 16(%rax) movq -16(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rcx movslq -20(%rbp), %rax addq %rax, %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movslq -20(%rbp), %rcx movb $92, (%rax,%rcx) movq -32(%rbp), %rdi addq $553, %rdi ## imm = 0x229 movq _file(%rip), %rdx addq $553, %rdx ## imm = 0x229 movl $1024, %esi ## imm = 0x400 callq _pstrcpy movq _file(%rip), %rax movl 20(%rax), %ecx movq -32(%rbp), %rax movl %ecx, 20(%rax) movq _file(%rip), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq %rax, _file(%rip) movl _parse_flags(%rip), %eax movl %eax, -44(%rbp) movq _macro_ptr(%rip), %rax movq %rax, -56(%rbp) movq $0, _macro_ptr(%rip) movq -8(%rbp), %rdi xorl %esi, %esi callq _tcc_assemble_internal movl -44(%rbp), %eax movl %eax, _parse_flags(%rip) movq -56(%rbp), %rax movq %rax, _macro_ptr(%rip) movq -40(%rbp), %rax movq %rax, _file(%rip) movq -32(%rbp), %rdi callq _tcc_free addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_cat _cstr_cat: ## @cstr_cat .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) LBB267_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movsbl (%rax), %eax movl %eax, -20(%rbp) cmpl $0, -20(%rbp) jne LBB267_3 ## %bb.2: jmp LBB267_4 LBB267_3: ## in Loop: Header=BB267_1 Depth=1 movq -8(%rbp), %rdi movl -20(%rbp), %esi callq _cstr_ccat movq -16(%rbp), %rax addq $1, %rax movq %rax, -16(%rbp) jmp LBB267_1 LBB267_4: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_assemble_internal _tcc_assemble_internal: ## @tcc_assemble_internal .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) movl $3, _tok_flags(%rip) movl $8, _parse_flags(%rip) cmpl $0, -12(%rbp) je LBB268_2 ## %bb.1: movl _parse_flags(%rip), %eax orl $1, %eax movl %eax, _parse_flags(%rip) LBB268_2: callq _next LBB268_3: ## =>This Loop Header: Depth=1 ## Child Loop BB268_6 Depth 2 ## Child Loop BB268_8 Depth 2 cmpl $-1, _tok(%rip) jne LBB268_5 ## %bb.4: jmp LBB268_32 LBB268_5: ## in Loop: Header=BB268_3 Depth=1 movl _parse_flags(%rip), %eax orl $4, %eax movl %eax, _parse_flags(%rip) LBB268_6: ## Parent Loop BB268_3 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $35, _tok(%rip) jne LBB268_11 ## %bb.7: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_8 LBB268_8: ## Parent Loop BB268_3 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $10, _tok(%rip) je LBB268_10 ## %bb.9: ## in Loop: Header=BB268_8 Depth=2 callq _next jmp LBB268_8 LBB268_10: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_28 LBB268_11: ## in Loop: Header=BB268_6 Depth=2 cmpl $46, _tok(%rip) jne LBB268_13 ## %bb.12: ## in Loop: Header=BB268_3 Depth=1 movq -8(%rbp), %rdi callq _asm_parse_directive jmp LBB268_27 LBB268_13: ## in Loop: Header=BB268_6 Depth=2 cmpl $206, _tok(%rip) jne LBB268_17 ## %bb.14: ## in Loop: Header=BB268_6 Depth=2 movq _tokc(%rip), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi leaq -24(%rbp), %rsi movl $10, %edx callq _strtoul ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB268_16 ## %bb.15: ## in Loop: Header=BB268_6 Depth=2 leaq L_.str.207(%rip), %rdi callq _expect LBB268_16: ## in Loop: Header=BB268_6 Depth=2 movq -8(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq -8(%rbp), %rdi movl -28(%rbp), %esi callq _asm_get_local_label_name movq -40(%rbp), %rdi ## 8-byte Reload movl %eax, %esi movl $1, %edx callq _asm_new_label callq _next movl $58, %edi callq _skip jmp LBB268_6 LBB268_17: ## in Loop: Header=BB268_6 Depth=2 cmpl $256, _tok(%rip) ## imm = 0x100 jl LBB268_25 ## %bb.18: ## in Loop: Header=BB268_6 Depth=2 movl _tok(%rip), %eax movl %eax, -16(%rbp) callq _next cmpl $58, _tok(%rip) jne LBB268_20 ## %bb.19: ## in Loop: Header=BB268_6 Depth=2 movq -8(%rbp), %rdi movl -16(%rbp), %esi xorl %edx, %edx callq _asm_new_label callq _next jmp LBB268_6 LBB268_20: ## in Loop: Header=BB268_6 Depth=2 cmpl $61, _tok(%rip) jne LBB268_22 ## %bb.21: ## in Loop: Header=BB268_6 Depth=2 callq _next movq -8(%rbp), %rdi callq _asm_int_expr movl %eax, -32(%rbp) movq -8(%rbp), %rdi movl -16(%rbp), %esi movslq -32(%rbp), %r8 xorl %edx, %edx movl $65521, %ecx ## imm = 0xFFF1 callq _asm_new_label1 jmp LBB268_6 LBB268_22: ## in Loop: Header=BB268_3 Depth=1 movq -8(%rbp), %rdi movl -16(%rbp), %esi callq _asm_opcode ## %bb.23: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_24 LBB268_24: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_25 LBB268_25: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_26 LBB268_26: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_27 LBB268_27: ## in Loop: Header=BB268_3 Depth=1 jmp LBB268_28 LBB268_28: ## in Loop: Header=BB268_3 Depth=1 cmpl $59, _tok(%rip) je LBB268_31 ## %bb.29: ## in Loop: Header=BB268_3 Depth=1 cmpl $10, _tok(%rip) je LBB268_31 ## %bb.30: ## in Loop: Header=BB268_3 Depth=1 leaq L_.str.208(%rip), %rdi callq _expect LBB268_31: ## in Loop: Header=BB268_3 Depth=1 movl _parse_flags(%rip), %eax andl $-5, %eax movl %eax, _parse_flags(%rip) callq _next jmp LBB268_3 LBB268_32: movq -8(%rbp), %rdi callq _asm_free_labels xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_parse_directive _asm_parse_directive: ## @asm_parse_directive .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $528, %rsp ## imm = 0x210 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -344(%rbp) callq _next movq _cur_text_section(%rip), %rax movq %rax, -376(%rbp) movl _tok(%rip), %eax movl %eax, -492(%rbp) ## 4-byte Spill subl $256, %eax ## imm = 0x100 je LBB269_30 jmp LBB269_114 LBB269_114: movl -492(%rbp), %eax ## 4-byte Reload subl $279, %eax ## imm = 0x117 je LBB269_30 jmp LBB269_115 LBB269_115: movl -492(%rbp), %eax ## 4-byte Reload subl $295, %eax ## imm = 0x127 je LBB269_29 jmp LBB269_116 LBB269_116: movl -492(%rbp), %eax ## 4-byte Reload subl $333, %eax ## imm = 0x14D je LBB269_93 jmp LBB269_117 LBB269_117: movl -492(%rbp), %eax ## 4-byte Reload subl $391, %eax ## imm = 0x187 je LBB269_28 jmp LBB269_118 LBB269_118: movl -492(%rbp), %eax ## 4-byte Reload addl $-392, %eax ## imm = 0xFE78 subl $3, %eax jb LBB269_1 jmp LBB269_119 LBB269_119: movl -492(%rbp), %eax ## 4-byte Reload addl $-395, %eax ## imm = 0xFE75 subl $3, %eax jb LBB269_72 jmp LBB269_120 LBB269_120: movl -492(%rbp), %eax ## 4-byte Reload addl $-398, %eax ## imm = 0xFE72 subl $2, %eax jb LBB269_69 jmp LBB269_121 LBB269_121: movl -492(%rbp), %eax ## 4-byte Reload addl $-400, %eax ## imm = 0xFE70 subl $3, %eax jb LBB269_89 jmp LBB269_122 LBB269_122: movl -492(%rbp), %eax ## 4-byte Reload subl $403, %eax ## imm = 0x193 je LBB269_107 jmp LBB269_123 LBB269_123: movl -492(%rbp), %eax ## 4-byte Reload subl $404, %eax ## imm = 0x194 je LBB269_47 jmp LBB269_124 LBB269_124: movl -492(%rbp), %eax ## 4-byte Reload subl $405, %eax ## imm = 0x195 je LBB269_66 jmp LBB269_125 LBB269_125: movl -492(%rbp), %eax ## 4-byte Reload subl $406, %eax ## imm = 0x196 je LBB269_15 jmp LBB269_126 LBB269_126: movl -492(%rbp), %eax ## 4-byte Reload subl $884, %eax ## imm = 0x374 je LBB269_29 jmp LBB269_110 LBB269_1: movl _tok(%rip), %eax movl %eax, -364(%rbp) callq _next movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -348(%rbp) cmpl $392, -364(%rbp) ## imm = 0x188 jne LBB269_8 ## %bb.2: cmpl $0, -348(%rbp) jl LBB269_4 ## %bb.3: movl -348(%rbp), %eax movl -348(%rbp), %ecx subl $1, %ecx andl %ecx, %eax cmpl $0, %eax je LBB269_5 LBB269_4: leaq L_.str.190(%rip), %rdi movb $0, %al callq _error LBB269_5: movq _ind(%rip), %rax movslq -348(%rbp), %rcx addq %rcx, %rax subq $1, %rax xorl %ecx, %ecx subl -348(%rbp), %ecx movslq %ecx, %rcx andq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -352(%rbp) movslq -352(%rbp), %rax subq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -360(%rbp) movq -376(%rbp), %rax movl 44(%rax), %eax cmpl -348(%rbp), %eax jge LBB269_7 ## %bb.6: movl -348(%rbp), %ecx movq -376(%rbp), %rax movl %ecx, 44(%rax) LBB269_7: jmp LBB269_9 LBB269_8: movl -348(%rbp), %eax movl %eax, -360(%rbp) LBB269_9: movl $0, -356(%rbp) cmpl $44, _tok(%rip) jne LBB269_11 ## %bb.10: callq _next movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -356(%rbp) LBB269_11: jmp LBB269_12 LBB269_12: movq -376(%rbp), %rax cmpl $8, 32(%rax) je LBB269_14 ## %bb.13: movq _ind(%rip), %rcx movq -376(%rbp), %rax movq %rcx, (%rax) movq -376(%rbp), %rdi movslq -360(%rbp), %rsi callq _section_ptr_add movq %rax, -384(%rbp) movq -384(%rbp), %rdi movl -356(%rbp), %esi movslq -360(%rbp), %rdx movq $-1, %rcx callq ___memset_chk LBB269_14: movslq -360(%rbp), %rax addq _ind(%rip), %rax movq %rax, _ind(%rip) jmp LBB269_111 LBB269_15: callq _next LBB269_16: ## =>This Inner Loop Header: Depth=1 movq _tokc(%rip), %rax movq 8(%rax), %rax movq %rax, -400(%rbp) cmpl $206, _tok(%rip) je LBB269_19 ## %bb.17: ## in Loop: Header=BB269_16 Depth=1 jmp LBB269_18 LBB269_18: ## in Loop: Header=BB269_16 Depth=1 leaq L_.str.209(%rip), %rdi movb $0, %al callq _error LBB269_19: ## in Loop: Header=BB269_16 Depth=1 movq -400(%rbp), %rdi leaq -400(%rbp), %rsi xorl %edx, %edx callq _strtoll movq %rax, -392(%rbp) movq -400(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB269_21 ## %bb.20: ## in Loop: Header=BB269_16 Depth=1 jmp LBB269_18 LBB269_21: ## in Loop: Header=BB269_16 Depth=1 callq _next movq -376(%rbp), %rax cmpl $8, 32(%rax) je LBB269_23 ## %bb.22: ## in Loop: Header=BB269_16 Depth=1 movq -392(%rbp), %rax movl %eax, %edi callq _gen_le32 movq -392(%rbp), %rax shrq $32, %rax movl %eax, %edi callq _gen_le32 jmp LBB269_24 LBB269_23: ## in Loop: Header=BB269_16 Depth=1 movq _ind(%rip), %rax addq $8, %rax movq %rax, _ind(%rip) LBB269_24: ## in Loop: Header=BB269_16 Depth=1 cmpl $44, _tok(%rip) je LBB269_26 ## %bb.25: jmp LBB269_27 LBB269_26: ## in Loop: Header=BB269_16 Depth=1 callq _next jmp LBB269_16 LBB269_27: jmp LBB269_111 LBB269_28: movl $1, -360(%rbp) jmp LBB269_31 LBB269_29: movl $2, -360(%rbp) jmp LBB269_31 LBB269_30: movl $4, -360(%rbp) LBB269_31: callq _next LBB269_32: ## =>This Inner Loop Header: Depth=1 movq -344(%rbp), %rdi leaq -416(%rbp), %rsi callq _asm_expr movq -376(%rbp), %rax cmpl $8, 32(%rax) je LBB269_42 ## %bb.33: ## in Loop: Header=BB269_32 Depth=1 cmpl $4, -360(%rbp) jne LBB269_35 ## %bb.34: ## in Loop: Header=BB269_32 Depth=1 leaq -416(%rbp), %rdi callq _gen_expr32 jmp LBB269_41 LBB269_35: ## in Loop: Header=BB269_32 Depth=1 cmpq $0, -408(%rbp) je LBB269_37 ## %bb.36: ## in Loop: Header=BB269_32 Depth=1 leaq L_.str.210(%rip), %rdi callq _expect LBB269_37: ## in Loop: Header=BB269_32 Depth=1 cmpl $1, -360(%rbp) jne LBB269_39 ## %bb.38: ## in Loop: Header=BB269_32 Depth=1 movl -416(%rbp), %edi callq _g jmp LBB269_40 LBB269_39: ## in Loop: Header=BB269_32 Depth=1 movl -416(%rbp), %edi callq _gen_le16 LBB269_40: ## in Loop: Header=BB269_32 Depth=1 jmp LBB269_41 LBB269_41: ## in Loop: Header=BB269_32 Depth=1 jmp LBB269_43 LBB269_42: ## in Loop: Header=BB269_32 Depth=1 movslq -360(%rbp), %rax addq _ind(%rip), %rax movq %rax, _ind(%rip) LBB269_43: ## in Loop: Header=BB269_32 Depth=1 cmpl $44, _tok(%rip) je LBB269_45 ## %bb.44: jmp LBB269_46 LBB269_45: ## in Loop: Header=BB269_32 Depth=1 callq _next jmp LBB269_32 LBB269_46: jmp LBB269_111 LBB269_47: callq _next movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -420(%rbp) cmpl $0, -420(%rbp) jge LBB269_49 ## %bb.48: leaq L_.str.211(%rip), %rdi movb $0, %al callq _error jmp LBB269_111 LBB269_49: movl $1, -424(%rbp) movl $0, -428(%rbp) cmpl $44, _tok(%rip) jne LBB269_57 ## %bb.50: callq _next movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -424(%rbp) cmpl $0, -424(%rbp) jge LBB269_52 ## %bb.51: leaq L_.str.212(%rip), %rdi movb $0, %al callq _error jmp LBB269_111 LBB269_52: cmpl $8, -424(%rbp) jle LBB269_54 ## %bb.53: movl $8, -424(%rbp) LBB269_54: cmpl $44, _tok(%rip) jne LBB269_56 ## %bb.55: callq _next movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -428(%rbp) LBB269_56: jmp LBB269_57 LBB269_57: movl -428(%rbp), %eax ## kill: def $al killed $al killed $eax movb %al, -16(%rbp) movl -428(%rbp), %eax sarl $8, %eax ## kill: def $al killed $al killed $eax movb %al, -15(%rbp) movl -428(%rbp), %eax sarl $16, %eax ## kill: def $al killed $al killed $eax movb %al, -14(%rbp) movl -428(%rbp), %eax sarl $24, %eax ## kill: def $al killed $al killed $eax movb %al, -13(%rbp) movb $0, -12(%rbp) movb $0, -11(%rbp) movb $0, -10(%rbp) movb $0, -9(%rbp) movl $0, -432(%rbp) LBB269_58: ## =>This Loop Header: Depth=1 ## Child Loop BB269_60 Depth 2 movl -432(%rbp), %eax cmpl -420(%rbp), %eax jge LBB269_65 ## %bb.59: ## in Loop: Header=BB269_58 Depth=1 movl $0, -436(%rbp) LBB269_60: ## Parent Loop BB269_58 Depth=1 ## => This Inner Loop Header: Depth=2 movl -436(%rbp), %eax cmpl -424(%rbp), %eax jge LBB269_63 ## %bb.61: ## in Loop: Header=BB269_60 Depth=2 movslq -436(%rbp), %rax movzbl -16(%rbp,%rax), %edi callq _g ## %bb.62: ## in Loop: Header=BB269_60 Depth=2 movl -436(%rbp), %eax addl $1, %eax movl %eax, -436(%rbp) jmp LBB269_60 LBB269_63: ## in Loop: Header=BB269_58 Depth=1 jmp LBB269_64 LBB269_64: ## in Loop: Header=BB269_58 Depth=1 movl -432(%rbp), %eax addl $1, %eax movl %eax, -432(%rbp) jmp LBB269_58 LBB269_65: jmp LBB269_111 LBB269_66: callq _next movq -344(%rbp), %rdi callq _asm_int_expr cltq movq %rax, -448(%rbp) movq -448(%rbp), %rax cmpq _ind(%rip), %rax jae LBB269_68 ## %bb.67: leaq L_.str.213(%rip), %rdi movb $0, %al callq _error LBB269_68: movl $0, -356(%rbp) movq -448(%rbp), %rax subq _ind(%rip), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -360(%rbp) jmp LBB269_12 LBB269_69: callq _next movl _tok(%rip), %edi callq _label_find movq %rax, -456(%rbp) cmpq $0, -456(%rbp) jne LBB269_71 ## %bb.70: movq -344(%rbp), %rdi addq $424, %rdi ## imm = 0x1A8 movl _tok(%rip), %esi xorl %edx, %edx callq _label_push movq %rax, -456(%rbp) movq -456(%rbp), %rax movl $3, 24(%rax) LBB269_71: movq -456(%rbp), %rax movl 24(%rax), %ecx andl $-257, %ecx ## imm = 0xFEFF movl %ecx, 24(%rax) callq _next jmp LBB269_111 LBB269_72: movl _tok(%rip), %eax movl %eax, -476(%rbp) callq _next LBB269_73: ## =>This Loop Header: Depth=1 ## Child Loop BB269_79 Depth 2 cmpl $181, _tok(%rip) je LBB269_75 ## %bb.74: ## in Loop: Header=BB269_73 Depth=1 leaq L_.str.206(%rip), %rdi callq _expect LBB269_75: ## in Loop: Header=BB269_73 Depth=1 movq _tokc(%rip), %rax movq 8(%rax), %rax movq %rax, -464(%rbp) movq _tokc(%rip), %rax movl (%rax), %eax movl %eax, -472(%rbp) cmpl $397, -476(%rbp) ## imm = 0x18D jne LBB269_78 ## %bb.76: ## in Loop: Header=BB269_73 Depth=1 cmpl $0, -472(%rbp) jle LBB269_78 ## %bb.77: ## in Loop: Header=BB269_73 Depth=1 movl -472(%rbp), %eax addl $-1, %eax movl %eax, -472(%rbp) LBB269_78: ## in Loop: Header=BB269_73 Depth=1 movl $0, -468(%rbp) LBB269_79: ## Parent Loop BB269_73 Depth=1 ## => This Inner Loop Header: Depth=2 movl -468(%rbp), %eax cmpl -472(%rbp), %eax jge LBB269_82 ## %bb.80: ## in Loop: Header=BB269_79 Depth=2 movq -464(%rbp), %rax movslq -468(%rbp), %rcx movzbl (%rax,%rcx), %edi callq _g ## %bb.81: ## in Loop: Header=BB269_79 Depth=2 movl -468(%rbp), %eax addl $1, %eax movl %eax, -468(%rbp) jmp LBB269_79 LBB269_82: ## in Loop: Header=BB269_73 Depth=1 callq _next cmpl $44, _tok(%rip) jne LBB269_84 ## %bb.83: ## in Loop: Header=BB269_73 Depth=1 callq _next jmp LBB269_87 LBB269_84: ## in Loop: Header=BB269_73 Depth=1 cmpl $181, _tok(%rip) je LBB269_86 ## %bb.85: jmp LBB269_88 LBB269_86: ## in Loop: Header=BB269_73 Depth=1 jmp LBB269_87 LBB269_87: ## in Loop: Header=BB269_73 Depth=1 jmp LBB269_73 LBB269_88: jmp LBB269_111 LBB269_89: movl _tok(%rip), %eax movl %eax, -364(%rbp) movl $0, -348(%rbp) callq _next cmpl $59, _tok(%rip) je LBB269_92 ## %bb.90: cmpl $10, _tok(%rip) je LBB269_92 ## %bb.91: movq -344(%rbp), %rdi callq _asm_int_expr movl %eax, -348(%rbp) callq _next LBB269_92: leaq -80(%rbp), %rax movq %rax, -512(%rbp) ## 8-byte Spill movl -348(%rbp), %edx leaq L_.str.215(%rip), %rax leaq L_.str.214(%rip), %rcx cmpl $0, %edx cmovneq %rcx, %rax movq %rax, -504(%rbp) ## 8-byte Spill movl -364(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -512(%rbp), %rdi ## 8-byte Reload movq -504(%rbp), %rcx ## 8-byte Reload movq %rax, %r8 movl -348(%rbp), %r9d xorl %esi, %esi movl $64, %edx movb $0, %al callq ___sprintf_chk movq -344(%rbp), %rdi leaq -80(%rbp), %rsi callq _use_section jmp LBB269_111 LBB269_93: callq _next movb $0, -336(%rbp) LBB269_94: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $59, _tok(%rip) movb %al, -513(%rbp) ## 1-byte Spill je LBB269_97 ## %bb.95: ## in Loop: Header=BB269_94 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, _tok(%rip) movb %al, -513(%rbp) ## 1-byte Spill je LBB269_97 ## %bb.96: ## in Loop: Header=BB269_94 Depth=1 cmpl $44, _tok(%rip) setne %al movb %al, -513(%rbp) ## 1-byte Spill LBB269_97: ## in Loop: Header=BB269_94 Depth=1 movb -513(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB269_98 jmp LBB269_102 LBB269_98: ## in Loop: Header=BB269_94 Depth=1 cmpl $181, _tok(%rip) jne LBB269_100 ## %bb.99: ## in Loop: Header=BB269_94 Depth=1 leaq -336(%rbp), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rdx movl $256, %esi ## imm = 0x100 callq _pstrcat jmp LBB269_101 LBB269_100: ## in Loop: Header=BB269_94 Depth=1 leaq -336(%rbp), %rax movq %rax, -528(%rbp) ## 8-byte Spill movl _tok(%rip), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -528(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx movl $256, %esi ## imm = 0x100 callq _pstrcat LBB269_101: ## in Loop: Header=BB269_94 Depth=1 callq _next jmp LBB269_94 LBB269_102: cmpl $44, _tok(%rip) jne LBB269_106 ## %bb.103: callq _next cmpl $181, _tok(%rip) je LBB269_105 ## %bb.104: leaq L_.str.206(%rip), %rdi callq _expect LBB269_105: callq _next LBB269_106: movq _cur_text_section(%rip), %rax movq %rax, _last_text_section(%rip) movq -344(%rbp), %rdi leaq -336(%rbp), %rsi callq _use_section jmp LBB269_111 LBB269_107: callq _next cmpq $0, _last_text_section(%rip) jne LBB269_109 ## %bb.108: leaq L_.str.216(%rip), %rdi movb $0, %al callq _error LBB269_109: movq _cur_text_section(%rip), %rax movq %rax, -488(%rbp) movq -344(%rbp), %rdi movq _last_text_section(%rip), %rsi callq _use_section1 movq -488(%rbp), %rax movq %rax, _last_text_section(%rip) jmp LBB269_111 LBB269_110: movl _tok(%rip), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.217(%rip), %rdi movb $0, %al callq _error LBB269_111: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB269_113 ## %bb.112: addq $528, %rsp ## imm = 0x210 popq %rbp retq LBB269_113: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_new_label _asm_new_label: ## @asm_new_label .cfi_startproc ## %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 %edx, -16(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx movq _cur_text_section(%rip), %rax movl 28(%rax), %ecx movq _ind(%rip), %r8 callq _asm_new_label1 addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_get_local_label_name _asm_get_local_label_name: ## @asm_get_local_label_name .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, -88(%rbp) movl %esi, -92(%rbp) leaq -80(%rbp), %rdi movl -92(%rbp), %r9d movl $64, %ecx xorl %edx, %edx leaq L_.str.223(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -80(%rbp), %rax movq %rax, -120(%rbp) ## 8-byte Spill leaq -80(%rbp), %rdi callq _strlen movq -120(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _tok_alloc movq %rax, -104(%rbp) movq -104(%rbp), %rax movl 40(%rax), %eax movl %eax, -108(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB271_2 ## %bb.1: movl -108(%rbp), %eax ## 4-byte Reload addq $128, %rsp popq %rbp retq LBB271_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_int_expr _asm_int_expr: ## @asm_int_expr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi leaq -24(%rbp), %rsi callq _asm_expr cmpq $0, -16(%rbp) je LBB272_2 ## %bb.1: leaq L_.str.210(%rip), %rdi callq _expect LBB272_2: movl -24(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_new_label1 _asm_new_label1: ## @asm_new_label1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl %ecx, -20(%rbp) movq %r8, -32(%rbp) movl -12(%rbp), %edi callq _label_find movq %rax, -40(%rbp) cmpq $0, -40(%rbp) je LBB273_7 ## %bb.1: movq -40(%rbp), %rax cmpq $0, 8(%rax) je LBB273_6 ## %bb.2: cmpl $0, -16(%rbp) jne LBB273_4 ## %bb.3: movl -12(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.224(%rip), %rdi movb $0, %al callq _error jmp LBB273_5 LBB273_4: jmp LBB273_8 LBB273_5: jmp LBB273_6 LBB273_6: jmp LBB273_9 LBB273_7: jmp LBB273_8 LBB273_8: movq -8(%rbp), %rdi addq $424, %rdi ## imm = 0x1A8 movl -12(%rbp), %esi xorl %edx, %edx callq _label_push movq %rax, -40(%rbp) movq -40(%rbp), %rax movl $259, 24(%rax) ## imm = 0x103 LBB273_9: movslq -20(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 40(%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_opcode _asm_opcode: ## @asm_opcode .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -104(%rbp) movl %esi, -108(%rbp) leaq -80(%rbp), %rax movq %rax, -168(%rbp) movl $0, -148(%rbp) LBB274_1: ## =>This Inner Loop Header: Depth=1 cmpl $59, _tok(%rip) je LBB274_3 ## %bb.2: ## in Loop: Header=BB274_1 Depth=1 cmpl $10, _tok(%rip) jne LBB274_4 LBB274_3: jmp LBB274_9 LBB274_4: ## in Loop: Header=BB274_1 Depth=1 cmpl $3, -148(%rbp) jl LBB274_6 ## %bb.5: ## in Loop: Header=BB274_1 Depth=1 leaq L_.str.225(%rip), %rdi movb $0, %al callq _error LBB274_6: ## in Loop: Header=BB274_1 Depth=1 movq -104(%rbp), %rdi movq -168(%rbp), %rsi callq _parse_operand movq -168(%rbp), %rax addq $24, %rax movq %rax, -168(%rbp) movl -148(%rbp), %eax addl $1, %eax movl %eax, -148(%rbp) cmpl $44, _tok(%rip) je LBB274_8 ## %bb.7: jmp LBB274_9 LBB274_8: ## in Loop: Header=BB274_1 Depth=1 callq _next jmp LBB274_1 LBB274_9: movl $0, -144(%rbp) movl $0, -152(%rbp) leaq _asm_instrs(%rip), %rax movq %rax, -120(%rbp) LBB274_10: ## =>This Loop Header: Depth=1 ## Child Loop BB274_53 Depth 2 movq -120(%rbp), %rax movzwl (%rax), %eax cmpl $0, %eax je LBB274_69 ## %bb.11: ## in Loop: Header=BB274_10 Depth=1 movl $0, -152(%rbp) movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB274_16 ## %bb.12: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax movl %eax, -136(%rbp) cmpl $48, -136(%rbp) jae LBB274_14 ## %bb.13: ## in Loop: Header=BB274_10 Depth=1 movl -136(%rbp), %eax movl $6, %ecx cltd idivl %ecx cmpl $0, %edx je LBB274_15 LBB274_14: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_15: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_50 LBB274_16: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB274_21 ## %bb.17: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx cmpl %ecx, %eax jl LBB274_19 ## %bb.18: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx addl $32, %ecx cmpl %ecx, %eax jl LBB274_20 LBB274_19: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_20: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_36 LBB274_21: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $128, %eax cmpl $0, %eax je LBB274_26 ## %bb.22: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx cmpl %ecx, %eax jl LBB274_24 ## %bb.23: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx addl $28, %ecx cmpl %ecx, %eax jl LBB274_25 LBB274_24: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_25: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_36 LBB274_26: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $64, %eax cmpl $0, %eax je LBB274_31 ## %bb.27: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx cmpl %ecx, %eax jl LBB274_29 ## %bb.28: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx addl $30, %ecx cmpl %ecx, %eax jl LBB274_30 LBB274_29: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_30: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_47 LBB274_31: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB274_37 ## %bb.32: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx cmpl %ecx, %eax jl LBB274_34 ## %bb.33: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx addl $3, %ecx cmpl %ecx, %eax jle LBB274_35 LBB274_34: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_35: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_36 LBB274_36: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax andl $3, %eax movl %eax, -152(%rbp) jmp LBB274_46 LBB274_37: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $4, %eax cmpl $0, %eax je LBB274_42 ## %bb.38: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx cmpl %ecx, %eax jl LBB274_40 ## %bb.39: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx addl $2, %ecx cmpl %ecx, %eax jle LBB274_41 LBB274_40: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_41: ## in Loop: Header=BB274_10 Depth=1 movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax addl $1, %eax movl %eax, -152(%rbp) jmp LBB274_45 LBB274_42: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzwl (%rax), %eax cmpl -108(%rbp), %eax je LBB274_44 ## %bb.43: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_44: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_45 LBB274_45: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_46 LBB274_46: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_47 LBB274_47: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_48 LBB274_48: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_49 LBB274_49: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_50 LBB274_50: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax movzbl 6(%rax), %eax cmpl -148(%rbp), %eax je LBB274_52 ## %bb.51: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_52: ## in Loop: Header=BB274_10 Depth=1 movl $0, -124(%rbp) LBB274_53: ## Parent Loop BB274_10 Depth=1 ## => This Inner Loop Header: Depth=2 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_66 ## %bb.54: ## in Loop: Header=BB274_53 Depth=2 movq -120(%rbp), %rax movslq -124(%rbp), %rcx movzbl 7(%rax,%rcx), %eax movl %eax, -172(%rbp) movl -172(%rbp), %eax andl $31, %eax movl %eax, -176(%rbp) movl -176(%rbp), %eax addl $-20, %eax movl %eax, %ecx movq %rcx, -208(%rbp) ## 8-byte Spill subl $3, %eax ja LBB274_59 ## %bb.231: ## in Loop: Header=BB274_53 Depth=2 movq -208(%rbp), %rax ## 8-byte Reload leaq LJTI274_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB274_55: ## in Loop: Header=BB274_53 Depth=2 movl $13312, -136(%rbp) ## imm = 0x3400 jmp LBB274_60 LBB274_56: ## in Loop: Header=BB274_53 Depth=2 movl $7, -136(%rbp) jmp LBB274_60 LBB274_57: ## in Loop: Header=BB274_53 Depth=2 movl $6, -136(%rbp) jmp LBB274_60 LBB274_58: ## in Loop: Header=BB274_53 Depth=2 movl $12288, -136(%rbp) ## imm = 0x3000 jmp LBB274_60 LBB274_59: ## in Loop: Header=BB274_53 Depth=2 movl -176(%rbp), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -136(%rbp) LBB274_60: ## in Loop: Header=BB274_53 Depth=2 movl -172(%rbp), %eax andl $128, %eax cmpl $0, %eax je LBB274_62 ## %bb.61: ## in Loop: Header=BB274_53 Depth=2 movl -136(%rbp), %eax orl $1073741824, %eax ## imm = 0x40000000 movl %eax, -136(%rbp) LBB274_62: ## in Loop: Header=BB274_53 Depth=2 movl -136(%rbp), %ecx movslq -124(%rbp), %rax movl %ecx, -92(%rbp,%rax,4) movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax andl -136(%rbp), %eax cmpl $0, %eax jne LBB274_64 ## %bb.63: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_67 LBB274_64: ## in Loop: Header=BB274_53 Depth=2 jmp LBB274_65 LBB274_65: ## in Loop: Header=BB274_53 Depth=2 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_53 LBB274_66: jmp LBB274_69 LBB274_67: ## in Loop: Header=BB274_10 Depth=1 jmp LBB274_68 LBB274_68: ## in Loop: Header=BB274_10 Depth=1 movq -120(%rbp), %rax addq $10, %rax movq %rax, -120(%rbp) jmp LBB274_10 LBB274_69: movq -120(%rbp), %rax movzwl (%rax), %eax cmpl $0, %eax jne LBB274_77 ## %bb.70: cmpl $844, -108(%rbp) ## imm = 0x34C jl LBB274_75 ## %bb.71: cmpl $937, -108(%rbp) ## imm = 0x3A9 jg LBB274_75 ## %bb.72: movl -108(%rbp), %eax subl $844, %eax ## imm = 0x34C movslq %eax, %rcx leaq _op0_codes(%rip), %rax movzwl (%rax,%rcx,2), %eax movl %eax, -180(%rbp) movl -180(%rbp), %eax andl $65280, %eax ## imm = 0xFF00 cmpl $0, %eax je LBB274_74 ## %bb.73: movl -180(%rbp), %edi sarl $8, %edi callq _g LBB274_74: movl -180(%rbp), %edi callq _g jmp LBB274_228 LBB274_75: movl -108(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.226(%rip), %rdi movb $0, %al callq _error ## %bb.76: jmp LBB274_77 LBB274_77: cmpl $3, -152(%rbp) jne LBB274_95 ## %bb.78: movl $0, -124(%rbp) LBB274_79: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $3, -152(%rbp) movb %al, -209(%rbp) ## 1-byte Spill jne LBB274_81 ## %bb.80: ## in Loop: Header=BB274_79 Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax setl %al movb %al, -209(%rbp) ## 1-byte Spill LBB274_81: ## in Loop: Header=BB274_79 Depth=1 movb -209(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB274_82 jmp LBB274_87 LBB274_82: ## in Loop: Header=BB274_79 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax andl $7, %eax cmpl $0, %eax je LBB274_85 ## %bb.83: ## in Loop: Header=BB274_79 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax andl $196608, %eax ## imm = 0x30000 cmpl $0, %eax jne LBB274_85 ## %bb.84: ## in Loop: Header=BB274_79 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax andl $7, %eax movl %eax, %eax movl %eax, %ecx leaq _reg_to_size(%rip), %rax movzbl (%rax,%rcx), %eax movl %eax, -152(%rbp) LBB274_85: ## in Loop: Header=BB274_79 Depth=1 jmp LBB274_86 LBB274_86: ## in Loop: Header=BB274_79 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_79 LBB274_87: cmpl $3, -152(%rbp) jne LBB274_94 ## %bb.88: cmpl $598, -108(%rbp) ## imm = 0x256 je LBB274_90 ## %bb.89: cmpl $601, -108(%rbp) ## imm = 0x259 jne LBB274_92 LBB274_90: movl -80(%rbp), %eax andl $10496, %eax ## imm = 0x2900 cmpl $0, %eax je LBB274_92 ## %bb.91: movl $2, -152(%rbp) jmp LBB274_93 LBB274_92: leaq L_.str.227(%rip), %rdi movb $0, %al callq _error LBB274_93: jmp LBB274_94 LBB274_94: jmp LBB274_95 LBB274_95: movl -152(%rbp), %eax movl %eax, -156(%rbp) cmpl $1, -152(%rbp) je LBB274_97 ## %bb.96: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB274_98 LBB274_97: movl $102, %edi callq _g jmp LBB274_101 LBB274_98: cmpl $2, -152(%rbp) jne LBB274_100 ## %bb.99: movl $1, -152(%rbp) LBB274_100: jmp LBB274_101 LBB274_101: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $32, %eax cmpl $0, %eax je LBB274_103 ## %bb.102: movl $155, %edi callq _g LBB274_103: movq -120(%rbp), %rax movzwl 2(%rax), %eax movl %eax, -136(%rbp) cmpl $105, -136(%rbp) je LBB274_105 ## %bb.104: cmpl $105, -136(%rbp) jne LBB274_106 LBB274_105: movl $3, -148(%rbp) movq -56(%rbp), %rax movq %rax, -32(%rbp) movq -48(%rbp), %rax movq %rax, -24(%rbp) movq -40(%rbp), %rax movq %rax, -16(%rbp) jmp LBB274_124 LBB274_106: cmpl $205, -136(%rbp) jne LBB274_110 ## %bb.107: cmpl $3, -72(%rbp) jne LBB274_110 ## %bb.108: cmpq $0, -64(%rbp) jne LBB274_110 ## %bb.109: movl -136(%rbp), %eax addl $-1, %eax movl %eax, -136(%rbp) movl $0, -148(%rbp) jmp LBB274_123 LBB274_110: cmpl $6, -136(%rbp) je LBB274_112 ## %bb.111: cmpl $7, -136(%rbp) jne LBB274_116 LBB274_112: movsbl -76(%rbp), %eax cmpl $4, %eax jl LBB274_114 ## %bb.113: movl -136(%rbp), %eax subl $6, %eax addl $4000, %eax ## imm = 0xFA0 movsbl -76(%rbp), %ecx subl $4, %ecx shll $3, %ecx addl %ecx, %eax movl %eax, -136(%rbp) jmp LBB274_115 LBB274_114: movsbl -76(%rbp), %eax shll $3, %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) LBB274_115: movl $0, -148(%rbp) jmp LBB274_122 LBB274_116: cmpl $5, -136(%rbp) jg LBB274_118 ## %bb.117: movl -108(%rbp), %eax subl $490, %eax ## imm = 0x1EA sarl $2, %eax shll $3, %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) jmp LBB274_121 LBB274_118: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $2064, %eax ## imm = 0x810 cmpl $2048, %eax ## imm = 0x800 jne LBB274_120 ## %bb.119: movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax movl $6, %ecx cltd idivl %ecx shll $3, %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) LBB274_120: jmp LBB274_121 LBB274_121: jmp LBB274_122 LBB274_122: jmp LBB274_123 LBB274_123: jmp LBB274_124 LBB274_124: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $8, %eax cmpl $0, %eax je LBB274_135 ## %bb.125: movl $0, -124(%rbp) LBB274_126: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_131 ## %bb.127: ## in Loop: Header=BB274_126 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax andl $519, %eax ## imm = 0x207 cmpl $0, %eax je LBB274_129 ## %bb.128: movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movsbl 4(%rax), %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) jmp LBB274_131 LBB274_129: ## in Loop: Header=BB274_126 Depth=1 jmp LBB274_130 LBB274_130: ## in Loop: Header=BB274_126 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_126 LBB274_131: movq -120(%rbp), %rax movzwl 2(%rax), %eax cmpl $176, %eax jne LBB274_134 ## %bb.132: cmpl $1, -152(%rbp) jl LBB274_134 ## %bb.133: movl -136(%rbp), %eax addl $7, %eax movl %eax, -136(%rbp) LBB274_134: jmp LBB274_135 LBB274_135: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $2, %eax cmpl $0, %eax je LBB274_137 ## %bb.136: movl -152(%rbp), %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) LBB274_137: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $64, %eax cmpl $0, %eax je LBB274_139 ## %bb.138: movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax movslq %eax, %rcx leaq _test_bits(%rip), %rax movzbl (%rax,%rcx), %eax addl -136(%rbp), %eax movl %eax, -136(%rbp) LBB274_139: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $1024, %eax ## imm = 0x400 cmpl $0, %eax je LBB274_155 ## %bb.140: movq -64(%rbp), %rax movq %rax, -192(%rbp) cmpq $0, -192(%rbp) jne LBB274_142 ## %bb.141: jmp LBB274_147 LBB274_142: movq -192(%rbp), %rax movq 8(%rax), %rax movq _cur_text_section(%rip), %rcx movslq 28(%rcx), %rcx cmpq %rcx, %rax je LBB274_144 ## %bb.143: jmp LBB274_147 LBB274_144: movl -72(%rbp), %eax ## kill: def $rax killed $eax movq -192(%rbp), %rcx movq 40(%rcx), %rcx addq %rcx, %rax subq _ind(%rip), %rax subq $2, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -196(%rbp) movl -196(%rbp), %eax movl -196(%rbp), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB274_146 ## %bb.145: movl $1, -144(%rbp) movl -196(%rbp), %eax movl %eax, -72(%rbp) jmp LBB274_154 LBB274_146: jmp LBB274_147 LBB274_147: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $1, %eax cmpl $0, %eax je LBB274_152 ## %bb.148: cmpl $235, -136(%rbp) jne LBB274_150 ## %bb.149: movl $233, -136(%rbp) jmp LBB274_151 LBB274_150: movl -136(%rbp), %eax addl $3856, %eax ## imm = 0xF10 movl %eax, -136(%rbp) LBB274_151: jmp LBB274_153 LBB274_152: leaq L_.str.228(%rip), %rdi movb $0, %al callq _error LBB274_153: jmp LBB274_154 LBB274_154: jmp LBB274_155 LBB274_155: movl -136(%rbp), %eax sarl $8, %eax movl %eax, -140(%rbp) cmpl $0, -140(%rbp) je LBB274_157 ## %bb.156: movl -140(%rbp), %edi callq _g LBB274_157: movl -136(%rbp), %edi callq _g movl $0, -128(%rbp) movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $128, %eax cmpl $0, %eax je LBB274_161 ## %bb.158: movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax sarl $2, %eax movl %eax, -132(%rbp) cmpl $6, -132(%rbp) jne LBB274_160 ## %bb.159: movl $7, -132(%rbp) LBB274_160: jmp LBB274_168 LBB274_161: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB274_163 ## %bb.162: movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax sarl $2, %eax movl %eax, -132(%rbp) jmp LBB274_167 LBB274_163: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $2048, %eax ## imm = 0x800 cmpl $0, %eax je LBB274_165 ## %bb.164: movl -108(%rbp), %eax movq -120(%rbp), %rcx movzwl (%rcx), %ecx subl %ecx, %eax movl $6, %ecx cltd idivl %ecx movl %eax, -132(%rbp) jmp LBB274_166 LBB274_165: movq -120(%rbp), %rax movzwl 4(%rax), %eax sarl $13, %eax andl $7, %eax movl %eax, -132(%rbp) LBB274_166: jmp LBB274_167 LBB274_167: jmp LBB274_168 LBB274_168: movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $16, %eax cmpl $0, %eax je LBB274_190 ## %bb.169: movl $0, -124(%rbp) LBB274_170: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_175 ## %bb.171: ## in Loop: Header=BB274_170 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax andl $1073741824, %eax ## imm = 0x40000000 cmpl $0, %eax je LBB274_173 ## %bb.172: jmp LBB274_182 LBB274_173: ## in Loop: Header=BB274_170 Depth=1 jmp LBB274_174 LBB274_174: ## in Loop: Header=BB274_170 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_170 LBB274_175: movl $0, -124(%rbp) LBB274_176: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_181 ## %bb.177: ## in Loop: Header=BB274_176 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax andl $524319, %eax ## imm = 0x8001F cmpl $0, %eax je LBB274_179 ## %bb.178: jmp LBB274_182 LBB274_179: ## in Loop: Header=BB274_176 Depth=1 jmp LBB274_180 LBB274_180: ## in Loop: Header=BB274_176 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_176 LBB274_181: jmp LBB274_182 LBB274_182: movl -124(%rbp), %eax movl %eax, -128(%rbp) movl $0, -124(%rbp) LBB274_183: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_189 ## %bb.184: ## in Loop: Header=BB274_183 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax movl %eax, -136(%rbp) movl -124(%rbp), %eax cmpl -128(%rbp), %eax je LBB274_187 ## %bb.185: ## in Loop: Header=BB274_183 Depth=1 movl -136(%rbp), %eax andl $511, %eax ## imm = 0x1FF cmpl $0, %eax je LBB274_187 ## %bb.186: movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movsbl 4(%rax), %eax movl %eax, -132(%rbp) jmp LBB274_189 LBB274_187: ## in Loop: Header=BB274_183 Depth=1 jmp LBB274_188 LBB274_188: ## in Loop: Header=BB274_183 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_183 LBB274_189: movl -132(%rbp), %edi movslq -128(%rbp), %rax leaq -80(%rbp), %rsi imulq $24, %rax, %rax addq %rax, %rsi callq _asm_modrm LBB274_190: movq -120(%rbp), %rax movzwl 2(%rax), %eax cmpl $154, %eax je LBB274_192 ## %bb.191: movq -120(%rbp), %rax movzwl 2(%rax), %eax cmpl $234, %eax jne LBB274_195 LBB274_192: leaq -80(%rbp), %rdi addq $24, %rdi addq $8, %rdi callq _gen_expr32 cmpq $0, -64(%rbp) je LBB274_194 ## %bb.193: leaq L_.str.229(%rip), %rdi movb $0, %al callq _error LBB274_194: movl -72(%rbp), %edi callq _gen_le16 jmp LBB274_228 LBB274_195: movl $0, -124(%rbp) LBB274_196: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %eax cmpl -148(%rbp), %eax jge LBB274_227 ## %bb.197: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rax movl -92(%rbp,%rax,4), %eax movl %eax, -136(%rbp) movl -136(%rbp), %eax andl $277504, %eax ## imm = 0x43C00 cmpl $0, %eax je LBB274_225 ## %bb.198: ## in Loop: Header=BB274_196 Depth=1 cmpl $13312, -136(%rbp) ## imm = 0x3400 je LBB274_200 ## %bb.199: ## in Loop: Header=BB274_196 Depth=1 cmpl $12288, -136(%rbp) ## imm = 0x3000 jne LBB274_207 LBB274_200: ## in Loop: Header=BB274_196 Depth=1 cmpl $0, -156(%rbp) jne LBB274_202 ## %bb.201: ## in Loop: Header=BB274_196 Depth=1 movl $1024, -136(%rbp) ## imm = 0x400 jmp LBB274_206 LBB274_202: ## in Loop: Header=BB274_196 Depth=1 cmpl $1, -156(%rbp) jne LBB274_204 ## %bb.203: ## in Loop: Header=BB274_196 Depth=1 movl $4096, -136(%rbp) ## imm = 0x1000 jmp LBB274_205 LBB274_204: ## in Loop: Header=BB274_196 Depth=1 movl $8192, -136(%rbp) ## imm = 0x2000 LBB274_205: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_206 LBB274_206: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_207 LBB274_207: ## in Loop: Header=BB274_196 Depth=1 movl -136(%rbp), %eax andl $3072, %eax ## imm = 0xC00 cmpl $0, %eax je LBB274_211 ## %bb.208: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, 16(%rax) je LBB274_210 ## %bb.209: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_214 LBB274_210: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl 8(%rax), %edi callq _g jmp LBB274_224 LBB274_211: ## in Loop: Header=BB274_196 Depth=1 movl -136(%rbp), %eax andl $4096, %eax ## imm = 0x1000 cmpl $0, %eax je LBB274_216 ## %bb.212: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax cmpq $0, 16(%rax) je LBB274_215 ## %bb.213: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_214 LBB274_214: ## in Loop: Header=BB274_196 Depth=1 leaq L_.str.229(%rip), %rdi movb $0, %al callq _error LBB274_215: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl 8(%rax), %edi callq _gen_le16 jmp LBB274_223 LBB274_216: ## in Loop: Header=BB274_196 Depth=1 movq -120(%rbp), %rax movzwl 4(%rax), %eax andl $1025, %eax ## imm = 0x401 cmpl $0, %eax je LBB274_221 ## %bb.217: ## in Loop: Header=BB274_196 Depth=1 cmpl $0, -144(%rbp) je LBB274_219 ## %bb.218: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rcx leaq -80(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movl 8(%rax), %edi callq _g jmp LBB274_220 LBB274_219: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rax leaq -80(%rbp), %rdi imulq $24, %rax, %rax addq %rax, %rdi addq $8, %rdi callq _gen_disp32 LBB274_220: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_222 LBB274_221: ## in Loop: Header=BB274_196 Depth=1 movslq -124(%rbp), %rax leaq -80(%rbp), %rdi imulq $24, %rax, %rax addq %rax, %rdi addq $8, %rdi callq _gen_expr32 LBB274_222: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_223 LBB274_223: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_224 LBB274_224: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_225 LBB274_225: ## in Loop: Header=BB274_196 Depth=1 jmp LBB274_226 LBB274_226: ## in Loop: Header=BB274_196 Depth=1 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB274_196 LBB274_227: jmp LBB274_228 LBB274_228: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB274_230 ## %bb.229: addq $224, %rsp popq %rbp retq LBB274_230: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L274_0_set_55, LBB274_55-LJTI274_0 .set L274_0_set_56, LBB274_56-LJTI274_0 .set L274_0_set_57, LBB274_57-LJTI274_0 .set L274_0_set_58, LBB274_58-LJTI274_0 LJTI274_0: .long L274_0_set_55 .long L274_0_set_56 .long L274_0_set_57 .long L274_0_set_58 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function asm_free_labels _asm_free_labels: ## @asm_free_labels .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 424(%rax), %rax movq %rax, -16(%rbp) LBB275_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB275_9 ## %bb.2: ## in Loop: Header=BB275_1 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB275_7 ## %bb.3: ## in Loop: Header=BB275_1 Depth=1 movq -16(%rbp), %rax cmpq $65521, 8(%rax) ## imm = 0xFFF1 jne LBB275_5 ## %bb.4: ## in Loop: Header=BB275_1 Depth=1 movl $1, %eax movq %rax, -32(%rbp) jmp LBB275_6 LBB275_5: ## in Loop: Header=BB275_1 Depth=1 movq -8(%rbp), %rax movq 104(%rax), %rax movq -16(%rbp), %rcx movq 8(%rcx), %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) LBB275_6: ## in Loop: Header=BB275_1 Depth=1 movq -16(%rbp), %rdi movq -32(%rbp), %rsi movq -16(%rbp), %rax movq 40(%rax), %rdx xorl %eax, %eax movl %eax, %ecx xorl %r8d, %r8d callq _put_extern_sym2 LBB275_7: ## in Loop: Header=BB275_1 Depth=1 movq _table_ident(%rip), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx subq $256, %rcx ## imm = 0x100 movq (%rax,%rcx,8), %rax movq $0, 16(%rax) movq -16(%rbp), %rdi callq _sym_free ## %bb.8: ## in Loop: Header=BB275_1 Depth=1 movq -24(%rbp), %rax movq %rax, -16(%rbp) jmp LBB275_1 LBB275_9: movq -8(%rbp), %rax movq $0, 424(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_expr _asm_expr: ## @asm_expr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr_sum addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_expr32 _gen_expr32: ## @gen_expr32 .cfi_startproc ## %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 cmpq $0, 8(%rax) je LBB277_2 ## %bb.1: movq _cur_text_section(%rip), %rdi movq -8(%rbp), %rax movq 8(%rax), %rsi movq _ind(%rip), %rdx movl $1, %ecx callq _greloc LBB277_2: movq -8(%rbp), %rax movl (%rax), %edi callq _gen_le32 addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_le16 _gen_le16: ## @gen_le16 .cfi_startproc ## %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 _g movl -4(%rbp), %edi sarl $8, %edi callq _g addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function use_section _use_section: ## @use_section .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _find_section movq %rax, -24(%rbp) movq -8(%rbp), %rdi movq -24(%rbp), %rsi callq _use_section1 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function use_section1 _use_section1: ## @use_section1 .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 _ind(%rip), %rcx movq _cur_text_section(%rip), %rax movq %rcx, (%rax) movq -16(%rbp), %rax movq %rax, _cur_text_section(%rip) movq _cur_text_section(%rip), %rax movq (%rax), %rax movq %rax, _ind(%rip) popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_expr_sum _asm_expr_sum: ## @asm_expr_sum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr_logic LBB281_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax movl %eax, -20(%rbp) cmpl $43, -20(%rbp) je LBB281_4 ## %bb.2: ## in Loop: Header=BB281_1 Depth=1 cmpl $45, -20(%rbp) je LBB281_4 ## %bb.3: jmp LBB281_34 LBB281_4: ## in Loop: Header=BB281_1 Depth=1 callq _next movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _asm_expr_logic cmpl $43, -20(%rbp) jne LBB281_12 ## %bb.5: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB281_8 ## %bb.6: ## in Loop: Header=BB281_1 Depth=1 cmpq $0, -32(%rbp) je LBB281_8 ## %bb.7: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_29 LBB281_8: ## in Loop: Header=BB281_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax addl (%rax), %ecx movl %ecx, (%rax) movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB281_11 ## %bb.9: ## in Loop: Header=BB281_1 Depth=1 cmpq $0, -32(%rbp) je LBB281_11 ## %bb.10: ## in Loop: Header=BB281_1 Depth=1 movq -32(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) LBB281_11: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_33 LBB281_12: ## in Loop: Header=BB281_1 Depth=1 movl -40(%rbp), %edx movq -16(%rbp), %rax movl (%rax), %ecx subl %edx, %ecx movl %ecx, (%rax) movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB281_15 ## %bb.13: ## in Loop: Header=BB281_1 Depth=1 cmpq $0, -32(%rbp) jne LBB281_15 ## %bb.14: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_32 LBB281_15: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB281_18 ## %bb.16: ## in Loop: Header=BB281_1 Depth=1 cmpq $0, -32(%rbp) jne LBB281_18 ## %bb.17: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_31 LBB281_18: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB281_28 ## %bb.19: ## in Loop: Header=BB281_1 Depth=1 cmpq $0, -32(%rbp) je LBB281_28 ## %bb.20: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax cmpq -32(%rbp), %rax jne LBB281_22 ## %bb.21: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_27 LBB281_22: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq 8(%rax), %rax movq -32(%rbp), %rcx cmpq 8(%rcx), %rax jne LBB281_25 ## %bb.23: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax cmpq $0, 8(%rax) je LBB281_25 ## %bb.24: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax movq 8(%rax), %rax movq 40(%rax), %rdx movq -32(%rbp), %rax movq 40(%rax), %rax subq %rax, %rdx movq -16(%rbp), %rax movl (%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, (%rax) jmp LBB281_26 LBB281_25: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_29 LBB281_26: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_27 LBB281_27: ## in Loop: Header=BB281_1 Depth=1 movq -16(%rbp), %rax movq $0, 8(%rax) jmp LBB281_30 LBB281_28: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_29 LBB281_29: ## in Loop: Header=BB281_1 Depth=1 leaq L_.str.218(%rip), %rdi movb $0, %al callq _error LBB281_30: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_31 LBB281_31: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_32 LBB281_32: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_33 LBB281_33: ## in Loop: Header=BB281_1 Depth=1 jmp LBB281_1 LBB281_34: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_expr_logic _asm_expr_logic: ## @asm_expr_logic .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 movq -16(%rbp), %rsi callq _asm_expr_prod LBB282_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax movl %eax, -20(%rbp) cmpl $38, -20(%rbp) je LBB282_5 ## %bb.2: ## in Loop: Header=BB282_1 Depth=1 cmpl $124, -20(%rbp) je LBB282_5 ## %bb.3: ## in Loop: Header=BB282_1 Depth=1 cmpl $94, -20(%rbp) je LBB282_5 ## %bb.4: jmp LBB282_14 LBB282_5: ## in Loop: Header=BB282_1 Depth=1 callq _next movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _asm_expr_prod movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB282_7 ## %bb.6: ## in Loop: Header=BB282_1 Depth=1 cmpq $0, -32(%rbp) je LBB282_8 LBB282_7: ## in Loop: Header=BB282_1 Depth=1 leaq L_.str.218(%rip), %rdi movb $0, %al callq _error LBB282_8: ## in Loop: Header=BB282_1 Depth=1 movl -20(%rbp), %eax movl %eax, -44(%rbp) ## 4-byte Spill subl $38, %eax je LBB282_9 jmp LBB282_15 LBB282_15: ## in Loop: Header=BB282_1 Depth=1 movl -44(%rbp), %eax ## 4-byte Reload subl $94, %eax je LBB282_12 jmp LBB282_16 LBB282_16: ## in Loop: Header=BB282_1 Depth=1 movl -44(%rbp), %eax ## 4-byte Reload subl $124, %eax je LBB282_10 jmp LBB282_11 LBB282_9: ## in Loop: Header=BB282_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax andl (%rax), %ecx movl %ecx, (%rax) jmp LBB282_13 LBB282_10: ## in Loop: Header=BB282_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax orl (%rax), %ecx movl %ecx, (%rax) jmp LBB282_13 LBB282_11: ## in Loop: Header=BB282_1 Depth=1 jmp LBB282_12 LBB282_12: ## in Loop: Header=BB282_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax xorl (%rax), %ecx movl %ecx, (%rax) LBB282_13: ## in Loop: Header=BB282_1 Depth=1 jmp LBB282_1 LBB282_14: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_expr_prod _asm_expr_prod: ## @asm_expr_prod .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr_unary LBB283_1: ## =>This Inner Loop Header: Depth=1 movl _tok(%rip), %eax movl %eax, -20(%rbp) cmpl $42, -20(%rbp) je LBB283_7 ## %bb.2: ## in Loop: Header=BB283_1 Depth=1 cmpl $47, -20(%rbp) je LBB283_7 ## %bb.3: ## in Loop: Header=BB283_1 Depth=1 cmpl $37, -20(%rbp) je LBB283_7 ## %bb.4: ## in Loop: Header=BB283_1 Depth=1 cmpl $1, -20(%rbp) je LBB283_7 ## %bb.5: ## in Loop: Header=BB283_1 Depth=1 cmpl $2, -20(%rbp) je LBB283_7 ## %bb.6: jmp LBB283_23 LBB283_7: ## in Loop: Header=BB283_1 Depth=1 callq _next movq -8(%rbp), %rdi leaq -40(%rbp), %rsi callq _asm_expr_unary movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB283_9 ## %bb.8: ## in Loop: Header=BB283_1 Depth=1 cmpq $0, -32(%rbp) je LBB283_10 LBB283_9: ## in Loop: Header=BB283_1 Depth=1 leaq L_.str.218(%rip), %rdi movb $0, %al callq _error LBB283_10: ## in Loop: Header=BB283_1 Depth=1 movl -20(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -48(%rbp) ## 8-byte Spill subl $46, %eax ja LBB283_20 ## %bb.24: ## in Loop: Header=BB283_1 Depth=1 movq -48(%rbp), %rax ## 8-byte Reload leaq LJTI283_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB283_11: ## in Loop: Header=BB283_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax imull (%rax), %ecx movl %ecx, (%rax) jmp LBB283_22 LBB283_12: ## in Loop: Header=BB283_1 Depth=1 cmpl $0, -40(%rbp) jne LBB283_15 ## %bb.13: ## in Loop: Header=BB283_1 Depth=1 jmp LBB283_14 LBB283_14: ## in Loop: Header=BB283_1 Depth=1 leaq L_.str.219(%rip), %rdi movb $0, %al callq _error LBB283_15: ## in Loop: Header=BB283_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill movl (%rax), %eax xorl %edx, %edx divl %ecx movl %eax, %ecx movq -56(%rbp), %rax ## 8-byte Reload movl %ecx, (%rax) jmp LBB283_22 LBB283_16: ## in Loop: Header=BB283_1 Depth=1 cmpl $0, -40(%rbp) jne LBB283_18 ## %bb.17: ## in Loop: Header=BB283_1 Depth=1 jmp LBB283_14 LBB283_18: ## in Loop: Header=BB283_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill movl (%rax), %eax xorl %edx, %edx divl %ecx movq -64(%rbp), %rax ## 8-byte Reload movl %edx, (%rax) jmp LBB283_22 LBB283_19: ## in Loop: Header=BB283_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax movl (%rax), %edx ## kill: def $cl killed $ecx shll %cl, %edx movl %edx, %ecx movl %ecx, (%rax) jmp LBB283_22 LBB283_20: ## in Loop: Header=BB283_1 Depth=1 jmp LBB283_21 LBB283_21: ## in Loop: Header=BB283_1 Depth=1 movl -40(%rbp), %ecx movq -16(%rbp), %rax movl (%rax), %edx ## kill: def $cl killed $ecx shrl %cl, %edx movl %edx, %ecx movl %ecx, (%rax) LBB283_22: ## in Loop: Header=BB283_1 Depth=1 jmp LBB283_1 LBB283_23: addq $64, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L283_0_set_19, LBB283_19-LJTI283_0 .set L283_0_set_21, LBB283_21-LJTI283_0 .set L283_0_set_20, LBB283_20-LJTI283_0 .set L283_0_set_16, LBB283_16-LJTI283_0 .set L283_0_set_11, LBB283_11-LJTI283_0 .set L283_0_set_12, LBB283_12-LJTI283_0 LJTI283_0: .long L283_0_set_19 .long L283_0_set_21 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_16 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_11 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_20 .long L283_0_set_12 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function asm_expr_unary _asm_expr_unary: ## @asm_expr_unary .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 _tok(%rip), %eax movl %eax, -52(%rbp) ## 4-byte Spill subl $40, %eax je LBB284_28 jmp LBB284_39 LBB284_39: movl -52(%rbp), %eax ## 4-byte Reload subl $43, %eax je LBB284_20 jmp LBB284_40 LBB284_40: movl -52(%rbp), %eax ## 4-byte Reload subl $45, %eax je LBB284_21 jmp LBB284_41 LBB284_41: movl -52(%rbp), %eax ## 4-byte Reload subl $126, %eax je LBB284_21 jmp LBB284_42 LBB284_42: movl -52(%rbp), %eax ## 4-byte Reload subl $180, %eax je LBB284_27 jmp LBB284_43 LBB284_43: movl -52(%rbp), %eax ## 4-byte Reload subl $183, %eax je LBB284_27 jmp LBB284_44 LBB284_44: movl -52(%rbp), %eax ## 4-byte Reload subl $206, %eax jne LBB284_29 jmp LBB284_1 LBB284_1: movq _tokc(%rip), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rdi leaq -48(%rbp), %rsi xorl %edx, %edx callq _strtoul ## kill: def $eax killed $eax killed $rax movl %eax, -32(%rbp) movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $98, %eax je LBB284_3 ## %bb.2: movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $102, %eax jne LBB284_15 LBB284_3: movq -8(%rbp), %rdi movl -32(%rbp), %esi callq _asm_get_local_label_name movl %eax, -36(%rbp) movl -36(%rbp), %edi callq _label_find movq %rax, -24(%rbp) movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $98, %eax jne LBB284_10 ## %bb.4: cmpq $0, -24(%rbp) je LBB284_7 ## %bb.5: movq -24(%rbp), %rax cmpq $0, 8(%rax) jne LBB284_7 ## %bb.6: movq -24(%rbp), %rax movq 56(%rax), %rax movq %rax, -24(%rbp) LBB284_7: cmpq $0, -24(%rbp) jne LBB284_9 ## %bb.8: movl -32(%rbp), %esi leaq L_.str.220(%rip), %rdi movb $0, %al callq _error LBB284_9: jmp LBB284_14 LBB284_10: cmpq $0, -24(%rbp) je LBB284_12 ## %bb.11: movq -24(%rbp), %rax cmpq $0, 8(%rax) je LBB284_13 LBB284_12: movq -8(%rbp), %rdi addq $424, %rdi ## imm = 0x1A8 movl -36(%rbp), %esi xorl %edx, %edx callq _label_push movq %rax, -24(%rbp) movq -24(%rbp), %rax movl $259, 24(%rax) ## imm = 0x103 LBB284_13: jmp LBB284_14 LBB284_14: movq -16(%rbp), %rax movl $0, (%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) jmp LBB284_19 LBB284_15: movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB284_17 ## %bb.16: movl -32(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) jmp LBB284_18 LBB284_17: leaq L_.str.221(%rip), %rdi movb $0, %al callq _error LBB284_18: jmp LBB284_19 LBB284_19: callq _next jmp LBB284_38 LBB284_20: callq _next movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr_unary jmp LBB284_38 LBB284_21: movl _tok(%rip), %eax movl %eax, -28(%rbp) callq _next movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr_unary movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB284_23 ## %bb.22: leaq L_.str.218(%rip), %rdi movb $0, %al callq _error LBB284_23: cmpl $45, -28(%rbp) jne LBB284_25 ## %bb.24: movq -16(%rbp), %rax xorl %ecx, %ecx subl (%rax), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) jmp LBB284_26 LBB284_25: movq -16(%rbp), %rax movl (%rax), %ecx xorl $-1, %ecx movq -16(%rbp), %rax movl %ecx, (%rax) LBB284_26: jmp LBB284_38 LBB284_27: movl _tokc(%rip), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) callq _next jmp LBB284_38 LBB284_28: callq _next movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _asm_expr movl $41, %edi callq _skip jmp LBB284_38 LBB284_29: cmpl $256, _tok(%rip) ## imm = 0x100 jl LBB284_36 ## %bb.30: movl _tok(%rip), %edi callq _label_find movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB284_32 ## %bb.31: movq -8(%rbp), %rdi addq $424, %rdi ## imm = 0x1A8 movl _tok(%rip), %esi xorl %edx, %edx callq _label_push movq %rax, -24(%rbp) movq -24(%rbp), %rax movl $3, 24(%rax) LBB284_32: movq -24(%rbp), %rax cmpq $65521, 8(%rax) ## imm = 0xFFF1 jne LBB284_34 ## %bb.33: movq -24(%rbp), %rax movq 40(%rax), %rax movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) jmp LBB284_35 LBB284_34: movq -16(%rbp), %rax movl $0, (%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) LBB284_35: callq _next jmp LBB284_37 LBB284_36: movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq %rax, %rsi leaq L_.str.222(%rip), %rdi movb $0, %al callq _error LBB284_37: jmp LBB284_38 LBB284_38: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_operand _parse_operand: ## @parse_operand .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 $0, -40(%rbp) cmpl $42, _tok(%rip) jne LBB285_2 ## %bb.1: callq _next movl $524288, -40(%rbp) ## imm = 0x80000 LBB285_2: cmpl $37, _tok(%rip) jne LBB285_41 ## %bb.3: callq _next cmpl $407, _tok(%rip) ## imm = 0x197 jl LBB285_17 ## %bb.4: cmpl $470, _tok(%rip) ## imm = 0x1D6 jg LBB285_17 ## %bb.5: movl _tok(%rip), %eax subl $407, %eax ## imm = 0x197 movl %eax, -36(%rbp) movl -36(%rbp), %ecx sarl $3, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movl -36(%rbp), %eax andl $7, %eax movb %al, %cl movq -16(%rbp), %rax movb %cl, 4(%rax) movq -16(%rbp), %rax movl (%rax), %eax andl $7, %eax cmpl $0, %eax je LBB285_8 ## %bb.6: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $0, %eax jne LBB285_8 ## %bb.7: movq -16(%rbp), %rax movl (%rax), %ecx orl $16384, %ecx ## imm = 0x4000 movl %ecx, (%rax) jmp LBB285_16 LBB285_8: movq -16(%rbp), %rax cmpl $1, (%rax) jne LBB285_11 ## %bb.9: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $1, %eax jne LBB285_11 ## %bb.10: movq -16(%rbp), %rax movl (%rax), %ecx orl $65536, %ecx ## imm = 0x10000 movl %ecx, (%rax) jmp LBB285_15 LBB285_11: movq -16(%rbp), %rax cmpl $2, (%rax) jne LBB285_14 ## %bb.12: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $2, %eax jne LBB285_14 ## %bb.13: movq -16(%rbp), %rax movl (%rax), %ecx orl $131072, %ecx ## imm = 0x20000 movl %ecx, (%rax) LBB285_14: jmp LBB285_15 LBB285_15: jmp LBB285_16 LBB285_16: jmp LBB285_39 LBB285_17: cmpl $471, _tok(%rip) ## imm = 0x1D7 jl LBB285_20 ## %bb.18: cmpl $478, _tok(%rip) ## imm = 0x1DE jg LBB285_20 ## %bb.19: movq -16(%rbp), %rax movl $128, (%rax) movl _tok(%rip), %eax subl $471, %eax ## imm = 0x1D7 movb %al, %cl movq -16(%rbp), %rax movb %cl, 4(%rax) jmp LBB285_38 LBB285_20: cmpl $479, _tok(%rip) ## imm = 0x1DF jl LBB285_23 ## %bb.21: cmpl $484, _tok(%rip) ## imm = 0x1E4 jg LBB285_23 ## %bb.22: movq -16(%rbp), %rax movl $256, (%rax) ## imm = 0x100 movl _tok(%rip), %eax subl $479, %eax ## imm = 0x1DF movb %al, %cl movq -16(%rbp), %rax movb %cl, 4(%rax) jmp LBB285_37 LBB285_23: cmpl $485, _tok(%rip) ## imm = 0x1E5 jne LBB285_34 ## %bb.24: movq -16(%rbp), %rax movl $512, (%rax) ## imm = 0x200 movq -16(%rbp), %rax movb $0, 4(%rax) callq _next cmpl $40, _tok(%rip) jne LBB285_31 ## %bb.25: callq _next cmpl $206, _tok(%rip) je LBB285_27 ## %bb.26: jmp LBB285_35 LBB285_27: movq _tokc(%rip), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movsbl (%rax), %eax subl $48, %eax movl %eax, -36(%rbp) cmpl $8, -36(%rbp) jae LBB285_29 ## %bb.28: movq -48(%rbp), %rax movsbl 1(%rax), %eax cmpl $0, %eax je LBB285_30 LBB285_29: jmp LBB285_35 LBB285_30: movl -36(%rbp), %eax movb %al, %cl movq -16(%rbp), %rax movb %cl, 4(%rax) callq _next movl $41, %edi callq _skip LBB285_31: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $0, %eax jne LBB285_33 ## %bb.32: movq -16(%rbp), %rax movl (%rax), %ecx orl $32768, %ecx ## imm = 0x8000 movl %ecx, (%rax) LBB285_33: jmp LBB285_40 LBB285_34: jmp LBB285_35 LBB285_35: leaq L_.str.230(%rip), %rdi movb $0, %al callq _error ## %bb.36: jmp LBB285_37 LBB285_37: jmp LBB285_38 LBB285_38: jmp LBB285_39 LBB285_39: callq _next LBB285_40: jmp LBB285_67 LBB285_41: cmpl $36, _tok(%rip) jne LBB285_51 ## %bb.42: callq _next movq -8(%rbp), %rdi leaq -32(%rbp), %rsi callq _asm_expr movq -16(%rbp), %rax movl $8192, (%rax) ## imm = 0x2000 movl -32(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rax cmpq $0, 16(%rax) jne LBB285_50 ## %bb.43: movq -16(%rbp), %rax movl 8(%rax), %eax movq -16(%rbp), %rcx movl 8(%rcx), %ecx ## kill: def $cl killed $cl killed $ecx movzbl %cl, %ecx cmpl %ecx, %eax jne LBB285_45 ## %bb.44: movq -16(%rbp), %rax movl (%rax), %ecx orl $1024, %ecx ## imm = 0x400 movl %ecx, (%rax) LBB285_45: movq -16(%rbp), %rax movl 8(%rax), %eax movq -16(%rbp), %rcx movl 8(%rcx), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB285_47 ## %bb.46: movq -16(%rbp), %rax movl (%rax), %ecx orl $2048, %ecx ## imm = 0x800 movl %ecx, (%rax) LBB285_47: movq -16(%rbp), %rax movl 8(%rax), %eax movq -16(%rbp), %rcx movl 8(%rcx), %ecx ## kill: def $cx killed $cx killed $ecx movzwl %cx, %ecx cmpl %ecx, %eax jne LBB285_49 ## %bb.48: movq -16(%rbp), %rax movl (%rax), %ecx orl $4096, %ecx ## imm = 0x1000 movl %ecx, (%rax) LBB285_49: jmp LBB285_50 LBB285_50: jmp LBB285_66 LBB285_51: movq -16(%rbp), %rax movl $1073741824, (%rax) ## imm = 0x40000000 movq -16(%rbp), %rax movb $-1, 4(%rax) movq -16(%rbp), %rax movb $-1, 5(%rax) movq -16(%rbp), %rax movb $0, 6(%rax) cmpl $40, _tok(%rip) je LBB285_53 ## %bb.52: movq -8(%rbp), %rdi leaq -32(%rbp), %rsi callq _asm_expr movl -32(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, 8(%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) jmp LBB285_54 LBB285_53: movq -16(%rbp), %rax movl $0, 8(%rax) movq -16(%rbp), %rax movq $0, 16(%rax) LBB285_54: cmpl $40, _tok(%rip) jne LBB285_62 ## %bb.55: callq _next cmpl $44, _tok(%rip) je LBB285_57 ## %bb.56: callq _asm_parse_reg movb %al, %cl movq -16(%rbp), %rax movb %cl, 4(%rax) LBB285_57: cmpl $44, _tok(%rip) jne LBB285_61 ## %bb.58: callq _next cmpl $44, _tok(%rip) je LBB285_60 ## %bb.59: callq _asm_parse_reg movb %al, %cl movq -16(%rbp), %rax movb %cl, 5(%rax) LBB285_60: movl $44, %edi callq _skip movq -8(%rbp), %rdi callq _get_reg_shift movb %al, %cl movq -16(%rbp), %rax movb %cl, 6(%rax) LBB285_61: movl $41, %edi callq _skip LBB285_62: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $-1, %eax jne LBB285_65 ## %bb.63: movq -16(%rbp), %rax movsbl 5(%rax), %eax cmpl $-1, %eax jne LBB285_65 ## %bb.64: movq -16(%rbp), %rax movl (%rax), %ecx orl $262144, %ecx ## imm = 0x40000 movl %ecx, (%rax) LBB285_65: jmp LBB285_66 LBB285_66: jmp LBB285_67 LBB285_67: movl -40(%rbp), %ecx movq -16(%rbp), %rax orl (%rax), %ecx movl %ecx, (%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_modrm _asm_modrm: ## @asm_modrm .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax andl $31, %eax cmpl $0, %eax je LBB286_2 ## %bb.1: movl -4(%rbp), %edi shll $3, %edi addl $192, %edi movq -16(%rbp), %rax movsbl 4(%rax), %eax addl %eax, %edi callq _g jmp LBB286_31 LBB286_2: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $-1, %eax jne LBB286_5 ## %bb.3: movq -16(%rbp), %rax movsbl 5(%rax), %eax cmpl $-1, %eax jne LBB286_5 ## %bb.4: movl -4(%rbp), %edi shll $3, %edi addl $5, %edi callq _g movq -16(%rbp), %rdi addq $8, %rdi callq _gen_expr32 jmp LBB286_30 LBB286_5: movq -16(%rbp), %rax movsbl 4(%rax), %eax movl %eax, -32(%rbp) cmpl $-1, -32(%rbp) jne LBB286_7 ## %bb.6: movl $5, -32(%rbp) movl $0, -20(%rbp) jmp LBB286_17 LBB286_7: movq -16(%rbp), %rax cmpl $0, 8(%rax) jne LBB286_11 ## %bb.8: movq -16(%rbp), %rax cmpq $0, 16(%rax) jne LBB286_11 ## %bb.9: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $5, %eax je LBB286_11 ## %bb.10: movl $0, -20(%rbp) jmp LBB286_16 LBB286_11: movq -16(%rbp), %rax movl 8(%rax), %eax movq -16(%rbp), %rcx movl 8(%rcx), %ecx ## kill: def $cl killed $cl killed $ecx movsbl %cl, %ecx cmpl %ecx, %eax jne LBB286_14 ## %bb.12: movq -16(%rbp), %rax cmpq $0, 16(%rax) jne LBB286_14 ## %bb.13: movl $64, -20(%rbp) jmp LBB286_15 LBB286_14: movl $128, -20(%rbp) LBB286_15: jmp LBB286_16 LBB286_16: jmp LBB286_17 LBB286_17: movq -16(%rbp), %rax movsbl 4(%rax), %eax movl %eax, -24(%rbp) movq -16(%rbp), %rax movsbl 5(%rax), %eax cmpl $-1, %eax je LBB286_19 ## %bb.18: movl $4, -24(%rbp) LBB286_19: movl -20(%rbp), %edi movl -4(%rbp), %eax shll $3, %eax addl %eax, %edi addl -24(%rbp), %edi callq _g cmpl $4, -24(%rbp) jne LBB286_23 ## %bb.20: movq -16(%rbp), %rax movsbl 5(%rax), %eax movl %eax, -28(%rbp) cmpl $-1, -28(%rbp) jne LBB286_22 ## %bb.21: movl $4, -28(%rbp) LBB286_22: movq -16(%rbp), %rax movzbl 6(%rax), %edi shll $6, %edi movl -28(%rbp), %eax shll $3, %eax addl %eax, %edi addl -32(%rbp), %edi callq _g LBB286_23: cmpl $64, -20(%rbp) jne LBB286_25 ## %bb.24: movq -16(%rbp), %rax movl 8(%rax), %edi callq _g jmp LBB286_29 LBB286_25: cmpl $128, -20(%rbp) je LBB286_27 ## %bb.26: movq -16(%rbp), %rax movsbl 4(%rax), %eax cmpl $-1, %eax jne LBB286_28 LBB286_27: movq -16(%rbp), %rdi addq $8, %rdi callq _gen_expr32 LBB286_28: jmp LBB286_29 LBB286_29: jmp LBB286_30 LBB286_30: jmp LBB286_31 LBB286_31: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_disp32 _gen_disp32: ## @gen_disp32 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) cmpq $0, -16(%rbp) je LBB287_5 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rax movq _cur_text_section(%rip), %rcx movslq 28(%rcx), %rcx cmpq %rcx, %rax jne LBB287_3 ## %bb.2: movq -8(%rbp), %rax movl (%rax), %eax ## kill: def $rax killed $eax movq -16(%rbp), %rcx movq 40(%rcx), %rcx addq %rcx, %rax subq _ind(%rip), %rax subq $4, %rax movl %eax, %edi callq _gen_le32 jmp LBB287_4 LBB287_3: movq _cur_text_section(%rip), %rdi movq -16(%rbp), %rsi movq _ind(%rip), %rdx movl $2, %ecx callq _greloc movq -8(%rbp), %rax movl (%rax), %edi subl $4, %edi callq _gen_le32 LBB287_4: jmp LBB287_6 LBB287_5: movq _symtab_section(%rip), %rdi movq _cur_text_section(%rip), %rsi movq _ind(%rip), %rdx movl $2, %ecx xorl %r8d, %r8d callq _put_elf_reloc movq -8(%rbp), %rax movl (%rax), %edi subl $4, %edi callq _gen_le32 LBB287_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_parse_reg _asm_parse_reg: ## @asm_parse_reg .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp cmpl $37, _tok(%rip) je LBB288_2 ## %bb.1: jmp LBB288_6 LBB288_2: callq _next cmpl $423, _tok(%rip) ## imm = 0x1A7 jl LBB288_5 ## %bb.3: cmpl $430, _tok(%rip) ## imm = 0x1AE jg LBB288_5 ## %bb.4: movl _tok(%rip), %eax subl $423, %eax ## imm = 0x1A7 movl %eax, -8(%rbp) callq _next movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB288_7 LBB288_5: jmp LBB288_6 LBB288_6: leaq L_.str.231(%rip), %rdi callq _expect movl $0, -4(%rbp) LBB288_7: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_reg_shift _get_reg_shift: ## @get_reg_shift .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _asm_int_expr movl %eax, -16(%rbp) movl -16(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -24(%rbp) ## 8-byte Spill subl $7, %eax ja LBB289_5 ## %bb.7: movq -24(%rbp), %rax ## 8-byte Reload leaq LJTI289_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB289_1: movl $0, -12(%rbp) jmp LBB289_6 LBB289_2: movl $1, -12(%rbp) jmp LBB289_6 LBB289_3: movl $2, -12(%rbp) jmp LBB289_6 LBB289_4: movl $3, -12(%rbp) jmp LBB289_6 LBB289_5: leaq L_.str.232(%rip), %rdi callq _expect movl $0, -12(%rbp) LBB289_6: movl -12(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L289_0_set_1, LBB289_1-LJTI289_0 .set L289_0_set_2, LBB289_2-LJTI289_0 .set L289_0_set_5, LBB289_5-LJTI289_0 .set L289_0_set_3, LBB289_3-LJTI289_0 .set L289_0_set_4, LBB289_4-LJTI289_0 LJTI289_0: .long L289_0_set_1 .long L289_0_set_2 .long L289_0_set_5 .long L289_0_set_3 .long L289_0_set_5 .long L289_0_set_5 .long L289_0_set_5 .long L289_0_set_4 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function sym_free _sym_free: ## @sym_free .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 _sym_free_first(%rip), %rcx movq -8(%rbp), %rax movq %rcx, 40(%rax) movq -8(%rbp), %rax movq %rax, _sym_free_first(%rip) popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function parse_asm_operands _parse_asm_operands: ## @parse_asm_operands .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) cmpl $58, _tok(%rip) je LBB291_23 ## %bb.1: movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -36(%rbp) LBB291_2: ## =>This Inner Loop Header: Depth=1 cmpl $30, -36(%rbp) jl LBB291_4 ## %bb.3: ## in Loop: Header=BB291_2 Depth=1 leaq L_.str.238(%rip), %rdi movb $0, %al callq _error LBB291_4: ## in Loop: Header=BB291_2 Depth=1 movq -8(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl $0, (%rax) cmpl $91, _tok(%rip) jne LBB291_8 ## %bb.5: ## in Loop: Header=BB291_2 Depth=1 callq _next cmpl $256, _tok(%rip) ## imm = 0x100 jge LBB291_7 ## %bb.6: ## in Loop: Header=BB291_2 Depth=1 leaq L_.str.155(%rip), %rdi callq _expect LBB291_7: ## in Loop: Header=BB291_2 Depth=1 movl _tok(%rip), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) callq _next movl $93, %edi callq _skip LBB291_8: ## in Loop: Header=BB291_2 Depth=1 cmpl $181, _tok(%rip) je LBB291_10 ## %bb.9: ## in Loop: Header=BB291_2 Depth=1 leaq L_.str.206(%rip), %rdi callq _expect LBB291_10: ## in Loop: Header=BB291_2 Depth=1 movq _tokc(%rip), %rax movslq (%rax), %rdi callq _tcc_malloc movq %rax, %rcx movq -32(%rbp), %rax movq %rcx, 8(%rax) movq -32(%rbp), %rax movq 8(%rax), %rdi movq _tokc(%rip), %rax movq 8(%rax), %rsi movq $-1, %rdx callq ___strcpy_chk callq _next movl $40, %edi callq _skip callq _gexpr cmpl $0, -20(%rbp) je LBB291_12 ## %bb.11: ## in Loop: Header=BB291_2 Depth=1 callq _test_lvalue jmp LBB291_18 LBB291_12: ## in Loop: Header=BB291_2 Depth=1 movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB291_17 ## %bb.13: ## in Loop: Header=BB291_2 Depth=1 movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax je LBB291_15 ## %bb.14: ## in Loop: Header=BB291_2 Depth=1 movq _vtop(%rip), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $240, %eax jge LBB291_17 LBB291_15: ## in Loop: Header=BB291_2 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rdi movl $109, %esi callq _strchr cmpq $0, %rax jne LBB291_17 ## %bb.16: ## in Loop: Header=BB291_2 Depth=1 movl $1, %edi callq _gv LBB291_17: ## in Loop: Header=BB291_2 Depth=1 jmp LBB291_18 LBB291_18: ## in Loop: Header=BB291_2 Depth=1 movq _vtop(%rip), %rcx movq -32(%rbp), %rax movq %rcx, 32(%rax) movl $41, %edi callq _skip cmpl $44, _tok(%rip) jne LBB291_20 ## %bb.19: ## in Loop: Header=BB291_2 Depth=1 callq _next jmp LBB291_21 LBB291_20: jmp LBB291_22 LBB291_21: ## in Loop: Header=BB291_2 Depth=1 jmp LBB291_2 LBB291_22: movl -36(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) LBB291_23: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_clobber _asm_clobber: ## @asm_clobber .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi leaq L_.str.239(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB292_2 ## %bb.1: movq -16(%rbp), %rdi leaq L_.str.240(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB292_3 LBB292_2: jmp LBB292_12 LBB292_3: movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq -40(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _tok_alloc movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 40(%rax), %eax movl %eax, -20(%rbp) cmpl $423, -20(%rbp) ## imm = 0x1A7 jl LBB292_6 ## %bb.4: cmpl $430, -20(%rbp) ## imm = 0x1AE jg LBB292_6 ## %bb.5: movl -20(%rbp), %eax subl $423, %eax ## imm = 0x1A7 movl %eax, -20(%rbp) jmp LBB292_11 LBB292_6: cmpl $415, -20(%rbp) ## imm = 0x19F jl LBB292_9 ## %bb.7: cmpl $422, -20(%rbp) ## imm = 0x1A6 jg LBB292_9 ## %bb.8: movl -20(%rbp), %eax subl $415, %eax ## imm = 0x19F movl %eax, -20(%rbp) jmp LBB292_10 LBB292_9: movq -16(%rbp), %rsi leaq L_.str.241(%rip), %rdi movb $0, %al callq _error LBB292_10: jmp LBB292_11 LBB292_11: movq -8(%rbp), %rax movslq -20(%rbp), %rcx movb $1, (%rax,%rcx) LBB292_12: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_compute_constraints _asm_compute_constraints: ## @asm_compute_constraints .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -144(%rbp) movl %esi, -148(%rbp) movl %edx, -152(%rbp) movq %rcx, -160(%rbp) movq %r8, -168(%rbp) movl $0, -180(%rbp) LBB293_1: ## =>This Inner Loop Header: Depth=1 movl -180(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_4 ## %bb.2: ## in Loop: Header=BB293_1 Depth=1 movq -144(%rbp), %rax movslq -180(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax movl $-1, 44(%rax) movq -176(%rbp), %rax movl $-1, 40(%rax) movq -176(%rbp), %rax movl $-1, 52(%rax) movq -176(%rbp), %rax movl $0, 60(%rax) movq -176(%rbp), %rax movl $0, 64(%rax) ## %bb.3: ## in Loop: Header=BB293_1 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_1 LBB293_4: movl $0, -180(%rbp) LBB293_5: ## =>This Inner Loop Header: Depth=1 movl -180(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_17 ## %bb.6: ## in Loop: Header=BB293_5 Depth=1 movq -144(%rbp), %rax movslq -180(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax movq 8(%rax), %rax movq %rax, -224(%rbp) movq -224(%rbp), %rdi callq _skip_constraint_modifiers movq %rax, -224(%rbp) movq -224(%rbp), %rax movsbl (%rax), %edi callq _isnum cmpl $0, %eax jne LBB293_8 ## %bb.7: ## in Loop: Header=BB293_5 Depth=1 movq -224(%rbp), %rax movsbl (%rax), %eax cmpl $91, %eax jne LBB293_14 LBB293_8: ## in Loop: Header=BB293_5 Depth=1 movq -144(%rbp), %rdi movl -148(%rbp), %esi movq -224(%rbp), %rdx xorl %eax, %eax movl %eax, %ecx callq _find_constraint movl %eax, -188(%rbp) movl -188(%rbp), %eax cmpl -180(%rbp), %eax jae LBB293_10 ## %bb.9: ## in Loop: Header=BB293_5 Depth=1 movl -180(%rbp), %eax cmpl -152(%rbp), %eax jge LBB293_11 LBB293_10: ## in Loop: Header=BB293_5 Depth=1 movl -180(%rbp), %esi movq -224(%rbp), %rdx leaq L_.str.242(%rip), %rdi movb $0, %al callq _error LBB293_11: ## in Loop: Header=BB293_5 Depth=1 movl -188(%rbp), %ecx movq -176(%rbp), %rax movl %ecx, 40(%rax) movq -144(%rbp), %rax movslq -188(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax cmpl $0, 44(%rax) jl LBB293_13 ## %bb.12: ## in Loop: Header=BB293_5 Depth=1 leaq L_.str.243(%rip), %rdi movb $0, %al callq _error LBB293_13: ## in Loop: Header=BB293_5 Depth=1 movl -180(%rbp), %ecx movq -144(%rbp), %rax movslq -188(%rbp), %rdx imulq $72, %rdx, %rdx addq %rdx, %rax movl %ecx, 44(%rax) movq -176(%rbp), %rax movl $5, 48(%rax) jmp LBB293_15 LBB293_14: ## in Loop: Header=BB293_5 Depth=1 movq -224(%rbp), %rdi callq _constraint_priority movl %eax, %ecx movq -176(%rbp), %rax movl %ecx, 48(%rax) LBB293_15: ## in Loop: Header=BB293_5 Depth=1 jmp LBB293_16 LBB293_16: ## in Loop: Header=BB293_5 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_5 LBB293_17: movl $0, -180(%rbp) LBB293_18: ## =>This Inner Loop Header: Depth=1 movl -180(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_21 ## %bb.19: ## in Loop: Header=BB293_18 Depth=1 movl -180(%rbp), %ecx movslq -180(%rbp), %rax movl %ecx, -128(%rbp,%rax,4) ## %bb.20: ## in Loop: Header=BB293_18 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_18 LBB293_21: movl $0, -180(%rbp) LBB293_22: ## =>This Loop Header: Depth=1 ## Child Loop BB293_24 Depth 2 movl -180(%rbp), %eax movl -148(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB293_31 ## %bb.23: ## in Loop: Header=BB293_22 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -184(%rbp) LBB293_24: ## Parent Loop BB293_22 Depth=1 ## => This Inner Loop Header: Depth=2 movl -184(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_29 ## %bb.25: ## in Loop: Header=BB293_24 Depth=2 movq -144(%rbp), %rax movslq -180(%rbp), %rcx movslq -128(%rbp,%rcx,4), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movl 48(%rax), %eax movl %eax, -192(%rbp) movq -144(%rbp), %rax movslq -184(%rbp), %rcx movslq -128(%rbp,%rcx,4), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movl 48(%rax), %eax movl %eax, -196(%rbp) movl -196(%rbp), %eax cmpl -192(%rbp), %eax jge LBB293_27 ## %bb.26: ## in Loop: Header=BB293_24 Depth=2 movslq -180(%rbp), %rax movl -128(%rbp,%rax,4), %eax movl %eax, -200(%rbp) movslq -184(%rbp), %rax movl -128(%rbp,%rax,4), %ecx movslq -180(%rbp), %rax movl %ecx, -128(%rbp,%rax,4) movl -200(%rbp), %ecx movslq -184(%rbp), %rax movl %ecx, -128(%rbp,%rax,4) LBB293_27: ## in Loop: Header=BB293_24 Depth=2 jmp LBB293_28 LBB293_28: ## in Loop: Header=BB293_24 Depth=2 movl -184(%rbp), %eax addl $1, %eax movl %eax, -184(%rbp) jmp LBB293_24 LBB293_29: ## in Loop: Header=BB293_22 Depth=1 jmp LBB293_30 LBB293_30: ## in Loop: Header=BB293_22 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_22 LBB293_31: movl $0, -180(%rbp) LBB293_32: ## =>This Inner Loop Header: Depth=1 cmpl $8, -180(%rbp) jge LBB293_38 ## %bb.33: ## in Loop: Header=BB293_32 Depth=1 movq -160(%rbp), %rax movslq -180(%rbp), %rcx cmpb $0, (%rax,%rcx) je LBB293_35 ## %bb.34: ## in Loop: Header=BB293_32 Depth=1 movslq -180(%rbp), %rax movb $3, -136(%rbp,%rax) jmp LBB293_36 LBB293_35: ## in Loop: Header=BB293_32 Depth=1 movslq -180(%rbp), %rax movb $0, -136(%rbp,%rax) LBB293_36: ## in Loop: Header=BB293_32 Depth=1 jmp LBB293_37 LBB293_37: ## in Loop: Header=BB293_32 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_32 LBB293_38: movb $3, -132(%rbp) movb $3, -131(%rbp) movl $0, -180(%rbp) LBB293_39: ## =>This Loop Header: Depth=1 ## Child Loop BB293_49 Depth 2 ## Child Loop BB293_76 Depth 3 ## Child Loop BB293_69 Depth 3 ## Child Loop BB293_93 Depth 3 movl -180(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_107 ## %bb.40: ## in Loop: Header=BB293_39 Depth=1 movslq -180(%rbp), %rax movl -128(%rbp,%rax,4), %eax movl %eax, -184(%rbp) movq -144(%rbp), %rax movslq -184(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax movq 8(%rax), %rax movq %rax, -224(%rbp) movq -176(%rbp), %rax cmpl $0, 40(%rax) jl LBB293_42 ## %bb.41: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_106 LBB293_42: ## in Loop: Header=BB293_39 Depth=1 movq -176(%rbp), %rax cmpl $0, 44(%rax) jl LBB293_44 ## %bb.43: ## in Loop: Header=BB293_39 Depth=1 movl $3, -212(%rbp) jmp LBB293_48 LBB293_44: ## in Loop: Header=BB293_39 Depth=1 movl -184(%rbp), %eax cmpl -152(%rbp), %eax jge LBB293_46 ## %bb.45: ## in Loop: Header=BB293_39 Depth=1 movl $1, -212(%rbp) jmp LBB293_47 LBB293_46: ## in Loop: Header=BB293_39 Depth=1 movl $2, -212(%rbp) LBB293_47: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_48 LBB293_48: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_49 LBB293_49: ## Parent Loop BB293_39 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB293_76 Depth 3 ## Child Loop BB293_69 Depth 3 ## Child Loop BB293_93 Depth 3 movq -224(%rbp), %rax movq %rax, %rcx incq %rcx movq %rcx, -224(%rbp) movsbl (%rax), %eax movl %eax, -208(%rbp) movl -208(%rbp), %eax addl $-38, %eax movl %eax, %ecx movq %rcx, -232(%rbp) ## 8-byte Spill subl $76, %eax ja LBB293_102 ## %bb.125: ## in Loop: Header=BB293_49 Depth=2 movq -232(%rbp), %rax ## 8-byte Reload leaq LJTI293_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB293_50: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_51: ## in Loop: Header=BB293_49 Depth=2 movq -176(%rbp), %rax movl $1, 64(%rax) LBB293_52: ## in Loop: Header=BB293_49 Depth=2 movl -184(%rbp), %eax cmpl -152(%rbp), %eax jl LBB293_54 ## %bb.53: ## in Loop: Header=BB293_49 Depth=2 movl -208(%rbp), %esi leaq L_.str.244(%rip), %rdi movb $0, %al callq _error LBB293_54: ## in Loop: Header=BB293_49 Depth=2 movl $3, -212(%rbp) jmp LBB293_49 LBB293_55: ## in Loop: Header=BB293_49 Depth=2 movzbl -136(%rbp), %eax andl -212(%rbp), %eax cmpl $0, %eax jne LBB293_57 ## %bb.56: ## in Loop: Header=BB293_49 Depth=2 movzbl -134(%rbp), %eax andl -212(%rbp), %eax cmpl $0, %eax je LBB293_58 LBB293_57: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_58: ## in Loop: Header=BB293_39 Depth=1 movq -176(%rbp), %rax movl $1, 56(%rax) movq -176(%rbp), %rax movl $0, 52(%rax) movl -212(%rbp), %ecx movzbl -136(%rbp), %eax orl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -136(%rbp) movl -212(%rbp), %ecx movzbl -134(%rbp), %eax orl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -134(%rbp) jmp LBB293_103 LBB293_59: ## in Loop: Header=BB293_49 Depth=2 movl $0, -204(%rbp) jmp LBB293_65 LBB293_60: ## in Loop: Header=BB293_49 Depth=2 movl $3, -204(%rbp) jmp LBB293_65 LBB293_61: ## in Loop: Header=BB293_49 Depth=2 movl $1, -204(%rbp) jmp LBB293_65 LBB293_62: ## in Loop: Header=BB293_49 Depth=2 movl $2, -204(%rbp) jmp LBB293_65 LBB293_63: ## in Loop: Header=BB293_49 Depth=2 movl $6, -204(%rbp) jmp LBB293_65 LBB293_64: ## in Loop: Header=BB293_49 Depth=2 movl $7, -204(%rbp) LBB293_65: ## in Loop: Header=BB293_49 Depth=2 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %eax andl -212(%rbp), %eax cmpl $0, %eax je LBB293_67 ## %bb.66: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_67: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_82 LBB293_68: ## in Loop: Header=BB293_49 Depth=2 movl $0, -204(%rbp) LBB293_69: ## Parent Loop BB293_39 Depth=1 ## Parent Loop BB293_49 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $4, -204(%rbp) jge LBB293_74 ## %bb.70: ## in Loop: Header=BB293_69 Depth=3 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %eax andl -212(%rbp), %eax cmpl $0, %eax jne LBB293_72 ## %bb.71: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_82 LBB293_72: ## in Loop: Header=BB293_69 Depth=3 jmp LBB293_73 LBB293_73: ## in Loop: Header=BB293_69 Depth=3 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB293_69 LBB293_74: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_75: ## in Loop: Header=BB293_49 Depth=2 movl $0, -204(%rbp) LBB293_76: ## Parent Loop BB293_39 Depth=1 ## Parent Loop BB293_49 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $8, -204(%rbp) jge LBB293_81 ## %bb.77: ## in Loop: Header=BB293_76 Depth=3 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %eax andl -212(%rbp), %eax cmpl $0, %eax jne LBB293_79 ## %bb.78: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_82 LBB293_79: ## in Loop: Header=BB293_76 Depth=3 jmp LBB293_80 LBB293_80: ## in Loop: Header=BB293_76 Depth=3 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB293_76 LBB293_81: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_82: ## in Loop: Header=BB293_39 Depth=1 movq -176(%rbp), %rax movl $0, 56(%rax) movl -204(%rbp), %ecx movq -176(%rbp), %rax movl %ecx, 52(%rax) movl -212(%rbp), %edx movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %ecx orl %edx, %ecx ## kill: def $cl killed $cl killed $ecx movb %cl, -136(%rbp,%rax) jmp LBB293_103 LBB293_83: ## in Loop: Header=BB293_49 Depth=2 movq -176(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $511, %eax ## imm = 0x1FF cmpl $240, %eax je LBB293_85 ## %bb.84: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_85: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_103 LBB293_86: ## in Loop: Header=BB293_49 Depth=2 movq -176(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax je LBB293_88 ## %bb.87: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_88: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_103 LBB293_89: ## in Loop: Header=BB293_49 Depth=2 movl -184(%rbp), %eax cmpl -152(%rbp), %eax jl LBB293_91 ## %bb.90: ## in Loop: Header=BB293_49 Depth=2 cmpl $109, -208(%rbp) jne LBB293_101 LBB293_91: ## in Loop: Header=BB293_49 Depth=2 movq -176(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB293_100 ## %bb.92: ## in Loop: Header=BB293_49 Depth=2 movl $0, -204(%rbp) LBB293_93: ## Parent Loop BB293_39 Depth=1 ## Parent Loop BB293_49 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $8, -204(%rbp) jge LBB293_98 ## %bb.94: ## in Loop: Header=BB293_93 Depth=3 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %eax andl $2, %eax cmpl $0, %eax jne LBB293_96 ## %bb.95: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_99 LBB293_96: ## in Loop: Header=BB293_93 Depth=3 jmp LBB293_97 LBB293_97: ## in Loop: Header=BB293_93 Depth=3 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB293_93 LBB293_98: ## in Loop: Header=BB293_49 Depth=2 jmp LBB293_49 LBB293_99: ## in Loop: Header=BB293_39 Depth=1 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %ecx orl $2, %ecx ## kill: def $cl killed $cl killed $ecx movb %cl, -136(%rbp,%rax) movl -204(%rbp), %ecx movq -176(%rbp), %rax movl %ecx, 52(%rax) movq -176(%rbp), %rax movl $1, 60(%rax) LBB293_100: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_101 LBB293_101: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_103 LBB293_102: ## in Loop: Header=BB293_39 Depth=1 movl -184(%rbp), %esi movq -176(%rbp), %rax movq 8(%rax), %rdx leaq L_.str.245(%rip), %rdi movb $0, %al callq _error LBB293_103: ## in Loop: Header=BB293_39 Depth=1 movq -176(%rbp), %rax cmpl $0, 44(%rax) jl LBB293_105 ## %bb.104: ## in Loop: Header=BB293_39 Depth=1 movq -176(%rbp), %rax movl 52(%rax), %ecx movq -144(%rbp), %rax movq -176(%rbp), %rdx movslq 44(%rdx), %rdx imulq $72, %rdx, %rdx addq %rdx, %rax movl %ecx, 52(%rax) movq -176(%rbp), %rax movl 56(%rax), %ecx movq -144(%rbp), %rax movq -176(%rbp), %rdx movslq 44(%rdx), %rdx imulq $72, %rdx, %rdx addq %rdx, %rax movl %ecx, 56(%rax) LBB293_105: ## in Loop: Header=BB293_39 Depth=1 jmp LBB293_106 LBB293_106: ## in Loop: Header=BB293_39 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_39 LBB293_107: movq -168(%rbp), %rax movl $-1, (%rax) movl $0, -180(%rbp) LBB293_108: ## =>This Inner Loop Header: Depth=1 movl -180(%rbp), %eax cmpl -148(%rbp), %eax jge LBB293_122 ## %bb.109: ## in Loop: Header=BB293_108 Depth=1 movq -144(%rbp), %rax movslq -180(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -176(%rbp) movq -176(%rbp), %rax cmpl $0, 52(%rax) jl LBB293_120 ## %bb.110: ## in Loop: Header=BB293_108 Depth=1 movq -176(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB293_120 ## %bb.111: ## in Loop: Header=BB293_108 Depth=1 movq -176(%rbp), %rax cmpl $0, 60(%rax) jne LBB293_120 ## %bb.112: movl $0, -204(%rbp) LBB293_113: ## =>This Inner Loop Header: Depth=1 cmpl $8, -204(%rbp) jge LBB293_118 ## %bb.114: ## in Loop: Header=BB293_113 Depth=1 movslq -204(%rbp), %rax movzbl -136(%rbp,%rax), %eax andl $1, %eax cmpl $0, %eax jne LBB293_116 ## %bb.115: jmp LBB293_119 LBB293_116: ## in Loop: Header=BB293_113 Depth=1 jmp LBB293_117 LBB293_117: ## in Loop: Header=BB293_113 Depth=1 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB293_113 LBB293_118: leaq L_.str.246(%rip), %rdi movb $0, %al callq _error LBB293_119: movl -204(%rbp), %ecx movq -168(%rbp), %rax movl %ecx, (%rax) jmp LBB293_122 LBB293_120: ## in Loop: Header=BB293_108 Depth=1 jmp LBB293_121 LBB293_121: ## in Loop: Header=BB293_108 Depth=1 movl -180(%rbp), %eax addl $1, %eax movl %eax, -180(%rbp) jmp LBB293_108 LBB293_122: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB293_124 ## %bb.123: addq $240, %rsp popq %rbp retq LBB293_124: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L293_0_set_52, LBB293_52-LJTI293_0 .set L293_0_set_102, LBB293_102-LJTI293_0 .set L293_0_set_51, LBB293_51-LJTI293_0 .set L293_0_set_50, LBB293_50-LJTI293_0 .set L293_0_set_55, LBB293_55-LJTI293_0 .set L293_0_set_64, LBB293_64-LJTI293_0 .set L293_0_set_86, LBB293_86-LJTI293_0 .set L293_0_set_63, LBB293_63-LJTI293_0 .set L293_0_set_59, LBB293_59-LJTI293_0 .set L293_0_set_60, LBB293_60-LJTI293_0 .set L293_0_set_61, LBB293_61-LJTI293_0 .set L293_0_set_62, LBB293_62-LJTI293_0 .set L293_0_set_89, LBB293_89-LJTI293_0 .set L293_0_set_83, LBB293_83-LJTI293_0 .set L293_0_set_68, LBB293_68-LJTI293_0 .set L293_0_set_75, LBB293_75-LJTI293_0 LJTI293_0: .long L293_0_set_52 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_51 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_50 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_55 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_64 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_86 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_86 .long L293_0_set_86 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_63 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_59 .long L293_0_set_60 .long L293_0_set_61 .long L293_0_set_62 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_89 .long L293_0_set_102 .long L293_0_set_83 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_89 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_102 .long L293_0_set_68 .long L293_0_set_75 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function subst_asm_operands _subst_asm_operands: ## @subst_asm_operands .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -88(%rbp) movl %esi, -92(%rbp) movl %edx, -96(%rbp) movq %rcx, -104(%rbp) movq %r8, -112(%rbp) movq -104(%rbp), %rdi callq _cstr_new movq -112(%rbp), %rax movq 8(%rax), %rax movq %rax, -136(%rbp) LBB294_1: ## =>This Inner Loop Header: Depth=1 movq -136(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -136(%rbp) movsbl (%rax), %eax movl %eax, -116(%rbp) cmpl $37, -116(%rbp) jne LBB294_17 ## %bb.2: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $37, %eax jne LBB294_4 ## %bb.3: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax addq $1, %rax movq %rax, -136(%rbp) jmp LBB294_18 LBB294_4: ## in Loop: Header=BB294_1 Depth=1 movl $0, -124(%rbp) movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $99, %eax je LBB294_9 ## %bb.5: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $110, %eax je LBB294_9 ## %bb.6: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $98, %eax je LBB294_9 ## %bb.7: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $119, %eax je LBB294_9 ## %bb.8: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movsbl (%rax), %eax cmpl $104, %eax jne LBB294_10 LBB294_9: ## in Loop: Header=BB294_1 Depth=1 movq -136(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -136(%rbp) movsbl (%rax), %eax movl %eax, -124(%rbp) LBB294_10: ## in Loop: Header=BB294_1 Depth=1 movq -88(%rbp), %rdi movl -92(%rbp), %esi movq -136(%rbp), %rdx leaq -136(%rbp), %rcx callq _find_constraint movl %eax, -120(%rbp) cmpl $0, -120(%rbp) jge LBB294_12 ## %bb.11: ## in Loop: Header=BB294_1 Depth=1 leaq L_.str.248(%rip), %rdi movb $0, %al callq _error LBB294_12: ## in Loop: Header=BB294_1 Depth=1 movq -88(%rbp), %rax movslq -120(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -144(%rbp) movq -144(%rbp), %rax movq 32(%rax), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movq -144(%rbp), %rax cmpl $0, 52(%rax) jl LBB294_16 ## %bb.13: ## in Loop: Header=BB294_1 Depth=1 movq -144(%rbp), %rax movl 52(%rax), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -64(%rbp) movq -144(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB294_15 ## %bb.14: ## in Loop: Header=BB294_1 Depth=1 movzwl -64(%rbp), %eax orl $256, %eax ## imm = 0x100 ## kill: def $ax killed $ax killed $eax movw %ax, -64(%rbp) LBB294_15: ## in Loop: Header=BB294_1 Depth=1 jmp LBB294_16 LBB294_16: ## in Loop: Header=BB294_1 Depth=1 movq -104(%rbp), %rdi movl -124(%rbp), %edx leaq -80(%rbp), %rsi callq _subst_asm_operand jmp LBB294_21 LBB294_17: ## in Loop: Header=BB294_1 Depth=1 jmp LBB294_18 LBB294_18: ## in Loop: Header=BB294_1 Depth=1 movq -104(%rbp), %rdi movl -116(%rbp), %esi callq _cstr_ccat cmpl $0, -116(%rbp) jne LBB294_20 ## %bb.19: jmp LBB294_22 LBB294_20: ## in Loop: Header=BB294_1 Depth=1 jmp LBB294_21 LBB294_21: ## in Loop: Header=BB294_1 Depth=1 jmp LBB294_1 LBB294_22: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB294_24 ## %bb.23: addq $144, %rsp popq %rbp retq LBB294_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function asm_gen_code _asm_gen_code: ## @asm_gen_code .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $336, %rsp ## imm = 0x150 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movl %esi, -284(%rbp) movl %edx, -288(%rbp) movl %ecx, -292(%rbp) movq %r8, -304(%rbp) movl %r9d, -308(%rbp) movq -304(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) movl $0, -324(%rbp) LBB295_1: ## =>This Inner Loop Header: Depth=1 movl -324(%rbp), %eax cmpl -284(%rbp), %eax jge LBB295_6 ## %bb.2: ## in Loop: Header=BB295_1 Depth=1 movq -280(%rbp), %rax movslq -324(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -320(%rbp) movq -320(%rbp), %rax cmpl $0, 52(%rax) jl LBB295_4 ## %bb.3: ## in Loop: Header=BB295_1 Depth=1 movq -320(%rbp), %rax movslq 52(%rax), %rax movb $1, -16(%rbp,%rax) LBB295_4: ## in Loop: Header=BB295_1 Depth=1 jmp LBB295_5 LBB295_5: ## in Loop: Header=BB295_1 Depth=1 movl -324(%rbp), %eax addl $1, %eax movl %eax, -324(%rbp) jmp LBB295_1 LBB295_6: cmpl $0, -292(%rbp) jne LBB295_29 ## %bb.7: movl $0, -324(%rbp) LBB295_8: ## =>This Inner Loop Header: Depth=1 cmpl $3, -324(%rbp) jge LBB295_13 ## %bb.9: ## in Loop: Header=BB295_8 Depth=1 movslq -324(%rbp), %rcx leaq _asm_gen_code.reg_saved(%rip), %rax movzbl (%rax,%rcx), %eax movl %eax, -328(%rbp) movslq -328(%rbp), %rax cmpb $0, -16(%rbp,%rax) je LBB295_11 ## %bb.10: ## in Loop: Header=BB295_8 Depth=1 movl -328(%rbp), %edi addl $80, %edi callq _g LBB295_11: ## in Loop: Header=BB295_8 Depth=1 jmp LBB295_12 LBB295_12: ## in Loop: Header=BB295_8 Depth=1 movl -324(%rbp), %eax addl $1, %eax movl %eax, -324(%rbp) jmp LBB295_8 LBB295_13: movl $0, -324(%rbp) LBB295_14: ## =>This Inner Loop Header: Depth=1 movl -324(%rbp), %eax cmpl -284(%rbp), %eax jge LBB295_28 ## %bb.15: ## in Loop: Header=BB295_14 Depth=1 movq -280(%rbp), %rax movslq -324(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -320(%rbp) movq -320(%rbp), %rax cmpl $0, 52(%rax) jl LBB295_26 ## %bb.16: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB295_19 ## %bb.17: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax cmpl $0, 60(%rax) je LBB295_19 ## %bb.18: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rsi leaq -80(%rbp), %rdi movl $64, %edx callq _memcpy movzwl -64(%rbp), %eax andl $-256, %eax orl $242, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -64(%rbp) movq -320(%rbp), %rax movl 52(%rax), %edi leaq -80(%rbp), %rsi callq _load jmp LBB295_25 LBB295_19: ## in Loop: Header=BB295_14 Depth=1 movl -324(%rbp), %eax cmpl -288(%rbp), %eax jge LBB295_21 ## %bb.20: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax cmpl $0, 64(%rax) je LBB295_24 LBB295_21: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax movl 52(%rax), %edi movq -320(%rbp), %rax movq 32(%rax), %rsi callq _load movq -320(%rbp), %rax cmpl $0, 56(%rax) je LBB295_23 ## %bb.22: ## in Loop: Header=BB295_14 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rsi leaq -144(%rbp), %rdi movl $64, %edx callq _memcpy movl -112(%rbp), %eax addl $4, %eax movl %eax, -112(%rbp) movl $2, %edi leaq -144(%rbp), %rsi callq _load LBB295_23: ## in Loop: Header=BB295_14 Depth=1 jmp LBB295_24 LBB295_24: ## in Loop: Header=BB295_14 Depth=1 jmp LBB295_25 LBB295_25: ## in Loop: Header=BB295_14 Depth=1 jmp LBB295_26 LBB295_26: ## in Loop: Header=BB295_14 Depth=1 jmp LBB295_27 LBB295_27: ## in Loop: Header=BB295_14 Depth=1 movl -324(%rbp), %eax addl $1, %eax movl %eax, -324(%rbp) jmp LBB295_14 LBB295_28: jmp LBB295_49 LBB295_29: movl $0, -324(%rbp) LBB295_30: ## =>This Inner Loop Header: Depth=1 movl -324(%rbp), %eax cmpl -288(%rbp), %eax jge LBB295_42 ## %bb.31: ## in Loop: Header=BB295_30 Depth=1 movq -280(%rbp), %rax movslq -324(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movq %rax, -320(%rbp) movq -320(%rbp), %rax cmpl $0, 52(%rax) jl LBB295_40 ## %bb.32: ## in Loop: Header=BB295_30 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rax movzwl 16(%rax), %eax andl $255, %eax cmpl $241, %eax jne LBB295_36 ## %bb.33: ## in Loop: Header=BB295_30 Depth=1 movq -320(%rbp), %rax cmpl $0, 60(%rax) jne LBB295_35 ## %bb.34: ## in Loop: Header=BB295_30 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rsi leaq -208(%rbp), %rdi movl $64, %edx callq _memcpy movzwl -192(%rbp), %eax andl $-256, %eax orl $242, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -192(%rbp) movl -308(%rbp), %edi leaq -208(%rbp), %rsi callq _load movzwl -192(%rbp), %eax andl $-256, %eax orl -308(%rbp), %eax ## kill: def $ax killed $ax killed $eax movw %ax, -192(%rbp) movq -320(%rbp), %rax movl 52(%rax), %edi leaq -208(%rbp), %rsi callq _store LBB295_35: ## in Loop: Header=BB295_30 Depth=1 jmp LBB295_39 LBB295_36: ## in Loop: Header=BB295_30 Depth=1 movq -320(%rbp), %rax movl 52(%rax), %edi movq -320(%rbp), %rax movq 32(%rax), %rsi callq _store movq -320(%rbp), %rax cmpl $0, 56(%rax) je LBB295_38 ## %bb.37: ## in Loop: Header=BB295_30 Depth=1 movq -320(%rbp), %rax movq 32(%rax), %rsi leaq -272(%rbp), %rdi movl $64, %edx callq _memcpy movl -240(%rbp), %eax addl $4, %eax movl %eax, -240(%rbp) movl $2, %edi leaq -272(%rbp), %rsi callq _store LBB295_38: ## in Loop: Header=BB295_30 Depth=1 jmp LBB295_39 LBB295_39: ## in Loop: Header=BB295_30 Depth=1 jmp LBB295_40 LBB295_40: ## in Loop: Header=BB295_30 Depth=1 jmp LBB295_41 LBB295_41: ## in Loop: Header=BB295_30 Depth=1 movl -324(%rbp), %eax addl $1, %eax movl %eax, -324(%rbp) jmp LBB295_30 LBB295_42: movl $2, -324(%rbp) LBB295_43: ## =>This Inner Loop Header: Depth=1 cmpl $0, -324(%rbp) jl LBB295_48 ## %bb.44: ## in Loop: Header=BB295_43 Depth=1 movslq -324(%rbp), %rcx leaq _asm_gen_code.reg_saved(%rip), %rax movzbl (%rax,%rcx), %eax movl %eax, -328(%rbp) movslq -328(%rbp), %rax cmpb $0, -16(%rbp,%rax) je LBB295_46 ## %bb.45: ## in Loop: Header=BB295_43 Depth=1 movl -328(%rbp), %edi addl $88, %edi callq _g LBB295_46: ## in Loop: Header=BB295_43 Depth=1 jmp LBB295_47 LBB295_47: ## in Loop: Header=BB295_43 Depth=1 movl -324(%rbp), %eax addl $-1, %eax movl %eax, -324(%rbp) jmp LBB295_43 LBB295_48: jmp LBB295_49 LBB295_49: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB295_51 ## %bb.50: addq $336, %rsp ## imm = 0x150 popq %rbp retq LBB295_51: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function skip_constraint_modifiers _skip_constraint_modifiers: ## @skip_constraint_modifiers .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) LBB296_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movsbl (%rax), %ecx movb $1, %al cmpl $61, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB296_5 ## %bb.2: ## in Loop: Header=BB296_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %ecx movb $1, %al cmpl $38, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB296_5 ## %bb.3: ## in Loop: Header=BB296_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %ecx movb $1, %al cmpl $43, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB296_5 ## %bb.4: ## in Loop: Header=BB296_1 Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax cmpl $37, %eax sete %al movb %al, -9(%rbp) ## 1-byte Spill LBB296_5: ## in Loop: Header=BB296_1 Depth=1 movb -9(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB296_6 jmp LBB296_7 LBB296_6: ## in Loop: Header=BB296_1 Depth=1 movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB296_1 LBB296_7: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function find_constraint _find_constraint: ## @find_constraint .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rax movsbl (%rax), %edi callq _isnum cmpl $0, %eax je LBB297_7 ## %bb.1: movl $0, -36(%rbp) LBB297_2: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax movsbl (%rax), %edi callq _isnum cmpl $0, %eax je LBB297_4 ## %bb.3: ## in Loop: Header=BB297_2 Depth=1 imull $10, -36(%rbp), %eax movq -24(%rbp), %rcx movsbl (%rcx), %ecx addl %ecx, %eax subl $48, %eax movl %eax, -36(%rbp) movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB297_2 LBB297_4: movl -36(%rbp), %eax cmpl -12(%rbp), %eax jb LBB297_6 ## %bb.5: movl $-1, -36(%rbp) LBB297_6: jmp LBB297_21 LBB297_7: movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $91, %eax jne LBB297_19 ## %bb.8: movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi movl $93, %esi callq _strchr movq %rax, -56(%rbp) cmpq $0, -56(%rbp) je LBB297_17 ## %bb.9: movq -24(%rbp), %rdi movq -56(%rbp), %rax movq -24(%rbp), %rcx subq %rcx, %rax movl %eax, %esi callq _tok_alloc movq %rax, -48(%rbp) movl $0, -36(%rbp) LBB297_10: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -12(%rbp), %eax jge LBB297_15 ## %bb.11: ## in Loop: Header=BB297_10 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx imulq $72, %rcx, %rcx addq %rcx, %rax movl (%rax), %eax movq -48(%rbp), %rcx cmpl 40(%rcx), %eax jne LBB297_13 ## %bb.12: jmp LBB297_16 LBB297_13: ## in Loop: Header=BB297_10 Depth=1 jmp LBB297_14 LBB297_14: ## in Loop: Header=BB297_10 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB297_10 LBB297_15: movl $-1, -36(%rbp) LBB297_16: movq -56(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB297_18 LBB297_17: movl $-1, -36(%rbp) LBB297_18: jmp LBB297_20 LBB297_19: movl $-1, -36(%rbp) LBB297_20: jmp LBB297_21 LBB297_21: cmpq $0, -32(%rbp) je LBB297_23 ## %bb.22: movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) LBB297_23: movl -36(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function constraint_priority _constraint_priority: ## @constraint_priority .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB298_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax movl %eax, -16(%rbp) cmpl $0, -16(%rbp) jne LBB298_3 ## %bb.2: jmp LBB298_13 LBB298_3: ## in Loop: Header=BB298_1 Depth=1 movq -8(%rbp), %rax incq %rax movq %rax, -8(%rbp) movl -16(%rbp), %eax addl $-65, %eax movl %eax, %ecx movq %rcx, -32(%rbp) ## 8-byte Spill subl $49, %eax ja LBB298_9 ## %bb.14: ## in Loop: Header=BB298_1 Depth=1 movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI298_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB298_4: ## in Loop: Header=BB298_1 Depth=1 movl $0, -20(%rbp) jmp LBB298_10 LBB298_5: ## in Loop: Header=BB298_1 Depth=1 movl $1, -20(%rbp) jmp LBB298_10 LBB298_6: ## in Loop: Header=BB298_1 Depth=1 movl $2, -20(%rbp) jmp LBB298_10 LBB298_7: ## in Loop: Header=BB298_1 Depth=1 movl $3, -20(%rbp) jmp LBB298_10 LBB298_8: ## in Loop: Header=BB298_1 Depth=1 movl $4, -20(%rbp) jmp LBB298_10 LBB298_9: ## in Loop: Header=BB298_1 Depth=1 movl -16(%rbp), %esi leaq L_.str.247(%rip), %rdi movb $0, %al callq _error movl $0, -20(%rbp) LBB298_10: ## in Loop: Header=BB298_1 Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jle LBB298_12 ## %bb.11: ## in Loop: Header=BB298_1 Depth=1 movl -20(%rbp), %eax movl %eax, -12(%rbp) LBB298_12: ## in Loop: Header=BB298_1 Depth=1 jmp LBB298_1 LBB298_13: movl -12(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L298_0_set_4, LBB298_4-LJTI298_0 .set L298_0_set_9, LBB298_9-LJTI298_0 .set L298_0_set_5, LBB298_5-LJTI298_0 .set L298_0_set_8, LBB298_8-LJTI298_0 .set L298_0_set_6, LBB298_6-LJTI298_0 .set L298_0_set_7, LBB298_7-LJTI298_0 LJTI298_0: .long L298_0_set_4 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_5 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_8 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_8 .long L298_0_set_8 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_5 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_5 .long L298_0_set_5 .long L298_0_set_5 .long L298_0_set_5 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_8 .long L298_0_set_9 .long L298_0_set_8 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_8 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_9 .long L298_0_set_6 .long L298_0_set_7 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function subst_asm_operand _subst_asm_operand: ## @subst_asm_operand .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, -88(%rbp) movq %rsi, -96(%rbp) movl %edx, -100(%rbp) movq -96(%rbp), %rax movzwl 16(%rax), %eax movl %eax, -104(%rbp) movl -104(%rbp), %eax andl $255, %eax cmpl $240, %eax jne LBB299_13 ## %bb.1: movl -104(%rbp), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax jne LBB299_5 ## %bb.2: cmpl $99, -100(%rbp) je LBB299_5 ## %bb.3: cmpl $110, -100(%rbp) je LBB299_5 ## %bb.4: movq -88(%rbp), %rdi movl $36, %esi callq _cstr_ccat LBB299_5: movl -104(%rbp), %eax andl $512, %eax ## imm = 0x200 cmpl $0, %eax je LBB299_10 ## %bb.6: movq -88(%rbp), %rax movq %rax, -128(%rbp) ## 8-byte Spill movq -96(%rbp), %rax movq 48(%rax), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -128(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cstr_cat movq -96(%rbp), %rax cmpl $0, 32(%rax) je LBB299_8 ## %bb.7: movq -88(%rbp), %rdi movl $43, %esi callq _cstr_ccat jmp LBB299_9 LBB299_8: jmp LBB299_50 LBB299_9: jmp LBB299_10 LBB299_10: movq -96(%rbp), %rax movl 32(%rax), %eax movl %eax, -116(%rbp) cmpl $110, -100(%rbp) jne LBB299_12 ## %bb.11: xorl %eax, %eax subl -116(%rbp), %eax movl %eax, -116(%rbp) LBB299_12: leaq -80(%rbp), %rdi movq -96(%rbp), %rax movl 32(%rax), %r9d movl $64, %ecx xorl %edx, %edx leaq L_.str.249(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -88(%rbp), %rdi leaq -80(%rbp), %rsi callq _cstr_cat jmp LBB299_50 LBB299_13: movl -104(%rbp), %eax andl $255, %eax cmpl $242, %eax jne LBB299_15 ## %bb.14: leaq -80(%rbp), %rdi movq -96(%rbp), %rax movl 32(%rax), %r9d movl $64, %ecx xorl %edx, %edx leaq L_.str.250(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -88(%rbp), %rdi leaq -80(%rbp), %rsi callq _cstr_cat jmp LBB299_49 LBB299_15: movl -104(%rbp), %eax andl $256, %eax ## imm = 0x100 cmpl $0, %eax je LBB299_19 ## %bb.16: movl -104(%rbp), %eax andl $255, %eax movl %eax, -108(%rbp) cmpl $240, -108(%rbp) jl LBB299_18 ## %bb.17: leaq L_.str.251(%rip), %rdi movb $0, %al callq _error LBB299_18: leaq -80(%rbp), %rax movq %rax, -136(%rbp) ## 8-byte Spill movl -108(%rbp), %edi addl $423, %edi ## imm = 0x1A7 xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -136(%rbp), %rdi ## 8-byte Reload movq %rax, %r9 movl $64, %ecx xorl %edx, %edx leaq L_.str.252(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -88(%rbp), %rdi leaq -80(%rbp), %rsi callq _cstr_cat jmp LBB299_48 LBB299_19: movl -104(%rbp), %eax andl $255, %eax movl %eax, -108(%rbp) cmpl $240, -108(%rbp) jl LBB299_21 ## %bb.20: leaq L_.str.251(%rip), %rdi movb $0, %al callq _error LBB299_21: movq -96(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $1, %eax jne LBB299_23 ## %bb.22: movl $1, -112(%rbp) jmp LBB299_27 LBB299_23: movq -96(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $2, %eax jne LBB299_25 ## %bb.24: movl $2, -112(%rbp) jmp LBB299_26 LBB299_25: movl $4, -112(%rbp) LBB299_26: jmp LBB299_27 LBB299_27: cmpl $1, -112(%rbp) jne LBB299_30 ## %bb.28: cmpl $4, -108(%rbp) jl LBB299_30 ## %bb.29: movl $4, -112(%rbp) LBB299_30: cmpl $98, -100(%rbp) jne LBB299_34 ## %bb.31: cmpl $4, -108(%rbp) jl LBB299_33 ## %bb.32: leaq L_.str.253(%rip), %rdi movb $0, %al callq _error LBB299_33: movl $1, -112(%rbp) jmp LBB299_42 LBB299_34: cmpl $104, -100(%rbp) jne LBB299_38 ## %bb.35: cmpl $4, -108(%rbp) jl LBB299_37 ## %bb.36: leaq L_.str.253(%rip), %rdi movb $0, %al callq _error LBB299_37: movl $-1, -112(%rbp) jmp LBB299_41 LBB299_38: cmpl $119, -100(%rbp) jne LBB299_40 ## %bb.39: movl $2, -112(%rbp) LBB299_40: jmp LBB299_41 LBB299_41: jmp LBB299_42 LBB299_42: movl -112(%rbp), %eax movl %eax, -140(%rbp) ## 4-byte Spill subl $-1, %eax je LBB299_43 jmp LBB299_53 LBB299_53: movl -140(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB299_44 jmp LBB299_54 LBB299_54: movl -140(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB299_45 jmp LBB299_46 LBB299_43: movl -108(%rbp), %eax addl $411, %eax ## imm = 0x19B movl %eax, -108(%rbp) jmp LBB299_47 LBB299_44: movl -108(%rbp), %eax addl $407, %eax ## imm = 0x197 movl %eax, -108(%rbp) jmp LBB299_47 LBB299_45: movl -108(%rbp), %eax addl $415, %eax ## imm = 0x19F movl %eax, -108(%rbp) jmp LBB299_47 LBB299_46: movl -108(%rbp), %eax addl $423, %eax ## imm = 0x1A7 movl %eax, -108(%rbp) LBB299_47: leaq -80(%rbp), %rax movq %rax, -152(%rbp) ## 8-byte Spill movl -108(%rbp), %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq -152(%rbp), %rdi ## 8-byte Reload movq %rax, %r9 movl $64, %ecx xorl %edx, %edx leaq L_.str.254(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -88(%rbp), %rdi leaq -80(%rbp), %rsi callq _cstr_cat LBB299_48: jmp LBB299_49 LBB299_49: jmp LBB299_50 LBB299_50: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB299_52 ## %bb.51: addq $160, %rsp popq %rbp retq LBB299_52: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_type _expr_type: ## @expr_type .cfi_startproc ## %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 _nocode_wanted(%rip), %eax movl %eax, -12(%rbp) movl $1, _nocode_wanted(%rip) callq _gexpr movq -8(%rbp), %rax movq _vtop(%rip), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 8(%rcx), %rcx movq %rcx, 8(%rax) callq _vpop movl -12(%rbp), %eax movl %eax, _nocode_wanted(%rip) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_compatible_func _is_compatible_func: ## @is_compatible_func .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rdi addq $24, %rdi movq -40(%rbp), %rsi addq $24, %rsi callq _is_compatible_types cmpl $0, %eax jne LBB301_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB301_19 LBB301_2: movq -32(%rbp), %rax movq 8(%rax), %rax movq -40(%rbp), %rcx cmpq 8(%rcx), %rax je LBB301_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB301_19 LBB301_4: movq -32(%rbp), %rax cmpq $2, 16(%rax) je LBB301_6 ## %bb.5: movq -40(%rbp), %rax cmpq $2, 16(%rax) jne LBB301_7 LBB301_6: movl $1, -4(%rbp) jmp LBB301_19 LBB301_7: movq -32(%rbp), %rax movq 16(%rax), %rax movq -40(%rbp), %rcx cmpq 16(%rcx), %rax je LBB301_9 ## %bb.8: movl $0, -4(%rbp) jmp LBB301_19 LBB301_9: jmp LBB301_10 LBB301_10: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB301_16 ## %bb.11: ## in Loop: Header=BB301_10 Depth=1 cmpq $0, -40(%rbp) jne LBB301_13 ## %bb.12: movl $0, -4(%rbp) jmp LBB301_19 LBB301_13: ## in Loop: Header=BB301_10 Depth=1 movq -32(%rbp), %rdi addq $24, %rdi movq -40(%rbp), %rsi addq $24, %rsi callq _is_compatible_types cmpl $0, %eax jne LBB301_15 ## %bb.14: movl $0, -4(%rbp) jmp LBB301_19 LBB301_15: ## in Loop: Header=BB301_10 Depth=1 movq -32(%rbp), %rax movq 40(%rax), %rax movq %rax, -32(%rbp) movq -40(%rbp), %rax movq 40(%rax), %rax movq %rax, -40(%rbp) jmp LBB301_10 LBB301_16: cmpq $0, -40(%rbp) je LBB301_18 ## %bb.17: movl $0, -4(%rbp) jmp LBB301_19 LBB301_18: movl $1, -4(%rbp) LBB301_19: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function expr_land _expr_land: ## @expr_land .cfi_startproc ## %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 _expr_or cmpl $160, _tok(%rip) jne LBB302_6 ## %bb.1: movl $0, -4(%rbp) LBB302_2: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %esi movl $1, %edi callq _gtst movl %eax, -4(%rbp) cmpl $160, _tok(%rip) je LBB302_4 ## %bb.3: movl -4(%rbp), %esi movl $245, %edi callq _vseti jmp LBB302_5 LBB302_4: ## in Loop: Header=BB302_2 Depth=1 callq _next callq _expr_or jmp LBB302_2 LBB302_5: jmp LBB302_6 LBB302_6: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function isoct _isoct: ## @isoct .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $48, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill jl LBB303_2 ## %bb.1: cmpl $55, -4(%rbp) setle %al movb %al, -5(%rbp) ## 1-byte Spill LBB303_2: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cstr_wccat _cstr_wccat: ## @cstr_wccat .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movslq (%rax), %rax addq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -16(%rbp) movl -16(%rbp), %eax movq -8(%rbp), %rcx cmpl 16(%rcx), %eax jle LBB304_2 ## %bb.1: movq -8(%rbp), %rdi movl -16(%rbp), %esi callq _cstr_realloc LBB304_2: movl -12(%rbp), %edx movq -8(%rbp), %rax movq 8(%rax), %rax movslq -16(%rbp), %rcx movl %edx, -4(%rax,%rcx) movl -16(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function macro_subst_tok _macro_subst_tok: ## @macro_subst_tok .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $272, %rsp ## imm = 0x110 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -64(%rbp) movq %rsi, -72(%rbp) movq %rdx, -80(%rbp) movq %rcx, -88(%rbp) cmpl $326, _tok(%rip) ## imm = 0x146 jne LBB305_2 ## %bb.1: leaq -48(%rbp), %rdi movq _file(%rip), %rax movl 20(%rax), %r9d movl $32, %ecx xorl %edx, %edx leaq L_.str.249(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -48(%rbp), %rax movq %rax, -168(%rbp) movl $206, -136(%rbp) jmp LBB305_11 LBB305_2: cmpl $327, _tok(%rip) ## imm = 0x147 jne LBB305_4 ## %bb.3: movq _file(%rip), %rax addq $553, %rax ## imm = 0x229 movq %rax, -168(%rbp) jmp LBB305_10 LBB305_4: cmpl $328, _tok(%rip) ## imm = 0x148 je LBB305_6 ## %bb.5: cmpl $329, _tok(%rip) ## imm = 0x149 jne LBB305_12 LBB305_6: leaq -232(%rbp), %rdi callq _time leaq -232(%rbp), %rdi callq _localtime movq %rax, -240(%rbp) cmpl $328, _tok(%rip) ## imm = 0x148 jne LBB305_8 ## %bb.7: leaq -48(%rbp), %rdi movq -240(%rbp), %rax movslq 16(%rax), %rax leaq _ab_month_name(%rip), %r9 shlq $2, %rax addq %rax, %r9 movq -240(%rbp), %rax movl 12(%rax), %r10d movq -240(%rbp), %rax movl 20(%rax), %eax addl $1900, %eax ## imm = 0x76C movl $32, %ecx xorl %edx, %edx leaq L_.str.261(%rip), %r8 movq %rcx, %rsi movl %r10d, (%rsp) movl %eax, 8(%rsp) movb $0, %al callq ___snprintf_chk jmp LBB305_9 LBB305_8: leaq -48(%rbp), %rdi movq -240(%rbp), %rax movl 8(%rax), %r9d movq -240(%rbp), %rax movl 4(%rax), %r10d movq -240(%rbp), %rax movl (%rax), %eax movl $32, %ecx xorl %edx, %edx leaq L_.str.262(%rip), %r8 movq %rcx, %rsi movl %r10d, (%rsp) movl %eax, 8(%rsp) movb $0, %al callq ___snprintf_chk LBB305_9: leaq -48(%rbp), %rax movq %rax, -168(%rbp) LBB305_10: movl $181, -136(%rbp) LBB305_11: leaq -224(%rbp), %rdi callq _cstr_new movq -168(%rbp), %rsi leaq -224(%rbp), %rdi callq _cstr_cat leaq -224(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat leaq -224(%rbp), %rax movq %rax, -192(%rbp) movq -64(%rbp), %rdi movl -136(%rbp), %esi leaq -192(%rbp), %rdx callq _tok_str_add2 leaq -224(%rbp), %rdi callq _cstr_free jmp LBB305_67 LBB305_12: movq -80(%rbp), %rax movq 16(%rax), %rax movq %rax, -128(%rbp) movl $0, -116(%rbp) movq -80(%rbp), %rax cmpl $1, 24(%rax) jne LBB305_64 ## %bb.13: jmp LBB305_14 LBB305_14: ## =>This Inner Loop Header: Depth=1 cmpq $0, _macro_ptr(%rip) je LBB305_21 ## %bb.15: ## in Loop: Header=BB305_14 Depth=1 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, -132(%rbp) cmpl $0, -132(%rbp) jne LBB305_20 ## %bb.16: ## in Loop: Header=BB305_14 Depth=1 cmpq $0, -88(%rbp) je LBB305_20 ## %bb.17: ## in Loop: Header=BB305_14 Depth=1 movq -88(%rbp), %rax movq (%rax), %rax movq %rax, -248(%rbp) movq $0, _macro_ptr(%rip) cmpq $0, -248(%rbp) je LBB305_19 ## %bb.18: ## in Loop: Header=BB305_14 Depth=1 movq -248(%rbp), %rax movq 8(%rax), %rax movq %rax, _macro_ptr(%rip) movq -248(%rbp), %rax movq $0, 8(%rax) movq -248(%rbp), %rax movq (%rax), %rcx movq -88(%rbp), %rax movq %rcx, (%rax) LBB305_19: ## in Loop: Header=BB305_14 Depth=1 jmp LBB305_14 LBB305_20: jmp LBB305_27 LBB305_21: movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) LBB305_22: ## =>This Inner Loop Header: Depth=1 movl _ch(%rip), %edi callq _is_space movl %eax, %ecx movb $1, %al cmpl $0, %ecx movb %al, -249(%rbp) ## 1-byte Spill jne LBB305_24 ## %bb.23: ## in Loop: Header=BB305_22 Depth=1 cmpl $10, _ch(%rip) sete %al movb %al, -249(%rbp) ## 1-byte Spill LBB305_24: ## in Loop: Header=BB305_22 Depth=1 movb -249(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB305_25 jmp LBB305_26 LBB305_25: ## in Loop: Header=BB305_22 Depth=1 callq _minp jmp LBB305_22 LBB305_26: movl _ch(%rip), %eax movl %eax, -132(%rbp) LBB305_27: cmpl $40, -132(%rbp) je LBB305_29 ## %bb.28: movl $-1, -52(%rbp) jmp LBB305_70 LBB305_29: callq _next_nomacro callq _next_nomacro movq $0, -96(%rbp) movq -80(%rbp), %rax movq 40(%rax), %rax movq %rax, -104(%rbp) LBB305_30: ## =>This Loop Header: Depth=1 ## Child Loop BB305_37 Depth 2 cmpq $0, -96(%rbp) jne LBB305_34 ## %bb.31: ## in Loop: Header=BB305_30 Depth=1 cmpq $0, -104(%rbp) jne LBB305_34 ## %bb.32: ## in Loop: Header=BB305_30 Depth=1 cmpl $41, _tok(%rip) jne LBB305_34 ## %bb.33: jmp LBB305_58 LBB305_34: ## in Loop: Header=BB305_30 Depth=1 cmpq $0, -104(%rbp) jne LBB305_36 ## %bb.35: ## in Loop: Header=BB305_30 Depth=1 movq -80(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.263(%rip), %rdi movb $0, %al callq _error LBB305_36: ## in Loop: Header=BB305_30 Depth=1 leaq -160(%rbp), %rdi callq _tok_str_new movl $0, -120(%rbp) LBB305_37: ## Parent Loop BB305_30 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -120(%rbp) jg LBB305_41 ## %bb.38: ## in Loop: Header=BB305_37 Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $41, _tok(%rip) movb %al, -250(%rbp) ## 1-byte Spill je LBB305_42 ## %bb.39: ## in Loop: Header=BB305_37 Depth=2 cmpl $44, _tok(%rip) jne LBB305_41 ## %bb.40: ## in Loop: Header=BB305_37 Depth=2 movq -104(%rbp), %rcx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, 24(%rcx) movb %al, -250(%rbp) ## 1-byte Spill je LBB305_42 LBB305_41: ## in Loop: Header=BB305_37 Depth=2 cmpl $-1, _tok(%rip) setne %al movb %al, -250(%rbp) ## 1-byte Spill LBB305_42: ## in Loop: Header=BB305_37 Depth=2 movb -250(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB305_43 jmp LBB305_49 LBB305_43: ## in Loop: Header=BB305_37 Depth=2 cmpl $40, _tok(%rip) jne LBB305_45 ## %bb.44: ## in Loop: Header=BB305_37 Depth=2 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB305_48 LBB305_45: ## in Loop: Header=BB305_37 Depth=2 cmpl $41, _tok(%rip) jne LBB305_47 ## %bb.46: ## in Loop: Header=BB305_37 Depth=2 movl -120(%rbp), %eax addl $-1, %eax movl %eax, -120(%rbp) LBB305_47: ## in Loop: Header=BB305_37 Depth=2 jmp LBB305_48 LBB305_48: ## in Loop: Header=BB305_37 Depth=2 movl _tok(%rip), %esi leaq -160(%rbp), %rdi leaq _tokc(%rip), %rdx callq _tok_str_add2 callq _next_nomacro jmp LBB305_37 LBB305_49: ## in Loop: Header=BB305_30 Depth=1 leaq -160(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -104(%rbp), %rax movq (%rax), %rsi andq $-536870913, %rsi ## imm = 0xDFFFFFFF movq -104(%rbp), %rax movslq 24(%rax), %rdx movq -160(%rbp), %rcx leaq -96(%rbp), %rdi callq _sym_push2 movq -104(%rbp), %rax movq 40(%rax), %rax movq %rax, -104(%rbp) cmpl $41, _tok(%rip) jne LBB305_55 ## %bb.50: ## in Loop: Header=BB305_30 Depth=1 cmpq $0, -104(%rbp) je LBB305_54 ## %bb.51: ## in Loop: Header=BB305_30 Depth=1 movq -104(%rbp), %rax cmpl $0, 24(%rax) je LBB305_54 ## %bb.52: ## in Loop: Header=BB305_30 Depth=1 cmpl $0, _gnu_ext(%rip) je LBB305_54 ## %bb.53: ## in Loop: Header=BB305_30 Depth=1 jmp LBB305_30 LBB305_54: jmp LBB305_58 LBB305_55: ## in Loop: Header=BB305_30 Depth=1 cmpl $44, _tok(%rip) je LBB305_57 ## %bb.56: ## in Loop: Header=BB305_30 Depth=1 leaq L_.str.264(%rip), %rdi callq _expect LBB305_57: ## in Loop: Header=BB305_30 Depth=1 callq _next_nomacro jmp LBB305_30 LBB305_58: cmpq $0, -104(%rbp) je LBB305_60 ## %bb.59: movq -80(%rbp), %rax movq (%rax), %rax movl %eax, %edi xorl %eax, %eax movl %eax, %esi callq _get_tok_str movq %rax, %rsi leaq L_.str.265(%rip), %rdi movb $0, %al callq _error LBB305_60: movq -72(%rbp), %rdi movq -128(%rbp), %rsi movq -96(%rbp), %rdx callq _macro_arg_subst movq %rax, -128(%rbp) movq -96(%rbp), %rax movq %rax, -104(%rbp) LBB305_61: ## =>This Inner Loop Header: Depth=1 cmpq $0, -104(%rbp) je LBB305_63 ## %bb.62: ## in Loop: Header=BB305_61 Depth=1 movq -104(%rbp), %rax movq 48(%rax), %rax movq %rax, -112(%rbp) movq -104(%rbp), %rax movq 16(%rax), %rdi callq _tok_str_free movq -104(%rbp), %rdi callq _sym_free movq -112(%rbp), %rax movq %rax, -104(%rbp) jmp LBB305_61 LBB305_63: movl $1, -116(%rbp) LBB305_64: movq -72(%rbp), %rdi movq -80(%rbp), %rax movq (%rax), %rsi xorl %eax, %eax movl %eax, %ecx movq %rcx, %rdx callq _sym_push2 movq -64(%rbp), %rdi movq -72(%rbp), %rsi movq -128(%rbp), %rdx movq -88(%rbp), %rcx callq _macro_subst movq -72(%rbp), %rax movq (%rax), %rax movq %rax, -112(%rbp) movq -112(%rbp), %rax movq 48(%rax), %rcx movq -72(%rbp), %rax movq %rcx, (%rax) movq -112(%rbp), %rdi callq _sym_free cmpl $0, -116(%rbp) je LBB305_66 ## %bb.65: movq -128(%rbp), %rdi callq _tok_str_free LBB305_66: jmp LBB305_67 LBB305_67: jmp LBB305_68 LBB305_68: jmp LBB305_69 LBB305_69: movl $0, -52(%rbp) LBB305_70: movl -52(%rbp), %eax movl %eax, -256(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB305_72 ## %bb.71: movl -256(%rbp), %eax ## 4-byte Reload addq $272, %rsp ## imm = 0x110 popq %rbp retq LBB305_72: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function macro_arg_subst _macro_arg_subst: ## @macro_arg_subst .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) leaq -104(%rbp), %rdi callq _tok_str_new movl $0, -36(%rbp) LBB306_1: ## =>This Loop Header: Depth=1 ## Child Loop BB306_20 Depth 2 ## Child Loop BB306_48 Depth 2 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -40(%rbp) movl -40(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -152(%rbp) ## 8-byte Spill subl $27, %eax ja LBB306_6 ## %bb.67: ## in Loop: Header=BB306_1 Depth=1 movq -152(%rbp), %rax ## 8-byte Reload leaq LJTI306_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB306_2: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -80(%rbp) jmp LBB306_7 LBB306_3: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movq %rax, -80(%rbp) movq -16(%rbp), %rcx addq $32, %rcx movq -80(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB306_7 LBB306_4: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -16(%rbp), %rax addq $8, %rax movq %rax, -16(%rbp) jmp LBB306_7 LBB306_5: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -72(%rbp) movq -16(%rbp), %rax addq $12, %rax movq %rax, -16(%rbp) jmp LBB306_7 LBB306_6: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_7 LBB306_7: ## in Loop: Header=BB306_1 Depth=1 cmpl $0, -40(%rbp) jne LBB306_9 ## %bb.8: jmp LBB306_66 LBB306_9: ## in Loop: Header=BB306_1 Depth=1 cmpl $35, -40(%rbp) jne LBB306_33 ## %bb.10: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -40(%rbp) movl -40(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -160(%rbp) ## 8-byte Spill subl $27, %eax ja LBB306_15 ## %bb.69: ## in Loop: Header=BB306_1 Depth=1 movq -160(%rbp), %rax ## 8-byte Reload leaq LJTI306_2(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB306_11: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -80(%rbp) jmp LBB306_16 LBB306_12: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movq %rax, -80(%rbp) movq -16(%rbp), %rcx addq $32, %rcx movq -80(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB306_16 LBB306_13: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -16(%rbp), %rax addq $8, %rax movq %rax, -16(%rbp) jmp LBB306_16 LBB306_14: ## in Loop: Header=BB306_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -72(%rbp) movq -16(%rbp), %rax addq $12, %rax movq %rax, -16(%rbp) jmp LBB306_16 LBB306_15: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_16 LBB306_16: ## in Loop: Header=BB306_1 Depth=1 cmpl $0, -40(%rbp) jne LBB306_18 ## %bb.17: jmp LBB306_66 LBB306_18: ## in Loop: Header=BB306_1 Depth=1 movq -24(%rbp), %rdi movl -40(%rbp), %esi callq _sym_find2 movq %rax, -56(%rbp) cmpq $0, -56(%rbp) je LBB306_31 ## %bb.19: ## in Loop: Header=BB306_1 Depth=1 leaq -136(%rbp), %rdi callq _cstr_new movq -56(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) movl $0, -44(%rbp) LBB306_20: ## Parent Loop BB306_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax cmpl $0, (%rax) je LBB306_30 ## %bb.21: ## in Loop: Header=BB306_20 Depth=2 cmpl $0, -44(%rbp) je LBB306_23 ## %bb.22: ## in Loop: Header=BB306_20 Depth=2 leaq -136(%rbp), %rdi movl $32, %esi callq _cstr_ccat LBB306_23: ## in Loop: Header=BB306_20 Depth=2 movq -32(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) movl (%rax), %eax movl %eax, -40(%rbp) movl -40(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -168(%rbp) ## 8-byte Spill subl $27, %eax ja LBB306_28 ## %bb.70: ## in Loop: Header=BB306_20 Depth=2 movq -168(%rbp), %rax ## 8-byte Reload leaq LJTI306_3(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB306_24: ## in Loop: Header=BB306_20 Depth=2 movq -32(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) movl (%rax), %eax movl %eax, -80(%rbp) jmp LBB306_29 LBB306_25: ## in Loop: Header=BB306_20 Depth=2 movq -32(%rbp), %rax movq %rax, -80(%rbp) movq -32(%rbp), %rcx addq $32, %rcx movq -80(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -32(%rbp), %rax movq %rax, -32(%rbp) jmp LBB306_29 LBB306_26: ## in Loop: Header=BB306_20 Depth=2 movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -32(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) jmp LBB306_29 LBB306_27: ## in Loop: Header=BB306_20 Depth=2 movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -32(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -32(%rbp), %rax movl 8(%rax), %eax movl %eax, -72(%rbp) movq -32(%rbp), %rax addq $12, %rax movq %rax, -32(%rbp) jmp LBB306_29 LBB306_28: ## in Loop: Header=BB306_20 Depth=2 jmp LBB306_29 LBB306_29: ## in Loop: Header=BB306_20 Depth=2 movl -40(%rbp), %edi leaq -80(%rbp), %rsi callq _get_tok_str movq %rax, %rsi leaq -136(%rbp), %rdi callq _cstr_cat movl $1, -44(%rbp) jmp LBB306_20 LBB306_30: ## in Loop: Header=BB306_1 Depth=1 leaq -136(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat leaq -136(%rbp), %rax movq %rax, -80(%rbp) leaq -104(%rbp), %rdi movl $181, %esi leaq -80(%rbp), %rdx callq _tok_str_add2 leaq -136(%rbp), %rdi callq _cstr_free jmp LBB306_32 LBB306_31: ## in Loop: Header=BB306_1 Depth=1 movl -40(%rbp), %esi leaq -104(%rbp), %rdi leaq -80(%rbp), %rdx callq _tok_str_add2 LBB306_32: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_65 LBB306_33: ## in Loop: Header=BB306_1 Depth=1 cmpl $256, -40(%rbp) ## imm = 0x100 jl LBB306_63 ## %bb.34: ## in Loop: Header=BB306_1 Depth=1 movq -24(%rbp), %rdi movl -40(%rbp), %esi callq _sym_find2 movq %rax, -56(%rbp) cmpq $0, -56(%rbp) je LBB306_61 ## %bb.35: ## in Loop: Header=BB306_1 Depth=1 movq -56(%rbp), %rax movq 16(%rax), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rax cmpl $182, (%rax) je LBB306_37 ## %bb.36: ## in Loop: Header=BB306_1 Depth=1 cmpl $182, -36(%rbp) jne LBB306_59 LBB306_37: ## in Loop: Header=BB306_1 Depth=1 cmpl $0, _gnu_ext(%rip) je LBB306_46 ## %bb.38: ## in Loop: Header=BB306_1 Depth=1 movq -56(%rbp), %rax cmpl $0, 24(%rax) je LBB306_46 ## %bb.39: ## in Loop: Header=BB306_1 Depth=1 cmpl $182, -36(%rbp) jne LBB306_46 ## %bb.40: ## in Loop: Header=BB306_1 Depth=1 cmpl $2, -96(%rbp) jl LBB306_46 ## %bb.41: ## in Loop: Header=BB306_1 Depth=1 movq -104(%rbp), %rax movl -96(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx cmpl $44, (%rax,%rcx,4) jne LBB306_46 ## %bb.42: ## in Loop: Header=BB306_1 Depth=1 movq -32(%rbp), %rax cmpl $0, (%rax) jne LBB306_44 ## %bb.43: ## in Loop: Header=BB306_1 Depth=1 movl -96(%rbp), %eax subl $2, %eax movl %eax, -96(%rbp) jmp LBB306_45 LBB306_44: ## in Loop: Header=BB306_1 Depth=1 movl -96(%rbp), %eax addl $-1, %eax movl %eax, -96(%rbp) jmp LBB306_47 LBB306_45: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_58 LBB306_46: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_47 LBB306_47: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_48 LBB306_48: ## Parent Loop BB306_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) movl (%rax), %eax movl %eax, -140(%rbp) movl -140(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -176(%rbp) ## 8-byte Spill subl $27, %eax ja LBB306_53 ## %bb.68: ## in Loop: Header=BB306_48 Depth=2 movq -176(%rbp), %rax ## 8-byte Reload leaq LJTI306_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB306_49: ## in Loop: Header=BB306_48 Depth=2 movq -32(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -32(%rbp) movl (%rax), %eax movl %eax, -80(%rbp) jmp LBB306_54 LBB306_50: ## in Loop: Header=BB306_48 Depth=2 movq -32(%rbp), %rax movq %rax, -80(%rbp) movq -32(%rbp), %rcx addq $32, %rcx movq -80(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -32(%rbp), %rax movq %rax, -32(%rbp) jmp LBB306_54 LBB306_51: ## in Loop: Header=BB306_48 Depth=2 movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -32(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) jmp LBB306_54 LBB306_52: ## in Loop: Header=BB306_48 Depth=2 movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -32(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -32(%rbp), %rax movl 8(%rax), %eax movl %eax, -72(%rbp) movq -32(%rbp), %rax addq $12, %rax movq %rax, -32(%rbp) jmp LBB306_54 LBB306_53: ## in Loop: Header=BB306_48 Depth=2 jmp LBB306_54 LBB306_54: ## in Loop: Header=BB306_48 Depth=2 cmpl $0, -140(%rbp) jne LBB306_56 ## %bb.55: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_57 LBB306_56: ## in Loop: Header=BB306_48 Depth=2 movl -140(%rbp), %esi leaq -104(%rbp), %rdi leaq -80(%rbp), %rdx callq _tok_str_add2 jmp LBB306_48 LBB306_57: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_58 LBB306_58: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_60 LBB306_59: ## in Loop: Header=BB306_1 Depth=1 movq -8(%rbp), %rsi movq -32(%rbp), %rdx leaq -104(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx callq _macro_subst LBB306_60: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_62 LBB306_61: ## in Loop: Header=BB306_1 Depth=1 movl -40(%rbp), %esi leaq -104(%rbp), %rdi callq _tok_str_add LBB306_62: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_64 LBB306_63: ## in Loop: Header=BB306_1 Depth=1 movl -40(%rbp), %esi leaq -104(%rbp), %rdi leaq -80(%rbp), %rdx callq _tok_str_add2 LBB306_64: ## in Loop: Header=BB306_1 Depth=1 jmp LBB306_65 LBB306_65: ## in Loop: Header=BB306_1 Depth=1 movl -40(%rbp), %eax movl %eax, -36(%rbp) jmp LBB306_1 LBB306_66: leaq -104(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -104(%rbp), %rax addq $176, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L306_0_set_2, LBB306_2-LJTI306_0 .set L306_0_set_3, LBB306_3-LJTI306_0 .set L306_0_set_6, LBB306_6-LJTI306_0 .set L306_0_set_4, LBB306_4-LJTI306_0 .set L306_0_set_5, LBB306_5-LJTI306_0 LJTI306_0: .long L306_0_set_2 .long L306_0_set_2 .long L306_0_set_3 .long L306_0_set_6 .long L306_0_set_2 .long L306_0_set_3 .long L306_0_set_2 .long L306_0_set_2 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_4 .long L306_0_set_5 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_2 .long L306_0_set_4 .long L306_0_set_4 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_6 .long L306_0_set_3 .set L306_1_set_49, LBB306_49-LJTI306_1 .set L306_1_set_50, LBB306_50-LJTI306_1 .set L306_1_set_53, LBB306_53-LJTI306_1 .set L306_1_set_51, LBB306_51-LJTI306_1 .set L306_1_set_52, LBB306_52-LJTI306_1 LJTI306_1: .long L306_1_set_49 .long L306_1_set_49 .long L306_1_set_50 .long L306_1_set_53 .long L306_1_set_49 .long L306_1_set_50 .long L306_1_set_49 .long L306_1_set_49 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_51 .long L306_1_set_52 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_49 .long L306_1_set_51 .long L306_1_set_51 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_53 .long L306_1_set_50 .set L306_2_set_11, LBB306_11-LJTI306_2 .set L306_2_set_12, LBB306_12-LJTI306_2 .set L306_2_set_15, LBB306_15-LJTI306_2 .set L306_2_set_13, LBB306_13-LJTI306_2 .set L306_2_set_14, LBB306_14-LJTI306_2 LJTI306_2: .long L306_2_set_11 .long L306_2_set_11 .long L306_2_set_12 .long L306_2_set_15 .long L306_2_set_11 .long L306_2_set_12 .long L306_2_set_11 .long L306_2_set_11 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_13 .long L306_2_set_14 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_11 .long L306_2_set_13 .long L306_2_set_13 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_15 .long L306_2_set_12 .set L306_3_set_24, LBB306_24-LJTI306_3 .set L306_3_set_25, LBB306_25-LJTI306_3 .set L306_3_set_28, LBB306_28-LJTI306_3 .set L306_3_set_26, LBB306_26-LJTI306_3 .set L306_3_set_27, LBB306_27-LJTI306_3 LJTI306_3: .long L306_3_set_24 .long L306_3_set_24 .long L306_3_set_25 .long L306_3_set_28 .long L306_3_set_24 .long L306_3_set_25 .long L306_3_set_24 .long L306_3_set_24 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_26 .long L306_3_set_27 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_24 .long L306_3_set_26 .long L306_3_set_26 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_28 .long L306_3_set_25 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function macro_subst _macro_subst: ## @macro_subst .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rax movq %rax, -56(%rbp) movq -56(%rbp), %rdi callq _macro_twosharps movq %rax, -48(%rbp) cmpq $0, -48(%rbp) je LBB307_2 ## %bb.1: movq -48(%rbp), %rax movq %rax, -56(%rbp) LBB307_2: jmp LBB307_3 LBB307_3: ## =>This Inner Loop Header: Depth=1 cmpq $0, -56(%rbp) jne LBB307_5 ## %bb.4: jmp LBB307_27 LBB307_5: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -56(%rbp) movl (%rax), %eax movl %eax, -60(%rbp) movl -60(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -104(%rbp) ## 8-byte Spill subl $27, %eax ja LBB307_10 ## %bb.30: ## in Loop: Header=BB307_3 Depth=1 movq -104(%rbp), %rax ## 8-byte Reload leaq LJTI307_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB307_6: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -56(%rbp) movl (%rax), %eax movl %eax, -80(%rbp) jmp LBB307_11 LBB307_7: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movq %rax, -80(%rbp) movq -56(%rbp), %rcx addq $32, %rcx movq -80(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -56(%rbp), %rax movq %rax, -56(%rbp) jmp LBB307_11 LBB307_8: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -56(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -56(%rbp), %rax addq $8, %rax movq %rax, -56(%rbp) jmp LBB307_11 LBB307_9: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movl (%rax), %eax movl %eax, -80(%rbp) movq -56(%rbp), %rax movl 4(%rax), %eax movl %eax, -76(%rbp) movq -56(%rbp), %rax movl 8(%rax), %eax movl %eax, -72(%rbp) movq -56(%rbp), %rax addq $12, %rax movq %rax, -56(%rbp) jmp LBB307_11 LBB307_10: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_11 LBB307_11: ## in Loop: Header=BB307_3 Depth=1 cmpl $0, -60(%rbp) jne LBB307_13 ## %bb.12: jmp LBB307_27 LBB307_13: ## in Loop: Header=BB307_3 Depth=1 movl -60(%rbp), %edi callq _define_find movq %rax, -40(%rbp) cmpq $0, -40(%rbp) je LBB307_24 ## %bb.14: ## in Loop: Header=BB307_3 Depth=1 movq -16(%rbp), %rax movq (%rax), %rdi movl -60(%rbp), %esi callq _sym_find2 cmpq $0, %rax je LBB307_16 ## %bb.15: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_25 LBB307_16: ## in Loop: Header=BB307_3 Depth=1 movq _macro_ptr(%rip), %rax movq %rax, -88(%rbp) cmpq $0, -32(%rbp) je LBB307_18 ## %bb.17: ## in Loop: Header=BB307_3 Depth=1 movq -32(%rbp), %rax movq (%rax), %rax movq %rax, -96(%rbp) movq -32(%rbp), %rax leaq -96(%rbp), %rcx movq %rcx, (%rax) LBB307_18: ## in Loop: Header=BB307_3 Depth=1 movq -56(%rbp), %rax movq %rax, _macro_ptr(%rip) movl -60(%rbp), %eax movl %eax, _tok(%rip) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -40(%rbp), %rdx movq -32(%rbp), %rcx callq _macro_subst_tok movl %eax, -64(%rbp) movq _macro_ptr(%rip), %rax movq %rax, -56(%rbp) movq -88(%rbp), %rax movq %rax, _macro_ptr(%rip) cmpq $0, -32(%rbp) je LBB307_21 ## %bb.19: ## in Loop: Header=BB307_3 Depth=1 movq -32(%rbp), %rax leaq -96(%rbp), %rcx cmpq %rcx, (%rax) jne LBB307_21 ## %bb.20: ## in Loop: Header=BB307_3 Depth=1 movq -96(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, (%rax) LBB307_21: ## in Loop: Header=BB307_3 Depth=1 cmpl $0, -64(%rbp) je LBB307_23 ## %bb.22: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_25 LBB307_23: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_26 LBB307_24: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_25 LBB307_25: ## in Loop: Header=BB307_3 Depth=1 movq -8(%rbp), %rdi movl -60(%rbp), %esi leaq -80(%rbp), %rdx callq _tok_str_add2 LBB307_26: ## in Loop: Header=BB307_3 Depth=1 jmp LBB307_3 LBB307_27: cmpq $0, -48(%rbp) je LBB307_29 ## %bb.28: movq -48(%rbp), %rdi callq _tok_str_free LBB307_29: addq $112, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L307_0_set_6, LBB307_6-LJTI307_0 .set L307_0_set_7, LBB307_7-LJTI307_0 .set L307_0_set_10, LBB307_10-LJTI307_0 .set L307_0_set_8, LBB307_8-LJTI307_0 .set L307_0_set_9, LBB307_9-LJTI307_0 LJTI307_0: .long L307_0_set_6 .long L307_0_set_6 .long L307_0_set_7 .long L307_0_set_10 .long L307_0_set_6 .long L307_0_set_7 .long L307_0_set_6 .long L307_0_set_6 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_8 .long L307_0_set_9 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_6 .long L307_0_set_8 .long L307_0_set_8 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_10 .long L307_0_set_7 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function sym_find2 _sym_find2: ## @sym_find2 .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) LBB308_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB308_5 ## %bb.2: ## in Loop: Header=BB308_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movslq -20(%rbp), %rcx cmpq %rcx, %rax jne LBB308_4 ## %bb.3: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB308_6 LBB308_4: ## in Loop: Header=BB308_1 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) jmp LBB308_1 LBB308_5: movq $0, -8(%rbp) LBB308_6: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function macro_twosharps _macro_twosharps: ## @macro_twosharps .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movq %rdi, -16(%rbp) leaq -96(%rbp), %rdi xorl %esi, %esi movl $16, %edx callq _memset movq -16(%rbp), %rax movq %rax, -40(%rbp) LBB309_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -60(%rbp) movl -60(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -192(%rbp) ## 8-byte Spill subl $27, %eax ja LBB309_6 ## %bb.73: ## in Loop: Header=BB309_1 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload leaq LJTI309_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB309_2: ## in Loop: Header=BB309_1 Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -16(%rbp) movl (%rax), %eax movl %eax, -96(%rbp) jmp LBB309_7 LBB309_3: ## in Loop: Header=BB309_1 Depth=1 movq -16(%rbp), %rax movq %rax, -96(%rbp) movq -16(%rbp), %rcx addq $32, %rcx movq -96(%rbp), %rax movq %rcx, 8(%rax) movq -96(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB309_7 LBB309_4: ## in Loop: Header=BB309_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq -16(%rbp), %rax addq $8, %rax movq %rax, -16(%rbp) jmp LBB309_7 LBB309_5: ## in Loop: Header=BB309_1 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq -16(%rbp), %rax movl 8(%rax), %eax movl %eax, -88(%rbp) movq -16(%rbp), %rax addq $12, %rax movq %rax, -16(%rbp) jmp LBB309_7 LBB309_6: ## in Loop: Header=BB309_1 Depth=1 jmp LBB309_7 LBB309_7: ## in Loop: Header=BB309_1 Depth=1 cmpl $0, -60(%rbp) jne LBB309_9 ## %bb.8: movq $0, -8(%rbp) jmp LBB309_72 LBB309_9: ## in Loop: Header=BB309_1 Depth=1 movq -16(%rbp), %rax cmpl $182, (%rax) jne LBB309_11 ## %bb.10: jmp LBB309_12 LBB309_11: ## in Loop: Header=BB309_1 Depth=1 jmp LBB309_1 LBB309_12: leaq -152(%rbp), %rdi callq _cstr_new leaq -120(%rbp), %rdi callq _tok_str_new movl -60(%rbp), %eax movl %eax, _tok(%rip) movq -96(%rbp), %rax movq %rax, _tokc(%rip) movq -88(%rbp), %rax movq %rax, _tokc+8(%rip) movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB309_13: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax cmpq -32(%rbp), %rax jae LBB309_21 ## %bb.14: ## in Loop: Header=BB309_13 Depth=1 movq -48(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -48(%rbp) movl (%rax), %eax movl %eax, -60(%rbp) movl -60(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -200(%rbp) ## 8-byte Spill subl $27, %eax ja LBB309_19 ## %bb.75: ## in Loop: Header=BB309_13 Depth=1 movq -200(%rbp), %rax ## 8-byte Reload leaq LJTI309_2(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB309_15: ## in Loop: Header=BB309_13 Depth=1 movq -48(%rbp), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, -48(%rbp) movl (%rax), %eax movl %eax, -96(%rbp) jmp LBB309_20 LBB309_16: ## in Loop: Header=BB309_13 Depth=1 movq -48(%rbp), %rax movq %rax, -96(%rbp) movq -48(%rbp), %rcx addq $32, %rcx movq -96(%rbp), %rax movq %rcx, 8(%rax) movq -96(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq -48(%rbp), %rax movq %rax, -48(%rbp) jmp LBB309_20 LBB309_17: ## in Loop: Header=BB309_13 Depth=1 movq -48(%rbp), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq -48(%rbp), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq -48(%rbp), %rax addq $8, %rax movq %rax, -48(%rbp) jmp LBB309_20 LBB309_18: ## in Loop: Header=BB309_13 Depth=1 movq -48(%rbp), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq -48(%rbp), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq -48(%rbp), %rax movl 8(%rax), %eax movl %eax, -88(%rbp) movq -48(%rbp), %rax addq $12, %rax movq %rax, -48(%rbp) jmp LBB309_20 LBB309_19: ## in Loop: Header=BB309_13 Depth=1 jmp LBB309_20 LBB309_20: ## in Loop: Header=BB309_13 Depth=1 movl -60(%rbp), %esi leaq -120(%rbp), %rdi leaq -96(%rbp), %rdx callq _tok_str_add2 jmp LBB309_13 LBB309_21: movq _macro_ptr(%rip), %rax movq %rax, -56(%rbp) movq -16(%rbp), %rax movq %rax, _macro_ptr(%rip) LBB309_22: ## =>This Loop Header: Depth=1 ## Child Loop BB309_23 Depth 2 ## Child Loop BB309_54 Depth 3 ## Child Loop BB309_39 Depth 3 jmp LBB309_23 LBB309_23: ## Parent Loop BB309_22 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB309_54 Depth 3 ## Child Loop BB309_39 Depth 3 movq _macro_ptr(%rip), %rax cmpl $182, (%rax) jne LBB309_68 ## %bb.24: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax addq $4, %rax movq %rax, _macro_ptr(%rip) movq _macro_ptr(%rip), %rax movq %rax, -32(%rbp) movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, -60(%rbp) cmpl $0, -60(%rbp) je LBB309_67 ## %bb.25: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, _macro_ptr(%rip) movl (%rax), %eax movl %eax, -60(%rbp) movl -60(%rbp), %eax addl $-179, %eax movl %eax, %ecx movq %rcx, -208(%rbp) ## 8-byte Spill subl $27, %eax ja LBB309_30 ## %bb.74: ## in Loop: Header=BB309_23 Depth=2 movq -208(%rbp), %rax ## 8-byte Reload leaq LJTI309_1(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB309_26: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax movq %rax, %rcx addq $4, %rcx movq %rcx, _macro_ptr(%rip) movl (%rax), %eax movl %eax, -96(%rbp) jmp LBB309_31 LBB309_27: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax movq %rax, -96(%rbp) movq _macro_ptr(%rip), %rcx addq $32, %rcx movq -96(%rbp), %rax movq %rcx, 8(%rax) movq -96(%rbp), %rax movslq (%rax), %rax addq $32, %rax addq $3, %rax shrq $2, %rax shlq $2, %rax addq _macro_ptr(%rip), %rax movq %rax, _macro_ptr(%rip) jmp LBB309_31 LBB309_28: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq _macro_ptr(%rip), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq _macro_ptr(%rip), %rax addq $8, %rax movq %rax, _macro_ptr(%rip) jmp LBB309_31 LBB309_29: ## in Loop: Header=BB309_23 Depth=2 movq _macro_ptr(%rip), %rax movl (%rax), %eax movl %eax, -96(%rbp) movq _macro_ptr(%rip), %rax movl 4(%rax), %eax movl %eax, -92(%rbp) movq _macro_ptr(%rip), %rax movl 8(%rax), %eax movl %eax, -88(%rbp) movq _macro_ptr(%rip), %rax addq $12, %rax movq %rax, _macro_ptr(%rip) jmp LBB309_31 LBB309_30: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_31 LBB309_31: ## in Loop: Header=BB309_23 Depth=2 leaq -152(%rbp), %rdi callq _cstr_free movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq %rax, -72(%rbp) movq -72(%rbp), %rsi leaq -152(%rbp), %rdi callq _cstr_cat movl -60(%rbp), %edi leaq -96(%rbp), %rsi callq _get_tok_str movq %rax, -80(%rbp) movq -80(%rbp), %rsi leaq -152(%rbp), %rdi callq _cstr_cat leaq -152(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat cmpl $256, _tok(%rip) ## imm = 0x100 jge LBB309_33 ## %bb.32: ## in Loop: Header=BB309_23 Depth=2 cmpl $206, _tok(%rip) jne LBB309_48 LBB309_33: ## in Loop: Header=BB309_23 Depth=2 cmpl $256, -60(%rbp) ## imm = 0x100 jge LBB309_35 ## %bb.34: ## in Loop: Header=BB309_23 Depth=2 cmpl $206, -60(%rbp) jne LBB309_48 LBB309_35: ## in Loop: Header=BB309_23 Depth=2 cmpl $206, _tok(%rip) jne LBB309_37 ## %bb.36: ## in Loop: Header=BB309_23 Depth=2 leaq -152(%rbp), %rax movq %rax, _tokc(%rip) jmp LBB309_47 LBB309_37: ## in Loop: Header=BB309_23 Depth=2 cmpl $206, -60(%rbp) jne LBB309_46 ## %bb.38: ## in Loop: Header=BB309_23 Depth=2 movq -80(%rbp), %rax movq %rax, -160(%rbp) LBB309_39: ## Parent Loop BB309_22 Depth=1 ## Parent Loop BB309_23 Depth=2 ## => This Inner Loop Header: Depth=3 movq -160(%rbp), %rax movsbl (%rax), %eax movl %eax, -164(%rbp) cmpl $0, -164(%rbp) jne LBB309_41 ## %bb.40: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_45 LBB309_41: ## in Loop: Header=BB309_39 Depth=3 movq -160(%rbp), %rax addq $1, %rax movq %rax, -160(%rbp) movl -164(%rbp), %edi callq _isnum cmpl $0, %eax jne LBB309_44 ## %bb.42: ## in Loop: Header=BB309_39 Depth=3 movl -164(%rbp), %edi callq _isid cmpl $0, %eax jne LBB309_44 ## %bb.43: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_62 LBB309_44: ## in Loop: Header=BB309_39 Depth=3 jmp LBB309_39 LBB309_45: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_46 LBB309_46: ## in Loop: Header=BB309_23 Depth=2 movq -144(%rbp), %rax movq %rax, -216(%rbp) ## 8-byte Spill movq -144(%rbp), %rdi callq _strlen movq -216(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _tok_alloc movq %rax, -24(%rbp) movq -24(%rbp), %rax movl 40(%rax), %eax movl %eax, _tok(%rip) LBB309_47: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_66 LBB309_48: ## in Loop: Header=BB309_23 Depth=2 movq -144(%rbp), %rax movq %rax, -176(%rbp) movq -176(%rbp), %rdi leaq L_.str.14(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB309_50 ## %bb.49: ## in Loop: Header=BB309_23 Depth=2 movl $130, _tok(%rip) jmp LBB309_65 LBB309_50: ## in Loop: Header=BB309_23 Depth=2 movq -176(%rbp), %rdi leaq L_.str.13(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB309_52 ## %bb.51: ## in Loop: Header=BB309_23 Depth=2 movl $129, _tok(%rip) jmp LBB309_64 LBB309_52: ## in Loop: Header=BB309_23 Depth=2 movq -176(%rbp), %rdi callq _strlen cmpq $2, %rax jne LBB309_61 ## %bb.53: ## in Loop: Header=BB309_23 Depth=2 leaq _tok_two_chars(%rip), %rax movq %rax, -184(%rbp) LBB309_54: ## Parent Loop BB309_22 Depth=1 ## Parent Loop BB309_23 Depth=2 ## => This Inner Loop Header: Depth=3 movq -184(%rbp), %rax cmpb $0, (%rax) jne LBB309_56 ## %bb.55: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_62 LBB309_56: ## in Loop: Header=BB309_54 Depth=3 movq -184(%rbp), %rax movzbl (%rax), %eax movq -176(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax jne LBB309_59 ## %bb.57: ## in Loop: Header=BB309_54 Depth=3 movq -184(%rbp), %rax movzbl 1(%rax), %eax movq -176(%rbp), %rcx movsbl 1(%rcx), %ecx cmpl %ecx, %eax jne LBB309_59 ## %bb.58: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_60 LBB309_59: ## in Loop: Header=BB309_54 Depth=3 movq -184(%rbp), %rax addq $3, %rax movq %rax, -184(%rbp) jmp LBB309_54 LBB309_60: ## in Loop: Header=BB309_23 Depth=2 movq -184(%rbp), %rax movzbl 2(%rax), %eax movl %eax, _tok(%rip) jmp LBB309_63 LBB309_61: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_62 LBB309_62: ## in Loop: Header=BB309_23 Depth=2 leaq -152(%rbp), %rdi callq _cstr_free movl _tok(%rip), %edi leaq _tokc(%rip), %rsi callq _get_tok_str movq %rax, -72(%rbp) movq -72(%rbp), %rsi leaq -152(%rbp), %rdi callq _cstr_cat leaq -152(%rbp), %rdi xorl %esi, %esi callq _cstr_ccat movl -60(%rbp), %edi leaq -96(%rbp), %rsi callq _get_tok_str movq %rax, -80(%rbp) movq -144(%rbp), %rsi movq -80(%rbp), %rdx leaq L_.str.266(%rip), %rdi movb $0, %al callq _warning movl _tok(%rip), %esi leaq -120(%rbp), %rdi leaq _tokc(%rip), %rdx callq _tok_str_add2 movl -60(%rbp), %eax movl %eax, _tok(%rip) movq -96(%rbp), %rax movq %rax, _tokc(%rip) movq -88(%rbp), %rax movq %rax, _tokc+8(%rip) LBB309_63: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_64 LBB309_64: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_65 LBB309_65: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_66 LBB309_66: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_67 LBB309_67: ## in Loop: Header=BB309_23 Depth=2 jmp LBB309_23 LBB309_68: ## in Loop: Header=BB309_22 Depth=1 movl _tok(%rip), %esi leaq -120(%rbp), %rdi leaq _tokc(%rip), %rdx callq _tok_str_add2 callq _next_nomacro cmpl $0, _tok(%rip) jne LBB309_70 ## %bb.69: jmp LBB309_71 LBB309_70: ## in Loop: Header=BB309_22 Depth=1 jmp LBB309_22 LBB309_71: movq -56(%rbp), %rax movq %rax, _macro_ptr(%rip) leaq -152(%rbp), %rdi callq _cstr_free leaq -120(%rbp), %rdi xorl %esi, %esi callq _tok_str_add movq -120(%rbp), %rax movq %rax, -8(%rbp) LBB309_72: movq -8(%rbp), %rax addq $224, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L309_0_set_2, LBB309_2-LJTI309_0 .set L309_0_set_3, LBB309_3-LJTI309_0 .set L309_0_set_6, LBB309_6-LJTI309_0 .set L309_0_set_4, LBB309_4-LJTI309_0 .set L309_0_set_5, LBB309_5-LJTI309_0 LJTI309_0: .long L309_0_set_2 .long L309_0_set_2 .long L309_0_set_3 .long L309_0_set_6 .long L309_0_set_2 .long L309_0_set_3 .long L309_0_set_2 .long L309_0_set_2 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_4 .long L309_0_set_5 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_2 .long L309_0_set_4 .long L309_0_set_4 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_6 .long L309_0_set_3 .set L309_1_set_26, LBB309_26-LJTI309_1 .set L309_1_set_27, LBB309_27-LJTI309_1 .set L309_1_set_30, LBB309_30-LJTI309_1 .set L309_1_set_28, LBB309_28-LJTI309_1 .set L309_1_set_29, LBB309_29-LJTI309_1 LJTI309_1: .long L309_1_set_26 .long L309_1_set_26 .long L309_1_set_27 .long L309_1_set_30 .long L309_1_set_26 .long L309_1_set_27 .long L309_1_set_26 .long L309_1_set_26 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_28 .long L309_1_set_29 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_26 .long L309_1_set_28 .long L309_1_set_28 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_30 .long L309_1_set_27 .set L309_2_set_15, LBB309_15-LJTI309_2 .set L309_2_set_16, LBB309_16-LJTI309_2 .set L309_2_set_19, LBB309_19-LJTI309_2 .set L309_2_set_17, LBB309_17-LJTI309_2 .set L309_2_set_18, LBB309_18-LJTI309_2 LJTI309_2: .long L309_2_set_15 .long L309_2_set_15 .long L309_2_set_16 .long L309_2_set_19 .long L309_2_set_15 .long L309_2_set_16 .long L309_2_set_15 .long L309_2_set_15 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_17 .long L309_2_set_18 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_15 .long L309_2_set_17 .long L309_2_set_17 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_19 .long L309_2_set_16 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function is_null_pointer _is_null_pointer: ## @is_null_pointer .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rax movzwl 16(%rax), %eax andl $1023, %eax ## imm = 0x3FF cmpl $240, %eax je LBB310_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB310_8 LBB310_2: movq -16(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $0, %eax jne LBB310_4 ## %bb.3: movq -16(%rbp), %rcx movb $1, %al cmpl $0, 32(%rcx) movb %al, -17(%rbp) ## 1-byte Spill je LBB310_7 LBB310_4: movq -16(%rbp), %rax movl (%rax), %ecx andl $15, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $12, %ecx movb %al, -18(%rbp) ## 1-byte Spill jne LBB310_6 ## %bb.5: movq -16(%rbp), %rax cmpq $0, 32(%rax) sete %al movb %al, -18(%rbp) ## 1-byte Spill LBB310_6: movb -18(%rbp), %al ## 1-byte Reload movb %al, -17(%rbp) ## 1-byte Spill LBB310_7: movb -17(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) LBB310_8: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function is_integer_btype _is_integer_btype: ## @is_integer_btype .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movb $1, %al cmpl $1, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB311_4 ## %bb.1: movb $1, %al cmpl $2, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB311_4 ## %bb.2: movb $1, %al cmpl $0, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB311_4 ## %bb.3: cmpl $12, -4(%rbp) sete %al movb %al, -5(%rbp) ## 1-byte Spill LBB311_4: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function elf_hash _elf_hash: ## @elf_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 $0, -16(%rbp) LBB312_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpb $0, (%rax) je LBB312_5 ## %bb.2: ## in Loop: Header=BB312_1 Depth=1 movq -16(%rbp), %rax shlq $4, %rax movq -8(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -8(%rbp) movzbl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -16(%rbp) movabsq $4026531840, %rax ## imm = 0xF0000000 andq -16(%rbp), %rax movq %rax, -24(%rbp) cmpq $0, -24(%rbp) je LBB312_4 ## %bb.3: ## in Loop: Header=BB312_1 Depth=1 movq -24(%rbp), %rax shrq $24, %rax xorq -16(%rbp), %rax movq %rax, -16(%rbp) LBB312_4: ## in Loop: Header=BB312_1 Depth=1 movq -24(%rbp), %rax xorq $-1, %rax andq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB312_1 LBB312_5: movq -16(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function add_init_array_defines _add_init_array_defines: ## @add_init_array_defines .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $2112, %rsp ## imm = 0x840 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -2072(%rbp) movq %rsi, -2080(%rbp) leaq -1040(%rbp), %rdi movq -2080(%rbp), %r9 addq $1, %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.292(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -2064(%rbp), %rdi movq -2080(%rbp), %r9 addq $1, %r9 movl $1024, %ecx ## imm = 0x400 xorl %edx, %edx leaq L_.str.293(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk movq -2072(%rbp), %rdi movq -2080(%rbp), %rsi callq _find_section movq %rax, -2088(%rbp) cmpq $0, -2088(%rbp) jne LBB313_2 ## %bb.1: movq $0, -2096(%rbp) movq _data_section(%rip), %rax movq %rax, -2088(%rbp) jmp LBB313_3 LBB313_2: movq -2088(%rbp), %rax movq (%rax), %rax movq %rax, -2096(%rbp) LBB313_3: movq _symtab_section(%rip), %rdi movq -2088(%rbp), %rax movl 28(%rax), %r9d leaq -1040(%rbp), %rax xorl %ecx, %ecx movl %ecx, %edx movl $16, %ecx xorl %r8d, %r8d movq %rdx, %rsi movq %rax, (%rsp) callq _add_elf_sym movq _symtab_section(%rip), %rdi movq -2096(%rbp), %rsi movq -2088(%rbp), %rax movl 28(%rax), %r9d leaq -2064(%rbp), %rax xorl %ecx, %ecx movl %ecx, %edx movl $16, %ecx xorl %r8d, %r8d movq %rax, (%rsp) callq _add_elf_sym movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB313_5 ## %bb.4: addq $2112, %rsp ## imm = 0x840 popq %rbp retq LBB313_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function put_got_offset _put_got_offset: ## @put_got_offset .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl 144(%rcx), %eax jl LBB314_7 ## %bb.1: movl $1, -28(%rbp) LBB314_2: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl -28(%rbp), %eax jl LBB314_4 ## %bb.3: ## in Loop: Header=BB314_2 Depth=1 movl -28(%rbp), %eax shll $1, %eax movl %eax, -28(%rbp) jmp LBB314_2 LBB314_4: movq -8(%rbp), %rax movq 136(%rax), %rdi movslq -28(%rbp), %rsi shlq $3, %rsi callq _tcc_realloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB314_6 ## %bb.5: leaq L_.str.24(%rip), %rdi movb $0, %al callq _error LBB314_6: movq -40(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 136(%rax) movq -8(%rbp), %rax movq 136(%rax), %rdi movq -8(%rbp), %rax movslq 144(%rax), %rax shlq $3, %rax addq %rax, %rdi movl -28(%rbp), %eax movq -8(%rbp), %rcx subl 144(%rcx), %eax movslq %eax, %rdx shlq $3, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movl -28(%rbp), %ecx movq -8(%rbp), %rax movl %ecx, 144(%rax) LBB314_7: movq -24(%rbp), %rdx movq -8(%rbp), %rax movq 136(%rax), %rax movslq -12(%rbp), %rcx movq %rdx, (%rax,%rcx,8) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function rebuild_hash _rebuild_hash: ## @rebuild_hash .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq 88(%rax), %rax movq 8(%rax), %rax movq %rax, -64(%rbp) movq -8(%rbp), %rax movq (%rax), %rax shrq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movq -8(%rbp), %rax movq 104(%rax), %rax movq $0, (%rax) movq -8(%rbp), %rax movq 104(%rax), %rdi movl -12(%rbp), %eax addl $2, %eax addl -44(%rbp), %eax movl %eax, %eax movl %eax, %esi shlq $2, %rsi callq _section_ptr_add movq %rax, -32(%rbp) movl -12(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movl -44(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 4(%rax) movq -32(%rbp), %rax addq $8, %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rdi movl -12(%rbp), %eax addl $1, %eax movl %eax, %eax movl %eax, %edx shlq $2, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movl -12(%rbp), %ecx addl $1, %ecx movq -32(%rbp), %rax movl %ecx, %ecx ## kill: def $rcx killed $ecx shlq $2, %rcx addq %rcx, %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax addq $16, %rax movq %rax, -24(%rbp) movl $1, -48(%rbp) LBB315_1: ## =>This Inner Loop Header: Depth=1 movl -48(%rbp), %eax cmpl -44(%rbp), %eax jge LBB315_7 ## %bb.2: ## in Loop: Header=BB315_1 Depth=1 movq -24(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax je LBB315_4 ## %bb.3: ## in Loop: Header=BB315_1 Depth=1 movq -64(%rbp), %rdi movq -24(%rbp), %rax movl (%rax), %eax ## kill: def $rax killed $eax addq %rax, %rdi callq _elf_hash movl -12(%rbp), %ecx ## kill: def $rcx killed $ecx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movl %edx, %eax movl %eax, -52(%rbp) movq -40(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %ecx movq -32(%rbp), %rax movl %ecx, (%rax) movl -48(%rbp), %edx movq -40(%rbp), %rax movslq -52(%rbp), %rcx movl %edx, (%rax,%rcx,4) jmp LBB315_5 LBB315_4: ## in Loop: Header=BB315_1 Depth=1 movq -32(%rbp), %rax movl $0, (%rax) LBB315_5: ## in Loop: Header=BB315_1 Depth=1 movq -32(%rbp), %rax addq $4, %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax addq $16, %rax movq %rax, -24(%rbp) ## %bb.6: ## in Loop: Header=BB315_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB315_1 LBB315_7: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_compile _tcc_compile: ## @tcc_compile .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) movq %rdi, -536(%rbp) movq -536(%rbp), %rdi callq _preprocess_init leaq L_.str.63(%rip), %rax movq %rax, _funcname(%rip) movq $268435456, _anon_sym(%rip) ## imm = 0x10000000 movl $0, -548(%rbp) cmpl $0, _do_debug(%rip) je LBB316_2 ## %bb.1: movq _symtab_section(%rip), %rdi movq _text_section(%rip), %rax movl 28(%rax), %r9d xorl %eax, %eax movl %eax, %edx movl $3, %ecx xorl %r8d, %r8d movq %rdx, %rsi movq $0, (%rsp) callq _put_elf_sym movl %eax, -548(%rbp) leaq -528(%rbp), %rdi movl $512, %esi ## imm = 0x200 callq _getcwd movq %rax, %rcx movq _dummy_char_star@GOTPCREL(%rip), %rax movq %rcx, (%rax) leaq -528(%rbp), %rdi movl $512, %esi ## imm = 0x200 leaq L_.str.138(%rip), %rdx callq _pstrcat leaq -528(%rbp), %rdi movq _text_section(%rip), %rax movq (%rax), %r8 movq _text_section(%rip), %r9 movl -548(%rbp), %eax movl $100, %esi xorl %ecx, %ecx movl %ecx, %edx movl %eax, (%rsp) callq _put_stabs_r movq _file(%rip), %rdi addq $553, %rdi ## imm = 0x229 movq _text_section(%rip), %rax movq (%rax), %r8 movq _text_section(%rip), %r9 movl -548(%rbp), %eax movl $100, %esi xorl %ecx, %ecx movl %ecx, %edx movl %eax, (%rsp) callq _put_stabs_r LBB316_2: movq _symtab_section(%rip), %rdi movq _file(%rip), %rax addq $553, %rax ## imm = 0x229 xorl %ecx, %ecx movl %ecx, %edx movl $4, %ecx xorl %r8d, %r8d movl $65521, %r9d ## imm = 0xFFF1 movq %rdx, %rsi movq %rax, (%rsp) callq _put_elf_sym movl $0, _int_type(%rip) movl $1, _char_pointer_type(%rip) leaq _char_pointer_type(%rip), %rdi callq _mk_pointer movl $6, _func_old_type(%rip) movl $536870912, %edi ## imm = 0x20000000 leaq _int_type(%rip), %rsi xorl %edx, %edx movl $2, %ecx callq _sym_push movq %rax, _func_old_type+8(%rip) movq _define_stack(%rip), %rax movq %rax, -544(%rbp) movq -536(%rbp), %rdi addq $268, %rdi ## imm = 0x10C callq _setjmp cmpl $0, %eax jne LBB316_8 ## %bb.3: movq -536(%rbp), %rax movl $0, 416(%rax) movq -536(%rbp), %rax movl $1, 264(%rax) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) movl $3, _tok_flags(%rip) movl $3, _parse_flags(%rip) callq _next movl $240, %edi callq _decl cmpl $-1, _tok(%rip) je LBB316_5 ## %bb.4: leaq L_.str.314(%rip), %rdi callq _expect LBB316_5: cmpl $0, _do_debug(%rip) je LBB316_7 ## %bb.6: movq _text_section(%rip), %rax movq (%rax), %r8 movq _text_section(%rip), %r9 movl -548(%rbp), %eax xorl %ecx, %ecx movl %ecx, %edi movl $100, %esi xorl %ecx, %ecx movl %ecx, %edx movl %eax, (%rsp) callq _put_stabs_r LBB316_7: jmp LBB316_8 LBB316_8: movq -536(%rbp), %rax movl $0, 264(%rax) movq -544(%rbp), %rdi callq _free_defines callq _gen_inline_functions leaq _global_stack(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _sym_pop movq -536(%rbp), %rax movl 416(%rax), %edx xorl %eax, %eax movl $4294967295, %ecx ## imm = 0xFFFFFFFF cmpl $0, %edx cmovnel %ecx, %eax movl %eax, -552(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB316_10 ## %bb.9: movl -552(%rbp), %eax ## 4-byte Reload addq $560, %rsp ## imm = 0x230 popq %rbp retq LBB316_10: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_assemble _tcc_assemble: ## @tcc_assemble .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi callq _preprocess_init movq _text_section(%rip), %rax movq %rax, _cur_text_section(%rip) movq _cur_text_section(%rip), %rax movq (%rax), %rax movq %rax, _ind(%rip) movq _define_stack(%rip), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _tcc_assemble_internal movl %eax, -28(%rbp) movq _ind(%rip), %rcx movq _cur_text_section(%rip), %rax movq %rcx, (%rax) movq -24(%rbp), %rdi callq _free_defines movl -28(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_load_object_file _tcc_load_object_file: ## @tcc_load_object_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 $272, %rsp ## imm = 0x110 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -80(%rbp) movl %esi, -84(%rbp) movq %rdx, -96(%rbp) movl -84(%rbp), %edi leaq -64(%rbp), %rsi movl $52, %edx callq _read cmpq $52, %rax je LBB318_2 ## %bb.1: jmp LBB318_12 LBB318_2: movzbl -64(%rbp), %eax cmpl $127, %eax jne LBB318_6 ## %bb.3: movzbl -63(%rbp), %eax cmpl $69, %eax jne LBB318_6 ## %bb.4: movzbl -62(%rbp), %eax cmpl $76, %eax jne LBB318_6 ## %bb.5: movzbl -61(%rbp), %eax cmpl $70, %eax je LBB318_7 LBB318_6: jmp LBB318_12 LBB318_7: movzwl -48(%rbp), %eax cmpl $1, %eax je LBB318_9 ## %bb.8: jmp LBB318_12 LBB318_9: movzbl -59(%rbp), %eax cmpl $1, %eax jne LBB318_11 ## %bb.10: movzwl -46(%rbp), %eax cmpl $3, %eax je LBB318_13 LBB318_11: jmp LBB318_12 LBB318_12: leaq L_.str.315(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -68(%rbp) jmp LBB318_97 LBB318_13: movl -84(%rbp), %edi movq -96(%rbp), %rsi movl -32(%rbp), %eax ## kill: def $rax killed $eax addq %rax, %rsi movzwl -16(%rbp), %eax ## kill: def $rax killed $eax imulq $40, %rax, %rdx callq _load_data movq %rax, -104(%rbp) movzwl -16(%rbp), %eax ## kill: def $rax killed $eax imulq $24, %rax, %rdi callq _tcc_mallocz movq %rax, -192(%rbp) movq -104(%rbp), %rax movzwl -14(%rbp), %ecx ## kill: def $rcx killed $ecx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movl -84(%rbp), %edi movq -96(%rbp), %rsi movq -112(%rbp), %rax movl 16(%rax), %eax ## kill: def $rax killed $eax addq %rax, %rsi movq -112(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -152(%rbp) movq $0, -168(%rbp) movq $0, -216(%rbp) movq $0, -160(%rbp) movl $0, -136(%rbp) movl $1, -120(%rbp) LBB318_14: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movzwl -16(%rbp), %ecx cmpl %ecx, %eax jge LBB318_22 ## %bb.15: ## in Loop: Header=BB318_14 Depth=1 movq -104(%rbp), %rax movslq -120(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movq -112(%rbp), %rax cmpl $2, 4(%rax) jne LBB318_20 ## %bb.16: ## in Loop: Header=BB318_14 Depth=1 cmpq $0, -216(%rbp) je LBB318_19 ## %bb.17: leaq L_.str.316(%rip), %rdi movb $0, %al callq _error_noabort LBB318_18: movl $-1, -144(%rbp) jmp LBB318_96 LBB318_19: ## in Loop: Header=BB318_14 Depth=1 movq -112(%rbp), %rax movl 20(%rax), %eax ## kill: def $rax killed $eax shrq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -136(%rbp) movl -84(%rbp), %edi movq -96(%rbp), %rsi movq -112(%rbp), %rax movl 16(%rax), %eax ## kill: def $rax killed $eax addq %rax, %rsi movq -112(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -216(%rbp) movq _symtab_section(%rip), %rcx movq -192(%rbp), %rax movslq -120(%rbp), %rdx imulq $24, %rdx, %rdx addq %rdx, %rax movq %rcx, (%rax) movq -104(%rbp), %rax movq -112(%rbp), %rcx movl 24(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movl -84(%rbp), %edi movq -96(%rbp), %rsi movq -112(%rbp), %rax movl 16(%rax), %eax ## kill: def $rax killed $eax addq %rax, %rsi movq -112(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -160(%rbp) LBB318_20: ## in Loop: Header=BB318_14 Depth=1 jmp LBB318_21 LBB318_21: ## in Loop: Header=BB318_14 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB318_14 LBB318_22: movl $1, -120(%rbp) LBB318_23: ## =>This Loop Header: Depth=1 ## Child Loop BB318_33 Depth 2 movl -120(%rbp), %eax movzwl -16(%rbp), %ecx cmpl %ecx, %eax jge LBB318_51 ## %bb.24: ## in Loop: Header=BB318_23 Depth=1 movl -120(%rbp), %eax movzwl -14(%rbp), %ecx cmpl %ecx, %eax jne LBB318_26 ## %bb.25: ## in Loop: Header=BB318_23 Depth=1 jmp LBB318_50 LBB318_26: ## in Loop: Header=BB318_23 Depth=1 movq -104(%rbp), %rax movslq -120(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movq -152(%rbp), %rax movq -112(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -176(%rbp) movq -112(%rbp), %rax cmpl $1, 4(%rax) je LBB318_30 ## %bb.27: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax cmpl $9, 4(%rax) je LBB318_30 ## %bb.28: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax cmpl $8, 4(%rax) je LBB318_30 ## %bb.29: ## in Loop: Header=BB318_23 Depth=1 jmp LBB318_50 LBB318_30: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax cmpl $1, 32(%rax) jae LBB318_32 ## %bb.31: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax movl $1, 32(%rax) LBB318_32: ## in Loop: Header=BB318_23 Depth=1 movl $1, -124(%rbp) LBB318_33: ## Parent Loop BB318_23 Depth=1 ## => This Inner Loop Header: Depth=2 movl -124(%rbp), %eax movq -80(%rbp), %rcx cmpl 112(%rcx), %eax jge LBB318_40 ## %bb.34: ## in Loop: Header=BB318_33 Depth=2 movq -80(%rbp), %rax movq 104(%rax), %rax movslq -124(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -240(%rbp) movq -240(%rbp), %rdi addq $120, %rdi movq -176(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB318_38 ## %bb.35: ## in Loop: Header=BB318_23 Depth=1 movq -176(%rbp), %rdi leaq L_.str.317(%rip), %rsi movl $13, %edx callq _strncmp cmpl $0, %eax jne LBB318_37 ## %bb.36: ## in Loop: Header=BB318_23 Depth=1 movq -192(%rbp), %rax movslq -120(%rbp), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax movb $1, 17(%rax) jmp LBB318_49 LBB318_37: ## in Loop: Header=BB318_23 Depth=1 jmp LBB318_41 LBB318_38: ## in Loop: Header=BB318_33 Depth=2 jmp LBB318_39 LBB318_39: ## in Loop: Header=BB318_33 Depth=2 movl -124(%rbp), %eax addl $1, %eax movl %eax, -124(%rbp) jmp LBB318_33 LBB318_40: ## in Loop: Header=BB318_23 Depth=1 movq -80(%rbp), %rdi movq -176(%rbp), %rsi movq -112(%rbp), %rax movl 4(%rax), %edx movq -112(%rbp), %rax movl 8(%rax), %ecx callq _new_section movq %rax, -240(%rbp) movq -112(%rbp), %rax movl 32(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 44(%rax) movq -112(%rbp), %rax movl 36(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 48(%rax) movq -192(%rbp), %rax movslq -120(%rbp), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax movb $1, 16(%rax) LBB318_41: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax movl 4(%rax), %eax movq -240(%rbp), %rcx cmpl 32(%rcx), %eax je LBB318_43 ## %bb.42: leaq L_.str.318(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB318_18 LBB318_43: ## in Loop: Header=BB318_23 Depth=1 movq -240(%rbp), %rax movq (%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -128(%rbp) movq -112(%rbp), %rax movl 32(%rax), %eax subl $1, %eax movl %eax, -116(%rbp) movl -128(%rbp), %eax addl -116(%rbp), %eax movl -116(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax movl %eax, -128(%rbp) movq -112(%rbp), %rax movl 32(%rax), %eax movq -240(%rbp), %rcx cmpl 44(%rcx), %eax jbe LBB318_45 ## %bb.44: ## in Loop: Header=BB318_23 Depth=1 movq -112(%rbp), %rax movl 32(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 44(%rax) LBB318_45: ## in Loop: Header=BB318_23 Depth=1 movslq -128(%rbp), %rcx movq -240(%rbp), %rax movq %rcx, (%rax) movslq -128(%rbp), %rcx movq -192(%rbp), %rax movslq -120(%rbp), %rdx imulq $24, %rdx, %rdx addq %rdx, %rax movq %rcx, 8(%rax) movq -240(%rbp), %rcx movq -192(%rbp), %rax movslq -120(%rbp), %rdx imulq $24, %rdx, %rdx addq %rdx, %rax movq %rcx, (%rax) movq -112(%rbp), %rax movl 20(%rax), %eax movl %eax, -116(%rbp) movq -112(%rbp), %rax cmpl $8, 4(%rax) je LBB318_47 ## %bb.46: ## in Loop: Header=BB318_23 Depth=1 movl -84(%rbp), %edi movq -96(%rbp), %rsi movq -112(%rbp), %rax movl 16(%rax), %eax ## kill: def $rax killed $eax addq %rax, %rsi xorl %edx, %edx callq _lseek movq -240(%rbp), %rdi movslq -116(%rbp), %rsi callq _section_ptr_add movq %rax, -248(%rbp) movl -84(%rbp), %edi movq -248(%rbp), %rsi movslq -116(%rbp), %rdx callq _read movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) jmp LBB318_48 LBB318_47: ## in Loop: Header=BB318_23 Depth=1 movslq -116(%rbp), %rcx movq -240(%rbp), %rax addq (%rax), %rcx movq %rcx, (%rax) LBB318_48: ## in Loop: Header=BB318_23 Depth=1 jmp LBB318_49 LBB318_49: ## in Loop: Header=BB318_23 Depth=1 jmp LBB318_50 LBB318_50: ## in Loop: Header=BB318_23 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB318_23 LBB318_51: movq -192(%rbp), %rax movq %rax, -200(%rbp) movl $1, -120(%rbp) LBB318_52: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax movzwl -16(%rbp), %ecx cmpl %ecx, %eax jge LBB318_62 ## %bb.53: ## in Loop: Header=BB318_52 Depth=1 movq -192(%rbp), %rax movslq -120(%rbp), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rax movq %rax, -240(%rbp) cmpq $0, -240(%rbp) je LBB318_55 ## %bb.54: ## in Loop: Header=BB318_52 Depth=1 movq -192(%rbp), %rax movslq -120(%rbp), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax cmpb $0, 16(%rax) jne LBB318_56 LBB318_55: ## in Loop: Header=BB318_52 Depth=1 jmp LBB318_61 LBB318_56: ## in Loop: Header=BB318_52 Depth=1 movq -104(%rbp), %rax movslq -120(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -112(%rbp) movq -112(%rbp), %rax cmpl $0, 24(%rax) jbe LBB318_58 ## %bb.57: ## in Loop: Header=BB318_52 Depth=1 movq -192(%rbp), %rax movq -112(%rbp), %rcx movl 24(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rcx movq -240(%rbp), %rax movq %rcx, 88(%rax) LBB318_58: ## in Loop: Header=BB318_52 Depth=1 movq -112(%rbp), %rax cmpl $9, 4(%rax) jne LBB318_60 ## %bb.59: ## in Loop: Header=BB318_52 Depth=1 movq -192(%rbp), %rax movq -112(%rbp), %rcx movl 28(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rax movl 28(%rax), %ecx movq -240(%rbp), %rax movl %ecx, 40(%rax) movq -240(%rbp), %rcx movq -80(%rbp), %rax movq 104(%rax), %rax movq -240(%rbp), %rdx movslq 40(%rdx), %rdx movq (%rax,%rdx,8), %rax movq %rcx, 96(%rax) LBB318_60: ## in Loop: Header=BB318_52 Depth=1 jmp LBB318_61 LBB318_61: ## in Loop: Header=BB318_52 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB318_52 LBB318_62: movslq -136(%rbp), %rdi shlq $2, %rdi callq _tcc_mallocz movq %rax, -168(%rbp) movq -216(%rbp), %rax addq $16, %rax movq %rax, -208(%rbp) movl $1, -120(%rbp) LBB318_63: ## =>This Inner Loop Header: Depth=1 movl -120(%rbp), %eax cmpl -136(%rbp), %eax jge LBB318_77 ## %bb.64: ## in Loop: Header=BB318_63 Depth=1 movq -208(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax je LBB318_75 ## %bb.65: ## in Loop: Header=BB318_63 Depth=1 movq -208(%rbp), %rax movzwl 14(%rax), %eax cmpl $65280, %eax ## imm = 0xFF00 jge LBB318_75 ## %bb.66: ## in Loop: Header=BB318_63 Depth=1 movq -192(%rbp), %rax movq -208(%rbp), %rcx movzwl 14(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq %rax, -200(%rbp) movq -200(%rbp), %rax cmpb $0, 17(%rax) je LBB318_72 ## %bb.67: ## in Loop: Header=BB318_63 Depth=1 movq -208(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax cmpl $0, %eax je LBB318_71 ## %bb.68: ## in Loop: Header=BB318_63 Depth=1 movq -160(%rbp), %rax movq -208(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -184(%rbp) movq _symtab_section(%rip), %rdi movq -184(%rbp), %rsi callq _find_elf_sym movl %eax, -140(%rbp) cmpl $0, -140(%rbp) je LBB318_70 ## %bb.69: ## in Loop: Header=BB318_63 Depth=1 movl -140(%rbp), %edx movq -168(%rbp), %rax movslq -120(%rbp), %rcx movl %edx, (%rax,%rcx,4) LBB318_70: ## in Loop: Header=BB318_63 Depth=1 jmp LBB318_71 LBB318_71: ## in Loop: Header=BB318_63 Depth=1 jmp LBB318_76 LBB318_72: ## in Loop: Header=BB318_63 Depth=1 movq -200(%rbp), %rax cmpq $0, (%rax) jne LBB318_74 ## %bb.73: ## in Loop: Header=BB318_63 Depth=1 jmp LBB318_76 LBB318_74: ## in Loop: Header=BB318_63 Depth=1 movq -200(%rbp), %rax movq (%rax), %rax movl 28(%rax), %eax movw %ax, %cx movq -208(%rbp), %rax movw %cx, 14(%rax) movq -200(%rbp), %rax movq 8(%rax), %rdx movq -208(%rbp), %rax movl 4(%rax), %ecx ## kill: def $rcx killed $ecx addq %rdx, %rcx ## kill: def $ecx killed $ecx killed $rcx movl %ecx, 4(%rax) LBB318_75: ## in Loop: Header=BB318_63 Depth=1 movq -160(%rbp), %rax movq -208(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -184(%rbp) movq _symtab_section(%rip), %rdi movq -208(%rbp), %rax movl 4(%rax), %eax movl %eax, %esi movq -208(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -208(%rbp), %rax movzbl 12(%rax), %ecx movq -208(%rbp), %rax movzbl 13(%rax), %r8d movq -208(%rbp), %rax movzwl 14(%rax), %r9d movq -184(%rbp), %rax movq %rax, (%rsp) callq _add_elf_sym movl %eax, -140(%rbp) movl -140(%rbp), %edx movq -168(%rbp), %rax movslq -120(%rbp), %rcx movl %edx, (%rax,%rcx,4) LBB318_76: ## in Loop: Header=BB318_63 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) movq -208(%rbp), %rax addq $16, %rax movq %rax, -208(%rbp) jmp LBB318_63 LBB318_77: movl $1, -120(%rbp) LBB318_78: ## =>This Loop Header: Depth=1 ## Child Loop BB318_83 Depth 2 movl -120(%rbp), %eax movzwl -16(%rbp), %ecx cmpl %ecx, %eax jge LBB318_95 ## %bb.79: ## in Loop: Header=BB318_78 Depth=1 movq -192(%rbp), %rax movslq -120(%rbp), %rcx imulq $24, %rcx, %rcx addq %rcx, %rax movq (%rax), %rax movq %rax, -240(%rbp) cmpq $0, -240(%rbp) jne LBB318_81 ## %bb.80: ## in Loop: Header=BB318_78 Depth=1 jmp LBB318_94 LBB318_81: ## in Loop: Header=BB318_78 Depth=1 movq -104(%rbp), %rax movslq -120(%rbp), %rcx leaq (%rcx,%rcx,4), %rcx leaq (%rax,%rcx,8), %rax movq %rax, -112(%rbp) movq -192(%rbp), %rax movslq -120(%rbp), %rcx leaq (%rcx,%rcx,2), %rcx movl 8(%rax,%rcx,8), %eax movl %eax, -128(%rbp) movq -240(%rbp), %rax movl 32(%rax), %eax subl $9, %eax jne LBB318_92 jmp LBB318_82 LBB318_82: ## in Loop: Header=BB318_78 Depth=1 movq -192(%rbp), %rax movq -112(%rbp), %rcx movl 28(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $24, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -132(%rbp) movq -240(%rbp), %rax movq 8(%rax), %rax movq -240(%rbp), %rcx addq (%rcx), %rax movq %rax, -232(%rbp) movq -240(%rbp), %rax movq 8(%rax), %rax movslq -128(%rbp), %rcx addq %rcx, %rax movq %rax, -224(%rbp) LBB318_83: ## Parent Loop BB318_78 Depth=1 ## => This Inner Loop Header: Depth=2 movq -224(%rbp), %rax cmpq -232(%rbp), %rax jae LBB318_91 ## %bb.84: ## in Loop: Header=BB318_83 Depth=2 movq -224(%rbp), %rax movl 4(%rax), %eax andl $255, %eax movl %eax, -252(%rbp) movq -224(%rbp), %rax movl 4(%rax), %eax shrl $8, %eax movl %eax, -256(%rbp) movl -256(%rbp), %eax cmpl -136(%rbp), %eax jb LBB318_86 ## %bb.85: jmp LBB318_88 LBB318_86: ## in Loop: Header=BB318_83 Depth=2 movq -168(%rbp), %rax movl -256(%rbp), %ecx ## kill: def $rcx killed $ecx movl (%rax,%rcx,4), %eax movl %eax, -256(%rbp) cmpl $0, -256(%rbp) jne LBB318_89 ## %bb.87: jmp LBB318_88 LBB318_88: leaq L_.str.319(%rip), %rdi movb $0, %al callq _error_noabort jmp LBB318_18 LBB318_89: ## in Loop: Header=BB318_83 Depth=2 movl -256(%rbp), %ecx shll $8, %ecx movl -252(%rbp), %eax andl $255, %eax addl %eax, %ecx movq -224(%rbp), %rax movl %ecx, 4(%rax) movl -132(%rbp), %ecx movq -224(%rbp), %rax addl (%rax), %ecx movl %ecx, (%rax) ## %bb.90: ## in Loop: Header=BB318_83 Depth=2 movq -224(%rbp), %rax addq $8, %rax movq %rax, -224(%rbp) jmp LBB318_83 LBB318_91: ## in Loop: Header=BB318_78 Depth=1 jmp LBB318_93 LBB318_92: ## in Loop: Header=BB318_78 Depth=1 jmp LBB318_93 LBB318_93: ## in Loop: Header=BB318_78 Depth=1 jmp LBB318_94 LBB318_94: ## in Loop: Header=BB318_78 Depth=1 movl -120(%rbp), %eax addl $1, %eax movl %eax, -120(%rbp) jmp LBB318_78 LBB318_95: movl $0, -144(%rbp) LBB318_96: movq -216(%rbp), %rdi callq _tcc_free movq -160(%rbp), %rdi callq _tcc_free movq -168(%rbp), %rdi callq _tcc_free movq -192(%rbp), %rdi callq _tcc_free movq -152(%rbp), %rdi callq _tcc_free movq -104(%rbp), %rdi callq _tcc_free movl -144(%rbp), %eax movl %eax, -68(%rbp) LBB318_97: movl -68(%rbp), %eax movl %eax, -260(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB318_99 ## %bb.98: movl -260(%rbp), %eax ## 4-byte Reload addq $272, %rsp ## imm = 0x110 popq %rbp retq LBB318_99: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_load_dll _tcc_load_dll: ## @tcc_load_dll .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $240, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -80(%rbp) movl %esi, -84(%rbp) movq %rdx, -96(%rbp) movl %ecx, -100(%rbp) movl -84(%rbp), %edi leaq -64(%rbp), %rsi movl $52, %edx callq _read movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movzbl -59(%rbp), %eax cmpl $1, %eax jne LBB319_2 ## %bb.1: movzwl -46(%rbp), %eax cmpl $3, %eax je LBB319_3 LBB319_2: leaq L_.str.320(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -68(%rbp) jmp LBB319_50 LBB319_3: movl -84(%rbp), %edi movl -32(%rbp), %eax movl %eax, %esi movzwl -16(%rbp), %eax ## kill: def $rax killed $eax imulq $40, %rax, %rdx callq _load_data movq %rax, -112(%rbp) movl $0, -136(%rbp) movl $0, -140(%rbp) movq $0, -184(%rbp) movq $0, -168(%rbp) movq $0, -192(%rbp) movl $0, -132(%rbp) movq -112(%rbp), %rax movq %rax, -120(%rbp) LBB319_4: ## =>This Inner Loop Header: Depth=1 movl -132(%rbp), %eax movzwl -16(%rbp), %ecx cmpl %ecx, %eax jge LBB319_11 ## %bb.5: ## in Loop: Header=BB319_4 Depth=1 movq -120(%rbp), %rax movl 4(%rax), %eax movl %eax, -228(%rbp) ## 4-byte Spill subl $6, %eax je LBB319_6 jmp LBB319_53 LBB319_53: ## in Loop: Header=BB319_4 Depth=1 movl -228(%rbp), %eax ## 4-byte Reload subl $11, %eax je LBB319_7 jmp LBB319_8 LBB319_6: ## in Loop: Header=BB319_4 Depth=1 movq -120(%rbp), %rax movl 20(%rax), %eax ## kill: def $rax killed $eax shrq $3, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -140(%rbp) movl -84(%rbp), %edi movq -120(%rbp), %rax movl 16(%rax), %eax movl %eax, %esi movq -120(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -184(%rbp) jmp LBB319_9 LBB319_7: ## in Loop: Header=BB319_4 Depth=1 movq -120(%rbp), %rax movl 20(%rax), %eax ## kill: def $rax killed $eax shrq $4, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -136(%rbp) movl -84(%rbp), %edi movq -120(%rbp), %rax movl 16(%rax), %eax movl %eax, %esi movq -120(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -168(%rbp) movq -112(%rbp), %rax movq -120(%rbp), %rcx movl 24(%rcx), %ecx ## kill: def $rcx killed $ecx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -128(%rbp) movl -84(%rbp), %edi movq -128(%rbp), %rax movl 16(%rax), %eax movl %eax, %esi movq -128(%rbp), %rax movl 20(%rax), %eax movl %eax, %edx callq _load_data movq %rax, -192(%rbp) jmp LBB319_9 LBB319_8: ## in Loop: Header=BB319_4 Depth=1 jmp LBB319_9 LBB319_9: ## in Loop: Header=BB319_4 Depth=1 jmp LBB319_10 LBB319_10: ## in Loop: Header=BB319_4 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) movq -120(%rbp), %rax addq $40, %rax movq %rax, -120(%rbp) jmp LBB319_4 LBB319_11: movq -96(%rbp), %rax movq %rax, -208(%rbp) movq -208(%rbp), %rdi movl $47, %esi callq _strrchr movq %rax, -216(%rbp) cmpq $0, -216(%rbp) je LBB319_13 ## %bb.12: movq -216(%rbp), %rax addq $1, %rax movq %rax, -208(%rbp) LBB319_13: movl $0, -132(%rbp) movq -184(%rbp), %rax movq %rax, -176(%rbp) LBB319_14: ## =>This Inner Loop Header: Depth=1 movl -132(%rbp), %eax cmpl -140(%rbp), %eax jge LBB319_19 ## %bb.15: ## in Loop: Header=BB319_14 Depth=1 movq -176(%rbp), %rax cmpl $14, (%rax) jne LBB319_17 ## %bb.16: ## in Loop: Header=BB319_14 Depth=1 movq -192(%rbp), %rax movq -176(%rbp), %rcx movl 4(%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -208(%rbp) LBB319_17: ## in Loop: Header=BB319_14 Depth=1 jmp LBB319_18 LBB319_18: ## in Loop: Header=BB319_14 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) movq -176(%rbp), %rax addq $8, %rax movq %rax, -176(%rbp) jmp LBB319_14 LBB319_19: movl $0, -132(%rbp) LBB319_20: ## =>This Inner Loop Header: Depth=1 movl -132(%rbp), %eax movq -80(%rbp), %rcx cmpl 96(%rcx), %eax jge LBB319_27 ## %bb.21: ## in Loop: Header=BB319_20 Depth=1 movq -80(%rbp), %rax movq 88(%rax), %rax movslq -132(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -224(%rbp) movq -208(%rbp), %rdi movq -224(%rbp), %rsi addq $4, %rsi callq _strcmp cmpl $0, %eax jne LBB319_25 ## %bb.22: movl -100(%rbp), %eax movq -224(%rbp), %rcx cmpl (%rcx), %eax jge LBB319_24 ## %bb.23: movl -100(%rbp), %ecx movq -224(%rbp), %rax movl %ecx, (%rax) LBB319_24: movl $0, -148(%rbp) jmp LBB319_49 LBB319_25: ## in Loop: Header=BB319_20 Depth=1 jmp LBB319_26 LBB319_26: ## in Loop: Header=BB319_20 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) jmp LBB319_20 LBB319_27: movq -208(%rbp), %rdi callq _strlen movq %rax, %rdi addq $8, %rdi callq _tcc_malloc movq %rax, -224(%rbp) movl -100(%rbp), %ecx movq -224(%rbp), %rax movl %ecx, (%rax) movq -224(%rbp), %rdi addq $4, %rdi movq -208(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movq -80(%rbp), %rdi addq $88, %rdi movq -80(%rbp), %rsi addq $96, %rsi movq -224(%rbp), %rdx callq _dynarray_add movl $1, -132(%rbp) movq -168(%rbp), %rax addq $16, %rax movq %rax, -160(%rbp) LBB319_28: ## =>This Inner Loop Header: Depth=1 movl -132(%rbp), %eax cmpl -136(%rbp), %eax jge LBB319_33 ## %bb.29: ## in Loop: Header=BB319_28 Depth=1 movq -160(%rbp), %rax movzbl 12(%rax), %eax sarl $4, %eax movl %eax, -144(%rbp) cmpl $0, -144(%rbp) jne LBB319_31 ## %bb.30: ## in Loop: Header=BB319_28 Depth=1 jmp LBB319_32 LBB319_31: ## in Loop: Header=BB319_28 Depth=1 movq -192(%rbp), %rax movq -160(%rbp), %rcx movl (%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -200(%rbp) movq -80(%rbp), %rax movq 160(%rax), %rdi movq -160(%rbp), %rax movl 4(%rax), %eax movl %eax, %esi movq -160(%rbp), %rax movl 8(%rax), %eax movl %eax, %edx movq -160(%rbp), %rax movzbl 12(%rax), %ecx movq -160(%rbp), %rax movzbl 13(%rax), %r8d movq -160(%rbp), %rax movzwl 14(%rax), %r9d movq -200(%rbp), %rax movq %rax, (%rsp) callq _add_elf_sym LBB319_32: ## in Loop: Header=BB319_28 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) movq -160(%rbp), %rax addq $16, %rax movq %rax, -160(%rbp) jmp LBB319_28 LBB319_33: movl $0, -132(%rbp) movq -184(%rbp), %rax movq %rax, -176(%rbp) LBB319_34: ## =>This Loop Header: Depth=1 ## Child Loop BB319_37 Depth 2 movl -132(%rbp), %eax cmpl -140(%rbp), %eax jge LBB319_48 ## %bb.35: ## in Loop: Header=BB319_34 Depth=1 movq -176(%rbp), %rax movl (%rax), %eax subl $1, %eax jne LBB319_46 jmp LBB319_36 LBB319_36: ## in Loop: Header=BB319_34 Depth=1 movq -192(%rbp), %rax movq -176(%rbp), %rcx movl 4(%rcx), %ecx ## kill: def $rcx killed $ecx addq %rcx, %rax movq %rax, -200(%rbp) movl $0, -132(%rbp) LBB319_37: ## Parent Loop BB319_34 Depth=1 ## => This Inner Loop Header: Depth=2 movl -132(%rbp), %eax movq -80(%rbp), %rcx cmpl 96(%rcx), %eax jge LBB319_42 ## %bb.38: ## in Loop: Header=BB319_37 Depth=2 movq -80(%rbp), %rax movq 88(%rax), %rax movslq -132(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -224(%rbp) movq -200(%rbp), %rdi movq -224(%rbp), %rsi addq $4, %rsi callq _strcmp cmpl $0, %eax jne LBB319_40 ## %bb.39: ## in Loop: Header=BB319_34 Depth=1 jmp LBB319_45 LBB319_40: ## in Loop: Header=BB319_37 Depth=2 jmp LBB319_41 LBB319_41: ## in Loop: Header=BB319_37 Depth=2 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) jmp LBB319_37 LBB319_42: ## in Loop: Header=BB319_34 Depth=1 movq -80(%rbp), %rdi movq -200(%rbp), %rsi movl $2, %edx callq _tcc_add_dll cmpl $0, %eax jge LBB319_44 ## %bb.43: movq -200(%rbp), %rsi leaq L_.str.321(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -148(%rbp) jmp LBB319_49 LBB319_44: ## in Loop: Header=BB319_34 Depth=1 jmp LBB319_45 LBB319_45: ## in Loop: Header=BB319_34 Depth=1 jmp LBB319_46 LBB319_46: ## in Loop: Header=BB319_34 Depth=1 jmp LBB319_47 LBB319_47: ## in Loop: Header=BB319_34 Depth=1 movl -132(%rbp), %eax addl $1, %eax movl %eax, -132(%rbp) movq -176(%rbp), %rax addq $8, %rax movq %rax, -176(%rbp) jmp LBB319_34 LBB319_48: movl $0, -148(%rbp) LBB319_49: movq -192(%rbp), %rdi callq _tcc_free movq -168(%rbp), %rdi callq _tcc_free movq -184(%rbp), %rdi callq _tcc_free movq -112(%rbp), %rdi callq _tcc_free movl -148(%rbp), %eax movl %eax, -68(%rbp) LBB319_50: movl -68(%rbp), %eax movl %eax, -232(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB319_52 ## %bb.51: movl -232(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB319_52: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_load_archive _tcc_load_archive: ## @tcc_load_archive .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -136(%rbp) movl %esi, -140(%rbp) movl -140(%rbp), %edi leaq -120(%rbp), %rsi movl $8, %edx callq _read movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) LBB320_1: ## =>This Loop Header: Depth=1 ## Child Loop BB320_6 Depth 2 movl -140(%rbp), %edi leaq -72(%rbp), %rsi movl $60, %edx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -148(%rbp) cmpl $0, -148(%rbp) jne LBB320_3 ## %bb.2: jmp LBB320_25 LBB320_3: ## in Loop: Header=BB320_1 Depth=1 movslq -148(%rbp), %rax cmpq $60, %rax je LBB320_5 ## %bb.4: leaq L_.str.322(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -124(%rbp) jmp LBB320_26 LBB320_5: ## in Loop: Header=BB320_1 Depth=1 movq -24(%rbp), %rax movq %rax, -83(%rbp) movw -16(%rbp), %ax movw %ax, -75(%rbp) movb $0, -73(%rbp) leaq -83(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _strtol ## kill: def $eax killed $eax killed $rax movl %eax, -144(%rbp) movq -72(%rbp), %rax movq %rax, -112(%rbp) movq -64(%rbp), %rax movq %rax, -104(%rbp) movl $15, -152(%rbp) LBB320_6: ## Parent Loop BB320_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -152(%rbp) jl LBB320_11 ## %bb.7: ## in Loop: Header=BB320_6 Depth=2 movslq -152(%rbp), %rax movsbl -112(%rbp,%rax), %eax cmpl $32, %eax je LBB320_9 ## %bb.8: ## in Loop: Header=BB320_1 Depth=1 jmp LBB320_11 LBB320_9: ## in Loop: Header=BB320_6 Depth=2 jmp LBB320_10 LBB320_10: ## in Loop: Header=BB320_6 Depth=2 movl -152(%rbp), %eax addl $-1, %eax movl %eax, -152(%rbp) jmp LBB320_6 LBB320_11: ## in Loop: Header=BB320_1 Depth=1 movl -152(%rbp), %eax addl $1, %eax cltq movb $0, -112(%rbp,%rax) movl -140(%rbp), %edi xorl %eax, %eax movl %eax, %esi movl $1, %edx callq _lseek movq %rax, -160(%rbp) movl -144(%rbp), %eax addl $1, %eax andl $-2, %eax movl %eax, -144(%rbp) leaq -112(%rbp), %rdi leaq L_.str.138(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB320_15 ## %bb.12: ## in Loop: Header=BB320_1 Depth=1 movq -136(%rbp), %rax cmpl $0, 196(%rax) je LBB320_14 ## %bb.13: movq -136(%rbp), %rdi movl -140(%rbp), %esi movl -144(%rbp), %edx callq _tcc_load_alacarte movl %eax, -124(%rbp) jmp LBB320_26 LBB320_14: ## in Loop: Header=BB320_1 Depth=1 jmp LBB320_24 LBB320_15: ## in Loop: Header=BB320_1 Depth=1 leaq -112(%rbp), %rdi leaq L_.str.323(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB320_19 ## %bb.16: ## in Loop: Header=BB320_1 Depth=1 leaq -112(%rbp), %rdi leaq L_.str.324(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB320_19 ## %bb.17: ## in Loop: Header=BB320_1 Depth=1 leaq -112(%rbp), %rdi leaq L_.str.325(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB320_19 ## %bb.18: ## in Loop: Header=BB320_1 Depth=1 leaq -112(%rbp), %rdi leaq L_.str.326(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB320_20 LBB320_19: ## in Loop: Header=BB320_1 Depth=1 jmp LBB320_23 LBB320_20: ## in Loop: Header=BB320_1 Depth=1 movq -136(%rbp), %rdi movl -140(%rbp), %esi movq -160(%rbp), %rdx callq _tcc_load_object_file cmpl $0, %eax jge LBB320_22 ## %bb.21: movl $-1, -124(%rbp) jmp LBB320_26 LBB320_22: ## in Loop: Header=BB320_1 Depth=1 jmp LBB320_23 LBB320_23: ## in Loop: Header=BB320_1 Depth=1 jmp LBB320_24 LBB320_24: ## in Loop: Header=BB320_1 Depth=1 movl -140(%rbp), %edi movq -160(%rbp), %rsi movslq -144(%rbp), %rax addq %rax, %rsi xorl %edx, %edx callq _lseek jmp LBB320_1 LBB320_25: movl $0, -124(%rbp) LBB320_26: movl -124(%rbp), %eax movl %eax, -164(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB320_28 ## %bb.27: movl -164(%rbp), %eax ## 4-byte Reload addq $176, %rsp popq %rbp retq LBB320_28: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_load_ldscript _tcc_load_ldscript: ## @tcc_load_ldscript .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1136, %rsp ## imm = 0x470 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1120(%rbp) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) callq _handle_eob movl %eax, _ch(%rip) LBB321_1: ## =>This Loop Header: Depth=1 ## Child Loop BB321_28 Depth 2 ## Child Loop BB321_11 Depth 2 movq -1120(%rbp), %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _ld_next movl %eax, -1124(%rbp) cmpl $-1, -1124(%rbp) jne LBB321_3 ## %bb.2: movl $0, -1108(%rbp) jmp LBB321_38 LBB321_3: ## in Loop: Header=BB321_1 Depth=1 cmpl $256, -1124(%rbp) ## imm = 0x100 je LBB321_5 ## %bb.4: movl $-1, -1108(%rbp) jmp LBB321_38 LBB321_5: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_6 LBB321_6: ## in Loop: Header=BB321_1 Depth=1 leaq -80(%rbp), %rdi leaq L_.str.327(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB321_8 ## %bb.7: ## in Loop: Header=BB321_1 Depth=1 leaq -80(%rbp), %rdi leaq L_.str.328(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB321_23 LBB321_8: ## in Loop: Header=BB321_1 Depth=1 movq -1120(%rbp), %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _ld_next movl %eax, -1124(%rbp) cmpl $40, -1124(%rbp) je LBB321_10 ## %bb.9: ## in Loop: Header=BB321_1 Depth=1 leaq L_.str.44(%rip), %rdi callq _expect LBB321_10: ## in Loop: Header=BB321_1 Depth=1 movq -1120(%rbp), %rdi leaq -1104(%rbp), %rsi movl $1024, %edx ## imm = 0x400 callq _ld_next movl %eax, -1124(%rbp) LBB321_11: ## Parent Loop BB321_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $-1, -1124(%rbp) jne LBB321_13 ## %bb.12: leaq L_.str.204(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -1108(%rbp) jmp LBB321_38 LBB321_13: ## in Loop: Header=BB321_11 Depth=2 cmpl $41, -1124(%rbp) jne LBB321_15 ## %bb.14: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_22 LBB321_15: ## in Loop: Header=BB321_11 Depth=2 cmpl $256, -1124(%rbp) ## imm = 0x100 je LBB321_17 ## %bb.16: leaq L_.str.329(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -1108(%rbp) jmp LBB321_38 LBB321_17: ## in Loop: Header=BB321_11 Depth=2 jmp LBB321_18 LBB321_18: ## in Loop: Header=BB321_11 Depth=2 jmp LBB321_19 LBB321_19: ## in Loop: Header=BB321_11 Depth=2 movq -1120(%rbp), %rdi leaq -1104(%rbp), %rsi callq _tcc_add_file movq -1120(%rbp), %rdi leaq -1104(%rbp), %rsi movl $1024, %edx ## imm = 0x400 callq _ld_next movl %eax, -1124(%rbp) cmpl $44, -1124(%rbp) jne LBB321_21 ## %bb.20: ## in Loop: Header=BB321_11 Depth=2 movq -1120(%rbp), %rdi leaq -1104(%rbp), %rsi movl $1024, %edx ## imm = 0x400 callq _ld_next movl %eax, -1124(%rbp) LBB321_21: ## in Loop: Header=BB321_11 Depth=2 jmp LBB321_11 LBB321_22: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_37 LBB321_23: ## in Loop: Header=BB321_1 Depth=1 leaq -80(%rbp), %rdi leaq L_.str.330(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB321_25 ## %bb.24: ## in Loop: Header=BB321_1 Depth=1 leaq -80(%rbp), %rdi leaq L_.str.331(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB321_35 LBB321_25: ## in Loop: Header=BB321_1 Depth=1 movq -1120(%rbp), %rdi leaq -80(%rbp), %rsi movl $64, %edx callq _ld_next movl %eax, -1124(%rbp) cmpl $40, -1124(%rbp) je LBB321_27 ## %bb.26: ## in Loop: Header=BB321_1 Depth=1 leaq L_.str.44(%rip), %rdi callq _expect LBB321_27: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_28 LBB321_28: ## Parent Loop BB321_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -1120(%rbp), %rdi leaq -1104(%rbp), %rsi movl $1024, %edx ## imm = 0x400 callq _ld_next movl %eax, -1124(%rbp) cmpl $-1, -1124(%rbp) jne LBB321_30 ## %bb.29: leaq L_.str.204(%rip), %rdi movb $0, %al callq _error_noabort movl $-1, -1108(%rbp) jmp LBB321_38 LBB321_30: ## in Loop: Header=BB321_28 Depth=2 cmpl $41, -1124(%rbp) jne LBB321_32 ## %bb.31: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_34 LBB321_32: ## in Loop: Header=BB321_28 Depth=2 jmp LBB321_33 LBB321_33: ## in Loop: Header=BB321_28 Depth=2 jmp LBB321_28 LBB321_34: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_36 LBB321_35: movl $-1, -1108(%rbp) jmp LBB321_38 LBB321_36: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_37 LBB321_37: ## in Loop: Header=BB321_1 Depth=1 jmp LBB321_1 LBB321_38: movl -1108(%rbp), %eax movl %eax, -1128(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB321_40 ## %bb.39: movl -1128(%rbp), %eax ## 4-byte Reload addq $1136, %rsp ## imm = 0x470 popq %rbp retq LBB321_40: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function preprocess_init _preprocess_init: ## @preprocess_init .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq -8(%rbp), %rcx addq $432, %rcx ## imm = 0x1B0 movq -8(%rbp), %rax movq %rcx, 8(%rax) movq -8(%rbp), %rcx addq $688, %rcx ## imm = 0x2B0 movq -8(%rbp), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax movq 16(%rax), %rcx movq _file(%rip), %rax movq %rcx, 32(%rax) leaq _vstack(%rip), %rax addq $-64, %rax movq %rax, _vtop(%rip) movq -8(%rbp), %rax movl $0, 2992(%rax) movq -8(%rbp), %rcx addq $2992, %rcx ## imm = 0xBB0 movq -8(%rbp), %rax movq %rcx, 3024(%rax) popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function gen_inline_functions _gen_inline_functions: ## @gen_inline_functions .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 LBB323_1: ## =>This Loop Header: Depth=1 ## Child Loop BB323_2 Depth 2 movl $0, -28(%rbp) movq _global_stack(%rip), %rax movq %rax, -8(%rbp) LBB323_2: ## Parent Loop BB323_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -8(%rbp) je LBB323_9 ## %bb.3: ## in Loop: Header=BB323_2 Depth=2 movq -8(%rbp), %rax addq $24, %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax jne LBB323_7 ## %bb.4: ## in Loop: Header=BB323_2 Depth=2 movq -16(%rbp), %rax movl (%rax), %eax andl $1280, %eax ## imm = 0x500 cmpl $1280, %eax ## imm = 0x500 jne LBB323_7 ## %bb.5: ## in Loop: Header=BB323_2 Depth=2 movq -8(%rbp), %rax cmpq $0, 16(%rax) je LBB323_7 ## %bb.6: ## in Loop: Header=BB323_2 Depth=2 movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rax movq $752, 8(%rax) ## imm = 0x2F0 movq -16(%rbp), %rax movl (%rax), %ecx andl $-1025, %ecx ## imm = 0xFBFF movl %ecx, (%rax) movq -24(%rbp), %rax movq %rax, _macro_ptr(%rip) callq _next movq _text_section(%rip), %rax movq %rax, _cur_text_section(%rip) movq -8(%rbp), %rdi callq _gen_function movq $0, _macro_ptr(%rip) movq -24(%rbp), %rdi callq _tok_str_free movl $1, -28(%rbp) LBB323_7: ## in Loop: Header=BB323_2 Depth=2 jmp LBB323_8 LBB323_8: ## in Loop: Header=BB323_2 Depth=2 movq -8(%rbp), %rax movq 48(%rax), %rax movq %rax, -8(%rbp) jmp LBB323_2 LBB323_9: ## in Loop: Header=BB323_1 Depth=1 cmpl $0, -28(%rbp) jne LBB323_11 ## %bb.10: jmp LBB323_12 LBB323_11: ## in Loop: Header=BB323_1 Depth=1 jmp LBB323_1 LBB323_12: movq _global_stack(%rip), %rax movq %rax, -8(%rbp) LBB323_13: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB323_19 ## %bb.14: ## in Loop: Header=BB323_13 Depth=1 movq -8(%rbp), %rax addq $24, %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax andl $15, %eax cmpl $6, %eax jne LBB323_17 ## %bb.15: ## in Loop: Header=BB323_13 Depth=1 movq -16(%rbp), %rax movl (%rax), %eax andl $1280, %eax ## imm = 0x500 cmpl $1280, %eax ## imm = 0x500 jne LBB323_17 ## %bb.16: ## in Loop: Header=BB323_13 Depth=1 movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rdi callq _tok_str_free movq -8(%rbp), %rax movq $0, 8(%rax) LBB323_17: ## in Loop: Header=BB323_13 Depth=1 jmp LBB323_18 LBB323_18: ## in Loop: Header=BB323_13 Depth=1 movq -8(%rbp), %rax movq 48(%rax), %rax movq %rax, -8(%rbp) jmp LBB323_13 LBB323_19: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function load_data _load_data: ## @load_data .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -24(%rbp), %rdi callq _tcc_malloc movq %rax, -32(%rbp) movl -4(%rbp), %edi movq -16(%rbp), %rsi xorl %edx, %edx callq _lseek movl -4(%rbp), %edi movq -32(%rbp), %rsi movq -24(%rbp), %rdx callq _read movq %rax, %rcx movq _dummy_size_t@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function tcc_load_alacarte _tcc_load_alacarte: ## @tcc_load_alacarte .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 %esi, -12(%rbp) movl %edx, -16(%rbp) movslq -16(%rbp), %rdi callq _tcc_malloc movq %rax, -48(%rbp) movl -12(%rbp), %edi movq -48(%rbp), %rsi movslq -16(%rbp), %rdx callq _read movslq -16(%rbp), %rcx cmpq %rcx, %rax je LBB325_2 ## %bb.1: jmp LBB325_9 LBB325_2: movq -48(%rbp), %rdi callq _get_be32 movl %eax, -28(%rbp) movq -48(%rbp), %rax addq $4, %rax movq %rax, -72(%rbp) movq -72(%rbp), %rax movl -28(%rbp), %ecx shll $2, %ecx movslq %ecx, %rcx addq %rcx, %rax movq %rax, -56(%rbp) LBB325_3: ## =>This Loop Header: Depth=1 ## Child Loop BB325_4 Depth 2 movl $0, -24(%rbp) movq -56(%rbp), %rax movq %rax, -64(%rbp) movl $0, -20(%rbp) LBB325_4: ## Parent Loop BB325_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -28(%rbp), %eax jge LBB325_14 ## %bb.5: ## in Loop: Header=BB325_4 Depth=2 movq _symtab_section(%rip), %rdi movq -64(%rbp), %rsi callq _find_elf_sym movl %eax, -32(%rbp) cmpl $0, -32(%rbp) je LBB325_12 ## %bb.6: ## in Loop: Header=BB325_4 Depth=2 movq _symtab_section(%rip), %rax movq 8(%rax), %rax movslq -32(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq %rax, -80(%rbp) movq -80(%rbp), %rax movzwl 14(%rax), %eax cmpl $0, %eax jne LBB325_11 ## %bb.7: ## in Loop: Header=BB325_4 Depth=2 movq -72(%rbp), %rdi movl -20(%rbp), %eax shll $2, %eax cltq addq %rax, %rdi callq _get_be32 cltq addq $60, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -36(%rbp) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) movl -12(%rbp), %edi movslq -36(%rbp), %rsi xorl %edx, %edx callq _lseek movq -8(%rbp), %rdi movl -12(%rbp), %esi movslq -36(%rbp), %rdx callq _tcc_load_object_file cmpl $0, %eax jge LBB325_10 ## %bb.8: jmp LBB325_9 LBB325_9: movl $-1, -40(%rbp) jmp LBB325_17 LBB325_10: ## in Loop: Header=BB325_4 Depth=2 jmp LBB325_11 LBB325_11: ## in Loop: Header=BB325_4 Depth=2 jmp LBB325_12 LBB325_12: ## in Loop: Header=BB325_4 Depth=2 jmp LBB325_13 LBB325_13: ## in Loop: Header=BB325_4 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movq -64(%rbp), %rdi callq _strlen addq $1, %rax addq -64(%rbp), %rax movq %rax, -64(%rbp) jmp LBB325_4 LBB325_14: ## in Loop: Header=BB325_3 Depth=1 jmp LBB325_15 LBB325_15: ## in Loop: Header=BB325_3 Depth=1 cmpl $0, -24(%rbp) jne LBB325_3 ## %bb.16: movl $0, -40(%rbp) LBB325_17: movq -48(%rbp), %rdi callq _tcc_free movl -40(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_be32 _get_be32: ## @get_be32 .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 movzbl 3(%rax), %eax movq -8(%rbp), %rcx movzbl 2(%rcx), %ecx shll $8, %ecx orl %ecx, %eax movq -8(%rbp), %rcx movzbl 1(%rcx), %ecx shll $16, %ecx orl %ecx, %eax movq -8(%rbp), %rcx movzbl (%rcx), %ecx shll $24, %ecx orl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function ld_next _ld_next: ## @ld_next .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) LBB327_1: ## =>This Inner Loop Header: Depth=1 movl _ch(%rip), %eax incl %eax movl %eax, %ecx movq %rcx, -40(%rbp) ## 8-byte Spill subl $127, %eax ja LBB327_23 ## %bb.25: ## in Loop: Header=BB327_1 Depth=1 movq -40(%rbp), %rax ## 8-byte Reload leaq LJTI327_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB327_2: ## in Loop: Header=BB327_1 Depth=1 callq _inp jmp LBB327_1 LBB327_3: ## in Loop: Header=BB327_1 Depth=1 callq _minp cmpl $42, _ch(%rip) jne LBB327_5 ## %bb.4: ## in Loop: Header=BB327_1 Depth=1 movq _file(%rip), %rax movq (%rax), %rdi callq _parse_comment movq %rax, %rcx movq _file(%rip), %rax movq %rcx, (%rax) movq _file(%rip), %rax movq (%rax), %rax movzbl (%rax), %eax movl %eax, _ch(%rip) jmp LBB327_1 LBB327_5: movq -16(%rbp), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -32(%rbp) movb $47, (%rax) jmp LBB327_9 LBB327_6: jmp LBB327_7 LBB327_7: jmp LBB327_8 LBB327_8: movq -16(%rbp), %rax movq %rax, -32(%rbp) LBB327_9: jmp LBB327_10 LBB327_10: ## =>This Inner Loop Header: Depth=1 cmpl $97, _ch(%rip) jl LBB327_12 ## %bb.11: ## in Loop: Header=BB327_10 Depth=1 cmpl $122, _ch(%rip) jle LBB327_18 LBB327_12: ## in Loop: Header=BB327_10 Depth=1 cmpl $65, _ch(%rip) jl LBB327_14 ## %bb.13: ## in Loop: Header=BB327_10 Depth=1 cmpl $90, _ch(%rip) jle LBB327_18 LBB327_14: ## in Loop: Header=BB327_10 Depth=1 cmpl $48, _ch(%rip) jl LBB327_16 ## %bb.15: ## in Loop: Header=BB327_10 Depth=1 cmpl $57, _ch(%rip) jle LBB327_18 LBB327_16: ## in Loop: Header=BB327_10 Depth=1 movl _ch(%rip), %esi leaq L_.str.332(%rip), %rdi callq _strchr cmpq $0, %rax jne LBB327_18 ## %bb.17: jmp LBB327_21 LBB327_18: ## in Loop: Header=BB327_10 Depth=1 movq -32(%rbp), %rax movq -16(%rbp), %rcx subq %rcx, %rax movl -20(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx cmpq %rcx, %rax jge LBB327_20 ## %bb.19: ## in Loop: Header=BB327_10 Depth=1 movl _ch(%rip), %eax movb %al, %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) LBB327_20: ## in Loop: Header=BB327_10 Depth=1 callq _minp jmp LBB327_10 LBB327_21: movq -32(%rbp), %rax movb $0, (%rax) movl $256, -24(%rbp) ## imm = 0x100 jmp LBB327_24 LBB327_22: movl $-1, -24(%rbp) jmp LBB327_24 LBB327_23: movl _ch(%rip), %eax movl %eax, -24(%rbp) callq _inp LBB327_24: movl -24(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L327_0_set_22, LBB327_22-LJTI327_0 .set L327_0_set_23, LBB327_23-LJTI327_0 .set L327_0_set_2, LBB327_2-LJTI327_0 .set L327_0_set_8, LBB327_8-LJTI327_0 .set L327_0_set_3, LBB327_3-LJTI327_0 .set L327_0_set_7, LBB327_7-LJTI327_0 .set L327_0_set_6, LBB327_6-LJTI327_0 LJTI327_0: .long L327_0_set_22 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_2 .long L327_0_set_2 .long L327_0_set_2 .long L327_0_set_2 .long L327_0_set_2 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_2 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_8 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_8 .long L327_0_set_3 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_7 .long L327_0_set_23 .long L327_0_set_8 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_8 .long L327_0_set_23 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_6 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_23 .long L327_0_set_8 .end_data_region ## -- End function .section __DATA,__data .globl _reg_classes ## @reg_classes .p2align 4 _reg_classes: .long 5 ## 0x5 .long 17 ## 0x11 .long 33 ## 0x21 .long 10 ## 0xa .zerofill __DATA,__bss,_ind,8,3 ## @ind .zerofill __DATA,__bss,_cur_text_section,8,3 ## @cur_text_section .zerofill __DATA,__bss,_vtop,8,3 ## @vtop _fastcall_regs: ## @fastcall_regs .ascii "\000\002\001" .zerofill __DATA,__bss,_loc,8,3 ## @loc .zerofill __DATA,__bss,_func_sub_sp_offset,8,3 ## @func_sub_sp_offset .zerofill __DATA,__bss,_func_vt,16,3 ## @func_vt .zerofill __DATA,__bss,_func_vc,4,2 ## @func_vc .zerofill __DATA,__bss,_func_ret_sub,4,2 ## @func_ret_sub .zerofill __DATA,__bss,_do_bounds_check,4,2 ## @do_bounds_check .zerofill __DATA,__bss,_lbounds_section,8,3 ## @lbounds_section .zerofill __DATA,__bss,_func_bound_offset,8,3 ## @func_bound_offset .zerofill __DATA,__bss,_char_pointer_type,16,3 ## @char_pointer_type .zerofill __DATA,__bss,_func_old_type,16,3 ## @func_old_type .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "unhandled size when derefencing bounded pointer" L___func__.resolve_sym: ## @__func__.resolve_sym .asciz "resolve_sym" L_.str.1: ## @.str.1 .asciz "112846.c" L_.str.2: ## @.str.2 .asciz "0" .zerofill __DATA,__bss,_file,8,3 ## @file L_.str.3: ## @.str.3 .asciz "In file included from %s:%d:\n" L_.str.4: ## @.str.4 .asciz "%s:%d: " L_.str.5: ## @.str.5 .asciz "%s: " L_.str.6: ## @.str.6 .asciz "tcc: " L_.str.7: ## @.str.7 .asciz "warning: " L_.str.8: ## @.str.8 .asciz "%s\n" .zerofill __DATA,__bss,_tcc_state,8,3 ## @tcc_state L_.str.9: ## @.str.9 .asciz "%s expected" .zerofill __DATA,__bss,_tok,4,2 ## @tok L_.str.10: ## @.str.10 .asciz "'%c' expected" .zerofill __DATA,__bss,_get_tok_str.buf,1025,4 ## @get_tok_str.buf .zerofill __DATA,__bss,_get_tok_str.cstr_buf,32,3 ## @get_tok_str.cstr_buf L_.str.11: ## @.str.11 .asciz "%u" L_.str.12: ## @.str.12 .asciz "%llu" L_.str.13: ## @.str.13 .asciz "<<=" L_.str.14: ## @.str.14 .asciz ">>=" .section __DATA,__data .p2align 4 ## @tok_two_chars _tok_two_chars: .asciz "<=\236>=\235!=\225&&\240||\241++\244--\242==\224<<\001>>\002+=\253-=\255*=\252/=\257%=\245&=\246^=\336|=\374->\313..\250##\266" .zerofill __DATA,__bss,_tok_ident,4,2 ## @tok_ident .zerofill __DATA,__bss,_table_ident,8,3 ## @table_ident .section __TEXT,__cstring,cstring_literals L_.str.15: ## @.str.15 .asciz "L.%u" .zerofill __DATA,__bss,_total_lines,4,2 ## @total_lines L_.str.16: ## @.str.16 .asciz "#endif" .zerofill __DATA,__bss,_ch,4,2 ## @ch .zerofill __DATA,__bss,_macro_ptr,8,3 ## @macro_ptr .zerofill __DATA,__bss,_tokc,16,4 ## @tokc .zerofill __DATA,__bss,_token_buf,1025,4 ## @token_buf .section __DATA,__data .p2align 2 ## @tcc_ext _tcc_ext: .long 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str.17: ## @.str.17 .asciz "number too long" L_.str.18: ## @.str.18 .asciz "invalid digit" L_.str.19: ## @.str.19 .asciz "exponent" L_.str.20: ## @.str.20 .asciz "exponent digits" L_.str.21: ## @.str.21 .asciz "integer constant overflow" L_.str.22: ## @.str.22 .asciz "three 'l's in integer constant" L_.str.23: ## @.str.23 .asciz "two 'u's in integer constant" .zerofill __DATA,__bss,_vstack,16384,4 ## @vstack L_.str.24: ## @.str.24 .asciz "memory full" .zerofill __DATA,__bss,_int_type,16,3 ## @int_type .zerofill __DATA,__bss,_data_section,8,3 ## @data_section .zerofill __DATA,__bss,_nocode_wanted,4,2 ## @nocode_wanted .zerofill __DATA,__bss,_const_wanted,4,2 ## @const_wanted L_.str.25: ## @.str.25 .asciz "division by zero in constant" L_.str.26: ## @.str.26 .asciz "cannot use pointers here" L_.str.27: ## @.str.27 .asciz "invalid operands for binary operation" L_.str.28: ## @.str.28 .asciz "const " L_.str.29: ## @.str.29 .asciz "volatile " L_.str.30: ## @.str.30 .asciz "unsigned " L_.str.31: ## @.str.31 .asciz "void" L_.str.32: ## @.str.32 .asciz "_Bool" L_.str.33: ## @.str.33 .asciz "char" L_.str.34: ## @.str.34 .asciz "short" L_.str.35: ## @.str.35 .asciz "int" L_.str.36: ## @.str.36 .asciz "long" L_.str.37: ## @.str.37 .asciz "long long" L_.str.38: ## @.str.38 .asciz "float" L_.str.39: ## @.str.39 .asciz "double" L_.str.40: ## @.str.40 .asciz "long double" L_.str.41: ## @.str.41 .asciz "struct " L_.str.42: ## @.str.42 .asciz "enum " L_.str.43: ## @.str.43 .asciz "<anonymous>" L_.str.44: ## @.str.44 .asciz "(" L_.str.45: ## @.str.45 .asciz ", " L_.str.46: ## @.str.46 .asciz ")" L_.str.47: ## @.str.47 .asciz "*" L_.str.48: ## @.str.48 .asciz " " L_.str.49: ## @.str.49 .asciz "assignment of read-only location" L_.str.50: ## @.str.50 .asciz "%s:%c1" .zerofill __DATA,__bss,_funcname,8,3 ## @funcname .zerofill __DATA,__bss,_last_ind,8,3 ## @last_ind .zerofill __DATA,__bss,_last_line_num,8,3 ## @last_line_num L_.str.51: ## @.str.51 .asciz "1" .zerofill __DATA,__bss,_symtab_section,8,3 ## @symtab_section L_.str.52: ## @.str.52 .asciz "%s not defined" L_.str.53: ## @.str.53 .asciz ".interp" .section __DATA,__data .p2align 4 ## @elf_interp _elf_interp: .asciz "/lib/ld-linux.so.2" .section __TEXT,__cstring,cstring_literals L_.str.54: ## @.str.54 .asciz ".dynsym" L_.str.55: ## @.str.55 .asciz ".dynstr" L_.str.56: ## @.str.56 .asciz ".hash" L_.str.57: ## @.str.57 .asciz ".dynamic" L_.str.58: ## @.str.58 .asciz ".plt" .zerofill __DATA,__bss,_bss_section,8,3 ## @bss_section L_.str.59: ## @.str.59 .asciz "_fp_hw" L_.str.60: ## @.str.60 .asciz "undefined symbol '%s'" L_.str.61: ## @.str.61 .asciz "undefined dynamic symbol '%s'" L_.str.62: ## @.str.62 .asciz ".shstrtab" L_.str.63: ## @.str.63 .space 1 .zerofill __DATA,__bss,_do_debug,4,2 ## @do_debug L_.str.64: ## @.str.64 .asciz "_start" .zerofill __DATA,__bss,_text_section,8,3 ## @text_section L_.str.65: ## @.str.65 .asciz "could not write '%s'" L_.str.66: ## @.str.66 .asciz "wb" .comm _dummy_size_t,8,3 ## @dummy_size_t L_.str.67: ## @.str.67 .asciz "Runtime error: " L_.str.68: ## @.str.68 .asciz "\n" .section __DATA,__data .p2align 2 ## @num_callers _num_callers: .long 6 ## 0x6 .section __TEXT,__cstring,cstring_literals L_.str.69: ## @.str.69 .asciz "at " L_.str.70: ## @.str.70 .asciz "by " L_.str.71: ## @.str.71 .asciz "main" L_.str.72: ## @.str.72 .asciz "__bound_error_msg" .zerofill __DATA,__bss,_rt_bound_error_msg,8,3 ## @rt_bound_error_msg L_.str.73: ## @.str.73 .asciz "__bound_init" .zerofill __DATA,__bss,_isidnum_table,256,4 ## @isidnum_table .zerofill __DATA,__bss,_hash_ident,65536,4 ## @hash_ident .section __TEXT,__const .p2align 4 ## @tcc_keywords _tcc_keywords: .asciz "int\000void\000char\000if\000else\000while\000break\000return\000for\000extern\000static\000unsigned\000goto\000do\000continue\000switch\000case\000const\000__const\000__const__\000volatile\000__volatile\000__volatile__\000long\000register\000signed\000__signed\000__signed__\000auto\000inline\000__inline\000__inline__\000restrict\000__restrict\000__restrict__\000__extension__\000float\000double\000_Bool\000short\000struct\000union\000typedef\000default\000enum\000sizeof\000__attribute\000__attribute__\000__alignof\000__alignof__\000typeof\000__typeof\000__typeof__\000__label__\000asm\000__asm\000__asm__\000define\000include\000include_next\000ifdef\000ifndef\000elif\000endif\000defined\000undef\000error\000warning\000line\000pragma\000__LINE__\000__FILE__\000__DATE__\000__TIME__\000__FUNCTION__\000__VA_ARGS__\000__func__\000section\000__section__\000aligned\000__aligned__\000packed\000__packed__\000unused\000__unused__\000cdecl\000__cdecl\000__cdecl__\000stdcall\000__stdcall\000__stdcall__\000dllexport\000noreturn\000__noreturn__\000__builtin_types_compatible_p\000__builtin_constant_p\000regparm\000__regparm__\000pack\000memcpy\000memset\000alloca\000__divdi3\000__moddi3\000__udivdi3\000__umoddi3\000__sardi3\000__shrdi3\000__shldi3\000__tcc_int_fpu_control\000__tcc_fpu_control\000__ulltof\000__ulltod\000__ulltold\000__fixunssfdi\000__fixunsdfdi\000__fixunsxfdi\000__chkstk\000__bound_ptr_add\000__bound_ptr_indir1\000__bound_ptr_indir2\000__bound_ptr_indir4\000__bound_ptr_indir8\000__bound_ptr_indir12\000__bound_ptr_indir16\000__bound_local_new\000__bound_local_delete\000malloc\000free\000realloc\000memalign\000calloc\000memmove\000strlen\000strcpy\000byte\000align\000skip\000space\000string\000asciz\000ascii\000globl\000global\000text\000data\000bss\000previous\000fill\000org\000quad\000al\000cl\000dl\000bl\000ah\000ch\000dh\000bh\000ax\000cx\000dx\000bx\000sp\000bp\000si\000di\000eax\000ecx\000edx\000ebx\000esp\000ebp\000esi\000edi\000mm0\000mm1\000mm2\000mm3\000mm4\000mm5\000mm6\000mm7\000xmm0\000xmm1\000xmm2\000xmm3\000xmm4\000xmm5\000xmm6\000xmm7\000cr0\000cr1\000cr2\000cr3\000cr4\000cr5\000cr6\000cr7\000tr0\000tr1\000tr2\000tr3\000tr4\000tr5\000tr6\000tr7\000db0\000db1\000db2\000db3\000db4\000db5\000db6\000db7\000dr0\000dr1\000dr2\000dr3\000dr4\000dr5\000dr6\000dr7\000es\000cs\000ss\000ds\000fs\000gs\000st\000movb\000movw\000movl\000mov\000addb\000addw\000addl\000add\000orb\000orw\000orl\000or\000adcb\000adcw\000adcl\000adc\000sbbb\000sbbw\000sbbl\000sbb\000andb\000andw\000andl\000and\000subb\000subw\000subl\000sub\000xorb\000xorw\000xorl\000xor\000cmpb\000cmpw\000cmpl\000cmp\000incb\000incw\000incl\000inc\000decb\000decw\000decl\000dec\000notb\000notw\000notl\000not\000negb\000negw\000negl\000neg\000mulb\000mulw\000mull\000mul\000imulb\000imulw\000imull\000imul\000divb\000divw\000divl\000div\000idivb\000idivw\000idivl\000idiv\000xchgb\000xchgw\000xchgl\000xchg\000testb\000testw\000testl\000test\000rolb\000rolw\000roll\000rol\000rorb\000rorw\000rorl\000ror\000rclb\000rclw\000rcll\000rcl\000rcrb\000rcrw\000rcrl\000rcr\000shlb\000shlw\000shll\000shl\000shrb\000shrw\000shrl\000shr\000sarb\000sarw\000sarl\000sar\000shldw\000shldl\000shld\000shrdw\000shrdl\000shrd\000pushw\000pushl\000push\000popw\000popl\000pop\000inb\000inw\000inl\000in\000outb\000outw\000outl\000out\000movzbw\000movzbl\000movzb\000movzwl\000movsbw\000movsbl\000movswl\000leaw\000leal\000lea\000les\000lds\000lss\000lfs\000lgs\000call\000jmp\000lcall\000ljmp\000jo\000jno\000jb\000jc\000jnae\000jnb\000jnc\000jae\000je\000jz\000jne\000jnz\000jbe\000jna\000jnbe\000ja\000js\000jns\000jp\000jpe\000jnp\000jpo\000jl\000jnge\000jnl\000jge\000jle\000jng\000jnle\000jg\000seto\000setno\000setb\000setc\000setnae\000setnb\000setnc\000setae\000sete\000setz\000setne\000setnz\000setbe\000setna\000setnbe\000seta\000sets\000setns\000setp\000setpe\000setnp\000setpo\000setl\000setnge\000setnl\000setge\000setle\000setng\000setnle\000setg\000cmovo\000cmovno\000cmovb\000cmovc\000cmovnae\000cmovnb\000cmovnc\000cmovae\000cmove\000cmovz\000cmovne\000cmovnz\000cmovbe\000cmovna\000cmovnbe\000cmova\000cmovs\000cmovns\000cmovp\000cmovpe\000cmovnp\000cmovpo\000cmovl\000cmovnge\000cmovnl\000cmovge\000cmovle\000cmovng\000cmovnle\000cmovg\000bsfw\000bsfl\000bsf\000bsrw\000bsrl\000bsr\000btw\000btl\000bt\000btsw\000btsl\000bts\000btrw\000btrl\000btr\000btcw\000btcl\000btc\000lslw\000lsll\000lsl\000fadd\000faddp\000fadds\000fiaddl\000faddl\000fiadds\000fmul\000fmulp\000fmuls\000fimull\000fmull\000fimuls\000fcom\000fcom_1\000fcoms\000ficoml\000fcoml\000ficoms\000fcomp\000fcompp\000fcomps\000ficompl\000fcompl\000ficomps\000fsub\000fsubp\000fsubs\000fisubl\000fsubl\000fisubs\000fsubr\000fsubrp\000fsubrs\000fisubrl\000fsubrl\000fisubrs\000fdiv\000fdivp\000fdivs\000fidivl\000fdivl\000fidivs\000fdivr\000fdivrp\000fdivrs\000fidivrl\000fdivrl\000fidivrs\000xaddb\000xaddw\000xaddl\000xadd\000cmpxchgb\000cmpxchgw\000cmpxchgl\000cmpxchg\000cmpsb\000cmpsw\000cmpsl\000cmps\000scmpb\000scmpw\000scmpl\000scmp\000insb\000insw\000insl\000ins\000outsb\000outsw\000outsl\000outs\000lodsb\000lodsw\000lodsl\000lods\000slodb\000slodw\000slodl\000slod\000movsb\000movsw\000movsl\000movs\000smovb\000smovw\000smovl\000smov\000scasb\000scasw\000scasl\000scas\000sscab\000sscaw\000sscal\000ssca\000stosb\000stosw\000stosl\000stos\000sstob\000sstow\000sstol\000ssto\000pusha\000popa\000clc\000cld\000cli\000clts\000cmc\000lahf\000sahf\000pushfl\000popfl\000pushf\000popf\000stc\000std\000sti\000aaa\000aas\000daa\000das\000aad\000aam\000cbw\000cwd\000cwde\000cdq\000cbtw\000cwtl\000cwtd\000cltd\000int3\000into\000iret\000rsm\000hlt\000wait\000nop\000xlat\000aword\000addr16\000word\000data16\000lock\000rep\000repe\000repz\000repne\000repnz\000invd\000wbinvd\000cpuid\000wrmsr\000rdtsc\000rdmsr\000rdpmc\000ud2\000leave\000ret\000lret\000fucompp\000ftst\000fxam\000fld1\000fldl2t\000fldl2e\000fldpi\000fldlg2\000fldln2\000fldz\000f2xm1\000fyl2x\000fptan\000fpatan\000fxtract\000fprem1\000fdecstp\000fincstp\000fprem\000fyl2xp1\000fsqrt\000fsincos\000frndint\000fscale\000fsin\000fcos\000fchs\000fabs\000fninit\000fnclex\000fnop\000fwait\000fxch\000fnstsw\000emms\000enter\000loopne\000loopnz\000loope\000loopz\000loop\000jecxz\000fld\000fldl\000flds\000fildl\000fildq\000fildll\000fldt\000fbld\000fst\000fstl\000fsts\000fstps\000fstpl\000fist\000fistp\000fistl\000fistpl\000fstp\000fistpq\000fistpll\000fstpt\000fbstp\000fucom\000fucomp\000finit\000fldcw\000fnstcw\000fstcw\000fstsw\000fclex\000fnstenv\000fstenv\000fldenv\000fnsave\000fsave\000frstor\000ffree\000ffreep\000fxsave\000fxrstor\000arpl\000lar\000lgdt\000lidt\000lldt\000lmsw\000ltr\000sgdt\000sidt\000sldt\000smsw\000str\000verr\000verw\000bswap\000invlpg\000boundl\000boundw\000cmpxchg8b\000fcmovb\000fcmove\000fcmovbe\000fcmovu\000fcmovnb\000fcmovne\000fcmovnbe\000fcmovnu\000fucomi\000fcomi\000fucomip\000fcomip\000movd\000movq\000packssdw\000packsswb\000packuswb\000paddb\000paddw\000paddd\000paddsb\000paddsw\000paddusb\000paddusw\000pand\000pandn\000pcmpeqb\000pcmpeqw\000pcmpeqd\000pcmpgtb\000pcmpgtw\000pcmpgtd\000pmaddwd\000pmulhw\000pmullw\000por\000psllw\000pslld\000psllq\000psraw\000psrad\000psrlw\000psrld\000psrlq\000psubb\000psubw\000psubd\000psubsb\000psubsw\000psubusb\000psubusw\000punpckhbw\000punpckhwd\000punpckhdq\000punpcklbw\000punpcklwd\000punpckldq\000pxor\000" .section __TEXT,__cstring,cstring_literals L_.str.74: ## @.str.74 .asciz "__STDC__" L_.str.75: ## @.str.75 .asciz "__i386__" L_.str.76: ## @.str.76 .asciz "__TINYC__" L_.str.77: ## @.str.77 .asciz "__SIZE_TYPE__" L_.str.78: ## @.str.78 .asciz "unsigned int" L_.str.79: ## @.str.79 .asciz "__PTRDIFF_TYPE__" L_.str.80: ## @.str.80 .asciz "__WCHAR_TYPE__" L_.str.81: ## @.str.81 .asciz "/usr/local/lib" L_.str.82: ## @.str.82 .asciz "/usr/lib" L_.str.83: ## @.str.83 .asciz "/lib" L_.str.84: ## @.str.84 .asciz ".text" L_.str.85: ## @.str.85 .asciz ".data" L_.str.86: ## @.str.86 .asciz ".bss" L_.str.87: ## @.str.87 .asciz ".symtab" L_.str.88: ## @.str.88 .asciz ".strtab" L_.str.89: ## @.str.89 .asciz ".hashtab" .zerofill __DATA,__bss,_strtab_section,8,3 ## @strtab_section L_.str.90: ## @.str.90 .asciz ".dynsymtab" L_.str.91: ## @.str.91 .asciz ".dynstrtab" L_.str.92: ## @.str.92 .asciz ".dynhashtab" L_.str.93: ## @.str.93 .asciz "lib%s.so" L_.str.94: ## @.str.94 .asciz "%s/lib%s.a" L_.str.95: ## @.str.95 .asciz "/usr/local/include" L_.str.96: ## @.str.96 .asciz "/usr/include" L_.str.97: ## @.str.97 .asciz "%s/include" .section __DATA,__data .p2align 3 ## @tcc_lib_path _tcc_lib_path: .quad L_.str.334 .section __TEXT,__cstring,cstring_literals L_.str.98: ## @.str.98 .asciz "__BOUNDS_CHECKING_ON" L_.str.99: ## @.str.99 .asciz ".bounds" .zerofill __DATA,__bss,_bounds_section,8,3 ## @bounds_section L_.str.100: ## @.str.100 .asciz ".lbounds" L_.str.101: ## @.str.101 .asciz "__CHAR_UNSIGNED__" L_.str.102: ## @.str.102 .asciz ".stab" .zerofill __DATA,__bss,_stab_section,8,3 ## @stab_section L_.str.103: ## @.str.103 .asciz ".stabstr" .zerofill __DATA,__bss,_stabstr_section,8,3 ## @stabstr_section L_.str.104: ## @.str.104 .asciz "/usr/lib/crt1.o" L_.str.105: ## @.str.105 .asciz "/usr/lib/crti.o" L_.str.106: ## @.str.106 .asciz "all" .section __DATA,__const .p2align 4 ## @warning_defs _warning_defs: .short 228 ## 0xe4 .short 0 ## 0x0 .space 4 .quad L_.str.335 .short 224 ## 0xe0 .short 0 ## 0x0 .space 4 .quad L_.str.336 .short 232 ## 0xe8 .short 0 ## 0x0 .space 4 .quad L_.str.337 .short 240 ## 0xf0 .short 1 ## 0x1 .space 4 .quad L_.str.338 .p2align 4 ## @flag_defs _flag_defs: .short 216 ## 0xd8 .short 0 ## 0x0 .space 4 .quad L_.str.339 .short 216 ## 0xd8 .short 2 ## 0x2 .space 4 .quad L_.str.340 .short 184 ## 0xb8 .short 2 ## 0x2 .space 4 .quad L_.str.341 .short 220 ## 0xdc .short 0 ## 0x0 .space 4 .quad L_.str.342 .section __TEXT,__cstring,cstring_literals L_.str.107: ## @.str.107 .asciz "tcc version 0.9.23 - Tiny C Compiler - Copyright (C) 2001-2013 Fabrice Bellard\nusage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n [infile1 infile2...] [-run infile args...]\n\nGeneral options:\n -v display current version\n -c compile only - generate an object file\n -o outfile set output filename\n -Bdir set tcc internal library path\n -bench output compilation statistics\n -run run compiled source\n -fflag set or reset (with 'no-' prefix) 'flag' (see man page)\n -Wwarning set or reset (with 'no-' prefix) 'warning' (see man page)\n -w disable all warnings\nPreprocessor options:\n -Idir add include path 'dir'\n -Dsym[=val] define 'sym' with value 'val'\n -Usym undefine 'sym'\nLinker options:\n -Ldir add library path 'dir'\n -llib link with dynamic or static library 'lib'\n -shared generate a shared library\n -static static linking\n -rdynamic export all global symbols to dynamic linker\n -r relocatable output\nDebugger options:\n -g generate runtime debug info\n -b compile with built-in memory and bounds checker (implies -g)\n -bt N show N callers in stack traces\n" .zerofill __DATA,__bss,_nb_files,4,2 ## @nb_files .zerofill __DATA,__bss,_print_search_dirs,4,2 ## @print_search_dirs .zerofill __DATA,__bss,_files,8,3 ## @files .zerofill __DATA,__bss,_multiple_files,4,2 ## @multiple_files .section __DATA,__const .p2align 4 ## @tcc_options _tcc_options: .quad L_.str.343 .short 0 ## 0x0 .short 0 ## 0x0 .space 4 .quad L_.str.344 .short 0 ## 0x0 .short 0 ## 0x0 .space 4 .quad L_.str.345 .short 1 ## 0x1 .short 1 ## 0x1 .space 4 .quad L_.str.346 .short 2 ## 0x2 .short 1 ## 0x1 .space 4 .quad L_.str.347 .short 3 ## 0x3 .short 1 ## 0x1 .space 4 .quad L_.str.348 .short 4 ## 0x4 .short 1 ## 0x1 .space 4 .quad L_.str.349 .short 5 ## 0x5 .short 1 ## 0x1 .space 4 .quad L_.str.350 .short 6 ## 0x6 .short 3 ## 0x3 .space 4 .quad L_.str.351 .short 7 ## 0x7 .short 0 ## 0x0 .space 4 .quad L_.str.352 .short 8 ## 0x8 .short 1 ## 0x1 .space 4 .quad L_.str.353 .short 9 ## 0x9 .short 0 ## 0x0 .space 4 .quad L_.str.354 .short 10 ## 0xa .short 3 ## 0x3 .space 4 .quad L_.str.281 .short 11 ## 0xb .short 0 ## 0x0 .space 4 .quad L_.str.355 .short 12 ## 0xc .short 0 ## 0x0 .space 4 .quad L_.str.356 .short 13 ## 0xd .short 0 ## 0x0 .space 4 .quad L_.str.123 .short 14 ## 0xe .short 1 ## 0x1 .space 4 .quad L_.str.357 .short 25 ## 0x19 .short 3 ## 0x3 .space 4 .quad L_.str.358 .short 24 ## 0x18 .short 0 ## 0x0 .space 4 .quad L_.str.359 .short 15 ## 0xf .short 0 ## 0x0 .space 4 .quad L_.str.360 .short 16 ## 0x10 .short 3 ## 0x3 .space 4 .quad L_.str.361 .short 17 ## 0x11 .short 3 ## 0x3 .space 4 .quad L_.str.362 .short 18 ## 0x12 .short 3 ## 0x3 .space 4 .quad L_.str.363 .short 19 ## 0x13 .short 1 ## 0x1 .space 4 .quad L_.str.364 .short 20 ## 0x14 .short 3 ## 0x3 .space 4 .quad L_.str.365 .short 21 ## 0x15 .short 0 ## 0x0 .space 4 .quad L_.str.366 .short 22 ## 0x16 .short 0 ## 0x0 .space 4 .quad L_.str.367 .short 23 ## 0x17 .short 0 ## 0x0 .space 4 .quad L_.str.368 .short 26 ## 0x1a .short 0 ## 0x0 .space 4 .quad L_.str.369 .short 27 ## 0x1b .short 0 ## 0x0 .space 4 .quad L_.str.370 .short 28 ## 0x1c .short 0 ## 0x0 .space 4 .space 16 .section __TEXT,__cstring,cstring_literals L_.str.108: ## @.str.108 .asciz "invalid option -- '%s'" L_.str.109: ## @.str.109 .asciz "argument to '%s' is missing" L_.str.110: ## @.str.110 .asciz "too many include paths" .zerofill __DATA,__bss,_nb_libraries,4,2 ## @nb_libraries .zerofill __DATA,__bss,_do_bench,4,2 ## @do_bench .zerofill __DATA,__bss,_output_type,4,2 ## @output_type .zerofill __DATA,__bss,_outfile,8,3 ## @outfile .zerofill __DATA,__bss,_reloc_output,4,2 ## @reloc_output L_.str.111: ## @.str.111 .asciz "tcc version %s\n" L_.str.112: ## @.str.112 .asciz "0.9.23" L_.str.113: ## @.str.113 .asciz "-Ttext," L_.str.114: ## @.str.114 .asciz "--oformat," L_.str.115: ## @.str.115 .asciz "elf32-" L_.str.116: ## @.str.116 .asciz "binary" L_.str.117: ## @.str.117 .asciz "target %s not found" L_.str.118: ## @.str.118 .asciz "unsupported linker option '%s'" L_.str.119: ## @.str.119 .asciz "unsupported option '%s'" L_.str.120: ## @.str.120 .asciz "install: %s/\n" L_.str.121: ## @.str.121 .asciz "cannot specify multiple files with -c" L_.str.122: ## @.str.122 .asciz "cannot specify libraries with -c" L_.str.123: ## @.str.123 .asciz "o" L_.str.124: ## @.str.124 .asciz "a.out" L_.str.125: ## @.str.125 .asciz "cannot find %s" .zerofill __DATA,__bss,_total_bytes,4,2 ## @total_bytes L_.str.126: ## @.str.126 .asciz "%d idents, %d lines, %d bytes, %0.3f s, %d lines/s, %0.1f MB/s\n" .section __DATA,__data .globl ___tcc_fpu_control ## @__tcc_fpu_control .p2align 1 ___tcc_fpu_control: .short 4991 ## 0x137f .globl ___tcc_int_fpu_control ## @__tcc_int_fpu_control .p2align 1 ___tcc_int_fpu_control: .short 8063 ## 0x1f7f .comm _dummy_char_star,8,3 ## @dummy_char_star .section __TEXT,__cstring,cstring_literals L_.str.127: ## @.str.127 .asciz "__bound_" .zerofill __DATA,__bss,_local_stack,8,3 ## @local_stack .zerofill __DATA,__bss,_global_stack,8,3 ## @global_stack .zerofill __DATA,__bss,_sym_free_first,8,3 ## @sym_free_first L_.str.128: ## @.str.128 .asciz "stray '\\' in program" L_.str.129: ## @.str.129 .asciz "missing terminating %c character" L_.str.130: ## @.str.130 .asciz "'\n' after '\r'" L_.str.131: ## @.str.131 .asciz "unexpected end of file in comment" .zerofill __DATA,__bss,_parse_flags,4,2 ## @parse_flags .zerofill __DATA,__bss,_tok_flags,4,2 ## @tok_flags .zerofill __DATA,__bss,_tokcstr,32,3 ## @tokcstr L_.str.132: ## @.str.132 .asciz "'.'" L_.str.133: ## @.str.133 .asciz "empty character constant" L_.str.134: ## @.str.134 .asciz "multi-character character constant" L_.str.135: ## @.str.135 .asciz "unrecognized character \\x%02x" L_.str.136: ## @.str.136 .asciz "'#include' expects \"FILENAME\" or <FILENAME>" L_.str.137: ## @.str.137 .asciz "#include recursion too deep" L_.str.138: ## @.str.138 .asciz "/" L_.str.139: ## @.str.139 .asciz "include file '%s' not found" L_.str.140: ## @.str.140 .asciz "invalid argument for '#if%sdef'" L_.str.141: ## @.str.141 .asciz "n" L_.str.142: ## @.str.142 .asciz "#else without matching #if" L_.str.143: ## @.str.143 .asciz "#else after #else" L_.str.144: ## @.str.144 .asciz "#elif without matching #if" L_.str.145: ## @.str.145 .asciz "#elif after #else" L_.str.146: ## @.str.146 .asciz "#endif without matching #if" L_.str.147: ## @.str.147 .asciz "#line" L_.str.148: ## @.str.148 .asciz "#error %s" L_.str.149: ## @.str.149 .asciz "#warning %s" L_.str.150: ## @.str.150 .asciz "invalid preprocessing directive #%s" L_.str.151: ## @.str.151 .asciz "constant expression" .section __DATA,__data .p2align 2 ## @gnu_ext _gnu_ext: .long 1 ## 0x1 .zerofill __DATA,__bss,_global_expr,4,2 ## @global_expr .section __TEXT,__cstring,cstring_literals L_.str.152: ## @.str.152 .asciz "pointer not accepted for unary plus" L_.str.153: ## @.str.153 .asciz "sizeof applied to an incomplete type" L_.str.154: ## @.str.154 .asciz "label identifier" .zerofill __DATA,__bss,_global_label_stack,8,3 ## @global_label_stack L_.str.155: ## @.str.155 .asciz "identifier" L_.str.156: ## @.str.156 .asciz "'%s' undeclared" L_.str.157: ## @.str.157 .asciz "implicit declaration of function '%s'" L_.str.158: ## @.str.158 .asciz "struct or union" L_.str.159: ## @.str.159 .asciz "field not found" L_.str.160: ## @.str.160 .asciz "function pointer" L_.str.161: ## @.str.161 .asciz "too few arguments to function" L_.str.162: ## @.str.162 .asciz "unknown type size" L_.str.163: ## @.str.163 .asciz "unexpected end of file in initializer" L_.str.164: ## @.str.164 .asciz "incompatible types for redefinition of '%s'" L_.str.165: ## @.str.165 .asciz "initializer-string for array is too long" L_.str.166: ## @.str.166 .asciz "index too large" L_.str.167: ## @.str.167 .asciz "cast" L_.str.168: ## @.str.168 .asciz "initializer element is not constant" L_.str.169: ## @.str.169 .asciz "initializer element is not computable at load time" L_.str.170: ## @.str.170 .asciz "array type" L_.str.171: ## @.str.171 .asciz "invalid index" L_.str.172: ## @.str.172 .asciz "struct/union type" L_.str.173: ## @.str.173 .asciz "field" L_.str.174: ## @.str.174 .asciz "=" L_.str.175: ## @.str.175 .asciz "too many field init" L_.str.176: ## @.str.176 .asciz "range init not supported yet for dynamic storage" .zerofill __DATA,__bss,_unget_saved_macro_ptr,8,3 ## @unget_saved_macro_ptr .zerofill __DATA,__bss,_unget_buffer_enabled,4,2 ## @unget_buffer_enabled .zerofill __DATA,__bss,_unget_saved_buffer,20,4 ## @unget_saved_buffer L_.str.177: ## @.str.177 .asciz "unsupported token" L_.str.178: ## @.str.178 .asciz "too many basic types" L_.str.179: ## @.str.179 .asciz "signed and unsigned modifier" L_.str.180: ## @.str.180 .asciz "struct/union/enum name" L_.str.181: ## @.str.181 .asciz "invalid type" .zerofill __DATA,__bss,_anon_sym,8,3 ## @anon_sym L_.str.182: ## @.str.182 .asciz "struct/union/enum already defined" L_.str.183: ## @.str.183 .asciz "invalid type for '%s'" L_.str.184: ## @.str.184 .asciz "negative width in bit-field '%s'" L_.str.185: ## @.str.185 .asciz "zero width for bit-field '%s'" L_.str.186: ## @.str.186 .asciz "bitfields must have scalar type" L_.str.187: ## @.str.187 .asciz "width of '%s' exceeds its type" L_.str.188: ## @.str.188 .asciz "attribute name" L_.str.189: ## @.str.189 .asciz "section name" L_.str.190: ## @.str.190 .asciz "alignment must be a positive power of two" L_.str.191: ## @.str.191 .asciz "'%s' attribute ignored" L_.str.192: ## @.str.192 .asciz "parameter declared as void" L_.str.193: ## @.str.193 .asciz "invalid array size" .zerofill __DATA,__bss,_func_ind,8,3 ## @func_ind .zerofill __DATA,__bss,_local_label_stack,8,3 ## @local_label_stack .zerofill __DATA,__bss,_rsym,8,3 ## @rsym L_.str.194: ## @.str.194 .asciz "cannot break" L_.str.195: ## @.str.195 .asciz "cannot continue" L_.str.196: ## @.str.196 .asciz "switch" L_.str.197: ## @.str.197 .asciz "empty case range" L_.str.198: ## @.str.198 .asciz "too many 'default'" L_.str.199: ## @.str.199 .asciz "pointer" L_.str.200: ## @.str.200 .asciz "duplicate label '%s'" L_.str.201: ## @.str.201 .asciz "deprecated use of label at end of compound statement" L_.str.202: ## @.str.202 .asciz "cannot use local functions" L_.str.203: ## @.str.203 .asciz "function definition" L_.str.204: ## @.str.204 .asciz "unexpected end of file" L_.str.205: ## @.str.205 .asciz "';'" L_.str.206: ## @.str.206 .asciz "string constant" L_.str.207: ## @.str.207 .asciz "':'" L_.str.208: ## @.str.208 .asciz "end of line" L_.str.209: ## @.str.209 .asciz "64 bit constant" L_.str.210: ## @.str.210 .asciz "constant" L_.str.211: ## @.str.211 .asciz "repeat < 0; .fill ignored" L_.str.212: ## @.str.212 .asciz "size < 0; .fill ignored" L_.str.213: ## @.str.213 .asciz "attempt to .org backwards" L_.str.214: ## @.str.214 .asciz ".%s%d" L_.str.215: ## @.str.215 .asciz ".%s" .zerofill __DATA,__bss,_last_text_section,8,3 ## @last_text_section L_.str.216: ## @.str.216 .asciz "no previous section referenced" L_.str.217: ## @.str.217 .asciz "unknown assembler directive '.%s'" L_.str.218: ## @.str.218 .asciz "invalid operation with label" L_.str.219: ## @.str.219 .asciz "division by zero" L_.str.220: ## @.str.220 .asciz "local label '%d' not found backward" L_.str.221: ## @.str.221 .asciz "invalid number syntax" L_.str.222: ## @.str.222 .asciz "bad expression syntax [%s]" L_.str.223: ## @.str.223 .asciz "L..%u" L_.str.224: ## @.str.224 .asciz "assembler label '%s' already defined" L_.str.225: ## @.str.225 .asciz "incorrect number of operands" .section __TEXT,__const .p2align 4 ## @asm_instrs _asm_instrs: .short 796 ## 0x31c .short 166 ## 0xa6 .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 800 ## 0x320 .short 166 ## 0xa6 .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 804 ## 0x324 .short 108 ## 0x6c .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 808 ## 0x328 .short 110 ## 0x6e .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 812 ## 0x32c .short 172 ## 0xac .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 816 ## 0x330 .short 172 ## 0xac .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 820 ## 0x334 .short 164 ## 0xa4 .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 824 ## 0x338 .short 164 ## 0xa4 .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 828 ## 0x33c .short 174 ## 0xae .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 832 ## 0x340 .short 174 ## 0xae .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 836 ## 0x344 .short 170 ## 0xaa .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 840 ## 0x348 .short 170 ## 0xaa .short 6 ## 0x6 .byte 0 ## 0x0 .space 3 .short 719 ## 0x2cf .short 4028 ## 0xfbc .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\226\026" .short 722 ## 0x2d2 .short 4029 ## 0xfbd .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\226\026" .short 725 ## 0x2d5 .short 4003 ## 0xfa3 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 725 ## 0x2d5 .short 4026 ## 0xfba .short 32788 ## 0x8014 .byte 2 ## 0x2 .asciz "\n\226" .short 728 ## 0x2d8 .short 4011 ## 0xfab .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 728 ## 0x2d8 .short 4026 ## 0xfba .short 40980 ## 0xa014 .byte 2 ## 0x2 .asciz "\n\226" .short 731 ## 0x2db .short 4019 ## 0xfb3 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 731 ## 0x2db .short 4026 ## 0xfba .short 49172 ## 0xc014 .byte 2 ## 0x2 .asciz "\n\226" .short 734 ## 0x2de .short 4027 ## 0xfbb .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 734 ## 0x2de .short 4026 ## 0xfba .short 57364 ## 0xe014 .byte 2 ## 0x2 .asciz "\n\226" .short 486 ## 0x1e6 .short 160 ## 0xa0 .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\022\016" .short 486 ## 0x1e6 .short 162 ## 0xa2 .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\016\022" .short 486 ## 0x1e6 .short 136 ## 0x88 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\025\225" .short 486 ## 0x1e6 .short 138 ## 0x8a .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\225\025" .short 486 ## 0x1e6 .short 176 ## 0xb0 .short 14 ## 0xe .byte 2 ## 0x2 .asciz "\024\025" .short 486 ## 0x1e6 .short 198 ## 0xc6 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\024\225" .short 487 ## 0x1e7 .short 140 ## 0x8c .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\b\225" .short 487 ## 0x1e7 .short 142 ## 0x8e .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\225\b" .short 487 ## 0x1e7 .short 3872 ## 0xf20 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\005\002" .short 487 ## 0x1e7 .short 3873 ## 0xf21 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\007\002" .short 487 ## 0x1e7 .short 3876 ## 0xf24 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\006\002" .short 487 ## 0x1e7 .short 3874 ## 0xf22 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\002\005" .short 487 ## 0x1e7 .short 3875 ## 0xf23 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\002\007" .short 487 ## 0x1e7 .short 3878 ## 0xf26 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\002\006" .short 615 ## 0x267 .short 4030 ## 0xfbe .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 614 ## 0x266 .short 4030 ## 0xfbe .short 272 ## 0x110 .byte 2 ## 0x2 .asciz "\200\001" .short 616 ## 0x268 .short 4031 ## 0xfbf .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\201\002" .short 610 ## 0x262 .short 4022 ## 0xfb6 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\200\026" .short 613 ## 0x265 .short 4023 ## 0xfb7 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\201\002" .short 596 ## 0x254 .short 80 ## 0x50 .short 12 ## 0xc .byte 1 ## 0x1 .asciz "\026\000" .short 596 ## 0x254 .short 255 ## 0xff .short 49172 ## 0xc014 .byte 1 ## 0x1 .asciz "\226\000" .short 596 ## 0x254 .short 106 ## 0x6a .short 4 ## 0x4 .byte 1 ## 0x1 .asciz "\013\000" .short 596 ## 0x254 .short 104 ## 0x68 .short 4 ## 0x4 .byte 1 ## 0x1 .asciz "\r\000" .short 596 ## 0x254 .short 6 ## 0x6 .short 4 ## 0x4 .byte 1 ## 0x1 .asciz "\b\000" .short 599 ## 0x257 .short 88 ## 0x58 .short 12 ## 0xc .byte 1 ## 0x1 .asciz "\026\000" .short 599 ## 0x257 .short 143 ## 0x8f .short 20 ## 0x14 .byte 1 ## 0x1 .asciz "\226\000" .short 599 ## 0x257 .short 7 ## 0x7 .short 4 ## 0x4 .byte 1 ## 0x1 .asciz "\b\000" .short 555 ## 0x22b .short 144 ## 0x90 .short 12 ## 0xc .byte 2 ## 0x2 .asciz "\025\016" .short 555 ## 0x22b .short 144 ## 0x90 .short 12 ## 0xc .byte 2 ## 0x2 .asciz "\016\025" .short 554 ## 0x22a .short 134 ## 0x86 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\025\225" .short 554 ## 0x22a .short 134 ## 0x86 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\225\025" .short 602 ## 0x25a .short 228 ## 0xe4 .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\n\016" .short 602 ## 0x25a .short 228 ## 0xe4 .short 6 ## 0x6 .byte 1 ## 0x1 .asciz "\n\000" .short 602 ## 0x25a .short 236 ## 0xec .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\021\016" .short 602 ## 0x25a .short 236 ## 0xec .short 6 ## 0x6 .byte 1 ## 0x1 .asciz "\021\000" .short 606 ## 0x25e .short 230 ## 0xe6 .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\016\n" .short 606 ## 0x25e .short 230 ## 0xe6 .short 6 ## 0x6 .byte 1 ## 0x1 .asciz "\n\000" .short 606 ## 0x25e .short 238 ## 0xee .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\016\021" .short 606 ## 0x25e .short 238 ## 0xee .short 6 ## 0x6 .byte 1 ## 0x1 .asciz "\021\000" .short 617 ## 0x269 .short 141 ## 0x8d .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\200\025" .short 620 ## 0x26c .short 196 ## 0xc4 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 621 ## 0x26d .short 197 ## 0xc5 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 622 ## 0x26e .short 4018 ## 0xfb2 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 623 ## 0x26f .short 4020 ## 0xfb4 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 624 ## 0x270 .short 4021 ## 0xfb5 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\200\002" .short 490 ## 0x1ea .short 0 ## 0x0 .short 534 ## 0x216 .byte 2 ## 0x2 .asciz "\025\225" .short 490 ## 0x1ea .short 2 ## 0x2 .short 534 ## 0x216 .byte 2 ## 0x2 .asciz "\225\025" .short 490 ## 0x1ea .short 4 ## 0x4 .short 518 ## 0x206 .byte 2 ## 0x2 .asciz "\024\016" .short 490 ## 0x1ea .short 128 ## 0x80 .short 534 ## 0x216 .byte 2 ## 0x2 .asciz "\024\225" .short 491 ## 0x1eb .short 131 ## 0x83 .short 532 ## 0x214 .byte 2 ## 0x2 .asciz "\013\225" .short 558 ## 0x22e .short 132 ## 0x84 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\225\025" .short 558 ## 0x22e .short 132 ## 0x84 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\025\225" .short 558 ## 0x22e .short 168 ## 0xa8 .short 6 ## 0x6 .byte 2 ## 0x2 .asciz "\024\016" .short 558 ## 0x22e .short 246 ## 0xf6 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\024\225" .short 523 ## 0x20b .short 64 ## 0x40 .short 12 ## 0xc .byte 1 ## 0x1 .asciz "\026\000" .short 522 ## 0x20a .short 254 ## 0xfe .short 22 ## 0x16 .byte 1 ## 0x1 .asciz "\225\000" .short 527 ## 0x20f .short 72 ## 0x48 .short 12 ## 0xc .byte 1 ## 0x1 .asciz "\026\000" .short 526 ## 0x20e .short 254 ## 0xfe .short 8214 ## 0x2016 .byte 1 ## 0x1 .asciz "\225\000" .short 530 ## 0x212 .short 246 ## 0xf6 .short 16406 ## 0x4016 .byte 1 ## 0x1 .asciz "\225\000" .short 534 ## 0x216 .short 246 ## 0xf6 .short 24598 ## 0x6016 .byte 1 ## 0x1 .asciz "\225\000" .short 538 ## 0x21a .short 246 ## 0xf6 .short 32790 ## 0x8016 .byte 1 ## 0x1 .asciz "\225\000" .short 542 ## 0x21e .short 246 ## 0xf6 .short 40982 ## 0xa016 .byte 1 ## 0x1 .asciz "\225\000" .short 543 ## 0x21f .short 4015 ## 0xfaf .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\225\025" .short 543 ## 0x21f .short 107 ## 0x6b .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\013\226\026" .short 543 ## 0x21f .short 107 ## 0x6b .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\013\026" .short 543 ## 0x21f .short 105 ## 0x69 .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\027\226\026" .short 543 ## 0x21f .short 105 ## 0x69 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\027\026" .short 546 ## 0x222 .short 246 ## 0xf6 .short 49174 ## 0xc016 .byte 1 ## 0x1 .asciz "\225\000" .short 546 ## 0x222 .short 246 ## 0xf6 .short 49174 ## 0xc016 .byte 2 ## 0x2 .asciz "\225\016" .short 550 ## 0x226 .short 246 ## 0xf6 .short 57366 ## 0xe016 .byte 1 ## 0x1 .asciz "\225\000" .short 550 ## 0x226 .short 246 ## 0xf6 .short 57366 ## 0xe016 .byte 2 ## 0x2 .asciz "\225\016" .short 562 ## 0x232 .short 192 ## 0xc0 .short 150 ## 0x96 .byte 2 ## 0x2 .asciz "\n\225" .short 562 ## 0x232 .short 210 ## 0xd2 .short 150 ## 0x96 .byte 2 ## 0x2 .asciz "\020\225" .short 562 ## 0x232 .short 208 ## 0xd0 .short 150 ## 0x96 .byte 1 ## 0x1 .asciz "\225\000" .short 590 ## 0x24e .short 4004 ## 0xfa4 .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\n\026\226" .short 590 ## 0x24e .short 4005 ## 0xfa5 .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\020\026\226" .short 590 ## 0x24e .short 4005 ## 0xfa5 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 593 ## 0x251 .short 4012 ## 0xfac .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\n\026\226" .short 593 ## 0x251 .short 4013 ## 0xfad .short 20 ## 0x14 .byte 3 ## 0x3 .ascii "\020\026\226" .short 593 ## 0x251 .short 4013 ## 0xfad .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\026\226" .short 625 ## 0x271 .short 255 ## 0xff .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\023\000" .short 625 ## 0x271 .short 232 ## 0xe8 .short 1 ## 0x1 .byte 1 ## 0x1 .asciz "\022\000" .short 626 ## 0x272 .short 255 ## 0xff .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\023\000" .short 626 ## 0x272 .short 235 ## 0xeb .short 1025 ## 0x401 .byte 1 ## 0x1 .asciz "\022\000" .short 627 ## 0x273 .short 154 ## 0x9a .short 0 ## 0x0 .byte 2 ## 0x2 .asciz "\f\r" .short 627 ## 0x273 .short 255 ## 0xff .short 24576 ## 0x6000 .byte 1 ## 0x1 .asciz "\200\000" .short 628 ## 0x274 .short 234 ## 0xea .short 0 ## 0x0 .byte 2 ## 0x2 .asciz "\f\r" .short 628 ## 0x274 .short 255 ## 0xff .short 40960 ## 0xa000 .byte 1 ## 0x1 .asciz "\200\000" .short 256 ## 0x100 .short 205 ## 0xcd .short 0 ## 0x0 .byte 1 ## 0x1 .asciz "\n\000" .short 659 ## 0x293 .short 3984 ## 0xf90 .short 80 ## 0x50 .byte 1 ## 0x1 .asciz "\200\000" .short 938 ## 0x3aa .short 200 ## 0xc8 .short 0 ## 0x0 .byte 2 ## 0x2 .asciz "\f\n" .short 901 ## 0x385 .short 194 ## 0xc2 .short 0 ## 0x0 .byte 1 ## 0x1 .asciz "\f\000" .short 902 ## 0x386 .short 202 ## 0xca .short 0 ## 0x0 .byte 1 ## 0x1 .asciz "\f\000" .short 629 ## 0x275 .short 112 ## 0x70 .short 1089 ## 0x441 .byte 1 ## 0x1 .asciz "\022\000" .short 939 ## 0x3ab .short 224 ## 0xe0 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 940 ## 0x3ac .short 224 ## 0xe0 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 941 ## 0x3ad .short 225 ## 0xe1 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 942 ## 0x3ae .short 225 ## 0xe1 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 943 ## 0x3af .short 226 ## 0xe2 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 944 ## 0x3b0 .short 227 ## 0xe3 .short 1024 ## 0x400 .byte 1 ## 0x1 .asciz "\022\000" .short 758 ## 0x2f6 .short 55513 ## 0xd8d9 .short 0 ## 0x0 .byte 0 ## 0x0 .space 3 .short 740 ## 0x2e4 .short 55488 ## 0xd8c0 .short 2056 ## 0x808 .byte 1 ## 0x1 .asciz "\t\000" .short 740 ## 0x2e4 .short 55488 ## 0xd8c0 .short 2056 ## 0x808 .byte 2 ## 0x2 .asciz "\t\017" .short 740 ## 0x2e4 .short 57025 ## 0xdec1 .short 2048 ## 0x800 .byte 0 ## 0x0 .space 3 .short 741 ## 0x2e5 .short 57024 ## 0xdec0 .short 2056 ## 0x808 .byte 1 ## 0x1 .asciz "\t\000" .short 741 ## 0x2e5 .short 57024 ## 0xdec0 .short 2056 ## 0x808 .byte 2 ## 0x2 .asciz "\t\017" .short 741 ## 0x2e5 .short 57024 ## 0xdec0 .short 2056 ## 0x808 .byte 2 ## 0x2 .asciz "\017\t" .short 741 ## 0x2e5 .short 57025 ## 0xdec1 .short 2048 ## 0x800 .byte 0 ## 0x0 .space 3 .short 742 ## 0x2e6 .short 216 ## 0xd8 .short 2064 ## 0x810 .byte 1 ## 0x1 .asciz "\200\000" .short 743 ## 0x2e7 .short 218 ## 0xda .short 2064 ## 0x810 .byte 1 ## 0x1 .asciz "\200\000" .short 744 ## 0x2e8 .short 220 ## 0xdc .short 2064 ## 0x810 .byte 1 ## 0x1 .asciz "\200\000" .short 745 ## 0x2e9 .short 222 ## 0xde .short 2064 ## 0x810 .byte 1 ## 0x1 .asciz "\200\000" .short 945 ## 0x3b1 .short 55744 ## 0xd9c0 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 946 ## 0x3b2 .short 55744 ## 0xd9c0 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 947 ## 0x3b3 .short 217 ## 0xd9 .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\200\000" .short 946 ## 0x3b2 .short 221 ## 0xdd .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\200\000" .short 948 ## 0x3b4 .short 219 ## 0xdb .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\200\000" .short 949 ## 0x3b5 .short 223 ## 0xdf .short 40976 ## 0xa010 .byte 1 ## 0x1 .asciz "\200\000" .short 950 ## 0x3b6 .short 223 ## 0xdf .short 40976 ## 0xa010 .byte 1 ## 0x1 .asciz "\200\000" .short 951 ## 0x3b7 .short 219 ## 0xdb .short 40976 ## 0xa010 .byte 1 ## 0x1 .asciz "\200\000" .short 952 ## 0x3b8 .short 223 ## 0xdf .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\200\000" .short 953 ## 0x3b9 .short 56784 ## 0xddd0 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 954 ## 0x3ba .short 56784 ## 0xddd0 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 955 ## 0x3bb .short 217 ## 0xd9 .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\200\000" .short 956 ## 0x3bc .short 217 ## 0xd9 .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\200\000" .short 954 ## 0x3ba .short 221 ## 0xdd .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\200\000" .short 957 ## 0x3bd .short 221 ## 0xdd .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\200\000" .short 958 ## 0x3be .short 223 ## 0xdf .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\200\000" .short 959 ## 0x3bf .short 223 ## 0xdf .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\200\000" .short 960 ## 0x3c0 .short 219 ## 0xdb .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\200\000" .short 961 ## 0x3c1 .short 219 ## 0xdb .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\200\000" .short 962 ## 0x3c2 .short 56792 ## 0xddd8 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 963 ## 0x3c3 .short 223 ## 0xdf .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 964 ## 0x3c4 .short 223 ## 0xdf .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 965 ## 0x3c5 .short 219 ## 0xdb .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 966 ## 0x3c6 .short 223 ## 0xdf .short 49168 ## 0xc010 .byte 1 ## 0x1 .asciz "\200\000" .short 935 ## 0x3a7 .short 55752 ## 0xd9c8 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 967 ## 0x3c7 .short 56800 ## 0xdde0 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 968 ## 0x3c8 .short 56808 ## 0xdde8 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\t\000" .short 969 ## 0x3c9 .short 56291 ## 0xdbe3 .short 32 ## 0x20 .byte 0 ## 0x0 .space 3 .short 970 ## 0x3ca .short 217 ## 0xd9 .short 40976 ## 0xa010 .byte 1 ## 0x1 .asciz "\200\000" .short 971 ## 0x3cb .short 217 ## 0xd9 .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 972 ## 0x3cc .short 217 ## 0xd9 .short 57392 ## 0xe030 .byte 1 ## 0x1 .asciz "\200\000" .short 936 ## 0x3a8 .short 57312 ## 0xdfe0 .short 0 ## 0x0 .byte 1 ## 0x1 .asciz "\016\000" .short 936 ## 0x3a8 .short 221 ## 0xdd .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 973 ## 0x3cd .short 57312 ## 0xdfe0 .short 32 ## 0x20 .byte 1 ## 0x1 .asciz "\016\000" .short 973 ## 0x3cd .short 57312 ## 0xdfe0 .short 32 ## 0x20 .byte 0 ## 0x0 .space 3 .short 973 ## 0x3cd .short 221 ## 0xdd .short 57392 ## 0xe030 .byte 1 ## 0x1 .asciz "\200\000" .short 974 ## 0x3ce .short 56290 ## 0xdbe2 .short 32 ## 0x20 .byte 0 ## 0x0 .space 3 .short 975 ## 0x3cf .short 217 ## 0xd9 .short 49168 ## 0xc010 .byte 1 ## 0x1 .asciz "\200\000" .short 976 ## 0x3d0 .short 217 ## 0xd9 .short 49200 ## 0xc030 .byte 1 ## 0x1 .asciz "\200\000" .short 977 ## 0x3d1 .short 217 ## 0xd9 .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\200\000" .short 978 ## 0x3d2 .short 221 ## 0xdd .short 49168 ## 0xc010 .byte 1 ## 0x1 .asciz "\200\000" .short 979 ## 0x3d3 .short 221 ## 0xdd .short 49200 ## 0xc030 .byte 1 ## 0x1 .asciz "\200\000" .short 980 ## 0x3d4 .short 221 ## 0xdd .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\200\000" .short 981 ## 0x3d5 .short 56768 ## 0xddc0 .short 32776 ## 0x8008 .byte 1 ## 0x1 .asciz "\t\000" .short 982 ## 0x3d6 .short 57280 ## 0xdfc0 .short 32776 ## 0x8008 .byte 1 ## 0x1 .asciz "\t\000" .short 983 ## 0x3d7 .short 4014 ## 0xfae .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\200\000" .short 984 ## 0x3d8 .short 4014 ## 0xfae .short 8208 ## 0x2010 .byte 1 ## 0x1 .asciz "\200\000" .short 985 ## 0x3d9 .short 99 ## 0x63 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\001\201" .short 986 ## 0x3da .short 3842 ## 0xf02 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\202\002" .short 987 ## 0x3db .short 3841 ## 0xf01 .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\200\000" .short 988 ## 0x3dc .short 3841 ## 0xf01 .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\200\000" .short 989 ## 0x3dd .short 3840 ## 0xf00 .short 16400 ## 0x4010 .byte 1 ## 0x1 .asciz "\225\000" .short 990 ## 0x3de .short 3841 ## 0xf01 .short 49168 ## 0xc010 .byte 1 ## 0x1 .asciz "\225\000" .short 737 ## 0x2e1 .short 3843 ## 0xf03 .short 20 ## 0x14 .byte 2 ## 0x2 .asciz "\225\025" .short 991 ## 0x3df .short 3840 ## 0xf00 .short 24592 ## 0x6010 .byte 1 ## 0x1 .asciz "\225\000" .short 992 ## 0x3e0 .short 3841 ## 0xf01 .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\200\000" .short 993 ## 0x3e1 .short 3841 ## 0xf01 .short 8208 ## 0x2010 .byte 1 ## 0x1 .asciz "\200\000" .short 994 ## 0x3e2 .short 3840 ## 0xf00 .short 16 ## 0x10 .byte 1 ## 0x1 .asciz "\225\000" .short 995 ## 0x3e3 .short 3841 ## 0xf01 .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\225\000" .short 996 ## 0x3e4 .short 3840 ## 0xf00 .short 8208 ## 0x2010 .byte 1 ## 0x1 .asciz "\201\000" .short 997 ## 0x3e5 .short 3840 ## 0xf00 .short 32784 ## 0x8010 .byte 1 ## 0x1 .asciz "\225\000" .short 998 ## 0x3e6 .short 3840 ## 0xf00 .short 40976 ## 0xa010 .byte 1 ## 0x1 .asciz "\225\000" .short 999 ## 0x3e7 .short 4040 ## 0xfc8 .short 8 ## 0x8 .byte 1 ## 0x1 .asciz "\002\000" .short 788 ## 0x314 .short 4032 ## 0xfc0 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\025\225" .short 792 ## 0x318 .short 4016 ## 0xfb0 .short 22 ## 0x16 .byte 2 ## 0x2 .asciz "\025\225" .short 1000 ## 0x3e8 .short 3841 ## 0xf01 .short 57360 ## 0xe010 .byte 1 ## 0x1 .asciz "\200\000" .short 1001 ## 0x3e9 .short 98 ## 0x62 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\002\200" .short 1002 ## 0x3ea .short 98 ## 0x62 .short 272 ## 0x110 .byte 2 ## 0x2 .asciz "\001\200" .short 1003 ## 0x3eb .short 4039 ## 0xfc7 .short 8208 ## 0x2010 .byte 1 ## 0x1 .asciz "\200\000" .short 689 ## 0x2b1 .short 3904 ## 0xf40 .short 80 ## 0x50 .byte 2 ## 0x2 .asciz "\202\002" .short 1004 ## 0x3ec .short 56000 ## 0xdac0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1005 ## 0x3ed .short 56008 ## 0xdac8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1006 ## 0x3ee .short 56016 ## 0xdad0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1007 ## 0x3ef .short 56024 ## 0xdad8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1008 ## 0x3f0 .short 56256 ## 0xdbc0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1009 ## 0x3f1 .short 56264 ## 0xdbc8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1010 ## 0x3f2 .short 56272 ## 0xdbd0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1011 ## 0x3f3 .short 56280 ## 0xdbd8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1012 ## 0x3f4 .short 56296 ## 0xdbe8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1013 ## 0x3f5 .short 56304 ## 0xdbf0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1014 ## 0x3f6 .short 57320 ## 0xdfe8 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1015 ## 0x3f7 .short 57328 ## 0xdff0 .short 8 ## 0x8 .byte 2 ## 0x2 .asciz "\t\017" .short 1016 ## 0x3f8 .short 3950 ## 0xf6e .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\202\003" .short 1016 ## 0x3f8 .short 3966 ## 0xf7e .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\003\202" .short 1017 ## 0x3f9 .short 3951 ## 0xf6f .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1017 ## 0x3f9 .short 3967 ## 0xf7f .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\003\203" .short 1018 ## 0x3fa .short 3947 ## 0xf6b .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1019 ## 0x3fb .short 3939 ## 0xf63 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1020 ## 0x3fc .short 3943 ## 0xf67 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1021 ## 0x3fd .short 4092 ## 0xffc .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1022 ## 0x3fe .short 4093 ## 0xffd .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1023 ## 0x3ff .short 4094 ## 0xffe .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1024 ## 0x400 .short 4076 ## 0xfec .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1025 ## 0x401 .short 4077 ## 0xfed .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1026 ## 0x402 .short 4060 ## 0xfdc .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1027 ## 0x403 .short 4061 ## 0xfdd .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1028 ## 0x404 .short 4059 ## 0xfdb .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1029 ## 0x405 .short 4063 ## 0xfdf .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1030 ## 0x406 .short 3956 ## 0xf74 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1031 ## 0x407 .short 3957 ## 0xf75 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1032 ## 0x408 .short 3958 ## 0xf76 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1033 ## 0x409 .short 3940 ## 0xf64 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1034 ## 0x40a .short 3941 ## 0xf65 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1035 ## 0x40b .short 3942 ## 0xf66 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1036 ## 0x40c .short 4085 ## 0xff5 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1037 ## 0x40d .short 4069 ## 0xfe5 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1038 ## 0x40e .short 4053 ## 0xfd5 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1039 ## 0x40f .short 4075 ## 0xfeb .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1040 ## 0x410 .short 4081 ## 0xff1 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1040 ## 0x410 .short 3953 ## 0xf71 .short 49168 ## 0xc010 .byte 2 ## 0x2 .asciz "\n\003" .short 1041 ## 0x411 .short 4082 ## 0xff2 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1041 ## 0x411 .short 3954 ## 0xf72 .short 49168 ## 0xc010 .byte 2 ## 0x2 .asciz "\n\003" .short 1042 ## 0x412 .short 4083 ## 0xff3 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1042 ## 0x412 .short 3955 ## 0xf73 .short 49168 ## 0xc010 .byte 2 ## 0x2 .asciz "\n\003" .short 1043 ## 0x413 .short 4065 ## 0xfe1 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1043 ## 0x413 .short 3953 ## 0xf71 .short 32784 ## 0x8010 .byte 2 ## 0x2 .asciz "\n\003" .short 1044 ## 0x414 .short 4066 ## 0xfe2 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1044 ## 0x414 .short 3954 ## 0xf72 .short 32784 ## 0x8010 .byte 2 ## 0x2 .asciz "\n\003" .short 1045 ## 0x415 .short 4049 ## 0xfd1 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1045 ## 0x415 .short 3953 ## 0xf71 .short 16400 ## 0x4010 .byte 2 ## 0x2 .asciz "\n\003" .short 1046 ## 0x416 .short 4050 ## 0xfd2 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1046 ## 0x416 .short 3954 ## 0xf72 .short 16400 ## 0x4010 .byte 2 ## 0x2 .asciz "\n\003" .short 1047 ## 0x417 .short 4051 ## 0xfd3 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1047 ## 0x417 .short 3955 ## 0xf73 .short 16400 ## 0x4010 .byte 2 ## 0x2 .asciz "\n\003" .short 1048 ## 0x418 .short 4088 ## 0xff8 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1049 ## 0x419 .short 4089 ## 0xff9 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1050 ## 0x41a .short 4090 ## 0xffa .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1051 ## 0x41b .short 4072 ## 0xfe8 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1052 ## 0x41c .short 4073 ## 0xfe9 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1053 ## 0x41d .short 4056 ## 0xfd8 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1054 ## 0x41e .short 4057 ## 0xfd9 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1055 ## 0x41f .short 3944 ## 0xf68 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1056 ## 0x420 .short 3945 ## 0xf69 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1057 ## 0x421 .short 3946 ## 0xf6a .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1058 ## 0x422 .short 3936 ## 0xf60 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1059 ## 0x423 .short 3937 ## 0xf61 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1060 ## 0x424 .short 3938 ## 0xf62 .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .short 1061 ## 0x425 .short 4079 ## 0xfef .short 16 ## 0x10 .byte 2 ## 0x2 .asciz "\203\003" .space 10 .p2align 4 ## @op0_codes _op0_codes: .short 96 ## 0x60 .short 97 ## 0x61 .short 248 ## 0xf8 .short 252 ## 0xfc .short 250 ## 0xfa .short 3846 ## 0xf06 .short 245 ## 0xf5 .short 159 ## 0x9f .short 158 ## 0x9e .short 156 ## 0x9c .short 157 ## 0x9d .short 156 ## 0x9c .short 157 ## 0x9d .short 249 ## 0xf9 .short 253 ## 0xfd .short 251 ## 0xfb .short 55 ## 0x37 .short 63 ## 0x3f .short 39 ## 0x27 .short 47 ## 0x2f .short 54538 ## 0xd50a .short 54282 ## 0xd40a .short 26264 ## 0x6698 .short 26265 ## 0x6699 .short 152 ## 0x98 .short 153 ## 0x99 .short 26264 ## 0x6698 .short 152 ## 0x98 .short 26265 ## 0x6699 .short 153 ## 0x99 .short 204 ## 0xcc .short 206 ## 0xce .short 207 ## 0xcf .short 4010 ## 0xfaa .short 244 ## 0xf4 .short 155 ## 0x9b .short 144 ## 0x90 .short 215 ## 0xd7 .short 103 ## 0x67 .short 103 ## 0x67 .short 102 ## 0x66 .short 102 ## 0x66 .short 240 ## 0xf0 .short 243 ## 0xf3 .short 243 ## 0xf3 .short 243 ## 0xf3 .short 242 ## 0xf2 .short 242 ## 0xf2 .short 3848 ## 0xf08 .short 3849 ## 0xf09 .short 4002 ## 0xfa2 .short 3888 ## 0xf30 .short 3889 ## 0xf31 .short 3890 ## 0xf32 .short 3891 ## 0xf33 .short 3851 ## 0xf0b .short 201 ## 0xc9 .short 195 ## 0xc3 .short 203 ## 0xcb .short 56041 ## 0xdae9 .short 55780 ## 0xd9e4 .short 55781 ## 0xd9e5 .short 55784 ## 0xd9e8 .short 55785 ## 0xd9e9 .short 55786 ## 0xd9ea .short 55787 ## 0xd9eb .short 55788 ## 0xd9ec .short 55789 ## 0xd9ed .short 55790 ## 0xd9ee .short 55792 ## 0xd9f0 .short 55793 ## 0xd9f1 .short 55794 ## 0xd9f2 .short 55795 ## 0xd9f3 .short 55796 ## 0xd9f4 .short 55797 ## 0xd9f5 .short 55798 ## 0xd9f6 .short 55799 ## 0xd9f7 .short 55800 ## 0xd9f8 .short 55801 ## 0xd9f9 .short 55802 ## 0xd9fa .short 55803 ## 0xd9fb .short 55804 ## 0xd9fc .short 55805 ## 0xd9fd .short 55806 ## 0xd9fe .short 55807 ## 0xd9ff .short 55776 ## 0xd9e0 .short 55777 ## 0xd9e1 .short 56291 ## 0xdbe3 .short 56290 ## 0xdbe2 .short 55760 ## 0xd9d0 .short 155 ## 0x9b .short 55753 ## 0xd9c9 .short 57312 ## 0xdfe0 .short 3959 ## 0xf77 .section __TEXT,__cstring,cstring_literals L_.str.226: ## @.str.226 .asciz "unknown opcode '%s'" .section __TEXT,__const _reg_to_size: ## @reg_to_size .ascii "\000\000\001\000\002" .section __TEXT,__cstring,cstring_literals L_.str.227: ## @.str.227 .asciz "cannot infer opcode suffix" .section __TEXT,__const .p2align 4 ## @test_bits _test_bits: .ascii "\000\001\002\002\002\003\003\003\004\004\005\005\006\006\007\007\b\t\n\n\013\013\f\f\r\r\016\016\017\017" .section __TEXT,__cstring,cstring_literals L_.str.228: ## @.str.228 .asciz "invalid displacement" L_.str.229: ## @.str.229 .asciz "cannot relocate" L_.str.230: ## @.str.230 .asciz "unknown register" L_.str.231: ## @.str.231 .asciz "32 bit register" L_.str.232: ## @.str.232 .asciz "1, 2, 4 or 8 constant" L_.str.233: ## @.str.233 .asciz "declaration list" L_.str.234: ## @.str.234 .asciz "declaration for parameter '%s' but no such parameter" L_.str.235: ## @.str.235 .asciz "storage class specified for '%s'" L_.str.236: ## @.str.236 .asciz "label '%s' declared but not used" L_.str.237: ## @.str.237 .asciz "label '%s' used but not defined" L_.str.238: ## @.str.238 .asciz "too many asm operands" L_.str.239: ## @.str.239 .asciz "memory" L_.str.240: ## @.str.240 .asciz "cc" L_.str.241: ## @.str.241 .asciz "invalid clobber register '%s'" L_.str.242: ## @.str.242 .asciz "invalid reference in constraint %d ('%s')" L_.str.243: ## @.str.243 .asciz "cannot reference twice the same operand" L_.str.244: ## @.str.244 .asciz "'%c' modifier can only be applied to outputs" L_.str.245: ## @.str.245 .asciz "asm constraint %d ('%s') could not be satisfied" L_.str.246: ## @.str.246 .asciz "could not find free output register for reloading" L_.str.247: ## @.str.247 .asciz "unknown constraint '%c'" L_.str.248: ## @.str.248 .asciz "invalid operand reference after %%" L_.str.249: ## @.str.249 .asciz "%d" L_.str.250: ## @.str.250 .asciz "%d(%%ebp)" L_.str.251: ## @.str.251 .asciz "internal compiler error" L_.str.252: ## @.str.252 .asciz "(%%%s)" L_.str.253: ## @.str.253 .asciz "cannot use byte register" L_.str.254: ## @.str.254 .asciz "%%%s" .section __DATA,__data _asm_gen_code.reg_saved: ## @asm_gen_code.reg_saved .ascii "\003\006\007" .section __TEXT,__cstring,cstring_literals L_.str.255: ## @.str.255 .asciz "type" L_.str.256: ## @.str.256 .asciz "too many arguments to function" L_.str.257: ## @.str.257 .asciz "out of pack stack" L_.str.258: ## @.str.258 .asciz "invalid pack pragma" L_.str.259: ## @.str.259 .asciz "unknown escape sequence: '\\%c'" L_.str.260: ## @.str.260 .asciz "unknown escape sequence: '\\x%x'" .zerofill __DATA,__bss,_macro_ptr_allocated,8,3 ## @macro_ptr_allocated L_.str.261: ## @.str.261 .asciz "%s %2d %d" .section __TEXT,__const .p2align 4 ## @ab_month_name _ab_month_name: .asciz "Jan" .asciz "Feb" .asciz "Mar" .asciz "Apr" .asciz "May" .asciz "Jun" .asciz "Jul" .asciz "Aug" .asciz "Sep" .asciz "Oct" .asciz "Nov" .asciz "Dec" .section __TEXT,__cstring,cstring_literals L_.str.262: ## @.str.262 .asciz "%02d:%02d:%02d" L_.str.263: ## @.str.263 .asciz "macro '%s' used with too many args" L_.str.264: ## @.str.264 .asciz "," L_.str.265: ## @.str.265 .asciz "macro '%s' used with too few args" L_.str.266: ## @.str.266 .asciz "pasting \"%s\" and \"%s\" does not give a valid preprocessing token" L_.str.267: ## @.str.267 .asciz "comparison between pointer and integer" L_.str.268: ## @.str.268 .asciz "invalid operands to binary %s" L_.str.269: ## @.str.269 .asciz "comparison of distinct pointer types lacks a cast" L_.str.270: ## @.str.270 .asciz "assignment makes pointer from integer without a cast" L_.str.271: ## @.str.271 .asciz "assignment discards qualifiers from pointer target type" L_.str.272: ## @.str.272 .asciz "assignment makes integer from pointer without a cast" L_.str.273: ## @.str.273 .asciz "cannot cast '%s' to '%s'" L_.str.274: ## @.str.274 .asciz "lvalue" L_.str.275: ## @.str.275 .asciz "invalid macro name '%s'" L_.str.276: ## @.str.276 .asciz "badly punctuated parameter list" .zerofill __DATA,__bss,_define_stack,8,3 ## @define_stack L_.str.277: ## @.str.277 .asciz "__bounds_start" L_.str.278: ## @.str.278 .asciz "%s/%s" L_.str.279: ## @.str.279 .asciz "bcheck.o" L_.str.280: ## @.str.280 .asciz ".init" L_.str.281: ## @.str.281 .asciz "c" L_.str.282: ## @.str.282 .asciz "libtcc1.a" L_.str.283: ## @.str.283 .asciz "/usr/lib/crtn.o" L_.str.284: ## @.str.284 .asciz "_etext" L_.str.285: ## @.str.285 .asciz "_edata" L_.str.286: ## @.str.286 .asciz "_end" L_.str.287: ## @.str.287 .asciz ".preinit_array" L_.str.288: ## @.str.288 .asciz ".init_array" L_.str.289: ## @.str.289 .asciz ".fini_array" L_.str.290: ## @.str.290 .asciz "__start_%s" L_.str.291: ## @.str.291 .asciz "__stop_%s" L_.str.292: ## @.str.292 .asciz "__%s_start" L_.str.293: ## @.str.293 .asciz "__%s_end" L_.str.294: ## @.str.294 .asciz ".got" L_.str.295: ## @.str.295 .asciz "_GLOBAL_OFFSET_TABLE_" L_.str.296: ## @.str.296 .asciz ".rel%s" L_.str.297: ## @.str.297 .asciz "0x%08lx:" L_.str.298: ## @.str.298 .asciz " ???\n" L_.str.299: ## @.str.299 .asciz " %s()" L_.str.300: ## @.str.300 .asciz " (%s:%d" L_.str.301: ## @.str.301 .asciz ", included from %s" L_.str.302: ## @.str.302 .asciz "floating point exception" L_.str.303: ## @.str.303 .asciz "dereferencing invalid pointer" L_.str.304: ## @.str.304 .asciz "illegal instruction" L_.str.305: ## @.str.305 .asciz "abort() called" L_.str.306: ## @.str.306 .asciz "caught signal %d" L_.str.307: ## @.str.307 .asciz "file '%s' not found" L_.str.308: ## @.str.308 .asciz "S" L_.str.309: ## @.str.309 .asciz "s" L_.str.310: ## @.str.310 .asciz "could not read header" L___func__.tcc_add_file_internal: ## @__func__.tcc_add_file_internal .asciz "tcc_add_file_internal" L_.str.311: ## @.str.311 .asciz "unrecognized ELF file" L_.str.312: ## @.str.312 .asciz "!<arch>\n" L_.str.313: ## @.str.313 .asciz "unrecognized file type" L_.str.314: ## @.str.314 .asciz "declaration" L_.str.315: ## @.str.315 .asciz "invalid object file" L_.str.316: ## @.str.316 .asciz "object must contain only one symtab" L_.str.317: ## @.str.317 .asciz ".gnu.linkonce" L_.str.318: ## @.str.318 .asciz "invalid section type" L_.str.319: ## @.str.319 .asciz "Invalid relocation entry" L_.str.320: ## @.str.320 .asciz "bad architecture" L_.str.321: ## @.str.321 .asciz "referenced dll '%s' not found" L_.str.322: ## @.str.322 .asciz "invalid archive" L_.str.323: ## @.str.323 .asciz "//" L_.str.324: ## @.str.324 .asciz "__.SYMDEF" L_.str.325: ## @.str.325 .asciz "__.SYMDEF/" L_.str.326: ## @.str.326 .asciz "ARFILENAMES/" L_.str.327: ## @.str.327 .asciz "INPUT" L_.str.328: ## @.str.328 .asciz "GROUP" L_.str.329: ## @.str.329 .asciz "filename expected" L_.str.330: ## @.str.330 .asciz "OUTPUT_FORMAT" L_.str.331: ## @.str.331 .asciz "TARGET" L_.str.332: ## @.str.332 .asciz "/.-_+=$:\\,~" L_.str.333: ## @.str.333 .asciz "'%s' defined twice" L_.str.334: ## @.str.334 .asciz "tinycc-extras" L_.str.335: ## @.str.335 .asciz "unsupported" L_.str.336: ## @.str.336 .asciz "write-strings" L_.str.337: ## @.str.337 .asciz "error" L_.str.338: ## @.str.338 .asciz "implicit-function-declaration" L_.str.339: ## @.str.339 .asciz "unsigned-char" L_.str.340: ## @.str.340 .asciz "signed-char" L_.str.341: ## @.str.341 .asciz "common" L_.str.342: ## @.str.342 .asciz "leading-underscore" L_.str.343: ## @.str.343 .asciz "h" L_.str.344: ## @.str.344 .asciz "?" L_.str.345: ## @.str.345 .asciz "I" L_.str.346: ## @.str.346 .asciz "D" L_.str.347: ## @.str.347 .asciz "U" L_.str.348: ## @.str.348 .asciz "L" L_.str.349: ## @.str.349 .asciz "B" L_.str.350: ## @.str.350 .asciz "l" L_.str.351: ## @.str.351 .asciz "bench" L_.str.352: ## @.str.352 .asciz "bt" L_.str.353: ## @.str.353 .asciz "b" L_.str.354: ## @.str.354 .asciz "g" L_.str.355: ## @.str.355 .asciz "static" L_.str.356: ## @.str.356 .asciz "shared" L_.str.357: ## @.str.357 .asciz "run" L_.str.358: ## @.str.358 .asciz "rdynamic" L_.str.359: ## @.str.359 .asciz "r" L_.str.360: ## @.str.360 .asciz "Wl," L_.str.361: ## @.str.361 .asciz "W" L_.str.362: ## @.str.362 .asciz "O" L_.str.363: ## @.str.363 .asciz "m" L_.str.364: ## @.str.364 .asciz "f" L_.str.365: ## @.str.365 .asciz "nostdinc" L_.str.366: ## @.str.366 .asciz "nostdlib" L_.str.367: ## @.str.367 .asciz "print-search-dirs" L_.str.368: ## @.str.368 .asciz "v" L_.str.369: ## @.str.369 .asciz "w" L_.str.370: ## @.str.370 .asciz "pipe" .subsections_via_symbols
the_stack_data/112846.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w0, #1 bl _isatty ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $1, %edi callq _isatty addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/100141813.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _BuildTheProdMasterPackYouBugger ; -- Begin function BuildTheProdMasterPackYouBugger .p2align 2 _BuildTheProdMasterPackYouBugger: ; @BuildTheProdMasterPackYouBugger .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 _BuildTheProdMasterPackYouBugger ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _BuildTheProdMasterPackYouBugger ## -- Begin function BuildTheProdMasterPackYouBugger .p2align 4, 0x90 _BuildTheProdMasterPackYouBugger: ## @BuildTheProdMasterPackYouBugger .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _BuildTheProdMasterPackYouBugger popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/689187.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add ; -- Begin function add .p2align 2 _add: ; @add .cfi_startproc ; %bb.0: sub sp, sp, #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 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w0, #3 mov w1, #4 bl _add str w0, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #8] add w0, w8, w9 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _add ## -- Begin function add .p2align 4, 0x90 _add: ## @add .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %eax addl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $3, %edi movl $4, %esi callq _add movl %eax, -8(%rbp) movl -8(%rbp), %eax addl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/97011862.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _format_seconds ; -- Begin function format_seconds .p2align 2 _format_seconds: ; @format_seconds .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_6 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, #46 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #8] ldrsw x9, [sp, #4] add x9, x8, x9 mov w8, #44 strb w8, [x9] b LBB0_6 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_6: ldr x8, [sp, #8] ldr w9, [sp, #4] add w9, w9, #4 add x8, x8, w9, sxtw strb wzr, [x8] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function make_time lCPI1_0: .quad 0x404e000000000000 ; double 60 .section __TEXT,__text,regular,pure_instructions .globl _make_time .p2align 2 _make_time: ; @make_time .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str d0, [sp, #16] ldr d1, [sp, #16] ldr x8, [sp, #24] ldr d0, [x8] fadd d0, d0, d1 str d0, [x8] ldr d0, [sp, #16] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB1_8 b LBB1_1 LBB1_1: b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr d0, [x8] adrp x8, lCPI1_0@PAGE ldr d1, [x8, lCPI1_0@PAGEOFF] fcmp d0, d1 cset w8, lt tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #24] ldr d0, [x8] adrp x9, lCPI1_0@PAGE ldr d1, [x9, lCPI1_0@PAGEOFF] fsub d0, d0, d1 str d0, [x8] ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_2 LBB1_4: b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #60 cset w8, lt tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #60 str w8, [x9] ldur x9, [x29, #-8] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_5 LBB1_7: b LBB1_19 LBB1_8: b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr d0, [x8] fcmp d0, #0.0 cset w8, pl tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldr x8, [sp, #24] ldr d0, [x8] adrp x9, lCPI1_0@PAGE ldr d1, [x9, lCPI1_0@PAGEOFF] fadd d0, d0, d1 str d0, [x8] ldur x9, [x29, #-16] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB1_9 LBB1_11: b LBB1_12 LBB1_12: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_12 Depth=1 ldur x9, [x29, #-16] ldr w8, [x9] add w8, w8, #60 str w8, [x9] ldur x9, [x29, #-8] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB1_12 LBB1_14: ldur x8, [x29, #-8] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_18 b LBB1_15 LBB1_15: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: mov w0, #3 bl _exit LBB1_17: b LBB1_18 LBB1_18: b LBB1_19 LBB1_19: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print_time ; -- Begin function print_time .p2align 2 _print_time: ; @print_time .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] str x2, [sp, #16] str x3, [sp, #8] ldur w8, [x29, #-4] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB2_3 b LBB2_1 LBB2_1: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ldr x0, [sp, #8] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB2_4 LBB2_3: ldr x0, [sp, #8] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf b LBB2_4 LBB2_4: ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ldr x0, [sp, #8] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB2_7 LBB2_6: ldr x0, [sp, #8] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf b LBB2_7 LBB2_7: ldr x0, [sp, #16] bl _atof fmov d1, #10.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: ldr x0, [sp, #8] ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf b LBB2_10 LBB2_9: ldr x0, [sp, #8] ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf b LBB2_10 LBB2_10: 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 format lCPI3_0: .quad 0x408f400000000000 ; double 1000 .section __TEXT,__text,regular,pure_instructions .globl _format .p2align 2 _format: ; @format .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, #352 sub x8, x29, #88 stur x8, [x29, #-224] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur x0, [x29, #-96] stur x1, [x29, #-104] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _fopen stur x0, [x29, #-112] ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf mov w0, #3 bl _exit LBB3_2: ldur x0, [x29, #-104] bl _atof stur d0, [x29, #-120] ldur x0, [x29, #-96] mov x1, #0 stur x1, [x29, #-248] ; 8-byte Folded Spill mov w2, #2 bl _fseek ldur x0, [x29, #-96] bl _ftell ldur x1, [x29, #-248] ; 8-byte Folded Reload stur x0, [x29, #-128] ldur x0, [x29, #-96] mov w2, #0 bl _fseek ldur x8, [x29, #-128] mov x9, sp stur x9, [x29, #-136] lsr x9, x8, #0 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-240] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-240] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-232] ; 8-byte Folded Spill stur x8, [x29, #-144] stur wzr, [x29, #-208] sub x0, x29, #88 mov w1, #0 mov x2, #48 bl _memset ldur x9, [x29, #-224] ; 8-byte Folded Reload adrp x8, l_.str.10@PAGE add x8, x8, l_.str.10@PAGEOFF stur x8, [x29, #-88] adrp x8, l_.str.11@PAGE add x8, x8, l_.str.11@PAGEOFF str x8, [x9, #8] adrp x8, l_.str.12@PAGE add x8, x8, l_.str.12@PAGEOFF str x8, [x9, #16] adrp x8, l_.str.13@PAGE add x8, x8, l_.str.13@PAGEOFF str x8, [x9, #24] adrp x8, l_.str.14@PAGE add x8, x8, l_.str.14@PAGEOFF str x8, [x9, #32] adrp x8, l_.str.15@PAGE add x8, x8, l_.str.15@PAGEOFF str x8, [x9, #40] b LBB3_3 LBB3_3: ; =>This Loop Header: Depth=1 ; Child Loop BB3_12 Depth 2 ; Child Loop BB3_14 Depth 3 ldur x0, [x29, #-232] ; 8-byte Folded Reload ldur x8, [x29, #-128] mov x1, x8 ldur x2, [x29, #-96] bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB3_24 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=1 ldur w8, [x29, #-208] stur w8, [x29, #-252] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_7 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=1 ldur w8, [x29, #-252] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_8 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_3 Depth=1 ldur w8, [x29, #-252] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB3_9 b LBB3_23 LBB3_7: ; in Loop: Header=BB3_3 Depth=1 ldur x0, [x29, #-232] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp sub x8, x29, #148 str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF sub x8, x29, #8 stur x1, [x8, #-256] ; 8-byte Folded Spill bl _sscanf sub x8, x29, #8 ldur x1, [x8, #-256] ; 8-byte Folded Reload add sp, sp, #16 ldur x0, [x29, #-112] ldur w9, [x29, #-148] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] bl _fprintf add sp, sp, #16 ldur x0, [x29, #-112] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf ldur w8, [x29, #-208] add w8, w8, #1 stur w8, [x29, #-208] b LBB3_23 LBB3_8: ; in Loop: Header=BB3_3 Depth=1 ldur x0, [x29, #-232] ; 8-byte Folded Reload sub sp, sp, #64 mov x9, sp sub x8, x29, #96 stur x9, [x8, #-256] ; 8-byte Folded Spill sub x8, x29, #152 sub x10, x29, #72 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9] sub x8, x29, #160 sub x10, x29, #88 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9, #8] sub x8, x29, #176 sub x10, x29, #80 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9, #16] sub x8, x29, #192 str x8, [x9, #24] sub x8, x29, #156 sub x10, x29, #64 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9, #32] sub x8, x29, #164 sub x10, x29, #56 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9, #40] sub x8, x29, #184 sub x10, x29, #48 stur x8, [x10, #-256] ; 8-byte Folded Spill str x8, [x9, #48] sub x8, x29, #200 str x8, [x9, #56] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _sscanf sub x8, x29, #88 ldur x1, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #80 ldur x2, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #72 ldur x0, [x8, #-256] ; 8-byte Folded Reload add sp, sp, #64 ldur d0, [x29, #-192] adrp x8, lCPI3_0@PAGE ldr d1, [x8, lCPI3_0@PAGEOFF] fdiv d2, d0, d1 ldur d0, [x29, #-176] fadd d0, d0, d2 stur d0, [x29, #-176] ldur d0, [x29, #-200] fdiv d1, d0, d1 ldur d0, [x29, #-184] fadd d0, d0, d1 stur d0, [x29, #-184] ldur d0, [x29, #-120] bl _make_time sub x8, x29, #64 ldur x0, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #56 ldur x1, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #48 ldur x2, [x8, #-256] ; 8-byte Folded Reload ldur d0, [x29, #-120] bl _make_time ldur d0, [x29, #-176] sub sp, sp, #16 mov x8, sp str d0, [x8] sub x0, x29, #34 sub x8, x29, #16 stur x0, [x8, #-256] ; 8-byte Folded Spill mov w1, #0 sub x8, x29, #36 stur w1, [x8, #-256] ; 4-byte Folded Spill mov x2, #10 sub x8, x29, #32 stur x2, [x8, #-256] ; 8-byte Folded Spill adrp x3, l_.str.18@PAGE add x3, x3, l_.str.18@PAGEOFF sub x8, x29, #24 stur x3, [x8, #-256] ; 8-byte Folded Spill bl ___sprintf_chk sub x8, x29, #16 ldur x0, [x8, #-256] ; 8-byte Folded Reload add sp, sp, #16 bl _format_seconds sub x8, x29, #16 ldur x2, [x8, #-256] ; 8-byte Folded Reload ldur w0, [x29, #-152] ldur w1, [x29, #-160] ldur x3, [x29, #-112] bl _print_time ldur x0, [x29, #-112] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _fprintf sub x8, x29, #36 ldur w1, [x8, #-256] ; 4-byte Folded Reload sub x8, x29, #32 ldur x2, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #24 ldur x3, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #16 ldur x0, [x8, #-256] ; 8-byte Folded Reload ldur d0, [x29, #-184] sub sp, sp, #16 mov x8, sp str d0, [x8] bl ___sprintf_chk sub x8, x29, #16 ldur x0, [x8, #-256] ; 8-byte Folded Reload add sp, sp, #16 bl _format_seconds sub x8, x29, #16 ldur x2, [x8, #-256] ; 8-byte Folded Reload ldur w0, [x29, #-156] ldur w1, [x29, #-164] ldur x3, [x29, #-112] bl _print_time ldur x0, [x29, #-112] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf ldur w8, [x29, #-208] add w8, w8, #1 stur w8, [x29, #-208] b LBB3_23 LBB3_9: ; in Loop: Header=BB3_3 Depth=1 ldur x0, [x29, #-232] ; 8-byte Folded Reload adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_3 Depth=1 ldur x0, [x29, #-112] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf stur wzr, [x29, #-208] b LBB3_22 LBB3_11: ; in Loop: Header=BB3_3 Depth=1 stur wzr, [x29, #-212] b LBB3_12 LBB3_12: ; Parent Loop BB3_3 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB3_14 Depth 3 ldur w8, [x29, #-212] subs w8, w8, #6 cset w8, ge tbnz w8, #0, LBB3_21 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_12 Depth=2 b LBB3_14 LBB3_14: ; Parent Loop BB3_3 Depth=1 ; Parent Loop BB3_12 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x0, [x29, #-232] ; 8-byte Folded Reload ldursw x9, [x29, #-212] sub x8, x29, #88 ldr x1, [x8, x9, lsl #3] bl _strstr subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB3_19 b LBB3_15 LBB3_15: ; in Loop: Header=BB3_14 Depth=3 ldur x0, [x29, #-232] ; 8-byte Folded Reload ldursw x9, [x29, #-212] sub x8, x29, #88 ldr x1, [x8, x9, lsl #3] bl _strstr ldur x8, [x29, #-232] ; 8-byte Folded Reload subs x8, x0, x8 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-204] ldur w8, [x29, #-212] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_17 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_14 Depth=3 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldursw x9, [x29, #-204] add x0, x8, x9 ldursw x9, [x29, #-204] add x8, x8, x9 add x1, x8, #3 mov x2, #-1 bl ___strcpy_chk b LBB3_18 LBB3_17: ; in Loop: Header=BB3_14 Depth=3 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldursw x9, [x29, #-204] add x0, x8, x9 ldursw x9, [x29, #-204] add x8, x8, x9 add x1, x8, #4 mov x2, #-1 bl ___strcpy_chk b LBB3_18 LBB3_18: ; in Loop: Header=BB3_14 Depth=3 b LBB3_14 LBB3_19: ; in Loop: Header=BB3_12 Depth=2 b LBB3_20 LBB3_20: ; in Loop: Header=BB3_12 Depth=2 ldur w8, [x29, #-212] add w8, w8, #1 stur w8, [x29, #-212] b LBB3_12 LBB3_21: ; in Loop: Header=BB3_3 Depth=1 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldur x0, [x29, #-112] sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf add sp, sp, #16 b LBB3_23 LBB3_22: ; in Loop: Header=BB3_3 Depth=1 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_3 Depth=1 b LBB3_3 LBB3_24: ldur x0, [x29, #-112] bl _fclose ldur x8, [x29, #-136] sub x9, x29, #104 stur x8, [x9, #-256] ; 8-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_26 b LBB3_25 LBB3_25: bl ___stack_chk_fail LBB3_26: sub x8, x29, #104 ldur x8, [x8, #-256] ; 8-byte Folded Reload mov sp, x8 sub sp, x29, #16 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .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] ldr x8, [sp, #16] ldr x0, [x8, #8] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _fopen str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf mov w0, #1 bl _exit LBB4_2: ldr x0, [sp, #8] ldr x8, [sp, #16] ldr x1, [x8, #16] bl _format ldr x0, [sp, #8] bl _fclose 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 "Cannot subtract that much time" l_.str.1: ; @.str.1 .asciz "Do you want to continue with negative hours? [1 - yes 0 - no]" l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "0%d:" l_.str.4: ; @.str.4 .asciz "%d:" l_.str.5: ; @.str.5 .asciz "0%s" l_.str.6: ; @.str.6 .asciz "%s" l_.str.7: ; @.str.7 .asciz "formatted_subtitle.srt" l_.str.8: ; @.str.8 .asciz "w" l_.str.9: ; @.str.9 .asciz "Could not create file\n" l_.str.10: ; @.str.10 .asciz "<b>" l_.str.11: ; @.str.11 .asciz "</b>" l_.str.12: ; @.str.12 .asciz "<i>" l_.str.13: ; @.str.13 .asciz "</i>" l_.str.14: ; @.str.14 .asciz "<u>" l_.str.15: ; @.str.15 .asciz "</u>" l_.str.16: ; @.str.16 .asciz "\n" l_.str.17: ; @.str.17 .asciz "%2d:%2d:%2lf,%3lf --> %2d:%2d:%2lf,%3lf" l_.str.18: ; @.str.18 .asciz "%lf" l_.str.19: ; @.str.19 .asciz " --> " l_.str.20: ; @.str.20 .asciz "r" l_.str.21: ; @.str.21 .asciz "Please give command line arguments [name_of_file seconds]" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _format_seconds ## -- Begin function format_seconds .p2align 4, 0x90 _format_seconds: ## @format_seconds .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_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $46, %eax jne LBB0_4 ## %bb.3: movq -8(%rbp), %rax movslq -12(%rbp), %rcx movb $44, (%rax,%rcx) jmp LBB0_6 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_6: movq -8(%rbp), %rax movl -12(%rbp), %ecx addl $4, %ecx movslq %ecx, %rcx movb $0, (%rax,%rcx) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function make_time LCPI1_0: .quad 0x404e000000000000 ## double 60 .section __TEXT,__text,regular,pure_instructions .globl _make_time .p2align 4, 0x90 _make_time: ## @make_time .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) movsd %xmm0, -32(%rbp) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -24(%rbp), %rax addsd (%rax), %xmm0 movsd %xmm0, (%rax) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB1_8 ## %bb.1: jmp LBB1_2 LBB1_2: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB1_4 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movq -24(%rbp), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero subsd %xmm1, %xmm0 movsd %xmm0, (%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) jmp LBB1_2 LBB1_4: jmp LBB1_5 LBB1_5: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpl $60, (%rax) jl LBB1_7 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl (%rax), %ecx subl $60, %ecx movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx addl $1, %ecx movl %ecx, (%rax) jmp LBB1_5 LBB1_7: jmp LBB1_19 LBB1_8: jmp LBB1_9 LBB1_9: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax xorps %xmm0, %xmm0 ucomisd (%rax), %xmm0 jbe LBB1_11 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movq -24(%rbp), %rax movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero addsd (%rax), %xmm0 movsd %xmm0, (%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) jmp LBB1_9 LBB1_11: jmp LBB1_12 LBB1_12: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpl $0, (%rax) jge LBB1_14 ## %bb.13: ## in Loop: Header=BB1_12 Depth=1 movq -16(%rbp), %rax movl (%rax), %ecx addl $60, %ecx movl %ecx, (%rax) movq -8(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) jmp LBB1_12 LBB1_14: movq -8(%rbp), %rax cmpl $0, (%rax) jge LBB1_18 ## %bb.15: leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -36(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -36(%rbp) jne LBB1_17 ## %bb.16: movl $3, %edi callq _exit LBB1_17: jmp LBB1_18 LBB1_18: jmp LBB1_19 LBB1_19: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function print_time LCPI2_0: .quad 0x4024000000000000 ## double 10 .section __TEXT,__text,regular,pure_instructions .globl _print_time .p2align 4, 0x90 _print_time: ## @print_time .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movq %rcx, -24(%rbp) cmpl $10, -4(%rbp) jge LBB2_3 ## %bb.1: cmpl $0, -4(%rbp) jl LBB2_3 ## %bb.2: movq -24(%rbp), %rdi movl -4(%rbp), %edx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf jmp LBB2_4 LBB2_3: movq -24(%rbp), %rdi movl -4(%rbp), %edx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf LBB2_4: cmpl $10, -8(%rbp) jge LBB2_6 ## %bb.5: movq -24(%rbp), %rdi movl -8(%rbp), %edx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf jmp LBB2_7 LBB2_6: movq -24(%rbp), %rdi movl -8(%rbp), %edx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf LBB2_7: movq -16(%rbp), %rdi callq _atof movaps %xmm0, %xmm1 movsd LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB2_9 ## %bb.8: movq -24(%rbp), %rdi movq -16(%rbp), %rdx leaq L_.str.5(%rip), %rsi movb $0, %al callq _fprintf jmp LBB2_10 LBB2_9: movq -24(%rbp), %rdi movq -16(%rbp), %rdx leaq L_.str.6(%rip), %rsi movb $0, %al callq _fprintf LBB2_10: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function format LCPI3_0: .quad 0x408f400000000000 ## double 1000 .section __TEXT,__text,regular,pure_instructions .globl _format .p2align 4, 0x90 _format: ## @format .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %rbx subq $248, %rsp .cfi_offset %rbx, -24 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) movq %rdi, -88(%rbp) movq %rsi, -96(%rbp) leaq L_.str.7(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _fopen movq %rax, -104(%rbp) cmpq $0, -104(%rbp) jne LBB3_2 ## %bb.1: leaq L_.str.9(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $3, %edi callq _exit LBB3_2: movq -96(%rbp), %rdi callq _atof movsd %xmm0, -112(%rbp) movq -88(%rbp), %rdi xorl %eax, %eax movl %eax, -228(%rbp) ## 4-byte Spill movl %eax, %esi movq %rsi, -240(%rbp) ## 8-byte Spill movl $2, %edx callq _fseek movq -88(%rbp), %rdi callq _ftell movq -240(%rbp), %rsi ## 8-byte Reload movl -228(%rbp), %edx ## 4-byte Reload movq %rax, -120(%rbp) movq -88(%rbp), %rdi callq _fseek movq -120(%rbp), %rax movq %rax, -224(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -128(%rbp) callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -224(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -216(%rbp) ## 8-byte Spill movq %rax, -136(%rbp) movl $0, -200(%rbp) leaq -80(%rbp), %rdi xorl %esi, %esi movl $48, %edx callq _memset leaq L_.str.10(%rip), %rax movq %rax, -80(%rbp) leaq L_.str.11(%rip), %rax movq %rax, -72(%rbp) leaq L_.str.12(%rip), %rax movq %rax, -64(%rbp) leaq L_.str.13(%rip), %rax movq %rax, -56(%rbp) leaq L_.str.14(%rip), %rax movq %rax, -48(%rbp) leaq L_.str.15(%rip), %rax movq %rax, -40(%rbp) LBB3_3: ## =>This Loop Header: Depth=1 ## Child Loop BB3_10 Depth 2 ## Child Loop BB3_12 Depth 3 movq -216(%rbp), %rdi ## 8-byte Reload movq -120(%rbp), %rax movl %eax, %esi movq -88(%rbp), %rdx callq _fgets cmpq $0, %rax je LBB3_22 ## %bb.4: ## in Loop: Header=BB3_3 Depth=1 movl -200(%rbp), %eax movl %eax, -244(%rbp) ## 4-byte Spill testl %eax, %eax je LBB3_5 jmp LBB3_25 LBB3_25: ## in Loop: Header=BB3_3 Depth=1 movl -244(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB3_6 jmp LBB3_26 LBB3_26: ## in Loop: Header=BB3_3 Depth=1 movl -244(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB3_7 jmp LBB3_21 LBB3_5: ## in Loop: Header=BB3_3 Depth=1 movq -216(%rbp), %rdi ## 8-byte Reload leaq L_.str.2(%rip), %rsi leaq -140(%rbp), %rdx movb $0, %al callq _sscanf movq -104(%rbp), %rdi movl -140(%rbp), %edx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movq -104(%rbp), %rdi leaq L_.str.16(%rip), %rsi movb $0, %al callq _fprintf movl -200(%rbp), %eax addl $1, %eax movl %eax, -200(%rbp) jmp LBB3_21 LBB3_6: ## in Loop: Header=BB3_3 Depth=1 movq -216(%rbp), %rdi ## 8-byte Reload leaq L_.str.17(%rip), %rsi leaq -144(%rbp), %rdx leaq -152(%rbp), %rcx leaq -168(%rbp), %r8 leaq -184(%rbp), %r9 leaq -148(%rbp), %rbx leaq -156(%rbp), %r11 leaq -176(%rbp), %r10 leaq -192(%rbp), %rax subq $32, %rsp movq %rbx, (%rsp) movq %r11, 8(%rsp) movq %r10, 16(%rsp) movq %rax, 24(%rsp) movb $0, %al callq _sscanf addq $32, %rsp movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 addsd -168(%rbp), %xmm0 movsd %xmm0, -168(%rbp) movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 addsd -176(%rbp), %xmm0 movsd %xmm0, -176(%rbp) movsd -112(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq -144(%rbp), %rdi leaq -152(%rbp), %rsi leaq -168(%rbp), %rdx callq _make_time movsd -112(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq -148(%rbp), %rdi leaq -156(%rbp), %rsi leaq -176(%rbp), %rdx callq _make_time leaq -26(%rbp), %rdi movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero xorl %esi, %esi movl $10, %edx leaq L_.str.18(%rip), %rcx movb $1, %al callq ___sprintf_chk leaq -26(%rbp), %rdi callq _format_seconds movl -144(%rbp), %edi movl -152(%rbp), %esi leaq -26(%rbp), %rdx movq -104(%rbp), %rcx callq _print_time movq -104(%rbp), %rdi leaq L_.str.19(%rip), %rsi movb $0, %al callq _fprintf leaq -26(%rbp), %rdi movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero xorl %esi, %esi movl $10, %edx leaq L_.str.18(%rip), %rcx movb $1, %al callq ___sprintf_chk leaq -26(%rbp), %rdi callq _format_seconds movl -148(%rbp), %edi movl -156(%rbp), %esi leaq -26(%rbp), %rdx movq -104(%rbp), %rcx callq _print_time movq -104(%rbp), %rdi leaq L_.str.16(%rip), %rsi movb $0, %al callq _fprintf movl -200(%rbp), %eax addl $1, %eax movl %eax, -200(%rbp) jmp LBB3_21 LBB3_7: ## in Loop: Header=BB3_3 Depth=1 movq -216(%rbp), %rdi ## 8-byte Reload leaq L_.str.16(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_9 ## %bb.8: ## in Loop: Header=BB3_3 Depth=1 movq -104(%rbp), %rdi leaq L_.str.16(%rip), %rsi movb $0, %al callq _fprintf movl $0, -200(%rbp) jmp LBB3_20 LBB3_9: ## in Loop: Header=BB3_3 Depth=1 movl $0, -204(%rbp) LBB3_10: ## Parent Loop BB3_3 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB3_12 Depth 3 cmpl $6, -204(%rbp) jge LBB3_19 ## %bb.11: ## in Loop: Header=BB3_10 Depth=2 jmp LBB3_12 LBB3_12: ## Parent Loop BB3_3 Depth=1 ## Parent Loop BB3_10 Depth=2 ## => This Inner Loop Header: Depth=3 movq -216(%rbp), %rdi ## 8-byte Reload movslq -204(%rbp), %rax movq -80(%rbp,%rax,8), %rsi callq _strstr cmpq $0, %rax je LBB3_17 ## %bb.13: ## in Loop: Header=BB3_12 Depth=3 movq -216(%rbp), %rdi ## 8-byte Reload movslq -204(%rbp), %rax movq -80(%rbp,%rax,8), %rsi callq _strstr movq -216(%rbp), %rcx ## 8-byte Reload subq %rcx, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -196(%rbp) movl -204(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB3_15 ## %bb.14: ## in Loop: Header=BB3_12 Depth=3 movq -216(%rbp), %rsi ## 8-byte Reload movslq -196(%rbp), %rax movq %rsi, %rdi addq %rax, %rdi movslq -196(%rbp), %rax addq %rax, %rsi addq $3, %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_16 LBB3_15: ## in Loop: Header=BB3_12 Depth=3 movq -216(%rbp), %rsi ## 8-byte Reload movslq -196(%rbp), %rax movq %rsi, %rdi addq %rax, %rdi movslq -196(%rbp), %rax addq %rax, %rsi addq $4, %rsi movq $-1, %rdx callq ___strcpy_chk LBB3_16: ## in Loop: Header=BB3_12 Depth=3 jmp LBB3_12 LBB3_17: ## in Loop: Header=BB3_10 Depth=2 jmp LBB3_18 LBB3_18: ## in Loop: Header=BB3_10 Depth=2 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB3_10 LBB3_19: ## in Loop: Header=BB3_3 Depth=1 movq -216(%rbp), %rdx ## 8-byte Reload movq -104(%rbp), %rdi leaq L_.str.6(%rip), %rsi movb $0, %al callq _fprintf jmp LBB3_21 LBB3_20: ## in Loop: Header=BB3_3 Depth=1 jmp LBB3_21 LBB3_21: ## in Loop: Header=BB3_3 Depth=1 jmp LBB3_3 LBB3_22: movq -104(%rbp), %rdi callq _fclose movq -128(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -16(%rbp), %rcx cmpq %rcx, %rax jne LBB3_24 ## %bb.23: leaq -8(%rbp), %rsp popq %rbx popq %rbp retq LBB3_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.20(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB4_2 ## %bb.1: leaq L_.str.21(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB4_2: movq -24(%rbp), %rdi movq -16(%rbp), %rax movq 16(%rax), %rsi callq _format movq -24(%rbp), %rdi callq _fclose xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Cannot subtract that much time" L_.str.1: ## @.str.1 .asciz "Do you want to continue with negative hours? [1 - yes 0 - no]" L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "0%d:" L_.str.4: ## @.str.4 .asciz "%d:" L_.str.5: ## @.str.5 .asciz "0%s" L_.str.6: ## @.str.6 .asciz "%s" L_.str.7: ## @.str.7 .asciz "formatted_subtitle.srt" L_.str.8: ## @.str.8 .asciz "w" L_.str.9: ## @.str.9 .asciz "Could not create file\n" L_.str.10: ## @.str.10 .asciz "<b>" L_.str.11: ## @.str.11 .asciz "</b>" L_.str.12: ## @.str.12 .asciz "<i>" L_.str.13: ## @.str.13 .asciz "</i>" L_.str.14: ## @.str.14 .asciz "<u>" L_.str.15: ## @.str.15 .asciz "</u>" L_.str.16: ## @.str.16 .asciz "\n" L_.str.17: ## @.str.17 .asciz "%2d:%2d:%2lf,%3lf --> %2d:%2d:%2lf,%3lf" L_.str.18: ## @.str.18 .asciz "%lf" L_.str.19: ## @.str.19 .asciz " --> " L_.str.20: ## @.str.20 .asciz "r" L_.str.21: ## @.str.21 .asciz "Please give command line arguments [name_of_file seconds]" .subsections_via_symbols
the_stack_data/22013345.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 x8, #16 stur x8, [x29, #-32] ; 8-byte Folded Spill mov x8, #8 stur x8, [x29, #-16] ; 8-byte Folded Spill add x8, x8, #16 subs x8, x8, #16 stur x8, [x29, #-24] ; 8-byte Folded Spill mov w8, #0 stur w8, [x29, #-8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x11, [x29, #-32] ; 8-byte Folded Reload ldur x10, [x29, #-24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x8, [x9, #8] str xzr, [x9, #16] str x10, [x9, #24] str x8, [x9, #32] mov x8, #2 str x8, [x9, #40] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur w0, [x29, #-8] ; 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 "+++Struct ptrdiff_t-short:\n" l_.str.1: ; @.str.1 .asciz "size=%d,align=%d,offset-ptrdiff_t=%d,offset-short=%d,\nalign-ptrdiff_t=%d,align-short=%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 movl $16, %esi movl $8, %r9d xorl %eax, %eax movl %eax, %ecx movq %rsi, %r8 addq $8, %r8 subq $16, %r8 movq %r9, %rdx movq $2, (%rsp) 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 "+++Struct ptrdiff_t-short:\n" L_.str.1: ## @.str.1 .asciz "size=%d,align=%d,offset-ptrdiff_t=%d,offset-short=%d,\nalign-ptrdiff_t=%d,align-short=%d\n" .subsections_via_symbols
the_stack_data/206392502.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gamma ; -- Begin function gamma .p2align 2 _gamma: ; @gamma .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _gamma ## -- Begin function gamma .p2align 4, 0x90 _gamma: ## @gamma .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movsd %xmm0, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/103266019.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sd_print_help ; -- Begin function sd_print_help .p2align 2 _sd_print_help: ; @sd_print_help .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf 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 str x0, [sp, #8] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr x0, [sp, #8] ; 8-byte Folded Reload bl _printf adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "NAME: sd - smalldragon transpiler\n\n" l_.str.1: ; @.str.1 .asciz "SYNOPSIS: sd [OPTION] FILE...\n\n" l_.str.2: ; @.str.2 .asciz "OPTIONS:\n\n" l_.str.3: ; @.str.3 .asciz " -help display help\n" l_.str.4: ; @.str.4 .asciz " -debug print debug statements\n" l_.str.5: ; @.str.5 .asciz " -version print Version Information\n" l_.str.6: ; @.str.6 .asciz " -h emit .h (header) file\n" l_.str.7: ; @.str.7 .asciz " -g pass to gcc\n" l_.str.8: ; @.str.8 .asciz " -Werror pass to gcc\n" l_.str.9: ; @.str.9 .asciz "\n" l_.str.10: ; @.str.10 .asciz "EXAMPLES\n\n" l_.str.11: ; @.str.11 .asciz "\tsd main.dg\n" l_.str.12: ; @.str.12 .asciz "\tsd -help\n" l_.str.13: ; @.str.13 .asciz "WEBSITE: https://smalldragon.org\n" l_.str.14: ; @.str.14 .asciz "GITHUB: https://github.com/pointbazaar/smalldragon\n" l_.str.15: ; @.str.15 .asciz "AUTHOR: [email protected]\n" l_.str.16: ; @.str.16 .asciz "REPORTING BUGS: [email protected]\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sd_print_help ## -- Begin function sd_print_help .p2align 4, 0x90 _sd_print_help: ## @sd_print_help .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "NAME: sd - smalldragon transpiler\n\n" L_.str.1: ## @.str.1 .asciz "SYNOPSIS: sd [OPTION] FILE...\n\n" L_.str.2: ## @.str.2 .asciz "OPTIONS:\n\n" L_.str.3: ## @.str.3 .asciz " -help display help\n" L_.str.4: ## @.str.4 .asciz " -debug print debug statements\n" L_.str.5: ## @.str.5 .asciz " -version print Version Information\n" L_.str.6: ## @.str.6 .asciz " -h emit .h (header) file\n" L_.str.7: ## @.str.7 .asciz " -g pass to gcc\n" L_.str.8: ## @.str.8 .asciz " -Werror pass to gcc\n" L_.str.9: ## @.str.9 .asciz "\n" L_.str.10: ## @.str.10 .asciz "EXAMPLES\n\n" L_.str.11: ## @.str.11 .asciz "\tsd main.dg\n" L_.str.12: ## @.str.12 .asciz "\tsd -help\n" L_.str.13: ## @.str.13 .asciz "WEBSITE: https://smalldragon.org\n" L_.str.14: ## @.str.14 .asciz "GITHUB: https://github.com/pointbazaar/smalldragon\n" L_.str.15: ## @.str.15 .asciz "AUTHOR: [email protected]\n" L_.str.16: ## @.str.16 .asciz "REPORTING BUGS: [email protected]\n" .subsections_via_symbols
the_stack_data/111076927.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_assert ; -- Begin function __VERIFIER_assert .p2align 2 ___VERIFIER_assert: ; @__VERIFIER_assert .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: bl ___VERIFIER_error LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #832 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #20] str wzr, [sp, #16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #424 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldrsw x10, [sp, #16] add x9, sp, #24 mov w8, #1 str w8, [x9, x10, lsl #2] b LBB1_5 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldrsw x10, [sp, #16] add x9, sp, #24 mov w8, #0 str w8, [x9, x10, lsl #2] b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_1 LBB1_6: mov w8, #1 str w8, [sp, #12] str wzr, [sp, #16] b LBB1_7 LBB1_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB1_15 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_7 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #424 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_11 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_7 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #24 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_7 Depth=1 str wzr, [sp, #12] b LBB1_11 LBB1_11: ; in Loop: Header=BB1_7 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #424 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_14 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_7 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #24 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_7 Depth=1 str wzr, [sp, #12] b LBB1_14 LBB1_14: ; in Loop: Header=BB1_7 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_7 LBB1_15: ldr w0, [sp, #12] bl ___VERIFIER_assert ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: bl ___stack_chk_fail LBB1_17: mov w0, #0 add sp, sp, #832 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_assert ## -- Begin function __VERIFIER_assert .p2align 4, 0x90 ___VERIFIER_assert: ## @__VERIFIER_assert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) cmpl $0, -4(%rbp) jne LBB0_3 ## %bb.1: jmp LBB0_2 LBB0_2: xorl %eax, %eax ## kill: def $al killed $al killed $eax callq ___VERIFIER_error LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $832, %rsp ## imm = 0x340 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -820(%rbp) movl $0, -824(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $100, -824(%rbp) jge LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movslq -824(%rbp), %rax cmpl $0, -416(%rbp,%rax,4) jl LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movslq -824(%rbp), %rax movl $1, -816(%rbp,%rax,4) jmp LBB1_5 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movslq -824(%rbp), %rax movl $0, -816(%rbp,%rax,4) LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movl -824(%rbp), %eax addl $1, %eax movl %eax, -824(%rbp) jmp LBB1_1 LBB1_6: movl $1, -828(%rbp) movl $0, -824(%rbp) LBB1_7: ## =>This Inner Loop Header: Depth=1 cmpl $100, -824(%rbp) jge LBB1_15 ## %bb.8: ## in Loop: Header=BB1_7 Depth=1 movslq -824(%rbp), %rax cmpl $0, -416(%rbp,%rax,4) jl LBB1_11 ## %bb.9: ## in Loop: Header=BB1_7 Depth=1 movslq -824(%rbp), %rax cmpl $0, -816(%rbp,%rax,4) jne LBB1_11 ## %bb.10: ## in Loop: Header=BB1_7 Depth=1 movl $0, -828(%rbp) LBB1_11: ## in Loop: Header=BB1_7 Depth=1 movslq -824(%rbp), %rax cmpl $0, -416(%rbp,%rax,4) jge LBB1_14 ## %bb.12: ## in Loop: Header=BB1_7 Depth=1 movslq -824(%rbp), %rax cmpl $0, -816(%rbp,%rax,4) je LBB1_14 ## %bb.13: ## in Loop: Header=BB1_7 Depth=1 movl $0, -828(%rbp) LBB1_14: ## in Loop: Header=BB1_7 Depth=1 movl -824(%rbp), %eax addl $1, %eax movl %eax, -824(%rbp) jmp LBB1_7 LBB1_15: movl -828(%rbp), %edi callq ___VERIFIER_assert movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_17 ## %bb.16: xorl %eax, %eax addq $832, %rsp ## imm = 0x340 popq %rbp retq LBB1_17: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/25138311.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initial ; -- Begin function initial .p2align 2 _initial: ; @initial .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, _os@GOTPAGE ldr x8, [x8, _os@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill bl _getnode ldr x8, [sp, #16] ; 8-byte Folded Reload str x0, [x8] bl _getnode ldr x8, [sp, #16] ; 8-byte Folded Reload stur x0, [x29, #-8] ldr x0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov x2, #5 str x2, [sp, #8] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [x8] str wzr, [x9, #8] ldr x10, [x8] mov w9, #399 str w9, [x10, #12] ldr x9, [x8] str wzr, [x9, #16] ldur x9, [x29, #-8] ldr x10, [x8] str x9, [x10, #24] ldr x8, [x8] ; kill: def $x9 killed $xzr str xzr, [x8, #32] ldur x0, [x29, #-8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl ___strcpy_chk ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x10, [x29, #-8] mov w9, #400 str w9, [x10, #8] ldur x10, [x29, #-8] mov w9, #2599 str w9, [x10, #12] ldur x10, [x29, #-8] mov w9, #1 str w9, [x10, #16] ldur x9, [x29, #-8] str xzr, [x9, #24] ldr x8, [x8] ldur x9, [x29, #-8] str x8, [x9, #32] bl _display ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _initial b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w8, [x29, #-4] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB1_4 b LBB1_5 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 bl _allocate b LBB1_8 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 bl _terminate b LBB1_8 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-4] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB1_1 b LBB1_10 LBB1_10: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _getnode ; -- Begin function getnode .p2align 2 _getnode: ; @getnode .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, #40 bl _malloc str x0, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x8, [sp, #8] str xzr, [x8, #32] ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _insert ; -- Begin function insert .p2align 2 _insert: ; @insert .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] bl _getnode str x0, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8, #24] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9, #24] ldur x8, [x29, #-8] ldr x9, [sp, #8] str x8, [x9, #32] ldr x0, [sp, #8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov x2, #5 bl ___strcpy_chk ldr x9, [sp, #8] mov w8, #1 str w8, [x9, #16] ldur x8, [x29, #-8] ldr w8, [x8, #8] ldur w9, [x29, #-12] add w8, w8, w9 ldr x9, [sp, #8] str w8, [x9, #8] ldur x8, [x29, #-8] ldr w8, [x8, #12] ldr x9, [sp, #8] str w8, [x9, #12] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _deleteaft ; -- Begin function deleteaft .p2align 2 _deleteaft: ; @deleteaft .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 x8, [x8, #24] str x8, [sp] ldr x8, [sp] ldr w8, [x8, #12] ldr x9, [sp, #8] str w8, [x9, #12] ldr x8, [sp] ldr x8, [x8, #24] ldr x9, [sp, #8] str x8, [x9, #24] ldr x8, [sp] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldr x8, [sp, #8] ldr x9, [sp] ldr x9, [x9, #24] str x8, [x9, #32] b LBB4_2 LBB4_2: ldr x0, [sp] bl _free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _deletebef ; -- Begin function deletebef .p2align 2 _deletebef: ; @deletebef .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 x8, [x8, #32] str x8, [sp] ldr x8, [sp] ldr w8, [x8, #8] ldr x9, [sp, #8] str w8, [x9, #8] ldr x8, [sp, #8] ldr x9, [sp] ldr x9, [x9, #32] str x8, [x9, #24] ldr x8, [sp] ldr x8, [x8, #32] ldr x9, [sp, #8] str x8, [x9, #32] ldr x0, [sp] bl _free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _allocate ; -- Begin function allocate .p2align 2 _allocate: ; @allocate .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, _os@GOTPAGE ldr x8, [x8, _os@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #16] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf mov x9, sp add x8, sp, #11 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_8 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldur x8, [x29, #-8] ldr w8, [x8, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB6_7 b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldur w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9, #12] ldur x10, [x29, #-8] ldr w10, [x10, #8] subs w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB6_7 b LBB6_4 LBB6_4: mov w8, #1 str w8, [sp, #16] ldur w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9, #12] ldur x10, [x29, #-8] ldr w10, [x10, #8] subs w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _insert b LBB6_6 LBB6_6: ldur x0, [x29, #-8] add x1, sp, #11 mov x2, #5 bl ___strcpy_chk ldur x8, [x29, #-8] ldr w8, [x8, #8] ldur w9, [x29, #-12] add w8, w8, w9 subs w8, w8, #1 ldur x9, [x29, #-8] str w8, [x9, #12] ldur x8, [x29, #-8] str wzr, [x8, #16] b LBB6_8 LBB6_7: ; in Loop: Header=BB6_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #24] stur x8, [x29, #-8] b LBB6_1 LBB6_8: ldr w8, [sp, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB6_10 b LBB6_9 LBB6_9: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB6_10 LBB6_10: bl _display ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _terminate ; -- Begin function terminate .p2align 2 _terminate: ; @terminate .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.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf mov x9, sp sub x8, x29, #5 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _scanf adrp x8, _os@GOTPAGE ldr x8, [x8, _os@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #16] sub x1, x29, #5 bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB7_3 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #24] str x8, [sp, #16] b LBB7_1 LBB7_3: ldr x9, [sp, #16] mov w8, #1 str w8, [x9, #16] ldr x0, [sp, #16] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov x2, #5 bl ___strcpy_chk ldr x8, [sp, #16] ldr x8, [x8, #32] ldr w8, [x8, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_5 b LBB7_4 LBB7_4: ldr x0, [sp, #16] bl _deletebef b LBB7_5 LBB7_5: ldr x8, [sp, #16] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB7_8 b LBB7_6 LBB7_6: ldr x8, [sp, #16] ldr x8, [x8, #24] ldr w8, [x8, #16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ldr x0, [sp, #16] bl _deleteaft b LBB7_8 LBB7_8: bl _display ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _display ; -- Begin function display .p2align 2 _display: ; @display .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _os@GOTPAGE ldr x8, [x8, _os@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB8_1 LBB8_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB8_3 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 ldur x12, [x29, #-8] ldur x8, [x29, #-8] ldr w8, [x8, #8] ; implicit-def: $x11 mov x11, x8 ldur x8, [x29, #-8] ldr w9, [x8, #12] ; implicit-def: $x8 mov x8, x9 ldur x9, [x29, #-8] ldr w9, [x9, #12] ldur x10, [x29, #-8] ldr w10, [x10, #8] subs w9, w9, w10 add w10, w9, #1 mov x9, sp str x12, [x9] str x11, [x9, #8] str x8, [x9, #16] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #24] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldur x8, [x29, #-8] ldr x8, [x8, #24] stur x8, [x29, #-8] b LBB8_1 LBB8_3: adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .comm _os,8,3 ; @os .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "OS" l_.str.1: ; @.str.1 .asciz "FREE" l_.str.2: ; @.str.2 .asciz " OPTIONS\n1.Allocate\n2.Terminate\n3.Exit\n" l_.str.3: ; @.str.3 .asciz "\nEnter Option: " l_.str.4: ; @.str.4 .asciz "%d" l_.str.5: ; @.str.5 .asciz "ERROR:No such option\n\n" l_.str.6: ; @.str.6 .asciz "Enter process ID: " l_.str.7: ; @.str.7 .asciz "%s" l_.str.8: ; @.str.8 .asciz "Enter size: " l_.str.9: ; @.str.9 .asciz "Memory Full\n" l_.str.10: ; @.str.10 .asciz "Enter process ID to terminate: " l_.str.11: ; @.str.11 .asciz "\n************MEMORY LAYOUT************\n\n" l_.str.12: ; @.str.12 .asciz "%s\t [%d-%d]\t SIZE=%d\n" l_.str.13: ; @.str.13 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initial ## -- Begin function initial .p2align 4, 0x90 _initial: ## @initial .cfi_startproc ## %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 _getnode movq %rax, %rcx movq _os@GOTPCREL(%rip), %rax movq %rcx, (%rax) callq _getnode movq %rax, -8(%rbp) movq _os@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movl $5, %edx callq ___strcpy_chk movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movl $0, 8(%rax) movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movl $399, 12(%rax) ## imm = 0x18F movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movl $0, 16(%rax) movq -8(%rbp), %rcx movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rcx, 24(%rax) movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movq $0, 32(%rax) movq -8(%rbp), %rdi leaq L_.str.1(%rip), %rsi movl $5, %edx callq ___strcpy_chk movq -8(%rbp), %rax movl $400, 8(%rax) ## imm = 0x190 movq -8(%rbp), %rax movl $2599, 12(%rax) ## imm = 0xA27 movq -8(%rbp), %rax movl $1, 16(%rax) movq -8(%rbp), %rax movq $0, 24(%rax) movq _os@GOTPCREL(%rip), %rax movq (%rax), %rcx movq -8(%rbp), %rax movq %rcx, 32(%rax) callq _display 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 callq _initial LBB1_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.4(%rip), %rdi leaq -4(%rbp), %rsi callq _scanf movl -4(%rbp), %eax movl %eax, -8(%rbp) ## 4-byte Spill subl $1, %eax je LBB1_2 jmp LBB1_10 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB1_3 jmp LBB1_4 LBB1_2: ## in Loop: Header=BB1_1 Depth=1 callq _allocate jmp LBB1_7 LBB1_3: ## in Loop: Header=BB1_1 Depth=1 callq _terminate jmp LBB1_7 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 cmpl $3, -4(%rbp) je LBB1_6 ## %bb.5: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_8 LBB1_8: ## in Loop: Header=BB1_1 Depth=1 cmpl $3, -4(%rbp) jne LBB1_1 ## %bb.9: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _getnode ## -- Begin function getnode .p2align 4, 0x90 _getnode: ## @getnode .cfi_startproc ## %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 $40, %edi callq _malloc movq %rax, -8(%rbp) movq -8(%rbp), %rax movq $0, 24(%rax) movq -8(%rbp), %rax movq $0, 32(%rax) movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _insert ## -- Begin function insert .p2align 4, 0x90 _insert: ## @insert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) callq _getnode movq %rax, -24(%rbp) movq -8(%rbp), %rax movq 24(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -8(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 32(%rax) movq -24(%rbp), %rdi leaq L_.str.1(%rip), %rsi movl $5, %edx callq ___strcpy_chk movq -24(%rbp), %rax movl $1, 16(%rax) movq -8(%rbp), %rax movl 8(%rax), %ecx addl -12(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, 8(%rax) movq -8(%rbp), %rax movl 12(%rax), %ecx movq -24(%rbp), %rax movl %ecx, 12(%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _deleteaft ## -- Begin function deleteaft .p2align 4, 0x90 _deleteaft: ## @deleteaft .cfi_startproc ## %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 24(%rax), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl 12(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 12(%rax) movq -16(%rbp), %rax movq 24(%rax), %rcx movq -8(%rbp), %rax movq %rcx, 24(%rax) movq -16(%rbp), %rax cmpq $0, 24(%rax) je LBB4_2 ## %bb.1: movq -8(%rbp), %rcx movq -16(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) LBB4_2: movq -16(%rbp), %rdi callq _free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _deletebef ## -- Begin function deletebef .p2align 4, 0x90 _deletebef: ## @deletebef .cfi_startproc ## %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 32(%rax), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl 8(%rax), %ecx movq -8(%rbp), %rax movl %ecx, 8(%rax) movq -8(%rbp), %rcx movq -16(%rbp), %rax movq 32(%rax), %rax movq %rcx, 24(%rax) movq -16(%rbp), %rax movq 32(%rax), %rcx movq -8(%rbp), %rax movq %rcx, 32(%rax) movq -16(%rbp), %rdi callq _free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _allocate ## -- Begin function allocate .p2align 4, 0x90 _allocate: ## @allocate .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 _os@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -16(%rbp) leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq -21(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf LBB6_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB6_8 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax cmpl $1, 16(%rax) jne LBB6_7 ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx movl 12(%rcx), %ecx movq -8(%rbp), %rdx subl 8(%rdx), %ecx addl $1, %ecx cmpl %ecx, %eax jg LBB6_7 ## %bb.4: movl $1, -16(%rbp) movl -12(%rbp), %eax movq -8(%rbp), %rcx movl 12(%rcx), %ecx movq -8(%rbp), %rdx subl 8(%rdx), %ecx addl $1, %ecx cmpl %ecx, %eax jge LBB6_6 ## %bb.5: movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _insert LBB6_6: movq -8(%rbp), %rdi leaq -21(%rbp), %rsi movl $5, %edx callq ___strcpy_chk movq -8(%rbp), %rax movl 8(%rax), %ecx addl -12(%rbp), %ecx subl $1, %ecx movq -8(%rbp), %rax movl %ecx, 12(%rax) movq -8(%rbp), %rax movl $0, 16(%rax) jmp LBB6_8 LBB6_7: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax movq 24(%rax), %rax movq %rax, -8(%rbp) jmp LBB6_1 LBB6_8: cmpl $0, -16(%rbp) jne LBB6_10 ## %bb.9: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf LBB6_10: callq _display addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _terminate ## -- Begin function terminate .p2align 4, 0x90 _terminate: ## @terminate .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf leaq -5(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _scanf movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi leaq -5(%rbp), %rsi callq _strcmp cmpl $0, %eax je LBB7_3 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movq -16(%rbp), %rax movq 24(%rax), %rax movq %rax, -16(%rbp) jmp LBB7_1 LBB7_3: movq -16(%rbp), %rax movl $1, 16(%rax) movq -16(%rbp), %rdi leaq L_.str.1(%rip), %rsi movl $5, %edx callq ___strcpy_chk movq -16(%rbp), %rax movq 32(%rax), %rax cmpl $1, 16(%rax) jne LBB7_5 ## %bb.4: movq -16(%rbp), %rdi callq _deletebef LBB7_5: movq -16(%rbp), %rax cmpq $0, 24(%rax) je LBB7_8 ## %bb.6: movq -16(%rbp), %rax movq 24(%rax), %rax cmpl $1, 16(%rax) jne LBB7_8 ## %bb.7: movq -16(%rbp), %rdi callq _deleteaft LBB7_8: callq _display addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _display ## -- Begin function display .p2align 4, 0x90 _display: ## @display .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq _os@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB8_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB8_3 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movq -8(%rbp), %rsi movq -8(%rbp), %rax movl 8(%rax), %edx movq -8(%rbp), %rax movl 12(%rax), %ecx movq -8(%rbp), %rax movl 12(%rax), %r8d movq -8(%rbp), %rax subl 8(%rax), %r8d addl $1, %r8d leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movq 24(%rax), %rax movq %rax, -8(%rbp) jmp LBB8_1 LBB8_3: leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _os,8,3 ## @os .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "OS" L_.str.1: ## @.str.1 .asciz "FREE" L_.str.2: ## @.str.2 .asciz " OPTIONS\n1.Allocate\n2.Terminate\n3.Exit\n" L_.str.3: ## @.str.3 .asciz "\nEnter Option: " L_.str.4: ## @.str.4 .asciz "%d" L_.str.5: ## @.str.5 .asciz "ERROR:No such option\n\n" L_.str.6: ## @.str.6 .asciz "Enter process ID: " L_.str.7: ## @.str.7 .asciz "%s" L_.str.8: ## @.str.8 .asciz "Enter size: " L_.str.9: ## @.str.9 .asciz "Memory Full\n" L_.str.10: ## @.str.10 .asciz "Enter process ID to terminate: " L_.str.11: ## @.str.11 .asciz "\n************MEMORY LAYOUT************\n\n" L_.str.12: ## @.str.12 .asciz "%s\t [%d-%d]\t SIZE=%d\n" L_.str.13: ## @.str.13 .asciz "\n" .subsections_via_symbols
the_stack_data/119770.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _func1 ; -- Begin function func1 .p2align 2 _func1: ; @func1 .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, #-12] ldr w9, [sp, #16] add w8, w8, w9 str w8, [sp, #8] ldr w8, [sp, #16] ldr w9, [sp, #12] add w8, w8, w9 str w8, [sp, #4] ldr w1, [sp, #16] mov w0, #3 bl _func2 ldr w0, [sp, #4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _func2 ; -- Begin function func2 .p2align 2 _func2: ; @func2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 str w8, [sp, #4] ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #4] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #6 mov w1, #4 bl _func1 mov x8, x0 ldr w0, [sp, #4] ; 4-byte Folded Reload str w8, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _func1 ## -- Begin function func1 .p2align 4, 0x90 _func1: ## @func1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -12(%rbp), %eax addl -16(%rbp), %eax movl %eax, -24(%rbp) movl -16(%rbp), %eax addl -20(%rbp), %eax movl %eax, -28(%rbp) movl -16(%rbp), %esi movl $3, %edi callq _func2 movl -28(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _func2 ## -- Begin function func2 .p2align 4, 0x90 _func2: ## @func2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -8(%rbp), %eax subl -4(%rbp), %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $6, %edi movl $4, %esi callq _func1 movl %eax, -8(%rbp) xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/176704370.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] str wzr, [sp, #8] ldr w0, [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 _main ## -- Begin function main .p2align 4, 0x90 _main: ## @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 $0, -8(%rbp) movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/31387904.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, #12 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf str wzr, [sp, #16] mov w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-8] ldr w8, [sp, #16] add w8, w8, w9 str w8, [sp, #16] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_4: ldur w8, [x29, #-12] ; implicit-def: $x10 mov x10, x8 ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "What triangular number do you want to calculate? " l_.str.1: ; @.str.1 .asciz "%i" l_.str.2: ; @.str.2 .asciz "TriangularNumber %i is %i\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl $0, -16(%rbp) movl $1, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: movl -12(%rbp), %esi movl -16(%rbp), %edx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "What triangular number do you want to calculate? " L_.str.1: ## @.str.1 .asciz "%i" L_.str.2: ## @.str.2 .asciz "TriangularNumber %i is %i\n" .subsections_via_symbols
the_stack_data/14201016.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, #-12] 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] str w8, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] mov w10, #10 str w10, [sp, #8] ; 4-byte Folded Spill sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #16] ldr s1, [sp, #16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fmov d1, #3.00000000 bl _pow ldr w9, [sp, #8] ; 4-byte Folded Reload fmov d1, d0 ldur s2, [x29, #-12] ; implicit-def: $d0 fmov s0, s2 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 fadd d0, d0, d1 fcvtzs w8, d0 stur w8, [x29, #-12] ldur w8, [x29, #-8] sdiv w8, w8, w9 stur w8, [x29, #-8] b LBB0_1 LBB0_3: ldur w8, [x29, #-12] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldr w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_6 LBB0_5: ldr w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_6 LBB0_6: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter the number: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "%d is a Armstrong number" l_.str.3: ; @.str.3 .asciz "%d is not a Armstrong number" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI0_0: .quad 0x4008000000000000 ## double 3 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $0, -12(%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), %eax movl %eax, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -8(%rbp) je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %edx, -16(%rbp) cvtsi2sdl -16(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero callq _pow movaps %xmm0, %xmm1 cvtsi2sdl -12(%rbp), %xmm0 addsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -12(%rbp) movl -8(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -8(%rbp) jmp LBB0_1 LBB0_3: movl -12(%rbp), %eax cmpl -20(%rbp), %eax jne LBB0_5 ## %bb.4: movl -20(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_6 LBB0_5: movl -20(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_6: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter the number: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "%d is a Armstrong number" L_.str.3: ## @.str.3 .asciz "%d is not a Armstrong number" .subsections_via_symbols
the_stack_data/150143495.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen stur x0, [x29, #-16] ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fscanf mov w8, #1 stur w8, [x29, #-24] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_68 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF str x1, [sp, #16] ; 8-byte Folded Spill bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #26 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #27 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #28 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #29 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #30 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp sub x8, x29, #31 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp add x8, sp, #32 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] mov x9, sp add x8, sp, #31 str x8, [x9] bl _fscanf ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] bl _fscanf ldur w9, [x29, #-24] ; 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 ldursb w8, [x29, #-25] ldursb w9, [x29, #-26] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-26] ldursb w9, [x29, #-27] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_8 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_66 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-28] ldursb w9, [x29, #-29] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-29] ldursb w9, [x29, #-30] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-28] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-28] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_15 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 b LBB0_65 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-31] ldrsb w9, [sp, #32] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_23 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_1 Depth=1 ldrsb w8, [sp, #32] ldrsb w9, [sp, #31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_23 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-31] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_23 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-31] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_22 LBB0_21: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_22 LBB0_22: ; in Loop: Header=BB0_1 Depth=1 b LBB0_64 LBB0_23: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] ldursb w9, [x29, #-28] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_30 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-28] ldursb w9, [x29, #-31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_30 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_30 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_29 LBB0_28: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_29 LBB0_29: ; in Loop: Header=BB0_1 Depth=1 b LBB0_63 LBB0_30: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-26] ldursb w9, [x29, #-29] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_37 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-29] ldrsb w9, [sp, #32] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_37 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-26] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_37 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-26] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_35 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_36 LBB0_35: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_36 LBB0_36: ; in Loop: Header=BB0_1 Depth=1 b LBB0_62 LBB0_37: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] ldursb w9, [x29, #-30] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_44 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-30] ldrsb w9, [sp, #31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_44 b LBB0_39 LBB0_39: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_44 b LBB0_40 LBB0_40: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_42 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_43 LBB0_42: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_43 LBB0_43: ; in Loop: Header=BB0_1 Depth=1 b LBB0_61 LBB0_44: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] ldursb w9, [x29, #-29] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_51 b LBB0_45 LBB0_45: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-29] ldrsb w9, [sp, #31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_51 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_51 b LBB0_47 LBB0_47: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-25] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_49 b LBB0_48 LBB0_48: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_50 LBB0_49: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_50 LBB0_50: ; in Loop: Header=BB0_1 Depth=1 b LBB0_60 LBB0_51: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] ldursb w9, [x29, #-29] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_58 b LBB0_52 LBB0_52: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-29] ldursb w9, [x29, #-31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_58 b LBB0_53 LBB0_53: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] subs w8, w8, #35 cset w8, eq tbnz w8, #0, LBB0_58 b LBB0_54 LBB0_54: ; in Loop: Header=BB0_1 Depth=1 ldursb w8, [x29, #-27] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_56 b LBB0_55 LBB0_55: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_57 LBB0_56: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_57 LBB0_57: ; in Loop: Header=BB0_1 Depth=1 b LBB0_59 LBB0_58: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_59 LBB0_59: ; in Loop: Header=BB0_1 Depth=1 b LBB0_60 LBB0_60: ; in Loop: Header=BB0_1 Depth=1 b LBB0_61 LBB0_61: ; in Loop: Header=BB0_1 Depth=1 b LBB0_62 LBB0_62: ; in Loop: Header=BB0_1 Depth=1 b LBB0_63 LBB0_63: ; in Loop: Header=BB0_1 Depth=1 b LBB0_64 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 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf b LBB0_67 LBB0_67: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB0_1 LBB0_68: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "circle.in" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "%c" l_.str.4: ; @.str.4 .asciz "Game #%d:\n" l_.str.5: ; @.str.5 .asciz "Eureka! X wins!\n" l_.str.6: ; @.str.6 .asciz "Gadzooks! O wins!\n" l_.str.7: ; @.str.7 .asciz "Lolcat's game!\n" l_.str.8: ; @.str.8 .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 $48, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -16(%rbp) movq -16(%rbp), %rdi leaq L_.str.2(%rip), %rsi leaq -20(%rbp), %rdx movb $0, %al callq _fscanf movl $1, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jg LBB0_68 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -25(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -26(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -27(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -28(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -29(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -30(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -31(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -32(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq -33(%rbp), %rdx movb $0, %al callq _fscanf movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _fscanf movl -24(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movsbl -25(%rbp), %eax movsbl -26(%rbp), %ecx cmpl %ecx, %eax jne LBB0_9 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movsbl -26(%rbp), %eax movsbl -27(%rbp), %ecx cmpl %ecx, %eax jne LBB0_9 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $35, %eax je LBB0_9 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $88, %eax jne LBB0_7 ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_8 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_66 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movsbl -28(%rbp), %eax movsbl -29(%rbp), %ecx cmpl %ecx, %eax jne LBB0_16 ## %bb.10: ## in Loop: Header=BB0_1 Depth=1 movsbl -29(%rbp), %eax movsbl -30(%rbp), %ecx cmpl %ecx, %eax jne LBB0_16 ## %bb.11: ## in Loop: Header=BB0_1 Depth=1 movsbl -28(%rbp), %eax cmpl $35, %eax je LBB0_16 ## %bb.12: ## in Loop: Header=BB0_1 Depth=1 movsbl -28(%rbp), %eax cmpl $88, %eax jne LBB0_14 ## %bb.13: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_15 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_15: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_65 LBB0_16: ## in Loop: Header=BB0_1 Depth=1 movsbl -31(%rbp), %eax movsbl -32(%rbp), %ecx cmpl %ecx, %eax jne LBB0_23 ## %bb.17: ## in Loop: Header=BB0_1 Depth=1 movsbl -32(%rbp), %eax movsbl -33(%rbp), %ecx cmpl %ecx, %eax jne LBB0_23 ## %bb.18: ## in Loop: Header=BB0_1 Depth=1 movsbl -31(%rbp), %eax cmpl $35, %eax je LBB0_23 ## %bb.19: ## in Loop: Header=BB0_1 Depth=1 movsbl -31(%rbp), %eax cmpl $88, %eax jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_22 LBB0_21: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_22: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_64 LBB0_23: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax movsbl -28(%rbp), %ecx cmpl %ecx, %eax jne LBB0_30 ## %bb.24: ## in Loop: Header=BB0_1 Depth=1 movsbl -28(%rbp), %eax movsbl -31(%rbp), %ecx cmpl %ecx, %eax jne LBB0_30 ## %bb.25: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $35, %eax je LBB0_30 ## %bb.26: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $88, %eax jne LBB0_28 ## %bb.27: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_29 LBB0_28: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_29: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_63 LBB0_30: ## in Loop: Header=BB0_1 Depth=1 movsbl -26(%rbp), %eax movsbl -29(%rbp), %ecx cmpl %ecx, %eax jne LBB0_37 ## %bb.31: ## in Loop: Header=BB0_1 Depth=1 movsbl -29(%rbp), %eax movsbl -32(%rbp), %ecx cmpl %ecx, %eax jne LBB0_37 ## %bb.32: ## in Loop: Header=BB0_1 Depth=1 movsbl -26(%rbp), %eax cmpl $35, %eax je LBB0_37 ## %bb.33: ## in Loop: Header=BB0_1 Depth=1 movsbl -26(%rbp), %eax cmpl $88, %eax jne LBB0_35 ## %bb.34: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_36 LBB0_35: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_36: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_62 LBB0_37: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax movsbl -30(%rbp), %ecx cmpl %ecx, %eax jne LBB0_44 ## %bb.38: ## in Loop: Header=BB0_1 Depth=1 movsbl -30(%rbp), %eax movsbl -33(%rbp), %ecx cmpl %ecx, %eax jne LBB0_44 ## %bb.39: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax cmpl $35, %eax je LBB0_44 ## %bb.40: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax cmpl $88, %eax jne LBB0_42 ## %bb.41: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_43 LBB0_42: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_43: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_61 LBB0_44: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax movsbl -29(%rbp), %ecx cmpl %ecx, %eax jne LBB0_51 ## %bb.45: ## in Loop: Header=BB0_1 Depth=1 movsbl -29(%rbp), %eax movsbl -33(%rbp), %ecx cmpl %ecx, %eax jne LBB0_51 ## %bb.46: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $35, %eax je LBB0_51 ## %bb.47: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $88, %eax jne LBB0_49 ## %bb.48: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_50 LBB0_49: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_50: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_60 LBB0_51: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax movsbl -29(%rbp), %ecx cmpl %ecx, %eax jne LBB0_58 ## %bb.52: ## in Loop: Header=BB0_1 Depth=1 movsbl -29(%rbp), %eax movsbl -31(%rbp), %ecx cmpl %ecx, %eax jne LBB0_58 ## %bb.53: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax cmpl $35, %eax je LBB0_58 ## %bb.54: ## in Loop: Header=BB0_1 Depth=1 movsbl -27(%rbp), %eax cmpl $88, %eax jne LBB0_56 ## %bb.55: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_57 LBB0_56: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_57: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_59 LBB0_58: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf LBB0_59: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_60 LBB0_60: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_61 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 jmp LBB0_64 LBB0_64: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_65 LBB0_65: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_66 LBB0_66: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf ## %bb.67: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_1 LBB0_68: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "circle.in" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "%c" L_.str.4: ## @.str.4 .asciz "Game #%d:\n" L_.str.5: ## @.str.5 .asciz "Eureka! X wins!\n" L_.str.6: ## @.str.6 .asciz "Gadzooks! O wins!\n" L_.str.7: ## @.str.7 .asciz "Lolcat's game!\n" L_.str.8: ## @.str.8 .asciz "\n" .subsections_via_symbols
the_stack_data/193894325.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/206392309.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create_pipelock ; -- Begin function create_pipelock .p2align 2 _create_pipelock: ; @create_pipelock .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] mov x0, #136 bl _malloc str x0, [sp, #16] ldr x0, [sp, #16] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _pthread_mutex_init ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] add x0, x8, #64 bl _pthread_cond_init ldur w8, [x29, #-4] ldr x9, [sp, #16] str w8, [x9, #128] ldr x8, [sp, #16] str wzr, [x8, #112] ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _pipelock_write ; -- Begin function pipelock_write .p2align 2 _pipelock_write: ; @pipelock_write .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str x1, [sp] ldr x0, [sp, #8] bl _pthread_mutex_lock ldr x8, [sp, #8] ldr w8, [x8, #112] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr x8, [sp, #8] add x0, x8, #64 ldr x1, [sp, #8] bl _pthread_cond_wait b LBB1_2 LBB1_2: ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9, #120] ldr x9, [sp, #8] mov w8, #1 str w8, [x9, #112] ldr x8, [sp, #8] add x0, x8, #64 bl _pthread_cond_signal ldr x8, [sp, #8] str wzr, [x8, #132] ldr x0, [sp, #8] bl _pthread_mutex_unlock ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _pipelock_read ; -- Begin function pipelock_read .p2align 2 _pipelock_read: ; @pipelock_read .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 _pthread_mutex_lock ldr x8, [sp, #8] ldr w8, [x8, #112] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldr x8, [sp, #8] add x0, x8, #64 ldr x1, [sp, #8] bl _pthread_cond_wait b LBB2_2 LBB2_2: ldr x8, [sp, #8] ldr x8, [x8, #120] str x8, [sp] ldr x9, [sp, #8] ldr w8, [x9, #132] add w8, w8, #1 str w8, [x9, #132] ldr x8, [sp, #8] ldr w8, [x8, #132] ldr x9, [sp, #8] ldr w9, [x9, #128] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ldr x8, [sp, #8] str wzr, [x8, #112] ldr x8, [sp, #8] add x0, x8, #64 bl _pthread_cond_signal b LBB2_4 LBB2_4: ldr x0, [sp, #8] bl _pthread_mutex_unlock ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _loopy ; -- Begin function loopy .p2align 2 _loopy: ; @loopy .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #16] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x0, [x8] bl _pipelock_read str x0, [sp, #8] ldr x8, [sp, #8] adrp x9, _pipe_exit@PAGE ldr x9, [x9, _pipe_exit@PAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ldr x8, [sp, #16] ldr x8, [x8] ldr x0, [x8, #8] ldr x1, [sp, #8] bl _pipelock_write mov x0, #0 bl _pthread_exit LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x0, [x8, #8] ldr x8, [sp, #8] ldr x9, [sp, #16] ldrsw x9, [x9, #8] add x1, x8, x9 bl _pipelock_write b LBB3_1 .cfi_endproc ; -- End function .globl _halt ; -- Begin function halt .p2align 2 _halt: ; @halt .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x0, [sp, #8] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x1, [x8] bl _fputs mov w0, #-1 bl _exit .cfi_endproc ; -- End function .globl _expected_sum ; -- Begin function expected_sum .p2align 2 _expected_sum: ; @expected_sum .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 add x9, x9, #0 mul x8, x8, x9 mov x9, #2 udiv x8, x8, x9 str x8, [sp, #8] ldr x8, [sp, #24] subs x8, x8, #1 str x8, [sp, #24] ldr x8, [sp, #24] ldr x10, [sp, #24] add x10, x10, #1 mul x8, x8, x10 ldr x10, [sp, #24] mul x9, x9, x10 add x9, x9, #1 mul x8, x8, x9 mov x9, #6 udiv x8, x8, x9 ldr x9, [sp, #8] ldr x10, [sp, #24] mul x9, x9, x10 add x0, x8, x9 add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _terminus ; -- Begin function terminus .p2align 2 _terminus: ; @terminus .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 xzr, [x29, #-16] ldur x8, [x29, #-8] str x8, [sp, #16] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #16] bl _pipelock_read str x0, [sp, #24] adrp x8, _pipe_exit@PAGE ldr x8, [x8, _pipe_exit@PAGEOFF] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB6_3 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x9, [sp, #24] ldur x8, [x29, #-16] add x8, x8, x9 stur x8, [x29, #-16] b LBB6_1 LBB6_3: ldur x8, [x29, #-16] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _nthreads@PAGE ldrsw x1, [x8, _nthreads@PAGEOFF] mov x0, #2048 bl _expected_sum ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, ne tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #0 bl _exit LBB6_5: ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #-1 bl _exit .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB7_3 b LBB7_1 LBB7_1: ldur x8, [x29, #-16] ldr x0, [x8, #8] bl _atoi subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB7_3 b LBB7_2 LBB7_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] bl _atoi adrp x8, _nthreads@PAGE str w0, [x8, _nthreads@PAGEOFF] b LBB7_3 LBB7_3: adrp x8, _nthreads@PAGE str x8, [sp, #8] ; 8-byte Folded Spill ldr w9, [x8, _nthreads@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w8, [x8, _nthreads@PAGEOFF] add w8, w8, #1 stur w8, [x29, #-20] ldursw x9, [x29, #-20] mov x8, #8 str x8, [sp, #16] ; 8-byte Folded Spill mul x0, x8, x9 bl _malloc ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload stur x0, [x29, #-32] ldrsw x9, [x9, _nthreads@PAGEOFF] mul x0, x8, x9 bl _malloc stur x0, [x29, #-40] str wzr, [sp, #44] b LBB7_4 LBB7_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_7 b LBB7_5 LBB7_5: ; in Loop: Header=BB7_4 Depth=1 mov w0, #1 bl _create_pipelock ldur x8, [x29, #-32] ldrsw x9, [sp, #44] str x0, [x8, x9, lsl #3] b LBB7_6 LBB7_6: ; in Loop: Header=BB7_4 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB7_4 LBB7_7: ldur x8, [x29, #-32] ldur w9, [x29, #-20] subs w9, w9, #1 ldr x3, [x8, w9, sxtw #3] add x0, sp, #48 mov x1, #0 adrp x2, _terminus@PAGE add x2, x2, _terminus@PAGEOFF bl _pthread_create str wzr, [sp, #40] b LBB7_8 LBB7_8: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #40] adrp x9, _nthreads@PAGE ldr w9, [x9, _nthreads@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_13 b LBB7_9 LBB7_9: ; in Loop: Header=BB7_8 Depth=1 mov x0, #8 bl _malloc str x0, [sp, #32] ldur x8, [x29, #-32] ldrsw x9, [sp, #40] add x8, x8, x9, lsl #3 ldr x9, [sp, #32] str x8, [x9] ldr w8, [sp, #40] ldr x9, [sp, #32] str w8, [x9, #8] ldur x8, [x29, #-40] ldrsw x9, [sp, #40] add x0, x8, x9, lsl #3 ldr x3, [sp, #32] mov x1, #0 adrp x2, _loopy@PAGE add x2, x2, _loopy@PAGEOFF bl _pthread_create str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_11 b LBB7_10 LBB7_10: ; in Loop: Header=BB7_8 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _halt b LBB7_11 LBB7_11: ; in Loop: Header=BB7_8 Depth=1 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_8 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB7_8 LBB7_13: mov w8, #1 str w8, [sp, #24] b LBB7_14 LBB7_14: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #2048 cset w8, ge tbnz w8, #0, LBB7_17 b LBB7_15 LBB7_15: ; in Loop: Header=BB7_14 Depth=1 ldur x8, [x29, #-32] ldr x0, [x8] ldr w8, [sp, #24] ldr w9, [sp, #24] mul w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x1, w8 bl _pipelock_write b LBB7_16 LBB7_16: ; in Loop: Header=BB7_14 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB7_14 LBB7_17: ldur x8, [x29, #-32] ldr x0, [x8] adrp x8, _pipe_exit@PAGE ldr x1, [x8, _pipe_exit@PAGEOFF] bl _pipelock_write bl _pause ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __DATA,__data .p2align 3 ; @pipe_exit _pipe_exit: .quad -1 ; 0xffffffffffffffff .p2align 2 ; @nthreads _nthreads: .long 32 ; 0x20 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "passed\n" l_.str.1: ; @.str.1 .asciz "%lld\n" l_.str.2: ; @.str.2 .asciz "nthreads=%d\n" l_.str.3: ; @.str.3 .asciz "pthread create error" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _create_pipelock ## -- Begin function create_pipelock .p2align 4, 0x90 _create_pipelock: ## @create_pipelock .cfi_startproc ## %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 $136, %edi callq _malloc movq %rax, -16(%rbp) movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_mutex_init movq -16(%rbp), %rdi addq $64, %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_cond_init movl -4(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, 128(%rax) movq -16(%rbp), %rax movl $0, 112(%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _pipelock_write ## -- Begin function pipelock_write .p2align 4, 0x90 _pipelock_write: ## @pipelock_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 movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi callq _pthread_mutex_lock movq -8(%rbp), %rax cmpl $0, 112(%rax) je LBB1_2 ## %bb.1: movq -8(%rbp), %rdi addq $64, %rdi movq -8(%rbp), %rsi callq _pthread_cond_wait LBB1_2: movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, 120(%rax) movq -8(%rbp), %rax movl $1, 112(%rax) movq -8(%rbp), %rdi addq $64, %rdi callq _pthread_cond_signal movq -8(%rbp), %rax movl $0, 132(%rax) movq -8(%rbp), %rdi callq _pthread_mutex_unlock addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _pipelock_read ## -- Begin function pipelock_read .p2align 4, 0x90 _pipelock_read: ## @pipelock_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 movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _pthread_mutex_lock movq -8(%rbp), %rax cmpl $0, 112(%rax) jne LBB2_2 ## %bb.1: movq -8(%rbp), %rdi addq $64, %rdi movq -8(%rbp), %rsi callq _pthread_cond_wait LBB2_2: movq -8(%rbp), %rax movq 120(%rax), %rax movq %rax, -16(%rbp) movq -8(%rbp), %rax movl 132(%rax), %ecx addl $1, %ecx movl %ecx, 132(%rax) movq -8(%rbp), %rax movl 132(%rax), %eax movq -8(%rbp), %rcx cmpl 128(%rcx), %eax jne LBB2_4 ## %bb.3: movq -8(%rbp), %rax movl $0, 112(%rax) movq -8(%rbp), %rdi addq $64, %rdi callq _pthread_cond_signal LBB2_4: movq -8(%rbp), %rdi callq _pthread_mutex_unlock movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _loopy ## -- Begin function loopy .p2align 4, 0x90 _loopy: ## @loopy .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movq (%rax), %rdi callq _pipelock_read movq %rax, -24(%rbp) movq -24(%rbp), %rax cmpq _pipe_exit(%rip), %rax jne LBB3_3 ## %bb.2: movq -16(%rbp), %rax movq (%rax), %rax movq 8(%rax), %rdi movq -24(%rbp), %rsi callq _pipelock_write xorl %eax, %eax movl %eax, %edi callq _pthread_exit LBB3_3: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movq 8(%rax), %rdi movq -24(%rbp), %rsi movq -16(%rbp), %rax movslq 8(%rax), %rax addq %rax, %rsi callq _pipelock_write jmp LBB3_1 .cfi_endproc ## -- End function .globl _halt ## -- Begin function halt .p2align 4, 0x90 _halt: ## @halt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _fputs movl $-1, %edi callq _exit .cfi_endproc ## -- End function .globl _expected_sum ## -- Begin function expected_sum .p2align 4, 0x90 _expected_sum: ## @expected_sum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq -16(%rbp), %rcx subq $1, %rcx addq $0, %rcx imulq %rcx, %rax shrq $1, %rax movq %rax, -24(%rbp) movq -8(%rbp), %rax subq $1, %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movq -8(%rbp), %rcx addq $1, %rcx imulq %rcx, %rax movq -8(%rbp), %rcx shlq $1, %rcx addq $1, %rcx imulq %rcx, %rax movl $6, %ecx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq -24(%rbp), %rcx imulq -8(%rbp), %rcx addq %rcx, %rax popq %rbp retq .cfi_endproc ## -- End function .globl _terminus ## -- Begin function terminus .p2align 4, 0x90 _terminus: ## @terminus .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 $0, -16(%rbp) movq -8(%rbp), %rax movq %rax, -32(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rdi callq _pipelock_read movq %rax, -24(%rbp) cmpq _pipe_exit(%rip), %rax je LBB6_3 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -24(%rbp), %rax addq -16(%rbp), %rax movq %rax, -16(%rbp) jmp LBB6_1 LBB6_3: movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movslq _nthreads(%rip), %rsi movl $2048, %edi ## imm = 0x800 callq _expected_sum movq %rax, %rcx movq -40(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jne LBB6_5 ## %bb.4: leaq L_.str(%rip), %rdi xorl %eax, %eax movl %eax, -44(%rbp) ## 4-byte Spill callq _printf movl -44(%rbp), %edi ## 4-byte Reload callq _exit LBB6_5: movq -16(%rbp), %rsi leaq L_.str.1(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $-1, %edi callq _exit .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $2, -8(%rbp) jl LBB7_3 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atoi cmpl $0, %eax jle LBB7_3 ## %bb.2: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _atoi movl %eax, _nthreads(%rip) LBB7_3: movl _nthreads(%rip), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl _nthreads(%rip), %eax addl $1, %eax movl %eax, -20(%rbp) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -32(%rbp) movslq _nthreads(%rip), %rdi shlq $3, %rdi callq _malloc movq %rax, -40(%rbp) movl $0, -52(%rbp) LBB7_4: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -20(%rbp), %eax jge LBB7_7 ## %bb.5: ## in Loop: Header=BB7_4 Depth=1 movl $1, %edi callq _create_pipelock movq %rax, %rdx movq -32(%rbp), %rax movslq -52(%rbp), %rcx movq %rdx, (%rax,%rcx,8) ## %bb.6: ## in Loop: Header=BB7_4 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB7_4 LBB7_7: movq -32(%rbp), %rax movl -20(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rcx leaq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi leaq _terminus(%rip), %rdx callq _pthread_create movl $0, -56(%rbp) LBB7_8: ## =>This Inner Loop Header: Depth=1 movl -56(%rbp), %eax cmpl _nthreads(%rip), %eax jge LBB7_13 ## %bb.9: ## in Loop: Header=BB7_8 Depth=1 movl $8, %edi callq _malloc movq %rax, -64(%rbp) movq -32(%rbp), %rcx movslq -56(%rbp), %rax shlq $3, %rax addq %rax, %rcx movq -64(%rbp), %rax movq %rcx, (%rax) movl -56(%rbp), %ecx movq -64(%rbp), %rax movl %ecx, 8(%rax) movq -40(%rbp), %rdi movslq -56(%rbp), %rax shlq $3, %rax addq %rax, %rdi movq -64(%rbp), %rcx xorl %eax, %eax movl %eax, %esi leaq _loopy(%rip), %rdx callq _pthread_create movl %eax, -68(%rbp) cmpl $0, -68(%rbp) je LBB7_11 ## %bb.10: ## in Loop: Header=BB7_8 Depth=1 leaq L_.str.3(%rip), %rdi callq _halt LBB7_11: ## in Loop: Header=BB7_8 Depth=1 jmp LBB7_12 LBB7_12: ## in Loop: Header=BB7_8 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB7_8 LBB7_13: movl $1, -72(%rbp) LBB7_14: ## =>This Inner Loop Header: Depth=1 cmpl $2048, -72(%rbp) ## imm = 0x800 jge LBB7_17 ## %bb.15: ## in Loop: Header=BB7_14 Depth=1 movq -32(%rbp), %rax movq (%rax), %rdi movl -72(%rbp), %eax imull -72(%rbp), %eax movslq %eax, %rsi callq _pipelock_write ## %bb.16: ## in Loop: Header=BB7_14 Depth=1 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB7_14 LBB7_17: movq -32(%rbp), %rax movq (%rax), %rdi movq _pipe_exit(%rip), %rsi callq _pipelock_write callq _pause movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .p2align 3 ## @pipe_exit _pipe_exit: .quad -1 ## 0xffffffffffffffff .p2align 2 ## @nthreads _nthreads: .long 32 ## 0x20 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "passed\n" L_.str.1: ## @.str.1 .asciz "%lld\n" L_.str.2: ## @.str.2 .asciz "nthreads=%d\n" L_.str.3: ## @.str.3 .asciz "pthread create error" .subsections_via_symbols
the_stack_data/155521.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/153269315.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] movi d0, #0000000000000000 str d0, [sp, #32] fmov d0, #1.00000000 str d0, [sp, #24] mov x9, sp sub x8, x29, #16 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_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldr d0, [sp, #24] ldur d1, [x29, #-16] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_8 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldr d0, [sp, #32] str d0, [sp, #16] ; 8-byte Folded Spill ldr d0, [sp, #24] fmov d1, #2.00000000 bl _fmod ldr d2, [sp, #16] ; 8-byte Folded Reload ldur d1, [x29, #-24] fmul d0, d0, d1 ldur d1, [x29, #-24] fmadd d0, d0, d1, d2 str d0, [sp, #32] b LBB0_6 LBB0_5: ; in Loop: Header=BB0_2 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_2 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_2 Depth=1 ldr d0, [sp, #24] fmov d1, #1.00000000 fadd d0, d0, d1 str d0, [sp, #24] b LBB0_2 LBB0_8: ldr d0, [sp, #32] mov x8, sp str d0, [x8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_10 LBB0_9: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_10 LBB0_10: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%lf" l_.str.1: ; @.str.1 .asciz "Error! Check the entered values\n" l_.str.2: ; @.str.2 .asciz "%lf\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI0_0: .quad 0x3ff0000000000000 ## double 1 LCPI0_1: .quad 0x4000000000000000 ## double 2 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) leaq L_.str(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, %eax jne LBB0_9 ## %bb.1: LBB0_2: ## =>This Inner Loop Header: Depth=1 movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_8 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 leaq L_.str(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, %eax jne LBB0_5 ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) ## 8-byte Spill movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero callq _fmod movsd -48(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero mulsd -24(%rbp), %xmm0 movsd -24(%rbp), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -32(%rbp) jmp LBB0_6 LBB0_5: ## in Loop: Header=BB0_2 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_6: ## in Loop: Header=BB0_2 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_2 Depth=1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -40(%rbp), %xmm0 movsd %xmm0, -40(%rbp) jmp LBB0_2 LBB0_8: movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.2(%rip), %rdi movb $1, %al callq _printf jmp LBB0_10 LBB0_9: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_10: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%lf" L_.str.1: ## @.str.1 .asciz "Error! Check the entered values\n" L_.str.2: ## @.str.2 .asciz "%lf\n" .subsections_via_symbols
the_stack_data/28103.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #16] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-8] ; implicit-def: $x9 mov x9, x8 ldur s0, [x29, #-12] fcvt d0, s0 mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter integer and then a float: " l_.str.1: ; @.str.1 .asciz "%d%f" l_.str.2: ; @.str.2 .asciz "You entered %d and %f" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx movb $0, %al callq _scanf movl -8(%rbp), %esi movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.2(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter integer and then a float: " L_.str.1: ## @.str.1 .asciz "%d%f" L_.str.2: ## @.str.2 .asciz "You entered %d and %f" .subsections_via_symbols
the_stack_data/11074171.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp adrp x8, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x9, [sp, #16] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr w8, [x8] adrp x9, _n@GOTPAGE ldr x9, [x9, _n@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldrsw x9, [x8] adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #8] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w9, [x8, x9, lsl #2] ldur w8, [x29, #-4] add w8, w8, w9 stur w8, [x29, #-4] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_1 LBB0_4: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp adrp x8, _total@GOTPAGE ldr x8, [x8, _total@GOTPAGEOFF] str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur w2, [x29, #-4] mov w0, #0 mov w1, #1 bl _sumOfSubset ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _sumOfSubset ; -- Begin function sumOfSubset .p2align 2 _sumOfSubset: ; @sumOfSubset .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 x11, _x@GOTPAGE ldr x11, [x11, _x@GOTPAGEOFF] str x11, [sp, #16] ; 8-byte Folded Spill adrp x10, _a@GOTPAGE ldr x10, [x10, _a@GOTPAGEOFF] str x10, [sp, #24] ; 8-byte Folded Spill adrp x9, _total@GOTPAGE ldr x9, [x9, _total@GOTPAGEOFF] str x9, [sp, #32] ; 8-byte Folded Spill adrp x8, _i@GOTPAGE ldr x8, [x8, _i@GOTPAGEOFF] stur x8, [x29, #-24] ; 8-byte Folded Spill stur w0, [x29, #-4] stur w1, [x29, #-8] stur w2, [x29, #-12] ldursw x12, [x29, #-8] mov w8, #1 str w8, [x11, x12, lsl #2] ldur w8, [x29, #-4] ldursw x11, [x29, #-8] ldr w10, [x10, x11, lsl #2] add w8, w8, w10 ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_1 LBB1_1: adrp x8, _sol_no@GOTPAGE ldr x8, [x8, _sol_no@GOTPAGEOFF] ldr w9, [x8] mov w10, #1 str w10, [sp, #12] ; 4-byte Folded Spill add w10, w9, #1 str w10, [x8] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur x9, [x29, #-24] ; 8-byte Folded Reload ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [x9] b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr w8, [x8] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_7 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x9, [x29, #-24] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x9, [x29, #-24] ; 8-byte Folded Reload ldrsw x9, [x9] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB1_5 LBB1_5: ; in Loop: Header=BB1_2 Depth=1 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_2 Depth=1 ldur x9, [x29, #-24] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_2 LBB1_7: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB1_11 LBB1_8: ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x10, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldursw x11, [x29, #-8] ldr w11, [x10, x11, lsl #2] add w8, w8, w11 ldur w11, [x29, #-8] add w11, w11, #1 ldr w10, [x10, w11, sxtw #2] add w8, w8, w10 ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldursw x10, [x29, #-8] ldr w10, [x9, x10, lsl #2] add w0, w8, w10 ldur w8, [x29, #-8] add w1, w8, #1 ldur w8, [x29, #-12] ldursw x10, [x29, #-8] ldr w9, [x9, x10, lsl #2] subs w2, w8, w9 bl _sumOfSubset b LBB1_10 LBB1_10: b LBB1_11 LBB1_11: ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x10, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldur w11, [x29, #-12] add w8, w8, w11 ldursw x11, [x29, #-8] ldr w10, [x10, x11, lsl #2] subs w8, w8, w10 ldr w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_14 b LBB1_12 LBB1_12: ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x10, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldur w11, [x29, #-8] add w11, w11, #1 ldr w10, [x10, w11, sxtw #2] add w8, w8, w10 ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #16] ; 8-byte Folded Reload ldursw x11, [x29, #-8] mov w8, #0 str w8, [x10, x11, lsl #2] ldur w0, [x29, #-4] ldur w8, [x29, #-8] add w1, w8, #1 ldur w8, [x29, #-12] ldursw x10, [x29, #-8] ldr w9, [x9, x10, lsl #2] subs w2, w8, w9 bl _sumOfSubset b LBB1_14 LBB1_14: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter the number of elements: " l_.str.1: ; @.str.1 .asciz "%d" .comm _n,4,2 ; @n l_.str.2: ; @.str.2 .asciz "Enter the elements: " .comm _i,4,2 ; @i .comm _a,400,2 ; @a l_.str.3: ; @.str.3 .asciz "Enter the sum total to be computed: " .comm _total,4,2 ; @total l_.str.4: ; @.str.4 .asciz "The possible combinations are:\n" .comm _x,400,2 ; @x l_.str.5: ; @.str.5 .asciz "Solution #%d:\t" .comm _sol_no,4,2 ; @sol_no l_.str.6: ; @.str.6 .asciz "%d\t" l_.str.7: ; @.str.7 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _n@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl $1, (%rax) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rax movq _a@GOTPCREL(%rip), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _a@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %eax addl -4(%rbp), %eax movl %eax, -4(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB0_1 LBB0_4: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _total@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %edx xorl %edi, %edi movl $1, %esi callq _sumOfSubset addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sumOfSubset ## -- Begin function sumOfSubset .p2align 4, 0x90 _sumOfSubset: ## @sumOfSubset .cfi_startproc ## %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 %edx, -12(%rbp) movslq -8(%rbp), %rcx movq _x@GOTPCREL(%rip), %rax movl $1, (%rax,%rcx,4) movl -4(%rbp), %eax movslq -8(%rbp), %rdx movq _a@GOTPCREL(%rip), %rcx addl (%rcx,%rdx,4), %eax movq _total@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB1_8 ## %bb.1: movq _sol_no@GOTPCREL(%rip), %rax movl (%rax), %esi addl $1, %esi movq _sol_no@GOTPCREL(%rip), %rax movl %esi, (%rax) leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movq _i@GOTPCREL(%rip), %rax movl $1, (%rax) LBB1_2: ## =>This Inner Loop Header: Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -8(%rbp), %eax jg LBB1_7 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _x@GOTPCREL(%rip), %rax cmpl $0, (%rax,%rcx,4) je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_2 Depth=1 movq _i@GOTPCREL(%rip), %rax movslq (%rax), %rcx movq _a@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB1_5: ## in Loop: Header=BB1_2 Depth=1 jmp LBB1_6 LBB1_6: ## in Loop: Header=BB1_2 Depth=1 movq _i@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _i@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_2 LBB1_7: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf jmp LBB1_11 LBB1_8: movl -4(%rbp), %eax movslq -8(%rbp), %rdx movq _a@GOTPCREL(%rip), %rcx addl (%rcx,%rdx,4), %eax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rdx movq _a@GOTPCREL(%rip), %rcx addl (%rcx,%rdx,4), %eax movq _total@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_10 ## %bb.9: movl -4(%rbp), %edi movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax addl (%rax,%rcx,4), %edi movl -8(%rbp), %esi addl $1, %esi movl -12(%rbp), %edx movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax subl (%rax,%rcx,4), %edx callq _sumOfSubset LBB1_10: jmp LBB1_11 LBB1_11: movl -4(%rbp), %eax addl -12(%rbp), %eax movslq -8(%rbp), %rdx movq _a@GOTPCREL(%rip), %rcx subl (%rcx,%rdx,4), %eax movq _total@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jl LBB1_14 ## %bb.12: movl -4(%rbp), %eax movl -8(%rbp), %ecx addl $1, %ecx movslq %ecx, %rdx movq _a@GOTPCREL(%rip), %rcx addl (%rcx,%rdx,4), %eax movq _total@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_14 ## %bb.13: movslq -8(%rbp), %rcx movq _x@GOTPCREL(%rip), %rax movl $0, (%rax,%rcx,4) movl -4(%rbp), %edi movl -8(%rbp), %esi addl $1, %esi movl -12(%rbp), %edx movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax subl (%rax,%rcx,4), %edx callq _sumOfSubset LBB1_14: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter the number of elements: " L_.str.1: ## @.str.1 .asciz "%d" .comm _n,4,2 ## @n L_.str.2: ## @.str.2 .asciz "Enter the elements: " .comm _i,4,2 ## @i .comm _a,400,4 ## @a L_.str.3: ## @.str.3 .asciz "Enter the sum total to be computed: " .comm _total,4,2 ## @total L_.str.4: ## @.str.4 .asciz "The possible combinations are:\n" .comm _x,400,4 ## @x L_.str.5: ## @.str.5 .asciz "Solution #%d:\t" .comm _sol_no,4,2 ## @sol_no L_.str.6: ## @.str.6 .asciz "%d\t" L_.str.7: ## @.str.7 .asciz "\n" .subsections_via_symbols
the_stack_data/365636.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ftime ; -- Begin function ftime .p2align 2 _ftime: ; @ftime .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] add x0, sp, #8 add x1, sp, #24 bl _gettimeofday subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #-1 stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldr w8, [sp, #16] mov w9, #1000 sdiv w8, w8, w9 ldur x9, [x29, #-16] strh w8, [x9, #8] ldr x8, [sp, #8] ldur x9, [x29, #-16] str x8, [x9] ldr w8, [sp, #24] ldur x9, [x29, #-16] strh w8, [x9, #10] ldr w8, [sp, #28] ldur x9, [x29, #-16] strh w8, [x9, #12] stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ftime ## -- Begin function ftime .p2align 4, 0x90 _ftime: ## @ftime .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 -24(%rbp), %rsi leaq -40(%rbp), %rdi callq _gettimeofday cmpl $0, %eax jge LBB0_2 ## %bb.1: movl $-1, -4(%rbp) jmp LBB0_3 LBB0_2: movl -32(%rbp), %eax movl $1000, %ecx ## imm = 0x3E8 cltd idivl %ecx movw %ax, %cx movq -16(%rbp), %rax movw %cx, 8(%rax) movq -40(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movl -24(%rbp), %eax movw %ax, %cx movq -16(%rbp), %rax movw %cx, 10(%rax) movl -20(%rbp), %eax movw %ax, %cx movq -16(%rbp), %rax movw %cx, 12(%rax) movl $0, -4(%rbp) LBB0_3: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/57949086.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, #128 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] mov x9, x8 stur x9, [x29, #-96] ; 8-byte Folded Spill ldur w8, [x29, #-16] ; kill: def $x8 killed $w8 stur x8, [x29, #-112] ; 8-byte Folded Spill mov x10, sp stur x10, [x29, #-24] mul x9, x9, x8 lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-104] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x11, [x29, #-104] ; 8-byte Folded Reload ldur x9, [x29, #-96] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 stur x10, [x29, #-88] ; 8-byte Folded Spill stur x9, [x29, #-32] stur x8, [x29, #-40] mov w8, #1 stur w8, [x29, #-44] stur wzr, [x29, #-48] ldur w9, [x29, #-16] subs w9, w9, #1 stur w9, [x29, #-52] stur w8, [x29, #-56] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_7 Depth 2 ; Child Loop BB0_11 Depth 2 ; Child Loop BB0_15 Depth 2 ldur w8, [x29, #-56] ldur w9, [x29, #-16] mov w10, #2 sdiv w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_20 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-48] stur w8, [x29, #-60] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-60] ldur w9, [x29, #-52] 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 x9, [x29, #-88] ; 8-byte Folded Reload ldur x11, [x29, #-112] ; 8-byte Folded Reload ldur w8, [x29, #-44] ldursw x10, [x29, #-48] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldursw x10, [x29, #-60] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-64] b LBB0_7 LBB0_7: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-64] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldur x9, [x29, #-88] ; 8-byte Folded Reload ldur x11, [x29, #-112] ; 8-byte Folded Reload ldur w8, [x29, #-44] ldursw x10, [x29, #-64] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldursw x10, [x29, #-52] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldur w8, [x29, #-64] add w8, w8, #1 stur w8, [x29, #-64] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #1 stur w8, [x29, #-68] b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-68] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldur x9, [x29, #-88] ; 8-byte Folded Reload ldur x11, [x29, #-112] ; 8-byte Folded Reload ldur w8, [x29, #-44] ldursw x10, [x29, #-52] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldursw x10, [x29, #-68] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-68] subs w8, w8, #1 stur w8, [x29, #-68] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-52] subs w8, w8, #1 stur w8, [x29, #-72] b LBB0_15 LBB0_15: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-72] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=2 ldur x9, [x29, #-88] ; 8-byte Folded Reload ldur x11, [x29, #-112] ; 8-byte Folded Reload ldur w8, [x29, #-44] ldursw x10, [x29, #-72] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldursw x10, [x29, #-48] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=2 ldur w8, [x29, #-72] subs w8, w8, #1 stur w8, [x29, #-72] b LBB0_15 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] ldur w8, [x29, #-52] subs w8, w8, #1 stur w8, [x29, #-52] b LBB0_19 LBB0_19: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] b LBB0_1 LBB0_20: stur wzr, [x29, #-76] b LBB0_21 LBB0_21: ; =>This Loop Header: Depth=1 ; Child Loop BB0_23 Depth 2 ldur w8, [x29, #-76] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_28 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=1 stur wzr, [x29, #-80] b LBB0_23 LBB0_23: ; Parent Loop BB0_21 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-80] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_26 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_23 Depth=2 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur x10, [x29, #-112] ; 8-byte Folded Reload ldursw x9, [x29, #-76] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldursw x9, [x29, #-80] 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_25 LBB0_25: ; in Loop: Header=BB0_23 Depth=2 ldur w8, [x29, #-80] add w8, w8, #1 stur w8, [x29, #-80] b LBB0_23 LBB0_26: ; in Loop: Header=BB0_21 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_27 LBB0_27: ; in Loop: Header=BB0_21 Depth=1 ldur w8, [x29, #-76] add w8, w8, #1 stur w8, [x29, #-76] b LBB0_21 LBB0_28: ldur x8, [x29, #-24] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-116] ; 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_30 b LBB0_29 LBB0_29: bl ___stack_chk_fail LBB0_30: ldur w0, [x29, #-116] ; 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 " l_.str.2: ; @.str.2 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %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, -104(%rbp) ## 8-byte Spill movq %rax, %rcx movq %rcx, -96(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -24(%rbp) imulq %rax, %rax shlq $2, %rax callq ____chkstk_darwin movq -104(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -96(%rbp), %rax ## 8-byte Reload movq %rsp, %rdx movq %rdx, -88(%rbp) ## 8-byte Spill movq %rcx, -32(%rbp) movq %rax, -40(%rbp) movl $1, -44(%rbp) movl $0, -48(%rbp) movl -16(%rbp), %eax subl $1, %eax movl %eax, -52(%rbp) movl $1, -56(%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_15 Depth 2 movl -56(%rbp), %eax movl %eax, -108(%rbp) ## 4-byte Spill movl -16(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -108(%rbp), %eax ## 4-byte Reload addl $1, %ecx cmpl %ecx, %eax jg LBB0_20 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -48(%rbp), %eax movl %eax, -60(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -60(%rbp), %eax cmpl -52(%rbp), %eax jg LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -88(%rbp), %rax ## 8-byte Reload movq -96(%rbp), %rsi ## 8-byte Reload movl -44(%rbp), %edx movslq -48(%rbp), %rcx imulq %rsi, %rcx shlq $2, %rcx addq %rcx, %rax movslq -60(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) LBB0_7: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -64(%rbp), %eax cmpl -52(%rbp), %eax jg LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movq -88(%rbp), %rax ## 8-byte Reload movq -96(%rbp), %rsi ## 8-byte Reload movl -44(%rbp), %edx movslq -64(%rbp), %rcx imulq %rsi, %rcx shlq $2, %rcx addq %rcx, %rax movslq -52(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB0_7 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %eax subl $1, %eax movl %eax, -68(%rbp) LBB0_11: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -68(%rbp), %eax cmpl -48(%rbp), %eax jl LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movq -88(%rbp), %rax ## 8-byte Reload movq -96(%rbp), %rsi ## 8-byte Reload movl -44(%rbp), %edx movslq -52(%rbp), %rcx imulq %rsi, %rcx shlq $2, %rcx addq %rcx, %rax movslq -68(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -68(%rbp), %eax addl $-1, %eax movl %eax, -68(%rbp) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %eax subl $1, %eax movl %eax, -72(%rbp) LBB0_15: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -72(%rbp), %eax cmpl -48(%rbp), %eax jle LBB0_18 ## %bb.16: ## in Loop: Header=BB0_15 Depth=2 movq -88(%rbp), %rax ## 8-byte Reload movq -96(%rbp), %rsi ## 8-byte Reload movl -44(%rbp), %edx movslq -72(%rbp), %rcx imulq %rsi, %rcx shlq $2, %rcx addq %rcx, %rax movslq -48(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) ## %bb.17: ## in Loop: Header=BB0_15 Depth=2 movl -72(%rbp), %eax addl $-1, %eax movl %eax, -72(%rbp) jmp LBB0_15 LBB0_18: ## in Loop: Header=BB0_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movl -52(%rbp), %eax addl $-1, %eax movl %eax, -52(%rbp) ## %bb.19: ## in Loop: Header=BB0_1 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_1 LBB0_20: movl $0, -76(%rbp) LBB0_21: ## =>This Loop Header: Depth=1 ## Child Loop BB0_23 Depth 2 movl -76(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_28 ## %bb.22: ## in Loop: Header=BB0_21 Depth=1 movl $0, -80(%rbp) LBB0_23: ## Parent Loop BB0_21 Depth=1 ## => This Inner Loop Header: Depth=2 movl -80(%rbp), %eax cmpl -16(%rbp), %eax jge LBB0_26 ## %bb.24: ## in Loop: Header=BB0_23 Depth=2 movq -88(%rbp), %rax ## 8-byte Reload movq -96(%rbp), %rdx ## 8-byte Reload movslq -76(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -80(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.25: ## in Loop: Header=BB0_23 Depth=2 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp LBB0_23 LBB0_26: ## in Loop: Header=BB0_21 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.27: ## in Loop: Header=BB0_21 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB0_21 LBB0_28: movq -24(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -112(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_30 ## %bb.29: movl -112(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_30: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d " L_.str.2: ## @.str.2 .asciz "\n" .subsections_via_symbols
the_stack_data/220455572.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] adrp x8, _s@GOTPAGE ldr x8, [x8, _s@GOTPAGEOFF] ldrb w8, [x8] and w9, w8, #0x3 mov w8, #-1 subs w8, w8, w9, uxtb cset w8, gt and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _s,4,2 ; @s .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) movq _s@GOTPCREL(%rip), %rax movb (%rax), %al andb $3, %al movzbl %al, %ecx movl $4294967295, %eax ## imm = 0xFFFFFFFF cmpl %ecx, %eax setg %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .comm _s,4,2 ## @s .subsections_via_symbols
the_stack_data/200141846.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, _operation@GOTPAGE ldr x8, [x8, _operation@GOTPAGEOFF] stur x8, [x29, #-64] ; 8-byte Folded Spill adrp x8, _blocksize@GOTPAGE ldr x8, [x8, _blocksize@GOTPAGEOFF] stur x8, [x29, #-56] ; 8-byte Folded Spill adrp x8, _block@GOTPAGE ldr x8, [x8, _block@GOTPAGEOFF] stur x8, [x29, #-48] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur wzr, [x29, #-24] stur wzr, [x29, #-40] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_17 Depth 2 ; Child Loop BB0_6 Depth 2 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] adrp x0, _line@GOTPAGE ldr x0, [x0, _line@GOTPAGEOFF] mov w1, #2048 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_34 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload mov x9, sp str x8, [x9] sub x8, x29, #8 str x8, [x9, #8] sub x8, x29, #12 str x8, [x9, #16] adrp x8, _s_cnt@GOTPAGE ldr x8, [x8, _s_cnt@GOTPAGEOFF] str x8, [sp, #72] ; 8-byte Folded Spill str x8, [x9, #24] sub x8, x29, #16 str x8, [x9, #32] adrp x8, _s_inuse@GOTPAGE ldr x8, [x8, _s_inuse@GOTPAGEOFF] str x8, [sp, #80] ; 8-byte Folded Spill str x8, [x9, #40] sub x8, x29, #20 str x8, [x9, #48] adrp x0, _line@GOTPAGE ldr x0, [x0, _line@GOTPAGEOFF] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _sscanf ldr x12, [sp, #72] ; 8-byte Folded Reload ldr x10, [sp, #80] ; 8-byte Folded Reload ldur x15, [x29, #-64] ; 8-byte Folded Reload ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] ldur w8, [x29, #-40] ; implicit-def: $x16 mov x16, x8 ldur w8, [x29, #-8] ; implicit-def: $x14 mov x14, x8 ldur w8, [x29, #-12] ; implicit-def: $x13 mov x13, x8 ldur w8, [x29, #-16] ; implicit-def: $x11 mov x11, x8 ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp stur x9, [x29, #-72] ; 8-byte Folded Spill str x16, [x9] str x15, [x9, #8] str x14, [x9, #16] str x13, [x9, #24] str x12, [x9, #32] str x11, [x9, #40] str x10, [x9, #48] str x8, [x9, #56] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x0, [x29, #-64] ; 8-byte Folded Reload adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-64] ; 8-byte Folded Reload 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, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-64] ; 8-byte Folded Reload adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-32] b LBB0_6 LBB0_6: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-32] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=2 ldur x9, [x29, #-48] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldursw x10, [x29, #-32] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf bl _abort LBB0_9: ; in Loop: Header=BB0_6 Depth=2 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_6 Depth=2 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB0_6 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #2048 cset w8, lt tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf bl _abort LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-56] ; 8-byte Folded Reload ldur x10, [x29, #-48] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldursw x11, [x29, #-24] str w8, [x10, x11, lsl #2] ldur w8, [x29, #-12] ldursw x10, [x29, #-24] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB0_31 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-64] ; 8-byte Folded Reload adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-64] ; 8-byte Folded Reload adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_29 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-28] stur wzr, [x29, #-32] b LBB0_17 LBB0_17: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #68] ; 4-byte Folded Spill tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=2 ldur w8, [x29, #-32] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, lt str w8, [sp, #68] ; 4-byte Folded Spill b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=2 ldr w8, [sp, #68] ; 4-byte Folded Reload tbz w8, #0, LBB0_24 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_17 Depth=2 ldur x9, [x29, #-48] ; 8-byte Folded Reload ldur w8, [x29, #-8] ldursw x10, [x29, #-32] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_22 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_17 Depth=2 ldur w8, [x29, #-32] stur w8, [x29, #-36] mov w8, #1 stur w8, [x29, #-28] b LBB0_22 LBB0_22: ; in Loop: Header=BB0_17 Depth=2 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_17 Depth=2 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB0_17 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf bl _abort LBB0_26: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-56] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldursw x10, [x29, #-36] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: ldur x8, [x29, #-56] ; 8-byte Folded Reload ldur w9, [x29, #-8] ; implicit-def: $x11 mov x11, x9 ldur w9, [x29, #-12] ; implicit-def: $x10 mov x10, x9 ldursw x9, [x29, #-36] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf bl _abort LBB0_28: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-56] ; 8-byte Folded Reload ldur x10, [x29, #-48] ; 8-byte Folded Reload ldur w8, [x29, #-24] subs w8, w8, #1 stur w8, [x29, #-24] ldursw x8, [x29, #-24] ldr w8, [x10, x8, lsl #2] ldursw x11, [x29, #-36] str w8, [x10, x11, lsl #2] ldursw x8, [x29, #-24] ldr w8, [x9, x8, lsl #2] ldursw x10, [x29, #-36] str w8, [x9, x10, lsl #2] b LBB0_30 LBB0_29: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf bl _abort LBB0_30: ; in Loop: Header=BB0_1 Depth=1 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_33 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-24] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB0_33 LBB0_33: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_34: mov w0, #0 ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .comm _line,2048,0 ; @line .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%s %x %d %s %d %s %d\n" .comm _operation,2048,0 ; @operation .comm _s_cnt,2048,0 ; @s_cnt .comm _s_inuse,2048,0 ; @s_inuse l_.str.1: ; @.str.1 .asciz "%d:: %s %x %d %s %d %s %d\n" l_.str.2: ; @.str.2 .asciz "cholmod_malloc" l_.str.3: ; @.str.3 .asciz "cholmod_realloc_new:" l_.str.4: ; @.str.4 .asciz "cholmod_calloc" .comm _block,8192,2 ; @block l_.str.5: ; @.str.5 .asciz "duplicate!\n" l_.str.6: ; @.str.6 .asciz "out of space!\n" .comm _blocksize,8192,2 ; @blocksize l_.str.7: ; @.str.7 .asciz "cholmod_free" l_.str.8: ; @.str.8 .asciz "cholmod_realloc_old:" l_.str.9: ; @.str.9 .asciz "not found!\n" l_.str.10: ; @.str.10 .asciz "wrong size! %x : %d vs %d\n" l_.str.11: ; @.str.11 .asciz "unrecognized!\n" l_.str.12: ; @.str.12 .asciz "nblocks wrong! %d %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) movl $0, -24(%rbp) movl $0, -40(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_17 Depth 2 ## Child Loop BB0_6 Depth 2 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _line@GOTPCREL(%rip), %rdi movl $2048, %esi ## imm = 0x800 callq _fgets cmpq $0, %rax je LBB0_34 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq _line@GOTPCREL(%rip), %rdi leaq L_.str(%rip), %rsi movq _operation@GOTPCREL(%rip), %rdx leaq -8(%rbp), %rcx leaq -12(%rbp), %r8 movq _s_cnt@GOTPCREL(%rip), %r9 leaq -16(%rbp), %r11 movq _s_inuse@GOTPCREL(%rip), %r10 leaq -20(%rbp), %rax movq %r11, (%rsp) movq %r10, 8(%rsp) movq %rax, 16(%rsp) movb $0, %al callq _sscanf movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) movl -40(%rbp), %esi movl -8(%rbp), %ecx movl -12(%rbp), %r8d movl -16(%rbp), %r11d movl -20(%rbp), %eax leaq L_.str.1(%rip), %rdi movq _operation@GOTPCREL(%rip), %rdx movq _s_cnt@GOTPCREL(%rip), %r9 movq _s_inuse@GOTPCREL(%rip), %r10 movl %r11d, (%rsp) movq %r10, 8(%rsp) movl %eax, 16(%rsp) movb $0, %al callq _printf movq _operation@GOTPCREL(%rip), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq _operation@GOTPCREL(%rip), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movq _operation@GOTPCREL(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_14 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl $0, -32(%rbp) LBB0_6: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_11 ## %bb.7: ## in Loop: Header=BB0_6 Depth=2 movl -8(%rbp), %eax movslq -32(%rbp), %rdx movq _block@GOTPCREL(%rip), %rcx cmpl (%rcx,%rdx,4), %eax jne LBB0_9 ## %bb.8: leaq L_.str.5(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB0_9: ## in Loop: Header=BB0_6 Depth=2 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_6 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_6 LBB0_11: ## in Loop: Header=BB0_1 Depth=1 cmpl $2048, -24(%rbp) ## imm = 0x800 jl LBB0_13 ## %bb.12: leaq L_.str.6(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB0_13: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %edx movslq -24(%rbp), %rcx movq _block@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movl -12(%rbp), %edx movslq -24(%rbp), %rcx movq _blocksize@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_31 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 movq _operation@GOTPCREL(%rip), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_16 ## %bb.15: ## in Loop: Header=BB0_1 Depth=1 movq _operation@GOTPCREL(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB0_29 LBB0_16: ## in Loop: Header=BB0_1 Depth=1 movl $0, -28(%rbp) movl $0, -32(%rbp) LBB0_17: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -28(%rbp) movb %al, -41(%rbp) ## 1-byte Spill jne LBB0_19 ## %bb.18: ## in Loop: Header=BB0_17 Depth=2 movl -32(%rbp), %eax cmpl -24(%rbp), %eax setl %al movb %al, -41(%rbp) ## 1-byte Spill LBB0_19: ## in Loop: Header=BB0_17 Depth=2 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_20 jmp LBB0_24 LBB0_20: ## in Loop: Header=BB0_17 Depth=2 movl -8(%rbp), %eax movslq -32(%rbp), %rdx movq _block@GOTPCREL(%rip), %rcx cmpl (%rcx,%rdx,4), %eax jne LBB0_22 ## %bb.21: ## in Loop: Header=BB0_17 Depth=2 movl -32(%rbp), %eax movl %eax, -36(%rbp) movl $1, -28(%rbp) LBB0_22: ## in Loop: Header=BB0_17 Depth=2 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_17 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_17 LBB0_24: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -28(%rbp) jne LBB0_26 ## %bb.25: leaq L_.str.9(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB0_26: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax movslq -36(%rbp), %rdx movq _blocksize@GOTPCREL(%rip), %rcx cmpl (%rcx,%rdx,4), %eax je LBB0_28 ## %bb.27: movl -8(%rbp), %esi movl -12(%rbp), %edx movslq -36(%rbp), %rcx movq _blocksize@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %ecx leaq L_.str.10(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB0_28: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) movslq -24(%rbp), %rcx movq _block@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movslq -36(%rbp), %rcx movq _block@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movslq -24(%rbp), %rcx movq _blocksize@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx movslq -36(%rbp), %rcx movq _blocksize@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) jmp LBB0_30 LBB0_29: leaq L_.str.11(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf callq _abort LBB0_30: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_31 LBB0_31: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax cmpl -24(%rbp), %eax je LBB0_33 ## %bb.32: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %esi movl -16(%rbp), %edx leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf LBB0_33: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_34: xorl %eax, %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _line,2048,4 ## @line .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s %x %d %s %d %s %d\n" .comm _operation,2048,4 ## @operation .comm _s_cnt,2048,4 ## @s_cnt .comm _s_inuse,2048,4 ## @s_inuse L_.str.1: ## @.str.1 .asciz "%d:: %s %x %d %s %d %s %d\n" L_.str.2: ## @.str.2 .asciz "cholmod_malloc" L_.str.3: ## @.str.3 .asciz "cholmod_realloc_new:" L_.str.4: ## @.str.4 .asciz "cholmod_calloc" .comm _block,8192,4 ## @block L_.str.5: ## @.str.5 .asciz "duplicate!\n" L_.str.6: ## @.str.6 .asciz "out of space!\n" .comm _blocksize,8192,4 ## @blocksize L_.str.7: ## @.str.7 .asciz "cholmod_free" L_.str.8: ## @.str.8 .asciz "cholmod_realloc_old:" L_.str.9: ## @.str.9 .asciz "not found!\n" L_.str.10: ## @.str.10 .asciz "wrong size! %x : %d vs %d\n" L_.str.11: ## @.str.11 .asciz "unrecognized!\n" L_.str.12: ## @.str.12 .asciz "nblocks wrong! %d %d\n" .subsections_via_symbols
the_stack_data/50138219.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/167331367.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _w ; @w .p2align 2 _w: .long 2 ; 0x2 .space 4 .long 3 ; 0x3 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _w ## @w .p2align 2 _w: .long 2 ## 0x2 .space 4 .long 3 ## 0x3 .subsections_via_symbols
the_stack_data/574419.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-12] stur wzr, [x29, #-16] stur wzr, [x29, #-8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w8, [x29, #-24] str w8, [sp, #32] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #32] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_21 LBB0_2: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf ldursb w8, [x29, #-25] subs w8, w8, #66 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-12] ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB0_7 LBB0_4: ldursb w8, [x29, #-25] subs w8, w8, #67 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-16] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] b LBB0_6 LBB0_6: b LBB0_7 LBB0_7: b LBB0_22 LBB0_8: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldursb w8, [x29, #-25] subs w8, w8, #66 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-12] ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB0_14 LBB0_10: ldursb w8, [x29, #-25] subs w8, w8, #67 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-16] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] b LBB0_13 LBB0_12: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB0_13 LBB0_13: b LBB0_14 LBB0_14: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf mov x9, sp sub x8, x29, #25 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldursb w8, [x29, #-25] subs w8, w8, #66 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-12] ldur w8, [x29, #-12] add w8, w8, w9 stur w8, [x29, #-12] b LBB0_20 LBB0_16: ldursb w8, [x29, #-25] subs w8, w8, #67 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _scanf ldur w9, [x29, #-16] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] b LBB0_19 LBB0_18: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB0_19 LBB0_19: b LBB0_20 LBB0_20: b LBB0_22 LBB0_21: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB0_22 LBB0_22: ldur w8, [x29, #-12] mov w9, #200 str w9, [sp, #28] ; 4-byte Folded Spill mul w8, w8, w9 ldur w9, [x29, #-16] mov w10, #500 str w10, [sp, #24] ; 4-byte Folded Spill mul w9, w9, w10 add w8, w8, w9 stur w8, [x29, #-8] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldr w10, [sp, #24] ; 4-byte Folded Reload ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-16] mul w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldr w10, [sp, #28] ; 4-byte Folded Reload ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-12] mul w10, w9, w10 mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\t\t\t\t\t\tPIE IN THE SKY BAKERS" l_.str.1: ; @.str.1 .asciz "\n\t\t\t\t\t\t\tWELCOME" l_.str.2: ; @.str.2 .asciz "\nPLEASE SELECT FROM THE FOLLOWING MENU\nC = CAKE\nB = BISCUITS" l_.str.3: ; @.str.3 .asciz "\nHOW MANY TYPES OF BAKERY ITEMS YOU NEED TO ORDER = " l_.str.4: ; @.str.4 .asciz "%d" l_.str.5: ; @.str.5 .asciz "\nEnter item you need to order = " l_.str.6: ; @.str.6 .asciz "%c" l_.str.7: ; @.str.7 .asciz "\nEnter quantity: " l_.str.8: ; @.str.8 .asciz "\nEnter first item you need to order = " l_.str.9: ; @.str.9 .asciz "\nWrong item entered" l_.str.10: ; @.str.10 .asciz "\nEnter second item you need to order = " l_.str.11: ; @.str.11 .asciz "\nERROR\n" l_.str.12: ; @.str.12 .asciz "\n-----------------------------------\n" l_.str.13: ; @.str.13 .asciz "You have ordered\n" l_.str.14: ; @.str.14 .asciz "%d Cakes = %d\n" l_.str.15: ; @.str.15 .asciz "%d Biscuits = %d\n" l_.str.16: ; @.str.16 .asciz " TOTAL = %d\n" l_.str.17: ; @.str.17 .asciz "\t\t\t\tThankyou have a nice day\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) movl $0, -8(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -33(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.2(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.4(%rip), %rdi leaq -24(%rbp), %rsi callq _scanf movl -24(%rbp), %eax movl %eax, -32(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_1 jmp LBB0_22 LBB0_22: movl -32(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_7 jmp LBB0_20 LBB0_1: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf movsbl -25(%rbp), %eax cmpl $66, %eax jne LBB0_3 ## %bb.2: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -12(%rbp), %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) jmp LBB0_6 LBB0_3: movsbl -25(%rbp), %eax cmpl $67, %eax jne LBB0_5 ## %bb.4: leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl -16(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) LBB0_5: jmp LBB0_6 LBB0_6: jmp LBB0_21 LBB0_7: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movsbl -25(%rbp), %eax cmpl $66, %eax jne LBB0_9 ## %bb.8: leaq L_.str.4(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -12(%rbp), %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) jmp LBB0_13 LBB0_9: movsbl -25(%rbp), %eax cmpl $67, %eax jne LBB0_11 ## %bb.10: leaq L_.str.4(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl -16(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) jmp LBB0_12 LBB0_11: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf LBB0_12: jmp LBB0_13 LBB0_13: leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movsbl -25(%rbp), %eax cmpl $66, %eax jne LBB0_15 ## %bb.14: leaq L_.str.4(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movl -12(%rbp), %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) jmp LBB0_19 LBB0_15: movsbl -25(%rbp), %eax cmpl $67, %eax jne LBB0_17 ## %bb.16: leaq L_.str.4(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl -16(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) jmp LBB0_18 LBB0_17: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf LBB0_18: jmp LBB0_19 LBB0_19: jmp LBB0_21 LBB0_20: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB0_21: imull $200, -12(%rbp), %eax imull $500, -16(%rbp), %ecx ## imm = 0x1F4 addl %ecx, %eax movl %eax, -8(%rbp) leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movl -16(%rbp), %esi imull $500, -16(%rbp), %edx ## imm = 0x1F4 leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %esi imull $200, -12(%rbp), %edx leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %esi leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\t\t\t\t\t\tPIE IN THE SKY BAKERS" L_.str.1: ## @.str.1 .asciz "\n\t\t\t\t\t\t\tWELCOME" L_.str.2: ## @.str.2 .asciz "\nPLEASE SELECT FROM THE FOLLOWING MENU\nC = CAKE\nB = BISCUITS" L_.str.3: ## @.str.3 .asciz "\nHOW MANY TYPES OF BAKERY ITEMS YOU NEED TO ORDER = " L_.str.4: ## @.str.4 .asciz "%d" L_.str.5: ## @.str.5 .asciz "\nEnter item you need to order = " L_.str.6: ## @.str.6 .asciz "%c" L_.str.7: ## @.str.7 .asciz "\nEnter quantity: " L_.str.8: ## @.str.8 .asciz "\nEnter first item you need to order = " L_.str.9: ## @.str.9 .asciz "\nWrong item entered" L_.str.10: ## @.str.10 .asciz "\nEnter second item you need to order = " L_.str.11: ## @.str.11 .asciz "\nERROR\n" L_.str.12: ## @.str.12 .asciz "\n-----------------------------------\n" L_.str.13: ## @.str.13 .asciz "You have ordered\n" L_.str.14: ## @.str.14 .asciz "%d Cakes = %d\n" L_.str.15: ## @.str.15 .asciz "%d Biscuits = %d\n" L_.str.16: ## @.str.16 .asciz " TOTAL = %d\n" L_.str.17: ## @.str.17 .asciz "\t\t\t\tThankyou have a nice day\n" .subsections_via_symbols
the_stack_data/583728.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 0x404ca61379de2e87 ; double 57.297469361769849 lCPI0_1: .quad 0x404e000000000000 ; double 60 lCPI0_2: .quad 0x4049000000000000 ; double 50 .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 adrp x8, lCPI0_2@PAGE ldr d0, [x8, lCPI0_2@PAGEOFF] stur d0, [x29, #-8] fmov d0, #20.00000000 stur d0, [x29, #-16] adrp x8, lCPI0_1@PAGE ldr d0, [x8, lCPI0_1@PAGEOFF] str d0, [sp, #24] ldur d0, [x29, #-8] ldur d1, [x29, #-16] fmul d0, d0, d1 str d0, [sp, #8] ; 8-byte Folded Spill ldr d0, [sp, #24] adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fmul d0, d0, d1 bl _sin fmov d1, d0 ldr d0, [sp, #8] ; 8-byte Folded Reload fmul d0, d0, d1 fmov d1, #2.00000000 fdiv d0, d0, d1 str d0, [sp, #16] ldr d0, [sp, #16] mov x8, sp str d0, [x8] 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 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Area: %f sq cms" .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 0x4000000000000000 ## double 2 LCPI0_1: .quad 0x404ca61379de2e87 ## double 57.297469361769849 LCPI0_2: .quad 0x404e000000000000 ## double 60 LCPI0_3: .quad 0x4034000000000000 ## double 20 LCPI0_4: .quad 0x4049000000000000 ## double 50 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -8(%rbp) movsd LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -16(%rbp) movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -16(%rbp), %xmm0 movsd %xmm0, -40(%rbp) ## 8-byte Spill movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -24(%rbp), %xmm0 callq _sin movaps %xmm0, %xmm1 movsd -40(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -32(%rbp) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Area: %f sq cms" .subsections_via_symbols
the_stack_data/65880.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ssytrd_2stage_ ; -- Begin function ssytrd_2stage_ .p2align 2 _ssytrd_2stage_: ; @ssytrd_2stage_ .cfi_startproc ; %bb.0: sub sp, sp, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #272] ; 16-byte Folded Spill stp x29, x30, [sp, #288] ; 16-byte Folded Spill add x29, sp, #288 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 ldr x12, [x29, #16] ldr x11, [x29, #24] ldr x10, [x29, #32] ldr x9, [x29, #40] ldr x8, [x29, #48] stur x0, [x29, #-32] stur x1, [x29, #-40] stur x2, [x29, #-48] stur x3, [x29, #-56] stur x4, [x29, #-64] stur x5, [x29, #-72] stur x6, [x29, #-80] stur x7, [x29, #-88] stur x12, [x29, #-96] stur x11, [x29, #-104] stur x10, [x29, #-112] stur x9, [x29, #-120] stur x8, [x29, #-128] ldur x8, [x29, #-64] ldr w8, [x8] stur w8, [x29, #-132] ldur w8, [x29, #-132] mov x9, #0 lsr w8, w8, #0 add w8, w8, #1 stur w8, [x29, #-136] ldursw x10, [x29, #-136] ldur x8, [x29, #-56] subs x9, x9, x10 add x8, x8, x9, lsl #2 stur x8, [x29, #-56] ldur x8, [x29, #-72] subs x8, x8, #4 stur x8, [x29, #-72] ldur x8, [x29, #-80] subs x8, x8, #4 stur x8, [x29, #-80] ldur x8, [x29, #-88] subs x8, x8, #4 stur x8, [x29, #-88] ldur x8, [x29, #-96] subs x8, x8, #4 stur x8, [x29, #-96] ldur x8, [x29, #-112] subs x8, x8, #4 stur x8, [x29, #-112] ldur x8, [x29, #-128] str wzr, [x8] ldur x0, [x29, #-32] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _lsame_ str w0, [sp, #120] ldur x0, [x29, #-40] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _lsame_ str w0, [sp, #116] ldur x8, [x29, #-120] ldr w8, [x8] adds w8, w8, #1 cset w8, eq mov w9, #1 str w9, [sp, #100] ; 4-byte Folded Spill tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-104] ldr w8, [x8] adds w8, w8, #1 cset w8, eq str w8, [sp, #100] ; 4-byte Folded Spill b LBB0_2 LBB0_2: ldr w8, [sp, #100] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #104] ldur x2, [x29, #-32] ldur x3, [x29, #-48] adrp x0, _c__1@PAGE add x0, x0, _c__1@PAGEOFF adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF str x1, [sp, #64] ; 8-byte Folded Spill adrp x6, _c_n1@PAGE add x6, x6, _c_n1@PAGEOFF str x6, [sp, #88] ; 8-byte Folded Spill mov x4, x6 mov x5, x6 bl _ilaenv2stage_ ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x6, [sp, #88] ; 8-byte Folded Reload add x4, sp, #108 str x4, [sp, #72] ; 8-byte Folded Spill str w0, [sp, #108] ldur x2, [x29, #-32] ldur x3, [x29, #-48] adrp x0, _c__2@PAGE add x0, x0, _c__2@PAGEOFF mov x5, x6 bl _ilaenv2stage_ ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x4, [sp, #72] ; 8-byte Folded Reload ldr x6, [sp, #88] ; 8-byte Folded Reload add x5, sp, #112 str x5, [sp, #80] ; 8-byte Folded Spill str w0, [sp, #112] ldur x2, [x29, #-32] ldur x3, [x29, #-48] adrp x0, _c__3@PAGE add x0, x0, _c__3@PAGEOFF bl _ilaenv2stage_ ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x4, [sp, #72] ; 8-byte Folded Reload ldr x5, [sp, #80] ; 8-byte Folded Reload ldr x6, [sp, #88] ; 8-byte Folded Reload str w0, [sp, #128] ldur x2, [x29, #-32] ldur x3, [x29, #-48] adrp x0, _c__4@PAGE add x0, x0, _c__4@PAGEOFF bl _ilaenv2stage_ str w0, [sp, #124] ldur x0, [x29, #-32] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x9, [x29, #-128] mov w8, #-1 str w8, [x9] b LBB0_25 LBB0_4: ldr w8, [sp, #116] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_5 LBB0_5: ldur x0, [x29, #-40] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _lsame_ subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur x9, [x29, #-128] mov w8, #-2 str w8, [x9] b LBB0_24 LBB0_7: ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldur x9, [x29, #-128] mov w8, #-3 str w8, [x9] b LBB0_23 LBB0_9: ldur x8, [x29, #-64] ldr w8, [x8] str w8, [sp, #60] ; 4-byte Folded Spill ldur x8, [x29, #-48] ldr w9, [x8] mov w8, #1 subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: mov w8, #1 str w8, [sp, #56] ; 4-byte Folded Spill b LBB0_12 LBB0_11: ldur x8, [x29, #-48] ldr w8, [x8] str w8, [sp, #56] ; 4-byte Folded Spill b LBB0_12 LBB0_12: ldr w8, [sp, #60] ; 4-byte Folded Reload ldr w9, [sp, #56] ; 4-byte Folded Reload subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldur x9, [x29, #-128] mov w8, #-5 str w8, [x9] b LBB0_22 LBB0_14: ldur x8, [x29, #-104] ldr w8, [x8] ldr w9, [sp, #128] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_17 b LBB0_15 LBB0_15: ldr w8, [sp, #104] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ldur x9, [x29, #-128] mov w8, #-10 str w8, [x9] b LBB0_21 LBB0_17: ldur x8, [x29, #-120] ldr w8, [x8] ldr w9, [sp, #124] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_20 b LBB0_18 LBB0_18: ldr w8, [sp, #104] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_20 b LBB0_19 LBB0_19: ldur x9, [x29, #-128] mov w8, #-12 str w8, [x9] b LBB0_20 LBB0_20: b LBB0_21 LBB0_21: b LBB0_22 LBB0_22: b LBB0_23 LBB0_23: b LBB0_24 LBB0_24: b LBB0_25 LBB0_25: ldur x8, [x29, #-128] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ldr s0, [sp, #128] scvtf s0, s0 ldur x8, [x29, #-96] str s0, [x8, #4] ldr s0, [sp, #124] scvtf s0, s0 ldur x8, [x29, #-112] str s0, [x8, #4] b LBB0_27 LBB0_27: ldur x8, [x29, #-128] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_29 b LBB0_28 LBB0_28: ldur x8, [x29, #-128] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 sub x1, x29, #140 stur w8, [x29, #-140] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF mov w2, #13 bl _xerbla_ stur wzr, [x29, #-20] b LBB0_39 LBB0_29: ldr w8, [sp, #104] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: stur wzr, [x29, #-20] b LBB0_39 LBB0_31: b LBB0_32 LBB0_32: ldur x8, [x29, #-48] ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ldur x8, [x29, #-112] fmov s0, #1.00000000 str s0, [x8, #4] stur wzr, [x29, #-20] b LBB0_39 LBB0_34: add x2, sp, #108 ldr w9, [sp, #108] mov w8, #1 add w9, w9, #1 add x6, sp, #144 str w9, [sp, #144] ldur x9, [x29, #-120] ldr w9, [x9] ldr w10, [sp, #144] ldur x11, [x29, #-48] ldr w11, [x11] mul w10, w10, w11 subs w9, w9, w10 add x10, sp, #140 str w9, [sp, #140] str w8, [sp, #132] ldr w8, [sp, #132] ldr w9, [sp, #144] ldur x11, [x29, #-48] ldr w11, [x11] mul w9, w9, w11 add w8, w8, w9 str w8, [sp, #136] ldur x0, [x29, #-40] ldur x1, [x29, #-48] ldur x8, [x29, #-56] ldursw x9, [x29, #-136] add x3, x8, x9, lsl #2 ldur x4, [x29, #-64] ldur x8, [x29, #-112] ldrsw x9, [sp, #132] add x5, x8, x9, lsl #2 ldur x8, [x29, #-88] add x7, x8, #4 ldur x8, [x29, #-112] ldrsw x9, [sp, #136] add x11, x8, x9, lsl #2 ldur x8, [x29, #-128] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] bl _ssytrd_sy2sb_ ldur x8, [x29, #-128] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_36 b LBB0_35 LBB0_35: ldur x8, [x29, #-128] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 sub x1, x29, #140 stur w8, [x29, #-140] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF mov w2, #12 bl _xerbla_ stur wzr, [x29, #-20] b LBB0_39 LBB0_36: ldur x1, [x29, #-32] ldur x2, [x29, #-40] ldur x3, [x29, #-48] ldur x8, [x29, #-112] ldrsw x9, [sp, #132] add x5, x8, x9, lsl #2 ldur x8, [x29, #-72] add x7, x8, #4 ldur x8, [x29, #-80] add x13, x8, #4 ldur x8, [x29, #-96] add x12, x8, #4 ldur x11, [x29, #-104] ldur x8, [x29, #-112] ldrsw x9, [sp, #136] add x10, x8, x9, lsl #2 ldur x8, [x29, #-128] mov x9, sp str x13, [x9] str x12, [x9, #8] str x11, [x9, #16] str x10, [x9, #24] add x10, sp, #140 str x10, [x9, #32] str x8, [x9, #40] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF add x4, sp, #108 add x6, sp, #144 bl _ssytrd_sb2st_ ldur x8, [x29, #-128] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_38 b LBB0_37 LBB0_37: ldur x8, [x29, #-128] ldr w9, [x8] mov w8, #0 subs w8, w8, w9 sub x1, x29, #140 stur w8, [x29, #-140] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF mov w2, #12 bl _xerbla_ stur wzr, [x29, #-20] b LBB0_39 LBB0_38: ldr s0, [sp, #128] scvtf s0, s0 ldur x8, [x29, #-96] str s0, [x8, #4] ldr s0, [sp, #124] scvtf s0, s0 ldur x8, [x29, #-112] str s0, [x8, #4] stur wzr, [x29, #-20] b LBB0_39 LBB0_39: ldur w0, [x29, #-20] ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x28, x27, [sp, #272] ; 16-byte Folded Reload add sp, sp, #304 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "V" l_.str.1: ; @.str.1 .asciz "U" .section __DATA,__data .p2align 2 ; @c__1 _c__1: .long 1 ; 0x1 .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "SSYTRD_2STAGE" .section __DATA,__data .p2align 2 ; @c_n1 _c_n1: .long 4294967295 ; 0xffffffff .p2align 2 ; @c__2 _c__2: .long 2 ; 0x2 .p2align 2 ; @c__3 _c__3: .long 3 ; 0x3 .p2align 2 ; @c__4 _c__4: .long 4 ; 0x4 .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "N" l_.str.4: ; @.str.4 .asciz "L" l_.str.5: ; @.str.5 .asciz "SSYTRD_SY2SB" l_.str.6: ; @.str.6 .asciz "Y" l_.str.7: ; @.str.7 .asciz "SSYTRD_SB2ST" .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 ssytrd_2stage_ LCPI0_0: .long 0x3f800000 ## float 1 .section __TEXT,__text,regular,pure_instructions .globl _ssytrd_2stage_ .p2align 4, 0x90 _ssytrd_2stage_: ## @ssytrd_2stage_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $200, %rsp .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq 64(%rbp), %rax movq 56(%rbp), %rax movq 48(%rbp), %rax movq 40(%rbp), %rax movq 32(%rbp), %rax movq 24(%rbp), %rax movq 16(%rbp), %rax movq %rdi, -56(%rbp) movq %rsi, -64(%rbp) movq %rdx, -72(%rbp) movq %rcx, -80(%rbp) movq %r8, -88(%rbp) movq %r9, -96(%rbp) movq -88(%rbp), %rax movl (%rax), %eax movl %eax, -100(%rbp) movl -100(%rbp), %eax shll $0, %eax addl $1, %eax movl %eax, -104(%rbp) movl -104(%rbp), %ecx movq -80(%rbp), %rax movslq %ecx, %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -80(%rbp) movq -96(%rbp), %rax addq $-4, %rax movq %rax, -96(%rbp) movq 16(%rbp), %rax addq $-4, %rax movq %rax, 16(%rbp) movq 24(%rbp), %rax addq $-4, %rax movq %rax, 24(%rbp) movq 32(%rbp), %rax addq $-4, %rax movq %rax, 32(%rbp) movq 48(%rbp), %rax addq $-4, %rax movq %rax, 48(%rbp) movq 64(%rbp), %rax movl $0, (%rax) movq -56(%rbp), %rdi leaq L_.str(%rip), %rsi callq _lsame_ movl %eax, -136(%rbp) movq -64(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _lsame_ movl %eax, -140(%rbp) movq 56(%rbp), %rcx movb $1, %al cmpl $-1, (%rcx) movb %al, -153(%rbp) ## 1-byte Spill je LBB0_2 ## %bb.1: movq 40(%rbp), %rax cmpl $-1, (%rax) sete %al movb %al, -153(%rbp) ## 1-byte Spill LBB0_2: movb -153(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -152(%rbp) movq -56(%rbp), %rdx movq -72(%rbp), %rcx leaq _c__1(%rip), %rdi leaq L_.str.2(%rip), %rsi leaq _c_n1(%rip), %rax movq %rax, %r8 movq %rax, %r9 movq %rax, (%rsp) callq _ilaenv2stage_ movl %eax, -148(%rbp) movq -56(%rbp), %rdx movq -72(%rbp), %rcx leaq _c__2(%rip), %rdi leaq L_.str.2(%rip), %rsi leaq -148(%rbp), %r8 leaq _c_n1(%rip), %rax movq %rax, %r9 movq %rax, (%rsp) callq _ilaenv2stage_ movl %eax, -144(%rbp) movq -56(%rbp), %rdx movq -72(%rbp), %rcx leaq _c__3(%rip), %rdi leaq L_.str.2(%rip), %rsi leaq -148(%rbp), %r8 leaq -144(%rbp), %r9 leaq _c_n1(%rip), %rax movq %rax, (%rsp) callq _ilaenv2stage_ movl %eax, -128(%rbp) movq -56(%rbp), %rdx movq -72(%rbp), %rcx leaq _c__4(%rip), %rdi leaq L_.str.2(%rip), %rsi leaq -148(%rbp), %r8 leaq -144(%rbp), %r9 leaq _c_n1(%rip), %rax movq %rax, (%rsp) callq _ilaenv2stage_ movl %eax, -132(%rbp) movq -56(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _lsame_ cmpl $0, %eax jne LBB0_4 ## %bb.3: movq 64(%rbp), %rax movl $-1, (%rax) jmp LBB0_25 LBB0_4: cmpl $0, -140(%rbp) jne LBB0_7 ## %bb.5: movq -64(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _lsame_ cmpl $0, %eax jne LBB0_7 ## %bb.6: movq 64(%rbp), %rax movl $-2, (%rax) jmp LBB0_24 LBB0_7: movq -72(%rbp), %rax cmpl $0, (%rax) jge LBB0_9 ## %bb.8: movq 64(%rbp), %rax movl $-3, (%rax) jmp LBB0_23 LBB0_9: movq -88(%rbp), %rax movl (%rax), %eax movl %eax, -160(%rbp) ## 4-byte Spill movq -72(%rbp), %rcx movl $1, %eax cmpl (%rcx), %eax jl LBB0_11 ## %bb.10: movl $1, %eax movl %eax, -164(%rbp) ## 4-byte Spill jmp LBB0_12 LBB0_11: movq -72(%rbp), %rax movl (%rax), %eax movl %eax, -164(%rbp) ## 4-byte Spill LBB0_12: movl -160(%rbp), %eax ## 4-byte Reload movl -164(%rbp), %ecx ## 4-byte Reload cmpl %ecx, %eax jge LBB0_14 ## %bb.13: movq 64(%rbp), %rax movl $-5, (%rax) jmp LBB0_22 LBB0_14: movq 40(%rbp), %rax movl (%rax), %eax cmpl -128(%rbp), %eax jge LBB0_17 ## %bb.15: cmpl $0, -152(%rbp) jne LBB0_17 ## %bb.16: movq 64(%rbp), %rax movl $-10, (%rax) jmp LBB0_21 LBB0_17: movq 56(%rbp), %rax movl (%rax), %eax cmpl -132(%rbp), %eax jge LBB0_20 ## %bb.18: cmpl $0, -152(%rbp) jne LBB0_20 ## %bb.19: movq 64(%rbp), %rax movl $-12, (%rax) LBB0_20: jmp LBB0_21 LBB0_21: jmp LBB0_22 LBB0_22: jmp LBB0_23 LBB0_23: jmp LBB0_24 LBB0_24: jmp LBB0_25 LBB0_25: movq 64(%rbp), %rax cmpl $0, (%rax) jne LBB0_27 ## %bb.26: cvtsi2ssl -128(%rbp), %xmm0 movq 32(%rbp), %rax movss %xmm0, 4(%rax) cvtsi2ssl -132(%rbp), %xmm0 movq 48(%rbp), %rax movss %xmm0, 4(%rax) LBB0_27: movq 64(%rbp), %rax cmpl $0, (%rax) je LBB0_29 ## %bb.28: movq 64(%rbp), %rcx xorl %eax, %eax subl (%rcx), %eax movl %eax, -108(%rbp) leaq L_.str.2(%rip), %rdi leaq -108(%rbp), %rsi movl $13, %edx callq _xerbla_ movl $0, -44(%rbp) jmp LBB0_39 LBB0_29: cmpl $0, -152(%rbp) je LBB0_31 ## %bb.30: movl $0, -44(%rbp) jmp LBB0_39 LBB0_31: jmp LBB0_32 LBB0_32: movq -72(%rbp), %rax cmpl $0, (%rax) jne LBB0_34 ## %bb.33: movq 48(%rbp), %rax movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, 4(%rax) movl $0, -44(%rbp) jmp LBB0_39 LBB0_34: movl -148(%rbp), %eax addl $1, %eax movl %eax, -112(%rbp) movq 56(%rbp), %rax movl (%rax), %eax movl -112(%rbp), %ecx movq -72(%rbp), %rdx imull (%rdx), %ecx subl %ecx, %eax movl %eax, -116(%rbp) movl $1, -124(%rbp) movl -124(%rbp), %eax movl -112(%rbp), %ecx movq -72(%rbp), %rdx imull (%rdx), %ecx addl %ecx, %eax movl %eax, -120(%rbp) movq -64(%rbp), %rdi movq -72(%rbp), %rsi movq -80(%rbp), %rcx movslq -104(%rbp), %rax shlq $2, %rax addq %rax, %rcx movq -88(%rbp), %r8 movq 48(%rbp), %r9 movslq -124(%rbp), %rax shlq $2, %rax addq %rax, %r9 movq 24(%rbp), %rbx addq $4, %rbx movq 48(%rbp), %r11 movslq -120(%rbp), %rax shlq $2, %rax addq %rax, %r11 movq 64(%rbp), %rax leaq -148(%rbp), %rdx leaq -112(%rbp), %r14 leaq -116(%rbp), %r10 movq %r14, (%rsp) movq %rbx, 8(%rsp) movq %r11, 16(%rsp) movq %r10, 24(%rsp) movq %rax, 32(%rsp) callq _ssytrd_sy2sb_ movq 64(%rbp), %rax cmpl $0, (%rax) je LBB0_36 ## %bb.35: movq 64(%rbp), %rcx xorl %eax, %eax subl (%rcx), %eax movl %eax, -108(%rbp) leaq L_.str.5(%rip), %rdi leaq -108(%rbp), %rsi movl $12, %edx callq _xerbla_ movl $0, -44(%rbp) jmp LBB0_39 LBB0_36: movq -56(%rbp), %rsi movq -64(%rbp), %rdx movq -72(%rbp), %rcx movq 48(%rbp), %r9 movslq -124(%rbp), %rax shlq $2, %rax addq %rax, %r9 movq -96(%rbp), %r12 addq $4, %r12 movq 16(%rbp), %r15 addq $4, %r15 movq 32(%rbp), %r14 addq $4, %r14 movq 40(%rbp), %rbx movq 48(%rbp), %r11 movslq -120(%rbp), %rax shlq $2, %rax addq %rax, %r11 movq 64(%rbp), %rax leaq L_.str.6(%rip), %rdi leaq -148(%rbp), %r8 leaq -112(%rbp), %r13 leaq -116(%rbp), %r10 movq %r13, (%rsp) movq %r12, 8(%rsp) movq %r15, 16(%rsp) movq %r14, 24(%rsp) movq %rbx, 32(%rsp) movq %r11, 40(%rsp) movq %r10, 48(%rsp) movq %rax, 56(%rsp) callq _ssytrd_sb2st_ movq 64(%rbp), %rax cmpl $0, (%rax) je LBB0_38 ## %bb.37: movq 64(%rbp), %rcx xorl %eax, %eax subl (%rcx), %eax movl %eax, -108(%rbp) leaq L_.str.7(%rip), %rdi leaq -108(%rbp), %rsi movl $12, %edx callq _xerbla_ movl $0, -44(%rbp) jmp LBB0_39 LBB0_38: cvtsi2ssl -128(%rbp), %xmm0 movq 32(%rbp), %rax movss %xmm0, 4(%rax) cvtsi2ssl -132(%rbp), %xmm0 movq 48(%rbp), %rax movss %xmm0, 4(%rax) movl $0, -44(%rbp) LBB0_39: movl -44(%rbp), %eax addq $200, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "V" L_.str.1: ## @.str.1 .asciz "U" .section __DATA,__data .p2align 2 ## @c__1 _c__1: .long 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "SSYTRD_2STAGE" .section __DATA,__data .p2align 2 ## @c_n1 _c_n1: .long 4294967295 ## 0xffffffff .p2align 2 ## @c__2 _c__2: .long 2 ## 0x2 .p2align 2 ## @c__3 _c__3: .long 3 ## 0x3 .p2align 2 ## @c__4 _c__4: .long 4 ## 0x4 .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "N" L_.str.4: ## @.str.4 .asciz "L" L_.str.5: ## @.str.5 .asciz "SSYTRD_SY2SB" L_.str.6: ## @.str.6 .asciz "Y" L_.str.7: ## @.str.7 .asciz "SSYTRD_SB2ST" .subsections_via_symbols
the_stack_data/1015478.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/852934.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cvec_set_njobs ; -- Begin function cvec_set_njobs .p2align 2 _cvec_set_njobs: ; @cvec_set_njobs .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] adrp x9, _cvec_njobs@PAGE str w8, [x9, _cvec_njobs@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _cvec_njobs ; @cvec_njobs .p2align 2 _cvec_njobs: .long 6 ; 0x6 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _cvec_set_njobs ## -- Begin function cvec_set_njobs .p2align 4, 0x90 _cvec_set_njobs: ## @cvec_set_njobs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax movl %eax, _cvec_njobs(%rip) popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _cvec_njobs ## @cvec_njobs .p2align 2 _cvec_njobs: .long 6 ## 0x6 .subsections_via_symbols
the_stack_data/1180496.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/105862.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 x0, #60103 movk x0, #58761, lsl #16 movk x0, #139, lsl #32 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] str x0, [sp, #16] bl _largest_prime_factor mov x8, sp str x0, [x8] 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 .globl _largest_prime_factor ; -- Begin function largest_prime_factor .p2align 2 _largest_prime_factor: ; @largest_prime_factor .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov x8, #1 str x8, [sp, #16] ldur d0, [x29, #-8] scvtf d0, d0 fsqrt d0, d0 fcvtzs x8, d0 str x8, [sp, #8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #1 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #8] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x8, [x29, #-8] ldr x10, [sp, #8] sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr x0, [sp, #8] bl _is_prime subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #8] str x8, [sp, #16] b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #8] subs x8, x8, #1 str x8, [sp, #8] b LBB1_1 LBB1_8: ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _is_prime ; -- Begin function is_prime .p2align 2 _is_prime: ; @is_prime .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] mov w8, #3 str w8, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 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 d1, [sp, #16] scvtf d1, d1 fsqrt d1, d1 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB2_6 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x10, [sp, #12] sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: str wzr, [sp, #28] b LBB2_7 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_6: mov w8, #1 str w8, [sp, #28] b LBB2_7 LBB2_7: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Result: %ld\n" l_.str.1: ; @.str.1 .asciz "%ld\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movabsq $600851475143, %rax ## imm = 0x8BE589EAC7 movq %rax, -16(%rbp) movabsq $600851475143, %rdi ## imm = 0x8BE589EAC7 callq _largest_prime_factor movq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _largest_prime_factor ## -- Begin function largest_prime_factor .p2align 4, 0x90 _largest_prime_factor: ## @largest_prime_factor .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 $1, -16(%rbp) movq -8(%rbp), %rax movq %rax, -40(%rbp) fildll -40(%rbp) fsqrt fisttpll -32(%rbp) movq -32(%rbp), %rax movq %rax, -24(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpq $1, -16(%rbp) jne LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax cqto idivq -24(%rbp) cmpq $0, %rdx jne LBB1_6 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rdi callq _is_prime cmpl $0, %eax je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rax movq %rax, -16(%rbp) LBB1_5: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_6 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rax addq $-1, %rax movq %rax, -24(%rbp) jmp LBB1_1 LBB1_8: movq -16(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _is_prime ## -- Begin function is_prime .p2align 4, 0x90 _is_prime: ## @is_prime .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 $3, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cvtsi2sdl -20(%rbp), %xmm1 cvtsi2sdq -16(%rbp), %xmm0 sqrtsd %xmm0, %xmm0 ucomisd %xmm1, %xmm0 jbe LBB2_6 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx cqto idivq %rcx cmpq $0, %rdx jne LBB2_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB2_7 LBB2_4: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_5 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_6: movl $1, -4(%rbp) LBB2_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Result: %ld\n" L_.str.1: ## @.str.1 .asciz "%ld\n" .subsections_via_symbols
the_stack_data/355775.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, #320 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] mov w8, #8 stur w8, [x29, #-32] mov w8, #16 stur w8, [x29, #-36] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #28 str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-56] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 sub x10, x29, #56 stur x9, [x10, #-256] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub x9, x29, #56 ldur x10, [x9, #-256] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 sub x10, x29, #48 stur x9, [x10, #-256] ; 8-byte Folded Spill stur x8, [x29, #-64] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 sub x10, x29, #40 stur x9, [x10, #-256] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub x9, x29, #40 ldur x10, [x9, #-256] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 sub x10, x29, #32 stur x9, [x10, #-256] ; 8-byte Folded Spill stur x8, [x29, #-72] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 sub x10, x29, #24 stur x9, [x10, #-256] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub x9, x29, #24 ldur x10, [x9, #-256] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 sub x10, x29, #16 stur x9, [x10, #-256] ; 8-byte Folded Spill stur x8, [x29, #-80] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 sub x10, x29, #8 stur x9, [x10, #-256] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub x9, x29, #8 ldur x10, [x9, #-256] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-256] ; 8-byte Folded Spill stur x8, [x29, #-88] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-248] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-248] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-240] ; 8-byte Folded Spill stur x8, [x29, #-96] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-232] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-232] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-224] ; 8-byte Folded Spill stur x8, [x29, #-104] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-216] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-216] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-208] ; 8-byte Folded Spill stur x8, [x29, #-112] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-200] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-200] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-192] ; 8-byte Folded Spill stur x8, [x29, #-120] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-184] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-184] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-176] ; 8-byte Folded Spill stur x8, [x29, #-128] ldur w8, [x29, #-28] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-168] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-168] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-160] ; 8-byte Folded Spill stur x8, [x29, #-136] movi d0, #0000000000000000 stur s0, [x29, #-140] stur s0, [x29, #-144] stur wzr, [x29, #-44] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 sub x8, x29, #48 ldur x9, [x8, #-256] ; 8-byte Folded Reload ldur w8, [x29, #-44] add w8, w8, #1 ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF sub x8, x29, #64 stur x0, [x8, #-256] ; 8-byte Folded Spill bl _printf sub x8, x29, #48 ldur x8, [x8, #-256] ; 8-byte Folded Reload ldursw x9, [x29, #-44] 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.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf add sp, sp, #16 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf sub x8, x29, #32 ldur x8, [x8, #-256] ; 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.5@PAGE add x0, x0, l_.str.5@PAGEOFF sub x8, x29, #72 stur x0, [x8, #-256] ; 8-byte Folded Spill bl _scanf add sp, sp, #16 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf sub x8, x29, #16 ldur x8, [x8, #-256] ; 8-byte Folded Reload sub x9, x29, #72 ldur x0, [x9, #-256] ; 8-byte Folded Reload ldursw x9, [x29, #-44] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] bl _scanf sub x8, x29, #16 ldur x8, [x8, #-256] ; 8-byte Folded Reload ldur x12, [x29, #-224] ; 8-byte Folded Reload ldur x11, [x29, #-240] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldur x9, [x29, #-208] ; 8-byte Folded Reload sub x13, x29, #64 ldur x0, [x13, #-256] ; 8-byte Folded Reload add sp, sp, #16 ldursw x13, [x29, #-44] ldr w8, [x8, x13, lsl #2] ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldursw x12, [x29, #-44] mov w8, #0 str w8, [x11, x12, lsl #2] ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_1 LBB0_4: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldur x9, [x29, #-256] ; 8-byte Folded Reload ldur x10, [x29, #-240] ; 8-byte Folded Reload sub x11, x29, #16 ldur x11, [x11, #-256] ; 8-byte Folded Reload sub x12, x29, #32 ldur x12, [x12, #-256] ; 8-byte Folded Reload sub x13, x29, #48 ldur x13, [x13, #-256] ; 8-byte Folded Reload ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] ; implicit-def: $x14 mov x14, x13 ldursw x13, [x29, #-44] ldr w12, [x12, x13, lsl #2] ; implicit-def: $x13 mov x13, x12 ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] ; implicit-def: $x12 mov x12, x11 ldursw x11, [x29, #-44] ldr w10, [x10, x11, lsl #2] ; implicit-def: $x11 mov x11, x10 ldursw x10, [x29, #-44] ldr w9, [x9, x10, lsl #2] ; implicit-def: $x10 mov x10, x9 ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #48 mov x9, sp str x14, [x9] str x13, [x9, #8] str x12, [x9, #16] str x11, [x9, #24] str x10, [x9, #32] str x8, [x9, #40] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf add sp, sp, #48 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_5 LBB0_8: adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-48] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-48] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 sub x8, x29, #32 ldur x9, [x8, #-256] ; 8-byte Folded Reload ldursw x8, [x29, #-44] ldr w8, [x9, x8, lsl #2] ldursw x10, [x29, #-48] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 sub x8, x29, #48 ldur x9, [x8, #-256] ; 8-byte Folded Reload sub x8, x29, #32 ldur x10, [x8, #-256] ; 8-byte Folded Reload ldur x11, [x29, #-224] ; 8-byte Folded Reload sub x8, x29, #16 ldur x12, [x8, #-256] ; 8-byte Folded Reload ldursw x8, [x29, #-44] ldr w8, [x12, x8, lsl #2] stur w8, [x29, #-40] ldursw x8, [x29, #-48] ldr w8, [x12, x8, lsl #2] ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldur w8, [x29, #-40] ldursw x13, [x29, #-48] str w8, [x12, x13, lsl #2] ldursw x8, [x29, #-44] ldr w8, [x11, x8, lsl #2] stur w8, [x29, #-40] ldursw x8, [x29, #-48] ldr w8, [x11, x8, lsl #2] ldursw x12, [x29, #-44] str w8, [x11, x12, lsl #2] ldur w8, [x29, #-40] ldursw x12, [x29, #-48] str w8, [x11, x12, lsl #2] ldursw x8, [x29, #-44] ldr w8, [x10, x8, lsl #2] stur w8, [x29, #-40] ldursw x8, [x29, #-48] ldr w8, [x10, x8, lsl #2] ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldur w8, [x29, #-40] ldursw x11, [x29, #-48] str w8, [x10, x11, lsl #2] ldursw x8, [x29, #-44] ldr w8, [x9, x8, lsl #2] stur w8, [x29, #-40] ldursw x8, [x29, #-48] ldr w8, [x9, x8, lsl #2] ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-40] ldursw x10, [x29, #-48] str w8, [x9, x10, lsl #2] b LBB0_14 LBB0_14: ; in Loop: Header=BB0_11 Depth=2 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_11 Depth=2 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB0_11 LBB0_16: ; in Loop: Header=BB0_9 Depth=1 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_9 LBB0_18: sub x8, x29, #32 ldur x8, [x8, #-256] ; 8-byte Folded Reload ldr w8, [x8] stur w8, [x29, #-148] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_19 LBB0_19: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_22 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldur x9, [x29, #-256] ; 8-byte Folded Reload ldur x10, [x29, #-240] ; 8-byte Folded Reload sub x11, x29, #16 ldur x11, [x11, #-256] ; 8-byte Folded Reload sub x12, x29, #32 ldur x12, [x12, #-256] ; 8-byte Folded Reload sub x13, x29, #48 ldur x13, [x13, #-256] ; 8-byte Folded Reload ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] ; implicit-def: $x14 mov x14, x13 ldursw x13, [x29, #-44] ldr w12, [x12, x13, lsl #2] ; implicit-def: $x13 mov x13, x12 ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] ; implicit-def: $x12 mov x12, x11 ldursw x11, [x29, #-44] ldr w10, [x10, x11, lsl #2] ; implicit-def: $x11 mov x11, x10 ldursw x10, [x29, #-44] ldr w9, [x9, x10, lsl #2] ; implicit-def: $x10 mov x10, x9 ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #48 mov x9, sp str x14, [x9] str x13, [x9, #8] str x12, [x9, #16] str x11, [x9, #24] str x10, [x9, #32] str x8, [x9, #40] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf add sp, sp, #48 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_19 LBB0_22: adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_23 LBB0_23: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_28 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_23 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldur x10, [x29, #-192] ; 8-byte Folded Reload ldur w11, [x29, #-32] ldur w9, [x29, #-148] add w9, w9, w11 stur w9, [x29, #-148] ldur w12, [x29, #-32] ldursw x11, [x29, #-44] mov x9, x8 add x11, x9, x11, lsl #2 ldr w9, [x11] subs w9, w9, w12 str w9, [x11] ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ldursw x11, [x29, #-44] str w9, [x10, x11, lsl #2] ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_26 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_23 Depth=1 ldur x9, [x29, #-208] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload sub x8, x29, #32 ldur x11, [x8, #-256] ; 8-byte Folded Reload ldur x12, [x29, #-240] ; 8-byte Folded Reload sub x8, x29, #16 ldur x13, [x8, #-256] ; 8-byte Folded Reload ldur x14, [x29, #-192] ; 8-byte Folded Reload ldursw x15, [x29, #-44] mov w8, #0 str w8, [x14, x15, lsl #2] ldur w8, [x29, #-148] ldursw x14, [x29, #-44] ldr w14, [x11, x14, lsl #2] subs w8, w8, w14 ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] subs w8, w8, w13 ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldur w8, [x29, #-148] ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] subs w8, w8, w11 ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-44] mov w8, #1 str w8, [x9, x10, lsl #2] b LBB0_26 LBB0_26: ; in Loop: Header=BB0_23 Depth=1 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_23 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_23 LBB0_28: stur wzr, [x29, #-44] b LBB0_29 LBB0_29: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_39 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_29 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_37 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_29 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_35 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_29 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldur x10, [x29, #-176] ; 8-byte Folded Reload ldur w11, [x29, #-36] ldur w9, [x29, #-148] add w9, w9, w11 stur w9, [x29, #-148] ldur w12, [x29, #-36] ldursw x11, [x29, #-44] mov x9, x8 add x11, x9, x11, lsl #2 ldr w9, [x11] subs w9, w9, w12 str w9, [x11] ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ldursw x11, [x29, #-44] str w9, [x10, x11, lsl #2] ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_29 Depth=1 ldur x9, [x29, #-208] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload sub x8, x29, #32 ldur x11, [x8, #-256] ; 8-byte Folded Reload ldur x12, [x29, #-240] ; 8-byte Folded Reload sub x8, x29, #16 ldur x13, [x8, #-256] ; 8-byte Folded Reload ldur x14, [x29, #-176] ; 8-byte Folded Reload ldursw x15, [x29, #-44] mov w8, #0 str w8, [x14, x15, lsl #2] ldur w8, [x29, #-148] ldursw x14, [x29, #-44] ldr w14, [x11, x14, lsl #2] subs w8, w8, w14 ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] subs w8, w8, w13 ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldur w8, [x29, #-148] ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] subs w8, w8, w11 ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-44] mov w8, #2 str w8, [x9, x10, lsl #2] b LBB0_34 LBB0_34: ; in Loop: Header=BB0_29 Depth=1 b LBB0_36 LBB0_35: ; in Loop: Header=BB0_29 Depth=1 ldur x9, [x29, #-208] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload sub x8, x29, #32 ldur x11, [x8, #-256] ; 8-byte Folded Reload ldur x12, [x29, #-240] ; 8-byte Folded Reload sub x8, x29, #16 ldur x13, [x8, #-256] ; 8-byte Folded Reload ldur x14, [x29, #-176] ; 8-byte Folded Reload ldur x8, [x29, #-192] ; 8-byte Folded Reload ldursw x15, [x29, #-44] ldr w16, [x8, x15, lsl #2] ldur w15, [x29, #-148] add w15, w15, w16 stur w15, [x29, #-148] ldursw x16, [x29, #-44] mov w15, #0 str w15, [x8, x16, lsl #2] ldursw x15, [x29, #-44] ldr w8, [x8, x15, lsl #2] ldursw x15, [x29, #-44] str w8, [x14, x15, lsl #2] ldur w8, [x29, #-148] ldursw x14, [x29, #-44] ldr w14, [x11, x14, lsl #2] subs w8, w8, w14 ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] subs w8, w8, w13 ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldur w8, [x29, #-148] ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] subs w8, w8, w11 ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-44] mov w8, #2 str w8, [x9, x10, lsl #2] b LBB0_36 LBB0_36: ; in Loop: Header=BB0_29 Depth=1 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_29 Depth=1 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_29 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_29 LBB0_39: stur wzr, [x29, #-44] b LBB0_40 LBB0_40: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_47 b LBB0_41 LBB0_41: ; in Loop: Header=BB0_40 Depth=1 ldur x8, [x29, #-176] ; 8-byte Folded Reload ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_45 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_40 Depth=1 ldur x8, [x29, #-176] ; 8-byte Folded Reload ldur x10, [x29, #-160] ; 8-byte Folded Reload ldursw x9, [x29, #-44] ldr w11, [x8, x9, lsl #2] ldur w9, [x29, #-148] add w9, w9, w11 stur w9, [x29, #-148] ldursw x11, [x29, #-44] mov w9, #0 str w9, [x8, x11, lsl #2] ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ldursw x11, [x29, #-44] str w9, [x10, x11, lsl #2] ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_44 b LBB0_43 LBB0_43: ; in Loop: Header=BB0_40 Depth=1 ldur x9, [x29, #-208] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload sub x8, x29, #32 ldur x11, [x8, #-256] ; 8-byte Folded Reload ldur x12, [x29, #-240] ; 8-byte Folded Reload sub x8, x29, #16 ldur x13, [x8, #-256] ; 8-byte Folded Reload ldur x14, [x29, #-224] ; 8-byte Folded Reload ldursw x15, [x29, #-44] mov w8, #0 str w8, [x14, x15, lsl #2] ldur w8, [x29, #-148] ldursw x14, [x29, #-44] ldr w14, [x11, x14, lsl #2] subs w8, w8, w14 ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] subs w8, w8, w13 ldursw x13, [x29, #-44] str w8, [x12, x13, lsl #2] ldur w8, [x29, #-148] ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] subs w8, w8, w11 ldursw x11, [x29, #-44] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-44] mov w8, #3 str w8, [x9, x10, lsl #2] b LBB0_44 LBB0_44: ; in Loop: Header=BB0_40 Depth=1 b LBB0_45 LBB0_45: ; in Loop: Header=BB0_40 Depth=1 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_40 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_40 LBB0_47: adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_48 LBB0_48: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_51 b LBB0_49 LBB0_49: ; in Loop: Header=BB0_48 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldur x9, [x29, #-256] ; 8-byte Folded Reload ldur x10, [x29, #-240] ; 8-byte Folded Reload sub x11, x29, #16 ldur x11, [x11, #-256] ; 8-byte Folded Reload sub x12, x29, #32 ldur x12, [x12, #-256] ; 8-byte Folded Reload sub x13, x29, #48 ldur x13, [x13, #-256] ; 8-byte Folded Reload ldursw x14, [x29, #-44] ldr w13, [x13, x14, lsl #2] ; implicit-def: $x14 mov x14, x13 ldursw x13, [x29, #-44] ldr w12, [x12, x13, lsl #2] ; implicit-def: $x13 mov x13, x12 ldursw x12, [x29, #-44] ldr w11, [x11, x12, lsl #2] ; implicit-def: $x12 mov x12, x11 ldursw x11, [x29, #-44] ldr w10, [x10, x11, lsl #2] ; implicit-def: $x11 mov x11, x10 ldursw x10, [x29, #-44] ldr w9, [x9, x10, lsl #2] ; implicit-def: $x10 mov x10, x9 ldursw x9, [x29, #-44] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #48 mov x9, sp str x14, [x9] str x13, [x9, #8] str x12, [x9, #16] str x11, [x9, #24] str x10, [x9, #32] str x8, [x9, #40] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf add sp, sp, #48 b LBB0_50 LBB0_50: ; in Loop: Header=BB0_48 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_48 LBB0_51: adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf stur wzr, [x29, #-44] b LBB0_52 LBB0_52: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_55 b LBB0_53 LBB0_53: ; in Loop: Header=BB0_52 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldur x9, [x29, #-240] ; 8-byte Folded Reload ldursw x10, [x29, #-44] ldr s0, [x9, x10, lsl #2] scvtf s1, s0 ldur s0, [x29, #-140] fadd s0, s0, s1 stur s0, [x29, #-140] ldursw x9, [x29, #-44] ldr s0, [x8, x9, lsl #2] scvtf s1, s0 ldur s0, [x29, #-144] fadd s0, s0, s1 stur s0, [x29, #-144] b LBB0_54 LBB0_54: ; in Loop: Header=BB0_52 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_52 LBB0_55: ldur s0, [x29, #-140] ldur s1, [x29, #-28] scvtf s1, s1 fdiv s0, s0, s1 fcvt d1, s0 ldur s0, [x29, #-144] ldur s2, [x29, #-28] scvtf s2, s2 fdiv s0, s0, s2 fcvt d0, s0 sub sp, sp, #16 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf add sp, sp, #16 ldur x8, [x29, #-56] sub x9, x29, #80 stur x8, [x9, #-256] ; 8-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_57 b LBB0_56 LBB0_56: bl ___stack_chk_fail LBB0_57: sub x8, x29, #80 ldur x8, [x8, #-256] ; 8-byte Folded Reload mov sp, x8 sub sp, x29, #16 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n\t\t\t\t\t Multilevel FeedBack Queue Scheduling \n" l_.str.1: ; @.str.1 .asciz "\t\t\t\t==================================================\n" l_.str.2: ; @.str.2 .asciz "\t\t\t\t--------------------------------------------------\n" l_.str.3: ; @.str.3 .asciz "\n -----------------------------------------------------------------------------------------------\n" l_.str.4: ; @.str.4 .asciz "Enter no of processes: " l_.str.5: ; @.str.5 .asciz "%d" l_.str.6: ; @.str.6 .asciz "\n |---------------------------------------------------------------------------|\n" l_.str.7: ; @.str.7 .asciz "\nEnter Details for process P%d \n" l_.str.8: ; @.str.8 .asciz "Enter arrival time : " l_.str.9: ; @.str.9 .asciz "Enter Burst time : " l_.str.10: ; @.str.10 .asciz "\nProcess deatils before sorting of process a/c arrival time" l_.str.11: ; @.str.11 .asciz "| Process\t|\tAT\t|\tBT\t|\tWT\t|\tTAT\t|\tQueue\t|\n" l_.str.12: ; @.str.12 .asciz " -----------------------------------------------------------------------------------------------\n" l_.str.13: ; @.str.13 .asciz "|\tP%d\t|\t%d\t|\t%d\t|\t%d\t|\t%d\t|\t%d\t|\n" l_.str.14: ; @.str.14 .asciz "\nProcess deatils after sorting of process a/c arrival time" l_.str.15: ; @.str.15 .asciz "\nProcess deatils after scheduling of process." l_.str.16: ; @.str.16 .asciz "Average Waiting Time --> %f \n Average Turnaround Time --> %f" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $304, %rsp ## imm = 0x130 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $8, -16(%rbp) movl $16, -20(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -297(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -297(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -297(%rbp), %al ## 1-byte Reload leaq L_.str.2(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -297(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -297(%rbp), %al ## 1-byte Reload leaq L_.str.4(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -297(%rbp), %al ## 1-byte Reload leaq L_.str.5(%rip), %rdi leaq -12(%rbp), %rsi callq _scanf movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -296(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -40(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -296(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -288(%rbp) ## 8-byte Spill movq %rax, -48(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -280(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -280(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -272(%rbp) ## 8-byte Spill movq %rax, -56(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -264(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -264(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -256(%rbp) ## 8-byte Spill movq %rax, -64(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -248(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -248(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -240(%rbp) ## 8-byte Spill movq %rax, -72(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -232(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -232(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -224(%rbp) ## 8-byte Spill movq %rax, -80(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -216(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -216(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -208(%rbp) ## 8-byte Spill movq %rax, -88(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -200(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -200(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -192(%rbp) ## 8-byte Spill movq %rax, -96(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -184(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -184(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -176(%rbp) ## 8-byte Spill movq %rax, -104(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -168(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -168(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -160(%rbp) ## 8-byte Spill movq %rax, -112(%rbp) movl -12(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -152(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -152(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -144(%rbp) ## 8-byte Spill movq %rax, -120(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -124(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -128(%rbp) movl $0, -28(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -288(%rbp), %rax ## 8-byte Reload movl -28(%rbp), %edx addl $1, %edx movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## kill: def $ecx killed $eax movq -288(%rbp), %rax ## 8-byte Reload movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq -272(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movq -256(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _scanf movq -256(%rbp), %rdi ## 8-byte Reload movq -208(%rbp), %rsi ## 8-byte Reload movq -224(%rbp), %rdx ## 8-byte Reload movq -240(%rbp), %rcx ## 8-byte Reload ## kill: def $r8d killed $eax movq -192(%rbp), %rax ## 8-byte Reload movslq -28(%rbp), %r8 movl (%rdi,%r8,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movslq -28(%rbp), %rsi movl $0, (%rdx,%rsi,4) movslq -28(%rbp), %rdx movl $0, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl $0, (%rax,%rcx,4) leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_1 LBB0_4: leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rdi ## 8-byte Reload movq -224(%rbp), %r8 ## 8-byte Reload movq -256(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -288(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %r9 movl (%rsi,%r9,4), %esi movslq -28(%rbp), %r9 movl (%rdx,%r9,4), %edx movslq -28(%rbp), %r9 movl (%rcx,%r9,4), %ecx movslq -28(%rbp), %r9 movl (%r8,%r9,4), %r8d movslq -28(%rbp), %r9 movl (%rdi,%r9,4), %r9d movslq -28(%rbp), %rdi movl (%rax,%rdi,4), %eax leaq L_.str.13(%rip), %rdi subq $16, %rsp movl %eax, (%rsp) movb $0, %al callq _printf addq $16, %rsp ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_5 LBB0_8: leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -28(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_18 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_16 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movq -272(%rbp), %rcx ## 8-byte Reload movslq -28(%rbp), %rax movl (%rcx,%rax,4), %eax movslq -32(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jle LBB0_14 ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movq -288(%rbp), %rax ## 8-byte Reload movq -272(%rbp), %rcx ## 8-byte Reload movq -208(%rbp), %rdx ## 8-byte Reload movq -256(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %rdi movl (%rsi,%rdi,4), %edi movl %edi, -24(%rbp) movslq -32(%rbp), %rdi movl (%rsi,%rdi,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movl -24(%rbp), %r8d movslq -32(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movslq -28(%rbp), %rsi movl (%rdx,%rsi,4), %esi movl %esi, -24(%rbp) movslq -32(%rbp), %rsi movl (%rdx,%rsi,4), %edi movslq -28(%rbp), %rsi movl %edi, (%rdx,%rsi,4) movl -24(%rbp), %edi movslq -32(%rbp), %rsi movl %edi, (%rdx,%rsi,4) movslq -28(%rbp), %rdx movl (%rcx,%rdx,4), %edx movl %edx, -24(%rbp) movslq -32(%rbp), %rdx movl (%rcx,%rdx,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movl -24(%rbp), %esi movslq -32(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %ecx movl %ecx, -24(%rbp) movslq -32(%rbp), %rcx movl (%rax,%rcx,4), %edx movslq -28(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -24(%rbp), %edx movslq -32(%rbp), %rcx movl %edx, (%rax,%rcx,4) LBB0_14: ## in Loop: Header=BB0_11 Depth=2 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_11 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_11 LBB0_16: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_17 LBB0_17: ## in Loop: Header=BB0_9 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_9 LBB0_18: movq -272(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl %eax, -132(%rbp) leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_19: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_22 ## %bb.20: ## in Loop: Header=BB0_19 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rdi ## 8-byte Reload movq -224(%rbp), %r8 ## 8-byte Reload movq -256(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -288(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %r9 movl (%rsi,%r9,4), %esi movslq -28(%rbp), %r9 movl (%rdx,%r9,4), %edx movslq -28(%rbp), %r9 movl (%rcx,%r9,4), %ecx movslq -28(%rbp), %r9 movl (%r8,%r9,4), %r8d movslq -28(%rbp), %r9 movl (%rdi,%r9,4), %r9d movslq -28(%rbp), %rdi movl (%rax,%rdi,4), %eax leaq L_.str.13(%rip), %rdi subq $16, %rsp movl %eax, (%rsp) movb $0, %al callq _printf addq $16, %rsp ## %bb.21: ## in Loop: Header=BB0_19 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_19 LBB0_22: leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_23: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_28 ## %bb.24: ## in Loop: Header=BB0_23 Depth=1 movq -208(%rbp), %rax ## 8-byte Reload movq -176(%rbp), %rcx ## 8-byte Reload movl -16(%rbp), %edx addl -132(%rbp), %edx movl %edx, -132(%rbp) movl -16(%rbp), %edi movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %esi subl %edi, %esi movl %esi, (%rax,%rdx,4) movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jg LBB0_26 ## %bb.25: ## in Loop: Header=BB0_23 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -224(%rbp), %rsi ## 8-byte Reload movq -256(%rbp), %rdi ## 8-byte Reload movq -176(%rbp), %r8 ## 8-byte Reload movslq -28(%rbp), %r9 movl $0, (%r8,%r9,4) movl -132(%rbp), %r8d movslq -28(%rbp), %r9 subl (%rdx,%r9,4), %r8d movslq -28(%rbp), %r9 subl (%rdi,%r9,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movl -132(%rbp), %esi movslq -28(%rbp), %rdi subl (%rdx,%rdi,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl $1, (%rax,%rcx,4) LBB0_26: ## in Loop: Header=BB0_23 Depth=1 jmp LBB0_27 LBB0_27: ## in Loop: Header=BB0_23 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_23 LBB0_28: movl $0, -28(%rbp) LBB0_29: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_39 ## %bb.30: ## in Loop: Header=BB0_29 Depth=1 movq -176(%rbp), %rax ## 8-byte Reload movslq -28(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jle LBB0_37 ## %bb.31: ## in Loop: Header=BB0_29 Depth=1 movq -176(%rbp), %rax ## 8-byte Reload movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -20(%rbp), %eax jl LBB0_35 ## %bb.32: ## in Loop: Header=BB0_29 Depth=1 movq -176(%rbp), %rax ## 8-byte Reload movq -160(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx addl -132(%rbp), %edx movl %edx, -132(%rbp) movl -20(%rbp), %edi movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %esi subl %edi, %esi movl %esi, (%rax,%rdx,4) movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jg LBB0_34 ## %bb.33: ## in Loop: Header=BB0_29 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -224(%rbp), %rsi ## 8-byte Reload movq -256(%rbp), %rdi ## 8-byte Reload movq -160(%rbp), %r8 ## 8-byte Reload movslq -28(%rbp), %r9 movl $0, (%r8,%r9,4) movl -132(%rbp), %r8d movslq -28(%rbp), %r9 subl (%rdx,%r9,4), %r8d movslq -28(%rbp), %r9 subl (%rdi,%r9,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movl -132(%rbp), %esi movslq -28(%rbp), %rdi subl (%rdx,%rdi,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl $2, (%rax,%rcx,4) LBB0_34: ## in Loop: Header=BB0_29 Depth=1 jmp LBB0_36 LBB0_35: ## in Loop: Header=BB0_29 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -224(%rbp), %rsi ## 8-byte Reload movq -256(%rbp), %rdi ## 8-byte Reload movq -160(%rbp), %r8 ## 8-byte Reload movq -176(%rbp), %r9 ## 8-byte Reload movslq -28(%rbp), %r10 movl (%r9,%r10,4), %r10d addl -132(%rbp), %r10d movl %r10d, -132(%rbp) movslq -28(%rbp), %r10 movl $0, (%r9,%r10,4) movslq -28(%rbp), %r10 movl (%r9,%r10,4), %r10d movslq -28(%rbp), %r9 movl %r10d, (%r8,%r9,4) movl -132(%rbp), %r8d movslq -28(%rbp), %r9 subl (%rdx,%r9,4), %r8d movslq -28(%rbp), %r9 subl (%rdi,%r9,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movl -132(%rbp), %esi movslq -28(%rbp), %rdi subl (%rdx,%rdi,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl $2, (%rax,%rcx,4) LBB0_36: ## in Loop: Header=BB0_29 Depth=1 jmp LBB0_37 LBB0_37: ## in Loop: Header=BB0_29 Depth=1 jmp LBB0_38 LBB0_38: ## in Loop: Header=BB0_29 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_29 LBB0_39: movl $0, -28(%rbp) LBB0_40: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_47 ## %bb.41: ## in Loop: Header=BB0_40 Depth=1 movq -160(%rbp), %rax ## 8-byte Reload movslq -28(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jle LBB0_45 ## %bb.42: ## in Loop: Header=BB0_40 Depth=1 movq -160(%rbp), %rax ## 8-byte Reload movq -144(%rbp), %rcx ## 8-byte Reload movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %edx addl -132(%rbp), %edx movl %edx, -132(%rbp) movslq -28(%rbp), %rdx movl $0, (%rax,%rdx,4) movslq -28(%rbp), %rdx movl (%rax,%rdx,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jg LBB0_44 ## %bb.43: ## in Loop: Header=BB0_40 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -224(%rbp), %rsi ## 8-byte Reload movq -256(%rbp), %rdi ## 8-byte Reload movq -208(%rbp), %r8 ## 8-byte Reload movslq -28(%rbp), %r9 movl $0, (%r8,%r9,4) movl -132(%rbp), %r8d movslq -28(%rbp), %r9 subl (%rdx,%r9,4), %r8d movslq -28(%rbp), %r9 subl (%rdi,%r9,4), %r8d movslq -28(%rbp), %rdi movl %r8d, (%rsi,%rdi,4) movl -132(%rbp), %esi movslq -28(%rbp), %rdi subl (%rdx,%rdi,4), %esi movslq -28(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movslq -28(%rbp), %rcx movl $3, (%rax,%rcx,4) LBB0_44: ## in Loop: Header=BB0_40 Depth=1 jmp LBB0_45 LBB0_45: ## in Loop: Header=BB0_40 Depth=1 jmp LBB0_46 LBB0_46: ## in Loop: Header=BB0_40 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_40 LBB0_47: leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_48: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_51 ## %bb.49: ## in Loop: Header=BB0_48 Depth=1 movq -192(%rbp), %rax ## 8-byte Reload movq -240(%rbp), %rdi ## 8-byte Reload movq -224(%rbp), %r8 ## 8-byte Reload movq -256(%rbp), %rcx ## 8-byte Reload movq -272(%rbp), %rdx ## 8-byte Reload movq -288(%rbp), %rsi ## 8-byte Reload movslq -28(%rbp), %r9 movl (%rsi,%r9,4), %esi movslq -28(%rbp), %r9 movl (%rdx,%r9,4), %edx movslq -28(%rbp), %r9 movl (%rcx,%r9,4), %ecx movslq -28(%rbp), %r9 movl (%r8,%r9,4), %r8d movslq -28(%rbp), %r9 movl (%rdi,%r9,4), %r9d movslq -28(%rbp), %rdi movl (%rax,%rdi,4), %eax leaq L_.str.13(%rip), %rdi subq $16, %rsp movl %eax, (%rsp) movb $0, %al callq _printf addq $16, %rsp ## %bb.50: ## in Loop: Header=BB0_48 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_48 LBB0_51: leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -28(%rbp) LBB0_52: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_55 ## %bb.53: ## in Loop: Header=BB0_52 Depth=1 movq -240(%rbp), %rax ## 8-byte Reload movq -224(%rbp), %rcx ## 8-byte Reload movslq -28(%rbp), %rdx cvtsi2ssl (%rcx,%rdx,4), %xmm0 addss -124(%rbp), %xmm0 movss %xmm0, -124(%rbp) movslq -28(%rbp), %rcx cvtsi2ssl (%rax,%rcx,4), %xmm0 addss -128(%rbp), %xmm0 movss %xmm0, -128(%rbp) ## %bb.54: ## in Loop: Header=BB0_52 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_52 LBB0_55: movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtsi2ssl -12(%rbp), %xmm1 divss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 movss -128(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtsi2ssl -12(%rbp), %xmm2 divss %xmm2, %xmm1 cvtss2sd %xmm1, %xmm1 leaq L_.str.16(%rip), %rdi movb $2, %al callq _printf 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 LBB0_57 ## %bb.56: movq %rbp, %rsp popq %rbp retq LBB0_57: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n\t\t\t\t\t Multilevel FeedBack Queue Scheduling \n" L_.str.1: ## @.str.1 .asciz "\t\t\t\t==================================================\n" L_.str.2: ## @.str.2 .asciz "\t\t\t\t--------------------------------------------------\n" L_.str.3: ## @.str.3 .asciz "\n -----------------------------------------------------------------------------------------------\n" L_.str.4: ## @.str.4 .asciz "Enter no of processes: " L_.str.5: ## @.str.5 .asciz "%d" L_.str.6: ## @.str.6 .asciz "\n |---------------------------------------------------------------------------|\n" L_.str.7: ## @.str.7 .asciz "\nEnter Details for process P%d \n" L_.str.8: ## @.str.8 .asciz "Enter arrival time : " L_.str.9: ## @.str.9 .asciz "Enter Burst time : " L_.str.10: ## @.str.10 .asciz "\nProcess deatils before sorting of process a/c arrival time" L_.str.11: ## @.str.11 .asciz "| Process\t|\tAT\t|\tBT\t|\tWT\t|\tTAT\t|\tQueue\t|\n" L_.str.12: ## @.str.12 .asciz " -----------------------------------------------------------------------------------------------\n" L_.str.13: ## @.str.13 .asciz "|\tP%d\t|\t%d\t|\t%d\t|\t%d\t|\t%d\t|\t%d\t|\n" L_.str.14: ## @.str.14 .asciz "\nProcess deatils after sorting of process a/c arrival time" L_.str.15: ## @.str.15 .asciz "\nProcess deatils after scheduling of process." L_.str.16: ## @.str.16 .asciz "Average Waiting Time --> %f \n Average Turnaround Time --> %f" .subsections_via_symbols
the_stack_data/526311.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _getchar adds w8, w0, #1 cset w8, ne and w8, w8, #0x1 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 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp callq _getchar cmpl $-1, %eax setne %al andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) movl -4(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" .subsections_via_symbols
the_stack_data/9513333.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bar ; -- Begin function bar .p2align 2 _bar: ; @bar .cfi_startproc ; %bb.0: stp 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, #528 str x8, [sp, #24] ; 8-byte Folded Spill sub x8, x29, #176 str x8, [sp, #8] ; 8-byte Folded Spill bl _foo ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload mov x2, #160 str x2, [sp, #40] ; 8-byte Folded Spill bl _memcpy add x8, sp, #208 str x8, [sp, #16] ; 8-byte Folded Spill bl _foo ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload bl _memcpy add x8, sp, #48 str x8, [sp, #32] ; 8-byte Folded Spill bl _foo ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload bl _memcpy add sp, sp, #528 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _baz ; -- Begin function baz .p2align 2 _baz: ; @baz .cfi_startproc ; %bb.0: sub sp, sp, #416 .cfi_def_cfa_offset 416 stp x28, x27, [sp, #384] ; 16-byte Folded Spill stp x29, x30, [sp, #400] ; 16-byte Folded Spill add x29, sp, #400 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub x9, x29, #32 str x9, [sp, #24] ; 8-byte Folded Spill mov x2, x8 ldr x8, [sp, #24] ; 8-byte Folded Reload str x2, [sp, #32] ; 8-byte Folded Spill stur w0, [x29, #-20] str x1, [x8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x8, [x8] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: b LBB1_5 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w9, w8, #1 stur w9, [x29, #-20] stur w8, [x29, #-196] ldur w0, [x29, #-196] sub x8, x29, #192 str x8, [sp] ; 8-byte Folded Spill bl _foo_int ldr x1, [sp] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload mov x2, #160 str x2, [sp, #16] ; 8-byte Folded Spill bl _memcpy ldur w0, [x29, #-20] add w8, w0, #1 stur w8, [x29, #-20] add x8, sp, #44 str x8, [sp, #8] ; 8-byte Folded Spill bl _foo_int ldr x0, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload bl _memcpy b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 mov w8, #1 tbnz w8, #0, LBB1_1 b LBB1_5 LBB1_5: ldp x29, x30, [sp, #400] ; 16-byte Folded Reload ldp x28, x27, [sp, #384] ; 16-byte Folded Reload add sp, sp, #416 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bar ## -- Begin function bar .p2align 4, 0x90 _bar: ## @bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $496, %rsp ## imm = 0x1F0 movq %rdi, -496(%rbp) ## 8-byte Spill movq %rdi, -488(%rbp) ## 8-byte Spill leaq -160(%rbp), %rdi callq _foo movq -496(%rbp), %rdi ## 8-byte Reload leaq -160(%rbp), %rsi movl $160, %edx callq _memcpy leaq -320(%rbp), %rdi callq _foo movq -496(%rbp), %rdi ## 8-byte Reload leaq -320(%rbp), %rsi movl $160, %edx callq _memcpy leaq -480(%rbp), %rdi callq _foo movq -496(%rbp), %rdi ## 8-byte Reload leaq -480(%rbp), %rsi movl $160, %edx callq _memcpy movq -488(%rbp), %rax ## 8-byte Reload addq $496, %rsp ## imm = 0x1F0 popq %rbp retq .cfi_endproc ## -- End function .globl _baz ## -- Begin function baz .p2align 4, 0x90 _baz: ## @baz .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $368, %rsp ## imm = 0x170 movq %rdi, -360(%rbp) ## 8-byte Spill movq %rdi, -352(%rbp) ## 8-byte Spill movl %esi, -4(%rbp) movq %rdx, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movl (%rax), %eax cmpl $0, %eax je LBB1_3 ## %bb.2: jmp LBB1_5 LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movl -4(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -4(%rbp) movl %eax, -180(%rbp) movl -180(%rbp), %esi leaq -176(%rbp), %rdi callq _foo_int movq -360(%rbp), %rdi ## 8-byte Reload leaq -176(%rbp), %rsi movl $160, %edx callq _memcpy movl -4(%rbp), %esi movl %esi, %eax addl $1, %eax movl %eax, -4(%rbp) leaq -344(%rbp), %rdi callq _foo_int movq -360(%rbp), %rdi ## 8-byte Reload leaq -344(%rbp), %rsi movl $160, %edx callq _memcpy ## %bb.4: ## in Loop: Header=BB1_1 Depth=1 movb $1, %al testb $1, %al jne LBB1_1 jmp LBB1_5 LBB1_5: movq -352(%rbp), %rax ## 8-byte Reload addq $368, %rsp ## imm = 0x170 popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/552921.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bestRotation ; -- Begin function bestRotation .p2align 2 _bestRotation: ; @bestRotation .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] stur w1, [x29, #-20] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 stur x8, [x29, #-72] ; 8-byte Folded Spill mov x9, sp stur x9, [x29, #-32] lsl x8, x8, #2 add x8, x8, #15 and x9, x8, #0xfffffffffffffff0 stur x9, [x29, #-80] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-80] ; 8-byte Folded Reload ldur x9, [x29, #-72] ; 8-byte Folded Reload mov x8, sp subs x0, x8, x10 mov sp, x0 stur x0, [x29, #-64] ; 8-byte Folded Spill stur x9, [x29, #-40] mov x8, #4 mul x2, x8, x9 mov w1, #0 mov x3, #-1 bl ___memset_chk stur wzr, [x29, #-44] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldur w9, [x29, #-44] ldur x10, [x29, #-16] ldursw x11, [x29, #-44] ldr w10, [x10, x11, lsl #2] subs w9, w9, w10 add w9, w9, #1 ldur w10, [x29, #-20] add w9, w9, w10 ldur w11, [x29, #-20] sdiv w10, w9, w11 mul w10, w10, w11 subs w9, w9, w10 add x9, x8, w9, sxtw #2 ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB0_1 LBB0_4: mov w8, #1 stur w8, [x29, #-48] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-48] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-64] ; 8-byte Folded Reload ldur w9, [x29, #-48] subs w9, w9, #1 ldr w9, [x8, w9, sxtw #2] add w10, w9, #1 ldursw x9, [x29, #-48] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, w10 str w8, [x9] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB0_5 LBB0_8: stur wzr, [x29, #-52] mov w8, #1 stur w8, [x29, #-56] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-56] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldur x9, [x29, #-64] ; 8-byte Folded Reload ldursw x8, [x29, #-56] ldr w8, [x9, x8, lsl #2] ldursw x10, [x29, #-52] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-56] stur w8, [x29, #-52] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_9 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] b LBB0_9 LBB0_14: ldur w8, [x29, #-52] stur w8, [x29, #-92] ; 4-byte Folded Spill ldur x8, [x29, #-32] stur x8, [x29, #-88] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: bl ___stack_chk_fail LBB0_16: ldur w0, [x29, #-92] ; 4-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload mov sp, x8 mov sp, x29 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bestRotation ## -- Begin function bestRotation .p2align 4, 0x90 _bestRotation: ## @bestRotation .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, -16(%rbp) movl %esi, -20(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -72(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -32(%rbp) shlq $2, %rax callq ____chkstk_darwin movq -72(%rbp), %rdx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq %rsp, %rdi movq %rdi, -64(%rbp) ## 8-byte Spill movq %rdx, -40(%rbp) shlq $2, %rdx xorl %esi, %esi movq $-1, %rcx callq ___memset_chk movl $0, -44(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -44(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax movq -16(%rbp), %rcx movslq -44(%rbp), %rdx subl (%rcx,%rdx,4), %eax addl $1, %eax addl -20(%rbp), %eax cltd idivl -20(%rbp) movq -64(%rbp), %rax ## 8-byte Reload movslq %edx, %rcx movl (%rax,%rcx,4), %edx addl $-1, %edx movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB0_1 LBB0_4: movl $1, -48(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -48(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq -64(%rbp), %rax ## 8-byte Reload movl -48(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx addl $1, %edx movslq -48(%rbp), %rcx addl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB0_5 LBB0_8: movl $0, -52(%rbp) movl $1, -56(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 movl -56(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_14 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movq -64(%rbp), %rcx ## 8-byte Reload movslq -56(%rbp), %rax movl (%rcx,%rax,4), %eax movslq -52(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jle LBB0_12 ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -56(%rbp), %eax movl %eax, -52(%rbp) LBB0_12: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_13 LBB0_13: ## in Loop: Header=BB0_9 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_9 LBB0_14: movl -52(%rbp), %eax movl %eax, -76(%rbp) ## 4-byte Spill 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 LBB0_16 ## %bb.15: movl -76(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_16: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/151705312.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _piksr2 ; -- Begin function piksr2 .p2align 2 _piksr2: ; @piksr2 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] str x1, [sp, #32] str x2, [sp, #24] mov w8, #2 str w8, [sp, #16] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #16] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #32] ldrsw x9, [sp, #16] ldr s0, [x8, x9, lsl #2] str s0, [sp, #12] ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr s0, [x8, x9, lsl #2] str s0, [sp, #8] ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #20] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #32] ldrsw x9, [sp, #20] ldr s0, [x8, x9, lsl #2] ldr s1, [sp, #12] fcmp s0, s1 cset w8, gt str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #32] ldrsw x9, [sp, #20] ldr s0, [x8, x9, lsl #2] ldr x8, [sp, #32] ldr w9, [sp, #20] add w9, w9, #1 str s0, [x8, w9, sxtw #2] ldr x8, [sp, #24] ldrsw x9, [sp, #20] ldr s0, [x8, x9, lsl #2] ldr x8, [sp, #24] ldr w9, [sp, #20] add w9, w9, #1 str s0, [x8, w9, sxtw #2] ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #20] b LBB0_3 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldr s0, [sp, #12] ldr x8, [sp, #32] ldr w9, [sp, #20] add w9, w9, #1 str s0, [x8, w9, sxtw #2] ldr s0, [sp, #8] ldr x8, [sp, #24] ldr w9, [sp, #20] add w9, w9, #1 str s0, [x8, w9, sxtw #2] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_9: 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 _piksr2 ## -- Begin function piksr2 .p2align 4, 0x90 _piksr2: ## @piksr2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl $2, -32(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -32(%rbp), %eax cmpl -4(%rbp), %eax jg LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -32(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -36(%rbp) movq -24(%rbp), %rax movslq -32(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -40(%rbp) movl -32(%rbp), %eax subl $1, %eax movl %eax, -28(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -28(%rbp) movb %al, -41(%rbp) ## 1-byte Spill jle LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -36(%rbp), %xmm0 seta %al movb %al, -41(%rbp) ## 1-byte Spill LBB0_5: ## in Loop: Header=BB0_3 Depth=2 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_6 jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_3 Depth=2 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -16(%rbp), %rax movl -28(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movss %xmm0, (%rax,%rcx,4) movq -24(%rbp), %rax movslq -28(%rbp), %rcx movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -24(%rbp), %rax movl -28(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movss %xmm0, (%rax,%rcx,4) movl -28(%rbp), %eax addl $-1, %eax movl %eax, -28(%rbp) jmp LBB0_3 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -16(%rbp), %rax movl -28(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movss %xmm0, (%rax,%rcx,4) movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -24(%rbp), %rax movl -28(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movss %xmm0, (%rax,%rcx,4) ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_9: popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/122016152.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _print ; -- Begin function print .p2align 2 _print: ; @print .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 "User defined file" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _print ## -- Begin function print .p2align 4, 0x90 _print: ## @print .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp 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 "User defined file" .subsections_via_symbols
the_stack_data/20450472.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _insert_in_bst ; -- Begin function insert_in_bst .p2align 2 _insert_in_bst: ; @insert_in_bst .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov x0, #24 bl _malloc str x0, [sp, #8] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x8, [sp, #8] str xzr, [x8, #16] ldr x8, [sp, #8] ldur x9, [x29, #-8] str x8, [x9] b LBB0_6 LBB0_2: ldr x0, [sp, #16] ldur x8, [x29, #-8] ldr x8, [x8] ldr x1, [x8] bl _strcmp subs w8, w0, #0 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x8, [x29, #-8] ldr x8, [x8] add x0, x8, #8 ldr x1, [sp, #16] bl _insert_in_bst b LBB0_5 LBB0_4: ldur x8, [x29, #-8] ldr x8, [x8] add x0, x8, #16 ldr x1, [sp, #16] bl _insert_in_bst 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 _contains ; -- Begin function contains .p2align 2 _contains: ; @contains .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x0, [x29, #-16] bl _strlen str x0, [sp, #8] ; 8-byte Folded Spill ldr x0, [sp, #24] bl _strlen mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload subs x8, x0, x8 cset w8, hs tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: stur wzr, [x29, #-4] b LBB1_9 LBB1_2: str wzr, [sp, #20] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #20] str x8, [sp] ; 8-byte Folded Spill ldr x0, [sp, #24] bl _strlen ldr x8, [sp] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB1_8 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #20] ldrsb w8, [x8, x9] ldr x9, [sp, #24] ldrsw x10, [sp, #20] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: stur wzr, [x29, #-4] b LBB1_9 LBB1_6: ; in Loop: Header=BB1_3 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_3 LBB1_8: mov w8, #1 stur w8, [x29, #-4] b LBB1_9 LBB1_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print_prefix ; -- Begin function print_prefix .p2align 2 _print_prefix: ; @print_prefix .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_1 LBB2_1: ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ldr x8, [sp, #16] ldr x0, [x8, #8] bl _print_prefix str x0, [sp, #8] b LBB2_3 LBB2_3: ldr x8, [sp, #16] ldr x0, [x8] ldr x1, [sp, #8] bl _contains subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ldr x8, [sp, #16] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB2_5 LBB2_5: ldr x8, [sp, #16] ldr x0, [x8, #16] bl _print_prefix ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB2_7 LBB2_6: adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF stur x8, [x29, #-8] b LBB2_7 LBB2_7: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _clean_tree ; -- Begin function clean_tree .p2align 2 _clean_tree: ; @clean_tree .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 x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x8, [sp, #8] ldr x8, [x8] add x0, x8, #8 bl _clean_tree ldr x8, [sp, #8] ldr x8, [x8] ldr x0, [x8] bl _free ldr x8, [sp, #8] ldr x8, [x8] add x0, x8, #16 bl _clean_tree ldr x8, [sp, #8] ldr x0, [x8] bl _free b LBB3_2 LBB3_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf stur wzr, [x29, #-20] b LBB4_1 LBB4_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, LBB4_4 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 mov x0, #101 bl _malloc str x0, [sp, #16] ldr x8, [sp, #16] mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf ldr x1, [sp, #16] sub x0, x29, #16 bl _insert_in_bst b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_1 LBB4_4: sub x8, x29, #16 str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _print_prefix ldr x0, [sp, #8] ; 8-byte Folded Reload bl _clean_tree 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\n" l_.str.1: ; @.str.1 .space 1 l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "%s" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _insert_in_bst ## -- Begin function insert_in_bst .p2align 4, 0x90 _insert_in_bst: ## @insert_in_bst .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax cmpq $0, (%rax) jne LBB0_2 ## %bb.1: movl $24, %edi callq _malloc movq %rax, -24(%rbp) movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movq -24(%rbp), %rax movq $0, 8(%rax) movq -24(%rbp), %rax movq $0, 16(%rax) movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) jmp LBB0_6 LBB0_2: movq -16(%rbp), %rdi movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rsi callq _strcmp cmpl $0, %eax jg LBB0_4 ## %bb.3: movq -8(%rbp), %rax movq (%rax), %rdi addq $8, %rdi movq -16(%rbp), %rsi callq _insert_in_bst jmp LBB0_5 LBB0_4: movq -8(%rbp), %rax movq (%rax), %rdi addq $16, %rdi movq -16(%rbp), %rsi callq _insert_in_bst LBB0_5: jmp LBB0_6 LBB0_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _contains ## -- Begin function contains .p2align 4, 0x90 _contains: ## @contains .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rdi callq _strlen movq %rax, -40(%rbp) ## 8-byte Spill movq -24(%rbp), %rdi callq _strlen movq %rax, %rcx movq -40(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB1_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB1_9 LBB1_2: movl $0, -28(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movslq -28(%rbp), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq -24(%rbp), %rdi callq _strlen movq %rax, %rcx movq -48(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -24(%rbp), %rcx movslq -28(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax je LBB1_6 ## %bb.5: movl $0, -4(%rbp) jmp LBB1_9 LBB1_6: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_3 LBB1_8: movl $1, -4(%rbp) LBB1_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print_prefix ## -- Begin function print_prefix .p2align 4, 0x90 _print_prefix: ## @print_prefix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) je LBB2_6 ## %bb.1: movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB2_3 ## %bb.2: movq -16(%rbp), %rax movq 8(%rax), %rdi callq _print_prefix movq %rax, -24(%rbp) LBB2_3: movq -16(%rbp), %rax movq (%rax), %rdi movq -24(%rbp), %rsi callq _contains cmpl $1, %eax jne LBB2_5 ## %bb.4: movq -16(%rbp), %rax movq (%rax), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB2_5: movq -16(%rbp), %rax movq 16(%rax), %rdi callq _print_prefix movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_7 LBB2_6: leaq L_.str.1(%rip), %rax movq %rax, -8(%rbp) LBB2_7: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _clean_tree ## -- Begin function clean_tree .p2align 4, 0x90 _clean_tree: ## @clean_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 $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax cmpq $0, (%rax) je LBB3_2 ## %bb.1: movq -8(%rbp), %rax movq (%rax), %rdi addq $8, %rdi callq _clean_tree movq -8(%rbp), %rax movq (%rax), %rax movq (%rax), %rdi callq _free movq -8(%rbp), %rax movq (%rax), %rdi addq $16, %rdi callq _clean_tree movq -8(%rbp), %rax movq (%rax), %rdi callq _free LBB3_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movq $0, -16(%rbp) leaq L_.str.2(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $0, -20(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB4_4 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl $101, %edi callq _malloc movq %rax, -32(%rbp) movq -32(%rbp), %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _scanf movq -32(%rbp), %rsi leaq -16(%rbp), %rdi callq _insert_in_bst ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_1 LBB4_4: movq -16(%rbp), %rdi callq _print_prefix leaq -16(%rbp), %rdi callq _clean_tree xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s\n" L_.str.1: ## @.str.1 .space 1 L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "%s" .subsections_via_symbols
the_stack_data/726226.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/173578257.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/27636.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mod ; -- Begin function mod .p2align 2 _mod: ; @mod .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w9, [sp, #8] mov w8, #0 subs w8, w8, w9 str w8, [sp, #12] b LBB0_3 LBB0_2: ldr w8, [sp, #8] str w8, [sp, #12] b LBB0_3 LBB0_3: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #128 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-24] stur wzr, [x29, #-28] stur wzr, [x29, #-32] sub sp, sp, #16 mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-48] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-112] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-112] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-104] ; 8-byte Folded Spill stur x8, [x29, #-56] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-96] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-96] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-88] ; 8-byte Folded Spill stur x8, [x29, #-64] stur wzr, [x29, #-16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-104] ; 8-byte Folded Reload ldur x9, [x29, #-88] ; 8-byte Folded Reload ldursw x10, [x29, #-16] add x10, x9, x10, lsl #2 ldursw x9, [x29, #-16] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf add sp, sp, #16 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_1 LBB1_4: stur wzr, [x29, #-16] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_10 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x9, [x29, #-104] ; 8-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload ldursw x10, [x29, #-16] ldr w8, [x8, x10, lsl #2] ldursw x10, [x29, #-16] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 ldur w9, [x29, #-32] subs w8, w8, w9 cset w8, gt and w0, w8, #0x1 bl _mod subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldur x9, [x29, #-104] ; 8-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload ldursw x10, [x29, #-16] ldr w8, [x8, x10, lsl #2] ldursw x10, [x29, #-16] ldr w9, [x9, x10, lsl #2] subs w0, w8, w9 bl _mod stur w0, [x29, #-32] ldur w8, [x29, #-16] stur w8, [x29, #-36] b LBB1_8 LBB1_8: ; in Loop: Header=BB1_5 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_5 LBB1_10: ldur w8, [x29, #-32] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-12] mov w8, #1 stur w8, [x29, #-68] b LBB1_21 LBB1_12: stur wzr, [x29, #-16] b LBB1_13 LBB1_13: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_16 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur x9, [x29, #-104] ; 8-byte Folded Reload ldursw x10, [x29, #-16] ldr w10, [x9, x10, lsl #2] ldur w9, [x29, #-24] add w9, w9, w10 stur w9, [x29, #-24] ldursw x9, [x29, #-16] ldr w9, [x8, x9, lsl #2] ldur w8, [x29, #-28] add w8, w8, w9 stur w8, [x29, #-28] b LBB1_15 LBB1_15: ; in Loop: Header=BB1_13 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_13 LBB1_16: ldur w8, [x29, #-24] ldur w9, [x29, #-28] subs w0, w8, w9 bl _mod ldur x10, [x29, #-104] ; 8-byte Folded Reload ldur x9, [x29, #-88] ; 8-byte Folded Reload stur w0, [x29, #-72] ldursw x8, [x29, #-36] ldr w8, [x10, x8, lsl #2] stur w8, [x29, #-40] ldursw x8, [x29, #-36] ldr w8, [x9, x8, lsl #2] ldursw x11, [x29, #-36] str w8, [x10, x11, lsl #2] ldur w8, [x29, #-40] ldursw x10, [x29, #-36] str w8, [x9, x10, lsl #2] stur wzr, [x29, #-16] b LBB1_17 LBB1_17: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_17 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur x9, [x29, #-104] ; 8-byte Folded Reload ldursw x10, [x29, #-16] ldr w10, [x9, x10, lsl #2] ldur w9, [x29, #-24] add w9, w9, w10 stur w9, [x29, #-24] ldursw x9, [x29, #-16] ldr w9, [x8, x9, lsl #2] ldur w8, [x29, #-28] add w8, w8, w9 stur w8, [x29, #-28] b LBB1_19 LBB1_19: ; in Loop: Header=BB1_17 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_17 LBB1_20: ldur w8, [x29, #-24] ldur w9, [x29, #-28] subs w0, w8, w9 bl _mod stur w0, [x29, #-76] ldur w8, [x29, #-36] mov w9, #1 stur w9, [x29, #-116] ; 4-byte Folded Spill add w10, w8, #1 sub sp, sp, #16 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 ldur w8, [x29, #-116] ; 4-byte Folded Reload add sp, sp, #16 stur wzr, [x29, #-12] stur w8, [x29, #-68] b LBB1_21 LBB1_21: ldur x8, [x29, #-48] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-120] ; 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_23 b LBB1_22 LBB1_22: bl ___stack_chk_fail LBB1_23: ldur w0, [x29, #-120] ; 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%d" l_.str.2: ; @.str.2 .asciz "0" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mod ## -- Begin function mod .p2align 4, 0x90 _mod: ## @mod .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) cmpl $0, -8(%rbp) jge LBB0_2 ## %bb.1: xorl %eax, %eax subl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_3 LBB0_2: movl -8(%rbp), %eax movl %eax, -4(%rbp) LBB0_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) movl $0, -24(%rbp) movl $0, -28(%rbp) movl $0, -32(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -20(%rbp), %rsi callq _scanf movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -112(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -48(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -112(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -104(%rbp) ## 8-byte Spill movq %rax, -56(%rbp) movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -96(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -96(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -88(%rbp) ## 8-byte Spill movq %rax, -64(%rbp) movl $0, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -104(%rbp), %rdx ## 8-byte Reload movq -88(%rbp), %rsi ## 8-byte Reload movslq -16(%rbp), %rax shlq $2, %rax addq %rax, %rsi movslq -16(%rbp), %rax shlq $2, %rax addq %rax, %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %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: movl $0, -16(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_10 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -104(%rbp), %rcx ## 8-byte Reload movq -88(%rbp), %rax ## 8-byte Reload movslq -16(%rbp), %rdx movl (%rax,%rdx,4), %eax movslq -16(%rbp), %rdx subl (%rcx,%rdx,4), %eax cmpl -32(%rbp), %eax setg %al andb $1, %al movzbl %al, %edi callq _mod cmpl $0, %eax je LBB1_8 ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movq -104(%rbp), %rax ## 8-byte Reload movq -88(%rbp), %rcx ## 8-byte Reload movslq -16(%rbp), %rdx movl (%rcx,%rdx,4), %edi movslq -16(%rbp), %rcx subl (%rax,%rcx,4), %edi callq _mod movl %eax, -32(%rbp) movl -16(%rbp), %eax movl %eax, -36(%rbp) LBB1_8: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_5 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_5 LBB1_10: cmpl $0, -32(%rbp) jne LBB1_12 ## %bb.11: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) movl $1, -68(%rbp) jmp LBB1_21 LBB1_12: movl $0, -16(%rbp) LBB1_13: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_16 ## %bb.14: ## in Loop: Header=BB1_13 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movq -104(%rbp), %rcx ## 8-byte Reload movslq -16(%rbp), %rdx movl (%rcx,%rdx,4), %ecx addl -24(%rbp), %ecx movl %ecx, -24(%rbp) movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -28(%rbp), %eax movl %eax, -28(%rbp) ## %bb.15: ## in Loop: Header=BB1_13 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_13 LBB1_16: movl -24(%rbp), %edi subl -28(%rbp), %edi callq _mod movq -104(%rbp), %rcx ## 8-byte Reload movl %eax, %edx movq -88(%rbp), %rax ## 8-byte Reload movl %edx, -72(%rbp) movslq -36(%rbp), %rdx movl (%rcx,%rdx,4), %edx movl %edx, -40(%rbp) movslq -36(%rbp), %rdx movl (%rax,%rdx,4), %esi movslq -36(%rbp), %rdx movl %esi, (%rcx,%rdx,4) movl -40(%rbp), %edx movslq -36(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl $0, -16(%rbp) LBB1_17: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB1_20 ## %bb.18: ## in Loop: Header=BB1_17 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movq -104(%rbp), %rcx ## 8-byte Reload movslq -16(%rbp), %rdx movl (%rcx,%rdx,4), %ecx addl -24(%rbp), %ecx movl %ecx, -24(%rbp) movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -28(%rbp), %eax movl %eax, -28(%rbp) ## %bb.19: ## in Loop: Header=BB1_17 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_17 LBB1_20: movl -24(%rbp), %edi subl -28(%rbp), %edi callq _mod movl %eax, -76(%rbp) movl -36(%rbp), %esi addl $1, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) movl $1, -68(%rbp) LBB1_21: movq -48(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -116(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_23 ## %bb.22: movl -116(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB1_23: 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%d" L_.str.2: ## @.str.2 .asciz "0" .subsections_via_symbols
the_stack_data/15761533.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, #-12] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] stur w8, [x29, #-12] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_6: ldur 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 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" .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, -12(%rbp) movl $0, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -16(%rbp) jge LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %eax cmpl -12(%rbp), %eax jle LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax movl %eax, -12(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_6: movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" .subsections_via_symbols
the_stack_data/148577242.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, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _fflush stur wzr, [x29, #-8] mov w8, #144 stur w8, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w10, [x29, #-12] mov w8, #144 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_6: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl $0, -8(%rbp) movl $144, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -12(%rbp) jle LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $144, %eax cltd idivl -12(%rbp) cmpl $0, %edx jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $-1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_6: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/148577531.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/692494.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #16] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w8, #10 stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #32 mov w9, #5 mul w8, w8, w9 mov w9, #9 sdiv w8, w8, w9 stur w8, [x29, #-12] 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@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #16] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d F = %d 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) movl $10, -8(%rbp) movl -8(%rbp), %eax subl $32, %eax imull $5, %eax, %eax movl $9, %ecx cltd idivl %ecx movl %eax, -12(%rbp) movl -8(%rbp), %esi movl -12(%rbp), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d F = %d C\n" .subsections_via_symbols
the_stack_data/92328647.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 .globl _bar ; -- Begin function bar .p2align 2 _bar: ; @bar .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _foo add w0, w0, #1 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 .globl _bar ## -- Begin function bar .p2align 4, 0x90 _bar: ## @bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _foo addl $1, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/15763633.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/59513761.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, #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] ; 8-byte Folded Spill bl _bar ldr x9, [sp, #8] ; 8-byte Folded Reload str d0, [sp, #16] ldr x8, [sp, #16] str x8, [x9] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _bar ; -- Begin function bar .p2align 2 _bar: ; @bar .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 movi d0, #0000000000000000 str d0, [sp, #8] ldr d0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill callq _bar movq -24(%rbp), %rax ## 8-byte Reload movsd %xmm0, -16(%rbp) movq -16(%rbp), %rcx movq %rcx, (%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _bar ## -- Begin function bar .p2align 4, 0x90 _bar: ## @bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorps %xmm0, %xmm0 movsd %xmm0, -8(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/95451456.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _converter ; -- Begin function converter .p2align 2 _converter: ; @converter .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] str wzr, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w9, [sp, #4] ldr x8, [sp, #8] ldrsw x10, [sp] ldrsb w8, [x8, x10] add w8, w8, w9, lsl #8 str w8, [sp, #4] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB0_1 LBB0_4: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _ler_strings ; -- Begin function ler_strings .p2align 2 _ler_strings: ; @ler_strings .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x0, [x29, #-8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fopen str x0, [sp, #24] ldursw x9, [x29, #-12] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp, #16] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #24] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov x0, #20 bl _malloc ldr x8, [sp, #16] ldrsw x9, [sp, #12] str x0, [x8, x9, lsl #3] ldr x0, [sp, #24] ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fscanf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_4: ldr x0, [sp, #24] bl _fclose ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _inicia_tempo ; -- Begin function inicia_tempo .p2align 2 _inicia_tempo: ; @inicia_tempo .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand bl _clock adrp x8, __ini@GOTPAGE ldr x8, [x8, __ini@GOTPAGEOFF] str x0, [x8] ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function finaliza_tempo lCPI3_0: .quad 0x412e848000000000 ; double 1.0E+6 .section __TEXT,__text,regular,pure_instructions .globl _finaliza_tempo .p2align 2 _finaliza_tempo: ; @finaliza_tempo .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 _clock adrp x8, __fim@GOTPAGE ldr x8, [x8, __fim@GOTPAGEOFF] str x0, [x8] ldr x8, [x8] adrp x9, __ini@GOTPAGE ldr x9, [x9, __ini@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 ucvtf d0, x8 adrp x8, lCPI3_0@PAGE ldr d1, [x8, lCPI3_0@PAGEOFF] fdiv d0, d0, d1 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _h_div ; -- Begin function h_div .p2align 2 _h_div: ; @h_div .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str w1, [sp, #8] str w2, [sp, #4] ldr w8, [sp, #12] ldr w10, [sp, #4] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 ldr w9, [sp, #8] add w8, w8, w9 ldr w10, [sp, #4] udiv w9, w8, w10 mul w9, w9, w10 subs w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function h_mul lCPI5_0: .quad 0x3fe3c6a7ef9db22d ; double 0.61799999999999999 .section __TEXT,__text,regular,pure_instructions .globl _h_mul .p2align 2 _h_mul: ; @h_mul .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] stur w2, [x29, #-12] adrp x8, lCPI5_0@PAGE ldr d1, [x8, lCPI5_0@PAGEOFF] str d1, [sp, #8] ldur s2, [x29, #-4] ; implicit-def: $d0 fmov s0, s2 ucvtf d0, d0 fmul d0, d0, d1 fmov d1, #1.00000000 bl _fmod ldur s2, [x29, #-12] ; implicit-def: $d1 fmov s1, s2 ucvtf d1, d1 ldur s3, [x29, #-8] ; implicit-def: $d2 fmov s2, s3 ucvtf d2, d2 fmadd d0, d0, d1, d2 fcvtzs w8, d0 ldur w10, [x29, #-12] udiv w9, w8, w10 mul w9, w9, w10 subs w0, w8, w9 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _criar ; -- Begin function criar .p2align 2 _criar: ; @criar .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #4] mov x0, x8 mov x1, #8 bl _calloc ldr x8, [sp, #8] str x0, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _inserir ; -- Begin function inserir .p2align 2 _inserir: ; @inserir .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] str x2, [sp, #32] ldr x0, [sp, #32] bl _converter str w0, [sp, #20] str wzr, [sp, #24] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB7_8 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldr w0, [sp, #20] ldur w2, [x29, #-20] mov w1, #0 str w1, [sp, #8] ; 4-byte Folded Spill bl _h_mul ldr w1, [sp, #8] ; 4-byte Folded Reload str w0, [sp, #16] ; 4-byte Folded Spill ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldr w0, [sp, #20] ldur w2, [x29, #-20] bl _h_div ldr w8, [sp, #12] ; 4-byte Folded Reload mov x9, x0 ldr w0, [sp, #16] ; 4-byte Folded Reload mul w8, w8, w9 add w8, w0, w8 ldur w10, [x29, #-20] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #28] ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB7_4 b LBB7_3 LBB7_3: mov x0, #20 mov x1, #1 bl _calloc ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 str x0, [x8, x9, lsl #3] ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #32] mov x2, #-1 bl ___strcpy_chk ldr w8, [sp, #24] stur w8, [x29, #-4] b LBB7_9 LBB7_4: ; in Loop: Header=BB7_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #32] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: mov w8, #-1 stur w8, [x29, #-4] b LBB7_9 LBB7_6: ; in Loop: Header=BB7_1 Depth=1 b LBB7_7 LBB7_7: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB7_1 LBB7_8: mov w8, #-1 stur w8, [x29, #-4] b LBB7_9 LBB7_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _buscar ; -- Begin function buscar .p2align 2 _buscar: ; @buscar .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] str x2, [sp, #32] ldr x0, [sp, #32] bl _converter str w0, [sp, #20] str wzr, [sp, #24] b LBB8_1 LBB8_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB8_8 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 ldr w0, [sp, #20] ldur w2, [x29, #-20] mov w1, #0 str w1, [sp, #8] ; 4-byte Folded Spill bl _h_mul ldr w1, [sp, #8] ; 4-byte Folded Reload str w0, [sp, #16] ; 4-byte Folded Spill ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill ldr w0, [sp, #20] ldur w2, [x29, #-20] bl _h_div ldr w8, [sp, #12] ; 4-byte Folded Reload mov x9, x0 ldr w0, [sp, #16] ; 4-byte Folded Reload mul w8, w8, w9 add w8, w0, w8 ldur w10, [x29, #-20] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #28] ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB8_4 b LBB8_3 LBB8_3: mov w8, #-1 stur w8, [x29, #-4] b LBB8_9 LBB8_4: ; in Loop: Header=BB8_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8] ldr w9, [sp, #28] ; kill: def $x9 killed $w9 ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #32] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB8_6 b LBB8_5 LBB8_5: ldr w8, [sp, #28] stur w8, [x29, #-4] b LBB8_9 LBB8_6: ; in Loop: Header=BB8_1 Depth=1 b LBB8_7 LBB8_7: ; in Loop: Header=BB8_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB8_1 LBB8_8: mov w8, #-1 stur w8, [x29, #-4] b LBB8_9 LBB8_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w9, #4464 movk w9, #1, lsl #16 str w9, [sp, #8] ; 4-byte Folded Spill mov w8, #18929 movk w8, #2, lsl #16 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov w1, #50000 stur w1, [x29, #-20] stur w9, [x29, #-24] stur w8, [x29, #-28] stur wzr, [x29, #-32] stur wzr, [x29, #-36] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _ler_strings ldr w1, [sp, #8] ; 4-byte Folded Reload stur x0, [x29, #-48] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _ler_strings ldr w1, [sp, #12] ; 4-byte Folded Reload str x0, [sp, #56] add x0, sp, #48 bl _criar bl _inicia_tempo str wzr, [sp, #44] b LBB9_1 LBB9_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] mov w9, #50000 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB9_6 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 ldr w1, [sp, #12] ; 4-byte Folded Reload ldur x8, [x29, #-48] ldrsw x9, [sp, #44] ldr x2, [x8, x9, lsl #3] add x0, sp, #48 bl _inserir subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB9_4 b LBB9_3 LBB9_3: ; in Loop: Header=BB9_1 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB9_4 LBB9_4: ; in Loop: Header=BB9_1 Depth=1 b LBB9_5 LBB9_5: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB9_1 LBB9_6: bl _finaliza_tempo str d0, [sp, #32] bl _inicia_tempo str wzr, [sp, #28] b LBB9_7 LBB9_7: ; =>This Inner Loop Header: Depth=1 ldr w9, [sp, #8] ; 4-byte Folded Reload ldr w8, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB9_12 b LBB9_8 LBB9_8: ; in Loop: Header=BB9_7 Depth=1 ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x8, [sp, #56] ldrsw x9, [sp, #28] ldr x2, [x8, x9, lsl #3] add x0, sp, #48 bl _buscar adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB9_10 b LBB9_9 LBB9_9: ; in Loop: Header=BB9_7 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB9_10 LBB9_10: ; in Loop: Header=BB9_7 Depth=1 b LBB9_11 LBB9_11: ; in Loop: Header=BB9_7 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB9_7 LBB9_12: bl _finaliza_tempo str d0, [sp, #16] ldur x0, [x29, #-48] bl _free ldr x0, [sp, #56] bl _free ldur w9, [x29, #-32] ; 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 d0, [sp, #32] mov x8, sp str d0, [x8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr d0, [sp, #16] mov x8, sp str d0, [x8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur w9, [x29, #-36] ; 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 mov w0, #0 ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "r" l_.str.1: ; @.str.1 .asciz "%s\n" .comm __ini,8,3 ; @_ini .comm __fim,8,3 ; @_fim l_.str.2: ; @.str.2 .asciz "strings_entrada.txt" l_.str.3: ; @.str.3 .asciz "strings_busca.txt" l_.str.4: ; @.str.4 .asciz "Colisoes na insercao: %d\n" l_.str.5: ; @.str.5 .asciz "Tempo de insercao : %fs\n" l_.str.6: ; @.str.6 .asciz "Tempo de busca : %fs\n" l_.str.7: ; @.str.7 .asciz "Itens encontrados : %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _converter ## -- Begin function converter .p2align 4, 0x90 _converter: ## @converter .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax shll $8, %eax movq -8(%rbp), %rcx movslq -16(%rbp), %rdx movsbl (%rcx,%rdx), %ecx addl %ecx, %eax movl %eax, -12(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_4: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _ler_strings ## -- Begin function ler_strings .p2align 4, 0x90 _ler_strings: ## @ler_strings .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi leaq L_.str(%rip), %rsi callq _fopen movq %rax, -24(%rbp) movslq -12(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB1_2 jmp LBB1_4 LBB1_2: ## in Loop: Header=BB1_1 Depth=1 movl $20, %edi callq _malloc movq %rax, %rdx movq -32(%rbp), %rax movslq -36(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -24(%rbp), %rdi movq -32(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fscanf ## %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: movq -24(%rbp), %rdi callq _fclose movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _inicia_tempo ## -- Begin function inicia_tempo .p2align 4, 0x90 _inicia_tempo: ## @inicia_tempo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand callq _clock movq %rax, %rcx movq __ini@GOTPCREL(%rip), %rax movq %rcx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function finaliza_tempo LCPI3_0: .quad 0x412e848000000000 ## double 1.0E+6 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI3_1: .long 1127219200 ## 0x43300000 .long 1160773632 ## 0x45300000 .long 0 ## 0x0 .long 0 ## 0x0 LCPI3_2: .quad 0x4330000000000000 ## double 4503599627370496 .quad 0x4530000000000000 ## double 1.9342813113834067E+25 .section __TEXT,__text,regular,pure_instructions .globl _finaliza_tempo .p2align 4, 0x90 _finaliza_tempo: ## @finaliza_tempo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _clock movq %rax, %rcx movq __fim@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq (%rax), %rax movq __ini@GOTPCREL(%rip), %rcx movq (%rcx), %rcx subq %rcx, %rax movq %rax, %xmm0 movaps LCPI3_1(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0] punpckldq %xmm1, %xmm0 ## xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1] movapd LCPI3_2(%rip), %xmm1 ## xmm1 = [4.503599627370496E+15,1.9342813113834067E+25] subpd %xmm1, %xmm0 movaps %xmm0, %xmm1 unpckhpd %xmm0, %xmm0 ## xmm0 = xmm0[1,1] addsd %xmm1, %xmm0 movsd LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .globl _h_div ## -- Begin function h_div .p2align 4, 0x90 _h_div: ## @h_div .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movl -4(%rbp), %eax xorl %edx, %edx divl -12(%rbp) movl %edx, %eax addl -8(%rbp), %eax xorl %edx, %edx divl -12(%rbp) movl %edx, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function h_mul LCPI5_0: .quad 0x3fe3c6a7ef9db22d ## double 0.61799999999999999 LCPI5_1: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _h_mul .p2align 4, 0x90 _h_mul: ## @h_mul .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movabsq $4603741668684706349, %rax ## imm = 0x3FE3C6A7EF9DB22D movq %rax, -24(%rbp) movl -4(%rbp), %eax ## kill: def $rax killed $eax cvtsi2sd %rax, %xmm0 movsd LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd LCPI5_1(%rip), %xmm1 ## xmm1 = mem[0],zero callq _fmod movl -12(%rbp), %eax ## kill: def $rax killed $eax cvtsi2sd %rax, %xmm2 movl -8(%rbp), %eax ## kill: def $rax killed $eax cvtsi2sd %rax, %xmm1 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 cvttsd2si %xmm0, %eax xorl %edx, %edx divl -12(%rbp) movl %edx, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _criar ## -- Begin function criar .p2align 4, 0x90 _criar: ## @criar .cfi_startproc ## %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 -12(%rbp), %eax movl %eax, %edi movl $8, %esi callq _calloc movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, (%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _inserir ## -- Begin function inserir .p2align 4, 0x90 _inserir: ## @inserir .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movq -32(%rbp), %rdi callq _converter movl %eax, -44(%rbp) movl $0, -40(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -20(%rbp), %eax jae LBB7_8 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl -44(%rbp), %edi movl -20(%rbp), %edx xorl %esi, %esi callq _h_mul movl %eax, -48(%rbp) ## 4-byte Spill movl -40(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill movl -44(%rbp), %edi movl -20(%rbp), %edx xorl %esi, %esi callq _h_div movl -52(%rbp), %ecx ## 4-byte Reload movl %eax, %edx movl -48(%rbp), %eax ## 4-byte Reload imull %edx, %ecx addl %ecx, %eax xorl %edx, %edx divl -20(%rbp) movl %edx, -36(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx cmpq $0, (%rax,%rcx,8) jne LBB7_4 ## %bb.3: movl $20, %edi movl $1, %esi callq _calloc movq %rax, %rdx movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movl -40(%rbp), %eax movl %eax, -4(%rbp) jmp LBB7_9 LBB7_4: ## in Loop: Header=BB7_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB7_6 ## %bb.5: movl $-1, -4(%rbp) jmp LBB7_9 LBB7_6: ## in Loop: Header=BB7_1 Depth=1 jmp LBB7_7 LBB7_7: ## in Loop: Header=BB7_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB7_1 LBB7_8: movl $-1, -4(%rbp) LBB7_9: movl -4(%rbp), %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _buscar ## -- Begin function buscar .p2align 4, 0x90 _buscar: ## @buscar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movq -32(%rbp), %rdi callq _converter movl %eax, -44(%rbp) movl $0, -40(%rbp) LBB8_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -20(%rbp), %eax jae LBB8_8 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movl -44(%rbp), %edi movl -20(%rbp), %edx xorl %esi, %esi callq _h_mul movl %eax, -48(%rbp) ## 4-byte Spill movl -40(%rbp), %eax movl %eax, -52(%rbp) ## 4-byte Spill movl -44(%rbp), %edi movl -20(%rbp), %edx xorl %esi, %esi callq _h_div movl -52(%rbp), %ecx ## 4-byte Reload movl %eax, %edx movl -48(%rbp), %eax ## 4-byte Reload imull %edx, %ecx addl %ecx, %eax xorl %edx, %edx divl -20(%rbp) movl %edx, -36(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx cmpq $0, (%rax,%rcx,8) jne LBB8_4 ## %bb.3: movl $-1, -4(%rbp) jmp LBB8_9 LBB8_4: ## in Loop: Header=BB8_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movl -36(%rbp), %ecx ## kill: def $rcx killed $ecx movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB8_6 ## %bb.5: movl -36(%rbp), %eax movl %eax, -4(%rbp) jmp LBB8_9 LBB8_6: ## in Loop: Header=BB8_1 Depth=1 jmp LBB8_7 LBB8_7: ## in Loop: Header=BB8_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB8_1 LBB8_8: movl $-1, -4(%rbp) LBB8_9: movl -4(%rbp), %eax 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 $96, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $50000, -20(%rbp) ## imm = 0xC350 movl $70000, -24(%rbp) ## imm = 0x11170 movl $150001, -28(%rbp) ## imm = 0x249F1 movl $0, -32(%rbp) movl $0, -36(%rbp) leaq L_.str.2(%rip), %rdi movl $50000, %esi ## imm = 0xC350 callq _ler_strings movq %rax, -48(%rbp) leaq L_.str.3(%rip), %rdi movl $70000, %esi ## imm = 0x11170 callq _ler_strings movq %rax, -56(%rbp) leaq -64(%rbp), %rdi movl $150001, %esi ## imm = 0x249F1 callq _criar callq _inicia_tempo movl $0, -68(%rbp) LBB9_1: ## =>This Inner Loop Header: Depth=1 cmpl $50000, -68(%rbp) ## imm = 0xC350 jge LBB9_6 ## %bb.2: ## in Loop: Header=BB9_1 Depth=1 movq -48(%rbp), %rax movslq -68(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq -64(%rbp), %rdi movl $150001, %esi ## imm = 0x249F1 callq _inserir cmpl $0, %eax jle LBB9_4 ## %bb.3: ## in Loop: Header=BB9_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) LBB9_4: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_5 LBB9_5: ## in Loop: Header=BB9_1 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB9_1 LBB9_6: callq _finaliza_tempo movsd %xmm0, -80(%rbp) callq _inicia_tempo movl $0, -84(%rbp) LBB9_7: ## =>This Inner Loop Header: Depth=1 cmpl $70000, -84(%rbp) ## imm = 0x11170 jge LBB9_12 ## %bb.8: ## in Loop: Header=BB9_7 Depth=1 movq -56(%rbp), %rax movslq -84(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq -64(%rbp), %rdi movl $150001, %esi ## imm = 0x249F1 callq _buscar cmpl $-1, %eax je LBB9_10 ## %bb.9: ## in Loop: Header=BB9_7 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) LBB9_10: ## in Loop: Header=BB9_7 Depth=1 jmp LBB9_11 LBB9_11: ## in Loop: Header=BB9_7 Depth=1 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB9_7 LBB9_12: callq _finaliza_tempo movsd %xmm0, -96(%rbp) movq -48(%rbp), %rdi callq _free movq -56(%rbp), %rdi callq _free movl -32(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.5(%rip), %rdi movb $1, %al callq _printf movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.6(%rip), %rdi movb $1, %al callq _printf movl -36(%rbp), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "r" L_.str.1: ## @.str.1 .asciz "%s\n" .comm __ini,8,3 ## @_ini .comm __fim,8,3 ## @_fim L_.str.2: ## @.str.2 .asciz "strings_entrada.txt" L_.str.3: ## @.str.3 .asciz "strings_busca.txt" L_.str.4: ## @.str.4 .asciz "Colisoes na insercao: %d\n" L_.str.5: ## @.str.5 .asciz "Tempo de insercao : %fs\n" L_.str.6: ## @.str.6 .asciz "Tempo de busca : %fs\n" L_.str.7: ## @.str.7 .asciz "Itens encontrados : %d\n" .subsections_via_symbols
the_stack_data/20450794.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CountFour ; -- Begin function CountFour .p2align 2 _CountFour: ; @CountFour .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str wzr, [sp, #8] str wzr, [sp, #4] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w9, [sp, #12] mov w8, #0 subs w8, w8, w9 str w8, [sp, #12] b LBB0_2 LBB0_2: b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #12] mov w10, #10 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #12] mov w9, #10 sdiv w8, w8, w9 str w8, [sp, #12] b LBB0_3 LBB0_7: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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] sub x8, x29, #8 str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-8] stur wzr, [x29, #-12] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _scanf ldur w0, [x29, #-8] bl _CountFour mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload stur w8, [x29, #-12] ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp 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 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter number : " 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 _CountFour ## -- Begin function CountFour .p2align 4, 0x90 _CountFour: ## @CountFour .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 $0, -12(%rbp) cmpl $0, -4(%rbp) jge LBB0_2 ## %bb.1: xorl %eax, %eax subl -4(%rbp), %eax movl %eax, -4(%rbp) LBB0_2: jmp LBB0_3 LBB0_3: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) je LBB0_7 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx cmpl $4, %edx jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB0_6: ## in Loop: Header=BB0_3 Depth=1 movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -4(%rbp) jmp LBB0_3 LBB0_7: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) movl $0, -12(%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 _CountFour movl %eax, -12(%rbp) movl -12(%rbp), %esi 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 "Enter number : " L_.str.1: ## @.str.1 .asciz "%d" .subsections_via_symbols
the_stack_data/777897.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _srl ; -- Begin function srl .p2align 2 _srl: ; @srl .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] mov w8, #32 str w8, [sp, #16] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w8, [x29, #-12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _puts ldur w8, [x29, #-8] stur w8, [x29, #-4] b LBB0_4 LBB0_3: ldur w8, [x29, #-8] ldur w9, [x29, #-12] asr w8, w8, w9 str w8, [sp, #12] ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 subs w9, w8, #1 mov w8, #-1 lsl w9, w8, w9 eor w8, w8, w9, lsl #1 str w8, [sp, #8] ldr w8, [sp, #12] ldr w9, [sp, #8] and w8, w8, w9 stur w8, [x29, #-4] b LBB0_4 LBB0_4: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _sra ; -- Begin function sra .p2align 2 _sra: ; @sra .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] mov w8, #32 str w8, [sp, #16] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur w8, [x29, #-12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _puts ldur w8, [x29, #-8] stur w8, [x29, #-4] b LBB1_4 LBB1_3: ldur w8, [x29, #-8] ldur w9, [x29, #-12] lsr w8, w8, w9 str w8, [sp, #12] ldr w9, [sp, #16] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 ldur w9, [x29, #-8] ands w8, w8, w9 cset w8, eq and w8, w8, #0x1 subs w8, w8, #1 str w8, [sp, #8] ldr w8, [sp, #8] ldr w9, [sp, #16] ldur w10, [x29, #-12] subs w9, w9, w10 subs w9, w9, #1 lsl w8, w8, w9 lsl w8, w8, #1 str w8, [sp, #4] ldr w8, [sp, #12] ldr w9, [sp, #4] eor w8, w8, w9 stur w8, [x29, #-4] b LBB1_4 LBB1_4: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _test_srl ; -- Begin function test_srl .p2align 2 _test_srl: ; @test_srl .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] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _srl ldur w8, [x29, #-4] ldr w9, [sp, #8] lsr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l___func__.test_srl@PAGE add x0, x0, l___func__.test_srl@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #43 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB2_2: b LBB2_3 LBB2_3: mov w8, #255 stur w8, [x29, #-4] mov w8, #12 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _srl ldur w8, [x29, #-4] ldr w9, [sp, #8] lsr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: adrp x0, l___func__.test_srl@PAGE add x0, x0, l___func__.test_srl@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #46 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___assert_rtn LBB2_5: b LBB2_6 LBB2_6: bl _rand stur w0, [x29, #-4] bl _rand mov w9, #32 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _srl ldur w8, [x29, #-4] ldr w9, [sp, #8] lsr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: adrp x0, l___func__.test_srl@PAGE add x0, x0, l___func__.test_srl@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #50 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB2_8: b LBB2_9 LBB2_9: mov w8, #2147483647 stur w8, [x29, #-4] mov w8, #31 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _srl ldur w8, [x29, #-4] subs w8, w0, w8, lsr #31 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: adrp x0, l___func__.test_srl@PAGE add x0, x0, l___func__.test_srl@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #53 adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl ___assert_rtn LBB2_11: b LBB2_12 LBB2_12: mov w8, #-2147483648 stur w8, [x29, #-4] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _srl ldur w8, [x29, #-4] subs w8, w0, w8, lsr #31 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: adrp x0, l___func__.test_srl@PAGE add x0, x0, l___func__.test_srl@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #55 adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl ___assert_rtn LBB2_14: b LBB2_15 LBB2_15: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _test_sra ; -- Begin function test_sra .p2align 2 _test_sra: ; @test_sra .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] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _sra ldur w8, [x29, #-4] ldr w9, [sp, #8] asr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x0, l___func__.test_sra@PAGE add x0, x0, l___func__.test_sra@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #63 adrp x3, l_.str.5@PAGE add x3, x3, l_.str.5@PAGEOFF bl ___assert_rtn LBB3_2: b LBB3_3 LBB3_3: mov w8, #255 stur w8, [x29, #-4] mov w8, #12 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _sra ldur w8, [x29, #-4] ldr w9, [sp, #8] asr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: adrp x0, l___func__.test_sra@PAGE add x0, x0, l___func__.test_sra@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #66 adrp x3, l_.str.6@PAGE add x3, x3, l_.str.6@PAGEOFF bl ___assert_rtn LBB3_5: b LBB3_6 LBB3_6: bl _rand stur w0, [x29, #-4] bl _rand mov w9, #32 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _sra ldur w8, [x29, #-4] ldr w9, [sp, #8] asr w8, w8, w9 subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: adrp x0, l___func__.test_sra@PAGE add x0, x0, l___func__.test_sra@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #70 adrp x3, l_.str.5@PAGE add x3, x3, l_.str.5@PAGEOFF bl ___assert_rtn LBB3_8: b LBB3_9 LBB3_9: mov w8, #2147483647 stur w8, [x29, #-4] mov w8, #31 str w8, [sp, #8] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _sra ldur w8, [x29, #-4] subs w8, w0, w8, asr #31 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: adrp x0, l___func__.test_sra@PAGE add x0, x0, l___func__.test_sra@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #73 adrp x3, l_.str.7@PAGE add x3, x3, l_.str.7@PAGEOFF bl ___assert_rtn LBB3_11: b LBB3_12 LBB3_12: mov w8, #-2147483648 stur w8, [x29, #-4] ldur w0, [x29, #-4] ldr w1, [sp, #8] bl _sra ldur w8, [x29, #-4] subs w8, w0, w8, asr #31 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: adrp x0, l___func__.test_sra@PAGE add x0, x0, l___func__.test_sra@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF mov w2, #75 adrp x3, l_.str.7@PAGE add x3, x3, l_.str.7@PAGEOFF bl ___assert_rtn LBB3_14: b LBB3_15 LBB3_15: 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: 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 _test_srl bl _test_sra mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "the range of k is not correct." l___func__.test_srl: ; @__func__.test_srl .asciz "test_srl" l_.str.1: ; @.str.1 .asciz "823370.c" l_.str.2: ; @.str.2 .asciz "srl(x, k) == x >> k" l_.str.3: ; @.str.3 .asciz "srl(x, k) == (x >> k)" l_.str.4: ; @.str.4 .asciz "srl(x, k) == (x >> 31)" l___func__.test_sra: ; @__func__.test_sra .asciz "test_sra" l_.str.5: ; @.str.5 .asciz "sra(x, k) == x >> k" l_.str.6: ; @.str.6 .asciz "sra(x, k) == (x >> k)" l_.str.7: ; @.str.7 .asciz "sra(x, k) == (x >> 31)" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _srl ## -- Begin function srl .p2align 4, 0x90 _srl: ## @srl .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 $32, -16(%rbp) cmpl $0, -12(%rbp) jl LBB0_2 ## %bb.1: movl -12(%rbp), %eax cmpl -16(%rbp), %eax jl LBB0_3 LBB0_2: leaq L_.str(%rip), %rdi callq _puts movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_4 LBB0_3: movl -8(%rbp), %eax movl -12(%rbp), %ecx ## kill: def $cl killed $ecx sarl %cl, %eax movl %eax, -20(%rbp) movl -16(%rbp), %ecx subl -12(%rbp), %ecx subl $1, %ecx movl $4294967295, %eax ## imm = 0xFFFFFFFF ## kill: def $cl killed $ecx shll %cl, %eax shll $1, %eax xorl $-1, %eax movl %eax, -24(%rbp) movl -20(%rbp), %eax andl -24(%rbp), %eax movl %eax, -4(%rbp) LBB0_4: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sra ## -- Begin function sra .p2align 4, 0x90 _sra: ## @sra .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 $32, -16(%rbp) cmpl $0, -12(%rbp) jl LBB1_2 ## %bb.1: movl -12(%rbp), %eax cmpl -16(%rbp), %eax jl LBB1_3 LBB1_2: leaq L_.str(%rip), %rdi callq _puts movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB1_4 LBB1_3: movl -8(%rbp), %eax movl -12(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %eax movl %eax, -20(%rbp) movl -16(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax andl -8(%rbp), %eax cmpl $0, %eax setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax subl $1, %eax movl %eax, -24(%rbp) movl -24(%rbp), %eax movl -16(%rbp), %ecx subl -12(%rbp), %ecx subl $1, %ecx ## kill: def $cl killed $ecx shll %cl, %eax shll $1, %eax movl %eax, -28(%rbp) movl -20(%rbp), %eax xorl -28(%rbp), %eax movl %eax, -4(%rbp) LBB1_4: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_srl ## -- Begin function test_srl .p2align 4, 0x90 _test_srl: ## @test_srl .cfi_startproc ## %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 -4(%rbp), %edi movl -8(%rbp), %esi callq _srl movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB2_2 ## %bb.1: leaq L___func__.test_srl(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.2(%rip), %rcx movl $43, %edx callq ___assert_rtn LBB2_2: jmp LBB2_3 LBB2_3: movl $255, -4(%rbp) movl $12, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _srl movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB2_5 ## %bb.4: leaq L___func__.test_srl(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.3(%rip), %rcx movl $46, %edx callq ___assert_rtn LBB2_5: jmp LBB2_6 LBB2_6: callq _rand movl %eax, -4(%rbp) callq _rand movl $32, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _srl movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx shrl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB2_8 ## %bb.7: leaq L___func__.test_srl(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.2(%rip), %rcx movl $50, %edx callq ___assert_rtn LBB2_8: jmp LBB2_9 LBB2_9: movl $2147483647, -4(%rbp) ## imm = 0x7FFFFFFF movl $31, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _srl movl -4(%rbp), %ecx shrl $31, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB2_11 ## %bb.10: leaq L___func__.test_srl(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.4(%rip), %rcx movl $53, %edx callq ___assert_rtn LBB2_11: jmp LBB2_12 LBB2_12: movl $-2147483648, -4(%rbp) ## imm = 0x80000000 movl -4(%rbp), %edi movl -8(%rbp), %esi callq _srl movl -4(%rbp), %ecx shrl $31, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB2_14 ## %bb.13: leaq L___func__.test_srl(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.4(%rip), %rcx movl $55, %edx callq ___assert_rtn LBB2_14: jmp LBB2_15 LBB2_15: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _test_sra ## -- Begin function test_sra .p2align 4, 0x90 _test_sra: ## @test_sra .cfi_startproc ## %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 -4(%rbp), %edi movl -8(%rbp), %esi callq _sra movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx sarl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB3_2 ## %bb.1: leaq L___func__.test_sra(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $63, %edx callq ___assert_rtn LBB3_2: jmp LBB3_3 LBB3_3: movl $255, -4(%rbp) movl $12, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _sra movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx sarl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB3_5 ## %bb.4: leaq L___func__.test_sra(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.6(%rip), %rcx movl $66, %edx callq ___assert_rtn LBB3_5: jmp LBB3_6 LBB3_6: callq _rand movl %eax, -4(%rbp) callq _rand movl $32, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _sra movl -4(%rbp), %edx movl -8(%rbp), %ecx ## kill: def $cl killed $ecx sarl %cl, %edx movl %edx, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB3_8 ## %bb.7: leaq L___func__.test_sra(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $70, %edx callq ___assert_rtn LBB3_8: jmp LBB3_9 LBB3_9: movl $2147483647, -4(%rbp) ## imm = 0x7FFFFFFF movl $31, -8(%rbp) movl -4(%rbp), %edi movl -8(%rbp), %esi callq _sra movl -4(%rbp), %ecx sarl $31, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB3_11 ## %bb.10: leaq L___func__.test_sra(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.7(%rip), %rcx movl $73, %edx callq ___assert_rtn LBB3_11: jmp LBB3_12 LBB3_12: movl $-2147483648, -4(%rbp) ## imm = 0x80000000 movl -4(%rbp), %edi movl -8(%rbp), %esi callq _sra movl -4(%rbp), %ecx sarl $31, %ecx cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB3_14 ## %bb.13: leaq L___func__.test_sra(%rip), %rdi leaq L_.str.1(%rip), %rsi leaq L_.str.7(%rip), %rcx movl $75, %edx callq ___assert_rtn LBB3_14: jmp LBB3_15 LBB3_15: 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 callq _test_srl callq _test_sra xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "the range of k is not correct." L___func__.test_srl: ## @__func__.test_srl .asciz "test_srl" L_.str.1: ## @.str.1 .asciz "823370.c" L_.str.2: ## @.str.2 .asciz "srl(x, k) == x >> k" L_.str.3: ## @.str.3 .asciz "srl(x, k) == (x >> k)" L_.str.4: ## @.str.4 .asciz "srl(x, k) == (x >> 31)" L___func__.test_sra: ## @__func__.test_sra .asciz "test_sra" L_.str.5: ## @.str.5 .asciz "sra(x, k) == x >> k" L_.str.6: ## @.str.6 .asciz "sra(x, k) == (x >> k)" L_.str.7: ## @.str.7 .asciz "sra(x, k) == (x >> 31)" .subsections_via_symbols
the_stack_data/823370.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #112 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] 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 w9, [x29, #-16] mov w8, #1 add w9, w9, #1 ; kill: def $x9 killed $w9 stur x9, [x29, #-88] ; 8-byte Folded Spill mov x10, sp stur x10, [x29, #-32] lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-96] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x11, [x29, #-96] ; 8-byte Folded Reload ldur x9, [x29, #-88] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 stur x10, [x29, #-80] ; 8-byte Folded Spill stur x9, [x29, #-40] ldur w9, [x29, #-16] add w9, w9, #1 ; kill: def $x9 killed $w9 stur x9, [x29, #-64] ; 8-byte Folded Spill lsl x9, x9, #2 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 x11, [x29, #-72] ; 8-byte Folded Reload ldur x9, [x29, #-64] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 stur x10, [x29, #-56] ; 8-byte Folded Spill stur x9, [x29, #-48] stur w8, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-80] ; 8-byte Folded Reload ldursw x9, [x29, #-20] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 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 w8, #1 stur w8, [x29, #-20] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur x9, [x29, #-56] ; 8-byte Folded Reload ldur x10, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-20] ldursw x11, [x29, #-20] ldrsw x10, [x10, x11, lsl #2] str w8, [x9, x10, lsl #2] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_5 LBB0_8: mov w8, #1 stur w8, [x29, #-20] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldur x8, [x29, #-56] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf add sp, sp, #16 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_9 LBB0_12: ldur x8, [x29, #-32] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-100] ; 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: ldur w0, [x29, #-100] ; 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 " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -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 incl %eax ## kill: def $rax killed $eax movq %rax, -80(%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 -80(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -72(%rbp) ## 8-byte Spill movq %rax, -40(%rbp) movl -16(%rbp), %eax incl %eax ## kill: def $rax killed $eax movq %rax, -64(%rbp) ## 8-byte Spill 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, -48(%rbp) movl $1, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -72(%rbp), %rsi ## 8-byte Reload movslq -20(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: movl $1, -20(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jg LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq -56(%rbp), %rax ## 8-byte Reload movq -72(%rbp), %rcx ## 8-byte Reload movl -20(%rbp), %edx movslq -20(%rbp), %rsi movslq (%rcx,%rsi,4), %rcx movl %edx, (%rax,%rcx,4) ## %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 $1, -20(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jg LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movq -56(%rbp), %rax ## 8-byte Reload movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %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 -32(%rbp), %rax movq %rax, %rsp movl -12(%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 LBB0_14 ## %bb.13: movl -84(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_14: 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 " .subsections_via_symbols
the_stack_data/154831318.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_isalnum ; -- Begin function ft_isalnum .p2align 2 _ft_isalnum: ; @ft_isalnum .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] ldr w8, [sp, #8] subs w8, w8, #48 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] subs w8, w8, #57 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ldr w8, [sp, #8] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr w8, [sp, #8] subs w8, w8, #90 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldr w8, [sp, #8] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB0_7 b LBB0_5 LBB0_5: ldr w8, [sp, #8] subs w8, w8, #122 cset w8, gt tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: mov w8, #1 str w8, [sp, #12] b LBB0_8 LBB0_7: str wzr, [sp, #12] b LBB0_8 LBB0_8: 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 _ft_isalnum ## -- Begin function ft_isalnum .p2align 4, 0x90 _ft_isalnum: ## @ft_isalnum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) cmpl $48, -8(%rbp) jl LBB0_2 ## %bb.1: cmpl $57, -8(%rbp) jle LBB0_6 LBB0_2: cmpl $65, -8(%rbp) jl LBB0_4 ## %bb.3: cmpl $90, -8(%rbp) jle LBB0_6 LBB0_4: cmpl $97, -8(%rbp) jl LBB0_7 ## %bb.5: cmpl $122, -8(%rbp) jg LBB0_7 LBB0_6: movl $1, -4(%rbp) jmp LBB0_8 LBB0_7: movl $0, -4(%rbp) LBB0_8: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/167331793.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ask_for_move ; -- Begin function ask_for_move .p2align 2 _ask_for_move: ; @ask_for_move .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, #-12] ldur x0, [x29, #-12] bl _print_board b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF str x8, [sp, #24] ; kill: def $x8 killed $xzr str xzr, [sp, #16] bl _get_ch strb w0, [sp, #15] ldrsb w8, [sp, #15] subs w8, w8, #113 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: mov w8, #-1 stur w8, [x29, #-4] b LBB0_9 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrsb w8, [sp, #15] subs w8, w8, #114 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: mov w8, #4 stur w8, [x29, #-4] b LBB0_9 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr x0, [sp, #24] ldrsb w1, [sp, #15] bl _strchr str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #16] ldr x9, [sp, #24] subs x8, x8, x9 mov x10, #4 sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-4] b LBB0_9 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function print_board _print_board: ; @print_board .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 sub x8, x29, #8 stur x0, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-16] str x8, [sp, #24] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-12] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_11 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 stur wzr, [x29, #-16] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-16] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB1_9 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #24] ldur w10, [x29, #-12] mov w9, #3 subs w9, w9, w10 ldrh w8, [x8, w9, sxtw #1] and w8, w8, #0xf str w8, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 mov x9, sp mov x8, #32 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB1_7 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 ldr w9, [sp, #20] mov w8, #1 lsl w10, w8, w9 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #24] ldur w10, [x29, #-12] mov w9, #3 subs w9, w9, w10 add x9, x8, w9, sxtw #1 ldrh w8, [x9] asr w8, w8, #4 strh w8, [x9] b LBB1_8 LBB1_8: ; in Loop: Header=BB1_3 Depth=2 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_3 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB1_10 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_11: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _play_game ; -- Begin function play_game .p2align 2 _play_game: ; @play_game .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, #800 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, #52] ; 4-byte Folded Spill str wzr, [sp, #140] str xzr, [sp, #128] str xzr, [sp, #120] str xzr, [sp, #112] str wzr, [sp, #108] str wzr, [sp, #104] bl _initial_board str x0, [sp, #96] ldr x8, [sp, #96] str x8, [sp, #144] add x0, sp, #280 mov x1, #512 bl _bzero ldr w1, [sp, #52] ; 4-byte Folded Reload add x0, sp, #152 mov x2, #128 bl _memset b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_2 Depth 2 str wzr, [sp, #92] strh wzr, [sp, #90] bl _clear_screen str wzr, [sp, #92] b LBB2_2 LBB2_2: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #92] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB2_7 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_2 Depth=2 ldr w1, [sp, #92] add x8, sp, #144 str x8, [sp, #40] ; 8-byte Folded Spill ldr x0, [sp, #144] bl _execute_move ldr x1, [sp, #40] ; 8-byte Folded Reload str x0, [sp, #72] ldr x8, [sp, #72] add x0, sp, #80 str x8, [sp, #80] mov x2, #8 bl _memcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 b LBB2_7 LBB2_5: ; in Loop: Header=BB2_2 Depth=2 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_2 Depth=2 ldr w8, [sp, #92] add w8, w8, #1 str w8, [sp, #92] b LBB2_2 LBB2_7: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #92] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: b LBB2_29 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 ldr x0, [sp, #144] bl _score_board ldr w8, [sp, #140] subs w8, w0, w8 ; kill: def $x8 killed $w8 str x8, [sp, #120] ldr x8, [sp, #112] add x11, x8, #1 str x11, [sp, #112] ldr x10, [sp, #120] ldr x8, [sp, #120] ldr x9, [sp, #128] subs x8, x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #120] str x8, [sp, #128] ldr x0, [sp, #144] bl _ask_for_move str w0, [sp, #92] ldr w8, [sp, #92] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: b LBB2_29 LBB2_11: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #92] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB2_19 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #112] subs x8, x8, #1 cset w8, le tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #104] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB2_15 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #112] subs x8, x8, #1 str x8, [sp, #112] b LBB2_1 LBB2_15: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #112] subs x8, x8, #2 str x8, [sp, #112] ldr w8, [sp, #108] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_18 b LBB2_16 LBB2_16: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #104] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB2_18 b LBB2_17 LBB2_17: ; in Loop: Header=BB2_1 Depth=1 mov w8, #64 str w8, [sp, #108] b LBB2_18 LBB2_18: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #108] subs w9, w8, #1 str w9, [sp, #108] add x8, sp, #280 ldr x8, [x8, w9, sxtw #3] str x8, [sp, #144] ldrsw x9, [sp, #108] add x8, sp, #152 ldrh w9, [x8, x9, lsl #1] ldr w8, [sp, #140] subs w8, w8, w9 str w8, [sp, #140] ldr w8, [sp, #104] subs w8, w8, #1 str w8, [sp, #104] b LBB2_1 LBB2_19: ; in Loop: Header=BB2_1 Depth=1 ldr w1, [sp, #92] add x8, sp, #144 str x8, [sp, #32] ; 8-byte Folded Spill ldr x0, [sp, #144] bl _execute_move ldr x1, [sp, #32] ; 8-byte Folded Reload str x0, [sp, #64] ldr x8, [sp, #64] add x0, sp, #80 str x8, [sp, #80] mov x2, #8 bl _memcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_21 b LBB2_20 LBB2_20: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #112] subs x8, x8, #1 str x8, [sp, #112] b LBB2_1 LBB2_21: ; in Loop: Header=BB2_1 Depth=1 bl _draw_tile strh w0, [sp, #90] ldrh w8, [sp, #90] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB2_23 b LBB2_22 LBB2_22: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #140] add w8, w8, #4 str w8, [sp, #140] ldrsw x9, [sp, #108] add x8, sp, #152 add x9, x8, x9, lsl #1 mov w8, #4 strh w8, [x9] b LBB2_24 LBB2_23: ; in Loop: Header=BB2_1 Depth=1 ldrsw x9, [sp, #108] add x8, sp, #152 add x8, x8, x9, lsl #1 strh wzr, [x8] b LBB2_24 LBB2_24: ; in Loop: Header=BB2_1 Depth=1 ldrsw x10, [sp, #108] mov x8, x10 add w8, w8, #1 str w8, [sp, #108] add x9, sp, #280 ldr x8, [sp, #144] str x8, [x9, x10, lsl #3] ldr w8, [sp, #108] subs w8, w8, #64 cset w8, ne tbnz w8, #0, LBB2_26 b LBB2_25 LBB2_25: ; in Loop: Header=BB2_1 Depth=1 str wzr, [sp, #108] b LBB2_26 LBB2_26: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #104] subs w8, w8, #64 cset w8, ge tbnz w8, #0, LBB2_28 b LBB2_27 LBB2_27: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #104] add w8, w8, #1 str w8, [sp, #104] b LBB2_28 LBB2_28: ; in Loop: Header=BB2_1 Depth=1 ldrh w1, [sp, #90] ldr x0, [sp, #80] bl _insert_tile_rand str x0, [sp, #56] ldr x8, [sp, #56] str x8, [sp, #144] b LBB2_1 LBB2_29: ldr x0, [sp, #144] bl _print_board ldr x8, [sp, #120] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_31 b LBB2_30 LBB2_30: bl ___stack_chk_fail LBB2_31: add sp, sp, #800 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 execute_move _execute_move: ; @execute_move .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] sub x8, x29, #8 str x8, [sp, #48] ldur x8, [x29, #-16] stur x8, [x29, #-8] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ldur x0, [x29, #-16] bl _transpose str x0, [sp, #32] ldr x9, [sp, #32] sub x8, x29, #32 stur x9, [x29, #-32] str x8, [sp, #48] b LBB3_3 LBB3_3: str wzr, [sp, #40] b LBB3_4 LBB3_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #40] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB3_21 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 ldr x8, [sp, #48] ldr w10, [sp, #40] mov w9, #3 subs w9, w9, w10 add x8, x8, w9, sxtw #1 ldrh w8, [x8] strh w8, [sp, #46] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=1 ldrh w8, [sp, #46] str w8, [sp, #12] ; 4-byte Folded Spill ldrh w0, [sp, #46] bl _execute_move_helper ldr w8, [sp, #12] ; 4-byte Folded Reload and w9, w0, #0xffff eor w0, w8, w9 bl _unpack_col str x0, [sp, #24] ldr x8, [sp, #24] stur x8, [x29, #-40] b LBB3_16 LBB3_7: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_9 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_4 Depth=1 ldrh w8, [sp, #46] str w8, [sp, #8] ; 4-byte Folded Spill ldrh w0, [sp, #46] bl _reverse_row and w0, w0, #0xffff bl _execute_move_helper and w0, w0, #0xffff bl _reverse_row ldr w8, [sp, #8] ; 4-byte Folded Reload and w9, w0, #0xffff eor w0, w8, w9 bl _unpack_col str x0, [sp, #16] ldr x8, [sp, #16] stur x8, [x29, #-40] b LBB3_15 LBB3_9: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_4 Depth=1 ldrh w8, [sp, #46] str w8, [sp, #4] ; 4-byte Folded Spill ldrh w0, [sp, #46] bl _execute_move_helper ldr w8, [sp, #4] ; 4-byte Folded Reload and w9, w0, #0xffff eor w10, w8, w9 ldr x8, [sp, #48] ldr w11, [sp, #40] mov w9, #3 subs w9, w9, w11 add x9, x8, w9, sxtw #1 ldrh w8, [x9] eor w8, w8, w10 strh w8, [x9] b LBB3_14 LBB3_11: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ; in Loop: Header=BB3_4 Depth=1 ldrh w8, [sp, #46] str w8, [sp] ; 4-byte Folded Spill ldrh w0, [sp, #46] bl _reverse_row and w0, w0, #0xffff bl _execute_move_helper and w0, w0, #0xffff bl _reverse_row ldr w8, [sp] ; 4-byte Folded Reload and w9, w0, #0xffff eor w10, w8, w9 ldr x8, [sp, #48] ldr w11, [sp, #40] mov w9, #3 subs w9, w9, w11 add x9, x8, w9, sxtw #1 ldrh w8, [x9] eor w8, w8, w10 strh w8, [x9] b LBB3_13 LBB3_13: ; in Loop: Header=BB3_4 Depth=1 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_4 Depth=1 b LBB3_15 LBB3_15: ; in Loop: Header=BB3_4 Depth=1 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: ; in Loop: Header=BB3_4 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB3_19 b LBB3_18 LBB3_18: ; in Loop: Header=BB3_4 Depth=1 ldurh w8, [x29, #-40] ldr w9, [sp, #40] lsl w9, w9, #2 lsl w9, w8, w9 ldurh w8, [x29, #-8] eor w8, w8, w9 sturh w8, [x29, #-8] ldurh w8, [x29, #-38] ldr w9, [sp, #40] lsl w9, w9, #2 lsl w9, w8, w9 ldurh w8, [x29, #-6] eor w8, w8, w9 sturh w8, [x29, #-6] ldurh w8, [x29, #-36] ldr w9, [sp, #40] lsl w9, w9, #2 lsl w9, w8, w9 ldurh w8, [x29, #-4] eor w8, w8, w9 sturh w8, [x29, #-4] ldurh w8, [x29, #-34] ldr w9, [sp, #40] lsl w9, w9, #2 lsl w9, w8, w9 ldurh w8, [x29, #-2] eor w8, w8, w9 sturh w8, [x29, #-2] b LBB3_19 LBB3_19: ; in Loop: Header=BB3_4 Depth=1 b LBB3_20 LBB3_20: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB3_4 LBB3_21: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function score_board _score_board: ; @score_board .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 _score_helper ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function insert_tile_rand _insert_tile_rand: ; @insert_tile_rand .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub x8, x29, #16 str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-16] sturh w1, [x29, #-18] ldur x0, [x29, #-16] bl _count_empty bl _unif_random ldr x8, [sp, #8] ; 8-byte Folded Reload stur w0, [x29, #-24] stur wzr, [x29, #-28] str x8, [sp, #24] ldr x8, [sp, #24] ldrh w8, [x8, #6] strh w8, [sp, #22] ldurh w8, [x29, #-18] strh w8, [sp, #20] b LBB5_1 LBB5_1: ; =>This Loop Header: Depth=1 ; Child Loop BB5_2 Depth 2 b LBB5_2 LBB5_2: ; Parent Loop BB5_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldrh w8, [sp, #22] ands w8, w8, #0xf cset w8, eq tbnz w8, #0, LBB5_6 b LBB5_3 LBB5_3: ; in Loop: Header=BB5_2 Depth=2 ldrh w8, [sp, #22] asr w8, w8, #4 strh w8, [sp, #22] ldurh w8, [x29, #-18] lsl w8, w8, #4 sturh w8, [x29, #-18] ldur w8, [x29, #-28] add w8, w8, #4 stur w8, [x29, #-28] ldur w8, [x29, #-28] mov w10, #16 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_2 Depth=2 ldr x8, [sp, #24] ldur w10, [x29, #-28] mov w9, #3 subs w9, w9, w10, asr #4 add x8, x8, w9, sxtw #1 ldrh w8, [x8] strh w8, [sp, #22] ldrh w8, [sp, #20] sturh w8, [x29, #-18] b LBB5_5 LBB5_5: ; in Loop: Header=BB5_2 Depth=2 b LBB5_2 LBB5_6: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB5_8 b LBB5_7 LBB5_7: b LBB5_11 LBB5_8: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #1 stur w8, [x29, #-24] ldrh w8, [sp, #22] asr w8, w8, #4 strh w8, [sp, #22] ldurh w8, [x29, #-18] lsl w8, w8, #4 sturh w8, [x29, #-18] ldur w8, [x29, #-28] add w8, w8, #4 stur w8, [x29, #-28] ldur w8, [x29, #-28] mov w10, #16 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB5_10 b LBB5_9 LBB5_9: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #24] ldur w10, [x29, #-28] mov w9, #3 subs w9, w9, w10, asr #4 add x8, x8, w9, sxtw #1 ldrh w8, [x8] strh w8, [sp, #22] ldrh w8, [sp, #20] sturh w8, [x29, #-18] b LBB5_10 LBB5_10: ; in Loop: Header=BB5_1 Depth=1 b LBB5_1 LBB5_11: ldurh w10, [x29, #-18] ldr x8, [sp, #24] ldur w11, [x29, #-28] mov w9, #3 subs w9, w9, w11, asr #4 add x9, x8, w9, sxtw #1 ldrh w8, [x9] orr w8, w8, w10 strh w8, [x9] ldur x8, [x29, #-16] stur x8, [x29, #-8] 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, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, _ask_for_move@PAGE add x0, x0, _ask_for_move@PAGEOFF bl _play_game ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function get_ch _get_ch: ; @get_ch .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] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] bl _fflush mov w0, #0 str w0, [sp, #28] ; 4-byte Folded Spill sub x1, x29, #80 str x1, [sp, #8] ; 8-byte Folded Spill bl _tcgetattr ldr x1, [sp, #8] ; 8-byte Folded Reload add x0, sp, #40 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #72 bl _memcpy ldr x2, [sp, #16] ; 8-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload ldr x8, [sp, #64] and x8, x8, #0xfffffffffffffeff str x8, [sp, #64] ldr x8, [sp, #64] and x8, x8, #0xfffffffffffffff7 str x8, [sp, #64] mov w8, #1 strb w8, [sp, #88] strb w8, [sp, #89] mov x0, x1 bl _tcsetattr ldr w8, [sp, #28] ; 4-byte Folded Reload str w0, [sp, #36] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: mov w0, #0 add x1, sp, #35 mov x2, #1 bl _read mov x8, x0 str w8, [sp, #36] b LBB7_2 LBB7_2: mov w1, #0 mov x0, x1 sub x2, x29, #80 bl _tcsetattr ldr w8, [sp, #36] add w8, w8, w0 str w8, [sp, #36] ldr w8, [sp, #36] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_4 b LBB7_3 LBB7_3: ldrsb w8, [sp, #35] str w8, [sp, #4] ; 4-byte Folded Spill b LBB7_5 LBB7_4: mov w8, #-1 str w8, [sp, #4] ; 4-byte Folded Spill b LBB7_5 LBB7_5: ldr w8, [sp, #4] ; 4-byte Folded Reload str w8, [sp] ; 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, LBB7_7 b LBB7_6 LBB7_6: bl ___stack_chk_fail LBB7_7: ldr w0, [sp] ; 4-byte Folded Reload ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function initial_board _initial_board: ; @initial_board .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 w0, #16 str w0, [sp, #8] ; 4-byte Folded Spill bl _unif_random ldr w10, [sp, #8] ; 4-byte Folded Reload lsl w8, w0, #2 sturh w8, [x29, #-18] sub x8, x29, #16 str x8, [sp, #16] stur xzr, [x29, #-16] ldurh w8, [x29, #-18] asr w8, w8, #4 strh w8, [sp, #14] ldurh w8, [x29, #-18] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 strh w8, [sp, #12] bl _draw_tile and w8, w0, #0xffff ldrh w9, [sp, #12] lsl w8, w8, w9 ldr x9, [sp, #16] ldrh w11, [sp, #14] mov w10, #3 subs w10, w10, w11 strh w8, [x9, w10, sxtw #1] bl _draw_tile and w1, w0, #0xffff ldur x0, [x29, #-16] bl _insert_tile_rand stur x0, [x29, #-8] ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function unif_random _unif_random: ; @unif_random .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _unif_random.seeded@PAGE ldr w8, [x8, _unif_random.seeded@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand mov w8, #1 adrp x9, _unif_random.seeded@PAGE str w8, [x9, _unif_random.seeded@PAGEOFF] b LBB9_2 LBB9_2: bl _rand ldur w9, [x29, #-4] udiv 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 .p2align 2 ; -- Begin function clear_screen _clear_screen: ; @clear_screen .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.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function transpose _transpose: ; @transpose .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 str x0, [sp, #48] ldrh w8, [sp, #48] mov w10, #61680 and w8, w8, w10 strh w8, [sp, #46] ldrh w8, [sp, #50] mov w9, #3855 and w8, w8, w9 strh w8, [sp, #44] ldrh w8, [sp, #52] and w8, w8, w10 strh w8, [sp, #42] ldrh w8, [sp, #54] and w8, w8, w9 strh w8, [sp, #40] ldrh w8, [sp, #50] and w8, w8, w10 strh w8, [sp, #38] ldrh w8, [sp, #54] and w8, w8, w10 strh w8, [sp, #36] ldrh w8, [sp, #48] and w8, w8, w9 strh w8, [sp, #34] ldrh w8, [sp, #52] and w8, w8, w9 strh w8, [sp, #32] ldrh w8, [sp, #46] ldrh w9, [sp, #38] orr w8, w8, w9, asr #4 strh w8, [sp, #30] ldrh w8, [sp, #44] ldrh w9, [sp, #34] orr w8, w8, w9, lsl #4 strh w8, [sp, #28] ldrh w8, [sp, #42] ldrh w9, [sp, #36] orr w8, w8, w9, asr #4 strh w8, [sp, #26] ldrh w8, [sp, #40] ldrh w9, [sp, #32] orr w8, w8, w9, lsl #4 strh w8, [sp, #24] ldrh w8, [sp, #30] and w8, w8, #0xff00 strh w8, [sp, #22] ldrh w8, [sp, #28] and w8, w8, #0xff00 strh w8, [sp, #20] ldrb w8, [sp, #26] strh w8, [sp, #18] ldrb w8, [sp, #24] strh w8, [sp, #16] ldrb w8, [sp, #30] strh w8, [sp, #14] ldrb w8, [sp, #28] strh w8, [sp, #12] ldrh w8, [sp, #26] and w8, w8, #0xff00 strh w8, [sp, #10] ldrh w8, [sp, #24] and w8, w8, #0xff00 strh w8, [sp, #8] ldrh w8, [sp, #22] ldrh w9, [sp, #10] orr w8, w8, w9, asr #8 strh w8, [sp, #48] ldrh w8, [sp, #20] ldrh w9, [sp, #8] orr w8, w8, w9, asr #8 strh w8, [sp, #50] ldrh w8, [sp, #18] ldrh w9, [sp, #14] orr w8, w8, w9, lsl #8 strh w8, [sp, #52] ldrh w8, [sp, #16] ldrh w9, [sp, #12] orr w8, w8, w9, lsl #8 strh w8, [sp, #54] ldr x8, [sp, #48] str x8, [sp, #56] ldr x0, [sp, #56] add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function unpack_col _unpack_col: ; @unpack_col .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strh w0, [sp, #6] ldrh w8, [sp, #6] and w8, w8, #0xf000 asr w8, w8, #12 strh w8, [sp, #8] ldrh w8, [sp, #6] and w8, w8, #0xf00 asr w8, w8, #8 strh w8, [sp, #10] ldrh w8, [sp, #6] and w8, w8, #0xf0 asr w8, w8, #4 strh w8, [sp, #12] ldrh w8, [sp, #6] and w8, w8, #0xf strh w8, [sp, #14] ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function execute_move_helper _execute_move_helper: ; @execute_move_helper .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] strh w0, [sp, #14] str wzr, [sp, #8] str wzr, [sp, #4] ldrh w8, [sp, #14] and w8, w8, #0xf strh w8, [sp, #16] ldrh w8, [sp, #14] asr w8, w8, #4 and w8, w8, #0xf strh w8, [sp, #18] ldrh w8, [sp, #14] asr w8, w8, #8 and w8, w8, #0xf strh w8, [sp, #20] ldrh w8, [sp, #14] asr w8, w8, #12 and w8, w8, #0xf strh w8, [sp, #22] str wzr, [sp, #8] b LBB13_1 LBB13_1: ; =>This Loop Header: Depth=1 ; Child Loop BB13_3 Depth 2 ldr w8, [sp, #8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB13_19 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #4] b LBB13_3 LBB13_3: ; Parent Loop BB13_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB13_8 b LBB13_4 LBB13_4: ; in Loop: Header=BB13_3 Depth=2 ldrsw x9, [sp, #4] add x8, sp, #16 ldrh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB13_6 b LBB13_5 LBB13_5: ; in Loop: Header=BB13_1 Depth=1 b LBB13_8 LBB13_6: ; in Loop: Header=BB13_3 Depth=2 b LBB13_7 LBB13_7: ; in Loop: Header=BB13_3 Depth=2 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB13_3 LBB13_8: ; in Loop: Header=BB13_1 Depth=1 ldr w8, [sp, #4] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB13_10 b LBB13_9 LBB13_9: b LBB13_19 LBB13_10: ; in Loop: Header=BB13_1 Depth=1 ldrsw x9, [sp, #8] add x8, sp, #16 ldrh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_12 b LBB13_11 LBB13_11: ; in Loop: Header=BB13_1 Depth=1 ldrsw x10, [sp, #4] add x8, sp, #16 mov x9, x8 add x9, x9, x10, lsl #1 ldrh w9, [x9] ldrsw x11, [sp, #8] mov x10, x8 add x10, x10, x11, lsl #1 strh w9, [x10] ldrsw x9, [sp, #4] add x8, x8, x9, lsl #1 strh wzr, [x8] ldr w8, [sp, #8] subs w8, w8, #1 str w8, [sp, #8] b LBB13_17 LBB13_12: ; in Loop: Header=BB13_1 Depth=1 ldrsw x8, [sp, #8] add x9, sp, #16 ldrh w8, [x9, x8, lsl #1] ldrsw x10, [sp, #4] ldrh w9, [x9, x10, lsl #1] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB13_16 b LBB13_13 LBB13_13: ; in Loop: Header=BB13_1 Depth=1 ldrsw x9, [sp, #8] add x8, sp, #16 ldrh w8, [x8, x9, lsl #1] subs w8, w8, #15 cset w8, eq tbnz w8, #0, LBB13_15 b LBB13_14 LBB13_14: ; in Loop: Header=BB13_1 Depth=1 ldrsw x9, [sp, #8] add x8, sp, #16 add x9, x8, x9, lsl #1 ldrh w8, [x9] add w8, w8, #1 strh w8, [x9] b LBB13_15 LBB13_15: ; in Loop: Header=BB13_1 Depth=1 ldrsw x9, [sp, #4] add x8, sp, #16 add x8, x8, x9, lsl #1 strh wzr, [x8] b LBB13_16 LBB13_16: ; in Loop: Header=BB13_1 Depth=1 b LBB13_17 LBB13_17: ; in Loop: Header=BB13_1 Depth=1 b LBB13_18 LBB13_18: ; in Loop: Header=BB13_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB13_1 LBB13_19: ldrh w8, [sp, #16] ldrh w9, [sp, #18] orr w8, w8, w9, lsl #4 ldrh w9, [sp, #20] orr w8, w8, w9, lsl #8 ldrh w9, [sp, #22] orr w8, w8, w9, lsl #12 str w8, [sp] ; 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, LBB13_21 b LBB13_20 LBB13_20: bl ___stack_chk_fail LBB13_21: ldr w8, [sp] ; 4-byte Folded Reload and w0, w8, #0xffff ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function reverse_row _reverse_row: ; @reverse_row .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, #4 and w8, w8, #0xf0 orr w8, w8, w9, asr #12 ldrh w9, [sp, #14] lsl w9, w9, #4 and w9, w9, #0xf00 orr w8, w8, w9 ldrh w9, [sp, #14] orr w8, w8, w9, lsl #12 and w0, w8, #0xffff add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function score_helper _score_helper: ; @score_helper .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str wzr, [sp, #20] strh wzr, [sp, #18] str wzr, [sp, #12] str wzr, [sp, #8] str wzr, [sp, #8] b LBB15_1 LBB15_1: ; =>This Loop Header: Depth=1 ; Child Loop BB15_3 Depth 2 ldr w8, [sp, #8] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB15_10 b LBB15_2 LBB15_2: ; in Loop: Header=BB15_1 Depth=1 ldr w9, [sp, #8] mov w8, #3 subs w9, w8, w9 add x8, sp, #24 add x8, x8, w9, sxtw #1 ldrh w8, [x8] strh w8, [sp, #18] str wzr, [sp, #12] b LBB15_3 LBB15_3: ; Parent Loop BB15_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB15_8 b LBB15_4 LBB15_4: ; in Loop: Header=BB15_3 Depth=2 ldrh w8, [sp, #18] ldr w9, [sp, #12] lsl w9, w9, #2 asr w8, w8, w9 and w8, w8, #0xf str w8, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #2 cset w8, lo tbnz w8, #0, LBB15_6 b LBB15_5 LBB15_5: ; in Loop: Header=BB15_3 Depth=2 ldr w8, [sp, #4] mov w9, #1 subs w8, w8, #1 ldr w10, [sp, #4] lsl w9, w9, w10 mul w9, w8, w9 ldr w8, [sp, #20] add w8, w8, w9 str w8, [sp, #20] b LBB15_6 LBB15_6: ; in Loop: Header=BB15_3 Depth=2 b LBB15_7 LBB15_7: ; in Loop: Header=BB15_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB15_3 LBB15_8: ; in Loop: Header=BB15_1 Depth=1 b LBB15_9 LBB15_9: ; in Loop: Header=BB15_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB15_1 LBB15_10: ldr w0, [sp, #20] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function draw_tile _draw_tile: ; @draw_tile .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w0, #10 bl _unif_random subs w8, w0, #9 cset w8, lo and w9, w8, #0x1 mov w8, #2 ands w9, w9, #0x1 csinc w8, w8, wzr, eq and w0, w8, #0xffff ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function count_empty _count_empty: ; @count_empty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] strh wzr, [sp, #6] strh wzr, [sp, #4] strh wzr, [sp, #2] strh wzr, [sp, #2] b LBB17_1 LBB17_1: ; =>This Inner Loop Header: Depth=1 ldrh w8, [sp, #2] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB17_4 b LBB17_2 LBB17_2: ; in Loop: Header=BB17_1 Depth=1 ldrh w8, [sp, #2] mov x9, x8 add x8, sp, #8 add x8, x8, x9, lsl #1 ldrh w8, [x8] strh w8, [sp, #4] ldrh w9, [sp, #4] mov w8, #13107 and w9, w8, w9, asr #2 ldrh w8, [sp, #4] orr w8, w8, w9 strh w8, [sp, #4] ldrh w9, [sp, #4] ldrh w8, [sp, #4] orr w8, w8, w9, asr #1 strh w8, [sp, #4] ldrh w9, [sp, #4] mov w8, #4369 bic w8, w8, w9 strh w8, [sp, #4] ldrh w9, [sp, #4] ldrh w8, [sp, #4] add w8, w8, w9, asr #8 strh w8, [sp, #4] ldrh w9, [sp, #4] ldrh w8, [sp, #4] add w8, w8, w9, asr #4 strh w8, [sp, #4] ldrh w9, [sp, #4] ldrh w8, [sp, #6] add w8, w8, w9 strh w8, [sp, #6] b LBB17_3 LBB17_3: ; in Loop: Header=BB17_1 Depth=1 ldrh w8, [sp, #2] add w8, w8, #1 strh w8, [sp, #2] b LBB17_1 LBB17_4: ldrh w8, [sp, #6] and w0, w8, #0xf add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "wsadkjhl" l_.str.1: ; @.str.1 .asciz "Move #%ld, current score=%ld(+%ld)\n" l_.str.2: ; @.str.2 .asciz "Game over. Your score is %ld.\n" l_.str.3: ; @.str.3 .asciz "-----------------------------\n" l_.str.4: ; @.str.4 .asciz "|%6c" l_.str.5: ; @.str.5 .asciz "|%6u" l_.str.6: ; @.str.6 .asciz "|\n" .zerofill __DATA,__bss,_unif_random.seeded,4,2 ; @unif_random.seeded l_.str.7: ; @.str.7 .asciz "\033[2J\033[H" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ask_for_move ## -- Begin function ask_for_move .p2align 4, 0x90 _ask_for_move: ## @ask_for_move .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq _print_board LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str(%rip), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) callq _get_ch ## kill: def $al killed $al killed $eax movb %al, -33(%rbp) movsbl -33(%rbp), %eax cmpl $113, %eax jne LBB0_3 ## %bb.2: movl $-1, -4(%rbp) jmp LBB0_9 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movsbl -33(%rbp), %eax cmpl $114, %eax jne LBB0_5 ## %bb.4: movl $4, -4(%rbp) jmp LBB0_9 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rdi movsbl -33(%rbp), %esi callq _strchr movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je LBB0_8 ## %bb.7: movq -32(%rbp), %rax movq -24(%rbp), %rcx subq %rcx, %rax movl $4, %ecx cqto idivq %rcx movl %edx, %eax movl %eax, -4(%rbp) jmp LBB0_9 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_9: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function print_board _print_board: ## @print_board .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) leaq -8(%rbp), %rax movq %rax, -24(%rbp) leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 cmpl $4, -12(%rbp) jge LBB1_11 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -16(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -16(%rbp) jge LBB1_9 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -24(%rbp), %rax movl $3, %ecx subl -12(%rbp), %ecx movslq %ecx, %rcx movzwl (%rax,%rcx,2), %eax andl $15, %eax movl %eax, -28(%rbp) cmpl $0, -28(%rbp) jne LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 leaq L_.str.4(%rip), %rdi movl $32, %esi movb $0, %al callq _printf jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_3 Depth=2 movl -28(%rbp), %ecx movl $1, %esi ## kill: def $cl killed $ecx shll %cl, %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB1_7: ## in Loop: Header=BB1_3 Depth=2 movq -24(%rbp), %rax movl $3, %ecx subl -12(%rbp), %ecx movslq %ecx, %rcx movzwl (%rax,%rcx,2), %edx sarl $4, %edx ## kill: def $dx killed $dx killed $edx movw %dx, (%rax,%rcx,2) ## %bb.8: ## in Loop: Header=BB1_3 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_3 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf ## %bb.10: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_11: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _play_game ## -- Begin function play_game .p2align 4, 0x90 _play_game: ## @play_game .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $752, %rsp ## imm = 0x2F0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -668(%rbp) movq $0, -680(%rbp) movq $0, -688(%rbp) movq $0, -696(%rbp) movl $0, -700(%rbp) movl $0, -704(%rbp) callq _initial_board movq %rax, -712(%rbp) movq -712(%rbp), %rax movq %rax, -664(%rbp) leaq -528(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -656(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_2 Depth 2 movl $0, -716(%rbp) movw $0, -718(%rbp) callq _clear_screen movl $0, -716(%rbp) LBB2_2: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -716(%rbp) jge LBB2_7 ## %bb.3: ## in Loop: Header=BB2_2 Depth=2 movl -716(%rbp), %esi movq -664(%rbp), %rdi callq _execute_move movq %rax, -736(%rbp) movq -736(%rbp), %rax movq %rax, -728(%rbp) leaq -728(%rbp), %rax leaq -664(%rbp), %rcx movq (%rcx), %rcx movq (%rax), %rax subq %rcx, %rax setne %al movzbl %al, %eax cmpl $0, %eax je LBB2_5 ## %bb.4: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_7 LBB2_5: ## in Loop: Header=BB2_2 Depth=2 jmp LBB2_6 LBB2_6: ## in Loop: Header=BB2_2 Depth=2 movl -716(%rbp), %eax addl $1, %eax movl %eax, -716(%rbp) jmp LBB2_2 LBB2_7: ## in Loop: Header=BB2_1 Depth=1 cmpl $4, -716(%rbp) jne LBB2_9 ## %bb.8: jmp LBB2_29 LBB2_9: ## in Loop: Header=BB2_1 Depth=1 movq -664(%rbp), %rdi callq _score_board subl -668(%rbp), %eax movl %eax, %eax ## kill: def $rax killed $eax movq %rax, -688(%rbp) movq -696(%rbp), %rsi addq $1, %rsi movq %rsi, -696(%rbp) movq -688(%rbp), %rdx movq -688(%rbp), %rcx subq -680(%rbp), %rcx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -688(%rbp), %rax movq %rax, -680(%rbp) movq -664(%rbp), %rdi callq _ask_for_move movl %eax, -716(%rbp) cmpl $0, -716(%rbp) jge LBB2_11 ## %bb.10: jmp LBB2_29 LBB2_11: ## in Loop: Header=BB2_1 Depth=1 cmpl $4, -716(%rbp) jne LBB2_19 ## %bb.12: ## in Loop: Header=BB2_1 Depth=1 cmpq $1, -696(%rbp) jle LBB2_14 ## %bb.13: ## in Loop: Header=BB2_1 Depth=1 cmpl $0, -704(%rbp) jg LBB2_15 LBB2_14: ## in Loop: Header=BB2_1 Depth=1 movq -696(%rbp), %rax addq $-1, %rax movq %rax, -696(%rbp) jmp LBB2_1 LBB2_15: ## in Loop: Header=BB2_1 Depth=1 movq -696(%rbp), %rax subq $2, %rax movq %rax, -696(%rbp) cmpl $0, -700(%rbp) jne LBB2_18 ## %bb.16: ## in Loop: Header=BB2_1 Depth=1 cmpl $0, -704(%rbp) jle LBB2_18 ## %bb.17: ## in Loop: Header=BB2_1 Depth=1 movl $64, -700(%rbp) LBB2_18: ## in Loop: Header=BB2_1 Depth=1 movl -700(%rbp), %eax addl $-1, %eax movl %eax, -700(%rbp) cltq movq -528(%rbp,%rax,8), %rax movq %rax, -664(%rbp) movslq -700(%rbp), %rax movzwl -656(%rbp,%rax,2), %ecx movl -668(%rbp), %eax subl %ecx, %eax movl %eax, -668(%rbp) movl -704(%rbp), %eax addl $-1, %eax movl %eax, -704(%rbp) jmp LBB2_1 LBB2_19: ## in Loop: Header=BB2_1 Depth=1 movl -716(%rbp), %esi movq -664(%rbp), %rdi callq _execute_move movq %rax, -744(%rbp) movq -744(%rbp), %rax movq %rax, -728(%rbp) leaq -728(%rbp), %rax leaq -664(%rbp), %rcx movq (%rcx), %rcx movq (%rax), %rax subq %rcx, %rax setne %al movzbl %al, %eax cmpl $0, %eax jne LBB2_21 ## %bb.20: ## in Loop: Header=BB2_1 Depth=1 movq -696(%rbp), %rax addq $-1, %rax movq %rax, -696(%rbp) jmp LBB2_1 LBB2_21: ## in Loop: Header=BB2_1 Depth=1 callq _draw_tile movw %ax, -718(%rbp) movzwl -718(%rbp), %eax cmpl $2, %eax jne LBB2_23 ## %bb.22: ## in Loop: Header=BB2_1 Depth=1 movl -668(%rbp), %eax addl $4, %eax movl %eax, -668(%rbp) movslq -700(%rbp), %rax movw $4, -656(%rbp,%rax,2) jmp LBB2_24 LBB2_23: ## in Loop: Header=BB2_1 Depth=1 movslq -700(%rbp), %rax movw $0, -656(%rbp,%rax,2) LBB2_24: ## in Loop: Header=BB2_1 Depth=1 movl -700(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -700(%rbp) cltq movq -664(%rbp), %rcx movq %rcx, -528(%rbp,%rax,8) cmpl $64, -700(%rbp) jne LBB2_26 ## %bb.25: ## in Loop: Header=BB2_1 Depth=1 movl $0, -700(%rbp) LBB2_26: ## in Loop: Header=BB2_1 Depth=1 cmpl $64, -704(%rbp) jge LBB2_28 ## %bb.27: ## in Loop: Header=BB2_1 Depth=1 movl -704(%rbp), %eax addl $1, %eax movl %eax, -704(%rbp) LBB2_28: ## in Loop: Header=BB2_1 Depth=1 movzwl -718(%rbp), %esi movq -728(%rbp), %rdi callq _insert_tile_rand movq %rax, -752(%rbp) movq -752(%rbp), %rax movq %rax, -664(%rbp) jmp LBB2_1 LBB2_29: movq -664(%rbp), %rdi callq _print_board movq -688(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_31 ## %bb.30: addq $752, %rsp ## imm = 0x2F0 popq %rbp retq LBB2_31: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function execute_move _execute_move: ## @execute_move .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 %esi, -20(%rbp) leaq -8(%rbp), %rax movq %rax, -48(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) cmpl $0, -20(%rbp) je LBB3_2 ## %bb.1: cmpl $1, -20(%rbp) jne LBB3_3 LBB3_2: movq -16(%rbp), %rdi callq _transpose movq %rax, -64(%rbp) movq -64(%rbp), %rax movq %rax, -32(%rbp) leaq -32(%rbp), %rax movq %rax, -48(%rbp) LBB3_3: movl $0, -56(%rbp) LBB3_4: ## =>This Inner Loop Header: Depth=1 cmpl $4, -56(%rbp) jge LBB3_21 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 movq -48(%rbp), %rax movl $3, %ecx subl -56(%rbp), %ecx movslq %ecx, %rcx movw (%rax,%rcx,2), %ax movw %ax, -50(%rbp) cmpl $0, -20(%rbp) jne LBB3_7 ## %bb.6: ## in Loop: Header=BB3_4 Depth=1 movzwl -50(%rbp), %eax movl %eax, -84(%rbp) ## 4-byte Spill movzwl -50(%rbp), %edi callq _execute_move_helper movl -84(%rbp), %edi ## 4-byte Reload movzwl %ax, %eax xorl %eax, %edi callq _unpack_col movq %rax, -72(%rbp) movq -72(%rbp), %rax movq %rax, -40(%rbp) jmp LBB3_16 LBB3_7: ## in Loop: Header=BB3_4 Depth=1 cmpl $1, -20(%rbp) jne LBB3_9 ## %bb.8: ## in Loop: Header=BB3_4 Depth=1 movzwl -50(%rbp), %eax movl %eax, -88(%rbp) ## 4-byte Spill movzwl -50(%rbp), %edi callq _reverse_row movzwl %ax, %edi callq _execute_move_helper movzwl %ax, %edi callq _reverse_row movl -88(%rbp), %edi ## 4-byte Reload movzwl %ax, %eax xorl %eax, %edi callq _unpack_col movq %rax, -80(%rbp) movq -80(%rbp), %rax movq %rax, -40(%rbp) jmp LBB3_15 LBB3_9: ## in Loop: Header=BB3_4 Depth=1 cmpl $2, -20(%rbp) jne LBB3_11 ## %bb.10: ## in Loop: Header=BB3_4 Depth=1 movzwl -50(%rbp), %eax movl %eax, -92(%rbp) ## 4-byte Spill movzwl -50(%rbp), %edi callq _execute_move_helper movl -92(%rbp), %esi ## 4-byte Reload movzwl %ax, %eax xorl %eax, %esi movq -48(%rbp), %rax movl $3, %ecx subl -56(%rbp), %ecx movslq %ecx, %rcx movzwl (%rax,%rcx,2), %edx xorl %esi, %edx ## kill: def $dx killed $dx killed $edx movw %dx, (%rax,%rcx,2) jmp LBB3_14 LBB3_11: ## in Loop: Header=BB3_4 Depth=1 cmpl $3, -20(%rbp) jne LBB3_13 ## %bb.12: ## in Loop: Header=BB3_4 Depth=1 movzwl -50(%rbp), %eax movl %eax, -96(%rbp) ## 4-byte Spill movzwl -50(%rbp), %edi callq _reverse_row movzwl %ax, %edi callq _execute_move_helper movzwl %ax, %edi callq _reverse_row movl -96(%rbp), %esi ## 4-byte Reload movzwl %ax, %eax xorl %eax, %esi movq -48(%rbp), %rax movl $3, %ecx subl -56(%rbp), %ecx movslq %ecx, %rcx movzwl (%rax,%rcx,2), %edx xorl %esi, %edx ## kill: def $dx killed $dx killed $edx movw %dx, (%rax,%rcx,2) LBB3_13: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_14 LBB3_14: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_15 LBB3_15: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_16 LBB3_16: ## in Loop: Header=BB3_4 Depth=1 cmpl $0, -20(%rbp) je LBB3_18 ## %bb.17: ## in Loop: Header=BB3_4 Depth=1 cmpl $1, -20(%rbp) jne LBB3_19 LBB3_18: ## in Loop: Header=BB3_4 Depth=1 movzwl -40(%rbp), %eax movl -56(%rbp), %ecx shll $2, %ecx ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movzwl -8(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -8(%rbp) movzwl -38(%rbp), %eax movl -56(%rbp), %ecx shll $2, %ecx ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movzwl -6(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -6(%rbp) movzwl -36(%rbp), %eax movl -56(%rbp), %ecx shll $2, %ecx ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movzwl -4(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -4(%rbp) movzwl -34(%rbp), %eax movl -56(%rbp), %ecx shll $2, %ecx ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, %ecx movzwl -2(%rbp), %eax xorl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -2(%rbp) LBB3_19: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_20 LBB3_20: ## in Loop: Header=BB3_4 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB3_4 LBB3_21: movq -8(%rbp), %rax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function score_board _score_board: ## @score_board .cfi_startproc ## %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 _score_helper addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function insert_tile_rand _insert_tile_rand: ## @insert_tile_rand .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movw %si, %ax movw %ax, -18(%rbp) movq -16(%rbp), %rdi callq _count_empty movl %eax, %edi callq _unif_random movl %eax, -24(%rbp) movl $0, -28(%rbp) leaq -16(%rbp), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movw 6(%rax), %ax movw %ax, -42(%rbp) movw -18(%rbp), %ax movw %ax, -44(%rbp) LBB5_1: ## =>This Loop Header: Depth=1 ## Child Loop BB5_2 Depth 2 jmp LBB5_2 LBB5_2: ## Parent Loop BB5_1 Depth=1 ## => This Inner Loop Header: Depth=2 movzwl -42(%rbp), %eax andl $15, %eax cmpl $0, %eax je LBB5_6 ## %bb.3: ## in Loop: Header=BB5_2 Depth=2 movzwl -42(%rbp), %eax sarl $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -42(%rbp) movzwl -18(%rbp), %eax shll $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -18(%rbp) movl -28(%rbp), %eax addl $4, %eax movl %eax, -28(%rbp) movl -28(%rbp), %eax movl $16, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB5_5 ## %bb.4: ## in Loop: Header=BB5_2 Depth=2 movq -40(%rbp), %rax movl -28(%rbp), %edx sarl $4, %edx movl $3, %ecx subl %edx, %ecx movslq %ecx, %rcx movw (%rax,%rcx,2), %ax movw %ax, -42(%rbp) movw -44(%rbp), %ax movw %ax, -18(%rbp) LBB5_5: ## in Loop: Header=BB5_2 Depth=2 jmp LBB5_2 LBB5_6: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -24(%rbp) jne LBB5_8 ## %bb.7: jmp LBB5_11 LBB5_8: ## in Loop: Header=BB5_1 Depth=1 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) movzwl -42(%rbp), %eax sarl $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -42(%rbp) movzwl -18(%rbp), %eax shll $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -18(%rbp) movl -28(%rbp), %eax addl $4, %eax movl %eax, -28(%rbp) movl -28(%rbp), %eax movl $16, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB5_10 ## %bb.9: ## in Loop: Header=BB5_1 Depth=1 movq -40(%rbp), %rax movl -28(%rbp), %edx sarl $4, %edx movl $3, %ecx subl %edx, %ecx movslq %ecx, %rcx movw (%rax,%rcx,2), %ax movw %ax, -42(%rbp) movw -44(%rbp), %ax movw %ax, -18(%rbp) LBB5_10: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_1 LBB5_11: movzwl -18(%rbp), %esi movq -40(%rbp), %rax movl -28(%rbp), %edx sarl $4, %edx movl $3, %ecx subl %edx, %ecx movslq %ecx, %rcx movzwl (%rax,%rcx,2), %edx orl %esi, %edx ## kill: def $dx killed $dx killed $edx movw %dx, (%rax,%rcx,2) movq -16(%rbp), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq _ask_for_move(%rip), %rdi movb $0, %al callq _play_game xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function get_ch _get_ch: ## @get_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 $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush xorl %edi, %edi leaq -80(%rbp), %rsi callq _tcgetattr leaq -152(%rbp), %rdi leaq -80(%rbp), %rsi movl $72, %edx callq _memcpy movq -128(%rbp), %rax andq $-257, %rax ## imm = 0xFEFF movq %rax, -128(%rbp) movq -128(%rbp), %rax andq $-9, %rax movq %rax, -128(%rbp) movb $1, -104(%rbp) movb $1, -103(%rbp) xorl %esi, %esi leaq -152(%rbp), %rdx movl %esi, %edi callq _tcsetattr movl %eax, -156(%rbp) xorl %eax, %eax cmpl -156(%rbp), %eax jne LBB7_2 ## %bb.1: xorl %edi, %edi leaq -157(%rbp), %rsi movl $1, %edx callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -156(%rbp) LBB7_2: xorl %esi, %esi leaq -80(%rbp), %rdx movl %esi, %edi callq _tcsetattr addl -156(%rbp), %eax movl %eax, -156(%rbp) cmpl $1, -156(%rbp) jne LBB7_4 ## %bb.3: movsbl -157(%rbp), %eax movl %eax, -164(%rbp) ## 4-byte Spill jmp LBB7_5 LBB7_4: movl $4294967295, %eax ## imm = 0xFFFFFFFF movl %eax, -164(%rbp) ## 4-byte Spill jmp LBB7_5 LBB7_5: movl -164(%rbp), %eax ## 4-byte Reload movl %eax, -168(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB7_7 ## %bb.6: movl -168(%rbp), %eax ## 4-byte Reload addq $176, %rsp popq %rbp retq LBB7_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function initial_board _initial_board: ## @initial_board .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 $16, %edi callq _unif_random shll $2, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -18(%rbp) leaq -16(%rbp), %rax movq %rax, -32(%rbp) leaq -16(%rbp), %rdi xorl %esi, %esi movl $8, %edx callq _memset movzwl -18(%rbp), %eax sarl $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movzwl -18(%rbp), %eax movl $16, %ecx cltd idivl %ecx movw %dx, %ax movw %ax, -36(%rbp) callq _draw_tile movzwl %ax, %eax movzwl -36(%rbp), %ecx ## kill: def $cl killed $ecx shll %cl, %eax movw %ax, %dx movq -32(%rbp), %rax movzwl -34(%rbp), %esi movl $3, %ecx subl %esi, %ecx movslq %ecx, %rcx movw %dx, (%rax,%rcx,2) callq _draw_tile movzwl %ax, %esi movq -16(%rbp), %rdi callq _insert_tile_rand movq %rax, -8(%rbp) movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function unif_random _unif_random: ## @unif_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 $16, %rsp movl %edi, -4(%rbp) cmpl $0, _unif_random.seeded(%rip) jne LBB9_2 ## %bb.1: xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl $1, _unif_random.seeded(%rip) LBB9_2: callq _rand xorl %edx, %edx divl -4(%rbp) movl %edx, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function clear_screen _clear_screen: ## @clear_screen .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.7(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function transpose _transpose: ## @transpose .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) movzwl -16(%rbp), %eax andl $61680, %eax ## imm = 0xF0F0 ## kill: def $ax killed $ax killed $eax movw %ax, -18(%rbp) movzwl -14(%rbp), %eax andl $3855, %eax ## imm = 0xF0F ## kill: def $ax killed $ax killed $eax movw %ax, -20(%rbp) movzwl -12(%rbp), %eax andl $61680, %eax ## imm = 0xF0F0 ## kill: def $ax killed $ax killed $eax movw %ax, -22(%rbp) movzwl -10(%rbp), %eax andl $3855, %eax ## imm = 0xF0F ## kill: def $ax killed $ax killed $eax movw %ax, -24(%rbp) movzwl -14(%rbp), %eax andl $61680, %eax ## imm = 0xF0F0 ## kill: def $ax killed $ax killed $eax movw %ax, -26(%rbp) movzwl -10(%rbp), %eax andl $61680, %eax ## imm = 0xF0F0 ## kill: def $ax killed $ax killed $eax movw %ax, -28(%rbp) movzwl -16(%rbp), %eax andl $3855, %eax ## imm = 0xF0F ## kill: def $ax killed $ax killed $eax movw %ax, -30(%rbp) movzwl -12(%rbp), %eax andl $3855, %eax ## imm = 0xF0F ## kill: def $ax killed $ax killed $eax movw %ax, -32(%rbp) movzwl -18(%rbp), %eax movzwl -26(%rbp), %ecx sarl $4, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -34(%rbp) movzwl -20(%rbp), %eax movzwl -30(%rbp), %ecx shll $4, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -36(%rbp) movzwl -22(%rbp), %eax movzwl -28(%rbp), %ecx sarl $4, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -38(%rbp) movzwl -24(%rbp), %eax movzwl -32(%rbp), %ecx shll $4, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -40(%rbp) movzwl -34(%rbp), %eax andl $65280, %eax ## imm = 0xFF00 ## kill: def $ax killed $ax killed $eax movw %ax, -42(%rbp) movzwl -36(%rbp), %eax andl $65280, %eax ## imm = 0xFF00 ## kill: def $ax killed $ax killed $eax movw %ax, -44(%rbp) movzwl -38(%rbp), %eax andl $255, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -46(%rbp) movzwl -40(%rbp), %eax andl $255, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -48(%rbp) movzwl -34(%rbp), %eax andl $255, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -50(%rbp) movzwl -36(%rbp), %eax andl $255, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -52(%rbp) movzwl -38(%rbp), %eax andl $65280, %eax ## imm = 0xFF00 ## kill: def $ax killed $ax killed $eax movw %ax, -54(%rbp) movzwl -40(%rbp), %eax andl $65280, %eax ## imm = 0xFF00 ## kill: def $ax killed $ax killed $eax movw %ax, -56(%rbp) movzwl -42(%rbp), %eax movzwl -54(%rbp), %ecx sarl $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -16(%rbp) movzwl -44(%rbp), %eax movzwl -56(%rbp), %ecx sarl $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -14(%rbp) movzwl -46(%rbp), %eax movzwl -50(%rbp), %ecx shll $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -48(%rbp), %eax movzwl -52(%rbp), %ecx shll $8, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -10(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function unpack_col _unpack_col: ## @unpack_col .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, -10(%rbp) movzwl -10(%rbp), %eax andl $61440, %eax ## imm = 0xF000 sarl $12, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -8(%rbp) movzwl -10(%rbp), %eax andl $3840, %eax ## imm = 0xF00 sarl $8, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -6(%rbp) movzwl -10(%rbp), %eax andl $240, %eax sarl $4, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -4(%rbp) movzwl -10(%rbp), %eax andl $15, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -2(%rbp) movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function execute_move_helper _execute_move_helper: ## @execute_move_helper .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) movw %di, %ax movw %ax, -18(%rbp) movl $0, -24(%rbp) movl $0, -28(%rbp) movzwl -18(%rbp), %eax andl $15, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -16(%rbp) movzwl -18(%rbp), %eax sarl $4, %eax andl $15, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -14(%rbp) movzwl -18(%rbp), %eax sarl $8, %eax andl $15, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -18(%rbp), %eax sarl $12, %eax andl $15, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -10(%rbp) movl $0, -24(%rbp) LBB13_1: ## =>This Loop Header: Depth=1 ## Child Loop BB13_3 Depth 2 cmpl $3, -24(%rbp) jge LBB13_19 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) LBB13_3: ## Parent Loop BB13_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -28(%rbp) jge LBB13_8 ## %bb.4: ## in Loop: Header=BB13_3 Depth=2 movslq -28(%rbp), %rax movzwl -16(%rbp,%rax,2), %eax cmpl $0, %eax je LBB13_6 ## %bb.5: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_8 LBB13_6: ## in Loop: Header=BB13_3 Depth=2 jmp LBB13_7 LBB13_7: ## in Loop: Header=BB13_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB13_3 LBB13_8: ## in Loop: Header=BB13_1 Depth=1 cmpl $4, -28(%rbp) jne LBB13_10 ## %bb.9: jmp LBB13_19 LBB13_10: ## in Loop: Header=BB13_1 Depth=1 movslq -24(%rbp), %rax movzwl -16(%rbp,%rax,2), %eax cmpl $0, %eax jne LBB13_12 ## %bb.11: ## in Loop: Header=BB13_1 Depth=1 movslq -28(%rbp), %rax movw -16(%rbp,%rax,2), %cx movslq -24(%rbp), %rax movw %cx, -16(%rbp,%rax,2) movslq -28(%rbp), %rax movw $0, -16(%rbp,%rax,2) movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) jmp LBB13_17 LBB13_12: ## in Loop: Header=BB13_1 Depth=1 movslq -24(%rbp), %rax movzwl -16(%rbp,%rax,2), %eax movslq -28(%rbp), %rcx movzwl -16(%rbp,%rcx,2), %ecx cmpl %ecx, %eax jne LBB13_16 ## %bb.13: ## in Loop: Header=BB13_1 Depth=1 movslq -24(%rbp), %rax movzwl -16(%rbp,%rax,2), %eax cmpl $15, %eax je LBB13_15 ## %bb.14: ## in Loop: Header=BB13_1 Depth=1 movslq -24(%rbp), %rax movw -16(%rbp,%rax,2), %cx addw $1, %cx movw %cx, -16(%rbp,%rax,2) LBB13_15: ## in Loop: Header=BB13_1 Depth=1 movslq -28(%rbp), %rax movw $0, -16(%rbp,%rax,2) LBB13_16: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_17 LBB13_17: ## in Loop: Header=BB13_1 Depth=1 jmp LBB13_18 LBB13_18: ## in Loop: Header=BB13_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB13_1 LBB13_19: movzwl -16(%rbp), %eax movzwl -14(%rbp), %ecx shll $4, %ecx orl %ecx, %eax movzwl -12(%rbp), %ecx shll $8, %ecx orl %ecx, %eax movzwl -10(%rbp), %ecx shll $12, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -30(%rbp) ## 2-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB13_21 ## %bb.20: movw -30(%rbp), %ax ## 2-byte Reload movzwl %ax, %eax addq $32, %rsp popq %rbp retq LBB13_21: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function reverse_row _reverse_row: ## @reverse_row .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 sarl $12, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $240, %ecx orl %ecx, %eax movzwl -2(%rbp), %ecx shll $4, %ecx andl $3840, %ecx ## imm = 0xF00 orl %ecx, %eax movzwl -2(%rbp), %ecx shll $12, %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movzwl %ax, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function score_helper _score_helper: ## @score_helper .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) movw $0, -14(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) movl $0, -24(%rbp) LBB15_1: ## =>This Loop Header: Depth=1 ## Child Loop BB15_3 Depth 2 cmpl $4, -24(%rbp) jge LBB15_10 ## %bb.2: ## in Loop: Header=BB15_1 Depth=1 movl $3, %eax subl -24(%rbp), %eax cltq movw -8(%rbp,%rax,2), %ax movw %ax, -14(%rbp) movl $0, -20(%rbp) LBB15_3: ## Parent Loop BB15_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $4, -20(%rbp) jge LBB15_8 ## %bb.4: ## in Loop: Header=BB15_3 Depth=2 movzwl -14(%rbp), %eax movl -20(%rbp), %ecx shll $2, %ecx ## kill: def $cl killed $ecx sarl %cl, %eax andl $15, %eax movl %eax, -28(%rbp) cmpl $2, -28(%rbp) jb LBB15_6 ## %bb.5: ## in Loop: Header=BB15_3 Depth=2 movl -28(%rbp), %eax subl $1, %eax movl -28(%rbp), %ecx movl $1, %edx ## kill: def $cl killed $ecx shll %cl, %edx movl %edx, %ecx imull %ecx, %eax addl -12(%rbp), %eax movl %eax, -12(%rbp) LBB15_6: ## in Loop: Header=BB15_3 Depth=2 jmp LBB15_7 LBB15_7: ## in Loop: Header=BB15_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB15_3 LBB15_8: ## in Loop: Header=BB15_1 Depth=1 jmp LBB15_9 LBB15_9: ## in Loop: Header=BB15_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB15_1 LBB15_10: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function draw_tile _draw_tile: ## @draw_tile .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $10, %edi callq _unif_random movl %eax, %edx movl $2, %eax movl $1, %ecx cmpl $9, %edx cmovbl %ecx, %eax ## kill: def $ax killed $ax killed $eax movzwl %ax, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function count_empty _count_empty: ## @count_empty .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) movw $0, -10(%rbp) movw $0, -12(%rbp) movw $0, -14(%rbp) movw $0, -14(%rbp) LBB17_1: ## =>This Inner Loop Header: Depth=1 movzwl -14(%rbp), %eax cmpl $4, %eax jge LBB17_4 ## %bb.2: ## in Loop: Header=BB17_1 Depth=1 movzwl -14(%rbp), %eax ## kill: def $rax killed $eax movw -8(%rbp,%rax,2), %ax movw %ax, -12(%rbp) movzwl -12(%rbp), %ecx sarl $2, %ecx andl $13107, %ecx ## imm = 0x3333 movzwl -12(%rbp), %eax orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -12(%rbp), %ecx sarl $1, %ecx movzwl -12(%rbp), %eax orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -12(%rbp), %eax xorl $-1, %eax andl $4369, %eax ## imm = 0x1111 ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -12(%rbp), %ecx sarl $8, %ecx movzwl -12(%rbp), %eax addl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -12(%rbp), %ecx sarl $4, %ecx movzwl -12(%rbp), %eax addl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -12(%rbp) movzwl -12(%rbp), %ecx movzwl -10(%rbp), %eax addl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -10(%rbp) ## %bb.3: ## in Loop: Header=BB17_1 Depth=1 movw -14(%rbp), %ax addw $1, %ax movw %ax, -14(%rbp) jmp LBB17_1 LBB17_4: movzwl -10(%rbp), %eax andl $15, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "wsadkjhl" L_.str.1: ## @.str.1 .asciz "Move #%ld, current score=%ld(+%ld)\n" L_.str.2: ## @.str.2 .asciz "Game over. Your score is %ld.\n" L_.str.3: ## @.str.3 .asciz "-----------------------------\n" L_.str.4: ## @.str.4 .asciz "|%6c" L_.str.5: ## @.str.5 .asciz "|%6u" L_.str.6: ## @.str.6 .asciz "|\n" .zerofill __DATA,__bss,_unif_random.seeded,4,2 ## @unif_random.seeded L_.str.7: ## @.str.7 .asciz "\033[2J\033[H" .subsections_via_symbols
the_stack_data/100139811.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 bessi lCPI0_0: .quad 0x3ddb7cdfd9d7bdbb ; double 1.0E-10 lCPI0_1: .quad 0x4202a05f20000000 ; double 1.0E+10 lCPI0_2: .quad 0x4044000000000000 ; double 40 .section __TEXT,__text,regular,pure_instructions .globl _bessi .p2align 2 _bessi: ; @bessi .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, #-8] stur s0, [x29, #-12] 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 bl _nrerror b LBB0_2 LBB0_2: ldur s0, [x29, #-12] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: movi d0, #0000000000000000 stur s0, [x29, #-4] b LBB0_17 LBB0_4: ldur s0, [x29, #-12] fcvt d0, s0 fabs d1, d0 fmov d0, #2.00000000 fdiv d0, d0, d1 fcvt s0, d0 str s0, [sp, #16] movi d0, #0000000000000000 str s0, [sp, #12] str s0, [sp, #20] fmov s0, #1.00000000 stur s0, [x29, #-20] ldur w8, [x29, #-8] ldur s1, [x29, #-8] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 adrp x9, lCPI0_2@PAGE ldr d0, [x9, lCPI0_2@PAGEOFF] fmul d0, d0, d1 fsqrt d0, d0 fcvtzs w9, d0 add w9, w8, w9 mov w8, #2 mul w8, w8, w9 stur w8, [x29, #-16] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_12 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr s2, [sp, #20] ldur s0, [x29, #-16] scvtf s0, s0 ldr s1, [sp, #16] fmul s0, s0, s1 ldur s1, [x29, #-20] fmadd s0, s0, s1, s2 str s0, [sp, #24] ldur s0, [x29, #-20] str s0, [sp, #20] ldr s0, [sp, #24] stur s0, [x29, #-20] ldur s0, [x29, #-20] fcvt d0, s0 fabs d0, d0 adrp x8, lCPI0_1@PAGE ldr d1, [x8, lCPI0_1@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr s0, [sp, #12] fcvt d0, s0 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 str s0, [sp, #12] ldur s0, [x29, #-20] fcvt d0, s0 fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-20] ldr s0, [sp, #20] fcvt d0, s0 fmul d0, d0, d1 fcvt s0, d0 str s0, [sp, #20] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldr s0, [sp, #20] str s0, [sp, #12] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-16] subs w8, w8, #1 stur w8, [x29, #-16] b LBB0_5 LBB0_12: ldur s0, [x29, #-12] bl _bessi0 ldur s1, [x29, #-20] fdiv s1, s0, s1 ldr s0, [sp, #12] fmul s0, s0, s1 str s0, [sp, #12] ldur s0, [x29, #-12] fcvt d0, s0 fcmp d0, #0.0 cset w8, pl tbnz w8, #0, LBB0_15 b LBB0_13 LBB0_13: ldur w8, [x29, #-8] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldr s0, [sp, #12] fneg s0, s0 str s0, [sp, #8] ; 4-byte Folded Spill b LBB0_16 LBB0_15: ldr s0, [sp, #12] str s0, [sp, #8] ; 4-byte Folded Spill b LBB0_16 LBB0_16: ldr s0, [sp, #8] ; 4-byte Folded Reload stur s0, [x29, #-4] b LBB0_17 LBB0_17: ldur s0, [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 "Index n less than 2 in bessi" .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 bessi LCPI0_0: .quad 0x4044000000000000 ## double 40 LCPI0_2: .quad 0x4000000000000000 ## double 2 LCPI0_4: .quad 0x4202a05f20000000 ## double 1.0E+10 LCPI0_5: .quad 0x3ddb7cdfd9d7bdbb ## double 1.0E-10 .section __TEXT,__literal4,4byte_literals .p2align 2 LCPI0_1: .long 0x3f800000 ## float 1 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_3: .quad 0x7fffffffffffffff ## double NaN .quad 0x7fffffffffffffff ## double NaN .section __TEXT,__text,regular,pure_instructions .globl _bessi .p2align 4, 0x90 _bessi: ## @bessi .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, -8(%rbp) movss %xmm0, -12(%rbp) cmpl $2, -8(%rbp) jge LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi callq _nrerror LBB0_2: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB0_4 jp LBB0_4 ## %bb.3: xorps %xmm0, %xmm0 movss %xmm0, -4(%rbp) jmp LBB0_17 LBB0_4: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movaps LCPI0_3(%rip), %xmm0 ## xmm0 = [NaN,NaN] pand %xmm0, %xmm1 movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -32(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -36(%rbp) xorps %xmm0, %xmm0 movss %xmm0, -28(%rbp) movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -20(%rbp) movl -8(%rbp), %eax cvtsi2sdl -8(%rbp), %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %ecx addl %ecx, %eax shll $1, %eax movl %eax, -16(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $0, -16(%rbp) jle LBB0_12 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movss -28(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtsi2ssl -16(%rbp), %xmm0 mulss -32(%rbp), %xmm0 movss -20(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero mulss %xmm2, %xmm0 addss %xmm1, %xmm0 movss %xmm0, -24(%rbp) movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -28(%rbp) movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -20(%rbp) movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movaps LCPI0_3(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movsd LCPI0_4(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_8 ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movss -36(%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, -36(%rbp) movss -20(%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, -20(%rbp) movss -28(%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, -28(%rbp) LBB0_8: ## in Loop: Header=BB0_5 Depth=1 movl -16(%rbp), %eax cmpl -8(%rbp), %eax jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_5 Depth=1 movss -28(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -36(%rbp) LBB0_10: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_5 Depth=1 movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB0_5 LBB0_12: movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero callq _bessi0 divss -20(%rbp), %xmm0 mulss -36(%rbp), %xmm0 movss %xmm0, -36(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorps %xmm0, %xmm0 ucomisd %xmm1, %xmm0 jbe LBB0_15 ## %bb.13: movl -8(%rbp), %eax andl $1, %eax cmpl $0, %eax je LBB0_15 ## %bb.14: movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movd %xmm0, %eax xorl $2147483648, %eax ## imm = 0x80000000 movd %eax, %xmm0 movss %xmm0, -40(%rbp) ## 4-byte Spill jmp LBB0_16 LBB0_15: movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -40(%rbp) ## 4-byte Spill LBB0_16: movss -40(%rbp), %xmm0 ## 4-byte Reload ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -4(%rbp) LBB0_17: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Index n less than 2 in bessi" .subsections_via_symbols
the_stack_data/92326863.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_assert ; -- Begin function __VERIFIER_assert .p2align 2 ___VERIFIER_assert: ; @__VERIFIER_assert .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 b LBB0_2 LBB0_3: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-24] sub x8, x29, #19 sturb wzr, [x29, #-9] str wzr, [sp, #16] mov x9, x8 str x9, [sp, #32] str wzr, [sp, #24] ldrsw x9, [sp, #16] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #31] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldrb w9, [sp, #31] mov w8, #48 subs w8, w8, w9 cset w8, gt mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrb w8, [sp, #31] subs w8, w8, #57 cset w8, le str w8, [sp, #12] ; 4-byte Folded Spill b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldrb w8, [sp, #31] subs w8, w8, #48 str w8, [sp, #20] ldr w8, [sp, #24] mov w9, #10 mul w8, w8, w9 ldr w9, [sp, #20] add w8, w8, w9 str w8, [sp, #24] ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] ldrsw x9, [sp, #16] sub x8, x29, #19 add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #31] b LBB1_1 LBB1_5: ldr w8, [sp, #24] subs w8, w8, #0 cset w8, hs and w0, w8, #0x1 bl ___VERIFIER_assert 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_7 b LBB1_6 LBB1_6: bl ___stack_chk_fail LBB1_7: 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 ___VERIFIER_assert ## -- Begin function __VERIFIER_assert .p2align 4, 0x90 ___VERIFIER_assert: ## @__VERIFIER_assert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) cmpl $0, -4(%rbp) jne LBB0_3 ## %bb.1: jmp LBB0_2 LBB0_2: ## =>This Inner Loop Header: Depth=1 jmp LBB0_2 LBB0_3: popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -24(%rbp) movb $0, -9(%rbp) movl $0, -48(%rbp) leaq -19(%rbp), %rax movq %rax, -32(%rbp) movl $0, -40(%rbp) movslq -48(%rbp), %rax movb -19(%rbp,%rax), %al movb %al, -33(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movzbl -33(%rbp), %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $48, %ecx cmpl %edx, %ecx movb %al, -49(%rbp) ## 1-byte Spill jg LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movzbl -33(%rbp), %eax cmpl $57, %eax setle %al movb %al, -49(%rbp) ## 1-byte Spill LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_4 jmp LBB1_5 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movzbl -33(%rbp), %eax subl $48, %eax movl %eax, -44(%rbp) imull $10, -40(%rbp), %eax addl -44(%rbp), %eax movl %eax, -40(%rbp) movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) movslq -48(%rbp), %rax movb -19(%rbp,%rax), %al movb %al, -33(%rbp) jmp LBB1_1 LBB1_5: cmpl $0, -40(%rbp) setae %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_7 ## %bb.6: xorl %eax, %eax addq $64, %rsp popq %rbp retq LBB1_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/100946.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _inverte ; -- Begin function inverte .p2align 2 _inverte: ; @inverte .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] mov w9, #10 mul w8, w8, w9 ldr w10, [sp, #12] sdiv w11, w10, w9 mul w11, w11, w9 subs w10, w10, w11 add w8, w8, w10 str w8, [sp, #8] ldr w8, [sp, #12] sdiv w8, w8, w9 str w8, [sp, #12] b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_1 b LBB0_3 LBB0_3: ldr w0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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 _inverte ldr w8, [sp, #8] subs w8, w0, w8 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB1_3 LBB1_2: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB1_3 LBB1_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 "Introduza o numero a verificar:\n" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Capicua!\n" l_.str.3: ; @.str.3 .asciz "Nao e capicua\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _inverte ## -- Begin function inverte .p2align 4, 0x90 _inverte: ## @inverte .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 imull $10, -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl -12(%rbp), %eax ## 4-byte Reload addl %edx, %eax movl %eax, -8(%rbp) movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -4(%rbp) ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -4(%rbp) jg LBB0_1 ## %bb.3: movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %edi callq _inverte cmpl -8(%rbp), %eax jne LBB1_2 ## %bb.1: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB1_3 LBB1_2: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB1_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Introduza o numero a verificar:\n" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Capicua!\n" L_.str.3: ## @.str.3 .asciz "Nao e capicua\n" .subsections_via_symbols
the_stack_data/449247.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _u@PAGE add x8, x8, _u@PAGEOFF str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldursw x8, [x29, #-8] subs x8, x8, #8 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldursw x9, [x29, #-8] adrp x8, _u@PAGE add x8, x8, _u@PAGEOFF add x8, x8, x9 strb wzr, [x8] 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 x9, _u@PAGE ldr w8, [x9, _u@PAGEOFF] and w8, w8, #0xffffff80 orr w8, w8, #0x7f str w8, [x9, _u@PAGEOFF] stur wzr, [x29, #-8] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldursw x8, [x29, #-8] subs x8, x8, #8 cset w8, hs tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldursw x9, [x29, #-8] adrp x8, _u@PAGE add x8, x8, _u@PAGEOFF ldrb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_5 LBB0_8: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x9, _u@PAGE ldr w8, [x9, _u@PAGEOFF] and w8, w8, #0xffe0007f orr w8, w8, #0x1fff80 str w8, [x9, _u@PAGEOFF] stur wzr, [x29, #-8] b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldursw x8, [x29, #-8] subs x8, x8, #8 cset w8, hs tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldursw x9, [x29, #-8] adrp x8, _u@PAGE add x8, x8, _u@PAGEOFF ldrb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_9 LBB0_12: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x9, [sp, #16] ; 8-byte Folded Reload ldrh w8, [x9, #4] and w8, w8, #0xfffff000 orr w8, w8, #0xfff strh w8, [x9, #4] stur wzr, [x29, #-8] b LBB0_13 LBB0_13: ; =>This Inner Loop Header: Depth=1 ldursw x8, [x29, #-8] subs x8, x8, #8 cset w8, hs tbnz w8, #0, LBB0_16 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_13 Depth=1 ldursw x9, [x29, #-8] adrp x8, _u@PAGE add x8, x8, _u@PAGEOFF ldrb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_15 LBB0_15: ; in Loop: Header=BB0_13 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_13 LBB0_16: 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 .zerofill __DATA,__bss,_u,8,2 ; @u .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%x " 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 $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rax cmpq $8, %rax jae LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -8(%rbp), %rcx leaq _u(%rip), %rax movb $0, (%rax,%rcx) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: movl _u(%rip), %eax andl $-128, %eax orl $127, %eax movl %eax, _u(%rip) movl $0, -8(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rax cmpq $8, %rax jae LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -8(%rbp), %rcx leaq _u(%rip), %rax movzbl (%rax,%rcx), %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 $1, %eax movl %eax, -8(%rbp) jmp LBB0_5 LBB0_8: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl _u(%rip), %eax andl $-2097025, %eax ## imm = 0xFFE0007F orl $2097024, %eax ## imm = 0x1FFF80 movl %eax, _u(%rip) movl $0, -8(%rbp) LBB0_9: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rax cmpq $8, %rax jae LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movslq -8(%rbp), %rcx leaq _u(%rip), %rax movzbl (%rax,%rcx), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB0_9 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_9 LBB0_12: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movw _u+4(%rip), %ax andw $-4096, %ax ## imm = 0xF000 orw $4095, %ax ## imm = 0xFFF movw %ax, _u+4(%rip) movl $0, -8(%rbp) LBB0_13: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rax cmpq $8, %rax jae LBB0_16 ## %bb.14: ## in Loop: Header=BB0_13 Depth=1 movslq -8(%rbp), %rcx leaq _u(%rip), %rax movzbl (%rax,%rcx), %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 $1, %eax movl %eax, -8(%rbp) jmp LBB0_13 LBB0_16: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .zerofill __DATA,__bss,_u,8,2 ## @u .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%x " L_.str.1: ## @.str.1 .asciz "\n" .subsections_via_symbols
the_stack_data/106239.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _simple_loops ; -- Begin function simple_loops .p2align 2 _simple_loops: ; @simple_loops .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 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: b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB0_5 LBB0_7: b LBB0_8 LBB0_8: ; =>This Inner Loop Header: Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_8 Depth=1 ldr w8, [sp, #12] add w9, w8, #1 str w9, [sp, #12] subs w8, w8, #75 cset w8, lt tbnz w8, #0, LBB0_8 b LBB0_10 LBB0_10: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _conditionals ; -- Begin function conditionals .p2align 2 _conditionals: ; @conditionals .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 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, eq tbnz w8, #0, LBB1_6 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 b LBB1_14 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 b LBB1_13 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_1 Depth=1 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_1 Depth=1 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_16 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_1 Depth=1 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ; in Loop: Header=BB1_1 Depth=1 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_1 Depth=1 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_20: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _early_exits ; -- Begin function early_exits .p2align 2 _early_exits: ; @early_exits .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: b LBB2_2 LBB2_2: b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB2_9 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #50 cset w8, le tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: b LBB2_9 LBB2_6: ; in Loop: Header=BB2_3 Depth=1 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, eq tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_3 Depth=1 b LBB2_3 LBB2_8: ; in Loop: Header=BB2_3 Depth=1 b LBB2_3 LBB2_9: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: b LBB2_11 LBB2_11: b LBB2_12 LBB2_12: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #75 cset w8, le tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: b LBB2_19 LBB2_14: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_15 LBB2_15: ; in Loop: Header=BB2_12 Depth=1 b LBB2_16 LBB2_16: ; in Loop: Header=BB2_12 Depth=1 ldr w8, [sp, #12] subs w8, w8, #100 cset w8, lt tbnz w8, #0, LBB2_12 b LBB2_17 LBB2_17: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_19 b LBB2_18 LBB2_18: b LBB2_19 LBB2_19: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _jumps ; -- Begin function jumps .p2align 2 _jumps: ; @jumps .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB3_1 LBB3_1: ldr w8, [sp, #12] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: b LBB3_4 LBB3_3: b LBB3_4 LBB3_4: ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: b LBB3_6 LBB3_6: b LBB3_9 LBB3_7: ; in Loop: Header=BB3_9 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_12 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_9 Depth=1 b LBB3_9 LBB3_9: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_11 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_9 Depth=1 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_9 Depth=1 b LBB3_7 LBB3_12: b LBB3_20 LBB3_13: ; in Loop: Header=BB3_20 Depth=1 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_20 Depth=1 b LBB3_15 LBB3_15: ; in Loop: Header=BB3_20 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB3_17 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_20 Depth=1 b LBB3_20 LBB3_17: ; in Loop: Header=BB3_20 Depth=1 b LBB3_18 LBB3_18: ; in Loop: Header=BB3_20 Depth=1 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB3_27 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_20 Depth=1 b LBB3_20 LBB3_20: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_23 b LBB3_21 LBB3_21: ; in Loop: Header=BB3_20 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_24 b LBB3_22 LBB3_22: ; in Loop: Header=BB3_20 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB3_25 b LBB3_26 LBB3_23: ; in Loop: Header=BB3_20 Depth=1 b LBB3_13 LBB3_24: ; in Loop: Header=BB3_20 Depth=1 b LBB3_14 LBB3_25: ; in Loop: Header=BB3_20 Depth=1 b LBB3_15 LBB3_26: ; in Loop: Header=BB3_20 Depth=1 b LBB3_18 LBB3_27: str wzr, [sp, #12] b LBB3_28 LBB3_28: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB3_34 b LBB3_29 LBB3_29: ; in Loop: Header=BB3_28 Depth=1 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_28 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_32 b LBB3_31 LBB3_31: ; in Loop: Header=BB3_28 Depth=1 b LBB3_32 LBB3_32: ; in Loop: Header=BB3_28 Depth=1 b LBB3_33 LBB3_33: ; in Loop: Header=BB3_28 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB3_28 LBB3_34: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _switches ; -- Begin function switches .p2align 2 _switches: ; @switches .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 ; %bb.1: b LBB4_2 LBB4_2: str wzr, [sp, #12] mov w8, #15 str w8, [sp, #8] b LBB4_3 LBB4_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_27 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=1 ldrsw x9, [sp, #12] adrp x8, _switches.weights@PAGE add x8, x8, _switches.weights@PAGEOFF ldr w8, [x8, x9, lsl #2] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill subs x8, x8, #3 cset w8, hi tbnz w8, #0, LBB4_22 ; %bb.5: ; in Loop: Header=BB4_3 Depth=1 ldr x11, [sp] ; 8-byte Folded Reload adrp x10, lJTI4_0@PAGE add x10, x10, lJTI4_0@PAGEOFF Ltmp5: adr x8, Ltmp5 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB4_6: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_8 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_3 Depth=1 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_3 Depth=1 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_11 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_3 Depth=1 b LBB4_11 LBB4_11: ; in Loop: Header=BB4_3 Depth=1 b LBB4_25 LBB4_12: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_3 Depth=1 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_3 Depth=1 b LBB4_26 LBB4_15: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_17 b LBB4_16 LBB4_16: ; in Loop: Header=BB4_3 Depth=1 b LBB4_17 LBB4_17: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #6 subs w8, w8, #3 cset w8, hi tbnz w8, #0, LBB4_21 b LBB4_18 LBB4_18: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_20 b LBB4_19 LBB4_19: ; in Loop: Header=BB4_3 Depth=1 b LBB4_20 LBB4_20: ; in Loop: Header=BB4_3 Depth=1 b LBB4_26 LBB4_21: ; in Loop: Header=BB4_3 Depth=1 b LBB4_22 LBB4_22: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #8] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_24 b LBB4_23 LBB4_23: b LBB4_29 LBB4_24: ; in Loop: Header=BB4_3 Depth=1 b LBB4_25 LBB4_25: ; in Loop: Header=BB4_3 Depth=1 b LBB4_26 LBB4_26: ; in Loop: Header=BB4_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB4_3 LBB4_27: adrp x8, _switches.weights@PAGE ldr w8, [x8, _switches.weights@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_29 b LBB4_28 LBB4_28: b LBB4_29 LBB4_29: add sp, sp, #16 ret .cfi_endproc .p2align 2 lJTI4_0: .long LBB4_6-Ltmp5 .long LBB4_9-Ltmp5 .long LBB4_12-Ltmp5 .long LBB4_15-Ltmp5 ; -- End function .globl _big_switch ; -- Begin function big_switch .p2align 2 _big_switch: ; @big_switch .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #32 cset w8, ge tbnz w8, #0, LBB5_31 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr w9, [sp, #12] mov w8, #1 lsl w8, w8, w9 str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB5_6 b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB5_9 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2, lsl #12 ; =8192 cset w8, eq tbnz w8, #0, LBB5_16 b LBB5_5 LBB5_5: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload mov w9, #536870912 subs w8, w8, w9 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB5_23 b LBB5_22 LBB5_6: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_8 b LBB5_7 LBB5_7: ; in Loop: Header=BB5_1 Depth=1 b LBB5_8 LBB5_8: ; in Loop: Header=BB5_1 Depth=1 b LBB5_9 LBB5_9: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_11 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_1 Depth=1 b LBB5_11 LBB5_11: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_12: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_14 b LBB5_13 LBB5_13: ; in Loop: Header=BB5_1 Depth=1 b LBB5_14 LBB5_14: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_15: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #4 subs w8, w8, #4092 cset w8, ls tbnz w8, #0, LBB5_12 b LBB5_26 LBB5_16: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_18 b LBB5_17 LBB5_17: ; in Loop: Header=BB5_1 Depth=1 b LBB5_18 LBB5_18: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_19: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_21 b LBB5_20 LBB5_20: ; in Loop: Header=BB5_1 Depth=1 b LBB5_21 LBB5_21: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_22: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #4, lsl #12 ; =16384 mov w9, #268419072 subs w8, w8, w9 cset w8, ls tbnz w8, #0, LBB5_19 b LBB5_15 LBB5_23: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_25 b LBB5_24 LBB5_24: ; in Loop: Header=BB5_1 Depth=1 b LBB5_25 LBB5_25: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_26: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_28 b LBB5_27 LBB5_27: ; in Loop: Header=BB5_1 Depth=1 b LBB5_28 LBB5_28: ; in Loop: Header=BB5_1 Depth=1 b LBB5_29 LBB5_29: ; in Loop: Header=BB5_1 Depth=1 b LBB5_30 LBB5_30: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB5_1 LBB5_31: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _boolean_operators ; -- Begin function boolean_operators .p2align 2 _boolean_operators: ; @boolean_operators .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str wzr, [sp, #24] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #100 cset w8, ge tbnz w8, #0, LBB6_14 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB6_4 b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB6_4 LBB6_4: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] ldr w8, [sp, #24] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB6_6 b LBB6_5 LBB6_5: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #16] ; 4-byte Folded Spill b LBB6_6 LBB6_6: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] ldr w8, [sp, #24] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB6_9 b LBB6_7 LBB6_7: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB6_9 b LBB6_8 LBB6_8: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB6_9 LBB6_9: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] ldr w8, [sp, #24] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB6_12 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB6_12 b LBB6_11 LBB6_11: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB6_12 LBB6_12: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload and w8, w8, #0x1 str w8, [sp, #28] b LBB6_13 LBB6_13: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB6_1 LBB6_14: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _boolop_loops ; -- Begin function boolop_loops .p2align 2 _boolop_loops: ; @boolop_loops .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 mov w8, #100 str w8, [sp, #28] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB7_3 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #28] subs w8, w8, #50 cset w8, gt str w8, [sp, #24] ; 4-byte Folded Spill b LBB7_3 LBB7_3: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB7_5 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_1 LBB7_5: b LBB7_6 LBB7_6: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ; in Loop: Header=BB7_6 Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, gt str w8, [sp, #20] ; 4-byte Folded Spill b LBB7_8 LBB7_8: ; in Loop: Header=BB7_6 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB7_10 b LBB7_9 LBB7_9: ; in Loop: Header=BB7_6 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_6 LBB7_10: mov w8, #100 str w8, [sp, #28] b LBB7_11 LBB7_11: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB7_13 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_11 Depth=1 ldr w8, [sp, #28] subs w8, w8, #50 cset w8, gt str w8, [sp, #16] ; 4-byte Folded Spill b LBB7_13 LBB7_13: ; in Loop: Header=BB7_11 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB7_16 b LBB7_14 LBB7_14: ; in Loop: Header=BB7_11 Depth=1 b LBB7_15 LBB7_15: ; in Loop: Header=BB7_11 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_11 LBB7_16: b LBB7_17 LBB7_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB7_19 b LBB7_18 LBB7_18: ; in Loop: Header=BB7_17 Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, gt str w8, [sp, #12] ; 4-byte Folded Spill b LBB7_19 LBB7_19: ; in Loop: Header=BB7_17 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB7_22 b LBB7_20 LBB7_20: ; in Loop: Header=BB7_17 Depth=1 b LBB7_21 LBB7_21: ; in Loop: Header=BB7_17 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_17 LBB7_22: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _conditional_operator ; -- Begin function conditional_operator .p2align 2 _conditional_operator: ; @conditional_operator .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 mov w8, #100 str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #50 cset w8, ge tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: ldr w8, [sp, #28] str w8, [sp, #16] ; 4-byte Folded Spill b LBB8_3 LBB8_2: mov w8, #1 str w8, [sp, #16] ; 4-byte Folded Spill b LBB8_3 LBB8_3: ldr w8, [sp, #16] ; 4-byte Folded Reload str w8, [sp, #24] ldr w8, [sp, #28] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_5 b LBB8_4 LBB8_4: ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [sp, #8] ; 4-byte Folded Spill b LBB8_6 LBB8_5: mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill b LBB8_6 LBB8_6: ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #20] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _do_fallthrough ; -- Begin function do_fallthrough .p2align 2 _do_fallthrough: ; @do_fallthrough .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB9_1 LBB9_1: ; =>This Loop Header: Depth=1 ; Child Loop BB9_3 Depth 2 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB9_9 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 str wzr, [sp, #8] b LBB9_3 LBB9_3: ; Parent Loop BB9_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: ; in Loop: Header=BB9_1 Depth=1 b LBB9_7 LBB9_5: ; in Loop: Header=BB9_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB9_6 LBB9_6: ; in Loop: Header=BB9_3 Depth=2 ldr w8, [sp, #8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB9_3 b LBB9_7 LBB9_7: ; in Loop: Header=BB9_1 Depth=1 b LBB9_8 LBB9_8: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB9_1 LBB9_9: 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 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] bl _simple_loops bl _conditionals bl _early_exits bl _jumps bl _switches bl _big_switch bl _boolean_operators bl _boolop_loops bl _conditional_operator bl _do_fallthrough bl _static_func 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 .p2align 2 ; -- Begin function static_func _static_func: ; @static_func .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, #12] b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB11_4 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB11_1 LBB11_4: add sp, sp, #16 ret .cfi_endproc ; -- End function .section __DATA,__data .p2align 2 ; @switches.weights _switches.weights: .long 1 ; 0x1 .long 2 ; 0x2 .long 2 ; 0x2 .long 3 ; 0x3 .long 3 ; 0x3 .long 3 ; 0x3 .long 4 ; 0x4 .long 4 ; 0x4 .long 4 ; 0x4 .long 4 ; 0x4 .long 5 ; 0x5 .long 5 ; 0x5 .long 5 ; 0x5 .long 5 ; 0x5 .long 5 ; 0x5 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _simple_loops ## -- Begin function simple_loops .p2align 4, 0x90 _simple_loops: ## @simple_loops .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $100, -4(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_3 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB0_1 LBB0_4: jmp LBB0_5 LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) jle LBB0_7 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB0_5 LBB0_7: jmp LBB0_8 LBB0_8: ## =>This Inner Loop Header: Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_8 Depth=1 movl -4(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -4(%rbp) cmpl $75, %eax jl LBB0_8 ## %bb.10: popq %rbp retq .cfi_endproc ## -- End function .globl _conditionals ## -- Begin function conditionals .p2align 4, 0x90 _conditionals: ## @conditionals .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) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $100, -4(%rbp) jge LBB1_20 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -4(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx je LBB1_6 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -4(%rbp) je LBB1_5 ## %bb.4: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_5 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_14 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 movl -4(%rbp), %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx je LBB1_10 ## %bb.7: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -4(%rbp) je LBB1_9 ## %bb.8: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_13 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -4(%rbp) je LBB1_12 ## %bb.11: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_12 LBB1_12: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_13 LBB1_13: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_14 LBB1_14: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -4(%rbp) je LBB1_16 ## %bb.15: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_16 LBB1_16: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -4(%rbp) je LBB1_18 ## %bb.17: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_18 LBB1_18: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_19 LBB1_19: ## in Loop: Header=BB1_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB1_1 LBB1_20: popq %rbp retq .cfi_endproc ## -- End function .globl _early_exits ## -- Begin function early_exits .p2align 4, 0x90 _early_exits: ## @early_exits .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) cmpl $0, -4(%rbp) je LBB2_2 ## %bb.1: jmp LBB2_2 LBB2_2: jmp LBB2_3 LBB2_3: ## =>This Inner Loop Header: Depth=1 cmpl $100, -4(%rbp) jge LBB2_9 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) cmpl $50, -4(%rbp) jle LBB2_6 ## %bb.5: jmp LBB2_9 LBB2_6: ## in Loop: Header=BB2_3 Depth=1 movl -4(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx je LBB2_8 ## %bb.7: ## in Loop: Header=BB2_3 Depth=1 jmp LBB2_3 LBB2_8: ## in Loop: Header=BB2_3 Depth=1 jmp LBB2_3 LBB2_9: cmpl $0, -4(%rbp) je LBB2_11 ## %bb.10: jmp LBB2_11 LBB2_11: jmp LBB2_12 LBB2_12: ## =>This Inner Loop Header: Depth=1 cmpl $75, -4(%rbp) jle LBB2_14 ## %bb.13: jmp LBB2_19 LBB2_14: ## in Loop: Header=BB2_12 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) ## %bb.15: ## in Loop: Header=BB2_12 Depth=1 jmp LBB2_16 LBB2_16: ## in Loop: Header=BB2_12 Depth=1 cmpl $100, -4(%rbp) jl LBB2_12 ## %bb.17: cmpl $0, -4(%rbp) je LBB2_19 ## %bb.18: jmp LBB2_19 LBB2_19: popq %rbp retq .cfi_endproc ## -- End function .globl _jumps ## -- Begin function jumps .p2align 4, 0x90 _jumps: ## @jumps .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) ## %bb.1: cmpl $2, -4(%rbp) jge LBB3_3 ## %bb.2: jmp LBB3_4 LBB3_3: jmp LBB3_4 LBB3_4: cmpl $0, -4(%rbp) je LBB3_6 ## %bb.5: jmp LBB3_6 LBB3_6: jmp LBB3_9 LBB3_7: ## in Loop: Header=BB3_9 Depth=1 cmpl $0, -4(%rbp) je LBB3_12 ## %bb.8: ## in Loop: Header=BB3_9 Depth=1 jmp LBB3_9 LBB3_9: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) je LBB3_11 ## %bb.10: ## in Loop: Header=BB3_9 Depth=1 jmp LBB3_11 LBB3_11: ## in Loop: Header=BB3_9 Depth=1 jmp LBB3_7 LBB3_12: jmp LBB3_20 LBB3_13: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_14 LBB3_14: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_15 LBB3_15: ## in Loop: Header=BB3_20 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) cmpl $3, -4(%rbp) jge LBB3_17 ## %bb.16: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_20 LBB3_17: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_18 LBB3_18: ## in Loop: Header=BB3_20 Depth=1 cmpl $3, -4(%rbp) jge LBB3_25 ## %bb.19: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_20 LBB3_20: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movl %eax, -8(%rbp) ## 4-byte Spill testl %eax, %eax je LBB3_21 jmp LBB3_33 LBB3_33: ## in Loop: Header=BB3_20 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $1, %eax je LBB3_22 jmp LBB3_34 LBB3_34: ## in Loop: Header=BB3_20 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB3_23 jmp LBB3_24 LBB3_21: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_13 LBB3_22: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_14 LBB3_23: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_15 LBB3_24: ## in Loop: Header=BB3_20 Depth=1 jmp LBB3_18 LBB3_25: movl $0, -4(%rbp) LBB3_26: ## =>This Inner Loop Header: Depth=1 cmpl $10, -4(%rbp) jge LBB3_32 ## %bb.27: ## in Loop: Header=BB3_26 Depth=1 jmp LBB3_28 LBB3_28: ## in Loop: Header=BB3_26 Depth=1 cmpl $0, -4(%rbp) je LBB3_30 ## %bb.29: ## in Loop: Header=BB3_26 Depth=1 jmp LBB3_30 LBB3_30: ## in Loop: Header=BB3_26 Depth=1 jmp LBB3_31 LBB3_31: ## in Loop: Header=BB3_26 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB3_26 LBB3_32: popq %rbp retq .cfi_endproc ## -- End function .globl _switches ## -- Begin function switches .p2align 4, 0x90 _switches: ## @switches .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp ## %bb.1: jmp LBB4_2 LBB4_2: movl $0, -4(%rbp) movl $15, -8(%rbp) LBB4_3: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax cmpl -8(%rbp), %eax jge LBB4_26 ## %bb.4: ## in Loop: Header=BB4_3 Depth=1 movslq -4(%rbp), %rcx leaq _switches.weights(%rip), %rax movl (%rax,%rcx,4), %eax decl %eax movl %eax, %ecx movq %rcx, -16(%rbp) ## 8-byte Spill subl $3, %eax ja LBB4_21 ## %bb.29: ## in Loop: Header=BB4_3 Depth=1 movq -16(%rbp), %rax ## 8-byte Reload leaq LJTI4_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB4_5: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -4(%rbp) je LBB4_7 ## %bb.6: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_7 LBB4_7: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_8 LBB4_8: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -4(%rbp) je LBB4_10 ## %bb.9: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_10 LBB4_10: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_24 LBB4_11: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -4(%rbp) je LBB4_13 ## %bb.12: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_13 LBB4_13: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_25 LBB4_14: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -4(%rbp) je LBB4_16 ## %bb.15: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_16 LBB4_16: ## in Loop: Header=BB4_3 Depth=1 movl -4(%rbp), %eax addl $-6, %eax subl $3, %eax ja LBB4_20 jmp LBB4_17 LBB4_17: ## in Loop: Header=BB4_3 Depth=1 cmpl $0, -4(%rbp) je LBB4_19 ## %bb.18: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_19 LBB4_19: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_25 LBB4_20: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_21 LBB4_21: ## in Loop: Header=BB4_3 Depth=1 movl -4(%rbp), %eax movl -8(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB4_23 ## %bb.22: jmp LBB4_28 LBB4_23: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_24 LBB4_24: ## in Loop: Header=BB4_3 Depth=1 jmp LBB4_25 LBB4_25: ## in Loop: Header=BB4_3 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB4_3 LBB4_26: cmpl $0, _switches.weights(%rip) je LBB4_28 ## %bb.27: jmp LBB4_28 LBB4_28: popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L4_0_set_5, LBB4_5-LJTI4_0 .set L4_0_set_8, LBB4_8-LJTI4_0 .set L4_0_set_11, LBB4_11-LJTI4_0 .set L4_0_set_14, LBB4_14-LJTI4_0 LJTI4_0: .long L4_0_set_5 .long L4_0_set_8 .long L4_0_set_11 .long L4_0_set_14 .end_data_region ## -- End function .globl _big_switch ## -- Begin function big_switch .p2align 4, 0x90 _big_switch: ## @big_switch .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) LBB5_1: ## =>This Inner Loop Header: Depth=1 cmpl $32, -4(%rbp) jge LBB5_28 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movb -4(%rbp), %cl movl $1, %eax shll %cl, %eax movl %eax, -8(%rbp) ## 4-byte Spill subl $1, %eax je LBB5_3 jmp LBB5_29 LBB5_29: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB5_6 jmp LBB5_30 LBB5_30: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $8192, %eax ## imm = 0x2000 je LBB5_13 jmp LBB5_31 LBB5_31: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload addl $-536870912, %eax ## imm = 0xE0000000 subl $2, %eax jb LBB5_20 jmp LBB5_19 LBB5_3: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_5 ## %bb.4: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_5 LBB5_5: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_6 LBB5_6: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_8 ## %bb.7: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_8 LBB5_8: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_9: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_11 ## %bb.10: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_11 LBB5_11: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_12: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $4, %eax cmpl $4092, %eax ## imm = 0xFFC jbe LBB5_9 jmp LBB5_23 LBB5_13: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_15 ## %bb.14: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_15 LBB5_15: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_16: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_18 ## %bb.17: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_18 LBB5_18: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_19: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax ## 4-byte Reload subl $16384, %eax ## imm = 0x4000 cmpl $268419072, %eax ## imm = 0xFFFC000 jbe LBB5_16 jmp LBB5_12 LBB5_20: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_22 ## %bb.21: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_22 LBB5_22: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_23: ## in Loop: Header=BB5_1 Depth=1 cmpl $0, -4(%rbp) je LBB5_25 ## %bb.24: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_25 LBB5_25: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_26 LBB5_26: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_27 LBB5_27: ## in Loop: Header=BB5_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB5_1 LBB5_28: popq %rbp retq .cfi_endproc ## -- End function .globl _boolean_operators ## -- Begin function boolean_operators .p2align 4, 0x90 _boolean_operators: ## @boolean_operators .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, -8(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 cmpl $100, -8(%rbp) jge LBB6_14 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -9(%rbp) ## 1-byte Spill jne LBB6_4 ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, -8(%rbp) setne %al movb %al, -9(%rbp) ## 1-byte Spill LBB6_4: ## in Loop: Header=BB6_1 Depth=1 movb -9(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %edx movb %al, -10(%rbp) ## 1-byte Spill je LBB6_6 ## %bb.5: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, -8(%rbp) setne %al movb %al, -10(%rbp) ## 1-byte Spill LBB6_6: ## in Loop: Header=BB6_1 Depth=1 movb -10(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -11(%rbp) ## 1-byte Spill jne LBB6_9 ## %bb.7: ## in Loop: Header=BB6_1 Depth=1 movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -11(%rbp) ## 1-byte Spill jne LBB6_9 ## %bb.8: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, -8(%rbp) setne %al movb %al, -11(%rbp) ## 1-byte Spill LBB6_9: ## in Loop: Header=BB6_1 Depth=1 movb -11(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %edx movb %al, -12(%rbp) ## 1-byte Spill je LBB6_12 ## %bb.10: ## in Loop: Header=BB6_1 Depth=1 movl -8(%rbp), %eax movl $3, %ecx cltd idivl %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %edx movb %al, -12(%rbp) ## 1-byte Spill je LBB6_12 ## %bb.11: ## in Loop: Header=BB6_1 Depth=1 cmpl $0, -8(%rbp) setne %al movb %al, -12(%rbp) ## 1-byte Spill LBB6_12: ## in Loop: Header=BB6_1 Depth=1 movb -12(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -4(%rbp) ## %bb.13: ## in Loop: Header=BB6_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB6_1 LBB6_14: popq %rbp retq .cfi_endproc ## -- End function .globl _boolop_loops ## -- Begin function boolop_loops .p2align 4, 0x90 _boolop_loops: ## @boolop_loops .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $100, -4(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill je LBB7_3 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 cmpl $50, -4(%rbp) setg %al movb %al, -5(%rbp) ## 1-byte Spill LBB7_3: ## in Loop: Header=BB7_1 Depth=1 movb -5(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_4 jmp LBB7_5 LBB7_4: ## in Loop: Header=BB7_1 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB7_1 LBB7_5: jmp LBB7_6 LBB7_6: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movl $2, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -6(%rbp) ## 1-byte Spill jne LBB7_8 ## %bb.7: ## in Loop: Header=BB7_6 Depth=1 cmpl $0, -4(%rbp) setg %al movb %al, -6(%rbp) ## 1-byte Spill LBB7_8: ## in Loop: Header=BB7_6 Depth=1 movb -6(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_9 jmp LBB7_10 LBB7_9: ## in Loop: Header=BB7_6 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB7_6 LBB7_10: movl $100, -4(%rbp) LBB7_11: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -4(%rbp) movb %al, -7(%rbp) ## 1-byte Spill je LBB7_13 ## %bb.12: ## in Loop: Header=BB7_11 Depth=1 cmpl $50, -4(%rbp) setg %al movb %al, -7(%rbp) ## 1-byte Spill LBB7_13: ## in Loop: Header=BB7_11 Depth=1 movb -7(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_14 jmp LBB7_16 LBB7_14: ## in Loop: Header=BB7_11 Depth=1 jmp LBB7_15 LBB7_15: ## in Loop: Header=BB7_11 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB7_11 LBB7_16: jmp LBB7_17 LBB7_17: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movl $2, %ecx cltd idivl %ecx movb $1, %al cmpl $0, %edx movb %al, -8(%rbp) ## 1-byte Spill jne LBB7_19 ## %bb.18: ## in Loop: Header=BB7_17 Depth=1 cmpl $0, -4(%rbp) setg %al movb %al, -8(%rbp) ## 1-byte Spill LBB7_19: ## in Loop: Header=BB7_17 Depth=1 movb -8(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_20 jmp LBB7_22 LBB7_20: ## in Loop: Header=BB7_17 Depth=1 jmp LBB7_21 LBB7_21: ## in Loop: Header=BB7_17 Depth=1 movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB7_17 LBB7_22: popq %rbp retq .cfi_endproc ## -- End function .globl _conditional_operator ## -- Begin function conditional_operator .p2align 4, 0x90 _conditional_operator: ## @conditional_operator .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $100, -4(%rbp) cmpl $50, -4(%rbp) jge LBB8_2 ## %bb.1: movl -4(%rbp), %eax movl %eax, -16(%rbp) ## 4-byte Spill jmp LBB8_3 LBB8_2: movl $1, %eax movl %eax, -16(%rbp) ## 4-byte Spill jmp LBB8_3 LBB8_3: movl -16(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) movl -4(%rbp), %eax movl %eax, -20(%rbp) ## 4-byte Spill cmpl $0, %eax je LBB8_5 ## %bb.4: movl -20(%rbp), %eax ## 4-byte Reload movl %eax, -24(%rbp) ## 4-byte Spill jmp LBB8_6 LBB8_5: xorl %eax, %eax movl %eax, -24(%rbp) ## 4-byte Spill jmp LBB8_6 LBB8_6: movl -24(%rbp), %eax ## 4-byte Reload movl %eax, -12(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _do_fallthrough ## -- Begin function do_fallthrough .p2align 4, 0x90 _do_fallthrough: ## @do_fallthrough .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) LBB9_1: ## =>This Loop Header: Depth=1 ## Child Loop BB9_3 Depth 2 cmpl $10, -4(%rbp) jge LBB9_9 ## %bb.2: ## in Loop: Header=BB9_1 Depth=1 movl $0, -8(%rbp) LBB9_3: ## Parent Loop BB9_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -4(%rbp) jge LBB9_5 ## %bb.4: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_7 LBB9_5: ## in Loop: Header=BB9_3 Depth=2 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) ## %bb.6: ## in Loop: Header=BB9_3 Depth=2 cmpl $2, -8(%rbp) jl LBB9_3 LBB9_7: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_8 LBB9_8: ## in Loop: Header=BB9_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB9_1 LBB9_9: 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 %edi, -8(%rbp) movq %rsi, -16(%rbp) callq _simple_loops callq _conditionals callq _early_exits callq _jumps callq _switches callq _big_switch callq _boolean_operators callq _boolop_loops callq _conditional_operator callq _do_fallthrough callq _static_func xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function static_func _static_func: ## @static_func .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) LBB11_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -4(%rbp) jge LBB11_4 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_3 LBB11_3: ## in Loop: Header=BB11_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB11_1 LBB11_4: popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .p2align 4 ## @switches.weights _switches.weights: .long 1 ## 0x1 .long 2 ## 0x2 .long 2 ## 0x2 .long 3 ## 0x3 .long 3 ## 0x3 .long 3 ## 0x3 .long 4 ## 0x4 .long 4 ## 0x4 .long 4 ## 0x4 .long 4 ## 0x4 .long 5 ## 0x5 .long 5 ## 0x5 .long 5 ## 0x5 .long 5 ## 0x5 .long 5 ## 0x5 .subsections_via_symbols
the_stack_data/36075011.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_putchar ; -- Begin function ft_putchar .p2align 2 _ft_putchar: ; @ft_putchar .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub x1, x29, #1 sturb w0, [x29, #-1] mov w0, #1 mov x2, #1 bl _write 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, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #28] str w0, [sp, #24] str x1, [sp, #16] adrp x9, l___const.main.tab@PAGE add x9, x9, l___const.main.tab@PAGEOFF ldr q0, [x9] add x8, sp, #32 str q0, [sp, #32] ldur q0, [x9, #11] stur q0, [x8, #11] ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #8] str wzr, [sp, #4] ldr w8, [sp, #24] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_1 LBB1_1: b LBB1_2 LBB1_2: ; =>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, LBB1_10 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #122 cset w8, gt tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w9, w8, #97 add x8, sp, #32 add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #8] ldrsw x10, [sp, #4] add x9, x9, x10 strb w8, [x9] b LBB1_6 LBB1_6: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #65 cset w8, lt tbnz w8, #0, LBB1_9 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #90 cset w8, gt tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w9, w8, #65 add x8, sp, #32 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #32 ldr x9, [sp, #8] ldrsw x10, [sp, #4] strb w8, [x9, x10] b LBB1_9 LBB1_9: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w0, [x8, x9] bl _ft_putchar ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_2 LBB1_10: b LBB1_11 LBB1_11: mov w0, #10 bl _ft_putchar 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_13 b LBB1_12 LBB1_12: bl ___stack_chk_fail LBB1_13: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.tab: ; @__const.main.tab .asciz "zyxwvutsrqponmlkjihgfedcba" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_putchar ## -- Begin function ft_putchar .p2align 4, 0x90 _ft_putchar: ## @ft_putchar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb %dil, %al movb %al, -1(%rbp) movl $1, %edi leaq -1(%rbp), %rsi movl $1, %edx callq _write addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) movl %edi, -56(%rbp) movq %rsi, -64(%rbp) movq L___const.main.tab(%rip), %rax movq %rax, -48(%rbp) movq L___const.main.tab+8(%rip), %rax movq %rax, -40(%rbp) movq L___const.main.tab+16(%rip), %rax movq %rax, -32(%rbp) movw L___const.main.tab+24(%rip), %ax movw %ax, -24(%rbp) movb L___const.main.tab+26(%rip), %al movb %al, -22(%rbp) movq -64(%rbp), %rax movq 8(%rax), %rax movq %rax, -72(%rbp) movl $0, -76(%rbp) cmpl $2, -56(%rbp) jne LBB1_11 ## %bb.1: jmp LBB1_2 LBB1_2: ## =>This Inner Loop Header: Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx cmpb $0, (%rax,%rcx) je LBB1_10 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $97, %eax jl LBB1_6 ## %bb.4: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $122, %eax jg LBB1_6 ## %bb.5: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax subl $97, %eax cltq movb -48(%rbp,%rax), %dl movq -72(%rbp), %rax movslq -76(%rbp), %rcx movb %dl, (%rax,%rcx) LBB1_6: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $65, %eax jl LBB1_9 ## %bb.7: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $90, %eax jg LBB1_9 ## %bb.8: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %eax subl $65, %eax cltq movsbl -48(%rbp,%rax), %eax subl $32, %eax movb %al, %dl movq -72(%rbp), %rax movslq -76(%rbp), %rcx movb %dl, (%rax,%rcx) LBB1_9: ## in Loop: Header=BB1_2 Depth=1 movq -72(%rbp), %rax movslq -76(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _ft_putchar movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB1_2 LBB1_10: jmp LBB1_11 LBB1_11: movl $10, %edi callq _ft_putchar movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_13 ## %bb.12: xorl %eax, %eax addq $80, %rsp popq %rbp retq LBB1_13: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals .p2align 4 ## @__const.main.tab L___const.main.tab: .asciz "zyxwvutsrqponmlkjihgfedcba" .subsections_via_symbols
the_stack_data/225143309.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _count_packets ; -- Begin function count_packets .p2align 2 _count_packets: ; @count_packets .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] mov w2, #0 stur wzr, [x29, #-20] mov x8, #2 str x8, [sp, #16] ldur x0, [x29, #-16] ldr x1, [sp, #16] bl _fseek b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x3, [x29, #-16] add x0, sp, #14 mov x1, #1 mov x2, #2 bl _fread subs x8, x0, #2 cset w8, ne 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] ldrb w9, [sp, #14] ldrb w8, [sp, #15] orr w9, w8, w9, lsl #8 ldr x8, [sp, #16] add x8, x8, w9, sxtw str x8, [sp, #16] ldur x0, [x29, #-16] ldr x1, [sp, #16] mov w2, #0 bl _fseek b LBB0_1 LBB0_3: ldur x0, [x29, #-16] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _perror mov w8, #-1 stur w8, [x29, #-4] b LBB0_6 LBB0_5: ldur w8, [x29, #-20] stur w8, [x29, #-4] b LBB0_6 LBB0_6: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print_summary ; -- Begin function print_summary .p2align 2 _print_summary: ; @print_summary .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] stur x0, [x29, #-72] ldur x3, [x29, #-72] sub x0, x29, #28 mov x1, #1 mov x2, #20 bl _fread subs x8, x0, #20 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-64] b LBB1_7 LBB1_2: sub x8, x29, #28 str x8, [sp, #80] ; 8-byte Folded Spill ldurb w8, [x29, #-28] and w8, w8, #0xf sturb w8, [x29, #-73] ldurb w9, [x29, #-26] ldurb w8, [x29, #-25] orr w8, w8, w9, lsl #8 sturh w8, [x29, #-76] ldurb w13, [x29, #-16] ldurb w12, [x29, #-15] ldurb w11, [x29, #-14] ldurb w10, [x29, #-13] mov x9, sp ; implicit-def: $x8 mov x8, x13 str x8, [x9] ; implicit-def: $x8 mov x8, x12 str x8, [x9, #8] ; implicit-def: $x8 mov x8, x11 str x8, [x9, #16] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #24] sub x0, x29, #44 mov x3, #16 str x3, [sp, #56] ; 8-byte Folded Spill mov x1, x3 mov w2, #0 str w2, [sp, #76] ; 4-byte Folded Spill adrp x4, l_.str.2@PAGE add x4, x4, l_.str.2@PAGEOFF str x4, [sp, #64] ; 8-byte Folded Spill bl ___snprintf_chk ldr x3, [sp, #56] ; 8-byte Folded Reload ldr x4, [sp, #64] ; 8-byte Folded Reload ldr w2, [sp, #76] ; 4-byte Folded Reload ldurb w13, [x29, #-12] ldurb w12, [x29, #-11] ldurb w11, [x29, #-10] ldurb w10, [x29, #-9] mov x9, sp ; implicit-def: $x8 mov x8, x13 str x8, [x9] ; implicit-def: $x8 mov x8, x12 str x8, [x9, #8] ; implicit-def: $x8 mov x8, x11 str x8, [x9, #16] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #24] sub x0, x29, #60 mov x1, x3 bl ___snprintf_chk ldr w2, [sp, #76] ; 4-byte Folded Reload ldur x0, [x29, #-72] ldurb w8, [x29, #-73] lsl w8, w8, #2 add w9, w8, #12 ; implicit-def: $x8 mov x8, x9 sxtw x1, w8 bl _fseek ldr x0, [sp, #80] ; 8-byte Folded Reload ldur x3, [x29, #-72] mov x2, #1 mov x1, x2 bl _fread subs x8, x0, #1 cset w8, eq tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-64] b LBB1_7 LBB1_4: ldurb w8, [x29, #-28] and w8, w8, #0xf0 asr w8, w8, #4 sturb w8, [x29, #-77] ldur x0, [x29, #-72] bl _count_packets stur w0, [x29, #-84] ldur w8, [x29, #-84] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: mov w8, #1 stur w8, [x29, #-64] b LBB1_7 LBB1_6: ldurb w13, [x29, #-73] ldurh w12, [x29, #-76] ldurb w11, [x29, #-77] ldur w9, [x29, #-84] ; implicit-def: $x8 mov x8, x9 mov x9, sp sub x10, x29, #44 str x10, [x9] sub x10, x29, #60 str x10, [x9, #8] ; implicit-def: $x10 mov x10, x13 str x10, [x9, #16] ; implicit-def: $x10 mov x10, x12 str x10, [x9, #24] ; implicit-def: $x10 mov x10, x11 str x10, [x9, #32] str x8, [x9, #40] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf stur wzr, [x29, #-64] b LBB1_7 LBB1_7: ldur w8, [x29, #-64] str w8, [sp, #52] ; 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_9 b LBB1_8 LBB1_8: bl ___stack_chk_fail LBB1_9: ldr w0, [sp, #52] ; 4-byte Folded Reload ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _perror mov w8, #1 stur w8, [x29, #-4] b LBB2_5 LBB2_2: ldr x8, [sp, #16] ldr x0, [x8, #8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #8] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _perror mov w8, #2 stur w8, [x29, #-4] b LBB2_5 LBB2_4: ldr x0, [sp, #8] bl _print_summary stur w0, [x29, #-4] b LBB2_5 LBB2_5: 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 "Failed to reach end of log file" l_.str.1: ; @.str.1 .asciz "Failed to read ip header data from log file" l_.str.2: ; @.str.2 .asciz "%u.%u.%u.%u" l_.str.3: ; @.str.3 .asciz "Failed to read tcp header data from log file" l_.str.4: ; @.str.4 .asciz "%s %s %u %u %u %d\n" l_.str.5: ; @.str.5 .asciz "Usage: summary <file>" l_.str.6: ; @.str.6 .asciz "rb" l_.str.7: ; @.str.7 .asciz "Cannot find log file" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _count_packets ## -- Begin function count_packets .p2align 4, 0x90 _count_packets: ## @count_packets .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) movq $2, -32(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi xorl %edx, %edx callq _fseek LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq -34(%rbp), %rdi movq -16(%rbp), %rcx movl $1, %esi movl $2, %edx callq _fread cmpq $2, %rax jne LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movzbl -34(%rbp), %eax shll $8, %eax movzbl -33(%rbp), %ecx orl %ecx, %eax cltq addq -32(%rbp), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi xorl %edx, %edx callq _fseek jmp LBB0_1 LBB0_3: movq -16(%rbp), %rdi callq _feof cmpl $0, %eax jne LBB0_5 ## %bb.4: leaq L_.str(%rip), %rdi callq _perror movl $-1, -4(%rbp) jmp LBB0_6 LBB0_5: movl -20(%rbp), %eax movl %eax, -4(%rbp) LBB0_6: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print_summary ## -- Begin function print_summary .p2align 4, 0x90 _print_summary: ## @print_summary .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, -80(%rbp) leaq -32(%rbp), %rdi movq -80(%rbp), %rcx movl $1, %esi movl $20, %edx callq _fread cmpq $20, %rax je LBB1_2 ## %bb.1: leaq L_.str.1(%rip), %rdi callq _perror movl $1, -68(%rbp) jmp LBB1_7 LBB1_2: movzbl -32(%rbp), %eax andl $15, %eax ## kill: def $al killed $al killed $eax movb %al, -81(%rbp) movzbl -30(%rbp), %eax shll $8, %eax movzbl -29(%rbp), %ecx orl %ecx, %eax ## kill: def $ax killed $ax killed $eax movw %ax, -84(%rbp) leaq -48(%rbp), %rdi movzbl -20(%rbp), %r9d movzbl -19(%rbp), %r11d movzbl -18(%rbp), %r10d movzbl -17(%rbp), %eax movl $16, %ecx xorl %edx, %edx leaq L_.str.2(%rip), %r8 movq %rcx, %rsi movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) movb $0, %al callq ___snprintf_chk leaq -64(%rbp), %rdi movzbl -16(%rbp), %r9d movzbl -15(%rbp), %r11d movzbl -14(%rbp), %r10d movzbl -13(%rbp), %eax movl $16, %ecx xorl %edx, %edx leaq L_.str.2(%rip), %r8 movq %rcx, %rsi movl %r11d, (%rsp) movl %r10d, 8(%rsp) movl %eax, 16(%rsp) movb $0, %al callq ___snprintf_chk movq -80(%rbp), %rdi movzbl -81(%rbp), %eax shll $2, %eax addl $12, %eax movslq %eax, %rsi xorl %edx, %edx callq _fseek leaq -32(%rbp), %rdi movq -80(%rbp), %rcx movl $1, %edx movq %rdx, %rsi callq _fread cmpq $1, %rax je LBB1_4 ## %bb.3: leaq L_.str.3(%rip), %rdi callq _perror movl $1, -68(%rbp) jmp LBB1_7 LBB1_4: movzbl -32(%rbp), %eax andl $240, %eax sarl $4, %eax ## kill: def $al killed $al killed $eax movb %al, -85(%rbp) movq -80(%rbp), %rdi callq _count_packets movl %eax, -92(%rbp) cmpl $0, -92(%rbp) jge LBB1_6 ## %bb.5: movl $1, -68(%rbp) jmp LBB1_7 LBB1_6: leaq -48(%rbp), %rsi leaq -64(%rbp), %rdx movzbl -81(%rbp), %ecx movzwl -84(%rbp), %r8d movzbl -85(%rbp), %r9d movl -92(%rbp), %eax leaq L_.str.4(%rip), %rdi movl %eax, (%rsp) movb $0, %al callq _printf movl $0, -68(%rbp) LBB1_7: movl -68(%rbp), %eax movl %eax, -96(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_9 ## %bb.8: movl -96(%rbp), %eax ## 4-byte Reload addq $128, %rsp popq %rbp retq LBB1_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $2, -8(%rbp) je LBB2_2 ## %bb.1: leaq L_.str.5(%rip), %rdi callq _perror movl $1, -4(%rbp) jmp LBB2_5 LBB2_2: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.6(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, %rax jne LBB2_4 ## %bb.3: leaq L_.str.7(%rip), %rdi callq _perror movl $2, -4(%rbp) jmp LBB2_5 LBB2_4: movq -24(%rbp), %rdi callq _print_summary movl %eax, -4(%rbp) LBB2_5: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Failed to reach end of log file" L_.str.1: ## @.str.1 .asciz "Failed to read ip header data from log file" L_.str.2: ## @.str.2 .asciz "%u.%u.%u.%u" L_.str.3: ## @.str.3 .asciz "Failed to read tcp header data from log file" L_.str.4: ## @.str.4 .asciz "%s %s %u %u %u %d\n" L_.str.5: ## @.str.5 .asciz "Usage: summary <file>" L_.str.6: ## @.str.6 .asciz "rb" L_.str.7: ## @.str.7 .asciz "Cannot find log file" .subsections_via_symbols
the_stack_data/51700510.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x0, #131072 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: mov w8, #1 stur w8, [x29, #-4] b LBB0_3 LBB0_2: ldr x0, [sp] bl _free ldr x0, [sp] bl _free stur wzr, [x29, #-4] b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .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 $131072, %edi ## imm = 0x20000 callq _malloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_3 LBB0_2: movq -16(%rbp), %rdi callq _free movq -16(%rbp), %rdi callq _free movl $0, -4(%rbp) LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/178264808.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/387087.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, #1 str w0, [sp, #8] ; 4-byte Folded Spill bl _miprimerafuncion stur w0, [x29, #-4] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #8] ; 4-byte Folded Reload bl _miprimerafuncion mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _miprimerafuncion ; -- Begin function miprimerafuncion .p2align 2 _miprimerafuncion: ; @miprimerafuncion .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] add w0, w8, #1 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "El valor de mi primera funcion es %d\n" l_.str.1: ; @.str.1 .asciz "Otra forma de mostrar el valor: %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 $1, %edi callq _miprimerafuncion movl %eax, -4(%rbp) movl -4(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _miprimerafuncion movl %eax, %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _miprimerafuncion ## -- Begin function miprimerafuncion .p2align 4, 0x90 _miprimerafuncion: ## @miprimerafuncion .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax addl $1, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "El valor de mi primera funcion es %d\n" L_.str.1: ## @.str.1 .asciz "Otra forma de mostrar el valor: %d\n" .subsections_via_symbols
the_stack_data/179830488.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] mov w8, #1 stur w8, [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_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x0, [x8, x9, lsl #3] bl _getenv str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x10, [x8, x9, lsl #3] ldr x8, [sp, #16] 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_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_7: 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=%s\n" l_.str.1: ; @.str.1 .asciz "%s=<null>\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 $1, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _getenv movq %rax, -32(%rbp) cmpq $0, -32(%rbp) je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi movq -32(%rbp), %rdx leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 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: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s=%s\n" L_.str.1: ## @.str.1 .asciz "%s=<null>\n" .subsections_via_symbols
the_stack_data/301455.c