x86 stringlengths 122 9.39M | arm stringlengths 122 9.33M | file stringlengths 19 200 | source stringclasses 2
values |
|---|---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function westwood_filter
_westwood_filter: ## @westwood_filter
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movl (%rdi), %edi
testl %edi, %edi
jne LBB0_3
## %bb.1:
cmpl $0, 4(%rbx)
je LBB0_2
LBB0_3:
movl 8(%rbx), %eax
cltd
idivl %esi
movl %eax, %esi
callq _westwood_do_filter
movl %eax, (%rbx)
movl 4(%rbx), %edi
movl %eax, %esi
callq _westwood_do_filter
movl %eax, 4(%rbx)
LBB0_4:
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_2:
movl 8(%rbx), %eax
cltd
idivl %esi
movl %eax, (%rbx)
movl %eax, 4(%rbx)
jmp LBB0_4
.cfi_endproc
## -- End function
.no_dead_strip _westwood_filter
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function westwood_filter
_westwood_filter: ; @westwood_filter
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr w0, [x0]
cbnz w0, LBB0_2
; %bb.1:
ldr w8, [x19, #4]
cbz w8, LBB0_4
LBB0_2:
ldr w8, [x19, #8]
sdiv w1, w8, w1
bl _westwood_do_filter
mov x1, x0
str w1, [x19]
ldr w0, [x19, #4]
; kill: def $w1 killed $w1 killed $x1
bl _westwood_do_filter
str w0, [x19, #4]
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_4:
ldr w8, [x19, #8]
sdiv w8, w8, w1
stp w8, w8, [x19]
b LBB0_3
.cfi_endproc
; -- End function
.no_dead_strip _westwood_filter
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/net/ipv4/extr_tcp_westwood.c_westwood_filter.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function intf_err_seq
_intf_err_seq: ## @intf_err_seq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
movq _ENODEV@GOTPCREL(%rip), %rax
xorl %ebx, %ebx
subl (%rax), %ebx
movq %rsi, %rdi
xorl %esi, %esi
callq _GET_SEQ_FROM_MSGID
movq %r14, %rdi
callq _spin_lock_irqsave
movq %r14, %rdi
callq _spin_unlock_irqrestore
movl %ebx, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ENODEV,4,2 ## @ENODEV
.no_dead_strip _intf_err_seq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function intf_err_seq
_intf_err_seq: ; @intf_err_seq
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _ENODEV@GOTPAGE
Lloh1:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
Lloh2:
ldr w20, [x8]
mov x0, x1
mov w1, #0
bl _GET_SEQ_FROM_MSGID
mov x0, x19
bl _spin_lock_irqsave
mov x0, x19
bl _spin_unlock_irqrestore
neg w0, w20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _ENODEV,4,2 ; @ENODEV
.no_dead_strip _intf_err_seq
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/char/ipmi/extr_ipmi_msghandler.c_intf_err_seq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fxn ## -- Begin function fxn
.p2align 4, 0x90
_fxn: ## @fxn
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
addl $5, _fxn.x(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _next_fxn ## -- Begin function next_fxn
.p2align 4, 0x90
_next_fxn: ## @next_fxn
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
decl _next_fxn.y.1(%rip)
addl $3, _next_fxn.y(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _fxn2 ## -- Begin function fxn2
.p2align 4, 0x90
_fxn2: ## @fxn2
.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 _fxn3 ## -- Begin function fxn3
.p2align 4, 0x90
_fxn3: ## @fxn3
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.p2align 2 ## @fxn.x
_fxn.x:
.long 10 ## 0xa
.p2align 2 ## @next_fxn.y
_next_fxn.y:
.long 7 ## 0x7
.p2align 2 ## @next_fxn.y.1
_next_fxn.y.1:
.long 8 ## 0x8
.globl _z ## @z
.zerofill __DATA,__common,_z,4,2
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fxn ; -- Begin function fxn
.p2align 2
_fxn: ; @fxn
.cfi_startproc
; %bb.0:
adrp x8, _fxn.x@PAGE
ldr w9, [x8, _fxn.x@PAGEOFF]
add w9, w9, #5
str w9, [x8, _fxn.x@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _next_fxn ; -- Begin function next_fxn
.p2align 2
_next_fxn: ; @next_fxn
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _next_fxn.y.1@PAGE
ldr w9, [x8, _next_fxn.y.1@PAGEOFF]
sub w9, w9, #1
str w9, [x8, _next_fxn.y.1@PAGEOFF]
Lloh1:
adrp x8, _next_fxn.y@PAGE
ldr w9, [x8, _next_fxn.y@PAGEOFF]
add w9, w9, #3
str w9, [x8, _next_fxn.y@PAGEOFF]
ret
.loh AdrpAdrp Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _fxn2 ; -- Begin function fxn2
.p2align 2
_fxn2: ; @fxn2
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _fxn3 ; -- Begin function fxn3
.p2align 2
_fxn3: ; @fxn3
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.p2align 2 ; @fxn.x
_fxn.x:
.long 10 ; 0xa
.p2align 2 ; @next_fxn.y
_next_fxn.y:
.long 7 ; 0x7
.p2align 2 ; @next_fxn.y.1
_next_fxn.y.1:
.long 8 ; 0x8
.globl _z ; @z
.zerofill __DATA,__common,_z,4,2
.subsections_via_symbols
| the_stack_data/168892263.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rpc_force_ready_bytes
_rpc_force_ready_bytes: ## @rpc_force_ready_bytes
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl (%rdi), %eax
cmpl %esi, %eax
jge LBB0_13
## %bb.1:
movl %esi, %ebx
movq %rdi, %r15
movsd %xmm0, -64(%rbp) ## 8-byte Spill
movq _force_read@GOTPCREL(%rip), %r14
movl (%r14), %edi
callq _ADD_CNT
movl (%r14), %edi
callq _START_TIMER
movl %ebx, -44(%rbp) ## 4-byte Spill
subl (%r15), %ebx
movl 4(%r15), %r14d
movl %r14d, %edi
notl %edi
shrl $31, %edi
callq _assert
movq _POLLIN@GOTPCREL(%rip), %rax
movq _POLLERR@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
movl %r14d, -56(%rbp)
movq _POLLNVAL@GOTPCREL(%rip), %rax
orl (%rax), %ecx
movq _POLLHUP@GOTPCREL(%rip), %rax
orl (%rax), %ecx
movl %ecx, -52(%rbp)
xorl %eax, %eax
movq _errno@GOTPCREL(%rip), %r13
leaq -56(%rbp), %r12
xorl %r14d, %r14d
jmp LBB0_2
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_2 Depth=1
testb $1, %r14b
jne LBB0_4
LBB0_11: ## in Loop: Header=BB0_2 Depth=1
movsd -64(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
callq _get_ms_timeout
movb $1, %r14b
testl %eax, %eax
je LBB0_12
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq $0, (%r13)
movq %r12, %rdi
movl $1, %esi
movl %eax, %edx
callq _poll
testq %rax, %rax
jle LBB0_3
## %bb.8: ## in Loop: Header=BB0_2 Depth=1
movq %r15, %rdi
movl %ebx, %esi
callq _get_ready_bytes
movl %eax, %ecx
movl $-1, %eax
testl %ecx, %ecx
js LBB0_13
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
subl %ecx, %ebx
jle LBB0_12
## %bb.10: ## in Loop: Header=BB0_2 Depth=1
movq _POLLNVAL@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movq _POLLERR@GOTPCREL(%rip), %rdx
orl (%rdx), %ecx
movq _POLLHUP@GOTPCREL(%rip), %rdx
orl (%rdx), %ecx
testl %ecx, -48(%rbp)
je LBB0_11
jmp LBB0_13
LBB0_4:
movq (%r13), %rdi
testq %rdi, %rdi
je LBB0_5
## %bb.6:
callq _strerror
movq %rax, %rsi
movq (%r13), %rdx
jmp LBB0_7
LBB0_5:
leaq L_.str(%rip), %rsi
xorl %edx, %edx
LBB0_7:
movq %r15, %rdi
callq _rpc_server_seterror
LBB0_12:
movq _force_read@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _END_TIMER
movl -44(%rbp), %eax ## 4-byte Reload
subl %ebx, %eax
LBB0_13:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _force_read,4,2 ## @force_read
.comm _POLLIN,4,2 ## @POLLIN
.comm _POLLERR,4,2 ## @POLLERR
.comm _POLLNVAL,4,2 ## @POLLNVAL
.comm _POLLHUP,4,2 ## @POLLHUP
.comm _errno,8,3 ## @errno
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Timeout"
.no_dead_strip _rpc_force_ready_bytes
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rpc_force_ready_bytes
_rpc_force_ready_bytes: ; @rpc_force_ready_bytes
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp d9, d8, [sp, #16] ; 16-byte Folded Spill
stp x28, x27, [sp, #32] ; 16-byte Folded Spill
stp x26, x25, [sp, #48] ; 16-byte Folded Spill
stp x24, x23, [sp, #64] ; 16-byte Folded Spill
stp x22, x21, [sp, #80] ; 16-byte Folded Spill
stp x20, x19, [sp, #96] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
.cfi_offset b8, -104
.cfi_offset b9, -112
mov x20, x0
ldr w0, [x0]
cmp w0, w1
b.ge LBB0_14
; %bb.1:
fmov d8, d0
mov x19, x1
Lloh0:
adrp x22, _force_read@GOTPAGE
Lloh1:
ldr x22, [x22, _force_read@GOTPAGEOFF]
ldr w0, [x22]
bl _ADD_CNT
ldr w0, [x22]
bl _START_TIMER
ldp w8, w24, [x20]
sub w21, w19, w8
mvn w8, w24
lsr w0, w8, #31
bl _assert
mov w2, #0
mov w27, #0
Lloh2:
adrp x8, _POLLIN@GOTPAGE
Lloh3:
ldr x8, [x8, _POLLIN@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
Lloh5:
adrp x23, _POLLERR@GOTPAGE
Lloh6:
ldr x23, [x23, _POLLERR@GOTPAGEOFF]
ldr w9, [x23]
orr w8, w9, w8
Lloh7:
adrp x25, _POLLNVAL@GOTPAGE
Lloh8:
ldr x25, [x25, _POLLNVAL@GOTPAGEOFF]
ldr w9, [x25]
orr w8, w8, w9
Lloh9:
adrp x26, _POLLHUP@GOTPAGE
Lloh10:
ldr x26, [x26, _POLLHUP@GOTPAGEOFF]
ldr w9, [x26]
orr w8, w8, w9
stp w24, w8, [sp]
Lloh11:
adrp x24, _errno@GOTPAGE
Lloh12:
ldr x24, [x24, _errno@GOTPAGEOFF]
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
tbnz w27, #0, LBB0_9
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
fmov d0, d8
bl _get_ms_timeout
mov x2, x0
mov w27, #1
cbz w0, LBB0_13
LBB0_4: ; =>This Inner Loop Header: Depth=1
str xzr, [x24]
mov x0, sp
mov w1, #1
bl _poll
cmp x0, #0
b.le LBB0_2
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
mov x0, x20
mov x1, x21
bl _get_ready_bytes
tbnz w0, #31, LBB0_8
; %bb.6: ; in Loop: Header=BB0_4 Depth=1
sub w21, w21, w0
cmp w21, #1
b.lt LBB0_13
; %bb.7: ; in Loop: Header=BB0_4 Depth=1
ldr w8, [sp, #8]
ldr w9, [x23]
ldr w10, [x25]
orr w9, w10, w9
ldr w10, [x26]
orr w9, w9, w10
tst w9, w8
b.eq LBB0_3
LBB0_8:
mov w0, #-1
b LBB0_14
LBB0_9:
ldr x0, [x24]
cbz x0, LBB0_11
; %bb.10:
bl _strerror
mov x1, x0
ldr x2, [x24]
b LBB0_12
LBB0_11:
mov x2, #0
Lloh13:
adrp x1, l_.str@PAGE
Lloh14:
add x1, x1, l_.str@PAGEOFF
LBB0_12:
mov x0, x20
bl _rpc_server_seterror
LBB0_13:
ldr w0, [x22]
bl _END_TIMER
sub w0, w19, w21
LBB0_14:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
ldp x24, x23, [sp, #64] ; 16-byte Folded Reload
ldp x26, x25, [sp, #48] ; 16-byte Folded Reload
ldp x28, x27, [sp, #32] ; 16-byte Folded Reload
ldp d9, d8, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #128
ret
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _force_read,4,2 ; @force_read
.comm _POLLIN,4,2 ; @POLLIN
.comm _POLLERR,4,2 ; @POLLERR
.comm _POLLNVAL,4,2 ; @POLLNVAL
.comm _POLLHUP,4,2 ; @POLLHUP
.comm _errno,8,3 ; @errno
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Timeout"
.no_dead_strip _rpc_force_ready_bytes
.subsections_via_symbols
| AnghaBench/kphp-kdb/vkext/extr_vkext_rpc.c_rpc_force_ready_bytes.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_str(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "helloadjiaowdj "
.subsections_via_symbols
| .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
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "helloadjiaowdj "
.subsections_via_symbols
| the_stack_data/122653.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mcs_parse_domain_params
_mcs_parse_domain_params: ## @mcs_parse_domain_params
.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
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
movq _MCS_TAG_DOMAIN_PARAMS@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -12(%rbp), %rdx
callq _ber_parse_header
movl -12(%rbp), %esi
movl %ebx, %edi
callq _in_uint8s
movl %ebx, %edi
callq _s_check
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MCS_TAG_DOMAIN_PARAMS,4,2 ## @MCS_TAG_DOMAIN_PARAMS
.no_dead_strip _mcs_parse_domain_params
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function mcs_parse_domain_params
_mcs_parse_domain_params: ; @mcs_parse_domain_params
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _MCS_TAG_DOMAIN_PARAMS@GOTPAGE
Lloh1:
ldr x8, [x8, _MCS_TAG_DOMAIN_PARAMS@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
add x2, sp, #12
bl _ber_parse_header
ldr w1, [sp, #12]
mov x0, x19
bl _in_uint8s
mov x0, x19
bl _s_check
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _MCS_TAG_DOMAIN_PARAMS,4,2 ; @MCS_TAG_DOMAIN_PARAMS
.no_dead_strip _mcs_parse_domain_params
.subsections_via_symbols
| AnghaBench/exploitdb/exploits/linux/dos/extr_8469.c_mcs_parse_domain_params.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function empty_8042
_empty_8042: ## @empty_8042
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _MAX_8042_LOOPS@GOTPCREL(%rip), %rax
movl (%rax), %ebx
movl $-1, %r14d
testl %ebx, %ebx
je LBB0_9
## %bb.1:
movq _MAX_8042_FF@GOTPCREL(%rip), %rax
movl (%rax), %r15d
jmp LBB0_2
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_2 Depth=1
decl %r15d
je LBB0_9
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
xorl %eax, %eax
callq _io_delay
movl $96, %edi
callq _inb
LBB0_6: ## in Loop: Header=BB0_2 Depth=1
decl %ebx
je LBB0_9
LBB0_2: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
callq _io_delay
movl $100, %edi
callq _inb
cmpl $255, %eax
je LBB0_3
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
testb $1, %al
jne LBB0_5
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
testb $2, %al
jne LBB0_6
## %bb.8:
xorl %r14d, %r14d
LBB0_9:
movl %r14d, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MAX_8042_LOOPS,4,2 ## @MAX_8042_LOOPS
.comm _MAX_8042_FF,4,2 ## @MAX_8042_FF
.no_dead_strip _empty_8042
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function empty_8042
_empty_8042: ; @empty_8042
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, _MAX_8042_LOOPS@GOTPAGE
Lloh1:
ldr x8, [x8, _MAX_8042_LOOPS@GOTPAGEOFF]
Lloh2:
ldr w19, [x8]
cbz w19, LBB0_9
; %bb.1:
Lloh3:
adrp x8, _MAX_8042_FF@GOTPAGE
Lloh4:
ldr x8, [x8, _MAX_8042_FF@GOTPAGEOFF]
Lloh5:
ldr w20, [x8]
b LBB0_5
LBB0_2: ; in Loop: Header=BB0_5 Depth=1
subs w20, w20, #1
b.eq LBB0_9
LBB0_3: ; in Loop: Header=BB0_5 Depth=1
bl _io_delay
mov w0, #96
bl _inb
LBB0_4: ; in Loop: Header=BB0_5 Depth=1
sub w19, w19, #1
cbz w19, LBB0_9
LBB0_5: ; =>This Inner Loop Header: Depth=1
bl _io_delay
mov w0, #100
bl _inb
cmp w0, #255
b.eq LBB0_2
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
tbnz w0, #0, LBB0_3
; %bb.7: ; in Loop: Header=BB0_5 Depth=1
tbnz w0, #1, LBB0_4
; %bb.8:
mov w0, #0
b LBB0_10
LBB0_9:
mov w0, #-1
LBB0_10:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _MAX_8042_LOOPS,4,2 ; @MAX_8042_LOOPS
.comm _MAX_8042_FF,4,2 ; @MAX_8042_FF
.no_dead_strip _empty_8042
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/arch/x86/boot/extr_a20.c_empty_8042.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function metaslab_space_weight
_metaslab_space_weight: ## @metaslab_space_weight
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq 32(%rdi), %rax
movq (%rax), %r15
addq $24, %rdi
callq _MUTEX_HELD
movl %eax, %edi
callq _ASSERT
movl (%r14), %ebx
movq %r14, %rdi
callq _metaslab_allocated_space
subl %eax, %ebx
movq _metaslab_fragmentation_factor_enabled@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_4
## %bb.1:
movl 4(%r14), %eax
movq _ZFS_FRAG_INVALID@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
je LBB0_4
## %bb.2:
movl $101, %ecx
subl %eax, %ecx
imull %ebx, %ecx
movslq %ecx, %rax
imulq $1374389535, %rax, %rbx ## imm = 0x51EB851F
movq %rbx, %rcx
shrq $63, %rcx
sarq $37, %rbx
addl %ecx, %ebx
cmpl $100, %eax
jl LBB0_4
## %bb.3:
movq _SPA_MINBLOCKSIZE@GOTPCREL(%rip), %rax
movl (%rax), %eax
cmpl %eax, %ebx
cmovgl %ebx, %eax
movl %eax, %ebx
LBB0_4:
cmpl $0, 4(%r15)
jne LBB0_7
## %bb.5:
movq _metaslab_lba_weighting_enabled@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_7
## %bb.6:
movl 8(%r14), %eax
imull %ebx, %eax
cltd
idivl (%r15)
leal (%rbx,%rbx), %r15d
subl %eax, %r15d
cmpl %ebx, %r15d
setge %cl
testl %eax, %eax
setns %al
andb %cl, %al
movzbl %al, %edi
callq _ASSERT
movl %r15d, %ebx
LBB0_7:
cmpq $0, 16(%r14)
je LBB0_11
## %bb.8:
movl 4(%r14), %eax
movq _ZFS_FRAG_INVALID@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
je LBB0_11
## %bb.9:
movq _zfs_metaslab_fragmentation_threshold@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jg LBB0_11
## %bb.10:
movq _METASLAB_ACTIVE_MASK@GOTPCREL(%rip), %rax
movl (%rax), %eax
andl 12(%r14), %eax
orl %ebx, %eax
movl %eax, %ebx
LBB0_11:
movl %ebx, %edi
callq _WEIGHT_SET_SPACEBASED
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _metaslab_fragmentation_factor_enabled,8,3 ## @metaslab_fragmentation_factor_enabled
.comm _ZFS_FRAG_INVALID,4,2 ## @ZFS_FRAG_INVALID
.comm _SPA_MINBLOCKSIZE,4,2 ## @SPA_MINBLOCKSIZE
.comm _metaslab_lba_weighting_enabled,8,3 ## @metaslab_lba_weighting_enabled
.comm _zfs_metaslab_fragmentation_threshold,4,2 ## @zfs_metaslab_fragmentation_threshold
.comm _METASLAB_ACTIVE_MASK,4,2 ## @METASLAB_ACTIVE_MASK
.no_dead_strip _metaslab_space_weight
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function metaslab_space_weight
_metaslab_space_weight: ; @metaslab_space_weight
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
ldr x8, [x0, #32]
ldr x21, [x8]
add x0, x0, #24
bl _MUTEX_HELD
bl _ASSERT
ldr w20, [x19]
mov x0, x19
bl _metaslab_allocated_space
sub w20, w20, w0
Lloh0:
adrp x8, _metaslab_fragmentation_factor_enabled@GOTPAGE
Lloh1:
ldr x8, [x8, _metaslab_fragmentation_factor_enabled@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
Lloh3:
adrp x22, _ZFS_FRAG_INVALID@GOTPAGE
Lloh4:
ldr x22, [x22, _ZFS_FRAG_INVALID@GOTPAGEOFF]
cbz x8, LBB0_4
; %bb.1:
ldr w8, [x19, #4]
ldr w9, [x22]
cmp w8, w9
b.eq LBB0_4
; %bb.2:
mov w9, #101
sub w8, w9, w8
mul w8, w8, w20
mov w9, #34079
movk w9, #20971, lsl #16
smull x9, w8, w9
lsr x10, x9, #63
asr x9, x9, #37
add w20, w9, w10
cmp w8, #100
b.lt LBB0_4
; %bb.3:
Lloh5:
adrp x8, _SPA_MINBLOCKSIZE@GOTPAGE
Lloh6:
ldr x8, [x8, _SPA_MINBLOCKSIZE@GOTPAGEOFF]
Lloh7:
ldr w8, [x8]
cmp w20, w8
csel w20, w20, w8, gt
LBB0_4:
ldr w8, [x21, #4]
Lloh8:
adrp x9, _metaslab_lba_weighting_enabled@GOTPAGE
Lloh9:
ldr x9, [x9, _metaslab_lba_weighting_enabled@GOTPAGEOFF]
Lloh10:
ldr x9, [x9]
cmp w8, #0
ccmp x9, #0, #4, eq
b.eq LBB0_6
; %bb.5:
lsl w8, w20, #1
ldr w9, [x19, #8]
mul w9, w9, w20
ldr w10, [x21]
sdiv w9, w9, w10
sub w21, w8, w9
cmp w9, #0
ccmp w21, w20, #8, ge
cset w0, ge
bl _ASSERT
mov x20, x21
LBB0_6:
ldr x8, [x19, #16]
cbz x8, LBB0_9
; %bb.7:
ldr w8, [x19, #4]
ldr w9, [x22]
Lloh11:
adrp x10, _zfs_metaslab_fragmentation_threshold@GOTPAGE
Lloh12:
ldr x10, [x10, _zfs_metaslab_fragmentation_threshold@GOTPAGEOFF]
Lloh13:
ldr w10, [x10]
cmp w8, w9
ccmp w8, w10, #0, ne
b.gt LBB0_9
; %bb.8:
ldr w8, [x19, #12]
Lloh14:
adrp x9, _METASLAB_ACTIVE_MASK@GOTPAGE
Lloh15:
ldr x9, [x9, _METASLAB_ACTIVE_MASK@GOTPAGEOFF]
Lloh16:
ldr w9, [x9]
and w8, w9, w8
orr w20, w8, w20
LBB0_9:
mov x0, x20
bl _WEIGHT_SET_SPACEBASED
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.cfi_endproc
; -- End function
.comm _metaslab_fragmentation_factor_enabled,8,3 ; @metaslab_fragmentation_factor_enabled
.comm _ZFS_FRAG_INVALID,4,2 ; @ZFS_FRAG_INVALID
.comm _SPA_MINBLOCKSIZE,4,2 ; @SPA_MINBLOCKSIZE
.comm _metaslab_lba_weighting_enabled,8,3 ; @metaslab_lba_weighting_enabled
.comm _zfs_metaslab_fragmentation_threshold,4,2 ; @zfs_metaslab_fragmentation_threshold
.comm _METASLAB_ACTIVE_MASK,4,2 ; @METASLAB_ACTIVE_MASK
.no_dead_strip _metaslab_space_weight
.subsections_via_symbols
| AnghaBench/zfs/module/zfs/extr_metaslab.c_metaslab_space_weight.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function amd_ec_read
_amd_ec_read: ## @amd_ec_read
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r14
movl %esi, %r15d
movq %rdi, %rbx
callq _amd_ec_wait_write
testl %eax, %eax
jne LBB0_4
## %bb.1:
movq _AMD_EC_CMD_RD@GOTPCREL(%rip), %rax
movzbl (%rax), %edi
movq _AMD_EC_CMD@GOTPCREL(%rip), %rax
movq (%rax), %rsi
addq (%rbx), %rsi
callq _outb
movq %rbx, %rdi
callq _amd_ec_wait_write
testl %eax, %eax
jne LBB0_4
## %bb.2:
movq _AMD_EC_DATA@GOTPCREL(%rip), %r12
movq (%r12), %rsi
addq (%rbx), %rsi
movzbl %r15b, %edi
callq _outb
movq %rbx, %rdi
callq _amd_ec_wait_read
testl %eax, %eax
jne LBB0_4
## %bb.3:
movq (%r12), %rdi
addq (%rbx), %rdi
callq _inb
movb %al, (%r14)
xorl %eax, %eax
LBB0_4:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AMD_EC_CMD_RD,1,0 ## @AMD_EC_CMD_RD
.comm _AMD_EC_CMD,8,3 ## @AMD_EC_CMD
.comm _AMD_EC_DATA,8,3 ## @AMD_EC_DATA
.no_dead_strip _amd_ec_read
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function amd_ec_read
_amd_ec_read: ; @amd_ec_read
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x21, x1
mov x20, x0
bl _amd_ec_wait_write
cbnz w0, LBB0_4
; %bb.1:
Lloh0:
adrp x8, _AMD_EC_CMD_RD@GOTPAGE
Lloh1:
ldr x8, [x8, _AMD_EC_CMD_RD@GOTPAGEOFF]
ldrb w0, [x8]
ldr x8, [x20]
Lloh2:
adrp x9, _AMD_EC_CMD@GOTPAGE
Lloh3:
ldr x9, [x9, _AMD_EC_CMD@GOTPAGEOFF]
Lloh4:
ldr x9, [x9]
add x1, x9, x8
bl _outb
mov x0, x20
bl _amd_ec_wait_write
cbnz w0, LBB0_4
; %bb.2:
ldr x8, [x20]
Lloh5:
adrp x22, _AMD_EC_DATA@GOTPAGE
Lloh6:
ldr x22, [x22, _AMD_EC_DATA@GOTPAGEOFF]
ldr x9, [x22]
add x1, x9, x8
mov x0, x21
bl _outb
mov x0, x20
bl _amd_ec_wait_read
cbnz w0, LBB0_4
; %bb.3:
ldr x8, [x20]
ldr x9, [x22]
add x0, x9, x8
bl _inb
mov x8, x0
mov w0, #0
strb w8, [x19]
LBB0_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh5, Lloh6
.cfi_endproc
; -- End function
.comm _AMD_EC_CMD_RD,1,0 ; @AMD_EC_CMD_RD
.comm _AMD_EC_CMD,8,3 ; @AMD_EC_CMD
.comm _AMD_EC_DATA,8,3 ; @AMD_EC_DATA
.no_dead_strip _amd_ec_read
.subsections_via_symbols
| AnghaBench/linux/drivers/i2c/busses/extr_i2c-amd8111.c_amd_ec_read.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function w1_ds2780_remove_slave
_w1_ds2780_remove_slave: ## @w1_ds2780_remove_slave
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _dev_get_drvdata
movq %rax, %rdi
popq %rbp
jmp _platform_device_unregister ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _w1_ds2780_remove_slave
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function w1_ds2780_remove_slave
_w1_ds2780_remove_slave: ; @w1_ds2780_remove_slave
.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 _dev_get_drvdata
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _platform_device_unregister
.cfi_endproc
; -- End function
.no_dead_strip _w1_ds2780_remove_slave
.subsections_via_symbols
| AnghaBench/linux/drivers/w1/slaves/extr_w1_ds2780.c_w1_ds2780_remove_slave.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function i2o_iop_release
_i2o_iop_release: ## @i2o_iop_release
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _to_i2o_controller
movq %rax, %rdi
popq %rbp
jmp _i2o_iop_free ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _i2o_iop_release
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function i2o_iop_release
_i2o_iop_release: ; @i2o_iop_release
.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 _to_i2o_controller
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _i2o_iop_free
.cfi_endproc
; -- End function
.no_dead_strip _i2o_iop_release
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/message/i2o/extr_iop.c_i2o_iop_release.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function owc_gpiobus_write_zero
_owc_gpiobus_write_zero: ## @owc_gpiobus_write_zero
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
callq _device_get_softc
movq %rax, %rbx
movq %rax, %rdi
callq _GETBUS
movl %eax, %r14d
testl %eax, %eax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
callq _critical_enter
movq %rbx, %rdi
callq _OUTPIN
movq %rbx, %rdi
callq _LOW
movq 8(%r15), %rdi
callq _DELAY
movq %rbx, %rdi
callq _INPIN
movq 16(%r15), %rdi
subq 8(%r15), %rdi
addq (%r15), %rdi
callq _DELAY
xorl %eax, %eax
callq _critical_exit
movq %rbx, %rdi
callq _RELBUS
LBB0_2:
movl %r14d, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _owc_gpiobus_write_zero
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function owc_gpiobus_write_zero
_owc_gpiobus_write_zero: ; @owc_gpiobus_write_zero
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x1
bl _device_get_softc
mov x19, x0
bl _GETBUS
mov x20, x0
cbnz w0, LBB0_2
; %bb.1:
bl _critical_enter
mov x0, x19
bl _OUTPIN
mov x0, x19
bl _LOW
ldr x0, [x21, #8]
bl _DELAY
mov x0, x19
bl _INPIN
ldp x9, x8, [x21, #8]
ldr x10, [x21]
sub x8, x8, x9
add x0, x8, x10
bl _DELAY
bl _critical_exit
mov x0, x19
bl _RELBUS
LBB0_2:
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _owc_gpiobus_write_zero
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/ow/extr_owc_gpiobus.c_owc_gpiobus_write_zero.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ppa_attach
_ppa_attach: ## @ppa_attach
.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
jmp ___ppa_attach ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _ppa_attach
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ppa_attach
_ppa_attach: ; @ppa_attach
.cfi_startproc
; %bb.0:
b ___ppa_attach
.cfi_endproc
; -- End function
.no_dead_strip _ppa_attach
.subsections_via_symbols
| AnghaBench/linux/drivers/scsi/extr_ppa.c_ppa_attach.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ov7670_calc_cmatrix
_ov7670_calc_cmatrix: ## @ov7670_calc_cmatrix
.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 %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -40(%rbp)
movq _CMATRIX_LEN@GOTPCREL(%rip), %r14
movl (%r14), %eax
testl %eax, %eax
jle LBB0_3
## %bb.1:
movq 16(%rbx), %rax
movq (%rax), %rcx
xorl %edx, %edx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %eax
imull (%rcx,%rdx,4), %eax
sarl $7, %eax
movl %eax, (%r15,%rdx,4)
incq %rdx
movslq (%r14), %rax
cmpq %rax, %rdx
jl LBB0_2
LBB0_3:
cmpq $0, 8(%rbx)
je LBB0_5
## %bb.4:
movq %rsp, %r12
movl %eax, %eax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %rdi
movl (%r14), %edx
shll $2, %edx
movq %r15, %rsi
callq _memcpy
movq 8(%rbx), %rdi
callq _ov7670_sine
movl %eax, %r14d
movq 8(%rbx), %rdi
callq _ov7670_cosine
movl 12(%r15), %r9d
movl 16(%r15), %r8d
movl %r9d, %ecx
imull %r14d, %ecx
movl (%r15), %esi
imull %eax, %esi
addl %ecx, %esi
movslq %esi, %rcx
imulq $274877907, %rcx, %rdi ## imm = 0x10624DD3
movq %rdi, %rcx
shrq $63, %rcx
sarq $38, %rdi
addl %ecx, %edi
movl %edi, (%r15)
movl %r8d, %ecx
imull %r14d, %ecx
movl 4(%r15), %esi
imull %eax, %esi
addl %ecx, %esi
movslq %esi, %rcx
imulq $274877907, %rcx, %rbx ## imm = 0x10624DD3
movq %rbx, %rcx
shrq $63, %rcx
sarq $38, %rbx
addl %ecx, %ebx
movl %ebx, 4(%r15)
movl 20(%r15), %esi
movl %esi, %ecx
imull %r14d, %ecx
movl 8(%r15), %edx
imull %eax, %edx
addl %ecx, %edx
movslq %edx, %rcx
imulq $274877907, %rcx, %rcx ## imm = 0x10624DD3
movq %rcx, %rdx
shrq $63, %rdx
sarq $38, %rcx
addl %edx, %ecx
movl %ecx, 8(%r15)
imull %eax, %r9d
imull %r14d, %edi
subl %edi, %r9d
movslq %r9d, %rdx
imulq $274877907, %rdx, %rdx ## imm = 0x10624DD3
movq %rdx, %rdi
shrq $63, %rdi
sarq $38, %rdx
addl %edi, %edx
movl %edx, 12(%r15)
imull %eax, %r8d
imull %r14d, %ebx
subl %ebx, %r8d
movslq %r8d, %rdx
imulq $274877907, %rdx, %rdx ## imm = 0x10624DD3
movq %rdx, %rdi
shrq $63, %rdi
sarq $38, %rdx
addl %edi, %edx
movl %edx, 16(%r15)
imull %eax, %esi
imull %r14d, %ecx
subl %ecx, %esi
movslq %esi, %rax
imulq $274877907, %rax, %rax ## imm = 0x10624DD3
movq %rax, %rcx
shrq $63, %rcx
sarq $38, %rax
addl %ecx, %eax
movl %eax, 20(%r15)
movq %r12, %rsp
LBB0_5:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -40(%rbp), %rax
jne LBB0_7
## %bb.6:
leaq -32(%rbp), %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_7:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _CMATRIX_LEN,4,2 ## @CMATRIX_LEN
.no_dead_strip _ov7670_calc_cmatrix
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ov7670_calc_cmatrix
_ov7670_calc_cmatrix: ; @ov7670_calc_cmatrix
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
sub sp, sp, #16
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh3:
adrp x12, _CMATRIX_LEN@GOTPAGE
Lloh4:
ldr x12, [x12, _CMATRIX_LEN@GOTPAGEOFF]
ldr w9, [x12]
cmp w9, #1
b.lt LBB0_3
; %bb.1:
mov x8, #0
ldr x9, [x20, #16]
ldr x10, [x9]
LBB0_2: ; =>This Inner Loop Header: Depth=1
lsl x9, x8, #2
ldr w11, [x10, x9]
ldr w13, [x20]
mul w11, w13, w11
asr w11, w11, #7
str w11, [x19, x9]
add x8, x8, #1
ldrsw x9, [x12]
cmp x8, x9
b.lt LBB0_2
LBB0_3:
ldr x8, [x20, #8]
cbz x8, LBB0_5
; %bb.4:
mov x22, sp
mov w8, w9
lsl x8, x8, #2
mov x9, x8
Lloh5:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh6:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x0, x9, x8
mov sp, x0
ldr w8, [x12]
lsl w2, w8, #2
mov x1, x19
bl _memcpy
ldr x0, [x20, #8]
bl _ov7670_sine
mov x21, x0
ldr x0, [x20, #8]
bl _ov7670_cosine
ldp w9, w8, [x19, #8]
mul w10, w8, w21
ldp w11, w12, [x19]
madd w10, w11, w0, w10
mov w11, #19923
movk w11, #4194, lsl #16
smull x10, w10, w11
lsr x13, x10, #63
asr x10, x10, #38
add w10, w10, w13
ldp w13, w14, [x19, #16]
mul w15, w13, w21
madd w12, w12, w0, w15
smull x12, w12, w11
lsr x15, x12, #63
asr x12, x12, #38
add w12, w12, w15
stp w10, w12, [x19]
mul w15, w14, w21
madd w9, w9, w0, w15
smull x9, w9, w11
lsr x15, x9, #63
asr x9, x9, #38
add w9, w9, w15
mul w10, w10, w21
neg w10, w10
madd w8, w8, w0, w10
smull x8, w8, w11
lsr x10, x8, #63
asr x8, x8, #38
add w8, w8, w10
stp w9, w8, [x19, #8]
mul w8, w12, w21
neg w8, w8
madd w8, w13, w0, w8
smull x8, w8, w11
lsr x10, x8, #63
asr x8, x8, #38
add w8, w8, w10
mul w9, w9, w21
neg w9, w9
madd w9, w14, w0, w9
smull x9, w9, w11
lsr x10, x9, #63
asr x9, x9, #38
add w9, w9, w10
stp w8, w9, [x19, #16]
mov sp, x22
LBB0_5:
ldur x8, [x29, #-40]
Lloh7:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh8:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh9:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_7
; %bb.6:
sub sp, x29, #32
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_7:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _CMATRIX_LEN,4,2 ; @CMATRIX_LEN
.no_dead_strip _ov7670_calc_cmatrix
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/media/video/extr_ov7670.c_ov7670_calc_cmatrix.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function scalarFunc
_scalarFunc: ## @scalarFunc
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r13
movl %esi, %r14d
movq %rdi, %rbx
leal -1(%r14), %eax
xorl %edi, %edi
cmpl $2, %eax
setb %dil
callq _assert
movq %rbx, -48(%rbp) ## 8-byte Spill
movq %rbx, %rdi
callq _sqlite3_user_data
movq %rax, %r12
movq (%r13), %rdi
callq _sqlite3_value_text
movq %rax, %r15
movq (%r13), %rdi
callq _sqlite3_value_bytes
movl %eax, %ebx
incl %ebx
cmpl $2, %r14d
jne LBB0_6
## %bb.1:
movq 8(%r13), %rdi
callq _sqlite3_value_bytes
cmpl $8, %eax
jne LBB0_2
## %bb.4:
movq 8(%r13), %rdi
callq _sqlite3_value_blob
movq (%rax), %r14
movq %r14, -56(%rbp)
movq %r12, %rdi
movq %r15, %rsi
movl %ebx, %edx
movq %r14, %rcx
callq _sqlite3Fts2HashInsert
cmpq %r14, %rax
jne LBB0_7
## %bb.5:
leaq L_.str.1(%rip), %rsi
jmp LBB0_3
LBB0_6:
movq %r12, %rdi
movq %r15, %rsi
movl %ebx, %edx
callq _sqlite3Fts2HashFind
movq %rax, -56(%rbp)
testq %rax, %rax
je LBB0_8
LBB0_7:
movq _SQLITE_TRANSIENT@GOTPCREL(%rip), %rax
movl (%rax), %ecx
leaq -56(%rbp), %rsi
movq -48(%rbp), %rdi ## 8-byte Reload
movl $8, %edx
callq _sqlite3_result_blob
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
leaq L_.str(%rip), %rsi
LBB0_3:
movq -48(%rbp), %rdi ## 8-byte Reload
movl $-1, %edx
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _sqlite3_result_error ## TAILCALL
LBB0_8:
leaq L_.str.2(%rip), %rdi
movq %r15, %rsi
callq _sqlite3_mprintf
movq %rax, %rbx
movq -48(%rbp), %rdi ## 8-byte Reload
movq %rax, %rsi
movl $-1, %edx
callq _sqlite3_result_error
movq %rbx, %rdi
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _sqlite3_free ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "argument type mismatch"
L_.str.1: ## @.str.1
.asciz "out of memory"
L_.str.2: ## @.str.2
.asciz "unknown tokenizer: %s"
.comm _SQLITE_TRANSIENT,4,2 ## @SQLITE_TRANSIENT
.no_dead_strip _scalarFunc
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function scalarFunc
_scalarFunc: ; @scalarFunc
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x2
mov x24, x1
mov x19, x0
sub w8, w1, #1
cmp w8, #2
cset w0, lo
bl _assert
mov x0, x19
bl _sqlite3_user_data
mov x22, x0
ldr x0, [x21]
bl _sqlite3_value_text
mov x20, x0
ldr x0, [x21]
bl _sqlite3_value_bytes
add w23, w0, #1
cmp w24, #2
b.ne LBB0_4
; %bb.1:
ldr x0, [x21, #8]
bl _sqlite3_value_bytes
cmp w0, #8
b.ne LBB0_6
; %bb.2:
ldr x0, [x21, #8]
bl _sqlite3_value_blob
ldr x21, [x0]
str x21, [sp, #8]
mov x0, x22
mov x1, x20
mov x2, x23
mov x3, x21
bl _sqlite3Fts2HashInsert
cmp x0, x21
b.ne LBB0_5
; %bb.3:
Lloh0:
adrp x1, l_.str.1@PAGE
Lloh1:
add x1, x1, l_.str.1@PAGEOFF
b LBB0_7
LBB0_4:
mov x0, x22
mov x1, x20
mov x2, x23
bl _sqlite3Fts2HashFind
str x0, [sp, #8]
cbz x0, LBB0_8
LBB0_5:
Lloh2:
adrp x8, _SQLITE_TRANSIENT@GOTPAGE
Lloh3:
ldr x8, [x8, _SQLITE_TRANSIENT@GOTPAGEOFF]
Lloh4:
ldr w3, [x8]
add x1, sp, #8
mov x0, x19
mov w2, #8
bl _sqlite3_result_blob
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_6:
Lloh5:
adrp x1, l_.str@PAGE
Lloh6:
add x1, x1, l_.str@PAGEOFF
LBB0_7:
mov x0, x19
mov w2, #-1
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
b _sqlite3_result_error
LBB0_8:
Lloh7:
adrp x0, l_.str.2@PAGE
Lloh8:
add x0, x0, l_.str.2@PAGEOFF
mov x1, x20
bl _sqlite3_mprintf
mov x20, x0
mov x0, x19
mov x1, x20
mov w2, #-1
bl _sqlite3_result_error
mov x0, x20
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
b _sqlite3_free
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh7, Lloh8
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "argument type mismatch"
l_.str.1: ; @.str.1
.asciz "out of memory"
l_.str.2: ; @.str.2
.asciz "unknown tokenizer: %s"
.comm _SQLITE_TRANSIENT,4,2 ; @SQLITE_TRANSIENT
.no_dead_strip _scalarFunc
.subsections_via_symbols
| AnghaBench/sqlcipher/ext/fts2/extr_fts2_tokenizer.c_scalarFunc.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ovl_fallocate
_ovl_fallocate: ## @ovl_fallocate
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, -52(%rbp) ## 4-byte Spill
movl %edx, %r15d
movl %esi, %r12d
movq %rdi, %r14
callq _file_inode
movq %rax, %r13
leaq -48(%rbp), %rsi
movq %r14, %rdi
callq _ovl_real_fdget
movl %eax, %ebx
testl %eax, %eax
jne LBB0_2
## %bb.1:
movq %r14, %rdi
callq _file_inode
movl (%rax), %edi
callq _ovl_override_creds
movq %rax, %r14
movl -48(%rbp), %edi
movl %r12d, %esi
movl %r15d, %edx
movl -52(%rbp), %ecx ## 4-byte Reload
callq _vfs_fallocate
movl %eax, %ebx
movq %r14, %rdi
callq _revert_creds
movq %r13, %rdi
callq _ovl_inode_real
movl %eax, %edi
movq %r13, %rsi
callq _ovl_copyattr
movl -48(%rbp), %edi
callq _fdput
LBB0_2:
movslq %ebx, %rax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _ovl_fallocate
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ovl_fallocate
_ovl_fallocate: ; @ovl_fallocate
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x20, x3
mov x21, x2
mov x22, x1
mov x24, x0
bl _file_inode
mov x19, x0
add x1, sp, #8
mov x0, x24
bl _ovl_real_fdget
mov x23, x0
cbnz w0, LBB0_2
; %bb.1:
mov x0, x24
bl _file_inode
ldr w0, [x0]
bl _ovl_override_creds
mov x24, x0
ldr w0, [sp, #8]
mov x1, x22
mov x2, x21
mov x3, x20
bl _vfs_fallocate
mov x23, x0
mov x0, x24
bl _revert_creds
mov x0, x19
bl _ovl_inode_real
mov x1, x19
bl _ovl_copyattr
ldr w0, [sp, #8]
bl _fdput
LBB0_2:
sxtw x0, w23
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.no_dead_strip _ovl_fallocate
.subsections_via_symbols
| AnghaBench/linux/fs/overlayfs/extr_file.c_ovl_fallocate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lpfc_pci_resume_one_s4
_lpfc_pci_resume_one_s4: ## @lpfc_pci_resume_one_s4
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %rbx
callq _pci_get_drvdata
movq (%rax), %rax
movq (%rax), %r14
movq _KERN_INFO@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _LOG_INIT@GOTPCREL(%rip), %r15
movl (%r15), %edx
leaq L_.str(%rip), %rcx
movq %r14, %rdi
xorl %eax, %eax
callq _lpfc_printf_log
movq _PCI_D0@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _pci_set_power_state
movq %rbx, %rdi
callq _pci_restore_state
movq %rbx, %rdi
callq _pci_save_state
cmpq $0, (%rbx)
je LBB0_2
## %bb.1:
movq %rbx, %rdi
callq _pci_set_master
LBB0_2:
movq _lpfc_do_work@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl 12(%r14), %ecx
leaq L_.str.1(%rip), %rdx
movq %r14, %rsi
callq _kthread_run
movl %eax, 8(%r14)
movl %eax, %edi
callq _IS_ERR
testq %rax, %rax
je LBB0_4
## %bb.3:
movl 8(%r14), %edi
callq _PTR_ERR
movl %eax, %ebx
movq _KERN_ERR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl (%r15), %edx
leaq L_.str.2(%rip), %rcx
movq %r14, %rdi
movl %ebx, %r8d
xorl %eax, %eax
callq _lpfc_printf_log
jmp LBB0_7
LBB0_4:
movq (%r14), %rsi
movq %r14, %rdi
callq _lpfc_sli4_enable_intr
movq _LPFC_INTR_ERROR@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_6
## %bb.5:
movq _KERN_ERR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl (%r15), %edx
leaq L_.str.3(%rip), %rcx
xorl %ebx, %ebx
movq %r14, %rdi
xorl %eax, %eax
callq _lpfc_printf_log
movq _EIO@GOTPCREL(%rip), %rax
subl (%rax), %ebx
jmp LBB0_7
LBB0_6:
movq %rax, (%r14)
movq %r14, %rdi
callq _lpfc_sli_brdrestart
movq %r14, %rdi
callq _lpfc_online
movq (%r14), %rsi
movq %r14, %rdi
callq _lpfc_log_intr_mode
xorl %ebx, %ebx
LBB0_7:
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _KERN_INFO,4,2 ## @KERN_INFO
.comm _LOG_INIT,4,2 ## @LOG_INIT
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "0292 PCI device Power Management resume.\n"
.comm _PCI_D0,4,2 ## @PCI_D0
.comm _lpfc_do_work,4,2 ## @lpfc_do_work
L_.str.1: ## @.str.1
.asciz "lpfc_worker_%d"
.comm _KERN_ERR,4,2 ## @KERN_ERR
L_.str.2: ## @.str.2
.asciz "0293 PM resume failed to start worker thread: error=x%x.\n"
.comm _LPFC_INTR_ERROR,8,3 ## @LPFC_INTR_ERROR
L_.str.3: ## @.str.3
.asciz "0294 PM resume Failed to enable interrupt\n"
.comm _EIO,4,2 ## @EIO
.no_dead_strip _lpfc_pci_resume_one_s4
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lpfc_pci_resume_one_s4
_lpfc_pci_resume_one_s4: ; @lpfc_pci_resume_one_s4
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x0
bl _pci_get_drvdata
ldr x8, [x0]
ldr x19, [x8]
Lloh0:
adrp x8, _KERN_INFO@GOTPAGE
Lloh1:
ldr x8, [x8, _KERN_INFO@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
Lloh3:
adrp x21, _LOG_INIT@GOTPAGE
Lloh4:
ldr x21, [x21, _LOG_INIT@GOTPAGEOFF]
ldr w2, [x21]
Lloh5:
adrp x3, l_.str@PAGE
Lloh6:
add x3, x3, l_.str@PAGEOFF
mov x0, x19
bl _lpfc_printf_log
Lloh7:
adrp x8, _PCI_D0@GOTPAGE
Lloh8:
ldr x8, [x8, _PCI_D0@GOTPAGEOFF]
Lloh9:
ldr w1, [x8]
mov x0, x20
bl _pci_set_power_state
mov x0, x20
bl _pci_restore_state
mov x0, x20
bl _pci_save_state
ldr x8, [x20]
cbz x8, LBB0_2
; %bb.1:
mov x0, x20
bl _pci_set_master
LBB0_2:
Lloh10:
adrp x8, _lpfc_do_work@GOTPAGE
Lloh11:
ldr x8, [x8, _lpfc_do_work@GOTPAGEOFF]
Lloh12:
ldr w0, [x8]
ldr w3, [x19, #12]
Lloh13:
adrp x2, l_.str.1@PAGE
Lloh14:
add x2, x2, l_.str.1@PAGEOFF
mov x1, x19
bl _kthread_run
str w0, [x19, #8]
bl _IS_ERR
cbz x0, LBB0_4
; %bb.3:
ldr w0, [x19, #8]
bl _PTR_ERR
mov x20, x0
Lloh15:
adrp x8, _KERN_ERR@GOTPAGE
Lloh16:
ldr x8, [x8, _KERN_ERR@GOTPAGEOFF]
Lloh17:
ldr w1, [x8]
ldr w2, [x21]
str x20, [sp]
Lloh18:
adrp x3, l_.str.2@PAGE
Lloh19:
add x3, x3, l_.str.2@PAGEOFF
mov x0, x19
bl _lpfc_printf_log
b LBB0_7
LBB0_4:
ldr x1, [x19]
mov x0, x19
bl _lpfc_sli4_enable_intr
Lloh20:
adrp x8, _LPFC_INTR_ERROR@GOTPAGE
Lloh21:
ldr x8, [x8, _LPFC_INTR_ERROR@GOTPAGEOFF]
Lloh22:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_6
; %bb.5:
Lloh23:
adrp x8, _KERN_ERR@GOTPAGE
Lloh24:
ldr x8, [x8, _KERN_ERR@GOTPAGEOFF]
Lloh25:
ldr w1, [x8]
ldr w2, [x21]
Lloh26:
adrp x3, l_.str.3@PAGE
Lloh27:
add x3, x3, l_.str.3@PAGEOFF
mov x0, x19
bl _lpfc_printf_log
Lloh28:
adrp x8, _EIO@GOTPAGE
Lloh29:
ldr x8, [x8, _EIO@GOTPAGEOFF]
Lloh30:
ldr w8, [x8]
neg w20, w8
b LBB0_7
LBB0_6:
str x0, [x19]
mov x0, x19
bl _lpfc_sli_brdrestart
mov x0, x19
bl _lpfc_online
ldr x1, [x19]
mov x0, x19
bl _lpfc_log_intr_mode
mov w20, #0
LBB0_7:
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.cfi_endproc
; -- End function
.comm _KERN_INFO,4,2 ; @KERN_INFO
.comm _LOG_INIT,4,2 ; @LOG_INIT
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "0292 PCI device Power Management resume.\n"
.comm _PCI_D0,4,2 ; @PCI_D0
.comm _lpfc_do_work,4,2 ; @lpfc_do_work
l_.str.1: ; @.str.1
.asciz "lpfc_worker_%d"
.comm _KERN_ERR,4,2 ; @KERN_ERR
l_.str.2: ; @.str.2
.asciz "0293 PM resume failed to start worker thread: error=x%x.\n"
.comm _LPFC_INTR_ERROR,8,3 ; @LPFC_INTR_ERROR
l_.str.3: ; @.str.3
.asciz "0294 PM resume Failed to enable interrupt\n"
.comm _EIO,4,2 ; @EIO
.no_dead_strip _lpfc_pci_resume_one_s4
.subsections_via_symbols
| AnghaBench/linux/drivers/scsi/lpfc/extr_lpfc_init.c_lpfc_pci_resume_one_s4.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dlil_count_chain_len
_dlil_count_chain_len: ## @dlil_count_chain_len
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
je LBB0_10
## %bb.1:
movl $-1, %eax
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%rdi), %rdi
incl %eax
testq %rdi, %rdi
jne LBB0_2
## %bb.3:
cmpl $3, %eax
ja LBB0_9
## %bb.4:
movl %eax, %eax
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_5:
addq $16, %rsi
jmp LBB0_9
LBB0_10:
popq %rbp
retq
LBB0_6:
addq $12, %rsi
jmp LBB0_9
LBB0_7:
addq $8, %rsi
jmp LBB0_9
LBB0_8:
addq $4, %rsi
LBB0_9:
movq %rsi, %rdi
movl $1, %esi
popq %rbp
jmp _atomic_add_64 ## TAILCALL
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_5, LBB0_5-LJTI0_0
.set L0_0_set_6, LBB0_6-LJTI0_0
.set L0_0_set_7, LBB0_7-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
LJTI0_0:
.long L0_0_set_5
.long L0_0_set_6
.long L0_0_set_7
.long L0_0_set_8
.end_data_region
## -- End function
.no_dead_strip _dlil_count_chain_len
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dlil_count_chain_len
_dlil_count_chain_len: ; @dlil_count_chain_len
.cfi_startproc
; %bb.0:
cbz x0, LBB0_6
; %bb.1:
mov w8, #-1
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x0, [x0]
add w8, w8, #1
cbnz x0, LBB0_2
; %bb.3:
cmp w8, #3
b.hi LBB0_7
; %bb.4:
Lloh0:
adrp x9, lJTI0_0@PAGE
Lloh1:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_5
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_5:
add x0, x1, #16
mov w1, #1
b _atomic_add_64
LBB0_6:
ret
LBB0_7:
mov x0, x1
mov w1, #1
b _atomic_add_64
LBB0_8:
add x0, x1, #12
mov w1, #1
b _atomic_add_64
LBB0_9:
add x0, x1, #8
mov w1, #1
b _atomic_add_64
LBB0_10:
add x0, x1, #4
mov w1, #1
b _atomic_add_64
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_5-LBB0_5)>>2
.byte (LBB0_8-LBB0_5)>>2
.byte (LBB0_9-LBB0_5)>>2
.byte (LBB0_10-LBB0_5)>>2
; -- End function
.no_dead_strip _dlil_count_chain_len
.subsections_via_symbols
| AnghaBench/darwin-xnu/bsd/net/extr_dlil.c_dlil_count_chain_len.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function zfcp_dbf_san_view_format
_zfcp_dbf_san_view_format: ## @zfcp_dbf_san_view_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 %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %rbx
movq %rdx, %r14
movq %rdx, -48(%rbp)
movl 52(%rcx), %edi
movq _ZFCP_DBF_TAG_SIZE@GOTPCREL(%rip), %r13
movl (%r13), %edx
leaq L_.str(%rip), %rsi
callq _strncmp
testq %rax, %rax
je LBB0_1
## %bb.2:
movl 52(%rbx), %edx
leaq L_.str.1(%rip), %rsi
leaq -48(%rbp), %r15
movq %r15, %rdi
callq _zfcp_dbf_tag
movl 68(%rbx), %ecx
leaq L_.str.2(%rip), %rsi
leaq L_.str.3(%rip), %rdx
movq %r15, %rdi
callq _zfcp_dbf_out
movl 64(%rbx), %ecx
leaq L_.str.4(%rip), %rsi
leaq L_.str.5(%rip), %rdx
movq %r15, %rdi
callq _zfcp_dbf_out
movl 60(%rbx), %ecx
leaq L_.str.6(%rip), %rsi
leaq L_.str.7(%rip), %r12
movq %r15, %rdi
movq %r12, %rdx
callq _zfcp_dbf_out
movl 56(%rbx), %ecx
leaq L_.str.8(%rip), %rsi
movq %r15, %rdi
movq %r12, %rdx
callq _zfcp_dbf_out
movl 52(%rbx), %edi
movl (%r13), %edx
leaq L_.str.9(%rip), %rsi
callq _strncmp
testq %rax, %rax
je LBB0_3
## %bb.5:
movl 52(%rbx), %edi
movl (%r13), %edx
leaq L_.str.18(%rip), %rsi
callq _strncmp
testq %rax, %rax
je LBB0_6
## %bb.7:
movl 52(%rbx), %edi
movl (%r13), %edx
leaq L_.str.23(%rip), %rsi
callq _strncmp
testq %rax, %rax
je LBB0_10
## %bb.8:
movl 52(%rbx), %edi
movl (%r13), %edx
leaq L_.str.24(%rip), %rsi
callq _strncmp
testq %rax, %rax
je LBB0_10
## %bb.9:
movl 52(%rbx), %edi
movl (%r13), %edx
leaq L_.str.25(%rip), %rsi
callq _strncmp
testq %rax, %rax
jne LBB0_12
LBB0_10:
movl (%rbx), %ecx
leaq L_.str.26(%rip), %rsi
leaq L_.str.13(%rip), %rdx
leaq -48(%rbp), %rdi
jmp LBB0_11
LBB0_1:
xorl %eax, %eax
jmp LBB0_13
LBB0_3:
movl 48(%rbx), %ecx
leaq L_.str.10(%rip), %rsi
leaq L_.str.11(%rip), %r15
leaq -48(%rbp), %r12
movq %r12, %rdi
movq %r15, %rdx
callq _zfcp_dbf_out
movl 44(%rbx), %ecx
leaq L_.str.12(%rip), %rsi
leaq L_.str.13(%rip), %r13
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 40(%rbx), %ecx
leaq L_.str.14(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 36(%rbx), %ecx
leaq L_.str.15(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 32(%rbx), %ecx
leaq L_.str.16(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 28(%rbx), %ecx
jmp LBB0_4
LBB0_6:
movl 24(%rbx), %ecx
leaq L_.str.19(%rip), %rsi
leaq L_.str.11(%rip), %r15
leaq -48(%rbp), %r12
movq %r12, %rdi
movq %r15, %rdx
callq _zfcp_dbf_out
movl 20(%rbx), %ecx
leaq L_.str.12(%rip), %rsi
leaq L_.str.13(%rip), %r13
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 16(%rbx), %ecx
leaq L_.str.20(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 12(%rbx), %ecx
leaq L_.str.21(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 8(%rbx), %ecx
leaq L_.str.22(%rip), %rsi
movq %r12, %rdi
movq %r13, %rdx
callq _zfcp_dbf_out
movl 4(%rbx), %ecx
LBB0_4:
leaq L_.str.17(%rip), %rsi
movq %r12, %rdi
movq %r15, %rdx
LBB0_11:
callq _zfcp_dbf_out
LBB0_12:
movl -48(%rbp), %eax
subl %r14d, %eax
LBB0_13:
addq $8, %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 "dump"
.comm _ZFCP_DBF_TAG_SIZE,4,2 ## @ZFCP_DBF_TAG_SIZE
L_.str.1: ## @.str.1
.asciz "tag"
L_.str.2: ## @.str.2
.asciz "fsf_reqid"
L_.str.3: ## @.str.3
.asciz "0x%0Lx"
L_.str.4: ## @.str.4
.asciz "fsf_seqno"
L_.str.5: ## @.str.5
.asciz "0x%08x"
L_.str.6: ## @.str.6
.asciz "s_id"
L_.str.7: ## @.str.7
.asciz "0x%06x"
L_.str.8: ## @.str.8
.asciz "d_id"
L_.str.9: ## @.str.9
.asciz "octc"
L_.str.10: ## @.str.10
.asciz "cmd_req_code"
L_.str.11: ## @.str.11
.asciz "0x%04x"
L_.str.12: ## @.str.12
.asciz "revision"
L_.str.13: ## @.str.13
.asciz "0x%02x"
L_.str.14: ## @.str.14
.asciz "gs_type"
L_.str.15: ## @.str.15
.asciz "gs_subtype"
L_.str.16: ## @.str.16
.asciz "options"
L_.str.17: ## @.str.17
.asciz "max_res_size"
L_.str.18: ## @.str.18
.asciz "rctc"
L_.str.19: ## @.str.19
.asciz "cmd_rsp_code"
L_.str.20: ## @.str.20
.asciz "reason_code"
L_.str.21: ## @.str.21
.asciz "reason_code_expl"
L_.str.22: ## @.str.22
.asciz "vendor_unique"
L_.str.23: ## @.str.23
.asciz "oels"
L_.str.24: ## @.str.24
.asciz "rels"
L_.str.25: ## @.str.25
.asciz "iels"
L_.str.26: ## @.str.26
.asciz "ls_code"
.no_dead_strip _zfcp_dbf_san_view_format
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function zfcp_dbf_san_view_format
_zfcp_dbf_san_view_format: ; @zfcp_dbf_san_view_format
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x3
mov x19, x2
str x2, [sp, #8]
ldr w0, [x3, #52]
Lloh0:
adrp x22, _ZFCP_DBF_TAG_SIZE@GOTPAGE
Lloh1:
ldr x22, [x22, _ZFCP_DBF_TAG_SIZE@GOTPAGEOFF]
ldr w2, [x22]
Lloh2:
adrp x1, l_.str@PAGE
Lloh3:
add x1, x1, l_.str@PAGEOFF
bl _strncmp
cbz x0, LBB0_12
; %bb.1:
ldr w2, [x20, #52]
Lloh4:
adrp x1, l_.str.1@PAGE
Lloh5:
add x1, x1, l_.str.1@PAGEOFF
add x0, sp, #8
bl _zfcp_dbf_tag
ldr w3, [x20, #68]
Lloh6:
adrp x1, l_.str.2@PAGE
Lloh7:
add x1, x1, l_.str.2@PAGEOFF
Lloh8:
adrp x2, l_.str.3@PAGE
Lloh9:
add x2, x2, l_.str.3@PAGEOFF
add x0, sp, #8
bl _zfcp_dbf_out
ldr w3, [x20, #64]
Lloh10:
adrp x1, l_.str.4@PAGE
Lloh11:
add x1, x1, l_.str.4@PAGEOFF
Lloh12:
adrp x2, l_.str.5@PAGE
Lloh13:
add x2, x2, l_.str.5@PAGEOFF
add x0, sp, #8
bl _zfcp_dbf_out
ldr w3, [x20, #60]
Lloh14:
adrp x1, l_.str.6@PAGE
Lloh15:
add x1, x1, l_.str.6@PAGEOFF
Lloh16:
adrp x21, l_.str.7@PAGE
Lloh17:
add x21, x21, l_.str.7@PAGEOFF
add x0, sp, #8
mov x2, x21
bl _zfcp_dbf_out
ldr w3, [x20, #56]
Lloh18:
adrp x1, l_.str.8@PAGE
Lloh19:
add x1, x1, l_.str.8@PAGEOFF
add x0, sp, #8
mov x2, x21
bl _zfcp_dbf_out
ldr w0, [x20, #52]
ldr w2, [x22]
Lloh20:
adrp x1, l_.str.9@PAGE
Lloh21:
add x1, x1, l_.str.9@PAGEOFF
bl _strncmp
cbz x0, LBB0_7
; %bb.2:
ldr w0, [x20, #52]
ldr w2, [x22]
Lloh22:
adrp x1, l_.str.18@PAGE
Lloh23:
add x1, x1, l_.str.18@PAGEOFF
bl _strncmp
cbz x0, LBB0_8
; %bb.3:
ldr w0, [x20, #52]
ldr w2, [x22]
Lloh24:
adrp x1, l_.str.23@PAGE
Lloh25:
add x1, x1, l_.str.23@PAGEOFF
bl _strncmp
cbz x0, LBB0_6
; %bb.4:
ldr w0, [x20, #52]
ldr w2, [x22]
Lloh26:
adrp x1, l_.str.24@PAGE
Lloh27:
add x1, x1, l_.str.24@PAGEOFF
bl _strncmp
cbz x0, LBB0_6
; %bb.5:
ldr w0, [x20, #52]
ldr w2, [x22]
Lloh28:
adrp x1, l_.str.25@PAGE
Lloh29:
add x1, x1, l_.str.25@PAGEOFF
bl _strncmp
cbnz x0, LBB0_11
LBB0_6:
ldr w3, [x20]
Lloh30:
adrp x1, l_.str.26@PAGE
Lloh31:
add x1, x1, l_.str.26@PAGEOFF
Lloh32:
adrp x2, l_.str.13@PAGE
Lloh33:
add x2, x2, l_.str.13@PAGEOFF
add x0, sp, #8
b LBB0_10
LBB0_7:
ldr w3, [x20, #48]
Lloh34:
adrp x1, l_.str.10@PAGE
Lloh35:
add x1, x1, l_.str.10@PAGEOFF
Lloh36:
adrp x21, l_.str.11@PAGE
Lloh37:
add x21, x21, l_.str.11@PAGEOFF
add x0, sp, #8
mov x2, x21
bl _zfcp_dbf_out
ldr w3, [x20, #44]
Lloh38:
adrp x1, l_.str.12@PAGE
Lloh39:
add x1, x1, l_.str.12@PAGEOFF
Lloh40:
adrp x22, l_.str.13@PAGE
Lloh41:
add x22, x22, l_.str.13@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #40]
Lloh42:
adrp x1, l_.str.14@PAGE
Lloh43:
add x1, x1, l_.str.14@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #36]
Lloh44:
adrp x1, l_.str.15@PAGE
Lloh45:
add x1, x1, l_.str.15@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #32]
Lloh46:
adrp x1, l_.str.16@PAGE
Lloh47:
add x1, x1, l_.str.16@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #28]
b LBB0_9
LBB0_8:
ldr w3, [x20, #24]
Lloh48:
adrp x1, l_.str.19@PAGE
Lloh49:
add x1, x1, l_.str.19@PAGEOFF
Lloh50:
adrp x21, l_.str.11@PAGE
Lloh51:
add x21, x21, l_.str.11@PAGEOFF
add x0, sp, #8
mov x2, x21
bl _zfcp_dbf_out
ldr w3, [x20, #20]
Lloh52:
adrp x1, l_.str.12@PAGE
Lloh53:
add x1, x1, l_.str.12@PAGEOFF
Lloh54:
adrp x22, l_.str.13@PAGE
Lloh55:
add x22, x22, l_.str.13@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #16]
Lloh56:
adrp x1, l_.str.20@PAGE
Lloh57:
add x1, x1, l_.str.20@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #12]
Lloh58:
adrp x1, l_.str.21@PAGE
Lloh59:
add x1, x1, l_.str.21@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #8]
Lloh60:
adrp x1, l_.str.22@PAGE
Lloh61:
add x1, x1, l_.str.22@PAGEOFF
add x0, sp, #8
mov x2, x22
bl _zfcp_dbf_out
ldr w3, [x20, #4]
LBB0_9:
Lloh62:
adrp x1, l_.str.17@PAGE
Lloh63:
add x1, x1, l_.str.17@PAGEOFF
add x0, sp, #8
mov x2, x21
LBB0_10:
bl _zfcp_dbf_out
LBB0_11:
ldr w8, [sp, #8]
sub w0, w8, w19
LBB0_12:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh38, Lloh39
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpAdd Lloh56, Lloh57
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpAdd Lloh50, Lloh51
.loh AdrpAdd Lloh48, Lloh49
.loh AdrpAdd Lloh62, Lloh63
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "dump"
.comm _ZFCP_DBF_TAG_SIZE,4,2 ; @ZFCP_DBF_TAG_SIZE
l_.str.1: ; @.str.1
.asciz "tag"
l_.str.2: ; @.str.2
.asciz "fsf_reqid"
l_.str.3: ; @.str.3
.asciz "0x%0Lx"
l_.str.4: ; @.str.4
.asciz "fsf_seqno"
l_.str.5: ; @.str.5
.asciz "0x%08x"
l_.str.6: ; @.str.6
.asciz "s_id"
l_.str.7: ; @.str.7
.asciz "0x%06x"
l_.str.8: ; @.str.8
.asciz "d_id"
l_.str.9: ; @.str.9
.asciz "octc"
l_.str.10: ; @.str.10
.asciz "cmd_req_code"
l_.str.11: ; @.str.11
.asciz "0x%04x"
l_.str.12: ; @.str.12
.asciz "revision"
l_.str.13: ; @.str.13
.asciz "0x%02x"
l_.str.14: ; @.str.14
.asciz "gs_type"
l_.str.15: ; @.str.15
.asciz "gs_subtype"
l_.str.16: ; @.str.16
.asciz "options"
l_.str.17: ; @.str.17
.asciz "max_res_size"
l_.str.18: ; @.str.18
.asciz "rctc"
l_.str.19: ; @.str.19
.asciz "cmd_rsp_code"
l_.str.20: ; @.str.20
.asciz "reason_code"
l_.str.21: ; @.str.21
.asciz "reason_code_expl"
l_.str.22: ; @.str.22
.asciz "vendor_unique"
l_.str.23: ; @.str.23
.asciz "oels"
l_.str.24: ; @.str.24
.asciz "rels"
l_.str.25: ; @.str.25
.asciz "iels"
l_.str.26: ; @.str.26
.asciz "ls_code"
.no_dead_strip _zfcp_dbf_san_view_format
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/s390/scsi/extr_zfcp_dbf.c_zfcp_dbf_san_view_format.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _trap_S_StartSound ## -- Begin function trap_S_StartSound
.p2align 4, 0x90
_trap_S_StartSound: ## @trap_S_StartSound
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %ecx, %r8d
movl %edx, %ecx
movl %esi, %edx
movl %edi, %esi
movq _CG_S_STARTSOUND@GOTPCREL(%rip), %rax
movl (%rax), %edi
popq %rbp
jmp _syscall ## TAILCALL
.cfi_endproc
## -- End function
.comm _CG_S_STARTSOUND,4,2 ## @CG_S_STARTSOUND
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _trap_S_StartSound ; -- Begin function trap_S_StartSound
.p2align 2
_trap_S_StartSound: ; @trap_S_StartSound
.cfi_startproc
; %bb.0:
mov x4, x3
mov x3, x2
mov x2, x1
mov x1, x0
Lloh0:
adrp x8, _CG_S_STARTSOUND@GOTPAGE
Lloh1:
ldr x8, [x8, _CG_S_STARTSOUND@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
b _syscall
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CG_S_STARTSOUND,4,2 ; @CG_S_STARTSOUND
.subsections_via_symbols
| AnghaBench/Quake-III-Arena/code/cgame/extr_cg_syscalls.c_trap_S_StartSound.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cptvf_clear_irde_intr
_cptvf_clear_irde_intr: ## @cptvf_clear_irde_intr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movl (%rdi), %r14d
xorl %edi, %edi
xorl %esi, %esi
callq _CPTX_VQX_MISC_INT
movl %r14d, %edi
movl %eax, %esi
callq _cpt_read_csr64
movl (%rbx), %ebx
xorl %edi, %edi
xorl %esi, %esi
callq _CPTX_VQX_MISC_INT
movl %ebx, %edi
movl %eax, %esi
movl $1, %edx
popq %rbx
popq %r14
popq %rbp
jmp _cpt_write_csr64 ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _cptvf_clear_irde_intr
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cptvf_clear_irde_intr
_cptvf_clear_irde_intr: ; @cptvf_clear_irde_intr
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr w20, [x0]
mov w0, #0
mov w1, #0
bl _CPTX_VQX_MISC_INT
mov x1, x0
mov x0, x20
bl _cpt_read_csr64
ldr w19, [x19]
mov w0, #0
mov w1, #0
bl _CPTX_VQX_MISC_INT
mov x1, x0
mov x0, x19
mov w2, #1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _cpt_write_csr64
.cfi_endproc
; -- End function
.no_dead_strip _cptvf_clear_irde_intr
.subsections_via_symbols
| AnghaBench/linux/drivers/crypto/cavium/cpt/extr_cptvf_main.c_cptvf_clear_irde_intr.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function alloc_trial_cpuset
_alloc_trial_cpuset: ## @alloc_trial_cpuset
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
movq _GFP_KERNEL@GOTPCREL(%rip), %rax
movl (%rax), %edx
movl $8, %esi
callq _kmemdup
testq %rax, %rax
je LBB0_3
## %bb.1:
movq %rax, %rbx
movq %rax, %rdi
xorl %esi, %esi
callq _alloc_cpumasks
testq %rax, %rax
je LBB0_4
## %bb.2:
movq %rbx, %rdi
callq _kfree
LBB0_3:
xorl %ebx, %ebx
jmp LBB0_5
LBB0_4:
movl 4(%rbx), %edi
movl 4(%r14), %esi
callq _cpumask_copy
movl (%rbx), %edi
movl (%r14), %esi
callq _cpumask_copy
LBB0_5:
movq %rbx, %rax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _GFP_KERNEL,4,2 ## @GFP_KERNEL
.no_dead_strip _alloc_trial_cpuset
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function alloc_trial_cpuset
_alloc_trial_cpuset: ; @alloc_trial_cpuset
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x20, x0
Lloh0:
adrp x8, _GFP_KERNEL@GOTPAGE
Lloh1:
ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF]
Lloh2:
ldr w2, [x8]
mov w1, #8
bl _kmemdup
mov x19, x0
cbz x0, LBB0_4
; %bb.1:
mov x0, x19
mov x1, #0
bl _alloc_cpumasks
cbz x0, LBB0_3
; %bb.2:
mov x0, x19
bl _kfree
mov x19, #0
b LBB0_4
LBB0_3:
ldr w0, [x19, #4]
ldr w1, [x20, #4]
bl _cpumask_copy
ldr w0, [x19]
ldr w1, [x20]
bl _cpumask_copy
LBB0_4:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _GFP_KERNEL,4,2 ; @GFP_KERNEL
.no_dead_strip _alloc_trial_cpuset
.subsections_via_symbols
| AnghaBench/linux/kernel/cgroup/extr_cpuset.c_alloc_trial_cpuset.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _finish_gdb_packet ## -- Begin function finish_gdb_packet
.p2align 4, 0x90
_finish_gdb_packet: ## @finish_gdb_packet
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl $35, %edi
callq _KdpSendByte
movq _hex_chars@GOTPCREL(%rip), %r14
movq (%r14), %rax
movq _currentChecksum@GOTPCREL(%rip), %rbx
movl (%rbx), %ecx
shrl $4, %ecx
andl $15, %ecx
movsbl (%rax,%rcx), %edi
callq _KdpSendByte
movq (%r14), %rax
movl (%rbx), %ecx
andl $15, %ecx
movsbl (%rax,%rcx), %edi
callq _KdpSendByte
leaq -17(%rbp), %rdi
callq _KdpReceiveByte
movq _KdPacketReceived@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_1
## %bb.2:
cmpb $43, -17(%rbp)
je LBB0_4
## %bb.3:
movq _KdPacketNeedsResend@GOTPCREL(%rip), %rax
movq (%rax), %rax
jmp LBB0_4
LBB0_1:
movq _TRUE@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movq _KD_DEBUGGER_NOT_PRESENT@GOTPCREL(%rip), %rdx
movl %ecx, (%rdx)
LBB0_4:
addq $16, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _hex_chars,8,3 ## @hex_chars
.comm _currentChecksum,4,2 ## @currentChecksum
.comm _KdPacketReceived,8,3 ## @KdPacketReceived
.comm _TRUE,4,2 ## @TRUE
.comm _KD_DEBUGGER_NOT_PRESENT,4,2 ## @KD_DEBUGGER_NOT_PRESENT
.comm _KdPacketNeedsResend,8,3 ## @KdPacketNeedsResend
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _finish_gdb_packet ; -- Begin function finish_gdb_packet
.p2align 2
_finish_gdb_packet: ; @finish_gdb_packet
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov w0, #35
bl _KdpSendByte
Lloh0:
adrp x19, _hex_chars@GOTPAGE
Lloh1:
ldr x19, [x19, _hex_chars@GOTPAGEOFF]
ldr x8, [x19]
Lloh2:
adrp x20, _currentChecksum@GOTPAGE
Lloh3:
ldr x20, [x20, _currentChecksum@GOTPAGEOFF]
ldr w9, [x20]
ubfx x9, x9, #4, #4
ldrsb w0, [x8, x9]
bl _KdpSendByte
ldr x8, [x19]
ldr w9, [x20]
and x9, x9, #0xf
ldrsb w0, [x8, x9]
bl _KdpSendByte
add x0, sp, #15
bl _KdpReceiveByte
Lloh4:
adrp x8, _KdPacketReceived@GOTPAGE
Lloh5:
ldr x8, [x8, _KdPacketReceived@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_2
; %bb.1:
ldrb w8, [sp, #15]
Lloh7:
adrp x9, _KdPacketNeedsResend@GOTPAGE
Lloh8:
ldr x9, [x9, _KdPacketNeedsResend@GOTPAGEOFF]
Lloh9:
ldr x9, [x9]
cmp w8, #43
csel x0, x0, x9, eq
b LBB0_3
LBB0_2:
Lloh10:
adrp x8, _TRUE@GOTPAGE
Lloh11:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
Lloh13:
adrp x9, _KD_DEBUGGER_NOT_PRESENT@GOTPAGE
Lloh14:
ldr x9, [x9, _KD_DEBUGGER_NOT_PRESENT@GOTPAGEOFF]
Lloh15:
str w8, [x9]
LBB0_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGotStr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.cfi_endproc
; -- End function
.comm _hex_chars,8,3 ; @hex_chars
.comm _currentChecksum,4,2 ; @currentChecksum
.comm _KdPacketReceived,8,3 ; @KdPacketReceived
.comm _TRUE,4,2 ; @TRUE
.comm _KD_DEBUGGER_NOT_PRESENT,4,2 ; @KD_DEBUGGER_NOT_PRESENT
.comm _KdPacketNeedsResend,8,3 ; @KdPacketNeedsResend
.subsections_via_symbols
| AnghaBench/reactos/drivers/base/kdgdb/extr_gdb_send.c_finish_gdb_packet.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function msnwc_tcp_read_packet
_msnwc_tcp_read_packet: ## @msnwc_tcp_read_packet
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq (%rdi), %rbx
movq %rbx, %rdi
movl $1, %esi
callq _avio_skip
movq %rbx, %rdi
movl $2, %esi
callq _avio_skip
movq %rbx, %rdi
movl $2, %esi
callq _avio_skip
movq %rbx, %rdi
callq _avio_rl16
movl %eax, %r12d
movq %rbx, %rdi
callq _avio_rl32
movl %eax, %r15d
movq %rbx, %rdi
movl $4, %esi
callq _avio_skip
movq %rbx, %rdi
movl $4, %esi
callq _avio_skip
movq %rbx, %rdi
callq _avio_rl32
testl %r15d, %r15d
je LBB0_1
## %bb.2:
movl %eax, %r13d
movq %rbx, %rdi
movq %r14, %rsi
movl %r15d, %edx
callq _av_get_packet
testl %eax, %eax
js LBB0_3
## %bb.4:
movq %rbx, %rdi
movl $1, %esi
callq _avio_skip
movl %r13d, (%r14)
movl %r13d, 4(%r14)
movq $0, 16(%r14)
testb $1, %r12b
je LBB0_6
## %bb.5:
movq _AV_PKT_FLAG_KEY@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %eax, 8(%r14)
LBB0_6:
movq _HEADER_SIZE@GOTPCREL(%rip), %rax
addl (%rax), %r15d
jmp LBB0_7
LBB0_1:
movq _AVERROR_INVALIDDATA@GOTPCREL(%rip), %rax
movl (%rax), %r15d
jmp LBB0_7
LBB0_3:
movl %eax, %r15d
LBB0_7:
movl %r15d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AVERROR_INVALIDDATA,4,2 ## @AVERROR_INVALIDDATA
.comm _AV_PKT_FLAG_KEY,4,2 ## @AV_PKT_FLAG_KEY
.comm _HEADER_SIZE,4,2 ## @HEADER_SIZE
.no_dead_strip _msnwc_tcp_read_packet
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function msnwc_tcp_read_packet
_msnwc_tcp_read_packet: ; @msnwc_tcp_read_packet
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x1
ldr x20, [x0]
mov x0, x20
mov w1, #1
bl _avio_skip
mov x0, x20
mov w1, #2
bl _avio_skip
mov x0, x20
mov w1, #2
bl _avio_skip
mov x0, x20
bl _avio_rl16
mov x22, x0
mov x0, x20
bl _avio_rl32
mov x21, x0
mov x0, x20
mov w1, #4
bl _avio_skip
mov x0, x20
mov w1, #4
bl _avio_skip
mov x0, x20
bl _avio_rl32
cbz w21, LBB0_5
; %bb.1:
mov x23, x0
mov x0, x20
mov x1, x19
mov x2, x21
bl _av_get_packet
tbnz w0, #31, LBB0_6
; %bb.2:
mov x0, x20
mov w1, #1
bl _avio_skip
stp w23, w23, [x19]
str xzr, [x19, #16]
tbz w22, #0, LBB0_4
; %bb.3:
Lloh0:
adrp x8, _AV_PKT_FLAG_KEY@GOTPAGE
Lloh1:
ldr x8, [x8, _AV_PKT_FLAG_KEY@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
ldr w9, [x19, #8]
orr w8, w9, w8
str w8, [x19, #8]
LBB0_4:
Lloh3:
adrp x8, _HEADER_SIZE@GOTPAGE
Lloh4:
ldr x8, [x8, _HEADER_SIZE@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
add w0, w8, w21
b LBB0_6
LBB0_5:
Lloh6:
adrp x8, _AVERROR_INVALIDDATA@GOTPAGE
Lloh7:
ldr x8, [x8, _AVERROR_INVALIDDATA@GOTPAGEOFF]
Lloh8:
ldr w0, [x8]
LBB0_6:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _AVERROR_INVALIDDATA,4,2 ; @AVERROR_INVALIDDATA
.comm _AV_PKT_FLAG_KEY,4,2 ; @AV_PKT_FLAG_KEY
.comm _HEADER_SIZE,4,2 ; @HEADER_SIZE
.no_dead_strip _msnwc_tcp_read_packet
.subsections_via_symbols
| AnghaBench/FFmpeg/libavformat/extr_msnwc_tcp.c_msnwc_tcp_read_packet.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nvme_get_num_segments
_nvme_get_num_segments: ## @nvme_get_num_segments
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testl %edx, %edx
je LBB0_1
## %bb.2:
movl %edx, %ebx
movl %esi, %r14d
movl %edi, %r15d
leal -1(%rbx), %r12d
xorl %edi, %edi
testl %r12d, %edx
sete %dil
leaq L_.str(%rip), %rsi
callq _KASSERT
movl %r14d, %eax
cltd
idivl %ebx
movl %eax, %ecx
andl %r12d, %r14d
andl %r12d, %r15d
testl %r14d, %r14d
jg LBB0_4
## %bb.3:
testl %r15d, %r15d
jle LBB0_5
LBB0_4:
leal (%r15,%r14), %eax
decl %eax
cltd
idivl %ebx
## kill: def $eax killed $eax def $rax
addl %eax, %ecx
incl %ecx
jmp LBB0_5
LBB0_1:
movl $1, %ecx
LBB0_5:
movl %ecx, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "alignment not power of 2\n"
.no_dead_strip _nvme_get_num_segments
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nvme_get_num_segments
_nvme_get_num_segments: ; @nvme_get_num_segments
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
cbz w2, LBB0_4
; %bb.1:
mov x19, x2
mov x20, x1
mov x21, x0
sub w22, w2, #1
tst w2, w22
cset w0, eq
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
bl _KASSERT
and w8, w22, w21
sdiv w0, w20, w19
ands w9, w22, w20
b.gt LBB0_3
; %bb.2:
cmp w8, #1
b.lt LBB0_5
LBB0_3:
add w8, w8, w9
sub w8, w8, #1
sdiv w8, w8, w19
add w8, w0, w8
add w0, w8, #1
b LBB0_5
LBB0_4:
mov w0, #1
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "alignment not power of 2\n"
.no_dead_strip _nvme_get_num_segments
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/nvme/extr_nvme_ns.c_nvme_get_num_segments.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pp_client_connect
_pp_client_connect: ## @pp_client_connect
.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 $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r12d
movq %rdi, %r15
xorps %xmm0, %xmm0
movaps %xmm0, -96(%rbp)
movaps %xmm0, -80(%rbp)
movq _SOCK_STREAM@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movq _AF_UNSPEC@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -80(%rbp)
leaq L_.str(%rip), %rsi
leaq -48(%rbp), %rdi
movl %r12d, %edx
callq _asprintf
movl $1, %r14d
testq %rax, %rax
js LBB0_15
## %bb.1:
movq -48(%rbp), %rsi
leaq -96(%rbp), %rdx
leaq -56(%rbp), %rcx
movq %r15, %rdi
callq _getaddrinfo
testl %eax, %eax
js LBB0_4
## %bb.2:
movq -56(%rbp), %rbx
testq %rbx, %rbx
jne LBB0_5
## %bb.3:
movl $-1, %r13d
xorl %edi, %edi
jmp LBB0_10
.p2align 4, 0x90
LBB0_7: ## in Loop: Header=BB0_5 Depth=1
movl %r13d, %edi
callq _close
movl $-1, %r13d
LBB0_8: ## in Loop: Header=BB0_5 Depth=1
movq 24(%rbx), %rbx
testq %rbx, %rbx
je LBB0_9
LBB0_5: ## =>This Inner Loop Header: Depth=1
movl 16(%rbx), %edi
movl 8(%rbx), %edx
movl 12(%rbx), %esi
callq _socket
movl %eax, %r13d
testl %eax, %eax
js LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl (%rbx), %edx
movl 4(%rbx), %esi
movl %r13d, %edi
callq _connect
testl %eax, %eax
jne LBB0_7
LBB0_9:
movq -56(%rbp), %rdi
LBB0_10:
callq _freeaddrinfo_null
movq -48(%rbp), %rdi
callq _free
testl %r13d, %r13d
js LBB0_11
## %bb.12:
movl %r13d, %edi
xorl %esi, %esi
callq _send_local_dest
testq %rax, %rax
jne LBB0_15
## %bb.13:
movl %r13d, %edi
xorl %esi, %esi
callq _recv_remote_dest
testq %rax, %rax
jne LBB0_15
## %bb.14:
xorl %edi, %edi
callq _connect_qps
xorl %r14d, %r14d
testq %rax, %rax
setne %r14b
jmp LBB0_15
LBB0_4:
movq _stderr@GOTPCREL(%rip), %rcx
movl (%rcx), %ebx
movl %eax, %edi
callq _gai_strerror
leaq L_.str.1(%rip), %rsi
movl %ebx, %edi
movq %rax, %rdx
movq %r15, %rcx
movl %r12d, %r8d
xorl %eax, %eax
callq _fprintf
movq -48(%rbp), %rdi
callq _free
jmp LBB0_15
LBB0_11:
movq _stderr@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str.2(%rip), %rsi
movq %r15, %rdx
movl %r12d, %ecx
xorl %eax, %eax
callq _fprintf
LBB0_15:
movl %r14d, %eax
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SOCK_STREAM,4,2 ## @SOCK_STREAM
.comm _AF_UNSPEC,4,2 ## @AF_UNSPEC
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
.comm _stderr,4,2 ## @stderr
L_.str.1: ## @.str.1
.asciz "%s for %s:%d\n"
L_.str.2: ## @.str.2
.asciz "Couldn't connect to %s:%d\n"
.no_dead_strip _pp_client_connect
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pp_client_connect
_pp_client_connect: ; @pp_client_connect
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
movi.2d v0, #0000000000000000
stp q0, q0, [sp, #16]
Lloh0:
adrp x8, _SOCK_STREAM@GOTPAGE
Lloh1:
ldr x8, [x8, _SOCK_STREAM@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _AF_UNSPEC@GOTPAGE
Lloh4:
ldr x9, [x9, _AF_UNSPEC@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
stp w8, w9, [sp, #28]
Lloh6:
adrp x1, l_.str@PAGE
Lloh7:
add x1, x1, l_.str@PAGEOFF
add x0, sp, #48
mov x2, x20
bl _asprintf
tbnz x0, #63, LBB0_12
; %bb.1:
ldr x1, [sp, #48]
add x2, sp, #16
sub x3, x29, #40
mov x0, x19
bl _getaddrinfo
tbnz w0, #31, LBB0_13
; %bb.2:
ldur x22, [x29, #-40]
cbnz x22, LBB0_6
; %bb.3:
mov x0, #0
mov w21, #-1
b LBB0_9
LBB0_4: ; in Loop: Header=BB0_6 Depth=1
mov x0, x21
bl _close
mov w21, #-1
LBB0_5: ; in Loop: Header=BB0_6 Depth=1
ldr x22, [x22, #24]
cbz x22, LBB0_8
LBB0_6: ; =>This Inner Loop Header: Depth=1
ldp w1, w0, [x22, #12]
ldr w2, [x22, #8]
bl _socket
mov x21, x0
tbnz w0, #31, LBB0_5
; %bb.7: ; in Loop: Header=BB0_6 Depth=1
ldp w2, w1, [x22]
mov x0, x21
bl _connect
cbnz w0, LBB0_4
LBB0_8:
ldur x0, [x29, #-40]
LBB0_9:
bl _freeaddrinfo_null
ldr x0, [sp, #48]
bl _free
tbnz w21, #31, LBB0_14
; %bb.10:
mov x0, x21
mov w1, #0
bl _send_local_dest
cbnz x0, LBB0_12
; %bb.11:
mov x0, x21
mov w1, #0
bl _recv_remote_dest
cbz x0, LBB0_15
LBB0_12:
mov w0, #1
b LBB0_16
LBB0_13:
Lloh8:
adrp x8, _stderr@GOTPAGE
Lloh9:
ldr x8, [x8, _stderr@GOTPAGEOFF]
Lloh10:
ldr w21, [x8]
bl _gai_strerror
mov x2, x0
stp x19, x20, [sp]
Lloh11:
adrp x1, l_.str.1@PAGE
Lloh12:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x21
bl _fprintf
ldr x0, [sp, #48]
bl _free
mov w0, #1
b LBB0_16
LBB0_14:
Lloh13:
adrp x8, _stderr@GOTPAGE
Lloh14:
ldr x8, [x8, _stderr@GOTPAGEOFF]
Lloh15:
ldr w0, [x8]
; kill: def $w20 killed $w20 killed $x20 def $x20
str x20, [sp]
Lloh16:
adrp x1, l_.str.2@PAGE
Lloh17:
add x1, x1, l_.str.2@PAGEOFF
mov x2, x19
bl _fprintf
mov w0, #1
b LBB0_16
LBB0_15:
bl _connect_qps
cmp x0, #0
cset w0, ne
LBB0_16:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.cfi_endproc
; -- End function
.comm _SOCK_STREAM,4,2 ; @SOCK_STREAM
.comm _AF_UNSPEC,4,2 ; @AF_UNSPEC
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
.comm _stderr,4,2 ; @stderr
l_.str.1: ; @.str.1
.asciz "%s for %s:%d\n"
l_.str.2: ; @.str.2
.asciz "Couldn't connect to %s:%d\n"
.no_dead_strip _pp_client_connect
.subsections_via_symbols
| AnghaBench/freebsd/contrib/ofed/libibverbs/examples/extr_xsrq_pingpong.c_pp_client_connect.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function atusb_set_channel
_atusb_set_channel: ## @atusb_set_channel
.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), %rdi
movq _SR_CHANNEL@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _atusb_write_subreg
movl %eax, %ecx
sarl $31, %ecx
andl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SR_CHANNEL,4,2 ## @SR_CHANNEL
.no_dead_strip _atusb_set_channel
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function atusb_set_channel
_atusb_set_channel: ; @atusb_set_channel
.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
ldr x0, [x0]
Lloh0:
adrp x8, _SR_CHANNEL@GOTPAGE
Lloh1:
ldr x8, [x8, _SR_CHANNEL@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _atusb_write_subreg
cmp w0, #0
csel w0, w0, wzr, lt
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _SR_CHANNEL,4,2 ; @SR_CHANNEL
.no_dead_strip _atusb_set_channel
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ieee802154/extr_atusb.c_atusb_set_channel.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ath6kl_wmi_send_snr_threshold_params
_ath6kl_wmi_send_snr_threshold_params: ## @ath6kl_wmi_send_snr_threshold_params
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r14
movl $4, %edi
callq _ath6kl_wmi_get_new_buf
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %rax, %rbx
movq (%rax), %rdi
movq %r15, %rsi
movl $4, %edx
callq _memcpy
movq _WMI_SNR_THRESHOLD_PARAMS_CMDID@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _NO_SYNC_WMIFLAG@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq %r14, %rdi
xorl %esi, %esi
movq %rbx, %rdx
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _ath6kl_wmi_cmd_send ## TAILCALL
LBB0_1:
movq _ENOMEM@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _WMI_SNR_THRESHOLD_PARAMS_CMDID,4,2 ## @WMI_SNR_THRESHOLD_PARAMS_CMDID
.comm _NO_SYNC_WMIFLAG,4,2 ## @NO_SYNC_WMIFLAG
.no_dead_strip _ath6kl_wmi_send_snr_threshold_params
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ath6kl_wmi_send_snr_threshold_params
_ath6kl_wmi_send_snr_threshold_params: ; @ath6kl_wmi_send_snr_threshold_params
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x1
mov x19, x0
mov w0, #4
bl _ath6kl_wmi_get_new_buf
cbz x0, LBB0_2
; %bb.1:
mov x20, x0
ldr x0, [x0]
mov x1, x21
mov w2, #4
bl _memcpy
Lloh0:
adrp x8, _WMI_SNR_THRESHOLD_PARAMS_CMDID@GOTPAGE
Lloh1:
ldr x8, [x8, _WMI_SNR_THRESHOLD_PARAMS_CMDID@GOTPAGEOFF]
Lloh2:
ldr w3, [x8]
Lloh3:
adrp x8, _NO_SYNC_WMIFLAG@GOTPAGE
Lloh4:
ldr x8, [x8, _NO_SYNC_WMIFLAG@GOTPAGEOFF]
Lloh5:
ldr w4, [x8]
mov x0, x19
mov w1, #0
mov x2, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _ath6kl_wmi_cmd_send
LBB0_2:
Lloh6:
adrp x8, _ENOMEM@GOTPAGE
Lloh7:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh8:
ldr w8, [x8]
neg w0, w8
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _WMI_SNR_THRESHOLD_PARAMS_CMDID,4,2 ; @WMI_SNR_THRESHOLD_PARAMS_CMDID
.comm _NO_SYNC_WMIFLAG,4,2 ; @NO_SYNC_WMIFLAG
.no_dead_strip _ath6kl_wmi_send_snr_threshold_params
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/ath/ath6kl/extr_wmi.c_ath6kl_wmi_send_snr_threshold_params.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function clear_rack_input
_clear_rack_input: ## @clear_rack_input
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movl (%rdi), %edi
callq _mrb_nil_p
testl %eax, %eax
jne LBB0_2
## %bb.1:
movq 8(%rbx), %rax
movq (%rax), %rax
movl (%rax), %edi
movl (%rbx), %esi
movq $0, (%rsp)
xorl %edx, %edx
movl $-1, %ecx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq _mrb_input_stream_set_data
LBB0_2:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _clear_rack_input
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function clear_rack_input
_clear_rack_input: ; @clear_rack_input
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr w0, [x0]
bl _mrb_nil_p
cbz w0, LBB0_2
; %bb.1:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
ldr x8, [x19, #8]
ldr x8, [x8]
ldr w0, [x8]
ldr w1, [x19]
mov x2, #0
mov w3, #-1
mov w4, #0
mov x5, #0
mov x6, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _mrb_input_stream_set_data
.cfi_endproc
; -- End function
.no_dead_strip _clear_rack_input
.subsections_via_symbols
| AnghaBench/h2o/lib/handler/extr_mruby.c_clear_rack_input.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function virtblk_add_req_scsi
_virtblk_add_req_scsi: ## @virtblk_add_req_scsi
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _EIO@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EIO,4,2 ## @EIO
.no_dead_strip _virtblk_add_req_scsi
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function virtblk_add_req_scsi
_virtblk_add_req_scsi: ; @virtblk_add_req_scsi
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _EIO@GOTPAGE
Lloh1:
ldr x8, [x8, _EIO@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w0, w8
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _EIO,4,2 ; @EIO
.no_dead_strip _virtblk_add_req_scsi
.subsections_via_symbols
| AnghaBench/linux/drivers/block/extr_virtio_blk.c_virtblk_add_req_scsi.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _t4_sge_ctxt_flush ## -- Begin function t4_sge_ctxt_flush
.p2align 4, 0x90
_t4_sge_ctxt_flush: ## @t4_sge_ctxt_flush
.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 %r12
pushq %rbx
subq $48, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %ebx
movl %esi, %r15d
movq %rdi, %r12
leaq -56(%rbp), %r14
movq %r14, %rdi
xorl %esi, %esi
movl $24, %edx
callq _memset
movq _CTXT_EGRESS@GOTPCREL(%rip), %rax
cmpl %ebx, (%rax)
jne LBB0_1
## %bb.2:
movq _FW_LDST_ADDRSPC_SGE_EGRC@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _FW_LDST_ADDRSPC_SGE_INGC@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %edi
callq _FW_LDST_CMD_ADDRSPACE_V
movl %eax, %ebx
movq _FW_LDST_CMD@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _FW_CMD_OP_V
movq _FW_CMD_REQUEST_F@GOTPCREL(%rip), %rcx
movq _FW_CMD_READ_F@GOTPCREL(%rip), %rdx
orl %eax, %ebx
orl (%rcx), %ebx
orl (%rdx), %ebx
movl %ebx, %edi
callq _cpu_to_be32
movq %rax, -40(%rbp)
movq -40(%rbp), %rax
movq %rax, 16(%rsp)
movups -56(%rbp), %xmm0
movups %xmm0, (%rsp)
callq _FW_LEN16
movl %eax, %edi
callq _cpu_to_be32
movq %rax, -48(%rbp)
movq _FW_LDST_CMD_CTXTFLUSH_F@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _cpu_to_be32
movq %rax, -56(%rbp)
movq %r12, %rdi
movl %r15d, %esi
movq %r14, %rdx
movl $24, %ecx
movq %r14, %r8
callq _t4_wr_mbox
addq $48, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CTXT_EGRESS,4,2 ## @CTXT_EGRESS
.comm _FW_LDST_ADDRSPC_SGE_EGRC,4,2 ## @FW_LDST_ADDRSPC_SGE_EGRC
.comm _FW_LDST_ADDRSPC_SGE_INGC,4,2 ## @FW_LDST_ADDRSPC_SGE_INGC
.comm _FW_LDST_CMD,4,2 ## @FW_LDST_CMD
.comm _FW_CMD_REQUEST_F,4,2 ## @FW_CMD_REQUEST_F
.comm _FW_CMD_READ_F,4,2 ## @FW_CMD_READ_F
.comm _FW_LDST_CMD_CTXTFLUSH_F,4,2 ## @FW_LDST_CMD_CTXTFLUSH_F
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _t4_sge_ctxt_flush ; -- Begin function t4_sge_ctxt_flush
.p2align 2
_t4_sge_ctxt_flush: ; @t4_sge_ctxt_flush
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x2
mov x19, x1
mov x20, x0
add x0, sp, #24
mov w1, #0
mov w2, #24
bl _memset
Lloh0:
adrp x8, _CTXT_EGRESS@GOTPAGE
Lloh1:
ldr x8, [x8, _CTXT_EGRESS@GOTPAGEOFF]
Lloh2:
adrp x9, _FW_LDST_ADDRSPC_SGE_EGRC@GOTPAGE
Lloh3:
ldr x9, [x9, _FW_LDST_ADDRSPC_SGE_EGRC@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
Lloh5:
adrp x10, _FW_LDST_ADDRSPC_SGE_INGC@GOTPAGE
Lloh6:
ldr x10, [x10, _FW_LDST_ADDRSPC_SGE_INGC@GOTPAGEOFF]
cmp w8, w21
csel x8, x9, x10, eq
ldr w0, [x8]
bl _FW_LDST_CMD_ADDRSPACE_V
mov x21, x0
Lloh7:
adrp x8, _FW_LDST_CMD@GOTPAGE
Lloh8:
ldr x8, [x8, _FW_LDST_CMD@GOTPAGEOFF]
Lloh9:
ldr w0, [x8]
bl _FW_CMD_OP_V
Lloh10:
adrp x8, _FW_CMD_REQUEST_F@GOTPAGE
Lloh11:
ldr x8, [x8, _FW_CMD_REQUEST_F@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
Lloh13:
adrp x9, _FW_CMD_READ_F@GOTPAGE
Lloh14:
ldr x9, [x9, _FW_CMD_READ_F@GOTPAGEOFF]
Lloh15:
ldr w9, [x9]
orr w10, w0, w21
orr w8, w10, w8
orr w0, w8, w9
bl _cpu_to_be32
str x0, [sp, #40]
ldur q0, [sp, #24]
str q0, [sp]
str x0, [sp, #16]
mov x0, sp
bl _FW_LEN16
bl _cpu_to_be32
str x0, [sp, #32]
Lloh16:
adrp x8, _FW_LDST_CMD_CTXTFLUSH_F@GOTPAGE
Lloh17:
ldr x8, [x8, _FW_LDST_CMD_CTXTFLUSH_F@GOTPAGEOFF]
Lloh18:
ldr w0, [x8]
bl _cpu_to_be32
str x0, [sp, #24]
add x2, sp, #24
add x4, sp, #24
mov x0, x20
mov x1, x19
mov w3, #24
bl _t4_wr_mbox
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #96
ret
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh4
.cfi_endproc
; -- End function
.comm _CTXT_EGRESS,4,2 ; @CTXT_EGRESS
.comm _FW_LDST_ADDRSPC_SGE_EGRC,4,2 ; @FW_LDST_ADDRSPC_SGE_EGRC
.comm _FW_LDST_ADDRSPC_SGE_INGC,4,2 ; @FW_LDST_ADDRSPC_SGE_INGC
.comm _FW_LDST_CMD,4,2 ; @FW_LDST_CMD
.comm _FW_CMD_REQUEST_F,4,2 ; @FW_CMD_REQUEST_F
.comm _FW_CMD_READ_F,4,2 ; @FW_CMD_READ_F
.comm _FW_LDST_CMD_CTXTFLUSH_F,4,2 ; @FW_LDST_CMD_CTXTFLUSH_F
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/chelsio/cxgb4/extr_t4_hw.c_t4_sge_ctxt_flush.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function finish_reply
_finish_reply: ## @finish_reply
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %rbx
movl (%rdi), %eax
xorl %r14d, %r14d
cmpl $131, %eax
je LBB0_16
## %bb.1:
cmpl $129, %eax
je LBB0_8
## %bb.2:
cmpl $128, %eax
jne LBB0_13
## %bb.3:
cmpl $0, 16(%rbx)
je LBB0_13
## %bb.4:
movq %rbx, %rdi
callq _fsg_is_set
testl %eax, %eax
je LBB0_6
## %bb.5:
movq 8(%rbx), %rdi
movl (%rdi), %esi
callq _fsg_set_halt
jmp LBB0_15
LBB0_16:
cmpl $0, 24(%rbx)
je LBB0_13
## %bb.17:
cmpl $0, 20(%rbx)
je LBB0_19
## %bb.18:
movq _FSG_STATE_ABORT_BULK_OUT@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _raise_exception
movq _EINTR@GOTPCREL(%rip), %rax
jmp LBB0_7
LBB0_8:
cmpl $0, 40(%rbx)
je LBB0_13
## %bb.9:
movq 32(%rbx), %r15
movq %rbx, %rdi
callq _fsg_is_set
testl %eax, %eax
je LBB0_6
## %bb.10:
cmpl $0, 24(%rbx)
movq 8(%r15), %rax
je LBB0_11
## %bb.14:
movl $1, (%rax)
movq %rbx, %rdi
movq %r15, %rsi
callq _start_in_transfer
movq _EIO@GOTPCREL(%rip), %rcx
xorl %r14d, %r14d
subl (%rcx), %r14d
xorl %ecx, %ecx
testl %eax, %eax
cmovnel %ecx, %r14d
movq (%r15), %rax
movq %rax, 32(%rbx)
cmpl $0, 16(%rbx)
je LBB0_13
LBB0_15:
movq 8(%rbx), %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _halt_bulk_in_endpoint ## TAILCALL
LBB0_19:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _throw_away_data ## TAILCALL
LBB0_11:
movl $0, (%rax)
movq %rbx, %rdi
movq %r15, %rsi
callq _start_in_transfer
testl %eax, %eax
je LBB0_6
## %bb.12:
movq (%r15), %rax
movq %rax, 32(%rbx)
jmp LBB0_13
LBB0_6:
movq _EIO@GOTPCREL(%rip), %rax
LBB0_7:
xorl %r14d, %r14d
subl (%rax), %r14d
LBB0_13:
movl %r14d, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EIO,4,2 ## @EIO
.comm _FSG_STATE_ABORT_BULK_OUT,4,2 ## @FSG_STATE_ABORT_BULK_OUT
.comm _EINTR,4,2 ## @EINTR
.no_dead_strip _finish_reply
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function finish_reply
_finish_reply: ; @finish_reply
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr w8, [x0]
cmp w8, #131
b.eq LBB0_6
; %bb.1:
cmp w8, #129
b.eq LBB0_9
; %bb.2:
cmp w8, #128
b.ne LBB0_14
; %bb.3:
ldr w8, [x19, #16]
cbz w8, LBB0_14
; %bb.4:
mov x0, x19
bl _fsg_is_set
cbz w0, LBB0_18
; %bb.5:
ldr x0, [x19, #8]
ldr w1, [x0]
bl _fsg_set_halt
b LBB0_13
LBB0_6:
ldr w8, [x19, #24]
cbz w8, LBB0_14
; %bb.7:
ldr w8, [x19, #20]
cbz w8, LBB0_15
; %bb.8:
Lloh0:
adrp x8, _FSG_STATE_ABORT_BULK_OUT@GOTPAGE
Lloh1:
ldr x8, [x8, _FSG_STATE_ABORT_BULK_OUT@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x19
bl _raise_exception
Lloh3:
adrp x8, _EINTR@GOTPAGE
Lloh4:
ldr x8, [x8, _EINTR@GOTPAGEOFF]
b LBB0_19
LBB0_9:
ldr w8, [x19, #40]
cbz w8, LBB0_14
; %bb.10:
ldr x20, [x19, #32]
mov x0, x19
bl _fsg_is_set
cbz w0, LBB0_18
; %bb.11:
ldr w9, [x19, #24]
ldr x8, [x20, #8]
cbz w9, LBB0_16
; %bb.12:
mov w9, #1
str w9, [x8]
mov x0, x19
mov x1, x20
bl _start_in_transfer
Lloh5:
adrp x8, _EIO@GOTPAGE
Lloh6:
ldr x8, [x8, _EIO@GOTPAGEOFF]
Lloh7:
ldr w8, [x8]
cmp w0, #0
csneg w0, wzr, w8, ne
ldr x8, [x20]
str x8, [x19, #32]
ldr w8, [x19, #16]
cbz w8, LBB0_20
LBB0_13:
ldr x0, [x19, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _halt_bulk_in_endpoint
LBB0_14:
mov w0, #0
b LBB0_20
LBB0_15:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _throw_away_data
LBB0_16:
str wzr, [x8]
mov x0, x19
mov x1, x20
bl _start_in_transfer
cbz w0, LBB0_18
; %bb.17:
mov w0, #0
ldr x8, [x20]
str x8, [x19, #32]
b LBB0_20
LBB0_18:
Lloh8:
adrp x8, _EIO@GOTPAGE
Lloh9:
ldr x8, [x8, _EIO@GOTPAGEOFF]
LBB0_19:
ldr w8, [x8]
neg w0, w8
LBB0_20:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _EIO,4,2 ; @EIO
.comm _FSG_STATE_ABORT_BULK_OUT,4,2 ; @FSG_STATE_ABORT_BULK_OUT
.comm _EINTR,4,2 ; @EINTR
.no_dead_strip _finish_reply
.subsections_via_symbols
| AnghaBench/linux/drivers/usb/gadget/function/extr_f_mass_storage.c_finish_reply.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _RTC_ClearITPendingBit ## -- Begin function RTC_ClearITPendingBit
.p2align 4, 0x90
_RTC_ClearITPendingBit: ## @RTC_ClearITPendingBit
.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
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
callq _IS_RTC_CLEAR_IT
movl %eax, %edi
callq _assert_param
shrl $4, %ebx
movq _RTC_ISR_INIT@GOTPCREL(%rip), %rax
movl (%rax), %eax
orl %eax, %ebx
movq _RTC@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
andl (%rcx), %eax
notl %ebx
orl %ebx, %eax
orl $-65536, %eax ## imm = 0xFFFF0000
movl %eax, (%rcx)
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _RTC_ISR_INIT,4,2 ## @RTC_ISR_INIT
.comm _RTC,8,3 ## @RTC
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _RTC_ClearITPendingBit ; -- Begin function RTC_ClearITPendingBit
.p2align 2
_RTC_ClearITPendingBit: ; @RTC_ClearITPendingBit
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _IS_RTC_CLEAR_IT
bl _assert_param
Lloh0:
adrp x8, _RTC_ISR_INIT@GOTPAGE
Lloh1:
ldr x8, [x8, _RTC_ISR_INIT@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
orr w9, w8, w19, lsr #4
Lloh3:
adrp x10, _RTC@GOTPAGE
Lloh4:
ldr x10, [x10, _RTC@GOTPAGEOFF]
Lloh5:
ldr x10, [x10]
ldr w11, [x10]
and w8, w11, w8
orn w8, w8, w9
orr w8, w8, #0xffff0000
str w8, [x10]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _RTC_ISR_INIT,4,2 ; @RTC_ISR_INIT
.comm _RTC,8,3 ; @RTC
.subsections_via_symbols
| AnghaBench/anypixel/firmware/display/ThirdParty/SPL/src/extr_stm32f0xx_rtc.c_RTC_ClearITPendingBit.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _resetsctp ## -- Begin function resetsctp
.p2align 4, 0x90
_resetsctp: ## @resetsctp
.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
pushq %rax
.cfi_offset %rbx, -24
movq $4, -16(%rbp)
leaq L_.str(%rip), %rdi
movq _initstat@GOTPCREL(%rip), %rbx
leaq -16(%rbp), %rdx
movq %rbx, %rsi
xorl %ecx, %ecx
xorl %r8d, %r8d
callq _sysctlbyname
testq %rax, %rax
jns LBB0_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
callq _error
LBB0_2:
movl (%rbx), %eax
movq _oldstat@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "net.inet.sctp.stats"
.comm _initstat,4,2 ## @initstat
L_.str.1: ## @.str.1
.asciz "sysctl getting sctpstat failed"
.comm _oldstat,4,2 ## @oldstat
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _resetsctp ; -- Begin function resetsctp
.p2align 2
_resetsctp: ; @resetsctp
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov w8, #4
str x8, [sp, #8]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
Lloh2:
adrp x19, _initstat@GOTPAGE
Lloh3:
ldr x19, [x19, _initstat@GOTPAGEOFF]
add x2, sp, #8
mov x1, x19
mov x3, #0
mov w4, #0
bl _sysctlbyname
tbz x0, #63, LBB0_2
; %bb.1:
Lloh4:
adrp x0, l_.str.1@PAGE
Lloh5:
add x0, x0, l_.str.1@PAGEOFF
bl _error
LBB0_2:
ldr w8, [x19]
Lloh6:
adrp x9, _oldstat@GOTPAGE
Lloh7:
ldr x9, [x9, _oldstat@GOTPAGEOFF]
Lloh8:
str w8, [x9]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpLdrGotStr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "net.inet.sctp.stats"
.comm _initstat,4,2 ; @initstat
l_.str.1: ; @.str.1
.asciz "sysctl getting sctpstat failed"
.comm _oldstat,4,2 ; @oldstat
.subsections_via_symbols
| AnghaBench/freebsd/usr.bin/systat/extr_sctp.c_resetsctp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _WriteServerLog ## -- Begin function WriteServerLog
.p2align 4, 0x90
_WriteServerLog: ## @WriteServerLog
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
testq %rdi, %rdi
je LBB0_7
## %bb.1:
movq %rsi, %rbx
testq %rsi, %rsi
je LBB0_7
## %bb.2:
movq (%rdi), %r14
testq %r14, %r14
je LBB0_7
## %bb.3:
xorl %eax, %eax
callq _IsDebug
testq %rax, %rax
je LBB0_5
## %bb.4:
leaq l_.str(%rip), %rdi
movq %rbx, %rsi
callq _UniPrint
LBB0_5:
movq %r14, %rdi
callq _SiGetSysLogSaveStatus
movq _SYSLOG_NONE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_8
## %bb.6:
movl (%r14), %edi
movq %rbx, %rsi
popq %rbx
popq %r14
popq %rbp
jmp _InsertUnicodeRecord ## TAILCALL
LBB0_7:
popq %rbx
popq %r14
popq %rbp
retq
LBB0_8:
leaq L_.str.1(%rip), %rsi
movq %r14, %rdi
xorl %edx, %edx
movq %rbx, %rcx
popq %rbx
popq %r14
popq %rbp
jmp _SiWriteSysLog ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 2 ## @.str
l_.str:
.long 76 ## 0x4c
.long 79 ## 0x4f
.long 71 ## 0x47
.long 58 ## 0x3a
.long 32 ## 0x20
.long 37 ## 0x25
.long 115 ## 0x73
.long 10 ## 0xa
.long 0 ## 0x0
.comm _SYSLOG_NONE,8,3 ## @SYSLOG_NONE
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "SERVER_LOG"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _WriteServerLog ; -- Begin function WriteServerLog
.p2align 2
_WriteServerLog: ; @WriteServerLog
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
cbz x0, LBB0_7
; %bb.1:
mov x19, x1
cbz x1, LBB0_7
; %bb.2:
ldr x20, [x0]
cbz x20, LBB0_7
; %bb.3:
bl _IsDebug
cbz x0, LBB0_5
; %bb.4:
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
mov x1, x19
bl _UniPrint
LBB0_5:
mov x0, x20
bl _SiGetSysLogSaveStatus
Lloh2:
adrp x8, _SYSLOG_NONE@GOTPAGE
Lloh3:
ldr x8, [x8, _SYSLOG_NONE@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_8
; %bb.6:
ldr w0, [x20]
mov x1, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _InsertUnicodeRecord
LBB0_7:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_8:
Lloh5:
adrp x1, l_.str.1@PAGE
Lloh6:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x20
mov x2, #0
mov x3, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _SiWriteSysLog
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh5, Lloh6
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @.str
l_.str:
.long 76 ; 0x4c
.long 79 ; 0x4f
.long 71 ; 0x47
.long 58 ; 0x3a
.long 32 ; 0x20
.long 37 ; 0x25
.long 115 ; 0x73
.long 10 ; 0xa
.long 0 ; 0x0
.comm _SYSLOG_NONE,8,3 ; @SYSLOG_NONE
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "SERVER_LOG"
.subsections_via_symbols
| AnghaBench/SoftEtherVPN/src/Cedar/extr_Logging.c_WriteServerLog.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function regatoi
_regatoi: ## @regatoi
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _rerrs@GOTPCREL(%rip), %rax
movq (%rax), %rbx
leaq L_.str(%rip), %r12
cmpq $0, (%rbx)
je LBB0_6
## %bb.1:
movl %edx, %r14d
movq %rsi, %r15
movq %rdi, %r13
addq $16, %rbx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl -8(%rbx), %edi
movl (%r13), %esi
callq _strcmp
testq %rax, %rax
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
cmpq $0, (%rbx)
leaq 16(%rbx), %rbx
jne LBB0_2
jmp LBB0_6
LBB0_4:
movq -16(%rbx), %rcx
testq %rcx, %rcx
je LBB0_6
## %bb.5:
leaq L_.str.1(%rip), %rdx
movq %r15, %rdi
movl %r14d, %esi
callq _snprintf
movq %r15, %r12
LBB0_6:
movq %r12, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _rerrs,8,3 ## @rerrs
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "0"
L_.str.1: ## @.str.1
.asciz "%d"
.no_dead_strip _regatoi
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function regatoi
_regatoi: ; @regatoi
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
Lloh0:
adrp x8, _rerrs@GOTPAGE
Lloh1:
ldr x8, [x8, _rerrs@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr x9, [x8]
cbz x9, LBB0_7
; %bb.1:
mov x20, x2
mov x19, x1
mov x21, x0
add x22, x8, #16
Lloh3:
adrp x23, l_.str@PAGE
Lloh4:
add x23, x23, l_.str@PAGEOFF
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldur w0, [x22, #-8]
ldr w1, [x21]
bl _strcmp
cbz x0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr x8, [x22], #16
cbnz x8, LBB0_2
; %bb.4:
mov x19, x23
b LBB0_8
LBB0_5:
ldur x3, [x22, #-16]
cbz x3, LBB0_7
; %bb.6:
Lloh5:
adrp x2, l_.str.1@PAGE
Lloh6:
add x2, x2, l_.str.1@PAGEOFF
mov x0, x19
mov x1, x20
bl _snprintf
b LBB0_8
LBB0_7:
Lloh7:
adrp x19, l_.str@PAGE
Lloh8:
add x19, x19, l_.str@PAGEOFF
LBB0_8:
mov x0, x19
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _rerrs,8,3 ; @rerrs
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "0"
l_.str.1: ; @.str.1
.asciz "%d"
.no_dead_strip _regatoi
.subsections_via_symbols
| AnghaBench/radare2/libr/util/regex/extr_regerror.c_regatoi.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function device_poll
_device_poll: ## @device_poll
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %rdx
movq (%rdi), %rbx
leaq 8(%rbx), %rsi
callq _poll_wait
movq %rbx, %rdi
callq _spin_lock
leaq 4(%rbx), %rdi
callq _list_empty
movl %eax, %r14d
movq %rbx, %rdi
callq _spin_unlock
movq _POLLIN@GOTPCREL(%rip), %rax
movq _POLLRDNORM@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
xorl %eax, %eax
testl %r14d, %r14d
cmovel %ecx, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _POLLIN,4,2 ## @POLLIN
.comm _POLLRDNORM,4,2 ## @POLLRDNORM
.no_dead_strip _device_poll
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function device_poll
_device_poll: ; @device_poll
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x2, x1
ldr x19, [x0]
add x1, x19, #8
bl _poll_wait
mov x0, x19
bl _spin_lock
add x0, x19, #4
bl _list_empty
mov x20, x0
mov x0, x19
bl _spin_unlock
Lloh0:
adrp x8, _POLLIN@GOTPAGE
Lloh1:
ldr x8, [x8, _POLLIN@GOTPAGEOFF]
Lloh2:
adrp x9, _POLLRDNORM@GOTPAGE
Lloh3:
ldr x9, [x9, _POLLRDNORM@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
Lloh5:
ldr w9, [x9]
orr w8, w9, w8
cmp w20, #0
csel w0, w8, wzr, eq
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh4
.cfi_endproc
; -- End function
.comm _POLLIN,4,2 ; @POLLIN
.comm _POLLRDNORM,4,2 ; @POLLRDNORM
.no_dead_strip _device_poll
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/dlm/extr_user.c_device_poll.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function _ccv_nnc_graph_neighbor_context_discovery
__ccv_nnc_graph_neighbor_context_discovery: ## @_ccv_nnc_graph_neighbor_context_discovery
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movl %edi, %r14d
movq 16(%rsi), %rdi
callq _ccv_nnc_stream_context_type
movl %eax, %edi
callq _CCV_STREAM_GET_DEVICE_ID
cmpl %r14d, %eax
jne LBB0_2
## %bb.1:
movq 16(%rbx), %r13
jmp LBB0_12
LBB0_2:
movq (%rbx), %r15
movq 8(%rbx), %r12
cmpl $0, (%r15)
jle LBB0_6
## %bb.3:
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
movq 8(%r12), %r13
movq (%r15), %rdi
movq 8(%r15), %rsi
callq _SCHEDULE_STREAMS
movq (%rax,%rbx,8), %rax
movq (%r13,%rax,8), %r13
movq %r13, %rdi
callq _ccv_nnc_stream_context_type
movl %eax, %edi
callq _CCV_STREAM_GET_DEVICE_ID
cmpl %r14d, %eax
je LBB0_12
## %bb.5: ## in Loop: Header=BB0_4 Depth=1
incq %rbx
movslq (%r15), %rax
cmpq %rax, %rbx
jl LBB0_4
LBB0_6:
cmpl $0, 4(%r15)
jle LBB0_11
## %bb.7:
xorl %ebx, %ebx
jmp LBB0_8
.p2align 4, 0x90
LBB0_10: ## in Loop: Header=BB0_8 Depth=1
incq %rbx
movslq 4(%r15), %rax
cmpq %rax, %rbx
jge LBB0_11
LBB0_8: ## =>This Inner Loop Header: Depth=1
movq (%r12), %rax
movq 8(%r15), %rcx
movq (%rcx,%rbx,8), %rcx
movl (%rax,%rcx,4), %edi
callq _ccv_nnc_stream_signal_get_emitter
testq %rax, %rax
je LBB0_10
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
movq %rax, %r13
movq %rax, %rdi
callq _ccv_nnc_stream_context_type
movl %eax, %edi
callq _CCV_STREAM_GET_DEVICE_ID
cmpl %r14d, %eax
jne LBB0_10
jmp LBB0_12
LBB0_11:
xorl %r13d, %r13d
LBB0_12:
movq %r13, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip __ccv_nnc_graph_neighbor_context_discovery
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function _ccv_nnc_graph_neighbor_context_discovery
__ccv_nnc_graph_neighbor_context_discovery: ; @_ccv_nnc_graph_neighbor_context_discovery
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x20, x1
mov x19, x0
ldr x0, [x1, #16]
bl _ccv_nnc_stream_context_type
bl _CCV_STREAM_GET_DEVICE_ID
cmp w0, w19
b.ne LBB0_2
; %bb.1:
ldr x20, [x20, #16]
b LBB0_12
LBB0_2:
ldp x22, x21, [x20]
ldr w8, [x22]
cmp w8, #1
b.lt LBB0_6
; %bb.3:
mov x23, #0
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldr x20, [x21, #8]
ldp x0, x1, [x22]
bl _SCHEDULE_STREAMS
ldr x8, [x0, x23, lsl #3]
ldr x20, [x20, x8, lsl #3]
mov x0, x20
bl _ccv_nnc_stream_context_type
bl _CCV_STREAM_GET_DEVICE_ID
cmp w0, w19
b.eq LBB0_12
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
add x23, x23, #1
ldrsw x8, [x22]
cmp x23, x8
b.lt LBB0_4
LBB0_6:
ldr w8, [x22, #4]
cmp w8, #1
b.lt LBB0_11
; %bb.7:
mov x23, #0
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_9 Depth=1
add x23, x23, #1
ldrsw x8, [x22, #4]
cmp x23, x8
b.ge LBB0_11
LBB0_9: ; =>This Inner Loop Header: Depth=1
ldr x8, [x21]
ldr x9, [x22, #8]
ldr x9, [x9, x23, lsl #3]
ldr w0, [x8, x9, lsl #2]
bl _ccv_nnc_stream_signal_get_emitter
cbz x0, LBB0_8
; %bb.10: ; in Loop: Header=BB0_9 Depth=1
mov x20, x0
bl _ccv_nnc_stream_context_type
bl _CCV_STREAM_GET_DEVICE_ID
cmp w0, w19
b.ne LBB0_8
b LBB0_12
LBB0_11:
mov x20, #0
LBB0_12:
mov x0, x20
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip __ccv_nnc_graph_neighbor_context_discovery
.subsections_via_symbols
| AnghaBench/ccv/lib/nnc/extr_ccv_nnc_graph_run.c__ccv_nnc_graph_neighbor_context_discovery.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gdAlphaOverlayColor
_gdAlphaOverlayColor: ## @gdAlphaOverlayColor
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edx, %ecx
## kill: def $esi killed $esi def $rsi
leal (%rsi,%rsi), %eax
cmpl %edx, %eax
jle LBB0_2
## %bb.1:
addl %edi, %esi
addl %esi, %esi
imull %edi, %eax
cltd
idivl %ecx
addl %ecx, %eax
subl %eax, %esi
jmp LBB0_3
LBB0_2:
imull %edi, %eax
cltd
idivl %ecx
movl %eax, %esi
LBB0_3:
movl %esi, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _gdAlphaOverlayColor
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gdAlphaOverlayColor
_gdAlphaOverlayColor: ; @gdAlphaOverlayColor
.cfi_startproc
; %bb.0:
lsl w8, w1, #1
mul w9, w8, w0
sdiv w9, w9, w2
add w10, w1, w0
lsl w10, w10, #1
add w11, w9, w2
sub w10, w10, w11
cmp w8, w2
csel w0, w9, w10, le
ret
.cfi_endproc
; -- End function
.no_dead_strip _gdAlphaOverlayColor
.subsections_via_symbols
| AnghaBench/php-src/ext/gd/libgd/extr_gd.c_gdAlphaOverlayColor.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function init_configure_preinit
_init_configure_preinit: ## @init_configure_preinit
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movq 8(%rdi), %r14
leaq L_.str(%rip), %rdi
callq _trace
incl (%rbx)
cmpl $3, (%r14)
jl LBB0_2
## %bb.1:
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _init_done ## TAILCALL
LBB0_2:
movq %rbx, %rdi
movl $1, %esi
callq _init_exec_force
movq %rbx, %rdi
movl $1052672, %esi ## imm = 0x101000
callq _init_rd32
## kill: def $eax killed $eax def $rax
movl %eax, %ecx
andl $60, %ecx
shrl $6, %eax
andl $1, %eax
leal (%rax,%rcx,4), %ecx
movq %rbx, %rdi
movl $980, %esi ## imm = 0x3D4
movl $60, %edx
callq _init_wrvgai
movq %rbx, %rdi
xorl %esi, %esi
popq %rbx
popq %r14
popq %rbp
jmp _init_exec_force ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "CONFIGURE_PREINIT\n"
.no_dead_strip _init_configure_preinit
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function init_configure_preinit
_init_configure_preinit: ; @init_configure_preinit
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr x20, [x0, #8]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _trace
ldr w8, [x19]
add w8, w8, #1
str w8, [x19]
ldr w8, [x20]
cmp w8, #3
b.lt LBB0_2
; %bb.1:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _init_done
LBB0_2:
mov x0, x19
mov w1, #1
bl _init_exec_force
mov x0, x19
mov w1, #4096
movk w1, #16, lsl #16
bl _init_rd32
lsl w8, w0, #2
and w3, w8, #0xf0
bfxil w3, w0, #6, #1
mov x0, x19
mov w1, #980
mov w2, #60
bl _init_wrvgai
mov x0, x19
mov w1, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _init_exec_force
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "CONFIGURE_PREINIT\n"
.no_dead_strip _init_configure_preinit
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/gpu/drm/nouveau/core/subdev/bios/extr_init.c_init_configure_preinit.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function tx_fill_wi
_tx_fill_wi: ## @tx_fill_wi
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %r8, %r14
movl %ecx, %r15d
movl %edx, %r12d
movq %rsi, %rbx
movq (%rdi), %r13
shlq $4, %rbx
leaq (%rbx,%r13), %rdi
xorl %esi, %esi
movl $16, %edx
callq _memset
movl %r12d, 12(%r13,%rbx)
movl %r15d, 8(%r13,%rbx)
movq %r14, (%r13,%rbx)
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _tx_fill_wi
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function tx_fill_wi
_tx_fill_wi: ; @tx_fill_wi
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x4
mov x20, x3
mov x21, x2
ldr x8, [x0]
add x22, x8, x1, lsl #4
mov x0, x22
mov w1, #0
mov w2, #16
bl _memset
stp w20, w21, [x22, #8]
str x19, [x22]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _tx_fill_wi
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/extr_ktls_tx.c_tx_fill_wi.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _HPDF_NameDict_Validate ## -- Begin function HPDF_NameDict_Validate
.p2align 4, 0x90
_HPDF_NameDict_Validate: ## @HPDF_NameDict_Validate
.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
pushq %rax
.cfi_offset %rbx, -24
movq _HPDF_FALSE@GOTPCREL(%rip), %rbx
testq %rdi, %rdi
je LBB0_4
## %bb.1:
movq _HPDF_OSUBCLASS_NAMEDICT@GOTPCREL(%rip), %rax
movq _HPDF_OCLASS_DICT@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
cmpl %ecx, 4(%rdi)
jne LBB0_3
## %bb.2:
movq _HPDF_TRUE@GOTPCREL(%rip), %rbx
jmp LBB0_4
LBB0_3:
movl (%rdi), %edi
movq _HPDF_INVALID_OBJECT@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
callq _HPDF_SetError
LBB0_4:
movl (%rbx), %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _HPDF_FALSE,4,2 ## @HPDF_FALSE
.comm _HPDF_OSUBCLASS_NAMEDICT,4,2 ## @HPDF_OSUBCLASS_NAMEDICT
.comm _HPDF_OCLASS_DICT,4,2 ## @HPDF_OCLASS_DICT
.comm _HPDF_INVALID_OBJECT,4,2 ## @HPDF_INVALID_OBJECT
.comm _HPDF_TRUE,4,2 ## @HPDF_TRUE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _HPDF_NameDict_Validate ; -- Begin function HPDF_NameDict_Validate
.p2align 2
_HPDF_NameDict_Validate: ; @HPDF_NameDict_Validate
.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
cbz x0, LBB0_4
; %bb.1:
ldr w8, [x0, #4]
Lloh0:
adrp x9, _HPDF_OSUBCLASS_NAMEDICT@GOTPAGE
Lloh1:
ldr x9, [x9, _HPDF_OSUBCLASS_NAMEDICT@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
Lloh3:
adrp x10, _HPDF_OCLASS_DICT@GOTPAGE
Lloh4:
ldr x10, [x10, _HPDF_OCLASS_DICT@GOTPAGEOFF]
Lloh5:
ldr w10, [x10]
orr w9, w10, w9
cmp w8, w9
b.ne LBB0_3
; %bb.2:
Lloh6:
adrp x8, _HPDF_TRUE@GOTPAGE
Lloh7:
ldr x8, [x8, _HPDF_TRUE@GOTPAGEOFF]
b LBB0_5
LBB0_3:
ldr w0, [x0]
Lloh8:
adrp x8, _HPDF_INVALID_OBJECT@GOTPAGE
Lloh9:
ldr x8, [x8, _HPDF_INVALID_OBJECT@GOTPAGEOFF]
Lloh10:
ldr w1, [x8]
mov w2, #0
bl _HPDF_SetError
LBB0_4:
Lloh11:
adrp x8, _HPDF_FALSE@GOTPAGE
Lloh12:
ldr x8, [x8, _HPDF_FALSE@GOTPAGEOFF]
LBB0_5:
ldr w0, [x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGot Lloh11, Lloh12
.cfi_endproc
; -- End function
.comm _HPDF_FALSE,4,2 ; @HPDF_FALSE
.comm _HPDF_OSUBCLASS_NAMEDICT,4,2 ; @HPDF_OSUBCLASS_NAMEDICT
.comm _HPDF_OCLASS_DICT,4,2 ; @HPDF_OCLASS_DICT
.comm _HPDF_INVALID_OBJECT,4,2 ; @HPDF_INVALID_OBJECT
.comm _HPDF_TRUE,4,2 ; @HPDF_TRUE
.subsections_via_symbols
| AnghaBench/poco/PDF/src/extr_hpdf_namedict.c_HPDF_NameDict_Validate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _BotVoiceChat_StartLeader ## -- Begin function BotVoiceChat_StartLeader
.p2align 4, 0x90
_BotVoiceChat_StartLeader: ## @BotVoiceChat_StartLeader
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %esi, %eax
movl (%rdi), %esi
movl %eax, %edi
movl $4, %edx
popq %rbp
jmp _ClientName ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _BotVoiceChat_StartLeader ; -- Begin function BotVoiceChat_StartLeader
.p2align 2
_BotVoiceChat_StartLeader: ; @BotVoiceChat_StartLeader
.cfi_startproc
; %bb.0:
mov x8, x1
ldr w1, [x0]
mov x0, x8
mov w2, #4
b _ClientName
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/Quake-III-Arena/code/game/extr_ai_vcmd.c_BotVoiceChat_StartLeader.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movabsq $29113321772053280, %rax ## imm = 0x676E6972747320
movq %rax, -19(%rbp)
movabsq $8391086215229565043, %rax ## imm = 0x74732074726F6873
movq %rax, -24(%rbp)
movb $63, -11(%rbp)
leaq -24(%rbp), %rdi
callq _puts
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -8(%rbp), %rax
jne LBB0_2
## %bb.1:
movl $1, %eax
addq $32, %rsp
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.main.test_string: ## @__const.main.test_string
.asciz "short string"
.subsections_via_symbols
| .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
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-8]
Lloh3:
adrp x8, l___const.main.test_string@PAGE
Lloh4:
add x8, x8, l___const.main.test_string@PAGEOFF
ldr x9, [x8]
str x9, [sp, #8]
ldur x8, [x8, #5]
stur x8, [sp, #13]
mov w8, #63
strb w8, [sp, #21]
add x0, sp, #8
bl _puts
ldur x8, [x29, #-8]
Lloh5:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh6:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh7:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
mov w0, #1
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.main.test_string: ; @__const.main.test_string
.asciz "short string"
.subsections_via_symbols
| the_stack_data/809509.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fz_layout_document ## -- Begin function fz_layout_document
.p2align 4, 0x90
_fz_layout_document: ## @fz_layout_document
.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
pushq %rax
.cfi_offset %rbx, -24
testq %rsi, %rsi
je LBB0_3
## %bb.1:
movq %rsi, %rbx
movq 8(%rsi), %rax
testq %rax, %rax
je LBB0_3
## %bb.2:
movq %rbx, %rsi
callq *%rax
movl $1, (%rbx)
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fz_layout_document ; -- Begin function fz_layout_document
.p2align 2
_fz_layout_document: ; @fz_layout_document
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
cbz x1, LBB0_3
; %bb.1:
mov x19, x1
ldr x8, [x1, #8]
cbz x8, LBB0_3
; %bb.2:
mov x1, x19
blr x8
mov w8, #1
str w8, [x19]
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/sumatrapdf/mupdf/source/fitz/extr_document.c_fz_layout_document.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function add_cred
_add_cred: ## @add_cred
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r12
movq %rsi, %r14
movl %edi, %r15d
movq (%rdx), %rdi
testq %rdi, %rdi
je LBB0_1
## %bb.2:
movl $-1, %ebx
movq %rdi, %rax
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
incl %ebx
cmpq $0, (%rax)
leaq 8(%rax), %rax
jne LBB0_3
jmp LBB0_4
LBB0_1:
xorl %ebx, %ebx
LBB0_4:
leal 16(,%rbx,8), %esi
callq _realloc
testq %rax, %rax
je LBB0_5
## %bb.6:
movq %rax, %r13
movq %rax, (%r12)
movl %ebx, %ebx
leaq (%rax,%rbx,8), %rdx
movl %r15d, %edi
movq %r14, %rsi
callq _krb5_copy_creds
movq $0, 8(%r13,%rbx,8)
jmp LBB0_7
LBB0_5:
movq _ENOMEM@GOTPCREL(%rip), %r14
movl (%r14), %ebx
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _N_
movl %r15d, %edi
movl %ebx, %esi
movl %eax, %edx
callq _krb5_set_error_message
movl (%r14), %eax
LBB0_7:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ENOMEM,4,2 ## @ENOMEM
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "malloc: out of memory"
L_.str.1: ## @.str.1
.space 1
.no_dead_strip _add_cred
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function add_cred
_add_cred: ; @add_cred
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x2
mov x20, x1
mov x19, x0
ldr x0, [x2]
cbz x0, LBB0_3
; %bb.1:
mov w23, #-1
mov x8, x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x9, [x8], #8
add w23, w23, #1
cbnz x9, LBB0_2
b LBB0_4
LBB0_3:
mov w23, #0
LBB0_4:
lsl w8, w23, #3
add w1, w8, #16
bl _realloc
cbz x0, LBB0_6
; %bb.5:
mov x22, x0
str x0, [x21]
add x2, x0, w23, uxtw #3
mov x0, x19
mov x1, x20
bl _krb5_copy_creds
add w8, w23, #1
str xzr, [x22, w8, uxtw #3]
b LBB0_7
LBB0_6:
Lloh0:
adrp x21, _ENOMEM@GOTPAGE
Lloh1:
ldr x21, [x21, _ENOMEM@GOTPAGEOFF]
ldr w20, [x21]
Lloh2:
adrp x0, l_.str@PAGE
Lloh3:
add x0, x0, l_.str@PAGEOFF
Lloh4:
adrp x1, l_.str.1@PAGE
Lloh5:
add x1, x1, l_.str.1@PAGEOFF
bl _N_
mov x2, x0
mov x0, x19
mov x1, x20
bl _krb5_set_error_message
ldr w0, [x21]
LBB0_7:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _ENOMEM,4,2 ; @ENOMEM
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "malloc: out of memory"
l_.str.1: ; @.str.1
.space 1
.no_dead_strip _add_cred
.subsections_via_symbols
| AnghaBench/freebsd/crypto/heimdal/lib/krb5/extr_get_cred.c_add_cred.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pmap_preboot_get_pages ## -- Begin function pmap_preboot_get_pages
.p2align 4, 0x90
_pmap_preboot_get_pages: ## @pmap_preboot_get_pages
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _last_paddr@GOTPCREL(%rip), %rcx
movl (%rcx), %eax
movq _PAGE_SIZE@GOTPCREL(%rip), %rdx
imull (%rdx), %edi
addl %eax, %edi
movl %edi, (%rcx)
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _last_paddr,4,2 ## @last_paddr
.comm _PAGE_SIZE,4,2 ## @PAGE_SIZE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pmap_preboot_get_pages ; -- Begin function pmap_preboot_get_pages
.p2align 2
_pmap_preboot_get_pages: ; @pmap_preboot_get_pages
.cfi_startproc
; %bb.0:
Lloh0:
adrp x9, _last_paddr@GOTPAGE
Lloh1:
ldr x9, [x9, _last_paddr@GOTPAGEOFF]
ldr w8, [x9]
Lloh2:
adrp x10, _PAGE_SIZE@GOTPAGE
Lloh3:
ldr x10, [x10, _PAGE_SIZE@GOTPAGEOFF]
Lloh4:
ldr w10, [x10]
madd w10, w10, w0, w8
str w10, [x9]
mov x0, x8
ret
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _last_paddr,4,2 ; @last_paddr
.comm _PAGE_SIZE,4,2 ; @PAGE_SIZE
.subsections_via_symbols
| AnghaBench/freebsd/sys/arm/arm/extr_pmap-v6.c_pmap_preboot_get_pages.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dwarf_alloc_die
_dwarf_alloc_die: ## @dwarf_alloc_die
.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
pushq %rax
.cfi_offset %rbx, -24
movl $4, %edi
callq _xmalloc
movq %rax, %rbx
movq %rax, %rdi
xorl %esi, %esi
movl $4, %edx
callq _memset
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _dwarf_alloc_die
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dwarf_alloc_die
_dwarf_alloc_die: ; @dwarf_alloc_die
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov w0, #4
bl _xmalloc
mov x19, x0
mov w1, #0
mov w2, #4
bl _memset
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _dwarf_alloc_die
.subsections_via_symbols
| AnghaBench/freebsd/contrib/gdb/gdb/extr_dwarf2read.c_dwarf_alloc_die.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f ## -- Begin function f
.p2align 4, 0x90
_f: ## @f
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
cmpq $-1, %rdi
sete %al
popq %rbp
retq
.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 2
_f: ; @f
.cfi_startproc
; %bb.0:
cmn x0, #1
cset w0, eq
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/950206.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ptu_sync_decoder
_ptu_sync_decoder: ## @ptu_sync_decoder
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _ptu_ptr
movl $1, (%rbx)
leaq 12(%rbx), %rdi
movl 8(%rbx), %esi
addq $4, %rbx
movq %rbx, %rdx
callq _pt_df_fetch
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
jmp _ptu_passed ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _ptu_sync_decoder
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ptu_sync_decoder
_ptu_sync_decoder: ; @ptu_sync_decoder
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _ptu_ptr
mov w8, #1
str w8, [x19]
add x0, x19, #12
ldr w1, [x19, #8]
add x2, x19, #4
bl _pt_df_fetch
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ptu_passed
.cfi_endproc
; -- End function
.no_dead_strip _ptu_sync_decoder
.subsections_via_symbols
| AnghaBench/freebsd/contrib/processor-trace/libipt/test/src/extr_ptunit-query.c_ptu_sync_decoder.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sysctl_head_put ## -- Begin function sysctl_head_put
.p2align 4, 0x90
_sysctl_head_put: ## @sysctl_head_put
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sysctl_head_put ; -- Begin function sysctl_head_put
.p2align 2
_sysctl_head_put: ; @sysctl_head_put
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/kernel/extr_sysctl.c_sysctl_head_put.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vfio_ap_verify_queue_reserved
_vfio_ap_verify_queue_reserved: ## @vfio_ap_verify_queue_reserved
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -24(%rbp)
movq %rsi, -16(%rbp)
movl $0, -8(%rbp)
movq _matrix_dev@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
movq _vfio_ap_has_queue@GOTPCREL(%rip), %rax
movl (%rax), %ecx
leaq -24(%rbp), %rdx
xorl %esi, %esi
callq _driver_for_each_device
testl %eax, %eax
jne LBB0_3
## %bb.1:
cmpl $0, -8(%rbp)
movl $0, %eax
jne LBB0_3
## %bb.2:
movq _EADDRNOTAVAIL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
LBB0_3:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _matrix_dev,8,3 ## @matrix_dev
.comm _vfio_ap_has_queue,4,2 ## @vfio_ap_has_queue
.comm _EADDRNOTAVAIL,4,2 ## @EADDRNOTAVAIL
.no_dead_strip _vfio_ap_verify_queue_reserved
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vfio_ap_verify_queue_reserved
_vfio_ap_verify_queue_reserved: ; @vfio_ap_verify_queue_reserved
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stp x0, x1, [sp, #8]
Lloh0:
adrp x8, _matrix_dev@GOTPAGE
Lloh1:
ldr x8, [x8, _matrix_dev@GOTPAGEOFF]
str wzr, [sp, #24]
Lloh2:
ldr x8, [x8]
ldr x0, [x8]
Lloh3:
adrp x8, _vfio_ap_has_queue@GOTPAGE
Lloh4:
ldr x8, [x8, _vfio_ap_has_queue@GOTPAGEOFF]
Lloh5:
ldr w3, [x8]
add x2, sp, #8
mov x1, #0
bl _driver_for_each_device
cbnz w0, LBB0_4
; %bb.1:
ldr w8, [sp, #24]
cbz w8, LBB0_3
; %bb.2:
mov w0, #0
b LBB0_4
LBB0_3:
Lloh6:
adrp x8, _EADDRNOTAVAIL@GOTPAGE
Lloh7:
ldr x8, [x8, _EADDRNOTAVAIL@GOTPAGEOFF]
Lloh8:
ldr w8, [x8]
neg w0, w8
LBB0_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _matrix_dev,8,3 ; @matrix_dev
.comm _vfio_ap_has_queue,4,2 ; @vfio_ap_has_queue
.comm _EADDRNOTAVAIL,4,2 ; @EADDRNOTAVAIL
.no_dead_strip _vfio_ap_verify_queue_reserved
.subsections_via_symbols
| AnghaBench/linux/drivers/s390/crypto/extr_vfio_ap_ops.c_vfio_ap_verify_queue_reserved.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sysctl_pet_idle_rate
_sysctl_pet_idle_rate: ## @sysctl_pet_idle_rate
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _kperf_get_pet_idle_rate@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _kperf_set_pet_idle_rate@GOTPCREL(%rip), %rax
movl (%rax), %edx
popq %rbp
jmp _kperf_sysctl_get_set_int ## TAILCALL
.cfi_endproc
## -- End function
.comm _kperf_get_pet_idle_rate,4,2 ## @kperf_get_pet_idle_rate
.comm _kperf_set_pet_idle_rate,4,2 ## @kperf_set_pet_idle_rate
.no_dead_strip _sysctl_pet_idle_rate
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sysctl_pet_idle_rate
_sysctl_pet_idle_rate: ; @sysctl_pet_idle_rate
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _kperf_get_pet_idle_rate@GOTPAGE
Lloh1:
ldr x8, [x8, _kperf_get_pet_idle_rate@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
Lloh3:
adrp x8, _kperf_set_pet_idle_rate@GOTPAGE
Lloh4:
ldr x8, [x8, _kperf_set_pet_idle_rate@GOTPAGEOFF]
Lloh5:
ldr w2, [x8]
b _kperf_sysctl_get_set_int
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _kperf_get_pet_idle_rate,4,2 ; @kperf_get_pet_idle_rate
.comm _kperf_set_pet_idle_rate,4,2 ; @kperf_set_pet_idle_rate
.no_dead_strip _sysctl_pet_idle_rate
.subsections_via_symbols
| AnghaBench/darwin-xnu/osfmk/kperf/extr_kperfbsd.c_sysctl_pet_idle_rate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _qfq_get_class_stats ## -- Begin function qfq_get_class_stats
.p2align 4, 0x90
_qfq_get_class_stats: ## @qfq_get_class_stats
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r14
movl %esi, %r15d
movq %rdi, %rbx
movl (%rdi), %edi
callq _IFCQ_LOCK_ASSERT_HELD
movq %rbx, %rdi
movl %r15d, %esi
callq _qfq_clh_to_clp
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %rax, %r15
movl 48(%rax), %eax
movl %eax, 44(%r14)
movq 40(%r15), %rax
movl (%rax), %eax
movl %eax, 40(%r14)
movq _QFQ_ONE_FP@GOTPCREL(%rip), %rax
movl (%rax), %eax
cltd
idivl (%r15)
movl %eax, (%r14)
movl 32(%r15), %eax
movl %eax, 36(%r14)
movq %r15, %rbx
addq $16, %rbx
movq %rbx, %rdi
callq _qlen
movl %eax, 32(%r14)
movq %rbx, %rdi
callq _qlimit
movl %eax, 28(%r14)
movl 28(%r15), %eax
movl %eax, 24(%r14)
movl 24(%r15), %eax
movl %eax, 20(%r14)
movl 20(%r15), %eax
movl %eax, 16(%r14)
movq %rbx, %rdi
callq _qtype
movl %eax, 12(%r14)
movq %rbx, %rdi
callq _qstate
movl %eax, 8(%r14)
movq %rbx, %rdi
callq _q_is_sfb
xorl %ebx, %ebx
testq %rax, %rax
je LBB0_5
## %bb.3:
movq 8(%r15), %rdi
testq %rdi, %rdi
je LBB0_5
## %bb.4:
addq $4, %r14
movq %r14, %rsi
callq _sfb_getstats
jmp LBB0_5
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rax
movl (%rax), %ebx
LBB0_5:
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _QFQ_ONE_FP,4,2 ## @QFQ_ONE_FP
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _qfq_get_class_stats ; -- Begin function qfq_get_class_stats
.p2align 2
_qfq_get_class_stats: ; @qfq_get_class_stats
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x1
mov x21, x0
ldr w0, [x0]
bl _IFCQ_LOCK_ASSERT_HELD
mov x0, x21
mov x1, x20
bl _qfq_clh_to_clp
cbz x0, LBB0_4
; %bb.1:
mov x20, x0
ldr w8, [x0, #48]
str w8, [x19, #44]
ldr x8, [x0, #40]
ldr w8, [x8]
Lloh0:
adrp x9, _QFQ_ONE_FP@GOTPAGE
Lloh1:
ldr x9, [x9, _QFQ_ONE_FP@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
ldr w10, [x0]
sdiv w9, w9, w10
str w9, [x19]
ldr w9, [x0, #32]
stp w9, w8, [x19, #36]
add x21, x0, #16
mov x0, x21
bl _qlen
str w0, [x19, #32]
mov x0, x21
bl _qlimit
ldr w8, [x20, #28]
stp w8, w0, [x19, #24]
ldur d0, [x20, #20]
str d0, [x19, #16]
mov x0, x21
bl _qtype
str w0, [x19, #12]
mov x0, x21
bl _qstate
str w0, [x19, #8]
mov x0, x21
bl _q_is_sfb
cbz x0, LBB0_5
; %bb.2:
ldr x0, [x20, #8]
cbz x0, LBB0_5
; %bb.3:
add x1, x19, #4
bl _sfb_getstats
mov w0, #0
b LBB0_5
LBB0_4:
Lloh3:
adrp x8, _EINVAL@GOTPAGE
Lloh4:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _QFQ_ONE_FP,4,2 ; @QFQ_ONE_FP
.subsections_via_symbols
| AnghaBench/darwin-xnu/bsd/net/pktsched/extr_pktsched_qfq.c_qfq_get_class_stats.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_str(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "hello"
.subsections_via_symbols
| .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
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "hello"
.subsections_via_symbols
| the_stack_data/22014066.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function groupConcatFinalize
_groupConcatFinalize: ## @groupConcatFinalize
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
xorl %esi, %esi
callq _sqlite3_aggregate_context
testq %rax, %rax
je LBB0_4
## %bb.1:
movq (%rax), %rcx
movq _STRACCUM_TOOBIG@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_2
## %bb.5:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _sqlite3_result_error_toobig ## TAILCALL
LBB0_4:
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_2:
movq _STRACCUM_NOMEM@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_3
## %bb.6:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _sqlite3_result_error_nomem ## TAILCALL
LBB0_3:
movq %rax, %rdi
callq _sqlite3StrAccumFinish
movq _sqlite3_free@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movq %rbx, %rdi
movl %eax, %esi
movl $-1, %edx
addq $8, %rsp
popq %rbx
popq %rbp
jmp _sqlite3_result_text ## TAILCALL
.cfi_endproc
## -- End function
.comm _STRACCUM_TOOBIG,8,3 ## @STRACCUM_TOOBIG
.comm _STRACCUM_NOMEM,8,3 ## @STRACCUM_NOMEM
.comm _sqlite3_free,4,2 ## @sqlite3_free
.no_dead_strip _groupConcatFinalize
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function groupConcatFinalize
_groupConcatFinalize: ; @groupConcatFinalize
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
mov w1, #0
bl _sqlite3_aggregate_context
cbz x0, LBB0_3
; %bb.1:
ldr x8, [x0]
Lloh0:
adrp x9, _STRACCUM_TOOBIG@GOTPAGE
Lloh1:
ldr x9, [x9, _STRACCUM_TOOBIG@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_4
; %bb.2:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _sqlite3_result_error_toobig
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_4:
Lloh3:
adrp x9, _STRACCUM_NOMEM@GOTPAGE
Lloh4:
ldr x9, [x9, _STRACCUM_NOMEM@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_6
; %bb.5:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _sqlite3_result_error_nomem
LBB0_6:
bl _sqlite3StrAccumFinish
mov x1, x0
Lloh6:
adrp x8, _sqlite3_free@GOTPAGE
Lloh7:
ldr x8, [x8, _sqlite3_free@GOTPAGEOFF]
Lloh8:
ldr w3, [x8]
mov x0, x19
mov w2, #-1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _sqlite3_result_text
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _STRACCUM_TOOBIG,8,3 ; @STRACCUM_TOOBIG
.comm _STRACCUM_NOMEM,8,3 ; @STRACCUM_NOMEM
.comm _sqlite3_free,4,2 ; @sqlite3_free
.no_dead_strip _groupConcatFinalize
.subsections_via_symbols
| AnghaBench/nodemcu-firmware/app/sqlite3/extr_sqlite3.c_groupConcatFinalize.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaX_next ## -- Begin function luaX_next
.p2align 4, 0x90
_luaX_next: ## @luaX_next
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movl 32(%rdi), %eax
movl %eax, 36(%rdi)
movq 16(%rdi), %rcx
movq _TK_EOS@GOTPCREL(%rip), %rax
cmpq (%rax), %rcx
jne LBB0_1
## %bb.2:
leaq 8(%rbx), %rsi
movq %rbx, %rdi
callq _llex
movq %rax, (%rbx)
jmp LBB0_3
LBB0_1:
leaq 16(%rbx), %rcx
movups (%rcx), %xmm0
movups %xmm0, (%rbx)
movq (%rax), %rax
movq %rax, 16(%rbx)
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TK_EOS,8,3 ## @TK_EOS
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaX_next ; -- Begin function luaX_next
.p2align 2
_luaX_next: ; @luaX_next
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
mov x8, x0
ldr x10, [x8, #16]!
ldr w9, [x8, #16]
str w9, [x8, #20]
Lloh0:
adrp x9, _TK_EOS@GOTPAGE
Lloh1:
ldr x9, [x9, _TK_EOS@GOTPAGEOFF]
ldr x11, [x9]
cmp x10, x11
b.ne LBB0_2
; %bb.1:
add x1, x19, #8
mov x0, x19
bl _llex
str x0, [x19]
b LBB0_3
LBB0_2:
ldr q0, [x8]
str q0, [x19]
ldr x8, [x9]
str x8, [x19, #16]
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _TK_EOS,8,3 ; @TK_EOS
.subsections_via_symbols
| AnghaBench/freebsd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/extr_llex.c_luaX_next.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bnad_tx_msix_unregister
_bnad_tx_msix_unregister: ## @bnad_tx_msix_unregister
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testl %edx, %edx
jle LBB0_5
## %bb.1:
movq %rsi, %r15
movq %rdi, %r14
movl %edx, %r12d
xorl %ebx, %ebx
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
incq %rbx
cmpq %rbx, %r12
je LBB0_5
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%r15), %rax
movq (%rax,%rbx,8), %rsi
testq %rsi, %rsi
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movslq (%rsi), %rax
movq (%r14), %rcx
movl (%rcx,%rax,4), %edi
callq _free_irq
jmp LBB0_4
LBB0_5:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _bnad_tx_msix_unregister
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bnad_tx_msix_unregister
_bnad_tx_msix_unregister: ; @bnad_tx_msix_unregister
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
cmp w2, #1
b.lt LBB0_5
; %bb.1:
mov x19, x1
mov x20, x0
mov x21, #0
mov w8, w2
lsl x22, x8, #3
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add x21, x21, #8
cmp x22, x21
b.eq LBB0_5
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [x19]
ldr x1, [x8, x21]
cbz x1, LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldrsw x8, [x1]
ldr x9, [x20]
ldr w0, [x9, x8, lsl #2]
bl _free_irq
b LBB0_2
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _bnad_tx_msix_unregister
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/brocade/bna/extr_bnad.c_bnad_tx_msix_unregister.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_debugfs_file ## -- Begin function read_debugfs_file
.p2align 4, 0x90
_read_debugfs_file: ## @read_debugfs_file
.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 %r12
pushq %rbx
subq $32, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -40(%rbp)
movq _PATH_MAX@GOTPCREL(%rip), %rbx
movl (%rbx), %eax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r12
leaq L_.str(%rip), %rsi
movq %r12, %rdi
callq _strcpy
movl (%rbx), %ebx
movq %r12, %rdi
callq _strlen
notl %eax
addl %eax, %ebx
movq %r12, %rdi
movq %r15, %rsi
movl %ebx, %edx
callq _strncat
movq _O_RDONLY@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r12, %rdi
callq _open
testl %eax, %eax
js LBB0_1
## %bb.2:
movl %eax, %ebx
leaq -64(%rbp), %rsi
movl %eax, %edi
movl $16, %edx
callq _read
testl %eax, %eax
js LBB0_4
## %bb.3:
movb $0, -49(%rbp)
leaq -64(%rbp), %rdi
callq _atoi
movl %eax, (%r14)
movl %ebx, %edi
callq _close
xorl %eax, %eax
jmp LBB0_4
LBB0_1:
movl $-1, %eax
LBB0_4:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -40(%rbp), %rcx
jne LBB0_6
## %bb.5:
leaq -32(%rbp), %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_6:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _PATH_MAX,4,2 ## @PATH_MAX
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "/sys/kernel/debug/"
.comm _O_RDONLY,4,2 ## @O_RDONLY
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_debugfs_file ; -- Begin function read_debugfs_file
.p2align 2
_read_debugfs_file: ; @read_debugfs_file
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
sub sp, sp, #32
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh3:
adrp x22, _PATH_MAX@GOTPAGE
Lloh4:
ldr x22, [x22, _PATH_MAX@GOTPAGEOFF]
ldr w8, [x22]
mov x9, x8
Lloh5:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh6:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x1fffffff0
sub x21, x9, x8
mov sp, x21
Lloh7:
adrp x1, l_.str@PAGE
Lloh8:
add x1, x1, l_.str@PAGEOFF
mov x0, x21
bl _strcpy
ldr w22, [x22]
mov x0, x21
bl _strlen
mvn w8, w0
add w2, w22, w8
mov x0, x21
mov x1, x20
bl _strncat
Lloh9:
adrp x8, _O_RDONLY@GOTPAGE
Lloh10:
ldr x8, [x8, _O_RDONLY@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
mov x0, x21
bl _open
tbnz w0, #31, LBB0_3
; %bb.1:
mov x20, x0
sub x1, x29, #56
mov w2, #16
bl _read
tbnz w0, #31, LBB0_4
; %bb.2:
sturb wzr, [x29, #-41]
sub x0, x29, #56
bl _atoi
str w0, [x19]
mov x0, x20
bl _close
mov w0, #0
b LBB0_4
LBB0_3:
mov w0, #-1
LBB0_4:
ldur x8, [x29, #-40]
Lloh12:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh13:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh14:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_6
; %bb.5:
sub sp, x29, #32
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_6:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _PATH_MAX,4,2 ; @PATH_MAX
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "/sys/kernel/debug/"
.comm _O_RDONLY,4,2 ; @O_RDONLY
.subsections_via_symbols
| AnghaBench/linux/tools/testing/selftests/powerpc/extr_utils.c_read_debugfs_file.c | anghabench |
.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/248581498.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mvs_free_reg_set
_mvs_free_reg_set: ## @mvs_free_reg_set
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rsi, %rsi
je LBB0_4
## %bb.1:
cmpq $0, (%rsi)
jne LBB0_3
## %bb.2:
movq 8(%rsi), %rax
movq _MVS_ID_NOT_MAPPED@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_5
LBB0_3:
popq %rbp
retq
LBB0_4:
leaq L_.str(%rip), %rdi
popq %rbp
jmp _mv_printk ## TAILCALL
LBB0_5:
addq $8, %rsi
movq _MVS_CHIP_DISP@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rax
popq %rbp
jmpq *%rax ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "device has been free.\n"
.comm _MVS_ID_NOT_MAPPED,8,3 ## @MVS_ID_NOT_MAPPED
.comm _MVS_CHIP_DISP,8,3 ## @MVS_CHIP_DISP
.no_dead_strip _mvs_free_reg_set
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function mvs_free_reg_set
_mvs_free_reg_set: ; @mvs_free_reg_set
.cfi_startproc
; %bb.0:
cbz x1, LBB0_4
; %bb.1:
ldr x8, [x1]
cbnz x8, LBB0_3
; %bb.2:
ldr x8, [x1, #8]!
Lloh0:
adrp x9, _MVS_ID_NOT_MAPPED@GOTPAGE
Lloh1:
ldr x9, [x9, _MVS_ID_NOT_MAPPED@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_5
LBB0_3:
ret
LBB0_4:
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
b _mv_printk
LBB0_5:
Lloh5:
adrp x8, _MVS_CHIP_DISP@GOTPAGE
Lloh6:
ldr x8, [x8, _MVS_CHIP_DISP@GOTPAGEOFF]
Lloh7:
ldr x8, [x8]
ldr x2, [x8]
br x2
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "device has been free.\n"
.comm _MVS_ID_NOT_MAPPED,8,3 ; @MVS_ID_NOT_MAPPED
.comm _MVS_CHIP_DISP,8,3 ; @MVS_CHIP_DISP
.no_dead_strip _mvs_free_reg_set
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/scsi/mvsas/extr_mv_sas.c_mvs_free_reg_set.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ksz_read32
_ksz_read32: ## @ksz_read32
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdx, %rbx
movq (%rdi), %rax
movl 8(%rax), %edi
leaq -12(%rbp), %rdx
callq _regmap_read
movl -12(%rbp), %ecx
movl %ecx, (%rbx)
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _ksz_read32
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ksz_read32
_ksz_read32: ; @ksz_read32
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x2
ldr x8, [x0]
ldr w0, [x8, #8]
add x2, sp, #12
bl _regmap_read
ldr w8, [sp, #12]
str w8, [x19]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.no_dead_strip _ksz_read32
.subsections_via_symbols
| AnghaBench/linux/drivers/net/dsa/microchip/extr_ksz_common.h_ksz_read32.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function use_bufsize_modified
_use_bufsize_modified: ## @use_bufsize_modified
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %rbx
movq %rdi, %r14
leaq L_.str(%rip), %rsi
movq %rdx, %rdi
callq _obs_data_get_bool
movl %eax, %r15d
leaq L_.str.1(%rip), %rsi
movq %rbx, %rdi
callq _obs_data_get_string
leaq L_.str.2(%rip), %rsi
movq %rax, %rdi
callq _astrcmpi
testq %rax, %rax
setne %bl
leaq L_.str.3(%rip), %rsi
movq %r14, %rdi
callq _obs_properties_get
testl %r15d, %r15d
setne %cl
andb %bl, %cl
movzbl %cl, %esi
movq %rax, %rdi
callq _obs_property_set_visible
movl $1, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "use_bufsize"
L_.str.1: ## @.str.1
.asciz "rate_control"
L_.str.2: ## @.str.2
.asciz "CRF"
L_.str.3: ## @.str.3
.asciz "buffer_size"
.no_dead_strip _use_bufsize_modified
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function use_bufsize_modified
_use_bufsize_modified: ; @use_bufsize_modified
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x0
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
mov x0, x2
bl _obs_data_get_bool
mov x21, x0
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x19
bl _obs_data_get_string
Lloh4:
adrp x1, l_.str.2@PAGE
Lloh5:
add x1, x1, l_.str.2@PAGEOFF
bl _astrcmpi
mov x19, x0
Lloh6:
adrp x1, l_.str.3@PAGE
Lloh7:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x20
bl _obs_properties_get
cmp w21, #0
ccmp x19, #0, #4, ne
cset w1, ne
bl _obs_property_set_visible
mov w0, #1
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "use_bufsize"
l_.str.1: ; @.str.1
.asciz "rate_control"
l_.str.2: ; @.str.2
.asciz "CRF"
l_.str.3: ; @.str.3
.asciz "buffer_size"
.no_dead_strip _use_bufsize_modified
.subsections_via_symbols
| AnghaBench/obs-studio/plugins/obs-x264/extr_obs-x264.c_use_bufsize_modified.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl $4104, %eax ## imm = 0x1008
callq ____chkstk_darwin
subq %rax, %rsp
popq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
cmpl $1, %edi
jg LBB0_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq (%r15), %rdx
leaq L_.str(%rip), %rsi
xorl %eax, %eax
callq _fprintf
movl $1, %eax
jmp LBB0_6
LBB0_2:
movq ___stdinp@GOTPCREL(%rip), %r12
movq (%r12), %rdx
leaq -4144(%rbp), %rdi
movl $4096, %esi ## imm = 0x1000
callq _fgets
testq %rax, %rax
je LBB0_5
## %bb.3:
movq ___stdoutp@GOTPCREL(%rip), %r13
leaq L_.str.1(%rip), %r14
leaq -4144(%rbp), %rbx
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
movq (%r13), %rdi
movq 8(%r15), %rdx
movq %r14, %rsi
movq %rbx, %rcx
xorl %eax, %eax
callq _fprintf
movq (%r12), %rdx
movq %rbx, %rdi
movl $4096, %esi ## imm = 0x1000
callq _fgets
testq %rax, %rax
jne LBB0_4
LBB0_5:
xorl %eax, %eax
LBB0_6:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_8
## %bb.7:
addq $4104, %rsp ## imm = 0x1008
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_8:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "usage: %s text-to-prepend\n"
L_.str.1: ## @.str.1
.asciz "%s: %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 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov w9, #4128
Lloh0:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh1:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #1, lsl #12 ; =4096
sub sp, sp, #32
mov x19, x1
Lloh2:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh3:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
stur x8, [x29, #-56]
cmp w0, #1
b.gt LBB0_2
; %bb.1:
Lloh5:
adrp x8, ___stderrp@GOTPAGE
Lloh6:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh7:
ldr x0, [x8]
ldr x8, [x19]
str x8, [sp]
Lloh8:
adrp x1, l_.str@PAGE
Lloh9:
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w0, #1
b LBB0_6
LBB0_2:
Lloh10:
adrp x21, ___stdinp@GOTPAGE
Lloh11:
ldr x21, [x21, ___stdinp@GOTPAGEOFF]
ldr x2, [x21]
add x22, sp, #24
add x0, sp, #24
mov w1, #4096
bl _fgets
cbz x0, LBB0_5
; %bb.3:
Lloh12:
adrp x23, ___stdoutp@GOTPAGE
Lloh13:
ldr x23, [x23, ___stdoutp@GOTPAGEOFF]
Lloh14:
adrp x20, l_.str.1@PAGE
Lloh15:
add x20, x20, l_.str.1@PAGEOFF
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldr x0, [x23]
ldr x8, [x19, #8]
stp x8, x22, [sp]
mov x1, x20
bl _fprintf
ldr x2, [x21]
add x0, sp, #24
mov w1, #4096
bl _fgets
cbnz x0, LBB0_4
LBB0_5:
mov w0, #0
LBB0_6:
ldur x8, [x29, #-56]
Lloh16:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh17:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh18:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_8
; %bb.7:
add sp, sp, #1, lsl #12 ; =4096
add sp, sp, #32
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB0_8:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "usage: %s text-to-prepend\n"
l_.str.1: ; @.str.1
.asciz "%s: %s"
.subsections_via_symbols
| the_stack_data/168892652.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI0_0:
.space 16
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $760, %rsp ## imm = 0x2F8
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
xorps %xmm0, %xmm0
movaps %xmm0, -96(%rbp)
movaps %xmm0, -112(%rbp)
movaps %xmm0, -128(%rbp)
movaps %xmm0, -144(%rbp)
movaps %xmm0, -160(%rbp)
movaps %xmm0, -176(%rbp)
movaps %xmm0, -192(%rbp)
movaps %xmm0, -208(%rbp)
movaps %xmm0, -224(%rbp)
movq $0, -82(%rbp)
cmpl $3, %edi
jl LBB0_1
## %bb.2:
movq 8(%rsi), %rbx
movq 16(%rsi), %r14
jmp LBB0_3
LBB0_1:
xorl %ebx, %ebx
xorl %r14d, %r14d
LBB0_3:
movl $2, %edi
movl $2, %esi
xorl %edx, %edx
callq _socket
testl %eax, %eax
js LBB0_4
## %bb.7:
movl %eax, %r13d
xorps %xmm0, %xmm0
movaps %xmm0, -64(%rbp)
movb $2, -63(%rbp)
movw $16415, -62(%rbp) ## imm = 0x401F
leaq -64(%rbp), %rsi
movl %eax, %edi
movl $16, %edx
callq _bind
testl %eax, %eax
jne LBB0_8
## %bb.9:
xorps %xmm0, %xmm0
movaps %xmm0, -240(%rbp)
movb $2, -239(%rbp)
movw $17664, -238(%rbp) ## imm = 0x4500
leaq -236(%rbp), %rdx
movl $2, %edi
movq %rbx, %rsi
callq _inet_pton
movw $256, -224(%rbp) ## imm = 0x100
leaq -222(%rbp), %rdi
leaq L_.str.3(%rip), %rbx
leaq L_.str.2(%rip), %rcx
movl $148, %edx
xorl %esi, %esi
movq %r14, %r8
xorl %r9d, %r9d
xorl %eax, %eax
pushq $0
pushq %rbx
callq ___sprintf_chk
addq $16, %rsp
addl $2, %eax
movslq %eax, %rdx
leaq -224(%rbp), %rsi
leaq -240(%rbp), %r8
movl %r13d, %edi
xorl %ecx, %ecx
movl $16, %r9d
callq _sendto
movq %r14, %rdi
movl $513, %esi ## imm = 0x201
movl $438, %edx ## imm = 0x1B6
xorl %eax, %eax
callq _open
movl %eax, -788(%rbp) ## 4-byte Spill
leaq -768(%rbp), %rbx
leaq -784(%rbp), %r15
leaq -792(%rbp), %r12
jmp LBB0_10
.p2align 4, 0x90
LBB0_13: ## in Loop: Header=BB0_10 Depth=1
movb $4, -767(%rbp)
movl -792(%rbp), %r9d
movl $4, %edx
movl %r13d, %edi
movq %rbx, %rsi
xorl %ecx, %ecx
movq %r15, %r8
callq _sendto
movzbl -767(%rbp), %eax
LBB0_14: ## in Loop: Header=BB0_10 Depth=1
cmpb $5, %al
je LBB0_15
LBB0_10: ## =>This Inner Loop Header: Depth=1
movl $516, %esi ## imm = 0x204
movq %rbx, %rdi
callq ___bzero
movl $16, -792(%rbp)
movl $516, %edx ## imm = 0x204
movl %r13d, %edi
movq %rbx, %rsi
xorl %ecx, %ecx
movq %r15, %r8
movq %r12, %r9
callq _recvfrom
movq %rax, %r14
movzbl -767(%rbp), %eax
cmpb $3, %al
jne LBB0_14
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
leal -4(%r14), %eax
movslq %eax, %rdx
movl -788(%rbp), %edi ## 4-byte Reload
leaq -764(%rbp), %rsi
callq _write
cmpl $516, %r14d ## imm = 0x204
jge LBB0_13
## %bb.12:
leaq L_str.7(%rip), %rdi
jmp LBB0_16
LBB0_15:
leaq -764(%rbp), %rdi
callq _puts
leaq L_str(%rip), %rdi
LBB0_16:
callq _puts
movl -788(%rbp), %edi ## 4-byte Reload
callq _close
movl %r13d, %edi
callq _close
LBB0_5:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_17
## %bb.6:
xorl %eax, %eax
addq $760, %rsp ## imm = 0x2F8
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_4:
callq _main.cold.1
jmp LBB0_5
LBB0_8:
movl %r13d, %edi
callq _main.cold.2
jmp LBB0_5
LBB0_17:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function main.cold.1
_main.cold.1: ## @main.cold.1
.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
callq _perror
pushq $-1
popq %rdi
callq _exit
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function main.cold.2
_main.cold.2: ## @main.cold.2
.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
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
leaq L_.str.1(%rip), %rdi
callq _perror
movl %ebx, %edi
callq _close
pushq $-1
popq %rdi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "socket"
L_.str.1: ## @.str.1
.asciz "bind"
L_.str.2: ## @.str.2
.asciz "%s%c%s%c"
L_.str.3: ## @.str.3
.asciz "octet"
L_str: ## @str
.asciz "recv error"
L_str.7: ## @str.7
.asciz "recv over"
.subsections_via_symbols
| .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 x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
sub sp, sp, #768
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-72]
sub x23, x29, #256
stur wzr, [x23, #164]
movi.2d v0, #0000000000000000
stur q0, [x23, #148]
stur q0, [x23, #132]
stur q0, [x23, #116]
stur q0, [x23, #100]
stur q0, [x23, #84]
stur q0, [x23, #68]
stur q0, [x23, #52]
stur q0, [x23, #36]
stur q0, [x23, #20]
cmp w0, #3
b.lt LBB0_2
; %bb.1:
ldp x21, x20, [x1, #8]
b LBB0_3
LBB0_2:
mov x21, #0
mov x20, #0
LBB0_3:
mov w22, #2
mov w0, #2
mov w1, #2
mov w2, #0
bl _socket
tbnz w0, #31, LBB0_13
; %bb.4:
mov x19, x0
stp xzr, xzr, [x23, #168]
sturb w22, [x29, #-87]
mov w8, #16415
sturh w8, [x29, #-86]
mov w24, #16
sub x1, x29, #88
mov w2, #16
bl _bind
cbnz w0, LBB0_14
; %bb.5:
sub x8, x29, #238
add x22, x8, #2
stp xzr, xzr, [x23]
mov w8, #2
sturb w8, [x29, #-255]
mov w8, #17664
sturh w8, [x29, #-254]
sub x8, x29, #256
orr x2, x8, #0x4
mov w0, #2
mov x1, x21
bl _inet_pton
mov w8, #256
sturh w8, [x29, #-238]
Lloh3:
adrp x8, l_.str.3@PAGE
Lloh4:
add x8, x8, l_.str.3@PAGEOFF
stp x8, xzr, [sp, #16]
stp x20, xzr, [sp]
Lloh5:
adrp x3, l_.str.2@PAGE
Lloh6:
add x3, x3, l_.str.2@PAGEOFF
mov x0, x22
mov w1, #0
mov w2, #148
bl ___sprintf_chk
add w8, w0, #2
sxtw x2, w8
sub x1, x29, #238
sub x4, x29, #256
mov x0, x19
mov w3, #0
mov w5, #16
bl _sendto
mov w8, #438
str x8, [sp]
mov x0, x20
mov w1, #513
bl _open
mov x20, x0
add x8, sp, #60
add x22, x8, #4
Lloh7:
adrp x21, l_str.7@PAGE
Lloh8:
add x21, x21, l_str.7@PAGEOFF
mov w25, #4
b LBB0_7
LBB0_6: ; in Loop: Header=BB0_7 Depth=1
cmp w8, #5
b.eq LBB0_10
LBB0_7: ; =>This Inner Loop Header: Depth=1
add x0, sp, #60
mov w1, #516
bl _bzero
str w24, [sp, #36]
add x1, sp, #60
add x4, sp, #40
add x5, sp, #36
mov x0, x19
mov w2, #516
mov w3, #0
bl _recvfrom
ldrb w8, [sp, #61]
cmp w8, #3
b.ne LBB0_6
; %bb.8: ; in Loop: Header=BB0_7 Depth=1
mov x23, x0
sub w8, w23, #4
sxtw x2, w8
mov x0, x20
mov x1, x22
bl _write
cmp w23, #516
b.lt LBB0_11
; %bb.9: ; in Loop: Header=BB0_7 Depth=1
strb w25, [sp, #61]
ldr w5, [sp, #36]
add x1, sp, #60
add x4, sp, #40
mov x0, x19
mov w2, #4
mov w3, #0
bl _sendto
ldrb w8, [sp, #61]
b LBB0_6
LBB0_10:
mov x0, x22
bl _puts
Lloh9:
adrp x21, l_str@PAGE
Lloh10:
add x21, x21, l_str@PAGEOFF
LBB0_11:
mov x0, x21
bl _puts
mov x0, x20
bl _close
mov x0, x19
bl _close
ldur x8, [x29, #-72]
Lloh11:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh12:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh13:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_15
; %bb.12:
mov w0, #0
add sp, sp, #768
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
LBB0_13:
bl _main.cold.1
LBB0_14:
mov x0, x19
bl _main.cold.2
LBB0_15:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function main.cold.1
_main.cold.1: ; @main.cold.1
.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
Lloh14:
adrp x0, l_.str@PAGE
Lloh15:
add x0, x0, l_.str@PAGEOFF
bl _perror
mov w0, #-1
bl _exit
.loh AdrpAdd Lloh14, Lloh15
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function main.cold.2
_main.cold.2: ; @main.cold.2
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh16:
adrp x0, l_.str.1@PAGE
Lloh17:
add x0, x0, l_.str.1@PAGEOFF
bl _perror
mov x0, x19
bl _close
mov w0, #-1
bl _exit
.loh AdrpAdd Lloh16, Lloh17
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "socket"
l_.str.1: ; @.str.1
.asciz "bind"
l_.str.2: ; @.str.2
.asciz "%s%c%s%c"
l_.str.3: ; @.str.3
.asciz "octet"
l_str: ; @str
.asciz "recv error"
l_str.7: ; @str.7
.asciz "recv over"
.subsections_via_symbols
| the_stack_data/472877.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function af_property_set
_af_property_set: ## @af_property_set
.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 %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r12
movq %rsi, %rbx
movq _FT_Err_Ok@GOTPCREL(%rip), %rax
movl (%rax), %r15d
movslq %edi, %r14
movq %rcx, %rdi
callq _FT_UNUSED
leaq L_.str(%rip), %rsi
movq %rbx, %rdi
callq _ft_strcmp
testl %eax, %eax
je LBB0_1
## %bb.7:
leaq L_.str.2(%rip), %rsi
movq %rbx, %rdi
callq _ft_strcmp
testl %eax, %eax
je LBB0_8
## %bb.9:
leaq L_.str.3(%rip), %rsi
movq %rbx, %rdi
callq _ft_strcmp
testl %eax, %eax
je LBB0_10
## %bb.12:
leaq L_.str.4(%rip), %rsi
movq %rbx, %rdi
callq _ft_strcmp
testl %eax, %eax
je LBB0_13
## %bb.31:
leaq L_.str.5(%rip), %rsi
movq %rbx, %rdi
callq _ft_strcmp
testl %eax, %eax
je LBB0_32
## %bb.33:
movq %rbx, %rdi
callq _FT_TRACE0
movq _Missing_Property@GOTPCREL(%rip), %rax
jmp LBB0_29
LBB0_1:
movq _AF_STYLE_CLASSES_GET@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rcx
testq %rcx, %rcx
je LBB0_6
## %bb.2:
movq (%r12), %rdx
movq _AF_COVERAGE_DEFAULT@GOTPCREL(%rip), %rsi
movq (%rsi), %rdi
xorl %esi, %esi
jmp LBB0_3
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_3 Depth=1
movq 8(%rax,%rsi,8), %rcx
incq %rsi
testq %rcx, %rcx
je LBB0_6
LBB0_3: ## =>This Inner Loop Header: Depth=1
cmpq %rdx, 8(%rcx)
jne LBB0_5
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
cmpq %rdi, (%rcx)
jne LBB0_5
## %bb.34:
movq %rsi, (%r14)
jmp LBB0_35
LBB0_6:
movq %rbx, %rdi
callq _FT_TRACE0
LBB0_28:
movq _Invalid_Argument@GOTPCREL(%rip), %rax
LBB0_29:
movl (%rax), %edi
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _FT_THROW ## TAILCALL
LBB0_8:
movq (%r12), %rax
movq %rax, 8(%r14)
jmp LBB0_35
LBB0_10:
movl 4(%r12), %edi
leaq -40(%rbp), %rsi
movq %r14, %rdx
callq _af_property_get_face_globals
movl %eax, %r15d
testl %eax, %eax
jne LBB0_35
## %bb.11:
movl (%r12), %eax
movq -40(%rbp), %rcx
movl %eax, (%rcx)
jmp LBB0_35
LBB0_13:
movq (%r12), %r9
testq %r9, %r9
js LBB0_28
## %bb.14:
movq 16(%r12), %rcx
testq %rcx, %rcx
js LBB0_28
## %bb.15:
movq 32(%r12), %rdx
testq %rdx, %rdx
js LBB0_28
## %bb.16:
movq 48(%r12), %r8
testq %r8, %r8
js LBB0_28
## %bb.17:
movq 8(%r12), %r10
testq %r10, %r10
js LBB0_28
## %bb.18:
movq 24(%r12), %rbx
testq %rbx, %rbx
js LBB0_28
## %bb.19:
movq 40(%r12), %rsi
testq %rsi, %rsi
js LBB0_28
## %bb.20:
movq 56(%r12), %rax
testq %rax, %rax
js LBB0_28
## %bb.21:
cmpq %rcx, %r9
jg LBB0_28
## %bb.22:
cmpq %rdx, %rcx
jg LBB0_28
## %bb.23:
cmpq %r8, %rdx
ja LBB0_28
## %bb.24:
cmpq $500, %r10 ## imm = 0x1F4
ja LBB0_28
## %bb.25:
cmpq $500, %rbx ## imm = 0x1F4
ja LBB0_28
## %bb.26:
cmpq $500, %rsi ## imm = 0x1F4
ja LBB0_28
## %bb.27:
cmpq $501, %rax ## imm = 0x1F5
jae LBB0_28
## %bb.30:
movq 32(%r14), %rdi
movq %r9, (%rdi)
movq %r10, 8(%rdi)
movq %rcx, 16(%rdi)
movq %rbx, 24(%rdi)
movq %rdx, 32(%rdi)
movq %rsi, 40(%rdi)
movq %r8, 48(%rdi)
movq %rax, 56(%rdi)
jmp LBB0_35
LBB0_32:
movq (%r12), %rax
movq %rax, 24(%r14)
LBB0_35:
movl %r15d, %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FT_Err_Ok,4,2 ## @FT_Err_Ok
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "fallback-script"
.comm _AF_STYLE_CLASSES_GET,8,3 ## @AF_STYLE_CLASSES_GET
.comm _AF_COVERAGE_DEFAULT,8,3 ## @AF_COVERAGE_DEFAULT
.comm _Invalid_Argument,4,2 ## @Invalid_Argument
L_.str.2: ## @.str.2
.asciz "default-script"
L_.str.3: ## @.str.3
.asciz "increase-x-height"
L_.str.4: ## @.str.4
.asciz "darkening-parameters"
L_.str.5: ## @.str.5
.asciz "no-stem-darkening"
.comm _Missing_Property,4,2 ## @Missing_Property
.comm _FALSE,8,3 ## @FALSE
.comm _TRUE,8,3 ## @TRUE
.no_dead_strip _af_property_set
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function af_property_set
_af_property_set: ; @af_property_set
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x22, x2
mov x21, x1
; kill: def $w0 killed $w0 def $x0
Lloh0:
adrp x8, _FT_Err_Ok@GOTPAGE
Lloh1:
ldr x8, [x8, _FT_Err_Ok@GOTPAGEOFF]
Lloh2:
ldr w19, [x8]
sxtw x20, w0
mov x0, x3
bl _FT_UNUSED
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
mov x0, x21
bl _ft_strcmp
cbz w0, LBB0_6
; %bb.1:
Lloh5:
adrp x1, l_.str.2@PAGE
Lloh6:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x21
bl _ft_strcmp
cbz w0, LBB0_15
; %bb.2:
Lloh7:
adrp x1, l_.str.3@PAGE
Lloh8:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x21
bl _ft_strcmp
cbz w0, LBB0_16
; %bb.3:
Lloh9:
adrp x1, l_.str.4@PAGE
Lloh10:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x21
bl _ft_strcmp
cbz w0, LBB0_18
; %bb.4:
Lloh11:
adrp x1, l_.str.5@PAGE
Lloh12:
add x1, x1, l_.str.5@PAGEOFF
mov x0, x21
bl _ft_strcmp
cbz w0, LBB0_24
; %bb.5:
mov x0, x21
bl _FT_TRACE0
Lloh13:
adrp x8, _Missing_Property@GOTPAGE
Lloh14:
ldr x8, [x8, _Missing_Property@GOTPAGEOFF]
b LBB0_14
LBB0_6:
Lloh15:
adrp x8, _AF_STYLE_CLASSES_GET@GOTPAGE
Lloh16:
ldr x8, [x8, _AF_STYLE_CLASSES_GET@GOTPAGEOFF]
Lloh17:
ldr x12, [x8]
ldr x11, [x12]
cbz x11, LBB0_12
; %bb.7:
mov x8, #0
ldr x9, [x22]
Lloh18:
adrp x10, _AF_COVERAGE_DEFAULT@GOTPAGE
Lloh19:
ldr x10, [x10, _AF_COVERAGE_DEFAULT@GOTPAGEOFF]
Lloh20:
ldr x10, [x10]
add x12, x12, #8
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_9 Depth=1
ldr x11, [x12, x8, lsl #3]
add x8, x8, #1
cbz x11, LBB0_12
LBB0_9: ; =>This Inner Loop Header: Depth=1
ldr x13, [x11, #8]
cmp x13, x9
b.ne LBB0_8
; %bb.10: ; in Loop: Header=BB0_9 Depth=1
ldr x11, [x11]
cmp x11, x10
b.ne LBB0_8
; %bb.11:
str x8, [x20]
b LBB0_25
LBB0_12:
mov x0, x21
bl _FT_TRACE0
LBB0_13:
Lloh21:
adrp x8, _Invalid_Argument@GOTPAGE
Lloh22:
ldr x8, [x8, _Invalid_Argument@GOTPAGEOFF]
LBB0_14:
ldr w0, [x8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
b _FT_THROW
LBB0_15:
ldr x8, [x22]
str x8, [x20, #8]
b LBB0_25
LBB0_16:
ldr w0, [x22, #4]
add x1, sp, #8
mov x2, x20
bl _af_property_get_face_globals
mov x19, x0
cbnz w0, LBB0_25
; %bb.17:
ldr w8, [x22]
ldr x9, [sp, #8]
str w8, [x9]
b LBB0_25
LBB0_18:
ldp q1, q0, [x22, #32]
ldp q3, q2, [x22]
cmlt.2d v4, v0, #0
cmlt.2d v5, v1, #0
uzp1.4s v4, v5, v4
cmlt.2d v5, v2, #0
cmlt.2d v6, v3, #0
uzp1.4s v5, v6, v5
uzp1.8h v4, v5, v4
xtn.8b v4, v4
umov.b w8, v4[1]
and w8, w8, #0x1
umov.b w9, v4[0]
and w9, w9, #0x1
bfi w9, w8, #1, #1
umov.b w8, v4[2]
and w8, w8, #0x1
bfi w9, w8, #2, #1
umov.b w8, v4[3]
and w8, w8, #0x1
bfi w9, w8, #3, #1
umov.b w8, v4[4]
and w8, w8, #0x1
bfi w9, w8, #4, #1
umov.b w8, v4[5]
and w8, w8, #0x1
bfi w9, w8, #5, #1
umov.b w8, v4[6]
and w8, w8, #0x1
orr w8, w9, w8, lsl #6
umov.b w9, v4[7]
orr w8, w8, w9, lsl #7
and w11, w8, #0xff
fmov x10, d3
fmov x9, d2
fmov x8, d1
cmp w11, #0
ccmp x10, x9, #0, eq
ccmp x9, x8, #0, le
fmov x11, d0
ccmp x8, x11, #2, le
b.hi LBB0_13
; %bb.19:
mov.d x12, v3[1]
cmp x12, #500
b.hi LBB0_13
; %bb.20:
mov.d x13, v2[1]
cmp x13, #500
b.hi LBB0_13
; %bb.21:
mov.d x14, v1[1]
cmp x14, #500
b.hi LBB0_13
; %bb.22:
mov.d x15, v0[1]
cmp x15, #501
b.hs LBB0_13
; %bb.23:
ldr x16, [x20, #32]
stp x10, x12, [x16]
stp x9, x13, [x16, #16]
stp x8, x14, [x16, #32]
stp x11, x15, [x16, #48]
b LBB0_25
LBB0_24:
ldr x8, [x22]
str x8, [x20, #24]
LBB0_25:
mov x0, x19
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGot Lloh21, Lloh22
.cfi_endproc
; -- End function
.comm _FT_Err_Ok,4,2 ; @FT_Err_Ok
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "fallback-script"
.comm _AF_STYLE_CLASSES_GET,8,3 ; @AF_STYLE_CLASSES_GET
.comm _AF_COVERAGE_DEFAULT,8,3 ; @AF_COVERAGE_DEFAULT
.comm _Invalid_Argument,4,2 ; @Invalid_Argument
l_.str.2: ; @.str.2
.asciz "default-script"
l_.str.3: ; @.str.3
.asciz "increase-x-height"
l_.str.4: ; @.str.4
.asciz "darkening-parameters"
l_.str.5: ; @.str.5
.asciz "no-stem-darkening"
.comm _Missing_Property,4,2 ; @Missing_Property
.comm _FALSE,8,3 ; @FALSE
.comm _TRUE,8,3 ; @TRUE
.no_dead_strip _af_property_set
.subsections_via_symbols
| AnghaBench/reactos/sdk/lib/3rdparty/freetype/src/autofit/extr_afmodule.c_af_property_set.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _utl_isdialstr ## -- Begin function utl_isdialstr
.p2align 4, 0x90
_utl_isdialstr: ## @utl_isdialstr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb (%rdi), %dl
movq _TRUE@GOTPCREL(%rip), %rax
testb %dl, %dl
je LBB0_11
## %bb.1:
incq %rdi
movq _FALSE@GOTPCREL(%rip), %r8
movabsq $554050781313, %r9 ## imm = 0x8100000081
movabsq $576473980802695168, %rcx ## imm = 0x8000C0800000000
jmp LBB0_3
.p2align 4, 0x90
LBB0_2: ## in Loop: Header=BB0_3 Depth=1
movzbl (%rdi), %edx
incq %rdi
testb %dl, %dl
je LBB0_11
LBB0_3: ## =>This Inner Loop Header: Depth=1
leal -48(%rdx), %esi
cmpb $10, %sil
jb LBB0_2
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
cmpb $59, %dl
ja LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
movzbl %dl, %esi
btq %rsi, %rcx
jb LBB0_2
LBB0_6: ## in Loop: Header=BB0_3 Depth=1
leal -65(%rdx), %esi
cmpb $3, %sil
jb LBB0_2
## %bb.7: ## in Loop: Header=BB0_3 Depth=1
addb $-80, %dl
cmpb $39, %dl
ja LBB0_10
## %bb.8: ## in Loop: Header=BB0_3 Depth=1
movzbl %dl, %edx
btq %rdx, %r9
jb LBB0_2
LBB0_10:
movq %r8, %rax
LBB0_11:
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FALSE,4,2 ## @FALSE
.comm _TRUE,4,2 ## @TRUE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _utl_isdialstr ; -- Begin function utl_isdialstr
.p2align 2
_utl_isdialstr: ; @utl_isdialstr
.cfi_startproc
; %bb.0:
ldrb w14, [x0]
cbz w14, LBB0_11
; %bb.1:
Lloh0:
adrp x9, _TRUE@GOTPAGE
Lloh1:
ldr x9, [x9, _TRUE@GOTPAGEOFF]
add x10, x0, #1
Lloh2:
adrp x8, _FALSE@GOTPAGE
Lloh3:
ldr x8, [x8, _FALSE@GOTPAGEOFF]
mov w11, #1
mov x12, #129
movk x12, #129, lsl #32
mov x13, #13228499271680
movk x13, #2048, lsl #48
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
ldrb w14, [x10], #1
cbz w14, LBB0_9
LBB0_3: ; =>This Inner Loop Header: Depth=1
sub w15, w14, #48
cmp w15, #10
b.lo LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
cmp w14, #59
b.hi LBB0_6
; %bb.5: ; in Loop: Header=BB0_3 Depth=1
mov w15, w14
lsl x15, x11, x15
tst x15, x13
b.ne LBB0_2
LBB0_6: ; in Loop: Header=BB0_3 Depth=1
sub w15, w14, #65
cmp w15, #3
b.lo LBB0_2
; %bb.7: ; in Loop: Header=BB0_3 Depth=1
sub w14, w14, #80
cmp w14, #39
b.hi LBB0_10
; %bb.8: ; in Loop: Header=BB0_3 Depth=1
lsl x14, x11, x14
tst x14, x12
b.ne LBB0_2
b LBB0_10
LBB0_9:
mov x8, x9
LBB0_10:
ldr w0, [x8]
ret
LBB0_11:
Lloh4:
adrp x8, _TRUE@GOTPAGE
Lloh5:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
Lloh6:
ldr w0, [x8]
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.cfi_endproc
; -- End function
.comm _FALSE,4,2 ; @FALSE
.comm _TRUE,4,2 ; @TRUE
.subsections_via_symbols
| AnghaBench/esp-idf/components/bt/host/bluedroid/bta/sys/extr_utl.c_utl_isdialstr.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ace_in_le16
_ace_in_le16: ## @ace_in_le16
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %esi, %rax
addq (%rdi), %rax
movq %rax, %rdi
popq %rbp
jmp _in_le16 ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _ace_in_le16
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ace_in_le16
_ace_in_le16: ; @ace_in_le16
.cfi_startproc
; %bb.0:
ldr x8, [x0]
add x0, x8, w1, sxtw
b _in_le16
.cfi_endproc
; -- End function
.no_dead_strip _ace_in_le16
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/block/extr_xsysace.c_ace_in_le16.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
cmpl $5, %edi
je LBB0_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
callq _ksft_exit_fail_msg
LBB0_2:
xorl %eax, %eax
callq _capng_get_caps_process
movq _CAPNG_EFFECTIVE@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _CAP_NET_BIND_SERVICE@GOTPCREL(%rip), %r12
movl (%r12), %esi
callq _capng_have_capability
movq %rax, %rbx
movl $1, %r14d
movq %r15, %rdi
movl $1, %esi
callq _bool_arg
cmpq %rax, %rbx
jne LBB0_3
## %bb.5:
movq _CAPNG_PERMITTED@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl (%r12), %esi
callq _capng_have_capability
movq %rax, %rbx
movq %r15, %rdi
movl $2, %esi
callq _bool_arg
cmpq %rax, %rbx
jne LBB0_6
## %bb.7:
movq _CAPNG_INHERITABLE@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl (%r12), %esi
callq _capng_have_capability
movq %rax, %rbx
movq %r15, %rdi
movl $3, %esi
callq _bool_arg
cmpq %rax, %rbx
jne LBB0_8
## %bb.9:
movq _PR_CAP_AMBIENT@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _PR_CAP_AMBIENT_IS_SET@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl (%r12), %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq _prctl
movq %rax, %rbx
movq %r15, %rdi
movl $4, %esi
callq _bool_arg
cmpq %rax, %rbx
jne LBB0_10
## %bb.11:
leaq L_.str.6(%rip), %rdi
leaq L_.str.7(%rip), %rsi
callq _ksft_print_msg
xorl %r14d, %r14d
jmp LBB0_12
LBB0_3:
leaq L_.str.2(%rip), %rdi
jmp LBB0_4
LBB0_6:
leaq L_.str.3(%rip), %rdi
jmp LBB0_4
LBB0_8:
leaq L_.str.4(%rip), %rdi
jmp LBB0_4
LBB0_10:
leaq L_.str.5(%rip), %rdi
LBB0_4:
leaq L_.str(%rip), %rsi
callq _ksft_print_msg
LBB0_12:
movl %r14d, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.space 1
L_.str.1: ## @.str.1
.asciz "wrong argc\n"
.comm _CAPNG_EFFECTIVE,4,2 ## @CAPNG_EFFECTIVE
.comm _CAP_NET_BIND_SERVICE,4,2 ## @CAP_NET_BIND_SERVICE
L_.str.2: ## @.str.2
.asciz "Wrong effective state%s\n"
.comm _CAPNG_PERMITTED,4,2 ## @CAPNG_PERMITTED
L_.str.3: ## @.str.3
.asciz "Wrong permitted state%s\n"
.comm _CAPNG_INHERITABLE,4,2 ## @CAPNG_INHERITABLE
L_.str.4: ## @.str.4
.asciz "Wrong inheritable state%s\n"
.comm _PR_CAP_AMBIENT,4,2 ## @PR_CAP_AMBIENT
.comm _PR_CAP_AMBIENT_IS_SET,4,2 ## @PR_CAP_AMBIENT_IS_SET
L_.str.5: ## @.str.5
.asciz "Wrong ambient state%s\n"
L_.str.6: ## @.str.6
.asciz "%s: Capabilities after execve were correct\n"
L_.str.7: ## @.str.7
.asciz "validate_cap:"
.comm _AT_SECURE,4,2 ## @AT_SECURE
.subsections_via_symbols
| .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 x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
cmp w0, #5
b.eq LBB0_2
; %bb.1:
Lloh0:
adrp x0, l_.str.1@PAGE
Lloh1:
add x0, x0, l_.str.1@PAGEOFF
bl _ksft_exit_fail_msg
LBB0_2:
bl _capng_get_caps_process
Lloh2:
adrp x8, _CAPNG_EFFECTIVE@GOTPAGE
Lloh3:
ldr x8, [x8, _CAPNG_EFFECTIVE@GOTPAGEOFF]
Lloh4:
ldr w0, [x8]
Lloh5:
adrp x21, _CAP_NET_BIND_SERVICE@GOTPAGE
Lloh6:
ldr x21, [x21, _CAP_NET_BIND_SERVICE@GOTPAGEOFF]
ldr w1, [x21]
bl _capng_have_capability
mov x20, x0
mov x0, x19
mov w1, #1
bl _bool_arg
cmp x20, x0
b.ne LBB0_7
; %bb.3:
Lloh7:
adrp x8, _CAPNG_PERMITTED@GOTPAGE
Lloh8:
ldr x8, [x8, _CAPNG_PERMITTED@GOTPAGEOFF]
Lloh9:
ldr w0, [x8]
ldr w1, [x21]
bl _capng_have_capability
mov x20, x0
mov x0, x19
mov w1, #2
bl _bool_arg
cmp x20, x0
b.ne LBB0_8
; %bb.4:
Lloh10:
adrp x8, _CAPNG_INHERITABLE@GOTPAGE
Lloh11:
ldr x8, [x8, _CAPNG_INHERITABLE@GOTPAGEOFF]
Lloh12:
ldr w0, [x8]
ldr w1, [x21]
bl _capng_have_capability
mov x20, x0
mov x0, x19
mov w1, #3
bl _bool_arg
cmp x20, x0
b.ne LBB0_9
; %bb.5:
Lloh13:
adrp x8, _PR_CAP_AMBIENT@GOTPAGE
Lloh14:
ldr x8, [x8, _PR_CAP_AMBIENT@GOTPAGEOFF]
Lloh15:
ldr w0, [x8]
Lloh16:
adrp x8, _PR_CAP_AMBIENT_IS_SET@GOTPAGE
Lloh17:
ldr x8, [x8, _PR_CAP_AMBIENT_IS_SET@GOTPAGEOFF]
Lloh18:
ldr w1, [x8]
ldr w2, [x21]
mov w3, #0
mov w4, #0
mov w5, #0
bl _prctl
mov x20, x0
mov x0, x19
mov w1, #4
bl _bool_arg
cmp x20, x0
b.ne LBB0_10
; %bb.6:
Lloh19:
adrp x0, l_.str.6@PAGE
Lloh20:
add x0, x0, l_.str.6@PAGEOFF
Lloh21:
adrp x1, l_.str.7@PAGE
Lloh22:
add x1, x1, l_.str.7@PAGEOFF
bl _ksft_print_msg
mov w0, #0
b LBB0_12
LBB0_7:
Lloh23:
adrp x0, l_.str.2@PAGE
Lloh24:
add x0, x0, l_.str.2@PAGEOFF
b LBB0_11
LBB0_8:
Lloh25:
adrp x0, l_.str.3@PAGE
Lloh26:
add x0, x0, l_.str.3@PAGEOFF
b LBB0_11
LBB0_9:
Lloh27:
adrp x0, l_.str.4@PAGE
Lloh28:
add x0, x0, l_.str.4@PAGEOFF
b LBB0_11
LBB0_10:
Lloh29:
adrp x0, l_.str.5@PAGE
Lloh30:
add x0, x0, l_.str.5@PAGEOFF
LBB0_11:
Lloh31:
adrp x1, l_.str@PAGE
Lloh32:
add x1, x1, l_.str@PAGEOFF
bl _ksft_print_msg
mov w0, #1
LBB0_12:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpAdd Lloh23, Lloh24
.loh AdrpAdd Lloh25, Lloh26
.loh AdrpAdd Lloh27, Lloh28
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh31, Lloh32
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.space 1
l_.str.1: ; @.str.1
.asciz "wrong argc\n"
.comm _CAPNG_EFFECTIVE,4,2 ; @CAPNG_EFFECTIVE
.comm _CAP_NET_BIND_SERVICE,4,2 ; @CAP_NET_BIND_SERVICE
l_.str.2: ; @.str.2
.asciz "Wrong effective state%s\n"
.comm _CAPNG_PERMITTED,4,2 ; @CAPNG_PERMITTED
l_.str.3: ; @.str.3
.asciz "Wrong permitted state%s\n"
.comm _CAPNG_INHERITABLE,4,2 ; @CAPNG_INHERITABLE
l_.str.4: ; @.str.4
.asciz "Wrong inheritable state%s\n"
.comm _PR_CAP_AMBIENT,4,2 ; @PR_CAP_AMBIENT
.comm _PR_CAP_AMBIENT_IS_SET,4,2 ; @PR_CAP_AMBIENT_IS_SET
l_.str.5: ; @.str.5
.asciz "Wrong ambient state%s\n"
l_.str.6: ; @.str.6
.asciz "%s: Capabilities after execve were correct\n"
l_.str.7: ; @.str.7
.asciz "validate_cap:"
.comm _AT_SECURE,4,2 ; @AT_SECURE
.subsections_via_symbols
| AnghaBench/linux/tools/testing/selftests/capabilities/extr_validate_cap.c_main.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function o2hb_init_region_params
_o2hb_init_region_params: ## @o2hb_init_region_params
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movq _PAGE_SIZE@GOTPCREL(%rip), %rax
movl (%rax), %eax
movb 4(%rdi), %cl
sarl %cl, %eax
movl %eax, (%rdi)
movq _O2HB_REGION_TIMEOUT_MS@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 8(%rdi)
movq _ML_HEARTBEAT@GOTPCREL(%rip), %r14
movl (%r14), %edi
movl 20(%rbx), %edx
movl 16(%rbx), %ecx
leaq L_.str(%rip), %rsi
xorl %eax, %eax
callq _mlog
movl (%r14), %edi
movl 4(%rbx), %ecx
movl 12(%rbx), %edx
leaq L_.str.1(%rip), %rsi
xorl %eax, %eax
callq _mlog
movl (%r14), %edi
movl 8(%rbx), %edx
leaq L_.str.2(%rip), %rsi
xorl %eax, %eax
callq _mlog
movl (%r14), %edi
movq _o2hb_dead_threshold@GOTPCREL(%rip), %rax
movl (%rax), %edx
leaq L_.str.3(%rip), %rsi
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
jmp _mlog ## TAILCALL
.cfi_endproc
## -- End function
.comm _PAGE_SIZE,4,2 ## @PAGE_SIZE
.comm _O2HB_REGION_TIMEOUT_MS,4,2 ## @O2HB_REGION_TIMEOUT_MS
.comm _ML_HEARTBEAT,4,2 ## @ML_HEARTBEAT
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hr_start_block = %llu, hr_blocks = %u\n"
L_.str.1: ## @.str.1
.asciz "hr_block_bytes = %u, hr_block_bits = %u\n"
L_.str.2: ## @.str.2
.asciz "hr_timeout_ms = %u\n"
L_.str.3: ## @.str.3
.asciz "dead threshold = %u\n"
.comm _o2hb_dead_threshold,4,2 ## @o2hb_dead_threshold
.no_dead_strip _o2hb_init_region_params
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function o2hb_init_region_params
_o2hb_init_region_params: ; @o2hb_init_region_params
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _PAGE_SIZE@GOTPAGE
Lloh1:
ldr x8, [x8, _PAGE_SIZE@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
ldr w9, [x0, #4]
asr w8, w8, w9
str w8, [x0]
Lloh3:
adrp x8, _O2HB_REGION_TIMEOUT_MS@GOTPAGE
Lloh4:
ldr x8, [x8, _O2HB_REGION_TIMEOUT_MS@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
str w8, [x0, #8]
Lloh6:
adrp x20, _ML_HEARTBEAT@GOTPAGE
Lloh7:
ldr x20, [x20, _ML_HEARTBEAT@GOTPAGEOFF]
ldr w0, [x20]
ldp w8, w2, [x19, #16]
str x8, [sp]
Lloh8:
adrp x1, l_.str@PAGE
Lloh9:
add x1, x1, l_.str@PAGEOFF
bl _mlog
ldr w0, [x20]
ldr w2, [x19, #12]
ldr w8, [x19, #4]
str x8, [sp]
Lloh10:
adrp x1, l_.str.1@PAGE
Lloh11:
add x1, x1, l_.str.1@PAGEOFF
bl _mlog
ldr w0, [x20]
ldr w2, [x19, #8]
Lloh12:
adrp x1, l_.str.2@PAGE
Lloh13:
add x1, x1, l_.str.2@PAGEOFF
bl _mlog
ldr w0, [x20]
Lloh14:
adrp x8, _o2hb_dead_threshold@GOTPAGE
Lloh15:
ldr x8, [x8, _o2hb_dead_threshold@GOTPAGEOFF]
Lloh16:
ldr w2, [x8]
Lloh17:
adrp x1, l_.str.3@PAGE
Lloh18:
add x1, x1, l_.str.3@PAGEOFF
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
b _mlog
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _PAGE_SIZE,4,2 ; @PAGE_SIZE
.comm _O2HB_REGION_TIMEOUT_MS,4,2 ; @O2HB_REGION_TIMEOUT_MS
.comm _ML_HEARTBEAT,4,2 ; @ML_HEARTBEAT
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hr_start_block = %llu, hr_blocks = %u\n"
l_.str.1: ; @.str.1
.asciz "hr_block_bytes = %u, hr_block_bits = %u\n"
l_.str.2: ; @.str.2
.asciz "hr_timeout_ms = %u\n"
l_.str.3: ; @.str.3
.asciz "dead threshold = %u\n"
.comm _o2hb_dead_threshold,4,2 ; @o2hb_dead_threshold
.no_dead_strip _o2hb_init_region_params
.subsections_via_symbols
| AnghaBench/linux/fs/ocfs2/cluster/extr_heartbeat.c_o2hb_init_region_params.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _platform_uart_send ## -- Begin function platform_uart_send
.p2align 4, 0x90
_platform_uart_send: ## @platform_uart_send
.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
jmp _uart_tx_one_char ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _platform_uart_send ; -- Begin function platform_uart_send
.p2align 2
_platform_uart_send: ; @platform_uart_send
.cfi_startproc
; %bb.0:
b _uart_tx_one_char
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/nodemcu-firmware/app/platform/extr_platform.c_platform_uart_send.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _i810fb_sync ## -- Begin function i810fb_sync
.p2align 4, 0x90
_i810fb_sync: ## @i810fb_sync
.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, (%rdi)
je LBB0_2
## %bb.1:
movq 8(%rdi), %rax
movq _LOCKUP@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
testl %ecx, (%rax)
je LBB0_3
LBB0_2:
xorl %eax, %eax
popq %rbp
retq
LBB0_3:
popq %rbp
jmp _wait_for_engine_idle ## TAILCALL
.cfi_endproc
## -- End function
.comm _LOCKUP,4,2 ## @LOCKUP
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _i810fb_sync ; -- Begin function i810fb_sync
.p2align 2
_i810fb_sync: ; @i810fb_sync
.cfi_startproc
; %bb.0:
ldr w8, [x0]
cbz w8, LBB0_2
; %bb.1:
ldr x8, [x0, #8]
ldr w8, [x8]
Lloh0:
adrp x9, _LOCKUP@GOTPAGE
Lloh1:
ldr x9, [x9, _LOCKUP@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_3
LBB0_2:
mov w0, #0
ret
LBB0_3:
b _wait_for_engine_idle
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _LOCKUP,4,2 ; @LOCKUP
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/video/i810/extr_i810_accel.c_i810fb_sync.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
subq $120, %rsp
.cfi_offset %rbx, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
leaq L_.str(%rip), %rdi
leaq -128(%rbp), %rbx
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
leaq L_str(%rip), %rdi
callq _puts
leaq L_.str.2(%rip), %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -16(%rbp), %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $120, %rsp
popq %rbx
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%[^\n]%*c"
L_.str.2: ## @.str.2
.asciz "%s"
L_str: ## @str
.asciz "Hello, World!"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x20, x19, [sp, #128] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
add x19, sp, #20
str x19, [sp]
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
bl _scanf
Lloh5:
adrp x0, l_str@PAGE
Lloh6:
add x0, x0, l_str@PAGEOFF
bl _puts
str x19, [sp]
Lloh7:
adrp x0, l_.str.2@PAGE
Lloh8:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur x8, [x29, #-24]
Lloh9:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh10:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
mov w0, #0
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
ldp x20, x19, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #160
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%[^\n]%*c"
l_.str.2: ; @.str.2
.asciz "%s"
l_str: ; @str
.asciz "Hello, World!"
.subsections_via_symbols
| the_stack_data/111077423.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _retro_set_input_state ## -- Begin function retro_set_input_state
.p2align 4, 0x90
_retro_set_input_state: ## @retro_set_input_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 _input_state_cb@GOTPCREL(%rip), %rax
movl %edi, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _input_state_cb,4,2 ## @input_state_cb
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _retro_set_input_state ; -- Begin function retro_set_input_state
.p2align 2
_retro_set_input_state: ; @retro_set_input_state
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _input_state_cb@GOTPAGE
Lloh1:
ldr x8, [x8, _input_state_cb@GOTPAGEOFF]
Lloh2:
str w0, [x8]
ret
.loh AdrpLdrGotStr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _input_state_cb,4,2 ; @input_state_cb
.subsections_via_symbols
| AnghaBench/Provenance/Cores/PicoDrive/platform/extr_libretro.c_retro_set_input_state.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mdiobus_unregister ## -- Begin function mdiobus_unregister
.p2align 4, 0x90
_mdiobus_unregister: ## @mdiobus_unregister
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq (%rdi), %rax
movq _MDIOBUS_REGISTERED@GOTPCREL(%rip), %rcx
xorl %edi, %edi
cmpq (%rcx), %rax
setne %dil
callq _BUG_ON
movq _MDIOBUS_UNREGISTERED@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, (%r15)
leaq 16(%r15), %rdi
callq _device_del
movq _PHY_MAX_ADDR@GOTPCREL(%rip), %r14
movl (%r14), %eax
testl %eax, %eax
jle LBB0_5
## %bb.1:
xorl %ebx, %ebx
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
movq $0, (%rcx,%rbx,8)
incq %rbx
movslq %eax, %rcx
cmpq %rcx, %rbx
jge LBB0_5
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq 8(%r15), %rcx
movq (%rcx,%rbx,8), %rdi
testq %rdi, %rdi
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
callq _device_unregister
movq 8(%r15), %rcx
movl (%r14), %eax
jmp LBB0_4
LBB0_5:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MDIOBUS_REGISTERED,8,3 ## @MDIOBUS_REGISTERED
.comm _MDIOBUS_UNREGISTERED,8,3 ## @MDIOBUS_UNREGISTERED
.comm _PHY_MAX_ADDR,4,2 ## @PHY_MAX_ADDR
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mdiobus_unregister ; -- Begin function mdiobus_unregister
.p2align 2
_mdiobus_unregister: ; @mdiobus_unregister
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
ldr x8, [x0]
Lloh0:
adrp x9, _MDIOBUS_REGISTERED@GOTPAGE
Lloh1:
ldr x9, [x9, _MDIOBUS_REGISTERED@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
cset w0, ne
bl _BUG_ON
Lloh3:
adrp x8, _MDIOBUS_UNREGISTERED@GOTPAGE
Lloh4:
ldr x8, [x8, _MDIOBUS_UNREGISTERED@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
mov x0, x19
str x8, [x0], #16
bl _device_del
Lloh6:
adrp x20, _PHY_MAX_ADDR@GOTPAGE
Lloh7:
ldr x20, [x20, _PHY_MAX_ADDR@GOTPAGEOFF]
ldr w8, [x20]
cmp w8, #1
b.lt LBB0_5
; %bb.1:
mov x21, #0
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
str xzr, [x9, x21, lsl #3]
add x21, x21, #1
cmp x21, w8, sxtw
b.ge LBB0_5
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x9, [x19, #8]
ldr x0, [x9, x21, lsl #3]
cbz x0, LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
bl _device_unregister
ldr x9, [x19, #8]
ldr w8, [x20]
b LBB0_2
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _MDIOBUS_REGISTERED,8,3 ; @MDIOBUS_REGISTERED
.comm _MDIOBUS_UNREGISTERED,8,3 ; @MDIOBUS_UNREGISTERED
.comm _PHY_MAX_ADDR,4,2 ; @PHY_MAX_ADDR
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/phy/extr_mdio_bus.c_mdiobus_unregister.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sis5595_setup
_sis5595_setup: ## @sis5595_setup
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq _blacklist@GOTPCREL(%rip), %rax
movq (%rax), %rbx
movl (%rbx), %esi
testl %esi, %esi
je LBB0_4
## %bb.1:
addq $4, %rbx
movq _PCI_VENDOR_ID_SI@GOTPCREL(%rip), %r12
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%r12), %edi
xorl %edx, %edx
callq _pci_get_device
testq %rax, %rax
jne LBB0_20
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl (%rbx), %esi
addq $4, %rbx
testl %esi, %esi
jne LBB0_2
LBB0_4:
movq _ACPI_BASE@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _sis5595_base@GOTPCREL(%rip), %rbx
movq %r15, %rdi
movq %rbx, %rdx
callq _pci_read_config_word
movl (%rbx), %edx
movq _force_addr@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %edx, %ecx
orl %eax, %ecx
jne LBB0_6
## %bb.5:
leaq L_.str.1(%rip), %rsi
xorl %r12d, %r12d
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
jmp LBB0_21
LBB0_6:
testl %eax, %eax
je LBB0_8
## %bb.7:
movq _SIS5595_EXTENT@GOTPCREL(%rip), %rcx
xorl %edx, %edx
subl (%rcx), %edx
andl %edx, %eax
movl %eax, (%rbx)
movl %eax, %edx
LBB0_8:
leaq L_.str.2(%rip), %rsi
movq %r15, %rdi
callq _dev_dbg
movq _SMB_INDEX@GOTPCREL(%rip), %r14
movl (%r14), %edi
addl (%rbx), %edi
movq _sis5595_driver@GOTPCREL(%rip), %r13
movl (%r13), %edx
movl $2, %esi
callq _acpi_check_region
movl %eax, %r12d
testl %eax, %eax
jne LBB0_23
## %bb.9:
movl (%r14), %edi
addl (%rbx), %edi
movl (%r13), %edx
movl $2, %esi
callq _request_region
testl %eax, %eax
movq %rbx, %r12
je LBB0_24
## %bb.10:
movq _force_addr@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_14
## %bb.11:
movl (%r12), %edx
leaq L_.str.4(%rip), %rsi
movq %r15, %rdi
xorl %eax, %eax
callq _dev_info
movq _ACPI_BASE@GOTPCREL(%rip), %r13
movl (%r13), %esi
movl (%r12), %edx
movq %r15, %rdi
callq _pci_write_config_word
movq _PCIBIOS_SUCCESSFUL@GOTPCREL(%rip), %rbx
cmpq (%rbx), %rax
jne LBB0_27
## %bb.12:
movl (%r13), %esi
leaq -48(%rbp), %rdx
movq %r15, %rdi
callq _pci_read_config_word
cmpq (%rbx), %rax
jne LBB0_27
## %bb.13:
movq _SIS5595_EXTENT@GOTPCREL(%rip), %rax
xorl %ecx, %ecx
subl (%rax), %ecx
andl -48(%rbp), %ecx
cmpl (%r12), %ecx
jne LBB0_25
LBB0_14:
movq _SIS5595_ENABLE_REG@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
leaq -44(%rbp), %rdx
movq %r15, %rdi
callq _pci_read_config_byte
movq _PCIBIOS_SUCCESSFUL@GOTPCREL(%rip), %r13
cmpq (%r13), %rax
jne LBB0_27
## %bb.15:
movq %r12, %rax
xorl %r12d, %r12d
testb $-128, -44(%rbp)
jne LBB0_23
## %bb.16:
leaq L_.str.6(%rip), %rsi
movq %r15, %rdi
movq %rax, %r12
xorl %eax, %eax
callq _dev_info
movl (%rbx), %esi
movl $128, %edx
orl -44(%rbp), %edx
movq %r15, %rdi
callq _pci_write_config_byte
cmpq (%r13), %rax
jne LBB0_27
## %bb.17:
movl (%rbx), %esi
leaq -44(%rbp), %rdx
movq %r15, %rdi
callq _pci_read_config_byte
cmpq (%r13), %rax
jne LBB0_27
## %bb.18:
movq %r12, %rax
xorl %r12d, %r12d
testb $-128, -44(%rbp)
jne LBB0_23
## %bb.19:
leaq L_.str.7(%rip), %rsi
movq %rax, %r12
jmp LBB0_26
LBB0_20:
movq %rax, %r14
movl -4(%rbx), %edx
leaq L_.str(%rip), %rsi
xorl %r12d, %r12d
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
movq %r14, %rdi
callq _pci_dev_put
LBB0_21:
movq _ENODEV@GOTPCREL(%rip), %rax
LBB0_22:
subl (%rax), %r12d
LBB0_23:
movl %r12d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_24:
movl (%r12), %eax
movl (%r14), %ecx
leal (%rcx,%rax), %edx
addl %eax, %ecx
incl %ecx
leaq L_.str.3(%rip), %rsi
xorl %r12d, %r12d
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
jmp LBB0_21
LBB0_25:
leaq L_.str.5(%rip), %rsi
LBB0_26:
movq %r15, %rdi
xorl %eax, %eax
callq _dev_err
LBB0_27:
movl (%r14), %edi
addl (%r12), %edi
movl $2, %esi
callq _release_region
movq _ENODEV@GOTPCREL(%rip), %rax
xorl %r12d, %r12d
jmp LBB0_22
.cfi_endproc
## -- End function
.comm _blacklist,8,3 ## @blacklist
.comm _PCI_VENDOR_ID_SI,4,2 ## @PCI_VENDOR_ID_SI
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Looked for SIS5595 but found unsupported device %.4x\n"
.comm _ENODEV,4,2 ## @ENODEV
.comm _ACPI_BASE,4,2 ## @ACPI_BASE
.comm _sis5595_base,4,2 ## @sis5595_base
.comm _force_addr,4,2 ## @force_addr
L_.str.1: ## @.str.1
.asciz "ACPI base address uninitialized - upgrade BIOS or use force_addr=0xaddr\n"
.comm _SIS5595_EXTENT,4,2 ## @SIS5595_EXTENT
L_.str.2: ## @.str.2
.asciz "ACPI Base address: %04x\n"
.comm _SMB_INDEX,4,2 ## @SMB_INDEX
.comm _sis5595_driver,4,2 ## @sis5595_driver
L_.str.3: ## @.str.3
.asciz "SMBus registers 0x%04x-0x%04x already in use!\n"
L_.str.4: ## @.str.4
.asciz "forcing ISA address 0x%04X\n"
.comm _PCIBIOS_SUCCESSFUL,8,3 ## @PCIBIOS_SUCCESSFUL
L_.str.5: ## @.str.5
.asciz "force address failed - not supported?\n"
.comm _SIS5595_ENABLE_REG,4,2 ## @SIS5595_ENABLE_REG
L_.str.6: ## @.str.6
.asciz "enabling ACPI\n"
L_.str.7: ## @.str.7
.asciz "ACPI enable failed - not supported?\n"
.no_dead_strip _sis5595_setup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sis5595_setup
_sis5595_setup: ; @sis5595_setup
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
Lloh0:
adrp x8, _blacklist@GOTPAGE
Lloh1:
ldr x8, [x8, _blacklist@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr w1, [x8]
cbz w1, LBB0_4
; %bb.1:
add x21, x8, #4
Lloh3:
adrp x22, _PCI_VENDOR_ID_SI@GOTPAGE
Lloh4:
ldr x22, [x22, _PCI_VENDOR_ID_SI@GOTPAGEOFF]
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w0, [x22]
mov x2, #0
bl _pci_get_device
cbnz x0, LBB0_21
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr w1, [x21], #4
cbnz w1, LBB0_2
LBB0_4:
Lloh5:
adrp x22, _ACPI_BASE@GOTPAGE
Lloh6:
ldr x22, [x22, _ACPI_BASE@GOTPAGEOFF]
ldr w1, [x22]
Lloh7:
adrp x20, _sis5595_base@GOTPAGE
Lloh8:
ldr x20, [x20, _sis5595_base@GOTPAGEOFF]
mov x0, x19
mov x2, x20
bl _pci_read_config_word
ldr w2, [x20]
Lloh9:
adrp x23, _force_addr@GOTPAGE
Lloh10:
ldr x23, [x23, _force_addr@GOTPAGEOFF]
ldr w8, [x23]
orr w9, w2, w8
cbnz w9, LBB0_7
; %bb.5:
Lloh11:
adrp x1, l_.str.1@PAGE
Lloh12:
add x1, x1, l_.str.1@PAGEOFF
LBB0_6:
mov x0, x19
bl _dev_err
b LBB0_22
LBB0_7:
cbz w8, LBB0_9
; %bb.8:
Lloh13:
adrp x9, _SIS5595_EXTENT@GOTPAGE
Lloh14:
ldr x9, [x9, _SIS5595_EXTENT@GOTPAGEOFF]
Lloh15:
ldr w9, [x9]
neg w9, w9
and w2, w8, w9
str w2, [x20]
LBB0_9:
Lloh16:
adrp x1, l_.str.2@PAGE
Lloh17:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x19
bl _dev_dbg
Lloh18:
adrp x21, _SMB_INDEX@GOTPAGE
Lloh19:
ldr x21, [x21, _SMB_INDEX@GOTPAGEOFF]
ldr w8, [x20]
ldr w9, [x21]
add w0, w9, w8
Lloh20:
adrp x24, _sis5595_driver@GOTPAGE
Lloh21:
ldr x24, [x24, _sis5595_driver@GOTPAGEOFF]
ldr w2, [x24]
mov w1, #2
bl _acpi_check_region
cbnz w0, LBB0_23
; %bb.10:
ldr w8, [x20]
ldr w9, [x21]
add w0, w9, w8
ldr w2, [x24]
mov w1, #2
bl _request_region
cbz w0, LBB0_24
; %bb.11:
ldr w8, [x23]
Lloh22:
adrp x23, _PCIBIOS_SUCCESSFUL@GOTPAGE
Lloh23:
ldr x23, [x23, _PCIBIOS_SUCCESSFUL@GOTPAGEOFF]
cbz w8, LBB0_15
; %bb.12:
ldr w8, [x20]
str x8, [sp]
Lloh24:
adrp x1, l_.str.4@PAGE
Lloh25:
add x1, x1, l_.str.4@PAGEOFF
mov x0, x19
bl _dev_info
ldr w1, [x22]
ldr w2, [x20]
mov x0, x19
bl _pci_write_config_word
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_28
; %bb.13:
ldr w1, [x22]
add x2, sp, #28
mov x0, x19
bl _pci_read_config_word
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_28
; %bb.14:
Lloh26:
adrp x8, _SIS5595_EXTENT@GOTPAGE
Lloh27:
ldr x8, [x8, _SIS5595_EXTENT@GOTPAGEOFF]
ldr w9, [sp, #28]
Lloh28:
ldr w8, [x8]
neg w8, w8
and w8, w9, w8
ldr w9, [x20]
cmp w8, w9
b.ne LBB0_26
LBB0_15:
Lloh29:
adrp x22, _SIS5595_ENABLE_REG@GOTPAGE
Lloh30:
ldr x22, [x22, _SIS5595_ENABLE_REG@GOTPAGEOFF]
ldr w1, [x22]
add x2, sp, #24
mov x0, x19
bl _pci_read_config_byte
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_28
; %bb.16:
ldrb w8, [sp, #24]
tbnz w8, #7, LBB0_25
; %bb.17:
Lloh31:
adrp x1, l_.str.6@PAGE
Lloh32:
add x1, x1, l_.str.6@PAGEOFF
mov x0, x19
bl _dev_info
ldr w1, [x22]
ldr w8, [sp, #24]
orr w2, w8, #0x80
mov x0, x19
bl _pci_write_config_byte
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_28
; %bb.18:
ldr w1, [x22]
add x2, sp, #24
mov x0, x19
bl _pci_read_config_byte
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_28
; %bb.19:
ldrb w8, [sp, #24]
tbnz w8, #7, LBB0_25
; %bb.20:
Lloh33:
adrp x1, l_.str.7@PAGE
Lloh34:
add x1, x1, l_.str.7@PAGEOFF
b LBB0_27
LBB0_21:
mov x20, x0
ldur w8, [x21, #-4]
str x8, [sp]
Lloh35:
adrp x1, l_.str@PAGE
Lloh36:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
bl _dev_err
mov x0, x20
bl _pci_dev_put
LBB0_22:
Lloh37:
adrp x8, _ENODEV@GOTPAGE
Lloh38:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
Lloh39:
ldr w8, [x8]
neg w0, w8
LBB0_23:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #96
ret
LBB0_24:
ldr w8, [x20]
ldr w9, [x21]
add w8, w9, w8
add w9, w8, #1
stp x8, x9, [sp]
Lloh40:
adrp x1, l_.str.3@PAGE
Lloh41:
add x1, x1, l_.str.3@PAGEOFF
b LBB0_6
LBB0_25:
mov w0, #0
b LBB0_23
LBB0_26:
Lloh42:
adrp x1, l_.str.5@PAGE
Lloh43:
add x1, x1, l_.str.5@PAGEOFF
LBB0_27:
mov x0, x19
bl _dev_err
LBB0_28:
ldr w8, [x20]
ldr w9, [x21]
add w0, w9, w8
mov w1, #2
bl _release_region
b LBB0_22
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGot Lloh20, Lloh21
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpLdrGot Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpLdrGot Lloh29, Lloh30
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh33, Lloh34
.loh AdrpAdd Lloh35, Lloh36
.loh AdrpLdrGotLdr Lloh37, Lloh38, Lloh39
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh42, Lloh43
.cfi_endproc
; -- End function
.comm _blacklist,8,3 ; @blacklist
.comm _PCI_VENDOR_ID_SI,4,2 ; @PCI_VENDOR_ID_SI
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Looked for SIS5595 but found unsupported device %.4x\n"
.comm _ENODEV,4,2 ; @ENODEV
.comm _ACPI_BASE,4,2 ; @ACPI_BASE
.comm _sis5595_base,4,2 ; @sis5595_base
.comm _force_addr,4,2 ; @force_addr
l_.str.1: ; @.str.1
.asciz "ACPI base address uninitialized - upgrade BIOS or use force_addr=0xaddr\n"
.comm _SIS5595_EXTENT,4,2 ; @SIS5595_EXTENT
l_.str.2: ; @.str.2
.asciz "ACPI Base address: %04x\n"
.comm _SMB_INDEX,4,2 ; @SMB_INDEX
.comm _sis5595_driver,4,2 ; @sis5595_driver
l_.str.3: ; @.str.3
.asciz "SMBus registers 0x%04x-0x%04x already in use!\n"
l_.str.4: ; @.str.4
.asciz "forcing ISA address 0x%04X\n"
.comm _PCIBIOS_SUCCESSFUL,8,3 ; @PCIBIOS_SUCCESSFUL
l_.str.5: ; @.str.5
.asciz "force address failed - not supported?\n"
.comm _SIS5595_ENABLE_REG,4,2 ; @SIS5595_ENABLE_REG
l_.str.6: ; @.str.6
.asciz "enabling ACPI\n"
l_.str.7: ; @.str.7
.asciz "ACPI enable failed - not supported?\n"
.no_dead_strip _sis5595_setup
.subsections_via_symbols
| AnghaBench/linux/drivers/i2c/busses/extr_i2c-sis5595.c_sis5595_setup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _gatt_add_a_srv_to_list ## -- Begin function gatt_add_a_srv_to_list
.p2align 4, 0x90
_gatt_add_a_srv_to_list: ## @gatt_add_a_srv_to_list
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rsi, %rsi
je LBB0_1
## %bb.2:
movq 8(%rdi), %rax
testq %rax, %rax
je LBB0_8
## %bb.3:
leaq 8(%rdi), %r8
movq (%rsi), %rdx
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
cmpq (%rax), %rdx
jl LBB0_5
## %bb.6: ## in Loop: Header=BB0_4 Depth=1
movq 8(%rax), %rax
testq %rax, %rax
jne LBB0_4
## %bb.7:
movq 16(%rdi), %rax
movq %rsi, 8(%rax)
movq %rax, 16(%rsi)
movq $0, 8(%rsi)
movq %rsi, 16(%rdi)
jmp LBB0_9
LBB0_1:
leaq L_.str(%rip), %rdi
callq _GATT_TRACE_DEBUG
movq _FALSE@GOTPCREL(%rip), %rax
jmp LBB0_10
LBB0_8:
movq %rsi, 16(%rdi)
movq %rsi, 8(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 8(%rsi)
jmp LBB0_9
LBB0_5:
movq 16(%rax), %rdx
leaq 8(%rdx), %rcx
testq %rdx, %rdx
cmoveq %r8, %rcx
movq %rsi, (%rcx)
movq %rdx, 16(%rsi)
movq %rax, 8(%rsi)
movq %rsi, 16(%rax)
LBB0_9:
incl (%rdi)
callq _gatt_update_last_pri_srv_info
movq _TRUE@GOTPCREL(%rip), %rax
LBB0_10:
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "p_new==NULL"
.comm _FALSE,4,2 ## @FALSE
.comm _TRUE,4,2 ## @TRUE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _gatt_add_a_srv_to_list ; -- Begin function gatt_add_a_srv_to_list
.p2align 2
_gatt_add_a_srv_to_list: ; @gatt_add_a_srv_to_list
.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
cbz x1, LBB0_6
; %bb.1:
mov x9, x0
ldr x8, [x9, #8]!
cbz x8, LBB0_7
; %bb.2:
ldr x10, [x1]
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x11, [x8]
cmp x10, x11
b.lt LBB0_8
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldr x8, [x8, #8]
cbnz x8, LBB0_3
; %bb.5:
ldr x8, [x0, #16]
str x1, [x8, #8]
stp xzr, x8, [x1, #8]
str x1, [x0, #16]
b LBB0_9
LBB0_6:
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _GATT_TRACE_DEBUG
Lloh2:
adrp x8, _FALSE@GOTPAGE
Lloh3:
ldr x8, [x8, _FALSE@GOTPAGEOFF]
b LBB0_10
LBB0_7:
stp x1, x1, [x0, #8]
stp xzr, xzr, [x1, #8]
b LBB0_9
LBB0_8:
ldr x10, [x8, #16]
add x11, x10, #8
cmp x10, #0
csel x9, x9, x11, eq
str x1, [x9]
stp x8, x10, [x1, #8]
str x1, [x8, #16]
LBB0_9:
ldr w8, [x0]
add w8, w8, #1
str w8, [x0]
bl _gatt_update_last_pri_srv_info
Lloh4:
adrp x8, _TRUE@GOTPAGE
Lloh5:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
LBB0_10:
ldr w0, [x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGot Lloh4, Lloh5
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "p_new==NULL"
.comm _FALSE,4,2 ; @FALSE
.comm _TRUE,4,2 ; @TRUE
.subsections_via_symbols
| AnghaBench/esp-idf/components/bt/host/bluedroid/stack/gatt/extr_gatt_utils.c_gatt_add_a_srv_to_list.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dccp_v4_connect ## -- Begin function dccp_v4_connect
.p2align 4, 0x90
_dccp_v4_connect: ## @dccp_v4_connect
.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 $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %ebx
movq %rsi, %r12
movq %rdi, %r14
callq _inet_sk
movq %rax, %r15
movq %r14, %rdi
callq _dccp_sk
movq _DCCP_ROLE_CLIENT@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 4(%rax)
cmpl $23, %ebx
ja LBB0_3
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rax
jmp LBB0_2
LBB0_3:
movq (%r12), %rdx
movq _AF_INET@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rdx
jne LBB0_4
## %bb.5:
movq %rax, -72(%rbp) ## 8-byte Spill
movq 16(%r12), %rbx
movl 48(%r15), %edi
callq _rcu_dereference
movq %rbx, %r13
testq %rax, %rax
je LBB0_9
## %bb.6:
cmpq $0, 16(%rax)
movq %rbx, %r13
je LBB0_9
## %bb.7:
testq %rbx, %rbx
je LBB0_1
## %bb.8:
movq (%rax), %r13
LBB0_9:
movq %rbx, -56(%rbp) ## 8-byte Spill
movq %rax, -64(%rbp) ## 8-byte Spill
movq %r15, %rbx
movq (%r15), %r15
movq %r14, %rdi
callq _RT_CONN_FLAGS
movl 8(%r14), %r8d
movq _IPPROTO_DCCP@GOTPCREL(%rip), %rcx
movl (%rcx), %r9d
movq %rbx, -80(%rbp) ## 8-byte Spill
movl 32(%rbx), %ebx
leaq -48(%rbp), %rdi
movq %r13, %rsi
movq %r15, %rdx
movl %eax, %ecx
pushq $1
pushq %r14
pushq 8(%r12)
pushq %rbx
callq _ip_route_connect
addq $32, %rsp
testl %eax, %eax
js LBB0_10
## %bb.11:
movq -48(%rbp), %rdi
movq _RTCF_MULTICAST@GOTPCREL(%rip), %rax
movq _RTCF_BROADCAST@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
orl (%rax), %ecx
testl %ecx, (%rdi)
je LBB0_13
## %bb.12:
callq _ip_rt_put
movq _ENETUNREACH@GOTPCREL(%rip), %rax
jmp LBB0_2
LBB0_4:
movq _EAFNOSUPPORT@GOTPCREL(%rip), %rax
LBB0_2:
xorl %r13d, %r13d
subl (%rax), %r13d
LBB0_25:
movl %r13d, %eax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
movl %eax, %r13d
jmp LBB0_25
LBB0_13:
movq -64(%rbp), %rax ## 8-byte Reload
testq %rax, %rax
je LBB0_15
## %bb.14:
cmpq $0, 16(%rax)
jne LBB0_16
LBB0_15:
movq 8(%rdi), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
LBB0_16:
movq -80(%rbp), %rbx ## 8-byte Reload
movq (%rbx), %rax
testq %rax, %rax
jne LBB0_18
## %bb.17:
movq 16(%rdi), %rax
movq %rax, (%rbx)
LBB0_18:
movq %rax, 8(%rbx)
movq 8(%r12), %rax
movq %rax, 24(%rbx)
movq -56(%rbp), %rax ## 8-byte Reload
movq %rax, 40(%rbx)
movq %r14, %rdi
callq _inet_csk
movq $0, (%rax)
movq -64(%rbp), %rax ## 8-byte Reload
testq %rax, %rax
je LBB0_20
## %bb.19:
movq 8(%rax), %r15
movq %r14, %rdi
callq _inet_csk
movq %r15, (%rax)
LBB0_20:
movq _DCCP_REQUESTING@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _dccp_set_state
movq _dccp_death_row@GOTPCREL(%rip), %rdi
movq %r14, %rsi
callq _inet_hash_connect
movl %eax, %r13d
testl %eax, %eax
jne LBB0_24
## %bb.21:
movq _IPPROTO_DCCP@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl 32(%rbx), %edx
movq 24(%rbx), %rcx
leaq -48(%rbp), %rdi
movq %r14, %r8
callq _ip_route_newports
movl %eax, %r13d
testl %eax, %eax
jne LBB0_24
## %bb.22:
movq -48(%rbp), %rsi
addq $24, %rsi
movq %r14, %rdi
callq _sk_setup_caps
movq 40(%rbx), %rsi
movl 32(%rbx), %edx
movq (%rbx), %rdi
movq 24(%rbx), %rcx
callq _secure_dccp_sequence_number
movq -72(%rbp), %rcx ## 8-byte Reload
movl %eax, (%rcx)
movq _jiffies@GOTPCREL(%rip), %rcx
xorl (%rcx), %eax
movl %eax, 16(%rbx)
movq %r14, %rdi
callq _dccp_connect
movl %eax, %r13d
movq $0, -48(%rbp)
testl %eax, %eax
je LBB0_23
LBB0_24:
movq _DCCP_CLOSED@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _dccp_set_state
movq -48(%rbp), %rdi
callq _ip_rt_put
movq $0, (%r14)
movq $0, 24(%rbx)
jmp LBB0_25
LBB0_23:
xorl %r13d, %r13d
jmp LBB0_25
.cfi_endproc
## -- End function
.comm _DCCP_ROLE_CLIENT,4,2 ## @DCCP_ROLE_CLIENT
.comm _EINVAL,4,2 ## @EINVAL
.comm _AF_INET,8,3 ## @AF_INET
.comm _EAFNOSUPPORT,4,2 ## @EAFNOSUPPORT
.comm _IPPROTO_DCCP,4,2 ## @IPPROTO_DCCP
.comm _RTCF_MULTICAST,4,2 ## @RTCF_MULTICAST
.comm _RTCF_BROADCAST,4,2 ## @RTCF_BROADCAST
.comm _ENETUNREACH,4,2 ## @ENETUNREACH
.comm _DCCP_REQUESTING,4,2 ## @DCCP_REQUESTING
.comm _dccp_death_row,4,2 ## @dccp_death_row
.comm _jiffies,4,2 ## @jiffies
.comm _DCCP_CLOSED,4,2 ## @DCCP_CLOSED
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dccp_v4_connect ; -- Begin function dccp_v4_connect
.p2align 2
_dccp_v4_connect: ; @dccp_v4_connect
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x28, x27, [sp, #32] ; 16-byte Folded Spill
stp x26, x25, [sp, #48] ; 16-byte Folded Spill
stp x24, x23, [sp, #64] ; 16-byte Folded Spill
stp x22, x21, [sp, #80] ; 16-byte Folded Spill
stp x20, x19, [sp, #96] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x23, x2
mov x22, x1
mov x19, x0
bl _inet_sk
mov x20, x0
mov x0, x19
bl _dccp_sk
Lloh0:
adrp x8, _DCCP_ROLE_CLIENT@GOTPAGE
Lloh1:
ldr x8, [x8, _DCCP_ROLE_CLIENT@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
str w8, [x0, #4]
cmp w23, #23
b.hi LBB0_2
LBB0_1:
Lloh3:
adrp x8, _EINVAL@GOTPAGE
Lloh4:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
b LBB0_11
LBB0_2:
ldr x8, [x22]
Lloh5:
adrp x9, _AF_INET@GOTPAGE
Lloh6:
ldr x9, [x9, _AF_INET@GOTPAGEOFF]
Lloh7:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_10
; %bb.3:
mov x21, x0
ldr x27, [x22, #16]
ldr w0, [x20, #48]
bl _rcu_dereference
mov x23, x0
mov x24, x27
cbz x0, LBB0_7
; %bb.4:
ldr x8, [x23, #16]
mov x24, x27
cbz x8, LBB0_7
; %bb.5:
cbz x27, LBB0_1
; %bb.6:
ldr x24, [x23]
LBB0_7:
ldr x25, [x20]
mov x0, x19
bl _RT_CONN_FLAGS
mov x3, x0
ldr w4, [x19, #8]
Lloh8:
adrp x26, _IPPROTO_DCCP@GOTPAGE
Lloh9:
ldr x26, [x26, _IPPROTO_DCCP@GOTPAGEOFF]
ldr w5, [x26]
ldr w6, [x20, #32]
ldr x7, [x22, #8]
mov w8, #1
str w8, [sp, #8]
str x19, [sp]
add x0, sp, #24
mov x1, x24
mov x2, x25
bl _ip_route_connect
tbnz w0, #31, LBB0_13
; %bb.8:
ldr x0, [sp, #24]
ldr w8, [x0]
Lloh10:
adrp x9, _RTCF_MULTICAST@GOTPAGE
Lloh11:
ldr x9, [x9, _RTCF_MULTICAST@GOTPAGEOFF]
Lloh12:
ldr w9, [x9]
Lloh13:
adrp x10, _RTCF_BROADCAST@GOTPAGE
Lloh14:
ldr x10, [x10, _RTCF_BROADCAST@GOTPAGEOFF]
Lloh15:
ldr w10, [x10]
orr w9, w10, w9
tst w9, w8
b.eq LBB0_14
; %bb.9:
bl _ip_rt_put
Lloh16:
adrp x8, _ENETUNREACH@GOTPAGE
Lloh17:
ldr x8, [x8, _ENETUNREACH@GOTPAGEOFF]
b LBB0_11
LBB0_10:
Lloh18:
adrp x8, _EAFNOSUPPORT@GOTPAGE
Lloh19:
ldr x8, [x8, _EAFNOSUPPORT@GOTPAGEOFF]
LBB0_11:
ldr w8, [x8]
neg w24, w8
LBB0_12:
mov x0, x24
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
ldp x24, x23, [sp, #64] ; 16-byte Folded Reload
ldp x26, x25, [sp, #48] ; 16-byte Folded Reload
ldp x28, x27, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #128
ret
LBB0_13:
mov x24, x0
b LBB0_12
LBB0_14:
cbz x23, LBB0_16
; %bb.15:
ldr x8, [x23, #16]
cbnz x8, LBB0_17
LBB0_16:
ldr x27, [x0, #8]
LBB0_17:
ldr x8, [x20]
cbnz x8, LBB0_19
; %bb.18:
ldr x8, [x0, #16]
str x8, [x20]
LBB0_19:
str x8, [x20, #8]
ldr x8, [x22, #8]
str x8, [x20, #24]
str x27, [x20, #40]
mov x0, x19
bl _inet_csk
str xzr, [x0]
cbz x23, LBB0_21
; %bb.20:
ldr x22, [x23, #8]
mov x0, x19
bl _inet_csk
str x22, [x0]
LBB0_21:
Lloh20:
adrp x8, _DCCP_REQUESTING@GOTPAGE
Lloh21:
ldr x8, [x8, _DCCP_REQUESTING@GOTPAGEOFF]
Lloh22:
ldr w1, [x8]
mov x0, x19
bl _dccp_set_state
Lloh23:
adrp x0, _dccp_death_row@GOTPAGE
Lloh24:
ldr x0, [x0, _dccp_death_row@GOTPAGEOFF]
mov x1, x19
bl _inet_hash_connect
mov x24, x0
cbnz w0, LBB0_24
; %bb.22:
ldr w1, [x26]
ldr w2, [x20, #32]
ldr x3, [x20, #24]
add x0, sp, #24
mov x4, x19
bl _ip_route_newports
mov x24, x0
cbnz w0, LBB0_24
; %bb.23:
ldr x8, [sp, #24]
add x1, x8, #24
mov x0, x19
bl _sk_setup_caps
ldr x0, [x20]
ldr x1, [x20, #40]
ldr w2, [x20, #32]
ldr x3, [x20, #24]
bl _secure_dccp_sequence_number
str w0, [x21]
Lloh25:
adrp x8, _jiffies@GOTPAGE
Lloh26:
ldr x8, [x8, _jiffies@GOTPAGEOFF]
Lloh27:
ldr w8, [x8]
eor w8, w8, w0
str w8, [x20, #16]
mov x0, x19
bl _dccp_connect
mov x24, x0
str xzr, [sp, #24]
cbz w0, LBB0_12
LBB0_24:
Lloh28:
adrp x8, _DCCP_CLOSED@GOTPAGE
Lloh29:
ldr x8, [x8, _DCCP_CLOSED@GOTPAGEOFF]
Lloh30:
ldr w1, [x8]
mov x0, x19
bl _dccp_set_state
ldr x0, [sp, #24]
bl _ip_rt_put
str xzr, [x19]
str xzr, [x20, #24]
b LBB0_12
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGot Lloh16, Lloh17
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpLdrGot Lloh23, Lloh24
.loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30
.cfi_endproc
; -- End function
.comm _DCCP_ROLE_CLIENT,4,2 ; @DCCP_ROLE_CLIENT
.comm _EINVAL,4,2 ; @EINVAL
.comm _AF_INET,8,3 ; @AF_INET
.comm _EAFNOSUPPORT,4,2 ; @EAFNOSUPPORT
.comm _IPPROTO_DCCP,4,2 ; @IPPROTO_DCCP
.comm _RTCF_MULTICAST,4,2 ; @RTCF_MULTICAST
.comm _RTCF_BROADCAST,4,2 ; @RTCF_BROADCAST
.comm _ENETUNREACH,4,2 ; @ENETUNREACH
.comm _DCCP_REQUESTING,4,2 ; @DCCP_REQUESTING
.comm _dccp_death_row,4,2 ; @dccp_death_row
.comm _jiffies,4,2 ; @jiffies
.comm _DCCP_CLOSED,4,2 ; @DCCP_CLOSED
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/net/dccp/extr_ipv4.c_dccp_v4_connect.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _yylex ## -- Begin function yylex
.p2align 4, 0x90
_yylex: ## @yylex
.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 $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
cmpb $0, _yy_init(%rip)
jne LBB0_10
## %bb.1:
movb $1, _yy_init(%rip)
cmpl $0, _yy_start(%rip)
je LBB0_272
## %bb.2:
cmpq $0, _yyin(%rip)
je LBB0_273
LBB0_3:
cmpq $0, _yyout(%rip)
je LBB0_274
LBB0_4:
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB0_6
## %bb.5:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rbx
testq %rbx, %rbx
jne LBB0_9
LBB0_6:
callq _yyensure_buffer_stack
movq _yyin(%rip), %r14
movl $64, %edi
callq _malloc
testq %rax, %rax
je LBB0_282
## %bb.7:
movq %rax, %rbx
movq $16384, 24(%rax) ## imm = 0x4000
movl $16386, %edi ## imm = 0x4002
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB0_282
## %bb.8:
movl $1, 36(%rbx)
movq %rbx, %rdi
movq %r14, %rsi
callq _yy_init_buffer
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rbx, (%rax,%rcx,8)
LBB0_9:
movl 32(%rbx), %edx
movl %edx, _yy_n_chars(%rip)
movq 16(%rbx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
LBB0_10:
leaq _yy_ec(%rip), %r13
leaq _yy_accept(%rip), %rbx
leaq _yy_base(%rip), %r12
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
movq _yytext@GOTPCREL(%rip), %r15
jmp LBB0_14
LBB0_11: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.33(%rip), %rbx
.p2align 4, 0x90
LBB0_12: ## in Loop: Header=BB0_14 Depth=1
movq %rbx, %rcx
xorl %eax, %eax
callq _printf
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movq (%r15), %rcx
leaq L_.str.40(%rip), %rsi
movq %rbx, %r8
xorl %eax, %eax
callq _fprintf
leaq _yy_accept(%rip), %rbx
LBB0_13: ## in Loop: Header=BB0_14 Depth=1
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
LBB0_14: ## =>This Loop Header: Depth=1
## Child Loop BB0_15 Depth 2
## Child Loop BB0_17 Depth 3
## Child Loop BB0_21 Depth 4
## Child Loop BB0_24 Depth 4
## Child Loop BB0_104 Depth 5
## Child Loop BB0_35 Depth 5
## Child Loop BB0_53 Depth 6
## Child Loop BB0_56 Depth 6
## Child Loop BB0_60 Depth 6
## Child Loop BB0_64 Depth 6
## Child Loop BB0_73 Depth 6
## Child Loop BB0_78 Depth 6
## Child Loop BB0_88 Depth 6
## Child Loop BB0_127 Depth 5
## Child Loop BB0_134 Depth 6
## Child Loop BB0_140 Depth 5
## Child Loop BB0_114 Depth 5
## Child Loop BB0_121 Depth 6
## Child Loop BB0_146 Depth 4
## Child Loop BB0_153 Depth 5
leaq _yy_def(%rip), %r11
leaq _yy_meta(%rip), %r8
LBB0_15: ## Parent Loop BB0_14 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_17 Depth 3
## Child Loop BB0_21 Depth 4
## Child Loop BB0_24 Depth 4
## Child Loop BB0_104 Depth 5
## Child Loop BB0_35 Depth 5
## Child Loop BB0_53 Depth 6
## Child Loop BB0_56 Depth 6
## Child Loop BB0_60 Depth 6
## Child Loop BB0_64 Depth 6
## Child Loop BB0_73 Depth 6
## Child Loop BB0_78 Depth 6
## Child Loop BB0_88 Depth 6
## Child Loop BB0_127 Depth 5
## Child Loop BB0_134 Depth 6
## Child Loop BB0_140 Depth 5
## Child Loop BB0_114 Depth 5
## Child Loop BB0_121 Depth 6
## Child Loop BB0_146 Depth 4
## Child Loop BB0_153 Depth 5
movq _yy_c_buf_p(%rip), %r14
movb _yy_hold_char(%rip), %al
movb %al, (%r14)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl 44(%rax), %ecx
addl _yy_start(%rip), %ecx
movq %r14, -48(%rbp) ## 8-byte Spill
jmp LBB0_17
.p2align 4, 0x90
LBB0_16: ## in Loop: Header=BB0_17 Depth=3
movzwl (%r10,%rsi,2), %ecx
incq %r14
movzwl (%r12,%rcx,2), %eax
cmpl $162, %eax
je LBB0_23
LBB0_17: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_21 Depth 4
## Child Loop BB0_24 Depth 4
## Child Loop BB0_104 Depth 5
## Child Loop BB0_35 Depth 5
## Child Loop BB0_53 Depth 6
## Child Loop BB0_56 Depth 6
## Child Loop BB0_60 Depth 6
## Child Loop BB0_64 Depth 6
## Child Loop BB0_73 Depth 6
## Child Loop BB0_78 Depth 6
## Child Loop BB0_88 Depth 6
## Child Loop BB0_127 Depth 5
## Child Loop BB0_134 Depth 6
## Child Loop BB0_140 Depth 5
## Child Loop BB0_114 Depth 5
## Child Loop BB0_121 Depth 6
## Child Loop BB0_146 Depth 4
## Child Loop BB0_153 Depth 5
movzbl (%r14), %edx
movslq %ecx, %rax
cmpw $0, (%rbx,%rax,2)
je LBB0_19
## %bb.18: ## in Loop: Header=BB0_17 Depth=3
movl %ecx, _yy_last_accepting_state(%rip)
movq %r14, _yy_last_accepting_cpos(%rip)
LBB0_19: ## in Loop: Header=BB0_17 Depth=3
movb (%rdx,%r13), %dl
movzbl %dl, %edi
movzwl (%r12,%rax,2), %esi
addq %rdi, %rsi
movswl (%r9,%rsi,2), %edi
cmpl %edi, %ecx
jne LBB0_21
jmp LBB0_16
.p2align 4, 0x90
LBB0_20: ## in Loop: Header=BB0_21 Depth=4
movzwl (%r12,%rax,2), %ecx
movzbl %dl, %esi
addq %rcx, %rsi
cmpw (%r9,%rsi,2), %ax
je LBB0_16
LBB0_21: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## => This Inner Loop Header: Depth=4
movswq (%r11,%rax,2), %rax
cmpq $98, %rax
jl LBB0_20
## %bb.22: ## in Loop: Header=BB0_21 Depth=4
movzbl %dl, %ecx
movzbl (%rcx,%r8), %edx
jmp LBB0_20
LBB0_23: ## in Loop: Header=BB0_17 Depth=3
movq -48(%rbp), %rax ## 8-byte Reload
movq %rax, -56(%rbp) ## 8-byte Spill
movl %ecx, %eax
LBB0_24: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB0_104 Depth 5
## Child Loop BB0_35 Depth 5
## Child Loop BB0_53 Depth 6
## Child Loop BB0_56 Depth 6
## Child Loop BB0_60 Depth 6
## Child Loop BB0_64 Depth 6
## Child Loop BB0_73 Depth 6
## Child Loop BB0_78 Depth 6
## Child Loop BB0_88 Depth 6
## Child Loop BB0_127 Depth 5
## Child Loop BB0_134 Depth 6
## Child Loop BB0_140 Depth 5
## Child Loop BB0_114 Depth 5
## Child Loop BB0_121 Depth 6
cltq
movzwl (%rbx,%rax,2), %eax
testw %ax, %ax
jne LBB0_26
## %bb.25: ## in Loop: Header=BB0_24 Depth=4
movq _yy_last_accepting_cpos(%rip), %r14
movslq _yy_last_accepting_state(%rip), %rax
movzwl (%rbx,%rax,2), %eax
LBB0_26: ## in Loop: Header=BB0_24 Depth=4
cwtl
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rdx, (%r15)
movq %r14, %rcx
subq %rdx, %rcx
movq _yyleng@GOTPCREL(%rip), %rdx
movq %rcx, (%rdx)
movb (%r14), %cl
movb %cl, _yy_hold_char(%rip)
movb $0, (%r14)
movq %r14, _yy_c_buf_p(%rip)
cmpw $46, %ax
je LBB0_34
## %bb.27: ## in Loop: Header=BB0_24 Depth=4
movabsq $68994354642935, %rcx ## imm = 0x3EBFFFFFFFF7
btq %rax, %rcx
jb LBB0_34
## %bb.28: ## in Loop: Header=BB0_24 Depth=4
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
testq %rcx, %rcx
je LBB0_34
## %bb.29: ## in Loop: Header=BB0_24 Depth=4
movq (%r15), %rdx
cmpq $1, %rcx
jne LBB0_102
## %bb.30: ## in Loop: Header=BB0_24 Depth=4
xorl %esi, %esi
LBB0_31: ## in Loop: Header=BB0_24 Depth=4
testb $1, %cl
je LBB0_34
## %bb.32: ## in Loop: Header=BB0_24 Depth=4
cmpb $10, (%rdx,%rsi)
jne LBB0_34
## %bb.33: ## in Loop: Header=BB0_24 Depth=4
incl _yylineno(%rip)
.p2align 4, 0x90
LBB0_34: ## in Loop: Header=BB0_24 Depth=4
cmpl $49, %eax
ja LBB0_278
LBB0_35: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## => This Loop Header: Depth=5
## Child Loop BB0_53 Depth 6
## Child Loop BB0_56 Depth 6
## Child Loop BB0_60 Depth 6
## Child Loop BB0_64 Depth 6
## Child Loop BB0_73 Depth 6
## Child Loop BB0_78 Depth 6
## Child Loop BB0_88 Depth 6
movl %eax, %eax
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_36: ## in Loop: Header=BB0_35 Depth=5
movq (%r15), %rax
movq %rax, -80(%rbp) ## 8-byte Spill
movb _yy_hold_char(%rip), %al
movb %al, (%r14)
movq _yy_buffer_stack(%rip), %rsi
movq _yy_buffer_stack_top(%rip), %rdi
movq (%rsi,%rdi,8), %r15
cmpl $0, 60(%r15)
je LBB0_38
## %bb.37: ## in Loop: Header=BB0_35 Depth=5
movl _yy_n_chars(%rip), %ecx
jmp LBB0_39
LBB0_38: ## in Loop: Header=BB0_35 Depth=5
movl 32(%r15), %ecx
movl %ecx, _yy_n_chars(%rip)
movq _yyin(%rip), %rax
movq %rax, (%r15)
movq (%rsi,%rdi,8), %r15
movl $1, 60(%r15)
LBB0_39: ## in Loop: Header=BB0_35 Depth=5
movq _yy_c_buf_p(%rip), %r13
movq 8(%r15), %rax
movslq %ecx, %rcx
leaq (%rax,%rcx), %rdx
cmpq %rdx, %r13
jbe LBB0_124
## %bb.40: ## in Loop: Header=BB0_35 Depth=5
leaq (%rcx,%rax), %rdx
incq %rdx
cmpq %rdx, %r13
ja LBB0_279
## %bb.41: ## in Loop: Header=BB0_35 Depth=5
movq _yytext@GOTPCREL(%rip), %rdx
movq (%rdx), %rdx
cmpl $0, 56(%r15)
je LBB0_47
## %bb.42: ## in Loop: Header=BB0_35 Depth=5
movq %rdx, -48(%rbp) ## 8-byte Spill
movq %rdx, %r10
notq %r10
movq %r10, %rcx
addq %r13, %rcx
movq %rcx, -64(%rbp) ## 8-byte Spill
movq %rsi, -88(%rbp) ## 8-byte Spill
movq %rdi, -72(%rbp) ## 8-byte Spill
je LBB0_66
## %bb.43: ## in Loop: Header=BB0_35 Depth=5
xorl %r8d, %r8d
movq -64(%rbp), %r15 ## 8-byte Reload
cmpq $8, %r15
jb LBB0_48
## %bb.44: ## in Loop: Header=BB0_35 Depth=5
movq %rax, %rdx
movq -48(%rbp), %rcx ## 8-byte Reload
subq %rcx, %rdx
cmpq $32, %rdx
jb LBB0_49
## %bb.45: ## in Loop: Header=BB0_35 Depth=5
cmpq $32, %r15
jae LBB0_50
## %bb.46: ## in Loop: Header=BB0_35 Depth=5
xorl %r8d, %r8d
jmp LBB0_59
LBB0_47: ## in Loop: Header=BB0_35 Depth=5
subq %rdx, %r13
cmpq $1, %r13
leaq _yy_ec(%rip), %r13
leaq _yy_nxt(%rip), %r10
je LBB0_100
jmp LBB0_111
LBB0_48: ## in Loop: Header=BB0_35 Depth=5
movq %rax, %rsi
movq -48(%rbp), %rdi ## 8-byte Reload
jmp LBB0_63
LBB0_49: ## in Loop: Header=BB0_35 Depth=5
movq %rax, %rsi
movq %rcx, %rdi
jmp LBB0_63
LBB0_50: ## in Loop: Header=BB0_35 Depth=5
movq %r15, %r8
andq $-32, %r8
leaq -32(%r8), %rdx
movq %rdx, %rdi
shrq $5, %rdi
incq %rdi
movl %edi, %esi
andl $3, %esi
cmpq $96, %rdx
jae LBB0_52
## %bb.51: ## in Loop: Header=BB0_35 Depth=5
xorl %ebx, %ebx
jmp LBB0_54
LBB0_52: ## in Loop: Header=BB0_35 Depth=5
andq $-4, %rdi
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_53: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
movups (%rcx,%rbx), %xmm0
movups 16(%rcx,%rbx), %xmm1
movups %xmm0, (%rax,%rbx)
movups %xmm1, 16(%rax,%rbx)
movups 32(%rcx,%rbx), %xmm0
movups 48(%rcx,%rbx), %xmm1
movups %xmm0, 32(%rax,%rbx)
movups %xmm1, 48(%rax,%rbx)
movups 64(%rcx,%rbx), %xmm0
movups 80(%rcx,%rbx), %xmm1
movups %xmm0, 64(%rax,%rbx)
movups %xmm1, 80(%rax,%rbx)
movups 96(%rcx,%rbx), %xmm0
movups 112(%rcx,%rbx), %xmm1
movups %xmm0, 96(%rax,%rbx)
movups %xmm1, 112(%rax,%rbx)
subq $-128, %rbx
addq $-4, %rdi
jne LBB0_53
LBB0_54: ## in Loop: Header=BB0_35 Depth=5
testq %rsi, %rsi
je LBB0_57
## %bb.55: ## in Loop: Header=BB0_35 Depth=5
leaq (%rcx,%rbx), %rdi
addq $16, %rdi
addq %rax, %rbx
addq $16, %rbx
shlq $5, %rsi
xorl %edx, %edx
.p2align 4, 0x90
LBB0_56: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
movups -16(%rdi,%rdx), %xmm0
movups (%rdi,%rdx), %xmm1
movups %xmm0, -16(%rbx,%rdx)
movups %xmm1, (%rbx,%rdx)
addq $32, %rdx
cmpq %rdx, %rsi
jne LBB0_56
LBB0_57: ## in Loop: Header=BB0_35 Depth=5
cmpq %r8, %r15
je LBB0_65
## %bb.58: ## in Loop: Header=BB0_35 Depth=5
testb $24, %r15b
je LBB0_62
LBB0_59: ## in Loop: Header=BB0_35 Depth=5
movq %r8, %rdx
movq %r15, %r8
andq $-8, %r8
leaq (%rax,%r8), %rsi
leaq (%rcx,%r8), %rdi
.p2align 4, 0x90
LBB0_60: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
movq (%rcx,%rdx), %rbx
movq %rbx, (%rax,%rdx)
addq $8, %rdx
cmpq %rdx, %r8
jne LBB0_60
## %bb.61: ## in Loop: Header=BB0_35 Depth=5
cmpq %r8, %r15
jne LBB0_63
jmp LBB0_65
LBB0_62: ## in Loop: Header=BB0_35 Depth=5
leaq (%rcx,%r8), %rdi
addq %r8, %rax
movq %rax, %rsi
LBB0_63: ## in Loop: Header=BB0_35 Depth=5
movq %r13, %rax
subq %r8, %rax
addq %rax, %r10
xorl %eax, %eax
.p2align 4, 0x90
LBB0_64: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
movzbl (%rdi,%rax), %edx
movb %dl, (%rsi,%rax)
incq %rax
cmpq %rax, %r10
jne LBB0_64
LBB0_65: ## in Loop: Header=BB0_35 Depth=5
movq -88(%rbp), %rsi ## 8-byte Reload
movq -72(%rbp), %rdi ## 8-byte Reload
movq (%rsi,%rdi,8), %r15
leaq _yy_meta(%rip), %r8
LBB0_66: ## in Loop: Header=BB0_35 Depth=5
cmpl $2, 60(%r15)
jne LBB0_71
## %bb.67: ## in Loop: Header=BB0_35 Depth=5
movl $0, _yy_n_chars(%rip)
leaq _yy_nxt(%rip), %r10
LBB0_68: ## in Loop: Header=BB0_35 Depth=5
movl $0, 32(%r15)
LBB0_69: ## in Loop: Header=BB0_35 Depth=5
cmpq $0, -64(%rbp) ## 8-byte Folded Reload
je LBB0_86
## %bb.70: ## in Loop: Header=BB0_35 Depth=5
movl $2, 60(%r15)
movl $2, %r13d
xorl %ebx, %ebx
jmp LBB0_95
LBB0_71: ## in Loop: Header=BB0_35 Depth=5
movq -48(%rbp), %rax ## 8-byte Reload
subq %r13, %rax
movq 24(%r15), %rcx
movq %rcx, %rdx
addq %rax, %rdx
jne LBB0_76
## %bb.72: ## in Loop: Header=BB0_35 Depth=5
movq %rax, -48(%rbp) ## 8-byte Spill
.p2align 4, 0x90
LBB0_73: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
cmpl $0, 36(%r15)
je LBB0_275
## %bb.74: ## in Loop: Header=BB0_73 Depth=6
movq 8(%r15), %rbx
leaq (%rcx,%rcx), %rax
movq %rcx, %rsi
shrq $3, %rsi
addq %rcx, %rsi
testq %rax, %rax
cmovneq %rax, %rsi
movq %rsi, 24(%r15)
addq $2, %rsi
movq %rbx, %rdi
callq _realloc
movq %rax, 8(%r15)
testq %rax, %rax
je LBB0_276
## %bb.75: ## in Loop: Header=BB0_73 Depth=6
subq %rbx, %r13
movslq %r13d, %rcx
addq %rcx, %rax
movq %rax, _yy_c_buf_p(%rip)
movq -88(%rbp), %rcx ## 8-byte Reload
movq -72(%rbp), %rdx ## 8-byte Reload
movq (%rcx,%rdx,8), %r15
movq 24(%r15), %rcx
movq %rcx, %rdx
movq %rax, %r13
addq -48(%rbp), %rdx ## 8-byte Folded Reload
je LBB0_73
LBB0_76: ## in Loop: Header=BB0_35 Depth=5
cmpq $8192, %rdx ## imm = 0x2000
movl $8192, %r13d ## imm = 0x2000
cmovbq %rdx, %r13
cmpl $0, 40(%r15)
je LBB0_87
## %bb.77: ## in Loop: Header=BB0_35 Depth=5
xorl %ebx, %ebx
movq -64(%rbp), %r15 ## 8-byte Reload
.p2align 4, 0x90
LBB0_78: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
movq _yyin(%rip), %rdi
callq _getc
cmpl $-1, %eax
je LBB0_82
## %bb.79: ## in Loop: Header=BB0_78 Depth=6
cmpl $10, %eax
je LBB0_82
## %bb.80: ## in Loop: Header=BB0_78 Depth=6
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
movq 8(%rcx), %rcx
addq %r15, %rcx
movb %al, (%rbx,%rcx)
incq %rbx
cmpq %rbx, %r13
jne LBB0_78
## %bb.81: ## in Loop: Header=BB0_35 Depth=5
movq %r13, %rbx
LBB0_82: ## in Loop: Header=BB0_35 Depth=5
cmpl $-1, %eax
je LBB0_93
## %bb.83: ## in Loop: Header=BB0_35 Depth=5
cmpl $10, %eax
jne LBB0_85
## %bb.84: ## in Loop: Header=BB0_35 Depth=5
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
addq %r15, %rax
movb $10, (%rbx,%rax)
incq %rbx
LBB0_85: ## in Loop: Header=BB0_35 Depth=5
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
leaq _yy_def(%rip), %r11
leaq _yy_meta(%rip), %r8
jmp LBB0_94
LBB0_86: ## in Loop: Header=BB0_35 Depth=5
movq _yyin(%rip), %rdi
callq _yyrestart
leaq _yy_meta(%rip), %r8
leaq _yy_def(%rip), %r11
leaq _yy_nxt(%rip), %r10
leaq _yy_chk(%rip), %r9
movl _yy_n_chars(%rip), %ebx
movq _yy_buffer_stack(%rip), %rsi
movq _yy_buffer_stack_top(%rip), %rdi
movq (%rsi,%rdi,8), %r15
movl $1, %r13d
jmp LBB0_95
LBB0_87: ## in Loop: Header=BB0_35 Depth=5
callq ___error
movl $0, (%rax)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rdi
movq -64(%rbp), %r15 ## 8-byte Reload
.p2align 4, 0x90
LBB0_88: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_35 Depth=5
## => This Inner Loop Header: Depth=6
addq %r15, %rdi
movq _yyin(%rip), %rcx
movl $1, %esi
movq %r13, %rdx
callq _fread
movq %rax, %rbx
movl %ebx, _yy_n_chars(%rip)
testl %ebx, %ebx
jne LBB0_92
## %bb.89: ## in Loop: Header=BB0_88 Depth=6
movq _yyin(%rip), %rdi
callq _ferror
testl %eax, %eax
je LBB0_101
## %bb.90: ## in Loop: Header=BB0_88 Depth=6
callq ___error
cmpl $4, (%rax)
jne LBB0_280
## %bb.91: ## in Loop: Header=BB0_88 Depth=6
callq ___error
movl $0, (%rax)
movq _yyin(%rip), %rdi
callq _clearerr
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rdi
jmp LBB0_88
LBB0_92: ## in Loop: Header=BB0_35 Depth=5
movq _yy_buffer_stack(%rip), %rsi
movq _yy_buffer_stack_top(%rip), %rdi
movq (%rsi,%rdi,8), %r15
movl %ebx, 32(%r15)
xorl %r13d, %r13d
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
leaq _yy_def(%rip), %r11
leaq _yy_meta(%rip), %r8
jmp LBB0_95
LBB0_93: ## in Loop: Header=BB0_35 Depth=5
movq _yyin(%rip), %rdi
callq _ferror
testl %eax, %eax
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
leaq _yy_def(%rip), %r11
leaq _yy_meta(%rip), %r8
jne LBB0_280
LBB0_94: ## in Loop: Header=BB0_35 Depth=5
movl %ebx, _yy_n_chars(%rip)
movq _yy_buffer_stack(%rip), %rsi
movq _yy_buffer_stack_top(%rip), %rdi
movq (%rsi,%rdi,8), %r15
movl %ebx, 32(%r15)
xorl %r13d, %r13d
testl %ebx, %ebx
je LBB0_69
.p2align 4, 0x90
LBB0_95: ## in Loop: Header=BB0_35 Depth=5
movl %ebx, %eax
addq -64(%rbp), %rax ## 8-byte Folded Reload
movslq %eax, %rcx
cmpq 24(%r15), %rcx
jbe LBB0_97
## %bb.96: ## in Loop: Header=BB0_35 Depth=5
movl %ebx, %ecx
sarl %ecx
addl %ecx, %eax
movq %rdi, -72(%rbp) ## 8-byte Spill
movq 8(%r15), %rdi
movq %rsi, %r15
movslq %eax, %rsi
callq _realloc
movq -72(%rbp), %rdi ## 8-byte Reload
movq %r15, %rsi
leaq _yy_meta(%rip), %r8
leaq _yy_def(%rip), %r11
leaq _yy_nxt(%rip), %r10
leaq _yy_chk(%rip), %r9
movq (%r15,%rdi,8), %rcx
movq %rax, 8(%rcx)
movq (%r15,%rdi,8), %rax
movq 8(%rax), %rax
testq %rax, %rax
jne LBB0_98
jmp LBB0_281
LBB0_97: ## in Loop: Header=BB0_35 Depth=5
movq 8(%r15), %rax
LBB0_98: ## in Loop: Header=BB0_35 Depth=5
addl -64(%rbp), %ebx ## 4-byte Folded Reload
movl %ebx, _yy_n_chars(%rip)
movslq %ebx, %rcx
movb $0, (%rax,%rcx)
movq (%rsi,%rdi,8), %rax
movq 8(%rax), %rax
movb $0, 1(%rcx,%rax)
movq (%rsi,%rdi,8), %rax
movq 8(%rax), %rax
movq _yytext@GOTPCREL(%rip), %r15
movq %rax, -48(%rbp) ## 8-byte Spill
movq %rax, (%r15)
cmpl $1, %r13d
jne LBB0_108
## %bb.99: ## in Loop: Header=BB0_35 Depth=5
leaq _yy_ec(%rip), %r13
leaq _yy_accept(%rip), %rbx
movq -48(%rbp), %rdx ## 8-byte Reload
LBB0_100: ## in Loop: Header=BB0_35 Depth=5
movq %rdx, _yy_c_buf_p(%rip)
movl _yy_start(%rip), %eax
movl %eax, %ecx
decl %ecx
shrl $31, %ecx
addl %ecx, %eax
decl %eax
sarl %eax
addl $47, %eax
movq _yytext@GOTPCREL(%rip), %r15
cmpl $49, %eax
jbe LBB0_35
jmp LBB0_278
LBB0_101: ## in Loop: Header=BB0_35 Depth=5
movq _yy_buffer_stack(%rip), %rsi
movq _yy_buffer_stack_top(%rip), %rdi
movq (%rsi,%rdi,8), %r15
leaq _yy_chk(%rip), %r9
leaq _yy_nxt(%rip), %r10
leaq _yy_def(%rip), %r11
leaq _yy_meta(%rip), %r8
jmp LBB0_68
LBB0_102: ## in Loop: Header=BB0_24 Depth=4
movq %rcx, %rdi
andq $-2, %rdi
xorl %esi, %esi
jmp LBB0_104
.p2align 4, 0x90
LBB0_103: ## in Loop: Header=BB0_104 Depth=5
addq $2, %rsi
cmpq %rsi, %rdi
je LBB0_31
LBB0_104: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## => This Inner Loop Header: Depth=5
cmpb $10, (%rdx,%rsi)
jne LBB0_106
## %bb.105: ## in Loop: Header=BB0_104 Depth=5
incl _yylineno(%rip)
LBB0_106: ## in Loop: Header=BB0_104 Depth=5
cmpb $10, 1(%rdx,%rsi)
jne LBB0_103
## %bb.107: ## in Loop: Header=BB0_104 Depth=5
incl _yylineno(%rip)
jmp LBB0_103
LBB0_108: ## in Loop: Header=BB0_24 Depth=4
testl %r13d, %r13d
leaq _yy_accept(%rip), %rbx
je LBB0_143
## %bb.109: ## in Loop: Header=BB0_24 Depth=4
cmpl $2, %r13d
leaq _yy_ec(%rip), %r13
jne LBB0_15
## %bb.110: ## in Loop: Header=BB0_24 Depth=4
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %r15
movq 8(%r15), %rax
movslq _yy_n_chars(%rip), %rcx
movq -48(%rbp), %rdx ## 8-byte Reload
LBB0_111: ## in Loop: Header=BB0_24 Depth=4
movq %rcx, %r14
addq %rax, %r14
movq %r14, _yy_c_buf_p(%rip)
movl 44(%r15), %eax
addl _yy_start(%rip), %eax
movq %rdx, -56(%rbp) ## 8-byte Spill
cmpq %r14, %rdx
movq _yytext@GOTPCREL(%rip), %r15
jae LBB0_24
## %bb.112: ## in Loop: Header=BB0_24 Depth=4
movq %rdx, -48(%rbp) ## 8-byte Spill
movq %rdx, %rcx
jmp LBB0_114
.p2align 4, 0x90
LBB0_113: ## in Loop: Header=BB0_114 Depth=5
movzwl (%r10,%rdi,2), %eax
incq %rcx
cmpq %r14, %rcx
leaq _yy_accept(%rip), %rbx
je LBB0_142
LBB0_114: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## => This Loop Header: Depth=5
## Child Loop BB0_121 Depth 6
movzbl (%rcx), %edx
testq %rdx, %rdx
je LBB0_116
## %bb.115: ## in Loop: Header=BB0_114 Depth=5
movb (%rdx,%r13), %dl
jmp LBB0_117
.p2align 4, 0x90
LBB0_116: ## in Loop: Header=BB0_114 Depth=5
movb $1, %dl
LBB0_117: ## in Loop: Header=BB0_114 Depth=5
movslq %eax, %rsi
cmpw $0, (%rbx,%rsi,2)
je LBB0_119
## %bb.118: ## in Loop: Header=BB0_114 Depth=5
movl %eax, _yy_last_accepting_state(%rip)
movq %rcx, _yy_last_accepting_cpos(%rip)
LBB0_119: ## in Loop: Header=BB0_114 Depth=5
movzwl (%r12,%rsi,2), %ebx
movzbl %dl, %edi
addq %rbx, %rdi
movswl (%r9,%rdi,2), %ebx
cmpl %ebx, %eax
jne LBB0_121
jmp LBB0_113
.p2align 4, 0x90
LBB0_120: ## in Loop: Header=BB0_121 Depth=6
movzwl (%r12,%rsi,2), %eax
movzbl %dl, %edi
addq %rax, %rdi
cmpw (%r9,%rdi,2), %si
je LBB0_113
LBB0_121: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_114 Depth=5
## => This Inner Loop Header: Depth=6
movswq (%r11,%rsi,2), %rsi
cmpq $98, %rsi
jl LBB0_120
## %bb.122: ## in Loop: Header=BB0_121 Depth=6
movzbl %dl, %eax
movzbl (%rax,%r8), %edx
jmp LBB0_120
LBB0_123: ## in Loop: Header=BB0_24 Depth=4
movb _yy_hold_char(%rip), %al
movb %al, (%r14)
movq _yy_last_accepting_cpos(%rip), %r14
movl _yy_last_accepting_state(%rip), %eax
jmp LBB0_24
LBB0_124: ## in Loop: Header=BB0_24 Depth=4
movl %r14d, %ecx
subl -80(%rbp), %ecx ## 4-byte Folded Reload
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rdx
leal -1(%rcx), %eax
movslq %eax, %r14
addq %rdx, %r14
movq %r14, _yy_c_buf_p(%rip)
movl 44(%r15), %eax
addl _yy_start(%rip), %eax
cmpl $2, %ecx
movq %rdx, -56(%rbp) ## 8-byte Spill
jl LBB0_136
## %bb.125: ## in Loop: Header=BB0_24 Depth=4
movq %rdx, %rcx
leaq _yy_ec(%rip), %r13
movq _yytext@GOTPCREL(%rip), %r15
jmp LBB0_127
.p2align 4, 0x90
LBB0_126: ## in Loop: Header=BB0_127 Depth=5
movzwl (%r10,%rdi,2), %eax
incq %rcx
cmpq %r14, %rcx
leaq _yy_accept(%rip), %rbx
je LBB0_137
LBB0_127: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## => This Loop Header: Depth=5
## Child Loop BB0_134 Depth 6
movzbl (%rcx), %edx
testq %rdx, %rdx
je LBB0_129
## %bb.128: ## in Loop: Header=BB0_127 Depth=5
movb (%rdx,%r13), %dl
jmp LBB0_130
.p2align 4, 0x90
LBB0_129: ## in Loop: Header=BB0_127 Depth=5
movb $1, %dl
LBB0_130: ## in Loop: Header=BB0_127 Depth=5
movslq %eax, %rsi
cmpw $0, (%rbx,%rsi,2)
je LBB0_132
## %bb.131: ## in Loop: Header=BB0_127 Depth=5
movl %eax, _yy_last_accepting_state(%rip)
movq %rcx, _yy_last_accepting_cpos(%rip)
LBB0_132: ## in Loop: Header=BB0_127 Depth=5
movzwl (%r12,%rsi,2), %ebx
movzbl %dl, %edi
addq %rbx, %rdi
movswl (%r9,%rdi,2), %ebx
cmpl %ebx, %eax
jne LBB0_134
jmp LBB0_126
.p2align 4, 0x90
LBB0_133: ## in Loop: Header=BB0_134 Depth=6
movzwl (%r12,%rsi,2), %eax
movzbl %dl, %edi
addq %rax, %rdi
cmpw (%r9,%rdi,2), %si
je LBB0_126
LBB0_134: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## Parent Loop BB0_127 Depth=5
## => This Inner Loop Header: Depth=6
movswq (%r11,%rsi,2), %rsi
cmpq $98, %rsi
jl LBB0_133
## %bb.135: ## in Loop: Header=BB0_134 Depth=6
movzbl %dl, %eax
movzbl (%rax,%r8), %edx
jmp LBB0_133
LBB0_136: ## in Loop: Header=BB0_24 Depth=4
leaq _yy_ec(%rip), %r13
movq _yytext@GOTPCREL(%rip), %r15
LBB0_137: ## in Loop: Header=BB0_24 Depth=4
movslq %eax, %rcx
cmpw $0, (%rbx,%rcx,2)
je LBB0_139
## %bb.138: ## in Loop: Header=BB0_24 Depth=4
movl %eax, _yy_last_accepting_state(%rip)
movq %r14, _yy_last_accepting_cpos(%rip)
LBB0_139: ## in Loop: Header=BB0_24 Depth=4
movzwl (%r12,%rcx,2), %edx
movswl 2(%r9,%rdx,2), %esi
cmpl %esi, %eax
je LBB0_141
.p2align 4, 0x90
LBB0_140: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_24 Depth=4
## => This Inner Loop Header: Depth=5
movswq (%r11,%rcx,2), %rcx
movzwl (%r12,%rcx,2), %edx
cmpw 2(%r9,%rdx,2), %cx
jne LBB0_140
LBB0_141: ## in Loop: Header=BB0_24 Depth=4
incq %rdx
movzwl (%r10,%rdx,2), %ecx
cmpl $97, %ecx
je LBB0_24
jmp LBB0_155
LBB0_142: ## in Loop: Header=BB0_24 Depth=4
movq -48(%rbp), %rcx ## 8-byte Reload
movq %rcx, -56(%rbp) ## 8-byte Spill
jmp LBB0_24
LBB0_143: ## in Loop: Header=BB0_17 Depth=3
movl %r14d, %eax
subl -80(%rbp), %eax ## 4-byte Folded Reload
leal -1(%rax), %ecx
movslq %ecx, %r14
addq -48(%rbp), %r14 ## 8-byte Folded Reload
movq %r14, _yy_c_buf_p(%rip)
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
movl 44(%rcx), %ecx
addl _yy_start(%rip), %ecx
cmpl $2, %eax
leaq _yy_ec(%rip), %r13
jl LBB0_17
## %bb.144: ## in Loop: Header=BB0_17 Depth=3
movq -48(%rbp), %rax ## 8-byte Reload
jmp LBB0_146
.p2align 4, 0x90
LBB0_145: ## in Loop: Header=BB0_146 Depth=4
movzwl (%r10,%rdi,2), %ecx
incq %rax
cmpq %r14, %rax
leaq _yy_accept(%rip), %rbx
je LBB0_17
LBB0_146: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB0_153 Depth 5
movzbl (%rax), %edx
testq %rdx, %rdx
je LBB0_148
## %bb.147: ## in Loop: Header=BB0_146 Depth=4
movb (%rdx,%r13), %dl
jmp LBB0_149
.p2align 4, 0x90
LBB0_148: ## in Loop: Header=BB0_146 Depth=4
movb $1, %dl
LBB0_149: ## in Loop: Header=BB0_146 Depth=4
movslq %ecx, %rsi
cmpw $0, (%rbx,%rsi,2)
je LBB0_151
## %bb.150: ## in Loop: Header=BB0_146 Depth=4
movl %ecx, _yy_last_accepting_state(%rip)
movq %rax, _yy_last_accepting_cpos(%rip)
LBB0_151: ## in Loop: Header=BB0_146 Depth=4
movzwl (%r12,%rsi,2), %ebx
movzbl %dl, %edi
addq %rbx, %rdi
movswl (%r9,%rdi,2), %ebx
cmpl %ebx, %ecx
jne LBB0_153
jmp LBB0_145
.p2align 4, 0x90
LBB0_152: ## in Loop: Header=BB0_153 Depth=5
movzwl (%r12,%rsi,2), %ecx
movzbl %dl, %edi
addq %rcx, %rdi
cmpw (%r9,%rdi,2), %si
je LBB0_145
LBB0_153: ## Parent Loop BB0_14 Depth=1
## Parent Loop BB0_15 Depth=2
## Parent Loop BB0_17 Depth=3
## Parent Loop BB0_146 Depth=4
## => This Inner Loop Header: Depth=5
movswq (%r11,%rsi,2), %rsi
cmpq $98, %rsi
jl LBB0_152
## %bb.154: ## in Loop: Header=BB0_153 Depth=5
movzbl %dl, %ecx
movzbl (%rcx,%r8), %edx
jmp LBB0_152
LBB0_155: ## in Loop: Header=BB0_17 Depth=3
incq %r14
movq %r14, _yy_c_buf_p(%rip)
movq -56(%rbp), %rax ## 8-byte Reload
movq %rax, -48(%rbp) ## 8-byte Spill
jmp LBB0_17
LBB0_156: ## in Loop: Header=BB0_15 Depth=2
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_15
## %bb.157: ## in Loop: Header=BB0_15 Depth=2
movq (%r15), %rcx
xorl %edx, %edx
cmpb $10, -1(%rax,%rcx)
sete %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl %edx, 44(%rax)
jmp LBB0_15
LBB0_158: ## in Loop: Header=BB0_15 Depth=2
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_160
## %bb.159: ## in Loop: Header=BB0_15 Depth=2
movq (%r15), %rcx
xorl %edx, %edx
cmpb $10, -1(%rax,%rcx)
sete %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl %edx, 44(%rax)
LBB0_160: ## in Loop: Header=BB0_15 Depth=2
movl $3, _yy_start(%rip)
jmp LBB0_15
LBB0_161: ## in Loop: Header=BB0_15 Depth=2
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_163
## %bb.162: ## in Loop: Header=BB0_15 Depth=2
movq (%r15), %rcx
xorl %edx, %edx
cmpb $10, -1(%rax,%rcx)
sete %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl %edx, 44(%rax)
LBB0_163: ## in Loop: Header=BB0_15 Depth=2
movl $1, _yy_start(%rip)
jmp LBB0_15
LBB0_164: ## in Loop: Header=BB0_15 Depth=2
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_166
## %bb.165: ## in Loop: Header=BB0_15 Depth=2
movq (%r15), %rcx
xorl %edx, %edx
cmpb $10, -1(%rax,%rcx)
sete %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl %edx, 44(%rax)
LBB0_166: ## in Loop: Header=BB0_15 Depth=2
incl _chars(%rip)
incl _lines(%rip)
incl _line_number(%rip)
jmp LBB0_15
LBB0_167: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_11
## %bb.168: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
jmp LBB0_11
LBB0_169: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_171
## %bb.170: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_171: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.31(%rip), %rbx
jmp LBB0_12
LBB0_172: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_174
## %bb.173: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_174: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.1(%rip), %rbx
jmp LBB0_12
LBB0_175: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_177
## %bb.176: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_177: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.2(%rip), %rbx
jmp LBB0_12
LBB0_178: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_180
## %bb.179: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_180: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.3(%rip), %rbx
jmp LBB0_12
LBB0_181: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_183
## %bb.182: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_183: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.4(%rip), %rbx
jmp LBB0_12
LBB0_184: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_186
## %bb.185: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_186: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.5(%rip), %rbx
jmp LBB0_12
LBB0_187: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_189
## %bb.188: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_189: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.6(%rip), %rbx
jmp LBB0_12
LBB0_190: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_192
## %bb.191: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_192: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.7(%rip), %rbx
jmp LBB0_12
LBB0_193: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_195
## %bb.194: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_195: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.8(%rip), %rbx
jmp LBB0_12
LBB0_196: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_198
## %bb.197: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_198: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.9(%rip), %rbx
jmp LBB0_12
LBB0_199: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_201
## %bb.200: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_201: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.10(%rip), %rbx
jmp LBB0_12
LBB0_202: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_204
## %bb.203: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_204: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.11(%rip), %rbx
jmp LBB0_12
LBB0_205: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_207
## %bb.206: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_207: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.12(%rip), %rbx
jmp LBB0_12
LBB0_208: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_210
## %bb.209: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_210: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.13(%rip), %rbx
jmp LBB0_12
LBB0_211: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_213
## %bb.212: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_213: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.14(%rip), %rbx
jmp LBB0_12
LBB0_214: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_216
## %bb.215: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_216: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.15(%rip), %rbx
jmp LBB0_12
LBB0_217: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_219
## %bb.218: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_219: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.16(%rip), %rbx
jmp LBB0_12
LBB0_220: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_222
## %bb.221: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_222: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.17(%rip), %rbx
jmp LBB0_12
LBB0_223: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_225
## %bb.224: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_225: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.18(%rip), %rbx
jmp LBB0_12
LBB0_226: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_228
## %bb.227: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_228: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.19(%rip), %rbx
jmp LBB0_12
LBB0_229: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_231
## %bb.230: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_231: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.20(%rip), %rbx
jmp LBB0_12
LBB0_232: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_234
## %bb.233: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_234: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.21(%rip), %rbx
jmp LBB0_12
LBB0_235: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_237
## %bb.236: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_237: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.22(%rip), %rbx
jmp LBB0_12
LBB0_238: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_240
## %bb.239: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_240: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.23(%rip), %rbx
jmp LBB0_12
LBB0_241: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_243
## %bb.242: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_243: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.24(%rip), %rbx
jmp LBB0_12
LBB0_244: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_246
## %bb.245: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_246: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.25(%rip), %rbx
jmp LBB0_12
LBB0_247: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_249
## %bb.248: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_249: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.26(%rip), %rbx
jmp LBB0_12
LBB0_250: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_252
## %bb.251: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_252: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.27(%rip), %rbx
jmp LBB0_12
LBB0_253: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_255
## %bb.254: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_255: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.28(%rip), %rbx
jmp LBB0_12
LBB0_256: ## in Loop: Header=BB0_14 Depth=1
movb _yy_hold_char(%rip), %al
movb %al, (%r14)
leaq -1(%r14), %rax
movq %rax, _yy_c_buf_p(%rip)
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rdx, (%r15)
movq %rax, %rcx
subq %rdx, %rcx
movq _yyleng@GOTPCREL(%rip), %rdx
movq %rcx, (%rdx)
movb -1(%r14), %cl
movb %cl, _yy_hold_char(%rip)
movb $0, -1(%r14)
movq %rax, _yy_c_buf_p(%rip)
movq (%rdx), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_258
## %bb.257: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_258: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.29(%rip), %rbx
jmp LBB0_12
LBB0_259: ## in Loop: Header=BB0_14 Depth=1
movb _yy_hold_char(%rip), %al
movb %al, (%r14)
leaq -1(%r14), %rax
movq %rax, _yy_c_buf_p(%rip)
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rdx, (%r15)
movq %rax, %rcx
subq %rdx, %rcx
movq _yyleng@GOTPCREL(%rip), %rdx
movq %rcx, (%rdx)
movb -1(%r14), %cl
movb %cl, _yy_hold_char(%rip)
movb $0, -1(%r14)
movq %rax, _yy_c_buf_p(%rip)
movq (%rdx), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_261
## %bb.260: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_261: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.39(%rip), %rdi
leaq L_.str.30(%rip), %rbx
jmp LBB0_12
LBB0_262: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdx
testq %rax, %rax
je LBB0_264
## %bb.263: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdx)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rsi
movq (%rax,%rsi,8), %rax
movl %ecx, 44(%rax)
LBB0_264: ## in Loop: Header=BB0_14 Depth=1
movl _yylineno(%rip), %esi
leaq L_.str.32(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB0_13
LBB0_265: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%r15), %rdi
testq %rax, %rax
je LBB0_267
## %bb.266: ## in Loop: Header=BB0_14 Depth=1
xorl %ecx, %ecx
cmpb $10, -1(%rax,%rdi)
sete %cl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB0_267: ## in Loop: Header=BB0_14 Depth=1
incl _words(%rip)
callq _strlen
addl %eax, _chars(%rip)
jmp LBB0_13
LBB0_268: ## in Loop: Header=BB0_14 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movq (%r15), %rdi
testq %rsi, %rsi
je LBB0_270
## %bb.269: ## in Loop: Header=BB0_14 Depth=1
xorl %eax, %eax
cmpb $10, -1(%rsi,%rdi)
sete %al
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
movl %eax, 44(%rcx)
LBB0_270: ## in Loop: Header=BB0_14 Depth=1
movq _yyout(%rip), %rcx
movl $1, %edx
callq _fwrite
jmp LBB0_13
LBB0_271:
xorl %eax, %eax
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_272:
movl $1, _yy_start(%rip)
cmpq $0, _yyin(%rip)
jne LBB0_3
LBB0_273:
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
cmpq $0, _yyout(%rip)
jne LBB0_4
LBB0_274:
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, _yyout(%rip)
jmp LBB0_4
LBB0_275:
movq $0, 8(%r15)
LBB0_276:
leaq L_.str.47(%rip), %rdi
callq _yy_fatal_error
LBB0_277:
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movl _line_number(%rip), %r8d
movq (%r15), %r9
leaq L_.str.41(%rip), %rsi
leaq L_.str(%rip), %rcx
xorl %eax, %eax
callq _fprintf
movl $1, %edi
callq _exit
LBB0_278:
leaq L_.str.34(%rip), %rdi
callq _yy_fatal_error
LBB0_279:
leaq L_.str.46(%rip), %rdi
callq _yy_fatal_error
LBB0_280:
leaq L_.str.48(%rip), %rdi
callq _yy_fatal_error
LBB0_281:
leaq L_.str.49(%rip), %rdi
callq _yy_fatal_error
LBB0_282:
leaq L_.str.35(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_123, LBB0_123-LJTI0_0
.set L0_0_set_158, LBB0_158-LJTI0_0
.set L0_0_set_161, LBB0_161-LJTI0_0
.set L0_0_set_156, LBB0_156-LJTI0_0
.set L0_0_set_172, LBB0_172-LJTI0_0
.set L0_0_set_175, LBB0_175-LJTI0_0
.set L0_0_set_178, LBB0_178-LJTI0_0
.set L0_0_set_181, LBB0_181-LJTI0_0
.set L0_0_set_184, LBB0_184-LJTI0_0
.set L0_0_set_187, LBB0_187-LJTI0_0
.set L0_0_set_190, LBB0_190-LJTI0_0
.set L0_0_set_193, LBB0_193-LJTI0_0
.set L0_0_set_196, LBB0_196-LJTI0_0
.set L0_0_set_199, LBB0_199-LJTI0_0
.set L0_0_set_202, LBB0_202-LJTI0_0
.set L0_0_set_205, LBB0_205-LJTI0_0
.set L0_0_set_208, LBB0_208-LJTI0_0
.set L0_0_set_211, LBB0_211-LJTI0_0
.set L0_0_set_214, LBB0_214-LJTI0_0
.set L0_0_set_217, LBB0_217-LJTI0_0
.set L0_0_set_220, LBB0_220-LJTI0_0
.set L0_0_set_223, LBB0_223-LJTI0_0
.set L0_0_set_226, LBB0_226-LJTI0_0
.set L0_0_set_229, LBB0_229-LJTI0_0
.set L0_0_set_232, LBB0_232-LJTI0_0
.set L0_0_set_235, LBB0_235-LJTI0_0
.set L0_0_set_238, LBB0_238-LJTI0_0
.set L0_0_set_241, LBB0_241-LJTI0_0
.set L0_0_set_244, LBB0_244-LJTI0_0
.set L0_0_set_247, LBB0_247-LJTI0_0
.set L0_0_set_250, LBB0_250-LJTI0_0
.set L0_0_set_253, LBB0_253-LJTI0_0
.set L0_0_set_256, LBB0_256-LJTI0_0
.set L0_0_set_259, LBB0_259-LJTI0_0
.set L0_0_set_169, LBB0_169-LJTI0_0
.set L0_0_set_262, LBB0_262-LJTI0_0
.set L0_0_set_265, LBB0_265-LJTI0_0
.set L0_0_set_164, LBB0_164-LJTI0_0
.set L0_0_set_167, LBB0_167-LJTI0_0
.set L0_0_set_268, LBB0_268-LJTI0_0
.set L0_0_set_36, LBB0_36-LJTI0_0
.set L0_0_set_271, LBB0_271-LJTI0_0
.set L0_0_set_277, LBB0_277-LJTI0_0
LJTI0_0:
.long L0_0_set_123
.long L0_0_set_158
.long L0_0_set_161
.long L0_0_set_156
.long L0_0_set_156
.long L0_0_set_172
.long L0_0_set_175
.long L0_0_set_178
.long L0_0_set_181
.long L0_0_set_184
.long L0_0_set_187
.long L0_0_set_190
.long L0_0_set_193
.long L0_0_set_196
.long L0_0_set_199
.long L0_0_set_202
.long L0_0_set_205
.long L0_0_set_208
.long L0_0_set_211
.long L0_0_set_214
.long L0_0_set_217
.long L0_0_set_220
.long L0_0_set_223
.long L0_0_set_226
.long L0_0_set_229
.long L0_0_set_232
.long L0_0_set_235
.long L0_0_set_238
.long L0_0_set_241
.long L0_0_set_244
.long L0_0_set_247
.long L0_0_set_250
.long L0_0_set_253
.long L0_0_set_256
.long L0_0_set_259
.long L0_0_set_169
.long L0_0_set_169
.long L0_0_set_169
.long L0_0_set_262
.long L0_0_set_265
.long L0_0_set_164
.long L0_0_set_167
.long L0_0_set_167
.long L0_0_set_167
.long L0_0_set_167
.long L0_0_set_268
.long L0_0_set_36
.long L0_0_set_271
.long L0_0_set_277
.long L0_0_set_271
.end_data_region
## -- End function
.p2align 4, 0x90 ## -- Begin function yyensure_buffer_stack
_yyensure_buffer_stack: ## @yyensure_buffer_stack
.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
pushq %rax
.cfi_offset %rbx, -24
movq _yy_buffer_stack(%rip), %rdi
testq %rdi, %rdi
je LBB1_1
## %bb.3:
movq _yy_buffer_stack_max(%rip), %rbx
leaq -1(%rbx), %rax
cmpq %rax, _yy_buffer_stack_top(%rip)
jb LBB1_6
## %bb.4:
leaq 64(,%rbx,8), %rsi
callq _realloc
movq %rax, _yy_buffer_stack(%rip)
testq %rax, %rax
je LBB1_7
## %bb.5:
leaq 8(%rbx), %rcx
xorps %xmm0, %xmm0
movups %xmm0, 48(%rax,%rbx,8)
movups %xmm0, 32(%rax,%rbx,8)
movups %xmm0, 16(%rax,%rbx,8)
movups %xmm0, (%rax,%rbx,8)
movq %rcx, _yy_buffer_stack_max(%rip)
jmp LBB1_6
LBB1_1:
movl $8, %edi
callq _malloc
movq %rax, _yy_buffer_stack(%rip)
testq %rax, %rax
je LBB1_7
## %bb.2:
movq $0, (%rax)
movq $1, _yy_buffer_stack_max(%rip)
movq $0, _yy_buffer_stack_top(%rip)
LBB1_6:
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB1_7:
leaq L_.str.50(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.globl _yy_create_buffer ## -- Begin function yy_create_buffer
.p2align 4, 0x90
_yy_create_buffer: ## @yy_create_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r15d
movq %rdi, %r14
movl $64, %edi
callq _malloc
testq %rax, %rax
je LBB2_3
## %bb.1:
movq %rax, %rbx
movslq %r15d, %rdi
movq %rdi, 24(%rax)
addq $2, %rdi
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB2_3
## %bb.2:
movl $1, 36(%rbx)
movq %rbx, %rdi
movq %r14, %rsi
callq _yy_init_buffer
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB2_3:
leaq L_.str.35(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.globl _ret_print ## -- Begin function ret_print
.p2align 4, 0x90
_ret_print: ## @ret_print
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movl _yylineno(%rip), %esi
movq _yytext@GOTPCREL(%rip), %r14
movq (%r14), %rdx
leaq L_.str.39(%rip), %rdi
movq %rbx, %rcx
xorl %eax, %eax
callq _printf
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movq (%r14), %rcx
leaq L_.str.40(%rip), %rsi
movq %rbx, %r8
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
jmp _fprintf ## TAILCALL
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_fatal_error
_yy_fatal_error: ## @yy_fatal_error
.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, %rdx
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.51(%rip), %rsi
xorl %eax, %eax
callq _fprintf
movl $2, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _yyrestart ## -- Begin function yyrestart
.p2align 4, 0x90
_yyrestart: ## @yyrestart
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB5_2
## %bb.1:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rbx
testq %rbx, %rbx
jne LBB5_5
LBB5_2:
callq _yyensure_buffer_stack
movq _yyin(%rip), %r15
movl $64, %edi
callq _malloc
testq %rax, %rax
je LBB5_6
## %bb.3:
movq %rax, %rbx
movq $16384, 24(%rax) ## imm = 0x4000
movl $16386, %edi ## imm = 0x4002
callq _malloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB5_6
## %bb.4:
movl $1, 36(%rbx)
movq %rbx, %rdi
movq %r15, %rsi
callq _yy_init_buffer
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rbx, (%rax,%rcx,8)
LBB5_5:
movq %rbx, %rdi
movq %r14, %rsi
callq _yy_init_buffer
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rdx
movl 32(%rdx), %esi
movl %esi, _yy_n_chars(%rip)
movq 16(%rdx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB5_6:
leaq L_.str.35(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_init_buffer
_yy_init_buffer: ## @yy_init_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %rbx
callq ___error
movl (%rax), %r15d
testq %rbx, %rbx
je LBB6_1
## %bb.4:
movl $0, 32(%rbx)
movq 8(%rbx), %rax
movb $0, (%rax)
movq 8(%rbx), %rax
movb $0, 1(%rax)
movq 8(%rbx), %rax
movq %rax, 16(%rbx)
movl $1, 44(%rbx)
movl $0, 60(%rbx)
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB6_5
## %bb.6:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rcx
cmpq %rbx, %rcx
jne LBB6_2
jmp LBB6_8
LBB6_1:
movq _yy_buffer_stack(%rip), %rax
jmp LBB6_2
LBB6_5:
xorl %ecx, %ecx
cmpq %rbx, %rcx
je LBB6_8
LBB6_2:
movq %r14, (%rbx)
movl $1, 56(%rbx)
testq %rax, %rax
jne LBB6_9
## %bb.3:
xorl %eax, %eax
cmpq %rbx, %rax
jne LBB6_11
jmp LBB6_12
LBB6_8:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rdx
movl 32(%rdx), %esi
movl %esi, _yy_n_chars(%rip)
movq 16(%rdx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rcx
movq (%rcx), %rcx
movq %rcx, _yyin(%rip)
movb (%rdx), %cl
movb %cl, _yy_hold_char(%rip)
movq %r14, (%rbx)
movl $1, 56(%rbx)
LBB6_9:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpq %rbx, %rax
je LBB6_12
LBB6_11:
movq $1, 48(%rbx)
LBB6_12:
testq %r14, %r14
je LBB6_13
## %bb.14:
movq %r14, %rdi
callq _fileno
movl %eax, %edi
callq _isatty
xorl %ecx, %ecx
testl %eax, %eax
setg %cl
jmp LBB6_15
LBB6_13:
xorl %ecx, %ecx
LBB6_15:
movl %ecx, 40(%rbx)
callq ___error
movl %r15d, (%rax)
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_switch_to_buffer ## -- Begin function yy_switch_to_buffer
.p2align 4, 0x90
_yy_switch_to_buffer: ## @yy_switch_to_buffer
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _yyensure_buffer_stack
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB7_1
## %bb.3:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rdx
cmpq %rbx, %rdx
je LBB7_7
## %bb.4:
testq %rdx, %rdx
je LBB7_6
## %bb.5:
movb _yy_hold_char(%rip), %dl
movq _yy_c_buf_p(%rip), %rsi
movb %dl, (%rsi)
movq (%rax,%rcx,8), %rdx
movq %rsi, 16(%rdx)
movl _yy_n_chars(%rip), %edx
movq (%rax,%rcx,8), %rsi
movl %edx, 32(%rsi)
jmp LBB7_6
LBB7_1:
testq %rbx, %rbx
je LBB7_7
## %bb.2:
movq _yy_buffer_stack_top(%rip), %rcx
LBB7_6:
movq %rbx, (%rax,%rcx,8)
movl 32(%rbx), %edx
movl %edx, _yy_n_chars(%rip)
movq 16(%rbx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
LBB7_7:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyalloc ## -- Begin function yyalloc
.p2align 4, 0x90
_yyalloc: ## @yyalloc
.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
jmp _malloc ## TAILCALL
.cfi_endproc
## -- End function
.globl _yy_delete_buffer ## -- Begin function yy_delete_buffer
.p2align 4, 0x90
_yy_delete_buffer: ## @yy_delete_buffer
.cfi_startproc
## %bb.0:
testq %rdi, %rdi
je LBB9_9
## %bb.1:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB9_2
## %bb.3:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rcx
cmpq %rbx, %rcx
jne LBB9_6
LBB9_5:
movq _yy_buffer_stack_top(%rip), %rcx
movq $0, (%rax,%rcx,8)
LBB9_6:
cmpl $0, 36(%rbx)
je LBB9_8
## %bb.7:
movq 8(%rbx), %rdi
callq _free
LBB9_8:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _free ## TAILCALL
LBB9_9:
retq
LBB9_2:
xorl %ecx, %ecx
cmpq %rbx, %rcx
jne LBB9_6
jmp LBB9_5
.cfi_endproc
## -- End function
.globl _yyfree ## -- Begin function yyfree
.p2align 4, 0x90
_yyfree: ## @yyfree
.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
jmp _free ## TAILCALL
.cfi_endproc
## -- End function
.globl _yy_flush_buffer ## -- Begin function yy_flush_buffer
.p2align 4, 0x90
_yy_flush_buffer: ## @yy_flush_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
je LBB11_6
## %bb.1:
movl $0, 32(%rdi)
movq 8(%rdi), %rax
movb $0, (%rax)
movq 8(%rdi), %rax
movb $0, 1(%rax)
movq 8(%rdi), %rax
movq %rax, 16(%rdi)
movl $1, 44(%rdi)
movl $0, 60(%rdi)
movq _yy_buffer_stack(%rip), %rax
testq %rax, %rax
je LBB11_2
## %bb.3:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rcx
cmpq %rdi, %rcx
je LBB11_5
LBB11_6:
popq %rbp
retq
LBB11_2:
xorl %ecx, %ecx
cmpq %rdi, %rcx
jne LBB11_6
LBB11_5:
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rdx
movl 32(%rdx), %esi
movl %esi, _yy_n_chars(%rip)
movq 16(%rdx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yypush_buffer_state ## -- Begin function yypush_buffer_state
.p2align 4, 0x90
_yypush_buffer_state: ## @yypush_buffer_state
.cfi_startproc
## %bb.0:
testq %rdi, %rdi
je LBB12_5
## %bb.1:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _yyensure_buffer_stack
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
testq %rax, %rax
je LBB12_4
## %bb.2:
cmpq $0, (%rax,%rcx,8)
je LBB12_4
## %bb.3:
movb _yy_hold_char(%rip), %dl
movq _yy_c_buf_p(%rip), %rsi
movb %dl, (%rsi)
movq (%rax,%rcx,8), %rdx
movq %rsi, 16(%rdx)
movl _yy_n_chars(%rip), %edx
movq (%rax,%rcx,8), %rsi
movl %edx, 32(%rsi)
incq %rcx
movq %rcx, _yy_buffer_stack_top(%rip)
LBB12_4:
movq %rbx, (%rax,%rcx,8)
movl 32(%rbx), %edx
movl %edx, _yy_n_chars(%rip)
movq 16(%rbx), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
addq $8, %rsp
popq %rbx
popq %rbp
LBB12_5:
retq
.cfi_endproc
## -- End function
.globl _yypop_buffer_state ## -- Begin function yypop_buffer_state
.p2align 4, 0x90
_yypop_buffer_state: ## @yypop_buffer_state
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _yy_buffer_stack(%rip), %rbx
testq %rbx, %rbx
je LBB13_7
## %bb.1:
movq _yy_buffer_stack_top(%rip), %r15
movq (%rbx,%r15,8), %r14
testq %r14, %r14
je LBB13_7
## %bb.2:
movq $0, (%rbx,%r15,8)
cmpl $0, 36(%r14)
je LBB13_4
## %bb.3:
movq 8(%r14), %rdi
callq _free
LBB13_4:
movq %r14, %rdi
callq _free
movq $0, (%rbx,%r15,8)
testq %r15, %r15
je LBB13_7
## %bb.5:
leaq -1(%r15), %rax
movq %rax, _yy_buffer_stack_top(%rip)
movq -8(%rbx,%r15,8), %rax
testq %rax, %rax
je LBB13_7
## %bb.6:
movl 32(%rax), %ecx
movl %ecx, _yy_n_chars(%rip)
movq 16(%rax), %rax
movq %rax, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rcx
movq %rax, (%rcx)
movq -8(%rbx,%r15,8), %rcx
movq (%rcx), %rcx
movq %rcx, _yyin(%rip)
movb (%rax), %al
movb %al, _yy_hold_char(%rip)
LBB13_7:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_scan_buffer ## -- Begin function yy_scan_buffer
.p2align 4, 0x90
_yy_scan_buffer: ## @yy_scan_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
cmpq $2, %rsi
jb LBB14_1
## %bb.2:
movq %rsi, %r15
movq %rdi, %rbx
cmpb $0, -2(%rdi,%rsi)
jne LBB14_1
## %bb.4:
cmpb $0, -1(%r15,%rbx)
je LBB14_6
LBB14_1:
xorl %r14d, %r14d
LBB14_12:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB14_6:
movl $64, %edi
callq _malloc
testq %rax, %rax
je LBB14_13
## %bb.7:
movq %rax, %r14
addq $-2, %r15
movq %r15, 24(%rax)
movq %rbx, 8(%rax)
movq %rbx, 16(%rax)
movl $0, 36(%rax)
movq $0, (%rax)
movl %r15d, 32(%rax)
movabsq $4294967296, %rax ## imm = 0x100000000
movq %rax, 40(%r14)
movq $0, 56(%r14)
callq _yyensure_buffer_stack
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
testq %rax, %rax
je LBB14_11
## %bb.8:
movq (%rax,%rcx,8), %rdx
cmpq %r14, %rdx
je LBB14_12
## %bb.9:
testq %rdx, %rdx
je LBB14_11
## %bb.10:
movb _yy_hold_char(%rip), %dl
movq _yy_c_buf_p(%rip), %rsi
movb %dl, (%rsi)
movq (%rax,%rcx,8), %rdx
movq %rsi, 16(%rdx)
movl _yy_n_chars(%rip), %edx
movq (%rax,%rcx,8), %rsi
movl %edx, 32(%rsi)
movl 32(%r14), %r15d
LBB14_11:
movq %r14, (%rax,%rcx,8)
movl %r15d, _yy_n_chars(%rip)
movq 16(%r14), %rdx
movq %rdx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rsi
movq %rdx, (%rsi)
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movb (%rdx), %al
movb %al, _yy_hold_char(%rip)
jmp LBB14_12
LBB14_13:
leaq L_.str.36(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.globl _yy_scan_string ## -- Begin function yy_scan_string
.p2align 4, 0x90
_yy_scan_string: ## @yy_scan_string
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
callq _strlen
movq %rax, %r12
leaq 2(%rax), %r14
movq %r14, %rdi
callq _malloc
testq %rax, %rax
je LBB15_5
## %bb.1:
movq %rax, %rbx
testq %r12, %r12
je LBB15_3
## %bb.2:
movq %rbx, %rdi
movq %r15, %rsi
movq %r12, %rdx
callq _memcpy
LBB15_3:
movw $0, (%rbx,%r12)
movq %rbx, %rdi
movq %r14, %rsi
callq _yy_scan_buffer
testq %rax, %rax
je LBB15_6
## %bb.4:
movl $1, 36(%rax)
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB15_5:
leaq L_.str.37(%rip), %rdi
callq _yy_fatal_error
LBB15_6:
leaq L_.str.38(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.globl _yy_scan_bytes ## -- Begin function yy_scan_bytes
.p2align 4, 0x90
_yy_scan_bytes: ## @yy_scan_bytes
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %r12
leaq 2(%rsi), %r14
movq %r14, %rdi
callq _malloc
testq %rax, %rax
je LBB16_5
## %bb.1:
movq %rax, %rbx
testq %r15, %r15
je LBB16_3
## %bb.2:
movq %rbx, %rdi
movq %r12, %rsi
movq %r15, %rdx
callq _memcpy
LBB16_3:
movw $0, (%rbx,%r15)
movq %rbx, %rdi
movq %r14, %rsi
callq _yy_scan_buffer
testq %rax, %rax
je LBB16_6
## %bb.4:
movl $1, 36(%rax)
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB16_5:
leaq L_.str.37(%rip), %rdi
callq _yy_fatal_error
LBB16_6:
leaq L_.str.38(%rip), %rdi
callq _yy_fatal_error
.cfi_endproc
## -- End function
.globl _yyget_lineno ## -- Begin function yyget_lineno
.p2align 4, 0x90
_yyget_lineno: ## @yyget_lineno
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _yylineno(%rip), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_in ## -- Begin function yyget_in
.p2align 4, 0x90
_yyget_in: ## @yyget_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyin(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_out ## -- Begin function yyget_out
.p2align 4, 0x90
_yyget_out: ## @yyget_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyout(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_leng ## -- Begin function yyget_leng
.p2align 4, 0x90
_yyget_leng: ## @yyget_leng
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_text ## -- Begin function yyget_text
.p2align 4, 0x90
_yyget_text: ## @yyget_text
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_lineno ## -- Begin function yyset_lineno
.p2align 4, 0x90
_yyset_lineno: ## @yyset_lineno
.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, _yylineno(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_in ## -- Begin function yyset_in
.p2align 4, 0x90
_yyset_in: ## @yyset_in
.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, _yyin(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_out ## -- Begin function yyset_out
.p2align 4, 0x90
_yyset_out: ## @yyset_out
.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, _yyout(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_debug ## -- Begin function yyget_debug
.p2align 4, 0x90
_yyget_debug: ## @yyget_debug
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _yy_flex_debug(%rip), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_debug ## -- Begin function yyset_debug
.p2align 4, 0x90
_yyset_debug: ## @yyset_debug
.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, _yy_flex_debug(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yylex_destroy ## -- Begin function yylex_destroy
.p2align 4, 0x90
_yylex_destroy: ## @yylex_destroy
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _yy_buffer_stack(%rip), %rbx
testq %rbx, %rbx
je LBB27_5
## %bb.1:
movq _yy_buffer_stack_top(%rip), %r15
movq (%rbx,%r15,8), %r14
testq %r14, %r14
je LBB27_5
## %bb.2:
movq $0, (%rbx,%r15,8)
cmpl $0, 36(%r14)
je LBB27_4
## %bb.3:
movq 8(%r14), %rdi
callq _free
movq _yy_buffer_stack(%rip), %rbx
movq _yy_buffer_stack_top(%rip), %r15
LBB27_4:
movq %r14, %rdi
callq _free
movq $0, (%rbx,%r15,8)
LBB27_5:
movq %rbx, %rdi
callq _free
movl $1, _yylineno(%rip)
movq $0, _yy_buffer_stack(%rip)
movq $0, _yy_buffer_stack_top(%rip)
movq $0, _yy_buffer_stack_max(%rip)
movq $0, _yy_c_buf_p(%rip)
movb $0, _yy_init(%rip)
movl $0, _yy_start(%rip)
movq $0, _yyin(%rip)
movq $0, _yyout(%rip)
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyrealloc ## -- Begin function yyrealloc
.p2align 4, 0x90
_yyrealloc: ## @yyrealloc
.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
jmp _realloc ## TAILCALL
.cfi_endproc
## -- End function
.globl _yyerror ## -- Begin function yyerror
.p2align 4, 0x90
_yyerror: ## @yyerror
.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, %rcx
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movl _line_number(%rip), %r8d
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %r9
leaq L_.str.41(%rip), %rsi
xorl %eax, %eax
callq _fprintf
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _countResults ## -- Begin function countResults
.p2align 4, 0x90
_countResults: ## @countResults
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movl _lines(%rip), %ecx
movl _words(%rip), %r8d
movl _chars(%rip), %r9d
leaq L_.str.42(%rip), %rsi
xorl %eax, %eax
popq %rbp
jmp _fprintf ## TAILCALL
.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
movq 8(%rsi), %rdi
leaq L_.str.43(%rip), %rsi
callq _fopen
movq %rax, _yyin(%rip)
leaq L_.str.44(%rip), %rdi
leaq L_.str.45(%rip), %rsi
callq _fopen
movq %rax, _yyout(%rip)
callq _yylex
movq _yyout(%rip), %rdi
movl _yylineno(%rip), %edx
movl _lines(%rip), %ecx
movl _words(%rip), %r8d
movl _chars(%rip), %r9d
leaq L_.str.42(%rip), %rsi
xorl %eax, %eax
callq _fprintf
movq _yyin(%rip), %rdi
callq _fclose
movq _yyout(%rip), %rdi
callq _fclose
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyin ## @yyin
.zerofill __DATA,__common,_yyin,8,3
.globl _yyout ## @yyout
.zerofill __DATA,__common,_yyout,8,3
.section __DATA,__data
.globl _yylineno ## @yylineno
.p2align 2
_yylineno:
.long 1 ## 0x1
.globl _yy_flex_debug ## @yy_flex_debug
.zerofill __DATA,__common,_yy_flex_debug,4,2
.globl _chars ## @chars
.zerofill __DATA,__common,_chars,4,2
.globl _words ## @words
.zerofill __DATA,__common,_words,4,2
.globl _lines ## @lines
.zerofill __DATA,__common,_lines,4,2
.globl _line_number ## @line_number
.p2align 2
_line_number:
.long 1 ## 0x1
.zerofill __DATA,__bss,_yy_init,1,2 ## @yy_init
.zerofill __DATA,__bss,_yy_start,4,2 ## @yy_start
.zerofill __DATA,__bss,_yy_buffer_stack,8,3 ## @yy_buffer_stack
.zerofill __DATA,__bss,_yy_buffer_stack_top,8,3 ## @yy_buffer_stack_top
.zerofill __DATA,__bss,_yy_c_buf_p,8,3 ## @yy_c_buf_p
.zerofill __DATA,__bss,_yy_hold_char,1,0 ## @yy_hold_char
.section __TEXT,__const
.p2align 4 ## @yy_ec
_yy_ec:
.ascii "\000\001\001\001\001\001\001\001\001\002\003\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\004\005\006\001\007\b\t\n\001\001\013\f\001\r\001\016\017\017\017\017\017\017\017\017\017\017\001\001\020\021\022\023\001\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\001\001\001\001\001\025\026\027\030\031\032\033\034\035\036\034\037 \034!\"#\034$%!\034\034&\034\034\034'()\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 4 ## @yy_accept
_yy_accept:
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 46 ## 0x2e
.short 45 ## 0x2d
.short 38 ## 0x26
.short 38 ## 0x26
.short 45 ## 0x2d
.short 45 ## 0x2d
.short 30 ## 0x1e
.short 45 ## 0x2d
.short 28 ## 0x1c
.short 26 ## 0x1a
.short 27 ## 0x1b
.short 29 ## 0x1d
.short 45 ## 0x2d
.short 19 ## 0x13
.short 45 ## 0x2d
.short 39 ## 0x27
.short 39 ## 0x27
.short 35 ## 0x23
.short 39 ## 0x27
.short 35 ## 0x23
.short 37 ## 0x25
.short 35 ## 0x23
.short 36 ## 0x24
.short 36 ## 0x24
.short 39 ## 0x27
.short 31 ## 0x1f
.short 45 ## 0x2d
.short 32 ## 0x20
.short 45 ## 0x2d
.short 45 ## 0x2d
.short 4 ## 0x4
.short 3 ## 0x3
.short 4 ## 0x4
.short 38 ## 0x26
.short 16 ## 0x10
.short 0 ## 0x0
.short 0 ## 0x0
.short 41 ## 0x29
.short 0 ## 0x0
.short 13 ## 0xd
.short 24 ## 0x18
.short 20 ## 0x14
.short 22 ## 0x16
.short 21 ## 0x15
.short 23 ## 0x17
.short 1 ## 0x1
.short 25 ## 0x19
.short 17 ## 0x11
.short 18 ## 0x12
.short 15 ## 0xf
.short 39 ## 0x27
.short 39 ## 0x27
.short 39 ## 0x27
.short 35 ## 0x23
.short 10 ## 0xa
.short 39 ## 0x27
.short 37 ## 0x25
.short 39 ## 0x27
.short 5 ## 0x5
.short 36 ## 0x24
.short 39 ## 0x27
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 2 ## 0x2
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 39 ## 0x27
.short 39 ## 0x27
.short 39 ## 0x27
.short 9 ## 0x9
.short 39 ## 0x27
.short 0 ## 0x0
.short 34 ## 0x22
.short 42 ## 0x2a
.short 44 ## 0x2c
.short 43 ## 0x2b
.short 39 ## 0x27
.short 12 ## 0xc
.short 7 ## 0x7
.short 39 ## 0x27
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 33 ## 0x21
.short 6 ## 0x6
.short 0 ## 0x0
.zerofill __DATA,__bss,_yy_last_accepting_state,4,2 ## @yy_last_accepting_state
.zerofill __DATA,__bss,_yy_last_accepting_cpos,8,3 ## @yy_last_accepting_cpos
.p2align 4 ## @yy_chk
_yy_chk:
.short 0 ## 0x0
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 1 ## 0x1
.short 2 ## 0x2
.short 3 ## 0x3
.short 4 ## 0x4
.short 2 ## 0x2
.short 6 ## 0x6
.short 9 ## 0x9
.short 9 ## 0x9
.short 6 ## 0x6
.short 26 ## 0x1a
.short 3 ## 0x3
.short 4 ## 0x4
.short 10 ## 0xa
.short 10 ## 0xa
.short 12 ## 0xc
.short 16 ## 0x10
.short 18 ## 0x12
.short 17 ## 0x11
.short 12 ## 0xc
.short 26 ## 0x1a
.short 16 ## 0x10
.short 17 ## 0x11
.short 18 ## 0x12
.short 24 ## 0x18
.short 35 ## 0x23
.short 24 ## 0x18
.short 35 ## 0x23
.short 24 ## 0x18
.short 94 ## 0x5e
.short 12 ## 0xc
.short 24 ## 0x18
.short 27 ## 0x1b
.short 40 ## 0x28
.short 40 ## 0x28
.short 27 ## 0x1b
.short 24 ## 0x18
.short 93 ## 0x5d
.short 27 ## 0x1b
.short 27 ## 0x1b
.short 27 ## 0x1b
.short 27 ## 0x1b
.short 29 ## 0x1d
.short 44 ## 0x2c
.short 91 ## 0x5b
.short 29 ## 0x1d
.short 89 ## 0x59
.short 44 ## 0x2c
.short 29 ## 0x1d
.short 88 ## 0x58
.short 29 ## 0x1d
.short 29 ## 0x1d
.short 87 ## 0x57
.short 85 ## 0x55
.short 80 ## 0x50
.short 79 ## 0x4f
.short 77 ## 0x4d
.short 76 ## 0x4c
.short 44 ## 0x2c
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 98 ## 0x62
.short 99 ## 0x63
.short 99 ## 0x63
.short 99 ## 0x63
.short 75 ## 0x4b
.short 99 ## 0x63
.short 99 ## 0x63
.short 100 ## 0x64
.short 74 ## 0x4a
.short 100 ## 0x64
.short 101 ## 0x65
.short 73 ## 0x49
.short 72 ## 0x48
.short 101 ## 0x65
.short 101 ## 0x65
.short 101 ## 0x65
.short 101 ## 0x65
.short 101 ## 0x65
.short 102 ## 0x66
.short 70 ## 0x46
.short 102 ## 0x66
.short 69 ## 0x45
.short 102 ## 0x66
.short 102 ## 0x66
.short 102 ## 0x66
.short 102 ## 0x66
.short 103 ## 0x67
.short 67 ## 0x43
.short 103 ## 0x67
.short 103 ## 0x67
.short 103 ## 0x67
.short 103 ## 0x67
.short 66 ## 0x42
.short 103 ## 0x67
.short 65 ## 0x41
.short 64 ## 0x40
.short 63 ## 0x3f
.short 62 ## 0x3e
.short 60 ## 0x3c
.short 59 ## 0x3b
.short 58 ## 0x3a
.short 39 ## 0x27
.short 36 ## 0x24
.short 33 ## 0x21
.short 31 ## 0x1f
.short 30 ## 0x1e
.short 28 ## 0x1c
.short 25 ## 0x19
.short 23 ## 0x17
.short 21 ## 0x15
.short 20 ## 0x14
.short 19 ## 0x13
.short 15 ## 0xf
.short 14 ## 0xe
.short 11 ## 0xb
.short 7 ## 0x7
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.p2align 4 ## @yy_base
_yy_base:
.short 0 ## 0x0
.short 0 ## 0x0
.short 26 ## 0x1a
.short 40 ## 0x28
.short 41 ## 0x29
.short 0 ## 0x0
.short 30 ## 0x1e
.short 161 ## 0xa1
.short 162 ## 0xa2
.short 45 ## 0x2d
.short 51 ## 0x33
.short 143 ## 0x8f
.short 49 ## 0x31
.short 162 ## 0xa2
.short 150 ## 0x96
.short 141 ## 0x8d
.short 44 ## 0x2c
.short 45 ## 0x2d
.short 46 ## 0x2e
.short 140 ## 0x8c
.short 139 ## 0x8b
.short 138 ## 0x8a
.short 0 ## 0x0
.short 118 ## 0x76
.short 42 ## 0x2a
.short 119 ## 0x77
.short 28 ## 0x1c
.short 45 ## 0x2d
.short 130 ## 0x82
.short 55 ## 0x37
.short 124 ## 0x7c
.short 121 ## 0x79
.short 162 ## 0xa2
.short 109 ## 0x6d
.short 162 ## 0xa2
.short 48 ## 0x30
.short 130 ## 0x82
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 133 ## 0x85
.short 71 ## 0x47
.short 162 ## 0xa2
.short 0 ## 0x0
.short 0 ## 0x0
.short 77 ## 0x4d
.short 0 ## 0x0
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 0 ## 0x0
.short 120 ## 0x78
.short 108 ## 0x6c
.short 122 ## 0x7a
.short 0 ## 0x0
.short 106 ## 0x6a
.short 108 ## 0x6c
.short 105 ## 0x69
.short 106 ## 0x6a
.short 111 ## 0x6f
.short 103 ## 0x67
.short 162 ## 0xa2
.short 92 ## 0x5c
.short 122 ## 0x7a
.short 162 ## 0xa2
.short 112 ## 0x70
.short 107 ## 0x6b
.short 93 ## 0x5d
.short 88 ## 0x58
.short 71 ## 0x47
.short 70 ## 0x46
.short 0 ## 0x0
.short 63 ## 0x3f
.short 65 ## 0x41
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 62 ## 0x3e
.short 0 ## 0x0
.short 88 ## 0x58
.short 63 ## 0x3f
.short 51 ## 0x33
.short 0 ## 0x0
.short 54 ## 0x36
.short 0 ## 0x0
.short 74 ## 0x4a
.short 42 ## 0x2a
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 162 ## 0xa2
.short 98 ## 0x62
.short 104 ## 0x68
.short 107 ## 0x6b
.short 115 ## 0x73
.short 123 ## 0x7b
.short 131 ## 0x83
.p2align 4 ## @yy_def
_yy_def:
.short 0 ## 0x0
.short 97 ## 0x61
.short 1 ## 0x1
.short 98 ## 0x62
.short 98 ## 0x62
.short 1 ## 0x1
.short 1 ## 0x1
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 99 ## 0x63
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 24 ## 0x18
.short 100 ## 0x64
.short 24 ## 0x18
.short 100 ## 0x64
.short 29 ## 0x1d
.short 100 ## 0x64
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 101 ## 0x65
.short 102 ## 0x66
.short 99 ## 0x63
.short 103 ## 0x67
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 24 ## 0x18
.short 100 ## 0x64
.short 100 ## 0x64
.short 27 ## 0x1b
.short 100 ## 0x64
.short 27 ## 0x1b
.short 29 ## 0x1d
.short 100 ## 0x64
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 101 ## 0x65
.short 102 ## 0x66
.short 103 ## 0x67
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 100 ## 0x64
.short 97 ## 0x61
.short 100 ## 0x64
.short 97 ## 0x61
.short 100 ## 0x64
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 0 ## 0x0
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.p2align 4 ## @yy_meta
_yy_meta:
.ascii "\000\001\001\002\001\001\003\001\001\001\004\001\001\001\001\005\001\001\001\001\006\007\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\001\001\001"
.p2align 4 ## @yy_nxt
_yy_nxt:
.short 0 ## 0x0
.short 8 ## 0x8
.short 9 ## 0x9
.short 10 ## 0xa
.short 8 ## 0x8
.short 11 ## 0xb
.short 8 ## 0x8
.short 12 ## 0xc
.short 13 ## 0xd
.short 14 ## 0xe
.short 8 ## 0x8
.short 15 ## 0xf
.short 16 ## 0x10
.short 17 ## 0x11
.short 18 ## 0x12
.short 8 ## 0x8
.short 19 ## 0x13
.short 20 ## 0x14
.short 21 ## 0x15
.short 8 ## 0x8
.short 22 ## 0x16
.short 8 ## 0x8
.short 22 ## 0x16
.short 23 ## 0x17
.short 24 ## 0x18
.short 25 ## 0x19
.short 26 ## 0x1a
.short 27 ## 0x1b
.short 22 ## 0x16
.short 28 ## 0x1c
.short 29 ## 0x1d
.short 22 ## 0x16
.short 22 ## 0x16
.short 30 ## 0x1e
.short 28 ## 0x1c
.short 30 ## 0x1e
.short 30 ## 0x1e
.short 22 ## 0x16
.short 31 ## 0x1f
.short 32 ## 0x20
.short 33 ## 0x21
.short 34 ## 0x22
.short 35 ## 0x23
.short 38 ## 0x26
.short 38 ## 0x26
.short 36 ## 0x24
.short 35 ## 0x23
.short 40 ## 0x28
.short 40 ## 0x28
.short 36 ## 0x24
.short 57 ## 0x39
.short 39 ## 0x27
.short 39 ## 0x27
.short 40 ## 0x28
.short 40 ## 0x28
.short 42 ## 0x2a
.short 48 ## 0x30
.short 52 ## 0x34
.short 50 ## 0x32
.short 43 ## 0x2b
.short 62 ## 0x3e
.short 49 ## 0x31
.short 51 ## 0x33
.short 53 ## 0x35
.short 59 ## 0x3b
.short 54 ## 0x36
.short 60 ## 0x3c
.short 69 ## 0x45
.short 60 ## 0x3c
.short 96 ## 0x60
.short 45 ## 0x2d
.short 60 ## 0x3c
.short 63 ## 0x3f
.short 40 ## 0x28
.short 40 ## 0x28
.short 63 ## 0x3f
.short 60 ## 0x3c
.short 95 ## 0x5f
.short 63 ## 0x3f
.short 64 ## 0x40
.short 63 ## 0x3f
.short 63 ## 0x3f
.short 65 ## 0x41
.short 97 ## 0x61
.short 94 ## 0x5e
.short 66 ## 0x42
.short 93 ## 0x5d
.short 97 ## 0x61
.short 66 ## 0x42
.short 92 ## 0x5c
.short 66 ## 0x42
.short 66 ## 0x42
.short 91 ## 0x5b
.short 90 ## 0x5a
.short 89 ## 0x59
.short 88 ## 0x58
.short 87 ## 0x57
.short 86 ## 0x56
.short 97 ## 0x61
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 37 ## 0x25
.short 44 ## 0x2c
.short 44 ## 0x2c
.short 44 ## 0x2c
.short 85 ## 0x55
.short 44 ## 0x2c
.short 44 ## 0x2c
.short 57 ## 0x39
.short 84 ## 0x54
.short 57 ## 0x39
.short 72 ## 0x48
.short 83 ## 0x53
.short 82 ## 0x52
.short 72 ## 0x48
.short 72 ## 0x48
.short 72 ## 0x48
.short 72 ## 0x48
.short 72 ## 0x48
.short 73 ## 0x49
.short 81 ## 0x51
.short 73 ## 0x49
.short 80 ## 0x50
.short 73 ## 0x49
.short 73 ## 0x49
.short 73 ## 0x49
.short 73 ## 0x49
.short 74 ## 0x4a
.short 79 ## 0x4f
.short 74 ## 0x4a
.short 74 ## 0x4a
.short 74 ## 0x4a
.short 74 ## 0x4a
.short 63 ## 0x3f
.short 74 ## 0x4a
.short 57 ## 0x39
.short 78 ## 0x4e
.short 57 ## 0x39
.short 77 ## 0x4d
.short 57 ## 0x39
.short 76 ## 0x4c
.short 75 ## 0x4b
.short 71 ## 0x47
.short 70 ## 0x46
.short 68 ## 0x44
.short 67 ## 0x43
.short 63 ## 0x3f
.short 57 ## 0x39
.short 61 ## 0x3d
.short 58 ## 0x3a
.short 56 ## 0x38
.short 55 ## 0x37
.short 54 ## 0x36
.short 47 ## 0x2f
.short 46 ## 0x2e
.short 41 ## 0x29
.short 97 ## 0x61
.short 7 ## 0x7
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.short 97 ## 0x61
.comm _yytext,8,3 ## @yytext
.comm _yyleng,8,3 ## @yyleng
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Unclosed Comment"
L_.str.1: ## @.str.1
.asciz "Control_Structure_if"
L_.str.2: ## @.str.2
.asciz "ELSE IF STATEMENT"
L_.str.3: ## @.str.3
.asciz "ELSE STATEMENT"
L_.str.4: ## @.str.4
.asciz "WHILE STATEMENT"
L_.str.5: ## @.str.5
.asciz "FOR STATEMENT"
L_.str.6: ## @.str.6
.asciz "DO ... WHILE STATEMENT"
L_.str.7: ## @.str.7
.asciz "BREAK STATEMENT"
L_.str.8: ## @.str.8
.asciz "CASE STATEMENT"
L_.str.9: ## @.str.9
.asciz "KeyWord AND"
L_.str.10: ## @.str.10
.asciz "KeyWord OR"
L_.str.11: ## @.str.11
.asciz "GEQ"
L_.str.12: ## @.str.12
.asciz "NEQ"
L_.str.13: ## @.str.13
.asciz "LEQ"
L_.str.14: ## @.str.14
.asciz "EQUAL"
L_.str.15: ## @.str.15
.asciz "ASSIGN"
L_.str.16: ## @.str.16
.asciz "ASSIGNADDBYONE"
L_.str.17: ## @.str.17
.asciz "ASSIGNSUBSTRACTBYONE"
L_.str.18: ## @.str.18
.asciz "ASSIGNADD"
L_.str.19: ## @.str.19
.asciz "ASSIGNSUBSTRACT"
L_.str.20: ## @.str.20
.asciz "ASSIGNMULTIPLY"
L_.str.21: ## @.str.21
.asciz "ASSIGNDIVIDE"
L_.str.22: ## @.str.22
.asciz " Addition "
L_.str.23: ## @.str.23
.asciz " Substruction "
L_.str.24: ## @.str.24
.asciz " Multiplication "
L_.str.25: ## @.str.25
.asciz " Division "
L_.str.26: ## @.str.26
.asciz " Modulo "
L_.str.27: ## @.str.27
.asciz "Opening Brackets"
L_.str.28: ## @.str.28
.asciz "Closing Brackets"
L_.str.29: ## @.str.29
.asciz "Opening php script"
L_.str.30: ## @.str.30
.asciz "Closure php Script"
L_.str.31: ## @.str.31
.asciz "Output Function"
L_.str.32: ## @.str.32
.asciz "%d Unrecognized character: %s\n"
L_.str.33: ## @.str.33
.asciz "Variable"
.zerofill __DATA,__bss,_yy_n_chars,4,2 ## @yy_n_chars
L_.str.34: ## @.str.34
.asciz "fatal flex scanner internal error--no action found"
L_.str.35: ## @.str.35
.asciz "out of dynamic memory in yy_create_buffer()"
L_.str.36: ## @.str.36
.asciz "out of dynamic memory in yy_scan_buffer()"
L_.str.37: ## @.str.37
.asciz "out of dynamic memory in yy_scan_bytes()"
L_.str.38: ## @.str.38
.asciz "bad buffer in yy_scan_bytes()"
L_.str.39: ## @.str.39
.asciz "%d %s\t%s\n"
L_.str.40: ## @.str.40
.asciz "%d %s\t%s\n"
L_.str.41: ## @.str.41
.asciz "%d Error: \"%s\" in line %d. Token = %s\n"
L_.str.42: ## @.str.42
.asciz "%d %8d Lines, %8d Words, %8d Characters"
L_.str.43: ## @.str.43
.asciz "r"
L_.str.44: ## @.str.44
.asciz "student_name.txt"
L_.str.45: ## @.str.45
.asciz "w"
L_.str.46: ## @.str.46
.asciz "fatal flex scanner internal error--end of buffer missed"
L_.str.47: ## @.str.47
.asciz "fatal error - scanner input buffer overflow"
L_.str.48: ## @.str.48
.asciz "input in flex scanner failed"
L_.str.49: ## @.str.49
.asciz "out of dynamic memory in yy_get_next_buffer()"
L_.str.50: ## @.str.50
.asciz "out of dynamic memory in yyensure_buffer_stack()"
.zerofill __DATA,__bss,_yy_buffer_stack_max,8,3 ## @yy_buffer_stack_max
L_.str.51: ## @.str.51
.asciz "%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _yylex ; -- Begin function yylex
.p2align 2
_yylex: ; @yylex
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x28, x27, [sp, #64] ; 16-byte Folded Spill
stp x26, x25, [sp, #80] ; 16-byte Folded Spill
stp x24, x23, [sp, #96] ; 16-byte Folded Spill
stp x22, x21, [sp, #112] ; 16-byte Folded Spill
stp x20, x19, [sp, #128] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
adrp x8, _yy_init@PAGE
ldrb w9, [x8, _yy_init@PAGEOFF]
adrp x28, _yy_hold_char@PAGE
adrp x20, _yy_start@PAGE
adrp x24, _yy_buffer_stack@PAGE
Lloh0:
adrp x23, _yytext@GOTPAGE
Lloh1:
ldr x23, [x23, _yytext@GOTPAGEOFF]
tbnz w9, #0, LBB0_13
; %bb.1:
mov w9, #1
strb w9, [x8, _yy_init@PAGEOFF]
ldr w8, [x20, _yy_start@PAGEOFF]
cbnz w8, LBB0_3
; %bb.2:
str w9, [x20, _yy_start@PAGEOFF]
LBB0_3:
Lloh2:
adrp x8, _yyin@PAGE
Lloh3:
ldr x8, [x8, _yyin@PAGEOFF]
cbnz x8, LBB0_5
; %bb.4:
Lloh4:
adrp x8, ___stdinp@GOTPAGE
Lloh5:
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
LBB0_5:
Lloh7:
adrp x8, _yyout@PAGE
Lloh8:
ldr x8, [x8, _yyout@PAGEOFF]
cbz x8, LBB0_7
; %bb.6:
ldr x8, [x24, _yy_buffer_stack@PAGEOFF]
cbnz x8, LBB0_8
b LBB0_9
LBB0_7:
Lloh9:
adrp x8, ___stdoutp@GOTPAGE
Lloh10:
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
Lloh11:
ldr x8, [x8]
adrp x9, _yyout@PAGE
str x8, [x9, _yyout@PAGEOFF]
ldr x8, [x24, _yy_buffer_stack@PAGEOFF]
cbz x8, LBB0_9
LBB0_8:
Lloh12:
adrp x9, _yy_buffer_stack_top@PAGE
Lloh13:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x19, [x8, x9, lsl #3]
cbnz x19, LBB0_12
LBB0_9:
mov x21, x20
bl _yyensure_buffer_stack
Lloh14:
adrp x8, _yyin@PAGE
Lloh15:
ldr x20, [x8, _yyin@PAGEOFF]
mov w0, #64
bl _malloc
cbz x0, LBB0_266
; %bb.10:
mov x19, x0
mov w8, #16384
str x8, [x0, #24]
mov w0, #16386
bl _malloc
str x0, [x19, #8]
cbz x0, LBB0_266
; %bb.11:
mov w8, #1
str w8, [x19, #36]
mov x0, x19
mov x1, x20
bl _yy_init_buffer
ldr x8, [x24, _yy_buffer_stack@PAGEOFF]
Lloh16:
adrp x9, _yy_buffer_stack_top@PAGE
Lloh17:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
str x19, [x8, x9, lsl #3]
mov x20, x21
LBB0_12:
ldr w10, [x19, #32]
Lloh18:
adrp x11, _yy_n_chars@PAGE
str w10, [x11, _yy_n_chars@PAGEOFF]
ldr x10, [x19, #16]
Lloh19:
adrp x11, _yy_c_buf_p@PAGE
str x10, [x11, _yy_c_buf_p@PAGEOFF]
str x10, [x23]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8]
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
ldrb w8, [x10]
strb w8, [x28, _yy_hold_char@PAGEOFF]
LBB0_13:
Lloh20:
adrp x19, _yy_ec@PAGE
Lloh21:
add x19, x19, _yy_ec@PAGEOFF
Lloh22:
adrp x15, _yy_accept@PAGE
Lloh23:
add x15, x15, _yy_accept@PAGEOFF
Lloh24:
adrp x27, _yy_base@PAGE
Lloh25:
add x27, x27, _yy_base@PAGEOFF
Lloh26:
adrp x22, _yy_chk@PAGE
Lloh27:
add x22, x22, _yy_chk@PAGEOFF
Lloh28:
adrp x16, _yy_nxt@PAGE
Lloh29:
add x16, x16, _yy_nxt@PAGEOFF
adrp x17, _yy_last_accepting_cpos@PAGE
adrp x0, _yy_last_accepting_state@PAGE
Lloh30:
adrp x21, _yy_def@PAGE
Lloh31:
add x21, x21, _yy_def@PAGEOFF
Lloh32:
adrp x25, _yy_meta@PAGE
Lloh33:
add x25, x25, _yy_meta@PAGEOFF
b LBB0_17
LBB0_14: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh34:
adrp x19, l_.str.33@PAGE
Lloh35:
add x19, x19, l_.str.33@PAGEOFF
LBB0_15: ; in Loop: Header=BB0_17 Depth=1
stp x8, x19, [sp, #8]
str x9, [sp]
Lloh36:
adrp x0, l_.str.39@PAGE
Lloh37:
add x0, x0, l_.str.39@PAGEOFF
bl _printf
Lloh38:
adrp x8, _yyout@PAGE
Lloh39:
ldr x0, [x8, _yyout@PAGEOFF]
ldr x8, [x23]
ldr w9, [x26, _yylineno@PAGEOFF]
stp x8, x19, [sp, #8]
str x9, [sp]
Lloh40:
adrp x1, l_.str.40@PAGE
Lloh41:
add x1, x1, l_.str.40@PAGEOFF
bl _fprintf
Lloh42:
adrp x19, _yy_ec@PAGE
Lloh43:
add x19, x19, _yy_ec@PAGEOFF
LBB0_16: ; in Loop: Header=BB0_17 Depth=1
Lloh44:
adrp x15, _yy_accept@PAGE
Lloh45:
add x15, x15, _yy_accept@PAGEOFF
Lloh46:
adrp x16, _yy_nxt@PAGE
Lloh47:
add x16, x16, _yy_nxt@PAGEOFF
adrp x17, _yy_last_accepting_cpos@PAGE
adrp x0, _yy_last_accepting_state@PAGE
LBB0_17: ; =>This Loop Header: Depth=1
; Child Loop BB0_18 Depth 2
; Child Loop BB0_20 Depth 3
; Child Loop BB0_25 Depth 4
; Child Loop BB0_28 Depth 3
; Child Loop BB0_30 Depth 4
; Child Loop BB0_35 Depth 5
; Child Loop BB0_37 Depth 5
; Child Loop BB0_53 Depth 6
; Child Loop BB0_57 Depth 6
; Child Loop BB0_61 Depth 6
; Child Loop BB0_68 Depth 6
; Child Loop BB0_73 Depth 6
; Child Loop BB0_80 Depth 6
; Child Loop BB0_116 Depth 4
; Child Loop BB0_121 Depth 5
; Child Loop BB0_128 Depth 4
; Child Loop BB0_105 Depth 4
; Child Loop BB0_110 Depth 5
; Child Loop BB0_134 Depth 3
; Child Loop BB0_139 Depth 4
Lloh48:
adrp x8, _yy_c_buf_p@PAGE
Lloh49:
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldrb w9, [x28, _yy_hold_char@PAGEOFF]
strb w9, [x8]
ldr w9, [x20, _yy_start@PAGEOFF]
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh50:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh51:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
ldr w10, [x10, #44]
add w10, w10, w9
mov x26, x8
LBB0_18: ; Parent Loop BB0_17 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_20 Depth 3
; Child Loop BB0_25 Depth 4
; Child Loop BB0_28 Depth 3
; Child Loop BB0_30 Depth 4
; Child Loop BB0_35 Depth 5
; Child Loop BB0_37 Depth 5
; Child Loop BB0_53 Depth 6
; Child Loop BB0_57 Depth 6
; Child Loop BB0_61 Depth 6
; Child Loop BB0_68 Depth 6
; Child Loop BB0_73 Depth 6
; Child Loop BB0_80 Depth 6
; Child Loop BB0_116 Depth 4
; Child Loop BB0_121 Depth 5
; Child Loop BB0_128 Depth 4
; Child Loop BB0_105 Depth 4
; Child Loop BB0_110 Depth 5
; Child Loop BB0_134 Depth 3
; Child Loop BB0_139 Depth 4
; kill: def $w10 killed $w10 killed $x10 def $x10
b LBB0_20
LBB0_19: ; in Loop: Header=BB0_20 Depth=3
ldrh w10, [x16, x11, lsl #1]
ldrh w9, [x27, x10, lsl #1]
; kill: def $w10 killed $w10 killed $x10 def $x10
add x26, x26, #1
cmp w9, #162
b.eq LBB0_27
LBB0_20: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_25 Depth 4
ldrb w9, [x26]
ldrh w11, [x15, w10, sxtw #1]
cbz w11, LBB0_22
; %bb.21: ; in Loop: Header=BB0_20 Depth=3
str w10, [x0, _yy_last_accepting_state@PAGEOFF]
str x26, [x17, _yy_last_accepting_cpos@PAGEOFF]
LBB0_22: ; in Loop: Header=BB0_20 Depth=3
ldrb w12, [x19, x9]
sxtw x9, w10
ldrh w11, [x27, x9, lsl #1]
add x11, x11, x12
ldrsh w13, [x22, x11, lsl #1]
cmp w10, w13
b.eq LBB0_19
; %bb.23: ; in Loop: Header=BB0_20 Depth=3
mov x10, x12
b LBB0_25
LBB0_24: ; in Loop: Header=BB0_25 Depth=4
ldrh w11, [x27, x9, lsl #1]
add x11, x11, w10, uxtb
ldrh w12, [x22, x11, lsl #1]
cmp w12, w9, uxth
b.eq LBB0_19
LBB0_25: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_20 Depth=3
; => This Inner Loop Header: Depth=4
ldrsh x9, [x21, x9, lsl #1]
cmp x9, #98
b.lt LBB0_24
; %bb.26: ; in Loop: Header=BB0_25 Depth=4
; kill: def $w10 killed $w10 killed $x10 def $x10
and x10, x10, #0xff
ldrb w10, [x25, x10]
b LBB0_24
LBB0_27: ; in Loop: Header=BB0_18 Depth=2
mov x14, x8
mov x9, x10
LBB0_28: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_30 Depth 4
; Child Loop BB0_35 Depth 5
; Child Loop BB0_37 Depth 5
; Child Loop BB0_53 Depth 6
; Child Loop BB0_57 Depth 6
; Child Loop BB0_61 Depth 6
; Child Loop BB0_68 Depth 6
; Child Loop BB0_73 Depth 6
; Child Loop BB0_80 Depth 6
; Child Loop BB0_116 Depth 4
; Child Loop BB0_121 Depth 5
; Child Loop BB0_128 Depth 4
; Child Loop BB0_105 Depth 4
; Child Loop BB0_110 Depth 5
str x14, [sp, #48] ; 8-byte Folded Spill
ldrh w9, [x15, w9, sxtw #1]
cbnz w9, LBB0_30
LBB0_29: ; in Loop: Header=BB0_28 Depth=3
ldr x26, [x17, _yy_last_accepting_cpos@PAGEOFF]
ldrsw x8, [x0, _yy_last_accepting_state@PAGEOFF]
ldrh w9, [x15, x8, lsl #1]
LBB0_30: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_35 Depth 5
; Child Loop BB0_37 Depth 5
; Child Loop BB0_53 Depth 6
; Child Loop BB0_57 Depth 6
; Child Loop BB0_61 Depth 6
; Child Loop BB0_68 Depth 6
; Child Loop BB0_73 Depth 6
; Child Loop BB0_80 Depth 6
sxth w8, w9
str x14, [x23]
sub x10, x26, x14
Lloh52:
adrp x11, _yyleng@GOTPAGE
Lloh53:
ldr x11, [x11, _yyleng@GOTPAGEOFF]
Lloh54:
str x10, [x11]
ldrb w10, [x26]
strb w10, [x28, _yy_hold_char@PAGEOFF]
strb wzr, [x26]
adrp x10, _yy_c_buf_p@PAGE
str x26, [x10, _yy_c_buf_p@PAGEOFF]
cmp w9, #46
b.eq LBB0_37
; %bb.31: ; in Loop: Header=BB0_30 Depth=4
mov x9, #65527
movk x9, #65535, lsl #16
movk x9, #16063, lsl #32
lsr x9, x9, x8
tbnz w9, #0, LBB0_37
; %bb.32: ; in Loop: Header=BB0_30 Depth=4
Lloh55:
adrp x9, _yyleng@GOTPAGE
Lloh56:
ldr x9, [x9, _yyleng@GOTPAGEOFF]
Lloh57:
ldr x9, [x9]
cbz x9, LBB0_37
; %bb.33: ; in Loop: Header=BB0_30 Depth=4
ldr x10, [x23]
b LBB0_35
LBB0_34: ; in Loop: Header=BB0_35 Depth=5
add x10, x10, #1
subs x9, x9, #1
b.eq LBB0_37
LBB0_35: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; => This Inner Loop Header: Depth=5
ldrb w11, [x10]
cmp w11, #10
b.ne LBB0_34
; %bb.36: ; in Loop: Header=BB0_35 Depth=5
adrp x12, _yylineno@PAGE
ldr w11, [x12, _yylineno@PAGEOFF]
add w11, w11, #1
str w11, [x12, _yylineno@PAGEOFF]
b LBB0_34
LBB0_37: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; => This Loop Header: Depth=5
; Child Loop BB0_53 Depth 6
; Child Loop BB0_57 Depth 6
; Child Loop BB0_61 Depth 6
; Child Loop BB0_68 Depth 6
; Child Loop BB0_73 Depth 6
; Child Loop BB0_80 Depth 6
cmp w8, #49
b.hi LBB0_261
; %bb.38: ; in Loop: Header=BB0_37 Depth=5
mov w8, w8
Lloh58:
adrp x11, lJTI0_0@PAGE
Lloh59:
add x11, x11, lJTI0_0@PAGEOFF
adr x9, LBB0_39
ldrh w10, [x11, x8, lsl #1]
add x9, x9, x10, lsl #2
br x9
LBB0_39: ; in Loop: Header=BB0_37 Depth=5
ldr x8, [x23]
str x8, [sp, #40] ; 8-byte Folded Spill
ldrb w8, [x28, _yy_hold_char@PAGEOFF]
strb w8, [x26]
ldr x20, [x24, _yy_buffer_stack@PAGEOFF]
Lloh60:
adrp x8, _yy_buffer_stack_top@PAGE
Lloh61:
ldr x2, [x8, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x20, x2, lsl #3]
ldr w8, [x24, #60]
cbz w8, LBB0_41
; %bb.40: ; in Loop: Header=BB0_37 Depth=5
Lloh62:
adrp x8, _yy_n_chars@PAGE
Lloh63:
ldr w8, [x8, _yy_n_chars@PAGEOFF]
b LBB0_42
LBB0_41: ; in Loop: Header=BB0_37 Depth=5
ldr w8, [x24, #32]
Lloh64:
adrp x9, _yy_n_chars@PAGE
str w8, [x9, _yy_n_chars@PAGEOFF]
Lloh65:
adrp x9, _yyin@PAGE
Lloh66:
ldr x9, [x9, _yyin@PAGEOFF]
str x9, [x24]
ldr x24, [x20, x2, lsl #3]
mov w9, #1
str w9, [x24, #60]
LBB0_42: ; in Loop: Header=BB0_37 Depth=5
Lloh67:
adrp x9, _yy_c_buf_p@PAGE
Lloh68:
ldr x23, [x9, _yy_c_buf_p@PAGEOFF]
ldr x9, [x24, #8]
sxtw x10, w8
add x8, x9, x10
cmp x23, x8
b.ls LBB0_113
; %bb.43: ; in Loop: Header=BB0_37 Depth=5
add w8, w10, #1
add x8, x9, w8, sxtw
cmp x23, x8
b.hi LBB0_263
; %bb.44: ; in Loop: Header=BB0_37 Depth=5
Lloh69:
adrp x8, _yytext@GOTPAGE
Lloh70:
ldr x8, [x8, _yytext@GOTPAGEOFF]
Lloh71:
ldr x8, [x8]
ldr w11, [x24, #56]
cbz w11, LBB0_50
; %bb.45: ; in Loop: Header=BB0_37 Depth=5
mvn x10, x8
adds x10, x10, x23
str x10, [sp, #56] ; 8-byte Folded Spill
adrp x28, _yyin@PAGE
b.eq LBB0_63
; %bb.46: ; in Loop: Header=BB0_37 Depth=5
mov x10, #0
ldr x1, [sp, #56] ; 8-byte Folded Reload
cmp x1, #8
b.lo LBB0_51
; %bb.47: ; in Loop: Header=BB0_37 Depth=5
sub x12, x9, x8
mov x11, x8
cmp x12, #64
b.lo LBB0_60
; %bb.48: ; in Loop: Header=BB0_37 Depth=5
cmp x1, #64
b.hs LBB0_52
; %bb.49: ; in Loop: Header=BB0_37 Depth=5
mov x10, #0
b LBB0_56
LBB0_50: ; in Loop: Header=BB0_37 Depth=5
sub x11, x23, x8
cmp x11, #1
Lloh72:
adrp x23, _yytext@GOTPAGE
Lloh73:
ldr x23, [x23, _yytext@GOTPAGEOFF]
adrp x20, _yy_start@PAGE
b.eq LBB0_96
b LBB0_102
LBB0_51: ; in Loop: Header=BB0_37 Depth=5
mov x11, x8
b LBB0_60
LBB0_52: ; in Loop: Header=BB0_37 Depth=5
and x10, x1, #0xffffffffffffffc0
add x11, x9, #32
add x12, x8, #32
mov x13, x10
LBB0_53: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldp q0, q1, [x12, #-32]
ldp q2, q3, [x12], #64
stp q0, q1, [x11, #-32]
stp q2, q3, [x11], #64
subs x13, x13, #64
b.ne LBB0_53
; %bb.54: ; in Loop: Header=BB0_37 Depth=5
cmp x1, x10
b.eq LBB0_62
; %bb.55: ; in Loop: Header=BB0_37 Depth=5
tst x1, #0x38
b.eq LBB0_59
LBB0_56: ; in Loop: Header=BB0_37 Depth=5
mov x14, x10
and x10, x1, #0xfffffffffffffff8
add x12, x9, x10
add x11, x8, x10
add x13, x8, x14
add x9, x9, x14
sub x14, x14, x10
LBB0_57: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldr d0, [x13], #8
str d0, [x9], #8
adds x14, x14, #8
b.ne LBB0_57
; %bb.58: ; in Loop: Header=BB0_37 Depth=5
mov x9, x12
cmp x1, x10
b.ne LBB0_60
b LBB0_62
LBB0_59: ; in Loop: Header=BB0_37 Depth=5
add x11, x8, x10
add x9, x9, x10
LBB0_60: ; in Loop: Header=BB0_37 Depth=5
add x10, x10, x8
sub x10, x10, x23
add x10, x10, #1
LBB0_61: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldrb w12, [x11], #1
strb w12, [x9], #1
adds x10, x10, #1
b.lo LBB0_61
LBB0_62: ; in Loop: Header=BB0_37 Depth=5
ldr x24, [x20, x2, lsl #3]
LBB0_63: ; in Loop: Header=BB0_37 Depth=5
ldr w9, [x24, #60]
cmp w9, #2
b.ne LBB0_67
; %bb.64: ; in Loop: Header=BB0_37 Depth=5
adrp x8, _yy_n_chars@PAGE
str wzr, [x8, _yy_n_chars@PAGEOFF]
LBB0_65: ; in Loop: Header=BB0_37 Depth=5
str wzr, [x24, #32]
ldr x8, [sp, #56] ; 8-byte Folded Reload
cbz x8, LBB0_90
LBB0_66: ; in Loop: Header=BB0_37 Depth=5
mov w23, #0
mov w19, #2
str w19, [x24, #60]
b LBB0_91
LBB0_67: ; in Loop: Header=BB0_37 Depth=5
ldr x9, [x24, #24]
sub x25, x8, x23
adds x8, x9, x25
b.ne LBB0_71
LBB0_68: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldr w8, [x24, #36]
cbz w8, LBB0_259
; %bb.69: ; in Loop: Header=BB0_68 Depth=6
mov x28, x20
mov x20, x2
ldr x19, [x24, #8]
lsl x8, x9, #1
add x9, x9, x9, lsr #3
cmp x8, #0
csel x8, x9, x8, eq
str x8, [x24, #24]
add x1, x8, #2
mov x0, x19
bl _realloc
str x0, [x24, #8]
cbz x0, LBB0_260
; %bb.70: ; in Loop: Header=BB0_68 Depth=6
sub x8, x23, x19
add x23, x0, w8, sxtw
adrp x8, _yy_c_buf_p@PAGE
str x23, [x8, _yy_c_buf_p@PAGEOFF]
mov x2, x20
mov x20, x28
ldr x24, [x28, x2, lsl #3]
ldr x9, [x24, #24]
adds x8, x9, x25
b.eq LBB0_68
LBB0_71: ; in Loop: Header=BB0_37 Depth=5
mov w9, #8192
cmp x8, #2, lsl #12 ; =8192
csel x19, x8, x9, lo
ldr w8, [x24, #40]
adrp x28, _yyin@PAGE
Lloh74:
adrp x25, _yy_meta@PAGE
Lloh75:
add x25, x25, _yy_meta@PAGEOFF
cbz w8, LBB0_79
; %bb.72: ; in Loop: Header=BB0_37 Depth=5
mov x23, #0
adrp x20, _yy_buffer_stack@PAGE
adrp x24, _yy_buffer_stack_top@PAGE
LBB0_73: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldr x0, [x28, _yyin@PAGEOFF]
bl _getc
cmn w0, #1
ccmp w0, #10, #4, ne
b.eq LBB0_76
; %bb.74: ; in Loop: Header=BB0_73 Depth=6
ldr x8, [x20, _yy_buffer_stack@PAGEOFF]
ldr x9, [x24, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
ldr x9, [sp, #56] ; 8-byte Folded Reload
add x8, x8, x9
strb w0, [x8, x23]
add x23, x23, #1
cmp x19, x23
b.ne LBB0_73
; %bb.75: ; in Loop: Header=BB0_37 Depth=5
mov x23, x19
LBB0_76: ; in Loop: Header=BB0_37 Depth=5
cmn w0, #1
b.eq LBB0_85
; %bb.77: ; in Loop: Header=BB0_37 Depth=5
cmp w0, #10
b.ne LBB0_86
; %bb.78: ; in Loop: Header=BB0_37 Depth=5
ldr x8, [x20, _yy_buffer_stack@PAGEOFF]
ldr x9, [x24, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
ldr x9, [sp, #56] ; 8-byte Folded Reload
add x8, x8, x9
mov w9, #10
strb w9, [x8, x23]
add x23, x23, #1
b LBB0_86
LBB0_79: ; in Loop: Header=BB0_37 Depth=5
bl ___error
str wzr, [x0]
adrp x20, _yy_buffer_stack@PAGE
ldr x8, [x20, _yy_buffer_stack@PAGEOFF]
adrp x23, _yy_buffer_stack_top@PAGE
ldr x9, [x23, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
ldr x24, [sp, #56] ; 8-byte Folded Reload
add x0, x8, x24
ldr x3, [x28, _yyin@PAGEOFF]
mov w1, #1
mov x2, x19
bl _fread
adrp x8, _yy_n_chars@PAGE
str w0, [x8, _yy_n_chars@PAGEOFF]
cbnz w0, LBB0_84
LBB0_80: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_30 Depth=4
; Parent Loop BB0_37 Depth=5
; => This Inner Loop Header: Depth=6
ldr x0, [x28, _yyin@PAGEOFF]
bl _ferror
cbz w0, LBB0_97
; %bb.81: ; in Loop: Header=BB0_80 Depth=6
bl ___error
ldr w8, [x0]
cmp w8, #4
b.ne LBB0_264
; %bb.82: ; in Loop: Header=BB0_80 Depth=6
bl ___error
str wzr, [x0]
ldr x0, [x28, _yyin@PAGEOFF]
bl _clearerr
ldr x8, [x20, _yy_buffer_stack@PAGEOFF]
ldr x9, [x23, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
add x0, x8, x24
ldr x3, [x28, _yyin@PAGEOFF]
mov w1, #1
mov x2, x19
bl _fread
adrp x8, _yy_n_chars@PAGE
str w0, [x8, _yy_n_chars@PAGEOFF]
cbz w0, LBB0_80
; %bb.83: ; in Loop: Header=BB0_37 Depth=5
; kill: def $w0 killed $w0 killed $x0 def $x0
LBB0_84: ; in Loop: Header=BB0_37 Depth=5
mov w19, #0
ldr x20, [x20, _yy_buffer_stack@PAGEOFF]
ldr x2, [x23, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x20, x2, lsl #3]
str w0, [x24, #32]
mov x23, x0
b LBB0_88
LBB0_85: ; in Loop: Header=BB0_37 Depth=5
ldr x0, [x28, _yyin@PAGEOFF]
bl _ferror
cbnz w0, LBB0_264
LBB0_86: ; in Loop: Header=BB0_37 Depth=5
adrp x8, _yy_n_chars@PAGE
str w23, [x8, _yy_n_chars@PAGEOFF]
ldr x20, [x20, _yy_buffer_stack@PAGEOFF]
ldr x2, [x24, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x20, x2, lsl #3]
str w23, [x24, #32]
cbz w23, LBB0_89
; %bb.87: ; in Loop: Header=BB0_37 Depth=5
mov w19, #0
LBB0_88: ; in Loop: Header=BB0_37 Depth=5
Lloh76:
adrp x15, _yy_accept@PAGE
Lloh77:
add x15, x15, _yy_accept@PAGEOFF
Lloh78:
adrp x16, _yy_nxt@PAGE
Lloh79:
add x16, x16, _yy_nxt@PAGEOFF
adrp x17, _yy_last_accepting_cpos@PAGE
adrp x0, _yy_last_accepting_state@PAGE
b LBB0_91
LBB0_89: ; in Loop: Header=BB0_37 Depth=5
Lloh80:
adrp x15, _yy_accept@PAGE
Lloh81:
add x15, x15, _yy_accept@PAGEOFF
Lloh82:
adrp x16, _yy_nxt@PAGE
Lloh83:
add x16, x16, _yy_nxt@PAGEOFF
adrp x17, _yy_last_accepting_cpos@PAGE
adrp x0, _yy_last_accepting_state@PAGE
ldr x8, [sp, #56] ; 8-byte Folded Reload
cbnz x8, LBB0_66
LBB0_90: ; in Loop: Header=BB0_37 Depth=5
ldr x0, [x28, _yyin@PAGEOFF]
bl _yyrestart
adrp x0, _yy_last_accepting_state@PAGE
adrp x17, _yy_last_accepting_cpos@PAGE
Lloh84:
adrp x16, _yy_nxt@PAGE
Lloh85:
add x16, x16, _yy_nxt@PAGEOFF
Lloh86:
adrp x15, _yy_accept@PAGE
Lloh87:
add x15, x15, _yy_accept@PAGEOFF
Lloh88:
adrp x8, _yy_n_chars@PAGE
Lloh89:
ldr w23, [x8, _yy_n_chars@PAGEOFF]
Lloh90:
adrp x8, _yy_buffer_stack@PAGE
Lloh91:
ldr x20, [x8, _yy_buffer_stack@PAGEOFF]
Lloh92:
adrp x8, _yy_buffer_stack_top@PAGE
Lloh93:
ldr x2, [x8, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x20, x2, lsl #3]
mov w19, #1
LBB0_91: ; in Loop: Header=BB0_37 Depth=5
ldr x8, [sp, #56] ; 8-byte Folded Reload
add x8, x8, w23, uxtw
ldr x9, [x24, #24]
cmp x9, w8, sxtw
lsl x28, x2, #3
b.hs LBB0_93
; %bb.92: ; in Loop: Header=BB0_37 Depth=5
add w8, w8, w23, asr #1
ldr x0, [x24, #8]
sxtw x1, w8
bl _realloc
ldr x8, [x20, x28]
str x0, [x8, #8]
adrp x0, _yy_last_accepting_state@PAGE
adrp x17, _yy_last_accepting_cpos@PAGE
Lloh94:
adrp x16, _yy_nxt@PAGE
Lloh95:
add x16, x16, _yy_nxt@PAGEOFF
Lloh96:
adrp x15, _yy_accept@PAGE
Lloh97:
add x15, x15, _yy_accept@PAGEOFF
ldr x8, [x20, x28]
ldr x8, [x8, #8]
cbnz x8, LBB0_94
b LBB0_265
LBB0_93: ; in Loop: Header=BB0_37 Depth=5
ldr x8, [x24, #8]
LBB0_94: ; in Loop: Header=BB0_37 Depth=5
ldr x9, [sp, #56] ; 8-byte Folded Reload
add w9, w23, w9
adrp x10, _yy_n_chars@PAGE
str w9, [x10, _yy_n_chars@PAGEOFF]
sxtw x9, w9
strb wzr, [x8, x9]
ldr x8, [x20, x28]
ldr x8, [x8, #8]
add x8, x9, x8
strb wzr, [x8, #1]
ldr x8, [x20, x28]
ldr x8, [x8, #8]
Lloh98:
adrp x23, _yytext@GOTPAGE
Lloh99:
ldr x23, [x23, _yytext@GOTPAGEOFF]
str x8, [x23]
adrp x28, _yy_hold_char@PAGE
adrp x20, _yy_start@PAGE
cmp w19, #1
b.ne LBB0_99
; %bb.95: ; in Loop: Header=BB0_37 Depth=5
Lloh100:
adrp x19, _yy_ec@PAGE
Lloh101:
add x19, x19, _yy_ec@PAGEOFF
LBB0_96: ; in Loop: Header=BB0_37 Depth=5
adrp x9, _yy_c_buf_p@PAGE
str x8, [x9, _yy_c_buf_p@PAGEOFF]
ldr w8, [x20, _yy_start@PAGEOFF]
sub w9, w8, #1
cmp w9, #0
csel w8, w8, w9, lt
asr w8, w8, #1
add w8, w8, #47
adrp x24, _yy_buffer_stack@PAGE
b LBB0_37
LBB0_97: ; in Loop: Header=BB0_37 Depth=5
ldr x20, [x20, _yy_buffer_stack@PAGEOFF]
ldr x2, [x23, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x20, x2, lsl #3]
Lloh102:
adrp x15, _yy_accept@PAGE
Lloh103:
add x15, x15, _yy_accept@PAGEOFF
Lloh104:
adrp x16, _yy_nxt@PAGE
Lloh105:
add x16, x16, _yy_nxt@PAGEOFF
adrp x17, _yy_last_accepting_cpos@PAGE
adrp x0, _yy_last_accepting_state@PAGE
b LBB0_65
LBB0_98: ; in Loop: Header=BB0_30 Depth=4
ldrb w8, [x28, _yy_hold_char@PAGEOFF]
strb w8, [x26]
ldr x26, [x17, _yy_last_accepting_cpos@PAGEOFF]
ldr w9, [x0, _yy_last_accepting_state@PAGEOFF]
ldr x14, [sp, #48] ; 8-byte Folded Reload
ldrh w9, [x15, w9, sxtw #1]
cbnz w9, LBB0_30
b LBB0_29
LBB0_99: ; in Loop: Header=BB0_28 Depth=3
cbz w19, LBB0_131
; %bb.100: ; in Loop: Header=BB0_28 Depth=3
cmp w19, #2
adrp x24, _yy_buffer_stack@PAGE
Lloh106:
adrp x19, _yy_ec@PAGE
Lloh107:
add x19, x19, _yy_ec@PAGEOFF
b.ne LBB0_17
; %bb.101: ; in Loop: Header=BB0_28 Depth=3
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh108:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh109:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x24, [x9, x10, lsl #3]
ldr x9, [x24, #8]
Lloh110:
adrp x10, _yy_n_chars@PAGE
Lloh111:
ldrsw x10, [x10, _yy_n_chars@PAGEOFF]
LBB0_102: ; in Loop: Header=BB0_28 Depth=3
add x26, x9, x10
cmp x8, x26
adrp x9, _yy_c_buf_p@PAGE
str x26, [x9, _yy_c_buf_p@PAGEOFF]
ldr w9, [x20, _yy_start@PAGEOFF]
ldr w10, [x24, #44]
add w9, w10, w9
mov x14, x8
adrp x24, _yy_buffer_stack@PAGE
b.hs LBB0_28
; %bb.103: ; in Loop: Header=BB0_28 Depth=3
mov x10, x8
b LBB0_105
LBB0_104: ; in Loop: Header=BB0_105 Depth=4
ldrh w9, [x16, x13, lsl #1]
add x10, x10, #1
cmp x10, x26
b.eq LBB0_130
LBB0_105: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_110 Depth 5
ldrb w11, [x10]
cbz x11, LBB0_112
; %bb.106: ; in Loop: Header=BB0_105 Depth=4
ldrb w11, [x19, x11]
ldrh w12, [x15, w9, sxtw #1]
cbz w12, LBB0_108
LBB0_107: ; in Loop: Header=BB0_105 Depth=4
str w9, [x0, _yy_last_accepting_state@PAGEOFF]
str x10, [x17, _yy_last_accepting_cpos@PAGEOFF]
LBB0_108: ; in Loop: Header=BB0_105 Depth=4
sxtw x12, w9
ldrh w13, [x27, x12, lsl #1]
add x13, x13, w11, uxtw
ldrsh w14, [x22, x13, lsl #1]
cmp w9, w14
b.ne LBB0_110
b LBB0_104
LBB0_109: ; in Loop: Header=BB0_110 Depth=5
ldrh w9, [x27, x12, lsl #1]
add x13, x9, w11, uxtb
ldrh w9, [x22, x13, lsl #1]
cmp w9, w12, uxth
b.eq LBB0_104
LBB0_110: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_105 Depth=4
; => This Inner Loop Header: Depth=5
ldrsh x12, [x21, x12, lsl #1]
cmp x12, #98
b.lt LBB0_109
; %bb.111: ; in Loop: Header=BB0_110 Depth=5
; kill: def $w11 killed $w11 killed $x11 def $x11
and x9, x11, #0xff
ldrb w11, [x25, x9]
b LBB0_109
LBB0_112: ; in Loop: Header=BB0_105 Depth=4
mov w11, #1
ldrh w12, [x15, w9, sxtw #1]
cbnz w12, LBB0_107
b LBB0_108
LBB0_113: ; in Loop: Header=BB0_28 Depth=3
ldr x8, [sp, #40] ; 8-byte Folded Reload
sub w8, w26, w8
Lloh112:
adrp x23, _yytext@GOTPAGE
Lloh113:
ldr x23, [x23, _yytext@GOTPAGEOFF]
ldr x11, [x23]
sub w9, w8, #1
add x26, x11, w9, sxtw
adrp x9, _yy_c_buf_p@PAGE
str x26, [x9, _yy_c_buf_p@PAGEOFF]
adrp x20, _yy_start@PAGE
ldr w9, [x20, _yy_start@PAGEOFF]
ldr w10, [x24, #44]
add w10, w10, w9
cmp w8, #2
mov x14, x11
b.lt LBB0_124
; %bb.114: ; in Loop: Header=BB0_28 Depth=3
mov x8, x11
adrp x24, _yy_buffer_stack@PAGE
b LBB0_116
LBB0_115: ; in Loop: Header=BB0_116 Depth=4
ldrh w10, [x16, x12, lsl #1]
add x8, x8, #1
cmp x8, x26
b.eq LBB0_125
LBB0_116: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_121 Depth 5
ldrb w9, [x8]
cbz x9, LBB0_123
; %bb.117: ; in Loop: Header=BB0_116 Depth=4
ldrb w9, [x19, x9]
ldrh w11, [x15, w10, sxtw #1]
cbz w11, LBB0_119
LBB0_118: ; in Loop: Header=BB0_116 Depth=4
str w10, [x0, _yy_last_accepting_state@PAGEOFF]
str x8, [x17, _yy_last_accepting_cpos@PAGEOFF]
LBB0_119: ; in Loop: Header=BB0_116 Depth=4
sxtw x11, w10
ldrh w12, [x27, x11, lsl #1]
add x12, x12, w9, uxtw
ldrsh w13, [x22, x12, lsl #1]
cmp w10, w13
b.ne LBB0_121
b LBB0_115
LBB0_120: ; in Loop: Header=BB0_121 Depth=5
ldrh w10, [x27, x11, lsl #1]
add x12, x10, w9, uxtb
ldrh w10, [x22, x12, lsl #1]
cmp w10, w11, uxth
b.eq LBB0_115
LBB0_121: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; Parent Loop BB0_116 Depth=4
; => This Inner Loop Header: Depth=5
ldrsh x11, [x21, x11, lsl #1]
cmp x11, #98
b.lt LBB0_120
; %bb.122: ; in Loop: Header=BB0_121 Depth=5
; kill: def $w9 killed $w9 killed $x9 def $x9
and x9, x9, #0xff
ldrb w9, [x25, x9]
b LBB0_120
LBB0_123: ; in Loop: Header=BB0_116 Depth=4
mov w9, #1
ldrh w11, [x15, w10, sxtw #1]
cbnz w11, LBB0_118
b LBB0_119
LBB0_124: ; in Loop: Header=BB0_28 Depth=3
mov x9, x10
adrp x24, _yy_buffer_stack@PAGE
ldrh w8, [x15, w9, sxtw #1]
cbnz w8, LBB0_126
b LBB0_127
LBB0_125: ; in Loop: Header=BB0_28 Depth=3
mov x9, x10
ldrh w8, [x15, w9, sxtw #1]
cbz w8, LBB0_127
LBB0_126: ; in Loop: Header=BB0_28 Depth=3
str w9, [x0, _yy_last_accepting_state@PAGEOFF]
str x26, [x17, _yy_last_accepting_cpos@PAGEOFF]
LBB0_127: ; in Loop: Header=BB0_28 Depth=3
mov x8, x9
sxtw x8, w8
ldrh w10, [x27, x8, lsl #1]
add x10, x10, #1
ldrsh w11, [x22, x10, lsl #1]
cmp w9, w11
b.eq LBB0_129
LBB0_128: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_28 Depth=3
; => This Inner Loop Header: Depth=4
ldrh w11, [x21, x8, lsl #1]
sxth x8, w11
ldrh w10, [x27, x8, lsl #1]
add x10, x10, #1
ldrh w12, [x22, x10, lsl #1]
cmp w11, w12
b.ne LBB0_128
LBB0_129: ; in Loop: Header=BB0_28 Depth=3
ldrh w10, [x16, x10, lsl #1]
cmp w10, #97
b.eq LBB0_28
b LBB0_142
LBB0_130: ; in Loop: Header=BB0_28 Depth=3
mov x14, x8
b LBB0_28
LBB0_131: ; in Loop: Header=BB0_18 Depth=2
ldr x9, [sp, #40] ; 8-byte Folded Reload
sub w9, w26, w9
sub w10, w9, #1
add x26, x8, w10, sxtw
adrp x10, _yy_c_buf_p@PAGE
str x26, [x10, _yy_c_buf_p@PAGEOFF]
ldr w10, [x20, _yy_start@PAGEOFF]
adrp x24, _yy_buffer_stack@PAGE
ldr x11, [x24, _yy_buffer_stack@PAGEOFF]
Lloh114:
adrp x12, _yy_buffer_stack_top@PAGE
Lloh115:
ldr x12, [x12, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x12, lsl #3]
ldr w11, [x11, #44]
add w10, w11, w10
cmp w9, #2
Lloh116:
adrp x19, _yy_ec@PAGE
Lloh117:
add x19, x19, _yy_ec@PAGEOFF
b.lt LBB0_18
; %bb.132: ; in Loop: Header=BB0_18 Depth=2
mov x9, x8
b LBB0_134
LBB0_133: ; in Loop: Header=BB0_134 Depth=3
ldrh w10, [x16, x13, lsl #1]
add x9, x9, #1
cmp x9, x26
b.eq LBB0_18
LBB0_134: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_139 Depth 4
ldrb w11, [x9]
cbz x11, LBB0_141
; %bb.135: ; in Loop: Header=BB0_134 Depth=3
ldrb w11, [x19, x11]
ldrh w12, [x15, w10, sxtw #1]
cbz w12, LBB0_137
LBB0_136: ; in Loop: Header=BB0_134 Depth=3
str w10, [x0, _yy_last_accepting_state@PAGEOFF]
str x9, [x17, _yy_last_accepting_cpos@PAGEOFF]
LBB0_137: ; in Loop: Header=BB0_134 Depth=3
sxtw x12, w10
ldrh w13, [x27, x12, lsl #1]
add x13, x13, w11, uxtw
ldrsh w14, [x22, x13, lsl #1]
cmp w10, w14
b.ne LBB0_139
b LBB0_133
LBB0_138: ; in Loop: Header=BB0_139 Depth=4
ldrh w10, [x27, x12, lsl #1]
add x13, x10, w11, uxtb
ldrh w10, [x22, x13, lsl #1]
cmp w10, w12, uxth
b.eq LBB0_133
LBB0_139: ; Parent Loop BB0_17 Depth=1
; Parent Loop BB0_18 Depth=2
; Parent Loop BB0_134 Depth=3
; => This Inner Loop Header: Depth=4
ldrsh x12, [x21, x12, lsl #1]
cmp x12, #98
b.lt LBB0_138
; %bb.140: ; in Loop: Header=BB0_139 Depth=4
; kill: def $w11 killed $w11 killed $x11 def $x11
and x10, x11, #0xff
ldrb w11, [x25, x10]
b LBB0_138
LBB0_141: ; in Loop: Header=BB0_134 Depth=3
mov w11, #1
ldrh w12, [x15, w10, sxtw #1]
cbnz w12, LBB0_136
b LBB0_137
LBB0_142: ; in Loop: Header=BB0_18 Depth=2
add x26, x26, #1
adrp x8, _yy_c_buf_p@PAGE
str x26, [x8, _yy_c_buf_p@PAGEOFF]
mov x8, x14
b LBB0_18
LBB0_143: ; in Loop: Header=BB0_17 Depth=1
Lloh118:
adrp x8, _yyleng@GOTPAGE
Lloh119:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh120:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_14
; %bb.144: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh121:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh122:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
b LBB0_14
LBB0_145: ; in Loop: Header=BB0_17 Depth=1
Lloh123:
adrp x8, _yyleng@GOTPAGE
Lloh124:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh125:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_147
; %bb.146: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh126:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh127:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_147: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh128:
adrp x19, l_.str.31@PAGE
Lloh129:
add x19, x19, l_.str.31@PAGEOFF
b LBB0_15
LBB0_148: ; in Loop: Header=BB0_17 Depth=1
Lloh130:
adrp x8, _yyleng@GOTPAGE
Lloh131:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh132:
ldr x8, [x8]
cbz x8, LBB0_17
; %bb.149: ; in Loop: Header=BB0_17 Depth=1
ldr x9, [x23]
add x8, x8, x9
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh133:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh134:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB0_17
LBB0_150: ; in Loop: Header=BB0_17 Depth=1
Lloh135:
adrp x8, _yyleng@GOTPAGE
Lloh136:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh137:
ldr x8, [x8]
cbz x8, LBB0_152
; %bb.151: ; in Loop: Header=BB0_17 Depth=1
ldr x9, [x23]
add x8, x8, x9
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh138:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh139:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
LBB0_152: ; in Loop: Header=BB0_17 Depth=1
mov w8, #3
str w8, [x20, _yy_start@PAGEOFF]
b LBB0_17
LBB0_153: ; in Loop: Header=BB0_17 Depth=1
Lloh140:
adrp x8, _yyleng@GOTPAGE
Lloh141:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh142:
ldr x8, [x8]
cbz x8, LBB0_155
; %bb.154: ; in Loop: Header=BB0_17 Depth=1
ldr x9, [x23]
add x8, x8, x9
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh143:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh144:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
LBB0_155: ; in Loop: Header=BB0_17 Depth=1
mov w8, #1
str w8, [x20, _yy_start@PAGEOFF]
b LBB0_17
LBB0_156: ; in Loop: Header=BB0_17 Depth=1
Lloh145:
adrp x8, _yyleng@GOTPAGE
Lloh146:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh147:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_158
; %bb.157: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh148:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh149:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_158: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh150:
adrp x19, l_.str.1@PAGE
Lloh151:
add x19, x19, l_.str.1@PAGEOFF
b LBB0_15
LBB0_159: ; in Loop: Header=BB0_17 Depth=1
Lloh152:
adrp x8, _yyleng@GOTPAGE
Lloh153:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh154:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_161
; %bb.160: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh155:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh156:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_161: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh157:
adrp x19, l_.str.2@PAGE
Lloh158:
add x19, x19, l_.str.2@PAGEOFF
b LBB0_15
LBB0_162: ; in Loop: Header=BB0_17 Depth=1
Lloh159:
adrp x8, _yyleng@GOTPAGE
Lloh160:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh161:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_164
; %bb.163: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh162:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh163:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_164: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh164:
adrp x19, l_.str.3@PAGE
Lloh165:
add x19, x19, l_.str.3@PAGEOFF
b LBB0_15
LBB0_165: ; in Loop: Header=BB0_17 Depth=1
Lloh166:
adrp x8, _yyleng@GOTPAGE
Lloh167:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh168:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_167
; %bb.166: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh169:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh170:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_167: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh171:
adrp x19, l_.str.4@PAGE
Lloh172:
add x19, x19, l_.str.4@PAGEOFF
b LBB0_15
LBB0_168: ; in Loop: Header=BB0_17 Depth=1
Lloh173:
adrp x8, _yyleng@GOTPAGE
Lloh174:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh175:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_170
; %bb.169: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh176:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh177:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_170: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh178:
adrp x19, l_.str.5@PAGE
Lloh179:
add x19, x19, l_.str.5@PAGEOFF
b LBB0_15
LBB0_171: ; in Loop: Header=BB0_17 Depth=1
Lloh180:
adrp x8, _yyleng@GOTPAGE
Lloh181:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh182:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_173
; %bb.172: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh183:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh184:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_173: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh185:
adrp x19, l_.str.6@PAGE
Lloh186:
add x19, x19, l_.str.6@PAGEOFF
b LBB0_15
LBB0_174: ; in Loop: Header=BB0_17 Depth=1
Lloh187:
adrp x8, _yyleng@GOTPAGE
Lloh188:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh189:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_176
; %bb.175: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh190:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh191:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_176: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh192:
adrp x19, l_.str.7@PAGE
Lloh193:
add x19, x19, l_.str.7@PAGEOFF
b LBB0_15
LBB0_177: ; in Loop: Header=BB0_17 Depth=1
Lloh194:
adrp x8, _yyleng@GOTPAGE
Lloh195:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh196:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_179
; %bb.178: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh197:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh198:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_179: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh199:
adrp x19, l_.str.8@PAGE
Lloh200:
add x19, x19, l_.str.8@PAGEOFF
b LBB0_15
LBB0_180: ; in Loop: Header=BB0_17 Depth=1
Lloh201:
adrp x8, _yyleng@GOTPAGE
Lloh202:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh203:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_182
; %bb.181: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh204:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh205:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_182: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh206:
adrp x19, l_.str.9@PAGE
Lloh207:
add x19, x19, l_.str.9@PAGEOFF
b LBB0_15
LBB0_183: ; in Loop: Header=BB0_17 Depth=1
Lloh208:
adrp x8, _yyleng@GOTPAGE
Lloh209:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh210:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_185
; %bb.184: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh211:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh212:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_185: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh213:
adrp x19, l_.str.10@PAGE
Lloh214:
add x19, x19, l_.str.10@PAGEOFF
b LBB0_15
LBB0_186: ; in Loop: Header=BB0_17 Depth=1
Lloh215:
adrp x8, _yyleng@GOTPAGE
Lloh216:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh217:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_188
; %bb.187: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh218:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh219:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_188: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh220:
adrp x19, l_.str.11@PAGE
Lloh221:
add x19, x19, l_.str.11@PAGEOFF
b LBB0_15
LBB0_189: ; in Loop: Header=BB0_17 Depth=1
Lloh222:
adrp x8, _yyleng@GOTPAGE
Lloh223:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh224:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_191
; %bb.190: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh225:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh226:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_191: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh227:
adrp x19, l_.str.12@PAGE
Lloh228:
add x19, x19, l_.str.12@PAGEOFF
b LBB0_15
LBB0_192: ; in Loop: Header=BB0_17 Depth=1
Lloh229:
adrp x8, _yyleng@GOTPAGE
Lloh230:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh231:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_194
; %bb.193: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh232:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh233:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_194: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh234:
adrp x19, l_.str.13@PAGE
Lloh235:
add x19, x19, l_.str.13@PAGEOFF
b LBB0_15
LBB0_195: ; in Loop: Header=BB0_17 Depth=1
Lloh236:
adrp x8, _yyleng@GOTPAGE
Lloh237:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh238:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_197
; %bb.196: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh239:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh240:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_197: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh241:
adrp x19, l_.str.14@PAGE
Lloh242:
add x19, x19, l_.str.14@PAGEOFF
b LBB0_15
LBB0_198: ; in Loop: Header=BB0_17 Depth=1
Lloh243:
adrp x8, _yyleng@GOTPAGE
Lloh244:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh245:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_200
; %bb.199: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh246:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh247:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_200: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh248:
adrp x19, l_.str.15@PAGE
Lloh249:
add x19, x19, l_.str.15@PAGEOFF
b LBB0_15
LBB0_201: ; in Loop: Header=BB0_17 Depth=1
Lloh250:
adrp x8, _yyleng@GOTPAGE
Lloh251:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh252:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_203
; %bb.202: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh253:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh254:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_203: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh255:
adrp x19, l_.str.16@PAGE
Lloh256:
add x19, x19, l_.str.16@PAGEOFF
b LBB0_15
LBB0_204: ; in Loop: Header=BB0_17 Depth=1
Lloh257:
adrp x8, _yyleng@GOTPAGE
Lloh258:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh259:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_206
; %bb.205: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh260:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh261:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_206: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh262:
adrp x19, l_.str.17@PAGE
Lloh263:
add x19, x19, l_.str.17@PAGEOFF
b LBB0_15
LBB0_207: ; in Loop: Header=BB0_17 Depth=1
Lloh264:
adrp x8, _yyleng@GOTPAGE
Lloh265:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh266:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_209
; %bb.208: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh267:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh268:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_209: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh269:
adrp x19, l_.str.18@PAGE
Lloh270:
add x19, x19, l_.str.18@PAGEOFF
b LBB0_15
LBB0_210: ; in Loop: Header=BB0_17 Depth=1
Lloh271:
adrp x8, _yyleng@GOTPAGE
Lloh272:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh273:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_212
; %bb.211: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh274:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh275:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_212: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh276:
adrp x19, l_.str.19@PAGE
Lloh277:
add x19, x19, l_.str.19@PAGEOFF
b LBB0_15
LBB0_213: ; in Loop: Header=BB0_17 Depth=1
Lloh278:
adrp x8, _yyleng@GOTPAGE
Lloh279:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh280:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_215
; %bb.214: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh281:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh282:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_215: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh283:
adrp x19, l_.str.20@PAGE
Lloh284:
add x19, x19, l_.str.20@PAGEOFF
b LBB0_15
LBB0_216: ; in Loop: Header=BB0_17 Depth=1
Lloh285:
adrp x8, _yyleng@GOTPAGE
Lloh286:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh287:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_218
; %bb.217: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh288:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh289:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_218: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh290:
adrp x19, l_.str.21@PAGE
Lloh291:
add x19, x19, l_.str.21@PAGEOFF
b LBB0_15
LBB0_219: ; in Loop: Header=BB0_17 Depth=1
Lloh292:
adrp x8, _yyleng@GOTPAGE
Lloh293:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh294:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_221
; %bb.220: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh295:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh296:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_221: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh297:
adrp x19, l_.str.22@PAGE
Lloh298:
add x19, x19, l_.str.22@PAGEOFF
b LBB0_15
LBB0_222: ; in Loop: Header=BB0_17 Depth=1
Lloh299:
adrp x8, _yyleng@GOTPAGE
Lloh300:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh301:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_224
; %bb.223: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh302:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh303:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_224: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh304:
adrp x19, l_.str.23@PAGE
Lloh305:
add x19, x19, l_.str.23@PAGEOFF
b LBB0_15
LBB0_225: ; in Loop: Header=BB0_17 Depth=1
Lloh306:
adrp x8, _yyleng@GOTPAGE
Lloh307:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh308:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_227
; %bb.226: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh309:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh310:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_227: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh311:
adrp x19, l_.str.24@PAGE
Lloh312:
add x19, x19, l_.str.24@PAGEOFF
b LBB0_15
LBB0_228: ; in Loop: Header=BB0_17 Depth=1
Lloh313:
adrp x8, _yyleng@GOTPAGE
Lloh314:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh315:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_230
; %bb.229: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh316:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh317:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_230: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh318:
adrp x19, l_.str.25@PAGE
Lloh319:
add x19, x19, l_.str.25@PAGEOFF
b LBB0_15
LBB0_231: ; in Loop: Header=BB0_17 Depth=1
Lloh320:
adrp x8, _yyleng@GOTPAGE
Lloh321:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh322:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_233
; %bb.232: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh323:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh324:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_233: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh325:
adrp x19, l_.str.26@PAGE
Lloh326:
add x19, x19, l_.str.26@PAGEOFF
b LBB0_15
LBB0_234: ; in Loop: Header=BB0_17 Depth=1
Lloh327:
adrp x8, _yyleng@GOTPAGE
Lloh328:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh329:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_236
; %bb.235: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh330:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh331:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_236: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh332:
adrp x19, l_.str.27@PAGE
Lloh333:
add x19, x19, l_.str.27@PAGEOFF
b LBB0_15
LBB0_237: ; in Loop: Header=BB0_17 Depth=1
Lloh334:
adrp x8, _yyleng@GOTPAGE
Lloh335:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh336:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_239
; %bb.238: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh337:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh338:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_239: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh339:
adrp x19, l_.str.28@PAGE
Lloh340:
add x19, x19, l_.str.28@PAGEOFF
b LBB0_15
LBB0_240: ; in Loop: Header=BB0_17 Depth=1
ldrb w8, [x28, _yy_hold_char@PAGEOFF]
strb w8, [x26]
sub x8, x26, #1
adrp x10, _yy_c_buf_p@PAGE
str x8, [x10, _yy_c_buf_p@PAGEOFF]
ldr x9, [sp, #48] ; 8-byte Folded Reload
str x9, [x23]
sub x9, x8, x9
Lloh341:
adrp x11, _yyleng@GOTPAGE
Lloh342:
ldr x11, [x11, _yyleng@GOTPAGEOFF]
str x9, [x11]
ldurb w9, [x26, #-1]
strb w9, [x28, _yy_hold_char@PAGEOFF]
sturb wzr, [x26, #-1]
str x8, [x10, _yy_c_buf_p@PAGEOFF]
ldr x9, [x11]
ldr x8, [x23]
cbz x9, LBB0_242
; %bb.241: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh343:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh344:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_242: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh345:
adrp x19, l_.str.29@PAGE
Lloh346:
add x19, x19, l_.str.29@PAGEOFF
b LBB0_15
LBB0_243: ; in Loop: Header=BB0_17 Depth=1
ldrb w8, [x28, _yy_hold_char@PAGEOFF]
strb w8, [x26]
sub x8, x26, #1
adrp x10, _yy_c_buf_p@PAGE
str x8, [x10, _yy_c_buf_p@PAGEOFF]
ldr x9, [sp, #48] ; 8-byte Folded Reload
str x9, [x23]
sub x9, x8, x9
Lloh347:
adrp x11, _yyleng@GOTPAGE
Lloh348:
ldr x11, [x11, _yyleng@GOTPAGEOFF]
str x9, [x11]
ldurb w9, [x26, #-1]
strb w9, [x28, _yy_hold_char@PAGEOFF]
sturb wzr, [x26, #-1]
str x8, [x10, _yy_c_buf_p@PAGEOFF]
ldr x9, [x11]
ldr x8, [x23]
cbz x9, LBB0_245
; %bb.244: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh349:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh350:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_245: ; in Loop: Header=BB0_17 Depth=1
adrp x26, _yylineno@PAGE
ldr w9, [x26, _yylineno@PAGEOFF]
Lloh351:
adrp x19, l_.str.30@PAGE
Lloh352:
add x19, x19, l_.str.30@PAGEOFF
b LBB0_15
LBB0_246: ; in Loop: Header=BB0_17 Depth=1
Lloh353:
adrp x8, _yyleng@GOTPAGE
Lloh354:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh355:
ldr x9, [x8]
ldr x8, [x23]
cbz x9, LBB0_248
; %bb.247: ; in Loop: Header=BB0_17 Depth=1
add x9, x9, x8
ldurb w9, [x9, #-1]
cmp w9, #10
cset w9, eq
ldr x10, [x24, _yy_buffer_stack@PAGEOFF]
Lloh356:
adrp x11, _yy_buffer_stack_top@PAGE
Lloh357:
ldr x11, [x11, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str w9, [x10, #44]
LBB0_248: ; in Loop: Header=BB0_17 Depth=1
Lloh358:
adrp x9, _yylineno@PAGE
Lloh359:
ldr w9, [x9, _yylineno@PAGEOFF]
stp x9, x8, [sp]
Lloh360:
adrp x0, l_.str.32@PAGE
Lloh361:
add x0, x0, l_.str.32@PAGEOFF
bl _printf
b LBB0_16
LBB0_249: ; in Loop: Header=BB0_17 Depth=1
Lloh362:
adrp x8, _yyleng@GOTPAGE
Lloh363:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh364:
ldr x8, [x8]
ldr x0, [x23]
cbz x8, LBB0_251
; %bb.250: ; in Loop: Header=BB0_17 Depth=1
add x8, x8, x0
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh365:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh366:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
LBB0_251: ; in Loop: Header=BB0_17 Depth=1
adrp x8, _words@PAGE
ldr w9, [x8, _words@PAGEOFF]
add w9, w9, #1
str w9, [x8, _words@PAGEOFF]
bl _strlen
adrp x8, _chars@PAGE
ldr w9, [x8, _chars@PAGEOFF]
add w9, w9, w0
str w9, [x8, _chars@PAGEOFF]
b LBB0_16
LBB0_252: ; in Loop: Header=BB0_17 Depth=1
Lloh367:
adrp x8, _yyleng@GOTPAGE
Lloh368:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh369:
ldr x8, [x8]
cbz x8, LBB0_254
; %bb.253: ; in Loop: Header=BB0_17 Depth=1
ldr x9, [x23]
add x8, x8, x9
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh370:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh371:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
LBB0_254: ; in Loop: Header=BB0_17 Depth=1
Lloh372:
adrp x8, _chars@PAGE
ldr w9, [x8, _chars@PAGEOFF]
add w9, w9, #1
str w9, [x8, _chars@PAGEOFF]
Lloh373:
adrp x8, _lines@PAGE
ldr w9, [x8, _lines@PAGEOFF]
add w9, w9, #1
str w9, [x8, _lines@PAGEOFF]
Lloh374:
adrp x8, _line_number@PAGE
ldr w9, [x8, _line_number@PAGEOFF]
add w9, w9, #1
str w9, [x8, _line_number@PAGEOFF]
b LBB0_17
LBB0_255: ; in Loop: Header=BB0_17 Depth=1
Lloh375:
adrp x8, _yyleng@GOTPAGE
Lloh376:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh377:
ldr x1, [x8]
ldr x0, [x23]
cbz x1, LBB0_257
; %bb.256: ; in Loop: Header=BB0_17 Depth=1
add x8, x1, x0
ldurb w8, [x8, #-1]
cmp w8, #10
cset w8, eq
ldr x9, [x24, _yy_buffer_stack@PAGEOFF]
Lloh378:
adrp x10, _yy_buffer_stack_top@PAGE
Lloh379:
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
LBB0_257: ; in Loop: Header=BB0_17 Depth=1
Lloh380:
adrp x8, _yyout@PAGE
Lloh381:
ldr x3, [x8, _yyout@PAGEOFF]
mov w2, #1
bl _fwrite
b LBB0_16
LBB0_258:
mov w0, #0
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
ldp x20, x19, [sp, #128] ; 16-byte Folded Reload
ldp x22, x21, [sp, #112] ; 16-byte Folded Reload
ldp x24, x23, [sp, #96] ; 16-byte Folded Reload
ldp x26, x25, [sp, #80] ; 16-byte Folded Reload
ldp x28, x27, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #160
ret
LBB0_259:
str xzr, [x24, #8]
LBB0_260:
Lloh382:
adrp x0, l_.str.47@PAGE
Lloh383:
add x0, x0, l_.str.47@PAGEOFF
bl _yy_fatal_error
LBB0_261:
Lloh384:
adrp x0, l_.str.34@PAGE
Lloh385:
add x0, x0, l_.str.34@PAGEOFF
bl _yy_fatal_error
LBB0_262:
Lloh386:
adrp x8, _yyout@PAGE
Lloh387:
ldr x0, [x8, _yyout@PAGEOFF]
ldr x8, [x23]
Lloh388:
adrp x9, _yylineno@PAGE
Lloh389:
ldr w9, [x9, _yylineno@PAGEOFF]
Lloh390:
adrp x10, _line_number@PAGE
Lloh391:
ldr w10, [x10, _line_number@PAGEOFF]
stp x10, x8, [sp, #16]
Lloh392:
adrp x8, l_.str@PAGE
Lloh393:
add x8, x8, l_.str@PAGEOFF
stp x9, x8, [sp]
Lloh394:
adrp x1, l_.str.41@PAGE
Lloh395:
add x1, x1, l_.str.41@PAGEOFF
bl _fprintf
mov w0, #1
bl _exit
LBB0_263:
Lloh396:
adrp x0, l_.str.46@PAGE
Lloh397:
add x0, x0, l_.str.46@PAGEOFF
bl _yy_fatal_error
LBB0_264:
Lloh398:
adrp x0, l_.str.48@PAGE
Lloh399:
add x0, x0, l_.str.48@PAGEOFF
bl _yy_fatal_error
LBB0_265:
Lloh400:
adrp x0, l_.str.49@PAGE
Lloh401:
add x0, x0, l_.str.49@PAGEOFF
bl _yy_fatal_error
LBB0_266:
Lloh402:
adrp x0, l_.str.35@PAGE
Lloh403:
add x0, x0, l_.str.35@PAGEOFF
bl _yy_fatal_error
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdr Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdr Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdr Lloh12, Lloh13
.loh AdrpLdr Lloh14, Lloh15
.loh AdrpLdr Lloh16, Lloh17
.loh AdrpAdrp Lloh18, Lloh19
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpLdr Lloh38, Lloh39
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpLdr Lloh50, Lloh51
.loh AdrpLdr Lloh48, Lloh49
.loh AdrpLdrGotStr Lloh52, Lloh53, Lloh54
.loh AdrpLdrGotLdr Lloh55, Lloh56, Lloh57
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpLdr Lloh60, Lloh61
.loh AdrpLdr Lloh62, Lloh63
.loh AdrpLdr Lloh65, Lloh66
.loh AdrpAdrp Lloh64, Lloh65
.loh AdrpLdr Lloh67, Lloh68
.loh AdrpLdrGotLdr Lloh69, Lloh70, Lloh71
.loh AdrpLdrGot Lloh72, Lloh73
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpAdd Lloh76, Lloh77
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpLdr Lloh92, Lloh93
.loh AdrpAdrp Lloh90, Lloh92
.loh AdrpLdr Lloh90, Lloh91
.loh AdrpAdrp Lloh88, Lloh90
.loh AdrpLdr Lloh88, Lloh89
.loh AdrpAdd Lloh86, Lloh87
.loh AdrpAdd Lloh84, Lloh85
.loh AdrpAdd Lloh96, Lloh97
.loh AdrpAdd Lloh94, Lloh95
.loh AdrpLdrGot Lloh98, Lloh99
.loh AdrpAdd Lloh100, Lloh101
.loh AdrpAdd Lloh104, Lloh105
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpAdd Lloh106, Lloh107
.loh AdrpLdr Lloh110, Lloh111
.loh AdrpLdr Lloh108, Lloh109
.loh AdrpLdrGot Lloh112, Lloh113
.loh AdrpAdd Lloh116, Lloh117
.loh AdrpLdr Lloh114, Lloh115
.loh AdrpLdrGotLdr Lloh118, Lloh119, Lloh120
.loh AdrpLdr Lloh121, Lloh122
.loh AdrpLdrGotLdr Lloh123, Lloh124, Lloh125
.loh AdrpLdr Lloh126, Lloh127
.loh AdrpAdd Lloh128, Lloh129
.loh AdrpLdrGotLdr Lloh130, Lloh131, Lloh132
.loh AdrpLdr Lloh133, Lloh134
.loh AdrpLdrGotLdr Lloh135, Lloh136, Lloh137
.loh AdrpLdr Lloh138, Lloh139
.loh AdrpLdrGotLdr Lloh140, Lloh141, Lloh142
.loh AdrpLdr Lloh143, Lloh144
.loh AdrpLdrGotLdr Lloh145, Lloh146, Lloh147
.loh AdrpLdr Lloh148, Lloh149
.loh AdrpAdd Lloh150, Lloh151
.loh AdrpLdrGotLdr Lloh152, Lloh153, Lloh154
.loh AdrpLdr Lloh155, Lloh156
.loh AdrpAdd Lloh157, Lloh158
.loh AdrpLdrGotLdr Lloh159, Lloh160, Lloh161
.loh AdrpLdr Lloh162, Lloh163
.loh AdrpAdd Lloh164, Lloh165
.loh AdrpLdrGotLdr Lloh166, Lloh167, Lloh168
.loh AdrpLdr Lloh169, Lloh170
.loh AdrpAdd Lloh171, Lloh172
.loh AdrpLdrGotLdr Lloh173, Lloh174, Lloh175
.loh AdrpLdr Lloh176, Lloh177
.loh AdrpAdd Lloh178, Lloh179
.loh AdrpLdrGotLdr Lloh180, Lloh181, Lloh182
.loh AdrpLdr Lloh183, Lloh184
.loh AdrpAdd Lloh185, Lloh186
.loh AdrpLdrGotLdr Lloh187, Lloh188, Lloh189
.loh AdrpLdr Lloh190, Lloh191
.loh AdrpAdd Lloh192, Lloh193
.loh AdrpLdrGotLdr Lloh194, Lloh195, Lloh196
.loh AdrpLdr Lloh197, Lloh198
.loh AdrpAdd Lloh199, Lloh200
.loh AdrpLdrGotLdr Lloh201, Lloh202, Lloh203
.loh AdrpLdr Lloh204, Lloh205
.loh AdrpAdd Lloh206, Lloh207
.loh AdrpLdrGotLdr Lloh208, Lloh209, Lloh210
.loh AdrpLdr Lloh211, Lloh212
.loh AdrpAdd Lloh213, Lloh214
.loh AdrpLdrGotLdr Lloh215, Lloh216, Lloh217
.loh AdrpLdr Lloh218, Lloh219
.loh AdrpAdd Lloh220, Lloh221
.loh AdrpLdrGotLdr Lloh222, Lloh223, Lloh224
.loh AdrpLdr Lloh225, Lloh226
.loh AdrpAdd Lloh227, Lloh228
.loh AdrpLdrGotLdr Lloh229, Lloh230, Lloh231
.loh AdrpLdr Lloh232, Lloh233
.loh AdrpAdd Lloh234, Lloh235
.loh AdrpLdrGotLdr Lloh236, Lloh237, Lloh238
.loh AdrpLdr Lloh239, Lloh240
.loh AdrpAdd Lloh241, Lloh242
.loh AdrpLdrGotLdr Lloh243, Lloh244, Lloh245
.loh AdrpLdr Lloh246, Lloh247
.loh AdrpAdd Lloh248, Lloh249
.loh AdrpLdrGotLdr Lloh250, Lloh251, Lloh252
.loh AdrpLdr Lloh253, Lloh254
.loh AdrpAdd Lloh255, Lloh256
.loh AdrpLdrGotLdr Lloh257, Lloh258, Lloh259
.loh AdrpLdr Lloh260, Lloh261
.loh AdrpAdd Lloh262, Lloh263
.loh AdrpLdrGotLdr Lloh264, Lloh265, Lloh266
.loh AdrpLdr Lloh267, Lloh268
.loh AdrpAdd Lloh269, Lloh270
.loh AdrpLdrGotLdr Lloh271, Lloh272, Lloh273
.loh AdrpLdr Lloh274, Lloh275
.loh AdrpAdd Lloh276, Lloh277
.loh AdrpLdrGotLdr Lloh278, Lloh279, Lloh280
.loh AdrpLdr Lloh281, Lloh282
.loh AdrpAdd Lloh283, Lloh284
.loh AdrpLdrGotLdr Lloh285, Lloh286, Lloh287
.loh AdrpLdr Lloh288, Lloh289
.loh AdrpAdd Lloh290, Lloh291
.loh AdrpLdrGotLdr Lloh292, Lloh293, Lloh294
.loh AdrpLdr Lloh295, Lloh296
.loh AdrpAdd Lloh297, Lloh298
.loh AdrpLdrGotLdr Lloh299, Lloh300, Lloh301
.loh AdrpLdr Lloh302, Lloh303
.loh AdrpAdd Lloh304, Lloh305
.loh AdrpLdrGotLdr Lloh306, Lloh307, Lloh308
.loh AdrpLdr Lloh309, Lloh310
.loh AdrpAdd Lloh311, Lloh312
.loh AdrpLdrGotLdr Lloh313, Lloh314, Lloh315
.loh AdrpLdr Lloh316, Lloh317
.loh AdrpAdd Lloh318, Lloh319
.loh AdrpLdrGotLdr Lloh320, Lloh321, Lloh322
.loh AdrpLdr Lloh323, Lloh324
.loh AdrpAdd Lloh325, Lloh326
.loh AdrpLdrGotLdr Lloh327, Lloh328, Lloh329
.loh AdrpLdr Lloh330, Lloh331
.loh AdrpAdd Lloh332, Lloh333
.loh AdrpLdrGotLdr Lloh334, Lloh335, Lloh336
.loh AdrpLdr Lloh337, Lloh338
.loh AdrpAdd Lloh339, Lloh340
.loh AdrpLdrGot Lloh341, Lloh342
.loh AdrpLdr Lloh343, Lloh344
.loh AdrpAdd Lloh345, Lloh346
.loh AdrpLdrGot Lloh347, Lloh348
.loh AdrpLdr Lloh349, Lloh350
.loh AdrpAdd Lloh351, Lloh352
.loh AdrpLdrGotLdr Lloh353, Lloh354, Lloh355
.loh AdrpLdr Lloh356, Lloh357
.loh AdrpAdd Lloh360, Lloh361
.loh AdrpLdr Lloh358, Lloh359
.loh AdrpLdrGotLdr Lloh362, Lloh363, Lloh364
.loh AdrpLdr Lloh365, Lloh366
.loh AdrpLdrGotLdr Lloh367, Lloh368, Lloh369
.loh AdrpLdr Lloh370, Lloh371
.loh AdrpAdrp Lloh373, Lloh374
.loh AdrpAdrp Lloh372, Lloh373
.loh AdrpLdrGotLdr Lloh375, Lloh376, Lloh377
.loh AdrpLdr Lloh378, Lloh379
.loh AdrpLdr Lloh380, Lloh381
.loh AdrpAdd Lloh382, Lloh383
.loh AdrpAdd Lloh384, Lloh385
.loh AdrpAdd Lloh394, Lloh395
.loh AdrpAdd Lloh392, Lloh393
.loh AdrpLdr Lloh390, Lloh391
.loh AdrpLdr Lloh388, Lloh389
.loh AdrpLdr Lloh386, Lloh387
.loh AdrpAdd Lloh396, Lloh397
.loh AdrpAdd Lloh398, Lloh399
.loh AdrpAdd Lloh400, Lloh401
.loh AdrpAdd Lloh402, Lloh403
.cfi_endproc
.section __TEXT,__const
.p2align 1
lJTI0_0:
.short (LBB0_98-LBB0_39)>>2
.short (LBB0_150-LBB0_39)>>2
.short (LBB0_153-LBB0_39)>>2
.short (LBB0_148-LBB0_39)>>2
.short (LBB0_148-LBB0_39)>>2
.short (LBB0_156-LBB0_39)>>2
.short (LBB0_159-LBB0_39)>>2
.short (LBB0_162-LBB0_39)>>2
.short (LBB0_165-LBB0_39)>>2
.short (LBB0_168-LBB0_39)>>2
.short (LBB0_171-LBB0_39)>>2
.short (LBB0_174-LBB0_39)>>2
.short (LBB0_177-LBB0_39)>>2
.short (LBB0_180-LBB0_39)>>2
.short (LBB0_183-LBB0_39)>>2
.short (LBB0_186-LBB0_39)>>2
.short (LBB0_189-LBB0_39)>>2
.short (LBB0_192-LBB0_39)>>2
.short (LBB0_195-LBB0_39)>>2
.short (LBB0_198-LBB0_39)>>2
.short (LBB0_201-LBB0_39)>>2
.short (LBB0_204-LBB0_39)>>2
.short (LBB0_207-LBB0_39)>>2
.short (LBB0_210-LBB0_39)>>2
.short (LBB0_213-LBB0_39)>>2
.short (LBB0_216-LBB0_39)>>2
.short (LBB0_219-LBB0_39)>>2
.short (LBB0_222-LBB0_39)>>2
.short (LBB0_225-LBB0_39)>>2
.short (LBB0_228-LBB0_39)>>2
.short (LBB0_231-LBB0_39)>>2
.short (LBB0_234-LBB0_39)>>2
.short (LBB0_237-LBB0_39)>>2
.short (LBB0_240-LBB0_39)>>2
.short (LBB0_243-LBB0_39)>>2
.short (LBB0_145-LBB0_39)>>2
.short (LBB0_145-LBB0_39)>>2
.short (LBB0_145-LBB0_39)>>2
.short (LBB0_246-LBB0_39)>>2
.short (LBB0_249-LBB0_39)>>2
.short (LBB0_252-LBB0_39)>>2
.short (LBB0_143-LBB0_39)>>2
.short (LBB0_143-LBB0_39)>>2
.short (LBB0_143-LBB0_39)>>2
.short (LBB0_143-LBB0_39)>>2
.short (LBB0_255-LBB0_39)>>2
.short (LBB0_39-LBB0_39)>>2
.short (LBB0_258-LBB0_39)>>2
.short (LBB0_262-LBB0_39)>>2
.short (LBB0_258-LBB0_39)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.p2align 2 ; -- Begin function yyensure_buffer_stack
_yyensure_buffer_stack: ; @yyensure_buffer_stack
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
adrp x19, _yy_buffer_stack@PAGE
ldr x0, [x19, _yy_buffer_stack@PAGEOFF]
cbz x0, LBB1_4
; %bb.1:
Lloh404:
adrp x8, _yy_buffer_stack_top@PAGE
Lloh405:
ldr x8, [x8, _yy_buffer_stack_top@PAGEOFF]
adrp x20, _yy_buffer_stack_max@PAGE
ldr x21, [x20, _yy_buffer_stack_max@PAGEOFF]
sub x9, x21, #1
cmp x8, x9
b.lo LBB1_6
; %bb.2:
add x22, x21, #8
lsl x1, x22, #3
bl _realloc
str x0, [x19, _yy_buffer_stack@PAGEOFF]
cbz x0, LBB1_7
; %bb.3:
add x8, x0, x21, lsl #3
movi.2d v0, #0000000000000000
stp q0, q0, [x8, #32]
stp q0, q0, [x8]
str x22, [x20, _yy_buffer_stack_max@PAGEOFF]
b LBB1_6
LBB1_4:
mov w0, #8
bl _malloc
str x0, [x19, _yy_buffer_stack@PAGEOFF]
cbz x0, LBB1_7
; %bb.5:
str xzr, [x0]
mov w8, #1
adrp x9, _yy_buffer_stack_max@PAGE
str x8, [x9, _yy_buffer_stack_max@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
str xzr, [x8, _yy_buffer_stack_top@PAGEOFF]
LBB1_6:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB1_7:
Lloh406:
adrp x0, l_.str.50@PAGE
Lloh407:
add x0, x0, l_.str.50@PAGEOFF
bl _yy_fatal_error
.loh AdrpLdr Lloh404, Lloh405
.loh AdrpAdd Lloh406, Lloh407
.cfi_endproc
; -- End function
.globl _yy_create_buffer ; -- Begin function yy_create_buffer
.p2align 2
_yy_create_buffer: ; @yy_create_buffer
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x1
mov x19, x0
mov w0, #64
bl _malloc
cbz x0, LBB2_3
; %bb.1:
mov x20, x0
sxtw x8, w21
str x8, [x0, #24]
add x0, x8, #2
bl _malloc
str x0, [x20, #8]
cbz x0, LBB2_3
; %bb.2:
mov w8, #1
str w8, [x20, #36]
mov x0, x20
mov x1, x19
bl _yy_init_buffer
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB2_3:
Lloh408:
adrp x0, l_.str.35@PAGE
Lloh409:
add x0, x0, l_.str.35@PAGEOFF
bl _yy_fatal_error
.loh AdrpAdd Lloh408, Lloh409
.cfi_endproc
; -- End function
.globl _ret_print ; -- Begin function ret_print
.p2align 2
_ret_print: ; @ret_print
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
Lloh410:
adrp x20, _yytext@GOTPAGE
Lloh411:
ldr x20, [x20, _yytext@GOTPAGEOFF]
ldr x8, [x20]
adrp x21, _yylineno@PAGE
ldr w9, [x21, _yylineno@PAGEOFF]
stp x8, x0, [sp, #8]
str x9, [sp]
Lloh412:
adrp x0, l_.str.39@PAGE
Lloh413:
add x0, x0, l_.str.39@PAGEOFF
bl _printf
Lloh414:
adrp x8, _yyout@PAGE
Lloh415:
ldr x0, [x8, _yyout@PAGEOFF]
ldr x8, [x20]
ldr w9, [x21, _yylineno@PAGEOFF]
stp x8, x19, [sp, #8]
str x9, [sp]
Lloh416:
adrp x1, l_.str.40@PAGE
Lloh417:
add x1, x1, l_.str.40@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh416, Lloh417
.loh AdrpLdr Lloh414, Lloh415
.loh AdrpAdd Lloh412, Lloh413
.loh AdrpLdrGot Lloh410, Lloh411
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_fatal_error
_yy_fatal_error: ; @yy_fatal_error
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh418:
adrp x8, ___stderrp@GOTPAGE
Lloh419:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh420:
ldr x8, [x8]
str x0, [sp]
Lloh421:
adrp x1, l_.str.51@PAGE
Lloh422:
add x1, x1, l_.str.51@PAGEOFF
mov x0, x8
bl _fprintf
mov w0, #2
bl _exit
.loh AdrpAdd Lloh421, Lloh422
.loh AdrpLdrGotLdr Lloh418, Lloh419, Lloh420
.cfi_endproc
; -- End function
.globl _yyrestart ; -- Begin function yyrestart
.p2align 2
_yyrestart: ; @yyrestart
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
adrp x23, _yy_buffer_stack@PAGE
ldr x8, [x23, _yy_buffer_stack@PAGEOFF]
adrp x24, _yy_buffer_stack_top@PAGE
adrp x22, _yyin@PAGE
cbz x8, LBB5_2
; %bb.1:
ldr x9, [x24, _yy_buffer_stack_top@PAGEOFF]
ldr x20, [x8, x9, lsl #3]
cbnz x20, LBB5_5
LBB5_2:
bl _yyensure_buffer_stack
ldr x21, [x22, _yyin@PAGEOFF]
mov w0, #64
bl _malloc
cbz x0, LBB5_6
; %bb.3:
mov x20, x0
mov w8, #16384
str x8, [x0, #24]
mov w0, #16386
bl _malloc
str x0, [x20, #8]
cbz x0, LBB5_6
; %bb.4:
mov w8, #1
str w8, [x20, #36]
mov x0, x20
mov x1, x21
bl _yy_init_buffer
ldr x8, [x23, _yy_buffer_stack@PAGEOFF]
ldr x9, [x24, _yy_buffer_stack_top@PAGEOFF]
str x20, [x8, x9, lsl #3]
LBB5_5:
mov x0, x20
mov x1, x19
bl _yy_init_buffer
ldr x8, [x23, _yy_buffer_stack@PAGEOFF]
ldr x9, [x24, _yy_buffer_stack_top@PAGEOFF]
lsl x9, x9, #3
ldr x10, [x8, x9]
ldr w11, [x10, #32]
ldr x10, [x10, #16]
Lloh423:
adrp x12, _yy_c_buf_p@PAGE
str x10, [x12, _yy_c_buf_p@PAGEOFF]
Lloh424:
adrp x12, _yytext@GOTPAGE
Lloh425:
ldr x12, [x12, _yytext@GOTPAGEOFF]
Lloh426:
str x10, [x12]
ldr x8, [x8, x9]
Lloh427:
adrp x9, _yy_n_chars@PAGE
str w11, [x9, _yy_n_chars@PAGEOFF]
ldr x8, [x8]
str x8, [x22, _yyin@PAGEOFF]
ldrb w8, [x10]
Lloh428:
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB5_6:
Lloh429:
adrp x0, l_.str.35@PAGE
Lloh430:
add x0, x0, l_.str.35@PAGEOFF
bl _yy_fatal_error
.loh AdrpAdrp Lloh427, Lloh428
.loh AdrpLdrGotStr Lloh424, Lloh425, Lloh426
.loh AdrpAdrp Lloh423, Lloh424
.loh AdrpAdd Lloh429, Lloh430
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function yy_init_buffer
lCPI6_0:
.long 1 ; 0x1
.long 0 ; 0x0
.section __TEXT,__text,regular,pure_instructions
.p2align 2
_yy_init_buffer: ; @yy_init_buffer
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
bl ___error
ldr w21, [x0]
adrp x8, _yy_buffer_stack_top@PAGE
cbz x19, LBB6_3
; %bb.1:
str wzr, [x19, #32]
ldr x9, [x19, #8]
strb wzr, [x9]
ldr x9, [x19, #8]
strb wzr, [x9, #1]
ldr x9, [x19, #8]
str x9, [x19, #16]
mov w9, #1
str w9, [x19, #44]
str wzr, [x19, #60]
Lloh431:
adrp x9, _yy_buffer_stack@PAGE
Lloh432:
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
cbz x9, LBB6_4
; %bb.2:
ldr x10, [x8, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x9, x10, lsl #3]
cmp x10, x19
b.ne LBB6_5
b LBB6_7
LBB6_3:
Lloh433:
adrp x9, _yy_buffer_stack@PAGE
Lloh434:
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
b LBB6_5
LBB6_4:
mov x10, #0
cmp x10, x19
b.eq LBB6_7
LBB6_5:
str x20, [x19]
mov w10, #1
str w10, [x19, #56]
cbnz x9, LBB6_8
; %bb.6:
mov x8, #0
cmp x8, x19
b.ne LBB6_9
b LBB6_10
LBB6_7:
ldr x10, [x8, _yy_buffer_stack_top@PAGEOFF]
lsl x10, x10, #3
ldr x11, [x9, x10]
ldr w12, [x11, #32]
adrp x13, _yy_n_chars@PAGE
str w12, [x13, _yy_n_chars@PAGEOFF]
ldr x11, [x11, #16]
Lloh435:
adrp x12, _yy_c_buf_p@PAGE
str x11, [x12, _yy_c_buf_p@PAGEOFF]
Lloh436:
adrp x12, _yytext@GOTPAGE
Lloh437:
ldr x12, [x12, _yytext@GOTPAGEOFF]
Lloh438:
str x11, [x12]
ldr x10, [x9, x10]
ldr x10, [x10]
adrp x12, _yyin@PAGE
str x10, [x12, _yyin@PAGEOFF]
ldrb w10, [x11]
adrp x11, _yy_hold_char@PAGE
strb w10, [x11, _yy_hold_char@PAGEOFF]
str x20, [x19]
mov w10, #1
str w10, [x19, #56]
LBB6_8:
ldr x8, [x8, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x9, x8, lsl #3]
cmp x8, x19
b.eq LBB6_10
LBB6_9:
Lloh439:
adrp x8, lCPI6_0@PAGE
Lloh440:
ldr d0, [x8, lCPI6_0@PAGEOFF]
str d0, [x19, #48]
LBB6_10:
cbz x20, LBB6_12
; %bb.11:
mov x0, x20
bl _fileno
bl _isatty
cmp w0, #0
cset w8, gt
b LBB6_13
LBB6_12:
mov w8, #0
LBB6_13:
str w8, [x19, #40]
bl ___error
str w21, [x0]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdr Lloh431, Lloh432
.loh AdrpLdr Lloh433, Lloh434
.loh AdrpLdrGotStr Lloh436, Lloh437, Lloh438
.loh AdrpAdrp Lloh435, Lloh436
.loh AdrpLdr Lloh439, Lloh440
.cfi_endproc
; -- End function
.globl _yy_switch_to_buffer ; -- Begin function yy_switch_to_buffer
.p2align 2
_yy_switch_to_buffer: ; @yy_switch_to_buffer
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _yyensure_buffer_stack
Lloh441:
adrp x8, _yy_buffer_stack@PAGE
Lloh442:
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
cbz x8, LBB7_4
; %bb.1:
Lloh443:
adrp x9, _yy_buffer_stack_top@PAGE
Lloh444:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x8, x9, lsl #3]
cmp x10, x19
b.eq LBB7_7
; %bb.2:
cbz x10, LBB7_6
; %bb.3:
adrp x10, _yy_hold_char@PAGE
ldrb w10, [x10, _yy_hold_char@PAGEOFF]
Lloh445:
adrp x11, _yy_c_buf_p@PAGE
Lloh446:
ldr x11, [x11, _yy_c_buf_p@PAGEOFF]
strb w10, [x11]
lsl x10, x9, #3
ldr x12, [x8, x10]
str x11, [x12, #16]
Lloh447:
adrp x11, _yy_n_chars@PAGE
Lloh448:
ldr w11, [x11, _yy_n_chars@PAGEOFF]
ldr x10, [x8, x10]
str w11, [x10, #32]
b LBB7_6
LBB7_4:
cbz x19, LBB7_7
; %bb.5:
Lloh449:
adrp x9, _yy_buffer_stack_top@PAGE
Lloh450:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
LBB7_6:
lsl x9, x9, #3
str x19, [x8, x9]
ldr w10, [x19, #32]
Lloh451:
adrp x11, _yy_n_chars@PAGE
str w10, [x11, _yy_n_chars@PAGEOFF]
ldr x10, [x19, #16]
Lloh452:
adrp x11, _yy_c_buf_p@PAGE
str x10, [x11, _yy_c_buf_p@PAGEOFF]
Lloh453:
adrp x11, _yytext@GOTPAGE
Lloh454:
ldr x11, [x11, _yytext@GOTPAGEOFF]
Lloh455:
str x10, [x11]
ldr x8, [x8, x9]
ldr x8, [x8]
Lloh456:
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
ldrb w8, [x10]
Lloh457:
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
LBB7_7:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdr Lloh441, Lloh442
.loh AdrpLdr Lloh443, Lloh444
.loh AdrpLdr Lloh447, Lloh448
.loh AdrpLdr Lloh445, Lloh446
.loh AdrpLdr Lloh449, Lloh450
.loh AdrpAdrp Lloh456, Lloh457
.loh AdrpLdrGotStr Lloh453, Lloh454, Lloh455
.loh AdrpAdrp Lloh452, Lloh453
.loh AdrpAdrp Lloh451, Lloh452
.cfi_endproc
; -- End function
.globl _yyalloc ; -- Begin function yyalloc
.p2align 2
_yyalloc: ; @yyalloc
.cfi_startproc
; %bb.0:
b _malloc
.cfi_endproc
; -- End function
.globl _yy_delete_buffer ; -- Begin function yy_delete_buffer
.p2align 2
_yy_delete_buffer: ; @yy_delete_buffer
.cfi_startproc
; %bb.0:
cbz x0, LBB9_7
; %bb.1:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_remember_state
mov x19, x0
Lloh458:
adrp x8, _yy_buffer_stack@PAGE
Lloh459:
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
cbz x8, LBB9_8
; %bb.2:
ldr x10, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x8, x10, lsl #3]
cmp x10, x19
b.ne LBB9_4
LBB9_3:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
str xzr, [x8, x9, lsl #3]
LBB9_4:
ldr w8, [x19, #36]
cbz w8, LBB9_6
; %bb.5:
ldr x0, [x19, #8]
bl _free
LBB9_6:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _free
LBB9_7:
.cfi_def_cfa wsp, 0
.cfi_same_value w30
.cfi_same_value w29
.cfi_same_value w19
.cfi_same_value w20
ret
LBB9_8:
.cfi_restore_state
mov x10, #0
cmp x10, x19
b.ne LBB9_4
b LBB9_3
.loh AdrpLdr Lloh458, Lloh459
.cfi_endproc
; -- End function
.globl _yyfree ; -- Begin function yyfree
.p2align 2
_yyfree: ; @yyfree
.cfi_startproc
; %bb.0:
b _free
.cfi_endproc
; -- End function
.globl _yy_flush_buffer ; -- Begin function yy_flush_buffer
.p2align 2
_yy_flush_buffer: ; @yy_flush_buffer
.cfi_startproc
; %bb.0:
cbz x0, LBB11_3
; %bb.1:
str wzr, [x0, #32]
ldr x8, [x0, #8]
strb wzr, [x8]
ldr x8, [x0, #8]
strb wzr, [x8, #1]
ldr x8, [x0, #8]
str x8, [x0, #16]
mov w8, #1
str w8, [x0, #44]
str wzr, [x0, #60]
Lloh460:
adrp x8, _yy_buffer_stack@PAGE
Lloh461:
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
cbz x8, LBB11_4
; %bb.2:
ldr x10, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x8, x10, lsl #3]
cmp x10, x0
b.eq LBB11_5
LBB11_3:
ret
LBB11_4:
mov x10, #0
cmp x10, x0
b.ne LBB11_3
LBB11_5:
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
lsl x9, x9, #3
ldr x10, [x8, x9]
ldr w11, [x10, #32]
adrp x12, _yy_n_chars@PAGE
str w11, [x12, _yy_n_chars@PAGEOFF]
ldr x10, [x10, #16]
Lloh462:
adrp x11, _yy_c_buf_p@PAGE
str x10, [x11, _yy_c_buf_p@PAGEOFF]
Lloh463:
adrp x11, _yytext@GOTPAGE
Lloh464:
ldr x11, [x11, _yytext@GOTPAGEOFF]
Lloh465:
str x10, [x11]
ldr x8, [x8, x9]
ldr x8, [x8]
Lloh466:
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
ldrb w8, [x10]
Lloh467:
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
ret
.loh AdrpLdr Lloh460, Lloh461
.loh AdrpAdrp Lloh466, Lloh467
.loh AdrpLdrGotStr Lloh463, Lloh464, Lloh465
.loh AdrpAdrp Lloh462, Lloh463
.cfi_endproc
; -- End function
.globl _yypush_buffer_state ; -- Begin function yypush_buffer_state
.p2align 2
_yypush_buffer_state: ; @yypush_buffer_state
.cfi_startproc
; %bb.0:
cbz x0, LBB12_5
; %bb.1:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _yyensure_buffer_stack
Lloh468:
adrp x8, _yy_buffer_stack@PAGE
Lloh469:
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x13, _yy_buffer_stack_top@PAGE
ldr x12, [x13, _yy_buffer_stack_top@PAGEOFF]
adrp x10, _yy_n_chars@PAGE
adrp x11, _yy_c_buf_p@PAGE
adrp x9, _yy_hold_char@PAGE
cbz x8, LBB12_4
; %bb.2:
ldr x14, [x8, x12, lsl #3]
cbz x14, LBB12_4
; %bb.3:
ldrb w14, [x9, _yy_hold_char@PAGEOFF]
ldr x15, [x11, _yy_c_buf_p@PAGEOFF]
strb w14, [x15]
lsl x14, x12, #3
ldr x16, [x8, x14]
str x15, [x16, #16]
ldr w15, [x10, _yy_n_chars@PAGEOFF]
ldr x14, [x8, x14]
str w15, [x14, #32]
add x12, x12, #1
str x12, [x13, _yy_buffer_stack_top@PAGEOFF]
LBB12_4:
lsl x12, x12, #3
str x19, [x8, x12]
ldr w13, [x19, #32]
ldr x14, [x19, #16]
str x14, [x11, _yy_c_buf_p@PAGEOFF]
Lloh470:
adrp x11, _yytext@GOTPAGE
Lloh471:
ldr x11, [x11, _yytext@GOTPAGEOFF]
Lloh472:
str x14, [x11]
ldr x8, [x8, x12]
str w13, [x10, _yy_n_chars@PAGEOFF]
ldr x8, [x8]
adrp x10, _yyin@PAGE
str x8, [x10, _yyin@PAGEOFF]
ldrb w8, [x14]
strb w8, [x9, _yy_hold_char@PAGEOFF]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
LBB12_5:
.cfi_def_cfa wsp, 0
.cfi_same_value w30
.cfi_same_value w29
.cfi_same_value w19
.cfi_same_value w20
ret
.loh AdrpLdr Lloh468, Lloh469
.loh AdrpLdrGotStr Lloh470, Lloh471, Lloh472
.cfi_endproc
; -- End function
.globl _yypop_buffer_state ; -- Begin function yypop_buffer_state
.p2align 2
_yypop_buffer_state: ; @yypop_buffer_state
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
Lloh473:
adrp x8, _yy_buffer_stack@PAGE
Lloh474:
ldr x20, [x8, _yy_buffer_stack@PAGEOFF]
cbz x20, LBB13_7
; %bb.1:
adrp x21, _yy_buffer_stack_top@PAGE
ldr x22, [x21, _yy_buffer_stack_top@PAGEOFF]
ldr x19, [x20, x22, lsl #3]
cbz x19, LBB13_7
; %bb.2:
str xzr, [x20, x22, lsl #3]
ldr w8, [x19, #36]
cbz w8, LBB13_4
; %bb.3:
ldr x0, [x19, #8]
bl _free
LBB13_4:
mov x0, x19
bl _free
str xzr, [x20, x22, lsl #3]
cbz x22, LBB13_7
; %bb.5:
sub x8, x22, #1
str x8, [x21, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x20, x8, lsl #3]
cbz x9, LBB13_7
; %bb.6:
ldr w10, [x9, #32]
adrp x11, _yy_n_chars@PAGE
str w10, [x11, _yy_n_chars@PAGEOFF]
ldr x9, [x9, #16]
Lloh475:
adrp x10, _yy_c_buf_p@PAGE
str x9, [x10, _yy_c_buf_p@PAGEOFF]
Lloh476:
adrp x10, _yytext@GOTPAGE
Lloh477:
ldr x10, [x10, _yytext@GOTPAGEOFF]
Lloh478:
str x9, [x10]
ldr x8, [x20, x8, lsl #3]
ldr x8, [x8]
adrp x10, _yyin@PAGE
str x8, [x10, _yyin@PAGEOFF]
ldrb w8, [x9]
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
LBB13_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdr Lloh473, Lloh474
.loh AdrpLdrGotStr Lloh476, Lloh477, Lloh478
.loh AdrpAdrp Lloh475, Lloh476
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function yy_scan_buffer
lCPI14_0:
.long 0 ; 0x0
.long 1 ; 0x1
.section __TEXT,__text,regular,pure_instructions
.globl _yy_scan_buffer
.p2align 2
_yy_scan_buffer: ; @yy_scan_buffer
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
subs x21, x1, #2
b.lo LBB14_3
; %bb.1:
mov x20, x0
ldrb w8, [x0, x21]
cbnz w8, LBB14_3
; %bb.2:
add x8, x1, x20
ldurb w8, [x8, #-1]
cbz w8, LBB14_5
LBB14_3:
mov x19, #0
LBB14_4:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB14_5:
mov w0, #64
bl _malloc
cbz x0, LBB14_11
; %bb.6:
mov x19, x0
stp x20, x21, [x0, #16]
stp xzr, x20, [x0]
stp w21, wzr, [x0, #32]
Lloh479:
adrp x8, lCPI14_0@PAGE
Lloh480:
ldr d0, [x8, lCPI14_0@PAGEOFF]
str d0, [x0, #40]
str xzr, [x0, #56]
bl _yyensure_buffer_stack
Lloh481:
adrp x8, _yy_buffer_stack@PAGE
Lloh482:
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
Lloh483:
adrp x9, _yy_buffer_stack_top@PAGE
Lloh484:
ldr x13, [x9, _yy_buffer_stack_top@PAGEOFF]
lsl x10, x13, #3
adrp x11, _yy_n_chars@PAGE
adrp x12, _yy_c_buf_p@PAGE
Lloh485:
adrp x9, _yy_hold_char@PAGE
cbz x8, LBB14_10
; %bb.7:
ldr x13, [x8, x13, lsl #3]
cmp x13, x19
b.eq LBB14_4
; %bb.8:
cbz x13, LBB14_10
; %bb.9:
ldrb w13, [x9, _yy_hold_char@PAGEOFF]
ldr x14, [x12, _yy_c_buf_p@PAGEOFF]
strb w13, [x14]
ldr x13, [x8, x10]
str x14, [x13, #16]
ldr w13, [x11, _yy_n_chars@PAGEOFF]
ldr x14, [x8, x10]
str w13, [x14, #32]
ldr w21, [x19, #32]
LBB14_10:
str x19, [x8, x10]
ldr x13, [x19, #16]
str x13, [x12, _yy_c_buf_p@PAGEOFF]
Lloh486:
adrp x12, _yytext@GOTPAGE
Lloh487:
ldr x12, [x12, _yytext@GOTPAGEOFF]
Lloh488:
str x13, [x12]
ldr x8, [x8, x10]
str w21, [x11, _yy_n_chars@PAGEOFF]
ldr x8, [x8]
adrp x10, _yyin@PAGE
str x8, [x10, _yyin@PAGEOFF]
ldrb w8, [x13]
strb w8, [x9, _yy_hold_char@PAGEOFF]
b LBB14_4
LBB14_11:
Lloh489:
adrp x0, l_.str.36@PAGE
Lloh490:
add x0, x0, l_.str.36@PAGEOFF
bl _yy_fatal_error
.loh AdrpAdrp Lloh483, Lloh485
.loh AdrpLdr Lloh483, Lloh484
.loh AdrpLdr Lloh481, Lloh482
.loh AdrpLdr Lloh479, Lloh480
.loh AdrpLdrGotStr Lloh486, Lloh487, Lloh488
.loh AdrpAdd Lloh489, Lloh490
.cfi_endproc
; -- End function
.globl _yy_scan_string ; -- Begin function yy_scan_string
.p2align 2
_yy_scan_string: ; @yy_scan_string
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x21, x0
bl _strlen
mov x20, x0
add x19, x0, #2
mov x0, x19
bl _malloc
cbz x0, LBB15_5
; %bb.1:
mov x22, x0
cbz x20, LBB15_3
; %bb.2:
mov x0, x22
mov x1, x21
mov x2, x20
bl _memcpy
LBB15_3:
strh wzr, [x22, x20]
mov x0, x22
mov x1, x19
bl _yy_scan_buffer
cbz x0, LBB15_6
; %bb.4:
mov w8, #1
str w8, [x0, #36]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB15_5:
Lloh491:
adrp x0, l_.str.37@PAGE
Lloh492:
add x0, x0, l_.str.37@PAGEOFF
bl _yy_fatal_error
LBB15_6:
Lloh493:
adrp x0, l_.str.38@PAGE
Lloh494:
add x0, x0, l_.str.38@PAGEOFF
bl _yy_fatal_error
.loh AdrpAdd Lloh491, Lloh492
.loh AdrpAdd Lloh493, Lloh494
.cfi_endproc
; -- End function
.globl _yy_scan_bytes ; -- Begin function yy_scan_bytes
.p2align 2
_yy_scan_bytes: ; @yy_scan_bytes
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x22, x0
add x19, x1, #2
mov x0, x19
bl _malloc
cbz x0, LBB16_5
; %bb.1:
mov x21, x0
cbz x20, LBB16_3
; %bb.2:
mov x0, x21
mov x1, x22
mov x2, x20
bl _memcpy
LBB16_3:
strh wzr, [x21, x20]
mov x0, x21
mov x1, x19
bl _yy_scan_buffer
cbz x0, LBB16_6
; %bb.4:
mov w8, #1
str w8, [x0, #36]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB16_5:
Lloh495:
adrp x0, l_.str.37@PAGE
Lloh496:
add x0, x0, l_.str.37@PAGEOFF
bl _yy_fatal_error
LBB16_6:
Lloh497:
adrp x0, l_.str.38@PAGE
Lloh498:
add x0, x0, l_.str.38@PAGEOFF
bl _yy_fatal_error
.loh AdrpAdd Lloh495, Lloh496
.loh AdrpAdd Lloh497, Lloh498
.cfi_endproc
; -- End function
.globl _yyget_lineno ; -- Begin function yyget_lineno
.p2align 2
_yyget_lineno: ; @yyget_lineno
.cfi_startproc
; %bb.0:
Lloh499:
adrp x8, _yylineno@PAGE
Lloh500:
ldr w0, [x8, _yylineno@PAGEOFF]
ret
.loh AdrpLdr Lloh499, Lloh500
.cfi_endproc
; -- End function
.globl _yyget_in ; -- Begin function yyget_in
.p2align 2
_yyget_in: ; @yyget_in
.cfi_startproc
; %bb.0:
Lloh501:
adrp x8, _yyin@PAGE
Lloh502:
ldr x0, [x8, _yyin@PAGEOFF]
ret
.loh AdrpLdr Lloh501, Lloh502
.cfi_endproc
; -- End function
.globl _yyget_out ; -- Begin function yyget_out
.p2align 2
_yyget_out: ; @yyget_out
.cfi_startproc
; %bb.0:
Lloh503:
adrp x8, _yyout@PAGE
Lloh504:
ldr x0, [x8, _yyout@PAGEOFF]
ret
.loh AdrpLdr Lloh503, Lloh504
.cfi_endproc
; -- End function
.globl _yyget_leng ; -- Begin function yyget_leng
.p2align 2
_yyget_leng: ; @yyget_leng
.cfi_startproc
; %bb.0:
Lloh505:
adrp x8, _yyleng@GOTPAGE
Lloh506:
ldr x8, [x8, _yyleng@GOTPAGEOFF]
Lloh507:
ldr x0, [x8]
ret
.loh AdrpLdrGotLdr Lloh505, Lloh506, Lloh507
.cfi_endproc
; -- End function
.globl _yyget_text ; -- Begin function yyget_text
.p2align 2
_yyget_text: ; @yyget_text
.cfi_startproc
; %bb.0:
Lloh508:
adrp x8, _yytext@GOTPAGE
Lloh509:
ldr x8, [x8, _yytext@GOTPAGEOFF]
Lloh510:
ldr x0, [x8]
ret
.loh AdrpLdrGotLdr Lloh508, Lloh509, Lloh510
.cfi_endproc
; -- End function
.globl _yyset_lineno ; -- Begin function yyset_lineno
.p2align 2
_yyset_lineno: ; @yyset_lineno
.cfi_startproc
; %bb.0:
adrp x8, _yylineno@PAGE
str w0, [x8, _yylineno@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyset_in ; -- Begin function yyset_in
.p2align 2
_yyset_in: ; @yyset_in
.cfi_startproc
; %bb.0:
adrp x8, _yyin@PAGE
str x0, [x8, _yyin@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyset_out ; -- Begin function yyset_out
.p2align 2
_yyset_out: ; @yyset_out
.cfi_startproc
; %bb.0:
adrp x8, _yyout@PAGE
str x0, [x8, _yyout@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyget_debug ; -- Begin function yyget_debug
.p2align 2
_yyget_debug: ; @yyget_debug
.cfi_startproc
; %bb.0:
Lloh511:
adrp x8, _yy_flex_debug@PAGE
Lloh512:
ldr w0, [x8, _yy_flex_debug@PAGEOFF]
ret
.loh AdrpLdr Lloh511, Lloh512
.cfi_endproc
; -- End function
.globl _yyset_debug ; -- Begin function yyset_debug
.p2align 2
_yyset_debug: ; @yyset_debug
.cfi_startproc
; %bb.0:
adrp x8, _yy_flex_debug@PAGE
str w0, [x8, _yy_flex_debug@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yylex_destroy ; -- Begin function yylex_destroy
.p2align 2
_yylex_destroy: ; @yylex_destroy
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
adrp x21, _yy_buffer_stack@PAGE
ldr x19, [x21, _yy_buffer_stack@PAGEOFF]
adrp x22, _yy_buffer_stack_top@PAGE
cbz x19, LBB27_5
; %bb.1:
ldr x23, [x22, _yy_buffer_stack_top@PAGEOFF]
ldr x20, [x19, x23, lsl #3]
cbz x20, LBB27_5
; %bb.2:
str xzr, [x19, x23, lsl #3]
ldr w8, [x20, #36]
cbz w8, LBB27_4
; %bb.3:
ldr x0, [x20, #8]
bl _free
ldr x19, [x21, _yy_buffer_stack@PAGEOFF]
ldr x23, [x22, _yy_buffer_stack_top@PAGEOFF]
LBB27_4:
mov x0, x20
bl _free
str xzr, [x19, x23, lsl #3]
LBB27_5:
mov x0, x19
bl _free
mov w8, #1
adrp x9, _yylineno@PAGE
str w8, [x9, _yylineno@PAGEOFF]
str xzr, [x21, _yy_buffer_stack@PAGEOFF]
str xzr, [x22, _yy_buffer_stack_top@PAGEOFF]
Lloh513:
adrp x8, _yy_buffer_stack_max@PAGE
str xzr, [x8, _yy_buffer_stack_max@PAGEOFF]
Lloh514:
adrp x8, _yy_c_buf_p@PAGE
str xzr, [x8, _yy_c_buf_p@PAGEOFF]
Lloh515:
adrp x8, _yy_init@PAGE
strb wzr, [x8, _yy_init@PAGEOFF]
Lloh516:
adrp x8, _yy_start@PAGE
str wzr, [x8, _yy_start@PAGEOFF]
Lloh517:
adrp x8, _yyin@PAGE
str xzr, [x8, _yyin@PAGEOFF]
Lloh518:
adrp x8, _yyout@PAGE
str xzr, [x8, _yyout@PAGEOFF]
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpAdrp Lloh517, Lloh518
.loh AdrpAdrp Lloh516, Lloh517
.loh AdrpAdrp Lloh515, Lloh516
.loh AdrpAdrp Lloh514, Lloh515
.loh AdrpAdrp Lloh513, Lloh514
.cfi_endproc
; -- End function
.globl _yyrealloc ; -- Begin function yyrealloc
.p2align 2
_yyrealloc: ; @yyrealloc
.cfi_startproc
; %bb.0:
b _realloc
.cfi_endproc
; -- End function
.globl _yyerror ; -- Begin function yyerror
.p2align 2
_yyerror: ; @yyerror
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh519:
adrp x9, _yytext@GOTPAGE
Lloh520:
ldr x9, [x9, _yytext@GOTPAGEOFF]
Lloh521:
adrp x8, _yyout@PAGE
Lloh522:
ldr x8, [x8, _yyout@PAGEOFF]
Lloh523:
ldr x9, [x9]
Lloh524:
adrp x10, _yylineno@PAGE
Lloh525:
ldr w10, [x10, _yylineno@PAGEOFF]
Lloh526:
adrp x11, _line_number@PAGE
Lloh527:
ldr w11, [x11, _line_number@PAGEOFF]
stp x11, x9, [sp, #16]
stp x10, x0, [sp]
Lloh528:
adrp x1, l_.str.41@PAGE
Lloh529:
add x1, x1, l_.str.41@PAGEOFF
mov x0, x8
bl _fprintf
mov w0, #1
bl _exit
.loh AdrpAdd Lloh528, Lloh529
.loh AdrpLdr Lloh526, Lloh527
.loh AdrpLdr Lloh524, Lloh525
.loh AdrpLdr Lloh521, Lloh522
.loh AdrpLdrGotLdr Lloh519, Lloh520, Lloh523
.cfi_endproc
; -- End function
.globl _countResults ; -- Begin function countResults
.p2align 2
_countResults: ; @countResults
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh530:
adrp x8, _yyout@PAGE
Lloh531:
ldr x0, [x8, _yyout@PAGEOFF]
Lloh532:
adrp x8, _yylineno@PAGE
Lloh533:
ldr w8, [x8, _yylineno@PAGEOFF]
Lloh534:
adrp x9, _lines@PAGE
Lloh535:
ldr w9, [x9, _lines@PAGEOFF]
Lloh536:
adrp x10, _words@PAGE
Lloh537:
ldr w10, [x10, _words@PAGEOFF]
Lloh538:
adrp x11, _chars@PAGE
Lloh539:
ldr w11, [x11, _chars@PAGEOFF]
stp x10, x11, [sp, #16]
stp x8, x9, [sp]
Lloh540:
adrp x1, l_.str.42@PAGE
Lloh541:
add x1, x1, l_.str.42@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh540, Lloh541
.loh AdrpLdr Lloh538, Lloh539
.loh AdrpLdr Lloh536, Lloh537
.loh AdrpLdr Lloh534, Lloh535
.loh AdrpLdr Lloh532, Lloh533
.loh AdrpAdrp Lloh530, Lloh532
.loh AdrpLdr Lloh530, Lloh531
.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 x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
ldr x0, [x1, #8]
Lloh542:
adrp x1, l_.str.43@PAGE
Lloh543:
add x1, x1, l_.str.43@PAGEOFF
bl _fopen
adrp x19, _yyin@PAGE
str x0, [x19, _yyin@PAGEOFF]
Lloh544:
adrp x0, l_.str.44@PAGE
Lloh545:
add x0, x0, l_.str.44@PAGEOFF
Lloh546:
adrp x1, l_.str.45@PAGE
Lloh547:
add x1, x1, l_.str.45@PAGEOFF
bl _fopen
adrp x20, _yyout@PAGE
str x0, [x20, _yyout@PAGEOFF]
bl _yylex
ldr x0, [x20, _yyout@PAGEOFF]
Lloh548:
adrp x8, _yylineno@PAGE
Lloh549:
ldr w8, [x8, _yylineno@PAGEOFF]
Lloh550:
adrp x9, _lines@PAGE
Lloh551:
ldr w9, [x9, _lines@PAGEOFF]
Lloh552:
adrp x10, _words@PAGE
Lloh553:
ldr w10, [x10, _words@PAGEOFF]
Lloh554:
adrp x11, _chars@PAGE
Lloh555:
ldr w11, [x11, _chars@PAGEOFF]
stp x10, x11, [sp, #16]
stp x8, x9, [sp]
Lloh556:
adrp x1, l_.str.42@PAGE
Lloh557:
add x1, x1, l_.str.42@PAGEOFF
bl _fprintf
ldr x0, [x19, _yyin@PAGEOFF]
bl _fclose
ldr x0, [x20, _yyout@PAGEOFF]
bl _fclose
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpAdd Lloh556, Lloh557
.loh AdrpLdr Lloh554, Lloh555
.loh AdrpLdr Lloh552, Lloh553
.loh AdrpLdr Lloh550, Lloh551
.loh AdrpLdr Lloh548, Lloh549
.loh AdrpAdd Lloh546, Lloh547
.loh AdrpAdd Lloh544, Lloh545
.loh AdrpAdd Lloh542, Lloh543
.cfi_endproc
; -- End function
.globl _yyin ; @yyin
.zerofill __DATA,__common,_yyin,8,3
.globl _yyout ; @yyout
.zerofill __DATA,__common,_yyout,8,3
.section __DATA,__data
.globl _yylineno ; @yylineno
.p2align 2
_yylineno:
.long 1 ; 0x1
.globl _yy_flex_debug ; @yy_flex_debug
.zerofill __DATA,__common,_yy_flex_debug,4,2
.globl _chars ; @chars
.zerofill __DATA,__common,_chars,4,2
.globl _words ; @words
.zerofill __DATA,__common,_words,4,2
.globl _lines ; @lines
.zerofill __DATA,__common,_lines,4,2
.globl _line_number ; @line_number
.p2align 2
_line_number:
.long 1 ; 0x1
.zerofill __DATA,__bss,_yy_init,1,2 ; @yy_init
.zerofill __DATA,__bss,_yy_start,4,2 ; @yy_start
.zerofill __DATA,__bss,_yy_buffer_stack,8,3 ; @yy_buffer_stack
.zerofill __DATA,__bss,_yy_buffer_stack_top,8,3 ; @yy_buffer_stack_top
.zerofill __DATA,__bss,_yy_c_buf_p,8,3 ; @yy_c_buf_p
.zerofill __DATA,__bss,_yy_hold_char,1,0 ; @yy_hold_char
.section __TEXT,__const
_yy_ec: ; @yy_ec
.ascii "\000\001\001\001\001\001\001\001\001\002\003\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\004\005\006\001\007\b\t\n\001\001\013\f\001\r\001\016\017\017\017\017\017\017\017\017\017\017\001\001\020\021\022\023\001\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\024\001\001\001\001\001\025\026\027\030\031\032\033\034\035\036\034\037 \034!\"#\034$%!\034\034&\034\034\034'()\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 1 ; @yy_accept
_yy_accept:
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 46 ; 0x2e
.short 45 ; 0x2d
.short 38 ; 0x26
.short 38 ; 0x26
.short 45 ; 0x2d
.short 45 ; 0x2d
.short 30 ; 0x1e
.short 45 ; 0x2d
.short 28 ; 0x1c
.short 26 ; 0x1a
.short 27 ; 0x1b
.short 29 ; 0x1d
.short 45 ; 0x2d
.short 19 ; 0x13
.short 45 ; 0x2d
.short 39 ; 0x27
.short 39 ; 0x27
.short 35 ; 0x23
.short 39 ; 0x27
.short 35 ; 0x23
.short 37 ; 0x25
.short 35 ; 0x23
.short 36 ; 0x24
.short 36 ; 0x24
.short 39 ; 0x27
.short 31 ; 0x1f
.short 45 ; 0x2d
.short 32 ; 0x20
.short 45 ; 0x2d
.short 45 ; 0x2d
.short 4 ; 0x4
.short 3 ; 0x3
.short 4 ; 0x4
.short 38 ; 0x26
.short 16 ; 0x10
.short 0 ; 0x0
.short 0 ; 0x0
.short 41 ; 0x29
.short 0 ; 0x0
.short 13 ; 0xd
.short 24 ; 0x18
.short 20 ; 0x14
.short 22 ; 0x16
.short 21 ; 0x15
.short 23 ; 0x17
.short 1 ; 0x1
.short 25 ; 0x19
.short 17 ; 0x11
.short 18 ; 0x12
.short 15 ; 0xf
.short 39 ; 0x27
.short 39 ; 0x27
.short 39 ; 0x27
.short 35 ; 0x23
.short 10 ; 0xa
.short 39 ; 0x27
.short 37 ; 0x25
.short 39 ; 0x27
.short 5 ; 0x5
.short 36 ; 0x24
.short 39 ; 0x27
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 2 ; 0x2
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 39 ; 0x27
.short 39 ; 0x27
.short 39 ; 0x27
.short 9 ; 0x9
.short 39 ; 0x27
.short 0 ; 0x0
.short 34 ; 0x22
.short 42 ; 0x2a
.short 44 ; 0x2c
.short 43 ; 0x2b
.short 39 ; 0x27
.short 12 ; 0xc
.short 7 ; 0x7
.short 39 ; 0x27
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 33 ; 0x21
.short 6 ; 0x6
.short 0 ; 0x0
.zerofill __DATA,__bss,_yy_last_accepting_state,4,2 ; @yy_last_accepting_state
.zerofill __DATA,__bss,_yy_last_accepting_cpos,8,3 ; @yy_last_accepting_cpos
.p2align 1 ; @yy_chk
_yy_chk:
.short 0 ; 0x0
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 1 ; 0x1
.short 2 ; 0x2
.short 3 ; 0x3
.short 4 ; 0x4
.short 2 ; 0x2
.short 6 ; 0x6
.short 9 ; 0x9
.short 9 ; 0x9
.short 6 ; 0x6
.short 26 ; 0x1a
.short 3 ; 0x3
.short 4 ; 0x4
.short 10 ; 0xa
.short 10 ; 0xa
.short 12 ; 0xc
.short 16 ; 0x10
.short 18 ; 0x12
.short 17 ; 0x11
.short 12 ; 0xc
.short 26 ; 0x1a
.short 16 ; 0x10
.short 17 ; 0x11
.short 18 ; 0x12
.short 24 ; 0x18
.short 35 ; 0x23
.short 24 ; 0x18
.short 35 ; 0x23
.short 24 ; 0x18
.short 94 ; 0x5e
.short 12 ; 0xc
.short 24 ; 0x18
.short 27 ; 0x1b
.short 40 ; 0x28
.short 40 ; 0x28
.short 27 ; 0x1b
.short 24 ; 0x18
.short 93 ; 0x5d
.short 27 ; 0x1b
.short 27 ; 0x1b
.short 27 ; 0x1b
.short 27 ; 0x1b
.short 29 ; 0x1d
.short 44 ; 0x2c
.short 91 ; 0x5b
.short 29 ; 0x1d
.short 89 ; 0x59
.short 44 ; 0x2c
.short 29 ; 0x1d
.short 88 ; 0x58
.short 29 ; 0x1d
.short 29 ; 0x1d
.short 87 ; 0x57
.short 85 ; 0x55
.short 80 ; 0x50
.short 79 ; 0x4f
.short 77 ; 0x4d
.short 76 ; 0x4c
.short 44 ; 0x2c
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 98 ; 0x62
.short 99 ; 0x63
.short 99 ; 0x63
.short 99 ; 0x63
.short 75 ; 0x4b
.short 99 ; 0x63
.short 99 ; 0x63
.short 100 ; 0x64
.short 74 ; 0x4a
.short 100 ; 0x64
.short 101 ; 0x65
.short 73 ; 0x49
.short 72 ; 0x48
.short 101 ; 0x65
.short 101 ; 0x65
.short 101 ; 0x65
.short 101 ; 0x65
.short 101 ; 0x65
.short 102 ; 0x66
.short 70 ; 0x46
.short 102 ; 0x66
.short 69 ; 0x45
.short 102 ; 0x66
.short 102 ; 0x66
.short 102 ; 0x66
.short 102 ; 0x66
.short 103 ; 0x67
.short 67 ; 0x43
.short 103 ; 0x67
.short 103 ; 0x67
.short 103 ; 0x67
.short 103 ; 0x67
.short 66 ; 0x42
.short 103 ; 0x67
.short 65 ; 0x41
.short 64 ; 0x40
.short 63 ; 0x3f
.short 62 ; 0x3e
.short 60 ; 0x3c
.short 59 ; 0x3b
.short 58 ; 0x3a
.short 39 ; 0x27
.short 36 ; 0x24
.short 33 ; 0x21
.short 31 ; 0x1f
.short 30 ; 0x1e
.short 28 ; 0x1c
.short 25 ; 0x19
.short 23 ; 0x17
.short 21 ; 0x15
.short 20 ; 0x14
.short 19 ; 0x13
.short 15 ; 0xf
.short 14 ; 0xe
.short 11 ; 0xb
.short 7 ; 0x7
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.p2align 1 ; @yy_base
_yy_base:
.short 0 ; 0x0
.short 0 ; 0x0
.short 26 ; 0x1a
.short 40 ; 0x28
.short 41 ; 0x29
.short 0 ; 0x0
.short 30 ; 0x1e
.short 161 ; 0xa1
.short 162 ; 0xa2
.short 45 ; 0x2d
.short 51 ; 0x33
.short 143 ; 0x8f
.short 49 ; 0x31
.short 162 ; 0xa2
.short 150 ; 0x96
.short 141 ; 0x8d
.short 44 ; 0x2c
.short 45 ; 0x2d
.short 46 ; 0x2e
.short 140 ; 0x8c
.short 139 ; 0x8b
.short 138 ; 0x8a
.short 0 ; 0x0
.short 118 ; 0x76
.short 42 ; 0x2a
.short 119 ; 0x77
.short 28 ; 0x1c
.short 45 ; 0x2d
.short 130 ; 0x82
.short 55 ; 0x37
.short 124 ; 0x7c
.short 121 ; 0x79
.short 162 ; 0xa2
.short 109 ; 0x6d
.short 162 ; 0xa2
.short 48 ; 0x30
.short 130 ; 0x82
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 133 ; 0x85
.short 71 ; 0x47
.short 162 ; 0xa2
.short 0 ; 0x0
.short 0 ; 0x0
.short 77 ; 0x4d
.short 0 ; 0x0
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 0 ; 0x0
.short 120 ; 0x78
.short 108 ; 0x6c
.short 122 ; 0x7a
.short 0 ; 0x0
.short 106 ; 0x6a
.short 108 ; 0x6c
.short 105 ; 0x69
.short 106 ; 0x6a
.short 111 ; 0x6f
.short 103 ; 0x67
.short 162 ; 0xa2
.short 92 ; 0x5c
.short 122 ; 0x7a
.short 162 ; 0xa2
.short 112 ; 0x70
.short 107 ; 0x6b
.short 93 ; 0x5d
.short 88 ; 0x58
.short 71 ; 0x47
.short 70 ; 0x46
.short 0 ; 0x0
.short 63 ; 0x3f
.short 65 ; 0x41
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 62 ; 0x3e
.short 0 ; 0x0
.short 88 ; 0x58
.short 63 ; 0x3f
.short 51 ; 0x33
.short 0 ; 0x0
.short 54 ; 0x36
.short 0 ; 0x0
.short 74 ; 0x4a
.short 42 ; 0x2a
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 162 ; 0xa2
.short 98 ; 0x62
.short 104 ; 0x68
.short 107 ; 0x6b
.short 115 ; 0x73
.short 123 ; 0x7b
.short 131 ; 0x83
.p2align 1 ; @yy_def
_yy_def:
.short 0 ; 0x0
.short 97 ; 0x61
.short 1 ; 0x1
.short 98 ; 0x62
.short 98 ; 0x62
.short 1 ; 0x1
.short 1 ; 0x1
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 99 ; 0x63
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 24 ; 0x18
.short 100 ; 0x64
.short 24 ; 0x18
.short 100 ; 0x64
.short 29 ; 0x1d
.short 100 ; 0x64
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 101 ; 0x65
.short 102 ; 0x66
.short 99 ; 0x63
.short 103 ; 0x67
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 24 ; 0x18
.short 100 ; 0x64
.short 100 ; 0x64
.short 27 ; 0x1b
.short 100 ; 0x64
.short 27 ; 0x1b
.short 29 ; 0x1d
.short 100 ; 0x64
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 101 ; 0x65
.short 102 ; 0x66
.short 103 ; 0x67
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 100 ; 0x64
.short 97 ; 0x61
.short 100 ; 0x64
.short 97 ; 0x61
.short 100 ; 0x64
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 0 ; 0x0
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
_yy_meta: ; @yy_meta
.ascii "\000\001\001\002\001\001\003\001\001\001\004\001\001\001\001\005\001\001\001\001\006\007\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\001\001\001"
.p2align 1 ; @yy_nxt
_yy_nxt:
.short 0 ; 0x0
.short 8 ; 0x8
.short 9 ; 0x9
.short 10 ; 0xa
.short 8 ; 0x8
.short 11 ; 0xb
.short 8 ; 0x8
.short 12 ; 0xc
.short 13 ; 0xd
.short 14 ; 0xe
.short 8 ; 0x8
.short 15 ; 0xf
.short 16 ; 0x10
.short 17 ; 0x11
.short 18 ; 0x12
.short 8 ; 0x8
.short 19 ; 0x13
.short 20 ; 0x14
.short 21 ; 0x15
.short 8 ; 0x8
.short 22 ; 0x16
.short 8 ; 0x8
.short 22 ; 0x16
.short 23 ; 0x17
.short 24 ; 0x18
.short 25 ; 0x19
.short 26 ; 0x1a
.short 27 ; 0x1b
.short 22 ; 0x16
.short 28 ; 0x1c
.short 29 ; 0x1d
.short 22 ; 0x16
.short 22 ; 0x16
.short 30 ; 0x1e
.short 28 ; 0x1c
.short 30 ; 0x1e
.short 30 ; 0x1e
.short 22 ; 0x16
.short 31 ; 0x1f
.short 32 ; 0x20
.short 33 ; 0x21
.short 34 ; 0x22
.short 35 ; 0x23
.short 38 ; 0x26
.short 38 ; 0x26
.short 36 ; 0x24
.short 35 ; 0x23
.short 40 ; 0x28
.short 40 ; 0x28
.short 36 ; 0x24
.short 57 ; 0x39
.short 39 ; 0x27
.short 39 ; 0x27
.short 40 ; 0x28
.short 40 ; 0x28
.short 42 ; 0x2a
.short 48 ; 0x30
.short 52 ; 0x34
.short 50 ; 0x32
.short 43 ; 0x2b
.short 62 ; 0x3e
.short 49 ; 0x31
.short 51 ; 0x33
.short 53 ; 0x35
.short 59 ; 0x3b
.short 54 ; 0x36
.short 60 ; 0x3c
.short 69 ; 0x45
.short 60 ; 0x3c
.short 96 ; 0x60
.short 45 ; 0x2d
.short 60 ; 0x3c
.short 63 ; 0x3f
.short 40 ; 0x28
.short 40 ; 0x28
.short 63 ; 0x3f
.short 60 ; 0x3c
.short 95 ; 0x5f
.short 63 ; 0x3f
.short 64 ; 0x40
.short 63 ; 0x3f
.short 63 ; 0x3f
.short 65 ; 0x41
.short 97 ; 0x61
.short 94 ; 0x5e
.short 66 ; 0x42
.short 93 ; 0x5d
.short 97 ; 0x61
.short 66 ; 0x42
.short 92 ; 0x5c
.short 66 ; 0x42
.short 66 ; 0x42
.short 91 ; 0x5b
.short 90 ; 0x5a
.short 89 ; 0x59
.short 88 ; 0x58
.short 87 ; 0x57
.short 86 ; 0x56
.short 97 ; 0x61
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 37 ; 0x25
.short 44 ; 0x2c
.short 44 ; 0x2c
.short 44 ; 0x2c
.short 85 ; 0x55
.short 44 ; 0x2c
.short 44 ; 0x2c
.short 57 ; 0x39
.short 84 ; 0x54
.short 57 ; 0x39
.short 72 ; 0x48
.short 83 ; 0x53
.short 82 ; 0x52
.short 72 ; 0x48
.short 72 ; 0x48
.short 72 ; 0x48
.short 72 ; 0x48
.short 72 ; 0x48
.short 73 ; 0x49
.short 81 ; 0x51
.short 73 ; 0x49
.short 80 ; 0x50
.short 73 ; 0x49
.short 73 ; 0x49
.short 73 ; 0x49
.short 73 ; 0x49
.short 74 ; 0x4a
.short 79 ; 0x4f
.short 74 ; 0x4a
.short 74 ; 0x4a
.short 74 ; 0x4a
.short 74 ; 0x4a
.short 63 ; 0x3f
.short 74 ; 0x4a
.short 57 ; 0x39
.short 78 ; 0x4e
.short 57 ; 0x39
.short 77 ; 0x4d
.short 57 ; 0x39
.short 76 ; 0x4c
.short 75 ; 0x4b
.short 71 ; 0x47
.short 70 ; 0x46
.short 68 ; 0x44
.short 67 ; 0x43
.short 63 ; 0x3f
.short 57 ; 0x39
.short 61 ; 0x3d
.short 58 ; 0x3a
.short 56 ; 0x38
.short 55 ; 0x37
.short 54 ; 0x36
.short 47 ; 0x2f
.short 46 ; 0x2e
.short 41 ; 0x29
.short 97 ; 0x61
.short 7 ; 0x7
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.short 97 ; 0x61
.comm _yytext,8,3 ; @yytext
.comm _yyleng,8,3 ; @yyleng
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Unclosed Comment"
l_.str.1: ; @.str.1
.asciz "Control_Structure_if"
l_.str.2: ; @.str.2
.asciz "ELSE IF STATEMENT"
l_.str.3: ; @.str.3
.asciz "ELSE STATEMENT"
l_.str.4: ; @.str.4
.asciz "WHILE STATEMENT"
l_.str.5: ; @.str.5
.asciz "FOR STATEMENT"
l_.str.6: ; @.str.6
.asciz "DO ... WHILE STATEMENT"
l_.str.7: ; @.str.7
.asciz "BREAK STATEMENT"
l_.str.8: ; @.str.8
.asciz "CASE STATEMENT"
l_.str.9: ; @.str.9
.asciz "KeyWord AND"
l_.str.10: ; @.str.10
.asciz "KeyWord OR"
l_.str.11: ; @.str.11
.asciz "GEQ"
l_.str.12: ; @.str.12
.asciz "NEQ"
l_.str.13: ; @.str.13
.asciz "LEQ"
l_.str.14: ; @.str.14
.asciz "EQUAL"
l_.str.15: ; @.str.15
.asciz "ASSIGN"
l_.str.16: ; @.str.16
.asciz "ASSIGNADDBYONE"
l_.str.17: ; @.str.17
.asciz "ASSIGNSUBSTRACTBYONE"
l_.str.18: ; @.str.18
.asciz "ASSIGNADD"
l_.str.19: ; @.str.19
.asciz "ASSIGNSUBSTRACT"
l_.str.20: ; @.str.20
.asciz "ASSIGNMULTIPLY"
l_.str.21: ; @.str.21
.asciz "ASSIGNDIVIDE"
l_.str.22: ; @.str.22
.asciz " Addition "
l_.str.23: ; @.str.23
.asciz " Substruction "
l_.str.24: ; @.str.24
.asciz " Multiplication "
l_.str.25: ; @.str.25
.asciz " Division "
l_.str.26: ; @.str.26
.asciz " Modulo "
l_.str.27: ; @.str.27
.asciz "Opening Brackets"
l_.str.28: ; @.str.28
.asciz "Closing Brackets"
l_.str.29: ; @.str.29
.asciz "Opening php script"
l_.str.30: ; @.str.30
.asciz "Closure php Script"
l_.str.31: ; @.str.31
.asciz "Output Function"
l_.str.32: ; @.str.32
.asciz "%d Unrecognized character: %s\n"
l_.str.33: ; @.str.33
.asciz "Variable"
.zerofill __DATA,__bss,_yy_n_chars,4,2 ; @yy_n_chars
l_.str.34: ; @.str.34
.asciz "fatal flex scanner internal error--no action found"
l_.str.35: ; @.str.35
.asciz "out of dynamic memory in yy_create_buffer()"
l_.str.36: ; @.str.36
.asciz "out of dynamic memory in yy_scan_buffer()"
l_.str.37: ; @.str.37
.asciz "out of dynamic memory in yy_scan_bytes()"
l_.str.38: ; @.str.38
.asciz "bad buffer in yy_scan_bytes()"
l_.str.39: ; @.str.39
.asciz "%d %s\t%s\n"
l_.str.40: ; @.str.40
.asciz "%d %s\t%s\n"
l_.str.41: ; @.str.41
.asciz "%d Error: \"%s\" in line %d. Token = %s\n"
l_.str.42: ; @.str.42
.asciz "%d %8d Lines, %8d Words, %8d Characters"
l_.str.43: ; @.str.43
.asciz "r"
l_.str.44: ; @.str.44
.asciz "student_name.txt"
l_.str.45: ; @.str.45
.asciz "w"
l_.str.46: ; @.str.46
.asciz "fatal flex scanner internal error--end of buffer missed"
l_.str.47: ; @.str.47
.asciz "fatal error - scanner input buffer overflow"
l_.str.48: ; @.str.48
.asciz "input in flex scanner failed"
l_.str.49: ; @.str.49
.asciz "out of dynamic memory in yy_get_next_buffer()"
l_.str.50: ; @.str.50
.asciz "out of dynamic memory in yyensure_buffer_stack()"
.zerofill __DATA,__bss,_yy_buffer_stack_max,8,3 ; @yy_buffer_stack_max
l_.str.51: ; @.str.51
.asciz "%s\n"
.subsections_via_symbols
| the_stack_data/72012703.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rsi, %rbx
xorl %eax, %eax
cmpl $3, %edi
sete %al
movl %eax, %edi
callq _assert
movq 8(%rbx), %rdi
movq 16(%rbx), %rsi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _load ## TAILCALL
.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 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
cmp w0, #3
cset w0, eq
bl _assert
ldp x0, x1, [x19, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _load
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/contrib/netbsd-tests/modules/k_helper3/extr_k_helper3.c_main.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function easing_in_cubic
_easing_in_cubic: ## @easing_in_cubic
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movss %xmm2, -4(%rbp) ## 4-byte Spill
movss %xmm1, -8(%rbp) ## 4-byte Spill
divss %xmm3, %xmm0
movl $3, %edi
callq _pow
mulss -4(%rbp), %xmm0 ## 4-byte Folded Reload
addss -8(%rbp), %xmm0 ## 4-byte Folded Reload
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _easing_in_cubic
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function easing_in_cubic
_easing_in_cubic: ; @easing_in_cubic
.cfi_startproc
; %bb.0:
stp d9, d8, [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 b8, -24
.cfi_offset b9, -32
fmov s8, s2
fmov s9, s1
fdiv s0, s0, s3
mov w0, #3
bl _pow
fmadd s0, s8, s0, s9
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp d9, d8, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _easing_in_cubic
.subsections_via_symbols
| AnghaBench/RetroArch/menu/extr_menu_animation.c_easing_in_cubic.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
movl $20240, %eax ## imm = 0x4F10
callq ____chkstk_darwin
subq %rax, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
leaq L_.str(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.1(%rip), %rbx
leaq -20144(%rbp), %r14
movq %rbx, %rdi
movq %r14, %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq -20256(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq _now@GOTPCREL(%rip), %rdi
callq _time
leaq L_.str.3(%rip), %rsi
movq %r14, %rdi
callq _fopen
movq _in@GOTPCREL(%rip), %rbx
movq %rax, (%rbx)
leaq L_.str.4(%rip), %rsi
leaq -10032(%rbp), %rdx
movq %rax, %rdi
xorl %eax, %eax
callq _fscanf
movq (%rbx), %rdi
callq _fclose
movb -10032(%rbp), %al
testb %al, %al
je LBB0_3
## %bb.1:
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
addb $5, %al
movb %al, -20032(%rbp,%rcx)
movzbl -10031(%rbp,%rcx), %eax
incq %rcx
testb %al, %al
jne LBB0_2
LBB0_3:
movl $10, %edi
callq _putchar
leaq L_.str.6(%rip), %rdi
leaq -20032(%rbp), %r14
movq %r14, %rsi
xorl %eax, %eax
callq _printf
movq _now@GOTPCREL(%rip), %rdi
callq _time
leaq L_.str.7(%rip), %rsi
leaq -20256(%rbp), %rdi
callq _fopen
movq _fp@GOTPCREL(%rip), %rbx
movq %rax, (%rbx)
movq %r14, %rdi
movq %rax, %rsi
callq _fputs
movq (%rbx), %rdi
callq _fclose
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -24(%rbp), %rax
jne LBB0_5
## %bb.4:
addq $20240, %rsp ## imm = 0x4F10
popq %rbx
popq %r14
popq %rbp
retq
LBB0_5:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Input file name: "
L_.str.1: ## @.str.1
.asciz "%s"
L_.str.2: ## @.str.2
.asciz "Output file name: "
.comm _now,8,3 ## @now
L_.str.3: ## @.str.3
.asciz "r"
.comm _in,8,3 ## @in
L_.str.4: ## @.str.4
.asciz "%[^\n]"
L_.str.6: ## @.str.6
.asciz "%s\n\n"
L_.str.7: ## @.str.7
.asciz "w"
.comm _fp,8,3 ## @fp
.subsections_via_symbols
| .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, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w27, -40
.cfi_offset w28, -48
mov w9, #20224
Lloh0:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh1:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #4, lsl #12 ; =16384
sub sp, sp, #3840
Lloh2:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh3:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh5:
adrp x0, l_.str@PAGE
Lloh6:
add x0, x0, l_.str@PAGEOFF
bl _printf
add x8, sp, #116
str x8, [sp]
Lloh7:
adrp x19, l_.str.1@PAGE
Lloh8:
add x19, x19, l_.str.1@PAGEOFF
mov x0, x19
bl _scanf
Lloh9:
adrp x0, l_.str.2@PAGE
Lloh10:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
add x8, sp, #16
str x8, [sp]
mov x0, x19
bl _scanf
Lloh11:
adrp x0, _now@GOTPAGE
Lloh12:
ldr x0, [x0, _now@GOTPAGEOFF]
bl _time
Lloh13:
adrp x1, l_.str.3@PAGE
Lloh14:
add x1, x1, l_.str.3@PAGEOFF
add x0, sp, #116
bl _fopen
Lloh15:
adrp x20, _in@GOTPAGE
Lloh16:
ldr x20, [x20, _in@GOTPAGEOFF]
str x0, [x20]
add x19, sp, #2, lsl #12 ; =8192
add x19, x19, #2024
str x19, [sp]
Lloh17:
adrp x1, l_.str.4@PAGE
Lloh18:
add x1, x1, l_.str.4@PAGEOFF
bl _fscanf
ldr x0, [x20]
bl _fclose
add x8, sp, #1, lsl #12 ; =4096
add x8, x8, #2025
ldrb w8, [x8, #4095]
cbz w8, LBB0_3
; %bb.1:
add x9, x19, #1
add x10, sp, #216
LBB0_2: ; =>This Inner Loop Header: Depth=1
add w8, w8, #5
strb w8, [x10], #1
ldrb w8, [x9], #1
cbnz w8, LBB0_2
LBB0_3:
mov w0, #10
bl _putchar
add x8, sp, #216
str x8, [sp]
Lloh19:
adrp x0, l_.str.6@PAGE
Lloh20:
add x0, x0, l_.str.6@PAGEOFF
bl _printf
Lloh21:
adrp x0, _now@GOTPAGE
Lloh22:
ldr x0, [x0, _now@GOTPAGEOFF]
bl _time
Lloh23:
adrp x1, l_.str.7@PAGE
Lloh24:
add x1, x1, l_.str.7@PAGEOFF
add x0, sp, #16
bl _fopen
mov x1, x0
Lloh25:
adrp x19, _fp@GOTPAGE
Lloh26:
ldr x19, [x19, _fp@GOTPAGEOFF]
str x0, [x19]
add x0, sp, #216
bl _fputs
ldr x0, [x19]
bl _fclose
ldur x8, [x29, #-40]
Lloh27:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh28:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh29:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_5
; %bb.4:
add sp, sp, #4, lsl #12 ; =16384
add sp, sp, #3840
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_5:
bl ___stack_chk_fail
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpLdrGot Lloh15, Lloh16
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29
.loh AdrpLdrGot Lloh25, Lloh26
.loh AdrpAdd Lloh23, Lloh24
.loh AdrpLdrGot Lloh21, Lloh22
.loh AdrpAdd Lloh19, Lloh20
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Input file name: "
l_.str.1: ; @.str.1
.asciz "%s"
l_.str.2: ; @.str.2
.asciz "Output file name: "
.comm _now,8,3 ; @now
l_.str.3: ; @.str.3
.asciz "r"
.comm _in,8,3 ; @in
l_.str.4: ; @.str.4
.asciz "%[^\n]"
l_.str.6: ; @.str.6
.asciz "%s\n\n"
l_.str.7: ; @.str.7
.asciz "w"
.comm _fp,8,3 ; @fp
.subsections_via_symbols
| the_stack_data/215768637.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _handle_sigint ## -- Begin function handle_sigint
.p2align 4, 0x90
_handle_sigint: ## @handle_sigint
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb $1, _sigint_halt_flag(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI1_0:
.byte 1 ## 0x1
.byte 0 ## 0x0
.byte 3 ## 0x3
.byte 2 ## 0x2
.byte 5 ## 0x5
.byte 4 ## 0x4
.byte 7 ## 0x7
.byte 6 ## 0x6
.byte 9 ## 0x9
.byte 8 ## 0x8
.byte 11 ## 0xb
.byte 10 ## 0xa
.byte 13 ## 0xd
.byte 12 ## 0xc
.byte 15 ## 0xf
.byte 14 ## 0xe
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl $8264, %eax ## imm = 0x2048
callq ____chkstk_darwin
subq %rax, %rsp
popq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r12
movl %edi, %r14d
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq _handle_sigint(%rip), %rsi
movl $2, %edi
callq _signal
leaq -8240(%rbp), %rdi
movl $8192, %esi ## imm = 0x2000
callq ___bzero
testl %r14d, %r14d
jle LBB1_26
## %bb.1:
movl %r14d, %ebx
xorl %r15d, %r15d
xorl %eax, %eax
movq %rax, -8248(%rbp) ## 8-byte Spill
xorl %eax, %eax
movq %rax, -8272(%rbp) ## 8-byte Spill
xorl %r14d, %r14d
xorl %eax, %eax
movq %rax, -8256(%rbp) ## 8-byte Spill
xorl %eax, %eax
movq %rax, -8264(%rbp) ## 8-byte Spill
jmp LBB1_4
.p2align 4, 0x90
LBB1_2: ## in Loop: Header=BB1_4 Depth=1
testq %r15, %r15
cmovnel %r15d, %r14d
LBB1_3: ## in Loop: Header=BB1_4 Depth=1
incq %r15
cmpq %r15, %rbx
je LBB1_17
LBB1_4: ## =>This Inner Loop Header: Depth=1
movq (%r12,%r15,8), %r13
cmpb $45, (%r13)
jne LBB1_2
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movl $3, %edx
movq %r13, %rdi
leaq L_.str.4(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_14
## %bb.6: ## in Loop: Header=BB1_4 Depth=1
movl $7, %edx
movq %r13, %rdi
leaq L_.str.5(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_14
## %bb.7: ## in Loop: Header=BB1_4 Depth=1
movl $3, %edx
movq %r13, %rdi
leaq L_.str.6(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_15
## %bb.8: ## in Loop: Header=BB1_4 Depth=1
movl $10, %edx
movq %r13, %rdi
leaq L_.str.7(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_15
## %bb.9: ## in Loop: Header=BB1_4 Depth=1
movl $3, %edx
movq %r13, %rdi
leaq L_.str.8(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_16
## %bb.10: ## in Loop: Header=BB1_4 Depth=1
movl $8, %edx
movq %r13, %rdi
leaq L_.str.9(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_16
## %bb.11: ## in Loop: Header=BB1_4 Depth=1
movl $3, %edx
movq %r13, %rdi
leaq L_.str.10(%rip), %rsi
callq _strncmp
testl %eax, %eax
je LBB1_13
## %bb.12: ## in Loop: Header=BB1_4 Depth=1
movl $8, %edx
movq %r13, %rdi
leaq L_.str.11(%rip), %rsi
callq _strncmp
testl %eax, %eax
jne LBB1_3
LBB1_13: ## in Loop: Header=BB1_4 Depth=1
movb $1, %al
movq %rax, -8272(%rbp) ## 8-byte Spill
jmp LBB1_3
.p2align 4, 0x90
LBB1_14: ## in Loop: Header=BB1_4 Depth=1
movb $1, %al
movq %rax, -8256(%rbp) ## 8-byte Spill
jmp LBB1_3
LBB1_15: ## in Loop: Header=BB1_4 Depth=1
movb $1, %al
movq %rax, -8264(%rbp) ## 8-byte Spill
jmp LBB1_3
LBB1_16: ## in Loop: Header=BB1_4 Depth=1
movb $1, %al
movq %rax, -8248(%rbp) ## 8-byte Spill
jmp LBB1_3
LBB1_17:
testb $1, -8264(%rbp) ## 1-byte Folded Reload
jne LBB1_27
## %bb.18:
testb $1, -8256(%rbp) ## 1-byte Folded Reload
jne LBB1_28
## %bb.19:
testl %r14d, %r14d
je LBB1_26
## %bb.20:
movslq %r14d, %rax
movq (%r12,%rax,8), %rdi
leaq L_.str.13(%rip), %rsi
callq _fopen
testq %rax, %rax
je LBB1_32
## %bb.21:
movq %rax, %r14
leaq -8240(%rbp), %rdi
movl $1, %esi
movl $8192, %edx ## imm = 0x2000
movq %rax, %rcx
callq _fread
movq %rax, %rbx
testb $1, %bl
je LBB1_23
## %bb.22:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.15(%rip), %rdi
callq _fputs
LBB1_23:
cmpq $2, %rbx
jb LBB1_42
## %bb.24:
movq %rbx, %rax
shrq %rax
cmpq $32, %rbx
jae LBB1_33
## %bb.25:
xorl %ecx, %ecx
jmp LBB1_40
LBB1_26:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.12(%rip), %rdi
callq _fputs
movl $1, %r13d
jmp LBB1_30
LBB1_27:
movq _version_string(%rip), %rdi
jmp LBB1_29
LBB1_28:
movq _usage_line(%rip), %rdi
callq _puts
movq _options_string(%rip), %rdi
LBB1_29:
callq _puts
xorl %r13d, %r13d
LBB1_30:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB1_39
## %bb.31:
movl %r13d, %eax
addq $8264, %rsp ## imm = 0x2048
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB1_32:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.14(%rip), %rdi
callq _fputs
movl $2, %r13d
jmp LBB1_30
LBB1_33:
movq %rax, %rcx
andq $-16, %rcx
leaq -16(%rcx), %rdx
movq %rdx, %rsi
shrq $4, %rsi
incq %rsi
testq %rdx, %rdx
je LBB1_36
## %bb.34:
movq %rsi, %rdi
andq $-2, %rdi
xorl %edx, %edx
movdqa LCPI1_0(%rip), %xmm0 ## xmm0 = [1,0,3,2,5,4,7,6,9,8,11,10,13,12,15,14]
.p2align 4, 0x90
LBB1_35: ## =>This Inner Loop Header: Depth=1
movdqa -8240(%rbp,%rdx,2), %xmm1
movdqa -8224(%rbp,%rdx,2), %xmm2
movdqa -8208(%rbp,%rdx,2), %xmm3
movdqa -8192(%rbp,%rdx,2), %xmm4
pshufb %xmm0, %xmm1
pshufb %xmm0, %xmm2
movdqa %xmm1, -8240(%rbp,%rdx,2)
movdqa %xmm2, -8224(%rbp,%rdx,2)
pshufb %xmm0, %xmm3
pshufb %xmm0, %xmm4
movdqa %xmm3, -8208(%rbp,%rdx,2)
movdqa %xmm4, -8192(%rbp,%rdx,2)
addq $32, %rdx
addq $-2, %rdi
jne LBB1_35
jmp LBB1_37
LBB1_36:
xorl %edx, %edx
LBB1_37:
testb $1, %sil
je LBB1_41
## %bb.38:
movdqa -8240(%rbp,%rdx,2), %xmm0
movdqa -8224(%rbp,%rdx,2), %xmm1
movdqa LCPI1_0(%rip), %xmm2 ## xmm2 = [1,0,3,2,5,4,7,6,9,8,11,10,13,12,15,14]
pshufb %xmm2, %xmm0
pshufb %xmm2, %xmm1
movdqa %xmm0, -8240(%rbp,%rdx,2)
movdqa %xmm1, -8224(%rbp,%rdx,2)
jmp LBB1_41
LBB1_39:
callq ___stack_chk_fail
LBB1_40:
rolw $8, -8240(%rbp,%rcx,2)
incq %rcx
LBB1_41:
cmpq %rcx, %rax
jne LBB1_40
LBB1_42:
movq %r14, %rdi
callq _fclose
testl %eax, %eax
je LBB1_44
## %bb.43:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.16(%rip), %rdi
callq _fputs
movl $3, %r13d
jmp LBB1_30
LBB1_44:
xorl %r12d, %r12d
movl $0, -8256(%rbp) ## 4-byte Folded Spill
movl $0, -8264(%rbp) ## 4-byte Folded Spill
movq -8248(%rbp), %rbx ## 8-byte Reload
jmp LBB1_47
LBB1_45: ## in Loop: Header=BB1_47 Depth=1
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.22(%rip), %rdi
callq _fputs
LBB1_46: ## in Loop: Header=BB1_47 Depth=1
leaq L_.str.23(%rip), %rdi
callq _puts
xorl %r13d, %r13d
xorl %edi, %edi
leaq _get_single_char.old_settings(%rip), %r14
movq %r14, %rsi
callq _tcgetattr
movups _get_single_char.old_settings+16(%rip), %xmm0
movups %xmm0, _get_single_char.new_settings+16(%rip)
movups _get_single_char.old_settings(%rip), %xmm0
movups %xmm0, _get_single_char.new_settings(%rip)
movups _get_single_char.old_settings+32(%rip), %xmm0
movups %xmm0, _get_single_char.new_settings+32(%rip)
movdqu _get_single_char.old_settings+48(%rip), %xmm0
movdqu %xmm0, _get_single_char.new_settings+48(%rip)
movq _get_single_char.old_settings+64(%rip), %rax
movq %rax, _get_single_char.new_settings+64(%rip)
andq $-265, _get_single_char.new_settings+24(%rip) ## imm = 0xFEF7
xorl %edi, %edi
xorl %esi, %esi
leaq _get_single_char.new_settings(%rip), %rdx
callq _tcsetattr
callq _getchar
movl %eax, %r15d
xorl %edi, %edi
xorl %esi, %esi
movq %r14, %rdx
callq _tcsetattr
andl $223, %r15d
cmpl $67, %r15d
jne LBB1_30
LBB1_47: ## =>This Loop Header: Depth=1
## Child Loop BB1_54 Depth 2
testb $1, %bl
je LBB1_49
## %bb.48: ## in Loop: Header=BB1_47 Depth=1
leaq L_.str.17(%rip), %r14
movq %r14, %rdi
callq _puts
leaq L_.str.18(%rip), %rdi
callq _puts
movq %r14, %rdi
callq _puts
LBB1_49: ## in Loop: Header=BB1_47 Depth=1
testb $1, -8272(%rbp) ## 1-byte Folded Reload
je LBB1_51
## %bb.50: ## in Loop: Header=BB1_47 Depth=1
movl $2, %edi
leaq -8304(%rbp), %rsi
callq _clock_gettime
LBB1_51: ## in Loop: Header=BB1_47 Depth=1
xorl %r15d, %r15d
leaq L_.str.19(%rip), %r13
jmp LBB1_54
.p2align 4, 0x90
LBB1_52: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movl $10, %edi
callq _putc
LBB1_53: ## in Loop: Header=BB1_54 Depth=2
testb $1, %r15b
jne LBB1_131
LBB1_54: ## Parent Loop BB1_47 Depth=1
## => This Inner Loop Header: Depth=2
testb $1, %bl
je LBB1_56
## %bb.55: ## in Loop: Header=BB1_54 Depth=2
movzwl -8256(%rbp), %edx ## 2-byte Folded Reload
movl %edx, %esi
shrl $12, %esi
andl $4095, %edx ## imm = 0xFFF
movzwl %r12w, %ecx
movzwl -8240(%rbp,%rcx,2), %r14d
movzwl %r14w, %ebx
movl %ebx, %r8d
shrl $12, %r8d
movl %ebx, %r9d
andl $4095, %r9d ## imm = 0xFFF
movq %r13, %rdi
## kill: def $ecx killed $ecx killed $rcx
xorl %eax, %eax
callq _printf
jmp LBB1_57
.p2align 4, 0x90
LBB1_56: ## in Loop: Header=BB1_54 Depth=2
movzwl %r12w, %eax
movzwl -8240(%rbp,%rax,2), %r14d
movzwl %r14w, %ebx
LBB1_57: ## in Loop: Header=BB1_54 Depth=2
movl %ebx, %eax
shrl $12, %eax
cmpl $14, %eax
ja LBB1_74
## %bb.58: ## in Loop: Header=BB1_54 Depth=2
leaq LJTI1_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB1_59: ## in Loop: Header=BB1_54 Depth=2
movq _HALT_STRING(%rip), %rdi
movq -8248(%rbp), %rbx ## 8-byte Reload
testb $1, %bl
je LBB1_88
## %bb.60: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _fputs
jmp LBB1_89
LBB1_61: ## in Loop: Header=BB1_54 Depth=2
testb $1, -8264(%rbp) ## 1-byte Folded Reload
je LBB1_74
LBB1_62: ## in Loop: Header=BB1_54 Depth=2
andl $4095, %r14d ## imm = 0xFFF
movl %r14d, %r12d
jmp LBB1_75
LBB1_63: ## in Loop: Header=BB1_54 Depth=2
andl $4095, %ebx ## imm = 0xFFF
movzwl -8240(%rbp,%rbx,2), %eax
movl %eax, -8256(%rbp) ## 4-byte Spill
jmp LBB1_74
LBB1_64: ## in Loop: Header=BB1_54 Depth=2
andl $4095, %r14d ## imm = 0xFFF
cmpw $10, %r14w
je LBB1_90
## %bb.65: ## in Loop: Header=BB1_54 Depth=2
cmpw $11, %r14w
movq -8248(%rbp), %rbx ## 8-byte Reload
jne LBB1_124
## %bb.66: ## in Loop: Header=BB1_54 Depth=2
movl -8256(%rbp), %r13d ## 4-byte Reload
movzwl %r13w, %eax
shrl $6, %eax
andl $63, %r13d
andw $63, %ax
je LBB1_105
## %bb.67: ## in Loop: Header=BB1_54 Depth=2
cmpw $25, %ax
ja LBB1_95
## %bb.68: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $65, %ecx
jmp LBB1_104
LBB1_69: ## in Loop: Header=BB1_54 Depth=2
movl %r14d, %ecx
andl $4095, %ecx ## imm = 0xFFF
movl -8256(%rbp), %esi ## 4-byte Reload
movl %esi, %eax
andl $-4096, %eax ## imm = 0xF000
movl %esi, %edx
andl $4095, %edx ## imm = 0xFFF
testb $1, %r14b
cmovel %esi, %edx
movzwl %dx, %edx
shrl %ecx
## kill: def $cl killed $cl killed $ecx
shll %cl, %edx
jmp LBB1_71
LBB1_70: ## in Loop: Header=BB1_54 Depth=2
movl %r14d, %ecx
andl $4095, %ecx ## imm = 0xFFF
movl -8256(%rbp), %esi ## 4-byte Reload
movl %esi, %eax
andl $-4096, %eax ## imm = 0xF000
movl %esi, %edx
andl $4095, %edx ## imm = 0xFFF
testb $1, %r14b
cmovel %esi, %edx
movzwl %dx, %edx
shrl %ecx
## kill: def $cl killed $cl killed $ecx
shrl %cl, %edx
LBB1_71: ## in Loop: Header=BB1_54 Depth=2
movl %edx, %ecx
andl $4095, %ecx ## imm = 0xFFF
orl %eax, %ecx
testb $1, %r14b
cmovel %edx, %ecx
movl %ecx, -8256(%rbp) ## 4-byte Spill
jmp LBB1_74
LBB1_72: ## in Loop: Header=BB1_54 Depth=2
andl $4095, %r14d ## imm = 0xFFF
xorl %r14d, -8256(%rbp) ## 4-byte Folded Spill
jmp LBB1_74
LBB1_73: ## in Loop: Header=BB1_54 Depth=2
orl $-4096, %r14d ## imm = 0xF000
andl %r14d, -8256(%rbp) ## 4-byte Folded Spill
.p2align 4, 0x90
LBB1_74: ## in Loop: Header=BB1_54 Depth=2
incl %r12d
LBB1_75: ## in Loop: Header=BB1_54 Depth=2
movq -8248(%rbp), %rbx ## 8-byte Reload
LBB1_76: ## in Loop: Header=BB1_54 Depth=2
cmpb $1, _sigint_halt_flag(%rip)
jne LBB1_79
## %bb.77: ## in Loop: Header=BB1_54 Depth=2
movb $0, _sigint_halt_flag(%rip)
testb $1, %bl
je LBB1_130
## %bb.78: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.20(%rip), %rdi
callq _fputs
movb $1, %r15b
jmp LBB1_52
.p2align 4, 0x90
LBB1_79: ## in Loop: Header=BB1_54 Depth=2
testb $1, %bl
je LBB1_53
jmp LBB1_52
LBB1_80: ## in Loop: Header=BB1_54 Depth=2
andl $4095, %r14d ## imm = 0xFFF
cmpw $10, %r14w
je LBB1_93
## %bb.81: ## in Loop: Header=BB1_54 Depth=2
cmpw $11, %r14w
movq -8248(%rbp), %rbx ## 8-byte Reload
jne LBB1_128
## %bb.82: ## in Loop: Header=BB1_54 Depth=2
movl -8256(%rbp), %r13d ## 4-byte Reload
movzwl %r13w, %eax
shrl $6, %eax
andl $63, %r13d
andw $63, %ax
je LBB1_114
## %bb.83: ## in Loop: Header=BB1_54 Depth=2
cmpw $25, %ax
ja LBB1_97
## %bb.84: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $65, %ecx
jmp LBB1_113
LBB1_85: ## in Loop: Header=BB1_54 Depth=2
movl -8256(%rbp), %eax ## 4-byte Reload
addl %eax, %r14d
andl $61440, %eax ## imm = 0xF000
andl $4095, %r14d ## imm = 0xFFF
orw %ax, %r14w
sete %al
movl %eax, -8264(%rbp) ## 4-byte Spill
incl %r12d
## kill: def $r14w killed $r14w killed $r14d def $r14d
movl %r14d, -8256(%rbp) ## 4-byte Spill
jmp LBB1_75
LBB1_86: ## in Loop: Header=BB1_54 Depth=2
incl %r12d
movw %r12w, -8222(%rbp)
movw $4093, -8224(%rbp) ## imm = 0xFFD
movw $1, %r12w
jmp LBB1_75
LBB1_87: ## in Loop: Header=BB1_54 Depth=2
incl %r12d
movw %r12w, -8222(%rbp)
movw $4094, -8224(%rbp) ## imm = 0xFFE
movw $1, %r12w
jmp LBB1_75
LBB1_88: ## in Loop: Header=BB1_54 Depth=2
callq _puts
LBB1_89: ## in Loop: Header=BB1_54 Depth=2
incl %r12d
movb $1, %r15b
jmp LBB1_76
LBB1_90: ## in Loop: Header=BB1_54 Depth=2
movl -8256(%rbp), %edi ## 4-byte Reload
shll $24, %edi
movq -8248(%rbp), %rbx ## 8-byte Reload
testb $1, %bl
je LBB1_94
## %bb.91: ## in Loop: Header=BB1_54 Depth=2
cmpl $167772160, %edi ## imm = 0xA000000
jne LBB1_94
## %bb.92: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movl $92, %edi
callq _putc
movl $110, %edi
jmp LBB1_123
LBB1_93: ## in Loop: Header=BB1_54 Depth=2
movzbl -8256(%rbp), %edi ## 1-byte Folded Reload
movq -8248(%rbp), %rbx ## 8-byte Reload
jmp LBB1_127
LBB1_94: ## in Loop: Header=BB1_54 Depth=2
sarl $24, %edi
jmp LBB1_123
LBB1_95: ## in Loop: Header=BB1_54 Depth=2
cmpw $51, %ax
ja LBB1_99
## %bb.96: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $71, %ecx
jmp LBB1_104
LBB1_97: ## in Loop: Header=BB1_54 Depth=2
cmpw $51, %ax
ja LBB1_101
## %bb.98: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $71, %ecx
jmp LBB1_113
LBB1_99: ## in Loop: Header=BB1_54 Depth=2
cmpw $61, %ax
ja LBB1_103
## %bb.100: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $252, %ecx
jmp LBB1_104
LBB1_101: ## in Loop: Header=BB1_54 Depth=2
cmpw $61, %ax
ja LBB1_112
## %bb.102: ## in Loop: Header=BB1_54 Depth=2
movzwl %ax, %ecx
addl $252, %ecx
jmp LBB1_113
LBB1_103: ## in Loop: Header=BB1_54 Depth=2
xorl %ecx, %ecx
cmpw $62, %ax
sete %cl
shll $5, %ecx
LBB1_104: ## in Loop: Header=BB1_54 Depth=2
movzbl %cl, %edi
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _putc
LBB1_105: ## in Loop: Header=BB1_54 Depth=2
testw %r13w, %r13w
je LBB1_124
## %bb.106: ## in Loop: Header=BB1_54 Depth=2
cmpw $25, %r13w
ja LBB1_108
## %bb.107: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $65, %eax
jmp LBB1_122
LBB1_108: ## in Loop: Header=BB1_54 Depth=2
cmpw $51, %r13w
ja LBB1_110
## %bb.109: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $71, %eax
jmp LBB1_122
LBB1_110: ## in Loop: Header=BB1_54 Depth=2
cmpw $61, %r13w
ja LBB1_121
## %bb.111: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $252, %eax
jmp LBB1_122
LBB1_112: ## in Loop: Header=BB1_54 Depth=2
xorl %ecx, %ecx
cmpw $62, %ax
sete %cl
shll $5, %ecx
LBB1_113: ## in Loop: Header=BB1_54 Depth=2
movzbl %cl, %edi
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _putc
LBB1_114: ## in Loop: Header=BB1_54 Depth=2
testw %r13w, %r13w
je LBB1_128
## %bb.115: ## in Loop: Header=BB1_54 Depth=2
cmpw $25, %r13w
ja LBB1_117
## %bb.116: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $65, %eax
jmp LBB1_126
LBB1_117: ## in Loop: Header=BB1_54 Depth=2
cmpw $51, %r13w
ja LBB1_119
## %bb.118: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $71, %eax
jmp LBB1_126
LBB1_119: ## in Loop: Header=BB1_54 Depth=2
cmpw $61, %r13w
ja LBB1_125
## %bb.120: ## in Loop: Header=BB1_54 Depth=2
movzwl %r13w, %eax
addl $252, %eax
jmp LBB1_126
LBB1_121: ## in Loop: Header=BB1_54 Depth=2
xorl %eax, %eax
cmpw $62, %r13w
sete %al
shll $5, %eax
LBB1_122: ## in Loop: Header=BB1_54 Depth=2
movzbl %al, %edi
LBB1_123: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _putc
LBB1_124: ## in Loop: Header=BB1_54 Depth=2
movzwl %r14w, %eax
movzwl -8240(%rbp,%rax,2), %ecx
andl $-4096, %ecx ## imm = 0xF000
movl -8256(%rbp), %edx ## 4-byte Reload
andl $4095, %edx ## imm = 0xFFF
orl %ecx, %edx
movw %dx, -8240(%rbp,%rax,2)
jmp LBB1_129
LBB1_125: ## in Loop: Header=BB1_54 Depth=2
xorl %eax, %eax
cmpw $62, %r13w
sete %al
shll $5, %eax
LBB1_126: ## in Loop: Header=BB1_54 Depth=2
movzbl %al, %edi
LBB1_127: ## in Loop: Header=BB1_54 Depth=2
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _putc
LBB1_128: ## in Loop: Header=BB1_54 Depth=2
movzwl %r14w, %eax
movl -8256(%rbp), %ecx ## 4-byte Reload
movw %cx, -8240(%rbp,%rax,2)
LBB1_129: ## in Loop: Header=BB1_54 Depth=2
incl %r12d
leaq L_.str.19(%rip), %r13
jmp LBB1_76
LBB1_130: ## in Loop: Header=BB1_47 Depth=1
leaq L_.str.20(%rip), %rdi
callq _puts
LBB1_131: ## in Loop: Header=BB1_47 Depth=1
testb $1, -8272(%rbp) ## 1-byte Folded Reload
je LBB1_133
## %bb.132: ## in Loop: Header=BB1_47 Depth=1
movl $2, %edi
leaq -8288(%rbp), %rsi
callq _clock_gettime
LBB1_133: ## in Loop: Header=BB1_47 Depth=1
testb $1, %bl
je LBB1_135
## %bb.134: ## in Loop: Header=BB1_47 Depth=1
leaq L_.str.17(%rip), %rdi
callq _puts
LBB1_135: ## in Loop: Header=BB1_47 Depth=1
xorl %edi, %edi
callq _isatty
testl %eax, %eax
je LBB1_139
## %bb.136: ## in Loop: Header=BB1_47 Depth=1
movl $1, %edi
callq _isatty
testl %eax, %eax
je LBB1_139
## %bb.137: ## in Loop: Header=BB1_47 Depth=1
testb $1, -8272(%rbp) ## 1-byte Folded Reload
je LBB1_45
## %bb.138: ## in Loop: Header=BB1_47 Depth=1
movq -8288(%rbp), %rcx
movq -8280(%rbp), %rax
subq -8304(%rbp), %rcx
imulq $1000000, %rcx, %rcx ## imm = 0xF4240
subq -8296(%rbp), %rax
movabsq $2361183241434822607, %rdx ## imm = 0x20C49BA5E353F7CF
imulq %rdx
movq %rdx, %rsi
shrq $63, %rsi
sarq $7, %rdx
addq %rdx, %rsi
addq %rcx, %rsi
leaq L_.str.21(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB1_46
LBB1_139:
leaq L_.str.22(%rip), %rdi
jmp LBB1_29
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L1_0_set_59, LBB1_59-LJTI1_0
.set L1_0_set_74, LBB1_74-LJTI1_0
.set L1_0_set_62, LBB1_62-LJTI1_0
.set L1_0_set_61, LBB1_61-LJTI1_0
.set L1_0_set_63, LBB1_63-LJTI1_0
.set L1_0_set_64, LBB1_64-LJTI1_0
.set L1_0_set_69, LBB1_69-LJTI1_0
.set L1_0_set_70, LBB1_70-LJTI1_0
.set L1_0_set_72, LBB1_72-LJTI1_0
.set L1_0_set_73, LBB1_73-LJTI1_0
.set L1_0_set_80, LBB1_80-LJTI1_0
.set L1_0_set_85, LBB1_85-LJTI1_0
.set L1_0_set_86, LBB1_86-LJTI1_0
.set L1_0_set_87, LBB1_87-LJTI1_0
LJTI1_0:
.long L1_0_set_59
.long L1_0_set_74
.long L1_0_set_62
.long L1_0_set_61
.long L1_0_set_63
.long L1_0_set_64
.long L1_0_set_69
.long L1_0_set_70
.long L1_0_set_72
.long L1_0_set_73
.long L1_0_set_80
.long L1_0_set_85
.long L1_0_set_74
.long L1_0_set_86
.long L1_0_set_87
.end_data_region
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Usage: sma16vm [options] input_memory_file"
.section __DATA,__data
.globl _usage_line ## @usage_line
.p2align 3
_usage_line:
.quad L_.str
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "sma16 v0.1"
.section __DATA,__data
.globl _version_string ## @version_string
.p2align 3
_version_string:
.quad L_.str.1
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "Options:\n --version\tDisplay version.\n --help\tDisplay this message.\n --debug\tDisplay debug information.\n --time\tDisplay timing information\n\nShort forms can also be used as per usual."
.section __DATA,__data
.globl _options_string ## @options_string
.p2align 3
_options_string:
.quad L_.str.2
.section __TEXT,__cstring,cstring_literals
L_.str.3: ## @.str.3
.asciz "HALT"
.section __DATA,__data
.globl _HALT_STRING ## @HALT_STRING
.p2align 3
_HALT_STRING:
.quad L_.str.3
.zerofill __DATA,__bss,_sigint_halt_flag,1,0 ## @sigint_halt_flag
.section __TEXT,__cstring,cstring_literals
L_.str.4: ## @.str.4
.asciz "-h"
L_.str.5: ## @.str.5
.asciz "--help"
L_.str.6: ## @.str.6
.asciz "-v"
L_.str.7: ## @.str.7
.asciz "--version"
L_.str.8: ## @.str.8
.asciz "-d"
L_.str.9: ## @.str.9
.asciz "--debug"
L_.str.10: ## @.str.10
.asciz "-t"
L_.str.11: ## @.str.11
.asciz "--timed"
L_.str.12: ## @.str.12
.asciz "No input file."
L_.str.13: ## @.str.13
.asciz "r"
L_.str.14: ## @.str.14
.asciz "Could not open file."
L_.str.15: ## @.str.15
.asciz "Warning, uneven number of bytes read from memory image."
L_.str.16: ## @.str.16
.asciz "Failed to close file."
L_.str.17: ## @.str.17
.asciz "+---------+-----+-------+--- -- -- - - -"
L_.str.18: ## @.str.18
.asciz "| [ ACC ] | PC | PROG | -> OUTPUT"
L_.str.19: ## @.str.19
.asciz "| [%01x:%03x] | %03x | %01x:%03x | -> "
L_.str.20: ## @.str.20
.asciz " USER HALT"
L_.str.21: ## @.str.21
.asciz "System halted after %ldus."
L_.str.22: ## @.str.22
.asciz "System halted."
L_.str.23: ## @.str.23
.asciz " Press C to continue, or any other key to exit."
.zerofill __DATA,__bss,_get_single_char.old_settings,72,3 ## @get_single_char.old_settings
.zerofill __DATA,__bss,_get_single_char.new_settings,72,3 ## @get_single_char.new_settings
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _handle_sigint ; -- Begin function handle_sigint
.p2align 2
_handle_sigint: ; @handle_sigint
.cfi_startproc
; %bb.0:
mov w8, #1
adrp x9, _sigint_halt_flag@PAGE
strb w8, [x9, _sigint_halt_flag@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov w9, #8304
Lloh0:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh1:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #2, lsl #12 ; =8192
sub sp, sp, #112
mov x19, x1
mov x20, x0
Lloh2:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh3:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
stur x8, [x29, #-96]
Lloh5:
adrp x1, _handle_sigint@PAGE
Lloh6:
add x1, x1, _handle_sigint@PAGEOFF
mov w0, #2
bl _signal
add x0, sp, #96
mov w1, #8192
bl _bzero
cmp w20, #1
b.lt LBB1_29
; %bb.1:
mov x24, #0
str xzr, [sp, #56] ; 8-byte Folded Spill
mov w26, #0
mov w25, #0
mov w27, #0
mov w23, w20
Lloh7:
adrp x20, l_.str.4@PAGE
Lloh8:
add x20, x20, l_.str.4@PAGEOFF
Lloh9:
adrp x21, l_.str.5@PAGE
Lloh10:
add x21, x21, l_.str.5@PAGEOFF
Lloh11:
adrp x22, l_.str.6@PAGE
Lloh12:
add x22, x22, l_.str.6@PAGEOFF
b LBB1_4
LBB1_2: ; in Loop: Header=BB1_4 Depth=1
cmp x24, #0
csel w26, w26, w24, eq
LBB1_3: ; in Loop: Header=BB1_4 Depth=1
add x24, x24, #1
cmp x23, x24
b.eq LBB1_17
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr x28, [x19, x24, lsl #3]
ldrb w8, [x28]
cmp w8, #45
b.ne LBB1_2
; %bb.5: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
mov x1, x20
mov w2, #3
bl _strncmp
cbz w0, LBB1_14
; %bb.6: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
mov x1, x21
mov w2, #7
bl _strncmp
cbz w0, LBB1_14
; %bb.7: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
mov x1, x22
mov w2, #3
bl _strncmp
cbz w0, LBB1_15
; %bb.8: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
Lloh13:
adrp x1, l_.str.7@PAGE
Lloh14:
add x1, x1, l_.str.7@PAGEOFF
mov w2, #10
bl _strncmp
cbz w0, LBB1_15
; %bb.9: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
Lloh15:
adrp x1, l_.str.8@PAGE
Lloh16:
add x1, x1, l_.str.8@PAGEOFF
mov w2, #3
bl _strncmp
cbz w0, LBB1_16
; %bb.10: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
Lloh17:
adrp x1, l_.str.9@PAGE
Lloh18:
add x1, x1, l_.str.9@PAGEOFF
mov w2, #8
bl _strncmp
cbz w0, LBB1_16
; %bb.11: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
Lloh19:
adrp x1, l_.str.10@PAGE
Lloh20:
add x1, x1, l_.str.10@PAGEOFF
mov w2, #3
bl _strncmp
cbz w0, LBB1_13
; %bb.12: ; in Loop: Header=BB1_4 Depth=1
mov x0, x28
Lloh21:
adrp x1, l_.str.11@PAGE
Lloh22:
add x1, x1, l_.str.11@PAGEOFF
mov w2, #8
bl _strncmp
cbnz w0, LBB1_3
LBB1_13: ; in Loop: Header=BB1_4 Depth=1
mov w8, #1
str w8, [sp, #56] ; 4-byte Folded Spill
b LBB1_3
LBB1_14: ; in Loop: Header=BB1_4 Depth=1
mov w25, #1
b LBB1_3
LBB1_15: ; in Loop: Header=BB1_4 Depth=1
mov w27, #1
b LBB1_3
LBB1_16: ; in Loop: Header=BB1_4 Depth=1
mov w8, #1
str w8, [sp, #60] ; 4-byte Folded Spill
b LBB1_3
LBB1_17:
tbz w27, #0, LBB1_19
; %bb.18:
Lloh23:
adrp x8, _version_string@PAGE
Lloh24:
ldr x0, [x8, _version_string@PAGEOFF]
b LBB1_21
LBB1_19:
tbz w25, #0, LBB1_22
; %bb.20:
Lloh25:
adrp x8, _usage_line@PAGE
Lloh26:
ldr x0, [x8, _usage_line@PAGEOFF]
bl _puts
Lloh27:
adrp x8, _options_string@PAGE
Lloh28:
ldr x0, [x8, _options_string@PAGEOFF]
LBB1_21:
bl _puts
mov w0, #0
b LBB1_30
LBB1_22:
cbz w26, LBB1_29
; %bb.23:
ldr x0, [x19, w26, sxtw #3]
Lloh29:
adrp x1, l_.str.13@PAGE
Lloh30:
add x1, x1, l_.str.13@PAGEOFF
bl _fopen
cbz x0, LBB1_32
; %bb.24:
mov x19, x0
add x0, sp, #96
mov w1, #1
mov w2, #8192
mov x3, x19
bl _fread
mov x20, x0
tbz w20, #0, LBB1_26
; %bb.25:
Lloh31:
adrp x8, ___stderrp@GOTPAGE
Lloh32:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh33:
ldr x1, [x8]
Lloh34:
adrp x0, l_.str.15@PAGE
Lloh35:
add x0, x0, l_.str.15@PAGEOFF
bl _fputs
LBB1_26:
cmp x20, #2
ldr w27, [sp, #56] ; 4-byte Folded Reload
b.lo LBB1_38
; %bb.27:
lsr x8, x20, #1
cmp x20, #8
b.hs LBB1_33
; %bb.28:
mov x9, #0
b LBB1_36
LBB1_29:
Lloh36:
adrp x8, ___stderrp@GOTPAGE
Lloh37:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh38:
ldr x1, [x8]
Lloh39:
adrp x0, l_.str.12@PAGE
Lloh40:
add x0, x0, l_.str.12@PAGEOFF
bl _fputs
mov w0, #1
LBB1_30:
ldur x8, [x29, #-96]
Lloh41:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh42:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh43:
ldr x9, [x9]
cmp x9, x8
b.ne LBB1_134
; %bb.31:
add sp, sp, #2, lsl #12 ; =8192
add sp, sp, #112
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB1_32:
Lloh44:
adrp x8, ___stderrp@GOTPAGE
Lloh45:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh46:
ldr x1, [x8]
Lloh47:
adrp x0, l_.str.14@PAGE
Lloh48:
add x0, x0, l_.str.14@PAGEOFF
bl _fputs
mov w0, #2
b LBB1_30
LBB1_33:
and x9, x8, #0x7ffffffffffffffc
add x10, sp, #96
mov x11, x9
LBB1_34: ; =>This Inner Loop Header: Depth=1
ldr d0, [x10]
rev16.8b v0, v0
str d0, [x10], #8
subs x11, x11, #4
b.ne LBB1_34
; %bb.35:
cmp x8, x9
b.eq LBB1_38
LBB1_36:
sub x8, x8, x9
add x10, sp, #96
add x9, x10, x9, lsl #1
LBB1_37: ; =>This Inner Loop Header: Depth=1
ldrh w10, [x9]
rev w10, w10
lsr w10, w10, #16
strh w10, [x9], #2
subs x8, x8, #1
b.ne LBB1_37
LBB1_38:
mov x0, x19
bl _fclose
cbz w0, LBB1_40
; %bb.39:
Lloh49:
adrp x8, ___stderrp@GOTPAGE
Lloh50:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh51:
ldr x1, [x8]
Lloh52:
adrp x0, l_.str.16@PAGE
Lloh53:
add x0, x0, l_.str.16@PAGEOFF
bl _fputs
mov w0, #3
b LBB1_30
LBB1_40:
mov w25, #0
mov w23, #0
str wzr, [sp, #52] ; 4-byte Folded Spill
add x20, sp, #96
Lloh54:
adrp x21, l_.str.19@PAGE
Lloh55:
add x21, x21, l_.str.19@PAGEOFF
Lloh56:
adrp x24, ___stdoutp@GOTPAGE
Lloh57:
ldr x24, [x24, ___stdoutp@GOTPAGEOFF]
adrp x19, _sigint_halt_flag@PAGE
Lloh58:
adrp x22, lJTI1_0@PAGE
Lloh59:
add x22, x22, lJTI1_0@PAGEOFF
Lloh60:
adrp x26, _get_single_char.old_settings@PAGE
Lloh61:
add x26, x26, _get_single_char.old_settings@PAGEOFF
b LBB1_43
LBB1_41: ; in Loop: Header=BB1_43 Depth=1
ldr x1, [x24]
Lloh62:
adrp x0, l_.str.22@PAGE
Lloh63:
add x0, x0, l_.str.22@PAGEOFF
bl _fputs
LBB1_42: ; in Loop: Header=BB1_43 Depth=1
Lloh64:
adrp x0, l_.str.23@PAGE
Lloh65:
add x0, x0, l_.str.23@PAGEOFF
bl _puts
mov w0, #0
mov x1, x26
bl _tcgetattr
ldp q0, q1, [x26, #32]
Lloh66:
adrp x2, _get_single_char.new_settings@PAGE
Lloh67:
add x2, x2, _get_single_char.new_settings@PAGEOFF
stp q0, q1, [x2, #32]
ldr x8, [x26, #64]
str x8, [x2, #64]
ldp q1, q0, [x26]
stp q1, q0, [x2]
ldr x8, [x2, #24]
mov x9, #-265
and x8, x8, x9
str x8, [x2, #24]
mov w0, #0
mov w1, #0
bl _tcsetattr
bl _getchar
mov x28, x0
mov w0, #0
mov w1, #0
mov x2, x26
bl _tcsetattr
mov w0, #0
mov w8, #223
and w8, w28, w8
cmp w8, #67
b.ne LBB1_30
LBB1_43: ; =>This Loop Header: Depth=1
; Child Loop BB1_48 Depth 2
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_45
; %bb.44: ; in Loop: Header=BB1_43 Depth=1
Lloh68:
adrp x28, l_.str.17@PAGE
Lloh69:
add x28, x28, l_.str.17@PAGEOFF
mov x0, x28
bl _puts
Lloh70:
adrp x0, l_.str.18@PAGE
Lloh71:
add x0, x0, l_.str.18@PAGEOFF
bl _puts
mov x0, x28
bl _puts
LBB1_45: ; in Loop: Header=BB1_43 Depth=1
tbz w27, #0, LBB1_48
; %bb.46: ; in Loop: Header=BB1_43 Depth=1
add x1, sp, #80
mov w0, #2
bl _clock_gettime
b LBB1_48
LBB1_47: ; in Loop: Header=BB1_48 Depth=2
cbnz w27, LBB1_122
LBB1_48: ; Parent Loop BB1_43 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_50
; %bb.49: ; in Loop: Header=BB1_48 Depth=2
ubfx w8, w23, #12, #4
and w9, w23, #0xfff
mov x10, x25
and x10, x10, #0xffff
ldrh w28, [x20, x10, lsl #1]
lsr w11, w28, #12
and w12, w28, #0xfff
stp x11, x12, [sp, #24]
stp x9, x10, [sp, #8]
str x8, [sp]
mov x0, x21
bl _printf
b LBB1_51
LBB1_50: ; in Loop: Header=BB1_48 Depth=2
and x8, x25, #0xffff
ldrh w28, [x20, x8, lsl #1]
LBB1_51: ; in Loop: Header=BB1_48 Depth=2
lsr w8, w28, #12
cmp w8, #14
b.hi LBB1_55
; %bb.52: ; in Loop: Header=BB1_48 Depth=2
adr x9, LBB1_53
ldrb w10, [x22, x8]
add x9, x9, x10, lsl #2
br x9
LBB1_53: ; in Loop: Header=BB1_48 Depth=2
Lloh72:
adrp x8, _HALT_STRING@PAGE
Lloh73:
ldr x0, [x8, _HALT_STRING@PAGEOFF]
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_78
; %bb.54: ; in Loop: Header=BB1_48 Depth=2
ldr x1, [x24]
bl _fputs
b LBB1_79
LBB1_55: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
b LBB1_118
LBB1_56: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
and w25, w28, #0xfff
b LBB1_119
LBB1_57: ; in Loop: Header=BB1_48 Depth=2
and w8, w28, #0xfff
ldr w9, [sp, #52] ; 4-byte Folded Reload
tst w9, #0x1
csinc w25, w8, w25, ne
mov w8, #1
csel w8, wzr, w8, eq
str w8, [sp, #52] ; 4-byte Folded Spill
csel w27, wzr, wzr, eq
b LBB1_119
LBB1_58: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
and w8, w28, #0xfff
ldrh w23, [x20, w8, uxtw #1]
b LBB1_118
LBB1_59: ; in Loop: Header=BB1_48 Depth=2
and w28, w28, #0xfff
cmp w28, #10
b.eq LBB1_80
; %bb.60: ; in Loop: Header=BB1_48 Depth=2
cmp w28, #11
b.ne LBB1_113
; %bb.61: ; in Loop: Header=BB1_48 Depth=2
ubfx w8, w23, #6, #6
cbz w8, LBB1_94
; %bb.62: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #25
b.hi LBB1_84
; %bb.63: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #65
b LBB1_93
LBB1_64: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
and w8, w23, #0xfff
tst w28, #0x1
csel w8, w23, w8, eq
and w8, w8, #0xffff
ubfx x9, x28, #1, #11
lsl w8, w8, w9
b LBB1_66
LBB1_65: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
mov x8, x28
and w9, w23, #0xfff
tst w28, #0x1
csel w9, w23, w9, eq
and w9, w9, #0xffff
ubfx x8, x8, #1, #11
lsr w8, w9, w8
LBB1_66: ; in Loop: Header=BB1_48 Depth=2
bfxil w23, w8, #0, #12
csel w23, w8, w23, eq
b LBB1_118
LBB1_67: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
and w8, w28, #0xfff
eor w23, w8, w23
b LBB1_118
LBB1_68: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
orr w8, w28, #0xfffff000
and w23, w8, w23
b LBB1_118
LBB1_69: ; in Loop: Header=BB1_48 Depth=2
and w28, w28, #0xfff
cmp w28, #10
b.eq LBB1_82
; %bb.70: ; in Loop: Header=BB1_48 Depth=2
cmp w28, #11
b.ne LBB1_117
; %bb.71: ; in Loop: Header=BB1_48 Depth=2
ubfx w8, w23, #6, #6
cbz w8, LBB1_103
; %bb.72: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #25
b.hi LBB1_86
; %bb.73: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #65
b LBB1_102
LBB1_74: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
add w8, w28, w23
bfxil w23, w8, #0, #12
tst w23, #0xffff
cset w8, eq
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB1_118
LBB1_75: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
add w8, w25, #1
strh w8, [sp, #114]
mov w8, #4093
b LBB1_77
LBB1_76: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
add w8, w25, #1
strh w8, [sp, #114]
mov w8, #4094
LBB1_77: ; in Loop: Header=BB1_48 Depth=2
strh w8, [sp, #112]
mov w25, #1
b LBB1_119
LBB1_78: ; in Loop: Header=BB1_48 Depth=2
bl _puts
LBB1_79: ; in Loop: Header=BB1_48 Depth=2
add w25, w25, #1
mov w27, #1
b LBB1_119
LBB1_80: ; in Loop: Header=BB1_48 Depth=2
lsl w8, w23, #24
mov w9, #167772160
cmp w8, w9
cset w9, eq
ldr w10, [sp, #60] ; 4-byte Folded Reload
and w9, w10, w9
cmp w9, #1
b.ne LBB1_83
; %bb.81: ; in Loop: Header=BB1_48 Depth=2
ldr x1, [x24]
mov w0, #92
bl _putc
mov w0, #110
b LBB1_112
LBB1_82: ; in Loop: Header=BB1_48 Depth=2
and w0, w23, #0xff
b LBB1_116
LBB1_83: ; in Loop: Header=BB1_48 Depth=2
asr w0, w8, #24
b LBB1_112
LBB1_84: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #51
b.hi LBB1_88
; %bb.85: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #71
b LBB1_93
LBB1_86: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #51
b.hi LBB1_90
; %bb.87: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #71
b LBB1_102
LBB1_88: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #61
b.hi LBB1_92
; %bb.89: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #252
b LBB1_93
LBB1_90: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #61
b.hi LBB1_101
; %bb.91: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #252
b LBB1_102
LBB1_92: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #62
cset w8, eq
lsl w8, w8, #5
LBB1_93: ; in Loop: Header=BB1_48 Depth=2
and w0, w8, #0xff
ldr x1, [x24]
bl _putc
LBB1_94: ; in Loop: Header=BB1_48 Depth=2
and w8, w23, #0x3f
cbz w8, LBB1_113
; %bb.95: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #25
b.hi LBB1_97
; %bb.96: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #65
b LBB1_111
LBB1_97: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #51
b.hi LBB1_99
; %bb.98: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #71
b LBB1_111
LBB1_99: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #61
b.hi LBB1_110
; %bb.100: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #252
b LBB1_111
LBB1_101: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #62
cset w8, eq
lsl w8, w8, #5
LBB1_102: ; in Loop: Header=BB1_48 Depth=2
and w0, w8, #0xff
ldr x1, [x24]
bl _putc
LBB1_103: ; in Loop: Header=BB1_48 Depth=2
and w8, w23, #0x3f
cbz w8, LBB1_117
; %bb.104: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #25
b.hi LBB1_106
; %bb.105: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #65
b LBB1_115
LBB1_106: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #51
b.hi LBB1_108
; %bb.107: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #71
b LBB1_115
LBB1_108: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #61
b.hi LBB1_114
; %bb.109: ; in Loop: Header=BB1_48 Depth=2
add w8, w8, #252
b LBB1_115
LBB1_110: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #62
cset w8, eq
lsl w8, w8, #5
LBB1_111: ; in Loop: Header=BB1_48 Depth=2
and w0, w8, #0xff
LBB1_112: ; in Loop: Header=BB1_48 Depth=2
ldr x1, [x24]
bl _putc
LBB1_113: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
lsl x8, x28, #1
ldrh w9, [x20, x8]
and w9, w9, #0xf000
bfxil w9, w23, #0, #12
strh w9, [x20, x8]
b LBB1_118
LBB1_114: ; in Loop: Header=BB1_48 Depth=2
cmp w8, #62
cset w8, eq
lsl w8, w8, #5
LBB1_115: ; in Loop: Header=BB1_48 Depth=2
and w0, w8, #0xff
LBB1_116: ; in Loop: Header=BB1_48 Depth=2
ldr x1, [x24]
bl _putc
LBB1_117: ; in Loop: Header=BB1_48 Depth=2
mov w27, #0
strh w23, [x20, w28, uxtw #1]
LBB1_118: ; in Loop: Header=BB1_48 Depth=2
add w25, w25, #1
LBB1_119: ; in Loop: Header=BB1_48 Depth=2
ldrb w8, [x19, _sigint_halt_flag@PAGEOFF]
cmp w8, #1
b.eq LBB1_130
; %bb.120: ; in Loop: Header=BB1_48 Depth=2
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_47
; %bb.121: ; in Loop: Header=BB1_48 Depth=2
ldr x1, [x24]
mov w0, #10
bl _putc
tbz w27, #0, LBB1_48
LBB1_122: ; in Loop: Header=BB1_43 Depth=1
ldr w27, [sp, #56] ; 4-byte Folded Reload
tbz w27, #0, LBB1_124
LBB1_123: ; in Loop: Header=BB1_43 Depth=1
add x1, sp, #64
mov w0, #2
bl _clock_gettime
LBB1_124: ; in Loop: Header=BB1_43 Depth=1
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_126
; %bb.125: ; in Loop: Header=BB1_43 Depth=1
Lloh74:
adrp x0, l_.str.17@PAGE
Lloh75:
add x0, x0, l_.str.17@PAGEOFF
bl _puts
LBB1_126: ; in Loop: Header=BB1_43 Depth=1
mov w0, #0
bl _isatty
cbz w0, LBB1_133
; %bb.127: ; in Loop: Header=BB1_43 Depth=1
mov w0, #1
bl _isatty
cbz w0, LBB1_133
; %bb.128: ; in Loop: Header=BB1_43 Depth=1
tbz w27, #0, LBB1_41
; %bb.129: ; in Loop: Header=BB1_43 Depth=1
ldp x8, x9, [sp, #64]
ldp x10, x11, [sp, #80]
sub x8, x8, x10
sub x9, x9, x11
mov x10, #63439
movk x10, #58195, lsl #16
movk x10, #39845, lsl #32
movk x10, #8388, lsl #48
smulh x9, x9, x10
asr x10, x9, #7
add x9, x10, x9, lsr #63
mov w10, #16960
movk w10, #15, lsl #16
madd x8, x8, x10, x9
str x8, [sp]
Lloh76:
adrp x0, l_.str.21@PAGE
Lloh77:
add x0, x0, l_.str.21@PAGEOFF
bl _printf
b LBB1_42
LBB1_130: ; in Loop: Header=BB1_43 Depth=1
strb wzr, [x19, _sigint_halt_flag@PAGEOFF]
ldr w8, [sp, #60] ; 4-byte Folded Reload
tbz w8, #0, LBB1_132
; %bb.131: ; in Loop: Header=BB1_43 Depth=1
ldr x1, [x24]
Lloh78:
adrp x0, l_.str.20@PAGE
Lloh79:
add x0, x0, l_.str.20@PAGEOFF
bl _fputs
ldr x1, [x24]
mov w0, #10
bl _putc
ldr w27, [sp, #56] ; 4-byte Folded Reload
tbz w27, #0, LBB1_124
b LBB1_123
LBB1_132: ; in Loop: Header=BB1_43 Depth=1
Lloh80:
adrp x0, l_.str.20@PAGE
Lloh81:
add x0, x0, l_.str.20@PAGEOFF
bl _puts
ldr w27, [sp, #56] ; 4-byte Folded Reload
tbnz w27, #0, LBB1_123
b LBB1_124
LBB1_133:
Lloh82:
adrp x0, l_.str.22@PAGE
Lloh83:
add x0, x0, l_.str.22@PAGEOFF
b LBB1_21
LBB1_134:
bl ___stack_chk_fail
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpLdr Lloh23, Lloh24
.loh AdrpLdr Lloh27, Lloh28
.loh AdrpLdr Lloh25, Lloh26
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh31, Lloh32, Lloh33
.loh AdrpAdd Lloh39, Lloh40
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGotLdr Lloh41, Lloh42, Lloh43
.loh AdrpAdd Lloh47, Lloh48
.loh AdrpLdrGotLdr Lloh44, Lloh45, Lloh46
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh49, Lloh50, Lloh51
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpLdrGot Lloh56, Lloh57
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh62, Lloh63
.loh AdrpAdd Lloh66, Lloh67
.loh AdrpAdd Lloh64, Lloh65
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpLdr Lloh72, Lloh73
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh76, Lloh77
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpAdd Lloh82, Lloh83
.cfi_endproc
.section __TEXT,__const
lJTI1_0:
.byte (LBB1_53-LBB1_53)>>2
.byte (LBB1_55-LBB1_53)>>2
.byte (LBB1_56-LBB1_53)>>2
.byte (LBB1_57-LBB1_53)>>2
.byte (LBB1_58-LBB1_53)>>2
.byte (LBB1_59-LBB1_53)>>2
.byte (LBB1_64-LBB1_53)>>2
.byte (LBB1_65-LBB1_53)>>2
.byte (LBB1_67-LBB1_53)>>2
.byte (LBB1_68-LBB1_53)>>2
.byte (LBB1_69-LBB1_53)>>2
.byte (LBB1_74-LBB1_53)>>2
.byte (LBB1_55-LBB1_53)>>2
.byte (LBB1_75-LBB1_53)>>2
.byte (LBB1_76-LBB1_53)>>2
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Usage: sma16vm [options] input_memory_file"
.section __DATA,__data
.globl _usage_line ; @usage_line
.p2align 3
_usage_line:
.quad l_.str
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "sma16 v0.1"
.section __DATA,__data
.globl _version_string ; @version_string
.p2align 3
_version_string:
.quad l_.str.1
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "Options:\n --version\tDisplay version.\n --help\tDisplay this message.\n --debug\tDisplay debug information.\n --time\tDisplay timing information\n\nShort forms can also be used as per usual."
.section __DATA,__data
.globl _options_string ; @options_string
.p2align 3
_options_string:
.quad l_.str.2
.section __TEXT,__cstring,cstring_literals
l_.str.3: ; @.str.3
.asciz "HALT"
.section __DATA,__data
.globl _HALT_STRING ; @HALT_STRING
.p2align 3
_HALT_STRING:
.quad l_.str.3
.zerofill __DATA,__bss,_sigint_halt_flag,1,0 ; @sigint_halt_flag
.section __TEXT,__cstring,cstring_literals
l_.str.4: ; @.str.4
.asciz "-h"
l_.str.5: ; @.str.5
.asciz "--help"
l_.str.6: ; @.str.6
.asciz "-v"
l_.str.7: ; @.str.7
.asciz "--version"
l_.str.8: ; @.str.8
.asciz "-d"
l_.str.9: ; @.str.9
.asciz "--debug"
l_.str.10: ; @.str.10
.asciz "-t"
l_.str.11: ; @.str.11
.asciz "--timed"
l_.str.12: ; @.str.12
.asciz "No input file."
l_.str.13: ; @.str.13
.asciz "r"
l_.str.14: ; @.str.14
.asciz "Could not open file."
l_.str.15: ; @.str.15
.asciz "Warning, uneven number of bytes read from memory image."
l_.str.16: ; @.str.16
.asciz "Failed to close file."
l_.str.17: ; @.str.17
.asciz "+---------+-----+-------+--- -- -- - - -"
l_.str.18: ; @.str.18
.asciz "| [ ACC ] | PC | PROG | -> OUTPUT"
l_.str.19: ; @.str.19
.asciz "| [%01x:%03x] | %03x | %01x:%03x | -> "
l_.str.20: ; @.str.20
.asciz " USER HALT"
l_.str.21: ; @.str.21
.asciz "System halted after %ldus."
l_.str.22: ; @.str.22
.asciz "System halted."
l_.str.23: ; @.str.23
.asciz " Press C to continue, or any other key to exit."
.zerofill __DATA,__bss,_get_single_char.old_settings,72,3 ; @get_single_char.old_settings
.zerofill __DATA,__bss,_get_single_char.new_settings,72,3 ; @get_single_char.new_settings
.subsections_via_symbols
| the_stack_data/26701658.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ocfs2_queue_orphan_scan
_ocfs2_queue_orphan_scan: ## @ocfs2_queue_orphan_scan
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq $0, -48(%rbp)
leaq 16(%rdi), %r14
movq %r14, %rdi
callq _atomic_read
movq _ORPHAN_SCAN_INACTIVE@GOTPCREL(%rip), %r13
cmpq (%r13), %rax
je LBB0_12
## %bb.1:
movl 20(%r15), %ebx
movq 8(%r15), %r12
movq %r14, %rdi
callq _atomic_read
movl %ebx, %edi
movq %r12, %rsi
movq %rax, %rdx
callq _trace_ocfs2_queue_orphan_scan_begin
leaq -48(%rbp), %rsi
movq %r15, %rdi
callq _ocfs2_orphan_scan_lock
testl %eax, %eax
js LBB0_2
## %bb.4:
movq %r14, %rdi
callq _atomic_read
cmpq (%r13), %rax
je LBB0_11
## %bb.5:
movq 8(%r15), %rax
movq -48(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_13
## %bb.6:
cmpl $0, (%r15)
jle LBB0_10
## %bb.7:
xorl %ebx, %ebx
movq _ORPHAN_NO_NEED_TRUNCATE@GOTPCREL(%rip), %r12
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
movl 4(%r15), %edi
movl (%r12), %r9d
movl %ebx, %esi
xorl %edx, %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
callq _ocfs2_queue_recovery_completion
incl %ebx
cmpl (%r15), %ebx
jl LBB0_8
## %bb.9:
movq -48(%rbp), %rax
LBB0_10:
incq %rax
movq %rax, -48(%rbp)
incl 20(%r15)
xorl %eax, %eax
callq _ktime_get_seconds
movl %eax, 24(%r15)
jmp LBB0_11
LBB0_2:
movq _EAGAIN@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
addl %eax, %ecx
je LBB0_12
## %bb.3:
movl %eax, %edi
callq _mlog_errno
jmp LBB0_12
LBB0_13:
movq %rcx, 8(%r15)
LBB0_11:
movq -48(%rbp), %rsi
movq %r15, %rdi
callq _ocfs2_orphan_scan_unlock
LBB0_12:
movl 20(%r15), %ebx
movq 8(%r15), %r15
movq %r14, %rdi
callq _atomic_read
movl %ebx, %edi
movq %r15, %rsi
movq %rax, %rdx
callq _trace_ocfs2_queue_orphan_scan_end
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ORPHAN_SCAN_INACTIVE,8,3 ## @ORPHAN_SCAN_INACTIVE
.comm _EAGAIN,4,2 ## @EAGAIN
.comm _ORPHAN_NO_NEED_TRUNCATE,4,2 ## @ORPHAN_NO_NEED_TRUNCATE
.no_dead_strip _ocfs2_queue_orphan_scan
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ocfs2_queue_orphan_scan
_ocfs2_queue_orphan_scan: ; @ocfs2_queue_orphan_scan
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
str xzr, [sp, #8]
add x20, x0, #16
mov x0, x20
bl _atomic_read
Lloh0:
adrp x23, _ORPHAN_SCAN_INACTIVE@GOTPAGE
Lloh1:
ldr x23, [x23, _ORPHAN_SCAN_INACTIVE@GOTPAGEOFF]
ldr x8, [x23]
cmp x0, x8
b.eq LBB0_13
; %bb.1:
ldr w21, [x19, #20]
ldr x22, [x19, #8]
mov x0, x20
bl _atomic_read
mov x2, x0
mov x0, x21
mov x1, x22
bl _trace_ocfs2_queue_orphan_scan_begin
add x1, sp, #8
mov x0, x19
bl _ocfs2_orphan_scan_lock
tbnz w0, #31, LBB0_9
; %bb.2:
mov x0, x20
bl _atomic_read
ldr x8, [x23]
cmp x0, x8
b.eq LBB0_12
; %bb.3:
ldr x8, [x19, #8]
ldr x9, [sp, #8]
cmp x8, x9
b.ne LBB0_11
; %bb.4:
ldr w9, [x19]
cmp w9, #1
b.lt LBB0_8
; %bb.5:
mov w21, #0
Lloh2:
adrp x22, _ORPHAN_NO_NEED_TRUNCATE@GOTPAGE
Lloh3:
ldr x22, [x22, _ORPHAN_NO_NEED_TRUNCATE@GOTPAGEOFF]
LBB0_6: ; =>This Inner Loop Header: Depth=1
ldr w0, [x19, #4]
ldr w5, [x22]
mov x1, x21
mov x2, #0
mov x3, #0
mov x4, #0
bl _ocfs2_queue_recovery_completion
add w21, w21, #1
ldr w8, [x19]
cmp w21, w8
b.lt LBB0_6
; %bb.7:
ldr x8, [sp, #8]
LBB0_8:
add x8, x8, #1
str x8, [sp, #8]
ldr w8, [x19, #20]
add w8, w8, #1
str w8, [x19, #20]
bl _ktime_get_seconds
str w0, [x19, #24]
b LBB0_12
LBB0_9:
Lloh4:
adrp x8, _EAGAIN@GOTPAGE
Lloh5:
ldr x8, [x8, _EAGAIN@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
cmn w0, w8
b.eq LBB0_13
; %bb.10:
bl _mlog_errno
b LBB0_13
LBB0_11:
str x9, [x19, #8]
LBB0_12:
ldr x1, [sp, #8]
mov x0, x19
bl _ocfs2_orphan_scan_unlock
LBB0_13:
ldr w21, [x19, #20]
ldr x19, [x19, #8]
mov x0, x20
bl _atomic_read
mov x2, x0
mov x0, x21
mov x1, x19
bl _trace_ocfs2_queue_orphan_scan_end
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.cfi_endproc
; -- End function
.comm _ORPHAN_SCAN_INACTIVE,8,3 ; @ORPHAN_SCAN_INACTIVE
.comm _EAGAIN,4,2 ; @EAGAIN
.comm _ORPHAN_NO_NEED_TRUNCATE,4,2 ; @ORPHAN_NO_NEED_TRUNCATE
.no_dead_strip _ocfs2_queue_orphan_scan
.subsections_via_symbols
| AnghaBench/linux/fs/ocfs2/extr_journal.c_ocfs2_queue_orphan_scan.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function is63xx
_is63xx: ## @is63xx
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _BCM63XX_DEVICE_ID,8,3 ## @BCM63XX_DEVICE_ID
.no_dead_strip _is63xx
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function is63xx
_is63xx: ; @is63xx
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.comm _BCM63XX_DEVICE_ID,8,3 ; @BCM63XX_DEVICE_ID
.no_dead_strip _is63xx
.subsections_via_symbols
| AnghaBench/lede/target/linux/generic/files/drivers/net/phy/b53/extr_b53_priv.h_is63xx.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function dtls1_retrieve_buffered_fragment
_dtls1_retrieve_buffered_fragment: ## @dtls1_retrieve_buffered_fragment
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
movq 16(%rdi), %rax
movl 8(%rax), %edi
callq _pqueue_peek
xorl %r12d, %r12d
testq %rax, %rax
je LBB0_11
## %bb.1:
movq %rax, %r13
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%r13), %rbx
movq (%rbx), %rcx
movq 16(%r15), %rax
movq (%rax), %rdx
cmpq %rdx, %rcx
jge LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl 8(%rax), %edi
callq _pqueue_pop
movq %rbx, %rdi
callq _dtls1_hm_fragment_free
movq %r13, %rdi
callq _pitem_free
movq 16(%r15), %rax
movl 8(%rax), %edi
callq _pqueue_peek
movq %rax, %r13
testq %rax, %rax
jne LBB0_2
jmp LBB0_11
LBB0_4:
cmpq $0, 32(%rbx)
jne LBB0_11
## %bb.5:
cmpq %rcx, %rdx
jne LBB0_11
## %bb.6:
movq 8(%rbx), %r12
movl 8(%rax), %edi
callq _pqueue_pop
movq %r15, %rdi
movq %rbx, %rsi
callq _dtls1_preprocess_fragment
testl %eax, %eax
je LBB0_10
## %bb.7:
movq 8(%rbx), %rdx
testq %rdx, %rdx
je LBB0_9
## %bb.8:
movq 8(%r15), %rax
movq _DTLS1_HM_HEADER_LENGTH@GOTPCREL(%rip), %rcx
movslq (%rcx), %rdi
addq (%rax), %rdi
addq 16(%rbx), %rdi
movl 24(%rbx), %esi
callq _memcpy
LBB0_9:
movq %rbx, %rdi
callq _dtls1_hm_fragment_free
movq %r13, %rdi
callq _pitem_free
movq %r12, (%r14)
movl $1, %r12d
jmp LBB0_11
LBB0_10:
movq %rbx, %rdi
callq _dtls1_hm_fragment_free
movq %r13, %rdi
callq _pitem_free
movq $0, (%r15)
movl $-1, %r12d
LBB0_11:
movl %r12d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _DTLS1_HM_HEADER_LENGTH,4,2 ## @DTLS1_HM_HEADER_LENGTH
.no_dead_strip _dtls1_retrieve_buffered_fragment
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function dtls1_retrieve_buffered_fragment
_dtls1_retrieve_buffered_fragment: ; @dtls1_retrieve_buffered_fragment
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x1
mov x21, x0
ldr x8, [x0, #16]
ldr w0, [x8, #8]
bl _pqueue_peek
cbz x0, LBB0_11
; %bb.1:
mov x20, x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x22, [x20]
ldr x9, [x22]
ldr x8, [x21, #16]
ldr x10, [x8]
cmp x9, x10
b.ge LBB0_4
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr w0, [x8, #8]
bl _pqueue_pop
mov x0, x22
bl _dtls1_hm_fragment_free
mov x0, x20
bl _pitem_free
ldr x8, [x21, #16]
ldr w0, [x8, #8]
bl _pqueue_peek
mov x20, x0
cbnz x0, LBB0_2
b LBB0_11
LBB0_4:
ldr x11, [x22, #32]
cmp x11, #0
ccmp x10, x9, #0, eq
b.eq LBB0_6
; %bb.5:
mov w0, #0
b LBB0_11
LBB0_6:
ldr x23, [x22, #8]
ldr w0, [x8, #8]
bl _pqueue_pop
mov x0, x21
mov x1, x22
bl _dtls1_preprocess_fragment
cbz w0, LBB0_10
; %bb.7:
ldr x2, [x22, #8]
cbz x2, LBB0_9
; %bb.8:
ldr x8, [x21, #8]
Lloh0:
adrp x9, _DTLS1_HM_HEADER_LENGTH@GOTPAGE
Lloh1:
ldr x9, [x9, _DTLS1_HM_HEADER_LENGTH@GOTPAGEOFF]
ldr x8, [x8]
Lloh2:
ldrsw x9, [x9]
ldr x10, [x22, #16]
add x8, x8, x9
add x0, x8, x10
ldr w1, [x22, #24]
bl _memcpy
LBB0_9:
mov x0, x22
bl _dtls1_hm_fragment_free
mov x0, x20
bl _pitem_free
str x23, [x19]
mov w0, #1
b LBB0_11
LBB0_10:
mov x0, x22
bl _dtls1_hm_fragment_free
mov x0, x20
bl _pitem_free
str xzr, [x21]
mov w0, #-1
LBB0_11:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _DTLS1_HM_HEADER_LENGTH,4,2 ; @DTLS1_HM_HEADER_LENGTH
.no_dead_strip _dtls1_retrieve_buffered_fragment
.subsections_via_symbols
| AnghaBench/freebsd/crypto/openssl/ssl/statem/extr_statem_dtls.c_dtls1_retrieve_buffered_fragment.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _wr_rdbuf ## -- Begin function wr_rdbuf
.p2align 4, 0x90
_wr_rdbuf: ## @wr_rdbuf
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
xorl %eax, %eax
testl %esi, %esi
jle LBB0_7
## %bb.1:
movl %esi, %r15d
movq %rdi, %r12
movq _bufpt@GOTPCREL(%rip), %r13
movl (%r13), %ebx
movq _bufend@GOTPCREL(%rip), %r14
jmp LBB0_2
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %edi
movl %r15d, %esi
callq _MIN
movl %eax, %ebx
movl (%r13), %edi
movq %r12, %rsi
movl %eax, %edx
callq _memcpy
movslq %ebx, %rax
addl (%r13), %ebx
movl %ebx, (%r13)
addq %rax, %r12
subl %eax, %r15d
jle LBB0_6
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%r14), %eax
subl %ebx, %eax
jg LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq _blksz@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _buf_flush
testl %eax, %eax
jns LBB0_5
## %bb.4:
movl $-1, %eax
jmp LBB0_7
LBB0_6:
xorl %eax, %eax
LBB0_7:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _bufend,4,2 ## @bufend
.comm _bufpt,4,2 ## @bufpt
.comm _blksz,4,2 ## @blksz
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _wr_rdbuf ; -- Begin function wr_rdbuf
.p2align 2
_wr_rdbuf: ; @wr_rdbuf
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
cmp w1, #1
b.lt LBB0_6
; %bb.1:
mov x19, x1
mov x20, x0
Lloh0:
adrp x22, _bufpt@GOTPAGE
Lloh1:
ldr x22, [x22, _bufpt@GOTPAGEOFF]
ldr w8, [x22]
Lloh2:
adrp x23, _bufend@GOTPAGE
Lloh3:
ldr x23, [x23, _bufend@GOTPAGEOFF]
Lloh4:
adrp x24, _blksz@GOTPAGE
Lloh5:
ldr x24, [x24, _blksz@GOTPAGEOFF]
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
mov x1, x19
bl _MIN
mov x21, x0
ldr w0, [x22]
mov x1, x20
mov x2, x21
bl _memcpy
ldr w8, [x22]
add w8, w8, w21
str w8, [x22]
add x20, x20, w21, sxtw
sub w19, w19, w21
cmp w19, #0
b.le LBB0_6
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr w9, [x23]
sub w0, w9, w8
cmp w0, #0
b.gt LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldr w0, [x24]
bl _buf_flush
tbz w0, #31, LBB0_2
; %bb.5:
mov w0, #-1
b LBB0_7
LBB0_6:
mov w0, #0
LBB0_7:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _bufend,4,2 ; @bufend
.comm _bufpt,4,2 ; @bufpt
.comm _blksz,4,2 ; @blksz
.subsections_via_symbols
| AnghaBench/freebsd/bin/pax/extr_buf_subs.c_wr_rdbuf.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _State_init ## -- Begin function State_init
.p2align 4, 0x90
_State_init: ## @State_init
.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
pushq %rax
.cfi_offset %rbx, -24
movq _x3a@GOTPCREL(%rip), %rbx
cmpq $0, (%rbx)
je LBB0_1
LBB0_4:
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_1:
movl $32, %edi
callq _malloc
movq %rax, (%rbx)
testq %rax, %rax
je LBB0_4
## %bb.2:
movl $128, (%rax)
movq $0, 24(%rax)
movl $128, %edi
movl $12, %esi
callq _calloc
movq (%rbx), %rdi
movq %rax, 16(%rdi)
testq %rax, %rax
je LBB0_3
## %bb.5:
movq %rax, %rcx
addq $512, %rcx ## imm = 0x200
movq %rcx, 8(%rdi)
movq $0, 512(%rax)
xorl %eax, %eax
.p2align 4, 0x90
LBB0_6: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %rcx
movq 8(%rcx), %rcx
movq $0, 8(%rcx,%rax,8)
movq (%rbx), %rcx
movq 8(%rcx), %rcx
movq $0, 16(%rcx,%rax,8)
movq (%rbx), %rcx
movq 8(%rcx), %rcx
movq $0, 24(%rcx,%rax,8)
cmpq $124, %rax
je LBB0_4
## %bb.7: ## in Loop: Header=BB0_6 Depth=1
movq (%rbx), %rcx
movq 8(%rcx), %rcx
movq $0, 32(%rcx,%rax,8)
addq $4, %rax
jmp LBB0_6
LBB0_3:
callq _free
movq $0, (%rbx)
jmp LBB0_4
.cfi_endproc
## -- End function
.comm _x3a,8,3 ## @x3a
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _State_init ; -- Begin function State_init
.p2align 2
_State_init: ; @State_init
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x19, _x3a@GOTPAGE
Lloh1:
ldr x19, [x19, _x3a@GOTPAGEOFF]
ldr x8, [x19]
cbz x8, LBB0_2
LBB0_1:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
mov w0, #32
bl _malloc
str x0, [x19]
cbz x0, LBB0_1
; %bb.3:
mov w8, #128
str w8, [x0]
str xzr, [x0, #24]
mov w0, #128
mov w1, #12
bl _calloc
ldr x8, [x19]
str x0, [x8, #16]
cbz x0, LBB0_6
; %bb.4:
add x9, x0, #512
str x9, [x8, #8]
str xzr, [x0, #512]
mov w8, #8
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr x9, [x19]
ldr x9, [x9, #8]
str xzr, [x9, x8]
add x8, x8, #8
cmp x8, #1024
b.ne LBB0_5
b LBB0_1
LBB0_6:
mov x0, x8
bl _free
str xzr, [x19]
b LBB0_1
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _x3a,8,3 ; @x3a
.subsections_via_symbols
| AnghaBench/sqlcipher/tool/extr_lemon.c_State_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function strcmp_wa
_strcmp_wa: ## @strcmp_wa
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $2064, %rsp ## imm = 0x810
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %rdx
movl %edi, %ebx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movq _CP_ACP@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -2080(%rbp), %r14
xorl %esi, %esi
movl $-1, %ecx
movq %r14, %r8
movl $512, %r9d ## imm = 0x200
callq _MultiByteToWideChar
movl %ebx, %edi
movq %r14, %rsi
callq _lstrcmpW
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -24(%rbp), %rcx
jne LBB0_2
## %bb.1:
addq $2064, %rsp ## imm = 0x810
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _CP_ACP,4,2 ## @CP_ACP
.no_dead_strip _strcmp_wa
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function strcmp_wa
_strcmp_wa: ; @strcmp_wa
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
sub sp, sp, #2064
mov x2, x1
mov x19, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
Lloh3:
adrp x8, _CP_ACP@GOTPAGE
Lloh4:
ldr x8, [x8, _CP_ACP@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
add x4, sp, #8
mov w1, #0
mov w3, #-1
mov w5, #512
bl _MultiByteToWideChar
add x1, sp, #8
mov x0, x19
bl _lstrcmpW
ldur x8, [x29, #-24]
Lloh6:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh7:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
add sp, sp, #2064
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CP_ACP,4,2 ; @CP_ACP
.no_dead_strip _strcmp_wa
.subsections_via_symbols
| AnghaBench/reactos/modules/rostests/winetests/wininet/extr_http.c_strcmp_wa.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _preencher05 ## -- Begin function preencher05
.p2align 4, 0x90
_preencher05: ## @preencher05
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testl %esi, %esi
jle LBB0_5
## %bb.1:
movq %rdi, %r14
movl %esi, %r12d
leaq L_.str(%rip), %r15
xorl %r13d, %r13d
movq %r12, -48(%rbp) ## 8-byte Spill
.p2align 4, 0x90
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movq %r14, %rbx
.p2align 4, 0x90
LBB0_3: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r15, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
addq $4, %rbx
decq %r12
jne LBB0_3
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
incq %r13
addq $400, %r14 ## imm = 0x190
movq -48(%rbp), %r12 ## 8-byte Reload
cmpq %r12, %r13
jne LBB0_2
LBB0_5:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _devolveMaior ## -- Begin function devolveMaior
.p2align 4, 0x90
_devolveMaior: ## @devolveMaior
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl (%rdi), %eax
movl $0, (%rdx)
movl $0, (%rcx)
testl %esi, %esi
jle LBB1_12
## %bb.1:
movl %esi, %r8d
movl %r8d, %r9d
andl $-2, %r9d
leaq 4(%rdi), %r10
xorl %r11d, %r11d
jmp LBB1_2
.p2align 4, 0x90
LBB1_11: ## in Loop: Header=BB1_2 Depth=1
incq %r11
addq $400, %r10 ## imm = 0x190
cmpq %r8, %r11
je LBB1_12
LBB1_2: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
xorl %r15d, %r15d
cmpl $1, %esi
jne LBB1_3
LBB1_8: ## in Loop: Header=BB1_2 Depth=1
testb $1, %r8b
je LBB1_11
## %bb.9: ## in Loop: Header=BB1_2 Depth=1
imulq $400, %r11, %rbx ## imm = 0x190
addq %rdi, %rbx
movl (%rbx,%r15,4), %r14d
cmpl %r14d, %eax
jge LBB1_11
## %bb.10: ## in Loop: Header=BB1_2 Depth=1
movl %r11d, (%rdx)
movl %r15d, (%rcx)
movl %r14d, %eax
jmp LBB1_11
.p2align 4, 0x90
LBB1_7: ## in Loop: Header=BB1_3 Depth=2
addq $2, %r15
cmpq %r15, %r9
je LBB1_8
LBB1_3: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movl -4(%r10,%r15,4), %r14d
cmpl %r14d, %eax
jge LBB1_5
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movl %r11d, (%rdx)
movl %r15d, (%rcx)
movl %r14d, %eax
LBB1_5: ## in Loop: Header=BB1_3 Depth=2
movl (%r10,%r15,4), %r14d
cmpl %r14d, %eax
jge LBB1_7
## %bb.6: ## in Loop: Header=BB1_3 Depth=2
movl %r11d, (%rdx)
leal 1(%r15), %eax
movl %eax, (%rcx)
movl %r14d, %eax
jmp LBB1_7
LBB1_12:
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _imprimeMaior05 ## -- Begin function imprimeMaior05
.p2align 4, 0x90
_imprimeMaior05: ## @imprimeMaior05
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %eax
imull %esi, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
testl %eax, %eax
je LBB2_11
## %bb.1:
movl %esi, %r12d
movq %rdi, %r10
movl %esi, %r14d
movl %r14d, %r15d
andl $-2, %r15d
leaq 4(%rdi), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
xorl %eax, %eax
movq %rdi, -64(%rbp) ## 8-byte Spill
jmp LBB2_2
.p2align 4, 0x90
LBB2_3: ## in Loop: Header=BB2_2 Depth=1
xorl %ebx, %ebx
xorl %r13d, %r13d
LBB2_10: ## in Loop: Header=BB2_2 Depth=1
leaq L_.str.1(%rip), %rdi
movl %ebx, %edx
movl %r13d, %ecx
xorl %eax, %eax
callq _printf
movq -64(%rbp), %r10 ## 8-byte Reload
movslq %ebx, %rax
movslq %r13d, %rcx
imulq $400, %rax, %rax ## imm = 0x190
addq %r10, %rax
movl $-1, (%rax,%rcx,4)
movl -48(%rbp), %eax ## 4-byte Reload
incl %eax
cmpl -44(%rbp), %eax ## 4-byte Folded Reload
je LBB2_11
LBB2_2: ## =>This Loop Header: Depth=1
## Child Loop BB2_5 Depth 2
## Child Loop BB2_6 Depth 3
movl (%r10), %esi
testl %r12d, %r12d
movl %eax, -48(%rbp) ## 4-byte Spill
jle LBB2_3
## %bb.4: ## in Loop: Header=BB2_2 Depth=1
xorl %ebx, %ebx
movq -56(%rbp), %r8 ## 8-byte Reload
xorl %r13d, %r13d
xorl %r9d, %r9d
jmp LBB2_5
.p2align 4, 0x90
LBB2_9: ## in Loop: Header=BB2_5 Depth=2
incq %r9
addq $400, %r8 ## imm = 0x190
cmpq %r14, %r9
je LBB2_10
LBB2_5: ## Parent Loop BB2_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB2_6 Depth 3
xorl %edx, %edx
cmpl $1, %r12d
je LBB2_7
.p2align 4, 0x90
LBB2_6: ## Parent Loop BB2_2 Depth=1
## Parent Loop BB2_5 Depth=2
## => This Inner Loop Header: Depth=3
movl -4(%r8,%rdx,4), %edi
movl (%r8,%rdx,4), %eax
cmpl %edi, %esi
movl %r13d, %ecx
cmovll %edx, %ecx
cmovlel %edi, %esi
cmovll %r9d, %ebx
leal 1(%rdx), %r13d
cmpl %eax, %esi
cmovll %r9d, %ebx
cmovgel %ecx, %r13d
cmovlel %eax, %esi
addq $2, %rdx
cmpq %r15, %rdx
jne LBB2_6
LBB2_7: ## in Loop: Header=BB2_5 Depth=2
testb $1, %r14b
je LBB2_9
## %bb.8: ## in Loop: Header=BB2_5 Depth=2
imulq $400, %r9, %rax ## imm = 0x190
addq %r10, %rax
movl (%rax,%rdx,4), %eax
cmpl %eax, %esi
cmovll %r9d, %ebx
cmovll %edx, %r13d
cmovlel %eax, %esi
jmp LBB2_9
LBB2_11:
addq $24, %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 "%d"
L_.str.1: ## @.str.1
.asciz "%d em (%d, %d)\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _preencher05 ; -- Begin function preencher05
.p2align 2
_preencher05: ; @preencher05
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
cmp w1, #1
b.lt LBB0_5
; %bb.1:
mov x19, x0
mov x21, #0
mov w22, w1
Lloh0:
adrp x20, l_.str@PAGE
Lloh1:
add x20, x20, l_.str@PAGEOFF
LBB0_2: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
mov x23, x22
mov x24, x19
LBB0_3: ; Parent Loop BB0_2 Depth=1
; => This Inner Loop Header: Depth=2
str x24, [sp]
mov x0, x20
bl _scanf
add x24, x24, #4
subs x23, x23, #1
b.ne LBB0_3
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
add x21, x21, #1
add x19, x19, #400
cmp x21, x22
b.ne LBB0_2
LBB0_5:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _devolveMaior ; -- Begin function devolveMaior
.p2align 2
_devolveMaior: ; @devolveMaior
.cfi_startproc
; %bb.0:
ldr w8, [x0]
str wzr, [x2]
str wzr, [x3]
cmp w1, #1
b.lt LBB1_7
; %bb.1:
mov x9, #0
mov w10, w1
b LBB1_3
LBB1_2: ; in Loop: Header=BB1_3 Depth=1
add x9, x9, #1
add x0, x0, #400
cmp x9, x10
b.eq LBB1_7
LBB1_3: ; =>This Loop Header: Depth=1
; Child Loop BB1_5 Depth 2
mov x11, #0
b LBB1_5
LBB1_4: ; in Loop: Header=BB1_5 Depth=2
add x11, x11, #1
cmp x10, x11
b.eq LBB1_2
LBB1_5: ; Parent Loop BB1_3 Depth=1
; => This Inner Loop Header: Depth=2
ldr w12, [x0, x11, lsl #2]
cmp w8, w12
b.ge LBB1_4
; %bb.6: ; in Loop: Header=BB1_5 Depth=2
str w9, [x2]
str w11, [x3]
mov x8, x12
b LBB1_4
LBB1_7:
mov x0, x8
ret
.cfi_endproc
; -- End function
.globl _imprimeMaior05 ; -- Begin function imprimeMaior05
.p2align 2
_imprimeMaior05: ; @imprimeMaior05
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x28, x27, [sp, #32] ; 16-byte Folded Spill
stp x26, x25, [sp, #48] ; 16-byte Folded Spill
stp x24, x23, [sp, #64] ; 16-byte Folded Spill
stp x22, x21, [sp, #80] ; 16-byte Folded Spill
stp x20, x19, [sp, #96] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mul w22, w1, w1
cbz w22, LBB2_9
; %bb.1:
mov x19, x1
mov x20, x0
mov w23, #0
mov w24, w1
mov w25, #400
mov w26, #-1
Lloh2:
adrp x21, l_.str.1@PAGE
Lloh3:
add x21, x21, l_.str.1@PAGEOFF
b LBB2_4
LBB2_2: ; in Loop: Header=BB2_4 Depth=1
mov w27, #0
mov w28, #0
LBB2_3: ; in Loop: Header=BB2_4 Depth=1
stp x27, x28, [sp, #8]
str x8, [sp]
mov x0, x21
bl _printf
smaddl x8, w27, w25, x20
str w26, [x8, w28, sxtw #2]
add w23, w23, #1
cmp w23, w22
b.eq LBB2_9
LBB2_4: ; =>This Loop Header: Depth=1
; Child Loop BB2_6 Depth 2
; Child Loop BB2_7 Depth 3
ldr w8, [x20]
cmp w19, #1
b.lt LBB2_2
; %bb.5: ; in Loop: Header=BB2_4 Depth=1
mov w27, #0
mov w28, #0
mov x9, #0
mov x10, x20
LBB2_6: ; Parent Loop BB2_4 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB2_7 Depth 3
mov x11, #0
LBB2_7: ; Parent Loop BB2_4 Depth=1
; Parent Loop BB2_6 Depth=2
; => This Inner Loop Header: Depth=3
ldr w12, [x10, x11, lsl #2]
cmp w8, w12
csel w27, w9, w27, lt
csel w28, w11, w28, lt
csel w8, w8, w12, gt
add x11, x11, #1
cmp x24, x11
b.ne LBB2_7
; %bb.8: ; in Loop: Header=BB2_6 Depth=2
add x9, x9, #1
add x10, x10, #400
cmp x9, x24
b.ne LBB2_6
b LBB2_3
LBB2_9:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
ldp x24, x23, [sp, #64] ; 16-byte Folded Reload
ldp x26, x25, [sp, #48] ; 16-byte Folded Reload
ldp x28, x27, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #128
ret
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%d em (%d, %d)\n"
.subsections_via_symbols
| the_stack_data/103284.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _kvm_emulate_cpuid ## -- Begin function kvm_emulate_cpuid
.p2align 4, 0x90
_kvm_emulate_cpuid: ## @kvm_emulate_cpuid
.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 $24, %rsp
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _cpuid_fault_enabled
testq %rax, %rax
je LBB0_3
## %bb.1:
movq %rbx, %rdi
xorl %esi, %esi
callq _kvm_require_cpl
testl %eax, %eax
je LBB0_2
LBB0_3:
movq %rbx, %rdi
callq _kvm_rax_read
movl %eax, -16(%rbp)
movq %rbx, %rdi
callq _kvm_rcx_read
movl %eax, -12(%rbp)
leaq -16(%rbp), %rsi
leaq -24(%rbp), %rdx
leaq -12(%rbp), %rcx
leaq -20(%rbp), %r8
movq %rbx, %rdi
movl $1, %r9d
callq _kvm_cpuid
movl -16(%rbp), %esi
movq %rbx, %rdi
callq _kvm_rax_write
movl -24(%rbp), %esi
movq %rbx, %rdi
callq _kvm_rbx_write
movl -12(%rbp), %esi
movq %rbx, %rdi
callq _kvm_rcx_write
movl -20(%rbp), %esi
movq %rbx, %rdi
callq _kvm_rdx_write
movq %rbx, %rdi
callq _kvm_skip_emulated_instruction
jmp LBB0_4
LBB0_2:
movl $1, %eax
LBB0_4:
addq $24, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _kvm_emulate_cpuid ; -- Begin function kvm_emulate_cpuid
.p2align 2
_kvm_emulate_cpuid: ; @kvm_emulate_cpuid
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _cpuid_fault_enabled
cbz x0, LBB0_2
; %bb.1:
mov x0, x19
mov w1, #0
bl _kvm_require_cpl
cbz w0, LBB0_3
LBB0_2:
mov x0, x19
bl _kvm_rax_read
str w0, [sp, #12]
mov x0, x19
bl _kvm_rcx_read
str w0, [sp, #4]
add x1, sp, #12
add x2, sp, #8
add x3, sp, #4
mov x4, sp
mov x0, x19
mov w5, #1
bl _kvm_cpuid
ldr w1, [sp, #12]
mov x0, x19
bl _kvm_rax_write
ldr w1, [sp, #8]
mov x0, x19
bl _kvm_rbx_write
ldr w1, [sp, #4]
mov x0, x19
bl _kvm_rcx_write
ldr w1, [sp]
mov x0, x19
bl _kvm_rdx_write
mov x0, x19
bl _kvm_skip_emulated_instruction
b LBB0_4
LBB0_3:
mov w0, #1
LBB0_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/linux/arch/x86/kvm/extr_cpuid.c_kvm_emulate_cpuid.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mlx4_store_xsrq ## -- Begin function mlx4_store_xsrq
.p2align 4, 0x90
_mlx4_store_xsrq: ## @mlx4_store_xsrq
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, -56(%rbp) ## 8-byte Spill
movq %rdi, %r12
movl (%rdi), %ebx
decl %ebx
movl %esi, -44(%rbp) ## 4-byte Spill
andl %esi, %ebx
movb 4(%rdi), %cl
sarl %cl, %ebx
addq $12, %rdi
movq %rdi, -64(%rbp) ## 8-byte Spill
callq _pthread_mutex_lock
movq 16(%r12), %r13
movslq %ebx, %r14
shlq $4, %r14
movl 8(%r13,%r14), %r15d
testl %r15d, %r15d
je LBB0_3
## %bb.1:
movq (%r13,%r14), %rax
movl 8(%r12), %ebx
jmp LBB0_2
LBB0_3:
movl 8(%r12), %ebx
leal 1(%rbx), %edi
movl $8, %esi
callq _calloc
movq %rax, (%r13,%r14)
testq %rax, %rax
je LBB0_4
LBB0_2:
leaq (%r14,%r13), %rcx
addq $8, %rcx
incl %r15d
movl %r15d, (%rcx)
andl -44(%rbp), %ebx ## 4-byte Folded Reload
movslq %ebx, %rcx
movq -56(%rbp), %rdx ## 8-byte Reload
movq %rdx, (%rax,%rcx,8)
xorl %ebx, %ebx
LBB0_5:
movq -64(%rbp), %rdi ## 8-byte Reload
callq _pthread_mutex_unlock
movl %ebx, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_4:
movl $-1, %ebx
jmp LBB0_5
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mlx4_store_xsrq ; -- Begin function mlx4_store_xsrq
.p2align 2
_mlx4_store_xsrq: ; @mlx4_store_xsrq
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x20, x2
mov x21, x1
mov x22, x0
ldp w8, w9, [x0]
sub w8, w8, #1
and w8, w8, w1
asr w23, w8, w9
add x19, x0, #12
mov x0, x19
bl _pthread_mutex_lock
ldr x26, [x22, #16]
sxtw x27, w23
add x23, x26, w23, sxtw #4
ldr w24, [x23, #8]!
cbz w24, LBB0_2
; %bb.1:
lsl x8, x27, #4
ldr x0, [x26, x8]
ldr w25, [x22, #8]
b LBB0_3
LBB0_2:
ldr w25, [x22, #8]
add w0, w25, #1
mov w1, #8
bl _calloc
lsl x8, x27, #4
str x0, [x26, x8]
cbz x0, LBB0_5
LBB0_3:
mov w22, #0
add w8, w24, #1
str w8, [x23]
and w8, w25, w21
str x20, [x0, w8, sxtw #3]
LBB0_4:
mov x0, x19
bl _pthread_mutex_unlock
mov x0, x22
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB0_5:
mov w22, #-1
b LBB0_4
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/contrib/ofed/libmlx4/extr_srq.c_mlx4_store_xsrq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function acpi_processor_get_power_info_fadt
_acpi_processor_get_power_info_fadt: ## @acpi_processor_get_power_info_fadt
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testq %rdi, %rdi
je LBB0_1
## %bb.3:
movq %rdi, %rbx
cmpq $0, 8(%rdi)
je LBB0_4
## %bb.5:
movq _ACPI_STATE_C2@GOTPCREL(%rip), %r15
movq (%r15), %rax
movq (%rbx), %rcx
leaq (%rax,%rax,2), %rdx
movq %rax, (%rcx,%rdx,8)
movq _ACPI_STATE_C3@GOTPCREL(%rip), %r14
movq (%r14), %rax
leaq (%rax,%rax,2), %rdx
movq %rax, (%rcx,%rdx,8)
xorl %eax, %eax
callq _num_online_cpus
cmpl $2, %eax
jl LBB0_7
## %bb.6:
movq _acpi_gbl_FADT@GOTPCREL(%rip), %rax
movq _ACPI_FADT_C2_MP_SUPPORTED@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
testl %ecx, (%rax)
je LBB0_4
LBB0_7:
movq (%rbx), %rcx
movq 8(%rbx), %rax
leaq 4(%rax), %rdx
movq (%r15), %rsi
leaq (%rsi,%rsi,2), %rsi
movq %rdx, 16(%rcx,%rsi,8)
addq $5, %rax
movq (%r14), %rdx
leaq (%rdx,%rdx,2), %rdx
movq %rax, 16(%rcx,%rdx,8)
movq _acpi_gbl_FADT@GOTPCREL(%rip), %r12
movq 8(%r12), %rax
movq (%r15), %rdx
leaq (%rdx,%rdx,2), %rdx
movq %rax, 8(%rcx,%rdx,8)
movq 16(%r12), %rdi
movq (%r14), %rdx
leaq (%rdx,%rdx,2), %rdx
movq %rdi, 8(%rcx,%rdx,8)
movq _ACPI_PROCESSOR_MAX_C2_LATENCY@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rax
jle LBB0_9
## %bb.8:
movl %eax, %edi
callq _ACPI_DEBUG_PRINT
movq (%rbx), %rcx
movq (%r15), %rax
leaq (%rax,%rax,2), %rax
movq $0, 16(%rcx,%rax,8)
movq 16(%r12), %rdi
LBB0_9:
movq _ACPI_PROCESSOR_MAX_C3_LATENCY@GOTPCREL(%rip), %rax
cmpq (%rax), %rdi
jle LBB0_11
## %bb.10:
## kill: def $edi killed $edi killed $rdi
callq _ACPI_DEBUG_PRINT
movq (%rbx), %rcx
movq (%r14), %rax
leaq (%rax,%rax,2), %rax
movq $0, 16(%rcx,%rax,8)
LBB0_11:
movq (%r14), %rax
leaq (%rax,%rax,2), %rax
movl 16(%rcx,%rax,8), %edi
callq _ACPI_DEBUG_PRINT
xorl %eax, %eax
jmp LBB0_12
LBB0_1:
movq _EINVAL@GOTPCREL(%rip), %rcx
jmp LBB0_2
LBB0_4:
movq _ENODEV@GOTPCREL(%rip), %rcx
LBB0_2:
xorl %eax, %eax
subl (%rcx), %eax
LBB0_12:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EINVAL,4,2 ## @EINVAL
.comm _ENODEV,4,2 ## @ENODEV
.comm _ACPI_STATE_C2,8,3 ## @ACPI_STATE_C2
.comm _ACPI_STATE_C3,8,3 ## @ACPI_STATE_C3
.comm _acpi_gbl_FADT,24,3 ## @acpi_gbl_FADT
.comm _ACPI_FADT_C2_MP_SUPPORTED,4,2 ## @ACPI_FADT_C2_MP_SUPPORTED
.comm _ACPI_PROCESSOR_MAX_C2_LATENCY,8,3 ## @ACPI_PROCESSOR_MAX_C2_LATENCY
.comm _ACPI_DB_INFO,4,2 ## @ACPI_DB_INFO
.comm _ACPI_PROCESSOR_MAX_C3_LATENCY,8,3 ## @ACPI_PROCESSOR_MAX_C3_LATENCY
.no_dead_strip _acpi_processor_get_power_info_fadt
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function acpi_processor_get_power_info_fadt
_acpi_processor_get_power_info_fadt: ; @acpi_processor_get_power_info_fadt
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
cbz x0, LBB0_9
; %bb.1:
mov x19, x0
ldr x8, [x0, #8]
cbz x8, LBB0_10
; %bb.2:
Lloh0:
adrp x21, _ACPI_STATE_C2@GOTPAGE
Lloh1:
ldr x21, [x21, _ACPI_STATE_C2@GOTPAGEOFF]
ldr x8, [x21]
ldr x9, [x19]
mov w10, #24
mul x11, x8, x10
str x8, [x9, x11]
Lloh2:
adrp x20, _ACPI_STATE_C3@GOTPAGE
Lloh3:
ldr x20, [x20, _ACPI_STATE_C3@GOTPAGEOFF]
ldr x8, [x20]
mul x10, x8, x10
str x8, [x9, x10]
bl _num_online_cpus
Lloh4:
adrp x22, _acpi_gbl_FADT@GOTPAGE
Lloh5:
ldr x22, [x22, _acpi_gbl_FADT@GOTPAGEOFF]
cmp w0, #2
b.lt LBB0_4
; %bb.3:
ldr w8, [x22]
Lloh6:
adrp x9, _ACPI_FADT_C2_MP_SUPPORTED@GOTPAGE
Lloh7:
ldr x9, [x9, _ACPI_FADT_C2_MP_SUPPORTED@GOTPAGEOFF]
Lloh8:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_10
LBB0_4:
ldp x9, x8, [x19]
add x10, x8, #4
ldr x11, [x21]
mov w12, #24
madd x11, x11, x12, x9
str x10, [x11, #16]
add x8, x8, #5
ldr x10, [x20]
madd x10, x10, x12, x9
str x8, [x10, #16]
ldr x8, [x21]
madd x10, x8, x12, x9
ldp x8, x0, [x22, #8]
str x8, [x10, #8]
ldr x10, [x20]
madd x10, x10, x12, x9
str x0, [x10, #8]
Lloh9:
adrp x10, _ACPI_PROCESSOR_MAX_C2_LATENCY@GOTPAGE
Lloh10:
ldr x10, [x10, _ACPI_PROCESSOR_MAX_C2_LATENCY@GOTPAGEOFF]
Lloh11:
ldr x10, [x10]
cmp x8, x10
b.le LBB0_6
; %bb.5:
mov x0, x8
bl _ACPI_DEBUG_PRINT
ldr x9, [x19]
ldr x8, [x21]
mov w10, #24
madd x8, x8, x10, x9
str xzr, [x8, #16]
ldr x0, [x22, #16]
LBB0_6:
Lloh12:
adrp x8, _ACPI_PROCESSOR_MAX_C3_LATENCY@GOTPAGE
Lloh13:
ldr x8, [x8, _ACPI_PROCESSOR_MAX_C3_LATENCY@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
cmp x0, x8
b.le LBB0_8
; %bb.7:
; kill: def $w0 killed $w0 killed $x0
bl _ACPI_DEBUG_PRINT
ldr x9, [x19]
ldr x8, [x20]
mov w10, #24
madd x8, x8, x10, x9
str xzr, [x8, #16]
LBB0_8:
ldr x8, [x20]
mov w10, #24
madd x8, x8, x10, x9
ldr w0, [x8, #16]
bl _ACPI_DEBUG_PRINT
mov w0, #0
b LBB0_12
LBB0_9:
Lloh15:
adrp x8, _EINVAL@GOTPAGE
Lloh16:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
b LBB0_11
LBB0_10:
Lloh17:
adrp x8, _ENODEV@GOTPAGE
Lloh18:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
LBB0_11:
ldr w8, [x8]
neg w0, w8
LBB0_12:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGot Lloh15, Lloh16
.loh AdrpLdrGot Lloh17, Lloh18
.cfi_endproc
; -- End function
.comm _EINVAL,4,2 ; @EINVAL
.comm _ENODEV,4,2 ; @ENODEV
.comm _ACPI_STATE_C2,8,3 ; @ACPI_STATE_C2
.comm _ACPI_STATE_C3,8,3 ; @ACPI_STATE_C3
.comm _acpi_gbl_FADT,24,3 ; @acpi_gbl_FADT
.comm _ACPI_FADT_C2_MP_SUPPORTED,4,2 ; @ACPI_FADT_C2_MP_SUPPORTED
.comm _ACPI_PROCESSOR_MAX_C2_LATENCY,8,3 ; @ACPI_PROCESSOR_MAX_C2_LATENCY
.comm _ACPI_DB_INFO,4,2 ; @ACPI_DB_INFO
.comm _ACPI_PROCESSOR_MAX_C3_LATENCY,8,3 ; @ACPI_PROCESSOR_MAX_C3_LATENCY
.no_dead_strip _acpi_processor_get_power_info_fadt
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/acpi/extr_processor_idle.c_acpi_processor_get_power_info_fadt.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ps2mouse_read ## -- Begin function ps2mouse_read
.p2align 4, 0x90
_ps2mouse_read: ## @ps2mouse_read
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
callq _pthread_mutex_lock
movq %rbx, %rdi
movq %r14, %rsi
callq _fifo_get
movl %eax, %r14d
movq %rbx, %rdi
callq _pthread_mutex_unlock
movl %r14d, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ps2mouse_read ; -- Begin function ps2mouse_read
.p2align 2
_ps2mouse_read: ; @ps2mouse_read
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
bl _pthread_mutex_lock
mov x0, x20
mov x1, x19
bl _fifo_get
mov x19, x0
mov x0, x20
bl _pthread_mutex_unlock
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/bhyve/extr_ps2mouse.c_ps2mouse_read.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mlx4_en_hwtstamp_ioctl
_mlx4_en_hwtstamp_ioctl: ## @mlx4_en_hwtstamp_ioctl
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
callq _netdev_priv
movq (%rax), %rbx
movl (%r14), %esi
leaq -40(%rbp), %rdi
movl $16, %edx
callq _copy_from_user
testq %rax, %rax
je LBB0_3
## %bb.1:
movq _EFAULT@GOTPCREL(%rip), %rcx
jmp LBB0_2
LBB0_3:
cmpq $0, -32(%rbp)
je LBB0_5
LBB0_4:
movq _EINVAL@GOTPCREL(%rip), %rcx
LBB0_2:
xorl %eax, %eax
subl (%rcx), %eax
LBB0_15:
addq $24, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB0_5:
movq (%rbx), %rax
movq _MLX4_DEV_CAP_FLAG2_TS@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
testl %ecx, (%rax)
je LBB0_4
## %bb.6:
movl -40(%rbp), %esi
movl %esi, %eax
andl $-2, %eax
cmpl $128, %eax
jne LBB0_7
## %bb.8:
movl -36(%rbp), %edx
leal -130(%rdx), %eax
cmpl $13, %eax
jae LBB0_9
LBB0_11:
movl $144, -36(%rbp)
movl $144, %edx
LBB0_12:
movq %r15, %rdi
## kill: def $edx killed $edx killed $rdx
callq _mlx4_en_timestamp_config
testq %rax, %rax
je LBB0_14
## %bb.13:
movabsq $614180323457, %rax ## imm = 0x8F00000081
movq %rax, -40(%rbp)
LBB0_14:
movl (%r14), %edi
leaq -40(%rbp), %rsi
movl $16, %edx
callq _copy_to_user
movq %rax, %rcx
movq _EFAULT@GOTPCREL(%rip), %rdx
xorl %eax, %eax
subl (%rdx), %eax
xorl %edx, %edx
testq %rcx, %rcx
cmovel %edx, %eax
jmp LBB0_15
LBB0_9:
cmpl $143, %edx
je LBB0_12
## %bb.10:
cmpl $144, %edx
je LBB0_11
LBB0_7:
movq _ERANGE@GOTPCREL(%rip), %rcx
jmp LBB0_2
.cfi_endproc
## -- End function
.comm _EFAULT,4,2 ## @EFAULT
.comm _EINVAL,4,2 ## @EINVAL
.comm _MLX4_DEV_CAP_FLAG2_TS,4,2 ## @MLX4_DEV_CAP_FLAG2_TS
.comm _ERANGE,4,2 ## @ERANGE
.no_dead_strip _mlx4_en_hwtstamp_ioctl
.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 mlx4_en_hwtstamp_ioctl
lCPI0_0:
.long 129 ; 0x81
.long 143 ; 0x8f
.section __TEXT,__text,regular,pure_instructions
.p2align 2
_mlx4_en_hwtstamp_ioctl: ; @mlx4_en_hwtstamp_ioctl
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
bl _netdev_priv
ldr x21, [x0]
ldr w1, [x19]
mov x0, sp
mov w2, #16
bl _copy_from_user
cbz x0, LBB0_2
; %bb.1:
Lloh0:
adrp x8, _EFAULT@GOTPAGE
Lloh1:
ldr x8, [x8, _EFAULT@GOTPAGEOFF]
b LBB0_4
LBB0_2:
ldr x8, [sp, #8]
cbz x8, LBB0_6
LBB0_3:
Lloh2:
adrp x8, _EINVAL@GOTPAGE
Lloh3:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
LBB0_4:
ldr w8, [x8]
neg w0, w8
LBB0_5:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
LBB0_6:
ldr x8, [x21]
ldr w8, [x8]
Lloh4:
adrp x9, _MLX4_DEV_CAP_FLAG2_TS@GOTPAGE
Lloh5:
ldr x9, [x9, _MLX4_DEV_CAP_FLAG2_TS@GOTPAGEOFF]
Lloh6:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_3
; %bb.7:
ldr w1, [sp]
and w8, w1, #0xfffffffe
cmp w8, #128
b.ne LBB0_15
; %bb.8:
ldr w2, [sp, #4]
sub w8, w2, #130
cmp w8, #13
b.hs LBB0_13
LBB0_9:
mov w2, #144
str w2, [sp, #4]
LBB0_10:
mov x0, x20
bl _mlx4_en_timestamp_config
cbz x0, LBB0_12
; %bb.11:
Lloh7:
adrp x8, lCPI0_0@PAGE
Lloh8:
ldr d0, [x8, lCPI0_0@PAGEOFF]
str d0, [sp]
LBB0_12:
ldr w0, [x19]
mov x1, sp
mov w2, #16
bl _copy_to_user
Lloh9:
adrp x8, _EFAULT@GOTPAGE
Lloh10:
ldr x8, [x8, _EFAULT@GOTPAGEOFF]
Lloh11:
ldr w8, [x8]
cmp x0, #0
csneg w0, wzr, w8, eq
b LBB0_5
LBB0_13:
cmp w2, #143
b.eq LBB0_10
; %bb.14:
cmp w2, #144
b.eq LBB0_9
LBB0_15:
Lloh12:
adrp x8, _ERANGE@GOTPAGE
Lloh13:
ldr x8, [x8, _ERANGE@GOTPAGEOFF]
b LBB0_4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdr Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.cfi_endproc
; -- End function
.comm _EFAULT,4,2 ; @EFAULT
.comm _EINVAL,4,2 ; @EINVAL
.comm _MLX4_DEV_CAP_FLAG2_TS,4,2 ; @MLX4_DEV_CAP_FLAG2_TS
.comm _ERANGE,4,2 ; @ERANGE
.no_dead_strip _mlx4_en_hwtstamp_ioctl
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/mlx4/extr_en_netdev.c_mlx4_en_hwtstamp_ioctl.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mch_set_acl ## -- Begin function mch_set_acl
.p2align 4, 0x90
_mch_set_acl: ## @mch_set_acl
.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
.comm _DACL_SECURITY_INFORMATION,4,2 ## @DACL_SECURITY_INFORMATION
.comm _GROUP_SECURITY_INFORMATION,4,2 ## @GROUP_SECURITY_INFORMATION
.comm _OWNER_SECURITY_INFORMATION,4,2 ## @OWNER_SECURITY_INFORMATION
.comm _PROTECTED_DACL_SECURITY_INFORMATION,4,2 ## @PROTECTED_DACL_SECURITY_INFORMATION
.comm _SACL_SECURITY_INFORMATION,4,2 ## @SACL_SECURITY_INFORMATION
.comm _SE_FILE_OBJECT,4,2 ## @SE_FILE_OBJECT
.comm _advapi_lib,8,3 ## @advapi_lib
.comm _enc_codepage,4,2 ## @enc_codepage
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mch_set_acl ; -- Begin function mch_set_acl
.p2align 2
_mch_set_acl: ; @mch_set_acl
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.comm _DACL_SECURITY_INFORMATION,4,2 ; @DACL_SECURITY_INFORMATION
.comm _GROUP_SECURITY_INFORMATION,4,2 ; @GROUP_SECURITY_INFORMATION
.comm _OWNER_SECURITY_INFORMATION,4,2 ; @OWNER_SECURITY_INFORMATION
.comm _PROTECTED_DACL_SECURITY_INFORMATION,4,2 ; @PROTECTED_DACL_SECURITY_INFORMATION
.comm _SACL_SECURITY_INFORMATION,4,2 ; @SACL_SECURITY_INFORMATION
.comm _SE_FILE_OBJECT,4,2 ; @SE_FILE_OBJECT
.comm _advapi_lib,8,3 ; @advapi_lib
.comm _enc_codepage,4,2 ; @enc_codepage
.subsections_via_symbols
| AnghaBench/vim.js/src/extr_os_win32.c_mch_set_acl.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function usb_hw_ep_resolve
_usb_hw_ep_resolve: ## @usb_hw_ep_resolve
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testq %rsi, %rsi
je LBB0_35
## %bb.1:
movq %rdi, %r15
movq 16(%rdi), %rax
movq (%rax), %r12
movq (%r12), %rax
testq %rax, %rax
je LBB0_35
## %bb.2:
movq %rsi, %rbx
movq (%rsi), %rcx
movq _UDESC_DEVICE@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_13
## %bb.3:
cmpl $3, 8(%rbx)
jbe LBB0_35
## %bb.4:
leaq -48(%rbp), %rsi
movq %r15, %rdi
xorl %edx, %edx
callq *%rax
movq -48(%rbp), %rdi
testq %rdi, %rdi
je LBB0_35
## %bb.5:
movq _UE_CONTROL@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
callq _usb_hw_ep_match
testl %eax, %eax
je LBB0_6
## %bb.7:
movl (%rbx), %eax
movq (%r15), %rcx
movq _USB_SPEED_FULL@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_12
## %bb.8:
movq -48(%rbp), %rcx
movl (%rcx), %ecx
.p2align 4, 0x90
LBB0_9: ## =>This Inner Loop Header: Depth=1
cmpl %eax, %ecx
jge LBB0_11
## %bb.10: ## in Loop: Header=BB0_9 Depth=1
movl %eax, %edx
shrl $31, %edx
addl %eax, %edx
sarl %edx
cmpl $15, %eax
movl %edx, %eax
jg LBB0_9
jmp LBB0_35
LBB0_13:
movq _UDESC_CONFIG@GOTPCREL(%rip), %rax
cmpq (%rax), %rcx
jne LBB0_35
## %bb.14:
cmpl $0, 8(%rbx)
je LBB0_35
## %bb.15:
movq 8(%r15), %r14
movq %r14, %rdi
xorl %esi, %esi
movl $40, %edx
callq _memset
movq (%r14), %rax
movq %rax, 8(%r14)
movq %rbx, 32(%r14)
movq %r12, 24(%r14)
movq %r15, 16(%r14)
movq _UE_ISOCHRONOUS@GOTPCREL(%rip), %r15
movl (%r15), %esi
movq %r14, %rdi
xorl %edx, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_19
## %bb.16:
movq _UE_INTERRUPT@GOTPCREL(%rip), %r12
movl (%r12), %esi
movq %r14, %rdi
xorl %edx, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_19
## %bb.17:
movq _UE_CONTROL@GOTPCREL(%rip), %r13
movl (%r13), %esi
movq %r14, %rdi
xorl %edx, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_19
## %bb.18:
movq _UE_BULK@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
xorl %edx, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
je LBB0_20
LBB0_19:
leaq L_.str.1(%rip), %rsi
jmp LBB0_34
LBB0_6:
leaq L_.str(%rip), %rsi
LBB0_34:
xorl %edi, %edi
callq _DPRINTFN
LBB0_35:
movq _USB_ERR_INVAL@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_36:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_12:
cmpl $255, %eax
movl $512, %ecx ## imm = 0x200
cmovnel %eax, %ecx
movq -48(%rbp), %rdx
xorl %eax, %eax
cmpl %ecx, (%rdx)
jl LBB0_35
jmp LBB0_36
LBB0_11:
movl %eax, (%rbx)
xorl %eax, %eax
jmp LBB0_36
LBB0_20:
movq (%r14), %rbx
cmpq 8(%r14), %rbx
je LBB0_28
LBB0_21: ## =>This Inner Loop Header: Depth=1
cmpq $0, 8(%rbx)
jne LBB0_23
## %bb.22: ## in Loop: Header=BB0_21 Depth=1
cmpq $0, (%rbx)
je LBB0_26
LBB0_23: ## in Loop: Header=BB0_21 Depth=1
movq %r14, %rdi
movq %rbx, %rsi
movl $1, %edx
callq _usb_hw_ep_find_match
testq %rax, %rax
je LBB0_21
## %bb.24: ## in Loop: Header=BB0_21 Depth=1
movq %r14, %rdi
movq %rbx, %rsi
xorl %edx, %edx
callq _usb_hw_ep_find_match
testq %rax, %rax
je LBB0_21
jmp LBB0_25
LBB0_26: ## in Loop: Header=BB0_21 Depth=1
addq $16, %rbx
cmpq 8(%r14), %rbx
jne LBB0_21
## %bb.27:
movq (%r14), %rbx
LBB0_28:
movq %rbx, 8(%r14)
movl (%r15), %esi
movq %r14, %rdi
movl $1, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_33
## %bb.29:
movl (%r12), %esi
movq %r14, %rdi
movl $1, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_33
## %bb.30:
movl (%r13), %esi
movq %r14, %rdi
movl $1, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
jne LBB0_33
## %bb.31:
movq _UE_BULK@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
movl $1, %edx
callq _usb_hw_ep_get_needs
testq %rax, %rax
je LBB0_32
LBB0_33:
leaq L_.str.3(%rip), %rsi
jmp LBB0_34
LBB0_25:
leaq L_.str.2(%rip), %rsi
jmp LBB0_34
LBB0_32:
xorl %eax, %eax
jmp LBB0_36
.cfi_endproc
## -- End function
.comm _USB_ERR_INVAL,4,2 ## @USB_ERR_INVAL
.comm _UDESC_DEVICE,8,3 ## @UDESC_DEVICE
.comm _UE_CONTROL,4,2 ## @UE_CONTROL
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Endpoint 0 does not support control\n"
.comm _USB_SPEED_FULL,8,3 ## @USB_SPEED_FULL
.comm _UDESC_CONFIG,8,3 ## @UDESC_CONFIG
.comm _UE_ISOCHRONOUS,4,2 ## @UE_ISOCHRONOUS
.comm _UE_INTERRUPT,4,2 ## @UE_INTERRUPT
.comm _UE_BULK,4,2 ## @UE_BULK
L_.str.1: ## @.str.1
.asciz "Could not get needs\n"
L_.str.2: ## @.str.2
.asciz "Could not find match\n"
L_.str.3: ## @.str.3
.asciz "Could not update endpoint address\n"
.no_dead_strip _usb_hw_ep_resolve
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function usb_hw_ep_resolve
_usb_hw_ep_resolve: ; @usb_hw_ep_resolve
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
cbz x1, LBB0_20
; %bb.1:
mov x21, x0
ldr x8, [x0, #16]
ldr x22, [x8]
ldr x8, [x22]
cbz x8, LBB0_20
; %bb.2:
mov x20, x1
ldr x9, [x1]
Lloh0:
adrp x10, _UDESC_DEVICE@GOTPAGE
Lloh1:
ldr x10, [x10, _UDESC_DEVICE@GOTPAGEOFF]
Lloh2:
ldr x10, [x10]
cmp x9, x10
b.ne LBB0_10
; %bb.3:
ldr w9, [x20, #8]
cmp w9, #3
b.ls LBB0_20
; %bb.4:
add x1, sp, #8
mov x0, x21
mov w2, #0
blr x8
ldr x0, [sp, #8]
cbz x0, LBB0_20
; %bb.5:
Lloh3:
adrp x8, _UE_CONTROL@GOTPAGE
Lloh4:
ldr x8, [x8, _UE_CONTROL@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov w2, #0
bl _usb_hw_ep_match
cbz w0, LBB0_18
; %bb.6:
ldr w8, [x20]
ldr x9, [x21]
Lloh6:
adrp x10, _USB_SPEED_FULL@GOTPAGE
Lloh7:
ldr x10, [x10, _USB_SPEED_FULL@GOTPAGEOFF]
Lloh8:
ldr x10, [x10]
cmp x9, x10
b.ne LBB0_22
; %bb.7:
ldr x9, [sp, #8]
ldr w9, [x9]
LBB0_8: ; =>This Inner Loop Header: Depth=1
cmp w9, w8
b.ge LBB0_23
; %bb.9: ; in Loop: Header=BB0_8 Depth=1
cmp w8, #0
cinc w10, w8, lt
asr w10, w10, #1
cmp w8, #15
mov x8, x10
b.gt LBB0_8
b LBB0_20
LBB0_10:
Lloh9:
adrp x8, _UDESC_CONFIG@GOTPAGE
Lloh10:
ldr x8, [x8, _UDESC_CONFIG@GOTPAGEOFF]
Lloh11:
ldr x8, [x8]
cmp x9, x8
b.ne LBB0_20
; %bb.11:
ldr w8, [x20, #8]
cbz w8, LBB0_20
; %bb.12:
ldr x19, [x21, #8]
mov x0, x19
mov w1, #0
mov w2, #40
bl _memset
ldr x8, [x19]
stp x22, x20, [x19, #24]
stp x8, x21, [x19, #8]
Lloh12:
adrp x21, _UE_ISOCHRONOUS@GOTPAGE
Lloh13:
ldr x21, [x21, _UE_ISOCHRONOUS@GOTPAGEOFF]
ldr w1, [x21]
mov x0, x19
mov w2, #0
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_16
; %bb.13:
Lloh14:
adrp x22, _UE_INTERRUPT@GOTPAGE
Lloh15:
ldr x22, [x22, _UE_INTERRUPT@GOTPAGEOFF]
ldr w1, [x22]
mov x0, x19
mov w2, #0
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_16
; %bb.14:
Lloh16:
adrp x23, _UE_CONTROL@GOTPAGE
Lloh17:
ldr x23, [x23, _UE_CONTROL@GOTPAGEOFF]
ldr w1, [x23]
mov x0, x19
mov w2, #0
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_16
; %bb.15:
Lloh18:
adrp x24, _UE_BULK@GOTPAGE
Lloh19:
ldr x24, [x24, _UE_BULK@GOTPAGEOFF]
ldr w1, [x24]
mov x0, x19
mov w2, #0
bl _usb_hw_ep_get_needs
cbz x0, LBB0_24
LBB0_16:
Lloh20:
adrp x1, l_.str.1@PAGE
Lloh21:
add x1, x1, l_.str.1@PAGEOFF
LBB0_17:
mov w0, #0
b LBB0_19
LBB0_18:
Lloh22:
adrp x1, l_.str@PAGE
Lloh23:
add x1, x1, l_.str@PAGEOFF
LBB0_19:
bl _DPRINTFN
LBB0_20:
Lloh24:
adrp x8, _USB_ERR_INVAL@GOTPAGE
Lloh25:
ldr x8, [x8, _USB_ERR_INVAL@GOTPAGEOFF]
Lloh26:
ldr w0, [x8]
LBB0_21:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_22:
mov w9, #512
cmp w8, #255
csel w8, w9, w8, eq
ldr x9, [sp, #8]
ldr w9, [x9]
Lloh27:
adrp x10, _USB_ERR_INVAL@GOTPAGE
Lloh28:
ldr x10, [x10, _USB_ERR_INVAL@GOTPAGEOFF]
Lloh29:
ldr w10, [x10]
cmp w9, w8
csel w0, w10, wzr, lt
b LBB0_21
LBB0_23:
mov w0, #0
str w8, [x20]
b LBB0_21
LBB0_24:
ldp x20, x8, [x19]
cmp x20, x8
b.eq LBB0_31
LBB0_25: ; =>This Inner Loop Header: Depth=1
ldr x8, [x20, #8]
cbnz x8, LBB0_27
; %bb.26: ; in Loop: Header=BB0_25 Depth=1
ldr x8, [x20]
cbz x8, LBB0_29
LBB0_27: ; in Loop: Header=BB0_25 Depth=1
mov x0, x19
mov x1, x20
mov w2, #1
bl _usb_hw_ep_find_match
cbz x0, LBB0_25
; %bb.28: ; in Loop: Header=BB0_25 Depth=1
mov x0, x19
mov x1, x20
mov w2, #0
bl _usb_hw_ep_find_match
cbz x0, LBB0_25
b LBB0_36
LBB0_29: ; in Loop: Header=BB0_25 Depth=1
add x20, x20, #16
ldr x8, [x19, #8]
cmp x20, x8
b.ne LBB0_25
; %bb.30:
ldr x20, [x19]
LBB0_31:
str x20, [x19, #8]
ldr w1, [x21]
mov x0, x19
mov w2, #1
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_35
; %bb.32:
ldr w1, [x22]
mov x0, x19
mov w2, #1
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_35
; %bb.33:
ldr w1, [x23]
mov x0, x19
mov w2, #1
bl _usb_hw_ep_get_needs
cbnz x0, LBB0_35
; %bb.34:
ldr w1, [x24]
mov x0, x19
mov w2, #1
bl _usb_hw_ep_get_needs
cbz x0, LBB0_21
LBB0_35:
Lloh30:
adrp x1, l_.str.3@PAGE
Lloh31:
add x1, x1, l_.str.3@PAGEOFF
b LBB0_17
LBB0_36:
Lloh32:
adrp x1, l_.str.2@PAGE
Lloh33:
add x1, x1, l_.str.2@PAGEOFF
b LBB0_17
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh14, Lloh15
.loh AdrpLdrGot Lloh16, Lloh17
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh32, Lloh33
.cfi_endproc
; -- End function
.comm _USB_ERR_INVAL,4,2 ; @USB_ERR_INVAL
.comm _UDESC_DEVICE,8,3 ; @UDESC_DEVICE
.comm _UE_CONTROL,4,2 ; @UE_CONTROL
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Endpoint 0 does not support control\n"
.comm _USB_SPEED_FULL,8,3 ; @USB_SPEED_FULL
.comm _UDESC_CONFIG,8,3 ; @UDESC_CONFIG
.comm _UE_ISOCHRONOUS,4,2 ; @UE_ISOCHRONOUS
.comm _UE_INTERRUPT,4,2 ; @UE_INTERRUPT
.comm _UE_BULK,4,2 ; @UE_BULK
l_.str.1: ; @.str.1
.asciz "Could not get needs\n"
l_.str.2: ; @.str.2
.asciz "Could not find match\n"
l_.str.3: ; @.str.3
.asciz "Could not update endpoint address\n"
.no_dead_strip _usb_hw_ep_resolve
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/usb/template/extr_usb_template.c_usb_hw_ep_resolve.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function time_from_tm
_time_from_tm: ## @time_from_tm
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
callq _mktime
cmpq $-1, %rax
je LBB0_1
## %bb.2:
imull $60, 4(%rbx), %eax
imull $3600, 8(%rbx), %r8d ## imm = 0xE10
movl 16(%rbx), %edi
imull $31536000, %edi, %r9d ## imm = 0x1E13380
leal -69(%rdi), %ecx
leal -66(%rdi), %esi
testl %ecx, %ecx
cmovnsl %ecx, %esi
sarl $2, %esi
leal -1(%rdi), %ecx
movslq %ecx, %rcx
imulq $-1374389535, %rcx, %rcx ## imm = 0xAE147AE1
movq %rcx, %rdx
shrq $63, %rdx
sarq $37, %rcx
addl %edx, %ecx
addl $299, %edi ## imm = 0x12B
movslq %edi, %rdx
imulq $1374389535, %rdx, %rdx ## imm = 0x51EB851F
movq %rdx, %rdi
shrq $63, %rdi
sarq $39, %rdx
addl %edi, %edx
addl 12(%rbx), %ecx
addl %edx, %ecx
addl %esi, %ecx
imull $86400, %ecx, %ecx ## imm = 0x15180
addl (%rbx), %eax
addl %r8d, %eax
addl %r9d, %eax
addl %ecx, %eax
addl $2087447296, %eax ## imm = 0x7C6BEB00
cltq
jmp LBB0_3
LBB0_1:
movq $-1, %rax
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _time_from_tm
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function time_from_tm
_time_from_tm: ; @time_from_tm
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _mktime
cmn x0, #1
b.eq LBB0_2
; %bb.1:
ldp w8, w9, [x19]
mov w10, #60
mov w11, #3600
ldp w12, w13, [x19, #8]
ldr w14, [x19, #16]
mov w15, #13184
movk w15, #481, lsl #16
sub w16, w14, #69
sub w17, w14, #66
cmp w16, #0
csel w16, w17, w16, lt
sub w17, w14, #1
mov w0, #31457
movk w0, #44564, lsl #16
smull x17, w17, w0
lsr x0, x17, #63
asr x17, x17, #37
add w1, w14, #299
mov w2, #34079
movk w2, #20971, lsl #16
smull x1, w1, w2
lsr x2, x1, #63
asr x1, x1, #39
add w17, w17, w0
add w13, w17, w13
add w17, w1, w2
add w13, w13, w17
add w13, w13, w16, asr #2
mov w16, #20864
movk w16, #1, lsl #16
madd w8, w9, w10, w8
madd w8, w12, w11, w8
madd w8, w14, w15, w8
madd w8, w13, w16, w8
mov w9, #60160
movk w9, #31851, lsl #16
add w8, w8, w9
sxtw x0, w8
LBB0_2:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _time_from_tm
.subsections_via_symbols
| AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_read_support_format_iso9660.c_time_from_tm.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _emit_jmp ## -- Begin function emit_jmp
.p2align 4, 0x90
_emit_jmp: ## @emit_jmp
.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
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
movq _out@GOTPCREL(%rip), %rax
movl (%rax), %edx
movl %edi, %ecx
subl %edx, %ecx
addl $-8, %ecx
leaq L_.str(%rip), %rdi
movl %ebx, %esi
callq _assem_debug
movl %ebx, %edi
callq _genjmp
orl $-369098752, %eax ## imm = 0xEA000000
movl %eax, %edi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _output_w32 ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "b %x (%x+%x)\n"
.comm _out,8,3 ## @out
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _emit_jmp ; -- Begin function emit_jmp
.p2align 2
_emit_jmp: ; @emit_jmp
.cfi_startproc
; %bb.0:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x8, _out@GOTPAGE
Lloh1:
ldr x8, [x8, _out@GOTPAGEOFF]
Lloh2:
ldr w2, [x8]
sub w8, w0, w2
sub w3, w8, #8
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
mov x1, x19
bl _assem_debug
mov x0, x19
bl _genjmp
mov w8, #-369098752
orr w0, w0, w8
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _output_w32
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "b %x (%x+%x)\n"
.comm _out,8,3 ; @out
.subsections_via_symbols
| AnghaBench/Provenance/Cores/Yabause/yabause/src/sh2_dynarec/extr_assem_arm.c_emit_jmp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq L_.str(%rip), %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
cmpl $-1, %eax
je LBB0_21
## %bb.1:
leaq L_.str(%rip), %r15
## implicit-def: $r12d
jmp LBB0_2
.p2align 4, 0x90
LBB0_20: ## in Loop: Header=BB0_2 Depth=1
cmpl $20, %r12d
leaq L_str(%rip), %rdi
leaq L_str.4(%rip), %rax
cmovbq %rax, %rdi
cmpl $10, %r12d
leaq L_str.5(%rip), %rax
cmovlq %rax, %rdi
callq _puts
movq %r13, %rsp
movq %r15, %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
cmpl $-1, %eax
je LBB0_21
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_4 Depth 2
## Child Loop BB0_7 Depth 2
## Child Loop BB0_10 Depth 3
movq %rsp, %r13
movl -52(%rbp), %eax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r14
cmpl $0, -52(%rbp)
jle LBB0_20
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq %r13, -64(%rbp) ## 8-byte Spill
movq %r14, %rbx
xorl %r13d, %r13d
.p2align 4, 0x90
LBB0_4: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r15, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
incq %r13
movslq -52(%rbp), %rax
addq $4, %rbx
cmpq %rax, %r13
jl LBB0_4
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %eax
testl %eax, %eax
movq -64(%rbp), %r13 ## 8-byte Reload
jle LBB0_20
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
movl %eax, %ecx
andl $-2, %ecx
xorl %edx, %edx
jmp LBB0_7
.p2align 4, 0x90
LBB0_19: ## in Loop: Header=BB0_7 Depth=2
incq %rdx
cmpq %rax, %rdx
je LBB0_20
LBB0_7: ## Parent Loop BB0_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_10 Depth 3
movl (%r14,%rdx,4), %r12d
cmpl $1, %eax
jne LBB0_9
## %bb.8: ## in Loop: Header=BB0_7 Depth=2
xorl %esi, %esi
testb $1, %al
je LBB0_19
jmp LBB0_17
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_7 Depth=2
xorl %edi, %edi
jmp LBB0_10
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_10 Depth=3
incq %rdi
cmpq %rcx, %rdi
je LBB0_15
LBB0_10: ## Parent Loop BB0_2 Depth=1
## Parent Loop BB0_7 Depth=2
## => This Inner Loop Header: Depth=3
movq %rdi, %rsi
cmpq %rdi, %rdx
je LBB0_12
## %bb.11: ## in Loop: Header=BB0_10 Depth=3
movl (%r14,%rsi,4), %edi
cmpl %edi, %r12d
cmovlel %edi, %r12d
LBB0_12: ## in Loop: Header=BB0_10 Depth=3
leaq 1(%rsi), %rdi
cmpq %rdi, %rdx
je LBB0_14
## %bb.13: ## in Loop: Header=BB0_10 Depth=3
movl 4(%r14,%rsi,4), %ebx
cmpl %ebx, %r12d
cmovlel %ebx, %r12d
jmp LBB0_14
.p2align 4, 0x90
LBB0_15: ## in Loop: Header=BB0_7 Depth=2
addq $2, %rsi
testb $1, %al
je LBB0_19
LBB0_17: ## in Loop: Header=BB0_7 Depth=2
cmpq %rsi, %rdx
je LBB0_19
## %bb.18: ## in Loop: Header=BB0_7 Depth=2
movl (%r14,%rsi,4), %esi
cmpl %esi, %r12d
cmovlel %esi, %r12d
jmp LBB0_19
LBB0_21:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_23
## %bb.22:
xorl %eax, %eax
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_23:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_str: ## @str
.asciz "3"
L_str.4: ## @str.4
.asciz "2"
L_str.5: ## @str.5
.asciz "1"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
sub sp, sp, #16
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-88]
sub x20, x29, #92
str x20, [sp, #-16]!
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
bl _scanf
add sp, sp, #16
cmn w0, #1
b.eq LBB0_13
; %bb.1:
Lloh5:
adrp x19, l_.str@PAGE
Lloh6:
add x19, x19, l_.str@PAGEOFF
Lloh7:
adrp x21, l_str@PAGE
Lloh8:
add x21, x21, l_str@PAGEOFF
Lloh9:
adrp x22, l_str.4@PAGE
Lloh10:
add x22, x22, l_str.4@PAGEOFF
; implicit-def: $w24
Lloh11:
adrp x23, l_str.5@PAGE
Lloh12:
add x23, x23, l_str.5@PAGEOFF
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
cmp w24, #20
csel x8, x22, x21, lo
cmp w24, #10
csel x0, x23, x8, lt
bl _puts
mov sp, x25
str x20, [sp, #-16]!
mov x0, x19
bl _scanf
add sp, sp, #16
cmn w0, #1
b.eq LBB0_13
LBB0_3: ; =>This Loop Header: Depth=1
; Child Loop BB0_5 Depth 2
; Child Loop BB0_9 Depth 2
; Child Loop BB0_11 Depth 3
mov x25, sp
ldur w8, [x29, #-92]
lsl x8, x8, #2
mov x9, x8
Lloh13:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh14:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x26, x9, x8
mov sp, x26
ldur w8, [x29, #-92]
cmp w8, #1
b.lt LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
mov x27, #0
mov x28, x26
LBB0_5: ; Parent Loop BB0_3 Depth=1
; => This Inner Loop Header: Depth=2
str x28, [sp, #-16]!
mov x0, x19
bl _scanf
add sp, sp, #16
add x27, x27, #1
ldursw x8, [x29, #-92]
add x28, x28, #4
cmp x27, x8
b.lt LBB0_5
; %bb.6: ; in Loop: Header=BB0_3 Depth=1
and x8, x8, #0xffffffff
cmp w8, #1
b.lt LBB0_2
; %bb.7: ; in Loop: Header=BB0_3 Depth=1
mov x9, #0
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_9 Depth=2
add x9, x9, #1
cmp x9, x8
b.eq LBB0_2
LBB0_9: ; Parent Loop BB0_3 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_11 Depth 3
mov x10, #0
ldr w24, [x26, x9, lsl #2]
b LBB0_11
LBB0_10: ; in Loop: Header=BB0_11 Depth=3
add x10, x10, #1
cmp x8, x10
b.eq LBB0_8
LBB0_11: ; Parent Loop BB0_3 Depth=1
; Parent Loop BB0_9 Depth=2
; => This Inner Loop Header: Depth=3
cmp x9, x10
b.eq LBB0_10
; %bb.12: ; in Loop: Header=BB0_11 Depth=3
ldr w11, [x26, x10, lsl #2]
cmp w24, w11
csel w24, w24, w11, gt
b LBB0_10
LBB0_13:
ldur x8, [x29, #-88]
Lloh15:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh16:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh17:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_15
; %bb.14:
mov w0, #0
sub sp, x29, #80
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB0_15:
bl ___stack_chk_fail
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_str: ; @str
.asciz "3"
l_str.4: ; @str.4
.asciz "2"
l_str.5: ; @str.5
.asciz "1"
.subsections_via_symbols
| the_stack_data/37638453.c | stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.