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
.globl _m_sub ## -- Begin function m_sub
.p2align 4, 0x90
_m_sub: ## @m_sub
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movsd (%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd (%rdx), %xmm0
movsd %xmm0, (%rdi)
movsd 8(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 8(%rdx), %xmm0
movsd %xmm0, 8(%rdi)
movsd 16(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 16(%rdx), %xmm0
movsd %xmm0, 16(%rdi)
movsd 24(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 24(%rdx), %xmm0
movsd %xmm0, 24(%rdi)
movsd 32(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 32(%rdx), %xmm0
movsd %xmm0, 32(%rdi)
movsd 40(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 40(%rdx), %xmm0
movsd %xmm0, 40(%rdi)
movsd 48(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 48(%rdx), %xmm0
movsd %xmm0, 48(%rdi)
movsd 56(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 56(%rdx), %xmm0
movsd %xmm0, 56(%rdi)
movsd 64(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 64(%rdx), %xmm0
movsd %xmm0, 64(%rdi)
movsd 72(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 72(%rdx), %xmm0
movsd %xmm0, 72(%rdi)
movsd 80(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 80(%rdx), %xmm0
movsd %xmm0, 80(%rdi)
movsd 88(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 88(%rdx), %xmm0
movsd %xmm0, 88(%rdi)
movsd 96(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 96(%rdx), %xmm0
movsd %xmm0, 96(%rdi)
movsd 104(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 104(%rdx), %xmm0
movsd %xmm0, 104(%rdi)
movsd 112(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 112(%rdx), %xmm0
movsd %xmm0, 112(%rdi)
movsd 120(%rsi), %xmm0 ## xmm0 = mem[0],zero
subsd 120(%rdx), %xmm0
movsd %xmm0, 120(%rdi)
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 _m_sub ; -- Begin function m_sub
.p2align 2
_m_sub: ; @m_sub
.cfi_startproc
; %bb.0:
ldr d0, [x1]
ldr d1, [x2]
fsub d0, d0, d1
str d0, [x0]
ldr d0, [x1, #8]
ldr d1, [x2, #8]
fsub d0, d0, d1
str d0, [x0, #8]
ldr d0, [x1, #16]
ldr d1, [x2, #16]
fsub d0, d0, d1
str d0, [x0, #16]
ldr d0, [x1, #24]
ldr d1, [x2, #24]
fsub d0, d0, d1
str d0, [x0, #24]
ldr d0, [x1, #32]
ldr d1, [x2, #32]
fsub d0, d0, d1
str d0, [x0, #32]
ldr d0, [x1, #40]
ldr d1, [x2, #40]
fsub d0, d0, d1
str d0, [x0, #40]
ldr d0, [x1, #48]
ldr d1, [x2, #48]
fsub d0, d0, d1
str d0, [x0, #48]
ldr d0, [x1, #56]
ldr d1, [x2, #56]
fsub d0, d0, d1
str d0, [x0, #56]
ldr d0, [x1, #64]
ldr d1, [x2, #64]
fsub d0, d0, d1
str d0, [x0, #64]
ldr d0, [x1, #72]
ldr d1, [x2, #72]
fsub d0, d0, d1
str d0, [x0, #72]
ldr d0, [x1, #80]
ldr d1, [x2, #80]
fsub d0, d0, d1
str d0, [x0, #80]
ldr d0, [x1, #88]
ldr d1, [x2, #88]
fsub d0, d0, d1
str d0, [x0, #88]
ldr d0, [x1, #96]
ldr d1, [x2, #96]
fsub d0, d0, d1
str d0, [x0, #96]
ldr d0, [x1, #104]
ldr d1, [x2, #104]
fsub d0, d0, d1
str d0, [x0, #104]
ldr d0, [x1, #112]
ldr d1, [x2, #112]
fsub d0, d0, d1
str d0, [x0, #112]
ldr d0, [x1, #120]
ldr d1, [x2, #120]
fsub d0, d0, d1
str d0, [x0, #120]
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/176706436.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function check_switch_goto
_check_switch_goto: ## @check_switch_goto
.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, %rsi
movq _NULL_TREE@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl (%rsi), %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
popq %rbp
jmp _check_previous_goto_1 ## TAILCALL
.cfi_endproc
## -- End function
.comm _NULL_TREE,4,2 ## @NULL_TREE
.no_dead_strip _check_switch_goto
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function check_switch_goto
_check_switch_goto: ; @check_switch_goto
.cfi_startproc
; %bb.0:
mov x1, x0
Lloh0:
adrp x8, _NULL_TREE@GOTPAGE
Lloh1:
ldr x8, [x8, _NULL_TREE@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
ldr w2, [x1]
mov w3, #0
mov x4, #0
b _check_previous_goto_1
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _NULL_TREE,4,2 ; @NULL_TREE
.no_dead_strip _check_switch_goto
.subsections_via_symbols
| AnghaBench/freebsd/contrib/gcc/cp/extr_decl.c_check_switch_goto.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cbb_isa_resume
_cbb_isa_resume: ## @cbb_isa_resume
.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
.no_dead_strip _cbb_isa_resume
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cbb_isa_resume
_cbb_isa_resume: ; @cbb_isa_resume
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.no_dead_strip _cbb_isa_resume
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/pccbb/extr_pccbb_isa.c_cbb_isa_resume.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function main
LCPI0_0:
.long 0x41400000 ## float 12
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -4(%rbp), %rdx
xorl %eax, %eax
callq _scanf
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -4(%rbp), %xmm0
divss LCPI0_0(%rip), %xmm0
cvtss2sd %xmm0, %xmm0
leaq L_.str.1(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%f %f"
L_.str.1: ## @.str.1
.asciz "%.3f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub x8, x29, #8
sub x9, x29, #4
stp x9, x8, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldp s1, s0, [x29, #-8]
fmul s0, s0, s1
fmov s1, #12.00000000
fdiv s0, s0, s1
fcvt d0, s0
str d0, [sp]
Lloh2:
adrp x0, l_.str.1@PAGE
Lloh3:
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%f %f"
l_.str.1: ; @.str.1
.asciz "%.3f\n"
.subsections_via_symbols
| the_stack_data/463715.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uv_udp_getsockname ## -- Begin function uv_udp_getsockname
.p2align 4, 0x90
_uv_udp_getsockname: ## @uv_udp_getsockname
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdx, %rcx
movq %rsi, %rdx
movq _getsockname@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %r8d, %r8d
popq %rbp
jmp _uv__getsockpeername ## TAILCALL
.cfi_endproc
## -- End function
.comm _getsockname,4,2 ## @getsockname
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uv_udp_getsockname ; -- Begin function uv_udp_getsockname
.p2align 2
_uv_udp_getsockname: ; @uv_udp_getsockname
.cfi_startproc
; %bb.0:
mov x3, x2
mov x2, x1
Lloh0:
adrp x8, _getsockname@GOTPAGE
Lloh1:
ldr x8, [x8, _getsockname@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov w4, #0
b _uv__getsockpeername
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _getsockname,4,2 ; @getsockname
.subsections_via_symbols
| AnghaBench/libuv/src/win/extr_udp.c_uv_udp_getsockname.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function relay_file_mmap_close
_relay_file_mmap_close: ## @relay_file_mmap_close
.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(%rdi), %rax
movq (%rax), %rcx
movq (%rcx), %rcx
movq (%rcx), %rcx
movl (%rdi), %esi
movq %rax, %rdi
popq %rbp
jmpq *%rcx ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _relay_file_mmap_close
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function relay_file_mmap_close
_relay_file_mmap_close: ; @relay_file_mmap_close
.cfi_startproc
; %bb.0:
ldr x8, [x0, #8]
ldr x9, [x8]
ldr x9, [x9]
ldr x2, [x9]
ldr w1, [x0]
mov x0, x8
br x2
.cfi_endproc
; -- End function
.no_dead_strip _relay_file_mmap_close
.subsections_via_symbols
| AnghaBench/linux/kernel/extr_relay.c_relay_file_mmap_close.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _xtension ## -- Begin function xtension
.p2align 4, 0x90
_xtension: ## @xtension
.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 $3016, %rsp ## imm = 0xBC8
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, -3040(%rbp) ## 8-byte Spill
movq %rsi, -3032(%rbp) ## 8-byte Spill
movq %rdi, %r12
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movb $0, -64(%rbp)
xorl %r15d, %r15d
movq _inbfr@GOTPCREL(%rip), %r14
leaq -144(%rbp), %r13
movq __end@GOTPCREL(%rip), %rbx
jmp LBB0_1
.p2align 4, 0x90
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movq %r14, %rdi
movq %rbx, %rsi
callq _strstr
testq %rax, %rax
jne LBB0_7
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq %r14, %rdi
movl $2881, %esi ## imm = 0xB41
movq %r12, %rdx
callq _fgets
testq %rax, %rax
je LBB0_7
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
subl $1, %r15d
jae LBB0_6
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq %r15, -3048(%rbp) ## 8-byte Spill
movq %r14, %rdi
leaq L_.str(%rip), %rsi
callq _strstr
testq %rax, %rax
je LBB0_10
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movq %r13, %rdi
leaq L_.str.1(%rip), %r15
movq %r15, %rsi
callq _strtok
xorl %edi, %edi
movq %r15, %rsi
callq _strtok
movq %rax, %rdi
leaq L_.str.2(%rip), %rsi
callq _strcmp
testl %eax, %eax
jne LBB0_9
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movq %r14, %rdi
leaq L_.str.3(%rip), %rsi
callq _strstr
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movq %r13, %rdi
leaq L_.str.4(%rip), %rbx
movq %rbx, %rsi
callq _strtok
xorl %edi, %edi
movq %rbx, %rsi
callq _strtok
movq %rax, %rdi
callq _atol
movq -3040(%rbp), %rcx ## 8-byte Reload
movq %rax, (%rcx)
movb $0, -3024(%rbp)
leaq -3024(%rbp), %rbx
movq %rbx, %rdi
movl $2880, %esi ## imm = 0xB40
callq _strresize
movq %rbx, %rdi
xorl %esi, %esi
leaq L_.str.5(%rip), %rdx
leaq L_.str.6(%rip), %rcx
leaq L_.str.7(%rip), %r8
callq _put_lkey
movq %r14, %rdi
leaq L_.str.8(%rip), %rsi
callq _strstr
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movq %r13, %rdi
xorl %esi, %esi
movl $7, %edx
leaq L_.str.9(%rip), %rcx
callq _strreplace
movl $80, %edx
leaq -2944(%rbp), %rdi
movq %r13, %rsi
callq _strncpy
movq %r14, %rdi
leaq L_.str.10(%rip), %rsi
callq _strstr
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movb $78, -144(%rbp)
movl $80, %edx
leaq -2864(%rbp), %rdi
movq %r13, %rsi
callq _strncpy
movq %r14, %rdi
leaq L_.str.11(%rip), %rsi
callq _strstr
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movb $78, -144(%rbp)
movl $80, %edx
leaq -2784(%rbp), %rdi
movq %r13, %rsi
callq _strncpy
movq %r14, %rdi
leaq L_.str.12(%rip), %rsi
callq _strstr
movl $80, %edx
movq %r13, %rdi
movq %rax, %rsi
callq _strncpy
movb $78, -144(%rbp)
movl $80, %edx
leaq -2704(%rbp), %rdi
movq %r13, %rsi
callq _strncpy
movl $80, %edx
leaq -2624(%rbp), %rdi
movq __end@GOTPCREL(%rip), %rbx
movq %rbx, %rsi
callq _strncpy
movq -3048(%rbp), %r15 ## 8-byte Reload
jmp LBB0_6
LBB0_7:
leaq -3024(%rbp), %rdi
movl $1, %esi
movl $2880, %edx ## imm = 0xB40
movq -3032(%rbp), %rcx ## 8-byte Reload
callq _fwrite
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_8
## %bb.11:
addq $3016, %rsp ## imm = 0xBC8
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
leaq L_str(%rip), %rdi
callq _puts
movl $1, %edi
callq _exit
LBB0_9:
leaq L_str.15(%rip), %rdi
callq _puts
xorl %edi, %edi
callq _exit
LBB0_8:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "XTENSION= "
L_.str.1: ## @.str.1
.asciz "'"
L_.str.2: ## @.str.2
.asciz "COMPRESS"
L_.str.3: ## @.str.3
.asciz "NAXIS1 = "
L_.str.4: ## @.str.4
.asciz "= "
L_.str.5: ## @.str.5
.asciz "SIMPLE"
L_.str.6: ## @.str.6
.asciz "T"
L_.str.7: ## @.str.7
.asciz "/ VALID FITS FORMAT"
L_.str.8: ## @.str.8
.asciz "LBITPIX = "
L_.str.9: ## @.str.9
.asciz "BITPIX "
L_.str.10: ## @.str.10
.asciz "LAXIS = "
L_.str.11: ## @.str.11
.asciz "LAXIS1 = "
L_.str.12: ## @.str.12
.asciz "LAXIS2 = "
L_str: ## @str
.asciz "No XTENSION keyword found - processing terminated"
L_str.15: ## @str.15
.asciz "FITS extension not COMPRESS"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _xtension ; -- Begin function xtension
.p2align 2
_xtension: ; @xtension
.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, #3008
str x2, [sp, #16] ; 8-byte Folded Spill
str x1, [sp] ; 8-byte Folded Spill
mov x21, x0
mov w28, #0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-96]
add x8, sp, #31
add x9, x8, #80
str x9, [sp, #8] ; 8-byte Folded Spill
sturb wzr, [x29, #-97]
add x23, x8, #160
add x24, x8, #240
add x25, x8, #320
Lloh3:
adrp x26, _inbfr@GOTPAGE
Lloh4:
ldr x26, [x26, _inbfr@GOTPAGEOFF]
add x27, x8, #400
mov w22, #78
Lloh5:
adrp x20, __end@GOTPAGE
Lloh6:
ldr x20, [x20, __end@GOTPAGEOFF]
b LBB0_2
LBB0_1: ; in Loop: Header=BB0_2 Depth=1
mov x0, x26
mov x1, x20
bl _strstr
sub w28, w28, #1
cbnz x0, LBB0_7
LBB0_2: ; =>This Inner Loop Header: Depth=1
mov x0, x26
mov w1, #2881
mov x2, x21
bl _fgets
cbz x0, LBB0_7
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
cbnz w28, LBB0_1
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
mov x0, x26
Lloh7:
adrp x1, l_.str@PAGE
Lloh8:
add x1, x1, l_.str@PAGEOFF
bl _strstr
cbz x0, LBB0_9
; %bb.5: ; in Loop: Header=BB0_2 Depth=1
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sub x0, x29, #177
Lloh9:
adrp x19, l_.str.1@PAGE
Lloh10:
add x19, x19, l_.str.1@PAGEOFF
mov x1, x19
bl _strtok
mov x0, #0
mov x1, x19
bl _strtok
Lloh11:
adrp x1, l_.str.2@PAGE
Lloh12:
add x1, x1, l_.str.2@PAGEOFF
bl _strcmp
cbnz w0, LBB0_10
; %bb.6: ; in Loop: Header=BB0_2 Depth=1
mov x0, x26
Lloh13:
adrp x1, l_.str.3@PAGE
Lloh14:
add x1, x1, l_.str.3@PAGEOFF
bl _strstr
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sub x0, x29, #177
Lloh15:
adrp x19, l_.str.4@PAGE
Lloh16:
add x19, x19, l_.str.4@PAGEOFF
mov x1, x19
bl _strtok
mov x0, #0
mov x1, x19
bl _strtok
bl _atol
ldr x8, [sp, #16] ; 8-byte Folded Reload
str x0, [x8]
strb wzr, [sp, #31]
add x0, sp, #31
mov w1, #2880
bl _strresize
add x0, sp, #31
mov w1, #0
Lloh17:
adrp x2, l_.str.5@PAGE
Lloh18:
add x2, x2, l_.str.5@PAGEOFF
Lloh19:
adrp x3, l_.str.6@PAGE
Lloh20:
add x3, x3, l_.str.6@PAGEOFF
Lloh21:
adrp x4, l_.str.7@PAGE
Lloh22:
add x4, x4, l_.str.7@PAGEOFF
bl _put_lkey
mov x0, x26
Lloh23:
adrp x1, l_.str.8@PAGE
Lloh24:
add x1, x1, l_.str.8@PAGEOFF
bl _strstr
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sub x0, x29, #177
mov w1, #0
mov w2, #7
Lloh25:
adrp x3, l_.str.9@PAGE
Lloh26:
add x3, x3, l_.str.9@PAGEOFF
bl _strreplace
sub x1, x29, #177
ldr x0, [sp, #8] ; 8-byte Folded Reload
mov w2, #80
bl _strncpy
mov x0, x26
Lloh27:
adrp x1, l_.str.10@PAGE
Lloh28:
add x1, x1, l_.str.10@PAGEOFF
bl _strstr
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sturb w22, [x29, #-177]
sub x1, x29, #177
mov x0, x23
mov w2, #80
bl _strncpy
mov x0, x26
Lloh29:
adrp x1, l_.str.11@PAGE
Lloh30:
add x1, x1, l_.str.11@PAGEOFF
bl _strstr
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sturb w22, [x29, #-177]
sub x1, x29, #177
mov x0, x24
mov w2, #80
bl _strncpy
mov x0, x26
Lloh31:
adrp x1, l_.str.12@PAGE
Lloh32:
add x1, x1, l_.str.12@PAGEOFF
bl _strstr
mov x1, x0
sub x0, x29, #177
mov w2, #80
bl _strncpy
sturb w22, [x29, #-177]
sub x1, x29, #177
mov x0, x25
mov w2, #80
bl _strncpy
mov x0, x27
mov x1, x20
mov w2, #80
bl _strncpy
b LBB0_1
LBB0_7:
add x0, sp, #31
mov w1, #1
mov w2, #2880
ldr x3, [sp] ; 8-byte Folded Reload
bl _fwrite
ldur x8, [x29, #-96]
Lloh33:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh34:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh35:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_11
; %bb.8:
add sp, sp, #3008
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_9:
Lloh36:
adrp x0, l_str@PAGE
Lloh37:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #1
bl _exit
LBB0_10:
Lloh38:
adrp x0, l_str.15@PAGE
Lloh39:
add x0, x0, l_str.15@PAGEOFF
bl _puts
mov w0, #0
bl _exit
LBB0_11:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh27, Lloh28
.loh AdrpAdd Lloh25, Lloh26
.loh AdrpAdd Lloh23, Lloh24
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh38, Lloh39
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "XTENSION= "
l_.str.1: ; @.str.1
.asciz "'"
l_.str.2: ; @.str.2
.asciz "COMPRESS"
l_.str.3: ; @.str.3
.asciz "NAXIS1 = "
l_.str.4: ; @.str.4
.asciz "= "
l_.str.5: ; @.str.5
.asciz "SIMPLE"
l_.str.6: ; @.str.6
.asciz "T"
l_.str.7: ; @.str.7
.asciz "/ VALID FITS FORMAT"
l_.str.8: ; @.str.8
.asciz "LBITPIX = "
l_.str.9: ; @.str.9
.asciz "BITPIX "
l_.str.10: ; @.str.10
.asciz "LAXIS = "
l_.str.11: ; @.str.11
.asciz "LAXIS1 = "
l_.str.12: ; @.str.12
.asciz "LAXIS2 = "
l_str: ; @str
.asciz "No XTENSION keyword found - processing terminated"
l_str.15: ; @str.15
.asciz "FITS extension not COMPRESS"
.subsections_via_symbols
| the_stack_data/36075194.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _tac_create_authen ## -- Begin function tac_create_authen
.p2align 4, 0x90
_tac_create_authen: ## @tac_create_authen
.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
movl %ecx, %r14d
movl %edx, %r15d
movl %esi, %r12d
movq %rdi, %rbx
movq _TAC_AUTHEN@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %r12d, %edx
movl %r15d, %ecx
callq _create_msg
movl %r12d, (%rbx)
movq _TAC_PRIV_LVL_USER@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 12(%rbx)
movl %r15d, 4(%rbx)
movl %r14d, 8(%rbx)
xorl %eax, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TAC_AUTHEN,4,2 ## @TAC_AUTHEN
.comm _TAC_PRIV_LVL_USER,4,2 ## @TAC_PRIV_LVL_USER
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _tac_create_authen ; -- Begin function tac_create_authen
.p2align 2
_tac_create_authen: ; @tac_create_authen
.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, x3
mov x20, x2
mov x21, x1
mov x22, x0
Lloh0:
adrp x8, _TAC_AUTHEN@GOTPAGE
Lloh1:
ldr x8, [x8, _TAC_AUTHEN@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x2, x21
mov x3, x20
bl _create_msg
Lloh3:
adrp x8, _TAC_PRIV_LVL_USER@GOTPAGE
Lloh4:
ldr x8, [x8, _TAC_PRIV_LVL_USER@GOTPAGEOFF]
stp w21, w20, [x22]
Lloh5:
ldr w8, [x8]
stp w19, w8, [x22, #8]
mov w0, #0
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
.cfi_endproc
; -- End function
.comm _TAC_AUTHEN,4,2 ; @TAC_AUTHEN
.comm _TAC_PRIV_LVL_USER,4,2 ; @TAC_PRIV_LVL_USER
.subsections_via_symbols
| AnghaBench/freebsd/lib/libtacplus/extr_taclib.c_tac_create_authen.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rtsx_usb_read_register ## -- Begin function rtsx_usb_read_register
.p2align 4, 0x90
_rtsx_usb_read_register: ## @rtsx_usb_read_register
.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
testq %rdx, %rdx
je LBB0_2
## %bb.1:
movl $0, (%r14)
LBB0_2:
movq %rbx, %rdi
callq _rtsx_usb_init_cmd
movq _READ_REG_CMD@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
movl %r15d, %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
callq _rtsx_usb_add_cmd
movq _MODE_CR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
movl $100, %edx
callq _rtsx_usb_send_cmd
testl %eax, %eax
jne LBB0_6
## %bb.3:
movq %rbx, %rdi
movl $1, %esi
movl $100, %edx
callq _rtsx_usb_get_rsp
testq %r14, %r14
je LBB0_6
## %bb.4:
testl %eax, %eax
jne LBB0_6
## %bb.5:
movq (%rbx), %rax
movl (%rax), %eax
movl %eax, (%r14)
xorl %eax, %eax
LBB0_6:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _READ_REG_CMD,4,2 ## @READ_REG_CMD
.comm _MODE_CR,4,2 ## @MODE_CR
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rtsx_usb_read_register ; -- Begin function rtsx_usb_read_register
.p2align 2
_rtsx_usb_read_register: ; @rtsx_usb_read_register
.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
cbz x2, LBB0_2
; %bb.1:
str wzr, [x19]
LBB0_2:
mov x0, x20
bl _rtsx_usb_init_cmd
Lloh0:
adrp x8, _READ_REG_CMD@GOTPAGE
Lloh1:
ldr x8, [x8, _READ_REG_CMD@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x20
mov x2, x21
mov w3, #0
mov w4, #0
bl _rtsx_usb_add_cmd
Lloh3:
adrp x8, _MODE_CR@GOTPAGE
Lloh4:
ldr x8, [x8, _MODE_CR@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov x0, x20
mov w2, #100
bl _rtsx_usb_send_cmd
cbnz w0, LBB0_6
; %bb.3:
mov x0, x20
mov w1, #1
mov w2, #100
bl _rtsx_usb_get_rsp
cbz x19, LBB0_6
; %bb.4:
cbnz w0, LBB0_6
; %bb.5:
ldr x8, [x20]
ldr w8, [x8]
str w8, [x19]
LBB0_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
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _READ_REG_CMD,4,2 ; @READ_REG_CMD
.comm _MODE_CR,4,2 ; @MODE_CR
.subsections_via_symbols
| AnghaBench/linux/drivers/misc/cardreader/extr_rtsx_usb.c_rtsx_usb_read_register.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function codec_init_static_fields
_codec_init_static_fields: ## @codec_init_static_fields
.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, %rsi
movq _AVERROR_EXTERNAL@GOTPCREL(%rip), %rax
movl (%rax), %edx
xorl %edi, %edi
callq _JNI_GET_ENV_OR_RETURN
ud2
.cfi_endproc
## -- End function
.comm _AVERROR_EXTERNAL,4,2 ## @AVERROR_EXTERNAL
.no_dead_strip _codec_init_static_fields
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function codec_init_static_fields
_codec_init_static_fields: ; @codec_init_static_fields
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x1, x0
Lloh0:
adrp x8, _AVERROR_EXTERNAL@GOTPAGE
Lloh1:
ldr x8, [x8, _AVERROR_EXTERNAL@GOTPAGEOFF]
Lloh2:
ldr w2, [x8]
mov x0, #0
bl _JNI_GET_ENV_OR_RETURN
brk #0x1
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _AVERROR_EXTERNAL,4,2 ; @AVERROR_EXTERNAL
.no_dead_strip _codec_init_static_fields
.subsections_via_symbols
| AnghaBench/FFmpeg/libavcodec/extr_mediacodec_wrapper.c_codec_init_static_fields.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sctp_sched_rr_set
_sctp_sched_rr_set: ## @sctp_sched_rr_set
.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
.no_dead_strip _sctp_sched_rr_set
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sctp_sched_rr_set
_sctp_sched_rr_set: ; @sctp_sched_rr_set
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.no_dead_strip _sctp_sched_rr_set
.subsections_via_symbols
| AnghaBench/linux/net/sctp/extr_stream_sched_rr.c_sctp_sched_rr_set.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _encoder_update_user ## -- Begin function encoder_update_user
.p2align 4, 0x90
_encoder_update_user: ## @encoder_update_user
.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 %esi, %ebx
movq _muse_mode@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_8
## %bb.1:
movq __RAISE@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _IS_LAYER_ON
testq %rax, %rax
je LBB0_6
## %bb.2:
movq _muse_offset@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_8:
testl %ebx, %ebx
je LBB0_11
## %bb.9:
movq _KC_PGDN@GOTPCREL(%rip), %rbx
jmp LBB0_10
LBB0_6:
movq _muse_tempo@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %ecx
testl %ebx, %ebx
je LBB0_7
## %bb.4:
incl %ecx
jmp LBB0_5
LBB0_7:
decl %ecx
LBB0_5:
movl %ecx, (%rax)
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_11:
movq _KC_PGUP@GOTPCREL(%rip), %rbx
LBB0_10:
movl (%rbx), %edi
callq _register_code
movl (%rbx), %edi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _unregister_code ## TAILCALL
.cfi_endproc
## -- End function
.comm _muse_mode,8,3 ## @muse_mode
.comm __RAISE,4,2 ## @_RAISE
.comm _muse_offset,4,2 ## @muse_offset
.comm _muse_tempo,4,2 ## @muse_tempo
.comm _KC_PGDN,4,2 ## @KC_PGDN
.comm _KC_PGUP,4,2 ## @KC_PGUP
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _encoder_update_user ; -- Begin function encoder_update_user
.p2align 2
_encoder_update_user: ; @encoder_update_user
.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
Lloh0:
adrp x8, _muse_mode@GOTPAGE
Lloh1:
ldr x8, [x8, _muse_mode@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cbz x8, LBB0_4
; %bb.1:
Lloh3:
adrp x8, __RAISE@GOTPAGE
Lloh4:
ldr x8, [x8, __RAISE@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
bl _IS_LAYER_ON
cbz x0, LBB0_6
; %bb.2:
Lloh6:
adrp x8, _muse_offset@GOTPAGE
Lloh7:
ldr x8, [x8, _muse_offset@GOTPAGEOFF]
ldr w9, [x8]
cbz w19, LBB0_7
LBB0_3:
add w9, w9, #1
b LBB0_8
LBB0_4:
cbz w19, LBB0_9
; %bb.5:
Lloh8:
adrp x19, _KC_PGDN@GOTPAGE
Lloh9:
ldr x19, [x19, _KC_PGDN@GOTPAGEOFF]
b LBB0_10
LBB0_6:
Lloh10:
adrp x8, _muse_tempo@GOTPAGE
Lloh11:
ldr x8, [x8, _muse_tempo@GOTPAGEOFF]
ldr w9, [x8]
cbnz w19, LBB0_3
LBB0_7:
sub w9, w9, #1
LBB0_8:
str w9, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_9:
Lloh12:
adrp x19, _KC_PGUP@GOTPAGE
Lloh13:
ldr x19, [x19, _KC_PGUP@GOTPAGEOFF]
LBB0_10:
ldr w0, [x19]
bl _register_code
ldr w0, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _unregister_code
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.cfi_endproc
; -- End function
.comm _muse_mode,8,3 ; @muse_mode
.comm __RAISE,4,2 ; @_RAISE
.comm _muse_offset,4,2 ; @muse_offset
.comm _muse_tempo,4,2 ; @muse_tempo
.comm _KC_PGDN,4,2 ; @KC_PGDN
.comm _KC_PGUP,4,2 ; @KC_PGUP
.subsections_via_symbols
| AnghaBench/qmk_firmware/keyboards/preonic/keymaps/default/extr_keymap.c_encoder_update_user.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
subq $48, %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), %r14
movq %r14, %rdi
xorl %esi, %esi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq L_.str.1(%rip), %rbx
leaq -64(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
xorl %esi, %esi
movl $1, %edx
xorl %eax, %eax
callq _printf
leaq -60(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
xorl %esi, %esi
movl $2, %edx
xorl %eax, %eax
callq _printf
leaq -56(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $1, %esi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq -52(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $1, %esi
movl $1, %edx
xorl %eax, %eax
callq _printf
leaq -48(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $1, %esi
movl $2, %edx
xorl %eax, %eax
callq _printf
leaq -44(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $2, %esi
xorl %edx, %edx
xorl %eax, %eax
callq _printf
leaq -40(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $2, %esi
movl $1, %edx
xorl %eax, %eax
callq _printf
leaq -36(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movq %r14, %rdi
movl $2, %esi
movl $2, %edx
xorl %eax, %eax
callq _printf
leaq -32(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -24(%rbp), %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $48, %rsp
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\nDigite um valor para o indice [%d]-[%d]"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "\nA soma dos valores contidos na diagonal secundaria e: %d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
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
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
str x8, [sp, #56]
stp xzr, xzr, [sp]
Lloh3:
adrp x19, l_.str@PAGE
Lloh4:
add x19, x19, l_.str@PAGEOFF
mov x0, x19
bl _printf
add x21, sp, #20
str x21, [sp]
Lloh5:
adrp x20, l_.str.1@PAGE
Lloh6:
add x20, x20, l_.str.1@PAGEOFF
mov x0, x20
bl _scanf
mov w22, #1
stp xzr, x22, [sp]
mov x0, x19
bl _printf
add x8, x21, #4
str x8, [sp]
mov x0, x20
bl _scanf
mov w23, #2
stp xzr, x23, [sp]
mov x0, x19
bl _printf
add x8, x21, #8
str x8, [sp]
mov x0, x20
bl _scanf
stp x22, xzr, [sp]
mov x0, x19
bl _printf
add x8, x21, #12
str x8, [sp]
mov x0, x20
bl _scanf
stp x22, x22, [sp]
mov x0, x19
bl _printf
add x8, x21, #16
str x8, [sp]
mov x0, x20
bl _scanf
stp x22, x23, [sp]
mov x0, x19
bl _printf
add x8, x21, #20
str x8, [sp]
mov x0, x20
bl _scanf
stp x23, xzr, [sp]
mov x0, x19
bl _printf
add x8, x21, #24
str x8, [sp]
mov x0, x20
bl _scanf
stp x23, x22, [sp]
mov x0, x19
bl _printf
add x8, x21, #28
str x8, [sp]
mov x0, x20
bl _scanf
stp x23, x23, [sp]
mov x0, x19
bl _printf
add x8, x21, #32
str x8, [sp]
mov x0, x20
bl _scanf
Lloh7:
adrp x0, l_.str.2@PAGE
Lloh8:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x8, [sp, #56]
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, #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
add sp, sp, #128
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 "\nDigite um valor para o indice [%d]-[%d]"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "\nA soma dos valores contidos na diagonal secundaria e: %d"
.subsections_via_symbols
| the_stack_data/35517.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _switch_inside ## -- Begin function switch_inside
.p2align 4, 0x90
_switch_inside: ## @switch_inside
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movzbl (%rdi), %eax
andl $3, %eax
leaq l_reltable.switch_inside(%rip), %rcx
movslq (%rcx,%rax,4), %rdi
addq %rcx, %rdi
popq %rbp
jmp _puts ## 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
leaq L_str.6(%rip), %rdi
callq _puts
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "Three"
L_str.5: ## @str.5
.asciz "Two"
L_str.6: ## @str.6
.asciz "One"
L_str.7: ## @str.7
.asciz "Zero"
.section __TEXT,__const
.p2align 2 ## @reltable.switch_inside
l_reltable.switch_inside:
.long L_str.7-l_reltable.switch_inside
.long L_str.6-l_reltable.switch_inside
.long L_str.5-l_reltable.switch_inside
.long L_str-l_reltable.switch_inside
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _switch_inside ; -- Begin function switch_inside
.p2align 2
_switch_inside: ; @switch_inside
.cfi_startproc
; %bb.0:
ldrb w8, [x0]
and x8, x8, #0x3
Lloh0:
adrp x9, l_switch.table.switch_inside@PAGE
Lloh1:
add x9, x9, l_switch.table.switch_inside@PAGEOFF
ldr x0, [x9, x8, lsl #3]
b _puts
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
Lloh2:
adrp x0, l_str.6@PAGE
Lloh3:
add x0, x0, l_str.6@PAGEOFF
bl _puts
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "Three"
l_str.5: ; @str.5
.asciz "Two"
l_str.6: ; @str.6
.asciz "One"
l_str.7: ; @str.7
.asciz "Zero"
.section __DATA,__const
.p2align 3 ; @switch.table.switch_inside
l_switch.table.switch_inside:
.quad l_str.7
.quad l_str.6
.quad l_str.5
.quad l_str
.subsections_via_symbols
| the_stack_data/178265779.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function path_length
_path_length: ## @path_length
.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
callq _archive_entry_filetype
movq %rax, %r14
movq %rbx, %rdi
callq _archive_entry_pathname
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %rax, %rbx
movq _AE_IFDIR@GOTPCREL(%rip), %rax
cmpq (%rax), %r14
jne LBB0_7
## %bb.3:
cmpb $0, (%rbx)
je LBB0_5
## %bb.4:
movq %rbx, %rdi
callq _strlen
cmpb $47, -1(%rax,%rbx)
jne LBB0_5
LBB0_7:
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _strlen ## TAILCALL
LBB0_1:
xorl %eax, %eax
jmp LBB0_6
LBB0_5:
movq %rbx, %rdi
callq _strlen
incq %rax
LBB0_6:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AE_IFDIR,8,3 ## @AE_IFDIR
.no_dead_strip _path_length
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function path_length
_path_length: ; @path_length
.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 _archive_entry_filetype
mov x20, x0
mov x0, x19
bl _archive_entry_pathname
cbz x0, LBB0_6
; %bb.1:
mov x19, x0
Lloh0:
adrp x8, _AE_IFDIR@GOTPAGE
Lloh1:
ldr x8, [x8, _AE_IFDIR@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x20, x8
b.ne LBB0_4
; %bb.2:
ldrb w8, [x19]
cbz w8, LBB0_5
; %bb.3:
mov x0, x19
bl _strlen
add x8, x0, x19
ldurb w8, [x8, #-1]
cmp w8, #47
b.ne LBB0_5
LBB0_4:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _strlen
LBB0_5:
mov x0, x19
bl _strlen
add x0, x0, #1
LBB0_6:
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 _AE_IFDIR,8,3 ; @AE_IFDIR
.no_dead_strip _path_length
.subsections_via_symbols
| AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_write_set_format_zip.c_path_length.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function calc_src
_calc_src: ## @calc_src
.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
movl %edx, %ebx
movl $0, (%r8)
cmpl $27000, %edx ## imm = 0x6978
je LBB0_1
## %bb.2:
cmpl $100000, %ebx ## imm = 0x186A0
je LBB0_9
## %bb.3:
cmpl $108000, %ebx ## imm = 0x1A5E0
jne LBB0_6
## %bb.4:
movl $196608, %eax ## imm = 0x30000
movl %eax, (%rcx)
jmp LBB0_10
LBB0_1:
xorl %eax, %eax
movl %eax, (%rcx)
jmp LBB0_10
LBB0_9:
movl $2, (%rcx)
movl $100000, %ebx ## imm = 0x186A0
jmp LBB0_10
LBB0_6:
movq %r8, %r14
movl %esi, %r15d
movq %rdi, %r12
movl $3, (%rcx)
callq _read_vco
cmpl $6, %r15d
jg LBB0_7
## %bb.8:
movq %r12, %rdi
movl %r15d, %esi
movl %eax, %edx
movl %ebx, %ecx
movq %r14, %r8
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _calc_div ## TAILCALL
LBB0_7:
movl %eax, %ebx
LBB0_10:
movl %ebx, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _calc_src
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function calc_src
_calc_src: ; @calc_src
.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
str wzr, [x4]
mov w8, #27000
cmp w2, w8
b.eq LBB0_4
; %bb.1:
mov w8, #34464
movk w8, #1, lsl #16
cmp w19, w8
b.eq LBB0_5
; %bb.2:
mov w8, #42464
movk w8, #1, lsl #16
cmp w19, w8
b.ne LBB0_6
; %bb.3:
mov w8, #196608
str w8, [x3]
b LBB0_9
LBB0_4:
mov w8, #0
str wzr, [x3]
b LBB0_9
LBB0_5:
mov w8, #2
str w8, [x3]
mov w19, #34464
movk w19, #1, lsl #16
b LBB0_9
LBB0_6:
mov x20, x4
mov x21, x1
mov x22, x0
mov w8, #3
str w8, [x3]
bl _read_vco
mov x2, x0
cmp w21, #6
b.gt LBB0_8
; %bb.7:
mov x0, x22
mov x1, x21
mov x3, x19
mov x4, 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 _calc_div
LBB0_8:
mov x19, x2
LBB0_9:
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
.cfi_endproc
; -- End function
.no_dead_strip _calc_src
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/gpu/drm/nouveau/extr_nvc0_pm.c_calc_src.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VGLBitmapCopy ## -- Begin function __VGLBitmapCopy
.p2align 4, 0x90
___VGLBitmapCopy: ## @__VGLBitmapCopy
.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 $88, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
## kill: def $r9d killed $r9d def $r9
movl %r8d, %r12d
movl %edx, %r14d
movl %esi, %ebx
movq %rdi, %r13
movl 24(%rbp), %r15d
movl 16(%rbp), %edx
testl %r15d, %r15d
jns LBB0_1
## %bb.2:
negl %r15d
movq _VGLDisplay@GOTPCREL(%rip), %rax
cmpq %rcx, (%rax)
je LBB0_3
LBB0_1:
xorl %edi, %edi
## implicit-def: $rax
## kill: killed $rax
LBB0_7:
movl 4(%r13), %r10d
movl $-1, %eax
cmpl %ebx, %r10d
jl LBB0_22
## %bb.8:
movl 8(%r13), %esi
cmpl %r14d, %esi
jl LBB0_22
## %bb.9:
movl 4(%rcx), %r11d
cmpl %r12d, %r11d
jl LBB0_22
## %bb.10:
movl 8(%rcx), %r8d
cmpl %r9d, %r8d
jl LBB0_22
## %bb.11:
movl %edi, -92(%rbp) ## 4-byte Spill
movq %rcx, -64(%rbp) ## 8-byte Spill
testl %ebx, %ebx
movq %r9, -48(%rbp) ## 8-byte Spill
movl %r8d, -52(%rbp) ## 4-byte Spill
movl $0, %r9d
cmovgl %ebx, %r9d
movl %r9d, -80(%rbp) ## 4-byte Spill
movl $0, %ecx
cmovnsl %ecx, %ebx
subl %ebx, %r12d
addl %edx, %ebx
testl %r14d, %r14d
movl $0, %eax
cmovgl %r14d, %eax
cmovnsl %ecx, %r14d
xorl %edx, %edx
movq -48(%rbp), %rcx ## 8-byte Reload
subl %r14d, %ecx
movq %rcx, -48(%rbp) ## 8-byte Spill
movl %r12d, %ecx
sarl $31, %ecx
andl %r12d, %ecx
subl %ecx, %r9d
testl %r12d, %r12d
cmovlel %edx, %r12d
addl %ebx, %ecx
movq -48(%rbp), %rdi ## 8-byte Reload
## kill: def $edi killed $edi killed $rdi def $rdi
sarl $31, %edi
andl -48(%rbp), %edi ## 4-byte Folded Reload
subl %edi, %eax
cmpl $0, -48(%rbp) ## 4-byte Folded Reload
movq -48(%rbp), %rdx ## 8-byte Reload
movl $0, %r8d
cmovlel %r8d, %edx
movq %rdx, -48(%rbp) ## 8-byte Spill
addl %r14d, %edi
addl %r15d, %edi
addl -80(%rbp), %ebx ## 4-byte Folded Reload
movq -48(%rbp), %r8 ## 8-byte Reload
movl %r10d, %edx
movl %r9d, -88(%rbp) ## 4-byte Spill
subl %r9d, %edx
cmpl %r10d, %ebx
cmovlel %ecx, %edx
leal (%rdi,%rax), %ecx
movl %esi, %ebx
movq %rax, -112(%rbp) ## 8-byte Spill
subl %eax, %ebx
cmpl %esi, %ecx
cmovlel %edi, %ebx
leal (%rdx,%r12), %ecx
movl %r11d, %esi
subl %r12d, %esi
cmpl %r11d, %ecx
cmovlel %edx, %esi
leal (%rbx,%r8), %ecx
movl -52(%rbp), %eax ## 4-byte Reload
movl %eax, %edx
subl %r8d, %edx
cmpl %eax, %ecx
cmovlel %ebx, %edx
testl %esi, %esi
js LBB0_12
## %bb.13:
testl %edx, %edx
movl $-1, %eax
js LBB0_22
## %bb.14:
movq 16(%r13), %rcx
movq -64(%rbp), %rdi ## 8-byte Reload
cmpq 16(%rdi), %rcx
sete %al
cmpl %r8d, -112(%rbp) ## 4-byte Folded Reload
setb %bl
andb %al, %bl
xorl %r9d, %r9d
testb %bl, %bl
movl $-1, %eax
cmovel %edx, %eax
leal -1(%rdx), %r14d
cmovel %r9d, %r14d
cmpl %eax, %r14d
jne LBB0_15
LBB0_21:
xorl %eax, %eax
jmp LBB0_22
LBB0_3:
movq %rcx, -64(%rbp) ## 8-byte Spill
movl %r12d, %edi
movq %r9, -48(%rbp) ## 8-byte Spill
movl %r9d, %esi
movl %r15d, %ecx
callq _VGLMouseOverlap
testq %rax, %rax
je LBB0_4
## %bb.5:
movl (%r13), %edi
movl 16(%rbp), %eax
imull %eax, %edi
callq _alloca
movq %rax, -120(%rbp) ## 8-byte Spill
movb $1, %dil
jmp LBB0_6
LBB0_4:
xorl %edi, %edi
## implicit-def: $rax
## kill: killed $rax
LBB0_6:
movq -48(%rbp), %r9 ## 8-byte Reload
movq -64(%rbp), %rcx ## 8-byte Reload
movl 16(%rbp), %edx
jmp LBB0_7
LBB0_12:
movl $-1, %eax
LBB0_22:
addq $88, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_15:
movl %esi, -52(%rbp) ## 4-byte Spill
xorb $1, %bl
movzbl %bl, %edx
addl %edx, %edx
decl %edx
movl %edx, -84(%rbp) ## 4-byte Spill
subl %edx, %eax
movq %r13, -80(%rbp) ## 8-byte Spill
movl %eax, %r13d
movq %r12, -104(%rbp) ## 8-byte Spill
movl %eax, -68(%rbp) ## 4-byte Spill
.p2align 4, 0x90
LBB0_16: ## =>This Inner Loop Header: Depth=1
leal (%r8,%r14), %r15d
movq -112(%rbp), %rax ## 8-byte Reload
leal (%rax,%r14), %edx
imull %r10d, %edx
addl -88(%rbp), %edx ## 4-byte Folded Reload
movslq (%rdi), %rax
movslq %edx, %rdx
imulq %rax, %rdx
leaq (%rcx,%rdx,4), %rbx
cmpb $0, -92(%rbp) ## 1-byte Folded Reload
je LBB0_20
## %bb.17: ## in Loop: Header=BB0_16 Depth=1
movl %r12d, %edi
movl %r15d, %esi
movl -52(%rbp), %r13d ## 4-byte Reload
movl %r13d, %edx
movl $1, %ecx
callq _VGLMouseOverlap
testq %rax, %rax
je LBB0_19
## %bb.18: ## in Loop: Header=BB0_16 Depth=1
movq -80(%rbp), %rax ## 8-byte Reload
movl (%rax), %edx
imull %r13d, %edx
movq -120(%rbp), %r12 ## 8-byte Reload
movq %r12, %rdi
movq %rbx, %rsi
callq _memmove
movq -104(%rbp), %rdi ## 8-byte Reload
## kill: def $edi killed $edi killed $rdi
movl %r15d, %esi
movl %r13d, %edx
movq %r12, %rcx
callq _VGLMouseMerge
movq %r12, %rbx
movq -104(%rbp), %r12 ## 8-byte Reload
LBB0_19: ## in Loop: Header=BB0_16 Depth=1
movq -64(%rbp), %rdi ## 8-byte Reload
movl -68(%rbp), %r13d ## 4-byte Reload
LBB0_20: ## in Loop: Header=BB0_16 Depth=1
movl %r12d, %esi
movl %r15d, %edx
movl -52(%rbp), %ecx ## 4-byte Reload
movq %rbx, %r8
callq _WriteVerticalLine
cmpl %r14d, %r13d
je LBB0_21
## %bb.23: ## in Loop: Header=BB0_16 Depth=1
movq -80(%rbp), %rax ## 8-byte Reload
movq 16(%rax), %rcx
movl 4(%rax), %r10d
addl -84(%rbp), %r14d ## 4-byte Folded Reload
movq -48(%rbp), %r8 ## 8-byte Reload
movq -64(%rbp), %rdi ## 8-byte Reload
jmp LBB0_16
.cfi_endproc
## -- End function
.comm _VGLDisplay,8,3 ## @VGLDisplay
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VGLBitmapCopy ; -- Begin function __VGLBitmapCopy
.p2align 2
___VGLBitmapCopy: ; @__VGLBitmapCopy
.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, x7
mov x24, x6
mov x22, x5
mov x26, x4
mov x19, x3
mov x25, x2
mov x27, x1
mov x20, x0
tbz w7, #31, LBB0_2
; %bb.1:
neg w23, w23
Lloh0:
adrp x8, _VGLDisplay@GOTPAGE
Lloh1:
ldr x8, [x8, _VGLDisplay@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x8, x19
b.eq LBB0_9
LBB0_2:
mov w28, #0
; implicit-def: $x0
; kill: killed $x0
LBB0_3:
ldr w8, [x20, #4]
cmp w8, w27
b.lt LBB0_7
; %bb.4:
ldr w9, [x20, #8]
cmp w9, w25
b.lt LBB0_7
; %bb.5:
ldr w10, [x19, #4]
cmp w10, w26
b.lt LBB0_7
; %bb.6:
ldr w11, [x19, #8]
cmp w11, w22
b.ge LBB0_11
LBB0_7:
mov w0, #-1
LBB0_8:
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_9:
mov x0, x26
mov x1, x22
mov x2, x24
mov x3, x23
bl _VGLMouseOverlap
cbz x0, LBB0_2
; %bb.10:
ldr w8, [x20]
mul w0, w8, w24
bl _alloca
str x0, [sp, #8] ; 8-byte Folded Spill
mov w28, #1
b LBB0_3
LBB0_11:
cmp w27, #0
csel w12, w27, wzr, gt
csel w13, w27, wzr, lt
sub w14, w26, w13
cmp w25, #0
csel w15, w25, wzr, gt
csel w16, w25, wzr, lt
sub w17, w22, w16
cmp w14, #0
csel w0, w14, wzr, lt
csel w22, w14, wzr, gt
add w13, w13, w24
add w14, w13, w0
cmp w17, #0
csel w1, w17, wzr, lt
csel w21, w17, wzr, gt
add w16, w1, w16
add w16, w16, w23
sub w26, w12, w0
sub w17, w8, w26
add w12, w13, w12
cmp w12, w8
csel w12, w17, w14, gt
sub w14, w15, w1
add w13, w16, w14
str w14, [sp, #28] ; 4-byte Folded Spill
sub w14, w9, w14
cmp w13, w9
csel w9, w14, w16, gt
sub w13, w10, w22
add w14, w12, w22
cmp w14, w10
csel w23, w13, w12, gt
sub w10, w11, w21
add w12, w9, w21
cmp w12, w11
csel w10, w10, w9, gt
mov w0, #-1
tbnz w23, #31, LBB0_8
; %bb.12:
tbnz w10, #31, LBB0_8
; %bb.13:
mov w0, #0
ldr x9, [x20, #16]
ldr x11, [x19, #16]
cmp x9, x11
cset w11, eq
ldr w12, [sp, #28] ; 4-byte Folded Reload
cmp w12, w21
cset w12, lo
sub w13, w10, #1
tst w11, w12
csinv w10, w10, wzr, eq
csel w27, w13, wzr, ne
mov w11, #-1
cneg w11, w11, eq
cmp w27, w10
b.eq LBB0_8
; %bb.14:
sub w10, w10, w11
stp w11, w10, [sp, #20] ; 8-byte Folded Spill
str w28, [sp, #4] ; 4-byte Folded Spill
LBB0_15: ; =>This Inner Loop Header: Depth=1
add w24, w21, w27
ldr w10, [sp, #28] ; 4-byte Folded Reload
add w10, w10, w27
madd w8, w8, w10, w26
ldr w10, [x19]
mul w8, w8, w10
add x25, x9, w8, sxtw #2
cbz w28, LBB0_18
; %bb.16: ; in Loop: Header=BB0_15 Depth=1
mov x0, x22
mov x1, x24
mov x2, x23
mov w3, #1
bl _VGLMouseOverlap
cbz x0, LBB0_18
; %bb.17: ; in Loop: Header=BB0_15 Depth=1
ldr w8, [x20]
mul w2, w8, w23
mov x28, x26
mov x26, x21
ldr x21, [sp, #8] ; 8-byte Folded Reload
mov x0, x21
mov x1, x25
bl _memmove
mov x0, x22
mov x1, x24
mov x2, x23
mov x3, x21
bl _VGLMouseMerge
mov x25, x21
mov x21, x26
mov x26, x28
ldr w28, [sp, #4] ; 4-byte Folded Reload
LBB0_18: ; in Loop: Header=BB0_15 Depth=1
mov x0, x19
mov x1, x22
mov x2, x24
mov x3, x23
mov x4, x25
bl _WriteVerticalLine
ldr w8, [sp, #24] ; 4-byte Folded Reload
cmp w8, w27
b.eq LBB0_20
; %bb.19: ; in Loop: Header=BB0_15 Depth=1
ldr x9, [x20, #16]
ldr w8, [x20, #4]
ldr w10, [sp, #20] ; 4-byte Folded Reload
add w27, w27, w10
b LBB0_15
LBB0_20:
mov w0, #0
b LBB0_8
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _VGLDisplay,8,3 ; @VGLDisplay
.subsections_via_symbols
| AnghaBench/freebsd/lib/libvgl/extr_bitmap.c___VGLBitmapCopy.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
movq _data@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _func
xorl %eax, %eax
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 _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 x8, _data@GOTPAGE
Lloh1:
ldr x8, [x8, _data@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _func
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/126702324.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function print_descr
_print_descr: ## @print_descr
.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, %rsi
movq _stdout@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _verbose@GOTPCREL(%rip), %rax
movl (%rax), %edx
popq %rbp
jmp _print_arelt_descr ## TAILCALL
.cfi_endproc
## -- End function
.comm _stdout,4,2 ## @stdout
.comm _verbose,4,2 ## @verbose
.no_dead_strip _print_descr
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function print_descr
_print_descr: ; @print_descr
.cfi_startproc
; %bb.0:
mov x1, x0
Lloh0:
adrp x8, _stdout@GOTPAGE
Lloh1:
ldr x8, [x8, _stdout@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
Lloh3:
adrp x8, _verbose@GOTPAGE
Lloh4:
ldr x8, [x8, _verbose@GOTPAGEOFF]
Lloh5:
ldr w2, [x8]
b _print_arelt_descr
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _stdout,4,2 ; @stdout
.comm _verbose,4,2 ; @verbose
.no_dead_strip _print_descr
.subsections_via_symbols
| AnghaBench/freebsd/contrib/binutils/binutils/extr_ar.c_print_descr.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ngx_http_dyups_lua_register
_ngx_http_dyups_lua_register: ## @ngx_http_dyups_lua_register
.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
movl $1, %edx
callq _lua_createtable
movq _ngx_http_lua_update_upstream@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _lua_pushcfunction
leaq L_.str(%rip), %rdx
movq %rbx, %rdi
movl $-2, %esi
callq _lua_setfield
movq _ngx_http_lua_delete_upstream@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _lua_pushcfunction
leaq L_.str.1(%rip), %rdx
movq %rbx, %rdi
movl $-2, %esi
callq _lua_setfield
movl $1, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ngx_http_lua_update_upstream,4,2 ## @ngx_http_lua_update_upstream
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "update"
.comm _ngx_http_lua_delete_upstream,4,2 ## @ngx_http_lua_delete_upstream
L_.str.1: ## @.str.1
.asciz "delete"
.no_dead_strip _ngx_http_dyups_lua_register
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ngx_http_dyups_lua_register
_ngx_http_dyups_lua_register: ; @ngx_http_dyups_lua_register
.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
mov w2, #1
bl _lua_createtable
Lloh0:
adrp x8, _ngx_http_lua_update_upstream@GOTPAGE
Lloh1:
ldr x8, [x8, _ngx_http_lua_update_upstream@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x19
bl _lua_pushcfunction
Lloh3:
adrp x2, l_.str@PAGE
Lloh4:
add x2, x2, l_.str@PAGEOFF
mov x0, x19
mov w1, #-2
bl _lua_setfield
Lloh5:
adrp x8, _ngx_http_lua_delete_upstream@GOTPAGE
Lloh6:
ldr x8, [x8, _ngx_http_lua_delete_upstream@GOTPAGEOFF]
Lloh7:
ldr w1, [x8]
mov x0, x19
bl _lua_pushcfunction
Lloh8:
adrp x2, l_.str.1@PAGE
Lloh9:
add x2, x2, l_.str.1@PAGEOFF
mov x0, x19
mov w1, #-2
bl _lua_setfield
mov w0, #1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _ngx_http_lua_update_upstream,4,2 ; @ngx_http_lua_update_upstream
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "update"
.comm _ngx_http_lua_delete_upstream,4,2 ; @ngx_http_lua_delete_upstream
l_.str.1: ; @.str.1
.asciz "delete"
.no_dead_strip _ngx_http_dyups_lua_register
.subsections_via_symbols
| AnghaBench/tengine/modules/ngx_http_upstream_dyups_module/extr_ngx_http_dyups_lua.c_ngx_http_dyups_lua_register.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
subq $128, %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.1(%rip), %rdi
leaq L_.str.2(%rip), %rsi
callq _fopen
movq %rax, %rbx
leaq -128(%rbp), %r14
movq %r14, %rdi
movl $100, %esi
movq %rax, %rdx
callq _fgets
movq %r14, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -132(%rbp) ## 4-byte Spill
movq %r14, %rdi
movl $100, %esi
movq %rbx, %rdx
callq _fgets
movq %r14, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
mulss -132(%rbp), %xmm0 ## 4-byte Folded Reload
movss %xmm0, -132(%rbp) ## 4-byte Spill
movq %r14, %rdi
movl $100, %esi
movq %rbx, %rdx
callq _fgets
movq %r14, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
mulss -132(%rbp), %xmm0 ## 4-byte Folded Reload
movss %xmm0, -132(%rbp) ## 4-byte Spill
movq %rbx, %rdi
callq _fclose
movss -132(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -24(%rbp), %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $128, %rsp
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.globl _getDataFromFile ## -- Begin function getDataFromFile
.p2align 4, 0x90
_getDataFromFile: ## @getDataFromFile
.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 $120, %rsp
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -32(%rbp)
leaq L_.str.1(%rip), %rdi
leaq L_.str.2(%rip), %rsi
callq _fopen
movq %rax, %rbx
leaq -144(%rbp), %r15
movq %r15, %rdi
movl $100, %esi
movq %rax, %rdx
callq _fgets
movq %r15, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
movss %xmm0, (%r14)
movq %r15, %rdi
movl $100, %esi
movq %rbx, %rdx
callq _fgets
movq %r15, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
movss %xmm0, 4(%r14)
movq %r15, %rdi
movl $100, %esi
movq %rbx, %rdx
callq _fgets
movq %r15, %rdi
callq _atof
cvtsd2ss %xmm0, %xmm0
movss %xmm0, 8(%r14)
movq %rbx, %rdi
callq _fclose
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -32(%rbp), %rax
jne LBB1_2
## %bb.1:
addq $120, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB1_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.globl _power ## -- Begin function power
.p2align 4, 0x90
_power: ## @power
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movss (%rdi), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss 4(%rdi), %xmm0
mulss 8(%rdi), %xmm0
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%f\n"
L_.str.1: ## @.str.1
.asciz "data.txt"
L_.str.2: ## @.str.2
.asciz "r"
.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, #192
.cfi_def_cfa_offset 192
stp d11, d10, [sp, #128] ; 16-byte Folded Spill
stp d9, d8, [sp, #144] ; 16-byte Folded Spill
stp x20, x19, [sp, #160] ; 16-byte Folded Spill
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset b8, -40
.cfi_offset b9, -48
.cfi_offset b10, -56
.cfi_offset b11, -64
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-56]
Lloh3:
adrp x0, l_.str.1@PAGE
Lloh4:
add x0, x0, l_.str.1@PAGEOFF
Lloh5:
adrp x1, l_.str.2@PAGE
Lloh6:
add x1, x1, l_.str.2@PAGEOFF
bl _fopen
mov x19, x0
add x0, sp, #20
mov w1, #100
mov x2, x19
bl _fgets
add x0, sp, #20
bl _atof
fcvt s8, d0
add x0, sp, #20
mov w1, #100
mov x2, x19
bl _fgets
add x0, sp, #20
bl _atof
fcvt s9, d0
add x0, sp, #20
mov w1, #100
mov x2, x19
bl _fgets
add x0, sp, #20
bl _atof
fcvt s10, d0
mov x0, x19
bl _fclose
fmul s0, s8, s9
fmul s0, s0, s10
fcvt d0, s0
str d0, [sp]
Lloh7:
adrp x0, l_.str@PAGE
Lloh8:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur x8, [x29, #-56]
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, #176] ; 16-byte Folded Reload
ldp x20, x19, [sp, #160] ; 16-byte Folded Reload
ldp d9, d8, [sp, #144] ; 16-byte Folded Reload
ldp d11, d10, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #192
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
.globl _getDataFromFile ; -- Begin function getDataFromFile
.p2align 2
_getDataFromFile: ; @getDataFromFile
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x20, x19, [sp, #112] ; 16-byte Folded Spill
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh12:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh13:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
stur x8, [x29, #-24]
Lloh15:
adrp x0, l_.str.1@PAGE
Lloh16:
add x0, x0, l_.str.1@PAGEOFF
Lloh17:
adrp x1, l_.str.2@PAGE
Lloh18:
add x1, x1, l_.str.2@PAGEOFF
bl _fopen
mov x20, x0
add x0, sp, #4
mov w1, #100
mov x2, x20
bl _fgets
add x0, sp, #4
bl _atof
fcvt s0, d0
str s0, [x19]
add x0, sp, #4
mov w1, #100
mov x2, x20
bl _fgets
add x0, sp, #4
bl _atof
fcvt s0, d0
str s0, [x19, #4]
add x0, sp, #4
mov w1, #100
mov x2, x20
bl _fgets
add x0, sp, #4
bl _atof
fcvt s0, d0
str s0, [x19, #8]
mov x0, x20
bl _fclose
ldur x8, [x29, #-24]
Lloh19:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh20:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh21:
ldr x9, [x9]
cmp x9, x8
b.ne LBB1_2
; %bb.1:
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
ldp x20, x19, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #144
ret
LBB1_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.cfi_endproc
; -- End function
.globl _power ; -- Begin function power
.p2align 2
_power: ; @power
.cfi_startproc
; %bb.0:
ldp s0, s1, [x0]
fmul s0, s0, s1
ldr s1, [x0, #8]
fmul s0, s0, s1
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%f\n"
l_.str.1: ; @.str.1
.asciz "data.txt"
l_.str.2: ; @.str.2
.asciz "r"
.subsections_via_symbols
| the_stack_data/57950425.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uma_zone_set_warning ## -- Begin function uma_zone_set_warning
.p2align 4, 0x90
_uma_zone_set_warning: ## @uma_zone_set_warning
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
callq _ZONE_LOCK
movq %r14, (%rbx)
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _ZONE_UNLOCK ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _uma_zone_set_warning ; -- Begin function uma_zone_set_warning
.p2align 2
_uma_zone_set_warning: ; @uma_zone_set_warning
.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 _ZONE_LOCK
str x19, [x20]
mov x0, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ZONE_UNLOCK
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/sys/vm/extr_uma_core.c_uma_zone_set_warning.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function p4_pmu_enable_pebs
_p4_pmu_enable_pebs: ## @p4_pmu_enable_pebs
.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
movl %edi, %ebx
movq _P4_PEBS_METRIC__max@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _P4_PEBS_CONFIG_METRIC_MASK@GOTPCREL(%rip), %rcx
xorl %edi, %edi
cmpq (%rcx), %rax
setg %dil
callq _BUILD_BUG_ON
movl %ebx, %edi
callq _p4_config_unpack_metric
movq _P4_PEBS_METRIC__none@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB0_2
## %bb.1:
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
movq _p4_pebs_bind_map@GOTPCREL(%rip), %rcx
movq (%rcx), %r14
movl %eax, %ebx
movq _MSR_IA32_PEBS_ENABLE@GOTPCREL(%rip), %rax
movl (%rax), %edi
shlq $4, %rbx
movl 8(%r14,%rbx), %esi
callq _wrmsrl_safe
movq _MSR_P4_PEBS_MATRIX_VERT@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl (%r14,%rbx), %esi
popq %rbx
popq %r14
popq %rbp
jmp _wrmsrl_safe ## TAILCALL
.cfi_endproc
## -- End function
.comm _P4_PEBS_METRIC__max,8,3 ## @P4_PEBS_METRIC__max
.comm _P4_PEBS_CONFIG_METRIC_MASK,8,3 ## @P4_PEBS_CONFIG_METRIC_MASK
.comm _P4_PEBS_METRIC__none,4,2 ## @P4_PEBS_METRIC__none
.comm _p4_pebs_bind_map,8,3 ## @p4_pebs_bind_map
.comm _MSR_IA32_PEBS_ENABLE,4,2 ## @MSR_IA32_PEBS_ENABLE
.comm _MSR_P4_PEBS_MATRIX_VERT,4,2 ## @MSR_P4_PEBS_MATRIX_VERT
.no_dead_strip _p4_pmu_enable_pebs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function p4_pmu_enable_pebs
_p4_pmu_enable_pebs: ; @p4_pmu_enable_pebs
.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, _P4_PEBS_METRIC__max@GOTPAGE
Lloh1:
ldr x8, [x8, _P4_PEBS_METRIC__max@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
Lloh3:
adrp x9, _P4_PEBS_CONFIG_METRIC_MASK@GOTPAGE
Lloh4:
ldr x9, [x9, _P4_PEBS_CONFIG_METRIC_MASK@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
cset w0, gt
bl _BUILD_BUG_ON
mov x0, x19
bl _p4_config_unpack_metric
Lloh6:
adrp x8, _P4_PEBS_METRIC__none@GOTPAGE
Lloh7:
ldr x8, [x8, _P4_PEBS_METRIC__none@GOTPAGEOFF]
Lloh8:
ldr w8, [x8]
cmp w0, w8
b.ne 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:
Lloh9:
adrp x8, _p4_pebs_bind_map@GOTPAGE
Lloh10:
ldr x8, [x8, _p4_pebs_bind_map@GOTPAGEOFF]
Lloh11:
ldr x9, [x8]
Lloh12:
adrp x8, _MSR_IA32_PEBS_ENABLE@GOTPAGE
Lloh13:
ldr x8, [x8, _MSR_IA32_PEBS_ENABLE@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
add x19, x9, w0, uxtw #4
ldr w1, [x19, #8]
mov x0, x8
bl _wrmsrl_safe
Lloh15:
adrp x8, _MSR_P4_PEBS_MATRIX_VERT@GOTPAGE
Lloh16:
ldr x8, [x8, _MSR_P4_PEBS_MATRIX_VERT@GOTPAGEOFF]
Lloh17:
ldr w0, [x8]
ldr w1, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _wrmsrl_safe
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _P4_PEBS_METRIC__max,8,3 ; @P4_PEBS_METRIC__max
.comm _P4_PEBS_CONFIG_METRIC_MASK,8,3 ; @P4_PEBS_CONFIG_METRIC_MASK
.comm _P4_PEBS_METRIC__none,4,2 ; @P4_PEBS_METRIC__none
.comm _p4_pebs_bind_map,8,3 ; @p4_pebs_bind_map
.comm _MSR_IA32_PEBS_ENABLE,4,2 ; @MSR_IA32_PEBS_ENABLE
.comm _MSR_P4_PEBS_MATRIX_VERT,4,2 ; @MSR_P4_PEBS_MATRIX_VERT
.no_dead_strip _p4_pmu_enable_pebs
.subsections_via_symbols
| AnghaBench/linux/arch/x86/events/intel/extr_p4.c_p4_pmu_enable_pebs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lqasc_start_tx
_lqasc_start_tx: ## @lqasc_start_tx
.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
callq _to_ltq_uart_port
movq %rax, %rbx
movq %rax, %rdi
callq _spin_lock_irqsave
movq %r14, %rdi
callq _lqasc_tx_chars
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _spin_unlock_irqrestore ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _lqasc_start_tx
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lqasc_start_tx
_lqasc_start_tx: ; @lqasc_start_tx
.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 _to_ltq_uart_port
mov x20, x0
bl _spin_lock_irqsave
mov x0, x19
bl _lqasc_tx_chars
mov x0, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _spin_unlock_irqrestore
.cfi_endproc
; -- End function
.no_dead_strip _lqasc_start_tx
.subsections_via_symbols
| AnghaBench/linux/drivers/tty/serial/extr_lantiq.c_lqasc_start_tx.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function record__aio_enabled
_record__aio_enabled: ## @record__aio_enabled
.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 $0, (%rdi)
setg %al
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _record__aio_enabled
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function record__aio_enabled
_record__aio_enabled: ; @record__aio_enabled
.cfi_startproc
; %bb.0:
ldr x8, [x0]
cmp x8, #0
cset w0, gt
ret
.cfi_endproc
; -- End function
.no_dead_strip _record__aio_enabled
.subsections_via_symbols
| AnghaBench/linux/tools/perf/extr_builtin-record.c_record__aio_enabled.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pcf50633_reg_write ## -- Begin function pcf50633_reg_write
.p2align 4, 0x90
_pcf50633_reg_write: ## @pcf50633_reg_write
.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 %esi, %r14d
movq %rdi, %rbx
movl %edx, -20(%rbp)
callq _mutex_lock
leaq -20(%rbp), %rcx
movq %rbx, %rdi
movl %r14d, %esi
movl $1, %edx
callq ___pcf50633_write
movl %eax, %r14d
movq %rbx, %rdi
callq _mutex_unlock
movl %r14d, %eax
addq $16, %rsp
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 _pcf50633_reg_write ; -- Begin function pcf50633_reg_write
.p2align 2
_pcf50633_reg_write: ; @pcf50633_reg_write
.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, x1
mov x20, x0
str w2, [sp, #12]
bl _mutex_lock
add x3, sp, #12
mov x0, x20
mov x1, x19
mov w2, #1
bl ___pcf50633_write
mov x19, x0
mov x0, x20
bl _mutex_unlock
mov x0, 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
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/mfd/extr_pcf50633-core.c_pcf50633_reg_write.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rtas_write_config ## -- Begin function rtas_write_config
.p2align 4, 0x90
_rtas_write_config: ## @rtas_write_config
.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
movl %r8d, %r15d
movl %ecx, %r14d
movl %edx, %r12d
movl %esi, %ebx
movq %rdi, %r13
callq _pci_bus_to_host
movzbl %r12b, %ecx
shll $8, %ebx
movzwl %bx, %edx
orl %ecx, %edx
movl (%r13), %ecx
subl (%rax), %ecx
movzbl %cl, %ecx
shll $16, %ecx
movl 4(%rax), %ebx
shll $24, %ebx
orl %edx, %ebx
orl %ecx, %ebx
leaq L_.str(%rip), %rdi
callq _rtas_token
movl %r15d, (%rsp)
movl %eax, %edi
movl $3, %esi
movl $1, %edx
xorl %ecx, %ecx
movq %rbx, %r8
movl %r14d, %r9d
callq _rtas_call
testl %eax, %eax
jne LBB0_1
## %bb.2:
movq _PCIBIOS_SUCCESSFUL@GOTPCREL(%rip), %rax
jmp LBB0_3
LBB0_1:
movq _PCIBIOS_DEVICE_NOT_FOUND@GOTPCREL(%rip), %rax
LBB0_3:
movl (%rax), %eax
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 "write-pci-config"
.comm _PCIBIOS_DEVICE_NOT_FOUND,4,2 ## @PCIBIOS_DEVICE_NOT_FOUND
.comm _PCIBIOS_SUCCESSFUL,4,2 ## @PCIBIOS_SUCCESSFUL
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rtas_write_config ; -- Begin function rtas_write_config
.p2align 2
_rtas_write_config: ; @rtas_write_config
.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, x4
mov x20, x3
mov x21, x2
mov x22, x1
mov x23, x0
bl _pci_bus_to_host
bfi w21, w22, #8, #8
ldr w8, [x23]
ldp w9, w10, [x0]
sub w8, w8, w9
bfi w21, w10, #24, #8
bfi w21, w8, #16, #8
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _rtas_token
mov w1, #3
mov w2, #1
mov x3, #0
mov x4, x21
mov x5, x20
mov x6, x19
bl _rtas_call
Lloh2:
adrp x8, _PCIBIOS_DEVICE_NOT_FOUND@GOTPAGE
Lloh3:
ldr x8, [x8, _PCIBIOS_DEVICE_NOT_FOUND@GOTPAGEOFF]
Lloh4:
adrp x9, _PCIBIOS_SUCCESSFUL@GOTPAGE
Lloh5:
ldr x9, [x9, _PCIBIOS_SUCCESSFUL@GOTPAGEOFF]
cmp w0, #0
csel x8, x9, x8, eq
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
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "write-pci-config"
.comm _PCIBIOS_DEVICE_NOT_FOUND,4,2 ; @PCIBIOS_DEVICE_NOT_FOUND
.comm _PCIBIOS_SUCCESSFUL,4,2 ; @PCIBIOS_SUCCESSFUL
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/arch/powerpc/platforms/chrp/extr_pci.c_rtas_write_config.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _overworld_tiles16 ## @overworld_tiles16
.p2align 4
_overworld_tiles16:
.space 2,5
.ascii "\006\005"
.ascii "\007\006"
.ascii "\b\007"
.ascii "\t\b"
.ascii "\n\t"
.ascii "\013\n"
.ascii "\f\013"
.ascii "\r\f"
.ascii "\016\r"
.ascii "\017\f"
.ascii "\020\016"
.space 2,15
.ascii "\021\020"
.ascii "\016\021"
.ascii "\016\021"
.space 4,18
.ascii "\007\006"
.ascii "\023\007"
.ascii "\024\023"
.ascii "\025\024"
.ascii "\013\n"
.ascii "\f\025"
.ascii "\026\020"
.ascii "\026\020"
.ascii "\027\022"
.space 2,18
.ascii "\022\026"
.ascii "\027\022"
.ascii "\016\027"
.space 2,24
.ascii "\020\016"
.ascii "\031\030"
.ascii "\032\020"
.space 2,25
.ascii "\022\032"
.space 2,27
.space 2,28
.space 2,29
.ascii "\036\022"
.ascii "\037\036"
.space 4,24
.ascii "\031\030"
.ascii "\031\030"
.ascii " \037"
.ascii "! "
.space 4,25
.ascii "\"!"
.ascii "\"!"
.ascii "\006\""
.space 2,35
.ascii "$\005"
.ascii "%$"
.ascii "&%"
.ascii "&%"
.ascii "'&"
.ascii "('"
.ascii ")\026"
.ascii "\027("
.ascii "*)"
.ascii "+*"
.ascii ",+"
.ascii ",+"
.ascii "\001+"
.ascii ",\001"
.space 2,44
.space 2,45
.space 2,46
.space 2,47
.space 2,48
.space 2,49
.ascii "2."
.ascii "3/"
.ascii "42"
.ascii "53"
.ascii "6+"
.ascii "74"
.ascii "\001+"
.ascii ",+"
.ascii "85"
.ascii "96"
.ascii ":7"
.ascii ";8"
.ascii "<9"
.ascii "<9"
.ascii "0:"
.space 2,49
.ascii "=;"
.ascii "3/"
.ascii ">2"
.ascii "?3"
.ascii "@<"
.ascii "@<"
.ascii "A="
.ascii "B>"
.ascii "C?"
.ascii "D@"
.ascii "E="
.ascii "F>"
.ascii "GA"
.ascii "HA"
.ascii "IB"
.ascii "JB"
.space 2,44
.ascii "-C"
.ascii "KD"
.ascii "\022E"
.ascii "LF"
.ascii "MG"
.ascii "NH"
.ascii "O\022"
.ascii "PI"
.ascii "3/"
.ascii "0J"
.space 2,49
.ascii "QK"
.ascii "RL"
.ascii "SA"
.ascii "SA"
.ascii "TM"
.ascii "UN"
.ascii "VO"
.ascii "WP"
.ascii "VA"
.ascii "SP"
.ascii "@Q"
.ascii "@Q"
.ascii "SR"
.ascii "X\033"
.ascii "YS"
.space 2,29
.ascii "ZA"
.ascii "\037T"
.ascii "\002U"
.ascii "[\002"
.space 2,24
.ascii "\\\030"
.space 2,25
.ascii "\031V"
.ascii "]W"
.ascii "^X"
.ascii "_!"
.ascii "_!"
.ascii "&Y"
.ascii "&Y"
.ascii "`?"
.ascii "a@"
.ascii "bI"
.ascii "c/"
.ascii "dZ"
.ascii ",["
.ascii "e\\"
.ascii "f]"
.ascii "g^"
.ascii "h_"
.ascii "i`"
.ascii "j+"
.ascii "ka"
.ascii "lb"
.ascii "mc"
.ascii "nd"
.ascii "oD"
.ascii "Se"
.ascii "LF"
.ascii "pf"
.ascii "Ng"
.ascii "qA"
.ascii "rh"
.ascii "si"
.ascii "tj"
.ascii "u/"
.ascii "0k"
.space 2,49
.ascii "vA"
.ascii "wA"
.ascii "Tl"
.ascii "UN"
.ascii "xK"
.ascii "RL"
.ascii "Vm"
.ascii "yP"
.ascii "zA"
.ascii "Sn"
.ascii "mc"
.ascii "{d"
.ascii "ka"
.ascii "lo"
.ascii "\031\030"
.ascii "|p"
.ascii "dq"
.ascii ",["
.ascii "}r"
.ascii "h_"
.ascii "~s"
.ascii "{t"
.ascii "\177u"
.ascii "\177u"
.ascii "\200<"
.ascii "\200<"
.ascii "\022\004"
.space 2,18
.ascii "\201v"
.ascii "\202w"
.ascii "}r"
.ascii "\203x"
.ascii "~s"
.ascii "\204t"
.ascii "\205y"
.ascii "\206z"
.ascii "\207{"
.ascii "\207{"
.ascii "\200Q"
.ascii "\200Q"
.ascii "\210|"
.ascii "\211\022"
.space 2,18
.ascii "\212}"
.ascii "\213~"
.ascii "\214\177"
.ascii "\215\200"
.ascii "\216\201"
.ascii "\217\202"
.ascii "\220\203"
.ascii "\221\204"
.ascii "\222\205"
.ascii "\223\206"
.ascii "\224\207"
.ascii "\225j"
.ascii "3/"
.ascii "zm"
.ascii "yn"
.ascii "\226\210"
.ascii "\226\210"
.ascii "\227\211"
.ascii "\230\212"
.ascii "\231\213"
.ascii "\232\210"
.ascii "\233\214"
.ascii "\234\215"
.ascii "\235\210"
.ascii "\226\210"
.ascii "\236\216"
.ascii "\022\217"
.ascii "\237\220"
.ascii "\240\221"
.ascii "\241|"
.ascii "\211\022"
.ascii "\226\222"
.ascii "\242\210"
.ascii "\226\223"
.ascii "\243-"
.ascii "\241K"
.ascii "RL"
.ascii "\244\224"
.ascii "\245\225"
.ascii "\246Z"
.space 2,150
.ascii "mc"
.ascii "\204d"
.ascii ">2"
.ascii "\240\221"
.ascii "6+"
.ascii "\2474"
.ascii "\237\220"
.ascii "?3"
.ascii "\250\227"
.ascii "\251\230"
.ascii "\236\231"
.ascii "\022\217"
.ascii "\207{"
.ascii "\252\232"
.ascii "\253\233"
.ascii "\254\234"
.ascii "\177B"
.ascii "\177B"
.ascii "Iu"
.ascii "Ju"
.ascii "\246q"
.space 2,150
.ascii "\004\022"
.space 2,18
.ascii "T\216"
.ascii "UN"
.ascii "\255\210"
.ascii "7\235"
.ascii "\256\236"
.ascii "\257\237"
.ascii "yA"
.ascii "SA"
.ascii "\231`"
.ascii "j+"
.ascii "\260\222"
.ascii "\242\240"
.ascii "\226\223"
.ascii "\243\033"
.ascii "\237\220"
.space 2,29
.ascii "\255\210"
.ascii "\037\235"
.ascii "SA"
.ascii "\261\241"
.ascii "\200!"
.ascii "\200!"
.ascii "&u"
.ascii "&u"
.ascii "\246D"
.space 2,150
.ascii "LF"
.ascii "\203x"
.ascii "N\213"
.ascii "\232\210"
.ascii "\262\242"
.ascii "\263\243"
.ascii "\264\242"
.ascii "\265\243"
.ascii "\266\244"
.ascii "\267\245"
.ascii "\264\246"
.ascii "\265\247"
.ascii "\263\243"
.ascii "\270\250"
.ascii "\265\243"
.ascii "\271\251"
.ascii "\265\243"
.ascii "\272\252"
.ascii "\265\247"
.ascii "\273\253"
.space 2,44
.ascii "-\033"
.ascii ">2"
.space 2,29
.ascii "6+"
.ascii "\0374"
.ascii "\274\254"
.ascii "\275\255"
.ascii "\276\256"
.ascii "\277\257"
.ascii "\300\260"
.ascii "\301\261"
.ascii "\302\262"
.ascii "\303\263"
.ascii "\263\243"
.ascii "\270\252"
.ascii "\265\243"
.ascii "\273\252"
.ascii "Q\264"
.ascii "\304\265"
.ascii "\006\005"
.ascii "\006\005"
.ascii "\305M"
.ascii "\306\266"
.ascii "\307\267"
.ascii "\310\270"
.ascii "\311\271"
.ascii "&o"
.ascii "\312\272"
.ascii "{!"
.ascii "&B"
.ascii "&B"
.ascii "\265\243"
.ascii "\313\273"
.ascii "\265\243"
.ascii "\314\274"
.ascii "\265\243"
.ascii "\315\275"
.ascii "\316\276"
.ascii "\316\276"
.ascii "dD"
.ascii ",["
.ascii "LF"
.ascii "h_"
.ascii "@!"
.ascii "@!"
.ascii "\317\277"
.ascii "\317\277"
.ascii "\320\300"
.ascii "\321\301"
.ascii "ka"
.ascii "l\302"
.ascii "g^"
.ascii "\203x"
.ascii "i\213"
.ascii "\232\210"
.ascii "\322\303"
.ascii "\322\303"
.ascii "\323\304"
.ascii "\324+"
.ascii "\325\305"
.ascii ",\306"
.ascii "\324+"
.ascii "\326\307"
.ascii ",+"
.ascii "\327\310"
.ascii ",\306"
.ascii "\330\311"
.ascii "\263\243"
.ascii "\331\312"
.ascii "\265\243"
.ascii "\332\313"
.ascii "\265\247"
.ascii "\333\314"
.ascii "N`"
.ascii "j+"
.ascii "\334\315"
.ascii "\310\270"
.ascii "\335m"
.ascii "y\316"
.ascii "\336\317"
.ascii "\337\320"
.ascii "\340\321"
.ascii "\341\322"
.ascii "\342\323"
.ascii "\343\324"
.ascii "\344\325"
.ascii "\345\326"
.ascii "\346\327"
.ascii "\347\330"
.ascii "\350\331"
.ascii "\351\332"
.ascii "\201v"
.ascii "\202b"
.ascii "~s"
.ascii "nt"
.ascii "\236l"
.ascii "\022\217"
.ascii "x|"
.ascii "\211\022"
.ascii "\352\333"
.ascii "\352\333"
.ascii "\353\334"
.ascii "\354\335"
.ascii "\355\336"
.ascii "\356\337"
.ascii "\357\340"
.ascii "\360\341"
.ascii "\336\342"
.ascii "\361\343"
.ascii "\362\321"
.ascii "\363\344"
.ascii "\364\345"
.ascii "\345\346"
.ascii "\365\347"
.ascii "\366\330"
.space 132
.globl _overworld_tiles16_filler ## @overworld_tiles16_filler
.p2align 4
_overworld_tiles16_filler:
.space 7168
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _overworld_tiles16 ; @overworld_tiles16
_overworld_tiles16:
.space 2,5
.ascii "\006\005"
.ascii "\007\006"
.ascii "\b\007"
.ascii "\t\b"
.ascii "\n\t"
.ascii "\013\n"
.ascii "\f\013"
.ascii "\r\f"
.ascii "\016\r"
.ascii "\017\f"
.ascii "\020\016"
.space 2,15
.ascii "\021\020"
.ascii "\016\021"
.ascii "\016\021"
.space 4,18
.ascii "\007\006"
.ascii "\023\007"
.ascii "\024\023"
.ascii "\025\024"
.ascii "\013\n"
.ascii "\f\025"
.ascii "\026\020"
.ascii "\026\020"
.ascii "\027\022"
.space 2,18
.ascii "\022\026"
.ascii "\027\022"
.ascii "\016\027"
.space 2,24
.ascii "\020\016"
.ascii "\031\030"
.ascii "\032\020"
.space 2,25
.ascii "\022\032"
.space 2,27
.space 2,28
.space 2,29
.ascii "\036\022"
.ascii "\037\036"
.space 4,24
.ascii "\031\030"
.ascii "\031\030"
.ascii " \037"
.ascii "! "
.space 4,25
.ascii "\"!"
.ascii "\"!"
.ascii "\006\""
.space 2,35
.ascii "$\005"
.ascii "%$"
.ascii "&%"
.ascii "&%"
.ascii "'&"
.ascii "('"
.ascii ")\026"
.ascii "\027("
.ascii "*)"
.ascii "+*"
.ascii ",+"
.ascii ",+"
.ascii "\001+"
.ascii ",\001"
.space 2,44
.space 2,45
.space 2,46
.space 2,47
.space 2,48
.space 2,49
.ascii "2."
.ascii "3/"
.ascii "42"
.ascii "53"
.ascii "6+"
.ascii "74"
.ascii "\001+"
.ascii ",+"
.ascii "85"
.ascii "96"
.ascii ":7"
.ascii ";8"
.ascii "<9"
.ascii "<9"
.ascii "0:"
.space 2,49
.ascii "=;"
.ascii "3/"
.ascii ">2"
.ascii "?3"
.ascii "@<"
.ascii "@<"
.ascii "A="
.ascii "B>"
.ascii "C?"
.ascii "D@"
.ascii "E="
.ascii "F>"
.ascii "GA"
.ascii "HA"
.ascii "IB"
.ascii "JB"
.space 2,44
.ascii "-C"
.ascii "KD"
.ascii "\022E"
.ascii "LF"
.ascii "MG"
.ascii "NH"
.ascii "O\022"
.ascii "PI"
.ascii "3/"
.ascii "0J"
.space 2,49
.ascii "QK"
.ascii "RL"
.ascii "SA"
.ascii "SA"
.ascii "TM"
.ascii "UN"
.ascii "VO"
.ascii "WP"
.ascii "VA"
.ascii "SP"
.ascii "@Q"
.ascii "@Q"
.ascii "SR"
.ascii "X\033"
.ascii "YS"
.space 2,29
.ascii "ZA"
.ascii "\037T"
.ascii "\002U"
.ascii "[\002"
.space 2,24
.ascii "\\\030"
.space 2,25
.ascii "\031V"
.ascii "]W"
.ascii "^X"
.ascii "_!"
.ascii "_!"
.ascii "&Y"
.ascii "&Y"
.ascii "`?"
.ascii "a@"
.ascii "bI"
.ascii "c/"
.ascii "dZ"
.ascii ",["
.ascii "e\\"
.ascii "f]"
.ascii "g^"
.ascii "h_"
.ascii "i`"
.ascii "j+"
.ascii "ka"
.ascii "lb"
.ascii "mc"
.ascii "nd"
.ascii "oD"
.ascii "Se"
.ascii "LF"
.ascii "pf"
.ascii "Ng"
.ascii "qA"
.ascii "rh"
.ascii "si"
.ascii "tj"
.ascii "u/"
.ascii "0k"
.space 2,49
.ascii "vA"
.ascii "wA"
.ascii "Tl"
.ascii "UN"
.ascii "xK"
.ascii "RL"
.ascii "Vm"
.ascii "yP"
.ascii "zA"
.ascii "Sn"
.ascii "mc"
.ascii "{d"
.ascii "ka"
.ascii "lo"
.ascii "\031\030"
.ascii "|p"
.ascii "dq"
.ascii ",["
.ascii "}r"
.ascii "h_"
.ascii "~s"
.ascii "{t"
.ascii "\177u"
.ascii "\177u"
.ascii "\200<"
.ascii "\200<"
.ascii "\022\004"
.space 2,18
.ascii "\201v"
.ascii "\202w"
.ascii "}r"
.ascii "\203x"
.ascii "~s"
.ascii "\204t"
.ascii "\205y"
.ascii "\206z"
.ascii "\207{"
.ascii "\207{"
.ascii "\200Q"
.ascii "\200Q"
.ascii "\210|"
.ascii "\211\022"
.space 2,18
.ascii "\212}"
.ascii "\213~"
.ascii "\214\177"
.ascii "\215\200"
.ascii "\216\201"
.ascii "\217\202"
.ascii "\220\203"
.ascii "\221\204"
.ascii "\222\205"
.ascii "\223\206"
.ascii "\224\207"
.ascii "\225j"
.ascii "3/"
.ascii "zm"
.ascii "yn"
.ascii "\226\210"
.ascii "\226\210"
.ascii "\227\211"
.ascii "\230\212"
.ascii "\231\213"
.ascii "\232\210"
.ascii "\233\214"
.ascii "\234\215"
.ascii "\235\210"
.ascii "\226\210"
.ascii "\236\216"
.ascii "\022\217"
.ascii "\237\220"
.ascii "\240\221"
.ascii "\241|"
.ascii "\211\022"
.ascii "\226\222"
.ascii "\242\210"
.ascii "\226\223"
.ascii "\243-"
.ascii "\241K"
.ascii "RL"
.ascii "\244\224"
.ascii "\245\225"
.ascii "\246Z"
.space 2,150
.ascii "mc"
.ascii "\204d"
.ascii ">2"
.ascii "\240\221"
.ascii "6+"
.ascii "\2474"
.ascii "\237\220"
.ascii "?3"
.ascii "\250\227"
.ascii "\251\230"
.ascii "\236\231"
.ascii "\022\217"
.ascii "\207{"
.ascii "\252\232"
.ascii "\253\233"
.ascii "\254\234"
.ascii "\177B"
.ascii "\177B"
.ascii "Iu"
.ascii "Ju"
.ascii "\246q"
.space 2,150
.ascii "\004\022"
.space 2,18
.ascii "T\216"
.ascii "UN"
.ascii "\255\210"
.ascii "7\235"
.ascii "\256\236"
.ascii "\257\237"
.ascii "yA"
.ascii "SA"
.ascii "\231`"
.ascii "j+"
.ascii "\260\222"
.ascii "\242\240"
.ascii "\226\223"
.ascii "\243\033"
.ascii "\237\220"
.space 2,29
.ascii "\255\210"
.ascii "\037\235"
.ascii "SA"
.ascii "\261\241"
.ascii "\200!"
.ascii "\200!"
.ascii "&u"
.ascii "&u"
.ascii "\246D"
.space 2,150
.ascii "LF"
.ascii "\203x"
.ascii "N\213"
.ascii "\232\210"
.ascii "\262\242"
.ascii "\263\243"
.ascii "\264\242"
.ascii "\265\243"
.ascii "\266\244"
.ascii "\267\245"
.ascii "\264\246"
.ascii "\265\247"
.ascii "\263\243"
.ascii "\270\250"
.ascii "\265\243"
.ascii "\271\251"
.ascii "\265\243"
.ascii "\272\252"
.ascii "\265\247"
.ascii "\273\253"
.space 2,44
.ascii "-\033"
.ascii ">2"
.space 2,29
.ascii "6+"
.ascii "\0374"
.ascii "\274\254"
.ascii "\275\255"
.ascii "\276\256"
.ascii "\277\257"
.ascii "\300\260"
.ascii "\301\261"
.ascii "\302\262"
.ascii "\303\263"
.ascii "\263\243"
.ascii "\270\252"
.ascii "\265\243"
.ascii "\273\252"
.ascii "Q\264"
.ascii "\304\265"
.ascii "\006\005"
.ascii "\006\005"
.ascii "\305M"
.ascii "\306\266"
.ascii "\307\267"
.ascii "\310\270"
.ascii "\311\271"
.ascii "&o"
.ascii "\312\272"
.ascii "{!"
.ascii "&B"
.ascii "&B"
.ascii "\265\243"
.ascii "\313\273"
.ascii "\265\243"
.ascii "\314\274"
.ascii "\265\243"
.ascii "\315\275"
.ascii "\316\276"
.ascii "\316\276"
.ascii "dD"
.ascii ",["
.ascii "LF"
.ascii "h_"
.ascii "@!"
.ascii "@!"
.ascii "\317\277"
.ascii "\317\277"
.ascii "\320\300"
.ascii "\321\301"
.ascii "ka"
.ascii "l\302"
.ascii "g^"
.ascii "\203x"
.ascii "i\213"
.ascii "\232\210"
.ascii "\322\303"
.ascii "\322\303"
.ascii "\323\304"
.ascii "\324+"
.ascii "\325\305"
.ascii ",\306"
.ascii "\324+"
.ascii "\326\307"
.ascii ",+"
.ascii "\327\310"
.ascii ",\306"
.ascii "\330\311"
.ascii "\263\243"
.ascii "\331\312"
.ascii "\265\243"
.ascii "\332\313"
.ascii "\265\247"
.ascii "\333\314"
.ascii "N`"
.ascii "j+"
.ascii "\334\315"
.ascii "\310\270"
.ascii "\335m"
.ascii "y\316"
.ascii "\336\317"
.ascii "\337\320"
.ascii "\340\321"
.ascii "\341\322"
.ascii "\342\323"
.ascii "\343\324"
.ascii "\344\325"
.ascii "\345\326"
.ascii "\346\327"
.ascii "\347\330"
.ascii "\350\331"
.ascii "\351\332"
.ascii "\201v"
.ascii "\202b"
.ascii "~s"
.ascii "nt"
.ascii "\236l"
.ascii "\022\217"
.ascii "x|"
.ascii "\211\022"
.ascii "\352\333"
.ascii "\352\333"
.ascii "\353\334"
.ascii "\354\335"
.ascii "\355\336"
.ascii "\356\337"
.ascii "\357\340"
.ascii "\360\341"
.ascii "\336\342"
.ascii "\361\343"
.ascii "\362\321"
.ascii "\363\344"
.ascii "\364\345"
.ascii "\345\346"
.ascii "\365\347"
.ascii "\366\330"
.space 132
.globl _overworld_tiles16_filler ; @overworld_tiles16_filler
_overworld_tiles16_filler:
.space 7168
.subsections_via_symbols
| the_stack_data/11401.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function major_to_index
_major_to_index: ## @major_to_index
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, %eax
movq _CHRDEV_MAJOR_HASH_SIZE@GOTPCREL(%rip), %rcx
cltd
idivl (%rcx)
movl %edx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CHRDEV_MAJOR_HASH_SIZE,4,2 ## @CHRDEV_MAJOR_HASH_SIZE
.no_dead_strip _major_to_index
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function major_to_index
_major_to_index: ; @major_to_index
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _CHRDEV_MAJOR_HASH_SIZE@GOTPAGE
Lloh1:
ldr x8, [x8, _CHRDEV_MAJOR_HASH_SIZE@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
sdiv w9, w0, w8
msub w0, w9, w8, w0
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CHRDEV_MAJOR_HASH_SIZE,4,2 ; @CHRDEV_MAJOR_HASH_SIZE
.no_dead_strip _major_to_index
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/extr_char_dev.c_major_to_index.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function server_accept_inetd
_server_accept_inetd: ## @server_accept_inetd
.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 _startup_pipe@GOTPCREL(%rip), %rbx
movl $-1, (%rbx)
movq _rexeced_flag@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
je LBB0_3
## %bb.1:
movq _REEXEC_CONFIG_PASS_FD@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _close
movq _STDIN_FILENO@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _dup
movl %eax, (%r14)
movl %eax, (%r15)
movq _debug_flag@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
jne LBB0_4
## %bb.2:
movq _REEXEC_STARTUP_PIPE_FD@GOTPCREL(%rip), %r12
movl (%r12), %edi
callq _dup
movl %eax, (%rbx)
movl (%r12), %edi
callq _close
jmp LBB0_4
LBB0_3:
movq _STDIN_FILENO@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _dup
movl %eax, (%r15)
movq _STDOUT_FILENO@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _dup
movl %eax, (%r14)
LBB0_4:
movq __PATH_DEVNULL@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _O_RDWR@GOTPCREL(%rip), %rax
movl (%rax), %esi
xorl %edx, %edx
callq _open
cmpl $-1, %eax
je LBB0_11
## %bb.5:
movl %eax, %ebx
movq _STDIN_FILENO@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %ebx, %edi
callq _dup2
movq _STDOUT_FILENO@GOTPCREL(%rip), %r12
movl (%r12), %esi
movl %ebx, %edi
callq _dup2
movq _log_stderr@GOTPCREL(%rip), %r13
movq (%r13), %rax
testq %rax, %rax
je LBB0_6
## %bb.7:
testq %rax, %rax
jne LBB0_8
LBB0_9:
cmpl (%r12), %ebx
jle LBB0_11
LBB0_10:
movl %ebx, %edi
callq _close
LBB0_11:
movl (%r15), %esi
movl (%r14), %edx
leaq L_.str(%rip), %rdi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _debug ## TAILCALL
LBB0_6:
movq _STDERR_FILENO@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %ebx, %edi
callq _dup2
movq (%r13), %rax
testq %rax, %rax
je LBB0_9
LBB0_8:
movq _STDERR_FILENO@GOTPCREL(%rip), %r12
cmpl (%r12), %ebx
jg LBB0_10
jmp LBB0_11
.cfi_endproc
## -- End function
.comm _startup_pipe,4,2 ## @startup_pipe
.comm _rexeced_flag,8,3 ## @rexeced_flag
.comm _REEXEC_CONFIG_PASS_FD,4,2 ## @REEXEC_CONFIG_PASS_FD
.comm _STDIN_FILENO,4,2 ## @STDIN_FILENO
.comm _debug_flag,4,2 ## @debug_flag
.comm _REEXEC_STARTUP_PIPE_FD,4,2 ## @REEXEC_STARTUP_PIPE_FD
.comm _STDOUT_FILENO,4,2 ## @STDOUT_FILENO
.comm __PATH_DEVNULL,4,2 ## @_PATH_DEVNULL
.comm _O_RDWR,4,2 ## @O_RDWR
.comm _log_stderr,8,3 ## @log_stderr
.comm _STDERR_FILENO,4,2 ## @STDERR_FILENO
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "inetd sockets after dupping: %d, %d"
.no_dead_strip _server_accept_inetd
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function server_accept_inetd
_server_accept_inetd: ; @server_accept_inetd
.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 x20, x0
Lloh0:
adrp x21, _startup_pipe@GOTPAGE
Lloh1:
ldr x21, [x21, _startup_pipe@GOTPAGEOFF]
mov w8, #-1
str w8, [x21]
Lloh2:
adrp x8, _rexeced_flag@GOTPAGE
Lloh3:
ldr x8, [x8, _rexeced_flag@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
Lloh5:
adrp x22, _STDIN_FILENO@GOTPAGE
Lloh6:
ldr x22, [x22, _STDIN_FILENO@GOTPAGEOFF]
cbz x8, LBB0_3
; %bb.1:
Lloh7:
adrp x8, _REEXEC_CONFIG_PASS_FD@GOTPAGE
Lloh8:
ldr x8, [x8, _REEXEC_CONFIG_PASS_FD@GOTPAGEOFF]
Lloh9:
ldr w0, [x8]
bl _close
ldr w0, [x22]
bl _dup
str w0, [x19]
str w0, [x20]
Lloh10:
adrp x8, _debug_flag@GOTPAGE
Lloh11:
ldr x8, [x8, _debug_flag@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
cbnz w8, LBB0_4
; %bb.2:
Lloh13:
adrp x23, _REEXEC_STARTUP_PIPE_FD@GOTPAGE
Lloh14:
ldr x23, [x23, _REEXEC_STARTUP_PIPE_FD@GOTPAGEOFF]
ldr w0, [x23]
bl _dup
str w0, [x21]
ldr w0, [x23]
bl _close
b LBB0_4
LBB0_3:
ldr w0, [x22]
bl _dup
str w0, [x20]
Lloh15:
adrp x8, _STDOUT_FILENO@GOTPAGE
Lloh16:
ldr x8, [x8, _STDOUT_FILENO@GOTPAGEOFF]
Lloh17:
ldr w0, [x8]
bl _dup
str w0, [x19]
LBB0_4:
Lloh18:
adrp x8, __PATH_DEVNULL@GOTPAGE
Lloh19:
ldr x8, [x8, __PATH_DEVNULL@GOTPAGEOFF]
Lloh20:
ldr w0, [x8]
Lloh21:
adrp x8, _O_RDWR@GOTPAGE
Lloh22:
ldr x8, [x8, _O_RDWR@GOTPAGEOFF]
Lloh23:
ldr w1, [x8]
mov w2, #0
bl _open
cmn w0, #1
b.eq LBB0_9
; %bb.5:
mov x21, x0
ldr w1, [x22]
bl _dup2
Lloh24:
adrp x22, _STDOUT_FILENO@GOTPAGE
Lloh25:
ldr x22, [x22, _STDOUT_FILENO@GOTPAGEOFF]
ldr w1, [x22]
mov x0, x21
bl _dup2
Lloh26:
adrp x24, _log_stderr@GOTPAGE
Lloh27:
ldr x24, [x24, _log_stderr@GOTPAGEOFF]
ldr x8, [x24]
Lloh28:
adrp x23, _STDERR_FILENO@GOTPAGE
Lloh29:
ldr x23, [x23, _STDERR_FILENO@GOTPAGEOFF]
cbnz x8, LBB0_7
; %bb.6:
ldr w1, [x23]
mov x0, x21
bl _dup2
ldr x8, [x24]
LBB0_7:
cmp x8, #0
csel x8, x22, x23, eq
ldr w8, [x8]
cmp w21, w8
b.le LBB0_9
; %bb.8:
mov x0, x21
bl _close
LBB0_9:
ldr w1, [x20]
ldr w2, [x19]
Lloh30:
adrp x0, l_.str@PAGE
Lloh31:
add x0, x0, l_.str@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
b _debug
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGot Lloh28, Lloh29
.loh AdrpLdrGot Lloh26, Lloh27
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpAdd Lloh30, Lloh31
.cfi_endproc
; -- End function
.comm _startup_pipe,4,2 ; @startup_pipe
.comm _rexeced_flag,8,3 ; @rexeced_flag
.comm _REEXEC_CONFIG_PASS_FD,4,2 ; @REEXEC_CONFIG_PASS_FD
.comm _STDIN_FILENO,4,2 ; @STDIN_FILENO
.comm _debug_flag,4,2 ; @debug_flag
.comm _REEXEC_STARTUP_PIPE_FD,4,2 ; @REEXEC_STARTUP_PIPE_FD
.comm _STDOUT_FILENO,4,2 ; @STDOUT_FILENO
.comm __PATH_DEVNULL,4,2 ; @_PATH_DEVNULL
.comm _O_RDWR,4,2 ; @O_RDWR
.comm _log_stderr,8,3 ; @log_stderr
.comm _STDERR_FILENO,4,2 ; @STDERR_FILENO
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "inetd sockets after dupping: %d, %d"
.no_dead_strip _server_accept_inetd
.subsections_via_symbols
| AnghaBench/freebsd/crypto/openssh/extr_sshd.c_server_accept_inetd.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
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
leaq L_.str(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
callq _printf
cmpl $2, -44(%rbp)
jge LBB0_1
LBB0_11:
leaq L_str.5(%rip), %rdi
callq _puts
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_1:
movl $2, %r13d
leaq L_str.5(%rip), %r14
leaq L_.str.4(%rip), %r15
xorl %r8d, %r8d
xorl %r12d, %r12d
jmp LBB0_2
.p2align 4, 0x90
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
leal 1(%r13), %eax
movl %r12d, %r8d
cmpl -44(%rbp), %r13d
movl %eax, %r13d
jge LBB0_11
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_5 Depth 2
incl %r12d
jne LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
xorl %ebx, %ebx
movl $1, %ecx
jmp LBB0_6
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
movl %r13d, %r9d
andl $-2, %r9d
negl %r9d
movl $1, %edi
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_5: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movl %r13d, %eax
xorl %edx, %edx
divl %edi
xorl %ecx, %ecx
testl %edx, %edx
sete %cl
leal 1(%rdi), %esi
movl %r13d, %eax
xorl %edx, %edx
divl %esi
cmpl $1, %edx
adcl %ecx, %ebx
movl %edi, %ecx
addl $2, %ecx
leal (%r9,%rdi), %eax
addl $2, %eax
movl %ecx, %edi
cmpl $1, %eax
jne LBB0_5
LBB0_6: ## in Loop: Header=BB0_2 Depth=1
testb $1, %r8b
je LBB0_8
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
movl %r13d, %eax
xorl %edx, %edx
divl %ecx
cmpl $1, %edx
adcl $0, %ebx
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
movq %r14, %rdi
callq _puts
cmpl $2, %ebx
jne LBB0_10
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
movq %r15, %rdi
movl %r13d, %esi
xorl %eax, %eax
callq _printf
jmp LBB0_10
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "enter the value of n:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "\n prime numbers less than or equal to %d are:"
L_.str.4: ## @.str.4
.asciz "%d "
L_str.5: ## @str.5
.asciz "\n no. of prime number from 0 to n is:"
.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, #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
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
add x8, sp, #12
str x8, [sp]
Lloh2:
adrp x0, l_.str.1@PAGE
Lloh3:
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
Lloh4:
adrp x0, l_.str.2@PAGE
Lloh5:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr w8, [sp, #12]
cmp w8, #2
b.ge LBB0_2
LBB0_1:
Lloh6:
adrp x0, l_str.5@PAGE
Lloh7:
add x0, x0, l_str.5@PAGEOFF
bl _puts
mov w0, #0
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_2:
mov w21, #0
mov w23, #2
mov w22, #3
Lloh8:
adrp x19, l_str.5@PAGE
Lloh9:
add x19, x19, l_str.5@PAGEOFF
Lloh10:
adrp x20, l_.str.4@PAGE
Lloh11:
add x20, x20, l_.str.4@PAGEOFF
b LBB0_4
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
add w8, w23, #1
ldr w9, [sp, #12]
add w22, w22, #1
add w21, w21, #1
cmp w23, w9
mov x23, x8
b.ge LBB0_1
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_7 Depth 2
; Child Loop BB0_9 Depth 2
cmn w21, #3
b.ls LBB0_6
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
mov w24, #0
mov w8, #1
b LBB0_9
LBB0_6: ; in Loop: Header=BB0_4 Depth=1
mov w13, #0
mov w10, #0
mov w12, #0
and w14, w23, #0xfffffffe
add w9, w21, #2
and w11, w9, #0xfffffffe
orr w8, w9, #0x1
LBB0_7: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
add w15, w13, #1
add w13, w13, #2
udiv w16, w23, w15
msub w15, w16, w15, w23
udiv w16, w23, w13
msub w16, w16, w13, w23
cmp w15, #0
cinc w10, w10, eq
cmp w16, #0
cinc w12, w12, eq
cmp w14, w13
b.ne LBB0_7
; %bb.8: ; in Loop: Header=BB0_4 Depth=1
add w24, w12, w10
cmp w9, w11
b.eq LBB0_10
LBB0_9: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
udiv w9, w23, w8
msub w9, w9, w8, w23
cmp w9, #0
cinc w24, w24, eq
add w8, w8, #1
cmp w22, w8
b.ne LBB0_9
LBB0_10: ; in Loop: Header=BB0_4 Depth=1
mov x0, x19
bl _puts
cmp w24, #2
b.ne LBB0_3
; %bb.11: ; in Loop: Header=BB0_4 Depth=1
str x23, [sp]
mov x0, x20
bl _printf
b LBB0_3
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "enter the value of n:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "\n prime numbers less than or equal to %d are:"
l_.str.4: ; @.str.4
.asciz "%d "
l_str.5: ; @str.5
.asciz "\n no. of prime number from 0 to n is:"
.subsections_via_symbols
| the_stack_data/122015585.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nitrox_process_se_request ## -- Begin function nitrox_process_se_request
.p2align 4, 0x90
_nitrox_process_se_request: ## @nitrox_process_se_request
.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, %r15
movl %edx, %ebx
movq %rsi, %r14
movq %rdi, %r12
callq _nitrox_ready
testl %eax, %eax
je LBB0_1
## %bb.3:
movl 40(%r14), %esi
movl $232, %edi
callq _kzalloc
testq %rax, %rax
je LBB0_4
## %bb.5:
movq %rax, %r13
movq %r12, 224(%rax)
movl 44(%r14), %eax
movl %eax, 216(%r13)
movl 40(%r14), %eax
movl %eax, 212(%r13)
movl %ebx, 208(%r13)
movq %r15, 200(%r13)
movq %r13, %rdi
addq $192, %rdi
movq _REQ_NOT_POSTED@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _atomic_set
movl 36(%r14), %eax
movl %eax, 188(%r13)
movl 32(%r14), %eax
movl %eax, 184(%r13)
movq %r13, %rdi
movq %r14, %rsi
callq _softreq_map_iobuf
testl %eax, %eax
je LBB0_7
## %bb.6:
movl %eax, %ebx
movq %r13, %rdi
callq _kfree
jmp LBB0_12
LBB0_1:
movq _ENODEV@GOTPCREL(%rip), %rax
jmp LBB0_2
LBB0_4:
movq _ENOMEM@GOTPCREL(%rip), %rax
LBB0_2:
xorl %ebx, %ebx
subl (%rax), %ebx
LBB0_12:
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_7:
movq 24(%r14), %rax
testq %rax, %rax
je LBB0_8
## %bb.9:
movq -32(%rax), %r15
jmp LBB0_10
LBB0_8:
xorl %r15d, %r15d
LBB0_10:
xorl %eax, %eax
callq _smp_processor_id
cltd
idivl (%r12)
movslq %edx, %rbx
leaq (,%rbx,4), %rax
addq 8(%r12), %rax
movq %rax, 176(%r13)
movq 168(%r13), %rdi
callq _cpu_to_be64
movq %rax, 128(%r13)
movq $0, 88(%r13)
movl $1, 96(%r13)
movl 144(%r13), %eax
movl 160(%r13), %ecx
movl %ecx, 124(%r13)
movl %eax, 120(%r13)
movq _FDATA_SIZE@GOTPCREL(%rip), %rax
movq (%rax), %rax
addq $4, %rax
movq %rax, 104(%r13)
addq 152(%r13), %rax
movq %rax, 112(%r13)
xorl %edi, %edi
callq _cpu_to_be64
movq %rax, 88(%r13)
movq 80(%r13), %rax
movq $0, (%rax)
movq _MIN_UDD_LEN@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 72(%r13)
movl 8(%r14), %eax
leal 7(%rax), %ecx
testl %eax, %eax
cmovnsl %eax, %ecx
sarl $3, %ecx
movl %ecx, 32(%r13)
movq _SOLICIT_BASE_DPORT@GOTPCREL(%rip), %rax
addq (%rax), %rbx
movq %rbx, 64(%r13)
movl 16(%r14), %eax
movl %eax, 56(%r13)
movl 12(%r14), %eax
movl %eax, 52(%r13)
movl 4(%r14), %eax
movl %eax, 48(%r13)
movq 80(%r13), %rax
movq (%rax), %rdi
callq _cpu_to_be64
movq 80(%r13), %rcx
movq %rax, (%rcx)
movq %r15, %rdi
callq _cpu_to_be64
movq %rax, 40(%r13)
movq 24(%r13), %rax
movq $0, (%rax)
movl 144(%r13), %eax
movl %eax, 16(%r13)
movq 24(%r13), %rax
movq (%rax), %rdi
callq _cpu_to_be64
movq 24(%r13), %rcx
movq %rax, (%rcx)
movq 136(%r13), %rdi
callq _cpu_to_be64
movq %rax, 8(%r13)
movq (%r14), %rax
movq (%r13), %rcx
movq %rax, (%rcx)
movq $0, 8(%rcx)
movq %r13, %rdi
callq _nitrox_enqueue_request
movl %eax, %ebx
movq _ENOSPC@GOTPCREL(%rip), %rax
movl %ebx, %ecx
addl (%rax), %ecx
jne LBB0_12
## %bb.11:
movq %r13, %rdi
callq _softreq_destroy
jmp LBB0_12
.cfi_endproc
## -- End function
.comm _ENODEV,4,2 ## @ENODEV
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _REQ_NOT_POSTED,4,2 ## @REQ_NOT_POSTED
.comm _FDATA_SIZE,8,3 ## @FDATA_SIZE
.comm _MIN_UDD_LEN,4,2 ## @MIN_UDD_LEN
.comm _SOLICIT_BASE_DPORT,8,3 ## @SOLICIT_BASE_DPORT
.comm _ENOSPC,4,2 ## @ENOSPC
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nitrox_process_se_request ; -- Begin function nitrox_process_se_request
.p2align 2
_nitrox_process_se_request: ; @nitrox_process_se_request
.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, x3
mov x23, x2
mov x20, x1
mov x22, x0
bl _nitrox_ready
cbz w0, LBB0_4
; %bb.1:
ldr w1, [x20, #40]
mov w0, #232
bl _kzalloc
cbz x0, LBB0_5
; %bb.2:
mov x19, x0
str x22, [x0, #224]
ldr d0, [x20, #40]
stur d0, [x0, #212]
str w23, [x0, #208]
str x21, [x0, #200]
add x0, x0, #192
Lloh0:
adrp x8, _REQ_NOT_POSTED@GOTPAGE
Lloh1:
ldr x8, [x8, _REQ_NOT_POSTED@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _atomic_set
ldr d0, [x20, #32]
str d0, [x19, #184]
mov x0, x19
mov x1, x20
bl _softreq_map_iobuf
cbz w0, LBB0_8
; %bb.3:
mov x21, x0
mov x0, x19
bl _kfree
b LBB0_7
LBB0_4:
Lloh3:
adrp x8, _ENODEV@GOTPAGE
Lloh4:
ldr x8, [x8, _ENODEV@GOTPAGEOFF]
b LBB0_6
LBB0_5:
Lloh5:
adrp x8, _ENOMEM@GOTPAGE
Lloh6:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
LBB0_6:
ldr w8, [x8]
neg w21, w8
LBB0_7:
mov x0, x21
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:
ldr x8, [x20, #24]
cbz x8, LBB0_10
; %bb.9:
ldur x21, [x8, #-32]
b LBB0_11
LBB0_10:
mov x21, #0
LBB0_11:
bl _smp_processor_id
ldr w8, [x22]
sdiv w9, w0, w8
msub w8, w9, w8, w0
ldr x9, [x22, #8]
sxtw x22, w8
add x8, x9, w8, sxtw #2
str x8, [x19, #176]
ldr x0, [x19, #168]
bl _cpu_to_be64
str x0, [x19, #128]
str xzr, [x19, #88]
mov w8, #1
str w8, [x19, #96]
ldr w8, [x19, #160]
ldr w9, [x19, #144]
stp w9, w8, [x19, #120]
Lloh7:
adrp x8, _FDATA_SIZE@GOTPAGE
Lloh8:
ldr x8, [x8, _FDATA_SIZE@GOTPAGEOFF]
Lloh9:
ldr x8, [x8]
add x8, x8, #4
ldr x9, [x19, #152]
add x9, x9, x8
stp x8, x9, [x19, #104]
mov x0, #0
bl _cpu_to_be64
str x0, [x19, #88]
ldr x8, [x19, #80]
str xzr, [x8]
Lloh10:
adrp x8, _MIN_UDD_LEN@GOTPAGE
Lloh11:
ldr x8, [x8, _MIN_UDD_LEN@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
str w8, [x19, #72]
ldr w8, [x20, #8]
add w9, w8, #7
cmp w8, #0
csel w8, w9, w8, lt
asr w8, w8, #3
str w8, [x19, #32]
Lloh13:
adrp x8, _SOLICIT_BASE_DPORT@GOTPAGE
Lloh14:
ldr x8, [x8, _SOLICIT_BASE_DPORT@GOTPAGEOFF]
Lloh15:
ldr x8, [x8]
add x8, x8, x22
str x8, [x19, #64]
ldur d0, [x20, #12]
stur d0, [x19, #52]
ldr w8, [x20, #4]
str w8, [x19, #48]
ldr x8, [x19, #80]
ldr x0, [x8]
bl _cpu_to_be64
ldr x8, [x19, #80]
str x0, [x8]
mov x0, x21
bl _cpu_to_be64
str x0, [x19, #40]
ldr x8, [x19, #24]
str xzr, [x8]
ldr w8, [x19, #144]
str w8, [x19, #16]
ldr x8, [x19, #24]
ldr x0, [x8]
bl _cpu_to_be64
ldr x8, [x19, #24]
str x0, [x8]
ldr x0, [x19, #136]
bl _cpu_to_be64
str x0, [x19, #8]
ldr x8, [x20]
ldr x9, [x19]
stp x8, xzr, [x9]
mov x0, x19
bl _nitrox_enqueue_request
mov x21, x0
Lloh16:
adrp x8, _ENOSPC@GOTPAGE
Lloh17:
ldr x8, [x8, _ENOSPC@GOTPAGEOFF]
Lloh18:
ldr w8, [x8]
cmn w0, w8
b.ne LBB0_7
; %bb.12:
mov x0, x19
bl _softreq_destroy
b LBB0_7
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _ENODEV,4,2 ; @ENODEV
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _REQ_NOT_POSTED,4,2 ; @REQ_NOT_POSTED
.comm _FDATA_SIZE,8,3 ; @FDATA_SIZE
.comm _MIN_UDD_LEN,4,2 ; @MIN_UDD_LEN
.comm _SOLICIT_BASE_DPORT,8,3 ; @SOLICIT_BASE_DPORT
.comm _ENOSPC,4,2 ; @ENOSPC
.subsections_via_symbols
| AnghaBench/linux/drivers/crypto/cavium/nitrox/extr_nitrox_reqmgr.c_nitrox_process_se_request.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
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
leaq L_str(%rip), %r14
leaq L_str.9(%rip), %r15
leaq L_.str.2(%rip), %r12
leaq L_.str.3(%rip), %r13
leaq -44(%rbp), %rbx
jmp LBB0_1
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.12(%rip), %rdi
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
callq _puts
cmpl $0, -44(%rbp)
jle LBB0_12
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq %r14, %rdi
callq _puts
movq %r15, %rdi
callq _puts
movq %r12, %rdi
xorl %eax, %eax
callq _printf
movq %r13, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
movl -44(%rbp), %eax
testl %eax, %eax
js LBB0_2
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
cmpl $3, %eax
je LBB0_8
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
cmpl $2, %eax
je LBB0_7
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
cmpl $1, %eax
jne LBB0_9
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.11(%rip), %rdi
jmp LBB0_10
.p2align 4, 0x90
LBB0_2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.4(%rip), %rdi
xorl %eax, %eax
callq _printf
cmpl $0, -44(%rbp)
jg LBB0_1
jmp LBB0_12
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.13(%rip), %rdi
jmp LBB0_10
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.10(%rip), %rdi
jmp LBB0_10
LBB0_12:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _cat ## -- Begin function cat
.p2align 4, 0x90
_cat: ## @cat
.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.11(%rip), %rdi
popq %rbp
jmp _puts ## TAILCALL
.cfi_endproc
## -- End function
.globl _dog ## -- Begin function dog
.p2align 4, 0x90
_dog: ## @dog
.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.12(%rip), %rdi
popq %rbp
jmp _puts ## TAILCALL
.cfi_endproc
## -- End function
.globl _cow ## -- Begin function cow
.p2align 4, 0x90
_cow: ## @cow
.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.13(%rip), %rdi
popq %rbp
jmp _puts ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "Select animal:"
L_.str.3: ## @.str.3
.asciz "%d"
L_.str.4: ## @.str.4
.asciz "Terminating the program..."
L_str: ## @str
.asciz "1:cat\n2:dog\n3:cow"
L_str.9: ## @str.9
.asciz "End with a negative number."
L_str.10: ## @str.10
.asciz "You entered an invalid number.\n"
L_str.11: ## @str.11
.asciz "The cat says meow!"
L_str.12: ## @str.12
.asciz "The dog says wuff-wuff!"
L_str.13: ## @str.13
.asciz "The cow says moo!"
.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, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
Lloh0:
adrp x19, l_str@PAGE
Lloh1:
add x19, x19, l_str@PAGEOFF
Lloh2:
adrp x20, l_str.9@PAGE
Lloh3:
add x20, x20, l_str.9@PAGEOFF
Lloh4:
adrp x21, l_.str.2@PAGE
Lloh5:
add x21, x21, l_.str.2@PAGEOFF
add x28, sp, #12
Lloh6:
adrp x22, l_.str.3@PAGE
Lloh7:
add x22, x22, l_.str.3@PAGEOFF
Lloh8:
adrp x23, l_.str.4@PAGE
Lloh9:
add x23, x23, l_.str.4@PAGEOFF
Lloh10:
adrp x24, l_str.13@PAGE
Lloh11:
add x24, x24, l_str.13@PAGEOFF
Lloh12:
adrp x25, l_str.12@PAGE
Lloh13:
add x25, x25, l_str.12@PAGEOFF
Lloh14:
adrp x26, l_str.11@PAGE
Lloh15:
add x26, x26, l_str.11@PAGEOFF
Lloh16:
adrp x27, l_str.10@PAGE
Lloh17:
add x27, x27, l_str.10@PAGEOFF
b LBB0_4
LBB0_1: ; in Loop: Header=BB0_4 Depth=1
mov x0, x25
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
bl _puts
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
ldr w8, [sp, #12]
cmp w8, #0
b.le LBB0_12
LBB0_4: ; =>This Inner Loop Header: Depth=1
mov x0, x19
bl _puts
mov x0, x20
bl _puts
mov x0, x21
bl _printf
str x28, [sp]
mov x0, x22
bl _scanf
ldr w8, [sp, #12]
tbnz w8, #31, LBB0_9
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
cmp w8, #3
b.eq LBB0_10
; %bb.6: ; in Loop: Header=BB0_4 Depth=1
cmp w8, #2
b.eq LBB0_1
; %bb.7: ; in Loop: Header=BB0_4 Depth=1
cmp w8, #1
b.ne LBB0_11
; %bb.8: ; in Loop: Header=BB0_4 Depth=1
mov x0, x26
b LBB0_2
LBB0_9: ; in Loop: Header=BB0_4 Depth=1
mov x0, x23
bl _printf
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
b LBB0_2
LBB0_11: ; in Loop: Header=BB0_4 Depth=1
mov x0, x27
b LBB0_2
LBB0_12:
mov w0, #0
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
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.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 Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _cat ; -- Begin function cat
.p2align 2
_cat: ; @cat
.cfi_startproc
; %bb.0:
Lloh18:
adrp x0, l_str.11@PAGE
Lloh19:
add x0, x0, l_str.11@PAGEOFF
b _puts
.loh AdrpAdd Lloh18, Lloh19
.cfi_endproc
; -- End function
.globl _dog ; -- Begin function dog
.p2align 2
_dog: ; @dog
.cfi_startproc
; %bb.0:
Lloh20:
adrp x0, l_str.12@PAGE
Lloh21:
add x0, x0, l_str.12@PAGEOFF
b _puts
.loh AdrpAdd Lloh20, Lloh21
.cfi_endproc
; -- End function
.globl _cow ; -- Begin function cow
.p2align 2
_cow: ; @cow
.cfi_startproc
; %bb.0:
Lloh22:
adrp x0, l_str.13@PAGE
Lloh23:
add x0, x0, l_str.13@PAGEOFF
b _puts
.loh AdrpAdd Lloh22, Lloh23
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "Select animal:"
l_.str.3: ; @.str.3
.asciz "%d"
l_.str.4: ; @.str.4
.asciz "Terminating the program..."
l_str: ; @str
.asciz "1:cat\n2:dog\n3:cow"
l_str.9: ; @str.9
.asciz "End with a negative number."
l_str.10: ; @str.10
.asciz "You entered an invalid number.\n"
l_str.11: ; @str.11
.asciz "The cat says meow!"
l_str.12: ; @str.12
.asciz "The dog says wuff-wuff!"
l_str.13: ; @str.13
.asciz "The cow says moo!"
.subsections_via_symbols
| the_stack_data/96327.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 %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $16, %edi
callq _malloc
movq %rax, %rbx
movl $10, (%rax)
movl $16, %edi
callq _malloc
movq %rax, %r14
movl $20, (%rax)
movq %rax, 8(%rbx)
movl $16, %edi
callq _malloc
movq %rax, %r15
movl $30, (%rax)
movq %rax, 8(%r14)
movl $16, %edi
callq _malloc
movq %rax, %r14
movl $40, (%rax)
movq %rbx, 8(%rax)
movq %rax, 8(%r15)
leaq L_.str(%rip), %rdi
callq _puts
leaq L_.str.1(%rip), %r15
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
cmpq 8(%r14), %rbx
jne LBB0_1
## %bb.2:
leaq L_.str.2(%rip), %rdi
callq _system
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _inserir ## -- Begin function inserir
.p2align 4, 0x90
_inserir: ## @inserir
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %r14d
movq %rdi, %rbx
movl $16, %edi
callq _malloc
movl %r14d, (%rax)
testq %rbx, %rbx
je LBB1_1
## %bb.2:
movq 8(%rbx), %rcx
addq $8, %rbx
movq %rcx, 8(%rax)
jmp LBB1_3
LBB1_1:
movq %rax, %rbx
addq $8, %rbx
LBB1_3:
movq %rax, (%rbx)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Lista Encadeada Circulasr"
L_.str.1: ## @.str.1
.asciz "%d \n"
L_.str.2: ## @.str.2
.asciz "pause"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.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 w0, #16
bl _malloc
mov x19, x0
mov w8, #10
str w8, [x0]
mov w0, #16
bl _malloc
mov x20, x0
mov w8, #20
str w8, [x0]
str x0, [x19, #8]
mov w0, #16
bl _malloc
mov x21, x0
mov w8, #30
str w8, [x0]
str x0, [x20, #8]
mov w0, #16
bl _malloc
mov x20, x0
mov w8, #40
str w8, [x0]
str x19, [x0, #8]
str x0, [x21, #8]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _puts
Lloh2:
adrp x21, l_.str.1@PAGE
Lloh3:
add x21, x21, l_.str.1@PAGEOFF
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19]
str x8, [sp]
mov x0, x21
bl _printf
ldr x19, [x19, #8]
ldr x8, [x20, #8]
cmp x19, x8
b.ne LBB0_1
; %bb.2:
Lloh4:
adrp x0, l_.str.2@PAGE
Lloh5:
add x0, x0, l_.str.2@PAGEOFF
bl _system
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
add sp, sp, #64
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh4, Lloh5
.cfi_endproc
; -- End function
.globl _inserir ; -- Begin function inserir
.p2align 2
_inserir: ; @inserir
.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, x1
mov x19, x0
mov w0, #16
bl _malloc
str w20, [x0]
cbz x19, LBB1_2
; %bb.1:
ldr x8, [x19, #8]!
str x8, [x0, #8]
b LBB1_3
LBB1_2:
add x19, x0, #8
LBB1_3:
str 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
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Lista Encadeada Circulasr"
l_.str.1: ; @.str.1
.asciz "%d \n"
l_.str.2: ; @.str.2
.asciz "pause"
.subsections_via_symbols
| the_stack_data/24820.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _process_record_keymap ## -- Begin function process_record_keymap
.weak_definition _process_record_keymap
.p2align 4, 0x90
_process_record_keymap: ## @process_record_keymap
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _process_record_keymap ; -- Begin function process_record_keymap
.weak_definition _process_record_keymap
.p2align 2
_process_record_keymap: ; @process_record_keymap
.cfi_startproc
; %bb.0:
mov w0, #1
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/qmk_firmware/users/jarred/extr_jarred.c_process_record_keymap.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _get_sticks ## -- Begin function get_sticks
.p2align 4, 0x90
_get_sticks: ## @get_sticks
.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
movl %edi, %ebx
movq _mutex@GOTPCREL(%rip), %r14
movq %r14, %rdi
callq _pthread_mutex_lock
callq _disp_philo_states
movslq %ebx, %r15
movq _philoStates@GOTPCREL(%rip), %rax
movl $1, (%rax,%r15,4)
leal 1(%r15), %eax
cltq
imulq $1717986919, %rax, %rax ## imm = 0x66666667
movq %rax, %rcx
shrq $63, %rcx
sarq $33, %rax
addl %ecx, %eax
leal (%rax,%rax,4), %eax
negl %eax
addl %r15d, %eax
incl %eax
movslq %eax, %r13
leaq (%r15,%r15,2), %rbx
shlq $4, %rbx
addq _cond@GOTPCREL(%rip), %rbx
movq _stickStates@GOTPCREL(%rip), %r12
jmp LBB0_1
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq %rbx, %rdi
movq %r14, %rsi
callq _pthread_cond_wait
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $1, (%r12,%r15,4)
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpl $1, (%r12,%r13,4)
je LBB0_3
## %bb.4:
movq _philoStates@GOTPCREL(%rip), %rax
movl $2, (%rax,%r15,4)
movl $1, (%r12,%r15,4)
movl $1, (%r12,%r13,4)
movq _mutex@GOTPCREL(%rip), %rdi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _pthread_mutex_unlock ## TAILCALL
.cfi_endproc
## -- End function
.globl _put_sticks ## -- Begin function put_sticks
.p2align 4, 0x90
_put_sticks: ## @put_sticks
.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
movl %edi, %ebx
movq _mutex@GOTPCREL(%rip), %r14
movq %r14, %rdi
callq _pthread_mutex_lock
callq _disp_philo_states
movslq %ebx, %rbx
movq _stickStates@GOTPCREL(%rip), %rax
movl $0, (%rax,%rbx,4)
leal 1(%rbx), %ecx
movslq %ecx, %r15
imulq $1717986919, %r15, %rcx ## imm = 0x66666667
movq %rcx, %rdx
shrq $63, %rdx
sarq $33, %rcx
addl %edx, %ecx
leal (%rcx,%rcx,4), %ecx
negl %ecx
addl %ebx, %ecx
incl %ecx
movslq %ecx, %rcx
movl $0, (%rax,%rcx,4)
movq _philoStates@GOTPCREL(%rip), %rax
movl $0, (%rax,%rbx,4)
movl %ebx, %eax
subl $1, %eax
movl $4, %ecx
cmovael %eax, %ecx
movslq %ecx, %rax
leaq (%rax,%rax,2), %rdi
shlq $4, %rdi
movq _cond@GOTPCREL(%rip), %r12
addq %r12, %rdi
callq _pthread_cond_signal
xorl %eax, %eax
cmpl $4, %ebx
cmovel %eax, %r15d
movslq %r15d, %rax
leaq (%rax,%rax,2), %rdi
shlq $4, %rdi
addq %r12, %rdi
callq _pthread_cond_signal
movq %r14, %rdi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _pthread_mutex_unlock ## TAILCALL
.cfi_endproc
## -- End function
.globl _disp_philo_states ## -- Begin function disp_philo_states
.p2align 4, 0x90
_disp_philo_states: ## @disp_philo_states
.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 _philoStates@GOTPCREL(%rip), %r15
movl (%r15), %eax
cmpl $2, %eax
jne LBB2_4
## %bb.1:
cmpl $2, 16(%r15)
je LBB2_3
## %bb.2:
cmpl $2, 4(%r15)
jne LBB2_8
jmp LBB2_3
LBB2_4:
cmpl $2, 4(%r15)
jne LBB2_8
## %bb.5:
cmpl $2, 8(%r15)
jne LBB2_6
jmp LBB2_3
LBB2_8:
cmpl $2, 8(%r15)
jne LBB2_6
## %bb.9:
cmpl $2, 12(%r15)
jne LBB2_10
jmp LBB2_3
LBB2_6:
cmpl $2, 12(%r15)
jne LBB2_10
## %bb.7:
cmpl $2, 16(%r15)
je LBB2_3
jmp LBB2_12
LBB2_10:
cmpl $2, 16(%r15)
jne LBB2_12
## %bb.11:
cmpl $2, %eax
jne LBB2_12
LBB2_3:
leaq L_str.15(%rip), %rdi
callq _puts
movl (%r15), %eax
LBB2_12:
testl %eax, %eax
movl $84, %r12d
movl $72, %ebx
movl $72, %edx
cmovel %r12d, %edx
cmpl $2, %eax
movl $69, %r13d
cmovel %r13d, %edx
leaq L_.str.1(%rip), %r14
movq %r14, %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
movl 4(%r15), %eax
testl %eax, %eax
movl $72, %edx
cmovel %r12d, %edx
cmpl $2, %eax
cmovel %r13d, %edx
movq %r14, %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
movl 8(%r15), %eax
testl %eax, %eax
movl $72, %edx
cmovel %r12d, %edx
cmpl $2, %eax
cmovel %r13d, %edx
movq %r14, %rdi
movl $2, %esi
xorl %eax, %eax
callq _printf
movl 12(%r15), %eax
testl %eax, %eax
movl $72, %edx
cmovel %r12d, %edx
cmpl $2, %eax
cmovel %r13d, %edx
movq %r14, %rdi
movl $3, %esi
xorl %eax, %eax
callq _printf
movl 16(%r15), %eax
testl %eax, %eax
cmovel %r12d, %ebx
cmpl $2, %eax
cmovel %r13d, %ebx
movq %r14, %rdi
movl $4, %esi
movl %ebx, %edx
xorl %eax, %eax
callq _printf
leaq L_str(%rip), %rdi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _puts ## TAILCALL
.cfi_endproc
## -- End function
.globl _convertStates ## -- Begin function convertStates
.p2align 4, 0x90
_convertStates: ## @convertStates
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testl %edi, %edi
movl $84, %eax
movl $72, %ecx
cmovel %eax, %ecx
cmpl $2, %edi
movl $69, %eax
cmovnel %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $88, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _philoStates@GOTPCREL(%rip), %r14
movl $0, (%r14)
movq _stickStates@GOTPCREL(%rip), %rbx
movl $0, (%rbx)
movq _cond@GOTPCREL(%rip), %r15
movq %r15, %rdi
xorl %esi, %esi
callq _pthread_cond_init
testl %eax, %eax
jne LBB4_22
## %bb.1:
movq _semaphore@GOTPCREL(%rip), %r12
movq %r12, %rdi
xorl %esi, %esi
xorl %edx, %edx
callq _sem_init
movl $0, 4(%r14)
movl $0, 4(%rbx)
leaq 48(%r15), %r13
movq %r13, %rdi
xorl %esi, %esi
callq _pthread_cond_init
testl %eax, %eax
jne LBB4_22
## %bb.2:
leaq 4(%r12), %rdi
movq %rdi, -128(%rbp) ## 8-byte Spill
xorl %esi, %esi
xorl %edx, %edx
callq _sem_init
movl $0, 8(%r14)
movl $0, 8(%rbx)
addq $96, %r15
movq %r15, %rdi
xorl %esi, %esi
callq _pthread_cond_init
testl %eax, %eax
jne LBB4_22
## %bb.3:
leaq 8(%r12), %rdi
movq %rdi, -120(%rbp) ## 8-byte Spill
xorl %esi, %esi
xorl %edx, %edx
callq _sem_init
movl $0, 12(%r14)
movl $0, 12(%rbx)
movl $144, %edi
addq _cond@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _pthread_cond_init
testl %eax, %eax
jne LBB4_22
## %bb.4:
leaq 12(%r12), %rdi
movq %rdi, -112(%rbp) ## 8-byte Spill
xorl %esi, %esi
xorl %edx, %edx
callq _sem_init
movl $0, 16(%r14)
movl $0, 16(%rbx)
movl $192, %edi
addq _cond@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _pthread_cond_init
testl %eax, %eax
jne LBB4_22
## %bb.5:
leaq 16(%r12), %rbx
movq %rbx, %rdi
xorl %esi, %esi
xorl %edx, %edx
callq _sem_init
movq _mutex@GOTPCREL(%rip), %rdi
xorl %esi, %esi
callq _pthread_mutex_init
leaq _philo(%rip), %rdx
movq _tmp@GOTPCREL(%rip), %r14
leaq -80(%rbp), %rdi
xorl %esi, %esi
movq %r14, %rcx
callq _pthread_create
movl $0, (%r14)
testl %eax, %eax
jne LBB4_17
## %bb.6:
leaq -72(%rbp), %rdi
leaq 4(%r14), %rcx
leaq _philo(%rip), %rdx
xorl %esi, %esi
callq _pthread_create
movl $1, 4(%r14)
testl %eax, %eax
jne LBB4_17
## %bb.7:
leaq -64(%rbp), %rdi
leaq 8(%r14), %rcx
leaq _philo(%rip), %rdx
xorl %esi, %esi
callq _pthread_create
movl $2, 8(%r14)
testl %eax, %eax
jne LBB4_17
## %bb.8:
leaq -56(%rbp), %rdi
leaq 12(%r14), %rcx
leaq _philo(%rip), %rdx
xorl %esi, %esi
callq _pthread_create
movl $3, 12(%r14)
testl %eax, %eax
jne LBB4_17
## %bb.9:
leaq -48(%rbp), %rdi
leaq 16(%r14), %rcx
leaq _philo(%rip), %rdx
xorl %esi, %esi
callq _pthread_create
movl $4, 16(%r14)
testl %eax, %eax
jne LBB4_17
## %bb.10:
movq %rbx, -88(%rbp) ## 8-byte Spill
movq %r15, -96(%rbp) ## 8-byte Spill
movq %r13, -104(%rbp) ## 8-byte Spill
movq ___stdinp@GOTPCREL(%rip), %rbx
movq (%rbx), %rdx
movq _keyinput@GOTPCREL(%rip), %r13
movq %r13, %rdi
movl $3, %esi
callq _fgets
movb (%r13), %al
movl %eax, %ecx
andb $-33, %cl
cmpb $81, %cl
jne LBB4_11
LBB4_21:
leaq L_str.16(%rip), %rdi
callq _puts
leaq L_str.17(%rip), %rdi
callq _puts
movq _listen@GOTPCREL(%rip), %rbx
movb $113, (%rbx)
movsbq (%r13), %rax
movq _semaphore@GOTPCREL(%rip), %r12
leaq (%r12,%rax,4), %rdi
addq $-192, %rdi
callq _sem_post
movb $113, 1(%rbx)
movsbq (%r13), %rax
leaq (%r12,%rax,4), %rdi
addq $-192, %rdi
callq _sem_post
movb $113, 2(%rbx)
movsbq (%r13), %rax
leaq (%r12,%rax,4), %rdi
addq $-192, %rdi
callq _sem_post
movb $113, 3(%rbx)
movsbq (%r13), %rax
leaq (%r12,%rax,4), %rdi
addq $-192, %rdi
callq _sem_post
movb $113, 4(%rbx)
movsbq (%r13), %rax
leaq (%r12,%rax,4), %rdi
addq $-192, %rdi
callq _sem_post
leaq L_.str.8(%rip), %r14
movq %r14, %rdi
xorl %esi, %esi
xorl %eax, %eax
callq _printf
movq _cond@GOTPCREL(%rip), %r13
movq %r13, %rdi
callq _pthread_cond_signal
movq -80(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq %r14, %rdi
movl $1, %esi
xorl %eax, %eax
callq _printf
movq -104(%rbp), %rbx ## 8-byte Reload
movq %rbx, %rdi
callq _pthread_cond_signal
movq -72(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq %r14, %rdi
movl $2, %esi
xorl %eax, %eax
callq _printf
movq -96(%rbp), %r12 ## 8-byte Reload
movq %r12, %rdi
callq _pthread_cond_signal
movq -64(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq %r14, %rdi
movl $3, %esi
xorl %eax, %eax
callq _printf
leaq 144(%r13), %r15
movq %r15, %rdi
callq _pthread_cond_signal
movq -56(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq %r14, %rdi
movl $4, %esi
xorl %eax, %eax
callq _printf
leaq 192(%r13), %r14
movq %r14, %rdi
callq _pthread_cond_signal
movq -48(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
leaq L_str.18(%rip), %rdi
callq _puts
movq %r13, %rdi
callq _pthread_cond_destroy
movq _semaphore@GOTPCREL(%rip), %rdi
callq _sem_destroy
movq %rbx, %rdi
callq _pthread_cond_destroy
movq -128(%rbp), %rdi ## 8-byte Reload
callq _sem_destroy
movq %r12, %rdi
callq _pthread_cond_destroy
movq -120(%rbp), %rdi ## 8-byte Reload
callq _sem_destroy
movq %r15, %rdi
callq _pthread_cond_destroy
movq -112(%rbp), %rdi ## 8-byte Reload
callq _sem_destroy
movq %r14, %rdi
callq _pthread_cond_destroy
movq -88(%rbp), %rdi ## 8-byte Reload
callq _sem_destroy
movq _mutex@GOTPCREL(%rip), %rdi
callq _pthread_mutex_destroy
leaq L_str.19(%rip), %rdi
callq _puts
xorl %edi, %edi
callq _pthread_exit
LBB4_17:
leaq L_.str.5(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB4_11:
movq _listen@GOTPCREL(%rip), %r14
leaq L_.str.13(%rip), %r15
leaq L_.str.11(%rip), %r12
jmp LBB4_12
LBB4_19: ## in Loop: Header=BB4_12 Depth=1
addl $-48, %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movsbq (%r13), %rax
movb $112, -48(%rax,%r14)
.p2align 4, 0x90
LBB4_20: ## in Loop: Header=BB4_12 Depth=1
movq (%rbx), %rdx
movq %r13, %rdi
movl $3, %esi
callq _fgets
movzbl (%r13), %eax
movl %eax, %ecx
andb $-33, %cl
cmpb $81, %cl
je LBB4_21
LBB4_12: ## =>This Inner Loop Header: Depth=1
leal -48(%rax), %ecx
cmpb $4, %cl
ja LBB4_20
## %bb.13: ## in Loop: Header=BB4_12 Depth=1
movsbl %al, %esi
movzbl 1(%r13), %eax
cmpb $117, %al
je LBB4_18
## %bb.14: ## in Loop: Header=BB4_12 Depth=1
cmpb $112, %al
je LBB4_19
## %bb.15: ## in Loop: Header=BB4_12 Depth=1
cmpb $98, %al
jne LBB4_20
## %bb.16: ## in Loop: Header=BB4_12 Depth=1
addl $-48, %esi
movq %r12, %rdi
xorl %eax, %eax
callq _printf
movzbl 1(%r13), %eax
movsbq (%r13), %rcx
movb %al, -48(%rcx,%r14)
jmp LBB4_20
LBB4_18: ## in Loop: Header=BB4_12 Depth=1
addl $-48, %esi
leaq L_.str.12(%rip), %rdi
xorl %eax, %eax
callq _printf
movsbq (%r13), %rax
movb $117, -48(%r14,%rax)
leaq -192(,%rax,4), %rdi
addq _semaphore@GOTPCREL(%rip), %rdi
callq _sem_post
jmp LBB4_20
LBB4_22:
leaq L___func__.main(%rip), %rdi
leaq L_.str.3(%rip), %rsi
leaq L_.str.4(%rip), %rcx
movl $177, %edx
callq ___assert_rtn
.cfi_endproc
## -- End function
.globl _philo ## -- Begin function philo
.p2align 4, 0x90
_philo: ## @philo
.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, %r14
movl (%rdi), %esi
leaq L_.str.14(%rip), %rdi
xorl %eax, %eax
callq _printf
movslq (%r14), %rbx
movq _listen@GOTPCREL(%rip), %rdx
movb (%rdx,%rbx), %al
movq _mutex@GOTPCREL(%rip), %r15
movq _stickStates@GOTPCREL(%rip), %r13
movq %r14, -48(%rbp) ## 8-byte Spill
jmp LBB5_1
.p2align 4, 0x90
LBB5_15: ## in Loop: Header=BB5_1 Depth=1
movq %r15, %rdi
callq _pthread_mutex_lock
callq _disp_philo_states
movl $0, (%r13,%rbx,4)
leal 1(%r12), %eax
movslq %eax, %r14
imulq $1717986919, %r14, %rax ## imm = 0x66666667
movq %rax, %rcx
shrq $63, %rcx
sarq $33, %rax
addl %ecx, %eax
leal (%rax,%rax,4), %eax
negl %eax
addl %r12d, %eax
incl %eax
cltq
movl $0, (%r13,%rax,4)
movq _philoStates@GOTPCREL(%rip), %rax
movl $0, (%rax,%rbx,4)
movl %r12d, %eax
subl $1, %eax
movl $4, %ecx
cmovbl %ecx, %eax
cltq
leaq (%rax,%rax,2), %rdi
shlq $4, %rdi
movq _cond@GOTPCREL(%rip), %rbx
addq %rbx, %rdi
callq _pthread_cond_signal
cmpl $4, %r12d
movl $0, %eax
cmovel %eax, %r14d
movslq %r14d, %rax
leaq (%rax,%rax,2), %rdi
shlq $4, %rdi
addq %rbx, %rdi
callq _pthread_cond_signal
movq %r15, %rdi
callq _pthread_mutex_unlock
movq -48(%rbp), %r14 ## 8-byte Reload
movslq (%r14), %rbx
movq _listen@GOTPCREL(%rip), %rdx
movb (%rdx,%rbx), %al
leal -81(%rax), %ecx
testb $-33, %cl
je LBB5_16
LBB5_1: ## =>This Loop Header: Depth=1
## Child Loop BB5_8 Depth 2
movslq %ebx, %r12
cmpb $98, %al
je LBB5_2
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
cmpb $112, %al
je LBB5_4
LBB5_5: ## in Loop: Header=BB5_1 Depth=1
cmpb $98, %al
jne LBB5_7
LBB5_6: ## in Loop: Header=BB5_1 Depth=1
shlq $2, %r12
addq _semaphore@GOTPCREL(%rip), %r12
movq %r12, %rdi
callq _sem_wait
movl (%r14), %ebx
movslq %ebx, %r12
LBB5_7: ## in Loop: Header=BB5_1 Depth=1
movq %r15, %rdi
callq _pthread_mutex_lock
callq _disp_philo_states
movq _philoStates@GOTPCREL(%rip), %rax
movl $1, (%rax,%r12,4)
incl %ebx
movslq %ebx, %rax
imulq $1717986919, %rax, %rcx ## imm = 0x66666667
movq %rcx, %rdx
shrq $63, %rdx
sarq $33, %rcx
addl %edx, %ecx
leal (%rcx,%rcx,4), %ecx
subl %ecx, %eax
movslq %eax, %r14
leaq (%r12,%r12,2), %rbx
shlq $4, %rbx
addq _cond@GOTPCREL(%rip), %rbx
jmp LBB5_8
.p2align 4, 0x90
LBB5_10: ## in Loop: Header=BB5_8 Depth=2
movq %rbx, %rdi
movq %r15, %rsi
callq _pthread_cond_wait
LBB5_8: ## Parent Loop BB5_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $1, (%r13,%r12,4)
je LBB5_10
## %bb.9: ## in Loop: Header=BB5_8 Depth=2
cmpl $1, (%r13,%r14,4)
je LBB5_10
## %bb.11: ## in Loop: Header=BB5_1 Depth=1
movq _philoStates@GOTPCREL(%rip), %rax
movl $2, (%rax,%r12,4)
movl $1, (%r13,%r12,4)
movl $1, (%r13,%r14,4)
movq %r15, %rdi
callq _pthread_mutex_unlock
movq -48(%rbp), %r14 ## 8-byte Reload
movl (%r14), %r12d
movslq %r12d, %rbx
movq _listen@GOTPCREL(%rip), %rcx
movb (%rcx,%rbx), %al
cmpb $112, %al
jne LBB5_13
## %bb.12: ## in Loop: Header=BB5_1 Depth=1
movb $100, (%rcx,%rbx)
movl (%r14), %r12d
movslq %r12d, %rbx
movb (%rcx,%rbx), %al
LBB5_13: ## in Loop: Header=BB5_1 Depth=1
cmpb $98, %al
jne LBB5_15
## %bb.14: ## in Loop: Header=BB5_1 Depth=1
shlq $2, %rbx
addq _semaphore@GOTPCREL(%rip), %rbx
movq %rbx, %rdi
callq _sem_wait
movl (%r14), %r12d
movslq %r12d, %rbx
jmp LBB5_15
.p2align 4, 0x90
LBB5_2: ## in Loop: Header=BB5_1 Depth=1
shlq $2, %r12
addq _semaphore@GOTPCREL(%rip), %r12
movq %r12, %rdi
callq _sem_wait
movq _listen@GOTPCREL(%rip), %rdx
movl (%r14), %ebx
movslq %ebx, %r12
movb (%rdx,%r12), %al
cmpb $112, %al
jne LBB5_5
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
movb $100, (%rdx,%r12)
movl (%r14), %ebx
movslq %ebx, %r12
movb (%rdx,%r12), %al
cmpb $98, %al
je LBB5_6
jmp LBB5_7
LBB5_16:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _checkForB ## -- Begin function checkForB
.p2align 4, 0x90
_checkForB: ## @checkForB
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edi, %rdi
movq _listen@GOTPCREL(%rip), %rax
cmpb $98, (%rax,%rdi)
jne LBB6_1
## %bb.2:
shlq $2, %rdi
addq _semaphore@GOTPCREL(%rip), %rdi
popq %rbp
jmp _sem_wait ## TAILCALL
LBB6_1:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _think ## -- Begin function think
.p2align 4, 0x90
_think: ## @think
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edi, %rax
movq _listen@GOTPCREL(%rip), %rcx
cmpb $112, (%rcx,%rax)
jne LBB7_2
## %bb.1:
movb $100, (%rcx,%rax)
LBB7_2:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _eat ## -- Begin function eat
.p2align 4, 0x90
_eat: ## @eat
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edi, %rax
movq _listen@GOTPCREL(%rip), %rcx
cmpb $112, (%rcx,%rax)
jne LBB8_2
## %bb.1:
movb $100, (%rcx,%rax)
LBB8_2:
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _mutex,64,3 ## @mutex
.comm _philoStates,20,4 ## @philoStates
.comm _stickStates,20,4 ## @stickStates
.comm _cond,240,4 ## @cond
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%d%c "
L___func__.main: ## @__func__.main
.asciz "main"
L_.str.3: ## @.str.3
.asciz "132766.c"
L_.str.4: ## @.str.4
.asciz "!err"
.comm _semaphore,20,4 ## @semaphore
.comm _tmp,20,4 ## @tmp
L_.str.5: ## @.str.5
.asciz "Thread creation failed"
.comm _keyinput,3,0 ## @keyinput
.comm _listen,5,0 ## @listen
L_.str.8: ## @.str.8
.asciz "Thread %d joined\n"
L_.str.11: ## @.str.11
.asciz "Blocking Philo Nr. %d\n"
L_.str.12: ## @.str.12
.asciz "Unblocking Philo Nr. %d\n"
L_.str.13: ## @.str.13
.asciz "Proceeding Philo Nr. %d\n"
L_.str.14: ## @.str.14
.asciz "philospher %d just awoke\n"
L_str: ## @str
.asciz "\n"
L_str.15: ## @str.15
.asciz "OUPS! Something went wrong...\n"
L_str.16: ## @str.16
.asciz "Quitting..."
L_str.17: ## @str.17
.asciz "Unblocking all philos"
L_str.18: ## @str.18
.asciz "Destroying the rest..."
L_str.19: ## @str.19
.asciz "Exiting..."
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _get_sticks ; -- Begin function get_sticks
.p2align 2
_get_sticks: ; @get_sticks
.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, x0
Lloh0:
adrp x19, _mutex@GOTPAGE
Lloh1:
ldr x19, [x19, _mutex@GOTPAGEOFF]
mov x0, x19
bl _pthread_mutex_lock
bl _disp_philo_states
sxtw x21, w20
Lloh2:
adrp x22, _philoStates@GOTPAGE
Lloh3:
ldr x22, [x22, _philoStates@GOTPAGEOFF]
mov w8, #1
str w8, [x22, w20, sxtw #2]
add w8, w20, #1
mov w9, #26215
movk w9, #26214, lsl #16
smull x9, w8, w9
lsr x10, x9, #63
asr x9, x9, #33
add w9, w9, w10
add w9, w9, w9, lsl #2
sub w8, w8, w9
sxtw x23, w8
Lloh4:
adrp x8, _cond@GOTPAGE
Lloh5:
ldr x8, [x8, _cond@GOTPAGEOFF]
mov w9, #48
smaddl x20, w20, w9, x8
Lloh6:
adrp x24, _stickStates@GOTPAGE
Lloh7:
ldr x24, [x24, _stickStates@GOTPAGEOFF]
b LBB0_2
LBB0_1: ; in Loop: Header=BB0_2 Depth=1
mov x0, x20
mov x1, x19
bl _pthread_cond_wait
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [x24, x21, lsl #2]
cmp w8, #1
b.eq LBB0_1
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr w8, [x24, x23, lsl #2]
cmp w8, #1
b.eq LBB0_1
; %bb.4:
lsl x8, x21, #2
mov w9, #2
str w9, [x22, x8]
mov w9, #1
str w9, [x24, x8]
str w9, [x24, x23, lsl #2]
Lloh8:
adrp x0, _mutex@GOTPAGE
Lloh9:
ldr x0, [x0, _mutex@GOTPAGEOFF]
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
b _pthread_mutex_unlock
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh8, Lloh9
.cfi_endproc
; -- End function
.globl _put_sticks ; -- Begin function put_sticks
.p2align 2
_put_sticks: ; @put_sticks
.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
Lloh10:
adrp x20, _mutex@GOTPAGE
Lloh11:
ldr x20, [x20, _mutex@GOTPAGEOFF]
mov x0, x20
bl _pthread_mutex_lock
bl _disp_philo_states
sbfiz x8, x19, #2, #32
Lloh12:
adrp x9, _stickStates@GOTPAGE
Lloh13:
ldr x9, [x9, _stickStates@GOTPAGEOFF]
str wzr, [x9, x8]
add w10, w19, #1
mov w11, #26215
movk w11, #26214, lsl #16
smull x11, w10, w11
lsr x12, x11, #63
asr x11, x11, #33
add w11, w11, w12
add w11, w11, w11, lsl #2
sub w10, w10, w11
str wzr, [x9, w10, sxtw #2]
Lloh14:
adrp x9, _philoStates@GOTPAGE
Lloh15:
ldr x9, [x9, _philoStates@GOTPAGEOFF]
str wzr, [x9, x8]
sub w8, w19, #1
mov w9, #4
cmp w19, #0
csel w8, w9, w8, eq
Lloh16:
adrp x21, _cond@GOTPAGE
Lloh17:
ldr x21, [x21, _cond@GOTPAGEOFF]
mov w22, #48
smaddl x0, w8, w22, x21
bl _pthread_cond_signal
cmp w19, #4
csinc w8, wzr, w19, eq
smaddl x0, w8, w22, x21
bl _pthread_cond_signal
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
b _pthread_mutex_unlock
.loh AdrpLdrGot Lloh16, Lloh17
.loh AdrpLdrGot Lloh14, Lloh15
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh10, Lloh11
.cfi_endproc
; -- End function
.globl _disp_philo_states ; -- Begin function disp_philo_states
.p2align 2
_disp_philo_states: ; @disp_philo_states
.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
Lloh18:
adrp x20, _philoStates@GOTPAGE
Lloh19:
ldr x20, [x20, _philoStates@GOTPAGEOFF]
ldr w8, [x20]
cmp w8, #2
b.ne LBB2_2
; %bb.1:
ldr w9, [x20, #16]
ldr w10, [x20, #4]
cmp w9, #2
ccmp w10, #2, #4, ne
b.ne LBB2_4
b LBB2_9
LBB2_2:
ldr w9, [x20, #4]
cmp w9, #2
b.ne LBB2_4
; %bb.3:
ldr w9, [x20, #8]
cmp w9, #2
b.ne LBB2_6
b LBB2_9
LBB2_4:
ldr w9, [x20, #8]
cmp w9, #2
b.ne LBB2_6
; %bb.5:
ldr w9, [x20, #12]
cmp w9, #2
b.ne LBB2_8
b LBB2_9
LBB2_6:
ldr w9, [x20, #12]
cmp w9, #2
b.ne LBB2_8
; %bb.7:
ldr w9, [x20, #16]
cmp w9, #2
b.eq LBB2_9
b LBB2_10
LBB2_8:
ldr w9, [x20, #16]
cmp w9, #2
ccmp w8, #2, #0, eq
b.ne LBB2_10
LBB2_9:
Lloh20:
adrp x0, l_str.15@PAGE
Lloh21:
add x0, x0, l_str.15@PAGEOFF
bl _puts
ldr w8, [x20]
LBB2_10:
mov w21, #72
mov w22, #84
cmp w8, #0
csel w9, w22, w21, eq
mov w23, #69
cmp w8, #2
csel w8, w23, w9, eq
stp xzr, x8, [sp]
Lloh22:
adrp x19, l_.str.1@PAGE
Lloh23:
add x19, x19, l_.str.1@PAGEOFF
mov x0, x19
bl _printf
ldr w8, [x20, #4]
cmp w8, #0
csel w9, w22, w21, eq
cmp w8, #2
csel w8, w23, w9, eq
mov w9, #1
stp x9, x8, [sp]
mov x0, x19
bl _printf
ldr w8, [x20, #8]
cmp w8, #0
csel w9, w22, w21, eq
cmp w8, #2
csel w8, w23, w9, eq
mov w9, #2
stp x9, x8, [sp]
mov x0, x19
bl _printf
ldr w8, [x20, #12]
cmp w8, #0
csel w9, w22, w21, eq
cmp w8, #2
csel w8, w23, w9, eq
mov w9, #3
stp x9, x8, [sp]
mov x0, x19
bl _printf
ldr w8, [x20, #16]
cmp w8, #0
csel w9, w22, w21, eq
cmp w8, #2
csel w8, w23, w9, eq
mov w9, #4
stp x9, x8, [sp]
mov x0, x19
bl _printf
Lloh24:
adrp x0, l_str@PAGE
Lloh25:
add x0, x0, l_str@PAGEOFF
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 _puts
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh22, Lloh23
.cfi_endproc
; -- End function
.globl _convertStates ; -- Begin function convertStates
.p2align 2
_convertStates: ; @convertStates
.cfi_startproc
; %bb.0:
mov w8, #72
mov w9, #84
cmp w0, #0
csel w8, w9, w8, eq
mov w9, #69
cmp w0, #2
csel w0, w9, w8, eq
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x28, x27, [sp, #48] ; 16-byte Folded Spill
stp x26, x25, [sp, #64] ; 16-byte Folded Spill
stp x24, x23, [sp, #80] ; 16-byte Folded Spill
stp x22, x21, [sp, #96] ; 16-byte Folded Spill
stp x20, x19, [sp, #112] ; 16-byte Folded Spill
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.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
Lloh26:
adrp x21, _philoStates@GOTPAGE
Lloh27:
ldr x21, [x21, _philoStates@GOTPAGEOFF]
str wzr, [x21]
Lloh28:
adrp x22, _stickStates@GOTPAGE
Lloh29:
ldr x22, [x22, _stickStates@GOTPAGEOFF]
str wzr, [x22]
Lloh30:
adrp x20, _cond@GOTPAGE
Lloh31:
ldr x20, [x20, _cond@GOTPAGEOFF]
mov x0, x20
mov x1, #0
bl _pthread_cond_init
cbnz w0, LBB4_22
; %bb.1:
Lloh32:
adrp x19, _semaphore@GOTPAGE
Lloh33:
ldr x19, [x19, _semaphore@GOTPAGEOFF]
mov x0, x19
mov w1, #0
mov w2, #0
bl _sem_init
str wzr, [x21, #4]
str wzr, [x22, #4]
add x0, x20, #48
mov x1, #0
bl _pthread_cond_init
cbnz w0, LBB4_22
; %bb.2:
add x0, x19, #4
mov w1, #0
mov w2, #0
bl _sem_init
str wzr, [x21, #8]
str wzr, [x22, #8]
add x0, x20, #96
mov x1, #0
bl _pthread_cond_init
cbnz w0, LBB4_22
; %bb.3:
add x0, x19, #8
mov w1, #0
mov w2, #0
bl _sem_init
str wzr, [x21, #12]
str wzr, [x22, #12]
add x0, x20, #144
mov x1, #0
bl _pthread_cond_init
cbnz w0, LBB4_22
; %bb.4:
add x0, x19, #12
mov w1, #0
mov w2, #0
bl _sem_init
str wzr, [x21, #16]
str wzr, [x22, #16]
add x0, x20, #192
mov x1, #0
bl _pthread_cond_init
cbnz w0, LBB4_22
; %bb.5:
add x0, x19, #16
mov w1, #0
mov w2, #0
bl _sem_init
Lloh34:
adrp x0, _mutex@GOTPAGE
Lloh35:
ldr x0, [x0, _mutex@GOTPAGEOFF]
mov x1, #0
bl _pthread_mutex_init
Lloh36:
adrp x2, _philo@PAGE
Lloh37:
add x2, x2, _philo@PAGEOFF
Lloh38:
adrp x21, _tmp@GOTPAGE
Lloh39:
ldr x21, [x21, _tmp@GOTPAGEOFF]
add x22, sp, #8
add x0, sp, #8
mov x1, #0
mov x3, x21
bl _pthread_create
str wzr, [x21]
cbnz w0, LBB4_12
; %bb.6:
add x0, x22, #8
add x3, x21, #4
Lloh40:
adrp x2, _philo@PAGE
Lloh41:
add x2, x2, _philo@PAGEOFF
mov x1, #0
bl _pthread_create
mov w8, #1
str w8, [x21, #4]
cbnz w0, LBB4_12
; %bb.7:
add x22, sp, #8
add x0, x22, #16
add x3, x21, #8
Lloh42:
adrp x2, _philo@PAGE
Lloh43:
add x2, x2, _philo@PAGEOFF
mov x1, #0
bl _pthread_create
mov w8, #2
str w8, [x21, #8]
cbnz w0, LBB4_12
; %bb.8:
add x0, x22, #24
add x3, x21, #12
Lloh44:
adrp x2, _philo@PAGE
Lloh45:
add x2, x2, _philo@PAGEOFF
mov x1, #0
bl _pthread_create
mov w8, #3
str w8, [x21, #12]
cbnz w0, LBB4_12
; %bb.9:
add x8, sp, #8
add x0, x8, #32
add x3, x21, #16
Lloh46:
adrp x2, _philo@PAGE
Lloh47:
add x2, x2, _philo@PAGEOFF
mov x1, #0
bl _pthread_create
mov w8, #4
str w8, [x21, #16]
cbnz w0, LBB4_12
; %bb.10:
Lloh48:
adrp x25, ___stdinp@GOTPAGE
Lloh49:
ldr x25, [x25, ___stdinp@GOTPAGEOFF]
ldr x2, [x25]
Lloh50:
adrp x21, _keyinput@GOTPAGE
Lloh51:
ldr x21, [x21, _keyinput@GOTPAGEOFF]
mov x0, x21
mov w1, #3
bl _fgets
ldrb w8, [x21]
and w9, w8, #0xffffffdf
cmp w9, #81
b.ne LBB4_13
LBB4_11:
Lloh52:
adrp x0, l_str.16@PAGE
Lloh53:
add x0, x0, l_str.16@PAGEOFF
bl _puts
Lloh54:
adrp x0, l_str.17@PAGE
Lloh55:
add x0, x0, l_str.17@PAGEOFF
bl _puts
Lloh56:
adrp x22, _listen@GOTPAGE
Lloh57:
ldr x22, [x22, _listen@GOTPAGEOFF]
mov w23, #113
strb w23, [x22]
ldrsb x8, [x21]
add x8, x19, x8, lsl #2
sub x0, x8, #192
bl _sem_post
strb w23, [x22, #1]
ldrsb x8, [x21]
add x8, x19, x8, lsl #2
sub x0, x8, #192
bl _sem_post
strb w23, [x22, #2]
ldrsb x8, [x21]
add x8, x19, x8, lsl #2
sub x0, x8, #192
bl _sem_post
strb w23, [x22, #3]
ldrsb x8, [x21]
add x8, x19, x8, lsl #2
sub x0, x8, #192
bl _sem_post
strb w23, [x22, #4]
ldrsb x8, [x21]
add x8, x19, x8, lsl #2
sub x0, x8, #192
bl _sem_post
str xzr, [sp]
Lloh58:
adrp x22, l_.str.8@PAGE
Lloh59:
add x22, x22, l_.str.8@PAGEOFF
mov x0, x22
bl _printf
mov x0, x20
bl _pthread_cond_signal
ldr x0, [sp, #8]
mov x1, #0
bl _pthread_join
mov w8, #1
str x8, [sp]
mov x0, x22
bl _printf
add x21, x20, #48
mov x0, x21
bl _pthread_cond_signal
ldr x0, [sp, #16]
mov x1, #0
bl _pthread_join
mov w8, #2
str x8, [sp]
mov x0, x22
bl _printf
add x23, x20, #96
mov x0, x23
bl _pthread_cond_signal
ldr x0, [sp, #24]
mov x1, #0
bl _pthread_join
mov w8, #3
str x8, [sp]
mov x0, x22
bl _printf
add x24, x20, #144
mov x0, x24
bl _pthread_cond_signal
ldr x0, [sp, #32]
mov x1, #0
bl _pthread_join
mov w8, #4
str x8, [sp]
mov x0, x22
bl _printf
add x22, x20, #192
mov x0, x22
bl _pthread_cond_signal
ldr x0, [sp, #40]
mov x1, #0
bl _pthread_join
Lloh60:
adrp x0, l_str.18@PAGE
Lloh61:
add x0, x0, l_str.18@PAGEOFF
bl _puts
mov x0, x20
bl _pthread_cond_destroy
mov x0, x19
bl _sem_destroy
mov x0, x21
bl _pthread_cond_destroy
add x0, x19, #4
bl _sem_destroy
mov x0, x23
bl _pthread_cond_destroy
add x0, x19, #8
bl _sem_destroy
mov x0, x24
bl _pthread_cond_destroy
add x0, x19, #12
bl _sem_destroy
mov x0, x22
bl _pthread_cond_destroy
add x0, x19, #16
bl _sem_destroy
Lloh62:
adrp x0, _mutex@GOTPAGE
Lloh63:
ldr x0, [x0, _mutex@GOTPAGEOFF]
bl _pthread_mutex_destroy
Lloh64:
adrp x0, l_str.19@PAGE
Lloh65:
add x0, x0, l_str.19@PAGEOFF
bl _puts
mov x0, #0
bl _pthread_exit
LBB4_12:
Lloh66:
adrp x0, l_.str.5@PAGE
Lloh67:
add x0, x0, l_.str.5@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB4_13:
Lloh68:
adrp x22, l_.str.12@PAGE
Lloh69:
add x22, x22, l_.str.12@PAGEOFF
Lloh70:
adrp x26, _listen@GOTPAGE
Lloh71:
ldr x26, [x26, _listen@GOTPAGEOFF]
mov w27, #117
Lloh72:
adrp x23, l_.str.13@PAGE
Lloh73:
add x23, x23, l_.str.13@PAGEOFF
mov w28, #112
Lloh74:
adrp x24, l_.str.11@PAGE
Lloh75:
add x24, x24, l_.str.11@PAGEOFF
b LBB4_16
LBB4_14: ; in Loop: Header=BB4_16 Depth=1
sub w8, w8, #48
str x8, [sp]
mov x0, x23
bl _printf
ldrsb x8, [x21]
add x8, x8, x26
sturb w28, [x8, #-48]
LBB4_15: ; in Loop: Header=BB4_16 Depth=1
ldr x2, [x25]
mov x0, x21
mov w1, #3
bl _fgets
ldrb w8, [x21]
and w9, w8, #0xffffffdf
cmp w9, #81
b.eq LBB4_11
LBB4_16: ; =>This Inner Loop Header: Depth=1
sub w9, w8, #48
and w9, w9, #0xff
cmp w9, #4
b.hi LBB4_15
; %bb.17: ; in Loop: Header=BB4_16 Depth=1
sxtb w8, w8
ldrb w9, [x21, #1]
cmp w9, #117
b.eq LBB4_21
; %bb.18: ; in Loop: Header=BB4_16 Depth=1
cmp w9, #112
b.eq LBB4_14
; %bb.19: ; in Loop: Header=BB4_16 Depth=1
cmp w9, #98
b.ne LBB4_15
; %bb.20: ; in Loop: Header=BB4_16 Depth=1
sub w8, w8, #48
str x8, [sp]
mov x0, x24
bl _printf
ldrb w8, [x21, #1]
ldrsb x9, [x21]
add x9, x9, x26
sturb w8, [x9, #-48]
b LBB4_15
LBB4_21: ; in Loop: Header=BB4_16 Depth=1
sub w8, w8, #48
str x8, [sp]
mov x0, x22
bl _printf
ldrsb x8, [x21]
sub x8, x8, #48
strb w27, [x26, x8]
add x0, x19, x8, lsl #2
bl _sem_post
b LBB4_15
LBB4_22:
Lloh76:
adrp x0, l___func__.main@PAGE
Lloh77:
add x0, x0, l___func__.main@PAGEOFF
Lloh78:
adrp x1, l_.str.3@PAGE
Lloh79:
add x1, x1, l_.str.3@PAGEOFF
Lloh80:
adrp x3, l_.str.4@PAGE
Lloh81:
add x3, x3, l_.str.4@PAGEOFF
mov w2, #177
bl ___assert_rtn
.loh AdrpLdrGot Lloh30, Lloh31
.loh AdrpLdrGot Lloh28, Lloh29
.loh AdrpLdrGot Lloh26, Lloh27
.loh AdrpLdrGot Lloh32, Lloh33
.loh AdrpLdrGot Lloh38, Lloh39
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpLdrGot Lloh34, Lloh35
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpLdrGot Lloh50, Lloh51
.loh AdrpLdrGot Lloh48, Lloh49
.loh AdrpAdd Lloh64, Lloh65
.loh AdrpLdrGot Lloh62, Lloh63
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpLdrGot Lloh56, Lloh57
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpAdd Lloh66, Lloh67
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh72, Lloh73
.loh AdrpLdrGot Lloh70, Lloh71
.loh AdrpAdd Lloh68, Lloh69
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpAdd Lloh76, Lloh77
.cfi_endproc
; -- End function
.globl _philo ; -- Begin function philo
.p2align 2
_philo: ; @philo
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
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
.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 x19, x0
ldr w8, [x0]
str x8, [sp]
Lloh82:
adrp x0, l_.str.14@PAGE
Lloh83:
add x0, x0, l_.str.14@PAGEOFF
bl _printf
ldrsw x21, [x19]
Lloh84:
adrp x22, _listen@GOTPAGE
Lloh85:
ldr x22, [x22, _listen@GOTPAGEOFF]
ldrb w8, [x22, x21]
Lloh86:
adrp x20, _mutex@GOTPAGE
Lloh87:
ldr x20, [x20, _mutex@GOTPAGEOFF]
mov w26, #1
mov w24, #26215
movk w24, #26214, lsl #16
mov w28, #48
Lloh88:
adrp x25, _cond@GOTPAGE
Lloh89:
ldr x25, [x25, _cond@GOTPAGEOFF]
Lloh90:
adrp x23, _stickStates@GOTPAGE
Lloh91:
ldr x23, [x23, _stickStates@GOTPAGEOFF]
; kill: def $w21 killed $w21 killed $x21 def $x21
b LBB5_2
LBB5_1: ; in Loop: Header=BB5_2 Depth=1
mov x0, x20
bl _pthread_mutex_lock
bl _disp_philo_states
lsl x8, x27, #2
str wzr, [x23, x8]
add w9, w21, #1
smull x10, w9, w24
lsr x11, x10, #63
asr x10, x10, #33
add w10, w10, w11
add w10, w10, w10, lsl #2
sub w9, w9, w10
str wzr, [x23, w9, sxtw #2]
Lloh92:
adrp x9, _philoStates@GOTPAGE
Lloh93:
ldr x9, [x9, _philoStates@GOTPAGEOFF]
str wzr, [x9, x8]
sub w8, w21, #1
cmp w21, #0
mov w9, #4
csel w8, w9, w8, eq
smaddl x0, w8, w28, x25
bl _pthread_cond_signal
cmp w21, #4
csinc w8, wzr, w21, eq
smaddl x0, w8, w28, x25
bl _pthread_cond_signal
mov x0, x20
bl _pthread_mutex_unlock
ldrsw x21, [x19]
ldrb w8, [x22, x21]
sub w9, w8, #81
; kill: def $w21 killed $w21 killed $x21 def $x21
mov w10, #223
tst w9, w10
b.eq LBB5_16
LBB5_2: ; =>This Loop Header: Depth=1
; Child Loop BB5_10 Depth 2
sxtw x27, w21
and w9, w8, #0xff
cmp w9, #98
b.ne LBB5_4
; %bb.3: ; in Loop: Header=BB5_2 Depth=1
Lloh94:
adrp x8, _semaphore@GOTPAGE
Lloh95:
ldr x8, [x8, _semaphore@GOTPAGEOFF]
add x0, x8, x27, lsl #2
bl _sem_wait
ldr w21, [x19]
sxtw x27, w21
ldrb w8, [x22, x27]
; kill: def $w21 killed $w21 killed $x21 def $x21
LBB5_4: ; in Loop: Header=BB5_2 Depth=1
and w9, w8, #0xff
cmp w9, #112
b.ne LBB5_6
; %bb.5: ; in Loop: Header=BB5_2 Depth=1
mov w8, #100
strb w8, [x22, x27]
ldr w21, [x19]
sxtw x27, w21
ldrb w8, [x22, x27]
; kill: def $w21 killed $w21 killed $x21 def $x21
LBB5_6: ; in Loop: Header=BB5_2 Depth=1
and w8, w8, #0xff
cmp w8, #98
b.ne LBB5_8
; %bb.7: ; in Loop: Header=BB5_2 Depth=1
Lloh96:
adrp x8, _semaphore@GOTPAGE
Lloh97:
ldr x8, [x8, _semaphore@GOTPAGEOFF]
add x0, x8, x27, lsl #2
bl _sem_wait
ldr w21, [x19]
sxtw x27, w21
; kill: def $w21 killed $w21 killed $x21 def $x21
LBB5_8: ; in Loop: Header=BB5_2 Depth=1
mov x0, x20
bl _pthread_mutex_lock
bl _disp_philo_states
Lloh98:
adrp x8, _philoStates@GOTPAGE
Lloh99:
ldr x8, [x8, _philoStates@GOTPAGEOFF]
str w26, [x8, x27, lsl #2]
add w8, w21, #1
smull x9, w8, w24
lsr x10, x9, #63
asr x9, x9, #33
add w9, w9, w10
add w9, w9, w9, lsl #2
sub w8, w8, w9
sxtw x24, w8
madd x21, x27, x28, x25
b LBB5_10
LBB5_9: ; in Loop: Header=BB5_10 Depth=2
mov x0, x21
mov x1, x20
bl _pthread_cond_wait
LBB5_10: ; Parent Loop BB5_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [x23, x27, lsl #2]
cmp w8, #1
b.eq LBB5_9
; %bb.11: ; in Loop: Header=BB5_10 Depth=2
ldr w8, [x23, x24, lsl #2]
cmp w8, #1
b.eq LBB5_9
; %bb.12: ; in Loop: Header=BB5_2 Depth=1
lsl x8, x27, #2
Lloh100:
adrp x9, _philoStates@GOTPAGE
Lloh101:
ldr x9, [x9, _philoStates@GOTPAGEOFF]
mov w10, #2
str w10, [x9, x8]
str w26, [x23, x8]
str w26, [x23, x24, lsl #2]
mov x0, x20
bl _pthread_mutex_unlock
ldr w21, [x19]
sxtw x27, w21
ldrb w8, [x22, x27]
cmp w8, #112
b.ne LBB5_14
; %bb.13: ; in Loop: Header=BB5_2 Depth=1
mov w8, #100
strb w8, [x22, x27]
ldr w21, [x19]
sxtw x27, w21
ldrb w8, [x22, x27]
; kill: def $w21 killed $w21 killed $x21 def $x21
LBB5_14: ; in Loop: Header=BB5_2 Depth=1
mov w24, #26215
movk w24, #26214, lsl #16
cmp w8, #98
b.ne LBB5_1
; %bb.15: ; in Loop: Header=BB5_2 Depth=1
Lloh102:
adrp x8, _semaphore@GOTPAGE
Lloh103:
ldr x8, [x8, _semaphore@GOTPAGEOFF]
add x0, x8, x27, lsl #2
bl _sem_wait
ldr w21, [x19]
sxtw x27, w21
; kill: def $w21 killed $w21 killed $x21 def $x21
b LBB5_1
LBB5_16:
mov x0, #0
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
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh90, Lloh91
.loh AdrpLdrGot Lloh88, Lloh89
.loh AdrpLdrGot Lloh86, Lloh87
.loh AdrpLdrGot Lloh84, Lloh85
.loh AdrpAdd Lloh82, Lloh83
.loh AdrpLdrGot Lloh92, Lloh93
.loh AdrpLdrGot Lloh94, Lloh95
.loh AdrpLdrGot Lloh96, Lloh97
.loh AdrpLdrGot Lloh98, Lloh99
.loh AdrpLdrGot Lloh100, Lloh101
.loh AdrpLdrGot Lloh102, Lloh103
.cfi_endproc
; -- End function
.globl _checkForB ; -- Begin function checkForB
.p2align 2
_checkForB: ; @checkForB
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
sxtw x8, w0
Lloh104:
adrp x9, _listen@GOTPAGE
Lloh105:
ldr x9, [x9, _listen@GOTPAGEOFF]
ldrb w9, [x9, x8]
cmp w9, #98
b.ne LBB6_2
; %bb.1:
Lloh106:
adrp x9, _semaphore@GOTPAGE
Lloh107:
ldr x9, [x9, _semaphore@GOTPAGEOFF]
add x0, x9, x8, lsl #2
b _sem_wait
LBB6_2:
ret
.loh AdrpLdrGot Lloh104, Lloh105
.loh AdrpLdrGot Lloh106, Lloh107
.cfi_endproc
; -- End function
.globl _think ; -- Begin function think
.p2align 2
_think: ; @think
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
sxtw x8, w0
Lloh108:
adrp x9, _listen@GOTPAGE
Lloh109:
ldr x9, [x9, _listen@GOTPAGEOFF]
ldrb w10, [x9, x8]
cmp w10, #112
b.ne LBB7_2
; %bb.1:
mov w10, #100
strb w10, [x9, x8]
LBB7_2:
ret
.loh AdrpLdrGot Lloh108, Lloh109
.cfi_endproc
; -- End function
.globl _eat ; -- Begin function eat
.p2align 2
_eat: ; @eat
.cfi_startproc
; %bb.0:
; kill: def $w0 killed $w0 def $x0
sxtw x8, w0
Lloh110:
adrp x9, _listen@GOTPAGE
Lloh111:
ldr x9, [x9, _listen@GOTPAGEOFF]
ldrb w10, [x9, x8]
cmp w10, #112
b.ne LBB8_2
; %bb.1:
mov w10, #100
strb w10, [x9, x8]
LBB8_2:
ret
.loh AdrpLdrGot Lloh110, Lloh111
.cfi_endproc
; -- End function
.comm _mutex,64,3 ; @mutex
.comm _philoStates,20,2 ; @philoStates
.comm _stickStates,20,2 ; @stickStates
.comm _cond,240,3 ; @cond
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%d%c "
l___func__.main: ; @__func__.main
.asciz "main"
l_.str.3: ; @.str.3
.asciz "132766.c"
l_.str.4: ; @.str.4
.asciz "!err"
.comm _semaphore,20,2 ; @semaphore
.comm _tmp,20,2 ; @tmp
l_.str.5: ; @.str.5
.asciz "Thread creation failed"
.comm _keyinput,3,0 ; @keyinput
.comm _listen,5,0 ; @listen
l_.str.8: ; @.str.8
.asciz "Thread %d joined\n"
l_.str.11: ; @.str.11
.asciz "Blocking Philo Nr. %d\n"
l_.str.12: ; @.str.12
.asciz "Unblocking Philo Nr. %d\n"
l_.str.13: ; @.str.13
.asciz "Proceeding Philo Nr. %d\n"
l_.str.14: ; @.str.14
.asciz "philospher %d just awoke\n"
l_str: ; @str
.asciz "\n"
l_str.15: ; @str.15
.asciz "OUPS! Something went wrong...\n"
l_str.16: ; @str.16
.asciz "Quitting..."
l_str.17: ; @str.17
.asciz "Unblocking all philos"
l_str.18: ; @str.18
.asciz "Destroying the rest..."
l_str.19: ; @str.19
.asciz "Exiting..."
.subsections_via_symbols
| the_stack_data/132766.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sh_mobile_lcdc_irq
_sh_mobile_lcdc_irq: ## @sh_mobile_lcdc_irq
.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 %rsi, %rbx
movq __LDINTR@GOTPCREL(%rip), %r14
movl (%r14), %esi
movq %rbx, %rdi
callq _lcdc_read
movl %eax, %r15d
movq _LDINTR_VEE@GOTPCREL(%rip), %rax
movl (%rax), %edx
notl %edx
andl %r15d, %edx
andl $-256, %edx
movl (%r14), %esi
movq %rbx, %rdi
callq _lcdc_write
movq __LDSR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _lcdc_read
movl %eax, %r14d
movq (%rbx), %rdi
callq _ARRAY_SIZE
testl %eax, %eax
jle LBB0_11
## %bb.1:
movslq %r15d, %rax
movq %rax, -56(%rbp) ## 8-byte Spill
shrl $10, %r14d
andl $1, %r14d
movl %r14d, -44(%rbp) ## 4-byte Spill
xorl %r14d, %r14d
xorl %r13d, %r13d
movq %rbx, -64(%rbp) ## 8-byte Spill
jmp LBB0_2
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_2 Depth=1
movslq %ebx, %rdx
xorq (%rcx), %rdx
movq 24(%r15,%r14), %rdi
movq __LDRCNTR@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _lcdc_write
movq 8(%r15,%r14), %rax
movq %rax, 16(%r15,%r14)
movq -64(%rbp), %rbx ## 8-byte Reload
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
incq %r13
movq (%rbx), %rdi
callq _ARRAY_SIZE
cltq
addq $48, %r14
cmpq %rax, %r13
jge LBB0_11
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%rbx), %r15
cmpl $0, 44(%r15,%r14)
je LBB0_10
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
leaq (%r15,%r14), %r12
movq -56(%rbp), %rax ## 8-byte Reload
movq _LDINTR_FS@GOTPCREL(%rip), %rcx
testq %rax, (%rcx)
je LBB0_6
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movq %r12, %rdi
callq _lcdc_chan_is_sublcd
cmpl %eax, -44(%rbp) ## 4-byte Folded Reload
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movl $1, (%r15,%r14)
leaq (%r15,%r14), %rdi
addq $40, %rdi
callq _wake_up
movq %rbx, %rdi
callq _sh_mobile_lcdc_clk_off
LBB0_6: ## in Loop: Header=BB0_2 Depth=1
movq -56(%rbp), %rax ## 8-byte Reload
movq _LDINTR_VES@GOTPCREL(%rip), %rcx
testq %rax, (%rcx)
je LBB0_10
## %bb.7: ## in Loop: Header=BB0_2 Depth=1
movq __LDRCNTR@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _lcdc_read
movl %eax, %ebx
movq _LDSA1R@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq 8(%r15,%r14), %rdx
addq 32(%r15,%r14), %rdx
movq %r12, %rdi
callq _lcdc_write_chan_mirror
movq %r12, %rdi
callq _lcdc_chan_is_sublcd
movq _LDRCNTR_SRS@GOTPCREL(%rip), %rcx
testl %eax, %eax
jne LBB0_9
## %bb.8: ## in Loop: Header=BB0_2 Depth=1
movq _LDRCNTR_MRS@GOTPCREL(%rip), %rcx
jmp LBB0_9
LBB0_11:
movq _IRQ_HANDLED@GOTPCREL(%rip), %rax
movl (%rax), %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm __LDINTR,4,2 ## @_LDINTR
.comm _LDINTR_VEE,4,2 ## @LDINTR_VEE
.comm __LDSR,4,2 ## @_LDSR
.comm _LDINTR_FS,8,3 ## @LDINTR_FS
.comm _LDINTR_VES,8,3 ## @LDINTR_VES
.comm __LDRCNTR,4,2 ## @_LDRCNTR
.comm _LDSA1R,4,2 ## @LDSA1R
.comm _LDRCNTR_SRS,8,3 ## @LDRCNTR_SRS
.comm _LDRCNTR_MRS,8,3 ## @LDRCNTR_MRS
.comm _IRQ_HANDLED,4,2 ## @IRQ_HANDLED
.no_dead_strip _sh_mobile_lcdc_irq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sh_mobile_lcdc_irq
_sh_mobile_lcdc_irq: ; @sh_mobile_lcdc_irq
.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 x19, x1
Lloh0:
adrp x21, __LDINTR@GOTPAGE
Lloh1:
ldr x21, [x21, __LDINTR@GOTPAGEOFF]
ldr w1, [x21]
mov x0, x19
bl _lcdc_read
mov x20, x0
Lloh2:
adrp x8, _LDINTR_VEE@GOTPAGE
Lloh3:
ldr x8, [x8, _LDINTR_VEE@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
bic w8, w0, w8
and x2, x8, #0xffffff00
ldr w1, [x21]
mov x0, x19
bl _lcdc_write
Lloh5:
adrp x8, __LDSR@GOTPAGE
Lloh6:
ldr x8, [x8, __LDSR@GOTPAGEOFF]
Lloh7:
ldr w1, [x8]
mov x0, x19
bl _lcdc_read
mov x21, x0
ldr x0, [x19]
bl _ARRAY_SIZE
cmp w0, #1
b.lt LBB0_9
; %bb.1:
mov x22, #0
mov x23, #0
sxtw x24, w20
Lloh8:
adrp x26, _LDINTR_VES@GOTPAGE
Lloh9:
ldr x26, [x26, _LDINTR_VES@GOTPAGEOFF]
Lloh10:
adrp x27, __LDRCNTR@GOTPAGE
Lloh11:
ldr x27, [x27, __LDRCNTR@GOTPAGEOFF]
ubfx w21, w21, #10, #1
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add x23, x23, #1
ldr x0, [x19]
bl _ARRAY_SIZE
add x22, x22, #48
cmp x23, w0, sxtw
b.ge LBB0_9
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x28, [x19]
add x20, x28, x22
ldr w8, [x20, #44]
cbz w8, LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
Lloh12:
adrp x8, _LDINTR_FS@GOTPAGE
Lloh13:
ldr x8, [x8, _LDINTR_FS@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
tst x8, x24
b.eq LBB0_7
; %bb.5: ; in Loop: Header=BB0_3 Depth=1
mov x0, x20
bl _lcdc_chan_is_sublcd
cmp w21, w0
b.ne LBB0_7
; %bb.6: ; in Loop: Header=BB0_3 Depth=1
add x0, x28, x22
mov w8, #1
str w8, [x0], #40
bl _wake_up
mov x0, x19
bl _sh_mobile_lcdc_clk_off
LBB0_7: ; in Loop: Header=BB0_3 Depth=1
ldr x8, [x26]
tst x8, x24
b.eq LBB0_2
; %bb.8: ; in Loop: Header=BB0_3 Depth=1
ldr w1, [x27]
mov x0, x19
bl _lcdc_read
; kill: def $w0 killed $w0 def $x0
sxtw x25, w0
Lloh15:
adrp x8, _LDSA1R@GOTPAGE
Lloh16:
ldr x8, [x8, _LDSA1R@GOTPAGEOFF]
Lloh17:
ldr w1, [x8]
add x28, x28, x22
ldr x8, [x28, #32]
ldr x9, [x28, #8]
add x2, x9, x8
mov x0, x20
bl _lcdc_write_chan_mirror
mov x0, x20
bl _lcdc_chan_is_sublcd
ldr x8, [x28, #24]
ldr w1, [x27]
cmp w0, #0
Lloh18:
adrp x9, _LDRCNTR_MRS@GOTPAGE
Lloh19:
ldr x9, [x9, _LDRCNTR_MRS@GOTPAGEOFF]
Lloh20:
adrp x10, _LDRCNTR_SRS@GOTPAGE
Lloh21:
ldr x10, [x10, _LDRCNTR_SRS@GOTPAGEOFF]
csel x9, x9, x10, eq
ldr x9, [x9]
eor x2, x9, x25
mov x0, x8
bl _lcdc_write
ldr x8, [x28, #8]
str x8, [x28, #16]
b LBB0_2
LBB0_9:
Lloh22:
adrp x8, _IRQ_HANDLED@GOTPAGE
Lloh23:
ldr x8, [x8, _IRQ_HANDLED@GOTPAGEOFF]
Lloh24:
ldr w0, [x8]
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
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGot Lloh20, Lloh21
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24
.cfi_endproc
; -- End function
.comm __LDINTR,4,2 ; @_LDINTR
.comm _LDINTR_VEE,4,2 ; @LDINTR_VEE
.comm __LDSR,4,2 ; @_LDSR
.comm _LDINTR_FS,8,3 ; @LDINTR_FS
.comm _LDINTR_VES,8,3 ; @LDINTR_VES
.comm __LDRCNTR,4,2 ; @_LDRCNTR
.comm _LDSA1R,4,2 ; @LDSA1R
.comm _LDRCNTR_SRS,8,3 ; @LDRCNTR_SRS
.comm _LDRCNTR_MRS,8,3 ; @LDRCNTR_MRS
.comm _IRQ_HANDLED,4,2 ; @IRQ_HANDLED
.no_dead_strip _sh_mobile_lcdc_irq
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/video/extr_sh_mobile_lcdcfb.c_sh_mobile_lcdc_irq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ngx_rtmp_netcall_memcache_set ## -- Begin function ngx_rtmp_netcall_memcache_set
.p2align 4, 0x90
_ngx_rtmp_netcall_memcache_set: ## @ngx_rtmp_netcall_memcache_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 %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 %r9d, %r14d
movl %r8d, -48(%rbp) ## 4-byte Spill
movq %rcx, %r13
movq %rdx, %r12
movq %rsi, %rbx
movq %rsi, %rdi
callq _ngx_alloc_chain_link
testq %rax, %rax
je LBB0_4
## %bb.1:
movq %rax, %r15
movl %r14d, -44(%rbp) ## 4-byte Spill
movq (%r12), %rax
movq _NGX_INT_T_LEN@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
leal (%rcx,%rcx,2), %ecx
addl $3, %ecx
movslq %ecx, %rcx
addq (%r13), %rax
leaq (%rcx,%rax), %rsi
addq $8, %rsi
movq %rbx, %rdi
callq _ngx_create_temp_buf
testq %rax, %rax
je LBB0_4
## %bb.2:
movq %rax, %r14
movq $0, 8(%r15)
movq %rax, (%r15)
movl (%rax), %edi
movl (%r13), %r9d
movq %r13, (%rsp)
leaq L_.str(%rip), %rsi
movq %r12, %rdx
movl -48(%rbp), %ecx ## 4-byte Reload
movl -44(%rbp), %r8d ## 4-byte Reload
callq _ngx_sprintf
movl %eax, 4(%r14)
jmp LBB0_5
LBB0_4:
xorl %r15d, %r15d
LBB0_5:
movq %r15, %rax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _NGX_INT_T_LEN,4,2 ## @NGX_INT_T_LEN
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "set %V %ui %ui %ui\r\n%V\r\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ngx_rtmp_netcall_memcache_set ; -- Begin function ngx_rtmp_netcall_memcache_set
.p2align 2
_ngx_rtmp_netcall_memcache_set: ; @ngx_rtmp_netcall_memcache_set
.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, x5
mov x22, x4
mov x20, x3
mov x23, x2
mov x24, x1
mov x0, x1
bl _ngx_alloc_chain_link
mov x19, x0
cbz x0, LBB0_4
; %bb.1:
ldr x8, [x23]
Lloh0:
adrp x9, _NGX_INT_T_LEN@GOTPAGE
Lloh1:
ldr x9, [x9, _NGX_INT_T_LEN@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
add w9, w9, w9, lsl #1
add w9, w9, #3
ldr x10, [x20]
add x8, x8, x10
add x8, x8, w9, sxtw
add x1, x8, #8
mov x0, x24
bl _ngx_create_temp_buf
cbz x0, LBB0_3
; %bb.2:
mov x24, x0
stp x0, xzr, [x19]
ldr w0, [x0]
ldr w5, [x20]
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
mov x2, x23
mov x3, x22
mov x4, x21
mov x6, x20
bl _ngx_sprintf
str w0, [x24, #4]
b LBB0_4
LBB0_3:
mov x19, #0
LBB0_4:
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
.cfi_endproc
; -- End function
.comm _NGX_INT_T_LEN,4,2 ; @NGX_INT_T_LEN
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "set %V %ui %ui %ui\r\n%V\r\n"
.subsections_via_symbols
| AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_netcall_module.c_ngx_rtmp_netcall_memcache_set.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_putchar_fd ## -- Begin function ft_putchar_fd
.p2align 4, 0x90
_ft_putchar_fd: ## @ft_putchar_fd
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %esi, %eax
movb %dil, -1(%rbp)
leaq -1(%rbp), %rsi
movl $1, %edx
movl %eax, %edi
callq _write
addq $16, %rsp
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 _ft_putchar_fd ; -- Begin function ft_putchar_fd
.p2align 2
_ft_putchar_fd: ; @ft_putchar_fd
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x8, x1
sturb w0, [x29, #-1]
sub x1, x29, #1
mov x0, x8
mov w2, #1
bl _write
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/133707.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ts_chunk_constraints_copy ## -- Begin function ts_chunk_constraints_copy
.p2align 4, 0x90
_ts_chunk_constraints_copy: ## @ts_chunk_constraints_copy
.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, %rbx
movl $24, %edi
callq _palloc
movq %rax, %r14
movq %rax, %rdi
movq %rbx, %rsi
movl $24, %edx
callq _memcpy
movl 16(%rbx), %edi
callq _CHUNK_CONSTRAINTS_SIZE
movl %eax, %edi
callq _palloc0
movq %rax, %r15
movq %rax, 8(%r14)
movq 8(%rbx), %r12
movl (%rbx), %edi
callq _CHUNK_CONSTRAINTS_SIZE
movq %r15, %rdi
movq %r12, %rsi
movl %eax, %edx
callq _memcpy
movq %r14, %rax
popq %rbx
popq %r12
popq %r14
popq %r15
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 _ts_chunk_constraints_copy ; -- Begin function ts_chunk_constraints_copy
.p2align 2
_ts_chunk_constraints_copy: ; @ts_chunk_constraints_copy
.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
mov w0, #24
bl _palloc
mov x20, x0
mov x1, x19
mov w2, #24
bl _memcpy
ldr w0, [x19, #16]
bl _CHUNK_CONSTRAINTS_SIZE
bl _palloc0
mov x21, x0
str x0, [x20, #8]
ldr x22, [x19, #8]
ldr w0, [x19]
bl _CHUNK_CONSTRAINTS_SIZE
mov x2, x0
mov x0, x21
mov x1, x22
bl _memcpy
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
.subsections_via_symbols
| AnghaBench/timescaledb/src/extr_chunk_constraint.c_ts_chunk_constraints_copy.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function snd_cs4231_overrange
_snd_cs4231_overrange: ## @snd_cs4231_overrange
.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
leaq 8(%rdi), %r14
movq %r14, %rdi
callq _spin_lock_irqsave
movq _CS4231_TEST_INIT@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq _snd_cs4231_in
movl %eax, %r15d
movq %r14, %rdi
callq _spin_unlock_irqrestore
testb $10, %r15b
je LBB0_2
## %bb.1:
movq (%rbx), %rax
movq (%rax), %rax
incl (%rax)
LBB0_2:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CS4231_TEST_INIT,4,2 ## @CS4231_TEST_INIT
.no_dead_strip _snd_cs4231_overrange
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function snd_cs4231_overrange
_snd_cs4231_overrange: ; @snd_cs4231_overrange
.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
add x20, x0, #8
mov x0, x20
bl _spin_lock_irqsave
Lloh0:
adrp x8, _CS4231_TEST_INIT@GOTPAGE
Lloh1:
ldr x8, [x8, _CS4231_TEST_INIT@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov x0, x19
bl _snd_cs4231_in
mov x21, x0
mov x0, x20
bl _spin_unlock_irqrestore
mov w8, #10
tst w21, w8
b.eq LBB0_2
; %bb.1:
ldr x8, [x19]
ldr x8, [x8]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
LBB0_2:
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
.cfi_endproc
; -- End function
.comm _CS4231_TEST_INIT,4,2 ; @CS4231_TEST_INIT
.no_dead_strip _snd_cs4231_overrange
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/sparc/extr_cs4231.c_snd_cs4231_overrange.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function DeflateResetInput
_DeflateResetInput: ## @DeflateResetInput
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorps %xmm0, %xmm0
movups %xmm0, 8(%rdi)
callq _inflateReset
movq _LogCCP@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str(%rip), %rsi
popq %rbp
jmp _log_Printf ## TAILCALL
.cfi_endproc
## -- End function
.comm _LogCCP,4,2 ## @LogCCP
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Deflate: Input channel reset\n"
.no_dead_strip _DeflateResetInput
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function DeflateResetInput
_DeflateResetInput: ; @DeflateResetInput
.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
stp xzr, xzr, [x0, #8]
bl _inflateReset
Lloh0:
adrp x8, _LogCCP@GOTPAGE
Lloh1:
ldr x8, [x8, _LogCCP@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _log_Printf
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _LogCCP,4,2 ; @LogCCP
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Deflate: Input channel reset\n"
.no_dead_strip _DeflateResetInput
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/ppp/extr_deflate.c_DeflateResetInput.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ENGINE_get_init_function ## -- Begin function ENGINE_get_init_function
.p2align 4, 0x90
_ENGINE_get_init_function: ## @ENGINE_get_init_function
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
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 _ENGINE_get_init_function ; -- Begin function ENGINE_get_init_function
.p2align 2
_ENGINE_get_init_function: ; @ENGINE_get_init_function
.cfi_startproc
; %bb.0:
ldr w0, [x0]
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/openssl/crypto/engine/extr_eng_lib.c_ENGINE_get_init_function.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nvs_embedded
_nvs_embedded: ## @nvs_embedded
.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, %r15
movl (%rdi), %eax
cmpl $129, %eax
je LBB0_4
## %bb.1:
cmpl $128, %eax
jne LBB0_13
## %bb.2:
movl 4(%r15), %eax
movq _nvpair_max_recursion@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jge LBB0_13
## %bb.3:
incl %eax
movl %eax, 4(%r15)
movq %r15, %rdi
movq %r14, %rsi
xorl %edx, %edx
callq _nvs_operation
decl 4(%r15)
jmp LBB0_16
LBB0_4:
movl 4(%r14), %eax
movq _NV_VERSION@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB0_10
## %bb.5:
movl 8(%r15), %edi
callq _nv_priv_alloc_embedded
testq %rax, %rax
je LBB0_11
## %bb.6:
movl (%r14), %esi
movq %r14, %rdi
movq %rax, %rdx
callq _nvlist_init
movl 4(%r15), %eax
movq _nvpair_max_recursion@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jge LBB0_12
## %bb.7:
incl %eax
movl %eax, 4(%r15)
movq %r15, %rdi
movq %r14, %rsi
xorl %edx, %edx
callq _nvs_operation
movl %eax, %ebx
testl %eax, %eax
je LBB0_9
## %bb.8:
movq %r14, %rdi
callq _nvlist_free
LBB0_9:
decl 4(%r15)
jmp LBB0_15
LBB0_10:
movq _ENOTSUP@GOTPCREL(%rip), %rax
jmp LBB0_14
LBB0_11:
movq _ENOMEM@GOTPCREL(%rip), %rax
jmp LBB0_14
LBB0_12:
movq %r14, %rdi
callq _nvlist_free
LBB0_13:
movq _EINVAL@GOTPCREL(%rip), %rax
LBB0_14:
movl (%rax), %ebx
LBB0_15:
movl %ebx, %eax
LBB0_16:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _nvpair_max_recursion,4,2 ## @nvpair_max_recursion
.comm _EINVAL,4,2 ## @EINVAL
.comm _NV_VERSION,4,2 ## @NV_VERSION
.comm _ENOTSUP,4,2 ## @ENOTSUP
.comm _ENOMEM,4,2 ## @ENOMEM
.no_dead_strip _nvs_embedded
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nvs_embedded
_nvs_embedded: ; @nvs_embedded
.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
ldr w8, [x0]
cmp w8, #129
b.eq LBB0_4
; %bb.1:
cmp w8, #128
b.ne LBB0_13
; %bb.2:
ldr w8, [x19, #4]
Lloh0:
adrp x9, _nvpair_max_recursion@GOTPAGE
Lloh1:
ldr x9, [x9, _nvpair_max_recursion@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
cmp w8, w9
b.ge LBB0_13
; %bb.3:
add w8, w8, #1
str w8, [x19, #4]
mov x0, x19
mov x1, x20
mov x2, #0
bl _nvs_operation
ldr w8, [x19, #4]
sub w8, w8, #1
str w8, [x19, #4]
b LBB0_16
LBB0_4:
ldr w8, [x20, #4]
Lloh3:
adrp x9, _NV_VERSION@GOTPAGE
Lloh4:
ldr x9, [x9, _NV_VERSION@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
cmp w8, w9
b.ne LBB0_10
; %bb.5:
ldr w0, [x19, #8]
bl _nv_priv_alloc_embedded
cbz x0, LBB0_11
; %bb.6:
mov x2, x0
ldr w1, [x20]
mov x0, x20
bl _nvlist_init
ldr w8, [x19, #4]
Lloh6:
adrp x9, _nvpair_max_recursion@GOTPAGE
Lloh7:
ldr x9, [x9, _nvpair_max_recursion@GOTPAGEOFF]
Lloh8:
ldr w9, [x9]
cmp w8, w9
b.ge LBB0_12
; %bb.7:
add w8, w8, #1
str w8, [x19, #4]
mov x0, x19
mov x1, x20
mov x2, #0
bl _nvs_operation
mov x21, x0
cbz w0, LBB0_9
; %bb.8:
mov x0, x20
bl _nvlist_free
LBB0_9:
ldr w8, [x19, #4]
sub w8, w8, #1
str w8, [x19, #4]
b LBB0_15
LBB0_10:
Lloh9:
adrp x8, _ENOTSUP@GOTPAGE
Lloh10:
ldr x8, [x8, _ENOTSUP@GOTPAGEOFF]
b LBB0_14
LBB0_11:
Lloh11:
adrp x8, _ENOMEM@GOTPAGE
Lloh12:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
b LBB0_14
LBB0_12:
mov x0, x20
bl _nvlist_free
LBB0_13:
Lloh13:
adrp x8, _EINVAL@GOTPAGE
Lloh14:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
LBB0_14:
ldr w21, [x8]
LBB0_15:
mov x0, x21
LBB0_16:
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
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpLdrGot Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _nvpair_max_recursion,4,2 ; @nvpair_max_recursion
.comm _EINVAL,4,2 ; @EINVAL
.comm _NV_VERSION,4,2 ; @NV_VERSION
.comm _ENOTSUP,4,2 ; @ENOTSUP
.comm _ENOMEM,4,2 ; @ENOMEM
.no_dead_strip _nvs_embedded
.subsections_via_symbols
| AnghaBench/freebsd/sys/cddl/contrib/opensolaris/common/nvpair/extr_opensolaris_nvpair.c_nvs_embedded.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function slab_idx
_slab_idx: ## @slab_idx
.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
andl (%rdi), %eax
movb 4(%rdi), %cl
shrl %cl, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _slab_idx
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function slab_idx
_slab_idx: ; @slab_idx
.cfi_startproc
; %bb.0:
ldp w8, w9, [x0]
and w8, w8, w1
lsr w0, w8, w9
ret
.cfi_endproc
; -- End function
.no_dead_strip _slab_idx
.subsections_via_symbols
| AnghaBench/freebsd/contrib/unbound/util/storage/extr_slabhash.c_slab_idx.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hci_request_setup ## -- Begin function hci_request_setup
.p2align 4, 0x90
_hci_request_setup: ## @hci_request_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 %rbx
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
addq $32, %rdi
movq _discov_update@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_WORK
leaq 28(%rbx), %rdi
movq _bg_scan_update@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_WORK
leaq 24(%rbx), %rdi
movq _scan_update_work@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_WORK
leaq 20(%rbx), %rdi
movq _connectable_update_work@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_WORK
leaq 16(%rbx), %rdi
movq _discoverable_update_work@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_WORK
leaq 12(%rbx), %rdi
movq _discov_off@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_DELAYED_WORK
leaq 8(%rbx), %rdi
movq _le_scan_disable_work@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_DELAYED_WORK
leaq 4(%rbx), %rdi
movq _le_scan_restart_work@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _INIT_DELAYED_WORK
movq _adv_timeout_expire@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _INIT_DELAYED_WORK ## TAILCALL
.cfi_endproc
## -- End function
.comm _discov_update,4,2 ## @discov_update
.comm _bg_scan_update,4,2 ## @bg_scan_update
.comm _scan_update_work,4,2 ## @scan_update_work
.comm _connectable_update_work,4,2 ## @connectable_update_work
.comm _discoverable_update_work,4,2 ## @discoverable_update_work
.comm _discov_off,4,2 ## @discov_off
.comm _le_scan_disable_work,4,2 ## @le_scan_disable_work
.comm _le_scan_restart_work,4,2 ## @le_scan_restart_work
.comm _adv_timeout_expire,4,2 ## @adv_timeout_expire
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hci_request_setup ; -- Begin function hci_request_setup
.p2align 2
_hci_request_setup: ; @hci_request_setup
.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
add x0, x0, #32
Lloh0:
adrp x8, _discov_update@GOTPAGE
Lloh1:
ldr x8, [x8, _discov_update@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _INIT_WORK
add x0, x19, #28
Lloh3:
adrp x8, _bg_scan_update@GOTPAGE
Lloh4:
ldr x8, [x8, _bg_scan_update@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
bl _INIT_WORK
add x0, x19, #24
Lloh6:
adrp x8, _scan_update_work@GOTPAGE
Lloh7:
ldr x8, [x8, _scan_update_work@GOTPAGEOFF]
Lloh8:
ldr w1, [x8]
bl _INIT_WORK
add x0, x19, #20
Lloh9:
adrp x8, _connectable_update_work@GOTPAGE
Lloh10:
ldr x8, [x8, _connectable_update_work@GOTPAGEOFF]
Lloh11:
ldr w1, [x8]
bl _INIT_WORK
add x0, x19, #16
Lloh12:
adrp x8, _discoverable_update_work@GOTPAGE
Lloh13:
ldr x8, [x8, _discoverable_update_work@GOTPAGEOFF]
Lloh14:
ldr w1, [x8]
bl _INIT_WORK
add x0, x19, #12
Lloh15:
adrp x8, _discov_off@GOTPAGE
Lloh16:
ldr x8, [x8, _discov_off@GOTPAGEOFF]
Lloh17:
ldr w1, [x8]
bl _INIT_DELAYED_WORK
add x0, x19, #8
Lloh18:
adrp x8, _le_scan_disable_work@GOTPAGE
Lloh19:
ldr x8, [x8, _le_scan_disable_work@GOTPAGEOFF]
Lloh20:
ldr w1, [x8]
bl _INIT_DELAYED_WORK
add x0, x19, #4
Lloh21:
adrp x8, _le_scan_restart_work@GOTPAGE
Lloh22:
ldr x8, [x8, _le_scan_restart_work@GOTPAGEOFF]
Lloh23:
ldr w1, [x8]
bl _INIT_DELAYED_WORK
Lloh24:
adrp x8, _adv_timeout_expire@GOTPAGE
Lloh25:
ldr x8, [x8, _adv_timeout_expire@GOTPAGEOFF]
Lloh26:
ldr w1, [x8]
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _INIT_DELAYED_WORK
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _discov_update,4,2 ; @discov_update
.comm _bg_scan_update,4,2 ; @bg_scan_update
.comm _scan_update_work,4,2 ; @scan_update_work
.comm _connectable_update_work,4,2 ; @connectable_update_work
.comm _discoverable_update_work,4,2 ; @discoverable_update_work
.comm _discov_off,4,2 ; @discov_off
.comm _le_scan_disable_work,4,2 ; @le_scan_disable_work
.comm _le_scan_restart_work,4,2 ; @le_scan_restart_work
.comm _adv_timeout_expire,4,2 ; @adv_timeout_expire
.subsections_via_symbols
| AnghaBench/linux/net/bluetooth/extr_hci_request.c_hci_request_setup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function snd_sb_csp_firmware_load
_snd_sb_csp_firmware_load: ## @snd_sb_csp_firmware_load
.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
movl %edx, %r14d
movl %esi, %r12d
movq %rdi, %r13
leaq _snd_sb_csp_firmware_load.names(%rip), %r15
movq %r15, %rdi
callq _ARRAY_SIZE
movq _CSP_PROGRAM_COUNT@GOTPCREL(%rip), %rcx
xorl %edi, %edi
cmpq (%rcx), %rax
setne %dil
callq _BUILD_BUG_ON
movq (%r13), %rax
movslq %r12d, %rbx
movq (%rax,%rbx,8), %rax
movq %rax, -48(%rbp)
testq %rax, %rax
jne LBB0_3
## %bb.1:
movq (%r15,%rbx,8), %rsi
movq 8(%r13), %rax
movq (%rax), %rax
movl (%rax), %edx
leaq -48(%rbp), %rdi
callq _request_firmware
testl %eax, %eax
js LBB0_4
## %bb.2:
movq -48(%rbp), %rax
movq (%r13), %rcx
movq %rax, (%rcx,%rbx,8)
movq -48(%rbp), %rax
LBB0_3:
movl (%rax), %edx
movl 4(%rax), %esi
movq %r13, %rdi
movl %r14d, %ecx
callq _snd_sb_csp_load
LBB0_4:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__const
.p2align 4 ## @snd_sb_csp_firmware_load.names
_snd_sb_csp_firmware_load.names:
.quad L_.str
.quad L_.str.1
.quad L_.str.2
.quad L_.str.3
.quad L_.str.4
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "sb16/mulaw_main.csp"
L_.str.1: ## @.str.1
.asciz "sb16/alaw_main.csp"
L_.str.2: ## @.str.2
.asciz "sb16/ima_adpcm_init.csp"
L_.str.3: ## @.str.3
.asciz "sb16/ima_adpcm_playback.csp"
L_.str.4: ## @.str.4
.asciz "sb16/ima_adpcm_capture.csp"
.comm _CSP_PROGRAM_COUNT,8,3 ## @CSP_PROGRAM_COUNT
.no_dead_strip _snd_sb_csp_firmware_load
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function snd_sb_csp_firmware_load
_snd_sb_csp_firmware_load: ; @snd_sb_csp_firmware_load
.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, x2
mov x21, x1
mov x20, x0
Lloh0:
adrp x22, _snd_sb_csp_firmware_load.names@PAGE
Lloh1:
add x22, x22, _snd_sb_csp_firmware_load.names@PAGEOFF
mov x0, x22
bl _ARRAY_SIZE
Lloh2:
adrp x8, _CSP_PROGRAM_COUNT@GOTPAGE
Lloh3:
ldr x8, [x8, _CSP_PROGRAM_COUNT@GOTPAGEOFF]
Lloh4:
ldr x8, [x8]
cmp x0, x8
cset w0, ne
bl _BUILD_BUG_ON
ldr x8, [x20]
ldr x8, [x8, w21, sxtw #3]
str x8, [sp, #8]
cbnz x8, LBB0_3
; %bb.1:
sxtw x21, w21
ldr x1, [x22, x21, lsl #3]
ldr x8, [x20, #8]
ldr x8, [x8]
ldr w2, [x8]
add x0, sp, #8
bl _request_firmware
tbnz w0, #31, LBB0_4
; %bb.2:
ldr x8, [sp, #8]
ldr x9, [x20]
str x8, [x9, x21, lsl #3]
ldr x8, [sp, #8]
LBB0_3:
ldp w2, w1, [x8]
mov x0, x20
mov x3, x19
bl _snd_sb_csp_load
LBB0_4:
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 Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __DATA,__const
.p2align 3 ; @snd_sb_csp_firmware_load.names
_snd_sb_csp_firmware_load.names:
.quad l_.str
.quad l_.str.1
.quad l_.str.2
.quad l_.str.3
.quad l_.str.4
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "sb16/mulaw_main.csp"
l_.str.1: ; @.str.1
.asciz "sb16/alaw_main.csp"
l_.str.2: ; @.str.2
.asciz "sb16/ima_adpcm_init.csp"
l_.str.3: ; @.str.3
.asciz "sb16/ima_adpcm_playback.csp"
l_.str.4: ; @.str.4
.asciz "sb16/ima_adpcm_capture.csp"
.comm _CSP_PROGRAM_COUNT,8,3 ; @CSP_PROGRAM_COUNT
.no_dead_strip _snd_sb_csp_firmware_load
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/isa/sb/extr_sb16_csp.c_snd_sb_csp_firmware_load.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function drm_dp_i2c_retry_count
_drm_dp_i2c_retry_count: ## @drm_dp_i2c_retry_count
.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
movl %esi, %r14d
movq %rdi, %r12
callq _drm_dp_aux_req_duration
movl %eax, %r15d
movq %r12, %rdi
callq _drm_dp_aux_reply_duration
movl %eax, %ebx
addl %r15d, %ebx
movq %r12, %rdi
movl %r14d, %esi
callq _drm_dp_i2c_msg_duration
movslq %ebx, %rsi
movq _AUX_RETRY_INTERVAL@GOTPCREL(%rip), %rcx
addq (%rcx), %rsi
movl %eax, %edi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _DIV_ROUND_UP ## TAILCALL
.cfi_endproc
## -- End function
.comm _AUX_RETRY_INTERVAL,8,3 ## @AUX_RETRY_INTERVAL
.no_dead_strip _drm_dp_i2c_retry_count
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function drm_dp_i2c_retry_count
_drm_dp_i2c_retry_count: ; @drm_dp_i2c_retry_count
.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
mov x20, x0
bl _drm_dp_aux_req_duration
mov x21, x0
mov x0, x20
bl _drm_dp_aux_reply_duration
add w21, w0, w21
mov x0, x20
mov x1, x19
bl _drm_dp_i2c_msg_duration
Lloh0:
adrp x8, _AUX_RETRY_INTERVAL@GOTPAGE
Lloh1:
ldr x8, [x8, _AUX_RETRY_INTERVAL@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
add x1, x8, w21, sxtw
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 _DIV_ROUND_UP
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _AUX_RETRY_INTERVAL,8,3 ; @AUX_RETRY_INTERVAL
.no_dead_strip _drm_dp_i2c_retry_count
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/extr_drm_dp_helper.c_drm_dp_i2c_retry_count.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function looks_latin1
_looks_latin1: ## @looks_latin1
.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
movq $0, (%rcx)
movl $1, %eax
testq %rsi, %rsi
je LBB0_6
## %bb.1:
movq _text_chars@GOTPCREL(%rip), %rbx
movq (%rbx), %r8
movq _T@GOTPCREL(%rip), %rbx
movl (%rbx), %r9d
xorl %r10d, %r10d
movq _I@GOTPCREL(%rip), %r11
jmp LBB0_2
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
movq (%rcx), %r15
leaq 1(%r15), %rbx
movq %rbx, (%rcx)
movq %r14, (%rdx,%r15,8)
incq %r10
cmpq %r10, %rsi
je LBB0_6
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq (%rdi,%r10,8), %r14
movl (%r8,%r14,4), %ebx
cmpl %r9d, %ebx
je LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
cmpl (%r11), %ebx
je LBB0_5
## %bb.4:
xorl %eax, %eax
LBB0_6:
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _text_chars,8,3 ## @text_chars
.comm _T,4,2 ## @T
.comm _I,4,2 ## @I
.no_dead_strip _looks_latin1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function looks_latin1
_looks_latin1: ; @looks_latin1
.cfi_startproc
; %bb.0:
str xzr, [x3]
cbz x1, LBB0_4
; %bb.1:
Lloh0:
adrp x8, _text_chars@GOTPAGE
Lloh1:
ldr x8, [x8, _text_chars@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
Lloh3:
adrp x9, _T@GOTPAGE
Lloh4:
ldr x9, [x9, _T@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
Lloh6:
adrp x10, _I@GOTPAGE
Lloh7:
ldr x10, [x10, _I@GOTPAGEOFF]
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr x11, [x0]
ldr w12, [x8, x11, lsl #2]
ldr w13, [x10]
cmp w12, w9
ccmp w12, w13, #4, ne
b.ne LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
ldr x12, [x3]
add x13, x12, #1
str x13, [x3]
str x11, [x2, x12, lsl #3]
add x0, x0, #8
subs x1, x1, #1
b.ne LBB0_2
LBB0_4:
mov w0, #1
ret
LBB0_5:
mov w0, #0
ret
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _text_chars,8,3 ; @text_chars
.comm _T,4,2 ; @T
.comm _I,4,2 ; @I
.no_dead_strip _looks_latin1
.subsections_via_symbols
| AnghaBench/radare2/libr/magic/extr_ascmagic.c_looks_latin1.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _talk ## -- Begin function talk
.p2align 4, 0x90
_talk: ## @talk
.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 $2576, %rsp ## imm = 0xA10
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rcx
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -40(%rbp)
leaq _talk.string(%rip), %rsi
leaq -1072(%rbp), %r14
movq %r14, %rdi
movq %rbx, %rdx
xorl %eax, %eax
callq _sprintf
movq %r14, %rdi
callq _strlen
movq _request1@GOTPCREL(%rip), %rcx
movq (%rcx), %rsi
leaq -2096(%rbp), %r15
movq %r15, %rdi
movl %eax, %edx
movq %r14, %rcx
xorl %eax, %eax
callq _sprintf
movq %rbx, %rdi
callq _xp_connect
movq _sockfd@GOTPCREL(%rip), %r12
movl (%r12), %ebx
movq %r15, %rdi
callq _strlen
movl %ebx, %edi
movq %r15, %rsi
movl %eax, %edx
xorl %ecx, %ecx
callq _send
testq %rax, %rax
js LBB0_1
## %bb.3:
movl (%r12), %edi
leaq -2608(%rbp), %rsi
movl $512, %edx ## imm = 0x200
xorl %ecx, %ecx
callq _recv
movl (%r12), %r14d
movq _request2@GOTPCREL(%rip), %rax
movq (%rax), %rbx
movq %rbx, %rdi
callq _strlen
movl %r14d, %edi
movq %rbx, %rsi
movl %eax, %edx
xorl %ecx, %ecx
callq _send
testq %rax, %rax
js LBB0_1
## %bb.4:
movl (%r12), %edi
leaq -2608(%rbp), %rsi
movl $512, %edx ## imm = 0x200
xorl %ecx, %ecx
callq _recv
movq _shellcode@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _build_request
movq %rax, %rbx
movl (%r12), %r14d
movq %rax, %rdi
callq _strlen
movl %r14d, %edi
movq %rbx, %rsi
movl %eax, %edx
callq _write
testq %rax, %rax
js LBB0_5
## %bb.6:
movl (%r12), %edi
callq _close
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -40(%rbp), %rax
jne LBB0_8
## %bb.7:
addq $2576, %rsp ## imm = 0xA10
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_1:
leaq L_str.3(%rip), %rdi
jmp LBB0_2
LBB0_5:
leaq L_str(%rip), %rdi
LBB0_2:
callq _puts
movl $-1, %edi
callq _exit
LBB0_8:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __DATA,__data
_talk.string: ## @talk.string
.asciz "svn://%s/%s"
.comm _request1,8,3 ## @request1
.comm _sockfd,4,2 ## @sockfd
.comm _request2,8,3 ## @request2
.comm _shellcode,4,2 ## @shellcode
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "write() failed"
L_str.3: ## @str.3
.asciz "send() failed"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _talk ; -- Begin function talk
.p2align 2
_talk: ; @talk
.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, #2592
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, #-40]
stp x0, x1, [sp]
Lloh3:
adrp x1, _talk.string@PAGE
Lloh4:
add x1, x1, _talk.string@PAGEOFF
add x20, sp, #1560
add x0, sp, #1560
bl _sprintf
add x0, sp, #1560
bl _strlen
; kill: def $w0 killed $w0 def $x0
Lloh5:
adrp x8, _request1@GOTPAGE
Lloh6:
ldr x8, [x8, _request1@GOTPAGEOFF]
Lloh7:
ldr x1, [x8]
stp x0, x20, [sp]
add x0, sp, #536
bl _sprintf
mov x0, x19
bl _xp_connect
Lloh8:
adrp x21, _sockfd@GOTPAGE
Lloh9:
ldr x21, [x21, _sockfd@GOTPAGEOFF]
ldr w19, [x21]
add x0, sp, #536
bl _strlen
mov x2, x0
add x1, sp, #536
mov x0, x19
mov w3, #0
bl _send
tbnz x0, #63, LBB0_5
; %bb.1:
ldr w0, [x21]
add x1, sp, #24
mov w2, #512
mov w3, #0
bl _recv
ldr w19, [x21]
Lloh10:
adrp x8, _request2@GOTPAGE
Lloh11:
ldr x8, [x8, _request2@GOTPAGEOFF]
Lloh12:
ldr x20, [x8]
mov x0, x20
bl _strlen
mov x2, x0
mov x0, x19
mov x1, x20
mov w3, #0
bl _send
tbnz x0, #63, LBB0_5
; %bb.2:
ldr w0, [x21]
add x1, sp, #24
mov w2, #512
mov w3, #0
bl _recv
Lloh13:
adrp x8, _shellcode@GOTPAGE
Lloh14:
ldr x8, [x8, _shellcode@GOTPAGEOFF]
Lloh15:
ldr w0, [x8]
bl _build_request
mov x19, x0
ldr w20, [x21]
bl _strlen
mov x2, x0
mov x0, x20
mov x1, x19
bl _write
tbnz x0, #63, LBB0_6
; %bb.3:
ldr w0, [x21]
bl _close
ldur x8, [x29, #-40]
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.4:
add sp, sp, #2592
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_5:
Lloh19:
adrp x0, l_str.3@PAGE
Lloh20:
add x0, x0, l_str.3@PAGEOFF
b LBB0_7
LBB0_6:
Lloh21:
adrp x0, l_str@PAGE
Lloh22:
add x0, x0, l_str@PAGEOFF
LBB0_7:
bl _puts
mov w0, #-1
bl _exit
LBB0_8:
bl ___stack_chk_fail
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpAdd Lloh21, Lloh22
.cfi_endproc
; -- End function
.section __DATA,__data
_talk.string: ; @talk.string
.asciz "svn://%s/%s"
.comm _request1,8,3 ; @request1
.comm _sockfd,4,2 ; @sockfd
.comm _request2,8,3 ; @request2
.comm _shellcode,4,2 ; @shellcode
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "write() failed"
l_str.3: ; @str.3
.asciz "send() failed"
.subsections_via_symbols
| AnghaBench/exploitdb/exploits/linux/remote/extr_304.c_talk.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sdhci_msm_mci_variant_writel_relaxed
_sdhci_msm_mci_variant_writel_relaxed: ## @sdhci_msm_mci_variant_writel_relaxed
.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 %rdx, %rbx
movq %rdi, %r14
movq %rsi, %rdi
callq _sdhci_priv
movq %rax, %rdi
callq _sdhci_pltfm_priv
addq (%rax), %rbx
movq %r14, %rdi
movq %rbx, %rsi
popq %rbx
popq %r14
popq %rbp
jmp _writel_relaxed ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _sdhci_msm_mci_variant_writel_relaxed
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sdhci_msm_mci_variant_writel_relaxed
_sdhci_msm_mci_variant_writel_relaxed: ; @sdhci_msm_mci_variant_writel_relaxed
.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, x2
mov x20, x0
mov x0, x1
bl _sdhci_priv
bl _sdhci_pltfm_priv
ldr x8, [x0]
add x1, x8, x19
mov x0, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _writel_relaxed
.cfi_endproc
; -- End function
.no_dead_strip _sdhci_msm_mci_variant_writel_relaxed
.subsections_via_symbols
| AnghaBench/linux/drivers/mmc/host/extr_sdhci-msm.c_sdhci_msm_mci_variant_writel_relaxed.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lib80211_crypt_null_init
_lib80211_crypt_null_init: ## @lib80211_crypt_null_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _lib80211_crypt_null_init
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lib80211_crypt_null_init
_lib80211_crypt_null_init: ; @lib80211_crypt_null_init
.cfi_startproc
; %bb.0:
mov w0, #1
ret
.cfi_endproc
; -- End function
.no_dead_strip _lib80211_crypt_null_init
.subsections_via_symbols
| AnghaBench/linux/net/wireless/extr_lib80211.c_lib80211_crypt_null_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mlxsw_reg_spaft_pack
_mlxsw_reg_spaft_pack: ## @mlxsw_reg_spaft_pack
.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 %edx, %r15d
movl %esi, %r14d
movq %rdi, %rbx
movq _spaft@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq %rbx, %rsi
callq _MLXSW_REG_ZERO
movq %rbx, %rdi
movl %r14d, %esi
callq _mlxsw_reg_spaft_local_port_set
movq %rbx, %rdi
movl %r15d, %esi
callq _mlxsw_reg_spaft_allow_untagged_set
movq %rbx, %rdi
movl %r15d, %esi
callq _mlxsw_reg_spaft_allow_prio_tagged_set
movq %rbx, %rdi
movl $1, %esi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _mlxsw_reg_spaft_allow_tagged_set ## TAILCALL
.cfi_endproc
## -- End function
.comm _spaft,4,2 ## @spaft
.no_dead_strip _mlxsw_reg_spaft_pack
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function mlxsw_reg_spaft_pack
_mlxsw_reg_spaft_pack: ; @mlxsw_reg_spaft_pack
.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
Lloh0:
adrp x8, _spaft@GOTPAGE
Lloh1:
ldr x8, [x8, _spaft@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
mov x1, x21
bl _MLXSW_REG_ZERO
mov x0, x21
mov x1, x20
bl _mlxsw_reg_spaft_local_port_set
mov x0, x21
mov x1, x19
bl _mlxsw_reg_spaft_allow_untagged_set
mov x0, x21
mov x1, x19
bl _mlxsw_reg_spaft_allow_prio_tagged_set
mov x0, x21
mov w1, #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
b _mlxsw_reg_spaft_allow_tagged_set
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _spaft,4,2 ; @spaft
.no_dead_strip _mlxsw_reg_spaft_pack
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/mellanox/mlxsw/extr_reg.h_mlxsw_reg_spaft_pack.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function inno_hdmi_phy_rk3228_clk_round_rate
_inno_hdmi_phy_rk3228_clk_round_rate: ## @inno_hdmi_phy_rk3228_clk_round_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 _pre_pll_cfg_table@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movq (%rcx), %rdx
testq %rdx, %rdx
je LBB0_5
## %bb.1:
movq %rsi, %rax
addq $16, %rcx
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
movq (%rcx), %rdx
addq $16, %rcx
testq %rdx, %rdx
je LBB0_5
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpq %rax, %rdx
jne LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
cmpl $0, -8(%rcx)
jne LBB0_4
## %bb.6:
popq %rbp
retq
LBB0_5:
movq _EINVAL@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subq (%rcx), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _pre_pll_cfg_table,8,3 ## @pre_pll_cfg_table
.comm _EINVAL,8,3 ## @EINVAL
.no_dead_strip _inno_hdmi_phy_rk3228_clk_round_rate
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function inno_hdmi_phy_rk3228_clk_round_rate
_inno_hdmi_phy_rk3228_clk_round_rate: ; @inno_hdmi_phy_rk3228_clk_round_rate
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _pre_pll_cfg_table@GOTPAGE
Lloh1:
ldr x8, [x8, _pre_pll_cfg_table@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr x9, [x8]
cbz x9, LBB0_6
; %bb.1:
mov x0, x1
add x8, x8, #16
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
ldr x9, [x8], #16
cbz x9, LBB0_6
LBB0_3: ; =>This Inner Loop Header: Depth=1
cmp x9, x0
b.ne LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldur w9, [x8, #-8]
cbnz w9, LBB0_2
; %bb.5:
ret
LBB0_6:
Lloh3:
adrp x8, _EINVAL@GOTPAGE
Lloh4:
ldr x8, [x8, _EINVAL@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
neg x0, x8
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _pre_pll_cfg_table,8,3 ; @pre_pll_cfg_table
.comm _EINVAL,8,3 ; @EINVAL
.no_dead_strip _inno_hdmi_phy_rk3228_clk_round_rate
.subsections_via_symbols
| AnghaBench/linux/drivers/phy/rockchip/extr_phy-rockchip-inno-hdmi.c_inno_hdmi_phy_rk3228_clk_round_rate.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ecore_rdma_resc_free ## -- Begin function ecore_rdma_resc_free
.p2align 4, 0x90
_ecore_rdma_resc_free: ## @ecore_rdma_resc_free
.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
callq _IS_IWARP
testq %rax, %rax
je LBB0_2
## %bb.1:
movq %rbx, %rdi
callq _ecore_iwarp_resc_free
LBB0_2:
movq (%rbx), %rsi
addq $52, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $48, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $44, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $40, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $36, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $32, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $28, %rsi
movq %rbx, %rdi
xorl %edx, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $24, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $20, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movq (%rbx), %rsi
addq $16, %rsi
movq %rbx, %rdi
movl $1, %edx
callq _ecore_rdma_bmap_free
movl 8(%rbx), %edi
movq (%rbx), %rax
movq 8(%rax), %rsi
callq _OSAL_FREE
movq _OSAL_NULL@GOTPCREL(%rip), %r14
movq (%r14), %rax
movq (%rbx), %rcx
movq %rax, 8(%rcx)
movl 8(%rbx), %edi
movq (%rcx), %rsi
callq _OSAL_FREE
movq (%r14), %rax
movq (%rbx), %rcx
movq %rax, (%rcx)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _OSAL_NULL,8,3 ## @OSAL_NULL
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ecore_rdma_resc_free ; -- Begin function ecore_rdma_resc_free
.p2align 2
_ecore_rdma_resc_free: ; @ecore_rdma_resc_free
.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_IWARP
cbz x0, LBB0_2
; %bb.1:
mov x0, x19
bl _ecore_iwarp_resc_free
LBB0_2:
ldr x8, [x19]
add x1, x8, #52
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #48
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #44
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #40
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #36
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #32
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #28
mov x0, x19
mov w2, #0
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #24
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #20
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr x8, [x19]
add x1, x8, #16
mov x0, x19
mov w2, #1
bl _ecore_rdma_bmap_free
ldr w0, [x19, #8]
ldr x8, [x19]
ldr x1, [x8, #8]
bl _OSAL_FREE
Lloh0:
adrp x20, _OSAL_NULL@GOTPAGE
Lloh1:
ldr x20, [x20, _OSAL_NULL@GOTPAGEOFF]
ldr x8, [x20]
ldr x9, [x19]
str x8, [x9, #8]
ldr w0, [x19, #8]
ldr x1, [x9]
bl _OSAL_FREE
ldr x8, [x20]
ldr x9, [x19]
str x8, [x9]
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 _OSAL_NULL,8,3 ; @OSAL_NULL
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/qlnx/qlnxe/extr_ecore_rdma.c_ecore_rdma_resc_free.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function genl_lock_all
_genl_lock_all: ## @genl_lock_all
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _cb_lock@GOTPCREL(%rip), %rdi
callq _down_write
xorl %eax, %eax
popq %rbp
jmp _genl_lock ## TAILCALL
.cfi_endproc
## -- End function
.comm _cb_lock,4,2 ## @cb_lock
.no_dead_strip _genl_lock_all
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function genl_lock_all
_genl_lock_all: ; @genl_lock_all
.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, _cb_lock@GOTPAGE
Lloh1:
ldr x0, [x0, _cb_lock@GOTPAGEOFF]
bl _down_write
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _genl_lock
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _cb_lock,4,2 ; @cb_lock
.no_dead_strip _genl_lock_all
.subsections_via_symbols
| AnghaBench/linux/net/netlink/extr_genetlink.c_genl_lock_all.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function intlist__has_entry
_intlist__has_entry: ## @intlist__has_entry
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _intlist__find
xorl %ecx, %ecx
testq %rax, %rax
setne %cl
movl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _intlist__has_entry
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function intlist__has_entry
_intlist__has_entry: ; @intlist__has_entry
.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 _intlist__find
cmp x0, #0
cset w0, ne
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _intlist__has_entry
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/tools/perf/extr_utilintlist.h_intlist__has_entry.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function src_set_sa
_src_set_sa: ## @src_set_sa
.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(%rdi), %rax
movl (%rdi), %edi
callq *(%rax)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _src_set_sa
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function src_set_sa
_src_set_sa: ; @src_set_sa
.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 x8, [x0, #8]
ldr x8, [x8]
ldr w0, [x0]
blr x8
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _src_set_sa
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/pci/ctxfi/extr_ctsrc.c_src_set_sa.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function gmac_get_rx_owner
_gmac_get_rx_owner: ## @gmac_get_rx_owner
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _gmac_get_rx_owner
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function gmac_get_rx_owner
_gmac_get_rx_owner: ; @gmac_get_rx_owner
.cfi_startproc
; %bb.0:
ldr w0, [x0]
ret
.cfi_endproc
; -- End function
.no_dead_strip _gmac_get_rx_owner
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/stmmac/extr_gmac.c_gmac_get_rx_owner.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
leaq L_str(%rip), %rdi
callq _puts
leaq L_str.21(%rip), %rdi
callq _puts
leaq L_str.22(%rip), %rdi
callq _puts
leaq L_.str.3(%rip), %r15
leaq L_.str.4(%rip), %r14
leaq -44(%rbp), %rbx
leaq L_.str.16(%rip), %rsi
## implicit-def: $r13
.p2align 4, 0x90
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_54 Depth 2
## Child Loop BB0_50 Depth 2
## Child Loop BB0_46 Depth 2
## Child Loop BB0_39 Depth 2
## Child Loop BB0_30 Depth 2
## Child Loop BB0_26 Depth 2
## Child Loop BB0_17 Depth 2
## Child Loop BB0_13 Depth 2
## Child Loop BB0_6 Depth 2
movq %rsi, %r12
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
movl -44(%rbp), %eax
decl %eax
cmpl $11, %eax
ja LBB0_59
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
callq _create
movq %rax, %r13
leaq L_str.24(%rip), %rdi
jmp LBB0_60
LBB0_59: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.25(%rip), %rdi
jmp LBB0_60
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.27(%rip), %rdi
testq %r13, %r13
je LBB0_60
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rbx
movq %r12, %r14
.p2align 4, 0x90
LBB0_6: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl (%rbx), %esi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
testq %rbx, %rbx
jne LBB0_6
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.26(%rip), %rdi
leaq -44(%rbp), %rbx
leaq L_.str.4(%rip), %r14
jmp LBB0_60
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %ebx
movl $16, %edi
callq _malloc
movl %ebx, (%rax)
leaq -44(%rbp), %rbx
movq %r13, 8(%rax)
movq %rax, %r13
jmp LBB0_61
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %ebx
movl $16, %edi
callq _malloc
movl %ebx, (%rax)
movq $0, 8(%rax)
testq %r13, %r13
je LBB0_10
## %bb.12: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rdx
movq %r12, %rsi
.p2align 4, 0x90
LBB0_13: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq %rdx, %rcx
movq 8(%rdx), %rdx
testq %rdx, %rdx
jne LBB0_13
## %bb.14: ## in Loop: Header=BB0_1 Depth=1
movq %rax, 8(%rcx)
leaq -44(%rbp), %rbx
cmpl $12, -44(%rbp)
jne LBB0_1
jmp LBB0_63
LBB0_15: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %r15d
movl -52(%rbp), %ebx
movl $16, %edi
callq _malloc
testl %ebx, %ebx
je LBB0_24
## %bb.16: ## in Loop: Header=BB0_1 Depth=1
movq 8(%r13), %rcx
testq %rcx, %rcx
je LBB0_27
.p2align 4, 0x90
LBB0_17: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq %rcx, %rdx
movq 8(%rcx), %rcx
testq %rcx, %rcx
je LBB0_27
## %bb.18: ## in Loop: Header=BB0_17 Depth=2
decl %ebx
jne LBB0_17
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
movl %r15d, (%rax)
movq %rcx, 8(%rax)
movq %rax, 8(%rdx)
jmp LBB0_20
LBB0_21: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %r15d
movl -52(%rbp), %ebx
movl $16, %edi
callq _malloc
testl %ebx, %ebx
je LBB0_24
## %bb.22: ## in Loop: Header=BB0_1 Depth=1
movq 8(%r13), %rcx
testq %rcx, %rcx
je LBB0_27
## %bb.23: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rdx
.p2align 4, 0x90
LBB0_26: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
decl %ebx
je LBB0_19
## %bb.25: ## in Loop: Header=BB0_26 Depth=2
movq %rcx, %rdx
movq 8(%rcx), %rcx
testq %rcx, %rcx
jne LBB0_26
LBB0_27: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.31(%rip), %rdi
callq _puts
jmp LBB0_20
LBB0_28: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %eax
movl -52(%rbp), %ecx
testl %ecx, %ecx
je LBB0_64
## %bb.29: ## in Loop: Header=BB0_1 Depth=1
movq 8(%r13), %rdx
testq %rdx, %rdx
je LBB0_33
.p2align 4, 0x90
LBB0_30: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq %rdx, %rsi
movq 8(%rdx), %rdx
testq %rdx, %rdx
je LBB0_33
## %bb.31: ## in Loop: Header=BB0_30 Depth=2
decl %ecx
jne LBB0_30
## %bb.32: ## in Loop: Header=BB0_1 Depth=1
movl %eax, (%rsi)
jmp LBB0_61
LBB0_34: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -52(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -52(%rbp), %ecx
testl %ecx, %ecx
je LBB0_35
## %bb.36: ## in Loop: Header=BB0_1 Depth=1
movq 8(%r13), %rax
testq %rax, %rax
je LBB0_42
## %bb.37: ## in Loop: Header=BB0_1 Depth=1
movq %r12, %rsi
decl %ecx
je LBB0_38
.p2align 4, 0x90
LBB0_39: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq %rax, %rdx
movq 8(%rax), %rax
testq %rax, %rax
je LBB0_42
## %bb.40: ## in Loop: Header=BB0_39 Depth=2
decl %ecx
jne LBB0_39
jmp LBB0_41
LBB0_43: ## in Loop: Header=BB0_1 Depth=1
testq %r13, %r13
je LBB0_44
## %bb.45: ## in Loop: Header=BB0_1 Depth=1
xorl %eax, %eax
.p2align 4, 0x90
LBB0_46: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq %r13, %rbx
movq 8(%r13), %r13
movq %rax, 8(%rbx)
movq %rbx, %rax
testq %r13, %r13
jne LBB0_46
jmp LBB0_47
LBB0_48: ## in Loop: Header=BB0_1 Depth=1
xorl %esi, %esi
testq %r13, %r13
je LBB0_51
## %bb.49: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rax
.p2align 4, 0x90
LBB0_50: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
incl %esi
movq 8(%rax), %rax
testq %rax, %rax
jne LBB0_50
LBB0_51: ## in Loop: Header=BB0_1 Depth=1
movl %esi, -48(%rbp)
leaq L_.str.9(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB0_61
LBB0_52: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.10(%rip), %rdi
xorl %eax, %eax
callq _printf
movq %r14, %rdi
leaq -48(%rbp), %rsi
xorl %eax, %eax
callq _scanf
testq %r13, %r13
je LBB0_56
## %bb.53: ## in Loop: Header=BB0_1 Depth=1
movl -48(%rbp), %esi
xorl %edx, %edx
movq %r13, %rax
.p2align 4, 0x90
LBB0_54: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl %esi, (%rax)
je LBB0_57
## %bb.55: ## in Loop: Header=BB0_54 Depth=2
movq 8(%rax), %rax
incl %edx
testq %rax, %rax
jne LBB0_54
LBB0_56: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.32(%rip), %rdi
callq _puts
movl $-1, -52(%rbp)
jmp LBB0_61
LBB0_24: ## in Loop: Header=BB0_1 Depth=1
movl $16, %edi
callq _malloc
movl %r15d, (%rax)
movq %r13, 8(%rax)
movq %rax, %r13
LBB0_20: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.3(%rip), %r15
leaq -44(%rbp), %rbx
jmp LBB0_61
LBB0_33: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.30(%rip), %rdi
jmp LBB0_60
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movq %rax, %r13
leaq -44(%rbp), %rbx
jmp LBB0_61
LBB0_64: ## in Loop: Header=BB0_1 Depth=1
movl %eax, (%r13)
jmp LBB0_61
LBB0_35: ## in Loop: Header=BB0_1 Depth=1
movq 8(%r13), %r13
jmp LBB0_61
LBB0_44: ## in Loop: Header=BB0_1 Depth=1
xorl %ebx, %ebx
LBB0_47: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.23(%rip), %rdi
callq _puts
movq %rbx, %r13
leaq -44(%rbp), %rbx
jmp LBB0_61
LBB0_42: ## in Loop: Header=BB0_1 Depth=1
leaq L_str.31(%rip), %rdi
.p2align 4, 0x90
LBB0_60: ## in Loop: Header=BB0_1 Depth=1
callq _puts
LBB0_61: ## in Loop: Header=BB0_1 Depth=1
movq %r12, %rsi
cmpl $12, -44(%rbp)
jne LBB0_1
jmp LBB0_63
LBB0_57: ## in Loop: Header=BB0_1 Depth=1
movl %edx, -52(%rbp)
leaq L_.str.11(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB0_61
LBB0_38: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rdx
LBB0_41: ## in Loop: Header=BB0_1 Depth=1
movq 8(%rax), %rax
movq %rax, 8(%rdx)
cmpl $12, -44(%rbp)
jne LBB0_1
LBB0_63:
xorl %eax, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_58:
xorl %edi, %edi
callq _exit
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_3, LBB0_3-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
.set L0_0_set_9, LBB0_9-LJTI0_0
.set L0_0_set_15, LBB0_15-LJTI0_0
.set L0_0_set_21, LBB0_21-LJTI0_0
.set L0_0_set_28, LBB0_28-LJTI0_0
.set L0_0_set_34, LBB0_34-LJTI0_0
.set L0_0_set_43, LBB0_43-LJTI0_0
.set L0_0_set_48, LBB0_48-LJTI0_0
.set L0_0_set_52, LBB0_52-LJTI0_0
.set L0_0_set_58, LBB0_58-LJTI0_0
LJTI0_0:
.long L0_0_set_3
.long L0_0_set_4
.long L0_0_set_8
.long L0_0_set_9
.long L0_0_set_15
.long L0_0_set_21
.long L0_0_set_28
.long L0_0_set_34
.long L0_0_set_43
.long L0_0_set_48
.long L0_0_set_52
.long L0_0_set_58
.end_data_region
## -- End function
.globl _display ## -- Begin function display
.p2align 4, 0x90
_display: ## @display
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testq %rdi, %rdi
je LBB1_1
## %bb.2:
movq %rdi, %rbx
leaq L_.str.16(%rip), %r15
leaq L_str.26(%rip), %r14
.p2align 4, 0x90
LBB1_3: ## =>This Inner Loop Header: Depth=1
movl (%rbx), %esi
movq %r15, %rdi
xorl %eax, %eax
callq _printf
movq 8(%rbx), %rbx
testq %rbx, %rbx
jne LBB1_3
jmp LBB1_4
LBB1_1:
leaq L_str.27(%rip), %r14
LBB1_4:
movq %r14, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _puts ## TAILCALL
.cfi_endproc
## -- End function
.globl _add ## -- Begin function add
.p2align 4, 0x90
_add: ## @add
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %ebx
movq %rdi, %r14
movl $16, %edi
callq _malloc
movl %ebx, (%rax)
movq %r14, 8(%rax)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _append ## -- Begin function append
.p2align 4, 0x90
_append: ## @append
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %r14d
movq %rdi, %rbx
movl $16, %edi
callq _malloc
movl %r14d, (%rax)
movq $0, 8(%rax)
testq %rbx, %rbx
je LBB3_1
## %bb.2:
movq %rbx, %rdx
.p2align 4, 0x90
LBB3_3: ## =>This Inner Loop Header: Depth=1
movq %rdx, %rcx
movq 8(%rdx), %rdx
testq %rdx, %rdx
jne LBB3_3
## %bb.4:
movq %rax, 8(%rcx)
jmp LBB3_5
LBB3_1:
movq %rax, %rbx
LBB3_5:
movq %rbx, %rax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _add_after ## -- Begin function add_after
.p2align 4, 0x90
_add_after: ## @add_after
.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 %edx, %ebx
movl %esi, %r14d
movq %rdi, %r15
movl $16, %edi
callq _malloc
testl %ebx, %ebx
je LBB4_8
## %bb.1:
movq 8(%r15), %rcx
testq %rcx, %rcx
je LBB4_5
.p2align 4, 0x90
LBB4_2: ## =>This Inner Loop Header: Depth=1
movq %rcx, %rdx
movq 8(%rcx), %rcx
testq %rcx, %rcx
je LBB4_5
## %bb.3: ## in Loop: Header=BB4_2 Depth=1
decl %ebx
jne LBB4_2
## %bb.4:
movl %r14d, (%rax)
movq %rcx, 8(%rax)
movq %rax, 8(%rdx)
jmp LBB4_6
LBB4_5:
leaq L_str.31(%rip), %rdi
callq _puts
LBB4_6:
movq %r15, %rax
jmp LBB4_7
LBB4_8:
movl $16, %edi
callq _malloc
movl %r14d, (%rax)
movq %r15, 8(%rax)
LBB4_7:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _add_before ## -- Begin function add_before
.p2align 4, 0x90
_add_before: ## @add_before
.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 %edx, %ebx
movl %esi, %r14d
movq %rdi, %r15
movl $16, %edi
callq _malloc
testl %ebx, %ebx
je LBB5_4
## %bb.1:
movq 8(%r15), %rcx
testq %rcx, %rcx
je LBB5_8
## %bb.2:
decl %ebx
je LBB5_3
.p2align 4, 0x90
LBB5_5: ## =>This Inner Loop Header: Depth=1
movq %rcx, %rdx
movq 8(%rcx), %rcx
testq %rcx, %rcx
je LBB5_8
## %bb.6: ## in Loop: Header=BB5_5 Depth=1
decl %ebx
jne LBB5_5
jmp LBB5_7
LBB5_4:
movl $16, %edi
callq _malloc
movl %r14d, (%rax)
movq %r15, 8(%rax)
jmp LBB5_10
LBB5_8:
leaq L_str.31(%rip), %rdi
callq _puts
jmp LBB5_9
LBB5_3:
movq %r15, %rdx
LBB5_7:
movl %r14d, (%rax)
movq %rcx, 8(%rax)
movq %rax, 8(%rdx)
LBB5_9:
movq %r15, %rax
LBB5_10:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _add_at_pos ## -- Begin function add_at_pos
.p2align 4, 0x90
_add_at_pos: ## @add_at_pos
.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
testl %edx, %edx
je LBB6_7
## %bb.1:
movq 8(%rbx), %rax
testq %rax, %rax
je LBB6_5
.p2align 4, 0x90
LBB6_2: ## =>This Inner Loop Header: Depth=1
movq %rax, %rcx
movq 8(%rax), %rax
testq %rax, %rax
je LBB6_5
## %bb.3: ## in Loop: Header=BB6_2 Depth=1
decl %edx
jne LBB6_2
## %bb.4:
movl %esi, (%rcx)
jmp LBB6_6
LBB6_5:
leaq L_str.30(%rip), %rdi
callq _puts
jmp LBB6_6
LBB6_7:
movl %esi, (%rbx)
LBB6_6:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _delete ## -- Begin function delete
.p2align 4, 0x90
_delete: ## @delete
.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
testl %esi, %esi
je LBB7_1
## %bb.2:
movq 8(%rbx), %rax
testq %rax, %rax
je LBB7_8
## %bb.3:
decl %esi
je LBB7_4
.p2align 4, 0x90
LBB7_5: ## =>This Inner Loop Header: Depth=1
movq %rax, %rcx
movq 8(%rax), %rax
testq %rax, %rax
je LBB7_8
## %bb.6: ## in Loop: Header=BB7_5 Depth=1
decl %esi
jne LBB7_5
jmp LBB7_7
LBB7_1:
movq 8(%rbx), %rbx
jmp LBB7_9
LBB7_8:
leaq L_str.31(%rip), %rdi
callq _puts
jmp LBB7_9
LBB7_4:
movq %rbx, %rcx
LBB7_7:
movq 8(%rax), %rax
movq %rax, 8(%rcx)
LBB7_9:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _reverse ## -- Begin function reverse
.p2align 4, 0x90
_reverse: ## @reverse
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
je LBB8_1
## %bb.2:
xorl %ecx, %ecx
.p2align 4, 0x90
LBB8_3: ## =>This Inner Loop Header: Depth=1
movq %rdi, %rax
movq 8(%rdi), %rdi
movq %rcx, 8(%rax)
movq %rax, %rcx
testq %rdi, %rdi
jne LBB8_3
## %bb.4:
popq %rbp
retq
LBB8_1:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _count ## -- Begin function count
.p2align 4, 0x90
_count: ## @count
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
testq %rdi, %rdi
je LBB9_3
.p2align 4, 0x90
LBB9_1: ## =>This Inner Loop Header: Depth=1
incl %eax
movq 8(%rdi), %rdi
testq %rdi, %rdi
jne LBB9_1
LBB9_3:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _search ## -- Begin function search
.p2align 4, 0x90
_search: ## @search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
je LBB10_4
## %bb.1:
xorl %eax, %eax
.p2align 4, 0x90
LBB10_2: ## =>This Inner Loop Header: Depth=1
cmpl %esi, (%rdi)
je LBB10_5
## %bb.3: ## in Loop: Header=BB10_2 Depth=1
movq 8(%rdi), %rdi
incl %eax
testq %rdi, %rdi
jne LBB10_2
LBB10_4:
leaq L_str.32(%rip), %rdi
callq _puts
movl $-1, %eax
LBB10_5:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _create ## -- Begin function create
.p2align 4, 0x90
_create: ## @create
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
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
leaq L_.str.13(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
leaq L_.str.14(%rip), %rdi
xorl %eax, %eax
callq _printf
cmpl $0, -44(%rbp)
jle LBB11_1
## %bb.2:
leaq L_.str.4(%rip), %r14
leaq -48(%rbp), %r15
xorl %ebx, %ebx
xorl %r12d, %r12d
jmp LBB11_3
.p2align 4, 0x90
LBB11_4: ## in Loop: Header=BB11_3 Depth=1
movq %rax, %r12
LBB11_8: ## in Loop: Header=BB11_3 Depth=1
incl %ebx
cmpl -44(%rbp), %ebx
jge LBB11_9
LBB11_3: ## =>This Loop Header: Depth=1
## Child Loop BB11_6 Depth 2
movq %r14, %rdi
movq %r15, %rsi
xorl %eax, %eax
callq _scanf
movl -48(%rbp), %r13d
movl $16, %edi
callq _malloc
movl %r13d, (%rax)
movq $0, 8(%rax)
testq %r12, %r12
je LBB11_4
## %bb.5: ## in Loop: Header=BB11_3 Depth=1
movq %r12, %rdx
.p2align 4, 0x90
LBB11_6: ## Parent Loop BB11_3 Depth=1
## => This Inner Loop Header: Depth=2
movq %rdx, %rcx
movq 8(%rdx), %rdx
testq %rdx, %rdx
jne LBB11_6
## %bb.7: ## in Loop: Header=BB11_3 Depth=1
movq %rax, 8(%rcx)
jmp LBB11_8
LBB11_1:
xorl %r12d, %r12d
LBB11_9:
movq %r12, %rax
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.3: ## @.str.3
.asciz "Enter Choice: "
L_.str.4: ## @.str.4
.asciz "%d"
L_.str.6: ## @.str.6
.asciz "Enter Data: "
L_.str.7: ## @.str.7
.asciz "Enter Position: "
L_.str.9: ## @.str.9
.asciz "Length of Linked List is %d\n"
L_.str.10: ## @.str.10
.asciz "Enter Data To Search: "
L_.str.11: ## @.str.11
.asciz "Position of %d is %d\n"
L_.str.13: ## @.str.13
.asciz "Enter Size: "
L_.str.14: ## @.str.14
.asciz "Enter Elements: "
L_.str.16: ## @.str.16
.asciz "%d ---> "
L_str: ## @str
.asciz "1.Create Linked List\n2.Display"
L_str.21: ## @str.21
.asciz "3.Add At Beginning\n4.Add At End\n5.Add After\n6.Add Before"
L_str.22: ## @str.22
.asciz "6.Add at Position\n8.Delete\n9.Reverse\n10.Count\n11.Search\n12.Exit"
L_str.23: ## @str.23
.asciz "Reversal Success!"
L_str.24: ## @str.24
.asciz "Linked List Created Successfully"
L_str.25: ## @str.25
.asciz "Wrong Choice"
L_str.26: ## @str.26
.asciz "NULL"
L_str.27: ## @str.27
.asciz "Linked List is Empty"
L_str.30: ## @str.30
.asciz "Wrong Position Given"
L_str.31: ## @str.31
.asciz "Wrong Position Given!"
L_str.32: ## @str.32
.asciz "Data Not in List!"
.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, #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
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh2:
adrp x0, l_str.21@PAGE
Lloh3:
add x0, x0, l_str.21@PAGEOFF
bl _puts
Lloh4:
adrp x0, l_str.22@PAGE
Lloh5:
add x0, x0, l_str.22@PAGEOFF
bl _puts
Lloh6:
adrp x19, l_.str.3@PAGE
Lloh7:
add x19, x19, l_.str.3@PAGEOFF
Lloh8:
adrp x20, l_.str.4@PAGE
Lloh9:
add x20, x20, l_.str.4@PAGEOFF
Lloh10:
adrp x28, lJTI0_0@PAGE
Lloh11:
add x28, x28, lJTI0_0@PAGEOFF
Lloh12:
adrp x23, l_.str.16@PAGE
Lloh13:
add x23, x23, l_.str.16@PAGEOFF
add x27, sp, #28
Lloh14:
adrp x24, l_.str.6@PAGE
Lloh15:
add x24, x24, l_.str.6@PAGEOFF
add x21, sp, #24
Lloh16:
adrp x26, l_.str.7@PAGE
Lloh17:
add x26, x26, l_.str.7@PAGEOFF
; implicit-def: $x22
b LBB0_4
LBB0_1: ; in Loop: Header=BB0_4 Depth=1
Lloh18:
adrp x0, l_str.25@PAGE
Lloh19:
add x0, x0, l_str.25@PAGEOFF
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
bl _puts
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
ldr w8, [sp, #28]
cmp w8, #12
b.eq LBB0_64
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_45 Depth 2
; Child Loop BB0_41 Depth 2
; Child Loop BB0_38 Depth 2
; Child Loop BB0_34 Depth 2
; Child Loop BB0_28 Depth 2
; Child Loop BB0_24 Depth 2
; Child Loop BB0_18 Depth 2
; Child Loop BB0_14 Depth 2
; Child Loop BB0_9 Depth 2
mov x0, x19
bl _printf
str x27, [sp]
mov x0, x20
bl _scanf
ldr w8, [sp, #28]
sub w8, w8, #1
cmp w8, #11
b.hi LBB0_1
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
adr x9, LBB0_6
ldrb w10, [x28, x8]
add x9, x9, x10, lsl #2
br x9
LBB0_6: ; in Loop: Header=BB0_4 Depth=1
bl _create
mov x22, x0
Lloh20:
adrp x0, l_str.24@PAGE
Lloh21:
add x0, x0, l_str.24@PAGEOFF
b LBB0_2
LBB0_7: ; in Loop: Header=BB0_4 Depth=1
cbz x22, LBB0_51
; %bb.8: ; in Loop: Header=BB0_4 Depth=1
mov x25, x22
LBB0_9: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [x25]
str x8, [sp]
mov x0, x23
bl _printf
ldr x25, [x25, #8]
cbnz x25, LBB0_9
; %bb.10: ; in Loop: Header=BB0_4 Depth=1
Lloh22:
adrp x0, l_str.26@PAGE
Lloh23:
add x0, x0, l_str.26@PAGEOFF
b LBB0_2
LBB0_11: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
ldr w25, [sp, #24]
mov w0, #16
bl _malloc
str w25, [x0]
str x22, [x0, #8]
mov x22, x0
b LBB0_3
LBB0_12: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
ldr w25, [sp, #24]
mov w0, #16
bl _malloc
str w25, [x0]
str xzr, [x0, #8]
cbz x22, LBB0_52
; %bb.13: ; in Loop: Header=BB0_4 Depth=1
mov x9, x22
LBB0_14: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x8, x9
ldr x9, [x9, #8]
cbnz x9, LBB0_14
; %bb.15: ; in Loop: Header=BB0_4 Depth=1
str x0, [x8, #8]
b LBB0_3
LBB0_16: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
mov x0, x26
bl _printf
add x8, sp, #20
str x8, [sp]
mov x0, x20
bl _scanf
ldp w26, w25, [sp, #20]
mov w0, #16
bl _malloc
cbz w26, LBB0_49
; %bb.17: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x22, #8]
cbz x8, LBB0_48
LBB0_18: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x9, x8
ldr x8, [x8, #8]
cbz x8, LBB0_48
; %bb.19: ; in Loop: Header=BB0_18 Depth=2
subs w26, w26, #1
b.ne LBB0_18
; %bb.20: ; in Loop: Header=BB0_4 Depth=1
str w25, [x0]
str x8, [x0, #8]
str x0, [x9, #8]
b LBB0_61
LBB0_21: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
mov x0, x26
bl _printf
add x8, sp, #20
str x8, [sp]
mov x0, x20
bl _scanf
ldp w26, w25, [sp, #20]
mov w0, #16
bl _malloc
cbz w26, LBB0_49
; %bb.22: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x22, #8]
cbz x8, LBB0_48
; %bb.23: ; in Loop: Header=BB0_4 Depth=1
subs w9, w26, #1
b.eq LBB0_59
LBB0_24: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x10, x8
ldr x8, [x8, #8]
cbz x8, LBB0_48
; %bb.25: ; in Loop: Header=BB0_24 Depth=2
subs w9, w9, #1
b.ne LBB0_24
b LBB0_60
LBB0_26: ; in Loop: Header=BB0_4 Depth=1
mov x0, x24
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
mov x0, x26
bl _printf
add x8, sp, #20
str x8, [sp]
mov x0, x20
bl _scanf
ldp w9, w8, [sp, #20]
cbz w9, LBB0_53
; %bb.27: ; in Loop: Header=BB0_4 Depth=1
ldr x10, [x22, #8]
cbz x10, LBB0_50
LBB0_28: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x11, x10
ldr x10, [x10, #8]
cbz x10, LBB0_50
; %bb.29: ; in Loop: Header=BB0_28 Depth=2
subs w9, w9, #1
b.ne LBB0_28
; %bb.30: ; in Loop: Header=BB0_4 Depth=1
str w8, [x11]
b LBB0_3
LBB0_31: ; in Loop: Header=BB0_4 Depth=1
mov x0, x26
bl _printf
add x8, sp, #20
str x8, [sp]
mov x0, x20
bl _scanf
ldr w9, [sp, #20]
cbz w9, LBB0_54
; %bb.32: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x22, #8]
cbz x8, LBB0_57
; %bb.33: ; in Loop: Header=BB0_4 Depth=1
sub w9, w9, #1
cbz w9, LBB0_62
LBB0_34: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x10, x8
ldr x8, [x8, #8]
cbz x8, LBB0_57
; %bb.35: ; in Loop: Header=BB0_34 Depth=2
subs w9, w9, #1
b.ne LBB0_34
b LBB0_63
LBB0_36: ; in Loop: Header=BB0_4 Depth=1
cbz x22, LBB0_55
; %bb.37: ; in Loop: Header=BB0_4 Depth=1
mov x8, #0
LBB0_38: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x25, x22
ldr x22, [x22, #8]
str x8, [x25, #8]
mov x8, x25
cbnz x22, LBB0_38
b LBB0_56
LBB0_39: ; in Loop: Header=BB0_4 Depth=1
mov w8, #0
cbz x22, LBB0_42
; %bb.40: ; in Loop: Header=BB0_4 Depth=1
mov x9, x22
LBB0_41: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
add w8, w8, #1
ldr x9, [x9, #8]
cbnz x9, LBB0_41
LBB0_42: ; in Loop: Header=BB0_4 Depth=1
str w8, [sp, #24]
str x8, [sp]
Lloh24:
adrp x0, l_.str.9@PAGE
Lloh25:
add x0, x0, l_.str.9@PAGEOFF
bl _printf
b LBB0_3
LBB0_43: ; in Loop: Header=BB0_4 Depth=1
Lloh26:
adrp x0, l_.str.10@PAGE
Lloh27:
add x0, x0, l_.str.10@PAGEOFF
bl _printf
str x21, [sp]
mov x0, x20
bl _scanf
cbz x22, LBB0_47
; %bb.44: ; in Loop: Header=BB0_4 Depth=1
mov w9, #0
ldr w8, [sp, #24]
mov x10, x22
LBB0_45: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w11, [x10]
cmp w11, w8
b.eq LBB0_58
; %bb.46: ; in Loop: Header=BB0_45 Depth=2
ldr x10, [x10, #8]
add w9, w9, #1
cbnz x10, LBB0_45
LBB0_47: ; in Loop: Header=BB0_4 Depth=1
Lloh28:
adrp x0, l_str.32@PAGE
Lloh29:
add x0, x0, l_str.32@PAGEOFF
bl _puts
mov w8, #-1
str w8, [sp, #20]
b LBB0_3
LBB0_48: ; in Loop: Header=BB0_4 Depth=1
Lloh30:
adrp x0, l_str.31@PAGE
Lloh31:
add x0, x0, l_str.31@PAGEOFF
bl _puts
b LBB0_61
LBB0_49: ; in Loop: Header=BB0_4 Depth=1
mov w0, #16
bl _malloc
str w25, [x0]
str x22, [x0, #8]
mov x22, x0
b LBB0_61
LBB0_50: ; in Loop: Header=BB0_4 Depth=1
Lloh32:
adrp x0, l_str.30@PAGE
Lloh33:
add x0, x0, l_str.30@PAGEOFF
b LBB0_2
LBB0_51: ; in Loop: Header=BB0_4 Depth=1
Lloh34:
adrp x0, l_str.27@PAGE
Lloh35:
add x0, x0, l_str.27@PAGEOFF
b LBB0_2
LBB0_52: ; in Loop: Header=BB0_4 Depth=1
mov x22, x0
b LBB0_3
LBB0_53: ; in Loop: Header=BB0_4 Depth=1
str w8, [x22]
b LBB0_3
LBB0_54: ; in Loop: Header=BB0_4 Depth=1
ldr x22, [x22, #8]
b LBB0_3
LBB0_55: ; in Loop: Header=BB0_4 Depth=1
mov x25, #0
LBB0_56: ; in Loop: Header=BB0_4 Depth=1
Lloh36:
adrp x0, l_str.23@PAGE
Lloh37:
add x0, x0, l_str.23@PAGEOFF
bl _puts
mov x22, x25
b LBB0_3
LBB0_57: ; in Loop: Header=BB0_4 Depth=1
Lloh38:
adrp x0, l_str.31@PAGE
Lloh39:
add x0, x0, l_str.31@PAGEOFF
b LBB0_2
LBB0_58: ; in Loop: Header=BB0_4 Depth=1
str w9, [sp, #20]
stp x8, x9, [sp]
Lloh40:
adrp x0, l_.str.11@PAGE
Lloh41:
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB0_3
LBB0_59: ; in Loop: Header=BB0_4 Depth=1
mov x10, x22
LBB0_60: ; in Loop: Header=BB0_4 Depth=1
str w25, [x0]
str x8, [x0, #8]
str x0, [x10, #8]
LBB0_61: ; in Loop: Header=BB0_4 Depth=1
Lloh42:
adrp x26, l_.str.7@PAGE
Lloh43:
add x26, x26, l_.str.7@PAGEOFF
b LBB0_3
LBB0_62: ; in Loop: Header=BB0_4 Depth=1
mov x10, x22
LBB0_63: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [x8, #8]
str x8, [x10, #8]
b LBB0_3
LBB0_64:
mov w0, #0
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_65:
mov w0, #0
bl _exit
.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 Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpAdd Lloh38, Lloh39
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh42, Lloh43
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_6-LBB0_6)>>2
.byte (LBB0_7-LBB0_6)>>2
.byte (LBB0_11-LBB0_6)>>2
.byte (LBB0_12-LBB0_6)>>2
.byte (LBB0_16-LBB0_6)>>2
.byte (LBB0_21-LBB0_6)>>2
.byte (LBB0_26-LBB0_6)>>2
.byte (LBB0_31-LBB0_6)>>2
.byte (LBB0_36-LBB0_6)>>2
.byte (LBB0_39-LBB0_6)>>2
.byte (LBB0_43-LBB0_6)>>2
.byte (LBB0_65-LBB0_6)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _display ; -- Begin function display
.p2align 2
_display: ; @display
.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
cbz x0, LBB1_3
; %bb.1:
mov x20, x0
Lloh44:
adrp x21, l_.str.16@PAGE
Lloh45:
add x21, x21, l_.str.16@PAGEOFF
Lloh46:
adrp x19, l_str.26@PAGE
Lloh47:
add x19, x19, l_str.26@PAGEOFF
LBB1_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [x20]
str x8, [sp]
mov x0, x21
bl _printf
ldr x20, [x20, #8]
cbnz x20, LBB1_2
b LBB1_4
LBB1_3:
Lloh48:
adrp x19, l_str.27@PAGE
Lloh49:
add x19, x19, l_str.27@PAGEOFF
LBB1_4:
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
b _puts
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh48, Lloh49
.cfi_endproc
; -- End function
.globl _add ; -- Begin function add
.p2align 2
_add: ; @add
.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
mov w0, #16
bl _malloc
str w19, [x0]
str x20, [x0, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _append ; -- Begin function append
.p2align 2
_append: ; @append
.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, x1
mov x19, x0
mov w0, #16
bl _malloc
str w20, [x0]
str xzr, [x0, #8]
cbz x19, LBB3_4
; %bb.1:
mov x9, x19
LBB3_2: ; =>This Inner Loop Header: Depth=1
mov x8, x9
ldr x9, [x9, #8]
cbnz x9, LBB3_2
; %bb.3:
str x0, [x8, #8]
b LBB3_5
LBB3_4:
mov x19, x0
LBB3_5:
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
.globl _add_after ; -- Begin function add_after
.p2align 2
_add_after: ; @add_after
.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, x2
mov x20, x1
mov x19, x0
mov w0, #16
bl _malloc
cbz w21, LBB4_7
; %bb.1:
ldr x8, [x19, #8]
cbz x8, LBB4_5
LBB4_2: ; =>This Inner Loop Header: Depth=1
mov x9, x8
ldr x8, [x8, #8]
cbz x8, LBB4_5
; %bb.3: ; in Loop: Header=BB4_2 Depth=1
subs w21, w21, #1
b.ne LBB4_2
; %bb.4:
str w20, [x0]
str x8, [x0, #8]
str x0, [x9, #8]
b LBB4_6
LBB4_5:
Lloh50:
adrp x0, l_str.31@PAGE
Lloh51:
add x0, x0, l_str.31@PAGEOFF
bl _puts
LBB4_6:
mov x0, x19
b LBB4_8
LBB4_7:
mov w0, #16
bl _malloc
str w20, [x0]
str x19, [x0, #8]
LBB4_8:
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 Lloh50, Lloh51
.cfi_endproc
; -- End function
.globl _add_before ; -- Begin function add_before
.p2align 2
_add_before: ; @add_before
.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, x2
mov x20, x1
mov x19, x0
mov w0, #16
bl _malloc
cbz w21, LBB5_5
; %bb.1:
ldr x8, [x19, #8]
cbz x8, LBB5_6
; %bb.2:
subs w9, w21, #1
b.eq LBB5_7
LBB5_3: ; =>This Inner Loop Header: Depth=1
mov x10, x8
ldr x8, [x8, #8]
cbz x8, LBB5_6
; %bb.4: ; in Loop: Header=BB5_3 Depth=1
subs w9, w9, #1
b.ne LBB5_3
b LBB5_8
LBB5_5:
mov w0, #16
bl _malloc
str w20, [x0]
str x19, [x0, #8]
b LBB5_10
LBB5_6:
Lloh52:
adrp x0, l_str.31@PAGE
Lloh53:
add x0, x0, l_str.31@PAGEOFF
bl _puts
b LBB5_9
LBB5_7:
mov x10, x19
LBB5_8:
str w20, [x0]
str x8, [x0, #8]
str x0, [x10, #8]
LBB5_9:
mov x0, x19
LBB5_10:
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 Lloh52, Lloh53
.cfi_endproc
; -- End function
.globl _add_at_pos ; -- Begin function add_at_pos
.p2align 2
_add_at_pos: ; @add_at_pos
.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
cbz w2, LBB6_6
; %bb.1:
ldr x8, [x19, #8]
cbz x8, LBB6_5
LBB6_2: ; =>This Inner Loop Header: Depth=1
mov x9, x8
ldr x8, [x8, #8]
cbz x8, LBB6_5
; %bb.3: ; in Loop: Header=BB6_2 Depth=1
subs w2, w2, #1
b.ne LBB6_2
; %bb.4:
str w1, [x9]
b LBB6_7
LBB6_5:
Lloh54:
adrp x0, l_str.30@PAGE
Lloh55:
add x0, x0, l_str.30@PAGEOFF
bl _puts
b LBB6_7
LBB6_6:
str w1, [x19]
LBB6_7:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh54, Lloh55
.cfi_endproc
; -- End function
.globl _delete ; -- Begin function delete
.p2align 2
_delete: ; @delete
.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
cbz w1, LBB7_5
; %bb.1:
ldr x8, [x19, #8]
cbz x8, LBB7_6
; %bb.2:
sub w9, w1, #1
cbz w9, LBB7_7
LBB7_3: ; =>This Inner Loop Header: Depth=1
mov x10, x8
ldr x8, [x8, #8]
cbz x8, LBB7_6
; %bb.4: ; in Loop: Header=BB7_3 Depth=1
subs w9, w9, #1
b.ne LBB7_3
b LBB7_8
LBB7_5:
ldr x19, [x19, #8]
b LBB7_9
LBB7_6:
Lloh56:
adrp x0, l_str.31@PAGE
Lloh57:
add x0, x0, l_str.31@PAGEOFF
bl _puts
b LBB7_9
LBB7_7:
mov x10, x19
LBB7_8:
ldr x8, [x8, #8]
str x8, [x10, #8]
LBB7_9:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh56, Lloh57
.cfi_endproc
; -- End function
.globl _reverse ; -- Begin function reverse
.p2align 2
_reverse: ; @reverse
.cfi_startproc
; %bb.0:
cbz x0, LBB8_4
; %bb.1:
mov x9, #0
LBB8_2: ; =>This Inner Loop Header: Depth=1
mov x8, x0
ldr x0, [x0, #8]
str x9, [x8, #8]
mov x9, x8
cbnz x0, LBB8_2
; %bb.3:
mov x0, x8
ret
LBB8_4:
mov x0, #0
ret
.cfi_endproc
; -- End function
.globl _count ; -- Begin function count
.p2align 2
_count: ; @count
.cfi_startproc
; %bb.0:
mov w8, #0
cbz x0, LBB9_2
LBB9_1: ; =>This Inner Loop Header: Depth=1
add w8, w8, #1
ldr x0, [x0, #8]
cbnz x0, LBB9_1
LBB9_2:
mov x0, x8
ret
.cfi_endproc
; -- End function
.globl _search ; -- Begin function search
.p2align 2
_search: ; @search
.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, LBB10_4
; %bb.1:
mov x8, x0
mov w0, #0
LBB10_2: ; =>This Inner Loop Header: Depth=1
ldr w9, [x8]
cmp w9, w1
b.eq LBB10_5
; %bb.3: ; in Loop: Header=BB10_2 Depth=1
ldr x8, [x8, #8]
add w0, w0, #1
cbnz x8, LBB10_2
LBB10_4:
Lloh58:
adrp x0, l_str.32@PAGE
Lloh59:
add x0, x0, l_str.32@PAGEOFF
bl _puts
mov w0, #-1
LBB10_5:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh58, Lloh59
.cfi_endproc
; -- End function
.globl _create ; -- Begin function create
.p2align 2
_create: ; @create
.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
Lloh60:
adrp x0, l_.str.13@PAGE
Lloh61:
add x0, x0, l_.str.13@PAGEOFF
bl _printf
add x8, sp, #12
str x8, [sp]
Lloh62:
adrp x0, l_.str.4@PAGE
Lloh63:
add x0, x0, l_.str.4@PAGEOFF
bl _scanf
Lloh64:
adrp x0, l_.str.14@PAGE
Lloh65:
add x0, x0, l_.str.14@PAGEOFF
bl _printf
ldr w8, [sp, #12]
cmp w8, #1
b.lt LBB11_8
; %bb.1:
mov w21, #0
mov x19, #0
add x22, sp, #8
Lloh66:
adrp x20, l_.str.4@PAGE
Lloh67:
add x20, x20, l_.str.4@PAGEOFF
b LBB11_4
LBB11_2: ; in Loop: Header=BB11_4 Depth=1
mov x19, x0
LBB11_3: ; in Loop: Header=BB11_4 Depth=1
add w21, w21, #1
ldr w8, [sp, #12]
cmp w21, w8
b.ge LBB11_9
LBB11_4: ; =>This Loop Header: Depth=1
; Child Loop BB11_6 Depth 2
str x22, [sp]
mov x0, x20
bl _scanf
ldr w23, [sp, #8]
mov w0, #16
bl _malloc
str w23, [x0]
str xzr, [x0, #8]
cbz x19, LBB11_2
; %bb.5: ; in Loop: Header=BB11_4 Depth=1
mov x9, x19
LBB11_6: ; Parent Loop BB11_4 Depth=1
; => This Inner Loop Header: Depth=2
mov x8, x9
ldr x9, [x9, #8]
cbnz x9, LBB11_6
; %bb.7: ; in Loop: Header=BB11_4 Depth=1
str x0, [x8, #8]
b LBB11_3
LBB11_8:
mov x19, #0
LBB11_9:
mov x0, x19
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 Lloh64, Lloh65
.loh AdrpAdd Lloh62, Lloh63
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh66, Lloh67
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.3: ; @.str.3
.asciz "Enter Choice: "
l_.str.4: ; @.str.4
.asciz "%d"
l_.str.6: ; @.str.6
.asciz "Enter Data: "
l_.str.7: ; @.str.7
.asciz "Enter Position: "
l_.str.9: ; @.str.9
.asciz "Length of Linked List is %d\n"
l_.str.10: ; @.str.10
.asciz "Enter Data To Search: "
l_.str.11: ; @.str.11
.asciz "Position of %d is %d\n"
l_.str.13: ; @.str.13
.asciz "Enter Size: "
l_.str.14: ; @.str.14
.asciz "Enter Elements: "
l_.str.16: ; @.str.16
.asciz "%d ---> "
l_str: ; @str
.asciz "1.Create Linked List\n2.Display"
l_str.21: ; @str.21
.asciz "3.Add At Beginning\n4.Add At End\n5.Add After\n6.Add Before"
l_str.22: ; @str.22
.asciz "6.Add at Position\n8.Delete\n9.Reverse\n10.Count\n11.Search\n12.Exit"
l_str.23: ; @str.23
.asciz "Reversal Success!"
l_str.24: ; @str.24
.asciz "Linked List Created Successfully"
l_str.25: ; @str.25
.asciz "Wrong Choice"
l_str.26: ; @str.26
.asciz "NULL"
l_str.27: ; @str.27
.asciz "Linked List is Empty"
l_str.30: ; @str.30
.asciz "Wrong Position Given"
l_str.31: ; @str.31
.asciz "Wrong Position Given!"
l_str.32: ; @str.32
.asciz "Data Not in List!"
.subsections_via_symbols
| the_stack_data/67721.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _vorbis_comment_init ## -- Begin function vorbis_comment_init
.p2align 4, 0x90
_vorbis_comment_init: ## @vorbis_comment_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %esi, %esi
movl $4, %edx
popq %rbp
jmp _memset ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _vorbis_comment_init ; -- Begin function vorbis_comment_init
.p2align 2
_vorbis_comment_init: ; @vorbis_comment_init
.cfi_startproc
; %bb.0:
mov w1, #0
mov w2, #4
b _memset
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/Provenance/Cores/Mednafen/mednafen-1.21/src/tremor/extr_info.c_vorbis_comment_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _RTC_TamperPullUpCmd ## -- Begin function RTC_TamperPullUpCmd
.p2align 4, 0x90
_RTC_TamperPullUpCmd: ## @RTC_TamperPullUpCmd
.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 _IS_FUNCTIONAL_STATE
movl %eax, %edi
callq _assert_param
movq _DISABLE@GOTPCREL(%rip), %rcx
movq _RTC_TAFCR_TAMPPUDIS@GOTPCREL(%rip), %rax
movl (%rax), %eax
cmpq %rbx, (%rcx)
jne LBB0_1
## %bb.2:
movq _RTC@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
orl %eax, (%rcx)
jmp LBB0_3
LBB0_1:
notl %eax
movq _RTC@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
andl %eax, (%rcx)
LBB0_3:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _DISABLE,8,3 ## @DISABLE
.comm _RTC_TAFCR_TAMPPUDIS,8,3 ## @RTC_TAFCR_TAMPPUDIS
.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_TamperPullUpCmd ; -- Begin function RTC_TamperPullUpCmd
.p2align 2
_RTC_TamperPullUpCmd: ; @RTC_TamperPullUpCmd
.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_FUNCTIONAL_STATE
bl _assert_param
Lloh0:
adrp x8, _DISABLE@GOTPAGE
Lloh1:
ldr x8, [x8, _DISABLE@GOTPAGEOFF]
Lloh2:
ldr x9, [x8]
Lloh3:
adrp x8, _RTC_TAFCR_TAMPPUDIS@GOTPAGE
Lloh4:
ldr x8, [x8, _RTC_TAFCR_TAMPPUDIS@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
cmp x9, x19
b.ne LBB0_2
; %bb.1:
Lloh6:
adrp x9, _RTC@GOTPAGE
Lloh7:
ldr x9, [x9, _RTC@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
ldr w10, [x9]
orr w8, w10, w8
b LBB0_3
LBB0_2:
Lloh9:
adrp x9, _RTC@GOTPAGE
Lloh10:
ldr x9, [x9, _RTC@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
ldr w10, [x9]
bic w8, w10, w8
LBB0_3:
str w8, [x9]
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
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _DISABLE,8,3 ; @DISABLE
.comm _RTC_TAFCR_TAMPPUDIS,8,3 ; @RTC_TAFCR_TAMPPUDIS
.comm _RTC,8,3 ; @RTC
.subsections_via_symbols
| AnghaBench/anypixel/firmware/controller/ThirdParty/SPL/src/extr_stm32f4xx_rtc.c_RTC_TamperPullUpCmd.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function housekeeping_disable
_housekeeping_disable: ## @housekeeping_disable
.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 _zd_mac_dev
leaq L_.str(%rip), %rsi
movl %eax, %edi
callq _dev_dbg_f
leaq 4(%rbx), %rdi
callq _cancel_delayed_work_sync
movq _ZD_LED_OFF@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _zd_chip_control_leds ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n"
.comm _ZD_LED_OFF,4,2 ## @ZD_LED_OFF
.no_dead_strip _housekeeping_disable
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function housekeeping_disable
_housekeeping_disable: ; @housekeeping_disable
.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 _zd_mac_dev
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
bl _dev_dbg_f
add x0, x19, #4
bl _cancel_delayed_work_sync
Lloh2:
adrp x8, _ZD_LED_OFF@GOTPAGE
Lloh3:
ldr x8, [x8, _ZD_LED_OFF@GOTPAGEOFF]
Lloh4:
ldr w1, [x8]
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _zd_chip_control_leds
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n"
.comm _ZD_LED_OFF,4,2 ; @ZD_LED_OFF
.no_dead_strip _housekeeping_disable
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/wireless/zd1211rw/extr_zd_mac.c_housekeeping_disable.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function e6060sw_setup
_e6060sw_setup: ## @e6060sw_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
movl %edi, -44(%rbp) ## 4-byte Spill
callq _device_get_softc
movq %rax, %rbx
movl (%rax), %eax
testl %eax, %eax
js LBB0_6
## %bb.1:
xorl %r13d, %r13d
movq _E6063@GOTPCREL(%rip), %rsi
movl -44(%rbp), %r15d ## 4-byte Reload
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
movl %r15d, %edi
callq _device_get_parent
movq 16(%rbx), %rsi
movq _CORE_REGISTER@GOTPCREL(%rip), %r12
addq (%r12), %rsi
addq %r13, %rsi
movq _PORT_VLAN_MAP@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movl %eax, %edi
callq _MDIO_READREG
movq %rbx, %r14
movq _FORCEMAPMASK@GOTPCREL(%rip), %rcx
movl (%rcx), %ebx
movq _FORCEMAPSHIFT@GOTPCREL(%rip), %rcx
movzbl (%rcx), %ecx
shll %cl, %ebx
notl %ebx
andl %eax, %ebx
movl %r15d, %edi
callq _device_get_parent
movq 16(%r14), %rsi
addq (%r12), %rsi
addq %r13, %rsi
movq _PORT_VLAN_MAP@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
movl %eax, %edi
movl %ebx, %ecx
callq _MDIO_WRITEREG
movl %r15d, %edi
callq _device_get_parent
movq 16(%r14), %rsi
addq (%r12), %rsi
addq %r13, %rsi
movq _PORT_CONTROL@GOTPCREL(%rip), %r12
movl (%r12), %edx
movl %eax, %edi
callq _MDIO_READREG
movq _ENGRESSFSHIFT@GOTPCREL(%rip), %rcx
movzbl (%rcx), %ecx
movl $3, %ebx
shll %cl, %ebx
orl %eax, %ebx
movl %r15d, %edi
callq _device_get_parent
movq 16(%r14), %rsi
movq _CORE_REGISTER@GOTPCREL(%rip), %rcx
addq (%rcx), %rsi
addq %r13, %rsi
movl (%r12), %edx
movl %eax, %edi
movl %ebx, %ecx
movq %r14, %rbx
callq _MDIO_WRITEREG
movq _E6063@GOTPCREL(%rip), %rsi
movl (%r14), %eax
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
leaq 1(%r13), %rcx
movslq %eax, %rdx
cmpq %rdx, %r13
movq %rcx, %r13
jge LBB0_6
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq 8(%rbx), %rcx
cmpq (%rsi), %rcx
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq _E6065@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_5
jmp LBB0_4
LBB0_6:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _E6063,8,3 ## @E6063
.comm _E6065,8,3 ## @E6065
.comm _CORE_REGISTER,8,3 ## @CORE_REGISTER
.comm _PORT_VLAN_MAP,4,2 ## @PORT_VLAN_MAP
.comm _FORCEMAPMASK,4,2 ## @FORCEMAPMASK
.comm _FORCEMAPSHIFT,4,2 ## @FORCEMAPSHIFT
.comm _PORT_CONTROL,4,2 ## @PORT_CONTROL
.comm _ENGRESSFSHIFT,4,2 ## @ENGRESSFSHIFT
.no_dead_strip _e6060sw_setup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function e6060sw_setup
_e6060sw_setup: ; @e6060sw_setup
.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 x19, x0
bl _device_get_softc
ldr w8, [x0]
tbnz w8, #31, LBB0_5
; %bb.1:
mov x20, x0
mov x22, #0
Lloh0:
adrp x23, _E6063@GOTPAGE
Lloh1:
ldr x23, [x23, _E6063@GOTPAGEOFF]
Lloh2:
adrp x24, _E6065@GOTPAGE
Lloh3:
ldr x24, [x24, _E6065@GOTPAGEOFF]
Lloh4:
adrp x25, _CORE_REGISTER@GOTPAGE
Lloh5:
ldr x25, [x25, _CORE_REGISTER@GOTPAGEOFF]
Lloh6:
adrp x26, _PORT_VLAN_MAP@GOTPAGE
Lloh7:
ldr x26, [x26, _PORT_VLAN_MAP@GOTPAGEOFF]
Lloh8:
adrp x27, _PORT_CONTROL@GOTPAGE
Lloh9:
ldr x27, [x27, _PORT_CONTROL@GOTPAGEOFF]
Lloh10:
adrp x28, _ENGRESSFSHIFT@GOTPAGE
Lloh11:
ldr x28, [x28, _ENGRESSFSHIFT@GOTPAGEOFF]
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
cmp x22, w8, sxtw
add x22, x22, #1
b.ge LBB0_5
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x9, [x20, #8]
ldr x10, [x23]
ldr x11, [x24]
cmp x9, x10
ccmp x9, x11, #4, ne
b.ne LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
mov x0, x19
bl _device_get_parent
ldr x8, [x25]
ldr x9, [x20, #16]
add x8, x9, x8
add x1, x22, x8
ldr w2, [x26]
bl _MDIO_READREG
Lloh12:
adrp x8, _FORCEMAPMASK@GOTPAGE
Lloh13:
ldr x8, [x8, _FORCEMAPMASK@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
Lloh15:
adrp x9, _FORCEMAPSHIFT@GOTPAGE
Lloh16:
ldr x9, [x9, _FORCEMAPSHIFT@GOTPAGEOFF]
Lloh17:
ldr w9, [x9]
lsl w8, w8, w9
bic w21, w0, w8
mov x0, x19
bl _device_get_parent
ldr x8, [x25]
ldr x9, [x20, #16]
add x8, x9, x8
add x1, x22, x8
ldr w2, [x26]
mov x3, x21
bl _MDIO_WRITEREG
mov x0, x19
bl _device_get_parent
ldr x8, [x25]
ldr x9, [x20, #16]
add x8, x9, x8
add x1, x22, x8
ldr w2, [x27]
bl _MDIO_READREG
ldr w8, [x28]
mov w9, #3
lsl w8, w9, w8
orr w21, w8, w0
mov x0, x19
bl _device_get_parent
ldr x8, [x25]
ldr x9, [x20, #16]
add x8, x9, x8
add x1, x22, x8
ldr w2, [x27]
mov x3, x21
bl _MDIO_WRITEREG
ldr w8, [x20]
b LBB0_2
LBB0_5:
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
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _E6063,8,3 ; @E6063
.comm _E6065,8,3 ; @E6065
.comm _CORE_REGISTER,8,3 ; @CORE_REGISTER
.comm _PORT_VLAN_MAP,4,2 ; @PORT_VLAN_MAP
.comm _FORCEMAPMASK,4,2 ; @FORCEMAPMASK
.comm _FORCEMAPSHIFT,4,2 ; @FORCEMAPSHIFT
.comm _PORT_CONTROL,4,2 ; @PORT_CONTROL
.comm _ENGRESSFSHIFT,4,2 ; @ENGRESSFSHIFT
.no_dead_strip _e6060sw_setup
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/etherswitch/e6000sw/extr_e6060sw.c_e6060sw_setup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___iscsit_free_cmd ## -- Begin function __iscsit_free_cmd
.p2align 4, 0x90
___iscsit_free_cmd: ## @__iscsit_free_cmd
.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, %rbx
movq 16(%rdi), %r14
addq $8, %rdi
callq _list_empty
xorl %edi, %edi
testl %eax, %eax
sete %dil
callq _WARN_ON
movq (%rbx), %rax
movq _DMA_TO_DEVICE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_2
## %bb.1:
movq %rbx, %rdi
callq _iscsit_stop_dataout_timer
movq %rbx, %rdi
callq _iscsit_free_r2ts_from_list
movq (%rbx), %rax
LBB0_2:
movq _DMA_FROM_DEVICE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_4
## %bb.3:
movq %rbx, %rdi
callq _iscsit_free_all_datain_reqs
LBB0_4:
testl %r15d, %r15d
je LBB0_7
## %bb.5:
testq %r14, %r14
je LBB0_7
## %bb.6:
movq %rbx, %rdi
movq %r14, %rsi
callq _iscsit_remove_cmd_from_immediate_queue
movq %rbx, %rdi
movq %r14, %rsi
callq _iscsit_remove_cmd_from_response_queue
LBB0_7:
testq %r14, %r14
je LBB0_9
## %bb.8:
movq (%r14), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_9
## %bb.10:
movq %r14, %rdi
movq %rbx, %rsi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmpq *%rax ## TAILCALL
LBB0_9:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _DMA_TO_DEVICE,8,3 ## @DMA_TO_DEVICE
.comm _DMA_FROM_DEVICE,8,3 ## @DMA_FROM_DEVICE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___iscsit_free_cmd ; -- Begin function __iscsit_free_cmd
.p2align 2
___iscsit_free_cmd: ; @__iscsit_free_cmd
.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
ldr x20, [x0, #16]
add x0, x0, #8
bl _list_empty
cmp w0, #0
cset w0, eq
bl _WARN_ON
ldr x8, [x19]
Lloh0:
adrp x9, _DMA_TO_DEVICE@GOTPAGE
Lloh1:
ldr x9, [x9, _DMA_TO_DEVICE@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_2
; %bb.1:
mov x0, x19
bl _iscsit_stop_dataout_timer
mov x0, x19
bl _iscsit_free_r2ts_from_list
ldr x8, [x19]
LBB0_2:
Lloh3:
adrp x9, _DMA_FROM_DEVICE@GOTPAGE
Lloh4:
ldr x9, [x9, _DMA_FROM_DEVICE@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_4
; %bb.3:
mov x0, x19
bl _iscsit_free_all_datain_reqs
LBB0_4:
cbz w21, LBB0_7
; %bb.5:
cbz x20, LBB0_7
; %bb.6:
mov x0, x19
mov x1, x20
bl _iscsit_remove_cmd_from_immediate_queue
mov x0, x19
mov x1, x20
bl _iscsit_remove_cmd_from_response_queue
LBB0_7:
cbz x20, LBB0_10
; %bb.8:
ldr x8, [x20]
ldr x2, [x8]
cbz x2, LBB0_10
; %bb.9:
mov x0, x20
mov x1, 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
br x2
LBB0_10:
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 _DMA_TO_DEVICE,8,3 ; @DMA_TO_DEVICE
.comm _DMA_FROM_DEVICE,8,3 ; @DMA_FROM_DEVICE
.subsections_via_symbols
| AnghaBench/linux/drivers/target/iscsi/extr_iscsi_target_util.c___iscsit_free_cmd.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sg_dwiter_get_next_block
_sg_dwiter_get_next_block: ## @sg_dwiter_get_next_block
.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 _sg_dwiter_is_at_end
movl $1, %r15d
testq %rax, %rax
jne LBB0_5
## %bb.1:
movq (%rbx), %rax
movq 8(%rbx), %rdi
subq %rdi, %rax
xorl %r15d, %r15d
movl $0, %ecx
cmpq $4, %rax
jb LBB0_3
## %bb.2:
shlq $2, %rdi
addq 16(%rbx), %rdi
callq _needs_unaligned_copy
xorl %ecx, %ecx
testl %eax, %eax
sete %cl
LBB0_3:
movl %ecx, %edi
callq _likely
testq %rax, %rax
je LBB0_5
## %bb.4:
movq 8(%rbx), %rax
leaq (,%rax,4), %rcx
addq 16(%rbx), %rcx
movq %rcx, (%r14)
addq $4, %rax
movq %rax, 8(%rbx)
movl $1, %r15d
LBB0_5:
movl %r15d, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _sg_dwiter_get_next_block
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sg_dwiter_get_next_block
_sg_dwiter_get_next_block: ; @sg_dwiter_get_next_block
.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, x1
mov x19, x0
bl _sg_dwiter_is_at_end
cbnz x0, LBB0_5
; %bb.1:
ldp x9, x8, [x19]
sub x9, x9, x8
cmp x9, #4
b.lo LBB0_3
; %bb.2:
ldr x9, [x19, #16]
add x0, x9, x8, lsl #2
bl _needs_unaligned_copy
cmp w0, #0
cset w0, eq
bl _likely
cbnz x0, LBB0_4
b LBB0_6
LBB0_3:
mov w0, #0
bl _likely
cbz x0, LBB0_6
LBB0_4:
ldp x9, x8, [x19, #8]
add x8, x8, x9, lsl #2
str x8, [x20]
add x8, x9, #4
str x8, [x19, #8]
LBB0_5:
mov w0, #1
LBB0_6:
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 _sg_dwiter_get_next_block
.subsections_via_symbols
| AnghaBench/linux/drivers/misc/cb710/extr_sgbuf2.c_sg_dwiter_get_next_block.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rpcrdma_check_regbuf
_rpcrdma_check_regbuf: ## @rpcrdma_check_regbuf
.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
movl %ecx, %r15d
movq %rdx, %r13
movq %rsi, %rbx
movq %rdi, %r14
movq %rsi, %rdi
callq _rdmab_length
xorl %edi, %edi
cmpq %r13, %rax
setb %dil
callq _unlikely
movl $1, %r12d
testq %rax, %rax
je LBB0_4
## %bb.1:
movq %rbx, %rdi
movq %r13, %rsi
movl %r15d, %edx
callq _rpcrdma_regbuf_realloc
testl %eax, %eax
je LBB0_2
## %bb.3:
addq %r13, (%r14)
jmp LBB0_4
LBB0_2:
xorl %r12d, %r12d
LBB0_4:
movl %r12d, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _rpcrdma_check_regbuf
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rpcrdma_check_regbuf
_rpcrdma_check_regbuf: ; @rpcrdma_check_regbuf
.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, x3
mov x19, x2
mov x22, x1
mov x20, x0
mov x0, x1
bl _rdmab_length
cmp x0, x19
cset w0, lo
bl _unlikely
cbz x0, LBB0_3
; %bb.1:
mov x0, x22
mov x1, x19
mov x2, x21
bl _rpcrdma_regbuf_realloc
cbz w0, LBB0_4
; %bb.2:
ldr x8, [x20]
add x8, x8, x19
str x8, [x20]
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
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _rpcrdma_check_regbuf
.subsections_via_symbols
| AnghaBench/linux/net/sunrpc/xprtrdma/extr_transport.c_rpcrdma_check_regbuf.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bridge_ioctl_saddr64
_bridge_ioctl_saddr64: ## @bridge_ioctl_saddr64
.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 _bridge_in_bsd_mode
testl %eax, %eax
je LBB0_1
## %bb.2:
movl 12(%r14), %esi
movq %rbx, %rdi
callq _bridge_lookup_member
testq %rax, %rax
je LBB0_3
## %bb.5:
movl 8(%r14), %esi
movl (%r14), %r9d
movl 4(%r14), %edx
movq %rbx, %rdi
movq %rax, %rcx
movl $1, %r8d
popq %rbx
popq %r14
popq %rbp
jmp _bridge_rtupdate ## TAILCALL
LBB0_1:
xorl %eax, %eax
jmp LBB0_4
LBB0_3:
movq _ENOENT@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_4:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ENOENT,4,2 ## @ENOENT
.no_dead_strip _bridge_ioctl_saddr64
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bridge_ioctl_saddr64
_bridge_ioctl_saddr64: ; @bridge_ioctl_saddr64
.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, x1
mov x19, x0
bl _bridge_in_bsd_mode
cbz w0, LBB0_4
; %bb.1:
ldr w1, [x20, #12]
mov x0, x19
bl _bridge_lookup_member
cbz x0, LBB0_3
; %bb.2:
mov x3, x0
ldp w2, w1, [x20, #4]
ldr w5, [x20]
mov x0, x19
mov w4, #1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _bridge_rtupdate
LBB0_3:
Lloh0:
adrp x8, _ENOENT@GOTPAGE
Lloh1:
ldr x8, [x8, _ENOENT@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
LBB0_4:
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 _ENOENT,4,2 ; @ENOENT
.no_dead_strip _bridge_ioctl_saddr64
.subsections_via_symbols
| AnghaBench/darwin-xnu/bsd/net/extr_if_bridge.c_bridge_ioctl_saddr64.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _buffer_list_peek ## -- Begin function buffer_list_peek
.p2align 4, 0x90
_buffer_list_peek: ## @buffer_list_peek
.cfi_startproc
## %bb.0:
testq %rdi, %rdi
je LBB0_1
## %bb.2:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rdi), %rax
popq %rbp
retq
LBB0_1:
xorl %eax, %eax
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _buffer_list_peek ; -- Begin function buffer_list_peek
.p2align 2
_buffer_list_peek: ; @buffer_list_peek
.cfi_startproc
; %bb.0:
cbz x0, LBB0_2
; %bb.1:
ldr x0, [x0]
LBB0_2:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/openvpn/src/openvpn/extr_buffer.c_buffer_list_peek.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function acpi_ns_check_package
_acpi_ns_check_package: ## @acpi_ns_check_package
.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 %rsi, %r12
movq %rdi, %rbx
movq (%rsi), %r15
movq _ns_check_package@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _ACPI_FUNCTION_NAME
movq 8(%rbx), %r14
movl (%r15), %edi
callq _ACPI_DEBUG_PRINT
movl 32(%r14), %esi
movq %rbx, -48(%rbp) ## 8-byte Spill
movq %rbx, %rdi
movq %r15, %rdx
callq _acpi_ns_remove_null_elements
movq (%r15), %rbx
testq %rbx, %rbx
je LBB0_1
## %bb.2:
leaq 32(%r14), %rsi
movl (%rsi), %edi
leal -128(%rdi), %eax
cmpl $8, %eax
ja LBB0_30
## %bb.3:
movq 8(%r15), %r13
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
movq %rsi, -56(%rbp) ## 8-byte Spill
jmpq *%rax
LBB0_24:
movq (%r13), %rax
movl (%rax), %eax
movq _ACPI_TYPE_PACKAGE@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
je LBB0_27
## %bb.25:
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r12, %rsi
callq _acpi_ns_repair_package_list
movl %eax, %r15d
movl %eax, %edi
callq _ACPI_FAILURE
testl %eax, %eax
jne LBB0_34
## %bb.26:
movq (%r12), %rax
movq 8(%rax), %r13
movl $1, %ebx
movq -56(%rbp), %rsi ## 8-byte Reload
LBB0_27:
movq -48(%rbp), %rdi ## 8-byte Reload
LBB0_28:
movq %r13, %rdx
movq %rbx, %rcx
LBB0_29:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _acpi_ns_check_package_list ## TAILCALL
LBB0_1:
leaq L_.str.1(%rip), %rdi
## kill: def $edi killed $edi killed $rdi
LBB0_32:
callq _ACPI_WARN_PREDEFINED
movq _AE_AML_OPERAND_VALUE@GOTPCREL(%rip), %rax
LBB0_33:
movl (%rax), %r15d
LBB0_34:
movl %r15d, %eax
LBB0_35:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_30:
## kill: def $edi killed $edi killed $rdi
callq _ACPI_WARN_PREDEFINED
movq _AE_AML_INTERNAL@GOTPCREL(%rip), %rax
jmp LBB0_33
LBB0_19:
movq _ACPI_RTYPE_INTEGER@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r13, %rsi
xorl %ecx, %ecx
callq _acpi_ns_check_object_type
movl %eax, %r15d
movl %eax, %edi
callq _ACPI_FAILURE
testl %eax, %eax
jne LBB0_34
## %bb.20:
addq $8, %r13
decq %rbx
movq -48(%rbp), %rdi ## 8-byte Reload
movq -56(%rbp), %rsi ## 8-byte Reload
jmp LBB0_28
LBB0_21:
movq _ACPI_RTYPE_INTEGER@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r13, %rsi
xorl %ecx, %ecx
callq _acpi_ns_check_object_type
movl %eax, %r15d
movl %eax, %edi
callq _ACPI_FAILURE
testl %eax, %eax
jne LBB0_34
## %bb.22:
movq (%r13), %rax
movslq (%rax), %rax
cmpq %rax, %rbx
jbe LBB0_31
## %bb.23:
addq $8, %r13
movq -48(%rbp), %rdi ## 8-byte Reload
movq -56(%rbp), %rsi ## 8-byte Reload
movq %r13, %rdx
movq %rax, %rcx
jmp LBB0_29
LBB0_8:
movq %rbx, %r12
movl $1, %ebx
.p2align 4, 0x90
LBB0_9: ## =>This Inner Loop Header: Depth=1
leaq -1(%rbx), %rcx
movl 56(%r14), %edx
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r13, %rsi
callq _acpi_ns_check_object_type
movl %eax, %r15d
movl %eax, %edi
callq _ACPI_FAILURE
testl %eax, %eax
jne LBB0_34
## %bb.10: ## in Loop: Header=BB0_9 Depth=1
addq $8, %r13
leaq 1(%rbx), %rax
cmpq %r12, %rbx
movq %rax, %rbx
jb LBB0_9
jmp LBB0_34
LBB0_11:
movq (%rsi), %rax
cmpq %rax, %rbx
jb LBB0_31
## %bb.12:
decq %rbx
xorl %r12d, %r12d
cmpq %rax, %r12
jae LBB0_15
.p2align 4, 0x90
LBB0_14:
movq 48(%r14), %rax
movl (%rax,%r12,4), %edx
jmp LBB0_16
.p2align 4, 0x90
LBB0_15:
movl 40(%r14), %edx
LBB0_16:
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r13, %rsi
movq %r12, %rcx
callq _acpi_ns_check_object_type
movl %eax, %r15d
movl %eax, %edi
callq _ACPI_FAILURE
testl %eax, %eax
jne LBB0_34
## %bb.17:
cmpq %r12, %rbx
je LBB0_34
## %bb.18:
addq $8, %r13
movq -56(%rbp), %rax ## 8-byte Reload
movq (%rax), %rax
incq %r12
cmpq %rax, %r12
jae LBB0_15
jmp LBB0_14
LBB0_4:
movq 40(%r14), %rcx
movq 48(%r14), %r9
leaq (%r9,%rcx), %rax
cmpq %rax, %rbx
jae LBB0_5
LBB0_31:
movl %eax, %edi
jmp LBB0_32
LBB0_5:
jbe LBB0_7
## %bb.6:
movl %eax, %edi
callq _ACPI_WARN_PREDEFINED
movq 40(%r14), %rcx
movq 48(%r14), %r9
LBB0_7:
movl 56(%r14), %edx
movl 60(%r14), %r8d
movl $0, (%rsp)
movq -48(%rbp), %rdi ## 8-byte Reload
movq %r13, %rsi
callq _acpi_ns_check_package_elements
jmp LBB0_35
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_19, LBB0_19-LJTI0_0
.set L0_0_set_21, LBB0_21-LJTI0_0
.set L0_0_set_24, LBB0_24-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
.set L0_0_set_11, LBB0_11-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
LJTI0_0:
.long L0_0_set_19
.long L0_0_set_21
.long L0_0_set_24
.long L0_0_set_24
.long L0_0_set_24
.long L0_0_set_24
.long L0_0_set_8
.long L0_0_set_11
.long L0_0_set_4
.end_data_region
## -- End function
.comm _AE_OK,4,2 ## @AE_OK
.comm _ns_check_package,4,2 ## @ns_check_package
.comm _ACPI_DB_NAMES,4,2 ## @ACPI_DB_NAMES
.comm _AE_INFO,4,2 ## @AE_INFO
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "Return Package has no elements (empty)"
.comm _AE_AML_OPERAND_VALUE,4,2 ## @AE_AML_OPERAND_VALUE
.comm _ACPI_RTYPE_INTEGER,4,2 ## @ACPI_RTYPE_INTEGER
.comm _ACPI_TYPE_PACKAGE,4,2 ## @ACPI_TYPE_PACKAGE
.comm _AE_AML_INTERNAL,4,2 ## @AE_AML_INTERNAL
.no_dead_strip _acpi_ns_check_package
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function acpi_ns_check_package
_acpi_ns_check_package: ; @acpi_ns_check_package
.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
mov x24, x1
mov x19, x0
ldr x20, [x1]
Lloh0:
adrp x8, _ns_check_package@GOTPAGE
Lloh1:
ldr x8, [x8, _ns_check_package@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _ACPI_FUNCTION_NAME
ldr x25, [x19, #8]
ldr w0, [x20]
bl _ACPI_DEBUG_PRINT
mov x21, x25
ldr w1, [x21, #32]!
mov x0, x19
mov x2, x20
bl _acpi_ns_remove_null_elements
ldr x22, [x20]
cbz x22, LBB0_8
; %bb.1:
ldr w0, [x21]
sub w8, w0, #128
cmp w8, #8
b.hi LBB0_12
; %bb.2:
ldr x20, [x20, #8]
Lloh3:
adrp x9, lJTI0_0@PAGE
Lloh4:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_3
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_3:
ldr x8, [x20]
ldr w8, [x8]
Lloh5:
adrp x9, _ACPI_TYPE_PACKAGE@GOTPAGE
Lloh6:
ldr x9, [x9, _ACPI_TYPE_PACKAGE@GOTPAGEOFF]
Lloh7:
ldr w9, [x9]
cmp w8, w9
b.eq LBB0_6
; %bb.4:
mov x0, x19
mov x1, x24
bl _acpi_ns_repair_package_list
mov x23, x0
bl _ACPI_FAILURE
cbnz w0, LBB0_11
; %bb.5:
ldr x8, [x24]
ldr x20, [x8, #8]
mov w22, #1
LBB0_6:
mov x0, x19
mov x1, x21
mov x2, x20
mov x3, x22
LBB0_7:
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
b _acpi_ns_check_package_list
LBB0_8:
Lloh8:
adrp x0, l_.str.1@PAGE
Lloh9:
add x0, x0, l_.str.1@PAGEOFF
; kill: def $w0 killed $w0 killed $x0
LBB0_9:
bl _ACPI_WARN_PREDEFINED
Lloh10:
adrp x8, _AE_AML_OPERAND_VALUE@GOTPAGE
Lloh11:
ldr x8, [x8, _AE_AML_OPERAND_VALUE@GOTPAGEOFF]
LBB0_10:
ldr w23, [x8]
LBB0_11:
mov x0, x23
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_12:
bl _ACPI_WARN_PREDEFINED
Lloh12:
adrp x8, _AE_AML_INTERNAL@GOTPAGE
Lloh13:
ldr x8, [x8, _AE_AML_INTERNAL@GOTPAGEOFF]
b LBB0_10
LBB0_13:
Lloh14:
adrp x8, _ACPI_RTYPE_INTEGER@GOTPAGE
Lloh15:
ldr x8, [x8, _ACPI_RTYPE_INTEGER@GOTPAGEOFF]
Lloh16:
ldr w2, [x8]
mov x0, x19
mov x1, x20
mov x3, #0
bl _acpi_ns_check_object_type
mov x23, x0
bl _ACPI_FAILURE
cbnz w0, LBB0_11
; %bb.14:
add x2, x20, #8
sub x3, x22, #1
mov x0, x19
mov x1, x21
b LBB0_7
LBB0_15:
Lloh17:
adrp x8, _ACPI_RTYPE_INTEGER@GOTPAGE
Lloh18:
ldr x8, [x8, _ACPI_RTYPE_INTEGER@GOTPAGEOFF]
Lloh19:
ldr w2, [x8]
mov x0, x19
mov x1, x20
mov x3, #0
bl _acpi_ns_check_object_type
mov x23, x0
bl _ACPI_FAILURE
cbnz w0, LBB0_11
; %bb.16:
ldr x8, [x20]
ldrsw x8, [x8]
cmp x22, x8
b.ls LBB0_28
; %bb.17:
add x2, x20, #8
mov x0, x19
mov x1, x21
mov x3, x8
b LBB0_7
LBB0_18:
mov w21, #1
LBB0_19: ; =>This Inner Loop Header: Depth=1
sub x3, x21, #1
ldr w2, [x25, #56]
mov x0, x19
mov x1, x20
bl _acpi_ns_check_object_type
mov x23, x0
bl _ACPI_FAILURE
add x20, x20, #8
cmp w0, #0
ccmp x21, x22, #2, eq
add x21, x21, #1
b.lo LBB0_19
b LBB0_11
LBB0_20:
ldr x8, [x21]
cmp x22, x8
b.lo LBB0_28
; %bb.21:
mov x24, #0
sub x22, x22, #1
cmp x24, x8
b.hs LBB0_23
LBB0_22:
ldr x8, [x25, #48]
ldr w2, [x8, x24, lsl #2]
b LBB0_24
LBB0_23:
ldr w2, [x25, #40]
LBB0_24:
mov x0, x19
mov x1, x20
mov x3, x24
bl _acpi_ns_check_object_type
mov x23, x0
bl _ACPI_FAILURE
cbnz w0, LBB0_11
; %bb.25:
cmp x22, x24
b.eq LBB0_11
; %bb.26:
add x20, x20, #8
ldr x8, [x21]
add x24, x24, #1
cmp x24, x8
b.hs LBB0_23
b LBB0_22
LBB0_27:
ldp x3, x5, [x25, #40]
add x8, x5, x3
cmp x22, x8
b.hs LBB0_29
LBB0_28:
mov x0, x8
b LBB0_9
LBB0_29:
b.ls LBB0_31
; %bb.30:
mov x0, x8
bl _ACPI_WARN_PREDEFINED
ldp x3, x5, [x25, #40]
LBB0_31:
ldp w2, w4, [x25, #56]
mov x0, x19
mov x1, x20
mov w6, #0
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
b _acpi_ns_check_package_elements
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_13-LBB0_3)>>2
.byte (LBB0_15-LBB0_3)>>2
.byte (LBB0_3-LBB0_3)>>2
.byte (LBB0_3-LBB0_3)>>2
.byte (LBB0_3-LBB0_3)>>2
.byte (LBB0_3-LBB0_3)>>2
.byte (LBB0_18-LBB0_3)>>2
.byte (LBB0_20-LBB0_3)>>2
.byte (LBB0_27-LBB0_3)>>2
; -- End function
.comm _AE_OK,4,2 ; @AE_OK
.comm _ns_check_package,4,2 ; @ns_check_package
.comm _ACPI_DB_NAMES,4,2 ; @ACPI_DB_NAMES
.comm _AE_INFO,4,2 ; @AE_INFO
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "Return Package has no elements (empty)"
.comm _AE_AML_OPERAND_VALUE,4,2 ; @AE_AML_OPERAND_VALUE
.comm _ACPI_RTYPE_INTEGER,4,2 ; @ACPI_RTYPE_INTEGER
.comm _ACPI_TYPE_PACKAGE,4,2 ; @ACPI_TYPE_PACKAGE
.comm _AE_AML_INTERNAL,4,2 ; @AE_AML_INTERNAL
.no_dead_strip _acpi_ns_check_package
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/acpi/acpica/extr_nspredef.c_acpi_ns_check_package.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fifolog_write_close ## -- Begin function fifolog_write_close
.p2align 4, 0x90
_fifolog_write_close: ## @fifolog_write_close
.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
movq _FIFOLOG_WRITER_MAGIC@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _CHECK_OBJ_NOTNULL
movq %rbx, %rdi
callq _fifolog_write_assert
movl $1, (%rbx)
leaq -12(%rbp), %rdi
callq _time
movl -12(%rbp), %esi
movq %rbx, %rdi
callq _fifolog_write_gzip
movq %rbx, %rdi
callq _fifolog_write_assert
leaq 4(%rbx), %rdi
callq _fifolog_int_close
movl 4(%rbx), %edi
callq _free
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _FIFOLOG_WRITER_MAGIC,4,2 ## @FIFOLOG_WRITER_MAGIC
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fifolog_write_close ; -- Begin function fifolog_write_close
.p2align 2
_fifolog_write_close: ; @fifolog_write_close
.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, _FIFOLOG_WRITER_MAGIC@GOTPAGE
Lloh1:
ldr x8, [x8, _FIFOLOG_WRITER_MAGIC@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _CHECK_OBJ_NOTNULL
mov x0, x19
bl _fifolog_write_assert
mov w8, #1
str w8, [x19]
add x0, sp, #12
bl _time
ldr w1, [sp, #12]
mov x0, x19
bl _fifolog_write_gzip
mov x0, x19
bl _fifolog_write_assert
add x0, x19, #4
bl _fifolog_int_close
ldr w0, [x19, #4]
bl _free
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 _FIFOLOG_WRITER_MAGIC,4,2 ; @FIFOLOG_WRITER_MAGIC
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/fifolog/lib/extr_fifolog_write_poll.c_fifolog_write_close.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Paste
_Paste: ## @Paste
.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 8(%rdi), %edi
callq _OpenClipboard
testq %rax, %rax
je LBB0_5
## %bb.1:
movq (%rbx), %r14
movq %r14, %rdi
callq _GetType
movq _TEXTMODE_BUFFER@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_3
## %bb.2:
movl %r14d, %edi
movq %rbx, %rsi
callq _GuiPasteToTextModeBuffer
jmp LBB0_4
LBB0_3:
movl %r14d, %edi
movq %rbx, %rsi
callq _GuiPasteToGraphicsBuffer
LBB0_4:
xorl %eax, %eax
callq _CloseClipboard
LBB0_5:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TEXTMODE_BUFFER,8,3 ## @TEXTMODE_BUFFER
.no_dead_strip _Paste
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Paste
_Paste: ; @Paste
.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, #8]
bl _OpenClipboard
cbz x0, LBB0_5
; %bb.1:
ldr x20, [x19]
mov x0, x20
bl _GetType
Lloh0:
adrp x8, _TEXTMODE_BUFFER@GOTPAGE
Lloh1:
ldr x8, [x8, _TEXTMODE_BUFFER@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_3
; %bb.2:
mov x0, x20
mov x1, x19
bl _GuiPasteToTextModeBuffer
b LBB0_4
LBB0_3:
mov x0, x20
mov x1, x19
bl _GuiPasteToGraphicsBuffer
LBB0_4:
bl _CloseClipboard
LBB0_5:
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 _TEXTMODE_BUFFER,8,3 ; @TEXTMODE_BUFFER
.no_dead_strip _Paste
.subsections_via_symbols
| AnghaBench/reactos/win32ss/user/winsrv/consrv/frontends/gui/extr_conwnd.c_Paste.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ipa_add_method ## -- Begin function ipa_add_method
.p2align 4, 0x90
_ipa_add_method: ## @ipa_add_method
.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, %r15
xorl %eax, %eax
callq _ipa_create_methodlist_node
movl %eax, %ebx
movl %eax, %edi
movq %r14, %rsi
callq _ipa_methodlist_method_set
movl (%r15), %esi
movl %ebx, %edi
callq _ipa_methodlist_next_method_set
movl %ebx, (%r15)
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
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 _ipa_add_method ; -- Begin function ipa_add_method
.p2align 2
_ipa_add_method: ; @ipa_add_method
.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
mov x20, x0
bl _ipa_create_methodlist_node
mov x21, x0
mov x1, x19
bl _ipa_methodlist_method_set
ldr w1, [x20]
mov x0, x21
bl _ipa_methodlist_next_method_set
str w21, [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
.subsections_via_symbols
| AnghaBench/freebsd/contrib/gcc/extr_ipa-prop.c_ipa_add_method.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function a10fb_allocfb
_a10fb_allocfb: ## @a10fb_allocfb
.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
movq %rdi, %rbx
movl 16(%rdi), %edi
movq _M_NOWAIT@GOTPCREL(%rip), %rax
movq _M_ZERO@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
orl (%rax), %esi
movq _FB_ALIGN@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq _VM_MEMATTR_WRITE_COMBINING@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, (%rsp)
xorl %r14d, %r14d
xorl %edx, %edx
movl $-1, %ecx
xorl %r9d, %r9d
callq _kmem_alloc_contig
movq %rax, (%rbx)
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %rax, %rdi
callq _pmap_kextract
movl %eax, 8(%rbx)
jmp LBB0_3
LBB0_1:
movl 12(%rbx), %edi
leaq L_.str(%rip), %rsi
callq _device_printf
movq _ENOMEM@GOTPCREL(%rip), %rax
movl (%rax), %r14d
LBB0_3:
movl %r14d, %eax
addq $16, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _M_NOWAIT,4,2 ## @M_NOWAIT
.comm _M_ZERO,4,2 ## @M_ZERO
.comm _FB_ALIGN,4,2 ## @FB_ALIGN
.comm _VM_MEMATTR_WRITE_COMBINING,4,2 ## @VM_MEMATTR_WRITE_COMBINING
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "failed to allocate FB memory\n"
.comm _ENOMEM,4,2 ## @ENOMEM
.no_dead_strip _a10fb_allocfb
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function a10fb_allocfb
_a10fb_allocfb: ; @a10fb_allocfb
.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, _M_NOWAIT@GOTPAGE
Lloh1:
ldr x8, [x8, _M_NOWAIT@GOTPAGEOFF]
ldr w0, [x0, #16]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _M_ZERO@GOTPAGE
Lloh4:
ldr x9, [x9, _M_ZERO@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
orr w1, w9, w8
Lloh6:
adrp x8, _FB_ALIGN@GOTPAGE
Lloh7:
ldr x8, [x8, _FB_ALIGN@GOTPAGEOFF]
Lloh8:
ldr w4, [x8]
Lloh9:
adrp x8, _VM_MEMATTR_WRITE_COMBINING@GOTPAGE
Lloh10:
ldr x8, [x8, _VM_MEMATTR_WRITE_COMBINING@GOTPAGEOFF]
Lloh11:
ldr w6, [x8]
mov w2, #0
mov w3, #-1
mov w5, #0
bl _kmem_alloc_contig
str x0, [x19]
cbz x0, LBB0_2
; %bb.1:
bl _pmap_kextract
mov x8, x0
mov w0, #0
str w8, [x19, #8]
b LBB0_3
LBB0_2:
ldr w0, [x19, #12]
Lloh12:
adrp x1, l_.str@PAGE
Lloh13:
add x1, x1, l_.str@PAGEOFF
bl _device_printf
Lloh14:
adrp x8, _ENOMEM@GOTPAGE
Lloh15:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh16:
ldr w0, [x8]
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpAdd Lloh12, Lloh13
.cfi_endproc
; -- End function
.comm _M_NOWAIT,4,2 ; @M_NOWAIT
.comm _M_ZERO,4,2 ; @M_ZERO
.comm _FB_ALIGN,4,2 ; @FB_ALIGN
.comm _VM_MEMATTR_WRITE_COMBINING,4,2 ; @VM_MEMATTR_WRITE_COMBINING
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "failed to allocate FB memory\n"
.comm _ENOMEM,4,2 ; @ENOMEM
.no_dead_strip _a10fb_allocfb
.subsections_via_symbols
| AnghaBench/freebsd/sys/arm/allwinner/extr_a10_fb.c_a10fb_allocfb.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function set_master_lkbs
_set_master_lkbs: ## @set_master_lkbs
.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
addq $12, %rdi
movl (%rbx), %esi
callq _set_lock_master
leaq 8(%rbx), %rdi
movl (%rbx), %esi
callq _set_lock_master
movl (%rbx), %esi
addq $4, %rbx
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _set_lock_master ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _set_master_lkbs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function set_master_lkbs
_set_master_lkbs: ; @set_master_lkbs
.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 w1, [x0], #12
bl _set_lock_master
mov x0, x19
ldr w1, [x0], #8
bl _set_lock_master
ldr w1, [x19], #4
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _set_lock_master
.cfi_endproc
; -- End function
.no_dead_strip _set_master_lkbs
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/dlm/extr_recover.c_set_master_lkbs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _moea_quick_enter_page ## -- Begin function moea_quick_enter_page
.p2align 4, 0x90
_moea_quick_enter_page: ## @moea_quick_enter_page
.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, %edi
popq %rbp
jmp _VM_PAGE_TO_PHYS ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _moea_quick_enter_page ; -- Begin function moea_quick_enter_page
.p2align 2
_moea_quick_enter_page: ; @moea_quick_enter_page
.cfi_startproc
; %bb.0:
mov x0, x1
b _VM_PAGE_TO_PHYS
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/freebsd/sys/powerpc/aim/extr_mmu_oea.c_moea_quick_enter_page.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _assert ## -- Begin function assert
.p2align 4, 0x90
_assert: ## @assert
.cfi_startproc
## %bb.0:
testl %edi, %edi
je LBB0_2
## %bb.1:
retq
LBB0_2:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
xorl %eax, %eax
callq _printf
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _putx ## -- Begin function putx
.p2align 4, 0x90
_putx: ## @putx
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _x@GOTPCREL(%rip), %rax
movl %edi, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _x@GOTPCREL(%rip), %rax
movl $2, (%rax)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "failed test %d\n"
.comm _x,4,2 ## @x
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _assert ; -- Begin function assert
.p2align 2
_assert: ; @assert
.cfi_startproc
; %bb.0:
; kill: def $w1 killed $w1 def $x1
cbz w0, LBB0_2
; %bb.1:
ret
LBB0_2:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x1, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #1
bl _exit
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _putx ; -- Begin function putx
.p2align 2
_putx: ; @putx
.cfi_startproc
; %bb.0:
Lloh2:
adrp x8, _x@GOTPAGE
Lloh3:
ldr x8, [x8, _x@GOTPAGEOFF]
Lloh4:
str w0, [x8]
ret
.loh AdrpLdrGotStr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
Lloh5:
adrp x8, _x@GOTPAGE
Lloh6:
ldr x8, [x8, _x@GOTPAGEOFF]
mov w9, #2
Lloh7:
str w9, [x8]
mov w0, #0
ret
.loh AdrpLdrGotStr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "failed test %d\n"
.comm _x,4,2 ; @x
.subsections_via_symbols
| the_stack_data/1240886.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function type_trans
_type_trans: ## @type_trans
.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, %r14
movq %rdi, %r15
movq 8(%rdi), %r12
movq _ARC_HDR_SIZE@GOTPCREL(%rip), %rax
movq _RFC1201_HDR_SIZE@GOTPCREL(%rip), %rcx
movl (%rcx), %ebx
addl (%rax), %ebx
callq _skb_reset_mac_header
movq %r15, %rdi
movl %ebx, %esi
callq _skb_pull
movq (%r12), %rax
testq %rax, %rax
je LBB0_1
## %bb.2:
movq _IFF_PROMISC@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
testl %ecx, (%r14)
je LBB0_6
## %bb.3:
movq 8(%r14), %rcx
cmpq (%rcx), %rax
je LBB0_6
## %bb.4:
movq _PACKET_OTHERHOST@GOTPCREL(%rip), %rax
jmp LBB0_5
LBB0_1:
movq _PACKET_BROADCAST@GOTPCREL(%rip), %rax
LBB0_5:
movl (%rax), %eax
movl %eax, (%r15)
LBB0_6:
movl 8(%r12), %eax
addl $-128, %eax
cmpl $5, %eax
ja LBB0_14
## %bb.7:
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_13:
movq _ETH_P_802_3@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_14:
incl 20(%r14)
incl 16(%r14)
xorl %eax, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_12:
movq _ETH_P_RARP@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_10:
movq _ETH_P_IPV6@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_11:
movq _ETH_P_ARP@GOTPCREL(%rip), %rax
jmp LBB0_9
LBB0_8:
movq _ETH_P_IP@GOTPCREL(%rip), %rax
LBB0_9:
movl (%rax), %edi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _htons ## TAILCALL
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_12, LBB0_12-LJTI0_0
.set L0_0_set_13, LBB0_13-LJTI0_0
.set L0_0_set_10, LBB0_10-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
.set L0_0_set_11, LBB0_11-LJTI0_0
LJTI0_0:
.long L0_0_set_12
.long L0_0_set_13
.long L0_0_set_13
.long L0_0_set_10
.long L0_0_set_8
.long L0_0_set_11
.end_data_region
## -- End function
.comm _ARC_HDR_SIZE,4,2 ## @ARC_HDR_SIZE
.comm _RFC1201_HDR_SIZE,4,2 ## @RFC1201_HDR_SIZE
.comm _PACKET_BROADCAST,4,2 ## @PACKET_BROADCAST
.comm _IFF_PROMISC,4,2 ## @IFF_PROMISC
.comm _PACKET_OTHERHOST,4,2 ## @PACKET_OTHERHOST
.comm _ETH_P_IP,4,2 ## @ETH_P_IP
.comm _ETH_P_IPV6,4,2 ## @ETH_P_IPV6
.comm _ETH_P_ARP,4,2 ## @ETH_P_ARP
.comm _ETH_P_RARP,4,2 ## @ETH_P_RARP
.comm _ETH_P_802_3,4,2 ## @ETH_P_802_3
.no_dead_strip _type_trans
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function type_trans
_type_trans: ; @type_trans
.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
mov x20, x0
Lloh0:
adrp x8, _ARC_HDR_SIZE@GOTPAGE
Lloh1:
ldr x8, [x8, _ARC_HDR_SIZE@GOTPAGEOFF]
ldr x22, [x0, #8]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _RFC1201_HDR_SIZE@GOTPAGE
Lloh4:
ldr x9, [x9, _RFC1201_HDR_SIZE@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
add w21, w9, w8
bl _skb_reset_mac_header
mov x0, x20
mov x1, x21
bl _skb_pull
ldr x8, [x22]
cbz x8, LBB0_4
; %bb.1:
ldr w9, [x19]
Lloh6:
adrp x10, _IFF_PROMISC@GOTPAGE
Lloh7:
ldr x10, [x10, _IFF_PROMISC@GOTPAGEOFF]
Lloh8:
ldr w10, [x10]
tst w10, w9
b.eq LBB0_6
; %bb.2:
ldr x9, [x19, #8]
ldr x9, [x9]
cmp x8, x9
b.eq LBB0_6
; %bb.3:
Lloh9:
adrp x8, _PACKET_OTHERHOST@GOTPAGE
Lloh10:
ldr x8, [x8, _PACKET_OTHERHOST@GOTPAGEOFF]
b LBB0_5
LBB0_4:
Lloh11:
adrp x8, _PACKET_BROADCAST@GOTPAGE
Lloh12:
ldr x8, [x8, _PACKET_BROADCAST@GOTPAGEOFF]
LBB0_5:
ldr w8, [x8]
str w8, [x20]
LBB0_6:
ldr w8, [x22, #8]
sub w8, w8, #128
cmp w8, #5
b.hi LBB0_9
; %bb.7:
Lloh13:
adrp x9, lJTI0_0@PAGE
Lloh14:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_8
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_8:
Lloh15:
adrp x8, _ETH_P_802_3@GOTPAGE
Lloh16:
ldr x8, [x8, _ETH_P_802_3@GOTPAGEOFF]
b LBB0_14
LBB0_9:
ldr d0, [x19, #16]
movi.2s v1, #1
add.2s v0, v0, v1
str d0, [x19, #16]
mov w0, #0
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_10:
Lloh17:
adrp x8, _ETH_P_RARP@GOTPAGE
Lloh18:
ldr x8, [x8, _ETH_P_RARP@GOTPAGEOFF]
b LBB0_14
LBB0_11:
Lloh19:
adrp x8, _ETH_P_IPV6@GOTPAGE
Lloh20:
ldr x8, [x8, _ETH_P_IPV6@GOTPAGEOFF]
b LBB0_14
LBB0_12:
Lloh21:
adrp x8, _ETH_P_ARP@GOTPAGE
Lloh22:
ldr x8, [x8, _ETH_P_ARP@GOTPAGEOFF]
b LBB0_14
LBB0_13:
Lloh23:
adrp x8, _ETH_P_IP@GOTPAGE
Lloh24:
ldr x8, [x8, _ETH_P_IP@GOTPAGEOFF]
LBB0_14:
ldr w0, [x8]
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 _htons
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGot Lloh9, Lloh10
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpLdrGot Lloh15, Lloh16
.loh AdrpLdrGot Lloh17, Lloh18
.loh AdrpLdrGot Lloh19, Lloh20
.loh AdrpLdrGot Lloh21, Lloh22
.loh AdrpLdrGot Lloh23, Lloh24
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_10-LBB0_8)>>2
.byte (LBB0_8-LBB0_8)>>2
.byte (LBB0_8-LBB0_8)>>2
.byte (LBB0_11-LBB0_8)>>2
.byte (LBB0_13-LBB0_8)>>2
.byte (LBB0_12-LBB0_8)>>2
; -- End function
.comm _ARC_HDR_SIZE,4,2 ; @ARC_HDR_SIZE
.comm _RFC1201_HDR_SIZE,4,2 ; @RFC1201_HDR_SIZE
.comm _PACKET_BROADCAST,4,2 ; @PACKET_BROADCAST
.comm _IFF_PROMISC,4,2 ; @IFF_PROMISC
.comm _PACKET_OTHERHOST,4,2 ; @PACKET_OTHERHOST
.comm _ETH_P_IP,4,2 ; @ETH_P_IP
.comm _ETH_P_IPV6,4,2 ; @ETH_P_IPV6
.comm _ETH_P_ARP,4,2 ; @ETH_P_ARP
.comm _ETH_P_RARP,4,2 ; @ETH_P_RARP
.comm _ETH_P_802_3,4,2 ; @ETH_P_802_3
.no_dead_strip _type_trans
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/arcnet/extr_rfc1201.c_type_trans.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ZSTD_sizeof_DDict ## -- Begin function ZSTD_sizeof_DDict
.p2align 4, 0x90
_ZSTD_sizeof_DDict: ## @ZSTD_sizeof_DDict
.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_1
## %bb.2:
cmpq $0, 8(%rdi)
je LBB0_3
## %bb.4:
movslq (%rdi), %rax
addq $16, %rax
popq %rbp
retq
LBB0_1:
xorl %eax, %eax
popq %rbp
retq
LBB0_3:
movl $16, %eax
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 _ZSTD_sizeof_DDict ; -- Begin function ZSTD_sizeof_DDict
.p2align 2
_ZSTD_sizeof_DDict: ; @ZSTD_sizeof_DDict
.cfi_startproc
; %bb.0:
cbz x0, LBB0_3
; %bb.1:
ldr x8, [x0, #8]
cbz x8, LBB0_4
; %bb.2:
ldrsw x8, [x0]
add x0, x8, #16
LBB0_3:
ret
LBB0_4:
mov w0, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/borg/src/borg/algorithms/zstd/lib/decompress/extr_zstd_ddict.c_ZSTD_sizeof_DDict.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function inc_sending_ref
_inc_sending_ref: ## @inc_sending_ref
.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), %rax
movq _PROTOCOL_TCP@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_6
## %bb.1:
movl %esi, %r14d
movq %rdi, %r15
addq $8, %r15
jmp LBB0_2
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_2 Depth=1
cmpl $1, %ecx
je LBB0_6
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%r15), %r12d
movl %r12d, %ebx
sarl $16, %ebx
movl %r14d, %edi
callq _ID_TAG16
cmpl %eax, %ebx
jne LBB0_6
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl $3, %ecx
cmpw $-1, %r12w
je LBB0_5
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
leal 1(%r12), %edx
movq %r15, %rdi
movl %r12d, %esi
callq _ATOM_CAS
xorl %ecx, %ecx
testq %rax, %rax
setne %cl
jmp LBB0_5
LBB0_6:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _PROTOCOL_TCP,8,3 ## @PROTOCOL_TCP
.no_dead_strip _inc_sending_ref
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function inc_sending_ref
_inc_sending_ref: ; @inc_sending_ref
.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
ldr x8, [x0]
Lloh0:
adrp x9, _PROTOCOL_TCP@GOTPAGE
Lloh1:
ldr x9, [x9, _PROTOCOL_TCP@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_6
; %bb.1:
mov x19, x1
add x20, x0, #8
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add w2, w21, #1
mov x0, x20
mov x1, x21
bl _ATOM_CAS
cmp x0, #0
cset w8, ne
cmp w8, #1
b.eq LBB0_6
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr w21, [x20]
mov x0, x19
bl _ID_TAG16
cmp w0, w21, asr #16
b.ne LBB0_6
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
mvn w8, w21
tst w8, #0xffff
b.ne LBB0_2
; %bb.5: ; in Loop: Header=BB0_3 Depth=1
mov w8, #3
cmp w8, #1
b.ne LBB0_3
LBB0_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
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _PROTOCOL_TCP,8,3 ; @PROTOCOL_TCP
.no_dead_strip _inc_sending_ref
.subsections_via_symbols
| AnghaBench/skynet/skynet-src/extr_socket_server.c_inc_sending_ref.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _il4965_configure_filter ## -- Begin function il4965_configure_filter
.p2align 4, 0x90
_il4965_configure_filter: ## @il4965_configure_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 %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, %r14
movq (%rdi), %r13
movl (%rdx), %edx
leaq L_.str(%rip), %rdi
callq _D_MAC80211
movl (%r14), %ebx
movq _FIF_OTHER_BSS@GOTPCREL(%rip), %rax
xorl %r15d, %r15d
movl (%rax), %eax
andl %ebx, %eax
movq _RXON_FILTER_PROMISC_MSK@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
cmovnel %ecx, %eax
movl $0, %edx
cmovel %ecx, %edx
movq _FIF_CONTROL@GOTPCREL(%rip), %rsi
movl (%rsi), %esi
andl %ebx, %esi
movq _RXON_FILTER_CTL2HOST_MSK@GOTPCREL(%rip), %rdi
orl (%rdi), %ecx
testl %esi, %esi
cmovnel %ecx, %eax
cmovnel %edx, %ecx
movq _FIF_BCN_PRBRESP_PROMISC@GOTPCREL(%rip), %r12
andl (%r12), %ebx
movq _RXON_FILTER_BCON_AWARE_MSK@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
cmovnel %edx, %ebx
cmovel %edx, %r15d
orl %eax, %ebx
orl %ecx, %r15d
movq %r13, %rdi
callq _mutex_lock
notl %r15d
andl 4(%r13), %r15d
orl %ebx, %r15d
movl %r15d, 4(%r13)
movq %r13, %rdi
callq _mutex_unlock
movq _FIF_ALLMULTI@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _FIF_OTHER_BSS@GOTPCREL(%rip), %rcx
orl (%rcx), %eax
orl (%r12), %eax
movq _FIF_CONTROL@GOTPCREL(%rip), %rcx
orl (%rcx), %eax
andl %eax, (%r14)
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 "Enter: changed: 0x%x, total: 0x%x\n"
.comm _FIF_OTHER_BSS,4,2 ## @FIF_OTHER_BSS
.comm _RXON_FILTER_PROMISC_MSK,4,2 ## @RXON_FILTER_PROMISC_MSK
.comm _FIF_CONTROL,4,2 ## @FIF_CONTROL
.comm _RXON_FILTER_CTL2HOST_MSK,4,2 ## @RXON_FILTER_CTL2HOST_MSK
.comm _FIF_BCN_PRBRESP_PROMISC,4,2 ## @FIF_BCN_PRBRESP_PROMISC
.comm _RXON_FILTER_BCON_AWARE_MSK,4,2 ## @RXON_FILTER_BCON_AWARE_MSK
.comm _FIF_ALLMULTI,4,2 ## @FIF_ALLMULTI
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _il4965_configure_filter ; -- Begin function il4965_configure_filter
.p2align 2
_il4965_configure_filter: ; @il4965_configure_filter
.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
mov x19, x2
ldr x20, [x0]
ldr w2, [x2]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _D_MAC80211
ldr w8, [x19]
Lloh2:
adrp x21, _FIF_OTHER_BSS@GOTPAGE
Lloh3:
ldr x21, [x21, _FIF_OTHER_BSS@GOTPAGEOFF]
ldr w9, [x21]
Lloh4:
adrp x10, _RXON_FILTER_PROMISC_MSK@GOTPAGE
Lloh5:
ldr x10, [x10, _RXON_FILTER_PROMISC_MSK@GOTPAGEOFF]
Lloh6:
ldr w10, [x10]
tst w9, w8
csel w9, wzr, w10, eq
csel w11, w10, wzr, eq
Lloh7:
adrp x22, _FIF_CONTROL@GOTPAGE
Lloh8:
ldr x22, [x22, _FIF_CONTROL@GOTPAGEOFF]
ldr w12, [x22]
Lloh9:
adrp x13, _RXON_FILTER_CTL2HOST_MSK@GOTPAGE
Lloh10:
ldr x13, [x13, _RXON_FILTER_CTL2HOST_MSK@GOTPAGEOFF]
Lloh11:
ldr w13, [x13]
orr w10, w13, w10
tst w12, w8
csel w9, w9, w10, eq
csel w10, w10, w11, eq
Lloh12:
adrp x23, _FIF_BCN_PRBRESP_PROMISC@GOTPAGE
Lloh13:
ldr x23, [x23, _FIF_BCN_PRBRESP_PROMISC@GOTPAGEOFF]
ldr w11, [x23]
Lloh14:
adrp x12, _RXON_FILTER_BCON_AWARE_MSK@GOTPAGE
Lloh15:
ldr x12, [x12, _RXON_FILTER_BCON_AWARE_MSK@GOTPAGEOFF]
Lloh16:
ldr w12, [x12]
tst w11, w8
csel w8, wzr, w12, eq
orr w24, w8, w9
csel w8, w12, wzr, eq
orr w25, w8, w10
mov x0, x20
bl _mutex_lock
ldr w8, [x20, #4]
bic w8, w8, w25
orr w8, w24, w8
str w8, [x20, #4]
mov x0, x20
bl _mutex_unlock
ldr w8, [x21]
Lloh17:
adrp x9, _FIF_ALLMULTI@GOTPAGE
Lloh18:
ldr x9, [x9, _FIF_ALLMULTI@GOTPAGEOFF]
Lloh19:
ldr w9, [x9]
orr w8, w9, w8
ldr w9, [x23]
orr w8, w8, w9
ldr w9, [x22]
orr w8, w8, w9
ldr w9, [x19]
and w8, w9, w8
str w8, [x19]
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
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter: changed: 0x%x, total: 0x%x\n"
.comm _FIF_OTHER_BSS,4,2 ; @FIF_OTHER_BSS
.comm _RXON_FILTER_PROMISC_MSK,4,2 ; @RXON_FILTER_PROMISC_MSK
.comm _FIF_CONTROL,4,2 ; @FIF_CONTROL
.comm _RXON_FILTER_CTL2HOST_MSK,4,2 ; @RXON_FILTER_CTL2HOST_MSK
.comm _FIF_BCN_PRBRESP_PROMISC,4,2 ; @FIF_BCN_PRBRESP_PROMISC
.comm _RXON_FILTER_BCON_AWARE_MSK,4,2 ; @RXON_FILTER_BCON_AWARE_MSK
.comm _FIF_ALLMULTI,4,2 ; @FIF_ALLMULTI
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_4965-mac.c_il4965_configure_filter.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function s390_mainpool_start
_s390_mainpool_start: ## @s390_mainpool_start
.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
callq _s390_alloc_pool
movq %rax, %r14
xorl %eax, %eax
callq _get_insns
testq %rax, %rax
je LBB0_15
## %bb.1:
movq %rax, %rbx
movq _INSN@GOTPCREL(%rip), %r13
movq _TARGET_CPU_ZARCH@GOTPCREL(%rip), %r15
jmp LBB0_2
.p2align 4, 0x90
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _s390_execute_label
testq %rax, %rax
je LBB0_10
## %bb.9: ## in Loop: Header=BB0_2 Depth=1
movq %r14, %rdi
movq %rbx, %rsi
callq _s390_add_execute
LBB0_14: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _NEXT_INSN
movq %rax, %rbx
testq %rax, %rax
je LBB0_15
LBB0_2: ## =>This Inner Loop Header: Depth=1
movq %rbx, %rdi
callq _GET_CODE
cmpq (%r13), %rax
jne LBB0_7
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _PATTERN
movq %rax, %rdi
callq _GET_CODE
movq _SET@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_7
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _PATTERN
movq %rax, %rdi
callq _SET_SRC
movq %rax, %rdi
callq _GET_CODE
movq _UNSPEC_VOLATILE@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_7
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _PATTERN
movq %rax, %rdi
callq _SET_SRC
movq %rax, %rdi
movl $1, %esi
callq _XINT
movq _UNSPECV_MAIN_POOL@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_7
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
xorl %edi, %edi
cmpq $0, 8(%r14)
sete %dil
callq _gcc_assert
movq %rbx, 8(%r14)
.p2align 4, 0x90
LBB0_7: ## in Loop: Header=BB0_2 Depth=1
cmpl $0, (%r15)
je LBB0_8
LBB0_10: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _GET_CODE
cmpq (%r13), %rax
je LBB0_12
## %bb.11: ## in Loop: Header=BB0_2 Depth=1
movq %rbx, %rdi
callq _GET_CODE
movq _CALL_INSN@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_14
LBB0_12: ## in Loop: Header=BB0_2 Depth=1
movq _NULL_RTX@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movq %rbx, %rdi
callq _PATTERN
movq %rax, %rdi
leaq -48(%rbp), %rsi
callq _find_constant_pool_ref
movq -48(%rbp), %rdi
testq %rdi, %rdi
je LBB0_14
## %bb.13: ## in Loop: Header=BB0_2 Depth=1
callq _get_pool_constant
movq %rax, %r12
movq -48(%rbp), %rdi
callq _get_pool_mode
movq %r14, %rdi
movq %r12, %rsi
movl %eax, %edx
callq _s390_add_constant
jmp LBB0_14
LBB0_15:
movl $1, %edi
cmpq $0, 8(%r14)
jne LBB0_17
## %bb.16:
xorl %edi, %edi
cmpl $0, (%r14)
sete %dil
LBB0_17:
callq _gcc_assert
cmpl $4096, (%r14) ## imm = 0x1000
jl LBB0_19
## %bb.18:
movq 8(%r14), %rdi
callq _remove_insn
movq %r14, %rdi
callq _s390_free_pool
xorl %r14d, %r14d
LBB0_19:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _INSN,8,3 ## @INSN
.comm _SET,8,3 ## @SET
.comm _UNSPEC_VOLATILE,8,3 ## @UNSPEC_VOLATILE
.comm _UNSPECV_MAIN_POOL,8,3 ## @UNSPECV_MAIN_POOL
.comm _TARGET_CPU_ZARCH,4,2 ## @TARGET_CPU_ZARCH
.comm _CALL_INSN,8,3 ## @CALL_INSN
.comm _NULL_RTX,8,3 ## @NULL_RTX
.no_dead_strip _s390_mainpool_start
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function s390_mainpool_start
_s390_mainpool_start: ; @s390_mainpool_start
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
bl _s390_alloc_pool
mov x19, x0
bl _get_insns
cbz x0, LBB0_15
; %bb.1:
mov x20, x0
Lloh0:
adrp x22, _INSN@GOTPAGE
Lloh1:
ldr x22, [x22, _INSN@GOTPAGEOFF]
Lloh2:
adrp x23, _SET@GOTPAGE
Lloh3:
ldr x23, [x23, _SET@GOTPAGEOFF]
Lloh4:
adrp x24, _UNSPEC_VOLATILE@GOTPAGE
Lloh5:
ldr x24, [x24, _UNSPEC_VOLATILE@GOTPAGEOFF]
Lloh6:
adrp x25, _UNSPECV_MAIN_POOL@GOTPAGE
Lloh7:
ldr x25, [x25, _UNSPECV_MAIN_POOL@GOTPAGEOFF]
Lloh8:
adrp x26, _TARGET_CPU_ZARCH@GOTPAGE
Lloh9:
ldr x26, [x26, _TARGET_CPU_ZARCH@GOTPAGEOFF]
Lloh10:
adrp x27, _NULL_RTX@GOTPAGE
Lloh11:
ldr x27, [x27, _NULL_RTX@GOTPAGEOFF]
Lloh12:
adrp x28, _CALL_INSN@GOTPAGE
Lloh13:
ldr x28, [x28, _CALL_INSN@GOTPAGEOFF]
b LBB0_5
LBB0_2: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _s390_execute_label
cbz x0, LBB0_11
; %bb.3: ; in Loop: Header=BB0_5 Depth=1
mov x0, x19
mov x1, x20
bl _s390_add_execute
LBB0_4: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _NEXT_INSN
mov x20, x0
cbz x0, LBB0_15
LBB0_5: ; =>This Inner Loop Header: Depth=1
mov x0, x20
bl _GET_CODE
ldr x8, [x22]
cmp x0, x8
b.ne LBB0_10
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _PATTERN
bl _GET_CODE
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_10
; %bb.7: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _PATTERN
bl _SET_SRC
bl _GET_CODE
ldr x8, [x24]
cmp x0, x8
b.ne LBB0_10
; %bb.8: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _PATTERN
bl _SET_SRC
mov w1, #1
bl _XINT
ldr x8, [x25]
cmp x0, x8
b.ne LBB0_10
; %bb.9: ; in Loop: Header=BB0_5 Depth=1
ldr x8, [x19, #8]
cmp x8, #0
cset w0, eq
bl _gcc_assert
str x20, [x19, #8]
LBB0_10: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [x26]
cbz w8, LBB0_2
LBB0_11: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _GET_CODE
ldr x8, [x22]
cmp x0, x8
b.eq LBB0_13
; %bb.12: ; in Loop: Header=BB0_5 Depth=1
mov x0, x20
bl _GET_CODE
ldr x8, [x28]
cmp x0, x8
b.ne LBB0_4
LBB0_13: ; in Loop: Header=BB0_5 Depth=1
ldr x8, [x27]
str x8, [sp, #8]
mov x0, x20
bl _PATTERN
add x1, sp, #8
bl _find_constant_pool_ref
ldr x0, [sp, #8]
cbz x0, LBB0_4
; %bb.14: ; in Loop: Header=BB0_5 Depth=1
bl _get_pool_constant
mov x21, x0
ldr x0, [sp, #8]
bl _get_pool_mode
mov x2, x0
mov x0, x19
mov x1, x21
bl _s390_add_constant
b LBB0_4
LBB0_15:
ldr x8, [x19, #8]
cbz x8, LBB0_17
; %bb.16:
mov w0, #1
b LBB0_18
LBB0_17:
ldr w8, [x19]
cmp w8, #0
cset w0, eq
LBB0_18:
bl _gcc_assert
ldr w8, [x19]
cmp w8, #1, lsl #12 ; =4096
b.lt LBB0_20
; %bb.19:
ldr x0, [x19, #8]
bl _remove_insn
mov x0, x19
bl _s390_free_pool
mov x19, #0
LBB0_20:
mov x0, x19
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
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _INSN,8,3 ; @INSN
.comm _SET,8,3 ; @SET
.comm _UNSPEC_VOLATILE,8,3 ; @UNSPEC_VOLATILE
.comm _UNSPECV_MAIN_POOL,8,3 ; @UNSPECV_MAIN_POOL
.comm _TARGET_CPU_ZARCH,4,2 ; @TARGET_CPU_ZARCH
.comm _CALL_INSN,8,3 ; @CALL_INSN
.comm _NULL_RTX,8,3 ; @NULL_RTX
.no_dead_strip _s390_mainpool_start
.subsections_via_symbols
| AnghaBench/freebsd/contrib/gcc/config/s390/extr_s390.c_s390_mainpool_start.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dtc_open_file ## -- Begin function dtc_open_file
.p2align 4, 0x90
_dtc_open_file: ## @dtc_open_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 %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, %r15
movq %rdi, %r12
movl $24, %edi
callq _xmalloc
movq %rax, %r14
movq %r12, %rdi
movl $47, %esi
callq _strrchr
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %rax, %rbx
subq %r12, %rbx
leal 1(%rbx), %edi
callq _xmalloc
movq %rax, %r13
movq %rax, %rdi
movq %r12, %rsi
movl %ebx, %edx
callq _memcpy
movb $0, (%r13,%rbx)
jmp LBB0_3
LBB0_1:
xorl %r13d, %r13d
LBB0_3:
movq %r13, (%r14)
leaq L_.str(%rip), %rsi
movq %r12, %rdi
callq _streq
testq %rax, %rax
je LBB0_5
## %bb.4:
leaq L_.str.1(%rip), %rax
movq %rax, 8(%r14)
movq _stdin@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 16(%r14)
jmp LBB0_14
LBB0_5:
cmpb $47, (%r12)
jne LBB0_9
## %bb.6:
leaq L_.str.2(%rip), %rsi
movq %r12, %rdi
callq _fopen
movl %eax, 16(%r14)
testl %eax, %eax
je LBB0_7
## %bb.8:
movq %r12, %rdi
callq _strdup
movq %rax, 8(%r14)
jmp LBB0_14
LBB0_9:
testq %r15, %r15
leaq _dtc_open_file.default_search(%rip), %rbx
cmovneq %r15, %rbx
movq _errno@GOTPCREL(%rip), %r15
movq _ENOENT@GOTPCREL(%rip), %r13
.p2align 4, 0x90
LBB0_10: ## =>This Inner Loop Header: Depth=1
movl 8(%rbx), %esi
movq %r14, %rdi
movq %r12, %rdx
callq _dtc_open_one
testq %rax, %rax
jne LBB0_14
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
movq (%r15), %rdi
cmpq (%r13), %rdi
jne LBB0_13
## %bb.12: ## in Loop: Header=BB0_10 Depth=1
movq (%rbx), %rbx
testq %rbx, %rbx
jne LBB0_10
jmp LBB0_13
LBB0_7:
movq _errno@GOTPCREL(%rip), %rax
movq (%rax), %rdi
LBB0_13:
callq _strerror
leaq L_.str.3(%rip), %rdi
movq %r12, %rsi
movl %eax, %edx
callq _die
LBB0_14:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 3 ## @dtc_open_file.default_search
_dtc_open_file.default_search:
.space 40
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "-"
L_.str.1: ## @.str.1
.asciz "stdin"
.comm _stdin,4,2 ## @stdin
L_.str.2: ## @.str.2
.asciz "r"
.comm _errno,8,3 ## @errno
.comm _ENOENT,8,3 ## @ENOENT
L_.str.3: ## @.str.3
.asciz "Couldn't open \"%s\": %s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dtc_open_file ; -- Begin function dtc_open_file
.p2align 2
_dtc_open_file: ; @dtc_open_file
.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, x1
mov x20, x0
mov w0, #24
bl _xmalloc
mov x19, x0
mov x0, x20
mov w1, #47
bl _strrchr
cbz x0, LBB0_2
; %bb.1:
sub x23, x0, x20
add w0, w23, #1
bl _xmalloc
mov x22, x0
mov x1, x20
mov x2, x23
bl _memcpy
strb wzr, [x22, x23]
b LBB0_3
LBB0_2:
mov x22, #0
LBB0_3:
str x22, [x19]
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
mov x0, x20
bl _streq
cbz x0, LBB0_5
; %bb.4:
Lloh2:
adrp x8, l_.str.1@PAGE
Lloh3:
add x8, x8, l_.str.1@PAGEOFF
str x8, [x19, #8]
Lloh4:
adrp x8, _stdin@GOTPAGE
Lloh5:
ldr x8, [x8, _stdin@GOTPAGEOFF]
Lloh6:
ldr w8, [x8]
str w8, [x19, #16]
b LBB0_14
LBB0_5:
ldrb w8, [x20]
cmp w8, #47
b.ne LBB0_8
; %bb.6:
Lloh7:
adrp x1, l_.str.2@PAGE
Lloh8:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x20
bl _fopen
str w0, [x19, #16]
cbz w0, LBB0_12
; %bb.7:
mov x0, x20
bl _strdup
str x0, [x19, #8]
b LBB0_14
LBB0_8:
Lloh9:
adrp x8, _dtc_open_file.default_search@PAGE
Lloh10:
add x8, x8, _dtc_open_file.default_search@PAGEOFF
cmp x21, #0
csel x21, x8, x21, eq
Lloh11:
adrp x22, _errno@GOTPAGE
Lloh12:
ldr x22, [x22, _errno@GOTPAGEOFF]
Lloh13:
adrp x23, _ENOENT@GOTPAGE
Lloh14:
ldr x23, [x23, _ENOENT@GOTPAGEOFF]
LBB0_9: ; =>This Inner Loop Header: Depth=1
ldr w1, [x21, #8]
mov x0, x19
mov x2, x20
bl _dtc_open_one
cbnz x0, LBB0_14
; %bb.10: ; in Loop: Header=BB0_9 Depth=1
ldr x0, [x22]
ldr x8, [x23]
cmp x0, x8
b.ne LBB0_13
; %bb.11: ; in Loop: Header=BB0_9 Depth=1
ldr x21, [x21]
cbnz x21, LBB0_9
b LBB0_13
LBB0_12:
Lloh15:
adrp x8, _errno@GOTPAGE
Lloh16:
ldr x8, [x8, _errno@GOTPAGEOFF]
Lloh17:
ldr x0, [x8]
LBB0_13:
bl _strerror
mov x2, x0
Lloh18:
adrp x0, l_.str.3@PAGE
Lloh19:
add x0, x0, l_.str.3@PAGEOFF
mov x1, x20
bl _die
LBB0_14:
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 AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpAdd Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpAdd Lloh18, Lloh19
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 3 ; @dtc_open_file.default_search
_dtc_open_file.default_search:
.space 40
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "-"
l_.str.1: ; @.str.1
.asciz "stdin"
.comm _stdin,4,2 ; @stdin
l_.str.2: ; @.str.2
.asciz "r"
.comm _errno,8,3 ; @errno
.comm _ENOENT,8,3 ; @ENOENT
l_.str.3: ; @.str.3
.asciz "Couldn't open \"%s\": %s\n"
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/scripts/dtc/extr_srcpos.c_dtc_open_file.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _X509_get_signature_type ## -- Begin function X509_get_signature_type
.p2align 4, 0x90
_X509_get_signature_type: ## @X509_get_signature_type
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %edi
callq _OBJ_obj2nid
movl %eax, %edi
popq %rbp
jmp _EVP_PKEY_type ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _X509_get_signature_type ; -- Begin function X509_get_signature_type
.p2align 2
_X509_get_signature_type: ; @X509_get_signature_type
.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 w0, [x0]
bl _OBJ_obj2nid
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _EVP_PKEY_type
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/openssl/crypto/x509/extr_x509_set.c_EVP_PKEY_type.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function php_object_element_export
_php_object_element_export: ## @php_object_element_export
.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 %r8, %rbx
movl %ecx, %r14d
movq %rdx, %r12
movq %rsi, %r13
movq %rdi, %r15
addl $2, %r14d
movq %r8, %rdi
movl %r14d, %esi
callq _buffer_append_spaces
testq %r12, %r12
je LBB0_2
## %bb.1:
leaq -64(%rbp), %rsi
leaq -56(%rbp), %rdx
leaq -48(%rbp), %rcx
movq %r12, %rdi
callq _zend_unmangle_property_name_ex
movq -56(%rbp), %rdi
movq -48(%rbp), %rsi
leaq L_.str(%rip), %rdx
movl $2, %ecx
callq _php_addcslashes_str
movq %rax, %r12
movq %rbx, %rdi
movl $39, %esi
callq _smart_str_appendc
movq %rbx, %rdi
movq %r12, %rsi
callq _smart_str_append
movq %rbx, %rdi
movl $39, %esi
callq _smart_str_appendc
movq %r12, %rdi
xorl %esi, %esi
callq _zend_string_release_ex
jmp LBB0_3
LBB0_2:
movq %rbx, %rdi
movl %r13d, %esi
callq _smart_str_append_long
LBB0_3:
leaq L_.str.1(%rip), %rsi
movq %rbx, %rdi
movl $4, %edx
callq _smart_str_appendl
movq %r15, %rdi
movl %r14d, %esi
movq %rbx, %rdx
callq _php_var_export_ex
movq %rbx, %rdi
movl $44, %esi
callq _smart_str_appendc
movq %rbx, %rdi
movl $10, %esi
callq _smart_str_appendc
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 "'\\"
L_.str.1: ## @.str.1
.asciz " => "
.no_dead_strip _php_object_element_export
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function php_object_element_export
_php_object_element_export: ; @php_object_element_export
.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, x4
mov x22, x2
mov x23, x1
mov x21, x0
add w20, w3, #2
mov x0, x4
mov x1, x20
bl _buffer_append_spaces
cbz x22, LBB0_2
; %bb.1:
add x1, sp, #24
add x2, sp, #16
add x3, sp, #8
mov x0, x22
bl _zend_unmangle_property_name_ex
ldp x1, x0, [sp, #8]
Lloh0:
adrp x2, l_.str@PAGE
Lloh1:
add x2, x2, l_.str@PAGEOFF
mov w3, #2
bl _php_addcslashes_str
mov x22, x0
mov x0, x19
mov w1, #39
bl _smart_str_appendc
mov x0, x19
mov x1, x22
bl _smart_str_append
mov x0, x19
mov w1, #39
bl _smart_str_appendc
mov x0, x22
mov w1, #0
bl _zend_string_release_ex
b LBB0_3
LBB0_2:
mov x0, x19
mov x1, x23
bl _smart_str_append_long
LBB0_3:
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x19
mov w2, #4
bl _smart_str_appendl
mov x0, x21
mov x1, x20
mov x2, x19
bl _php_var_export_ex
mov x0, x19
mov w1, #44
bl _smart_str_appendc
mov x0, x19
mov w1, #10
bl _smart_str_appendc
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
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "'\\"
l_.str.1: ; @.str.1
.asciz " => "
.no_dead_strip _php_object_element_export
.subsections_via_symbols
| AnghaBench/php-src/ext/standard/extr_var.c_php_object_element_export.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function ngx_rtmp_mp4_parse_spex
_ngx_rtmp_mp4_parse_spex: ## @ngx_rtmp_mp4_parse_spex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _NGX_RTMP_AUDIO_SPEEX@GOTPCREL(%rip), %rax
movl (%rax), %ecx
popq %rbp
jmp _ngx_rtmp_mp4_parse_audio ## TAILCALL
.cfi_endproc
## -- End function
.comm _NGX_RTMP_AUDIO_SPEEX,4,2 ## @NGX_RTMP_AUDIO_SPEEX
.no_dead_strip _ngx_rtmp_mp4_parse_spex
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function ngx_rtmp_mp4_parse_spex
_ngx_rtmp_mp4_parse_spex: ; @ngx_rtmp_mp4_parse_spex
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _NGX_RTMP_AUDIO_SPEEX@GOTPAGE
Lloh1:
ldr x8, [x8, _NGX_RTMP_AUDIO_SPEEX@GOTPAGEOFF]
Lloh2:
ldr w3, [x8]
b _ngx_rtmp_mp4_parse_audio
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _NGX_RTMP_AUDIO_SPEEX,4,2 ; @NGX_RTMP_AUDIO_SPEEX
.no_dead_strip _ngx_rtmp_mp4_parse_spex
.subsections_via_symbols
| AnghaBench/nginx-rtmp-module/extr_ngx_rtmp_mp4_module.c_ngx_rtmp_mp4_parse_spex.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaV_lessequal ## -- Begin function luaV_lessequal
.p2align 4, 0x90
_luaV_lessequal: ## @luaV_lessequal
.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, %r14
movq %rsi, %rbx
movq %rdi, %r15
movq %rsi, %rdi
callq _ttisnumber
testq %rax, %rax
je LBB0_2
## %bb.1:
movq %r14, %rdi
callq _ttisnumber
testq %rax, %rax
je LBB0_2
## %bb.10:
movq %rbx, %rdi
movq %r14, %rsi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _LEnum ## TAILCALL
LBB0_2:
movq %rbx, %rdi
callq _ttisstring
testq %rax, %rax
je LBB0_5
## %bb.3:
movq %r14, %rdi
callq _ttisstring
testq %rax, %rax
je LBB0_5
## %bb.4:
movq %rbx, %rdi
callq _tsvalue
movl %eax, %ebx
movq %r14, %rdi
callq _tsvalue
movl %ebx, %edi
movl %eax, %esi
callq _l_strcmp
movq %rax, %rcx
xorl %eax, %eax
testq %rcx, %rcx
setle %al
jmp LBB0_9
LBB0_5:
movq _TM_LE@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq %r15, %rdi
movq %rbx, %rsi
movq %r14, %rdx
callq _luaT_callorderTM
testl %eax, %eax
jns LBB0_9
## %bb.6:
movq _CIST_LEQ@GOTPCREL(%rip), %r13
movl (%r13), %eax
movq (%r15), %rcx
orl %eax, (%rcx)
movq _TM_LT@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq %r15, %rdi
movq %r14, %rsi
movq %rbx, %rdx
callq _luaT_callorderTM
movl %eax, %r12d
movl (%r13), %eax
movq (%r15), %rcx
xorl %eax, (%rcx)
testl %r12d, %r12d
jns LBB0_8
## %bb.7:
movq %r15, %rdi
movq %rbx, %rsi
movq %r14, %rdx
callq _luaG_ordererror
LBB0_8:
xorl %eax, %eax
testl %r12d, %r12d
sete %al
LBB0_9:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TM_LE,4,2 ## @TM_LE
.comm _CIST_LEQ,4,2 ## @CIST_LEQ
.comm _TM_LT,4,2 ## @TM_LT
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _luaV_lessequal ; -- Begin function luaV_lessequal
.p2align 2
_luaV_lessequal: ; @luaV_lessequal
.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, x2
mov x20, x1
mov x21, x0
mov x0, x1
bl _ttisnumber
cbz x0, LBB0_3
; %bb.1:
mov x0, x19
bl _ttisnumber
cbz x0, LBB0_3
; %bb.2:
mov x0, x20
mov x1, 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
b _LEnum
LBB0_3:
mov x0, x20
bl _ttisstring
cbz x0, LBB0_6
; %bb.4:
mov x0, x19
bl _ttisstring
cbz x0, LBB0_6
; %bb.5:
mov x0, x20
bl _tsvalue
mov x20, x0
mov x0, x19
bl _tsvalue
mov x1, x0
mov x0, x20
bl _l_strcmp
cmp x0, #1
cset w0, lt
b LBB0_10
LBB0_6:
Lloh0:
adrp x8, _TM_LE@GOTPAGE
Lloh1:
ldr x8, [x8, _TM_LE@GOTPAGEOFF]
Lloh2:
ldr w3, [x8]
mov x0, x21
mov x1, x20
mov x2, x19
bl _luaT_callorderTM
tbz w0, #31, LBB0_10
; %bb.7:
Lloh3:
adrp x23, _CIST_LEQ@GOTPAGE
Lloh4:
ldr x23, [x23, _CIST_LEQ@GOTPAGEOFF]
ldr w8, [x23]
ldr x9, [x21]
ldr w10, [x9]
orr w8, w10, w8
str w8, [x9]
Lloh5:
adrp x8, _TM_LT@GOTPAGE
Lloh6:
ldr x8, [x8, _TM_LT@GOTPAGEOFF]
Lloh7:
ldr w3, [x8]
mov x0, x21
mov x1, x19
mov x2, x20
bl _luaT_callorderTM
mov x22, x0
ldr w8, [x23]
ldr x9, [x21]
ldr w10, [x9]
eor w8, w10, w8
str w8, [x9]
tbz w0, #31, LBB0_9
; %bb.8:
mov x0, x21
mov x1, x20
mov x2, x19
bl _luaG_ordererror
LBB0_9:
cmp w22, #0
cset w0, eq
LBB0_10:
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 Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm _TM_LE,4,2 ; @TM_LE
.comm _CIST_LEQ,4,2 ; @CIST_LEQ
.comm _TM_LT,4,2 ; @TM_LT
.subsections_via_symbols
| AnghaBench/xLua/build/lua-5.3.3/src/extr_lvm.c_luaV_lessequal.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function btrfs_lookup_first_block_group
_btrfs_lookup_first_block_group: ## @btrfs_lookup_first_block_group
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %edx, %edx
popq %rbp
jmp _block_group_cache_tree_search ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _btrfs_lookup_first_block_group
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function btrfs_lookup_first_block_group
_btrfs_lookup_first_block_group: ; @btrfs_lookup_first_block_group
.cfi_startproc
; %bb.0:
mov w2, #0
b _block_group_cache_tree_search
.cfi_endproc
; -- End function
.no_dead_strip _btrfs_lookup_first_block_group
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/btrfs/extr_extent-tree.c_btrfs_lookup_first_block_group.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function collect_loose_object
_collect_loose_object: ## @collect_loose_object
.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, %rsi
movq %rdx, %rdi
callq _oid_array_append
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _collect_loose_object
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function collect_loose_object
_collect_loose_object: ; @collect_loose_object
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x1, x0
mov x0, x2
bl _oid_array_append
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _collect_loose_object
.subsections_via_symbols
| AnghaBench/git/builtin/extr_cat-file.c_collect_loose_object.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function R_GetTag
_R_GetTag: ## @R_GetTag
.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
movl 4(%rdi), %eax
testl %eax, %eax
jle LBB0_4
## %bb.1:
movq %rdx, %r14
movq %rdi, %r15
movq 8(%rdi), %r12
movl (%rdi), %ecx
leal -1(%rcx), %edx
cmpl %esi, %ecx
cmovgl %esi, %edx
imull %eax, %edx
movslq %edx, %r13
shlq $2, %r13
addq 16(%rdi), %r13
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl (%r12,%rbx,4), %edi
movq %r14, %rsi
callq _strcmp
testl %eax, %eax
je LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
addq $4, %r13
incq %rbx
cmpl 4(%r15), %ebx
jl LBB0_2
LBB0_4:
xorl %r13d, %r13d
LBB0_5:
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 _R_GetTag
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function R_GetTag
_R_GetTag: ; @R_GetTag
.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
ldr w8, [x0, #4]
cmp w8, #1
b.lt LBB0_4
; %bb.1:
mov x19, x2
mov x20, x0
mov x22, #0
ldp x23, x9, [x0, #8]
ldr w10, [x0]
sub w11, w10, #1
cmp w10, w1
csel w10, w1, w11, gt
mul w8, w10, w8
add x21, x9, w8, sxtw #2
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w0, [x23, x22, lsl #2]
mov x1, x19
bl _strcmp
cbz w0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x21, x21, #4
ldr w8, [x20, #4]
add x22, x22, #1
cmp w22, w8
b.lt LBB0_2
LBB0_4:
mov x21, #0
LBB0_5:
mov x0, x21
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 _R_GetTag
.subsections_via_symbols
| AnghaBench/lab/engine/code/renderergl2/extr_tr_model.c_R_GetTag.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rvalue ## -- Begin function rvalue
.p2align 4, 0x90
_rvalue: ## @rvalue
.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
callq _error_operand_p
testq %rax, %rax
je LBB0_1
LBB0_7:
movq %rbx, %rax
popq %rbx
popq %r14
popq %rbp
retq
LBB0_1:
movq %rbx, %rdi
callq _TREE_TYPE
movq %rax, %r14
movq %rax, %rdi
callq _CLASS_TYPE_P
testl %eax, %eax
jne LBB0_4
## %bb.2:
movq %r14, %rdi
callq _cp_type_quals
testq %rax, %rax
je LBB0_4
## %bb.3:
movq %r14, %rdi
callq _TYPE_MAIN_VARIANT
movq %rax, %r14
LBB0_4:
movq _processing_template_decl@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_5
LBB0_6:
movq %rbx, %rdi
callq _TREE_TYPE
cmpq %rax, %r14
je LBB0_7
## %bb.9:
movq %r14, %rdi
movq %rbx, %rsi
popq %rbx
popq %r14
popq %rbp
jmp _build_nop ## TAILCALL
LBB0_5:
movq %rbx, %rdi
callq _real_lvalue_p
testq %rax, %rax
je LBB0_6
## %bb.8:
movq _NON_LVALUE_EXPR@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq %r14, %rsi
movq %rbx, %rdx
popq %rbx
popq %r14
popq %rbp
jmp _build1 ## TAILCALL
.cfi_endproc
## -- End function
.comm _processing_template_decl,4,2 ## @processing_template_decl
.comm _NON_LVALUE_EXPR,4,2 ## @NON_LVALUE_EXPR
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rvalue ; -- Begin function rvalue
.p2align 2
_rvalue: ; @rvalue
.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 _error_operand_p
cbz x0, LBB0_2
LBB0_1:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
mov x0, x19
bl _TREE_TYPE
mov x20, x0
bl _CLASS_TYPE_P
cbnz w0, LBB0_5
; %bb.3:
mov x0, x20
bl _cp_type_quals
cbz x0, LBB0_5
; %bb.4:
mov x0, x20
bl _TYPE_MAIN_VARIANT
mov x20, x0
LBB0_5:
Lloh0:
adrp x8, _processing_template_decl@GOTPAGE
Lloh1:
ldr x8, [x8, _processing_template_decl@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
cbz w8, LBB0_8
LBB0_6:
mov x0, x19
bl _TREE_TYPE
cmp x20, x0
b.eq LBB0_1
; %bb.7:
mov x0, x20
mov x1, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _build_nop
LBB0_8:
mov x0, x19
bl _real_lvalue_p
cbz x0, LBB0_6
; %bb.9:
Lloh3:
adrp x8, _NON_LVALUE_EXPR@GOTPAGE
Lloh4:
ldr x8, [x8, _NON_LVALUE_EXPR@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
mov x1, x20
mov x2, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _build1
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _processing_template_decl,4,2 ; @processing_template_decl
.comm _NON_LVALUE_EXPR,4,2 ; @NON_LVALUE_EXPR
.subsections_via_symbols
| AnghaBench/freebsd/contrib/gcc/cp/extr_tree.c_rvalue.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function omap4_prcm_new_pass
_omap4_prcm_new_pass: ## @omap4_prcm_new_pass
.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 _device_get_softc
cmpl $0, (%rax)
jne LBB0_5
## %bb.1:
movq _bus_current_pass@GOTPCREL(%rip), %rcx
movq _BUS_PASS_TIMER@GOTPCREL(%rip), %rdx
movq _BUS_PASS_ORDER_EARLY@GOTPCREL(%rip), %rsi
movq (%rsi), %rsi
addq (%rdx), %rsi
cmpq %rsi, (%rcx)
jge LBB0_2
LBB0_5:
movl %ebx, %edi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _bus_generic_new_pass ## TAILCALL
LBB0_2:
movl $1, (%rax)
movl %ebx, %edi
callq _device_get_unit
cmpl $2, %eax
jne LBB0_4
## %bb.3:
leaq -12(%rbp), %rsi
xorl %edi, %edi
callq _omap4_clk_get_arm_fclk_freq
movl -12(%rbp), %edi
shrl %edi
callq _arm_tmr_change_frequency
LBB0_4:
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _bus_current_pass,8,3 ## @bus_current_pass
.comm _BUS_PASS_TIMER,8,3 ## @BUS_PASS_TIMER
.comm _BUS_PASS_ORDER_EARLY,8,3 ## @BUS_PASS_ORDER_EARLY
.no_dead_strip _omap4_prcm_new_pass
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function omap4_prcm_new_pass
_omap4_prcm_new_pass: ; @omap4_prcm_new_pass
.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 _device_get_softc
ldr w8, [x0]
cbnz w8, LBB0_2
; %bb.1:
Lloh0:
adrp x8, _bus_current_pass@GOTPAGE
Lloh1:
ldr x8, [x8, _bus_current_pass@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
Lloh3:
adrp x9, _BUS_PASS_TIMER@GOTPAGE
Lloh4:
ldr x9, [x9, _BUS_PASS_TIMER@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
Lloh6:
adrp x10, _BUS_PASS_ORDER_EARLY@GOTPAGE
Lloh7:
ldr x10, [x10, _BUS_PASS_ORDER_EARLY@GOTPAGEOFF]
Lloh8:
ldr x10, [x10]
add x9, x10, x9
cmp x8, x9
b.ge LBB0_3
LBB0_2:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
b _bus_generic_new_pass
LBB0_3:
mov w8, #1
str w8, [x0]
mov x0, x19
bl _device_get_unit
cmp w0, #2
b.ne LBB0_5
; %bb.4:
add x1, sp, #12
mov x0, #0
bl _omap4_clk_get_arm_fclk_freq
ldr w8, [sp, #12]
lsr w0, w8, #1
bl _arm_tmr_change_frequency
LBB0_5:
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 Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _bus_current_pass,8,3 ; @bus_current_pass
.comm _BUS_PASS_TIMER,8,3 ; @BUS_PASS_TIMER
.comm _BUS_PASS_ORDER_EARLY,8,3 ; @BUS_PASS_ORDER_EARLY
.no_dead_strip _omap4_prcm_new_pass
.subsections_via_symbols
| AnghaBench/freebsd/sys/arm/ti/omap4/extr_omap4_prcm_clks.c_omap4_prcm_new_pass.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _readLine ## -- Begin function readLine
.p2align 4, 0x90
_readLine: ## @readLine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
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, %r14
movl $4294967294, %r15d ## imm = 0xFFFFFFFE
xorl %r13d, %r13d
xorl %ebx, %ebx
xorl %r12d, %r12d
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq %rbx, %rax
shlq $52, %rax
jne LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq %r13, %rsi
movabsq $9223354444668731392, %rax ## imm = 0x7FFFF00000000000
andq %rax, %rsi
movabsq $17592186044416, %rax ## imm = 0x100000000000
addq %rax, %rsi
sarq $32, %rsi
movq %r12, %rdi
callq _realloc
movq %rax, %r12
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq %r14, %rdi
callq _fgetc
movb %al, (%r12,%rbx)
incq %rbx
shll $24, %eax
cmpl $167772160, %eax ## imm = 0xA000000
je LBB0_5
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
addq %r15, %r13
addq $2, %r13
cmpl $-16777216, %eax ## imm = 0xFF000000
jne LBB0_1
LBB0_5:
leal -1(%rbx), %esi
cmpl $1, %ebx
je LBB0_8
## %bb.6:
addl %ebx, %r15d
cmpb $13, (%r12,%r15)
jne LBB0_8
## %bb.7:
movb $0, (%r12,%r15)
jmp LBB0_9
LBB0_8:
movb $0, (%r12,%rsi)
movl %ebx, %esi
LBB0_9:
movq %r12, %rdi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _realloc ## TAILCALL
.cfi_endproc
## -- End function
.globl _readNames ## -- Begin function readNames
.p2align 4, 0x90
_readNames: ## @readNames
.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, -48(%rbp) ## 8-byte Spill
movq ___stdinp@GOTPCREL(%rip), %rbx
movq (%rbx), %rdi
callq _feof
testl %eax, %eax
jne LBB1_16
## %bb.1:
movl $4294967294, %r13d ## imm = 0xFFFFFFFE
jmp LBB1_2
.p2align 4, 0x90
LBB1_15: ## in Loop: Header=BB1_2 Depth=1
incl %r14d
movl %r14d, _count(%rip)
movq ___stdinp@GOTPCREL(%rip), %rbx
movq (%rbx), %rdi
callq _feof
testl %eax, %eax
jne LBB1_16
LBB1_2: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
## Child Loop BB1_13 Depth 2
movq (%rbx), %r15
xorl %r14d, %r14d
xorl %r12d, %r12d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB1_3: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r12, %rax
shlq $52, %rax
jne LBB1_5
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movq %r14, %rsi
movabsq $9223354444668731392, %rax ## imm = 0x7FFFF00000000000
andq %rax, %rsi
movabsq $17592186044416, %rax ## imm = 0x100000000000
addq %rax, %rsi
sarq $32, %rsi
movq %rbx, %rdi
callq _realloc
movq %rax, %rbx
LBB1_5: ## in Loop: Header=BB1_3 Depth=2
movq %r15, %rdi
callq _fgetc
movb %al, (%rbx,%r12)
incq %r12
shll $24, %eax
cmpl $167772160, %eax ## imm = 0xA000000
je LBB1_7
## %bb.6: ## in Loop: Header=BB1_3 Depth=2
addq %r13, %r14
addq $2, %r14
cmpl $-16777216, %eax ## imm = 0xFF000000
jne LBB1_3
LBB1_7: ## in Loop: Header=BB1_2 Depth=1
leal -1(%r12), %esi
cmpl $1, %r12d
je LBB1_10
## %bb.8: ## in Loop: Header=BB1_2 Depth=1
leal (%r12,%r13), %eax
cmpb $13, (%rbx,%rax)
jne LBB1_10
## %bb.9: ## in Loop: Header=BB1_2 Depth=1
movb $0, (%rbx,%rax)
jmp LBB1_11
.p2align 4, 0x90
LBB1_10: ## in Loop: Header=BB1_2 Depth=1
movb $0, (%rbx,%rsi)
movl %r12d, %esi
LBB1_11: ## in Loop: Header=BB1_2 Depth=1
movq %rbx, %rdi
callq _realloc
movq %rax, %rbx
movslq _count(%rip), %r14
movq -48(%rbp), %rax ## 8-byte Reload
movq %rbx, (%rax,%r14,8)
movq %rbx, %rdi
callq _strlen
testq %rax, %rax
je LBB1_15
## %bb.12: ## in Loop: Header=BB1_2 Depth=1
xorl %ecx, %ecx
.p2align 4, 0x90
LBB1_13: ## Parent Loop BB1_2 Depth=1
## => This Inner Loop Header: Depth=2
cmpb $36, (%rbx,%rcx)
je LBB1_17
## %bb.14: ## in Loop: Header=BB1_13 Depth=2
incq %rcx
cmpq %rcx, %rax
jne LBB1_13
jmp LBB1_15
LBB1_17:
movl %ecx, %eax
movb $0, (%rbx,%rax)
LBB1_16:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _removeName ## -- Begin function removeName
.p2align 4, 0x90
_removeName: ## @removeName
.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, %r15
callq _strlen
movq %rax, %rbx
movq %r14, %rdi
callq _strlen
subl %eax, %ebx
movslq %ebx, %rax
movb $0, (%r15,%rax)
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _separateNames ## -- Begin function separateNames
.p2align 4, 0x90
_separateNames: ## @separateNames
.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
cmpl $0, _count(%rip)
js LBB3_3
## %bb.1:
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %r12
movq $-1, %r15
movq %rsi, -56(%rbp) ## 8-byte Spill
movq %rdi, -48(%rbp) ## 8-byte Spill
.p2align 4, 0x90
LBB3_2: ## =>This Inner Loop Header: Depth=1
movq 8(%rbx,%r15,8), %rdi
movq 8(%r12,%r15,8), %rsi
callq _strcpy
movq 8(%r12,%r15,8), %rdi
movl $32, %esi
callq _strrchr
movq %rax, %r12
movq %rax, 8(%r14,%r15,8)
movq 8(%rbx,%r15,8), %r13
movq %r13, %rdi
callq _strlen
movq %r14, %rbx
movq %rax, %r14
movq %r12, %rdi
movq -48(%rbp), %r12 ## 8-byte Reload
callq _strlen
subl %eax, %r14d
movslq %r14d, %rax
movq %rbx, %r14
movq -56(%rbp), %rbx ## 8-byte Reload
movb $0, (%r13,%rax)
movslq _count(%rip), %rax
incq %r15
cmpq %rax, %r15
jl LBB3_2
LBB3_3:
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _switchNames ## -- Begin function switchNames
.p2align 4, 0x90
_switchNames: ## @switchNames
.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
movl _count(%rip), %eax
testl %eax, %eax
js LBB4_3
## %bb.1:
movq %rdi, %r15
leaq (%rsi,%rax,8), %r12
movq $-1, %rbx
leaq L_.str(%rip), %r14
.p2align 4, 0x90
LBB4_2: ## =>This Inner Loop Header: Depth=1
movq 8(%r15,%rbx,8), %rsi
movq (%r12), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movslq _count(%rip), %rax
addq $-8, %r12
incq %rbx
cmpq %rax, %rbx
jl LBB4_2
LBB4_3:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
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 $1680, %edi ## imm = 0x690
callq _malloc
movq %rax, %r13
movq %rax, %rdi
callq _readNames
movl _count(%rip), %ebx
leal 1(%rbx), %r14d
movslq %r14d, %r15
shlq $3, %r15
movq %r15, %rdi
callq _malloc
movq %rax, %r12
testl %ebx, %ebx
js LBB5_1
## %bb.2:
movl %r14d, %r14d
xorl %ebx, %ebx
.p2align 4, 0x90
LBB5_3: ## =>This Inner Loop Header: Depth=1
movl $210, %edi
callq _malloc
movq %rax, (%r12,%rbx,8)
incq %rbx
cmpq %rbx, %r14
jne LBB5_3
## %bb.4:
movq %r12, -56(%rbp) ## 8-byte Spill
movq %r13, -64(%rbp) ## 8-byte Spill
movq %r15, %rdi
callq _malloc
movq %rax, %r15
xorl %ebx, %ebx
.p2align 4, 0x90
LBB5_5: ## =>This Inner Loop Header: Depth=1
movl $210, %edi
callq _malloc
movq %rax, (%r15,%rbx,8)
incq %rbx
cmpq %rbx, %r14
jne LBB5_5
## %bb.6:
movq %r15, -48(%rbp) ## 8-byte Spill
movq $-1, %r15
movq -56(%rbp), %r12 ## 8-byte Reload
.p2align 4, 0x90
LBB5_7: ## =>This Inner Loop Header: Depth=1
movq 8(%r12,%r15,8), %r13
movq -64(%rbp), %rax ## 8-byte Reload
movq 8(%rax,%r15,8), %rbx
movq %r13, %rdi
movq %rbx, %rsi
callq _strcpy
movq %rbx, %rdi
movl $32, %esi
callq _strrchr
movq %rax, %rbx
movq -48(%rbp), %rax ## 8-byte Reload
movq %rbx, 8(%rax,%r15,8)
movq %r13, %rdi
callq _strlen
movq %rax, %r14
movq %rbx, %rdi
callq _strlen
subl %eax, %r14d
movslq %r14d, %rax
movb $0, (%r13,%rax)
movslq _count(%rip), %rax
incq %r15
cmpq %rax, %r15
jl LBB5_7
## %bb.8:
movl %eax, %eax
testl %eax, %eax
js LBB5_9
## %bb.10:
movq -48(%rbp), %rcx ## 8-byte Reload
leaq (%rcx,%rax,8), %r15
movq $-1, %rbx
leaq L_.str(%rip), %r14
movq -64(%rbp), %r13 ## 8-byte Reload
movq -56(%rbp), %r12 ## 8-byte Reload
.p2align 4, 0x90
LBB5_11: ## =>This Inner Loop Header: Depth=1
movq 8(%r12,%rbx,8), %rsi
movq (%r15), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movslq _count(%rip), %rax
addq $-8, %r15
incq %rbx
cmpq %rax, %rbx
jl LBB5_11
jmp LBB5_12
LBB5_1:
movq %r15, %rdi
callq _malloc
movq %rax, %rbx
jmp LBB5_13
LBB5_9:
movq -64(%rbp), %r13 ## 8-byte Reload
movq -56(%rbp), %r12 ## 8-byte Reload
LBB5_12:
movq -48(%rbp), %rbx ## 8-byte Reload
LBB5_13:
movq %r13, %rdi
callq _free
movq %r12, %rdi
callq _free
movq %rbx, %rdi
callq _free
xorl %eax, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _count ## @count
.zerofill __DATA,__common,_count,4,2
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _readLine ; -- Begin function readLine
.p2align 2
_readLine: ; @readLine
.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
mov x20, x0
mov x22, #0
mov x21, #0
mov x19, #0
mov x23, #17592186044416
mov x24, #4294967296
mov w25, #167772160
mov w26, #-16777216
LBB0_1: ; =>This Inner Loop Header: Depth=1
tst x21, #0xfff
b.ne LBB0_3
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
and x8, x22, #0x7ffff00000000000
add x8, x8, x23
asr x1, x8, #32
mov x0, x19
bl _realloc
mov x19, x0
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
mov x0, x20
bl _fgetc
strb w0, [x19, x21]
add x21, x21, #1
lsl w8, w0, #24
cmp w8, w25
b.eq LBB0_5
; %bb.4: ; in Loop: Header=BB0_1 Depth=1
add x22, x22, x24
cmp w8, w26
b.ne LBB0_1
LBB0_5:
subs w1, w21, #1
b.eq LBB0_8
; %bb.6:
sub w8, w21, #2
ldrb w9, [x19, x8]
cmp w9, #13
b.ne LBB0_8
; %bb.7:
strb wzr, [x19, x8]
b LBB0_9
LBB0_8:
strb wzr, [x19, x1]
and x1, x21, #0xffffffff
LBB0_9:
mov x0, x19
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
b _realloc
.cfi_endproc
; -- End function
.globl _readNames ; -- Begin function readNames
.p2align 2
_readNames: ; @readNames
.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 x19, x0
Lloh0:
adrp x22, ___stdinp@GOTPAGE
Lloh1:
ldr x22, [x22, ___stdinp@GOTPAGEOFF]
ldr x0, [x22]
bl _feof
cbnz w0, LBB1_17
; %bb.1:
mov x23, #17592186044416
mov x24, #4294967296
mov w25, #167772160
mov w27, #-16777216
b LBB1_3
LBB1_2: ; in Loop: Header=BB1_3 Depth=1
add w8, w21, #1
adrp x9, _count@PAGE
str w8, [x9, _count@PAGEOFF]
ldr x0, [x22]
bl _feof
cbnz w0, LBB1_17
LBB1_3: ; =>This Loop Header: Depth=1
; Child Loop BB1_4 Depth 2
; Child Loop BB1_14 Depth 2
mov x26, #0
mov x28, #0
mov x20, #0
ldr x21, [x22]
LBB1_4: ; Parent Loop BB1_3 Depth=1
; => This Inner Loop Header: Depth=2
tst x28, #0xfff
b.ne LBB1_6
; %bb.5: ; in Loop: Header=BB1_4 Depth=2
and x8, x26, #0x7ffff00000000000
add x8, x8, x23
asr x1, x8, #32
mov x0, x20
bl _realloc
mov x20, x0
LBB1_6: ; in Loop: Header=BB1_4 Depth=2
mov x0, x21
bl _fgetc
strb w0, [x20, x28]
add x28, x28, #1
lsl w8, w0, #24
cmp w8, w25
b.eq LBB1_8
; %bb.7: ; in Loop: Header=BB1_4 Depth=2
add x26, x26, x24
cmp w8, w27
b.ne LBB1_4
LBB1_8: ; in Loop: Header=BB1_3 Depth=1
subs w1, w28, #1
b.eq LBB1_11
; %bb.9: ; in Loop: Header=BB1_3 Depth=1
sub w8, w28, #2
ldrb w9, [x20, x8]
cmp w9, #13
b.ne LBB1_11
; %bb.10: ; in Loop: Header=BB1_3 Depth=1
strb wzr, [x20, x8]
b LBB1_12
LBB1_11: ; in Loop: Header=BB1_3 Depth=1
strb wzr, [x20, x1]
and x1, x28, #0xffffffff
LBB1_12: ; in Loop: Header=BB1_3 Depth=1
mov x0, x20
bl _realloc
mov x20, x0
Lloh2:
adrp x8, _count@PAGE
Lloh3:
ldrsw x21, [x8, _count@PAGEOFF]
str x0, [x19, x21, lsl #3]
bl _strlen
cbz x0, LBB1_2
; %bb.13: ; in Loop: Header=BB1_3 Depth=1
mov x8, #0
LBB1_14: ; Parent Loop BB1_3 Depth=1
; => This Inner Loop Header: Depth=2
ldrb w9, [x20, x8]
cmp w9, #36
b.eq LBB1_16
; %bb.15: ; in Loop: Header=BB1_14 Depth=2
add x8, x8, #1
cmp x0, x8
b.ne LBB1_14
b LBB1_2
LBB1_16:
strb wzr, [x20, w8, uxtw]
LBB1_17:
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
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdr Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _removeName ; -- Begin function removeName
.p2align 2
_removeName: ; @removeName
.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
mov x20, x0
bl _strlen
mov x21, x0
mov x0, x19
bl _strlen
sub w8, w21, w0
strb wzr, [x20, w8, sxtw]
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
.globl _separateNames ; -- Begin function separateNames
.p2align 2
_separateNames: ; @separateNames
.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
adrp x25, _count@PAGE
ldr w8, [x25, _count@PAGEOFF]
tbnz w8, #31, LBB3_3
; %bb.1:
mov x19, x2
mov x20, x1
mov x21, x0
mov x26, #0
LBB3_2: ; =>This Inner Loop Header: Depth=1
lsl x23, x26, #3
ldr x0, [x20, x23]
ldr x1, [x21, x23]
bl _strcpy
ldr x0, [x21, x23]
mov w1, #32
bl _strrchr
mov x22, x0
str x0, [x19, x23]
ldr x23, [x20, x23]
mov x0, x23
bl _strlen
mov x24, x0
mov x0, x22
bl _strlen
sub w8, w24, w0
strb wzr, [x23, w8, sxtw]
add x8, x26, #1
ldrsw x9, [x25, _count@PAGEOFF]
cmp x26, x9
mov x26, x8
b.lt LBB3_2
LBB3_3:
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
.cfi_endproc
; -- End function
.globl _switchNames ; -- Begin function switchNames
.p2align 2
_switchNames: ; @switchNames
.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
adrp x21, _count@PAGE
ldr w8, [x21, _count@PAGEOFF]
tbnz w8, #31, LBB4_3
; %bb.1:
mov x19, x0
mov x23, #0
add x22, x1, x8, lsl #3
Lloh4:
adrp x20, l_.str@PAGE
Lloh5:
add x20, x20, l_.str@PAGEOFF
LBB4_2: ; =>This Inner Loop Header: Depth=1
ldr x8, [x19, x23, lsl #3]
ldr x9, [x22], #-8
stp x8, x9, [sp]
mov x0, x20
bl _printf
add x8, x23, #1
ldrsw x9, [x21, _count@PAGEOFF]
cmp x23, x9
mov x23, x8
b.lt LBB4_2
LBB4_3:
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 Lloh4, Lloh5
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp 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
mov w0, #1680
bl _malloc
mov x19, x0
bl _readNames
adrp x25, _count@PAGE
ldr w23, [x25, _count@PAGEOFF]
add w22, w23, #1
mov x8, x22
sbfiz x21, x8, #3, #32
mov x0, x21
bl _malloc
mov x20, x0
tbnz w23, #31, LBB5_10
; %bb.1:
mov x23, x22
mov x24, x20
LBB5_2: ; =>This Inner Loop Header: Depth=1
mov w0, #210
bl _malloc
str x0, [x24], #8
subs x23, x23, #1
b.ne LBB5_2
; %bb.3:
mov x0, x21
bl _malloc
mov x21, x0
lsl x22, x22, #3
LBB5_4: ; =>This Inner Loop Header: Depth=1
mov w0, #210
bl _malloc
str x0, [x21, x23]
add x23, x23, #8
cmp x22, x23
b.ne LBB5_4
; %bb.5:
mov x26, #0
LBB5_6: ; =>This Inner Loop Header: Depth=1
lsl x24, x26, #3
ldr x22, [x20, x24]
ldr x23, [x19, x24]
mov x0, x22
mov x1, x23
bl _strcpy
mov x0, x23
mov w1, #32
bl _strrchr
mov x23, x0
str x0, [x21, x24]
mov x0, x22
bl _strlen
mov x24, x0
mov x0, x23
bl _strlen
sub w8, w24, w0
strb wzr, [x22, w8, sxtw]
add x9, x26, #1
ldrsw x8, [x25, _count@PAGEOFF]
cmp x26, x8
mov x26, x9
b.lt LBB5_6
; %bb.7:
and x8, x8, #0xffffffff
tbnz w8, #31, LBB5_11
; %bb.8:
mov x24, #0
lsl x23, x8, #3
Lloh6:
adrp x22, l_.str@PAGE
Lloh7:
add x22, x22, l_.str@PAGEOFF
LBB5_9: ; =>This Inner Loop Header: Depth=1
ldr x8, [x20, x24, lsl #3]
ldr x9, [x21, x23]
stp x8, x9, [sp]
mov x0, x22
bl _printf
add x8, x24, #1
ldrsw x9, [x25, _count@PAGEOFF]
sub x23, x23, #8
cmp x24, x9
mov x24, x8
b.lt LBB5_9
b LBB5_11
LBB5_10:
mov x0, x21
bl _malloc
mov x21, x0
LBB5_11:
mov x0, x19
bl _free
mov x0, x20
bl _free
mov x0, x21
bl _free
mov w0, #0
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
add sp, sp, #96
ret
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.globl _count ; @count
.zerofill __DATA,__common,_count,4,2
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s%s\n"
.subsections_via_symbols
| the_stack_data/87637494.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 %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $1144, %rsp ## imm = 0x478
.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___const.main.strings(%rip), %rsi
leaq -1056(%rbp), %rdi
movl $1000, %edx ## imm = 0x3E8
callq _memcpy
leaq -956(%rbp), %r12
movq $-9, %r15
xorl %eax, %eax
jmp LBB0_1
.p2align 4, 0x90
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
addq $100, %r12
incq %r15
movq -1184(%rbp), %rax ## 8-byte Reload
cmpq $9, %rax
je LBB0_8
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_2 Depth 2
movq %rax, %rcx
incq %rax
movq %rax, -1184(%rbp) ## 8-byte Spill
movq %r15, %r13
movq %r12, %rbx
movq %rcx, -1176(%rbp) ## 8-byte Spill
movl %ecx, %r14d
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=2
addq $100, %rbx
incq %r13
je LBB0_5
LBB0_2: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movslq %r14d, %rax
imulq $100, %rax, %rax
leaq (%rax,%rbp), %rsi
addq $-1056, %rsi ## imm = 0xFBE0
movq %rbx, %rdi
callq _strcmp
testl %eax, %eax
jns LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=2
leal 10(%r13), %r14d
jmp LBB0_4
.p2align 4, 0x90
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl %r14d, %eax
movq -1176(%rbp), %rcx ## 8-byte Reload
cmpq %rax, %rcx
je LBB0_7
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
imulq $100, %rcx, %rax
leaq (%rax,%rbp), %r13
addq $-1056, %r13 ## imm = 0xFBE0
movl $100, %edx
leaq -1168(%rbp), %rdi
movq %r13, %rsi
callq ___strcpy_chk
movslq %r14d, %rax
imulq $100, %rax, %rax
leaq (%rax,%rbp), %rbx
addq $-1056, %rbx ## imm = 0xFBE0
movq %r13, %rdi
movq %rbx, %rsi
callq _strcpy
movq %rbx, %rdi
leaq -1168(%rbp), %rsi
callq _strcpy
jmp LBB0_7
LBB0_8:
leaq -1056(%rbp), %rdi
callq _puts
leaq -956(%rbp), %rdi
callq _puts
leaq -856(%rbp), %rdi
callq _puts
leaq -756(%rbp), %rdi
callq _puts
leaq -656(%rbp), %rdi
callq _puts
leaq -556(%rbp), %rdi
callq _puts
leaq -456(%rbp), %rdi
callq _puts
leaq -356(%rbp), %rdi
callq _puts
leaq -256(%rbp), %rdi
callq _puts
leaq -156(%rbp), %rdi
callq _puts
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_10
## %bb.9:
xorl %eax, %eax
addq $1144, %rsp ## imm = 0x478
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @__const.main.strings
l___const.main.strings:
.asciz "demonstration\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "apple\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "joyful\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "friends\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "battle\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "incredible\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "example\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "great\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "happy\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "city\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.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, #1120
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-88]
Lloh3:
adrp x1, l___const.main.strings@PAGE
Lloh4:
add x1, x1, l___const.main.strings@PAGEOFF
add x21, sp, #112
add x0, sp, #112
mov w2, #1000
bl _memcpy
mov x23, #0
add x22, x21, #100
mov x24, #-9
mov w25, #100
b LBB0_2
LBB0_1: ; in Loop: Header=BB0_2 Depth=1
add x22, x22, #100
add x24, x24, #1
cmp x23, #9
b.eq LBB0_6
LBB0_2: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
mov x20, x23
add x23, x23, #1
mov x27, x24
mov x19, x22
mov x26, x20
LBB0_3: ; Parent Loop BB0_2 Depth=1
; => This Inner Loop Header: Depth=2
smaddl x1, w26, w25, x21
mov x0, x19
bl _strcmp
add w8, w27, #10
cmp w0, #0
csel w26, w8, w26, lt
add x19, x19, #100
adds x27, x27, #1
b.lo LBB0_3
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
cmp x20, w26, uxtw
b.eq LBB0_1
; %bb.5: ; in Loop: Header=BB0_2 Depth=1
madd x19, x20, x25, x21
add x0, sp, #12
mov x1, x19
mov w2, #100
bl ___strcpy_chk
smaddl x20, w26, w25, x21
mov x0, x19
mov x1, x20
bl _strcpy
add x1, sp, #12
mov x0, x20
bl _strcpy
b LBB0_1
LBB0_6:
add x19, sp, #112
add x0, sp, #112
bl _puts
add x0, x19, #100
bl _puts
add x0, x19, #200
bl _puts
add x0, x19, #300
bl _puts
add x0, x19, #400
bl _puts
add x0, x19, #500
bl _puts
add x0, x19, #600
bl _puts
add x0, x19, #700
bl _puts
add x0, x19, #800
bl _puts
add x0, x19, #900
bl _puts
ldur x8, [x29, #-88]
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_8
; %bb.7:
mov w0, #0
add sp, sp, #1120
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_8:
bl ___stack_chk_fail
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.section __TEXT,__const
l___const.main.strings: ; @__const.main.strings
.asciz "demonstration\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "apple\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "joyful\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "friends\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "battle\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "incredible\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "example\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "great\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "happy\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "city\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.subsections_via_symbols
| the_stack_data/97013035.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function __sysmmu_enable_clocks
___sysmmu_enable_clocks: ## @__sysmmu_enable_clocks
.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 12(%rdi), %edi
callq _clk_prepare_enable
movl %eax, %edi
callq _BUG_ON
movl 8(%rbx), %edi
callq _clk_prepare_enable
movl %eax, %edi
callq _BUG_ON
movl 4(%rbx), %edi
callq _clk_prepare_enable
movl %eax, %edi
callq _BUG_ON
movl (%rbx), %edi
callq _clk_prepare_enable
movl %eax, %edi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _BUG_ON ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip ___sysmmu_enable_clocks
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function __sysmmu_enable_clocks
___sysmmu_enable_clocks: ; @__sysmmu_enable_clocks
.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, #12]
bl _clk_prepare_enable
bl _BUG_ON
ldr w0, [x19, #8]
bl _clk_prepare_enable
bl _BUG_ON
ldr w0, [x19, #4]
bl _clk_prepare_enable
bl _BUG_ON
ldr w0, [x19]
bl _clk_prepare_enable
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _BUG_ON
.cfi_endproc
; -- End function
.no_dead_strip ___sysmmu_enable_clocks
.subsections_via_symbols
| AnghaBench/linux/drivers/iommu/extr_exynos-iommu.c___sysmmu_enable_clocks.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function set_RTS
_set_RTS: ## @set_RTS
.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
movq _IPW_CONTROL_LINE_RTS@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %ecx, %ecx
je LBB0_2
## %bb.1:
movq (%rdi), %r9
movl %edx, %ecx
orl %eax, (%r9,%rcx,4)
jmp LBB0_3
LBB0_2:
notl %eax
movq (%rdi), %r9
movl %edx, %ecx
andl %eax, (%r9,%rcx,4)
LBB0_3:
movq _COMCTRL_RTS@GOTPCREL(%rip), %rax
movl (%rax), %ecx
popq %rbp
jmp _set_control_line ## TAILCALL
.cfi_endproc
## -- End function
.comm _IPW_CONTROL_LINE_RTS,4,2 ## @IPW_CONTROL_LINE_RTS
.comm _COMCTRL_RTS,4,2 ## @COMCTRL_RTS
.no_dead_strip _set_RTS
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function set_RTS
_set_RTS: ; @set_RTS
.cfi_startproc
; %bb.0:
mov x4, x3
Lloh0:
adrp x8, _IPW_CONTROL_LINE_RTS@GOTPAGE
Lloh1:
ldr x8, [x8, _IPW_CONTROL_LINE_RTS@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
cbz w3, LBB0_2
; %bb.1:
ldr x9, [x0]
mov w10, w2
lsl x10, x10, #2
ldr w11, [x9, x10]
orr w8, w11, w8
b LBB0_3
LBB0_2:
ldr x9, [x0]
mov w10, w2
lsl x10, x10, #2
ldr w11, [x9, x10]
bic w8, w11, w8
LBB0_3:
str w8, [x9, x10]
Lloh3:
adrp x8, _COMCTRL_RTS@GOTPAGE
Lloh4:
ldr x8, [x8, _COMCTRL_RTS@GOTPAGEOFF]
Lloh5:
ldr w3, [x8]
b _set_control_line
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _IPW_CONTROL_LINE_RTS,4,2 ; @IPW_CONTROL_LINE_RTS
.comm _COMCTRL_RTS,4,2 ; @COMCTRL_RTS
.no_dead_strip _set_RTS
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/char/pcmcia/ipwireless/extr_hardware.c_set_RTS.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sscape_midi_get
_sscape_midi_get: ## @sscape_midi_get
.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
callq _snd_kcontrol_chip
movq (%rax), %rdi
callq _get_card_soundscape
movq %rax, %rbx
movq %rax, %rdi
callq _spin_lock_irqsave
movl 4(%rbx), %eax
movq (%r14), %rcx
movl %eax, (%rcx)
movq %rbx, %rdi
callq _spin_unlock_irqrestore
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _sscape_midi_get
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sscape_midi_get
_sscape_midi_get: ; @sscape_midi_get
.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
bl _snd_kcontrol_chip
ldr x0, [x0]
bl _get_card_soundscape
mov x20, x0
bl _spin_lock_irqsave
ldr w8, [x20, #4]
ldr x9, [x19]
str w8, [x9]
mov x0, x20
bl _spin_unlock_irqrestore
mov w0, #0
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 _sscape_midi_get
.subsections_via_symbols
| AnghaBench/linux/sound/isa/extr_sscape.c_sscape_midi_get.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function volt2reg
_volt2reg: ## @volt2reg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rsi, %rax
btl %edi, %edx
jae LBB0_2
## %bb.1:
shlq $10, %rax
movabsq $4197659095884129079, %rcx ## imm = 0x3A4114B5225C6337
imulq %rcx
movq %rdx, %rdi
movq %rdx, %rax
shrq $63, %rax
sarq $9, %rdi
addq %rax, %rdi
jmp LBB0_5
LBB0_2:
movq _adt7473_in_scaling@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movslq %edi, %rdx
movq (%rcx,%rdx,8), %rcx
movslq 4(%rcx), %rdx
imulq %rdx, %rax
shlq $10, %rax
movslq (%rcx), %rcx
addq %rdx, %rcx
imulq $2250, %rcx, %rcx ## imm = 0x8CA
movq %rax, %rdx
orq %rcx, %rdx
shrq $32, %rdx
je LBB0_3
## %bb.4:
cqto
idivq %rcx
movq %rax, %rdi
jmp LBB0_5
LBB0_3:
## kill: def $eax killed $eax killed $rax
xorl %edx, %edx
divl %ecx
movl %eax, %edi
LBB0_5:
xorl %esi, %esi
movl $1023, %edx ## imm = 0x3FF
callq _clamp_val
andl $1020, %eax ## imm = 0x3FC
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _adt7473_in_scaling,8,3 ## @adt7473_in_scaling
.no_dead_strip _volt2reg
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function volt2reg
_volt2reg: ; @volt2reg
.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
lsr w8, w2, w0
tbz w8, #0, LBB0_2
; %bb.1:
lsl x8, x1, #10
mov x9, #25399
movk x9, #8796, lsl #16
movk x9, #5301, lsl #32
movk x9, #14913, lsl #48
smulh x8, x8, x9
asr x9, x8, #9
add x0, x9, x8, lsr #63
b LBB0_3
LBB0_2:
Lloh0:
adrp x8, _adt7473_in_scaling@GOTPAGE
Lloh1:
ldr x8, [x8, _adt7473_in_scaling@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr x8, [x8, w0, sxtw #3]
ldpsw x8, x9, [x8]
mul x10, x1, x9
lsl x10, x10, #10
add x8, x8, x9
mov w9, #2250
mul x8, x8, x9
sdiv x0, x10, x8
LBB0_3:
mov w1, #0
mov w2, #1023
bl _clamp_val
and w0, w0, #0x3fc
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _adt7473_in_scaling,8,3 ; @adt7473_in_scaling
.no_dead_strip _volt2reg
.subsections_via_symbols
| AnghaBench/linux/drivers/hwmon/extr_adt7475.c_volt2reg.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x3fe0000000000000 ## double 0.5
.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 %rbx
pushq %rax
.cfi_offset %rbx, -24
leaq L_.str(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.1(%rip), %rbx
leaq -16(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
callq _printf
leaq -12(%rbp), %rsi
movq %rbx, %rdi
xorl %eax, %eax
callq _scanf
movl -12(%rbp), %eax
addl -16(%rbp), %eax
cvtsi2sd %eax, %xmm0
mulsd LCPI0_0(%rip), %xmm0
cvtsd2ss %xmm0, %xmm0
cvtss2sd %xmm0, %xmm0
leaq L_.str.3(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter subject mark1 :"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Enter subject mark2 :"
L_.str.3: ## @.str.3
.asciz "Average mark :%.2f"
.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 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
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
add x8, sp, #12
str x8, [sp]
Lloh2:
adrp x19, l_.str.1@PAGE
Lloh3:
add x19, x19, l_.str.1@PAGEOFF
mov x0, x19
bl _scanf
Lloh4:
adrp x0, l_.str.2@PAGE
Lloh5:
add x0, x0, l_.str.2@PAGEOFF
bl _printf
add x8, sp, #8
str x8, [sp]
mov x0, x19
bl _scanf
ldp w9, w8, [sp, #8]
add w8, w9, w8
scvtf d0, w8
fmov d1, #0.50000000
fmul d0, d0, d1
fcvt s0, d0
fcvt d0, s0
str d0, [sp]
Lloh6:
adrp x0, l_.str.3@PAGE
Lloh7:
add x0, x0, l_.str.3@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
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 "Enter subject mark1 :"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Enter subject mark2 :"
l_.str.3: ; @.str.3
.asciz "Average mark :%.2f"
.subsections_via_symbols
| the_stack_data/424762.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _VueMasterImage1RMap ## @VueMasterImage1RMap
.p2align 2
_VueMasterImage1RMap:
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 994 ## 0x3e2
.short 995 ## 0x3e3
.short 996 ## 0x3e4
.short 997 ## 0x3e5
.short 998 ## 0x3e6
.short 999 ## 0x3e7
.short 1000 ## 0x3e8
.short 1001 ## 0x3e9
.short 1002 ## 0x3ea
.short 1003 ## 0x3eb
.short 1004 ## 0x3ec
.short 1005 ## 0x3ed
.short 1006 ## 0x3ee
.short 1007 ## 0x3ef
.short 1008 ## 0x3f0
.short 1009 ## 0x3f1
.short 1010 ## 0x3f2
.short 1011 ## 0x3f3
.short 1012 ## 0x3f4
.short 1013 ## 0x3f5
.short 1014 ## 0x3f6
.short 1015 ## 0x3f7
.short 1016 ## 0x3f8
.short 1017 ## 0x3f9
.short 1018 ## 0x3fa
.short 1019 ## 0x3fb
.short 1020 ## 0x3fc
.short 1021 ## 0x3fd
.short 1022 ## 0x3fe
.short 1023 ## 0x3ff
.short 1024 ## 0x400
.short 1025 ## 0x401
.short 1026 ## 0x402
.short 1027 ## 0x403
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 292 ## 0x124
.short 293 ## 0x125
.short 1028 ## 0x404
.short 1029 ## 0x405
.short 1030 ## 0x406
.short 1031 ## 0x407
.short 1032 ## 0x408
.short 1033 ## 0x409
.short 1034 ## 0x40a
.short 1035 ## 0x40b
.short 1036 ## 0x40c
.short 1037 ## 0x40d
.short 4366 ## 0x110e
.short 5 ## 0x5
.short 5 ## 0x5
.short 1038 ## 0x40e
.short 1039 ## 0x40f
.short 1040 ## 0x410
.short 1041 ## 0x411
.short 1042 ## 0x412
.short 1043 ## 0x413
.short 1044 ## 0x414
.short 1045 ## 0x415
.short 1046 ## 0x416
.short 1047 ## 0x417
.short 1048 ## 0x418
.short 1049 ## 0x419
.short 1050 ## 0x41a
.short 1051 ## 0x41b
.short 1052 ## 0x41c
.short 1053 ## 0x41d
.short 1054 ## 0x41e
.short 1055 ## 0x41f
.short 1056 ## 0x420
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1057 ## 0x421
.short 1058 ## 0x422
.short 1059 ## 0x423
.short 5 ## 0x5
.short 1060 ## 0x424
.short 1061 ## 0x425
.short 1062 ## 0x426
.short 1063 ## 0x427
.short 1064 ## 0x428
.short 1065 ## 0x429
.short 1066 ## 0x42a
.short 1067 ## 0x42b
.short 1068 ## 0x42c
.short 1069 ## 0x42d
.short 1070 ## 0x42e
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 5 ## 0x5
.short 1071 ## 0x42f
.short 1072 ## 0x430
.short 1073 ## 0x431
.short 1074 ## 0x432
.short 1075 ## 0x433
.short 1076 ## 0x434
.short 1077 ## 0x435
.short 1078 ## 0x436
.short 1079 ## 0x437
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 292 ## 0x124
.short 293 ## 0x125
.short 1080 ## 0x438
.short 1081 ## 0x439
.short 1082 ## 0x43a
.short 1083 ## 0x43b
.short 1084 ## 0x43c
.short 1085 ## 0x43d
.short 1086 ## 0x43e
.short 1087 ## 0x43f
.short 1088 ## 0x440
.short 1089 ## 0x441
.short 1090 ## 0x442
.short 1091 ## 0x443
.short 1092 ## 0x444
.short 1093 ## 0x445
.short 1094 ## 0x446
.short 1095 ## 0x447
.short 1096 ## 0x448
.short 1097 ## 0x449
.short 1098 ## 0x44a
.short 1099 ## 0x44b
.short 1100 ## 0x44c
.short 5 ## 0x5
.short 5 ## 0x5
.short 1101 ## 0x44d
.short 1102 ## 0x44e
.short 1103 ## 0x44f
.short 1104 ## 0x450
.short 1105 ## 0x451
.short 1106 ## 0x452
.short 1107 ## 0x453
.short 1108 ## 0x454
.short 1109 ## 0x455
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1110 ## 0x456
.short 293 ## 0x125
.short 1111 ## 0x457
.short 1112 ## 0x458
.short 1113 ## 0x459
.short 1114 ## 0x45a
.short 1115 ## 0x45b
.short 1116 ## 0x45c
.short 1117 ## 0x45d
.short 1118 ## 0x45e
.short 1119 ## 0x45f
.short 1120 ## 0x460
.short 1121 ## 0x461
.short 1122 ## 0x462
.short 1123 ## 0x463
.short 1124 ## 0x464
.short 1125 ## 0x465
.short 1126 ## 0x466
.short 1127 ## 0x467
.short 1128 ## 0x468
.short 1129 ## 0x469
.short 1130 ## 0x46a
.short 1131 ## 0x46b
.short 1132 ## 0x46c
.short 1133 ## 0x46d
.short 1134 ## 0x46e
.short 1135 ## 0x46f
.short 1136 ## 0x470
.short 1137 ## 0x471
.short 1138 ## 0x472
.short 1139 ## 0x473
.short 1140 ## 0x474
.short 1141 ## 0x475
.short 13367 ## 0x3437
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 292 ## 0x124
.short 1142 ## 0x476
.short 327 ## 0x147
.short 1143 ## 0x477
.short 1144 ## 0x478
.short 1145 ## 0x479
.short 1146 ## 0x47a
.short 1147 ## 0x47b
.short 1148 ## 0x47c
.short 1149 ## 0x47d
.short 1150 ## 0x47e
.short 1151 ## 0x47f
.short 1152 ## 0x480
.short 1153 ## 0x481
.short 1154 ## 0x482
.short 1155 ## 0x483
.short 1156 ## 0x484
.short 1157 ## 0x485
.short 1158 ## 0x486
.short 1159 ## 0x487
.short 1160 ## 0x488
.short 1161 ## 0x489
.short 1162 ## 0x48a
.short 1163 ## 0x48b
.short 1164 ## 0x48c
.short 1165 ## 0x48d
.short 1166 ## 0x48e
.short 1167 ## 0x48f
.short 1168 ## 0x490
.short 1169 ## 0x491
.short 1170 ## 0x492
.short 1171 ## 0x493
.short 1172 ## 0x494
.short 1173 ## 0x495
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1174 ## 0x496
.short 1175 ## 0x497
.short 1176 ## 0x498
.short 1177 ## 0x499
.short 1178 ## 0x49a
.short 1179 ## 0x49b
.short 1180 ## 0x49c
.short 1181 ## 0x49d
.short 1182 ## 0x49e
.short 1183 ## 0x49f
.short 1184 ## 0x4a0
.short 1185 ## 0x4a1
.short 1186 ## 0x4a2
.short 1187 ## 0x4a3
.short 1188 ## 0x4a4
.short 1189 ## 0x4a5
.short 1190 ## 0x4a6
.short 1191 ## 0x4a7
.short 1192 ## 0x4a8
.short 1193 ## 0x4a9
.short 1194 ## 0x4aa
.short 1195 ## 0x4ab
.short 1196 ## 0x4ac
.short 1197 ## 0x4ad
.short 1198 ## 0x4ae
.short 1199 ## 0x4af
.short 1200 ## 0x4b0
.short 1201 ## 0x4b1
.short 1202 ## 0x4b2
.short 1203 ## 0x4b3
.short 1204 ## 0x4b4
.short 1205 ## 0x4b5
.short 1206 ## 0x4b6
.short 1207 ## 0x4b7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1208 ## 0x4b8
.short 1209 ## 0x4b9
.short 1210 ## 0x4ba
.short 1211 ## 0x4bb
.short 1212 ## 0x4bc
.short 1213 ## 0x4bd
.short 1214 ## 0x4be
.short 1215 ## 0x4bf
.short 1216 ## 0x4c0
.short 1217 ## 0x4c1
.short 1218 ## 0x4c2
.short 1219 ## 0x4c3
.short 1220 ## 0x4c4
.short 1221 ## 0x4c5
.short 1222 ## 0x4c6
.short 1223 ## 0x4c7
.short 1224 ## 0x4c8
.short 1225 ## 0x4c9
.short 1226 ## 0x4ca
.short 1227 ## 0x4cb
.short 1228 ## 0x4cc
.short 1229 ## 0x4cd
.short 1230 ## 0x4ce
.short 1231 ## 0x4cf
.short 1232 ## 0x4d0
.short 1233 ## 0x4d1
.short 1234 ## 0x4d2
.short 1235 ## 0x4d3
.short 1236 ## 0x4d4
.short 1237 ## 0x4d5
.short 1238 ## 0x4d6
.short 1239 ## 0x4d7
.short 1240 ## 0x4d8
.short 1241 ## 0x4d9
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1242 ## 0x4da
.short 1243 ## 0x4db
.short 1244 ## 0x4dc
.short 1245 ## 0x4dd
.short 1246 ## 0x4de
.short 1247 ## 0x4df
.short 1248 ## 0x4e0
.short 1249 ## 0x4e1
.short 1250 ## 0x4e2
.short 1251 ## 0x4e3
.short 1252 ## 0x4e4
.short 1253 ## 0x4e5
.short 1254 ## 0x4e6
.short 5 ## 0x5
.short 5 ## 0x5
.short 1255 ## 0x4e7
.short 1256 ## 0x4e8
.short 1257 ## 0x4e9
.short 1258 ## 0x4ea
.short 1259 ## 0x4eb
.short 1260 ## 0x4ec
.short 1261 ## 0x4ed
.short 1262 ## 0x4ee
.short 1263 ## 0x4ef
.short 1264 ## 0x4f0
.short 1265 ## 0x4f1
.short 1266 ## 0x4f2
.short 1267 ## 0x4f3
.short 1268 ## 0x4f4
.short 1269 ## 0x4f5
.short 1270 ## 0x4f6
.short 1271 ## 0x4f7
.short 1272 ## 0x4f8
.short 1273 ## 0x4f9
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1274 ## 0x4fa
.short 1275 ## 0x4fb
.short 1276 ## 0x4fc
.short 1277 ## 0x4fd
.short 1278 ## 0x4fe
.short 1279 ## 0x4ff
.short 1280 ## 0x500
.short 1281 ## 0x501
.short 1282 ## 0x502
.short 1283 ## 0x503
.short 1284 ## 0x504
.short 1285 ## 0x505
.short 1286 ## 0x506
.short 1287 ## 0x507
.short 1288 ## 0x508
.short 1289 ## 0x509
.short 1290 ## 0x50a
.short 1291 ## 0x50b
.short 1292 ## 0x50c
.short 1293 ## 0x50d
.short 1294 ## 0x50e
.short 1295 ## 0x50f
.short 1296 ## 0x510
.short 1297 ## 0x511
.short 1298 ## 0x512
.short 1299 ## 0x513
.short 1300 ## 0x514
.short 1301 ## 0x515
.short 1302 ## 0x516
.short 1303 ## 0x517
.short 1304 ## 0x518
.short 1305 ## 0x519
.short 1306 ## 0x51a
.short 1307 ## 0x51b
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1308 ## 0x51c
.short 1309 ## 0x51d
.short 1310 ## 0x51e
.short 1311 ## 0x51f
.short 1312 ## 0x520
.short 1313 ## 0x521
.short 1314 ## 0x522
.short 1315 ## 0x523
.short 1316 ## 0x524
.short 1317 ## 0x525
.short 1318 ## 0x526
.short 1319 ## 0x527
.short 1320 ## 0x528
.short 1321 ## 0x529
.short 1322 ## 0x52a
.short 1323 ## 0x52b
.short 1324 ## 0x52c
.short 1325 ## 0x52d
.short 1326 ## 0x52e
.short 1327 ## 0x52f
.short 1328 ## 0x530
.short 1329 ## 0x531
.short 1330 ## 0x532
.short 1331 ## 0x533
.short 1332 ## 0x534
.short 1333 ## 0x535
.short 1334 ## 0x536
.short 1335 ## 0x537
.short 1336 ## 0x538
.short 1337 ## 0x539
.short 1338 ## 0x53a
.short 1339 ## 0x53b
.short 1340 ## 0x53c
.short 1341 ## 0x53d
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1342 ## 0x53e
.short 1343 ## 0x53f
.short 1344 ## 0x540
.short 1345 ## 0x541
.short 1346 ## 0x542
.short 1347 ## 0x543
.short 1348 ## 0x544
.short 1349 ## 0x545
.short 1350 ## 0x546
.short 1351 ## 0x547
.short 1352 ## 0x548
.short 1353 ## 0x549
.short 1354 ## 0x54a
.short 1355 ## 0x54b
.short 1356 ## 0x54c
.short 1357 ## 0x54d
.short 1358 ## 0x54e
.short 1359 ## 0x54f
.short 1360 ## 0x550
.short 1361 ## 0x551
.short 1362 ## 0x552
.short 1363 ## 0x553
.short 1364 ## 0x554
.short 1365 ## 0x555
.short 1366 ## 0x556
.short 1367 ## 0x557
.short 1368 ## 0x558
.short 1369 ## 0x559
.short 1370 ## 0x55a
.short 1371 ## 0x55b
.short 1372 ## 0x55c
.short 1373 ## 0x55d
.short 1374 ## 0x55e
.short 1375 ## 0x55f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1376 ## 0x560
.short 1377 ## 0x561
.short 1378 ## 0x562
.short 1379 ## 0x563
.short 1380 ## 0x564
.short 1381 ## 0x565
.short 1382 ## 0x566
.short 1383 ## 0x567
.short 1384 ## 0x568
.short 1385 ## 0x569
.short 1386 ## 0x56a
.short 1387 ## 0x56b
.short 1388 ## 0x56c
.short 1389 ## 0x56d
.short 1390 ## 0x56e
.short 1391 ## 0x56f
.short 1392 ## 0x570
.short 1393 ## 0x571
.short 1394 ## 0x572
.short 1395 ## 0x573
.short 1396 ## 0x574
.short 1397 ## 0x575
.short 1398 ## 0x576
.short 1399 ## 0x577
.short 1400 ## 0x578
.short 1401 ## 0x579
.short 1402 ## 0x57a
.short 1403 ## 0x57b
.short 1404 ## 0x57c
.short 1405 ## 0x57d
.short 1406 ## 0x57e
.short 1407 ## 0x57f
.short 1408 ## 0x580
.short 1409 ## 0x581
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1410 ## 0x582
.short 1411 ## 0x583
.short 1412 ## 0x584
.short 1413 ## 0x585
.short 1414 ## 0x586
.short 1415 ## 0x587
.short 1416 ## 0x588
.short 1417 ## 0x589
.short 1418 ## 0x58a
.short 1419 ## 0x58b
.short 1420 ## 0x58c
.short 1421 ## 0x58d
.short 1422 ## 0x58e
.short 1423 ## 0x58f
.short 1424 ## 0x590
.short 1425 ## 0x591
.short 1426 ## 0x592
.short 1427 ## 0x593
.short 1428 ## 0x594
.short 1429 ## 0x595
.short 1430 ## 0x596
.short 1431 ## 0x597
.short 1432 ## 0x598
.short 1433 ## 0x599
.short 1434 ## 0x59a
.short 1435 ## 0x59b
.short 1436 ## 0x59c
.short 1437 ## 0x59d
.short 1438 ## 0x59e
.short 1439 ## 0x59f
.short 1440 ## 0x5a0
.short 1441 ## 0x5a1
.short 1442 ## 0x5a2
.short 1443 ## 0x5a3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 459 ## 0x1cb
.short 460 ## 0x1cc
.short 461 ## 0x1cd
.short 462 ## 0x1ce
.short 463 ## 0x1cf
.short 464 ## 0x1d0
.short 465 ## 0x1d1
.short 466 ## 0x1d2
.short 467 ## 0x1d3
.short 468 ## 0x1d4
.short 469 ## 0x1d5
.short 1444 ## 0x5a4
.short 1445 ## 0x5a5
.short 1446 ## 0x5a6
.short 1447 ## 0x5a7
.short 1448 ## 0x5a8
.short 1449 ## 0x5a9
.short 1450 ## 0x5aa
.short 1451 ## 0x5ab
.short 1452 ## 0x5ac
.short 1453 ## 0x5ad
.short 1454 ## 0x5ae
.short 1455 ## 0x5af
.short 1456 ## 0x5b0
.short 1457 ## 0x5b1
.short 1458 ## 0x5b2
.short 1459 ## 0x5b3
.short 1460 ## 0x5b4
.short 1461 ## 0x5b5
.short 1462 ## 0x5b6
.short 1463 ## 0x5b7
.short 1464 ## 0x5b8
.short 1465 ## 0x5b9
.short 1466 ## 0x5ba
.short 1467 ## 0x5bb
.short 1468 ## 0x5bc
.short 1469 ## 0x5bd
.short 1470 ## 0x5be
.short 1471 ## 0x5bf
.short 1472 ## 0x5c0
.short 1473 ## 0x5c1
.short 1474 ## 0x5c2
.short 1475 ## 0x5c3
.short 1476 ## 0x5c4
.short 1477 ## 0x5c5
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 504 ## 0x1f8
.short 505 ## 0x1f9
.short 506 ## 0x1fa
.short 507 ## 0x1fb
.short 505 ## 0x1f9
.short 508 ## 0x1fc
.short 509 ## 0x1fd
.short 510 ## 0x1fe
.short 511 ## 0x1ff
.short 0 ## 0x0
.short 1478 ## 0x5c6
.short 1479 ## 0x5c7
.short 1480 ## 0x5c8
.short 1481 ## 0x5c9
.short 1482 ## 0x5ca
.short 1483 ## 0x5cb
.short 1484 ## 0x5cc
.short 1485 ## 0x5cd
.short 1486 ## 0x5ce
.short 1487 ## 0x5cf
.short 1488 ## 0x5d0
.short 1489 ## 0x5d1
.short 1490 ## 0x5d2
.short 1491 ## 0x5d3
.short 1492 ## 0x5d4
.short 1493 ## 0x5d5
.short 1494 ## 0x5d6
.short 1495 ## 0x5d7
.short 1496 ## 0x5d8
.short 1497 ## 0x5d9
.short 1498 ## 0x5da
.short 1499 ## 0x5db
.short 1500 ## 0x5dc
.short 1501 ## 0x5dd
.short 1502 ## 0x5de
.short 1503 ## 0x5df
.short 1504 ## 0x5e0
.short 1505 ## 0x5e1
.short 1506 ## 0x5e2
.short 1507 ## 0x5e3
.short 1508 ## 0x5e4
.short 1509 ## 0x5e5
.short 1510 ## 0x5e6
.short 1511 ## 0x5e7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 546 ## 0x222
.short 547 ## 0x223
.short 548 ## 0x224
.short 549 ## 0x225
.short 1512 ## 0x5e8
.short 1513 ## 0x5e9
.short 1514 ## 0x5ea
.short 1515 ## 0x5eb
.short 1516 ## 0x5ec
.short 1517 ## 0x5ed
.short 1518 ## 0x5ee
.short 1519 ## 0x5ef
.short 1520 ## 0x5f0
.short 1521 ## 0x5f1
.short 1522 ## 0x5f2
.short 1523 ## 0x5f3
.short 1524 ## 0x5f4
.short 1525 ## 0x5f5
.short 1526 ## 0x5f6
.short 1527 ## 0x5f7
.short 1528 ## 0x5f8
.short 1529 ## 0x5f9
.short 1530 ## 0x5fa
.short 1531 ## 0x5fb
.short 1532 ## 0x5fc
.short 1533 ## 0x5fd
.short 1534 ## 0x5fe
.short 1535 ## 0x5ff
.short 1536 ## 0x600
.short 1537 ## 0x601
.short 1538 ## 0x602
.short 1539 ## 0x603
.short 1540 ## 0x604
.short 1541 ## 0x605
.short 1542 ## 0x606
.short 1543 ## 0x607
.short 1544 ## 0x608
.short 1545 ## 0x609
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 584 ## 0x248
.short 585 ## 0x249
.short 586 ## 0x24a
.short 587 ## 0x24b
.short 588 ## 0x24c
.short 589 ## 0x24d
.short 590 ## 0x24e
.short 591 ## 0x24f
.short 592 ## 0x250
.short 1546 ## 0x60a
.short 1547 ## 0x60b
.short 1548 ## 0x60c
.short 1549 ## 0x60d
.short 1550 ## 0x60e
.short 1551 ## 0x60f
.short 1552 ## 0x610
.short 1553 ## 0x611
.short 1554 ## 0x612
.short 1555 ## 0x613
.short 1556 ## 0x614
.short 1557 ## 0x615
.short 1558 ## 0x616
.short 1559 ## 0x617
.short 1560 ## 0x618
.short 1561 ## 0x619
.short 1562 ## 0x61a
.short 1563 ## 0x61b
.short 1564 ## 0x61c
.short 1565 ## 0x61d
.short 1566 ## 0x61e
.short 1567 ## 0x61f
.short 1568 ## 0x620
.short 1569 ## 0x621
.short 1570 ## 0x622
.short 1571 ## 0x623
.short 1572 ## 0x624
.short 1573 ## 0x625
.short 1574 ## 0x626
.short 1575 ## 0x627
.short 1576 ## 0x628
.short 1577 ## 0x629
.short 1578 ## 0x62a
.short 1579 ## 0x62b
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 627 ## 0x273
.short 628 ## 0x274
.short 629 ## 0x275
.short 630 ## 0x276
.short 631 ## 0x277
.short 632 ## 0x278
.short 633 ## 0x279
.short 634 ## 0x27a
.short 635 ## 0x27b
.short 1580 ## 0x62c
.short 1581 ## 0x62d
.short 1582 ## 0x62e
.short 1583 ## 0x62f
.short 1584 ## 0x630
.short 1585 ## 0x631
.short 1586 ## 0x632
.short 1587 ## 0x633
.short 1588 ## 0x634
.short 1589 ## 0x635
.short 1590 ## 0x636
.short 1591 ## 0x637
.short 1592 ## 0x638
.short 1593 ## 0x639
.short 1594 ## 0x63a
.short 1595 ## 0x63b
.short 1596 ## 0x63c
.short 1597 ## 0x63d
.short 1598 ## 0x63e
.short 1599 ## 0x63f
.short 1600 ## 0x640
.short 1601 ## 0x641
.short 1602 ## 0x642
.short 1603 ## 0x643
.short 1604 ## 0x644
.short 1605 ## 0x645
.short 1606 ## 0x646
.short 1607 ## 0x647
.short 1608 ## 0x648
.short 1609 ## 0x649
.short 1610 ## 0x64a
.short 1611 ## 0x64b
.short 1612 ## 0x64c
.short 1613 ## 0x64d
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 670 ## 0x29e
.short 671 ## 0x29f
.short 672 ## 0x2a0
.short 673 ## 0x2a1
.short 674 ## 0x2a2
.short 675 ## 0x2a3
.short 1614 ## 0x64e
.short 1615 ## 0x64f
.short 1616 ## 0x650
.short 1617 ## 0x651
.short 1618 ## 0x652
.short 1619 ## 0x653
.short 1620 ## 0x654
.short 1621 ## 0x655
.short 1622 ## 0x656
.short 1623 ## 0x657
.short 1624 ## 0x658
.short 1625 ## 0x659
.short 1626 ## 0x65a
.short 1627 ## 0x65b
.short 1628 ## 0x65c
.short 1629 ## 0x65d
.short 1630 ## 0x65e
.short 1631 ## 0x65f
.short 1632 ## 0x660
.short 1633 ## 0x661
.short 1634 ## 0x662
.short 1635 ## 0x663
.short 1636 ## 0x664
.short 1637 ## 0x665
.short 1638 ## 0x666
.short 1639 ## 0x667
.short 1640 ## 0x668
.short 293 ## 0x125
.short 1641 ## 0x669
.short 1642 ## 0x66a
.short 1643 ## 0x66b
.short 1644 ## 0x66c
.short 1645 ## 0x66d
.short 1646 ## 0x66e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 710 ## 0x2c6
.short 711 ## 0x2c7
.short 712 ## 0x2c8
.short 713 ## 0x2c9
.short 714 ## 0x2ca
.short 715 ## 0x2cb
.short 1647 ## 0x66f
.short 1648 ## 0x670
.short 1649 ## 0x671
.short 1650 ## 0x672
.short 1651 ## 0x673
.short 1652 ## 0x674
.short 1653 ## 0x675
.short 1654 ## 0x676
.short 1655 ## 0x677
.short 1656 ## 0x678
.short 1657 ## 0x679
.short 1658 ## 0x67a
.short 1659 ## 0x67b
.short 1660 ## 0x67c
.short 1661 ## 0x67d
.short 1662 ## 0x67e
.short 1663 ## 0x67f
.short 1664 ## 0x680
.short 1665 ## 0x681
.short 1666 ## 0x682
.short 1667 ## 0x683
.short 1668 ## 0x684
.short 1669 ## 0x685
.short 1670 ## 0x686
.short 1671 ## 0x687
.short 1672 ## 0x688
.short 1673 ## 0x689
.short 1674 ## 0x68a
.short 1675 ## 0x68b
.short 1676 ## 0x68c
.short 1677 ## 0x68d
.short 1678 ## 0x68e
.short 1679 ## 0x68f
.short 1680 ## 0x690
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 750 ## 0x2ee
.short 751 ## 0x2ef
.short 752 ## 0x2f0
.short 753 ## 0x2f1
.short 754 ## 0x2f2
.short 755 ## 0x2f3
.short 756 ## 0x2f4
.short 1681 ## 0x691
.short 1682 ## 0x692
.short 1683 ## 0x693
.short 1684 ## 0x694
.short 1685 ## 0x695
.short 1686 ## 0x696
.short 1687 ## 0x697
.short 1688 ## 0x698
.short 1689 ## 0x699
.short 1690 ## 0x69a
.short 1691 ## 0x69b
.short 1692 ## 0x69c
.short 1693 ## 0x69d
.short 1694 ## 0x69e
.short 1695 ## 0x69f
.short 1696 ## 0x6a0
.short 1697 ## 0x6a1
.short 1698 ## 0x6a2
.short 1699 ## 0x6a3
.short 1700 ## 0x6a4
.short 1701 ## 0x6a5
.short 1702 ## 0x6a6
.short 1703 ## 0x6a7
.short 1704 ## 0x6a8
.short 1705 ## 0x6a9
.short 1706 ## 0x6aa
.short 1707 ## 0x6ab
.short 293 ## 0x125
.short 1708 ## 0x6ac
.short 1709 ## 0x6ad
.short 1710 ## 0x6ae
.short 1711 ## 0x6af
.short 1712 ## 0x6b0
.short 1713 ## 0x6b1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 791 ## 0x317
.short 792 ## 0x318
.short 793 ## 0x319
.short 794 ## 0x31a
.short 795 ## 0x31b
.short 796 ## 0x31c
.short 797 ## 0x31d
.short 1714 ## 0x6b2
.short 1715 ## 0x6b3
.short 1716 ## 0x6b4
.short 1717 ## 0x6b5
.short 1718 ## 0x6b6
.short 1719 ## 0x6b7
.short 1720 ## 0x6b8
.short 1721 ## 0x6b9
.short 1722 ## 0x6ba
.short 1723 ## 0x6bb
.short 1724 ## 0x6bc
.short 1725 ## 0x6bd
.short 1726 ## 0x6be
.short 1727 ## 0x6bf
.short 1728 ## 0x6c0
.short 1729 ## 0x6c1
.short 1730 ## 0x6c2
.short 1731 ## 0x6c3
.short 1732 ## 0x6c4
.short 1733 ## 0x6c5
.short 1734 ## 0x6c6
.short 1735 ## 0x6c7
.short 1736 ## 0x6c8
.short 1737 ## 0x6c9
.short 1738 ## 0x6ca
.short 1739 ## 0x6cb
.short 1740 ## 0x6cc
.short 1741 ## 0x6cd
.short 1742 ## 0x6ce
.short 1743 ## 0x6cf
.short 1744 ## 0x6d0
.short 1745 ## 0x6d1
.short 1746 ## 0x6d2
.short 1747 ## 0x6d3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 832 ## 0x340
.short 833 ## 0x341
.short 834 ## 0x342
.short 835 ## 0x343
.short 836 ## 0x344
.short 837 ## 0x345
.short 1748 ## 0x6d4
.short 1749 ## 0x6d5
.short 1750 ## 0x6d6
.short 1751 ## 0x6d7
.short 1752 ## 0x6d8
.short 1753 ## 0x6d9
.short 1754 ## 0x6da
.short 1755 ## 0x6db
.short 1756 ## 0x6dc
.short 1757 ## 0x6dd
.short 1758 ## 0x6de
.short 1759 ## 0x6df
.short 1760 ## 0x6e0
.short 1761 ## 0x6e1
.short 1762 ## 0x6e2
.short 1763 ## 0x6e3
.short 1764 ## 0x6e4
.short 1765 ## 0x6e5
.short 1766 ## 0x6e6
.short 1767 ## 0x6e7
.short 1768 ## 0x6e8
.short 1769 ## 0x6e9
.short 1770 ## 0x6ea
.short 1771 ## 0x6eb
.short 1772 ## 0x6ec
.short 1773 ## 0x6ed
.short 1774 ## 0x6ee
.short 1775 ## 0x6ef
.short 1776 ## 0x6f0
.short 1777 ## 0x6f1
.short 1778 ## 0x6f2
.short 1779 ## 0x6f3
.short 1780 ## 0x6f4
.short 1781 ## 0x6f5
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 869 ## 0x365
.short 870 ## 0x366
.short 871 ## 0x367
.short 872 ## 0x368
.short 873 ## 0x369
.short 874 ## 0x36a
.short 1782 ## 0x6f6
.short 1783 ## 0x6f7
.short 1784 ## 0x6f8
.short 1785 ## 0x6f9
.short 1786 ## 0x6fa
.short 1787 ## 0x6fb
.short 1788 ## 0x6fc
.short 1789 ## 0x6fd
.short 1790 ## 0x6fe
.short 1791 ## 0x6ff
.short 1792 ## 0x700
.short 1793 ## 0x701
.short 1794 ## 0x702
.short 1795 ## 0x703
.short 1796 ## 0x704
.short 1797 ## 0x705
.short 1798 ## 0x706
.short 1799 ## 0x707
.short 1800 ## 0x708
.short 1801 ## 0x709
.short 1802 ## 0x70a
.short 1803 ## 0x70b
.short 1804 ## 0x70c
.short 1805 ## 0x70d
.short 1806 ## 0x70e
.short 1807 ## 0x70f
.short 1808 ## 0x710
.short 1809 ## 0x711
.short 1810 ## 0x712
.short 1811 ## 0x713
.short 1812 ## 0x714
.short 1813 ## 0x715
.short 1814 ## 0x716
.short 1815 ## 0x717
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 1816 ## 0x718
.short 1817 ## 0x719
.short 1818 ## 0x71a
.short 1819 ## 0x71b
.short 1820 ## 0x71c
.short 1821 ## 0x71d
.short 1822 ## 0x71e
.short 820 ## 0x334
.short 820 ## 0x334
.short 1823 ## 0x71f
.short 1824 ## 0x720
.short 1825 ## 0x721
.short 1826 ## 0x722
.short 1827 ## 0x723
.short 1828 ## 0x724
.short 1829 ## 0x725
.short 1830 ## 0x726
.short 1831 ## 0x727
.short 1832 ## 0x728
.short 1833 ## 0x729
.short 1834 ## 0x72a
.short 1835 ## 0x72b
.short 1836 ## 0x72c
.short 1837 ## 0x72d
.short 1838 ## 0x72e
.short 1839 ## 0x72f
.short 1840 ## 0x730
.short 1841 ## 0x731
.short 1842 ## 0x732
.short 1843 ## 0x733
.short 1844 ## 0x734
.short 1845 ## 0x735
.short 1846 ## 0x736
.short 1847 ## 0x737
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 933 ## 0x3a5
.short 934 ## 0x3a6
.short 0 ## 0x0
.short 935 ## 0x3a7
.short 0 ## 0x0
.short 936 ## 0x3a8
.short 937 ## 0x3a9
.short 938 ## 0x3aa
.short 939 ## 0x3ab
.short 1848 ## 0x738
.short 1849 ## 0x739
.short 1850 ## 0x73a
.short 1851 ## 0x73b
.short 1852 ## 0x73c
.short 1853 ## 0x73d
.short 1854 ## 0x73e
.short 1855 ## 0x73f
.short 1856 ## 0x740
.short 820 ## 0x334
.short 820 ## 0x334
.short 820 ## 0x334
.short 820 ## 0x334
.short 820 ## 0x334
.short 820 ## 0x334
.short 820 ## 0x334
.short 1857 ## 0x741
.short 1858 ## 0x742
.short 1859 ## 0x743
.short 1860 ## 0x744
.short 1861 ## 0x745
.short 1862 ## 0x746
.short 1863 ## 0x747
.short 1864 ## 0x748
.short 1865 ## 0x749
.short 1866 ## 0x74a
.short 1867 ## 0x74b
.short 1868 ## 0x74c
.short 1869 ## 0x74d
.short 1870 ## 0x74e
.short 1870 ## 0x74e
.short 1871 ## 0x74f
.short 1872 ## 0x750
.short 1873 ## 0x751
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 965 ## 0x3c5
.short 966 ## 0x3c6
.short 967 ## 0x3c7
.short 968 ## 0x3c8
.short 969 ## 0x3c9
.short 970 ## 0x3ca
.short 971 ## 0x3cb
.short 972 ## 0x3cc
.short 973 ## 0x3cd
.short 1874 ## 0x752
.short 1875 ## 0x753
.short 1876 ## 0x754
.short 1877 ## 0x755
.short 1878 ## 0x756
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1879 ## 0x757
.short 1880 ## 0x758
.short 1881 ## 0x759
.short 1882 ## 0x75a
.short 1883 ## 0x75b
.short 1884 ## 0x75c
.short 1885 ## 0x75d
.short 1886 ## 0x75e
.short 1887 ## 0x75f
.short 1888 ## 0x760
.short 1889 ## 0x761
.short 1890 ## 0x762
.short 1891 ## 0x763
.short 1892 ## 0x764
.short 1893 ## 0x765
.short 1894 ## 0x766
.short 1895 ## 0x767
.short 1896 ## 0x768
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _VueMasterImage1RMap ; @VueMasterImage1RMap
.p2align 2
_VueMasterImage1RMap:
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 994 ; 0x3e2
.short 995 ; 0x3e3
.short 996 ; 0x3e4
.short 997 ; 0x3e5
.short 998 ; 0x3e6
.short 999 ; 0x3e7
.short 1000 ; 0x3e8
.short 1001 ; 0x3e9
.short 1002 ; 0x3ea
.short 1003 ; 0x3eb
.short 1004 ; 0x3ec
.short 1005 ; 0x3ed
.short 1006 ; 0x3ee
.short 1007 ; 0x3ef
.short 1008 ; 0x3f0
.short 1009 ; 0x3f1
.short 1010 ; 0x3f2
.short 1011 ; 0x3f3
.short 1012 ; 0x3f4
.short 1013 ; 0x3f5
.short 1014 ; 0x3f6
.short 1015 ; 0x3f7
.short 1016 ; 0x3f8
.short 1017 ; 0x3f9
.short 1018 ; 0x3fa
.short 1019 ; 0x3fb
.short 1020 ; 0x3fc
.short 1021 ; 0x3fd
.short 1022 ; 0x3fe
.short 1023 ; 0x3ff
.short 1024 ; 0x400
.short 1025 ; 0x401
.short 1026 ; 0x402
.short 1027 ; 0x403
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 292 ; 0x124
.short 293 ; 0x125
.short 1028 ; 0x404
.short 1029 ; 0x405
.short 1030 ; 0x406
.short 1031 ; 0x407
.short 1032 ; 0x408
.short 1033 ; 0x409
.short 1034 ; 0x40a
.short 1035 ; 0x40b
.short 1036 ; 0x40c
.short 1037 ; 0x40d
.short 4366 ; 0x110e
.short 5 ; 0x5
.short 5 ; 0x5
.short 1038 ; 0x40e
.short 1039 ; 0x40f
.short 1040 ; 0x410
.short 1041 ; 0x411
.short 1042 ; 0x412
.short 1043 ; 0x413
.short 1044 ; 0x414
.short 1045 ; 0x415
.short 1046 ; 0x416
.short 1047 ; 0x417
.short 1048 ; 0x418
.short 1049 ; 0x419
.short 1050 ; 0x41a
.short 1051 ; 0x41b
.short 1052 ; 0x41c
.short 1053 ; 0x41d
.short 1054 ; 0x41e
.short 1055 ; 0x41f
.short 1056 ; 0x420
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1057 ; 0x421
.short 1058 ; 0x422
.short 1059 ; 0x423
.short 5 ; 0x5
.short 1060 ; 0x424
.short 1061 ; 0x425
.short 1062 ; 0x426
.short 1063 ; 0x427
.short 1064 ; 0x428
.short 1065 ; 0x429
.short 1066 ; 0x42a
.short 1067 ; 0x42b
.short 1068 ; 0x42c
.short 1069 ; 0x42d
.short 1070 ; 0x42e
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 5 ; 0x5
.short 1071 ; 0x42f
.short 1072 ; 0x430
.short 1073 ; 0x431
.short 1074 ; 0x432
.short 1075 ; 0x433
.short 1076 ; 0x434
.short 1077 ; 0x435
.short 1078 ; 0x436
.short 1079 ; 0x437
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 292 ; 0x124
.short 293 ; 0x125
.short 1080 ; 0x438
.short 1081 ; 0x439
.short 1082 ; 0x43a
.short 1083 ; 0x43b
.short 1084 ; 0x43c
.short 1085 ; 0x43d
.short 1086 ; 0x43e
.short 1087 ; 0x43f
.short 1088 ; 0x440
.short 1089 ; 0x441
.short 1090 ; 0x442
.short 1091 ; 0x443
.short 1092 ; 0x444
.short 1093 ; 0x445
.short 1094 ; 0x446
.short 1095 ; 0x447
.short 1096 ; 0x448
.short 1097 ; 0x449
.short 1098 ; 0x44a
.short 1099 ; 0x44b
.short 1100 ; 0x44c
.short 5 ; 0x5
.short 5 ; 0x5
.short 1101 ; 0x44d
.short 1102 ; 0x44e
.short 1103 ; 0x44f
.short 1104 ; 0x450
.short 1105 ; 0x451
.short 1106 ; 0x452
.short 1107 ; 0x453
.short 1108 ; 0x454
.short 1109 ; 0x455
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1110 ; 0x456
.short 293 ; 0x125
.short 1111 ; 0x457
.short 1112 ; 0x458
.short 1113 ; 0x459
.short 1114 ; 0x45a
.short 1115 ; 0x45b
.short 1116 ; 0x45c
.short 1117 ; 0x45d
.short 1118 ; 0x45e
.short 1119 ; 0x45f
.short 1120 ; 0x460
.short 1121 ; 0x461
.short 1122 ; 0x462
.short 1123 ; 0x463
.short 1124 ; 0x464
.short 1125 ; 0x465
.short 1126 ; 0x466
.short 1127 ; 0x467
.short 1128 ; 0x468
.short 1129 ; 0x469
.short 1130 ; 0x46a
.short 1131 ; 0x46b
.short 1132 ; 0x46c
.short 1133 ; 0x46d
.short 1134 ; 0x46e
.short 1135 ; 0x46f
.short 1136 ; 0x470
.short 1137 ; 0x471
.short 1138 ; 0x472
.short 1139 ; 0x473
.short 1140 ; 0x474
.short 1141 ; 0x475
.short 13367 ; 0x3437
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 292 ; 0x124
.short 1142 ; 0x476
.short 327 ; 0x147
.short 1143 ; 0x477
.short 1144 ; 0x478
.short 1145 ; 0x479
.short 1146 ; 0x47a
.short 1147 ; 0x47b
.short 1148 ; 0x47c
.short 1149 ; 0x47d
.short 1150 ; 0x47e
.short 1151 ; 0x47f
.short 1152 ; 0x480
.short 1153 ; 0x481
.short 1154 ; 0x482
.short 1155 ; 0x483
.short 1156 ; 0x484
.short 1157 ; 0x485
.short 1158 ; 0x486
.short 1159 ; 0x487
.short 1160 ; 0x488
.short 1161 ; 0x489
.short 1162 ; 0x48a
.short 1163 ; 0x48b
.short 1164 ; 0x48c
.short 1165 ; 0x48d
.short 1166 ; 0x48e
.short 1167 ; 0x48f
.short 1168 ; 0x490
.short 1169 ; 0x491
.short 1170 ; 0x492
.short 1171 ; 0x493
.short 1172 ; 0x494
.short 1173 ; 0x495
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1174 ; 0x496
.short 1175 ; 0x497
.short 1176 ; 0x498
.short 1177 ; 0x499
.short 1178 ; 0x49a
.short 1179 ; 0x49b
.short 1180 ; 0x49c
.short 1181 ; 0x49d
.short 1182 ; 0x49e
.short 1183 ; 0x49f
.short 1184 ; 0x4a0
.short 1185 ; 0x4a1
.short 1186 ; 0x4a2
.short 1187 ; 0x4a3
.short 1188 ; 0x4a4
.short 1189 ; 0x4a5
.short 1190 ; 0x4a6
.short 1191 ; 0x4a7
.short 1192 ; 0x4a8
.short 1193 ; 0x4a9
.short 1194 ; 0x4aa
.short 1195 ; 0x4ab
.short 1196 ; 0x4ac
.short 1197 ; 0x4ad
.short 1198 ; 0x4ae
.short 1199 ; 0x4af
.short 1200 ; 0x4b0
.short 1201 ; 0x4b1
.short 1202 ; 0x4b2
.short 1203 ; 0x4b3
.short 1204 ; 0x4b4
.short 1205 ; 0x4b5
.short 1206 ; 0x4b6
.short 1207 ; 0x4b7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1208 ; 0x4b8
.short 1209 ; 0x4b9
.short 1210 ; 0x4ba
.short 1211 ; 0x4bb
.short 1212 ; 0x4bc
.short 1213 ; 0x4bd
.short 1214 ; 0x4be
.short 1215 ; 0x4bf
.short 1216 ; 0x4c0
.short 1217 ; 0x4c1
.short 1218 ; 0x4c2
.short 1219 ; 0x4c3
.short 1220 ; 0x4c4
.short 1221 ; 0x4c5
.short 1222 ; 0x4c6
.short 1223 ; 0x4c7
.short 1224 ; 0x4c8
.short 1225 ; 0x4c9
.short 1226 ; 0x4ca
.short 1227 ; 0x4cb
.short 1228 ; 0x4cc
.short 1229 ; 0x4cd
.short 1230 ; 0x4ce
.short 1231 ; 0x4cf
.short 1232 ; 0x4d0
.short 1233 ; 0x4d1
.short 1234 ; 0x4d2
.short 1235 ; 0x4d3
.short 1236 ; 0x4d4
.short 1237 ; 0x4d5
.short 1238 ; 0x4d6
.short 1239 ; 0x4d7
.short 1240 ; 0x4d8
.short 1241 ; 0x4d9
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1242 ; 0x4da
.short 1243 ; 0x4db
.short 1244 ; 0x4dc
.short 1245 ; 0x4dd
.short 1246 ; 0x4de
.short 1247 ; 0x4df
.short 1248 ; 0x4e0
.short 1249 ; 0x4e1
.short 1250 ; 0x4e2
.short 1251 ; 0x4e3
.short 1252 ; 0x4e4
.short 1253 ; 0x4e5
.short 1254 ; 0x4e6
.short 5 ; 0x5
.short 5 ; 0x5
.short 1255 ; 0x4e7
.short 1256 ; 0x4e8
.short 1257 ; 0x4e9
.short 1258 ; 0x4ea
.short 1259 ; 0x4eb
.short 1260 ; 0x4ec
.short 1261 ; 0x4ed
.short 1262 ; 0x4ee
.short 1263 ; 0x4ef
.short 1264 ; 0x4f0
.short 1265 ; 0x4f1
.short 1266 ; 0x4f2
.short 1267 ; 0x4f3
.short 1268 ; 0x4f4
.short 1269 ; 0x4f5
.short 1270 ; 0x4f6
.short 1271 ; 0x4f7
.short 1272 ; 0x4f8
.short 1273 ; 0x4f9
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1274 ; 0x4fa
.short 1275 ; 0x4fb
.short 1276 ; 0x4fc
.short 1277 ; 0x4fd
.short 1278 ; 0x4fe
.short 1279 ; 0x4ff
.short 1280 ; 0x500
.short 1281 ; 0x501
.short 1282 ; 0x502
.short 1283 ; 0x503
.short 1284 ; 0x504
.short 1285 ; 0x505
.short 1286 ; 0x506
.short 1287 ; 0x507
.short 1288 ; 0x508
.short 1289 ; 0x509
.short 1290 ; 0x50a
.short 1291 ; 0x50b
.short 1292 ; 0x50c
.short 1293 ; 0x50d
.short 1294 ; 0x50e
.short 1295 ; 0x50f
.short 1296 ; 0x510
.short 1297 ; 0x511
.short 1298 ; 0x512
.short 1299 ; 0x513
.short 1300 ; 0x514
.short 1301 ; 0x515
.short 1302 ; 0x516
.short 1303 ; 0x517
.short 1304 ; 0x518
.short 1305 ; 0x519
.short 1306 ; 0x51a
.short 1307 ; 0x51b
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1308 ; 0x51c
.short 1309 ; 0x51d
.short 1310 ; 0x51e
.short 1311 ; 0x51f
.short 1312 ; 0x520
.short 1313 ; 0x521
.short 1314 ; 0x522
.short 1315 ; 0x523
.short 1316 ; 0x524
.short 1317 ; 0x525
.short 1318 ; 0x526
.short 1319 ; 0x527
.short 1320 ; 0x528
.short 1321 ; 0x529
.short 1322 ; 0x52a
.short 1323 ; 0x52b
.short 1324 ; 0x52c
.short 1325 ; 0x52d
.short 1326 ; 0x52e
.short 1327 ; 0x52f
.short 1328 ; 0x530
.short 1329 ; 0x531
.short 1330 ; 0x532
.short 1331 ; 0x533
.short 1332 ; 0x534
.short 1333 ; 0x535
.short 1334 ; 0x536
.short 1335 ; 0x537
.short 1336 ; 0x538
.short 1337 ; 0x539
.short 1338 ; 0x53a
.short 1339 ; 0x53b
.short 1340 ; 0x53c
.short 1341 ; 0x53d
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1342 ; 0x53e
.short 1343 ; 0x53f
.short 1344 ; 0x540
.short 1345 ; 0x541
.short 1346 ; 0x542
.short 1347 ; 0x543
.short 1348 ; 0x544
.short 1349 ; 0x545
.short 1350 ; 0x546
.short 1351 ; 0x547
.short 1352 ; 0x548
.short 1353 ; 0x549
.short 1354 ; 0x54a
.short 1355 ; 0x54b
.short 1356 ; 0x54c
.short 1357 ; 0x54d
.short 1358 ; 0x54e
.short 1359 ; 0x54f
.short 1360 ; 0x550
.short 1361 ; 0x551
.short 1362 ; 0x552
.short 1363 ; 0x553
.short 1364 ; 0x554
.short 1365 ; 0x555
.short 1366 ; 0x556
.short 1367 ; 0x557
.short 1368 ; 0x558
.short 1369 ; 0x559
.short 1370 ; 0x55a
.short 1371 ; 0x55b
.short 1372 ; 0x55c
.short 1373 ; 0x55d
.short 1374 ; 0x55e
.short 1375 ; 0x55f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1376 ; 0x560
.short 1377 ; 0x561
.short 1378 ; 0x562
.short 1379 ; 0x563
.short 1380 ; 0x564
.short 1381 ; 0x565
.short 1382 ; 0x566
.short 1383 ; 0x567
.short 1384 ; 0x568
.short 1385 ; 0x569
.short 1386 ; 0x56a
.short 1387 ; 0x56b
.short 1388 ; 0x56c
.short 1389 ; 0x56d
.short 1390 ; 0x56e
.short 1391 ; 0x56f
.short 1392 ; 0x570
.short 1393 ; 0x571
.short 1394 ; 0x572
.short 1395 ; 0x573
.short 1396 ; 0x574
.short 1397 ; 0x575
.short 1398 ; 0x576
.short 1399 ; 0x577
.short 1400 ; 0x578
.short 1401 ; 0x579
.short 1402 ; 0x57a
.short 1403 ; 0x57b
.short 1404 ; 0x57c
.short 1405 ; 0x57d
.short 1406 ; 0x57e
.short 1407 ; 0x57f
.short 1408 ; 0x580
.short 1409 ; 0x581
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1410 ; 0x582
.short 1411 ; 0x583
.short 1412 ; 0x584
.short 1413 ; 0x585
.short 1414 ; 0x586
.short 1415 ; 0x587
.short 1416 ; 0x588
.short 1417 ; 0x589
.short 1418 ; 0x58a
.short 1419 ; 0x58b
.short 1420 ; 0x58c
.short 1421 ; 0x58d
.short 1422 ; 0x58e
.short 1423 ; 0x58f
.short 1424 ; 0x590
.short 1425 ; 0x591
.short 1426 ; 0x592
.short 1427 ; 0x593
.short 1428 ; 0x594
.short 1429 ; 0x595
.short 1430 ; 0x596
.short 1431 ; 0x597
.short 1432 ; 0x598
.short 1433 ; 0x599
.short 1434 ; 0x59a
.short 1435 ; 0x59b
.short 1436 ; 0x59c
.short 1437 ; 0x59d
.short 1438 ; 0x59e
.short 1439 ; 0x59f
.short 1440 ; 0x5a0
.short 1441 ; 0x5a1
.short 1442 ; 0x5a2
.short 1443 ; 0x5a3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 459 ; 0x1cb
.short 460 ; 0x1cc
.short 461 ; 0x1cd
.short 462 ; 0x1ce
.short 463 ; 0x1cf
.short 464 ; 0x1d0
.short 465 ; 0x1d1
.short 466 ; 0x1d2
.short 467 ; 0x1d3
.short 468 ; 0x1d4
.short 469 ; 0x1d5
.short 1444 ; 0x5a4
.short 1445 ; 0x5a5
.short 1446 ; 0x5a6
.short 1447 ; 0x5a7
.short 1448 ; 0x5a8
.short 1449 ; 0x5a9
.short 1450 ; 0x5aa
.short 1451 ; 0x5ab
.short 1452 ; 0x5ac
.short 1453 ; 0x5ad
.short 1454 ; 0x5ae
.short 1455 ; 0x5af
.short 1456 ; 0x5b0
.short 1457 ; 0x5b1
.short 1458 ; 0x5b2
.short 1459 ; 0x5b3
.short 1460 ; 0x5b4
.short 1461 ; 0x5b5
.short 1462 ; 0x5b6
.short 1463 ; 0x5b7
.short 1464 ; 0x5b8
.short 1465 ; 0x5b9
.short 1466 ; 0x5ba
.short 1467 ; 0x5bb
.short 1468 ; 0x5bc
.short 1469 ; 0x5bd
.short 1470 ; 0x5be
.short 1471 ; 0x5bf
.short 1472 ; 0x5c0
.short 1473 ; 0x5c1
.short 1474 ; 0x5c2
.short 1475 ; 0x5c3
.short 1476 ; 0x5c4
.short 1477 ; 0x5c5
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 504 ; 0x1f8
.short 505 ; 0x1f9
.short 506 ; 0x1fa
.short 507 ; 0x1fb
.short 505 ; 0x1f9
.short 508 ; 0x1fc
.short 509 ; 0x1fd
.short 510 ; 0x1fe
.short 511 ; 0x1ff
.short 0 ; 0x0
.short 1478 ; 0x5c6
.short 1479 ; 0x5c7
.short 1480 ; 0x5c8
.short 1481 ; 0x5c9
.short 1482 ; 0x5ca
.short 1483 ; 0x5cb
.short 1484 ; 0x5cc
.short 1485 ; 0x5cd
.short 1486 ; 0x5ce
.short 1487 ; 0x5cf
.short 1488 ; 0x5d0
.short 1489 ; 0x5d1
.short 1490 ; 0x5d2
.short 1491 ; 0x5d3
.short 1492 ; 0x5d4
.short 1493 ; 0x5d5
.short 1494 ; 0x5d6
.short 1495 ; 0x5d7
.short 1496 ; 0x5d8
.short 1497 ; 0x5d9
.short 1498 ; 0x5da
.short 1499 ; 0x5db
.short 1500 ; 0x5dc
.short 1501 ; 0x5dd
.short 1502 ; 0x5de
.short 1503 ; 0x5df
.short 1504 ; 0x5e0
.short 1505 ; 0x5e1
.short 1506 ; 0x5e2
.short 1507 ; 0x5e3
.short 1508 ; 0x5e4
.short 1509 ; 0x5e5
.short 1510 ; 0x5e6
.short 1511 ; 0x5e7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 546 ; 0x222
.short 547 ; 0x223
.short 548 ; 0x224
.short 549 ; 0x225
.short 1512 ; 0x5e8
.short 1513 ; 0x5e9
.short 1514 ; 0x5ea
.short 1515 ; 0x5eb
.short 1516 ; 0x5ec
.short 1517 ; 0x5ed
.short 1518 ; 0x5ee
.short 1519 ; 0x5ef
.short 1520 ; 0x5f0
.short 1521 ; 0x5f1
.short 1522 ; 0x5f2
.short 1523 ; 0x5f3
.short 1524 ; 0x5f4
.short 1525 ; 0x5f5
.short 1526 ; 0x5f6
.short 1527 ; 0x5f7
.short 1528 ; 0x5f8
.short 1529 ; 0x5f9
.short 1530 ; 0x5fa
.short 1531 ; 0x5fb
.short 1532 ; 0x5fc
.short 1533 ; 0x5fd
.short 1534 ; 0x5fe
.short 1535 ; 0x5ff
.short 1536 ; 0x600
.short 1537 ; 0x601
.short 1538 ; 0x602
.short 1539 ; 0x603
.short 1540 ; 0x604
.short 1541 ; 0x605
.short 1542 ; 0x606
.short 1543 ; 0x607
.short 1544 ; 0x608
.short 1545 ; 0x609
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 584 ; 0x248
.short 585 ; 0x249
.short 586 ; 0x24a
.short 587 ; 0x24b
.short 588 ; 0x24c
.short 589 ; 0x24d
.short 590 ; 0x24e
.short 591 ; 0x24f
.short 592 ; 0x250
.short 1546 ; 0x60a
.short 1547 ; 0x60b
.short 1548 ; 0x60c
.short 1549 ; 0x60d
.short 1550 ; 0x60e
.short 1551 ; 0x60f
.short 1552 ; 0x610
.short 1553 ; 0x611
.short 1554 ; 0x612
.short 1555 ; 0x613
.short 1556 ; 0x614
.short 1557 ; 0x615
.short 1558 ; 0x616
.short 1559 ; 0x617
.short 1560 ; 0x618
.short 1561 ; 0x619
.short 1562 ; 0x61a
.short 1563 ; 0x61b
.short 1564 ; 0x61c
.short 1565 ; 0x61d
.short 1566 ; 0x61e
.short 1567 ; 0x61f
.short 1568 ; 0x620
.short 1569 ; 0x621
.short 1570 ; 0x622
.short 1571 ; 0x623
.short 1572 ; 0x624
.short 1573 ; 0x625
.short 1574 ; 0x626
.short 1575 ; 0x627
.short 1576 ; 0x628
.short 1577 ; 0x629
.short 1578 ; 0x62a
.short 1579 ; 0x62b
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 627 ; 0x273
.short 628 ; 0x274
.short 629 ; 0x275
.short 630 ; 0x276
.short 631 ; 0x277
.short 632 ; 0x278
.short 633 ; 0x279
.short 634 ; 0x27a
.short 635 ; 0x27b
.short 1580 ; 0x62c
.short 1581 ; 0x62d
.short 1582 ; 0x62e
.short 1583 ; 0x62f
.short 1584 ; 0x630
.short 1585 ; 0x631
.short 1586 ; 0x632
.short 1587 ; 0x633
.short 1588 ; 0x634
.short 1589 ; 0x635
.short 1590 ; 0x636
.short 1591 ; 0x637
.short 1592 ; 0x638
.short 1593 ; 0x639
.short 1594 ; 0x63a
.short 1595 ; 0x63b
.short 1596 ; 0x63c
.short 1597 ; 0x63d
.short 1598 ; 0x63e
.short 1599 ; 0x63f
.short 1600 ; 0x640
.short 1601 ; 0x641
.short 1602 ; 0x642
.short 1603 ; 0x643
.short 1604 ; 0x644
.short 1605 ; 0x645
.short 1606 ; 0x646
.short 1607 ; 0x647
.short 1608 ; 0x648
.short 1609 ; 0x649
.short 1610 ; 0x64a
.short 1611 ; 0x64b
.short 1612 ; 0x64c
.short 1613 ; 0x64d
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 670 ; 0x29e
.short 671 ; 0x29f
.short 672 ; 0x2a0
.short 673 ; 0x2a1
.short 674 ; 0x2a2
.short 675 ; 0x2a3
.short 1614 ; 0x64e
.short 1615 ; 0x64f
.short 1616 ; 0x650
.short 1617 ; 0x651
.short 1618 ; 0x652
.short 1619 ; 0x653
.short 1620 ; 0x654
.short 1621 ; 0x655
.short 1622 ; 0x656
.short 1623 ; 0x657
.short 1624 ; 0x658
.short 1625 ; 0x659
.short 1626 ; 0x65a
.short 1627 ; 0x65b
.short 1628 ; 0x65c
.short 1629 ; 0x65d
.short 1630 ; 0x65e
.short 1631 ; 0x65f
.short 1632 ; 0x660
.short 1633 ; 0x661
.short 1634 ; 0x662
.short 1635 ; 0x663
.short 1636 ; 0x664
.short 1637 ; 0x665
.short 1638 ; 0x666
.short 1639 ; 0x667
.short 1640 ; 0x668
.short 293 ; 0x125
.short 1641 ; 0x669
.short 1642 ; 0x66a
.short 1643 ; 0x66b
.short 1644 ; 0x66c
.short 1645 ; 0x66d
.short 1646 ; 0x66e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 710 ; 0x2c6
.short 711 ; 0x2c7
.short 712 ; 0x2c8
.short 713 ; 0x2c9
.short 714 ; 0x2ca
.short 715 ; 0x2cb
.short 1647 ; 0x66f
.short 1648 ; 0x670
.short 1649 ; 0x671
.short 1650 ; 0x672
.short 1651 ; 0x673
.short 1652 ; 0x674
.short 1653 ; 0x675
.short 1654 ; 0x676
.short 1655 ; 0x677
.short 1656 ; 0x678
.short 1657 ; 0x679
.short 1658 ; 0x67a
.short 1659 ; 0x67b
.short 1660 ; 0x67c
.short 1661 ; 0x67d
.short 1662 ; 0x67e
.short 1663 ; 0x67f
.short 1664 ; 0x680
.short 1665 ; 0x681
.short 1666 ; 0x682
.short 1667 ; 0x683
.short 1668 ; 0x684
.short 1669 ; 0x685
.short 1670 ; 0x686
.short 1671 ; 0x687
.short 1672 ; 0x688
.short 1673 ; 0x689
.short 1674 ; 0x68a
.short 1675 ; 0x68b
.short 1676 ; 0x68c
.short 1677 ; 0x68d
.short 1678 ; 0x68e
.short 1679 ; 0x68f
.short 1680 ; 0x690
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 750 ; 0x2ee
.short 751 ; 0x2ef
.short 752 ; 0x2f0
.short 753 ; 0x2f1
.short 754 ; 0x2f2
.short 755 ; 0x2f3
.short 756 ; 0x2f4
.short 1681 ; 0x691
.short 1682 ; 0x692
.short 1683 ; 0x693
.short 1684 ; 0x694
.short 1685 ; 0x695
.short 1686 ; 0x696
.short 1687 ; 0x697
.short 1688 ; 0x698
.short 1689 ; 0x699
.short 1690 ; 0x69a
.short 1691 ; 0x69b
.short 1692 ; 0x69c
.short 1693 ; 0x69d
.short 1694 ; 0x69e
.short 1695 ; 0x69f
.short 1696 ; 0x6a0
.short 1697 ; 0x6a1
.short 1698 ; 0x6a2
.short 1699 ; 0x6a3
.short 1700 ; 0x6a4
.short 1701 ; 0x6a5
.short 1702 ; 0x6a6
.short 1703 ; 0x6a7
.short 1704 ; 0x6a8
.short 1705 ; 0x6a9
.short 1706 ; 0x6aa
.short 1707 ; 0x6ab
.short 293 ; 0x125
.short 1708 ; 0x6ac
.short 1709 ; 0x6ad
.short 1710 ; 0x6ae
.short 1711 ; 0x6af
.short 1712 ; 0x6b0
.short 1713 ; 0x6b1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 791 ; 0x317
.short 792 ; 0x318
.short 793 ; 0x319
.short 794 ; 0x31a
.short 795 ; 0x31b
.short 796 ; 0x31c
.short 797 ; 0x31d
.short 1714 ; 0x6b2
.short 1715 ; 0x6b3
.short 1716 ; 0x6b4
.short 1717 ; 0x6b5
.short 1718 ; 0x6b6
.short 1719 ; 0x6b7
.short 1720 ; 0x6b8
.short 1721 ; 0x6b9
.short 1722 ; 0x6ba
.short 1723 ; 0x6bb
.short 1724 ; 0x6bc
.short 1725 ; 0x6bd
.short 1726 ; 0x6be
.short 1727 ; 0x6bf
.short 1728 ; 0x6c0
.short 1729 ; 0x6c1
.short 1730 ; 0x6c2
.short 1731 ; 0x6c3
.short 1732 ; 0x6c4
.short 1733 ; 0x6c5
.short 1734 ; 0x6c6
.short 1735 ; 0x6c7
.short 1736 ; 0x6c8
.short 1737 ; 0x6c9
.short 1738 ; 0x6ca
.short 1739 ; 0x6cb
.short 1740 ; 0x6cc
.short 1741 ; 0x6cd
.short 1742 ; 0x6ce
.short 1743 ; 0x6cf
.short 1744 ; 0x6d0
.short 1745 ; 0x6d1
.short 1746 ; 0x6d2
.short 1747 ; 0x6d3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 832 ; 0x340
.short 833 ; 0x341
.short 834 ; 0x342
.short 835 ; 0x343
.short 836 ; 0x344
.short 837 ; 0x345
.short 1748 ; 0x6d4
.short 1749 ; 0x6d5
.short 1750 ; 0x6d6
.short 1751 ; 0x6d7
.short 1752 ; 0x6d8
.short 1753 ; 0x6d9
.short 1754 ; 0x6da
.short 1755 ; 0x6db
.short 1756 ; 0x6dc
.short 1757 ; 0x6dd
.short 1758 ; 0x6de
.short 1759 ; 0x6df
.short 1760 ; 0x6e0
.short 1761 ; 0x6e1
.short 1762 ; 0x6e2
.short 1763 ; 0x6e3
.short 1764 ; 0x6e4
.short 1765 ; 0x6e5
.short 1766 ; 0x6e6
.short 1767 ; 0x6e7
.short 1768 ; 0x6e8
.short 1769 ; 0x6e9
.short 1770 ; 0x6ea
.short 1771 ; 0x6eb
.short 1772 ; 0x6ec
.short 1773 ; 0x6ed
.short 1774 ; 0x6ee
.short 1775 ; 0x6ef
.short 1776 ; 0x6f0
.short 1777 ; 0x6f1
.short 1778 ; 0x6f2
.short 1779 ; 0x6f3
.short 1780 ; 0x6f4
.short 1781 ; 0x6f5
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 869 ; 0x365
.short 870 ; 0x366
.short 871 ; 0x367
.short 872 ; 0x368
.short 873 ; 0x369
.short 874 ; 0x36a
.short 1782 ; 0x6f6
.short 1783 ; 0x6f7
.short 1784 ; 0x6f8
.short 1785 ; 0x6f9
.short 1786 ; 0x6fa
.short 1787 ; 0x6fb
.short 1788 ; 0x6fc
.short 1789 ; 0x6fd
.short 1790 ; 0x6fe
.short 1791 ; 0x6ff
.short 1792 ; 0x700
.short 1793 ; 0x701
.short 1794 ; 0x702
.short 1795 ; 0x703
.short 1796 ; 0x704
.short 1797 ; 0x705
.short 1798 ; 0x706
.short 1799 ; 0x707
.short 1800 ; 0x708
.short 1801 ; 0x709
.short 1802 ; 0x70a
.short 1803 ; 0x70b
.short 1804 ; 0x70c
.short 1805 ; 0x70d
.short 1806 ; 0x70e
.short 1807 ; 0x70f
.short 1808 ; 0x710
.short 1809 ; 0x711
.short 1810 ; 0x712
.short 1811 ; 0x713
.short 1812 ; 0x714
.short 1813 ; 0x715
.short 1814 ; 0x716
.short 1815 ; 0x717
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 1816 ; 0x718
.short 1817 ; 0x719
.short 1818 ; 0x71a
.short 1819 ; 0x71b
.short 1820 ; 0x71c
.short 1821 ; 0x71d
.short 1822 ; 0x71e
.short 820 ; 0x334
.short 820 ; 0x334
.short 1823 ; 0x71f
.short 1824 ; 0x720
.short 1825 ; 0x721
.short 1826 ; 0x722
.short 1827 ; 0x723
.short 1828 ; 0x724
.short 1829 ; 0x725
.short 1830 ; 0x726
.short 1831 ; 0x727
.short 1832 ; 0x728
.short 1833 ; 0x729
.short 1834 ; 0x72a
.short 1835 ; 0x72b
.short 1836 ; 0x72c
.short 1837 ; 0x72d
.short 1838 ; 0x72e
.short 1839 ; 0x72f
.short 1840 ; 0x730
.short 1841 ; 0x731
.short 1842 ; 0x732
.short 1843 ; 0x733
.short 1844 ; 0x734
.short 1845 ; 0x735
.short 1846 ; 0x736
.short 1847 ; 0x737
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 933 ; 0x3a5
.short 934 ; 0x3a6
.short 0 ; 0x0
.short 935 ; 0x3a7
.short 0 ; 0x0
.short 936 ; 0x3a8
.short 937 ; 0x3a9
.short 938 ; 0x3aa
.short 939 ; 0x3ab
.short 1848 ; 0x738
.short 1849 ; 0x739
.short 1850 ; 0x73a
.short 1851 ; 0x73b
.short 1852 ; 0x73c
.short 1853 ; 0x73d
.short 1854 ; 0x73e
.short 1855 ; 0x73f
.short 1856 ; 0x740
.short 820 ; 0x334
.short 820 ; 0x334
.short 820 ; 0x334
.short 820 ; 0x334
.short 820 ; 0x334
.short 820 ; 0x334
.short 820 ; 0x334
.short 1857 ; 0x741
.short 1858 ; 0x742
.short 1859 ; 0x743
.short 1860 ; 0x744
.short 1861 ; 0x745
.short 1862 ; 0x746
.short 1863 ; 0x747
.short 1864 ; 0x748
.short 1865 ; 0x749
.short 1866 ; 0x74a
.short 1867 ; 0x74b
.short 1868 ; 0x74c
.short 1869 ; 0x74d
.short 1870 ; 0x74e
.short 1870 ; 0x74e
.short 1871 ; 0x74f
.short 1872 ; 0x750
.short 1873 ; 0x751
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 965 ; 0x3c5
.short 966 ; 0x3c6
.short 967 ; 0x3c7
.short 968 ; 0x3c8
.short 969 ; 0x3c9
.short 970 ; 0x3ca
.short 971 ; 0x3cb
.short 972 ; 0x3cc
.short 973 ; 0x3cd
.short 1874 ; 0x752
.short 1875 ; 0x753
.short 1876 ; 0x754
.short 1877 ; 0x755
.short 1878 ; 0x756
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1879 ; 0x757
.short 1880 ; 0x758
.short 1881 ; 0x759
.short 1882 ; 0x75a
.short 1883 ; 0x75b
.short 1884 ; 0x75c
.short 1885 ; 0x75d
.short 1886 ; 0x75e
.short 1887 ; 0x75f
.short 1888 ; 0x760
.short 1889 ; 0x761
.short 1890 ; 0x762
.short 1891 ; 0x763
.short 1892 ; 0x764
.short 1893 ; 0x765
.short 1894 ; 0x766
.short 1895 ; 0x767
.short 1896 ; 0x768
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.subsections_via_symbols
| the_stack_data/140776.c | stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.